

body {
    background-color: #f7f7f7 !important;
}

.arrownone {
    display: inline-block !important;
}

@media only screen and (max-width: 600px) {
    .arrownone {
        display: none !important;
    }
}
    /* NAVBAR START */

    .hovnav:hover a {
        border-bottom: 2px solid #3FA9FF;
    }


    .dropdown-hov {
        height: auto;
        width: auto;
        padding: 10px;
        border-radius: 5px;
        border: 0.5px solid lightgray;
        background-color: white;
        position: absolute;
        top: 65px;
        right: 5px;
        z-index: 100000;
        display: none;
    }

    .hov-drop:hover .dropdown-hov {
        display: block !important;
    }
    /* NAVBAR END */
    /* SEARCH START */

    .search {
        padding: 4px;
        border-radius: 5px
    }

    .search-1 {
        position: relative;
        width: 100%
    }

        .search-1 input {
            height: 45px;
            border: none;
            width: 100%;
            padding-left: 34px;
            padding-right: 10px;
            border-right: 2px solid #eee
        }

            .search-1 input:focus {
                border-color: none;
                box-shadow: none;
                outline: none
            }

        .search-1 i {
            position: absolute;
            top: 12px;
            left: 5px;
            font-size: 24px;
            color: darkgray;
        }

    ::placeholder {
        color: #eee;
        opacity: 1
    }

    .search-2 {
        position: relative;
        width: 100%
    }

        .search-2 input {
            height: 45px;
            border: none;
            width: 100%;
            padding-left: 18px;
            padding-right: 100px
        }

            .search-2 input:focus {
                border-color: none;
                box-shadow: none;
                outline: none
            }

        .search-2 i {
            position: absolute;
            top: 12px;
            left: -12px;
            font-size: 24px;
            color: darkgray;
        }

        .search-2 button {
            position: absolute;
            right: -13px;
            top: 0px;
            border: none;
            height: 45px;
            background-color: #3FA9FF;
            color: #fff;
            width: 90px;
            border-radius: 4px
        }

    @media (max-width:800px) {
        .search-1 input {
            border-right: none;
            border-bottom: 1px solid #eee
        }

        .search-2 i {
            left: 4px
        }

        .search-2 input {
            padding-left: 34px
        }

        .search-2 button {
            height: 37px;
            top: 5px
        }
    }
    /* SEARCH END */

    .searchbox .search {
        position: relative;
    }

        .searchbox .search input {
            height: 60px;
            text-indent: 25px;
            border: 2px solid #d6d4d4;
        }

            .searchbox .search input:focus {
                box-shadow: none;
                border: 2px solid blue;
            }

        .searchbox .search i {
            position: absolute;
            top: 20px;
            left: 16px;
        }

        .searchbox .search button {
            position: absolute;
            top: 5px;
            right: 5px;
            height: 50px;
            width: 110px;
            background: blue;
        }
    /* SEARCH END */
    /* BANNER ONE START */
    .banner1 {
        overflow: hidden;
        border-radius: 5px;
    }

        .banner1 img {
            transition: transform .5s;
        }

        .banner1:hover img {
            transform: scale(1.1);
        }
    /* BANNER ONE END */
    /* TABPANE START */

    section {
        padding: 60px 0;
    }

        section .section-title {
            text-align: center;
            color: #007b5e;
            margin-bottom: 50px;
            text-transform: uppercase;
        }

    #tabs {
        background: white;
        color: #223974;
    }

        #tabs h6.section-title {
            color: #223974;
        }

        #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            color: #f3f3f3;
            background-color: #223974;
            border-color: transparent transparent #f3f3f3;
            border-bottom: 4px solid !important;
            font-size: 20px;
            font-weight: bold;
        }

        #tabs .nav-tabs .nav-link {
            border: 1px solid transparent;
            /* border-top-left-radius: .25rem; */
            /* border-top-right-radius: .25rem; */
            border-radius: 0px;
            color: #eee;
            font-size: 20px;
            background-color: #3FA9FF;
        }
    /* TABPANE END */
    /* TESTIMONIAL START */



    .testim {
        width: 100%;
        /* position: absolute; */
        /* top: 50%; */
        -webkit-transform: translatey(-50%);
        -moz-transform: translatey(-50%);
        -ms-transform: translatey(-50%);
        -o-transform: translatey(-50%);
        transform: translatey(-50%);
    }

        .testim .wrap {
            position: relative;
            width: 100%;
            max-width: 1020px;
            padding: 40px 20px;
            margin: auto;
        }

        .testim .arrow {
            display: block;
            position: absolute;
            color: #333;
            cursor: pointer;
            font-size: 2em;
            top: 50%;
            -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: #3FA9FF;
            }


            .testim .arrow.left {
                left: 70px;
            }

            .testim .arrow.right {
                right: 70px;
            }

        .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 #3FA9FF;
                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: #3FA9FF;
                    border-color: #3FA9FF;
                }

                .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: #3FA9FF;
                font-size: 1em;
                margin: 15px 0;
            }

            .testim .cont div p {
                font-size: 1.15em;
                color: #333;
                width: 70%;
                margin: auto;
            }

            .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;
                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;
                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;
                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;
                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;
                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;
                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) {
    }

    @media all and (max-width: 500px) {
        .testim .arrow {
            font-size: 1.5em;
        }

        .testim .cont div p {
            line-height: 25px;
        }
    }
    /* TESTIMONIAL END */
    /* NEWSLETTER START */
    /* NEWSLETTER END */
    /* FOOTER STRAT */

    .listtype a {
        text-decoration: none !important;
    }

        .listtype a:hover i {
            transform: translateX(5px);
        }
    /* FOOTER END */
    /* SOCIAL MEDIA ICONS START */

    .s-soft {
        position: fixed;
        top: 250px;
        left: 10;
        z-index: 1000;
        transition: all linear 0.2s;
    }

        .s-soft a:first-child {
            border-radius: 0 5px 0 0;
        }

        .s-soft a:last-child {
            border-radius: 0 0 5px 0;
        }

    .s-item {
        display: block;
        width: 60px;
        height: 60px;
        color: white;
        font-size: 25px;
        line-height: 60px;
        text-align: center;
        transition: all linear 0.2s;
    }

        .s-item:hover {
            width: 110px;
            border-radius: 0px 20px 20px 0px;
        }

    #so-open {
        position: fixed;
        top: 100px;
        left: -90px;
        border-radius: 0 30px 30px 0;
        transition: all linear 0.2s;
    }

    .facebook {
        background-color: #3b5999;
    }

    .twitter {
        background-color: #3AAFD6;
    }

    .print {
        background-color: #de3c7d;
    }

    .pinterest {
        background-color: #BD081C;
    }

    .linkedin {
        background-color: #0e76a8;
    }

    .instagram {
        background-color: #c32aa3;
    }

    .so-collapse {
        left: -60px;
    }

    .whatsapp-button {
        position: fixed;
        bottom: 45px;
        right: 15px;
        z-index: 99;
        background-color: #25d366;
        border-radius: 50px;
        color: #ffffff;
        text-decoration: none;
        width: 50px;
        height: 50px;
        font-size: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        -webkit-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
        -moz-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
        box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
        animation: effect 5s infinite ease-in;
    }

    @keyframes effect {
        20%, 100% {
            width: 50px;
            height: 50px;
            font-size: 30px;
        }

        0%, 10% {
            width: 55px;
            height: 55px;
            font-size: 35px;
        }

        5% {
            width: 50px;
            height: 50px;
            font-size: 30px;
        }
    }
    /* SOCIAL MEDIA ICONS END */
    .offcanva {
        margin-top: -30px;
    }

        .offcanva li {
            list-style-type: none;
            margin-top: 20px;
        }


    .searchh {
        width: 100%;
        position: relative;
        display: flex;
    }

    ::placeholder {
        color: gray;
    }

    .searchTerm {
        width: 100%;
        border: 3px solid #3FA9FF;
        border-right: none;
        padding: 5px;
        height: 36pxpx;
        border-radius: 5px 0 0 5px;
        outline: none;
        color: #3FA9FF;
    }

        .searchTerm:focus {
            color: #3FA9FF;
        }

    .searchButton {
        width: 40px;
        height: 36px;
        border: 1px solid #3FA9FF;
        background: #3FA9FF;
        text-align: center;
        color: #fff;
        border-radius: 0 5px 5px 0;
        cursor: pointer;
        font-size: 20px;
    }
    /*Resize the wrap to see the search bar change!*/
    /* FAQs START */

    .faq-item {
        padding: 20px;
        margin-bottom: 2px;
        background: #fff;
    }

    .faq-question {
        font-size: 18px;
        font-weight: 600;
        color: #3FA9FF;
        display: block;
    }

        .faq-question:hover {
            color: #179d82;
        }

    .faq-answer {
        margin-top: 10px;
        background: #f3f3f4;
        border: 1px solid #e7eaec;
        border-radius: 3px;
        padding: 15px;
    }

    .faq-item .tag-item {
        background: #f3f3f4;
        padding: 2px 6px;
        font-size: 10px;
        text-transform: uppercase;
    }

    .ibox {
        clear: both;
        margin-bottom: 25px;
        margin-top: 0;
        padding: 0;
    }

        .ibox.collapsed .ibox-content {
            display: none;
        }

        .ibox.collapsed .fa.fa-chevron-up:before {
            content: "\f078";
        }

        .ibox.collapsed .fa.fa-chevron-down:before {
            content: "\f077";
        }

        .ibox:after,
        .ibox:before {
            display: table;
        }

    .ibox-title {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background-color: #ffffff;
        border-color: #e7eaec;
        border-image: none;
        border-style: solid solid none;
        border-width: 3px 0 0;
        color: inherit;
        margin-bottom: 0;
        padding: 14px 15px 7px;
        min-height: 48px;
    }

    .ibox-content {
        background-color: #ffffff;
        color: inherit;
        padding: 15px 20px 20px 20px;
        border-color: #e7eaec;
        border-image: none;
        border-style: solid solid none;
        border-width: 1px 0;
    }

    .ibox-footer {
        color: inherit;
        border-top: 1px solid #e7eaec;
        font-size: 90%;
        background: #ffffff;
        padding: 10px 15px;
    }
    /* WRAPPERS */
    #wrapper {
        width: 100%;
        overflow-x: hidden;
    }

    .wrapper {
        padding: 0 20px;
    }

    .wrapper-content {
        padding: 20px 10px 40px;
    }

    #page-wrapper {
        padding: 0 15px;
        min-height: 568px;
        position: relative !important;
    }

    @media (min-width: 768px) {
        #page-wrapper {
            position: inherit;
            margin: 0 0 0 240px;
            min-height: 2002px;
        }
    }

/* FAQs END */


