@charset "utf-8";

/* CSS Document */


/*----------------------------------------------------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}

* {
	margin: 0;
	padding: 0;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after,
{
	content: '';
	content: none;
}

 :focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a,
a:hover,
a:active,
a:focus {
	outline: none;
	outline-style: none;
	outline-width: 0;
}

img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
	cursor: pointer;
}

input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

a {
	
	text-decoration: none;
	box-shadow: none;
	
}

a:hover {
	text-decoration: none;
	box-shadow: none;
	border-bottom: none;
}

a:focus {
	text-decoration: none;
	box-shadow: none;
	border-bottom: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	
}

p {
	
}

body {
	margin: 0;
	padding: 0px;	
	background: #fff;
	font-family: proxima-nova, sans-serif;
	color: #000;
	line-height: normal;
	overflow-x: hidden;
}


.container {
	width: 1200px;
}

.mob_header{
	display:none;
}



.top_header_section {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    
}

.top_header_section:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #006189;
    min-height: 80px;
    min-width: 27%;
    max-width: 6%;
}

.call_sec {
    float: right;
    text-align: right;
    display: block;
    padding: 16px 0;
    position: relative;
    width: 100%;
}

.call_sec:before {
    content: "\f095";
    font: normal normal normal 24px/1 FontAwesome;
    position: absolute;
    left: -16px;
    top: 24%;
	color:#006189;
    width: 45px;
    height: 45px;
    background-color: #ffffff;
    border-radius: 50px;
    overflow: hidden;
    text-align: center;
    padding-top: 6px;
    border: 5px solid #006189;
    box-shadow: 1px 0px 13px #00000052;
}

.call_sec span {
    font-size: 17px;
    color: #ffffff;
	    margin-bottom: 8px;
    display: inline-block;
    font-weight: normal;
}

.call_sec p {
    font-size: 19px;
    color: #ffffff;
    font-weight: 600;
}

.logo_sec {
    position: absolute;
    z-index: 1;
}

.menu_sec {
    display: block;
    margin-top: 30px;
    padding: 0;
	float: right;
}

.menu_sec ul{
    margin: 0;
    padding: 0;	
}

.menu_sec ul li {
    display: inline-block;
    margin: 0 29px;
}

.menu_sec ul li a {
    font-size: 17px;
    color: #000000;
    text-transform: uppercase;
	position: relative;
       padding-bottom: 29px;
}

.menu_sec ul li a.active {
    border-bottom: 4px solid #006189;
}
.menu_sec ul li a:hover {
    border-bottom: 4px solid #006189;
}

.menu_sec ul li a:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 6px solid #006189;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    display: none;
}

.menu_sec ul li a.active:before {
    display: block;
}

.menu_sec ul li a:hover:before {
    display: block;
}

/*hp_banner_section*/

.hp_banner_section {
    display: block;
    background-image: url(../images/hp_banner.jpg);
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 644px;
}



.hp_banner_text {
    display: block;
    margin-top: 230px;
    padding: 0;
}

.hp_banner_text h1 {
    font-size: 48px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 60px;
	text-shadow: 5px 0px 48px hsl(0deg 0% 0% / 50%);
}

.hp_banner_text a {
    font-size: 20px;
    color: #ffffff;
    background-color: #006189;
    padding: 14px 34px;
    display: inline-block;
    border-radius: 100px;
    margin-top: 25px;
}


/*hp_about_section*/

.hp_about_section {
    padding: 70px 0 90px;
    display: block;
    margin: 0;
    background-color: #ffffff;
}


.hp_title_sec {
    display: block;
    margin: 0;
    padding: 0;
}

.hp_title_sec h2 {
    font-size: 40px;
    color: #000000;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.hp_title_sec h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #000000;
    width: 75px;
    height: 2px;
}

.hp_title_sec h6 {
    color: #006189;
    font-size: 25px;
    margin-bottom: 11px;
}

.hp_title_sec p {
    font-size: 16px;
    color: #000000;
    line-height: 32px;
    margin-bottom: 11px;
}

.hp_title_sec p span{
    color: #006189;
	 line-height: 31px;
	 font-size: 17px;
	 font-weight:600;
}

.hp_title_sec a {
    font-size: 20px;
    background-color: #006189;
    color: #ffffff;
    padding: 11px 25px;
    display: inline-block;
    border-radius: 100px;
    margin-top: 13px;
		border:2px solid #006189;
}

.ab_img_block {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

.ab_img_block span {
    position: absolute;
    right: 0;
    bottom: -60px;
}

/*hp_services_section*/

.hp_services_section {
    display: block;
    margin: 0;
    padding: 70px 0;
	    position: relative;
}

.hp_services_section:before {
    content: "";
    display: block;
    background-image: url(../images/hp_serv_banner.jpg);
    position: absolute;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 479px;
    left: 0;
    top: 0;
    right: 0;
}

.hp_services_section:after {
    content: "";
    display: block;
    background-color: hsl(198deg 100% 27% / 94%);
    position: absolute;
   min-height:479px;
    left: 0;
    top: 0;
    right: 0;
}

.hp_services_section .hp_title_sec {
    text-align: center;
	    position: relative;
    z-index: 1
}


.hp_services_section .hp_title_sec h2,  .hp_services_section .hp_title_sec p{
	color:#ffffff;
}

.hp_services_section .hp_title_sec h2:before {
    right:0;
    margin:0 auto;
        position: absolute;
    z-index: 1;
	background-color:#ffffff;
}


.sevr_block {
    text-align: center;
    margin-top: 30px;
    padding: 0;
    box-shadow: 1px 0px 32px hsl(0deg 0% 0% / 15%);
	position: relative;
    z-index: 1
}

.sevr_text {
    padding: 50px 20px 20px;
    display: block;
    margin: 0;
	position: relative;
}

.sevr_text h4 {
    font-size: 21px;
    color: #000000;
}

.sevr_text p {
    font-size: 16px;
    color: #000000;
	line-height:26px;
	margin:11px 0;
}

.sevr_text a {
    font-size: 17px;
    color: #006189;
	line-height:26px;
	
}

.icon_sec {
    position: absolute;
    left: 0;
    right: 0;
    top: -43px;
    width: 85px;
    height: 85px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 100px;
    border: 4px solid #006189;
}


.icon_sec:hover img.icon_hide{
	display:block;
}


.icon_sec:hover{
	 background-color: #006189;;
}

.icon_sec:hover img.icon_show{
	display:none;
}

img.icon_hide {
    display: none;
}

/*hp_principals_section*/

.hp_principals_section{
	display: block;
    margin: 0;
    padding: 70px 0;
	background-color:#ffffff;
}

.hp_principals_section .hp_title_sec {
    text-align: center;
}


.hp_principals_section .hp_title_sec h2:before {
   right:0;
   margin:0 auto;
}


li.pri_block {
    text-align: center;
    list-style: none;
	margin-top:30px;
    border-right: 1px solid rgb(0 0 0 / 11%);
}

li.pri_block:last-child {   
    border-right: none;
}

.pri_text {
    margin-top: 11px;
}

.pri_text p {
    font-size: 16px;
    line-height: 25px;
	color:#000000;
}

/*hp_certifications_section*/

.hp_certifications_section{
	display: block;
    margin: 0;
    padding: 70px 0;
	background-color:#fbfbfb;
}


.hp_certifications_section .hp_title_sec {
    text-align: center;
}


.hp_certifications_section .hp_title_sec h2:before {
   right:0;
   margin:0 auto;
}


.cert_img{
	
	
}


.cert_img {
    border: 2px solid #006189;
    display: block;
    overflow: hidden;
    padding: 5px;
    width: 86%;
    margin: 0 auto;
    text-align: center;
	margin-top:30px !important;
}

.cert_img img {
    box-shadow: 1px 0px 10px rgb(0 0 0 / 34%);
}

/**/


.footer_section {
    display: block;
    background-image: url(../images/ft_banner.jpg);
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 388px;
	padding: 70px 0 20px;
}


.footer_section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: hsl(0deg 0% 0% / 91%);
}



.ft_logo {
    text-align: center;
    display: block;
    margin: 0;
    padding: 0;
}

.ft_add_sec {
    width: 100%;
    border-top: 1px solid #ffffff21;
    border-bottom: 1px solid #ffffff21;
    padding: 25px 0;
    display: block;
    float: left;
    margin: 25px 0;
}

.ft_add_sec li {
    list-style: none;
    border-right: 1px solid #ffffff21;
    padding: 0 20px;
}

.ft_add_sec li:last-child {
    border-right: none;
}

.ft_icon {
    width: 20%;
    float: left;
}

.ft_icon i {
    width: 65px;
    height: 65px;
    border: 2px solid #ffffff;
    border-radius: 100px;
    overflow: hidden;
    text-align: center;
    color: #ffffff;
    font-size: 28px;
    padding-top: 17px;
}

.ft_text {
    width: 71%;
    float: left;
    margin-left: 14px;
}

.ft_text h4 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 11px;
    text-transform: uppercase;
}

.ft_text p {
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 11px;
    line-height: 27px;
}


.copy_right {
    display: block;
    margin: 0;
	    clear: both;
    padding: 0;
}

.copy_right p {
    color: #ffffff;
    font-size: 14px;
}


.ft_menu {
    display: block;
    margin: 0;
    padding: 0;
}

.ft_menu ul {
    float: right;
    margin: 0;
    padding: 0;
}

.ft_menu ul li:first-child {
    border-left: none;
}

.ft_menu ul li {
    display: inline-block;
    padding-left: 20px;
    border-left: 1px solid #ffffff;
    margin-left: 20px;
}

.ft_menu ul li a {
    color: #ffffff;
    font-size: 14px;
}


.hp_banner_text a:hover{
	background-color:#ffffff;
	color:#006189;
}

.hp_title_sec a:hover{
	background-color:transparent;
	color:#006189;
	border:2px solid #006189;
}

.sevr_text a:hover{
	text-decoration:underline;
}


.ft_menu ul li a:hover{
	
	text-decoration:underline;
}

/*inner_banner.jpg*/

.inner_banner_section{
	display: block;
    background-image: url(../images/inner_banner.jpg);
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 424px;
}

.inner_banner_text{
	display: block;
    margin-top: 200px;
    padding: 0;
}

.inner_banner_text h1{
	    font-size: 48px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 60px;
	text-shadow: 5px 0px 48px hsl(0deg 0% 0% / 50%);
}

/*ab_board_section*/

.ab_board_section{
	display: block;
    margin: 0;
    padding: 70px 0;
    background-color: #fbfbfb;
}

.ab_board_section .hp_title_sec {
    text-align: center;
}

.ab_board_section .hp_title_sec h2:before {
    right: 0;
    margin: 0 auto;
}


.ab_title_sec{
	display: block;
    margin: 0;
    padding: 0;
}

.margin_top{
	margin-top:50px;
}

.ab_title_sec h2 {
    font-size: 40px;
    color: #000000;
    font-weight: 700;
   
    margin-bottom: 20px;
    position: relative;
}


.ab_title_sec p{
	font-size: 16px;
    color: #000000;
    line-height: 32px;
    margin-bottom: 11px;
}

.about_img {
    text-align: center;
    display: block;
   
	margin-top: 71px;
}

.about_img img {
    border-radius: 100%;
    box-shadow: 1px 0px 5px #000000;
    border: 3px solid #006189;  
   
}

.ab_bottom_section{
	padding:70px 0;
	display:block;
	margin:0;
	background-color:#ffffff;
}

.ab_bottom_section .about_img{
	margin:20px;
}

/*contact_banner_section*/


.contact_banner_section {   
    background-image: url(../images/contact_banner.jpg);  
}


.contact_pg_section {
    padding: 70px 0;
    display: block;
    margin: 0;
}


.contact_form {
    display: block;
    margin-top: 35px;
    padding: 0;
}

.contact_form input {
    border: 1px solid #d8d8d8;
    min-height: 51px;
    box-shadow: 5px 0px 5px #00000017;
	font-size: 15px;
    letter-spacing: 1px;
}

.contact_form textarea {
    border: 1px solid #d8d8d8;
    min-height: 200px;
    box-shadow: 5px 0px 5px #00000017;
	font-size: 15px;
    letter-spacing: 1px;
}


.contact_form input.btn_send {
    background-color: #006189;
    color: #ffffff;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 16px 30px;
    border-radius: 50px;
    margin-top: 14px;
}




.contact_form input.btn_send:hover{
	background-color: #ffffff;
    color: #006189;
	border: 1px solid #006189;
}

.cont_block {
    background-color: #006189;
    padding: 25px;
    display: block;
}

.cont_block li.detail_sec {
    list-style: none;
    margin-bottom: 22px;
}

.cont_block li.detail_sec h4 {
    position: relative;
    color: #ffffff;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    border-bottom: 1px solid #ffffff6b;
}

.cont_block li.detail_sec h4:before {
      content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #ffffff;
    width: 75px;
    height: 2px;
}


.cont_block li.detail_sec p {
    color: #ffffff;
    margin-bottom: 7px;
    line-height: 25px;
    padding-left: 20px;
    font-size: 15px;
	 position: relative;
}

.cont_block li.detail_sec a {
    color: #ffffff;
    margin-bottom: 13px;
    line-height: 25px;
    padding-left: 14px;
    font-size: 16px;
}

.cont_block li.detail_sec i {
    left: 0;
    position: absolute;
    top: 6px;
    font-size: 18px;
}
