:root {
    --primary-color: #339933;
    --secondary-color: #ffed00;
    --accent-color: #4acf4a;
    --dark-color: #0e3a1e;
    --white: #ffffff;
}

img {
    max-width: 100%;
}

/*=============================================
=            Colors            =
=============================================*/

a,
.top-bar ul.links li a i,
.top-bar ul.social-icons li a:hover,
.top-bar-02 ul.links li a i,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-nav>li>a:hover,
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover,
.navbar-default .navbar-nav>li a:hover i,
.searchlink,
.navigation-02 ul.social-icons li a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.mega-dropdown-menu>li>ul>li>a:hover,
.dropdown-submenu a:hover,
.dropdown-submenu:hover,
.nav .open.dropdown-submenu>a,
.nav .open.dropdown-submenu>a:focus,
.nav .open.dropdown-submenu>a:hover.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover,
.header-3 .main-menu-custom-text>i.fa,
.tb-left ul li i,
.tb-right ul li i,
.tp-caption.darnaverylargetextprimary,
.darnaverylargetextprimary,
.s1-box h5 a,
.project-filter a:hover,
.project-filter a.active,
.project-filter a i,
.project-overlay h4 a:hover,
.project-overlay .project-expand,
.video-content h4,
.blog-excerpt h3 a:hover,
.blog-meta a:hover,
.home-info-content h4 a:hover,
.home-info-content h4 i,
.home-info-thumb:hover i,
.counter-box-info .count,
.list li:before,
.s1-box h5,
.s3-box-ico,
.project-overlay-dark .project-expand:hover,
.error-content h2,
.error-social a:hover,
.sidebar ul.product_list_widget li a:hover,
.shopcart-table .media-body a:hover,
.shopcart-table .btn:hover,
table.shop_table.cart tbody td.product-name .product-name-wrap .product-name-inner a:hover,
.primary-color,
.result-count b,
.footer-widget a:hover,
.footer-newsletter button,
.footer-menu li.active a,
.footer-menu li a:hover,
.footer-copyright p a:hover,
.tweets_txt:before,
.home-features-side .feature-box-ico,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: var(--primary-color, #000);
}

/*=====  End of Colors  ======*/




/*=============================================
=            Animation Keys            =
=============================================*/


@-webkit-keyframes translateHeader {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes translateHeader {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-ms-keyframes translateHeader {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-o-keyframes translateHeader {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes translateHeader {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slideTopDown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

@-moz-keyframes slideTopDown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

@-ms-keyframes slideTopDown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

@-o-keyframes slideTopDown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

@keyframes slideTopDown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

@-webkit-keyframes zooming {
    0% {
        opacity: .5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    40% {
        opacity: .7;
        -webkit-transform: scale(1.09);
        -moz-transform: scale(1.09);
        -ms-transform: scale(1.09);
        -o-transform: scale(1.09);
        transform: scale(1.09)
    }

    100% {
        opacity: .8;
        -webkit-transform: scale(1.11);
        -moz-transform: scale(1.11);
        -ms-transform: scale(1.11);
        -o-transform: scale(1.11);
        transform: scale(1.11)
    }
}

@-moz-keyframes zooming {
    0% {
        opacity: .5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    40% {
        opacity: .7;
        -webkit-transform: scale(1.09);
        -moz-transform: scale(1.09);
        -ms-transform: scale(1.09);
        -o-transform: scale(1.09);
        transform: scale(1.09)
    }

    100% {
        opacity: .8;
        -webkit-transform: scale(1.11);
        -moz-transform: scale(1.11);
        -ms-transform: scale(1.11);
        -o-transform: scale(1.11);
        transform: scale(1.11)
    }
}

@-ms-keyframes zooming {
    0% {
        opacity: .5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    40% {
        opacity: .7;
        -webkit-transform: scale(1.09);
        -moz-transform: scale(1.09);
        -ms-transform: scale(1.09);
        -o-transform: scale(1.09);
        transform: scale(1.09)
    }

    100% {
        opacity: .8;
        -webkit-transform: scale(1.11);
        -moz-transform: scale(1.11);
        -ms-transform: scale(1.11);
        -o-transform: scale(1.11);
        transform: scale(1.11)
    }
}

@-o-keyframes zooming {
    0% {
        opacity: .5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    40% {
        opacity: .7;
        -webkit-transform: scale(1.09);
        -moz-transform: scale(1.09);
        -ms-transform: scale(1.09);
        -o-transform: scale(1.09);
        transform: scale(1.09)
    }

    100% {
        opacity: .8;
        -webkit-transform: scale(1.11);
        -moz-transform: scale(1.11);
        -ms-transform: scale(1.11);
        -o-transform: scale(1.11);
        transform: scale(1.11)
    }
}

@keyframes zooming {
    0% {
        opacity: .5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    40% {
        opacity: .7;
        -webkit-transform: scale(1.09);
        -moz-transform: scale(1.09);
        -ms-transform: scale(1.09);
        -o-transform: scale(1.09);
        transform: scale(1.09)
    }

    100% {
        opacity: .8;
        -webkit-transform: scale(1.11);
        -moz-transform: scale(1.11);
        -ms-transform: scale(1.11);
        -o-transform: scale(1.11);
        transform: scale(1.11)
    }
}

@-webkit-keyframes pulsing {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    40% {
        opacity: .6;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        -o-transform: scale(1.6);
        transform: scale(1.6)
    }
}

@-moz-keyframes pulsing {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    40% {
        opacity: .6;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        -o-transform: scale(1.6);
        transform: scale(1.6)
    }
}

@-ms-keyframes pulsing {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    40% {
        opacity: .6;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        -o-transform: scale(1.6);
        transform: scale(1.6)
    }
}

@-o-keyframes pulsing {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    40% {
        opacity: .6;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        -o-transform: scale(1.6);
        transform: scale(1.6)
    }
}

@keyframes pulsing {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    40% {
        opacity: .6;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        -o-transform: scale(1.6);
        transform: scale(1.6)
    }
}


/*=====  End of Animation Keys  ======*/




/*=============================================
 =            About section home            =
 =============================================*/


.about-home .main-image {
    width: 90%;
    border-style: solid;
    border-width: 4px 4px 4px 4px;
    border-color: #FFFFFF;
    box-shadow: 4px 4px 10px 1px rgba(0, 0, 0, 0.2);
}

.about-heading-title {
    font-family: "Playfair Display", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 12px;
    margin-bottom: 15px;

}

.about-home h2 {
    color: #000000;
    /* font-family: "Poppins", Sans-serif; */
    font-size: 40px;
    font-weight: 600;
    line-height: 55px;
}


.elementor-divider {
    text-align: left;
    padding-top: 2px;
    padding-bottom: 2px;
}

.elementor-divider-separator {
    border-top: 3px solid var(--secondary-color);
}

.elementor-divider-separator {
    width: 10%;
    margin: 0 auto;
    margin-left: 0;
}

.elementor-divider-separator {
    width: 30%;
    display: flex;
    margin: 17px 0;
}


/*=====  End of About section home  ======*/
.services-item {
    position: relative;
}


.services-icon {
    width: 110px;
    height: 110px;
    line-height: 110px;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear;
    box-shadow: 0 30px 65.7px 7.3px rgba(40, 40, 40, .1);


    font-size: 20px;
    line-height: 1;
    color: #27ae60;
    -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -ms-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    margin-bottom: 30px;

}

.services-item:hover .services-icon {
    -webkit-animation: slideTopDown .7s infinite alternate;
    -moz-animation: slideTopDown .7s infinite alternate;
    -ms-animation: slideTopDown .7s infinite alternate;
    -o-animation: slideTopDown .7s infinite alternate;
    animation: slideTopDown .7s infinite alternate
}


#rs-services {
    background-image: url(https://devsdesign.net/products/html/konstruk/assets/images/bg/double-sec-bg.png);
    background-attachment: fixed;
    background-position: 50% 100%;
    background-color: #7bbe1f;
}

.services-item {
    position: relative;
    margin-bottom: 75px;
    max-height: 250px;

}

.services-item .services-icon {
    font-size: 20px;
    line-height: 110px;
    color: #27ae60;
    -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -ms-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    margin-bottom: 30px
}

.services-item:hover .services-icon {
    -webkit-animation: slideTopDown .7s infinite alternate;
    -moz-animation: slideTopDown .7s infinite alternate;
    -ms-animation: slideTopDown .7s infinite alternate;
    -o-animation: slideTopDown .7s infinite alternate;
    animation: slideTopDown .7s infinite alternate
}

.services-item:hover .title {
    color: #27ae60
}

.services-item .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.services-item .fancybox__desc {
    margin-bottom: 0
}


.services-item .services-icon {
    background-color: #ffffff9a;
    width: 110px;
    height: 110px;
    line-height: 110px;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear;
    box-shadow: 0 30px 65.7px 7.3px rgba(40, 40, 40, .1)
}


.services-text .title a {
    color: #333;
}

.services-item:hover .services-icon {
    background-color: #27ae60
}

.services-item:hover .title,
.services-item:hover .title a {
    color: #27ae60
}

.services-item .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}


.services-item:hover .services-icon img {
    filter: brightness(100)
}

@media (min-width: 768px) and (max-width:991px) {
    .services-item {
        margin-bottom: 30px
    }

    .fancybox-layout1 .services-item {
        padding: 0
    }
}

@media (min-width: 320px) and (max-width:767px) {

    .services-item,
    .fancybox-layout2 .services-item,
    .fancybox-layout4 .services-item {
        margin-bottom: 30px
    }

    .services-item .services-icon,
    .fancybox-layout2 .services-item .services-icon,
    .fancybox-layout4 .services-item .services-icon {
        margin-bottom: 10px
    }

    .fancybox-layout4 .services-item {
        padding-right: 0;
        padding-left: 0
    }
}



/*=============================================
=            choseus-area            =
=============================================*/


.bg-dark {
    background: #003333 none repeat scroll 0 0;
}

.about-area.bg-dark h1,
.about-area.bg-dark h2 {
    color: #ffffff;
}

.about-area h1,
.about-area h2 {
    line-height: 1.3;
    margin-bottom: 25px;
}

.container-full .info {
    max-width: 600px;
    padding: 80px 15px 80px 50px;
}


.bg-cover {
    background-position: center center;
    background-size: cover;
}

.choseus-area .thumb {
    overflow: hidden;
    z-index: 9;
}

.choseus-area .content-box {
    display: flex;
}

.container-full .info {
    max-width: 600px;
    padding: 80px 15px 80px 50px;
}

.choseus-area h4 {
    color: #3f51b5;
    font-weight: 600;
}

.about-area.bg-dark .achivement-items .fun-fact .timer {
    color: #ffffff;
}

.about-area.bg-dark .achivement-items .fun-fact .medium {
    color: #ffffff;
    font-weight: 400;
    margin-top: 10px;
    text-transform: capitalize;
}

.choseus-area .info>ul>li {
    letter-spacing: 1px;
    line-height: 35px;
    margin-bottom: 15px;
    padding-left: 35px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
    font-weight: 500;
}

.choseus-area.bg-gray .info>ul>li {
    color: #232323;
}

.choseus-area.bg-dark .info>ul>li {
    color: #ffffff;
}

.choseus-area .info>ul>li:last-child {
    margin-bottom: 0;
}

.choseus-area .info>ul {
    display: block;
    overflow: hidden;
}

.choseus-area.bg-dark p {
    color: #cccccc;
}

.choseus-area .info>ul>li::after {
    background: #ffffff none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #232323;
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 10px;
    font-weight: 600;
    height: 25px;
    left: 0;
    line-height: 25px;
    padding-left: 2px;
    padding-top: 1px;
    position: absolute;
    text-align: center;
    top: 3px;
    width: 25px;
}

.choseus-area.bg-gray .info>ul>li::after {
    background: #3f51b5 none repeat scroll 0 0;
    color: #ffffff;
}

.choseus-area .achivement-items {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    overflow: inherit;
    padding-top: 20px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.choseus-area.bg-gray .achivement-items {
    border-top: 1px solid #e1e1e1;
}

.choseus-area .achivement-items::before {
    content: "";
    height: 100%;
    left: -100px;
    position: absolute;
    top: 0;
    width: 150%;
    z-index: -1;
}

.choseus-area .achivement-items .fun-fact .timer {
    padding-right: 5px;
    position: relative;
    z-index: 1;
}

.choseus-area .achivement-items .fun-fact .timer::after {
    content: "ï§";
    font-family: "Font Awesome 5 Free";
    font-size: 25px;
    position: absolute;
    top: 20px;
}



/*=====  End of choseus-area  ======*/


/*=========== 04. Start about css ========*/
.about-area-v1 .about-img {
    background-color: var(--primary-color, var(--secondary-color));
    text-align: center;
    border-radius: 5px;
    padding-top: 40px;
}

.about-area-v1 .about-img img {
    border-radius: 5px;
    margin-bottom: -40px;
}

.about-area-v1 .about-content-box {
    padding-left: 25px;
}

.about-area-v1 .about-content-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #222429;

    margin-bottom: 30px;
}

.about-area-v1 .about-content-box h5 {
    font-size: 20px;
    margin-bottom: 10px;
}

.about-list-item .list-item .check-box {
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    background-color: var(--primary-color, var(--secondary-color));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    place-content: center;
    border-radius: 5px;
    margin-right: 24px;
    font-size: 24px;
}

/* section-title */
.section-title span.span {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 10px;
    color: var(--primary-color, var(--secondary-color));
}

.section-title h2 {
    font-size: 46px;
    margin-bottom: 0;
}

.section-title-white h2 {
    color: #fff;
}


.mb-25 {
    margin-bottom: 25px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pt-120 {
    padding-top: 120px;
}

.mb-45 {
    margin-bottom: 45px;
}




/*=======  12. Start Footer area ===*/
.footer-area-v1 {
    /* background-color: #1C1E22; */
    /* background-color: var(--dark-color); */
    background-color: #0e3a1ee6;

    background-image: none;
}


.footer-area-v1 .fa-circle {
    margin-right: 15px;
    color: var(--secondary-color);
}

.footer-widget-area .footer-top .footer-logo {
    background-color: var(--secondary-color);
    padding: 50px 0px;
    color: #222429;
    width: 100%;
}

.footer-widget-area .footer-top .newsletter-item {
    padding-left: 40px;
}

.form_group {
    position: relative;
}

.footer-widget-area .footer-top .newsletter-item form .form_control {
    width: 100%;
    font-size: 15px;
    color: #636363;
    height: 73px;
    border: none;
    border-radius: 10px;
}

.footer-widget-area .footer-top .newsletter-item .main-btn {
    position: absolute;
    top: 6px;
    right: 5px;
    background-color: var(--secondary-color);
    border-radius: 10px;
    padding: 15px 51px;
    font-weight: 700;
    color: #222429;
    font-size: 15px;
}

.footer-widget-area .footer-top .newsletter-item .main-btn:hover {
    background-color: #222429;
    color: #fff;
}

.footer-widget-area .footer-top .newsletter-item .main-btn i {
    margin-right: 10px;
}

.footer-widget-area .footer-top .social-media-links {
    float: right;
}

.footer-widget-area .footer-top .social-media-links ul li {
    display: inline-block;
    margin-left: 10px;
}

.footer-widget-area .footer-top .social-media-links ul li a {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #333539;
    text-align: center;
    border-radius: 100%;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
}

.footer-widget-area .footer-top .social-media-links ul li a:hover {
    background-color: var(--secondary-color);
    color: #fff;
}

.footer-widget-area .widget h4.widget-title {
    position: relative;
    padding-bottom: 20px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.footer-widget-area .widget h4.widget-title:before,
.footer-widget-area .widget h4.widget-title:after {
    position: absolute;
    content: '';
    background-color: var(--primary-color, var(--secondary-color));
}

.footer-widget-area .widget h4.widget-title:before {
    bottom: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.footer-widget-area .widget h4.widget-title:after {
    bottom: 3px;
    left: 20px;
    width: 40px;
    height: 2px;
}

.footer-widget-area .widget.about-widget p {
    color: #E1E1E1;
    font-weight: 300;
    font-size: 16px;
    line-height: 34px;
}

.footer-widget-area .widget.widget-categories .widget-link li {
    margin-bottom: 10px;
}

.footer-widget-area .widget.widget-categories .widget-link li:last-child {
    margin-bottom: 0px;
}

.footer-widget-area .widget.widget-categories .widget-link li a {
    font-weight: 300;
    color: #E1E1E1;
}

.footer-widget-area .widget.recent-post-widget .recent-post .post-item .post-content h6.title:hover,
.footer-widget-area .widget.widget-categories .widget-link li a:hover {
    color: var(--secondary-color);
}

.footer-widget-area .widget.recent-post-widget .recent-post .post-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.footer-widget-area .widget.recent-post-widget .recent-post .post-item:last-child {
    margin-bottom: 0px;
}

.footer-widget-area .widget.recent-post-widget .recent-post .post-item img {
    display: block;
    min-width: 85px;
    max-width: 85px;
    height: 66px;
    border-radius: 6px;
    margin-right: 15px;
}

.footer-widget-area .widget.recent-post-widget .recent-post .post-item .post-content span {
    color: var(--secondary-color);
    margin-bottom: 8px;
    display: block;
}

.footer-widget-area .widget.recent-post-widget .recent-post .post-item .post-content h6.title {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.footer-widget-area .widget.contact-widget .caph-contact-info p {
    padding-left: 35px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #E1E1E1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    font-weight: 300;
    line-height: 17px;

    font-family: 'Calibri';
    font-size: 16px;
}

.footer-widget-area .widget.contact-widget .caph-contact-info p:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}

.footer-widget-area .widget.contact-widget .caph-contact-info p i {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--secondary-color);

    font-size: inherit;
    background-color: transparent;
    line-height: 1;

    height: auto;
    width: auto;
    border-radius: 0;

}

.copyright-area {
    text-align: center;
    padding: 20px 0px 20px;
    border-top: 1px solid #3E4043;
}

.copyright-area .copyright-text p {
    color: #fff;
}



/* End Footer area */

.header-2 {
    border-bottom: none;
}

.page-head h1 {
    font-size: 60px;
    margin: -7px 0 10px;
    color: #fff;
    margin-top: 100px;
}



/*------------------------------------
   13. Gallery Section CSS
------------------------------------*/
.rs-gallery.gallery-style1 .gallery-item .gallery-icon {
    margin: 0 3px 0 3px;
}

.rs-gallery.gallery-style1 .gallery-item .gallery-icon a {
    position: relative;
    display: block;
    overflow: hidden;
}

.rs-gallery.gallery-style1 .gallery-item .gallery-icon a:before {
    content: "+";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    color: #fff;
    z-index: 2;
    font-size: 50px;
    font-weight: 200;
}

.rs-gallery.gallery-style1 .gallery-item .gallery-icon a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background: #010d14;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.rs-gallery.gallery-style1 .gallery-item:hover .gallery-icon a:before {
    visibility: visible;
    opacity: 1;
}

.rs-gallery.gallery-style1 .gallery-item:hover .gallery-icon a:after {
    opacity: 0.75;
    visibility: visible;
    bottom: 0;
}

.mb-30 {
    margin-bottom: 30px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-nav>li>a:hover,
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    border-bottom-color: var(--primary-color, var(--secondary-color));
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-nav>li>a:hover,
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    border-bottom-color: var(--primary-color, var(--secondary-color));
}


.about-list-item {}

.about-list-item li {
    letter-spacing: 1px;
    line-height: 35px;
    margin-bottom: 15px;
    padding-left: 35px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
    color: #232323;

    font-weight: 600;
    font-size: 15px;
    font-family: 'Calibri';

}

.about-list-item li::after {

    background: #008136 none repeat scroll 0 0;
    color: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 10px;
    font-weight: 600;
    height: 25px;
    left: 0;
    line-height: 25px;
    padding-left: 2px;
    padding-top: 1px;
    position: absolute;
    text-align: center;
    top: 3px;
    width: 25px;
}




/* ----------------------------------
	Contact Us Section Styles
 ------------------------------------ */
.request-a-quote-section {
    position: relative;
}

.request-a-quote-section::before {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
    top: 0;
    background: var(--primary-color, #1f425d);
    opacity: 0.65;
}

.request-quote-form-wrapper {
    padding: 40px 50px;
    background-color: #fff;
    -webkit-box-shadow: 0px 15px 40px 0px rgba(109, 109, 109, 0.06);
    box-shadow: 0px 15px 40px 0px rgba(109, 109, 109, 0.06);
}

@media (max-width: 767px) {
    .request-quote-form-wrapper {
        padding: 40px 30px;
    }
}

.request-quote-form-wrapper h4,
.request-quote-form-wrapper h3 {
    margin-bottom: 25px;
    text-transform: capitalize;
}

.request-quote-form-wrapper .request-quote-form input,
.request-quote-form-wrapper .request-quote-form select {
    width: 100%;
    height: 50px;
    font-size: 15px;
    border: 1px solid #e2e2e2;
    margin-bottom: 20px;
    padding: 0 20px;
    border-radius: 0;
}

.request-quote-form-wrapper .request-quote-form label {
    font-size: 15px;
    text-transform: capitalize;
}

.request-quote-form-wrapper .request-quote-form input[type='checkbox'],
.request-quote-form-wrapper .request-quote-form input[type='radio'] {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 0;
    border-color: var(--primary-color, #1f425d);
}

@media (max-width: 767px) {

    .request-quote-form-wrapper .request-quote-form input[type='checkbox'],
    .request-quote-form-wrapper .request-quote-form input[type='radio'] {
        width: 15px;
        height: 15px;
    }
}

.request-quote-form-wrapper .request-quote-form input[type='submit'],
.request-quote-form-wrapper .request-quote-form .submit-btn {
    border: 0px;
    margin-top: 30px;
    margin-bottom: 10px;
    height: 60px;
    font-size: 16px;
    background-color: var(--primary-color, #1f425d);
}

@media (max-width: 767px) {

    .request-quote-form-wrapper .request-quote-form input[type='submit'],
    .request-quote-form-wrapper .request-quote-form .submit-btn {
        height: 50px;
        font-size: 14px;
    }
}

.request-quote-form-wrapper .request-quote-form input[type='submit']:hover,
.request-quote-form-wrapper .request-quote-form .submit-btn:hover {
    background: var(--accent-color, #4ab9cf);
}

.our-branch-wrapper {
    position: relative;
    z-index: 1;
}

.our-branch-wrapper .office-google-map-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    z-index: -1;
}

.our-branch-wrapper .office-google-map-wrapper iframe {
    width: 100%;
    height: 100%;
}

.single-branch-card {
    padding: 40px;
    padding-top: 0;
    background: #fff;
    -webkit-box-shadow: 0px 0px 50px 0px #0000001a;
    box-shadow: 0px 0px 50px 0px #0000001a;
    position: relative;
    margin-top: 90px;
}

.single-branch-card .country-flag {
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 10px 0px #0000001a;
    box-shadow: 0px 0px 10px 0px #0000001a;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: -60px;
}

.single-branch-card .content h4 {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding-right: 5px;
    margin-bottom: 20px;
    font-size: 25px;
}

.single-branch-card .content h4::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 14px;
    background-color: #c6f5ffd9;
    left: 0;
    bottom: 2px;
    z-index: -1;
}

.single-branch-card .content p {
    margin-bottom: 10px;
}

.single-branch-card .content p a {
    font-size: inherit;
    color: var(--accent-color, #4ab9cf);
}

.single-branch-card .content .branch-links {
    margin-top: 15px;
}

.single-branch-card .content .branch-links a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
}

.single-branch-card .content .branch-links a:hover {
    padding-left: 5px;
    color: var(--secondary-color, #fd7062);
}

.single-branch-card .content .branch-links a i {
    margin-left: 5px;
}

.nice-select {
    margin-bottom: 20px;
    width: 100%;
    height: 50px;
    border-radius: 0px;
    line-height: 50px;
}

.contact-form {
    padding-top: 40px;
}

@media (max-width: 585px) {
    .contact-form {
        padding-top: 20px;
    }
}

.contact-form .single-personal-info {
    margin-bottom: 20px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    background: #f8f8f8;
    line-height: 1;
    padding: 25px 30px;
    border: 0px;
}

@media (max-width: 585px) {

    .contact-form input,
    .contact-form textarea {
        padding: 15px;
        font-size: 13px;
    }
}

.contact-form textarea {
    height: 220px;
}

@media (max-width: 767px) {
    .contact-form textarea {
        height: 160px;
    }
}

.contact-form label {
    color: #202426;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.contact-form label span {
    color: #727475;
    margin-left: 5px;
}

.contact-form input[type='submit'],
.contact-form .submit-btn {
    background: var(--dark-color, #4ab9cf);
    color: #fff;
    font-weight: 700;
    line-height: 1;
    padding: 25px 40px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 280px;
}

.contact-form input[type='submit'].active,
.contact-form input[type='submit']:hover,
.contact-form .submit-btn.active,
.contact-form .submit-btn:hover {
    background-color: var(--primary-color, #1f425d);
}

.contact-form input[type='submit'] i,
.contact-form .submit-btn i {
    margin-right: 8px;
}

@media (max-width: 400px) {

    .contact-form input[type='submit'],
    .contact-form .submit-btn {
        width: 100%;
    }
}

.single-contact-card {
    background-color: #f8f8f8;
    padding: 40px;
    margin-bottom: 30px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

@media (max-width: 585px) {
    .single-contact-card {
        padding: 30px;
    }
}

.single-contact-card:hover {
    background-color: var(--secondary-color, #fd7062);
}

.single-contact-card:hover .icon {
    color: #fff !important;
    background-color: var(--primary-color, #1f425d) !important;
}

.single-contact-card:hover .bottom-part .icon {
    color: var(--primary-color, #1f425d) !important;
    background-color: #fff !important;
}

.single-contact-card:hover p,
.single-contact-card:hover span,
.single-contact-card:hover h4 {
    /* color: #fff; */
    color: var(--primary-color, #1f425d);
}

.single-contact-card .top-part {
    overflow: hidden;
}

.single-contact-card .top-part .icon {
    width: 70px;
    height: 70px;
    font-size: 20px;
    line-height: 70px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    float: left;
    color: var(--primary-color, #1f425d);
    overflow: hidden;
    margin-right: 20px;
}

.single-contact-card .top-part .title {
    overflow: hidden;
}

.single-contact-card .bottom-part {
    margin-top: 25px;
    overflow: hidden;
}

.single-contact-card .bottom-part .icon {
    width: 50px;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    float: right;
    overflow: hidden;
    margin-left: 20px;
}

.single-contact-card .bottom-part .info {
    display: inline-block;
    overflow: hidden;
}

.contact-map-wrap iframe {
    height: 450px;
}



/*=============================================
  =            serivce side bar            =
  =============================================*/

.service-sidebar-wrapper .single-sidebar-widgets {
    border: 2px solid #ebebeb;
    padding: 30px;
    margin-bottom: 40px;
}

.service-sidebar-wrapper .single-sidebar-widgets .wid-title {
    margin-bottom: 30px;
}

.service-sidebar-wrapper .single-sidebar-widgets .wid-title h3 {
    font-size: 22px;
    text-transform: capitalize;
}

.services-category-link a {
    display: block;
    color: #fff;
    font-weight: 600;
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    line-height: 1;
    text-transform: capitalize;
    margin: 20px 0px;
}

.service-sidebar-wrapper .single-sidebar-widgets .services-category-link a::before {
    position: absolute;
    left: 0;
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    color: var(--secondary-color, #fd7062);
}

.single-sidebar-widgets.services_list {
    background-color: var(--dark-color);
    color: #fff;
}

.service-sidebar-wrapper .single-sidebar-widgets .services-category-link a:last-of-type {
    margin-bottom: 0;
}

.service-sidebar-wrapper .single-sidebar-widgets .services-category-link a:hover {
    color: var(--secondary-color, #fd7062);
    padding-left: 35px;
}

.service-sidebar-wrapper .doc-sidebar {
    background-color: #ebebeb;
}

.service-sidebar-wrapper .doc-sidebar a {
    display: block;
    margin-bottom: 15px;
}

.service-sidebar-wrapper .doc-sidebar a i {
    margin-right: 10px;
}

.service-sidebar-wrapper .doc-sidebar a:last-child {
    margin-bottom: 0;
    background-color: var(--secondary-color, #fd7062);
    border-color: var(--secondary-color, #fd7062);
}

.service-sidebar-wrapper .help-line-card {
    background-color: var(--primary-color, #1f425d);
    padding: 30px;
}

.service-sidebar-wrapper .help-line-card .single-menu-box {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.service-sidebar-wrapper .help-line-card .single-menu-box .icon {
    float: left;
    overflow: hidden;
    font-size: 40px;
    line-height: 1;
    color: #FFF;
    margin-right: 20px;
}

.service-sidebar-wrapper .help-line-card .single-menu-box .content {
    overflow: hidden;
}

.service-sidebar-wrapper .help-line-card .single-menu-box .content p {
    font-size: 21px;
    margin-bottom: 0;
    font-weight: 500;
}

.service-sidebar-wrapper .help-line-card .single-menu-box .content span {
    font-size: 17px;
    line-height: 1;
}



/*=====  End of serivce side bar  ======*/



/*=============================================
  =            Projects Home            =
  =============================================*/


.portfolio-area.bottom-less {
    padding-bottom: 65px;
}

.portfolio-area .mix-item-menu button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    box-shadow: inherit;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    padding: 5px 20px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.portfolio-area .mix-item-menu {
    border: 1px solid #e7e7e7;
    display: inline-block;
    float: none;
    margin-bottom: 30px;
    padding: 10px;
}

.portfolio-area .mix-item-menu button.active::after {
    background: var(--primary-color) none repeat scroll 0 0;
    display: none;
}

.portfolio-area .mix-item-menu button:last-child::after {
    display: none;
}

.portfolio-area .mix-item-menu button.active {
    background: var(--primary-color) none repeat scroll 0 0;
    color: #ffffff;
}

.portfolio-area.inc-colum {
    padding-bottom: 65px;
}

.portfolio-area .portfolio-items.col-3 .pf-item {
    float: left;
    padding: 15px;
    width: 33.3333%;
}

.portfolio-area .portfolio-items.col-2 .pf-item {
    float: left;
    padding: 15px;
    width: 50%;
}

.portfolio-area .portfolio-items.col-4 .pf-item {
    float: left;
    padding: 15px;
    width: 25%;
}

.portfolio-area.bg-dark .site-heading h2 {
    margin: 0;
}

.half-bg {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.half-bg::after {
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}

.half-bg.theme::after {
    background: var(--primary-color) none repeat scroll 0 0;
}

.portfolio-area .portfolio-items.portfolio-carousel .owl-nav {
    margin: 0;
    position: absolute;
    right: 0;
    top: -120px;
}

.portfolio-area .portfolio-items.portfolio-carousel .owl-nav .owl-next,
.portfolio-area .portfolio-items.portfolio-carousel .owl-nav .owl-prev {
    background: transparent none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    width: 60px;
}

.portfolio-area.heading-less .portfolio-items.portfolio-carousel .owl-nav {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.portfolio-area.heading-less .portfolio-items.portfolio-carousel .owl-nav .owl-next,
.portfolio-area.heading-less .portfolio-items.portfolio-carousel .owl-nav .owl-prev {
    background: transparent none repeat scroll 0 0;
    color: #666666;
    font-size: 30px;
    height: 40px;
    left: -50px;
    line-height: 40px;
    margin: -20px 0 0;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 40px;
}

.portfolio-area.heading-less .portfolio-items.portfolio-carousel .owl-nav .owl-next {
    left: auto;
    right: -50px;
}

.portfolio-area.bg-light {
    padding-bottom: 30px;
}

.portfolio-area.info-less {
    padding-bottom: 65px;
}

/* Portfolio Effect */

.portfolio-area .pf-item .effect-up {
    overflow: hidden;
}

.portfolio-area .pf-item img {
    max-width: none;
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
}

.portfolio-area .pf-item:hover img {
    opacity: 0.7;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.effect-up .overlay {
    bottom: 0;
    padding: 30px;
    position: absolute;
    z-index: 1;
    width: 100%;
}

.effect-up {
    background: #000000;
    position: relative;
    z-index: 1;
}

.effect-up .link::after {
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 60px;
}

.effect-up a:last-child {
    border: medium none;
    margin-right: 0;
    padding-right: 0;
}

.effect-up::after {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 130%) repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 50%;
    left: 0;
    position: absolute;
    width: 100%;
}

.effect-up img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.effect-up h4 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    margin: 0;
    line-height: 1.4;
    z-index: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
}

.effect-up .link {
    bottom: 30px;
    display: inline-block;
    left: 30px;
    position: absolute;
    text-align: center;
    z-index: 1;
}

.effect-up a {
    background: var(--primary-color) none repeat scroll 0 0;
    border: medium none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    margin-right: 5px;
    padding: 0;
    text-align: center;
    width: 45px;
}

.effect-up .overlay::before,
.effect-up .link {
    opacity: 0;
    -webkit-transition: opacity 0.35s,
        -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.portfolio-area .pf-item:hover h4 {
    -webkit-transform: translate3d(0, -60px, 0);
    transform: translate3d(0, -60px, 0);
}

.portfolio-area .pf-item:hover .overlay::before,
.portfolio-area .pf-item:hover .link {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.portfolio-area .pf-item:hover img {
    opacity: 0.4;
}

.portfolio-area .pf-item .info {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    padding: 30px;
}

.portfolio-area .portfolio-items .pf-item .item {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.portfolio-items.portfolio-carousel.owl-carousel .pf-item {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.portfolio-area .pf-item .info li {
    color: #232323;
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    padding-right: 5px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    font-weight: 600;
}

.portfolio-area .pf-item .info li::after {
    bottom: 0;
    content: ",";
    font-size: 15px;
    position: absolute;
    right: 0;
}

.portfolio-area .pf-item .info li:last-child::after {
    display: none;
}

.portfolio-area .pf-item .info p {
    color: #666666;
    margin: 0;
}

.portfolio-area .pf-item .info ul {
    margin-bottom: 10px;
}

.portfolio-area.circle-icon .info h3 {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}

.portfolio-area.circle-icon .info li {
    color: var(--primary-color);
    font-weight: 500;
}

.portfolio-area.circle-icon .pf-item .effect-up::after {
    display: none;
}

.portfolio-area.circle-icon .effect-up a {
    background: var(--primary-color) none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    color: #ffffff;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    margin: 0 5px 0 0;
    padding: 0;
    text-align: center;
    width: 45px;
}

.portfolio-area.circle-icon .effect-up .overlay {
    bottom: auto;
    left: 50%;
    margin-left: -85px;
    margin-top: -10px;
    right: 0;
    top: 50%;
}

.portfolio-area.text-left.circle-icon .effect-up .overlay {
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 30px;
    right: auto;
    top: auto;
}

.portfolio-area.circle-icon .pf-item .info ul {
    margin: 0;
}

.portfolio-area.circle-icon .pf-item .info p {
    margin-top: 15px;
}

/* Portfolio Single */

.gallery-single .info .info-box {
    background: #ffffff none repeat scroll 0 0;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.gallery-single .info .info-box>ul>li {
    border-bottom: 1px solid #e7e7e7;
    display: block;
    font-family: "Poppins", sans-serif;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.gallery-single .info .info-box>ul>li span {
    float: right;
}

.gallery-single .info .info-box>ul>li a {
    color: var(--primary-color);
}

.gallery-single .share h4 {
    font-weight: 600;
    text-transform: uppercase;
}

.gallery-single .share {
    margin-top: 20px;
}

.gallery-single .share li {
    display: inline-block;
}

.gallery-single .share li a {
    border: 1px solid #e7e7e7;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    margin-top: 5px;
    text-align: center;
    width: 40px;
}

.gallery-single .gallery.gallery-carousel.owl-carousel .owl-nav {
    margin: 0;
}

.gallery-single .gallery.gallery-carousel.owl-carousel .owl-nav .owl-prev,
.gallery-single .gallery.gallery-carousel.owl-carousel .owl-nav .owl-next {
    background: transparent none repeat scroll 0 0;
    color: var(--primary-color);
    font-size: 30px;
    height: 40px;
    left: 10px;
    line-height: 40px;
    margin: -20px 0 0;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 40px;
}

.gallery-single .gallery.gallery-carousel.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 10px;
}

.gallery-single .gallery-details {
    margin-top: 30px;
}

.gallery-single .gallery-details h2 {
    font-weight: 600;
}

.gallery-single .gallery-details h4 {
    color: var(--primary-color);
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.gallery-single .gallery-details h4::before {
    background: #232323 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}

.gallery-single .gallery-details a {
    margin-top: 15px;
}




/*=====  End of Projects Home  ======*/

.popular-posts .single-post-item,
.popular_posts .single-post-item {
    overflow: hidden;
    margin-bottom: 5px;
}

.popular-posts .single-post-item .thumb,
.popular_posts .single-post-item .thumb {
    width: 100px;
    height: 100px;
    /* border-radius: 50%; */
    background-color: #f2f2f2;
    float: left;
    overflow: hidden;
    margin-right: 20px;
}

.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.popular-posts .single-post-item .post-content,
.popular_posts .single-post-item .post-content {
    overflow: hidden;
}

.popular-posts .single-post-item .post-content h5,
.popular_posts .single-post-item .post-content h5 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: capitalize;

}

.popular-posts .single-post-item .post-content h5,
.single-post-item .post-content h5 a {
    color: #000;
    font-weight: 600;
}

.popular-posts .single-post-item .post-content .post-date,
.popular_posts .single-post-item .post-content .post-date {
    margin-top: 5px;
    color: var(--primary-color);
    ;
    font-weight: 700;
    font-size: 14px;
}

.single-sidebar-widget {

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    margin-bottom: 40px;
}

.single-sidebar-widget .wid-title h3 {
    font-weight: 500;
    font-size: 22px;
    text-align: left;
}

.single-sidebar-widget .wid-title {
    margin-bottom: 25px;
    position: relative;
    /* padding-left: 45px; */
    text-align: left;
}

.single-sidebar-widget .wid-title::before {
    left: 35%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    height: 4px;
    width: 55%;
    border-radius: 5px;
    position: absolute;
    background-color: var(--primary-color);
}


.From_Instagram img {

    box-shadow: none;
    float: left;
    padding-right: 20px;
    padding-bottom: 15px;
    width: auto;
}



.page-head,
.page-head-blog,
.page-head-shop,
.page-head-project {
    background: #000 url(/darna/service_header.jpg) no-repeat center;
    background-size: cover;
    padding: 102px 0px 101px;
}


.portfolio-content h5.title {
    position: relative;
    font-weight: 600;
}

.portfolio-content h5.title:before,
.portfolio-content h5.title:after {
    border-bottom-width: 4px;
}

.portfolio-content h5.title:before,
.lastnews .portfolio-content h5.title:before,
.lastnews .portfolio-content h5.title:after {
    border-bottom-style: none;
}

.portfolio-content h5.title:after {
    width: 120px;
}

.lastnews .item .blog-excerpt {
    padding: 5px;
    background-color: var(--secondary-color);
    font-weight: 600;
    color: #333;
    height: 150px;
    overflow: hidden;
}

.lastnews .item .blog-excerpt a {

    font-weight: 600;
    color: #333
}

.header-2.sticky-header.shrink {
    top: 0px;
    height: 84px;
    background: #0e3a1e78;
}






/*------------------------------------*\
#HERO-SECTION
\*------------------------------------*/
.hero {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.hero:before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    display: inline-block;
    position: absolute;
    background-color: rgba(34, 34, 34, 0.3);
    background-image: linear-gradient(180deg, rgba(25, 23, 23, 0.64) 0%, transparent 49%, transparent 82%, transparent 100%);
}

.hero .slides {
    padding-right: 0;
    padding-left: 0;
    overflow: hidden
}

.hero .slides li {
    height: 100%
}

.hero h6 {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    text-transform: capitalize;
    color: #e5e4e4;
    font-weight: 600;
    line-height: 45px;
}

.hero h2 {
    font-size: 55px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    color: #ffc527;
    margin-bottom: 30px;
}

.hero p {
    font-size: 17px;
    font-weight: 700;
    line-height: 26px;
    color: #fff;
}

.rev_slider:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    pointer-events: none;
    background: rgba(25, 23, 23, 0.8);
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, rgba(25, 23, 23, 0.8), rgba(34, 34, 34, 0.2));
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, rgba(25, 23, 23, 0.8), rgba(34, 34, 34, 0.2));
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.rev_slider .arrow {
    width: 27px !important;
    height: 71px;
    line-height: 71px;
    opacity: 1;
    background-color: #2f2f2f !important
}

.rev_slider .arrow:before {
    line-height: 71px;
}

.rev_slider .arrow {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.rev_slider .arrow:hover {
    width: 71px !important;
    background-color: #ffc527 !important;
    z-index: 9999;
}

/* home 2 */
.hero-2 {
    padding-top: 0;
    padding-bottom: 0;
    position: relative
}

.hero-slider .item {
    height: 650px;
    position: relative
}

.hero-slider .item .item-bg {
    position: absolute;
    background-attachment: inherit
}

.hero-slider .item .item-bg:before {
    background-color: rgba(34, 34, 34, 0.15);
}

.hero-slider .item .container {
    z-index: 4;
    position: relative
}

.hero-slide {
    position: absolute;
    width: 370px;
    height: 235px;
    background-color: #fff;
    margin-top: 211px;
    padding: 30px;
}

.hero-slide .slide-heading {
    border-bottom: 1px solid rgba(49, 49, 49, 0.1);
    margin-bottom: 20px;
    text-transform: capitalize
}

.hero-slide .slide-heading p {
    color: #5a5a5a;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 17px;
}

.hero-slide .slide-title h2 {
    color: #ffc527;
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
    text-transform: uppercase;
}

.hero-slide .slide-action a {
    width: 145px;
}

.hero-slider .owl-controls {
    position: absolute;
    left: 100px;
    bottom: 35px;
}

.hero-slider .owl-controls .owl-nav div {
    width: 27px;
    height: 71px;
    line-height: 71px;
    background-color: #2f2f2f !important;
    border-radius: 0 !important;
    opacity: 1;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.hero-slider .owl-controls .owl-nav div:hover {
    background-color: #ffc527 !important;
    width: 71px;
}

.hero-slider .owl-controls .owl-nav div i {
    color: #fff;
    font-family: FontAwesome;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

/* Hero #3 */
.hero-3 .cta-form {
    width: 370px;
    height: 106px;
    float: right;
    margin-top: -128px;
}

/* Hero #4 */
.hero-4 .widget-bottom {
    position: absolute;
    width: 100%;
    height: 141px;
    margin-top: -141px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 900
}

.hero-4 .widgets-contact {
    background-color: transparent !important;
    padding-top: 0;
    padding-bottom: 0
}

.hero-4 .widgets-contact .widget {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    height: 141px;
    padding-top: 45px;
}

.hero-4 .widgets-contact .widget:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

/* Hero #5 */
.about-home-2 {
    overflow: visible;
}

.about-home-2 .cta-form {
    width: 370px;
    height: 280px;
    float: right;
    margin-top: -214px;
}

.about-home-2 .cta-form .cta {
    border-bottom: 2px solid #fff;
}

.about-home-2 .cta-form .cta-model {
    padding: 50px;
    text-align: center;
}

.about-home-2 .btn-block {
    width: 100% !important;
}

/* Hero #7 */
.header-7+.hero {
    padding-top: 0
}

.header-7 .top-bar {
    border-bottom: none
}

/* Slider Bullet */
.slider-bullet {
    width: 12px !important;
    height: 12px !important;
}

.slider-bullet .tp-bullet {
    width: 12px !important;
    height: 12px !important;
    background-color: transparent !important
}

.slider-bullet .tp-bullet span {
    width: 8px;
    height: 8px;
    opacity: 1;
    display: block;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.7) !important;
    margin: 2px;
}

.slider-bullet .tp-bullet.selected span,
.slider-bullet .tp-bullet:hover span {
    background-color: #ffc527 !important;
}

.slider-bullet .tp-bullet.selected,
.slider-bullet .tp-bullet:hover {
    outline: 2px solid #ffc527 !important
}

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) and (max-width : 479px) {

    .rev_slider h1 {
        font-size: 17px !important
    }

    .rev_slider .arrow {
        display: none
    }

    .rev_slider .btn {
        width: 100px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }

    .hero-slider .item {
        height: 500px;
        text-align: center
    }

    .hero-slide {
        width: 300px;
        height: auto;
        margin-top: 100px;
        padding: 30px 15px;
    }

    .hero-slide .slide-action a {
        width: 110px;
    }

    .slide-action .pull-right {
        float: none !important
    }

    .hero-3 .cta-form {
        margin-top: 0;
        width: 100%;
        height: auto
    }

    .hero-3 .cta-form .cta {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .hero-3 .cta-form .cta .cta-desc p {
        text-align: center !important
    }

    .hero-3 .cta-form .cta .cta-desc h5 {
        margin-bottom: 0
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px)and (max-width : 767px) {

    .rev_slider h1 {
        font-size: 17px !important
    }

    .rev_slider .arrow {
        display: none
    }

    .rev_slider .btn {
        width: 100px;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }

    .hero-slider .item {
        height: 550px;
        text-align: center
    }

    .hero-slide {
        margin-top: 100px;
    }

    .hero-3 .cta-form {
        margin-top: 0;
        width: 100%;
        height: auto
    }

    .hero-3 .cta-form .cta {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .hero-3 .cta-form .cta .cta-desc p {
        text-align: center !important
    }

    .hero-3 .cta-form .cta .cta-desc h5 {
        margin-bottom: 0
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 991px) {

    .rev_slider .arrow {
        height: 51px
    }

    .rev_slider .arrow:hover {
        height: 51px !important;
    }

    .rev_slider .arrow:before {
        line-height: 51px;
    }

    .hero-4 .arrow {
        display: none
    }

    .hero-4 .widgets-contact .widget {
        padding-left: 20px;
    }

    .hero-4 .widgets-contact .widget-contact-icon {
        margin-left: 0
    }

    .hero-4 .widget-contact-info {
        padding-left: 86px;
    }

    .hero-4 .widgets-contact p {
        font-size: 12px;
    }

    .hero-4 .widgets-contact p:last-child {
        font-size: 13px !important;
    }

    .hero-3 .cta-form {
        margin-top: 0;
        width: 300px;
        height: auto;
        margin-top: -116px;
    }

    .hero-3 .cta-form .cta {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .hero-3 .cta-form .cta i {
        font-size: 30px;
    }

    .hero-3 .cta-form .cta .cta-desc {
        margin-bottom: 0
    }

    .hero-3 .cta-form .cta .cta-desc p {
        text-align: center !important
    }

    .hero-3 .cta-form .cta .cta-desc h5 {
        margin-bottom: 0;
        font-size: 17px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 991px) and (max-width : 1200px) {

    .hero-4 .widgets-contact .widget {
        padding-left: 20px;
    }

    .hero-4 .widgets-contact .widget-contact-icon {
        margin-left: 0
    }

    .hero-4 .widget-contact-info {
        padding-left: 86px;
    }

    .hero-4 .widgets-contact p {
        font-size: 13px;
    }

    .hero-4 .widgets-contact p:last-child {
        font-size: 14px !important;
    }

    .hero-3 .cta-form {
        margin-top: -124px;
    }
}


.navbar-default .navbar-nav>li>a {
    padding: 40px 11px;
}

.elementor-text-editor {
    padding: 5px;
    background-color: #eee;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

.footer-widget-area .widget.contact-widget .caph-contact-info p a {
    color: #E1E1E1;
}

.copyright-area .copyright-text p a {
    color: #ffed0061;
    margin-left: 40px;
    font-size: 16px;
}

.blog-thumb a {
    background: #ffed0094;
}

.blog-meta span {
    font-style: normal;
}

.blog-excerpt h3 {
    font-weight: 600;
}

.page-head h1 {
    font-size: 22px;
    margin: -7px 0 10px;
    color: #fff;
    margin-top: 100px;
    text-align: center;
}


.content-head h4 {
    font-weight: 600;
}



.portfolio-content h5.title {
    padding-bottom: 8px;
}

.portfolio-content h5.title:after {
    top: auto;
    bottom: 0;
    left: 15px;
}