@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Poppins:300,400,500,600,700|Raleway:300,400,500,600,700');

/** header **/

.header {
    background: #ffffff;
    height: 50px;
    border-bottom: 6px solid #000;
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
    z-index: 111;
    padding-top: 3px;
    margin-bottom: -18px;
}

.dropdown.dp01 {
    padding: 0px;
    margin-top: -13px;
}

.icon {
    margin-top: 13px;
    font-size: 12px;
    font-weight: 700;
    color: #42495b;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
}

a.users1 {
    display: inline-block;
    overflow: hidden;
    padding: 0px 28px;
    text-align: center;
    line-height: 29px;
    color: #fff !important;
    background-color: #04d2c8;
    border-radius: 30px;
    font-size: 11px;
    position: relative;
    display: inline-block;
    font-family: Linearicons-Free;
}

span.well2 {
    font-size: 12px;
    font-weight: 800;
}

.icon i.fab.fa-twitter {
    font-size: 15px;
    margin-left: 5px;
    margin-right: 6px;
}

.icon i.fab.fa-facebook-f {
    font-size: 15px;
}

.icon i.fab.fa-instagram {
    font-size: 15px;
    margin-right: 5px;
}

i.fas.fa-phone-volume {
    margin-right: 10px;
}

i.fab.fa-facebook-f {
    color: #000 !important;
}

i.fab.fa-facebook-f:hover {
    color: #7ac14a;
}

.icon2 {
    margin-left: -105px;
    margin-top: 9px;
    float: right;
}

.icon3 {
    float: right;
    margin-top: 12px;
}

.icon2 a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    margin-right: 15px;
}

.icon2 a:hover {
    color: #ffffff;
}

.icon a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

.icon a:hover {
    color: #7ac14a;
}

span.well {
    font-size: 11px;
    font-weight: 700;
    color: #42495b;
}


/** header and **/


/** navbar start **/

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 220px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown {
    position: relative;
    display: inline-block;
    margin-top: 0px;
    padding: 5px;
}

.dropdown span {
    padding: 8px;
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: 000;
    font-weight: 600;
}

ul.dropdown-menu.show {
    padding-top: 0px;
    margin-top: 14px;
}


.dp01 .dropdown-item.active,
.dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: #fff;
}

.nav-bar a:hover {
    color: #000 !important;
    background-color: #ffffff !important;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
    color: #000000;
    font-weight: 600;
}

.bg-light {
    background-color: #ffffff !important;
    height: 73px;
    margin-top: 18px;
    margin-bottom: 13px;
    border-bottom: 1px solid #11467c;
    padding-bottom: 35px;
}

div#navbarSupportedContent {
    margin-bottom: -20px;
}

img.had-logo {
    margin-left: -20px;
    margin-bottom: -10px;
}

ul.navbar-nav {
    font-size: 16px;
    color: #7ac14a;
    font-weight: 700;
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
    color: #7ac14a;
    font-weight: 600;
    font-size: 21px;
    margin-top: -2px;
}

.nav-bar a {
    color: #000000;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    padding: 14px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0px;
    opacity: 1;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

.nav-bar a:hover {
    color: #fff;
}

a.dropbtn:hover {
    color: #fff;
}

.dropbtn {
    background-color: #ffffff;
    color: #000000;
    padding: 8px;
    border: none;
    margin-top: -8px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0px;
    opacity: 1;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 230px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    margin-top: 6px;
    z-index: 999;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-family: Merriweather;
    font-size: 15px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    /* background-color: #f1f1f1;
     */

    color: #000;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    color: #000;
}

/**text-img**/
.text-img {
    margin-top: 60px;
}

.text-img2 h1 {
    color: #A54059;
    font-family: "Merriweather", Sans-serif;
    font-size: 40px;
    text-shadow: 0px 0px 2px rgb(0 0 0 / 30%);
    font-weight: 700;
}

.text-img2 h3 {
    color: #A54059;
    font-family: "Merriweather", Sans-serif;
    font-size: 50px;
    text-shadow: 0px 0px 2px rgb(0 0 0 / 30%);
    font-weight: 700;
}

.text-img2 h4 {
    color: #A54059;
    font-family: "Merriweather", Sans-serif;
    font-size: 25px;
    text-shadow: 0px 0px 2px rgb(0 0 0 / 30%);
    font-weight: 700;
}

.text-img2 p {
    margin-bottom: 1.6em;
    margin-top: 13px;
    text-align: justify;
    color: #1D1C2B;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1.8em;
    font-weight: 400;
}

a.button {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    fill: #ffffff;
    color: #ffffff;
    background-color: #11467c;
    border-radius: 20px 20px 20px 20px;
    padding: 20px 40px 20px 40px;
    text-decoration: none;
    font-size: 21px;
}

a.button:hover {
    background-color: #11467c;
}

.text-center.mt-5.pt-5 {
    padding-top: 0px !important;
}

.text-img img {
    margin-top: -62px;
}

/* card-slider */
.testim {
    width: 100%;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
}

.testim .wrap {
    position: relative;
    padding: 40px 0px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #333;
    cursor: pointer;
    font-size: 2em;
    top: 59%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: #11467c;
}

.testim .arrow.left {
    left: 0px;
}

.testim .arrow.right {
    right: 0px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #11467c;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #11467c;
    border-color: #11467c;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;
    -moz-animation: testim-scale .5s ease-in-out forwards;
    -ms-animation: testim-scale .5s ease-in-out forwards;
    -o-animation: testim-scale .5s ease-in-out forwards;
    animation: testim-scale .5s ease-in-out forwards;
}

.testim .cont {
    position: relative;
    overflow: hidden;
}

.testim .cont>div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont>div.inactive {
    opacity: 1;
}

.testim .cont>div.active {
    position: relative;
    opacity: 1;
}

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div h2 {
    color: #11467c;
    font-size: 1em;
    margin: 15px 0;
    font-size: 25px;
}

.testim .cont div h4 {
    color: #000;
    font-size: 1em;
    margin: 15px 0;
    font-size: 15px;
}

.testim .cont div p {
    width: 95%;
    margin: auto;
    color: #1D1C2B;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.8em;
    font-weight: 400;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;
    -moz-animation: testim-show .5s ease-in-out forwards;
    -ms-animation: testim-show .5s ease-in-out forwards;
    -o-animation: testim-show .5s ease-in-out forwards;
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;
    -moz-animation: testim-content-in .4s ease-in-out forwards;
    -ms-animation: testim-content-in .4s ease-in-out forwards;
    -o-animation: testim-content-in .4s ease-in-out forwards;
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;
    -moz-animation: testim-content-in .5s ease-in-out forwards;
    -ms-animation: testim-content-in .5s ease-in-out forwards;
    -o-animation: testim-content-in .5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;
    -moz-animation: testim-hide .5s ease-in-out forwards;
    -ms-animation: testim-hide .5s ease-in-out forwards;
    -o-animation: testim-hide .5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;
    -moz-animation: testim-content-out .4s ease-in-out forwards;
    -ms-animation: testim-content-out .4s ease-in-out forwards;
    -o-animation: testim-content-out .4s ease-in-out forwards;
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;
    -moz-animation: testim-content-out .5s ease-in-out forwards;
    -ms-animation: testim-content-out .5s ease-in-out forwards;
    -o-animation: testim-content-out .5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
    body {
        font-size: 14px;
    }
}

@media all and (max-width: 500px) {
    .testim .arrow {
        font-size: 1.5em;
    }

    .testim .cont div p {
        line-height: 25px;
    }
}

.test-slider {
    margin-top: 18%;
}

.float-right.navi {
    text-align: center;
}

small.smallest.mute {
    font-size: 15px;
}

.test-slider .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, .125) !important;
    border-radius: .25rem;
}

/** faq **/
.content p {
    text-align: justify;
    color: #1D1C2B;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.8em;
    font-weight: 400;
}

.panel-group .panel .panel-heading h4 a {
    background: none;
    display: block;
    font-size: 15px;
    line-height: 20px;
    text-decoration: none;
    transition: 0.10s all ease-in-out;
}

.pane1-group .pane1.panel-heading h4 a:hover,
.panel-group .panel .panel-heading h4 a:not(.collapsed) {
    transition: 0.15s all ease-in-out;
}

.panel-group .panel .panel-heading h4 a:not(.collapsed) i:before {
    content: "-";
    font-size: 30px;
    line-height: 10px;
}

.panel-group .panel .panel-heading h4 a i {
    font-size: 12px;
    margin: 11px;
    color: #fff;
    padding-top: 9px;
    padding-left: 11px;
}

.panel-group .panel .panel-body {
    padding-top: 0;
}

.panel-group .panel .panel-heading+.panel-collapse>.list-group,
.panel-group .panel .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
}

.panel-group .panel+.panel {
    border-top: none;
    margin-top: 0;
}

i.pull-right.fa.fa-plus {
    padding-left: 9px;
    background: #5AA1E3;
    height: 30px;
    width: 30px;
    padding-top: 6px;
    color: #fff;
}

.textwidget li {
    list-style: none;
}

.textwidget a {
    text-decoration: none;
}

#slider-image {
    width: 104%;
    height: 550px;
}

.Testimonials h6 {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    fill: #ffffff;
    color: #11467c;
    text-decoration: none;
    font-size: 30px;
    margin-bottom: 0px;
    background-color: #ffffff;
    padding: 15px 15px;
    width: 100%;
    text-align: center;
}

.faq-border {
    border-bottom: 3px solid #11467c;
    width: 11%;
    margin-left: 44.7%;
    margin-bottom: 30px;
}

.faq-border7 {
    border-bottom: 3px solid #11467c;
    width: 32%;
    margin-left: 34.1%;
    margin-bottom: 30px;
}

.faq-border1 {
    border-bottom: 3px solid #11467c;
    width: 25%;
    margin-left: 37.7%;
    margin-bottom: 35px;
}

.faq-border2 {
    border-bottom: 3px solid #11467c;
    width: 35%;
    margin-left: 32.7%;
    margin-bottom: 35px;
}

.faq-border3 {
    border-bottom: 3px solid #11467c;
    width: 13%;
    margin-left: 43.7%;
    margin-bottom: 35px;
}

.faq-border4 {
    border-bottom: 3px solid #11467c;
    width: 13%;
    margin-left: 43.7%;
    margin-bottom: 35px;
}

.Testimonials {
    margin-top: 0px;
}

/*blog*/
.blog p.card-text {
    text-align: justify;
    color: #1D1C2B;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.8em;
    font-weight: 400;
}

.card-img {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.card-title {
    margin-bottom: 0.3rem;
    font-size: 21px;
    padding-bottom: 10px;
}

.cat {
    display: inline-block;
    margin-bottom: 1rem;
}

.fa-users {
    margin-left: 1rem;
}

.card-footer {
    font-size: 0.8rem;
}

.blog h2 {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    fill: #ffffff;
    color: #11467c;
    text-decoration: none;
    font-size: 30px;
    margin-bottom: 0px;
    background-color: #ffffff;
    padding: 15px 15px;
    width: 100%;
    text-align: center;
}

.blog {
    margin-top: 80px;
}

div#footer {
    padding: 10px 0px 20px 0px;
    position: relative;
    z-index: 1;
    background-color: #11467c;
}

img.last-img {
    margin-left: -35px;
    margin-top: 45px;
}

.blog .btn-info {
    color: #fff;
    background-color: #11467c;
    border-color: #11467c;
}

.blog .btn-info:hover {
    color: #fff;
    background-color: #11467c;
    border-color: #11467c;
}

.text-info {
    color: #017075 !important;
}

.blog .card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
    text-align: center;
}

/*insta*/
.feature-card {
    background-image: url(../../img/front/inst-img1.png);
}

.feature-card.img2 {
    background-image: url(../../img/front/inst-img2.png);
}

.feature-card.img3 {
    background-image: url(../../img/front/inst-img3.png);
}

.feature-card.img4 {
    background-image: url(../../img/front/inst-img4.png);
}

.feature-card.img5 {
    background-image: url(../../img/front/inst-img5.png);
}

.feature-card.img6 {
    background-image: url(../../img/front/inst-img6.png);
}

.feature-card {
    width: 365px;
    height: 344px;
    margin: 2px auto;
    background-position: center top;
    background-size: cover;
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 7px #dfdfdf;
    margin-bottom: 14px;
}

.feature-card-deatails {
    position: absolute;
    bottom: -422px;
    left: 0;
    width: 100%;
    padding: 30px;
    background: rgb(0 0 0 / 52%);
    font-size: 15px;
    color: #888;
    height: 119%;
}

.insta01 {
    text-align: center;
    padding-top: 140px;
}

.insta01 i.fab.fa-instagram {
    color: #fff;
    font-size: 20px;
    font-weight: 100;
}

.insta05 i.fab.fa-instagram {
    padding-right: 15px;
    font-size: 28px;
}

.insta02 {
    float: right;
    padding-top: 165px;
}

.insta02 i.fas.fa-heart {
    color: #fff;
    font-size: 12px;
    padding-right: 3px;
}

.insta02 a {
    color: #fff !important;
    font-size: 12px;
}

.insta-page {
    margin-top: 30px;
}

.insta-page h2 {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    fill: #ffffff;
    color: #11467c;
    text-decoration: none;
    font-size: 30px;
    margin-bottom: 0px;
    background-color: #ffffff;
    padding: 15px 15px;
    width: 100%;
    text-align: center;
}

.feature-card-tilte {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 0;
    width: 100%;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
    padding: 20px;
    background: #fff;
}

.feature-card-tilte h3 {
    font-size: 22px;
    font-weight: 700;
    color: #373737;
}

.feature-card:hover .feature-card-tilte {
    bottom: -67px;
}

.feature-card-deatails i {
    font-size: 35px;
    color: #1d365c;
}

.feature-card-deatails h4 {
    font-size: 20px;
    color: #1d365c;
    margin: 15px 0;
    text-transform: uppercase;
    font-weight: 700;
}

.feature-card-deatails a {
    display: inline-block;
    margin-top: 15px;
    color: #1d365c;
    text-decoration: none;
    font-weight: 700;
}

.feature-card:hover .feature-card-deatails {
    bottom: 0;
}

.cards .card {
    border: 5px solid #11467c;
}

.row.row-cols-1.row-cols-md-3.g-4.cards3 {
    border: 0px solid #11467c;
}

small.text-p {
    margin-bottom: 1.6em;
    margin-top: 13px;
    text-align: justify;
    color: #1D1C2B;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1.8em;
    font-weight: 400;
}

span.last-name {
    margin-bottom: 1.6em;
    margin-top: 13px;
    text-align: justify;
    color: #1D1C2B;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1.8em;
    font-weight: 400;
}

/*footer*/
.copy-right button.btn.btn-default {
    background-color: #3f668e;
    width: 235px;
    margin-top: 6px;
    text-decoration: none;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.8em;
    font-weight: 400;
}

div#subscription_area {
    margin-left: -22px;
}

.copy-right input.form-control {
    width: 100% !important;
}

.copy-right .subscribe_now h4 {
    padding-top: 0px;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 8px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.border-bt {
    border: 2px solid #11467c;
    width: 35%;
    margin-bottom: 0px;
    margin-left: 68px;
}

.copy-right p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2px;
    color: #34495e;
    text-align: center;
}

.copy-right .subscribe_form {
    max-width: 470px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 2px 5px 0px rgba(10, 6, 20, 0.24);

    &:focus {
        outline: none;
    }

    .copy-right .form-control {
        border: none;

        &:focus {
            box-shadow: none;
        }
    }

    .copy-right input {
        height: 44px;
    }

    .copy-right button {
        border: none;
        height: 44px;
        background-color: #0ed085;
        color: #fff;
        margin: -1px;
        border-radius: 0;
        width: 135px;
        text-transform: uppercase;
        position: relative;
        transition: all ease 0.3s;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;

        &:hover,
        &:focus,
        &:active,
        &:visited {
            color: #fff;
            background-color: rgba(14, 208, 133, 0.77);
            outline: none;
            transition: all ease 0.3s;
            -webkit-transition: all ease 0.3s;
            -moz-transition: all ease 0.3s;
            -o-transition: all ease 0.3s;
            -ms-transition: all ease 0.3s;

            &:before {
                background-color: rgba(14, 208, 133, 0.77);
                transition: all ease 0.3s;
                -webkit-transition: all ease 0.3s;
                -moz-transition: all ease 0.3s;
                -o-transition: all ease 0.3s;
                -ms-transition: all ease 0.3s;
            }
        }

        &:before {
            content: '';
            position: absolute;
            top: 100%;
            left: 0;
            height: 1px;
            background-color: #0ed085;
            width: 100%;
            transition: all ease 0.3s;
            -webkit-transition: all ease 0.3s;
            -moz-transition: all ease 0.3s;
            -o-transition: all ease 0.3s;
            -ms-transition: all ease 0.3s;
        }
    }

    .input-group-btn:last-child>.btn,
    .input-group-btn:last-child>.btn-group {
        z-index: 2;
        margin-left: 0px;
    }
}

.footer-add {
    margin-top: 37px;
}

.footer-add ul {
    list-style: none;
    padding-left: 0;
    width: 287px;
}

.footer-add a {
    text-decoration: none;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.8em;
    font-weight: 400;
}

.footer-add li {
    padding-bottom: 10px;
}

.footer-add i.fa.fa-phone.text-theme-colored {
    color: #ffffff;
}

.footer-add i.fas.fa-envelope {
    color: #ffffff;
}

.footer-add i.fa.fa-globe.text-theme-colored {
    color: #ffffff;
}

.footer-add i.fas.fa-map-marker-alt {
    color: #ffffff;
}

ul.copy-right2 {
    padding-left: 0;
    margin-bottom: 5px;
}

h2.footer-hading {
    padding-top: 20px;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 30px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

img.footre-logo {
    margin-top: 30px;
    margin-bottom: 4px;
    margin-left: 37px;
}

p.lore-spam {
    margin-top: 50px !important;
}

.footer-img p {
    color: #fff;
    margin-top: 25px;
    text-align: justify;
    line-height: 1.7em;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

ul.wprt-links.clearfix.col2 {
    margin-top: -4px;
    line-height: 2;
    padding-left: 0;
    list-style: none;
    margin-left: 0px;
}

ul.wprt-links.clearfix.col2 li a {
    text-decoration: none;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.8em;
    font-weight: 400;
}

.col-sm-5.footer-li {
    flex: 0 0 48.666667%;
    max-width: 48.666667%;
}

.footer-li .fa-angle-double-right:before {
    content: "\f101";
    padding-right: 10px;
}

ul.last-adders {
    margin-top: 56px;
    line-height: 2.2;
    padding-left: 0;
}

ul.last-adders li {
    color: #fff;
    list-style: none;
}

ul.last-adders span {
    font-weight: 900;
}

ul.last-adders li a {
    color: #fff;
    text-decoration: none;
}

.last-footer {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: solid 1px #f0f0f0;
    font-size: 12px;
    width: 100%;
    bottom: 0;
    font-weight: 600;
    line-height: 1.5;
    color: #212529;
}

.last-footer span.saperator {
    width: 1px;
    background: #262626;
    height: 10px;
    margin: 0 10px;
    display: inline-block;
}

.last-footer a {
    text-decoration: none;
    color: #000;
}

.last-footer p {
    text-align: center;
}

.last-footer p {
    color: #fff;
    text-align: center;
    margin-left: 390px;
}

.footer-img {
    margin-top: 80px;
}

.copy-right p {
    text-align: center;
}

.footer-img i.fas.fa-angle-double-right {
    display: none;
}

}

p.lore-spam {
    margin-top: 50px;
}

.copy-right i.fab.fa-facebook-f {
    font-size: 18px;
    color: #ffffff !important;
    background-color: #11467c;
    border-radius: 50%;
    padding: 10px;
    width: 14%;
}

.copy-right i.fab.fa-instagram {
    font-size: 18px;
    color: #ffffff !important;
    background-color: #11467c;
    border-radius: 50%;
    padding: 10px;
    width: 14%;
}

.copy-right i.fab.fa-twitter {
    font-size: 18px;
    color: #ffffff !important;
    background-color: #11467c;
    border-radius: 50%;
    padding: 10px;
    width: 14%;
}

.copy-right {
    margin-top: 20px;
    padding-left: 0 !important;
}

.copy-right3.text-center {
    padding: 8px 0px;
    background-color: #ffffff;
    color: #000;
}

.copy-right3 p {
    margin-bottom: 0px !important;
}

/*contact-us*/
.adders1 {
    background-image: linear-gradient(to bottom right,
            #11467cb3,
            #a54059);
    padding: 15px;
    color: #fff;
}

.contact {
    padding-top: 70px;
}

.adders h5 {
    text-align: center;
    font-family: roboto;
    padding-bottom: 15px;
}

.adders p {
    text-align: center;
    color: #ffffff;
    font-family: 'Poppins',
        sans-serif;
    font-size: 14px;
    line-height: 1.8em;
    font-weight: 400;
}

i.fas.fa-location-arrow {
    color: #fff;
    font-size: 25px;
    padding-bottom: 20px;
}

.email h5 {
    text-align: center;
    font-family: roboto;
    padding-bottom: 15px;
}

.email p {
    text-align: center;
    font-size: 14px;
}

i.far.fa-envelope {
    font-size: 28px;
    color: #fff;
    padding-bottom: 17px;
}

.phone h5 {
    text-align: center;
    font-family: roboto;
    padding-bottom: 15px;
}

.phone p {
    text-align: center;
    font-size: 14px;
}

i.fas.fa-phone {
    font-size: 25px;
    color: #fff;
    padding-bottom: 21px;
}

.timing h5 {
    text-align: center;
    font-family: roboto;
    padding-bottom: 15px;
}

.timing p {
    text-align: center;
    font-size: 14px;
}

i.far.fa-clock {
    font-size: 25px;
    color: #fff;
    padding-bottom: 22px;
}

.col-sm-3.adders {
    text-align: center;
}

.col-sm-3.email {
    text-align: center;
}

.col-sm-3.phone {
    text-align: center;
}

.col-sm-3.timing {
    text-align: center;
}

.contact h2 {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    fill: #ffffff;
    color: #11467c;
    text-decoration: none;
    font-size: 30px;
    margin-bottom: 0px;
    background-color: #ffffff;
    padding: 15px 15px;
    width: 100%;
    text-align: center;
}

.cards {
    margin-top: 50px;
}

/*contact-us*/
.main-hading {
    height: 80px;
    margin-top: -13px;
    text-align: center;
    padding-top: 18px;
    background-color: #11467c;
    color: #fff;
}

/*block-first*/
.contact-block-first {
    margin-top: 20px;
}

.contact-block-first h1 {
    padding: 0 45px;
    font-size: 28px;
    line-height: 48px;
    font-family: Georgia,
        serif;
    color: #000;
    text-align: center;
}

.contact-first h1 {
    line-height: 0.5;
    text-align: center;
}

.contact-first h1 {
    position: relative;
}

.contact-second {
    margin-top: 22px;
}

.contact-second .contact-box {
    background-color: #f7f7f7;
}

.contact-box {
    max-width: 24%;
    height: 230px;
}

.contact-second .contact-box i {
    margin-top: 0px;
    border-color: #333333;
    background-color: #00467c;
    height: 65px;
    width: 65px;
    line-height: 69px;
    border-radius: 100%;
    color: #ffffff;
    font-size: 21px;
}

.contact-second h2 {
    font-size: 20px;
    line-height: 20px;
    font-family: Georgia,
        serif;
    color: #333333;
    margin-top: 15px;
    margin-bottom: 20px !important;
}

.contact-second p {
    text-align: center;
    margin-top: 15px;
    color: #1D1C2B;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.8em;
    font-weight: 400;
}

.contact-second .card {
    border: none;
}

.contact-second .card-body {
    background-color: #f7f7f7;
    border: none;
}

.card-body a {
    text-decoration: none;
    color: #000;
}

input:focus~label,
textarea:focus~label,
input:valid~label,
textarea:valid~label {
    font-size: 0.75em;
    color: #999;
    top: 5px;
    -webkit-transition: all 0.225s ease;
    transition: all 0.225s ease;
}

.styled-input {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    border-radius: 4px;
}

.styled-input label {
    color: #000;
    margin-bottom: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    pointer-events: none;
}

.styled-input label.error {
    color: red;
}

.styled-input.wide {
    width: 650px;
    max-width: 100%;
}

.form-map input,
textarea {
    padding: 8px;
    border: 0;
    width: 100%;
    font-size: 1rem;
    background-color: #eaeaea;
    color: #000;
    border-radius: 4px;
}

.form-map input:focus,
.form-map textarea:focus {
    outline: 0;
}

.form-map input:focus~span,
.form-map textarea:focus~span {
    width: 100%;
    -webkit-transition: all 0.075s ease;
    transition: all 0.075s ease;
}

.form-map textarea {
    width: 100%;
    min-height: 10em;
}

.submit-btn {
    float: right;
    padding: 7px 35px;
    border-radius: 60px;
    display: inline-block;
    background-color: #4b8cfb;
    color: white;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.06), 0 2px 10px 0 rgba(0, 0, 0, 0.07);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-decoration: none;
}

.submit-btn:hover {
    transform: translateY(1px);
    box-shadow: 0 1px 1px 0 rgba(0,
            0,
            0,
            0.10),
        0 1px 1px 0 rgba(0,
            0,
            0,
            0.09);
    color: white;
}

@media (max-width: 768px) {
    .submit-btn {
        width: 100%;
        float: none;
        text-align: center;
    }
}

input[type=checkbox]+label {
    color: #ccc;
    font-style: italic;
}

input[type=checkbox]:checked+label {
    color: #f00;
    font-style: normal;
}

img.zim1 {
    width: 100%;
}

.reauest-form h1 {
    text-align: center;
    margin-bottom: -20px;
    font-size: 28px;
}

/*pckage*/
.bd-bt {
    border-bottom: 3px solid #00467c;
    width: 25%;
    padding-top: 40px;
    margin-left: 182px;
    margin-bottom: -16px;
}

.bg-maincolor {
    background-image: linear-gradient(to bottom right,
            #11467cb3,
            #a54059);
}

.bg-maincolor2 {
    background-image: linear-gradient(to bottom right,
            #11467cb3,
            #a54059);
}

.bg-maincolor3 {
    background-image: linear-gradient(to bottom right,
            #11467cb3,
            #a54059);
}

.color-main {
    border-color: #5b83cd !important;
    color: #5b83cd !important;
}

.color-main2 {
    border-color: #11467c !important;
    color: #11467c !important;
}

.color-main3 {
    border-color: #11467c !important;
    color: #11467c !important;
}

.color-main4 {
    border-color: #3197d4 !important;
    color: #3197d4 !important;
}

.color-main5 {
    border-color: #11467c !important;
    color: #11467c !important;
}

.color-main6 {
    border-color: #32b9c2 !important;
    color: #32b9c2 !important;
}

.color-main7 {
    border-color: #8073b2 !important;
    color: #8073b2 !important;
}

.list-bordered {
    list-style: none;
    overflow: hidden;
    padding: 0;
}

.list-bordered li {
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    padding-bottom: 15px;
    padding-top: 14px;
    color: #1D1C2B;
    font-family: 'Poppins',
        sans-serif;
    font-size: 14px;
    line-height: 1.8em;
    font-weight: 400;
}

.list-bordered li+li {
    border-top: none;
}

.list-bordered.no-top-border>li:first-child {
    border-top: none;
}

.list-bordered.no-bottom-border>li:last-child {
    border-bottom: none;
}

.small-text {
    color: #4c4c4c;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

h5.special-heading {
    font-size: 24px;
    font-weight: 200;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

@media (max-width: 575px) {
    h5.special-heading {
        font-size: 20px;
    }
}

.special-heading {
    font-size: 38px;
    font-weight: 900;
    line-height: 1;
    word-wrap: break-word;
}

.special-heading.text-lowercase {
    font-size: 62px;
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 0;
}

h5.special-heading {
    letter-spacing: 0.2em;
    margin: -3px 0 0;
}

.special-heading+h1 {
    color: #ffffff;
    font-size: 32px;
    background-color: #11467c;
    padding: 10px 0px;
    width: 1117px;
    margin-left: -190px;
}

@media (max-width: 575px) {
    .special-heading+h1 {
        font-size: 35px;
    }
}

.choose-package h6 {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    fill: #ffffff;
    color: #11467c;
    text-decoration: none;
    font-size: 30px;
    margin-bottom: 0px;
    background-color: #ffffff;
    padding: 15px 15px;
    width: 100%;
    text-align: center;
}

.package .btn {
    border: 0;
    border-radius: 5px;
    box-sizing: border-box;
    height: 60px;
    padding: 2px;
    width: 180px;
    line-height: 3.2;
    color: #fff;
    font-size: 18px;
}

.btn-maincolor,
.btn-maincolor:not(:disabled):not(.disabled):active {
    background-image: linear-gradient(to bottom right,
            #11467cb3,
            #a54059);
}

.btn-maincolor2,
.btn-maincolor2:not(:disabled):not(.disabled):active {
    background-image: linear-gradient(to bottom right,
            #11467cb3,
            #a54059);
}

.btn-maincolor3,
.btn-maincolor3:not(:disabled):not(.disabled):active {
    background-image: linear-gradient(to bottom right,
            #11467cb3,
            #a54059);
}

.btn-outline-maincolor:hover span,
.btn-outline-maincolor2:hover span,
.btn-outline-maincolor3:hover span {
    background: transparent;
    color: #fff;
}

.btn-outline-maincolor span,
.btn-outline-maincolor2 span,
.btn-outline-maincolor3 span {
    background-color: #fff;
}

.btn-outline-maincolor,
.btn-outline-maincolor:not(:disabled):not(.disabled):active {
    background-image: -webkit-linear-gradient(left,
            #5b83cd 0%,
            #c280bf 100%);
    background-image: linear-gradient(to right,
            #5b83cd 0%,
            #c280bf 100%);
    color: #c280bf;
}

.btn-outline-maincolor2,
.btn-outline-maincolor2:not(:disabled):not(.disabled):active {
    background-image: -webkit-linear-gradient(left,
            #2165a9 0%,
            #3197d4 100%);
    background-image: linear-gradient(to right,
            #2165a9 0%,
            #3197d4 100%);
    color: #3197d4;
}

.btn-outline-maincolor3,
.btn-outline-maincolor3:not(:disabled):not(.disabled):active {
    background-image: -webkit-linear-gradient(left,
            #208291 0%,
            #32b9c2 100%);
    background-image: linear-gradient(to right,
            #208291 0%,
            #32b9c2 100%);
    color: #32b9c2;
}

.pricing-plan {
    box-shadow: 0 0px 10px 0px rgba(0,
            0,
            0,
            0.05);
    margin-bottom: 25px;
    margin-top: 25px;
    padding: 40px 40px 10px;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.pricing-plan .price-wrap {
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    font-size: 20px;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 0.7;
    margin: 42px 0 3px;
}

.pricing-plan .price-wrap[class*='bg-'] {
    margin-bottom: 0;
    margin-top: 50px;
    padding: 30px 30px 10px;
}

.pricing-plan .price-wrap .plan-price {
    font-size: 40px;
    font-weight: 700;
    padding: 0 6px;
}

.pricing-plan [class*='bg-'] {
    margin-left: -41px;
    margin-right: -41px;
    padding: 10px 30px 10px;
}

.pricing-plan .plan-name[class*='bg-'] {
    margin-top: -40px;
    padding-top: 10px;
}

.pricing-plan .plan-name h3 {
    font-size: 24px;
    line-height: 1;
    color: #ffffff;
}

@media (min-width: 1200px) {
    .pricing-plan {
        padding: 57px 60px 10px;
    }

    .pricing-plan [class*='bg-'] {
        margin-left: -61px;
        margin-right: -61px;
    }

    .pricing-plan .plan-name[class*='bg-'] {
        margin-top: -57px;
    }

    .pricing-plan.plan-featured [class*='bg-'] {
        margin-left: -60px;
        margin-right: -60px;
    }
}

.pricing-plan .plan-features {
    margin: 38px 0 0;
}

.pricing-plan .plan-button {
    position: relative;
    top: 38px;
}

.pricing-plan.plan-featured {
    border: 5px solid #2165a9;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.pricing-plan.plan-featured .plan-button {
    top: 48px;
}

.pricing-plan.rounded .plan-name {
    border-radius: 5px 5px 0 0;
}

.plan-desc {
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 40px;
}

@media (max-width: 767px) {
    .plan-desc {
        -webkit-justify-content: space-around !important;
        justify-content: space-around !important;
    }
}

@media (max-width: 991px) {
    .plan-desc {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .plan-desc {
        margin: 40px -15px 0;
    }
}

.plan-desc h4 {
    font-weight: 200;
    letter-spacing: 5px;
    line-height: 1.3;
    margin: 0;
}

.plan-desc .price-icon {
    -webkit-transform: translateX(7%);
    -ms-transform: translateX(7%);
    transform: translateX(7%);
}

.plan-desc p {
    line-height: 0;
}

.plan-desc .plan-content {
    margin-top: 10px;
}

@media (max-width: 767px) {
    .plan-desc .plan-content {
        margin-top: 25px;
    }
}

.pricing-plan {
    box-shadow: 0 0px 10px 0px rgb(0 0 0 / 10%);
    background: #ffffff;
    margin-bottom: 70px;
}

@media (min-width: 991px) {
    .pricing-plan.pricing-plan:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.package {
    margin-top: 60px;
}

/*service*/
.cards .card-body {
    flex: 1 1 auto;
    padding: 1rem 0.5rem;
}

p.card-text {
    text-align: center;
    color: #1D1C2B;
    font-family: 'Poppins',
        sans-serif;
    font-size: 14px;
    line-height: 1.8em;
    font-weight: 400;
}

.red-bt {
    text-align: center;
    margin-top: 30px;
}

.red-bt1 {
    text-align: center;
}

.red-bt1 .btn-info {
    color: #fff;
    background-color: #11467c;
    border-color: #11467c;
    margin-bottom: 20px;
}

.pen-info {
    flex: 0 0 100%;
    text-align: center;
}

.pen-info__title {
    font-family: 'Abril Fatface',
        cursive;
    font-size: 40px;
    letter-spacing: 1.8px;
    margin: 0;
}

.pen-info__p {
    font-size: 17px;
}

.demo {
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.demo__div {
    -webkit-box-shadow: -1px 9px 18px -5px rgba(17,
            17,
            17,
            1);
    -moz-box-shadow: -1px 9px 18px -5px rgba(17,
            17,
            17,
            1);
    box-shadow: -1px 9px 18px -5px rgba(17,
            17,
            17,
            1);
}

/* ===== MAIN CODE ===== */
.people {
    flex: 0 0 23%;
    min-width: 350px;
    height: 400px;
    margin: 25px 5px 0;
    background-color: rgba(229,
            229,
            229,
            1);
    position: relative;
    backface-visibility: hidden;
    overflow: hidden;
    backface-visibility: hidden;
}

.people__img {
    width: 100%;
    height: 400px;
    margin: 0 auto;
    display: block;
    object-fit: cover;
    object-position: center;
    transform-origin: center;
    transition: all 0.4s;
}

.people:nth-of-type(1) .people__img {
    object-position: top center;
    background-color: #fff;
}

.people__div--name {
    background-color: rgba(255,
            255,
            255,
            0.8);
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 100%;
    max-width: 300px;
    line-height: 1.5;
    padding: 0 20px;
    transition: all 0.4s;
}

.people:hover .people__div--name {
    left: -0%;
}

.people-name {
    font-size: 20px !important;
    padding: 13px 0px !important;
}

.people__div--info {
    position: absolute;
    bottom: -2px;
    height: 46%;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    background-color: #fff;
    transition: all 0.4s;
    display: none;
}

.people:hover .people__div--info {
    opacity: 1;
    visibility: visible;
}

.people__name {
    margin: 10px 0;
}

.people__desc {
    line-height: 1.5;
    margin: 0 0 20px;
    text-align: justify;
}

@media only screen and (max-width: 1200px) {
    .people {
        flex: 0 0 48%;
    }
}

@media only screen and (max-width: 767px) {
    .people {
        flex: 0 0 100%;
        min-width: unset;
        max-width: 400px;
        margin: 25px auto 0;
    }
}

.services {
    margin-top: 50px;
}

p.card-text.succes01 {
    margin-top: 32px;
}

/*blog*/
.blogs-page {
    margin-top: 70px;
}

.blogs-page1 img {
    width: 100%;
    border: 5px solid #11467c;
}

.border-line:after {
    content: "";
    height: 2px;
    position: absolute;
    width: 50px;
    border: 1px solid #11467c;
}

.border-line {
    padding-bottom: 15px;
}

.right-img h3 {
    font-size: 16px;
}

.left-img {
    float: left;
    padding-right: 11px;
    margin-bottom: 20px;
}

.right-img {
    margin-bottom: 42px;
}

.border-line h2 {
    font-weight: 500;
    letter-spacing: 0.7px;
    fill: #ffffff;
    color: #11467c;
    text-decoration: none;
    font-size: 25px;
    position: relative;
    font-family: 'Poppins',
        sans-serif;
}

.blogs-page1 h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #1f1f1f;
    line-height: 1.4em;
    font-family: 'Poppins',
        sans-serif;
    margin-top: 0px;
    text-align: center;
}

.blogs-page1 p {
    text-align: justify;
    color: #1D1C2B;
    font-family: 'Poppins',
        sans-serif;
    font-size: 14px;
    line-height: 1.8em;
    font-weight: 400;
    margin-top: 25px;
}

/*blog-page1*/
.blog-posts {
    width: min(1200px,
            100%);
    padding: 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    cursor: pointer;
    margin-top: 65px;
}

.post {
    width: calc(50% - 10px);
    overflow: hidden;
    margin-bottom: 20px;
}

.post-img {
    width: 100%;
    border-radius: 6px;
    transition: .3s linear;
}

.post-content {
    background-color: #11467c54;
    margin: 0 20px;
    padding: 30px;
    border-radius: 6px;
    transform: translateY(0px);
    transition: .3s linear;
    margin-bottom: 0px;
}

.post-content h3 {
    margin-bottom: 10px;
    text-align: justify;
    color: #000000;
    font-family: 'Poppins',
        sans-serif;
    font-size: 13px;
    line-height: 1.8em;
    font-weight: 600;
}

.date {
    font-size: 15px;
    font-style: italic;
    color: #e77f67;
}

.post:hover .post-img {
    transform: translateY(0px);
}

.post:hover .post-content {
    transform: translateY(0px);
}

a.blog-read {
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
    background-color: #11467c;
    padding: 2px 7px;
    border-radius: 10px;
}

/*about-us*/
.abouts {
    margin-top: 60px;
}

.abouts2 h2 {
    font-size: 23px;
    color: #1f1f1f;
    font-weight: 400;
    text-transform: capitalize;
    margin: -5px 0px 25px;
    position: relative;
    font-family: 'Poppins',
        sans-serif;
    line-height: 1.6em;
}

.abouts2 p {
    text-align: justify;
    color: #1D1C2B;
    font-family: 'Poppins',
        sans-serif;
    font-size: 14px;
    line-height: 1.8em;
    font-weight: 400;
}

.abouts2 h4 {
    font-size: 18px;
    font-weight: 400;
    color: #1f1f1f;
    position: relative;
    font-family: 'Poppins',
        sans-serif;
    line-height: 1.6em;
}

span.fd {
    color: #9e9e9e;
    font-weight: 400;
}

.abouts2 h5 {
    font-size: 20px;
    font-weight: 400;
    color: #11467c;
    position: relative;
    line-height: 1.6em;
    font-family: 'Shadows Into Light';
}

.abouts3 {
    margin-top: 30px;
}

.abouts1 img {
    width: 100%;
}

.slider-test {
    margin-top: 50px;
}

.slider-test h2 {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    fill: #ffffff;
    color: #11467c;
    text-decoration: none;
    font-size: 30px;
    margin-bottom: 0px;
    background-color: #ffffff;
    padding: 15px 15px;
    width: 100%;
    text-align: center;
}

/*success-storie*/
.success-storie {
    margin-top: 50px;
}

.success-storie img {
    width: 100%;
}

/*BRM*/
.nav {
    background-color: #fff;
    padding: 25px;
}

.nav-tabs {
    border-bottom: none !important;
}

#tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #336683 !important;
    background-color: #a4d6ef !important;
    border-color: transparent transparent #f3f3f3;
}

#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    color: #eee;
    font-size: 20px;
    background-color: #336683;
    border: 2px solid #a4d6ef;
    color: #fff;
}

.nav-item {
    border-radius: 0 !important;
}

.nav-item:last-child {
    border-top-right-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important;
}

.nav-item:first-child {
    border-top-left-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
}

.nav-tabs .nav-link.active {
    background-color: #ffffff !important;
}

.card-default {
    color: #000;
    background: linear-gradient(#fff,
            #ebebeb) repeat scroll 0 0 transparent;
    font-weight: 600;
    border-radius: 6px;
}

h6.section-title {
    margin-top: 45px;
    margin-bottom: 9px;
    font-size: 20px;
    padding: 0px 30px;
}

.zym-form .btn-success {
    color: #fff;
    background-color: #11467c;
    border-color: #11467c;
    border-radius: 100px;
    margin-top: 15px;
    padding: 3px 20px;
}

.col-xs-12.bmr01 {
    width: 65%;
    /* background-color: #f9f9f9; */
    box-shadow: 1px 1px 12px -6px #11467c;
    margin-left: 210px;
}

.zym-form .btn-success {
    color: #fff;
    background-color: #11467c;
    border-color: #11467c;
}

.zym-form .btn-warning:hover {
    color: #fff !important;
    background-color: #11467c !important;
    border-color: #11467c !important;
}

.zym-form .btn-warning {
    color: #fff !important;
    background-color: #11467c !important;
    border-color: #11467c !important;
}

.zym-form button,
input,
optgroup,
select,
textarea {
    margin: 5px 0px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    display: flex;
    align-content: flex-end;
    width: 100%;
    height: 32px;
}

.tools-form select:focus,
.tools-form input:focus {
    outline: none;
}

.buttons.reset01 input[type="reset"] {
    width: 100%;
    padding: 0px;
    border-radius: 51px;
    background-color: #11467c;
    color: #fff;
    padding-left: 33px;
    /* margin-bottom: -25px; */
    margin-top: 15px;
}

.buttons.reset01 input#calculate {
    width: 100%;
    padding: 10px;
    border-radius: 51px;
    background-color: #11467c;
    color: #fff;
    padding-left: 10px;
}

.col-sm-6.reset02 {
    width: 20%;
}

.choose-main h2 {
    color: #000;
    font-size: 17px;
    font-weight: 700;
}

.choose-main p {
    text-align: justify;
    color: #1D1C2B;
    font-family: 'Poppins',
        sans-serif;
    font-size: 14px;
    line-height: 1.8em;
    font-weight: 400;
}

p.Stories02 {
    text-align: justify;
    color: #1D1C2B;
    font-family: 'Poppins',
        sans-serif;
    font-size: 14px;
    line-height: 1.8em;
    font-weight: 400;
}

.card .carousel-item {
    height: 350px;
}

.card .carousel-caption {
    padding: 0;
    right: 0;
    left: 0;
    color: #3d3d3d;
}

.card .carousel-caption h3 {
    color: #3d3d3d;
}

.card .carousel-caption p {
    line-height: 30px;
}

.card .carousel-caption .col-sm-3 {
    display: flex;
    align-items: center;
}

.card .carousel-caption .col-sm-9 {
    text-align: left;
}

.navi a {
    text-decoration: none;
}

.cards a>.ico {
    background-color: grey;
    padding: 10px;
}

.cards a:hover>.ico {
    background-color: #666;
}

.carousel-indicators1 {
    right: 0;
    bottom: -30px;

    li {
        background-color: red;
        outline: 1px solid lightgray;
    }

    .active {
        background-color: blue;
        outline: 1px solid black;
    }
}

.cards img {
    height: auto;
}

h5.card-title.slide01 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 3px;
}

span.slide-show {
    font-size: 14px;
    color: #1D1C2B;
}

div#faq\ main-page {
    margin-top: 50px;
}

.slider {
    position: relative;
    overflow: hidden;
}

.slider__wrapper {
    display: flex;
    transition: transform 0.6s ease;
}

.slider__control {
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    height: 50px;
    transform: translateY(-25%);
    background: rgba(0,
            0,
            0,
            .5);
}

.slider__control:hover,
.slider__control:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

.slider__control_left {
    left: 0;
}

.slider__control_right {
    right: 0;
}

.slider__control::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.slider__control_left::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.slider__control_right::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.slider__item>div {
    padding: 10px;
}

.second-slider {
    display: none;
}

.container.test01 {
    height: 190px;
}

.terms {
    float: right;
}

.services .card {
    margin-bottom: 20px;
}

.footer {
    position: absolute;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: solid 1px #f0f0f0;
    font-size: 12px;
    width: 100%;
    bottom: 0;
}


.privacy-police {
    margin-top: 60px;
}


.privacy-police h2 {
    margin: 0.0px 0.0px 16.0px 0.0px;
    font: 16px Arial;
    color: #000000;
    font-weight: 700;
}

.privacy-police p {
    color: #1D1C2B;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

span.privacy-police01 {
    text-align: justify;
    font: 15px Arial;
    color: #535353;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 20px;
    width: 100%;
}

.tools-form li {
    list-style: none;
}

.tools-form .calc-btn {
    padding: 4px 67px;
    background-color: #11467c;
    display: block;
    margin: .375rem 0;
    height: calc(1.5em + .75rem);
}

.tools-form .calc-bmr-btn {
    padding: 4px 67px;
    background-color: #11467c;
    margin: .375rem 0;
    height: calc(1.5em + .75rem);
}

.tools-form10 {
    border: 0px solid #aba9a9;
    padding: 10px;
    border-radius: 3px;
    background-blend-mode: saturation;
    box-shadow: 1px 1px 12px -6px #11467c;
}

.check02 {
    border-bottom: 1px solid #9a9a9a;
    padding: 3px 12px;
    margin-top: 16px;
    margin-bottom: 20px;
}

.btn-primary2 {
    color: #fff;
    background-color: #11467c;
    border-color: #0d6efd;
    padding: 8px 50px;
    margin-right: 20px;
}

.tl01 .btn:hover {
    color: #fff;
}

.share {
    position: fixed;
    left: 0;
    top: 50%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
}

.share li {
    position: relative;
}

.share li:nth-of-type(1) .social-link,
.share li:nth-of-type(1) .social-link,
.share li:nth-of-type(1) .social-link:hover {
    background: #11467c 50% 50% no-repeat;
    background-size: 25px auto;
}

.share li:nth-of-type(1) .nav-label {
    -moz-transition: background 0.4s ease, -moz-transform 0.4s ease 0.1s;
    -o-transition: background 0.4s ease, -o-transform 0.4s ease 0.1s;
    -webkit-transition: background 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transition-delay: 0s, 0.1s;
    transition: background 0.4s ease, transform 0.4s ease 0.1s;
    background: #1e2e4f;
}

.share li:nth-of-type(1) .social-link:hover .nav-label {
    -moz-transition: -moz-transform 0.4s ease, background 0.4s ease 0.1s;
    -o-transition: -o-transform 0.4s ease, background 0.4s ease 0.1s;
    -webkit-transition: -webkit-transform 0.4s ease, background 0.4s ease;
    -webkit-transition-delay: 0s, 0.1s;
    transition: transform 0.4s ease, background 0.4s ease 0.1s;
    background: #4099FF;
}

.share li:nth-of-type(2) .social-link,
.share li:nth-of-type(2) .social-link,
.share li:nth-of-type(2) .social-link:hover {
    background: #5ebb46 50% 50% no-repeat;
    background-size: 25px auto;
}

.share li:nth-of-type(2) .nav-label {
    -moz-transition: background 0.4s ease, -moz-transform 0.4s ease 0.1s;
    -o-transition: background 0.4s ease, -o-transform 0.4s ease 0.1s;
    -webkit-transition: background 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transition-delay: 0s, 0.1s;
    transition: background 0.4s ease, transform 0.4s ease 0.1s;
    background: #0065d9;
}

.share li:nth-of-type(2) .social-link:hover .nav-label {
    -moz-transition: -moz-transform 0.4s ease, background 0.4s ease 0.1s;
    -o-transition: -o-transform 0.4s ease, background 0.4s ease 0.1s;
    -webkit-transition: -webkit-transform 0.4s ease, background 0.4s ease;
    -webkit-transition-delay: 0s, 0.1s;
    transition: transform 0.4s ease, background 0.4s ease 0.1s;
    background: #4099FF;
}

.share li:nth-of-type(3) .social-link,
.share li:nth-of-type(3) .social-link:hover {
    background: #000 url("img/front/chat-icon.png") 50% 50% no-repeat;
    background-size: 25px auto;
}

.share li:nth-of-type(3) .nav-label {
    -moz-transition: background 0.4s ease, -moz-transform 0.4s ease 0.1s;
    -o-transition: background 0.4s ease, -o-transform 0.4s ease 0.1s;
    -webkit-transition: background 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transition-delay: 0s, 0.1s;
    transition: background 0.4s ease, transform 0.4s ease 0.1s;
    background: #0065d9;
}

.share li:nth-of-type(3) .social-link:hover .nav-label {
    -moz-transition: -moz-transform 0.4s ease, background 0.4s ease 0.1s;
    -o-transition: -o-transform 0.4s ease, background 0.4s ease 0.1s;
    -webkit-transition: -webkit-transform 0.4s ease, background 0.4s ease;
    -webkit-transition-delay: 0s, 0.1s;
    transition: transform 0.4s ease, background 0.4s ease 0.1s;
    background: #4099FF;
}

.share li .social-link {
    padding: 0;
    display: block;
    cursor: pointer;
    width: 40px;
    height: 40px;
    padding: 10px 13px;
}

.share li .social-link .nav-label {
    font-family: sans-serif;
    font-size: 14px;
    color: white;
    display: block;
    height: 40px;
    position: absolute;
    top: 0px;
    top: 0rem;
    margin-left: 25px;
    line-height: 40px;
    padding: 0 20px;
    white-space: nowrap;
    z-index: 4;
    -moz-transition: -moz-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    -moz-transform-origin: left 50%;
    -ms-transform-origin: left 50%;
    -webkit-transform-origin: left 50%;
    transform-origin: left 50%;
    -moz-transform: rotateY(-90deg);
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}

.share li .social-link .nav-label span {
    position: relative;
    -moz-transform-origin: left 50%;
    -ms-transform-origin: left 50%;
    -webkit-transform-origin: left 50%;
    transform-origin: left 50%;
    -moz-transform: rotateY(-90deg);
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}

@media (hover: hover) and (pointer: fine) {

    .share li .social-link:hover .nav-label,
    .share li .social-link:hover .nav-label span {
        -moz-transform: rotateY(0);
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
}

.social-link i {
    font-size: 22px;
    color: #fff;
}

.share .fa-phone:before {
    content: "\f095";
    color: #fff;
    text-align: center;
    margin-left: -4px;
}

.share .fa-comment:before {
    content: "\f075";
    color: #fff;
    text-align: center;
    margin-left: -4px;
}

.share .fa-envelope-o:before {
    content: "\f003";
    color: #fff;
    text-align: center;
    margin-left: -4px;
}

.share i.far.fa-envelope {
    content: "\f095";
    color: #fff;
    text-align: center;
    margin-left: -4px;
}

.side-pop span {
    margin-top: -3px;
    margin-top: -3px;
    padding: 0px 0px 0px 0px;
    background-color: #6ab43e;
    border-radius: 10px 10px 0 0;
    color: #ffffff;
    font-size: 24px;
    position: absolute;
    right: -75px;
    top: 250px;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    width: 190px;
    height: 40px;
    font-family: Georgia, serif;
    transition: all 0.6s ease 0s;
    font-weight: bold;
    text-align: center;
    position: fixed;
}

.message.hidden {
    display: none;
}

.message.success {
    background: #e3fcec;
    color: #1f9d55;
    border-color: #51d88a;
    float: left;
    bottom: 0px;
    left: 0px;
    position: fixed;
    padding: 10px;
    text-align: center;
    z-index: 1;
    width: 100%;
}

.message.error {
    background: #fcebea;
    color: #cc1f1a;
    border-color: #ef5753;
    float: left;
    bottom: 0px;
    left: 0px;
    position: fixed;
    padding: 10px;
    text-align: center;
    z-index: 2;
    width: 100%;
}