/* Bwlow code in style.css */
/* Common CSS for All components : Start */
:root{
	--white:#fff;
	--black:#000;
}
::after,
::before{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
html { margin: 0; padding: 0; }
body { margin: 0; padding: 0;  font-size: 14px; background:var(--white);
	letter-spacing: 0; line-height: normal;
	 font-family: 'Arial';
	font-weight: normal;
	background: url(../images/body-bg.webp) repeat center center;
	}


input, select, textarea, button { outline: none; box-shadow: none; font-family: inherit;}
input[type=text]::-moz-placeholder,
input[type=search]::-moz-placeholder,
.input-text::-moz-placeholder,
.input_text::-moz-placeholder {
	color: inherit;
	opacity: 1;
	font-family: inherit;
}

input[type=text]::-webkit-input-placeholder,
input[type=search]::-webkit-input-p,
.input-text::-webkit-input-placeholder,
.input_text::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
	font-family: inherit;
}

input[type=text]::-ms-placeholder,
input[type=search]::-ms-placeholder,
.input-text::-ms-placeholder,
.input_text::-ms-placeholder {
	color: inherit;
	opacity: 1;
	font-family: inherit;
}

input[type=email]::-moz-placeholder {
	color: inherit;
	opacity: 1;
	font-family: inherit;
}

input[type=email]::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
	font-family: inherit;
}

input[type=email]::-ms-placeholder {
	color: inherit;
	opacity: 1;
	font-family: inherit;
}

textarea::-moz-placeholder {
	color: inherit;
	opacity: 1;
	font-family: inherit;
}

textarea::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
	font-family: inherit;
}

textarea::-ms-input-placeholder {
	color: inherit;
	opacity: 1;
	font-family: inherit;
}

a { text-decoration: none;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
a:hover { text-decoration: none;}

.flxrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flxcol {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column; 
	flex-direction: column;
}
.flxfix {
	-ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.flxflexi {
	-ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    position: relative;
}
/* Common CSS for All components : End */

@media (min-width:576px){
.container, .panel-layout .panel-row-style {
width:100%;
max-width:100%;
}
}
@media (min-width: 768px) {
.container, .panel-layout .panel-row-style{
width:750px;
padding: 0 15px;;
}

}
@media (min-width: 992px) {
.container, .panel-layout .panel-row-style{
width:970px;
}
}
@media (min-width: 1200px) {
.container, .panel-layout .panel-row-style{
width:1004px;
max-width:1004px;
}
}
.container{ margin: 0 auto; display: block; padding: 0 15px;; }	
.container, .panel-layout .panel-row-style{ margin-right: auto !important;margin-left: auto !important; }  
img{ max-width: 100%; height: auto; }
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
 
	 
}
 
h1 {
	font-size: 42px;
	 
}
h2 {
	font-size: 36px;
	 
}
h3 {
	font-size: 32px;
	 
}
h4 {
	font-size: 28px;
 
}
h5 {
	font-size: 24px;
 
}
h6 {
	font-size: 20px;
	 
}
p{margin: 0; padding: 0; color: var(--black); font-weight: 400;font-size: 16px;line-height: 150%;}
p + p{ padding-top: 24px;; }
ul{ margin: 0px; padding: 0px; }
ul li{ list-style: none; }
.row { margin-left: -15px !important; margin-right: -15px !important;}
.row>* { padding-left: 15px !important; padding-right: 15px !important;}

.main_wapper{ overflow:hidden; }
#header{ border-bottom: #fff solid 4px; background: url(../images/header-bg.webp)  repeat-x left center; background-size: auto 100%;  }
.header-top{ justify-content: space-between; padding: 6px 0 0 0; width: 100%; display: flex; align-items: flex-start;}
.header-top .site-logo{ margin: 0; padding: 0; display: flex; align-items: center; }
.header-top .site-logo a{ display:  flex; align-items: center; }
.header-top .site-logo a img{ max-width: 258px;  height: auto; }
.header-right{ padding: 6px 0 0 0; display: flex; align-items: flex-end; flex-direction: column; }
.header-right .header-right-top{ gap: 18px; display: flex; align-items: center;}
.header-right .phone-number{ font-size: 24px; font-weight: bold; font-family: 'Arial'; font-weight: bold;  text-shadow: #000066  1px 1px 1px; color: #fff; display: flex; align-items: center;}
.header-right .phone-number a { font-size: 24px; font-weight: bold; gap: 7px;; text-shadow: #000066  1px 1px 1px; color: #fff; display: flex ;align-items: center;}
.header-right .phone-number >  i{ font-style: normal; margin: 0 5px;; }
.header-right .header-right-top .social-icon{ display: flex ; align-items: center;}
.header-right .header-right-top .social-icon a  { display: flex ; align-items: center;}
.header-right .header-right-top .social-icon a img{  width: 36px; height: auto;}
.header-tagline{ padding: 34px 0 0 0; text-shadow: #000066  1px 1px 1px; color: #fff;font-size: 22px; font-weight: bold; font-family: 'Arial'; font-weight: bold;}
.header-menu{ margin: 10px 0 0 0; }
.header-menu .main-nav{background: #1c2b64 ; border-radius: 20px 0 0 0; display: flex;}
.header-menu .main-nav ul{ gap: 24px; padding: 0 27px; min-height: 44px; display: flex; align-items: center; }
.header-menu .main-nav ul li a { text-transform: uppercase; font-family: 'Droid Sans'; font-weight: bold; color: #cccccc; font-size: 14px;;}
.header-menu .main-nav ul li a:hover{color: #fff; }
.header-menu .main-nav ul li.current-menu-item a{ color: var(--white);}
.contain-wapper { min-height: calc(100vh - 377px); }
#footer{ padding: 45px 0 15px;  background: #1c2b64;  }
.footer-top {display: flex ; align-items: flex-end; justify-content: space-between;}
.footer-top .footer-left h6{ font-size: 18px; font-family: 'Droid Sans'; font-weight: bold;  color: #fff; }
.footer-top .footer-left p{ font-size: 12px; font-family: 'Droid Sans'; font-weight: bold;  color: #fff; }
.copyright{ padding: 44px 0 0 0;  font-size: 12px; font-family: 'Droid Sans';   color: #fff; }
.footer-top .footer-left p a{ color: var(--white); }
.footer-right p{ text-align: right; font-size: 10px; font-family: 'Droid Sans';   color: #fff;}
.footer-right p a{ color: #fff; text-decoration: underline; }

.menu-icon{  display: none; position: relative; right: 0px; margin: 0px 0 0 0; top: 0; }
.menu-icon a{ width: 48px; background:#1c2b64 ; height: 48px; display: flex; align-items: center;  justify-content: center;}
.menu-icon a .line-main{  flex-direction: column; gap: 5px;    width: 24px; min-height: 12px; display: flex; position: relative; }
.menu-icon a .line-main i{  position: relative; transition: transform 250ms cubic-bezier(.2,.6,.3,1),width 250ms cubic-bezier(.2,.6,.3,1); width: 100%; height: 2px; border-radius: 4px; background: var(--white);  }
.menu-icon a.active .line-main i.line-2{ opacity: 0; }
.menu-icon a.active .line-main i.line-1{ transform: rotate(45deg); top: 7px; }
.menu-icon a.active .line-main i.line-3{ transform: rotate(-45deg); top: -7px; }

.banner-wapper::after{ background: #0c89c9; width: 200vw; height: 100%; z-index: -1;  border-bottom: var(--white) solid 2px;;content: ''; position: absolute; left: -50vw; top: 0; }
.home-tagline-main,
.banner-wapper{padding: 0 0 2px; position: relative; }
.home-tagline-main::after{ background: #1c2b64; width: 200vw; height: 100%; z-index: -1;  border-bottom: var(--white) solid 2px;;content: ''; position: absolute; left: -50vw; top: 0; }
.banner-wapper img{ display: flex ;align-items: center; width: 100%; height: auto;} 
 
.home-tagline{ font-family: 'Droid Sans'; font-weight: bold; text-align: center;}
.home-tagline h3{ font-size: 30px;}
.home-tagline p{ color: #fff; font-size: 18px; font-weight: bold;}
.home-section-2 h4{ font-family: 'Myriad Pro'; text-align: center; font-size: 20px; font-style: italic;}
.home-section-2 h4 em{ font-style: normal; margin: 0 10px; }
.home-section-2  p{ color: #1c2b64; text-align: center; font-size: 16px; padding: 20px 0 0 0; }
.home-post-section .panel-grid.panel-no-style{ margin: 0 !important;  gap: 18px !important;; }
.home-post-section .widget_media_image{  display: flex ;align-items: center; width: 100%; }
.home-post-section .widget_media_image img{ width: 100%; height: auto; border: #000 solid 1px;; }
.home-post-section .widget_media_image +  .widget_media_image{ margin-top: 5px;; }

.home-post-section p  {font-family: 'Myriad Pro'; color: #1c2b64; font-size: 15px; }
body .home-post-section .ow-button-base .sowb-button{font-family: 'Myriad Pro'; text-transform: uppercase;  font-size: 15px; color: #1c2b64; padding: 0; border: 0; background: none; box-shadow: none; font-weight: bold;  }
.home-post-section .widget-title{font-family: 'Droid Sans'; font-weight: bold; font-size: 18px;color: #fff; margin: 0 0 14px; padding: 0 0 0; min-height: 46px;; display: flex;  max-width: 306px; padding: 0 24px; align-items: center;  background: url(../images/title-bg.png) no-repeat left center; }

.home-post-section .widget_media_image .sidebar-img img{ border: 0;}
body .home-post-section .ow-button-base .sowb-button:hover{ color: #0c89c9 !important;  }


img.alignleft { float: left;margin: 0 20px 10px 0; }
img.alignright { float: right;margin: 0 0 10px 20px; }
 

.contain-wapper.inner-page{ padding: 48px 0; }

.contact_main_section {  }
.contact_main_section iframe{ height:250px; }
.wpcf7{ padding: 40px 0; }
.wpcf7 .wpcf7-form-control-wrap { display: block;width: 100%; }
.wpcf7 { column-gap:60px; }
.wpcf7 p{ line-height: normal; margin-bottom: 15px; font-size: 16px; text-align: justify; font-family: Arial, Helvetica, sans-serif; }
.wpcf7 h2 { color: #1c2b64; font-family: Arial, Helvetica, sans-serif; font-size: 26px; line-height: 34px; font-weight: normal;	padding-bottom: 18px;font-weight: bold; }
.wpcf7   .widget_text { margin-bottom: 0px !important; }
.wpcf7 { position: relative; }
.wpcf7 .wpcf7-text { padding: 0 10px; border: 1px solid #EAEAEA; line-height: 20px;height: 30px; width: 100%; background-color: #c7c5c5; border-radius: 3px; }
.wpcf7 select { border: 1px solid #DDDDDD; color: #666666; padding: 2px; width: 60%;font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 20px; word-wrap: break-word; }
.wpcf7 .wpcf7-textarea { padding: 10px;height: 200px; border: 1px solid #EAEAEA; width: 100%; background-color: #c7c5c5; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;resize: none; }
/*.wpcf7 input[type=submit] { background-color: #990000; margin-bottom: 30px; padding: 10px 20px; border: 0px; transition: background-color 0.3s linear 0s; border-radius: 4px; font-size: 14px; appearance: none !important; cursor: pointer; display: inline-block; color: #FFFFFF; width:fit-content; transition:0.3s; }
.wpcf7 input[type=submit]:hover { background-color: #33363B; }*/
.wpcf7 .wpcf7-submit { display: flex;width: 100px;height: 40px;padding: 0 0;font-family: Arial, Helvetica, sans-serif;font-size: 16px;color: #fff;font-weight: bold;background: #1c2b64;border: solid 1px #1c2b64; border-radius: 10px;align-items: center;justify-content: center; }
.wpcf7 .wpcf7-submit:hover { color: #fff;background: #0c89c9;border-color: #0c89c9; }
.wpcf7 .wpcf7-spinner { position: absolute;bottom: 0;left: 0; }
.wpcf7 .wpcf7-not-valid-tip { font-size: 14px;padding-top: 8px; }
  .wpcf7 form.invalid .wpcf7-response-output { color: #ffb900;border-color: #ffb900;margin-top: 30px; margin-bottom: 0; }



.contain-wapper.error_main{ text-align: center; padding: 100px 0;  }  
.contain-wapper.error_main h1{ padding: 20px 0; }
.contain-wapper.error_main .btnbox{ padding: 20px 0 0 0; display: flex;  align-items: center; justify-content: center;}
.contain-wapper.error_main .btnbox  a{font-family: 'Myriad Pro'; text-transform: uppercase;  font-size: 15px; color: #1c2b64; padding: 0; border: 0; background: none; box-shadow: none; font-weight: bold;  }
.home-post-section .widget-title{font-family: 'Droid Sans'; font-weight: bold; font-size: 18px;color: #fff; margin: 0 0 14px; padding: 0 0 0; min-height: 46px;; display: flex;  max-width: 306px; padding: 0 24px; align-items: center;  background: url(../images/title-bg.png) no-repeat left center; }
.contain-wapper.error_main .btnbox  a:hover{ color: #0c89c9 !important;  }

.textwidget ul { padding: 0 0 0 20px; }
.textwidget ul li{ display: list-item;  list-style-type: disc; list-style-position: outside;color: var(--black); font-weight: 400;font-size: 16px;line-height: 150%;}

.textwidget ol { padding: 0 0 0 20px; }
.textwidget ol li{ display: list-item;  list-style-type: decimal; list-style-position: outside;color: var(--black); font-weight: 400;font-size: 16px;line-height: 150%;}