header li.nav-item {
    padding: 22px 13px;
    font-size: 20px;
}
section{
    padding: 50px 0;
}
p{
    /* color:#393939B2; */
    font-size: 18px;
    line-height: 32px;
}
h1{
    font-size: 120px;
    line-height: 140px;
    font-weight: 700;
}
h3{
    font-size: 55px;
    line-height: 70px;
}
h2{
    font-size: 50px;
    line-height: 65px;
    font-weight: 300;
}
h2 b {
    font-weight: 700;
}
h4{
    font-size: 40px;
    line-height: 44px;
    color:#fff;
}
h5{
    font-size: 25px;
    line-height: 40px;
}
#topSection{
    background-color:#082840;
    color: #fff;
    padding: 8px 15px 8px 15px;
    text-decoration: none;
}
#topSection a{
    text-decoration: none;
    color: #fff;
    vertical-align: middle;
}
#topSection a:hover{
    color: #F58220;
}
#topSection a i{
    vertical-align: middle;
    color: #082840;
    border-radius: 100px;
    background-color: #fff;
    /* padding: 5px 7px; */
}
#topSection a:hover i{
    color: #F58220;
}
.banner-left {
align-items: start;
display: flex;
flex-direction: column;
}
.banner-section p{
    font-size: 16px;
}

.banner-left p{
  background: #fef2e8;
    padding: 5px 5px 5px 15px;
    border-radius: 100px;
    font-size: 18px;
    width: auto;
}
.banner-left a{
   text-decoration: none;
    background: #F58220;
    border-radius: 100px;
    padding: 0 20px;
    margin-left: 15px;
    font-size: 18px;
    display: inline-block;
    color: #fff;
    float: right;
}

.white-box{
    padding: 20px 40px;
    border-radius: 20px;
    width: auto;
    background-color: #fff;
    box-shadow: 0px 0px 30px 0 #e1e1e1;
}
.better-to-prevent{
    background-color: #082840;
}
.img-sec{
position: relative;
}
p.white-box.topleft-img {
  position: absolute;
  top: 30px;
  left: -75px;
  z-index: 999;
  line-height: 20px;
  display: flex;
  align-items: center;
}
.img-sec:before {
  content: '';
  background: url('../images/blue-pattern.png') no-repeat center center !important;
  background-size: cover;
  position: absolute;
  left: 0px;
  width: 180px;
  height: 130px;
  top:0;
  -webkit-animation: pulsate-fwd 2.5s ease-in-out infinite both;
  animation: pulsate-fwd 2.5s ease-in-out infinite both;
}
.img-sec:after {
  content: '';
  background: url('../images/orange-pattern.png') no-repeat center center !important;
  background-size: cover;
  position: absolute;
  right: 0;
  width: 180px;
  height: 130px;
  bottom: -30px;
  -webkit-animation: pulsate-fwd 2.5s ease-in-out infinite both;
  animation: pulsate-fwd 2.5s ease-in-out infinite both;
}
p.white-box.bottomleft-img {
  position: absolute;
  bottom: 0;
  left: -75px;
  z-index: 999;
  line-height: 20px;
  display: flex;
  align-items: center;
  margin: 0;
}
p.white-box.bottomright-img {
    position: absolute;
    bottom: 0;
    right: -75px;
    z-index: 999;
    line-height: 20px;
    display: flex;
    align-items: center;
    margin: 0;
}
img.banner-img {
  padding-top: 65px;
  z-index: 9;
  position: relative;
}
.better-to-prevent button{
    background-color: #F58220;
    border: 0;
    padding: 15px 40px;
    margin-top: 10px;
    font-size: 17px;
    margin-top: 15px;
    color: #fff;
    font-weight: 500;
}
.better-to-prevent button:hover, .better-to-prevent button:focus-visible{
    background-color:#fff;
    color: #F58220;
    border: 0;
    outline: unset;
}
.we-prioritize{
  padding: 50px 0;
}

.we-prioritize button.slick-prev.slick-arrow{
display: none!important;
}
.we-prioritize button.slick-next.slick-arrow{
  display: none!important;
  }
  .we-prioritize .slick-track {
    display: flex;
  }
  .we-prioritize .slide.slick-slide {
    background-color: #fff;
    padding: 15px;
    border-radius: 50px 0 50px 0;
    box-shadow: 0px 0px 40px #8B8B8B24;
    height: inherit;
}

.We-prioritize-caring a.btn {
    background-color: #082840;
    color: #fff;
    float: right;
    border: 0;
    position: absolute;
    bottom: 20px;
    right: 100px;
    padding: 15px 30px;
}
.We-prioritize-caring a.btn:hover{
    background-color:#F58220;
    color: #fff;
    float: right;
}
.we-prioritize{
  margin-left: -50%;
}
.we-prioritize h5{
  font-size: 20px;
  line-height: 30px;
}
/* .we-prioritize img{
width: 30%!important;
} */
.we-prioritize .slide.slick-slide:hover {
  background-color: #F58220;
  color:#fff;
}
.we-prioritize .slide.slick-slide:hover img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);

}
.we-prioritize .slide.slick-slide:hover p{
  color:#fff;
}

.why-choose button{
    background-color: #F58220;
    border: 0;
}
.why-choose button:hover{
    background-color:#082840;
    border: 0;
}

.why-choose button.slick-prev.slick-arrow{
  display: none!important;
  }
  .why-choose button.slick-next.slick-arrow{
    display: none!important;
    }

    .why-choose .slide.slick-slide{
      border-radius: 50px 0 50px 0;
      background-color: #fff;
      box-shadow: #8B8B8B24 15px 15px 60px;
      padding: 15px;
    }
    .why-choose .slick-slide img   {
      width: 40%;
    border-radius: 20px;
    } 
    .whychoose p{
      font-size: 18px;
      line-height: 26px;
    }
    .whychoose h5{
      font-size: 20px;
      line-height: 70px;
      color: #F58220;
    }
    
      .row.topSection {
        align-items: center;
    }

/*Testimonials*/
/* .client-say button.slick-prev.slick-arrow{
  display: none!important;
  }
  .client-say button.slick-next.slick-arrow{
    display: none!important;
    } */
    .client-say .slick-prev, .client-say .slick-next {
      width: 35px;
      height: 35px;
      background: #f16024;
      z-index: 999;
      border-radius: 100%;
  }
  .client-say .slick-next {
    right: 0;
}
.client-say .slick-prev {
  left: 0;
}
.client-say .slick-next:before {
  content: '→';
  font-family: unset;
  top: -4px;
    position: relative;
}
.client-say .slick-prev:before {
  content: '←';
  font-family: unset;
  top: -4px;
    position: relative;
}

    .client-say .slick-slide{
      border-radius: 30px 0 30px 0;
      background-color: #fff;
      box-shadow: #8B8B8B24 15px 15px 60px;
      padding: 50px 20px 40px;
    }
    .client-say h5{
      font-size: 20px;
      line-height: 30px;
      text-align: left;
    }
    .client-say p{
      font-size: 18px;
      line-height: 30px;
      text-align: left;
    }
    .client-say img{
      border-radius: 100px;
    }
/*End Testimonials*/

  .how-it-works{
    background-color: #F58220;
padding-bottom: 60px
  }
  .how-it-works h2{
    color: #fff;
  }
.how-it-works .main {
position:relative;
}

.how-it-works ul.list:before {
    content: url('../images/white-pattern.png');
    left: -50px;
    top: 0;
    position: absolute;
}
.how-it-works ul.list:after {
    content: url(../images/white-pattern.png);
    right: -50px;
    bottom: 0px;
    position: absolute;
}
  /*Accordion*/

  .main {
    max-width: 640px;
    margin: 0 auto;
  }
  .list {
    margin: 30px 0;
    overflow: hidden;
    padding: 0;
  }
  .list li {
    list-style-type: none;
    padding: 0;
    position: relative;
    z-index: 1;
  }
  .list-heading {
    background: #fff;
    border: none;
    /* border-bottom: solid 1px #F2F2F2; */
    cursor: pointer;
    display: block;
    outline: none;
    padding: 2em;
    position: relative;
    text-align: left;
    width: 100%;
    border-radius: 15px;
    margin: 10px 0;
    padding: 10px 50px;
  }
  .list-heading:before {
    background: #F58220;
    content: '';
    height: 2px;
    margin-right: 37px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(-90deg);
    transition: all 0.2s ease-in-out;
    width: 14px;
  }
  .list-heading:after {
    background: #F58220;
    content: '';
    height: 2px;
    margin-right: 37px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 14px;
  }
  .list-heading.active:before {
    transform: rotate(0deg);
  }
  .list-heading.active:after {
    background: #fff;
  }
  .list-heading.active h5 {
    position: relative;
    color: #fff;
  }
  .list-text {
    background: #082840;
    display: none;
    overflow: hidden;
    margin-top: 1px;
    border-radius: 0 0 15px 15px;
  }
  .list-text p {
    color: #fff;
    text-align: left;
    padding: 10px 45px;
}
  .how-it-works h5{
    color: #F58220;
  }
  .team button{
    background-color: #F58220;
    color:#fff;
    border: 0;
    padding: 10px 20px;
  }
  .team button:hover{
    background-color: #082840;
  }

  button.list-heading.active {
    background-color:#082840;
    margin: 10px 0 0 0;
    border-radius: 20px 20px 0 0;
}
/*End Accordion*/

/*testimonial*/
.testimonial{
  background-color:#082840;
}
.testimonial h2{
color: #fff;
}
/* .testimonial .client-say .slide.text-left.slick-slide.slick-active:before {
    left: 35%;
    content: url(../images/white-pattern.png)!important;
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.testimonial .client-say .slide.text-left.slick-slide.slick-active:after {
    left: 25%;
    content: url(../images/white-pattern.png)!important;
    position: absolute;
    bottom: 0;
    z-index: -1;
} */
.testimonial .slick-track {
    padding: 50px 0 30px;
}
/*End testimonial*/

/*clients*/
.customer-logos h2{
  text-align:center;
  padding: 20px;
}
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

/* .slick-slide img {
    width: 100%;
} */

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*End clients*/



 /*form section*/
 .form-section h4{
  color: #082840;
 }
 .form-section button.btn.btn-default.contact-btn {
  background-color: rgba(245, 130, 32, 1);
  color: white;
  padding: 10px 30px;
}
.form-section button.btn.btn-default.contact-btn:hover {
  background-color: #082840;
}
.form-section .form-control {
  border: 0;
  box-shadow: #A5A5A529 15px 15px 60px;
  margin-bottom: 10px;
  margin-top: 10px;
  height: 59px;
}
.form-section #msg{
  height: 150px;
}

.form-section img:before {
    left: 0;
    content: url(images/blue-pattern.png)!important;
    bottom: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}

 /*End form section*/

 /*footer*/
.footer-section{
background-color: #F58220;
color: #fff;
padding-right: 50px;
    padding-left: 50px;
}
.footer-section a{
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  }
  .footer-section a:hover{
    color: #082840;
    }
    .footer-section h5{
      font-size: 20px;
      color: #fff;
    line-height: 30px;
    font-weight: 600;
      }
      .footer-section a i{
        vertical-align: middle;
        color: #F58220;
        border-radius: 100px;
        background-color: #fff;
        padding: 5px 7px;
    }
 /*End footer*/

 /*copyright*/
 .copyright{
  background-color: #082840;
  color: #fff;
 }
 .copyright a{
  color: #fff;
  text-decoration: none;
 }
 .copyright a:hover{
  color: #F58220;
 }
  /*End copyright*/



/*Counter*/

  
 .sectionClass {
  padding: 50px 0px 50px 0px;
  position: relative;
  display: block;
  box-shadow: #8B8B8B24 0px 0px 30px 10px;
  margin-bottom: 50px;
  border-radius: 50px 0 50px 0;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}

.projectFactsWrap{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}


#projectFacts .fullWidth{
  padding: 0;
}

.projectFactsWrap .item{
  width: 25%;
  height: 100%;
  text-align: center;
  border-right:#F58220 2px solid ;
}

.projectFactsWrap .item:last-child {
  border-right: 0;
}


.projectFactsWrap .item p.number{
  margin-top: 15px;
  font-size: 40px;
  padding: 0;
  font-weight: bold;
  color: #082840;
}

.projectFactsWrap .item p{
  color: #F58220;
  font-size: 18px;
  margin: 0;
  padding: 10px;
  font-weight: 500;
}


.projectFactsWrap .item span{
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}


.projectFactsWrap .item:hover span{
  background: white;
}

 

/* AUTHOR LINK */


 footer{
  z-index: 100;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  bottom: 0;
  left: 0;
}

footer p {
color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  opacity: 0;
  font-family: 'Open Sans';
  width: 100%;
    word-wrap: break-word;
  line-height: 25px;
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
  margin: 0;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}

footer .authorWindow a{
  color: white;
  text-decoration: none;
}

footer p strong {
    color: rgba(255, 255, 255, 0.9);
}

.about-me-img {
  width: 120px;
  height: 120px;
  left: 10px;
  bottom: 30px;
  position: relative;
  border-radius: 100px;
}


.authorWindow{
  width: 600px;
  background: #75439a;
  padding: 22px 20px 22px 20px;
  border-radius: 5px;
  overflow: hidden;
}

.authorWindowWrapper{
  display: none;
  left: 110px;
  top: 0;
  padding-left: 25px;
  position: absolute;
}



.trans{
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

/*End counter*/


/*socialmedia*/
.socialmedia img {
-webkit-transition: all .8s ease-in-out; 
}
.socialmedia img:hover{
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.01); 
 }

/*End socialmedia/

/*Header*/
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap'); */

ul{
    list-style: none;
}

a{
    text-decoration: none;
}

header{
    position: sticky;
    top: 0px;
    background-color: #fff; 
    width: 100%;
    z-index: 1000;
    padding: 0px;
}


.nav-btn{
    flex: 3;
    display: flex;
}

.nav-links{
    flex: 2;
}

.log-sign{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}


.btn.solid, .btn.transparent:hover{
    background-color: #fff;
    color: #69bde7;
}

.btn.transparent, .btn.solid:hover{
    background-color: transparent;
    color: #fff;
}

.nav-links > ul{
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-link{
    position: relative;
}

.nav-link > a{
    line-height: 3rem;
    color: #333333;
    padding: 0 .8rem;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
}

.nav-link > a > i{
    margin-left: .2rem;
}

.nav-link:hover > a{
    transform: scale(1.1);
}

.dropdown{
    position: absolute;
    top: 100%;
    left: 0;
    width: 10rem;
    transform: translateY(10px);
    opacity: 0;
    pointer-events: none;
    transition: .5s;
}

.dropdown ul{
    position: relative;
}

.dropdown-link > a{
    display: flex;
    background-color: #fff;
    color: #333333;
    padding: .5rem 1rem;
    font-size: .9rem;
    align-items: center;
    justify-content: space-between;
    transition: .3s;
}

.dropdown-link:hover > a{
    background-color:#fd7e14;
    color: #fff;
}

.dropdown-link:not(:nth-last-child(2)){
    border-bottom: 1px solid #efefef;
}

.dropdown-link i{
    transform: rotate(-90deg);
}

/* .arrow{
    position: absolute;
    width: 11px;
    height: 11px;
    top: -5.5px;
    left: 32px;
    background-color: #fff;
    transform: rotate(45deg);
    cursor: pointer;
    transition: .3s;
    z-index: -1;
} */

.dropdown-link:first-child:hover ~ .arrow{
    background-color: #fd7e14;
}

.dropdown-link{
    position: relative;
}

.dropdown.second{
    top: 0;
    left: 100%;
    padding-left: .8rem;
    cursor: pointer;
    transform: translateX(10px);
}

.dropdown.second .arrow{
    top: 10px;
    left: -5.5px;
}

.nav-link:hover > .dropdown,
.dropdown-link:hover > .dropdown{
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: auto;
}

.hamburger-menu-container{
    flex: 1;
    display: none;
    align-items: center;
    justify-content: flex-end;
}

.hamburger-menu{
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.hamburger-menu div{
    width: 1.6rem;
    height: 3px;
    border-radius: 3px;
    background-color: #08283F;
    position: relative;
    z-index: 1001;
    transition: .5s;
}

.hamburger-menu div:before,
.hamburger-menu div:after{
    content: '';
    position: absolute;
    width: inherit;
    height: inherit;
    background-color: #08283F;
    border-radius: 3px;
    transition: .5s;
}

.hamburger-menu div:before{
    transform: translateY(-7px);
}

.hamburger-menu div:after{
    transform: translateY(7px);
}

#check{
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
    width: 2.5rem;
    height: 2.5rem;
    z-index: 90000;
    cursor: pointer;
    opacity: 0;
    display: none;
}

#check:checked ~ .hamburger-menu-container .hamburger-menu div{
    background-color: transparent;
}

#check:checked ~ .hamburger-menu-container .hamburger-menu div:before{
    transform: translateY(0) rotate(-45deg);
}

#check:checked ~ .hamburger-menu-container .hamburger-menu div:after{
    transform: translateY(0) rotate(45deg);
}

@keyframes animation{
    from{
        opacity: 0;
        transform: translateY(15px);
    }
    to{
        opacity: 1;
        transform: translateY(0px);
    }
}

@media (max-width: 920px){
  header {
    padding: 0px 0;
    box-shadow: 10px 0px 10px 0px #ccc;
}
header .container {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
    .hamburger-menu-container{
        display: flex;
        justify-content: space-between;
    }

    #check{
        display: block;
    }

    .nav-btn{
        position: fixed;
        height: calc(100vh - 3rem);
        top: 0rem;
        left: 0;
        width: 100%;
        background-color: #F58220;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        overflow-x: hidden;
        overflow-y: auto;
        transform: translateX(100%);
        transition: .65s;
    }

    #check:checked ~ .nav-btn{
        transform: translateX(0);
    }

    #check:checked ~ .nav-btn .nav-link,
    #check:checked ~ .nav-btn .log-sign{
        animation: animation .5s ease forwards var(--i);
    }

    .nav-links{
        flex: initial;
        width: 100%;
    }

    .nav-links > ul{
      flex-direction: column;
      margin-left: 0;
      margin-top: 50px;
      padding-left: 0px;
    }

    .nav-link{
        width: 100%;
        opacity: 0;
        transform: translateY(15px);
    }

    .nav-link > a{
        line-height: 1;
        padding: 1rem 1rem;
        color: #fff;
    }

    .nav-link:hover > a{
        transform: scale(1);
        background-color: #e9791a;
    }

    .dropdown, .dropdown.second{
        position: initial;
        top: initial;
        left: initial;
        transform: initial;
        opacity: 1;
        pointer-events: auto;
        width: 100%;
        padding: 0;
        background-color: #e9791a;
        display: none;
    }
    
    .nav-link:hover > .dropdown,
    .dropdown-link:hover > .dropdown{
        display: block;
    }

    .nav-link:hover > a > i,
    .dropdown-link:hover > a > i{
        transform: rotate(360deg);
    }

    .dropdown-link > a{
        background-color: transparent;
        color: #fff;
        padding: 1.2rem 2rem;
        line-height: 1;
    }

    .dropdown.second .dropdown-link > a{
        padding: 1.2rem 2rem 1.2rem 3rem;
    }

    .dropdown.second .dropdown.second .dropdown-link > a{
        padding: 1.2rem 2rem 1.2rem 4rem;
    }

    .dropdown-link:not(:nth-last-child(2)){
        border-bottom: none;
    }

    /* .arrow{
        z-index: 1;
        background-color: #69bde7;
        left: 10%;
        transform: scale(1.1) rotate(45deg);
        transition: .5s;
    } */

    .nav-link:hover .arrow{
        background-color: #e9791a;
    }

    .dropdown .dropdown .arrow{
        display: none;
    }

    .dropdown-link:hover > a{
        background-color: #F58220;
    }

    .dropdown-link:first-child:hover ~ .arrow{
        background-color: #e9791a;
    }

    .nav-link > a > i{
        font-size: 1.1rem;
        transform: rotate(-90deg);
        transition: .7s;
    }

    .dropdown i{
        font-size: 1rem;
        transition: .7s;
    }

    .log-sign{
        flex: initial;
        width: 100%;
        padding: 1.5rem 1.9rem;
        justify-content: flex-start;
        opacity: 0;
        transform: translateY(15px);
    }
}
/*End Header*/
@media screen and (max-width: 992px) {
  div#topSection {
    display: none;
  }
  h1{
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
}
h3{
    font-size: 30px;
    line-height: 40px;
}
h2{
    font-size: 35px;
    line-height: 45px;
}
h4{
    font-size: 25px;
    line-height: 35px;
    color:#fff;
}
h5{
    font-size: 20x;
    line-height: 30px;
}
.team .col-md-6{
  width: 100%;
}
.socialmedia .col-md-4{
  width: 100%;
  padding: 10px;
}
.testimonial .slick-slide img{
  width: 50%;
}
}


@media screen and (max-width: 768px) {
  .homeslider.slider.slick-initialized.slick-slider {
    z-index: 9;
}
    .authorWindow{
         width: 210px;
    }

    .authorWindowWrapper{
             bottom: -170px;
  margin-bottom: 20px;
    }

    footer p{
          font-size: 14px;
    }
    .projectFactsWrap .item {
      flex: 0 0 50%;
   }


   h1{
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
}
h3{
    font-size: 30px;
    line-height: 40px;
}
h2 {
    font-size: 35px;
    line-height: 45px;
}
h4{
    font-size: 25px;
    line-height: 35px;
    color:#fff;
}
h5{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.team .col-md-6{
  width: 100%;
}
.socialmedia .col-md-4{
  width: 100%;
  padding: 10px;
}
.testimonial .slick-slide img{
  width: 50%;
}
.banner-left p {
  font-size: 14px;
  width: 100%;
}
p.white-box.topleft-img {
  position: relative;
  left: 0;
  width: 100%;
  top:0
}
p.white-box.bottomleft-img {
  position: relative;
  left: 0;
  width: 100%;
  bottom: 8px;
}
p.white-box.bottomright-img {
  position: relative;
  right: 0;
  width: 100%;
}
.img-sec:before{
  left: 0;
}
} 



 @-webkit-keyframes ping {
  0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0.8;
  }
  80% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(2.2);
            transform: scale(2.2);
    opacity: 0;
  }
}
@keyframes ping {
  0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0.8;
  }
  80% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(2.2);
            transform: scale(2.2);
    opacity: 0;
  }
}
 @-webkit-keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.fadeInUp{animation:fadeInUp 1s ease backwards;}
@keyframes fadeInUp{
  0%{transform:translate(0px, 100px); opacity: 0;}
  100%{transform:translate(0px, 0); opacity: 1;}
}
.fadein {
  opacity: 0;
  transition: all 1.5s;
  transform: translate(0, 100px);
}

.fadein.visible {
  opacity: 1;
  transform: translate(0, 0);
}