:root
{

	--color1:#f48634;
	--color2:#5f686c; /*  */
	--color3:#181944; /*  */
	--color01:#F3DE25;
	--bgl:#FFF2F0;
	--white:#fff;
	--black:#000;


/*
	#20282D

	--color1:#26593a;
	--color2:#ec7f08; 
	--color3:#fbc002; 
	--color01:#F3DE25;
	--bgl:#FFF2F0;
	--white:#fff;
	--black:#000;*/
}
/*
	 

*/

@media screen and (min-width: 993px)
{
	.only_mobiles
	{
		display: none;
	}
	.navigations_wrapper_website .nav_logo .btn-menu{
		display: none;
	}
	.callToActionSection
	{
		display: none;
	}
}

.textHeightFix{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.textHeightFix[text-length='2']{
    -webkit-line-clamp: 2;
}
.textHeightFix[text-length='1']{
    -webkit-line-clamp: 1;
}

ul
{
	list-style-type: none;
	margin-bottom: 0;
}
a
{
	text-decoration: none;
}
*{
	box-sizing: border-box;
}
body
{
	font-family: "Inter", serif;
	font-size: 16px;
	color: #58585E;
	font-weight: 400;
	overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6
{
	font-family: "Poppins", serif;
}
p
{
	text-align: justify;
}
.container
{
	max-width: 95%;
}
.rows
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
@media screen and (max-width: 768px)
{
	.rows
	{
		flex-direction: column;
	}
	.rows .cols1,
	.rows .cols2,
	.rows .cols3,
	.rows .cols4,
	.rows .cols5,
	.rows .cols6,
	.rows .cols7,
	.rows .cols8,
	.rows .cols9,
	.rows .cols10,
	.rows .cols11,
	.rows .cols12
	{
		width: 100%;
		margin: 0 0 20px;
	}
}
.justifyContentCenter
{
	justify-content: center;
}
.justifyContentBetween
{
	justify-content: space-between;
}
.justifyContentEnd
{
	justify-content:flex-end;
}
.alignSelfCenter
{
	align-self: center;
}
.alignItemsCenter
{
	align-items: center;
}
.rows .colsonly
{
	flex: 0 0 auto;
}
.rows .cols1
{
	flex: 0 0 auto;
	width: calc(100% - 30px);
	margin: 0 15px 20px;
}

.rows .cols2
{
	flex: 0 0 auto;
	width: calc(50% - 30px);
	margin: 0 15px 20px;
}

.rows .cols3
{
	flex: 0 0 auto;
	width: calc(33.333% - 30px);
	margin: 0 15px 20px;
}

.rows .cols4
{
	flex: 0 0 auto;
	width: calc(25% - 30px);
	margin: 0 15px 20px;	
}

.rows .cols5
{
	flex: 0 0 auto;
	width: calc(20% - 30px);
	margin: 0 15px 20px;	
}

.rows .cols6
{
	flex: 0 0 auto;
	width: calc(16.666% - 30px);
	margin: 0 15px 20px;	
}

.rows .cols7
{
	flex: 0 0 auto;
	width: calc(14.28% - 30px);
	margin: 0 15px 20px;	
}

.rows .cols8
{
	flex: 0 0 auto;
	width: calc(12.5% - 30px);
	margin: 0 15px 20px;	
}

.rows .cols9
{
	flex: 0 0 auto;
	width: calc(11.11% - 30px);
	margin: 0 15px 20px;	
}

.rows .cols10
{
	flex: 0 0 auto;
	width: calc(10% - 30px);
	margin: 0 15px 20px;	
}

.rows .cols11
{
	flex: 0 0 auto;
	width: calc(9.09% - 30px);
	margin: 0 15px 20px;	
}

.rows .cols12
{
	flex: 0 0 auto;
	width: calc(8.333% - 30px);
	margin: 0 15px 20px;	
}
.rows .colsHalf
{
	flex: 0 0 auto;
	width: calc(50% - 30px);
	margin: 0 15px 20px;
}

.rows .colsThree
{
	flex: 0 0 auto;
	width: calc(33.333% - 30px);
	margin: 0 15px 20px;
}

/*
	/****************************************
*/



.video-container
{
	width: 100%;
	height: 100vh;
	position: relative;
}
.video-container:before
{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, rgba(0 0 0 / 90%), rgba(0 0 0 / 50%), rgba(0 0 0 / 60%), rgba(0 0 0 / 60%), rgba(0 0 0 / 30%));
}
.video-container .overlay_bg-videos
{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
}
.video-container video
{
	object-position: 50% 80%;
	object-fit: cover;
	object-position: top;
	width: 100%;
	height: 100%;
}

/*
	===========================================
*/

/*
	===========================================
*/

.video-container
{

}
.video-container .header-search-wrapper
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.video-container .header-search-wrapper .wrapper1
{

}
.video-container .header-search-wrapper .wrapper1 h5
{
	 font-family: "DM Sans", sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 40px;
	text-transform: capitalize;
	text-align: center;
	margin-bottom: 50px;
}
.video-container .header-search-wrapper .wrapper1 .custom_tabs_wrappers{
 	justify-content: center;
 	border-bottom: 0px;
 	margin-top: 25px;
 	grid-column-gap: 20px;
}
.video-container .header-search-wrapper .wrapper1 .custom_tabs_wrappers .nav-item .nav-link
{
	color: #ccc;
	font-weight: 500;
	position: relative;
	padding: 0 0;
}
.video-container .header-search-wrapper .wrapper1 .custom_tabs_wrappers .nav-item .nav-link.active
{
	background-color: transparent !important;
	border:0px;
	color: #fff;
}
.video-container .header-search-wrapper .wrapper1 .custom_tabs_wrappers .nav-item .nav-link:hover
{
	border:0px;
}
.video-container .header-search-wrapper .wrapper1 .custom_tabs_wrappers .nav-item .nav-link.active:before
{
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	bottom: 0;	
}
.video-container .header-search-wrapper .wrapper1 .tab-content
{
	margin-top: 25px;
}
.video-container .header-search-wrapper .wrapper1 .tab-content .bookingform
{
	background-color: var(--white);
	border-radius: 40px;
	padding: 15px 25px;
}


.video-container .header-search-wrapper .wrapper1 .tab-content .bookingform form .customRow
{
	width: 100%;
	display: grid;
	grid-template-columns: auto auto auto auto auto auto;
	align-items: center;
} 
.video-container .header-search-wrapper .wrapper1 .tab-content .tab-pane3 .bookingform form .customRow
{
	grid-template-columns: 55% auto auto auto;
}
.video-container .header-search-wrapper .wrapper1 .tab-content .tab-pane8 .bookingform form .customRow
{
	grid-template-columns: auto auto auto auto auto auto auto;
}
.video-container .header-search-wrapper .wrapper1 .tab-content .tab-pane .form_field_7.bookingform form#form-Round-trip .customRow
{
	grid-template-columns: auto auto auto auto auto auto auto;
}
.video-container .header-search-wrapper .wrapper1 .tab-content .bookingform form .customRow .customColom
{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	/*border-right: 1px solid #ccc;*/
}
.video-container .header-search-wrapper .wrapper1 .tab-content .bookingform form .customRow .customColom .icon
{
	flex: 0 0 auto;
	width: 45px;
}
.video-container .header-search-wrapper .wrapper1 .tab-content .bookingform form .customRow .customColom .icon i
{
	font-size: 35px;
	color: #000;
}
.video-container .header-search-wrapper .wrapper1 .tab-content .bookingform form .customRow .customColom .inputarea
{
	flex: 0 0 auto;
	width: calc(100% - 45px);
	padding-right: 30px;
	padding-left: 5px;
}
.video-container .header-search-wrapper .wrapper1 .tab-content .bookingform form .customRow .customColom .inputarea label
{
	font-family: "DM Sans", sans-serif;
	font-weight: 600;
	color: #333;
	font-size: 14px;
}
.video-container .header-search-wrapper .wrapper1 .tab-content .bookingform form .customRow .customColom .inputarea .form-control
{
	border: 0px;
	padding-left: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 20px;


	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	color: #333;
	font-size: 16px;
}
.video-container .header-search-wrapper .wrapper1 .tab-content .bookingform form .customRow .customColom .inputarea .form-control:focus
{
	box-shadow: none;
	outline: none;
}
 .no-spinners {
         -moz-appearance: textfield;
      }
      
      .no-spinners::-webkit-outer-spin-button,
      .no-spinners::-webkit-inner-spin-button {
         -webkit-appearance: none;
         margin: 0;
      }


.video-container .header-search-wrapper .wrapper1 .tab-content .bookingform form .customRow .customColom .submitbutton      
{

}
.video-container .header-search-wrapper .wrapper1 .tab-content .bookingform form .customRow .customColom .submitbutton input   
{
    width: 105px;
    height: 46px;
    border-radius: 25px;
    border: 0px;
    color: #fff;
    font-size: 17px;
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
    --tw-gradient-from: #590c32;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 12, 50, 0));
    --tw-gradient-to: #9d1d5a;
    font-weight: 600;
    font-family: "DM Sans", sans-serif;
}

/*
	===================================
*/

.buttons_round_oneway
{
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 15px;
	grid-column-gap: 5px;
}
.buttons_round_oneway button
{
	background-color: rgba(0 0 0 / 50%);
	color: #fff;
	font-size: 13px;
	padding: 10px 20px 7px;
	border: 2px solid rgba(255 255 255 / 20%);
	border-radius: 20px;
	font-weight: 800;
}
.buttons_round_oneway button:hover
{
	background-color: var(--white);
	color: #222;
}
.buttons_round_oneway button.active1
{
	background-color: var(--white);
	color: #222;
}
.tab-pane-one
{

}
.tab-pane-one .multiple_clickes
{
	
}
.tab-pane-one .multiple_clickes form
{
	display: none;
}
.tab-pane-one .multiple_clickes form.active
{
	display: block;
}

/*
	===================================
*/

section.about--uss
{
	position: relative;
}
section.about--uss .custom_container
{
	padding: 90px 0 70px;
}

section.about--uss .overlayBBg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	background-position: center right;
    background-repeat: no-repeat;
    background-size: auto 579px;
    opacity: 0.6;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
section.about--uss .container
{
	position: relative;
	z-index: 5;
	max-width: 88%;
}
section.about--uss .container
{

}
section.about--uss .textDescArea
{

}
section.about--uss .textDescArea .headign
{
	margin-bottom: 20px;
}
section.about--uss .textDescArea .headign h6
{
	font-family: "DM Sans", sans-serif;
	font-size: 20px;
	line-height: 25px;
	font-weight: 500;
}
section.about--uss .textDescArea .headign h4
{
	font-family: "DM Sans", sans-serif;
	font-size: 45px;
	font-weight: 800;
	color: var(--black);
}
section.about--uss .textDescArea p
{
	font-family: "DM Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #333;
}

section.about--uss .textDescArea .readmores
{
	margin-top: 20px;
}
section.about--uss .textDescArea .readmores a
{
	display: inline-block;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 14px 30px;
	border-radius: 23px;
	    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
    --tw-gradient-from: #590c32;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 12, 50, 0));
    --tw-gradient-to: #9d1d5a;
    transition: .2s all;
}
section.about--uss .textDescArea .readmores a:hover
{
	transform: scale(1.05);
}



/*
	=======================================
*/

.workflow-section {
	margin: 0px 0 30px;
}
.howItWorkSections .customRowHITW
{
/*	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-column-gap: 20px;
*/	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}
.howItWorkSections .customRowHITW .colom_HITW
{
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	position: relative;
}
/*.howItWorkSections .customRowHITW .colom_HITW:after{
    content: '';
    position: absolute;
    background-image: url(../img/arrow.png);
    top: 40%;
    transform: translateY(-50%);
    z-index: 5;
    background-size: 50px;
    background-repeat: no-repeat;
    right: -45px;
    height: 39px;
    width: 59px;
}*/
.howItWorkSections .customRowHITW .colom_HITW:last-child:after
{
	display: none;
}
.howItWorkSections .customRowHITW .colom_HITW .wrapper .image img
{
	transition: all .2s;
}
.howItWorkSections .customRowHITW .colom_HITW .wrapper
{
	padding: 0 10px;
}
/*.howItWorkSections .customRowHITW .colom_HITW:hover .wrapper .image img
{
	transform: scale(1.1);
}*/
.howItWorkSections .customRowHITW .colom_HITW .image img
{
	max-width: 100%;
	height: 270px;
	margin-left: auto;
	margin-right: auto;
	object-position: center;
	object-fit: cover;
	border-radius: 20px;
	box-shadow: 9px 9px 7px -4px #3232344a;
}
.howItWorkSections .customRowHITW .colom_HITW .image
{
	overflow:hidden;
	position: relative;
}
.howItWorkSections .customRowHITW .colom_HITW .image .steps
{
	position: absolute;
	top: 40px;
	right: 25px;
	background-color: #1A2A7B;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: var(--white);
	font-weight: 800;
	font-size: 22px;
	border: 2px solid rgba(0 0 0 / 5%);
	outline: 4px solid var(--white);
	box-shadow: 0 0 5px 8px rgba(0 0 0 / 5%);
	font-family: "Quicksand", serif;	
}
.howItWorkSections .customRowHITW .colom_HITW .detils
{
	margin-top: 25px;
}
.howItWorkSections .customRowHITW .colom_HITW .detils h5
{
	font-size: 22px;
	font-weight: 700;
	color: #333;
	text-transform: capitalize;
	font-family: "DM Sans", sans-serif;
	 text-align: center;
}
/*.howItWorkSections .slick-prev, 
.howItWorkSections .slick-next
{
	background-color: #051f31e8;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    opacity: 1;
    top: 45%;
}
.howItWorkSections .slick-prev:before, 
.howItWorkSections .slick-next:before
{
	opacity: 1;
}
.howItWorkSections .slick-prev
{
	left: -40px;
}
.howItWorkSections .slick-next
{
	right: -40px;
}
*/
.howItWorkSections .customRowHITW .colom_HITW .wrapper
{
	position: relative;
}
.howItWorkSections .customRowHITW .colom_HITW .wrapper .links_direct:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}
.howItWorkSections .customRowHITW .colom_HITW .wrapper .detils
{
}
.howItWorkSections .customRowHITW .colom_HITW .wrapper .detils a
{
	margin-top: 5px;
	display: inline-block;
	color: #fff;
	font-weight: 500;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 11px 20px 8px;
	border-radius: 23px;
	    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
    --tw-gradient-from: #590c32;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 12, 50, 0));
    --tw-gradient-to: #9d1d5a;
    transition: .2s all;
}

.howItWorkSections .headign01
{
	margin-bottom: 40px !important;
}
.howItWorkSections .headign01 h5
{
	text-align: center;
	font-family: "DM Sans", sans-serif;
	font-size: 45px;
	font-weight: 800;
	color: var(--black);
}

#scrollerForpopulardestinatinos .slick-prev, 
#scrollerForpopulardestinatinos .slick-next
{
	background: transparent;

}
#scrollerForpopulardestinatinos .slick-prev
{
	left: -40px !important;
}
#scrollerForpopulardestinatinos .slick-next
{
	right: -40px !important;
}
#scrollerForpopulardestinatinos .slick-prev:before, 
#scrollerForpopulardestinatinos .slick-next:before
{
	color: #333;
	font-size: 30px !important;
}


/*
	==============================================
*/



/*
	*************************************
*/
footer
{
	background-color:#0B0B0B;
	padding-top: 70px;
	padding-bottom: 60px;
	position: relative;
	margin-top: 50px;
	z-index: 1;
	position: relative;
}
footer .footer_container
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 92%;
	margin: auto;
}
footer .footer_container .colom
{
	flex: 0 0 auto;
}
footer .footer_container .colom.ftr_colom1
{
	width: 20%;
}
footer .footer_container .colom.ftr_colom2
{
	width: 17%;
	padding-left: 1%;
}
footer .footer_container .colom.ftr_colom3
{
	width: 45%;
	padding-left: 0;
}

footer .footer_container .colom.ftr_colom4
{
	width: 25%;
	padding-left: 0;
}
footer .footer_container .colom.ftr_colom5
{
	width: 28%;
	padding-left: 0;
}

footer .footer_container .colom.ftr_colom4.map_locaiton_colom
{
	width: 25%;
	padding-left: 20px;
}

footer .footer_container .colom.ftr_colom5 .footer_links ul
{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-row-gap: 0px;
}


footer .footer_container .colom.ftr_colom1 .logo
{
	text-align: center;
	margin-bottom: 10px;
}
footer .footer_container .colom.ftr_colom1 .logo img
{
	width: 250px;
}
footer .footer_container .colom.ftr_colom1 .footer_profile p
{
	font-size: 13px;
	color: #eee;
	font-weight: 300;
	text-align: justify;
}
footer .footer_container .colom.ftr_colom2 .footer_links
{
}
footer .footer_container .colom.ftr_colom2 .footer_links h5
{
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 22px;
     font-weight: 600;
	/*font-family: "Oswald", serif;*/
}
footer .footer_container .colom.ftr_colom2 .footer_links ul
{
	padding-left: 0;
}
footer .footer_container .colom.ftr_colom2 .footer_links ul li
{
	margin-bottom: 8px;
}
footer .footer_container .colom.ftr_colom2 .footer_links ul li a
{
    display: block;
    color: #d4cdcd;
    text-decoration: none;
    transition: .3s;
    position: relative;

    font-size: 15px;
	font-weight: 400;
	font-family: "DM Sans", sans-serif;
}
footer .footer_container .colom.ftr_colom2 .footer_links ul li a:before{
	content:'\F231';
	font-family: bootstrap-icons!important;
	color: #9d1d5a;
	padding-right: 3px;

}
footer .footer_container .colom.ftr_colom2 .footer_links ul li:hover a
{
	margin-left: 10px;
}


footer .footer_container .colom.ftr_colom4 
{
}
footer .footer_container .colom.ftr_colom4 h5
{
     color: #0394C1;
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 0px;
     font-weight: 600;
     text-transform: uppercase;
	/*font-family: "Montserrat", sans-serif;*/
}
footer .footer_container .colom.ftr_colom4 h5 span
{
	display: block;
	font-size: 16px;
	font-weight: 400;
	text-align: justify;
	line-height: 27px;
	color: #d4cdcd;
	/*font-family: "Lato", serif;*/
	text-transform: capitalize;
	letter-spacing: 0px;
	margin-bottom: 0px;
	margin-top: 15px;
		display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}
footer .footer_container .colom.ftr_colom5 .footer_links .address_area
{
	margin-bottom: 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
}
footer .footer_container .colom.ftr_colom5 .footer_links .address_area .icon
{
	color:white;
	flex: 0 0 auto;
	width: 23px;
}
footer .footer_container .colom.ftr_colom5 .footer_links .address_area .icon i
{
	display: block;
	margin-top: 5px;
	color: var(--white);
	width: 30px;
	height:30px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	   background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
    --tw-gradient-from: #590c32;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 12, 50, 0));
    --tw-gradient-to: #9d1d5a;
}
footer .footer_container .colom.ftr_colom5 .footer_links .address_area .values
{
	flex: 0 0 auto;
	padding-left: 15px;
}
footer .footer_container .colom.ftr_colom5 .footer_links .address_area .values
{
	color: #d4cdcd;

    font-size: 16px;
	font-weight: 400;
	font-family: "DM Sans", sans-serif;
}
footer .footer_container .colom.ftr_colom5 .footer_links .address_area .values strong
{
	margin-bottom: 7px;
}

footer .footer_container .colom.ftr_colom4.map_locaiton_colom
{
	width: 20%;
	padding-left: 0;
}
footer .ftr_colom4 .footer_links img
{
	width: 200px;
	margin-top: 0px;
}
/*
	*****************************
*/
.copyright
{
	padding: 12px 70px;
	/*border-top: 1px solid #1c1c1c;*/
	/*background-color:#000;*/
	    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
    --tw-gradient-from: #590c32;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 12, 50, 0));
    --tw-gradient-to: #9d1d5a;
	color: var(--white);
	text-transform: capitalize;
    font-size: 17px;
	font-weight: 300;
	font-family: "DM Sans", sans-serif;

	display: flex;
	flex-direction: row;
	justify-content: center;
}

.copyright .text-copyright a
{
	color: white;
	font-weight: 600;
}


/*
	=================================
*/

footer .footer-form
{
	margin-left: 0px;
	margin-right: 10px;
}
footer .footer-form h5
{ 	
	font-size: 25px;
	color: var(--white);
	font-weight: 600;
}
footer .footer-form p
{
	font-weight: 300;
	font-size: 17px;
	color: var(--white);
}
footer .footer-form form
{
	width: 100%;
}
footer .footer-form form .form-row
{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-column-gap: 15px;
}
footer .footer-form form .form-row .left
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	grid-row-gap: 10px;
	grid-column-gap: 15px;
	margin-bottom: 12px;
}
footer .footer-form form .form-row .left .inputs
{
	flex: 0 0 auto;
	width: 100%;
}

footer .footer-form form .form-row .left .inputs

{

}
footer .footer-form form .form-row .left .inputs .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #777;
  font-size: 14px;
}
footer .footer-form form .form-row .left .inputs .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #777;
  font-size: 14px;
}
footer .footer-form form .form-row .left .inputs .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #777;
  font-size: 14px;
}
footer .footer-form form .form-row .left .inputs .form-control:-moz-placeholder { /* Firefox 18- */
  color: #777;
  font-size: 14px;
}


footer .footer-form form .form-row .right .inputs .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #777;
  font-size: 14px;
}
footer .footer-form form .form-row .right .inputs .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #777;
  font-size: 14px;
}
footer .footer-form form .form-row .right .inputs .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #777;
  font-size: 14px;
}
footer .footer-form form .form-row .right .inputs .form-control:-moz-placeholder { /* Firefox 18- */
  color: #777;
  font-size: 14px;
}

footer .footer-form form .form-row .left .inputs label
{
	color: var(--white);
	font-size: 16px;
	margin-bottom: 5px;
}
footer .footer-form form .form-row .left .inputs .form-control
{
	border-radius: 2px;
	padding: 9px 15px;
}
footer .footer-form form .form-row .left .inputs .form-control:focus
{
	box-shadow: none;
}

footer .footer-form form .form-row .right
{
	display: flex;
	flex-direction: column;
	grid-row-gap: 10px;
}

footer .footer-form form .form-row .right .inputs
{
	display: flex;
	flex-direction: column;
	/*font-family: "Lato", serif;*/
}

footer .footer-form form .form-row .right .inputs label
{
	color: var(--white);
	font-size: 16px;
	margin-bottom: 5px;
}
footer .footer-form form .form-row .right .form-control
{
	height: 150px;
}
footer .footer-form form .form-row .right .inputs .form-control:focus
{
	box-shadow: none;
}
footer .footer-form form .submit-button
{
	width: 100%;
	margin-top: 0px;
	grid-column-start: 1;
	grid-column-end: 3;
}
footer .footer-form form .submit-button input
{
	width: 100%;
	background-color:#000;
	border: 1px solid rgba(255 255 255 / 10%);
	color: var(--white);
	/*border:0px;*/
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	border-radius: 5px;
	padding: 12px;
	/*font-family: "Lato", serif;*/
}

/*
	==================================================
*/
.video-container
{
	/*position: relative;*/
}
.callToActionSection
{
	position: fixed;
	bottom: 20px;
	right: 0px;
	z-index: 100;
}
.callToActionSection .wrappers
{
	display: inline-flex;
	border: 3px solid #fff;
	align-items: center;
	padding: 7px 10px;
	border-radius: 35px;
	background-color: rgba(0 0 0 / 80%);
	background-color: #590c32;
	transform: scale(.8);
}
.callToActionSection .wrappers
{
	position: relative;
}
.callToActionSection .wrappers .icon
{
	flex: 0 0 auto;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #fff;
	overflow: hidden;
}
.callToActionSection .wrappers .icon img
{
	padding: 8px;
}
.callToActionSection .wrappers .detail
{
	padding-right: 7px;
	padding-left: 7px;
	display: flex;
	flex-direction: column;
}
.callToActionSection .wrappers .detail .boldText
{
	color: var(--white);
	font-size: 15px;
	font-weight: 600;
}
.callToActionSection .wrappers .detail a
{
	color: var(--white);
	font-size: 22px;
	font-weight: 700;
}
.callToActionSection .wrappers a:before
{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}


.vertical_anim{
  animation-name:vertical;
  animation-timing-function:linear;
  animation-duration:5s;
  animation-iteration-count:infinite
}
@keyframes vertical {
  0% {
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)
  }
  50% {
    -webkit-transform:translate3d(0,15px,0);
    transform:translate3d(0,15px,0)
  }
  100% {
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)
  }
}

/*
	======================================
*/

body.innerPage
{

}
body.innerPage .innerBanner
{
	position: relative;
}
body.innerPage .innerBanner:before
{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0 0 0 / 50%);
}
body.innerPage .innerBanner .image-banner
{
	width: 100%;
	height: 380px;
	object-fit: cover;
	object-position: top;
}
body.innerPage .innerBanner .captions_text
{
	z-index: 4;
	position: absolute;
	left: 50%;
	top: 65%;
	transform: translateY(-50%) translateX(-50%);
}
body.innerPage .innerBanner .captions_text h4
{
	color: #fff;
	font-weight: 700;
	font-size: 40px;
}




/*
==========================================
*/
body.contactPage footer
{
	margin-top: 0 !important;
}
.contactMainSections
{
	padding-left: 30px;
    background:#f2f2f2;
}
.contact_form_area .form_container
{
	border-radius: 10px;
    padding: 40px 40px;
}
body.contactPage .contact_form_area .headings1
{
	margin-bottom: 25px;
	text-align: center;
}
body.contactPage .contact_form_area .headings1 h5
{
    font-size: 32px;
   font-family: "DM Sans", sans-serif;
    color: #444;
    font-weight: 800;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.contact_form_area .form_container .my__input .inputControl:focus
{
	box-shadow: none;
	outline: none;
}
.contact_form_area .form_container .my__input .inputControl
{
	padding: 24px 10px 8px;
	color: #333;

    font-weight: 400;
    /*font-family: "Rubik", system-ui;*/
    font-size: 16px;
}
.contact_form_area .form_container .my__input
{
	position: relative;
	margin-bottom: 15px;

}
.contact_form_area .form_container .my__input label
{
	position:absolute;
	top: 17px;
	left: 17px;
	font-weight: 400;
    /*font-family: "Rubik", system-ui;*/
	color: #444;
	font-size: 15px;
	transition: .3s;
	pointer-events: none;
}

.contact_form_area .form_container .my__input .inputControl:focus+label
{
	top: 0px;
	left: 10px;
	font-size: 13px;
	color: #000;
	font-weight: 500;
}

.contact_form_area .form_container .my__input .inputControl:valid+label
{
	top: 0px;
	left: 10px;
	font-size: 13px;
	color: #000;
	font-weight: 500;
}
.contact_form_area .form_container .submit_buttons
{
	text-align: center;
}
.contact_form_area .form_container .submit_buttons input
{
    display: inline-block;
    color: var(--white);
    background-color: #111;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
    font-size: 17px;
    padding: 15px 40px;
    box-shadow: 4px 3px 0 0px rgb(206 119 26 / 29%);
    transition: all 0.5s;
    border: 0px;
    margin-top: 10px;
}
.contact_form_area .form_container .submit_buttons input:hover
{
	transform: scale(.9);
}

.contact-page-section .heading01 h4
{
    font-weight: 600;
    font-size: 37px;
    position: relative;
    padding-bottom: 4px;
    margin-bottom: 15px;
    display: inline-block;
}
.contact-page-section .heading01 h4:before,
.contact-page-section .heading01 h4:after
{
	height: 3px;
}

/*
	=========================================
*/

body.policys section.about--uss .custom_container
{
	padding-bottom: 20px;
	padding-top: 50px;
}
body.policys section.about--uss .overlayBBg
{
	opacity: .2;
}
body.policys section.about--uss .textDescArea .headign h4
{
	font-size: 38px;
}

body.policys .textDescArea
{

}
body.policys .textDescArea h3
{
    font-family: "DM Sans", sans-serif;
    font-size: 25px;
    font-weight: 800;
    color: var(--black);
}
body.policys .textDescArea p
{
    font-family: "DM Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #333;
}
body.policys .textDescArea ul
{
	list-style-type: square;
	padding-left: 22px;
	margin-bottom: 20px;
}
body.policys .textDescArea ul li
{
    font-family: "DM Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #333;
    margin-bottom: 7px;
}

/*
	==============================================
*/

#poup_form_field_pickers
{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0 0 0 / 90%);
	z-index: 10;
}
#poup_form_field_pickers.showModal
{
	display: block;
}
#poup_form_field_pickers .wrappers
{
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 150px;
}
#poup_form_field_pickers .wrappers .form-box
{
	background-color: #fff;
	box-shadow: 3px 3px 15px 5px rgba(0 0 0 / 20%);
	padding: 28px;
	border-radius: 10px;
	position: relative;
}
#poup_form_field_pickers .wrappers .form-box .close_modal
{
	position: absolute;
	right: -15px;
	top: -15px;
	width: 50px;
	height: 50px;
	background-color: #590c32;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
}
#poup_form_field_pickers .wrappers .form-box .close_modal i:before
{
	line-height: 50px;
	color: #fff;
	font-size: 45px;
}
#poup_form_field_pickers .wrappers .form-box .inptu_box
{
	margin-bottom: 15px;
}
#poup_form_field_pickers .wrappers .form-box .inptu_box label
{
	font-family: "DM Sans", sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}
#poup_form_field_pickers .wrappers .form-box .inptu_box .input_icons
{
	position: relative;
}
#poup_form_field_pickers .wrappers .form-box .inptu_box .input_icons i
{
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
}
#poup_form_field_pickers .wrappers .form-box .inptu_box .input_icons .form-control
{
	padding: 12px 20px;
	padding-left: 40px;
}
#poup_form_field_pickers .wrappers .form-box .inptu_box .input_icons .form-control:focus
{
	box-shadow: none;
}
#poup_form_field_pickers .wrappers .form-box .submits
{
	margin-top: 17px;
}
#poup_form_field_pickers .wrappers .form-box .submits .form-submit
{
	border: 0px;
	width: 100%;
	color: #fff;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 14px 30px;
    border-radius: 23px;
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
    --tw-gradient-from: #590c32;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 12, 50, 0));
    --tw-gradient-to: #9d1d5a;
    transition: .2s all;
}

@media screen and (max-width: 480px)
{
	#poup_form_field_pickers .wrappers
	{
		margin-top: 70px;
		max-width: 90%;
	}
	#poup_form_field_pickers .wrappers .form-box .close_modal
	{
		width: 40px;
		height: 40px;
	}
	#poup_form_field_pickers .wrappers .form-box .close_modal i:before
	{
		font-size: 30px;
		line-height: 40px;
	}
	#poup_form_field_pickers .wrappers .form-box .inptu_box label
	{
		font-size: 15px;
	}
}

@media screen and (min-width: 481px) and (max-width: 576px)
{
	#poup_form_field_pickers .wrappers
	{
		margin-top: 70px;
		max-width: 90%;
	}
	#poup_form_field_pickers .wrappers .form-box .close_modal
	{
		width: 40px;
		height: 40px;
	}
	#poup_form_field_pickers .wrappers .form-box .close_modal i:before
	{
		font-size: 30px;
		line-height: 40px;
	}
	#poup_form_field_pickers .wrappers .form-box .inptu_box label
	{
		font-size: 15px;
	}
}
@media screen and (min-width: 577px) and (max-width: 767px)
{
	#poup_form_field_pickers .wrappers
	{
		margin-top: 70px;
		/*max-width: 90%;*/
	}
	#poup_form_field_pickers .wrappers .form-box .close_modal
	{
		width: 40px;
		height: 40px;
	}
	#poup_form_field_pickers .wrappers .form-box .close_modal i:before
	{
		font-size: 30px;
		line-height: 40px;
	}
	#poup_form_field_pickers .wrappers .form-box .inptu_box label
	{
		font-size: 15px;
	}
}
@media screen and (min-width: 768px) and (max-width: 992px)
{
	#poup_form_field_pickers .wrappers
	{
		margin-top: 70px;
		/*max-width: 90%;*/
	}
	#poup_form_field_pickers .wrappers .form-box .close_modal
	{
		width: 40px;
		height: 40px;
	}
	#poup_form_field_pickers .wrappers .form-box .close_modal i:before
	{
		font-size: 30px;
		line-height: 40px;
	}
	#poup_form_field_pickers .wrappers .form-box .inptu_box label
	{
		font-size: 15px;
	}
}