@charset "utf-8";
/* CSS Document */


/*********************************************
    base css
*********************************************/
* {margin:0; padding:0;}
body {font-family:'Open Sans', sans-serif;}
a {-webkit-transition:all .3s ease; -moz-transition:all .3s ease; transition:all .3s ease;}
h1, h2, h3, h4, h5, h6{font-family:'Montserrat', sans-serif;}
ul, ol {list-style:none;}
img {max-width:100%;}
p {font-size:14px; color:#333; line-height:24px;}
.title {position:relative; margin-bottom:20px;}
.title h2 {font-size:32px; color:#000; margin-bottom:4px; font-weight:bold;}
.title p{font-family:'Montserrat', sans-serif; font-size:18px; color:#000028; margin-bottom:0;}
ul.tick{ list-style: none;  padding: 0;}
ul.tick li{position:relative; padding-left:25px; font-size: 14px; margin-bottom: 10px;}
ul.tick li:before{
  font-family: 'Font Awesome 5 Free'; font-weight: bold;
    content: '\f00c';
    position:absolute; top:0; left:0;
    color:#ff8a00;
}

/*********************************************
    Header css
*********************************************/
.header-wrap{padding:10px 0 0 0;}
.header-wrap .conInfo{padding-left:40px; position:relative; font-size:16px;max-width: 230px;}
.navbar-toggler{display:none;}
.header_info{display:flex; justify-content:flex-end; margin-top:16px; margin-bottom:0;}
.header_info li{padding-left:40px;}
.header-wrap .phonewrp:before{content:"\f879"; color:#ff8a00; font-size:30px; font-family:'Font Awesome 5 Free'; font-weight:900; position:absolute; top:0; left:0;}
.header-wrap .conInfo span{font-size:14px; text-transform:uppercase; color:#000; display:block; font-weight:bold;}
.header-wrap .conInfo a{text-decoration:none; font-size:18px; color:#000; font-weight:normal; line-height:24px;}
.header-wrap .conInfo .addr{font-size:14px;}



.header-wrap .phonewrp{padding-left:46px;}
.addressWrp{font-size:14px !important;}
.header-wrap .addressWrp:before{content:"\f3c5"; color:#ff8a00; font-size:30px; font-family:'Font Awesome 5 Free'; font-weight:900; position:absolute; top:0px; left:0;}
.signup_btn{}
.signup_btn a{text-decoration:none; font-size:14px; font-weight:bold; color:#fff; background:#053855; text-transform:uppercase; padding:15px 22px; border-radius:6px; display:inline-block;}
.signup_btn a:hover{background: #ff8a00;}
.signup_btn i{padding-right:4px;}

/*********************************************
        Navigation css
*********************************************/
.header-wrap .navbar{background:#710109; margin-top:10px;}
.navbar-brand {display:none;}
.navigation-wrap {z-index:1000; background:#2e375f; position:relative;}
.navbar-light .navbar-nav .nav-link {color:#fff; font-size:14px; padding:20px 17px; font-weight:600; text-transform:uppercase;}
.navigation-wrap .caret:after{content:"\f0d7"; color:#fff; font-family:'Font Awesome 5 Free'; font-weight:bold; color:#fff;}
.navbar {padding:0;}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {color:#fff;}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:hover {
 color:#fff; background:#ff8a00;}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {color:#fff;}
.login_btn a{display:inline-block; padding:12px 20px; font-size:14px; border-radius:4px; text-transform:uppercase; font-weight:bold; text-decoration:none; color:#fff;}
.parent_login{background:#ff8a00; margin-right:5px;}
.procare_login{background:#440105;}
.login_btn i{padding-right:5px;}
.login_btn a:hover{background:#fff; color:#000;}
.sticky {top:0; position:fixed; width:100%; left:0; z-index:10000; background:#ee3131; height:65px; margin-top:0; -webkit-box-shadow:0px 5px 7px rgba(3, 3, 3, 0.11); -moz-box-shadow:0px 5px 7px rgba(3, 3, 3, 0.11); box-shadow:0px 5px 7px rgba(3, 3, 3, 0.11);}
.custom-navbar .navbar-nav li.active > a {background-color:#1d2435; color:#fff;}
.navbar-light .nav-item:hover .nav-link, .navbar-light .navbar-nav .nav-link:hover {color:#fff; background:#ff8a00;}
.navbar-nav li {position:relative;}
.navbar-nav > li > ul {list-style:none; position:absolute; left:0; top:200%; width:300px; padding:0px; z-index:100; background:#fff; visibility:hidden; opacity:0; border-radius:0px 2px 2px 2px; -ms-border-radius:0px 2px 2px 2px; -webkit-border-radius:0px 2px 2px 2px; -moz-border-radius:0px 2px 2px 2px; -o-border-radius:0px 2px 2px 2px; transition:all 500ms ease; -moz-transition:all 500ms ease; -webkit-transition:all 500ms ease; -ms-transition:all 500ms ease; -o-transition:all 500ms ease; box-shadow:0px 8px 18px rgb(0 0 0 / 17%);}
.submenu li:last-child {border:none;}
.navbar-nav > li:hover > ul {top:100%; opacity:1; visibility:visible;}
.navbar-nav > li > ul > li {position:relative; float:none; width:100%; border-bottom:1px solid #eaeaea; padding:0;}
.submenu > li:hover > a {background:#ff8a00; color:#fff !important;}
.navbar-nav > li > ul > li > a {text-decoration:none; position:relative; display:block; padding:14px 20px; font-weight:600; font-size:14px; color:#000 !important; word-wrap:break-word; transition:all 500ms ease; -moz-transition:all 500ms ease; -webkit-transition:all 500ms ease; -ms-transition:all 500ms ease; -o-transition:all 500ms ease;}
.navbar-nav li > .submenu > li a + i {display:none; position:absolute; right:15px; top:7px; font-size:24px; cursor:pointer; color:#0b3c5d; background:#fff; width:30px; height:30px; text-align:center; line-height:30px;}
.navbar-nav > li > a + i {display:none; position:absolute; right:15px; top:7px; font-size:24px; cursor:pointer; color:#0b3c5d; background:#fff; width:30px; height:30px; text-align:center; line-height:30px;}
.submenu li .submenu_right {display:none;}
.submenu_right {background:#328bc3; position:absolute; top:0; left:100%; width:200px;}
.submenu_right li {padding-bottom:0; padding:0px; border-bottom:1px solid rgba(255, 255, 255, 0.50);}
.submenu_right li a {display:block; padding:7px 10px; color:#fff; text-decoration:none;}
.submenu_right li a:hover {background:#c79935; color:#fff !important;}
.submenu li:hover .submenu_right {display:block;}
.close-toggler{display:none;}
.navbar-nav{margin-bottom:0; margin-right:auto!important;}
.caret{}

/*********************************************
  Custom slider options
**********************************************/
.tp-banner-container {position:relative; z-index:1; padding:0; width:100%;}
.tp-banner:after{content:""; background:url(../images/slider_after.png) no-repeat top; background-size:cover; width:100%; height:104px; position:absolute; bottom:0; left:0; z-index:99;}
.tp-banner {position:relative; width:100%;}
.tp-caption {line-height:normal !important;}
.tp-caption a {color:inherit !important;}
.tp-bullets.simplebullets.round .bullet {border:3px #fff solid; border-radius:50%; background-image:none !important;}
.tparrows {width:auto !important; height:auto !important; background-image:none !important;}
.tp-arr-allwrapper {margin:0 10px; width:50px; height:60px; background:rgba(255,255,255,0.5);}
.tp-arr-allwrapper:hover .tp-arr-iwrapper {color:#fff;}
.tp-leftarrow .tp-arr-allwrapper {}
.tp-rightarrow .tp-arr-allwrapper {}
.tp-arr-iwrapper {color:#000; text-align:center; font-size:30px; font-family: 'Font Awesome 5 Free';
  font-weight: 900; line-height:60px;}
.tp-leftarrow .tp-arr-iwrapper {}
.tp-leftarrow .tp-arr-iwrapper:before {content:"\f104";}
.tp-rightarrow .tp-arr-iwrapper:before {content:"\f105";}
.tp-rightarrow .tp-arr-iwrapper {}
.slide-h1 {margin:5px 0 !important; padding:0 0 10px !important; padding-bottom:5px !important; color:#444; text-transform:uppercase; font-weight:bold; font-size:57px;}
.slide-h2 {margin:5px 0 !important; padding:0 0 10px !important; padding-bottom:5px !important; color:#555; font-weight:bold; font-size:55px; line-height:100%;}
.big-font {text-transform:uppercase; font-weight:800; font-size:60px;}
.large-desc {font-size:16px;}
.slide-h3 {color:#fff; font-size:31px; line-height:100%;}
.slide-h3 span {text-transform:uppercase; font-weight:bold;}
.slide-head {text-transform:uppercase; font-weight:900; font-size:30px;}
.slide-desc {font-size:22px; line-height:150%;}
.main-title {text-transform:uppercase; font-weight:800; font-size:70px;}
.icon-cont {padding:15px 40px; border-radius:10px; text-align:center;}
.icon-cont:after {position:absolute; bottom:-10px; left:40%; z-index:5; display:inline-block; width:0; height:0; border-width:10px 10px 0 10px; border-style:solid; content:"";}
.icon-cont i {margin-bottom:10px; color:#fff; font-size:50px;}
.icon-cont span {display:block; padding:0 0 5px; color:#fff; text-align:center; font-size:18px;}
a.wit-btn {background:#fff; color:#333 !important; text-transform:uppercase;}
.wit-line {width:5%; height:1px; background:#fff;}
.vert-line {min-height:270px; width:1px; background:#fff;}
.subTxt {text-transform:uppercase; font-weight:bold; font-size:17px; color:#333;}
.large-title {color:#222; font-size:60px; font-weight:800; text-transform:uppercase !important;}
.large-light-title {color:#787878 !important; font-size:70px; font-weight:lighter; text-transform:uppercase; letter-spacing:2px;}
.large-text {font-size:20px; color:#000; font-weight:lighter;}
.larger-text {font-size:24px; font-weight:lighter; text-transform:uppercase;}
.witTxt {color:#fff !important;}
.light-font {font-weight:lighter !important; font-size:50px;}
.black-bg{  background:rgba(0,0,0,.63); color:#a8a8a8; text-transform:none;}
.lft-list {padding:10px; font-size:18px; color:#fff;}
.wit-border {border:1px #fff solid; padding:15px 60px; color:#fff; font-size:16px; text-transform:uppercase;}
.rounded-bord {margin-right:15px; border:1px #fff solid; width:30px; height:30px; text-align:center; line-height:30px; font-size:13px; border-radius:50%;}
#vertical-ticker{height:120px; overflow:hidden;}
#vertical-ticker li{padding:15px 20px; display:block; text-align:center;}
.to-bottom i.fa{font-size:30px; border:2px #a8a8a8 solid; padding:20px 22px; border-radius:50%; -webkit-animation:bounce 2s infinite linear; animation:bounce 2s infinite linear;}
.slidertext1{color:#fff; font-size:48px; line-height:52px !important; font-weight:bold !important; padding:15px 0; text-transform:none !important; text-shadow:0 0 10px rgba(0, 0, 0, 0.15); font-family:'Montserrat', sans-serif; text-align:center;}
.slidertext1 span{display: block;}
.slidertext2{color:#fff; font-size:48px; line-height:52px !important; font-weight:bold !important; padding:15px 0; text-transform:none !important; text-shadow:0 0 10px rgba(0, 0, 0, 0.15); font-family:'Montserrat', sans-serif; text-align:left;}
.slidertext2 span{display: block;}
.slidertext3 span{display:block; margin-top:12px;}
.slidertext4 a{color:#fff !important; font-size:16px; border-radius:5px;font-weight:700; padding:12px 50px; font-family:'Open Sans', sans-serif; text-transform:uppercase !important; text-align:left; background:none; }
.slidertext4 a:hover{background:#ffc501; color:#fff !important; border-color:#ffc501;}
a.slidebtn{background:#e76ba9; color:#fff !important; padding:15px 30px; font-size:16px; font-weight:normal !important; text-transform:none !important; display:inline-block; font-family:'Playfair Display', serif;}
a.slidebtn i{margin-left:10px;}
.slidertext5 a{border:none; background:#ff8a00; padding:20px 50px; border-bottom:4px solid #d27200;}
.slidertext5 a:hover{background:#fff; color:#000 !important; border-bottom-color: #b3b3b3;}

@-webkit-keyframes bounce {0%{transform:translateY(0%); }
  50%{transform:translateY(-30%); }
  100%{transform:translateY(0); }
}

/* Mozilla Firefox 15 below */
@-moz-keyframes bounce {0%{transform:translateY(0%); }
  50%{transform:translateY(-30%); }
  100%{transform:translateY(0); }
}

/* Opera 12.0 */
@-o-keyframes bounce{0%{transform:translateY(0%); }
  50%{transform:translateY(-30%); }
  100%{transform:translateY(0); }
}

/* W3, Opera 12+, Firefox 16+ */
@keyframes bounce {0%{transform:translateY(0%); }
  50%{transform:translateY(-30%); }
  100%{transform:translateY(0); }

}





/*********************************************
        About css
*********************************************/
.about-wrap{padding:60px 0; position:relative;}
.about-wrap .title h2{color:#7c141b}
.about-wrap:after{background:#f0f6fd; content:""; width:100%; height:350px; position:absolute; bottom:0; left:0; z-index:-1;}
.about-academy img{border-radius:30px 0 30px 0; box-shadow:1px 8px 15px rgb(0 0 0 / 16%);}
.about_info{margin-left:30px;}
.about-wrap p{font-size:16px; color:#737373; line-height:26px;}
.about-wrap .readmore{margin-top:30px;}
.readmore a{text-decoration:none; color:#fff; background:#053855; border-bottom:4px solid #032b42; padding:16px 26px; text-transform:uppercase; font-weight:bold; border-radius:6px;  font-size:16px; display:inline-block;}
.readmore a:hover{background: #ff8a00; border-color: #ad6006;}
.about-wrap h3{margin-top:80px; font-size:24px; font-weight:bold;}
.about-wrap h4{font-size:14px; line-height:18px; color:#000028; font-family:'Open Sans', sans-serif; font-weight:bold; margin-top:10px;}
.badges{width:105px; height:100px; background:#fff; text-align:center; border-radius:5px; box-shadow:0 0 10px rgb(0 0 0 / 15%); margin-top:20px; padding:4px; display: inline-block;}




/*********************************************
        Programs css
*********************************************/
.programs-wrap{padding:30px 0 50px 0;}
.title_flex{display:flex; justify-content:space-between;}
.title_flex h2{margin-top:14px;}
.programImg img{border-radius:5px;}
.progWrp{position:relative; margin-bottom:24px;}
.program_info{display:flex; justify-content:space-between; position:absolute; left:20px; right:16px; bottom:10px;}
.program_info h3 a{text-decoration:none; font-size:18px; color:#fff; font-weight:bold;}
.program_info h3 a:hover{color: #ffa500;}
.program_icon a{font-size:20px; background:#ff8a00; display:block; width:34px; height:34px; border-radius:100%; text-align:center; line-height:34px; color:#fff;}
.programImg{overflow: hidden;}
.programImg img{-webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;}
.progWrp:hover .programImg img{-webkit-transform: scale(1.1);
  transform: scale(1.1);}


/*********************************************
        Daycar css
*********************************************/
.daycar-wrap{padding:60px 0; background:#f0f6fd;}
.daycar-wrap p{color:#000; line-height:24px;}
.daycareImg{text-align:right;}
.daycareImg img{border-radius:30px 0 30px 0; box-shadow:1px 8px 15px rgb(0 0 0 / 16%);}
.daycar-wrap .title h2 span{display:block;}
.care_list{margin:0; padding:0; margin-top:30px;}
.care_list li{margin-bottom:15px;}
.learing-wrp{display:flex;}
.care_icon{background:#fff; width:70px; height:80px; text-align:center; margin-right:20px; display:table; line-height:80px; box-shadow:0 0 14px rgb(0 0 0 / 14%); border-radius:6px;}
.learing-wrp h3{font-size:22px; font-weight:bold;}
.care-wrap{position:relative;}
.contact_box{position:absolute; bottom:60px; left:0;}
.contact_box a{text-decoration:none; background:#ff8a00; padding-top:30px; border-radius:18px; box-shadow:8px 9px 15px rgb(0 0 0 / 17%); font-family:'Montserrat', sans-serif; display:inline-block; width:146px; height:130px; text-align:center; color:#fff; font-size:18px; font-weight:bold;}
.contact_box span{display:block; margin-top:6px;}



/*********************************************
        Event css
*********************************************/
.event-wrap{padding:30px 0 100px 0;}
.event-wrap .title{margin-bottom:30px;}
.event_sec{background:#fff; padding:20px; border-radius:5px; display:flex; box-shadow:0 0 15px rgb(0 0 0 / 16%);}
.event_date{margin-right:20px; text-align:center; font-weight:bold; background:#ff8a00; color:#fff; font-size:14px; width:67px; height:99px; display:table; padding-top:14px; line-height:24px;}
.event_date span{display:block; font-size:24px;}
.event_info h3{line-height:22px;}
.event_info h3 a{text-decoration:none; font-size:20px; color:#485505; font-weight:bold; font-family:'Open Sans', sans-serif;}
.event_info h3 a:hover{color:#ff8a00;}
.event_info h3 a span{display:block;}
.event_info p{line-height:20px; margin-top:10px; margin-bottom:0; color:#000;}



/*********************************************
        Testimonials css
*********************************************/
.testimonials-wrap{background:url(../images/testimonial-bg.png) no-repeat top; background-size:cover; padding:60px 0 20px 0; position:relative;}
.testimonials-wrap .owl-carousel{padding: 0px;}
.starWrp{padding:0;}
.starWrp li{display:inline-block; font-size:18px; color:#ffc600; padding-right:4px;}
.quote_icon{margin-bottom:15px;}
.testimonials-wrap h3{font-size:18px; font-weight:bold; color:#fff; margin-bottom:0; font-family:'Open Sans', sans-serif;}
.testimonials-wrap p{font-size:17px; font-style:italic; line-height:24px; color:#fff; margin-top:10px;}
.testimonials-wrap .title{display:flex; justify-content:flex-end; padding-right:50px;}
.testimonials-wrap .title h2{color:#fff; margin-top:90px; text-shadow:8px 5px 5px rgb(0 0 0 / 17%);}
.testimonials-wrap .title h2 span{display:block;}

.testimonials-wrap .owl-nav{position:absolute; left:-278px; bottom:32px;}
.testimonials-wrap .owl-nav button{background:rgb(255 255 255 / 40%); width:52px; height:52px; margin-right:14px; border-radius:100%; font-size:30px; border:none; color:#fff; box-shadow:5px 5px 5px rgb(0 0 0 / 14%);}
.testimonials-wrap .owl-dots{display:none;}
button:focus{outline:none;}
.pointing_girl{position:absolute; bottom:0; left:0;}




/*********************************************
        Intelligent css
*********************************************/
.intelligentWrap{position:relative;}
.intelligentWrap .col-lg-3, .intelligentWrap .col-lg-6{padding:0px;}
.intelldetail{background:#ff8a00; z-index:1; position:relative; text-align:center; padding:40px 40px; margin:0 auto;}
.intelldetail .title h2{font-size:36px; color:#fff; text-shadow: 5px 4px 5px rgb(0 0 0 / 11%);}
.intelldetail .title h2 span{display: block;}
.intelldetail .title p{color:#fff; font-family:'Open sens', sans-serif; font-size:16px; font-weight: 600; margin: 10px 0;}
.intelldetail .title p span{display: block;}
.intelldetail .signup_btn {margin-top:15px;}
.intelldetail .signup_btn a{margin:0 5px; font-size:16px; border-bottom:5px solid #032e46;}
.intelldetail .signup_btn a:hover{background: #ff8a00;}
.intelldetail .signup_btn a+a{background:#7c141b; border-bottom:5px solid #63070e;}
.intelldetail .signup_btn a:hover{background: #fff; color: #000;}



/*********************************************
        Brand css
*********************************************/
.partners_wrap{position:relative; padding:70px 0px 50px; background:#fff;}
.partners_wrap .title{text-align:center;}
.partners_wrap .title h2{color:#000;}
.partners_wrap .title p{color:#000; font-family:'Open sens', sans-serif; font-weight:normal; padding:15px 0 10px; line-height:24px; font-size:14px; max-width:600px; text-align:center; margin:0 auto;}
.partners_wrap .owl-nav, .partners_wrap .owl-dots{display:none;}




/*********************************************
        Footer css
*********************************************/
footer{background:url(../images/footer-bg.png) no-repeat top; background-size:cover; padding:150px 0 0px; position:relative;}
footer h3{font-size:18px; font-weight:bold; font-family:'Open sens', sans-serif; color:#fff; margin-bottom:20px;}
.ourproggram{column-count:2;}
footer ul{list-style:none; padding:0px; margin:0px;}
footer ul li{line-height: 18px;
    margin-bottom: 13px;}
footer ul li a{font-size:14px; color:#fff; font-family:'Open sens', sans-serif; font-weight:normal; text-decoration:none;}
footer ul li a:hover{color:#ff8a00;}
.footer_info{list-style:none; display:block;}
.footer_info li{display:block; padding-bottom:25px; line-height:initial;}
.footer_info .conInfo{padding-left:45px; position:relative; font-size:16px;}
.footer_info .phonewrp:before{content:"\f879"; color:#fff; font-size:30px; font-family:'Font Awesome 5 Free'; font-weight:900; position:absolute; top:8px; left:0;}
.footer_info .addressWrp{font-size:16px !important; color:#fff; position:relative;}
.footer_info .addressWrp:before{content:"\f3c5"; color:#fff; font-size:30px; font-family:'Font Awesome 5 Free'; font-weight:900; position:absolute; top:0px; left:0;}
.footer_info .conInfo span{font-size:14px; text-transform:uppercase; color:#ff8a00; display:block; font-weight:normal;}
.footer_info .conInfo a{text-decoration:none; font-size:24px; color:#fff; font-weight:bold; line-height:28px;}
.footer_info .conInfo .addr{font-size:16px;}
.footer_logo{padding-top:15px; text-align:center;}
.socialmedia_icons{list-style:none; }
.socialmedia_icons li{display:inline-block; padding:0 5px;}
.socialmedia_icons li a{display:block; width:3rem; height:3rem; background:#fff; color:#000; text-align:center; line-height:3rem; font-size:1rem; border-radius:100%;}
.socialmedia_icons li a:hover{background:#ff8a00; color:#fff;}
.copyrightt{border-top:1px solid #892b32; padding:15px 0; margin-top:28px;}
.copyrightt .aboutt-compny{text-align:left;}
.copyrightt .aboutt-credits{text-align:right;}
.copyrightt .aboutt-credits a{color:#fff; font-weight:600; text-decoration:none;}
.copyrightt .aboutt-credits a:hover{color: #ff8a00;}
.copyrightt p{color:#fff; font-size:14px; font-weight:normal; margin-bottom:0px;}
.qualityImg{margin-top:25px; padding-top:25px; text-align:center; border-top:1px solid #8f343b;}



/*********************************************
        page-title css
*********************************************/
.page-title{position:relative; padding:36px 0; background: url(../images/innerHeading-bg.jpg) no-repeat top; text-align:center; background-size:cover;}
.page-title h1{font-size: 36px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    line-height: 50px; text-transform: uppercase; font-weight: bold;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.page-title .title{margin-bottom: 0;}
.page-title .bread-crumb{position:relative; padding: 0px;}
.page-title .bread-crumb li{color:#fff; position:relative; display:inline-block; margin-right:10px; font-size:18px; font-weight:500; padding-right:27px;}
.page-title .bread-crumb li:last-child{margin-right:0; padding-right:0;}
.page-title .bread-crumb li:before{font-family:'Font Awesome 5 Free'; content:"\f30b"; position:absolute; right:0; top:2px; line-height:25px; font-size:17px; color:#fff; font-weight:900;}
.page-title .bread-crumb li:last-child:before{display:none;}
.page-title .bread-crumb li a{color:#fff; text-decoration:none;}

/*innerWrapp*/
.innerWrapp{position: relative; padding:80px 0;}
.contact-inner{position:relative; padding-bottom: 80px;}
.contact-inner .icon-bx-wraper{position:relative; display: flex;}
.contact-inner .icon-bx-wraper.left .icon-md{float:left; margin-right:10px; width:60px; display:inline-block; text-align:center;}
.contact-inner .icon-bx-wraper.left .icon-md i{font-size: 45px;}
.contact-inner .icon-content { }
.contact-inner .icon-content h4{font-weight: bold;}
.contact-inner .icon-content p{font-size: 14px; margin-bottom: 0px;}
.contact-inner .icon-content p a{color: #000; text-decoration: none;}
.text-red{color: #710109;}
.text-blue{color: #053855;}
.text-orange{color: #ef9800;}
.innerForm{position: relative; padding-top: 50px;}
.innerForm .title{max-width: 800px; margin:0 auto 50px; text-align: center; }
.innerForm .form-control, .innerForm .form-select{
    background-color: #f0f6fd;
    border: 2px solid #f0f6fd;
    line-height: 18px;
    height: 60px;
    border-radius: 6px;
    padding: 20px;
    font-size: 16px;
    font-weight: 300;
    display: block;
    width: 100%;
}
.innerForm .form-control:focus, .innerForm .form-select:focus{box-shadow:none;}
.innerForm textarea.form-control{height: 120px;}
.innerForm .btn{text-decoration: none;
    color: #fff; border: none;
    background: #053855;
    border-bottom: 4px solid #032b42;
    padding: 16px 26px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 6px;
    font-size: 16px;
    display: inline-block;
}
.innerForm .btn:hover{background: #ff8a00; border-bottom-color: #ad5d00;}

.innerForm .title p{font-size: 16px;}
.innerForm .title p a{
    color: #710109;}
.innerForm .title p a:hover{color: #ff8a00; text-decoration: none;}
.text_left{text-align: left !important; max-width: 100% !important; margin-bottom: 30px !important;}
.sidebar-style-two .widget {
    background: #fffcf8;
    padding: 30px 25px;
}
.padding_top_zero{padding-top: 0px;}
.categories-list {
    position: relative;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.categories-list li {
    position: relative;

}
.categories-list li a {
    color: #222;
    font-size: 14px;
    font-weight: 500;
    transition: .5s;
    text-decoration: none;
    padding: 11px 17px;
    display: block;
    padding-left: 50px;}
.categories-list li.current a, .categories-list li a:hover{color: #fff; background: #710109;}
.categories-list li.current a:before, .categories-list li a:hover:before{background:#fff;}
.categories-list li.current a:after, .categories-list li a:hover:after{color: #fff;}
.categories-list li a:before {
    position: absolute;
    content: '';
    left: 35px;
    top: 12px;
    width: 1px;
    height: 20px;
    background-color: #212529;
    transition: .5s;
}
.categories-list li a:after {
    font-family:'Font Awesome 5 Free';
    content: "\f101";
    position: absolute;
    left: 12px;
    top: 10px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    transition: .5s;
    font-weight: 900;
    color: #212529;
}

.sidebar-style-two .widget-title{margin-bottom: 25px;}
.widget_download {
    background: #ff8a00 !important;
}
.widget_download .widget-title{color: #fff; font-size:20px;}
.widget_download .download-pdf {
    position: relative;
    padding-left: 35px;
    margin-bottom: 30px;
}
.widget_download .download-pdf:last-child{margin-bottom: 0px;}
.widget_download .download-pdf .icon {
    position: absolute;
    left: 0;
    top: 5px;
}
.widget_download .download-pdf .icon i{font-size: 24px; color: #fff;}
.widget_download .download-pdf h4 {
    position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}
.widget_download .download-pdf p {
    color: #fff;
    margin: 0;
}
.widget_download .download-pdf p span{font-size: 24px; font-weight: bold;}
.widget_download .download-pdf p a{
    color: #fff;
text-decoration: none;
}
.widget {
    position: relative;
    margin-bottom: 50px;
}
.course-details {
    position: relative;
}
.course-details .image {
    position: relative;
    margin-bottom: 30px;
}

.course-details h3 {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
.course-details .text {
    margin-bottom: 30px;
}
.course-details .text blockquote {font-size: 14px;
    font-style: italic;
    line-height: 24px;
    background: #fff4e6;
    padding: 25px;
    border-left: 8px solid #ff8a00;
    margin: 20px 0;}
.course-details .text blockquote p{font-size: 16px;}
.course-details .text-block-two {
    position: relative;

}
.course-details .list {
  padding-left: 0px;
    position: relative;
    margin-bottom: 30px;
}
.course-details .list li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 600;
}
.course-details .list li:before {
    position: absolute;
    left: 0;
    top: 1px;
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-size: 16px;
}
.course-details .list-two {
    position: relative;
    padding-left: 18px;
    margin-bottom: 50px;
}

.course-details .list-two li {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    list-style: disc;
    color: #555;
    margin-bottom: 5px;
}


#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #710109
}

#progressbarform .active {
    display: flex;
}

#progressbarform .inactive {
    display: none;
}

#buttons_div .active{
    display: inline-block;
}

#buttons_div .inactive{
    display: none;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
    text-align: center;
}

#progressbar #student_info_tab:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f501";
    font-weight:900;
}

#progressbar #family_info_tab:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f007";
    font-weight:900;
}

#progressbar #medical_info_tab:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f481";
    font-weight:900;
}

#progressbar #contact_info_tab:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f2bb";
    font-weight:900;
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: #ccbabb;
    border-radius:3px;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #710109
}

.innerWrapp .event-wrap{padding: 0;}
.innerWrapp .event_sec{margin: 15px 0;}



/*********************************************
        8-4-21 css
*********************************************/
.intelligentbox{position: absolute; top: 0; left: 0;}
.intelimg{position: absolute;top: 0; right: 0;}



    .register-form {
    padding: 40px 45px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgb(51 51 51 / 10%);
    box-shadow: 0 0 10px rgb(51 51 51 / 10%);
    max-width: 650px;
    margin: auto;
}
.register-form .important-text {
    margin-top: 15px;
}
.register-form .important-text p {
    font-size: 15px;
    color: #656565;
}
.register-form .important-text p a {
  text-decoration: none;
    color: #656565;
    font-weight: 600;
}
.register-form .form-control{
    background-color: #f0f6fd;
    border: 2px solid #f0f6fd;
    line-height: 18px;
    height: 60px;
    border-radius: 6px;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 300;
}
.register-form .form-control:focus{box-shadow: none;}
.register-form .btn {
    text-decoration: none;
    color: #fff; border: none;
    background: #053855;
    border-bottom: 4px solid #032b42;
    padding: 16px 26px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 6px;
    font-size: 16px;
    display: inline-block;
}
.register-form .lost-your-password {
    text-align: right;
}
.register-form .lost-your-password a {
    display: inline-block;
    position: relative;
    font-weight: 500;
    font-size: 13px;
    text-decoration: none;
    color: #6b6b84;
}

.register-form .btn:hover{background: #ff8a00; border-bottom-color: #ad5d00;}
.forgotWrp{display: block;}
.float-right{float: right !important;}



.testimonials{border: 1px solid #e0e0e0; padding: 30px; margin: 15px 0;}
.testimonials h3{font-size: 18px;}
.testimonials ul{padding: 0;}
.testimonials .starWrp li{font-size: 16px;}
.testimonials p{margin-top: 10px; font-style: italic; margin-bottom: 0;}
.quote_icon i{font-size: 36px; color: #ff8a00;}


/*paginationWrap*/
.paginationWrap{padding: 0px; position: relative;}
.pagination li .page-link{color:#000; background-color:#fff; border:1px solid #e0e0e0;}
.pagination li.current .page-link, .pagination li .page-link:hover{color:#fff; background-color:#710109; border:1px solid #710109;}
.pagination li .page-link:focus{box-shadow: none;}

/*eventt-info*/
.eventt-info{position:relative; background-color:#ff8a00; border-radius:5px;}
.eventt-info .course-info{position:relative;}
.eventt-info .course-info li{position:relative; min-height: 165px; float:left; width:33.33333333%; border-right:1px solid #ffb155; padding:30px 15px; text-align:center;}
.eventt-info .course-info li:nth-child(3){border-right:none;}
.eventt-info .course-info li h4{display:block; font-size:18px; line-height:30px; color:#fff; font-weight:600; margin-bottom:0;}
.eventt-info .course-info li h4 i{display:inline-block; margin-right:5px;}
.eventt-info .course-info li p{font-size:14px; line-height:23px; color:#fff; font-weight:400; margin-bottom:0; margin-top: 5px;}





/*********************************************
        16-4-21 css Start
*********************************************/

.userdashboard .card {
    position: relative;
    margin-bottom: 1.5rem;
    width: 100%;
}
.userdashboard .card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-title:only-child {
    margin-bottom: 0;
}
.border-bottom {
    border-bottom: 1px solid #e8ebf3 !important;
}
.profile-pic {
    text-align: center;
}
.profile-pic-img {
    position: relative;
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    font-size: 2rem;
    text-align: center;
    margin: 0 auto;
}
.item1-links a span {
    background: #fff2e2;
    color: #ff8a00;
}
.profile-pic-img span {
    position: absolute;
    width: 1rem;
    height: 1rem;
    border-radius: 50px;
    right: -1px;
    top: .5rem;
    border: 2px solid #fff;
}
.brround {
    border-radius: 50%;
}
.text-dark, .text-body {
    color: #343a40 !important;
}
.item1-links a {
    padding: .75rem 1.25rem;
    font-weight: bold;
    font-size: 16px;
    color: #343a40;
    line-height: 30px;
    text-decoration: none;
}
.item1-links a.active, .item1-links a:hover{
    background: #fff2e2;
    color: #ff8a00;
    border-right: 2px solid #ff8a00;
}
.item1-links a:hover {
    color: #ff8a00;
    text-decoration: none;
}

.item1-links a span {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
}
.item1-links a.active span, .item1-links a:hover span {
    background: #ff8a00;
    color: #fff;
}
.item1-links a span .typcn {
    line-height: 1.7;
}
.mr-2{margin-right: .5rem!important;}
.profile-pic h4{font-size: 18px !important;}
.card-title {
    font-size: 0.9rem;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
}


.card-header {
    padding: 15px 16px;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.dashboardbox a{background: #ff8a00; padding: 20px; border-radius: 5px; display: block;}
.dashboardbox i{color: #fff; font-size:28px;}
.dashboardbox h3{color: #fff; font-size: 16px; margin-top: 10px; margin-bottom: 0;}
.dashboardbox a{text-decoration: none;}
.dashboardbox{margin: 15px 0;}

.contact-form-wrap .form-group .form-control {
    color: #555;
    border: 1px solid #e8e8e8;
    padding: 12px 10px;
    width: 100%;
    font-size: 14px;
    border-radius: 0;
    height: 50px;
    background: #fdfdfd;
    appearance: revert;
}
.form-group {
    margin-bottom: 1rem;
}
.contact-form-wrap label{margin-bottom: 5px; font-size: 14px;
    font-weight: 600;}
.radio{margin-top:6px;}
.radiobox{margin-bottom:20px;}

.radiobtn{display: inline-block;
    position: relative;
    padding: 5px 0 5px 35px;
    line-height: 26px;}
.radiobtn input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.radiobtn .checkmark {
    width: 26px;
    height: 26px;
    border: 5px solid #ffe5c6;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
}
.radiobtn input[type="radio"]:checked + .checkmark {
    background: #ffe5c6;
    border: none;
}
.radiobtn input[type="radio"]:checked + .checkmark:after {
    left: 7px;
    top: 7px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #ff8a00;
    display: block;
}
.radiobtn .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.contact-form-wrap .btn {
    background: #7c141b;
    font-size: 14px;
    padding: 14px 36px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    border: none;
    display: inline-block;
    font-weight: 600;
}

.contact-form-wrap .btn:hover{background: #ff8a00;}

/*********************************************
        16-4-21 css End
*********************************************/









/*********************************************
        Media Screen css
*********************************************/
@media screen and (max-width:1440px){
.intelldetail{padding:40px 70px;}
.pointing_girl img{width:400px;}
.intelldetail .title h2{font-size:32px;}

  }

@media screen and (max-width:1320px){
.intelldetail .title h2{font-size: 26px;}
.intelldetail .title p{font-size: 14px;}
.pointing_girl img{width:350px;}
}

@media screen and (max-width:1200px){
.login_btn a{padding:10px 16px;}
.testimonials-wrap .owl-nav{display:none;}
.navbar-light .navbar-nav .nav-link{padding:14px 10px;}
.footer_info .conInfo{padding-left:36px;}
.event_info h3 a {font-size:18px;}
.pointing_girl{left:0;}
.intelldetail .title{margin-bottom:0;}
.intelldetail .title h2{font-size:30px;}
.learing-wrp h3{font-size:18px;}
.intelldetail{padding:40px 22px;}
.slidertext-ML{margin-left:50px !important;}
.eventt-info .course-info li{min-height:187px;}

/*8-4-21*/
.about-wrap{background: #f0f6fd;}
.about-wrap:after{display: none;}
.contact_box{bottom:-60px; left:36px;}
.pointing_girl{display: none;}
.testimonials-wrap{padding-bottom: 30px;}
.about-wrap h3{margin-top:30px;}
.about-wrap h3{font-size:20px;}
.title h2{font-size:26px;}
.program_info h3{line-height:18px;}
.about-wrap p{font-size:15px;}
}






@media screen and (max-width:990px){
.header-wrap .caret{display:none;}
.qualityImg{margin-top:0;}
.about-wrap .row{text-align:center;}
.navbar-toggler{display:block;}
.navbar-collapse{position:fixed; top:0px; bottom:0; left:100%; width:80%; padding-right:1rem; padding-left:1rem; overflow-y:auto; visibility:hidden; background-color:rgba(0, 0, 0, 0.8); transition:visibility .3s ease-in-out, -webkit-transform .3s ease-in-out; transition:transform .3s ease-in-out, visibility .3s ease-in-out; transition:transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out; z-index:10000;}
.navbar-collapse.show{visibility:visible; -webkit-transform:translateX(-100%); transform:translateX(-100%);}
.navbar-nav{margin-top:60px;}
.close-toggler{background:none; color:#fff; padding:5px; border:none; margin-top:10px; font-size:24px; position:absolute; top:0; right:15px; display:block;}
.navbar-toggler{position:absolute; top:20px; right:20px; display:block;}
.navbar-nav li a + i{display:block;}
.navbar-nav > li > ul{width:100%; position:static; display:none; margin-left:0; opacity:1; visibility:visible;}
footer{background:#7c141b; padding-top:50px;}
.copyrightt .aboutt-compny{text-align:center;}
.copyrightt .aboutt-credits{text-align:center; padding-top:10px;}
.event_date{height:99px;}
.event_sec{margin-bottom:15px;}
.daycareImg{text-align:center;}
.about-wrap:after{position:static;}
.pointing_girl{display:none;}
.testimonials-wrap .title{justify-content:center;}
.testimonials-wrap .title h2 span{display:inline-block;}
.footer_logo{padding-bottom:25px;}
.footer_info li{padding-bottom:12px;}
.about-academy{text-align:center; padding-bottom:35px;}
.about-academy img{width:100%;}
.about_info{margin-left:0;}
.header_info{justify-content:center; padding:0;}
.header_info li:first-child{padding-left:0;}
.slidertext1, .slidertext2{line-height:50px !important;}
.contact_box{bottom: 60px;}
.testimonials-wrap .title h2{margin-top:60px;}
.testimonials-wrap{text-align:center;}
.about-wrap{border-bottom:1px solid #efefef; padding-bottom:30px;}
.emailboxWrp{margin:15px 0;}
.intelligentbox, .intelimg{position:static;}
.intelligentWrap{text-align:center;}
.intelligentbox img, .intelimg img{width:100%;}
.partners_wrap{padding:50px 0;}
.eventt-info .course-info li{min-height:142px;}
}

@media screen and (max-width:767px){
.progWrp{max-width:370px; margin:15px auto;}
.footer_info{padding-bottom:35px;}
.intelligentWrap .container-fluid{padding:0px;}
.eventt-info .course-info{padding:30px 0 0;}
.eventt-info .course-info li {width:100%; padding:0; margin-bottom:30px;}
.contact_box{bottom:15px; left:40px;}
.slidertext1{line-height:34px !important;}
.header_info{padding-left:0px; display:block;}
.header_info li:nth-child(1){padding-left:0px; display:inline-block;}
.header_info li:nth-child(2){ display:inline-block;}
.header_info li:nth-child(3){padding-left:0px; display:block; text-align:center; padding-top:15px;}
.header-wrap .navbar-light{position:relative;}
.about-wrap h3{margin-top:40px;}
.title h2{font-size:30px;}
.header_info{text-align: center;}
.header-wrap .phonewrp, .addressWrp{text-align:left;}
.slidertext2{line-height: 30px !important;}
.slidertext5{margin-top: 20px !important;}
.philosophyImg{text-align: center;}
.page-title h1{font-size: 36px;}
.eventt-info .course-info li{min-height:auto; padding-bottom:30px; border-bottom:1px solid #ffb155; margin-bottom:30px;}
.eventt-info .course-info li:nth-child(3){margin-bottom:0px; border-bottom:none;}
}


@media screen and (max-width:575px){
.ourproggram{column-count:1;}
.course-details h3{font-size:20px;}
.page-title h1{font-size:24px;}
.page-title .title{margin-bottom:0px;}
.page-title .bread-crumb{margin-bottom:0;}
.page-title .bread-crumb li{font-size:16px;}
.signup_btn a{font-size:13px; padding:15px 16px;}
.about-wrap .row{text-align:center;}
.title h2 {font-size:18px;}
.intelldetail .title h2{font-size:18px;}
.register-form .lost-your-password{float:none !important;}
.footer_logo{padding-bottom:0px;}
.footer_info{padding-bottom:0px;}
footer h3{margin-top:35px;}
.programs-wrap .title h2, .event-wrap .title h2 {font-size:22px;}
.programs-wrap .readmore a, .event-wrap .readmore a{font-size:14px;}
.intelldetail .signup_btn a{font-size:14px;}
.title h2{font-size: 22px;}
}


@media screen and (max-width:425px){
.header_info li:nth-child(2){padding-left:0px;}
.programs-wrap .readmore a, .event-wrap .readmore a{padding:16px;}
.daycar-wrap .title h2{font-size:24px;}
.header-wrap .phonewrp, .header-wrap .conInfo{padding-left:30px;}
.header-wrap .phonewrp:before, .header-wrap .addressWrp:before{font-size:20px;}
}



@media screen and (max-width:375px){
.header-wrap .phonewrp, .header-wrap .conInfo {padding-left:20px;}
  }
