@import 'https://fonts.googleapis.com/css?family=Roboto:300,400,500';
@import url('https://fonts.googleapis.com/css?family=Oswald:400,700');
@import url('https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.4.1/css/simple-line-icons.min.css');

html {
  color: #222222;
  font-size: 14px;
  line-height: 1.4;
}

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

::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;
}

body {
  font-size: 14px;
  color: #555555;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

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: 'Montserrat', sans-serif;
  margin: 0;
}
/*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:#0164a9;
  color: #FFFFFF;
  display: inline-block;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  padding: 14px 35px;
  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;
}
.btn-theme:hover {
  border: 0px solid transparent;
  color: #FFFFFF;
  background: #068eff;
}
/*button End here*/

p,
li,
a,
button {
  font-size: 14px;
  font-family:'Roboto', 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: 50px;
  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: #0b6b62;
  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: 40px;
  }
}

.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.5em;
}

.section-title-s2 h2:before {
  content: "";
  width:117px;
  height:20px;
  background:url(../img/welcome-border.png) no-repeat;
  position: absolute;
  left: 0;
  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:#0560a1;
	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;
}
.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: #03416e;
	font-weight: 500;
	padding: 30px 12px;
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
}
#mainmenu li a:hover{
    color: #0aa4e3;
}
/*Dropdown */
#mainmenu li ul{
    background-color: #fff;
    width: 200px;
    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: 12px;
    font-weight: 500;
    color: #777;
    -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: #0aa4e3;
}
#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: #0164a9;
   margin:15px 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 #0165a4 !important;

}
/* Slider CSS Start here */
.slider-content h4 {
    color:#068eff;
    font-family: "Montserrat",sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 50px;
    margin: 0;
    text-transform: uppercase;
}
.slider-content h1.title {
    color:#3b4056;
    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:#2e303e;
    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:#087892;
    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 #22728d;
    border-radius: 2px;
    color: #ffffff;
    display: block;
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    margin-bottom: 80px;
    padding: 10px 25px;
    text-transform: uppercase;
    background:#00a3c8;
    -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:#3b4056;
    background-color:#21b3d4; 
    border: 2px solid #21b3d4;
} 
.nivo-controlNav {
    display: none;
}
/* Slider CSS End here */
/*Welcome Section Start here*/
.welcome-section {}
.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: 2.750em;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5122em;
    text-decoration: none;
    text-transform: none;
	color:#0162a6;
	text-transform:uppercase;
}
.welcome-content {
	margin-bottom:10px;
}
.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:27px;
	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 #0162a6;
    position: absolute;
    right: -35px;
    top: -35px;
    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;
}


.project-section-bg {background:url(../img/project-section-bg.png) repeat;}

/*Welcome Section End here*/

/*Our Project Comes here*/
.our-project-section {
	background-color: #15264b;
	background-image: url(../img/project-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
	background-attachment:fixed;
}
.our-project-section:before {
    position: absolute;
    content: "";
    background-color:rgba(13, 30, 66, 0.94);
    top: 0;
    width: 100%;
    height: 100%;
}
.our-project-section .section-title-s3 {
	color:#FFF;
}
.our-project-section .section-title-s3 > span {
	color:#3DA7FF;
}

.project-wrapper {
  background: #fff none repeat scroll 0 0;
  overflow: hidden;
  padding: 20px;
  margin:15px;
}
.project-thumb {
	margin-bottom:10px;
}
.project-thumb img {
	width: 100%;
}
.project-title {
	display:inline-block;
	font-size:24px !important;
	font-weight:normal;
	line-height: 1.4;
	margin:0px 0 0px;
	padding: 0;
	text-align: left;
	color:#0a5990;
}
.project-content {
	margin:10px 0 10px 0;
}
.project-content p {
	color:#53565b;
}
.link-box a {
	color:#0661a0;
	font-weight: 600;
	position: relative;
}
.link-box a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    left: 0;
    top: 15px;
    background: #1b7f75;
    /*z-index: -1;*/
}

.link-box a:hover {
	color:#0661a0;
}

.our-project-slider .owl-nav button.owl-next, .our-project-slider .owl-nav button.owl-prev {
  position: absolute;
  bottom: 55px;
  font-size: 2.2rem;
  outline: none;
}
.our-project-slider .owl-nav button.owl-next {
  right: -55px;
}
.our-project-slider .owl-nav button.owl-prev {
  left: -55px;
}
.our-project-slider .owl-dots {
  text-align: center;
}
.our-project-slider .owl-dots button.owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #aaaaaa;
  outline: none;
  display: inline-block;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin: 0 3px;
}
.our-project-slider .owl-dots button.owl-dot.active {
  background: #0083ff;
}

@media all and (max-width: 1199px) {
.our-project-slider .owl-nav button.owl-next {
	right: -30px;
}
.our-project-slider .owl-nav button.owl-prev {
    left: -30px;
}
}
@media all and (max-width: 767px) {}
@media all and (max-width: 599px) {
.our-project-slider {padding-bottom:40px;}
.our-project-slider .owl-nav button.owl-next, .our-project-slider .owl-nav button.owl-prev {
  bottom: 0;
  left: 50%;
}
.our-project-slider .owl-nav button.owl-next {
  margin-left: 8px;
}
.our-project-slider .owl-nav button.owl-prev {
    margin-left: -30px;
}
.our-project-slider-bg:before {
    bottom: 155px;
  }
}
/*Our Project End here*/

/*Our Client Start Here*/
.client-section {
  padding: 70px 0 58px;
}
.client-section .section-title-s3 {
	color:#0162a6;
}
.client-section .grid {
  border: 1px solid #e8e8e8;
}
.client-section .grid img {
  width: auto;
}
/*Our Client End Here*/     
/*Inner Banner Start here*/
.inner-banner-section {
	/*background-image: url("../img/page_hd.jpg");*/
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom: 100px;
	padding-top: 90px;
	position: relative;
	background-size: cover;
	margin-top:130px;
}
.about-us {
	background-image:url(../img/about-us.jpg);
}
.inner-banner-section h1 {
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color:#fff;
}
.breadcrumb-list {
	text-align: center;
}
.breadcrumb-list li { 
	display:inline-block;
	position: relative;
	padding: 0px 14px;
}
.breadcrumb-list li a {
	font-weight: 600;
	text-transform: capitalize;
	color: #fff;
}
.breadcrumb-list li:last-child a {
  	color:#3DA7FF;
}
.breadcrumb-list li::before {
	content: "-";
 	position: absolute;
	right: -8px;font-size:16px;
	font-weight: 600;
	color:#fff;
}
.breadcrumb-list li:last-child::before {
	display:none;
}
.breadcrumb-list li:last-child::before {
  display: none;
}
.images-overlay {
   background-color:rgba(0, 0, 0, 0.60);
  height: 100%;
  position: absolute;  width: 100%;
  top: 0;

}
/*Inner Banner End here*/
/*Client logo Start Here*/

.clients-section {
	position:relative;
	padding:95px 0px 60px;
}
.clients-block {
	position:relative;
	margin-bottom:40px;
}
.clients-block .inner-box {
	position:relative;
	text-align:center;
	padding:5px;
	background-color:transparent;
	border: 1px solid #ddd;
}
.services-block-two .inner-box .icon-box{
	position:relative;
	color:#ffffff;
	font-size:54px;
	line-height:1em;
	margin-bottom:22px;
}
.services-block-two .inner-box h3{
	position:relative;
	font-size:20px;
	font-weight:500;
	margin-bottom:12px;
	color:#ffffff;
}
.services-block-two .inner-box h3 a{
	position:relative;
	color:#ffffff;
}
.services-block-two .inner-box .text{
	position:relative;
	color:#cdced3;
	font-size:15px;
	line-height:1.7em;
}
.services-block-two .inner-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	opacity:0;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	background-color:#ffffff;
}
.services-block-two .inner-box:hover .overlay-box{
	opacity:1;
}
.services-block-two .inner-box .overlay-box .overlay-inner{
	position:relative;
	padding:55px 15px 15px;
}
.services-block-two .inner-box .overlay-box .overlay-inner h4{
	position:relative;
	font-size:20px;
	font-weight:500;
	margin-bottom:6px;
	color:#242424;
}
.services-block-two .inner-box .overlay-box .overlay-inner h4 a{
	position:relative;
	color:#242424;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.services-block-two .inner-box .overlay-box .overlay-inner h4 a:hover{
	color:#3e44d4;
}
.services-block-two .inner-box .overlay-box .overlay-inner .overlay-text{
	position:relative;
	color:#797979;
	font-size:15px;
	margin-bottom:25px;
}
.services-block-two .inner-box .overlay-box .overlay-inner .read-more{
	position:relative;
	color:#3e44d4;
	font-size:16px;
	font-weight:500;
	text-decoration:underline;
}
/*Client logo End here*/
/*Contact */
.contact-section { }
.contact-section h2 {color:#0162a6;}
.contact-us {
    float: left;
    width: 100%;
}
.contact-title {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.contact-title > h3 {
    color: #262626;
    float: left;
    font-family: Barlow;
    font-size: 23px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
    width: 100%;
}
.contact-title > p {
    color: #666666;
    float: left;
    font-family: Barlow;
    font-size: 16px;
    line-height: 27px;
    margin: 9px 0 0;
    padding-right: 100px;
    width: 100%;
}
.contact-form {
    float: left;
    width: 100%;
}
.contact-form > form {
    float: left;
    width: 100%;
}
.contact-form > form .feild {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 0px;

    float: left;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}
.contact-form > form .feild input, .contact-form > form .feild textarea {
    background:#e7f6ff  none repeat scroll 0 0;
    border: medium none;
    float: left;
    height: auto;
    margin: 0;
    padding:18px 30px 19px 20px;
    width: 100%;
    font-size:14px;
    color:#353434;
	border-bottom:3px solid #0263a8;
	border-radius: 0;
}
.contact-form > form .feild > i {
    color:#edeff0;
    font-size: 15px;
    left: 25px;
    position: absolute;
    top: 20px;
}
.contact-form .btn-success {
	background: #0462a3;
	padding: 12px 18px;
	font-size: 18px;
	border: 1px solid #0362a8
}
.contact-form .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgb(46, 173, 216);
}
.contact-form .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color:#22728d;
    border-color:#22728d;
}
.contact-info-details {
    float: left;
    margin-top:35px;
    padding-left: 65px;
    position: relative;
    width: 100%;
}
.contact-info-details > i {
    background:#0263a8;
    border-radius: 50%;
    color: #ffffff;
    font-size: 16px;
    height: 50px;
    left: 0;
    line-height: 50px;
    margin-bottom: 20px;
    margin-right: 20px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
}
.contact-info-details p {
	margin-top:15px;
}
.contact-info-details > span {
	float: left;
	font-size: 18px;
	line-height: 47px;
	width: 100%;
}
.contact-info-details > span a{
	font-size: 18px;
	color:#555;
}
.contact-info-details > span a;hover {
	color:#2eadd8 !important;
	text-decoration:underline;
}

.map-section{
	background-image: url(../img/fargo-consultants-vertical-google-map.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
	min-height:730px;
	
}

.map-data{
	text-align:center;
	font-size:14px;
	font-weight:400;
	line-height:1.8em;
}

.map-data h6{
	font-size:16px;
	font-weight:700;
	text-align:center;
	margin-bottom:5px;
	color:#121212;
}

.map-canvas{
	height:460px;
}


/*Footer*/
footer.footer {
	background:#15264b none repeat scroll 0 0;	
}
.footer-sec {
	padding-top:50px;
	position: relative;
	padding-bottom: 50px;
}
.footer-sec h2 {
	color: #fff;
	margin-bottom: 20px;
	position: relative;
	font-size:24px;
}
.footer-sec p {
  color: #fff;
  text-align:justify;
  margin-bottom:15px;
}
.footer-wedget-one img {
	margin-bottom: 20px;
	margin-top: -30px;
}

.footer-wedget-one i:hover{background:#15264b;color:#fff;border-color:#15264b; transition: all 0.4s ease-in-out 0s;}
.footer-wedget-one ul {
  margin-top: 15px;
}
.footer-wedget-one form {
  background: #525459 none repeat scroll 0 0;
  margin-top: 35px;position:relative
}
.footer-wedget-one input[type="email"] {
background: #fff none repeat scroll 0 0;
border: 1px solid #fff;
color: #292929;
padding: 10px 58px 10px 10px;
text-transform: capitalize;
width: 100%;
}
.footer-wedget-one button {
background: #fab909 none repeat scroll 0 0;
color: #fff;
padding: 11px 20px;
position: absolute;
right: 0;top:0
}
.footer-wedget-one button i {
  border: none;
  margin-right: 0;
  color: #fff;
}
.footer-recent-inner .media {
	padding-bottom: 10px;
}
.footer-recent-inner .media:last-child{border-bottom:0;}
.footer-recent-inner {
	margin-bottom: 30px;
}
.footer-recent-inner-img {
	width: 58px;
	height: 60px;
}
.footer-recent-inner h2 {
	margin-bottom: 4px;
	padding-bottom: 0;
	text-transform: capitalize;
}
.footer-recent-inner h2 a {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}
.footer-recent-inner h2 a:hover{color:#ff9000;transition: all 0.5s ease-out 0s;}
.footer-recent-inner span {
	color: #f4f4f4;
	font-size: 14px;
	text-transform: capitalize;
}
.footer-wedget-three li i {
  display: inline-block;
  margin-right: 10px;
}
.ft-menu ul {
  padding: 0px 20px;
}
.ft-menu h2 {
  display: inline-block;
  text-align: left;
}
.footer-wedget-three li {
  color: #ccc;
  font-size: 14px;
padding:10px
}
.footer-wedget-two li {
  display: inline-block;
}
.footer-wedget-two li a {
	border: 1px solid #f4f4f4;
	color: #fff;
	display: inline-block;
	margin: 8px 8px 8px 0;
	padding: 8px 10px;
	text-transform: capitalize;
	transition: all 0.4s ease-in-out 0s;
	background: transparent;
	color: #f4f4f4;
}
.footer-wedget-two li a:hover{transition: all 0.4s ease-in-out 0s;background:#15264b;color:#fff;border-color:#15264b}
.footer-wedget-two li a i {
  margin-right: 10px;
}
.footer-widget-menu li:before{content: "\f101";
font-family: fontawesome;
left:0px;top:0px;
position: relative;color:#fff;padding-right:10px;}
.footer-widget-menu li{
	position:relative;
	list-style: none;
	padding-bottom: 10px;
	color:#FFF;
}
.footer-widget-menu li a {
  color: #f4f4f4;
  text-transform: capitalize;
  
  display: inline-block;
}
.footer-widget-menu li a:hover {
	color:#3DA7FF;
	transition: all 0.4s ease 0s;
}
.footer-bottom-sec {
	padding:25px 0;
	background:#011c3b;
}
.footer-social{text-align:right}
.footer-social ul li{display:inline-block;}
.footer-social ul li i {
color: #fff;
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%;background:#15264b;
}
.footer-social ul li i:hover{background:#15264b;}

.contact-info {}
.contact-info li {
    padding: 0;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
	color:#FFF;
	line-height:24px;
}
.contact-info li:before {
	display:none;
}
.contact-info li i {
    font-size: 14px;
    color: #3DA7FF;
    position: absolute;
    left: 0;
    top: 5px;
    z-index: 0;
}

.copy-right {
	margin-top: 8px;
}
.footer-bottom-sec p {
color: #f4f4f4;
margin: 0;
text-align: left;
}
.copy-right span,
.copy-right span a{
  color: #fab909;
}

.contact .content .info {
    margin-top:30px;
}
.contact .content .info:last-child {
	margin-bottom:45px;
}

.contact .content .info .icons {
    font-size: 30px;
    padding: 0;
    margin: 0;
    color: #555;
    margin-right: 20px;
}

.contact .content .info h4 {
    font-size: 13px;
    line-height: 1.4;
	color:#0162a6;
}

.contact .content .info h4 span {
    font-size:13px;
    /*font-weight: 300;*/
    color:#555;
}
.contact .content .info h4 span a {
	font-size:13px;
}

