@charset "UTF-8";
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

@font-face {
    font-family: 'lane_-_narrowregular';
    src: url('../fonts/LANENAR-webfont.html');
    src: url('../fonts/LANENAR-webfontd41d.html?#iefix') format('embedded-opentype'),
    url('../fonts/LANENAR-webfont-2.html') format('woff2'),
    url('../fonts/LANENAR-webfont-3.html') format('woff'),
    url('../fonts/LANENAR-webfont-4.html') format('truetype'),
    url('../fonts/LANENAR-webfont-5.html#lane_-_narrowregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.wpcf7-recaptcha > div {
    margin: 0 auto;
}
.wpcf7-spinner{
	position:absolute
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
     font-family: 'Roboto', serif;
}
h1, h2, h3, h4, h5, h6 {
    clear: inherit;
}

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

a {
    text-decoration: none;
    outline: none !important;
}
.container-fluid {
    padding:0;
}
ul,ol{
    margin-left:0 !important; 
    margin-bottom: 10px !important;
}
/*home page*/
.marquee {
    width: 100%;
	line-height: 50px;
	color: white;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}
.marquee p {
    display: inline-block;
    padding-left: 100%;
    font-size : 17px;
    font-weight: 600;
    color : #676565;
    animation: marquee 30s linear infinite;
}
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}
.navbar-default .navbar-nav>li>a {
    color: #424242;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    padding: 15px 10px;
    
}
label .wpcf7-list-item-label{
    margin-right:20px;
}
label span.wpcf7-list-item{
    margin: 0 0 0 0em;
}
.navbar-default .navbar-nav>li{
    margin:0 5px;
}
input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control{
    line-height: 1.42857143;
}
.nav li{
    list-style:none;
    text-transform:uppercase;
}
.dropdown{
    position:relative;
}
.dropdown:after{
    content:"\f101";
    position:absolute;
    bottom:39%;
    right:0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.sub-menu{
    position: absolute;
    top: 95%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 100px;
    padding: 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: none;
}
.sub-menu.open{
    display:block;
}
.sub-menu > li > a {
    display: block;
    padding: 6px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
    background: #e51937;
    opacity: 0.8;
    text-transform:Capitalize;
}
.navbar-nav {
    float: right;
    margin: 40px 0 0 0 !important;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #e51937;
    background-color: transparent;
    font-weight: bold;
}

.logo {
    margin: 0px -15px 0px 0;
}

.navbar-default {
    background-color: #fff;
    border-color: transparent;
}
.banner-shadow {
    background-image: url(../img/banner-shadow/3.png);
    height: 623px;
    background-repeat: no-repeat;
    position: relative;
    width: 46%;
    float: right;
}
.caro-banner {
    position: absolute;
    width: 100%;
    overflow: hidden;
}

.banner-shadow h2 {
    color: #ffffff;
    font-size: 52px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 130px 0 0 49px;
}
.banner-shadow h3 {
    color: #ffffff;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 10px 0 0 0;
}

.banner-shadow h3 img {
  padding: 15px 0 0 0;
}

.banner-shadow ul li {
    color: #fff;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 25px 25px;
}
.banner-shadow ul {
    margin: 30px 0 0 0;
}

.get-text h3 {
    color: #ffffff;
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.get-text-1 h3 {
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #000000;
    background: #fff;
    padding: 8px;
    text-align: center;
    border-radius: 5px;
}
.get-text-1 h3:hover {
    color: #fff;
    background: #000;
}
.bac-quote {
    background: rgba(150,26,53,.8);
    position: relative;
    cursor: pointer;
}

.bac-quote:hover {
    background: rgba(60,71,112,.8);
}
.get-quote {
    margin: 20px 0;
}

.get-ins {
    background: #ebebeb;
}

.get-ins-text-up h3 {
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin: 70px 0 0 0;
}

.get-ins-text-up h4 {
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #2a568f;
    text-align: center;
    margin:10px 0 65px 0;
}
.get-ins-text-up.new h4 {
    margin: 0 0 15px 0;
}

.img-right-text-col {
    background: #fff;
}
.img-right-text-col:hover {
    /*background: rgba(150,26,53,.8);*/
}
.img-right .col-lg-6 {
    padding: 0;
}

.img-right-text h3 {
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #000;
    margin: 55px 0 30px 0;
    padding: 0 50px;
}

.img-right-text ul li {
    list-style-type: square;
    color: #e51937;
}

.img-right-text ul li span {
    color:#4f4f4f;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
}

.img-right-text ul  {
    padding: 0 0 0 65px;
}

.img-right-text a {
    color: #4f4f4f;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    padding: 0 0 0 49px;
}

.img-right-text a i {
    color: #e51937;
}

.a-pad {
    margin: 19px 0;
}

.img-r-1::after{
    content: url('../img/banner-shadow/2.png');
    position: relative;
    left:100px
}


.af-arrow::after{
    content: url('../img/banner-shadow/1.png');
    position: absolute;
    right: 0;
    z-index: 1;
    top: 40px;
}

.af-arrow-1::after{
    content: url('../img/banner-shadow/2.png');
    position: absolute;
    left: 0;
    z-index: 1;
    top: 40px;
}

.get-ins-text-main {
    margin: 0 0 100px 0;
}

.service-home {
    background-image: url(../img/services/1.jpg);
    /*height: 913px;*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

.services-up-home {
    margin: 100px 0 60px;
}
.services-down-home {
    margin-bottom: 60px;
}
.left-ser-text h4 {
    color: #e51937;
    margin: 0;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.left-ser-text h3 {
    color: #fff;
    margin: 3px 0;
    font-size: 48px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.left-ser-text h5 {
    margin: 3px 0;
    color: #1d65b5;
    font-size:20px;
}
.left-ser-text p {
    color: #fff;
    margin: 25px 0;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: justify;
}

.left-ser-text {
    position: absolute;
    top: 50px;
    left: 11%;
}

.right-ser-text h3 {
    color: #fff;
    margin: 3px 0;
    font-size: 48px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding: 0 20px;
}

.right-ser-text h5 {
    margin: 3px 0;
    color: #1d65b5;
    padding: 0 20px;
    font-size:20px;
}

.right-ser-text ul li {
    color: #e51937;
    margin: 25px 0;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    list-style-type: circle;
}

.right-ser-text ul li span {
    color: #fff;
}

.right-ser-text {
    margin: 81px 0px;
    padding: 0 100px;
}

.services-down-home h2 {
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.dwn-ser h4 {
    text-align: center;
    color: #fff;
    font-size: 36px;
    font-family: 'Roboto', sans-serif;
}

.dwn-ser h5 {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.ser-count {
    margin: 70px 0;
}
.owl-controls.clickable {
 position: absolute;
top:0;
bottom:0;
margin:auto;
height:30px;
left: 0;
display: block;
width: 100%;
}
.owl-next {
    float: right !important;
    background: #e51937;
    color: #fff;
    padding: 5px;
    border-radius: 3px;     margin-right: 5px;
}
.owl-prev{ 
    float:left !important;
    background: #e51937;
    color: #fff;
    padding: 5px;
    border-radius: 3px;     margin-left: 5px;
}
.owl-next.fa{}
.owl-prev.fa{}

.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer;
    display: inline-block;
}

.skyblue {
    background-image: url(../img/services/3.png);
    background-repeat: no-repeat;
}
.deepskyblue {
    background-image: url(../img/services/3.jpg);
    background-repeat: no-repeat;
}
.darkerskyblue {
    background-image: url(../img/services/3.png);
    background-repeat: no-repeat;
}
.caro-down .carousel-indicators {
	width: 100%;
	left: auto;
	bottom: 30px;
	right: 0;
}
.caro-down .carousel-control.right,
.caro-down .carousel-control.left {
    background-image: none;
}
.caro-down .carousel .item {
    min-height: 526px;
    height: 100%;
    width:100%;
}

.caro-down .carousel .icon-container {
    display: inline-block;
    font-size: 25px;
    line-height: 25px;
    padding: 1em;
    text-align: center;
    border-radius: 50%;
}

.caro-down {
    margin: 100px auto;
}
.caro-down.new {
    margin: 50px auto 100px;
}

.slide-text h4 {
    color: #ced7e1;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}

.slide-text h4 span {
    color: #fff;
    margin-top: 8px;
    display: block;
}
.slide-text h3 {
    color: #fff;
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    line-height: 60px;
    margin: 50px 0;
}

.a-pad-1 a {
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.a-pad-1 a i {
    color: #e51937;
}

.slide-text {
    margin: 50px 0;
    padding: 0 0 0 50px;
}

.partner h3 {
    color: #131313;
    font-size: 48px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

.partner h4 {
    color: #2a568f;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin: 3px 0 25px 0;
}

.footer-main {
    background-image: url(../img/footer/foot-gradient.png);
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-position: center top;
    min-height: 590px;
}

.p-caro .col-lg-2{
   padding: 0;
}

.p-caro-inner {
    margin: 0 0 90px 0;
}

.footer-main .row-ft {
    margin: 100px 0;
}

.foot-1 h3{
    color: #ddd;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin: 0 0 30px 0;
}

.foot-1 p {
    color: #dbdcdc;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    width: 80%;
}
.foot-1 p span{
    color: #dbdcdc;
    margin: 20px 0 70px 0;
}
.foot-1 ul {
    padding: 0;
}

.foot-1 ul li{
list-style: none;
    color:#dbdcdc;
    font-size: 12px;
    line-height: 45px;
}

.foot-1 ul li a{
    color:#dbdcdc;
    font-size: 12px;
    line-height: 45px;
}

.inp-f {
    padding: 7px 30px 7px 24px;
    margin: 40px 0px 21px;
}

.in-span {
    background: #af1c32;
    padding: 12px;
    color: #fff;
    text-align: center;
}

.footer-social i {
    font-size: 16px;
    color: #fff;
    margin: 0 30px 0 0;
}

.footer-social {
    margin: 40px 0;
}

.footer-copy p {
    float: right;
    color:#dbdcdc;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.row-ft .col-lg-3 {
    padding: 0 !important;
}

.footer-privacy a {
    color: #dbdcdc;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    margin: 0 5px 0 0;
    border-right: 1px solid #dbdcdc;
    padding: 0 10px 0 5px;
}

/*about*/

.about-banner {
    background-image: url(../img/about/1.jpg);
    background-repeat: no-repeat;
    min-height: 387px;
    background-size: cover;
}

.banner-inner-text h3 {
    color: #fff;
    font-size: 48px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin:0;
}

.banner-inner-text h4 {
    color: #ece8e9;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin:10px 0;
}

.banner-inner-text {
    float: right;
    position: relative;
    top: 230px;
}

.left-side-bar {
    margin: 80px 0 0 0;
}

.left-side-bar ul li {
    list-style: none;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    border-bottom: 1px solid #c9c9c9;
    padding: 15px 0;
    font-weight: 400;
    cursor: pointer;
}
.right-sidebar {
    margin: 80px 0 0 0;
}

.right-sidebar p{
    text-align: justify;
}

.abt-1 h4 {
    color: #fff;
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin:0;
    position: absolute;
    bottom: 0;
    padding: 10px 10px 10px 30px;
}

.abt-1 h3 {
    color: #000000;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
margin: 0;
}
.abt-1 h5 {
     color: #2a568f;
     font-size: 18px;
     font-family: 'Roboto', sans-serif;
     font-weight: 700;
    margin: 10px 0;
 }

.abt-1 p {
    color: #4e4e4e;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    margin: 15px 0;
    line-height: 25px;
}

.work-mission h3 {
    color: #000000;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin: 40px 0 0 0;
}

.work-mission p{
    color: #4e4e4e;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    margin: 15px 0;
    line-height: 25px;
}

.agent {
    background-image: url(../img/about/3.png);
    background-repeat: no-repeat;
    min-height: 317px;
    background-size: cover;
}

.agent h3 {
    color: #fff;
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin: 75px 0 0 0;
    text-align: center;
}
.agent h4 {
    color: #d6d5d5;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    margin: 30px  0;
    text-align: center;
}
.agent h5 {
    color: #000000;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    margin: 35px 0 0 0;
    text-align: center;
}

.agent h5 a {
    color: #000;
    background: #fff;
    padding: 11px 23px;
}

.agent h5 a:hover {
    color: #fff;
    background: #000;
    padding: 11px 23px;
}
.agent {
    margin: 80px 0;
}

.operation-abt h2 {
    color: #000000;
    font-size: 33px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin: 0 0 30px 0;
}

.op-1 p {
    color: #000;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    padding: 30px 18px;

}

.op-1 p strong {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.op-1 {
    background: #f0f0f0;
}

.price-abt h2 {
    color: #000000;
    font-size: 33px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.price-abt h3 {
    color: #000000;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin: 0 0 50px 0;
}

.prem-risk img {
    float: left;
    margin-right: 30px;
}

.tab-d .col-lg-6 {
    margin: 0 0 55px 0;
}

.prem-risk  a {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color: #4e4e4e;
    /*text-decoration: underline;*/
}

.p-price p {
    color: #4e4e4e;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    text-align: justify;
}

.about-our-team h4 {
    color: #000000;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin: 0 0 30px 0;
}

.about-our-team p {
    color: #4e4e4e;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    text-align: justify;
}

.p-caro-inner {
    margin: 50px 0 60px 0;
}

.slider-our h3 {
    color: #000000;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 30px 0 20px 0;
    text-align: center;
}

.slider-our h4 {
    color: #000000;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 0px 0 10px 0;
    text-align: center;
}

.slider-our p {
    color: #4e4e4e;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    text-align: justify;
    margin: 30px 0;
}

.slider-our img {
    margin: 0 auto;
}

.nav-earnest .active {
    color: #e51937 !important;
    font-weight: 700;
}

.product-banner {
    background-image: url(../img/product/1.jpg);
    background-repeat: no-repeat;
    min-height: 387px;
    background-size: cover;
}

.list-group-item-success {
    background-color: transparent;
}
a.list-group-item-success, button.list-group-item-success {
    color: #000000;
}

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
    color: #22508b;
    background-color: transparent;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: none;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border-bottom: 1px solid #c9c9c9;
    border-right: none;
    border-left: none;
    border-right-radius:0px;
    border-left-radius:0px;
    color: #000000;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.pr-leftsidebar .panel span {
    float: right;
}
.collapse-text {
    color: #424242;
    font-size: 14px;
    border-bottom: 1px dotted #c9c9c9;
}

.pr-first-text h3 {
    color: #000000;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.pr-first-text-right {
    float: right;
    padding-top: 25px;
}

.pr-first-text-right h5 {
    color: #000000;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    float: left;
}

.top-pr {
    border-bottom: 1px solid #d7d7d7;
    margin: 0 0 60px 0;
}

.tab-cnt-a-up h4 {
     color: #000;
     font-size: 24px;
     font-family: 'Roboto', sans-serif;
     font-weight: 700;
     margin: 0 0 5px 0;
 }

.tab-cnt-a-up h3 {
    color: #000;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin: 0 0 30px 0;
}

.tab-cnt-a-up p {
    color: #4e4e4e;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    line-height: 26px;
    text-align: justify;
    margin: 10px 0 10px 0;
}



.tab-cnt-a-up-1 h4 {
    color: #000;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 0 0 25px 0;
}

.tab-cnt-a-up-1 h3 {
    color: #000;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin: 0 0 30px 0;
}
.tab-cnt-a-up h5 {
    color: #26538d;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 30px 0 30px 0;
}

.tab-cnt-a-up-1 h5 {
    color: #26538d;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 30px 0 30px 0;
}
.tab-cnt-a-up-1 p {
    color: #4e4e4e;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    text-align: justify;
    margin: 30px 0 40px 0;
}

.tab-cnt-a-up-1 ul {
    list-style-type:square ;
    padding: 0 0 0 15px;
}

.tab-cnt-a-up-1 ul li {
    color: #e51937;
}

.tab-cnt-a-up-1 ul li span {
    color: #4e4e4e;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    text-align: justify;
    margin: 30px 0 30px 0;
}
.tab-cnt-a-up ul {
    padding: 0 0 0 15px;
}

.tab-cnt-a-up ul li {
    color: #4e4e4e;
    /*list-style-type: square;*/
}

.tab-cnt-a-up ul li span {
    color: #4e4e4e;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    text-align: justify;
    margin: 30px 0 30px 0;
}

.tab-cnt-a-up-2 h4 {
    color: #000;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin: 0 0 0 0;
    padding: 0 70px 0 0px;
}

.tab-cnt-a-up-2 p {
    color: #4e4e4e;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    margin: 15px 0 0 0;
}

.tab-cnt-a-up-2 {
    margin: 50px 0 70px 0;
}


/*news*/

.news-banner {
    background-image: url(../img/news/b.jpg);
    background-repeat: no-repeat;
    min-height: 392px;
    background-size: cover;
}

.news-main h3 {
    color: #000;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin: 0 0 10px 0;
}
.news-main ul {
    float: right;
}
.news-main ul li {
    list-style: none;
    float: left;
    color: #000000;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    cursor: pointer;
    margin-right:30px;
}

.news-main {
    margin: 70px 0 30px 0;
}

.br-news {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 40px;
}

.a-inews {
    position: relative;
    bottom: 56px;
    float: right;
    padding: 16px;
    background: rgb(229, 25, 55) none repeat scroll 0% 0%;
    font-size: 17px;
    color: rgb(255, 252, 253);
}

.news-text h4 {
    color: #000000;
    font-size: 26px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin: 30px 0;
}
.news-text p {
    color: #4e4e4e;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    line-height: 25px;
}
.news-text h5 {
    color: #014bac;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 30px 0 20px 0;
}

.a-tg {
    color: #000000;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    border: 1px solid #5e7a9f;
    border-radius: 3px;
    padding: 5px 10px;
    margin-right: 6px;
    float: left;
    margin-bottom: 10px;
}

.a-tg:hover {
    color: #fff;
    background: #000;
}

.news-text {
    border: 1px solid rgb(225, 225, 225);
    padding: 25px 20px;
    margin: 0px 0px 30px;
}

.load-more h3 {
    color: #424242;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    margin: 40px 0;
    text-align: center;
}
.post-date h5 {
    margin: 40px 0;
}
.post-date h5 a {
    color: #ffffff;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding: 10px 20px;
    background: #25528d;
}

.n-img {
    border: 1px solid #e1e1e1;
    padding: 10px;
}

.n-text h4 {
    color: #000;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.n-text p {
    color: #4e4e4e;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    line-height: 35px;
}

.inner-nws-text h3 {
    color: #000;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.inner-nws-text p {
    color: #4e4e4e;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    margin: 0 0 30px 0;
}

.inner-nws-text {
    margin: 40px 0;
}

/*career*/

.career-banner {
    background-image: url(../img/career/1.jpg);
    background-repeat: no-repeat;
    min-height: 396px;
    background-size: cover;
}
.career-main {
    margin: 70px 0;
}
.career-main h4 {
    color:#717171;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
}

.career-main h3 {
color: #113b57;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
}

.career-main p {
    color: #4e4e4e;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    line-height: 28px;
    margin: 0 0 20px 0;
}

.career-panel h2 {
    color: #000;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin: 0 0 40px 0;
    text-align: center;
}

.career-panel .panel-default>.panel-heading {
    color: #333;
    background-color: #ededed;
    border-color: #ededed;
}

.career-panel .panel-collapse {
    background-color: #ededed;
}

.panel-inner-c-text span {
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #fff;
    padding: 10px 15px;
    background: #e51937;
    position: absolute;
    left: 0;
    top: -10px;
}

.panel-inner-c-text h5 {
    color: #1f4e89;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 20px 0 20px 0;
}

.panel-inner-c-text h3 {
    color: #000;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin: 10px 0 20px 0;
}

.f-career {
    color: #20426c;
    float: right;
}

.qns-career h4 {
    color: #000000;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    margin: 20px 0;
}

.qns-career .checkbox label, .radio label {
    float: left;
    margin-right: 30px;
    color: #000000;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
.form-group label{
    margin-right:0;
}
.br-form {
    border-bottom: 1px dotted #d7d7d7;
}

/*testimonial*/

.testimonial-banner {
    background-image: url(../img/testimonial/1.jpg);
    background-repeat: no-repeat;
    min-height: 385px;
    background-size: cover;
}

.main-head-test h3 {
    color: #000000;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin: 70px 0 50px 0;
    text-align: center;
}

.test-row h5 {
    color: #113b57;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.img-testimonial {
    padding-left: 20px;
}

.test-row span img {
    float: left;
    margin-right: 15px;
}

.test-row span p {
    color: #393439;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    padding: 13px 0 0 0;
    font-style: italic;
}

.test-row  p{
    color: #393439;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    line-height: 30px;
    margin: 0px 0 30px 0;
}

.test-row .col-lg-2 {
    border-right:1px solid #e1e1e1;
}

.test-row {
    border-bottom: 1px solid #e1e1e1;
    margin: 40px 0;
}

.test-row .col-lg-10 {
    padding-left: 30px;
}

/*partner*/

.partner-banner {
    background-image: url(../img/partners/b.jpg);
    background-repeat: no-repeat;
    min-height: 385px;
    background-size: cover;
}

.part-main-head h3 {
    color: #000000;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin: 70px 0 30px 0;
    text-align: center;
}

.part-main-head p {
    color: #4e4e4e;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
text-align: center;
}

.part-main-head h4 {
    color: #000000;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin: 30px 0 30px 0;
    text-align: center;
}

.partner-tab .row {

    margin: 30px 0 40px 0;
}

.partner-tab {
    padding: 25px;
    background: #ebebeb;
    margin-bottom: 70px;
}

/*contact*/

.contact-banner {
    background-image: url(../img/contact/1.jpg);
    background-repeat: no-repeat;
    min-height: 385px;
    background-size: cover;
}

.client-text h2 {
    color: #000000;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin: 70px 0 30px 0;
    text-align: center;
}

.cnt-text-p {
    color: #4e4e4e;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    text-align: center;
}

.contact-inner-head h4 {
    color: #000000;
    font-size: 26px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin: 30px 0 30px 0;
    text-align: center;
}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #efefef;
    background-image: none;
    border: 0px solid #ccc !important;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 30px;
}

textarea.form-control {
    height: 150px;
    padding: 50px;
}
.form-group h6 {
    text-align: center;
}
.btn-sub,input[type="submit"] {
     background: #d80034;
     color: #fff !important;
     font-size: 15px;
     padding: 10px 30px;
     border-radius: 0px;
     transition: all .3s ease-in-out;
 }

.btn-sub:hover, .btn-sub:active, .btn-sub:focus{
    background: #7c7c7d!important;
    color: #fff!important;
    /*border: none!important;*/
    outline: none!important;
}
.banner-contact-inner {
    margin: 30px 0 50px 0;
}
.banner-contact-inner {
    background-image: url(../img/contact/2.jpg);
    background-repeat: no-repeat;
    min-height: 487px;
    background-size: cover;
}

.mngment h3 {
    color: #000000;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin: 30px 0 60px 0;
    text-align: center;
}

.inner-cnt h4 {
    color: #fff;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin: 0 0 30px 0;
}

.inner-cnt h5 {
color: #e9e9e9;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.inner-cnt h6 {
color:#e9e9e9;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin: 40px 0 0 0;
}

.inner-cnt p {
color:#e9e9e9;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    width: 75%;
}

.inner-cnt img {
    float: left;
    margin-right: 25px;
    margin-bottom: 30px;
}

.inner-cnt span {
    color: #e9e9e9;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    line-height: 55px;
}

.inner-cnt {
    margin: 80px 0;
}

.pad-cnt {
    padding-left: 60px;
}

.inner-cnt p::after {
    content: url("../img/contact/4.png");
    position: absolute;
    right: 70px;
    top: 70px;
}

/*claims*/

.claims-banner {
    background-image: url(../img/claim/1.jpg);
    background-repeat: no-repeat;
    min-height: 392px;
    background-size: cover;
}

.complaints-banner {
    background-image: url(../img/claim/suggestions.jpg);
    background-repeat: no-repeat;
    min-height: 392px;
    background-size: cover;
}

.vat-banner {
    background-image: url(../img/claim/vat.jpg);
    background-repeat: no-repeat;
    min-height: 392px;
    background-size: cover;
}

.claim-panel {
    margin: 40px 0;
}

.active-1 {
    color: #22508b !important;
}

.right-claim-text h4 {
    color:#717171;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin: 0px 0 0 0;
}

.right-claim-text h3 {
    color:#000;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin: 5px 0 0px 0;
}

.right-claim-text p {
    color: #4e4e4e;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    margin: 27px 0;
    text-align: justify;
}
.inner-tab-claim p {
    color: #4e4e4e;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    text-align: justify;

}

.inner-tab-claim img {
/*float: left;*/
    /*margin-right: 25px;*/
}
.m-1-ins {
    color: #717171 !important;
    font-size: 18px !important;
}

.svr-abt {
    margin: 20px 0;
}


/* carousel */
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    text-align:center;
}
/* indicator position */
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px;
}
/* indicator color */
#quote-carousel .carousel-indicators li {
    background: #c0c0c0;
}
/* active indicator */
#quote-carousel .carousel-indicators .active {
    background: #d7d7d7;
    height:10px;
    width:10px;
    margin-bottom:1px;
    border: 1px solid #000;
}

.slider-testimonial p {
    color: #4e4e4e;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    font-style: italic;
    text-align: left;
    border: 1px solid #d7d7d7;
    padding: 50px 20px;
}

.slider-testimonial span::after {
    content: url("../img/about/18.png");
    position: absolute;
    top:0px;
    left: 45px;

}

.slider-testimonial span {
    margin: 1px;
}
.slider-testimonial p::before {
    content: url("../img/about/19.png");
    position: absolute;
    bottom:102px;
    left: 45px;
}
.img-test-dwn-img
{
	max-width: 80%;	
}

.img-test-dwn h5 {
    color:#000;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin: 10px 0;
}

.img-test-dwn h6 {
    color:#000;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.img-test-dwn {
    margin: 20px 0;
}

.slider-testimonial {
    padding: 0 0 0 10px;
}

.pageMenu .active.changed:after {
    /* this selector is more specific, so it takes precedence over the other :after */
    border-top-width: 22px;
    border-left-width: 22px;
    border-right-width: 22px;
}

.left-side-bar ul li span {
 margin-left: 20px;
}

a.list-group-item:active,button.list-group-item:active {
    color: #424242;
    text-decoration: none;
    background-color: transparent;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}


.act-2 {
    color: #22508b;
}
/*privacy*/
.privacy-banner {
    background-image: url(../img/privacy/1.jpg);
    background-repeat: no-repeat;
    min-height: 227px;
    background-size: cover;
}

.banner-inner-text-2 h3 {
    color: #fff;
    font-size: 36px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin:0;
}

.banner-inner-text-2 {
    float: right;
    position: relative;
    top: 90px;
}

.banner-inner-text-1 span {
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;

}
.banner-inner-text-1 {
    position: relative;
    top: 80px;
}
.banner-inner-text-1 span i {
    margin-right: 10px;
}

.privacy-main h3 span img {
    float: left;
    margin:0 20px 30px 0;
}

.privacy-main h3 {
    color: #000;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin:0 0 30px 0;
}

.privacy-main p {
    color: #4e4e4e;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    text-align: justify;
}

.privacy-main ul li {
    list-style-type: circle;
    color: #22508b;
    font-size: 16px;
}

.privacy-main ul {
    padding: 0 0 0 15px;
}

.privacy-main ul li span {
    color: #4e4e4e;
    /*text-decoration: underline;*/
    line-height: 30px;
}

.privacy-main h4 {
    color: #22508b;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin:30px 0 30px 0;
}

.privacy-main {
    margin: 60px 0;
}

.privacy-main h5 {
    color: #000;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin:30px 0 30px 0;
}

.privacy-main h5 span {
    color: #e51937;
}

.sub-menu {
    position: absolute;
    top: 93%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 100px;
    padding: 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: none;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #555;
    background-color: transparent;
}

/*.sub-menu > li > a {*/
/*    display: block;*/
/*    padding: 6px 20px;*/
/*    clear: both;*/
/*    font-weight: 400;*/
/*    line-height: 1.42857143;*/
/*    color: #fff;*/
/*    white-space: nowrap;*/
/*    background: #e51937;*/
/*    opacity: 0.8;*/
/*}*/

.sub-menu > li > a:focus, .sub-menu > li > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #22508b;
}

.right-claim-text img {
    float: left;
    margin-right: 30px;
}

.inner-tab-claim video {
    width:307px;
    height:193px;
    background:transparent url('../img/claim/3.jpg') no-repeat 0 0;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
}

.inner-tab-claim a {
    position: absolute;
    left: 146px;
    top: 50px;
}


/*.a-inews-view {*/
    /*display: none;*/
    /*width: 10%;*/
/*}*/

/*.a-inews:hover + .a-inews-view{*/
    /*display:block;*/
/*}*/

/*.a-inews:hover {*/
    /*color: #e51937;*/
/*}*/

/*.a-inews-view:hover {*/
    /*color: #fff;*/
/*}*/

.im-li-a {
    padding: 0 !important;
}

.Flexible-container {
    position: relative;
    padding-bottom: 5%;
    /*padding-top: 30px;*/
    height: 1%;
    overflow: hidden;
}

.Flexible-container iframe,
.Flexible-container object,
.Flexible-container embed {
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
}



.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}


#scroll {
    position:fixed;
    right:10px;
    bottom:40px;
    cursor:pointer;
    width:90px;
    height:80px;
    display:none;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    /*background-color:#e74c3c;*/
    /*opacity:1;filter:"alpha(opacity=100)";*/
    /*-ms-filter:"alpha(opacity=100)";*/
}
.pr-banner-text h3 {
    color: #fff;
    font-size: 48px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin: 0;
    position: absolute;
    bottom: 40px;
    right: 0;
}

.pr-banner-text {
    position: relative;
}

.pr-slr {
    margin: 0 0 0px 0;
}

.foot-1 span i {
    margin: 0 10px 0 0;
}
.foot-1 span.in-span i {
    margin: 0 5px;
}


.dna-tes-text
{
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-right : 50px;
}
.dna-tes-text p
{
	line-height: 30px;
	font-style: italic;
}
.dna-img
{
	margin: 30px auto;
}
.caro-down .item
{
	text-align: left;
}
.dna-carl
{
    padding: 0;
    border: 2px solid #fff;
    margin: 50px 40px;	
}
.dna-top-cal
{
	text-align: right;
	margin-top: 10px;
	margin-bottom: -36px;
	padding-right: 37px;	
	position: relative;
	z-index: 100;	
}
.dna-top-cal a
{
	display: inline-block;
}
#whyEarnest .dna-tes-text {
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
}
#whyEarnest .dna-tes-text li {
    padding: 0 0 5px 0;
}
.colgallery {
    position: relative;
    z-index: 0;
}
.postxt {
    width: 100%;
    height: auto;
    padding: 15px 35px;
    text-align: left;
    color: #fff;
    position: absolute;
    z-index: 500;
    width: 100%;
    top: 15px;
    left: 0;
    background: rgba(0,0,0,0.3);
    margin: 0;
}
.mahsec .img-right {
    display: flex;
    align-items: center;
}
.mahsec .img-right-text ul {
    padding: 0 65px 0 15px;
}
.mahsec .img-right-text ul li {
    list-style-position: inside;
    /*direction: rtl; */
    text-align: left;
}
.mahsec .a-pad {
    text-align: right;
    padding: 0 65px 0 0;
}
.moblinks {
    background: #ddd;
    color: #fff;
    display: none;
    text-align: center;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 5000;
    width: 100%;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}
.moblinks > li {
    width: 100%;
}
.moblinks > li > a {
    display: block;
    padding: 5px 15px;
    height: 45px;
    transition: all .3s ease-in-out;
}
.moblinks > li > a:hover {
    background-color: #ccc;
}
.moblinks > li > a:active {
    background-color: inherit;
}
.ic-telph {
    background: url(../img/ic-callin.png) center center no-repeat;
}
.ic-emailnk {
    background: url(../img/ic-emailin.png) center center no-repeat;
}
.ic-whatsapp {
    background: url(../img/ic-whatsapp.png) center center no-repeat;
}
.celberate {
    position: absolute;
    z-index: 0;
    left: 15px;
    top: 15px;
    z-index: 500;
    max-width: 150px;
}
.celberate img {
    max-width: 100%;
}
.deepskyblue {
    background-size: cover;
}
/*New css apR5*/
.logoorse {
    position: relative;
    z-index: 0;
    padding: 0 0 0 105px;
    margin: 30px auto 0;
    max-width: 225px;
    min-height: 115px;
}
.logo15yrs {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0px;
    width: 110px;
    height: auto;
}
.posinkse {
    position: relative;
    z-index: 0;
    left: 0;
    top: 4px;
    display: block;
    margin: 0;
    font-weight: 600;
    font-style: italic;
}
.posinkse.middle {
    left: 18px;
    margin: 20px 0px;
}
.centerbox {
    text-align: center;
}
.centerbox p {
    margin: 0;
    padding: 10px 0;
}
.txtright {
    text-align: right;
}
.reviebx {
    padding: 20px 0 0;
}
.reviebx .btn {
    margin-top: 25px;
    font-style: italic;
    margin-bottom: 5px;
}
#partnerOwl {
    padding-top: 40px;
}
#partnerOwl .owl-item > div {
    text-align: center;
    padding: 0 15px;
}
.celbtagline {
    float: right;
}
.txtbig {
    font-size: 30px;
    font-style: normal;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 700;
}

#partnerOwl {
    padding: 0 30px;
    margin-top: 30px;
}
#partnerOwl .slick-slide {
    text-align: center;
}
#partnerOwl .slick-slide img {
    margin: 0 auto;
}
#partnerOwl .slick-arrow {
    position: absolute;
    z-index: 5;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    background: #e51937;
    border-radius: 6px;
    text-align: center;
    line-height: 30px;
    display: block;
    color: #fff;
    cursor: pointer;
}
.arleft {
    left: 10px;
}
.aright {
    right: 10px;
}

#whyEearnest {
    background: url(../img/services/3.jpg) left top no-repeat;
    height: 528px;
    position: relative;
    z-index: 0;
}
.whyboxin {
    width: 100%;
    max-width: 58%;
    float: right;
    padding: 40px 30px 15px;
    font-size: 16px;
    color: #fff;
    font-style: italic;
}
.whbxtitle {
    color: #fff;
    font-size: 40px;
    line-height: 1.5!important;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    line-height: 60px;
    margin: 0 0 20px;
    font-style: normal;
}
.whydescpin {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    font-style: italic;
    padding: 15px 0 0;
}
.whydescpin p {
    margin: 0;
    padding: 0 0 15px 0;
}
#whyCarousel {
    position: static;
}
#whyCarousel .slick-dots {
    position: absolute;
    z-index: 0;
    width: 100%;
    bottom: 40px;
    left: 0;
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
#whyCarousel .slick-dots > li {
    display: inline-block;
    width: 18px;
    text-align: center;
}
#whyCarousel .slick-dots > li > button {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    background: transparent;
    text-indent: -9999px;
    border-radius: 100%;
    padding: 0;
}
#whyCarousel .slick-dots > li.slick-active > button {
    background: #fff;
    width: 12px;
    height: 12px;
    position: relative;
    z-index: 0;
    top: -1px;
}
.adnfkx {
    font-style: italic;
}
.fncylabel {
    padding: 7px 0 10px 0;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.slick-slide {
    outline: none !important;
}
.spcbtn {
    margin-top: 16px;
    margin-bottom: 17px;
}
.marquee p {
    margin-bottom: 0;
}
.common-form .form-control{
    border: 1px solid #ccc !important;
    background-color: #ffffff; 
    padding:8px !important;
    margin-bottom:0;
}
.common-form .form-group{
    margin-bottom:35px;
}
.common-form input.form-control{
    height:42px;
}
.common-form textarea.form-control{
    height:80px;
}
.common-form select.form-control{
    height:42px;
}
.common-form .form-group input[type=checkbox],.common-form .form-group input[type=radio]{
    margin-right:8px;
}
.common-form .form-group span a{
        color: #d80034; 
}
.common-form .terms-cont h4{
    font-weight:bold;
}
.form-grid-wrapper {
    border: 1px solid #e4e4e4;
    padding: 20px;
    position: relative;
    padding-bottom: 0;
    padding-top: 30px;
    margin-bottom: 40px;
    background-color: #fbfbfb;
    border-radius: 5px;
}
.form-grid-wrapper:last-child{
    margin-bottom:0;
}
.common-form h3 {
    color: #e51937;
    margin: 0; 
    display: inline-block;
    background-color: white;
    font-size: 20px; 
}
.form-header {
    position: absolute;
    top: -12px;
}
.wpcf7-not-valid-tip { 
    font-size: 13px; 
    position: absolute;
    line-height: 1;
}
@media only screen and (max-width: 1300px) {
    .logo {
        display: block;
        max-width: 180px;
    }
    .navbar-nav > li {
        margin: 0;
    }
    .navbar-default .navbar-nav > li > a {
        padding: 15px 10px;
    }
}
@media only screen and (max-width: 1199px) {
    #whyEearnest {
        background-position: left -80px top; 
    }
    .navbar-nav {
        margin-top: 0;
    }
}

@media (max-width: 1024px)
{
	.slide-text h4
	{
		font-size: 12px;
	}
	.slide-text h4 span
	{
		font-size: 14px
	}	
    .mahsec .img-right-text ul {
        padding: 0 25px 0 15px;
    }
    .mahsec .a-pad {
        padding: 0 25px 0 0;
    }
}
@media only screen and (max-width: 991px) {
    #whyEearnest {
        background-size: auto 100%;
        height: 554px;
        padding: 200px 0 0;
    }
    .whyboxin {
        max-width: 100%;
        text-align: center;
        padding: 0 15px 20px;
    }
    .whbxtitle {
        color: #333;
        font-size: 24px;
    }
    .whydescpin {
        color: #e51937;
        padding-bottom: 60px;
    }
    .whydescpin ul {
        display: inline-block;
        text-align: left;
    }
    #whyCarousel .slick-dots {
        bottom: 20px;
    }
}
@media (max-width: 767px)
{
	.slide-text
	{
		text-align: center;
		padding: 20px 10px !important;
	}
	.img-test-dwn-img
	{
		margin: 0 auto;
	}
	.dna-tes-text
	{
		padding: 10px;
	}
	.caro-down
	{
		margin-top: 0;
		margin-bottom: 0;
	}
	.dna-carl
	{
	    margin: 0;	
	    border: none;
	}
	.dna-top-cal
	{
		padding-right: 15px;
	}
    .moblinks {
        display: flex;
    }
    .get-ins-text-up.new {
        padding-top: 30px;
    }	
	.celberate {
        max-width: 100px;
    }
    .caro-down.new {
        margin-bottom: 0;
    }
    .logo {
        max-width: 230px;
    }
}
@media (max-width: 600px) {
    .mahsec .img-right {
        flex-wrap: wrap;
    }
        .pr-banner-text {
        position: unset;
    }

    .pr-banner-text h3 {
        left: 5px;
    }
    
    .revmob .img-right {
        display: flex;
        flex-direction: column-reverse;
    }
    .mahsec .img-right {
        flex-wrap: wrap;
    }
    .mahsec .img-right .col-lg-6 {
        width: 100%;
    }
    .celberate {
        max-width: 70px;
    }
    .carousel-inner.c .item > img {
        min-height: 30px;
        max-width: unset;
        float: left;
        height: 150px;
        margin-left: -40%;
    }
    .tab-cnt-a-up {
        position: relative;
        z-index: 0;
        padding: 30px 0 0;
        text-align: center!important;
    }
    .zoomIn-1{
        padding: 0px 0 0 !important;
    }
    .tab-cnt-a-up .celbtagline {
        font-size: 14px;
        font-weight: 400;
        font-style: italic;
        position: absolute;
        z-index: 0;
        width: 100%;
        top: 0;
        left: 0;
        text-align: center;
    }
    /*#whyEearnest {
        height: auto;
        background-position: left 20% top;
        padding-top: 270px;
    }*/
    .whyboxin {
        padding-top: 15px;
    }
    .whydescpin {
        line-height: 1.2;
    }
    .whydescpin p {
        padding: 0 0 5px 0;
    }
    .dna-top-cal {
        padding-right: ;
    }
    .wpcf7-not-valid-tip { 
        font-size: 13px; 
        position: relative;
        line-height: 1.2;
    }
    .common-form .form-group{
        margin-bottom:15px;
    }
}
@media (max-width: 479px) {
    #whyEearnest {
        height: 645px;
        background-position: left -190px top;
    }

}
@media (max-width: 360px)
{
	.dna-top-cal
	{
		/*margin-bottom: 0;*/
		text-align: right;
	}
}