/* Westo HTML5 Template  */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header
5. Hidden Sidebar
6. Banner Section
7. Page Title
8. Section Banner
9. Section Title
10. About Section
11. Blog Section

**********************************************/



:root {
    --thm-font: 'Catamaran', sans-serif;
    --thm-font-2: 'Caveat', cursive;
    --thm-gray: #737c76;
    --thm-gray-rgb: 115, 124, 118;
    --thm-primary: #fc8639;
    --thm-primary-rgb: 252, 134, 57;
    --thm-black: #231f20;
    --thm-black-rgb: 35, 31, 32;
}



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

html,
body {
    height: 100%;
}



body {
    color: var(--thm-gray);
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    font-family: var(--thm-font);
}

button:focus {
    outline: none;
}

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





h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--thm-black);
    font-weight: 800;
    line-height: 1.25em;
    font-family: var(--thm-font);
    margin: 0;
}

h3 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
}



a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    border: none;
    transition: .4s;
    -webkit-transition: all .4s ease-in-out;
}

textarea:focus {
    outline: none;
}


*::-moz-selection {
    background: var(--thm-black);
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: var(--thm-black);
    color: #fff;
    text-shadow: none;
}

::selection {
    background: var(--thm-black);
    color: #fff;
    text-shadow: none;
}



*::placeholder {
    color: #555555;
    opacity: 1;
}

*::-moz-placeholder {
    color: #555555;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #555555;
    opacity: 1;
}





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

.fancybox-image,
.fancybox-spaceball {
    border-radius: 10px;
}


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


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;
}




i {
    font-style: normal;
}

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

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

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




.btn-one {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding-top: 7px;
    padding-left: 60px;
    padding-bottom: 3px;
    padding-right: 60px;
    background-color: var(--thm-primary);
    color: var(--thm-black);
    font-size: 14px;
    line-height: 50px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-family: var(--thm-font);
    z-index: 1;
}

.btn-one:before {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0px;
    width: 100%;
    content: "";
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    border-radius: 0px;
    webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    background-color: var(--thm-base);
    z-index: 1;
}

.btn-one:hover:before {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}


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

.btn-one .arrow {
    position: relative;
    top: -2px;
    display: inline-block;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

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













.btn-two {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    font-family: var(--thm-font-2);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.btn-two span {
    position: relative;
    top: 3px;
    display: inline-block;
    padding-right: 10px;
    line-height: 15px;
    transform: rotate(180deg);
}

.btn-two span:before {
    position: relative;
    top: 3px;
    display: inline-block;
    color: var(--thm-black);
    font-size: 25px;
    font-weight: 400;
    z-index: 1;
}

.btn-two span:after {
    content: "";
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border-radius: 50%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.btn-two:hover span:after {
    transform: scale(1.1);
}

.btn-two:hover:before {}

.btn-two:hover {
    color: var(--thm-base);
}








.checked-box1 {
    position: relative;
    display: block;
    min-height: 40px;
}

.checked-box1 label {
    position: relative;
    display: inline-block;
    padding-left: 50px;
    margin-right: 0px;
    margin-bottom: 0;
    color: #585858;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    cursor: pointer;
    min-height: 40px;
    font-family: var(--thm-font);
}

.checked-box1 input[type="checkbox"] {
    display: none;
}

.checked-box1 input[type="checkbox"]+label span {
    position: absolute;
    display: block;
    top: 4px;
    left: 0;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #dae5ec;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.checked-box1 label span:before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0;
    right: 0;
    content: "";
    width: 30px;
    height: 30px;
    background: var(--thm-primary);
    border-radius: 50%;
    margin: 4px;
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.checked-box1 input[type="checkbox"]:checked+label span {
    border-color: #dae5ec;
}

.checked-box1 input[type="checkbox"]:checked+label span:before {
    transform: scale(1.0);
}






.checked-box2 {
    position: relative;
    display: block;
    min-height: 30px;
}

.checked-box2 label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    margin-right: 0px;
    margin-bottom: 0;
    color: #757575;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    cursor: pointer;
    min-height: 30px;
    font-family: var(--thm-font);
}

.checked-box2 input[type="checkbox"] {
    display: none;
}

.checked-box2 input[type="checkbox"]+label span {
    position: absolute;
    top: 5px;
    left: 0;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    border-radius: 3px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.checked-box2 label span:before {
    font-family: FontAwesome;
    content: "\f00c";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0;
    right: 0;
    width: 16px;
    height: 16px;
    margin: 0px;
    color: var(--thm-base);
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.checked-box2 input[type="checkbox"]:checked+label span {
    border-color: #dedede;
}

.checked-box2 input[type="checkbox"]:checked+label span:before {
    opacity: 1;
}






.thm-social-link1 {
    position: relative;
    display: block;
}

.thm-social-link1 ul {
    position: relative;
}

.thm-social-link1 ul li {
    position: relative;
    float: left;
    margin-right: 10px;
}

.thm-social-link1 ul li:last-child {
    margin-right: 0;
}

.thm-social-link1 ul li a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background: var(--thm-base);
    border-radius: 50%;
    border: 2px solid var(--thm-base);
    color: var(--thm-black);
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    z-index: 1;
    transition: all 500ms ease;
}

.thm-social-link1 ul li a:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: var(--thm-black);
    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);
}

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

.thm-social-link1 ul li a:hover {
    color: #ffffff;
}





.thm-social-link2 {
    position: relative;
    display: block;
}

.thm-social-link2 ul {
    position: relative;
    overflow: hidden;
}

.thm-social-link2 ul li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.thm-social-link2 ul li:last-child {
    margin-right: 0;
}

.thm-social-link2 ul li a {
    position: relative;
    display: block;
    color: #909090;
    font-size: 16px;
    line-height: 30px;
    transition: all 500ms ease;
}

.thm-social-link2 ul li a:hover {
    color: var(--thm-primary);
}



.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 {}

.owl-nav-style-one {}

.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: relative;
    display: block;
    line-height: 0;
    z-index: 10;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 0%;
    margin: 0 0 0 0px;
    padding: 0;
    transition: all 700ms ease 0s;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:before {
    content: "\f149";
    font-family: flaticon !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 2px solid #ffffff;
    color: var(--thm-base);
    font-size: 18px;
    line-height: 56px;
    font-weight: 600;
    text-align: center;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover:before {
    border-color: var(--thm-base);
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] span {
    display: none;
}

.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
    transform: rotate(-270deg);
    margin-right: 10px;
}

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

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: var(--thm-base);
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover:before {
    color: #ffffff
}



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

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 11px;
    height: 11px;
    background-color: rgba(var(--thm-base-rgb), .20);
    border: 0px solid #e0e0e0;
    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:before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    border-radius: 50%;
    background: var(--thm-primary);
    transform: scale(0);
    transition: all 500ms ease;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active {
    background: var(--thm-primary);
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active:before {
    transform: scale(1.0);
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot span {}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active span {}




@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 {
    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;
}

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

.styled-pagination.pdtop0 {
    padding-top: 0;
}

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

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

.styled-pagination li.prev a {
    transform: rotate(0deg);
}

.styled-pagination li a span:before {
    position: relative;
    top: 6px;
    font-size: 25px;
}

.styled-pagination li.prev a span.left {
    position: relative;
    top: 1px;
}

.styled-pagination li.next a span.right {
    position: relative;
    top: 2px;
}

.styled-pagination li a {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 55px;
    border-radius: 0%;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    color: var(--thm-black);
    font-size: 18px;
    line-height: 53px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    transition: all 500ms ease;
    font-family: var(--thm-font);
    z-index: 1;
}

.styled-pagination li:hover a,
.styled-pagination li.active a {
    color: #ffffff;
    border-color: var(--thm-base);
    background: var(--thm-base);
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
    color: var(--thm-base);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

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






/*=============== Color-Layout =============*/
.switcher {
    position: fixed;
    top: 320px;
    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: 220px;
    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: #1266e3;
}

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

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

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

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

.switcher #styleOptions li a.green-color {
    background: #95c41f;
}







/** Search Pop Up Style **/
.serach-button-style1 {
    position: relative;
    display: block;
}

.serach-button-style1 .search-toggler {
    position: relative;
    display: block;
    width: 70px;
    height: 40px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 0px;
    color: var(--thm-black);
    font-size: 25px;
    line-height: 46px;
    font-weight: 400;
    cursor: pointer;
    border-left: 1px solid rgba(var(--thm-base-rgb), .10);
    transition: all 500ms ease;
}

.serach-button-style1 .search-toggler:hover {
    color: var(--thm-base);
}


.search-popup {
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
    transform: translateY(101%);
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}

.search-popup.popup-visible {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
    opacity: 1;
}

.search-popup .overlay-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
}

.search-popup .close-search {
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 22px;
    color: #ffffff;
    cursor: pointer;
    background-image: url(../images/icon/icon-cross.png);
    width: 40px;
    height: 40px;
    z-index: 5;
    transition: all 500ms ease;
}

.search-popup .search-form {
    position: relative;
    padding: 0px 15px 0px;
    max-width: 1024px;
    margin: 0 auto;
    margin-top: 150px;
    margin-bottom: 100px;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    z-index: 10;
}

.search-popup.popup-visible .search-form {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    transition: all 500ms ease 500ms;
    -moz-transition: all 900ms ease 500ms;
    -webkit-transition: all 900ms ease 500ms;
    -ms-transition: all 900ms ease 500ms;
    -o-transition: all 900ms ease 500ms;
}

.search-popup .search-form .form-group {
    margin-bottom: 30px;
}

.search-popup .search-form fieldset {
    position: relative;
    border-radius: 12px;
}

.search-popup .search-form fieldset input[type="search"] {
    position: relative;
    height: 70px;
    padding: 20px 250px 20px 30px;
    background: #ffffff;
    line-height: 30px;
    font-size: 24px;
    color: #233145;
    border-radius: 7px;
}

.search-popup .search-form fieldset input[type="submit"] {
    position: absolute;
    display: block;
    right: 0px;
    top: 0px;
    text-align: center;
    width: 220px;
    height: 70px;
    padding: 20px 10px 20px 10px;
    color: #ffffff !important;
    line-height: 30px;
    font-size: 20px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 0px 7px 7px 0px;
    background: var(--thm-base);
}

.search-popup .search-form fieldset input[type="submit"]:hover {
    transform: translateY(0px);
}



.search-popup h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-align: center;
}

.search-popup .recent-searches {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}

.search-popup .recent-searches li {
    display: inline-block;
    margin: 0px 10px 10px 0px;
}

.search-popup .recent-searches li a {
    display: block;
    line-height: 24px;
    border: 1px solid #ffffff;
    padding: 7px 15px;
    color: #ffffff;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.search-popup .recent-searches li a:hover {
    border-color: var(--thm-base);
    background-color: var(--thm-base);
}





.serach-button-style1--instyle2 {
    margin-left: 0;
    margin-right: 0;
}

.serach-button-style1--instyle2 .search-toggler {
    color: #ffffff;
    border-left: 1px solid rgba(255, 255, 255, 0.20);
}

.serach-button-style1--instyle2 .search-toggler:hover {
    color: var(--thm-black);
}



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

.preloader-close {
    position: fixed;
    z-index: 999999;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    right: 0;
    bottom: 0;
    font-weight: 600;
    background-color: var(--thm-black);
}

.loader-wrap {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.loader-wrap .layer-one {
    position: absolute;
    left: 0%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer-two {
    position: absolute;
    left: 33.3333%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer-three {
    position: absolute;
    left: 66.6666%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}



.loader-wrap .layer .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--thm-base);
}





/*** Scroll To Top style ***/
.scroll-top {
    position: fixed;
    right: 15px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    color: var(--thm-base);
    font-size: 20px;
    line-height: 56px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    display: none;
    cursor: pointer;
    transform: rotate(0deg);
    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:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: transparent;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}



.scroll-top:hover {
    color: #ffffff;
    background-color: var(--thm-black);
    border-color: var(--thm-black);
}





/* 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;
}







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

.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);
}




.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: none;
    margin: 0 1px;
}

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

.review-box>ul>li>i {
    position: relative;
    display: inline-block;
    color: #ffa800;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.review-box>ul>li:hover>i {
    color: var(--thm-gray);
}




/* 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.style1 .mobile-nav-toggler {
    padding: 35px 0 35px;
}

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

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

.nav-outer .mobile-nav-toggler .inner {
    position: relative;
    display: block;
    padding: 3px 5px;
    background: var(--thm-base);
}

.nav-outer.style2 .mobile-nav-toggler .inner {
    background-color: var(--thm-black);
}




.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(9, 16, 32, 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: 30px;
    line-height: 30px;
    width: 30px;
    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 {
    color: var(--thm-base);
    -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;
    border-left: 5px solid var(--thm-base);
    -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.current>a,
.mobile-menu .navigation li>a:hover {
    color: var(--thm-base);
}


.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: 50px 15px;
}

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

.mobile-menu .social-links li a {
    position: relative;
    display: block;
    width: 45px;
    height: 45px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 50%;
    background: var(--thm-base);
    color: #ffffff;
    font-size: 16px;
    line-height: 41px;
    -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 .social-links li a:hover {
    color: var(--thm-base);
    background-color: #ffffff;
}







/** xs sidebar **/
.xs-sidebar-group .xs-overlay {
    left: 0%;
    top: 0;
    position: fixed;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    cursor: url(../images/icon/cross-out.png), pointer;
    z-index: 99999999;
}

.xs-sidebar-group.isActive .xs-overlay {
    opacity: .8;
    visibility: visible;
    transition-delay: 0.3s;
    right: 100%;
    background-color: #000000;
}


.xs-sidebar-widget {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 365px;
    background-color: #2c2c2c;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 700ms ease 100ms;
    visibility: hidden;
    opacity: 1;
    z-index: 999999999;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
    opacity: 1;
    visibility: visible;
    left: 0;
    transition: all 500ms ease 800ms;
}



.sidebar-textwidget {
    padding: 70px 30px;
}

.sidebar-widget-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 300ms ease 100ms;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 700ms ease 1500ms;
}

.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .8;
    z-index: 0;
    background-color: #000000;
}



.xs-sidebar-group .widget-heading {
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px;
}

.xs-sidebar-group .widget-heading a {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.xs-sidebar-group .widget-heading a:hover {
    color: var(--thm-base);
    border-color: var(--thn-base);
}


.xs-sidebar-group .content-inner .logo {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.xs-sidebar-group .content-inner .logo a {
    position: relative;
    display: inline-block;
}

.xs-sidebar-group .content-inner h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 14px;
    margin-bottom: 30px;
}

.xs-sidebar-group .content-inner h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: var(--thm-base);
}



.xs-sidebar-group .content-inner .content-box {
    margin-bottom: 30px;
    padding-right: 15px;
}

.xs-sidebar-group .content-inner .content-box .inner-text {
    position: relative;
    display: block;
    padding-top: 2px;
}

.xs-sidebar-group .content-inner .content-box p {
    color: #b0bcc2;
    margin: 0;
}

.xs-sidebar-group .content-inner .form-inner .form-group {
    position: relative;
    margin-bottom: 20px;
}

.xs-sidebar-group .content-inner .form-inner .form-group:last-child {
    margin-bottom: 0px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input[type='text'],
.xs-sidebar-group .content-inner .form-inner .form-group input[type='email'],
.xs-sidebar-group .content-inner .form-inner .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 15px;
    padding: 10px 20px;
    color: #848484;
    transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .form-inner .form-group button.btn-one {
    color: var(--thm-black);
}

.xs-sidebar-group .content-inner .form-inner .form-group .theme-btn-one:hover {}

.xs-sidebar-group .content-inner .form-inner .form-group textarea {
    resize: none;
    height: 120px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input:focus,
.xs-sidebar-group .content-inner .form-inner .form-group textarea:focus {
    border-color: #00224f;
}


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

.sidebar-contact-info h3 {}

.sidebar-contact-info ul {
    position: relative;
    display: block;
    padding-bottom: 22px;
}

.sidebar-contact-info ul li {
    position: relative;
    display: block;
    color: #b0bcc2;
    line-height: 30px;
    margin-bottom: 6px;
}

.sidebar-contact-info ul li:last-child {
    margin-bottom: 0;
}

.sidebar-contact-info ul li span {
    position: relative;
    display: inline-block;
    width: 25px;
}

.sidebar-contact-info ul li span:before {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    top: 3px;
}

.sidebar-contact-info ul li a {
    color: #b0b0bd;
}

.xs-sidebar-group .content-inner .thm-social-link1 {
    overflow: hidden;
}




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

.sec-title .sub-title {
    position: relative;
    display: block;
    line-height: 0;
    padding-bottom: 9px;
}

.sec-title .sub-title h3 {
    color: var(--thm-base);
    font-size: 24px;
    line-height: 34px;
    font-family: var(--thm-font-2);
    font-weight: 700;
    font-style: normal;
}

.sec-title h2 {
    font-size: 50px;
    line-height: 1.2em;
    font-weight: 800;
    text-transform: none;
}


.sec-title--style2 {
    position: relative;
}

.sec-title--style2 .sub-title h3 {
    color: var(--thm-primary);
}

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





@keyframes slide5 {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -200px 0;
    }
}

@-webkit-keyframes slide5 {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -200px 0;
    }
}







/*** 
=============================================
    Features Style1 Content Css
=============================================
***/
.features-style1-area {
    position: relative;
    display: block;
}

.features-style1__content {
    position: relative;
    display: block;
    z-index: 10;
}

.features-style1__content ul {
    position: relative;
    display: flex;
    background: #ffffff;
    padding: 0 50px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    margin-top: -60px;
    z-index: 10;
}

.features-style1__content ul li {
    position: relative;
    display: block;
    padding: 0 20px;
    padding-top: 54px;
    padding-bottom: 45px;
    max-width: 33.333333%;
    width: 100%;
}

.features-style1__content ul li:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 3px;
    background: var(--thm-primary);
    transform: scaleX(0);
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.features-style1__content ul li:hover:before {
    transform: scaleX(1.0);
}

.single-features-style1 {
    position: relative;
    display: block;
    padding-left: 75px;
}

.single-features-style1 .icon-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    height: 75px;
    padding-top: 10px;
}

.single-features-style1 .icon-holder .box {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: rgba(var(--thm-base-rgb), .10);
    transition: all 500ms ease;
}

.single-features-style1:hover .icon-holder .box {
    background-color: var(--thm-primary);
}

.single-features-style1 .icon-holder span:before {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 65px;
    line-height: 65px;
    transform: scale(1.0);
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.single-features-style1:hover .icon-holder span:before {
    color: var(--thm-black);
    transform: scale(0.9);
}


.single-features-style1 .text-holder {
    position: relative;
    display: block;
    padding-top: 7px;
    padding-left: 10px;
}

.single-features-style1 .text-holder h3 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 14px;
}

.single-features-style1 .text-holder h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-features-style1 .text-holder h3 a:hover {
    color: var(--thm-primary);
}

.single-features-style1 .text-holder p {
    margin: 0;
}



/*** 
=============================================
    Features style2 Area Css
=============================================
***/
.features-style2-area {
    position: relative;
    display: block;
}

.features-style2-area .auto-container {
    max-width: 100%;
    padding: 0;
}

.features-style2-area .row {
    margin-left: 0px;
    margin-right: 0px;
}

.features-style2-area .row [class*=col-] {
    padding-left: 0px;
    padding-right: 0px;
}

.single-features-style2-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: var(--thm-black);
    padding: 112px 0;
    min-height: 360px;
}

.single-features-style2-box .inner-content {
    position: relative;
    display: block;
    max-width: 585px;
    width: 100%;
    float: right;
    padding-left: 75px;
}

.single-features-style2-box.left .inner-content {
    float: left;
    margin-left: 100px;
}

.single-features-style2-box .inner-content .icon {
    position: absolute;
    top: 25px;
    left: 0;
    padding-top: 10px;
}

.single-features-style2-box .inner-content .icon .box {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.07);
    transition: all 300ms ease 100ms;
}

.single-features-style2-box:hover .inner-content .icon .box {
    background: var(--thm-base);
    transform: rotate(90deg);
}

.single-features-style2-box .inner-content .icon span::before {
    position: relative;
    display: inline-block;
    color: var(--thm-primary);
    font-size: 65px;
    line-height: 65px;
    transform: scale(1.0);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-features-style2-box:hover .inner-content .icon span::before {
    transform: scale(0.8);
}

.single-features-style2-box .inner-content .title {
    position: relative;
    display: block;
    padding-left: 20px;
}

.single-features-style2-box .inner-content .title h3 {
    color: #a5b9ad;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    font-family: var(--thm-font-2);
    margin-bottom: 4px;
}

.single-features-style2-box .inner-content .title h2 {
    color: #ffffff;
    font-size: 40px;
    line-height: 1.2em;
    font-weight: 700;
}

.single-features-style2-box .img-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}



/*** 
=============================================
    Features Style3 Area Css
=============================================
***/
.features-style3-area {
    position: relative;
    display: block;
    padding: 120px 0px 120px;
    background: #ffffff;
    z-index: 10;
}

.features-style3__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: var(--thm-black);
    background-blend-mode: luminosity;
    z-index: -1;
}

.features-style3__bg::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(var(--thm-black-rgb), 0.85);
    z-index: -2;
    content: "";
}


.features-style3__content {
    position: relative;
    display: block;
}

.features-style3__content .sec-title {
    padding-bottom: 34px;
}

.features-style3__content .video-btn {
    position: relative;
    display: block;
}

.features-style3__content .video-btn .icon {
    position: relative;
    display: inline-block;
}

.features-style3__content .video-btn .icon .video-popup {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    background: var(--thm-base);
}

.features-style3__content .video-btn .icon .video-popup span:before {
    position: relative;
    top: 3px;
}



.features-style3__list {
    position: relative;
    display: block;
    overflow: hidden;
}

.features-style3__list ul {
    position: relative;
    display: block;
    float: left;
}

.features-style3__list ul.style2 {
    position: relative;
    display: block;
    float: left;
    padding-left: 75px;
}

.features-style3__list ul li {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 18px;
    line-height: 40px;
    font-weight: 600;
    transition: all 500ms ease;
}

.features-style3__list ul li:hover {
    color: var(--thm-primary);
}

.features-style3__list ul li span::before {
    position: relative;
    display: inline-block;
    color: var(--thm-primary);
    font-size: 20px;
    padding-right: 13px;
    top: 3px;
}














/*** 
=============================================
    Choose Style1 Area Css
=============================================
***/
.choose-style1-area {
    position: relative;
    display: block;
    margin-bottom: -100px;
    z-index: 10;
}

.choose-style1__title-box {
    position: relative;
    display: block;
    background: var(--thm-base);
    padding: 62px 60px 65px;
}

.choose-style1__title-box .sec-title--style2 {
    padding-bottom: 58px;
}

.choose-style1__title-box .sec-title--style2 h2 {
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 800;
}

.choose-style1__title-box .btn-box {
    position: relative;
    display: block;
    line-height: 0;
}

.choose-style1__title-box .btn-box a {
    padding-left: 40px;
    padding-right: 40px;
}

.choose-style1__title-box .btn-box a.btn-one:before {
    background-color: var(--thm-black);
}



.video-gallery-style2 {
    position: relative;
    width: 100%;
    min-height: 400px;
}

.video-gallery-style2__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: var(--thm-base);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.video-gallery-style2 .icon {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background: var(--thm-primary);
    border-radius: 0%;
    z-index: 2;
}

.video-gallery-style2 .icon .video-popup {
    position: relative;
    display: block;
    font-size: 25px;
    text-align: center;
}

.video-gallery-style2 .icon .video-popup span::before {
    position: relative;
    top: 4px;
    color: var(--thm-black);
}




/*** 
=============================================
    Slogan area style
=============================================
***/
.slogan-area {
    position: relative;
    display: block;
    overflow: hidden;
    background: #fc8639;
    padding: 100px 0;
    z-index: 10;
}

.slogan-area .row {
    align-items: center;
}

.phone-number-box2 {
    position: relative;
    display: flex;
    align-items: center;
}

.phone-number-box2 .icon {
    position: relative;
    display: block;
    width: 75px;
    height: 75px;
    background-color: rgb(30, 50, 38);
    border-radius: 50%;
    z-index: 1;
}

.phone-number-box2 .icon span::before {
    position: relative;
    display: block;
    color: var(--thm-primary);
    font-size: 25px;
    line-height: 75px;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.phone-number-box2 .icon:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    background: var(--thm-primary);
    content: "";
    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);
}

.phone-number-box2:hover .icon:before {
    transform: scaleX(1.0);
}

.phone-number-box2:hover .icon span::before {
    color: #fff;
}


.phone-number-box2 .phone {
    position: relative;
    display: block;
    padding-left: 30px;
}

.phone-number-box2 .phone p {
    position: relative;
    display: block;
    top: 5px;
    color: var(--thm-primary);
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    margin: 0 0 16px;
    font-family: var(--thm-font-2);
}

.phone-number-box2 .phone a {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 34px;
    line-height: 40px;
    font-weight: 800;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-family: var(--thm-font);
}

.phone-number-box2 .phone a:hover {
    color: var(--thm-primary);
}


.slogan-text-box {
    position: relative;
    display: block;
}

.slogan-text-box p {
    color: rgba(255, 255, 255, 0.70);
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    margin: 0;
}

.slogan-btn-box {
    position: relative;
    display: block;
    line-height: 0;
}

.slogan-btn-box a {
    padding-left: 50px;
    padding-right: 50px;
}

.slogan-btn-box a:before {
    background-color: var(--thm-black);
}



/*** 
=============================================
    Google Map Style1 Area Css
=============================================
***/
.google-map-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    z-index: 10;
}

.google-map-style1-area .auto-container {
    max-width: 100%;
    padding: 0;
}

.home1-page-map-outer {
    position: relative;
    display: block;
    z-index: 10;
}

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



/*** 
=============================================
    Working Process Area Css
=============================================
***/
.working-process-area {
    position: relative;
    display: block;
    padding: 0px 0 70px;
    background: #ffffff;
    z-index: 10;
}

.working-process-area.pdtop120 {
    padding-top: 120px;
}

.working-process-area .sec-title {
    padding-bottom: 80px;
}

.working-process__inner {
    position: relative;
    display: block;
    z-index: 1;
}

.working-process__inner .horizontal-line {
    position: absolute;
    top: 90px;
    left: -90px;
    right: -90px;
    height: 1px;
    background: #cad7cf;
}

.working-process__inner .horizontal-line:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: var(--thm-primary);
}

.working-process__inner .horizontal-line:after {
    content: "";
    position: absolute;
    top: -5px;
    right: 0;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: var(--thm-primary);
}




.working-process-box {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    counter-reset: count;
}

.single-working-process {
    position: relative;
    display: block;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
    text-align: center;
    padding: 0px 30px 0px;
    margin-bottom: 38px;
    z-index: 1;
}

.single-working-process .icon-holder {
    position: relative;
    display: block;
    width: 180px;
    height: 180px;
    margin: 0 auto;
    background-color: var(--thm-base);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-working-process .icon-holder::after {
    content: "";
    position: absolute;
    top: -36px;
    left: -36px;
    bottom: -36px;
    right: -36px;
    border: 1px solid #cad7cf;
    border-radius: 50%;
    z-index: -2;
}

.single-working-process .icon-holder:before {
    content: "";
    position: absolute;
    left: -36px;
    bottom: -37px;
    right: -36px;
    height: 127px;
    background: #ffffff;
    z-index: -1;
}

.single-working-process:nth-child(2n+2) .icon-holder:before {
    top: -37px;
    bottom: auto;
    height: 128px;
}



.single-working-process .icon-holder span:before {
    position: relative;
    color: #ffffff;
    font-size: 60px;
    line-height: 60px;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    z-index: 5;
}

.single-working-process:hover .icon-holder span:before {
    transform: scale(1.0) rotate(1deg);
}

.single-working-process .counting-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    background: var(--thm-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-working-process .counting-box.top {
    left: auto;
    bottom: auto;
    top: 0;
    right: 0;
}

.single-working-process .counting-box:before {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: var(--thm-black);
    font-size: 20px;
    font-weight: 700;
    counter-increment: count;
    content: "0" counter(count);
    transition: all 100ms linear;
    transition-delay: 0.1s;
    font-family: var(--thm-font);
}


.single-working-process .text-holder {
    position: relative;
    display: block;
    padding-top: 70px;
}

.single-working-process .text-holder h3 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.single-working-process .text-holder p {
    margin: 0;
}

.single-working-process .text-holder .btn-box {
    position: relative;
    display: block;
    padding-top: 15px;
}

.single-working-process .text-holder p {
    margin: 0;
}



/*** 
=============================================
    Industries Details Area Css
=============================================
***/
.industries-details-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 120px;
    z-index: 10;
}

.industries-details__content {
    position: relative;
    display: block;
}

.industries-details__content .single-service-style2 {
    margin-bottom: 50px;
}




.industries-details__text-box {
    position: relative;
    display: block;
}

.industries-details__text-box .text {
    position: relative;
    display: block;
}

.industries-details__text-box .text h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 800;
    margin: 0 0 27px;
}



.industries-details__text-box .text-right-box {
    position: relative;
    display: block;
    padding-top: 77px;
}

.industries-details__text-box .text-right-box ul {
    position: relative;
    display: block;
    padding-top: 17px;
}

.industries-details__text-box .text-right-box ul li {
    position: relative;
    display: block;
    padding-left: 30px;
    color: var(--thm-black);
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 12px;
}

.industries-details__text-box .text-right-box ul li::before {
    font-family: 'icomoon' !important;
    content: "\e90f";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    color: var(--thm-primary);
    font-size: 22px;
    font-weight: 400;
}

.industries-details__text-box .text-right-box ul li:last-child {
    margin-bottom: 0;
}



.industries-details__features-box {
    position: relative;
    display: block;
    border-bottom: 1px solid #cad7cf;
    padding-top: 52px;
    padding-bottom: 65px;
}

.industries-details__features-box__single {
    position: relative;
    display: block;
    margin-bottom: 43px;
}

.industries-details__features-box__single .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
}

.industries-details__features-box__single .img-holder img {
    width: 100%;
}


.industries-details__features-box__single .text-holder {
    position: relative;
    display: block;
    padding-top: 42px;
}

.industries-details__features-box__single .text-holder:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    height: 5px;
    background: var(--thm-base);
}

.industries-details__features-box__single .text-holder h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    margin: 0 0 9px;
}

.industries-details__features-box__single .text-holder p {
    margin: 0;
}













/*** 
=============================================
    Contact Info Style1 Area Css
=============================================
***/
.contact-info-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 50px 0;
    z-index: 10;
}

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

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

.contact-form.max-width {
    max-width: 770px;
    margin: 0 auto;
}

.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: #ebf1ed;
    width: 100%;
    height: 62px;
    border: 1px solid #ebf1ed;
    color: #737c76;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 0px;
    transition: all 500ms ease;
    font-family: var(--thm-font);
}

.contact-form form textarea {
    height: 155px;
    padding-top: 12px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
}

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

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

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

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

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

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

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

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

.contact-form form textarea::-webkit-input-placeholder {
    color: #737c76;
}

.contact-form form textarea:-moz-placeholder {
    color: #737c76;
}

.contact-form form textarea::-moz-placeholder {
    color: #737c76;
}

.contact-form form textarea:-ms-input-placeholder {
    color: #737c76;
}

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

.contact-form form .button-box button {
    padding-top: 9px;
    padding-bottom: 5px
}




@-webkit-keyframes iliketomoveit {
    0% {
        left: 0px;
    }

    25% {
        left: 400px;
    }

    75% {
        left: 200px;
    }

    100% {
        left: 0px;
    }
}

@keyframes iliketomoveit {
    0% {
        left: 0px;
    }

    25% {
        left: 400px;
    }

    75% {
        left: 200px;
    }

    100% {
        left: 0px;
    }
}



/*** 
=============================================
    Error Page Area Style      
=============================================
***/
.error-page-area {
    position: relative;
    display: block;
    padding: 115px 0 120px;
    background: #ffffff;
    z-index: 10;
}

.error-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.error-content .big-title {
    position: relative;
    display: block;
    z-index: 1;
}

.error-content .big-title h2 {
    color: var(--thm-base);
    font-size: 72px;
    line-height: 70px;
    font-weight: 800;
    text-transform: uppercase;
}

.error-content .title {
    position: relative;
    display: block;
    padding-top: 17px;
    padding-bottom: 24px;
}

.error-content .title h2 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
}

.error-content .text {
    position: relative;
    display: block;
    padding-bottom: 29px;
}

.error-content .text p {
    margin: 0;
}

.error-page-search-box {
    position: relative;
    display: block;
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
}

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

.error-page-search-box .search-form input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    border-radius: 0px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    color: #757575;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .1em;
    padding-left: 30px;
    padding-right: 60px;
    transition: all 500ms ease 0s;
    font-family: var(--thm-font);
}

.error-page-search-box .search-form button {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    background: var(--thm-base);
    color: #ffffff;
    font-size: 16px;
    line-height: 10px;
    display: block;
    text-align: center;
    border: 0px solid #e1e1e1;
    transition: all 500ms ease 0s;
}

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

.error-page-search-box .search-form input[type="text"]:focus {
    color: var(--thm-black);
    border-color: var(--thm-base);
}

.error-page-search-box .search-form input[type="text"]:focus+button,
.error-page-search-box .search-form button:hover {
    color: #fff;
}

.error-page-search-box .search-form input::-webkit-input-placeholder {
    color: #757575;
}

.error-page-search-box .search-form input:-moz-placeholder {
    color: #757575;
}

.error-page-search-box .search-form input::-moz-placeholder {
    color: #757575;
}

.error-page-search-box .search-form input:-ms-input-placeholder {
    color: #757575;
}

.error-content .btns-box {
    line-height: 0;
    padding-top: 20px;
}

.error-content .btns-box a {
    padding-left: 40px;
    padding-right: 40px;
}




/*** 
=============================================
    Main Contact Form Area Css
=============================================
***/
.main-contact-form-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0px 120px;
    z-index: 10;
}

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

.contact-info-box .sec-title {
    padding-bottom: 25px;
}

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

.contact-info-box .text p {
    margin: 0px;
}

.contact-info-list {
    position: relative;
    display: block;
    margin-top: 38px;
}

.contact-info-list li {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.contact-info-list li .icon,
.contact-info-list li .text {
    display: table-cell;
    vertical-align: middle;
}

.contact-info-list li .icon {
    position: relative;
    width: 60px;
    height: 60px;
    background: var(--thm-primary);
    border-radius: 50%;
    text-align: center;
    color: var(--thm-black);
    font-size: 15px;
}

.contact-info-list li .icon span::before {
    position: relative;
    display: block;
    line-height: 60px;
}

.contact-info-list li .text {
    position: relative;
    padding-left: 20px;
}

.contact-info-list li .text p {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 10px;
}

.contact-info-list li .text h4 {
    font-size: 18px;
    line-height: 20px;
}

.contact-info-list li .text h4 a {
    color: var(--thm-black);
}

.contact-info-list li .text h4 a:hover {
    color: var(--thm-primary);
}




.contact-form--style2 {
    position: relative;
    display: block;
    max-width: 570px;
    background: #ffffff;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07), inset 0px 10px 0px 0px rgba(0, 105, 64, 0.004);
    padding: 58px 70px 48px;
    margin-top: -235px;
}

.contact-form--style2::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: var(--thm-base);
    height: 10px;
    content: "";
}

.contact-form--style2 .sec-title {
    padding-bottom: 14px;
}

.contact-form--style2 form .button-box {
    padding-top: 0px;
}

.contact-form--style2 form textarea {
    height: 110px !important;
    padding-top: 20px;
}

.contact-form--style2 form .input-box {
    margin-bottom: 15px;
}

.contact-form--style2 form input[type="text"],
.contact-form--style2 form input[type="email"],
.contact-form--style2 form textarea {
    height: 52px;
}



/*** 
=============================================
    Google Map Area Css
=============================================
***/
.google-map-area {
    position: relative;
    display: block;
    background: #ffffff;
    z-index: 10;
}

.google-map-area .auto-container {
    max-width: 100%;
    padding: 0;
}

.contact-page-map-outer {
    position: relative;
    display: block;
    z-index: 10;
}

.contact-page-map-outer .map-canvas {
    position: relative;
    width: 100%;
    height: 675px;
}









#ui-datepicker-div.ui-widget-content {
    border: 1px solid #c5c5c5;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #777;
    color: #252525;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    border-radius: 0px;
    width: 270px;
    padding: 5px;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
    background: var(--thm-base);
    border: 2px solid rgba(var(--thm-base-rgb), .80);
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    padding: 5px 0;
    position: relative;
}

.ui-datepicker td a {
    color: #000000 !important;
    text-align: center;
    background-image: none !important;
    background: #f5f5f5 !important;
    border: 1px solid #f9f9f9 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid var(--thm-base) !important;
    background: var(--thm-base) !important;
    color: #ffffff !important;
}

.ui-datepicker .ui-datepicker-prev {
    left: 5px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    border-radius: 30%;
    height: 20px;
    position: absolute;
    top: 7px;
    width: 20px;
    transition: all 500ms ease;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-next {
    right: 5px;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    top: 7px;
    background: #fff;
    border: none;
}

.ui-datepicker table {
    border-collapse: collapse;
    font-size: 13px;
    margin: 0 0 0.4em;
    width: 100%;
    z-index: 99999999;
}

.ui-datepicker th {
    border: medium none;
    font-weight: 600;
    padding: 2px 3px;
    text-align: center;
}

.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-default:active {
    background: #43c3ea;
    color: #fff;
    border-color: #43c3ea;
}





/*** 
=============================================
    Element Page Css      
=============================================
***/


.contact-info-list li .icon {
    position: absolute;
}

.contact-info-list li .text {
    left: 60px;
}

.service-style2-area .owl-nav button {

    position: relative;
    display: block;
    height: 70px;
    width: 70px;
    background: transparent !important;
    border: 2px solid rgba(0, 0, 0, .20) !important;
    border-radius: 50%;
    text-align: center;
    font-size: 25px !important;
    line-height: 0px !important;
    font-weight: 100 !important;
    opacity: 1;
    margin: 0;
    padding: 0 !important;
    transform: translateY(0px);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-style2-area .owl-nav button.owl-prev {
    transform: rotate(180deg);
    position: absolute;
    bottom: 0;
    left: 0;
}

.service-style2-area .owl-nav button.owl-next {
    position: absolute;
    bottom: 0;
    right: 0;
}

.blog-details-page .text ul li {
    margin-left: 30px;
    list-style: circle;
}
@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-top {
        display: none;
    }

    .about-style1__content {
        margin-top: 50px;
        margin-left: 0px;
    }

    .about-style1__image .text-outer {
        display: none;
    }

    .service-style1__top-title {
        max-width: 100%;
        width: 100%;
        padding-bottom: 33px;
    }

    .service-style1__top {
        padding-bottom: 60px;
    }

    .single-features-style2-box {
        padding: 112px 30px;
    }

    .single-features-style2-box .inner-content {
        max-width: 100%;
        width: 100%;
        float: none;
    }

    .single-features-style2-box.left .inner-content {
        float: none;
        margin-left: 0;
    }

    .single-features-style2-box .inner-content .title h2 {
        font-size: 30px;
    }

    .single-service-style2 .text-holder {
        padding: 33px 36px 43px;
    }

    .single-service-style2 .text-holder h3 {
        font-size: 24px;
    }

    .choose-style1__title-box .sec-title--style2 {
        padding-bottom: 28px;
    }

    .single-blog-style1 {
        max-width: 570px;
        margin: 0 auto 40px;
    }

    .single-blog-style1__inner {
        padding-left: 0px;
        min-height: auto;
    }

    .single-blog-style1 .img-holder {
        position: relative;
        width: 100%;
    }

    .single-blog-style1 .text-holder {
        border: 1px solid #cad7cf;
        border-left: 1px solid #cad7cf;
        border-top: none;
        padding: 36px 30px 29px;
    }

    .phone-number-box2 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .slogan-text-box {
        text-align: center;
        padding: 20px 0 30px;
    }

    .slogan-btn-box {
        text-align: center;
    }

    /*** Footer Area Css ***/
    .bottom-parallax,
    .parallax-visible .bottom-parallax {
        position: relative;
        height: auto;
        opacity: 1;
        visibility: visible;
        z-index: 10;
    }

    .bottom-parallax .footer-area {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: auto;
    }

    .single-footer-widget.marbtm50 {
        margin-bottom: 50px;
    }

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

    .single-footer-widget--contact-info-box {
        float: left;
    }

    .header-style2 .auto-container {
        padding-left: 100px;
    }

    .about-style2__content {
        padding-top: 50px;
        padding-left: 0px;
    }

    .about-style2-area .container::before {
        left: -1000000px;
        bottom: -120px;
        right: -100000px;
        background: #ebf1ed;
    }

    .about-style2__image::before {
        display: none;
    }

    .features-style3__list {
        padding-top: 50px;
    }

    .testimonial-style2-area .shape1 {
        display: none;
    }

    .single-working-process .icon-holder {
        width: 150px;
        height: 150px;
    }

    .single-working-process .icon-holder:before {
        left: -36px;
        bottom: -36px;
        right: -36px;
        height: 110px;
    }

    .working-process__inner .horizontal-line {
        top: 75px;
        left: -90px;
        right: -90px;
    }

    .single-working-process:nth-child(2n+2) .icon-holder:before {
        top: -35px;
        bottom: auto;
        height: 110px;
    }

    .service-details__content .text-box2 .text-box2-single {
        margin-bottom: 10px;
    }

    .service-details__content .text-box4 .content-box {
        padding-top: 50px;
    }

    .about-style3__content {
        padding-top: 50px;
        margin-left: 0px;
    }

    .single-service-style2 .text-holder h3 {
        font-size: 22px;
    }

    .industries-details__text-box .text-right-box {
        padding-top: 53px;
    }

    .faq-form-box {
        margin-top: 70px;
    }

    .blog-page-three .single-blog-style1 {
        max-width: 100%;
    }

    .thm-sidebar-box {
        padding-top: 80px;
    }

    .blog-details-page .single-blog-style1 {
        max-width: 100%;
    }

    .contact-info-box .text p br {
        display: none;
    }

    .testimonial-style1__conent-box .text-box {
        padding-top: 130px;
    }

    #testimonials-style1__thumb {
        left: 0px;
    }

    .testimonial-style1__conent-box .img-box {
        margin-left: 30px;
    }
}

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

    /*** Header Style One Css ***/
    .header-top {
        display: none;
    }

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

    .features-style1__content ul {
        display: block;
        padding: 0 50px;
        margin-top: -60px;
    }

    .features-style1__content ul li {
        max-width: 100%;
        width: 100%;
    }

    .about-style1__content {
        margin-top: 50px;
        margin-left: 0px;
    }

    .about-style1-area .shape1 {
        display: none;
    }

    .about-style1__image .text-outer {
        display: none;
    }

    .service-style1__top {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-bottom: 60px;
    }

    .service-style1__top-title {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .service-style1__top-title .text {
        padding-top: 15px;
        padding-bottom: 28px;
        max-width: 100%;
    }

    .single-features-style2-box {
        padding: 112px 30px;
    }

    .single-features-style2-box .inner-content {
        max-width: 100%;
        width: 100%;
        float: none;
    }

    .single-features-style2-box.left .inner-content {
        float: none;
        margin-left: 0;
    }

    .choose-style1__title-box .sec-title--style2 {
        padding-bottom: 28px;
    }

    .single-fact-counter {
        max-width: 100%;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 38px;
    }

    .single-fact-counter:before {
        display: none;
    }

    .single-blog-style1 {
        max-width: 570px;
        margin: 0 auto 40px;
    }

    .single-blog-style1__inner {
        padding-left: 0px;
        min-height: auto;
    }

    .single-blog-style1 .img-holder {
        position: relative;
        width: 100%;
    }

    .single-blog-style1 .text-holder {
        border: 1px solid #cad7cf;
        border-left: 1px solid #cad7cf;
        border-top: none;
        padding: 36px 30px 29px;
    }

    .phone-number-box2 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .slogan-text-box {
        text-align: center;
        padding: 20px 0 30px;
    }

    .slogan-btn-box {
        text-align: center;
    }

    /*** Footer Area Css ***/
    .bottom-parallax,
    .parallax-visible .bottom-parallax {
        position: relative;
        height: auto;
        opacity: 1;
        visibility: visible;
        z-index: 10;
    }

    .bottom-parallax .footer-area {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: auto;
    }

    .single-footer-widget.marbtm50 {
        margin-bottom: 50px;
    }

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

    .single-footer-widget--contact-info-box {
        float: left;
    }

    .subscribe-title {
        margin-bottom: 10px;
    }

    .header-style2 .auto-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .header-style2__right {
        display: none;
    }

    .service-style3-area .container::before {
        left: -1000000px;
        bottom: -80px;
        right: -100000px;
    }

    .service-style3__top {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding-bottom: 48px;
    }

    .service-style3__top .text {
        top: 0px;
        max-width: 100%;
        width: 100%;
        padding-top: 15px;
    }

    .about-style2__content {
        padding-top: 50px;
        padding-left: 0px;
    }

    .about-style2-area .container::before {
        left: -1000000px;
        bottom: -120px;
        right: -100000px;
        background: #ebf1ed;
    }

    .about-style2__image::before {
        display: none;
    }

    .features-style3__list {
        padding-top: 50px;
    }

    .working-process__inner .horizontal-line {
        display: none;
    }

    .working-process-area .sec-title {
        padding-bottom: 54px;
    }

    .single-working-process {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding: 0px 30px 0px;
        margin-bottom: 48px;
    }

    .testimonial-style2-area .shape1 {
        display: none;
    }

    .single-working-process .icon-holder::after {
        display: none;
    }

    .single-working-process .text-holder {
        padding-top: 40px;
    }

    .service-details__content .text-box2 .text-box2-single {
        margin-bottom: 10px;
    }

    .service-details__content .text-box4 .content-box {
        padding-top: 50px;
    }

    .service-details__sidebar {
        margin-top: 70px;
    }

    .about-style3__content {
        padding-top: 50px;
        margin-left: 0px;
    }


    .faq-form-box {
        margin-top: 70px;
    }

    .blog-page-three .single-blog-style1 {
        max-width: 100%;
    }

    .thm-sidebar-box {
        padding-top: 80px;
    }


    .blog-details-page .single-blog-style1 {
        max-width: 100%;
    }

    .contact-form--style2 {
        max-width: 100%;
        padding: 58px 70px 48px;
        margin-top: 60px;
    }

    .testimonial-style1__conent-box .text-box {
        padding-top: 130px;
    }

    #testimonials-style1__thumb {
        left: 0px;
    }

    .testimonial-style1__conent-box .img-box {
        margin-left: 30px;
    }
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
    .sec-title h2 br {
        display: none;
    }

    /*** Header Style One Css ***/
    .header .auto-container {
        padding-right: 20px;
    }
    
    .header-top {
        display: none;
    }

    .header-top .auto-container {
        padding: 15px;
    }

    .header-top .header-top__right {
        width: 100%;
        margin-top: 15px;
    }

    .header-top .header-top__right .btn-one {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .header-top .header-top__right .btn-one span {
        display: block;
    }

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

    .serach-button-style1 {
        display: none;
    }

    .header-social-link {
        display: none;
    }

    .header-right {
        display: none;
    }

    .main-logo-box {
        width: 220px;
    }

    .features-style1__content ul {
        display: block;
        padding: 0 20px;
        margin-top: -60px;
    }

    .features-style1__content ul li {
        max-width: 100%;
        width: 100%;
        padding: 0 0px;
        padding-top: 54px;
        padding-bottom: 45px;
    }

    .single-features-style1 {
        padding-left: 0px;
    }

    .single-features-style1 .icon-holder {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .single-features-style1 .text-holder {
        padding-top: 25px;
        padding-left: 0px;
        text-align: center;
    }

    .about-style1__content {
        margin-top: 50px;
        margin-left: 0px;
    }

    .about-style1-area .shape1 {
        display: none;
    }

    .about-style1__image .text-outer {
        display: none;
    }

    .video-gallery-style1 {
        float: none;
        margin: 25px 0 0;
    }

    .about-style1__image ul {
        margin-left: 0px;
        margin-right: 0px;
    }

    .about-style1__image ul li {
        float: none;
        padding: 0;
        margin-bottom: 20px;
    }

    .about-style1__image ul li:nth-child(1) {
        display: none;
    }

    .about-style1__image ul li:last-child {
        margin-bottom: 0;
    }

    .about-style1__image ul li .img-box {
        width: 100%;
    }

    .about-style1__image ul li .img-box img {
        height: 200px;
        object-fit: cover;
    }

    .about-style1__image .border-top {
        display: none;
    }

    .about-style1__image .border-left {
        display: none;
    }

    .about-style1__image .border-bottom {
        display: none;
    }

    .about-style1__image .border-right {
        display: none;
    }

    .service-style1__top {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-bottom: 60px;
    }

    .service-style1__top-title {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .service-style1__top-title .text {
        padding-top: 15px;
        padding-bottom: 18px;
        max-width: 300px;
        margin: 0 auto;
    }

    .service-style1__top .sec-title--style2 h2 {
        font-size: 40px;
    }

    .single-features-style2-box {
        padding: 112px 30px;
        min-height: 360px;
    }

    .single-features-style2-box .inner-content {
        float: none;
        padding-left: 75px;
        width: 320px;
    }

    .single-features-style2-box .inner-content .title h2 {
        font-size: 26px;
    }

    .single-features-style2-box .inner-content .title h2 br {
        display: none;
    }

    .single-features-style2-box.left .inner-content {
        float: none;
        margin-left: 0px;
    }

    .single-service-style2 .text-holder {
        padding: 33px 36px 43px;
    }

    .single-service-style2 .text-holder h3 {
        font-size: 24px;
    }

    .choose-style1__title-box .sec-title--style2 {
        padding-bottom: 28px;
    }

    .single-fact-counter {
        max-width: 100%;
        width: 100%;
        text-align: center;
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 38px;
    }

    .single-fact-counter:before {
        display: none;
    }

    .single-blog-style1 {
        max-width: 570px;
        margin: 0 auto 40px;
    }

    .single-blog-style1__inner {
        padding-left: 0px;
        min-height: auto;
    }

    .single-blog-style1 .img-holder {
        position: relative;
        width: 100%;
    }

    .single-blog-style1 .text-holder {
        border: 1px solid #cad7cf;
        border-left: 1px solid #cad7cf;
        border-top: none;
        padding: 36px 30px 29px;
    }

    .phone-number-box2 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

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

    .phone-number-box2 .phone a {
        font-size: 24px;
    }

    .slogan-text-box {
        text-align: center;
        padding: 20px 0 30px;
    }

    .slogan-btn-box {
        text-align: center;
    }

    /*** Footer Area Css ***/
    .bottom-parallax,
    .parallax-visible .bottom-parallax {
        position: relative;
        height: auto;
        opacity: 1;
        visibility: visible;
        z-index: 10;
    }

    .bottom-parallax .footer-area {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: auto;
    }

    .single-footer-widget.marbtm50 {
        margin-bottom: 50px;
    }

    .single-footer-widget.pdtop50 {
        padding-top: 50px;
    }

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

    .single-footer-widget--contact-info-box {
        float: left;
    }

    .subscribe-content-box {
        padding: 31px 20px 31px;
    }

    .subscribe-title {
        margin-bottom: 10px;
    }

    .subscribe-title .inner-title {
        padding-left: 10px;
    }

    .subscribe-title .inner-title h3 {
        font-size: 18px;
    }

    .subscribe-title .inner-title h3 br {
        display: none;
    }

    .header-style2 .auto-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .header-style2 .outer-box::before {
        left: -20px;
        right: -20px;
    }

    .main-logo-box-style2 {
        margin-right: 0px;
    }

    .header-style2__right {
        display: none;
    }

    .service-style3-area .container::before {
        left: -1000000px;
        bottom: -80px;
        right: -100000px;
    }

    .service-style3__top {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding-bottom: 48px;
    }

    .service-style3__top .text {
        top: 0px;
        max-width: 100%;
        width: 100%;
        padding-top: 15px;
    }

    .about-style2__content {
        padding-top: 50px;
        padding-left: 0px;
    }

    .about-style2-area .container::before {
        left: -1000000px;
        bottom: -120px;
        right: -100000px;
        background: #ebf1ed;
    }

    .about-style2__image::before {
        display: none;
    }

    .features-style3__list {
        padding-top: 50px;
    }

    .features-style3__list ul {
        float: none;
    }

    .features-style3__list ul.style2 {
        float: none;
        padding-left: 0;
    }

    .working-process__inner .horizontal-line {
        display: none;
    }

    .working-process-area .sec-title {
        padding-bottom: 54px;
    }

    .single-working-process {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding: 0px 30px 0px;
        margin-bottom: 48px;
    }

    .testimonial-style2-area .shape1 {
        display: none;
    }

    .single-working-process .icon-holder::after {
        display: none;
    }

    .single-working-process .text-holder {
        padding-top: 40px;
    }

    .service-details__content .text-box2 .text-box2-single {
        margin-bottom: 10px;
    }

    .service-details__content .text-box4 .content-box {
        padding-top: 50px;
    }

    .service-details__sidebar {
        margin-top: 70px;
    }

    .about-style3__content {
        padding-top: 50px;
        margin-left: 0px;
    }

    .about-style3__content ul li {
        float: none;
        width: 100%;
        border-right: 0px solid #cad7cf;
    }

    .about-style3__content ul li:last-child {
        border-right: none;
        padding-top: 40px;
        padding-left: 0px;
    }

    .about-style3-experience {
        display: none;
    }

    .about-style3__img-box {
        max-width: 100%;
        width: 100%;
        padding-right: 0px;
    }

    .faq-form-box {
        margin-top: 70px;
        padding: 56px 20px 58px;
    }

    .accordion-box .block .acc-btn {
        padding-left: 20px;
        padding-right: 60px;
    }

    .accordion-box .block .acc-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .blog-page-three .single-blog-style1 {
        max-width: 100%;
    }

    .thm-sidebar-box {
        padding-top: 80px;
    }

    .blog-details-page .single-blog-style1 {
        max-width: 100%;
    }

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

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

    .blog-details-author {
        padding: 60px 30px 60px;
    }

    .blog-details-author .inner-box .img-box,
    .blog-details-author .inner-box .text {
        display: block;
    }

    .blog-details-author .inner-box .text {
        padding-top: 30px;
        padding-left: 0px;
    }

    .comment-box .single-comment-box {
        padding-left: 0px;
        min-height: auto;
    }

    .comment-box .single-comment-box .img-holder {
        position: relative;
        top: 11px;
    }

    .comment-box .single-comment-box .text-holder {
        padding-top: 25px;
        padding-left: 0px;
        min-height: auto;
    }

    .single-sidebar-box {
        padding: 50px 20px 50px;
    }

    .contact-form--style2 {
        max-width: 100%;
        padding: 58px 30px 48px;
        margin-top: 60px;
    }

    .contact-info-box .text p br {
        display: none;
    }

    .contact-form form .button-box button {
        padding-top: 9px;
        padding-bottom: 5px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .testimonial-style1__conent-box .text-box {
        padding-top: 130px;
    }

    #testimonials-style1__thumb {
        left: 0px;
    }

    .testimonial-style1__conent-box .img-box {
        margin-left: 30px;
    }
}

@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) {

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

    .main-header .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;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {

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

    .main-menu .navigation>li {
        margin-right: 30px;
    }

    .header-social-link {
        display: none;
    }

    .header-style2 .outer-box::before {
        left: 200px;
    }

    .main-logo-box-style2 {
        margin-right: 30px;
    }

    .header-style2__right {
        padding-right: 20px;
    }

    .header-style2__right .phone-number-box1 {
        margin-right: 0px;
    }

    .header-style2__middle .main-menu .navigation>li {
        margin-right: 20px;
    }



    .testimonial-style2-area .shape1 {
        display: none;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1420px) {

    /*** Main Slider Css ***/
    .main-slider .auto-container {
        padding: 0px 120px;
    }

    /*** Main Slider Style1 Css ***/
}

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

    /*** Main Slider Css ***/
    .main-slider .auto-container {
        padding: 0px 120px;
    }

    /*** Main Slider Style1 Css ***/
    .main-slider .owl-theme .owl-nav {
        padding: 0 30px;
    }

    .main-slider .content .big-title h2 {
        font-size: 70px;
    }

    /*** Main Slider Style2 Css ***/
    .main-slider.style2 {
        padding-left: 100px;
    }
}



@media only screen and (min-width: 768px) and (max-width: 991px) {

    /*** Main Slider Css ***/
    .main-slider .auto-container {
        padding: 0px 120px;
    }

    /*** Main Slider Style1 Css ***/
    .main-slider .owl-theme .owl-nav {
        padding: 0 30px;
    }

    .main-slider .content .big-title h2 {
        font-size: 50px;
    }


    /*** Main Slider Style2 Css ***/
    .main-slider.style2 {
        padding-left: 0px;
    }
}

@media only screen and (min-width: 500px) and (max-width: 767px) {
    .main-slider.style2 {
        margin-top: 0px;
    }

    /*** Main Slider Css ***/
    .main-slider .owl-theme .owl-nav {
        display: none;
    }

    .main-slider .auto-container {
        padding: 0px 50px;
        padding-right: 50px;
    }


    /*** Main Slider Style1 Css ***/
    .main-slider .content .big-title h2 {
        font-size: 50px;
    }

    .main-slider .content .big-title h2 br {
        display: none;
    }


    /*** Main Slider Style2 Css ***/
    .main-slider.style2 {
        padding-left: 0px;
    }
}


@media only screen and (max-width: 499px) {

    /*** Main Slider Css ***/
    .main-slider .owl-theme .owl-nav {
        display: none;
    }

    .main-slider .auto-container {
        padding: 0px 20px;
        padding-right: 20px;
    }

    /*** Main Slider Style1 Css ***/
    .main-slider .slide {
        padding-top: 198px;
        padding-bottom: 221px;
    }

    .main-slider .content .big-title h2 {
        font-size: 40px;
        font-weight: 600;
    }

    .main-slider .content .big-title h2 br {
        display: none;
    }


    /*** Main Slider Style2 Css ***/
    .main-slider.style2 {
        padding-left: 0px;
    }

    .main-slider.style2 .slide {
        position: relative;
        display: block;
        padding-top: 198px;
        padding-bottom: 205px;
    }
}

@media only screen and (max-width: 1199px) {
    .order-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-1 {
        -ms-flex-order: 1;
        order: 1;
    }
}

@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;
    }
}

@media(max-width:992px) {
    .main-slider .slide .image-layer {
        height: 150px;
        margin-top: 40px;
        transform: scale(1.5);
    }

    .main-slider .auto-container {
        margin-top: 50px;
        padding: 15px;
    }

    .main-slider .content .big-title h2 {
        color: #231F20;
    }

    .main-slider .content .big-title h2 {
        font-size: 30px;
        height: 100px;
    }

    .main-slider .sub-title h3 {
        font-size: 20px;
        height: 135px;
    }

    .main-slider .slide {
        padding-bottom: 100px;
    }
}
/* ç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}