@import url('https://fonts.googleapis.com/css2?family=Amatic+SC&family=DM+Sans:ital,wght@0,400;1,500&family=Public+Sans:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Forum&display=swap');


body {
  color: #444444;

  overflow-x: hidden;
  /* font-family: 'Forum', sans-serif; */
  font-family: 'Public Sans', sans-serif;
}

:root{
  --form: 'Forum', sans-serif;
  --public:'Public Sans', sans-serif;;

}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/


a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

h1 {
  font-family: 'Forum', sans-serif;
  font-size: 44px;
}

h2,
h3,
h4,
h5 {
  font-family: 'Public Sans', sans-serif;
  font-size: 21px;
}

p {
  font-family: 'Public Sans', sans-serif;
  font-size: 14px;
}

img {
  /* border-radius: 30px; */
}

.text-justify{
  text-align: justify;
}

/*** Button ***/
.btn {
  font-family: 'Public Sans', sans-serif;
  font-weight: 600;
  transition: .5s;
}

.btn-primary,
.btn-secondary {
  color: #FFFFFF;
  box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary:hover {
  box-shadow: inset 0 0 0 0 var(--primary);
}

.btn-secondary:hover {
  box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
  width: 36px;
  height: 36px;
}

.btn-sm-square {
  width: 30px;
  height: 30px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

/* 12 */
.btn-1{
position: relative;
right: 20px;
bottom: 20px;
border:none;
box-shadow: none;
width: 130px;
height: 40px;
line-height: 42px;
-webkit-perspective: 230px;
perspective: 230px;
}
.btn-1 span {
color: #fff;
background: var(--primary);
/* background: linear-gradient(0deg, rgba(0,172,238,1) 0%, rgba(2,126,251,1) 100%); */
display: block;
position: absolute;
width: 180px;
height: 50px;
box-shadow:inset 5px 5px 5px 0px rgba(255,255,255,.5),
 7px 7px 20px 0px rgba(0,0,0,.1),
 4px 4px 5px 0px rgba(0,0,0,.1);
border-radius: 5px;
margin:0;
text-align: center;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all .3s;
transition: all .3s;
}
.btn-1 span:nth-child(1) {
box-shadow:
 -7px -7px 20px 0px #fff9,
 -4px -4px 5px 0px #fff9,
 7px 7px 20px 0px #0002,
 4px 4px 5px 0px #0001;
-webkit-transform: rotateX(90deg);
-moz-transform: rotateX(90deg);
transform: rotateX(90deg);
-webkit-transform-origin: 50% 50% -20px;
-moz-transform-origin: 50% 50% -20px;
transform-origin: 50% 50% -20px;
}
.btn-1 span:nth-child(2) {
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
transform: rotateX(0deg);
-webkit-transform-origin: 50% 50% -20px;
-moz-transform-origin: 50% 50% -20px;
transform-origin: 50% 50% -20px;
}
.btn-1:hover span:nth-child(1) {
box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
 7px 7px 20px 0px rgba(0,0,0,.1),
 4px 4px 5px 0px rgba(0,0,0,.1);
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
transform: rotateX(0deg);
}
.btn-1:hover span:nth-child(2) {
box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
 7px 7px 20px 0px rgba(0,0,0,.1),
 4px 4px 5px 0px rgba(0,0,0,.1);
color: transparent;
-webkit-transform: rotateX(-90deg);
-moz-transform: rotateX(-90deg);
transform: rotateX(-90deg);
}



/* 12 */
.btn-12{
position: relative;
right: 20px;
bottom: 20px;
border:none;
box-shadow: none;
width: 130px;
height: 40px;
line-height: 42px;
-webkit-perspective: 230px;
perspective: 230px;
}
.btn-12 span {
background: white;
/* background: linear-gradient(0deg, rgba(0,172,238,1) 0%, rgba(2,126,251,1) 100%); */
display: block;
position: absolute;
width: 180px;
height: 50px;
box-shadow:inset 5px 5px 5px 0px rgba(255,255,255,.5),
 7px 7px 20px 0px rgba(0,0,0,.1),
 4px 4px 5px 0px rgba(0,0,0,.1);
border-radius: 5px;
margin:0;
text-align: center;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all .3s;
transition: all .3s;
}
.btn-12 span:nth-child(1) {
box-shadow:
 -7px -7px 20px 0px #fff9,
 -4px -4px 5px 0px #fff9,
 7px 7px 20px 0px #0002,
 4px 4px 5px 0px #0001;
-webkit-transform: rotateX(90deg);
-moz-transform: rotateX(90deg);
transform: rotateX(90deg);
-webkit-transform-origin: 50% 50% -20px;
-moz-transform-origin: 50% 50% -20px;
transform-origin: 50% 50% -20px;
}
.btn-12 span:nth-child(2) {
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
transform: rotateX(0deg);
-webkit-transform-origin: 50% 50% -20px;
-moz-transform-origin: 50% 50% -20px;
transform-origin: 50% 50% -20px;
}
.btn-12:hover span:nth-child(1) {
box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
 7px 7px 20px 0px rgba(0,0,0,.1),
 4px 4px 5px 0px rgba(0,0,0,.1);
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
transform: rotateX(0deg);
}
.btn-12:hover span:nth-child(2) {
box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
 7px 7px 20px 0px rgba(0,0,0,.1),
 4px 4px 5px 0px rgba(0,0,0,.1);
color: transparent;
-webkit-transform: rotateX(-90deg);
-moz-transform: rotateX(-90deg);
transform: rotateX(-90deg);
}


/* Btn 11  */
.btn11{    
  padding:10px 60px;
  margin: 0 10px;
  display: inline-block;
  text-decoration:none;
  /* font-family: 'Rubik', sans-serif; */
  font-family: 'Public Sans', sans-serif;

  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase!important;
  letter-spacing: 1px;
  color: #fff;
  cursor: hand;
  text-align: center;
  text-transform: capitalize;
  border-radius:0px;
  position: relative;
border-radius: 10px;
  overflow: hidden!important;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: transparent!important;
}


.btn11:hover{
  border: 1px solid #fff;
color: #ffffff;
}
.btn11::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: var(--primary);
  position: absolute;  
  left: 0%;
  opacity: 1;
  top: 0;
  z-index: -12;
  -webkit-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
     -moz-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
       -o-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
          transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
} 

.btn11::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  position: absolute;
  left: 0%;
  opacity: 1;
  top: 0;
  z-index: -15;
  -webkit-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
     -moz-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
       -o-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
          transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
}
.btn11:hover::before, .btn11:hover::before{
opacity:1;
  -webkit-transform: translateX(100%);
     -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.btn11:hover::after, .btn11:hover::after{
opacity:1;
  -webkit-transform: translateX(-100%);
     -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}


.btn1{
background: #000;
color: #fff;
padding:10px 30px;
  margin: 0 10px;
  display: inline-block;
  text-decoration:none;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase!important;
  letter-spacing: 1px;
  border-radius: 10px;
}

.btn1:hover{
  background: #000;
  color: #fff;
  padding:10px 30px;
    margin: 0 10px;
    display: inline-block;
    text-decoration:none;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase!important;
    letter-spacing: 1px;
    border-radius: 10px;
}


/* Btn 13  */
.btn13{    
  padding:10px 40px;
  margin: 0 10px;
  display: inline-block;
  text-decoration:none;
  /* font-family: 'Rubik', sans-serif; */
  font-family: 'Public Sans', sans-serif;
  background: #000;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase!important;
  letter-spacing: 1px;
  color: #fff;
  cursor: hand;
  text-align: center;
  text-transform: capitalize;
  border-radius:0px;
  position: relative;
border-radius: 10px;
  overflow: hidden!important;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: transparent!important;
}


.btn13:hover{
  border: 1px solid var(--primary);
color: var(--primary);
}
.btn13::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  position: absolute;  
  left: 0%;
  opacity: 1;
  top: 0;
  z-index: -12;
  -webkit-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
     -moz-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
       -o-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
          transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
} 

.btn13::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  position: absolute;
  left: 0%;
  opacity: 1;
  top: 0;
  z-index: -15;
  -webkit-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
     -moz-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
       -o-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
          transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
}
.btn13:hover::before, .btn11:hover::before{
opacity:1;
  -webkit-transform: translateX(100%);
     -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.btn13:hover::after, .btn11:hover::after{
opacity:1;
  -webkit-transform: translateX(-100%);
     -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.btn121{

  color: var(--primary);
  border: 2px solid var(--primary);
}



section-title1 h1{
  font-family: 'Forum', sans-serif;
  font-size: 63px;
}

.why-title{
  font-family: 'Forum', sans-serif;
  font-size: 53px;
}

.why-para{
  font-size: 18px;
}



/*** Section Title ***/
.section-title::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  left: 0;
  bottom: 0;
  background: var(--primary);
  border-radius: 2px;

}

.section-title.text-center::before {
  left: 50%;
  margin-left: -75px;
}

.section-title.section-title-sm::before {
  width: 90px;
  height: 3px;
}

.section-title h1{
  font-size: 44px;
  font-family: 'Forum', sans-serif;

}

.section-title h5{
  font-size: 21px;
  font-family: 'Public Sans', sans-serif;

}


.section-title2 {
  font-size: 44px;
  font-family: 'Forum', sans-serif;
  color: #fff;

}


.section-title p{
  font-size: 14px;
  font-family: 'Public Sans', sans-serif;
}


/*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 55px;
  z-index: 996;
  background: #000;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #000;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
  # Top Bar
  --------------------------------------------------------------*/
#topbar {
  background: #090808;
  padding: 10px 0;
  font-size: 14px;
}

#topbar .contact-info i {
  font-style: normal;
  color: #fff;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

#topbar .contact-info i a:hover {
  color: #fff;
}

#topbar .social-links a {
  color: #bababa;
  line-height: 0;
  transition: 0.3s;
  margin-left: 10px;
}

#topbar .social-links a:hover {
  color: white;
}

/*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
#header {
  height: 90px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 20px;
  padding: 0 0 0 8px;
  margin: 11px 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Forum', sans-serif;
  border-left: 8px solid #000;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #545454;
  text-decoration: none;
}

#header .logo img {

  height: 60px;
  width:150px !important;
}


@media (max-width: 480px) {
  #header .logo img {
    height: 35px;
    width:120px !important;
  }

}


.scrolled-offset {
  margin-top: 90px;
}

/*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
/**
  * Desktop Navigation 
  */
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: 'Forum', sans-serif;
  font-size: 24px;
  color: #545454;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #000;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #000;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #000;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 24px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #545454;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #000;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }

}

/**
  * Mobile Navigation 
  */
.mobile-nav-toggle {
  color: #545454;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  float: left;
  margin-right: 0;
  transition: left 500ms ease-in-out;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

@media (max-width: 480px) {


  .navbar ul li {
    border-bottom: 1px solid #000;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(59, 59, 59, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
  float: left;
        margin-right: 0;
        transition: left 500ms ease-in-out;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #545454;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #000;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #000;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}


  
  /*--------------------------------------------------------------
  # Hero Section
  --------------------------------------------------------------*/
  #hero {
    width: 100%;
    height: 100vh;
    background-color: rgba(14, 13, 13, 0.614);
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;

  }
  
  #hero .carousel-item {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position: center center;
  }
  
  #hero .carousel-item::before {
    content: "";
    /* background-color: rgba(14, 13, 13, 0.8); */
    background-color: rgba(14, 13, 13, 0.614);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
      /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  }
  
  #hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    padding-bottom: 120px;
  }
  
  #hero .carousel-content {
    text-align: center;
  }
  
  #hero h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 54px;
    font-weight: 700;
    font-family: 'Forum', sans-serif;
  }
  
  #hero h2 span {
    color: #fff;
  }


  
  #hero p {
    width: 80%;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    margin: 0 auto 30px auto;
    /* color: arken(#fff, 15); */
    color: #fff;

  }
  
  #hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
      /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  }
  
  #hero .carousel-inner .carousel-item,
  #hero .carousel-inner .active.carousel-item-start,
  #hero .carousel-inner .active.carousel-item-end {
    opacity: 0;
  }
  
  #hero .carousel-inner .active,
  #hero .carousel-inner .carousel-item-next.carousel-item-start,
  #hero .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: 0.5s;
  }
  
  #hero .carousel-inner .carousel-item-next,
  #hero .carousel-inner .carousel-item-prev,
  #hero .carousel-inner .active.carousel-item-start,
  #hero .carousel-inner .active.carousel-item-end {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  
  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 10%;
  }
  
  #hero .carousel-control-next-icon,
  #hero .carousel-control-prev-icon {
    background: none;
    font-size: 48px;
    line-height: 1;
    width: auto;
    height: auto;
    color: #545454;
  }
  
  #hero .carousel-indicators li {
    cursor: pointer;
    background: #fff;
    overflow: hidden;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    margin-bottom: 180px;
    opacity: 0.2;
  }
  
  #hero .carousel-indicators li.active {
    opacity: 1;
  }
  
  #hero .btn-get-started {
    /* font-family: 'DM Sans', sans-serif; */
    font-family: 'Public Sans', sans-serif;

    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid #fff;
    background: #000;
  }
  
  #hero .btn-get-started:hover {
    background: transparent;
    color: #fff;
    text-decoration: none;
  }
  
  @media (max-height: 768px),
  (max-width: 1200px) {
    #hero {
      margin-bottom: 60px;
    }
  
    #hero .carousel-container {
      padding-bottom: 0;
    }
  
    #hero .carousel-indicators li {
      margin-bottom: 0;
    }
  }
  
  @media (max-width: 768px) {
    #hero {
      height: 90vh;
    }
  
    #hero .carousel-item {
      height: 90vh;
    }
    #hero h2 {
        color: #fff;
        margin-bottom: 30px;
        font-size: 38px;
        font-weight: 700;
        font-family: 'Public Sans', sans-serif;
      }
  }


  @media (max-width: 2450px) {
   

    #hero h2 {
        color: #fff;
        margin-bottom: 30px;
        font-size: 38px;
        font-weight: 700;
        font-family: 'Public Sans', sans-serif;
      }

      .about-pad{
        padding-top: 20px;
        margin-top: 50px;
      }
  }

  @media (min-width: 2050px) {
  

    #hero h2 {
        color: #fff;
        margin-bottom: 30px;
        font-size: 38px;
        font-weight: 700;
        font-family: 'Public Sans', sans-serif;
      }

      .about-pad{
        padding-top: 20px;
        margin-top: 50px;
      }
  }
  
  
  @media (min-width: 1024px) {

    
    #hero p {
      width: 50%;
    }
  
    #hero .carousel-control-prev,
    #hero .carousel-control-next {
      width: 5%;
    }

    .about-pad{
      padding-top: 70px;
      margin-top: 50px;
    }
  }
  

  @media (max-width: 480px) {
    #hero {
      height: 70vh;
    }
  
    #hero .carousel-item {
      height: 70vh;
    }

    #hero .carousel-inner .carousel-item {
      transition-property: opacity;
      background-position: center top;
        /* Center and scale the image nicely */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        
      }

    
    
    #hero h2 {
        color: #fff;
        /* margin-bottom: 30px; */
        font-size: 26px;
        font-weight: 700;
        font-family: 'Public Sans', sans-serif;
      }
  }



  @media only screen and (max-width: 480px) {
    #hero .carousel-inner  {
      width:100%;
    
    }
  }


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about1{
margin: 0;
padding: 0;
}

.about1 .content h3 {
  font-weight: 600;
  font-size: 26px;
  color: #545454;
}

.about1 .content ul {
  list-style: none;
  padding: 0;

}

.about1 .content ul li {
  padding-bottom: 20px;
  font-size: 21px;
}

.about1 .content ul i {
  font-size: 21px;
  padding-right: 4px;
  color: #000;
}


.about1 .content p:last-child {
  margin-bottom: 0;
}

.about-img img{
  /* height: 300px; */
  /* width: 100%; */
}

.about-para{
  font-size: 18px;
}





@media (max-width: 480px) {


  .template-image img{
    height: 200px;
    border-radius: 50px;
    padding: 5px;
  }
}

.template-image img{
  border-radius: 50px;
  box-shadow: 5px 10px #888888;
}

.bg-transparent .card-body{
  background: transparent !important;
  color: #fff;
  border: none;
  box-decoration-break: none;
}




/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials1 .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  /* margin: 40px 30px; */
  box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
  /* background: #000; */
  min-height: 280px;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: 0.3s;
}

.testimonials1 .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials1 .testimonial-item .stars i {
  color: #000;
  margin: 0 1px;
}

.testimonials1 .testimonial-item .testimonial-img {
  /* border-radius: 20px; */
  border: 4px solid #fff;
  margin: 0 auto;
  height: 280px;
  width: 100%;
  border-top-right-radius: 45%;
  border-top-left-radius: 45%;
}

.testimonials1 .testimonial-item h2 {
  font-size: 21px;
  font-family: var(--form);
  font-weight: 600;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #000;
}

.testimonials1 .testimonial-item h4 {

  color: #fff;
  margin: 0;
}

.testimonials1 .testimonial-item p {
  font-family: var(--public);
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #fff;
}

.testimonials1 .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials1 .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #000;
}

.testimonials1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000;
}

.testimonials1 .swiper-slide {
  
  /* opacity: 0.3; */
}

@media (max-width: 1199px) {
  .testimonials1 .swiper-slide-active {
    /* opacity: 1; */
  }

  .testimonials1 .swiper-pagination {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .testimonials1 .swiper-slide-next {
    opacity: 1;
    transform: scale(1.12);
  }
}


@media (max-width: 480px) {
  .testimonials1 .testimonial-item .testimonial-img {
    width: 100%;
    border: 4px solid #fff;
    margin: 0 auto;
    width: 100%;
    border-top-right-radius: 45%;
    border-top-left-radius: 45%;
  }


}








/*------------------------------------------------------------------
    SECTIONS
-------------------------------------------------------------------*/

.parallax {
  background-attachment: fixed;
  background-size: cover;
  height: 100%;
  padding: 120px 0;
  position: relative;
  width: 100%;
}

.parallax.parallax-off {
  background-attachment: scroll !important;
  display: block;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  background-position: center center;
  vertical-align: sub;
  width: 100%;
  z-index: 2;
}

.section.parallax hr.hr1 {
  border-color: rgba(255, 255, 255, 0.1);
}



/*------------------------------------------------------------------
  MISC
-------------------------------------------------------------------*/

.progress {
  background-color: #f2f3f5;
  border-radius: 0;
  box-shadow: none;
  height: 5px;
  margin-bottom: 20px;
  overflow: hidden;
}

.skills h3 {
  color: #999999;
  font-size: 15px;
}

.dmtop {
  background-color: #3C3D41;
  z-index: 100;
  width: 50px;
  height: 50px;
  line-height: 47px;
  position: fixed;
  bottom: -100px;
  border-radius: 3px;
  right: 20px;
  text-align: center;
  font-size: 28px;
  color: #ffffff !important;
  cursor: pointer;
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  -ms-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
}

.dmtop:hover {
background-color: #cdd51f;
}

.icon_wrap {
  width: 100px;
  height: 100px;
  display: block;
  line-height: 100px;
  font-size: 80px;
  color: #000;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  padding: 0 !important;
  border: 0 !important;
}

.icon_wrap img{
width: 80px;
}

.stat-wrap h3 {
  font-size: 22px;
  font-weight: 600;
  color: var(--primary);
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}

.stat-wrap p {
  font-size: 38px;
  color: #ffffff;
  margin: 0;
  font-weight: 700;
  padding: 4px 0 0;
  line-height: 1 !important;
}

.line-hv::before{
content: '';
position: absolute;
bottom: 50%;
left: 0px;
width: 100%;
height: 1px;
background: #ffffff;
display: block;
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top;
-webkit-transform: scale(0, 1);
-ms-transform: scale(0, 1);
transform: scale(0, 1);
-webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
transition: transform 0.4s cubic-bezier(1, 0, 0, 1)
}
.stat-wrap .line-hv:hover::before {
-webkit-transform-origin: right top;
-ms-transform-origin: right top;
transform-origin: right top;
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1)
}

#preloader {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #cdd51f;
  z-index: 11000;
  position: fixed;
  display: block;
display: flex;
align-items: center;
justify-content: center;
}

.preloader {
  position: absolute;
  margin: 0 auto;
  left: 1%;
  right: 1%;
  top: 45%;
  width: 95px;
  height: 95px;
  background: center center no-repeat none;
  background-size: 95px 95px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%
}



.loader {

position: absolute;
  margin: 0 auto;
  left: 1%;
  right: 1%;
  top: 45%;
width: 75px;
height: 100px;
}
.loader__bar {
position: absolute;
bottom: 0;
width: 10px;
height: 50%;
background: #fff;
-webkit-transform-origin: center bottom;
        transform-origin: center bottom;
box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.loader__bar:nth-child(1) {
left: 0px;
-webkit-transform: scale(1, 0.2);
        transform: scale(1, 0.2);
-webkit-animation: barUp1 4s infinite;
        animation: barUp1 4s infinite;
}
.loader__bar:nth-child(2) {
left: 15px;
-webkit-transform: scale(1, 0.4);
        transform: scale(1, 0.4);
-webkit-animation: barUp2 4s infinite;
        animation: barUp2 4s infinite;
}
.loader__bar:nth-child(3) {
left: 30px;
-webkit-transform: scale(1, 0.6);
        transform: scale(1, 0.6);
-webkit-animation: barUp3 4s infinite;
        animation: barUp3 4s infinite;
}
.loader__bar:nth-child(4) {
left: 45px;
-webkit-transform: scale(1, 0.8);
        transform: scale(1, 0.8);
-webkit-animation: barUp4 4s infinite;
        animation: barUp4 4s infinite;
}
.loader__bar:nth-child(5) {
left: 60px;
-webkit-transform: scale(1, 1);
        transform: scale(1, 1);
-webkit-animation: barUp5 4s infinite;
        animation: barUp5 4s infinite;
}
.loader__ball {
position: absolute;
bottom: 10px;
left: 0;
width: 10px;
height: 10px;
background: #fff;
border-radius: 50%;
-webkit-animation: ball 4s infinite;
        animation: ball 4s infinite;
}

@-webkit-keyframes ball {
0% {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
5% {
  -webkit-transform: translate(8px, -14px);
          transform: translate(8px, -14px);
}
10% {
  -webkit-transform: translate(15px, -10px);
          transform: translate(15px, -10px);
}
17% {
  -webkit-transform: translate(23px, -24px);
          transform: translate(23px, -24px);
}
20% {
  -webkit-transform: translate(30px, -20px);
          transform: translate(30px, -20px);
}
27% {
  -webkit-transform: translate(38px, -34px);
          transform: translate(38px, -34px);
}
30% {
  -webkit-transform: translate(45px, -30px);
          transform: translate(45px, -30px);
}
37% {
  -webkit-transform: translate(53px, -44px);
          transform: translate(53px, -44px);
}
40% {
  -webkit-transform: translate(60px, -40px);
          transform: translate(60px, -40px);
}
50% {
  -webkit-transform: translate(60px, 0);
          transform: translate(60px, 0);
}
57% {
  -webkit-transform: translate(53px, -14px);
          transform: translate(53px, -14px);
}
60% {
  -webkit-transform: translate(45px, -10px);
          transform: translate(45px, -10px);
}
67% {
  -webkit-transform: translate(37px, -24px);
          transform: translate(37px, -24px);
}
70% {
  -webkit-transform: translate(30px, -20px);
          transform: translate(30px, -20px);
}
77% {
  -webkit-transform: translate(22px, -34px);
          transform: translate(22px, -34px);
}
80% {
  -webkit-transform: translate(15px, -30px);
          transform: translate(15px, -30px);
}
87% {
  -webkit-transform: translate(7px, -44px);
          transform: translate(7px, -44px);
}
90% {
  -webkit-transform: translate(0, -40px);
          transform: translate(0, -40px);
}
100% {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
}

@keyframes ball {
0% {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
5% {
  -webkit-transform: translate(8px, -14px);
          transform: translate(8px, -14px);
}
10% {
  -webkit-transform: translate(15px, -10px);
          transform: translate(15px, -10px);
}
17% {
  -webkit-transform: translate(23px, -24px);
          transform: translate(23px, -24px);
}
20% {
  -webkit-transform: translate(30px, -20px);
          transform: translate(30px, -20px);
}
27% {
  -webkit-transform: translate(38px, -34px);
          transform: translate(38px, -34px);
}
30% {
  -webkit-transform: translate(45px, -30px);
          transform: translate(45px, -30px);
}
37% {
  -webkit-transform: translate(53px, -44px);
          transform: translate(53px, -44px);
}
40% {
  -webkit-transform: translate(60px, -40px);
          transform: translate(60px, -40px);
}
50% {
  -webkit-transform: translate(60px, 0);
          transform: translate(60px, 0);
}
57% {
  -webkit-transform: translate(53px, -14px);
          transform: translate(53px, -14px);
}
60% {
  -webkit-transform: translate(45px, -10px);
          transform: translate(45px, -10px);
}
67% {
  -webkit-transform: translate(37px, -24px);
          transform: translate(37px, -24px);
}
70% {
  -webkit-transform: translate(30px, -20px);
          transform: translate(30px, -20px);
}
77% {
  -webkit-transform: translate(22px, -34px);
          transform: translate(22px, -34px);
}
80% {
  -webkit-transform: translate(15px, -30px);
          transform: translate(15px, -30px);
}
87% {
  -webkit-transform: translate(7px, -44px);
          transform: translate(7px, -44px);
}
90% {
  -webkit-transform: translate(0, -40px);
          transform: translate(0, -40px);
}
100% {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
}
@-webkit-keyframes barUp1 {
0% {
  -webkit-transform: scale(1, 0.2);
          transform: scale(1, 0.2);
}
40% {
  -webkit-transform: scale(1, 0.2);
          transform: scale(1, 0.2);
}
50% {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
90% {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
100% {
  -webkit-transform: scale(1, 0.2);
          transform: scale(1, 0.2);
}
}
@keyframes barUp1 {
0% {
  -webkit-transform: scale(1, 0.2);
          transform: scale(1, 0.2);
}
40% {
  -webkit-transform: scale(1, 0.2);
          transform: scale(1, 0.2);
}
50% {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
90% {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
100% {
  -webkit-transform: scale(1, 0.2);
          transform: scale(1, 0.2);
}
}
@-webkit-keyframes barUp2 {
0% {
  -webkit-transform: scale(1, 0.4);
          transform: scale(1, 0.4);
}
40% {
  -webkit-transform: scale(1, 0.4);
          transform: scale(1, 0.4);
}
50% {
  -webkit-transform: scale(1, 0.8);
          transform: scale(1, 0.8);
}
90% {
  -webkit-transform: scale(1, 0.8);
          transform: scale(1, 0.8);
}
100% {
  -webkit-transform: scale(1, 0.4);
          transform: scale(1, 0.4);
}
}
@keyframes barUp2 {
0% {
  -webkit-transform: scale(1, 0.4);
          transform: scale(1, 0.4);
}
40% {
  -webkit-transform: scale(1, 0.4);
          transform: scale(1, 0.4);
}
50% {
  -webkit-transform: scale(1, 0.8);
          transform: scale(1, 0.8);
}
90% {
  -webkit-transform: scale(1, 0.8);
          transform: scale(1, 0.8);
}
100% {
  -webkit-transform: scale(1, 0.4);
          transform: scale(1, 0.4);
}
}
@-webkit-keyframes barUp3 {
0% {
  -webkit-transform: scale(1, 0.6);
          transform: scale(1, 0.6);
}
100% {
  -webkit-transform: scale(1, 0.6);
          transform: scale(1, 0.6);
}
}
@keyframes barUp3 {
0% {
  -webkit-transform: scale(1, 0.6);
          transform: scale(1, 0.6);
}
100% {
  -webkit-transform: scale(1, 0.6);
          transform: scale(1, 0.6);
}
}
@-webkit-keyframes barUp4 {
0% {
  -webkit-transform: scale(1, 0.8);
          transform: scale(1, 0.8);
}
40% {
  -webkit-transform: scale(1, 0.8);
          transform: scale(1, 0.8);
}
50% {
  -webkit-transform: scale(1, 0.4);
          transform: scale(1, 0.4);
}
90% {
  -webkit-transform: scale(1, 0.4);
          transform: scale(1, 0.4);
}
100% {
  -webkit-transform: scale(1, 0.8);
          transform: scale(1, 0.8);
}
}
@keyframes barUp4 {
0% {
  -webkit-transform: scale(1, 0.8);
          transform: scale(1, 0.8);
}
40% {
  -webkit-transform: scale(1, 0.8);
          transform: scale(1, 0.8);
}
50% {
  -webkit-transform: scale(1, 0.4);
          transform: scale(1, 0.4);
}
90% {
  -webkit-transform: scale(1, 0.4);
          transform: scale(1, 0.4);
}
100% {
  -webkit-transform: scale(1, 0.8);
          transform: scale(1, 0.8);
}
}
@-webkit-keyframes barUp5 {
0% {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
40% {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
50% {
  -webkit-transform: scale(1, 0.2);
          transform: scale(1, 0.2);
}
90% {
  -webkit-transform: scale(1, 0.2);
          transform: scale(1, 0.2);
}
100% {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
}
@keyframes barUp5 {
0% {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
40% {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
50% {
  -webkit-transform: scale(1, 0.2);
          transform: scale(1, 0.2);
}
90% {
  -webkit-transform: scale(1, 0.2);
          transform: scale(1, 0.2);
}
100% {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
overflow: hidden;
}

.testimonials .testimonial-item {
box-sizing: content-box;
padding: 30px 30px 30px 60px;
/* margin: 30px 10px 30px 50px; */
min-height: 200px;
box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.08);
position: relative;
background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100% !important;
border-radius: 10px;
border: 6px solid #fff;
/* left: -45px; */
}

.testimonials .testimonial-item h3 {
font-size: 18px;
font-weight: bold;
margin: 10px 0 5px 0;
color: #111;
}

.testimonials .testimonial-item h4 {
font-size: 14px;
color: #999;
margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
color: #e8ecf5;
font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
display: inline-block;
left: -5px;
position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
display: inline-block;
right: -5px;
position: relative;
top: 10px;
}

.testimonials .testimonial-item p {
font-style: italic;
margin: 15px auto 15px auto;
}

.testimonials .swiper-pagination {
margin-top: 20px;
position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
width: 12px;
height: 12px;
background-color: #fff;
opacity: 1;
border: 1px solid var(--primary);
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
background-color: var(--primary);
}


/* Clients Section
--------------------------------*/
#clients {
padding: 60px 0;
background-color: white;
}

#clients img {
opacity: 0.5;
transition: 0.3s;
}

#clients img:hover {
opacity: 1;
}

#clients .swiper-pagination {
margin-top: 20px;
position: relative;
}

#clients .swiper-pagination .swiper-pagination-bullet {
width: 12px;
height: 12px;
background-color: #fff;
opacity: 1;
border: 1px solid #000;
}

#clients .swiper-pagination .swiper-pagination-bullet-active {
background-color: #000;
}



.text-black {
color: #000; }

/* .content {
padding: 7rem 0; } */

.heading {
font-size: 2.5rem;
font-weight: 900; }

.form-control {
border: none;
border-bottom: 1px solid #ccc;
padding-left: 0;
padding-right: 0;
border-radius: 0;
background: none; }
.form-control:active, .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #000; }

.col-form-label {
color: #000;
font-size: 13px; 
}

.btn, .form-control, .custom-select {
height: 45px; }

.custom-select:active, .custom-select:focus {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
border-color: #000; }

.btn {
border: none;
border-radius: 0;
font-size: 12px;
letter-spacing: .2rem;
text-transform: uppercase; }
.btn.btn-primary {
  background: #35477d;
  color: #fff;
  padding: 15px 20px; }
.btn:hover {
  color: #fff; }
.btn:active, .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.contact-wrap {
-webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2); }
.contact-wrap .col-form-label {
  font-size: 14px;
  color: #b3b3b3;
  margin: 0 0 10px 0;
  display: inline-block;
  padding: 0; }
.contact-wrap .form, .contact-wrap .contact-info {
  padding: 40px; }
.contact-wrap .contact-info {
  color: rgba(255, 255, 255, 0.5); }
  .contact-wrap .contact-info ul li {
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.5); }
    .contact-wrap .contact-info ul li .wrap-icon {
      font-size: 20px;
      color: #fff;
      margin-top: 5px; }
.contact-wrap .form {
  background: #fff; }
  .contact-wrap .form h3 {
    color: #35477d;
    font-size: 20px;
    margin-bottom: 30px; }
.contact-wrap .contact-info {
  background: #35477d; }
  .contact-wrap .contact-info h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px; }

label.error {
font-size: 12px;
color: red; }

#message {
resize: vertical; }

#form-message-warning, #form-message-success {
display: none; }

#form-message-warning {
color: #B90B0B; }

#form-message-success {
color: #55A44E;
font-size: 18px;
font-weight: bold; }

.submitting {
float: left;
width: 100%;
padding: 10px 0;
display: none;
font-weight: bold;
font-size: 12px;
color: #000; }





.image-stack::after {
content: ' ';
display: table;
clear: both;
}

.image-stack__item--top {
  float: left;
  width: 66%;
  margin-right: -100%;
  padding-top: 15%; 
  position: relative;
  z-index: 1;
  
}

.image-stack__item--bottom {
  float: right;
  width: 75%;
}

img {
width: 90%;
}


/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-container {
background-color: #295ac4;
height: 100%;
padding: 20px;
border-radius: 10px 0 0 10px;
box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
}

.contact .info-item {
width: 100%;
background-color: #5776ba5f;
margin-bottom: 20px;
padding: 20px;
border-radius: 10px;
color: #fff;
}

.contact .info-item:last-child {
margin-bottom: 0;
}

.contact .info-item i {
font-size: 20px;
color: #fff;
float: left;
width: 44px;
height: 44px;
background-color: rgba(255, 255, 255, 0.2);
display: flex;
justify-content: center;
align-items: center;
border-radius: 50px;
transition: all 0.3s ease-in-out;
margin-right: 15px;
}

.contact .info-item h4 {
padding: 0;
font-size: 20px;
font-weight: 600;
margin-bottom: 5px;
}

.contact .info-item p {
padding: 0;
margin-bottom: 0;
font-size: 14px;
}

.contact .info-item:hover i {
background: #fff;
color: #295ac4;
}

.contact .php-email-form {
width: 100%;
height: 100%;
background: #fff;
box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
padding: 30px;
border-radius: 0 10px 10px 0;
}

.contact .php-email-form .form-group {
padding-bottom: 8px;
}

.contact .php-email-form .error-message {
display: none;
color: #fff;
background: #df1529;
text-align: left;
padding: 15px;
font-weight: 600;
}

.contact .php-email-form .error-message br+br {
margin-top: 25px;
}

.contact .php-email-form .sent-message {
display: none;
color: #fff;
background: #059652;
text-align: center;
padding: 15px;
font-weight: 600;
}

.contact .php-email-form .loading {
display: none;
background: #fff;
text-align: center;
padding: 15px;
}

.contact .php-email-form .loading:before {
content: "";
display: inline-block;
border-radius: 50%;
width: 24px;
height: 24px;
margin: 0 10px -6px 0;
border: 3px solid #059652;
border-top-color: #fff;
-webkit-animation: animate-loading 1s linear infinite;
animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
border-radius: 0;
box-shadow: none;
font-size: 14px;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
padding: 12px 15px;
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
border-color: #295ac4;
}

.contact .php-email-form textarea {
padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
background: #295ac4;
border: 0;
padding: 14px 45px;
color: #fff;
transition: 0.4s;
border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
background: rgba(0, 131, 116, 0.8);
}

@-webkit-keyframes animate-loading {
0% {
  transform: rotate(0deg);
}

100% {
  transform: rotate(360deg);
}
}

@keyframes animate-loading {
0% {
  transform: rotate(0deg);
}

100% {
  transform: rotate(360deg);
}
}


.content-para1 ul {
  list-style: none;
  padding: 0;
}

.content-para1 li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.content-para1 ul li:first-child {
  margin-top: 15px;
}

.content-para1 ul i {
  /* background: #fff; */
  /* box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12); */
  font-size: 14px;
  padding: 5px;
  margin-right: 15px;
  color: #fff;
  border-radius: 50px;
}

.content-para1 ul h5 {
  font-size: 18px;
  color: #fff;
}

.content-para1 ul p {
  font-size: 15px;
}



 .content-para ul {
  list-style: none;
  padding: 0;
}

.content-para li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.content-para ul li:first-child {
  margin-top: 15px;
}

.content-para ul i {
  /* background: #fff; */
  /* box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12); */
  font-size: 14px;
  padding: 5px;
  margin-right: 15px;
  color: #000;
  border-radius: 50px;
}

.content-para ul h5 {
  font-size: 18px;
  color: #555555;
}

.content-para ul p {
  font-size: 15px;
}


.content-para2 ul {
  list-style: none;
  padding: 0;
}

.content-para2 li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.content-para2 ul li:first-child {
  margin-top: 15px;
}

.content-para2 ul i {
  background: #fff;
  box-shadow: 0px 6px 15px rgba(106, 109, 113, 0.12);
  font-size: 14px;
  padding: 5px;
  margin-right: 15px;
  color: #fff;
  border-radius: 50px;
}

.content-para2 ul h5 {
  font-size: 18px;
  color: #fff;
}

.content-para2 ul p {
  font-size: 15px;
}

.about .content p:last-child {
  margin-bottom: 0;
}


.page-header {
  background: linear-gradient(rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.74)), url(../images/banner/service_04.jpg) center center no-repeat;
  background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
  color: #999999;
}


.page-header1 {
  background: linear-gradient(rgba(0, 0, 0, 0.441), rgba(0, 0, 0, 0.427)), url(../images/paper-play/our-services.jpg) center center no-repeat;
  background-size: cover;
}

.page-header1 .breadcrumb-item+.breadcrumb-item::before {
  color: #999999;
}


.page-header2 {
  background: linear-gradient(rgba(0, 0, 0, 0.441), rgba(0, 0, 0, 0.427)), url(../images/paper-play/about.jpg) center center no-repeat;
  background-size: cover;
}

.page-header2 .breadcrumb-item+.breadcrumb-item::before {
  color: #999999;
}

.page-header4 {
  background: linear-gradient(rgba(0, 0, 0, 0.441), rgba(0, 0, 0, 0.427)), url(../images/paper-play/Contact-us.jpg) center center no-repeat;
  background-size: cover;
}

.page-header4 .breadcrumb-item+.breadcrumb-item::before {
  color: #999999;
}


.page-header5 {
  background: linear-gradient(rgba(0, 0, 0, 0.441), rgba(0, 0, 0, 0.427)), url(../images/paper-play/Blogs.jpg) center center no-repeat;
  background-size: cover;
}

.page-header5 .breadcrumb-item+.breadcrumb-item::before {
  color: #999999;
}
/*** Appointment ***/
.appointment {
  background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(../images/paper-play/Contact-us.jpg) center center no-repeat;
  background-size: cover;
}



.about-item{
background: #ffffff;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
padding-bottom: 10px;
transition: all 1s ease-in-out;
margin-bottom: 30px;
}
.about-icon{
padding: 20px 0px;
transition: all 1s ease-in-out;
}
.about-icon span{
font-size: 48px;
color: #393939;
background: #cdd51f;
padding: 10px;
border-radius: 10px;
}

.about-text h3{
font-size: 22px;
font-weight: 600;
padding: 10px 0px;
}
.about-text h3 a{
color: #393939;
}
.about-text h3 a:hover{
color: #cdd51f;
}

.about-item:hover .about-icon{
transform: rotate(-360deg);
transition: all 1s ease-in-out;
}

.about-item:hover .about-icon span{
color: #ffffff;
transition: all 1s ease-in-out;
}


.playbutton {
  position: absolute;
  color: #ffffff !important;
  top: 40%;
  font-size: 60px;
  z-index: 12;
  left: 0;
  right: 0;
  text-align: center;
  margin: -20px auto;
}

.hoverbutton {
  background-color: #cdd51f;
  position: absolute;
  color: #ffffff !important;
  top: 0;
  font-size: 21px;
  z-index: 12;
  left: 0;
  opacity: 0;
  right: 0;
  width: 100%;
  height: 100%;
  line-height: 50px;
  text-align: center;
  margin: 0px auto;
}

.hoverbutton i{
top: 30%;
position: relative;
background: #222222;
padding: 10px 12px;
border-radius: 10px;
}




/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/
.values .box {
  /* padding: 30px; */
  box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
  text-align: center;
  transition: 0.3s;
  height: 100%;
}

.values .box img {
  /* padding: 30px 50px; */
  transition: 0.5s;
  transform: scale(1.1);
  height: 200px;
  border-radius: 30px;
}

.values .box h3 {
  padding-top: 10px;
  font-size: 24px;
  color: #012970;
  font-weight: 700;
  margin-bottom: 18px;
}

.values .box:hover {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.values .box:hover img {
  transform: scale(1);
}

/* Servives Slider */



/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #545454;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #000;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #bababa;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li+li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blog .entry .entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #000;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #545454;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #a1a1a1;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #616161;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #000;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li+li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #545454;
}

.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
  color: rgba(84, 84, 84, 0.5);
  margin-right: 5px;
}

.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
  width: 60px;
}

.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #000;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #545454;
}

.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #6e6e6e;
  margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #000;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #000;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #545454;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #616161;
}

.blog .blog-pagination {
  color: #878787;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: #545454;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: #000;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #545454;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #000;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: #000;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #545454;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #000;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #545454;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #000;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #949494;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid white;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #000;
  background: #000;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #ededed;
  font-size: 14px;
}



    /*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: var(--primary);
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #b3d1fa;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
  padding: 30px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: var(--primary);
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--primary);
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: var(--primary);
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: var(--primary);
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}



/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services1 {
    padding-bottom: 40px;
  }
  
  .services1 .card {
    border: 0;
    padding: 0 30px;
    margin-bottom: 60px;
    position: relative;
    background: transparent;
  }
  
  .services1 .card-img {
    overflow: hidden;
    z-index: 9;
    border-radius: 0;
  }
  
  .services1 .card-img img {
    max-width: 100%;
    transition: all 0.3s ease-in-out;
  }
  
  .services1 .card-body {
    z-index: 10;
    background: #fff;
    border-top: 4px solid #fff;
    padding: 30px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    margin-top: -60px;
    margin-left: 30px;
    width: calc(100% - 60px);
  }
  
  @media (max-width: 640px) {
    .services1 .card-body {
      margin-left: 15px;
      width: calc(100% - 30px);
    }
  }
  
  .services1 .card-title {
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
  }
  
  .services1 .card-title a {
    color: #213b52;
    transition: 0.3s;
  }
  
  .services1 .card-text {
    color: #5e5e5e;
  }
  
  .services1 .read-more a {
    color: #777777;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    transition: 0.3s;
  }
  
  .services1 .read-more a:hover {
    color: var(--primary);
  }
  
  .services1 .card:hover img {
    transform: scale(1.1);
  }
  
  .services1 .card:hover .card-body {
    border-color: var(--primary);
  }
  
  .services1 .card:hover .card-body .card-title a {
    color: var(--primary);
  }
  

  .services-card .card-body{
    border: none;
    background: transparent;
  }

  .services-images img{
    height: auto;
    width: 100%;
  }


  /*----------------------------------------*/
/*  10. banner Area
/*----------------------------------------*/
.banner-area {
    background: rgba(0, 0, 0, 0) url(../images/banner/fg.jpg) no-repeat scroll top center / cover;
    position: relative;
    z-index: 1;
    /* height: 300px; */
}
.banner-area:after{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: rgba(6,34,65,0.70) none repeat scroll 0 0;
    content:"";
    z-index: -1;
}
.banner-btn {
    border: 1px solid var(--primary);
    display: inline-block;
    padding: 12px 25px;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    background: var(--primary);
    border-radius: 2px;
}
.banner-btn:hover{
    background: transparent;
    border: 1px solid #fff;
    color:#fff;
}
.banner-content h3 {
    color: #fff;
    font-size: 40px;
    max-width: 840px;
    line-height: 46px;
    font-weight: 600;
    margin: 0 auto 40px;
}
.banner-content {
    overflow: hidden;
    padding: 0px 40px;
}


/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .quote-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}



/*----- button 3 -----*/
.btn-3::after{
  left: 0;
  bottom: 0;
  transition-delay: 0.6s;
}
.btn-3 span::after{
  transition-delay: 0.4s;
  right: 0;
  bottom: 0
}
.btn-3::before{
  right: 0;
  top: 0;
  transition-delay: 0.2s;
}
.btn-3 span::before{
  transition-delay: 0s;
  left: 0;
  top: 0;
}

.btn-3:hover::after{
  transition-delay: 0s;
}
.btn-3:hover span::after{
  transition-delay: 0.2s;
}
.btn-3:hover::before{
  transition-delay: 0.4s;
}
.btn-3:hover span::before{
  transition-delay: 0.6s;
}









.background-img{
height: 200px;
width: 100%;
  background-repeat: no-repeat;
  /* background-size: cover; */
  /* margin: 1% auto; */
  padding:20px;
  /* border: 1px solid #2a3cad; */
  position: relative;
}

.paper-content h2{ 
  font-family: 'Public Sans', sans-serif;
  font-size:21px;
}

.paper-box{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 180px;
  background: #111845a6;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0 20px 50px rgb(8, 11, 30);
  border: 2px solid #fff;
  color: white;
  padding: 20px;
}

.paper-box:before{
  content: '';
  position:absolute;
  top:0;
  left:-100%;
  width:100%;
  height:100%;
  background: rgba(255,255,255,0.1);
  transition:0.5s;
  pointer-events: none;
}

.paper-box:hover:before{
  left:-50%;
  transform: skewX(-5deg);
}


.paper-box .paper-content{
  position:absolute;
  top:15px;
  left:15px;
  right:15px;
  bottom:15px;
  border:1px solid #fff;
  padding:20px;
  text-align:center;
  box-shadow: 0 5px 10px rgba(9,0,0,0.5);
  
}

.paper-box span{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  
}

.paper-box span:nth-child(1)
{
  transform:rotate(0deg);
}

/* .paper-box span:nth-child(2)
{
  transform:rotate(90deg);
} */

.paper-box span:nth-child(3)
{
  transform:rotate(180deg);
}

/* .paper-box span:nth-child(4)
{
  transform:rotate(270deg);
} */

.paper-box span:before
{
  content: '';
  position: absolute;
  width:100%;
  height: 2px;
  background: #fff;
  animation: animate 4s linear infinite;
}

@keyframes animate {
  0% {
  transform:scaleX(0);
  transform-origin: left;
  }
  50%
  {
    transform:scaleX(1);
  transform-origin: left;
  }
  50.1%
  {
    transform:scaleX(1);
  transform-origin: right;
    
  }
  
  100%
  {
    transform:scaleX(0);
  transform-origin: right;
    
  }
  
  
} 


.service-img{
  height: 300px;
  border-radius: 40px;
}

.service-img1{
  border-radius: 40px;
}


.service-img2{
  border-radius: 20px;
}




@media (max-width: 480px) {


  .template-image img{
    height: 300px;
    border-radius: 50px;
    padding: 5px;
    width: 100%;
  }
}

.template-image img{
  height: 400px;
  border-radius: 50px;
  width: 100%;
  box-shadow: 5px 10px #888888;
}


.contact-img{
  display: flex;
  justify-content: center;

}

.contact-img img{
  
  height: 450px;
  width: 100%;
  border-radius: 10%;
  align-self: center;
}


@media (max-width: 480px) {
  .contact-img img{
  
    height: 250px;
    width: 100%;
    border-radius: 10%;
    align-self: center;
  }

}


/* Services section */

.service-text{
  padding: 0px 20px;
}

.service-text h2{
font-size: 24px;
font-family: var(--form);
font-weight: 600;
color: #fff;

}

.service-text p{
  font-family: var(--public);
  font-weight: 400;
  color: #fff;
  
  }


  .service-text .service-title img{
    height: 280px;
    width: 100%;
    border-top-right-radius: 45%;
    border-top-left-radius: 45%;
  }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  color: #000;
  /* background: url("../images/banner/banner2.jpg") top center no-repeat; */
  background-size: cover;
  font-size: 16px;
  padding: 80px 0 60px 0;
  position: relative;
}

.footer:before {
  content: "";
  background: rgba(236, 230, 230, 0.8);
  position: absolute;
  inset: 0;
}

.footer .footer-content .footer-info {
  margin-bottom: 30px;
}

.footer .footer-content .footer-info h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  /* text-transform: uppercase; */
}

.footer .footer-content .footer-info h3 span {
  color: #000;
}

.footer .footer-content .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Public Sans';
  color: #000;
  font-weight: 600;
}

.footer .footer-content .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(21, 19, 19, 0.893);
  color: #fff;
  line-height: 1;
  margin-right: 8px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.footer .footer-content .social-links a:hover {
  background: var(--color-primary);
  text-decoration: none;
}

.footer .footer-content h4 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-content .footer-links {
  margin-bottom: 30px;
}

.footer .footer-content .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-content .footer-links ul li {
  padding: 8px 0;
}

.footer .footer-content .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-content .footer-links ul a {
  color: rgba(14, 11, 11, 0.884);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-content .footer-links ul a:hover {
  color: #000;
}

.footer .footer-legal .copyright {
  padding-top: 30px;
  border-top: 1px solid rgb(10, 1, 1);
}

.footer .footer-legal .credits {
  padding-top: 4px;
  font-size: 13px;
  color: #000;
}

.footer .footer-legal .credits a {
  color: #000;
}



.mobile-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;

  z-index: 1000;
  will-change: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  display: flex;
  padding: 5px 0;
  box-shadow: 0 -2px 5px -2px #333;
  background-color: #fff;
}

.mobile-bottom-nav__item {
  flex-grow: 1;
  text-align: center;
  font-size: 12px;
  display: flex;

  flex-direction: column;
  justify-content: center;
}

.mobile-bottom-nav__item a {
  color: #000 !important;
  font-size: 11px;
}

.mobile-bottom-nav__item--active {
  color: var(--primary);
}

.h300 img {
  height: 300px;
}

.mobile-bottom-nav__item-content a i {
  font-size: 22px;
  color: var(--primary);
  display: block;
  margin-bottom: 3px;

}

.mobile-bottom-nav__item-content {
  display: flex;
  flex-direction: column;
}

.pdn {
  padding: 10px 10px !important;
  width: 180px;
}

.mod_head {
  background: linear-gradient(to right, #000, #000);
}

.modal-title {
  color: #fff;
}

.vrt {
  vertical-align: middle;
}


#features li p {
  margin-bottom: 0;
  padding-bottom: 0;
}

#features li {
  display: table;
  width: 100%;
  margin: 20px 0;
  cursor: pointer;
padding: 10px;
/* -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15); */
background: #393939;
border: #fff;
border-radius: 10px;
transition: all 1s ease-in-out;
}

#features li:hover {
transform: scale(1.07);
transition: all 1s ease-in-out;
z-index: 1000;
}

.features-left,
.features-right {
  padding: 0 10px;
}

.features-right li:last-child,
.features-left li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0 !important;
}

.features-right li i{
text-align: center;
}

.features-right li i,
.features-left li i {
  width: 68px;
  height: 68px;
  line-height: 68px;
  display: table;
  border-radius: 10px;
  font-size: 26px;
color: #ffffff;
  background-color: var(--primary);
  margin: 0 auto 22px;
  position: relative;
  text-align: center;
  z-index: 55;
  transition: .4s;
  padding: 0;
}

.features-right li i:hover,
.features-left li i:hover {
background: #201e21;
}

#features i img {
  display: table;
  margin: 0 auto;
}

.features-left li i:before,
.features-right li i:before {
  text-align: center;
}

.features-right li i .ico-current,
.features-left li i .ico-current {
  opacity: 1;
  transition: .4s;
  visibility: visible;
}

.features-right li i .ico-hover,
.features-left li i .ico-hover {
  opacity: 0;
  transition: .4s;
  visibility: hidden;
  top: 19px;
}

.features-right li:hover .ico-current,
.features-left li:hover .ico-current {
  opacity: 0;
  transition: .4s;
  visibility: hidden;
}

.features-right li:hover .ico-hover,
.features-left li:hover .ico-hover {
  opacity: 1;
  transition: .4s;
  visibility: visible;
}

.features-right i {
  float: right;
}

.fr-inner {
  /* margin-right: 90px; */
}

.features-left i {
  float: left;
}

fr-inner p{
font-size: 21px;
font-family: 'Public Sans', sans-serif;
}

fl-inner p{
font-size: 21px;
font-family: 'Public Sans', sans-serif;
}

.fl-inner {

  text-align: left;
  margin-left: 90px;
}

@media (max-width: 480px) {

  .fl-inner {
      text-align: center;
      margin-left: 0px;
  }

  .fr-inner {
    text-align: center;
    margin-left: 0px;
}
}

#features h4 {
  text-transform: capitalize;
  margin: 0;
  font-size: 19px;
color: #ffffff;
}

#features p {
  text-transform: capitalize;
  margin: 0;
color: #ffffff;
}

.about-heig{
  height: 150px;
}

.about-heig1{
  height: 150px;
}


@media (max-width: 480px) {
  .about-heig{
    height: 100%;
  }

  .about-heig1{
    height: 100%;
  }
  
}




