body {
	font-family: 'karla',sans-serif;
	color: #000033;
	font-size: 14px;
	font-weight: 400;
	background: #fdfdfd;
	-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.2;
    text-transform: uppercase;
}
h1, .h1 {
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
}
h2, .h2 {
    font-size: 36px;
    font-weight: bold;
    color: #01396c;
}
h3, .h3 {
    font-size: 32px;
    font-weight: 700;
    color: #01396c;
}
h4, .h4 {
    font-size: 24px;
    color: #01396c;
}
h5, .h5 {
    font-size: 18px;
    color: #01396c;
}
h6, .h6 {
	font-size: 14px;
	font-weight: bold;
	color: #01396c;
	text-align: left;
}
.banner-text h1 {
    font-weight: 900;
    font-size: 50px;
}
p {
	font-size: 15px;
	line-height: 1.6;
	color: #8494a0;
	text-align: left;
}
a {
    text-decoration: none !important;;
}
a:hover {
    text-decoration: none !important;
}
img {
    max-width: 100%;
    height: auto;
}
ul, ol {
    padding-left: 0;
    margin-bottom: 0;
}
input, textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
#content {
    width: 100%;
    position: relative;
}
#wrapper {
    position: relative;
    width: 100%;
}

.btn {
    font-family: 'karla', sans-serif;
}
.btn-default {
    padding: 0 20px;
    display: block;
    text-align: left;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    border: 0 none;
    border-radius: 0;
    text-transform: uppercase;
}
input:focus, textarea:focus, button:focus {
    outline: none;
}
.center {
    text-align: center;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
*.clearfix {
    zoom: 1;
}
#cssmenu #menu-button {
    display: none;
}
figure {
	overflow: hidden;
	position: relative;
	background-color: #E8F3FF;
}
.paddr-10 {
    padding-right:10px !important;
    padding-left: 0 !important
}
.paddl-10 {
    padding-left:10px !important;
    padding-right: 0 !important;
}
.padd-0 {
    padding: 0;
}
.margb-10 {
    margin-bottom: 10px;
}
.margb-50 {
    margin-bottom: 50px;
}
.loader-block {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #055370;
    z-index: 999999;
}
.loader {
    height: 50px;
    width: 50px;
    -webkit-animation: loader-1 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
    animation: loader-1 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-1 {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes loader-1 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.loader::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: auto;
    margin: auto;
    width: 12px;
    height: 12px;
    background: #FFF;
    border-radius: 50%;
    -webkit-animation: loader-2 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
    animation: loader-2 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        -webkit-transform: translate3d(24px, 0, 0) scale(.5);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
    }
}
@keyframes loader-2 {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        transform: translate3d(24px, 0, 0) scale(.5);
    }
    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
}
.loader::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: auto;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    background: #FFF;
    border-radius: 50%;
    -webkit-animation: loader-3 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
    animation: loader-3 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-3 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        -webkit-transform: translate3d(-24px, 0, 0) scale(.5);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
    }
}
@keyframes loader-3 {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        transform: translate3d(-24px, 0, 0) scale(.5);
    }
    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
}
.loader-5 span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 50px;
    width: 50px;
}
.loader span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: 0;
    margin: auto;
    width:12px;
    height: 12px;
    background: #FFF;
    border-radius: 50%;
    -webkit-animation: loader-4 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
    animation: loader-4 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-4 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        -webkit-transform: translate3d(0, 24px, 0) scale(.5);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
    }
}
@keyframes loader-4 {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        transform: translate3d(0, 24px, 0) scale(.5);
    }
    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
}
.loader span::after {
    content: "";
    display: block;
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    background: #FFF;
    border-radius: 50%;
    -webkit-animation: loader-5 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
    animation: loader-5 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-5 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        -webkit-transform: translate3d(0, -24px, 0) scale(.5);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
    }
}
@keyframes loader-5 {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        transform: translate3d(0, -24px, 0) scale(.5);
    }
    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
}
.loader-center {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.zoom img {
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    height: 270px;
    width: 100%;
}
.banner {
    position: relative;
}
.about .banner-image {
    width: 100%;
    height: 298px;
    background-attachment: fixed;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.banner-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    right: 0;
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
    z-index: 999;
}
.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption {
    position: static !important;
    width:70%;
}
.tp-caption.medium_grey {
    background: none !important;
}
.banner-text h2 {
    font-weight: 900;
    letter-spacing: -0.9px;
    white-space: normal;
    color: #fff;
    font-size: 48px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.tp-leftarrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 5%;
}
.tp-rightarrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 5%;
}
.section {
    position: relative;
}
.services {
    padding-top: 71px;
    padding-bottom: 98px;
}
.services-link {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff !important;
    display: block;
    width: 174px;
    text-align: center;
    padding: 15px 0;
    transition: 1s all ease;
    -webkit-transition: 1s all ease;
    border: 1px solid transparent;
}
.services-link:hover, .homepage-3 .services-link:hover {
    color: #fff !important;
    border: 1px solid transparent;
}
.services-detail {
    margin: 100px 0;
}
.service-detail-text h5{
    font-size: 17px;
    font-weight: 700;
    margin-top: 50px;
}
.service-detail-text h4{
    font-size: 20px;
    font-weight: 700;
    margin: 40px 0 20px 0;
}

.service-detail-text ul{
    font-size: 15px;
    font-weight: 800;
    margin: 30px 0;
    list-style: none;
    line-height: 55px;
}
.service-detail-text .bullet-point {
    line-height: 1.6;
    list-style: disc;
    color: #01396c;
}
.service-detail-text .bullet-point li span{
   color:#8494a0;
}
.service-detail-text .bullet-point li:before{
    background-image: none !important;
    margin-right: 0;
    content: none;
}
.service-detail-text ul li:before{

    content: '';
    margin-right: 15px;
    display: inline-block;
    height: 30px;
    vertical-align: middle;
    width: 30px;
    background-size: 30px;
    background-image: url('../images/icons/bullet-point.svg');
}
.other-services{
     margin:0 0 100px 0;
 }
.other-service h3{
    position: relative;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 24px;
    transition: all 0.7s ease-in-out;
    padding: 50px 10px;
    margin: auto;
    text-align: center;
    box-shadow: 0 0 10px 2px rgba(212,222,229,0.5);
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
}
.other-service h3:hover{
    transition: all 0.7s ease-in-out;
    color: #fff;
    background-color: #055370;
}
.other-service {
    margin-bottom: 30px;

}
.other-service_img {
    background-repeat: no-repeat;
    background-size: cover;
}
.margin-b30 {
    margin-bottom: 30px;
}
.heading h2 {
    margin-bottom: 39px;
    padding-bottom: 13px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-weight: 900;
}
.heading h2:after, .heading h6:after {
    content: "";
    display: block;
    position: absolute;
    width: 34px;
    height: 1px;
    left: 0;
    bottom: 0;
}
.heading span {
    font-weight: bold;
    font-size: 14px;
    display: block;
    color: #6d7c88;
    text-transform: uppercase;
    letter-spacing: -0.1px;
}
#header {
    width: 100%;
}
body #header {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
body #header.fixed {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
}
body #header.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    background: #fff;
}
body #header.intelligent {
    position: static !important;
}
body #header.intelligent {
    position: fixed !important;
}
body #header.up {
    top: -162px;
    opacity: 0;
    visibility: hidden;
}
body #header.down {
    top: 0;
    opacity: 1;
    visibility: visible;
}
.top-m {
    margin-top: 179px !important;
}
body #header.fixed.intelligent.fix .main-header {
    position: relative;
}
.header {
    position: relative;
    z-index: 9999;
}
.primary-header {
    background: #eaedf0;
    position: relative;
}
.social {
    list-style-type: none;
    overflow: hidden;
    float: right;
    padding-left: 24px;
    font-size: 0;
}
.social li {
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #cdd4da;
    width: 51px;
    text-align: center;
}
.social a {
    display: block;
    padding: 12px 0;
    font-size: 18px;
    color: #8e9ba7;
    transition: 1s all ease;
    -webkit-transition: 1s all ease;
}
.social a:hover {
    color: #055370 !important;
}
.social::before {
    content: "";
    background: #ffffff;
    height: 102%;
    width: 1008%;
    position: absolute;
    right: -979.6%;
    top: 0;
}
.logo {
    display: block;
    margin-top: -9px;
}
.navigation {
    list-style-type: none;
    background: #314555;
    position: relative;
    margin-right: 27px;
    padding-left: 38px;
    width: 846px;
    float: right;
    margin-top: 24px;
    font-size: 0;
}
.navigation:after {
    content: "";
    background: #314555;
    display: block;
    width: 350%;
    height: 100%;
    right: -350%;
    top: 0;
    position: absolute;
}
.navigation > li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    border-left: 1px solid #405667;
    position: relative;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
}
.navigation > li:hover {
    background: #2a3b48;
}
.navigation li:first-child {
    border-left: 0;
}
.navigation li a {
    display: block;
    padding: 16px 24px 14px 22px;
    color: #fff;
    transition: 1s all ease;
    -webkit-transition: 1s all ease;
    outline: none;
    text-decoration: none;
    font-weight: 800;
}
.nav-icon {
    padding: 0 5px;
    display: none;
}
.nav-icon span {
    display: block;
    width: 20px;
    height: 2px;
    margin-top: 7px;
    background: #01396c;
}
.homepage .navigation {
    margin-top: 0;
    padding-left: 0;
    background: #2c3740;
    margin-right: 0;
    float: none;
    max-width: 850px;
}
.homepage .navigation > li:first-child::before {
    border-color: transparent #2c3740 #2c3740 transparent;
}
.homepage .navigation::after, .homepage .navigation::before {
    display: none;
}
.homepage .navigation li a:hover {
    background: #252d34;
    color: #fff;
}
.homepage .navigation li a {
    color: #8293a2;
    padding: 18px 23px;
    font-weight: 800;
}
.homepage .navigation li {
    border-left: 0;
}
.homepage .social {
    margin-left: 0;
    padding-right: 0;
    padding-left: 5px;
}
.homepage .social a {
    padding: 15px 18px;
    color: #606c75;
}
.homepage .primary-header {
    background: #2c3740;
}
.homepage .social li {
    border-left: 1px solid #3d4953;
}
.homepage .logo {
    margin-top: 6px;
}
.homepage .main-header {
    padding: 31px 0;
}
.homepage .social:before {
    display: none;
}
.slides-text h4 {
    font-weight: 900;
    margin-bottom: 17px;
    letter-spacing: -0.5px;
}
.slides-text h4 a {
    color: #2c3740;
    transition: 1s all ease;
    -webkit-transition: 1s all ease;
}
.slides-text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 70px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 23px;
    letter-spacing: 0.1px;
}
.slides-text {
    padding: 34px 23px 36px 34px;
    box-shadow: 0 0 6px 2px rgba(212,222,229,0.4);
    -webkit-box-shadow: 0 0 6px 2px rgba(212,222,229,0.4);
    border: 1px solid #d4dee5;
}
.slides-tab {
    padding-right: 20px;
    padding-bottom: 1px;
    margin-left: 1px;
    position: relative;
}
.services-slider .owl-item:nth-child(3n-1) .slides-tab {
    margin-left: 10px;
    padding-right: 10px;
}
.services-slider .owl-item:nth-child(3n) .slides-tab {
    margin-left: 21px;
    padding-right: 0;
}
.members {
    background: #f0f6fa;
    margin:25px 0;
}
.members-text{
    padding: 20px;
    border-top: 5px solid #055370;
}
.members-text h6{
    font-size: 18px;
    font-weight: 900;
    margin: 10px 0;
}
.members-text span{
    font-size: 14px;
}
.members-text p{
    margin-top: 20px;
    word-wrap: break-word;
}
.features {
    margin-top: 100px;
    margin-bottom: 100px;
}
.heading h3 {
    font-weight: 900;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
    text-transform: uppercase;
    margin-top: 9px;
    line-height: 1.3;
    letter-spacing: -0.9px;
}
.heading h3:after, .heading h5:after {
    content: "";
    width: 34px;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}
.features-text > p {
    letter-spacing: 0.1px;
    margin-bottom: 33px;
}
.tab-text {
    display: inline-block;
    vertical-align: middle;
    width: 220px;
    margin-left: 15px;
    margin-right: 15px;
}
.main-header .primary-header {
    background: transparent;
    text-align: right;
    font-size: 0;
}
.main-header .social::before {
    display: none;
}
.main-header .social {
    border-right: 1px solid #cddfe1;
    display: inline-block;
    float: none;
    margin: 0 30px 0 0;
    padding: 0 17px 0 0;
}
.main-header .social li {
    border: none;
    width: 43px;
}
.main-header .social a {
    padding: 10px 0;
}
.main-header .call {
    display: inline-block;
    float: none;
    font-family: 'karla', sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 12px 0 0;
    vertical-align: top;
}
.main-header .call > a {
    color: #01396c;
}
.main-header .call span {
    display: inline-block;
    margin-left: 11px;
}
.main-header .main-header {
    background: transparent;
}
.main-header .logo {
    margin-top: -18px;
    width: 130px;
}
.main-header .navigation::before, .main-header .navigation::after, .main-header .navigation > li:first-child::before {
    display: none;
}
.main-header .navigation {
    background: transparent;
    border-top: 2px solid #cddfe1;
    margin-right: 0;
    margin-top: 0;
    padding-left: 0;
}
.menu-active {
    border-bottom: 5px solid #055370 !important;
}
.menu-active a{
    color:#055370 !important;
}
.main-header .navigation li a:hover{
    color:#055370 !important;
}
.main-header .navigation > li {
    border: none;
}
.main-header nav {
    text-align: right;
}
.main-header .navigation > li:hover {
    background: transparent;
}
.main-header .navigation li a {
    color: #01396c;
    letter-spacing: 0.2px;
    min-width: 63px;
    padding:28px 20px 30px 20px;
}
.main-header .navigation > li > a:hover:after {
    opacity: 1;
}
.main-header .sub-menu a {
    color: #fff !important;
    padding: 10px 13px 10px 15px !important;
    text-align: center;
}
.main-header .sub-menu a {
    text-align: left;
}
.main-header #cssmenu > ul > li.has-sub > a::after {
    display: block;
}
hr {
    height: 2px;
    width: 60px;
    position: relative;
    background: #055370;
    border: 0;
    margin: 20px 0;
}
.features-tab {
    box-shadow: 0 0 10px 2px rgba(212,222,229,0.2);
    -webkit-box-shadow: 0 0 10px 2px rgba(212,222,229,0.2);
    border: 1px solid #d4dee5;
    margin-bottom: 34px;
    padding: 27px 0 13px 22px;
}
.svg-icons {
    width: 57px;
    height: 65px;
    margin-bottom: 10px;
}
.tab-text > h5 {
    font-weight: 800;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.about-us {
    background: #394650;
    padding: 80px 0 125px 89px;
}
blockquote footer::before, blockquote small::before, blockquote .small::before {
    content: "";
}
.contact-banner {
    padding: 30px 0 13px;
    background-color:#055370 !important;
}
.contact-banner h5 {
    text-transform: uppercase;
    color: #fff;
    margin-top: 2px;
    margin-bottom: 7px;
    font-weight: 800;
    letter-spacing: -0.5px;
}
.contact-banner p {
    color: #fff;
    letter-spacing: -0.4px;
}
.button {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    padding: 15px 0;
    text-align: center;
    background: #055370;
    display: block;
    transition: 1s all ease;
    -webkit-transition: 1s all ease;
    border: 1px solid transparent;
    font-weight: 800;
}
.contact-form_button {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    padding: 15px 0;
    text-align: center;
    width: 175px;
    margin: auto;
    display: block;
    transition: 1s all ease;
    -webkit-transition: 1s all ease;
    font-weight: 800;
    background: #055370;
    border: 1px solid transparent !important;
}
.contact-form_button:hover {
    color: #fff;
    background: #01396c;
    border: 1px solid transparent;
}
.contact-us_button{
    background-color:#fff;
    text-transform: uppercase;
    color:#01396c;
    font-size: 14px;
    width: 175px;
    margin: auto;
    padding: 15px 0;
    border:2px solid #fff;
    text-align: center;
    display: block;
    transition: 1s all ease;
    -webkit-transition: 1s all ease;
    font-weight: 800;
}
.contact-us_button:hover {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}
label {
    font-size: 16px;
    margin-bottom: 10px;
}
#form-note {
    display: none;
    margin-top: 20px;
}
.alert {
    margin-top: 20px;
    padding: 0 0 25px 0;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 14px;
}
input[type=text], input[type=password], input[type=email], input[type=number], input[type=tel], textarea {
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color:#01396c;
    padding: 0;
    height: 50px;
    transition: all 200ms ease;
    border-radius: 0;
    resize: none;
    border: 2px solid #bbbbbb;
}
input.false[type=text], input.false[type=password]:focus, input.false[type=email], input.false[type=number], input.false[type=tel], textarea.false {
    border-color: #fa4d5a;
}
.alert-confirm { color: #8fc236; }
.alert-error { color: #fa4d5a; }
.form-row.false label { color: #fa4d5a; }

.heading_h3 {
    font-weight: 900;
    position: relative;
    word-spacing:5px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    text-transform: uppercase;
    margin-top: 9px;
    text-align: center;
    line-height: 1.3;
    letter-spacing: -0.9px;
}
.testimonial-slider {
    background: #f0f6fa;
    padding: 60px 0;
}
.testimonial {
    text-align: center;
    height: auto !important;
}
.testimonial h3{
    text-align: center;
}
.testimonial p span{
    font-size: 17px;
    font-weight: 700;
    font-style: italic;
}
.lSSlideOuter .lSPager.lSpg>li a {
    background-color: #01396c !important;
}
.lSSlideOuter .lSPager.lSpg>li.active a, .lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: #055370 !important;
}
.slides-tab {
    height: 440px;
}
.homepage .banner-text h2 {
    font-size: 30px;
}
.tp-caption {
    white-space: normal;
}
.homepage .services-link {
    position: absolute;
    bottom: 39px;
    left: 34px;
    background: #055370 !important;
}

.solution h1 {
    font-size: 5em;
    font-weight: 900;
    margin-bottom: 26px;
}
.solution {
    padding: 43px 0 35px 37px;
}
.about-us_button {
    color: #fff;
    padding: 15px 0;
    text-align: center;
    background: #055370;
    display: block;
    transition: 1s all ease;
    -webkit-transition: 1s all ease;
    border: 1px solid transparent;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
    width: 174px;
    margin-top: 44px;
    margin-left: 5px;
}
.about-us_button:hover {
    color: #ffffff;
    background: #01396c;
}
.powerful-solution {
    padding: 86px 0 84px;
}
.powerful-solution p {
	letter-spacing: 0.1px;
	font-family: "Times New Roman", Times, serif;
	color: #000066;
}
.homepage .about-text .heading h2 {
    width: 100%;
    padding: 0 28px 15px;
}
.homepage .heading h2 {
    margin-bottom: 25px;
    margin-top: 7px;
    font-weight: 800;
    font-size: 32px;
    line-height: 1.3;
    width: 666px;
    letter-spacing: -0.9px;
    padding-bottom: 15px;
}
.homepage .heading span {
    letter-spacing: -0.3px;
}
.homepage .services {
    padding-bottom: 105px;
    padding-top: 92px;
    background: #f0f6fa;
}
.homepage .services .heading h2 {
    margin-top: 2px;
    letter-spacing: 1.5px;
    padding-bottom: 13px;
    margin-bottom: 39px;
}
.homepage .services .owl-pagination, .homepage .news .owl-pagination {
    margin: 16px 0;
}
.homepage .owl-page span {
    background: #6d7c88;
    border: 2px solid #6d7c88;
}
.homepage .owl-page.active span {
    border: 2px solid #055370;
}
.homepage .slides-text {
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 26px 22px 0 0;
    border: none;
}
.homepage .slides-text h4 {
	position: absolute;
	top: 35%;
	left: 0;
	font-size: 20px;
	background: #055370;
	padding: 14px 30px 14px 23px;
	margin-top: 40px;
	background-color: #000033;
}
.homepage .slides-text h4 a {
    color: #fff;
}
.about-us-page .navigation::before {
    border-width: 25px 20px;
}
.about-us-page .heading span {
    letter-spacing: -0.3px;
}
.common-page .heading h3 {
    margin-top: 2px;
    padding-bottom: 12px;
    margin-bottom: 25px;
}
.amazing-text p {
	letter-spacing: 0.1px;
	margin-bottom: 24px;
	color: #000000;
}
.about-us-page .features {
    padding-top: 91px;
}
.about-us-page .features .heading h3 {
    margin-top: 3px;
}
.about-us-page .features-tab {
    box-shadow: none;
    -webkit-box-shadow: none;
    margin-bottom: 46px;
    padding: 0 0 40px;
    border: none;
}
.about-us-page .tab-text {
    border-left: 1px solid #e0e6ec;
    margin-left: 15px;
    padding-bottom: 0;
    padding-left: 28px;
    padding-top: 1px;
    width: 82%;
}
.about-us-page .features-text > p {
    margin-bottom: 73px;
}
.about-us-page .tab-text > h5 {
    letter-spacing: -0.5px;
    margin-bottom: 10px;
}
.about-us-page .tab-text > p {
    letter-spacing: 0.1px;
}
.about-us-page .features {
    margin-bottom: 31px;
}
.team {
    padding-top: 30px;
    padding-bottom: 80px;
}
.service-page .services {
    padding-top: 75px;
    padding-bottom: 82px;
}
.service-page .heading span {
    letter-spacing: -0.3px;
}
.service-page .slides-text {
    padding: 34px 23px 43px 34px;
}
.service-page .heading h3 {
    margin-top: 0;
    margin-bottom: 32px;
    padding-bottom: 13px;
}
.service-category {
    clear: both;
}
.service-tab {
    float: left;
    position: relative;
    background: #f0f6fa;
    margin-bottom: 50px;
}
.service-page .service-text {
    padding: 47px 50px 42px 47px;
    text-align: center;
    background: #f0f4f7;
    min-height: 269px;
}
.service-text h5 {
    font-weight: 900;
    margin: 25px 0;
}
.service-text .services-link {
    width: 130px;
    margin: 0 auto 40px auto;
    padding: 13px 0;
}
.service-text p {
    margin: 0 20px 24px 20px;
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   max-height: 100px;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
}
.our-services {
    margin: 100px 0;
    overflow: hidden;
}
.services_button {
    color: #fff;
    padding: 15px 0;
    text-align: center;
    background: #055370;
    display: block;
    transition: 1s all ease;
    -webkit-transition: 1s all ease;
    border: 1px solid transparent;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
    width: 174px;
    margin-top: 44px;
    margin-left: 5px;
}
.services_button:hover {
    color: #ffffff;
    background: #01396c;
}
.banner-image-plane {
    width: 100%;
    height: 298px;
    background-attachment: fixed;
    background-size: cover;
}
.about_us {
    margin:50px 0;
}
input.error {
    border-color: #ff0000 !important;
}
#success {
    color: #3c763d;
    position: absolute;
    top: -48px;
    left: 15px;
    font-size: 20px;
}
.error-msg {
    float: right;
    color: #FF0004;
}
.contact-form {
    padding: 71px 0 108px;
}
.contact-form input {
    display: block;
    width: 100%;
    border: 1px solid #d3ddde;
    padding: 11px 0 12px 17px;
    font-size: 15px;
    margin-bottom: 9px;
}
.contact-name {
    text-transform: capitalize;
}
.contact-form textarea {
    border: 1px solid #d3ddde;
    font-size: 15px;
    height: 200px;
    padding: 9px 0 0 16px;
    resize: none;
    width: 100%;
    margin-bottom: 4px;
}
.common-page .contact-form .heading h3 {
    margin-bottom: 20px;
}
.bannercontainer {
    max-height: 520px !important;
}
.img-thumb {
    display: block;
    overflow: hidden;
}
.img-thumb:hover img, .img-thumb:focus img, .zoom:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    background-color: #000;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
.parallax {
    background-size: cover;
}
.float-right {
    float: right;
}
.footer {
    background: #394650;
    padding: 10px 0 30px 0;
}
.copyright {
    color: #8899a6;
    font-size: 15px;
    padding-top: 20px;
}
.copyright a {
    color: #fff;
}
