
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

body {background: #fff; font-family: "Heebo", 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;
}
.btn {
  background: #044694;
  border: 1px solid #044694;
  color: #fff;
  padding: 6px 20px;
  margin: 30px 0 0;
  margin: 30px 0 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.btn:hover {
  background: #008ad2;
  border: 1px solid #008ad2;
  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: #a4dffe;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 40px;
}
.header .topbar .hours p {
  margin: 0;
  color: #6b6a75;
}
.header .topbar .hours p img {
  margin: 0 3px 0 0;
}
.header .topbar .mail a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
}
.header .topbar .pnml {
  background: #044694;
  padding: 0 40px 0 70px;
  position: relative;
}
.header .topbar .pnml::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 47px solid #044694;
  border-left: 50px solid #a4dffe;
}
.header .topbar .pnml li {
  display: inline-block;
  list-style: none;
  padding: 12px 15px;
}
.header .topbar .pnml li:last-child {
  border-right: 0;	
  padding-right: 0;
}
.header .topbar .pnml li a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
}
.header .topbar .pnml li a img {
  padding: 0 7px 0 0;
}
.header .main_head {
  padding: 7px 40px;
  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 .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #000;
  font-family: "Jost", sans-serif;
  font-size: 17px;
  padding: 0 12px;
  font-weight: 400;
}
.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 {
  color: #044694;
}
.header .main_head .menus .navbar .navbar-collapse .navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  top: 46px;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  background-color: #044694;
}
.header .main_head .menus .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.submenu.show {
  display: flex;
  width: 430px;
}
.header .main_head .menus .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.submenu.show li {
  width: 100%;
  list-style: none;
  padding-left: 12px;
  padding-right: 12px;
}
.header .main_head .menus .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.submenu.show li h4 {
  font-size: 21px;
  border-bottom: 1px solid #244ebc;
  color: #244ebc;
  margin: 0 0 15px;
  padding: 0 0 7px;
}
.header .main_head .menus .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.submenu.show li ul li {
  padding: 5px 0;
}
.header .main_head .menus .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.submenu.show li ul li .sub-item {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  line-height: 23px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.header .main_head .menus .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.submenu.show li ul li .sub-item:hover {
  color: #244ebc;
}


.main_banner .banner {
    background-repeat: no-repeat;
    background-position: top right;
    height: 540px;
    background-size: cover;
}
.sctn {
    margin: 90px 0 0;
    padding: 0 25px;
}
.head span {
    color: #044694;
    font-size: 18px;
    margin: 0 0 15px;
    display: block;
}
.head h2 {
    font-size: 32px;
    line-height: 1.2;
    color: #000;
    font-weight: 600;
    margin: 0 0 20px;
}
.head p {
    color: #7a7a7a;
    font-size: 16px;
    max-width: 480px;
    line-height: 1.5;
}

.glry .glry_slide.owl-theme .owl-nav .owl-prev {
  left: -27px;
}
.glry .glry_slide.owl-theme .owl-nav .owl-next {
  right: -27px;
}
.glry .glry_slide.owl-theme .owl-nav [class*="owl-"] {
  background: #044694;	
  top: 50%;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);  
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.glry .glry_slide.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #354d79;	
}
.glry_slide.owl-carousel .item img {
    border-radius: 7px;
}
.srvcs .srvc_text.head {
    text-align: center;
}
.srvcs .srvc_text.head p, .blog .blog_text.head p {
    margin: 0 auto;
    max-width: 520px;
}
.srvcs .srvc_inr .srvc_box {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 23px;
    border-radius: 9px;
    margin: 30px 0 0;
    text-align: center;
	transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.srvcs .srvc_inr .srvc_box h4 {
    margin: 20px 0 0;
    font-size: 19px;
    font-weight: 500;
}
.srvcs .srvc_inr .srvc_box:hover {
    background: #f9f9f9;
    border: 1px solid #ececed;
}
.blog .blog_inr {
    margin: 23px 0 0;
}
.blog .blog_inr {
    margin: 23px 0 0;
}
.blog .blog_inr .blog_box {
    display: flex;
    align-items: center;
    margin: 30px 0 0;
}
.blog .blog_inr .blog_box .blog_imag img {
    border-radius: 9px;
}
.blog .blog_inr .blog_txt {
    margin: 0 0 0 25px;
}
.blog .blog_inr .blog_txt h4 {
    font-size: 19px;
    line-height: 1.2;
    margin: 0 0 12px;
}
.blog .blog_inr .blog_txt span {
    color: #b1b1b1;
    font-size: 14px;
}
.blog .blog_inr .blog_txt p {
    color: #7a7a7a;
    font-size: 16px;
    line-height: 1.5;
    margin: 12px 0 18px;
}
.blog .blog_inr .blog_txt a {
    text-decoration: none;
    font-size: 14px;
    color: #044694;
}	

footer {
  background: #a4dffe;
  margin: 90px 0 0;
  padding: 60px 35px 12px;
}
footer .ftr_abt p {
  margin: 25px 0 0;
  font-size: 15px;
  color: #222;
  max-width: 360px;
}
footer .links h3 {
    font-size: 21px;
    font-weight: 500;
    margin: 0 0 49px;
}
footer .links li {
  list-style: none;
}
footer .links li a {
  text-decoration: none;
  color: #222;
  font-size: 16px;
  padding: 7px 0;
  display: inline-block;
  font-weight: 300;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
footer .links li a:hover {
  color: #044694;
} 
footer .links li a img {
  margin: 0 9px 0 0;
}
footer .links .adrs {
	margin: 7px 0 0;
	display: inline-block;
}
footer .links .adrs .adrs_box {
  display: flex;
}
footer .links .adrs .adrs_box p {
  margin: 0 0 19px 15px;
  color: #787878;
  font-size: 16px;
  font-weight: 300;
  max-width: 273px;
}
footer .links .adrs .adrs_box a {
  color: #787878;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
footer .links .adrs .adrs_box a:hover {
  color: #4680c2;
}
.copyright {
  background: #044694;
  text-align: center;
}	  
.copyright p {
  margin: 0;
  color: #fff;
  padding: 12px 0;
  font-size: 14px;
}


/*==================== ABOUT PAGE ====================*/
.abt .abt_text img {
    float: left;
    margin: 0 40px 50px 0;
    width: 30%;
}
.abt_text p {
    color: #222;
    font-size: 16px;
    max-width: 100%;
    line-height: 1.4;
}
.abt .abt_imag img {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    float: right;
    margin: 0 30px 0 0;
}
.sctn.drct_msg, .sctn.cntct {
    margin: 40px 0 0;
}
.drct_msg .direct_msg {
    background: #e9f7ff;
    padding: 20px 20px;
    display: flex;
    width: 100%;
    border-radius: 4px;
    align-items: center;
}
.drct_msg .direct_msg img {
    border-radius: 7px;
    float: left;
    margin: 0 50px 0 0;
}
.drct_msg .direct_msg p {
    font-size: 31px;
    font-weight: 600;
    line-height: 43px;
}
.drct_msg .direct_msg span {
    display: block;
    font-size: 17px;
    font-weight: 400;
}
.drct_msg .direct_msg span strong {
    display: block;
    margin: 20px 0 -17px;
}
.mission .msn_imag img {
    width: 100%;
}
.mission .msn.head ul li {
    display: inline-block;
    list-style: none;
    margin: 18px 0 8px;
    font-size: 17px;
    line-height: 21px;
}
.mission .msn.head ul li strong {
    font-size: 27px;
}
.vision .vsn span {
    color: #044694;
    font-size: 18px;
    margin: 0 0 15px;
    display: block;
	text-align: center;
}
.vision .vsn h2 {
    font-size: 32px;
    line-height: 1.2;
    color: #000;
    font-weight: 600;
    margin: 0 0 20px;
}
.vision .vsn p {
    color: #222;
    font-size: 16px;
    max-width: 100%;
    line-height: 1.4;
}
.vision .vsn ul {
    padding: 0 0 0 20px;
}
.vision .vsn li {
    font-size: 17px;
    line-height: 23px;
    margin: 0 0 7px;
}

.cntct .cntct_box {
    display: flex;
    align-items: center;
    margin: 0 0 40px;
}
.cntct h3 {
    margin: 0 0 70px;
    font-size: 33px;
    font-weight: 700;
}
.cntct .cntct_box span {
    background: #044694;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    display: block;
    border-radius: 100%;
    margin: 0 20px 0 0;
}
.cntct .cntct_box span img {
    filter: brightness(100);
}
.cntct .cntct_box .cntct_txt h4 {
    font-size: 19px;
    margin: 0 0 4px;
}
.cntct .cntct_box .cntct_txt p {
    font-size: 15px;
    margin: 0;
}
.cntct .cntct_box .cntct_txt a {
	color: #000;
	text-decoration: none;
}
.cntct .cntct_frm form {
    background: #e9f7ff;
    border: 1px solid #044694;
    border-radius: 4px;
    padding: 30px;
}
.cntct .cntct_frm form .head h2 {
    font-size: 24px;
    margin: 0 0 20px;
}
.cntct .cntct_frm form .form_group {
    margin: 0 0 12px;
}
.cntct .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;
}	
.srvc .srvs_box {
    margin: 0 0 90px;
}
.srvc .srvs_box .head h2 {
    margin: 0 0 30px;
    font-weight: 700;
}
.srvc .srvs_box .srvc_imag img {
    width: 100%;
    border: 7px solid #f7f7f7;
    border-radius: 7px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}	
.srvc .srvs_box .srvc_txt p {
    font-size: 17px;
    line-height: 25px;
    padding-left: 30px;
}
.srvc .srvs_box.rght .srvc_txt p {
    padding: 0 30px 0 0;
}
.srvc .srvs_box .srvc_txt ul {
	padding: 0 0 0 20px;
}
.srvc .srvs_box .srvc_txt ul li {
    font-size: 15px;
    line-height: 19px;
    margin: 0 0 12px 0;
}
.srvc .srvs_box.rght.lst {
    margin: 0;
}

.mbrshp .head {
    text-align: center;
}
.cntct .cntct_frm form {
    background: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 7px;
    padding: 30px;
}
.mbrshp .cntct_frm form .head {
    text-align: left;
}
.mbrshp .cntct_frm form .head h2 {
    font-size: 19px;
    font-weight: 500;
    color: #044694;
    border-bottom: 1px dashed #044694;
    padding: 0 0 9px;
}
.mbrshp .cntct_frm form li {
    display: inline-block;
    margin: 0 6px 3px 0;
}
.cntct .cntct_frm form .form_group label {
    font-size: 15px;
    margin: 0 0 7px 0;
    color: #000;
}
.mbrshp .cntct_frm form .form_group li label {
    color: #808080;
}
.cntct .cntct_frm form .form_group .paymd {
    background: #fff;
    text-align: center;
    padding: 25px 30px;
    display: inline-block;
    border-radius: 7px;
    border: 1px solid #ccc;
}
.cntct .cntct_frm form .form_group .paymd h4 {
    color: #044694;
    border-bottom: 1px dashed #044694;
    padding: 0 0 4px;
    text-transform: uppercase;
    font-size: 17px;
}
.cntct .cntct_frm form .form_group .paymd img + img {
    margin: 20px 0 0;
    border-top: 1px dashed #000;
    padding: 12px 0 0;
}

.blog .blg_box {
    margin: 0 0 30px;
}
.blog .blg_box .blg_imag {
    border: 1px solid #ccc;
    border-radius: 4px 4px 0 0;
    padding: 5px;
    overflow: hidden;
    border-bottom: 0;
}
.blog .blg_box .blg_imag img {
    width: 100%;
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.blog .blg_box:hover .blg_imag img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.blog .blg_box .blg_txt {
    background: #f9f9f9;
    border: 1px solid #ccc;
    border-top: 0;
    padding: 12px;
    border-radius: 0 0 4px 4px;
}
.blog .blg_box .blg_txt h3 {
    font-size: 21px;
    line-height: 24px;
}
.blog .blg_box .blg_txt h3 a {
    color: #000;
    text-decoration: none;
}
.blog .blg_box .blg_txt span {
    font-size: 13px;
    margin: 0 0 12px;
    display: inline-block;
    color: #444;
}
