@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%;

	width:100%;

    font-size: 16px;

    color: #f5f5f5;

    font-family: "Roboto", sans-serif;

    vertical-align: baseline;

	padding:0;

	margin:0;

	/* overflow: auto;

	-webkit-text-size-adjust: auto; */

}

::-webkit-scrollbar {width: 5px;}

::-webkit-scrollbar-track {

    background-color: #ebebeb;

    -webkit-border-radius: 10px;

    border-radius: 10px;

}

::-webkit-scrollbar-thumb {

    -webkit-border-radius: 10px;

    border-radius: 10px;

    background: #30b9e5; 

}

ul,label{

	margin:0;

	padding:0;

}

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;

}

a:active,a:hover,a:focus {outline: none; text-decoration: none;}

.container-fluid{

	width:100%;

	padding-left:0px;

	padding-right:0px;

	margin-left:0px;

	margin-right:0px;

}

button:focus {outline: none;}

:before,

:after {

    transition: all .3s;

    -webkit-transition: all .3s;

    -moz-transition: all .3s;

}



/***********============================================== hedaer =====================================================***********/

@media only screen and (max-width: 600px) {.header_top{padding:0px 20px;}}

@media only screen and (min-width: 600px) {.header_top{padding:0px 20px;}}

@media only screen and (min-width: 768px) {.header_top{padding:0px 20px;}} 

@media only screen and (min-width: 992px) {.header_top{padding:0px 50px;}} 

@media only screen and (min-width: 1200px) {.header_top{padding:0px 80px;}}

@media only screen and (min-width: 1500px) {.header_top{padding:0px 140px;}}

.header_top{

	font-family: 'Nunito Sans', sans-serif;

    font-size: 14px;

    color: #777777;

	background-color: #002155;

    line-height: 1.7em;

    font-weight: 400;

}

.header_top .top_left {

    position: relative;

    float: left;

    padding: 20px 0px;

}

.header_top .top_left .text {

	font-family: 'Nunito Sans', sans-serif;

	font-weight:400;

    position: relative;

    color: #ffffff;

    font-size: 16px;

    line-height: 1.3em;

    padding-left: 24px;

}

.header_top .top_left .text .icon {

    position: absolute;

    left: 0px;

    top: 0px;

	font-size: 16px;

    line-height: 1.3em;

    color: #30b9e5;

	font-weight:400;

    margin-right: 6px;

}

.header_top .top_right {

    position: relative;

    padding: 8px 0px;

}

.header_top .top_right .nav_list {

    position: relative;

    float: left;

    padding: 10px 0px;

    margin-right: 15px;

}

.header_top .top_right .nav_list li {

    position: relative;

    margin-right: 12px;

    padding-right: 12px;

    display: inline-block;

}

.header_top .top_right .nav_list li:before {

    position: absolute;

    content: '/';

    right: -2px;

    top: 0px;

    color: #ffffff;

}

.header_top .top_right .nav_list li a {

    position: relative;

    color: #ffffff;

    -webkit-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    transition: all 300ms ease;

}

.header_top .top_right .nav_list li:last-child {

    padding-right: 0px;

    margin-right: 0px;

	position: relative;

    display: inline-block;

}

.header_top .top_right .nav_list li:last-child:before{display:none;}

.header_top .top_right .social_nav {

    position: relative;

    float: left;

    padding-left: 20px;

	display:block;

}

.header_top .top_right .social_nav:before {

    position: absolute;

    content: '';

    left: 0px;

    top: -8px;

    bottom: -8px;

    width: 141%;

    background-color: #30b9e5;

    border-radius: 50px 0px 0px 50px;

}

.header_top .top_right .social_nav li {

    position: relative;

    margin-left: 18px;

    display: inline-block;

}

.header_top .top_right .social_nav li a {

    position: relative;

    color: #ffffff;

    font-size: 16px;

    text-align: center;

	padding:14px 0px;

    line-height: 44px;

    border-radius: 2px;

    display: inline-block;

    -webkit-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    transition: all 300ms ease;

}

.pull-right {float: right;}

.fr {float: right !important;}



@media only screen and (max-width: 600px) {.header_middle{padding: 10px 20px; text-align:center;} .header_middle img{text-align:center; margin:0 auto;}}

@media only screen and (min-width: 600px) {.header_middle{padding: 10px 20px; text-align:center;} .header_middle img{text-align:center; margin:0 auto;}}

@media only screen and (min-width: 768px) {.header_middle{padding: 10px 20px; text-align:left;} .header_middle img{text-align:left; margin:0 0;}} 

@media only screen and (min-width: 992px) {.header_middle{padding: 20px 50px; text-align:left;} .header_middle img{text-align:left; margin:0 0;}} 

@media only screen and (min-width: 1200px) {.header_middle{padding: 20px 80px; text-align:left;} .header_middle img{text-align:left; margin:0 0;}}

@media only screen and (min-width: 1500px) {.header_middle{padding: 20px 140px; text-align:left;} .header_middle img{text-align:left; margin:0 0;}}

.header_middle .mt15{margin-top:5px;}

.header_middle .icon{

    position: absolute;

    left: 0px;

    top: 3px;

    width: 42px;

    height: 42px;

    font-size: 16px;

    line-height: 38px;

    text-align: center;

    border-radius: 50px 0px 0px 50px;

    color: #30b9e5;

    border: 1px dashed #30b9e5;

}

.header_middle .flaticon{

    font-size: 16px;

    padding: 10px 13px;

    text-align: center;

	color:#30b9e5;

	font-weight:400;

}

.header_middle h4{

	font-family: 'Nunito Sans', sans-serif;

	position: relative;

    font-weight: 800;

    color: #222222;

    font-size: 17px;

	line-height:20px;

    text-transform: capitalize;

}

.header_middle p{

	font-family: 'Open Sans', sans-serif;

	position: relative;

    line-height: 20px;

    color: #222;

    font-size: 15px;

    margin-bottom: 6px;

    font-weight: 400;

}

.header_middle p a{color: #222;}



@media only screen and (max-width: 600px) {.navigation{padding: 10px 15px 0px 15px;}}

@media only screen and (min-width: 600px) {.navigation{padding: 10px 15px 0px 15px;}}

@media only screen and (min-width: 768px) {.navigation{padding: 10px 15px 0px 15px;}} 

@media only screen and (min-width: 992px) {.navigation{padding: 0px 50px 0px 50px;}} 

@media only screen and (min-width: 1200px) {.navigation{padding: 0px 80px 0px 80px;}}

@media only screen and (min-width: 1500px) {.navigation{padding: 0px 140px 0px 140px;}}

.navigation{font-family: 'Open Sans', sans-serif;}

.navigation .row{box-shadow: 0px 0px 15px rgba(0,0,0,0.20); z-index:99; position:relative;}

.navigation .btn{   

	font-family: 'Open Sans', sans-serif; 

	background: #30b9e5;

    color: #ffffff;

    padding: 22px 25px;

    text-transform: capitalize;

    min-width: 180px;

    font-weight: 400;

    font-size: 15px;

    text-align: center;

    border: none;

	float:right;

    line-height: 22px;

	border-radius:0px;

}

.navigation .btn .flaticon{color:#fff;}

.navigation .btn:not(:disabled):not(.disabled) {cursor: pointer;}

.navigation .btn span{ 

	font-family: 'Open Sans', sans-serif;

    text-transform: capitalize;

	font-weight: 400;

    font-size: 15px;

	color:#fff;

    text-align: center;

	line-height:22px;

}

.navigation .btn:hover{ background:#002155;}

.navigation .btn span .flaticon{padding-right:10px; font-size:18px; font-weight:400; display:inline-block;}

.navigation .icon {text-align:center; margin-top:16px;}

.navigation a{color:#000;}

.navigation .icon .flaticon{color:#000; font-size:24px; padding:15px 35px 15px 15px; font-weight:600; border-left:1px solid #e8e8e9; text-align:center;}



.mclr{background:#002155;}

header{position:relative; width:100%; background:#002155; padding:0px 0px; color: #595959; font-size:16px; font-weight:400; font-family: 'Nunito Sans', sans-serif;}

nav{position:relative;}

#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile{border:0;list-style:none;line-height:1;display:block;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}

#cssmenu:after,#cssmenu > ul:after{content:""; display:block;clear:both;visibility:hidden;line-height:0;height:0}

#cssmenu #head-mobile{display:none;}

#cssmenu{font-family: 'Nunito Sans', sans-serif;}

#cssmenu > ul {padding-left:0px;}

#cssmenu > ul > li{float:left;z-index:1000;}

#cssmenu > ul > li.active{

    color: #fff;

    background-color: #30b9e5;

}

#cssmenu > ul > li.active > a{color:#fff;}

#cssmenu > ul > li > a{padding:25px 18px;font-size:16px; display:block; text-decoration:none; text-transform:capitalize; font-weight:600; color:#fff; font-family: 'Nunito Sans', sans-serif;}

#cssmenu > ul > li:hover > a{color:#fff;}

#cssmenu > ul > li.has-sub > a{padding-right:30px}

#cssmenu > ul > li.has-sub > a:after{position:absolute;top:32px;right:11px;width:8px;height:2px;display:block;background:#fff;content:''}

#cssmenu > ul > li.has-sub > a:before{position:absolute;top:29px;right:14px;display:block;width:2px;height:8px;background:#fff;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}

#cssmenu > ul > li.has-sub:hover > a:before{top:23px;height:0;}

#cssmenu ul ul{position:absolute;left:-9999px;}

#cssmenu ul ul li{height:0; background: #002155;}

#cssmenu li:hover > ul{left:auto;}

#cssmenu li:hover > ul > li{height:35px;}

#cssmenu ul ul ul{margin-left:100%;top:0;}

#cssmenu ul ul li a{border-bottom:1px solid rgba(150,150,150,0.15);padding:11px 10px;width:230px;font-size:14px;text-decoration:none;color:#fff;font-weight:500;}

#cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a{border-bottom:0;}

#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{color:#fff;}

#cssmenu ul ul li.has-sub > a:after{position:absolute;top:16px;right:11px;width:8px;height:2px;display:block;background:#fff;content:''}

#cssmenu ul ul li.has-sub > a:before{position:absolute;top:14px;right:14px;display:block;width:2px;height:8px;background:#fff;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}

#cssmenu ul ul > li.has-sub:hover > a:before{top:17px;height:0;}

#cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover{background:#002155; color:#fff;}

#cssmenu ul ul ul li.active a{border-left:1px solid #0269ac;}

#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active> a{border-top:1px solid #0269ac;}



@media screen and (max-width:1000px){

header{background:#002155; font-family: 'Nunito Sans', sans-serif; padding:10px 0px; margin-top:0px;}

nav{width:100%; background:#002155;}

#cssmenu{width:100%;}

#cssmenu ul{width:100%;display:none; background:#002155; margin-top:10px; padding-left:0px;}

#cssmenu ul li{width:100%; background:#002155; border-top: 1px solid #ccc;}

#cssmenu > ul > li > a{padding:17px;font-size:16px; display:block; text-decoration:none; text-transform:uppercase;font-weight:500; color:#fff; font-family: 'Nunito Sans', sans-serif; text-align:left;}

#cssmenu > ul > li:hover > a,#cssmenu ul li.active a{color:#fff;}

#cssmenu ul li:hover{background:#ccc;}

#cssmenu ul ul li,#cssmenu li:hover > ul > li{height:auto;}

#cssmenu ul ul{padding-bottom:0px !important;}

#cssmenu ul li a,#cssmenu ul ul li a{width:100%;border-bottom:0;background:#002155;}

#cssmenu > ul > li{float:none}

#cssmenu ul ul li a{padding-left:25px; font-size: 15px; font-weight: 400;}

#cssmenu ul ul li{background: #002155;  /* fallback for old browsers */}

#cssmenu ul ul li:hover{background:#002155!important; color:#fff;}

#cssmenu ul ul ul li a{padding-left:35px}

#cssmenu ul ul li a{color:#fff;background:none}

#cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a{color:#fff}

#cssmenu ul ul,#cssmenu ul ul ul{position:relative;left:0;width:100%;margin:0;text-align:left}

#cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before{display:none}

#cssmenu #head-mobile{display:block;padding:23px;color:#ddd;font-size:15px;font-weight:700}

.button{width:55px;height:46px;position:absolute;right:0;top:0;cursor:pointer;z-index: 12399994; margin-top:0px; background:#002155;}

.button:after{position:absolute;top:22px;right:20px;display:block;height:4px;width:20px;border-top:2px solid #fff;border-bottom:2px solid #fff;content:''}

.button:before{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;position:absolute;top:16px;right:20px;display:block;height:2px;width:20px;background:#fff;content:''}

.button.menu-opened:after{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;top:23px;border:0;height:2px;width:19px;background:#fff;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}

.button.menu-opened:before{top:23px;background:#fff;width:19px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}

#cssmenu .submenu-button{position:absolute;z-index:99;right:0;top:0;display:block;border-left:1px solid #fff;height:46px;width:46px;cursor:pointer}

#cssmenu .submenu-button.submenu-opened{background:#002155;}

#cssmenu ul ul .submenu-button{height:34px;width:34px}

#cssmenu .submenu-button:after{position:absolute;top:22px;right:19px;width:8px;height:2px;display:block;background:#fff;content:''}

#cssmenu ul ul .submenu-button:after{top:15px;right:13px}

#cssmenu .submenu-button.submenu-opened:after{background:#fff}

#cssmenu .submenu-button:before{position:absolute;top:19px;right:22px;display:block;width:2px;height:8px;background:#fff;content:''}

#cssmenu ul ul .submenu-button:before{top:12px;right:16px}

#cssmenu .submenu-button.submenu-opened:before{display:none}

#cssmenu ul ul ul li.active a{border-left:none}

#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a{border-top:none}

}

.pr{padding-right:0px;} .pl{padding-left:0px;}

/***********============================================== hedaer =====================================================***********/



/***********============================================== slider =====================================================***********/

@media only screen and (max-width: 600px) {.slider{margin-top:0px;}}

@media only screen and (min-width: 600px) {.slider{margin-top:0px;}}

@media only screen and (min-width: 768px) {.slider{margin-top:0px;}} 

@media only screen and (min-width: 992px) {.slider{margin-top:0px;}} 

@media only screen and (min-width: 1200px) {.slider{margin-top:0px;}}

@media only screen and (min-width: 1500px) {.slider{margin-top:0px;}}

.carousel-caption{

	top:15%;

	position:absolute;

	left:0%;

	text-align:center;

}

.slider .black-overlay {

    position: absolute;

    top: 0px;

    left: 0px;

    height: 100%;

    width: 100%;

    background: rgba(0,0,0,0.7);

}

.carousel-item {

	max-height:600px !important;

}

.carousel-caption .content-boxed {

    position: relative;

    padding-left: 50px;

    border-left: 10px solid #30b9e5;

}

.carousel-caption .content-boxed:before {

    position: absolute;

    content: '';

    left: 10px;

    top: 0px;

    width: 5px;

    height: 100%;

    background: url(../images/lines.png) no-repeat;

}

.carousel-caption h6{

	font-family: 'Nunito Sans', sans-serif;

	position: relative;

    color: #ffffff;

    font-weight: 400;

    line-height: 1.1em;

    margin-bottom: 30px;

    font-size: 18px;

    padding-left: 18px;

}

.carousel-caption h6:before {

    position: absolute;

    content: '';

    left: 0px;

    top: 0px;

    width: 7px;

    height: 18px;

    background-color: #30b9e5;

}

.carousel-caption h1 {

	font-family: 'Nunito Sans', sans-serif;

	position: relative;

    color: #ffffff;

	font-size:60px;

    font-weight: 700;

    line-height: 70px;

    margin-bottom: 30px;

}

.carousel-caption .text{

	font-family: 'Open Sans', sans-serif;

    position: relative;

    color: #eeeeee;

    font-size: 16px;

    line-height: 1.9em;

    font-weight: 400;

    margin-bottom: 42px !important;

}

.carousel-caption .btn{

	position: relative;

    display: inline-block;

    font-size: 16px;

    line-height: 30px;

    color: #ffffff;

    font-weight: 700;

    overflow: hidden;

    border-radius: 0px;

    padding: 12px 30px;

    background: #30b9e5;

    text-transform: capitalize;

    font-family: 'Open Sans', sans-serif;

	margin: 0px auto;

}

.carousel-caption .btn .fa{ padding-left:15px;}

.carousel-caption .btn a{color:#fff;}

.carousel.carousel-fade .carousel-item {

    display: block;

    opacity: 0;

    transition: opacity ease-out 1.7s;

    left: 0;

    top: 0;

    position: absolute;

}

.carousel.carousel-fade .carousel-item.active {opacity: 1 !important;}

.carousel.carousel-fade .carousel-item:first-child {

    top: auto;

    position: relative;

    transition: opacity ease-out 1.7s;

}

.carousel.carousel-fade .carousel-item:second-child {

    top: auto;

    position: relative;

    transition: opacity ease-out 1.7s;

}

.carousel-item .img-fluid {margin: 0 auto;}

/***********============================================== 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 80px;}}

@media only screen and (min-width: 1500px) {.section1{padding:80px 140px;}}

.section1{background:#f1f1f1;}

.section1 .mt30{margin-top:30px;}

.section1 h2{

	font-family: 'Open Sans', sans-serif;

	font-size: 36px;

    color: #002e5b;

    text-transform: uppercase;

    position: relative;

    margin-bottom: 50px;

    font-weight: 700;

	text-align:center;

}

.section1 h2:before {

    content: "";

    background: #30b9e5;

    width: 60px;

    height: 4px;

    position: absolute;

    bottom: -20px;

    left: 49%;

    margin-left: -20px;

}

.section1 .box{background:#fff; padding:15px 10px; margin:0; border-top: 3px solid #30b9e5; text-align:center;}

.section1 .box h4{

	font-family: 'Open Sans', sans-serif;

    display: inline-block;

    font-size: 18px;

    font-weight: 600;

    color: #002e5b;

    text-transform: capitalize;

    margin: 0px 0px;

}

.section1 .box p{

    font-family: 'Open Sans', sans-serif;

	line-height: 24px;

    color: #777;

	font-size: 13px;

}

/***********============================================== section1 =====================================================***********/



/***********============================================== section2 =====================================================***********/

@media only screen and (max-width: 600px) {.section2{padding:80px 20px;}}

@media only screen and (min-width: 600px) {.section2{padding:80px 20px;}}

@media only screen and (min-width: 768px) {.section2{padding:80px 20px;}} 

@media only screen and (min-width: 992px) {.section2{padding:80px 50px;}} 

@media only screen and (min-width: 1200px) {.section2{padding:80px 100px;}}

@media only screen and (min-width: 1500px) {.section2{padding:80px 160px;}}

.section2 {background:#fff;}

.section2 .mt30{margin-top:30px;}

.section2 .post-slide{margin:40px 15px 0px 15px;}

.section2 h2{

	font-family: 'Open Sans', sans-serif;

	font-size: 32px;

    color: #002e5b;

    text-transform: uppercase;

    position: relative;

    margin-bottom: 50px;

    font-weight: 700;

	text-align:center;

}

.section2 h2:before {

    content: "";

    background: #30b9e5;

    width: 60px;

    height: 4px;

    position: absolute;

    bottom: -20px;

    left: 49%;

    margin-left: -20px;

}

.section2 p{

	font-family: 'Open Sans', sans-serif;

	line-height: 24px;

    color: #777;

	font-size: 14px;

	margin-bottom:10px;

}

.section2 h6{

	font-family: 'Open Sans', sans-serif;

	line-height: 24px;

    color: #002e5b;

	font-size: 18px;

	font-weight:600;

	margin-bottom: 20px;

	margin-top:0px;

}

/***********============================================== section2 =====================================================***********/



/***********============================================== section3 =====================================================***********/

@media only screen and (max-width: 600px) {.section3{padding:80px 20px;}}

@media only screen and (min-width: 600px) {.section3{padding:80px 20px;}}

@media only screen and (min-width: 768px) {.section3{padding:80px 20px;}} 

@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 160px;}}

.section3 {background:url(../images/section3back.jpg) no-repeat top/cover; background-attachment:fixed;}

.section3 .mt30{margin-top:30px;}

.section3 .sec4{background:#fff; padding:60px 30px;}

.section3 h2{

	font-family: 'Open Sans', sans-serif;

	font-size: 26px;

    color: #fff;

    text-transform: uppercase;

    position: relative;

    margin-bottom: 50px;

    font-weight: 700;

	text-align:left;

}

.section3 h2:before {

    content: "";

    background: #30b9e5;

    width: 60px;

    height: 4px;

    position: absolute;

    bottom: -20px;

    left: 4%;

    margin-left: -20px;

}

.section3 p{

	font-family: 'Open Sans', sans-serif;

	line-height: 24px;

    color: #fff;

	font-size: 14px;

	margin:0;

}

.section3 .form-horizontal input[type=text] {

    line-height: 40px;

    font-size: 14px;

    height: 50px;

    padding: 5px 20px;

    border-radius: 0px;

    -webkit-border-radius: 0px;

    -moz-border-radius: 0px;

    -ms-border-radius: 0px;

    -o-border-radius: 0px;

    border: none;

    background: #fff;

	color:#222;

    width: 100%;

    -webkit-box-shadow: none!important;

    box-shadow: none!important;

	margin-top:20px;

}

.section3 ::placeholder{color:#555;}

.section3 .form-horizontal select {

    line-height: 40px;

    font-size: 14px;

    height: 50px;

    padding: 5px 20px;

    border-radius: 0px;

    -webkit-border-radius: 0px;

    -moz-border-radius: 0px;

    -ms-border-radius: 0px;

    -o-border-radius: 0px;

    border: none;

    background: #fff;

    width: 100%;

    -webkit-box-shadow: none!important;

    box-shadow: none!important;

	margin-top:20px;

}

.section3 .start_form{margin-top:30px;}

.section3 .fa{padding-right:10px; color:#30b9e5;}

.section3 .btn{

	background-color: #002e5b;

	color:#fff;

    font-family: 'Lato', sans-serif;

    text-transform: uppercase;

    text-align: left;

    line-height: 30px;

    font-weight: 500;

    font-size: 12px;

	border-radius:0px;

    margin: 0px;

	border:1px solid #002e5b;

    padding: 10px 30px;

    margin-top: 20px;

}

.section3 .btn a{color:#fff;}

.section3 .btn:hover{background-color: #002e5b;}

/***********============================================== section3 =====================================================***********/



/***********============================================== section4 =====================================================***********/

@media only screen and (max-width: 600px) {.section4{padding:80px 20px;}}

@media only screen and (min-width: 600px) {.section4{padding:80px 20px;}}

@media only screen and (min-width: 768px) {.section4{padding:80px 20px;}} 

@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 160px;}}

.section4 {background:#f7f7f7;}

.section4 .mt30{margin-top:30px;}

.section4 .post-slide{margin:40px 15px 0px 15px;}

.section4 h2{

	font-family: 'Open Sans', sans-serif;

	font-size: 36px;

    color: #002e5b;

    text-transform: uppercase;

    position: relative;

    margin-bottom: 50px;

    font-weight: 700;

	text-align:center;

}

.section4 h2:before {

    content: "";

    background: #30b9e5;

    width: 60px;

    height: 4px;

    position: absolute;

    bottom: -20px;

    left: 49%;

    margin-left: -20px;

}

.section4 p{

	font-family: 'Open Sans', sans-serif;

	font-size: 14px;

    line-height: 24px;

    color: #777;

	text-align:center;

	margin:0 auto;

	max-width:850px;

}

.section4 .box{

    text-align: center;

    overflow: hidden;

    position: relative;

	padding:0;

	margin:0;

}

.section4 .box .box-content{

    width: 100%;

    height: 60%;

    background: rgba(0, 0, 0, 0.6);

    opacity: 0;

    position: absolute;

    top: 0;

    left: 0;

    transform: perspective(400px) rotateX(-90deg);

    transform-origin: center top 0;

    transition: all 0.5s ease 0s;

}

.section4 .box:hover .box-content{

    opacity: 1;

    transform: perspective(400px) rotateX(0deg);

}

.section4 .blog_detail{

	font-family: 'Open Sans', sans-serif;

    position: relative;

    padding: 60px 30px 30px 30px;

	background:#fff;

    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);

    margin-bottom: 30px;

}

.section4 .date {

    position: absolute;

    font-size: 16px;

    font-weight: 600;

    color: #fff;

    display: inline-block;

    width: 80px;

    height: 80px;

    line-height: 23px;

    border: 9px solid #fff;

    background: #30b9e5;

    text-align: center;

    top: -40px;

    left: 50px;

    padding: 9px 0;

    text-transform: uppercase;

    box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);

}

.section4 .post-meta {

    margin-bottom: 10px;

	text-align:left;

}

.section4 .post-meta li {

    position: relative;

    display: inline-block;

    padding-right: 15px;

    margin-right: 15px;

}

.section4 .post-meta li:last-child {margin-right: 0px; padding-right: 0px;}

.section4 .post-meta li:last-child:before {background:none; display:none;}

.section4 .post-meta li a {

    color: #30b9e5;

    font-weight: 600;

    font-size: 14px;

}

.section4 .post-meta li:before {

    position: absolute;

    content: '';

    top: 5px;

    right: 0;

    background: #30b9e5;

    width: 1px;

    height: 13px;

}

.section4 h3{

	font-family: 'Open Sans', sans-serif;

	color: #252733;

	font-size: 18px;

    font-weight: 600;

    min-height: 45px;

    margin-bottom: 10px;

	text-align:left;

}

.section4 .text{

	font-family: 'Open Sans', sans-serif;

	font-size: 14px;

    line-height: 24px;

	font-weight: 400;

    color: #212529;

    text-align: left;

}

/***********============================================== section4 =====================================================***********/



/***********============================================== section6 =====================================================***********/

@media only screen and (max-width: 600px) {.section6{padding:50px 20px 80px 20px; text-align:center;}}

@media only screen and (min-width: 600px) {.section6{padding:50px 20px 80px 20px; text-align:center;}}

@media only screen and (min-width: 768px) {.section6{padding:50px 30px 80px 30px; text-align:left;}} 

@media only screen and (min-width: 992px) {.section6{padding:50px 50px 80px 50px; text-align:left;}} 

@media only screen and (min-width: 1200px) {.section6{padding:50px 100px 80px 100px; text-align:left;}}

@media only screen and (min-width: 1500px) {.section6{padding:50px 160px 80px 160px; text-align:left;}}

.section6{background-color: #f1f1f1;}

.section6 .mt30{margin-top:30px;}

.section6 .mt15{margin-top:15px;}

.section6 .mt10{margin-top:10px;}

.section6 h2{

	font-family: 'Open Sans', sans-serif;

	font-size: 36px;

    color: #002e5b;

    text-transform: uppercase;

    position: relative;

    margin-bottom: 50px;

    font-weight: 700;

	text-align:center;

}

.section6 h2:before {

    content: "";

    background: #30b9e5;

    width: 60px;

    height: 4px;

    position: absolute;

    bottom: -20px;

    left: 49%;

    margin-left: -20px;

}

.section6 p{

    font-family: 'Nunito Sans', sans-serif;

    color: #4D5765;

    font-size: 16px;

    line-height: 26px;

    font-weight: 400;

    margin-bottom: 0px;

}

.section6 .block{

    background: #fff;

    background: url(../images/price_card_bg_1.png) no-repeat top/cover;

    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.06);

    text-align: center;

    position: relative;

    margin-top: 50px;

    min-height: 320px;

    padding: 85px 20px 30px;

    -webkit-transition: 0.4s;

    transition: 0.4s;

    z-index: 1;

    border-radius: 8px;

}

.section6 .block1{

    background: #fff;

    background: url(../images/price_card_bg_1.png) no-repeat top/cover;

    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.06);

    text-align: center;

    position: relative;

    margin-top: 50px;

    min-height: 250px;

    padding: 85px 20px 30px;

    -webkit-transition: 0.4s;

    transition: 0.4s;

    z-index: 1;

    border-radius: 8px;

}

.section6 .shape{

    width: 100px;

    height: 100px;

    line-height: 100px;

    border-radius: 0;

    background: #fff;

    position: absolute;

    top: -50px;

    left: 50%;

    padding-top: 20px;

    -webkit-transform: translateX(-50%);

    -ms-transform: translateX(-50%);

    transform: translateX(-50%);

    -webkit-transition: 0.4s;

    transition: 0.4s;

    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.1);

}

.section6 .shape:after {

    content: '';

    position: absolute;

    left: 50%;

    bottom: -12px;

    height: 12px;

    width: 22px;

    background: transparent;

    border-top: 12px solid #fff;

    border-right: 11px solid transparent;

    border-left: 11px solid transparent;

    border-bottom: 0;

    -webkit-transform: translate(-50%, 0);

    -ms-transform: translate(-50%, 0);

    transform: translate(-50%, 0);

    -webkit-transition: 0.4s;

    transition: 0.4s;

}

.section6 .step{

    font-family: 'Nunito Sans', sans-serif;

    font-size: 14px;

    text-transform: uppercase;

    margin-bottom: 10px;

    display: block;

    color: #ccc;

    font-weight: 400;

    line-height: 26px;

}

.section6 h4{

    font-family: 'Nunito Sans', sans-serif;

    font-size: 20px;

    font-weight: 700;

    margin-bottom: 15px;

    display: block;

    text-transform: uppercase;

    color: #0E121D;

}

/***********============================================== section6 =====================================================***********/



/***********============================================== footer =====================================================***********/

@media only screen and (max-width: 600px) {.footer{padding:50px 20px 80px 20px;} .footer-copy {padding: 20px 10px 10px 10px;}}

@media only screen and (min-width: 600px) {.footer{padding:50px 20px 80px 20px;} .footer-copy {padding: 20px 10px 10px 10px;}}

@media only screen and (min-width: 768px) {.footer{padding:50px 20px 80px 20px;} .footer-copy {padding: 20px 10px 10px 10px;}} 

@media only screen and (min-width: 992px) {.footer{padding:50px 50px 70px 50px;} .footer-copy {padding: 20px 50px 41px 50px;}} 

@media only screen and (min-width: 1200px) {.footer{padding:50px 100px 70px 100px;} .footer-copy {padding: 20px 100px 41px 100px;}}

@media only screen and (min-width: 1500px) {.footer{padding:50px 160px 70px 160px;} .footer-copy {padding: 20px 150px 41px 150px;}}

.footer{background:url(../images/footerback.jpg) no-repeat top/cover;}

.footer .mt30{margin-top:30px;}

.footer h3{

	font-family: 'Nunito Sans', sans-serif;

	position: relative;

    font-weight: 700;

	font-size:24px;

    color: #ffffff;

    line-height: 1.2em;

    margin-bottom: 25px;

    padding-bottom: 12px;

    text-transform: capitalize;

}

.footer h3::before {

    position: absolute;

    content: '';

    left: 0px;

    bottom: 0px;

    height: 2px;

    width: 35px;

    background-color: #30b9e5;

}

.footer h3::after {

    position: absolute;

    content: '';

    left: 38px;

    bottom: 0px;

    height: 2px;

    width: 3px;

    background-color: #ffffff;

}

.footer p{

	font-family: 'Open Sans', sans-serif;

	color: #ffffff;

    font-size: 14px;

    line-height: 1.9em;

    margin-top: 15px;

}

.footer .btn1{

	font-family: 'Nunito Sans', sans-serif;

	color: #ffffff;

    padding: 12px 20px;

    font-size: 16px;

	line-height: 1.7em;

    font-weight: 400;

	margin-top:20px;

	width:45%;

    background-color: #30b9e5;

}

.footer .btn1 a{ color:#fff;}

.footer .link li{

	list-style:none;

	line-height:32px;

	margin:5px 0px;

}

.footer .link li a:before {

    position: absolute;

    content: "\f101";

    left: 0px;

    top: 4px;

    font-family: 'FontAwesome';

}

.footer .link li a{

	position:relative;

	color: #ffffff;

    font-size: 15px;

    padding-left: 15px;

    font-weight: 500;

	padding-top:10px;

	font-family: 'Nunito Sans', sans-serif;

}

.footer h1{

	font-family: 'Nunito Sans', sans-serif;

	position: relative;

    color: #30b9e5;

    font-size: 28px;

    font-weight: 700;

    line-height: 1.3em;

}

.footer h1 a{color: #30b9e5;}

.footer .btn{

	font-family: 'Nunito Sans', sans-serif;

	color: #ffffff;

    font-size: 16px;

    padding: 12px 34px;

    margin-top: 15px;

	border-radius:0px;

    border: 1px solid #ffffff;

}

.footer .btn a{ color:#fff;}

.footer .btn:hover{

	border-color:#30b9e5;

	background-color:#30b9e5;

}

.footer .cnct .flaticon{

	position: absolute;

    left: 20px;

    top: 4px;

	height:100%;

    font-size: 21px;

    line-height: 1em;

    color: #30b9e5;

}

.footer .cnct li{

	position:relative;

	list-style:none;

	line-height:25px;

	margin-bottom: 28px;

    line-height: 1.6em;

}

.footer .cnct li a{

	font-family: 'Nunito Sans', sans-serif;

	color: #ffffff;

    font-size: 16px;

    padding-left: 0px;

	font-weight:400;

}

.footer-copy {

    background: #001940;

    font-family: 'Nunito Sans', sans-serif;

	font-size:17px;

	font-weight:600;

	margin:0;

}

.footer-copy p {

    color: #fff;

    text-align: left;

}

.footer-copy p a {color: #fff;}



.wp{

	position:fixed;

	width:60px;

	height:60px;

	bottom:25px;

	right:40px;

	background-color:#24a317;

	color:#FFF;

	border-radius:50px;

	text-align:center;

  	font-size:30px;

	box-shadow: 2px 2px 3px #222;

  	z-index:100;

}

.wp1{

	position:fixed;

	width:60px;

	height:60px;

	bottom:100px;

	right:40px;

	background-color:#30b9e5;

	color:#FFF;

	border-radius:50px;

	text-align:center;

  	font-size:30px;

	box-shadow: 2px 2px 3px #222;

  	z-index:100;

}

.my-float{margin-top:16px;}

/***********============================================== footer =====================================================***********/



/***********============================================== section5 =====================================================***********/

@media only screen and (max-width: 600px) {.section5{padding:50px 20px 80px 20px;}}

@media only screen and (min-width: 600px) {.section5{padding:50px 20px 80px 20px;}}

@media only screen and (min-width: 768px) {.section5{padding:50px 20px 80px 20px;}} 

@media only screen and (min-width: 992px) {.section5{padding:50px 50px 80px 50px;}} 

@media only screen and (min-width: 1200px) {.section5{padding:50px 100px 80px 100px;}}

@media only screen and (min-width: 1500px) {.section5{padding:50px 160px 80px 160px;}}

.section5{background:url(../bshine-images/section5back.jpg) no-repeat top/cover; background-attachment:fixed;}

.section5 .mt30{margin-top:30px;}

.section5 .mt20{margin-top:20px;}

.section5 h1{

	font-family: 'Open Sans', sans-serif;

	font-size: 30px;

    color: #fff;

    text-transform: uppercase;

    position: relative;

    margin: 0px auto;

    font-weight: 700;

	text-align:center;

	max-width:780px;

	line-height:50px;

}

.section5 h1 span{ font-size:22px; font-weight:400;}

.section5 h1:before {

    content: "";

    background: #30b9e5;

    width: 60px;

    height: 4px;

    position: absolute;

    bottom: -20px;

    left: 49%;

    margin-left: -20px;

}

/***********============================================== section5 =====================================================***********/



/***********============================================== about_page =====================================================***********/

@media only screen and (max-width: 600px) {.about_page{padding:50px 20px 80px 20px;}}

@media only screen and (min-width: 600px) {.about_page{padding:50px 20px 80px 20px;}}

@media only screen and (min-width: 768px) {.about_page{padding:50px 20px 80px 20px;}} 

@media only screen and (min-width: 992px) {.about_page{padding:50px 50px 80px 50px;}} 

@media only screen and (min-width: 1200px) {.about_page{padding:50px 100px 80px 100px;}}

@media only screen and (min-width: 1500px) {.about_page{padding:50px 160px 80px 160px;}}

.about_page .mt30{margin-top:30px;}

.about_page .mt20{margin-top:20px;}

.about_page h2{

	font-family: 'Open Sans', sans-serif;

	font-size: 34px;

    color: #002e5b;

    text-transform: uppercase;

    position: relative;

    margin-top: 30px;

    margin-bottom: 50px;

    font-weight: 700;

}

.about_page h2:before {

    content: "";

    background: #30b9e5;

    width: 60px;

    height: 4px;

    position: absolute;

    bottom: -20px;

    left: 49%;

    margin-left: -20px;

}

.about_page h3{

	font-family: 'Open Sans', sans-serif;

	font-size: 25px;

    color: #002e5b;

    text-transform: uppercase;

    position: relative;

    margin-bottom: 20px;

    font-weight: 700;

	text-align:left;

}

.about_page ul{

	margin: 23px 0px 25px 0px;

    border-top: 1px solid #e6e9f2;

}

.about_page ul li{

	font-family: 'Open Sans', sans-serif;

	font-size: 15px;

	color: #3a4268;

	font-weight:400;

    line-height: 26px;

	margin:10px 0px;

	list-style:none;

}

.about_page ul li:before{

	content:'\f12b';

	font-family: "Flaticon";

	color:#30b9e5;

	font-size:18px;

	padding-right:15px;

}

.about_page p{

	font-family: 'Open Sans', sans-serif;

	line-height: 24px;

    color: #777;

	font-size: 14px;

	margin-bottom:10px;

}

.about_page h6{

	font-family: 'Open Sans', sans-serif;

	line-height: 24px;

    color: #002e5b;

	font-size: 18px;

	font-weight:600;

	margin-bottom: 20px;

	margin-top:0px;

}



.about_page .block{

    color: #fff;

    background: #002e5b;

    font-family: 'Open Sans', sans-serif;

    padding: 0 0 30px;

    border-radius: 0px 100px 30px 30px;

    box-shadow: 0 0 20px rgba(0,0,0,0.15);

    margin: 0 15px;

}

.about_page .block:before{

    content: "";

    background:#30b9e5;

    width:15px;

    height: calc(100% - 80px);

    border-radius: 10px 0 0 0;

    position: absolute;

    top: 0;

    left: 15px;

}

.about_page .title{

    color:#fff;

    background: #30b9e5;

    font-size: 20px;

    font-weight: 700;

    width: calc(100% + 15px);

    text-transform: uppercase;

    padding: 20px 35px;

    margin: 0 0 25px;

    border-radius: 0 100px 100px 0;

}

.about_page .block p{

    padding: 0px 30px !important;

}

/***********============================================== about_page =====================================================***********/



/***********============================================== training_page =====================================================***********/

@media only screen and (max-width: 600px) {.training_page{padding:50px 20px 80px 20px;}}

@media only screen and (min-width: 600px) {.training_page{padding:50px 20px 80px 20px;}}

@media only screen and (min-width: 768px) {.training_page{padding:50px 20px 80px 20px;}} 

@media only screen and (min-width: 992px) {.training_page{padding:50px 50px 80px 50px;}} 

@media only screen and (min-width: 1200px) {.training_page{padding:50px 100px 80px 100px;}}

@media only screen and (min-width: 1500px) {.training_page{padding:50px 160px 80px 160px;}}

.training_page .mt30{margin-top:30px;}

.training_page .mt20{margin-top:20px;}

.training_page h2{

	font-family: 'Open Sans', sans-serif;

	font-size: 34px;

    color: #002e5b;

    text-transform: uppercase;

    position: relative;

    margin-bottom: 50px;

    font-weight: 700;

	text-align:center;

}

.training_page h2:before {

    content: "";

    background: #30b9e5;

    width: 60px;

    height: 4px;

    position: absolute;

    bottom: -20px;

    left: 49%;

    margin-left: -20px;

}

.training_page .content{

	background-color: #fff;

    padding: 20px 10px;

    border: 4px solid #30b9e5;

    border-top: none;

    border-right: none;

    border-radius: 0px 0px 50px 20px;

}

.training_page h3{

	font-family: 'Nunito Sans', sans-serif;

	font-size: 20px;

    color: #002e5b;

    text-transform:capitalize;

    margin-bottom: 10px;

    font-weight: 800;

	text-align:center;

}

.training_page p {

    font-family: 'Open Sans', sans-serif;

    line-height: 24px;

    color: #777;

    font-size: 14px;

    margin: 0px auto;

	text-align:center;

}

/***********============================================== training_page =====================================================***********/



/***********============================================== service_page =====================================================***********/

@media only screen and (max-width: 600px) {.service_page{padding:50px 20px 80px 20px;}}

@media only screen and (min-width: 600px) {.service_page{padding:50px 20px 80px 20px;}}

@media only screen and (min-width: 768px) {.service_page{padding:50px 20px 80px 20px;}} 

@media only screen and (min-width: 992px) {.service_page{padding:50px 50px 80px 50px;}} 

@media only screen and (min-width: 1200px) {.service_page{padding:50px 100px 80px 100px;}}

@media only screen and (min-width: 1500px) {.service_page{padding:50px 160px 80px 160px;}}

.service_page .mt30{margin-top:30px;}

.service_page .mt20{margin-top:20px;}

.service_page h2{

	font-family: 'Open Sans', sans-serif;

	font-size: 34px;

    color: #002e5b;

    text-transform: uppercase;

    position: relative;

    margin-bottom: 50px;

    font-weight: 700;

	text-align:center;

}

.service_page h2:before {

    content: "";

    background: #30b9e5;

    width: 60px;

    height: 4px;

    position: absolute;

    bottom: -20px;

    left: 49%;

    margin-left: -20px;

}

.service_page img{margin:0 auto;}

.service_page i{

	text-align: center;

    color: #fff;

    background: #30b9e5;

    font-size: 14px;

    width: 55px;

    height: 25px;

	font-family: "Roboto", Helvetica, Arial, sans-serif;

	border-radius:30px;

    display: inline-block;

    line-height: 25px;

	margin-right:10px;

}

.service_page .point {margin-top:25px;}

.service_page .point li{

	background-color: #ebf0f7;

	-webkit-box-shadow: 0 3px 5px rgba(70, 70, 70, 0.1);

    -ms-box-shadow: 0 3px 5px rgba(70, 70, 70, 0.1);

    box-shadow: 0 3px 5px rgba(70, 70, 70, 0.1);

	font-family: "Montserrat", Helvetica, Arial, sans-serif;

    font-size: 12px;

    font-weight: 500;

    line-height: 1.85;

    color: #637082;

	list-style:none;

	border-radius:30px;

    display: block;

    padding: 5px 15px 5px 15px;

	margin-bottom:10px;

}

.service_page h3{

	font-family: 'Open Sans', sans-serif;

	font-size: 22px;

    color: #002e5b;

    text-transform: uppercase;

    position: relative;

    margin-bottom: 20px;

    font-weight: 700;

	text-align:left;

}

.service_page .list{

	margin: 23px 0px 25px 0px;

    border-top: 1px solid #e6e9f2;

}

.service_page .list li{

	font-family: 'Open Sans', sans-serif;

	font-size: 15px;

	color: #637082;

	font-weight:400;

    line-height: 26px;

	margin:10px 0px;

	list-style:none;

	border-radius:30px;

    display: block;

    padding: 5px 15px;

	background-color: #ebf0f7;

	-webkit-box-shadow: 0 3px 5px rgba(70, 70, 70, 0.1);

    -ms-box-shadow: 0 3px 5px rgba(70, 70, 70, 0.1);

    box-shadow: 0 3px 5px rgba(70, 70, 70, 0.1);

}

.service_page .list li:before{

	content:'\f12b';

	font-family: "Flaticon";

	color:#30b9e5;

	font-size:18px;

	padding-right:15px;

}

.service_page p {

    font-family: 'Open Sans', sans-serif;

    line-height: 24px;

    color: #777;

    font-size: 14px;

    margin-bottom: 10px;

}

/***********============================================== service_page =====================================================***********/



/***********============================================== certificate_page =====================================================***********/

@media only screen and (max-width: 600px) {.certificate_page{padding:50px 20px 80px 20px;}}

@media only screen and (min-width: 600px) {.certificate_page{padding:50px 20px 80px 20px;}}

@media only screen and (min-width: 768px) {.certificate_page{padding:50px 20px 80px 20px;}} 

@media only screen and (min-width: 992px) {.certificate_page{padding:50px 50px 80px 50px;}} 

@media only screen and (min-width: 1200px) {.certificate_page{padding:50px 100px 80px 100px;}}

@media only screen and (min-width: 1500px) {.certificate_page{padding:50px 160px 80px 160px;}}

.certificate_page .mt30{margin-top:30px;}

.certificate_page .mt20{margin-top:20px;}

.certificate_page h2{

	font-family: 'Open Sans', sans-serif;

	font-size: 34px;

    color: #002e5b;

    text-transform: uppercase;

    position: relative;

    margin-bottom: 50px;

    font-weight: 700;

	text-align:center;

}

.certificate_page h2:before {

    content: "";

    background: #30b9e5;

    width: 60px;

    height: 4px;

    position: absolute;

    bottom: -20px;

    left: 49%;

    margin-left: -20px;

}

.certificate_page .box{

    color: #999;

    font-family: 'Open Sans', sans-serif;

    text-align: center;

    padding: 10px 0 15px;

    position: relative;

}

.certificate_page .box:after{

    content: "";

    background: #30b9e5;

    width: 150px;

    height: 10px;

    transform: translateX(-50%);

    position: absolute;

    top: 0;

    left: 50%;

    clip-path: polygon(7% 0%, 93% 0%, 100% 100%, 0% 100%);

}

.certificate_page .box:after{

    width: 100%;

    height: 15px;

    border-radius: 0 0 10px 10px;

    top: auto;

    bottom: 0;

    clip-path: none;

}

.certificate_page img{border-radius:15px 15px 0px 0px;}

.certificate_page .box .content{

    background: #fff;

    padding: 25px 10px;

    border-radius: 10px;

	border-left:1px solid #ccc;

	border-right:1px solid #ccc;

}

.certificate_page h3{

	font-family: 'Nunito Sans', sans-serif;

	font-size: 18px;

    color: #002e5b;

    text-transform:capitalize;

    margin-bottom: 0px;

    font-weight: 800;

	text-align:center;

}

.certificate_page p {

    font-family: 'Open Sans', sans-serif;

    line-height: 24px;

    color: #777;

    font-size: 14px;

    margin-bottom: 0px;

}

/***********============================================== certificate_page =====================================================***********/



/***********============================================== enquiry_page =====================================================***********/

@media only screen and (max-width: 600px) {.enquiry_page{padding:50px 20px 80px 20px;}}

@media only screen and (min-width: 600px) {.enquiry_page{padding:50px 20px 80px 20px;}}

@media only screen and (min-width: 768px) {.enquiry_page{padding:50px 20px 80px 20px;}} 

@media only screen and (min-width: 992px) {.enquiry_page{padding:50px 50px 80px 50px;}} 

@media only screen and (min-width: 1200px) {.enquiry_page{padding:50px 100px 80px 100px;}}

@media only screen and (min-width: 1500px) {.enquiry_page{padding:50px 160px 80px 160px;}}

.enquiry_page {background:url(../bshine-images/enquiryback.jpg) no-repeat top/cover;}

.enquiry_page .mt30{margin-top:30px;}

.enquiry_page .mt20{margin-top:20px;}

.enquiry_page h2{

	font-family: 'Open Sans', sans-serif;

	font-size: 34px;

    color: #002e5b;

    text-transform: uppercase;

    position: relative;

    margin-bottom: 50px;

    font-weight: 700;

	text-align:left;

}

.enquiry_page h2:before {

    content: "";

    background: #30b9e5;

    width: 60px;

    height: 4px;

    position: absolute;

    bottom: -20px;

    left: 2%;

    margin-left: -20px;

}

.enquiry_page .form-control{background: rgba(255,255,255,0.9);}

.enquiry_page .form-horizontal .form-content{padding: 15px 5px 0px 5px;}

.enquiry_page .form-horizontal .form-control{

    font-family: 'Nunito Sans', sans-serif;

    padding: 12px 16px 12px 39px;

    height: 50px;

    font-size: 14px;

    color: #010F1C;

    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, #fff, #f5f5f5);  /* Chrome 10-25, Safari 5.1-6 */

	background: linear-gradient(to left, #fff, #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;

	outline: 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 .control-label .fa{ padding-top:10px;}

.enquiry_page .form-horizontal textarea.form-control{

    resize: vertical;

    height: 130px;

}

.enquiry_page .btn{

    position: relative;

    display: inline-block;

    font-size: 16px;

    line-height: 30px;

    color: #ffffff;

    font-weight: 600;

    overflow: hidden;

    background: none;

    border: none;

    border-radius: 0px;

    margin-top: 20px;

    margin-right: 20px;

    padding: 12px 40px;

    text-transform: capitalize;

    background-color: #30b9e5;

    font-family: 'Nunito Sans', sans-serif; 

}

.enquiry_page .btn:before{

	position: absolute;

	content: '';

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 0;

    opacity: 0;

    -webkit-transition: all 0.4s;

    -moz-transition: all 0.4s;

    -o-transition: all 0.4s;

    transition: all 0.4s;

    -webkit-transform: scale(0.2, 1);

    transform: scale(0.2, 1);

    color: #fff;

	background-color:#002155;

}

.enquiry_page .btn .text{color: #fff; position: relative; z-index: 1;}

.enquiry_page .btn:hover::before{

    opacity: 1;

    -webkit-transform: scale(1, 1);

    transform: scale(1, 1);

}

.enquiry_page .btn:hover{

	color: #ffffff;

}

/***********============================================== enquiry_page =====================================================***********/



/***********============================================== contact_page =====================================================***********/

@media only screen and (max-width: 600px) {.contact_page{padding:50px 20px 80px 20px;}}

@media only screen and (min-width: 600px) {.contact_page{padding:50px 20px 80px 20px;}}

@media only screen and (min-width: 768px) {.contact_page{padding:50px 20px 80px 20px;}} 

@media only screen and (min-width: 992px) {.contact_page{padding:50px 50px 80px 50px;}} 

@media only screen and (min-width: 1200px) {.contact_page{padding:50px 100px 80px 100px;}}

@media only screen and (min-width: 1500px) {.contact_page{padding:50px 160px 80px 160px;}}

.contact_page {background:url(../bshine-images/contactback.jpg) no-repeat top/cover;}

.contact_page .mt30{margin-top:30px;}

.contact_page .mt20{margin-top:20px;}

.contact_page h2{

	font-family: 'Open Sans', sans-serif;

	font-size: 34px;

    color: #002e5b;

    text-transform: uppercase;

    position: relative;

    margin-bottom: 50px;

    font-weight: 700;

	text-align:left;

}

.contact_page h2:before {

    content: "";

    background: #30b9e5;

    width: 60px;

    height: 4px;

    position: absolute;

    bottom: -20px;

    left: 2%;

    margin-left: -20px;

}

.contact_page .serviceBox{

    font-family: 'Open Sans', sans-serif;

    text-align: center;

    padding: 25px 10px;

    position: relative;

	border:4px solid #eee;

	border-radius:18px;

	background:rgba(255,255,255,0.9);

}

.contact_page .serviceBox .service-icon{

    color: #fff;

    background: #30b9e5;

    font-size: 40px;

    line-height: 80px;

    width: 80px;

    height: 80px;

    margin: 0 auto 40px;

    box-shadow: 7px 0 10px rgba(0,0,0,0.3), 0 0 0 10px #fff, 5px 0 20px rgba(0,0,0,0.4);

    border-radius: 10px;

    transform: rotate(45deg);

    position: relative;

	text-align:center;

    transition: all 0.3s ease 0s;

}

.contact_page .serviceBox .service-icon .fa{ padding:10px 50px 0px 12px;}

.contact_page .serviceBox .service-icon i{ transform: rotate(-45deg); }

.contact_page .serviceBox .title{

    font-family: 'Nunito Sans', sans-serif;

	font-size: 18px;

    color: #002e5b;

    text-transform: uppercase;

    margin-bottom: 10px;

    font-weight: 800;

	text-align:center;

}

.contact_page .serviceBox .description{

	font-family: 'Open Sans', sans-serif;

    color: #888;

    font-size: 15px;

    line-height: 24px;

    margin: 0;

}

.contact_page .serviceBox .description a{font-family: 'Open Sans', sans-serif; color:#777;}

@media only screen and (max-width:990px){.contact_page .serviceBox{ margin: 0 0 30px; }}

.map{filter: grayscale(100%);}

/***********============================================== contact_page =====================================================***********/