@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v18/0eC6fl06luXEYWpBSJvXCBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v12/IVeH6A3MiFyaSEiudUMXExNcqx07xvyppV96iFRdwiM.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

html, body {
    height: 100%;
    font-size: 16px;
    color: #f5f5f5;
    font-family: 'Roboto', sans-serif;
    vertical-align: baseline;
	padding:0;
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
a {text-decoration: none;}
a:hover{text-decoration:none;}
body a {
	text-decoration:none;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.container-fluid{
	width:100%;
	padding-left:0px;
	padding-right:0px;
	margin-left:0px;
	margin-right:0px;
}
a:active,a:hover,a:focus { outline: none; text-decoration: none;}
button:focus {outline: none;}
ul {list-style: outside none none; margin: 0; padding: 0;}
:before,
:after {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

/*============================================================ header ==================================================================*/
.header_top{background:#072454;}
.header_top .header_top_color{    
	background: #a9e0ff;
	text-align: right;
	padding:15px 0px;
}
.header_top p{
	font-family: "Roboto",sans-serif;
	font-size:14px;
	font-weight:400;
	color:#fff;
	margin:0;
	padding:15px 0px 15px 20px;
}
.header_top p a{color: #a9e0ff;}
.header_top .list{padding:0px 0px; float:right;}
.header_top .list a{    
	font-size: 14px;
    color: #072454;
    float: right;
}
.header_top .list .fa{padding-right:10px; }



.navbar-fixed-top{
	margin-top: 50px;
	background:#fff;
}
.fixed-me{ transition: all 1s ;}
.fixed-me{
    padding: 0px  !important;
    margin-bottom: 5px;
    position: fixed;
    top:0;
	z-index:888;
    width: 100%;
	margin-top:-1px;
   /* border-bottom: 3px solid #ccc !important;*/
    background-color:#fff;

}
.navbar-brand{
    float: left;
    height: 50px;
    padding: 3px 15px;
    font-size: 18px;
    line-height: 20px
}
.navbar-fixed-top.scrolled {
  background-color: #fff !important;
  transition: background-color 200ms linear;
  z-index:10000;
}
.navbar-right{
	margin-right:50px;
}

:root{
    --text_color: #666;
    --text_color2: #222;
}
nav.navbar.bootsnav{
    font-family: 'Roboto', sans-serif;
    margin-bottom: 150px;
    border: none;
}
nav.navbar.bootsnav ul.nav>li{ margin-right: 10px; }
nav.navbar.bootsnav ul.nav > li > a{
    color: #072454;
    background-color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 5px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all .5s ease;
}
nav.navbar.bootsnav ul.nav > li.dropdown > a{padding: 35px 10px; }
nav.navbar.bootsnav ul.nav > li.active > a,
nav.navbar.bootsnav ul.nav > li.active > a:hover,
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li.on > a{
    background: transparent !important;
    color: #072454;
    border: none;
}
nav.navbar.bootsnav ul.nav > li > a>span:before,
nav.navbar.bootsnav ul.nav > li > a>span:after{
    content: attr(data-hover);
    color: var(--text_color);
    height: 100%;
    width: 100%;
    padding: 30px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease 0.1s;
}
nav.navbar.bootsnav ul.nav > li > a>span:after{
    color: var(--text_color2);
    top: 100%;
}
nav.navbar.bootsnav ul.nav>li.active>a>span:before,
nav.navbar.bootsnav ul.nav>li>a:hover>span:before,
nav.navbar.bootsnav ul.nav>li.on>a>span:before{
    top: 100%;
}
nav.navbar.bootsnav ul.nav>li.active>a>span:after,
nav.navbar.bootsnav ul.nav>li>a:hover>span:after,
nav.navbar.bootsnav ul.nav>li.on>a>span:after{
    top: 0;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content li a:hover,
nav.navbar.bootsnav li.dropdown ul.dropdown-menu li a:hover,
nav.navbar.bootsnav li.dropdown ul.dropdown-menu li a.dropdown-toggle:active,
nav.navbar ul.nav li.dropdown.on ul.dropdown-menu li.dropdown.on > a{
    color: var(--text_color2) !important;
    background-color: #fff !important;
}
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after{
    color: #072454;
    margin: 0 0 0 7px;
    position: absolute;
    top: 33px;
    right: 0px;
}
nav.navbar.bootsnav ul.nav > li.dropdown > ul{
    opacity: 0;
    visibility: hidden;
    filter: blur(10px);
    transition: all 0.3s ease-in-out 0s;
}
nav.navbar.bootsnav ul.nav > li.dropdown.on > ul{
    opacity: 1 !important;
    visibility: visible !important;
    filter: blur(0);
}
.dropdown-menu.multi-dropdown{
    position: absolute;
    left: -100% !important;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
    background-color: var(--text_color);
    border: none;
    border-radius: 0;
    top: 100%;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a{
    color: #fff;
    border: none;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content{ top: 100%; }
nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content li{ font-size: 12px; }
nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .menu-col li a{
    color: #fff;
    padding-left: 10px;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .title{
    color: #072454;
    font-size: 16px;
    font-weight: bold;
}
@media only screen and (max-width:990px){
    .dropdown-menu.multi-dropdown{ left: 0 !important; }
    nav.navbar.bootsnav .navbar-toggle{
        color: var(--text_color);
        background: transparent !important;
    }
    nav.navbar.bootsnav ul.nav>li{ margin: 5px auto 15px; }
    nav.navbar.bootsnav.navbar-mobile ul.nav>li>a{
        background-color: transparent;
        text-align: center;
        padding: 10px 15px;
        border: none;
    }
    nav.navbar.bootsnav ul.nav>li.dropdown>a{ padding: 10px 10px 10px 28px; }
    nav.navbar.bootsnav.navbar-mobile ul.nav>li>a>span:before,
    nav.navbar.bootsnav.navbar-mobile ul.nav>li>a>span:after{
        padding: 10px 15px;
    }
    nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle:before{ color: var(--text_color); }
    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a{
        color: var(--text_color);
        padding-left: 10px;
        border-bottom-color: none;
    }
    nav.navbar.bootsnav .dropdown-menu{ z-index: 0; }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .title{
        font-size: 14px;
        font-weight: normal;
        color: var(--text_color);
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .col-menu li a{ color: var(--text_color); }
}
/*============================================================ header ==================================================================*/

/*============================================================ slider ==================================================================*/
#mainSlider .caption{
position:absolute;
top:35%;
}
#mainSlider h6 {
	font-family: 'Roboto', sans-serif;
	color:#fff;
	font-weight:600;
	font-size:20px;
	text-shadow: 1px 1px 2px #000000;
}
#mainSlider h1 {
	font-family: 'Roboto', sans-serif;
	color:#fff;
	font-weight:600;
	font-size:60px;
	text-shadow: 1px 1px 3px #000000;
}
#mainSlider .btn{
	background-color: #072454;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    line-height: 34px;
    font-weight: 600;
    font-size: 16px;
    border-color: rgba(255, 255, 255, 0);
    margin: 0px;
    border-radius: 0px;
    padding: 12px 40px;
    color: rgb(255, 255, 255);
	box-shadow: 1px 1px 2px #000000;
}




#owl-main .item {
  height: 44vh;
  background-color: #FFF;
  background-position: center 55%;
  background-size: cover;
}
#owl-main.height-md .item {height: 100vh;}
/*#owl-main.height-sm .item {
  height: 60vh;
}*/
#owl-main.height-lg .item {height: 100vh;}
#owl-main .container {
  display: table;
  height: inherit;
}
#owl-main .caption {display: table-cell;}
#owl-main .caption.vertical-center {vertical-align: middle; padding-bottom: 3vh;}
#owl-main .caption.vertical-top {vertical-align: top;}
#owl-main .caption.vertical-bottom {vertical-align: bottom;padding-bottom: 14vh;}
#owl-main .caption.text-left {padding-right: 20%;}
#owl-main .caption.text-right {padding-left: 20%;}
#owl-main .caption h1, #owl-main .caption p, #owl-main .caption div {position: relative;}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
	margin:0;
	padding:0;
}
.owl-controls {display:none !important;}
/*============================================================ slider ==================================================================*/

/*============================================================ section1 ==================================================================*/
@media only screen and (max-width: 600px) {.section1{padding:80px 20px;}}
@media only screen and (min-width: 600px) {.section1{padding:80px 20px;}}
@media only screen and (min-width: 768px) {.section1{padding:80px 20px;}} 
@media only screen and (min-width: 992px) {.section1{padding:80px 50px;}} 
@media only screen and (min-width: 1200px) {.section1{padding:80px 100px;}}
@media only screen and (min-width: 1500px) {.section1{padding:80px 120px;}}
.section1 .pr{padding-right:0px;} .section1 .pl{padding-left:0px;}
.section1 .mt30{margin-top:30px;}
.section1 .mt60{margin-top:60px;}
.section1 h6{
	font-family: 'Roboto', sans-serif;
    color: #7f8284;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}
.section1 h6 span{
	padding: 0 2px 4px;
    border-bottom: 2px solid #a9e0ff;
}
.section1 h2{
	font-family: 'Roboto', sans-serif;
    font-weight: 600;
	text-transform:capitalize;
    display: block;
    font-size: 40px;
    line-height: 1.26;
    color: #072454;
	margin-top:30px;
}
.section1 p{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
    color: #555555;
    line-height: 25px;
    font-weight: 400;
	text-align:left;
	margin-top:25px;
	text-align:justify;
}
.section1 h4{
	font-size: 24px;
    line-height: 38px;
    font-weight: 400;
    color: #072454;
    text-transform: capitalize;
	margin-top:20px;
}
/*============================================================ section1 ==================================================================*/

/*============================================================ section2 ==================================================================*/
.section2 .sec2color1{padding-top: 56px; padding-bottom: 52px; background-color: #072454; text-align:center;}
.section2 .sec2color2{padding-top: 50px; padding-bottom: 50px; background-color: #a9e0ff;}
.section2 .pr{ padding-right:0px;} .section2 .pl{padding-left:0px;}
.section2 .mt30{margin-top:30px;}
.section2 h1{
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	color:#072454;
	font-weight:600;
	text-align:center;
}
.section2 h6{
	font-family: 'Roboto', sans-serif;
    color: #7f8284;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}
.section2 h6 span{
	padding: 0 2px 4px;
    border-bottom: 2px solid #a9e0ff;
	margin:0px 40px 0px 40px;
}
.section2 h2{
	font-family: 'Roboto', sans-serif;
    font-weight: 600;
	text-transform:capitalize;
    display: block;
    font-size: 40px;
    line-height: 1.26;
    color: #072454;
	margin-top:30px;
	padding:0px 40px 0px 40px;
}
.section2 h2 span{font-size: 20px;}
.section2 p{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
    color: #072454;
    line-height: 25px;
    font-weight: 400;
	text-align:center;
	margin-top:25px;
	padding:0 40px;
	margin-bottom:40px;
}
.section2 .btn{
	background: #a9e0ff;
    color: #072454;
	font-size: 14px;
    font-weight: 500;
    padding: 0 30px;
	line-height: 50px;
	border-radius:0px;
	margin:30px auto 0px auto;
    text-transform: uppercase;
}
.section2 .btn1{ margin:0px auto;}
.section2 #news-slider1 img{ width:150px; height:100px;}
.section2 .post-slide{margin:0px 15px;}

.section2 .prbox{
 	border:2px solid #ccc;
	margin:60px 20px;
	padding-bottom:40px;
}
.section2 .prbox .primg{ position:relative;}
.section2 .prbox .primg:after {
    content: "";
    width: 5px;
    height: 80px;
    border-left: 9px dotted #ccc;
    position: absolute;
    top: 127%;
    left: 71px;
}
.section2 h3{
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
	padding:10px 30px;
    color: #fff;
	border-radius:6px;
	background-color: #072454;
	margin-top:-20px;
}
.section2 .rp { margin-top:40px; padding-left:35px;}
.section2 .rp img{
 border-radius:50px 0px 50px 0px;
}
/*============================================================ section2 ==================================================================*/

/*============================================================ section3 ==================================================================*/
@media only screen and (max-width: 600px) {.section3{padding:80px 10px;}}
@media only screen and (min-width: 600px) {.section3{padding:80px 10px;}}
@media only screen and (min-width: 768px) {.section3{padding:80px 10px;}} 
@media only screen and (min-width: 992px) {.section3{padding:80px 50px;}} 
@media only screen and (min-width: 1200px) {.section3{padding:80px 100px;}}
@media only screen and (min-width: 1500px) {.section3{padding:80px 120px;}}
.section3{background-color: #F3F3F3;}
.section3 .pr{padding-right:0px;} .section3 .pl{padding-left:0px;}
.section3 .box{
	margin-bottom: 30px;
    padding: 10px;
    border-radius: 0 150px 150px 0;
    -webkit-border-radius: 0 150px 150px 0;
    -moz-border-radius: 0 150px 150px 0;
    -ms-border-radius: 0 150px 150px 0;
    -o-border-radius: 0 150px 150px 0;
    background: #fff;
}
.section3 h5{
	font-size: 20px;
    margin-bottom: 20px;
	font-family: 'Roboto', sans-serif;
    font-weight: 700;
    line-height: 30px;
    color: #072454;
}
.section3 h6{
	font-family: 'Roboto', sans-serif;
    color: #7f8284;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}
.section3 h6 span{
	padding: 0 2px 4px;
    border-bottom: 2px solid #a9e0ff;
}
.section3 h2{
	font-family: 'Roboto', sans-serif;
    font-weight: 600;
	text-transform:capitalize;
    display: block;
    font-size: 40px;
    line-height: 1.26;
    color: #072454;
	margin-top:30px;
}
.section3 p{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
    color: #555555;
    line-height: 25px;
    font-weight: 400;
	text-align:left;
	margin-top:25px;
}
.section3 .btn{
	background: #a9e0ff;
    color: #072454;
	font-size: 14px;
    font-weight: 500;
    padding: 0 30px;
	line-height: 50px;
	border-radius:0px;
	margin-top:30px;
    text-transform: uppercase;
}
/*============================================================ section3 ==================================================================*/

/*============================================================ section4 ==================================================================*/
@media only screen and (max-width: 600px) {.section4{padding:80px 10px;}}
@media only screen and (min-width: 600px) {.section4{padding:80px 10px;}}
@media only screen and (min-width: 768px) {.section4{padding:80px 10px;}} 
@media only screen and (min-width: 992px) {.section4{padding:80px 50px;}} 
@media only screen and (min-width: 1200px) {.section4{padding:80px 100px;}}
@media only screen and (min-width: 1500px) {.section4{padding:80px 120px;}}
.section4{}
.section4 .pr{padding-right:0px;} .section4 .pl{padding-left:0px;}
.section4 h6{
	font-family: 'Roboto', sans-serif;
    color: #7f8284;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
	text-align:center;
}
.section4 h6 span{
	padding: 0 2px 4px;
    border-bottom: 2px solid #a9e0ff;
}
.section4 h2{
	font-family: 'Roboto', sans-serif;
    font-weight: 600;
	text-transform:capitalize;
    display: block;
    font-size: 40px;
    line-height: 1.26;
    color: #072454;
	margin-top:30px;
	text-align:center;
}
.section4 .post-slide{
    margin: 40px 15px 0px 15px;
    border-bottom: 1px solid #dadada;
    box-shadow: 0 0 5px rgba(167, 197, 167, 0.8);
    transition: all 0.4s ease-in-out 0s;
}
.section4 .post-slide .post-img{
    position: relative;
}
.section4 .post-slide .post-img:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
}
.section4 .post-slide:hover .post-img:before{
    background: rgba(0, 0, 0, 0.6);
}
.section4 .post-slide .post-img img{
    width: 100%;
    height: auto;
}
.section4 .post-slide .category {
    width: 60px;
    height: 60px;
    background: #a9e0ff;
    color: #072454;
    line-height: 11px;
    text-align: center;
    text-transform: capitalize;
    position: absolute;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 14px;
    font-weight: 500;
    padding-top: 20px;
    bottom: -20px;
    left: 30px;
	z-index:9;
    transition: all 0.5s ease-in-out 0s;
}
.section4 .post-slide:hover .category{
    left: 0;
}
.section4 .post-slide .post-review{
    background: #fff;
    position: relative;
	padding: 50px 0px 15px 0px;
    border: 1px solid #dee2e6;
    border-top: 0;
	z-index:1;
}
.section4 .post-slide .post-title{
    margin: 0;
	padding:0px 36px;
}
.section4 .post-slide .post-title a{
    display: inline-block;
    font-size: 16px;
    color: #072454;
    word-wrap: break-word;
	line-height: 1.5;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 25px;
    transition: all 0.30s linear 0s;
}
.section4 .post-slide .post-title a:hover{
    text-decoration: none;
    color: #555;
}
.section4 .post-slide .post-description{
    font-size: 15px;
    color: #555;
    line-height: 26px;
	padding:0px 36px;
}
.section4 .post-review .post-bar{
    margin-top: 20px;
    border-top: 1px solid #dee2e6;
}
.section4 .post-bar span{
    display: inline-block;
    font-size: 14px;
	padding:15px 36px 0px 36px;
}
.section4 .post-bar span i{
    margin-left: 5px;
    color: #a9e0ff;
}
.section4 .post-bar span a{
    color: #072454;
    text-transform: uppercase;
}
.section4 .post-bar span a:hover{
    text-decoration: none;
    color: #072454;
}
.section4 .post-bar span.comments{
    float: right;
}
@media only screen and (max-width: 359px) {.section4 .post-slide .category{ font-size: 13px; }}
/*============================================================ section4 ==================================================================*/

/*============================================================ section5 ==================================================================*/
.section5{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
/*============================================================ section5 ==================================================================*/

/*============================================================ section6 ==================================================================*/
.section6{
	background: #062456;
    padding: 50px 0;
}
.section6 .pr, .section6 .pl{
	padding-right:0px; padding-left:0px;
}
.section6 .mt10{
	margin-top:-10px;
}
.section6 h6{
	margin: 0px;
    padding: 0px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	padding-top:20px;
}
.section6 input[type=email] {
    background-color: #fff !important;
    border: 1px solid #fff !important;
    color: #222 !important;
    border: 1px solid #405847;
    width: 100%;
    font-size: 14px;
 	height: 44px !important;
    padding: 20px 20px 17px 20px;
	margin-top:10px;
}
.section6 .mt-30 {margin-top: 23px;}
.section6 .grd-button {
	background: #062456;
    color: #072454;
    text-transform: uppercase;
    font-size: 14px;
	background:#062456;
    font-weight: 500;
    padding: 14px 40px 13px;
}
/*============================================================ section6 ==================================================================*/

/*============================================================ footer =======================================================================*/
@media only screen and (max-width: 600px) {.footer{padding:80px 10px;}}
@media only screen and (min-width: 600px) {.footer{padding:80px 10px;}}
@media only screen and (min-width: 768px) {.footer{padding:80px 10px;}} 
@media only screen and (min-width: 992px) {.footer{padding:60px 50px;}} 
@media only screen and (min-width: 1200px) {.footer{padding:60px 60px;}}
@media only screen and (min-width: 1500px) {.footer{padding:60px 80px;}}
.footer {
    color: #b1bec5;
    background: url(../images/footerback.jpg) no-repeat top/cover;
}
.footer .pr{padding-right:0px;} .footer .pl{padding-left:0px;}
.footer .mt30{margin-top:30px;}
.footer .logo{
	margin:25px 0px;
}
.footer h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 22px;
    line-height: 50px;
    font-weight: 500;
    font-style: normal;
    box-sizing: border-box;
    color: #fff;
    padding-bottom: 30px;
    position: relative;
}
.footer h3:after {
    border-bottom: 2px solid #a9e0ff;
    right: auto;
    left: 0px;
    content: "";
    position: absolute;
    bottom: 21px;
    width: 59px;
    position: absolute;
}
.footer p{
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
	color: #b1bec5;
}
.footer .link li{
	padding: 5px 0 5px 0;
}
.footer .link li:not(:last-child) {
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
}
.footer .link li a{color: #b1bec5;}
.footer .link li .fa{padding-right:10px; font-size:10px;}
.footer .sec31{
	margin-top:15px;
	padding-left:0px; 
	padding-right:0px;
	font-family: 'Roboto', sans-serif;
}
.footer .sec31 .para1 span{
	color:#f57900;
}
.footer .sec31 .col-md-4, .footer .sec31 .col-sm-8{
	padding-left:0px; 
	padding-right:0px;
}
.footer .cnct{
	margin-top:30px;
}
.footer .cnct img{border-radius:8px;}
.footer .cnct h4{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
	padding-left:0px;
	margin:0;
}
.footer .cnct p{
	padding-left:0px;
	color: #979fa6;
}
.footer .cnct p a{color: #979fa6;}
.footer h5{
	color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.footer .social{margin-top:30px; margin-left:20px;}
.footer .social li{display:inline-block;}
.footer .social li a{
	display: inline-block;
    width: 36px;
    height: 36px;
    margin-right: 3px;
    margin-left: 2px;
    font-size: 14px;
    color: #fff;
    border-radius: 50%;
    background-color: #072454;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
}
.footer .social li .fa{ font-size:14px; margin-top:10px;}
.footer .social li .tw{background: #062456;}
.footer .social li .fb{background: #062456;}
.footer .social li .pt{background: #062456;}
.footer .social li .ln{background: #062456;}
.footer-copy {
    padding: 20px 40px 10px 40px;
    background: #062456;
    font-family: "Roboto",sans-serif;
	font-size:16px;
    border-top: 1px solid #00293d;
}
.footer-copy p {
    color: #fff;
    text-align: left;
}
.footer-copy p a {
    color: #fff;
}
/*============================================================ footer =======================================================================*/

/*============================================================ banner =======================================================================*/
@media only screen and (max-width: 600px) {.banner{margin-top:0px;}}
@media only screen and (min-width: 600px) {.banner{margin-top:0px;}}
@media only screen and (min-width: 768px) {.banner{margin-top:10px;}} 
@media only screen and (min-width: 992px) {.banner{margin-top:80px;}} 
@media only screen and (min-width: 1200px) {.banner{margin-top:80px;}}
@media only screen and (min-width: 1500px) {.banner{margin-top:80px;}}
.banner .pricingTable{
    padding: 0 0 20px 0;
    text-align: left;
    position: relative;
    transition: all 0.5s ease 0s;
}
.banner .pricingTable .title{
    width: 100%;
    padding: 10px 0 10px 50px;
    margin: 0;
    background: #e2f5ff;
    border: 1px solid #ddd;
    font-size: 14px;
    font-weight: 500;
    color: #25283d;
    text-transform: uppercase;
    position: absolute;
    top: 10px;
    left: 0px;
    transition: all 0.5s ease 0s;
}
.banner .pricingTable .title a{
	color: #25283d;
}
.banner .pricingTable .title:after{
    content: "";
    border-top: 15px solid #a9e0ff;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -30px;
    left: -1px;
    transition: all 0.5s ease 0s;
}
/*============================================================ banner =======================================================================*/

/*============================================================ about_page ==================================================================*/
@media only screen and (max-width: 600px) {.about_page{padding:80px 20px;}}
@media only screen and (min-width: 600px) {.about_page{padding:80px 20px;}}
@media only screen and (min-width: 768px) {.about_page{padding:80px 20px;}} 
@media only screen and (min-width: 992px) {.about_page{padding:80px 50px;}} 
@media only screen and (min-width: 1200px) {.about_page{padding:80px 100px;}}
@media only screen and (min-width: 1500px) {.about_page{padding:80px 120px;}}
.about_page .pr{padding-right:0px;} .about_page .pl{padding-left:0px;}
.about_page .mt30{margin-top:30px;}
.about_page .mt60{margin-top:60px;}
.about_page h1{
    color:#000;
    background: #F3F5F4;
    font-size: 20px;
    padding: 10px 15px;
    margin: 0;
    border-radius:20px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}
.about_page h6{
	font-family: 'Roboto', sans-serif;
    color: #072454;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
	margin-top:20px;
}
.about_page h6 span{
	padding: 0 2px 4px;
    border-bottom: 2px solid #a9e0ff;
}
.about_page h2{
	font-family: 'Roboto', sans-serif;
    font-weight: 600;
	text-transform:capitalize;
    display: block;
    font-size: 40px;
    line-height: 1.26;
    color: #072454;
	margin-top:30px;
}
.about_page p{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
    color: #555555;
    line-height: 25px;
    font-weight: 400;
	text-align:left;
	margin-top:10px;
	text-align:justify;
}
.about_page h4{
	font-size: 24px;
    line-height: 38px;
    font-weight: 400;
    color: #072454;
    text-transform: capitalize;
	margin-top:20px;
}

.about_page .serviceBox{
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding: 35px 25px;
    overflow: hidden;
    position: relative;
    z-index: 1;
	margin-top:40px;
	min-height:450px;
}
.about_page .serviceBox:before,
.about_page .serviceBox:after{
    content: '';
    background: linear-gradient(#eee,#eee,#ccc,#ccc);
    height: 900px;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 2px;
    right: 2px;
    top: 50%;
    z-index: -1;
}
.about_page .serviceBox:after{
	background: #fff;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #fff, #e5f6ff);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #fff, #e5f6ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-radius: 0;
    height: 100%;
    box-shadow: 0 0 3px rgba(0,0,0,0.6);
    transform: translateY(0);
    top: 0;
    left: 10px;
    right: 10px;
	border-top: 1px solid #ddd;
}
.about_page .serviceBox .service-icon{
    font-size: 40px;
	color:#a9e0ff;
}
.about_page .serviceBox .service-icon:after{
    content: '';
    background-color: #a9e0ff;
    height: 4px;
    width: 50px;
    margin: 15px auto 15px;
    border-radius: 5px;
    display: block;
    clear: both;
}
.about_page .serviceBox .title{
    color: #072454;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 20px 0px;
}
.about_page .serviceBox .description{
    color: #777;
    font-size: 14px;
    line-height: 24px;
    margin: 0 10px;
	letter-spacing:0px;
	text-align:center;
}
@media only screen and (max-width:990px){.about_page .serviceBox{ margin: 0 0 30px; }}
.about_page h5{
    color:#072454;
	background: #fff;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to left, #dbf2ff, #f5f5f5);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to left, #dbf2ff, #f5f5f5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    font-size: 15px;
    padding: 13px 10px 13px 15px;
    margin: 0;
    border-radius:20px;
	margin:20px 0px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}
.about_page li{
	color: #072454;
}
/*============================================================ about_page ==================================================================*/

/*============================================================ product_page_one ==================================================================*/
@media only screen and (max-width: 600px) {.product_page_one{padding:0px 15px;}}
@media only screen and (min-width: 600px) {.product_page_one{padding:0px 15px;}}
@media only screen and (min-width: 768px) {.product_page_one{padding:0px 15px;}} 
@media only screen and (min-width: 992px) {.product_page_one{padding:0px 15px;}} 
@media only screen and (min-width: 1200px) {.product_page_one{padding:0px 15px;}}
@media only screen and (min-width: 1500px) {.product_page_one{padding:0px 15px;}}
.product_page_one .pr{padding-right:0px;} .product_page_one .pl{padding-left:0px;}
.product_page_one .mt10{margin-top:10px;}
.product_page_one .mt20{margin-top:20px;}
.product_page_one .mt30{margin-top:30px;}
.product_page_one .mt60{margin-top:60px;}
.product_page_one .mt80{margin-top:80px;}
.product_page_one .counter-title {
    font-size: 26px;
    color: #001659;
    line-height: 1;
    position: relative;
    z-index: 1;
    padding-bottom: 10px;
    padding-top: 35px;
    padding-left: 0px;
    text-align: left;
    font-weight: 600;
}
.product_page_one .counter-title span.counter-num {
    position: relative;
	display:inline-block;
	text-transform:uppercase;
	margin-top:20px;
}
.product_page_one .box-count {
    font-size: 40px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    line-height: 0.8;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #a9e0ff;
    opacity: 1;
    font-weight: 500;
	text-transform:uppercase;
}

.product_page_one h1{
    color:#000;
    background: #F3F5F4;
    font-size: 20px;
    padding: 10px 15px;
    margin: 0;
    border-radius:20px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}
.product_page_one h6{
	font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Roboto",sans-serif;
    color: #fff;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.product_page_one h6:before {
    background: #a9e0ff;
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.product_page_one h5{
	font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Roboto",sans-serif;
    color: #072454;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.product_page_one h5:before {
    background: #a9e0ff;
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.product_page_one h2{
	font-family: 'Roboto', sans-serif;
    font-weight: 600;
	text-transform:capitalize;
    display: block;
    font-size: 40px;
    line-height: 1.26;
    color: #072454;
	margin-top:30px;
}
.product_page_one p{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
    color: #555555;
    line-height: 25px;
    font-weight: 400;
	text-align:left;
	margin-top:10px;
	text-align:justify;
}

.product_page_one .service-item {
    position: relative;
}
.product_page_one .service-item-img::before {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    /*background: rgba(4,19,49,1);
    background: -moz-linear-gradient(45deg, rgba(4,19,49,1) 0%, rgba(3,15,39,0.39) 65%, rgba(176,122,105,0.06) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(4,19,49,1)), color-stop(65%, rgba(3,15,39,0.39)), color-stop(100%, rgba(176,122,105,0.06)));
    background: -webkit-linear-gradient(45deg, rgba(4,19,49,1) 0%, rgba(3,15,39,0.39) 65%, rgba(176,122,105,0.06) 100%);
    background: -o-linear-gradient(45deg, rgba(4,19,49,1) 0%, rgba(3,15,39,0.39) 65%, rgba(176,122,105,0.06) 100%);
    background: -ms-linear-gradient(45deg, rgba(4,19,49,1) 0%, rgba(3,15,39,0.39) 65%, rgba(176,122,105,0.06) 100%);
    background: linear-gradient(45deg, rgba(4,19,49,1) 0%, rgba(3,15,39,0.39) 65%, rgba(176,122,105,0.06) 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#041331', endColorstr='#030f27', GradientType=1 );
}
.product_page_one .service-title {
    position: absolute;
    z-index: 999;
    color: #fff;
    bottom: -40px;
    left: -10px;
    font-size: 140px;
    font-weight: bold;
    text-transform: capitalize;
    z-index: 2;
}
.product_page_one .service-item-desc {
    position: absolute;
    background: #fff;
    z-index: 9;
    width: 550px;
    right: 50px;
	bottom: -50px;
    padding-top: 20px;
    padding-left: 50px;
    padding-bottom: 20px;
}
.product_page_one .service-item-desc::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0px;
    width: 100%;
    z-index: -1;
    height: 100%;
    -webkit-box-shadow: -137px 130px 28px -125px rgba(234,234,234,0.30);
    -moz-box-shadow: -137px 130px 28px -125px rgba(234,234,234,0.30);
    box-shadow: -137px 130px 28px -125px rgba(234,234,234,0.30);
}
.product_page_one h4{
    font-weight: 600;
	font-size:24px;
    font-family: 'Oswald', sans-serif;
    color: #041331;
	margin:0;
	text-transform:uppercase;
}



#bg_container{height:500px; overflow:hidden;} 
#bg_container iframe{float:left;padding:0;margin:0;height:100%;width:100%;}
#bg{width:100%; } 
#content{background:rgba(7, 36, 84, 0.3);position:absolute; top:0px; width:100%; height:100%; color:#FFF;} 
#content h1,#content h2{text-align:center;}
.product_page_one #content h3{
	font-family: "Roboto", sans-serif;
    font-size: 24px;
	font-weight:bold;
    line-height: 50px;
    color: #fff;
	text-align:center;
	margin-top:100px;
	text-transform:uppercase;
	text-shadow: 4px 4px 6px #000000;
}

@media only screen and (max-width: 600px) {.product_page_one .upper_block {margin-top:30px;} #bg_container{height:800px; overflow:hidden;} .product_page_one .block{ margin-left:0px;}}
@media only screen and (min-width: 600px) {.product_page_one .upper_block {margin-top:30px;} #bg_container{height:800px; overflow:hidden;} .product_page_one .block{ margin-left:0px;}}
@media only screen and (min-width: 768px) {.product_page_one .upper_block {margin-top:30px;} #bg_container{height:800px; overflow:hidden;} .product_page_one .block{ margin-left:0px;}} 
@media only screen and (min-width: 992px) {.product_page_one .upper_block {margin-top:-40px;} #bg_container{height:400px; overflow:hidden;} .product_page_one .block{ margin-left:40px;} } 
@media only screen and (min-width: 1200px) {.product_page_one .upper_block {margin-top:-40px;} #bg_container{height:400px; overflow:hidden;} .product_page_one .block{ margin-left:40px;} }
@media only screen and (min-width: 1500px) {.product_page_one .upper_block {margin-top:-40px;} #bg_container{height:400px; overflow:hidden;} .product_page_one .block{ margin-left:40px;} }
.product_page_one .mt30 img{border-radius:10px;}
.product_page_one .upper_block {
    background: rgba(6,36,86,0.9);
    padding: 50px 70px;
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}
.product_page_one .post-slide{margin:0 15px;}
.product_page_one .upper_block:before {
    content: "";
    background: #1f2b3b;
    opacity: 0.2;
    position: absolute;
    left: 30px;
    top: 30px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.product_page_one h2{
	font-family: "Signika", sans-serif;
    font-size: 35px;
    line-height: 50px;
    color: #fff;
	text-align:left;
}

.play-animation {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    color: #072454;
    position: relative;
    background: #98daff;
    border-radius: 50%;
    text-align: center;
    z-index: 1;
    margin-bottom: 150px;
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
	right:0px;
	left:80px;
}
.play-animation .fa{
	padding-top:30px;
	padding-left:5px;
}
.play-animation:before {
    content: "";
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #fff;
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    -webkit-animation-name: shape-2;
    animation-name: shape-2;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-delay: 0.8s;
}
.play-animation:after {
    content: "";
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #fff;
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    -webkit-animation-name: shape-3;
    animation-name: shape-3;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-delay: 0.5s;
}
.play-animation .shape {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #fff;
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    -webkit-animation-name: shape-1;
    animation-name: shape-1;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-delay: 1.1s;
}
.product_page_one .upper_block img{border-radius:8px;}
@keyframes shape-1 {
	from {width: 70px; height: 70px;}
	to {width: 100px; height: 100px; opacity: 0.5;}
}
@keyframes shape-2 {
	from {width: 70px; height: 70px;}
	to {width: 125px; height: 125px; opacity: 0.5;}
}
@keyframes shape-3 {
	from {width: 70px; height: 70px;}
	to {width: 150px; height: 150px; opacity: 0.5;}
}

.product_page_one .kf .fa{
	color:#a9e0ff;
	padding-right:10px;
	font-size:12px;
}
.product_page_one li {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
    color: #222;
    line-height: 25px;
    font-weight: 400;
	text-align:left;
	text-align:left;
	
    background: #F3F5F4;
    padding:5px 10px;
	margin-top:10px;
}
.product_page_one .post-slide{margin:0 10px;}
/*============================================================ product_page_one ==================================================================*/

/*============================================================ product_page ==================================================================*/
@media only screen and (max-width: 600px) {.product_page{padding:80px 20px;}}
@media only screen and (min-width: 600px) {.product_page{padding:80px 20px;}}
@media only screen and (min-width: 768px) {.product_page{padding:80px 20px;}} 
@media only screen and (min-width: 992px) {.product_page{padding:80px 50px;}} 
@media only screen and (min-width: 1200px) {.product_page{padding:80px 100px;}}
@media only screen and (min-width: 1500px) {.product_page{padding:80px 120px;}}
.product_page {background:#f3f3f3;}
.product_page .pr{padding-right:0px;} .product_page .pl{padding-left:0px;}
.product_page .mt10{margin-top:10px;}
.product_page .mt17{margin-top:17px;}
.product_page .mt20{margin-top:20px;}
.product_page .mt30{margin-top:30px;}
.product_page .mt60{margin-top:60px;}
.product_page .mt6{padding:60px 0px;}
.product_page .mt2{padding:30px 25px;}
.product_page .mtm2{margin:20px 0px; border-radius:6px;}

.product_page .bb{ background:#013b95 !important;}
.product_page .whitecolor{ color:#fff !important;}

.product_page .block{
	background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.product_page .counter-title {
    font-size: 40px;
    color: #001659;
    line-height: 1;
    position: relative;
    z-index: 1;
    padding-bottom: 10px;
    padding-top: 35px;
    padding-left: 0px;
    text-align: left;
    font-weight: 600;
}
.product_page .counter-title span.counter-num {
    position: relative;
	display:inline-block;
	text-transform:uppercase;
	margin-top:20px;
}
.product_page .box-count {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    line-height: 0.8;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 3px #cfeeff;
    opacity: 1;
    font-weight: bold;
	text-transform:uppercase;
}

.product_page h1{
    color:#000;
    background: #F3F5F4;
    font-size: 20px;
    padding: 10px 15px;
    margin: 0;
    border-radius:20px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}
.product_page h6{
	font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Roboto",sans-serif;
    color: #133977;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.product_page h6:before {
    background: #a9e0ff;
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.product_page h2{
	font-family: 'Roboto', sans-serif;
    font-weight: 600;
	text-transform:capitalize;
    display: block;
    font-size: 40px;
    line-height: 1.26;
    color: #072454;
	margin-top:30px;
}
.product_page p{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
    color: #555555;
    line-height: 25px;
    font-weight: 400;
	text-align:left;
	margin-top:10px;
	text-align:justify;
}
.product_page .prbox{
 	border:2px solid #ccc;
	margin:0px 20px;
	padding-bottom:40px;
}
.product_page .prbox .primg{ position:relative;}
.product_page .prbox .primg:after {
    content: "";
    width: 5px;
    height: 80px;
    border-left: 9px dotted #ccc;
    position: absolute;
    top: 127%;
    left: 71px;
}
.product_page h3{
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
	padding:10px 30px;
    color: #fff;
	border-radius:6px;
	background-color: #072454;
	margin-top:-20px;
}
.product_page .rp { margin-top:40px; padding-left:35px;}
.product_page .rp img{
 border-radius:20px 0px 20px 0px;
}

table{
	font-family: 'Rubik', sans-serif;
    font-size: 15px;
}
.table{margin-bottom:0px;}
.table th{
	font-weight:500;
}
.table .col-1{ background:#f2eded; border:#fff thin solid;}
.table-hover .clr-1{
	background-color:#013b95;
	color:#fff;
	font-size:14px;
	font-weight:500;
	font-family: 'Roboto', sans-serif;
	text-transform:capitalize;
} 
.table-hover .clr-2{
	background-color:#133977;
	color:#fff;
	font-size:14px;
	font-weight:500;
	font-family: 'Roboto', sans-serif;
	text-transform:capitalize;
} 
.table-hover .col-1{
	background-color:#ddd;
	color:#333;
	font-size:13px;
} 	

.table-hover .col-2{	
	background-color:#eee;
	color:#333;
	font-size:13px;	
}
.table-hover tbody tr:hover{
    opacity:0.8;
}
.product_page h5{
    color:#fff;
	background: #fff;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to left, #072454, #082658);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to left, #072454, #082658); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    font-size: 16px;
    padding: 13px 10px 13px 15px;
    margin: 0;
    border-radius:20px;
	margin:20px 0px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}
.product_page ul{
	margin-top:30px;
}
.product_page .kf .fa{
	color:#a9e0ff;
	padding-right:10px;
	font-size:12px;
}
.product_page li {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
    color: #ccc;
    line-height: 25px;
    font-weight: 400;
	text-align:left;
	margin-top:10px;
	text-align:left;
}
.product_page .post-slide{margin:0 10px;}


#custom_carousel .item {
    color:#000;
    background-color:#fff;
    padding:20px 0;
}
.spd .carousel-inner {
    position: relative;
    width: auto;
    overflow: hidden;
}
#custom_carousel .controls{
    overflow-x: hidden;
	overflow-y: scroll;
    padding:0;
    margin:0;
    white-space: nowrap;
    text-align: center;
    position: relative;
    background:#e1f1fa;
	height:400px;
}
#custom_carousel .controls li {
    width: 1%;
    max-height:100px;
}
.spd .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 8px;
}
#custom_carousel .controls li a img{
	width:130px;
	height:80px;
	margin:0 auto;
	text-align:center;
}
#custom_carousel .controls a small {
    overflow:hidden;
    display:block;
    font-size:10px;
    margin-top:5px;
    font-weight:bold
}


.product_page .lists li a {
    background-color: #cfeeff;
    line-height: 45px;
    font-family: "Work Sans",sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #263a4f;
    text-decoration: none;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product_page .lists li .fa {
	color:#013b95;
}


.product_page .mdl-tabs__panel {
  display: none;
  font-family: 'Roboto', sans-serif;
}
.product_page .lightcolor{ background:#dff3ff; border-radius: 0 50px 50px 0; padding:40px 10px 0px 0px; box-shadow: 15px 0 15px -15px rgba(0, 0, 0, 0.5) inset;}
.product_page .vertical-mdl-tabs {
    margin-top: 30px;
	font-family: 'Roboto', sans-serif;
}
.product_page .vertical-mdl-tabs .mdl-tabs__tab-bar {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 35px;
    height: inherit;
    border-bottom: none;
    border-right: 1px solid rgba(255, 255, 255, 0.20);
	font-family: 'Roboto', sans-serif;
}
.product_page .vertical-mdl-tabs .mdl-tabs__tab {
    width: 100%;
    height: 45px;
    line-height: 45px;
	background:#133977;
	color:#fff;
	font-weight:500;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	margin:5px 0px;
	border-radius: 0 30px 30px 0;
    box-shadow:  0 10px -10px rgba(0, 0, 0, 0.5) inset, 5px 0 5px rgba(0,0,0,0.2);
}

.product_page .vertical-mdl-tabs .mdl-tabs__tab:hover {
  background: #0048b7;
  color: #fff;
}
.product_page .vertical-mdl-tabs.mdl-tabs.is-upgraded a.mdl-tabs__tab.is-active {
    border-right: 15px solid #013b95;
	background:#0048b7;
	font-family: 'Roboto', sans-serif;
}
.product_page .vertical-mdl-tabs.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active:after {
    content: inherit;
    height: 0;
}
.product_page .vertical-mdl-tabs.mdl-tabs.is-upgraded .mdl-tabs__panel.is-active, .mdl-tabs__panel {
    padding: 0 30px;
}
.product_page .vertical-mdl-tabs.mdl-tabs .mdl-tabs__tab {
    text-align: left;
}
.product_page .text-center {
  text-align: center;
}
.product_page .mdl-tabs.is-upgraded .mdl-tabs__tab.is-active {
   color: #fff;
   font-size:14px;
   font-family: 'Roboto', sans-serif;
}
/*============================================================ product_page ==================================================================*/

/*============================================================ product_page1 ==================================================================*/
@media only screen and (max-width: 600px) {.product_page1 .mlr{padding:80px 20px;}}
@media only screen and (min-width: 600px) {.product_page1 .mlr{padding:80px 20px;}}
@media only screen and (min-width: 768px) {.product_page1 .mlr{padding:80px 20px;}} 
@media only screen and (min-width: 992px) {.product_page1 .mlr{padding:80px 50px;}} 
@media only screen and (min-width: 1200px) {.product_page1 .mlr{padding:80px 100px;}}
@media only screen and (min-width: 1500px) {.product_page1 .mlr{padding:80px 120px;}}
.product_page1{background:#fdfdfd;}
.product_page1 .mt30{margin-top:30px;}
.product_page1 .pr{padding-right:0px;} .product_page1 .pl{padding-left:0px;}
.product_page1 .block{
	background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.product_page1 .counter-title {
    font-size: 40px;
    color: #001659;
    line-height: 1;
    position: relative;
    z-index: 1;
    padding-bottom: 10px;
    padding-top: 35px;
    padding-left: 0px;
    text-align: left;
    font-weight: 600;
}
.product_page1 .counter-title span.counter-num {
    position: relative;
	display:inline-block;
	text-transform:uppercase;
	margin-top:20px;
}
.product_page1 .box-count {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    line-height: 0.8;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 3px #cfeeff;
    opacity: 1;
    font-weight: bold;
	text-transform:uppercase;
}


.product_page1 .sec1{
	background: 
linear-gradient(
      to right, 
      #fff 0px, 
      #fff calc(74% - 550px), 
      #013b95 calc(74% - 550px), 
      #013b95 calc(74% + 550px),
      #fff calc(74% + 550px), 
      #fff 100% 
    );
	width:100%;
	margin-right: auto;
    margin-left: auto;
    position: relative;
}
.product_page1 .sec1padd{padding: 80px 0px 50px 0px;}
.product_page1 .videoback{ background:url(../images/videoback.jpg) no-repeat top/cover;}
.product_page1 .news-slider img{ float:left !important; text-align:left; position:absolute; left:0; top:0;}
.product_page1 .sec2{
	background:#fff;
	position: relative;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 40px 0px 40px 0px;
    z-index: 2;
}
.product_page1 h3{
    font-size: 18px;
    font-weight: 400;
	padding:10px 30px;
    color: #fff;
	border-radius:6px;
	background-color: #072454;
	margin:30px auto 30px 20px;
	float:left;
}
.product_page1 .post-slide{margin:0 5px;}
.product_page1 .rp img{border-radius:20px 0px 20px 0px;}


.product_page1 .sec3{
    /*background-color: #e7e7e7;*/
	padding: 60px 40px 60px 40px;
	position: relative;
}
.product_page1 ul {
    margin-top: 0px;
}
.product_page1 .kf .fa {
    color: #a9e0ff;
    padding-right: 10px;
    font-size: 12px;
}
.product_page1 li {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
    color: #555;
    line-height: 25px;
    font-weight: 400;
	text-align:left;
	margin-top:10px;
	text-align:left;
}
.product_page1 .play-animation {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    color: #072454;
    position: relative;
    background: #a9e0ff;
    border-radius: 50%;
    text-align: center;
    z-index: 1;
    margin-bottom: 75px;
	margin-top:74px;
	margin-left:auto;
	margin-right:auto;
}
.product_page1 .play-animation .fa{
	padding-top:30px;
	padding-left:5px;
}
.product_page1 .play-animation:before {
    content: "";
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #fff;
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    -webkit-animation-name: shape-2;
    animation-name: shape-2;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-delay: 0.8s;
}
.product_page1 .play-animation:after {
    content: "";
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #fff;
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    -webkit-animation-name: shape-3;
    animation-name: shape-3;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-delay: 0.5s;
}
.product_page1 .play-animation .shape {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #fff;
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    -webkit-animation-name: shape-1;
    animation-name: shape-1;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-delay: 1.1s;
}
@keyframes shape-1 {
	from {width: 70px; height: 70px;}
	to {width: 100px; height: 100px; opacity: 0.5;}
}

@keyframes shape-2 {
	from {width: 70px; height: 70px;}
	to {width: 125px; height: 125px; opacity: 0.5;}
}

@keyframes shape-3 {
	from {width: 70px; height: 70px;}
	to {width: 150px; height: 150px; opacity: 0.5;}
}
.product_page1 .rotate {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}




#hero-carousel img {
  left: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  width: auto;
  height: auto;
}
#hero-carousel i {
  position: absolute;
  top: 50%;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

/*============================================================ product_page1 ==================================================================*/

/*============================================================ contact_page ==================================================================*/
@media only screen and (max-width: 600px) {.contact_page{padding:80px 20px;}}
@media only screen and (min-width: 600px) {.contact_page{padding:80px 20px;}}
@media only screen and (min-width: 768px) {.contact_page{padding:80px 20px;}} 
@media only screen and (min-width: 992px) {.contact_page{padding:80px 50px;}} 
@media only screen and (min-width: 1200px) {.contact_page{padding:80px 100px;}}
@media only screen and (min-width: 1500px) {.contact_page{padding:80px 120px;}}
.contact_page .pr{padding-right:0px;} .contact_page .pl{padding-left:0px;}
.contact_page {background:url(../images/contactback.jpg) no-repeat top/cover;}
.contact_page .mt30{margin-top:30px;}
.contact_page .mt60{margin-top:60px;}
.contact_page h1{
    color:#072454;
    background: #F3F5F4;
    font-size: 16px;
    padding: 15px 15px;
    margin: 20px 0px;
    border-radius:20px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
	font-weight:500;
	font-family: 'Roboto', sans-serif;
}
.contact_page h1 a{
    color:#666;
	font-size:14px;
	font-weight:400;
}
.contact_page h6{
	font-family: 'Roboto', sans-serif;
    color: #072454;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
	margin-top:20px;
}
.contact_page h6 span{
	padding: 0 2px 4px;
    border-bottom: 2px solid #a9e0ff;
}
.contact_page h2{
	font-family: 'Roboto', sans-serif;
    font-weight: 600;
	text-transform:capitalize;
    display: block;
    font-size: 40px;
    line-height: 1.26;
    color: #072454;
	margin-top:30px;
}
.contact_page p{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
    color: #555555;
    line-height: 25px;
    font-weight: 400;
	text-align:left;
	margin-top:10px;
	text-align:justify;
}
.contact_page .serviceBox{
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding: 35px 25px;
    overflow: hidden;
    position: relative;
    z-index: 1;
	margin-top:0px;
	min-height:250px;
}
.contact_page .serviceBox:before,
.contact_page .serviceBox:after{
    content: '';
    background: linear-gradient(#eee,#eee,#ccc,#ccc);
    height: 900px;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 2px;
    right: 2px;
    top: 50%;
    z-index: -1;
}
.contact_page .serviceBox:after{
	background: #fff;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #fff, #e5f6ff);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #fff, #e5f6ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-radius: 0;
    height: 100%;
    box-shadow: 0 0 3px rgba(0,0,0,0.6);
    transform: translateY(0);
    top: 0;
    left: 10px;
    right: 10px;
	border-top: 1px solid #ddd;
}
.contact_page .serviceBox .service-icon{
    font-size: 40px;
	color:#a9e0ff;
}
.contact_page .serviceBox .service-icon:after{
    content: '';
    background-color: #a9e0ff;
    height: 4px;
    width: 50px;
    margin: 15px auto 15px;
    border-radius: 5px;
    display: block;
    clear: both;
}
.contact_page .serviceBox .title{
    color: #072454;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 20px 0px;
	line-height:25px;
}
.contact_page .serviceBox .description{
    color: #777;
    font-size: 14px;
    line-height: 24px;
    margin: 0 10px;
	letter-spacing:0px;
	text-align:center;
}
.contact_page .serviceBox li a{
    color: #777;
	font-size: 15px;
    line-height: 24px;
	font-family: 'Roboto', sans-serif;
}
@media only screen and (max-width:990px){.contact_page .serviceBox{ margin: 0 0 30px; }}
/*============================================================ contact_page ==================================================================*/

/*============================================================ enquiry_page ==================================================================*/
@media only screen and (max-width: 600px) {.enquiry_page{padding:80px 20px;}}
@media only screen and (min-width: 600px) {.enquiry_page{padding:80px 20px;}}
@media only screen and (min-width: 768px) {.enquiry_page{padding:80px 20px;}} 
@media only screen and (min-width: 992px) {.enquiry_page{padding:80px 50px;}} 
@media only screen and (min-width: 1200px) {.enquiry_page{padding:80px 100px;}}
@media only screen and (min-width: 1500px) {.enquiry_page{padding:80px 120px;}}
.enquiry_page .pr{padding-right:0px;} .enquiry_page .pl{padding-left:0px;}
.enquiry_page {background:url(../images/enquiryback.jpg) no-repeat top/cover;}
.enquiry_page .mt30{margin-top:30px;}
.enquiry_page .mt60{margin-top:60px;}
.enquiry_page h1{
    color:#072454;
    background: #F3F5F4;
    font-size: 16px;
    padding: 15px 15px;
    margin: 20px 0px;
    border-radius:20px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
	font-weight:500;
	font-family: 'Roboto', sans-serif;
}
.enquiry_page h1 a{
    color:#666;
	font-size:14px;
	font-weight:400;
}
.enquiry_page h6{
	font-family: 'Roboto', sans-serif;
    color: #072454;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
	margin-top:20px;
}
.enquiry_page h6 span{
	padding: 0 2px 4px;
    border-bottom: 2px solid #a9e0ff;
}
.enquiry_page h2{
	font-family: 'Roboto', sans-serif;
    font-weight: 600;
	text-transform:capitalize;
    display: block;
    font-size: 40px;
    line-height: 1.26;
    color: #072454;
	margin-top:30px;
}
.enquiry_page p{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
    color: #555555;
    line-height: 25px;
    font-weight: 400;
	text-align:left;
	margin-top:10px;
	text-align:justify;
}
.enquiry_page .form-control{
	background: rgba(255,255,255,0.9);
}
.enquiry_page .form-horizontal .form-content{
    padding: 50px 5px;
}
.enquiry_page .form-horizontal .form-control{
    padding: 12px 16px 12px 39px;
    height: 50px;
    font-size: 14px;
    color: #2b2a2a;
    border: none;
    border: 2px solid #eee;
    border-radius: 10px;
    box-shadow: none;
    margin-bottom: 15px;
	background: #fff;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to left, #dbf2ff, #f5f5f5);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to left, #dbf2ff, #f5f5f5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.enquiry_page .form-horizontal .form-control:focus{
    border-color: #ccc;
    box-shadow: none;
}
.enquiry_page .form-horizontal .control-label{
    font-size: 17px;
    color: #ccc;
    position: absolute;
    top: 5px;
    left: 27px;
    text-align: center;
}
.enquiry_page .form-horizontal textarea.form-control{
    resize: vertical;
    height: 130px;
}
.enquiry_page .form-horizontal .btn{
    font-size: 14px;
	background: #072454;
    color: #fff;
    float: right;
    margin: 10px 0;
    border: 2px solid #a9e0ff;
    border-radius: 0px;
    padding: 10px 25px;
	font-weight:500;
    transition: all 0.5s ease 0s;
	font-family: "Roboto",sans-serif;
}
.enquiry_page .form-horizontal .btn:hover{
    color: #072454;
	background:#a9e0ff;
}
/*============================================================ enquiry_page ==================================================================*/

/*============================================================ career_page ==================================================================*/
@media only screen and (max-width: 600px) {.career_page{padding:80px 20px;}}
@media only screen and (min-width: 600px) {.career_page{padding:80px 20px;}}
@media only screen and (min-width: 768px) {.career_page{padding:80px 20px;}} 
@media only screen and (min-width: 992px) {.career_page{padding:80px 50px;}} 
@media only screen and (min-width: 1200px) {.career_page{padding:80px 100px;}}
@media only screen and (min-width: 1500px) {.career_page{padding:80px 120px;}}
.career_page .pr{padding-right:0px;} .career_page .pl{padding-left:0px;}
.career_page .mt30{margin-top:30px;}
.career_page .mt60{margin-top:60px;}
.career_page h1{
    color:#000;
    background: #F3F5F4;
    font-size: 20px;
    padding: 10px 15px;
    margin: 0;
    border-radius:20px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}
.career_page h6{
	font-family: 'Roboto', sans-serif;
    color: #072454;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
	margin-top:20px;
}
.career_page h6 span{
	padding: 0 2px 4px;
    border-bottom: 2px solid #a9e0ff;
}
.career_page h2{
	font-family: 'Roboto', sans-serif;
    font-weight: 600;
	text-transform:capitalize;
    display: block;
    font-size: 40px;
    line-height: 1.26;
    color: #072454;
	margin-top:30px;
}
.career_page p{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
    color: #555555;
    line-height: 25px;
    font-weight: 400;
	text-align:left;
	margin-top:10px;
	text-align:justify;
}
.career_page .serviceBox{
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding: 35px 25px;
    overflow: hidden;
    position: relative;
    z-index: 1;
	margin-top:40px;
	min-height:450px;
}
.career_page .serviceBox:before,
.career_page .serviceBox:after{
    content: '';
    background: linear-gradient(#eee,#eee,#ccc,#ccc);
    height: 900px;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 2px;
    right: 2px;
    top: 50%;
    z-index: -1;
}
.career_page .serviceBox:after{
	background: #fff;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #fff, #e5f6ff);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #fff, #e5f6ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-radius: 0;
    height: 100%;
    box-shadow: 0 0 3px rgba(0,0,0,0.6);
    transform: translateY(0);
    top: 0;
    left: 10px;
    right: 10px;
	border-top: 1px solid #ddd;
}
.career_page .serviceBox .service-icon{
    font-size: 40px;
	color:#a9e0ff;
}
.career_page .serviceBox .service-icon:after{
    content: '';
    background-color: #a9e0ff;
    height: 4px;
    width: 50px;
    margin: 15px auto 15px;
    border-radius: 5px;
    display: block;
    clear: both;
}
.career_page .serviceBox .title{
    color: #072454;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 20px 0px;
}
.career_page .serviceBox .description{
    color: #777;
    font-size: 14px;
    line-height: 24px;
    margin: 0 10px;
	letter-spacing:0px;
	text-align:center;
}
@media only screen and (max-width:990px){.career_page .serviceBox{ margin: 0 0 30px; }}
/*============================================================ career_page ==================================================================*/