@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;
}

body a:hover{
	text-decoration:none;
}

.innerback{
	background:url(../img/innerback.jpg) no-repeat top/cover;
}
.container-fluid{
	width:100%;
	padding-right:0px;
	padding-left:0px;
	margin:0;
}

html, body {
    height: 100%;
    font-size: 16px;
    color: #f5f5f5;
    font-family: 'Rubik', sans-serif;
    vertical-align: baseline;
	padding:0;
	margin:0;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'PT Sans Narrow', sans-serif;
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
a {
    color: #222;
    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;
}
a:hover{
 text-decoration:none;
}

.container-fluid{
	width:100%;
	padding-left:0px;
	padding-right:0px;
	margin-left:0px;
	margin-right:0px;
}
/*******============================================= header ================================================***********/

/*navigation */
*{margin:0;padding:0;text-decoration:none}
header{position:relative;width:100%; background:#fff; z-index:99; padding-right:50px;}
nav{position:relative;width:100%;margin:0 auto;}
#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: 'Rubik', sans-serif; background:#fff;}
#cssmenu > ul{
	padding-top:0px;
	padding-bottom:0px;
}
#cssmenu > ul > li{float:left}
#cssmenu > ul > li > a{padding:17px;font-size:15px;letter-spacing:1px;text-decoration:none;color:#222;font-weight:500; font-family: 'Rubik', sans-serif; text-transform:uppercase;}
#cssmenu > ul > li:hover > a,#cssmenu ul li.active a{color:#222}
#cssmenu > ul > li:hover,#cssmenu ul li.active:hover,#cssmenu ul li.active,#cssmenu ul li.has-sub.active:hover{ color:#222;}
#cssmenu > ul > li.has-sub > a{padding-right:30px}
#cssmenu > ul > li a:hover, #cssmenu > ul > li a:focus{
	color:#222;
}
#cssmenu > ul > li.has-sub > a:after{position:absolute;top:22px;right:11px;width:8px;height:2px;display:block;background:#777;content:''}
#cssmenu > ul > li.has-sub > a:before{position:absolute;top:19px;right:14px;display:block;width:2px;height:8px;background:#777;content:''}
#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;-webkit-transition:all .25s ease;-ms-transition:all .25s ease;background:#333;transition:all .25s ease}
#cssmenu ul ul li:hover{color:#ccc;}
#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 15px;width:250px;font-size:14px;text-decoration:none;color:#ddd;font-weight:100;}
#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:#ddd;content:''}
#cssmenu ul ul li.has-sub > a:before{position:absolute;top:13px;right:14px;display:block;width:2px;height:8px;background:#ddd;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:#363636;}
#cssmenu ul ul ul li.active a{border-left:1px solid #333}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active> a{border-top:1px solid #333}

@media screen and (max-width:1000px){

nav{width:100%; font-family: 'Rubik', sans-serif; padding-top:10px;}
#cssmenu{width:100%;}
#cssmenu > ul{
	padding-top:10px;
	padding-bottom:8px;
	margin-top:30px;
}
#cssmenu ul{width:100%;display:none;}
#cssmenu ul li{width:100%;border-top:1px solid #444}
#cssmenu ul li:hover{background:#363636;}
#cssmenu ul ul li,#cssmenu li:hover > ul > li{height:auto}
#cssmenu ul li a,#cssmenu ul ul li a{width:100%;border-bottom:0}
#cssmenu > ul > li{float:none}
#cssmenu ul ul li a{padding-left:25px}
#cssmenu ul ul li{background:#333!important;}
#cssmenu ul ul li:hover{background:#363636!important}
#cssmenu ul ul ul li a{padding-left:35px}
#cssmenu ul ul li a{color:#ddd;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:12px;font-weight:700; padding-top:40px;}
.button{width:55px;height:46px;position:absolute;right:0;top:30px;cursor:pointer;z-index: 12399994; background:#0085c3;}
.button:after{position:absolute;top:22px;right:20px;display:block;height:4px;width:20px;border-top:2px solid #222;border-bottom:2px solid #222;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:#222;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:#222;-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:#222;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 #444;height:46px;width:46px;cursor:pointer; color:#000; background:#000;}
#cssmenu .submenu-button.submenu-opened{background:#ccc}
#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:#ddd;content:''}
#cssmenu ul ul .submenu-button:after{top:15px;right:13px}
#cssmenu .submenu-button.submenu-opened:after{background:#000}
#cssmenu .submenu-button:before{position:absolute;top:19px;right:22px;display:block;width:2px;height:8px;background:#ddd;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}
}
.navbar-right{
	margin-top:8px; margin-bottom:8px;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 5px 15px;
    font-size: 18px;
    line-height: 20px;
}
/*******============================================= header ================================================***********/

/*******============================================= slider ================================================***********/
.carousel-caption {
  top: 18%;
  bottom: auto;
  left: 0%;
  padding-left: 50px; padding-right: 50px;
}
.carousel-caption .col-md-4{
	text-align:left;
}
.carousel-caption li .fa{
	font-size:18px;
}
.carousel-caption li a{
	color:#ccc;
}
@media only screen and (max-width: 600px) {.carousel-caption h1{ font-size:26px;} .carousel-caption .para{font-size:14px;}}
@media only screen and (min-width: 600px) {.carousel-caption h1{ font-size:26px;} .carousel-caption .para{font-size:14px;}}
@media only screen and (min-width: 768px) {.carousel-caption h1{ font-size:30px;} .carousel-caption .para{font-size:16px;}} 
@media only screen and (min-width: 992px) {.carousel-caption h1{ font-size:60px;} .carousel-caption .para{font-size:26px;}} 
@media only screen and (min-width: 1200px) {.carousel-caption h1{ font-size:60px;} .carousel-caption .para{font-size:26px;}}
.carousel-caption h1{
	/*font-family: 'Roboto Condensed', sans-serif;*/
	font-family: 'Roboto', serif;
	color:#001524;
	padding-top: 25px;
	text-shadow: 0 1px 2px rgba(255,255,255,0.7);
	font-weight: 600;
	text-align:left;
	text-transform:uppercase;
}
.carousel-caption h1 span{
	font-size: 60px;
	color:#001524;
}
@media only screen and (max-width: 600px) {.carousel-caption h4{ font-size:20px;}}
@media only screen and (min-width: 600px) {.carousel-caption h4{ font-size:20px;}}
@media only screen and (min-width: 768px) {.carousel-caption h4{ font-size:20px;}} 
@media only screen and (min-width: 992px) {.carousel-caption h4{ font-size:30px;}} 
@media only screen and (min-width: 1200px) {.carousel-caption h4{ font-size:30px;}}
.carousel-caption h4{
	font-family: 'Roboto', serif;
	color:#fff;
	padding-top: 25px;
	text-shadow: 0 1px 2px rgba(255,255,255,0.7);
	font-weight: 600;
	text-align:left;
	text-transform:uppercase;
    position: relative;
}
.carousel-caption h4:after{
	content: "";
    position: absolute;
    top: 70px;
    left: 0;
    width: 60px;
    height: 3px;
    background: #0085c3;
}
.carousel-caption .para{
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	color:#001524;
	padding-top: 20px;
	text-align:left;
	text-shadow: 0 1px 2px rgba(0,0,0,1);
}
.carousel-caption .btn{
    color: #fff;
    background-color: #0085c3;
	padding: 6px 28px;
    font-size: 14px;
    line-height: 32px;
	border-radius:0px;
    margin-left: 15px;
	margin-top:35px;
	text-transform: uppercase;
    letter-spacing: 0.06em;
	float:left;
}
.carousel-caption .btn .fa{
    color: #fff;
	padding-left:15px;
}
.carousel-caption li{
	font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
	color:#fff;
	list-style:none;
	padding-top:8px;
}
.carousel-caption li i{
    font-size: 24px;
    font-weight: 400;
    line-height: 1.6;
	color:#fff;
	padding-right: 8px;
}
/*******============================================= slider ================================================***********/


/*******============================================= section1 ================================================***********/
.section1{
	padding: 100px 15px 100px 15px;
	background:url(../images/section1back.jpg) no-repeat top/cover;
	text-align:center;
}
.section1 h2{
    position: relative;
    display: inline-block;
    margin-bottom: 36px;
    font-size: 3.3em;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-family: 'Montserrat', serif;
    color: #001524;
    line-height: 1.2em;
    padding-top: 60px;
    padding-bottom: 30px;
}
.section1 h2:after {
    content: '';
    width: 30%;
    height: 3px;
    background: #0085c3;
    bottom: -7px;
    left: 30%;
    position: absolute;
}
.section1 h4{
	font-family: "Montserrat", Sans-serif;
    font-size: 1.4667em;
	text-decoration: none;
    text-transform:capitalize;
	font-style:normal;
	color: #001524;
	padding-bottom:25px;
	padding-top:20px;
	font-weight:500;
}
.section1 h4 span{
	color: #699114;
}
.divider-line {
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #699114;
	float:left;
}
.section1 h3{
    display: inline-block;
    margin-bottom: 36px;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-family: 'Montserrat', serif;
    color: #fff;
    line-height: 1.2em;
    padding-top: 50px;
    padding-bottom: 30px;
	text-align:center;
}
.section1 p{
	text-align:center;
	font-weight: 400;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    color: #222;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0px;
	padding-top: 10px;
	padding-right: 80px;
	padding-left: 80px;
}
.section1 .btn{
    color: #fff;
    background-color: #0085c3;
	padding: 6px 28px;
    font-size: 14px;
    line-height: 32px;
	border-radius:0px;
	margin-top: 35px;
	text-transform: uppercase;
    letter-spacing: 0.06em;
	float:center;
}
.section1 .btn .fa{
    color: #fff;
	padding-left:15px;
}
/*******============================================= section1 ================================================***********/

/*******============================================= section2 ================================================***********/
.section2 {
	padding-top:0px; padding-bottom:100px;
	background:url(../images/section2back.jpg) no-repeat top/cover;
}
.section2 h1{
	font-size: 50px;
    line-height: 56px;
    padding-top: 80px;
    font-weight: 600;
	color:#0085c3;
	padding-left:100px;
	font-family: 'Rubik',sans-serif;
}
.section2 h1 span{
	color:#001524;
}

.section2 .main-timeline{
    overflow: hidden;
    position: relative;
}
.section2 .main-timeline:before{
    content: "";
    width: 10px;
    height: 100%;
    background: #95a5a5;
    position: absolute;
    top: 140px;
    left: 50%;
    transform: translateX(-50%);
}
.section2 .main-timeline .timeline{
    width: 50%;
    padding: 0 60px 0 70px;
    float: right;
    text-align: center;
    position: relative;
}
.section2 .main-timeline .timeline-content{
    display: block;
    padding: 20px;
    background: #001524;
    border-radius: 10px;
    position: relative;
}
.section2 .main-timeline .timeline-content:hover{ text-decoration: none; }
.section2 .main-timeline .timeline-content:before{
    content: "";
    width: 70px;
    height: 20px;
    background: #001524;
    position: absolute;
    bottom: 0;
    left: -50px;
}
.section2 .main-timeline .icon{
    display: block;
    width: 90px;
    height: 90px;
    line-height: 100px;
    border-radius: 15px;
    background: #001524;
    font-size: 35px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: -120px;
    z-index: 1;
	padding-left:20px;
	padding-top:17px;
}
.section2 .main-timeline .icon:after{
    content: "";
    border: 5px dotted #fff;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
}
.section2 .main-timeline .title{
    display: inline-block;
    padding-bottom: 7px;
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
	font-family: "Roboto", Sans-serif;
}
.section2 .main-timeline .description{
    font-size: 14px;
    color: #fff;
    margin: 0 0 5px 0;
}
.section2 .main-timeline .timeline:nth-child(2n){ padding: 0 70px 0 60px; }
.section2 .main-timeline .timeline:nth-child(2n) .timeline-content:before{
    left: auto;
    right: -50px;
}
.section2 .main-timeline .timeline:nth-child(2n) .timeline-content:after{
    left: auto;
    right: -20px;
}
.section2 .main-timeline .timeline:nth-child(2n) .icon{
    left: auto;
    right: -120px;
}
.section2 .main-timeline .timeline:nth-child(2){ margin-top: 150px; }
.section2 .main-timeline .timeline:nth-child(odd){ margin: -150px 0 0 0; }
.section2 .main-timeline .timeline:nth-child(even){ margin-bottom: 120px; }
.section2 .main-timeline .timeline:first-child,
.section2 .main-timeline .timeline:last-child:nth-child(even){ margin: 0; }
.section2 .main-timeline .timeline:nth-child(2n) .timeline-content,
.section2 .main-timeline .timeline:nth-child(2n) .timeline-content:before,
.section2 .main-timeline .timeline:nth-child(2n) .icon{ background: #0085c3; }
.section2 .main-timeline .timeline:nth-child(3n) .timeline-content,
.section2 .main-timeline .timeline:nth-child(3n) .timeline-content:before,
.section2 .main-timeline .timeline:nth-child(3n) .icon{ background: #001524; margin-top: 30px; }
.section2 .main-timeline .timeline:nth-child(4n) .timeline-content,
.section2 .main-timeline .timeline:nth-child(4n) .timeline-content:before,
.section2 .main-timeline .timeline:nth-child(4n) .icon{ background: #0cbe2d; }
@media only screen and (max-width: 990px){
   .section2  .main-timeline .timeline{ padding-right: 0; }
    .section2 .main-timeline .timeline:nth-child(2n){ padding-left: 0; }
}
@media only screen and (max-width: 767px){
    .section2 .main-timeline:before{ display: none; }
    .section2 .main-timeline .timeline,
    .section2 .main-timeline .timeline:nth-child(even),
    .section2 .main-timeline .timeline:nth-child(odd){
        width: 100%;
        float: none;
        padding: 0 0 0 120px;
        margin: 0 0 30px 0;
    }
    .section2 .main-timeline .timeline-content{ padding: 12px; }
    .section2 .main-timeline .timeline:nth-child(2n) .timeline-content:before{
        right: auto;
        left: -50px;
    }
    .section2 .main-timeline .timeline:nth-child(2n) .timeline-content:after{
        right: auto;
        left: -20px;
    }
    .section2 .main-timeline .timeline:nth-child(2n) .icon{
        right: auto;
        left: -120px;
    }
}
@media only screen and (max-width: 480px){
    .section2 .main-timeline .title{ font-size: 16px; }
}
/*******============================================= section2 ================================================***********/

/*******============================================= footer ================================================***********/
.footer{
	margin:0;
	padding:0;
}
.footer-sec {
    background:#001524;
	background-attachment:fixed;
	padding-top:50px;
}
.footer-section-one img {
    margin-bottom: 20px;
}
.footer-sec p {
    color: #aaa;
	text-align:left;
}
.footer-section-one ul {
    margin-top: 20px;
}

.footer-section-one ul li i {
    color: #818181;
    float: left;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    text-align: center;
    width: 40px;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 100%;
    border: 1px solid #9b9b9b;
}
li{
	list-style:none;
}
.footer-section-one li i {
    display: inline-block;
}

.footer-sec h2 {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 500;
    color: #fff;
    margin-bottom: 40px;
	text-align:left;
	position:relative;
	font-family: 'Poppins',sans-serif;
}
.footer-sec h2:after {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    width: 60px;
    height: 1px;
    background: #0085c3;
}

.footer-menu li {
    position: relative;
}
.footer-menu i{
	display:inline-block;
}
.footer-menu li a {
    text-transform: capitalize;
    padding-bottom: 10px;
    display: inline-block;
	text-align:left;
	
    font-size: 16px;
    font-family: 'Hind',Arial,serif;
    color: #aaa;
    transition: all 0.5s ease;
    text-transform: initial;
    font-weight: 300;
	display:inline-block;
}
.footer-menu .fa{
	color:#0085c3;
	padding-right: 15px;
}
.lastest-news-thumb {
    width: 76px;
}

.lastest-news-text h2 {
    margin-bottom: 10px;
}
.lastest-news-text a {
		color:#333;

}

.footer-bottom-sec p {
    color: #9d9d9d;
    margin: 0;
    text-align: center;
    font-size: 16px;
}


.footer-copy {
    padding: 30px 40px 40px 40px;
	margin-top:50px;
	background:#00101c;
	margin-bottom:0px;
}
.footer-copy a{
	color:#ccc;
}
@media only screen and (max-width: 767px) and (min-width: 0px){
.footer-menu {
    display: inline-block;
    width: 100%;
    margin: 30px 0;
}
.footer-copy {
    padding: 30px 40px 60px 40px;
}
}
@media only screen and (max-width: 767px) and (min-width: 0px){
.footer-news-section {
    margin-bottom: 30px;
}
}
/*******============================================= footer ================================================***********/

/*******============================================= ABOUT PAGE ================================================***********/
.about_page{
	padding:20px 0px 50px 0px;
	background:#fff;
	margin:0;
}
.about_page h2{
    position: relative;
    display: inline-block;
    margin-bottom: 36px;
    font-size: 26px;
    font-weight: 600;
    text-transform:uppercase;
    font-family: 'Roboto', serif;
    color: #001524;
    line-height: 1.2em;
    padding-top: 60px;
    padding-bottom: 0px;
}
.about_page h2:after {
    content: '';
    width: 30%;
    height: 3px;
    background: #0085c3;
    bottom: -7px;
    left: 0%;
    position: absolute;
}
.about_page p{
	text-align:left;
	font-weight: 400;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
    color: #777;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0px;
	padding-top: 10px;
	padding-right: 20px;
}
.about_page h5{
    position: relative;
    display: inline-block;
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 500;
    text-transform:uppercase;
    font-family: 'Roboto', serif;
    color: #fff;
    line-height: 1.2em;
    padding-top: 20px;
    padding-bottom: 10px;
}
.about_page h5:after {
    content: '';
    width: 30%;
    height: 3px;
    background: #001524;
    bottom: -7px;
    left: 30%;
    position: absolute;
}
.about_page .para{
	font-weight: 400;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0px;
	padding-top: 10px;
	margin-top:0px;
	text-align:center;
	padding-left:10px;
}


.about_page .pricingTable{
    font-family: 'Rubik', sans-serif;
    text-align: center;
    overflow: hidden;
    border-radius: 50px;
	margin-top:60px;
}
.about_page .pricingTable .pricingTable-header{
    color: #fff;
    background-color: #021323;
    padding: 20px 10px;
    position: relative;
	font-family: 'Rubik', sans-serif;
    z-index: 1;
}
.about_page .pricingTable .pricingTable-header:before,
.about_page .pricingTable .pricingTable-header:after{
    content: '';
    background: linear-gradient(225deg,#00050a 49%, transparent 50%);
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0;
    bottom: -20px;
}
.about_page .pricingTable .pricingTable-header:after{
    transform: rotateY(180deg);
    left: auto;
    right: 0;
}
.about_page .pricingTable .title{
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
	font-family: 'Rubik', sans-serif;
}
.about_page .pricingTable .pricing-content{
    background:url(../images/aboutinner.jpg) no-repeat top/cover;
    padding: 30px 0 20px;
    margin: 0 20px;
    position: relative;
	font-family: 'Rubik', sans-serif;
}
.about_page .pricingTable .pricing-content ul{
    color: #fff;
    font-size: 17px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    list-style: none;
	border-top:2px dotted #001524;
	padding-top:20px;
	margin-top:20px;
	margin-bottom:20px;
}
.about_page .pricingTable .pricing-content ul li a{
	color:#fff;
	font-family: 'Roboto', sans-serif;
}
.about_page .pricingTable .pricingTable-signup{
    color: #fff;
    background-color: #021323;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 14px 18px 14px;
    margin: -3px auto 0;
    display: block;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
	font-family: 'Rubik', sans-serif;
}
.about_page .pricingTable .pricingTable-signup:hover{
    color: #011423;
    background-color: #fff;
    box-shadow: 0 0 50px rgba(0,0,0,0.5) inset;
}
.about_page .pricingTable .pricingTable-signup:before,
.about_page .pricingTable .pricingTable-signup:after{
    content: '';
    background: linear-gradient(315deg,#00050a 49%, transparent 50%);
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0;
    top: -20px;
}
.about_page .pricingTable .pricingTable-signup:after{
    transform: rotateY(180deg);
    left: auto;
    right: 0;
}
@media only screen and (max-width: 990px){
    .about_page .pricingTable{ margin: 0 0 30px; }
}
/*******============================================= ABOUT PAGE ================================================***********/

/*******============================================= SERVICE PAGE ================================================***********/
.service .para{
	font-weight: 400;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0px;
	padding-top: 10px;
	margin-top:0px;
	text-align:center;
	padding-left:10px;
}
.service .main-timeline{ font-family: 'Roboto', sans-serif; margin-top:20px; }
.service .main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.service .main-timeline .timeline{
    width: 100%;
    padding: 50px 0 0;
    margin: 0 10px 0 0;
    float: left;
    position: relative;
}
.service .main-timeline .timeline:before{
    content: '';
    background-color: #0085c3;
    height: 6px;
    width: 40%;
    border-radius: 20px;
    position: absolute;
    right: 5px;
    top: 30px;
}
.service .main-timeline .timeline-content{
    background: #fff;
    padding: 20px 20px 20px 40px;
    border-radius: 5px 0 0 5px;
    border-left: 10px solid #0085c3;
    box-shadow: 7px 7px 0 0 rgba(0,0,0,0.15);
    display: block;
    position: relative;
}
.service .main-timeline .timeline-content:hover{ text-decoration: none; }
.service .main-timeline .title{
    color: #001524;
    font-size: 20px;
    font-weight: 500;
    text-transform:uppercase;
    margin: 0 0 5px;
	font-family: 'Roboto', sans-serif;
}
.service .main-timeline .description{
    font-size: 14px;
    margin: 0;
    text-align: left;
    font-weight: 400;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
    color: #777;
    line-height: 1.7;
    letter-spacing: 0px;
}
@media screen and (max-width:767px){
    .service .main-timeline .timeline{
        width: 100%;
        margin: 0 0 30px;
        float: none;
    }
    .service .main-timeline .timeline-content{padding: 70px 15px 15px 20px;}
    .service .main-timeline .timeline-year{ left: 10px; }
}
@media screen and (max-width:567px){
    .service .main-timeline .title{ font-size: 18px; }
}
/*******============================================= SERVICE PAGE ================================================***********/

/*******============================================= ENQUIRY PAGE ================================================***********/
.enquiry{
	padding:80px 0px;
	background:url(../images/enquiryback.jpg) no-repeat top/cover;
	font-family: "Roboto", sans-serif;
}
.enquiry .pr, .enquiry .pl{
	padding-left:0px; padding-right:0px;
}
.enquiry .info p {
  text-align:center;
  color: #999;
  text-transform:none;
  font-weight:600;
  font-size:15px;
  margin-top:2px;
  font-family: "Roboto", sans-serif;
}

.enquiry .info i {
  color:#F6AA93;
}
.enquiry form h1 {
  font-size: 18px;
  background: #F6AA93 none repeat scroll 0% 0%;
  color: rgb(255, 255, 255);
  padding: 22px 25px;
  border-radius: 5px 5px 0px 0px;
  margin: auto;
  text-shadow: none; 
  text-align:left
}

.enquiry form {
  border-radius: 5px;
  margin: 5% auto;
  color:#222;
}

.enquiry p span {
  color: #020d26;
}

.enquiry p {
  margin: 0px;
  font-weight: 400;
  line-height: 2;
  color:#011423;
}

.enquiry h1 {
  text-align:center; 
  color: #666;
  text-shadow: 1px 1px 0px #FFF;
  margin:50px 0px 0px 0px
}

.enquiry input {
  border-radius: 0px 5px 5px 0px;
  border: 1px solid #eee;
  margin-bottom: 15px;
  width: 75%;
  height: 41px;
  float: left;
  padding: 0px 15px;
  font-family: "Roboto", sans-serif;
   -webkit-box-shadow: -2px -1px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: -2px -1px 5px 0px rgba(0,0,0,0.1);
    box-shadow: -2px -1px 5px 0px rgba(0,0,0,0.1);
}

.enquiry a {
  text-decoration:inherit
}

.enquiry textarea {
  border-radius: 0px 5px 5px 0px;
  border: 1px solid #EEE;
  margin: 0;
  width: 75%;
  height: 130px; 
  float: left;
  padding: 0px 15px;
  -webkit-box-shadow: -2px -1px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: -2px -1px 5px 0px rgba(0,0,0,0.1);
    box-shadow: -2px -1px 5px 0px rgba(0,0,0,0.1);
}

.enquiry .form-group {
  overflow: hidden;
  clear: both;
}

.enquiry .icon-case {
  width: 35px;
  float: left;
  border-radius: 5px 0px 0px 5px;
  background:#eeeeee;
  height:42px;
  position: relative;
  text-align: center;
  line-height:40px;
}

.enquiry i {
  color:#0085c3;
  padding-top:10px;
}

.enquiry .contentform {
  padding: 40px 30px;
}

.enquiry .bouton-contact{
  background-color: #020d26;
  color: #FFF;
  text-align: center;
  width: 100%;
  border:0;
  padding: 17px 25px;
  border-radius: 0px 0px 5px 5px;
  cursor: pointer;
  margin-top: 40px;
  font-size: 18px;
}

.enquiry .leftcontact {
  width:49.5%; 
  float:left;
  border-right: 1px dotted #CCC;
  box-sizing: border-box;
  padding: 0px 15px 0px 0px;
}

.enquiry .rightcontact {
  width:49.5%;
  float:right;
  box-sizing: border-box;
  padding: 0px 0px 0px 15px;
}

.enquiry .validation {
  display:none;
  margin: 0 0 10px;
  font-weight:400;
  font-size:13px;
  color: #DE5959;
}
.enquiry .btn{
    text-transform: uppercase;
    padding: 0;
    margin-left: 20px;
    z-index: 1;
    position: relative;
	font-size:14px;
	margin-top:30px;
}
.enquiry .btn:before,
.enquiry .btn:after{
    content: "";
    border-radius: 50%;
    background: #fff;
    border: 6px solid #ddd;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.enquiry .btn-lg{
	font-size:18px;
	text-transform:capitalize;
}
.enquiry .btn:hover:before,
.enquiry .btn:hover:after{
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.enquiry .btn.btn-lg:before,
.enquiry .btn.btn-lg:after{
    width: 56px;
    height: 56px;
}
.enquiry .btn.btn-lg:before{ left: -28px; }
.enquiry .btn.btn-lg:after{ right: -28px; }
.enquiry .btn span{
    display: inline-block;
    border-radius: 0;
    background: #fff;
    color: #444;
}
.enquiry .btn.red:before{
    border-right-color: #0085c3;
    border-top-color: #0085c3;
}
.enquiry .btn.red:after{
    border-left-color: #0085c3;
    border-bottom-color: #0085c3;
}
.enquiry .btn.red span{
    border-bottom: 6px solid #0085c3;
    border-top: 6px solid #0085c3;
}
@media only screen and (max-width: 767px){
    .enquiry .btn{ margin-bottom: 20px; }
}
/*******============================================= ENQUIRY PAGE ================================================***********/

/*******============================================= CONTACT PAGE ================================================***********/
.contact{
	padding:80px 0px;
	background:url(../images/contactback.jpg) no-repeat top/cover;
}
.contact .serviceBox{
    font-family: 'Roboto', sans-serif;
    padding: 30px 35px;
	margin-top:30px;
	background: #eee;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to top, #f5f5f5, #eee);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top, #f5f5f5, #eee); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.contact .serviceBox .service-icon{
    color: #fff;
    background: linear-gradient(to bottom,#021323,#0085c3);
    font-size: 30px;
    text-align: center;
    line-height: 80px;
    width: 80px;
    height: 80px;
    margin: 0 0 25px;
    border-radius: 10px 10px 10px 5px;
    position: relative;
}
.contact .serviceBox .service-icon i.fa{ transition: all 0.3s ease 0s; padding-top:25px; }
.contact .serviceBox:hover .service-icon i.fa{
    text-shadow: 0 0 5px #555;
    transform: rotateY(360deg) rotateX(360deg);
}
.contact .serviceBox .service-icon:after{
    content: '';
    background-color: #0085c3;
    height: 20px;
    width: 20px;
    transform: rotate(45deg);
    position: absolute;
    left: 5px;
    bottom: -8px;
}
.contact .serviceBox .title{
    color: #021323;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 10px;
	font-family: 'Roboto', sans-serif;
}
.contact .serviceBox .description{
    color: #777;
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 15px;
    display: block;
	font-family: 'Roboto', sans-serif;
}
.contact .serviceBox p strong{
	font-size:17px;
}
.contact .serviceBox li a{
	color:#777;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
    line-height: 25px;
}
@media only screen and (max-width:990px){
    .contact .serviceBox{ margin: 0 0 40px; }
}
/*******============================================= CONTACT PAGE ================================================***********/

/*******============================================= TIDE TABLE PAGE ================================================***********/
.tidetable{
	padding:80px 0px;
}
a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
.vertical-tab{
    font-family: 'Roboto', sans-serif;
    display: table;
}
.vertical-tab .nav-tabs{
    display: table-cell;
    width: 20%;
    min-width: 20%;
    vertical-align: top;
    border: none;
}
.vertical-tab .nav-tabs li{
   float: none;
   vertical-align: top;
}
.vertical-tab .nav-tabs li a{
    color: #333;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    padding: 12px;
    margin: 0;
    border-radius: 0;
    border: none;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease 0s;
	font-family: 'Roboto', sans-serif;
}
.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a,
.vertical-tab .nav-tabs li.active a:hover{
    color: #fff;
    background-color: transparent;
    border: none;
}
.vertical-tab .nav-tabs li a:before{
    content: '';
    background-color: #021323;
    height: 100%;
    width: 100%;
    opacity: 0;
    transform-origin: top left;
    transform: scale(0);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s;
}
.vertical-tab .nav-tabs li a:hover:before,
.vertical-tab .nav-tabs li.active a:before{
    opacity: 1;
    transform: scale(1);
}
.vertical-tab .tab-content{
    color: #021323;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 25px;
    padding: 12px 15px;
    border-left: 5px solid #021323;
    box-shadow: 3px 4px 6px rgba(0,0,0,0.15) inset;
    border-radius: 0;
    display: table-cell;
    position: relative;
}
.vertical-tab .tab-content h3{
    font-weight: 600;
    margin: 0 0 5px 0;
	color:#0085c3;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	padding-left:40px;
	padding-top:30px;
}
@media only screen and (max-width: 479px){
    .vertical-tab .nav-tabs{
        width: 100%;
        display: block;
        border: none;
    }
    .vertical-tab .nav-tabs li a{
        padding: 14px 20px;
        margin: 0 0 5px;
    }
    .vertical-tab .tab-content{
        padding: 20px 15px 10px;
        display: block;
    }
    .vertical-tab .tab-content h3{ font-size: 18px; }
}
/*******============================================= TIDE TABLE PAGE ================================================***********/