.top-head{
    background: var(--menu-topBar-bg);
}
.newHeader {
    padding-top: 0px;
}
.top-head .top-nav ul li a{color: var(--text-white);font-family: 'Montserrat-Light';}
.top-head .top-nav ul li a:hover{color: var(--text-white);}
.top-head .top-nav {
    border-bottom: 0px;
    padding: 8px 0;
}
.top-head .top-nav ul li {
    margin-right: 0;
    border-right: 1px solid var(--text-white);
    padding: 0 8px;
}
.top-head .top-nav ul li:last-child{
    border-right: 0px;
}
.top-nav.call-sec{
    float: none;
    padding: 6px 0;
}
.top-nav.call-sec a {
    display: flex;
    align-items: center;
}
.top-nav.call-sec ul li .fa {
    background: rgba(255,255,255,0.3);
    width: 24px;
    height: 24px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-right: 5px;
}
.newHeader .navbar-default .navbar-nav>li>a, #frmLogout a {
    padding: 15px 0 20px;
    color: var(--text-menu);
    position: relative;
    text-transform: capitalize;
}
.newHeader .navbar-default .navbar-nav>li.login {
    padding: 2px 24px 2px 34px;
    background: var(--login-btn);
    border-radius: 8px;
    margin: 13px 0!important;
}
.newHeader .navbar-default .navbar-nav>li.login a{
    color: var(--text-white);
    padding:0;
}
.newHeader .navbar-default .navbar-nav > li > a::after {   
    bottom: 20px;   
    height: 3px;
    background: var(--wel-bg);
    /*display: none;*/
}
.newHeader .navbar-nav>li {
    margin-right: 35px;
}
.newHeader .top_bar .logo img {
    width: 202px;
}
.newHomepage .home-slider {
    clear: both;
}
.newHomepage marquee.marquee {
    background: var(--wel-bg);
    padding: 8px 0px;
    color: var(--text-white);    
}
/*.newHomepage marquee.marquee a {
   font-family: 'Montserrat-Light';  
}*/
.what-bg {
    position: absolute;
    top: 16%;
    z-index: 1;
    background: var(--white-bg);
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 16px;
    padding: 27px 50px;
    left: 13%;
    /* width: 80%; */
}
#carousel .carousel-control {
    background-color: #ffffff85;
    opacity: 1;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    text-shadow: none;
    background-image: none!important;
    box-shadow: 1px 1px 6px 3px rgba(0,0,0,0.1);
    border: 1px solid var(--borderCoursel);
    color: var(--text-black);
    display: block;
}
#carousel .carousel-control.right {
    top: 38%;
    right: 5%;
    left: auto;
}
#carousel .carousel-control.left {
    top: 38%;
    left: 5%;
}
.what-sec-info {
    border-radius: 12px;
    padding: 12px 15px;
    float: left;
    width: 100%;
}
.what-sec-info.kop {
    background: var(--know-prod-bg);
}
.what-sec-info.quote {
    background: var(--get-quote-bg);
}
.what-sec-info.claim {
    background: var(--report-claim-bg);
}
.what-sec-info.kop figure {
    width: 76px;
    height: 76px;
    line-height: 76px;
    background: var(--umb-icon-bg);
    border-radius: 100%;
    margin-right: 20px;
    float: left;
    text-align: center;
}
.what-sec-info.quote figure {
    width: 76px;
    height: 76px;
    line-height: 76px;
    background: var(--quote-icon-bg);
    border-radius: 100%;
    margin-right: 20px;
    float: left;
    text-align: center;
}
.what-sec-info.claim figure {
    width: 76px;
    height: 76px;
    line-height: 76px;
    background: var(--claim-icon-bg);
    border-radius: 100%;
    margin-right: 10px;
    float: left;
    text-align: center;
}
.what-sec-info span {
    font-size: 17px;
    font-family: 'Montserrat-SemiBold';
    line-height: 24px;
    color: var(--text-content);
    float: left;
    padding: 14px 0;
    width: 110px;   
}
.what-sec-info.quote span {
    padding: 26px 0;
}

.what-sec-info.claim span {
    padding: 26px 0;
    width: auto;
}

.what-sec h3 {
    font-size: 24px;
    margin: 0 0 20px 0;
    color: var(--text-title2);
}
.newHomepage .carousel-indicators {
    display: none;
}
section.what-sec {
    background: var(--product-sec-bg);
}
.newHomepage .heading {
    font-size: 28px;
    padding: 20px 0;
    color: var(--text-title);
    position: relative;
    font-family: 'Montserrat-SemiBold';
    /* text-transform: capitalize; */
}
.newHomepage .heading::after {
    width: 80px;
    height: 4px;
    bottom: 10%;
    background: var(--text-title-after);
    left: 0;
    position: absolute;
    content: '';
    transform: translate(0%, 0%);
}
#ourProducts.owl-carousel .owl-item img {
    border-radius: 10px 10px 0 0;
}
.bottom-content {
    background: var(--white-bg);
    position: inherit;
    margin-left: 0%;
    width: 96%;
    text-align: left;
    padding: 20px 20px;
    box-shadow: 0 0 12px #e5e6e8;
    bottom: 0px;
    margin-right: 0%;
    border-bottom: 0px;
    border-radius: 0 0 10px 10px;
}
.bottom-content h3 {
    font-family: 'Montserrat-SemiBold';
    font-size: 20px;
    margin: 0;
    padding: 0;
    color: var(--text-title);
    text-transform: uppercase;
}
.bottom-content p {
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    margin: 15px 0;
    padding: 0;
    color: var(--text-content);
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    background: var(--bg-white);
}
.bottom-content a {
    color: var(--text-content);
    font-size: 15px;
    margin: 5px 0 0 0;
    display: inline-block;
    border: 1px solid var(--borderColor);
    border-radius: 8px;
    padding: 9px 26px;
}
.ourService {
    background: url(../images/service-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.text {
    font-size: 16px;
    color: var(--text-content);
    line-height: 24px;
}
.client-logo .inner-contain {
    background: var(--white-bg);
    height: 120px;
    text-align: center;
    padding: 20px 0;
    box-shadow: 0px 1px 3px #00000029;
    border-radius: 12px;
    margin-bottom: 8px;
}
.flag-ship1 {
    background: var(--product-sec-bg);
    padding: 100px 0 30px 0;
    position: relative;
    width: 100%;
}
.newHomepage .ourMission .heading::after{
    /* left:6.6%; */
}
.ourMission {    
    background: linear-gradient(90deg, rgba(46,145,250,1) 34%, rgba(255,255,255,1) 34%); 
    padding: 30px 0;    
}
a.ReadMore {
    background: var(--white-bg);
    border: 1px solid var(--text-content);
    border-radius: 8px;
    padding: 10px 26px;
    font-size: 15px;
    color: var(--text-content);
    display: inline-block;
}
.power-logo {
    background: var(--white-bg);
    box-shadow: 0px 1px 3px #00000029;
    border-radius: 12px;
    text-align: center;
    padding: 16px 0;
    min-height: 120px;
    max-height: 120px;
    margin: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ourPower {
    background: var(--product-sec-bg);
}
.newHomepage .customer-speak {
    float: left;
    width: 100%;
    background: var(--white-bg);
    box-shadow: 0px 2px 4px #00000029;
    border-radius: 20px;
    margin: 30px 0;
}
.newHomepage .testimonials .heading {
    text-align: center;
}

.newHomepage .testimonials .heading::after {
    left: 40%;
}
.newHomepage .testimonials .carousel-caption h5 {
    color: var(--text-content);
    text-align: left;
    font-size: 24px;
    text-transform: capitalize;
    margin: 0 0 10px 0px;
    padding: 0;
}
.newHomepage .testimonials .carousel-caption p {
    font-size: 14px;
    color: var(--text-content);
    line-height: 24px;
    width: 100%;
    margin: 0;
}
.newHomepage .testimonials .carousel-caption{
    text-shadow: none;
    left: 5%;
    right: 5%;
    text-align: left;
    padding-top: 5px;
}
.newHomepage .testimonials .carousel-caption h5::after{
    display: none;
}
.newHomepage .testimonials .carousel-caption img {
    margin-bottom: 15px;
}
.carousel-control.left, .carousel-control.right {
    display: block;
}
.carousel-control {
    background-color: var(--wel-bg);
    opacity: 1;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    font-size: 22px;
    line-height: 36px;
    text-align: center;
    text-shadow: none;
    background-image: none!important;
    box-shadow: 1px 1px 6px 3px rgba(0,0,0,0.1);
    border: 1px solid var(--white-bg);
    transition: 0.3s;
}
.carousel-control.right {
    top: 82%;
    left: 20%;
}
.carousel-control.left {
    top: 82%;
    left: 5%;
}
.carousel-control:focus, .carousel-control:hover {
    color: var(--text-white);
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9;
    width: 50px;
    transition: 0.3s;
    border-radius: 25px;
}
.newHomepage div#myCarousel-new {
    height: 325px;
}
.faq-sec{
    background: var(--white-bg);
    padding: 0 0 30px 0;
}
.newHomepage .faq-sec .heading::after {
    left: 46%;
}
.newHomepage .faq-sec .text {
    font-size: 16px;
    color: var(--text-content);
    line-height: 24px;
    max-width: 80%;
    margin: 0 auto 15px auto;
}
.faq-sec .panel,
.faq-sec .panel-body {
  box-shadow: none;
}

.faq-sec .panel-group .panel-heading {
  padding: 0;
  background: transparent;
}

.faq-sec .panel-group .panel-heading a {
    display: block;
    padding: 18px 15px;
    text-decoration: none;
    position: relative;
    background: transparent;
    border: 0px;
    font-size: 16px;
    color: var(--text-title);
}

.faq-sec .panel-group .panel-heading a:after {
  content: '-';
  float: right;
  font-weight: bold;
}

.faq-sec .panel-group .panel-heading a.collapsed:after {
  content: '+';
}
.faq-sec .panel-group .panel {
    border: 1px solid var(--borderGrey);
    margin: 10px 0;
    border-radius: 8px;
    box-shadow: 1px 1px 4px 0px rgb(0 0 0 / 10%);
}
.faq-sec .panel-group .panel-heading+.panel-collapse>.list-group, 
.faq-sec .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0px;
    padding-top: 0px;
    color: var(--text-content);
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}
.faq-sec .collapse.in {
    min-height: 81px;
}
footer {
    background: var(--footer-bg);
}

footer h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: var(--text-white);
}

footer h3::after {
    display: none;
}

footer ul.list li a {
    font-size: 15px;
    font-family: 'Montserrat-Light';
    color: var(--text-white);
}
footer {
    font-family: 'Montserrat-Light';
    font-size: 15px;
    color: var(--text-white);
}
footer .footer-bottom {
    padding: 8px 0;
    background: var(--footer-bg);
    border-top: 1px solid var(--text-white);
    font-family: 'Montserrat-Light';
    font-size: 15px;
    margin-top: 10px;
    color: var(--text-white);
}
#ourPower.owl-carousel.owl-theme .owl-dots {
    display: block;
    top: 1px;
}
#ourProducts.owl-carousel.owl-theme .owl-nav,
#ourService.owl-carousel.owl-theme .owl-nav {
    display: block;
}
#ourService.owl-carousel .owl-nav button.owl-next, #ourService.owl-carousel .owl-nav button.owl-prev, #ourService.owl-carousel button.owl-dot {
    background: var(--white-bg);
    width: 35px;
    height: 35px;
    line-height: 22px;
    text-align: center;
    border-radius: 100%;
    box-shadow: 0px 1px 3px #2C28281C;
    border: 1px solid #8898AA80;
    opacity: 1;
    font-size: 22px;
}

#ourService.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 30%;
    left: -0.4%;
}

#ourService.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 30%;
    right: -0.4%;
}
.newHomepage #ourProducts.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: -16%;
    left: 91%;
}

.newHomepage #ourProducts.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: -16%;
    right: 0%;
}
.newHomepage #ourProducts.owl-carousel .owl-nav button.owl-next, 
.newHomepage #ourProducts.owl-carousel .owl-nav button.owl-prev, 
.newHomepage #ourProducts.owl-carousel button.owl-dot {
    background: var(--white-bg);
    width: 36px;
    height: 36px;
    line-height: 22px;
    text-align: center;
    border-radius: 100%;
    box-shadow: 0px 1px 3px #4a47478a;
    border: 1px solid var(--text-content);
    opacity: 1;
    font-size: 22px;
}
.owl-theme .owl-nav [class*=owl-]:hover {    
    color: var(--text-content);    
}
div#ourService {
    padding: 20px 0;
}

/*about us css start*/
section.banner h5::after {
    display: none;
}

section.banner h5 {
    text-transform: uppercase;
    font-size: 36px;
    color: var(--text-white);
}

section.banner .transparent {
    background: rgba(0,0,0,0.5);
}
/*section.banner {
    height: 281px;
}*/
.about-page .heading {
    margin-top: 0;
    padding-top: 0;
}
.inner-page{
    background: var(--product-sec-bg);
}
.inner-page h4.header-title {    
    font-size: 24px;
    font-family: 'Montserrat-Bold';
    color: var(--header-title);
    text-transform: capitalize;
}
.inner-page h4.header-title::after{
    display: none;
}
.inner-page .product_wrap p {
    font-size: 16px;
    line-height: 24px;
    color: var(--text-pageContent);
}
.inner-page .product_wrap {
    background: transparent;
    padding: 0;
    text-align: justify;
    font-size: 15px !important;
    color: var(--text-grey);
    border: 0px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 100%;
}
.our-core-values {
    background: var(--wel-bg);
    border-radius: 16px;
    display: block;
    width: 100%;
    float: left;
    padding: 15px 25px;
}

.our-core-values h5 {
    font-size: 24px;
    color: var(--text-white);
    text-align: center;
    text-transform: capitalize;
    font-family: 'Montserrat-SemiBold';
    margin-bottom: 20px;
}

ul.core-values {
    float: left;
}

ul.core-values li:before {
    display: none;
}

ul.core-values li {
    color: var(--text-white);
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    /*font-family: 'Montserrat-Light';*/
}
ul.core-values.Trustworthy li {
    border-right: 1px solid var(--text-white);
    padding-right: 35px;
    margin-right: 15px;
}

ul.core-values.Trustworthy li:last-child {
    border-right: 0px;
}
.our-core-values.ocv h5 {
    text-align: left;
    margin-bottom: 12px;
}

.our-core-values.ocv p {
    color: var(--text-white);
}

.m-b-15{
    margin-bottom: 15px;
}
.product_wrap.m-b-20.box-shadow1.about-us.border-radius-50 {
    margin-top: 31px;
    display: inline-block;
}
/*contact us css start here*/
section.banner.contactus-banner {
    height: 176px;
}
.contact-page {
    background: linear-gradient(90deg, rgba(255,255,255,1) 65%, rgba(46,145,250,1)65%);
    padding: 30px 0 80px 0;
    position: relative;
}
.contact-page::before {
    width: 44px;
    height: 55px;
    content: '';
    display: block;
    background: var(--wel-bg);
    border-radius: 0px 4px 4px 0px;
    position: absolute;
    top: 44%;
    left: 0;
    box-shadow: 0px 1px 5px 4px rgba(0,0,0,0.1);
}
.contact-page .heading1 {
    font-size: 24px;
    padding: 0 0 20px 0;
    color: var(--text-title);
    position: relative;
    font-family: 'Montserrat-SemiBold';
    text-transform: capitalize;
    line-height: 29px;
}
.contactUs-form label{
    font-family: 'Montserrat-Regular';
    font-size: 18px;
    color: var(--text-content);
    text-transform: capitalize;
    font-weight: 400;
}
.contactUs-form .form-control {
    font-family: 'Montserrat-Regular';
    font-size: 14px;
    color: var(--text-content);
    text-transform: capitalize;
    font-weight: 400;
    border: 1px solid #7070707a;
    height: 42px;
    border-radius: 0px;
}

.form-control::placeholder {
  color: #555;
  opacity: 1; /* Firefox */
}

.form-control::-ms-input-placeholder { /* Edge 12-18 */
  color: #555;
}
.contactUs-form .form-control.message {
    height: 100px;
}
.contactUs-form .btn.btn-submit {
    font-size: 18px;
    font-family: 'Montserrat-Light';
    color: var(--text-white);
    text-transform: capitalize;
    background: var(--btn-primary);
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #dbdbdb;
    border-radius: 12px;
    width: 100%;
    padding: 10px 20px;
}
.contactUs-form .btn.btn-submit:hover {
    background: var(--btn-primary-hover);    
}
.contactUs-info {
    background: var(--footer-bg);
    box-shadow: 0px 6px 20px #00000029;
    border-radius: 12px;
    padding: 15px 70px 15px 30px;
    position: relative;
    margin-left: 35px;
}
.contactUs-info::before {
    width: 30px;
    height: 30px;
    content:'';
    display: block;
    background: var(--wel-bg);
    border-radius: 4px;
    position: absolute;
    top: -10px;
    left: -10px;
    box-shadow: 0px 1px 5px 4px rgba(0,0,0,0.1);
}
.contactUs-info .heading1 {
    color: var(--text-white);
}

.contactUs-info i {
    font-size: 20px;
    float: left;
    margin-right: 20px;
    background: var(--icon-bg);
    border-radius: 100%;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 26px;
}

.contactUs-info li {
    color: var(--text-white);
    padding-bottom: 15px;
    font-family: 'Montserrat-Light';
    font-size: 18px;
    text-transform: capitalize;
    min-height: 92px;
}
.contactus-map iframe{
    width: 100%;
    height: 465px;
}
span.contact-icon {
    float: left;
    padding-bottom: 21px;
}
/*contact us css end here*/
.btn-primary,
.btn-blue-new,
.bg-white button.btn.btn-default {
    background-color: var(--btn-primary);
    border-color: var(--btn-primary);

}
.btn-primary:hover,
.btn-blue-new:hover,
.bg-white button.btn.btn-default:hover {
    background-color: var(--btn-primary-hover);
    border-color: var(--btn-primary-hover);

}
#frmLogout a{
    line-height: 30px;
 }
.newHeader .navbar-default .navbar-nav>li.login::before {
    content: '\f023';
    font-family: 'FontAwesome';
    font-weight: 800;
    color: #fff;
    display: block;
    position: absolute;
    left: 18%;
    top: 20%;
}

.newHeader .navbar-default .navbar-nav>li.login {
    position: relative;
}
.inner-page-heading{
    color: var(--text-title);
}
.inner-page-content{
    color: var(--text-content);
}
.min-height-415{
    background: var(--login-bg);
}
.lognPage.right-text h4, 
.lognPage.right-text {
    color: var(--text-black);
    font-family: 'Montserrat-Regular';
}
.lognPage.right-text h4.header-title::after {
    background: var(--black-bg);
}
.phone-number{
    float: none!important;
    margin-left: 10px;
    margin-right: 15px!important;
    vertical-align: middle;
}
.company-name {
    font-family: 'Montserrat-SemiBold';
    font-size: 16px;
    color: var(--text-white);
    margin-bottom: 10px;
    display: inline-block;
}