body {
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    background-color: #ffffff;
    color: #222222;
    font-weight: 400;
    overflow-x: hidden;
}

.custom-nav {

    background-color: #fff;
    vertical-align: middle;
    color: #194866;
    padding: 18px 0px;
    z-index: 99 !important;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}

.custom-nav-scoll {
    box-shadow: 0 3px 5px rgba(0, 9, 128, 0.05), 0 4px 10px rgba(0, 9, 128, 0.035);
}



.baseline {
    font-size: 18px;
}

.sub-hd {
    width: 100% !important
}

.logo {
    width: 237px;
}

.bd-thanks {
    background-color: #ffffff;
    padding: 50px 0px;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.bg-grad {
    background: url('../img/SVG/bg-grad.svg') no-repeat;
    background-size: cover;
    padding: 80px 0px;
}

* .img-responsive {
    margin: 0 auto;
}


.cust-ctn {
    width: 90%;
}


.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;
}


.ttext {
    font-size: 16px;
    text-align: justify;
    line-height: 1.7em;

}

.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: 90px;
}


.btn:focus {
    outline: none !important;

}

.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;
}



/* Block3 */

.mb-30 {
    margin-bottom: 30px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.pd-50 {
    padding: 50px 0px;
}

.light-grey {
    background-color: rgba(229, 240, 249, 0.2);
}

.grn-ic {
    color: #00d9a6;
}

.square-box {
    border: none;
    border: 1px solid #eee;
    padding: 30px 15px 30px 15px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 18px 45px 0px rgba(25, 72, 102, 0.09);
    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: #194866;
}

.square-box:hover {
    transform: translateY(-20px);

}

.testi-ctn {

    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: 0px 18px 45px 0px rgba(25, 72, 102, 0.09);
    color: #194866;
    padding:5px 30px 10px 30px;
    text-align: center;
    font-size: 25px;
}


quote {
    font-family: 'Arial';
    font-weight: bold;
    font-size: 100px;
    color: #88eebe;
    margin-bottom:-41px;
    display: block;
}

.avatar {
  width: 150px;
    text-align: center;
    margin-bottom: 30px;
}

.clr-bth {
    margin-bottom: 30px;
}

.ic {
    margin-bottom: 2px;
}

.ic img {
    width: 120px;
    height: auto;
}

.tt1 {
    font-weight: bold;
    font-size: 16px;
}

.navbar-default .navbar-form {
    border: none;
}

.clr {
    clear: both !important;
}

.lh-15 {
    line-height: 1.5em;
}

.fs-15 {
    font-size: 16px;
    line-height: 1.6em;
}

.fs-20 {
    font-size: 17px;
}

.custom-hr {
    margin-top: 30px;
    margin-bottom: 50px;
    border-top: 2px solid #88eebe;
    width: 50px;
    display: block;
}

.prp {
    color: #88eebe;
}

::-moz-selection {
    background: #88eebe;
    color: #ffffff;
}

::selection {
    background: #88eebe;
    color: #ffffff;
}

textarea {
    resize: vertical;
}

footer {
    background-image: linear-gradient(to left, #88eebe, #17abfe);
    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.3);
    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.4);
}

.item {
    position: relative;
}

.disclaimer {
    background-color: #f0f4f9;
    color: #9daab0;
    padding: 20px 0px;
}

.disclaimer p {
    text-align: center;
    line-height: 1.7em;
    margin-bottom: 0px;
    font-size: 12px;
}



/**/

.main {
    color: #194866;
}

.main-title {
    color: #194866;
}



.owl-theme .owl-controls .owl-page span {
    background: #88eebe !important;
}

.owl-theme .owl-controls .owl-buttons div {
    background: #88eebe !important;
}

.owl-prev:before {
    content: "\f060";
    font-family: FontAwesome;
    font-size: 18px;
}

.owl-next:before {
    content: "\f061";
    font-family: FontAwesome;
    font-size: 18px;
}
