/* GOOGLE FONTS LINK . THIS LINK WE HELP TO GET BEAUTYFULL CSS FONTS */
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {

    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Mulish', 'Poppins', sans-serif;
}

/* ROOT OF COLORS */
:root {
    --p-color: #13488e;
    --s-color: #ec8723;
    --d-bg-color: #15141d;
--l-bg-color: #f8f1ea;

}
html.body{
overflow-x: hidden !important;

}

body{

    background: var(--d-bg-color) !important;
}
body.l-mode{

    background: var(--l-bg-color) !important;
}


 .header{

   
    background-color: #241a27 !important;
}

body.l-mode .header{

    background-color: var(--l-bg-color) !important;
}

body.l-mode .header nav ul li a{

    color: var(--s-color);
}
body.l-mode .header nav ul li a:hover{

    color: var(--p-color);
}
body.l-mode .header nav ul li a::before{

    background-color: var(--p-color);
}

.l-logo{

    display: none !important;
}

body.l-mode .l-s-logo{

    display: block !important;
}

.header-about{
    padding: 100px;
    background-color: #392a3d;
    margin-top: -20px !important;
}

body.l-mode .header-about
{

    background-color: #c5c3c1;
}
/* body.l-mode .header-about h1
{

    color: var(--d-bg-color) !important;
} */

.header-about h1{
text-transform: capitalize;
    color: #fff !important;
    font-size: 50px;
}



.about-us .left{

    margin-top: 140px !important;
}
.about-us .right .vession i{
margin: 40px 0px 0px 0px;
  color: var(--s-color) ;
  font-size: 40px;
}

/* ================STARTS OUR VALUES================ */

.our-val{

    width: 100%;
    background-color:var(--d-bg-color);
    height: 170vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px 0px;
}

body.l-mode .our-val{

    background-color: var(--l-bg-color);
}

.our-val h1{

    color: var(--s-color);
    font-size: 50px;
}

.our-val .o-val-content{

    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.our-val .o-val-content .one-val{

    background-color: #392a3d;
   width: 70vh;
   padding: 20px 40px;
   border-radius: 10px;
   overflow: hidden;
   position: relative;
   z-index: 1;
   margin: 40px;
   cursor: pointer;
}

body.l-mode .one-val{

    background-color: #fff;
}

.our-val .o-val-content .one-val::before{
content: "";
background-color: var(--p-color);
width: 1vh;
height: 900px !important;
position: absolute;
left: 0px;
top: 0;
z-index: -1;
cursor: pointer;
transition: 0.8s;
}
.our-val .o-val-content .one-val:hover::before{

width: 70vh;

}





.o-val-content .one-val .icon i{

    color: var(--p-color);
    transition: 0.5s;
    font-size: 25px;
    margin-right: 5px;
  
}

.our-val .o-val-content .one-val:hover .icon i{

color: #fff;

}
.our-val .o-val-content .one-val:hover p,.our-val .o-val-content .one-val:hover .val-name{

    color: #fff;
}
.o-val-content .one-val .val-name{

    color: var(--p-color);
    font-family: 'poppins',sans-serif;
    font-size: 20px;
    font-weight: bold;
    transition: 0.5s;
  
}

.one-val p {

    color: var(--p-color);
    margin-top: 20px;
    font-weight: 500;
    transition: 0.5s;
   
  
}


/**********************************/
/********* Team #9 Style **********/
/**********************************/
.team-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 120px;
    padding-bottom: 120px;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.team-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.team-column {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    cursor: pointer;
}

@media (min-width: 576px) {
    .team-column {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .team-column {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (min-width: 992px) {
    .team-column {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.section-title {
    width: 100%;
    text-align: center;
    padding: 45px 0 30px 0;
  
}
.section-title p{
      color: var(--l-bg-color);
}
.section-title h1{
      color: var(--s-color) !important;
}
body.l-mode .section-title p{
    color: var(--d-bg-color);
}
body.l-mode .section-title h1{
    color: var(--p-color) !important;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 50px;
    border-radius: 20px;
    height: 5px;
    left: calc(50% - 25px);
    background: var(--s-color);
}

.section-title h1 {
    color: #353535;
    font-size: 50px;
    letter-spacing: 5px;
    margin-bottom: 5px;
}

@media(max-width: 767.98px) {
    .section-title h1 {
        font-size: 40px;
        letter-spacing: 3px;
    }
}

@media(max-width: 567.98px) {
    .section-title h1 {
        font-size: 30px;
        letter-spacing: 2px;
    }
}

.team-9 {
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.team-9:hover {
    transform: rotateY(180deg);
}

.team-9 .team-img {
    position: relative;
    font-size: 0;
    text-align: center;
    margin-bottom: 30px;
}

.team-9 .team-img img {
    width: 100%;
    height: auto;
    border-radius: 100%;
}

.team-9 .team-content {
    text-align: center;
}

.team-9 .team-content h2 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 5px;
    color: var(--s-color);
}

body.l-mode .team-9 .team-content h2{
    color: var(--p-color);
}

body.l-mode .team-9 .team-content h3{
color: var(--d-bg-color);
}
.team-9 .team-content h3 {
    font-size: 16px;
    color: var(--l-bg-color);
    font-weight: 400;
    margin-bottom: 0;
}

.team-9 .team-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: var(--s-color);
    border-radius: 5px;
    transform: rotateY(180deg);
}

body.l-mode .team-9 .team-overlay{
    background: var(--p-color);
}

.team-9 .team-overlay p {
    font-size: 20px;
    color: var(--l-bg-color);
    font-weight: 400;
    line-height: 22px !important;
    text-align: center;
    margin-bottom: 10px;
}

.team-9 .team-social {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
}

.team-9 .team-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    padding: 11px 0 10px 0;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #ffffff;
    border-radius: 100%;
    transition: all .3s;
}

.team-9 .team-social a.social-tw {
    background: #00acee;
}

.team-9 .team-social a.social-fb {
    background: #3b5998;
}

.team-9 .team-social a.social-li {
    background: #0e76a8;
}

.team-9 .team-social a.social-in {
    background: #3f729b;
}

.team-9 .team-social a.social-yt {
    background: #c4302b;
}

.team-9 .team-social a:last-child {
    margin-right: 0;
}

.team-9 .team-social a:hover {
    background: #222222;
}

/**********************************/
/********* END Team #9 Style **********/
/**********************************/


@media screen and (max-width:1030px) {

    .about-us{
  
        margin-top: 400px !important;
     
    }
    .header-about {
      padding: 0px !important;
      padding-top: 200px !important;
      margin-top: -450px !important;
      border: none !important;
      outline: none !important;
  }
  }
  /* Responsive of 700px */
  
  @media screen and (max-width:1150px) {
    .about-us{
  
      margin-top: 400px !important;
   
  }
  .header-about {
    padding: 100px;
    background-color: #392a3d;
    margin-top: 251px !important;
  }
  }
  @media screen and (max-width:770px) {
    .about-us{
  
      margin-top: 0px !important;
   
  }
    .hero-area{
  
        flex-wrap: wrap !important;
        width: 100%;
        padding: 50px !important;
    }}
  
    @media screen and (max-width:440px) {
  
      .header-about {
          padding: 100px 0px !important;
          background-color: #392a3d;
          margin-top: -100px !important;
      }
      .about-us {
        padding-top: 100px !important;
        height: 175vh !important;
    }
  
  
  }
    @media screen and (max-width:400px) and (max-height:700px) {
  
.our-val{

    padding-top: 500px !important;
    padding-bottom: 500px !important;
    margin: 200px 0px !important;
}
 
  }
    @media screen and (max-width:770px) {
  
 .about-us{

    margin-top: 0px !important;
    padding-top: 20px !important;
   

        height: 147vh !important;
       
 }
}
    @media screen and (max-width:500px) {
  
 .about-us{

    margin-top: 0px !important;
    padding-top: 20px !important;
   

    height:271vh !important;
       
    
}
 

  }
  


  /* this is style .css */
  /* GOOGLE FONTS LINK . THIS LINK WE HELP TO GET BEAUTYFULL CSS FONTS */
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

* {

    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Mulish', 'Poppins', sans-serif;
}

/* ROOT OF COLORS */
:root {
    --p-color: #13488e;
    --s-color: #ec8723;
    --d-bg-color: #15141d;
--l-bg-color: #f8f1ea;

}
html.body{
overflow-x: hidden !important;


}
body {

    background: url(../images/banner-d.jpg);
    background-size: 100%;
    background-attachment: none !important;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;

}

body.l-mode{
  background:url(../images/banner.jpg);
    background-size: 100%;
    background-attachment: none !important;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
  

}

body.l-mode .l-logo{

    display: block;
}

body.l-mode .dark-logo{
    display: none;
}

.my-con .header {

    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    padding: 20px 40px;
}

.my-con{
    display: flex;
    justify-content: center;
}
.my-con .header.scroll{

    background-color: #241a27;
    padding: 10px 40px;
    margin-top: 20px;
    position: fixed;
    border-radius: 50px;
    width: 90%;
    box-shadow: 0px 3px 14px -4px rgba(0,0,0,0.42);
    z-index: 9999;
    transition: 0.4s;
}
.l-s-logo{

    display: none;
}
body.l-mode .header.scroll .l-s-logo{
display: block;
}
body.l-mode .header.scroll .l-logo{
display: none;
}

body.l-mode .header.scroll{

    background-color: var(--l-bg-color);
    transition: 0.4s;
}

.my-con .header .logo a img {

    width: 100px;
}

.my-con nav {

    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.my-con nav ul {

    display: flex;
    justify-content: space-between;
}

.my-con nav ul li {

    margin: 0px 20px;
    list-style: none;
}

.my-con nav ul li a {

    text-decoration: none;
    color: #fff;
    position: relative;
    font-weight: 600;
}

body.l-mode .header.scroll nav ul li a{

    color: var(--s-color);
}
body.l-mode .header.scroll nav ul li a:hover{

    color: var(--p-color);
}
body.l-mode .header.scroll nav ul li a::before{

    background-color: var(--p-color);
}


body.l-mode nav ul li a {

    color: var(--l-bg-color);
    transition: 0.3s;
}

body.l-mode nav ul li a:hover {
    color: var(--p-color);
}
.my-con nav ul li a:hover {
    color: var(--s-color);
}

body.l-mode nav ul li a::before{
    background-color: var(--p-color);
    transition: 0.4s;
}
.my-con nav ul li a::before {

    content: "";
    width: 0px;
    height: 3px;
    background-color: var(--s-color);
    position: absolute;
    top: 25px;
    border-radius: 20px;
    transition: 0.4s;
}



.my-con nav ul li a:hover::before {

    width: 70px;
}
.my-con nav ul li .active {
    color: var(--s-color) !important;
}

body.l-mode nav ul li .active{
    color: var(--p-color) !important;
    transition: 0.3s;

}

body.l-mode nav ul li .active::before{

    background-color: var(--p-color) !important;
}

.my-con nav ul li .active::before {

    content: "";
    width: 70px;
    height: 3px;
    background-color: var(--s-color) !important;
    position: absolute;
    top: 25px;
    border-radius: 20px;
    transition: 0.4s;
}

body.l-mode .menu-btn{

    background-color: var(--p-color);
}

.my-con .menu-btn{
    background-color: var(--s-color);
    padding: 10px;
    font-size: 20px;
    color: #fff;
    border-radius: 5px;
    border: none;
    outline: none;
    cursor: pointer;
    display: none;
}
#light-mode{
    background-color: var(--s-color);
    color: #fff;
    padding: 10px 20px ;
    font-weight: 700;
    border-radius: 20px;
    border: none;
    outline: none;
    cursor: pointer;
}

body.l-mode #light-mode{

    background-color: var(--p-color);
}

.l-logo{

    display: none;
}


/* ==================HERO CSS START HERE================== */

.hero-area{

    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
height: 100vh;
padding: 70px 70px;


}

.hero-area .img-slide{
width: 75vh;
  
}
.slider-my-con {
    position: relative;
    max-width: 800px;
    min-width: 400px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #fff;
}

.slider {
    display: flex;
    border-radius: 20px;
}

.img {
    width: 100%;
    display: block;
    transition: transform 0.5s ease;
    border-radius: 20px;
}

.button{

    position: absolute;
    z-index: 10;
    top: 50%;
    padding: 5px 14px;
    border-radius: 50%;
    font-size: 20px;
    border: none;
    outline: none;
    background-color: rgba(255,255,255,0.23);
    cursor: pointer;
    transition: 0.3s;

}

.button:hover{

    background-color: #fff;
}

.prv{

    left: 20px;
}
.nxt{

    right: 20px;
}

/* Hero text */

.hero-area .text{
width: 70vh;
margin-right: 70px;
    margin-top: 10px;
}

.hero-area .text h1{
    color: #fff;
    font-size: 45px;
}
.hero-area .text p{


    color: #fff;
    font-size: 14px;
}

.hero-area .text input{

    padding: 15px 30px;
    border: none;
    border-radius: 30px;
    outline: none;
    width: 40vh;
    margin-top: 20px;
    cursor: pointer;
}

body.l-mode .hero-area .text button{

    background-color: var(--p-color);
}

.hero-area .text button{

    background-color: var(--s-color);
    margin-left: -50px;
  /* position: absolute; */
  margin-top: 15px;
    padding: 15px 18px; 
    font-size: 20px;
    border-radius: 50%;
    border: none;
    outline: none;
    color: #fff;
    font-weight: 700; 
     cursor: pointer;
}

body.l-mode .hero-area .text input::placeholder{

    color: var(--p-color);
}

.hero-area .text input::placeholder{

    color: var(--s-color);
    font-weight: bold;
}




/* ==================HERO CSS END HERE================== */


/* ==================START SUBCRIBE FORM CSS================== */
.sub-body{

    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.53);
    position: fixed;
    z-index: 9999;
    overflow: hidden !important;
    display: none;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}
.sub-body.show{

    display: flex;
}

body.l-mode .sub-body{
    background-color: rgba(255,255,255,0.53);
 
}

body.l-mode .sub-body .sub{

    background-color: var(--s-color);
}
.sub-body .sub{
background-color: var(--p-color);
padding: 40px;
border-radius: 10px;
    width: 80vh;
    height: 40vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 4px 5px rgba(0,0,0,0.23);
    text-align: left;
}

body.l-mode .sub-body h2{

color: #fff;
}
body.l-mode .sub-body form button{
background-color: var(--p-color);
}

.sub-body h2{
    color: var(--s-color);
    text-align: left;
    font-size: 30px;
    margin-bottom: 10px;
}

.sub-body form button{

    background-color: var(--s-color);
    padding: 10px 20px;
    color: #fff;
    cursor: pointer;
    margin-left: 30%;
    margin-top: 10px;
    border: none;
    border-radius: 20px;
    font-weight: 500;
}

.sub-body .close-sub{

    position: absolute;
    right: 20px;
    background-color: transparent;
    padding: 10px;
    color: #fff;
    cursor: pointer;
    border: none;
    font-size: 25px;
    top: 20px;
}

.sub-body .sub form input{
width: 100%;
padding: 15px 30px;
border: none;
outline: none;
border-radius: 25px;

}
/* ==================END SUBCRIBE FORM CSS==================== */

/* ==================START m FORM CSS================== */
.com-body{

    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.53);
    position: fixed;
    z-index: 9999;
    overflow: hidden !important;
    display: none;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}
.com-body.show{

    display: flex;
}

body.l-mode .com-body{
    background-color: rgba(255,255,255,0.53);
 
}

body.l-mode .com-body .com{

    background-color: var(--s-color);
}
.com-body .com{
background-color: var(--p-color);
padding: 40px;
border-radius: 10px;
    width: 80vh;
    height: 65vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 4px 5px rgba(0,0,0,0.23);
    text-align: left;
}

body.l-mode .com-body h2{

color: #fff;
}
body.l-mode .com-body form button{
background-color: var(--p-color);
}

.com-body h2{
    color: var(--s-color);
    text-align: left;
    font-size: 30px;
    margin-bottom: 10px;
}

.com-body form button{

    background-color: var(--s-color);
    padding: 10px 20px;
    color: #fff;
    cursor: pointer;
    margin-left: 30%;
    margin-top: 10px;
    border: none;
    border-radius: 20px;
    font-weight: 500;
}

.com-body .close-com{

    position: absolute;
    right: 20px;
    background-color: transparent;
    padding: 10px;
    color: #fff;
    cursor: pointer;
    border: none;
    font-size: 25px;
    top: 20px;
}

.com-body .com form label{
    color: #fff;
    margin-left: 10px;
   
    font-weight: 700;
}

.com-body .com form input[type='file']{
background-color: #fff;
margin-top: 10px;
cursor: pointer;
}

.alertify-notifier.ajs-right {
    right: 10px;
    z-index: 9999 !important;
}

.com-body .com form input{

    width: 100%;
    padding: 7px 15px;
    border-radius: 20px;
    border: none;
    outline: none;
    margin-bottom: 20px;
}
.com-body .com form textarea{
width: 100%;
padding: 15px 30px;
border: none;
outline: none;
border-radius: 10px;

}
/* ==================END Coment FORM CSS==================== */

/* ==================START Event FORM CSS================== */
.event-body{

    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.53);
    position: fixed;
    z-index: 9999;
    overflow: hidden !important;
    display: none;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}
.event-body.show{

    display: flex;
}

body.l-mode .event-body{
    background-color: rgba(255,255,255,0.53);
 
}

.coppy-right{
    text-align: center;
}

body.l-mode .event-body .event{

    background-color: var(--s-color);
}
.event-body .event{
background-color: var(--p-color);
padding: 40px;
border-radius: 10px;
    width: 80vh;
    height: 65vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 4px 5px rgba(0,0,0,0.23);
    text-align: left;
}

body.l-mode .event-body h2{

color: #fff;
}
body.l-mode .event-body form button{
background-color: var(--p-color);
}

.event-body h2{
    color: var(--s-color);
    text-align: left;
    font-size: 30px;
    margin-bottom: 10px;
}

.event-body form button{

    background-color: var(--s-color);
    padding: 10px 20px;
    color: #fff;
    cursor: pointer;
    margin-left: 30%;
    margin-top: 10px;
    border: none;
    border-radius: 20px;
    font-weight: 500;
}

.event-body .close-event{

    position: absolute;
    right: 20px;
    background-color: transparent;
    padding: 10px;
    color: #fff;
    cursor: pointer;
    border: none;
    font-size: 25px;
    top: 20px;
}

.event-body .event form label{
    color: #fff;
    margin-left: 10px;
   
    font-weight: 700;
}

.event-body .event form input[type='file']{
background-color: #fff;
margin-top: 10px;
cursor: pointer;
}

.alertify-notifier.ajs-right {
    right: 10px;
    z-index: 9999 !important;
}

.event-body .event form input{

    width: 100%;
    padding: 7px 15px;
    border-radius: 20px;
    border: none;
    outline: none;
    margin-bottom: 20px;
}
.event-body .event form textarea{
width: 100%;
padding: 15px 30px;
border: none;
outline: none;
border-radius: 10px;

}
/* ==================END Coment FORM CSS==================== */


/* ==================START ABOUT US CSS==================== */
/* ABOUT US SECTION */

.about-us{

    background-color: var(--d-bg-color);
    width: 100%;
   display: flex;
   flex-direction: column;
text-align: center;
z-index: -2 !important;
margin-top: -130px;
padding: 150px 0px 10px 0px;

}

body.l-mode .about-us{

    background-color: var(--l-bg-color);
}

body.l-mode .about-us h1{
    color: var(--p-color);
}
body.l-mode .about-us .contents p{
    color: var(--d-bg-color);
}

body.l-mode .about-us button{
    color: var(--p-color);
    border: 2px solid var(--p-color);
}
body.l-mode .about-us button:hover{
    color: var(--l-bg-color);
   
}
body.l-mode .about-us button::before{
    background-color:  var(--p-color);
}
body.l-mode .about-us button::after{
    background-color:  var(--p-color);
}

.about-us h1{
    color: var(--s-color);
    margin-bottom: 40px;
}
.about-us .contents{

width: 100%;
display: flex;
padding: 10px 100px;
flex-wrap: wrap;
margin-bottom:50px !important ;

}
body.l-mode .about-us .contents{

width: 100%;
display: flex;
padding: 10px 100px;
flex-wrap: wrap;
margin-bottom:50px !important ;

}

.about-us .contents .right{

    flex: 0.5;
    text-align: left;
    margin-top: 130px;
    text-align: center;
  
    
}

.about-us .contents .right h1{
font-size: 38px;
color: var(--s-color);
    
}
.about-us .contents .right p{
font-size: 18px;
    text-align: left;
    color: var(--l-bg-color);
}
.about-us .contents .left{

    flex: 0.5;
    margin-left: 0px;
}

.about-us .left img{

width: 500px;
}


.read-more-btn {

    background-color: transparent;
    padding: 15px 25px;
    border: 2px solid var(--s-color);
    cursor: pointer;
    border-radius: 30px;
    margin-top: 30px;
    color: var(--l-bg-color);
    font-weight: 700;
    position: relative;
    transition: 0.3s;
    overflow: hidden;
z-index: 5;

}



.read-more-btn::before {
    content: "";
    position: absolute;
    padding: 11px 0px;
    background-color: var(--s-color);
    transition: 0.5s;
    width: 0px;
    height: 24px;
    border-radius: 20px;
    z-index: -1;
    left: 0;
    top: 0;

}

.read-more-btn:hover::before {
    padding: 11px 16px;
    width: 120px;
}

.read-more-btn::after {
    content: "";
    position: absolute;
    padding: 11px 0px;
    background-color: var(--s-color);
    transition: 0.5s;
    width: 0px;
    height: 24px;
    border-radius: 20px;
    z-index: -1;
    right: 0;
    top: 0;

}



.read-more-btn:hover::after {
    padding: 11px 16px;
    width: 120px;
}

/* ==================END ABOUT US CSS==================== */


/* ==================START OUR SERVICES CSS==================== */

/* Services Section */
body.l-mode .services-body{

    background-color: var(--l-bg-color);
}
.services-body {

    width: 100%;
    text-align: center;
    /* height: 100vh; */
    position: relative;
    padding:15rem 0px 5rem 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--d-bg-color);
    z-index: -2;
    flex-wrap: nowrap;
}

body.l-mode .services-body .s-header h1{
    color: var(--p-color);

}
.services-body .s-header h1 {

    color: var(--s-color);
    font-size: 50px;
   

}
body.l-mode .services-body .s-header p{

    color: var(--d-bg-color);
    font-weight: 500;

}
.services-body .s-header p{

    color: var(--l-bg-color);

}

.services-body .services {

    width: 100%;
    padding: 100px 50px;
    flex-wrap: wrap;
    display: flex;
justify-content: center;

}

body.l-mode .services-body .services .one-servic{

    background-color: #fff;
}
.services-body .services .one-servic {

    display: flex;
    background-color: #272433;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
    margin:70px 20px;
    width: 50vh;
    box-shadow: -1px 5px 6px 2px rgba(0, 0, 0, 0.18);
    padding:30px 20px;

}

.services-body .services .one-servic img {

    width: 120px;
    margin-left: 30%;
    margin-top: -80px;
    cursor: pointer;
    transition: 0.4s;
}

.services-body .services .one-servic img:hover {

    transform: rotate(10deg)scale(1.1);

}

.services-body .services .one-servic span {

    font-size: 30px;
    padding-top: 20px;

    color: var(--s-color);
    font-weight: 600;
}

body.l-mode .services-body .services .one-servic p{

    color: var(--d-bg-color);
    font-weight: 400;

    transition: 0.5s;
    width: 90%;
    word-wrap: break-word !important;
    word-break: break-all !important;
   
}
.services-body .services .one-servic p{

    color: var(--l-bg-color);
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    transition: 0.5s;
    width: 90%;
    word-wrap: break-word;
    white-space: wrap;
    word-break: break-all;
}

.more-s {

    width: 100%;
    margin-bottom: 50px;
}

.more-s-btn {

    background-color: transparent;
    padding: 15px 25px;
    border: 2px solid var(--s-color);
    cursor: pointer;
    border-radius: 30px;
    color: var(--s-color);
    font-weight: 700;
    position: relative;
    transition: 0.3s;
    overflow: hidden;
    font-size: 20px;
z-index: 1;

}

.more-s-btn:hover {

    color: var(--l-bg-color);
}

.more-s-btn::before {
    content: "";
    position: absolute;
    padding: 15px 0px;
    background-color: var(--s-color);
    transition: 0.5s;
    width: 0px;
    height: 104px;
    border-radius: 20px;
    z-index: -1;
    left: 0;
    top: 0;

}

.more-s-btn:hover::before {
    padding: 15px 16px;
    width: 200px;
}

.more-s-btn::after {
    content: "";
    position: absolute;
    padding: 15px 0px;
    background-color: var(--s-color);
    transition: 0.5s;
    width: 0px;
    height: 124px;
    border-radius: 20px;
    z-index: -1;
    right: 0;
    top: 0;

}



.more-s-btn:hover::after {
    padding: 15px 16px;
    width: 200px;
}
/* ==================END OUR SERVICES CSS==================== */



/* ==================Start FOOTER CSS==================== */
.footer-body{

    background-color: var(--d-bg-color);
    width: 100%;
    min-height: 100px;
    
    padding-top: 200px;
}
body.l-mode .footer-body{

    background-color: var(--l-bg-color);
}
.footer {
    position: relative;
    width: 100%;
    background: var(--p-color);
    min-height: 100px;
    padding:  50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  body.l-mode .footer{
background-color: var(--s-color);
  }

  .social-icon,
  .menu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    flex-wrap: wrap;
  }
  
  .social-icon__item,
  .menu__item {
    list-style: none;
  }
  
  .social-icon__link {
    font-size: 2rem;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
  }
  .social-icon__link:hover {
    transform: translateY(-10px);
  }
  
  .menu__link {
    font-size: 1.2rem;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
    text-decoration: none;
    opacity: 0.75;
    font-weight: 300;
  }
  
  .menu__link:hover {
    opacity: 1;
  }
  
  .footer p {
    color: #fff;
    margin: 15px 0 10px 0;
    font-size: 1rem;
    font-weight: 300;
  }
  
  .wave {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background: url("../images/wave-d.png");
    background-size: 1000px 100px;
  }

  body.l-mode .wave{
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background: url(../images/wave.png) ;
    background-size: 1000px 100px;
  } 
  
  .wave#wave1 {
    z-index: 1000;
    opacity: 1;
    bottom: 0;
    animation: animateWaves 4s linear infinite;
  }
  
  .wave#wave2 {
    z-index: 999;
    opacity: 0.5;
    bottom: 10px;
    animation: animate 4s linear infinite !important;
  }
  
  .wave#wave3 {
    z-index: 1000;
    opacity: 0.2;
    bottom: 15px;
    animation: animateWaves 3s linear infinite;
  }
  
  .wave#wave4 {
    z-index: 999;
    opacity: 0.7;
    bottom: 20px;
    animation: animate 3s linear infinite;
  }
  
  @keyframes animateWaves {
    0% {
      background-position-x: 1000px;
    }
    100% {
      background-positon-x: 0px;
    }
  }
  
  @keyframes animate {
    0% {
      background-position-x: -1000px;
    }
    100% {
      background-positon-x: 0px;
    }
  }
  
/* ==================END FOOTER CSS==================== */


/* ================STARTS OUR VALUES================ */

.our-val{

    width: 100%;
    background-color:var(--d-bg-color);
    height: 150vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px 0px;
    padding-top: 300px !important;
    margin-top: -15px !important;
  
}

body.l-mode .our-val{
    margin-top: -15px !important;
    background-color: var(--l-bg-color);
   
}

.our-val h1{

    color: var(--s-color);
    font-size: 50px;
}

.our-val .o-val-content{

    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 100px  0px;
    margin: 0px !important;
  
}

.our-val .o-val-content .one-val{

    background-color: #392a3d;
   width: 70vh;
   padding: 20px 40px;
   border-radius: 10px;
   overflow: hidden;
   position: relative;
   z-index: 1;
   margin: 40px;
   cursor: pointer;
}

body.l-mode .one-val{

    background-color: #fff !important;
}
.our-val .o-val-content .one-val::before{
content: "";
background-color: var(--s-color);
width: 1vh;
height: 900px;
position: absolute;
left: 0px;
top: 0;
z-index: -1;
cursor: pointer;
transition: 0.8s;
}

body.l-mode .our-val .o-val-content .one-val::before{
    background-color: var(--p-color);
}

.our-val .o-val-content .one-val:hover::before{

width: 70vh;

}





.o-val-content .one-val .icon i{

    color: var(--s-color);
    transition: 0.5s;
    font-size: 25px;
    margin-right: 5px;
    display: none !important;
  
}

body.l-mode .o-val-content .one-val .icon {
    display: none !important;
}

body.l-mode .o-val-content .one-val .icon i{

    color: var(--p-color);
}

.our-val .o-val-content .one-val:hover .icon i{

color: #fff;

}
.our-val .o-val-content .one-val:hover p,.our-val .o-val-content .one-val:hover .val-name,body.l-mode .our-val .o-val-content .one-val:hover .val-name{

    color: #fff !important;
}
.o-val-content .one-val .val-name{

    color: var(--l-bg-color);
    font-family: 'poppins',sans-serif;
    font-size: 20px;
    font-weight: bold;
    transition: 0.5s;
  
}

body.l-mode .o-val-content .one-val .val-name{
    color: var(--p-color) !important;
}

.one-val p {

    color: var(--l-bg-color);
    margin-top: 20px;
    font-weight: 500;
    transition: 0.5s;
   
  
}

body.l-mode .one-val p {
    color: var(--p-color);
}



@media screen and (max-width:1030px) {

    .about-us{
  
        margin-top: 400px !important;
     
    }
    .header-about {
      padding: 0px !important;
      padding-top: 200px !important;
      margin-top: -450px;
      border: none !important;
      outline: none !important;
  }
  }
  /* Responsive of 700px */
  
  @media screen and (max-width:1150px) {
    .about-us{
  
      margin-top: 400px !important;
   
  }

  .our-val{

    height: 130vh !important;
    padding: 0 !important;
 align-items: top !important;
  }
  .header-about {
    padding: 100px;
    background-color: #392a3d;
    margin-top: 251px !important;
  }
  }
  @media screen and (max-width:770px) {
    .about-us{
  
      margin-top: 0px !important;
   
  }
    .hero-area{
  
        flex-wrap: wrap !important;
        width: 100%;
        padding: 50px !important;
    }}
  
    @media screen and (max-width:440px) {
  
      .header-about {
          padding: 100px 0px !important;
          background-color: #392a3d;
          margin-top: -100px !important;
      }
  
  
  }
    @media screen and (max-width:400px) and (max-height:700px) {
  
.our-val{

    padding-top: 500px !important;
    padding-bottom: 500px !important;
    margin: 200px 0px !important;
}
 
  }

/* ================End OUR VALUES================ */

/* ================Start OUR Programs================ */
.our-prog{

    background-color: var(--d-bg-color);
    margin-bottom: -100px;
    padding: 0px 30px;
    padding-top: 100px;
    
}
body.l-mode .our-prog{
   
    background-color: var(--l-bg-color);
}
header {
	text-align: center;
	padding: 70px 0px 50px 0;
    padding-top: 350px;
}
header h1 {
	font-size: 1.5rem;
	font-weight: 200;
	color: hsl(234, 12%, 34%);
    color: var(--s-color);
}
header h2 {
	font-weight: 700;
	font-size: 1.5rem;
    color: var(--p-color);
	margin-bottom: 1.5rem;
}
header p {
	font-weight: 400;
	font-size: 1rem;
	color: hsl(229, 6%, 66%);
	max-width: 500px;
	margin: 0 auto;
}
.cards {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 80px;
    padding: 0px 10px !important;
}

body.l-mode.cards{

    padding: 0px 10px !important; 
}

.card {
	box-shadow: 2px 8px 14px 0px hsla(0, 0%, 15%, 0.6);
	border-radius: 8px;
	padding: 40px;
	margin: 2rem 0;
	max-width: 400px;
    background-color: #272433;
}
body.l-mode .card{
    background-color: #fff;
}
body.l-mode .card{
    box-shadow: 2px 8px 14px 0px hsla(229, 6%, 66%, 0.6);

}
.card.aqua {
	border-top: 5px solid var(--p-color);
	margin: 0;
}
.card.red {
	border-top: 5px solid var(--s-color);
}
.card.orange {
	border-top: 5px solid var(--s-color);
}
.card.blue {
	border-top: 5px solid var(--p-color);
	margin: 0;
}

.card img {
	display: block;
	margin-left: auto;
	margin-top: 30px;
}
.card h2 {
	color: hsl(240, 9%, 98%);
	/* font-size: 1.5rem; */
  
}
body.l-mode .card h2 {
	color: hsl(234, 12%, 34%);
	font-size: 2.2rem;
}
.card p {
	font-size: 1.3rem;
	color: hsl(229, 6%, 66%);
}

@media only screen and (min-width: 1200px) {
	body {
		font-size: 18px;
	}
	header h1,
	header h2 {
		font-size: 2em;
	}
	header p {
		font-size: 1.1rem;
	}
	.cards {
		flex-direction: row;
	}
	.card {
		margin: 2rem;
	}
}

/* ================End OUR Programs================ */




/* RESPONSIVE IF 1150PX */

@media  screen and (max-width:1150px) {
  
body,body.l-mode{

    background-size: auto;
}


    .header{

        justify-content: space-between !important;
        z-index: 9999;
    }
    .menu-btn{

        display: block !important;
    }
body.l-mode nav{

    background-color: #fff;
}
    nav{
        background-color: var(--d-bg-color);
        padding: 20px;
        z-index: 9999;
        display: block;
        position: absolute;
        right: 10px;
        top: 100px;
        border-radius: 10px;
        opacity: 0;
        visibility: hidden;
      box-shadow: 4px 5px 2px -1px rgba(0,0,0,0.23);
        transition: 0.4s;
    }

    nav.active{

        opacity: 1;
        visibility: visible !important;
       
    }

    nav ul{
        display: block !important;
    }

    nav ul li{

        margin: 20px 0px !important;
        width: 100%;
        padding: 10px 20px;
        border-radius: 6px;
    }

    body.l-mode nav ul .li-active,body.l-mode nav ul li:hover{

        background-color: #ccc;
    }

nav ul .li-active{

    background-color: #1f1d2b;
}
nav ul li:hover{

    background-color: #1f1d2b;
}

body.l-mode nav ul li .active{

    color: var(--s-color) !important;
}
body.l-mode nav ul li a{

    color: var(--p-color) !important;
}
body.l-mode nav ul li a:hover{

    color: var(--s-color) !important;
}

    nav ul li a{

        color: #fff !important;
        font-weight: 700 !important;
        padding: 10px 20px;
    }
    nav ul li a:hover{

        color: var(--s-color)!important;
    }

    nav ul li a::before{

        display: none !important;
    }

.hero-area .img-slide{

    margin-top: 20px !important;
}

.about-us{

    padding: 0px !important;
    padding-top: 200px !important;
    margin-top: -150px;
    border: none !important;
    outline: none !important;
}

.about-us .contents{

    padding: 10px 20px !important;
   
}

.about-us .right{

    margin-top: 80px !important;
  
}

.about-us .left{

    padding-right: 20px;
}

.about-us .left img{

    width: 400px;
    }
    


    .services{

        padding: 100px 0px !important;
        
    }
    
}

/* Responsive 1030px */

@media screen and (max-width:1030px) {
  

    .header-about {
        padding: 100px;
        background-color: #392a3d;
        margin-top: -557px !important;
    }
    .about-us{

        padding: 0px !important;
        padding-top: 200px !important;
        margin-top: -450px;
        border: none !important;
        outline: none !important;
    }
    .hero-area{
padding: 150px 100px !important;
      
    }

    .hero-area .text{

     width: 30vh !important;
    }
    
    .hero-area .text input{
        width: 20vh !important;
    }
    .hero-area .img-slide{

        flex: 1.5 !important;
    }


    
    .services-body{

        padding-top: 0vh !important;
        height: 160vh;
    }
    .services{

        flex-wrap: wrap !important;
        justify-content: center;
        padding: 100px 0 !important;
    }

    .one-servic{

       margin: 50px !important;
        flex: 0 40% !important;
        text-align: center;
        justify-content: center;
       
    }
    .one-servic img{
        margin-left: 35% !important;
    }
    .one-servic p{
        margin-bottom: 50px;
        color: #fff;
        transition: 0.5s;
        width: 90%;
        word-wrap: break-word;
        white-space: wrap;
        word-break: break-all;
    }
}




/* Responsive of 900px */

@media screen and (max-width:900px) {
    .about-us .left img{

        width: 300px;
        }
        
        .about-us .right{

            margin-top: 40px !important;
          
        }
    
    .hero-area{
        padding: 100px 100px !important;
              
            }
        
            .hero-area .text{
        
             width: 25vh !important;
            }
            .hero-area .text h1{
                font-size: 35px !important;
            }
            .hero-area .text input{
                width: 20vh !important;
            }
            .hero-area .img-slide{
        
                flex: 1.5 !important;
            }
              .about-us .left img{

        width: 300px;
        }
        
        .about-us .right{

            margin-top: 40px !important;
          
        }
    
        .one-servic{

            margin: 50px 50px !important;
            flex: 100% !important;
        }

}




/* Responsive of 700px */

@media screen and (max-width:770px) {
    .header-about {
        padding: 100px 0px !important;
        background-color: #392a3d;
        margin-top: -200px !important;
    }

 
    .hero-area{

        flex-wrap: wrap !important;
        width: 100%;
        padding: 50px !important;
        margin-bottom: -100px !important;
    }
    

    .hero-area .text{
        width: 100% !important;
    }
    .hero-area .text h1{
        font-size: 50px !important;
    }
    .hero-area .text input{
       width: 30vh !important;
       
    }
    .hero-area .img-slide{
        margin-top: -220px !important;
        margin-left: -170px !important;
    }
    .hero-area .slider-my-con{

        width: 500px!important;
    }

    .about-us{

        margin-top: 0px !important;
        padding-top: 150px !important;
    }

    
}

/* Responsive of 700px */

@media screen and (max-width:700px) {

    .hero-area{
        padding: 30px !important;
    }

 
    .hero-area .text h1{
        font-size: 40px !important;
    }
    .hero-area .text input{
       margin-bottom: 40px !important;
       
    }
    .hero-area .img-slide{
        margin-top: -320px !important;
        margin-left: -170px !important;
    }
    .hero-area .slider-my-con{

        width: 400px!important;
    }


}
/* Responsive of 600px */

@media screen and (max-width:600px) {

    .hero-area{
        padding: 30px  0px !important;
    }

    .hero-area .text{
         margin-left: 50px !important;
    }
    .hero-area .text h1{
        font-size: 45px !important;
       
    }
    .hero-area .text input{
       margin-bottom: 140px !important;
       width: 29vh !important;
       
    }
    .hero-area .img-slide{
        margin-top: -320px !important;
        margin-left: -0px !important;
    }
    .hero-area .slider-my-con{

        width: 350px!important;
    }


}

/* Responsive of 660px */

@media screen and (max-width:660px) {

    .our-val{

        height: 120vh !important;
        padding: 0 !important;
     align-items: top !important;
      }
    .about-us .contents .right{
    
        flex: 1 !important;
        margin: 0px 50px;
        padding: 0px !important;

    }
    .about-us .contents .left{

        flex: 1 !important;
        margin: 0px 50px;
        padding: 0px !important;
    }

    .services-body{

        padding-top: 10vh !important;
        height: 250vh;
    }

}


/* Responsive of 500px */

@media screen and (max-width:500px) {

    .about-us{

        height:271vh !important;
  
    }
    .our-val .o-val-content{
        padding: -2px !important;
        height: 118vh !important;
    }
    .header-about{

        margin-top: -100px !important;
    }
}
/* Responsive of 440px */

@media screen and (max-width:440px) {
    .our-val{

        height: 200vh !important;
        padding: 0 !important;
     align-items: top !important;
      }
    .about-us{

        padding-top: 100px !important;
        height: 175vh !important;
    }
    .about-us .contents .right{
    
        flex: 1 !important;
        margin: 0px 10px;
        padding: 0px !important;

    }
    .about-us .contents .left{

        flex: 1 !important;
        margin: 0px 10px;
        padding: 0px !important;
    }


    .hero-area{
        padding: 50px 0px !important;
    }

    .hero-area .text{
         margin-left: 50px !important;
         
    }
    .hero-area .text h1{
        font-size: 35px !important;
       
    }
    .hero-area .text input{
       margin-bottom: 140px !important;
       width: 25h !important;
       
    }
    .hero-area .img-slide{
        margin-top: -290px !important;
        margin-left: -0px !important;
    }
    .hero-area .slider-my-con{
max-width: 310px !important;
        min-width: 300px!important;
    }

    .services-body{

 
    
        height: 220vh !important;
    }

}

/* Responsive of 430px */

@media screen and (max-width:430px) {

    .hero-area .text input{
        margin-bottom: 140px !important;
        width: 30vh !important;
        
     }
    .hero-area .img-slide{
        margin-top: -250px !important;
        margin-left: -0px !important;
    }
    .services-body{
        margin-top: -20vh !important;
                padding-top: 10vh !important;
                /* height: 250vh; */
            }

            .our-val h1 {
                color: var(--s-color);
                font-size: 50px;
                margin-bottom: -100px !important;
            }

            .our-val{

                height: 220vh !important;
            }
        
}

/* Responsive of 390px */

@media screen and (max-width:390px) {

}
/* Responsive of 380px */

@media screen and (max-width:380px) and (max-height:700px) {
    .hero-area .img-slide{
        margin-top: -120px !important;
        margin-left: -0px !important;
    }

    .hero-area .text input{
        margin-bottom: 140px !important;
        width: 40vh !important;
        
     }
     
    .one-servic{

        margin: 50px 20px !important;
        
    }

    .one-servic img{

        margin-left: 30% !important;
    }
    .services-body{

        padding-top: -30vh !important;
        height: 300vh !important; 
    }

}

/* Responsive of 370px */

@media screen and (max-width:370px) {
    
    .hero-area .text input{
        margin-bottom: 140px !important;
        width: 25vh !important;
        
     }
    
    .about-us .contents{

        padding: 10px 10px !important;
    }

    .about-us .contents .right{
    
        flex: 1 !important;
        margin: 0px 0px;
        padding: 0px !important;

    }
    .about-us .contents .left{

        flex: 1 !important;
        margin: 0px 0px;
        padding: 0px !important;
    }
}


/* Responsive of 360px */

@media screen and (max-width:360px) and (max-height:740px) {

    .hero-area .img-slide{
        margin-top: -190px !important;
        margin-left: -0px !important;
    }
    

    .hero-area .text input{
        margin-bottom: 140px !important;
        width: 32vh !important;
        
     }
     .about-us{

        height: 77vh !important;
       
     }
     .services-body{

        padding-top: 30vh !important;
        height: 290vh !important; 
    }
    .one-servic{

        margin: 50px 20px !important;
        
    }

    .one-servic img{

        margin-left: 30% !important;
    }

    .our-val{

        height: 300vh !important;
 
    }
}





/* Responsive of 330px */

@media screen and (max-width:330px) {
    
    
   
    .about-us{

        padding-top: 250px !important;
       
    }
}


   














