/* All Transition */
* {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: none;
}

/* Body */
body {
    font-family: 'Heebo', sans-serif;
    font-size: 14px;
    line-height: 25px;
    color: #222;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}-moz-selection {
    background-color: #e0b732;
    color: #FFF;
    text-shadow: none;
}selection {
    background-color: #e0b732;
    color: #FFF;
    text-shadow: none;
}
a,
a:hover,
a:focus,
button:focus {
    text-decoration: none;
    color: #FFF;
}
.container,
.container-fluid{
    position: relative
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Barlow', sans-serif;
    margin: 0;
    padding: 0;
    font-weight: 400;
}
p {
    color: #9B9B9B;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Heebo', sans-serif;
    line-height: 25px;
}

/* Display Table */
.display-table {
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
    min-height: 100%;
    height: 100vh;
}

/* My Classes */
.ml-30{
    margin-left: 30px
}
.mb-30{
    margin-bottom: 30px;
}
.mr-20{
    margin-right: 20px;
}
.ml-20{
    margin-left: 20px;
}
.py-100{
    padding: 100px 0;
}
.py-50{
    padding: 50px 0;
}
.py-100-70{
    padding: 100px 0 70px 0;
}
.py-50-20{
    padding: 50px 0 20px 0;
}
.padding-0{
    padding: 0;
}
.py-0-0-70-0{
    padding: 0 0 70px 0;
}
.overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(25 25 25 / 35%);
}
.overlay-2{
    background-color: rgb(25 25 25 / 85%);
}
.overlay-3{
    background-color: rgb(224 183 50 / 85%);
}
.overlay-4{
    background-color: rgb(255 255 255 / 95%);
}
.btn-1{
    text-transform: capitalize;
    position: relative;
    text-align: center;
    background-color: #e0b732;
    z-index: 1;
    font-size: 14px;
    font-weight: 600;
    min-width: 180px;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    border-radius: 3px;
    overflow: hidden;
    font-family: 'Heebo', sans-serif;
    display: -ms-inline-grid;
    display: inline-grid;
    cursor: pointer;
    -webkit-transition: color 1s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    -o-transition: color 1s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    transition: color 1s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
}
.btn-1 span{
    position: relative;
    z-index: 2;
}
.btn-1:after,
.btn-1:before{
    content: '';
    position: absolute;
    height: 50%;
    width: 0;
    background-color: #e0b732;
    z-index: 1;
    -webkit-transition: .3s cubic-bezier(.785,.135,.15,.86);
    -o-transition: .3s cubic-bezier(.785,.135,.15,.86);
    transition: .3s cubic-bezier(.785,.135,.15,.86);
}
.btn-1:after{
    top: 0;
    left: 0;
    right: auto;
}
.btn-1:hover:after{
    width: 100%;
    right: 0;
    left: auto;
}
.btn-1:before{
    bottom: 0;
    right: 0;
    left: auto;
}
.btn-1:hover:before{
    width: 100%;
    left: 0;
    right: auto;
}
.btn-1:hover span{
    color: #e0b732;
}
.btn-1:hover:after,
.btn-1:hover:before{
    background-color: #FFF;
}
.btn-2{
    background-color: #222;
}
.btn-2 span{
    color: #e0b732;
}
.btn-2:hover span{
    color: #FFF;
}
.btn-2:hover:after,
.btn-2:hover:before{
    background-color: #e0b732;
}
.btn-3{
    background-color: #e0b732;
}
.btn-3 span{
    color: #FFF;
}
.btn-3:hover span{
    color: #e0b732;
}
.btn-3:hover:after,
.btn-3:hover:before{
    background-color: #222;
}
.btn-4{
    background-color: #FFF;
}
.btn-4 span{
    color: #e0b732;
}
.btn-4:hover span{
    color: #e0b732;
}
.btn-4:hover:after,
.btn-4:hover:before{
    background-color: #222;
}

/* Section Title */
.sec-title{
    margin-bottom: 50px;
}
.sec-title h2{
    font-size: 16px;
    line-height: 27px;
    font-weight: 600;
    display: inline-block;
    text-transform: capitalize;
    position: relative;
    color: #e0b732;
    font-family: 'Heebo', sans-serif;
}
.sec-title.home-2 h2:before{
	content: '';
    background-color: #e0b732;
    position: absolute;
    height: 2px;
    width: 5000px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: calc(100% + 10px);
}

.sec-title h3{
    font-size: 38px;
    line-height: 1.3;
    color: #222;
    text-transform: capitalize;
    font-weight: 700;
    margin-top: 15px;
    position: relative;
}
.sec-title .sec-explain{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
    position: relative;
}
.bg-section{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 75%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

/* Loading */
.loading {
    position: fixed;
    background-color: #FFF;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}
.loading .loading-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -ms-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
}
.loading .lds-roller {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
}
.loading .lds-roller div {
    -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
            animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    -webkit-transform-origin: 40px 40px;
        -ms-transform-origin: 40px 40px;
            transform-origin: 40px 40px;
}
.loading .lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e0b732;
    margin: -5px 0 0 -5px;
}
.loading .lds-roller div:nth-child(1) {
    -webkit-animation-delay: -0.036s;
            animation-delay: -0.036s;
}
.loading .lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}
.loading .lds-roller div:nth-child(2) {
    -webkit-animation-delay: -0.072s;
            animation-delay: -0.072s;
}
.loading .lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}
.loading .lds-roller div:nth-child(3) {
    -webkit-animation-delay: -0.108s;
            animation-delay: -0.108s;
}
.loading .lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}
.loading .lds-roller div:nth-child(4) {
    -webkit-animation-delay: -0.144s;
            animation-delay: -0.144s;
}
.loading .lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}
.loading .lds-roller div:nth-child(5) {
    -webkit-animation-delay: -0.18s;
            animation-delay: -0.18s;
}
.loading .lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}
.loading .lds-roller div:nth-child(6) {
    -webkit-animation-delay: -0.216s;
            animation-delay: -0.216s;
}
.loading .lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}
.loading .lds-roller div:nth-child(7) {
    -webkit-animation-delay: -0.252s;
            animation-delay: -0.252s;
}
.loading .lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}
.loading .lds-roller div:nth-child(8) {
    -webkit-animation-delay: -0.288s;
            animation-delay: -0.288s;
}
.loading .lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}
@-webkit-keyframes lds-roller {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes lds-roller {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

/* Navbar */
.nav-bar.active{
    -webkit-box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
            box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
    background-color: #FFF;
}
.nav-bar .logo .logo-nav{
    display: block;
}
.nav-bar .logo .logo-nav img{
    width: 220px;
}
.nav-bar .logo .logo-nav img.two{
    display: none;
}
.nav-bar.active .logo .logo-nav img.one{
    display: none;
}
.nav-bar.active .logo .logo-nav img.two{
    display: block;
}
.nav-bar .nav-bar-links .level-1 .item-level-1{
    display: inline-block;
    position: relative;
}
.nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1{
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    padding: 30px 0;
    margin: 0 20px 0 0px;
    position: relative;
    display: block;
    text-transform: capitalize;
}
.nav-bar.active .nav-bar-links .level-1 .item-level-1 .link-level-1{
    color: #222;
}
.nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1:before{
    content: '';
    background-color: #e0b732;
    position: absolute;
    width: 0%;
    height: 2px;
    left: 0;
    bottom: 0px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1:hover:before,
.nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1.color-active:before{
    width: 100%;
}
.nav-bar .nav-bar-links .level-1 .item-level-1:last-of-type .link-level-1{
    margin-right: 0;
}
.nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1:hover,
.nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1.color-active,
.nav-bar .nav-bar-links .level-2 .item-level-2 .link-level-2:hover{
    color: #e0b732;
}
.nav-bar .nav-bar-links .level-2{
    position: absolute;
    z-index: 2;
    background-color: #222;
    border-radius: 8px;
    top: 100%;
    left: 0;
    min-width: 225px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-box-shadow: 0px 3px 7px 0px rgb(40 35 30 / 10%);
            box-shadow: 0px 3px 7px 0px rgb(40 35 30 / 10%);
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
}
.nav-bar .nav-bar-links .item-level-1.has-menu:hover .level-2{
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}
.nav-bar .nav-bar-links .level-2 .item-level-2{
    position: relative;
}
.nav-bar .nav-bar-links .level-2 .item-level-2 .link-level-2{
    color: #FFF;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    position: relative;
    display: block;
    text-transform: capitalize;
    padding: 12px 25px;
    border-bottom: 1px solid rgb(248 246 247 / 10%);
}
.nav-bar .nav-bar-links .level-2 .item-level-2:last-of-type .link-level-2{
    border-bottom: 0;
}
.nav-bar .nav-bar-links .level-2 .item-level-2 .link-level-2:after{
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    font-size: 12px;
    opacity: 0;
    margin-left: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    -o-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
}
.nav-bar .nav-bar-links .level-2 .item-level-2:hover .link-level-2:after{
    opacity: 1;
    margin-left: 15px;
    visibility: visible;
    color: #e0b732;
}
.nav-bar .nav-bar-tools li{
    position: relative;
}
.nav-bar .nav-bar-tools li{
    display: inline-block;
    position: relative;
    margin-right: 15px;
    padding: 30px 15px 30px 0;
}
.nav-bar .nav-bar-tools li:last-of-type{
    margin-right: 0;
    padding-right: 0;
}
.nav-bar .nav-bar-tools li:after{
    content: '';
    width: 2px;
    height: 25px;
    background-color: rgb(155 155 155 / 30%);
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.nav-bar .nav-bar-tools li:last-of-type:after{
    display: none;
}
.nav-bar .nav-bar-tools li.item.phone{
    padding-top: 0;
    padding-bottom: 0;
}
.nav-bar .nav-bar-tools li .menu-icon i,
.nav-bar .nav-bar-tools li .cart-icon i{
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
    color: #FFF;
}
.nav-bar .nav-bar-tools li .menu-icon:hover i{
    color: #e0b732;
}
.nav-bar .nav-bar-tools li .nav-bar-contact i{
    font-size: 35px;
    float: left;
    line-height: 1.1;
    color: #e0b732;
}
.nav-bar .nav-bar-tools li .nav-bar-contact .content-box{
    padding-left: 50px;
}
.nav-bar .nav-bar-tools li .nav-bar-contact .content-box span{
    color: #F5F5F5;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 13px;
    display: block;
    line-height: 1;
    margin-bottom: 4px;
}
.nav-bar .nav-bar-tools li .nav-bar-contact .content-box a{
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    display: block;
    font-family: 'Barlow', sans-serif;
    color: #FFF;
}
.nav-bar .nav-bar-tools li .nav-bar-contact .content-box a:hover,
.nav-bar.active .nav-bar-tools li .nav-bar-contact .content-box a:hover{
    color: #e0b732;
}
.nav-bar.active .nav-bar-tools li .menu-icon i,
.nav-bar.active .nav-bar-tools li .nav-bar-contact .content-box span,
.nav-bar.active .nav-bar-tools li .nav-bar-contact .content-box a{
    color: #222;
}
.nav-bar .nav-bar-tools li.item.buttons{
    padding: 15px 15px 15px 0;
}
.nav-bar .nav-bar-tools li.item.buttons a.btn-1{
    line-height: 45px;
    height: 45px;
    min-width: 150px;
    padding: 0;
}
.nav-bar .nav-bar-tools li .cart-icon i{
	color: #222;
}
.nav-bar .nav-bar-tools li .cart-icon i:hover{
	color: #e0b732;
}
.nav-bar .nav-bar-tools li.cart{
	padding: 29px 15px 29px 0;
}
.nav-bar .nav-bar-tools li.cart .cart-popup{
    background-color: #FFF;
    padding: 30px;
    position: absolute;
    right: 0;
    top: calc(100% + 1px);
    z-index: 999;
    width: 300px;
    -webkit-box-shadow: 0 8px 80px rgb(40 40 40 / 8%);
            box-shadow: 0 8px 80px rgb(40 40 40 / 8%);
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
    visibility: hidden;
    border-radius: 3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.nav-bar .nav-bar-tools li.cart:hover .cart-popup{
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}
.nav-bar .nav-bar-tools li.cart .cart-popup .item{
    position: relative;
    border-bottom: 1px solid rgb(155 155 155 / 30%);
    padding-bottom: 20px;
    margin: 0 0 20px 0;
    display: block;
}
.nav-bar .nav-bar-tools li.cart .cart-popup .item img{
    width: 50px;
    height: 50px;
    float: left;
}
.nav-bar .nav-bar-tools li.cart .cart-popup .item .item-content{
    padding-left: 65px;
    padding-right: 25px;
}
.nav-bar .nav-bar-tools li.cart .cart-popup .item .item-content div{
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 4px;
    color: #222;
    font-weight: 700;
    font-family: 'Barlow', sans-serif;
}
.nav-bar .nav-bar-tools li.cart .cart-popup .item .item-content span{
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    color: #9B9B9B;
}
.nav-bar .nav-bar-tools li.cart .cart-popup .item .delete-item{
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #222;
    border-radius: 1px;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}
.nav-bar .nav-bar-tools li.cart .cart-popup .item .delete-item:hover{
    background-color: #e0b732;
}
.nav-bar .nav-bar-tools li.cart .cart-popup .subtotal span{
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: #9B9B9B;
}
.nav-bar .nav-bar-tools li.cart .cart-popup .subtotal span:last-of-type{
    float: right;
    color: #e0b732;
}
.nav-bar .nav-bar-tools li.cart .cart-popup .button-cart{
    margin-top: 20px;
}
.nav-bar .nav-bar-tools li.cart .cart-popup .button-cart button{
    outline: none;
    padding: 0 22px;
}
.nav-bar .nav-bar-tools li.cart .cart-popup .button-cart button:first-of-type{
    margin-right: 10px;
}
.nav-bar .nav-bar-tools li.cart .cart-popup .button-cart a.btn-1{
    padding: 0 15px;
    min-width: 110px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 2px;
    display: inline-block;
}
.nav-bar .nav-bar-tools li.cart .cart-popup .button-cart a.btn-1:first-of-type{
    margin-right: 16px;
}

/* Top Navbar */
.top-navbar{
    background-color: #222;
}
.top-navbar .content-box .website-info li{
    display: inline-block;
    color: #FFF;
    font-size: 13px;
    padding: 15px;
    padding-left: 0;
    line-height: 1.1;
    text-transform: capitalize;
}
.top-navbar .content-box .website-info li i{
    margin-right: 6px;
    color: #e0b732;
}
.top-navbar .content-box .website-icon-social li{
    display: inline-block;
    color: #FFF;
    font-size: 13px;
    padding-left: 15px;
    line-height: 1;
}
.top-navbar .content-box .website-icon-social li:hover i{
    color: #e0b732;
}

/* Navbar home-2 */
.all-navbar.home-2 .nav-bar.active{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.all-navbar.home-2 .nav-bar .logo .logo-nav img.one{
	display: none
}
.all-navbar.home-2 .nav-bar .logo .logo-nav img.two{
	display: block
}
.all-navbar.home-2 .nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1,
.all-navbar.home-2 .nav-bar .nav-bar-tools li .menu-icon i,
.all-navbar.home-2 .nav-bar .nav-bar-tools li .nav-bar-contact .content-box a{
	color: #222;
}
.all-navbar.home-2 .nav-bar .nav-bar-tools li .nav-bar-contact .content-box span{
    color: #9B9B9B;
}
.all-navbar.home-2 .nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1:hover,
.all-navbar.home-2 .nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1.color-active,
.all-navbar.home-2 .nav-bar .nav-bar-tools li .nav-bar-contact .content-box a:hover,
.all-navbar.home-2 .nav-bar .nav-bar-tools li .menu-icon i:hover{
    color: #e0b732;
}

/* Menu Box */
.menu-box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 0.8);
    z-index: 1040;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    display: none;
}
.menu-box .inner-menu{
    width: 400px;
    padding: 100px 50px;
    position: absolute;
    right: -402px;
    height: 100%;
    background-color: #FFF;
    overflow-y: scroll;
}
.menu-box.active .inner-menu{
    right: 0;
    -webkit-box-shadow: 0px 0px 30px rgb(0 0 0 / 0.2);
            box-shadow: 0px 0px 30px rgb(0 0 0 / 0.2);
}
.menu-box .inner-menu .website-info{
    margin-bottom: 30px;
}
.menu-box .inner-menu .website-info .logo{
    display: block;
    margin-bottom: 30px;
}
.menu-box .inner-menu .website-info .logo img{
    width: 140px;
}
.menu-box .inner-menu .website-info p{
    font-size: 14px;
}
.menu-box .inner-menu .contact-info h4,
.menu-box .inner-menu .follow-us h4{
    position: relative;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #222;
}
.menu-box .inner-menu .contact-info .contact-box,
.contact-info .contact-box{
    margin-bottom: 30px;
}
.menu-box .inner-menu .contact-info .contact-box i,
.contact-info .contact-box i{
    float: left;
    font-size: 30px;
    line-height: 1;
    color: #e0b732;
    position: relative;
    z-index: 2;
    padding: 10px 0 0 10px;
}
.menu-box .inner-menu .contact-info .contact-box .box,
.contact-info .contact-box .box{
    padding-left: 55px;
}
.menu-box .inner-menu .contact-info .contact-box .box a.phone,
.menu-box .inner-menu .contact-info .contact-box .box a.mail,
.menu-box .inner-menu .contact-info .contact-box .box p,
.contact-info .contact-box .box a,
.contact-info .contact-box .box p{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 2;
    position: relative;
    display: block;
    color: #9B9B9B;
    font-family: 'Barlow', sans-serif;
}
.menu-box .inner-menu .contact-info .contact-box .box a.phone:hover,
.menu-box .inner-menu .contact-info .contact-box .box a.mail:hover,
.menu-box .inner-menu .contact-info .contact-box .box p:hover,
.contact-info .contact-box .box a:hover,
.contact-info .contact-box .box p:hover{
    color: #e0b732;
}
.menu-box .inner-menu .follow-us .icon-follow li{
    display: inline-block;
    cursor: pointer;
}
.menu-box .inner-menu .follow-us .icon-follow li a{
    background-color: #fff9e2;
    display: inline-block;
    color: #e0b732;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    font-size: 14px;
    border-radius: 3px;
    margin-right: 10px;
}
.menu-box .inner-menu .follow-us .icon-follow li:hover a{
    background-color: #e0b732;
    color: #FFF;
}
.menu-box-icon{
    font-size: 13px;
    position: absolute;
    top: 30px;
    right: 30px;
    background-color: #e0b732;
    width: 35px;
    color: #FFF;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}
.menu-box-icon:hover{
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
}

/* Header */
.header, .header .header-carousel .sec-hero {
    min-height: 800px !important;
}
.header .header-carousel{
    height: 100%;
}
.header .header-carousel .container{
    position: relative;
}
.header .header-carousel .sec-hero{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.header .banner .top-handline{
    line-height: 1;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 12px;
    color: #FFF;
}
.header .banner .handline{
    color: #FFF;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1.2;
    font-size: 74px;
    margin-bottom: 30px;
}
.header .banner .about-website{
    font-size: 16px;
    color: #FFF;
    font-weight: 600;
    line-height: 25px;
    margin: 0 100px 30px 0;
    position: relative;
}
.header .banner .header-list-features .item{
    position: relative;
    margin-bottom: 12px;
}
.header .banner .header-list-features .item:last-of-type{
    margin-bottom: 0;
}
.header .banner .header-list-features .item i{
    font-size: 11px;
    border: 2px solid #FFF;
    border-radius: 50%;
    color: #FFF;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 18px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
}
.header .banner .header-list-features .item h5{
    display: inline-block;
    position: relative;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #FFF;
    text-transform: capitalize;
    padding-left: calc( 22px + 12px );
    font-family: 'Barlow', sans-serif;
}
.header .banner .btn-box{
    margin-top: 30px;
}
.header-carousel.owl-theme .owl-nav,
.testimonial.home-2 .testimonial-carousel.owl-theme .owl-nav{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0;
    line-height: 1;
    width: 100%;
}
.header-carousel.owl-theme .owl-nav [class*=owl-],
.testimonial.home-2 .testimonial-carousel.owl-theme .owl-nav [class*=owl-]{
    margin: 0;
}
.header-carousel.owl-theme .owl-nav [class*=owl-] i,
.testimonial.home-2 .testimonial-carousel.owl-theme .owl-nav [class*=owl-] i{
    font-size: 60px;
    color: rgb(255, 255, 255, 0.5);
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.header-carousel.owl-theme .owl-nav [class*=owl-] i:hover,
.testimonial.home-2 .testimonial-carousel.owl-theme .owl-nav [class*=owl-] i:hover{
    color: #e0b732;
}
.header-carousel.owl-theme .owl-nav [class*=owl-] i.ar-icons-left-chevron,
.testimonial.home-2 .testimonial-carousel.owl-theme .owl-nav [class*=owl-] i.ar-icons-left-chevron{
    left: 10px;
}
.header-carousel.owl-theme .owl-nav [class*=owl-] i.ar-icons-right-chevron,
.testimonial.home-2 .testimonial-carousel.owl-theme .owl-nav [class*=owl-] i.ar-icons-right-chevron{
    right: 10px;
}
.header-carousel.owl-theme:hover .owl-nav [class*=owl-] i,
.testimonial.home-2 .testimonial-carousel.owl-theme .owl-nav [class*=owl-] i{
    opacity: 1;
    visibility: visible;
}
.header-carousel.owl-theme .owl-dots{
    margin: 0;
    line-height: 1;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.header-carousel.owl-theme .owl-dots .owl-dot{
    outline: none;
}
.header-carousel.owl-theme .owl-dots .owl-dot span{
    margin: 0 5px;
    width: 25px;
    height: 6px;
    border-radius: 5px;
    background-color: #FFF;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header-carousel.owl-theme .owl-dots .owl-dot.active span,
.header-carousel.owl-theme .owl-dots .owl-dot:hover span{
    background-color: #e0b732;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/* Header home-2 */
.header .other-tools{
    height: 100%
}
.header.home-2 .pulse i{
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 28px;
    background-color: #FFF;
    color: #e0b732;
}
.header.home-2 .pulse i:hover{
    background-color: #e0b732;
    color: #FFF;
}
.header.home-2 .header-carousel.owl-theme .owl-dots{
	bottom: 40px;
}

/* Features */
.features{
    margin-top: -30px;
    position: relative;
    z-index: 1;
}
.features .all-features-item .features-item{
    background-color: #222;
    color: #FFF;
    padding: 50px 40px;
}
.features .all-features-item .features-item.active-bg{
    background-color: #e0b732;
}
.features .all-features-item .features-item.one{
    border-top-left-radius: 5px;
}
.features .all-features-item .features-item.three{
    border-top-right-radius: 5px;
}
.features .all-features-item .features-item .icon-item{
    font-size: 40px;
    line-height: 1;
    position: relative;
    float: left;
    color: #e0b732;
}
.features .all-features-item .features-item:hover .icon-item,
.start-grow:hover i,
.about-qualified-employees:hover i,
.nav-bar .nav-bar-tools li .nav-bar-contact:hover i,
.about-us .about-us-text-box .about-us-features-carousel .item:hover i:before,
.services-carousel-item:hover i:before,
.provide-core-list .provide-core-list-item:hover i:before,
.menu-box .inner-menu .contact-info .contact-box:hover i:before,
.contact-info .contact-box:hover i:before,
.statistic-item:hover i:before,
.features-style-2 .item:hover i{
	-webkit-animation: icon-scale 2.5s infinite;
		animation: icon-scale 2.5s infinite;
}
.features .all-features-item .features-item.active-bg .icon-item{
    color: #FFF;
}
.features .all-features-item .features-item .content-box{
    padding-left: 60px;
}
.features .all-features-item .features-item .content-box span{
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 8px;
    display: block;
    color: #F1F1F1;
}
.features .all-features-item .features-item .content-box h4{
    position: relative;
    font-size: 22px;
    line-height: 1.2;
    text-transform: capitalize;
    font-weight: 600;
}
.features .all-features-item .features-item .content-box p{
    margin-top: 15px;
    margin-bottom: 0;
    color: #F1F1F1;
}
.features .looking-partner{
    background-color: #e0b732;
    display: block;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 1;
	text-transform: capitalize;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.features .looking-partner span{
    margin-left: 5px;
    text-decoration: underline;
}

/* About US */
.about-us .about-us-img-box{
	position: relative;
    padding-right: 20px;
    height: 100%;
}
.about-us .about-us-img-box .img-box{
	position: relative;
    border-radius: 10px;
    height: 100%;
    background-size: cover;
    background-position: right;
    -webkit-box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
            box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
}
.about-us .about-us-text-box .sec-title{
    margin-bottom: 30px;
}
.about-us .about-us-text-box .sec-title h3{
    margin-bottom: 20px;
}
.about-us .about-us-text-box p.providing{
    font-size: 22px;
    font-weight: 500;
    line-height: 31px;
    margin-bottom: 25px;
    text-transform: capitalize;
    position: relative;
    color: #222;
}
.about-us-core-list{
    margin-bottom: 30px;
    overflow: hidden;
}
.about-us-core-list .item{
    position: relative;
    margin-bottom: 12px;
}
.about-us-core-list .item:last-of-type{
    margin-bottom: 0;
}
.about-us-core-list .item i{
    font-size: 12px;
    background-color: #e0b732;
    margin-right: 8px;
    color: #FFF;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    position: absolute;
    top: 3px;
    left: 0;
}
.about-us-core-list .item h4{
    display: inline-block;
    position: relative;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    color: #6c757d;
    text-transform: capitalize;
    padding-left: 30px;
}
.about-us .about-us-text-box .img-person .about-us-person{
    border-radius: 50%;
    width: 60px;
    margin-right: 20px;
}
.about-us .about-us-text-box .img-person .signature{
    width: 250px;
}
.about-us .about-us-text-box .about-us-features-carousel{
    background: #F8F6F7 url(../images/pattern1.png);
    overflow: hidden;
    border-radius: 5px;
    background-position: center;
}
.about-us .about-us-text-box .about-us-features-carousel .item{
    padding: 40px;
}
.about-us .about-us-text-box .about-us-features-carousel .item i,
.services-carousel-item i,
.provide-core-list .provide-core-list-item i,
.statistic-item i{
    font-size: 55px;
    line-height: 1.1;
    display: inline-block;
    margin-bottom: 30px;
    color: #e0b732;
    position: relative;
    padding: 15px 0 0 15px;
}
.about-us .about-us-text-box .about-us-features-carousel .item i:before,
.services-carousel-item i:before,
.provide-core-list .provide-core-list-item i:before,
.menu-box .inner-menu .contact-info .contact-box i:before,
.contact-info .contact-box i:before,
.statistic-item i:before{
    display: inline-block;
    position: relative;
    z-index: 1;
}

@-webkit-keyframes icon-scale {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }

    25% {
      -webkit-transform: scale(0.75);
              transform: scale(0.75);
    }

    50% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }

    75% {
      -webkit-transform: scale(0.75);
              transform: scale(0.75);
    }

    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
}
@keyframes icon-scale {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }

    25% {
      -webkit-transform: scale(0.75);
              transform: scale(0.75);
    }

    50% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }

    75% {
      -webkit-transform: scale(0.75);
              transform: scale(0.75);
    }

    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
}
.about-us .about-us-text-box .about-us-features-carousel .item i:after,
.services-carousel-item i:after,
.provide-core-list .provide-core-list-item i:after,
.menu-box .inner-menu .contact-info .contact-box i:after,
.contact-info .contact-box i:after,
.statistic-item i:after{
    content: '';
    background-color: #fff9e2;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 40% 45% 40% 30%;
}
.menu-box .inner-menu .contact-info .contact-box i:after,
.contact-info .contact-box i:after{
    width: 35px;
    height: 35px;
}
.about-us .about-us-text-box .about-us-features-carousel .item h5{
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 30px;
}
.about-us .about-us-text-box .about-us-features-carousel .item .btn-1{
    min-width: auto;
    width: 100%;
}

/* About US Home 2 */
.about-us.home-2 .about-us-img-box{
    padding: 0 30px 0 50px;
}
.about-us.home-2 .about-us-img-box .img-box{
    background-position: center;
}
.start-grow{
    position: absolute;
    background-color: #e0b732;
    color: #FFF;
    width: 160px;
    padding: 50px 30px;
    border-radius: 5px;
    top: 0;
    right: 0;
	z-index: 1;
	border-top-left-radius: 0;
}
.start-grow i{
    display: inline-block;
    font-size: 35px;
    margin-bottom: 25px;
}
.start-grow h5{
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
    display: block;
    text-transform: capitalize;
    position: relative;
}
.start-grow a{
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    display: block;
    text-transform: capitalize;
    position: relative;
    margin-top: 20px;
}
.start-grow a:hover{
	color: #222;
}
.features-style-2 .item{
	margin-bottom: 30px;
}
.features-style-2 .item i{
    font-size: 40px;
    line-height: 1.2;
    color: #e0b732;
    float: left;
}
.features-style-2 .item .content-box{
    padding-left: 60px;
}
.features-style-2 .item .content-box h5{
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 12px;
}
.features-style-2 .item .content-box p{
	margin-bottom: 0;
}
.about-quote{
    padding: 30px;
    background-color: #F9F9F9;
    border-radius: 5px;
    font-weight: 600;
	margin: 0;
}
.about-btn{
    margin-top: 30px;
}

/* Services */
.services{
    position: relative;
    padding-top: 100px;
}
.services .bg-section {
    background-image: url(../images/services-bg.jpg);
    height: calc( 100% - (450px/2) );
}
.services .sec-title h3,
.services .sec-title .sec-explain{
    color: #FFF;
}
.services-carousel-item{
    position: relative;
    padding: 50px 50px 0 50px;
    background-color: #FFF;
    border-radius: 5px;
}
.services-carousel-item h4{
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 25px;
    text-transform: capitalize;
    position: relative;
}
.services-carousel-item p{
    margin-bottom: 0;
}
.services-carousel-item .open-link{
    width: 100%;
    margin-top: 30px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.services-carousel.owl-theme .owl-nav{
    display: none;
}
.services-carousel.owl-theme .owl-dots{
    margin-top: 30px;
}
.services-carousel.owl-theme .owl-dots .owl-dot span,
.projects-carousel.owl-theme .owl-dots .owl-dot span{
    margin: 0 5px;
    width: 25px;
    height: 6px;
    border-radius: 5px;
    background-color: #aaa;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.services-carousel.owl-theme .owl-dots .owl-dot.active span,
.services-carousel.owl-theme .owl-dots .owl-dot:hover span,
.projects-carousel.owl-theme .owl-dots .owl-dot.active span,
.projects-carousel.owl-theme .owl-dots .owl-dot:hover span{
    background-color: #e0b732;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* Services Home-2 */
.services.home-2{
	background-color: #F8F6F7;
}
.services.home-2 .bg-section{
	height: 54%;
	background-image: url(../images/services-bg.jpg);
}
.services.home-2 .services-carousel-item{
    padding: 0;
}
.services.home-2 .services-carousel-item .services-item-img-box{
    height: 250px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
	overflow: hidden;
	position: relative;
}
.services.home-2 .services-carousel-item .services-item-img-box:before{
    font-family: 'ar-coder';
    position: absolute;
    z-index: 1;
    font-size: 45px;
    line-height: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.services.home-2 .services-carousel-item.item-1 .services-item-img-box:before{
    content: "\e934";
}
.services.home-2 .services-carousel-item.item-2 .services-item-img-box:before{
    content: "\e93d"
}
.services.home-2 .services-carousel-item.item-3 .services-item-img-box:before{
    content: "\e916"
}
.services.home-2 .services-carousel-item.item-4 .services-item-img-box:before{
    content: "\e917"
}
.services.home-2 .services-carousel-item.item-5 .services-item-img-box:before{
    content: "\e910"
}
.services.home-2 .services-carousel-item.item-6 .services-item-img-box:before{
    content: "\e90d"
}
.services.home-2 .services-carousel-item:hover .services-item-img-box:before{
    opacity: 1;
    visibility: visible;
    color: #FFF;
    z-index: 4;
}
.services.home-2 .services-carousel-item .services-item-img-box span,
.projects-item span{
    position: absolute;
    z-index: 1;
    display: block;
    width: 0px;
    height: 0px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    opacity: 1;
    background-color: rgb(245 112 9 / 85%);
}
.services.home-2 .services-carousel-item:hover .services-item-img-box span,
.projects-item:hover span{
    width: 2000px;
    height: 2000px;
}
.services.home-2 .item-box{
    position: relative;
    padding: 50px 35px;
}
.services.home-2 .services-carousel-item .item-box i{
    float: left;
    padding: 0;
    line-height: 1.3;
    margin: 0;
	font-size: 45px;
}
.services.home-2 .services-carousel-item .item-box i:after{
	display: none;
}
.services.home-2 .services-carousel-item .item-box .content-box{
    padding-left: 65px;
}
.services.home-2 .services-carousel-item .item-box .content-box h4{
	font-size: 22px;
}
.services.home-2 .services-carousel-item .item-box .content-box .more{
    position: relative;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 1;
    display: inline-block;
    font-weight: 600;
    color: #6c757d;
    margin-top: 30px;
}
.services.home-2 .services-carousel-item .item-box .content-box .more:hover{
	color: #e0b732;
	font-weight: 600;
}
.services .services-carousel-item .item-box .content-box .more{
	color: #e0b732;
	font-weight: 600;
}
.services .services-carousel-item .item-box .content-box .more:hover{
	color: #e0b732;
}
.services.home-2 .services-carousel-item .item-box .content-box .more:after{
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    font-size: 12px;
    opacity: 0;
    margin-left: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    -o-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
}
.services.home-2 .services-carousel-item .item-box .content-box .more:hover:after{
    opacity: 1;
    margin-left: 15px;
    visibility: visible;
    color: #e0b732;
}
.services.home-2 .services-carousel.owl-theme .owl-dots .owl-dot span{
	background-color: #222
}
.services.home-2 .services-carousel.owl-theme .owl-dots .owl-dot.active span,
.services.home-2 .services-carousel.owl-theme .owl-dots .owl-dot:hover span{
	background-color: #e0b732
}

/* Provide */
.provide{
    padding-top: 100px;
    position: relative;
}
.provide .bg-section {
    background-image: url(../images/ctabg.jpg);
    height: calc( 100% - (504px/2) );
}
.provide .sec-title h3{
    color: #FFF;
    margin-top: 0;
}
.provide .sec-title p{
    color: #FFF;
}
.provide-core-list .provide-core-list-item{
    padding: 40px;
    background-color: #FFF;
    border-radius: 5px;
    position: relative;
    margin-bottom: 30px;
}
.provide-core-list .provide-core-list-item h4{
    text-transform: capitalize;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    color: #222;
    margin-bottom: 20px;
}
.provide-core-list .provide-core-list-item p{
    margin-bottom: 0;
}

/* Quote Box */
.quote-box{
    padding: 50px;
    overflow: hidden;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
            box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
    margin-top: 70px;
    background-color: #FFF;
}
.quote-box .sec-title{
    margin-bottom: 30px;
    border-bottom: 1px solid #E9E9E9;
    padding-bottom: 30px;
}
.quote-box .sec-title h3{
    color: #222;
    font-size: 32px;
    margin-bottom: 20px;
}
.quote-box .sec-title p{
    color: #9B9B9B;
}
.quote-box .contact-info h4{
    position: relative;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.quote-box .contact-info .contact-box.last{
    margin-bottom: 0
}
.quote-box form{
    margin-left: calc( (var(--bs-gutter-x) * .5) + 2px );
}
.quote-box .quote-item input,
.quote-box .quote-item textarea{
    border: 2px solid #E9E9E9;
    padding: 12px;
    width: 100%;
    color: #9B9B9B;
    font-size: 13px;
    margin-bottom: 30px;
    border-radius: 5px;
}
.quote-box .quote-item textarea{
    height: 140px;
}
.quote-box .quote-item input:hover,
.quote-box .quote-item textarea:hover,
.quote-box .quote-item input:focus,
.quote-box .quote-item textarea:focus,
.nice-select:active,
.nice-select.open,
.nice-select:hover,
.nice-select:focus,
.nice-select.open:after{
    border-color: #e0b732;
}
.nice-select{
    border: 2px solid #E9E9E9;
    padding: 12px;
    width: 100%;
    color: #9B9B9B;
    font-size: 13px;
    margin-bottom: 30px;
    height: auto;
    line-height: unset;
    border-radius: 3px;
}
.nice-select .list{
    background-color: #222;
    min-width: 250px;
    border-color: #FFF;
    color: #FFF;
    border-radius: 5px;
}
.nice-select:after{
    border-color: #E9E9E9;
}
.nice-select .option{
    color: #FFF;
    padding: 0;
    margin: 0 20px;
    font-size: 13px;
    line-height: 50px;
    border-bottom: 1px solid rgb(155 155 155 / 30%);
    position: relative;
    font-weight: normal;
    text-transform: capitalize;
    display: block;
    font-weight: 400;
}
.nice-select .option:last-of-type{
    border-bottom: 0;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus{
    background-color: transparent;
    color: #e0b732;
}
.quote-box .quote-item .submit{
    border: none;
    color: #FFF;
}

/* Provide Home 2 */
.provide.home-2 .provide-core-list .provide-core-list-item{
	padding: 30px;
}
.provide.home-2 .provide-core-list .provide-core-list-item i{
    padding: 0;
    float: left;
    font-size: 45px;
    margin-bottom: 0;
}
.provide.home-2 .provide-core-list .provide-core-list-item i:after{
	display: none;
}
.provide.home-2 .provide-core-list .provide-core-list-item .item-content-box{
	padding-left: 60px;
}
.provide.home-2 .quote-box{
	padding: 40px;
}
.provide.home-2 .quote-box .map-box{
    height: 100%;
	margin-right: 16px;
}
.provide.home-2 .quote-box .map-box iframe{
    height: 100%;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}
.provide.home-2 .quote-box form{
	margin-left: 0;
}

/* Footer */
.footer{
    padding-top: 100px;
    background-color: #222;
}
.footer .logo,
.footer .links{
    margin-bottom: 30px;
}
.footer .logo img{
    width: 260px;
}
.footer .logo p{
    margin: 30px 0 30px 0;
    color: #F9F9F9;
}
.footer-title h4 {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1;
    margin-bottom: 25px;
}
.footer .links li a{
    display: inline-block;
    position: relative;
    color: #F9F9F9;
    font-size: 15px;
    line-height: 33px;
}
.footer .links li:hover a{
    color: #e0b732;
}
.footer .links li a:after{
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    font-size: 12px;
    opacity: 0;
    margin-left: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    -o-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
}
.footer .links li a:hover:after{
    opacity: 1;
    margin-left: 15px;
    visibility: visible;
    color: #e0b732;
}
.footer ul.icon{
    margin: 30px 0;
}
.footer ul.icon li{
    display: inline-block;
}
.footer ul.icon li a{
    width: 35px;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #111;
    color: #FFF;
    font-size: 13px;
    margin-right: 5px;
    border-radius: 2px;
}
.footer ul.icon li:hover a{
    background-color: #FFF;
    color: #e0b732;
}
.copyright{
    margin-top: 70px;
    padding: 40px 0;
    background-color: #111;
    overflow: hidden
}
.copyright p{
    margin: 0;
    color: #F4F4F4;
    float: left;
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 500;
}
.copyright p a{
    color: #e0b732;
}
.copyright ul{
    float: right;
}
.copyright ul li{
    display: inline-block;
    margin-left: 10px;
}
.copyright ul li a{
    color: #FFF !important
}
.copyright ul li:hover a{
    color: #e0b732 !important;
}

/* Scroll Up */
.scroll-up {
    position: fixed;
    z-index: 100;
    bottom: 30px;
    right: 30px;
    -webkit-box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.05);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.scroll-up.active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.scroll-up a {
    background-color: #e0b732;
    font-size: 16px;
    color: #FFF;
    line-height: 42px;
    width: 44px;
    height: 44px;
    display: inline-block;
    text-align: center;
    border: 1px solid #e0b732;
    border-radius: 3px;
    outline: none;
}
.scroll-up:hover a{
    background-color: #222;
    border: 1px solid #222;
}

/* Breadcrumb Header */
.breadcrumb-header{
    padding-bottom: 120px;
    padding-top: calc(120px + 85px);
    color: #FFF;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.breadcrumb-header.style-2{
    padding: 120px 0;
}
.breadcrumb-header .banner h1{
    color: #FFF;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1.2;
    font-size: 74px;
    margin-bottom: 30px;
}
.breadcrumb-header .banner ul li{
    display: inline-block;
    position: relative;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.30px;
    color: #F9F9F9;
}
.breadcrumb-header .banner ul li:hover a{
    color: #e0b732;
}

/* Single Services */
.single-services-list li a{
    color: #9B9B9B;
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    position: relative;
    border-bottom: 1px solid #DDD;
}
.single-services-list li:last-of-type a{
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}
.single-services-list li.active a,
.single-services-list li:hover a{
    color: #e0b732;
}
.single-services-list li a i {
    float: right;
}
.single-services-content-box .single-services-img-box{
    overflow: hidden;
    border-radius: 5px;
    margin: 30px 0;
}
.single-services-content-box .video-presentation{
    margin-top: 50px;
}

/* Widget */
.widget{
	margin-bottom: 30px;
    padding: 40px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #DDD;
}
.widget .widget-title h3{
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-size: 22px;
}

/* Pagination */
.pagination-area{
	margin-bottom: 30px;
}
.pagination-area .pagination li{
    display: inline-block;
    text-align: center;
    color: #222;
    font-weight: 600;
    font-size: 14px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 5px;
    border: 1px solid #DDD;
    cursor: pointer;
    border-radius: 5px;
}
.pagination-area .pagination li:last-of-type{
    margin-right: 0;
}
.pagination-area .pagination li.active,
.pagination-area .pagination li:hover{
    background-color: #e0b732;
    color: #FFF;
    border-color: #e0b732;
}


/* Contact US Page */
.contact-info-content{
    margin-bottom: 50px;
}
.contact-info-content .contact-box{
    padding: 40px;
    border: 1px solid #DDD;
    border-radius: 3px;
    margin-bottom: 30px;
    text-align: center;
}
.contact-info-content .contact-box:hover{
    background-color: #e0b732;
    border-color: #e0b732;
}
.contact-info-content .contact-box i{
    font-size: 60px;
    line-height: 1;
    color: #e0b732;
    display: inline-block;
    margin-bottom: 25px;
}
.contact-info-content .contact-box .box a,
.contact-info-content .contact-box .box p{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.5;
    position: relative;
    display: block;
    color: #9B9B9B;
    font-family: 'Barlow', sans-serif;
}
.contact-info-content .contact-box:hover i,
.contact-info-content .contact-box:hover .box a,
.contact-info-content .contact-box:hover .box p{
    color: #FFF;
}
.contact-us .map-box{
	height: 100%;
	margin-right: 20px;
}
.contact-us .map-box iframe{
	width: 100%;
	height: 100%;
    border-radius: 5px;
}
.contact-us .add-comments .inner-add-comments-box.last{
	margin-bottom: 0;
}
