body {
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    background-color: #ffffff;
    color: #000000;
    font-weight: 400;
    overflow-x: hidden;
}



.custom-nav {
    border-bottom: solid 1px #fff;
    background-color: #fff;
    align-content: center;
    vertical-align: middle;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #000;
    padding:10px 0px;
    z-index: 9 !important;

}

.main {
    background-image: linear-gradient(180deg, #143967 0%, #1c69b2 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.baseline {
    font-size: 18px;
}

.sub-hd {
    width: 100% !important
}

.logo {
    height: 80px;
}

.bd-thanks {
    background-color: #ffffff;
    padding: 50px 0px;
}



* .img-responsive {
    margin: 0 auto;
}


@media (max-width: 991px) {
    .sub {width:auto!important;padding:18px 50px!important;}
    .contact-form [class*="col-"] {margin-bottom:0px;}
}

.logo-thnk {
    margin: 0 auto;
}



.thnk-container {
    padding: 50px 0px;
}

.frame {
    background-color: #71C341;
    padding: 4.5% 50px 4.5% 50px;
    position: relative;
    color: #fff;
}

.frame p {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}

.side-tt {
    font-size: 3rem;
    line-height: 1.3em;
    text-transform: uppercase;
}

.offres {
    color: #fff;
    padding: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    order: 3;
    position: absolute;
    z-index: 1;
    top: -5%;
    left: 4.7%;
}

.succ-ic {
    padding: 25px;
    border: 1px solid #eee;
    background-color: #ffffff;
}

.succ-ic img {
    width: 80px;
}



.navbar-form {
    padding: 2px 0px 0px 0px;
}

.d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.elt {
    display: flex;
    align-items: center;
    justify-content: center;
}

.a-right {
    text-align: right
}

.b1 {
    border: 1px solid #ffffff;
}

.b2 {
    border: 1px solid red;
}

.b3 {
    border: 1px solid yellow;
}

.m-auto {
    margin: auto;
}


/******* Vertical devider *****/

.vertical-devider {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: 87px;
    margin: 25px 0px;
}

.devider {
    background-image: linear-gradient(180deg, #143967 0%, #1c69b2 100%);
    width: 1px;
    min-height: 87px;
    position: absolute;
    margin: 0 auto;
}


/*************************/

/* Block3 */

.mb-0 {
    margin-bottom: 0px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-50 {
    margin-bottom: 50px;
}


.pd-50 {
    padding: 50px 0px;
}

.light-grey {
    background-color: #f4f4f4;
}

.light-grey-bg {
    background-color: #F4F4F4;

}

.grn-ic {
    color: #00d9a6;
}

.grad-card {
    padding: 33px 20px 50px 20px;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #F3F3F3;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;

}

.grad-card:hover {
    background-color: transparent;
    background-image: linear-gradient(0deg, #143967 29%, #1c69b2 100%);
}

.grad-card:hover .card-content p {
    color:#fff;
}

.grad-card-title {
    font-size: 2.1rem;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #444;
    font-weight: bold;
}

.card-content p {
    color: #777777;
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 28px;
}

.square-box {
    border: none;
    padding: 30px 15px 30px 15px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 18px 45px 0px rgba(0, 0, 0, .14);
    transition: transform .6s cubic-bezier(.165, .84, .44, 1);
    animation-duration: 1.4s;
    animation-delay: .3s;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    color: #202020;
}

.square-box:hover {
    transform: translateY(-20px);
    box-shadow: 0px 18px 45px 0px rgba(0, 0, 0, .14);
}

.clr-bth {
    margin-bottom: 30px;
}

.ic {
    margin-bottom: 15px;
}

.ic img {
    height: 80px;
}

.tt1 {
    font-weight: bold;
    font-size: 16px;
}

.navbar-default .navbar-form {
    border: none;
}

.clr {
    clear: both !important;
}

.lh-15 {
    line-height: 2em;
}

.fs-15 {
    font-size: 16px;
    line-height: 2em;
}

.fs-20 {
    font-size: 17px;
}

.custom-hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 2px solid #1c69b2;
    width: 50px;
}

.prp {
    color: #1c69b2;
}

::-moz-selection {
    background: #1c69b2;
    color: #ffffff;
}

::selection {
    background: #1c69b2;
    color: #ffffff;
}

textarea {
    resize: vertical;
}

footer {
    background-color: #000;
    padding: 30px 0px;
    color: #ffffff;
}

footer a,
footer a:hover,
footer a:focus {
    text-decoration: none;
    color: #ffffff;
}

.tc {
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.6);
    color: white;
    position: absolute;
    top: 45%;
    transform: translateY(-45%);
    margin: 0 auto;
    word-break: break-word;
    text-align: center;
    width: 100%;
}

.tc font {
    font-size: 3rem;
}

.call-button {
    display: block;
    position: fixed;
    text-decoration: none;
    z-index: 9999999999;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    transform: scale(0.8);
    left: 20px;
    bottom: 20px;
    background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNDU5cHgiIGhlaWdodD0iNDU5cHgiIHZpZXdCb3g9IjAgMCA0NTkgNDU5IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NTkgNDU5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGcgaWQ9ImNhbGwiPjxwYXRoIHN0eWxlPSJmaWxsOiB3aGl0ZTsiIGQ9Ik05MS44LDE5OC45YzM1LjcsNzEuNCw5Ni45LDEzMC4wNSwxNjguMywxNjguM0wzMTYuMiwzMTEuMWM3LjY0OS03LjY0OSwxNy44NS0xMC4xOTksMjUuNS01LjFjMjguMDUsMTAuMiw1OC42NDksMTUuMyw5MS44LDE1LjNjMTUuMywwLDI1LjUsMTAuMiwyNS41LDI1LjV2ODYuN2MwLDE1LjMtMTAuMiwyNS41LTI1LjUsMjUuNUMxOTMuOCw0NTksMCwyNjUuMiwwLDI1LjVDMCwxMC4yLDEwLjIsMCwyNS41LDBoODkuMjVjMTUuMywwLDI1LjUsMTAuMiwyNS41LDI1LjVjMCwzMC42LDUuMSw2MS4yLDE1LjMsOTEuOGMyLjU1LDcuNjUsMCwxNy44NS01LjEsMjUuNUw5MS44LDE5OC45eiIvPjwvZz48L2c+PC9zdmc+ ) center/30px 30px no-repeat #1c69b2 !important;
}

/*.tc {
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.6);
    color: white;
    position: absolute;
    top: 45%;
    transform: translateY(-45%);
    left: 0;
    right: 0;
    margin: 0 auto;
    
}*/

.tc h1 {
    line-height: 1.5em;
}

.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.35);
}

.item {
    position: relative;
}


#signle-item > .owl-theme .owl-controls {
    position: absolute;
    top: 70%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.owl-theme .owl-controls .owl-page span {
    background: #1c69b2 !important;
}

.owl-theme .owl-controls .owl-buttons div {
    background: #1c69b2 !important;
}

.owl-prev:before {
    content: "\f060";
    font-family: FontAwesome;
    font-size: 18px;
}

.owl-next:before {
    content: "\f061";
    font-family: FontAwesome;
    font-size: 18px;
}

.product-itm-p {
    text-align: center;
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 20px;
}

#img-slider .item {
    margin-left: 10px;
    margin-right: 10px;
}
