*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Rubik', sans-serif;


}

:root{
    --text-color:#636363;
    --dark-color:#212529;
    --yellow-color:#29c5da;
    --orange-color:#3e4095;
}

body,html{
    width:100vw;
    overflow-x:hidden;

}

a{
    text-decoration: none !important;
}

/* header css start */
nav.navbar {
    z-index: 1000;
    position: relative;
}

.navbar-toggler{
    background-color: var(--orange-color);
    border: 0;
    font-size: 16px;
}



.menu .navbar-nav .nav-item a {
    font: normal 400 15px Rubik;
    color: #fff;
    padding: 17px 20px;
}

.logo img {
    max-width: 80px;
}

.logo_text h4 {
    font: normal normal 600 20px Rubik;
    margin-bottom: 3px;
    color: #fff;
}

.logo_text p {
    font: normal normal 400 14px Rubik;
    color: #fff;
}

.top_details ul li {
    border-right: 1px solid #ffffff59;
    padding: 0px 20px;
}

.top_details ul li a {
    font: normal normal 400 14px Rubik;
    color: #fff;
}

.top_header_main {
    background:var(--orange-color);
    padding: 13px 0px;
}

.top_details ul li a i {
    padding-right: 6px;
}

/* header css end */

/* home section start */
.home_banner, .home_banner-2, .home_banner-3{
    width: 100%;
    height: 100vh;
    background-size: cover !important;
    background-position: center !important;
}

.home_content h3 {
    font: normal normal 600 16px Rubik;
    color: #fff;
}
.home_banner{
    background: linear-gradient(to right, #000000d1 , #0000007d), url(../images/acadmics-3.jpg);
}
.home_banner-2{
    background: linear-gradient(to right, #000000d1 , #0000007d), url(../images/gallery-10.jpg);
}
.home_banner-3{
    background: linear-gradient(to right, #000000d1 , #0000007d), url(../images/about.jpg);
}
.main_slider{
    margin-top: -96px;
}

.home_content {
    align-items: center;
    display: flex;
    height: 100vh;
}

.home_content h1 {
    font: normal 600 40px / 55px Rubik;
}


.home_content p {
    font: normal 400 15px / 27px Rubik;
}

.main_btn a {
    padding: 13px 30px;
    font: normal normal 500 15px Rubik;
    color: #fff;
    background-color:var(--orange-color);
    clip-path: polygon(0 0, 88% 0%, 100% 30%, 100% 64%, 100% 100%, 12% 100%, 0% 74%, 0% 20%);
}
.teacher_box p {
    font: normal normal 400 14px / 25px Rubik;
}

.teacher_box img {
    width: 50px;
    margin-bottom: 13px;
    height: 50px;
    background: var(--orange-color);
    clip-path: polygon(0 0, 80% 0%, 100% 20%, 100% 39%, 100% 100%, 20% 100%, 0% 80%, 0% 27%);
    padding: 8px;
}

.teacher_box-2{
   background:var(--orange-color) !important;
}

.teacher_box-2 h2 {
    border-bottom: 2px solid #fff !important; 
}

.teacher_box h2 {
    font: normal normal 700 20px / 27px Rubik;
    border-bottom: 2px solid var(--orange-color);
    width: fit-content;
}

.teacher_box {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 20px 20px;
    background: #fff;
}


/* home section end */



/* about section start */
.about_content p, .services_box p {
    font: normal normal 400 15px /25px Rubik;
    color: var(--text-color);
}

.about_content h2 {
    font: normal normal 700 33px Rubik;
    color: var(--dark-color);
}

.about_content h3 {
    font: normal normal 600 20px Rubik;
    color: var(--orange-color);
}


.about_img img, .achievement_img img {
    object-fit: cover;
    height: 370px;
    padding: 10px;
    object-position: 100% 22%;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.about_img, .achievement_img {
    position: relative;
}

.about_img::before{
    background: url(../images/home-banner.jpg);
    right: -90px;
    bottom: -63px;
    width: 330px;
    height: 230px;
}

.about_img:after {
    position: absolute;
    left: -40px;
    top: -40px;
    content: '';
    width: 100px;
    height: 100px;
    background:#00000014;
    z-index: -1;
}


/* about section end */


.main_heading{
    font: normal normal 800 30px / 40px Rubik;
    border-bottom: 2px solid var(--orange-color);
    width: fit-content;
    margin: auto;
    display: block;
}

  .acamic_img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border: 1px dashed #ffffff4d;
    padding: 10px;
}

/* gallery section start */


.acadmics_section {
    background: linear-gradient(to right, #000000c2 , #000000ab), url(../images/gallery-2.jpg);
    padding: 100px 0px;
    background-size: cover;
    background-position: top;
}
/* Main CSS */

.about_content h5 {
    font: normal normal 500 14px Rubik;
    color: var(--orange-color);
}

.about_content h2 span {
    font-size: 15px;
}

/* gallery section end */


/* testimonial section start */
.testimonial_content p {
    font-size: 14px;
    color: var(--text-color);
}

.our_companies_section{
    background: #80808014;
}

#testimonials{
    z-index: -1;
}

.testimonial_content .testimonial_name h5 {
    font:normal normal 700 16px Rubik
}

.testimonial_content .testimonial_name p {
    font:normal normal 600 14px Rubik;
}

.testimonial_content .testimonial_name img {
    background:var(--orange-color);
    padding: 7px 8px;
    border-radius: 0px 10px;
    width: 40px;
}

.testimonial_img:before {
    position: absolute;
    width: 200px;
    height: 200px;
    content: " ";
    right: -15px;
    top: 15px;
    background: var(--orange-color) 0% 0% no-repeat padding-box;
    opacity: 1;
    z-index: -1;
}

.testimonial_img {
    position: relative;
    margin-bottom: 20px;
}

.testimonial_img img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    object-position: right;
    margin-left: auto;
    display: block;
}

.talk_form_box input {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #e9e9e9;
    padding: 8px 0;
    position: relative;
    font: 400 13px Rubik;
    width: 100%;
    outline: none;
}

.talk_form_box label {
    font: 500 14px Rubik;
    color: #282828;
}

.talk_form_box {
    border: 1px solid #80808036;
    padding: 40px 30px 30px 30px;
}

.talk_main_heading h4 {
    font: normal normal 500 22px/25px Rubik;
    color: var(--main-bgcolor);
}
/* testimonial section end */


/* footer section start */

footer{
    background-color: #0c0c20;
}

.footer_logo p {
    font: normal normal 400 14px /25px Rubik;
    color: #ffffffc2;
    margin-top: 15px;
}

.footer_logo img {
    max-width: 100px;
}

.footer_links h3 {
    font: normal normal 600 21px /35px Rubik;
    border-bottom: 2px solid #fff;
    width: fit-content;
    color: #fff;
}
.footer_links ul li a i, .footer_links ul li p i {
    color: #fff;
    padding-right: 4px;
}
.footer_links ul li a, .footer_links ul li p {
    font: normal normal 400 14px / 35px Rubik;
    color: #ffffffb3;
}

.copy_right p, .copy_right a {
    font: normal normal 400 14px Rubik;
    color: #fff;
}

footer .copy_border {
    border-top: 1px solid #ffffff3d;
}

/* footer section end */



.sectionClass {
    padding: 20px 0px 50px 0px;
    position: relative;
    display: block;
  }
  
  .fullWidth {
    width: 100% !important;
    display: table;
    float: none;
    padding: 0;
    min-height: 1px;
    height: 100%;
    position: relative;
  }
  
  
  .sectiontitle {
    background-position: center;
    margin: 30px 0 0px;
    text-align: center;
    min-height: 20px;
  }
  
  .sectiontitle h2 {
    font-size: 30px;
    color: #222;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  
  
  .headerLine {
    width: 160px;
    height: 2px;
    display: inline-block;
    background: #101F2E;
  }
  
  
  .projectFactsWrap{
      display: flex;
    margin-top: 30px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  
  
  #projectFacts .fullWidth{
    padding: 0;
  }
  
  .projectFactsWrap .item{
    width: 25%;
    height: 100%;
    padding: 50px 0px;
    text-align: center;
  }
  
  .projectFactsWrap .item:nth-child(1){
    background: rgb(16, 31, 46);
  }
  
  .projectFactsWrap .item:nth-child(2){
    background: rgb(18, 34, 51);
  }
  
  .projectFactsWrap .item:nth-child(3){
    background: rgb(21, 38, 56);
  }
  
  .projectFactsWrap .item:nth-child(4){
    background: rgb(23, 44, 66);
  }
  
  .projectFactsWrap .item p.number{
    font-size: 40px;
    padding: 0;
    font-weight: bold;
  }
  
  .projectFactsWrap .item p{
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    margin: 0;
    padding: 10px;
    font-family: 'Open Sans';
  }
  
  
  .projectFactsWrap .item span{
    width: 60px;
    background: rgba(255, 255, 255, 0.8);
    height: 2px;
    display: block;
    margin: 0 auto;
  }
  
  
  .projectFactsWrap .item i{
    vertical-align: middle;
    font-size: 50px;
    color: rgba(255, 255, 255, 0.8);
  }
  
  
  .projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
    color: white;
  }
  
  .projectFactsWrap .item:hover span{
    background: white;
  }
  
  @media (max-width: 786px){
    .projectFactsWrap .item {
       flex: 0 0 50%;
    }
  }
  
  /* AUTHOR LINK */

  #counter{
    text-align: center;
    display: flex;
  }
  #counter .item{
    background: #fff;
    width: 200px;
    padding: 35px 30px;
    margin: 10px;
    text-align: center;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
  -moz-box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
  box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
  } 
  #counter .item .count{
    color: var(--orange-color);
    margin-bottom: 5px;
    font-size: 40px;
  }
  #counter .item h3{
    color: var(--dark-color);
    font: normal normal 700 19px Rubik;
    text-transform: capitalize;
  }

  .social_media  ul li a{
    color: #fff
  }

  .up_bord {
    background: var(--orange-color);
    width: fit-content;
    padding: 10px 15px;
    position: absolute;
    right: 0;
    bottom: 0px;
    color: #fff;
    text-align: center;
}

.up_bord h1 {
    font: normal normal 600 20px Rubik;
    margin-bottom: 0;
}

.up_bord h5 {
    font: normal normal 600 15px Rubik;
    margin-bottom: 0;
}


/* about page css start */
.banner_img {
    background: linear-gradient(to right, #000000de , #000000ab), url(../images/about.jpg);
    position: relative;
    margin-top: -97px;
}
.about_banner{
    padding: 60px 0px 100px 0;
}

.about_banner h1 {
    font: normal 600 40px / 55px Rubik;
    margin-top: 114px;
}
.about_banner p{
    font: normal 400 15px / 27px Rubik;
}

.links_text ul li a {
    color: #3e4095;
}
.links_text ul li {
    font: normal normal 500 14px Rubik;
    margin: 0px 4px;
    transform: skew(-20deg, 0deg);
}

.links_text {
    background: #ffffff;
    width: fit-content;
    padding: 10px 20px;
    position: absolute;
    right: 24px;
    bottom: 0px;
    transform: skew(21deg, 0deg);
    box-shadow: 0px 0px 6px 2px #8080802b;
}

.activities_menu:hover ul {
    display: block !important;
    position: absolute;
    left: 0;
    z-index: 10000;
    background:#fff;
    width: 219px;
}
.activities_menu {
    position: relative;
}

.menu .navbar-nav .activities_menu ul li {
    border-bottom: 1px solid #80808054;
    padding: 6px 15px;
}

.activities_menu ul {
    display: none;
}

.menu .navbar-nav .activities_menu ul a {
    color: #1c1c1c;
    font: normal 500 14px Rubik;
    padding: 0;
}

.menu .navbar-nav .activities_menu ul li:hover a{
    color: var(--orange-color);
}
/* about page css end */

/* contact us page css start */
.social_media-2 ul li a {
    font: normal normal 400 15px Rubik;
    color:#fff;
    background: var(--orange-color);
    padding: 6px 10px;
}

.contact_details li a {
    font: normal normal 400 14px /33px Rubik;
    color: var(--text-color);
}

.contact_details li a i {
    color: var(--orange-color);
    padding-right: 6px;
}

.contact_form label, .contact_form input, .contact_form textarea {
    font: normal normal 400 14px Rubik;
    border-radius: 0;
    background-color: transparent;
}

.contact_form input, .contact_form textarea {
    padding: 10px 15px;
    border: 1px solid #80808085;
}
.contact_form label, .contact_form input, .contact_form textarea {
    font: normal normal 400 14px Rubik;
    border-radius: 0;
    background-color: transparent;
}

.contact_form .submit_btn {
    padding: 13px 30px;
    font: normal normal 500 15px Rubik;
    background-color: var(--orange-color);
    color: #fff;
}
/* contact us page css end */


@media(max-width:767px){
    .home_content h1 {
        font: normal 700 35px / 40px Rubik;
    }


    .main_btn a{
        padding: 11px 20px;
    }

    .about_content h2 {
        font: normal normal 700 25px Rubik;
    }

    .free_team h4 {
        font: normal normal 600 17px Rubik;
    }

    .achievement_img::before{
        content: none;
    }
    .social_media-top{
        display:none;
    }

    .testimonial_img img{
        width: 100px;
        height: 100px;
    }

    .testimonial_img:before {
        width: 100px;
        height: 100px;
    }

    #counter .item{
        width: 100%;
    }

    #counter{
        display: block;
    }

}

@media(max-width:400px){
    .main_slider {
        margin-top: -128px;
    }

    .home_content{
        height: 120vh;
    }

    .logo_text h4 {
        font: normal normal 600 15px Rubik;
    }
}

@media(max-width:991px){
    .menu {
        background-color: #3e4095;
        position: absolute;
        width: 100%;
        left: 0px;
        top: 80px;
    }
}