@charset "utf-8";
/*************** DEFAULT CSS ***************/
@font-face {
    font-family: 'OldschoolGroteskNormalRegular';
    src: url('../fonts/OldschoolGroteskNormalRegular.eot');
    src: url('../fonts/OldschoolGroteskNormalRegular.eot') format('embedded-opentype'),
         url('../fonts/OldschoolGroteskNormalRegular.woff2') format('woff2'),
         url('../fonts/OldschoolGroteskNormalRegular.woff') format('woff'),
         url('../fonts/OldschoolGroteskNormalRegular.ttf') format('truetype'),
         url('../fonts/OldschoolGroteskNormalRegular.svg#OldschoolGroteskNormalRegular') format('svg');
}
@font-face {
    font-family: 'OldschoolGroteskNormalMedium';
    src: url('../fonts/OldschoolGroteskNormalMedium.eot');
    src: url('../fonts/OldschoolGroteskNormalMedium.eot') format('embedded-opentype'),
         url('../fonts/OldschoolGroteskNormalMedium.woff2') format('woff2'),
         url('../fonts/OldschoolGroteskNormalMedium.woff') format('woff'),
         url('../fonts/OldschoolGroteskNormalMedium.ttf') format('truetype'),
         url('../fonts/OldschoolGroteskNormalMedium.svg#OldschoolGroteskNormalMedium') format('svg');
}
@font-face {
    font-family: 'OldschoolGroteskNormalLight';
    src: url('../fonts/OldschoolGroteskNormalLight.eot');
    src: url('../fonts/OldschoolGroteskNormalLight.eot') format('embedded-opentype'),
         url('../fonts/OldschoolGroteskNormalLight.woff2') format('woff2'),
         url('../fonts/OldschoolGroteskNormalLight.woff') format('woff'),
         url('../fonts/OldschoolGroteskNormalLight.ttf') format('truetype'),
         url('../fonts/OldschoolGroteskNormalLight.svg#OldschoolGroteskNormalLight') format('svg');
}
@font-face {
    font-family: 'fonnts_comIvyPrestoDisplayLight';
    src: url('../fonts/fonnts_comIvyPrestoDisplayLight.eot');
    src: url('../fonts/fonnts_comIvyPrestoDisplayLight.eot') format('embedded-opentype'),
         url('../fonts/fonnts_comIvyPrestoDisplayLight.woff2') format('woff2'),
         url('../fonts/fonnts_comIvyPrestoDisplayLight.woff') format('woff'),
         url('../fonts/fonnts_comIvyPrestoDisplayLight.ttf') format('truetype'),
         url('../fonts/fonnts_comIvyPrestoDisplayLight.svg#fonnts_comIvyPrestoDisplayLight') format('svg');
}


:root {
    --body-font: 'OldschoolGroteskNormalRegular';
    --body-font-Size: 16px;
    --body-color: #2f2f2f;
    --primary-color: #ffda50;
    --secondary-color: #51b7bc;
    --black: #000;
    --white: #fff;
	--oldschool-medium:'OldschoolGroteskNormalMedium';
    --oldschool-light:'OldschoolGroteskNormalLight';
	--comivypresto-light:'fonnts_comIvyPrestoDisplayLight';
    
}
body{
 	font-family: var(--body-font);
	font-size:var(--body-font-Size);
	font-style: normal;
	line-height: normal;
	font-weight:normal;
	color: var(--body-color);
	text-decoration: none;
	margin:0px;
	-webkit-font-smoothing: antialiased;
	padding:0;
	font-optical-sizing: auto;
}
html{ scroll-behavior: smooth;}
* {-webkit-box-sizing: border-box;-mox-box-sizing: border-box;box-sizing: border-box;}
::selection {background: var(--black); /* Safari */color:var(--white);}
::-moz-selection {background: var(--black); /* Firefox */color:var(--white);}
a {color:var(--primary-color);text-decoration: none;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
a:hover {color: var(--primary-color);}
p {margin:0 0 30px 0;clear:left;padding:0;line-height: 24px;}
ul{padding: 0px; margin: 0 0 25px;}
ul li{list-style: none;}
/******* Headings Style *******/
h1 {font-size: 43px;}
h2 {font-size: 35px;}
h3 {font-size: 20px;}
h4 {font-size: 17px;}
h5 {font-size: 15px;}
h6 {font-size: 13px;}
h1, h2, h3, h4, h5, h6 {margin:0 0 20px 0;padding:0;font-weight:normal;}	
hr {margin:40px  0 60px 0;height:1px;border:0;border-top:1px solid #c1c1c1;border-bottom:1px solid #c1c1c1;float:left;width:100%;position:relative;}
img{border:0; max-width: 100%;}	
a img {border: 0;}
/*************** PRELOADER ***************/
#preloader {position: fixed;top:0;left:0;right:0;bottom:0;background-color:var(--white); z-index:999999;}
#status {width:100%;height:100%;position:absolute;left:0;top:0;background-image:url(../images/moulana-early-steps-logo.svg);  background-size: 200px;
background-repeat:no-repeat;background-position:center;margin:0;}

/*************** COLUMS AND ROWS ***************/
main{ position:relative;	}
.row{ width: 100%; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.justify-content-center { justify-content: center; }
.space-between{ justify-content: space-between; }
.justify-content-flex-end{ justify-content: flex-end }
.clearfix{width:100%;height:100px;margin:0;padding:0;display:block;}
.container{width: 1360px;margin:0 auto;}
.fullwidth{	width:100%;display:block;}
.two-col{flex:0 0 48%; }
.three-col{	flex:0 0 31%;}
.four-col{flex:0 0 22%;}
section {width: 100%; display: block;position: relative;}
aside { flex:0 0 25%; margin: 0; padding: 0;}
summary { flex:0 0 70%; margin: 0; padding: 0;}
.list{padding: 0px;margin: 0 0 25px;display: flex;width: 100%;flex-direction: column;}
.list li{list-style: none;color: #3a4455;padding-left: 22px;margin-bottom: 6px;line-height: 24px;position: relative;}
.list li:after{position: absolute;content: '';width: 6px;height: 6px;border: 2px solid var(--primary-color);left: 0px;top: 8px;border-radius: 50px;}
.list li a{ color: #3a4455; }
.text-center{text-align: center;}
.gap-1{gap:1%}
.gap-2{gap:2%}
.gap-3{gap:3%}
.gap-4{gap:4%}
.gap-5{gap:5%}
.gap-50, .gap-100{display: flex; width: 100%; height: 50px;}
.gap-100{ height: 100px;}
.button-style a, .button-style-span{position: relative;background-color: var(--primary-color);color: var(--black);font-size: 12px;padding: 18px 25px 14px 60px;border-radius: 50px;display: inline-block;text-transform: uppercase;}
.button-style a:after, .button-style-span:after{content: '';width: 27px;height: 1px;background-color: var(--black);left: 16px;position: absolute;top: 22px;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
.button-style a:hover, .button-style-span:hover{ background-color: var(--secondary-color); color: var(--white);}
.button-style a:hover:after, .button-style-span:after{transform: rotate(328deg);}


/*************** HOME PAGE CSS ***************/
header{
    top: -100px;
    background-color: var(--white);
}
.header-wrap{
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    min-height: 110px;
    position: relative;
    z-index: 1;
}
.logo{
    position: absolute;
    left: 50%;
    margin-left: -65px;
    top: 6px;
    line-height: 0;
}
.logo a img{
    width: 130px;
}
.header-right{
    display: flex;
    align-items: center;
    gap: 10px;
}
.header-right a{
    color: var(--black);
}
.header-right a i{
    color: #bdbdbd;
}
.header-right .get-in-btn{
    background-color: var(--primary-color);
    padding: 16px 25px 11px;
    border-radius: 50px;
    font-size: 12px;
    text-transform: uppercase;
}
.header-right .get-in-btn:hover{ background-color: var(--secondary-color);}
.slider-badge{
    position: absolute;
    right: 80px;
    bottom: 35px;
    background-color: var(--white);
    padding: 15px;
    border-radius: 10px;
}
.slider-badge-cnt{
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--black);
    margin-bottom: 10px;
    padding-bottom: 6px;
    gap: 12px;
}
.slider-badge-cnt h6{
    margin: 0px;
    font-size: 22px;
    font-family: var(--comivypresto-light);
    line-height: 26px;
}
.slider-badge-cnt span img{
    width: 37px;
}
.slider-badge h4{
    margin: 0px;
    font-size: 11px;
    text-transform: uppercase;
}
.intro{
    padding: 100px 0px;
}
.intro-wrap{
    display: flex;
    gap: 5%;
    justify-content: space-between;
}
.intro-left{
    flex: 0 0 52%;
}
.heading{
    font-size: 76px;
    color: var(--black);
}
.heading span{
    font-family: var(--comivypresto-light);
}
.intro-left h6{
    font-size: 29px;
}
.intro-cnt-img{
    display: flex;
    justify-content: flex-end;
    margin-top: -40px;
    position: relative;
    z-index: -1;
}
.intro-cnt-img img{
    border-radius: 500px;
}
.intro-right{
    position: relative;
    flex: 0 0 32%;
    display: flex;
    justify-content: flex-end;
        align-items: center;
}
.intro-right img{
    border-radius: 500px;
}
.green-round{
    width: 108px;
    height: 108px;
    display: inline-block;
    position: absolute;
    background-color: rgba(166, 194, 58, .3);
    border-radius: 100px;
    z-index: -1;
    left: -65px;
    top: 40%;
}
.pink-round{
    width: 184px;
    height: 184px;
    background-color: rgba(236, 0, 140, .2);
    position: absolute;
    left: -90px;
    top: 60%;
    border-radius: 500px;
}
.yellow-round{
    width: 108px;
    height: 108px;
    position: absolute;
    background-color: rgba(255, 218, 80, .4);
    border-radius: 300px;
    bottom: -15px;
    right: -30px;
    z-index: -1;
}
.what-we-offer{
    padding: 100px 0px;
    background-color: #fef8fb;
}
.title{position: relative;font-size: 16px;color: var(--black);margin-bottom: 26px;}
.title span{
    font-family: var(--comivypresto-light);
    color: var(--body-color);
}
.title:after{position: absolute;content: '';width: 107px;height: 1px;background-color: var(--black);top: 14px;margin-left: 15px;}
.what-we-offer-wrap{
    display: flex;
    gap: 5%;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--black);
        position: sticky;
    top: 145px;
    background-color: #fef8fb;

}
.what-we-offer-wrap:nth-child(1){ z-index: 0;}
.what-we-offer-wrap:nth-child(2){ z-index: 1;}
.what-we-offer-wrap:nth-child(3){ z-index: 2;}
.what-we-offer-wrap:nth-child(4){ z-index: 3;}
.what-we-offer-wrap:nth-child(5){ z-index: 4;}
.what-we-offer-wrap:nth-child(6){ z-index: 5;}
.what-we-offer-wrap:nth-child(7){ z-index: 6;}


.what-we-img{
    line-height: 0px;
    flex: 0 0 39%;
}
.what-we-img img{
    border-radius: 500px;
    -webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;
}
.what-we-cnt{
    flex: 0 0 56%;
    padding-right: 70px;
}
.what-we-cnt h4{
    font-size: 29px;
    color: var(--black);
    font-family: var(--oldschool-medium);
}
.what-we-cnt p{
    margin-bottom: 0;
    color: var(--body-color);
}
.what-we-cnt-left{ padding-right: 0px; padding-left: 70px;}
.what-we-offer-wrap:hover .what-we-img img{ -webkit-filter: grayscale(100%); filter: grayscale(100%);}
.why-choos{
    padding: 100px 0px;
}
.why-choos:after{position: absolute;content: '';width: 1px;height: 100%;left: 50%;top: 0px;margin-left: -.5px;background-color: #b8b8b8;z-index: -1;}
.why-choose-wrap{
    display: flex;
    gap: 30px 5%;
        align-items: center;
}
.why-choose-left{
    flex: 0 0 30%;
}
.why-choose-left-cnt h3{
    font-size: 29px;
    font-family: var(--oldschool-medium);
    margin-bottom: 8px;
}
.why-choose-center{
    flex: 0 0 30%;
}
.why-choose-center img{
    border-radius: 500px;
}
.why-choose-right .why-choose-left-cnt{
    text-align: right;
}
.data-progress {
	padding: 40px 0px;
	margin: 0;
	display: flex;
	align-items: center;
	background-color: var(--primary-color);
	border-radius: 500px;
}
.data-progress li {
	list-style: none;
	width: 25%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	/* text-align: center; */
	/* padding: 35px 0; */
	border-left: 1px solid #000000;
	padding-left: 40px;
}
.data-progress li:first-child {
	border-left: 0
}
.data-progress li h2 {
	color: var(--black);
	font-size: 68px;
	margin-bottom: 0;
	font-family: var(--comivypresto-light);
	line-height: 84px;
}
.data-progress p {
	font-size: 16px;
	margin-bottom: 0;
	color: var(--black)
}
.data-progress .counter-logo{
    text-align: center;
    padding-left: 0;
}
.data-progress .counter-logo img{
    width: 112px;
}.data-progress .counter-logo img{
    width: 112px;
}



.testimonial-section {
    padding: 100px 0;
}
.testi-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
.testi-style {
    flex: 0 0 48%;
    padding:100px 50px 60px 50px;
    border-radius: 15px;
    background-color: #f7f5f6;
    position: relative;
}
span.quote {
    position: absolute;
    right: 30px;
    top: 30px;
}
.test-cnt {
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--black);
    gap: 20px;
}
.profile {
    flex: 0 0 78px;
}
.test-cnt p {
  font-size: 20px;
  font-family: var(--comivypresto-light);
  color: var(--black);
  line-height: 1.8;
}
.author {
    padding: 35px 0 0 100px;
}
.author h3 {
    font-size: 16px;
    line-height: 1.2;
    margin: 0;
}
.author h3 span{
    display: block;
    font-size: 12px;
  
    padding-top: 5px;
}
.news-events-section {
    padding: 80px 0 100px 0;
}
.news-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
.news-style {
    flex: 0 0 32%;
}
.news-style .hover-effect {
    border-radius: 20px;
}
.cnt {
    padding-top: 40px;
}
.date {
    display: block;
    font-size: 12px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.cnt h2 {
    font-size: 26px;
    color: var(--black);
}
footer {
    padding: 100px 0 30px 0;
    background-color:var(--black);
}
.footer-col-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.footer-col {
    flex: 0 0 25%;
}
.add {
    margin-bottom: 35px;
}
.add span {
    display: block;
    margin-bottom: 10px;
}
.add span, .add a {
    color: var(--white);
}
.add a:hover {
    color: var(--primary-color);
}
.footer-logo img {
    max-width: 120px;
}
.ftr-haed {
    font-size: 26px;
    color: var(--white);
    font-family: var(--comivypresto-light);
    line-height: 0;
    margin-bottom: 35px;
}
.ftr-list {
    margin: 0;
    padding: 0;
}
.ftr-list li a {
    color: var(--white);
    font-size: 14px;
}
.ftr-list li a:hover {
    color: var(--primary-color);
    padding-left: 5px;
}
.ftr-list li {
    margin-bottom: 10px;
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    padding-top: 35px;
    border-top: 1px solid #383838;
}
.footer-bottom p {
    margin: 0;
    color: var(--white);
    font-size: 14px;
}
.footer-bottom p a{ color: var(--white);}
.ftr-social {
    display: flex;
    gap: 10px;
}
.ftr-social a {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    color: var(--white);
    border: 1px solid #Ccc;
    border-radius: 50%;
}
.ftr-social a i {
    font-size: 18px;
}
.ftr-social a:first-child i {
    font-size: 21px;
}
.ftr-social a:hover {
    background-color: var(--primary-color);
    color: var(--black);
    border: 1px solid var(--black);
}
.gallery-wrap{display: flex;flex-wrap: wrap;gap: 28px 2%;}
.gallery-wrap a{flex: 0 0 23.5%;}

.contactstyle {
      width: 100%;
      display: inline-block;
      position: relative;
      margin: 0 0 12px;
      padding: 30px 20px;
      background-color: var(--secondary-color);
      border-radius: 15px;
  }
  
  


  .coic, .contactstyle a:hover, .label-style {
      color: var(--secondary-color)
  }
  .coic {
      position: absolute;
      left: 0;
      top: 0;
      width: 40px;
      background-color: var(--primary-color);
      font-size: 16px;
      border-radius: 50px;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      -ms-border-radius: 50px;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .coic, .out-inn-links a {
      line-height: 41px;
      height: 40px;
      color: var(--secondary-color);
  }
  .contactstyle h4 {
      font-size: 18px;
      margin-bottom: 6px;
      color: var(--white);
      font-family: var(--oldschool-medium);
  }
  .contactstyle p {
      margin-bottom: 0;
      color: var(--white);
  }
  .contactstyle p a{color:var(--white)}
  .contact-left {
      flex: 0 0 30%
  }
  .cont-inn-box{position: relative;padding: 0 0 20px 55px;margin-bottom: 20px;border-bottom: 1px solid #7fd1d5;}
  .cont-inn-box:last-child{margin-bottom:0px;border-bottom: none;padding-bottom: 0px;}
  .contactstyle h3{
      font-weight: 700;
      font-size: 28px;
      border-bottom: 1px solid #7fd1d5;
      padding-bottom: 10px;
      margin-bottom: 15px;
      color: var(--white);
      font-family: var(--heading-font);
  }
.contact-right{flex:0 0 66%;}
.map{ display: flex; width: 100%; margin-top: 30px;  }
.contact-right .form-group{ margin-bottom: 15px; }
.label-style {position: absolute;top: -6px;left: 16px;font-size: 16px;background-color: #fff;padding: 0 5px;color: #53b4bd;z-index: 1;}
.form-group{ position: relative; }
.contact-form{
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
.contact-form .form-group{
    flex: 0 0 49%;
}
.contact-form .form-group-full{ flex: 0 0 100%;}
.contact-right .heading:after{ display: none;}
.contact-right .heading{padding-bottom: 0px;font-family: var(--comivypresto-light);}
.what-we-offer-inn .what-we-offer-wrap{ background-color: var(--white);}

/*************** INNER BANNER ***************/
.banner {
	width: 100%;
	height: 250px;
	overflow:hidden;
	display: flex;
	flex-direction:column;
	position: relative;
	/*align-items: center;*/
	justify-content: center;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../images/banner.jpg);
	background-color: var(--primary-color);
	text-align: center;
}

.banner h2 {
	color: var(--black);
	font-size: 55px;
	margin: 0;
	padding:0;
	font-family: var(--comivypresto-light);
}
.breadcrumb {
    display: flex;
    margin:0;
    position:relative;

    justify-content: center;
    text-align: center;
}
 
.breadcrumb ul {
     
display: flex;
     
flex-wrap: wrap;
     
list-style: none;
     
margin: 10px 0 0 0;
}
.breadcrumb li {
    margin: 0;
    font-size:12px;
    text-transform:uppercase;
    color: var(--black);
}    
.breadcrumb li:not(:last-child)::after {
    display: inline-block;
    margin: 0 8px;
    /*content: " → "; */
    content: " / ";
}
 .breadcrumb a{
   color: var(--black);
}
 .breadcrumb a:hover{
   color:var(--secondary-color);	
 
}
.msn-vsn-wrap{
    display: flex;
    flex-wrap: wrap;
    gap:25px 4%;
}
.msn-box{
    flex: 0 0 48%;
    background-color: var(--primary-color);
    padding: 30px;
    border-radius: 15px;
}
.msn-box h3{
    font-size: 38px;
    font-family: var(--comivypresto-light);
    margin-bottom: 10px;
}
.msn-box p{
    margin-bottom: 0px;
}
.msn-box:last-child{ background-color: var(--secondary-color);}


.pad-100 {
    padding: 100px 0;
}
.box-style-inn {
    padding: 30px 40px;
    background-color: #fef8fb;
    border-radius: 15px;
} 
.box-style-inn .heading {
    font-size: 50px;
    color: var(--black);
    margin-bottom: 35px;
}

.box-style-inn .accordion-trigger {
    display: block;
    padding: 17px 35px 17px 15px;
    position: relative;
}
.box-style-inn .new-accourdian ul li .accordion-trigger.expanded {
    background: var(--primary-color);
    color: #000000;
    border: 1px solid var(--primary-color);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.box-style-inn .new-accourdian ul li a {
    color: #000;
    border: 1px solid #fff;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    font-weight: 500;
}
.box-style-inn .accordion-content.expanded {
    border: 0;
}
.box-style-inn .acc-pad {
    background: #f7e7ad;
}



.team-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
.team-item {
    flex: 0 0 23.5%;
    margin-bottom: 40px;
    border-bottom: 1px solid var(--primary-color);
}
.team-item .hover-effect {
    border-radius: 10px;
}
.team-item .cont {
    text-align: center;
    padding: 20px 10px ;
}
.team-item .cont p {
    margin-bottom: 0;
    color: var(--body-color);
    font-size: 15px;
}
.team-item .cont h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}






/********* FIXED HEADER ***************/
header.smaller{position: fixed;left: 0px;top: 0px;width: 100%;z-index: 10;-webkit-transition: all 600ms ease-in-out;-moz-transition: all 600ms ease-in-out;transition: all 600ms ease-in-out;top: 0;box-shadow: 0px 1px 25px rgba(0, 0, 0, .15);background-color: var(--white);}

/*************** animations ***************/

.yellow-round {
    -webkit-animation: mover5 4s infinite alternate;
    animation: mover5 4s infinite alternate;
}

@-webkit-keyframes mover5 {
    0% {
        -webkit-transform: translatey(15px);
        transform: translatey(15px);
    }

    100% {
        -webkit-transform: translatey(-30px);
        transform: translatey(-30px);
    }
}

@keyframes mover5 {
    0% {
        -webkit-transform: translatey(15px);
        transform: translatey(15px);
    }

    100% {
        -webkit-transform: translatey(-30px);
        transform: translatey(-30px);
    }
}

.green-round {
    -webkit-animation: mover1 4s infinite alternate;
    animation: mover1 4s infinite alternate;
}

@-webkit-keyframes mover1 {
    0% {
        -webkit-transform: translatey(-10px);
        transform: translatey(-10px);
    }

    100% {
        -webkit-transform: translatey(20px);
        transform: translatey(20px);
    }
}

.pink-round {
    -webkit-animation: mover2 2s infinite alternate;
    animation: mover2 2s infinite alternate;
}

@-webkit-keyframes mover2 {
    0% {
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }

    100% {
        -webkit-transform: translatey(20px);
        transform: translatey(20px);
    }
}

@keyframes mover2 {
    0% {
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }

    100% {
        -webkit-transform: translatey(20px);
        transform: translatey(20px);
    }
}


/**********forms**************/
form{margin:0;padding:0;}
*:focus {outline: none;}
.fieldset{width:100%;height: 50px;padding: 8px 15px;background-color: var(--white);display:block;border: 1px solid #c1c1c1;
margin:0 0 10px 0;color: #262626;font-size: 14px;border-radius: 5px;-moz-border-radius: 5px;-ms-border-radius: 5px;-webkit-border-radius: 5px;}
textarea.fieldset, textarea{ height: 140px; }
.sendbutton{width:auto;height:auto;border:0;outline:0;margin:0 5px 0 0;float:left;color:var(--white);font-size: 18px;cursor:pointer;vertical-align:top;padding: 16px 25px 12px;text-align:center;background-color: var(--secondary-color);text-transform:uppercase;border-radius: 50px;}
.sendbutton:hover{background-color:var(--primary-color);color:var(--white);}
::-webkit-input-placeholder {color: #262626 !important;}
:-moz-placeholder {color: #262626 !important;}
::-moz-placeholder { color: #262626 !important;}
:-ms-input-placeholder { color: #262626 !important;}

/*************HOVER EFFECT*******/
.hover-effect{/* width:100%; */display: block;position:relative;overflow:hidden;}
.hover-effect i{width:50px;height:50px;background-color:var(--primary-color);color:var(--white);position:absolute;left:50%;top:-100px;z-index:1;line-height:50px;
text-align:center;margin:0 0 0 -25px;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
.hover-effect:hover i{top:50%;margin:-25px 0 0 -25px;}
.hover-effect:hover i:hover{background-color:var(--secondary-color);}
.hover-effect img {display:block;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;width:100%;}
.hover-effect:hover img {-moz-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1);transform: scale(1.1, 1.1);}

/*************BACK TO TOP*******/
.progress-wrap {position: fixed;right: 10px;bottom: 10px;height: 45px;width: 45px;cursor: pointer;display: block;border-radius: 50px;
z-index: 99;opacity: 0;visibility: hidden;transform: translateY(15px);-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.progress-wrap.active-progress {opacity: 1;visibility: visible;transform: translateY(0);}
.progress-wrap::after {position: absolute;content: "\f30c";font-family: 'Font Awesome 5 Free';font-weight: 900;text-align: center;line-height: 45px;
font-size: 20px;color: #84275f;left: 0;top: 0;height: 45px;width: 45px;cursor: pointer;display: block;z-index: 1;-webkit-transition: all 200ms linear;
transition: all 200ms linear;}
.progress-wrap svg path {fill: none;}
.progress-wrap svg.progress-circle path {stroke: #84275f;stroke-width: 4;box-sizing:border-box;-webkit-transition: all 200ms linear;transition: all 200ms linear;}

/************************************* 1390px *************************************/
@media only screen and (max-width: 1390px) {
.container{ width:95%;}
}

/************************************* 1180px *************************************/
@media only screen and (max-width: 1180px) {
.heading { font-size: 54px;}
.intro-left { flex: 0 0 56%;}
.contact-form{ flex-direction: column;}
.contact-left {
    flex: 0 0 40%;
}
.contact-right {
    flex: 0 0 56%;
}
}

/************************************* 1024px *************************************/
@media only screen and (max-width: 1024px) {
.container{ width:90%;}
.slider-badge-cnt h6 { font-size: 20px;}
.logo a img { width: 100px;}
.logo { margin-left: -50px;}
.header-wrap {  min-height: 88px;}
.data-progress li h2 { font-size: 48px;}
.footer-col:nth-child(1), .footer-col:nth-child(3){flex: 0 0 20%;}
.footer-col:nth-child(2){ flex: 0 0 35%;}
.data-progress li{ padding-left: 25px;}
.team-item {
    flex: 0 0 32%;
}
}

/************************************* 800px *************************************/
@media only screen and (max-width: 980px) {
.heading {font-size: 44px;         line-height: 46px; }
    .contact-left {
        flex: 0 0 50%;
    }
        .contact-right {
        flex: 0 0 46%;
    }
}

/************************************* 900px *************************************/
@media only screen and (max-width: 900px) {
.logo { position: initial; margin-left: 0px;}
}

/************************************* 767px *************************************/
@media only screen and (max-width: 767px) {
.two-col, .three-col, .four-col, aside, summary{ flex:0 0 100%; margin:0 0 25px 0; }
.slider-badge { position: initial;}
.intro-wrap { flex-direction: column;align-items: center;}
.what-we-offer-wrap{ flex-direction: column; align-items: normal}
.what-we-cnt { padding-right: 0px; margin-top: 20px;}
.what-we-cnt-left{ padding-left: 0px; margin-bottom: 0px; margin-bottom: 20px;}
.why-choos:after{ display: none;}
.why-choose-wrap{ flex-direction: column;}
.why-choose-right .why-choose-left-cnt{ text-align: left;}
.data-progress{ flex-wrap: wrap;}
.data-progress li { width: 50%; text-align: center; padding-left: 0px; border-left:none}
.what-we-offer, .why-choos, .intro, .testimonial-section{ padding: 60px 0px;}
.news-events-section {padding: 0px 0 60px 0;}
.footer-col{ flex: 0 0 50% !important;}
.news-wrapper { flex-direction: column; flex-wrap: nowrap;}
.news-style { margin-bottom: 35px;}
.data-progress{ border-radius: 35px;}
.msn-vsn-wrap{ flex-direction: column; margin-top: 30px;}
.gallery-wrap a {
    flex: 0 0 32%;
}
.gallery-wrap {
 
    gap: 12px 2%;
}
.row{ flex-direction: column;}
.contactstyle { margin: 0 0 25px;}
.box-style-inn .heading {
    font-size: 44px;
}
}

/************************************* 575px *************************************/
@media only screen and (max-width: 575px) {
.gap-50{ height: 25px;}
.gap-100{ height: 50px;}
.heading { font-size: 38px;}
.intro-left h6 { font-size: 20px;}
.intro-cnt-img{ display: none;}
    .data-progress li h2 {
        font-size: 36px; line-height: 60px;
    }
    .data-progress {
    padding: 20px 20px;}
    .data-progress .counter-logo img {
    width: 98px;
}
.testi-style { padding: 100px 20px 60px 20px;}
.testi-style {
        padding: 100px 20px 30px 20px;
    }
.footer-bottom{ flex-direction: column; gap: 12px 0px;}
.header-right {
  
    justify-content: space-between;
    border-top: 1px solid #e2e2e2;
    padding: 10px 0;
    margin-top: 10px; flex: 0 0 100%;}
.header-wrap{ flex-wrap: wrap;        padding-top: 10px;}
header.smaller .header-right{ display: none;}
header.smaller .header-wrap{ padding-top: 0px;}
.what-we-offer-wrap{ top:75px}
    .data-progress {
        padding: 20px 10px;
    }
footer, .ftr-list li a{ font-size: 13px;}
.gallery-wrap a {
    flex: 0 0 49%;
}
.banner {  height: 150px;}
.banner h2 { font-size: 34px;}
.team-item {
    flex: 0 0 100%;
}

}

/************************************* 480px *************************************/
@media only screen and (max-width: 480px) {
.test-cnt p {  font-size: 18px; line-height: 1.5;}
.header-right a{ font-size: 13px;}
.header-right .get-in-btn { padding: 13px 12px 9px;}
}

/************************************* 420px *************************************/
@media only screen and (max-width: 420px) {
.footer-col-wrapper{ flex-direction: column;}
.footer-col{ margin-bottom: 30px;}
}

/************************************* 360px *************************************/
@media only screen and (max-width: 360px) {
.data-progress li h2 { font-size: 25px; line-height: 42px;}
.data-progress p {
    font-size: 13px;}
    .test-cnt {
    
    flex-direction: column;
    align-items: flex-start;}
}

/************************************* 320px *************************************/
@media only screen and (max-width: 320px) {
}