


/**=========================
	START BODY
=========================**/
::-webkit-scrollbar {
    background-color: #ccc;
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #1bb321;
}

::selection {
    color: #fff;
    background-color: #1bb321;
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 14px;
}

body {
    margin: 0px;
    padding: 0px;
    color: #3e3e65;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}
/**=========================
	END BODY
=========================**/

/**=========================   START COMMON ========================**/
a,
a:hover {
    color: #3e3e65;
    text-decoration: none;
    outline: none;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

h1, h2, h3, h4, h5, h6 {
    color: #3e3e65;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 16px;
    text-transform: uppercase;
}

p {
    color: #171717;
    line-height: 26px;
}

li {
    color: #3e3e65;
    list-style: none;
}

.t-list {
    line-height: 40px;
}

.lh-default {
    line-height: 26px;
}

    .lh-default span {
        color: #888;
    }

ul li a:hover {
    font-weight: bold;
}

span, b, strong {
    font-size: 100%;
}

b, strong {
    font-weight: 900;
}

/* Iframe */
iframe {
    width: 100%;
    border: 0;
    outline: 0;
    overflow: hidden;
}

/* Loader */
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-color: #FFF;
    text-align: center;
}

    .loader img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

/* Padding */
.ptb-20 {
    padding: 20px 0px;
}

.ptb-40 {
    padding: 40px 0px;
}

.ptb-60 {
    padding: 60px 0px;
}

.ptb-80 {
    padding: 80px 0px;
}

.ptb-100 {
    padding: 100px 0px;
}

.ptb-120 {
    padding: 120px 0px;
}

.ptb-140 {
    padding: 140px 0px;
}

.ptb-80-60 {
    padding: 80px 0px 60px;
}

/* Margin */
.ml-10 {
    margin-left: 10px;
}

.mr-10 {
    margin-right: 10px;
}

/* Btn */
button,
button:focus,
button:active,
button:hover {
    box-shadow: 0 0 0 0;
    outline: 0;
}

.input-btn,
.input-btn:hover,
.input-btn:active,
.input-btn.active,
.input-btn.active:hover,
.input-btn.active:focus {
    outline: 0;
    box-shadow: 0 0 0 0;
    background-color: transparent;
}

.btn, .page-link {
    padding: 12px 25px;
    border-radius: 0;
    color: #fff;
    box-shadow: 0 0 0 0;
    outline: 0;
    text-transform: uppercase;
}

.btn-xl {
    padding: 17px 30px;
}

.btn-sm {
    padding: .25rem .5rem;
    box-shadow: 0 0 0 0;
    outline: 0;
}

.page-item.active .page-link {
    background-color: #422874;
    border-color: ##422874;
}

.btn-primary,
.badge-primary,
.dropdown-item.active,
.dropdown-item:active,
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1bb321;
    box-shadow: 0 0 0 0;
    outline: 0;
    border-color: #1bb321;
}

    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary:focus,
    .btn-primary.focus,
    .btn-primary.disabled,
    .btn-primary:disabled,
    .btn-primary:not(:disabled):not(.disabled).active,
    .btn-primary:not(:disabled):not(.disabled):active,
    .show > .btn-primary.dropdown-toggle,
    .btn-light.focus,
    .btn-light:focus {
        color: #3e3e65;
        border-color: #1bb321;
        outline: 0 !important;
        box-shadow: 0 0 0 0 !important;
        background-color: transparent;
    }

.select-scroll .dropdown-item.active:hover,
.select-scroll .dropdown-item:active:hover {
    background-color: #1bb321;
    color: #fff;
}

.btn-border {
    color: #3e3e65;
    border: 1px solid #1bb321;
}

    .btn-border:hover {
        color: #fff;
        background-color: #1bb321;
    }

.btn-white {
    color: #3e3e65;
    background-color: #fff;
}

    .btn-white:hover {
        color: #3e3e65;
        background-color: #eee;
    }

.badge {
    border-radius: 0;
}

/* Pagination */
.pagination .page-link {
    color: #1bb321;
    outline: 0;
    box-shadow: 0 0 0 0;
}

.pagination .page-item.active
.pagination .page-link {
    background-color: #1bb321;
}

.pagination-btn nav {
    display: inline-block;
}

.pagination,
.pagination .page-item.disabled .page-link,
.pagination .page-item:last-child .page-link {
    border-radius: 0;
}

/* Colors */
.color-white {
    color: #fff
}

.color-black {
    color: #3e3e65
}

.color-primary {
    color: #1bb321
}

.color-success {
    color: #6ac059
}

.color-info {
    color: #10aad6
}

.color-warning {
    color: #ebde4b
}

.color-danger {
    color: #eb5454
}

/* Heading Border Bottom */
.head-after {
    position: relative;
    display: inline-block
}

    .head-after:before {
        content: "";
        position: absolute;
        background-color: #1bb321;
        width: 50%;
        height: 2px;
        left: 0;
        bottom: -10px
    }

    .head-after:after {
        content: "";
        position: absolute;
        right: 0;
        left: 0;
        bottom: -16px;
        margin: 0 auto;
        text-align: center;
        border: 2px solid #1bb321;
        border-radius: 100%;
        width: 14px;
        height: 14px;
        background: #fff
    }

/* Images */
.img-bg {
    position: relative;
}

    .img-bg:after {
        content: "";
        position: absolute;
        left: -200px;
        top: 60px;
        width: 100%;
        height: 100%;
        background-image: url(../images/img-bg.png);
        background-repeat: no-repeat;
        z-index: -1;
        opacity: 0.2;
    }

    .img-bg img {
        width: 100%;
    }

/* Icons */
.social-icons {
    float: left;
    margin-left: 15px;
}

    .social-icons a {
        margin: 0px auto;
        width: 35px;
        height: 35px;
        line-height: 33px;
        display: inline-block;
        text-align: center;
        background-color: #1bb321;
        color: #fff;
        display: inline-block;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid transparent;
        border: 1px solid white;
        border-radius: 5px;
    }

        .social-icons a:hover {
            background-color: #fff;
            border: 1px solid black;
        }

            .social-icons a:hover i {
                color: #1bb321;
            }

/* Bg */
.white-bg {
    background-color: #fff
}

.light-bg {
    background-color: #eee
}

.primary-bg {
    background-color: #1bb321
}

.secondary-bg {
    background-color: #223
}

.black-bg {
    background-color: #3e3e65
}

/* Blockquote */
blockquote {
    font-style: italic;
    border-left: 5px solid #3e3e65;
}

/* Border */
.w-card.border-light-ccc {
    border: 1px solid #ddd;
}

.border-b-light {
    border-bottom: 1px solid #ddd;
}

/* Card */
.card,
.w-card {
    width: 100%;
    border-radius: 0;
    padding: 30px;
    margin-bottom: 2rem;
    border: 0;
    display: inline-block;
    box-shadow: 0px 10px 20px 0px rgba(62, 62, 101, 0.1);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    min-height: 230px;
    position: relative;
    min-height: 325px;
}

/* Form Control */
::placeholder {
    color: #3e3e65 !important;
}

:-ms-input-placeholder {
    color: #3e3e65 !important;
}

::-ms-input-placeholder {
    color: #3e3e65 !important;
}

.form-control, select, select.form-control:not([size]):not([multiple]) {
    padding: 8px 25px;
    height: auto;
    font-size: 14px;
    outline: 0 !important;
    box-shadow: 0 0 0 0 !important;
    border: 1px solid #eee;
    text-transform: uppercase;
    color: #3e3e65;
    border-radius: 5px;
}

    .form-control:focus,
    .form-control:active {
        outline: 0;
        box-shadow: 0 0 0 0;
        border: 1px solid #1bb321;
    }

.center-form {
    width: 50%;
    text-align: center;
    margin: 0px auto;
}

.input-group-prepend {
    width: 100%;
}
/* Theme Row */
.t-row {
    margin-left: -15px;
    margin-right: -15px;
}

/* Icons */
.mdi-bg {
    font-size: 40px;
    background: #1bb321;
    color: #fff;
    width: 60px;
    height: 60px;
    display: inline-block;
    line-height: 60px;
    text-align: center;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s
}

.mdi-40px {
    font-size: 40px
}

.mdi-60px {
    font-size: 60px
}

.mdi-80px {
    font-size: 80px
}

.mdi-100px {
    font-size: 100px
}

/* Collapse */
.collapse-head {
    border: 1px solid #ccc;
    margin-bottom: 1rem
}

    .collapse-head p {
        margin-bottom: 0;
        padding: 15px 20px
    }

    .collapse-head button {
        color: #3e3e65;
        background-color: #fff;
        width: 100%;
        display: inline-flex;
        padding: 15px 20px
    }

        .collapse-head button:hover {
            cursor: pointer
        }

button[aria-expanded=true] {
    background-color: #3e3e65;
    color: #fff
}

/* Tabs */
.nav-pills .nav-link {
    border-radius: 0;
}

.nav.nav-pills {
    border-bottom: 1px solid #eee;
}
/**=========================
	END COMMON
=========================**/


#customer-carousel .card {
    min-height: 260px;
}


/**=========================
	START TOP HEADER
=========================**/
#top-header {
    padding: 7px 0;
    background-color: #f6841c;
}

.t-left-side {
    float: left
}

.t-right-side {
    float: right
}

#top-header ul {
    margin: 0;
    padding: 0;
    display: inline-block
}

#top-header li {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-family: Roboto,sans-serif;
    margin: 0px 3px;
}

#top-header .t-left-side li {
    margin-right: 25px;
    position: relative;
    color: #fff
}

    #top-header .t-left-side li i {
        color: #fff
    }

    #top-header .t-left-side li:after {
        content: "";
        position: absolute;
        top: 0;
        left: -10px;
        background-color: #fff;
        width: 1px;
        height: 20px;
        opacity: .5
    }

    #top-header .t-left-side li:first-child:after {
        display: none
    }

#top-header .t-left-side i {
    color: #1bb321;
    line-height: 0;
    position: relative;
    top: 3px
}

#top-header .social-icons a {
    background-color: #4f1313
}

    #top-header .social-icons a:hover {
        background-color: #fff
    }

.navbar-brand img {
    height: auto;
}


/**=========================
	END TOP HEADER
=========================**/

/**=========================
	START HEADER
=========================**/
#header {
    margin: 0;
    padding: 0 0;
    border-bottom: 1px solid #ddd
}

.header-fixed {
    position: fixed;
    top: 0;
    z-index: 999;
    background-color: #fff;
    width: 100%;
    animation: 1s menuFix;
    -webkit-animation: 1s menuFix;
    -o-animation: 1s menuFix;
    -moz-animation: 1s menuFix
}

.logo {
    text-align: left
}

#header .navbar {
    padding: 0
}

#header .navbar-brand {
    font-size: 30px;
    font-family: Roboto,sans-serif;
    font-weight: 600
}

    #header .navbar-brand span {
        color: #1bb321
    }

#header .nav-item {
    position: relative
}

    #header .dropdown-active:before, #header .nav-item a:hover:before, #header .nav-item.active a:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        border-top: 3px solid #1bb321;
        opacity: 0;
        animation: 1s fadeIn;
        animation-fill-mode: forwards;
        transition: opacity 1s
    }

    #header .nav-item a:hover, #header .nav-item.active a {
        color: #1bb321
    }

    #header .nav-item .btn:hover {
        color: #fff
    }

#header .nav-link {
    padding: 35px 15px;
    margin: 0;
    color: #4f1313;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Roboto,sans-serif
}

#header .dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 0;
    background-color: #fff;
    font-size: 14px;
    min-width: 14rem
}

#header .dropdown-active a {
    color: #1bb321
}

#header .dropdown-menu .dropdown-item {
    padding: 10px 20px;
    color: #3e3e65;
    text-transform: uppercase
}

    #header .dropdown-menu .dropdown-item:hover, #header .dropdown.active .dropdown-menu .dropdown-item:hover {
        background-color: #1bb321;
        color: #fff
    }

#header .dropdown.active .dropdown-menu a {
    color: #3e3e65
}

#header .dropdown.active .dropdown-menu .dropdown-item.active {
    background-color: #1bb321;
    color: #fff
}

.menu-btn {
    margin: 22px 0
}

    .menu-btn .btn:hover {
        font-weight: 100
    }

#header .navbar-toggler {
    border-radius: 0;
    background-color: #1bb321;
    outline: 0;
    border: 0;
    padding: 12px
}

    #header .navbar-toggler i {
        color: #fff
    }

    #header .navbar-toggler[aria-expanded=true] i:before {
        content: "\f156"
    }
/**=========================
	END HEADER
=========================**/

/**=========================
	START SLIDER
=========================**/
#main-slider {
    background-color: #eee;
    position: relative
}

    #main-slider .carousel-indicators {
        display: none
    }

    #main-slider .carousel-item {
        background: no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }

#carouselExampleIndicators h3, #carouselExampleIndicators h5, #carouselExampleIndicators p {
    color: #fff
}

#carouselExampleIndicators h3 {
    font-size: 60px;
}

.carousel-indicators .active {
    background-color: #2983e4
}

.carousel-indicators:hover {
    cursor: pointer
}

#carouselExampleIndicators .carousel-item {
    height: 650px;
    background-position: top
}

#carouselExampleIndicators .carousel-caption {
    width: 55%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    margin: 0 auto
}

    #carouselExampleIndicators .carousel-caption .btn {
        margin: 3px;
        color: #fff
    }

.carousel-control-next-icon, .carousel-control-prev-icon {
    padding: 20px
}

#main-slider .carousel-item:before {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

/**=========================
	END SLIDER
=========================**/

/**=========================
	START BREADCRUMB
=========================**/
#breadcrumb {
    padding: 120px 0;
    position: relative;
    background-image: url(../images/img-3.jpg);
    background-size: cover;
    background-attachment: fixed;
    z-index: 1;
    padding: 60px 0;
    padding: 35px 0;
}

    #breadcrumb:before {
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(79, 19, 19,0.8);
        z-index: -1;
    }

.breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
    opacity: .5
}

#breadcrumb h2 {
    color: #fff
}

.breadcrumb-bg ol {
    margin-bottom: 0
}

#breadcrumb li {
    display: inline-block
}

    #breadcrumb li a {
        color: #1bb321
    }

        #breadcrumb li a:hover {
            color: #fff
        }

    #breadcrumb li.active {
        color: #fff
    }

    #breadcrumb li a {
        color: #fff !important;
    }

#who-we-are p {
    font-size: 16px;
}

.about-img img {
    width: 100%;
    height: auto;
}
/**=========================
	END BREADCRUMB
=========================**/

/**=========================
	START COUNTER
=========================**/
#counter {
    padding: 50px 0
}

    #counter .counter-col {
        position: relative
    }

        #counter .counter-col:after {
            content: "";
            position: absolute;
            right: 25px;
            bottom: 0;
            top: 0;
            width: 1px;
            height: 100%;
            background-color: rgba(0,0,0,.3)
        }

        #counter .counter-col:last-child:after {
            display: none
        }

    #counter .count-timer i {
        position: relative;
        bottom: 10px
    }

    #counter .count-timer div {
        font-weight: 900;
        font-size: 2.5rem
    }

    #counter .count-timer p {
        margin-bottom: 0
    }
/**=========================
	END COUNTER
=========================**/

/**=========================
	START WHAT WE OFFER
=========================**/
#what-we-offer {
    padding: 60px 0 40px;
    background-color: rgba(62,62,101,.15)
}

    #what-we-offer .card p {
        margin-bottom: 0
    }

    #what-we-offer .card:hover a, #what-we-offer .card:hover h5, #what-we-offer .card:hover p {
        color: #fff
    }

    #what-we-offer .card:hover .mdi-bg {
        background-color: #fff;
        color: #1bb321
    }

.card i {
    color: #4f1313;
}

#what-we-offer .card:hover {
    background-color: #e67817;
    color: white;
}

    #what-we-offer .card:hover i {
        color: white;
    }

#what-we-offer .card a {
    font-size: 100%
}

.card a {
    background: #4f1313;
    color: white;
    padding: 3px 10px;
    border-radius: 0px 30px 0px 0px;
    margin: 15px 0px 0px;
    display: inline-block; /* height: 45px; */
    width: 110px;
    text-align: center; /* line-height: 15px; */
    position: absolute;
    bottom: 0px;
    left: 0px;
}

#what-we-offer .card a:hover {
    color: #fff !important;
}

.about-b-list .card {
    min-height: auto;
}

.side-nav-bar {
    margin-bottom: 0
}

    .side-nav-bar li {
        margin-bottom: 10px;
        position: relative
    }

        .side-nav-bar li a {
            width: 100%;
            display: inline-block;
            padding: 12px 25px;
            border: 1px solid transparent;
            text-transform: uppercase
        }

            .side-nav-bar li a:hover, .side-nav-bar li.active a {
                font-weight: 900;
                color: #3e3e65;
                border: 1px solid #1bb321
            }

.filters-group {
    text-align: center
}

    .filters-group li {
        display: inline-block;
        color: #3e3e65;
        text-decoration: none
    }

        .filters-group li.active, .filters-group li:hover {
            font-weight: 900;
            text-decoration: none;
            cursor: pointer;
            color: #1bb321
        }

        .filters-group li:before {
            display: inline-block;
            padding: 0 5px;
            content: "/"
        }

        .filters-group li:first-child:before {
            display: none
        }

.isotope-item {
    z-index: 2
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1
}

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    transition-duration: .8s
}

.isotope {
    -webkit-transition-property: height,width;
    -moz-transition-property: height,width;
    transition-property: height,width
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform,opacity;
        -moz-transition-property: -moz-transform,opacity;
        transition-property: transform,opacity
    }
/**=========================
	END WHAT WE OFFER
=========================**/

.about-us-content h3 {
    color: #422874;
}

/**=========================
	START WHO WE ARE
=========================**/
#who-we-are {
    padding: 70px 0 40px
}

    #who-we-are .video-btn {
        position: relative
    }

        #who-we-are .video-btn button {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
            margin: 0 auto;
            transition: all .4s;
            -webkit-transition: all .4s;
            -moz-transition: all .4s;
            -o-transition: all .4s
        }

            #who-we-are .video-btn button:before {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                background-color: #fff;
                opacity: .2;
                padding: 10px 20px;
                -webkit-transition-property: -webkit-transform;
                transition-property: -moz-transform;
                -moz-transition-property: -moz-transform;
                -webkit-transition-duration: 1s;
                -moz-transition-duration: 1s;
                -webkit-animation-duration: 1s;
                -moz-animation-duration: 1s;
                animation-duration: 1s;
                transition-duration: 1s;
                -webkit-animation-name: grow;
                -moz-animation-name: grow;
                animation-name: grow;
                -webkit-animation-iteration-count: infinite;
                -webkit-animation-timing-function: linear;
                -moz-animation-iteration-count: infinite;
                -moz-animation-timing-function: linear;
                animation-iteration-count: infinite;
                animation-timing-function: linear
            }

            #who-we-are .video-btn button:hover i {
                color: #fff
            }

    #who-we-are .modal-content {
        border-radius: 0
    }

    #who-we-are .yr-exp {
        position: relative;
        left: -70px
    }

        #who-we-are .yr-exp h5 {
            padding: 10px 15px;
            background-color: #f1f1f1
        }

.about-b-list h4 {
    margin-bottom: 0
}

.about-us-content p {
    font-size: 16px;
}
/**=========================
	END WHO WE ARE
=========================**/


/**=========================
	START FOOTER
=========================**/
#footer {
    padding: 60px 0px 30px;
    background-color: #3e3e65;
}

    #footer li {
        line-height: 40px;
    }

    #footer .social-icons li {
        display: inline-block;
    }

    #footer h3,
    #footer h5,
    #footer p,
    #footer li,
    #footer a {
        color: #fff;
    }

        #footer a:hover {
            color: #1bb321;
        }
/**=========================
	END FOOTER
=========================**/

/**=========================
	START SUB FOOTER
=========================**/
#sub-footer {
    padding: 20px 0px;
    background-color: #c8c8c8;
}

.sub-foot-left {
    text-align: left;
}

.sub-foot-right {
    text-align: right;
}

#sub-footer ul {
    margin-bottom: 0
}

#sub-footer li {
    display: inline-block;
    position: relative;
    color: #000;
    font-weight: 600;
}

    #sub-footer li + li::before {
        display: inline-block;
        padding: 0px 5px;
        content: "/";
    }

#sub-footer a {
    color: #1bb321;
}

    #sub-footer a:hover {
        color: #fff;
    }

/**=========================
	END SUB FOOTER
=========================**/

/**=========================
	START BACK TO TOP BTN
=========================**/
.backto-top-btn {
    display: none;
    position: fixed;
    z-index: 9;
    right: 2%;
    bottom: 3%;
    animation: bcktop 1s forwards;
    -webkit-animation: bcktop 1s forwards;
    -moz-animation: bcktop 1s forwards;
    -o-animation: bcktop 1s forwards;
    z-index: 99;
}

    .backto-top-btn:hover {
        background-color: #fff;
    }

.backto-top-blk {
    display: block;
}

.top-btn {
    padding: 3px 12px;
}

.backto-top-btn i {
    margin-left: 0;
    line-height: 50px;
}

.backto-top-btn a:hover i {
    color: #3e3e65;
}

/**=========================
	END BACK TO TOP BTN
=========================**/

/**=========================
	START CUSTOMER SAYS
=========================**/
#customer-says {
    padding: 60px 0 10px;
    position: relative;
    z-index: 9;
    background-image: url(../images/img-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed
}

    #customer-says:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.6);
        z-index: -1
    }

    #customer-says .text-center h1, #customer-says .text-center h5, #customer-says .text-center p {
        color: #fff
    }

    #customer-says .c-says-img {
        position: relative
    }

        #customer-says .c-says-img:after {
            content: "\f35d";
            font-family: "Material Design Icons";
            position: absolute;
            left: -10px;
            bottom: -50px;
            color: #fff;
            font-size: 60px;
            z-index: -1
        }

    #customer-says .card {
        padding: 30px 80px;
    }

    #customer-says .c-says-content {
        font-style: italic
    }

        #customer-says .c-says-content span {
            position: absolute
        }

        #customer-says .c-says-content .mdi-left {
            left: 15px;
            top: 0;
            opacity: .3
        }

        #customer-says .c-says-content .mdi-right {
            right: 15px;
            bottom: 0;
            opacity: .3
        }

        #customer-says .c-says-content p {
            margin-bottom: 0
        }

    #customer-says .owl-controls {
        position: absolute;
        z-index: 99;
        top: 35%;
        bottom: 50%;
        left: -2%;
    }

    #customer-says .owl-pagination .owl-page {
        display: block;
        position: relative
    }

        #customer-says .owl-pagination .owl-page span {
            margin: 3px 0;
            width: 20px;
            height: 20px;
            border-radius: 100%;
            left: -20px;
            right: 20px
        }

        #customer-says .owl-pagination .owl-page.active span {
            background-color: #1bb321
        }

            #customer-says .owl-pagination .owl-page.active span:before {
                content: "";
                position: absolute;
                width: 15px;
                height: 15px;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                background-color: #3e3e65;
                border-radius: 100%;
                text-align: center;
                margin: 2px auto;
                border: 2px solid #fff;
            }
/**=========================
	END CUSTOMER SAYS
=========================**/

/**=========================
	START FOOTER
=========================**/
#footer {
    padding: 60px 0px 30px;
    background: #4f1313 url(../images/ft-bg.png);
}

    #footer li {
        line-height: 37px;
    }

    #footer .social-icons li {
        display: inline-block;
        margin: 0px 3px;
    }

    #footer h3,
    #footer h5,
    #footer p,
    #footer li,
    #footer a {
        color: #fff;
    }

        #footer a:hover {
            color: #1bb321;
        }
/**=========================
	END FOOTER
=========================**/


.carousel-inner {
    height: 500px;
}

#footer img {
    background: white;
    border-radius: 5px;
}

.points {
    margin-left: 15px;
}

    .points p {
        position: relative;
    }

        .points p:before {
            position: absolute;
            height: 5px;
            width: 5px;
            font-family: "FontAwesome";
            font-weight: 900;
            content: "\f058";
            font-size: 15px;
            left: -15px;
        }

    .points ul {
        margin: 0px;
        padding: 0px;
        margin-left: 20px;
        ;
    }

        .points ul li {
            list-style-type: disc;
            font-size: 16px;
            margin: 10px 0px;
        }

.final_plan ul {
    margin: 0px;
    padding: 0px;
}

    .final_plan ul li {
        list-style-type: none;
    }

        .final_plan ul li a {
            text-align: center;
            display: block;
            background: #e7e4e4;
            padding: 8px 0px;
            border-radius: 3px;
            text-decoration: none;
            border-bottom: 1px solid #b5a8a8;
            width: 80%;
            font-weight: bold;
            color: #000000;
        }

            .final_plan ul li a img {
                display: block;
                text-align: center;
                margin: 0 auto;
            }

            .final_plan ul li a i {
                font-size: 45px;
                display: block;
                color: #4b4b4b;
                margin: 10px 0px;
            }

.para {
    margin: 0px 0px 0px 0px;
}

    .para span {
        font-size: 20px;
        font-weight: 600;
        display: block;
        margin: 0px 0px 10px 0px;
        color: black;
    }

.final_plan {
    margin: 35px 0px 50px 0px;
}

.para p {
    display: none;
}

#content1 {
    display: block;
}

.final_plan ul li a.active {
    background: #4f1313;
    color: white;
}

    .final_plan ul li a.active i {
        color: white;
    }


.menu-btn .btn-primary {
    padding: 6px 8px;
}

.login {
    padding: 40px 0px;
}

.romana_404_area {
    padding: 100px 0;
}

.romana_contact_form2 form {
    background: #4f1313;
    padding: 25px 25px;
    border-radius: 12px;
}

.romana_contact_right label {
    color: white;
}

#footer .mt-3 li {
    border-bottom: 1px dashed#fff;
}

.head-after:before {
    background-color: white !important;
}

form .btn1 {
    background: #e87510;
    border: 1px solid white;
    border-radius: 9px;
    padding: 8px 25px;
    color: white;
    font-weight: 700;
}

.c-says-img img {
    height: 70px;
    width: 70px;
    background: white;
}

.c-says-img img {
    height: 150px;
    width: 150px;
    background: transparent;
}

.img-bg img {
    margin-top: 40px;
}

.about-us-content p img {
    height: 250px;
    float: right;
    padding: 0px 15px 15px 15px;
}


#who-we-are ul {
    margin-left: 25px;
    padding: 10px 0px;
}


    #who-we-are ul li {
        margin: 10px 0px;
        list-style-type: disc;
        margin: 5px 0px;
    }

.certificate img {
    display: block;
    text-align: center;
    width: 380px;
    margin: 30px auto;
}

#who-we-are ul {
    margin: 0px;
    padding: 0px 0px 0px 35px;
}

.about ul li {
    list-style-type: disc;
    margin: 5px 0px;
}

.map_area {
    margin: 35px 0px 0px 0px;
}


.calculator ul li {
    list-style-type: none !important;
}

.navbar-nav li.nav-item a {
    padding: 35px 15px;
    margin: 0;
    color: #4f1313;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Roboto,sans-serif;
    display: block;
}
ol.dropdown-menu .nav-item a {
    text-transform: uppercase;
    display: block;
    width: 100%;
    padding: 10px 20px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
ol.dropdown-menu .nav-item a:hover {
    background-color: #4f1313;
    color: #fff !important;
    font-weight: bold;
}
li.nav-item.btn-login {
    background-color: #4f1313;
    height: 35px;
    width: 80px;
    margin-top: 23px;
}
li.nav-item.btn-login a {
    padding: 8px 0 0 11px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: Roboto,sans-serif;
    display: block;
    border-color: #4f1313 !important;
    color: #fff !important;
    }
li.nav-item.btn-login:hover {
    color: #3e3e65;
    border-color: #4f1313;
    outline: 0 !important;
    box-shadow: 0 0 0 0 !important;
    background-color: transparent;
    font-weight: 100;
}

.btn-login:hover {
    border: 1px solid #4f1313 !important;
    color: #4f1313 !important;
    border-top: 1px solid #4f1313 !important;
}
.btn-login a:hover {
    color: #4f1313 !important;
}
li.nav-item.btn-login a:hover, li.nav-item.btn-login:hover a {
    color: #4f1313 !important;
}
.btn-login a:hover:before {
    border-color: #4f1313 !important;
    border-top: 0px solid #4f1313 !important;
}
.btn-login a:after {
    content: "\F342";
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    margin-left: 5px;
}
@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;
}
/*video section*/
.owl-controls.clickable .owl-pagination {
    margin-top: 1rem;
}

.owl-controls.clickable .owl-pagination .owl-page span {
    background: #e27919 none repeat scroll 0 0 !important;
    display: inline-block !important;
    height: 5px !important;
    margin: 0 4px;
    width: 20px !important;
}

.owl-controls.clickable .owl-pagination .owl-page.active span {
    background: #393991 none repeat scroll 0 0 !important;
}
.testimonial h2 {
    font-size: 33px;
    font-weight: bold;
    line-height: 35px;
}
#customer-says .owl-pagination .owl-page span {
    margin: 3px 0;
    width: 20px !important;
    height: 20px !important;
    border-radius: 100%;
    left: -20px;
    right: 20px;
    background-color: #4f1313 !important;
}
/*video section*/
.owl-controls.clickable .owl-pagination {
    margin-top: 1rem;
}

    .owl-controls.clickable .owl-pagination .owl-page span {
        background: #e27919 none repeat scroll 0 0 !important;
        display: inline-block !important;
        height: 5px !important;
        margin: 0 4px;
        width: 20px !important;
    }

    .owl-controls.clickable .owl-pagination .owl-page.active span {
        background: #393991 none repeat scroll 0 0 !important;
    }

.testimonial h2 {
    font-size: 33px;
    font-weight: bold;
    line-height: 35px;
}
.video-test {
    padding: 50px 0px 70px 0px;
    background: #efefef;
}
.video-test h2 {
    margin: 10px 0px 40px 0px;
}
/*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;
    right: 10px;
    font-size: 35px;
}

.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 {
    max-width: 80% !important;
}
/*legend gallery popup*/
/*end gallery popup section*/


@media only screen and (min-width: 0px) and (min-width: 767px) {
    .video-test {
        padding: 20px 0px 20px 0px !important;
        background: #efefef;
    }

    .testmonial-wrapper1 .owl-wrapper-outer .owl-wrapper .owl-item {
        width: 330px !important;
    }
}

@media (min-width: 0px) and (min-width: 769px) {
    .testmonial-wrapper1 .owl-wrapper-outer .owl-wrapper .owl-item {
        width: 750px !important;
    }
}



#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: 30px;
    font-weight: 700;
    margin:0px;
    opacity: 1;
    text-shadow: 1px 2px 2px #fff;
}

.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;
    padding: 0 11px 0 11px;
}

#largeModal .modal-content {
    width: 100%;
}

#largeModal .modal-header {
    border-bottom: 1px solid #e5e5e5;
}

    #largeModal .modal-header h5 {
        font-size: 1.5rem;
        font-weight: 500;
    }

#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;
    left: 11px;
    border: #fff;
    right: 0px;
    top: 11px;
    margin: 0;
    text-align: center;
    fill: #fff;
}
.custom-twitter {
    position: relative;
}
.custom-twitter svg:hover {
    fill: #4f1313;
}
@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;
        }
}