@import url('https://pro.fontawesome.com/releases/v6.0.0-beta3/css/all.css');
html{font-size: 62.5%;}
body{ padding: 0; margin: 0; list-style: none; font: normal 1.6rem/2.4rem 'Roboto', sans-serif; color: var(--body_txt_color); background: var(--bg_color);}
p{padding: 0; margin: 0;}
a{padding: 0; margin: 0; outline: none;}
ul{ list-style: none; padding: 0; margin: 0;}
label{ list-style: none; padding: 0; margin: 0;}
ul li{ padding: 0; margin: 0;}
h1,.h1, h2,.h2, h3,.h3, h4,.h4, h5,.h5, h6,.h6{padding: 0; margin: 0; font-family: 'Signika', sans-serif;}
input[type="text"]::-webkit-placeholder { opacity: 1;  }
input[type="text"]::-moz-placeholder { opacity: 1;}
input[type="password"]::-webkit-placeholder { opacity: 1;}
input[type="password"]::-moz-placeholder { opacity: 1;}
input[type="search"]::-webkit-placeholder { opacity: 1;}
input[type="search"]::-moz-placeholder { opacity: 1;}
input[type="email"]::-webkit-placeholder { opacity: 1; }
input[type="email"]::-moz-placeholder { opacity: 1;}
input[type="tel"]::-webkit-placeholder { opacity: 1;}
input[type="tel"]::-moz-placeholder { opacity: 1;}
textarea::-moz-placeholder { opacity: 1;  }
textarea::-webkit-placeholder { opacity: 1;}
a:hover{ outline: none !important; text-decoration: none;}
a:active{ outline: none !important; text-decoration: none;}
a{ text-decoration: none !important;}
a:hover, a:focus{ text-decoration: inherit !important;}
a{-webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s; }
/* font-family: 'Signika', sans-serif; */
/* font-family: 'Roboto', sans-serif; */

:root{
    --black: #000;
    --brand: #ba2426;
    --blue: #1e3853;
    --blue2: #074ba0;
    --white: #fff;
    --body_txt_color: #333;
    --bg_color: #eff2fb;
   }


@keyframes pulse_pseudo {
    0% {
      opacity: 1;
      transform: translate(-50%,-50%) scale(1);
    }
    
      100% {
      opacity: 0;
      transform: translate(-50%,-50%) scale(2.25);
    }
  }

  @keyframes pulse_shadow {
    0% { box-shadow: 0px 0px 0px 0px rgba(33,137,232,0.25); }
    100% {box-shadow: 0px 0px 3px 30px rgba(33,137,232,0.0); }
  }

em{font-style: normal;}
.as_btn{color: var(--black); padding: 0 .7rem 0 2.5rem; border: .1rem solid var(--brand); text-align: center;  letter-spacing: .05em; text-transform: uppercase; border-radius: .2rem; position: relative; transition: 0.3s; z-index: 1; overflow: hidden; height: 5rem; line-height: 4.8rem; display: inline-block; font-weight: 500; margin-top: 3rem;} 
.as_btn::after{position: absolute; left: 0; top: 0;  width: 100%;  height: 100%;  content: "";  background: var(--brand);  transform: translateY(110%); transition: 0.3s; z-index: -1;}
.btn_box{background: var(--brand); padding: .8rem; color: var(--white); margin-left: 1.5rem; border-radius: .2rem;}
.as_btn:hover::after{transform: translateY(0%);}
.as_btn:hover{color: var(--white);}
.as_btn:hover .btn_box{background: var(--white); color: var(--brand);}
.ptb{padding: 7rem 0;}
.inner_ptb{padding: 4rem 0 7rem;}
.sub_title{font-weight: 500; position: relative; display: block; margin-bottom: 1.5rem; font-size: 1.7rem; color: var(--brand); padding-left: 6rem; line-height: 1.7rem;}
.sub_title:before {content: ""; position: absolute; left: 0; top: .9rem; height: .1rem; width: 4rem; background: var(--brand);}
.other_title::before{left: 0;}
.other_title{max-width: 28rem; margin: 0 auto; padding-left: 4rem;}



h1,h2{color: var(--black); text-transform: capitalize; font-size: 5rem; line-height: 5.5rem;}
h4{font-size: 2.5rem; line-height: 3rem; text-transform: capitalize; color: var(--black);}
h6{font-size: 1.8rem; line-height: 2.4rem; text-transform: capitalize; color: var(--black);}


/* top_button */
.top_btn {background: var(--brand); border-radius: 100%; bottom: 1rem; color: var(--white); height: 5rem; opacity: 0; overflow: hidden; position: fixed; right: 1rem; width: 5rem; z-index: 9999;  text-align: center; display: inline-block;}
.top_btn i{font-size: 2rem; line-height: 5rem;}
.top_btn.show{opacity: 0.7;}
.top_btn:hover {bottom: .3rem; opacity: 1; color: var(--white);}



/*header*/
.header_sec{ width: 100%;}
.nav_top{border: none; min-height: auto; box-shadow: none; border-radius: 0;}
/* .drop-nav{ position: absolute; top: 10px; right: 0px;} */
/* .nav_top .dropdown-menu li a{ font-size: 13px;} */
.menu_sec li{ position: relative; text-transform: capitalize; font-size: 1.8rem; font-weight: 500;}
.menu_sec li a{display: inline-block; padding-right: 2rem; color: var(--black);}
.menu_sec li:last-child a{padding-right: 0;}
.menu_sec{padding-right: 16rem;}
.menu_sec li.active a, .menu_sec li a:hover{color: var(--brand);}
.nav_top .navbar-brand img{width: 9rem;}   
.header_top{position: relative; padding: 1rem 0; background: var(--blue2);}  
.haeder_top_lt li{display: inline-block;}
.haeder_top_lt li a{color: var(--white); display: inline-block; padding-right: .8rem;}
.haeder_top_lt li:last-child a{padding-right: 0;}
.header_top .d-flex{align-items: center; justify-content: space-between;}
.haeder_top_rt li {display: inline-block; font-size: 1.5rem;}
.haeder_top_rt li a{color: var(--white); display: inline-block; padding: 0 1.5rem;}
.haeder_top_lt ul li.sovial_txt{color: var(--white); padding-right: 1rem; font-size: 1.5rem; text-transform: capitalize;}
.haeder_top_rt ul li{color: var(--white);}
.haeder_top_rt li:last-child a{padding-right: 0;}
.haeder_top_rt li:first-child a{padding-left: 0;}
.haeder_top_rt ul li i{padding-right: .5rem;}
.header_menu{padding: 1rem 0;}
.header_rt_button{position: absolute; right: 0; top: 1.7rem;}
.header_sec.fixed{position: fixed; left: 0p; top: 0; z-index: 99; background: var(--white); box-shadow: 0 0 .7rem 0 #ccc;}
.header_sec.fixed .header_top{display: none;}  


   
 /*banner*/  
.bannersec{ width: 100%; position: relative; display: inline-block;}
.banner_box{padding: 25rem 0; position: relative;}
.banner_box::before{background-color: rgba(25,29,50,0.9); position: absolute; right: 0; top: 0; height: 100%; width: 41%; content: "";}
.banner_right{width: 40rem; padding: 4rem 0;}
.banner_rt_panel{position: absolute; right: 0; top: 2.5rem; width: 32%;}
.banner_right strong{color: var(--white); font-family: 'Signika', sans-serif; font-size: 2rem; line-height: 3rem; text-transform: capitalize; display: block; border-bottom: .1rem dashed #f1f1f1; margin-bottom: 2rem; padding-bottom: 2rem;}
.banner_right .input_fld input[type="text"], .banner_right .input_fld input[type="email"], .banner_right .input_fld input[type="tel"], .banner_right .input_fld input[type="password"], .banner_right .input_fld textarea, .banner_right .input_fld input[type="date"]{color: var(--white);}
.other_btn{background: var(--brand); color: var(--white); display: flex; align-items: center; justify-content: space-between;}
.other_btn .btn_box{background: var(--white); color: var(--brand);}



/* form */
.input_fld input[type="text"], .input_fld input[type="email"], .input_fld input[type="tel"], .input_fld input[type="password"], .input_fld textarea, .input_fld input[type="date"], .input_fld .form-select{width: 100%; border: .1rem solid #ced4da; height: 5rem; padding: 0 1.5rem; box-shadow: none; outline: none; -webkit-appearance: none; color: var(--black); font-size: 1.5rem; border-radius: 1rem; background: transparent;}
.input_fld input[type="text"]::placeholder, .input_fld input[type="email"]::placeholder, .input_fld input[type="tel"]::placeholder, .input_fld input[type="password"]::placeholder,  .input_fld textarea::placeholder, .input_fld input[type="date"]::placeholder{color: #999; opacity: 1;}
.input_fld .form-control:focus{ border-color: var(--button_color); outline: 0; box-shadow: none; }
.input_fld .form-select{background: url(../images/down_arrow_img1.png)no-repeat right 1.5rem center; background-size: 1rem; padding: 0 1rem; height: 4.9rem; cursor: pointer; color: #999;}
/* .input_fld button{border: none;} */
/* .search_box .input_fld button a{color: #555 !important;} */
.input_fld .form-select:focus{border-color: var(--blue2); box-shadow: none;} 
.input_fld{margin-bottom: 1.5rem;}
.input_fld textarea{height: 12rem; resize: none; padding: 1.5rem;}

/* ab_sec */
.ab_lt_img1{--e-transform-rotateZ: -10deg; transform: perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));
    transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);}
.ab_lt_img1 img{border-radius: 3rem; border: .8rem solid var(--white);}
.ab_lt_img2{margin: 10rem 0 0 -5rem; --e-transform-rotateZ: 5deg;     transform: perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));
    transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);}
.ab_lt_img2 img{border-radius: 3rem; box-shadow: 0 0 4rem 0 rgb(0 0 0 / 15%);}
.ab_lt_img1 img, .ab_lt_img2 img{width: 100%;} 
.ab_rt{margin-left: 4rem;}
.count_box strong{font-weight: 800; font-size: 5rem; letter-spacing: .5rem; text-transform: uppercase; -webkit-text-stroke: .2rem var(--brand); -webkit-text-fill-color: transparent; display: block; line-height: 5.5rem;}
.count_box span{color: var(--black); font-size: 1.8rem; letter-spacing: .5rem; text-transform: capitalize; display: block; padding-top: .5rem;}
.count_box{position: relative; margin-top: 3rem;}
.count_icon{width: 6rem; height: 6rem; border-radius: 1rem; display: flex; align-items: center; justify-content: center; background: rgba(186,36,38,0.3); margin-bottom: 1rem;}
.count_icon img{width: 4rem;}


/* faq_sec */
.faq_img{display: block; border-radius: .5rem; overflow: hidden; margin-top: 3rem;}
.faq_contact .accordion-item{margin-top: 0; border-color:transparent; border-top: .1rem solid rgba(0,0,0,.125); margin-top: 1rem;}
/* .faq_contact .accordion-item:first-child{margin-top: 0;} */
.faq_contact .accordion-button:not(.collapsed){color: var(--heading); background-color: transparent; box-shadow: none;}
.faq_contact .accordion-button:focus {box-shadow: none;}
.faq_contact .accordion-button{padding: 1.5rem;}
.faq_contact .accordion-button::after {width: auto; height: auto; background-image: none; font-family: "Font Awesome 6 Pro"; content: "\2b"; color: var(--heading); font-size: 2rem;}
.faq_contact .accordion-button:not(.collapsed)::after{background-image: none; content: "\f068"; color: var(--heading);}
.faq_rt{margin-left: 2rem;}
.faq_contact .accordion-item h6{margin-right: 3rem;}
.faq_contact .accordion-body{background: var(--white); border-left: .4rem solid var(--brand); -webkit-box-shadow: 0 .4rem 6rem rgb(0 0 0 / 7%); box-shadow: 0 .4rem 6rem rgb(0 0 0 / 7%);}
.faq_content{border-top: .1rem dashed #ccc; padding-top: 7rem;}

/* call_sec */
.call_sec{position: relative; z-index: 1;}
.call_sec::before{position: absolute; height: 100%; width: 100%; background-color: rgba(25,29,50,0.9); top: 0; left: 0; z-index: -1; content: "";}
.call_content{position: relative;}
.call_content p{color: rgba(255,255,255,.8);}
.ph_sec{border-top: .1rem dashed #ccc; text-align: center; margin-top: 2rem; padding-top: 2rem;}
.ph_sec span{color: rgba(255,255,255,.8); font-size: 2.2rem; display: inline-block; padding-right: .8rem;}
.ph_sec a{color: var(--white); font-size: 3rem;}
.call_sec{background-attachment: fixed !important;}

/* choose_sec */
/* .choose_lt img{border-radius: 30rem; box-shadow: 0 0 .5rem 0 rgb(0 0 0 / 50%); border: .5rem solid #ccc;} */
.nun_mun{font-size: 4rem; font-weight: 600; margin-right: 1.5rem; color: var(--brand);}
.mun_box{ margin-top: 3rem; align-items: center; border-bottom: .1rem dashed #ccc; padding-bottom: 3rem;}
.mun_box:last-child{border-bottom-color: transparent; padding-bottom: 0;}
.choose_rt{margin-left: 2rem;}
.choose_rt{border-radius: .5rem; overflow: hidden; position: relative;}
.vd_button{position: absolute; left: 50%; top: 50%; -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);} 
.play_button{width: 6rem; height: 6rem; color: var(--white);  display: flex; align-items: center; justify-content: center; border-radius: 100%; position: relative; background: var(--blue2);}
.play_button::after{ content: ""; display: block; position: absolute;  top: 50%; left: 50%;  transform: translate(-50%, -50%);  transform-origin: center;  border-radius: 100%;  height: 100%; width: 100%; z-index: -1; background: repeating-radial-gradient(rgba(33, 137, 232, 0) 0%, rgba(33, 137, 232, 0.15) 50%, rgba(33, 137, 232, 0.5) 75%, rgba(33, 137, 232, 0.05) 100%); -webkit-animation: pulse_shadow 2s ease-in-out infinite;  animation: pulse_shadow 2s ease-in-out infinite;}

/* event_sec */
.event_box{border: .1rem dashed #ccc; padding: 1rem; border-radius: .5rem; margin-top: 3rem;}
.event_img img{border-radius: .5rem; height: 25rem; object-fit: cover;}
.event_txt{padding: 1.5rem 0 0 0;}


/* .gallery_page */
.gallery_img{margin-top: 3rem; position: relative;}
.overlay{position: absolute; left: 50%; top: 50%; background: rgba(255, 255, 255, 0.85); border-radius: 100%; -moz-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 2; font-size: 1.8rem; color: var(--black); opacity: 0; visibility: hidden; width: 4rem; height: 4rem; display: flex; align-items: center; justify-content: center;}
.overlay:hover{color: var(--brand);}
.awards_img{position: relative;}
/* .awards_img img{height: 25rem; object-fit: cover;} */
.gallery_img::before, .awards_img::before{position: absolute; content: ''; left: 0px; top: 0px; width: 100%; height: 100%; display: block; z-index: 8; opacity: 0; -webkit-transform: perspective(400px) rotateX(-90deg); -ms-transform: perspective(400px) rotateX(-90deg); transform: perspective(400px) rotateX(-90deg); -webkit-transform-origin: top; -ms-transform-origin: top; transform-origin: top; -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; background-color: rgba(0, 0, 0, 0.75); z-index: 1;}
.gallery_img:hover:before, .awards_img:hover::before{opacity: 1; -webkit-transform: perspective(400px) rotateX(0deg); -ms-transform: perspective(400px) rotateX(0deg); transform: perspective(400px) rotateX(0deg);}
.gallery_img:hover .overlay, .awards_img:hover .overlay{opacity: 1; visibility: visible;}
.awards_sec .owl-nav.disabled{display: none;}
/* .awards_img img{border-radius: .6rem;} */
.awards_sec .owl-carousel .owl-item img{display: block; width: 100%; height: 25rem !important; object-fit: cover;}


/*footer_sec*/
.footer_sec{background: #171717; padding: 4rem 0 0 0;}
.ft_heading{font-family: 'Signika', sans-serif; color: var(--white); font-size: 2.5rem; line-height: 3rem; text-transform: capitalize; padding-bottom: 1rem;}
.ft_txt{padding-bottom: 3rem;}
.ft_txt p, .ft_mid ul li a, .ft_content_list li a, .ft_content_list li{color: #777777;}
.ft_frm{width: 100%; display: inline-block; margin: 2rem 0 0 0;}
/* .ft_frm.input_fld input[type="email"]{width: 30%; float: left;} */
.ft_frm.input_fld button{margin-top: 2rem;}
.ft_content_list li{position: relative; padding-left: 2.5rem; margin-top: 1.5rem;}
.ft_content_list li i{position: absolute; left: 0; top: .5rem; color: var(--brand);} 
/* .ft_content_list li, .ft_content_list li a{color: var(--white);} */
.ft_content_list li a:hover{color: var(--brand);}
.ft_logo img{max-width: 100%; width: 7rem;}
.ft_sicail_icons ul li{margin-top: 1.5rem;}
.ft_top .cll:nth-child(2) .ft_txt, .ft_top .cll:nth-child(3) .ft_txt{padding-left: 5rem;}
.ft_mid{border-top: .1rem solid #252222; border-bottom: .1rem solid #252222; margin-bottom: 1rem;}
.ft_mid ul{display: flex; flex-wrap: wrap; margin: 0 -1rem;}
.ft_mid ul li{display: inline-block;  width: 25%; padding: 0 1rem; font-size: 1.8rem;}
.ft_mid ul li a{display: inline-block; padding: 2.4rem 0; border-right: .1rem solid #252222; width: 100%; text-align: center;}
.ft_mid ul li a:hover{color: var(--brand);}
.ft_mid ul li:last-child a{border-right-color: transparent;}
.ft_bootom{padding: 1.5rem 0;}
.ft_bootom .d-flex{justify-content: space-between; align-items: center;}
.bottom_rt a{color: var(--white); border-bottom: .1rem solid var(--white);}
.bottom_rt a:hover{color: var(--brand); border-bottom-color: var(--brand);}


/* contact_page */
.inner_banner .banner_box{padding: 8rem 0; position: relative;}
.inner_banner .banner_box::before{width: 100%; background-color: #0e2a46; opacity: .7; display: block !important;}
.inner_banner_heading{color: var(--white); font-size: 6rem; line-height: 7rem;}
.banner_content{position: relative;}
.contact_lt_img{border-radius: .5rem; overflow: hidden; display: block;}

.rating li{display: inline-block !important; margin: .8rem .2rem 0 0 !important; padding: 0 !important; border: none !important; width: auto !important; float: none !important;}
.rating li::before{display: none;}
.rating li:last-child{margin-right: 0;}
.bold_icon::before, .liner_icon::before {font: normal 1.4rem/1 FontAwesome; content: "\f006"; color: #FFC107;}
.bold_icon::before{content: "\f005";}
.contact_rt{margin-left: 2rem;}
.contact_lt_img img{box-shadow: .5rem .5rem 0 #0A1823 !important;}

.contact_icon{width: 4rem; height: 4rem; display: flex; align-items: center; justify-content: center; color: var(--brand); border: .1rem dashed #ccc; margin-right: 1.5rem;}
.contnt_list .d-flex{align-items: center;}
.contnt_list li{margin-top: 4rem; border-bottom: .1rem solid #D9D9D9; padding-bottom: 2rem; margin-bottom: 2rem;}
.contnt_list li:last-child{border-bottom-color: transparent; padding-bottom: 0; margin-bottom: 0;}
.contnt_list li a{color: var(--black);}
.contact_lt .input_fld button{background: transparent;}
.contact_lt_box{background: var(--white); padding: 3rem; position: relative; margin: -12rem 1rem 0 1rem; border-radius: .5rem;}
.map_sec{margin-top: 3rem; border-radius: .5rem; overflow: hidden;}
.map_sec iframe{width: 100%; height: 53.5rem;}


/* class_page */
.class_meta_list{padding: 1.8rem 0 0 0; border-top: .2rem solid #ccc; display: flex; flex-wrap: wrap; margin-bottom: 0; font-size: 1.4rem; margin-top: 2rem;}
.class_meta_list li{padding-right: 2.5rem;  margin: 0 2.5rem 0 0; border-right: .2rem solid #ccc; text-align: center;}
.class_meta_list li:last-child{border-right-color: transparent;}
.class_litle{display: block; padding-bottom: .2rem;}
.class_value{color: var(--black); font-size: 1.8rem;}
.class_txt{padding-top: 1.5rem;}
.class_img{border-radius: .5rem; overflow: hidden;}
.class_txt h4 a{color: var(--black);}
.class_txt h4 a:hover{color: var(--brand);}
.class_box{margin-top: 3rem;}


/* class_dtls_page */
.class_dtls_img{border-radius: .5rem; overflow: hidden; display: block;}
.class_dtls_box{border: .1rem dashed #ccc; padding: 2rem; align-items: center; border-radius: .5rem; margin-top: 2rem;}
.class_dtls_icon img{width: 5rem; margin-right: 1rem;}
/* .dtls_content_box{border: .1rem dashed #ccc; padding: 1.5rem;} */
.dtls_content_box .input_fld button{background: transparent;}
.recent_box{border: .1rem dashed #ccc; padding: 1.5rem 2.5rem;}
.cours_dtls_img img{width: 7rem; height: 6rem; border-radius: .5rem; margin-right: 1.5rem; object-fit: cover;}
.rent_crs_list li{margin-top: 2rem; border-bottom: .1rem dashed #ccc; padding-bottom: 1.5rem;}
.rent_crs_list li:last-child{border-bottom-color: transparent; padding-bottom: 0;}
.cours_dtls_txt p{color: var(--body_txt_color); font-size: 1.4rem; padding-top: .1rem;}
.class_rt{margin-left: 2rem;}
.ft_gallery a img{padding-bottom: .5rem; width: 100%; height: 9rem; object-fit: cover; border-radius: .5rem;}
.ft_gallery{display: flex; flex-wrap: wrap; margin: 2rem -.5rem 0 -.5rem;}
.ft_gallery .drls_gall_box{display: block; width: 50%; padding: 0 .5rem; position: relative;}
.dtls_content_box{background: #111117; position: relative; padding: 2.5rem; margin-top: 3rem; border-radius: .5rem;}
.cl_drls_icon{background: var(--brand); border-radius: 50%; width: 6rem; height: 5rem; display: flex; align-items: center; justify-content: center; color: var(--white); margin-right: 1rem;}
.cl_drls_box{margin-top: 2rem;}
.cl_drls_txt a{color: var(--white); font-size: 2rem;}
.cl_drls_box{align-items: center;}
.cl_drls_txt em{font-size: 1.4rem; color: var(--brand);}
.rent_crs_list li a:hover h6{color: var(--brand);}
.ft_gallery .drls_gall_box .awards_img{margin-bottom: .5rem; position: relative;}


/* gallery_page */
.inner_gallery_content{column-count: 4; column-gap: 1rem;}
.inner_gallrty_box{margin-bottom: 1rem;}


/* teacher_page */
.fecilities_img{margin: 0 0 2rem; padding: 1.2rem; border: .2rem dashed #67676738; border-radius: 10% 10% 10% 10%;}
.fecilities_img img{filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg ); border-style: none; border-radius: 10% 10% 10% 10%;}
.fecilities_box{margin-top: 3rem;}
.fecilities_sec .green_txt{justify-content: center;}
.fecilities_sec .cmll:nth-child(even) .fecilities_box{margin-top: 6rem;}
.fecilities_sec, .blog_sec{background-color: #F3F4F7;}
.fecilities_sec{margin-top: -15rem; padding-top: 20rem !important;}
.teacher_sub_title{background: var(--brand); padding: .2rem 1rem; display: inline-block; color: var(--white); border-radius: .5rem; letter-spacing: .5rem; font-size: 1.4rem;}












/* about_page */
.about_txt{padding-left: 5rem; position: relative;}
.about_shape{position: absolute; bottom: 0; right: 0;}
.about_info{margin-top: 1rem;}
.about_info li a{color: var(--black);}
.about_info li{position: relative; padding-left: 2.5rem; width: 50%; float: left; margin-top: 1rem;}
.about_info li::before{content: "\f058"; font-family: "Font Awesome 6 Pro"; position: absolute; left: 0; top: 0; color: var(--brand);}
/* .about_ft.d-flex{justify-content: space-between;} */
/*counter_sec*/
.counter_txt span{display: inline-block; color: var(--black); font-size: 4rem; font-weight: 600;}
.counter_txt h5{color: var(--body_txt_color); padding-top: 1rem; font-size: 1.7rem;}
.counter_datils{position: relative; border-radius: 1rem; border: .1rem solid rgba(30, 30, 30, 0.1);}
.counter_img i{font-size: 4rem; color: var(--brand);}
.counter_box{position: relative; display: block; width: 100%; padding: 3rem 3rem;}
.counter_txt{padding-left: 2rem;}
.counter_border{border-right: .1rem solid rgba(30, 30, 30, 0.1);}

.process_sec{background: var(--blue);}
.process_sec .sub_title::before{left: 44%;}
.process_sec h2{color: var(--white);}
/* .process_img{position: relative;} */

.process_img{width: 10rem; height: 10rem; transform: scale(1); position: relative; background-color: var(--white); margin: 0 auto; -webkit-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; border-radius: 100%; display: flex; align-items: center; justify-content: center;}
.process_img::before{position: absolute; content: ''; width: calc(100% + 3rem); height: calc(100% + 3rem); z-index: -1; left: -1.5rem; top: -1.5rem; background-color: rgba(255, 255, 255, 0.5); border-radius: 100%;}
.process_img_box:hover .process_img{transform: scale(1.1);}
.process_box{margin-top: 5rem; padding: 0 1rem;}
.process_img::after{position: absolute; content: ''; width: calc(100% + 6rem); height: calc(100% + 6rem); z-index: -1; left: -3rem; top: -3rem; background-color: rgba(255, 255, 255, 0.5); border-radius: 100%;}
.process_txt{padding-top: 7rem;}
.process_txt h3{color: var(--white); font-size: 2.5rem; line-height: 3.5rem; padding-bottom: .6rem;}
.process_txt p{color: rgba(255, 255, 255, 0.6);}
.process_img img{width: 5.5rem;}

.about_contact_info li a{color: var(--black);}
.about_contact_info li{position: relative; padding-left: 2.5rem; margin-top: 1rem;}
.about_contact_info li::before{content: "\f058"; font-family: "Font Awesome 6 Pro"; position: absolute; left: 0; top: 0; color: var(--brand);}
.ab_con_ph{width: 5.5rem; height: 5.5rem; font-size: 2.5rem; margin-right: 1rem; border-radius: 100%; transform: scale(1); position: relative; color: var(--white); background-color: var(--brand); display: flex; align-items: center; justify-content: center;}
.ab_con{margin-top: 2rem;}
.ab_con ul li a{color: var(--blue); font-size: 2.5rem; padding-top: .4rem; display: block; font-weight: 600;}
.ab_con h3{color: var(--brand); font-size: 2rem;}
.ab_con:hover .ab_con_ph::after{transform: scale(1.02);}
.ab_con_ph::after{position: absolute; top: 0; left: 0; right: 0; bottom: 0; content: ""; border-radius: 50%; transform: scale(0); transform-origin: center; transform-style: preserve-3d; transition: all 0.4s cubic-bezier(.62,.21,.45,1.52); z-index: -1; background-color: var(--blue);}




.about_contact .awards_img img{height: 20rem; object-fit: cover;}
.about_contact .inner_gallery_content{column-count: 2; column-gap: 1rem;}






























@media (min-width: 992px) and (max-width: 9000px){
.nav_top .dropdown .dropdown-menu { -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s;
    -o-transition: all 0.3s;transition: all 0.3s; max-height: 0; display: block; opacity: 0; visibility: hidden;  margin:0; border: none; border-bottom: .2rem solid #ccc; 
    background:#fff !important; width: 10.50rem; padding: 0; border-radius: 0; left: 0; right: inherit; padding: .5rem .8rem .8rem; box-shadow: inherit; }

.nav_top .dropdown:hover .dropdown-menu { max-height: 30rem;opacity: 1; visibility: visible; }

}

/* responsive */
@media (min-width: 4000px) and (max-width: 6999px) {
    .banner_rt_panel { width: 44.5%;}
    }
    @media (min-width: 2900px) and (max-width: 3999px) {
    .banner_rt_panel { width: 41%;}
    }
    @media (min-width: 2500px) and (max-width: 2899px) {
    .banner_rt_panel { width: 38%;}
    }
    @media (min-width: 2300px) and (max-width: 2499px) {
    .banner_rt_panel { width: 36%;}
    }
    
    @media (min-width: 2000px) and (max-width: 2299px) {
    .banner_rt_panel { width: 34%;}
    }
    
    @media (min-width: 1800px) and (max-width: 1899px) {
    .banner_rt_panel { width: 32%;}
    }
    
    @media (min-width: 1700px) and (max-width: 1799px) {
    .banner_rt_panel { width: 30%;}
    }
    @media (min-width: 1600px) and (max-width: 1699px) {.banner_rt_panel { width: 30%;}}
    @media (min-width: 1500px) and (max-width: 1599px) {.banner_rt_panel { width: 30%;}}
    @media (min-width: 1400px) and (max-width: 1499px) {.banner_rt_panel { width: 32%;}}
    @media (min-width: 1300px) and (max-width: 1399px) {
        .banner_rt_panel {width: 38%;} 
        /* .banner_right {width: 36rem;} */
    }

    @media (min-width: 1200px) and (max-width: 1299px) {.banner_rt_panel { width: 37%;}} 
        
        
@media only screen and (max-width: 1399px){

    .map_sec iframe{height: 46.5rem;}




    /* about_page */
    .counter_box{padding: 3rem 2.5rem;}
    .process_sec .sub_title::before{left: 42%;}





    
}

@media only screen and (max-width: 1199px){

    .banner_rt_panel { width: 43%;} 
    .banner_box::before{width: 50%;}
    h1, h2{font-size: 4rem; line-height: 4.5rem;}
    .ptb{padding: 6rem 0;}
    .inner_ptb{padding: 3rem 0 6rem;}
    .faq_content{padding-top: 6rem;}

    /* contact_page */
    .inner_banner_heading{font-size: 5rem; line-height: 6rem;}
    .inner_banner .banner_box{ padding: 5rem 0;}
    .map_sec iframe{height: 38.5rem;}





    /* about_page */
    .about_txt{padding-left: 2.5rem;}
    .counter_box{padding: 2.5rem 1rem;}
    .counter_txt span{font-size: 3rem;}
    .counter_txt{padding-left: 1.3rem;}
    .process_img img{width: 5rem;}
    .process_img{width: 9rem; height: 9rem;}
    .process_txt h3{font-size: 2.3rem; line-height: 3rem;}
    .process_txt{padding-top: 5.5rem;}
    .process_box{padding: 0 .7rem;}
    .about_contact .awards_img img{height: 17rem;}
    .about_info{margin-top: .5rem;}








   
}

@media only screen and (max-width: 991px){
    
    .nav_top .navbar-toggler {color: transparent; border: none; padding: 1rem; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; margin-right: -1rem;}
    .nav_top .navbar-toggler .icon-bar {display: block; width: 3rem; height: .4rem; border-radius: .3rem; background-color: var(--black); opacity: 1; -webkit-transform: matrix(1, 0, 0, 1, 0, 0); transform: matrix(1, 0, 0, 1, 0, 0); -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
    .nav_top .navbar-toggler .icon-bar + .icon-bar {margin-top: .4rem;}
    .nav_top .navbar-toggler.showtoggle .icon-bar:nth-child(2){opacity: 0;  width: 0px;}
    .nav_top .navbar-toggler.showtoggle .icon-bar:nth-child(3) {-webkit-transform: matrix(1, 1, 0, 1, 0, 0); transform: matrix(1, 1, 0, 1, 0, 0); width: 25px; margin-top: -11px;}
    .nav_top .navbar-toggler.showtoggle .icon-bar:nth-child(1) {-webkit-transform: matrix(1, -1, 0, 1, 0, 0); transform: matrix(1, -1, 0, 1, 0, 0); width: 25px;}
    .header_rt_button{right: 4.5rem;}
    .haeder_top_rt ul li em{display: none;}
    .or_txt, .sovial_txt{display: none !important;}
    .haeder_top_rt ul li i{padding-right: 0;}
    .haeder_top_rt li a{padding: 0 1rem 0 0 !important;}
    .header_top .d-flex{justify-content: center;}
    .banner_rt_panel{position: relative; right: inherit; top: inherit; width: 100%; padding: 3rem 3rem 0 3rem; text-align: center; margin-top: 29rem;}
    .banner_right{width: 100%; padding: 0;}
    .banner_right strong{color: var(--black); border-bottom-color: #ccc; padding-bottom: 1rem;}
    .ptb{padding: 5rem 0;}
    .inner_ptb{padding: 2rem 0 5rem;}
    .faq_content{padding-top: 5rem;}
    .ab_lt_img1{--e-transform-rotateZ: -5deg;}
    .ab_rt{margin: 3rem 0 0 0;}
    h1, h2{font-size: 3.5rem; line-height: 4rem;}
    .banner_box{padding: 15rem 0;}
    .banner_box::before{display: none;}
    .nav_top .navbar-collapse {position: fixed; top: 0; left: -30.10rem; background: var(--white); z-index: 999999; width: 20.80rem; padding: 2.5rem 1rem; height: 100% !important; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; overflow-y: auto; min-height: 100vh; align-items: baseline; justify-content: start !important; border-right: .5rem solid var(--brand);}
    .nav_top .navbar-collapse.show {left: 0;}
    .menu_sec li a{padding: 1.5rem; width: 100%; border-bottom: .1rem dashed #ccc; display: block;}
    .menu_sec{padding-right: 0;}
    .faq_rt{margin: 3rem 0 0 0;}
    .choose_rt{margin: 3rem 0 0 0;}
    /* .other_title::before{left: 35%;} */
    .ft_top .cll:nth-child(2) .ft_txt{padding-left: 0;}
    h1, h2{ font-size: 3rem; line-height: 3.5rem;}

    /* contact_page */
    .contact_rt{margin: 3rem 0 0 0;}
    .map_sec iframe{height: 30.5rem;}

    /* contact_page */
    .class_rt {margin: 3rem 0 0 0;}




    /* about_page */
    .about_txt{padding-left: 0; padding-top: 2.5rem;}
    .counter_img i{font-size: 3.5rem;}
    .counter_txt{padding-left: 0; padding-top: 2rem;}
    .counter_box .d-flex{flex-direction: column; align-items: center; justify-content: center; text-align: center;}
    .counter_box .d-flex .ms-3{margin-left: 0 !important;}
    .counter_txt h5{padding-top: .5rem;}
    .process_img{width: 8rem; height: 8rem;}
    .process_img img{width: 4.5rem;}
    .process_sec .sub_title::before{left: 37%;}
    .about_contact_txt{padding-bottom: 3rem;}
    .counter_box:nth-child(2) .counter_border{border-right: 0;}













}

@media only screen and (max-width: 767px){
    
    .container{max-width: 100%; padding: 0 1.5rem;}
    .faq_content{padding-top: 4rem;}
    .ptb{padding: 4rem 0;}
    .inner_ptb{padding: 1rem 0 4rem;}
    .ab_lt_img2{--e-transform-rotateZ: 3deg;}
    .ab_lt_img1{--e-transform-rotateZ: -3deg;}
    .faq_img{margin-top: 2rem;}
    .ft_top .cll:nth-child(3) .ft_txt{padding-left: 0;}
    
}


@media only screen and (max-width: 575px){
.header_rt_button .as_btn .btn_text{display: none;}
.header_rt_button .as_btn{padding: 0 .7rem 0 .7rem;}
.header_rt_button .btn_box{margin-left: 0;}
.banner_box{padding: 10rem 0;}
.banner_rt_panel{margin-top: 20rem; padding: 2rem 2rem 0 2rem;}
h1, h2{font-size: 2.5rem; line-height: 3rem;}
.nav_top .navbar-brand img{width: 7rem;}
.header_rt_button{top: .8rem;}
.faq_contact h6{font-size: 1.5rem; line-height: 2rem;}
.mun_txt h4{font-size: 2rem; line-height: 2.5rem;}
.event_box{margin-top: 2rem;}
.ft_mid ul li{width: 50%;  border-bottom: .1rem solid #252222;}
.ft_mid ul li a{border-right: .1rem solid #252222 !important;}
.ft_mid{ border-left: .1rem solid #252222; border-bottom-color: transparent;}
.ft_bootom .d-flex{flex-direction: column;}
.bottom_lt{display: block; text-align: center; padding-bottom: .5rem;}
.mun_box{ margin-top: 2rem; align-items: start; padding-bottom: 2rem; flex-direction: column;}
.nun_mun{margin: 0 0 1.5rem 0;}
h4{font-size: 2.2rem; line-height: 2.8rem;}
.ph_sec span{display: block; padding-bottom: .5rem; font-size: 1.8rem;}
.ph_sec a{font-size: 2.5rem;}
.inner_ptb{padding: 2rem 0 4rem;}

/* contact_page */
.inner_banner_heading{font-size: 4rem; line-height: 5rem;}
.inner_banner .banner_box{padding: 3rem 0;}
.contact_lt_box{margin: -4rem .5rem 0 .5rem; padding: 2rem;}
.contact_txt{font-size: 1.5rem;}
.contnt_list li{margin-top: 2rem;}
.map_sec iframe{height: 17.5rem;}

/* class_page */
.class_box{margin-top: 2rem;}
.class_value{font-size: 1.4rem;}
.class_meta_list li{padding-right: 1.5rem;}

/* class_drls_page */
.ft_gallery .awards_img{width: 50%;}
.rent_crs_list li .d-flex{flex-direction: column;}
.rent_crs_list li {margin-top: 1rem;}
.cours_dtls_img img {margin: 0 0 .5rem 0;}
.rent_crs_list{margin-top: 1rem;}

/* teacher_page */
.fecilities_box {margin-top: 2rem !important;}



/* about_page */
.about_info li{width: 100%;}
.about_shape{display: none;}
.counter_box{padding: 2rem .4rem;}
.counter_txt h5{font-size: 1.5rem;}
.counter_txt span{font-size: 2.5rem;}
.counter_img i{font-size: 3rem;}
.process_sec .sub_title::before{left: 25%;}
.process_img{width: 7rem; height: 7rem;}
.ab_con ul li a{font-size: 2.2rem;}
.ab_con_ph{width: 5rem; height: 5rem; font-size: 2.2rem; margin-right: .4rem;}
.about_contact .awards_img img{height: 12rem;}
.counter_border{border-right: 0;}





}

@media only screen and (max-width: 480px){
  
  

}