/**
* Template Name: Multi - v4.8.1
* Template URL: https://bootstrapmade.com/multi-responsive-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Amiri:400,400i,700,700i|Crimson+Text:400,400i,600,600i,700,700i|Homemade+Apple|Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200&amp;display=swap');

body {
  font-family: "Poppins", sans-serif;
  color: #444444;
}

a {
  color: #ed502e;
  text-decoration: none;
}

a:hover {
  color: #f1775d;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}
#preloader .img-wrap{width: 300px; position: fixed; top: calc(50% - 150px); left: calc(50% - 150px); text-align: center;}
#preloader .img-wrap img{max-width: 100%;}
#preloader .inner-heading.section-title{padding: 30px 0 0;}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(80% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ed502e;
  border-top-color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #111111;
  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: #ed502e;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: #fff5e2;
    transition: all 0.5s;
    z-index: 997;
    /*padding: 20px 0;*/
    top: 50px;
    border-bottom: #f8971d 4px solid
}

#header.header-scrolled {
  padding: 12px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 26px;
  width:220px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#header .logo a {
  color: #0b2341;
  position: absolute;
    left: 0;
    width: 350px;
    top: -25px;
    z-index:22;
}

#header .logo img {
  max-width: 90%;
}

/*--------------------------------------------------------------
# Header Social Links
--------------------------------------------------------------*/
.header-social-links {
    margin-top: 18px;
    border-left: 1px solid #c4c4c4;
}

    .header-social-links a {
        color: #fff;
        display: inline-block;
        line-height: 0px;
        transition: 0.3s;
        padding-left: 20px;
    }

        .header-social-links a i {
            line-height: 0;
        }

        .header-social-links a:hover {
            color: #111111;
        }

@media (max-width: 768px) {
    .header-social-links {
        padding: 0 15px 0 0;
        border-left: 0;
    }
}

/*--------------------------------------------------------------
# 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; /*padding:20px 0;*/
}
.navbar li.join{width:83px; padding:0; margin-left:20px;}
.navbar li.join a{margin-left:0; margin-top:0; background:url(../images/join-icon.png) no-repeat 0 0; background-size:100%; height:80px;}
.navbar li.join:hover a{background:url(../images/join-icon.png) no-repeat 0 0; background-size:100%;}

.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 28px;
    margin-top: 10px;
    font-size: 14px;
  font-family: 'Montserrat';
  font-weight:bold;
  color: #0b2341;
  white-space: nowrap;
  transition: 0.3s;
  text-transform:uppercase;
}
.navbar li.home{padding:0;}
.navbar li.home a, .navbar li.home a:focus{padding:17px 10px 30px; margin-top:15px;}

.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: #ffffff;
  background:#f8971d;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #111111;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 25px;
  color: #fff;
}

.navbar .btn-learn-more, .navbar .btn-learn-more:focus, .portfolio .btn-learn-more, .portfolio .btn-learn-more:focus{
    margin-top:0 !important; margin-left:10px; padding:10px 32px !important; border-radius:25px !important; color:#ffffff;
}

.portfolio .btn-more{padding:30px 0 0; text-align:center;}
.portfolio .btn-learn-more, .portfolio .btn-learn-more:focus{border:2px solid #fff; transition:ease-in-out 0.5s;}

.navbar .getstarted:hover, .navbar .getstarted:focus:hover, .portfolio .btn-learn-more:hover, .portfolio .btn-learn-more:focus:hover {
    color: #fff;
    background: #111111;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  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;
  text-transform: none;
  margin:0;
}

.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: #ffffff;
}

.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: #0b2341;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(4, 12, 21, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.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: #0b2341;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #ed502e;
}

.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: #ed502e;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 85vh;
  /*background-color: rgba(4, 12, 21, 0.8);*/
  overflow: hidden;
  position: relative;
}
#hero.abtbann{height: 300px;}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  content: "";
  /*background-color: rgba(4, 12, 21, 0.5);*/
}

#hero .carousel-container {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 82px;
  left: 50px;
  right: 50px;
}

#hero h2 {
  color: #fff;
  margin: 0;
  font-weight: 500;
  font-family: "Poppins", sans-serif; font-size:25px; text-shadow:1px 1px 5px rgba(0,0,0,0.4);
}
#hero .gall h2{color: #111; text-shadow:1px 1px 5px rgba(255,255,255,0.8)}
.welcome{position: fixed; left: 0; top: 0; bottom: 0; width: 100%; height: 100%; background: rgba(0,0,0,.8); z-index: 9999;}
.img-cont{width: 400px; position: fixed; top: calc(50% - 200px); left: calc(50% - 200px); z-index: 99999;}
.img-cont img{max-width: 100%;}

#hero .carousel-container.rtlHdng{/*width: 70%; left: auto; right: 0;*/}
#hero .carousel-container.rtlHdng h2{color: #111; text-shadow: 3px 3px 5px rgb(255,255,255,.9); padding-top: 150px; text-align: right;}
/*#hero .carousel-container.rtlHdng h2{background: #8c3400; padding: 25px 20px; width: 100%; text-align: center; border-radius: 50px 0 0 50px; position: relative; top: 60px}
#hero .carousel-container.rtlHdng h2:before{content: " "; position: absolute; left: 0px; top: 0; width: 100%; height: 100%; border-radius: 50px 0 0 50px; border-left: 7px solid #ffb600;}*/

#hero .carousel-container.lftHdng{/*width: 70%; left: 0;*/}
#hero .carousel-container.lftHdng h2{color: #fff; text-shadow: 1px 1px 5px rgb(0,0,0,.5); text-align: left;}
/*#hero .carousel-container.lftHdng h2{background: #8c3400; padding: 25px 20px; width: 100%; text-align: center; border-radius: 0 50px 50px 0; position: relative; top: 60px}
#hero .carousel-container.lftHdng h2:before{content: " "; position: absolute; left: 0px; top: 0; width: 100%; height: 100%; border-radius: 0 50px 50px 0; border-right: 7px solid #ffb600;}*/

#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #fff;
  margin-top: 10px;
}

@media (min-width: 1200px) {
  #hero p {
    width: 50%;
  }
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;  
}

#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-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.8);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.5);
  color: rgba(0, 0, 0, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #ed502e;
}

#hero .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 20px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #ed502e;border:1px solid #ffffff;
  margin-top: 15px;
}
.carousel-indicators{left:auto; bottom:auto; top:10px; right:10px; margin-right:0; display:none;}
#hero .btn-get-started:hover {
    background: #111111;
}

@media (max-width: 992px) {
  #hero {
    height: 100vh;
  }

  #hero .carousel-container {
    text-align: center;
    top: 74px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 30px;
  }
}

@media (min-width: 1024px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
	#hero {
    height: 500px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 37px 0;
}

.section-bg {
  /*background-color: #f6f9fd;*/
}

.section-title {
  padding-bottom: 20px;
}

.section-title h2 {
  font-size: 28px;
  font-weight: 500;
  padding: 0;
  line-height: 28px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  /*text-transform: uppercase;*/
  color: #fff;
  font-family:'Satisfy';
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #fff;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 500;
  /*text-transform: uppercase;*/
  font-family: "Poppins", sans-serif;
  color: #fff;
}

.section-title.inside p {font-size: 24px;}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #ed502e;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more, .navbar .btn-learn-more {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 20px;
    transition: 0.3s;
    line-height: 1;
    color: #111111;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid #ff5a00;
}

    .about .content .btn-learn-more:hover, .navbar .btn-learn-more:hover {
        background: #111111;
        color: #fff;
        text-decoration: none;
        border: 2px solid #fff;
    }

.about.section-bg {
    padding: 60px 0 0;
    color: #111111;
    position: relative;
    background: url(../images/abt-bg.jpg) no-repeat 0 0; background-size:cover;
    z-index: 99;
}
#about .section-title h2{color:#ff5a00;}
#about .section-title h2::after{background:#ff5a00;}
#about .section-title p{color:#111111;}
/*.about.section-bg:before {
        content: "";
        background: #ed502e;
        position: absolute;
        bottom: 60px;
        top: 60px;
        left: 0;
        right: 0;
       transform: skewY(-3deg);
    }*/
.about .imgabt {
    width: 100%;
    padding: 20px;
    position: relative;
    margin-top: -150px;
    z-index: 999
}
.about .imgwrap{width:100%; /*background:#fff; z-index:99; box-shadow: 0px 0px 20px 8px rgb(68 88 144 / 20%);*/}
/*.about .imgabt:before{content:""; position:absolute; bottom: 60px; top: 60px; left: 0; right: 0; transform: skewY(3deg); background:#fff; z-index:99; background:#fff;  box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2);}*/
.imgwrap img{max-width:100%; position:relative; z-index:99;}
.portfolio.pressNote.section-bg{background:url(../images/pressN-bg.jpg) no-repeat 0 0; background-size:cover; color:#fff;}
.portfolio.pressNote section-title {text-align:center;}
.portfolio.pressNote .section-title p{color:#fff;}
section.portfolio.pressNote{background:#fff;}
.portfolio .bg01{ height:774px; position:relative; z-index:1; top:0; background-size:cover; padding-top: 150px;}
.swiper{z-index:2;}
.portfolio .bg01 .contact-wrap{font-size: 14px; padding: 0 30px 0 0; text-align: justify;}
.MC-BG01{ background-attachment: fixed; background-size: cover; margin: 20px 0 0;}
.MC-BG01 p {background: #f4c487; padding: 10px 20px; text-align: left; box-shadow: 0px 0px 8px rgba(0,0,0,.3); border-radius: 5px;}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
    padding-top: 0;
}

.counts .count-box {
  box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
}

.counts .count-box i {
  display: block;
  font-size: 30px;
  color: #ed502e;
  float: left;
}

.counts .count-box span {
  font-size: 42px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: #0b2341;
  margin-left: 50px;
}

.counts .count-box p {
  padding: 30px 0 0 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #164682;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #2169c4;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  padding: 0;
}

.why-us .content {
  padding: 60px 100px 0 100px;
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #123a6d;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: #848484;
}

.why-us .video-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
  position: relative;
}

.why-us .accordion-list {
  padding: 0 100px 60px 100px;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li+li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  color: #0b2341;
  cursor: pointer;
}

.why-us .accordion-list span {
  color: #ed502e;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #0b2341;
}

.why-us .accordion-list a.collapsed:hover {
  color: #ed502e;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

.why-us .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#ed502e 50%, rgba(237, 80, 46, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.why-us .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.why-us .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(237, 80, 46, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.why-us .play-btn:hover::after {
  border-left: 15px solid #ed502e;
  transform: scale(20);
}

.why-us .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@media (max-width: 1024px) {

  .why-us .content,
  .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .why-us .content {
    padding-top: 30px;
  }

  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
/*.services .icon-box {
  text-align: center;
  background: #fefefe;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
}*/
.icon-box03{padding: 35px 0 0;}
.icon-boxes-wrap{display:flex;}
.services .icon-box .icon, .icon-boxes .icon-box .icon {
    margin: 0;
    width: 100%;
    transition: all 0.3s ease-out 0s;    
}
.icon-boxes .icon-box .icon span{width:100%; display:inline-block; min-height: 220px;}
/*.icon-boxes .icon-box.colorbx02  .icon span{width:45%;}*/
/*.icon-boxes .icon-box.colorbx04  .icon span{width:90%;}*/
.services .icon-box .icon i, .icon-boxes .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}

/*.services .icon-box .icon::before, .icon-boxes .icon-box .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #f9c6bb;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
  z-index: 1;
}
.icon-boxes .icon-box.colorbx02 .icon::before{background:#c6deaa;}*/

/*.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #0b2341;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  background: #ed502e;
  border-color: #ed502e;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #ed502e;
}

.services .icon-box:hover .icon::before {
  background: #f1775d;
}

.services .icon-box:hover h4 a,
.services .icon-box:hover p {
  color: #fff;
}*/

/*--------------------------------------------------------------
# Icon Boxes
--------------------------------------------------------------*/
.icon-boxes {
    padding-top: 0;
    position: relative;
    z-index: 100;
    margin-top:1px;
}

    .icon-boxes .icon-box {
        padding: 0;
        /*width: 25%;*/
        position: relative;
        overflow: hidden;
        /*background: #fff;*/
        box-shadow: 0px 10px 10px 0 rgba(68, 88, 144, 0.5);
        transition: all 0.3s ease-in-out;
        text-align:center;
        /*border-radius: 10px;*/
    }

#icon-boxes01.icon-boxes .icon-box {width:33%; box-shadow:none;}
#icon-boxes01.icon-boxes .icon-box{text-align:center; padding:10px 20px 0;}
#icon-boxes01.icon-boxes .icon-box.vdbox{padding:0;}
#icon-boxes01 .portfolio .portfolio-item{margin:0;}
#icon-boxes01.icon-boxes{margin-top:-120px; padding-bottom:0;}
#icon-boxes01.icon-boxes .icon-box .icon{margin: 10px 0 0;}
#icon-boxes01.icon-boxes .icon-box .icon span{width: 60%; min-height: 0;}
.icon-boxes-wrap.r-r .icon-box.colorbx01 {border-radius:41px 0 0;}
.icon-boxes-wrap.r-r .icon-box.colorbx04{border-radius:0 0 41px;}
.colorbx01 {background: #e70f47;}
.colorbx02{background:#00c99f;}
.colorbx03{background:#16327A;}
.colorbx04{background:#14B3E4;}
.colorbx05{background:#ff9600;}
.iconbox-cont{padding: 0 20px 20px;}
.icon-boxes .icon {
    margin: 0 auto 20px auto;
    display: inline-block;
    text-align: center;
}
    .icon-boxes .icon img{max-width:100%;}

        .icon-boxes .icon i {
            font-size: 36px;
            line-height: 1;
            color: #f6b024;
        }

    .icon-boxes .title {
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 18px;
        color: #ffffff;
    }

        .icon-boxes .title a {
            color: #ed502e;
        }

    .icon-boxes .description {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0;
        color: #ffffff;
    }
    .icon-boxes .linkRM{display:inline-block; position:relative; font-size:14px; margin-top:20px; color:#ffffff; padding:5px 15px; border:1px solid #fff; border-radius:30px; transition:ease-in 0.5s;}
    .icon-boxes .linkRM:hover{background:#111111;}
    .icon-boxes .linkRM .bx-chevron-right:before {position: absolute; right:-17px; top:5px; transition: 0.5s;}
    .icon-boxes .linkRM:hover .bx-chevron-right:before{color:#111;  right:-20px;}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
/*.testimonials .testimonial-wrap {
  padding-left: 50px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 200px;
  box-shadow: 0px 0px 20px 0px rgba(11, 35, 65, 0.1);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  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: #fdedea;
  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 #ed502e;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ed502e;
}*/

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  padding: 80px 0;
  background: #0b2341;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #ed502e;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #ed502e;
  border: 2px solid #ed502e;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
section.portfolio{position:relative; background-image:url(../images/bg-gal.png); background-color: #eef0ef; background-size: cover; left:0; z-index:9;}
section.portfolio.home{padding: 0 0 70px; background-image: none;}
section.portfolio.home .section-title p{font-size: 28px;}
section.portfolio.home .section-title i{display: inline-block; padding-top: 10px;}
section.portfolio.home .btn-learn-more{margin-left: 0; border-color: #ff5a00; color: #000; margin-top: 20px; display: inline-block;}
section.portfolio.home .btn-learn-more:hover{color: #fff;}
section.portfolio.inner, .about.section-bg.inner{padding: 0; font-size: 16px; font-weight: 400; line-height: 26px;}
.inner-heading.section-title{text-align: center; padding: 70px 0 30px;}
.inner-heading.section-title h2{color: #ed502e; font-size: 28px; line-height: 28px;}
.inner-heading.section-title p{color: #111111; line-height: 48px;}
.inner-heading.section-title h2::after{width: 0;}
/*section.portfolio.inner .section-title,  .about.section-bg.inner .section-title{padding-top: 80px;}*/
.imgCol{padding: 0 !important; position: relative; z-index: 99;}
.imgCol .imgwrap.lftshdw{box-shadow: 5px 5px 15px rgba(0,0,0,.2); border-radius: 0 50px 50px;}
.imgCol .imgwrap.rhtshdw{box-shadow: -5px 5px 15px rgb(0,0,0,.2); border-radius: 50px 50px 0;}
.content-wrap{padding: 50px 30px 40px;}
/*.portfolio:before{content:""; background:#f6f9fd; transform:skewY(-3deg); position:absolute; left:0; top:-60px; bottom:0px; right:0; z-index:9;}*/
.pl0{padding-left: 0;}
.pr0{padding-right: 0;}
.portfolio.inner.d-flex{align-items: center;}
.portfolio-wrap {
    position: relative; z-index:99;
}
.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #0b2341;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius:20px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff; background:#ed502e;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 20px; position:relative;
}
.portfolio .portfolio-item .bxshdw{box-shadow: 5px 5px 10px rgba(11, 35, 65, 0.2); padding:10px; background:#fff;}
.opt01{border-radius:41px 0;}
.opt02{border-radius:0px 41px}
.portfolio.pressNote .portfolio-item .portfolio-info {padding: 15px 0; width: 100%; left: 0; right: 0; opacity: 1; background: none; text-align: center; bottom: 20px;}
.portfolio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 40%;
    right: 30px;
    bottom: 0;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px;
    width: 100px;
    height: 45px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #0b2341;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #1a5298;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
    right: 40px;
    font-size: 38px;
    /* top: calc(50% - 18px); */
    color: #111111;
    left: 32px;
    top: -2px;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #ed502e;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
  color: #f59f8c;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}
.portfolio img{max-width: 100%;}
/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ed502e;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ed502e;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(11, 35, 65, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}
.portfolio .section-title h2{color:#ed502e;}
.portfolio .section-title h2::after{background:#ed502e;}
.portfolio .section-title p{color:#111111;}
.portfolio.pressNote .section-title h2{color:#ffffff;}
.portfolio.pressNote .section-title h2::after{background:#ffffff;}
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
    text-align: center;
    margin-bottom: 20px;
    background: #343a40;
    position: relative;
    overflow: hidden;
}

.team .member .member-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

.team .member .member-info-content {
  position: absolute;
  left: 50px;
  right: 0;
  bottom: 0;
  transition: bottom 0.4s;
}

.team .member .member-info-content h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

.team .member .member-info-content span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.team .member .social {
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  width: 50px;
  transition: left ease-in-out 0.3s;
  background: rgba(11, 35, 65, 0.5);
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  display: block;
  color: #fff;
  margin-top: 15px;
}

.team .member .social a:hover {
  color: #ed502e;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member:hover .member-info {
  background: linear-gradient(0deg, rgba(11, 35, 65, 0.9) 0%, rgba(11, 35, 65, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
  opacity: 1;
  transition: 0.4s;
}

.team .member:hover .member-info-content {
  bottom: 30px;
  transition: bottom 0.4s;
}

.team .member:hover .social {
  left: 0;
  transition: left ease-in-out 0.3s;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 80px 40px;
  margin-bottom: 30px;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
  background: #fff;
  text-align: center;
}

.pricing h3 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 28px;
}

.pricing h4 {
  font-size: 46px;
  color: #0b2341;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin-bottom: 25px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding-bottom: 12px;
}

.pricing ul i {
  color: #ed502e;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .get-started-btn {
  display: inline-block;
  padding: 10px 40px 11px 40px;
  border-radius: 4px;
  color: #0b2341;
  transition: none;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
  border: 2px solid #0b2341;
  background: #fff;
}

.pricing .get-started-btn:hover {
  background: #0b2341;
  color: #fff;
}

.pricing .featured {
  z-index: 10;
  padding: 100px 40px;
  border: 4px solid #ed502e;
}

.pricing .featured .get-started-btn {
  background: #ed502e;
  color: #fff;
  border-color: #ed502e;
}

.pricing .featured .get-started-btn:hover {
  background: #ef6445;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-item {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 1px solid #e9f1fb;
}

.faq .faq-item i {
  color: #669ee5;
  font-size: 20px;
  float: left;
  line-height: 0;
  padding: 13px 0 0 0;
  margin: 0;
}

.faq .faq-item h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 10px 28px;
  font-family: "Poppins", sans-serif;
}

.faq .faq-item p {
  font-size: 15px;
}

/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/
.gallery {
    overflow: hidden;
}

    .gallery .swiper-pagination {
        margin-top: 20px;
        position: relative;
        display:none;
    }

        .gallery .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: #d1d1d7;
            opacity: 1;
        }

        .gallery .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #8c3400;
        }

    .gallery .swiper-slide-active {
        text-align: center;
    }
.swiper-slide{margin-right:0px !important;}

@media (min-width: 992px) {
    .gallery .swiper-wrapper {
        padding: 40px 0;
    }

    /*.gallery .swiper-slide-active {
        border: 6px solid #8c3400;
        padding: 4px;
        background: #fff;
        z-index: 1;
        transform: scale(1.2);
    }*/
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #0b2341;
  text-align: center;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  padding: 20px 0 30px 0;
  background: #fff;
}

.contact .info-box i {
  font-size: 32px;
  color: #ed502e;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #fbdad2;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 600;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 13px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  padding: 64px 40px;
  background: #fff;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  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 input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #ed502e;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #ed502e;
  border: 0;
  padding: 10px 30px;
  border-radius: 4px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type=submit]:hover {
  background: #ef6445;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f6f9fd;
  min-height: 40px;
  margin-top: 82px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 74px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #0b2341;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #123a6d;
  content: "/";
}


.header {
  position:relative;
  background: #fcb531;
  margin-top:60px;
  padding-bottom:48px;
}

.vert-bg {background:#f9e3c3 !important;}

.waves-top {
  position: absolute;
  width: 100%;
  top: -100px;
}


.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
}



/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {

.waves {height:40px; min-height:40px;}

}

.featured-services02 .icon-box {
padding: 15px;
position: relative;
overflow: hidden;
background: #fff;
box-shadow: 0 0 29px 0 rgba(18, 66, 101, 0.08);
transition: all 0.3s ease-in-out;
border-radius: 8px;
z-index: 1;
}

.featured-services02 .icon-box:hover {

  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.30);
  transition: all 0.2s ease;

}



.featured-services02 .icon-box::before {
  content: "";
  position: absolute;
  /*background: #cbe0fb;*/
  border:1px dashed #cc0000;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
  color:#ffffff;
}

.featured-services02 .icon-box:hover::before {
  /*background: #106eea;*/
  border:1px dashed #106eea;
  top: 0;
  border-radius: 8px;
  color:#106eea;
}

.featured-services02 .icon {
  margin-bottom: 15px;
}

.featured-services02 .icon img {width:100%;}

.featured-services02 .icon i {
  font-size: 48px;
  line-height: 1;
  color: #106eea;
  transition: all 0.3s ease-in-out;
}

.featured-services02 .title {
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 16px;
}

.featured-services02 .title a {
  color: #111;
}

.featured-services02 .description {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 0;
  font-weight:500;
  padding-bottom:8px;
}

.featured-services02 .description a{
color:#000000;
}

.min-font{font-size:12px !important; color:#545454 !important; font-weight:300 !important; padding-top:3px !important;}

.min-font01{font-size:11px !important; color:#545454 !important; font-weight:300 !important; font-style:italic !important; padding-bottom:5px;}

.sml-font a{font-size:12px; color:#494949 !important;}

.featured-services02 span {
  padding-bottom: 0px !important;
  display: inline-block;
  position: relative;
}

.featured-services02 span a{
color:#ed502e; font-size:13px; font-weight:500; padding-bottom:0px !important;
}

.featured-services02 span a:hover {text-decoration:none;}

.featured-services02 span:after
{
display:block;
content: '';
border-bottom: solid 2px #ed502e;  
transform: scaleX(0);  
transition: transform 250ms ease-in-out;
display: block;
}

.featured-services02 span:hover:after{}
.featured-services02 span.fromRight:after{ transform-origin:87.4% 0%; }
.featured-services02 span.fromLeft:after{ transform-origin:  0% 100%; }


.featured-services02 span:before{
content: '\F285';
position: absolute;
right: -14px;
top: 4px;
transition: all .3s ease;
font-family: bootstrap-icons !important;
font-weight: bold;
font-size:13px;
color:#ed502e;
}


.featured-services02 .icon-box:hover .title a,
.featured-services02 .icon-box:hover .description a, .featured-services .icon-box:hover span a{
  
}

.featured-services02 .icon-box:hover span:before {
position: absolute;
right: -20px;
top: 4px;
transition: all .3s ease;
}

.featured-services02 .icon-box:hover span:after {

transform: scaleX(1);	
	
}


#hero2 {
  width: 100%;
  height: 100vh;
  /* background: url(../images/campaigns/banner.jpg) top center; */
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.hero-img img{width:90%; margin-top:24px; border-radius:24px;}

@media (min-width: 1024px) {
  #hero2 {
    background-attachment: fixed;
  }
}

#hero2:before {
  content: "";
  background: rgba(253, 161, 1, 0.48);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero2 .hero-container {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 90px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

@media (max-width: 991px) {
  #hero .hero-container {
    top: 70px;
  }
}

#hero2 h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  font-style:italic;
  margin-bottom:12px;
}

#hero2 h1 span {
  color: #005d3c;
}

@media (max-width: 991px) {
  #hero2 h1 {
    font-size: 34px;
  }
}

#hero2 p {
  color: #fff;
  font-weight: 700;
  font-size: 36px;
  text-shadow: 0px 8px 12px rgba(0, 0, 0, 0.72);
}


@media (max-width: 991px) {
  #hero2 p {
    font-size: 16px;
  }
}

#hero2 .play-btn {
  width: 148px;
  height: 148px;
  background: radial-gradient(#a95001 50%, rgba(215, 102, 1, 0.5) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#hero2 .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#hero2 .play-btn:before {
  content: "";
  position: absolute;
  width: 176px;
  height: 176px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 1);
  top: -10%;
  left: -10%;
  background: rgba(198, 16, 0, 0);
}

#hero2 .play-btn:hover::after {
  border-left: 15px solid #f82249;
  transform: scale(20);
}

#hero2 .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

#about .play-btn {
  width: 148px;
  height: 148px;
  background: radial-gradient(#082d71 50%, rgba(0, 222, 255, 0.5) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  overflow: hidden;
  left:34%;
  top:36%;
}

#about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#about .play-btn:before {
  content: "";
  position: absolute;
  width: 176px;
  height: 176px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 1);
  top: -10%;
  left: -10%;
  background: rgba(198, 16, 0, 0);
}

#about .play-btn:hover::after {
  border-left: 15px solid #f82249;
  transform: scale(20);
}

#about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}


#hero .about-btn {
  font-family: "Raleway", 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 #f82249;
}

#hero .about-btn:hover {
  background: #f82249;
  color: #fff;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}



.main {
  padding: 72px 0;
 
  background-position: center center;
  background-size: cover;
  position: relative;
}

.main::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.36);
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 40px 0 0px;
  background: url("../images/cta-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
	color: #fff;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #e70f47;
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.attendees .attendees-carousel,
.attendees .attendees-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  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: 0 auto 15px auto;
  color: #eee;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.4);
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

@media (min-width: 1024px) {
  .testimonials {
    background-attachment: fixed;
  }
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

.process {padding-top:36px;}

.process img {width: 100%; border:16px solid #ffffff; border-radius:60px 0px 60px 0px;}


.section-title-cmpgn {
  padding-bottom: 0px;
  position:relative;
  z-index:1;
}

.section-title-cmpgn h2 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 12px;
  padding-bottom: 12px;
  position: relative;
  color:#333333;
}
.testimonials .section-title-cmpgn h2{padding-bottom: 0;}
.section-title-cmpgn.campaignHome h2 span a{font-size: 18px; font-weight: 100; text-decoration: underline;}
.testimonials .section-title-cmpgn h2{color: #fff; font-size: 26px;}
.testimonials .section-title-cmpgn.featured-services02 a, .testimonials .section-title-cmpgn.featured-services02 span:before{color: #fff;}

.testimonials .section-title-cmpgn.featured-services02 span:after{border-bottom: solid 2px #fff;}
.testimonials .section-title-cmpgn.featured-services02:hover span:after{transform: scaleX(1);}
.testimonials .hero-img img{border-radius: 0; border: 5px solid rgba(255,255,255,0.4); width: 100%;}
.section-title-cmpgn h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #009961;
  bottom: 0;
  left: 0;
}
.testimonials .section-title-cmpgn h2::after{background: none;}
.section-title-cmpgn.campaignHome h2::after{background: #e70f47;}


.section-title-cmpgn p {
  margin-bottom: 0;
  color: #777777;
  font-size: 15px;
  line-height:30px;
}
.testimonials .section-title-cmpgn p{color: #fff; line-height: 22px;}

.alternate {background:#ebf6ff; padding-bottom:36px; margin-top:48px;}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #F8971D;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}
#footer.inner-footer{margin-top: 50px;}

#footer .footer-top {
  padding: 2px 0 20px 0;
}

#footer .footer-top .footer-info {
  min-height: 428px;
  margin-bottom: 15px;
  background: #672702;
  border-top: 4px solid #ed502e;
  text-align: center;
  padding: 30px 20px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 500;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
}

#footer .footer-top .social-links{text-align:center; border-top:1px solid #672702; padding-top:20px;}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  background: #000;
}

#footer .footer-top .social-links a:hover {
  color: #fff;
  background: #ed502e;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ef6445;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #ef6445;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #ed502e;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #ef6445;
}

#footer .copyright {
  border-top: 1px solid #672702;
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
}

.marquee-wrpaeer {
    border-bottom: 1px solid #ded5c8; background:#8c3400;
}

.marquee {
    height: 50px;
    overflow: hidden;
    position: relative;
    /*background: #fefefe;*/
    color: #fff;
}

    .marquee p {
        position: absolute;
        font-size: 11px;
        font-family: 'Poppins', sans-serif;
        width: 100%;
        height: 100%;
        margin: 0;
        line-height: 50px;
        text-align: center;
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -moz-animation: scroll-left 2s linear infinite;
        -webkit-animation: scroll-left 2s linear infinite;
        animation: scroll-left 20s linear infinite;
    }

@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@media (max-width: 1024px) {
  #hero {
    height: 40vh !important;
  }
	#hero .carousel-container.rtlHdng h2{padding-top: 30px;}
	.icon-boxes{margin-top: -30px;}
	.portfolio .bg01{background-position: -110px 0;}
	.icon-boxes .icon-box{min-height: 435px;}
	#icon-boxes01 .icon-box{min-height: 0;}
}

@media (max-width: 980px) {
	.icon-boxes .icon-box{min-height: 502px;}
	.portfolio .bg01{background-position: -340px 0;}
	#icon-boxes01 .icon-box p{display: none;}
	#icon-boxes01 .icon-box .linkRM{margin-top: 0;}
}

@media (max-width: 980px) {
	.icon-boxes{margin-top: 50px;}
}
@media (max-width: 767px) {
	#hero{height: 30vh !important;}
	#hero .carousel-container{background: #353535; top: 220px; left: 0; padding: 20px; display: none;}
	.icon-boxes .icon-box{min-height: 440px;}
	.portfolio .bg01{background-position: -455px 0; padding-top: 50px;}
	.portfolio .bg01 .contact-wrap{padding: 20px; background: rgba(255, 255, 255, .5);}
	#icon-boxes01 .container{max-width: 100%;}
	#header .logo a{position: static;}
	.portfolio.pressNote.section-bg{background-size: auto; background-repeat: repeat;}
	#hero .carousel-inner .carousel-item{background-size: 100% !important;}
}
@media (max-width: 580px){
	#hero{height: 18vh !important;}
	.portfolio .bg01{background-position: -735px 0}
	#icon-boxes01 .icon-boxes-wrap{display: block;}
	#icon-boxes01.icon-boxes .icon-box{width: 100%;}
}
