@import url("https://fonts.googleapis.com/css?family=Raleway&display=swap");
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');



body{
    font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #212112;
/*  background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/pat-back.svg');*/
  background-position: center;
  background-repeat: repeat;
  background-size: 7%;
  background-color: #0d1716;
  overflow-x: hidden;
    transition: all 200ms linear;
 /* border: 2px solid #ddd;
    height: 685px;*/
}

.borders {
  position: relative;
 /* border: 5px solid #f00;*/
}

.borders:before {

    
        content: " ";
    position: absolute;
    z-index: -1;
    top: 92px;
    left: 5px;
    right: 40px;
    bottom: 51px;
    border: 1px solid #fff;
    height: 584px;
}





/* #Navigation
================================================== */

.start-header {
  opacity: 1;
  transform: translateY(0);
  padding: 0px 0;
 /* box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);*/
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.start-header.scroll-on {
 /* box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);*/
  padding: 0px 0;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
 /* height: 28px;*/
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.navigation-wrap{
  position: fixed;
  /*width: 57%;*/
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.navbar{
  padding: 0 28px 0px;
}
.navbar-brand img{
  /*height: 52px;*/
  margin-left: 60px;
 width: 47%;
  display: block;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}
.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #000;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
  top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}
.nav-link{
  color: #212121 !important;
  font-weight: 500;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link{
  color: #61b13f !important
}
.nav-item.active .nav-link{
  color: #777 !important;
}
.nav-link {
  position: relative;
  padding: 5px 0 !important;
  display: inline-block;
}
.nav-item:after{
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-color:#61b13f !important;
  opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
  bottom: 0;
  opacity: 1;
}
.nav-item.active:hover:after{
  opacity: 0;
}
.nav-item{
  position: relative;
    transition: all 200ms linear;
}

.navbar-expand-md .navbar-nav {

    font-family: 'Poppins', sans-serif;
    }
    
  .about-us {
      padding:0px 0px 0px;
      
  } 
    
/*innerbnr*/
.inner-banner {
    background-position: center center;
    background-size: cover;
    padding: 70px 15px;
    position: relative;
    margin: 80px 0px 0px;
}
    
 .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(12, 12, 12, 0.7);
}  
.inner-banner h2 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 30px;
}

/*footer*/
.footer{
      /*position: fixed;*/
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #000;
   color: white;
   text-align: center;
       overflow: hidden;
}
.copyright{
        padding: 10px 10px 10px;
}
.copyright p{
    color:#fff;
    text-align:center;
    font-size:14px;
    
}

/* #Primary style
================================================== */

.bg-light {
  background-color: #f8f9fa00 !important;
    transition: all 200ms linear;
}
.section {
    position: relative;
  width: 100%;
  display: block;
}
.full-height {
    height: 100vh;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: 40px;
  transform: translateY(-50%);
  z-index: 20;
}
h1{
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  color: #212112;
  text-align: center;
}
p{
  text-align: center;
  margin: 0;
  padding-top: 10px;
  opacity: 1;
  transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1700ms;
}
body.hero-anime p{
  opacity: 0;
  transform: translateY(40px);
    transition-delay: 1700ms;
}
h1 span{
  display: inline-block;
    transition: all 300ms linear;
  opacity: 1;
  transform: translate(0);
}
body.hero-anime h1 span:nth-child(1){
  opacity: 0;
  transform: translateY(-20px);
}
body.hero-anime h1 span:nth-child(2){
  opacity: 0;
  transform: translateY(-30px);
}
body.hero-anime h1 span:nth-child(3){
  opacity: 0;
  transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(4){
  opacity: 0;
  transform: translateY(-10px);
}
body.hero-anime h1 span:nth-child(5){
  opacity: 0;
  transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(6){
  opacity: 0;
  transform: translateY(-20px);
}
body.hero-anime h1 span:nth-child(7){
  opacity: 0;
  transform: translateY(-40px);
}
body.hero-anime h1 span:nth-child(8){
  opacity: 0;
  transform: translateY(-10px);
}
body.hero-anime h1 span:nth-child(9){
  opacity: 0;
  transform: translateY(-30px);
}
body.hero-anime h1 span:nth-child(10){
  opacity: 0;
  transform: translateY(-20px);
}
h1 span:nth-child(1){
    transition-delay: 1000ms;
}
h1 span:nth-child(2){
    transition-delay: 700ms;
}
h1 span:nth-child(3){
    transition-delay: 900ms;
}
h1 span:nth-child(4){
    transition-delay: 800ms;
}
h1 span:nth-child(5){
    transition-delay: 1000ms;
}
h1 span:nth-child(6){
    transition-delay: 700ms;
}
h1 span:nth-child(7){
    transition-delay: 900ms;
}
h1 span:nth-child(8){
    transition-delay: 800ms;
}
h1 span:nth-child(9){
    transition-delay: 600ms;
}
h1 span:nth-child(10){
    transition-delay: 700ms;
}
body.hero-anime h1 span:nth-child(11){
  opacity: 0;
  transform: translateY(30px);
}
body.hero-anime h1 span:nth-child(12){
  opacity: 0;
  transform: translateY(50px);
}
body.hero-anime h1 span:nth-child(13){
  opacity: 0;
  transform: translateY(20px);
}
body.hero-anime h1 span:nth-child(14){
  opacity: 0;
  transform: translateY(30px);
}
body.hero-anime h1 span:nth-child(15){
  opacity: 0;
  transform: translateY(50px);
}
h1 span:nth-child(11){
    transition-delay: 1300ms;
}
h1 span:nth-child(12){
    transition-delay: 1500ms;
}
h1 span:nth-child(13){
    transition-delay: 1400ms;
}
h1 span:nth-child(14){
    transition-delay: 1200ms;
}
h1 span:nth-child(15){
    transition-delay: 1450ms;
}
#switch,
#circle {
  cursor: pointer;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear; 
} 
#switch {
  width: 60px;
  height: 8px;
  border: 2px solid #8167a9;
  border-radius: 27px;
  background: #000;
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
  opacity: 1;
  transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1900ms;
}
body.hero-anime #switch{
  opacity: 0;
  transform: translateY(40px);
    transition-delay: 1900ms;
}
#circle {
  position: absolute;
  top: -11px;
  left: -13px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #000;
}
.switched {
  border-color: #000 !important;
  background: #8167a9 !important;
}
.switched #circle {
  left: 43px;
  box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
  background: #fff;
}


.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
  max-height: 0;
    display: block;
  padding: 0;
  margin: 0;
    transition: all 200ms linear;
}

.caption-boottom h3{
    font-size:15px;
    text-align:center;
    color:#389b0d;
     text-transform: uppercase;
     font-weight: 400;
}


.caption-right h3 span{
    color:#fff;
    
}

.caption-right h3{

    font-size: 21px;
    text-align: left;
    color: #389b0d;
    text-transform: uppercase;
    font-weight: 400;
}

.caption-boottom h3 span{
  color:#fff;  
}

/*.social-icon-tab img{*/
/*    width: 18%;*/
/*}*/

.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
  max-height: 999px;
    transform: translate3d(0, 0px, 0);
}



.dropdown-menu {
  padding: 10px!important;
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
  color: #212121;
  background-color: #fcfaff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
  display: none;
}

.dropdown-item {
  padding: 3px 15px;
  color: #212121;
  border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
  color: #fff;
  background-color: rgba(129,103,169,.6);
}

body.dark{
  color: #fff;
  background-color: #1f2029;
}
body.dark h1{
  color: #fff;
}
body.dark h1 span{
    transition-delay: 0ms !important;
}
body.dark p{
  color: #fff;
    transition-delay: 0ms !important;
}
body.dark .bg-light {
  background-color: #14151a !important;
}
body.dark .start-header {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
body.dark .start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
body.dark .nav-link{
  color: #fff !important;
}
body.dark .nav-item.active .nav-link{
  color: #999 !important;
}
body.dark .dropdown-menu {
  color: #fff;
  background-color: #1f2029;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}
body.dark .dropdown-item {
  color: #fff;
}
body.dark .navbar-light .navbar-toggler-icon {
  border-bottom: 1px solid #fff;
}
body.dark .navbar-light .navbar-toggler-icon:after, 
body.dark .navbar-light .navbar-toggler-icon:before{
  background-color: #fff;
}
body.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}



/* #Media
================================================== */

@media (max-width: 767px) { 
  h1{
    font-size: 38px;
  }
  .nav-item:after{
    display: none;
  }
  .nav-item::before {
    position: absolute;
    display: block;
    top: 15px;
    left: 0;
    width: 11px;
    height: 1px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
  }
  .dropdown-toggle::after {
    position: absolute;
    display: block;
    top: 10px;
    left: -23px;
    width: 1px;
    height: 11px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
    transition: all 200ms linear;
  }
  .dropdown-toggle[aria-expanded="true"]::after{
    transform: rotate(90deg);
    opacity: 0;
  }
  .dropdown-menu {
    padding: 0 !important;
    background-color: transparent;
    box-shadow: none;
    transition: all 200ms linear;
  }
  .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }
  body.dark .nav-item::before {
    background-color: #fff;
  }
  body.dark .dropdown-toggle::after {
    background-color: #fff;
  }
  body.dark .dropdown-menu {
    background-color: transparent;
    box-shadow: none;
  }
}

/* #Link to page
================================================== */

.link-to-portfolio {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 200;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 3px;
    background-position: center center;
    background-size: cover;
    background-image: url('https://ivang-design.com/ig-logo.jpg');
    box-shadow: 0 0 0 2px rgba(12,12,12,.1);
    transition: opacity .2s, border-radius .2s, box-shadow .2s;
    transition-timing-function: ease-out;
}
.link-to-portfolio:hover {
    opacity: 0.8;
    border-radius: 50%;
    box-shadow: 0 0 0 20px rgba(12,12,12,.1);
}


/*slider*/
.caption-boottom {
margin-top: 150px;
}

.left-section{
  background-color: #fff;
 position: fixed;
 /*max-width: 1045px;*/
  max-width: 945px;
   min-height: 765px;
}

.social-icons {
  background-color: #121212;
  padding: 0px 34px;
  min-height: 73.1%;
  width: 7%;
  float: left;
  left: 0px;
  position: absolute;
  top: 11.8%;
  z-index: 1;
}

.social-icon-bottom{
  bottom: 100px;
  position: absolute;
  display: grid;
}

.social-icon-bottom i{
  color: #fff;
  
}

.social-icons .social-icon-bottom i{
  padding: 13px 0px; 
}
   


.social-icons p{
/*  font-size: 19px;
  text-align: left;
  top:10%;*/
}

.slide{
  /*    max-width: 1500px;*/
 
}

.carousel-caption {
 
    bottom: 286px!important;
  }

.slider{
margin-top: 93px;
left: 6%;
position: relative;
  
}


.skyblue {

  background-image: url("../images/slider_3.jpg");
    background-repeat: no-repeat;
    /*background-size: contain;*/
    background-size: cover;

}
.skyblue1 {

  background-image: url("../images/slider_2.jpg");
   background-repeat: no-repeat;
    /*background-size: contain;   */
background-size: cover;
}
.skyblue3 {

  background-image: url("../images/slider_1.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-size: cover;

}
.skyblue4 {

  background-image: url("../images/slider_4.jpg");
   background-repeat: no-repeat;
    /*background-size: contain;   */
background-size: cover;
}

.skyblue5 {

  background-image: url("../images/slider_5.jpg");
    background-repeat: no-repeat;
    /*background-size: contain;*/
    background-size: cover;

}
.skyblue6 {

  background-image: url("../images/slide01.jpg");
   background-repeat: no-repeat;
   background-size: cover;
}

.skyblue7 {

  background-image: url("../images/slider_7.jpg");
   background-repeat: no-repeat;
   background-size: cover;
}

.skyblue8 {

  background-image: url("../images/slider_8.jpg");
   background-repeat: no-repeat;
   background-size: cover;
}


.skyblue9 {

  background-image: url("../images/slide02.jpg");
   background-repeat: no-repeat;
   background-size: cover;
}

.skyblue10 {

  background-image: url("../images/slider_10.jpg");
   background-repeat: no-repeat;
   background-size: cover;
}

.skyblue11 {

  background-image: url("../images/slide00.jpg");
   background-repeat: no-repeat;
   background-size: cover;
}
.skyblue12 {

  background-image: url("../images/slider_12.jpg");
   background-repeat: no-repeat;
   background-size: cover;
}
.skyblue13 {

  background-image: url("../images/slider_13.jpg");
   background-repeat: no-repeat;
   background-size: cover;
}


/*.skybluemob {*/

/*  background-image: url("../images/res-slide.jpg");*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/

/*}*/
/*.skyblue1mob {*/

/*  background-image: url("../images/res-slide.jpg");*/
/*   background-repeat: no-repeat;*/
/* background-size: cover;*/

/*}*/

.carousel-inner{
    width:110%;
}
.carousel-indicators {
  bottom: 0;
}
.carousel-control.right,
.carousel-control.left {
  background-image: none;
}
.carousel-item {
  min-height:582px;
  height: 100%;
  width:100%; 
}

.carousel-caption h3,
.carousel .icon-container,
.carousel-caption button {
  background-color: #000000d9;
}

.carousel-caption h3 {
  padding: .5em;
}
.carousel .icon-container {
  display: inline-block;
  font-size: 25px;
  line-height: 25px;
  padding: 1em;
  text-align: center;
  border-radius: 50%;
}
.carousel-caption button {
  border-color: #00bfff;
  margin-top: 1em; 
}

/* Animation delays */
.carousel-caption h3:first-child {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
          font-size: 22px;
text-transform: uppercase;
}
.carousel-caption h3:nth-child(2) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
          font-size: 13px;
text-transform: uppercase;
}
.carousel-caption button {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

/*h1 {
  text-align: center;  
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

.p {
  padding-top: 125px;
  text-align: center;
}

.p a {
  text-decoration: underline;
}
*/


.carousel-caption {

    position: absolute;
    right: 25%;
    bottom: 20px;
    left: 25%;
  }

  .caption-right{
right: -530px;
position: absolute;
top: 30%;
display: block;
  }

  .caption-right h1{
    color: #fff;
    font-size: 35px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: -4px;

  }


  .caption-right p{
color: #fff;
font-size: 15px;
text-align: left;
text-transform: capitalize;
font-weight: 500;

  }

  .page-links{
  background-color: #43a11a;
    padding:0px 0px 5px;
    /*margin: 78px 0px 0px;*/
  }
  
  .page-links ul li{
float: left;
list-style: none;
color: #fff;
padding: 13px 3px 5px;
  }

  .page-links ul {
        margin: 0px -25px;
  }
  
.tab-about-content h2{
       color: #fff;
    font-size: 25px;
 font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
    margin-top: 20px;
     padding: 10px 15px 0px;
     text-transform: uppercase;

}   
  
  .tab-about-content p{
   
    text-align: justify;
    color: #fff;
    line-height: 29px;
    font-size: 14px;
    padding: 0px 17px;
    font-weight: 200!important;
  }
  
  
  .main-social {
/*margin: 0 auto;*/
/*  width: 500px;*/
/*  overflow: hidden;*/
/*  font-size: 0;*/
}

 .main-social .whats {
  max-width: 100%;
  transition: transform 0.3s ease-in-out;
}

 .main-social .fb {
  max-width: 100%;
  transition: transform 0.3s ease-in-out;
}

 .main-social .inst{
  max-width: 100%;
  transition: transform 0.3s ease-in-out;
}

 .main-social .whats:hover{
  transform: scale(1.2);
}


 .main-social .fb:hover {
  transform: scale(1.2);
}


 .main-social .inst:hover{
  transform: scale(1.2);
}


/*i {*/
/*  padding: 0px 10px;*/
/*}*/

/*.main-social img:nth-child(1) {*/
/*  color: #4867AA;*/
/*  cursor: pointer;*/
/*  text-shadow: 0px 7px 10px rgba(0, 0, 0, 0.4);*/
/*  transition: all ease-in-out 150ms;*/
/*}*/


/*.main-social img:hover{*/
/*  margin-top: -15px;*/
/*  text-shadow: 0px 16px 10px rgba(0, 0, 0, 0.3);*/
/*  transform: translate(0, -8);*/
/*}*/




/*.main-socialmedia img:nth-child(1){  */
/*    color: #4867AA;*/
/*  cursor: pointer;*/
/*  text-shadow: 0px 7px 10px rgba(0, 0, 0, 0.4);*/
/*  transition: all ease-in-out 150ms;*/
/*}*/


/*.main-socialmedia img:nth-child(1):hover {*/
/*  margin-top: -15px;*/
/*  text-shadow: 0px 16px 10px rgba(0, 0, 0, 0.3);*/
/*  transform: translate(0, -8)*/
/*}*/


/*.main-socialmedia img:nth-child(2) {*/
/*  color: #444;*/
/*  cursor: pointer;*/
/*  text-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);*/
/*  transition: all ease-in-out 150ms;*/
/*}*/

/*.main-socialmedia img:nth-child(2):hover {*/
/*  margin-top: -10px;*/
/*  text-shadow: 0px 14px 10px rgba(0, 0, 0, 0.4);*/
/*  transform: translate(0, -5);*/
/*}*/


/*.main-socialmedia img:nth-child(3) {*/
/*  color: #fffc00;*/
/*  cursor: pointer;*/
/*  text-shadow: 0px 7px 10px rgba(0, 0, 0, 0.4);*/
/*  transition: all ease-in-out 150ms;*/
/*}*/


/*.main-socialmedia img:nth-child(3):hover {*/
/*  margin-top: -10px;*/
/*  text-shadow: 0px 16px 10px rgba(0, 0, 0, 0.3);*/
/*  transform: translate(0, -8);*/
/*}*/
/**/

.content {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p{
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-top{
  top: 20%;
}


/*testimonial*/


#testimonial-area .section-heading h2 {
   font-size: 25px;
    line-height: 58px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.testi-wrap {
  position: relative;
  height: 725px;
     margin-top: 0px;

}

.client-single {
  margin-top: 20px;
  text-align: center;
  position: absolute;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.client-info,
.client-comment {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.client-single.inactive .client-comment,
.client-single.inactive .client-info {
  display: none;
}
.client-single.inactive .client-comment,
.client-single.inactive .client-info {
  opacity: 0;
  visibility: hidden;
}
.client-single.position-1 {
  -webkit-transform: scale(0.65);
  transform: scale(0.65);
}
.client-single.position-2 {
  left: -40px;
  top: 105px;
}
.client-single.position-3 {
  left: -60px;
  top: 240px;
  -webkit-transform: scale(0.4) !important;
  transform: scale(0.4) !important;
}
.client-single.position-4 {
  left: 55px;
  top: 380px;
}
.client-single.position-5 {
  top: 30px;
  right: 55px;
}
.client-single.position-6 {
  top: 225px;
  right: -40px;
}
.client-single.position-7 {
  top: 400px;
  right: 45px;
  -webkit-transform: scale(0.4) !important;
  transform: scale(0.4) !important;
}
.client-single.active {
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  width: 70%;
}
.client-single.active .client-comment,
.client-single.active .client-info {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.client-single:not(.active) {
  -webkit-transform: scale(0.55);
  transform: scale(0.55);
  z-index: 99;
}
.client-single.active .client-img {
  width: 160px;
  height: 160px;
  margin: 0 auto 24px;
  position: relative;
}
.client-single.active .client-img:before {
  border-radius: 100%;
  content: '';
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9d5bfe), to(#3890fe));
  background-image:linear-gradient(180deg, #85c26a 0%, #3d9e13 100%);
  padding: 5px;
  width: 160px;
  height: 160px;
  top: -4px;
  left: 0px;
  position: absolute;
  z-index: -1;
}
.client-single .client-img img {
  width: 150px;
  border-radius: 50%;
  border: 8px solid #76bf56;
  cursor: pointer;
}
.client-single.active .client-img img {
  max-width: 160px;
  margin: 0 auto 24px;
  border: 0;
}

.client-comment {
  padding: 0 30px;
}
.client-comment h3 {
     font-size: 15px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 200;
}

.client-comment span i {
  font-size: 60px;
  color: #409f16;
  margin: 40px 0 24px;
  display: inline-block;
}

.client-info h3 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 4px;
}
.client-info p {
  color: #0084ff;
  text-transform: uppercase;
}

.client-info a{
    color: #409f16; 
    text-align:center;
    font-size:15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #testimonial-area .section-heading h2 {
    font-size: 30px;
  }

  .client-comment h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .client-single.active {
    width: 60%;
  }

  .client-single:not(.active) {
    -webkit-transform: scale(0.55);
    transform: scale(0.35);
  }

  .client-single.position-3,
  .client-single.position-7 {
    -webkit-transform: scale(0.3) !important;
    transform: scale(0.3) !important;
  }

  .client-single.active .client-img img {
    max-width: 100px;
  }

  .client-single.active .client-img::before {
    padding: 5px;
    width: 108px;
    height: 108px;
    top: -4px;
    left: 6px;
  }

  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }

  .testi-wrap {
    height: 580px;
  }

  #testimonial-area {
    padding: 100px 0 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #testimonial-area .section-heading h2 {
    font-size: 30px;
  }

  .client-comment h3 {
    font-size: 14px;
    line-height: 26px;
  }

  .client-single.active {
    width: 60%;
  }

  .client-comment span i {
    font-size: 40px;
  }

  .client-single:not(.active) {
    -webkit-transform: scale(0.55);
    transform: scale(0.35);
  }

  .client-single.position-5,
  .client-single.position-7 {
    right: 0;
  }

  .client-single.position-4 {
    left: 0;
  }

  .client-single.position-3,
  .client-single.position-7 {
    -webkit-transform: scale(0.3) !important;
    transform: scale(0.3) !important;
  }

  .client-single.active .client-img img {
    max-width: 80px;
  }

  .client-single.active .client-img::before {
    padding: 5px;
    width: 88px;
    height: 88px;
    top: -4px;
    left: 16px;
  }

  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }

  .testi-wrap {
    height: 630px;
  }
}
@media only screen and (min-width: 360px) and (max-width: 479px) {
  #testimonial-area .section-heading h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .client-comment h3 {
    font-size: 14px;
    line-height: 26px;
  }

  .client-single.active {
    width: 80%;
  }

  .client-comment span i {
    font-size: 40px;
  }

  .client-single:not(.active) {
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
  }

  .client-single.position-5,
  .client-single.position-7,
  .client-single.position-6 {
    right: -70px;
  }

  .client-single.position-4 {
    left: -60px;
  }

  .client-single.position-3 {
    left: -75px;
  }

  .client-single.position-3,
  .client-single.position-7 {
    -webkit-transform: scale(0.25) !important;
    transform: scale(0.25) !important;
  }

  .client-single.active .client-img img {
    max-width: 80px;
  }

  .client-single.active .client-img::before {
    padding: 5px;
    width: 88px;
    height: 88px;
    top: -4px;
    left: 16px;
  }

  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }

  .testi-wrap {
    height: 600px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 359px) {
  #testimonial-area .section-heading h2 {
    font-size: 30px;
  }

  .client-comment h3 {
    font-size: 14px;
    line-height: 26px;
  }

  .client-single.active {
    width: 80%;
  }

  .client-comment span i {
    font-size: 40px;
  }

  .client-single:not(.active) {
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
  }

  .client-single.position-5,
  .client-single.position-7,
  .client-single.position-6 {
    right: -70px;
  }

  .client-single.position-4 {
    left: -60px;
  }

  .client-single.position-3 {
    left: -75px;
  }

  .client-single.position-3,
  .client-single.position-7 {
    -webkit-transform: scale(0.25) !important;
    transform: scale(0.25) !important;
  }

  .client-single.active .client-img img {
    max-width: 80px;
  }

  .client-single.active .client-img::before {
    padding: 5px;
    width: 88px;
    height: 88px;
    top: -4px;
    left: 16px;
  }

  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }

  .testi-wrap {
    height: 698px;
  }
}

.fontico{
    font-size:20px;
}

.abt span{
    font-weight:500;
    font-size: 16px;
}
.objective span{
     font-weight:500;
    font-size: 16px;   
}


.servies-contnt h2{
    color: #fff;
    font-size: 25px;
    padding: 10px 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    
}



.servies-contnt p{
    text-align: justify;
    color: #fff;
    line-height: 29px;
    font-size: 14px;
    padding: 0px 17px;
    font-weight: 200!important;
    
    }
    
    
.servies-contnt span{
    font-weight:500;
    font-size: 16px;    
}


.main-social .whats {
    /*    -webkit-animation: action 1s infinite  alternate;*/
    /*    animation: action 1s infinite  alternate;*/
    /*}*/
    
    
    
    /*@-webkit-keyframes action {*/
    /*    0% { transform: translateY(0); }*/
    /*    100% { transform: translateY(-10px); }*/
    /*}*/
    
    /*@keyframes action {*/
    /*    0% { transform: translateY(0); }*/
    /*    100% { transform: translateY(-10px); }*/
    
    }
    
    
    .main-social .fb {
    /*    -webkit-animation: action 1s infinite  alternate;*/
    /*    animation: action 2s infinite  alternate;*/
    /*}*/
    /*@-webkit-keyframes action {*/
    /*    0% { transform: translateY(0); }*/
    /*    100% { transform: translateY(-10px); }*/
    /*}*/
    /*@keyframes action {*/
    /*    0% { transform: translateY(0); }*/
    /*    100% { transform: translateY(-10px); }*/
    
    
    }
    
    
    .main-social .inst {
    /*    -webkit-animation: action 1s infinite  alternate;*/
    /*    animation: action 3s infinite  alternate;*/
    /*}*/
    
    /*@-webkit-keyframes action {*/
    /*    0% { transform: translateY(0); }*/
    /*    100% { transform: translateY(-10px); }*/
    /*}*/
    
    /*@keyframes action {*/
    /*    0% { transform: translateY(0); }*/
    /*    100% { transform: translateY(-10px); }*/
    }
    