/*--------------------------------------------------------------------------
	General Style
--------------------------------------------------------------------------*/
body {
    background: #FFFFFF;
    font-family: 'Raleway', sans-serif;
}

.section {
    padding: 30px 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

.section-white {
    background: #FFF
}

.section-dark {
    background: #151515
}

    .section-dark h3 {
        color: #FFF;
        font-size: 18px;
        font-weight: 200
    }

.section .container:first-child h1, .section .container:first-child h2, .section .container:first-child h3 {
    margin-top: 15px;
    font-weight: 700
}

.input-
micro {
    width: 50px;
    margin-bottom: 0 !important
}

p {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 26px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(79, 141, 179, 0.8);
    outline: 0;
    outline: thin dotted \9; /* IE6-9 */
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(79, 141, 179, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(79, 141, 179, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(79, 141, 179, 0.6);
    color: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(79, 141, 179, 0.6);
}

ul.no-list-style {
    list-style-type: none;
    margin-left: 0;
}

    ul.no-list-style li {
        line-height: 28px;
    }

div[class*="span"] {
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    -ms-transition: all .4s linear;
    transition: all .4s linear;
}
/*--------------------------------------------------------------------------
	Typography Style
--------------------------------------------------------------------------*/
body {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #535b60;
}

h1 {
    color: #4c4e93;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
}

h2 {
    color: #4c4e93;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 40px;
    line-height: 1.5em;
    margin: 30px 0 20px 0;
    color: #000000;
    text-transform: uppercase;
}

h3 {
/*    font-family: 'Raleway', sans-serif;
    color: #53555c;
    font-weight: bold;
    font-size: 1.5em;*/
    font-family: 'Raleway', sans-serif;
    color: #53555c;
    font-weight: 600 !important;
    font-size: 1.5em;
}

h4 {
    font-family: 'Raleway', sans-serif;
    color: #53555c;
    font-weight: bold;
    margin-bottom: 10px;
}

a {
    color: #fff;
    outline: 0;
}

    a:hover {
        color: #ffffff;
        text-decoration: none;
        outline: 0;
    }

/*******************************************header styleing starts here ***************************************************************/
header {
    color: #fff;
}

    header .top_sect {
        background: #393991;
    }

    header span {
        font-size: 15px;
        padding: 10px 0px 10px;
        display: block;
    }

    header .social_icon {
        float: right;
    }

        header .social_icon ul {
            margin: 0px;
            padding: 0px;
            width: 100%;
            display: inline-block;
            text-align: center;
            padding: 0px 0px;
        }

            header .social_icon ul li {
                display: inline-block;
                margin: 5px;
                padding: 5px 5px;
                font-size: 15px;
                font-size: 20px;
                display: inline-block;
                margin: 5px 0px 0px 10px;
                padding: 5px 0px;
                font-size: 15px;
                font-size: 20px;
            }

    header .navigation {
        float: right;
        width: 800px;
        margin-left: 20px;
    }

        header .navigation ul {
            margin: 0px;
            padding: 0px;
            float: right;
        }

            header .navigation ul li {
                display: block;
                list-style-type: none;
                margin: 10px;
                float: left;
                color: #5d5e5f;
                position: relative;
                text-transform: uppercase;
            }

                header .navigation ul li:first-child {
                    margin-left: 22px;
                }

                header .navigation ul li:last-child {
                    margin-right: 0px;
                }

                header .navigation ul li a {
                    display: block;
                    text-decoration: none;
                    color: #762543;
                    font-size: 14px;
                    padding: 31px 0px;
                    position: relative;
                    padding: 10px 0px;
                }

                    header .navigation ul li a:hover {
                        color: #f497b3;
                    }

                header .navigation ul li ul {
                    position: absolute;
                    background: #fff;
                    margin: 0;
                    padding: 0;
                    width: 145px;
                    z-index: 99;
                    border: 2px solid #cccccc;
                    border-radius: 5px;
                    display: none;
                    left: -16px;
                    top: 60px;
                }

                header .navigation ul li:hover ul {
                    display: block
                }

        header .navigation > ul li ul li {
            display: block !important;
            float: none !important;
            margin: 0 !important;
            text-align: center;
            padding: 0;
        }

            header .navigation > ul li ul li a {
                font-size: 14px !important;
                line-height: 16px;
                color: #747474 !important;
                font-weight: normal;
                padding: 13px 4px 13px 7px;
                display: block;
                background: #fff !important;
                text-align: center;
                text-align: left;
            }

                header .navigation > ul li ul li a:hover {
                    color: #3aa4d0 !important;
                }

    header .cart {
        float: right;
        width: 100px;
        margin-top: 30px;
        text-align: right;
    }

    header .btn4 {
        width: 20px;
        float: right;
        padding: 15px;
        background: #fff url(../images/search-s.png)no-repeat 48% 54%;
        border: none;
        outline: none;
    }

    header .navigation .searchbar {
        display: none;
    }

        header .navigation .searchbar input::-webkit-input-placeholder {
            color: #762543;
            font-size: 14px;
        }

        header .navigation .searchbar input::-moz-placeholder {
            color: #762543;
            opacity: 0.9;
            font-size: 14px;
        }

        header .navigation .searchbar input:-moz-placeholder {
            color: #762543;
            font-size: 14px;
        }

        header .navigation .searchbar input::-ms-input-placeholder {
            color: #762543;
            font-size: 14px;
        }


    header .navigation > ul > li ul li a:after {
        display: none;
    }

    header .logo {
        display: block;
        background: white;
        width: 81%;
        padding: 0px;
    }

        header .logo a {
            display: block;
            font-size: 35px;
            margin-left: 5px;
            font-weight: bold;
            text-decoration: none;
            position: relative;
            margin: 5px 0px 0px 0px;
        }

        header .logo img {
            height: 85px;
            width: 210px;
        }

.header-info {
    display: inline-block;
    margin: 20px 35px 13px 0px;
}

    .header-info i {
        float: left;
        color: #e27919;
        display: inline-block;
        margin: 15px 10px 0px 0px;
    }

.header-info-text {
    margin-left: 8px;
    display: inline-block;
}

    .header-info-text a {
        font-size: 16px;
        font-weight: 600;
        margin-top: 10px;
        display: block;
        color: black;
    }

    .header-info-text span {
        color: #000000;
        font-size: 13px;
        display: block;
        padding: 0px 0px;
    }

    .header-info-text h4 {
        color: #fff;
        margin: 10px 0px 2px 0px;
    }

.header-main.white:after {
    background: #ffffff none repeat scroll 0 0;
    border-right: 15px solid #fde428;
    content: "";
    height: 100%;
    left: 24.5%;
    position: absolute;
    top: 0;
    -webkit-transform: skewX(39deg);
    transform: skewX(39deg);
    width: 95px;
}

.logo {
    padding: 32px 0px;
    display: block;
    background: white;
    width: 80%;
    position: relative;
}

    .logo a {
        color: black;
    }
    /*
.logo:after                {background: #ffffff none repeat scroll 0 0; border-right: 15px solid #fde428; content: ""; height: 100%;
right: -30px; position: absolute; top: 0; -webkit-transform: skewX(21deg); transform: skewX(21deg); width: 61px; border-right: 10px solid #aac51b;}
*/
    .logo:before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: auto;
        left: auto;
        background: #ffffff;
        content: " ";
        height: 100%;
        width: 1000%;
    }

.login {
    float: right;
    margin-top: 25px;
}

    .login a {
        background: #e27919 none repeat scroll 0 0;
        border: 0 none;
        color: #fff;
        font-size: 14px;
        display: block;
        font-weight: 600;
        line-height: 40px;
        padding: 0 20px;
        text-transform: uppercase;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        margin-top: 8px;
        border-radius: 4px;
    }

.cont_top ul, ol {
    float: left;
    margin: 0px;
    padding: 0px;
}

.banner-content h1 {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 60px;
    margin-bottom: 10px;
}

.text-content h3 {
    color: #ffffff;
    color: #ffffff;
    font-size: 28px;
}


.about-text {
    padding-right: 35px
}

    .about-text > h3 > span, .information-text > h3 > span, .feature-text > h3 > span {
        color: #e27919
    }

    .about-text h2, .information-text h2, .feature-text h2 {
        font-size: 22px;
        margin-bottom: 25px
    }

    .about-text > h3 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 35px;
        COLOR: BLACK;
        text-transform: uppercase;
    }

.single-content .single-title {
    color: #0097da;
    margin-bottom: 8px
}

.about-text-right {
    padding-top: 80px
}

.about-area, .about-two-area {
    padding: 70px 0 30px;
    position: relative
}

.service-image > img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0
}

.service-image {
    border: 1px solid #ccc;
    border-radius: 50%;
    display: inline-block;
    float: left;
    height: 47px;
    position: relative;
    text-align: center;
    width: 47px
}

.service-text {
    overflow: hidden;
    padding-left: 18px;
    padding-right: 12px
}

    .service-text > h4 {
        color: #006b63;
        line-height: 14px;
        margin-bottom: 12px
    }

.section-title > h2 {
    font-size: 40px;
    line-height: 24px;
    margin-bottom: 19px;
    text-transform: uppercase;
    margin-top: 60px;
}

.service-area .row .col-md-4 .single-item {
    margin-bottom: 47px
}

.section-title p {
    margin-bottom: 30px;
}

.service-area span {
    color: #e27919;
}


.single-footer-widget {
    color: #ccc
}

    .single-footer-widget > h3 {
        color: #fff;
        font-size: 16px;
        line-height: 11px;
        margin-bottom: 60px;
        text-transform: uppercase
    }

    .single-footer-widget p {
        color: #fff;
    }

    .single-footer-widget > span i {
        font-size: 18px;
        width: 30px
    }

.footer-list a:hover {
    color: #fff
}

.footer-list > li {
    line-height: 18px;
    margin-bottom: 13px
}

.footer-list a {
    color: #fff;
    font-size: 15px;
    line-height: 17px
}

.footer-logo {
    margin-bottom: 21px
}

    .footer-logo > a {
        display: inline-block
    }

.subscribe-form > input {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    border: 0 none;
    color: #ccc;
    font-size: 12px;
    padding-left: 13px;
    height: 100%
}

input#mc-email::-moz-placeholder {
    color: #ccc;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)"
}

.subscribe-form input[type="email"]::-webkit-input-placeholder {
    color: #ccc
}

.subscribe-form {
    border: 1px solid #acacac;
    height: 38px;
    margin-top: 19px;
    position: relative
}

    .subscribe-form > button {
        background: rgba(0,0,0,0) none repeat scroll 0 0;
        border: 0 none;
        color: #c5c5c5;
        font-size: 14px;
        height: 100%;
        padding: 0 13px;
        position: absolute;
        right: 0;
        top: 0
    }

    .subscribe-form:hover button {
        color: #fff;
    }

.footer-widget-content > h5 {
    color: #c5c5c5;
    margin-bottom: 7px
}

.footer-widget-content > span {
    color: #c5c5c5;
    font-size: 12px;
    line-height: 24px
}

.footer-widget-content:nth-child(2) {
    margin-bottom: 26px;
}

.footer-contact-info > span {
    display: block;
    line-height: 22px;
    font-size: 15px;
    color: #fff;
}

.footer-contact-info > img {
    position: absolute;
    top: 8px;
}

.footer-contact-info {
    font-size: 12px;
    position: relative;
}

    .footer-contact-info:nth-child(2), .footer-contact-info:nth-child(3) {
        margin-bottom: 10px;
    }

.footer-text {
    color: #cccccc;
    line-height: 25px;
    font-size: 16px;
}

    .footer-text a {
        color: #cccccc;
    }

        .footer-text a:hover {
            border-bottom: 1px solid #ccc;
        }

.footer-widget-area .col-lg-3:nth-child(2) .single-footer-widget {
    padding-left: 65px
}

.footer-widget-area .col-lg-3:nth-child(3) .single-footer-widget {
    padding-left: 0px
}

.footer-widget-area .col-lg-3:last-child .single-footer-widget {
    float: NONE;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-110 {
    padding-top: 110px;
}

.bg-4 {
    background-image: url(../img/3.jpg);
}

.footer-widget-area {
    background: rgb(10, 32, 52) none repeat scroll 0 0;
    padding: 30px 0px;
}

.overlay-green, .overlay-blue {
    position: relative;
}

.pt-110 {
    padding-top: 70px;
}

.ptb-30 {
    padding: 30px 0;
}

.ptb-20 {
    padding: 20px 0;
}

.bg-blue {
    background: #ffffff;
}

.btntoTop {
    bottom: 20px;
    display: none;
    font-size: 40px;
    font-weight: bold;
    height: 39px;
    position: fixed;
    right: 10px;
    background: #e27919;
    text-align: center;
    text-decoration: none;
    width: 40px;
    z-index: 9999;
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid #ffffff;
}

.footer-list {
    padding: 0px;
    margin: 0px;
    padding: 0px 0px 0px 10px;
}

.owl-item .testi-img img {
    border: 3px solid #ebebeb;
    border-radius: 50%;
    width: auto;
    margin: auto;
    height: 150px;
    width: 150px;
}

.testi-img img {
    transform-style: preserve-3d;
    width: auto;
}

.ptb-70 {
    padding: 0px 0 70px 0px;
}

.owl-dot {
    background: #e27919 none repeat scroll 0 0;
    display: inline-block;
    height: 5px;
    margin: 0 4px;
    width: 20px;
}

    .owl-dot.active {
        background: #393991 none repeat scroll 0 0;
    }

.feature-left-column img {
    width: 100%;
}

.footer-area .block {
    color: black;
    font-weight: bold;
}
/*----------------------------------------*/
/*  5.  Feature Area
/*----------------------------------------*/
.feature-left-column {
    float: left;
    width: 46.5%;
}

    .feature-left-column img {
        width: 100%;
        height: 460px;
    }

.feature-right-column {
    float: left;
    width: 53.5%;
}

.feature-text {
    padding-bottom: 20px;
    padding: 20px
}

    .feature-text h3 {
        margin: 0px;
    }

.feature-right-column {
    padding: 0px 25px 0;
}

    .feature-right-column .service-text {
        padding-right: 0;
    }

.custom-row {
    margin-left: -15px;
    margin-right: -15px;
}

.feature-right-column .col-5:nth-child(1) .single-item, .feature-right-column .col-5:nth-child(2)
.single-item {
    margin-bottom: 10px;
}

.feature-right-column .col-5 {
    padding-left: 15px;
    padding-right: 15px;
}

/*----------------------------------------*/
/*  3.  Services Area
/*----------------------------------------*/
.service-text > h4 {
    color: #e27919;
    line-height: 14px;
    margin-bottom: 12px;
}

.service-image {
    border: 1px solid #cccccc;
    border-radius: 50%;
    display: inline-block;
    float: left;
    height: 47px;
    position: relative;
    text-align: center;
    width: 47px;
}

    .service-image > img {
        bottom: 0;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
    }

.single-item:hover img {
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running bounceIn;
    animation: 500ms ease-in-out 0s normal none 1 running bounceIn;
}

.service-text {
    overflow: hidden;
    padding-left: 18px;
    padding-right: 12px;
}

.service-area .row:nth-child(2) .col-md-4 {
    padding-left: 15px;
    padding-right: 15px;
}

.service-area .row:nth-child(2) {
    margin-left: -15px;
    margin-right: -15px;
}

.col-5 {
    width: 50%;
    float: left;
}

.features-area {
    padding: 50px 0px;
}

/************************************** navigation css starts here *****************************************************************/
.navigation {
    width: 100%;
    background: rgb(10, 32, 52) none repeat scroll 0 0;
    position: relative;
}

    .navigation ul {
        margin: 0px;
        padding: 0px;
        width: 100%;
        display: inline-block;
        text-align: center;
    }

        .navigation ul li {
            display: inline-block;
            list-style-type: none;
            margin: 4px 10px;
            color: #5d5e5f;
            position: relative;
            text-transform: uppercase;
            text-align: center;
            margin: 10px 10px;
        }

    .navigation:before {
        border-color: rgba(255, 255, 255, 1) transparent;
        border-style: solid;
        border-width: 14px 20px 0 0px;
        content: "";
        overflow: visible;
        position: absolute;
        width: 22%;
    }


    /*
.navigation:after {
    border-color: rgba(255, 255, 255, 1) transparent;
    border-style: solid;
    border-width: 14px 20px 0 0px;
    content: "";
    overflow: visible;
    position: absolute;
    width: 22%;
}
*/

    .navigation ul li.listeditem {
    }

    .navigation ul li a {
        display: block;
        text-decoration: none;
        color: #fff;
        font-size: 14px;
        position: relative;
        padding: 10px 0px;
        font-weight: bold;
        letter-spacing: 1px;
    }

        .navigation ul li a:hover {
            color: #e27919;
        }

    .navigation ul li ul {
        position: absolute;
        background: #fff;
        margin: 0;
        padding: 0;
        z-index: 99;
        border: 2px solid #cccccc;
        border-radius: 5px;
        display: none;
        left: -16px;
        top: 40px;
        border: 1px solid #000000;
        border-radius: 0px;
        width: 198px;
    }

    .navigation ul li:hover ul {
        display: block
    }

    .navigation > ul li ul li {
        display: block !important;
        float: none !important;
        margin: 0 !important;
        text-align: center;
        padding: 0;
    }

        .navigation > ul li ul li a {
            font-size: 14px !important;
            line-height: 14px;
            color: #000000 !important;
            font-weight: normal;
            padding: 13px 4px 13px 7px;
            display: block;
            background: #fff !important;
            text-align: center;
            border-bottom: 1px solid black;
            text-align: center;
            line-height: 18px;
        }

            .navigation > ul li ul li a:hover {
                color: #e27919 !important;
            }

    .navigation > ul > li ul li a:after {
        display: none;
    }

    .navigation > ul li ul li:last-child a {
        border-bottom: 0px;
    }

#nav-toggle {
    display: none;
    position: absolute;
    bottom: auto;
    top: 28px;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 45px;
    left: 0;
    right: 30px;
}

#nav-toggle {
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}

    #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
        cursor: pointer;
        border-radius: 1px;
        height: 5px;
        width: 34px;
        background: #0a2034;
        position: absolute;
        display: block;
        content: '';
    }

        #nav-toggle span:before {
            top: -10px;
        }

        #nav-toggle span:after {
            bottom: -10px;
        }

        #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
            -o-transition: all 500ms ease-in-out;
            -moz-transition: all 500ms ease-in-out;
            -ms-transition: all 500ms ease-in-out;
            -o-transition: all 500ms ease-in-out;
            transition: all 500ms ease-in-out;
        }

    #nav-toggle.current_page_item span {
        background-color: rgba(255, 255, 255, 0);
    }

        #nav-toggle.current_page_item span:before, #nav-toggle.current_page_item span:after {
            top: 0;
        }

        #nav-toggle.current_page_item span:before {
            -webkit-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        #nav-toggle.current_page_item span:after {
            -webkit-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

.breadcrumb-area {
    padding: 45px 0 45px;
}

.bg-6 {
    background-image: url(../img/bg.jpg);
    background-size: 100% 100%;
}

.breadcrumb-text h2 {
    color: #006b63;
    font-size: 38px;
    line-height: 28px;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.about-three-area {
    padding: 65px 0 75px;
    position: relative;
}

.about-image-container img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.single-contact-info {
    float: left;
    width: 33.333%;
}

    .single-contact-info a {
        color: #535b60;
    }

.contents .info-text {
    padding-left: 10px;
    display: inline-block;
}

.block {
    display: block;
}

.single-contact-info .contents i {
    vertical-align: top;
    display: inline-block;
}

.contents .info-text span {
    font-size: 17px;
    line-height: 21px;
}

.single-contact-info .contents {
    position: relative;
}

.contact-information {
    background: #ffffff none repeat scroll 0 0;
    margin: auto;
    overflow: hidden;
    padding: 72px 0 76px 0;
    position: relative;
    z-index: 1;
}

.btn1 {
    color: #fff;
    background: #e27919;
    width: 115px;
    border-radius: 7px;
    color: white;
    text-align: center;
}

.contact-form-right .sidebar-contact-info {
    background: rgba(0, 46, 91, 0.85) none repeat scroll 0 0;
    padding: 70px 34px 74px;
}

.sidebar-contact-info {
    background: #002e5b none repeat scroll 0 0;
    padding: 29px 17px 21px;
    text-align: center;
    padding: 45px 17px 70px;
    002e5b 002e5b
}

.sidebar-contact-info {
    color: #fff;
}

    .sidebar-contact-info h4 {
        color: #fff;
    }

.bg-8 {
    background-image: url(../img/8.jpg);
}

.sidebar-contact-info {
    background: rgb(226, 121, 25) none repeat scroll 0 0;
    padding: 70px 34px 74px;
}

.form {
    padding: 50px 0px 100px;
}

    .form .form-control {
        padding: 26px 12px;
    }

.page-banner {
    margin: 0px 0px 20px 0px
}

    .page-banner img {
        width: 100%;
        height: 450px;
    }

.content_f p {
    font-size: 17px;
    font-family: 'Raleway', sans-serif;
    line-height: 23px;
    margin-bottom: 25px;
}

    .content_f p strong {
        padding: 0px 6px 0px 0px;
        font-family: open sans-serif;
        font-size: 21px;
        text-transform: uppercase;
    }

    .content_f p b {
        font-weight: bold;
    }

.lt_items {
    margin: 0px;
    padding: 0px 0px 10px 15px;
}

.siqqngle-footer-widget {
    color: white;
}

    .siqqngle-footer-widget ul li {
        color: white;
    }

    .siqqngle-footer-widget h3 {
        color: #fff;
        font-size: 16px;
        line-height: 11px;
        margin-bottom: 60px;
        text-transform: uppercase;
    }

.login-id {
    padding: 100px 0px;
}

.owl-carousel .owl-item h5 {
    color: black;
    margin: 15px 0px 10px 0px;
    font-weight: bold;
}

.title {
    margin: 10px 0px;
    display: block;
}

.content_f ul {
    margin: 0px 0px 0px 15px;
    padding: 0px;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
    display: flex;
}

    .social_icon ul li {
        display: inline-block;
        margin: 5px;
        padding: 5px 5px;
        font-size: 15px;
        font-size: 20px;
        display: inline-block;
        padding: 5px 0px;
        font-size: 15px;
        font-size: 20px;
        margin: 5px 5px;
    }

.testi-text p {
    font-size: 17px;
    line-height: 25px;
}

.login-id iframe {
    margin: 0px 0px 30px 0px;
}

.media-object {
    display: block;
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

.media > .pull-left {
    margin-right: 20px;
}

.media, .media-body {
    margin: 15px 0px;
}

.media, .media-body {
    margin: 15px 0px 35px 0px;
}

.media {
    border-bottom: 1px solid #efecec;
    padding: 10px 0px 10px 0px;
}

.about-text p {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.main-cont p {
    font-size: 16px;
    line-height: 28px;
    text-align: left;
}

hr {
    border-top: 1px solid #b7b7b7;
    border-top: 1px solid #e8e6e6;
    margin: 0px;
    padding: 0px;
}

.service-area {
    padding: 0px 0px 30px 0px;
}

.slider-area .owl-item.active .banner-content h1 {
    font-size: 23px;
}


.header-top-area {
    background: #0a2134;
    padding: 5px 0;
    color: #ffffff;
    height: auto;
    position: relative;
}


    .header-top-area:after {
        border-color: rgb(10, 32, 52) transparent;
        border-style: solid;
        border-width: 20px 0px 0px 28px;
        content: "";
        overflow: visible;
        position: absolute;
        width: 24%;
        right: 0;
    }


    .header-top-area:before {
        border-color: rgb(10, 32, 52) transparent;
        border-style: solid;
        border-width: 20px 0px 0px 28px;
        content: "";
        overflow: visible;
        position: absolute;
        width: 20%;
        right: 0;
    }

iframe {
    margin-bottom: 10px;
}

.header-top-area p {
    margin: 9px 0 10px;
}

.social-links {
    margin: 0px;
    padding: 0px;
}

.header-top-area .social-links {
    float: right;
    margin: 10px 0 0px;
}

marquee {
    font-size: 18px;
    width: 250px;
}

.social-links ul li a {
    margin-right: 10px;
    font-size: 21px;
    transition: 0.3s;
    width: 27px;
    height: 27px;
    background: white;
    color: #fff;
    display: inline-block;
    width: 33px;
    height: 33px;
    line-height: 32px;
    text-align: center;
    margin-top: -4px;
    position: relative;
    background-color: #3a6bb1;
    z-index: 2;
    border-radius: 4px;
}

.banner-content {
    position: relative;
}

.social-links ul li:nth-child(2) a {
    background-color: #0ec8f5;
}

.social-links ul li:nth-child(3) a {
    background-color: #f2623b;
}

.social-links ul li:nth-child(4) a {
    background-color: #0094d3;
}

.header-top-area .social-links ul {
    margin: 0px;
    padding: 0px;
    display: flex;
}

.social-links ul li {
    display: inline-block;
}

.partner-img {
    background-color: #e27919;
    padding: 5px 5px 1px 5px;
    width: 194px;
    float: right;
    color: white;
}

    .partner-img strong {
        margin: 0px 0px 0px 0px;
        display: block;
    }

.footer-logo img {
    width: 228px;
    height: 90px;
    border-radius: 13px;
}

.partner-img p {
    font-size: 14px;
}

.media:first-child {
    margin-top: 0;
    margin-bottom: 25px;
}

.bg-systematic {
    background-color: #f6f6f6;
    padding-bottom: 70px;
    padding-top: 70px;
}

.gdlr-color-wrapper, .gdlr-parallax-wrapper {
    overflow: hidden;
    background-position: center 0;
    background-repeat: repeat;
    position: relative;
    background: linear-gradient(110deg, #9ec3c4 57%, #b1d7d8 5%);
}

.invest {
    font-size: 35px;
    line-height: initial;
    color: #3c4e61;
    border-bottom: 1px solid #939597;
    margin-top: 43px;
    padding-bottom: 13px;
    margin-bottom: 0;
}

.invest1 {
    font-size: 15px;
    color: #157aba;
    font-weight: 700;
    padding-top: 10px;
}

.cal-sp1 {
    background: white;
    display: table-cell;
    height: 95px !important;
    width: 95px !important;
    vertical-align: middle;
    border-radius: 50%;
}

    .cal-sp1 i {
        font-size: 52px;
        color: #e27919;
    }



#myModal img {
    width: 100%;
    height: auto;
}


.social_icon a {
    background: white;
    color: #fff;
    display: inline-block;
    width: 33px;
    height: 33px;
    line-height: 32px;
    text-align: center;
    margin-top: -4px;
    position: relative;
    background-color: #3a6bb1;
    z-index: 2;
    border-radius: 4px;
}

    .social_icon a i {
        color: #fff
    }

.social_icon ul li:nth-child(1) a {
    background-color: #3a6bb1;
}

.social_icon ul li:nth-child(2) a {
    background-color: #0ec8f5;
}

.social_icon ul li:nth-child(3) a {
    background-color: #f2623b;
}

.social_icon ul li:nth-child(4) a {
    background-color: #0094d3;
}

.image-wrap {
    width: 202px;
    background: #e27919;
    padding: 10px;
    margin: 1px 0px 10px 0px;
}

    .image-wrap img {
        width: 100%;
        height: auto;
    }

    .image-wrap span {
        color: #fff;
        font-size: 16px;
        margin: 0px 0px;
        display: inline-block;
        padding: 5px 0px;
    }







.popUp .close {
    color: #fff;
    right: 8px;
    top: 0px;
    position: absolute;
    font-size: 20px;
    cursor: pointer;
    opacity: 1.5
}

.event {
    margin: 20px 0px 0px 0px;
}

#plus {
    position: fixed;
    /* writing-mode: lr; */
    transform: rotate(270deg);
    color: #fff;
    background: #0a2034;
    font-size: 20px;
    margin-left: 0px;
    -webkit-transition: all 1.25s ease;
    -moz-transition: all 1.25s ease;
    -o-transition: all 1.25s ease;
    transition: all 1.25s ease;
    cursor: pointer;
    text-align: left;
    letter-spacing: 1px;
    z-index: 9999;
    display: block;
    left: -63px;
    padding: 10px 15px;
    border: 2px solid white;
    margin-top: 65px;
}


.popUp.open {
    left: 0;
    z-index: 999999;
}

.popUp.open {
    left: 0;
    z-index: 999999;
}

.popUp {
    position: fixed;
    max-width: 250px;
    height: 240px;
    background: #0a2134;
    border: 4px solid #eaeaea;
    left: -520px;
    padding: 19px 10px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 999999;
    width: 450px;
    color: #fff;
}

.sticky-content {
    margin: 0px;
    padding: 0px;
    margin: 0px;
    top: 207px;
    padding: 0px;
    position: fixed;
    z-index: 9999;
    right: -451px;
}

    .sticky-content .sticky li {
        list-style-type: none;
        width: 500px;
        background: #0a2034;
        color: #000000;
        height: 50px;
        padding: 0px;
        margin: 0px 0px 2px 0px;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        cursor: pointer;
        filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
        filter: gray;
        -webkit-filter: grayscale(100%);
    }


        .sticky-content .sticky li a {
            color: #ffffff;
            font-size: 21px;
            font-family: initial;
            text-decoration: none;
        }

        .sticky-content .sticky li i {
            background: white;
            font-size: 30px;
            padding: 7px;
            margin: 3px;
        }

        .sticky-content .sticky li:nth-child(1) i {
            width: 43px;
            height: 44px;
        }

.sticky li:hover {
    margin-left: -270px;
    /* background-color: #8e44ad; */
    filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale);
    -webkit-filter: grayscale(0%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.slider-area {
    position: relative;
}

.slider-area {
    position: relative;
}


.space {
    margin-bottom: 30px;
    display: block;
    clear: both;
}

@-webkit-keyframes glowing {
    0% {
        background-color: #0a2134;
        -webkit-box-shadow: 0 0 3px #0a2134;
    }

    50% {
        background-color: #0a2134;
        -webkit-box-shadow: 0 0 40px #0a2134;
    }

    100% {
        background-color: #0a2134;
        -webkit-box-shadow: 0 0 3px #0a2134;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #0a2134;
        -moz-box-shadow: 0 0 3px #0a2134;
    }

    50% {
        background-color: #0a2134;
        -moz-box-shadow: 0 0 40px #0a2134;
    }

    100% {
        background-color: #0a2134;
        -moz-box-shadow: 0 0 3px #0a2134;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #0a2134;
        box-shadow: 0 0 3px #0a2134;
    }

    50% {
        background-color: #0a2134;
        box-shadow: 0 0 40px #0a2134;
    }

    100% {
        background-color: #0a2134;
        box-shadow: 0 0 3px #0a2134;
    }
}

@keyframes glowing {
    0% {
        background-color: #0a2134;
        box-shadow: 0 0 3px #0a2134;
    }

    50% {
        background-color: #0a2134;
        box-shadow: 0 0 40px #0a2134;
    }

    100% {
        background-color: #0a2134;
        box-shadow: 0 0 3px #0a2134;
    }
}



.feature-text ul {
    margin: 0px;
    padding: 0px;
}

    .feature-text ul li {
        list-style-type: none;
    }

        .feature-text ul li i {
            font-size: 15px;
        }


.features-area p i {
    font-size: 18px;
    margin: 5px;
}


.bg-light a { /* background: #0a1f33; */
    border: 2px solid #0a1f33;
    color: #0a2034;
    font-size: 16px !important;
    padding: 10px !important;
    width: 125PX; /* float: right; */
    font-weight: 500;
    margin: 7px 0px 0PX 0PX;
    display: block;
    CLEAR: BOTH;
    TEXT-ALIGN: CENTER;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
}

.panel-heading {
    padding: 0;
    border: 0;
}

.panel-title > a, .panel-title > a:active {
    display: block;
    padding: 15px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
}

.panel-heading a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
}

.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-collapse ul {
    margin: 0px 50px 0px 51px;
    padding: 0px;
}

    .panel-collapse ul li {
        list-style-type: none;
        margin: 17px 0px;
        font-size: 16px;
        line-height: 23px;
    }

        .panel-collapse ul li strong {
            font-size: 20px;
            font-family: sans-serif;
        }

        .panel-collapse ul li .fa-circle {
            font-size: 12px;
        }


.know-more {
    text-decoration: none;
    color: #ffffff;
    background: #e27919;
    padding: 10px 8px;
    margin: 10px 0;
    display: inline-block;
    border-radius: 6px;
}

    .know-more:hover {
        text-decoration: none;
    }

    .know-more:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
        text-decoration: none;
        color: white;
        outline: none;
    }

.loans p strong {
    font-family: 'Raleway', sans-serif;
    font-size: 17px !important;
}

.pricing-text ul {
    margin: 0px;
    padding: 0px;
}

    .pricing-text ul li {
        list-style-type: none;
        display: block;
    }

        .pricing-text ul li a {
            text-decoration: none;
            color: #e27919;
            font-size: 17px;
            margin: 20px 0px;
            display: block;
            font-weight: bold;
        }

.int-cnt {
    margin-left: 20px;
}

.cnt-us {
    color: #e27919;
    outline: 0;
    font-weight: bold;
}

    .cnt-us:hover {
        color: #e27919;
        outline: 0;
        font-weight: bold;
    }

.fa-square {
    font-size: 12px !important;
}

.hd-tn {
    display: block;
    font-size: 19px;
    margin: 16px 0px 0px 0px;
}

.mutual strong {
    font-family: 'Raleway', sans-serif !important;
}

.cover .fa-circle {
    font-size: 14px;
}

.values h3 {
    font-size: 28px;
    color: #0a2034;
    text-transform: capitalize;
    padding-bottom: 7px;
    border-bottom: 3px solid #0a2034;
    font-weight: 500;
    margin-bottom: 20px;
}

.sm-txt {
    display: inline-block;
    font-size: 16px;
    position: relative;
    top: -5px;
}

.why-us ul li {
    list-style-type: none;
    font-size: 17px;
    line-height: 22px;
}

#collapsesix img {
    margin-bottom: 15px;
    height: 450px;
    width: 100%;
    object-fit: cover;
}

.cust-bg {
    display: block;
    background: url(../img/bg-3.jpg) repeat;
    background-size: cover;
    color: white;
    padding: 50px 0px;
}

    .cust-bg h2 {
        color: white;
    }


.table-bordered {
    border: 1px solid #ddd;
    font-family: sans-serif;
    font-size: 16px;
}

.why-us img {
    width: 100%;
    height: auto;
}


.video-test {
    padding: 50px 0px 70px 0px;
    background: #efefef;
}

    .video-test h2 {
        margin: 10px 0px 40px 0px;
    }


.cmp-video {
    margin: 20px 0px;
}

.modal-dialog {
    width: 550px;
    margin: 30px auto;
}

.modal-body {
    position: relative;
    padding: 10px;
}

button.close {
    position: absolute;
    right: -13px;
    top: 0px;
    background: white;
    color: black;
    width: 18px;
    opacity: 1.9;
}

.close:hover, .close:focus {
    opacity: 1.5;
    outline: none;
}


.modal-dialog .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #000;
    background: #e27919;
    color: white;
    border: 1px solid #000;
    border-top: 1px solid #000 !important;
}


.modal-dialog a {
    width: 150px;
    background: #071725;
    display: block;
    text-align: center;
    margin: 10px auto 0px;
    padding: 10px 10px;
    border-radius: 6px;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
}

.modal-dialog .table-bordered > tbody > tr > td {
    border: 1px solid #000;
}

    .modal-dialog .table-bordered > tbody > tr > td strong {
        color: black;
    }




.stats {
    margin: 0px 0px 20px 0px;
}

/**********************************Media query starts here*********************************************/

@media only screen and (max-width: 1200px) {
    .header-info {
        display: inline-block;
        margin: 25px 10px 25px 0px;
    }

    .header-info-text {
        margin-left: 0px;
        display: inline-block;
    }
}

@media (max-width: 1024px) {
    .header-info {
        display: none;
    }

    header .logo {
        width: 100%;
    }

    .logo:after {
        -webkit-transform: skewX(10deg);
        transform: skewX(10deg);
        width: 52px;
        border-right: 10px solid #aac51b;
    }

    .navigation ul li {
        margin: 10px 5px;
    }

        .navigation ul li a {
            font-size: 11px;
        }

    .image-wrap {
        width: 100%;
    }

    .image-wrpa-content a {
        width: 100%;
    }

    .banner-content .text-content-wrapper {
        display: table;
        border-radius: 40px;
        margin: 360px 0px 0px 0px;
    }
}

@media (min-width: 768px) {
    header .navigation {
        display: block !important;
    }

        header .navigation > ul li:hover ul {
            display: block !important;
        }
}

@media only screen and (max-width: 767px) {
    header .logo {
        width: 80%;
    }

    .logo:after {
        -webkit-transform: skewX(19deg);
        transform: skewX(19deg);
    }

    #nav-toggle {
        display: block;
        padding: 10px 30px 16px 13px;
        left: auto;
        top: 157px;
    }

    .navigation {
        display: none;
        position: absolute;
        left: 0;
        background: #5ebbe5;
        z-index: 99;
        margin: 0 auto;
        width: 111%;
        right: 0;
        top: 165px;
        width: 100%;
    }

    .navigation {
        top: 200px;
    }

        .navigation ul {
            display: block;
            float: none;
        }

            .navigation ul li {
                float: none;
                display: block;
                text-align: center;
                margin: 0;
                border-bottom: none;
                padding: 0;
                position: relative;
            }

                .navigation ul li a {
                    color: #ffffff;
                }

                .navigation ul li:hover a {
                    background: none;
                    color: #616262;
                    color: #efe251;
                }

                .navigation ul li a {
                    display: block;
                    font-size: 20px;
                    padding: 13px 0 13px 0;
                    text-align: center;
                    padding-left: 10px;
                    border-bottom: 1px solid #4e4d4e;
                    text-align: left;
                }

                .navigation ul li:hover ul {
                    display: none;
                }

                .navigation ul li ul {
                    position: static;
                    padding: 0;
                    left: 0;
                    width: 100%;
                    background: transparent;
                    border: none;
                    top: 48px;
                }

                    .navigation ul li ul li {
                        text-align: left;
                        padding: 0 0 0 0;
                    }

                        .navigation ul li ul li a {
                            padding: 5px 0 5px 0;
                            color: #fff !important;
                            background: transparent !important;
                        }

                .navigation ul li:hover ul li a {
                    background: none;
                    color: #292927;
                    padding-left: 25px !important;
                    text-align: left;
                    padding: 17px 0 17px 0;
                }

                .navigation ul li span {
                    display: block;
                    right: 3px;
                }

            .navigation ul > li.listeditem {
                position: relative;
            }

                .navigation ul > li.listeditem:after {
                    position: absolute;
                    content: "";
                    background: url(../img/plus2.png)no-repeat;
                    width: 13px;
                    height: 13px;
                    top: 21px;
                    cursor: pointer;
                    right: 8px;
                }

            .navigation ul > li.listeditem1:after {
                background: url(../img/minues-white.png)no-repeat;
            }

            .navigation ul li ul li a {
                padding: 17px 0 17px 25px;
                color: #fff !important;
                background: transparent !important;
            }

    .login {
        float: none;
        margin-top: 40px;
        clear: both;
        text-align: center;
        margin: 10px 0px;
    }

    .feature-left-column {
        float: left;
        width: 100%;
    }

    .feature-right-column {
        float: left;
        width: 100%;
    }

    .footer-widget-area .col-lg-3:nth-child(2) .single-footer-widget {
        padding-left: 5px;
    }

    .footer-widget-area .col-lg-3:nth-child(3) .single-footer-widget {
        padding-left: 10px;
    }

    .col-5 {
        width: 100%;
        float: left;
    }

    .single-contact-info {
        float: left;
        width: 100%;
        margin: 10px 0px;
        text-align: left;
    }

    .footer-area .block {
        color: black;
        font-weight: bold;
        display: block;
        text-align: center;
        margin: 10px 0px;
    }

    .contact-information {
        padding: 10px 0 10px 0;
    }

    .slider-area {
        height: 250px;
    }

    .page-banner img {
        width: 100%;
        height: 260px;
        object-fit: cover;
    }

    .navigation ul li a i {
        display: none;
    }

    .grid figcaption h3 {
        margin: 0px 0px 15px 0px;
        text-align: center;
    }

    .final_plan ul li a {
        width: 100%;
    }

    .navigation:before {
        display: none;
    }

    #nav-toggle {
        top: 114px;
    }

    .about-text {
        padding-right: 0px;
    }

        .about-text img {
            width: 100%;
            height: auto;
        }

    .feature-text {
        padding-bottom: 20px;
        margin: 30px 0px;
    }

    .breadcrumb-text h2 {
        font-size: 30px;
    }

    .banner-content .text-content-wrapper {
        margin: 18px 0px;
    }

    .social-links ul li a {
        margin-right: 8px;
    }

    .stats {
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 480px) {
    .about-text h2 {
        font-size: 17px;
    }

    header .logo {
        display: block;
        background: white;
        width: 80%;
        padding: 15px 0px;
    }

    .logo:after {
        right: -23px;
        position: absolute;
        top: 0;
        -webkit-transform: skewX(21deg);
        transform: skewX(15deg);
        width: 45px;
        border-right: 10px solid #aac51b;
    }

    .banner-content h1 {
        font-size: 25px;
    }

    .footer-widget-area .col-lg-3:nth-child(3)
    .single-footer-widget {
        padding-left: 0px;
    }

    .media, .media-body {
        margin: 15px 0px 35px 0px;
        width: 100%;
    }

        .media > .pull-left {
            margin-right: 20px;
            float: none !important;
        }

    .media-object {
        margin: 0 auto;
    }

    #nav-toggle {
        padding: 10px 15px 16px 13px;
    }

    .about-text > h3 {
        font-size: 25px;
        font-size: 20px;
        line-height: 29px;
    }

    .header-top-area {
        display: block;
    }

    #nav-toggle {
        top: 50px;
    }

    .navigation {
        top: 155px;
    }

    #nav-toggle {
        top: 114px;
    }

    marquee {
        font-size: 18px;
        width: 250px;
        display: none;
    }

    .header-top-area .col-xs-6 {
        width: 100%;
    }

    .header-top-area .social-links {
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    .header-top-area:after {
        display: none;
    }

    .about-area, .about-two-area {
        padding: 20px 0 30px;
        position: relative;
    }

    .section-title > h2 {
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 0px;
        text-transform: uppercase;
    }

    .bg-6 {
        background-image: none;
        background-size: 100% 100%;
        background-color: #e27919;
        color: white;
    }

    .breadcrumb-text h2 {
        color: #ffffff;
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 7px;
        text-transform: uppercase;
        margin: 0px;
        font-size: 25px;
        line-height: 35px;
    }

    .image-wrpa-content {
        float: none;
        margin: 0px 0px 0px 5px;
    }

    .image-wrpa-content {
        float: none;
        margin: 0px 0px 0px 5px;
    }

    .image-wrap {
        width: 100%;
    }

    .image-wrpa-content a {
        width: 100%;
        height: auto;
        margin: 15px 0px;
    }

    h2 {
        font-size: 35px;
    }

    .slider-area {
        height: 185px;
    }

    .sensex {
        width: 300px;
        width: 100%;
        overflow-y: scroll;
        overflow-x: scroll;
        max-width: 320px;
    }

    .text-content h3 {
        font-size: 15px;
    }

    .slider-area .owl-item.active .banner-content h1 {
        font-size: 25px;
    }

    #collapsesix img {
        margin-bottom: 15px;
        height: 300px;
        width: 100%; /* object-fit: cover; */
    }

    .table-bordered {
        display: block;
        overflow: scroll;
    }

    .title2 {
        font-size: 15px !important;
    }

    .text-content h3 {
        font-size: 17px;
    }

    .modal-dialog {
        width: 90%;
    }
}

.panel-title a:hover {
    color: white;
    text-decoration: none;
}

.panel-default > .panel-heading {
    text-decoration: none;
    padding: 0px;
}

.panel-title > a {
    color: inherit;
    display: block;
    padding: 10px 15px;
    background: #0a2034;
    color: white;
    text-decoration: none;
}

.panel-title .pull-right {
    float: right;
    margin: -25px 15px;
    color: white;
}

.panel-body p {
    font-size: 17px;
    font-family: 'Raleway', sans-serif;
    line-height: 25px;
}

.content_f h3 {
    margin: 18px 0px 20px 0px;
}

.Captcha {
    float: left;
    width: 63% !important;
    font-size: 33px;
    padding: 1px 15px !important;
    border: none !important;
    background-image: url(../img/dot.png);
    background-repeat: repeat;
    text-align: center;
    margin: 10px 0px;
}

.refreshbtn {
    background: #0a1f33;
    color: #fff;
    font-size: 18px !important;
    padding: 11px !important;
    width: 27% !important;
    float: right;
    font-weight: 500;
    margin: 10px 0px;
}

.features-area p {
    margin: 0px 0px 12px 0px;
    font-size: 15px;
    line-height: 29px;
}

.features-area ol {
    margin: 0px 0px 0px 10px;
    padding: 0px;
}


.about-three-area form {
    background: #0a2034;
    padding: 18px 18px;
    color: white;
    border-radius: 15px;
    margin-bottom: 20px;
}

.about-three-area .btn-primary {
    display: none;
    margin-top: 15px;
    width: 140px;
    padding: 8px;
    text-transform: uppercase;
    border-radius: 9px;
    text-align: center;
    text-decoration: none;
    background: #0a2034;
    font-weight: bold;
    letter-spacing: 1px;
}



.content_f .btn-primary {
    width: 300px !important;
}

.content_f .anc_trick {
    display: block;
    margin-top: 25px;
}


.box1 {
    border: 1px solid #8c8c8c;
    text-align: center;
    margin-top: 50px;
    background: #e27919;
    color: white;
    box-shadow: 4px 3px 7px 2px grey;
}

    .box1 p {
        font-size: 19px;
        font-family: 'Raleway', sans-serif;
        line-height: 17px;
        margin-bottom: 15px;
        margin-top: 15px;
    }


.download {
    color: red;
    font-size: 20px;
    text-align: center;
    display: block;
    margin: 20px 0px;
    text-decoration: underline;
}

    .download:hover {
        color: red;
        text-decoration: underline;
    }

.n-letter {
    text-transform: initial;
}
.social_icon .fa, .social-links .fa {
    margin-top: 6px;
}
.text {
    height: 50px;
}
.owl-stage-outer.owl-height {
    height:auto !important;
}
.cust-bg .container .col-sm-12 {
    margin-top: 15px;
}
.video .testimonial .owl-height {
    height: 480px !important;
}
input.form_button {
    height: 50px;
    WIDTH: 100%;
    border-color: #CCC;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #f3f3f3;
    background-color: #0a2034;
    border-radius: 6px;
}
input.form_button:hover {
    color: #fff;
    background-color: #0097da;
}
@media (max-width: 576px) {
    .final_plan iframe {
        height: 1500px !important;
    }
}
#benefits span {
    display: block;
    display: block;
    width: 100%;
    height: 30px;
    text-align: left;
    font-weight: bold;
    color: #f59019;
    margin: 0px 0px 10px 0px;
    font-size: 20px;
    clear: both;
}
/*gallery section*/

#lcl_wrap {
    background: gray;
    width: 50%;
    margin: auto;
    padding-top: 50px;
}

#lcl_elem_wrap {
    background-size: contain !important;
    border-radius: 12px;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.gallery {
    column-count: 4;
    --webkit-column-count: 4;
    --moz-column-count: 4;
    gap: 0.2rem;
    padding: 4rem;
}

.image img {
    height: auto;
    width: 100%;
    padding: 3.4px 2px;
    border-radius: 12px;
}

/* Responsive-ness for different screen-sizes */
@media screen and (max-width: 810px) {
    .gallery {
        column-count: 3;
        --webkit-column-count: 3;
        --moz-column-count: 3;
    }
}

@media screen and (max-width: 500px) {
    .gallery {
        column-count: 2;
        --webkit-column-count: 2;
        --moz-column-count: 2;
    }
}

@media screen and (max-width: 400px) {
    .gallery {
        column-count: 1;
        --webkit-column-count: 1;
        --moz-column-count: 1;
    }
}

li.nav-item.img_hide {
    display: none;
}

li.nav-item.img_show {
    display: block;
}

/*end gallery section*/

/*gallery popup section*/

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zAkA.ttf) format('truetype');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xK3dSBYKcSV-LCoeQqfX1RYOo3aPw.ttf) format('truetype');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rAkA.ttf) format('truetype');
}

.container.description {
    background: white;
    border: 1px solid #eee;
    padding: 10px 25px;
    margin-top: 40px;
}

    .container.description h1 {
        font-size: 35px;
        font-weight: 300;
    }

        .container.description h1 small {
            display: block;
            font-size: 16px;
            font-weight: 400;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

    .container.description p {
        font-size: 14px;
        line-height: 1.5;
        color: #666;
    }

    .container.description h3 {
        color: #0080a7;
        margin-top: 25px;
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 0;
    }

    .container.description h5 {
        font-size: 12px;
    }

    .container.description code {
        background: #eee;
        font-size: 12px;
    }
/* SLIDER AND POP UP GALLERY STARTS HERE */
.awesome__slider div {
    background: black;
    display: flex !important;
}

    .awesome__slider div img {
        width: auto !important;
        max-height: 97%;
        display: flex;
        margin: auto;
    }

    .awesome__slider div h3 {
        padding-top: 50px;
        color: white;
        font-size: 50px;
    }

/*.container {
    max-width: 800px;
}
*/
.awesome__slider .slick-prev,
.awesome__slider .slick-next {
    border-radius: 50% !important;
    height: 30px;
    width: 30px;
    display: block;
    border: none;
    background: gainsboro;
    position: absolute;
    top: 45%;
    left: 0;
    z-index: 999;
    cursor: pointer;
    border-radius: 11px;
    margin: 4px;
}

.awesome__slider .slick-next {
    right: 15px;
    left: auto !important;
    background: gainsboro !important;
}

.awesome__slider .slick-prev {
    left: 9px !important;
    background: gainsboro !important;
}

.next-img:hover {
    background: gray;
}

.prev-img:hover {
    background: gray;
}

.next-img {
    right: 0;
    left: auto;
}
/*.awesome__thumbnails {
    column-count: 2;
    --webkit-column-count: 2;
    --moz-column-count: 2;
    gap: 0.2rem;
 
}*/
.awesome__thumbnails {
    line-height: 0;
    -webkit-column-count: 2;
    -webkit-column-gap: 0px;
    -moz-column-count: 2;
    -moz-column-gap: 2px;
    column-count: 2;
    column-gap: 0px;
}

.thumb img {
    width: 100% !important;
    height: auto !important;
    padding: 2px;
    border-radius: 11px;
    /*filter: blur(1.2px);*/
}

.awesome__thumbnails .thumb.active img {
    filter: blur(0);
    box-shadow: 0px 0px 8px 0px #e0dbdf;
}

@media screen and (max-width: 749px) {
    .awesome__thumbnails {
        display: none;
    }
}

.awesome__ba,
.awesome__videos {
    text-align: center;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.85);
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.25;
    min-height: 3.2rem;
    padding: calc(0.875rem - 1px) calc(1.5rem - 1px);
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: 98%;
}

    .awesome__ba small,
    .awesome__videos small {
        display: block;
        font-weight: lighter;
    }

    .awesome__ba:hover,
    .awesome__videos:hover,
    .awesome__ba:focus,
    .awesome__videos:focus {
        border-color: rgba(0, 0, 0, 0.15);
        box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
        color: rgba(0, 0, 0, 0.65);
    }

    .awesome__ba:hover,
    .awesome__videos:hover {
        transform: translateY(-1px);
    }

    .awesome__ba:active,
    .awesome__videos:active {
        background-color: #f0f0f1;
        border-color: rgba(0, 0, 0, 0.15);
        box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
        color: rgba(0, 0, 0, 0.65);
        transform: translateY(0);
    }

.bord {
    width: 98%;
    border-top: 1px dashed #ccc;
    margin: 10px 0;
}

.awesome__slider, .slick-list {
    height: 100vh !important;
    max-height: 400px;
}

.slick-slide {
    display: flex;
}

@media screen and (max-width: 749px) {
    .popup__btns {
        display: flex;
        gap: 5px;
    }

        .popup__btns .bord {
            display: none;
        }

    .flex-column-reverse {
        height: auto !important;
        padding: 0 !important;
    }

    .thumbnails-content .modal-dialog {
        max-width: 100% !important;
    }

    .thumbnails-content {
        padding-right: 0 !important;
    }

    .awesome__slider div img {
        max-width: 97% !important;
        height: auto !important;
    }
}

.thumbnails-content .modal-content {
    background-color: #fff !important;
    border-radius: 11px !important;
}

.flex-column-reverse {
    height: 85vh;
}

    .flex-column-reverse .col-md-4 {
        height: 75vh;
        overflow-x: auto;
    }

        .flex-column-reverse .col-md-4::-webkit-scrollbar {
            width: 3px;
        }

        .flex-column-reverse .col-md-4::-webkit-scrollbar-track {
            background: #f1f1f1;
        }

        .flex-column-reverse .col-md-4::-webkit-scrollbar-thumb {
            background: #888;
        }

            .flex-column-reverse .col-md-4::-webkit-scrollbar-thumb:hover {
                background: #555;
            }

.slick-list.draggable {
    border-radius: 11px;
}

.thumb.active {
    border: 2px solid dodgerblue;
    border-radius: 11px;
}

.custom-close {
    position: absolute !important;
    right: 10px !important;
    font-size: 35px !important;
    width: 50px !important;
    margin: 0 !important;
    opacity: 1 !important;
    border: 0 !important;
    background: none !important;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: none !important;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.thumbnails-content .modal-dialog {
    width: 80% !important;
}
.row .mt-5 {
    margin-top: 70px;
}
.row .col-md-4 {
    margin-top: 30px;
}
/*legend gallery popup*/
/*end gallery popup section*/



#stripimg {
    position: relative;
    text-align: center;
    margin: 5px 0px;
}

    #stripimg img {
        text-align: center;
        max-width: 100%;
    }

    #stripimg .close-btn {
        position: absolute;
        top: 2px;
        right: 2px;
        background: #cbcbcb;
        height: 25px;
        width: 25px;
        color: #000;
        border: 0px;
        font-size: 12px;
        font-weight: 800;
        margin: 0px;
        padding: 0px;
        border-radius: 0;
        text-shadow: 1px 2px 2px #fff;
    }

#largeModal .close {
    background: #cbcbcb;
    padding: 1px 10px;
    border: 0px;
    border-radius: 20px;
    font-size: 21px;
    line-height: 24px;
    font-weight: 700;
    opacity: 1;
    text-shadow: 1px 2px 2px #fff;
    right: 7px;
    top: 10px;
    width: 30px;
    height: 30px;
}

.modal-backdrop {
    background-color: rgb(0 0 0 / 55%) !important;
}

#largeModal .modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    /*width: 100%;*/
    margin: 0px auto !important;
}

#largeModal .modal-content {
    width: 100%;
}

#largeModal .modal-header {
    border-bottom: 1px solid #e5e5e5;
}

    #largeModal .modal-header h5 {
        font-size: 1.8rem;
    }

#largeModal .modal-title {
    display: inline-block;
}
@media (min-width:300px) and (max-width: 768px) {
    #stripimg img {
        width: 100%;
    }

    #stripimg .close-btn {
        height: 20px;
        width: 20px;
        font-size: 10px;
        top: 2px;
        right: 3px;
    }
}

@media (min-width:769px) and (max-width: 1200px) {
    #stripimg img {
        width: 100%;
    }

    #stripimg .close-btn {
        height: 20px;
        width: 20px;
        font-size: 10px;
        top: 3px;
        right: 10px;
    }
}
.custom-twitter svg {
    /*position: absolute;*/
    position: absolute;
    left: 7px;
    border: #fff;
    right: -6px;
    top: 7px;
    margin: 0;
    text-align: center;
    fill: #fff;
}
/*.custom-twitter a {
    height: 42px;
    background: #000 !important;
}*/
.custom-twitter {
    position: relative;
}
@media (max-width: 767px) {
    .order1-mobile {
        display: flex;
        flex-wrap: wrap;
    }

        .order1-mobile .col-xl-3.col-lg-3.col-md-12 {
            order: 2;
        }

        .order1-mobile .blogcontent.details {
            order: 1;
        }
}