/* -------------------------------------------------------------------
 * Template Name         : Langona - Business Agency HTML Template
 * Theme Author Name     : Yucel Yilmaz
 * Created Date          : 28 April 2020
 * Version               : 1.0
------------------------------------------------------------------- */


/* -------------------------------------------------------------------
   Base                               
   ------------------------ /
 * 01.Base
 * 02.Typography
 * 03.Helper Class
   ------------------------ /
   Components                               
   ------------------------ /
 * 04.Buttons  
 * 05.Animations 
 * 06.Form(Input, Comment)
 * 07.Pagination 
 * 08.Preloader
   ------------------------ /
   Layout                               
   ------------------------ /
 * 09.Header
 * 10.Hero
 * 11.About
 * 12.Services
 * 13.Work Process
 * 14.Portfolio
 * 15.Counters
 * 16.Our Team
 * 17.Our Clients
 * 18.Our Pricing
 * 19.Latest Blog
 * 20.Footer
 * 21.Breadcrumb
 * 22.Sidebar
   ------------------------ /
   Inner Pages                               
   ------------------------ /
 * 23.Blog Single Post
 * 24.Contact Us Page
 * 25.Portfolio Single
 * 26.404 Page
 * 27.Services Detail Page
 * 28.About Page
   ------------------------ /
   Home Pages                               
   ------------------------ /
 * 29.Home Slider Background 
 * 30.Home Particles Background 
 * 31.Home Ripples Background 
 * 32.Home Youtube Bg Video
 * 33.Home Svg Pattern 1  
 * 34.Home Svg Pattern 2  
 * 35.Home Svg Pattern 3
 * 36.Home Svg Pattern 4
 * 37.Intro Page

------------------------------------------------------------------- */


/* ---------------------------------------------------------------- */


/* 01.Base                               
/* ---------------------------------------------------------------- */

body,
html {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #636b72;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    word-break: break-word;
    word-wrap: break-word;
}

svg,
img,
embed,
object {
    display: block;
    height: auto;
    max-width: 100%;
}

::-moz-selection {
    background: #1B1464;
    color: #fff;
}

::selection {
    background: #1B1464;
    color: #fff;
}

a:link,
a:hover,
a:active,
a:visited {
    text-decoration: none;
}

ul,
ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

textarea,
textarea:focus,
input,
input:focus,
button,
button:focus {
    outline: none;
    resize: inherit;
}

.owl-carousel .owl-item img {
    display: block;
    width: auto;
}


/* ---------------------------------------------------------------- */


/* 02.Typography                               
/* ---------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #000;
    margin: 0;
    line-height: 1.5;
}

h1,
.h1 {
    font-size: 3.5rem;
}

h2,
.h2 {
    font-size: 3.2rem;
}

h3,
.h3 {
    font-size: 2.9rem;
}

h4,
.h4 {
    font-size: 2.5rem;
}

h5,
.h5 {
    font-size: 1.467rem;
}

h6,
.h6 {
    font-size: 1.2rem;
}

p {
    line-height: 1.9;
    margin: 0;
}


/* ---------------------------------------------------------------- */


/* Responsive Media Query
 * Extra Small devices (portrait phones, less than 575px)
/* ---------------------------------------------------------------- */

@media only screen and (max-width: 575.98px) {
    h3,
    .h3 {
        font-size: 2.1rem;
    }
    h4,
    .h4 {
        font-size: 1.8rem;
    }
}


/* ---------------------------------------------------------------- */


/* 03.Helper Class                              
/* ---------------------------------------------------------------- */

.page-wrapper {
    overflow-x: hidden;
    position: relative;
}

.section {
    padding: 100px 0;
    overflow: hidden;
}

.section-heading {
    text-align: center;
    margin-bottom: 60px;
}

.section-heading h6 {
    margin-bottom: 15px;
    color: #18ab63;
    background: rgba(24, 171, 99, 0.1);
    border-radius: 3px;
    display: inline-block;
    padding: 10px 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    font-size: 0.7rem;
}

.section-heading h3 {
    text-align: center;
    position: relative;
    padding: 0 0 15px 0;
    margin-bottom: 20px;
}

.section-heading h3:after,
.section-heading h3:before {
    content: "";
    left: 50%;
    position: absolute;
    border-radius: 100px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.section-heading h3:before {
    width: 30px;
    height: 10px;
    z-index: 5;
    bottom: 0px;
    background: #18ab63;
}

.section-heading h3:after {
    width: 100px;
    height: 10px;
    background: rgba(24, 171, 99, 0.1);
    bottom: 0;
}

.section-heading h3 span {
    color: #18ab63;
    margin-left: 10px;
}

.inner-header-title {
    margin-bottom: 25px !important;
    position: relative;
    padding-bottom: 20px;
    display: block;
}

.inner-header-title:after,
.inner-header-title:before {
    content: "";
    bottom: 0;
    left: 0;
    height: 2px;
    position: absolute;
    border-radius: 5px;
}

.inner-header-title:after {
    width: 100%;
    background: rgba(0, 0, 0, 0.05);
}

.inner-header-title:before {
    width: 60px;
    z-index: 36;
    background: #18ab63;
}

.flex-box-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.round-item {
    border-radius: 5px;
}

.pb-minus-60 {
    padding-bottom: 60px !important;
}

.pb-minus-70 {
    padding-bottom: 70px;
}

.bg-primary-light {
    background: #f2f2fe;
}

.border-top-line {
    border-top: 1px solid #f1f1f1;
}

.border-bottom-line {
    border-bottom: 1px solid #f1f1f1;
}

.bg-jarallax-overlay {
    position: relative;
}

.bg-jarallax-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #212130;
    opacity: 0.6;
}

.image-animate {
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    -webkit-animation: doorEffect 0.65s ease-in-out forwards;
    animation: doorEffect 0.65s ease-in-out forwards;
}

.modal-body {
    padding: 0;
}


/**
 * Simple fade transition,
 */

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.9;
}

.mfp-fade .mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.mfp-fade .mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.mfp-fade .mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}


/* ---------------------------------------------------------------- */


/* Responsive Media Query
 * Extra small devices (portrait phones, less than 576px)
/* ---------------------------------------------------------------- */

@media only screen and (max-width: 575.98px) {
    .section .section-heading .section-title {
        font-size: 2.7rem;
    }
}


/* ---------------------------------------------------------------- */


/* 04.Buttons                                                     
/* ---------------------------------------------------------------- */

.default-primary-btn {
    padding: 18px 30px;
    display: inline-block;
    text-transform: capitalize;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    text-align: center;
    border-radius: 3px;
    position: relative;
    background: #18ab63;
    color: #fff;
    border: none;
    outline: none;
}

.default-primary-btn:hover {
    background: #127e49;
    color: #fff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.primary-icon-btn {
    padding: 18px 90px 18px 30px;
    display: inline-block;
    text-transform: capitalize;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    text-align: center;
    border-radius: 3px;
    position: relative;
    background: #18ab63;
    color: #fff;
    border: none;
}

.primary-icon-btn:hover {
    background: #127e49;
    color: #fff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.submit .primary-icon-btn:hover {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.submit:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    transition: 0.5s;
}

.primary-icon-btn i {
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    position: absolute;
    border-radius: 0 3px 3px 0;
    background: rgba(255, 255, 255, 0.2);
}

.secondary-icon-btn {
    padding: 18px 90px 18px 30px;
    display: inline-block;
    text-transform: capitalize;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    text-align: center;
    border-radius: 3px;
    position: relative;
    background: #1B1464;
    color: #fff;
    border: none;
}

.secondary-icon-btn:hover {
    color: #fff;
    background: #100c3a;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.secondary-icon-btn i {
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    position: absolute;
    border-radius: 0 3px 3px 0;
    background: rgba(255, 255, 255, 0.2);
}

.scroll-top-btn {
    right: 10px;
    bottom: 0;
    opacity: 0;
    z-index: 100;
    position: fixed;
    visibility: hidden;
    text-align: center;
    border-radius: 3px;
    display: inline-block;
    text-transform: capitalize;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    background: #18ab63;
    color: #fff;
}

.scroll-top-btn:hover {
    background: #127e49;
    color: #fff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.scroll-top-btn i {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    border-radius: 0 3px 3px 0;
    background: rgba(255, 255, 255, 0.2);
}

.scroll-top-btn span {
    width: 60px;
    padding: 10px;
    font-size: 12px;
    display: block;
}

.scroll-top-btn.active {
    opacity: 1;
    bottom: 20px;
    visibility: visible;
}

.get-offer-modal-btn {
    padding: 18px 90px 18px 30px;
    display: inline-block;
    text-transform: capitalize;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    text-align: center;
    border-radius: 3px;
    position: relative;
    background: #18ab63;
    color: #fff;
    border: none;
}

.get-offer-modal-btn:hover {
    background: #127e49;
    color: #fff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.get-offer-modal-btn i {
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    position: absolute;
    border-radius: 0 3px 3px 0;
    background: rgba(255, 255, 255, 0.2);
}


/* ---------------------------------------------------------------- */


/* 05.Animations                                                     
/* ---------------------------------------------------------------- */

@-webkit-keyframes stickyMenu {
    0% {
        margin-top: -120px;
        opacity: 0;
    }
    50% {
        margin-top: -64px;
        opacity: 0;
    }
    100% {
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes stickyMenu {
    0% {
        margin-top: -120px;
        opacity: 0;
    }
    50% {
        margin-top: -64px;
        opacity: 0;
    }
    100% {
        margin-top: 0;
        opacity: 1;
    }
}

@-webkit-keyframes rotateIcon {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes rotateIcon {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@-webkit-keyframes ldsRoller {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes ldsRoller {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* ---------------------------------------------------------------- */


/* 06.Form(Input, Comment)                             
/* ---------------------------------------------------------------- */

.custom-modal .modal-content {
    background: transparent;
}

.custom-modal .modal-content .modal-header {
    padding: 20px 30px;
    background: #18ab63;
    border-radius: 5px 5px 0 0;
}

.custom-modal .modal-content .modal-header .modal-title {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
}

.custom-modal .modal-content .modal-header button {
    opacity: 1;
}

.custom-modal .modal-content .modal-header button span {
    font-weight: 400;
    color: #fff;
}

.custom-modal .modal-content .modal-body {
    padding: 30px;
    background: #fff;
    border-radius: 0 0 3px 3px;
}

.custom-modal .modal-content .modal-body .popup-form-group {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.custom-modal .modal-content .modal-body .popup-form-group .popup-form-control {
    height: 60px;
    outline: none;
    width: 100%;
    border: none;
    border-radius: 3px;
    color: #000;
    background: rgba(24, 171, 99, 0.1);
    padding: 0 20px 0 60px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.custom-modal .modal-content .modal-body .popup-form-group .popup-form-control:focus {
    outline: none;
    border: none;
}

.custom-modal .modal-content .modal-body .popup-form-group>span {
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #18ab63;
    font-size: 16px;
}

.custom-modal .modal-content .modal-body .popup-form-group textarea {
    height: auto !important;
    padding: 18px 20px 18px 60px !important;
}

.custom-modal .modal-content .search-button {
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    color: #fff;
    border: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #18ab63;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    border-radius: 0 3px 3px 0;
}

.custom-modal .modal-content .search-button:hover {
    background: #127e49;
}

.custom-modal .modal-content .login-button {
    padding: 18px 90px 18px 30px;
    display: inline-block;
    text-transform: capitalize;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    text-align: center;
    border-radius: 3px;
    position: relative;
    background: #18ab63;
    color: #fff;
    border: none;
}

.custom-modal .modal-content .login-button:hover {
    background: #127e49;
    color: #fff;
}

.custom-modal .modal-content .login-button i {
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    position: absolute;
    border-radius: 0 3px 3px 0;
    background: rgba(255, 255, 255, 0.2);
}

#searchForm .modal-content .modal-body .popup-form-group .popup-form-control {
    padding: 0 80px 0 60px;
}

.comment-item {
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #fff;
    -webkit-box-shadow: 0 23px 49px 0 rgba(59, 59, 152, 0.15);
    box-shadow: 0 23px 49px 0 rgba(59, 59, 152, 0.15);
}

.comment-item:last-child {
    border-bottom: 0;
}

.comment-item p {
    margin-bottom: 15px !important;
}

.comment-item .comment-item-title {
    margin-bottom: 10px;
}

.comment-item img {
    border-radius: 3px;
    margin-right: 20px;
}

.comment-item .comment-meta {
    margin-bottom: 10px;
}

.comment-item .comment-meta span {
    display: inline-block;
    margin-right: 10px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.comment-item .comment-meta span i {
    margin-right: 10px;
    color: #18ab63;
}

.comment-item .reply-btn {
    display: inline-block;
    font-weight: 500;
    color: #000;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.comment-item .reply-btn:hover {
    color: #18ab63;
}

.comment-item .reply-btn i {
    vertical-align: -1px;
    display: inline-block;
    color: #18ab63;
}

.depth-2 .comment-item {
    margin-left: 120px;
}

.comment-form-group {
    margin-bottom: 0px;
    position: relative;
}

.comment-form-group .form-control {
    outline: none;
    width: 100%;
    border: none;
    height: auto;
    color: #000;
    padding: 18px 20px 18px 50px;
    border-radius: 5px;
    display: block;
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-box-shadow: 0 10px 28px 0 rgba(59, 59, 152, 0.15);
    box-shadow: 0 10px 28px 0 rgba(59, 59, 152, 0.15);
}

.comment-form-group .form-control:focus {
    outline: none;
    border: none;
    -webkit-box-shadow: 0 23px 49px 0 rgba(59, 59, 152, 0.15);
    box-shadow: 0 23px 49px 0 rgba(59, 59, 152, 0.15);
}

.comment-form-group span {
    line-height: 60px;
    color: #18ab63;
    position: absolute;
    pointer-events: none;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    top: 0;
    left: 20px;
}

textarea.form-control {
    height: auto;
    padding-top: 20px;
}

.contact-form-wrap .form-group {
    margin-bottom: 0px;
    position: relative;
}

.contact-form-wrap .form-group .contact-form-control {
    outline: none;
    width: 100%;
    border: none;
    height: auto;
    color: #000;
    padding: 18px 20px 18px 50px;
    border-radius: 5px;
    display: block;
    position: relative;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-box-shadow: 0 10px 28px 0 rgba(59, 59, 152, 0.15);
    box-shadow: 0 10px 28px 0 rgba(59, 59, 152, 0.15);
}

.contact-form-wrap .form-group i {
    line-height: 60px;
    color: #18ab63;
    position: absolute;
    pointer-events: none;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    top: 0;
    left: 20px;
}

.comment-item-body {
    position: relative;
    max-width: 85% !important;
}

.comment-item-body table td {
    border: 1px solid #c6c6c6;
    padding: 10px;
}

#respond {
    width: 100% !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#respond div {
    display: inline-block !important;
    width: 100%;
    float: left;
}

#respond p {
    margin-left: 15px;
    margin-bottom: 20px;
}

#respond p a {
    color: #18AB63;
}

.comment-reply-link {
    display: inline-block;
    font-weight: 500;
    color: #000 !important;
    transition: all .25s ease;
}

.comment-reply-link:hover {
    color: #18ab63 !important;
}


/* ---------------------------------------------------------------- */


/* Responsive Media Query
 * Medium devices (tablets, less than 992px)
/* ---------------------------------------------------------------- */

@media only screen and (max-width: 991.98px) {
    /* Comments Item */
    .depth-2 .comment-item {
        margin-left: 0;
    }
}


/* ---------------------------------------------------------------- */


/* 07.Pagination                              
/* ---------------------------------------------------------------- */

.pagination-wrap {
    margin-top: 20px;
}

.pagination-wrap .page-numbers {
    width: 50px;
    height: 50px;
    color: #000;
    line-height: 50px;
    margin: 0 5px 0 0;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: 0 20px 35px 0 rgba(59, 59, 152, 0.15);
    box-shadow: 0 20px 35px 0 rgba(59, 59, 152, 0.15);
}

.pagination-wrap .page-numbers:hover,
.pagination-wrap .page-numbers.current {
    background: #18ab63;
    color: #fff !important;
}

.pagination-wrap .page-numbers:last-child {
    margin-right: 0;
}


/* ---------------------------------------------------------------- */


/* 08.Preloader                            
/* ---------------------------------------------------------------- */

#preloader-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5555;
    position: fixed;
    background: #1B1464;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#preloader-wrap .lds-roller {
    width: 80px;
    height: 80px;
    position: relative;
    display: inline-block;
}

#preloader-wrap .lds-roller div {
    -webkit-animation: ldsRoller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    animation: ldsRoller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    -webkit-transform-origin: 40px 40px;
    transform-origin: 40px 40px;
}

#preloader-wrap .lds-roller div:after {
    width: 7px;
    height: 7px;
    content: " ";
    display: block;
    position: absolute;
    border-radius: 50%;
    margin: -4px 0 0 -4px;
    background: #fff;
}

#preloader-wrap .lds-roller div:nth-child(1) {
    -webkit-animation-delay: -0.036s;
    animation-delay: -0.036s;
}

#preloader-wrap .lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

#preloader-wrap .lds-roller div:nth-child(2) {
    -webkit-animation-delay: -0.072s;
    animation-delay: -0.072s;
}

#preloader-wrap .lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

#preloader-wrap .lds-roller div:nth-child(3) {
    -webkit-animation-delay: -0.108s;
    animation-delay: -0.108s;
}

#preloader-wrap .lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

#preloader-wrap .lds-roller div:nth-child(4) {
    -webkit-animation-delay: -0.144s;
    animation-delay: -0.144s;
}

#preloader-wrap .lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

#preloader-wrap .lds-roller div:nth-child(5) {
    -webkit-animation-delay: -0.18s;
    animation-delay: -0.18s;
}

#preloader-wrap .lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

#preloader-wrap .lds-roller div:nth-child(6) {
    -webkit-animation-delay: -0.216s;
    animation-delay: -0.216s;
}

#preloader-wrap .lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

#preloader-wrap .lds-roller div:nth-child(7) {
    -webkit-animation-delay: -0.252s;
    animation-delay: -0.252s;
}

#preloader-wrap .lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

#preloader-wrap .lds-roller div:nth-child(8) {
    -webkit-animation-delay: -0.288s;
    animation-delay: -0.288s;
}

#preloader-wrap .lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}


/* ---------------------------------------------------------------- */


/* 09.Header                                                   
/* ---------------------------------------------------------------- */

.header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header #top-bar {
    padding: 10px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header #top-bar .social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header #top-bar .social-links li {
    margin-right: 20px;
}

.header #top-bar .social-links li:last-child {
    margin-right: 0;
}

.header #top-bar .social-links li a {
    font-size: 14px;
    color: #fff;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.header #top-bar .social-links li a:hover {
    color: #18ab63;
}

.header #top-bar .nav-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header #top-bar .nav-info .nav-info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
}

.header #top-bar .nav-info .nav-info-item i,
.header #top-bar .nav-info .nav-info-item span {
    color: #fff;
    font-size: 14px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.header #top-bar .nav-info .nav-info-item i {
    margin-right: 15px;
    color: #18ab63;
}

.header .navbar-brand {
    padding: 0;
    color: #fff;
    margin-right: 0;
    text-transform: capitalize;
    font-weight: 700;
}

.header-shrink.header .navbar-brand {
    color: #000;
}

.header .navbar-brand img {
    display: none;
}

.header .navbar-brand img.logo-transparent {
    display: block;
}

.header .menu-item a {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 28px 15px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    display: block;
    position: relative;
    line-height: 28px;
    opacity: 0.8;
}

.header .menu-item a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 7px;
    background: #fff;
}

.header .menu-item a.active {
    opacity: 1;
}

.header .menu-item:not(.current-menu-item) a::after {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 7px;
    z-index: 7;
    content: '';
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    background: #fff;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.header .menu-item:not(.current-menu-item) a:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.header .menu-item:hover>a {
    color: #fff;
    opacity: 1;
}

.header .menu-item.dropdown:hover a:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.header .menu-item.dropdown .sub-menu {
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 20px 0 rgba(59, 59, 152, 0.15);
    box-shadow: 0 6px 20px 0 rgba(59, 59, 152, 0.15);
}

.header .menu-item.dropdown .sub-menu a {
    width: 100%;
    color: #000;
    font-size: 14px;
    display: block;
    font-weight: 400;
    padding: 12px 26px;
    position: relative;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.header .menu-item.dropdown .sub-menu a:hover {
    color: #fff;
    background: #18ab63;
}

.header .menu-item.dropdown .sub-menu a:last-child {
    border-bottom: 0;
}

.header .menu-item.dropdown .sub-menu .current_page_item a {
    color: #fff;
    background: #18ab63;
}

.header .menu-item.dropdown a {
    padding-right: 25px !important;
}

.header .menu-item.dropdown a:after {
    display: inline-block;
    margin-left: 0;
    vertical-align: initial;
    content: "";
    border: none;
}

.header .menu-item.dropdown a:before {
    content: "\f078";
    top: 50%;
    right: 0;
    position: absolute;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header .menu-item .sub-menu .menu-item a::before {
    content: none !important;
}

.header .menu-item .sub-menu .menu-item a::after {
    content: none !important;
}

.header .menu-item.dropdown a[aria-expanded="true"]:before {
    top: 28px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header .navbar-toggler {
    outline: none;
    border: none;
    border-radius: 0;
    padding: 0 10px 0 0;
}

.header .navbar-toggler .togler-icon-inner span {
    height: 3px;
    margin: 5px;
    width: 30px;
    display: block;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header .navbar-toggler .togler-icon-inner span:nth-child(2) {
    width: 20px !important;
    margin-left: auto;
}

.header .navbar-toggler .togler-icon-inner span:last-child {
    margin-bottom: 0;
}

.header .navbar-toggler[aria-expanded="true"] .togler-icon-inner span:nth-child(1) {
    -webkit-transform: rotate(-45deg) translate(-5px, 6px);
    transform: rotate(-45deg) translate(-5px, 6px);
}

.header .navbar-toggler[aria-expanded="true"] .togler-icon-inner span:nth-child(2) {
    opacity: 0;
}

.header .navbar-toggler[aria-expanded="true"] .togler-icon-inner span:nth-child(3) {
    -webkit-transform: rotate(45deg) translate(-5px, -6px);
    transform: rotate(45deg) translate(-5px, -6px);
}

.header .login-btn-mobile,
.header .search-btn-mobile {
    display: none;
}


/* Header Shrink */

.header-shrink {
    border-bottom: none;
    padding: 0;
    background: #fff;
    -webkit-animation: stickyMenu 0.7s ease-in-out;
    animation: stickyMenu 0.7s ease-in-out;
    -webkit-box-shadow: 0 5px 25px 0 rgba(27, 20, 100, 0.15);
    box-shadow: 0 5px 25px 0 rgba(27, 20, 100, 0.15);
}

.header-shrink .menu-item:hover a {
    color: #18ab63;
}

.header-shrink .menu-item a {
    color: #000;
    opacity: 1;
}

.header-shrink .menu-item a.active,
.header-shrink .menu-item a:hover {
    color: #18ab63;
}

.header-shrink .menu-item a:after {
    background: #18ab63;
}

.header-shrink .menu-item a:not(.active):after {
    background: #18ab63;
}

.header-shrink .navbar-toggler .togler-icon-inner span {
    background-color: #000;
}

.header-shrink #top-bar {
    background: #1B1464;
    border-bottom: none;
}


/* ---------------------------------------------------------------- */


/* Responsive Media Query
 * Medium devices (tablets, less than 992px)
/* ---------------------------------------------------------------- */

@media only screen and (max-width: 991.98px) {
    .navbar.desktop {
        display: none;
    }
    .header {
        padding: 0;
    }
    .header #top-bar {
        display: none;
    }
    .header .container {
        max-width: 100%;
        padding: 0;
    }
    .header .navbar-brand {
        padding: 10px 0 10px 15px;
    }
    .header .main-menu {
        background: #fff;
    }
    .header .main-menu .navbar-nav {
        max-height: 400px;
        overflow: hidden;
        overflow-y: auto;
    }
    .header .main-menu .navbar-nav .menu-item:last-child a {
        border-bottom: 0;
    }
    .header .main-menu .navbar-nav a {
        color: #000;
        padding: 10px 15px !important;
        -webkit-transition: all 0.25s linear;
        transition: all 0.25s linear;
        opacity: 1;
        border-bottom: 1px solid #eee;
    }
    .header .main-menu .navbar-nav a:after {
        display: none;
    }
    .header .main-menu .navbar-nav .current-menu-item a {
        background: #18ab63;
        color: #fff !important;
        border-color: #18ab63;
    }
    .header .main-menu .navbar-nav .current-menu-item ul li a {
        color: #000 !important;
        padding: 10px 15px !important;
        -webkit-transition: all 0.25s linear;
        transition: all 0.25s linear;
        opacity: 1;
        border-bottom: 1px solid #eee;
        background: #E7F6EF !important;
    }
    .header .main-menu .navbar-nav li:not(.current-menu-item) a:hover {
        background: #18ab63;
        color: #fff !important;
        border-color: #18ab63;
    }
    .header .main-menu .menu-item .sub-menu {
        -webkit-box-shadow: none;
        box-shadow: none;
        background: rgba(24, 171, 99, 0.1);
        display: none;
    }
    .dropdown:hover .sub-menu {
        display: block;
        visibility: visible;
        -webkit-transition: all 0.25s linear;
        transition: all 0.25s linear;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    .header .main-menu .menu-item:hover {
        background: #18ab63;
        color: #fff;
    }
    .header .main-menu .menu-item .sub-menu a:hover {
        background: #18ab63;
    }
    .header a:before {
        top: 27px !important;
        right: 20px !important;
    }
    .header a[aria-expanded="true"]:before {
        top: 11px !important;
        -webkit-transform: rotate(180deg) !important;
        transform: rotate(180deg) !important;
    }
    .header .login-btn-mobile {
        display: block;
        position: absolute;
        top: 32px;
        background: transparent;
        border: none;
        color: #fff;
        font-size: 16px;
    }
    .header .search-btn-mobile {
        display: block;
        position: absolute;
        top: 32px;
        background: transparent;
        border: none;
        color: #fff;
        font-size: 16px;
        right: 100px;
    }
    .header .login-btn-mobile {
        right: 60px;
    }
    .header.header-shrink .login-btn-mobile {
        color: #000;
    }
    .header.header-shrink .search-btn-mobile {
        color: #000;
    }
    .header .popup-form-wrap {
        top: 50%;
        left: 50%;
        width: calc(100% - 30px);
        display: none;
        position: fixed;
        border-radius: 10px;
        background: #fff;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-box-shadow: 0px 23px 49px 0 rgba(59, 59, 152, 0.15);
        box-shadow: 0px 23px 49px 0 rgba(59, 59, 152, 0.15);
    }
    .header .popup-form-wrap .popup-form-header {
        padding: 15px 30px;
    }
    .header .popup-form-wrap .laus-form-group .laus-form-inner {
        padding: 15px;
    }
    .header .popup-form-wrap .laus-form-group>span {
        position: absolute;
        top: 20px !important;
        left: 16px;
        font-size: 12px;
    }
    .header .popup-form-wrap .laus-form-group .laus-form-control {
        margin-bottom: 15px;
        height: 50px;
    }
    .login-btn-resp,
    .search-btn-resp {
        display: none;
    }
    /* Header Shrink */
    .header-shrink .menu-item:hover a {
        color: #18ab63;
    }
    .header-shrink .menu-item a {
        color: #000;
    }
    .header-shrink .menu-item a.active,
    .header-shrink .menu-item a:hover {
        color: #18ab63;
    }
    .header-shrink .menu-item a:after {
        background: #18ab63;
    }
    .header-shrink .menu-item a:not(.active):after {
        background: #18ab63;
    }
    .header-shrink .togler-icon-inner span {
        background-color: #000;
    }
}


/* ---------------------------------------------------------------- */


/* Responsive Media Query
 * Large devices (desktop, less than min-width: 992px)
/* ---------------------------------------------------------------- */

@media screen and (min-width: 991.98px) {
    .navbar.mobile {
        display: none;
    }
    .sub-menu {
        border: 0;
        top: 100%;
        left: 0;
        -webkit-transform-origin: top;
        transform-origin: top;
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
        color: #000;
        z-index: 15;
        opacity: 0;
        visibility: hidden;
        display: initial;
        min-width: 250px;
        border-radius: 0;
        position: absolute;
    }
    .dropdown:hover .sub-menu {
        opacity: 1;
        top: 100%;
        visibility: visible;
        -webkit-transition: all 0.25s linear;
        transition: all 0.25s linear;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    .sub-menu .dropdown .sub-menu {
        border: 0;
        top: 0%;
        left: 100%;
        -webkit-transform-origin: top;
        transform-origin: top;
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
        color: #000;
        z-index: 15;
        opacity: 0;
        visibility: hidden;
        display: initial;
        min-width: 250px;
        border-radius: 0;
        position: absolute;
    }
    .sub-menu .dropdown:hover .sub-menu {
        opacity: 1;
        top: 0 !important;
        top: 100%;
        visibility: visible;
        -webkit-transition: all 0.25s linear;
        transition: all 0.25s linear;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}


/* ---------------------------------------------------------------- */


/* 10.Hero                                                    
/* ---------------------------------------------------------------- */

#hero {
    z-index: 35;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    min-height: 100vh;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#hero:before {
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.75;
    z-index: -35;
    position: absolute;
    background: #1B1464;
}

.hero-section-inner {
    position: relative;
}

.hero-section-inner .hero-section-title {
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

.hero-section-inner .hero-sup-title {
    margin-bottom: 15px;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 3px;
    display: inline-block;
    padding: 10px 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.7rem;
}

.hero-section-inner p {
    color: #fff;
    opacity: 0.8;
    margin-bottom: 30px;
}


/* ---------------------------------------------------------------- */


/* Responsive Media Query
 * Medium devices (tablets, less than 992px)
/* ---------------------------------------------------------------- */

@media only screen and (max-width: 991.98px) {
    .hero-section-inner .hero-section-title {
        font-size: 3rem;
    }
}


/* ---------------------------------------------------------------- */


/* Responsive Media Query
 * Extra Small devices (portrait phones, less than 575px)
/* ---------------------------------------------------------------- */

@media only screen and (max-width: 575.98px) {
    .hero-section-inner .hero-section-title {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }
}


/* ---------------------------------------------------------------- */


/* 11.About                            
/* ---------------------------------------------------------------- */

#about {
    position: relative;
    z-index: 1;
    padding-bottom: 63px !important;
}

#about:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.08;
    z-index: -1;
    background: url(../img/bg/about-bg-img.png);
    background-size: cover;
    background-position: center center;
}

.about-inner {
    margin-bottom: 30px;
}

.about-inner h6 {
    margin-bottom: 15px;
    color: #18ab63;
    background: rgba(24, 171, 99, 0.1);
    border-radius: 3px;
    display: inline-block;
    padding: 10px 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.7rem;
    font-weight: 600;
}

.about-inner h4 {
    margin-bottom: 15px;
}

.about-inner p {
    margin-bottom: 20px;
}

.about-inner blockquote {
    padding: 30px;
    border-radius: 3px;
    margin-bottom: 30px;
    position: relative;
    background: #fff;
    border-left: 4px solid #18ab63;
    -webkit-box-shadow: 0 23px 49px 0 rgba(59, 59, 152, 0.15);
    box-shadow: 0 23px 49px 0 rgba(59, 59, 152, 0.15);
}

.about-inner blockquote span {
    position: absolute;
    font-size: 40px;
    z-index: -6;
    opacity: 0.25;
    top: 15px;
    left: 30px;
    color: #18ab63;
}

.about-inner blockquote strong {
    color: #000;
    font-style: italic;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}

.about-inner blockquote p {
    margin-bottom: 10px;
    font-style: italic;
}

.about-img {
    position: relative;
    max-width: 100%;
    display: inline-block;
    margin-bottom: 30px;
    z-index: 6;
}

.about-img img {
    border-radius: 3px;
}

.about-img .video-btn {
    top: 50%;
    left: 50%;
    text-align: center;
    width: 80px;
    height: 80px;
    line-height: 80px;
    position: absolute;
    border-radius: 50%;
    font-size: 1rem;
    background: #18ab63;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
}

.about-img .video-btn:hover {
    background: #127e49;
    color: #fff;
    -webkit-transform: translate(-50%, -50%) scale(1.15);
    transform: translate(-50%, -50%) scale(1.15);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.4);
}

.about-img .experience-badge {
    position: absolute;
    top: -20px;
    right: 20px;
    border-radius: 5px 5px;
    background: #18ab63;
    -webkit-box-shadow: 0 23px 49px 0 rgba(59, 59, 152, 0.15);
    box-shadow: 0 23px 49px 0 rgba(59, 59, 152, 0.15);
}

.about-img .experience-badge::after {
    content: "";
    position: absolute;
    top: -30px;
    left: -28px;
    border: 30px solid;
    z-index: -6;
    border-color: transparent transparent #18ab63 transparent;
}

.about-img .experience-badge .year {
    padding: 20px;
    display: block;
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    color: #fff;
}

.about-img .experience-badge .text {
    display: block;
    padding: 10px 20px;
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
    font-size: 14px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.1);
}


/* ---------------------------------------------------------------- */


/* Responsive Media Query
 * Extra Small devices (portrait phones, less than 575px)
/* ---------------------------------------------------------------- */

@media only screen and (max-width: 575.98px) {
    .about-img .experience-badge {
        display: none;
    }
}


/* ---------------------------------------------------------------- */


/* 12.Services                                                
/* ---------------------------------------------------------------- */

.services-box {
    z-index: 11;
    padding: 30px;
    text-align: left;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 30px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #fff;
    -webkit-box-shadow: 0 23px 49px 0 rgba(59, 59, 152, 0.15);
    box-shadow: 0 23px 49px 0 rgba(59, 59, 152, 0.15);
}

.services-box .services-icon span {
    position: relative;
    display: inline-block;
}

.services-box .services-icon span:before {
    font-size: 80px;
    margin-left: 0;
    display: inline-block;
    color: #18ab63;
}

.services-box .services-body h5 {
    margin-bottom: 15px;
}

.services-box .services-body p {
    margin-bottom: 30px;
}

.services-box:after,
.services-box:before {
    width: 250px;
    height: 250px;
    content: "";
    top: -15px;
    right: -100%;
    z-index: -11;
    border-radius: 50%;
    position: absolute;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: rgba(255, 255, 255, 0.08);
}

.services-box:after {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

.services-box:hover {
    background: #1B1464;
}

.services-box:hover:after {
    top: -50px;
    right: -130px;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.services-box:hover:before {
    top: -30px;
    right: -150px;
}

.services-box:hover .services-body h5 {
    color: #fff;
}

.services-box:hover .services-body p {
    color: #fff;
    opacity: 0.8;
}

.services-detail-text span {
    text-align: center;
}

.services-detail-text span::before {
    margin-left: 5px;
    font-size: 30px;
}


/* ---------------------------------------------------------------- */


/* 13.Work Process                            
/* ---------------------------------------------------------------- */

.work-process-item {
    padding: 30px;
    text-align: center;
}

.work-process-item.active {
    z-index: 11;
    padding: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 30px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #fff;
    -webkit-box-shadow: 0 23px 49px 0 rgba(59, 59, 152, 0.15);
    box-shadow: 0 23px 49px 0 rgba(59, 59, 152, 0.15);
}

.work-process-item .work-process-icon {
    color: #18ab63;
    margin-bottom: 10px;
}

.work-process-item .work-process-icon i:before {
    margin-left: 0;
    font-size: 75px;
}

.work-process-item .work-process-body span {
    color: #18ab63;
    font-size: 42px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    margin-bottom: 5px;
    display: block;
}

.work-process-item .work-process-body h6 {
    margin-bottom: 10px;
}


/* ---------------------------------------------------------------- */


/* 14.Portfolio                             
/* ---------------------------------------------------------------- */

.portfolio-filter-wrap {
    text-align: center;
}

.portfolio-filter-wrap .portfolio-filter {
    display: inline-block;
    margin: 0 auto 60px auto;
}

.portfolio-filter-wrap .portfolio-filter:after {
    content: "";
    display: block;
    clear: both;
}

.portfolio-filter-wrap .portfolio-filter a {
    color: inherit;
    padding: 10px 20px;
    border-radius: 5px;
    position: relative;
    margin-right: 10px;
    text-align: center;
    text-transform: capitalize;
    border: 1px solid rgba(0, 0, 0, 0.1);
    float: left;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    font-weight: 500;
}

.portfolio-filter-wrap .portfolio-filter a:last-child {
    margin-right: 0;
}

.portfolio-filter-wrap .portfolio-filter a:hover,
.portfolio-filter-wrap .portfolio-filter a.current {
    background: #18ab63;
    color: #fff;
    border-color: #18ab63;
}

.portfolio-filter-wrap .portfolio-filter a.current {
    -webkit-transition-duration: initial !important;
    transition-duration: initial !important;
}

.portfolio-item {
    border-radius: 5px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.portfolio-item:hover {
    -webkit-box-shadow: 0 23px 49px 0 rgba(59, 59, 152, 0.2);
    box-shadow: 0 23px 49px 0 rgba(59, 59, 152, 0.2);
}

.portfolio-item:hover .portfolio-img:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.portfolio-item:hover .portfolio-links {
    top: 40px;
    opacity: 1;
    visibility: visible;
}

.portfolio-item:hover .portfolio-text {
    bottom: 30px;
    opacity: 1;
    visibility: visible;
}

.portfolio-item .portfolio-img {
    border-radius: 5px;
}

.portfolio-item .portfolio-img:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border-radius: 5px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    background: #fff;
    opacity: 1;
}

.portfolio-item .portfolio-img img {
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.portfolio-item .portfolio-text {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding-left: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.portfolio-item .portfolio-text a {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    display: inline-block;
    margin-bottom: 5px;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease;
}

.portfolio-item .portfolio-text a:hover {
    color: #18ab63;
}

.portfolio-item .portfolio-text p {
    opacity: 0.8;
}

.portfolio-item .portfolio-links {
    position: absolute;
    top: 30px;
    right: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.portfolio-item .portfolio-links a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    color: #fff;
    display: inline-block;
    background: #18ab63;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.portfolio-item .portfolio-links a:hover {
    -webkit-box-shadow: 0 0 0 10px rgba(24, 171, 99, 0.15), 0 0 0 20px rgba(24, 171, 99, 0.2);
    box-shadow: 0 0 0 10px rgba(24, 171, 99, 0.15), 0 0 0 20px rgba(24, 171, 99, 0.2);
}


/* ---------------------------------------------------------------- */


/* Responsive Media Query
 * Extra Small devices (portrait phones, less than 575px)
/* ---------------------------------------------------------------- */

@media only screen and (max-width: 575.98px) {
    .portfolio-filter-wrap .portfolio-filter a {
        display: block;
        float: none !important;
        margin-right: 0 !important;
        margin-bottom: 10px;
    }
    .portfolio-filter-wrap .portfolio-filter a:last-child {
        margin-bottom: 0;
    }
}


/* ---------------------------------------------------------------- */


/* 15.Counters                            
/* ---------------------------------------------------------------- */

#counters {
    z-index: 40;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#counters:before {
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.75;
    z-index: -40;
    position: absolute;
    background: #1B1464;
}

.counters-text h4 {
    color: #fff;
}

.counters-btn {
    text-align: right;
}

.counter-item {
    padding: 30px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 30px;
    background: #fff;
}

.counter-item .counter-icon span:before {
    font-size: 80px;
    color: #18ab63;
    margin-left: 0;
}

.counter-item .counter-body h6 {
    margin-bottom: 10px;
}

.counter-item .counter-body span {
    font-family: "Poppins", sans-serif;
    font-size: 2.1rem;
    font-weight: 700;
    color: #18ab63;
}


/* ---------------------------------------------------------------- */


/* Responsive Media Query
 * Small devices (landscape phones, less than 768px)
/* ---------------------------------------------------------------- */

@media only screen and (max-width: 767.98px) {
    .counters-text h4 {
        text-align: center;
        margin-bottom: 20px;
    }
    .counters-btn {
        text-align: center;
    }
}


/* ---------------------------------------------------------------- */


/* 16.Our Team                        
/* ---------------------------------------------------------------- */

.team-item {
    padding: 30px;
    position: relative;
    border-radius: 5px;
    margin-bottom: 30px;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #fff;
    -webkit-box-shadow: 0 23px 49px 0 rgba(59, 59, 152, 0.15);
    box-shadow: 0 23px 49px 0 rgba(59, 59, 152, 0.15);
}

.team-item .team-img {
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.team-item .team-img:after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 14;
    position: absolute;
    background: url(../img/team/team-img-shape.png) no-repeat;
    background-size: cover;
}

.team-item .team-img img {
    border-radius: 5px;
    display: inline-block;
    -webkit-box-shadow: 0 23px 49px 0 rgba(59, 59, 152, 0.15);
    box-shadow: 0 23px 49px 0 rgba(59, 59, 152, 0.15);
}

.team-item .team-body h6 {
    font-size: 28px;
    color: #18ab63;
}

.team-item .team-body h5 {
    margin-bottom: 5px;
}

.team-item .team-body span {
    display: block;
    margin-bottom: 30px;
    font-weight: 600;
    color: #18ab63;
}

.team-item ul.team-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.team-item ul.team-social li {
    margin-right: 15px;
}

.team-item ul.team-social li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #fff;
    -webkit-box-shadow: 0 10px 25px 0 rgba(59, 59, 152, 0.15);
    box-shadow: 0 10px 25px 0 rgba(59, 59, 152, 0.15);
}

.team-item ul.team-social li a:hover {
    color: #fff !important;
}

.team-item ul.team-social li:nth-child(1) a {
    color: #3b5998;
}

.team-item ul.team-social li:nth-child(1) a:hover {
    background: #3b5998;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.team-item ul.team-social li:nth-child(2) a {
    color: #1DA1F2;
}

.team-item ul.team-social li:nth-child(2) a:hover {
    background: #1DA1F2;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.team-item ul.team-social li:nth-child(3) a {
    color: #F77737;
}

.team-item ul.team-social li:nth-child(3) a:hover {
    background: #F77737;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}


/* ---------------------------------------------------------------- */


/* Responsive Media Query
 * Medium devices (tablets, less than 992px)
/* ---------------------------------------------------------------- */

@media only screen and (max-width: 991.98px) {
    .team-item {
        display: block;
        text-align: center;
    }
    .team-item .team-img {
        margin-right: 0;
        margin-bottom: 30px;
        display: inline-block;
    }
    .team-item ul.team-social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}


/* ---------------------------------------------------------------- */


/* 17.Our Clients                      
/* ---------------------------------------------------------------- */

#our-clients {
    background: #f2f2fe;
}

.clients-item {
    padding: 30px;
    border-radius: 5px;
    margin: 0 0 30px 0;
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #fff;
}

.clients-item .clients-body p {
    font-size: 22px;
    font-style: italic;
    margin-bottom: 20px;
}

.clients-item .clients-body h6 {
    margin-bottom: 5px;
}

.clients-item .clients-body span {
    color: #18ab63;
}

.clients-item .rating {
    margin-bottom: 20px;
}

.clients-item .rating i {
    margin-right: 3px;
    color: #ffc107;
    font-weight: 500;
}

.clients-item .rating i:last-child {
    margin-right: 0;
}

.clients-img {
    position: relative;
    z-index: 15;
}

.clients-img:hover {
    -webkit-animation: none;
    animation: none;
}

.clients-img .client-img {
    padding: 30px;
    border-radius: 50%;
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;
    background: #fff;
    -webkit-box-shadow: 0 20px 35px 0 rgba(59, 59, 152, 0.15);
    box-shadow: 0 20px 35px 0 rgba(59, 59, 152, 0.15);
}

.clients-img .client-img-shape {
    bottom: -100px;
    left: 110px;
    position: absolute;
}

.clients-img img {
    display: inline-block;
}

.our-clients-slider.owl-carousel .owl-nav {
    margin-top: 30px;
}

.our-clients-slider.owl-carousel button.owl-next,
.our-clients-slider.owl-carousel button.owl-prev {
    padding: 15px 20px !important;
    border-radius: 50%;
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;
    margin: 0 10px 0 0;
    background: #fff;
    -webkit-box-shadow: 0 20px 35px 0 rgba(59, 59, 152, 0.15);
    box-shadow: 0 20px 35px 0 rgba(59, 59, 152, 0.15);
}

.our-clients-slider.owl-carousel button.owl-next:hover,
.our-clients-slider.owl-carousel button.owl-prev:hover {
    background: #18ab63;
}


/* ---------------------------------------------------------------- */


/* Responsive Media Query
 * Medium devices (tablets, less than 992px)
/* ---------------------------------------------------------------- */

@media only screen and (max-width: 991.98px) {
    .clients-img {
        margin-bottom: 30px;
    }
    .clients-img .client-img-shape {
        display: none;
    }
    .clients-item .clients-body p {
        font-size: 18px;
    }
}


/* ---------------------------------------------------------------- */


/* 18.Our Pricing                          
/* ---------------------------------------------------------------- */

.price-toggle-wrap {
    text-align: center;
    display: inline-block;
    margin: 0 auto 60px auto;
    padding: 10px;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 28px 0 rgba(59, 59, 152, 0.15);
    box-shadow: 0 10px 28px 0 rgba(59, 59, 152, 0.15);
}

.price-toggle-wrap a {
    padding: 18px 30px;
    float: left;
    border-radius: 5px;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
    background-color: rgba(24, 171, 99, 0.1);
    color: #18ab63;
}

.price-toggle-wrap a.active {
    background-position: center;
    background: #18ab63;
    color: #fff;
}

.pricing-tab-toggle-content {
    display: none;
}

.pricing-tab-toggle-content.active {
    display: block;
}

.price-table {
    padding: 30px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 30px;
    background: #fff;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.price-table .price-icon {
    display: inline-block;
}

.price-table .price-icon i {
    width: 100px;
    height: 100px;
    font-size: 40px;
    color: #18ab63;
    line-height: 100px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: rgba(24, 171, 99, 0.1);
}

.price-table .price-icon i::before {
    font-size: 40px !important;
    margin-left: 0px;
}

.price-table.popular {
    -webkit-box-shadow: 0 23px 49px 0 rgba(59, 59, 152, 0.15);
    box-shadow: 0 23px 49px 0 rgba(59, 59, 152, 0.15);
    text-transform: capitalize;
}

.price-table.popular .price-icon i {
    color: #fff;
    background: #18ab63;
}

.price-table .price-value {
    margin-top: 20px;
    margin-bottom: 20px;
}

.price-table .price-value b {
    font-size: 3.2rem;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #212130;
}

.price-table .price-value span {
    font-size: 1rem;
}

.price-table .price-text {
    margin-bottom: 20px;
}

.price-table .price-text span {
    text-align: center;
    border-radius: 100px;
    display: inline-block;
    padding: 11px 40px;
}

.price-table .price-list li {
    margin-top: 15px;
}

.price-table .price-list li:first-child {
    margin-top: 0;
}

.price-table .price-footer {
    margin-top: 30px;
}

.price-table .price-badge {
    position: absolute;
    top: 15px;
    right: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 80px;
    font-size: 15px;
    background: #18ab63;
    color: #fff;
}

.price-table .price-badge:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -40px;
    border: 25px solid;
    border-color: #18ab63 transparent #18ab63 #18ab63;
}


/* ---------------------------------------------------------------- */


/* 19.Latest Blog                      
/* ---------------------------------------------------------------- */

#latest-blog {
    background: #f2f2fe;
}

.blog-grid .blog-item,
.blog-sidebar .blog-item {
    -webkit-box-shadow: 0 20px 35px 0 rgba(59, 59, 152, 0.15);
    box-shadow: 0 20px 35px 0 rgba(59, 59, 152, 0.15);
}

.blog-item {
    border-radius: 5px;
    margin: 0 0 30px 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #fff;
}

.blog-item .blog-img {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.blog-item .blog-img img {
    border-radius: 5px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.blog-item .blog-img:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.blog-item .blog-body {
    padding: 30px;
    position: relative;
}

.blog-item .blog-body .blog-meta {
    margin-bottom: 15px;
}

.blog-item .blog-body .blog-meta span {
    font-size: 15px;
    margin-right: 10px;
}

.blog-item .blog-body .blog-meta span i,
.blog-item .blog-body .blog-meta span a {
    margin-right: 8px;
    color: #18ab63;
}

.blog-item .blog-body .blog-meta span a {
    color: #636b72 !important;
}

.blog-item .blog-body .blog-meta span a:hover {
    color: #18ab63 !important;
}

.blog-item .blog-body p {
    margin-bottom: 20px;
}

.blog-item .blog-body h6 {
    margin-bottom: 10px;
}

.blog-item .blog-body h6 a {
    color: inherit;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease;
}

.blog-item .blog-body h6 a:hover {
    color: #18ab63;
}

.blog-item .blog-body .blog-more-link {
    padding: 8px 60px 8px 20px;
    display: inline-block;
    text-transform: capitalize;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    text-align: center;
    border-radius: 3px;
    position: relative;
    background: #18ab63;
    color: #fff;
    border: none;
    font-size: 14px;
}

.blog-item .blog-body .blog-more-link:hover {
    background: #127e49;
    color: #fff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.blog-item .blog-body .blog-more-link i {
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    position: absolute;
    font-size: 12px;
    border-radius: 0 3px 3px 0;
    background: rgba(255, 255, 255, 0.2);
}

.content-area {
    display: block;
    overflow: hidden;
}

.latest-blog-slider.owl-carousel .owl-nav {
    text-align: center !important;
    margin-top: 30px;
}

.latest-blog-slider.owl-carousel button.owl-next,
.latest-blog-slider.owl-carousel button.owl-prev {
    padding: 15px 20px !important;
    border-radius: 50%;
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;
    margin: 0 10px 0 0;
    background: #fff;
    -webkit-box-shadow: 0 20px 35px 0 rgba(59, 59, 152, 0.15);
    box-shadow: 0 20px 35px 0 rgba(59, 59, 152, 0.15);
}

.latest-blog-slider.owl-carousel button.owl-next:hover,
.latest-blog-slider.owl-carousel button.owl-prev:hover {
    background: #18ab63;
}


/* ---------------------------------------------------------------- */


/* Responsive Media Query
 * Medium devices (tablets, less than 992px)
/* ---------------------------------------------------------------- */

@media only screen and (max-width: 991.98px) {
    .clients-img {
        margin-bottom: 30px;
    }
    .clients-img .client-img-shape {
        display: none;
    }
    .clients-item .clients-body p {
        font-size: 18px;
    }
}


/* ---------------------------------------------------------------- */


/* 20.Footer                            
/* ---------------------------------------------------------------- */

#footer {
    background: #212130;
}

#footer #footer-top {
    padding: 80px 0 50px 0;
}

#footer #footer-top .footer-projects {
    margin-right: 0;
}

#footer #footer-top .footer-projects .footer-project-item {
    margin-bottom: 20px;
}

#footer #footer-top .footer-widget {
    margin-bottom: 30px;
}

#footer #footer-top .footer-widget h5 {
    color: #fff;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
    display: inline-block;
}

#footer #footer-top .footer-widget h5:after {
    content: "";
    width: 50px;
    height: 2px;
    margin-top: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #18ab63;
}

#footer #footer-top .footer-widget p {
    color: #dee2e6;
}

#footer #footer-top .footer-widget ul li {
    margin-bottom: 10px;
}

#footer #footer-top .footer-widget ul li:last-child {
    margin-bottom: 0;
}

#footer #footer-top .footer-widget ul li a {
    color: #dee2e6;
    position: relative;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

#footer #footer-top .footer-widget ul li a:before {
    content: "\f061";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    margin-right: 20px;
}

#footer #footer-top .footer-widget ul li a:hover {
    color: #18ab63;
    text-decoration: underline;
}

#footer #footer-top .footer-widget ul li a:hover:before {
    margin-left: 10px;
    color: #18ab63;
}

#footer #footer-top .footer-widget ul.footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
}

#footer #footer-top .footer-widget ul.footer-social li {
    margin-right: 10px;
}

#footer #footer-top .footer-widget ul.footer-social li:last-child {
    margin-right: 0;
}

#footer #footer-top .footer-widget ul.footer-social li a i {
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 3px;
    line-height: 50px;
    text-align: center;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background: rgba(255, 255, 255, 0.03);
}

#footer #footer-top .footer-widget ul.footer-social li a::before {
    content: none;
}

#footer #footer-top .footer-widget ul.footer-social li:nth-child(1) a:hover i {
    background: #3b5998;
    color: #fff !important;
}

#footer #footer-top .footer-widget ul.footer-social li:nth-child(2) a:hover i {
    background: #1DA1F2;
    color: #fff !important;
}

#footer #footer-top .footer-widget ul.footer-social li:nth-child(3) a:hover i {
    background: #F77737;
    color: #fff !important;
}

#footer #footer-top .footer-widget ul.footer-social li:nth-child(4) a:hover i {
    background: #BD081C;
    color: #fff !important;
}

#footer #footer-top .footer-widget .newsletter-form-wrap p {
    margin-bottom: 20px;
}

#footer #footer-top .footer-widget .newsletter-form-wrap .newsletter-form-control {
    display: block;
    width: 100%;
    border: none;
    padding: 14px 20px;
    border-radius: 5px;
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
}

#footer #footer-top .footer-widget .newsletter-form-wrap .newsletter-form-btn {
    padding: 12px 70px 12px 24px;
    display: block;
    width: 100%;
    text-transform: capitalize;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    text-align: center;
    border-radius: 3px;
    position: relative;
    background: #18ab63;
    color: #fff;
    border: none;
}

#footer #footer-top .footer-widget .newsletter-form-wrap .newsletter-form-btn:hover {
    background: #127e49;
    color: #fff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

#footer #footer-top .footer-widget .newsletter-form-wrap .newsletter-form-btn i {
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    display: inline-block;
    position: absolute;
    border-radius: 0 3px 3px 0;
    background: rgba(255, 255, 255, 0.2);
}

#footer #copyright {
    background: rgba(255, 255, 255, 0.05);
    padding: 30px 0;
}

#footer #copyright p {
    color: #dee2e6;
}


/* ---------------------------------------------------------------- */


/* 21.Breadcrumb                           
/* ---------------------------------------------------------------- */

.breadcrumb-section {
    z-index: 42;
    overflow: hidden;
    padding: 170px 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/bg/breadcrumb-img.jpg);
}

.breadcrumb-section:before {
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.75;
    z-index: -42;
    position: absolute;
    background: #1B1464;
}

.breadcrumb-section .breadcrumb-inner {
    position: relative;
    z-index: 18;
}

.breadcrumb-section .breadcrumb-inner h1 {
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 15px;
}

.breadcrumb-section .breadcrumb-inner .breadcrumb-links li {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}

.breadcrumb-section .breadcrumb-inner .breadcrumb-links li:before {
    content: "\f30b";
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: middle;
    color: #18ab63;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}

.breadcrumb-section .breadcrumb-inner .breadcrumb-links li:first-child:before {
    content: none;
    margin-left: 0px;
}

.breadcrumb-section .breadcrumb-inner .breadcrumb-links li a,
.breadcrumb-section .breadcrumb-inner .breadcrumb-links {
    color: #fff;
}

.breadcrumb-section .breadcrumb-inner .breadcrumb-links li a:hover {
    text-decoration: underline;
    color: #18ab63;
}


/* ---------------------------------------------------------------- */


/* 22.Sidebar                             
/* ---------------------------------------------------------------- */

.blog-sidebar .blog-widgets {
    margin-bottom: 30px;
}

.blog-sidebar .blog-widgets img {
    max-width: 100% !important;
    height: auto;
}

.blog-sidebar .blog-widgets .blog-search-btn {
    top: 0;
    right: 0;
    border: none;
    width: 60px;
    outline: none;
    height: 100%;
    position: absolute;
    background: #18ab63;
    color: #fff;
    border-radius: 0 5px 5px 0;
}

.blog-sidebar .blog-widgets .blog-search-bar {
    width: 100%;
}

.blog-sidebar .blog-widgets .blog-search-bar .search-form-control {
    width: 100%;
    display: block;
    border-radius: 5px;
    padding: 18px 78px 18px 20px;
    border: none;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-box-shadow: 0 13px 30px 0 rgba(59, 59, 152, 0.15);
    box-shadow: 0 13px 30px 0 rgba(59, 59, 152, 0.15);
}

.blog-sidebar .blog-widgets:last-child {
    margin-bottom: 0;
}

.blog-sidebar .recent-post-item {
    margin-bottom: 20px;
}

.blog-sidebar .recent-post-item:last-child {
    margin-bottom: 0;
}

.blog-sidebar .recent-post-item .recent-post-img {
    float: left;
    height: 100px !important;
    width: 100px !important;
}

.blog-sidebar .recent-post-item .recent-post-img img {
    border-radius: 5px;
    height: 100px !important;
    width: 100px !important;
}

.blog-sidebar .recent-post-item .recent-post-body .recent-post-title {
    margin-bottom: 14px;
    line-height: 1.5;
    font-size: 1.1rem;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.blog-sidebar .recent-post-item .recent-post-body .recent-post-title:hover {
    color: #18ab63;
}

.blog-sidebar .recent-post-item .recent-post-body .recent-post-date i {
    margin-right: 8px;
    color: #18ab63;
}

.blog-sidebar .blog-widgets ul {
    padding: 0px !important;
    margin: 0px !important;
}

.blog-sidebar .blog-widgets ul li {
    display: block;
    padding: 10px 10px 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.blog-sidebar .blog-widgets ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.blog-sidebar .blog-widgets ul li a {
    color: #000;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    font-weight: 500;
}

.blog-sidebar .blog-widgets ul li a:before {
    content: "";
    background: #000;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    height: 1px;
    width: 10px;
}

.blog-sidebar .blog-widgets ul li a.active {
    color: #18ab63;
}

.blog-sidebar .blog-widgets ul li a:hover:before {
    background: #18ab63;
}

.blog-sidebar .widget_archive li,
.blog-sidebar .widget_categories li {
    display: block;
    padding: 10px 10px 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.blog-sidebar .widget_archive li:last-child,
.blog-sidebar .widget_categories li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.blog-sidebar .widget_archive li a,
.blog-sidebar .widget_categories li a {
    color: #000;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    font-weight: 500;
    margin-right: auto !important;
    display: inline-block;
    width: 90%;
}

.blog-sidebar .widget_archive li a:before,
.blog-sidebar .widget_categories li a:before {
    content: "";
    background: #000;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.blog-sidebar .widget_archive li a:hover,
.blog-sidebar .widget_archive li a.active,
.blog-sidebar .widget_categories li a:hover,
.blog-sidebar .widget_categories li a.active {
    color: #18ab63;
}

.blog-sidebar .widget_archive li a.active:before,
.blog-sidebar .widget_archive li a:hover:before,
.blog-sidebar .widget_categories li a.active:before,
.blog-sidebar .widget_categories li a:hover:before {
    background: #18ab63;
}

.blog-sidebar .widget_categories li a:before {
    height: 1px;
    width: 10px;
}

.blog-sidebar .widget_categories li a:hover:before {
    width: 20px;
}

.blog-sidebar .widget_categories li a .category-count {
    float: right;
}

.blog-sidebar .widget_archive li a:before {
    height: 5px;
    width: 5px;
}

.blog-sidebar .widget_tag_cloud a {
    float: left;
}

.blog-sidebar .widget_tag_cloud a {
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 14px !important;
    display: inline-block;
    color: #000 !important;
    padding: 10px 15px;
    border-radius: 5px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-box-shadow: 0 10px 20px 0 rgba(59, 59, 152, 0.15);
    box-shadow: 0 10px 20px 0 rgba(59, 59, 152, 0.15);
}

.blog-sidebar .widget_tag_cloud a:hover,
.blog-sidebar .widget_tag_cloud a.active {
    background: #18ab63;
    color: #fff !important;
}

.blog-sidebar .tag-widgets {
    margin-bottom: 20px;
}


/* ---------------------------------------------------------------- */


/* Responsive Media Query
 * Medium devices (tablets, less than 992px)
/* ---------------------------------------------------------------- */

@media only screen and (max-width: 991.98px) {
    .blog-sidebar {
        margin-top: 30px;
    }
    .recent-post-item .recent-post-body .recent-post-title {
        line-height: 1.5;
        font-size: 1rem;
    }
}


/* ---------------------------------------------------------------- */


/* 23.Blog Single Post                             
/* ---------------------------------------------------------------- */

.blog-post-img {
    border-radius: 5px;
    margin-bottom: 30px;
    position: relative;
    z-index: 14;
}

.blog-post-img img {
    border-radius: 5px;
    display: inline-block;
}

.blog-text h4 {
    line-height: 1.3;
    font-size: 2.3rem;
    margin-bottom: 20px;
}

.blog-text .author-meta {
    margin-bottom: 20px;
}

.blog-text .author-meta a {
    color: #000;
    margin-right: 15px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.blog-text .author-meta a:after {
    content: "";
    margin-left: 15px;
    border-left: 1px solid #18ab63;
}

.blog-text .author-meta a:last-child {
    margin-right: 0;
}

.blog-text .author-meta a:last-child:after {
    display: none;
}

.blog-text .author-meta a:hover {
    color: #18ab63;
}

.blog-text .author-meta a span {
    color: #18ab63;
    display: inline-block;
    margin-right: 15px;
}

.blog-text p {
    margin-bottom: 30px;
}

.blog-text blockquote {
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 30px;
    color: #000;
    background: #fff;
    border-left: 5px solid #18ab63;
    -webkit-box-shadow: 0 23px 49px 0 rgba(59, 59, 152, 0.15);
    box-shadow: 0 23px 49px 0 rgba(59, 59, 152, 0.15);
}

.blog-text blockquote p {
    margin-bottom: 0 !important;
}

.blog-text blockquote q {
    font-style: italic;
    line-height: 2;
}

.blog-text blockquote q:before {
    margin-right: 5px;
}

.blog-text blockquote q:after {
    margin-left: 5px;
}

blockquote {
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 30px;
    color: #000;
    background: #fff;
    border-left: 5px solid #18ab63;
    -webkit-box-shadow: 0 23px 49px 0 rgba(59, 59, 152, 0.15);
    box-shadow: 0 23px 49px 0 rgba(59, 59, 152, 0.15);
}

blockquote q {
    font-style: italic;
    line-height: 2;
}

blockquote q:before {
    margin-right: 5px;
}

blockquote q:after {
    margin-left: 5px;
}

.blog-text .blog-inner-img img {
    margin-bottom: 30px;
    border-radius: 5px;
}

.blog-text .blog-meta h6 {
    margin-bottom: 15px;
}

.blog-text .blog-meta ul.blog-share-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.blog-text .blog-meta ul.blog-share-links li {
    margin-right: 10px;
}

.blog-text .blog-meta ul.blog-share-links li a {
    width: 40px;
    height: 40px;
    color: #000;
    line-height: 40px;
    margin: 0 5px 0 0;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: 0 10px 25px 0 rgba(59, 59, 152, 0.15);
    box-shadow: 0 10px 25px 0 rgba(59, 59, 152, 0.15);
}

.blog-text .blog-meta ul.blog-share-links li:nth-child(1) a {
    color: #3b5998;
}

.blog-text .blog-meta ul.blog-share-links li:nth-child(1) a:hover {
    background: #3b5998;
    color: #fff !important;
}

.blog-text .blog-meta ul.blog-share-links li:nth-child(2) a {
    color: #1DA1F2;
}

.blog-text .blog-meta ul.blog-share-links li:nth-child(2) a:hover {
    background: #1DA1F2;
    color: #fff !important;
}

.blog-text .blog-meta ul.blog-share-links li:nth-child(3) a {
    color: #F77737;
}

.blog-text .blog-meta ul.blog-share-links li:nth-child(3) a:hover {
    background: #F77737;
    color: #fff !important;
}

.blog-text .blog-meta ul.blog-share-links li:nth-child(4) a {
    color: #BD081C;
}

.blog-text .blog-meta ul.blog-share-links li:nth-child(4) a:hover {
    background: #BD081C;
    color: #fff !important;
}

.blog-text .blog-meta ul.blog-post-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.blog-text .blog-meta ul.blog-post-tag li {
    margin-right: 10px;
}

.blog-text .blog-meta ul.blog-post-tag li a {
    color: #000;
    margin: 0 5px 5px 0;
    padding: 8px 16px;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: 0 10px 25px 0 rgba(59, 59, 152, 0.15);
    box-shadow: 0 10px 25px 0 rgba(59, 59, 152, 0.15);
}

.blog-text .blog-meta ul.blog-post-tag li a:hover {
    background: #18ab63;
    color: #fff !important;
}

.blog-text .blog-page-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.blog-text .blog-page-btn a {
    color: #fff;
    border: none;
    text-align: center;
    border-radius: 3px;
    position: relative;
    display: inline-block;
    background: #18ab63;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.blog-text .blog-page-btn a:hover {
    background: #127e49;
    color: #fff;
}

.blog-text .blog-page-btn a i {
    top: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    position: absolute;
    border-radius: 0 3px 3px 0;
    background: rgba(255, 255, 255, 0.2);
}

.blog-text .blog-page-btn a.prev-btn {
    padding: 13px 20px 13px 70px;
}

.blog-text .blog-page-btn a.prev-btn i {
    left: 0;
}

.blog-text .blog-page-btn a.next-btn {
    padding: 13px 70px 13px 20px;
}

.blog-text .blog-page-btn a.next-btn i {
    right: 0;
}

.blog-title {
    position: relative;
    margin: 20px auto;
}

.blog-title:after {
    content: "";
    bottom: -8px;
    left: 0;
    height: 2px;
    position: absolute;
    border-radius: 5px;
    width: 60px;
    z-index: 36;
    background: #18ab63;
}

.blog-title:before {
    bottom: -8px;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}

.blog-title-subline {
    margin-bottom: 30px;
}


/* ---------------------------------------------------------------- */


/* Responsive Media Query
 * Extra small devices  (portrait phones, less than 576px)
/* ---------------------------------------------------------------- */

@media only screen and (max-width: 575.98px) {
    .depth-2 .comment-item {
        margin-left: 0;
    }
}


/* ---------------------------------------------------------------- */


/* 24.Contact Us Page                           
/* ---------------------------------------------------------------- */

.contact-info-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 30px;
    background: #fff;
    -webkit-box-shadow: 0 23px 49px 0 rgba(59, 59, 152, 0.15);
    box-shadow: 0 23px 49px 0 rgba(59, 59, 152, 0.15);
}

.contact-info-box .contact-info-icon span {
    position: relative;
    display: inline-block;
}

.contact-info-box .contact-info-icon span:before {
    font-size: 80px;
    margin-left: 0;
    display: inline-block;
    color: #18ab63;
}

.contact-info-box .contact-info-body {
    text-align: left;
}

.contact-info-box .contact-info-body h6 {
    margin-bottom: 5px;
}

.contact-info-box .contact-info-body a {
    color: inherit;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.contact-info-box .contact-info-body a:hover {
    color: #18ab63;
    text-decoration: underline;
}

.google-maps iframe {
    height: 528px;
    width: 100% !important;
    margin-bottom: 30px;
}

@media only screen and (max-width: 992px) {
    #googlemap {
        margin-bottom: 30px;
    }
}

.contact-form-wrap {
    margin-bottom: 30px;
}

.contact-alerts .empty-form,
.contact-alerts .email-invalid,
.contact-alerts .phone-invalid,
.contact-alerts .empty-select {
    margin-bottom: 30px;
    padding: 20px 30px;
    border-radius: 5px;
}

.contact-alerts .empty-form,
.contact-alerts .email-invalid,
.contact-alerts .phone-invalid,
.contact-alerts .empty-select {
    background: #f8d7da;
    color: #6b161e;
}

.contact-alerts .alert-success {
    margin-bottom: 30px;
}

.custom-select-wrapper {
    position: relative;
    margin-top: -8px;
}

.custom-select-wrapper i {
    margin-top: 5px;
}

.custom-select-wrapper select,
.custom-select-wrapper .select-hide {
    display: none;
}

.custom-select-wrapper .select-selected {
    width: 100%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 5px;
    display: inline-block;
    padding: 18px 20px 18px 50px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-box-shadow: 0 23px 49px rgba(59, 59, 152, 0.15);
    box-shadow: 0 23px 49px rgba(59, 59, 152, 0.15);
    margin-top: -32px !important;
    margin-bottom: 20px;
}

.custom-select-wrapper .select-selected:focus {
    outline: none;
    border: none;
    -webkit-box-shadow: 0px 23px 49px 0px rgba(59, 59, 152, 0.15);
    box-shadow: 0px 23px 49px 0px rgba(59, 59, 152, 0.15);
}

.custom-select-wrapper .select-selected:after {
    right: 20px;
    top: 20px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    pointer-events: none;
    display: inline-block;
    color: #18ab63;
    background: rgba(24, 171, 99, 0.1);
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-size: 12px;
    font-weight: 700;
}

.custom-select-wrapper .select-selected.select-arrow-active:after {
    content: "\f077";
}

.custom-select-wrapper .select-items {
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    margin-top: 10px;
    position: absolute;
    -webkit-box-shadow: 0px 23px 49px 0px rgba(59, 59, 152, 0.15);
    box-shadow: 0px 23px 49px 0px rgba(59, 59, 152, 0.15);
    border-radius: 5px;
}

.custom-select-wrapper .select-items .same-as-selected {
    background-color: #18ab63;
    border-bottom-color: #18ab63;
    color: #fff !important;
}

.custom-select-wrapper .select-items .same-as-selected:after {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.custom-select-wrapper .select-items div {
    color: #000;
    outline: none;
    width: 100%;
    display: block;
    padding: 18px 20px;
    font-size: 15px;
    border: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 576px) {
    .custom-select-wrapper .select-items div {
        font-size: 14px;
    }
}

.custom-select-wrapper .select-items div:focus {
    outline: none;
    border: none;
    -webkit-box-shadow: 0 23px 49px 0 rgba(59, 59, 152, 0.15);
    box-shadow: 0 23px 49px 0 rgba(59, 59, 152, 0.15);
}

.custom-select-wrapper .select-items div:last-child {
    border-bottom: 0;
    border-radius: 0 0 5px 5px;
}

.custom-select-wrapper .select-items div:first-child {
    border-radius: 5px 5px 0 0;
}

.custom-select-wrapper .select-items div:hover {
    background-color: #18ab63;
    border-bottom-color: #18ab63;
    color: #fff;
}


/* ---------------------------------------------------------------- */


/* 25.Portfolio Single                           
/* ---------------------------------------------------------------- */

.portfolio-single-slider {
    position: relative;
    border-radius: 5px;
    margin-bottom: 30px;
}

.portfolio-single-slider .owl-stage-outer {
    border-radius: 5px;
}

.portfolio-single-slider .owl-nav {
    margin-top: 0;
}

.portfolio-single-slider .owl-nav .owl-prev,
.portfolio-single-slider .owl-nav .owl-next {
    margin: 0;
    position: absolute;
    width: 56px;
    top: 50%;
    height: 56px;
    line-height: 46px;
    border-radius: 5px;
    text-align: center;
    background: #18ab63 !important;
    color: #fff !important;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.portfolio-single-slider .owl-nav .owl-prev:hover,
.portfolio-single-slider .owl-nav .owl-next:hover {
    background: #212130;
    color: #fff;
}

.portfolio-single-slider .owl-nav .owl-prev {
    left: 15px;
    z-index: 15;
}

.portfolio-single-slider .owl-nav .owl-next {
    right: 15px;
}

.portfolio-details-text {
    margin-bottom: 30px;
}

.portfolio-details-text p {
    margin-bottom: 10px;
}

.portfolio-details-text p:last-child {
    margin-bottom: 0;
}

.portfolio-page-details {
    padding: 30px;
    text-align: left;
    position: relative;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #fff;
    -webkit-box-shadow: 0 23px 49px 0 rgba(59, 59, 152, 0.15);
    box-shadow: 0 23px 49px 0 rgba(59, 59, 152, 0.15);
}

.project-details-widget {
    margin-bottom: 30px;
}

.project-details-widget:last-child {
    margin-bottom: 0;
}

.project-details-widget .project-info>li {
    margin-bottom: 10px;
}

.project-details-widget .project-info>li:last-child {
    margin-bottom: 0;
}

.project-details-widget .project-info>li>span {
    text-align: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
}

.project-details-widget .project-info>li>span::before {
    content: ":";
    padding-left: 10px;
    padding-right: 10px;
}

.project-details-widget .project-info>li>b {
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-transform: capitalize;
    color: #000;
}

.project-details-widget .project-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.project-details-widget .project-share li {
    margin-right: 10px;
}

.project-details-widget .project-share li a {
    width: 40px;
    height: 40px;
    color: #000;
    line-height: 40px;
    margin: 0 5px 0 0;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: 0 10px 25px 0 rgba(59, 59, 152, 0.15);
    box-shadow: 0 10px 25px 0 rgba(59, 59, 152, 0.15);
}

.project-details-widget .project-share li:nth-child(1) a {
    color: #3b5998;
}

.project-details-widget .project-share li:nth-child(1) a:hover {
    background: #3b5998;
    color: #fff !important;
}

.project-details-widget .project-share li:nth-child(2) a {
    color: #1DA1F2;
}

.project-details-widget .project-share li:nth-child(2) a:hover {
    background: #1DA1F2;
    color: #fff !important;
}

.project-details-widget .project-share li:nth-child(3) a {
    color: #F77737;
}

.project-details-widget .project-share li:nth-child(3) a:hover {
    background: #F77737;
    color: #fff !important;
}

.project-details-widget .project-share li:nth-child(4) a {
    color: #BD081C;
}

.project-details-widget .project-share li:nth-child(4) a:hover {
    background: #BD081C;
    color: #fff !important;
}

.latest-project-item {
    position: relative;
    border-radius: 5px;
    display: inline-block;
}

.latest-project-item img {
    border-radius: 5px;
    display: inline-block;
}


/* ---------------------------------------------------------------- */


/* Responsive Media Query
 * Medium devices (tablets, less than 992px)
/* ---------------------------------------------------------------- */

@media only screen and (max-width: 991.98px) {
    .portfolio-page-details {
        margin-top: 30px;
    }
}


/* ---------------------------------------------------------------- */


/* 26.404 Page                             
/* ---------------------------------------------------------------- */

.error-page .error-text {
    font-size: 180px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 30px;
}

.error-page .page-404-body {
    text-align: center;
}

.error-page .page-404-body .error-title {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 32px;
}

.error-page .page-404-body .error-subline {
    margin-bottom: 30px;
}

.error-page .page-404-body .page-error-form-group {
    position: relative;
}

.error-page .page-404-body .page-error-form-group .page-error-form-control {
    outline: none;
    width: 100%;
    border: none;
    height: auto;
    color: #000;
    padding: 18px 70px 18px 50px;
    border-radius: 5px;
    display: block;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-box-shadow: 0 10px 28px 0 rgba(59, 59, 152, 0.15);
    box-shadow: 0 10px 28px 0 rgba(59, 59, 152, 0.15);
}

.error-page .page-404-body .page-error-form-group .page-error-form-control:focus {
    outline: none;
    border: none;
    -webkit-box-shadow: 0 23px 49px 0 rgba(59, 59, 152, 0.15);
    box-shadow: 0 23px 49px 0 rgba(59, 59, 152, 0.15);
}

.error-page .page-404-body .page-error-form-group span {
    line-height: 60px;
    color: #18ab63;
    position: absolute;
    pointer-events: none;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    top: 0;
    left: 20px;
}

.error-page .page-404-body .page-error-search-btn {
    top: 0;
    right: 0;
    border: none;
    outline: none;
    position: absolute;
    padding: 15px 20px;
    background-color: transparent;
    width: 60px;
    height: 60px;
    border-radius: 0 3px 3px 0;
    color: #fff;
    background: #18ab63;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.error-page .page-404-body .page-error-search-btn:hover {
    background: #127e49;
    color: #fff;
}


/* ---------------------------------------------------------------- */


/* Responsive Media Query
 * Extra small devices  (portrait phones, less than 576px)
/* ---------------------------------------------------------------- */

@media only screen and (max-width: 575.98px) {
    .error-page .error-text {
        font-size: 70px;
        line-height: 1.15;
    }
}


/* ---------------------------------------------------------------- */


/* 27.Services Detail Page                     
/* ---------------------------------------------------------------- */

.services-detail-inner {
    margin-bottom: 30px;
}

.services-detail-inner .services-detail-text span {
    width: 60px;
    height: 60px;
    color: #18ab63;
    font-size: 24px;
    text-align: center;
    line-height: 60px;
    border-radius: 3px;
    margin-bottom: 15px;
    display: inline-block;
    background: rgba(24, 171, 99, 0.1);
}

.services-detail-inner .services-detail-text h4 {
    margin-bottom: 10px;
}

.services-detail-inner .services-detail-text p {
    margin-bottom: 27px;
}

.services-detail-inner ul.services-list {
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 30px;
    background: #fff;
    border-top: 3px solid #18ab63;
    -webkit-box-shadow: 0 10px 28px 0 rgba(59, 59, 152, 0.15);
    box-shadow: 0 10px 28px 0 rgba(59, 59, 152, 0.15);
}

.services-detail-inner ul.services-list li {
    margin-bottom: 10px;
}

.services-detail-inner ul.services-list li:last-child {
    margin-bottom: 0;
}

.services-detail-inner ul.services-list li i {
    color: #18ab63;
    margin-right: 10px;
}

.services-detail-inner ul.services-list li span {
    color: #000;
    font-weight: 500;
}

.services-detail-img {
    margin-bottom: 30px;
}

.services-detail-img img {
    border-radius: 5px;
}

.faq-accordion,
.faq-form-wrap {
    margin-bottom: 30px;
}

.faq-accordion .section-icon,
.faq-form-wrap .section-icon {
    width: 60px;
    height: 60px;
    color: #18ab63;
    font-size: 24px;
    text-align: center;
    line-height: 60px;
    border-radius: 3px;
    margin-bottom: 15px;
    display: inline-block;
    background: rgba(24, 171, 99, 0.1);
}

.faq-accordion h4,
.faq-form-wrap h4 {
    margin-bottom: 30px;
}

.faq-form-wrap h4 {
    margin-bottom: 10px;
}

.faq-form-wrap p {
    margin-bottom: 20px;
}

.faq-form-wrap .faq-form .faq-form-group {
    position: relative;
}

.faq-form-wrap .faq-form .faq-form-group:last-child {
    margin-bottom: 0;
}

.faq-form-wrap .faq-form .faq-form-group .faq-form-control {
    outline: none;
    width: 100%;
    border: none;
    height: auto;
    color: #000;
    padding: 18px 20px 18px 50px;
    border-radius: 5px;
    display: block;
    position: relative;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-box-shadow: 0 10px 28px 0 rgba(59, 59, 152, 0.15);
    box-shadow: 0 10px 28px 0 rgba(59, 59, 152, 0.15);
}

.faq-form-wrap .faq-form .faq-form-group span {
    line-height: 60px;
    color: #18ab63;
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 20px;
}

.accordion-item {
    margin-bottom: 20px;
    background: #fff;
    -webkit-box-shadow: 0 10px 28px 0 rgba(59, 59, 152, 0.15);
    box-shadow: 0 10px 28px 0 rgba(59, 59, 152, 0.15);
}

.accordion-item:last-child {
    margin-bottom: 0;
}

.accordion-item .accordion-header a {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    padding: 30px;
    border-radius: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 3px solid #18ab63;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.accordion-item .accordion-header a[aria-expanded=true] {
    color: #fff;
    background: #18ab63;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.accordion-item .accordion-header a[aria-expanded=true] i {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.accordion-item .accordion-header a[aria-expanded=true] i:before {
    content: '\f068';
}

.accordion-item .accordion-header a i {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 3px;
    color: #18ab63;
    background: rgba(24, 171, 99, 0.1);
}

.accordion-item .accordion-body {
    padding: 30px;
}


/* ---------------------------------------------------------------- */


/* 28.About Page                           
/* ---------------------------------------------------------------- */

#about-skills {
    background: #f2f2fe;
}

.skills-img {
    margin-bottom: 30px;
}

.skills-img img {
    border-radius: 3px;
}

.skills-inner {
    margin-bottom: 30px;
}

.skills-inner>h6 {
    margin-bottom: 15px;
    color: #18ab63;
    background: rgba(24, 171, 99, 0.1);
    border-radius: 3px;
    display: inline-block;
    padding: 10px 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.7rem;
    font-weight: 600;
}

.skills-inner h4 {
    margin-bottom: 15px;
}

.skills-inner p {
    margin-bottom: 20px;
}

.skills-progress {
    overflow: hidden;
}

.skills-progress .skills-progress-item {
    margin-bottom: 20px;
}

.skills-progress .skills-progress-item:last-child {
    margin-bottom: 0;
}

.skills-progress .skills-progress-item .progress-text {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.skills-progress .skills-progress-item .progress-text h6 {
    font-family: "Roboto", sans-serif;
    font-size: 1.1rem;
}

.skills-progress .skills-progress-item .progress-text span {
    color: #000;
    font-weight: 700;
}

.skills-progress .skills-progress-item .progress-value {
    width: 100%;
    height: 10px;
    border-radius: 100px;
    background: rgba(0, 0, 0, 0.08);
    position: relative;
}

.skills-progress .skills-progress-item .progress-value span {
    position: absolute;
    height: 100%;
    border-radius: 100px;
    background: #18ab63;
}


/* ---------------------------------------------------------------- */


/* 29.Home Slider Background                 
/* ---------------------------------------------------------------- */

#heroSliderContainer {
    z-index: 32;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    min-height: 100vh;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#heroSliderContainer .vegas-overlay {
    background: #1B1464;
    opacity: 0.75;
}

#hero-slider-two {
    z-index: 32;
}

#hero-slider-two .hero-slider.owl-carousel .owl-nav {
    margin-top: 0;
}

#hero-slider-two .hero-slider.owl-carousel button.owl-next,
#hero-slider-two .hero-slider.owl-carousel button.owl-prev {
    top: 50%;
    margin: 0;
    padding: 0;
    width: 60px;
    height: 60px;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    line-height: 60px;
    position: absolute;
    display: inline-block;
    background: #18ab63;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#hero-slider-two .hero-slider.owl-carousel button.owl-next:hover,
#hero-slider-two .hero-slider.owl-carousel button.owl-prev:hover {
    background: #127e49;
    color: #fff;
}

#hero-slider-two .hero-slider.owl-carousel button.owl-next {
    right: 15px;
}

#hero-slider-two .hero-slider.owl-carousel button.owl-prev {
    left: 15px;
}

#hero-slider-two .hero-slider.owl-carousel .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#hero-slider-two .hero-slider.owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    display: block;
    border-radius: 3px;
    background: #fff;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

#hero-slider-two .hero-slider.owl-carousel .owl-dots .owl-dot.active span {
    width: 10px;
    height: 20px;
    background: #18ab63;
}

#hero-slider-two .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    z-index: 32;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    -o-object-position: center;
    object-position: center;
    min-height: 100vh;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#hero-slider-two .item:before {
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.75;
    z-index: -32;
    position: absolute;
    background: #1B1464;
}

#hero-slider-two .owl-item .hero-sup-title,
#hero-slider-two .owl-item .hero-section-title,
#hero-slider-two .owl-item .hero-section-subtitle,
#hero-slider-two .owl-item .primary-icon-btn {
    opacity: 0;
    visibility: hidden;
}

#hero-slider-two .owl-item.active .hero-section-inner .hero-sup-title,
#hero-slider-two .owl-item.active .hero-section-inner .hero-section-title,
#hero-slider-two .owl-item.active .hero-section-inner .hero-section-subtitle,
#hero-slider-two .owl-item.active .hero-section-inner .primary-icon-btn {
    -webkit-animation: fadeInUp 1s ease forwards;
    animation: fadeInUp 1s ease forwards;
    visibility: visible;
}

#hero-slider-two .owl-item.active .hero-section-inner .hero-sup-title {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

#hero-slider-two .owl-item.active .hero-section-inner .hero-section-title {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#hero-slider-two .owl-item.active .hero-section-inner .hero-section-subtitle {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#hero-slider-two .owl-item.active .hero-section-inner .primary-icon-btn {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}


/* ---------------------------------------------------------------- */


/* Responsive Media Query
 * Small devices (landscape phones, less than 768px)
/* ---------------------------------------------------------------- */

@media only screen and (max-width: 767.98px) {
    #hero-slider-two .hero-slider.owl-carousel .owl-nav {
        display: none;
    }
}


/* ---------------------------------------------------------------- */


/* 30.Home Particles Background                 
/* ---------------------------------------------------------------- */

#heroparticles {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}


/* ---------------------------------------------------------------- */


/* 31.Home Ripples Background                 
/* ---------------------------------------------------------------- */

#hero-riples-banner {
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    min-height: 100vh;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#hero-riples-banner:before {
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.75;
    position: absolute;
    background: #1B1464;
}


/* ---------------------------------------------------------------- */


/* 32.Home Youtube Bg Video                 
/* ---------------------------------------------------------------- */

#hero_video {
    -o-object-fit: scale-down;
    object-fit: scale-down;
    z-index: 35;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    min-height: 100vh;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#hero_video .hero-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    background: #000;
}

#hero_video .video-content {
    z-index: 27;
    position: relative;
}


/* ---------------------------------------------------------------- */


/* 33.Home Svg Pattern 1                             
/* ---------------------------------------------------------------- */

#svg-pattern-1 {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: auto;
    pointer-events: none;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


/* ---------------------------------------------------------------- */


/* 34.Home Svg Pattern 2                              
/* ---------------------------------------------------------------- */

#svg-pattern-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    pointer-events: none;
}


/* ------------------------------------------------------------- */


/* Responsive Media Query
 * Extra large devices (large desktops, 1200px and up)
/* ---------------------------------------------------------------- */

@media only screen and (min-width: 1200px) {
    #svg-pattern-2 {
        bottom: -40px !important;
    }
}


/* ---------------------------------------------------------------- */


/* 35.Home Svg Pattern 3                              
/* ---------------------------------------------------------------- */

#svg-pattern-3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    pointer-events: none;
}


/* ---------------------------------------------------------------- */


/* 36.Home Svg Pattern 4                              
/* ---------------------------------------------------------------- */

#svg-pattern-4 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    pointer-events: none;
}


/* ------------------------------------------------------------- */


/* Responsive Media Query
 * Extra large devices (large desktops, 1200px and up)
/* ---------------------------------------------------------------- */

@media only screen and (min-width: 1200px) {
    #svg-pattern-4 {
        bottom: -60px;
    }
}


/* ---------------------------------------------------------------- */


/* 37.Intro Page                             
/* ---------------------------------------------------------------- */

.hero-section {
    z-index: 35;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    min-height: 100vh;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #1B1464;
}

.hero-section .intro-hero-subtitle {
    color: #fff;
    opacity: 0.9;
    font-weight: 300;
    font-size: 1.2em;
}

.hero-section .intro-hero-title {
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 20px;
}

.hero-section .intro-hero-title span {
    font-size: 3.5rem;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 10px 20px;
    text-transform: uppercase;
    margin: 0 auto 15px auto;
    border: 2px solid #fff;
}


/* Demo Item */

.demo-item {
    margin-bottom: 30px;
    position: relative;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-shadow: 0 23px 49px 0 rgba(59, 59, 152, 0.15);
    box-shadow: 0 23px 49px 0 rgba(59, 59, 152, 0.15);
}

.demo-item .demo-title {
    padding: 30px 0;
    display: block;
    text-align: center;
    color: #000;
    font-size: 1.2rem;
    font-weight: 600;
    background: #fff;
    text-transform: capitalize;
    border-radius: 0 0 5px 5px;
}

.demo-item .demo-img {
    overflow: hidden;
    position: relative;
    border-radius: 5px 5px 0 0;
}

.demo-item .demo-item-link {
    padding: 30px;
    display: block;
    font-weight: 600;
    font-size: 1.125rem;
    background: #fff;
    border-radius: 0 0 5px 5px;
    color: #000 !important;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.demo-item:hover .demo-item-link {
    color: #fff !important;
    background: #18ab63;
}


/* ------------------------------------------------------------- */


/* Responsive Media Query
 * Extra small devices (portrait phones, less than 576px)
/* ---------------------------------------------------------------- */

@media screen and (max-width: 576px) {
    .hero-section .intro-hero-title {
        font-size: 1.6rem;
    }
    .hero-section .intro-hero-title span {
        font-size: 2.5rem;
    }
}


/*# sourceMappingURL=style.css.map */