/***************************************************************************************************************
||||||||||||||||||||||||||       MASTER STYLESHEET FOR WAZORS           ||||||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||                TABLE OF CONTENT               |||||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************

01. Imported styles
02. Flaticon reset styles
03. Header styles
04. Mainmenu styles
05. Rev_slider_wrapper styles
66. Call to action area Style
07. Categories area style
08. Fact counter area style
09. Latest Blog area style
10. Latest blog area style 
11. Testimonial area style
12. Brand area style
13. Single service style
14. Pricing table area style
15. About page style
16. Account page style
17. 404 page style style
18. Blog page style
19. Blog single style
20. Contact page style

****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/



@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');





@import url(../css/animate.css);
@import url(../css/bootstrap-select.min.css);
@import url(../css/icomoon.css);
@import url(../css/jquery.bootstrap-touchspin.css);
@import url(../css/jquery.fancybox.min.css);
@import url(../css/jquery.mCustomScrollbar.min.css);
@import url(../css/nouislider.css);
@import url(../css/nouislider.pips.css);
@import url(../css/polyglot-language-switcher.css);
@import url(../css/timePicker.css);
@import url(../css/slick.css);
@import url(../css/jquery.bxslider.css);
@import url(../css/jquery-ui.css);
@import url(../css/tinyscrollbar.css);
@import url(../css/twentytwenty.css);
@import url(../css/date-picker.css);

@import url(../css/module-css/about-section.css);
@import url(../css/module-css/banner-section.css);
@import url(../css/module-css/featured-section.css);
@import url(../css/module-css/service-section.css);
@import url(../css/module-css/project-section.css);
@import url(../css/module-css/breadcrumb-section.css);
@import url(../css/module-css/blog-section.css);
@import url(../css/module-css/testimonial-section.css);
@import url(../css/module-css/fact-counter-section.css);
@import url(../css/module-css/partner-section.css);
@import url(../css/module-css/welcome-section.css);
@import url(../css/module-css/choose-section.css);
@import url(../css/module-css/team-section.css);
@import url(../css/module-css/faq-section.css);




/*==============================================
   Base Css
===============================================*/
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
}

html,
body {
    height: 100%;
}

body {
    color: #84827c;
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
    font-family: 'Work Sans', sans-serif;
}

button:focus {
    outline: none;
}

button {
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333029;
    font-weight: 700;
    font-family: 'Work Sans', sans-serif;
    margin: 0;
}

h3 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
}

h4 {}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    border: none;
}

img.lazy-image {
    background: url(../images/icon/image-bg.svg) center center no-repeat;
}

img.lazy-image.loaded {
    background-image: none;
}

.owl-theme img.lazy-image.loaded {
    height: auto;
    opacity: 1;
}



/* Tiny Scrollbar */
#scrollbar1 {
    width: 500px;
    margin: 0;
}

#scrollbar1 .viewport {
    position: relative;
    overflow: hidden;
    width: 500px;
    height: 870px;
}

#scrollbar1 .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    max-width: 500px;
    width: 100%;
    height: 100%;
}

.parallax-scene {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#scrollbar1 .scrollbar {
    position: absolute;
    top: 0;
    right: -30px;
    background: #02c18d;
    width: 10px;
}

#scrollbar1 .track {
    background: url(../images/icon/bg-scrollbar-trackend-y.png) no-repeat 0 100%;
    height: 100%;
    width: 10px;
    position: relative;
    padding: 0;
}

#scrollbar1 .thumb {
    background: url(../images/icon/bg-scrollbar-thumb-y.png) no-repeat 50% 100%;
    background-image: none;
    height: 20px;
    width: 10px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0px;
    opacity: 1;
}

#scrollbar1 .thumb .end {
    background: #353742 no-repeat 50% 0;
    overflow: hidden;
    height: 120px;
    width: 10px;
}

#scrollbar1 .disable {
    display: none;
}

.noSelect {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}




@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.fix {
    position: relative;
    display: block;
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.map-data {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
    padding: 5px 10px 5px;
}

.map-data a {
    color: #0b59d9;
    display: block;
}

.map-data h6 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
    color: #121212;
}



.gradient-bgclr {
    background: rgba(217, 169, 91, 0);
    background: -moz-linear-gradient(top, rgba(217, 169, 91, 0) 0%, rgba(217, 169, 91, 0) 22%, rgba(217, 169, 91, 0.37) 51%, rgba(217, 169, 91, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(217, 169, 91, 0)), color-stop(22%, rgba(217, 169, 91, 0)), color-stop(51%, rgba(217, 169, 91, 0.37)), color-stop(100%, rgba(217, 169, 91, 1)));
    background: -webkit-linear-gradient(top, rgba(217, 169, 91, 0) 0%, rgba(217, 169, 91, 0) 22%, rgba(217, 169, 91, 0.37) 51%, rgba(217, 169, 91, 1) 100%);
    background: -o-linear-gradient(top, rgba(217, 169, 91, 0) 0%, rgba(217, 169, 91, 0) 22%, rgba(217, 169, 91, 0.37) 51%, rgba(217, 169, 91, 1) 100%);
    background: -ms-linear-gradient(top, rgba(217, 169, 91, 0) 0%, rgba(217, 169, 91, 0) 22%, rgba(217, 169, 91, 0.37) 51%, rgba(217, 169, 91, 1) 100%);
    background: linear-gradient(to bottom, rgba(217, 169, 91, 0) 0%, rgba(217, 169, 91, 0) 22%, rgba(217, 169, 91, 0.37) 51%, rgba(217, 169, 91, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b19800', endColorstr='#b19800', GradientType=0);
}


i {
    font-style: normal;
}

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

ol,
li {
    margin: 0;
    padding: 0;
}

.clr1 {
    color: #f36727;
}

.bgclr1 {
    background: #f36727;
}


.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}



.btn-one {
    position: relative;
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
    color: #ffffff;
    font-size: 16px;
    line-height: 50px;
    font-weight: 700;
    text-transform: capitalize;
    background: #333029;
    border-radius: 30px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-family: 'Work Sans', sans-serif;
}

.btn-one:after {
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    content: "";
    border-radius: 30px;
    transform: scaleY(0.0) rotateX(0deg);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.btn-one:hover:after {
    transform: scaleY(1.0) rotateX(0deg);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.btn-one .txt {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
}

.btn-one:hover,
.btn-one:focus {
    color: #ffffff;
}


.btn-one.style2 {
    color: #ffffff;
}

.btn-one.style2:after {
    background: #23211b;
}

.sec-title {
    position: relative;
    display: block;
    margin-top: -10px;
}

.sec-title .sub-title {
    position: relative;
    display: block;
    padding-bottom: 8px;
}

.sec-title .sub-title h3 {
    position: relative;
    display: inline-block;
    color: #84827d;
    font-size: 18px;
    line-height: 1.0em;
    font-weight: 500;
}

.sec-title .sub-title h3:before {
    position: absolute;
    left: 0;
    bottom: -4px;
    right: 0;
    height: 2px;
    content: "";
}

.sec-title h2 {
    font-size: 46px;
    line-height: 1.2em;
    font-weight: 800;
}


.sec-title.style2 .sub-title h3 {
    color: #a4a097;
}

.sec-title.style2 h2 {
    color: #ffffff;
}












.parallax-bg-one {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.parallax-bg-one::before {
    background: rgba(18, 32, 0, 0.90) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}



/*___ owl Nav Dot Style _____*/
.owl-theme .owl-prev span,
.owl-theme .owl-next span {
    display: block;
}





.owl-nav-style-one {}

.owl-nav-style-one.owl-theme .owl-prev span,
.owl-nav-style-one.owl-theme .owl-next span {
    position: relative;
    display: block;
}

.owl-nav-style-one .owl-controls {}

.owl-nav-style-one.owl-theme .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}

.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    top: -140px;
    right: 0;
    z-index: 10;
    display: block;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 2px solid;
    border-radius: 15px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 56px;
    margin: 0 0 0 0px;
    padding: 0;
    transition: all 700ms ease 0s;
}

.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
    transform: rotate(90deg);
}

.owl-nav-style-one.owl-theme .owl-nav .owl-next {
    margin-left: 20px;
    transform: rotate(-90deg);
}





.owl-nav-style-two {}

.owl-nav-style-two .owl-controls {}

.owl-nav-style-two.owl-theme .owl-nav [class*="owl-"] {
    background: #fff none repeat scroll 0 0;
    border-radius: 0%;
    color: #3740b0;
    font-size: 24px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin: 0 0 0 0px;
    padding: 0;
    width: 50px;
    transition: all 700ms ease 0s;
}

.owl-nav-style-two.owl-theme .owl-nav .owl-next {
    margin-left: 0px;
}

.owl-nav-style-two.owl-theme .owl-nav [class*="owl-"]:hover {
    color: #ffffff;
    background: #3740b0;
}



.owl-carousel.owl-dot-style1 .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}

.owl-carousel.owl-dot-style1 .owl-dots {
    position: relative;
    text-align: center;
    line-height: 0;
    margin-top: 20px !important;
    display: block;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 11px;
    height: 11px;
    border: 0px solid transparent;
    background: #c1c0be;
    margin: 0px 5px;
    padding: 0px;
    border-radius: 50%;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot span {
    display: none;
}


.blog-style2-area.element-page .owl-carousel.owl-dot-style1 .owl-dots {
    margin-top: 0px !important;
}

.blog-style2-area.element-page .owl-carousel.owl-dot-style1 .owl-stage-outer {
    padding-bottom: 50px;
}




@keyframes pulse {
    50% {
        box-shadow: 0 0 0 5px rgba(255, 255, 255, .1),
            0 0 0 20px rgba(238, 238, 238, 0.3000);
    }
}

@keyframes pulse2 {
    50% {
        box-shadow: 0 0 0 5px rgba(255, 231, 1, .1),
            0 0 0 20px rgba(255, 231, 1, 0.3000);
    }
}

.rating-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.rating-box ul {
    overflow: hidden;
}

.rating-box ul li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 5px;
}

.rating-box ul li:last-child {
    margin-right: 0;
}

.rating-box ul li a {
    color: #fcbc38;
    font-size: 20px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}




.boxed_wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden !important;
    background: #ffffff none repeat scroll 0 0;
    width: 100%;
    min-width: 320px;
}









/*=============== Boxed-Layout =============*/
.boxed_wrapper_box_page {
    position: relative;
    overflow-x: hidden;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}

.body_switcher {
    position: fixed;
    top: 150px;
    z-index: 9999999;
    left: -200px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.body_switcher .body_switch_btn {
    position: absolute;
    right: -50px;
    z-index: -1;
}

.body_switcher .body_switch_btn button {
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 24px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.80);
    cursor: pointer;
    transition: all 500ms ease;
}


.body_switcher .boxed_switch_menu {
    position: relative;
    background: #fff;
    width: 200px;
    padding: 25px 15px 20px;
    text-align: center;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
}

.body_switcher .boxed_switch_menu h5 {
    color: #222222;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0px;
}

.body_switcher.switcher-show {
    left: 0;
}

.body_switcher .boxed_switch_menu .switch_body .box {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    margin-top: 15px;
}

.body_switcher .boxed_switch_menu .switch_body .box>div {
    width: 80px;
    height: 50px;
    background: #fff;
    border: 2px solid #999;
}

.body_switcher .boxed_switch_menu .switch_body .box>div>span {
    display: block;
    width: 60px;
    height: 100%;
    margin: 0 auto;
    background: #fff;
    border-left: 2px solid #e5e5e5;
    border-right: 2px solid #e5e5e5;
}

.body_switcher .boxed_switch_menu .switch_body .box p {
    position: relative;
    display: block;
    color: #999;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin: 7px 0 0;
}

.main_page.active_boxlayout {
    max-width: 1550px;
    width: 100%;
    min-width: 300px;
    margin: 0 auto;
    background: url(../images/pattern/body-pattern.png) #f8f8f8;
    background-attachment: fixed;
    background-repeat: repeat;
    background-position: center;
    overflow-x: hidden;
}



/*=============== Color-Layout =============*/
.switcher {
    position: fixed;
    top: 220px;
    z-index: 99;
}

.switcher .switch_btn {
    position: absolute;
    top: 0px;
    right: -50px;
    z-index: -1;
}

.switcher .switch_btn button {
    width: 50px;
    height: 50px;
    color: #fff;
    line-height: 50px;
    cursor: pointer;
    border-radius: 0;
    margin-left: 0;
    transition: all 500ms ease;
    background: rgba(0, 0, 0, 0.90);
}

.switcher .switch_menu {
    position: absolute;
    width: 190px;
    height: 30px;
    background: transparent;
    display: none;
    top: 0px;
    left: 60px;
    bottom: 0;
    margin: 10px 0;
}

.switcher #styleOptions li {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 3px;
}

.switcher #styleOptions li:last-child {
    margin-right: 0;
}

.switcher #styleOptions li a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 0 0 0px #fff;
}

.switcher #styleOptions li a.blue-color {
    background: #6377ee;
}

.switcher #styleOptions li a.pink-color {
    background: #ff6ec7;
}

.switcher #styleOptions li a.violet-color {
    background: #6936d8;
}

.switcher #styleOptions li a.crimson-color {
    background: #ba0913;
}

.switcher #styleOptions li a.orange-color {
    background: #FFA500;
}



/*________________Preloader_______________ */
.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999999999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/preloader.gif);
}

.preloader.style-two {
    background-image: url(../images/icon/preloader-1.gif);
}





/*** Scroll To Top style ***/
.scroll-top {
    position: fixed;
    right: 15px;
    bottom: 20px;
    width: 55px;
    height: 55px;
    color: #ffffff;
    border-radius: 5px;
    font-size: 20px;
    line-height: 55px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    display: none;
    cursor: pointer;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 999999999;
}

.scroll-top span {}

.scroll-top:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    z-index: -1;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll-top:hover {
    color: #f8f8f8;
}

.scroll-top.style2 {
    position: absolute;
    left: 0;
    top: -20px;
    right: 0;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border-radius: 5px;
    background-color: #0098ff;
    border: none;
    text-align: center;
    animation: auto;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-size: 20px;
    line-height: 40px;
    font-weight: 400;
}













/* Form validation styles */
input:focus,
textarea:focus,
select:focus {
    border-color: #43c3ea;
    outline: none;
}

#contact-form input[type="text"].error {
    border-color: red;
}

#contact-form input[type="email"].error {
    border-color: red;
}

#contact-form select.error {
    border-color: red;
}

#contact-form textarea.error {
    border-color: red;
}




/* Post pagination styles */
.post-pagination {
    position: relative;
    display: block;
}

.post-pagination.martop20 {
    margin-top: 20px;
}

.post-pagination li {
    position: relative;
    display: inline-block;
    margin: 0 3px;
}

.post-pagination li a {
    position: relative;
    display: block;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 2px solid #eeeeee;
    color: #131313;
    font-size: 18px;
    line-height: 56px;
    font-weight: 600;
    transition: all 500ms ease 0s;
    font-family: 'Poppins', sans-serif;
}

.post-pagination li a i {
    color: #c1c1c1;
    font-size: 22px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.post-pagination li.active a,
.post-pagination li:hover a {
    background: #fec727;
    border-color: #fec727;
}

.post-pagination li.active a i,
.post-pagination li:hover a i {
    color: #131313;
}


.post-pagination.style2 li a {
    border-radius: 0;
}




.secpd100-0 {
    padding: 100px 0;
}



/* Overlay styles */
.overlay-style-one {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    opacity: 0;
    z-index: 1;
}




.overlay-style-one.bg3 {
    background-color: rgba(0, 83, 153, 0.90);
}

.overlay-style-one .box {
    display: table;
    height: 100%;
    width: 100%;
}

.overlay-style-one .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.overlay-style-one .box .inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.overlay-style-two {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    z-index: 2;
    opacity: 0;
    transition: all 900ms ease;
}

.overlay-style-two:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    transition: all 0.5s;
    background-color: rgba(18, 18, 18, 0.90);
}

.overlay-style-two:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: perspective(400px) rotateX(90deg);
    transform-origin: bottom;
    transition: all 0.5s;
    background-color: rgba(18, 18, 18, 0.90);
}


.overlay-style1 {
    position: absolute;
    top: 0;
    left: -100%;
    bottom: 0;
    width: 100%;
    opacity: 0;
    transform-origin: top;
    transform-style: preserve-3d;
    transition: all 0.9s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    z-index: 1;
}

.overlay-style1.bg1 {
    background-color: rgba(0, 0, 0, 0.70);
}

.overlay-style2 {
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.70);
    transform: skew(0deg, 0deg) scale(1.2, 1.2);
    transition: all 0.9s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    z-index: 1;
}



.review-box {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 16px;
}

.review-box ul {
    display: block;
    overflow: hidden;
}

.review-box ul li {
    display: inline-block;
    float: left;
    margin-right: 3px;
}

.review-box ul li:last-child {
    margin-right: 0px;
}

.review-box ul li i {
    color: #f6d000;
    font-size: 18px;
}


.social-links-style1 {
    position: relative;
    display: block;
    overflow: hidden;
}

.social-links-style1 li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.social-links-style1 li:last-child {
    margin-right: 0px;
}

.social-links-style1 li a i {
    position: relative;
    display: block;
    background: #f4f5f7;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #353742;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
    transition: all 500ms ease;
}

.social-links-style1 li a:hover i {
    color: #ffffff;
    background: #02c18d;
}


.sociallinks-style-two {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 7px 0 8px;
}

.sociallinks-style-two li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 25px;
}

.sociallinks-style-two li:last-child {
    margin-right: 0px;
}

.sociallinks-style-two li a i {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 16px;
    transition: all 500ms ease 0s;
}

.sociallinks-style-two li a:hover i {
    color: #e4b33d;
}




/* Update header Style */
@keyframes menu_sticky {
    0% {
        margin-top: -90px;
    }

    50% {
        margin-top: -74px;
    }

    100% {
        margin-top: 0;
    }
}







/*** 
========================================
    Mobile Menu
========================================
***/
.nav-outer .mobile-nav-toggler {
    position: relative;
    display: none;
    float: right;
    cursor: pointer;
    padding: 30px 0;
}

.nav-outer .mobile-nav-toggler .inner {
    position: relative;
    display: block;
    padding: 3px 5px;
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    max-width: 100%;
    height: 100%;
    padding-right: 30px;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(3, 13, 40, 0.90);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: 1;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.70;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .mCSB_inside>.mCSB_container {
    margin-right: 5px;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}


.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
}

.mobile-menu .nav-logo a {
    position: relative;
    display: inline-block;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #000000;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}


.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    padding: 10px 25px;
    color: #ffffff;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a:before {
    height: 100%;
}



.mobile-menu .navigation li ul li>a {
    font-size: 15px;
    font-weight: 400;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 32px;
    background: rgba(255, 255, 255, 0.10);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul,
.mobile-menu .navigation>li.dropdown>.megamenu {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 5px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    line-height: 32px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}










/*==============================================
    Main Header Css        
===============================================*/
.main-header {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    margin: 0px;
    z-index: 999999;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sticky-header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 0px 0px;
    background: rgba(51, 48, 41, 0.97);
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    z-index: 0;
}

.fixed-header .sticky-header {
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    opacity: 1;
    z-index: 999999;
}

.sticky-header .logo {
    position: relative;
    display: block;
    padding: 21px 0 21px;
}

.sticky-header .logo a {
    position: relative;
    display: inline-block;
}

.sticky-header .main-menu .navigation>li {}

.sticky-header .main-menu .navigation>li>a {
    color: #ffffff;
    padding: 25px 0;
}



.header-style-one {
    position: relative;
}

.header-top {
    position: relative;
    display: block;
    background: #333029;
    padding: 32px 0 33px;
}

.header-top .outer-box {
    position: relative;
    display: block;
}

.header-top-left {
    position: relative;
    display: block;
}

.header-top-left .logo {
    position: relative;
    display: block;
    float: left;
    padding: 3px 0 4px;
}

.header-top-left .logo a {
    position: relative;
    display: inline-block;
}


.header-top-right {
    position: relative;
    display: block;
}

.header-contact-info {
    position: relative;
    display: block;
}

.header-contact-info ul {
    position: relative;
}

.header-contact-info ul li {
    position: relative;
    display: block;
    float: left;
    padding-left: 45px;
    padding-right: 41px;
    margin-right: 15px;
    min-height: 45px;
}

.header-contact-info ul li:before {
    position: absolute;
    top: -2px;
    right: 0;
    bottom: -3px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.10);
    content: "";
}

.header-contact-info ul li:last-child:before {
    display: none;
}

.header-contact-info ul li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.header-contact-info ul li .icon {
    position: absolute;
    top: 0;
    left: 0;
}

.header-contact-info ul li .icon span:before {
    position: relative;
    display: block;
    width: 45px;
    height: 45px;
    background: #23211b;
    border-radius: 50%;
    font-size: 16px;
    line-height: 45px;
    font-weight: 400;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.header-contact-info ul li:hover .icon span:before {
    color: #ffffff;
}

.header-contact-info ul li .text {
    position: relative;
    padding-left: 20px;
    margin: 2px 0 3px;
}

.header-contact-info ul li .text p {
    color: #a4a097;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    margin: 0 0 4px;
}

.header-contact-info ul li .text h4 {
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

.header-contact-info ul li .text h4 a {
    color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}


.header {
    position: relative;
    display: block;
    background: #ffffff;
}

.header .outer-box {
    position: relative;
    display: block;
}

.header-left {
    position: relative;
    display: block;
}

.header-left .nav-outer {
    position: relative;
    display: block;
    float: left;
}

.main-menu.style1 {}

.main-menu {
    position: relative;
    display: block;
    float: left;
}

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    position: inherit;
    display: block;
}

.main-menu .navigation>li {
    position: inherit;
    display: inline-block;
    float: left;
    margin-right: 30px;
}

.main-menu .navigation>li.lang-li>ul {
    width: 110px;
}

.main-menu .navigation>li:last-child {
    margin-right: 0;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    padding: 20px 0;
    color: #84827c;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
    transition: all 500ms ease;
    opacity: 1;
    font-family: 'Work Sans', sans-serif;
}

.main-menu .navigation>li>a:before {
    position: absolute;
    left: 0;
    bottom: 19px;
    right: 0;
    height: 2px;
    content: "";
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.main-menu .navigation>li:hover>a:before,
.main-menu .navigation>li.current>a:before {
    transform: scaleX(1.0);
}

.main-menu .navigation>li>ul,
.main-menu .navigation>li>.megamenu {
    position: absolute;
    top: 100%;
    left: inherit;
    width: 285px;
    padding: 0px 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    transition: all 100ms ease;
    z-index: 100;
}

.main-menu .navigation>li>ul:before,
.main-menu .navigation>li>.megamenu:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background: #ffffff;
    border-radius: 0;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    z-index: -1;
}

.main-menu .navigation>li.dropdown:hover>ul,
.main-menu .navigation>li.dropdown:hover .megamenu {
    opacity: 1;
    visibility: visible;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}


.main-menu .navigation>li>ul>li,
.main-menu .navigation>li>.megamenu li {
    position: relative;
    display: block;
    padding: 0 20px;
    width: 100%;
}

.main-menu .navigation>li>ul>li>a,
.main-menu .navigation>li>.megamenu li>a {
    position: relative;
    display: block;
    border-bottom: 1px solid #e9e9e9;
    padding: 13px 0px 13px;
    color: #333029;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    text-align: left;
    text-transform: capitalize;
    transition: all 500ms ease;
    font-family: 'Work Sans', sans-serif;
}

.main-menu .navigation>li>ul>li:last-child>a,
.main-menu .navigation>li>.megamenu li:last-child a {
    border: none;
}

.main-menu .navigation>li>ul>li>a:hover,
.main-menu .navigation>li>.megamenu li>a:hover {
    padding-left: 15px;
}

.main-menu .navigation>li>ul>li>a:before,
.main-menu .navigation>li>.megamenu li>a:before {
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    content: "";
    margin: 15px 0;
    width: 0px;
    opacity: 0;
    transition: all 500ms ease;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.main-menu .navigation>li>ul>li:hover>a:before,
.main-menu .navigation>li>.megamenu li:hover a:before {
    width: 5px;
    opacity: 1;
}

.main-menu .navigation>li>ul>li:hover>a:before {
    opacity: 1;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0;
    font-family: FontAwesome;
    content: "\f105";
    font-size: 14px;
    font-weight: 700;
    margin: 12px 0;
    text-align: right;
    z-index: 5;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    top: 0%;
    left: 100%;
    width: 250px;
    padding: 0;
    display: none;
    background: #ffffff;
    border-radius: 0;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    transition: all 100ms ease;
    z-index: 100;
}

.main-menu .navigation li>ul>li.dropdown:hover ul {
    opacity: 1;
    visibility: visible;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    display: block;
    padding: 0 20px;
    width: 100%;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    border-bottom: 1px solid #e9e9e9;
    padding: 13px 0px 13px;
    color: #333029;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    text-align: left;
    text-transform: capitalize;
    transition: all 500ms ease;
    font-family: 'Work Sans', sans-serif;
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
    border: none;
}

.main-menu .navigation>li>ul>li:hover>a {
    padding-left: 15px;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
    padding-left: 15px;
}

.main-menu .navigation>li>ul>li>ul>li a:before {
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    content: "";
    margin: 15px 0;
    width: 0px;
    transition: all 500ms ease;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a:before {
    width: 5px;
}




/** megamenu-style **/
.main-menu .navigation>li.dropdown>.megamenu {
    position: absolute;
    width: 100%;
    padding: 0px 0px;
    left: 0px;
}

.main-menu .navigation li.dropdown .megamenu li h4 {
    font-weight: 500;
    padding: 3px 0px;
    color: #fff;
}











.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0;
    width: 50px;
    height: 42px;
    border-left: 1px solid #04102a;
    text-align: center;
    font-size: 16px;
    line-height: 42px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    z-index: 5;
}



.header-right {
    position: relative;
    display: block;
}

.header-right .outer-search-box-style1 {
    position: relative;
    display: block;
    float: right;
    padding: 10px 0;
    margin-right: 15px;
}

.outer-search-box-style1 {
    position: relative;
    display: inline-block;
    float: left;
}

.outer-search-box-style1 .seach-toggle {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    color: #242424;
    font-size: 16px;
    line-height: 38px;
    cursor: pointer;
    text-align: center;
    margin: 0;
    transition: all 500ms ease;
    border: 1px dashed transparent;
    border-radius: 50%;
}

.outer-search-box-style1 .search-box {
    position: absolute;
    top: 120%;
    right: 0%;
    background: rgba(0, 0, 0, 0.90);
    opacity: 0;
    padding: 20px;
    transition: all 500ms ease 0s;
    visibility: hidden;
    z-index: 100;
    margin-left: 0;
}

.outer-search-box-style1 .search-box.now-visible {
    top: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 100;
}

.outer-search-box-style1 .search-box .form-group {
    position: relative;
    padding: 0px;
    margin: 0px;
    width: 100%;
    min-width: 250px;
}

.outer-search-box-style1 .search-box .form-group input[type="search"] {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #1f1f23;
    color: #000;
    display: block;
    font-size: 13px;
    line-height: 24px;
    position: relative;
    transition: all 500ms ease 0s;
    width: 100%;
    height: 45px;
    padding-left: 15px;
    padding-right: 50px;
}

.outer-search-box-style1 .search-box .form-group input[type="search"]:focus {
    border-color: #f5f5f5;
}

.outer-search-box-style1 .search-box .form-group button,
.outer-search-box-style1 .search-box .form-group input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    font-size: 13px;
    height: 45px;
    line-height: 45px;
    width: 45px;
    transition: all 500ms ease 0s;
}

.outer-search-box-style1 .search-box .form-group button:hover,
.outer-search-box-style1 .search-box .form-group input:focus+button {
    color: #222222;
    background: #f5f5f5;
}


.header-right .header-social-link {
    float: left;
    padding: 17px 0 18px;
    margin-right: 20px;
}

.header-social-link {
    position: relative;
    display: block;
}

.header-social-link ul {
    position: relative;
}

.header-social-link ul li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.header-social-link ul li:last-child {
    margin-right: 0;
}

.header-social-link ul li a {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    background: #f6f2eb;
    border-radius: 50%;
    color: #84827d;
    font-size: 12px;
    line-height: 35px;
    text-align: center;
    z-index: 1;
    transition: all 500ms ease;
}

.header-social-link ul li a:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    border-radius: 50%;
    z-index: -1;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.header-social-link ul li a:hover:before {
    transform: scaleX(1.0);
}

.header-social-link ul li a:hover {
    color: #ffffff;
}

.header-right .button {
    position: relative;
    display: block;
    float: right;
    padding: 10px 0;
}

.header-right .button a {}



/*** 
=====================================================
	Header style Two Css
=====================================================
***/
.header-style-two {}

.header-style2 {
    position: relative;
    display: block;
}

.header-style2:before {
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.10);
    content: "";
    z-index: 10;
}

.header-style2 .auto-container-box {
    position: relative;
    display: block;
}

.header-style2 .outer-box {
    position: relative;
    display: block;
}

.header-left-style2 {
    position: relative;
    display: block;
    width: 40%;
}

.header-left-style2 .logo {
    position: relative;
    display: block;
    float: left;
    background: #23211b;
    width: 365px;
    text-align: center;
    padding: 43px 0 44px;
}

.header-left-style2 .logo a {
    position: relative;
    display: inline-block;
}

.phone-number-box {
    position: relative;
    display: block;
    float: left;
    padding: 30px 0;
    margin-left: -35px;
}

.phone-number-box .icon {
    width: 65px;
}

.phone-number-box .icon span:before {
    position: relative;
    display: block;
    width: 65px;
    height: 65px;
    border: 5px solid #23211b;
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    line-height: 56px;
    text-align: center;
}

.phone-number-box .icon,
.phone-number-box .title {
    display: table-cell;
    vertical-align: middle;
}

.phone-number-box .title {
    padding-left: 10px;
}

.phone-number-box .title p {
    position: relative;
    top: 6px;
    color: #a4a097;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    margin: 0 0 2px;
}

.phone-number-box .title a {
    position: relative;
    top: 3px;
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}


.header-middle-style2 {
    position: relative;
    display: block;
    width: 40%;
}

.header-middle-style2 .nav-outer {
    position: relative;
    display: block;
    float: left;
}

.main-menu.style2 .navigation>li>a {
    padding: 47px 0 48px;
    color: #a4a097;
}

.main-menu.style2 .navigation>li>a:before {
    bottom: 46px;
}

.main-menu.style2 .navigation>li:hover>a,
.main-menu.style2 .navigation>li.current>a,
.sticky-header .main-menu.style2 .navigation>li.current>a {
    color: #ffffff;
}


.header-right-style2 {
    position: relative;
    display: block;
    width: 20%;
    border-left: 1px solid rgba(255, 255, 255, 0.10);
    padding: 44px 0;
}

.header-right-style2 .header-social-link {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
}

.header-right-style2 .header-social-link ul {
    overflow: hidden;
}

.header-right-style2 .header-social-link ul li {
    position: relative;
    display: inline-block;
    float: none;
    margin-right: 0;
    margin: 0 2px;
}

.header-right-style2 .header-social-link ul li a {
    background: #23211b;
}



/*** 
=============================================
    Interior Design Area Css
=============================================
***/
.interior-design-area {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    z-index: 1;
}

.interior-design-area:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #23211b;
    opacity: .90;
    z-index: -1;
}

.interior-design-content-box {
    position: relative;
    display: block;
}

.interior-design-content-box .sec-title .sub-title h3 {
    color: #a4a097;
}

.interior-design-content-box .sec-title h2 {
    color: #ffffff;
}

.interior-design-tab {
    position: relative;
    display: block;
}

.interior-design-tab .tab-button-column {
    position: relative;
    display: block;
    padding-bottom: 40px;
}

.interior-design-tab .tab-button-column .tab-buttons {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.interior-design-tab .tab-button-column .tab-buttons li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
    background: #ffffff;
    color: #333029;
    font-size: 16px;
    line-height: 50px;
    font-weight: 600;
    text-align: center;
    padding: 0 30px;
    cursor: pointer;
    border-radius: 30px;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.interior-design-tab .tab-button-column .tab-buttons li:last-child {
    margin-right: 0px;
}

.interior-design-tab .tab-button-column .tab-buttons li.tab-btn:hover,
.interior-design-tab .tab-button-column .tab-buttons li.tab-btn.active-btn {
    color: #ffffff;
}



.interior-design-tab .tabs-content .tab {
    position: relative;
    display: none;
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
}

.interior-design-tab .tabs-content .tab.active-tab {
    display: block;
    margin-top: 0px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.material-tab-content {
    position: relative;
    display: block;
}

.material-tab-content .img-box {
    position: relative;
    display: block;
    width: 170px;
}

.material-tab-content .img-box img {
    width: 100%;
    border-radius: 50%;
}

.material-tab-content .text-box {
    position: relative;
    display: block;
}

.material-tab-content .text-box p {
    color: #a4a097;
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
    margin: 0;
}

.team-tab-content {
    position: relative;
    display: block;
}

.team-tab-content .single-team-member {
    margin: 0;
}

.work-tab-content {
    position: relative;
    display: block;
}




.interior-design-right-content {
    position: relative;
    display: block;
}

.interior-design-right-content ul {
    display: block;
    overflow: hidden;
}

.interior-design-right-content ul li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    padding-bottom: 49px;
    margin-bottom: 54px;
}

.interior-design-right-content ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.design-single-block {
    position: relative;
    display: block;
    padding-left: 100px;
}

.design-single-block .icon {
    position: absolute;
    top: 6px;
    left: 0;
    font-size: 65px;
    line-height: 65px;
}

.design-single-block .text {
    position: relative;
    display: block;
}

.design-single-block .text h3 {
    color: #ffffff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 800;
    margin: 0 0 12px;
}

.design-single-block .text p {
    color: #a4a097;
    margin: 0;
}



/*** 
=============================================
   Booking Area Css
=============================================
***/
.booking-area {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    border-top: 1px solid #ebe5db;
}

.booking-number-box {
    position: relative;
    display: block;
}

.booking-number-box .icon {
    font-size: 60px;
    width: 90px;
}

.booking-number-box .icon,
.booking-number-box .title {
    display: table-cell;
    vertical-align: middle;
}

.booking-number-box .title p {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 9px;
}

.booking-number-box .title h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 800;
}

.booking-number-box .title h2 a {
    color: #333029;
}

.booking-content-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 7px 0 8px;
}

.booking-content-box .text {
    position: relative;
    display: block;
    width: 350px;
}

.booking-content-box .text p {
    line-height: 32px;
    font-weight: 400;
    margin: 0;
}

.booking-content-box .buttom-box {
    position: relative;
    display: block;
}

.booking-content-box .buttom-box a {
    line-height: 70px;
    border-radius: 50px;
    padding: 0 60px;
}

.booking-content-box .buttom-box a:after {
    border-radius: 50px;
}

/*** 
=============================================
   Booking Style2 Area Css
=============================================
***/
.booking-number-box.style2 .icon {
    color: #ffffff;
}

.booking-number-box.style2 .title p {
    color: #ffffff;
}

.booking-number-box.style2 .title h2 a {
    color: #ffffff;
}

.booking-content-box.style2 .text p {
    color: #ffffff;
}

/*** 
=============================================
   Booking Area Box Layout Page Css
=============================================
***/
.booking-area.box-layout-page {
    padding-top: 220px;
}



/*** 
=============================================
    Discover area Css
=============================================
***/
.discover-area {
    position: relative;
    display: block;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.discover-area:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.90;
}

.discover-content-box {
    position: relative;
    display: block;
    padding: 112px 0 120px;
}

.discover-content-box h2 {
    color: #ffffff;
    font-size: 46px;
    line-height: 1.2em;
    font-weight: 800;
}

.discover-content-box .buttom-box {
    position: relative;
    display: block;
    padding-top: 48px;
}

.discover-content-box .buttom-box a {
    line-height: 70px;
    padding: 0 60px;
    border-radius: 50px;
}

.discover-content-box .buttom-box a:after {
    border-radius: 50px;
}

.discover-image-box {
    position: relative;
    display: block;
    max-width: 470px;
    width: 100%;
}

.discover-image-box .image1 {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 300px;
    width: 100%;
    border-radius: 7px;
    z-index: 2;
}

.discover-image-box .image1 img {
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.discover-image-box .image1:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.discover-image-box .image2 {
    position: absolute;
    top: -80px;
    right: 0;
    width: 300px;
}

.discover-image-box .image2 img {
    width: 100%;
    border-radius: 7px;
}



/*** 
=============================================
    Footer area style
=============================================
***/
.footer-area {
    position: relative;
    display: block;
    z-index: 1;
}

.footer-area:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background-color: #333029;
    z-index: -1;
}

.footer-area .layer-outer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto;
    opacity: 1;
    z-index: -1;
}

.footer-area .layer-outer .shape1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 577px;
    height: 582px;
    opacity: 0.02;
}

.footer-area .layer-outer .shape2 {
    position: absolute;
    top: 50px;
    right: 7%;
    opacity: 0.10;
}

.footer-area .layer-outer .shape3 {
    position: absolute;
    top: 0px;
    right: 0;
    opacity: 1.0;
}


.footer {
    position: relative;
    display: block;
    padding: 100px 0 90px;
}

.single-footer-widget {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-footer-widget.martop20 {
    margin-top: 20px;
}

.single-footer-widget.marleft40 {
    margin-left: 40px;
}

.single-footer-widget.marlef20 {
    margin-left: 20px;
}


.single-footer-widget .title {
    position: relative;
    display: block;
    margin-top: -8px;
    margin-bottom: 15px;
}

.single-footer-widget .title h3 {
    position: relative;
    display: inline-block;
    padding-bottom: 7px;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-transform: capitalize;
    padding-top: 10px;
}

.single-footer-widget .title h3:before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0px;
    height: 2px;
    content: "";
}



.single-footer-widget .our-company-info {
    position: relative;
    display: block;
}

.single-footer-widget .our-company-info .footer-logo {
    position: relative;
    display: block;
    padding-bottom: 39px;
}

.single-footer-widget .our-company-info .footer-logo a {
    display: inline-block;
}

.single-footer-widget .our-company-info .text {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 28px;
    margin-bottom: 30px;
}

.single-footer-widget .our-company-info .text p {
    color: #a4a097;
    font-size: 16px;
    line-height: 34px;
    font-weight: 500;
    margin: 0;
}


.single-footer-widget .footer-contact-info {
    position: relative;
    display: block;
}

.single-footer-widget .footer-contact-info ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-footer-widget .footer-contact-info ul li {
    position: relative;
    display: block;
    line-height: 30px;
    margin-bottom: 5px;
}

.single-footer-widget .footer-contact-info ul li:last-child {
    margin-bottom: 0;
}

.single-footer-widget .footer-contact-info ul li .icon {
    width: 30px;
}

.single-footer-widget .footer-contact-info ul li .icon span:before {
    font-size: 16px;
}

.single-footer-widget .footer-contact-info ul li .icon,
.single-footer-widget .footer-contact-info ul li .title {
    display: table-cell;
    vertical-align: middle;
}

.single-footer-widget .footer-contact-info ul li .title {
    padding-left: 10px;
}

.single-footer-widget .footer-contact-info ul li .title p {
    color: #ffffff;
    font-size: 16px;
    margin: 0;
}

.single-footer-widget .footer-contact-info ul li .title p a {
    color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}



.footer-widget-links1 {
    position: relative;
    display: block;
}

.footer-widget-links1 li {
    position: relative;
    display: block;
    line-height: 40px;
}

.footer-widget-links1 li a {
    position: relative;
    color: #a4a097;
    font-size: 16px;
    font-weight: 500;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-widget-links1 li a:hover {
    color: #ffffff;
}

.footer-widget-links2 {
    position: relative;
    display: block;
}

.footer-widget-links2 li {
    position: relative;
    display: block;
    line-height: 40px;
}

.footer-widget-links2 li a {
    position: relative;
    color: #a4a097;
    font-size: 16px;
    font-weight: 500;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-widget-links2 li a:hover {
    color: #ffffff;
}


.subscribe-box {
    position: relative;
    display: block;
    padding-top: 5px;
    max-width: 370px;
    width: 100%;
}

.subscribe-box .text {
    position: relative;
    display: block;
    padding-bottom: 29px;
}

.subscribe-box .text p {
    color: #a4a097;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    margin: 0;
}

.subscribe-form {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.subscribe-form input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    height: 70px;
    padding: 0 39px;
    padding-right: 80px;
    background: #23211b;
    border: 1px solid rgba(255, 255, 255, 0.20);
    color: #a4a097;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    border-radius: 40px;
    transition: all 500ms ease;
    font-family: 'Work Sans', sans-serif;
}

.subscribe-form input::-webkit-input-placeholder {
    color: #a4a097;
}

.subscribe-form input:-moz-placeholder {
    color: #a4a097;
}

.subscribe-form input::-moz-placeholder {
    color: #a4a097;
}

.subscribe-form input:-ms-input-placeholder {
    color: #a4a097;
}

.subscribe-form button {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 70px;
    color: #ffffff;
    font-size: 14px;
    line-height: 70px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 50%;
    transition: all 300ms ease 100ms;
    font-family: 'Work Sans', sans-serif;
}

.subscribe-form input[type="email"]:focus {
    color: #ffffff;
}

.subscribe-form input[type="email"]:focus+button,
.subscribe-form button:hover {
    color: #333029;
    background: #ffffff;
}

.subscribe-box .header-social-link {
    float: left;
}

.subscribe-box .header-social-link ul li a {
    background: #23211b;
}


.footer-bottom {
    position: relative;
    display: block;
    background: #23211b;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    padding: 42px 0;
}

.footer-bottom .outer-box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.copyright-text {
    position: relative;
}

.copyright-text p {
    color: #a4a097;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    margin: 0;
}

.copyright-text p a {
    color: #a4a097;
    font-weight: 600;
    transition: all 500ms ease;
}



/*** 
=============================================
    Contact Form Style1 Area Css
=============================================
***/
.contact-form-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 50px 15px;
    z-index: 1;
}

.contact-form-style1-area.pdtop100 {
    padding-top: 100px;
}

.contact-form-outer-box {
    position: relative;
    display: block;
    padding: 60px;
    padding-bottom: 40px;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    margin-bottom: -120px;
    z-index: 10;
}

.contact-inner-box {
    position: relative;
    display: block;
    padding-left: 270px;
    min-height: 340px;
}

.contact-inner-box .contact-image-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 270px;
}


.contact-form {
    position: relative;
    display: block;
    padding-left: 60px;
}

.contact-form .row {
    margin-left: -10px;
    margin-right: -10px;
}

.contact-form .row [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
}


.contact-form form {
    position: relative;
    display: block;
}

.contact-form form .input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea {
    position: relative;
    display: block;
    background: #f6f2eb;
    border: 1px solid #f6f2eb;
    width: 100%;
    height: 70px;
    color: #333029;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 5px;
    transition: all 500ms ease;
    font-family: 'Work Sans', sans-serif;
}

.contact-form form textarea {
    height: 250px;
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
}

.contact-form form input[type="text"]:focus {
    color: #333029;
    border-color: #ebe7e1;
}

.contact-form form input[type="email"]:focus {
    color: #333029;
    border-color: #ebe7e1;
}

.contact-form form textarea:focus {
    color: #333029;
    border-color: #ebe7e1;
}

.contact-form form input[type="text"]::-webkit-input-placeholder {
    color: #84827d;
}

.contact-form form input[type="text"]:-moz-placeholder {
    color: #84827d;
}

.contact-form form input[type="text"]::-moz-placeholder {
    color: #84827d;
}

.contact-form form input[type="text"]:-ms-input-placeholder {
    color: #84827d;
}

.contact-form form input[type="email"]::-webkit-input-placeholder {
    color: #84827d;
}

.contact-form form input[type="email"]:-moz-placeholder {
    color: #84827d;
}

.contact-form form input[type="email"]::-moz-placeholder {
    color: #84827d;
}

.contact-form form input[type="email"]:-ms-input-placeholder {
    color: #84827d;
}

.contact-form form textarea::-webkit-input-placeholder {
    color: #84827d;
}

.contact-form form textarea:-moz-placeholder {
    color: #84827d;
}

.contact-form form textarea::-moz-placeholder {
    color: #84827d;
}

.contact-form form textarea:-ms-input-placeholder {
    color: #84827d;
}

.contact-form form .button-box {
    position: relative;
    display: block;
}

.contact-form form .button-box button {
    font-size: 18px;
    line-height: 70px;
    padding: 0 60px;
    border-radius: 50px;
}

.contact-form form .button-box button:after {
    border-radius: 50px;
}



/*** 
=============================================
    Home Map Area Css
=============================================
***/
.home-map-area {
    position: relative;
    display: block;
}

.home-map-outer {
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%;
}

.home-map-outer .map-canvas {
    position: relative;
    width: 100%;
    height: 550px;
}



/*** 
=============================================
    Contact Info Area Css
=============================================
***/
.contact-info-area {
    position: relative;
    display: block;
    padding: 50px 0px;
    border-bottom: 1px solid #f3f3f3;
}

.single-contact-info-box {
    position: relative;
    display: block;
    background: #f6f2eb;
    padding: 50px 70px 40px;
    min-height: 382px;
    border-radius: 5px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-contact-info-box:hover {
    -webkit-box-shadow: inset 0px 5px 12px 2px rgba(0, 0, 0, 0.06);
    box-shadow: inset 0px 5px 12px 2px rgba(0, 0, 0, 0.06);
}


.single-contact-info-box .icon {
    position: relative;
    display: block;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
}

.single-contact-info-box .icon span:before {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 60px;
    line-height: 140px;
}

.single-contact-info-box .text {
    position: relative;
    display: block;
    text-align: center;
    padding-top: 22px;
}

.single-contact-info-box .text h3 {
    color: #333029;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 16px;
}

.single-contact-info-box .text p {
    color: #84827d;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    margin: 0;
}

.single-contact-info-box .text p a {
    color: #84827d;
}



/*** 
=============================================
    Service Page Css
=============================================
***/
.service-page {
    padding: 140px 0 70px;
}

.service-page .single-service-style1 {
    margin-bottom: 50px;
}



/*** 
=============================================
    Service Setails Area Css
=============================================
***/
.service-details-area {
    position: relative;
    display: block;
    padding: 50px 0;
}

.service-details-sidebar {
    position: relative;
    display: block;
}


.sidebar-categories-box {
    position: relative;
    display: block;
}

.sidebar-categories-box li {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.sidebar-categories-box li:last-child {
    margin-bottom: 0;
}

.sidebar-categories-box li a {
    position: relative;
    display: block;
    color: #84827c;
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    background: #ffffff;
    padding: 20px;
    border-radius: 5px;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.sidebar-categories-box li a:before {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    font-family: "Flaticon";
    content: "\f108";
    font-size: 14px;
    font-weight: 100;
    transform: perspective(400px) scaleX(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    padding: 20px 0;
}

.sidebar-categories-box li a:hover:before,
.sidebar-categories-box li.active a:before {
    opacity: 1;
    transform: perspective(400px) scaleX(1.0);
}

.sidebar-categories-box li:hover a,
.sidebar-categories-box li.active a {
    color: #333029;
}


.sidebar-contact-info-box {
    position: relative;
    display: block;
    padding: 50px 60px 50px;
    text-align: center;
    border-radius: 5px;
}

.sidebar-contact-info-box .icon {
    position: relative;
    display: block;
    width: 140px;
    height: 140px;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
}

.sidebar-contact-info-box .icon span {
    display: block;
    font-size: 60px;
    line-height: 138px;
}

.sidebar-contact-info-box .icon span:before {
    position: relative;
    top: 4px;
}

.sidebar-contact-info-box h2 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 800;
    margin: 20px 0px 25px;
}

.sidebar-contact-info-box h2 a {
    color: #ffffff;
}

.sidebar-contact-info-box p {
    color: #ffffff;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 0px;
}

.sidebar-contact-info-box .buttom-box {
    position: relative;
    display: block;
    padding-top: 20px;
}


.service-details-content-box {
    position: relative;
    display: block;
}

.service-details-content-box .service-details-main-image {
    position: relative;
    display: block;
}

.service-details-content-box .service-details-main-image img {
    width: 100%;
}

.service-details-main-text {
    position: relative;
    display: block;
    padding-top: 33px;
}

.service-details-main-text h2 {
    color: #333029;
    font-size: 40px;
    line-height: 50px;
    font-weight: 800;
    margin: 0 0 28px;
}

.service-details-main-text p {}


.service-details-quote-box {
    position: relative;
    display: block;
    background: #f6f2eb;
    padding: 40px 50px 40px;
    border-radius: 5px;
    margin: 39px 0 40px;
    z-index: 2
}

.service-details-quote-box:before {
    position: absolute;
    top: 40px;
    left: 40px;
    font-size: 60px;
    font-family: "Flaticon";
    content: "\f129";
    z-index: -1;
}

.service-details-quote-box h3 {
    color: #333029;
    font-size: 20px;
    line-height: 34px;
    font-weight: 500;
    font-style: italic;
}


.service-details-text-1 {
    position: relative;
    display: block;
    margin-bottom: 46px;
}

.service-details-text-1 p {}


.service-details-text-2 {
    position: relative;
    display: block;
}

.service-details-text-2 .text-box {
    position: relative;
    display: block;
}

.service-details-text-2 .text-box h2 {
    color: #333029;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 35px;
}

.service-details-text-2 .text-box h3 {
    font-size: 20px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 35px;
}

.service-details-text-2 .text-box ul {
    overflow: hidden;
}

.service-details-text-2 .text-box ul li {
    margin-bottom: 5px;
}

.service-details-text-2 .text-box ul li:last-child {
    margin-bottom: 0;
}

.service-details-text-2 .text-box ul li span {
    font-size: 18px;
    font-weight: 400;
    margin-right: 10px;
}

.service-details-text-2 .image-box {
    position: relative;
    display: block;
    margin-top: 8px;
}

.service-details-text-2 .image-box ul {
    position: relative;
    display: block;
}

.service-details-text-2 .image-box ul li {
    margin-bottom: 30px;
}

.service-details-text-2 .image-box ul li:last-child {
    margin-bottom: 0px;
}

.service-details-text-2 .image-box ul li .single-image {
    position: relative;
    display: block;
}

.service-details-text-2 .image-box ul li .single-image img {
    width: 100%;
}

.service-details-faq-box {
    position: relative;
    display: block;
    padding-top: 60px;
}



/*** 
=============================================
    Project Page Css
=============================================
***/
.project-style1-area.project-page1 {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.project-page1 .single-project-style1 {
    margin-bottom: 30px;
}

.project-style1-area.pdbottom120 {
    padding-bottom: 120px;
}

.project-style1-area .recent-project-title {
    background: #333029;
    transform: translateX(0) !important;
}

.project-style1-area .recent-project-title::before {
    color: #333029;
}



/*** 
=============================================
    Project Details Area Css
=============================================
***/
.project-details-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 92px;
}

.project-details-content {
    position: relative;
    display: block;
}

.project-detail-main-image {
    position: relative;
    display: block;
}

.project-detail-main-image img {
    width: 100%;
}

.project-detail-main-image .project-info {
    position: absolute;
    left: 60px;
    bottom: -120px;
    right: 60px;
    background: #333029;
    padding: 52px 0 52px;
    border-radius: 7px;
}

.project-detail-main-image .project-info>ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.project-detail-main-image .project-info>ul>li {
    position: relative;
    display: block;
    float: left;
    max-width: 343px;
    width: 100%;
}

.project-detail-main-image .project-info>ul>li:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 120px;
    background: #ffffff;
    opacity: 0.10;
    content: "";
}

.project-detail-main-image .project-info>ul>li:last-child:before {
    display: none;
}

.project-detail-main-image .project-info ul li ul {
    position: relative;
    display: block;
    overflow: hidden;
    padding-left: 60px;
}

.project-detail-main-image .project-info ul li ul li {
    color: #ffffff;
    font-size: 18px;
    line-height: 38px;
    font-weight: 500;
}

.project-detail-main-image .project-info ul li ul li span {
    position: relative;
    display: inline-block;
    width: 95px;
    color: #a4a097;
}


.project-detail-text-1 {
    position: relative;
    display: block;
    margin-top: 170px;
    margin-bottom: 57px;
}

.project-detail-text-1 h2 {
    color: #333029;
    font-size: 46px;
    line-height: 56px;
    font-weight: 800;
    margin-bottom: 33px;
}

.project-detail-text-1 p {
    color: #84827d;
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
}


.project-detail-text-2 {
    position: relative;
    display: block;
}

.project-detail-text-2 .text-box {
    position: relative;
    display: block;
    margin-top: -9px;
    margin-right: -30px;
}

.project-detail-text-2 .text-box h2 {
    color: #333029;
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 28px;
}

.project-detail-text-2 .text-box p {
    color: #84827d;
    font-size: 16px;
    line-height: 34px;
    font-weight: 500;
}

.project-detail-text-2 .text-box ul {
    overflow: hidden;
    margin-top: 29px;
}

.project-detail-text-2 .text-box ul li {
    color: #333029;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 7px;
}

.project-detail-text-2 .text-box ul li:last-child {
    margin-bottom: 0;
}

.project-detail-text-2 .text-box ul li span {
    font-size: 16px;
    font-weight: 400;
    padding-right: 10px;
}


.video-holder-box {
    position: relative;
    display: block;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0;
    border-radius: 7px;
    margin-left: 40px;
    z-index: 1;
}

.video-holder-box:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, .0);
    border-radius: 7px;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: -1;
}

.video-holder-box:hover:before {
    background: rgba(0, 0, 0, .50);
}

.video-holder-box .icon {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    border: 0px solid rgba(54, 124, 232, 0.10);
    border-radius: 50%;
    margin: 0 auto;
    padding: 0px;
    z-index: 1;
}

.video-holder-box .icon:after {
    position: absolute;
    content: '';
    top: -20px;
    left: -20px;
    bottom: -20px;
    right: -20px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.20);
    z-index: -1;
}

.video-holder-box .icon:before {
    position: absolute;
    content: '';
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
    border-radius: 50%;
    background: rgba(54, 124, 232, 0.0);
    z-index: -1;
}

.video-holder-box:hover .icon:before {
    -webkit-box-shadow: 0 0 0 0 rgba(54, 124, 232, .09);
    box-shadow: 0 0 0 0 rgba(54, 124, 232, .09);
    -webkit-animation: ripple 1s infinite;
    animation: ripple 3s infinite
}

.video-holder-box .icon a span:before {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 25px;
    line-height: 100px;
}



.project-detail-text-3 {
    position: relative;
    display: block;
    margin-top: 43px;
    margin-bottom: 30px;
}

.project-detail-text-3 h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 800;
    margin-bottom: 30px;
}

.project-detail-text-3 p {
    color: #84827d;
    font-size: 16px;
    line-height: 34px;
    font-weight: 500;
}

.project-detail-text-4 {
    position: relative;
    display: block;
}

.project-detail-text-4 h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 800;
    margin-bottom: 35px;
}

.project-detail-text-4 p {
    color: #84827d;
    font-size: 16px;
    line-height: 34px;
    font-weight: 500;
}



/*** 
=============================================
    blog Area Css
=============================================
***/
#blog-area {
    position: relative;
    display: block;
}

.blog-page1-area {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.single-blog-style1.blog-page1 .text-holder .blog-title {
    font-size: 34px;
    line-height: 44px;
}

.single-blog-style1.blog-page1 .text-holder .text {
    padding-top: 21px;
}




.sidebar-wrapper {
    position: relative;
    display: block;
    max-width: 350px;
    width: 100%;
}

.single-sidebar {
    position: relative;
    display: block;
    background: #f6f2eb;
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.single-sidebar .title {
    position: relative;
    display: block;
    margin-top: -9px;
    padding-bottom: 22px;
}

.single-sidebar .title h3 {
    position: relative;
    display: inline-block;
    padding-bottom: 4px;
    color: #333029;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
}

.single-sidebar .title h3:before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 2px;
    content: "";
}


.sidebar-search-box {
    position: relative;
    display: block;
    padding: 30px 30px 30px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.sidebar-search-box form.search-form {
    position: relative;
    display: block;
    width: 100%;
}

.sidebar-search-box .search-form input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    height: 70px;
    border-radius: 7px;
    background-color: rgb(255, 255, 255);
    border: 0px solid #d3d3d3;
    color: #84827c;
    font-size: 16px;
    font-weight: 500;
    padding-left: 29px;
    padding-right: 70px;
    transition: all 500ms ease 0s;
    font-family: 'Work Sans', sans-serif;
}

.sidebar-search-box .search-form button {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 60px;
    height: 70px;
    color: #333029;
    font-size: 16px;
    line-height: 70px;
    display: block;
    text-align: center;
    border: 0px solid #e1e1e1;
    transition: all 500ms ease 0s;
}

.sidebar-search-box .search-form button i {
    font-size: 16px
}

.sidebar-search-box .search-form input[type="text"]:focus {
    color: #000;
}

.sidebar-search-box .search-form input::-webkit-input-placeholder {
    color: #84827c;
}

.sidebar-search-box .search-form input:-moz-placeholder {
    color: #84827c;
}

.sidebar-search-box .search-form input::-moz-placeholder {
    color: #84827c;
}

.sidebar-search-box .search-form input:-ms-input-placeholder {
    color: #84827c;
}

.single-sidebar .recent-posts {
    position: relative;
    display: block;
}

.single-sidebar .recent-posts li {
    position: relative;
    display: block;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ffffff;
}

.single-sidebar .recent-posts li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.single-sidebar .recent-posts li .inner {
    position: relative;
    display: block;
    min-height: 80px;
    padding-left: 80px;
}

.single-sidebar .recent-posts li .img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 6px;
}

.single-sidebar .recent-posts li .img-box img {
    width: 100%;
}

.single-sidebar .recent-posts li .img-box .overlay-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.90);
    border-radius: 6px;
    opacity: 0;
    transform: perspective(400px) scale(0);
    transform-origin: top;
    transition: all 0.5s ease-in-out 0s;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.single-sidebar .recent-posts li:hover .img-box .overlay-content {
    opacity: 1;
    transform: perspective(400px) scale(1.0);
    transition: all 0.3s ease-in-out 0.3s;
}

.single-sidebar .recent-posts li .img-box .overlay-content a {
    color: #ffffff;
    font-size: 14px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-sidebar .recent-posts li .title-box {
    position: relative;
    display: block;
    padding-left: 25px;
}

.single-sidebar .recent-posts li .title-box h4 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin: 0px 0px 5px;
}

.single-sidebar .recent-posts li .title-box h4 a {
    color: #333029;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-sidebar .recent-posts li .title-box h6 {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
}


.single-sidebar .popular-tag {
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px;
}

.single-sidebar .popular-tag li {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0 5px 8px;
}

.single-sidebar .popular-tag li a {
    position: relative;
    display: block;
    color: #84827c;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    transition: all 0.4s ease-in-out 0.1s;
    font-family: 'Work Sans', sans-serif;
}



.styled-pagination {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 10px;
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.styled-pagination li:last-child {
    margin-right: 0;
}

.styled-pagination li a {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #f6f2eb;
    border: 0px solid #ffffff;
    color: #84827d;
    font-size: 18px;
    line-height: 70px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    transition: all 500ms ease;
    font-family: 'Work Sans', sans-serif;
    z-index: 1;
}

.styled-pagination li:hover a,
.styled-pagination li.active a {
    color: #ffffff;
    background: #333029;
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
    position: relative;
    color: #ffffff;
    line-height: 70px;
}

.styled-pagination li.prev a i {
    position: relative;
    top: -1px;
    display: inline-block;
    transform: rotate(-90deg);
}

.styled-pagination li.next a i {
    position: relative;
    top: -1px;
    display: inline-block;
    transform: rotate(90deg);
}

.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover {
    color: #ffffff;
    background: #333029;
}



/*** 
=============================================
    Blog Page2 Area style
=============================================
***/
.blog-page2-area {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.blog-page2-area .single-blog-style1 {
    margin-bottom: 40px;
}



/*** 
=============================================
    Blog Single Area style
=============================================
***/
.blog-single-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 120px;
}

.blog-single-area .blog-posts {
    position: relative;
    display: block;
}


.tag-social-share-box {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
    padding-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #ebe5db;
}

.tag-box {
    position: relative;
    display: block;
}

.tag-box .title {
    width: 60px;
}

.tag-box .title,
.tag-box .tag-list {
    display: table-cell;
    vertical-align: middle;
}

.tag-box .title h3 {
    color: #333029;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}

.tag-box .tag-list li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 5px;
}

.tag-box .tag-list li:last-child {
    margin-right: 0;
}

.tag-box .tag-list li a {
    color: #84827c;
    font-size: 16px;
    font-weight: 500;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.tag-social-share-box .post-social-share {
    position: relative;
    display: block;
}



.blog-details-bottom-content {
    position: relative;
    display: block;
}

.blog-details-author {
    position: relative;
    display: block;
    background: #f6f2eb;
    padding: 60px 60px 60px;
    border-radius: 5px;
}

.blog-details-author .inner-box {
    position: relative;
    display: block;
}

.blog-details-author .inner-box .img-box {
    width: 160px;
}

.blog-details-author .inner-box .img-box img {
    width: 100%;
    border-radius: 50%;
}

.blog-details-author .inner-box .img-box,
.blog-details-author .inner-box .text {
    display: table-cell;
    vertical-align: middle;
}

.blog-details-author .inner-box .text {
    position: relative;
    padding-left: 50px;
}

.blog-details-author .inner-box .text h3 {
    color: #333029;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 21px;
}

.blog-details-author .inner-box .text p {
    color: #84827c;
    font-size: 16px;
    line-height: 34px;
    font-weight: 500;
    margin: 0;
}


.comment-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 54px;
}

.comment-box .title {
    position: relative;
    display: block;
    padding-bottom: 35px;
}

.comment-box .title h3 {
    color: #333029;
    font-size: 30px;
    line-height: 30px;
    font-weight: 800;
}

.comment-box .outer-box {
    position: relative;
    display: block;
}

.comment-box .single-comment {
    position: relative;
    display: block;
    padding-bottom: 60px;
    border-bottom: 1px solid #ebe5db;
    margin-bottom: 60px;
}

.comment-box .single-comment-box {
    position: relative;
    display: block;
    padding-left: 165px;
    min-height: 165px;
}

.comment-box .single-comment-box .img-holder {
    position: absolute;
    left: 0;
    top: 0px;
    width: 165px;
    height: 165px;
}

.comment-box .single-comment-box .img-holder img {
    width: 100%;
    border-radius: 6px;
}

.comment-box .single-comment-box .text-holder {
    position: relative;
    display: block;
    padding-left: 40px;
    min-height: 165px;
}

.comment-box .single-comment-box .text-holder .top {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.comment-box .single-comment-box .text-holder .top .name {
    position: relative;
    display: block;
}

.comment-box .single-comment-box .text-holder .top .name h3 {
    color: #333029;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}

.comment-box .single-comment-box .text-holder .top .name h3 span {
    position: relative;
    display: inline-block;
    padding-left: 5px;
    font-size: 14px;
    font-weight: 600;
}

.comment-box .single-comment-box .text-holder .top .reply {
    position: relative;
    display: block;
}

.comment-box .single-comment-box .text-holder .top .reply a {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    color: #ffffff;
    font-size: 14px;
    line-height: 40px;
    font-weight: 600;
    border-radius: 5px;
}

.comment-box .single-comment-box .text-holder .text {
    position: relative;
    display: block;
    padding-top: 16px;
}

.comment-box .single-comment-box .text-holder .text p {
    margin: 0;
}


.add-comment-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.add-comment-box .title {
    position: relative;
    display: block;
    padding-bottom: 35px;
}

.add-comment-box .title h3 {
    color: #333029;
    font-size: 30px;
    line-height: 30px;
    font-weight: 800;
}

.add-comment-box #add-comment-form {
    position: relative;
    display: block;
}

.add-comment-box #add-comment-form .input-box {
    position: relative;
    display: block;
}

.add-comment-box #add-comment-form input[type="text"],
.add-comment-box #add-comment-form input[type="email"],
.add-comment-box #add-comment-form textarea {
    position: relative;
    display: block;
    background: #f6f2eb;
    border: 0px solid #eeeeee;
    width: 100%;
    height: 70px;
    color: #84827d;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    padding: 0 30px;
    border-radius: 7px;
    margin-bottom: 20px;
    transition: all 500ms ease;
    font-family: 'Work Sans', sans-serif;
}

.add-comment-box #add-comment-form textarea {
    height: 250px;
    padding: 15px 30px;
}

.add-comment-box #add-comment-form input[type="text"]:focus {
    border-color: #22254a;
}

.add-comment-box #add-comment-form input[type="email"]:focus {
    border-color: #22254a;
}

.add-comment-box #add-comment-form textarea:focus {
    border-color: #22254a;
}

.add-comment-box #add-comment-form .button-box {
    position: relative;
    display: block;
    padding-top: 10px;
}

.add-comment-box #add-comment-form .button-box button {
    font-size: 18px;
    line-height: 70px;
    padding: 0 60px;
    border-radius: 50px;
}

.add-comment-box #add-comment-form .button-box button:after {
    border-radius: 50px;
}



/*** 
=============================================
    Error Page Area Style      
=============================================
***/
.error-page-area {
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    padding: 135px 0 140px;
}

.error-content {
    position: relative;
    display: block;
    z-index: 3;
}

.error-content h4 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.error-content .title {
    position: relative;
    display: block;
    font-size: 180px;
    line-height: 150px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px 0 9px;
}

.error-content p {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 32px;
}

.error-content .btns-box {}

.error-content .btns-box a {
    line-height: 60px;
}





/*** 
=============================================
    Thm Formbox Style1 Area
=============================================
***/
.thm-formbox-style1-area {
    position: relative;
    display: block;
    margin-top: -100px;
}

.thm-formbox-style1-area.style2 {
    margin-top: -60px;
}


.thm-formbox-style1 {
    position: relative;
    display: block;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 16px 0px rgba(20, 33, 43, 0.04);
    padding: 30px;
    padding-bottom: 20px;
    z-index: 100;
}

.thm-formbox1 {
    position: relative;
    display: block;
}

.thm-formbox1 .input-box {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.thm-formbox1 input[type="text"],
.thm-formbox1 input[type="email"] {
    position: relative;
    display: block;
    border-radius: 14px;
    background-color: rgb(244, 242, 239);
    border: 0px solid #e5e5e5;
    width: 100%;
    height: 60px;
    color: #393d72;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    padding-left: 55px;
    padding-right: 20px;
    transition: all 500ms ease;
    font-family: 'Open Sans', sans-serif;
}

.thm-formbox1 .input-box .icon {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    font-size: 16px;
    z-index: 10;
}

.thm-formbox1 input[type="text"]::-webkit-input-placeholder {
    color: #393d72;
}

.thm-formbox1 input[type="text"]:-moz-placeholder {
    color: #393d72;
}

.thm-formbox1 input[type="text"]::-moz-placeholder {
    color: #393d72;
}

.thm-formbox1 input[type="text"]:-ms-input-placeholder {
    color: #393d72;
}


.thm-formbox1 .bootstrap-select {
    position: relative;
    display: block;
    width: 100% !important;
    height: 60px;
}

.thm-formbox1 .bootstrap-select>.dropdown-toggle {
    position: relative;
    display: block;
    outline: none !important;
    border-radius: 14px;
    border: 0px solid #cccccc;
    background-color: #f4f2ef !important;
    max-width: 100%;
    width: 100%;
    height: 60px;
    margin: 0;
    padding: 0;
    padding-left: 55px;
    padding-right: 20px;
    color: #393d73 !important;
    font-size: 14px;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: capitalize;
    box-shadow: none !important;
    font-family: 'Open Sans', sans-serif;
}

.thm-formbox1 .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

.thm-formbox1 .bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
    margin: 0;
}

.thm-formbox1 .bootstrap-select>.dropdown-toggle::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 28px;
    width: auto;
    height: auto;
    font-family: 'icomoon' !important;
    content: "\e93c";
    color: #c9c5bf;
    font-size: 14px;
    margin: 0;
    border: none;
}

.thm-formbox1 .bootstrap-select .dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 14px;
    border: 0px solid #ddd;
    background: #eae8e4;
    font-size: 16px;
    color: #000000;
}

.thm-formbox1 .bootstrap-select .dropdown-menu li {
    position: relative;
    border-bottom: 1px solid #d7d7d7;
}

.thm-formbox1 .dropdown-item {
    display: block;
    width: 100%;
    padding: 9px 20px 9px;
    color: #222222;
    font-size: 14px;
    font-weight: 700;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    transition: all 500ms ease;
    font-family: 'Open Sans', sans-serif;
}

.thm-formbox1 .button-box {
    position: relative;
    display: block;
}

.thm-formbox1 .button-box button {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0;
    line-height: 60px;
}



/*** 
=============================================
    Google Map Area Css
=============================================
***/
.google-map-area {
    position: relative;
    display: block;
}

.contact-map-outer {
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%;
}

.contact-map-outer .map-canvas {
    position: relative;
    width: 100%;
    height: 600px;
}
@media only screen and (max-width: 5000px) {
    .boxed_wrapper_box_page {
        overflow-x: hidden;
    }
}

/* Large Layout: 1200px. */
@media only screen and (min-width: 1200px) {}

/* Medium screen  */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

    /*** Header Style One Css ***/
    .header-contact-info ul li {
        padding-right: 21px;
        margin-right: 20px;
    }

    .nav-outer .mobile-nav-toggler {
        padding: 15px 0;
    }

    /*** About Style1 Area Css ***/
    .about-style1-area .shape1 img {
        width: 50%;
        opacity: .4;
    }

    .about-style1-area .shape2 img {
        width: 80%;
    }

    .about-style1-image-box {
        max-width: 570px;
        width: 100%;
        margin-top: 60px;
    }

    /*** Featured Style1 Area Css ***/
    .free-estimate-box {
        padding: 20px 0 30px;
    }

    .free-estimate-box .icon-box {
        top: -35px;
        right: -35px;
        font-size: 110px;
    }

    .free-estimate-box ul {
        margin-top: 5px;
        margin-bottom: 14px;
    }

    .free-estimate-box ul li {
        margin-bottom: 11px;
    }

    /*** Interior Design Area Css ***/
    .material-tab-content .text-box {
        padding-top: 10px;
    }

    .interior-design-right-content {
        padding-top: 100px;
    }

    /*** Project Style1 Area Css ***/
    .project-style1-area {
        padding: 0px 0 90px;
    }

    .project-style1-content {
        position: relative;
        display: block;
        margin: 0;
    }

    .project-style1-content li {
        width: 95%;
        float: none;
        margin: 0 auto 30px;
    }

    /*** Booking Area Css ***/
    .booking-content-box {
        padding: 4px 0 4px;
    }

    .booking-number-box .title p {
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 4px;
    }

    .booking-number-box .title h2 {
        font-size: 28px;
    }

    .booking-content-box .buttom-box a {
        padding: 0 40px;
    }

    /*** Testimonial Style1 Area Css ***/
    .testimonial-style1-content {
        padding-top: 120px;
        padding-right: 0px;
    }

    .testimonial-style2-image-box {
        margin-top: 50px;
        margin-left: 0px;
    }

    .testimonial-style2-image-box img {
        max-width: 100%;
        width: 100%;
        float: none;
    }

    .testimonial-style2-image-box .bg-box:before {
        display: none;
    }


    /*** Partner Area Css ***/
    .partner-area {
        padding-top: 115px;
        padding-bottom: 75px;
    }

    /*** Footer Area Css ***/
    .single-footer-widget.marbtm {
        margin-bottom: 40px;
    }

    .single-footer-widget.marleft40 {
        margin-left: 0px;
    }





    /*** Header Style Two Css ***/
    .header-left-style2 {
        width: 50%;
    }

    .header-left-style2 .logo {
        width: 280px;
    }

    .header-middle-style2 {
        width: 30%;
    }

    .header-middle-style2 .nav-outer .mobile-nav-toggler {
        padding: 42px 0 43px;
    }

    /*** Welcome Style1 Area Css ***/
    .welcome-style1-image-box {
        max-width: 700px;
    }

    .welcome-style1-image-box .shape {
        bottom: 0;
    }

    .welcome-style1-content-box {
        padding: 60px 0px 0px;
    }

    /*** Featured Style2 Area Css ***/
    .single-featured-style2 {
        padding: 50px 25px 40px;
        max-width: 231px;
    }

    /*** Choose Style1 Area Css ***/
    .choose-style1-area {
        border-bottom: 1px solid #ebe5db;
    }

    .choose-style1-image-box:before {
        position: absolute;
        top: -120px;
        left: 230px;
        bottom: 0px;
    }

    .choose-style1-image-box img {
        border-radius: 7px;
    }

    .choose-style1-content-box {
        padding-top: 50px;
        padding-left: 0px;
    }

    /*** Project Style2 Area Css ***/
    .project-style2-title-box {
        width: 100%;
        height: 100%;
        padding-top: 110px;
        padding-right: 0px;
        padding-bottom: 61px;
    }

    .project-style2-title-box:before {
        left: -100000px;
        bottom: 0px;
        right: -300px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .project-style2-title-box:after {
        left: -100000px;
        bottom: 0px;
        right: -300px;
    }

    .project-style2-content-box {
        padding-top: 0px;
    }

    .project-complected-box {
        position: relative;
        top: 0;
        left: 0;
        right: auto;
        padding-left: 110px;
        padding-top: 66px;
        margin-bottom: 40px;
    }

    /*** Contact Form Style1 Area Css ***/
    .contact-form-outer-box {
        padding: 60px;
        padding-bottom: 60px;
        margin-bottom: -120px;
    }

    /*** About Style2 Area Css ***/
    .about-style2-image-box .main-image .icon-box {
        top: 20px;
        left: 20px;
    }

    .about-style2-content-box {
        padding-left: 0px;
        padding-top: 40px;
    }

    /*** Faq Page Area Css ***/
    .faq-right-content-box {
        position: relative;
        display: block;
        margin-top: 10px;
    }

    /*** Service Details Area Css ***/
    .service-details-area {
        padding: 120px 0 120px;
    }

    .service-details-text-2 .image-box {
        margin-top: 20px;
    }

    /*** Project Details Area Css ***/
    .project-detail-main-image .project-info {
        padding: 32px 0 32px;
    }

    .project-detail-main-image .project-info>ul>li {
        float: none;
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .project-detail-main-image .project-info>ul>li:before {
        display: none;
    }

    .project-detail-main-image .project-info ul li ul {
        padding-left: 0px;
    }

    .project-detail-text-2 .text-box {
        margin-top: -9px;
        margin-right: 0px;
    }

    .video-holder-box {
        margin-top: 40px;
        margin-left: 0px;
    }

    /*** Contact Info Area Css ***/
    .single-contact-info-box {
        padding: 50px 30px 40px;
    }





    /*** RTL Css ***/
    .rtl .single-footer-widget.marleft40 {
        margin-left: 0px;
        margin-right: 0px;
    }











}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    /*** Header Style One Css ***/
    .header-top {
        padding: 31px 0 31px;
    }

    .header-top-left {
        float: none;
        overflow: hidden;
        text-align: center;
    }

    .header-top-left .logo {
        float: none;
        padding: 0;
    }

    .header-top-right {
        display: none;
    }

    .header-right .header-social-link {
        padding: 32px 0 33px;
    }

    .header-right .button {
        padding: 25px 0;
    }

    /*** About Style1 Area Css ***/
    .about-style1-area .shape1 img {
        width: 70%;
        opacity: .2;
    }

    .about-style1-area .shape2 img {
        width: 80%;
    }

    .about-style1-image-box {
        max-width: 570px;
        width: 100%;
        margin-top: 60px;
    }

    /*** Featured Style1 Area Css ***/
    .featured-style1-area {
        padding: 0 0 120px;
    }

    /*** Interior Design Area Css ***/
    .material-tab-content .text-box {
        padding-top: 10px;
    }

    .interior-design-right-content {
        padding-top: 100px;
    }

    /*** Project Style1 Area Css ***/
    .project-style1-area {
        padding: 0px 0 90px;
    }

    .project-style1-content {
        position: relative;
        display: block;
        margin: 0;
    }

    .project-style1-content li {
        width: 95%;
        float: none;
        margin: 0 auto 30px;
    }

    /*** Service Style1 Area Css ***/
    .service-style1-area {
        padding: 120px 0 60px;
    }

    .single-service-style1 {
        margin-bottom: 60px;
    }

    /*** Booking Area Css ***/
    .booking-number-box {
        text-align: center;
    }

    .booking-number-box .icon {
        width: 100%;
        line-height: 60px;
    }

    .booking-number-box .icon,
    .booking-number-box .title {
        display: block;
    }

    .booking-number-box .icon {
        width: 100%;
        margin-bottom: 22px;
    }

    .booking-number-box .title p {
        margin: 0 0 4px;
    }

    .booking-content-box {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 22px 0 0px;
    }

    .booking-content-box .text {
        text-align: center;
        margin: 0 0 10px;
    }

    /*** Testimonial Style1 Area Css ***/
    .testimonial-style1-content {
        padding-top: 120px;
        padding-right: 0px;
    }

    .testimonial-style2-image-box {
        margin-top: 50px;
        margin-left: 0px;
    }

    .testimonial-style2-image-box img {
        max-width: 100%;
        width: 100%;
        float: none;
    }

    .testimonial-style2-image-box .title-box {
        left: -108px;
        top: 79px;
    }

    .testimonial-style2-image-box .bg-box:before {
        display: none;
    }

    /*** Fact Counter Area Css ***/
    .single-fact-counter {
        max-width: 50%;
        width: 100%;
    }

    .single-fact-counter:after {
        top: 0;
        right: 0;
        height: auto;
        bottom: 0;
    }

    /*** Partner Area Css ***/
    .partner-area {
        padding-top: 115px;
        padding-bottom: 75px;
    }

    /*** Discover Area Css ***/
    .discover-area {
        padding-bottom: 120px;
    }

    /*** Footer Area Css ***/
    .single-footer-widget.marbtm {
        margin-bottom: 40px;
    }

    .single-footer-widget.marleft40 {
        margin-left: 0px;
    }





    /*** Header Style Two Css ***/
    .header-style2 .auto-container-box {
        padding-right: 20px;
    }

    .header-left-style2 {
        width: 50%;
    }

    .header-left-style2 .logo {
        width: 280px;
    }

    .phone-number-box {
        display: none;
    }

    .header-middle-style2 {
        width: 50%;
    }

    .header-middle-style2 .nav-outer .mobile-nav-toggler {
        padding: 42px 0 43px;
    }

    .header-middle-style2 .nav-outer {
        float: right;
    }

    .header-right-style2 {
        display: none;
    }

    /*** Welcome Style1 Area Css ***/
    .welcome-style1-image-box {
        max-width: 700px;
    }

    .welcome-style1-image-box .shape {
        bottom: 0;
    }

    .welcome-style1-content-box {
        padding: 60px 0px 0px;
    }

    /*** Featured Style2 Area Css ***/
    .single-featured-style2 {
        padding: 50px 50px 40px;
        max-width: 345px;
        border: none;
    }

    /*** Choose Style1 Area Css ***/
    .choose-style1-area {
        border-bottom: 1px solid #ebe5db;
    }

    .choose-style1-image-box:before {
        position: absolute;
        top: -120px;
        left: 230px;
        bottom: 0px;
    }

    .choose-style1-image-box img {
        border-radius: 7px;
    }

    .choose-style1-content-box {
        padding-top: 50px;
        padding-left: 0px;
    }

    /*** Project Style2 Area Css ***/
    .project-style2-title-box {
        width: 100%;
        height: 100%;
        padding-top: 110px;
        padding-right: 0px;
        padding-bottom: 61px;
    }

    .project-style2-title-box:before {
        left: -100000px;
        bottom: 0px;
        right: -300px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .project-style2-title-box:after {
        left: -100000px;
        bottom: 0px;
        right: -300px;
    }

    .project-style2-content-box {
        padding-top: 0px;
    }

    .project-complected-box {
        position: relative;
        top: 0;
        left: 0;
        right: auto;
        padding-left: 110px;
        padding-top: 66px;
        margin-bottom: 40px;
    }

    /*** Blog Style2 Area Css ***/
    .blog-style2-area .single-blog-style1.style1instyle2 {
        margin-bottom: 40px;
    }

    /*** Partner Style2 Area Css ***/
    .partner-style2-area {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    /*** Contact Form Style1 Area Css ***/
    .contact-form-outer-box {
        padding: 60px;
        padding-bottom: 60px;
        margin-bottom: -120px;
    }

    .contact-inner-box {
        padding-left: 0px;
        min-height: auto;
    }

    .contact-inner-box .contact-image-box {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }

    .contact-inner-box .contact-image-box img {
        width: 100%;
    }

    .contact-form {
        padding-left: 0px;
        padding-top: 50px;
    }

    /*** About Style2 Area Css ***/
    .about-style2-image-box .main-image .icon-box {
        top: 20px;
        left: 20px;
    }

    .about-style2-content-box {
        padding-left: 0px;
        padding-top: 40px;
    }

    /*** Faq Page Area Css ***/
    .faq-right-content-box {
        position: relative;
        display: block;
        margin-top: 10px;
    }

    /*** Service Details Area Css ***/
    .service-details-sidebar {
        padding-top: 100px;
    }

    .service-details-area {
        padding: 120px 0 120px;
    }

    .service-details-text-2 .image-box {
        margin-top: 20px;
    }

    /*** Project Details Area Css ***/
    .project-detail-main-image .project-info {
        padding: 32px 0 32px;
    }

    .project-detail-main-image .project-info>ul>li {
        float: none;
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .project-detail-main-image .project-info>ul>li:before {
        display: none;
    }

    .project-detail-text-2 .text-box {
        margin-top: -9px;
        margin-right: 0px;
    }

    .video-holder-box {
        margin-top: 40px;
        margin-left: 0px;
    }

    .project-detail-main-image .project-info ul li ul {
        padding-left: 0px;
    }

    /*** Blog Area Css ***/
    .blog-page1-area {
        padding: 120px 0 90px;
    }

    .sidebar-wrapper {
        max-width: 500px;
        width: 100%;
        margin-top: 70px;
    }

    /*** Blog Single Area Css ***/
    .blog-single-area {
        padding: 120px 0 90px;
    }

    .tag-social-share-box {
        flex-direction: column;
        justify-content: center;
        align-content: center;
        text-align: center;
    }

    .tag-social-share-box .post-social-share {
        margin-top: 10px;
    }

    /*** Contact Info Area Css ***/
    .contact-info-area {
        padding: 50px 0px;
    }

    .single-contact-info-box {
        padding: 50px 30px 40px;
        min-height: auto;
        margin-bottom: 30px;
    }




    /*** RTL Page Css ***/
    .rtl .booking-number-box .icon,
    .rtl .booking-number-box .title {
        text-align: center !important;
    }

    .rtl .single-footer-widget.marleft40 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .rtl .testimonial-style2-image-box {
        margin-top: 50px;
        margin-left: 0px;
        margin-right: 0px;
    }

















}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
    .sec-title .sub-title {
        padding-bottom: 10px;
    }

    .sec-title h2 {
        font-size: 36px;
    }

    .sec-title h2 br {
        display: none;
    }

    /*** Header Style One Css ***/
    .header-top {
        padding: 31px 0 31px;
    }

    .header-top-left {
        float: none;
        overflow: hidden;
        text-align: center;
    }

    .header-top-left .logo {
        float: none;
        padding: 0;
    }

    .header-top-right {
        display: none;
    }

    .header-right .header-social-link {
        display: none;
    }

    .header-right .button {
        padding: 25px 0;
    }

    .header-right .button a {
        padding-left: 30px;
        padding-right: 30px;
    }

    /*** About Style1 Area Css ***/
    .about-style1-area .shape1 img {
        width: 50%;
        opacity: .1;
    }

    .about-style1-area .shape2 img {
        width: 80%;
    }

    .about-style1-image-box {
        max-width: 570px;
        width: 100%;
        margin-top: 60px;
    }

    /*** Featured Style1 Area Css ***/
    .featured-style1-area {
        padding: 0 0 120px;
    }

    /*** Interior Design Area Css ***/
    .interior-design-tab .tab-button-column .tab-buttons li {
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 0 20px;
    }

    .material-tab-content .text-box {
        padding-top: 10px;
    }

    .team-tab-content .single-team-member {
        margin-bottom: 30px;
    }

    .work-tab-content .single-project-style1 {
        margin-bottom: 30px;
    }

    .interior-design-right-content {
        padding-top: 80px;
    }

    .interior-design-content-box {
        padding-right: 0px;
    }


    /*** Project Style1 Area Css ***/
    .project-style1-area {
        padding: 0px 0 90px;
    }

    .recent-project-title h2 {
        font-size: 36px;
        line-height: 44px;
    }

    .project-style1-content {
        position: relative;
        display: block;
        margin: 0;
    }

    .project-style1-content li {
        width: 95%;
        float: none;
        margin: 0 auto 30px;
    }

    /*** Service Style1 Area Css ***/
    .service-style1-area {
        padding: 120px 0 60px;
    }

    .single-service-style1 {
        margin-bottom: 60px;
    }

    /*** Booking Area Css ***/
    .booking-number-box {
        text-align: center;
    }

    .booking-number-box .icon {
        width: 100%;
        line-height: 60px;
    }

    .booking-number-box .icon,
    .booking-number-box .title {
        display: block;
    }

    .booking-number-box .icon {
        width: 100%;
        margin-bottom: 22px;
    }

    .booking-number-box .title p {
        margin: 0 0 4px;
    }

    .booking-content-box {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 22px 0 0px;
    }

    .booking-content-box .text {
        text-align: center;
        margin: 0 0 10px;
        width: 100%;
    }

    .booking-content-box .buttom-box a {
        line-height: 60px;
        padding: 0 40px;
    }

    /*** Testimonial Style1 Area Css ***/
    .testimonial-style1-content {
        padding-top: 120px;
        padding-right: 0px;
    }

    .testimonial-style2-image-box {
        margin-top: 40px;
        margin-left: 0px;
        max-width: 320px;
        width: 100%;
    }

    .testimonial-style2-image-box img {
        max-width: 100%;
        width: 100%;
        float: none;
    }

    .testimonial-style2-image-box .title-box {
        left: -55px;
        top: 0px;
        font-size: 20px;
        font-weight: 600;
    }

    .testimonial-style2-image-box .bg-box:before {
        display: none;
    }

    /*** Fact Counter Area Css ***/
    .single-fact-counter {
        max-width: 100%;
        width: 100%;
    }

    .single-fact-counter:after {
        display: none;
    }

    /*** Partner Area Css ***/
    .partner-area {
        padding-top: 115px;
        padding-bottom: 75px;
    }

    .single-partner-logo-box {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }

    /*** Discover Area Css ***/
    .discover-area {
        padding-bottom: 120px;
    }

    .discover-content-box h2 br {
        display: none;
    }

    /*** Footer Area Css ***/
    .single-footer-widget.marbtm {
        margin-bottom: 40px;
    }

    .single-footer-widget.marleft40 {
        margin-left: 0px;
    }

    .single-footer-widget.pdtop {
        padding-top: 40px;
    }





    /*** Header Style Two Css ***/
    .header-style2 .auto-container-box {
        padding-right: 20px;
    }

    .header-left-style2 {
        width: 50%;
    }

    .header-left-style2 .logo {
        width: 250px;
    }

    .phone-number-box {
        display: none;
    }

    .header-middle-style2 {
        width: 50%;
    }

    .header-middle-style2 .nav-outer .mobile-nav-toggler {
        padding: 42px 0 43px;
    }

    .header-middle-style2 .nav-outer {
        float: right;
    }

    .header-right-style2 {
        display: none;
    }

    /*** Welcome Style1 Area Css ***/
    .welcome-style1-image-box {
        max-width: 700px;
    }

    .welcome-style1-image-box .shape {
        bottom: 0;
    }

    .welcome-style1-content-box {
        padding: 60px 0px 0px;
    }

    /*** Featured Style2 Area Css ***/
    .single-featured-style2 {
        padding: 50px 50px 40px;
        max-width: 345px;
        border: none;
        float: none;
        margin: 0 auto 30px;
    }

    /*** Choose Style1 Area Css ***/
    .choose-style1-area {
        border-bottom: 1px solid #ebe5db;
    }

    .choose-style1-image-box:before {
        position: absolute;
        top: -120px;
        left: 230px;
        bottom: 0px;
    }

    .choose-style1-area .shape {
        opacity: 0.05;
    }

    .choose-style1-image-box img {
        border-radius: 7px;
    }

    .choose-style1-content-box {
        padding-top: 50px;
        padding-left: 0px;
    }

    /*** Project Style2 Area Css ***/
    .project-style2-title-box {
        width: 100%;
        height: 100%;
        padding-top: 110px;
        padding-right: 0px;
        padding-bottom: 61px;
    }

    .project-style2-title-box:before {
        left: -100000px;
        bottom: 0px;
        right: -300px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .project-style2-title-box:after {
        left: -100000px;
        bottom: 0px;
        right: -300px;
    }

    .project-style2-content-box {
        padding-top: 0px;
    }

    .project-complected-box {
        position: relative;
        top: 0;
        left: 0;
        right: auto;
        padding-left: 85px;
        padding-top: 56px;
        margin-bottom: 0px;
        padding-bottom: 25px;
    }

    .project-complected-box .title {
        padding-left: 20px;
    }

    .project-complected-box .icon {
        width: 85px;
        padding: 60px 0 37px;
    }

    .project-complected-box .title h2 {
        font-size: 50px;
        line-height: 52px;
        margin: 0 0 10px;
    }

    .project-complected-box .title h3 {
        font-size: 14px;
    }

    /*** Blog Style2 Area Css ***/
    .blog-style2-area .single-blog-style1.style1instyle2 {
        margin-bottom: 40px;
    }

    /*** Partner Style2 Area Css ***/
    .partner-style2-area {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    /*** Contact Form Style1 Area Css ***/
    .contact-form-outer-box {
        padding: 15px;
        padding-bottom: 30px;
        margin-bottom: 0px;
    }

    .contact-inner-box {
        padding-left: 0px;
        min-height: auto;
    }

    .contact-inner-box .contact-image-box {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }

    .contact-inner-box .contact-image-box img {
        width: 100%;
    }

    .contact-form {
        padding-left: 0px;
        padding-top: 50px;
    }

    .contact-form form .button-box button {
        font-size: 16px;
        padding: 0 40px;
    }

    /*** About Style2 Area Css ***/
    .about-style2-image-box .main-image .icon-box {
        top: 20px;
        left: 20px;
    }

    .about-style2-content-box {
        padding-left: 0px;
        padding-top: 40px;
    }

    /*** Faq Page Area Css ***/
    .faq-right-content-box {
        position: relative;
        display: block;
        margin-top: 10px;
    }

    /*** Breadcrumb Area Css ***/
    .breadcrumb-area .title h2 {
        font-size: 46px;
        line-height: 1.2em;
    }

    /*** Error Page Area Css ***/
    .error-content .title {
        font-size: 140px;
        line-height: 150px;
        margin: 7px 0 7px;
    }

    /*** Service Details Area Css ***/
    .service-details-sidebar {
        padding-top: 80px;
    }

    .service-details-area {
        padding: 50px 0;
    }

    .service-details-text-2 .image-box {
        margin-top: 20px;
    }

    /*** Project Details Area Css ***/
    .project-detail-main-image .project-info {
        position: relative;
        padding: 32px 0 32px;
        left: 0px;
        right: 0px;
        width: 290px;
        margin: 0 auto;
        margin-top: -30px;
        bottom: 0;
        z-index: 9999999;
    }

    .project-detail-main-image .project-info>ul>li {
        float: none;
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .project-detail-main-image .project-info>ul>li:before {
        display: none;
    }

    .project-detail-main-image .project-info ul li ul {
        padding-left: 0px;
    }

    .project-detail-text-1 {
        margin-top: 41px;
        margin-bottom: 57px;
    }

    .project-detail-text-2 .text-box {
        margin-top: -9px;
        margin-right: 0px;
    }

    .project-detail-text-2 .text-box h2 br {
        display: none;
    }

    .video-holder-box {
        margin-top: 40px;
        margin-left: 0px;
    }

    /*** Blog Area Css ***/
    .blog-page1-area {
        padding: 120px 0 90px;
    }

    .single-sidebar {
        padding-left: 20px;
        padding-right: 20px;
    }

    .sidebar-wrapper {
        max-width: 500px;
        width: 100%;
        margin-top: 70px;
    }

    .single-blog-style1 .text-holder {
        padding: 24px 20px 20px;
        padding-right: 20px;
        margin-right: 15px;
    }

    .single-blog-style1 .img-holder .date-box {
        right: 15px;
    }

    .styled-pagination li {
        margin-right: 5px;
        margin-bottom: 5px;
    }


    /*** Blog Single Area Css ***/
    .blog-single-area {
        padding: 120px 0 90px;
    }

    .tag-social-share-box {
        flex-direction: column;
        justify-content: center;
        align-content: center;
        text-align: center;
    }

    .tag-social-share-box .post-social-share {
        margin-top: 10px;
    }

    .comment-box .single-comment-box {
        padding-left: 0px;
    }

    .comment-box .single-comment-box .img-holder {
        position: relative;
        left: 0;
        top: 0;
    }

    .comment-box .single-comment-box .text-holder {
        padding-left: 0px;
        margin-top: 22px;
    }

    .single-sidebar .recent-posts li .title-box h4 a br {
        display: none;
    }

    .blog-details-author {
        padding: 50px 25px 50px;
    }

    .blog-details-author .inner-box .img-box,
    .blog-details-author .inner-box .text {
        display: block;
    }

    .blog-details-author .inner-box .text {
        padding-left: 0px;
        margin-top: 25px;
    }

    .blog-details-author .inner-box .text h3 {
        margin-bottom: 11px;
    }

    /*** Contact Info Area Css ***/
    .contact-info-area {
        padding: 50px 0px 25px 0px;
    }

    .single-contact-info-box {
        padding: 50px 30px 40px;
        min-height: auto;
        margin-bottom: 30px;
    }


    .choose-style1-image-box .overlay-content {
        padding: 25px 30px 16px;
    }

    .choose-style1-image-box .overlay-content span:before {
        font-size: 50px;
        line-height: 50px;
    }

    .choose-style1-image-box .overlay-content h3 {
        font-size: 16px;
        margin: 9px 0 0;
    }

    .project-detail-main-image .project-info ul li ul li span {
        width: 85px;
    }

    .project-detail-main-image .project-info ul li ul li {
        font-size: 16px;
    }


    .sidebar-contact-info-box {
        padding: 50px 20px 50px;
    }


    .about-style2-area {
        padding: 120px 0 112px;
    }




    /*** RTL Page Css ***/
    .rtl .booking-number-box .icon,
    .rtl .booking-number-box .title {
        text-align: center !important;
    }

    .rtl .testimonial-style1-content {
        padding-right: 0px;
        padding-left: 0px;
    }

    .rtl .testimonial-style2-image-box {
        margin-top: 40px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .rtl .testimonial-style2-image-box .title-box {
        left: auto;
        right: -55px;
    }

    .rtl .single-footer-widget.marleft40 {
        margin-left: 0px;
        margin-right: 0px;
    }
    
    .contact-form form .input-box label {
        font-size: 12px !important;
    }

}

@media only screen and (min-width: 768px) {

    .main-menu .navigation>li>ul,
    .main-menu .navigation>li>ul>li>ul,
    .main-menu .navigation>li .megamenu {
        display: block !important;
        visibility: hidden;
        opacity: 0;
    }




}

@media only screen and (max-width: 1199px) {


    /*** 
=============================================
    Header Style One Css
=============================================
***/

    .main-header .main-menu {
        position: relative;
        display: block;
        width: 100%;
        float: none;
    }

    .main-header .nav-outer .main-menu,
    .mainmenu-area .nav-outer .main-menu,
    .sticky-header {
        display: none !important;
    }

    .nav-outer .mobile-nav-toggler {
        display: block;
    }

    .mobile-nav-toggler .icon-bar {
        position: relative;
        display: block;
        background: #ffffff;
        height: 2px;
        width: 30px;
        margin: 7px 5px;
    }
	.main-slider .slide .image-layer {
		background-size: contain;
    	background-position: top;
		position: relative;
		height: 25vh;
	}
	
	.main-slider .auto-container {
		background: #b1980099;
    	padding: 15px !important;
	}
	
	.main-slider .slide {
		height: auto;
	}
	
	.main-slider .active .slide .image-layer {
		transform: scale(1);
	}

	.about-style1-area {
		padding-top: 50px;
	}



}

@media only screen and (min-width: 1200px) and (max-width: 1650px) {

    /*** About Style1 Area Css ***/
    .about-style1-area .shape1 img {
        width: 50%;
        opacity: .4;
    }

    .about-style1-area .shape2 img {
        width: 80%;
    }

    /*** About Style2 Area Css ***/
    .about-style2-image-box .main-image .icon-box {
        top: 20px;
        left: 20px;
    }

    /*** RTL About Style2 Area Css ***/
    .rtl .about-style2-image-box .main-image .icon-box {
        top: 20px;
        right: 20px;
    }







}

@media only screen and (min-width: 1200px) and (max-width: 1680px) {

    /*** Project Style1 Area Css ***/
    .project-style1-content {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .project-style1-content li {
        width: 95%;
    }

    /*** Header Style Two Css ***/
    .header-left-style2 {
        width: 37%;
    }

    .header-left-style2 .logo {
        width: 250px;
    }

    .main-menu .navigation>li {
        margin-right: 25px;
    }

    .header-middle-style2 {
        width: 48%;
    }

    .header-middle-style2 .nav-outer {
        padding-left: 25px;
    }

    .header-right-style2 {
        width: 15%;
    }

    .header-right-style2 .header-social-link ul li {
        margin: 0 1px;
    }




}

@media only screen and (min-width: 1200px) and (max-width: 1390px) {

    /*** Main Slider Css ***/
    .main-slider .auto-container {
        padding: 0px 120px;
    }




}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    /*** Main Slider Css ***/
    .main-slider .auto-container {
        padding: 0px 120px;
    }

    .main-slider .content .big-title {
        margin-top: 25px;
        margin-bottom: 40px;
    }

    .main-slider .content .big-title:before {
        top: 11px;
        bottom: 10px;
    }

    .main-slider .content .big-title h2 {
        font-size: 50px;
    }







}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /*** Main Slider Css ***/
    .main-slider .auto-container {
        padding: 0px 120px;
    }

    .main-slider .content .big-title {
        margin-top: 25px;
        margin-bottom: 40px;
    }

    .main-slider .content .big-title:before {
        top: 11px;
        bottom: 10px;
    }

    .main-slider .content .big-title h2 {
        font-size: 50px;
    }







}

@media only screen and (min-width: 500px) and (max-width: 767px) {

    /*** Main Slider Css ***/
    .main-slider .slide {
        padding: 123px 0px 130px;
    }

    .main-slider .auto-container {
        padding: 0px 70px;
        padding-right: 30px;
    }

    .main-slider .owl-theme .owl-nav .owl-prev {}

    .main-slider .owl-theme .owl-nav .owl-next {}

    .main-slider .content .big-title {
        margin-top: 18px;
        margin-bottom: 31px;
    }

    .main-slider .content .big-title:before {
        top: 8px;
        bottom: 9px;
    }

    .main-slider .content .big-title h2 {
        font-size: 40px;
    }

    .main-slider .content .btns-box a {
        font-size: 16px;
        line-height: 60px;
        padding: 0 50px;
    }



    .rtl .main-slider .auto-container {
        padding: 0px 70px;
        padding-left: 30px;
    }









}

@media only screen and (max-width: 499px) {

    /*** Main Slider Css ***/
    .main-slider .auto-container {
        padding: 0px 30px;
    }

    .main-slider .owl-theme .owl-nav .owl-prev {
        display: none;
    }

    .main-slider .owl-theme .owl-nav .owl-next {
        display: none;
    }

    .main-slider .slide {
        padding: 123px 0px 130px;
		padding-top: 0;
		padding-bottom: 0;
    }

    .main-slider .content .big-title {
        margin-top: 18px;
        margin-bottom: 31px;
    }

    .main-slider .content .big-title:before {
        top: 8px;
        bottom: 9px;
    }

    .main-slider .content .big-title h2 {
        font-size: 40px;
    }

    .main-slider .content .big-title h2 br {
        display: none;
    }

    .main-slider .content .btns-box a {
        font-size: 16px;
        line-height: 60px;
        padding: 0 50px;
    }












}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .order-box-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-box-1 {
        -ms-flex-order: 1;
        order: 1;
    }

}

@media only screen and (min-width: 300px) and (max-width: 767px) {
    .order-box-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-box-1 {
        -ms-flex-order: 1;
        order: 1;
    }

}
/* çerez cerez */

#cerez-sozlesme {
    position: fixed;
    transform: translate(0, 100px);
    left: 0;
    bottom: 100px;
    z-index: 100;
    background-color: rgb(0 0 0 / 60%);
    width: 100%;
    padding: 20px 30px;
}

#cerez-sozlesme p,
#cerez-sozlesme p a {
    color: #fff !important;
    padding-top: 10px;
}

#cerez-sozlesme p a {
    text-decoration: underline;
}

#cerez-sozlesme .btn-sozlesme {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #fff;
    font-weight: 700;
    font-size: 12px;
    color: var(--renk-yazi) !important;
    text-decoration: none;
}

@media (min-width: 576px) {
    #cerez-sozlesme {
        display: flex;
        justify-content: center;
        padding: 10px;
    }
    #cerez-sozlesme p {
        margin: 0;
    }
    #cerez-sozlesme .btn-sozlesme {
        width: 20%;
    }
}

@media (min-width: 760px) {
    #cerez-sozlesme {
        padding: 15px 20px;
    }
}

@media (min-width: 992px) {
    #cerez-sozlesme p {
        font-size: 12px;
        padding: 5px 0;
    }
    #cerez-sozlesme .btn-sozlesme {
        width: 100px;
        margin-left: 10px;
    }
}

.whatsapp {
    width: 55px;
    left: 10px;
    z-index: 101;
    height: 55px;
    bottom: 10px;
    position: fixed;
    border-radius: 100%;
    line-height: 55px;
    background-color: #25d366;
}

.wpicon {
    display: block;
}

.wpicon i {
    color: #fff;
    font-size: 30px;
    padding: 13px 0px;
}

.wpicon img {
    filter: brightness(0) invert(1);
}

.glightbox {
    cursor: pointer;
}

/* çerez cerez */.swal2-popup.swal2-toast{flex-direction:row;align-items:center;width:auto;padding:.625em;overflow-y:hidden;background:#fff;box-shadow:0 0 .625em #d9d9d9}.swal2-popup.swal2-toast .swal2-header{flex-direction:row;padding:0}.swal2-popup.swal2-toast .swal2-title{flex-grow:1;justify-content:flex-start;margin:0 .6em;font-size:1em}.swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-popup.swal2-toast .swal2-close{position:static;width:.8em;height:.8em;line-height:.8}.swal2-popup.swal2-toast .swal2-content{justify-content:flex-start;padding:0;font-size:1em}.swal2-popup.swal2-toast .swal2-icon{width:2em;min-width:2em;height:2em;margin:0}.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:1.8em;font-weight:700}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content{font-size:.25em}}.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-popup.swal2-toast .swal2-actions{flex-basis:auto!important;width:auto;height:auto;margin:0 .3125em}.swal2-popup.swal2-toast .swal2-styled{margin:0 .3125em;padding:.3125em .625em;font-size:1em}.swal2-popup.swal2-toast .swal2-styled:focus{box-shadow:0 0 0 1px #fff,0 0 0 3px rgba(50,100,150,.4)}.swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:1.6em;height:3em;transform:rotate(45deg);border-radius:50%}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.8em;left:-.5em;transform:rotate(-45deg);transform-origin:2em 2em;border-radius:4em 0 0 4em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;left:.9375em;transform-origin:0 1.5em;border-radius:0 4em 4em 0}.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip{-webkit-animation:swal2-toast-animate-success-line-tip .75s;animation:swal2-toast-animate-success-line-tip .75s}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long{-webkit-animation:swal2-toast-animate-success-line-long .75s;animation:swal2-toast-animate-success-line-long .75s}.swal2-popup.swal2-toast.swal2-show{-webkit-animation:swal2-toast-show .5s;animation:swal2-toast-show .5s}.swal2-popup.swal2-toast.swal2-hide{-webkit-animation:swal2-toast-hide .1s forwards;animation:swal2-toast-hide .1s forwards}.swal2-container{display:flex;position:fixed;z-index:1060;top:0;right:0;bottom:0;left:0;flex-direction:row;align-items:center;justify-content:center;padding:.625em;overflow-x:hidden;transition:background-color .1s;-webkit-overflow-scrolling:touch}.swal2-container.swal2-backdrop-show,.swal2-container.swal2-noanimation{background:rgba(0,0,0,.4)}.swal2-container.swal2-backdrop-hide{background:0 0!important}.swal2-container.swal2-top{align-items:flex-start}.swal2-container.swal2-top-left,.swal2-container.swal2-top-start{align-items:flex-start;justify-content:flex-start}.swal2-container.swal2-top-end,.swal2-container.swal2-top-right{align-items:flex-start;justify-content:flex-end}.swal2-container.swal2-center{align-items:center}.swal2-container.swal2-center-left,.swal2-container.swal2-center-start{align-items:center;justify-content:flex-start}.swal2-container.swal2-center-end,.swal2-container.swal2-center-right{align-items:center;justify-content:flex-end}.swal2-container.swal2-bottom{align-items:flex-end}.swal2-container.swal2-bottom-left,.swal2-container.swal2-bottom-start{align-items:flex-end;justify-content:flex-start}.swal2-container.swal2-bottom-end,.swal2-container.swal2-bottom-right{align-items:flex-end;justify-content:flex-end}.swal2-container.swal2-bottom-end>:first-child,.swal2-container.swal2-bottom-left>:first-child,.swal2-container.swal2-bottom-right>:first-child,.swal2-container.swal2-bottom-start>:first-child,.swal2-container.swal2-bottom>:first-child{margin-top:auto}.swal2-container.swal2-grow-fullscreen>.swal2-modal{display:flex!important;flex:1;align-self:stretch;justify-content:center}.swal2-container.swal2-grow-row>.swal2-modal{display:flex!important;flex:1;align-content:center;justify-content:center}.swal2-container.swal2-grow-column{flex:1;flex-direction:column}.swal2-container.swal2-grow-column.swal2-bottom,.swal2-container.swal2-grow-column.swal2-center,.swal2-container.swal2-grow-column.swal2-top{align-items:center}.swal2-container.swal2-grow-column.swal2-bottom-left,.swal2-container.swal2-grow-column.swal2-bottom-start,.swal2-container.swal2-grow-column.swal2-center-left,.swal2-container.swal2-grow-column.swal2-center-start,.swal2-container.swal2-grow-column.swal2-top-left,.swal2-container.swal2-grow-column.swal2-top-start{align-items:flex-start}.swal2-container.swal2-grow-column.swal2-bottom-end,.swal2-container.swal2-grow-column.swal2-bottom-right,.swal2-container.swal2-grow-column.swal2-center-end,.swal2-container.swal2-grow-column.swal2-center-right,.swal2-container.swal2-grow-column.swal2-top-end,.swal2-container.swal2-grow-column.swal2-top-right{align-items:flex-end}.swal2-container.swal2-grow-column>.swal2-modal{display:flex!important;flex:1;align-content:center;justify-content:center}.swal2-container.swal2-no-transition{transition:none!important}.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal{margin:auto}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-container .swal2-modal{margin:0!important}}.swal2-popup{display:none;position:relative;box-sizing:border-box;flex-direction:column;justify-content:center;width:32em;max-width:100%;padding:1.25em;border:none;border-radius:.3125em;background:#fff;font-family:inherit;font-size:1rem}.swal2-popup:focus{outline:0}.swal2-popup.swal2-loading{overflow-y:hidden}.swal2-header{display:flex;flex-direction:column;align-items:center;padding:0 1.8em}.swal2-title{position:relative;max-width:100%;margin:0 0 .4em;padding:0;color:#595959;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}.swal2-actions{display:flex;z-index:1;flex-wrap:wrap;align-items:center;justify-content:center;width:100%;margin:1.25em auto 0}.swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.swal2-actions:not(.swal2-loading) .swal2-styled:hover{background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))}.swal2-actions:not(.swal2-loading) .swal2-styled:active{background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))}.swal2-actions.swal2-loading .swal2-styled.swal2-confirm{box-sizing:border-box;width:2.5em;height:2.5em;margin:.46875em;padding:0;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border:.25em solid transparent;border-radius:100%;border-color:transparent;background-color:transparent!important;color:transparent!important;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.swal2-actions.swal2-loading .swal2-styled.swal2-cancel{margin-right:30px;margin-left:30px}.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after{content:"";display:inline-block;width:15px;height:15px;margin-left:5px;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border:3px solid #999;border-radius:50%;border-right-color:transparent;box-shadow:1px 1px 1px #fff}.swal2-styled{margin:.3125em;padding:.625em 2em;box-shadow:none;font-weight:500}.swal2-styled:not([disabled]){cursor:pointer}.swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#3085d6;color:#fff;font-size:1.0625em}.swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#aaa;color:#fff;font-size:1.0625em}.swal2-styled:focus{outline:0;box-shadow:0 0 0 1px #fff,0 0 0 3px rgba(50,100,150,.4)}.swal2-styled::-moz-focus-inner{border:0}.swal2-footer{justify-content:center;margin:1.25em 0 0;padding:1em 0 0;border-top:1px solid #eee;color:#545454;font-size:1em}.swal2-timer-progress-bar-container{position:absolute;right:0;bottom:0;left:0;height:.25em;overflow:hidden;border-bottom-right-radius:.3125em;border-bottom-left-radius:.3125em}.swal2-timer-progress-bar{width:100%;height:.25em;background:rgba(0,0,0,.2)}.swal2-image{max-width:100%;margin:1.25em auto}.swal2-close{position:absolute;z-index:2;top:0;right:0;align-items:center;justify-content:center;width:1.2em;height:1.2em;padding:0;overflow:hidden;transition:color .1s ease-out;border:none;border-radius:0;background:0 0;color:#ccc;font-family:serif;font-size:2.5em;line-height:1.2;cursor:pointer}.swal2-close:hover{transform:none;background:0 0;color:#f27474}.swal2-close::-moz-focus-inner{border:0}.swal2-content{z-index:1;justify-content:center;margin:0;padding:0 1.6em;color:#545454;font-size:1.125em;font-weight:400;line-height:normal;text-align:center;word-wrap:break-word}.swal2-checkbox,.swal2-file,.swal2-input,.swal2-radio,.swal2-select,.swal2-textarea{margin:1em auto}.swal2-file,.swal2-input,.swal2-textarea{box-sizing:border-box;width:100%;transition:border-color .3s,box-shadow .3s;border:1px solid #d9d9d9;border-radius:.1875em;background:inherit;box-shadow:inset 0 1px 1px rgba(0,0,0,.06);color:inherit;font-size:1.125em}.swal2-file.swal2-inputerror,.swal2-input.swal2-inputerror,.swal2-textarea.swal2-inputerror{border-color:#f27474!important;box-shadow:0 0 2px #f27474!important}.swal2-file:focus,.swal2-input:focus,.swal2-textarea:focus{border:1px solid #b4dbed;outline:0;box-shadow:0 0 3px #c4e6f5}.swal2-file::-moz-placeholder,.swal2-input::-moz-placeholder,.swal2-textarea::-moz-placeholder{color:#ccc}.swal2-file:-ms-input-placeholder,.swal2-input:-ms-input-placeholder,.swal2-textarea:-ms-input-placeholder{color:#ccc}.swal2-file::-ms-input-placeholder,.swal2-input::-ms-input-placeholder,.swal2-textarea::-ms-input-placeholder{color:#ccc}.swal2-file::placeholder,.swal2-input::placeholder,.swal2-textarea::placeholder{color:#ccc}.swal2-range{margin:1em auto;background:#fff}.swal2-range input{width:80%}.swal2-range output{width:20%;color:inherit;font-weight:600;text-align:center}.swal2-range input,.swal2-range output{height:2.625em;padding:0;font-size:1.125em;line-height:2.625em}.swal2-input{height:2.625em;padding:0 .75em}.swal2-input[type=number]{max-width:10em}.swal2-file{background:inherit;font-size:1.125em}.swal2-textarea{height:6.75em;padding:.75em}.swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;background:inherit;color:inherit;font-size:1.125em}.swal2-checkbox,.swal2-radio{align-items:center;justify-content:center;background:#fff;color:inherit}.swal2-checkbox label,.swal2-radio label{margin:0 .6em;font-size:1.125em}.swal2-checkbox input,.swal2-radio input{margin:0 .4em}.swal2-validation-message{display:none;align-items:center;justify-content:center;padding:.625em;overflow:hidden;background:#f0f0f0;color:#666;font-size:1em;font-weight:300}.swal2-validation-message::before{content:"!";display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center}.swal2-icon{position:relative;box-sizing:content-box;justify-content:center;width:5em;height:5em;margin:1.25em auto 1.875em;border:.25em solid transparent;border-radius:50%;font-family:inherit;line-height:5em;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:3.75em}.swal2-icon.swal2-error{border-color:#f27474;color:#f27474}.swal2-icon.swal2-error .swal2-x-mark{position:relative;flex-grow:1}.swal2-icon.swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;transform:rotate(45deg)}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;transform:rotate(-45deg)}.swal2-icon.swal2-error.swal2-icon-show{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark{-webkit-animation:swal2-animate-error-x-mark .5s;animation:swal2-animate-error-x-mark .5s}.swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee}.swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.swal2-icon.swal2-success{border-color:#a5dc86;color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;transform:rotate(45deg);border-radius:50%}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;left:-2.0635em;transform:rotate(-45deg);transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;left:1.875em;transform:rotate(-45deg);transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}.swal2-icon.swal2-success .swal2-success-ring{position:absolute;z-index:2;top:-.25em;left:-.25em;box-sizing:content-box;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%}.swal2-icon.swal2-success .swal2-success-fix{position:absolute;z-index:1;top:.5em;left:1.625em;width:.4375em;height:5.625em;transform:rotate(-45deg)}.swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;z-index:2;height:.3125em;border-radius:.125em;background-color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.8125em;width:1.5625em;transform:rotate(45deg)}.swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;transform:rotate(-45deg)}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip{-webkit-animation:swal2-animate-success-line-tip .75s;animation:swal2-animate-success-line-tip .75s}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long{-webkit-animation:swal2-animate-success-line-long .75s;animation:swal2-animate-success-line-long .75s}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right{-webkit-animation:swal2-rotate-success-circular-line 4.25s ease-in;animation:swal2-rotate-success-circular-line 4.25s ease-in}.swal2-progress-steps{align-items:center;margin:0 0 1.25em;padding:0;background:inherit;font-weight:600}.swal2-progress-steps li{display:inline-block;position:relative}.swal2-progress-steps .swal2-progress-step{z-index:20;width:2em;height:2em;border-radius:2em;background:#3085d6;color:#fff;line-height:2em;text-align:center}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#3085d6}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:#add8e6;color:#fff}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:#add8e6}.swal2-progress-steps .swal2-progress-step-line{z-index:10;width:2.5em;height:.4em;margin:0 -1px;background:#3085d6}[class^=swal2]{-webkit-tap-highlight-color:transparent}.swal2-show{-webkit-animation:swal2-show .3s;animation:swal2-show .3s}.swal2-hide{-webkit-animation:swal2-hide .15s forwards;animation:swal2-hide .15s forwards}.swal2-noanimation{transition:none}.swal2-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.swal2-rtl .swal2-close{right:auto;left:0}.swal2-rtl .swal2-timer-progress-bar{right:0;left:auto}@supports (-ms-accelerator:true){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@-moz-document url-prefix(){.swal2-close:focus{outline:2px solid rgba(50,100,150,.4)}}@-webkit-keyframes swal2-toast-show{0%{transform:translateY(-.625em) rotateZ(2deg)}33%{transform:translateY(0) rotateZ(-2deg)}66%{transform:translateY(.3125em) rotateZ(2deg)}100%{transform:translateY(0) rotateZ(0)}}@keyframes swal2-toast-show{0%{transform:translateY(-.625em) rotateZ(2deg)}33%{transform:translateY(0) rotateZ(-2deg)}66%{transform:translateY(.3125em) rotateZ(2deg)}100%{transform:translateY(0) rotateZ(0)}}@-webkit-keyframes swal2-toast-hide{100%{transform:rotateZ(1deg);opacity:0}}@keyframes swal2-toast-hide{100%{transform:rotateZ(1deg);opacity:0}}@-webkit-keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@-webkit-keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}@keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}@-webkit-keyframes swal2-show{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}100%{transform:scale(1)}}@keyframes swal2-show{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}100%{transform:scale(1)}}@-webkit-keyframes swal2-hide{0%{transform:scale(1);opacity:1}100%{transform:scale(.5);opacity:0}}@keyframes swal2-hide{0%{transform:scale(1);opacity:1}100%{transform:scale(.5);opacity:0}}@-webkit-keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.8125em;width:1.5625em}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.8125em;width:1.5625em}}@-webkit-keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@-webkit-keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}100%{transform:rotate(-405deg)}}@keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}100%{transform:rotate(-405deg)}}@-webkit-keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(.4);opacity:0}50%{margin-top:1.625em;transform:scale(.4);opacity:0}80%{margin-top:-.375em;transform:scale(1.15)}100%{margin-top:0;transform:scale(1);opacity:1}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(.4);opacity:0}50%{margin-top:1.625em;transform:scale(.4);opacity:0}80%{margin-top:-.375em;transform:scale(1.15)}100%{margin-top:0;transform:scale(1);opacity:1}}@-webkit-keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0);opacity:1}}@keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0);opacity:1}}@-webkit-keyframes swal2-rotate-loading{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes swal2-rotate-loading{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto!important}body.swal2-no-backdrop .swal2-container{top:auto;right:auto;bottom:auto;left:auto;max-width:calc(100% - .625em * 2);background-color:transparent!important}body.swal2-no-backdrop .swal2-container>.swal2-modal{box-shadow:0 0 10px rgba(0,0,0,.4)}body.swal2-no-backdrop .swal2-container.swal2-top{top:0;left:50%;transform:translateX(-50%)}body.swal2-no-backdrop .swal2-container.swal2-top-left,body.swal2-no-backdrop .swal2-container.swal2-top-start{top:0;left:0}body.swal2-no-backdrop .swal2-container.swal2-top-end,body.swal2-no-backdrop .swal2-container.swal2-top-right{top:0;right:0}body.swal2-no-backdrop .swal2-container.swal2-center{top:50%;left:50%;transform:translate(-50%,-50%)}body.swal2-no-backdrop .swal2-container.swal2-center-left,body.swal2-no-backdrop .swal2-container.swal2-center-start{top:50%;left:0;transform:translateY(-50%)}body.swal2-no-backdrop .swal2-container.swal2-center-end,body.swal2-no-backdrop .swal2-container.swal2-center-right{top:50%;right:0;transform:translateY(-50%)}body.swal2-no-backdrop .swal2-container.swal2-bottom{bottom:0;left:50%;transform:translateX(-50%)}body.swal2-no-backdrop .swal2-container.swal2-bottom-left,body.swal2-no-backdrop .swal2-container.swal2-bottom-start{bottom:0;left:0}body.swal2-no-backdrop .swal2-container.swal2-bottom-end,body.swal2-no-backdrop .swal2-container.swal2-bottom-right{right:0;bottom:0}@media print{body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}body.swal2-toast-shown .swal2-container{background-color:transparent}body.swal2-toast-shown .swal2-container.swal2-top{top:0;right:auto;bottom:auto;left:50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;right:0;bottom:auto;left:auto}body.swal2-toast-shown .swal2-container.swal2-top-left,body.swal2-toast-shown .swal2-container.swal2-top-start{top:0;right:auto;bottom:auto;left:0}body.swal2-toast-shown .swal2-container.swal2-center-left,body.swal2-toast-shown .swal2-container.swal2-center-start{top:50%;right:auto;bottom:auto;left:0;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{top:50%;right:auto;bottom:auto;left:50%;transform:translate(-50%,-50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{top:50%;right:0;bottom:auto;left:auto;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-left,body.swal2-toast-shown .swal2-container.swal2-bottom-start{top:auto;right:auto;bottom:0;left:0}body.swal2-toast-shown .swal2-container.swal2-bottom{top:auto;right:auto;bottom:0;left:50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;right:0;bottom:0;left:auto}body.swal2-toast-column .swal2-toast{flex-direction:column;align-items:stretch}body.swal2-toast-column .swal2-toast .swal2-actions{flex:1;align-self:stretch;height:2.2em;margin-top:.3125em}body.swal2-toast-column .swal2-toast .swal2-loading{justify-content:center}body.swal2-toast-column .swal2-toast .swal2-input{height:2em;margin:.3125em auto;font-size:1em}body.swal2-toast-column .swal2-toast .swal2-validation-message{font-size:1em}