body{
    font-family: "Poppins", sans-serif;
    overflow-x: hidden !important;
}

:root{
    --mta_primary: #33CC33;
    --mta_secondary: #002218;
    --mta_white: #fff;
    --mta_black: #4B4B4B;
    --mta_text-gray: #DADADA;
    --mta_gray: #F4F4F4;
    
  }

::-moz-selection { 
  color: var(--mta_secondary);
  background: var(--mta_primary)
}

::selection {
  color: var(--mta_secondary);
  background: var(--mta_primary)
}



.p-lr-10{
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.box{
    width: 100%;
    height: 300px;
    background-color: red;
}

.box2{
    width: 100%;
    height: 2000px;
    background-color: #4B4B4B;
}

.main-container{
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 30px;
}

/*==========sticky nave start===========*/

.bg-light{
	background:none !important;
}
.navbar-nav{
	font-family: 'Poppins', sans-serif;
}
.dropdown-toggle::after{
	display: none;
}
.navbar-light .navbar-nav .nav-link{
	color: var(--mta_white);
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	font-weight: 300;
    padding: 0 20px;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: var(--mta_primary) !important;
}

.nav-link.active {
  color: var(--mta_primary) !important;
}
.nav-link.active::after{
    content: '';
    width: 20px;
    height: 3px;
    border-radius: 100px;
    background-color: var(--mta_white) !important;
    display: block;
    margin-left: 50%;
    transform: translateX(-50%);
}

.navbar-brand img{
	width: 100%;
    max-width: 280px;
}

header {
  
  width: 100%;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  z-index: 2;
  position: fixed;
}


.shrink {
	 top: 0;
	 box-shadow: 0 0 10px #011811;
     background-color: #002218;
}

.shrink .navbar-brand img{
	width: 60%;
	transition: 0.5s;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}
/*==========sticky nave end===========*/

.pr-0{
    padding-right: 0 !important;
}
.hambarger img{
    width: 40px;
}


.banner-block{
    background: url(../img/Banner.jpg) center;
    background-size: cover;
    padding-top: 130px;
    background-position: top;
}
.navbar-toggler{
    padding: 0 !important;
    border: 0 !important;
    line-height: normal !important;
}

.banner-inner{
    
}
.banner-head{
    font-size: 60px;
    color: var(--mta_white);
    line-height: 70px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
}
.banner-head span{
    color: var(--mta_primary);
    font-weight: 800;
    text-transform: uppercase;
}
.banner-content{
    max-width: 612px;
    font-size: 17px;
    line-height: 25px;
    color: var(--mta_text-gray);
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
}
.primary-btn{
    /* width: 186px; */
    width: fit-content;
    height: 50px;
    background-color: var(--mta_primary);
    margin-top: 20px;
    border-radius: 100px;
    display: flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4px 0 20px;
    font-weight: 600;
    text-transform: uppercase;
    border: solid var(--mta_primary) 3px;
}
.primary-btn:hover{
    background-color:var(--mta_primary) !important;
    cursor: pointer;
    border: solid var(--mta_primary) 3px;
    transition: 0.5s;
    
}
.primary-btn img{
    margin-left: 10px;
}
.primary-btn:hover img{
    margin-left: 15px;
    transition: 0.2s;
}
.banner-image{
    text-align: center;
    margin-top: 30px;
    padding: 0 20px;
}
.banner-image img{
    margin-bottom: 5px;
}


.coworking-block{
    padding: 100px 0 200px 0;
    position: relative;
}
.coworking-block::after{
    content: 'coworking';
    text-transform: uppercase;
    font-size: 200px;
    position: absolute;
    bottom: -75px;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    color: #eeeeee;
    left: 50%;
    transform: translate(-50%);
    z-index: 0;
}

.coworking-left{

}
.coworking-right{

}

.heading{
    font-size: 50px;
    line-height: 50px;
    font-weight: 300;
    color: var(--mta_black);
    text-transform: capitalize;
    margin-bottom: 30px;
}
.heading span{
    font-weight: 800;
    text-transform: uppercase;
    /* color: var(--mta_black) !important; */
}
.heading span:nth-last-child(-n + 2){
    color: var(--mta_primary) !important;
}
.content{
    font-size: 18px;
    font-weight: 400;
    color: var(--mta_black);
}
.parallax {
  background: url(../img/gray-bg.png) center #fff;
  height: 100%; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.mission-block{
    position: relative;
}
.mission-block::before{
    content: '';
    width: 300px;
    height: 300px;
    background-color: #33CC33;
    display: block;
    position: absolute;
    left: 6%;
    top: 10%;
    z-index: -1;
    background: url(../img/doted-bg.png);
}
.mission-block::after{
    content: '';
    width: 35%;
    height: 100%;
    background-color: #E5E5E5;
    position: absolute;
    top: 0;
    z-index: -2;
}
.mission-inner{
    display: flex;
    justify-content: space-between;
}
.mission-left{
    width: 40%;
    position: relative;
    height: fit-content;
}
.mission-left img{
    border-radius: 0 150px 0 0;
    position: relative;
}
.mission-left::before{
    content: '';
    width:77px;
    height: 77px;
    display: block;
    position: absolute;
    background: url(../img/big-arrow.png) no-repeat;
    margin-left: -25px;
    margin-top: -25px;
}
/* 
.mission-left::after{
    content: '';
    width:30px;
    height: 40%;
    background-color: var(--mta_primary);
    display: block;
    position: absolute;
    bottom:30px;
    left: -30px;
} */
.mission-right{
    width: 50%;
}
.subhead{
    font-size: 26px;
    color: var(--mta_black);
    font-weight: 300;
    text-transform: uppercase;

}
.mission-second-img{
    position: absolute;
    z-index: 1;
    bottom: -15%;
    right: 10%;
}
.mission-second-img img{
    border-radius: 20px !important;
}



 



.stage {
        border-bottom: 3px solid #444;
        display: flex;
        height: 330px;
        width: 100%;
    }
    .bounce-box {
        align-self: flex-end;
        animation-duration: 4s;
        animation-iteration-count: infinite;

    }
    .bounce-2 {
        animation-name: bounce-2;
        animation-timing-function: ease;
    }
    @keyframes bounce-2 {
        0%   { transform: translateY(0); }
        50%  { transform: translateY(-50px); }
        100% { transform: translateY(0); }
    }


    .mission-outer{
        padding: 150px 0 200px 0;
    }
    .mission-outer::after{
        content: 'MISSION';
        width: 57%;
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        font-family: "Poppins", sans-serif;
        font-weight: 800;
        color: #F8F8F8;
        font-size: 200px;
        line-height: 130px;
    }

.why-choose-block{
    padding: 100px 0 200px 0;
    background-image: linear-gradient(to top, #f2f2f2 0%, #ffff 70%);
    position: relative;
    overflow: hidden !important;
}
.why-choose-block::before{
    content: 'WHYCHOOSE?';
    text-transform: uppercase;
    font-size: 200px;
    position: absolute;
    bottom: -75px;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    color: #F8F8F8;
    left: 50%;
    transform: translate(-50%);

}
.why-choose-botom{
    margin-top: 200px;
}
.why-choose-box{
    min-height: 496px;
    background-color: var(--mta_white);
    border-radius: 30px;
     box-shadow: 0 0 5px 5px #e2dede1f;
     padding: 30px 30px 50px 30px;
     position: relative;
}

.why-choose-box-head{
    font-size: 24px;
    line-height: 24px;
    color: var(--mta_black);
    font-weight: 500;
    margin: 50px 0 30px 0;
}
.why-choose-box-head::after{
    content: '';
    width: 100px;
    height: 7px;
    background-color: var(--mta_primary);
    display: block;
    border-radius: 100px;
    margin-top: 10px;
}
.why-choose-box-img{
    width: 100%;
    background-color: var(--mta_primary);
    margin-top: -130px;
    border-radius: 30px 0 30px 30px;
    /* margin-left: 30px; */
    position: relative;
    
}
.why-choose-box-img img{
     border-radius: 30px 0 30px 30px;
}
.why-choose-box-img::before{
    content: '';
    width: 25px;
    height: 25px;
    background-color: red;
    display: block;
    position: absolute;
    right: -12px;
    top: -12px;
    background: url(../img/small-arrow.svg);
}
.why-choose-box-outer{
    background-color: red;
}

.secret-block{
    padding: 100px 0 200px 0;
    position: relative;
}
.secret-block::after{
    content: 'SECRETS';
    text-transform: uppercase;
    font-size: 200px;
    position: absolute;
    bottom: -75px;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    color: #F8F8F8;
    left: 50%;
    transform: translate(-50%);
}
.secret-bottom{
    margin-top: 100px;
}
.secret-box{
    min-height: 300px;
    border-radius: 40px 0 40px 40px;
    box-shadow: 0 0 5px 5px #cfcfcf1f;
    padding: 30px;
    padding-bottom: 50px;
    position: relative;
    background-color: var(--mta_white);
}
.secret-box::after{
    content: '';
    background: url(../img/small-arrow.svg);
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
}
.secret-box-head{
    font-size: 22px;
    color: var(--mta_black);
    line-height: 22px;
    margin: 20px 0 0 0;
    font-weight: 500;
}
.secret-box-head::after{
    content:'';
    width: 66px;
    height: 7px;
    background-color: var(--mta_text-gray);
    display: block;
    border-radius: 100px;
    margin-top: 10px; 
}
.parallax2 {
  background: url(../img/secrets-bg.svg) center;
  height: 100%; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


/* counter style start */

.counter-section{
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.counter-count{
  text-align: center;
}

.counter-count .count{
  color: var(--mta_primary);
}

.counter-count h3{
  color:var(--mta_white);
  font-size: 18px;
  font-weight: 400;;
}





/* counter style end */

.counter-block{
}


.parallax3 {
  background: url(../img/counter-bg.png) center;
  height: 100%; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.counter-innerblock{
    background-color: rgba(0, 34, 24, 0.9);
    padding: 100px 0;
}
.counter-count img{
    margin-bottom: 25px;
}
.counter-count-out{
    display: flex;
    justify-content: center;
    color: var(--mta_primary);
        font-size: 50px;
    line-height: 50px;
    font-weight: 700;
}
.counter-symbel{
    margin-left: 10px;
}

.experts-block{
    padding: 100px 0;
    position: relative;
}
.experts-block::after{
    content: 'experts';
    text-transform: uppercase;
    font-size: 200px;
    position: absolute;
    bottom: -75px;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    color: #F8F8F8;
    left: 50%;
    transform: translate(-50%);
}

.experts-block-bottom{
    margin-top: 80px;
}
.experts-box{
    min-height: 200px;
    background-color: var(--mta_white);
    border-radius: 40px 0 40px 40px;
    box-shadow: 0 0 5px 5px #8989891f;
    padding-bottom: 50px;
}
.experts-box::after{
    content: '';
    width: 75px;
    height: 30px;
    background-color: #D9D9D9;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.experts-box-top{
    height: 125px;
    background-color: var(--mta_gray);
    border-radius: 40px 0 0 0;
    border: solid #DBDBDB 1px;
    border-bottom: 0;
    position: relative;
}
.experts-box-top::before{
    content: '';
    width: 75PX;
    background-color: var(--mta_primary);
    height: 100%;
    display: block;
    margin-left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: 0;
}
.experts-box-top::after{
    content: '';
    width: 5PX;
    background-color: var(--mta_white);
    height: 100%;
    display: block;
    margin-left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    z-index: 1;

  
}
.experts-box-bottom{
    padding: 20px;
}

.experts-img{
    width: 180px;
    height: 180px;
    background-color: var(--mta_black);
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: -100px;
    position: absolute;
    z-index: 2;
    border-radius:40px 0 40px 40px ;   
}
.experts-img::before{
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    right: -12px;
    top: -12px;
    background: url(../img/team-arrow.svg);
}
.experts-img img{
    border-radius:30px 0 30px 30px ;  
}
.experts-block .swiper{
    padding: 115px 10px 100px 10px;
}
.experts-hey{
    position: absolute;
    bottom: 5px;
    right: -45px;
}
.experts-hey img{
    border-radius: 0;
}
.experts-name{
    font-size: 22px;
    font-weight: 600;
    color: var(--mta_black);
    text-align: center;
    text-transform: uppercase;
}

.experts-desig{
    font-size: 17px;
    font-weight: 500;
    color:#A5A5A5;
    text-align: center;
}
.experts-box-bottom .content{
    min-height: 240px;
    font-size: 15px;
}

.experts-block .swiper{
    padding-left: 30px;
    padding-right: 30px;
}

.experts-block .swiper-pagination-bullet{
    width:20px;
    height: 20px;
    margin-top: 50px;
    border: solid #cdcdcd 2px;
    opacity: inherit;
    background-color: inherit;
    position: relative;
}
.experts-block .swiper-pagination-bullet::after{
    content: '';
    width: 5px;
    height: 5px;
    background-color: var(--mta_primary);
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100px;
}
.experts-block .swiper-pagination-bullet-active{
    background-color: var(--mta_primary);
    border: solid var(--mta_primary);
    position: relative;
}
.experts-block .swiper-pagination-bullet-active::after{
    content: '';
    width: 5px;
    height: 5px;
    background-color: var(--mta_white);
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100px;
}
.experts-block .swiper-horizontal>.swiper-pagination-bullets, .experts-block .swiper-pagination-bullets.swiper-pagination-horizontal{
    border-bottom: 10px !important;
    bottom: 50px;
}

.pricing-block{
    padding: 100px 0 200px 0;
    background: url(../img/dot-bg.svg) var(--mta_white);
    position: relative;
}
.pricing-block::after {
    content: 'Pricing';
    text-transform: uppercase;
    font-size: 200px;
    position: absolute;
    bottom: -75px;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    color: #FAFAFA;
    left: 50%;
    transform: translate(-50%);
}

.pricing-bottom{
    display: flex;
    column-gap: 40px;
    justify-content: center;
    margin-top: 70px;
}
.pricing-box{
    width: 100%;
    max-width: 410px;
    min-height: 400px;
    background-color: var(--mta_white);
    border-radius: 40px 0 40px 40px;
    box-shadow: 0 0 5px 5px #cfcfcf1f;
    padding-bottom: 30px;
}
.pricing-box-top{
    height: 40px;
    background-color: var(--mta_primary);
    border-top-left-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:var(--mta_white);
}
.pricing-box-head{
    background-color: var(--mta_secondary);
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 30px;
    color: var(--mta_white);
    font-weight: 700;
    text-align: center;
}
.pricing-box-subhead{
    background-color: #012F21;
    color: #828F8B;
    padding: 15px;
    text-align: center;
}

.pricing-box-price{
    background-color: #EFEFEF;
    color: var(--mta_primary);
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    padding:10px 0 ;
}
.pricing-rupees{
   color: var(--mta_secondary); 
}
.pricing-month{
    background-color: var(--mta_white);
    border: solid #D9E3D9 3px;
    font-size: 15px;
    font-weight: 600;
    color: var(--mta_black);
    width: fit-content;
    margin: 0 auto;
    border-radius: 100px;
    padding: 3px 30px;
}
.pricing-box-bottom{
   padding: 0 20px; 
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   min-height: 470px;
}
.pricing-box-bottom ul{
    margin: 0;
    padding: 0;
}
.pricing-box-bottom ul li{
    width: 100%;
    list-style: none;
    line-height: normal;
    display: block;
    border-bottom: solid #DDDDDD 1px;
    padding: 15px 0 15px 30px;
    position: relative;
    font-size: 15px;
}
.pricing-box-bottom ul li:last-child{
    border: 0;
    margin-bottom: 20px;
}
.pricing-box-bottom ul li::after{
    content: '';
    width: 15px;
    height: 15px;
    background-color: var(--mta_white);
    border: solid var(--mta_primary) 2px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100px;
}
.pricing-box-btn a{
    height:58px;
    background-color: var(--mta_secondary);
    color: var(--mta_white);
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    text-decoration: none;
}
.pricing-box-btn a:hover{
    background-color: #014c36;
    cursor: pointer;
    text-decoration: none;
}
.offline-bg{
    background-color: #A0A0A0 !important;
}
.team-block{
    position: relative;
    min-height:800px;
}
.parallax4 {
  min-height: 800px;
  background: url(../img/team.jpg), url(../img/bg-logo.jpg)  ;
  background-position: center, left top;
  background-repeat:no-repeat, repeat;
  height: 100%; 
  background-attachment: fixed;
  background-repeat: no-repeat, repeat;
  background-size: 100%, 10%;
}
.team-block-bg{
   
    background-color:rgba(0, 0, 0, 0.3);
    /* background-color:rgba(21, 247, 0, 0.139); */
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    display: flex;
    align-items: end;
    z-index: 1;
   
  
   
    
}
.team-block-bottom{
    width: 100%;
    background-color: var(--mta_secondary);
    padding: 25px 0;
    position: absolute;
    z-index: 2;
    bottom: 0;
    
}
.team-block-bottom-inner{
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.team-text{
    font-size: 40px;
    line-height: 45px;
    color: var(--mta_white);
    font-weight: 300;
}
.team-text span{
    color: var(--mta_primary);
    font-weight: 800;
    text-transform: uppercase;
}

.success-block{
    padding: 100px 0;
    position: relative;
}
.success-block::before {
    content: 'SUCCESS';
    text-transform: uppercase;
    font-size: 200px;
    position: absolute;
    bottom: -75px;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    color: #F8F8F8;
    left: 50%;
    transform: translate(-50%);
}

.success-start{}

.success-bottom{
}
.success-bottom-inner{
    max-width: 850px;
    margin: 0 auto;
}
.success-text{
    font-size: 18px;
    line-height:30px;
    color: #515151;
    text-align: center;
}
.success-photo{
    width: 130px;
    height: 130px;
    background-color: var(--mta_primary);
    margin: 0 auto;
    border-radius: 100px;
}
.success-name{
    font-size: 25px;
    color: var(--mta_black);
    text-align: center;
    margin-top: 30px;
}


.success-block .swiper-button-next {
  bottom: 10px;      
  top: auto;        
  width: 52px;
  height: 52px;
  background-color: yellow;
  background: url(../img/success-right.svg);
}

.success-block .swiper-button-prev {
  bottom: 10px;      
  top: auto;        
  width: 52px;
  height: 52px;
  background-color: yellow;
  background: url(../img/success-left.svg);
}


.success-block .swiper-button-next {
  right: 42.5%;
}
.success-block .swiper-button-prev {
  left: 42.5%;
}
.success-block .swiper {
    padding-bottom: 100px;
}
.swiper-button-next:after, .swiper-button-prev:after{
    display: none;
}

.footer-block{
    padding: 100px 0 0 0;
    background: url(../img/footer-bg.svg)var(--mta_secondary);
    min-height: 500px;
}
.footer-inner{
}

.footer-logo{
    max-width: 260px;
}
.footer-content{
    font-size: 14px;
    line-height: 20px;
    color: #A9A9A9;
    margin-top: 30px;
}
.footer-social{
margin-top: 40px;
}
.footer-social img{
    margin-right: 20px;
}
.footer-head{
    color: var(--mta_white);
    font-size: 22px;
    position: relative;
}
.footer-head::after{
    content: '';
    width: 40px;
    height: 3px;
    background-color: var(--mta_primary);
    border-radius: 100px;
    display: block;
    position: absolute;
    bottom: -5px;
}
.footer-listing{
    margin-top: 30px;
}
.footer-listing ul{
    margin: 0;
    padding: 0;
}
.footer-listing ul li{
    width: 100%;
    display: block;
    float: left;
    font-size: 14px;
    color: #A9A9A9;
    margin-bottom: 15px;
    position: relative;
}
.footer-listing ul li a{
    color: #A9A9A9;
    text-decoration: none;
}
.footer-listing ul li a:hover{
    color: var(--mta_primary);
}
.footer-listing ul li img{
    position: absolute;
    left: 0;
    top: 6px;
}
.ml-40{
    margin-left: 40px;
}
.pl-40{
    padding-left: 40px;
}
.footer-inner-bottom{
    margin-top: 40px;
    height: 250px;
}
.footer-inner-bottom iframe{
    border-radius: 10px;
}
.footer-bottom{
    padding: 30px 0;
    margin-top: 20px;
    border-top: solid #003022 1px;
    background-color: var(--mta_secondary);
    text-align: center;
    color: #4c6a62;
}

#form-modal .form-control{
    border: 0 !important;
    border-radius: 0 !important;
    padding-left: 2px !important;
    border-bottom: solid var(--mta_text-gray) 1px !important;
    box-shadow: none !important;
}
#form-modal .form-floating>label{
    padding-left: 0;
}
#form-modal .form-floating>.form-control{
    height: auto !important;
    min-height: 20px !important;
}
#form-modal .form-floating>textarea:not(:placeholder-shown)~label::after{
    background: none !important;
}
#form-modal .modal-header{
    background-color: var(--mta_primary) !important;
    text-transform: uppercase;
}
#form-modal .modal-header button{
    background-color:var(--mta_secondary);
    border-radius: 100px;
    color: var(--mta_white);
    padding: 10px;
    opacity: inherit !important;
}
#form-modal .modal-header button:hover{
    background-color: #006648 !important;
}
#form-modal .btn-close{
    background: url(../img/close.svg) no-repeat center;
}

.parallax5 {
  height: 100%; 
  background-attachment: fixed;
  background-position: top, left top;
  background-repeat: no-repeat;
  background-size: cover;
  background: url(../img/footer-bg.svg)var(--mta_secondary);
}

/* form style start*/
.alert {
}

.success {
    width: 100%;
    height: 100%;
    background-color: #d4edda;
    color: var(--mta_secondary);
    border: 1px solid #c3e6cb;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: var(--mta_secondary);
    background: url(./img/secrets-bg.svg) center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.message-icon{
    width: 100px;
    text-align:center;
    margin-bottom:30px;
}
.message-icon img{
    width: 100%;
}

.error {
    width: 100%;
    height: 100%;
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: var(--mta_secondary);
    background: url(./img/secrets-bg.svg) center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;





}
.message-top{
    max-width: 480px;
    margin-top: 30px;
    text-align: center;
    color: var(--mta_black);
    padding: 0 20px;
}
.message-top span{
    font-size: 50px;
    color: var(--mta_primary);
    font-weight: 600;
}
.contact-logo{
    width: 250px;
    margin-bottom: 50px;
}
.contact-logo img{
    width: 100%;
}
.contact-btn{
    font-size: 17px;
}



/* back to top */

#button {
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  border-radius:100px;
  background: url(../img/arrow-up.svg) var(--mta_primary) center no-repeat;
  background-size: 30px;
}
/* #button::after {
    width: 20px;
    height: 20px;
  content: "";
  background: url(../img/arrow-up.svg);
  position: absolute;
  left: 0;
  top: 0;
} */
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}



/* About style strat */

.innerpage-banner{
    height: 100px;
    padding:0 0 50px 0;
    font-size: 50px;
    color: var(--mta_white);
    text-align: center;
    font-weight: 700;
    position: relative;
}
.innerpage-banner::after{
    content: '';
    width: 100%;
    height: 0.5px;
    background: var(--mta_primary);
    display: block;
    position: absolute;
    top: 35px;
}
.innerpage-banner h1{
    font-size: 50px;
    color: var(--mta_white);
    text-align: center;
    font-weight: 700;
    width: fit-content;
    margin: 0 auto; 
    background-color: #001f17;
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translate(-50%);
    padding: 0 30px;
    text-transform: uppercase;
}
.about-first{
    padding: 100px 0;
    overflow: hidden !important;
}
.about-first-img{

}
.about-first-right{
    
}

.mission-bloc{
    padding: 100px 0;
}
.inner-head-black{
    color: var(--mta_black) !important;
    font-weight: 800;
}
.vision-block{
    padding: 100px 0;
}

.parallax6 {
  background: url(../img/wave.svg) center;
  height: 100%; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-contact-block{
    width: 100%;
    background-color: var(--mta_primary);
    padding: 25px 0;  
}
.colour-secondary{
    color: var(--mta_secondary) !important;
}
.btn-secondary{
    background-color: var(--mta_secondary) !important;
    color: var(--mta_white) !important;
    border: solid var(--mta_secondary) 3px !important;
}
.btn-secondary:hover{
    background-color: var(--mta_secondary) !important;
}
a {
    text-decoration: none !important;
}
.max-860{
    max-width: 860px !important;
}
.service-img{
    text-align: center;
    margin-top: 80px;
}


.solution-block{
    padding:0 0 100px 0 ;
    background-image: linear-gradient(to top, #f2f2f2 0%, #ffff 70%);
    position: relative;
    overflow: hidden !important;
}

.solution-block .why-choose-box{
    min-height: 560px;
}
.peace-right{
    text-align: center;
}
.peace-right img{
    border-radius: 50px 0 50px 50px;
}
.vision-block a{
    color: #fff;
}
.peace-left{
    position: relative;
}
.peace-right-mini{
    max-width: 250px;
    position: absolute;
    bottom: -50px;
    left: 50px;
}
.peace-right-mini img{
    border-radius: 20px;
}
.pb-200{
    padding-bottom: 200px;
}
.mb-50{
    margin-bottom: 50px;
}

.mission-block .coworking-block::after{
    display: none;
}
.mission-block {
    padding: 100px 0 !important;
}
.institute-img{
position: relative;
}

.institute-img img{
    border-top-right-radius: 70px;
    position: relative;
}
/* .institute-img::before{
    content: '';
    width: 50px;
    height: 50px;
    background-color: red;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
} */
.institute-sm-img{
    position: absolute;
    z-index: 1;
    bottom: -50px;
    left: 20px;
}
.institute-sm-img img{
    border-radius: 0;
    border: solid #fff 10px;
}
.parallax7 {
  background: url(../img/wave.svg) center #F9F9F9;
  height: 100%; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.institute-whychose-section{
    padding: 100px 0;
}
.institute-whychose-box{
    position: relative;
}
.institute-whychose-box-img{
    position: relative;
}
.institute-whychose-box-img img{
    border-radius: 50px 0 0 0;
}
.institute-whychose-box-head{
    width: 100%;
    min-height: 108px;
    padding: 30px;
    background-color: var(--mta_primary);
    border-radius: 40px 0 40px 40px;
    position: absolute;
    bottom: -65px;
    font-size: 22px;
    color: var(--mta_white);
    line-height: 24px;
    display: flex;
    align-items: center;
}
.institute-whychose-box-text{
    background-color: red;
}
.mt-100{
    margin-top: 100px;
}
.mt-160{
    margin-top: 160px;
}
.institute-whychose-section .col-lg-4{
    display: flex;
    align-items: end;
}
.institute-whychose-section .content{
    min-height: 245px;
}
.institute-whychose-section .why-choose-botom{
    margin-top: 100px !important;
}
.contactform-block{
    padding: 100px 0 0 0;

}
.contactform-left{
    min-height: 300px;
}
.contactform-list{
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    gap: 30px;
}
.contactform-icone{
    width: 80px;
    height: 80px;
    background-color: var(--mta_secondary);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
}
.contactform-text{
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
}
.contactform-text a{
    color: var(--mta_black);
}
.align-start{
    align-items: flex-start !important;
}
.form-right{
    background-color:var(--mta_primary);
    border-radius: 70px 0 70px 70px;
    padding:70px 50px;
}
.form-right-head{
    font-size: 32px;
    color: var(--mta_black);
    line-height: 37px;
}
.form-right-head span{
    color: var(--mta_white);
    font-weight: 700;
}
.form-inner{
    margin-top: 30px;
}
.form-inner .form-control{
    background: none !important;
    border: 0 !important;
    border-bottom: solid var(--mta_white) 1px !important;
    border-radius: 0 !important;
    padding-left: 0 !important;


}

.form-inner .form-floating>label{
    padding-left: 0 !important;
}
.form-inner .form-control:focus{
    box-shadow: none !important;
}

.form-inner .form-floating>label{
     color: #fff !important;
}

.form-floating>textarea:focus~label::after{
    background: none !important;
}
.form-floating>textarea:not(:placeholder-shown)~label::after{
    background: none !important;
}
.bt-bg-white{
    background-color: var(--mta_white) !important;
    color: var(--mta_secondary) !important ;

}
.bt-bg-white:hover{
    background-color: #ccc !important;
}
.map-block{
    height: 600px;

}

/* Mobile Menu style strat */

.contact-social{
    margin-top: 50px;
    display: flex;
    margin-bottom: 50px;
}
.contact-social-box{
    width: 60px;
    height: 60px;
    background-color: #e5e5e5;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
}
.contact-social-box:hover{
    background-color: var(--mta_secondary);
}
.contact-social-box img{
    width: 40%;
}
.mob-menu-social{
    justify-content: center;
}
.mob-menu-social .contact-social-box{
    margin: 0 5px !important;
    background: none !important;
}








/* ============Normal style end here=============== */




@media (max-width: 1600px) {
     .mission-outer::after{
        font-size: 170px;
        bottom: -10px;
    }
}

@media (max-width: 1500px) {
    .why-choose-block::before{
         font-size: 170px;
        bottom: -60px;
    }

}
@media (max-width: 1400px) {
    .coworking-block::after {
        font-size: 180px;
        bottom: -70px;
    }
    .why-choose-block::before{
        font-size: 170px;
        bottom: -60px;
    }
    .mission-outer::after{
         font-size: 180px;
    }
     .mission-outer::after{
        font-size: 160px;
        bottom: -20px;
    }
}
@media (max-width: 1300px) {
    .coworking-block::after {
        font-size: 170px;
        bottom: -65px;
    }
    .why-choose-block::before{
        font-size: 160px;
        bottom: -60px;
    }
      .mission-outer::after{
         font-size: 150px;
         bottom: -15px;
    }


}
@media (max-width: 1200px) {
    .coworking-block::after,.secret-block::after, .experts-block::after {
        font-size: 160px;
        bottom: -60px;
    }
    .secret-block{
        padding-bottom: 150px;
    }
    .why-choose-block::before{
        font-size: 140px;
        bottom: -50px;
    }
    .coworking-block {
    padding: 100px 0 140px 0;
    }
      .mission-outer::after{
         font-size: 140px;
         bottom: -15px;
    }
    .mission-outer {
    padding: 150px 0 150px 0;
    }
    .why-choose-block{
    padding: 100px 0 140px 0;
    }
    .pricing-block::after {
    font-size: 160px;
    bottom: -65px;
    }
    .success-block::before{
    font-size: 160px;
    bottom: -60px;
    }
}

@media (min-width: 1200px) {

    .hamburger-menu, .sectionOne, .mobile-nav{
        display: none !important;
    }
    

}
@media (max-width: 1199px) {
    .navbar-light .navbar-nav .nav-link{
        margin-top: 20px;
    }

    .navbar-brand{
        max-width: 236px !important;
    }
    .shrink .navbar-brand{
        max-width: 180px !important;
    }
    .navbar-collapse{
    background-color: var(--mta_secondary);
    padding-bottom: 20px;
    }






    /*hamburger menu*/
.hamburger-menu {
  z-index:2;
	/* position: absolute; */
    position: fixed;
  top: 5px;
  right: 30px;
  /* width: 100px;
  height: 60px; */
  cursor: pointer;
  z-index: 999999;
}

.bar,
.bar:after,
.bar:before {
  width: 40px;
  height: 1.5px;
}

.bar {
	position: relative;
	transform: translateY(25px);
	background: rgba(255, 255, 255, 1);
	transition: all 0ms 300ms;
    width: 35px;
    height:1.5px;
}

.bar.animate {
  background: rgba(255, 255, 255, 0); 
}

.bar:before {
    width: 25px;
	content: "";
	position: absolute;
	right: 0;
	bottom: 10px;
	background: rgba(255, 255, 255, 1);
	transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar:after {
    width: 40px;
	content: "";
	position: absolute;
	right: 0;
	top: 10px;
	background: rgba(255, 255, 255, 1);
	transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:after {
    width: 30px;
	top: 0;
	transform: rotate(45deg);
	transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);;
}

.bar.animate:before {
    width: 30px;
	bottom: 0;
	transform: rotate(-45deg);
	transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);;
}

/*nav menu*/
/* .show {
  left:0%;
  opacity:1;
} */

.hide {
  opacity:0;
  left:100%;
}

.mobile-nav {
  /* background-color: var(--mta_primary); */
  background: url(../img/Banner.jpg);
  position:fixed;
  top:0;
  width:100%;
  height:100vh;
  text-align:center;
  transition: .2s ease;
  z-index: 9999;
  /*  transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  -webkit-transition: opacity .5s ease;
  transition:left .5s ease-in-out;*/
}
.mobile-nav ul{
  position:relative;
  top:50%;
  transform: translateY(-50%);
  list-style:none;
  padding: 0;
}
.mobile-nav ul li{
    margin-bottom: 20px;
}

.mobile-nav a {
  text-align:center;
  font-size:4vw;
  color:#ffffff;
  opacity:0;
  transition:opacity .9s ease-in-out;
}

.mobile-nav.show a {
  text-align:center;
  font-size:4vw;
  color:#ffffff;
  opacity:1;
}

.mobile-nav a:hover {
  color: var(--mta_secondary) !important;
}





/* Mobile Menu style end */

}


@media (max-width: 1100px) {
    .coworking-block::after {
        font-size: 150px;
        bottom: -55px;
    }
    .why-choose-block::before {
        font-size: 130px;
        bottom: -50px;
    }
    .heading {
    font-size: 44px;
    line-height: 44px;
    }
    .subhead {
    font-size: 23px;
    }
    .mission-second-img {
    max-width: 250px;
    }
     .mission-outer::after{
         font-size: 130px;
         bottom: -20px;
    }
}


@media (max-width: 1024px) {
    .navbar-brand img{
        width: 150px;
    }
     .shrink .navbar-brand img {
    width: 50%;
    }
       .pricing-bottom{
     column-gap: 40px;
     flex-direction: column;
     align-items: center;
    }
    .pricing-box:first-child{
        margin-bottom: 40px;
    }
}

@media (max-width: 1000px) {
    .coworking-block::after {
        font-size: 120px;
        bottom: -50px;
    }
    .why-choose-block::before{
        font-size: 120px;
        bottom: -45px;
    }

      .mission-outer::after{
         font-size: 120px;
         bottom: -25px;
    }

    .team-block-bottom-inner{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .team-text{
        text-align: center;
        font-size: 30px;
        line-height: 35px;
    }
}


@media (max-width: 991px) {
    .coworking-right{
        display: none;
    }
    .coworking-sm-img{
        margin-bottom: 30px;
        text-align: center;
    }
    .mission-inner{
        display: block;
    }
    .mission-left{

        width: 60%;
        margin: 0 auto;
    }
    .mission-right{
    width: 100%;
    margin-top: 40px;
    }
    .mission-block::after {
    width: 100%;
    height: 20%;
    }
    .mission-block {
    }
    .mission-block::before{
        top: 0;

    }
    .mission-right .heading, .mission-right .subhead{
        text-align: center;
    }
    .mission-second-img {
    bottom: 5%;
    right: -100px;
    }
      .mission-outer::after{
        width: 100%;
        text-align: center;
         font-size: 130px;
         bottom: -25px;
    }
    .why-choose-box{
        margin-top: 150px;
    }
    .why-choose-botom{
        margin-top: 0;
    }
    .coworking-left .heading{
        text-align: center;
    }
    .counter-count-out{
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    }
    .counter-count img{
        width: 50px;
    }
    .pricing-block {
    padding: 60px 0 150px 0;
    }
}

@media (max-width: 900px) {
    .coworking-block::after, .why-choose-block::before, .secret-block::after, .experts-block::after {
        font-size: 110px;
        bottom: -40px;
    }
    .experts-block {
    padding-bottom: 45px;
    }
     .pricing-block::after {
    font-size: 110px;
    bottom: -45px;
    }
    .success-block::before{
    font-size: 150px;
    bottom: -55px;
    }

    .team-text {
        font-size: 24px;
        line-height: 30px;
    }
    .success-block .swiper-button-next {
    right: 42%;
    }
    .success-block .swiper-button-prev {
    left: 42%;
    }
     .pricing-block {
    padding: 60px 0 100px 0;
    }
 
}

@media (max-width: 800px) {
    .coworking-block::after {
        font-size: 100px;
        bottom: -35px;
    }
    .why-choose-block::before{
        font-size: 90px;
        bottom: -35px;
    }
     .coworking-block {
    padding: 80px 0 100px 0;
    }
     .why-choose-block{
    padding: 100px 0 100px 0;
    }
    .why-choose-block {
        padding: 80px 0 ;
    }
    .secret-block{
        padding: 80px 0;
    }
    .success-block .swiper-button-next {
    right: 41%;
    }
    .success-block .swiper-button-prev {
    left: 41%;
    }
    .success-block::before{
    font-size: 130px;
    bottom: -50px;
    }


}


@media (max-width: 767px) {
    .banner-head{
        font-size: 50px;
        line-height: 60px;
    }
    .banner-content {
    font-size: 15px;
    line-height: 20px;
    }
    .banner-block{
        padding-top: 100px;
    }
    .mission-left::before {
    width: 67px;
    height: 67px;
    }
    .mission-left::after {
    width: 20px;
    left: -20px;
    }
    .mission-second-img {
    max-width: 220px;
    bottom: 5%;
    right: -80px;
    }
    .mission-outer {
    padding: 100px 0 130px 0;
    }
    .why-choose-box{
        min-height: auto;
    }
    .why-choose-box-img img {
    border-radius: 20px 0 20px 20px;
    }
    .secret-bottom {
    margin-top: 60px;
    }
    .team-block{
    min-height:500px;
    }

    .innerpage-banner h1 {
    font-size: 35px;
    }
    .innerpage-banner::after{
        top: 20px;
    }
    .about-first, .solution-block, .vision-block, .coworking-block, .secret-block, .experts-block, .mission-block, .contactform-block{
        padding: 50px 0 !important;
    }
    .service-img {
    margin-top: 40px;
    }
    .mb-sm0{
        margin-bottom: 0 !important;
    }
    .peace-right-mini {
    max-width: 150px;
    }
    .solution-block .why-choose-box{
    min-height: auto !important;
    }
    .institute-whychose-section .content {
    min-height: auto;
    }
    .p-md-bottom-0{
       padding-bottom: 0 !important;
    }
  
}

@media (max-width: 700px) {
    .coworking-block::after {
        font-size: 90px;
        bottom: -35px;
    }
    .why-choose-block::before{
        font-size: 80px;
        bottom: -30px;
    }
 
     .success-block .swiper-button-next {
    right: 39%;
    }
    .success-block .swiper-button-prev {
    left: 39%;
    }
    .success-block::before{
    font-size: 120px;
    bottom: -45px;
    }
    .contactform-text {
    font-size: 20px;
    line-height: 26px;
    }
    .form-right-head {
    font-size: 30px;
    line-height: 35px;
    }

    
}


@media (max-width: 600px) {
    .navbar-brand img{
        width: 120px;
    }
    .coworking-block::after {
        font-size: 70px;
        bottom: -25px;
    }
     .why-choose-block::before{
        font-size: 65px;
        bottom: -25px;
    }
    .mission-outer::after{
     font-size: 100px;
     bottom: -30px;
    }
    .heading {
    font-size: 40px;
    line-height: 40px;
    }
    .content {
    font-size: 14px;
    }
    .mission-left {
        width: 70%;
    }
     .mission-left::before {
    width: 50px;
    height: 50px;
    }
    .mission-left img {
    border-radius: 0 120px 0 0;
    }
    .mission-block::before {
    width: 250px;
    height: 250px;
    }

    .mission-second-img {
    max-width: 200px;
    bottom: 5%;
    right: -60px;
    }
     .mission-outer {
    padding: 100px 0 100px 0;
    }

    .mx-auto-sm {
      margin-left: auto !important;
      margin-right: auto !important;
    }
    .counter-count-out{
        font-size: 35px;
    }
     .success-block .swiper-button-next {
    right: 37%;
    }
    .success-block .swiper-button-prev {
    left: 37%;
    }
    .success-text{
        font-size: 16px;
        line-height: 24px;
    }
    .success-name{
        font-size: 20px;
    }
    .success-block::before{
    font-size: 90px;
    bottom: -35px;
    }
    .success-block {
    padding:80px 0 50px 0;
    }
    
    .message-top{
        font-size: 20px;
    }
    .message-top span {
    font-size: 40px;
    }

     .team-block{
    min-height:450px;
    }

    .institute-sm-img{
        display: none;
    }

    .contactform-text {
        font-size: 18px;
        line-height: 24px;
    }
        .form-right-head {
        font-size: 24px;
        line-height: 30px;
    }
    .form-right {
    border-radius: 70px 0 70px 70px;
    padding: 50px 30px;
    }
   .contactform-icone{
    width: 65px;
    height: 65px;
   }
   .contactform-icone img{
    width: 40%;
   }
    

}

@media (max-width: 500px) {
    .coworking-block::after {
        font-size: 60px;
        bottom: -20px;
    }
      .why-choose-block::before{
        font-size: 50px;
        bottom: -15px;
    }
    .heading {
        font-size: 33px;
        line-height: 33px;
    }
    .mission-left {
        width: 80%;
    }
    .mission-left img {
    border-radius: 0 100px 0 0;
    }

    .mission-second-img {
    max-width: 180px;
    bottom: 5%;
    right: -50px;
    }
     .mission-outer::after{
     font-size: 80px;
     bottom: -40px;
    }
     .mission-outer {
    padding: 100px 0 80px 0;
    }
     .subhead {
    font-size: 18px;
    }
    .why-choose-box-head{
        font-size: 22px;
        line-height: 22px;
    }
    .secret-block{
        padding-bottom: 120px;
    }
    .secret-block::after, .experts-block::after{
        font-size: 85px;
         bottom: -30px;
    }

    .pricing-block::after {
    font-size: 85px;
    bottom: -35px;
    }

    .team-text {
    font-size: 19px;
    line-height: 24px;
    }

     .success-block .swiper-button-next {
    right: 33%;
    }
    .success-block .swiper-button-prev {
    left: 33%;
    }
    .success-block::before{
    font-size: 70px;
    bottom: -25px;
    }
    .innerpage-banner h1{
        font-size: 30px;
        padding: 0 10px !important;
    }
      .sdk-p-sm-0{
        padding: 0;
    }
    .sdk-x-sm-padd-20{
        padding: 0 30px;
    }
    .contactform-icone{
        width: 50px;
        height: 50px;
    }
    .contactform-icone img{
        width: 40%;
    }
    .contactform-list{
        gap: 15px;
    }
    .contactform-text {
        font-size: 19px;
        line-height: 25px;
    }
    .contactform-list{
        flex-direction: column;
        align-items: start;
        gap: 5px;
    }

        .form-right-head {
        font-size: 21px;
        line-height: 27px;
    }
    .p-500-0{
        padding: 0 !important;
    }
    .p500-lr-30{
        padding-left: 30px;
        padding-right: 30px;
    }
     .btn-xsm-full{
        width: 100%;
    }
        .innerpage-banner h1 {
        font-size: 26px;
    }
        .innerpage-banner::after {
        top: 15px;
    }
        .form-right {
        border-radius: 40px 0 40px 40px;
    }

    .mobile-nav a{
        font-size: 24px !important;
    }

  
}


@media (max-width: 414px) {
        .banner-head {
        font-size: 40px;
        line-height: 50px;
    }
    .experts-block {
    padding-bottom: 25px;
    }
      .team-block{
    min-height:350px;
    }
    .contactform-text {
        font-size: 16px;
        line-height: 21px;
    }
    .innerpage-banner h1 {
        font-size: 24px;
    }
    .innerpage-banner::after {
        top: 15px;
    }
    .contact-social-box{
        margin-right: 20px;
    }
    .contact-social-box{
        width: 50px;
        height: 50px;
    }
    .pricing-box-subhead br{
    display: none;
    }


   

}

@media (max-width: 400px) {
    .coworking-block::after {
        font-size: 45px;
        bottom: -15px;
    }
     .why-choose-block::before{
        font-size: 40px;
        bottom: -15px;
    }
      .mission-outer::after{
     font-size: 65px;
     bottom: -45px;
    }
     .heading {
    font-size: 28px;
    line-height: 28px;
    }
    .coworking-block {
    padding: 60px 0 60px 0;
    }
     .mission-block::before {
    width: 200px;
    height: 200px;
    }
     .mission-second-img {
    max-width: 150px;
    bottom: 5%;
    right: -40px;
    }
    .mission-second-img img{
        border-radius: 10px !important;
    }
     .mission-outer {
    padding: 100px 0 70px 0;
    }
     .secret-block::after, .experts-block::after{
        font-size: 60px;
        bottom: -20px;
    } 
     .why-choose-block {
        padding: 60px 0 ;
    }
      .secret-block{
        padding: 60px 0;
    }
    .experts-block {
    padding-bottom: 15px;
    }
    .pricing-block::after {
    font-size: 60px;
    bottom: -25px;
    }
     .team-text {
    font-size: 17px;
    line-height: 23px;
    }
     .success-block .swiper-button-next {
    right: 31%;
    }
    .success-block .swiper-button-prev {
    left: 31%;
    }
 

}


@media (max-width: 359px) {
   .navbar-brand{
    max-width: 196px;
   }
   .shrink .navbar-brand{
    max-width: 196px;
   }
    .heading {
    font-size: 25px;
    line-height: 25px;
    }
    .team-text br{
        display: none;
    }
   
}

@media (max-width: 300px) {
    .coworking-block::after, .why-choose-block::before {
        font-size: 40px;
        bottom: -15px;
    }
}


@media (min-width: 992px) and (max-width: 1199px){
    .contactform-left{
    }
    .contactform-text {
    font-size: 19px;
    line-height: 25px;
    }
    .form-right-head {
    font-size: 25px;
    line-height: 30px;
    }
}


/* =============min widt start=========== */

@media (min-width: 992px) {
    .coworking-sm-img{
        display: none;
    }
}


/* Disable parallax for iOS */
  @supports (-webkit-touch-callout: none) {
    @media screen and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
        .parallax, .parallax2, .parallax3, .parallax4, .parallax5 {
        background-attachment: scroll !important;
        background-position: top !important;
      }
    }
  }