@import url("font-raleway.css");
@import url("font-poppins.css");
@import url("font-awesome.css");
@import url("flaticon.css");
@import url("animate.css");
@import url("owl.css");
@import url("jquery-ui.css");
@import url("custom-animate.css");
@import url("jquery.fancybox.min.css");
@import url("jquery.mCustomScrollbar.min.css");


* {
   margin: 0px;
   padding: 0px;
   outline: none;
   font-size:13px
   box-sizing: border-box;
   scroll-behavior: smooth;
   -webkit-font-smoothing: antialiased;
   -webkit-user-select: none;
   /* Safari */
   -ms-user-select: none;
   /* IE 10 and IE 11 */
   user-select: none;
   /* Standard syntax */
}

input[type="date"]::-webkit-calendar-picker-indicator {
   background: transparent;
   bottom: 0;
   color: transparent;
   cursor: pointer;
   height: auto;
   left: 0;
   position: absolute;
   right: 0;
   top: 0;
   width: auto;
}

:root {
   /* --first: #e20909; */
   --first: #ef5725;
   --popp: "Poppins", sans-serif;
   --rale: "Raleway", sans-serif;
}

body {
   font-family: var(--popp);
   font-size: 16px;
   color: #444;
   line-height: 1.7em;
   font-weight: 600;
   background: #ffffff;
   -webkit-font-smoothing: antialiased;
   -moz-font-smoothing: antialiased;
   overflow-x: hidden;
}

html {
   font-smoothing: antialiased;
   -webkit-font-smoothing: antialiased;
   -moz-font-smoothing: antialiased;
   font-weight: 400;
}

< !--@-moz-document url-prefix() {
   < !-- body {
      < !-- font-weight: bold !important;
   }
}

.bordered-layout .page-wrapper {
   padding: 0px 50px 0px;
}

a {
   text-decoration: none;
   cursor: pointer;
   color: #b61c1c;
   transition: 0.4s;
   -webkit-transition: 0.4s;
   -moz-transition: 0.4s;
   -ms-transition: 0.4s;
   -o-transition: 0.4s;
}

a:hover {
   color: var(--first);
}

button,
a:hover,
a:focus,
a:visited {
   text-decoration: none;
   outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   position: relative;
   margin: 0px;
   background: none;
   line-height: 1.6em;
   font-family: "Raleway", sans-serif;
   color: #111;
}

h1,
h2,
h3,
h4 {
   font-weight: 600;
}

textarea {
   overflow: hidden;
}

p {
   position: relative;
   line-height: 1.8em;
}

.whatsapp {
   color: #25d366;
   background-color: #25d366;
}

.facebook {
   color: #4267b2;
   background-color: #4267b2;
}

.instagram {
   background: -moz-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
   background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
   background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

.youtube {
   background-color: #ff0000;
}

.twitter {
   color: #1da1f2;
   background-color: #1da1f2;
}

.linkedin {
   color: #0a66c2;
   background-color: #0a66c2;
}



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

.medium-container {
   max-width: 850px;
}

.page-wrapper {
   position: relative;
   margin: 0 auto;
   width: 100%;
   min-width: 300px;
}

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

img {
   display: inline-block;
   max-width: 100%;
}

.theme-btn {
   display: inline-block;
   transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
}

.centered {
   text-align: center;
}

/*Btn Style One*/
.about_btn {
   padding: 10px 34px;
   border: 1px solid #e20909;
   border-radius: 10px;
   color: var(--first);
   transition: 0.4s;
   -webkit-transition: 0.4s;
   -moz-transition: 0.4s;
   -ms-transition: 0.4s;
   -o-transition: 0.4s;
}

.about_btn:hover {
   color: #fff;
   background-color: var(--first);
}

.btn-style-one {
   position: relative;
   padding: 12px 34px 12px;
   line-height: 24px;
   background: #e20909;
   color: #ffffff;
   font-size: 15px;
   cursor: pointer;
   font-weight: 500;
   border-radius: 1px;
   letter-spacing: 1px;
   border: 2px solid #e20909;
   text-transform: uppercase;
}

.btn-style-one:hover {
   background: #222222;
   border-color: #222222;
   color: #ffffff;
}

/*Social Icon One*/
.social-icon-one {
   position: relative;
}

.social-icon-one li {
   position: relative;
   display: flex;
   column-gap: 25px;
   align-items: center;
   justify-content: space-between;
}

.social-icon-one li:not(:first-of-type) {
   margin-left: 8px;
}

.social-icon-one li a {
   font-size: 15px;
   color: #fff;
}

.social-icon-one li a:hover {
   color: var(--first);
}

.social-icon-one li:not(:first-child) a {
   position: relative;
   width: 34px;
   height: 34px;
   line-height: 34px;
   color: #fff;
   font-size: 18px;
   text-align: center;
   border-radius: 50px;
   display: inline-block;
   transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
}

.social-icon-one li:not(:first-child) a:hover {
   color: #000;
   background-color: #fff;
}

.social-icon-one li a>i {
   color: var(--first);
   font-size: 20px;
}

.theme_color {
   color: #08c8af;
}

.preloader {
   position: fixed;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   z-index: 999999;
   background-color: #ffffff;
   background-position: center center;
   background-repeat: no-repeat;
   background-size: 100px;
   background-image: url(../images/icons/preloader.svg);
}

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

/*** 
====================================================================
	Scroll To Top style
====================================================================
***/
.scroll-to-top {
   position: absolute;
   right: 30px;
   top: -60px;
   width: 50px;
   height: 60px;
   color: #ffffff;
   font-size: 24px;
   text-transform: uppercase;
   line-height: 58px;
   text-align: center;
   z-index: 100;
   cursor: pointer;
   background: #e20909;
   display: none;
   border-radius: 50px 50px 0px 0px;
   -webkit-transition: all 300ms ease;
   -ms-transition: all 300ms ease;
   -o-transition: all 300ms ease;
   -moz-transition: all 300ms ease;
   transition: all 300ms ease;
}

.scroll-to-top span {
   position: relative;
   display: inline-block;
   -webkit-transform: rotate(-90deg);
   -ms-transform: rotate(-90deg);
   -o-transform: rotate(-90deg);
   -moz-transform: rotate(-90deg);
   transform: rotate(-90deg);
}

.scroll-to-top:hover {
   color: #ffffff;
   background: #e20909;
}

/*** 
====================================================================
	Section Title
====================================================================
***/
.sec-title {
   position: relative;
   margin-bottom: 24px;
   text-align: center;
}

.sec-title h2 {
   position: relative;
   color: #161616;
   font-size: 34px;
   font-weight: 600;
   line-height: 1.2em;
   margin-bottom: 10px;
}

.sec-title .text {
   position: relative;
   color: var(--first);
   font-size: 18px;
   line-height: 1.8em;
}

.sec-title.centered {
   text-align: center;
}

.sec-title.light h2,
.sec-title.light .text {
   color: #ffffff;
}

.sec-title h3 {
   position: relative;
   color: #161616;
   font-size: 30px;
   font-weight: 600;
}

.sec-title a {
   color: var(--first);
}

/*** 
====================================================================
	Main Header style
====================================================================
***/
.header-top {
   position: relative;
   background-color: #000;
}

.header-top .top-outer {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   align-items: center;
   height: 55px;
}

.header-top .top-left {
   position: relative;
   padding: 0;
}

.header-top .top-left .links {
   position: relative;
   text-align: center;
}

.header-top .top-left .links li {
   display: inline-block;
   position: relative;
   line-height: 1em;
}

.header-top .top-left ul li:last-child {
   margin-right: 0px;
   padding-right: 0px;
}

.header-top .top-left .links li:last-child:after {
   display: none;
}

.header-top .top-left .links li .icon {
   position: relative;
   top: 0px;
   color: #ffffff;
   font-size: 18px;
   line-height: 24px;
   margin-right: 10px;
}

.header-top .top-left .links li a {
   position: relative;
   line-height: 22px;
   color: #ffffff;
   font-size: 16px;
   font-weight: 400;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
}

.header-top .top-left .links li a:hover {
   color: #e20909;
}

.header-top .top-right {
   position: relative;
   padding: 0px;
}

.header-top .top-right .links li {
   position: relative;
   color: #808080;
   font-size: 14px;
   float: left;
   line-height: 1.6em;
   margin-right: 20px;
}

.header-top .top-right .links li span {
   position: relative;
   margin: 0px 5px;
}

.header-top .top-right .links>li>a {
   position: relative;
   color: #ffffff;
   font-size: 15px;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   transition: all 500ms ease;
}

.header-top .top-right .links>li>a:hover {
   color: #e20909;
}

.header-top .top-right .links {
   position: relative;
   float: left;
   top: 3px;
}

.header-top .top-right .links>li:last-child {
   margin-right: 0px;
}

.main-header {
   position: absolute;
   z-index: 999;
   width: 100%;
   left: -1px;
}

.main-header .nav-toggler {
   position: absolute;
   top: 50%;
   margin-top: 0px;
   display: block;
}

.main-header .nav-toggler button {
   position: relative;
   display: block;
   color: #444444;
   text-align: center;
   font-size: 24px;
   line-height: 34px;
   font-weight: normal;
   background: none;
}

.main-header .header-upper-inner {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: space-between;
   background-color: #ffffff;
   padding-inline: 34px;
}

/*.main-header .header-upper:before{
	position:absolute;
	content: '';
	left: 0px;
	bottom: -42px;
	width: 100%;
	height:42px;
}*/
.main-header .contact-number {
   position: relative;
   float: left;
   color: #262626;
   font-size: 18px;
   font-weight: 500;
   margin-top: 30px;
   padding: 12px 0px 12px 32px;
   border-left: 1px solid #dde4db;
}

.main-header .contact-number .number-inner {
   position: relative;
   padding-left: 35px;
   line-height: 30px;
}

.main-header .contact-number .icon {
   position: absolute;
   left: 0px;
   top: 0px;
   color: #e20909;
   font-size: 28px;
   line-height: 1em;
}

.main-header .nav-outer {
   position: relative;
   /* float: left; */
}

.main-header .logo-box {
   position: relative;
   padding: 2px 0px 2px;
   margin-right: 25px;
   height: 80px;
   z-index: 2;
}

/* .main-header .logo-box {
   position: relative;
   padding: 29px 0px;
} */
.main-header .logo-box img {
   height: 100%;
}

/*Language Dropdown*/
.main-header .language .dropdown-menu {
   top: 100%;
   left: 0px;
   width: 160px;
   border-radius: 0px;
   margin-top: 16px;
   background-color: #222222;
   border: none;
   padding: 0px;
   border-top: 3px solid #e20909;
}

.main-header .language>a {
   padding: 0px 0px;
   background: none !important;
   border: 0px;
   border-radius: 0px;
}

.main-header .language>a:after,
.main-header .language>.dropdown-btn {
   display: none;
}

.main-header language a:hover {
   background: none;
}

.main-header .language .dropdown-menu>li {
   padding-right: 0px !important;
   margin: 0px !important;
   float: none;
   width: 100%;
   display: block !important;
   border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.main-header .language .dropdown-menu>li:last-child {
   border-bottom: none;
}

.main-header .language .dropdown-menu>li>a {
   padding: 8px 15px !important;
   color: #ffffff !important;
   text-align: left;
   display: block;
   -webkit-transition: all 300ms ease;
   -ms-transition: all 300ms ease;
   -o-transition: all 300ms ease;
   -moz-transition: all 300ms ease;
   transition: all 300ms ease;
}

.main-header .language .dropdown-menu>li>a:hover {
   color: #ffffff !important;
   background-color: #e20909;
}

.main-menu {
   position: relative;
   float: left;
   -webkit-transition: all 300ms ease;
   -ms-transition: all 300ms ease;
   -o-transition: all 300ms ease;
   -moz-transition: all 300ms ease;
   transition: all 300ms ease;
}

.main-menu .navbar-collapse {
   padding: 0px;
   float: left;
}

.main-menu .navigation {
   position: relative;
   margin: 0px;
}

.main-menu .navigation>li {
   position: relative;
   float: left;
   margin-inline: 16px;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
}

/* 
.main-menu .navigation > li:after {
   position: absolute;
   content: "\f005";
   right: 0px;
   top: 50%;
   color: #e20909;
   font-size: 10px;
   margin-top: -13px;
   font-family: "FontAwesome";
} */
.main-menu .navigation>li:last-child {
   margin-right: 0px;
}

.sticky-header .main-menu .navigation>li:hover>a,
.sticky-header .main-menu .navigation>li.current>a {
   color: #e20909;
   background-color: inherit !important;
}

.sticky-header .nav-outer .options-box {
   margin-top: 26px;
}

.main-header .upper-right {
   padding-top: 32px;
}

.main-header .info-box {
   position: relative;
   float: left;
   margin-left: 35px;
   font-size: 14px;
   color: #98b2c4;
   text-align: left;
   text-transform: uppercase;
   padding: 0px 0px 0px 50px;
}

.main-header .info-box .icon-box {
   position: absolute;
   left: 0px;
   top: 5px;
   color: #e20909;
   font-size: 36px;
   line-height: 1em;
   -moz-transition: all 300ms ease;
   -webkit-transition: all 300ms ease;
   -ms-transition: all 300ms ease;
   -o-transition: all 300ms ease;
   transition: all 300ms ease;
}

.main-header .info-box li {
   position: relative;
   color: #7c7b7b;
   font-size: 18px;
   font-weight: 400;
   line-height: 1.2em;
   text-transform: capitalize;
}

.main-header .info-box li strong {
   color: #262626;
   font-size: 14px;
   font-weight: 700;
   text-transform: uppercase;
}

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

/*Sticky Header*/
.sticky-header {
   position: fixed;
   opacity: 0;
   visibility: hidden;
   left: 0px;
   top: 0px;
   width: 100%;
   padding: 0px 0px;
   background: #ffffff;
   z-index: 0;
   border-bottom: 1px solid #e8f1f7;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
}

.sticky-header .logo {
   height: 94px;
   padding: 8px 0px 8px;
}

.sticky-header .logo img {
   height: 100%;
}

.fixed-header .sticky-header {
   box-shadow: 0 2px 8px #6666;
   z-index: 999;
   opacity: 1;
   visibility: visible;
   -ms-animation-name: fadeInDown;
   -moz-animation-name: fadeInDown;
   -op-animation-name: fadeInDown;
   -webkit-animation-name: fadeInDown;
   animation-name: fadeInDown;
   -ms-animation-duration: 500ms;
   -moz-animation-duration: 500ms;
   -op-animation-duration: 500ms;
   -webkit-animation-duration: 500ms;
   animation-duration: 500ms;
   -ms-animation-timing-function: linear;
   -moz-animation-timing-function: linear;
   -op-animation-timing-function: linear;
   -webkit-animation-timing-function: linear;
   animation-timing-function: linear;
   -ms-animation-iteration-count: 1;
   -moz-animation-iteration-count: 1;
   -op-animation-iteration-count: 1;
   -webkit-animation-iteration-count: 1;
   animation-iteration-count: 1;
}

.fixed-header .sticky-header .nav_flex {
   display: flex;
   justify-content: space-between;
   align-items: center;
}

.main-menu .navigation>li>a {
   position: relative;
   display: block;
   color: #000;
   text-align: center;
   text-transform: uppercase;
   letter-spacing: 0px;
   opacity: 1;
   font-weight: 500;
   font-size: 15px;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   letter-spacing: 0.6px;
}

.sticky-header .main-menu .navigation>li {
   position: relative;
   margin-inline: 14px;
}

.sticky-header .main-menu .navigation>li:before,
.sticky-header .main-menu .navigation>li:after {
   display: none;
}

.sticky-header .main-menu .navigation>li>a {
   font-size: 14px;
}

.sticky-header .main-menu .btn-box {
   position: relative;
   /* right: 24px; */
}

.sticky-header .main-menu .btn-box a {
   padding: 12px 26px;
   font-size: 14px;
   border-radius: 10px;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a,
.main-header.light-version .main-menu .navigation>li:hover>a,
.main-header.light-version .main-menu .navigation>li.current>a {
   opacity: 1;
   color: #e20909;
}

.main-menu .navigation>li>ul {
   position: absolute;
   left: 0px;
   top: 100%;
   width: 230px;
   z-index: 100;
   display: none;
   opacity: 0;
   visibility: hidden;
   transition: all 600ms ease;
   -moz-transition: all 600ms ease;
   -webkit-transition: all 600ms ease;
   -ms-transition: all 600ms ease;
   -o-transition: all 600ms ease;
   padding: 0px 0px;
   background-color: #ffffff;
   border-top: 2px solid #e20909;
   border-radius: 0 0 10px 10px;
   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
   overflow: hidden;
}

.main-menu .navigation>li>ul:before {
   position: absolute;
   content: "";
   left: 0px;
   top: -30px;
   width: 100%;
   height: 30px;
   display: block;
}

.main-menu .navigation>li>ul.from-right {
   left: auto;
   right: 0px;
}

.main-menu .navigation>li>ul>li {
   position: relative;
   width: 100%;
   border-bottom: 1px solid #f4f2f2;
}

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

.main-menu .navigation>li>ul>li>a {
   position: relative;
   display: block;
   padding: 10px 14px;
   line-height: 24px;
   font-weight: 400;
   font-size: 14px;
   text-transform: capitalize;
   letter-spacing: 0.5px;
   color: #444;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li:hover>a {
   color: #ffffff;
   background: #e20909;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
   font-family: "FontAwesome";
   content: "\f105";
   position: absolute;
   right: 15px;
   top: 14px;
   width: 10px;
   height: 20px;
   display: block;
   color: #ffffff;
   line-height: 20px;
   font-size: 16px;
   font-weight: normal;
   text-align: center;
   z-index: 5;
}

.main-menu .navigation>li>ul>li.dropdown:hover>a:after {
   color: #ffffff;
}

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

.main-menu .navigation>li>ul>li>ul.from-right {
   left: auto;
   right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
   position: relative;
   width: 100%;
   border-bottom: 1px solid #f4f2f2;
}

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

.main-menu .navigation>li>ul>li>ul>li>a {
   position: relative;
   display: block;
   padding: 12px 18px;
   line-height: 24px;
   font-weight: 400;
   font-size: 15px;
   text-transform: capitalize;
   color: #7c7b7b;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a {
   color: #ffffff;
   background: #e20909;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
   font-family: "FontAwesome";
   content: "\f105";
   position: absolute;
   right: 10px;
   top: 11px;
   width: 10px;
   height: 20px;
   display: block;
   color: #272727;
   line-height: 20px;
   font-size: 16px;
   font-weight: normal;
   text-align: center;
   z-index: 5;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown:hover>a:after {
   color: #ffffff;
}

.main-menu .navigation>li.dropdown:hover>ul {
   visibility: visible;
   opacity: 1;
   -moz-transform: rotateX(0deg);
   -webkit-transform: rotateX(0deg);
   -ms-transform: rotateX(0deg);
   -o-transform: rotateX(0deg);
   transform: rotateX(0deg);
}

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

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
   position: absolute;
   right: 5px;
   top: 6px;
   width: 30px;
   height: 30px;
   text-align: center;
   color: #ffffff;
   line-height: 28px;
   border: 1px solid #ffffff;
   background-size: 20px;
   cursor: pointer;
   z-index: 5;
   display: none;
}

/*** 
====================================================================
	Main Slider Banner
====================================================================
***/
.main-slider {
   position: relative;
   background-color:#F4F4F4;
   margin:0px 0px 0px 0px;
   padding:0px 0px 0px 0px; 
   border-radius: 0 0 15px 15px;
   -webkit-border-radius: 0 0 15px 15px;
   -moz-border-radius: 0 0 15px 15px;
   -ms-border-radius: 0 0 15px 15px;
   -o-border-radius: 0 0 15px 15px;
}

.search_sec {
   position: relative;
   padding-block: 175px 50px;
}

.search_sec .search_content {
   position: relative;
   /* height: 240px; */
   background-color: rgba(255,255,255, 0.9);
   border-radius: 10px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   -ms-border-radius: 10px;
   -o-border-radius: 10px;
   user-select: none;
}

.main-slider .slide {
   position: relative;
   background-repeat: repeat-x;
   background-position: center top;
   /* background-size: cover; */
   /* height: 600px; */
}

.main-slider .content {
   position: relative;
   padding: 0;
   height: 600px;
   display: flex;
   align-items: center;
   justify-content: center;
}

.main-slider .content .rating {
   position: relative;
   opacity: 0;
   text-align: center;
   margin-bottom: 20px;
   -webkit-transition: all 1000ms ease;
   -moz-transition: all 100ms ease;
   -ms-transition: all 1000ms ease;
   -o-transition: all 1000ms ease;
   transition: all 1000ms ease;
   -webkit-transform: translateX(50px);
   -moz-transform: translateX(50px);
   -ms-transform: translateX(50px);
   -o-transform: translateX(50px);
   transform: translateX(50px);
}

.main-slider .content .rating .fa {
   position: relative;
   color: #ffeb40;
   font-size: 20px;
   margin: 0px 4px;
}

.main-slider .active .rating {
   opacity: 1;
   -webkit-transform: translateX(0);
   -moz-transform: translateX(0);
   -ms-transform: translateX(0);
   -o-transform: translateX(0);
   transform: translateX(0);
   transition-delay: 600ms;
}

.main-slider h2 {
   position: relative;
   color: #ffffff;
   font-size: 45px;
   font-weight: 700;
   line-height: 1.1em;
   opacity: 0;
   text-align: center;
   -webkit-transition: all 1000ms ease;
   -moz-transition: all 100ms ease;
   -ms-transition: all 1000ms ease;
   -o-transition: all 1000ms ease;
   transition: all 1000ms ease;
   -webkit-transform: translateY(50px);
   -moz-transform: translateY(50px);
   -ms-transform: translateY(50px);
   -o-transform: translateY(50px);
   transform: translateY(50px);
}

.main-slider h2 span {
   display: block;
   color: #ffeb40;
}

.main-slider .active h2 {
   opacity: 1;
   -webkit-transform: translateY(0);
   -moz-transform: translateY(0);
   -ms-transform: translateY(0);
   -o-transform: translateY(0);
   transform: translateY(0);
   transition-delay: 1300ms;
}

.owl-dots {
   position: absolute;
   left: 50%;
   bottom: 150px;
   max-width: 160px;
   margin-left: -50px;
   width: 100%;
   display: none;
   text-align: center;
   transform: translateX(-50%);
   -webkit-transform: translateX(-50%);
   -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   -o-transform: translateX(-50%);
}

.owl-dots .owl-dot {
   position: relative;
   width: 12px;
   height: 12px;
   margin: 0px 8px;
   overflow: hidden;
   border-radius: 50px;
   display: inline-block;
   border: 1px solid #e20909;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
}

.owl-dots .owl-dot.active {
   width: 11px;
   height: 11px;
   outline: 1px solid var(--first);
   outline-offset: 2px;
}

.owl-dots .owl-dot:before {
   position: absolute;
   content: "";
   left: 0px;
   bottom: 0px;
   width: 100%;
   height: 50%;
   background-color: #e20909;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
}

.owl-dots .owl-dot.active::before,
.owl-dots .owl-dot:hover::before {
   height: 100%;
}

.owl-nav {
   position: absolute;
   left: 0px;
   top: 50%;
   z-index: 1;
   width: 100%;
   margin-top: -40px;
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
   width: 50px;
   height: 50px;
   line-height: 48px;
   text-align: center;
   color: var(--first);
   font-size: 35px;
   border: none;
   border-radius: 50%;
   border: 1px solid #ddd;
   background-color: #fffa;
   opacity: 0;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transit-ion: all 500ms ease;
   -o-transition: all 500ms ease;
}

.owl-nav .owl-prev {
   position: absolute;
   left: -30px;
}

.owl-nav .owl-next {
   position: absolute;
   right: -30px;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
   color: #ffffff;
   border-color: #e20909;
   background-color: #e20909;
}

.card_slider_sec:hover .owl-nav .owl-next {
   right: -15px;
   opacity: 0.9;
}

.card_slider_sec:hover .owl-nav .owl-prev {
   left: -15px;
   opacity: 0.9;
}

/*** 
====================================================================
	Services Section
====================================================================
***/
.services-section {
   position: relative;
   padding-block: 60px 80px;
   background-position: left center;
   background-repeat: no-repeat;
   background-color: #fff;
}

.services-section .upper-section {
   position: relative;
   padding-bottom: 70px;
   margin-top: -50px;
   z-index: 1;
}

/* Services Block */
.services-block {
   position: relative;
   margin-bottom: 30px;
}

.services-block .inner-box {
   position: relative;
   padding: 22px 24px;
   background-color: #ffffff;
   box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}

.services-block .inner-box .content {
   position: relative;
   padding-left: 160px;
   min-height: 180px;
   padding-top: 15px;
}

.services-block .inner-box .content .image {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 133px;
   min-height: 180px;
   display: block;
}

.services-block .inner-box .content .image img {
   width: 100%;
   display: block;
}

.services-block .inner-box .content .image .overlay-box {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   opacity: 0;
   color: #ffffff;
   text-align: center;
   -webkit-transition: all 700ms ease;
   -ms-transition: all 700ms ease;
   -o-transition: all 700ms ease;
   transition: all 700ms ease;
}

.services-block .inner-box .content .image .overlay-box:before {
   position: absolute;
   content: "";
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   display: block;
   opacity: 0;
   visibility: hidden;
   transition: all 900ms ease;
   -moz-transition: all 900ms ease;
   -webkit-transition: all 900ms ease;
   -ms-transition: all 900ms ease;
   -o-transition: all 900ms ease;
   background: rgba(255, 235, 64, 0.9);
   -moz-transform: rotateX(-180deg);
   -webkit-transform: rotateX(-180deg);
   -ms-transform: rotateX(-180deg);
   -o-transform: rotateX(-180deg);
   transform: rotateX(-180deg);
}

.services-block .inner-box .content .image .overlay-box .overlay-inner {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   display: table;
   vertical-align: middle;
   padding: 10px 43px;
}

.services-block .inner-box .content .image .overlay-box .overlay-inner .icon-box {
   position: relative;
   display: table-cell;
   vertical-align: middle;
}

.services-block .inner-box .content .image .overlay-box .overlay-inner .icon {
   position: relative;
   color: #000000;
   font-size: 56px;
   line-height: 1em;
}

.services-block .inner-box:hover .content .image .overlay-box::before {
   -moz-transform: rotateX(0deg);
   -webkit-transform: rotateX(0deg);
   -ms-transform: rotateX(0deg);
   -o-transform: rotateX(0deg);
   transform: rotateX(0deg);
   opacity: 1;
   visibility: visible;
}

.services-block .inner-box:hover .content .image .overlay-box {
   opacity: 1;
}

.services-block .inner-box .content h3 {
   position: relative;
   font-size: 24px;
   font-weight: 600;
   line-height: 1.4em;
   margin-bottom: 10px;
}

.services-block .inner-box .content h3 a {
   position: relative;
   color: #000000;
   transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
}

.services-block .inner-box .content h3 a:hover {
   color: #e20909;
}

.services-block .inner-box .content .text {
   position: relative;
   color: #5c5c5c;
   font-size: 16px;
   line-height: 1.6em;
}

.services-section .lower-section {
   position: relative;
}

.services-section .lower-section .image-column {
   position: relative;
}

.services-section .lower-section .image-column .inner-column {
   position: relative;
}

.services-section .lower-section .image-column .inner-column .image .icon {
   position: absolute;
   left: -60px;
   bottom: -60px;
}

.services-section .lower-section .inner-column .image {
   position: relative;
   /* border: 10px solid #eee;
   box-shadow: 0px 2px 14px #eee; */
}

.services-section .lower-section .inner-column .animate_serv_img {
   position: relative;
   height: 360px;
   /* max-width: 540px; */
   border-radius: 20px;
   background: url(../images/car/hyundai-grand-i10.webp) no-repeat center;
   animation: animate_serv_img 18s linear infinite;
   -webkit-animation: animate_serv_img 18s linear infinite;
}

@keyframes animate_serv_img {

   0%,
   20% {
      background: url(../images/car/4.webp) no-repeat center;
      background-size: 100% 100%;
   }

   25%,
   45% {
      background: url(../images/car/scorpio.webp) no-repeat center;
      background-size: 100% 100%;
      background-color: #ddd;
   }

   50%,
   70% {
      background: url(../images/car/ban06.webp) no-repeat center;
      background-size: 100% 100%;
      background-color: #ddd;
   }

   75%,
   98% {
      background: url(../images/car/ban01.webp) no-repeat center;
      background-size: 100% 100%;
   }
}

.services-section .lower-section .image-column .inner-column .image img {
   position: relative;
   width: 100%;
   display: block;
}

.services-section .lower-section .content-column {
   position: relative;
}

.services-section .lower-section .content-column .inner-column {
   position: relative;
   padding-left: 10px;
}

.services-section .lower-section .content-column .inner-column h2 {
   position: relative;
   color: #161616;
   font-size: 35px;
   font-weight: 700;
   line-height: 1.3em;
   padding-bottom: 20px;
   margin-bottom: 22px;
}

.services-section .lower-section .content-column .inner-column h2:after {
   position: absolute;
   content: "";
   left: 0px;
   bottom: 0px;
   width: 172px;
   height: 5px;
   background: url(../images/icons/seperater.png) no-repeat;
}

.services-section .lower-section .content-column .inner-column h3 {
   position: relative;
   color: #000000;
   font-size: 21px;
   font-weight: 400;
   line-height: 1.2em;
}

.services-section .lower-section .content-column .inner-column .text {
   position: relative;
   margin-top: 15px;
   color: #5c5c5c;
   font-size: 16px;
   line-height: 1.5em;
   margin-bottom: 25px;
}

/*** 
====================================================================
	Map Section
====================================================================
***/
.map-section {
   position: relative;
   padding-block: 100px;
   z-index: 1;
}

.map-section .image-layer {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 350px;
   background-size: cover;
   background-repeat: no-repeat;
}

.map-section .image-layer:before {
   position: absolute;
   content: "";
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   display: block;
   background-color: rgba(193, 0, 0, 0.94);
}

.map-section h2 {
   position: relative;
   color: #ffffff;
   font-size: 42px;
   font-weight: 700;
   line-height: 1.2em;
   text-align: center;
   margin-bottom: 50px;
}

.map-section h2 span {
   position: relative;
   display: block;
   color: #ffe361;
   margin-top: 1px;
}

.map-section .map-box {
   position: relative;
}

.map-section .map-box .map-canvas {
   position: relative;
   height: 450px;
   border: 12px solid #ffffff;
   box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}

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

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

.services-section-two {
   position: relative;
   padding: 60px 0px 40px;
}

/* Services Block Two */
.services-block-two {
   position: relative;
   margin-bottom: 15px;
   border-radius: 10px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   -ms-border-radius: 10px;
   -o-border-radius: 10px;
}

.services-block-two .inner-box {
   position: relative;
   text-align: center;
   padding: 20px 5px 15px;
   /* border: 1px solid #eee; */
   box-shadow: 0 2px 14px #eee;
}

.services-block-two .inner-box .icon-box {
   position: relative;
   display: inline-block;
   width: 60px;
   aspect-ratio: 1/1;
   text-align: center;
   font-size: 70px;
   line-height: 1em;
   color: #4c4c4c;
   margin-bottom: 12px;
   border-radius: 50%;
   background: #e2090915;
   outline: 2px solid #e2090911;
   outline-offset: 4px;
}

.services-block-two .inner-box .icon-box::before {
   content: "✓";
   position: absolute;
   left: -6px;
   width: 20px;
   height: 20px;
   /* background-color: #30c767; */
   background-color: #fff;
   outline: 2px solid #fff;
   outline-offset: 2px;
   color: #30c767;
   font-size: 20px;
   font-weight: 600;
   line-height: 1;
   border-radius: 50%;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   -ms-border-radius: 50%;
   -o-border-radius: 50%;
}

.services-block-two .inner-box .icon-box img {
   width: 60px;
}

.services-block-two .inner-box h5 {
   position: relative;
   /* font-size: 24px; */
   font-weight: 600;
   line-height: 1.3em;
   padding-bottom: 10px;
   margin-bottom: 10px;
}

.services-block-two .inner-box h5:after {
   position: absolute;
   content: "";
   left: 0px;
   bottom: 0px;
   width: 100%;
   height: 5px;
   background: url(../images/icons/seperater-1.png) center center no-repeat;
}

.services-block-two .inner-box .text {
   position: relative;
   color: #5c5c5c;
   font-size: 16px;
   line-height: 1.7em;
}

/*** 
====================================================================
	Accordian Section
====================================================================
***/
.accordian-section {
   position: relative;
   padding: 100px 0px 30px;
   background-color: #232323;
   background-position: left top;
   background-repeat: no-repeat;
}

.accordian-section .accordian-column {
   position: relative;
   margin-bottom: 40px;
}

/*** 
====================================================================
	Accordion Style One
====================================================================
***/
.accordion-style-one {
   position: relative;
   z-index: 10;
   margin-bottom: 30px;
}

.accordion-style-one .block {
   position: relative;
   margin-bottom: 28px;
   background-color: #ffffff;
}

.accordion-style-one .active-block {
   border-radius: 0 0 10px 10px;
   overflow: hidden;
}

.accordion-style-one .block:last-child {
   margin-bottom: 0px;
}

.accordion-style-one .block:last-child .acc-btn {
   border: 0px;
}

.accordion-style-one .block .acc-btn {
   position: relative;
   font-size: 18px;
   font-family: var(--rale);
   margin-bottom: 0px;
   cursor: pointer;
   line-height: 24px;
   font-weight: 600;
   overflow: hidden;
   color: #000000;
   padding: 20px 25px 20px 28px;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
}

.accordion-style-one .block .acc-btn.active {
   background-color: #e20909;
   color: #ffffff;
}

.accordion-style-one .block .acc-btn .icon-outer {
   position: absolute;
   right: 23px;
   top: 50%;
   font-size: 20px;
   color: #e20909;
   line-height: 26px;
   text-align: center;
   border-radius: 50%;
   font-weight: 600;
   margin-top: -16px;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
}

.accordion-style-one .block .acc-btn .icon-outer .icon {
   position: relative;
   top: 50%;
   display: block;
   width: 32px;
   height: 32px;
   color: #e20909;
   line-height: 32px;
   text-align: center;
   border-radius: 50%;
}

.accordion-style-one .block .acc-btn.active .icon-outer .icon-plus {
   opacity: 1;
   color: #ffffff;
   transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   -o-transform: rotate(45deg);
}

.accordion-style-one .block .icon-outer .icon-minus {
   opacity: 0;
   font-weight: 700;
}

.accordion-style-one .block.active-block .icon-minus {
   opacity: 0;
   color: #ffffff !important;
   margin-top: -32px;
   border-color: #0a15a9;
}

.accordion-style-one .block .acc-content {
   position: relative;
   display: none;
   background-color: #ffffff;
}

.accordion-style-one .block .acc-content.current {
   display: block;
}

.accordion-style-one .block .content {
   position: relative;
   padding: 20px 25px 15px;
}

.accordion-style-one .block .content p {
   margin-bottom: 10px;
   line-height: 1.8em;
   font-size: 16px;
   color: #444444;
}

.accordion-style-one .block .content p:last-child {
   margin-bottom: 0px;
}

.accordian-section .content-column {
   position: relative;
}

.accordian-section .content-column .inner-column {
   position: relative;
   padding-left: 15px;
   margin-bottom: 40px;
}

.accordian-section .content-column .inner-column h2 {
   position: relative;
   color: #ffffff;
   font-size: 30px;
   font-weight: 600;
   line-height: 1.2em;
   padding-bottom: 10px;
   margin-bottom: 26px;
}

.accordian-section .content-column .inner-column h2:after {
   position: absolute;
   content: "";
   left: 0px;
   bottom: 0px;
   width: 172px;
   height: 5px;
   background: url(../images/icons/seperater.png) no-repeat;
}

.accordian-section .content-column .inner-column h3 {
   position: relative;
   color: #ffffff;
   font-size: 21px;
   font-weight: 400;
   line-height: 1.2em;
}

.accordian-section .content-column .inner-column .text {
   position: relative;
   margin-top: 15px;
   color: #ffffff;
   font-size: 16px;
   line-height: 1.9em;
   margin-bottom: 20px;
}

/*** 
====================================================================
	Expert Section
====================================================================
***/
.expert-section {
   position: relative;
   padding: 86px 0px 60px;
   background-color: #f5f5f5;
   background-size: cover;
}

.team-block {
   position: relative;
   margin-bottom: 30px;
}

.team-block .inner-box {
   position: relative;
   padding: 30px 30px;
   background-color: #ffffff;
}

.team-block .inner-box .image {
   position: relative;
}

.team-block .inner-box .image img {
   position: relative;
   width: 100%;
   display: block;
}

.team-block .inner-box .lower-content {
   position: relative;
   padding-top: 25px;
   text-align: center;
}

.team-block .inner-box .lower-content h3 {
   position: relative;
   font-size: 24px;
   color: #000000;
   font-weight: 700;
   line-height: 1.4em;
   margin-bottom: 6px;
}

.team-block .inner-box .lower-content h3 a {
   position: relative;
   color: #000000;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
}

.team-block .inner-box .lower-content h3 a:hover {
   color: #e20909;
}

.team-block .inner-box .lower-content .designation {
   position: relative;
   font-size: 16px;
   color: #e20909;
   margin-bottom: 7px;
}

.team-block .inner-box .lower-content .text {
   position: relative;
   font-size: 16px;
   line-height: 1.7em;
   margin-bottom: 20px;
}

/*** 
====================================================================
	Clients Section
====================================================================
***/
.clients-section {
   position: relative;
   padding: 30px 0px 30px;
}

.clients-section:before {
   position: absolute;
   content: "";
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   display: block;
   background-color: rgba(193, 0, 0, 0.95);
}

.clients-section .sponsors-outer {
   position: relative;
}

.clients-section .sponsors-outer .owl-dots,
.clients-section .sponsors-outer .owl-nav {
   position: relative;
   display: none;
}

.clients-section .sponsors-outer .image-box {
   position: relative;
   text-align: center;
   -webkit-transition: all 300ms ease;
   -ms-transition: all 300ms ease;
   -o-transition: all 300ms ease;
   -moz-transition: all 300ms ease;
   transition: all 300ms ease;
   margin-bottom: 0;
}

.clients-section .sponsors-outer .image-box img {
   max-width: 100%;
   width: auto;
   display: inline-block;
   -webkit-transition: all 300ms ease;
   -ms-transition: all 300ms ease;
   -o-transition: all 300ms ease;
   -moz-transition: all 300ms ease;
   transition: all 300ms ease;
   /* filter: invert(1); */
}

.clients-section .sponsors-outer .image-box img:hover {
   opacity: 0.6;
}

/*** 
====================================================================
	Main Footer
====================================================================
***/
.main-footer {
   position: relative;
   padding: 60px 0px 0px;
   background-color: #000;
}

.main-footer hr {
   background-color: #666;
}

.main-footer.alternate {
   padding-top: 200px;
   margin-top: -100px;
}

.main-footer .widgets-section {
   position: relative;
   padding-bottom: 5px;
}

.main-footer .widgets-section .footer-column {
   position: relative;
   margin-bottom: 20px;
}

.main-footer .logo-widget .logo {
   position: relative;
   margin-bottom: 15px;
   max-width: 240px;
   width: 100%;
}

.main-footer .logo-widget .logo img {
   width: 100%;
   border-radius: 8px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   -ms-border-radius: 8px;
   -o-border-radius: 8px;
}

.main-footer .widgets-section .logo-widget .text {
   position: relative;
   font-size: 15px;
   font-weight: 400;
   color: #ffffff;
   line-height: 1.7em;
   margin-bottom: 25px;
}

.main-footer .widgets-section .logo-widget .social-icon-one li {
   margin-left: 0px;
   margin-right: 10px;
}

.main-footer .footer-widget li a {
   color: #eee;
}

.main-footer .footer-widget li a:hover {
   color: var(--first);
}


.main-footer .widgets-section h2 {
   position: relative;
   color: #ffffff;
   font-size: 24px;
   font-weight: 600;
   line-height: 1.4em;
   margin-bottom: 22px;
   display: inline-block;
}

.main-footer .widgets-section h2:before {
   content: "";
   position: absolute;
   bottom: 0;
   left: 0;
   width: 74%;
   height: 2px;
   background-color: var(--first);
}

.main-footer .widgets-section p {
   color: #ddd;
}

/* Links */
.links {
   position: relative;
}

.links li {
   position: relative;
   margin-bottom: 10px;
}

.links li a {
   position: relative;
   color: #ffffff;
   font-size: 16px;
   -webkit-transition: all 300ms ease;
   -ms-transition: all 300ms ease;
   -o-transition: all 300ms ease;
   -moz-transition: all 300ms ease;
   transition: all 300ms ease;
}

.links li a:hover {
   color: var(--first);
}

/* Opening Time */
.opening-time {
   position: relative;
}

.opening-time li {
   position: relative;
   color: #ffffff;
   text-align: right;
   font-size: 14px;
   margin-bottom: 8px;
}

.opening-time li span {
   position: absolute;
   left: 0px;
}

.footer-bottom {
   position: relative;
   padding: 6px 0px 4px;
}

.footer-bottom p {
   color: #ddd;
}

.footer-bottom p a {
   text-decoration: underline;
   text-underline-offset: 5px;
   color: #eee;
}

.footer-bottom p a:hover {
   color: var(--first);
}

.boxed-view .page-wrapper {
   position: relative;
   max-width: 1400px;
   margin: 0 auto;
}

.grid-view .auto-container {
   max-width: 1360px;
   padding: 0px 80px;
}

.boxed-view:before {
   position: fixed;
   content: "";
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   display: block;
   background: rgba(193, 0, 0, 0.94) url(../images/background/3.jpg) repeat;
}

/*** 
====================================================================
	Services Section Three
====================================================================
***/
.services-block-three {
   position: relative;
   margin-bottom: 40px;
}

.services-block-three .inner-box {
   position: relative;
   padding: 30px 30px;
   background-color: #ffffff;
}

.services-block-three .inner-box .image {
   position: relative;
}

.services-block-three .inner-box .image img {
   position: relative;
   width: 100%;
   display: block;
}

.services-block-three .inner-box .lower-content {
   position: relative;
   padding-top: 25px;
   text-align: center;
}

.services-block-three .inner-box .lower-content h3 {
   position: relative;
   font-size: 24px;
   color: #000000;
   font-weight: 700;
   line-height: 1.4em;
   margin-bottom: 6px;
}

.services-block-three .inner-box .lower-content h3 a {
   position: relative;
   color: #000000;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
}

.services-block-three .inner-box .lower-content h3 a:hover {
   color: #e20909;
}

.services-block-three .inner-box .lower-content .designation {
   position: relative;
   font-size: 21px;
   color: #e20909;
   margin-bottom: 18px;
}

.services-block-three .inner-box .lower-content .text {
   position: relative;
   font-size: 16px;
   line-height: 1.7em;
   margin-bottom: 20px;
}

/*** 
====================================================================
	Clients Section Two
====================================================================
***/
.clients-section-two {
   position: relative;
   padding: 80px 0px 60px;
   background-attachment: fixed;
   background-repeat: no-repeat;
   background-size: cover;
}

.clients-section-two h2 {
   position: relative;
   text-align: center;
   margin-bottom: 40px;
}

.clients-section-two h2::after {
   position: absolute;
   content: "";
   left: 44%;
   transform: translateX(-50%);
   bottom: 0px;
   width: 172px;
   height: 5px;
   background: url(../images/icons/seperater.png) no-repeat;
   -webkit-transform: translateX(-50%);
   -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   -o-transform: translateX(-50%);
}

.clients-section-two h3 span {
   color: #ffe361;
   display: block;
}

.clients-section-two .sponsors-outer {
   position: relative;
   height: 100px;
}

.clients-section-two .sponsors-outer .owl-dots,
.clients-section-two .sponsors-outer .owl-nav {
   position: relative;
   display: block;
   bottom: -45px;
}

.clients-section-two .sponsors-outer .image-box {
   position: relative;
   text-align: center;
   margin: 0;
}

.clients-section-two .sponsors-outer .image-box img {
   max-width: 100%;
   width: auto;
   display: inline-block;
   -webkit-transition: all 300ms ease;
   -ms-transition: all 300ms ease;
   -o-transition: all 300ms ease;
   -moz-transition: all 300ms ease;
   transition: all 300ms ease;
}

.clients-section-two .sponsors-outer .image-box img:hover {
   opacity: 0.6;
}

/*** 
====================================================================
	Fluid Section Two
====================================================================
***/
.fluid-section-one {
   position: relative;
}

.fluid-section-one .outer-container {
   position: relative;
   min-height: 250px;
   background-color: #232323;
}

.fluid-section-one .image-column {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 50%;
   height: 100%;
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
}

.fluid-section-one .image-column .image-box {
   position: relative;
   display: none;
}

.fluid-section-one .image-column .image-box img {
   position: relative;
   display: block;
   width: 100%;
}

.fluid-section-one .content-column {
   position: relative;
   float: right;
   width: 50%;
}

.fluid-section-one .content-column .inner-column {
   position: relative;
   max-width: 600px;
   width: 100%;
   margin: 0 auto;
   padding: 120px 15px 120px 60px;
}

.fluid-section-one .content-column .inner-column h2 {
   position: relative;
   color: #ffffff;
   font-size: 35px;
   font-weight: 700;
   line-height: 1.3em;
   padding-bottom: 20px;
   margin-bottom: 26px;
}

.fluid-section-one .content-column .inner-column h2:after {
   position: absolute;
   content: "";
   left: 0px;
   bottom: 0px;
   width: 172px;
   height: 5px;
   background: url(../images/icons/seperater.png) no-repeat;
}

.fluid-section-one .content-column .inner-column h3 {
   position: relative;
   color: #ffffff;
   font-size: 21px;
   font-weight: 400;
   line-height: 1.2em;
}

.fluid-section-one .content-column .inner-column .text {
   position: relative;
   margin-top: 22px;
   color: #ffffff;
   font-size: 16px;
   line-height: 1.9em;
   margin-bottom: 35px;
}

/*** 
====================================================================
	Pricing Section
====================================================================
***/
.pricing-section {
   position: relative;
   padding: 90px 0px 70px;
   background-color: #f5f5f5;
   background-size: cover;
}

.pricing-block {
   position: relative;
   margin-bottom: 30px;
}

.pricing-block .inner-box {
   position: relative;
   background-color: #ffffff;
   -webkit-transition: all 300ms ease;
   -ms-transition: all 300ms ease;
   -o-transition: all 300ms ease;
   -moz-transition: all 300ms ease;
   transition: all 300ms ease;
}

.pricing-block .inner-box:hover {
   box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
}

.pricing-block .inner-box .image {
   position: relative;
}

.pricing-block .inner-box .image img {
   position: relative;
   width: 100%;
   display: block;
}

.pricing-block .inner-box .lower-content {
   position: relative;
   text-align: center;
   padding: 30px 15px 45px;
}

.pricing-block .inner-box .lower-content h3 {
   position: relative;
   font-size: 24px;
   font-weight: 700;
   color: #000000;
}

.pricing-block .inner-box .lower-content .price {
   position: relative;
   font-size: 35px;
   font-weight: 700;
   color: #e20909;
   margin-top: 15px;
   margin-bottom: 40px;
}

.pricing-block .inner-box .lower-content .price-list {
   position: relative;
   margin-bottom: 35px;
}

.pricing-block .inner-box .lower-content .price-list li {
   position: relative;
   margin-bottom: 15px;
   color: #5c5c5c;
   font-size: 21px;
}

.pricing-block .inner-box .lower-content .price-list li:last-child {
   margin-bottom: 0px;
}

/*** 
====================================================================
	Page Title
====================================================================
***/
.page-title {
   position: relative;
   padding: 270px 0px 110px;
   background-repeat: no-repeat;
   background-size: cover;
   text-align: center;
   background-position: center center;
}

.page-title:before {
   position: absolute;
   content: "";
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   display: block;
   /* background-color: rgba(11, 9, 9, 0.3); */
   background: linear-gradient(to bottom, #000a, #0004);
}

.page-title h1 {
   position: relative;
   display: inline-block;
   background-color: #00000016;
   color: #ffffff;
   font-size: 46px;
   font-weight: 600;
   line-height: 1.2em;
   margin-bottom: 20px;
   text-transform: capitalize;
}

.page-title .text {
   color: #fff;
}

.page-title .text,
.page-title .text a {
   position: relative;
   /* color: #fffc; */
   opacity: 0.9;
   font-size: 18px;
   margin-top: 0px;
}

.page-title.page_hero_blank {
   padding: 200px 0px 100px;
}

.page-title.page_hero_blank h2 {
   color: #ffffff;
   font-size: 38px;
   font-weight: 600;
   text-transform: capitalize;
   opacity: 1;
   transform: translate(0);
   -webkit-transform: translate(0);
   -moz-transform: translate(0);
   -ms-transform: translate(0);
   -o-transform: translate(0);
}

/*** 
====================================================================
	About Section
====================================================================
***/
.about-section {
   position: relative;
   padding: 100px 0px 100px;
}

.about-section .image-column {
   position: relative;
}

.about-section .image-column .inner-column {
   position: relative;
}

.about-section .image-column .inner-column .image {
   position: relative;
}

.about-section .image-column .inner-column .image img {
   position: relative;
   width: 100%;
   display: block;
}

.about-section .content-column {
   position: relative;
}

.about-section .content-column .inner-column {
   position: relative;
   padding-left: 15px;
}

.about-section .content-column .inner-column h2 {
   position: relative;
   color: #161616;
   font-size: 35px;
   font-weight: 700;
   line-height: 1.3em;
   padding-bottom: 20px;
   margin-bottom: 22px;
   margin-top: -10px;
}

.about-section .content-column .inner-column h2:after {
   position: absolute;
   content: "";
   left: 0px;
   bottom: 0px;
   width: 172px;
   height: 5px;
   background: url(../images/icons/seperater.png) no-repeat;
}

.about-section .content-column .inner-column h3 {
   position: relative;
   color: #000000;
   font-size: 21px;
   font-weight: 400;
   line-height: 1.2em;
}

.about-section .content-column .inner-column .text {
   position: relative;
   margin-top: 15px;
   color: #5c5c5c;
   font-size: 16px;
   line-height: 1.6em;
   margin-bottom: 25px;
}

/*** 
====================================================================
	Clients Page Section
====================================================================
***/
.clients-page-section {
   position: relative;
   padding: 58px 0px 58px;
}

.clients-page-section .clients-list {
   position: relative;
}

.clients-page-section .clients-list li {
   position: relative;
   float: left;
   width: 25%;
   margin-bottom: 20px;
}

.clients-page-section .clients-list li img {
   opacity: 0.4;
   filter: grayscale(100%);
   -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -o-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   -webkit-transition: all 300ms ease;
   -ms-transition: all 300ms ease;
   -o-transition: all 300ms ease;
   -moz-transition: all 300ms ease;
   transition: all 300ms ease;
}

.clients-page-section .clients-list li img:hover {
   opacity: 1;
   filter: grayscale(0%);
   -webkit-filter: grayscale(0%);
   -moz-filter: grayscale(0%);
   -o-filter: grayscale(0%);
   -ms-filter: grayscale(0%);
}

/*** 
====================================================================
	Contact Form Section
====================================================================
***/
.contact-form-section {
   position: relative;
   padding: 85px 0px 88px;
   background: url(../images/background/7.jpg) left top repeat-x;
}

/*Contact Form*/
.contact-form {
   position: relative;
}

.contact-form .row {
   margin: 0px -6px;
}

.contact-form .form-group {
   position: relative;
   padding: 0px 6px;
   margin-bottom: 12px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form select,
.contact-form textarea {
   display: block;
   width: 100%;
   line-height: 28px;
   height: 58px;
   font-size: 14px;
   padding: 10px 22px;
   background: none;
   color: #000000;
   background-color: #ffffff;
   border: 1px solid #e7e6e6;
   transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
}

.contact-form textarea {
   height: 206px;
   resize: none;
   font-size: 14px;
   background-color: #ffffff;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form input[type="password"]:focus,
.contact-form select:focus,
.contact-form textarea:focus {
   border-color: #e20909;
}

.contact-form .theme-btn {
   cursor: pointer;
   margin-top: 20px;
   padding: 12px 45px;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
   border-color: #ff0000 !important;
}

.contact-form label.error {
   display: block;
   line-height: 24px;
   padding: 5px 0px 0px;
   margin: 0px;
   text-transform: uppercase;
   font-size: 11px;
   color: #ff0000;
   font-weight: 500;
}

/*** 
====================================================================
	Faq Page Section
====================================================================
***/
.faq-form-section {
   position: relative;
   padding: 100px 0px 70px;
   background-color: #f5f5f5;
}

.faq-form-section .title-column {
   position: relative;
}

.faq-form-section .title-column .inner-column {
   position: relative;
   margin-bottom: 40px;
}

.faq-form-section .title-column .inner-column h2 {
   position: relative;
   color: #161616;
   font-size: 35px;
   font-weight: 700;
   line-height: 1.3em;
   padding-bottom: 18px;
   margin-bottom: 20px;
}

.faq-form-section .title-column .inner-column h2:after {
   position: absolute;
   content: "";
   left: 0px;
   bottom: 0px;
   height: 2px;
   width: 68px;
   background-color: #e20909;
}

.faq-form-section .title-column .inner-column .title {
   position: relative;
   color: #161616;
   font-size: 21px;
   margin-bottom: 25px;
}

.faq-form-section .title-column .inner-column .text {
   position: relative;
   line-height: 1.6em;
   font-size: 16px;
   color: #5c5c5c;
}

/*** 
====================================================================
	Gallery Page Section
====================================================================
***/
.gallery-page-section {
   position: relative;
   padding: 100px 0px 100px;
}

/* Gallery Block Three */
.gallery-block {
   position: relative;
   margin-bottom: 30px;
}

.gallery-block .inner-box {
   position: relative;
   width: 100%;
   overflow: hidden;
}

.gallery-block .image-box {
   position: relative;
   display: block;
   margin-bottom: 0px;
}

.gallery-block .image-box img {
   position: relative;
   display: block;
   width: 100%;
}

.gallery-block .overlay-box {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   opacity: 0;
   color: #ffffff;
   text-align: center;
   -webkit-transition: all 700ms ease;
   -ms-transition: all 700ms ease;
   -o-transition: all 700ms ease;
   transition: all 700ms ease;
}

.gallery-block .overlay-box:before {
   position: absolute;
   content: "";
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   display: block;
   opacity: 0;
   visibility: hidden;
   transition: all 900ms ease;
   -moz-transition: all 900ms ease;
   -webkit-transition: all 900ms ease;
   -ms-transition: all 900ms ease;
   -o-transition: all 900ms ease;
   background-color: rgba(226, 9, 9, 0.8);
   -moz-transform: rotateX(-180deg);
   -webkit-transform: rotateX(-180deg);
   -ms-transform: rotateX(-180deg);
   -o-transform: rotateX(-180deg);
   transform: rotateX(-180deg);
}

.gallery-block .inner-box:hover .overlay-box:before {
   -moz-transform: rotateX(0deg);
   -webkit-transform: rotateX(0deg);
   -ms-transform: rotateX(0deg);
   -o-transform: rotateX(0deg);
   transform: rotateX(0deg);
   opacity: 1;
   visibility: visible;
}

.gallery-block .inner-box:hover .overlay-box {
   opacity: 1;
}

.gallery-block .inner-box .overlay-inner {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   display: table;
   vertical-align: middle;
   padding: 10px 0px;
}

.gallery-block .inner-box .overlay-inner .content {
   position: relative;
   display: table-cell;
   vertical-align: middle;
}

.gallery-block .inner-box .overlay-inner .link {
   position: relative;
   font-size: 28px;
   color: #ffffff;
   transition: all 300ms ease;
   -webkit-transition: all 300ms ease;
   -ms-transition: all 300ms ease;
   -o-transition: all 300ms ease;
}

.gallery-block .inner-box .overlay-inner .link .icon {
   position: relative;
}

.gallery-page-section .btn-box {
   margin-top: 30px;
}

/*** 
====================================================================
	We Do Section
====================================================================
***/
.we-do-section {
   position: relative;
   padding: 100px 0px 25px;
}

.services-block-four {
   position: relative;
   margin-bottom: 75px;
}

.services-block-four .inner-box {
   position: relative;
   background-color: #ffffff;
}

.services-block-four .inner-box .image {
   position: relative;
}

.services-block-four .inner-box .image img {
   position: relative;
   width: 100%;
   display: block;
}

.services-block-four .inner-box .lower-content {
   position: relative;
   padding-top: 26px;
}

.services-block-four .inner-box .lower-content h3 {
   position: relative;
   font-size: 24px;
   color: #000000;
   font-weight: 700;
   line-height: 1.4em;
   margin-bottom: 10px;
}

.services-block-four .inner-box .lower-content h3 a {
   position: relative;
   color: #000000;
   transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
}

.services-block-four .inner-box .lower-content h3 a:hover {
   color: #e20909;
}

.services-block-four .inner-box .lower-content .text {
   position: relative;
   font-size: 16px;
   color: #5c5c5c;
   line-height: 1.7em;
   margin-bottom: 25px;
}

/*** 
====================================================================
	Team Page Section
====================================================================
***/
.team-section {
   position: relative;
   padding: 100px 0px 70px;
   background-color: #f5f5f5;
}

.services-page-section {
   position: relative;
   padding-top: 100px;
}

.price-page-section {
   position: relative;
   padding: 100px 0px 70px;
   background-color: #f5f5f5;
}

/*** 
====================================================================
	Blog Page Section
====================================================================
***/
.blog-page-section {
   position: relative;
   padding: 100px 0px 60px;
   background-color: #f5f5f5;
}

/*** 
====================================================================
	Sidebar Page Container
====================================================================
***/
.sidebar-page-container {
   position: relative;
   z-index: 9;
   background-color: #f5f5f5;
   padding: 0px 0px 50px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
   margin-bottom: 40px;
}

.sidebar-page-container .sidebar-side .sidebar.left-padding {
   padding-left: 15px;
}

.sidebar-widget {
   position: relative;
   margin-bottom: 40px;
}

.sidebar-page-container .sidebar-title {
   position: relative;
   margin-bottom: 25px;
}

.sidebar-page-container .sidebar-title h2 {
   position: relative;
   display: block;
   font-size: 24px;
   color: #000000;
   font-weight: 700;
   line-height: 1.2em;
   text-transform: capitalize;
}

/*Post Widget*/
.sidebar .popular-posts .post {
   position: relative;
   font-size: 14px;
   color: #666666;
   padding: 0px 0px 15px;
   padding-left: 100px;
   min-height: 87px;
   margin-bottom: 16px;
}

.sidebar .popular-posts .post:last-child {
   margin-bottom: 0px;
   border-bottom: none;
}

.sidebar .popular-posts .post .post-thumb {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 87px;
   overflow: hidden;
}

.sidebar .popular-posts .post .post-thumb .overlay-box {
   position: absolute;
   content: "";
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   display: block;
   color: #e20909;
   font-size: 18px;
   opacity: 0;
   text-align: center;
   transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   background-color: rgba(51, 51, 51, 0.7);
}

.sidebar .popular-posts .post .post-thumb .overlay-box .fa {
   top: 50%;
   position: relative;
   margin-top: -12px;
   display: block;
}

.sidebar .popular-posts .post:hover .post-thumb .overlay-box {
   opacity: 1;
}

.sidebar .popular-posts .post .post-thumb img {
   display: block;
   width: 100%;
   transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
}

.sidebar .popular-posts .post .text {
   position: relative;
   top: 0px;
   font-size: 17px;
   margin: 0px 0px 6px;
   font-weight: 400;
   color: #000000;
   line-height: 1.6em;
   padding-right: 20px;
   text-transform: capitalize;
}

.sidebar .popular-posts .post .text a {
   color: #000000;
   transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
}

.sidebar .popular-posts .post a:hover {
   color: #e20909;
}

.sidebar .popular-posts .post-info {
   position: relative;
   font-size: 16px;
   color: #e20909;
   font-weight: 400;
}

/* Category List */
.category-list {
   position: relative;
}

.category-list li {
   position: relative;
   margin-bottom: 12px;
}

.category-list li a {
   position: relative;
   color: #5c5c5c;
   font-size: 16px;
   padding-left: 24px;
   transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
}

.category-list li a:hover {
   color: #e20909;
}

.category-list li a:before {
   position: absolute;
   content: "";
   left: 0px;
   top: 4px;
   width: 14px;
   height: 14px;
   background-color: #e20909;
}

/*Instagram Widget*/
.sidebar .instagram-widget .images-outer {
   position: relative;
   margin: 0px -11px;
}

.sidebar .instagram-widget .image-box {
   position: relative;
   float: left;
   width: 33.3333%;
   padding: 0px 11px;
   margin-bottom: 22px;
}

.sidebar .instagram-widget .image-box:nth-child(3),
.sidebar .instagram-widget .image-box:nth-child(6) {
   margin-right: 0px;
}

.sidebar .instagram-widget .image-box .overlay-box {
   position: absolute;
   content: "";
   left: 13px;
   top: 0px;
   bottom: 0px;
   right: 11px;
   display: block;
   z-index: 1;
   opacity: 0;
   text-align: center;
   padding: 8px;
   color: #ffffff;
   font-size: 28px;
   line-height: 44px;
   -webkit-transition: all 300ms ease;
   -ms-transition: all 300ms ease;
   -o-transition: all 300ms ease;
   -moz-transition: all 300ms ease;
   transition: all 300ms ease;
   background-color: rgba(0, 0, 0, 0.2);
}

.sidebar .instagram-widget .image-box .overlay-box:before {
   position: absolute;
   top: 50%;
   margin-left: -14px;
   margin-top: -22px;
   display: inline-block;
}

.sidebar .instagram-widget .image-box:hover .overlay-box {
   opacity: 1;
}

.sidebar .instagram-widget .image-box img {
   position: relative;
   display: block;
   width: 100%;
   -webkit-transition: all 300ms ease;
   -ms-transition: all 300ms ease;
   -o-transition: all 300ms ease;
   -moz-transition: all 300ms ease;
   transition: all 300ms ease;
}

/* News Block */
.news-block {
   position: relative;
   margin-bottom: 60px;
}

.news-block .inner-box {
   position: relative;
   background-color: #ffffff;
   box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.news-block .inner-box .image {
   position: relative;
   padding: 30px 30px 0px;
}

.news-block .inner-box .image img {
   position: relative;
   width: 100%;
   display: block;
}

.news-block .inner-box .lower-content {
   position: relative;
   text-align: left;
   padding: 35px 30px 0px;
}

.news-block .inner-box .lower-content h3 {
   position: relative;
   font-size: 35px;
   font-weight: 700;
   line-height: 1.3em;
}

.news-block .inner-box .lower-content h3 a {
   position: relative;
   color: #000000;
   -webkit-transition: all 300ms ease;
   -ms-transition: all 300ms ease;
   -o-transition: all 300ms ease;
   -moz-transition: all 300ms ease;
   transition: all 300ms ease;
}

.news-block .inner-box .lower-content h3 a:hover {
   position: relative;
   color: #e20909;
}

.news-block .inner-box .lower-content .designation {
   position: relative;
   font-size: 21px;
   color: #e20909;
   margin-top: 10px;
   margin-bottom: 22px;
}

.news-block .inner-box .lower-content .text {
   position: relative;
   color: #5c5c5c;
   font-size: 16px;
   line-height: 1.8em;
   padding-bottom: 30px;
}

.news-block .inner-box .lower-content .post-meta {
   position: relative;
   padding: 22px 0px;
   border-top: 1px solid #eeeeee;
}

.news-block .inner-box .lower-content .post-meta li {
   position: relative;
   color: #5c5c5c;
   font-size: 15px;
   margin-right: 15px;
   display: inline-block;
}

.news-block .inner-box .lower-content .post-meta li .icon {
   position: relative;
   margin-right: 5px;
   color: #e20909;
}

.news-block .inner-box .theme-btn {
   width: 100%;
   text-align: center;
}

/* Quote Block */
.quote-block {
   position: relative;
   margin-bottom: 60px;
}

.quote-block .inner-box {
   position: relative;
   text-align: center;
   padding: 60px 60px 50px;
   background-color: #ffffff;
   box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.quote-block .inner-box .icon-box {
   position: relative;
   color: #e20909;
   font-size: 26px;
   line-height: 1em;
   margin-bottom: 20px;
}

.quote-block .inner-box .text {
   position: relative;
   color: #000000;
   font-weight: 700;
   line-height: 1.3em;
   font-style: italic;
   font-size: 35px;
   margin-bottom: 15px;
}

.quote-block .inner-box .author {
   position: relative;
   font-size: 21px;
   color: #e20909;
}

/* News Single */
.blog-single {
   position: relative;
   margin-bottom: 30px;
   background-color: #ffffff;
   border-radius: 10px 10px 0 0;
   box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
   -webkit-border-radius: 10px 10px 0 0;
   -moz-border-radius: 10px 10px 0 0;
   -ms-border-radius: 10px 10px 0 0;
   -o-border-radius: 10px 10px 0 0;
}

.blog-single .image {
   position: relative;
   padding: 30px 30px 0px;
}

.blog-single .image img {
   position: relative;
   width: 100%;
   display: block;
}

.blog-single .lower-content {
   position: relative;
   padding: 35px 30px;
}

.blog-single .lower-content .designation {
   position: relative;
   font-size: 21px;
   color: #e20909;
   margin-top: 10px;
   margin-bottom: 22px;
}

.blog-single .lower-content .text {
   position: relative;
}

.blog-single .lower-content .row {
   position: relative;
   margin: 0px -7px;
}

.blog-single .lower-contenttext .two-column {
   margin-bottom: 20px;
}

.blog-single .lower-content .column {
   position: relative;
   padding: 0px 7px;
   margin-bottom: 14px;
}

.blog-single .lower-content .column img {
   width: 100%;
   display: block;
}

.blog-single .lower-content p span,
.blog-single .lower-content span a {
   color: #e20909;
}

.blog-single .lower-content p span a:hover {
   text-decoration: underline;
}

.blog-single .lower-content h3 {
   font-size: 24px;
   /* line-height: 1.3em; */
   margin-bottom: 15px;
}

.blog-single .lower-content :where(h5, h6) {
   font-family: var(--popp);
   font-weight: 600;
}

.blog-single .lower-content .post-meta {
   margin: 0;
   margin-left: 15px;
}

.blog-single .post-meta li {
   position: relative;
   list-style: decimal;
}

.blog-single .post-meta li::marker {
   color: #000;
   font-size: 22px;
   font-weight: 500;
}

.blog-single .lower-content .post-meta li h3 {
   margin-bottom: 5px;
   font-size: 22px;
}

.blog-single .lower-content .post-meta li .icon {
   position: relative;
   margin-right: 5px;
   color: #e20909;
}

.blog-single .lower-content ul li {
   list-style: disc;
}

.blog-single .lower-content ul li::marker {
   color: #555;
   font-size: 18px;
}

/*** 
====================================================================
	Comments Area
====================================================================
 ***/
.sidebar-page-container .comments-area {
   position: relative;
   margin-top: 50px;
   margin-bottom: 50px;
}

.sidebar-page-container .group-title {
   position: relative;
   margin-bottom: 25px;
}

.sidebar-page-container .group-title h2 {
   position: relative;
   font-size: 24px;
   color: #000000;
   font-weight: 400;
   text-transform: capitalize;
}

.sidebar-page-container .comments-area .comment-box {
   position: relative;
   padding: 30px 30px 28px;
   margin-bottom: 30px;
   background-color: #ffffff;
   -webkit-transition: all 300ms ease;
   -ms-transition: all 300ms ease;
   -o-transition: all 300ms ease;
   -moz-transition: all 300ms ease;
   transition: all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box.reply-comment {
   margin-left: 170px;
}

.sidebar-page-container .comments-area .comment-box.reply-comment:before {
   position: absolute;
   content: "";
   left: -120px;
   top: 97px;
   width: 50px;
   height: 31px;
   background: url(../images/icons/reply.png) no-repeat;
}

.sidebar-page-container .comments-area .comment-box:last-child {
   margin-bottom: 0px;
}

.sidebar-page-container .comments-area .comment-box:hover {
   border-color: #222222;
}

.sidebar-page-container .comments-area .comment {
   position: relative;
   font-size: 14px;
   padding: 0px 0px 0px 100px;
}

.sidebar-page-container .comments-area .comment .comment-inner {
   position: relative;
}

.sidebar-page-container .comments-area .comment .comment-reply {
   position: relative;
   margin-top: 10px;
   color: #e20909;
   font-size: 13px;
   font-weight: 700;
   text-transform: uppercase;
   -webkit-transition: all 300ms ease;
   -ms-transition: all 300ms ease;
   -o-transition: all 300ms ease;
   -moz-transition: all 300ms ease;
   transition: all 300ms ease;
}

.sidebar-page-container .comments-area .comment .comment-reply .fa {
   color: #242424;
   font-size: 14px;
   margin-left: 4px;
}

.sidebar-page-container .comments-area .comment .comment-reply:hover {
   color: #242424;
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 70px;
   border-radius: 50%;
   overflow: hidden;
   margin-bottom: 20px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
   display: block;
}

.sidebar-page-container .comments-area .comment-info {
   color: #000000;
   line-height: 24px;
   font-size: 18px;
   font-weight: 600;
}

.sidebar-page-container .comments-area .comment-box strong {
   font-size: 16px;
   font-weight: 600;
   color: #222222;
   line-height: 1.1em;
   text-transform: capitalize;
}

.sidebar-page-container .comments-area .comment-box .text {
   color: #5c5c5c;
   font-size: 14px;
   margin-top: 10px;
   line-height: 1.7em;
   margin-bottom: 10px;
}

.sidebar-page-container .comments-area .comment-time {
   position: relative;
   font-size: 15px;
   color: #5c5c5c;
   font-weight: 400;
   margin-bottom: 7px;
}

.sidebar-page-container .comments-area .comment-time span {
   color: #e20909;
}

.sidebar-page-container .comments-area .comment-box .theme-btn {
   padding: 5px 30px;
   font-size: 12px;
   border: 1px solid #fbca00;
   text-transform: uppercase;
   letter-spacing: 1px;
}

/*** 
====================================================================
	Comment Form
====================================================================
 ***/
.comment-form .row {
   margin: 0px -7px;
}

.comment-form .form-group {
   position: relative;
   padding: 0px 7px;
   margin-bottom: 22px;
}

.comment-form .form-group:last-child {
   margin-bottom: 0px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
   position: relative;
   display: block;
   width: 100%;
   height: 52px;
   font-size: 15px;
   color: #000000;
   line-height: 32px;
   padding: 10px 22px;
   font-weight: 400;
   background: #ffffff;
   border: 1px solid #e7e6e6;
   transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
}

.comment-form .form-group textarea {
   position: relative;
   display: block;
   width: 100%;
   height: 150px;
   font-size: 15px;
   color: #000000;
   line-height: 32px;
   padding: 10px 22px;
   font-weight: 400;
   resize: none;
   background: #ffffff;
   border: 1px solid #e7e6e6;
   transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   -o-transition: all 500ms ease;
}

.comment-form .theme-btn {
   cursor: pointer;
   padding: 16px 45px 13px;
   text-transform: uppercase;
}

.card_slider_sec {
   position: relative;
   padding: 40px 0 40px;
   overflow: hidden;
}

.card_slider_sec .row .col-12 {
   padding-inline: 6px;
}

.card_slider_sec .car_content .detail_link {
   position: absolute;
   top: 0;
   left: 16px;
   color: #000;
   font-size: 14px;
   transition: 0.4s;
   -webkit-transition: 0.4s;
   -moz-transition: 0.4s;
   -ms-transition: 0.4s;
   -o-transition: 0.4s;
}

.card_slider_sec .car_content .detail_link1 {
   left: auto;
   right: 10px;
}

.card_slider_sec .car_content .detail_link:hover {
   text-decoration: underline;
}

.card_slider_sec .car_content .pick_location {
   color: var(--first);
   font-size: 90%;
   position: absolute;
   right: 10px;
   transition: 0.4s;
   -webkit-transition: 0.4s;
   -moz-transition: 0.4s;
   -ms-transition: 0.4s;
   -o-transition: 0.4s;
}

.card_slider_sec .car_content .pick_location:hover {
   color: #000;
}

.card_slider_sec .car_content {
   position: relative;
   background-color: #fff;
   box-shadow: 0 2px 14px #eee;
   border: 1px solid #eee;
   border-radius: 5px 5px 0 0;
   max-height: 320rem;
   min-width: 13rem;
   margin-bottom: 16px;
   overflow: hidden;
   transition: 0.4s;
   -webkit-transition: 0.4s;
   -moz-transition: 0.4s;
   -ms-transition: 0.4s;
   -o-transition: 0.4s;
   -moz-border-radius: 5px 5px 0 0;
   -ms-border-radius: 5px 5px 0 0;
   -o-border-radius: 5px 5px 0 0;
   -webkit-border-radius: 5px 5px 0 0;
}

.card_slider_sec .car_content:hover {
   box-shadow: 0 2px 14px #ddd;
}

.card_slider_sec .car_content img {
   width: 100%;
   max-height: 230px;
   height: 210px;
   transition: 0.4s;
   -webkit-transition: 0.4s;
   -moz-transition: 0.4s;
   -ms-transition: 0.4s;
   -o-transition: 0.4s;
}

.card_slider_sec .car_content:hover img {
   outline: 1px solid #eee;
   outline-offset: -5px;
   transform: scale(1.08) rotateZ(2deg);
   -webkit-transform: scale(1.08) rotateZ(2deg);
   -moz-transform: scale(1.08) rotateZ(2deg);
   -ms-transform: scale(1.08) rotateZ(2deg);
   -o-transform: scale(1.08) rotateZ(2deg);
}

.card_slider_sec .car_content .vert_para {
   position: absolute;
   top: 16%;
   left: -12%;
   transform: rotate(270deg);
   -webkit-transform: rotate(270deg);
   -moz-transform: rotate(270deg);
   -ms-transform: rotate(270deg);
   -o-transform: rotate(270deg);
}

.card_slider_sec .car_content .vert_para1 {
   top: 10%;
}

.card_slider_sec .car_content .vert_para1 small {
   font-weight: 600;
}

.card_slider_sec .car_content .car_info {
   position: relative;
   background-color: #fff;
   padding: 10px 15px 20px;
}

.card_slider_sec .car_content .car_info .car_info_price {
   font-family: var(--popp);
   color: green;
}

.card_slider_sec .car_content .car_info .car_info_price s {
   color: #888;
}

.card_slider_sec .car_content .car_info h5 {
   /* color: var(--first); */
   /* color: #e20909; */
   color: #bcb206;
   font-weight: 700;
}

.card_slider_sec .car_content .car_info2 h5 {
   margin-top: -10px;
}

.card_slider_sec .car_content .car_info p {
   line-height: 1.4;
}

.card_slider_sec .car_content .car_info ul {
   display: flex;
   position: relative;
   left: 20px;
}

.card_slider_sec .car_content .car_info ul:not(:last-of-type) {
   margin-block: 10px 5px;
}

.card_slider_sec .car_content .car_info ul li {
   /* display: inline-block; */
   list-style: disc;
   margin-inline: auto;
   padding-right: 20px;
   color: #666;
   font-size: 90%;
}

.card_slider_sec .car_content .car_info hr {
   margin-block: 0.6rem;
}

.card_slider_sec .car_content .car_info .car_book a {
   display: inline-block;
   color: #fff;
   border: 1px solid #ddd;
   padding: 5px 8px;
   border-radius: 6px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   -ms-border-radius: 6px;
   -o-border-radius: 6px;
   font-size: 94%;
}

.card_slider_sec .car_content .car_info .car_book .book_btn {
   background-color: var(--primary);
   /* border-color: #222; */
   /* color: #000; */
}

.card_slider_sec .load_more {
   background-color: #222;
   text-align: center;
   color: #fff;
   padding-block: 5px;
   border-radius: 10px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   -ms-border-radius: 10px;
   -o-border-radius: 10px;
}

.page_tbl {
   max-width: 550px;
   width: 100%;
   box-shadow: 0 3px 8px #ccc;
   border: 1px solid #aaa;
}

.page_tbl tr {
   /* border: 1px solid #666; */
   color: #000;
}

.page_tbl tr:nth-child(even) {
   border-top: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
}

.page_tbl tr th {
   text-align: center;
   background-color: #f5f5f5;
   font-weight: 600;
   /* border: 1px solid #666; */
}

.page_tbl tr td {
   padding: 6px;
}

.page_tbl tr td:last-child {
   text-align: center;
   border-left: 1px solid #ccc;
}

.login_page .container {
   position: relative;
   max-width: 900;
   width: 100%;
   height: 510px;
   background: #fff;
   box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
   overflow: hidden;
   
}

.login_page .container .user {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   display: flex;
}

.login_page .container .user .imgBx {
   position: relative;
   width: 50%;
   height: 100%;
   /*background: #ff0;
   */
   transition: 0.5s;
   user-select: none;
   outline: 1px solid #4267b2;
   outline-offset: -70px;
   -webkit-transition: 0.5s;
   -moz-transition: 0.5s;
   -ms-transition: 0.5s;
   -o-transition: 0.5s;
}

.login_page .container .user.signinBx .imgBx::before,
.login_page .container .user.signupBx .imgBx::before {
   position: absolute;
   background: #4267b2;
   height: 100%;
   width: 70%;
   top: 0;
}

.login_page .container .user.signinBx .imgBx::before {
   content: "";
   border-radius: 0 15px 15px 0;
   left: 0;
}

.login_page .container .user.signupBx .imgBx::before {
   content: "";
   right: 0;
   border-radius: 15px 0 0 15px;
   -webkit-border-radius: 15px 0 0 15px;
   -moz-border-radius: 15px 0 0 15px;
   -ms-border-radius: 15px 0 0 15px;
   -o-border-radius: 15px 0 0 15px;
}

.login_page .container .user .imgBx img {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   width: 100%;
   height: 70%;
   object-fit: cover;
   -webkit-transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   -o-transform: translate(-50%, -50%);
   user-select: none;
}

.login_page .container .user.signupBx .imgBx img {
   height: 64%;
}

.login_page .container .user .formBx {
   position: relative;
   width: 50%;
   height: 90%;
   background: #fff;
   display: flex;
   justify-content: center;
   align-items: center;
   padding: 40px 30px 0;
   transition: 0.5s;
}

.login_page .container .user .formBx form h2 {
   font-size: 18px;
   font-weight: 600;
   text-transform: uppercase;
   letter-spacing: 2px;
   text-align: center;
   width: 100%;
   margin-bottom: 10px;
   color: #555;
   opacity: 1;
   transform: translate(0);
   -webkit-transform: translate(0);
   -moz-transform: translate(0);
   -ms-transform: translate(0);
   -o-transform: translate(0);
}

.login_page .container .user .formBx form input {
   position: relative;
   width: 100%;
   padding: 8px 12px;
   background: #f5f5f5;
   color: #222;
   border: none;
   outline: none;
   box-shadow: none;
   margin: 8px 0;
   font-size: 14px;
   letter-spacing: 0.8px;
   border-radius: 6px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   -ms-border-radius: 6px;
   -o-border-radius: 6px;
}

.login_page .container .user .formBx form .form__input {
   position: relative;
}

.login_page .container .user .formBx form .form__input span {
   position: absolute;
   right: 15px;
   font-size: 20px;
   top: 50%;
   transform: translateY(-50%);
   opacity: 0.5;
   cursor: pointer;
   -webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -o-transform: translateY(-50%);
}

.login_page .container .user .formBx form input[type="submit"] {
   max-width: 100px;
   background: #677eff;
   color: #fff;
   cursor: pointer;
   font-size: 14px;
   font-weight: 500;
   letter-spacing: 1px;
   transition: 0.5s;
}

.login_page .container .user .formBx form .signup {
   position: relative;
   margin-block: 15px 0;
   font-size: 13px;
   letter-spacing: 0.6px;
   color: #444;
   text-transform: uppercase;
}

.login_page .container .user .formBx form .signup a {
   font-weight: 600;
   text-decoration: none;
   color: #677eff;
}

.login_page .container .signupBx {
   pointer-events: none;
}

.login_page .container.active .signupBx {
   pointer-events: initial;
}

.login_page .container .signupBx .formBx {
   left: 100%;
}

.login_page .container.active .signupBx .formBx {
   left: 0;
}

.login_page .container .signupBx .imgBx {
   left: -100%;
}

.login_page .container.active .signupBx .imgBx {
   left: 0%;
}

.login_page .container .signinBx .formBx {
   left: 0%;
}

.login_page .container.active .signinBx .formBx {
   left: 100%;
}

.login_page .container .signinBx .imgBx {
   left: 0%;
}

.login_page .container.active .signinBx .imgBx {
   left: -100%;
}

@media (min-width: 640px) {
   .page-titlex {
      padding: 110px 0 40px;
   }

}


@media (max-width: 640px) {
   .page-titlex {
      padding: 50px 0 40px;
   }

   .login_page .container .imgBx {
      display: none;
   }

   .login_page .container .user .formBx {
      width: 100%;
   }
}

/* Search bar  */
.search_sec .tabs {
   position: relative;
   top: -20px;
   left: 50%;
   transform: translate(-50%, 0);
   max-width: 560px;
   width: 100%;
   background-color: rgba(255,255,255,0.5);
   /*height: 90px;
   */
   /* margin-top: -80px; */
   margin-inline: auto;
   /* padding: 5px 10px; */
   display: inline-flex;
   gap: 5px;
   align-items: center;
   justify-content: center;
   /* overflow: hidden; */
   border-radius: 50px;
   -webkit-border-radius: 50px;
   -moz-border-radius: 50px;
   -ms-border-radius: 50px;
   -o-border-radius: 50px;
   /* box-shadow: 0px 2px 12px #c4cfde88; */
}

.search_sec .tabs li {
   margin-top: -32px;
   width: 70px;
   aspect-ratio: 1/1;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   font-family: "Poppins", sans-serif;
   transition: 0.5s;
   -webkit-transition: 0.5s;
   -moz-transition: 0.5s;
   -ms-transition: 0.5s;
   -o-transition: 0.5s;
   cursor: pointer;
}

.search_sec .tabs li h5 {
   position: relative;
}

.search_sec .tabs li h5::before {
   content: "";
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
   bottom: 0;
   width: 0%;
   height: 2px;
   background-color: var(--first);
   -webkit-transform: translateX(-50%);
   -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   -o-transform: translateX(-50%);
   transition: 0.4s;
   -webkit-transition: 0.4s;
   -moz-transition: 0.4s;
   -ms-transition: 0.4s;
   -o-transition: 0.4s;
}

.search_sec .tabs li.active h5::before,
.search_sec .tabs li h5:hover:before {
   width: 100%;
}

.search_sec .tabs li h5:hover {
   /* background-color: #e2090922; */
   /* color: #f9004d; */
   position: relative;
   z-index: 1;
}

.search_sec .tabs li img {
   width: 60px;
   aspect-ratio: 1/1;
   line-height: 64px;
   /* background-color: #c4cfde; */
   /* outline: 5px solid #fff; */
   outline-offset: -1px;
   text-align: center;
   font-size: 25px;
   border-radius: 50%;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   -ms-border-radius: 50%;
   -o-border-radius: 50%;
}

.search_sec .tabs li h5 {
   /* color: #000; */
   font-weight: 600;
}

.search_sec .active {
   background: linear-gradient(to bottom, transparent, #e2090911);
   border-radius: 50%;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   -ms-border-radius: 50%;
   -o-border-radius: 50%;
}

.search_sec .active h5 {
   position: relative;
   color: #f9004d !important;
   z-index: 1;
}

.search_sec .contents {
   width: 100%;
   margin: auto;
   margin-block: 15px 20px;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   gap: 10px;
   /* overflow: hidden; */
}

.search_sec .contents .box {
   justify-content: center;
   border-radius: 10px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   -ms-border-radius: 10px;
   -o-border-radius: 10px;
   /* padding: 0px 0px; */
   width: 100%;
   animation: moving 1s ease;
   -webkit-animation: moving 1s ease;
}

/* .search_sec .box img {
   width: 50%;
   border-radius: 10px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   -ms-border-radius: 10px;
   -o-border-radius: 10px;
} */
.search_sec .contents .box>div {
   width: 100%;
}

.search_sec .show {
   display: flex;
}

.search_sec .hide {
   display: none;
}

@keyframes moving {
   from {
      transform: translateX(-50px);
      -webkit-transform: translateX(-50px);
      -moz-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
      -o-transform: translateX(-50px);
      opacity: 0;
   }

   to {
      transform: translateX(0px);
      -webkit-transform: translateX(0px);
      -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
      -o-transform: translateX(0px);
      opacity: 1;
   }
}

.box .booking-form {
   background: rgba(255,255,255,0.6);
   padding: 10px 5px 0;
   border: 1px solid #ddd;
   border-radius: 10px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   -ms-border-radius: 10px;
   -o-border-radius: 10px;
}

/* .box .booking-form>form label {
   margin-left: 15px;
} */
.booking-form .row.no-margin {
   margin-right: 0px;
   margin-left: 0px;
   align-items: center;
}

.booking-form>form .row.no-margin>[class*="col-"] {
   padding-right: 0px;
   padding-left: 0px;
}

.booking-form .form-group {
   position: relative;
   padding: 8px 10px;
   margin-bottom: 0px;
}

.booking-form .form-group:after {
   content: "";
   background: rgba(129, 131, 144, 0.15);
   position: absolute;
   /* top: 25px; */
   bottom: 0;
   right: 0px;
   width: 2px;
   height: 85%;
}

.booking-form .form-control {
   background-color: transparent;
   border-radius: 0px;
   border: none;
   height: 50px;
   -webkit-box-shadow: none;
   box-shadow: none;
   font-size: 16px;
   color: #222;
   font-weight: 400;
   padding: 0;
}

.booking-form .form-control::-webkit-input-placeholder {
   color: #818390;
}

.booking-form .form-control:-ms-input-placeholder {
   color: #818390;
}

.booking-form .form-control::placeholder {
   color: #818390;
   font-size: 16px;
}

.booking-form input[type="date"].form-control:invalid,
.booking-form input[type="time"].form-control:invalid {
   color: #818390;
}

.booking-form select option {
   font-size: 16px;
   padding-inline: 5px;
   border-bottom: 1px solid #000;
}

.booking-form input[type="radio"] {
   accent-color: var(--first);
   width: 16px;
   height: 16px;
}

.booking-form select.form-control {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

.booking-form .form-label {
   color: var(--first);
   display: block;
   font-weight: 600;
   /* height: 25px; */
   line-height: 24px;
   font-size: 15px;
}

.booking-form .form-btn {
   text-align: center;
   padding-inline: 10px 5px;
}

.booking-form .form-btn .submit-btn {
   background: var(--first);
   border: none;
   text-transform: capitalize;
   display: inline-block;
   border-radius: 6px;
   max-width: 220px;
   width: 100%;
   height: 60px;
   line-height: 55px;
   font-size: 16px;
   font-weight: 400;
   color: #fff;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   -ms-border-radius: 6px;
   -o-border-radius: 6px;
}

.booking-form .form-btn .submit-btn .fa {
   font-size: 24px;
}

.popular_slides {
   display: flex;
}

.form-sec {
   display: none;
   position: fixed;
   z-index: 999;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   overflow: auto;
   background-color: rgba(0, 0, 0, 0.7);
   font-family: "Poppins", sans-serif;
}

.index_reg {
   position: relative;
   left: 50%;
   top: 55%;
   transform: translate(-50%, -50%);
   background-color: #fff;
   max-width: 700px;
   width: 100%;
   background: #fff;
   padding: 25px;
   border-radius: 10px;
   box-shadow: 0 0 15px #0000001a;
   /* display: none; */
   -webkit-animation-name: animatetop;
   -webkit-animation-duration: 1s;
   animation-name: animatetop;
   animation-duration: 1s;
   transition: 1s;
}

@-webkit-keyframes animatetop {
   from {
      top: 0;
      opacity: 0;
   }

   to {
      top: 55%;
      opacity: 1;
   }
}

@keyframes animatetop {
   from {
      top: 0;
      opacity: 0;
   }

   to {
      top: 55%;
      opacity: 1;
   }
}

.close-div {
   position: absolute;
   top: 0px;
   right: 0px;
   width: 45px;
   height: 45px;
   padding-top: 5px;
   color: #fff;
   font-weight: 700;
   background-color: var(--first);
   border-radius: 10%;
   text-align: center;
   cursor: pointer;
   -webkit-border-radius: 10%;
   -moz-border-radius: 10%;
   -ms-border-radius: 10%;
   -o-border-radius: 10%;
}

.form .input-box {
   width: 100%;
   margin-top: 15px;
}

.input-box label {
   display: inline-block;
   color: #222;
}

.index_reg .form .input-box {
   display: inline-block;
   max-width: calc(100% / 2 - 15px);
}

.index_reg .form .input-box input {
   border: 1px solid #ddd;
   width: 100%;
   padding: 5px 10px;
}

.index_reg .form input[type="submit"] {
   background-color: var(--first);
   max-width: 160px;
   width: 100%;
   color: #fff;
   border-radius: 6px;
   padding: 6px;
}

.daterangepicker .drp-buttons {
   text-align: center;
}

.banner_sec {
   position: relative;
   padding: 10px 0 20px;
}

.banner_sec .sub_ban h4 {
   color: #fff;
   text-transform: uppercase;
   letter-spacing: 0.6px;
}

.banner_sec .sub_ban {
   position: relative;
   height: 200px;
   /* background: linear-gradient(145deg, #093c94, #0a66c2); */
   padding: 10px 10px 10px 25px;
   /* background-color: #fff; */
   /* box-shadow: 0 4px 10px #ddd; */
   display: flex;
   justify-content: space-between;
   align-items: center;
   border-radius: 10px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   -ms-border-radius: 10px;
   -o-border-radius: 10px;
   overflow: hidden;
   margin: auto;
   filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.5));
   margin-bottom: 16px;
}

.banner_sec .sub_ban::before,
.banner_sec .sub_ban::after {
   content: "";
   position: absolute;
   top: 0;
   width: 50%;
   height: 100%;
   z-index: -1;
}

.banner_sec .sub_ban::before {
   left: 0;
   background-image: radial-gradient(circle at 0 50%, transparent 20px, #093c94 20px);
}

.banner_sec .sub_ban::after {
   width: 59%;
   right: 0;
   /* background-image: radial-gradient(circle at 100% 60%, transparent 25px, gold 26px); */
   background: linear-gradient(to right, #093c94, #158aff);
   border-left: 2px dashed #fffb;
}

.banner_sec .sub_ban .sub_title {
   position: relative;
   /* max-width: 250px;
   width: 100%; */
   /* background-color: #fff; */
   border-radius: 10px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   -ms-border-radius: 10px;
   -o-border-radius: 10px;
}

.banner_sec .ban_txt {
   position: relative;
   background-color: #fff;
   max-width: 300px;
   width: 100%;
   height: 100%;
   border-radius: 0 10px 10px 0;
   -webkit-border-radius: 0 10px 10px 0;
   -moz-border-radius: 0 10px 10px 0;
   -ms-border-radius: 0 10px 10px 0;
   -o-border-radius: 0 10px 10px 0;
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
}

.banner_sec .ban_txt.center h4 {
   /* color: #fff; */
   font-weight: 600;
   text-align: center;
   margin-bottom: 2px;
   background: #000;
   padding: 0 10px;
   font-size: 1.5rem;
   white-space: nowrap;
}

/* 
.banner_sec .sub_ban .sub_title::before {
   content: "";
   position: absolute;
   right: 20px;
   width: 2px;
   height: 140%;
   background-color: #fff;
   top: 50%;
   transform: translate(0px, -50%);
   -webkit-transform: translate(0px, -50%);
   -moz-transform: translate(0px, -50%);
   -ms-transform: translate(0px, -50%);
   -o-transform: translate(0px, -50%);
} */
.banner_sec .coupon {
   width: 400px;
   height: 200px;
   border-radius: 10px;
   overflow: hidden;
   margin: auto;
   filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.5));
   display: flex;
   align-items: stretch;
   position: relative;
   text-transform: uppercase;
}

.banner_sec .coupon::before,
.banner_sec .coupon::after {
   content: "";
   position: absolute;
   top: 0;
   width: 50%;
   height: 100%;
   z-index: -1;
}

.banner_sec .coupon::before {
   left: 0;
   background-image: radial-gradient(circle at 0 50%, transparent 25px, gold 26px);
}

.banner_sec .coupon::after {
   right: 0;
   background-image: radial-gradient(circle at 100% 60%, transparent 25px, gold 26px);
}

.banner_sec .coupon>div {
   display: flex;
   align-items: center;
   justify-content: center;
}

.banner_sec .left {
   width: 20%;
   border-right: 2px dashed rgba(0, 0, 0, 0.13);
}

.banner_sec .left div {
   transform: rotate(-90deg);
   white-space: nowrap;
   font-weight: bold;
}

.banner_sec .center {
   flex-grow: 1;
   text-align: center;
}

.banner_sec .right {
   width: 120px;
   background-image: radial-gradient(circle at 100% 50%, transparent 25px, #fff 26px);
}

.banner_sec .right div {
   font-family: "Libre Barcode 128 Text", cursive;
   font-size: 2.5rem;
   font-weight: 400;
   transform: rotate(-90deg);
}

.center h4 {
   background: #000;
   color: gold;
   padding: 0 10px;
   font-size: 2.15rem;
   white-space: nowrap;
}

.center h3 {
   font-size: 2.15rem;
}

.center small {
   font-size: 0.625rem;
   font-weight: 600;
   letter-spacing: 2px;
}

.sub_btn {
   display: inline-block;
   color: #fff;
   padding: 8px 18px;
   margin: 5px auto;
   background-color: #25d366;
   border-radius: 6px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   -ms-border-radius: 6px;
   -o-border-radius: 6px;
}

.corner_whatsapp_btn {
    position: fixed;
    top: 50%; /* Center vertically */
    right: 24px; /* Position 24px from the right */
    transform: translateY(-50%); /* Adjust for centering */
    background: #25d366;
    width: 65px;
    height: 65px;
    color: #ffffff;
    font-size: 35px;
    line-height: 65px;
    font-weight: normal;
    cursor: pointer;
    border: 2px solid #25d366;
    border-radius: 50%;
    text-align: center;
    transition: all 500ms ease 0s;
    z-index: 9999;
    box-shadow: 0px 8px 23px -6px rgba(27, 27, 27, 1);
    outline: 1px solid #f00;
    outline-offset: 12px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .corner_whatsapp_btn {
        width: 55px; /* Slightly smaller on smaller screens */
        height: 55px;
        font-size: 30px;
        line-height: 55px;
        right: 16px; /* Closer to the right edge on smaller screens */
    }
}

@media (max-width: 480px) {
    .corner_whatsapp_btn {
        width: 50px; /* Further adjustments for very small screens */
        height: 50px;
        font-size: 28px;
        line-height: 50px;
        right: 12px;
		margin:20px
    }
}

.corner_whatsapp_btn::before {
   content: "";
   position: absolute;
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
   border-radius: 50%;
   background-color: #25d366;
   animation: scale_out 3s infinite;
   z-index: -1;
}

@keyframes scale_out {
   100% {
      scale: 1.5;
      opacity: 0.3;
   }
}

@media screen and (max-width: 500px) {
   .banner_sec .coupon {
      display: grid;
      grid-template-columns: 1fr;
   }

   .banner_sec .left div {
      transform: rotate(0deg);
   }

   .banner_sec .right div {
      transform: rotate(0deg);
   }
}

.page-title.search_page {
   padding: 80px 0 50px;
}

.map-content-box .contact_info {
   display: flex;
   align-items: center;
   max-width: 515px;
   width: 100%;
   background-color: #fff;
   border-radius: 10px;
   padding: 5px 10px;
   margin-bottom: 10px;
   margin-inline: auto;
   transition: 0.4s linear;
}

.map-content-box .inner .contact_info .icon {
   display: grid;
   place-items: center;
   width: 56px;
   height: 56px;
   aspect-ratio: 1/1;
   margin-right: 15px;
   box-shadow: 1px 2px 12px #ddd;
   border-radius: 50%;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   -ms-border-radius: 50%;
   -o-border-radius: 50%;
}

.map-content-box .inner .contact_info .icon .fa {
   font-size: 24px;
}

/* .map-content-box .inner .contact_info .icon,
.map-content-box .inner .contact_info .text {
   display: table-cell;
   vertical-align: middle;
} */
.map-content-box .contact_info a {
   color: #222;
}

/* =====payment Page Start======== */
.payment_sec {
   position: relative;
   padding: 30px 0 30px;
   background-color: #eee9;
}

.payment_sec .content input {
   display: none;
}

.payment_sec .content {
   display: flex;
   justify-content: space-between;
   align-items: center;
}

.payment_sec .content .list {
   display: flex;
   flex-direction: column;
   align-items: center;
   position: relative;
   /* width: 20%; */
   /* margin-right: 50px; */
   background-color: #fff;
   /* padding: 15px 10px; */
   max-width: 240px;
   width: 100%;
   margin-inline: auto;
   user-select: none;
   margin-bottom: 10px;
   border-radius: 10px;
}

.payment_sec .content .list label {
   cursor: pointer;
   height: 60px;
   line-height: 60px;
   font-size: 18px;
   font-weight: 500;
   font-family: var(--popp);
   color: #000;
   /* padding-left: 25px; */
   transition: all 0.5s ease;
   z-index: 10;
   margin: 0;
}

.payment_sec .content .list label:not(:first-child) {
   border-top: 1px solid #eee;
}

.payment_sec .content .list label img {
   height: 54px;
   width: auto;
}

#home:checked~.list label.home,
#blog:checked~.list label.blog,
#help:checked~.list label.help #help:checked~.list label.canara #help:checked~.list label.axis {
   color: #fff;
}

.payment_sec .content .slider {
   position: absolute;
   left: 0;
   top: 0;
   height: 60px;
   width: 100%;
   border-radius: 12px;
   transition: all 0.5s ease;
   color: #fff;
   background: var(--first);
   /* background: #; */
}

#home:checked~.list .slider {
   top: 0;
}

#blog:checked~.list .slider {
   top: 60px;
}

#help:checked~.list .slider {
   top: 120px;
}

#canara:checked~.list .slider {
   top: 180px;
}

#axis:checked~.list .slider {
   top: 240px;
}

.payment_sec .content .text-content {
   /* width: 80%; */
   height: 100%;
   color: #222;
   background-color: #fff;
   padding: 20px 26px 10px;
   border-radius: 10px;
}

.payment_sec .content .text {
   display: none;
}

.payment_sec .content .text .title {
   font-size: 22px;
   margin-bottom: 10px;
   font-weight: 500;
   font-family: var(--popp);
}

.payment_sec .container .text .pay_img {
   height: 400px;
   overflow: hidden;
   text-align: center;
   display: flex;
   justify-content: space-evenly;
   align-items: center;
   flex-wrap: wrap;
}

.payment_sec .container .text .pay_img :where(h5, h6) {
   margin-bottom: 10px;
   color: #000;
   letter-spacing: 0.8px;
   font-weight: 500;
}

.payment_sec .container .text .pay_img img {
   height: 100%;
   border: 1px solid #aaa;
   border-radius: 10px;
   overflow: hidden;
}

.payment_sec .content .text-content .home {
   display: block;
}

#home:checked~.text-content .home,
#blog:checked~.text-content .blog,
#help:checked~.text-content .help,
#canara:checked~.text-content .canara,
#axis:checked~.text-content .axis {
   display: block;
}

#blog:checked~.text-content .home,
#help:checked~.text-content .home,
#canara:checked~.text-content .home,
#axis:checked~.text-content .home {
   display: none;
}

.payment_sec .content .list label:hover {
   color: var(--first);
}

.payment_tbl {
   max-width: 440px;
   width: 100%;
}

.payment_tbl tr {
   /* display: inline-block; */
   /* border: 1px solid #ddd; */
   /* padding: 10px 4px;
   width: 100%; */
}

.payment_tbl tr th {
   font-weight: 500;
}

.payment_tbl tr td {
   letter-spacing: 0.8px;
}

.payment_tbl tr td,
.payment_tbl tr th {
   width: 100%;
   padding: 10px 8px;
   border: 1px solid #ddd;
}

.carpage_ul {
   margin-top: 10px;
   /* max-width: 360px; */
   /* width: 100%; */
   display: flex;
   /* justify-content: space-between; */
   flex-wrap: wrap;
}

.carpage_ul li {
   list-style: none !important;
   padding-inline: 15px;
   border-bottom: 1px solid #ddd;
   padding-top: 8px;
}

.carpage_ul li:not(:last-of-type) {
   border-right: 1px solid #ddd;
}

/* 
.carpage_ul h6 {
   padding-inline: 15px;
} */
.car_detail_content h6 {
   margin-bottom: 10px;
}

.car_detail_btn a {
   display: inline-block;
   color: #fff;
   letter-spacing: 0.8px;
   border: 1px solid #ddd;
   padding: 6px 16px;
   border-radius: 10px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   -ms-border-radius: 10px;
   -o-border-radius: 10px;
}

.car_detail_slide {
   position: relative;
   margin-top: 20px;
}

.car_detail_slide .owl-dots {
   position: relative;
   display: block;
   bottom: 100%;
   transform: translate(-25%, -50%);
   -webkit-transform: translate(-25%, -50%);
   -moz-transform: translate(-25%, -50%);
   -ms-transform: translate(-25%, -50%);
   -o-transform: translate(-25%, -50%);
}

.car_detail_slide ul.car_detail_carousel li {
   list-style: none;
}

.car_detail_slide .car_detail_carousel li img {
   width: 100%;
   border-radius: 10px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   -ms-border-radius: 10px;
   -o-border-radius: 10px;
}

.car_detail_map {
   position: relative;
   margin-top: 30px;
   overflow: hidden;
   height: 375px;
   border-radius: 10px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   -ms-border-radius: 10px;
   -o-border-radius: 10px;
   outline: 1px solid #fffa;
   outline-offset: -6px;
}

/* .car_detail_slide .car_detail_carousel .owl-nav  {} */
.car_detail .col-12 {
   padding-inline: 5px;
}

.lower-content.car_detail {
   padding-bottom: 10px;
}

.headerArrowIcon {
   width: 100%;
   max-width: 10px;
}

@media screen and (max-width:767px) {
   .headerArrowIcon {
      display: none !important;
   }
   .travellClassB {
      width: calc(100% + 0px)!important;
   }
   .theme_color {
       font-size:13px;
    }
    .style19 {
        font-size:13px;
    }

   .loginAdmin {
      display: none;
   }

   .select-items div,
   .select-itemsvisaCountry div,
   .select-itemsvisaType div,
   .select-itemsHotel div,
   .select-selected,
   .select-visaCountry,
   .select-visaType,
   .select-Hotel {
      border: 1px solid transparent !important;
      border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent !important;
      background: #fff !important;
   }

   .select-items div:nth-of-type(odd) {
      background: rgb(185 218 193) !important;
   }

   .top-left ul.links {
      display: flex;
      align-items: center;
      justify-content: space-between;
   }

   .header-top .top-left .links li.mobileShareIcon {
      width: 40%;
      display: flex;
      justify-content: space-between;
   }

   .header-top .top-outer {
      /*display: grid;*/
      /*grid-template-columns: 100%;*/
   }

   .corner_whatsapp_btn {
      /*top: 65% !important;*/
   }

   .links li {
      margin: 0 !important;
   }

   li.mobileShareIcon {
      text-align: center;
      display: flex;
      justify-content: center;
      gap: 20px;
   }
}

@media screen and (min-width:768px) {
   .mobileShareIcon {
      display: none !important;
   }
}

.shareIcon {
   max-width: 30px;
}

.header_banner {
   background-size: cover;
   background-repeat: no-repeat;
   background-position: bottom;
}

.form-control::placeholder {
   color: #000 !important;
}

input[type="date"] {
   color: #000 !important;
}

.modalIcon img {
   width: 100%;
   max-width: 40px;
}

.shareModalIcon {
   display: flex;
   align-items: center;
   column-gap: 30px;
   justify-content: center;
   padding-top: 10px;
}

.modalBody {
   padding-top: 0px !important;
}

.modalHeader {
   border-bottom: none !important;
   padding-bottom: 10px;
}

.modalIconContainer p {
   color: #000;
   font-size: 13px;
}

.modalIconContainer {
   text-align: center;
}

p.slagoon {
   margin-bottom: 10px;
}

.closeModal {
   color: #000 !important;
   opacity: 1;
}

.closeModal span {
   font-size: 30px;
   font-weight: 100;
   display: block;
   transform: rotate(45deg);
}

.copyUrlHidden {
   display: none;
}

.copyUrlText {
   position: relative;
}

.tooltiptext {
   visibility: hidden;
   background-color: #555;
   color: #fff;
   text-align: center;
   border-radius: 6px;
   padding: 0px 10px;
   position: absolute;
   z-index: 1;
   bottom: 70px;
   left: 130%;
   margin-left: -75px;
   opacity: 0;
   transition: opacity 0.3s;
   font-size: 10px;
}

.tooltiptext::after {
   content: "";
   position: absolute;
   top: 100%;
   left: 50%;
   margin-left: -5px;
   border-width: 5px;
   border-style: solid;
   border-color: #555 transparent transparent transparent;
}

.copyUrlText:hover .tooltiptext {
   visibility: visible;
   opacity: 1;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
   display: none;
}

.diloagBox {
   width: 400px;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   background: #fff;
   padding: 20px;
   border-radius: 5px;
}

.tranFlightUserName {
   position: fixed;
   top: 0;
   left: 0;
   background: #000000a1;
   width: 100%;
   height: 100%;
   z-index: 9999;
}

.diloagBox form {
   text-align: center;
}

/*the container must be positioned relative:*/
.custom-selectC,
.custom-selectVisa,
.custom-selectVisaType,
.custom-selectHotel {
   position: relative;
   font-family: Arial;
}

.custom-selectC select,
.custom-selectVisa select,
.custom-selectVisaType select,
.custom-selectHotel select {
   display: none;
   /*hide original SELECT element:*/
}

.select-selected,
.select-visaCountry,
.select-visaType,
.select-Hotel {
   background-color: rgb(255, 255, 255);
}

/*style the arrow inside the select element:*/
.select-selected:after,
.select-visaCountry::after,
.select-visaType::after,
.select-Hotel::after {
   position: absolute;
   content: "";
   top: 20px;
   right: 10px;
   width: 0;
   height: 0;
   border: 6px solid transparent;
   border-color: #000000 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after,
.select-visaCountry.select-arrow-active:after,
.select-visaType.select-arrow-active:after,
.select-Hotel.select-arrow-active:after {
   border-color: transparent transparent #000000 transparent;
   top: 17px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-itemsvisaCountry div,
.select-itemsvisaType div,
.select-itemsHotel div,
.select-selected,
.select-visaCountry,
.select-visaType,
.select-Hotel {
   color: #000;
   padding: 8px 16px;
   border: 1px solid transparent;
   border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
   cursor: pointer;
   user-select: none;
}

/*style items (options):*/
.select-items {
   position: absolute;
   background-color: rgb(255, 255, 255);
   top: 100%;
   left: 0;
   right: 0;
   z-index: 99;
   height: 320px;
   overflow-x: hidden;
   border-bottom: 3px solid #000 !important;
}

.select-itemsvisaCountry {
   position: absolute;
   background-color: rgb(255, 255, 255);
   top: 100%;
   left: 0;
   right: 0;
   z-index: 99;
   /* height: 360px; */
   overflow-x: hidden;
}

.select-itemsvisaType {
   position: absolute;
   background-color: rgb(255, 255, 255);
   top: 100%;
   left: 0;
   right: 0;
   z-index: 99;
   /* height: 360px; */
   overflow-x: hidden;
}

.select-itemsHotel {
   position: absolute;
   background-color: rgb(255, 255, 255);
   top: 100%;
   left: 0;
   right: 0;
   z-index: 99;
   /* height: 360px; */
   overflow-x: hidden;
}

/*hide the items when the select box is closed:*/
.select-hide {
   display: none;
}

.select-items div:hover,
.select-itemsvisaCountry div:hover,
.select-itemsvisaType div:hover,
.select-itemsHotel div:hover,
.same-as-selected {
   background-color: #e20909;
   color: #000;
}

.select-items div,
.select-itemsvisaCountry div,
.select-itemsvisaType div,
.select-itemsHotel div,
.select-selected,
.select-visaCountry,
.select-visaType,
.select-Hotel {
   border-bottom: 1px solid #000 !important;
   background: #fff !important;
   font-weight: 400;
   font-family: "Poppins", sans-serif;
}

.select-items div:nth-of-type(odd),
.select-itemsvisaCountry div:nth-of-type(odd),
.select-itemsvisaType div:nth-of-type(odd),
.select-itemsHotel div:nth-of-type(odd) {
   background: #fff !important;
}

.select-items div:hover {
   background: #1277e6 !important;
   color: #fff;
}

@media only screen and (max-width:767px) {
   .navbar-collapse.clearfix.collapse.show {
      max-height: 300px;
   }
}

.search_secHeight {
   height: 300px;
}

.car_book.flex_property.justify-content-between {
   display: flex;
}

.formNameFlight {
   position: fixed;
   background: #0000008f;
   width: 100%;
   top: 0px;
   left: 0px;
   z-index: 99999999;
   height: 100%;
}

.formNameInner {
   position: absolute;
   left: 50%;
   transform: translate(-50%, -50%);
   top: 50%;
   flex-direction: column;
   gap: 20px;
   width: 360px;
   background: #FFFFFF;
   padding: 20px;
   align-items: center;
}

.formNameInner input[type="text"] {
   padding: 12px 8px;
   width: 94%;
}

.formNameInner button {
   width: 100px;
   height: 34px;
}

.car_detail_img {
   background: #cbcbcb;
   border: 3px solid #151593;
}

@media only screen and (max-width:767px) {
   div#imgorder2 {
      order: 2;
   }

   div#imgorder1 {
      order: 1;
      margin-bottom: 20px;
   }

   .extraInnerBox {
      display: grid !important;
      grid-template-columns: 25% 25% 25% 25% !important;
   }

   .extraIcon {
      padding: 0px 5px !important;
   }

   .extraIcon img {
      max-width: 65px !important;
      height: 65px !important;
   }

   .extraIcon:nth-last-child(4) {
      border-left: 1px solid #006600;
   }
}

.extraIcon img {
   max-width: 75px;
   height: 75px;
   object-fit: contain;
}

.extraInnerBox {
   display: flex;
   justify-content: center;
   margin-bottom: 12px;

}

.extraIcon {
   text-align: center;
   padding: 0px 20px;
   border-right: 1px solid #006600;
   border-top: 1px solid #006600;
   border-bottom: 1px solid #006600;
}

.extraIcon p {
   font-weight: 600;
   color: #b61c1c;
   margin: 0;
}

.extraIcon:nth-child(1) {
   border-left: 1px solid #006600;
}

.homeExtraIcon {
   padding-top: 20px;
}
.captchDiv {
   display: flex;
   gap: 20px;
   align-items: center;
   margin-top: 20px;
   margin-bottom: 20px;
   position: relative;
   width: 200px;
   overflow: hidden;
}
div#captcha {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   right: 0;
   height: 100%;
   background: #070555;
   display: flex;
   align-items: center;
   color: #fff;
   padding: 0px 10px;
   z-index: 1;
}
.captcha {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   right: 0;
   height: 100%;
   background: #070555;
   display: flex;
   align-items: center;
   color: #fff;
   padding: 0px 10px;
   z-index: 1;
}
.captchDiv input {
   width: 100%!important;
   padding: 4px 10px!important;
   border: 1px solid #070555!important;
   color: #070555!important;
   margin: 0px!important;
   border-radius: 0px!important;
}
.captchDiv input::placeholder {
   color: #070555;
}
.travelllsClass {
   position: relative;
}
.travellClassB {
   position: absolute;
   bottom: -140px;
   width: calc(100% + 110px);
   background: white;
   box-shadow: 0px 0px 5px;
   border-radius: 4px;
   padding: 10px;
   z-index: 1;
}
.travellerKit {
   display: flex;
   gap: 10px;
}
#trv {
   width: 100%;
}
.trvKit select {
   width: 100%;
}
.trvKit:nth-child(1) {
   width: 100px;
}
.trvKit select {
   padding: 2px;
   font-size: 12px;
}
.btnApply button {
   background: linear-gradient(93deg, #53b2fe, #065af3);
   color: #fff;
   padding: 1px 30px;
   font-size: 12px;
   border: none;
   border-radius: 50px;
}
.btnApply {
   margin-top: 20px;
}