﻿/*--------------------------------------------------------------------- File Name: responsive.css ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: 'Poppins', Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
}

.content {
    flex-grow: 1;
    margin-bottom: 50px;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    line-height: normal;
    color: #154A86;
    margin: 0
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 18px;
    color: gray;
    font-weight: bold;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 0px;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

:focus {
    outline: 0;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 90px;
}

.layout_padding_2 {
    padding-top: 75px;
    padding-bottom: 75px;
}

.light_silver {
    background: #f9f9f9;
}

.theme_bg {
    background: #38c8a8;
}

.margin_top_30 {
    margin-top: 30px !important;
}

.full {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
    position: fixed;
    z-index: 9999999;
    background: #fff;
    width: 100%;
    height: 100%;
}

.loader {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader img {
    width: 280px;
}


/*-- navigation--*/

.navigation.navbar {
    float: right;
    padding: 27px;
}

.navigation.navbar-dark .navbar-nav .nav-link {
    padding: 0px 20px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
    color: #000;
}

.navigation.navbar-dark .navbar-nav .active > .nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show > .nav-link {
    color: #000;
}

.navbar-expand-md .navbar-nav {
    padding-right: 10px;
}

.header_information {
    background-color: #2c5e93;
    padding: 0 0;
    padding-top: 0px;
    padding-top: 0px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    position: absolute;
    width: 100%;
    height: 60px;
    margin-top: -20px;
    right: 0;
}

.header_information::before {
    width: 84px;
    height: 60px;
    background: url(../images/top_arrow1.png);
    background-repeat: repeat;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    background-repeat: no-repeat;
}

.sign_btn {
    padding-left: 50px;
}

.sign_btn a {
    background-color: #fff;
    display: inline-block;
    padding: 7px 35px;
    border-radius: 2px;
    color: #292e39;
    font-size: 17px;
}

.sign_btn a:hover {
    color: #fff;
    background: #000;
}


/*-- header area --*/


/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- layout new css ---------------------------------------------------------------------*/

.header {
    width: 100%;
    background: #fff;
    padding: 20px 0px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}


.logo a {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    line-height: 40px;
}


/** banner section **/

.relative {
    position: absolute;
    top: 56%;
    transform: translateY(-44%);
    padding: 0;
    bottom: auto;
}

.banner_main {
    position: relative;
}

.carousel-indicators .active {
    background: #2c5e93;
}

.carousel-indicators li {
    width: 20px;
    height: 20px;
    background: #fafcfd;
    border-radius: 2px;
}

.content-narrow {
    margin-bottom: 0px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: none;
}

.carousel-indicators {
    bottom: 50px;
}

.carousel-item img {
    width: 100%;
}

.carousel-caption h1 {
    color: #08091e;
    font-size: 65px;
    line-height: 80px;
    padding-bottom: 35px;
    font-weight: bold;
}

.carousel-caption span {
    color: #6dbcf1;
    font-size: 50px;
    line-height: 50px;
    font-weight: 500;
    padding-bottom: 20px;
}

.carousel-caption a {
    font-size: 17px;
    background-color: #2c5e93;
    color: #fff;
    font-weight: 500;
    padding: 13px 0px;
    width: 100%;
    max-width: 190px;
    text-align: center;
    display: inline-block;
    transition: ease-in all 0.5s;
    margin-top: 50px;
    border-radius: 2px;
}

.carousel-caption a:hover {
    background-color: #000;
    color: #fff;
    transition: ease-in all 0.5s;
}


/** banner section **/

.titlepage {
    text-align: center;
    padding-bottom: 60px;
}

.titlepage h2 {
    font-size: 45px;
    color: #0b0503;
    line-height: 50px;
    font-weight: bold;
    padding: 0;
}

.titlepage span {
    background: #00a8e7;
    display: block;
    height: 10px;
    width: 90px;
}

.d_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.read_more {
    font-size: 17px;
    background-color: transparent;
    color: #7a7a7a;
    padding: 8px 0px;
    width: 100%;
    max-width: 190px;
    text-align: center;
    display: inline-block;
    border-radius: 2px;
    border: #00aaea solid 3px;
    transition: ease-in all 0.5s;
}

.read_more i {
    padding-left: 10px;
}

.read_more:hover {
    background: #00aaea;
    color: #fff !important;
    transition: ease-in all 0.5s;
}


/** about section **/

.about {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 90px 0;
}

.about .titlepage {
    text-align: left;
    padding: 0;
}

.about .titlepage p {
    color: #292e39;
    font-size: 17px;
    line-height: 35px;
    font-weight: 500;
    padding: 20px 0px 35px 0px;
}

.about_img figure {
    margin: 0;
}

.about_img figure img {
    width: 100%;
}


/** end about section **/


/** mobile section **/

.mobile {
    background: url(../images/mo_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 90px 0;
}

.mobile .titlepage {
    text-align: right;
    padding: 0;
}

.mobile .titlepage h2 {
    color: #fff;
}

.mobile .titlepage span {
    margin-left: 58px;
}

.mobile .titlepage p {
    color: #fff;
    font-size: 17px;
    line-height: 35px;
    font-weight: 500;
    padding: 20px 0px 35px 0px;
}

.mobile_img figure {
    margin: 0;
}

.mobile_img figure img {
    width: 100%;
}

.mobile .titlepage .read_more {
    border: #fff solid 3px;
    color: #fff;
}


/** mobile section **/


/** clients section **/

.clients {
    margin-top: 40px;
    padding-top: 60px;
}

.clients .titlepage h2 {
    color: #202021;
}

.clients .titlepage span {
    margin-left: 56px;
}

.clients_box {
    text-align: center;
    background: #e2e3e3;
    padding: 50px 15px;
    border-radius: 2px;
    position: relative;
}

.clients_box p {
    font-size: 17px;
    line-height: 35px;
}

.clients_box::after {
    position: absolute;
    content: "";
    width: 42px;
    height: 67px;
    bottom: -65px;

    background-repeat: no-repeat;
}

.jonu {
    padding-top: 72px;
    text-align: center;
}

.jonu h3 {
    padding: 0px 0px 0px 0px;
    color: #0b0503;
    font-size: 25px;
}

.jonu strong {
    display: block;
    color: #2c5e93;
    font-size: 17px;
    padding-bottom: 50px;
}


/** end clients section **/


/** contact section **/

.contact {
    background: #042431;
    margin-top: 90px;
    padding: 90px 0;
}

.contact .titlepage h2 {
    color: #fff;
}

.main_form .contactus {
    border: inherit;
    margin-bottom: 20px;
    width: 100%;
    height: 60px;
    background: transparent;
    color: #f9fcfd;
    font-size: 18px;
    font-weight: normal;
    border-bottom: #fff solid 1px;
}

.main_form .send_btn {
    font-size: 17px;
    transition: ease-in all 0.5s;
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 500;
    border: #2c5e93 solid 3px;
    color: #f9fcfd;
    padding: 8px 0px;
    margin: 0 auto;
    max-width: 180px;
    width: 100%;
    display: block;
    border-radius: 2px;
    margin-top: 30px;
}

.main_form .send_btn:hover {
    background-color: #2c5e93;
    transition: ease-in all 0.5s;
    color: #fff;
}

#request *::placeholder {
    color: #f9fcfd;
    opacity: 1;
}


/** end contact section **/

.border-top {
    border-top: #fff solid 1px;
    padding-top: 90px;
}

.enter {
    border: inherit;
    width: 71%;
    background: transparent;
    color: #4d636c;
    font-size: 18px;
    font-weight: normal;
    border-bottom: initial;
}

.submit {
    font-size: 17px;
    transition: ease-in all 0.5s;
    background-color: #2c5e93;
    text-transform: uppercase;
    font-weight: 500;
    border: #2c5e93 solid 3px;
    color: #ffffff;
    padding: 5px 0px;
    margin-bottom: 5px;
    width: 100%;
    border-radius: 2px;
}

.submit:hover {
    background-color: green;
    transition: ease-in all 0.5s;
    color: #fff;
}

.submit:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background-color: #154A86;
    color: #888;
}

ul.cont li {
    color: #8a9397;
    font-size: 17px;
    line-height: 32px;
    text-align: left;
}

.copyright {
    margin-top: 50px;
    padding: 20px 0px;
    padding-bottom: 0px;
    background-color: #f0f0ee;
}

.copyright p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    text-align: center;
}

.copyright a {
    color: #154a86;
    font-family: Myriad Pro;
    font-size: 18px;
}

.copyright a:hover {
    color: #000;
}


/** inner page css **/

.ourwork {
    margin: 90px 0 60px 0;
}

.our_box {
    margin-bottom: 30px;
}

.our_box figure {
    margin: 0;
}

.our_box figure img {
    width: 100%;
}

#txtQuoteID {
    width: 250px;
}

.submit_ClearSignature {
    text-decoration: underline !important;
    cursor: pointer;
    color: #0a58ca;
}


.submit_UnderwriterPage {
    font-size: 15px;
    transition: ease-in all 0.5s;
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 500;
    border: #2c5e93 solid 3px;
    color: #4d636c;
    padding: 5px 0px;
    margin-bottom: 5px;
    max-width: 200px;
    width: 100%;
    display: block;
    border-radius: 2px;
    margin-left: 10px;
}

.submit_UnderwriterPage:hover {
    background-color: #2c5e93;
    transition: ease-in all 0.5s;
    color: #fff;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    text-align: left;
    padding: 8px;
}

th {
    background-color: #4d636c;
    color: white;
}

.img_headerSize {
    height: 60px;
    width: 400px;
    margin-top: 0px;
}

.img_linkedinlogoSize {
    height: 40px;
    margin-top: 1px;
    margin-bottom: 30px;
}

.img_signagreementlogo {
    height: 30px;
    width: 240px;
    margin-top: 15px;
    margin-bottom: 30px;
}


#signatureCanvas {
    border: 2px solid #ccc;
    border-radius: 2px;
}

input[type=text] {
    border: 1px solid #ccc;
    border-radius: 2px;
}

#top {
    top: -40px;
    left: -50%;
}

#top::before {
    top: 80%;
    left: 45%;
}

#bottom {
    top: 25px;
    left: -50%;
}

#bottom::before {
    top: -5%;
    left: 45%;
}

#left {
    top: -8px;
    right: 120%;
}

#left::before {
    top: 35%;
    left: 94%;
}

.right {
    top: -8px;
    left: 120%;
}

.right::before {
    top: 35%;
    left: -2%;
}

.hover-text {
    position: relative;
    display: inline-block;
    margin: 5px;
    font-family: Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
    text-align: center;
}

.pre_font {
    font-family: Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
}

.email-link {
    color: #0077c2;
    text-decoration: underline;
}

.quote-info {
    width: 500px;
    height: 300px;
    background-size: cover;
    background-position: center;
}

.form-control:focus {
    box-shadow: 0 0 0 0 !important;
}

.col-no-padding-margin {
    padding: 0 !important;
    margin: 0 !important;
}

.bg-nico {
    opacity: 1;
    background-color: #2c5e93 !important;
}

.navbar {
    padding: 0 !important;
}

.navbar-brand {
    background-color: #FFFFFF;
}

.container-logo {
    background-color: #FFFFFF;
}

.nav-link {
    padding: 0px 20px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
}

.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.navbar-brand {
    margin-right: 0 !important;
}

.navbar-nav .nav-item.active .nav-link {
    color: #000000;
}

.companyName-info {
    width: 500px;
    height: 300px;
    background-size: cover;
    background-position: center;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: #E8E8E8;
}

.connection-error-msg {
    text-align: center;
    color: gray;
}

.connection-error-form {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30vh;
}

.connection-error-form-text {
    padding: 10px 160px;
    font-size: 16px;
    white-space: nowrap;
    text-align: center;
    display: flex;
    justify-content: center;
}

.connection-success-msg {
    text-align: center;
    font-weight: bold;
    color: gray;
}

.connection-success-form {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30vh;
}

.connection-success-form-text {
    padding: 10px 160px;
    font-size: 16px;
    white-space: nowrap;
    text-align: center;
    display: flex;
    justify-content: center;
}

.dsa-agreement {
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #ccc;
    padding: 0px;
}

.dsa-spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    background-color: rgba(255, 255, 255, 0.4);
}

.dsa-spinner img {
    width: 280px;
}

.dsa-sign-here {
    display: flex;
    align-items: center;
}

.both-square {
    opacity: 1;
    background-color: #c0c0c0;
}

.row-top-custom {
    margin-top: 0.8rem;
}

.row-top-1 {
    margin-top: 1rem;
}

.row-top-2 {
    margin-top: 2rem;
}

.preformatted p {
    white-space: pre-line;
    font-family: monospace;
    width: 100%;
    margin: 0;
    padding: 15px 34px;
    word-wrap: normal;
}


.clear-signature {
    float: right;
}

.custom-container {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}

.header-title {
    padding-left: 1rem;
}

.header-title h1 {
    color: #000000;
    font-size: 20px;
    font-family: Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
    font-weight: normal;
}

.position-absolute.end-0 {
    padding-right: 10px;
}

.row-fluid {
    width: 100%;
}

.third-party-logo {
    float: right;
    margin-top: 0.5rem;
}

@media (max-width: 767px) {
    .preformatted p {
        padding-left: 0.3rem;
        white-space: pre-line;
    }

    .custom-container {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .header-title {
        display: none;
    }

    .quote-info {
        width: 300px;
        height: 250px;
        background-size: cover;
        background-position: center;
    }

    .companyName-info {
        width: 300px;
        height: 250px;
        background-size: cover;
        background-position: center;
    }

    .third-party-logo {
        float: none;
    }
}

/** maintenance page css **/
.mp-h1 {
    margin: 0.9rem;
    text-align: center;
    color: #575755;
    font-size: 28px;
}

.mp-h3 {
    text-align: center;
    color: gray;
    font-size: 14px;
}

.mp-a {
    color: #0077c2;
    text-decoration: underline;
}