@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap');
/**
*
* -----------------------------------------------------------------------------
*
* Template : TunHum | Multipage Html5 Responsive Business Template
* Author : compact-theme
* Author URI : http://www.thecodude.com/
*
* -----------------------------------------------------------------------------
*
**/
/* Table Of Content
---------------------------------------------------------
00. shortcut code
01. General CSS
02. Global Class
03. Header Section 
04. Sticky Menu
05. Banner Section
06. Call To Action
07. About Us
08. Work Process
09. Services Section
10. History Section
11. Our Projects
12. Price Table
13. Team Section
14. Newsletter Section
15. Blog Section
16. Testimonial
17. Pricing Tables
18. Contact Us
19. Footer Section
20. Preloader CSS

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

/*Original pink Color: fd3d76
Alternate Orange 24fit color: f8931d
24fit Green color: 7cc143

Secondary pink color: ffd5e1
Secondary Orange: f5ddc0
Secondary Green: 

Tertiary pink color: ffcddc
Tertiary Orange: 
Tertiary Green:

Quaternary pink color: ffeef3
Quaternary Orange: 
Quaternary Green:

Accent Pink color: fd2464
Accent Orange: f68500
Accent Green:

Border pink color: ffdee8
Border Orange: ebcdaa;
Border Green: 

Shadow pink color: fe9cb9
Shadow Orange: f8b669
shadow-color: 

Background Overlay Pink: rgba(253, 61, 118, 0.7); or rgba\(253, 61, 118, 0.7\);
Background Overlay Orange: rgba(100, 60, 14, 0.7); or rgba\(10, 60, 14, 0.7\);
Background Overlay Green: rgba(61, 100, 30, 0.7); or rgba\(61, 100, 30, 0.7\);

*/

/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/
/**/
:root {
	/*--main-color: #fd3d76;*/ /*Original Pink*/
	/*--secondary-color: #ffd5e1;*/ /*Secondary Pink*/
	/*--tertiary-color: #ffcddc;*/ /*tertiary Pink*/
	/*--quaternary-color: #ffeef3;*/ /*quaternary Pink*/
	/*--accent-color: #fd2464;*/ /*Accent Pink*/
	/*--border-color: #ffdee8;*/ /*Border Pink*/
	/*--shadow-color: #fe9cb9;*/ /*Shadow Pink*/
	/*--bg-overlay-color: rgba(61, 100, 30, 0.7);*/ /*24fit Background Overlay Pink*/
	/*--video-button-color: #ffe5e5;*/ /*Video Button Border Pink*/
	/*--video-button-bg-color: #fffcfc;*/ /*Video Button Background Pink*/
	
	--main-color: #f8931d; /*24fit Orange*/
	--secondary-color: #f5ddc0; /*24fit Secondary Orange*/
	--tertiary-color: #f9bd77; /*24fit tertiary Orange*/
	--quaternary-color: #f9ddbd; /*24fit quaternary Orange*/
	--accent-color: #f68500; /*24fit Accent Orange*/
	--border-color: #ebcdaa; /*24fit Border Orange*/
	--shadow-color: #f8b669; /*24fit Shadow Orange*/
	--bg-overlay-color: rgba(100, 60, 14, 0.7); /*24fit Background Overlay Orange*/
	--video-button-color: #fcdfbd; /*24fit video Button Border Orange*/
	--video-button-bg-color: #f6ebdd; /*24fit video Button Background Orange*/
	
	/*--main-color: #7cc143;*/ /*24fit Green*/
	/*--secondary-color: #;*/ /*24fit Secondary Green*/
	/*--tertiary-color: #;*/ /*24fit tertiary Green*/
	/*--quaternary-color: #;*/ /*24fit quaternary Green*/
	/*--accent-color: #;*/ /*24fit Accent Green*/
	/*--border-color: #;*/ /*24fit Border Green*/
	/*--shadow-color: #;*/ /*24fit Shadow Green*/
	/*--bg-overlay-color: rgba(61, 100, 30, 0.7);*/ /*24fit Background Overlay Green*/
	/*--video-button-color: #;*/ /*24fit video Button Border Green*/
	/*--video-button-bg-color: #;*/ /*24fit video Button Background Green*/
	
	
}
/**/

/*2-1 LINKS*/
a {
    color: #3d566e;
}

a:hover,
a:focus {
    color: #e74c3c;
    text-decoration: none;
    outline: none;
}

a:hover img {
    border: 1px solid #ffcfca;
    opacity: 0.6;
}

p {
    color: #8d9aa5;
}

/*2-2 HEADERS*/
h1 {
    font-size: 24px;
    color: #e74c3c;
    font-weight: bold;
    /*text-transform: uppercase;*//*I Hate CAPS!*/
    letter-spacing: 0;
    font-size: 22px;
}

h2 {
    font-size: 22px;
    color: #3d566e;
    font-weight: bold;
}

h3 {
    font-size: 20px;
    color: #3d566e;
    font-weight: bold;
}

h4 {
    color: #3d566e;
    font-size: 14px;
    font-weight: bold;
}

h5 {
    color: #3d566e;
    font-size: 14px;
    font-weight: bold;
}

h6 {
    color: #3d566e;
    font-size: 14px;
    font-weight: bold;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 3px;
    margin-bottom: 5px;
}

a:hover h3,
a:hover h2 {
    color: #e74c3c;
}

/*2-3 MISC */
* {
    border-radius: 0 !important;
}

*:focus {
    outline: none;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #8d9aa5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fdfdfd;
}

mark {
    background: #e74c3c;
    color: #fff;
}

br {
    margin: 5px 0;
}

hr {
    border-top: 1px solid #ededed;
}

blockquote {
    border-color: #e74c3c;
}

blockquote p {
    color: #e74c3c;
}

.img-thumbnail {
    background-color: #f8f8f8;
    border: 1px solid #ededed;
}

.text-danger {
    color: #e74c3c;
}

.icon {
    padding-right: 4px;
}

.top-margin {
    margin-top: 45px;
}

.bordered {
    border: 1px solid #ededed;
    padding: 5px 5px 0 5px;
}

.sec-topic {
    margin-bottom: 20px;
    padding-right: 15px;
}

.right-sec .main-title {
    font-size: 14px;
}

.right-sec .list-inline li {
    margin-bottom: 5px;
}

.blue {
    background: #3d566e;
    color: #fff;
}

/* -----------------------------------
    00. shortcut code
-------------------------------------*/
.banner-section,
.callto__action,
.about-section,
.work-process,
.services-section,
.our-history,
.section-portfolio,
.pricing-table,
.team-section,
.blog-section,
.testimonial-section,
.newsletter-section,
.footer .footer-top,
.about-us-page .video-section,
.blog-area,
.contact-area {
    padding: 6rem 0;
}

#contact-area {
    padding-top: 82px;
    padding-bottom: 80px;
}


/* -----------------------------------
    01. General CSS
-------------------------------------*/
@font-face {
    font-family: Roboto;
}

.back-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
}

.back-top i {
    width: 40px;
    height: 40px;
    background: var(--main-color);
    text-align: center;
    line-height: 40px;
    color: #fff;
}

html,
body {
    font-size: 18px;
    color: #757575;
    font-family: 'Roboto', serif;
    vertical-align: baseline;
    line-height: 30px;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    font-family: 'Roboto', serif;
    line-height: 30px;
    font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', serif;
    color: #2b2b2b;
    margin: 0 0 26px;
    font-weight: 700;
}

h3 {
    margin-bottom: 17px;
}

a {
    color: var(--main-color);
    transition: all 0.4s ease 0s;
    text-decoration: none;
    outline: none;
    font-family: 'Roboto', serif;
}

a:active,
a:hover {
    text-decoration: none;
    outline: 0 none;
    color: var(--main-color);
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

::-moz-selection {
    background: var(--main-color);
    text-shadow: none;
    color: #ffffff;
}

::selection {
    background: var(--main-color);
    text-shadow: none;
    color: #ffffff;
}

.spaser-40 {
    height: 40px;
    clear: both;
}

.spaser-30 {
    height: 30px;
    clear: both;
}

.spaser-45 {
    height: 45px;
    clear: both;
}

span.primary {
    color: var(--main-color);
}

button,
input,
optgroup,
select,
textarea {
    font-family: 'Roboto', serif;
}

.spaser-70 {
    height: 70px;
    clear: both;
}

.sec-spacer {
    padding: 100px 0;
}

.sec-color {
    background-color: #f9f9f9;
}

.primary-bg {
    background: var(--main-color);
}

.grey-bg {
    background: #f9f9f9;
}

.bg-fixed {
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.bg1 {
    background-image: url(images/bg/bg1.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.pr-0 {
    padding-right: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.search_box {
    border-radius: 0;
    display: none;
    position: absolute;
    right: 15px;
    top: 100%;
    z-index: 1000;
    width: 304px;
}

.search_box input {
    background: #fff;
    border: 0 none;
    padding: 10px 15px;
    width: 240px;
    box-shadow: -1px 2px 4px rgba(0, 0, 0, 0.15);
    font-size: 15px;
    color: #757575;
}

.search_box button {
    background: var(--main-color);
    border: 0 none;
    border-radius: 0 3px 3px 0;
    color: #fff;
    cursor: pointer;
    float: right;
    overflow: visible;
    padding: 0;
    position: relative;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    width: 64px;
    height: 50.5px;
}

.search_box button:hover {
    background: #fd2e6b;
}

/* ------------------------------------
    02. Global Class
---------------------------------------*/
.sec-title {
    margin-bottom: 35px;
}

.sec-title h4 {
    font-size: 20px;
    margin-bottom: 8px;
    color: #444444;
    font-weight: 300;
    font-family: 'Roboto', serif;
    text-align: center;
}

.sec-title h2 {
    font-size: 40px;
    line-height: 45px;
    color: #2b2b2b;
    margin-bottom: 0;
    font-family: 'Roboto', serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    position: relative;
    padding-bottom: 20px;
}

.sec-title h2:after {
    background-color: #eea303;
    bottom: -2px;
    content: "";
    height: 3px;
    left: 50%;
    transform: translatex(-50%);
    position: absolute;
    width: 73px;
}

blockquote {
    padding: 34px 20px 34px 25px;
    margin: 40px 0 40px;
    font-size: 18px;
    border-left: 4px solid var(--main-color);
    background: #ebebeb;
    font-weight: 400;
    line-height: 30px;
    position: relative;
    font-style: italic;
}

.display-table {
    display: table;
    height: 100%;
    width: 100%;
}

.headding-border {
    position: relative;
    padding-bottom: 13px;
    margin: 0 0 12px;
}

.headding-border:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 2px;
    background: var(--main-color);
    content: "";
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    text-align: center;
    padding-right: 0;
    width: 35px;
    border: 1px solid var(--main-color);
    border-radius: 50%;
    height: 35px;
    line-height: 35px;
    background: var(--main-color);
    cursor: pointer;
}

form textarea,
form input[type="text"],
form input[type="password"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="date"],
form input[type="month"],
form input[type="time"],
form input[type="week"],
form input[type="number"],
form input[type="email"] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d2d2d2;
    color: #3d3d3d;
    display: inline-block;
    font-weight: 400;
    height: 45px;
    line-height: 20px;
    border-radius: 0;
    outline: none;
    vertical-align: middle;
}

form textarea:focus,
form input[type="text"]:focus,
form input[type="password"]:focus,
form input[type="datetime"]:focus,
form input[type="datetime-local"]:focus,
form input[type="date"]:focus,
form input[type="month"]:focus,
form input[type="time"]:focus,
form input[type="week"]:focus,
form input[type="number"]:focus,
form input[type="email"]:focus {
    box-shadow: none;
    border-color: var(--main-color);
}

form .textarea {
    height: 100px;
}

form .primary-btn {
    width: 100%;
    background: var(--main-color);
    transition: all 0.4s ease 0s;
    color: #fff;
}

form .primary-btn:hover {
    background: #2b2b2b;
    border: 2px solid #2b2b2b;
    color: #fff;
}

.servics-style2:hover .shadow:before,
.servics-style2:focus shadow:before,
.servics-style2:active .shadow:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.servics-style2:hover .shadow,
.servics-style2:focus .shadow,
.servics-style2:active .shadow {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.shadow {
    backface-visibility: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    transform: translateZ(0px);
    transition-duration: 0.6s;
    transition-property: transform;
    display: inline-block;
}

.shadow::before {
    background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%) repeat scroll 0 0;
    content: "";
    height: 10px;
    left: 5%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    transition-duration: 0.3s;
    transition-property: transform, opacity;
    width: 90%;
    z-index: -1;
}

.gallery_widget {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 5px solid var(--main-color);
}

.gallery_widget h4 {
    margin-bottom: 0;
    padding: 15px 20px;
    font-weight: 600;
    background: #efefef;
}

.gallery_widget ul {
    padding: 15px;
    text-align: center;
}

.gallery_widget ul li {
    padding: 0;
    border-top: none;
    display: inline-block;
    width: 30%;
    margin: 2px 0;
    position: relative;
}

.gallery_widget ul li a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    background-color: rgba(253, 61, 118, 0.4);
    transition: all 0.4s ease 0s;
}

.gallery_widget ul li a:hover:after {
    opacity: 1;
}

.subcribe-newsletter {
    background: #efefef;
    padding: 15px;
    margin-top: 30px;
    border-top: 5px solid var(--main-color);
}

.subcribe-newsletter h4 {
    margin: 0 0 20px;
    display: block;
    text-align: center;
}

.subcribe-newsletter input[type="search"] {
    font-style: italic;
    padding: 10px 15px;
}

.subcribe-newsletter input[type="search"],
.subcribe-newsletter input[type="submit"] {
    width: 100%;
    border: none;
}

.subcribe-newsletter input[type="submit"] {
    background: #eea303;
    color: #ffffff;
    text-align: center;
    margin-top: 15px;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 500;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    font-family: 'Roboto', serif;
    letter-spacing: 1px;
}

.subcribe-newsletter input[type="submit"]:hover {
    background: #2b2b2b;
}

.themecolor {
    color: var(--main-color);
}

.image-popup {
    margin-right: 15px;
}

.glyph-icon:after,
.glyph-icon:before {
    font-size: 24px;
    transition: all 0.4s ease 0s;
    margin-left: 0;
}

.glyph-icon:hover:after,
.glyph-icon:hover:before {
    color: #eb0247;
}

.padding-0 {
    padding: 0;
}

.text--theme {
    color: var(--main-color);
}

.section-heading {
    margin-bottom: 40px;
}

.section-heading h2 {
    position: relative;
    text-align: center;
    font-size: 60px;
    color: #2b2b2b;
    font-weight: 700;
    margin-bottom: 37px;
}

.section-heading h2 span {
    color: var(--main-color);
}

.section-heading .sub-title {
    max-width: 850px;
    margin: 0 auto;
    font-family: 'Roboto', serif;
    line-height: 30px;
}

.primary-btn {
    border: 3px solid var(--main-color);
    color: var(--main-color);
    display: inline-block;
    padding: 12px 20px;
    position: relative;
    vertical-align: middle;
    z-index: 9;
    font-weight: 700;
    border-radius: 4px;
    text-align: center;
    letter-spacing: 1px;
}

.primary-btn:hover {
    color: #fff;
}

.secondary-btn {
    border: 2px solid var(--main-color);
    background: var(--main-color);
    color: #fff;
    display: inline-block;
    font-family: 'Roboto', serif;
    padding: 13px 20px;
    position: relative;
    vertical-align: middle;
    z-index: 9;
    font-weight: 700;
    border-radius: 4px;
    text-align: center;
    box-shadow: 0 4px 3px -2px #aaaaaa;
}

.secondary-btn.border-radius {
    border-radius: 30px;
}

.secondary-btn.border-radius:before {
    border-radius: 30px;
}

.secondary-btn.no-shadow {
    box-shadow: none;
}

.secondary-btn.light {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: var(--main-color);
}

.secondary-btn.light:hover {
    color: #fff;
    border: 2px solid var(--accent-color);
    background: var(--accent-color);
}

.secondary-btn:hover {
    color: #fff;
    border: 2px solid var(--accent-color);
    background: var(--accent-color);
}

.secondary-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--accent-color);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.primary-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--main-color);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.primary-btn:hover:before,
.secondary-btn:hover:before,
.primary-btn:focus:before,
.hvr-shutter-out-horizontal:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.overlay {
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.pagination ul {
    text-align: center;
}

.pagination ul li {
    display: inline-block;
}

.pagination ul li a {
    background: #2b2b2b;
    padding: 0;
    color: #ffffff;
    height: 35px;
    width: 35px;
    line-height: 35px;
    display: block;
    transition: all 0.4s ease 0s;
}

.pagination ul li a i {
    color: #ffffff;
}

.pagination ul li.active a,
.pagination ul li a:hover {
    background: var(--main-color);
}

.pagination-area {
    padding-top: 30px;
}

.pagination-area ul {
    text-align: center;
}

.pagination-area ul li {
    display: inline-block;
    margin: 0 3px 7px 0;
}

.pagination-area ul li.active a {
    background: var(--main-color);
    color: #ffffff;
}

.pagination-area ul li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: transparent;
    border: 1px solid var(--main-color);
    color: #000000;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.4s ease 0s;
    text-align: center;
}

.pagination-area ul li a:hover {
    background: var(--main-color);
    color: #ffffff;
}

.pb-0 {
    padding: 0;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

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

.pb-80 {
    padding-bottom: 80px;
}

.pbl {
    padding-left: 0;
}

.mt-5 {
    margin-top: 5px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.margin-remove {
    margin: 0;
}

.display-table {
    display: table;
    height: 100%;
    width: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

body .white-color {
    color: #fff;
}

/* ---------------------------
    03. Header Section 
------------------------------*/
#section-header .toolbar-area {
    background: #2b2b2b;
    padding: 8px 0;
}

#section-header .toolbar-area .mini-carts {
    position: relative;
    top: 0;
    float: none;
}

#section-header .toolbar-area .mini-carts a.cart-icons span {
    width: 14px;
    height: 14px;
    line-height: 14px;
    bottom: 8px;
}

#section-header .toolbar-area .mini-carts a.cart-icons i {
    color: #ffffff;
}

#section-header .toolbar-area .mini-carts .product-title {
    text-align: left;
}

#section-header .toolbar-area .mini-carts .product-title a {
    color: #2b2b2b;
}

#section-header .toolbar-area .toolbar-meta {
    color: #fff;
    font-size: 13px;
}

#section-header .toolbar-area .toolbar-meta i {
    color: var(--main-color);
    position: relative;
    top: 0;
    padding-right: 4px;
    font-size: 15px;
}

#section-header .toolbar-area .toolbar-meta a {
    color: #fff;
    font-size: 13px;
}

#section-header .toolbar-area .toolbar-meta a:hover {
    color: var(--main-color);
}

#section-header .toolbar-area .toolbar-sl-share ul {
    text-align: right;
}

#section-header .toolbar-area .toolbar-sl-share ul li {
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
}

#section-header .toolbar-area .toolbar-sl-share ul li + li {
    margin-left: 15px;
}

#section-header .toolbar-area .toolbar-sl-share ul li a {
    display: block;
    color: #fff;
    transition: all 0.4s ease 0s;
    text-decoration: none;
}

#section-header .toolbar-area .toolbar-sl-share ul li a:hover {
    color: var(--main-color);
}

#section-header .toolbar-area .toolbar-sl-share ul li a i {
    text-align: center;
    display: inline-block;
    font-size: 13px;
}

#section-header .logo {
    margin-top: 12px; /*Original Margin-top 23px*/
}

#section-header .header_mid {
    padding: 20px 0;
}

#section-header .header_mid .logo-area a {
    font-weight: 700;
    font-size: 27px;
    color: #fff;
    display: block;
    text-transform: lowercase;
    transition: all 0.4s ease 0s;
}

#section-header .header_mid .logo-area a img {
    max-width: 200px;
}

#section-header .header_mid .header-info {
    text-align: right;
}

#section-header .header_mid .header-info ul {
    position: relative;
    top: 5px;
}

#section-header .header_mid .header-info ul li {
    display: inline-block;
    text-align: left;
    padding-left: 20px;
    border-left: 2px solid var(--main-color);
    padding-right: 20px;
}

#section-header .header_mid .header-info ul li:first-child {
    border-left: 0;
    padding-left: 0;
}

#section-header .header_mid .header-info ul li:last-child {
    padding-right: 0;
}

#section-header .header_mid .header-info ul li .icon-left {
    color: var(--main-color);
    text-align: left;
    vertical-align: middle;
    display: table-cell;
}

#section-header .header_mid .header-info ul li .icon-left .flaticons:after,
#section-header .header_mid .header-info ul li .icon-left .flaticons:before {
    margin-left: 0;
    font-size: 30px;
    display: block;
}

#section-header .header_mid .header-info ul li .info-right {
    display: table-cell;
    font-size: 13px;
    padding-left: 10px;
}

#section-header .header_mid .header-info ul li .info-right h5 {
    margin-bottom: 0;
    font-size: 14px;
}

#section-header .header_mid .header-info ul li .info-right a {
    color: #505050;
}

#section-header .header_mid .header-info ul li .info-right a:hover {
    color: var(--main-color);
}

#section-header .header_bottom {
    background: #fff;
    box-shadow: 0 0 23px -10px rgba(0, 0, 0, 0.2);
    position: relative;
}

.header-icons {
    margin-left: auto;
}

#section-header .header_bottom .humberburg {
    /* position: absolute;
  left: 50px;
  top: 22px; */
    float: right;
    width: 58px;
    height: 58px;
    margin-top: 20px;
    margin-right: 50px;
    line-height: 58px;
    background: var(--main-color);
    text-align: center;
    border-radius: 100%;
    /* z-index: 9; */
    display: none;
}

#section-header .header_bottom .humberburg .nav-expander {
    color: #fff;
    cursor: pointer;
}

#section-header .header_bottom .right-btn {
    position: absolute;
    right: 50px;
    top: 22px;
}

#section-header .header_bottom .right-btn a {
    min-width: 125px;
    padding: 12px 25px;
    border-radius: 30px;
    box-shadow: none;
}

#section-header .header_bottom .right-btn a:before {
    border-radius: 30px;
}

#section-header .header_bottom .two-icons {
    text-align: right;
    margin-right: 15px;
}

#section-header .header_bottom .two-icons li {
    font-size: 15px;
    color: #383838;
    font-weight: 700;
    display: inline-block;
    padding: 35px 0;
}

#section-header .header_bottom .two-icons li.cart {
    padding-right: 16px;
}

#section-header .header_bottom .two-icons li.cart span {
    background: var(--main-color);
    color: #fff;
    position: relative;
    padding: 2px 5px;
    bottom: 8px;
    border-radius: 100%;
    font-size: 10px;
    font-weight: 400;
    right: 7px;
}

#section-header .header_bottom .two-icons li.search .seach_bar i {
    cursor: pointer;
}

#section-header .header_bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

#section-header .header_bottom .navbar {
    margin-bottom: 0;
    border: 0;
    font-family: 'Roboto', serif;
}

#section-header .header_bottom .navbar ul {
    margin: 0;
    padding: 0;
    text-align: left;
}

#section-header .header_bottom .navbar ul li {
    height: 53px;
    line-height: 53px;
    position: relative;
    display: inline-block;
    transition: all 0.4s ease 0s;
}

#section-header .header_bottom .navbar ul li + li {
    margin-left: 35px;
}

#section-header .header_bottom .navbar ul li > a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 600;
    transition: all 0.4s ease 0s;
    text-transform: uppercase;
}

#section-header .header_bottom .navbar ul li > a i {
    margin-left: 5px;
}

#section-header .header_bottom .navbar ul li > a:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 0px;
    background-color: #2b2b2b;
    transition: .5s ease width;
    left: 0;
    bottom: 0;
}

#section-header .header_bottom .navbar ul li:hover a:before,
#section-header .header_bottom .navbar ul li.active a:before,
#section-header .header_bottom .navbar ul li:hover a:after,
#section-header .header_bottom .navbar ul li.active a:after {
    width: 100%;
}

#section-header .header_bottom .navbar .navbar-toggle {
    background-color: var(--main-color);
    border-radius: 2px;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
}

#section-header .header_bottom .navbar .navbar-toggle .icon-bar {
    background-color: #fff;
}

#section-header .header_bottom .navbar .navbar-toggle:hover {
    opacity: 0.8;
}

#section-header .header_bottom .quote {
    text-align: right;
}

#section-header .header_bottom .quote a {
    color: #fff;
    line-height: 55px;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 0 12px;
    height: 55px;
    display: inline-block;
    background: #2b2b2b;
    text-transform: uppercase;
}

#section-header .header_bottom .quote a:hover {
    color: var(--main-color);
}

#section-header .header_bottom .quote li {
    display: inline-block;
}

#section-header .header_bottom .quote li .seach_bar {
    margin-left: 45px;
}

#section-header .header_bottom .quote li .seach_bar i {
    cursor: pointer;
    color: #fff;
    font-size: 16px;
}

#section-header .header_bottom .quote li .search_box {
    border-radius: 0;
    display: none;
    position: absolute;
    right: 15px;
    top: 100%;
    z-index: 1000;
    width: 320px;
}

#section-header .header_bottom .quote li .search_box input {
    background: #eee;
    border: 0 none;
    padding: 10px 15px;
    width: 240px;
    box-shadow: -1px 2px 4px rgba(0, 0, 0, 0.15);
    height: 45px;
    position: absolute;
    right: 11px;
    width: 95%;
}

#section-header .header_bottom .quote li .search_box button {
    background: #2b2b2b;
    border: 0 none;
    border-radius: 0 3px 3px 0;
    color: #fff;
    cursor: pointer;
    float: right;
    height: 45px;
    overflow: visible;
    padding: 0;
    position: relative;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    width: 64px;
}

#section-header .header_bottom .quote li .search_box button:hover {
    background: #232323;
}

#section-header .header-bottom .mainmenu {
    float: none;
}

#section-header .header-bottom .mainmenu .nav-menu li a:hover {
    color: var(--main-color);
}

#section-header .header-bottom .quote-section {
    float: right;
}

#section-header .header-bottom .logo-area {
    height: 90px;
    line-height: 84px;
    float: left;
}

#section-header .header-bottom .logo-area img {
    max-width: 260px;
}

#section-header .header-bottom .mainmenu-area {
    float: right;
}

#section-header .header-bottom .mainmenu-area .mini-carts {
    height: 90px;
    line-height: 90px;
}

#section-header .header-bottom .mainmenu-area #mainmenu {
    float: left;
}

#section-header .header-bottom .mainmenu-area #mainmenu .em-menu > ul > li > a {
    padding: 35px 0 32px;
}

#section-header .header-bottom .mainmenu-area #mainmenu .em-menu ul li a {
    color: #2b2b2b;
}

#section-header .header-bottom .mainmenu-area #mainmenu .em-menu ul li ul li a {
    color: #fff;
}

#section-header .header-bottom .mainmenu-area #mainmenu .em-menu ul li ul li a:hover {
    color: var(--main-color);
}

#section-header.header2 .toolbar-area,
#section-header.header4 .toolbar-area,
#section-header.header5 .toolbar-area,
#section-header.header6 .toolbar-area {
    padding: 5px 0;
}

#section-header.header2 .toolbar-area .toolbar-sl-share ul li,
#section-header.header4 .toolbar-area .toolbar-sl-share ul li,
#section-header.header5 .toolbar-area .toolbar-sl-share ul li,
#section-header.header6 .toolbar-area .toolbar-sl-share ul li {
    line-height: 33px;
}

#section-header.header2 .header-info,
#section-header.header4 .header-info,
#section-header.header5 .header-info,
#section-header.header6 .header-info {
    text-align: left;
}

#section-header.header2 .header-info ul,
#section-header.header4 .header-info ul,
#section-header.header5 .header-info ul,
#section-header.header6 .header-info ul {
    position: relative;
    top: 3px;
}

#section-header.header2 .header-info ul li,
#section-header.header4 .header-info ul li,
#section-header.header5 .header-info ul li,
#section-header.header6 .header-info ul li {
    display: inline-block;
    text-align: left;
    margin-right: 30px;
    color: #fff;
}

#section-header.header2 .header-info ul li .icon-left,
#section-header.header4 .header-info ul li .icon-left,
#section-header.header5 .header-info ul li .icon-left,
#section-header.header6 .header-info ul li .icon-left {
    color: var(--main-color);
    text-align: left;
    vertical-align: middle;
    width: 16px;
    display: table-cell;
}

#section-header.header2 .header-info ul li .icon-left .flaticons:after,
#section-header.header4 .header-info ul li .icon-left .flaticons:after,
#section-header.header5 .header-info ul li .icon-left .flaticons:after,
#section-header.header6 .header-info ul li .icon-left .flaticons:after,
#section-header.header2 .header-info ul li .icon-left .flaticons:before,
#section-header.header4 .header-info ul li .icon-left .flaticons:before,
#section-header.header5 .header-info ul li .icon-left .flaticons:before,
#section-header.header6 .header-info ul li .icon-left .flaticons:before {
    font-size: 20px;
    display: block;
    margin-left: 0;
}

#section-header.header2 .header-info ul li .info-right,
#section-header.header4 .header-info ul li .info-right,
#section-header.header5 .header-info ul li .info-right,
#section-header.header6 .header-info ul li .info-right {
    display: table-cell;
    font-size: 13px;
    padding-left: 8px;
}

#section-header.header2 .header-info ul li .info-right h5,
#section-header.header4 .header-info ul li .info-right h5,
#section-header.header5 .header-info ul li .info-right h5,
#section-header.header6 .header-info ul li .info-right h5 {
    margin-bottom: 0;
    font-size: 14px;
}

#section-header.header2 .header-info ul li .info-right a,
#section-header.header4 .header-info ul li .info-right a,
#section-header.header5 .header-info ul li .info-right a,
#section-header.header6 .header-info ul li .info-right a {
    color: #fff;
}

#section-header.header2 .header-info ul li .info-right a:hover,
#section-header.header4 .header-info ul li .info-right a:hover,
#section-header.header5 .header-info ul li .info-right a:hover,
#section-header.header6 .header-info ul li .info-right a:hover {
    color: var(--main-color);
}

#section-header.header2 .header_bottom,
#section-header.header4 .header_bottom,
#section-header.header5 .header_bottom,
#section-header.header6 .header_bottom {
    background: #fff;
    padding: 13px 0 0 0;
}

#section-header.header2 .header_bottom .navbar ul,
#section-header.header4 .header_bottom .navbar ul,
#section-header.header5 .header_bottom .navbar ul,
#section-header.header6 .header_bottom .navbar ul {
    text-align: right;
}

#section-header.header2 .header_bottom .navbar ul li,
#section-header.header4 .header_bottom .navbar ul li,
#section-header.header5 .header_bottom .navbar ul li,
#section-header.header6 .header_bottom .navbar ul li {
    height: 68px;
    line-height: 68px;
}

#section-header.header2 .header_bottom .navbar ul li + li,
#section-header.header4 .header_bottom .navbar ul li + li,
#section-header.header5 .header_bottom .navbar ul li + li,
#section-header.header6 .header_bottom .navbar ul li + li {
    margin-left: 35px;
}

#section-header.header2 .header_bottom .navbar ul li > a,
#section-header.header4 .header_bottom .navbar ul li > a,
#section-header.header5 .header_bottom .navbar ul li > a,
#section-header.header6 .header_bottom .navbar ul li > a {
    color: #2b2b2b;
    line-height: 55px;
}

#section-header.header2 .header_bottom .navbar ul li > a i,
#section-header.header4 .header_bottom .navbar ul li > a i,
#section-header.header5 .header_bottom .navbar ul li > a i,
#section-header.header6 .header_bottom .navbar ul li > a i {
    margin-left: 5px;
}

#section-header.header2 .header_bottom .navbar ul li > a:after,
#section-header.header4 .header_bottom .navbar ul li > a:after,
#section-header.header5 .header_bottom .navbar ul li > a:after,
#section-header.header6 .header_bottom .navbar ul li > a:after {
    background-color: var(--main-color);
}

#section-header.header2 .header_bottom .navbar ul li:hover a,
#section-header.header4 .header_bottom .navbar ul li:hover a,
#section-header.header5 .header_bottom .navbar ul li:hover a,
#section-header.header6 .header_bottom .navbar ul li:hover a,
#section-header.header2 .header_bottom .navbar ul li.active a,
#section-header.header4 .header_bottom .navbar ul li.active a,
#section-header.header5 .header_bottom .navbar ul li.active a,
#section-header.header6 .header_bottom .navbar ul li.active a {
    color: var(--main-color);
}

#section-header.header2 .header_bottom .navbar ul li:hover ul,
#section-header.header4 .header_bottom .navbar ul li:hover ul,
#section-header.header5 .header_bottom .navbar ul li:hover ul,
#section-header.header6 .header_bottom .navbar ul li:hover ul {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
}

#section-header.header2 .header_bottom .navbar ul li .seach_bar,
#section-header.header4 .header_bottom .navbar ul li .seach_bar,
#section-header.header5 .header_bottom .navbar ul li .seach_bar,
#section-header.header6 .header_bottom .navbar ul li .seach_bar {
    margin-left: 5px;
    height: 23px;
}

#section-header.header2 .header_bottom .navbar ul li .seach_bar i,
#section-header.header4 .header_bottom .navbar ul li .seach_bar i,
#section-header.header5 .header_bottom .navbar ul li .seach_bar i,
#section-header.header6 .header_bottom .navbar ul li .seach_bar i {
    cursor: pointer;
    color: #2b2b2b;
    font-size: 16px;
}

#section-header.header3 .header_mid {
    padding: 15px 0 48px;
}

#section-header.header3 .header_bottom {
    background: transparent;
    position: absolute;
    z-index: 99;
    width: 100%;
    margin-top: -32px;
}

#section-header.header3 .header_bottom .logo-area {
    float: left;
    padding-right: 30px;
    line-height: 65px;
    max-width: 160px;
    display: none;
    position: relative;
    z-index: 99;
}

#section-header.header3 .header_bottom .slide-menu {
    background: var(--main-color);
    padding: 0 25px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    position: relative;
}

#section-header.header3 .header_bottom .slide-menu #mainmenu {
    float: left;
}

#section-header.header3 .header_bottom .slide-menu .navbar ul li {
    line-height: 65px;
    height: 65px;
}

#section-header.header3 .header_bottom .slide-menu .navbar ul li a {
    transition: all .6s;
}

#section-header.header3 .header_bottom .slide-menu .navbar ul li .sub-menu li {
    line-height: normal;
    height: auto;
}

#section-header.header3 .header_bottom .search {
    text-align: right;
}

#section-header.header3 .header_bottom .search .seach_bar {
    height: 66px;
}

#section-header.header3 .header_bottom .search .seach_bar i {
    color: #fff;
    line-height: 70px;
    cursor: pointer;
}

#section-header.header3 .header_bottom .search .search_box {
    right: 0;
}

#section-header.header3 .sticky {
    background: var(--main-color);
    position: fixed;
    margin: 0 auto;
}

#section-header.header3 .sticky .logo-area {
    display: block;
}

#section-header.header3 .sticky .slide-menu {
    box-shadow: none;
}

#section-header.onepage-header .header_bottom .search .search_box {
    right: -11px;
}

.hamburgert_menu_togle .canvas-logo {
    margin-bottom: 30px;
}

.hamburgert_menu_togle .right-btn {
    display: none;
    margin-top: 50px;
}

.hamburgert_menu_togle .right-btn a {
    font-size: 18px;
    border-radius: 30px;
}

.hamburgert_menu_togle .right-btn a:before {
    border-radius: 30px;
}

.hamburgert_menu_togle ul.social {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 30px;
}

.hamburgert_menu_togle ul.social li {
    display: inline-block;
}

.hamburgert_menu_togle ul.social li + li {
    margin-left: 10px;
}

.hamburgert_menu_togle ul.social li a {
    font-size: 20px;
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: #fff;
    color: var(--main-color);
    text-align: center;
    border-radius: 50%;
    transition: all 0.6s ease 0s;
    box-shadow: 0 0px 32px rgba(0, 0, 0, 0.07);
}

.hamburgert_menu_togle ul.social li a:hover {
    background: var(--main-color);
    color: #fff;
}

.hamburgert_menu_togle .hamburger-menu-container .menu-main-menu-container ul li {
    font-size: 18px;
    padding: 10px 0;
    position: relative;
}

.hamburgert_menu_togle .hamburger-menu-container .menu-main-menu-container ul li a {
    color: #2b2b2b;
}

.hamburgert_menu_togle .hamburger-menu-container .menu-main-menu-container ul li a:hover {
    color: var(--main-color);
}

.hamburgert_menu_togle .hamburger-menu-container .menu-main-menu-container ul li.menu-item-has-children:after {
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    left: auto;
    right: 8px;
    top: 11px;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: var(--main-color);
    text-align: center;
    z-index: 9999;
    display: block;
    cursor: pointer;
}

.hamburgert_menu_togle .hamburger-menu-container .menu-main-menu-container ul li.active a {
    color: var(--main-color);
}

.hamburgert_menu_togle .hamburger-menu-container .menu-main-menu-container ul li.current_page_item > a {
    color: var(--main-color);
}

.hamburgert_menu_togle .hamburger-menu-container .menu-main-menu-container ul li .sub-menu {
    padding-left: 20px;
    display: none;
}

.em-menu li.active > a {
    color: var(--main-color);
}

nav.hamburgert_menu_togle {
    background: var(--quaternary-color);
    box-shadow: inset 0px 5px 15px 0px #e6e6e6;
    display: block;
    height: 100%;
    overflow: auto;
    position: fixed;
    left: -23em;
    font-size: 15px;
    top: 0;
    width: 23em;
    z-index: 2000;
    transition: left 0.3s ease-in-out 0s;
    -webkit-transition: left 0.3s ease-in-out 0s;
    -moz-transition: left 0.3s ease-in-out 0s;
    -o-transition: left 0.3s ease-in-out 0s;
    padding: 30px;
}

nav.hamburgert_menu_togle .close-btn {
    text-align: right;
}

nav.hamburgert_menu_togle #nav-close {
    cursor: pointer;
}

nav.hamburgert_menu_togle #nav-close:hover i {
    transform: rotate(180deg);
    padding: 8px 17px 2px 12px;
}

nav.hamburgert_menu_togle #nav-close i {
    background: var(--main-color);
    width: 40px !important;
    height: 40px !important;
    border-radius: 100%;
    padding: 10px 17px 2px 12px;
    color: #fff;
    display: block;
    font-size: 20px;
    margin-right: 0;
    margin-left: auto;
    transition: all 0.4s ease 0s;
}

.nav-expanded nav {
    left: 0;
}

#section-header.onepage-header.header3 .header_bottom .slide-menu .navbar ul li {
    line-height: 66px;
    height: 66px;
}

.toolbar-area .mini-carts .minicart-details {
    padding-bottom: 30px;
}

.em-banner-area {
    background: url("images/banner/1.jpg") no-repeat top center;
    line-height: 0;
    padding: 150px 0;
    position: relative;
    background-repeat: no-repeat;
    transition: all 0.3s ease 0s;
    overflow: hidden;
    background-size: 100%;
}

.em-banner-area ul li {
    margin-right: 20px;
    float: left;
    margin-bottom: 14px;
}

.em-banner-area .sl-subtitle {
    font-size: 45px;
}

.em-banner-area .sl-title {
    font-size: 50px;
}

.em-banner-area .sl-desc {
    margin-bottom: 20px;
    line-height: 22px;
    font-size: 22px;
}

.em-banner-area .display-table-cell {
    position: relative;
    z-index: 10;
}

.em-banner-area .overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

/*------------------------------------
    04. Sticky Menu
--------------------------------------*/
#section-header .menu-sticky.sticky {
    background: #ffffff;
    position: fixed !important;
    top: 0px;
    z-index: 999;
    margin: 0 auto;
    padding: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-name: sticky-animation;
    animation-name: sticky-animation;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes sticky-animation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes sticky-animation {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ---------------------------
    05. Banner Section
------------------------------*/
.banner-section {
    background: url(images/banners/main_banner_01.jpg) no-repeat;
    background-position: right;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 80px;
}

.banner-section .banner-desc {
    max-width: 730px;
}

.banner-section .banner-desc p {
    font-size: 18px;
    line-height: 30px;
    color: #757575;
    max-width: 605px;
}

.banner-section .banner-desc .banner-btn {
    margin-top: 50px;
    display: flex;
}

.banner-section .banner-desc .banner-btn .primary-btn {
    margin-right: 10px;
}

.banner-section .sub-title-banner {
    color: var(--main-color);
    font-size: 36px;
    margin-bottom: 30px;
}

.banner-section h1 {
    font-size: 55px;
    line-height: 80px;
    color: #2b2b2b;
}

.home-page .banner-section {
    background-position: top right;
}

.home2 .banner-section {
    background: url(images/banner2.png) no-repeat;
    background-position: right;
    height: 660px;
    border-bottom: 1px solid #f9f9f9;
    background-size: 100%;
    background-repeat: no-repeat;
}

.home2 .banner-section .banner-desc {
    max-width: 710px;
}

.home3 .banner-section {
    background: url(images/banner3.png) no-repeat;
    background-position: right;
    height: 840px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.home3 .banner-section .banner-desc {
    max-width: 710px;
}

.home3 .banner-section .banner-wrap {
    display: table-cell;
    vertical-align: middle;
}

.banner-section.table-cell {
    display: table;
    width: 100%;
    padding-top: 80px;
}

.banner-section.table-cell .banner-wrap {
    display: table-cell;
    vertical-align: middle;
}

/* ---------------------------
    06. Call To Action
------------------------------*/
#callto__action {
    padding-top: 80px;
    padding-bottom: 80px;
}

.callto__action .cta-wrapper {
    box-shadow: none;
    border-radius: 8px;
}

.callto__action .cta-wrapper .cta-title h3 {
    color: var(--main-color);
    font-size: 36px;
    margin-bottom: 0;
    margin-top: 8px;
}

.callto__action .cta-wrapper .cta-btn {
    text-align: right;
}

.callto__action .cta-wrapper .cta-btn a {
    /*text-transform: uppercase;*/ /*I HATE CAPS!*/
}

.callto__action.style2 {
    margin-top: 0;
    margin-bottom: 0;
    background: #f9f9f9;
}

.callto__action.style2 .cta-wrapper {
    box-shadow: none;
    border-radius: 0;
}

.callto__action.style2 .cta-wrapper .cta-title h3 {
    color: var(--main-color);
    font-size: 36px;
    margin-bottom: 0;
    margin-top: 8px;
}

.callto__action.style2 .cta-wrapper .cta-btn {
    text-align: right;
}

.callto__action.style2 .cta-wrapper .cta-btn a {
    /*text-transform: uppercase;*/ /*I HATE CAPS!*/
}

.call-to-action {
    background: url(images/about/call-bg.jpg);
    background-size: cover;
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
}

.call-to-action.style2 {
    background: url(images/about/call-banner.jpg);
    background-size: cover;
}

.call-to-action.style3 {
    background: url(images/about/call-banner2.jpg);
    background-size: cover;
    padding: 92px 0;
}

.call-to-action.style3:before {
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.call-to-action.style3 .callto__actio_wrapper {
    height: auto;
    text-align: center;
}

.call-to-action.style3 .callto__actio_wrapper .htc__call__btn {
    margin-top: 30px;
}

.call-to-action .call__left__thumb img {
    max-height: 375px;
}

.call-to-action .callto__actio_wrapper {
    display: table;
    height: 375px;
    padding-bottom: 10px;
}

.call-to-action .callto__actio_wrapper .callto__action {
    display: table-cell;
    vertical-align: middle;
}

.call-to-action .callto__actio_wrapper .callto__action h2 {
    color: #fff;
    margin-bottom: 12px;
    line-height: 38px;
}

.call-to-action .callto__actio_wrapper .callto__action p {
    color: #fff;
}

.call-to-action .callto__actio_wrapper .callto__action .htc__call__btn .primary-btn {
    margin-right: 10px;
}

.em-cta {
    padding: 60px 0;
}

.em-cta .cta-content {
    color: #fff;
    font-size: 36px;
    line-height: normal;
}

.home2 .callto__action {
    margin-top: 0;
    margin-bottom: 0;
    background: #f9f9f9;
}

.home2 .callto__action .cta-wrapper {
    box-shadow: none;
    border-radius: 0;
}

.home2 .callto__action .cta-wrapper .cta-title h3 {
    color: var(--main-color);
    font-size: 36px;
    margin-bottom: 0;
    margin-top: 8px;
}

.home2 .callto__action .cta-wrapper .cta-btn {
    text-align: right;
}

.home2 .callto__action .cta-wrapper .cta-btn a {
    text-transform: uppercase;
}

.home3 .callto__action {
    margin-top: 0;
    margin-bottom: 0;
    background: var(--main-color);
}

.home3 .callto__action .cta-wrapper {
    box-shadow: none;
    border-radius: 0;
}

.home3 .callto__action .cta-wrapper .cta-title h3 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 0;
    margin-top: 8px;
}

.home3 .callto__action .cta-wrapper .cta-btn {
    text-align: right;
}

.home3 .callto__action .cta-wrapper .cta-btn a {
    text-transform: uppercase;
}

/*------------------------------------
    ---. Popup Video Css
--------------------------------------*/
.YouTubePopUp-Wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    z-index: 9999999999999;
}

.YouTubePopUp-animation {
    opacity: 0;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: YouTubePopUp;
    animation-name: YouTubePopUp;
}

@-webkit-keyframes YouTubePopUp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes YouTubePopUp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.YouTubePopUp-Content {
    max-width: 680px;
    display: block;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.YouTubePopUp-Wrap .YouTubePopUp-Content iframe {
    max-width: 100%;
    width: 100%;
    display: block;
    height: 480px;
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.YouTubePopUp-Hide {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: YouTubePopUpHide;
    animation-name: YouTubePopUpHide;
}

@-webkit-keyframes YouTubePopUpHide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes YouTubePopUpHide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.YouTubePopUp-Close {
    position: absolute;
    top: 0;
    cursor: pointer;
    bottom: 528px;
    right: 0px;
    margin: auto 0;
    width: 24px;
    height: 24px;
    background: url(images/close.png) no-repeat;
    background-size: 24px 24px;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
}

.YouTubePopUp-Close:hover {
    opacity: 0.5;
}

@media all and (max-width: 768px) and (min-width: 10px) {
    .YouTubePopUp-Content {
        max-width: 90%;
    }
}

@media all and (max-width: 600px) and (min-width: 10px) {
    .YouTubePopUp-Content iframe {
        height: 320px !important;
    }

    .YouTubePopUp-Close {
        bottom: 362px;
    }
}

@media all and (max-width: 480px) and (min-width: 10px) {
    .YouTubePopUp-Content iframe {
        height: 220px !important;
    }

    .YouTubePopUp-Close {
        bottom: 262px;
    }
}

/* ------------------------------------
    07. About Us
---------------------------------------*/
#about-section {
    padding-top: 69px;
    padding-bottom: 69px;
}

.about-section .section-heading {
    margin-bottom: 20px;
}

.about-section .section-heading h2 {
    text-align: left;
    margin-bottom: 26px;
}

.about-section .section-heading h2:after {
    left: 0;
    margin-left: 0;
    width: 190px;
}

.about-section .section-heading h2:before {
    left: 0;
    transform: translatex(0);
    width: 80px;
}

.about-section h3 {
    margin-bottom: 20px;
}

.about-section .play-video {
    position: relative;
    background: url(images/bg/video-bg.png);
    width: 100%;
    height: 580px;
    background-size: 100%;
    background-repeat: no-repeat;
    top: -12px;
}

.about-section .play-video .play-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    z-index: 99;
}

.about-section .play-video .play-icon .popup-video {
    position: relative;
    right: 54px;
    bottom: 10px;
}

.about-section .play-video .play-icon .popup-video:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 75px;
    height: 75px;
    background: var(--video-button-bg-color);
    border: 7px solid var(--video-button-color);
    border-radius: 100%;
}

.about-section .play-video .play-icon .popup-video:before {
    content: "";
    position: absolute;
    left: 26px;
    top: 21px;
    display: block;
    width: 30px;
    height: 38px;
    background: url(images/play-icon_orange.png);
    border-radius: 100%;
    z-index: 9;
}

.about-section .play-video .play-icon i {
    font-size: 80px;
}

.about-section .our-features {
    padding-bottom: 47px;
    overflow: hidden;
}

#about-section p {
    padding-bottom: 0px;
    margin-bottom: 11px;
}

.about-section .our-features li {
    position: relative;
    padding-left: 38px;
    margin-bottom: 7px;
    color: #535353;
}

.about-section .our-features li:hover {
    color: var(--main-color);
}

.about-section .our-features li:before {
    content: "\f058";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: var(--main-color);
    font-size: 20px;
    padding-left: 1px;
    position: absolute;
    top: 2px;
    left: 0;
}

.about-section .about-title {
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.about-section .about-degisnation {
    font-style: italic;
}

.about-section .single-image img {
    margin-top: 7px;
}

.about-section .about-exp {
    padding: 20px 25px;
    border: 5px solid var(--main-color);
}

.about-section .about-exp .exp-title {
    font-size: 100px;
    font-weight: bold;
    margin-bottom: 0;
}

.about-section .about-exp .exp-desc {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
}

.about-section .signature {
    max-width: 180px;
    margin-bottom: 20px;
}

.about-section .owl-dots {
    background: rgba(0, 0, 0, 0.1);
    padding: 17px 17px 3px;
    width: 100%;
    text-align: center;
}

.about-section.style2 .play-video {
    background: url(images/bg/video-bg-home2.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.about-section.style2 .play-video .play-icon .popup-video {
    right: 25px;
    bottom: 40px;
}

.about-section.style2 .our-features {
    padding-top: 0;
    padding-bottom: 28px;
}

.about-section.style2 .button {
    margin-top: 40px;
}

.about-section.style2 .section-heading h2 {
    margin-bottom: 16px;
}

.home2 .about-section .play-video {
    background: url(images/bg/video-bg-home2.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.home2 .about-section .play-video .play-icon .popup-video {
    right: 25px;
    bottom: 40px;
}

.home2 .about-section .our-features {
    padding-top: 0;
    padding-bottom: 28px;
}

.home2 .about-section .button {
    margin-top: 40px;
}

.home2 .about-section .section-heading h2 {
    margin-bottom: 16px;
}

.home3 .about-section .play-video {
    background: url(images/bg/video-bg3.png);
    height: 612px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.home3 .about-section .play-video .play-icon .popup-video {
    right: 25px;
    bottom: 40px;
}

.home3 .about-section .our-features {
    padding-top: 0;
    padding-bottom: 28px;
}

.home3 .about-section .button {
    margin-top: 15px;
}

.home3 .about-section .section-heading h2 {
    margin-bottom: 16px;
}

.team-page .about-section .play-video {
    background: url(images/bg/about-left.png);
    height: 605px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.team-page .about-section .play-video .play-icon .popup-video {
    right: 25px;
    bottom: 40px;
}

.video-section .play-video {
    position: relative;
    background: url(images/bg/video-bg4.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 540px;
    background-size: cover;
}

.video-section .play-video .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75px;
    height: 75px;
    text-align: center;
    z-index: 99;
}

.video-section .play-video .play-icon .popup-video {
    position: static;
}

.video-section .play-video .play-icon .popup-video:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 75px;
    height: 75px;
    background: var(--video-button-bg-color);
    border: 7px solid var(--video-button-color);
    border-radius: 100%;
}

.video-section .play-video .play-icon .popup-video:before {
    content: "";
    position: absolute;
    left: 26px;
    top: 21px;
    display: block;
    width: 30px;
    height: 38px;
    background: url(images/play-icon_orange.png);
    border-radius: 100%;
    z-index: 9;
}

.video-section .play-video .play-icon i {
    font-size: 80px;
}

/* ----------------------------------
    08. Work Process
-------------------------------------*/
#work-process {
    padding-top: 69px;
    padding-bottom: 80px;
}

.work-process .process-wrap {
    text-align: center;
    padding: 50px 35px;
    width: 100%;
    box-shadow: 0 12px 33px rgba(0, 0, 0, 0.05);
}

.work-process .process-wrap .process-title {
    font-size: 26px;
    margin-top: 35px;
}

.work-process .process-wrap .process-button {
    padding-top: 8px;
}

.work-process .process-wrap .process-button .light {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: var(--main-color);
    box-shadow: none;
    min-width: 165px;
    padding: 10px 25px;
}

.work-process .process-wrap .process-button .light:hover {
    color: #fff;
    border: 2px solid var(--accent-color);
    background: var(--accent-color);
}

.home3 .work-process {
    background: var(--main-color);
}

.home3 .work-process .section-heading h2 {
    color: #fff;
}

.home3 .work-process .section-heading .sub-title {
    color: #fff;
}

.home3 .work-process .process-wrap {
    background: #fff;
    padding: 0;
}

.home3 .work-process .process-wrap .process-title {
    padding: 0 30px;
}

.home3 .work-process .process-wrap .process-desc {
    padding: 0 30px;
}

.home3 .work-process .process-wrap .process-button {
    padding-bottom: 50px;
}

/* ----------------------------------
    09. Services Section
-------------------------------------*/
#services-section {
    padding-top: 68px;
    padding-bottom: 52px;
}

.services-section .services-wrap {
    padding: 62px 30px;
    width: 100%;
    border: 1px solid var(--border-color);
    border-top: none;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 4px 3px -2px var(--shadow-color);
    transition: all 0.4s ease 0s;
    margin-bottom: 30px;
}

.services-section .services-wrap .service-title {
    font-size: 24px;
    margin-top: 34px;
}

.services-section .services-wrap .service-title a {
    color: #2b2b2b;
}

.services-section .services-wrap .service-title a:hover {
    opacity: 0.9;
}

.services-section .services-wrap .service-desc {
    margin-bottom: 0;
}

.services-section .services-wrap:hover {
    background: var(--main-color);
    border-radius: 5px 5px 5px 5px;
    box-shadow: none;
}

.services-section .services-wrap:hover .service-title a {
    color: #fff;
}

.services-section .services-wrap:hover .service-desc {
    color: #fff;
    transition: all 0.4s ease 0s;
}

.home2 .services-section .services-wrap {
    border-color: #f9f9f9;
    box-shadow: none;
}

.home2 .services-section .services-wrap .service-image {
    width: 170px;
    height: 140px;
    background: #fff;
    box-shadow: 0 0px 32px rgba(0, 0, 0, 0.07);
    border-radius: 2px;
    margin: 0 auto;
    position: relative;
}

.home2 .services-section .services-wrap .service-image img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.home2 .services-section .services-wrap:hover .service-image {
    background: #fff4f7;
}

.style2.services-section .services-wrap {
    border: 1px solid #f7f7f7;
    border-top: none;
    box-shadow: none;
}

.style2.services-section .services-wrap .service-image {
    width: 170px;
    height: 140px;
    background: #fff;
    box-shadow: 0 0px 32px rgba(0, 0, 0, 0.07);
    border-radius: 2px;
    margin: 0 auto;
    position: relative;
}

.style2.services-section .services-wrap .service-image img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.style2.services-section .services-wrap:hover .service-image {
    background: #fff4f7;
}

.home3 .services-section .services-wrap {
    border: 1px solid #f7f7f7;
    text-align: left;
    box-shadow: 0 0px 32px rgba(0, 0, 0, 0.07);
}

/* ----------------------------------
    10. History Section
-------------------------------------*/
#our-history {
    padding-top: 69px;
    padding-bottom: 48px;
}

.our-history .counter-wrap {
    text-align: center;
    box-shadow: 0 0px 32px rgba(0, 0, 0, 0.07);
    padding: 42px 25px 37px;
    border-radius: 8px;
    margin-bottom: 34px;
}

.our-history .counter-wrap .count-number {
    color: var(--main-color);
    font-size: 48px;
    font-weight: 700;
}

.our-history .counter-wrap .count-title {
    color: #818181;
    font-size: 24px;
    font-weight: 700;
    margin-top: 26px;
}

.our-history .play-video {
    position: relative;
    background: url(images/bg/video-bg2.png);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 363px;
}

.our-history .play-video .play-icon {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 99;
    width: 95px;
    height: 95px;
    left: 50%;
}

.our-history .play-video .play-icon .popup-video {
    position: static;
}

.our-history .play-video .play-icon .popup-video:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 95px;
    height: 95px;
    background: var(--bg-overlay-color);
    border-radius: 100%;
}

.our-history .play-video .play-icon .popup-video:before {
    content: "";
    position: absolute;
    left: 17px;
    top: 17px;
    display: block;
    width: 60px;
    height: 60px;
    background: url(images/play-icon2.png);
    background-repeat: no-repeat;
    z-index: 9;
}

.our-history .play-video .play-icon i {
    font-size: 80px;
}

.our-history.style2 .play-video {
    background: url(images/bg/home2-video.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.our-history.style2 .play-video .play-icon {
    top: 50%;
    transform: translate(-50%, -50%);
    width: 97px;
    text-align: center;
    z-index: 99;
    height: 97px;
    left: 50%;
}

.our-history.style2 .play-video .play-icon a {
    position: static;
}

.home2 .our-history .play-video {
    background: url(images/bg/home2-video.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.home2 .our-history .play-video .play-icon {
    top: 50%;
    transform: translate(-50%, -50%);
    width: 97px;
    text-align: center;
    z-index: 99;
    height: 97px;
    left: 50%;
}

.home2 .our-history .play-video .play-icon a {
    position: static;
}

.home3 .our-history .play-video {
    background: url(images/bg/counter.png);
    background-repeat: no-repeat;
    background-size: cover;
}

/* ----------------------------------
    11. Our Projects
-------------------------------------*/
#section-portfolio {
    padding-top: 68px;
    padding-bottom: 78px;
}

#section-portfolio2 {
    padding-top: 66px;
    padding-bottom: 78px;
}

.section-portfolio.project-full {
    padding: 100px 0px;
}

.section-portfolio.style2 {
    padding: 92px 0 100px;
}

.section-portfolio.project-page {
    padding: 100px 0 70px;
}

.section-portfolio.full-width {
    padding: 92px 0 100px;
}

.section-portfolio .loarmore {
    width: 100%;
    margin-top: 20px;
}

.section-portfolio .loarmore a {
    min-width: 160px;
    padding: 11px 15px;
    border-radius: 30px;
}

.section-portfolio .loarmore a:before {
    border-radius: 30px;
}

.section-portfolio .portfolio-filter {
    margin-bottom: 30px;
    text-align: center;
}

.section-portfolio .portfolio-filter button {
    background: transparent;
    position: relative;
    display: inline-block;
    border: 0;
    outline: none;
    color: #757575;
    font-weight: 700;
    font-size: 18px;
    font-family: 'Roboto', serif;
    transition: all .2s;
    margin: 0 12px 15px 0;
    cursor: pointer;
}

.section-portfolio .portfolio-filter button:hover,
.section-portfolio .portfolio-filter button.active {
    color: var(--main-color);
}

.section-portfolio .gallery-item {
    position: relative;
    overflow: hidden;
}

.section-portfolio .gallery-item .gallery-content {
    position: relative;
}

.section-portfolio .gallery-item .gallery-content:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    background: var(--bg-overlay-color);
    width: 80%;
    height: 80%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease 0s;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.section-portfolio .gallery-item .popup-text {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 42px;
    height: 42px;
    text-align: center;
    z-index: 1;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    opacity: 0;
    background: url(images/plus.png);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.section-portfolio .gallery-item .popup-text .display-table {
    padding: 30px;
}

.section-portfolio .gallery-item .portfolio-img img {
    width: 100%;
}

.section-portfolio .gallery-item .image-popup {
    margin-right: 15px;
}

.section-portfolio .gallery-item .glyph-icon:after,
.section-portfolio .gallery-item .glyph-icon:before {
    font-size: 24px;
    transition: all 0.4s ease 0s;
    margin-left: 0;
}

.section-portfolio .gallery-item .glyph-icon:hover:after,
.section-portfolio .gallery-item .glyph-icon:hover:before {
    color: #eb0247;
}

.section-portfolio .gallery-item .p-title {
    font-size: 20px;
    line-height: normal;
    margin-top: 14px;
    color: #fff;
    margin-bottom: 0;
}

.section-portfolio .gallery-item .p-title a {
    color: #fff;
}

.section-portfolio .gallery-item .p-title a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.section-portfolio .gallery-item .p-desc {
    font-size: 13px;
    color: #fff;
    margin-bottom: 0;
    margin-top: 8px;
    line-height: 20px;
}

.section-portfolio .gallery-item:hover .popup-text {
    opacity: 1;
}

.section-portfolio .gallery-item:hover .portfolio-content {
    opacity: 1;
    top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.section-portfolio .gallery-item:hover .gallery-content:after {
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
}

.section-portfolio .portfolio-item2 {
    text-align: center;
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    position: relative;
}

.section-portfolio .portfolio-item2:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.35s ease 0s;
}

.section-portfolio .portfolio-item2 .portfolio-content {
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    z-index: 10;
    padding: 10px;
}

.section-portfolio .portfolio-item2 .portfolio-content:after,
.section-portfolio .portfolio-item2 .portfolio-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
}

.section-portfolio .portfolio-item2 .portfolio-content:before {
    border-bottom: 3px solid var(--main-color);
    border-top: 3px solid var(--main-color);
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
}

.section-portfolio .portfolio-item2 .portfolio-content:after {
    border-left: 3px solid var(--main-color);
    border-right: 3px solid var(--main-color);
    transform: scale(1, 0);
    transform-origin: 100% 0 0;
}

.section-portfolio .portfolio-item2 .title {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    opacity: 0;
    position: relative;
    z-index: 10;
    transform: translate3d(0px, -50px, 0px);
    -webkit-transform: translate3d(0px, -50px, 0px);
    -ms-transform: translate3d(0px, -50px, 0px);
    transition: transform 0.5s ease 0s;
    -webkit-transition: transform 0.5s ease 0s;
    -ms-transition: transform 0.5s ease 0s;
}

.section-portfolio .portfolio-item2 .title a {
    color: #fff;
}

.section-portfolio .portfolio-item2 .title a:hover {
    color: var(--main-color);
}

.section-portfolio .portfolio-item2 .details {
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    padding: 10px;
    opacity: 0;
    font-size: 13px;
    transform: translate3d(0px, -50px, 0px);
    -webkit-transform: translate3d(0px, -50px, 0px);
    -ms-transform: translate3d(0px, -50px, 0px);
    transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
}

.section-portfolio .portfolio-item2 .icon {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    bottom: -20px;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.7s ease 0s;
}

.section-portfolio .portfolio-item2 .icon li {
    display: inline-block;
}

.section-portfolio .portfolio-item2 .icon li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid var(--main-color);
    font-size: 14px;
    color: #fff;
    margin: 5px;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
}

.section-portfolio .portfolio-item2:hover .inner-content {
    width: 100%;
    height: 100%;
}

.section-portfolio .portfolio-item2:hover:before {
    opacity: 1;
}

.section-portfolio .portfolio-item2:hover .portfolio-content:after,
.section-portfolio .portfolio-item2:hover .portfolio-content:before {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
    -ms-transition-delay: 0.15s;
}

.section-portfolio .portfolio-item2:hover .title {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}

.section-portfolio .portfolio-item2:hover .details {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
    -ms-transition-delay: 0.15s;
}

.section-portfolio .portfolio-item2:hover .icon {
    bottom: 0px;
    opacity: 1;
    transition-delay: 0.15s;
}

.section-portfolio .portfolio-item2:hover .icon li a:hover {
    background: var(--main-color);
    border-color: var(--main-color);
}

.section-portfolio .project-item {
    background: #f6f5f5;
    margin-bottom: 57px;
}

.section-portfolio .project-mb-0 {
    margin-bottom: 30px;
}

.section-portfolio .project-item .project-title {
    padding: 25px 15px;
}

.section-portfolio .project-item .project-title h4 {
    margin-bottom: 0;
    font-size: 24px;
}

.section-portfolio .project-item .project-desc {
    padding: 50px 25px 0;
}

.section-portfolio .project-item .project-btn {
    position: relative;
    top: 27px;
}

.section-portfolio .project-item .project-btn a {
    min-width: 165px;
}

.section-portfolio.portfolio2 .gallery-item .gallery-content::after {
    background: rgba(253, 61, 118, 0.9);
}

.section-portfolio.portfolio2 .gallery-item .popup-text {
    background: transparent;
    font-size: 24px;
    color: #fff;
    width: auto;
    height: auto;
}

.section-portfolio.portfolio2 .gallery-item .popup-text .sub-cat {
    margin-top: 5px;
}

.section-portfolio.portfolio2 .gallery-item .popup-text .sub-cat a {
    color: #2b2b2b;
}

.section-portfolio.portfolio2 .gallery-item .popup-text .sub-cat a:hover {
    text-decoration: underline !important;
}

.home2 .section-portfolio .gallery-item .gallery-content::after {
    background: rgba(253, 61, 118, 0.9);
}

.home2 .section-portfolio .gallery-item .popup-text {
    background: transparent;
    font-size: 24px;
    color: #fff;
    width: auto;
    height: auto;
}

.home2 .section-portfolio .gallery-item .popup-text .sub-cat {
    margin-top: 5px;
}

.home2 .section-portfolio .gallery-item .popup-text .sub-cat a {
    color: #2b2b2b;
}

.home2 .section-portfolio .gallery-item .popup-text .sub-cat a:hover {
    text-decoration: underline !important;
}

/* ----------------------------------
    12. Price Table
-------------------------------------*/
#price-table {
    padding-top: 69px;
    padding-bottom: 79px;
}

#price-table2 {
    padding-top: 68px;
    padding-bottom: 80px;
}

.pricing-table .price-package {
    margin-bottom: 50px;
    display: block;
    text-align: center;
    border-bottom: none;
}

.pricing-table .price-package li {
    display: inline-block;
    margin-right: 10px;
}

.pricing-table .price-package li:last-child {
    margin-right: 0;
}

.pricing-table .price-package li.active .light {
    border: 2px solid var(--main-color);
    color: #fff;
    background: var(--main-color);
}

.pricing-table .price-package .light {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: var(--main-color);
    box-shadow: none;
    min-width: 135px;
    padding: 7px 25px;
}

.pricing-table .price-package .light:hover {
    color: #fff;
    border: 2px solid var(--main-color);
    background: var(--main-color);
}

.pricing-table .price-item {
    box-shadow: 0 0px 32px rgba(0, 0, 0, 0.07);
    padding-bottom: 40px;
}

.pricing-table .price-item .price-header {
    background: var(--main-color);
    border-radius: 6px;
    padding: 30px;
}

.pricing-table .price-item .price-header h3 {
    font-size: 36px;
    color: #fff;
    margin: 0;
    letter-spacing: 1px;
}

.pricing-table .price-item .price-amount {
    margin-bottom: 40px;
}

.pricing-table .price-item .price-amount .amount {
    font-weight: 700;
    font-size: 48px;
    color: #2b2b2b;
    margin-top: 55px;
}

.pricing-table .price-item .price-amount .duration {
    color: #2b2b2b;
    margin-bottom: 20px;
    margin-top: 20px;
}

.pricing-table .price-item .price-feature ul li {
    color: #757575;
    margin-bottom: 18px;
}

.pricing-table .price-item .price-btn {
    margin: 40px;
}

.pricing-table .price-item .price-btn a {
    padding: 11px 25px;
    min-width: 165px;
}

.pricing-table .price-item .price-btn a.light {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: var(--main-color);
    box-shadow: none;
    min-width: 165px;
    padding: 10px 25px;
}

.pricing-table .price-item .price-btn a.light:hover {
    color: #fff;
    border: 2px solid var(--accent-color);
    background: var(--accent-color);
}

.pricing-table .price-item .price-bottom .more-info {
    margin-bottom: 18px;
}

.pricing-table .price-item .price-bottom .contact-btn {
    color: var(--main-color);
    font-weight: 700;
}

.pricing-table .price-item .price-bottom .contact-btn a:hover {
    text-decoration: underline !important;
}

.pricing-table.style2 .price-item .price-header {
    margin: 0;
    border-radius: 0;
    background: transparent;
    border-bottom: 1px solid var(--main-color);
}

.pricing-table.style2 .price-item .price-header h3 {
    color: var(--main-color);
}

.home2 .pricing-table .price-item .price-header {
    margin: 0;
    border-radius: 0;
    background: transparent;
    border-bottom: 1px solid var(--main-color);
}

.home2 .pricing-table .price-item .price-header h3 {
    color: var(--main-color);
}

.home3 .pricing-table {
    background: var(--main-color);
}

.home3 .pricing-table .section-heading {
    color: #fff;
}

.home3 .pricing-table .section-heading h2 {
    color: #fff;
}

.home3 .pricing-table .section-heading h2 span {
    color: #fff;
}

.home3 .pricing-table .price-item {
    background: #fff;
}

.home3 .pricing-table .price-package li.active .light {
    border: 2px solid #fff;
    color: var(--main-color);
    background: #fff;
}

.home3 .pricing-table .price-package .light:before {
    background: #fff !important;
}

.home3 .pricing-table .price-package .light:hover {
    border: 2px solid #fff !important;
    color: var(--main-color) !important;
    background: #fff !important;
}

.home3 .pricing-table .price-package .light:hover:before {
    background: #fff !important;
}

.tab-content > .active {
    display: block;
    opacity: 1;
}

/* ----------------------------------
    13. Team Section
-------------------------------------*/
#team-section {
    padding-top: 68px;
    padding-bottom: 55px;
}

.team-section .team-item {
    position: relative;
    padding-left: 45px;
}

.team-section .team-item .team-image {
    display: block;
    text-align: center;
}

.team-section .team-item .team-social {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.team-section .team-item .team-social ul li {
    display: block;
    float: none;
}

.team-section .team-item .team-social ul li + li {
    margin-top: 10px;
}

.team-section .team-item .team-social ul li a {
    font-size: 20px;
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: #fff;
    color: #999999;
    text-align: center;
    border-radius: 50%;
    transition: all 0.6s ease 0s;
    box-shadow: 0 0px 32px rgba(0, 0, 0, 0.07);
}

.team-section .team-item .team-social ul li a:hover {
    background: var(--main-color);
    color: #fff;
}

.team-section .team-name {
    background: url(images/team/name-bg.png);
    padding: 37px 8px;
    text-align: center;
    max-width: 287px;
    color: var(--main-color);
    font-weight: 700;
    margin: 0 auto 10px;
}

.team-section .team-name .name {
    line-height: 20px;
}

.team-section .team-name .designation {
    font-size: 14px;
}

/* -----------------------
    14. Newsletter Section
--------------------------*/
#newsletter-section {
    padding-top: 76px;
    padding-bottom: 75px;
}

.newsletter-section {
    position: relative;
    background: var(--tertiary-color);
}

.newsletter-section .newsletter-title h3 {
    color: var(--main-color);
    font-size: 24px;
    margin-bottom: 12px;
}

.newsletter-section .news-title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 22px;
}

.newsletter-section .news-note {
    margin-bottom: 0;
    display: block;
    color: #484848;
}

.newsletter-section .section-heading {
    margin-bottom: 40px;
}

.newsletter-section .news-form {
    position: relative;
    margin-top: 6px;
}

.newsletter-section .news-form:before {
    position: absolute;
    content: "";
    left: 28px;
    top: 15px;
    display: block;
    width: 29px;
    height: 29px;
    background: url(images/envelope.png);
}

.newsletter-section .news-form .form-input {
    width: 100%;
    height: 60px;
    padding: 6px 20px 6px 70px;
    background: #fff;
    outline: none;
    color: #757575;
    border: none;
}

.newsletter-section .news-form .form-input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #757575;
}

.newsletter-section .news-form .form-input::-moz-placeholder {
    /* Firefox 19+ */
    color: #757575;
}

.newsletter-section .news-form .form-input:-ms-input-placeholder {
    /* IE 10+ */
    color: #757575;
}

.newsletter-section .news-form .form-input:-moz-placeholder {
    /* Firefox 18- */
    color: #757575;
}

.newsletter-section .news-form .form-button {
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    padding: 0 40px;
    background-color: transparent;
    border: 0;
    color: var(--main-color);
    transition: all 0.4s ease 0s;
    border-left: 1px solid var(--secondary-color);
    cursor: pointer;
}

.newsletter-section .news-form .form-button i {
    font-size: 25px;
}

.newsletter-section .news-form .form-button:hover {
    color: #fff;
    background: var(--main-color);
}

/* -----------------------
    15. Blog Section
--------------------------*/
#blog-section {
    padding-top: 68px;
    padding-bottom: 30px;
}

.blog-section .pagination {
    margin: 0;
}

.blog-section .blog-item {
    padding-bottom: 50px;
}

.blog-section .blog-item .blog-img img {
    width: 100%;
}

.blog-section .blog-item .blog-details {
    padding: 25px 30px 45px 30px;
    box-shadow: 0 0px 32px rgba(0, 0, 0, 0.07);
}

.blog-section .blog-item .blog-details .blog-title {
    font-size: 24px;
    line-height: 36px;
}

.blog-section .blog-item .blog-details .blog-title a {
    color: #2b2b2b;
}

.blog-section .blog-item .blog-details .blog-title a:hover {
    color: var(--main-color);
}

.blog-section .blog-item .blog-details .blog-meta ul {
    text-align: left;
}

.blog-section .blog-item .blog-details .blog-meta ul li {
    display: inline-block;
    position: relative;
    padding-left: 50px;
}

.blog-section .blog-item .blog-details .blog-meta ul li.author {
    padding-right: 40px;
}

.blog-section .blog-item .blog-details .blog-meta ul li.author:before {
    position: absolute;
    content: "";
    left: -26px;
    top: -30px;
    display: block;
    width: 92px;
    height: 93px;
    background: url(images/author.png);
}

.blog-section .blog-item .blog-details .blog-meta ul li.date {
    padding-right: 40px;
    padding-left: 55px;
}

.blog-section .blog-item .blog-details .blog-meta ul li.date:before {
    position: absolute;
    content: "";
    left: -23px;
    top: -30px;
    display: block;
    width: 92px;
    height: 93px;
    background: url(images/clock.png);
}

.blog-section .blog-item .blog-details .blog-meta ul li.comment {
    padding-left: 55px;
}

.blog-section .blog-item .blog-details .blog-meta ul li.comment:before {
    position: absolute;
    content: "";
    left: -23px;
    top: -30px;
    display: block;
    width: 92px;
    height: 93px;
    background: url(images/comments.png);
}

.home2 .blog-section .blog-item .blog-details {
    padding: 20px 30px 6px 30px;
    border: 1px solid rgba(0, 0, 0, 0.07);
}

.home2 .blog-section .blog-item .blog-details .blog-meta {
    margin-top: 22px;
}

.home2 .blog-section .blog-item .blog-details .blog-meta ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}

.home2 .blog-section .blog-item .blog-details .blog-meta ul li.date {
    padding-right: 0;
}

.home2 .blog-section .blog-item .blog-details .blog-meta ul li.author {
    padding-right: 0;
}

.home2 .blog-section .owl-nav {
    display: none;
}

.blog-area {
    padding: 6rem 0;
}

.blog-area .siderbar-widget {
    margin-bottom: 70px;
}

.blog-area .siderbar-widget .bs-widget-title {
    font-size: 24px;
    margin-bottom: 8px;
    position: relative;
    padding-top: 28px;
}

.blog-area .siderbar-widget .bs-widget-title:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 50px;
    background: var(--main-color);
    left: 0;
    top: 0;
}

.blog-area .siderbar-widget ul li {
    border-bottom: 1px solid #dfdfdf;
    padding: 35px 12px 15px 34px;
    position: relative;
}

.blog-area .siderbar-widget ul li:before {
    position: absolute;
    content: "";
    display: block;
    top: 45px;
    left: 0;
    width: 12px;
    height: 12px;
    background: url(images/dot.png) no-repeat;
}

.blog-area .siderbar-widget ul li a {
    color: #757575;
}

.blog-area .siderbar-widget ul li a:hover {
    color: var(--main-color);
}

.blog-area .bs-posts .bs-widget-title {
    margin-bottom: 0px;
}

.blog-area .bs-caterories ul li,
.blog-area .bs-tags ul li {
    padding: 28px 12px 11px 34px;
}

.blog-area .bs-caterories ul li:before,
.blog-area .bs-tags ul li:before {
    top: 37px;
}

.blog-area .blog-item {
    margin-bottom: 32px;
}

.blog-area .blog-item .blog-figure {
    position: relative;
    overflow: hidden;
}

.blog-area .blog-item .blog-figure:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    background: var(--bg-overlay-color);
    width: 80%;
    height: 80%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease 0s;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.blog-area .blog-item .blog-figure .popup-link {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 42px;
    height: 42px;
    text-align: center;
    z-index: 1;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    opacity: 0;
    background: url(images/plus.png);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.blog-area .blog-item .blog-figure .popup-link .display-table {
    padding: 30px;
}

.blog-area .blog-item .blog-figure:hover:after {
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100%;
}

.blog-area .blog-item .blog-figure:hover .popup-link {
    opacity: 1;
}

.blog-area .blog-item .blog-desc .blog-title {
    font-weight: 400;
    font-size: 24px;
    margin-top: 21px;
}

.blog-area .blog-item .blog-desc .blog-title a {
    color: #2b2b2b;
}

.blog-area .blog-item .blog-desc .blog-title a:hover {
    color: var(--main-color);
}

.blog-area .blog-item .blog-desc .tags {
    text-align: left;
}

.blog-area .blog-item .blog-desc .tags li {
    display: inline-block;
    margin-right: 12px;
}

.blog-area .blog-item .blog-desc .tags li a {
    font-size: 14px;
    color: #afafaf;
    padding: 7px 22px;
    border: 1px solid #afafaf;
}

.blog-area .blog-item .blog-desc .tags li a:hover {
    background: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
}

.blog-area .pagination {
    text-align: left;
    padding: 2rem 0;
}

.blog-area .pagination li {
    display: inline-block;
    font-weight: 700;
    font-size: 24px;
    margin-right: 7px;
}

.blog-area .pagination li a {
    padding: 3px 14px;
    border: 1px solid #afafaf;
}

.blog-area .pagination li.active a,
.blog-area .pagination li:hover a {
    background: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
}

.blog-area .pagination li.next a {
    color: #2b2b2b;
}

.blog-area .pagination li.next a i {
    font-size: 16px;
    color: var(--main-color);
    position: relative;
    top: -1px;
    transition: all 0.4s ease 0s;
}

.blog-area .pagination li.next a:hover {
    background: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
}

.blog-area .pagination li.next a:hover i {
    color: #fff;
}

.blog-grid-page .blog-area .pagination {
    text-align: center;
}

.blog-details .blog-details-wrap .blog-desc .blog-title {
    font-size: 24px;
    margin-top: 35px;
    margin-bottom: 35px;
}

.blog-details .blog-details-wrap .blog-desc .tags {
    text-align: left;
    float: left;
}

.blog-details .blog-details-wrap .blog-desc .tags li {
    display: inline-block;
    margin-right: 12px;
}

.blog-details .blog-details-wrap .blog-desc .tags li a {
    font-size: 14px;
    color: #afafaf;
    padding: 7px 22px;
    border: 1px solid #afafaf;
}

.blog-details .blog-details-wrap .blog-desc .tags li a:hover {
    background: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
}

.blog-details .blog-details-wrap .blog-desc .blog-activities {
    float: right;
    text-align: left;
}

.blog-details .blog-details-wrap .blog-desc .blog-activities li {
    display: inline-block;
    padding-right: 30px;
}

.blog-details .blog-details-wrap .blog-desc .blog-activities li i {
    padding-right: 5px;
}

.blog-details .blog-details-wrap .blog-desc .blog-activities li:last-child {
    padding-right: 0;
}

.blog-details .blog-details-wrap .blog-desc .author {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 35px;
    margin-bottom: 30px;
}

.blog-details .blog-details-wrap .blog-desc .author .avatar {
    margin-top: 5px;
}

.blog-details .blog-details-wrap .blog-desc .author .author-info {
    padding-left: 18px;
}

.blog-details .blog-details-wrap .blog-desc .author .author-info .author-date {
    font-size: 14px;
}

.blog-details .blog-details-wrap .blog-desc .play-text {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 30px;
}

.blog-details .blog-details-wrap .blog-desc .play-text .text-play {
    padding-left: 30px;
}

.blog-details .blog-details-wrap .blog-desc .play-text .play-video {
    position: relative;
    background: url(images/bg/play-bg.png);
    width: 270px;
    height: 172px;
    background-size: 100%;
}

.blog-details .blog-details-wrap .blog-desc .play-text .play-video .play-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    z-index: 99;
}

.blog-details .blog-details-wrap .blog-desc .play-text .play-video .play-icon .popup-video {
    position: relative;
    right: 54px;
    bottom: 10px;
}

.blog-details .blog-details-wrap .blog-desc .play-text .play-video .play-icon .popup-video:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 75px;
    height: 75px;
    border-radius: 100%;
}

.blog-details .blog-details-wrap .blog-desc .play-text .play-video .play-icon .popup-video:before {
    content: "";
    position: absolute;
    left: 26px;
    top: 21px;
    display: block;
    width: 30px;
    height: 38px;
    border-radius: 100%;
    z-index: 9;
}

.blog-details .blog-details-wrap .blog-desc .play-text .play-video .play-icon i {
    font-size: 80px;
}

.blog-details .blog-details-wrap .blog-desc .share-post {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    padding-top: 6px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eee;
}

.blog-details .blog-details-wrap .blog-desc .share-post .share-title {
    font-size: 24px;
    color: #2b2b2b;
    padding-top: 8px;
    padding-left: 15px;
    position: relative;
}

.blog-details .blog-details-wrap .blog-desc .share-post .share-title:before {
    position: absolute;
    content: '';
    height: 48px;
    width: 2px;
    background: var(--main-color);
    left: 0;
    top: 0;
}

.blog-details .blog-details-wrap .blog-desc .share-post .share-media ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog-details .blog-details-wrap .blog-desc .share-post .share-media ul li {
    display: inline-block;
}

.blog-details .blog-details-wrap .blog-desc .share-post .share-media ul li + li {
    margin-left: 10px;
}

.blog-details .blog-details-wrap .blog-desc .share-post .share-media ul li a {
    font-size: 20px;
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: #fff;
    color: var(--main-color);
    text-align: center;
    border-radius: 50%;
    transition: all 0.6s ease 0s;
    box-shadow: 0 0px 32px rgba(0, 0, 0, 0.07);
}

.blog-details .blog-details-wrap .blog-desc .share-post .share-media ul li a:hover {
    background: var(--main-color);
    color: #fff;
}

.blog-details .comment-area {
    padding-top: 35px;
    max-width: 880px;
}

.blog-details .comment-area .comment-title {
    font-size: 30px;
    color: #2b2b2b;
    margin-bottom: 50px;
}

.blog-details .comment-area .comment-item li {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 65px;
}

.blog-details .comment-area .comment-item li:nth-child(2) {
    padding-left: 160px;
}

.blog-details .comment-area .comment-item li .avatar {
    width: 140px;
}

.blog-details .comment-area .comment-item li .author-info {
    width: calc(100% - 140px);
    padding-left: 20px;
}

.author-info .author-name {
    color: #2b2b2b;
    font-weight: bold;
}

.author-info .author-date {
    font-size: 14px;
    color: var(--main-color);
    line-height: 22px;
    margin-bottom: 18px;
}

.blog-details .comment-area .comment-item li .reply-text {
    text-align: right;
    margin-top: -30px;
    position: relative;
    font-size: 14px;
    bottom: 15px;
}

.blog-details .comment-area .comment-item li .reply-text a:hover {
    text-decoration: underline !important;
}

.blog-details .comment-form {
    max-width: 770px;
    margin-bottom: 20px;
}

.blog-details .comment-form .comment-title {
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 53px;
}

.blog-details .comment-form .contact-form .form-field {
    margin-bottom: 40px;
}

.blog-details .comment-form .contact-form .form-field input {
    border-color: #e6e6e6;
    box-shadow: 0 18px 15px -2px rgba(0, 0, 0, 0.08);
    font-size: 14px;
}

.blog-details .comment-form .contact-form .form-field textarea {
    border-color: #e6e6e6;
    box-shadow: 0 18px 15px -2px rgba(0, 0, 0, 0.08);
    font-size: 14px;
    height: 200px;
}

.owl-nav {
    text-align: center;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    background: #1A1F27;
    padding: 0px 13px;
    color: #ffffff;
    display: inline-block;
    transition: all 0.4s ease 0s;
    margin: 5px;
    font-size: 16px;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    background: var(--main-color);
}

.owl-nav .owl-prev {
    border-radius: 30px 0px 0px 30px;
}

.owl-nav .owl-next {
    border-radius: 0 30px 30px 0;
}

/* -----------------------
    16. Testimonial
--------------------------*/
#testimonial-section {
    padding-top: 67px;
    padding-bottom: 60px;
}

.testimonial-section {
    position: relative;
}

.testimonial-section .section-heading {
    margin-bottom: 30px;
}

.testimonial-section .single-text {
    position: relative;
    z-index: 111;
    width: 750px;
    margin: 0 auto;
}

.testimonial-section .single-text p {
    margin-bottom: 10px;
    font-style: italic;
}

.testimonial-section .single-text .author-info {
    padding-top: 25px;
}

.testimonial-section .single-text .author {
    color: var(--main-color);
}

.testimonial-section .single-text .designation {
    color: #2b2b2b;
}

.testimonial-section .single-text .author-image {
    margin-bottom: 15px;
}

.testimonial-section .single-text .author-image img {
    width: auto;
    display: inline-block;
}

.testimonial-section .single-text .author-image span {
    color: #bbb;
}

.testimonial-section .single-text .social-icons ul {
    margin-top: 10px;
}

.testimonial-section .single-text .social-icons ul li {
    display: inline-block;
}

.testimonial-section .single-text .social-icons ul li + li {
    margin-left: 4px;
}

.testimonial-section .single-text .social-icons ul li a {
    font-size: 13px;
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border: 1px solid var(--main-color);
    text-align: center;
    border-radius: 50%;
    color: #fff;
    transition: all 0.4s ease 0s;
}

.testimonial-section .single-text .social-icons ul li a:hover {
    background: var(--main-color);
    color: #fff;
}

.testimonial-section .single-text .social-icons ul li a.facebook {
    background: #3b5999;
    border-color: #3b5999;
}

.testimonial-section .single-text .social-icons ul li a.google {
    background: #d04333;
    border-color: #d04333;
}

.testimonial-section .single-text .social-icons ul li a.twitter {
    background: #3aa9e0;
    border-color: #3aa9e0;
}

.testimonial-section .single-text .social-icons ul li a.pinterest {
    background: #bd081c;
    border-color: #bd081c;
}

.testimonial-section .owl-dots {
    position: absolute;
    bottom: -13px;
    left: 50%;
    z-index: 111;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.testimonial-section .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #fff;
    transition: all 0.4s ease 0s;
    margin: 4px;
}

.testimonial-section .owl-dots .owl-dot.active,
.testimonial-section .owl-dots .owl-dot:hover {
    background: var(--main-color);
}

.testimonial-section .owl-nav {
    margin-top: 22px;
}

.testimonial-section .owl-nav .owl-prev {
    background: url(images/testimonial/arrow-left.png);
    width: 104px;
    height: 88px;
    margin: 0;
    position: relative;
    left: 10px;
}

.testimonial-section .owl-nav .owl-next {
    background: url(images/testimonial/arrow-right.png);
    width: 104px;
    height: 88px;
    margin: 0;
    position: relative;
    right: 10px;
}

.testimonial-section .testmonial-text .owl-prev,
.testimonial-section .testmonial-text .owl-next {
    display: inline-block;
    position: absolute;
    left: 47%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    cursor: pointer;
    border: 1px solid var(--main-color);
    transition: all 0.4s ease 0s;
    background: #ccc;
    background: var(--main-color);
}

.testimonial-section .testmonial-text .owl-prev:hover,
.testimonial-section .testmonial-text .owl-next:hover {
    background: transparent;
    color: var(--main-color);
}

.testimonial-section .testmonial-text .owl-next {
    left: auto;
    right: 47%;
}

.testimonial-section.testimonial2 .section-heading {
    margin-bottom: 50px;
}

.testimonial-section.testimonial2 .single-text .author-image {
    margin-bottom: 42px;
}

.home2 .testimonial-section .section-heading {
    margin-bottom: 50px;
}

.home2 .testimonial-section .single-text .author-image {
    margin-bottom: 42px;
}

.home3 .testimonial-section .section-heading {
    margin-bottom: 50px;
}

.home3 .testimonial-section .single-text .author-image {
    margin-bottom: 42px;
}

.about-us-page .video-section {
    padding: 6rem 0;
}

.about-us-page .about-section {
    padding-top: 0;
    padding-bottom: 0;
}

/* ----------------------------------
    17. Pricing Tables
-------------------------------------*/
.pricing-table-section ul.price-list {
    line-height: 16px;
    overflow: hidden;
    margin: 0;
    padding: 0 22px 25px;
    background: #f7f8fa;
    border: 1px solid #d7d8da;
    transition: all 0.25s linear;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.19);
    list-style: none;
}

.pricing-table-section ul.price-list li {
    padding: 14px;
    border-top: 1px solid #d9d9d9;
    overflow: hidden;
    text-align: center;
}

.pricing-table-section ul.price-list li:first-child {
    border-top: none;
}

.pricing-table-section ul.price-list li .fa-check {
    font-size: 21px;
    line-height: 23px;
    margin: 0 16px 0 0;
}

.pricing-table-section ul.price-list li.heading {
    font-size: 24px;
    line-height: 26px;
    color: #fff;
    font-weight: 800;
    padding: 27px 27px 24px;
    margin: 0 -22px;
    background: #2b2b2b;
}

.pricing-table-section ul.price-list li.heading span.flaticons {
    color: var(--main-color);
    float: left;
    transition: all 0.25s linear;
}

.pricing-table-section ul.price-list li.heading span.flaticons:after,
.pricing-table-section ul.price-list li.heading span.flaticons:before {
    font-size: 40px;
    top: 6px;
    position: relative;
}

.pricing-table-section ul.price-list li.heading .align-left {
    float: left;
    padding: 0 0 0 25px;
}

.pricing-table-section ul.price-list li.heading .align-left span.txt {
    font-size: 11px;
    line-height: 13px;
    font-weight: 300;
    display: block;
    padding: 4px 0 0;
}

.pricing-table-section ul.price-list li.price {
    padding: 30px 23px 24px;
    position: relative;
    border: none;
    transition: all 0.25s linear;
    text-align: center;
    font-family: 'Roboto', serif;
}

.pricing-table-section ul.price-list li.price .txt {
    color: #2b2b2b;
    display: inline-block;
    vertical-align: bottom;
}

.pricing-table-section ul.price-list li.price .txt sup {
    color: var(--main-color);
    font-size: 28px;
    display: inline-block;
    top: -15px;
    left: 5px;
    font-weight: 700;
}

.pricing-table-section ul.price-list li.price .txt .dolar {
    font-weight: 700;
    font-size: 40px;
}

.pricing-table-section ul.price-list li.price .txt .per-month {
    font-size: 22px;
    font-weight: normal;
}

.pricing-table-section ul.price-list li.price .txt2 {
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    color: #8f95a1;
    margin: 0 0 2px -6px;
    display: inline-block;
    vertical-align: bottom;
}

.pricing-table-section ul.price-list li.button {
    padding: 40px 0 5px;
    text-align: center;
}

.pricing-table-section ul.price-list li.button a {
    padding: 11px 25px;
}

.pricing-table-section ul.price-list li.border {
    border: none;
}

.pricing-table-section ul.price-list:hover {
    border: 1px solid var(--main-color);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.19);
}

.pricing-table-section2 {
    padding: 92px 0 100px;
    background: #f0f0f0;
}

.pricing-table-section2 .single-pricingtable {
    background: #fff;
    overflow: hidden;
}

.pricing-table-section2 .single-pricingtable .pricingTable-header {
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.pricing-table-section2 .single-pricingtable .pricingTable-header:before {
    content: "";
    width: 100%;
    height: 150%;
    background: #071528;
    position: absolute;
    top: -90%;
    left: -20%;
    z-index: -1;
    transform: rotate(-42deg);
}

.pricing-table-section2 .single-pricingtable .pricingTable-header:after {
    content: "";
    width: 100%;
    height: 190%;
    background: #2b2b2b;
    position: absolute;
    top: -76%;
    right: -16%;
    z-index: -2;
    transform: rotate(20deg);
}

.pricing-table-section2 .single-pricingtable .price-value {
    display: inline-block;
    width: 50%;
    padding: 30px 0;
    float: left;
    font-size: 30px;
    color: #fff;
    line-height: 20px;
    position: relative;
    top: 10px;
    left: 20px;
}

.pricing-table-section2 .single-pricingtable .currency {
    font-size: 20px;
    position: relative;
    top: -10px;
    right: -3px;
}

.pricing-table-section2 .single-pricingtable .title {
    display: inline-block;
    width: 50%;
    padding: 30px 0;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 20px;
    text-transform: uppercase;
    position: relative;
    top: 10px;
    right: 7px;
}

.pricing-table-section2 .single-pricingtable .pricing-content {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    text-align: center;
    clear: both;
}

.pricing-table-section2 .single-pricingtable .pricing-content li {
    font-size: 17px;
    color: #828282;
    line-height: 40px;
}

.pricing-table-section2 .single-pricingtable.secondary-bg .primary-btn {
    border-color: #2b2b2b;
    color: #2b2b2b;
}

.pricing-table-section2 .single-pricingtable.secondary-bg .primary-btn:before {
    background: #2b2b2b;
}

.pricing-table-section2 .single-pricingtable.secondary-bg .primary-btn:hover {
    color: #ffffff;
}

.pricing-table-section2 .single-pricingtable.primary-bg .pricingTable-header:before {
    background: #b68318;
}

.pricing-table-section2 .single-pricingtable.primary-bg .pricingTable-header:after {
    background: var(--main-color);
}

.pricing-table-section2 .single-pricingtable .btn-area {
    margin-bottom: 20px;
}

.pricing-table-section2 .single-pricingtable:hover .pricingTable-signup:hover:before,
.pricing-table-section2 .single-pricingtable:hover .pricingTable-signup:after {
    border-width: 150px 262px;
}

/* -----------------------
    17. Other Css Section
--------------------------*/
.team-section .pagination {
    margin: 0;
}

.team-section .single-member {
    position: relative;
}

.team-section .single-member figure {
    overflow: hidden;
}

.team-section .single-member h3 {
    padding: 0;
    text-align: center;
    color: #fff;
}

.team-section .single-member h3 a {
    padding: 0;
    text-align: center;
    color: #fff;
}

.team-section .single-member .overlay {
    opacity: 0;
    background-color: rgba(8, 8, 8, 0.8);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: 50% 50% 0;
    -webkit-transform-origin: 50% 50% 0;
    transition: all 0.5s;
}

.team-section .single-member .overlay .overlay-element {
    text-align: center;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.team-section .single-member .overlay .overlay-element .detail-link {
    padding-bottom: 70px;
    display: block;
}

.team-section .single-member .overlay .overlay-element .detail-link a .glyph-icon {
    transition: all 0.4s ease 0s;
}

.team-section .single-member .overlay .overlay-element .detail-link a .glyph-icon:after,
.team-section .single-member .overlay .overlay-element .detail-link a .glyph-icon:before {
    font-size: 24px;
}

.team-section .single-member .overlay .overlay-element .detail-link a .glyph-icon:hover {
    color: #eb0247;
}

.team-section .single-member:hover .overlay {
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.team-section .single-member .name-title {
    text-align: center;
    padding: 14px 8px 12px;
    position: relative;
    background: #2b2b2b;
}

.team-section .single-member .name-title h3 {
    margin-bottom: 3px;
    font-size: 18px;
    text-transform: uppercase;
}

.team-section .single-member .name-title h3 a {
    color: #fff;
}

.team-section .single-member .name-title h3 a:hover {
    color: var(--main-color);
}

.team-section .single-member .name-title .member-title {
    color: #fff;
    font-style: italic;
    line-height: 23px;
}

.team-section .single-member .social-icons {
    text-align: center;
}

.team-section .single-member .social-icons a {
    background: var(--main-color);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: all 0.7s ease 0s;
    width: 30px;
    margin-right: 2px;
}

.team-section .single-member .social-icons a:hover {
    border-radius: 0;
}

.team-section .single-member .social-icons a:last-child {
    margin-right: 0;
}

.owl-navigation-yes {
    padding-top: 50px;
}

.owl-navigation-yes .owl-nav {
    position: absolute;
    right: 0;
    top: -40px;
}

.owl-navigation-yes .owl-nav [class*="owl-"] {
    font-size: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #131313;
    border: 1px solid #d7d7d7;
    display: inline-block;
    position: relative;
    transition: all 0.4s ease 0s;
}

.owl-navigation-yes .owl-nav [class*="owl-"]:before {
    font-family: FontAwesome;
    position: absolute;
    font-size: 26px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.owl-navigation-yes .owl-nav [class*="owl-"].owl-prev {
    left: -8px;
}

.owl-navigation-yes .owl-nav [class*="owl-"].owl-prev:before {
    content: "\f104";
}

.owl-navigation-yes .owl-nav [class*="owl-"].owl-next:before {
    content: "\f105";
    margin-left: 2px;
}

.owl-navigation-yes .owl-nav [class*="owl-"]:hover {
    color: var(--main-color);
    border-color: var(--main-color);
}

.team-section4 .pagination {
    margin-bottom: 0;
}

.team-section4 .our-team {
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.team-section4 .our-team:after,
.team-section4 .our-team:before {
    content: "";
    width: 130px;
    height: 150px;
    background: var(--main-color);
    position: absolute;
    z-index: -1;
}

.team-section4 .our-team:after {
    top: -20px;
    right: 0;
}

.team-section4 .our-team:before {
    bottom: -20px;
    left: 0;
}

.team-section4 .our-team .pic {
    margin: 20px;
    position: relative;
    border: 3px solid var(--main-color);
    transition: all 0.5s ease 0s;
}

.team-section4 .our-team .pic:after {
    content: "";
    width: 100%;
    height: 0;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform-origin: 0 0 0;
    transition: all 0.5s ease 0s;
}

.team-section4 .our-team img {
    width: 100%;
    height: auto;
}

.team-section4 .our-team .team-content {
    width: 100%;
    position: absolute;
    top: 5%;
    left: 0;
    transition: all 0.5s ease 0.2s;
    opacity: 0;
    visibility: hidden;
}

.team-section4 .our-team .title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}

.team-section4 .our-team .title a {
    color: #ffffff;
}

.team-section4 .our-team .title a:hover {
    color: var(--main-color);
}

.team-section4 .our-team .post {
    font-size: 14pp;
    line-height: 26px;
    color: var(--main-color);
    text-transform: capitalize;
    font-style: italic;
}

.team-section4 .our-team .social {
    padding: 0;
    margin: 40px 0 0 0;
    list-style: none;
}

.team-section4 .our-team .social li {
    display: inline-block;
}

.team-section4 .our-team .social li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    font-size: 18px;
    color: #ffffff;
    margin: 0 5px;
    background: var(--main-color);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.team-section4 .our-team .social li a:hover {
    background: var(--main-color);
    border-radius: 0;
}

.team-section4 .our-team:hover .pic {
    border-color: #33343e;
}

.team-section4 .our-team:hover .pic:after {
    height: 100%;
    opacity: 0.7;
}

.team-section4 .our-team:hover .team-content {
    top: 38%;
    visibility: visible;
    opacity: 1;
}

.team-section.team-section2 .single-member {
    overflow: hidden;
    border-bottom: 3px solid var(--main-color);
}

.team-section.team-section2 .single-member .personal-details {
    bottom: -48px;
    position: absolute;
    width: 100%;
    background: #2b2b2b;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
}

.team-section.team-section2 .single-member .personal-details .name-title {
    padding-top: 20px;
}

.team-section.team-section2 .single-member .personal-details .name-title .member-title {
    color: var(--main-color);
}

.team-section.team-section2 .single-member .personal-details .social-icons {
    padding: 5px 0 15px;
}

.team-section.team-section2 .single-member:hover .personal-details {
    bottom: 0;
}

/* ------------------------------------
    21. Breadcrumbs Section
  ---------------------------------------*/
.breadcrumbs-section .breadcrumb-inner {
    padding: 2rem;
    box-shadow: 1px 1px 5px 0px #e3e3e3;
    border-radius: 8px;
    text-align: center;
}

.breadcrumbs-section .breadcrumb-inner .breadcrumb-title {
    font-weight: 400;
    font-size: 50px;
    margin-bottom: 0;
}

/* ------------------------------------
    22. Blog Details
  ---------------------------------------*/
.em-blog-details .bs-title {
    margin-top: 30px;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 5px;
}

.em-blog-details .bs-img img {
    width: 100%;
}

.em-blog-details .bs-meta {
    font-size: 13px;
}

.em-blog-details .bs-meta li {
    display: inline-block;
    line-height: 10px;
}

.em-blog-details .bs-meta li + li {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #ddd;
}

.em-blog-details .bs-meta li a {
    color: #505050;
}

.em-blog-details .bs-desc {
    margin-top: 20px;
}

.em-blog-details .blockquote {
    padding-left: 30px;
    border-left: 5px solid #444;
    display: block;
    font-size: 16px;
    line-height: 1.5;
    margin: 25px 0;
}

.em-blog-details .related-post {
    margin-top: 40px;
}

.em-blog-details .related-post .related-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 25px;
}

.em-blog-details .author-block {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 45px;
    border: 1px solid var(--main-color);
    padding: 35px;
}

.em-blog-details .author-block .author-img {
    margin-right: 35px;
}

.em-blog-details .author-block .author-title {
    margin-bottom: 15px;
    font-size: 20px;
}

.em-blog-details .author-block .author-title a {
    color: #212121;
}

.em-blog-details .author-block p {
    margin-bottom: 15px;
}

.em-blog-details .comment-form {
    margin-top: 50px;
}

.em-blog-details .comment-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 25px;
}

.em-blog-details .comment-block {
    margin-top: 50px;
}

.em-blog-details .comment-block .comment {
    padding: 25px;
    background: #fff;
    -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.2);
    margin-bottom: 35px;
}

.em-blog-details .comment-block .comment .comment-header {
    margin-bottom: 10px;
}

.em-blog-details .comment-block .comment .comment-header:before,
.em-blog-details .comment-block .comment .comment-header:after {
    content: "";
    display: table;
}

.em-blog-details .comment-block .comment .comment-header:after {
    clear: both;
}

.em-blog-details .comment-block .comment img {
    float: left;
    margin-right: 15px;
}

.em-blog-details .comment-block .comment h3 {
    margin: 5px 0 0 0;
    font-size: 16px;
    line-height: 22px;
}

.em-blog-details .comment-block .comment .comment-body p.desc {
    margin-bottom: 10px;
}

.em-blog-details .comment-block .comment .comment-reply {
    margin-bottom: 0;
}

.team-section .owl-nav,
.blog-section .owl-nav {
    text-align: center;
    position: absolute;
    top: -50px;
    right: 0;
}

.team-section .owl-nav .owl-prev,
.blog-section .owl-nav .owl-prev,
.team-section .owl-nav .owl-next,
.blog-section .owl-nav .owl-next {
    background: #1A1F27;
    padding: 3px 13px;
    color: #ffffff;
    display: inline-block;
    transition: all 0.4s ease 0s;
    margin: 0 0 0 5px;
}

.team-section .owl-nav .owl-prev:hover,
.blog-section .owl-nav .owl-prev:hover,
.team-section .owl-nav .owl-next:hover,
.blog-section .owl-nav .owl-next:hover {
    background: var(--main-color);
}

/*------------------------------------
    23. Blog Sidebar 
---------------------------------------*/
.blog-sidebar-area .bs-widget-title {
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #505050;
}

.blog-sidebar-area h3.headding-border {
    font-size: 22px;
}

.blog-sidebar-area .bs-search {
    overflow: hidden;
    position: relative;
}

.blog-sidebar-area .bs-search input {
    border: 1px solid var(--main-color);
    color: #000000;
    padding: 10px;
    width: 100%;
}

.blog-sidebar-area .bs-search button {
    background: transparent;
    border: medium none;
    color: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    font-size: 16px;
    outline: none;
    background: var(--main-color);
    width: 40px;
    height: 100%;
}

.blog-sidebar-area .bs-caterories ul li {
    padding: 10px 10px 10px 0;
    border-top: 1px solid #e5e5e5;
}

.blog-sidebar-area .bs-caterories ul li a {
    color: #505050;
}

.blog-sidebar-area .bs-caterories ul li a:hover {
    color: var(--main-color);
}

.blog-sidebar-area .bs-caterories ul li span {
    float: right;
}

.blog-sidebar-area .bs-caterories ul li:first-child {
    border-top: none;
    padding-top: 0;
}

.blog-sidebar-area .bs-latest-post .post-item {
    margin-bottom: 30px;
    overflow: hidden;
}

.blog-sidebar-area .bs-latest-post .post-item .post-images {
    float: left;
    width: 30%;
    margin-right: 20px;
}

.blog-sidebar-area .bs-latest-post .post-item .post-desc {
    overflow: hidden;
}

.blog-sidebar-area .bs-latest-post .post-item .post-desc .title {
    display: block;
    margin: 0 0 3px;
    color: #444444;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.blog-sidebar-area .bs-latest-post .post-item .post-desc .title:hover {
    color: var(--main-color);
}

.blog-sidebar-area .bs-latest-post .post-item .post-desc span {
    display: block;
    font-size: 13px;
    color: #777777;
}

.blog-sidebar-area .bs-latest-post .post-item .post-desc i {
    color: #777777;
    font-size: 13px;
}

.blog-sidebar-area .bs-latest-post .post-item .post-desc i.fa-star-o {
    color: #2b2b2b;
}

.blog-sidebar-area .bs-tags a {
    display: inline-block;
    margin: 0 3px 7px 0;
    line-height: 20px;
    padding: 3px 8px;
    font-size: 13px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #2b2b2b;
    border: 1px solid var(--main-color);
    border-radius: 2px;
}

.blog-sidebar-area .bs-tags a:hover {
    background-color: var(--main-color);
    color: #fff;
}

.blog-sidebar-area .sidebar-meta ul#meta-link {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.blog-sidebar-area .sidebar-meta ul#meta-link a {
    display: block;
    font-size: 14px;
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid #e8e8e8;
    color: #505050;
    transition: all 0.4s ease 0s;
}

.blog-sidebar-area .sidebar-meta ul#meta-link a:hover {
    color: var(--main-color);
}

/* -----------------------
24. About Page Section
--------------------------*/
.about-page-section {
    padding: 100px 0 70px;
}

.about-page-section .about-company ul#services-list li {
    padding-left: 25px;
    padding-bottom: 20px;
}

.about-page-section .about-company ul#services-list li:last-child {
    padding-bottom: 0;
}

.about-page-section .about-company ul#services-list li h4 {
    margin: 0 0 10px;
    font-weight: 500;
}

.about-page-section .about-company h3 {
    margin-bottom: 10px;
}

.about-page-section .cm-history img {
    margin-bottom: 20px;
}

.about-page-section .feature-list ul li {
    display: block;
    position: relative;
}

.about-page-section .feature-list ul li span.feature-border {
    font-size: 60px;
    left: 25px;
    border-left: 1px dashed var(--main-color);
    height: 100%;
    top: 0.8em;
    display: block;
    position: absolute;
    width: 0;
    margin: 0 auto;
}

.about-page-section .feature-list ul li .feature-icon,
.about-page-section .feature-list ul li .feature-content {
    display: table-cell;
    vertical-align: top;
}

.about-page-section .feature-list ul li .feature-icon {
    margin-right: 10px;
}

.about-page-section .feature-list ul li .feature-icon i {
    font-size: 20px;
    background: var(--main-color);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    color: #fff;
    margin-right: 20px;
}

.about-page-section .feature-list ul li .feature-content h4 {
    margin: 0 0 10px;
}

.about-page-section .feature-list ul li:last-child span.feature-border {
    border-left: none;
}

.about-page-section ul#services-list {
    margin-left: -20px;
}

.about-page-section ul#services-list li {
    display: block;
    margin-left: 20px;
}

.about-page-section .about-history img.about-ceo {
    border: 6px solid #999999;
}

.about-page-section .about-history .info-dateils h2 {
    margin: 0 0 8px;
    color: var(--main-color);
    font-weight: 500;
}

.about-page-section .about-history .info-dateils span {
    margin: 0 0 12px;
    display: block;
}

.about-page-section .about-history .info-dateils span i {
    color: var(--main-color);
    margin-right: 5px;
}

.about-page-section .about-history .social-info li {
    display: block;
    background: #ddd;
    margin-bottom: 2px;
}

.about-page-section .about-history .social-info li:list-child {
    margin-bottom: 0;
}

.about-page-section .about-history .social-info li i {
    background: #2b2b2b;
    color: #ffffff;
    display: inline-block;
    height: 44px;
    width: 44px;
    text-align: center;
    line-height: 44px;
    margin-right: 6px;
}

.about-page-section .about-history .info-decs p:last-child {
    margin-bottom: 0;
}

.about-page-section .about-details h5,
.about-page .about-details h5 {
    font-size: 18px;
    margin: 0 0 10px;
    font-style: italic;
}

.about-page-section .about-details h3,
.about-page .about-details h3 {
    font-weight: 600;
    margin: 0 0 15px;
}

.about-page-section .about-details h4,
.about-page .about-details h4 {
    font-weight: 400;
    line-height: 28px;
    font-size: 22px;
    color: #505050;
}

.about-page-section .cm-history img,
.about-page .cm-history img {
    margin-bottom: 20px;
}

.about-page-section .cm-history h3,
.about-page .cm-history h3 {
    margin-bottom: 20px;
}

.about-page-section .cm-history p:last-child,
.about-page .cm-history p:last-child {
    margin-bottom: 0;
}

.about-page-section .play-video,
.about-page .play-video {
    position: relative;
    background: url(images/bg/video-bg2.jpg);
    background-size: auto auto;
    width: 100%;
    height: 375px;
    background-size: cover;
}

.about-page-section .play-video .play-icon,
.about-page .play-video .play-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    z-index: 99;
}

.about-page-section .play-video .play-icon i,
.about-page .play-video .play-icon i {
    font-size: 80px;
}

.about-page-section .play-video:after,
.about-page .play-video:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease 0s;
}

.about-us-box {
    background: #2d3740;
    color: #ffffff;
}

.about-us-box .section-heading {
    margin-bottom: 20px;
}

.about-us-box .section-heading h2 {
    color: #ffffff;
    position: relative;
    text-align: left;
    text-transform: capitalize;
}

.about-us-box .section-heading h2:after {
    left: 0;
    margin-left: 0;
    width: 190px;
}

.about-us-box .section-heading h2:before {
    left: 0;
    transform: translatex(0);
    width: 80px;
}

.about-us-box .ab-who-are p,
.about-us-box .about-list .ab-desc span,
.about-us-box .ab-priotites p {
    font-size: 14px;
    color: #ddd;
    line-height: 20px;
}

.about-us-box .about-list {
    overflow: hidden;
    margin-bottom: 30px;
}

.about-us-box .about-list.last {
    margin-bottom: 0;
}

.about-us-box .about-list .ab-icon {
    float: left;
    margin-right: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: var(--main-color);
    text-align: center;
    border-radius: 50%;
}

.about-us-box .about-list .ab-icon i,
.about-us-box .about-list .ab-icon i:before {
    font-size: 18px;
    color: #fff;
    margin-left: 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.about-us-box .about-list .ab-desc {
    display: block;
    overflow: hidden;
}

.about-us-box .about-list .ab-desc h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

.about-us-box .about-list .ab-desc h4 a {
    color: #ffffff;
}

.about-us-box .about-list .ab-desc span {
    font-style: italic;
}

.about-us-box .about-list:hover i,
.about-us-box .about-list:hover i:before {
    color: #000;
}

.about-us-box .about-list:hover .ab-desc a {
    color: var(--main-color);
}

.about-us-box .ab-who-are h2 {
    font-size: 20px;
    font-weight: 400;
    margin: 20px 0 20px;
    text-transform: uppercase;
}

.about-us-box .ab-who-are p:last-child {
    margin-bottom: 0;
}

.ab-history {
    background: #222;
}

.ab-history .headding-border {
    color: #ffffff;
    margin: 0 0 40px;
}

.ab-history .history-year .history-list {
    position: relative;
    padding-bottom: 30px;
}

.ab-history .history-year .history-list .left-icon {
    float: left;
    padding-right: 30px;
    position: relative;
    z-index: 11;
}

.ab-history .history-year .history-list .left-icon i {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-style: 25px;
    background: var(--main-color);
    color: #fff;
    text-align: center;
    border-radius: 50%;
}

.ab-history .history-year .history-list .hitory-details {
    overflow: hidden;
}

.ab-history .history-year .history-list .hitory-details h4 {
    color: #fff;
    margin: 0 0 10px;
    font-size: 25px;
}

.ab-history .history-year .history-list .hitory-details p {
    margin-bottom: 0;
    color: #ddd;
}

.ab-history .history-year .history-list:before {
    font-size: 60px;
    position: absolute;
    content: "";
    left: 22px;
    border-left: 1px dashed var(--main-color);
    height: 100%;
    width: 1px;
    top: 0;
    z-index: 1;
}

.ab-history .history-year .history-list:last-child:before {
    border-left: 0px;
}

.about-page-section3 {
    padding-bottom: 92px;
}

/* -----------------------
    18. Contact Us
--------------------------*/
.contact-area .left-contact {
    box-shadow: 0 0px 32px rgba(0, 0, 0, 0.07);
    padding: 2rem;
    text-align: center;
}

.contact-area .left-contact .left-contact-info {
    margin-bottom: 42px;
    color: #2b2b2b;
}

.contact-area .left-contact .left-contact-info a {
    color: #2b2b2b;
    display: block;
}

.contact-area .left-contact .left-contact-info a:hover {
    color: var(--main-color);
}

.contact-area .left-contact .left-contact-info:last-child {
    margin-bottom: 0;
}

.contact-area .left-contact .left-contact-info .icon {
    background: var(--main-color);
    color: #fff;
    padding: 12px 15px;
    max-width: 75px;
    font-size: 25px;
    margin: 0 auto 20px;
}

.contact-area .contact-form {
    box-shadow: 0 0px 32px rgba(0, 0, 0, 0.07);
    padding: 2rem;
}

.contact-area .contact-form .form-field {
    margin-bottom: 24px;
}

.contact-area .contact-form .form-field input {
    border-color: #e6e6e6;
    height: 60px;
    padding: 5px 30px;
}

.contact-area .contact-form .form-field textarea {
    border-color: #e6e6e6;
    padding: 20px 30px;
}

.contact-area .contact-form .form-button {
    margin-top: 25px;
}

.contact-area .contact-form .form-button button {
    box-shadow: none;
}

.contact-form .form-field {
    margin-bottom: 30px;
    position: relative;
}

.contact-form .form-field i {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
}

.contact-form .form-field input {
    width: 100%;
    height: 45px;
    padding: 5px 15px;
    border: 1px solid #d2d2d2;
}

.contact-form .form-field input:focus {
    border-color: var(--main-color);
    outline: none;
}

.contact-form .form-field textarea {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #d2d2d2;
    height: 160px;
}

.contact-form .form-field textarea:focus {
    border-color: var(--main-color);
    outline: none;
}

.contact-form .form-button {
    margin-top: 50px;
}

.contact-form .form-button button {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: var(--main-color);
    box-shadow: none;
    min-width: 165px;
    padding: 10px 25px;
    border: none;
    border-radius: 4px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.4s ease 0s;
    box-shadow: 0 18px 15px -2px rgba(0, 0, 0, 0.08);
}

.contact-form .form-button button:hover {
    background: var(--main-color);
    color: #fff;
}

.onepage-gap #g-map {
    height: 580px;
}

/* -----------------------
    19. Footer Section 
--------------------------*/
.footer {
    background-color: var(--quaternary-color);
    color: #828282;
}

.footer .footer-title {
    margin-bottom: 18px;
    padding-bottom: 8px;
    color: #2b2b2b;
    font-size: 20px;
    position: relative;
    font-family: 'Roboto', serif;
    font-weight: 700;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 30px;
}

.footer .footer-top .about-widget .contact-info {
    font-weight: 700;
    margin-bottom: 12px;
}

.footer .footer-top .about-widget .contact-info a {
    color: #828282;
}

.footer .footer-top .about-widget .contact-info a:hover {
    color: var(--main-color);
}

.footer .footer-top .about-widget img {
    margin-bottom: 40px;
}

.footer .footer-top .about-widget a.readmore:hover {
    text-decoration: underline;
}

.footer .footer-top .footer-bottom-share {
    margin-top: 32px;
}

.footer .footer-top .footer-bottom-share ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer .footer-top .footer-bottom-share ul li {
    display: inline-block;
}

.footer .footer-top .footer-bottom-share ul li + li {
    margin-left: 10px;
}

.footer .footer-top .footer-bottom-share ul li a {
    font-size: 20px;
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: #fff;
    color: var(--main-color);
    text-align: center;
    border-radius: 50%;
    transition: all 0.6s ease 0s;
    box-shadow: 0 0px 32px rgba(0, 0, 0, 0.07);
}

.footer .footer-top .footer-bottom-share ul li a:hover {
    background: var(--main-color);
    color: #fff;
}

.footer .footer-top .news-form {
    max-width: 710px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.footer .footer-top .news-form .form-input {
    width: 100%;
    height: 42px;
    padding: 5px 15px;
    background: transparent;
    outline: none;
    color: #fff;
    border: 1px solid var(--main-color);
}

.footer .footer-top .news-form .form-input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #bbb;
}

.footer .footer-top .news-form .form-input::-moz-placeholder {
    color: #bbb;
}

.footer .footer-top .news-form .form-input:-ms-input-placeholder {
    color: #bbb;
}

.footer .footer-top .news-form .form-input:-moz-placeholder {
    color: #bbb;
}

.footer .footer-top .news-form .form-button {
    position: absolute;
    top: 0;
    right: 0;
    height: 42px;
    background-color: var(--main-color);
    border: 0;
    padding: 0 20px;
    color: #fff;
    transition: all 0.4s ease 0s;
}

.footer .footer-top .news-form .form-button:hover {
    color: #2b2b2b;
}

.footer .footer-top .sitemap-widget li {
    line-height: 30px;
    margin-bottom: 10px;
}

.footer .footer-top .sitemap-widget li a {
    color: #828282;
    display: inline-block;
    position: relative;
}

.footer .footer-top .sitemap-widget li a:hover,
.footer .footer-top .sitemap-widget li a:focus {
    color: var(--main-color);
}

.footer .footer-top .sitemap-widget li a .fa {
    padding-right: 10px;
}

.footer .footer-top .twitter-posts .twitter-item {
    margin-bottom: 35px;
    overflow: hidden;
}

.footer .footer-top .twitter-posts .twitter-item:last-child {
    margin-bottom: 0;
}

.footer .footer-top .twitter-posts .twitter-item .twitter-image {
    float: left;
    width: 40%;
    margin-top: 8px;
}

.footer .footer-top .twitter-posts .twitter-item .twitter-title {
    float: left;
    width: 60%;
    line-height: 25px;
    padding-left: 14px;
}

.footer .footer-top .twitter-posts .twitter-item .twitter-title a {
    font-size: 16px;
    color: #757575;
}

.footer .footer-top .twitter-posts .twitter-item .twitter-title a:hover {
    color: var(--main-color);
}

.footer .footer-top .footer-info ul li {
    border-radius: 3px;
    padding: 7px 12px 7px 44px;
    position: relative;
    border: 1px solid #4a4c4c;
    margin-top: 6px;
}

.footer .footer-top .footer-info ul li:after {
    border-right: 1px solid #4a4c4c;
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 31px;
}

.footer .footer-top .footer-info ul li .f-info {
    display: flex;
}

.footer .footer-top .footer-info ul li .f-info p {
    margin-bottom: 0;
}

.footer .footer-top .footer-info ul li .f-info i {
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 31px;
    color: #7f7f7f;
}

.footer .footer-top .footer-info ul li .f-info a {
    color: #bbb;
}

.footer .footer-top .footer-info ul li .f-info a:hover {
    color: var(--main-color);
}

.footer .footer-top .recent-post ul li {
    display: block;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    padding: 10px 0;
}

.footer .footer-top .recent-post ul li:first-child {
    padding-top: 0;
}

.footer .footer-top .recent-post ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.footer .footer-top .recent-post ul li a {
    color: #bbb;
    transition: all 0.4s ease 0s;
}

.footer .footer-top .recent-post ul li a:hover {
    color: var(--main-color);
}

.footer .footer-top .recent-post ul li .date {
    display: block;
    color: #7f7f7f;
    padding-top: 6px;
    font-size: 13px;
}

.footer .footer-top .recent-post ul li .date i {
    font-size: 13px;
    padding-right: 5px;
}

.footer .footer-top .recent-project li {
    display: inline-block;
    margin: 2px 3px;
    overflow: hidden;
    position: relative;
    width: 78px;
}

.footer .footer-top .recent-project li img {
    height: auto;
    max-width: 90px;
    width: 100%;
}

.footer .footer-top .recent-project li a {
    display: block;
}

.footer .footer-top .recent-project li a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease 0s;
}

.footer .footer-top .recent-project li a:hover:after {
    opacity: 1;
}

.footer .footer-bottom {
    padding: 33px 0;
    background: var(--main-color);
}

.footer .footer-bottom .copyright p {
    margin-bottom: 0;
    color: #fff;
}

.footer .footer-bottom .copyright a {
    color: #fff;
}

.footer .footer-bottom .copyright a:hover,
.footer .footer-bottom .copyright a:focus {
    color: var(--main-color);
}

.footer.onepage-footer {
    margin-top: -300px;
}

.footer.onepage-footer .footer-bottom {
    background: #2b2b2b;
    padding-top: 30px;
    padding-bottom: 50px;
}

.footer.onepage-footer .all-container {
    background: #2b2b2b;
    overflow: hidden;
}

.footer.onepage-footer h2 {
    text-transform: uppercase;
}

.footer.onepage-footer .contact-details {
    padding: 70px;
    background: #2b2b2b;
    color: #ffffff;
}

.footer.onepage-footer .contact-details h2 {
    color: #ffffff;
}

.footer.onepage-footer .contact-details p {
    margin: 0 0 45px;
}

.footer.onepage-footer .contact-details .address-item {
    overflow: hidden;
    margin-bottom: 30px;
}

.footer.onepage-footer .contact-details .address-item .address-icon {
    float: left;
    margin-right: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #fff;
}

.footer.onepage-footer .contact-details .address-item .address-content {
    overflow: hidden;
}

.footer.onepage-footer .contact-details ul#social-icons {
    margin-top: 40px;
}

.footer.onepage-footer .contact-details ul#social-icons li {
    display: inline-block;
    margin-right: 5px;
}

.footer.onepage-footer .contact-details ul#social-icons li i {
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 13px;
    line-height: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
}

.footer.onepage-footer .contact-details ul#social-icons li i:hover {
    background: #fff;
    color: var(--main-color);
    border-radius: 0;
}

.footer.onepage-footer .contact-form {
    background: #f5f5f5;
    padding: 70px;
}

.footer.onepage-footer .contact-form input,
.footer.onepage-footer .contact-form textarea {
    margin: 0 0 10px;
}

.footer.onepage-footer .contact-form .form-field {
    margin-bottom: 15px;
}

.footer.onepage-footer .contact-form textarea {
    height: 114px;
}

.footer.onepage-footer .contact-form input[type="submit"]:hover {
    background: #2b2b2b;
    border-color: #2b2b2b;
}

#form-messages.success {
    margin-bottom: 30px;
}

.banner-section,
.callto__action,
.about-section,
.work-process,
.services-section,
.our-history,
.section-portfolio,
.pricing-table,
.team-section,
.blog-section,
.testimonial-section,
.newsletter-section,
.footer .footer-top,
.about-us-page .video-section,
.blog-area,
.contact-area {
    padding-top: 82px;
    padding-bottom: 47px;
}

/* -----------------------
    20. Preloader CSS
--------------------------*/
#loader-wrapper {
    background-color: var(--main-color);
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0;
    top: 0;
    z-index: 9999999;
}

.spinner {
    height: 40px;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.spinner > div {
    background-color: #fff;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
    }
}

@keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}

/* -----------------------
    27. Gallery Section
--------------------------*/
.gallery-section .pagination {
    margin-top: 0;
}

.gallery-section .gallery-item {
    overflow: hidden;
}

.gallery-section .gallery-item .gallery-img {
    position: relative;
    overflow: hidden;
}

.gallery-section .gallery-item .gallery-img img {
    width: 100%;
    transform: scale(1);
    transition: all 2s;
}

.gallery-section .gallery-item .gallery-img .gallery-img-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 10;
    padding: 20px;
    -webkit-transition: 0.5s all ease-out;
    transition: 0.5s all ease-out;
    opacity: 0;
    visibility: hidden;
}

.gallery-section .gallery-item .gallery-img .gallery-img-content:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
    -webkit-transition: .25s opacity ease;
    transition: all 0.4s ease 0s;
}

.gallery-section .gallery-item .gallery-img .gallery-img-content .gallery-link {
    display: inline-block;
    font-size: 25px;
    color: var(--main-color);
    margin: 8px;
    transition: all .3s ease 0s;
}

.gallery-section .gallery-item .gallery-img .gallery-img-content .gallery-link:hover {
    opacity: 0.6;
}

.gallery-section .gallery-item:hover .gallery-img img {
    transform: scale(1.15);
}

.gallery-section .gallery-item:hover .gallery-img-content {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.mini-carts {
    float: right;
    font-size: 14px;
}

.mini-carts .cart-icons i {
    color: #2b2b2b;
}

.mini-carts .cart-icons span {
    position: relative;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 10px;
    background: #eea303;
    display: inline-block;
    bottom: 12px;
    right: 6px;
}

.mini-carts .minicart-details {
    padding-bottom: 10px;
    position: absolute;
    box-shadow: 0 0 5px #333;
    width: 300px;
    background: #ffffff;
    color: #2b2b2b;
    top: 130%;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    right: 0;
    z-index: 9999;
}

.mini-carts .minicart-details:before {
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    bottom: 100%;
    right: 8px;
    border: solid transparent;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: -8px;
}

.mini-carts .minicart-details.show-cartmenu {
    opacity: 1;
    visibility: visible;
}

.mini-carts .minicart-details .top-title h4 {
    margin-bottom: 10px;
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    color: #505050;
}

.mini-carts .minicart-details .mini-product {
    padding: 10px 15px;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #ddd;
}

.mini-carts .minicart-details .mini-product .cart-image {
    display: table-cell;
    float: left;
    line-height: 4;
}

.mini-carts .minicart-details .mini-product .cart-image img {
    width: 60px;
    padding-right: 15px;
}

.mini-carts .minicart-details .mini-product .product-title {
    overflow: hidden;
    line-height: 22px;
}

.mini-carts .minicart-details .mini-product .product-title a {
    font-size: 14px;
    color: #2b2b2b;
    font-weight: 600;
}

.mini-carts .minicart-details .mini-product .product-title a:hover {
    color: var(--main-color);
}

.mini-carts .minicart-details .mini-product .product-title .chose-pro {
    font-size: 12px;
}

.mini-carts .minicart-details .mini-product .product-title .cart-price span {
    margin-right: 12px;
}

.mini-carts .minicart-details .mini-product .product-title .cart-price strong {
    font-weight: 600;
}

.mini-carts .minicart-details .mini-product .close-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    line-height: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.mini-carts .minicart-details .mini-product .close-icon a {
    color: var(--main-color) !important;
}

.mini-carts .minicart-details .total-price {
    overflow: hidden;
    padding: 0 15px;
    border-top: 1px solid #ddd;
    text-align: center;
}

.mini-carts .minicart-details .total-price h4 {
    text-align: center;
    margin-top: 15px;
    font-weight: 700;
    font-size: 16px;
}

.mini-carts .minicart-details .total-price a {
    display: inline-block !important;
    padding: 10px 18px;
    text-align: center;
    border: 0;
    line-height: 15px;
    font-size: 13px;
}

.mini-carts .minicart-details .total-price .primary-btn1 {
    background: #2b2b2b;
    color: var(--main-color);
}

.mini-carts .minicart-details .total-price .primary-btn1:hover {
    color: #ffffff !important;
    background: var(--main-color);
}

.mini-carts .minicart-details .total-price .primary-btn2 {
    color: #fff;
    background: var(--main-color);
}

.mini-carts .minicart-details .total-price .primary-btn2:hover {
    background: #2b2b2b;
}

.header-bottom .mini-carts .minicart-details {
    top: 106%;
}

.header-bottom .mini-carts .minicart-details .total-price h4 {
    margin-bottom: 0;
}

/* ------------------------------------
30.404 Page 
---------------------------------------*/
.error-page-area {
    padding: 0;
    text-align: center;
}

.error-page-area .error-page {
    background: #f9f9f9;
    padding: 50px 0 100px;
}

.error-page-area .error-page h1 {
    font-size: 250px;
    color: #2b2b2b;
    line-height: 250px;
}

.error-page-area .error-page p {
    font-size: 18px;
    color: #2b2b2b;
    font-weight: 500;
    letter-spacing: 3px;
    margin-bottom: 44px;
}

.error-page-area .error-page-message {
    margin-top: 0;
}

.error-page-area .error-page-message p {
    font-size: 18px;
    color: #000000;
}

.error-page-area .error-page-message .home-page a {
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    color: #ffffff;
    background: var(--main-color);
    padding: 15px 35px;
    transition: all 0.4s ease 0s;
}

.error-page-area .error-page-message .home-page a:hover {
    background: #2b2b2b;
    color: #ffffff;
}

/* -----------------------
    32. Scroll Up
--------------------------*/
#scrollUp {
    text-align: center;
    bottom: 40px;
    cursor: pointer;
    display: none !important;
    position: fixed;
    right: 40px;
    z-index: 10;
}

#scrollUp i {
    border: 1px solid var(--main-color);
    height: 40px;
    font-size: 24px;
    width: 42px;
    color: var(--main-color);
    line-height: 36px;
    transition: all 0.4s ease 0s;
    margin-left: 2px;
}

#scrollUp i:hover {
    color: #fff;
    background-color: var(--main-color);
}
