 

:root {
    --thm-font: 'Kumbh Sans', sans-serif;
    --thm-gray: #797989;
    --thm-gray-rgb: 121, 121, 137;
    --thm-primary:#0a2835;
    --thm-primary-rgb: 0, 23, 137;
    --thm-black: #000000;
    --thm-black-rgb: 0, 0, 0;
}



/*==============================================
accor prelo link input

===============================================*/
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
}

html,
body {
    height: 100%;
}



body {
    color: var(--thm-gray);
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-family: var(--thm-font);
}

button:focus {
    outline: none;
}

button {
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
}


/*==============================================
 #2873F0  contact us
===============================================*/








/*==============================================
 #2873F0  contact us end
===============================================*/



h1,
h2,
h3,
h4,
h5,
h6 {
    color: orange;
    font-weight: 700;
    line-height: 1.25em;
    font-family: var(--thm-font);
    margin: 0;
}

h3 {
    font-size: 20px;
    line-height: 34px;
    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;
     color: var(--thm-primary);
    
}

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-track {
    position: relative;
    display: inline-block;
    overflow: hidden;
    
    justify-content: center;
    align-items: center;
    left: 115px;
    bottom: 45px;
    padding-top: 5px;
    padding-left: 50px;
    padding-bottom: 5px;
    padding-right: 50px;
    background-color: var(--thm-base);
    color: #ffffff;
    font-size: 14px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: capitalize;
    border-radius: 30px;

    -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-track:before {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0px;
    width: 100%;
    content: "";
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    border-radius: 30px;
    webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    background-color: var(--thm-primary);
    z-index: 2;
}

.btn-track:hover:before {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.btn-track .txt {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 2;
}

.btn-track:hover,
.btn-track:focus {
    color: #ffffff;
}

.btn-one {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding-top: 5px;
    padding-left: 50px;
    padding-bottom: 5px;
    padding-right: 50px;
    background-color: var(--thm-base);
    color: #ffffff;
    font-size: 14px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: capitalize;
    border-radius: 30px;

    -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: 30px;
    webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    background-color: var(--thm-primary);
    z-index: 2;
}

.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:hover,
.btn-one:focus {
    color: #ffffff;
}





/*==============================================
 button oone
===============================================*/

.btn-oone {
  left: 5px;
    bottom:-11px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding-top: 5px;
    padding-left: 50px;
    padding-bottom: 5px;
    padding-right: 50px;
    background-color: var(--thm-base);
    color: #ffffff;
    font-size: 14px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: capitalize;
    border-radius: 30px;
    
    -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-oone:before {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0px;
    width: 100%;
    content: "";
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    border-radius: 30px;
    webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    background-color: #C2E7FA;
    z-index: 2;
}

.btn-oone:hover:before {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.btn-oone .txt {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 2;
}

.btn-oone:hover,
.btn-oone:focus {
    color: #ffffff;
}


/*==============================================
 button ooneslide
===============================================*/

.btn-ooneslide {
  left: 5px;
    bottom:-11px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding-top: 5px;
    padding-left: 50px;
    padding-bottom: 5px;
    padding-right: 50px;
    background-color: var(--thm-base);
    color: #ffffff;
    font-size: 14px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: capitalize;
    border-radius: 30px;
    
    -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-ooneslide:before {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0px;
    width: 100%;
    content: "";
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    border-radius: 30px;
    webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    background-color: #1B3953;
    z-index: 2;
}

.btn-ooneslide:hover:before {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.btn-ooneslide .txt {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 2;
}

.btn-ooneslide:hover,
.btn-ooneslide:focus {
    color: #ffffff;
}

/*==============================================
 button oonee
===============================================*/

.btn-oonee {
   left: -50px;
    bottom:-11px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding-top: 5px;
    padding-left: 35px;
    padding-bottom: 5px;
    padding-right: 35px;
    background-color: var(--thm-base);
    color: #ffffff;
    font-size: 14px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: capitalize;
    border-radius: 30px;
    -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-oonee:before {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0px;
    width: 100%;
    content: "";
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    border-radius: 30px;
    webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    background-color: #54F0FF;
    z-index: 2;
}

.btn-oonee:hover:before {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.btn-oonee .txt {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 2;
}

.btn-oonee:hover,
.btn-oonee:focus {
    color: #ffffff;
}


/*==============================================
 button twwoo
===============================================*/

.btn-twwoo {
  left: -50px;
    bottom:-11px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding-top: 5px;
    padding-left: 50px;
    padding-bottom: 5px;
    padding-right: 50px;
    background-color: var(--thm-base);
    color: #ffffff;
    font-size: 14px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: capitalize;
    border-radius: 30px;
    -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-twwoo:before {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0px;
    width: 100%;
    content: "";
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    border-radius: 30px;
    webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    background-color: #F500FF;
    z-index: 2;
}

.btn-twwoo:hover:before {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.btn-twwoo .txt {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 2;
}

.btn-twwoo:hover,
.btn-twwoo:focus {
    color: #ffffff;
}










/*==============================================
 button onee
===============================================*/
.btn-onee {
   left: 92px;
    bottom:65px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding-top: 5px;
    padding-left: 50px;
    padding-bottom: 5px;
    padding-right:25px;
    background-color: var(--thm-base);
    color: #ffffff;
    font-size: 14px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: capitalize;
    border-radius: 30px;
    -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-onee:before {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0px;
    width: 100%;
    content: "";
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    border-radius: 30px;
    webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    background-color: green;
    z-index: 2;
}

.btn-onee:hover:before {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.btn-onee .txt {
    position: relative;
    display: flex;
   right: 15px;
    z-index: 2;
}

.btn-onee:hover,
.btn-onee:focus {
    color: #ffffff;
}




.btn-slide {
   left: -1px;
    bottom:-10px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding-top: 5px;
    padding-left: 50px;
    padding-bottom: 5px;
    padding-right:25px;
    background-color: var(--thm-base);
    color: #ffffff;
    font-size: 14px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: capitalize;
    border-radius: 30px;
    -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-slide:before {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0px;
    width: 100%;
    content: "";
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    border-radius: 30px;
    webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    background-color: #FF4F5A;
    z-index: 2;
}

.btn-slide:hover:before {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.btn-slide .txt {
    position: relative;
    display: flex;
   right: 15px;
    z-index: 2;
}

.btn-slide:hover,
.btn-slide:focus {
    color: #ffffff;
}


/*==============================================
 button twoo
===============================================*/

.btn-twoo {
   right: 50px;
    bottom:-19px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding-top: 5px;
    padding-left: 50px;
    padding-bottom: 5px;
    padding-right: 50px;
    background-color: var(--thm-base);
    color: #ffffff;
    font-size: 14px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: capitalize;
    border-radius: 30px;
    -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-twoo:before {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0px;
    width: 100%;
    content: "";
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    border-radius: 30px;
    webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    background-color: green;
    z-index: 2;
}

.btn-twoo:hover:before {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.btn-twoo .txt {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 2;
}

.btn-twoo:hover,
.btn-twoo:focus {
    color: #ffffff;
}


/*==============================================
 button oone
===============================================*/


.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);
}


 /*==============================================
 button three
===============================================*/

.btn-three{
   right: 3px;
    bottom:-19px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding-top: 5px;
    padding-left: 50px;
    padding-bottom: 5px;
    padding-right: 50px;
    background-color: var(--thm-base);
    color: #ffffff;
    font-size: 14px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: capitalize;
    border-radius: 30px;
    -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-three:before {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0px;
    width: 100%;
    content: "";
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    border-radius: 30px;
    webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    background-color: green;
    z-index: 2;
}

.btn-three:hover:before {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.btn-three .txt {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 2;
}

.btn-three:hover,
.btn-three:focus {
    color: #ffffff;
}




.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;
    z-index: 15;
}

.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: 40px;
    height: 40px;
    border-radius: 0%;
    margin: 0 0 0 0px;
    padding: 0;
    transition: all 700ms ease 0s;
    z-index: 1;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--thm-base);
    border-radius: 50%;
    transform: scale(0);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: -1;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] span {
    display: block;
    color: #ffffff;
}

.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
    transform: rotate(-180deg);
    margin-right: 0px;
}

.owl-nav-style-one.owl-theme .owl-nav .owl-next {
    margin-left: 0px;
    transform: rotate(0deg);
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover:before {
    transform: scale(1.0);
}





.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);
    }
}









.boxed_wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden !important;
    background: #ffffff none repeat scroll 0 0;
    width: 100%;
    min-width: 320px;
}







/*=============== 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;
}












/* Preloader Css*/
.handle-preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--thm-base);
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    z-index: 9999999;
}

.preloader-close {
    position: fixed;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 18px;
    line-height: 30px;
    background: #fff;
    text-align: center;
    cursor: pointer;
    z-index: 99999999;
}

.handle-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
}

.handle-preloader .animation-preloader .spinner {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto 45px auto;

    animation-name: zoomInOut;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;

    -webkit-animation-name: zoomInOut;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;

    -moz-animation-name: zoomInOut;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;

    -ms-animation-name: zoomInOut;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease-in-out;

    -o-animation-name: zoomInOut;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: ease-in-out;
}

.handle-preloader .animation-preloader .txt-loading {
    text-align: center;
    user-select: none;
}


.handle-preloader .animation-preloader .txt-loading .letters-loading {
    position: relative;
    display: inline-block;
    color: transparent;
    font-size: 50px;
    line-height: 70px;
    font-weight: 500;
    letter-spacing: 15px;
    text-transform: uppercase;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.30);
    font-family: var(--thm-font);
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
    position: absolute;
    top: 0;
    left: 0;
    animation: letters-loading 4s infinite;
    content: attr(data-text-preloader);
    opacity: 0;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    animation-delay: 0.2s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    animation-delay: 0.4s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    animation-delay: 0.6s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    animation-delay: 0.8s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    animation-delay: 1s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    animation-delay: 1.3s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    animation-delay: 1.5s;
}


/**
animation: spinner 1s infinite linear;


.handle-preloader .loader-section {
    background-color: #ffffff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
}
**/

.preloader .loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
    color: #ffffff;
}

.handle-preloader .animation-preloader .spinner {
    border: 3px solid #ffffff;
    /**border-top-color: rgba(255, 255, 255, 0.5); **/
}






/* Animation preloader */
@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

@keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}


@media screen and (max-width: 767px) {
    .handle-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }
}

@media screen and (max-width: 500px) {
    .handle-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }

    .handle-preloader .animation-preloader .txt-loading .letters-loading {
        font-size: 20px;
        letter-spacing: 10px;
    }
}















/*** Scroll To Top style ***/
.scroll-top {
    position: fixed;
    right: 15px;
    bottom: 20px;
    top: 55px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    color: #2873F0;
    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:white;
    background-color: #2873F0;
    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: var(--thm-base);
    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-primary);
}




/* 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: 17px 0 18px;
}

.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 3px;
   bottom: 30px;
   left: 8px;
   border-radius: 10px;
    background: #ffca06;
}

.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: center;
    background-color: white;
}

.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: white;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 20px;
    -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:  orange;
    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:  black;
}

.mobile-menu .navigation:last-child {
    border-bottom:  black;
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top:  black;
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    padding: 10px 25px;
    color: black;
    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 #ffca06;
    -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: #ffca06;
}


.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: white;
    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: black;
    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: 0px;
    padding-bottom: 20px;
}

.sec-title .icon {
    position: relative;
    display: block;
    line-height: 0;
    padding-bottom: 0px;
}

.sec-title .icon span:before {
    color: var(--thm-base);
    font-size: 20px;
    line-height: 20px;
}

.sec-title .sub-title {
    position: relative;
    display: block;
    padding-bottom: 4px;
}

.sec-title .sub-title h3 {
    color: var(--thm-gray);
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

.sec-title h2 {
    color: var(--thm-primary);
    font-size: 46px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: capitalize;
}


.sec-title--style2 {
    position: relative;
}

.sec-title--style2 .sub-title h3 {
    color: #9ea8db;
}

.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;
    z-index: 11;
	background-color: #fff;
}

.features-style1-area::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 95px;
/*    background: #f2f3fa;*/
    z-index: -1;
}

.features-style1__content {
    position: relative;
    display: block;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
    z-index: 10;
}

.features-style1__content ul {
    position: relative;
    display: flex;
    background: #ffffff;
    z-index: 10;
}



.features-style1__content ul li {
    position: relative;
    display: block;
    padding: 0 60px;
    padding-top: 60px;
    padding-bottom: 50px;
    max-width: 20%;
    width: 100%;
	    background-color: #fff;
}

.features-style1__content ul li:before {
    content: "";
    position: absolute;
    top: 60px;
    right: 0;
    bottom: 60px;
    background: white;
    width: 1px;
}

.features-style1__content ul li:last-child:before {
    display: none;
}

.single-features-style1 {
    position: relative;
    display: block;
}

.single-features-style1 .icon-holder {
    position: relative;
    display: block;
    width: 90px;
    height: 60px;
}

.single-features-style1 .icon-holder .box {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-color: rgba(var(--thm-base-rgb), .05);
    border-radius: 50%;
    transition: all 500ms ease;
}

.single-features-style1:hover .icon-holder .box {
    background-color: #ffca06;
    transform: scale(1.3);
}

.single-features-style1 .icon-holder span:before {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 60px;
    line-height: 60px;
    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: 21px;
}

.single-features-style1 .text-holder h3 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 16px;
}

.single-features-style1 .text-holder h3 a {
    color: var(--thm-primary);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-features-style1 .text-holder h3 a:hover {
    color: var(--thm-base);
}

.single-features-style1 .text-holder p {
    margin: 0;
}



/*** 
=============================================
    Features Style2 Area Css
=============================================
***/
.features-style2-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 70px;
    z-index: 10;
}

.features-style2-area.gray-bg {
    background: #f2f3fa;
}

.features-style2__title {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    padding-bottom: 48px;
}

.features-style2__title .sec-title {
    position: relative;
    display: block;
    padding-bottom: 0;
}

.features-style2__title .text {
    position: relative;
    display: block;
    max-width: 470px;
    width: 100%;
}

.features-style2__title .text p {
    margin: 0;
}


.features-style2__content {
    position: relative;
    display: flex;
    align-items: center;
}

.single-features-style2 {
    position: relative;
    display: block;
    text-align: center;
    width: 25%;
    padding: 0 50px;
    margin-bottom: 50px;
}

.single-features-style2:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 10px;
    width: 1px;
    background: #dcdeee;
}

.single-features-style2:last-child:before {
    display: none;
}

.single-features-style2 .icon-holder {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 105px;
    height: 105px;
    background: #f2f3fa;
    margin: 0 auto;
    z-index: 1;
}

.single-features-style2.white-bg .icon-holder {
    background: #ffffff;
}



.single-features-style2 .icon-holder:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--thm-base);
    z-index: -1;
    transform: scaleX(0);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-features-style2:hover .icon-holder:before {
    transform: scaleX(1.0);
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.single-features-style2 .icon-holder span:before {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 60px;
    line-height: 60px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-features-style2:hover .icon-holder span:before {
    color: #ffffff;
    transform: scale(0.8);
}

.single-features-style2 .text-holder {
    position: relative;
    display: block;
    padding-top: 25px;
}

.single-features-style2 .text-holder h3 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin: 0 0 15px;
}

.single-features-style2 .text-holder h3 a {
    color: #001789;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-features-style2 .text-holder h3 a:hover {
    color: var(--thm-base);
}

.single-features-style2 .text-holder p {
    margin: 0;
}



/*** 
=============================================
    Features Style3 Area Css
=============================================
***/
.features-style3-area {
    position: relative;
    display: block;
    margin-top: -60px;
    z-index: 10;
}

.features-style3__box {
    position: relative;
    display: block;
    background: var(--thm-base);
    padding: 60px 60px 50px;
}

.features-style3__box .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
}

.features-style3__box .img-holder img {
    width: 100%;
}

.features-style3__box .text-holder {
    position: relative;
    display: block;
    padding-top: 31px;
}

.features-style3__box .text-holder h2 {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin: 0 0 11px;
}

.features-style3__box .text-holder p {
    color: #ffffff;
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
    margin: 0;
}



.features-style3__right-box {
    position: relative;
    display: block;
}

.features-style3-single-box {
    position: relative;
    display: block;
    background: #ffffff;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    padding: 63px 60px 50px;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.features-style3-single-box:hover {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.15);
}

.features-style3-single-box .icon {
    position: relative;
    display: block;
    padding-bottom: 13px;
}

.features-style3-single-box .icon span:before {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 60px;
    line-height: 60px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.features-style3-single-box:hover .icon span:before {
    color: var(--thm-primary);
    transform: scale(1.1);
}

.features-style3-single-box .text {
    position: relative;
    display: block;
}

.features-style3-single-box .text h3 {
    margin: 0 0 20px;
}

.features-style3-single-box .text p {
    margin: 0;
}

.features-style3-single-box .btn-box {
    position: relative;
    display: block;
    padding-top: 25px;
}

.features-style3-single-box .btn-box a {
    color: var(--thm-base);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1em;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.features-style3-single-box .btn-box a:hover {
    color: var(--thm-primary);
    letter-spacing: 0.2em;
}



/*** 
=============================================
    Features Style4 Area Css
=============================================
***/
.features-style4-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0px 120px;
    border-bottom: 1px solid #dcdeee;
    z-index: 10;
}


.features-style4__content {
    position: relative;
    display: block;
    max-width: 500px;
    width: 100%;
}

.features-style4__content .sec-title {
    padding-bottom: 28px;
}

.features-style4__content .inner-content {
    position: relative;
    display: block;
}

.features-style4__content .inner-content .text {
    position: relative;
    display: block;
    margin-bottom: 39px;
}

.features-style4__content .inner-content .text p {
    margin: 0;
}

.features-style4__content .inner-content .single-box {
    position: relative;
    display: block;
}

.features-style4__content .inner-content .single-box .icon {
    position: relative;
    display: block;
    margin-bottom: 9px;
}

.features-style4__content .inner-content .single-box .icon span:before {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 65px;
    line-height: 65px;
}

.features-style4__content .inner-content .single-box .inner-title {
    position: relative;
    display: block;
}

.features-style4__content .inner-content .single-box .inner-title h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 22px;
}

.features-style4__content .inner-content .single-box .inner-title p {
    margin: 0;
}


.features-style4__image-box {
    position: relative;
    display: block;
    margin-top: -200px;
}

.features-style4__image-box .top-text {
    position: relative;
    display: block;
    background: var(--thm-base);
    padding: 36px 0px 35px;
}

.features-style4__image-box .top-text::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 10px;
    background: #ffffff;
    content: "";
}

.features-style4__image-box .top-text h3 {
    color: #ffffff;
    font-size: 20px;
    line-height: 34px;
    font-weight: 700;
}

.features-style4__image-box .inner-img-box {
    position: relative;
    display: block;
}

.features-style4__image-box .inner-img-box img {
    width: 100%;
}



/*** 
=============================================
    Slogan area style
=============================================
***/
.slogan-area {
    position: relative;
    display: block;
    background: var(--thm-base);
    z-index: 10;
}

.slogan-area .map-box {
    position: absolute;
    top: 0;
    right: -100px;
    bottom: 0;
}

.slogan-area .map-box img {
    opacity: 0.10;
}

.slogan-area .row {
    align-items: center;
}

.slogan-img-box {
    position: relative;
    display: block;
    min-height: 370px;
    z-index: 1;
    padding: 59px 0;
}

.slogan-img-box:before {
    content: "";
    position: absolute;
    top: -50px;
    left: -150px;
    bottom: -50px;
    right: 0;
    width: 475px;
    height: 475px;
    background: #ffffff;
    box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    z-index: -2;
    animation: fa-spin 5s ease infinite;
}

.slogan-img-box:after {
    content: "";
    position: absolute;
    top: -15px;
    left: -115px;
    bottom: 0;
    right: 0;
    width: 405px;
    height: 405px;
    border: 2px dashed #f2f3fa;
    border-radius: 50%;
    z-index: -1;
    animation: fa-spin 5s ease infinite;
}

.slogan-img-box .inner {
    position: relative;
    display: block;
}



.slogan-text-box {
    position: relative;
    display: block;
}

.slogan-text-box h2 {
    color: #ffffff;
    font-size: 34px;
    line-height: 1.2em;
}

.slogan-text-box h4 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    margin: 34px 0 0;
}

.slogan-text-box h4 a {
    color: #ffffff;
    font-size: 24px;
    transition: all 500ms ease;
}

.slogan-text-box h4 a:hover {
    color: var(--thm-primary);
}


.slogan-btn-box {
    position: relative;
    display: block;
    line-height: 0;
    margin-left: -15px;
}

.slogan-btn-box a {
    padding-left: 30px;
    padding-right: 30px;
    background: var(--thm-primary);
}

.slogan-btn-box a:before {
    background-color: #000000;
}



/*** 
=============================================
    Slogan Style2 Area Css
=============================================
***/
.slogan-style2-area {
    position: relative;
    display: block;
    background: var(--thm-base);
    padding: 80px 0px 80px;
    z-index: 10;
}

.slogan-style2__inner {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.slogan-style2__inner .text {
    position: relative;
    display: block;
}

.slogan-style2__inner .text h2 {
    color: #ffffff;
    font-size: 34px;
    line-height: 44px;
}

.slogan-style2__inner .btn-box {
    position: relative;
    display: block;
    line-height: 0;
}

.slogan-style2__inner .btn-box .btn-one {
    background-color: var(--thm-primary);
}

.slogan-style2__inner .btn-box .btn-one:before {
    background: var(--thm-primary);
}




/*** 
=============================================
    Contact Info Style1 Area Css
=============================================
***/
.contact-info-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0px 0 120px;
    z-index: 10;
}

.contact-info-style1__content {
    position: relative;
    display: block;
}

.contact-info-style1__content .sec-title {
    padding-bottom: 45px;
}

.contact-info-style1__content .inner-content {
    position: relative;
    display: block;
}

.contact-info-style1__content .inner-content h3 {
    color: var(--thm-primary);
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin: 0 0 13px;
}

.contact-info-style1__content .inner-content p {
    color: var(--thm-primary);
    font-size: 20px;
    line-height: 34px;
    font-weight: 700;
    margin: 0 0 13px;
}

.contact-info-style1__content .inner-content h2 {
    font-size: 20px;
    line-height: 40px;
    font-weight: 400;
    margin: 12px 0 12px;
}

.contact-info-style1__content .inner-content h2 a {
    color: green;
    font-size: 20px;
    border: 120px;
    border-color: green;
}

.contact-info-style1__content .inner-content h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
}

.contact-info-style1__content .inner-content h4 a {
    color: var(--thm-primary);
}

.home1-page-map-outer {
    position: relative;
    display: block;
    margin-top: 60px;
    z-index: 10;
}

.home1-page-map-outer .map-canvas {
    position: relative;
    width: 100%;
    height: 190px;
}



.form-style1-box {
    position: relative;
    display: block;
    max-width: 470px;
    width: 100%;
    float: right;
    background: #f2f3fa;
    padding: 58px 60px 60px;
}

.form-style1-box .top-title {
    position: relative;
    display: block;
    padding-bottom: 43px;
}

.form-style1-box .top-title p {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    margin: 0 0 11px;
}

.form-style1-box .top-title h2 {
    font-size: 28px;
    line-height: 34px;
}

.form-style1-box form {
    position: relative;
    display: block;
}

.form-style1-box form .input-box {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.form-style1-box form input[type="text"],
.form-style1-box form input[type="email"],
.form-style1-box form textarea {
    position: relative;
    display: block;
    background: #ffffff;
    width: 100%;
    height: 60px;
    border: 1px solid #ffffff;
    color: #797989;
    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);
}

.form-style1-box form textarea {
    height: 133px;
    padding-top: 12px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
}

.form-style1-box form input[type="text"]::-webkit-input-placeholder {
    color: #797989;
}

.form-style1-box form input[type="text"]:-moz-placeholder {
    color: #797989;
}

.form-style1-box form input[type="text"]::-moz-placeholder {
    color: #797989;
}

.form-style1-box form input[type="text"]:-ms-input-placeholder {
    color: #797989;
}

.form-style1-box form input[type="email"]::-webkit-input-placeholder {
    color: #797989;
}

.form-style1-box form input[type="email"]:-moz-placeholder {
    color: #797989;
}

.form-style1-box form input[type="email"]::-moz-placeholder {
    color: #797989;
}

.form-style1-box form input[type="email"]:-ms-input-placeholder {
    color: #797989;
}

.form-style1-box form textarea::-webkit-input-placeholder {
    color: #797989;
}

.form-style1-box form textarea:-moz-placeholder {
    color: #797989;
}

.form-style1-box form textarea::-moz-placeholder {
    color: #797989;
}

.form-style1-box form textarea:-ms-input-placeholder {
    color: #797989;
}

.form-style1-box form .button-box {
    position: relative;
    display: block;
    padding-top: 10px;
}






/*==============================================
 btn-carpet 
===============================================*/

.btn-carpet {
   right: 1px;
    bottom:-11px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding-top: 5px;
    padding-left: 50px;
    padding-bottom: 5px;
    padding-right: 50px;
    background-color: var(--thm-base);
    color: #ffffff;
    font-size: 14px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: capitalize;
    border-radius: 30px;
    -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-carpet:before {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0px;
    width: 100%;
    content: "";
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    border-radius: 30px;
    webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    background-color: green;
    z-index: 2;
}

.btn-carpet:hover:before {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.btn-carpet .txt {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 2;
}

.btn-carpet:hover,
.btn-carpet:focus {
    color: #ffffff;
}



/*==============================================
 btn-whyus
===============================================*/


.btn-whyus {
   right: 03px;
    bottom:-09px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding-top: 5px;
    padding-left: 50px;
    padding-bottom: 5px;
    padding-right: 50px;
    background-color: var(--thm-base);
    color: #ffffff;
    font-size: 14px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: capitalize;
    border-radius: 30px;
    -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-whyus:before {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0px;
    width: 100%;
    content: "";
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    border-radius: 30px;
    webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    background-color: green;
    z-index: 2;
}

.btn-whyus:hover:before {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.btn-whyus .txt {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 2;
}

.btn-whyus:hover,
.btn-whyus:focus {
    color: #ffffff;
}

/*==============================================
 btn-call
===============================================*/

.btn-call {
  left:160px;
    bottom:137px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding-top: 5px;
    padding-left: 24px;
    padding-bottom: 5px;
    padding-right: 24px;
    background-color: var(--thm-base);
    color: #ffffff;
    font-size: 14px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: capitalize;
    border-radius: 30px;
    -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-call:before {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0px;
    width: 100%;
    content: "";
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    border-radius: 30px;
    webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    background-color: green;
    z-index: 2;
}

.btn-call:hover:before {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.btn-call .txt {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 2;
}

.btn-call:hover,
.btn-call:focus {
    color: #ffffff;
}



/*==============================================
 btn-call1
===============================================*/

.btn-call1 {
  left: 30px;
    bottom:60px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding-top: 5px;
    padding-left: 24px;
    padding-bottom: 5px;
    padding-right: 24px;
    background-color: var(--thm-base);
    color: #ffffff;
    font-size: 14px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: capitalize;
    border-radius: 30px;
    -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-call1:before {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0px;
    width: 100%;
    content: "";
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    border-radius: 30px;
    webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    background-color: green;
    z-index: 2;
}

.btn-call1:hover:before {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.btn-call1 .txt {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 2;
}

.btn-call1:hover,
.btn-call1:focus {
    color: #ffffff;
}

.checked {
  color: orange;


}
.checked1 {
  color: #EEBC00;
}


.rating {
  width: 180px;
}

.rating__star {
  cursor: pointer;
  color: orange;
}


@keyframes wind {
  0% {
    transform: translateX(100%);
    opacity: 1;
  }
  100% {
    transform: translateX(-400%);
    opacity: 0;
  }
}
@keyframes move {
  from {
    transform: translateY(0vh);
  }
  to {
    transform: translateY(-20vh);
  }
}





.btn-policy {
  left: 2px;
    bottom:2px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding-top: 5px;
    padding-left: 24px;
    padding-bottom: 5px;
    padding-right: 24px;
    background-color: var(--thm-base);
    color: #ffffff;
    font-size: 14px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: capitalize;
    border-radius: 30px;
    -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-policy:before {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0px;
    width: 100%;
    content: "";
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    border-radius: 30px;
    webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    background-color: black;
    z-index: 2;
}

.btn-policy:hover:before {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.btn-policy .txt {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 2;
}

.btn-policy:hover,
.btn-policy:focus {
    color: #ffffff;
}




.tab {
  float: left;
  border: 1px solid #E3E2DF;
  background-color: white;
  width: 35%;
  height: auto;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ccc;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 19px;
  border: 0px solid white ;
  width: 50%;
  border-left: none;
  height: 900px;
  display: none;
}


.column {
  float: left;
  width: 50%;
  padding: 10px;
  border: 8px solid white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); /* this adds the "card" effect */
  padding: 4px;

 
  background-color: #f1f1f1
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.link{
    color: orange;
    background: linear-gradient(-45deg, #B33771  40%, #fff 0 60%, orange  0) right/300% 100% no-repeat,
    linear-gradient(-45deg, #0000 40%, orange 0 60%, #0000 0) right/300% 100% no-repeat;
    -webkit-background-clip: text, padding-box;
    -moz-background-clip: text, padding-box;
    background-clip: text, padding-box;
 
    font-size: 18px;
    font-weight: 350;
    line-height: 20px;
    display: inline-block;
    transition: all 0.8s;
}
.link:focus,
.link:hover{
    color: orange;
    background-position: left;
}
@media only screen and (max-width: 767px){
    .link{ margin-bottom: 30px; }
}



.link1{
    color: orange;
   
 
    font-size: 18px;
    font-weight: 350;
    line-height: 20px;
    display: inline-block;
    transition: all 0.8s;
}
.link1:focus,
.link1:hover{
    color: orange;
    background-position: left;
}
@media only screen and (max-width: 767px){
    .link1{ margin-bottom: 30px; }
}








.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded=true] {
  
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: grey;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: black;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: black;
  border: 1px solid grey;
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
    color: var(--thm-gray);
font-family: var(--thm-font);
font-weight: 100vh;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid white;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: var(--thm-gray);
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background:var(--thm-gray);
}
.accordion button[aria-expanded=true] {
  color: black;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;

}
.accordion button[aria-expanded=true] + .accordion-content {
    color: black;
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
    color: black;
  opacity: 0;
  max-height: 1vh;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: rem;
  color: var(--thm-gray);
font-family: var(--thm-font);
  font-weight: 100;
  margin:1em 0em;
}


.tabs {
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  background: white;
  padding: 50px;
  padding-bottom: 80px;
  width: 100%;
  height: 250px;
 
  border-radius: 5px;
  min-width: 240px;
}
.tabs input[name=tab-control] {
  display: none;
}
.tabs .content section h2,
.tabs ul li label {
  font-family: var(--thm-font);

  
  font-size: 18px;
  color: #428BFF;
}
.tabs ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.tabs ul li {
  box-sizing: border-box;
  flex: 1;
  width: 25%;
  padding: 0 10px;
  text-align: center;
}
.tabs ul li label {
  transition: all 0.3s ease-in-out;
  color: #929daf;
  padding: 5px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tabs ul li label br {
  display: none;
}
.tabs ul li label svg {
  fill: #929daf;
  height: 1.2em;
  vertical-align: bottom;
  margin-right: 0.2em;
  transition: all 0.2s ease-in-out;
}
.tabs ul li label:hover, .tabs ul li label:focus, .tabs ul li label:active {
  outline: 0;
  color: #bec5cf;
}
.tabs ul li label:hover svg, .tabs ul li label:focus svg, .tabs ul li label:active svg {
  fill: #bec5cf;
}
.tabs .slider {
  position: relative;
  width: 25%;
  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}
.tabs .slider .indicator {
  position: relative;
  width: 50px;
  max-width: 100%;
  margin: 0 auto;
  height: 4px;
  background: #428BFF;
  border-radius: 1px;
}
.tabs .content {
  margin-top: 30px;
}
.tabs .content section {
  display: none;
  -webkit-animation-name: content;
          animation-name: content;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  line-height: 1.4;
}
.tabs .content section h2 {
  color: #428BFF;
  display: none;
}
.tabs .content section h2::after {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  background: #428BFF;
  margin-top: 5px;
  left: 1px;
}
.tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
  cursor: default;
  color: #428BFF;
}
.tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label svg {
  fill: #428BFF;
}
@media (max-width: 600px) {
  .tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name=tab-control]:nth-of-type(1):checked ~ .slider {
  transform: translateX(0%);
}
.tabs input[name=tab-control]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
  display: block;
}
.tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
  cursor: default;
  color: #428BFF;
}
.tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label svg {
  fill: #428BFF;
}
@media (max-width: 600px) {
  .tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name=tab-control]:nth-of-type(2):checked ~ .slider {
  transform: translateX(100%);
}
.tabs input[name=tab-control]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
  display: block;
}
.tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
  cursor: default;
  color: #428BFF;
}
.tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label svg {
  fill: #428BFF;
}
@media (max-width: 600px) {
  .tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name=tab-control]:nth-of-type(3):checked ~ .slider {
  transform: translateX(200%);
}
.tabs input[name=tab-control]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
  display: block;
}
.tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
  cursor: default;
  color: #428BFF;
}
.tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label svg {
  fill: #428BFF;
}
@media (max-width: 600px) {
  .tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name=tab-control]:nth-of-type(4):checked ~ .slider {
  transform: translateX(300%);
}
.tabs input[name=tab-control]:nth-of-type(4):checked ~ .content > section:nth-child(4) {
  display: block;
}
@-webkit-keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@media (max-width: 1000px) {
  .tabs ul li label {
    white-space: initial;
  }
  .tabs ul li label br {
    display: initial;
  }
  .tabs ul li label svg {
    height: 1.5em;
  }
}
@media (max-width: 600px) {
  .tabs ul li label {
    padding: 5px;
    border-radius: 5px;
  }
  .tabs ul li label span {
    display: none;
  }
  .tabs .slider {
    display: none;
  }
  .tabs .content {
    margin-top: 20px;
  }
  .tabs .content section h2 {
    display: block;
  }
}



@keyframes carMove {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes carDrive {
  0% {
    transform: translateX(-100%);
  }
  25% {
    transform: translateX(-100%);
  }
  70% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes bgIn {
  0% {
    left: 100%;
  }
  100% {
    left: -100%;
  }
}


@keyframes wrapperIn {
  0% {
    transform: scale(256);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.main-logo-box1
{

    width: 109px;
    height: auto;
    


}

.main-logo-box
{

    width: 109px;
    height: auto;
  

}


.big-title1 h1
{
    font-size: 35px; 
color: #C2E7FA;

}
.big-title1 h2
{
    color: white;
    font-size: 25px;
    
}


.big-title2 h1
{
    font-size: 35px; 
color: #FF4F5A;

}
.big-title2 h5
{
    color: white;
    font-size: 20px;
    
}


/*Calculator*/
.checkout {
    height: 300px;
    left: 882px;
    width: 400px;
    text-align: left;
    font-family:'Kumbh Sans', sans-serif ;
}



.accordionWrapper
{   
    padding:10px;
    background-color:red;
    float:left;
    width:150%;
    box-sizing:border-box;
    border-radius: 25px;

    
    
}
.accordionWrapper:hover,
.accordionWrapper:focus {
    color: red;
}
.accordionItem{
    float:left;
    
    display:inline-block;
    width:250px; 
    text-align: center;
    box-sizing: border-box;
    font-family:'Kumbh Sans', sans-serif;
}
.accordionItemHeading{
    
    margin:0px 0px 10px 0px;
    padding:10px;
    background:#ffca06;
    color:white;
    width:100%;
    border-radius: 13px;
border-radius: 13px;
border-radius: 13px;
        box-sizing: border-box;
}
.close .accordionItemContent{
    
    height:0px;
    transition:height 1s ease-out;
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    float:left;

    display:block;
    
    
}
.open .accordionItemContent{
        padding: 10px;
    background-color: #fff;
    border: 5px ;
    border-radius: 25px;
    width: 270px;

    height: 220px;
    margin: 0px 0px 10px 0px;
    display:block;
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    -o-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;

    -webkit-transition: -webkit-transform 0.4s ease-out;
    -o-transition: -o-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    transition: transform 0.4s ease;
        box-sizing: border-box;
}

.open .accordionItemHeading{
    margin:0px;
        -webkit-border-top-left-radius: 13px;
    -webkit-border-top-right-radius: 13px;
    -moz-border-radius-topleft: 13px;
    -moz-border-radius-topright: 13px;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    -webkit-border-bottom-right-radius: 13px;
    -webkit-border-bottom-left-radius: 13px;
    -moz-border-radius-bottomright: 13px;
    -moz-border-radius-bottomleft: 13px;
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
    background-color: white;
    color:orange;
}


.linkw {
    color: #00A884;

    font-size: 18px;
    font-weight: 350;
    line-height: 20px;
    display: inline-block;
    transition: all 0.8s;
}
.linkw:focus,
.linkw:hover{
    color: #ffca06;
    background-position: left;
}
@media only screen and (max-width: 767px){
    .link{ margin-bottom: 30px; }
}
.container007 img
{
    width: 260px;
    border-radius: 15px;
}

.neon {
  font-family:'Kumbh Sans', sans-serif;
  font-size: 18px;
  font-weight: bold;
  

  
  background-image: -webkit-linear-gradient(52deg, #f35626, #feab3a,#00c2ff,#33ff8c,#ffc640,#e54cff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: hue 3s infinite linear;
}

@-webkit-keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(-360deg);
  }
}
@keyframes thinking {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}
.neon1 {
  font-family:'Kumbh Sans', sans-serif;
  font-size: 30px;
  font-weight: bold;
  

  
  background-image: -webkit-linear-gradient(52deg, #f35626, #feab3a,#00c2ff,#33ff8c,#ffc640,#e54cff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: hue 3s infinite linear;
}

@-webkit-keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(-360deg);
  }
}

/*.bot-thinking:before {
  content: '';
  position: absolute;
  top: -5px;
  left: -25px;
  width: 20px;
  height: 20px;
  background-color: #ffca06;
  border-radius: 50% 50% 0 50%;
  transform: rotate(-45deg);
  animation: thinking 1s linear infinite;
}
::placeholder {
  color: black;
  opacity: 1; 
}

.chat-container {
  background-color: white;
  height: 400px;
  flex: 1;
  overflow-y: auto;
  
  border: 1px solid transparent;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}


.message {
  margin-bottom: 5px;
}

.user-message { neon
  background-color: #ffca06;
  color: #ffffff;
  border-radius: 10px;
  padding: 10px;
  float: right;
  clear: both;
}

.bot-message {
  background-color: #0084ff;
  color: #fff;
  border-radius: 10px;
  padding: 10px;
  float: left;
  clear: both;
}

.chat-input {
  display: flex;
  flex-direction: row;
  align-items: center;
  clear: both;
}

#user-input {
  flex: 1;
  margin-right: 10px;
  padding: 10px;
  top: 25px;
  border-radius: 50px;
  border: 3px solid #ffca06;
  font-size: 16px;
  background: white;
}

#send-btn {
  background-color: #ffca06;
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 50px;
  cursor: pointer;
  font-size: 16px;
}*/


.wrapper11 {
  width: 60%;
}

.containeracc {
  background-color: white;
  color: black;
  border-radius: 20px;
  box-shadow: 0 5px 10px 0 rgb(0,0,0,0.25);
  margin: 20px 0;
}

.question {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 20px 80px 20px 20px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.question::after {
  content: "\002B";
  font-size: 2.2rem;
  position: absolute;
  right: 20px;
  transition: 0.2s;
}

.question.active::after {
  transform: rotate(45deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  padding: 0 20px 20px;
  line-height: 1.5rem;
}

.question.active + .answercont {
}

@media screen and (max-width: 790px){
  html {
    font-size: 14px;
  }
  .wrapper11 {
  width: 80%;
}
}


#sy-whatshelp a.sywh-open-services {
 z-index: 99;
 position: fixed;
  right: 25px;
  bottom: 105px;
 
 background: #ffca06;
 width: 50px;
 height: 50px;
 border-radius: 50%;
 color: white;
 padding: 13px;
 cursor: pointer;
font-size: 22px;
 color: #101315;

}


div#chat_icon {
  background: white;
  height: 40%;
  width: 80%;
  border-radius: 50%;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  position: absolute;
  margin: auto;
  display: flex;
}
.eyes {
  background: black;
  width: 10px;
  bottom: 0px;
  right: 0px;
  border-radius: 50%;
  height: 10px;
  margin: auto;
  animation: swing 1s ease 0s infinite;
  top: -15px;
  transform-origin: center 15px;

}
a[data-tooltip] {


}

a[data-tooltip]::before,
a[data-tooltip]::after {
  position: absolute;
  display: none;
  opacity: 0.85;

  transition:  0.3s ease-in-out;

}

a[data-tooltip]::before {
  content: attr(data-tooltip);
  background: #000;
  color: #fff;
  font-size: 11px;
  padding: 7px 11px;
  border-radius: 5px;
  white-space: nowrap;
  text-decoration: none;

}

a[data-tooltip]::after {
  width: 0;
  height: 0;
  border: 6px solid transparent;
  content: "";
}

a[data-tooltip]:hover::before,
a[data-tooltip]:hover::after {
  display: block;
}

a.sywh-open-services[data-tooltip]::before,
a.sywh-open-services[data-tooltip]::after {
  display: block;
}

a.data-tooltip-hide[data-tooltip]::before,
a.data-tooltip-hide[data-tooltip]::after {
  display: none !important;
}

a.sywh-open-services[data-tooltip][data-placement="left"]::before {
  top: 11px;

}

a[data-tooltip][data-placement="left"]::before {
  top: -7px;
  right: 100%;
  line-height: normal;
  margin-right: 10px;
}

a[data-tooltip][data-placement="left"]::after {
  border-left-color: #000;
  border-right: none;
  top: 50%;
  right: 100%;
  margin-top: -56px;
  margin-right: 4px;
}

a[data-tooltip][data-placement="right"]::before {
  top: -7px;
  left: 100%;
  line-height: normal;
  margin-left: 10px;
}

a[data-tooltip][data-placement="right"]::after {
  border-right-color: #000;
  border-left: none;
  top: 50%;
  left: 100%;
  margin-top: -6px;
  margin-left: 4px;
}

a[data-tooltip][data-placement="top"]::before {
  bottom: 100%;
  left: 0;
  margin-bottom: 10px;
}

/*--tiny arrow--*/

a[data-tooltip][data-placement="top"]::after {
  border-top-color: #000;
  border-bottom: none;
  bottom: 100%;
  left: 22px;
  margin-bottom: 4px;
}

a[data-tooltip][data-placement="bottom"]::before {
  top: 100%;
  left: 0;
  margin-top: 10px;
}

a[data-tooltip][data-placement="bottom"]::after {
  border-bottom-color: #000;
  border-top: none;
  top: 100%;
  left: 10px;
  margin-top: 4px;
}

.chat-container {
    height: 400px;
    margin: 50px auto;
    background-color: white;
    border-radius: 15px;
    
}

.chat-header {
    background-color: #fff;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.chat-log {
    padding: 10px;
   height: 400px;
    overflow-y: auto;
}

.chat-message {
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    max-width: 80%;
}

.bot {
    background-color: #eee;
color: #292d2e;
  
  border-radius: 25px;
  padding: 10px;
  float: left;
  clear: both;}

.user {
    background-color: #3f51b5;
    color: #fff;
   
  border-radius: 25px;
  padding: 10px;
  float: right;
  clear: both;
}

.chat-input {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 5px;
    border-top: 3px solid #eee;
    border-bottom: 3px Solid #eee;
}

.chat-input input {
    flex: 1;
    border: none;
    padding: 8px;
    font-size: 17px;
    border-radius: 5px;
    margin-right: 5px;
}

.chat-input button {
    border: none;
    background-color: transparent;
    color: #3f51b5;
    cursor: pointer;
}

.chat-input button:hover {
    color: #2c387e;
}


.mobile-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  will-change: transform;
  transform: translateZ(0);
  display: flex;
  height: 70px;
  
box-shadow: 0 -5px 5px -5px #333;
  background-color: #fff;
  border-radius: 30px;



}
.mobile-bottom-nav__item {
  flex-grow: 1;
  text-align: center;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mobile-bottom-nav__item--active a{
  color: orange;
}
.mobile-bottom-nav__item-content {
  display: flex;
  flex-direction: column;

}




  .bolder{
    font-weight: 800;
    color: orange;
    cursor: pointer;}

   
  .notification-wrapper{
    width: 100%;
    height:950px;
    background-color: var(--White);
    border-radius: 15px;
   
  }
  .notification-wrapper .header-wrapper h6{
background-color: var(--Blue);
color: var(--White);
padding:2px 10px ;
  }
  .notification-wrapper .header-wrapper .right span{
    color: var(--Grayishblue);
    cursor: pointer;
  }
.unread{
  background-color: var(--Lightgrayishblue1);
  border-radius: 10px;
}
.read{
  background-color: var(--White);
}
.time{
  color: var(--Grayishblue);
}

.noti-img{
  height: 40px;
width: 100%;
object-fit: contain;
}


  .notification-wrapper{
    padding: 30px !important;
  }
}


.notif a
 {
background-color: white;
}




.login {
    position: relative;
    display: inline-block;
    overflow: hidden;
    left: 68px;
    padding-top: 5px;
    padding-left: 50px;
    padding-bottom: 5px;
    padding-right: 50px;
    background-color: var(--thm-base);
    color: #ffffff;
    font-size: 14px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: capitalize;
    border-radius: 30px;

    -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;
}

.login:before {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0px;
    width: 100%;
    content: "";
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    border-radius: 30px;
    webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    background-color: var(--thm-primary);
    z-index: 2;
}

.login:hover:before {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.login .txt {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 2;
}

.login:hover,
.login:focus {
    color: #ffffff;
}

.container011 {
 
  margin: auto;
}
.card {
  border-color :white;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;

    max-width: 1200px;
     box-sizing: border-box;
      display: flex;
    position: relative;
}

.card .text{
    display: flex;
    flex-direction: column;
    align-items: center;
}



.card .text h3{
    font-size: 40px;
    font-weight: 400;
}



.card .text p:nth-of-type(2){
    margin: 10px;
    width: 90%;
    text-align: center;
}

.card .links{
    width: 30%;
    display: flex;
    justify-content: space-evenly;
}

.card .links i{
    color: rgb(35, 182, 219);
    font-size: 20px;
    cursor: pointer;
}

.card .links i:hover{
    color:rgb(29, 157, 189) ;
}

@media only screen and (max-width: 600px) {
  .card{
    width:350px;
  }


.btn-light{
    background: #f2f2f2;
    background: -moz-linear-gradient(-45deg, #f2f2f2 0%, #dddddd 50%, #ffffff 51%, #ffffff 71%, #f6f8fb 100%);
    background: -webkit-linear-gradient(-45deg, #f2f2f2 0%,#dddddd 50%,#ffffff 51%,#ffffff 71%,#f6f8fb 100%);
    background: linear-gradient(135deg, #f2f2f2 0%,#dddddd 50%,#ffffff 51%,#ffffff 71%,#f6f8fb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f6f8fb',GradientType=1 );
    color: #3f345f !important;
    background-size: 400% 400%;
    -webkit-animation: AnimationName 3s ease infinite;
    -moz-animation: AnimationName 3s ease infinite;
    animation: AnimationName 3s ease infinite;
    -webkit-animation: AnimationName 3s ease infinite;
    -moz-animation: AnimationName 3s ease infinite;
    animation: AnimationName 3s ease infinite;
    border: medium none;
}
