@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:300,400,500,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,600,700&display=swap');
@import url("https://fonts.googleapis.com/css?family=Poppins:400,400i,500,600,700|Rubik:400,400i,500,500i,700,700i&display=swap");
html {
  color: #222222;
  font-size: 14px;
  line-height: 1.4;
}

::-moz-selection {
  background:#0162a6;
  color:#FFF;
  text-shadow:none;
}
.link-box a
::selection {
  background:#0162a6;
  color:#FFF;
  text-shadow:none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #dddddd;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}
.one-bg {
	background-color: #f3f4f4;	
}

body {
  font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #052944;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased
}

h1, h1 a {
  font-size: 40px;
}

h2, h2 a {
  font-size: 32px;
}

h3, h3 a {
  font-size: 28px;
}

h4, h4 a {
  font-size: 24px;
}

h5, h5 a {
  font-size: 20px;
}

h6, h6 a {
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-family: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #033b4a;	
  text-transform: uppercase;
  margin: 0;
}
.side-feature-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}
.check-mark-icon {
    margin-right:7px;
    color:#01d6a3;
}
/*button Start here*/
.custom-button,
.custom-button:visited,
a.button,
.custom-button.custom-primary-button,
.custom-button.custom-primary-button:visited {
	transition: all 0.3s ease 0s;
	background: #068eff;
	color: #fff;
	font-size:14px;
	line-height: 1.8;
	padding:10px 35px;
	border: none;
	height: auto;
	width: auto;
	cursor: pointer;
	display: inline-block;
	min-width: 135px;
	text-align: center;
	margin: 0;
	position: relative;
	font-weight: 500;
	vertical-align: middle;
	text-transform:uppercase;
}

.custom-button a:hover, .custom-button a:active, .custom-button a:focus {
	color:#FFF;
    text-decoration: none;
    outline: none;
}

.btn-theme {
  border: 0px solid transparent;
  background:#033b4a;
  color: #FFFFFF;
  display: inline-block;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  padding:12px 15px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: 'all' '0.5s' ease-in-out;
  -moz-transition: 'all' '0.5s' ease-in-out;
  -o-transition: 'all' '0.5s' ease-in-out;
  transition: 'all' '0.5s' ease-in-out;
  margin-bottom: 0;
  letter-spacing: 0em;
  overflow: hidden;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  letter-spacing: 3px;
  border-bottom:3px solid #01d6a3;
}
.btn-theme:hover {
  border: 0px solid transparent;
  color: #FFFFFF;
  background: #01d6a3;
  border-bottom:3px solid #033b4a;
}
/*button End here*/

p,
li,
a,
button {
  font-size:16px;
  font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  margin: 0;
  letter-spacing: 0.3px;
}

ul {
  padding: 0;
  margin: 0;
}

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

a,
button {
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

input:focus, textarea:focus {
  outline: none;
}

.padding-fix {
  padding-left: 0;
  padding-right: 0;
}

.padding-fix-r {
  padding-right: 0;
}

.padding-fix-l {
  padding-left: 0;
}

.margin-fix {
  margin-left: 0;
  margin-right: 0;
}
.section {
    padding:40px 0;
}
.section-header{
    color:#fff;
    margin-bottom:40px;
    text-align:center;
}
.section-header .section-title{
    font-size: 42px;
	margin-top: 0;
	font-weight: 500;
	color: #0097bb;
	position: relative;
}
.section-header .section-title span{
    color:#3b4056;
}
.section-header .section-subtitle{
    margin-top:15px;
    color:#333;
    font-size:14px;
    font-weight:400
}
.section-header .lines{
    margin:auto;
    width:70px;
    position:relative;
    border-top:2px solid #346afe;
    margin-top:15px
}
.section-header .lines:before{
    position:absolute;
    content:"";
    display:inline-block;
    height:10px;
    width:10px;
    top:-10px;
    border:4px solid #fff;
    border-radius:50%;
    background:#4676fa;
    left:27px
}





.section-title, .section-title-s2, .section-title-s3 {
  margin-bottom:20px;
  margin-top: -5px;
}

.section-title > span, .section-title-s2 > span, .section-title-s3 > span {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
  color: #01d6a3;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .section-title > span, .section-title-s2 > span, .section-title-s3 > span {
    font-size: 17px;
    font-size: 1.13333rem;
  }
}

@media (max-width: 767px) {
  .section-title, .section-title-s2, .section-title-s3 {
    margin-bottom:10px;
  }
}

.section-title h2, .section-title-s2 h2, .section-title-s3 h2 {
  font-size: 42px;
  font-size: 2.8rem;
  font-weight: bold;
  margin: 0.23em 0 0.5em;
  position: relative;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .section-title h2, .section-title-s2 h2, .section-title-s3 h2 {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

@media (max-width: 767px) {
  .section-title h2, .section-title-s2 h2, .section-title-s3 h2 {
    font-size: 32px;
    font-size: 2.13333rem;
  }
}

.section-title p, .section-title-s2 p, .section-title-s3 p {
  color: #a7a5a5;
  margin: 0;
}

.section-title-s2 h2 {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0;
}

.section-title-s3 {
  text-align: center;
}



.header-section{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
}
.header-section.navbar-fixed-top{
    box-shadow: 5px -5px 5px 10px rgba(0, 0, 0, .10);
    position: fixed;
}
.header-section.navbar-fixed-top .top-header{
    display: none;
}
.header-height{ width: 100%; }
/*Top Header*/
.top-header{
    background-color:#033b4a;
	border-bottom:1px solid #eeeeee;
    padding: 10px 0;
}
.top-content-wrap ul li{
    margin-right: 10px;
    display: inline-block;
    font-size: 12px;
}
.top-content-wrap ul li a{
    display: inline-block;
    color:#fff;
}
.top-content-wrap ul li a:hover {
	color:#00a3c8;
}
.top-content-wrap ul li i{
    color:#fff;
    margin-right: 10px;
}
.top-content-wrap .right-info{
    text-align: right;
}
.top-content-wrap .right-info i{
    margin-right: -5px;
    color:#FFF;
    font-size: 12px;
	padding-right:5px;
}

/*Bottom Header */
.bottom-header {
    background-color: #fff;
    position: relative;
	padding: 7px 0;
}
.bottom-content-wrap{
    display: flex;
    align-items: center;
}
.bottom-header .default-btn{
    border-radius: 30px;
}
#mainmenu{
    display: inline-block;
    margin-right: 20px;
}
#mainmenu li{
    position: relative;
    padding-left: 20px;
    display: inline-block;
    text-align: left;
}
#mainmenu li a{
    color: #033b4a;
	padding: 30px 12px;
	position: relative;
	display: inline-block;
	font-family: "Barlow Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 600;
	text-transform: uppercase;
	transition: .3s ease-out all;
}
#mainmenu li a:hover{
    color: #01d6a3;
}
/*Dropdown */
#mainmenu li ul{
    background-color: #fff;
    width:250px;
    height: auto;
    position: absolute;
    left: 0;
    top: 140%;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 999;
}
#mainmenu li:hover > ul{
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 100%;
}
#mainmenu li ul li{
    border-bottom: 1px solid #eaeaea;
    display: block;
    position: relative;
}
#mainmenu li ul li:last-child{
    border: none;
}
#mainmenu li ul li a {
    line-height: 45px;
    display: block;
    padding: 0 15px;
    font-size: 15px;
    font-weight: 500;
    color:#333;
    -webkit-transition: color 0.3s ease 0s, padding 0.3s ease 0s;
    transition: color 0.3s ease 0s, padding 0.3s ease 0s;
}
#mainmenu li > ul > li:hover a{
    color: #ff8400;
}
#mainmenu li > ul ul{
    background-color: #fff;
    left: 200px;
}
#mainmenu li > ul li:hover > ul li a{
    color: #777;
}
#mainmenu li ul li:hover > ul{
    top: 0;
    opacity: 1;
    visibility: visible;
}
#mainmenu li > ul li:hover > ul li > a:hover{
    background-color: transparent;
    color: #fff;
}
#mainmenu li ul li li a:hover{
    color: #ffca3f !important;
}

/*Mobile Menu */
.slicknav_menu {
    background: none;
    padding: 4px 0;
    display:none;
    z-index: 999;
}
.slicknav_nav {
    background-color: #fff;
}
.js .slicknav_menu {
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.slicknav_btn{
   background-color: #033b4a;
   margin:25px 15px 25px;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav .slicknav_row, 
.slicknav_nav a,
.slicknav_nav a:hover{
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.slicknav_nav .slicknav_row, 
.slicknav_nav a {
    padding: 10px 15px;
    margin: 0;
    color: #3e3b3b;
}
.slicknav_nav a .caret{
    display: none;
}
.slicknav_nav ul{
    margin: 0;
}
.slicknav_nav ul li a{
    padding-left: 30px;
    font-size: 12px;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover{
    background-color: transparent;
    color: #0262a6;
}

.slicknav_nav li, .slicknav_nav ul {
    border-bottom: 1px solid #033b4a !important;

}
/* Slider CSS Start here */
.slider-content h4 {
    color:#01d6a3;
    font-family: "Montserrat",sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 50px;
    margin: 0;
    text-transform: uppercase;
}
.slider-content h1.title {
    color:#fff;
    font-family: "Montserrat",sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 35px;
}
.slider-content.slider-text-2 h1.title {
    margin-bottom: 20px;
}
.nivo_img_right .slider-img-1 img {
    margin-left: 2%;
    width: 60%;
}
.nivo_img_right .slider-img-2 img {
    margin-left: 17%;
    margin-top: 14%;
    width: 30%;
}
.slider-content h1.title span {
    color: #69B0E7;
}
.preview-2 .nivo-directionNav a.nivo-nextNav::after {
  right:20px;
  left: auto;
  
}
.slider-content p, .slider-content.slider-text-3 ul li {
    color:#fff;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 55px;
}
.slider-content.slider-text-3 ul {
    overflow: hidden;
    padding-bottom: 42px;
}
.slider-content.slider-text-3 ul li {
    margin-bottom: 0;
}
.slider-content.slider-text-3 ul li i{
    margin-right: 20px;
    color:#01d6a3;
    font-size: 10px;
}
.nivo_text {
    height: auto;
    position: absolute;
    text-align: center;
    top: 0;
}
.nivo-caption {
  top: 19%;
}
.home-two .nivo_text {
    left: 0;
    right: 0;
    text-align: center;
}
.nivo_img {
    height: auto;
    position: absolute;
    text-align: center;
}
.nivo_img .slider-content.slider-img-1 img {
    right: 0%;
    position: absolute;
    top: -46%;
}
.nivo_img .slider-content.slider-img-2 img {
    right: 20%;
    position: absolute;
    top: 17%;
}
.slider-content.slider-text-2 h1 span{
    color: #00a3c8;
}
.slider-button {
    border: 2px solid #033b4a;
    border-radius: 2px;
    color: #ffffff;
    display: block;
    font-family: "Montserrat",sans-serif;
    font-size:14px;
    margin-bottom: 80px;
    padding:17px 25px;
    text-transform: uppercase;
    background:#01d6a3;
    -webkit-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
}
.slider-button.see-plans{
    margin-left: 10px;
}
.home-three .slider-button.see-plans {
  margin-left: 30px;
}
.slider-button:hover {
    color:#01d6a3;
    background-color:#033b4a; 
    border: 2px solid #21b3d4;
} 
.nivo-controlNav {
    display: none;
}
/* Slider CSS End here */
/*Welcome Section Start here*/
.welcome-section {padding: 60px 0;}
.welcome-section h1 {
	font-family: "Oswald", sans-serif;
    font-size:36px;
    font-weight:600;
    font-style: normal;
    line-height: 1.5122em;
    text-decoration: none;
    text-transform: none;
	color:#0162a6;
	margin:0 0 20px 0;
	padding:0;
}
.welcome-section h2 {
	font-family: "Oswald", sans-serif;
    font-size:27px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5122em;
    text-decoration: none;
	color:#033b4a;
	text-transform:uppercase;
}
.welcome-content {
	margin-bottom:10px;
}
.welcome-content h3 {
	font-family: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: #26264b;
	font-size: 16px;
	line-height: 1.2;
	padding-bottom: 15px;
	font-weight: 900;
}
.welcome-content ul {
	margin:0;
	padding:0 0 40px;
}
.welcome-content ul li {
	list-style:none;
	position:relative;
	padding:5px 0;
}
.welcome-content ul li:before {
    content: "\f192";
    font-family: fontawesome;
    left: 0px;
    top: 0px;
    position:relative;
    color:#0162a6;
    padding-right: 10px;
}
.welcome-content p {
	line-height: 29px;
	margin-bottom: 20px;
}
.welcome-content p strong {
	color:#0162a6;
}
.welcome-section  .welcome-holder {
    position: relative;
    margin-top:45px;
    max-width:100%;
}
.welcome-section .welcome-holder:before {
    content: "";
	width: 100%;
	height: 100%;
	border: 12px solid #ff8500;
	position: absolute;
	right: -13px;
	top: 12px;
	z-index: -1;
}
.welcome-section .right-side {
	position: relative;
    margin-top:45px;
    max-width:100%;
}
.welcome-section .right-side .img-fluid {
	z-index: 999;
}
.welcome-section .right-side:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 12px solid #0162a6;
    position: absolute;
	right:0;
    left: -35px;
    top: -35px;
    z-index: 1;
}
.imgbox{border:none;}

.images-box {
	display: inline-block;
	position: relative;
	
}

.images-box-item {
	display: inline-block;
}

.images-box-item img {
	/*box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);*/
}

.images-box-item-left {
	position: absolute;
	left: 0;
	right: 35%;
	bottom: -20px;
	border-top: 20px solid #ffffff;
	border-bottom: 20px solid #ffffff;
	border-right: 20px solid #ffffff;
}

@media (min-width: 768px) {
	.images-box {
		text-align: right;
	}
	.images-box-item-left {
		position: absolute;
		left: -90px;
		right: auto;
		bottom: -30px;
		border-width: 30px;
	}
}

@media (min-width: 992px) {
	.images-box {
		padding-left: 15px;
	}
	.images-box-item-left {
		left: -20px;
	}
}

@media (min-width: 1200px) {
	.images-box {
		padding-left: 0;
	}
	.images-box-item-left {
		left: -120px;
	}
}

.img-separated {
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.img-separated:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
	width: 10px;
	background-color: #ffffff;
}

.img-round {
	position: relative;
	border-radius: 50%;
	overflow: hidden;
}
/*Welcome Section End here*/
/*Sub Banner Start Here*/
.page-title {
  padding:230px 0px 55px 0px;
  background: url("../img/inner-banner.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.page-title .block {
  text-align: center;
}
.page-title .block h1 {
  font-size: 2.5rem;
  color:#FFF;
  font-weight: 600;
}
.page-title .block ul li {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
.page-title .block ul li a {
  font-weight: 600;
  color: #fff;
}
.page-wrapper {
  padding: 70px 0;
}
.overly {
  position: relative;
}
.overly:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #1d192c;
  opacity: 0.8;
}
/*Sub Banner End Here*/
/*Product Section Come here*/
.product-section {
    background: url("../img/product-bg.jpg") no-repeat center top;
    background-size: cover;
}
.product-section .bion-300 {
    background:rgba(1, 214, 163, 0.85);
    padding: 4.25rem;
}
.product-section .bion-400 {
    background:rgb(3,59,74, 0.95);
    padding: 4.25rem;
}
.product-section ol {
	color: #FFF;
}
.product-section img,
.product-section h3,
.product-section p {
    color: #ffffff;
    padding-bottom: 1.5rem!important;
}
.product-section .btn-theme {
	background:#FFF;
	color: #083F4E;
}
.product-details {
	padding: 120px 0;
	position: relative;
}
.desktop-center-item {
  /*! display: -webkit-box; */
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
}
.product-details .product-info {
	padding: 20px 30px;
}
.product-details .product-info .product-title {
    margin-bottom:44px;
}
.product-details .product-info .product-title p {
    letter-spacing: 0.32px;
    color:#ED1C24;
	font-size: 18px;
	line-height: 30px;
	margin-top: 6px;
	margin-bottom:10px;
	font-weight: 700;
	text-decoration: underline;
}
.product-details .product-info .product-title .title {
    letter-spacing: 0.92px;
	color:#033B4A;
	opacity: 1;
	font-weight: 700;
	margin-bottom: 0;
	font-family: 'Poppins', sans-serif;
	text-transform: capitalize;
}
.product-details .product-info .product-title .title span {
	color:#01d6a3;
}
.product-details .product-info li {
	padding: 7px 0;
}
.product-details .product-info li i {
	color:#01d6a3;
}

/*Product Section End here*/
/*Clients SectionStart here*/
.clients-section {
	padding:60px 0;
}
.clients-section .client-list {
	padding:10px 0;
}
.clients-section .client-list ol {
	margin: 0;
	padding:10px 0 20px 15px;
}
.clients-section .client-list ol li {
	padding:7px 0;
}

.clients-section .client-img {
	position: relative;
}
.clients-section .client-img:before {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 500px;
    width: 400px;
    border: 20px solid #033b4a;
    content: "";
    transform: translateX(50px);
	z-index: -999;
}

/*Clients Section End here*/
/*Contact */
.contact-form {
	position: relative;
}

.contact-form input,
.contact-form textarea {
	font-size: 15px;
    height: 50px;
	padding-bottom: 10px;
	background: transparent;
    border: none;
    border-bottom: 1px solid #444;
	-webkit-border-radius: 0;
    		border-radius: 0;
    -webkit-box-shadow: none;
    		box-shadow: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
	border-bottom: 1px solid #fff;
	-webkit-box-shadow: none;
			box-shadow: none;
	background-color: transparent;
	-webkit-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
}

.contact-form textarea {
	height: 100px;
	margin: 50px 0;
}

/* Contact info */
.contact .info {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.box h4 {
    font-size: 27px;
	font-family: 'Poppins',sans-serif;
	margin-bottom: 20px;
	padding: 10px 0px 20px;
	text-transform: capitalize;
}

.contact .info:last-child {
	margin-bottom: 0;
}

.contact .contact-info .info i {
	display: inline-block;
	font-size: 20px;
	border-radius: 5px;
	color:#FFF;
	background:#033b4a;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.contact .contact-info .info .desc {
    display: inline-block;
    margin: 0px 10px 0;
}

.contact .contact-info .info .desc p {
    display: block;
    font-size: 15px;
	font-weight: 600;
    margin: 0 10px 0;
}

.contact .contact-info .info .desc span {
	display: block;
    font-size:16px;
    color: #ed1c24;
	margin: 0 10px 0;
}

/* Google Map */
.contact #map {
    width: 100%;
    height: 300px;
}

/* FirstFooter */
.first-footer {
	background-color:#01d6a3;
    padding:40px 0 28px;
}
.contact-intro {
	/*margin-bottom: 21px;*/
	overflow: hidden;
}
.contact-intro span {
	font-size: 26px;
	display: inline-block;
	padding-left: 1px;
	color: #fff;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	float: left;
	width: 60px;
	padding-right: 20px;
	text-align: center;
	padding-top: 3px;
}
.contact-intro span.fa-envelope {
	font-size: 18px;
}
.contact-intro .contact-detail {
	overflow: hidden;
	color: #fff;
}
.contact-intro .contact-detail h4 {
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 3px;
	font-weight: bold;
	color:#033b4a;
	text-transform:inherit;
}
.contact-intro .contact-detail div {
	font-size: 15px;
}
.contact-intro .contact-detail a {
	color: #033b4a
}
.contact-intro .contact-detail a:hover {
	color: #ed1c24;
}
/* Main Footer */
.main-footer{
	position:relative;
	padding:0px 0px 25px;
	background-color:#033b4a;
}
.main-footer.style-two::before{
	display:none;
}
.main-footer .content{
	position:relative;
	text-align:center;
}
.main-footer .content .logo{
	position:relative;
	
}
.main-footer .content .text{
	position:relative;
	font-size:16px;
	line-height:1.7em;
	max-width:480px;
	margin:0 auto;
	margin-top:25px;
	color:#FFF;
}
.main-footer .social-icons{
	position:relative;
	margin-top:45px;
}

.main-footer .social-icons li{
	position:relative;
	margin:0px 35px 10px;
	display:inline-block;
}

.main-footer .social-icons li a{
	position:relative;
	font-size:18px;
	color:#FFF;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-footer .social-icons li a:hover{
	color:#ffffff;
}

.main-footer .footer-nav{
	position:relative;
	padding:30px 0px;
	margin-top:50px;
	text-align:center;
	background-color:#012731;
}

.main-footer .footer-nav ul{
	position:relative;
}

.main-footer .footer-nav ul li{
	position:relative;
	margin:0px 18px;
	display:inline-block;
}

.main-footer .footer-nav ul li a{
	position:relative;
	color:#ffffff;
	font-size:16px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-footer .footer-nav ul li a:hover{
	color:#01d6a3;
}

.main-footer .footer-nav ul li:last-child a{
	color:#01d6a3;
}

.main-footer .footer-bottom{
	position:relative;
	padding:25px 0px 0px;
}

.main-footer .footer-bottom .copyright{
	position:relative;
	font-size:16px;
	color: #fff;
}
.main-footer .footer-bottom .copyright a {
	color:#01d6a3;
}
/*** 