
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {background: #fff; font-family: "Montserrat", sans-serif; font-size:14px; color:#000; position: relative; z-index:999;}

.no_padding {
  padding-left: 0;
  padding-right: 0;  
}
ul {
  padding:0;
  margin:0;
}
a {
    text-decoration: none;
}
.btn {
  background: #FD5050;
  border: 1px solid #FD5050;
  color: #fff;
  border-radius: 90px;
  padding: 7px 24px;
  margin: 30px 0 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.btn:hover {
  background: #22325e;
  border: 1px solid #22325e;
  color: #fff;
}
input:focus, .form-control:focus, .accordion-button:focus {
  outline: 0;
  box-shadow: none;	  
  border-color: none;
}


.header {
  position: relative;
  z-index: 11;
}
.header .topbar {
    background: #22325e;
    padding: 6px 70px;
}
.header .topbar li {
    display: inline-block;
    margin: 0 15px 0 0;
}
.header .topbar li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
}
.header .main_head {
  padding: 0 70px;
  background: #fff;
}
.header .main_head.sticky {
  position: fixed;
  top: 0;
  z-index: 11;
  background: #fff;
  width: 100%;
  box-shadow: 0px 6px 12px rgba(0,0,0,0.2);
}
.header .main_head .menus {
  float: right;
}
.header .main_head .menus .navbar .navbar-collapse .navbar-nav .close {
  display: none;
}
.header .main_head .menus .navbar {
  padding: 0;	
}
.header .main_head .menus .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 33px 15px;
  font-weight: 500;
  position: relative;
}
.header .main_head .menus .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    padding: 0;
}
.header .main_head .menus .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu li a {
    padding: 10px 15px;
}
.header .main_head .menus .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover, .header .main_head .menus .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
    background: #FD5050;
    color: #fff;
}
.header .main_head .menus .navbar .navbar-collapse .navbar-nav .dropdown-menu {
	position: absolute;
    top: 84px;
}
.header .main_head .menus .navbar .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item:hover {
	background: #FD5050;
}
.header .main_head .menus .navbar .navbar-collapse .navbar-nav .dropdown-menu.submenu {
    position: absolute;
    top: 46px;
    left: -323px;
}	
.header .main_head .menus .navbar .navbar-collapse .navbar-nav .dropdown-menu.submenu.show {
    display: flex;
    width: 540px;
    padding: 12px;
}
.header .main_head .menus .navbar .navbar-collapse .navbar-nav .dropdown-menu.submenu.show li {
    list-style: none;	
}
.header .main_head .menus .navbar .navbar-collapse .navbar-nav .dropdown-menu.submenu.show li a.sub-item {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 19px;
    padding: 4px 0;
    display: block;
}
.header .main_head .menus .navbar .navbar-collapse .navbar-nav .dropdown-menu.submenu.show li a.sub-item:hover {
    color: #244ebc;
}
.header .main_head .menus .navbar .navbar-collapse .navbar-nav .dropdown-menu.submenu.show li {
    margin: 0 20px 0 0;
}
.header .main_head .menus .navbar .navbar-collapse .navbar-nav .dropdown-menu.submenu.show li h4 {
    font-size: 19px;
    font-weight: 700;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  background-color: #244ebc;
}
.main_banner .bnr_slide.owl-carousel .item {
    position: relative;
	background-repeat: no-repeat;
    background-position: top center;
    height: 540px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_banner .bnr_slide.owl-carousel .item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(7, 16, 38, 0.55);
}
.main_banner .bnr_slide.owl-carousel .item .itm_inr {
	color: #fff;
	z-index: 1;
}
.main_banner .bnr_slide.owl-carousel .item .itm_inr span {
	font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 10px;
    padding: 0px 0 20px 0;
	display: block;
}
.main_banner .bnr_slide.owl-carousel .item .itm_inr h2 {
    font-size: 53px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 63px;
    padding-bottom: 7px;
    max-width: 870px;
}
.main_banner .bnr_slide.owl-carousel .item .itm_inr .btn {
	font-size: 15px;
	font-weight: 700;
    text-transform: uppercase;
	padding: 15px 35px;
}
.main_banner .bnr_slide.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -70px;
    z-index: 9;
    position: relative;
}
.sec_srvc {
    margin: 30px 0 0;
}


.sec_srvc .srvc_box img {
    width: 63px;
}
.sec_srvc .srvc_box {
    background: #000;
    text-align: center;
    padding: 0 20px 30px;
    color: #fff;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.sec_srvc .srvc_box:hover span {
    background: #FD5050;
}
.sec_srvc .srvc_box.msn {
	background: #3d68c9;
}
.sec_srvc .srvc_box.vsn {
	background: #385797;
}
.sec_srvc .srvc_box.tbl {
	background: #17397e;
}
.sec_srvc .srvc_box.ntc {
	background: #092868;
}
.sec_srvc .srvc_box span {
    display: inline-block;
    position: relative;
    z-index: 9;
    background: #fff;
    margin: -50px 0 30px;
    border-radius: 100%;
    width: 92px;
    height: 92px;
    line-height: 92px;
    text-align: center;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.sec_srvc .srvc_box h4 {
    font-size: 21px;
    margin: 0 0 12px;
}
.about {
	margin: 90px 0 0;
}
.about .abt_text {
    padding: 0 50px 0 0;
}
.head span {
    font-size: 15px;
    line-height: 13px;
	margin: 0 0 15px;
    display: inline-block;
}
.head h2 {
    font-size: 37px;
	line-height: 41px;
	font-weight: 700;
    margin: 0 0 40px;
	position: relative;
}
.head h2:after {
 	content: "";
	position: absolute;
	bottom: -12px;
	left: 0;
	height: 2px;
	width: 102px;
	background: #fd5050;
}
.about .abt_text .call strong {
    font-size: 17px;
    font-weight: 700;
    margin: 0 5px 0 0;
	color: #fd5050;
}
.about .abt_text .call {
    font-size: 15px;
}
.sucs {
    margin: 90px 0 0;
    background-image: url(../images/sucs_bnr.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    position: relative;
}
.sucs::after {
    position: absolute;
    top: 40px;
    right: 0;
    background: #FD5050;
    height: 100%;
    width: 60%;
    content: "";
    z-index: -1;
}
.sucs .sucs_box .sucs_inr {
	background: #fff;
    padding: 25px;
    margin: 0 0 30px;
    border-radius: 4px;
    display: flex;
    align-items: center;
}
.sucs .sucs_box .sucs_inr h4 {
    color: #000;
    margin: 0 0 0 11px;
	font-size: 16px;
}
.sucs .sucs_text {
    padding: 80px 0 0 70px;
}
.sucs .sucs_box {
    padding: 110px 30px 0 0;
}
.sucs .sucs_text .head span, .sucs .sucs_text .head h2, .sucs .sucs_text p {
    color: #fff;
}
.fclts {
    margin: 130px 0 0;
}
.fclts .btn, .evnts .btn, .staffs .btn, .abt_snjvn .btn {
    margin: -60px 0 0;
    float: right;
}
.fclts .fclts_bxs .fclts_bx {
    display: flex;
	background: #fff;
	margin: 30px 0 0;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
}
.fclts .fclts_bxs .fclts_bx figure {
    margin: 0;
    flex: 0 0 240px;
	position: relative;
    margin-bottom: 0;
    overflow: hidden;
}
.fclts .fclts_bxs .fclts_bx .fclt_txt {
    padding: 20px 15px 0 20px;
}
.fclts .fclts_bxs .fclts_bx .fclt_txt h4 a {
    color: #000;
    text-decoration: none;
}
.fclts .fclts_bxs .fclts_bx .fclt_txt h4 {
    font-size: 23px;
    line-height: 27px;
    font-weight: 600;
}
.fclts .fclts_bxs .fclts_bx .fclt_txt li {
    display: inline-block;
    margin: 0 15px 0 0;
    color: #777;
}
.fclts .fclts_bxs .fclts_bx .fclt_txt p {
    color: #000;
    margin: 15px 0 0;
    line-height: 21px;
}
.evnts {
    margin: 90px 0 0 0;
}
.evnts .evnt_box {
    border: 1px solid #ccc;
    border-radius: 4px;
}
.evnts .evnt_box .evnt_imag {
	overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 275px;
    position: relative;
    display: block;
	margin: 7px;
} 
.evnts .evnt_box .meta-date {
    display: inline-block;
    background: #121a47;
}
.evnts .evnt_box .meta-date .day {
    font-weight: 700;
    font-size: 20px;
}
.evnts .evnt_box .meta-date .mos, 
.evnts .evnt_box .meta-date .yr {
    font-size: 13px;
}
.evnts .evnt_box .meta-date span {
    display: block;
    color: #fff;
}
.evnts .evnt_box .text h3 {
    font-size: 21px;
    line-height: 27px;
	margin: 0 0 15px;
}
.evnts .evnt_box .text h3 a {
    color: #000;
}
.evnts .evnt_box .text .btn {
    margin: 0;
    float: none;
}

.staffs {
    margin: 90px 0 0;
}
.staffs .stf {
	margin: 40px 0 0;
}
.staffs .stf .stf_imag {
    width: 200px;
    height: 200px;
    border: 3px solid #121a47;
    overflow: hidden;
    border-radius: 100%;
    margin: 0 auto;
}
.staffs .stf .stf_imag img {
    width: 100%;
}
.staffs .stf .stf_txt h3 {
    font-size: 19px;
    margin: 15px 0 8px;
    line-height: 23px;
}
.staffs .stf .stf_txt span {
    font-size: 14px;
    color: #777;
}
.staffs .stf .stf_txt .social a {
    color: #121a47;
    font-size: 21px;
    margin: 0 4px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.staffs .stf .stf_txt .social a:hover {
    color: #FD5050;
}

.tstmnls {
    margin: 90px 0 0;
	background: #f9f9f9;
	padding: 70px 0 40px;
}
.tstmnls .head h2:after {
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}
.testimony-wrap {
    display: block;
    position: relative;
    color: #000;
	opacity: .1
}
.tstmnl_slide.owl-carousel .owl-item.active.center .testimony-wrap {
    opacity: 1;
}
.testimony-wrap .user-img {
    width: 120px;
    height: 120px;
	background-size: cover;
	border-radius: 50%;
    position: relative;
	margin: 0 24px 0 0;
}
.testimony-wrap .text {
    width: calc(100% - 120px);
    position: relative;
}
.testimony-wrap .quote {
    position: absolute;
    top: -40px;
    left: -20;
    opacity: .1;
}
.testimony-wrap .quote i {
    font-size: 100px;
    color: #5d50c6;
}
.testimony-wrap .name {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0;
    color: #000000;
}
.testimony-wrap .position {
    font-size: 14px;
    color: #fd5050;
}
.tstmnls .tstmnl_slide.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 7px;
}
.tstmnls .tstmnl_slide.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}
.tstmnls .tstmnl_slide.owl-theme .owl-dots .owl-dot.active span,
.tstmnls .tstmnl_slide.owl-theme .owl-dots .owl-dot:hover span {
    background: #fd5050;
}
.tstmnls .tstmnl_slide.owl-carousel {
    margin: 60px 0 0;
}
.abt_snjvn {
    margin: 90px 0 0;
}
.abt_snjvn .snjvn_inr {
	margin: 40px 0 0;
}
.abt_snjvn .snjvn_inr .snjvn_vdo {
	border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px;
    overflow: hidden;
    position: relative;
}
.evnts.blgs .evnt_box {
    border: 0;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
    margin: 0 0 30px;
}
.evnts.blgs .evnt_box .evnt_imag {
    height: 220px;
    margin: 0;
    border-radius: 7px 7px 0 0;
}
.evnts.blgs .evnt_box .text li {
    display: inline-block;
    margin: 0 15px 0 0;
    color: #777;
}
.evnts.blgs .evnt_box .text p {
    color: #000;
    margin: 15px 0 0;
    line-height: 21px;
}
.gallery {
    margin: 90px 0 0;
}
.glry_slide.owl-carousel .owl-item img {
    object-fit: cover;
    max-height: 180px;
    width: 100%;
}
footer {
    background: #22325e;
    padding: 50px 0 0;
	position: relative;
}
footer .ftr_cntct h3 {
    color: #fff;
    margin: 0 0 20px;
    font-size: 25px;
}
footer .ftr_cntct li {
    display: inline-block;
    list-style: none;
}
footer .ftr_cntct li a {
    display: flex;
}
footer .ftr_cntct li .adrs_icn {
    line-height: 49px;
}
footer .ftr_cntct li p {
    margin: 0 0 20px 15px;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
}
footer .ftr_cntct li p strong {
    display: block;
    font-weight: 600;
}
footer .ftr_cntct li:last-child .adrs_icn {
    line-height: 23px;
}
footer .ftr_cntct p {
    color: #fff;
    font-size: 15px;
    line-height: 27px;
}
footer .connect {
    padding: 57px 0 0 40px;
}
footer .connect form .form_group {
    margin: 0 0 15px;
}
footer .connect form .form_group input {
    border: 1px solid #ccc;
    min-height: 33px;
    width: 100%;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 14px;
    color: #777;
}
footer .connect form .btn {
	margin: 0;
}
.qr_code {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.qr_code img {
    width: 70px;
}

.copyright {
    background: #091a48;
    padding: 12px 0;
}
.copyright p {
    margin: 0;
    font-size: 14px;
    color: #fff;
}
.copyright ul {
    float: right;
}
.copyright li {
    display: inline-block;
    margin: 0 0 0 12px;
}
.copyright li a {
    color: #fff;
    font-size: 17px;
}

/*--------------- GALLERY PAGE CSS ---------------*/
.inner_banner .bnr_imag {
	position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner_banner .bnr_imag:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(7, 16, 38, 0.55);
}
.inner_banner .bnr_imag .itm_inr {
    color: #fff;
    z-index: 1;
}
.breadcrumb .breadcrumb-item a {
    color: #ccc;
}
.breadcrumb .breadcrumb-item.active {
    color: #fff;
}
.gallery.glry .glry_box img {
    width: 100%;
	border-radius: 4px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.gallery.glry .head h2:after, .notice .head h2:after,
.evnts.mn_evnt .head h2:after {
    right: 0;
    margin: 0 auto;
}
.gallery.glry, .fclts.fclt_mn, .staffs.mn_stf {
    margin-bottom: 50px;
}
.gallery.glry .glry_box {
    border: 1px solid #ccc;
    padding: 7px;
    border-radius: 4px;
    overflow: hidden;
}
.gallery.glry .glry_box:hover img {
	transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

/*--------------- FACILITIES PAGE CSS ---------------*/

.fclts_bxs .pagination {
    margin: 40px auto 0;
    text-align: center;
    display: block;
}
.fclts_bxs .pagination li {
	display: inline-block;
}
.fclts_bxs .pagination .page-link {
    border: 1px solid #ccc;
    color: #000;
}
.fclts_bxs .pagination .page-item:hover .page-link,
.fclts_bxs .pagination .page-item.active .page-link {
    background: #FD5050;
    border: 1px solid #FD5050;
	color: #fff;
}

/*--------------- ABOUT PAGE CSS ---------------*/

.sec_srvc.abt_srvc {
    margin: 0;
}
.staffs.abt_stf {
    margin-bottom: 40px;
}

/*--------------- NOTICE PAGE CSS ---------------*/

.notice {
    margin: 90px 0 40px;
}
.notice .ntc_box {
    border: 1px solid #ccc;
    text-align: center;
    padding: 15px;
    border-radius: 4px;
	margin: 0 0 30px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.notice .ntc_box:hover {
    background: #eee;
}
.notice .ntc_box img {
    width: 52px;
}
.notice .ntc_box span {
    display: block;
    font-size: 15px;
    color: #000;
    margin: 15px 0 0;
}

/*--------------- CONTACT PAGE CSS ---------------*/

.contact {
	margin: 90px 0 50px;	
}
.contact .cntct_adrs .cntct_box {
    border: 1px solid #ccc;
    padding: 20px;
    margin: 0 0 64px;
	text-align: center;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.contact .cntct_adrs .cntct_box span {
    background: #fff;
    width: 67px;
    height: 67px;
    line-height: 67px;
    display: block;
    margin: -55px auto 20px;
    border-radius: 100%;
    border: 1px solid #ccc;
    text-align: center;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.contact .cntct_adrs .cntct_box:hover span {
    background: #ccc;
}
.contact .cntct_adrs .cntct_box h4 {
    color: #000;
    font-size: 21px;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.contact .cntct_adrs .cntct_box a {
    color: #000;
    display: block;
}
.contact .cntct_frmap {
    margin: 30px 0 0;
}

.contact .cntct_frmap .cntct_frm form {
    background: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 30px;
}
.contact .cntct_frmap .cntct_frm form .head h2 {
    font-size: 24px;
    margin: 0 0 20px;
}
.contact .cntct_frmap .cntct_frm form .form_group {
    margin: 0 0 12px;
}
.contact .cntct_frmap .cntct_frm form .form_group .fotm_control {
    background: #fff;
    border: 1px solid #ccc;
    width: 100%;
    padding: 13px 10px;
    border-radius: 4px;
    color: #000;
    font-size: 14px;
}

/*--------------- EVENTS PAGE CSS ---------------*/

.evnts.mn_evnt {
	margin-bottom: 50px;
}
.evnts.mn_evnt .head {
    max-width: 720px;
    margin: 0 auto 30px;
}


.evnts.blgs.mn_blog {
	margin-bottom: 50px;
}


.evnts.evnt_dtls {
    margin-bottom: 50px;
}
.evnts.evnt_dtls .evnt_box {
    border: 0;
}
.evnts.evnt_dtls .evnt_box img {
    width: 100%;
}
.evnts.evnt_dtls .evnt_box span {
    margin: 15px 10px 20px 0;
    display: inline-block;
    font-size: 16px;
    border-right: 1px solid #000;
    padding: 0 10px 0 0;
}
.evnts.evnt_dtls .evnt_box span.last {
    border-right: 0;
}
.evnts.evnt_dtls .evnt_box h3 {
    font-size: 29px;
    font-weight: 700;
    margin: 0 0 30px;
    line-height: 31px;
}
.evnts.evnt_dtls .evnt_box h4 {
    font-size: 23px;
    font-weight: 500;
    margin: 0 0 15px;
    line-height: 25px;
}
.evnts.evnt_dtls .evnt_box p {
    font-size: 15px;
    margin: 0 0 15px;
    line-height: 27px;
}
.evnts.evnt_dtls .evnt_box .quote {
    border-left: 2px solid #ccc;
    padding: 10px 10px 7px 40px;
    position: relative;
    margin: 20px 0 20px;
}
.evnt_box .quote:before {
    content: open-quote;
    position: absolute;
    top: -17px;
    left: 20px;
    font-size: 55px;
    color: #eee;
}
.evnt_box .quote:after {
    content: open-quote;
    position: absolute;
    bottom: 6px;
    right: 19px;
    font-size: 55px;
    color: #eee;
    transform: rotate(180deg);
}