/* CSS Document */
body { margin: 0; padding: 0; font-size:17px !important;  font-family: 'Montserrat', sans-serif!important;
 color: #2f2f2f !important; }


div, ul, li, p, form, h5, h6, h1, h2, p {  margin: 0; padding: 0;}

.red_input{ border:1px solid #ff0000 !important; background:#fdbdc3!important; }
.green_input{ border:1px solid #22740b!important; background:#b7de8a!important;}
.pdng_none{ padding:0px !important;}
.lft-rgt_pdgn_none{ padding-left: 0px!important;  padding-right: 0px!important;}
.botm_none{ margin-bottom:0px !important;}

.lft_pd{ padding-left: 0px !important; }
.rgt_pd{ padding-right: 0px !important; }

.top_mrgin{ margin-top:20px;}
.mrgn_botm{ margin-bottom:20px;}
.mrgn_none{ margin-left:0px !important;  margin-right:0px !important;}

.rdus_non{ border-radius: 0px !important;}
.cntr_align {  text-align: center; }

.mtop_non{margin-top:0px;} 

.moble_top{ margin-top:30px; }


a{ text-decoration:none !important;}

strong{ color: #45a9f1; }

body,
html{
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}




.comn_sec{ padding: 60px 0px;  }
.comn_sec .container{ width: 96%; margin: 0px auto;  }

.comn_sec p{ font-size: 16px; line-height: 28px; }


.nquary_btn{ position: fixed; right: 0px; bottom:24%; 
    z-index: 999999; width: 50px; height: 178px; }

                     /* =======================   header  =======================   */

header{ border-top:3px solid #1c548f; }
nav.menu {
    height: 85px;
    /*padding: 0 45px;*/
    padding: 0px;
    position: relative;  width: 100%; 
    z-index: 9999;
    background: #fff;
}

label.logo {
    position: absolute;
    margin-bottom: 0;
    line-height: 85px;
    margin-left: 15px;
}

label.logo img {
    width: 158px;
}

label.logo2 {
    position: absolute;
    top: 0px;
    right: 0px;
    line-height: 85px;
    margin-right: 15px;
}

label.logo2 img{
    width: 105px;
}



.menuBorder {
    border-bottom: 0px solid #fff;
}

nav.menu ul {
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 85px;
}

nav.menu ul li {
    display: inline-block;
    margin: 0 4px; line-height: 80px;
}

nav.menu ul li a {
    color: #173c6d;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 8px;
    border-radius: 4px;
    transition: .4s all;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif !important;
}

nav.menu ul li.active a,
nav.menu ul li a:hover {
    color: #00a1d3;
}

.checkbtn {
    color: #1c548f;
    font-size: 30px;
    /*float: right;
    margin-right: 15px;*/

    float: left;
    margin-left: 15px;
    line-height: 80px;
    cursor: pointer;
    display: none;
}

#check {
    display: none;
}



a.bookBtn {
    position: absolute;
    right: 28px;
    top: 23px;
    color: #fff;
    text-transform: capitalize;
    font-size: 15px; background: #00a1d3;
    border: 1px solid #1099c3;
    padding: 6px 15px; line-height: 20px;
    border-radius: 8px;
    font-weight: 300;
    letter-spacing: 1px;
    transition: .4s all;
    font-family: 'Roboto', sans-serif;
}

a.bookBtn:hover {
    background: #1099c3;
    color: #fff;
    text-decoration: none;
}




.cool::after {
  content: '';
  display: block;
  width: 0;
  height:2px;
  background: #00a1d3;
  transition: width .3s;
}

.cool:hover::after {
  width: 100%;
}



@media (max-width: 1199px){

   .checkbtn {
        display: block;
    }

    nav.menu ul {
        position: absolute;
        top: 86px;
        line-height: 50px;
        /*padding: 20px;*/ padding: 0px 5px;
        right: -100%;
        float: none;
        /*background: #3292d4;*/ background-color: rgba(0,0,0,0.6);
        width: 100%;
        /*max-width: 350px;*/
        height: auto;
        transition: .5s all;
        z-index: 999;
    }

    nav.menu ul li {
        display: block;
        text-align: left;
        margin: 0; border-bottom: 1px solid #fff;
    }

    nav.menu ul li:last-child {
        border-bottom: 0px;
    }

    nav.menu ul li a {
        display: block;
        padding: 0; text-align: center;
    }

    nav.menu ul li.active a,
    nav.menu ul li a:hover {
        color: #f9c443;
    }

    #check:checked~ul.menu-toggle {
       /* right: 0;*/ left: 0;
    }

    a.bookBtn {
        right: 20px !important;
        /*left: 0;*/
        margin: 0 auto;
        width: 116px;
        text-align: center;
        font-size: 15px;
        padding: 6px 22px;
        letter-spacing: 0;
    }

    .menuBorder {
        display: flow-root;
    }

    .menuBorder i {
        border: 1px solid #1c548f;
        width: 50px;
        height: 34px;
        line-height: 33px;
        text-align: center;
        border-radius: 5px;
    }



    label.logo { left: 38%; }

}


@media (max-width: 520px){

    label.logo { left: 25%;}

    a.bookBtn {
    width: 112px;
    text-align: center;
    font-size: 13px;
    padding: 6px 12px;
    letter-spacing: 0;}

    nav.menu ul li a { color: #fff;}
    nav.menu ul li a:hover { color: #00a1d3;}

}

                                        /* =============== Banner ============== */


.banner .item img {
  
    width: 100%;
    /*height: 350px;*/
}

.banner .owl-dots {
    text-align: center; 
    bottom: 30px; right: 5%;
    position: absolute;

}

.banner .owl-dots .owl-dot {
    height: 15px;
    width: 15px;
    background: #fff;
    border: 4px solid transparent;
    border-radius: 50%;
    margin: 16px 3px;
}

.banner .owl-dots .owl-dot:focus {
    outline: none;
}

.banner .owl-dots .owl-dot.active {
    background: transparent;
    border: 2px solid #fff;
}





.comn_sec h2{ color: #215200; font-weight: 700; font-size: 40px; }

 .abut_sec {
    padding: 80px 0;
    background: #fff;
}

.abut_sec h2{ position: relative;  text-transform: uppercase; font-size: 50px; font-weight: 600;
    letter-spacing: 1px; color: #0c2d4d; margin-bottom: 50px; text-align: center; width: 100%;
     font-family: 'Poppins', sans-serif !important; }

.abut_sec h2:after {
    content: "";
    height: 4px;
    width: 100px;
    background: #00a1d3;
    bottom: -15px;
    left: 50%; margin-left: -50px;
    position: absolute;
}

.abut_sec p{ line-height:30px !important; }


.program_sec{ background: url(../images/pgrm_bg.jpg) 50% 0 fixed;
    background-size: cover;
    width: 100%;}

.program_sec h2{ position: relative;  text-transform: uppercase; font-size: 50px; font-weight: 600;
    letter-spacing: 1px; color: #0c2d4d; margin-bottom: 50px; text-align: center; width: 100%;
     font-family: 'Poppins', sans-serif !important; }

.program_sec h2:after {
    content: "";
    height: 4px;
    width: 100px;
    background: #00a1d3;
    bottom: -15px;
    left: 50%; margin-left: -50px;
    position: absolute;
}

.program_sec ul{ text-align: center; margin: 20px 0px; }
.program_sec ul li{ width: 18%; display: inline-block; vertical-align: top; margin: 8px; padding: 0px;}
.program_sec ul li .prgrm_bx{ width: 100px; height: 100px; border-radius: 50%; background: #fff; 
  border:1px solid #1c548f; padding: 5px; float: none; margin: 0px auto; transition: 0.6s}


  .program_sec ul li .prgrm_bx:hover{box-shadow: -2px 9px 5px 0px rgba(176,176,176,0.95);}


.program_sec ul li .prgrm_bx img{ width: 48px; padding-top: 12px }
.program_sec ul li span{ display: block; font-size: 14px; font-weight: 600; margin: 15px auto 10px; color: #1c548f;
 width: 90%;} 



.cont_sec{}
.cont_sec .cont_icn_box{ width: 80px; height: 80px;  float: none; overflow: hidden;
margin: 6px auto 12px; border:1px solid #1c548f; padding: 10px; text-align: center;}

.cont_sec .cont_icn_box .fa{ color: #00a1d3; font-size: 36px; line-height: 60px;}

.cont_sec span{ display: block; text-align: center; font-size: 17px; color: #1c548f; font-weight: 400;}
 


.cont_sec .fa-phone {transform: rotate(95deg);}


/*  =======================   Footer  =======================   */


footer{ padding:50px 0px 0px; background: #003d79;
    background-size: cover; border-top: 2px solid #fff;
    width: 100%;}


.fotr_lnk_cel a.hvr-underline-from-left {
    color: #ffa026 !important;
    line-height: 28px;
}
.fotr_lnk_cel .hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
}

.fotr_lnk_cel .hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #ffa026;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.fotr_lnk_cel .hvr-underline-from-left:hover:before,
.fotr_lnk_cel .hvr-underline-from-left:focus:before,
.fotr_lnk_cel .hvr-underline-from-left:active:before {
    right: 0;
}

.fotr_lnk_cel{ float: none; overflow: hidden; border:0px solid red; }

.fotr_lnk_cel h5{ font-size: 26px; text-transform: uppercase;
    color: #d9d9ef;
    position: relative;
    margin-bottom: 30px; font-family: 'Montserrat', sans-serif!important;}

.fotr_lnk_cel h5:before {
    content: "";
    height: 2px;
    width: 60px;
    background: #00a1d3;
    bottom: -10px;
    left: 0; position: absolute;
}
  
.fotr_lnks{ float: none; overflow: hidden; border:0px solid red; }
.fotr_lnks ul{ margin: 10px 0px 10px; padding:0px; }
.fotr_lnks ul li{ margin: 0px 0px 2px; padding-left:14px; background: url(../images/ftr_bult.png)0 15px no-repeat; 
    list-style:none; border-bottom: 0px solid #342d2b; line-height: 22px;}

    .fotr_lnks ul li.botm_non{ border-bottom: 0px; }
.fotr_lnks ul li a{ color: #fff; font-size: 14px; line-height: 25px; transition: 0.5s; font-weight: normal; }
.fotr_lnks ul li a:hover{ color: #f6f6f6; letter-spacing: 1px;}



.fotr_lnk_cel address{ margin-top: 15px; float: left; line-height: 26px;}
.fotr_lnk_cel .map_cel{ margin-top: 15px; width: 50%; float: left; }
.fotr_lnk_cel label{ width: 100%; font-size: 16px; color:#fff; font-weight: normal !important;  margin-bottom: 15px; 
   border-bottom: 1px solid #342d2b; padding-bottom: 15px;  line-height: 22px;}

.fotr_lnk_cel label:last-child{ border:0px; }   
.fotr_lnk_cel address label.adrs { background: url(../images/f_adrs.png)0 0px no-repeat; padding-left: 42px;
line-height: 26px;}

.adrs_cel{ width:49%; float:  left;  }
.cont_cel{ width:49%; float: right; }
.cont_cel ul{ margin:0px; padding:  0px; }
.cont_cel ul li{ list-style:  none;  color: #fff; margin-bottom:  25px; font-size: 16px; }
.cont_cel ul li.phon { background: url(../images/f_phon.png)0 0px no-repeat; padding-left: 42px; height:32px;}
.cont_cel ul li.mail { background: url(../images/f_mail.png)0 0px no-repeat; padding-left: 42px; height:32px;}




.ftrsocial-icon{ margin: 0px; padding: 0px; }
.ftrsocial-icon li{ margin: 4px; padding: 0px; display: inline-block; vertical-align: top; width: 15%;
  background-image: none !important; }

.ftrsocial-icon li .fa{ font-size: 28px;
    color: #fff; font-weight: 400;
    font-family: 'FontAwesome'; }



.fotr_lnk_logo ul li{ display: inline-block; vertical-align: top; width: 49%; } 
.fotr_lnk_logo ul li img{ width: 100%; }   
                        
                         /*  ======   Footer botm =======     */

.cpyrgt {
    color: #9ea1cc;
    font-size: 13px;
    float: none;
    overflow: hidden;
    margin-top: 12px;
    text-align: center;
    border-top: 1px dashed #5e7790;
    padding: 18px 0px;
}

   

@media (min-width: 320px) and (max-width: 767px) {

   .abut_sec h2,.program_sec h2{ font-size: 35px !important; }
   .program_sec ul li { width: 38%;}

   .comn_sec { padding: 30px 0px !important;}

   .abut_sec p{ width: 90%; float: none; margin: 0px auto; }

   .fotr_lnk_logo ul{ margin-bottom: 20px; }

  } 



                /* ========= 21-4-21 ========= */


  .adrs2{ border-top:1px solid #dfdfdf; margin-top: 10px;
    padding-top: 10px;}

  .tabs {
    max-width: 90%;
    float: none;
    list-style: none;
    padding: 0;
    margin: 75px auto;
    
}
.tabs:after {
    content: '';
    display: table;
    clear: both;
}
.tabs input[type=radio] {
    display:none;
}
.tabs label {
    display: block;
    float: left;
    width: 49.9%;
    color: #9cb9ce;
    font-size: 30px;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    line-height: 2;
    cursor: pointer;
    box-shadow: inset 0 4px #9cb9ce;
    border-bottom: 4px solid #9cb9ce;
    -webkit-transition: all 0.5s; /* Safari 3.1 to 6.0 */
    transition: all 0.5s;
    background-color:rgba(255,255,255,0.7);  
}
.tabs label span {
    /*display: none;*/ display: block;
}
.tabs label i {
    padding: 5px;
    margin-right: 0;
}
.tabs label:hover {
    color: #3498db;
    box-shadow: inset 0 4px #3498db;
    border-bottom: 4px solid #3498db;
}
.tab-content {
    display: none;
    width: 100%;
    float: left;
    padding: 15px;
    box-sizing: border-box;
    background-color:#ffffff;
}
.tab-content * {
    -webkit-animation: scale 0.7s ease-in-out;
    -moz-animation: scale 0.7s ease-in-out;
    animation: scale 0.7s ease-in-out;
}
@keyframes scale {
  0% {
    transform: scale(0.9);
    opacity: 0;
    }
  50% {
    transform: scale(1.01);
    opacity: 0.5;
    }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.tabs [id^="tab"]:checked + label {
    background: #FFF;
    box-shadow: inset 0 4px #3498db;
    border-bottom: 4px solid #3498db;
    color: #3498db;
}
#tab1:checked ~ #tab-content1,
#tab2:checked ~ #tab-content2{
    display: block;
}
@media (min-width: 768px) {
    .tabs i {
        padding: 5px;
        margin-right: 10px;
    }
    .tabs label span {
        display: inline-block;
    }
    .tabs {
    max-width: 950px;
    margin: 50px auto;
    }
}

@media (max-width: 767px) {

        .tabs label span{ font-size:22px;}
  }      


