:root
{

	/*--color1:#0f6a99;*/
	--color1:#009AF0;
	/*--color2:#7fcff4;*/
	--color2:#009af0; /*  */
	--color3:#0b0b0b; /*  */
	--color01:#F3DE25;
	--bgl:#FFF2F0;
	--white:#fff;
	--black:#000;

}


@font-face {
  font-family: harmoniasans_n4-1;
  src: url(../fonts/harmoniasans_n4-1.woff2);
}

@font-face {
  font-family: harmoniasans_n7-2;
  src: url(../fonts/harmoniasans_n7-2.woff2);
}
@font-face {
    font-family: 'GT-Eesti-Display-Light';
    src: url(../fonts/GT-Eesti-Display-Light.woff);
}
@font-face {
    font-family: 'GT-Eesti-Display-Regular';
    src: url(../fonts/GT-Eesti-Display-Regular.woff2);
}


.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;
}

@media screen and (min-width: 993px)
{
	.navigation .nav-container .navigation-row .logo_area .menuToggle
	{
		display: none;
	}
}
ul
{
	list-style-type: none;
	margin-bottom: 0;
}
a
{
	text-decoration: none;
}
*{
	box-sizing: border-box;
	/*overflow: hidden;*/
}
body
{
	font-family: "Inter", sans-serif;
	font-size: 16px;
	color: #58585E;
	font-weight: 400;
	overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6
{
	font-family: "Inter", sans-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;
}

/*
	******************************************
*/

.slider-wrapper #slides .carousel-indicators
{
	bottom: 50px;
	justify-content: flex-end;
	margin-right: 7%;
	margin-left: 7%;
	grid-column-gap: 5px;
}
.slider-wrapper #slides .carousel-indicators button{
	position: relative;
	text-indent:initial;
	width: 40px;
	height: 40px;
	border-top: 0px;
	border-bottom: 0px;
	opacity: 1;
	border-radius: 50%;
	outline: 2px solid rgba(255 255 255 / 80%);
	border:3px solid transparent;
}
.slider-wrapper #slides .carousel-indicators button:before
{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	top: 0%;
	left: 0%;
	background-color: rgba(255 255 255 / 0%);
}
.slider-wrapper #slides .carousel-indicators button.active:before
{
	background-color: rgba(255 255 255 / 90%);
}
.slider-wrapper #slides .carousel-indicators button.active
{
	outline: 2px solid rgba(255 255 255 / 100%);
}
.slider-wrapper #slides .carousel-indicators button img
{
	width: 100%;
	height: 100%;
	object-position: right center;
	object-fit: cover;
	border-radius: 50%;
}
.slider-wrapper #slides .carousel-control-prev,
.slider-wrapper #slides .carousel-control-next
{
	width: 8%;
}
/*
	=====================================
*/

.slider-wrapper #slides .carousel-item
{
	position: relative;
}
.slider-wrapper #slides .carousel-item:before
{
	content: '';
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, rgba(0 0 0 / 90%), rgba(0 0 0 / 60%), rgba(0 0 0 / 60%), rgba(0 0 0 / 60%), rgba(0 0 0 / 80%));
	background-image: linear-gradient(to bottom, rgba(0 0 0 / 90%), rgba(0 0 0 / 25%), rgba(0 0 0 / 60%), rgba(0 0 0 / 25%), rgba(0 0 0 / 25%));
}
.slider-wrapper #slides .carousel-item .slider-text-captions
{
	position:absolute;
	bottom:50px;
	left: 0;
	width: 100%;
	text-align: center;
}
.slider-wrapper #slides .carousel-item .slider-text-captions h6
{
	font-size: 16px;
	font-weight: 400;
	color: var(--color1);
	z-index: 11;
	
    height: auto;
    width: auto;
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: center;
    line-height: 18px;
    backdrop-filter: none;
    filter: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;

    font-family: "Jost", sans-serif;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); /* Black shadow for visibility */

}
.slider-wrapper #slides .carousel-item .slider-text-captions h4
{
	margin-top: 20px;
	margin-bottom: 20px;
	z-index: 10;
	 font-family: 'GTWalsheimPro-Medium';
    text-transform: capitalize;
    height: auto;
    width: auto;
	color: var(--white);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: center;
    line-height: 60px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 60px;
    backdrop-filter: none;
    filter: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}
.slider-wrapper #slides .carousel-item .slider-text-captions p
{
	z-index: 9;
	 font-family: 'GTWalsheimPro-Regular';
    height: auto;
    width: auto;
    color: rgb(255 255 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: center;
    line-height: 24px;
    letter-spacing: 0px;
    font-size: 18px;
    backdrop-filter: none;
    filter: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}

.slider-wrapper #slides .carousel-item .slider-text-captions .get_quote_anchor_slider
{
	margin-top: 45px;
}
.slider-wrapper #slides .carousel-item .slider-text-captions .get_quote_anchor_slider a
{
	display: inline-block;
	background-color: transparent;
	border:1px solid var(--white);
	color: var(--white);
	padding: 12px 35px;
	position: relative;
	transition: .4s;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}
.slider-wrapper #slides .carousel-item .slider-text-captions .get_quote_anchor_slider a:hover
{
	background-color: var(--white);
	color: var(--color3);
	font-weight: 700;
}
.slider-wrapper #slides .carousel-item .slider-text-captions .get_quote_anchor_slider a:before
{
	content: '';
	position: absolute;
	bottom: -3px;
	right: -3px;
	width: 98%;
	height:98%;
	border-right: 3px solid var(--white);
	border-bottom: 3px solid var(--white);
	transition: .4s;
}
.slider-wrapper #slides .carousel-item .slider-text-captions .get_quote_anchor_slider a:hover:before
{
	right: 0;
	bottom: 0;
}
/*
	=====================================
*/
.custom-home-slider-main
{
	    background-color: #1825a6;
	    background-size: 350px auto;
	    position:relative;
}
.custom-home-slider-main .background-overlay
{
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
	background-color: transparent;
    background-image: linear-gradient(90deg, #f6fbff 65%, #1825A6CC 65%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.custom-home-slider-main .row_custom_half2
{
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(2,1fr);
}
.custom-home-slider-main .row_custom_half2 .content-area
{
	padding: 10em 3em 5em 3em;
}
.custom-home-slider-main .row_custom_half2 .content-area .content-wrapper
{

}
.custom-home-slider-main .row_custom_half2 .content-area .content-wrapper h6
{
	color: var(--color1);
    font-family: "Roboto Slab", serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: ;
    letter-spacing: 1px;
    word-spacing: ;
    margin-bottom: 20px;
}
.custom-home-slider-main .row_custom_half2 .content-area .content-wrapper h4
{
	color: var(--color1);
    font-family: "Inter", sans-serif;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 1.5px;
    word-spacing: ;
}
.custom-home-slider-main .row_custom_half2 .content-area .content-wrapper h4 span
{
	font-weight: 900;
}

/*
	======================================
*/
.homepageServices_section1 .container
{
	max-width: 85%;
}
.homepageServices_section1
{
	margin-top: 55px;
}
.homepageServices_section1 .content-wrapper-service-1
{
	/*padding-top: 1.5em;*/
	padding-left: 3em;
	padding-right: 2em;
}
.homepageServices_section1 .content-wrapper-service-1 .heading
{
	margin-bottom: 40px;
}
.homepageServices_section1 .content-wrapper-service-1 .heading h4
{
	color: var(--color1);
    font-family: "Inter", sans-serif;
    font-family: "Jost", sans-serif;
	color: #111;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 0px;
	margin-bottom: 20px;		
	text-transform: capitalize;
}
.homepageServices_section1 .content-wrapper-service-1 .heading p
{
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 400;
	color: #777777;
	font-family: "Inter", sans-serif;	
}

/*
	======================================
*/

.homepageServices_section1 .imaeg-services-1
{
	position: relative;
}
.homepageServices_section1 .imaeg-services-1 .image01
{

}
.homepageServices_section1 .imaeg-services-1 .image01 img
{
	width: 555px;
	height: 550px;
	object-fit: cover;
	object-position: center;
	border:1px solid #009af0;
	box-shadow: 7px 7px 0px 0px var(--color2);
}
.homepageServices_section1 .imaeg-services-1 .image02
{
	position: absolute;
    right: -15px;
    bottom: -41px;
}
.homepageServices_section1 .imaeg-services-1 .image02 img
{
	width: 300px;
	height: 265px;
	object-fit: cover;
	object-position: center;
	border:1px solid #009af0;
	box-shadow: 7px 7px 0px 0px var(--color2);
}
/*
	======================================
*/

.homepageServices_section1 .content-wrapper-service-1 .icon-box-wrapper
{
	display: flex;
	flex-direction: column;
	grid-row-gap: 25px;
}
.homepageServices_section1 .content-wrapper-service-1 .icon-box-wrapper .icon-box-row
{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.homepageServices_section1 .content-wrapper-service-1 .icon-box-wrapper .icon-box-row .icon
{
	flex:0 0 auto;
	width: 70px;
	height: 70px;
	background-color: var(--color2);
	border-radius: 50%;
}
.homepageServices_section1 .content-wrapper-service-1 .icon-box-wrapper .icon-box-row .icon img
{
	padding: 15px;
}
.homepageServices_section1 .content-wrapper-service-1 .icon-box-wrapper .icon-box-row .text-area
{
	flex:0 0 auto;
	width: calc(100% - 70px);
	padding-left: 15px;
}
.homepageServices_section1 .content-wrapper-service-1 .icon-box-wrapper .icon-box-row .text-area h6
{
	color: var(--color1);
	 font-family: "Roboto Slab", serif;
	 font-family: "Josefin Sans", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3em;
    letter-spacing:-0.5px;
}
.homepageServices_section1 .content-wrapper-service-1 .icon-box-wrapper .icon-box-row .text-area p
{
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 400;
	color: #58585E;
	font-family: "Josefin Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
}

/*
	================================
*/

.whatWeOffer-section
{
	background-color: var(--color1);
	margin-top: 200px; 
}
.whatWeOffer-section .container{
	max-width: 87%;
	max-width: 1280px;
}
.whatWeOffer-section .whatw-we-offer-content-wrapper
{
	background-color: var(--white);
	padding: 2em 2em 2em 2em;
	border:1px solid #009af0;
	position: relative;
	top: -80px;
	box-shadow: 7px 7px 0px 0px #009AF0;
}


/*
	====================================
*/

.what_we_offer_section_desing2
{

}

/*
	====================================
*/

.whatWeOffer-section .whatw-we-offer-content-wrapper .custom-grid-row
{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-row-gap: 5px;
}
.whatWeOffer-section .whatw-we-offer-content-wrapper .custom-grid-row .icon-box-row
{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	padding: 2em 1.8em 2em 1.8em;
}
.whatWeOffer-section .whatw-we-offer-content-wrapper .custom-grid-row .icon-box-row .icon
{
	flex:0 0 auto;
	width: 70px;
	height: 70px;
	background-color: var(--color2);
	border-radius: 50%;
}
.whatWeOffer-section .whatw-we-offer-content-wrapper .custom-grid-row .icon-box-row .icon img
{
	padding: 15px;
}
.whatWeOffer-section .whatw-we-offer-content-wrapper .custom-grid-row .icon-box-row .text-area
{
	flex:0 0 auto;
	width: calc(100% - 70px);
	padding-left: 15px;
}
.whatWeOffer-section .whatw-we-offer-content-wrapper .custom-grid-row .icon-box-row .text-area h6
{
	color: var(--color1);
	 font-family: "Roboto Slab", serif;
    font-size: 25px;
    font-weight: 300;
    line-height: 1.3em;
    letter-spacing:-0.5px;
}
.whatWeOffer-section .whatw-we-offer-content-wrapper .custom-grid-row .icon-box-row .text-area p
{
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 400;
	color: #58585E;
	text-align: left;
	font-family: "Inter", sans-serif;
}

/*
	=====================================
*/


.whatWeOffer-section .whatw-we-offer-content-wrapper .colom-for-headings
{

}
.whatWeOffer-section .whatw-we-offer-content-wrapper .colom-for-headings .headigs01
{
	text-align: center;
}
.whatWeOffer-section .whatw-we-offer-content-wrapper .colom-for-headings .headigs01 h6
{
	color: var(--color1);
    font-family: "Roboto Slab", serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: ;
    letter-spacing: 1px;
    word-spacing: ;
    margin-bottom: 10px;
}
.whatWeOffer-section .whatw-we-offer-content-wrapper .colom-for-headings .headigs01 h4
{
	color: var(--color1);
    font-family: "Inter", sans-serif;
    font-size: 39px;
    font-weight: 600;
    letter-spacing: 1.5px;
    white-space: nowrap;
    text-transform: capitalize;
}
.whatWeOffer-section .whatw-we-offer-content-wrapper .colom-for-headings .headigs01 .small-line
{
	display: inline-block;
	width: 50px;
	height: 1px;
	background-color: #009AF0;
}

/*
	=========================================
*/

.whatWeOffer-section.what_we_offer_section_desing2 .whatw-we-offer-content-wrapper .custom-grid-row
{
	grid-template-columns: repeat(4, 1fr);
}
.whatWeOffer-section.what_we_offer_section_desing2 .whatw-we-offer-content-wrapper .custom-grid-row .icon-box-row
{
	padding: 1em 1em 1em 1em;
	flex-direction: column;
}
.whatWeOffer-section.what_we_offer_section_desing2 .whatw-we-offer-content-wrapper .custom-grid-row .icon-box-row .icon
{

}
.whatWeOffer-section.what_we_offer_section_desing2 .whatw-we-offer-content-wrapper .custom-grid-row .icon-box-row .text-area
{
	width: calc(100% - 0px);
    padding-left: 0px;
}
.whatWeOffer-section.what_we_offer_section_desing2 .whatw-we-offer-content-wrapper .custom-grid-row .icon-box-row .text-area h6
{
	font-size: 19px;
	text-align: center;
}

/*
	=========================================
*/

.counter-numbers
{
	margin-top: 60px;
	padding: 1em 0em 1em 0em;
	/*border-top: 1px solid #f1f1f1;*/
}
.counter-numbers .custom_counter
{
}
.counter-numbers .custom_counter .colom-counter
{
}
.counter-numbers .custom_counter .colom-counter .wrapper
{
	text-align: center;
	padding: 10px 15px;
}
.counter-numbers .custom_counter .colom-counter .wrapper .biggerText
{
	display: flex;
	flex-direction: column;
}
.counter-numbers .custom_counter .colom-counter .wrapper .biggerText .number
{
	color: #03A9F4;
	font-size: 48px;
	font-weight: 700;
	font-family: "Inter", sans-serif;
}
.counter-numbers .custom_counter .colom-counter .wrapper .biggerText .down-number
{
	color: #333;
	color: #58585E;
	font-family: "Josefin Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
}

/*
	===================================================
*/

.whyus-section
{
	margin-top: 0px;
	background-color: #f5f5f563;
	padding: 70px 0 70px;
}
.whyus-section .container
{
	max-width: 1280px;
}
.whyus-section .heading-whyus
{
	margin-bottom: 40px;
}
.whyus-section .heading-whyus h6
{
    color: var(--color1);     
    font-family: "Josefin Sans", sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 0px;
    text-align: center;
}
.whyus-section .heading-whyus h4
{
	color: var(--color1);
    font-family: "Inter", sans-serif;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    font-family: "Jost", sans-serif;
	color: #111;
	text-transform: capitalize;
}
.whyus-section .heading-whyus p
{
    margin-bottom: 0;
	color: #58585E;
	font-family: "Josefin Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
}
/*
	====================================
*/

.why-us-box-row .why-us-colom.why-us-colom2{
	margin-top: 40px;
}
.why-us-box-row .why-us-colom .wrapper{
	    border-style: dashed;
    border-width: 1px 1px 1px 1px;
    border-color: #03a9f4;
    box-shadow: 7px 7px 0px 0px #03A9F4;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    --e-column-margin-right: 14px;
    --e-column-margin-left: 14px;
    padding: 2em 2em 2em 2em;
    background-color: #fff;
}
.why-us-box-row .why-us-colom .wrapper p
{
	margin-bottom: 0;
	color: #58585E;
	font-family: "Josefin Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
}
.why-us-box-row .why-us-colom .wrapper .icon
{
    flex: 0 0 auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    max-width: 85px;
    height: 85px;
    background-color: var(--color2);
    border-radius: 50%;
}
.why-us-box-row .why-us-colom .wrapper .icon img
{
	padding: 15px;
}
.why-us-box-row .why-us-colom .wrapper h5{
	color: var(--color1);
    line-height: 1.3em;
    letter-spacing: -0.5px;
    text-align: center;
    font-family: "Josefin Sans", sans-serif;
    font-size: 22px;
    font-weight: 500;
}

/*
	===================================================
*/

.video-container
{
	width: 100%;
	height: 85vh;
	position: relative;
}
.video-container video
{
	width: 100%;
	height: 100%;
}
.video-container video
{
	object-position: center;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

/*
	===================================================
*/

.our-value-sections
{
	background-color: var(--color1);
	margin-top: 150px;
}
.our-value-sections .container
{
	max-width: 90%;
}
.custom-row-values
{
	display: grid;
	grid-template-columns: 50% 50%;
}
.custom-row-values .left-area-content
{
	background-color: var(--white);
	box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding:4em 3.5em 2em 3.5em;
}
.custom-row-values .left-area-content .text-wrapper h6
{
    color: var(--color1);
    font-family: "Roboto Slab", serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-align: left;
}
.custom-row-values .left-area-content .text-wrapper h4
{
	color: var(--color1);
    font-family: "Inter", sans-serif;
    font-size: 39px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: left;

    font-family: "Jost", sans-serif;
	color: #111;
	text-transform: capitalize;
}
/*
	===========================================
*/


.custom-row-values .left-area-content .custom-grid-row .icon-box-row
{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	padding: 2em 0em 0em 0em;
}
.custom-row-values .left-area-content .custom-grid-row .icon-box-row .icon
{
	flex:0 0 auto;
	width: 70px;
	height: 70px;
	background-color: var(--color2);
	border-radius: 50%;
}
.custom-row-values .left-area-content .custom-grid-row .icon-box-row .icon img
{
	padding: 15px;
}
.custom-row-values .left-area-content .custom-grid-row .icon-box-row .text-area
{
	flex:0 0 auto;
	width: calc(100% - 70px);
	padding-left: 15px;
}
.custom-row-values .left-area-content .custom-grid-row .icon-box-row .text-area h6
{
	color: var(--color1);
	 font-family: "Roboto Slab", serif;
    font-size: 25px;
    font-weight: 300;
    line-height: 1.3em;
    letter-spacing:-0.5px;
}
.custom-row-values .left-area-content .custom-grid-row .icon-box-row .text-area ul
{
	padding-left: 15px;
	list-style-type: square;
	margin-bottom: 0;
}	
.custom-row-values .left-area-content .custom-grid-row .icon-box-row .text-area ul li
{
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
	color: #58585E;
	text-align: left;
	font-family: "Inter", sans-serif;
}

.custom-row-values .left-area-content .custom-grid-row .icon-box-row .text-area p
{
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 28px;
	text-align: justify;
	font-weight: 400;
	color: #58585E;
	font-family: "Inter", sans-serif;
}

/*
	===========================================
*/

.custom-row-values .right-area-image
{
	position: relative;
	top: -80px;
}
.custom-row-values .right-area-image .image-wrapper
{
	width: 100%;
	height: 100%;
}
.custom-row-values .right-area-image .image-wrapper img
{
	width: 100%;
	height: 100%;
	object-position: top;
	object-fit: cover;
}

.custom-row-values .right-area-image .image-wrapper video
{
	width: 100%;
	height: 100%;
	object-position: top;
	object-fit: cover;
}

/*
	===========================================
*/
.icon-box-horizontal
{
	margin-top: 60px;
	padding-bottom: 40px;
}
.icon-box-horizontal .colom-icon-horizontal
{

}
.icon-box-horizontal .colom-icon-horizontal .icon-box-colom
{
	/*text-align: center;	*/
}
.icon-box-horizontal .colom-icon-horizontal .icon-box-colom .icon
{
	text-align: center;	
	margin-bottom: 20px;
}
.icon-box-horizontal .colom-icon-horizontal .icon-box-colom .icon img
{
	max-width: 60px;
}
.icon-box-horizontal .colom-icon-horizontal .icon-box-colom h5{

	text-align: center;	
	 font-family: "Roboto Slab", serif;
	 color: var(--white);
	 font-size: 23px;
	 font-weight: 300;
	margin-bottom: 20px;
}
.icon-box-horizontal .colom-icon-horizontal .icon-box-colom p{

	font-weight: 300;
	color: var(--white);
	max-width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
}

/*
	=========================================
*/

.testimonial-sections
{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.testimonial-sections .dark-bg-wrapper
{
	/*padding: 80px 0 150px;
	background-color: rgba(24, 36, 166, .7);
	*/
	    padding: 80px 0 150px;
    background-color: rgb(255 255 255 / 95%);
}
.testimonial-sections .dark-bg-wrapper .testi-headding-wrapper
{
	max-width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.testimonial-sections .dark-bg-wrapper .testi-headding-wrapper h6
{    
	color: var(--white);
    font-family: "Roboto Slab", serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
	text-align: center;
}
.testimonial-sections .dark-bg-wrapper .testi-headding-wrapper h4
{
	text-align: center;
	color: var(--white);
    font-family: "Inter", sans-serif;
    font-size: 39px;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-bottom: 20px;

    font-family: "Jost", sans-serif;
	/*color: #111;*/
	text-transform: capitalize;


	    font-size: 34px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    font-family: "Jost", sans-serif;
    color: #111;
}
.testimonial-sections .dark-bg-wrapper .testi-headding-wrapper p
{
	text-align: center;
	color: var(--white);
	color: #111;
    font-family: "Josefin Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
}


/*
	==================================
*/

.testimonials-section
{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;	
}

.testimonials-section .test-wrapper
{
	padding: 50px 0;
}


.testimonials-section .heading1 h4
{
	font-weight: 800;
	color: var(--color2);
	color: var(--black);
}
.testimonials-section .heading1 h4 > span > span
{
	color: var(--color1);
	font-weight: 600;
	position: relative;
	z-index: 2;
}
.testimonials-section .heading1 h4 > span
{
	position: relative;
}
.testimonials-section .heading1 h4 span:before{
    display: none;
}


/*
	=============================
*/
.testimonial-sections-slider
{
	margin-top: -140px;
}
.testimonial-sections-slider .container
{
	max-width: 1320px;
}

#homeTestimonials .branchesBox .wrapper{
	box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
#homeTestimonials
{

}
#homeTestimonials .branchesBox
{
	padding-bottom: 25px;
}
#homeTestimonials .branchesBox .wrapper
{ 
	background-color: var(--white);
	padding: 30px 40px;
	border-radius: 7px;
	position: relative;
	margin-bottom: 23px;
	margin: 0 10px;
}
/*#homeTestimonials .branchesBox .wrapper:before
{
	content: '';
	position: absolute;
	left:15px;
	right: 15px;
	bottom: -15px;
	height: 30px;
	background-color: #dddddd;
	z-index:-1;
	border-radius: 7px;
}*/
#homeTestimonials .branchesBox .wrapper .details
{
	margin-top: 0px;
	margin-bottom: ;
}
#homeTestimonials .branchesBox .wrapper .details2
{
	margin-top: 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	grid-row-gap: 10px;
}
#homeTestimonials .branchesBox .wrapper .details2 .image
{
	flex: 0 0 auto;
	width: 70px;
}
#homeTestimonials .branchesBox .wrapper .details2 .image img
{
	width: 70px;
	height: 70px;
	border-radius: 50%;
}
#homeTestimonials .branchesBox .wrapper .details2 .other
{
	flex: 0 0 auto;
	padding-left: 10px;
}
#homeTestimonials .branchesBox .wrapper .details2 .other h5
{
	font-weight: 700;
	font-size: 18px;
	color: var(--color1);
	margin-bottom: 5px;
}
#homeTestimonials .branchesBox .wrapper .details2 .other span
{
	font-weight: 500;
	font-size: 16px;
	color: #444;
	margin-bottom: 0px;
}

.slider_slick .branchesBox .wrapper .details p
{
	font-size: 23px;
	color: #504d4d;
	font-weight: 300;
	font-family: "Roboto Slab", serif;
	line-height: 1.5em;
}
.slider_slick .branchesBox .wrapper .details p
{
	
}

/*
	=====================================
*/
.product-category-home-page
{
	background-color: #fff;
	padding-bottom: 40px;
}
body.collectionsPage2 .product-category-home-page .custom-product-row,
body.subCategoryPage .product-category-home-page .custom-product-row
{
	grid-row-gap: 18px;
}
.product-category-home-page .custom-product-row .custom-product-colom
{

}
.product-category-home-page .custom-product-row .custom-product-colom .wrapper
{
	background-color: var(--white);
    /*box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);*/
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0px 0px 0px 0px;
}
.product-category-home-page .custom-product-row .custom-product-colom .wrapper
{
	
}
.product-category-home-page .custom-product-row .custom-product-colom .wrapper .image
{
	overflow: hidden;
}
.product-category-home-page .custom-product-row .custom-product-colom .wrapper .image img
{
 	width: 100%;
 	transition: .4s;
}
.product-category-home-page .custom-product-row .custom-product-colom:hover .wrapper .image img
{
	transform: scale(1.1);
}
.product-category-home-page .custom-product-row .custom-product-colom .wrapper .text-contener
{
 	padding: 25px;
}
.product-category-home-page .custom-product-row .custom-product-colom .wrapper .text-contener h5
{
    color: var(--color1);
    font-size: 25px;
    font-weight: 600;
    line-height: 1.3em;
    letter-spacing: -0.5px;
    text-align: center;
    margin-bottom: 10px;
     font-family: "Josefin Sans", sans-serif;
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
}
.product-category-home-page .custom-product-row .custom-product-colom .wrapper .text-contener .read
{
	text-align: center;
}
.product-category-home-page .custom-product-row .custom-product-colom .wrapper .text-contener .read a
{
	display: inline-block;
	font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height:1em;
    color: var(--white);
    background-color: #4553F0;
    box-shadow: 5px 5px 0px 0px #009AF0;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #4553F0;
    border-radius: 0px 0px 0px 0px;
    padding: 10px 20px;
    transition: all .3s;
}
.product-category-home-page .custom-product-row .custom-product-colom .wrapper .text-contener .read a:hover
{
    box-shadow: 0px 0px 0px 0px #009AF0;
}


.more-products .read
{
	text-align: center;
	margin-top: 30px;
}
.more-products .read a
{
	display: inline-block;
	font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height:1em;
    color: var(--white);
    background-color: #4553F0;
    box-shadow: 5px 5px 0px 0px #009AF0;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #4553F0;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 30px;
    transition: all .3s;
}
.more-products .read a:hover
{
    box-shadow: 0px 0px 0px 0px #009AF0;
}


/*
	=================================
*/


.testimonial-sections.beforefootersections
{
	/*margin-top: 50px;*/
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
}
.testimonial-sections.beforefootersections .dark-bg-wrapper
{
	padding-bottom: 80px;
}


/*
	=================================
*/

.product-category-home-page .custom-product-row .custom-product-colom
{
	padding-right: 7px;
	padding-left: 7px;
}
.product-category-home-page .custom-product-row .custom-product-colom .wrapper .text-contener
{
	padding: 20px 15px 10px;
}
.product-category-home-page .custom-product-row .custom-product-colom .wrapper .text-contener h5
{
	margin-bottom: 5px;
}
.product-category-home-page .custom-product-row .custom-product-colom .wrapper .text-contener h5 a
{
	color: #333;
}

/*
	*************************************
*/
footer
{
	background-color:var(--color1);
	background-color:var(--white);
	padding-top: 45px;
	padding-bottom: 30px;
	position: relative;
	margin-top: 0px;
	z-index: 1;
	position: relative;
	background-position: left top;
	background-size: 100%;
	background-repeat: no-repeat;
}
footer .footer_container
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 90%;
	margin: auto;
}
footer .footer_container .colom.paddingtobbottom
{
	padding-top: 20px;
	padding-bottom: 25px;	
}
footer .footer_container .colom
{
	flex: 0 0 auto;
}
footer .footer_container .colom.ftr_colom1
{
	width: 29%;
}
footer .footer_container .colom.ftr_colom2
{
	width: 14%;
	padding-left: 1%;
}
footer .footer_container .colom.ftr_colom3
{
	width: 16%;
	padding-left: 0;
}

footer .footer_container .colom.ftr_colom4
{
	width: 30%;
	padding-left: 0;
}

footer .footer_container .colom.ftr_colom4.map_locaiton_colom
{
	width: 25%;
	padding-left: 20px;
}


footer .two-row-list
{
	display: grid;
	grid-template-columns: repeat(3,1fr);
}
footer .three-row-list
{
	display: grid;
	grid-template-columns: repeat(2,1fr);
}

footer .two-row-list .lasts
{
	grid-column-start: 1;
	grid-column-end: 3;
}


footer .footer_container .colom.ftr_colom1 .logo
{
	text-align: center;
	margin-bottom: 10px;
}
footer .footer_container .colom.ftr_colom1 .logo img
{
	width: 100%;
}
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: var(--color1);
    line-height: 1.3em;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
         font-family: "Josefin Sans", sans-serif;
    font-size: 22px;
    font-weight: 500;

}

footer .footer-about p
{
    font-family: "Josefin Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
}

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;
    text-decoration: none;
    transition: .3s;
    position: relative;
   	color: #58585E;
	font-family: "Josefin Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
}
footer .footer_container .colom.ftr_colom2 .footer_links ul li a:before{
	content:'\F231';
	font-family: bootstrap-icons!important;
	color: var(--color1);
	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: var(--color1);
    font-family: "Josefin Sans", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3em;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
}
footer .footer_container .colom.ftr_colom4 .footer_links .address_area
{
	margin-bottom: 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
footer .footer_container .colom.ftr_colom4 .footer_links .address_area .icon
{
	color:#009AF0;
	flex: 0 0 auto;
	width: 23px;
}
footer .footer_container .colom.ftr_colom4 .footer_links .address_area .values
{
	flex: 0 0 auto;
}
footer .footer_container .colom.ftr_colom4 .footer_links .address_area .values
{
   	color: #58585E;
	font-family: "Josefin Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
	line-height: 23px;
	padding-left: 10px;
}

footer .footer_container .colom.ftr_colom4.map_locaiton_colom
{
	width: 22%;
	padding-left: 0;
}
footer .ftr_colom4 .footer_links img
{
	width: 100%;
    margin-top: 0px;
    height: 140px;
    border-radius: 7px;
    object-fit: contain;
}

footer .ftr_colom4 .footerText
{
	font-size: 15px;
	text-align: justify;
	font-weight: 400;
	color: var(--white);
	font-family: "Inter", sans-serif;
}
/*
	*****************************
*/
.copyright
{
	padding: 15px 0 12px;
	background-color: var(--color1);
	text-align: center;
	text-transform: capitalize;
	color: #fff;
	font-family: "Josefin Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
}

/*
	==============================================================
*/


/*
	*****************************
*/
.logo-main-container .container .navigation-row
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
}
.logo-main-container .container .navigation-row .logo
{
	flex: 0 0 auto;
	width: 500px;
}
.logo-main-container .container .navigation-row .search-toparea-colom
{
	
}
.logo-main-container .container .navigation-row .serach-wrapper
{

}

.logo-main-container .container .navigation-row .serach-wrapper .serach-input-area
{
	width: 310px;
}
.logo-main-container .container .navigation-row .serach-wrapper .serach-input-area form
{
	position: relative;
}
.logo-main-container .container .navigation-row .serach-wrapper .serach-input-area form .icon-serach
{
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
}
.logo-main-container .container .navigation-row .serach-wrapper .serach-input-area form .search-close
{
	position: absolute;
	right: 9px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
}
.logo-main-container .container .navigation-row .serach-wrapper .serach-input-area form .search-close.show_close_search
{
	opacity: 1;
	visibility: visible;
}
.logo-main-container .container .navigation-row .serach-wrapper .serach-input-area form .search-close span
{
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-weight: 500;
    font-size: 23px;
    text-align: center;
    transform: rotate(45deg);
}

.logo-main-container .container .navigation-row .serach-wrapper .serach-input-area form .serach-input
{
    padding-left: 37px;
    padding-right: 26px;
    font-size: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    border: 1px solid #dfdfdf;
    border-bottom: 1px solid #222;
    border-radius: 0;
    transition: .2s;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}
.logo-main-container .container .navigation-row .serach-wrapper .serach-input-area form .serach-input:focus
{
	box-shadow: none;
	outline: none;
    border: 1px solid #222;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}
.logo-main-container .container .navigation-row .serach-wrapper .serach-input-area form .serach-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #555;
  font-size: 14px;
  font-weight: 300;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}
.logo-main-container .container .navigation-row .serach-wrapper .serach-input-area form .serach-input::-moz-placeholder { /* Firefox 19+ */
  color: #555;
  font-size: 14px;
  font-weight: 300;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}
.logo-main-container .container .navigation-row .serach-wrapper .serach-input-area form .serach-input:-ms-input-placeholder { /* IE 10+ */
  color: #555;
  font-size: 14px;
  font-weight: 300;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}
.logo-main-container .container .navigation-row .serach-wrapper .serach-input-area form .serach-input:-moz-placeholder { /* Firefox 18- */
  color: #555;
  font-size: 14px;
  font-weight: 300;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

/*
	============================
*/

.baner_page
{
	position: relative;
}
.baner_page .imageBanner
{
	position: relative;
}
.baner_page .imageBanner:before
{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #11103b57;
}
.baner_page .imageBanner img
{
	width: 100%;
	height: 220px;
	object-position: center;
	object-fit: cover;
	background-repeat: no-repeat;
}
.baner_page h5
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    z-index: 2;
    font-weight: 400;
    word-spacing: 5px;
    text-transform: uppercase;
    color: var(--white);
    font-family: "Roboto Slab", serif;
    font-size: 40px;
    margin-bottom: 0;
    text-shadow: 2px 2px 5px rgba(0 0 0 / 20%);



    font-family: "Jost", sans-serif;
    text-transform: capitalize;
    font-weight: 600;
    word-spacing: 1px;
}
/*
	========================================
*/

.contact_us_section
{
	margin-top: 50px;
	margin-bottom: 30px;
}
.contact_us_section .contact_details .cotnact-contents
{

}
.contact_us_section .contact_details .cotnact-contents .head
{
	
}
.contact_us_section .contact_details .cotnact-contents .head h6
{
	color: var(--color1);
    font-family: "Josefin Sans", sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 0px;
    text-align: left;
}
.contact_us_section .contact_details .cotnact-contents .head h4
{
    color: #111;
    font-family: "Inter", sans-serif;
    font-size: 34px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: "Jost", sans-serif;
}
.contact_us_section .contact_details .cotnact-contents .head p{
    color: #58585E;
    font-family: "Josefin Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
}

/*
	==========================================
*/


.contact_us_section .address-grid-icon-box
{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-row-gap: 5px;
}
.contact_us_section .address-grid-icon-box .icon-box-row
{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	padding: 1em .5em 1em .5em;
}
.contact_us_section .address-grid-icon-box .icon-box-row:nth-child(1)
{
	grid-column-start: 1;
	grid-column-end: 3;
}
.contact_us_section .address-grid-icon-box .icon-box-row .icon
{
	flex:0 0 auto;
	width: 70px;
	height: 70px;
	background-color: var(--color2);
	border-radius: 50%;
}
.contact_us_section .address-grid-icon-box .icon-box-row .icon img
{
	padding: 15px;
}
.contact_us_section .address-grid-icon-box .icon-box-row .text-area
{
	flex:0 0 auto;
	width: calc(100% - 70px);
	padding-left: 15px;
}
.contact_us_section .address-grid-icon-box .icon-box-row .text-area h6
{
    color: var(--color1);
    font-family: "Josefin Sans", sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 0px;
}
.contact_us_section .address-grid-icon-box .icon-box-row .text-area p
{
	margin-bottom: 0;
    color: #58585E;
    font-family: "Josefin Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-align: left;
}

/*
	===================================
*/

.contact_us_section .map-container iframe
{
	border: 1px solid #009af0;
    box-shadow: 7px 7px 0px 0px var(--color2);
}

/*
	===========================================
*/

body.enquiryPage .contact_us_section
{
	background-color: #eaeaea;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 40px;
	padding-bottom: 40px;
}
body.enquiryPage .cotnact-contents
{
	background-color: var(--white);
	padding:35px 45px;
	box-shadow: 0 0 45px 15px rgba(0 0 0 / 5%);
}

body.enquiryPage .cotnact-contents .head p
{
	text-align: center !important;
	max-width: 60%;
	margin-left: auto;
	margin-right: auto;
}
/*
	=============================================
*/

.myformDesign
{
	margin-top: 25px;
}
.myformDesign form .form-group
{
	margin-bottom: 13px;
}
.myformDesign form .form-group label
{
	font-family: "Inter", sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #222;
	margin-bottom: 5px;
}
.myformDesign form .form-group .form-control
{
    padding: 9px 10px;
	/*box-shadow: 2px 2px 5px 5px rgba(0 0 0 / 5%);*/
}
.myformDesign form .form-group .form-control:focus
{
	box-shadow: none;
}

.myformDesign form .form-group .capatcha-image
{
	margin-top: 25px;
}
.myformDesign form .submit-btn
{
	text-align: center;
	width: 100%;
	margin-top: 20px;
}
.myformDesign form .submit-btn .btn-theme2{
    display: inline-block;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1em;
    color: var(--white);
    background-color: #009af0;
    box-shadow: 5px 5px 0px 0px #259adb08;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #009af0;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 30px;
    transition: all .3s;
}
.myformDesign form .submit-btn .btn-theme2:hover
{
    box-shadow: 0px 0px 0px 0px #009AF0;
}

/*
	================================]
*/

body.teamPage .team_sections
{
	background-color: #eaeaea;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 60px;
	padding-bottom: 60px;
}
body.teamPage .team_sections
{
	padding-left: 40px;
	padding-right: 40px;
}

body.teamPage .team_sections .team-block
{
	background-color: var(--white);
    padding: 15px;
    box-shadow: 0 0 23px 5px rgba(0 0 0 / 16%);
    border: 1px solid #ccc5c5;
}
body.teamPage .team_sections .team-block .image
{
	overflow: hidden;
}
body.teamPage .team_sections .team-block .image img
{
	transition: all .3s;
}
body.teamPage .team_sections .team-block:hover .image img
{
	transform: scale(1.1);
}
body.teamPage .team_sections .team-block .otherDetail
{

}
body.teamPage .team_sections .team-block .otherDetail h5
{
    font-family: "Roboto Slab", serif;
    font-size: 25px;
    font-weight: 300;
    line-height: 1.3em;
    letter-spacing: -0.5px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
body.teamPage .team_sections .team-block .otherDetail h5 a
{
	color: var(--color1);
}
body.teamPage .team_sections .team-block .otherDetail h6
{
	text-align: center;
    margin-bottom: 2px;
}
body.teamPage .team_sections .team-block .otherDetail .email
{
	text-align: center;
    margin-bottom: 5px;
}
body.teamPage .team_sections .team-block .otherDetail .email a
{
	font-size: 18px;
	font-weight: 500;
	color: #333;
}
body.teamPage .team_sections .team-block .otherDetail .linkedin
{
	text-align: center;
	margin-top: 10px;
}
body.teamPage .team_sections .team-block .otherDetail .linkedin a img
{
	max-width: 150px;
}
body.team_detail_page .team-block .otherDetail
{
	margin-top: 15px;
}
body.team_detail_page .team-block .otherDetail .email a
{
	font-size: 18px;
	font-weight: 600 !important;
}
body.team_detail_page .team-block.team-content
{
	height: 100%;
	padding: 15px 25px;
}
body.team_detail_page .team-block.team-content h5
{
    font-family: "Roboto Slab", serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.3em;
    letter-spacing: -0.5px;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "Jost", sans-serif;
}
body.team_detail_page .team-block.team-content h5 a
{
	color: var(--color1);
}
body.team_detail_page .team-block.team-content h5 span
{
	display: inline-block;
	margin-left: 8px;
	font-size: 90%;
}

/*
	==============================
*/

.about_section_single_page
{
	margin-top: 40px;
	margin-bottom: 40px;
}
.about_section_single_page .container
{
	max-width: 1320px;
}
.about_section_single_page .content_wrapper
{
	
}
.about_section_single_page .content_wrapper .image-sides
{
    max-width: 450px;
    float: right;
    margin-left: 30px;
}
.about_section_single_page .content_wrapper .headin
{

}
.about_section_single_page .content_wrapper .headin h4
{
    font-family: "Jost", sans-serif;
    color: #111;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 0px;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.about_section_single_page .content_wrapper p
{
    font-size: 17px;
	line-height: 28px;

	color: #58585E;
    font-family: "Josefin Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
}

/*
	============================
*/

.about_section_single_page22 
{
	margin-top: 100px;
	position: relative;
	padding: 30px 0;
	background-size: contain;
	background-color: var(--color1);
}
.about_section_single_page22:before 
{
    content: '';
    position: absolute;
    top: -46px;
    left: 0;
    width: 100%;
    height: 81px;
    background-color: var(--color1);
    transform: skewY(-2deg);
}
.about_section_single_page22:after 
{
    content: '';
    position: absolute;
    bottom: -46px;
    left: 0;
    width: 100%;
    height: 81px;
    background-color: var(--color1);
    transform: skewY(-2deg);
}

.about_section_single_page22 .content_wrapper
{
	position: relative;
	z-index: 3;
}
.about_section_single_page .custom-grid-row
{
	display: grid;
	grid-template-columns: 50% 50%;
	grid-row-gap: 5px;
	grid-column-gap: 15px;
}
.about_section_single_page .custom-grid-row .icon-box-row
{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	padding: 1em 1.8em 1em 0em;
}
.about_section_single_page .custom-grid-row .icon-box-row .icon
{
	flex:0 0 auto;
	width: 70px;
	height: 70px;
	background-color: var(--color2);
	border-radius: 50%;
}
.about_section_single_page .custom-grid-row .icon-box-row .icon img
{
	padding: 15px;
}
.about_section_single_page .custom-grid-row .icon-box-row .text-area
{
	flex:0 0 auto;
	width: calc(100% - 70px);
	padding-left: 20px;
}
.about_section_single_page .custom-grid-row .icon-box-row .text-area h6
{
	color: var(--color1);
	color: var(--white);
	 font-family: "Roboto Slab", serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.3em;
    letter-spacing:-0.5px;

    font-family: "Josefin Sans", sans-serif;
    font-size: 22px;
    font-weight: 500;
}
.about_section_single_page .custom-grid-row .icon-box-row .text-area p
{
	margin-bottom: 0;
	color: #fff;
	text-align: justify;
	font-family: "Inter", sans-serif;
    font-family: "Josefin Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
}
.about_section_single_page .custom-grid-row .icon-box-row .text-area ul
{
	padding-left: 20px;
	list-style-type: square;
	margin-bottom: 0;
}	
.about_section_single_page .custom-grid-row .icon-box-row .text-area ul li
{
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 25px;
	font-weight: 300;
	color: #58585E;
	color: #fff;
	text-align: left;
	font-family: "Inter", sans-serif;
}
/*
	===============================
*/

body.about_us_page .whyus-section
{
	background-color:#fbfbfb;
	margin-top: 20px;
	padding-top: 45px;
	padding-bottom: 55px;
}
body.about_us_page  .why-us-box-row .why-us-colom .wrapper
{
	background-color: #fff;
}

/*
	=================================
*/

body.collectionsPage .baner_page h5
{
	position: static;
	margin-bottom: 0px;
	line-height: 38px;
}
body.collectionsPage .baner_page .bread
{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    z-index: 2;
}
body.collectionsPage .baner_page .bread a
{
	color: #fff;
}
body.collectionsPage .baner_page .bread a .breaker
{
	display: inline-block;
	margin-left: 4px;
	margin-right: 4px;
}
/*
	====================================
*/
body.collectionsPage .collection_gallery
{
	margin-top: 20px;
	margin-bottom: 40px;
}
body.collectionsPage .collection_gallery .custom-product-colom .wrapper .text-contener
{
	padding-bottom: 30px;
	text-align: center;
}
body.collectionsPage .collection_gallery .custom-product-colom .wrapper .text-contener h5
{
	color: #333;
    font-family: "Roboto Slab", serif;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1.3em;
    letter-spacing: -0.5px;
    text-align: center;

    font-family: "Josefin Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}
body.collectionsPage .collection_gallery .custom-product-colom .wrapper .text-contener a
{
    display: inline-block;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1em;
    color: var(--white);
    background-color: #009af0;
    box-shadow: 5px 5px 0px 0px #259adb08;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #009af0;
    border-radius: 0px 0px 0px 0px;
    padding: 12px 22px;
    transition: all .3s;
    text-decoration: none;
}
body.collectionsPage .collection_gallery .custom-product-colom .wrapper .text-contener a:hover
{
    box-shadow: 0px 0px 0px 0px #009AF0;
}

/*
	==================================
*/

body.collectionsPageDetail .collection_detail_page_section
{
	margin-top: 60px;
	margin-bottom: 40px;
}
body.collectionsPageDetail .collection_detail_page_section .image_show_case
{
	position: sticky;
	top: 50px;
}
body.collectionsPageDetail .collection_detail_page_section .image_show_case a
{
	display: block;
	border:1px solid var(--color1);
    box-shadow: 7px 7px 0px 0px var(--color1);
    overflow: hidden;
}
body.collectionsPageDetail .collection_detail_page_section .image_show_case a img
{
	width: 100%;
	transition:all .3s;
}
body.collectionsPageDetail .collection_detail_page_section .image_show_case:hover a img
{
	transform: scale(1.1);	
}
body.collectionsPageDetail .collection_detail_page_section .product-details-area
{

}
body.collectionsPageDetail .collection_detail_page_section .product-details-area .content__wrapper
{
	padding: 20px 20px 20px 35px;
}
body.collectionsPageDetail .collection_detail_page_section .product-details-area .content__wrapper .item-code
{
	margin-bottom: 15px;
}
body.collectionsPageDetail .collection_detail_page_section .product-details-area .content__wrapper .item-code h5
{
	font-family: "Jost", sans-serif;
	text-transform: capitalize;
	font-weight: 600;
	color: #222;
	font-size: 30px;
}
body.collectionsPageDetail .collection_detail_page_section .product-details-area .content__wrapper .detail_product_table .desc_text123 h6
{
	font-family: "Inter", sans-serif;
	text-transform: capitalize;
	font-weight: 700;
	color: #222;
	font-size: 18px;
	margin-bottom: 10px;
}
body.collectionsPageDetail .collection_detail_page_section .product-details-area .content__wrapper .detail_product_table .desc_text123 ul
{
	padding-left: 0;
	margin-bottom: 20px;
}
body.collectionsPageDetail .collection_detail_page_section .product-details-area .content__wrapper .detail_product_table .desc_text123 ul li
{
	background-image: url(../img/check-mark.png);
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: 0% 4px;
	padding-left: 23px;
	margin-bottom: 7px;
	color: #212529;
}
body.collectionsPageDetail .collection_detail_page_section .product-details-area .content__wrapper .detail_product_table .table
{

}
body.collectionsPageDetail .collection_detail_page_section .product-details-area .content__wrapper .detail_product_table .table tr td
{
	border-right: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	padding:10px 15px;
	font-size: 15px;
}
body.collectionsPageDetail .collection_detail_page_section .product-details-area .content__wrapper .detail_product_table .table tr:nth-child(even)
{
	background-color: #eaeaea;
}
body.collectionsPageDetail .collection_detail_page_section .product-details-area .content__wrapper .detail_product_table .table tr td:nth-child(1)
{
	border-left: 1px solid #d3d3d3;
	font-weight: 600;
}
body.collectionsPageDetail .collection_detail_page_section .product-details-area .content__wrapper .detail_product_table .table tr:nth-child(1) td
{
	border-top: 1px solid #d3d3d3;
}
body.collectionsPageDetail .collection_detail_page_section .product-details-area .content__wrapper .detail_product_table .addToCartButton
{
	margin-top: 20px;
	margin-bottom: 30px;
}
body.collectionsPageDetail .collection_detail_page_section .product-details-area .content__wrapper .detail_product_table .addToCartButton a
{
	 display: inline-block;
	  font-family: "Inter", sans-serif;
	  font-size: 16px;
	  font-weight: 400;
	  text-transform: uppercase;
	  line-height: 1em;
	  color: var(--white);
	  background-color: #4553F0;
	  box-shadow: 5px 5px 0px 0px #009AF0;
	  border-style: solid;
	  border-width: 0px 0px 0px 0px;
	  border-color: #4553F0;
	  border-radius: 0px 0px 0px 0px;
	  padding: 15px 40px;
	  transition: all .3s;
}
body.collectionsPageDetail .collection_detail_page_section .product-details-area .content__wrapper .detail_product_table .addToCartButton a:hover
{
	box-shadow: 0px 0px 0px 0px #009AF0;
}
body.collectionsPageDetail .collection_detail_page_section .product-details-area .content__wrapper .detail_product_table .addToCartButton a i
{
	margin-right: 5px;
}



/*
	------------------------------------------
	------------------------------------------
*/

section.shoping-cart-section
{
	margin-top:40px;
	margin-bottom:40px;
}
section.shoping-cart-section .cart_table table thead
{
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
} 
section.shoping-cart-section .cart_table table thead tr th
{
	font-size: 15px;
    line-height: 16px;
    color: #333;
    padding: 16px 16px 16px;
    font-weight: 600;
}
section.shoping-cart-section .cart_table table tbody
{
	border-top: 0px;
}
section.shoping-cart-section .cart_table table tbody tr td
{
	padding: 12px 10px;
	vertical-align: middle;
}
section.shoping-cart-section .cart_table table tbody tr td[data-title="Image"] 
{
	width: 150px;
}
section.shoping-cart-section .cart_table table tbody tr td[data-title="Image"] .cart_pro_image .product_image_td
{
	display: block;
}
section.shoping-cart-section .cart_table table tbody tr td[data-title="Image"] .cart_pro_image .product_image_td img
{
	display: block;
	width: 130px;
	height: 100px;
	object-fit: cover;
	object-position: bottom;
}
section.shoping-cart-section .cart_table table tbody tr td[data-title="Image"] .cart_pro_image
{
	position: relative;
}
section.shoping-cart-section .cart_table table tbody tr td[data-title="Image"] .cart_pro_image .remove
{
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--white);
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    transform: rotate(45deg);
    color: #333;
    font-weight: 600;
    font-size: 1.3em;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 0 10px 3px rgb(0 0 0 / 10%);
    border: 1px solid #eaeaea;
}
section.shoping-cart-section .cart_table table tbody tr td:last-child
{
	border-right: 1px solid #eaeaea;
}
section.shoping-cart-section .cart_table table tbody tr td:first-child
{
	border-left: 1px solid #eaeaea;
}
section.shoping-cart-section .cart_table table tbody tr td[data-title="Product"]
{
	padding-left: 30px;
}
section.shoping-cart-section .cart_table table thead tr th:nth-child(2)
{
	padding-left: 30px;
}
section.shoping-cart-section .cart_table table tbody tr td[data-title="Product"] .product-detil a
{
	font-size: 17px;
	line-height: 20px;
	font-weight: 500;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
}

section.shoping-cart-section .cart_table table tbody tr td[data-title="Remove"]
{

}
section.shoping-cart-section .cart_table table tbody tr td[data-title="Remove"] a
{    
	padding: 9px 18px;
    display: inline-block;
    position: relative;
    z-index: 3;
    color: var(--white);
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    transition: all .2s;
    background-color: #4553F0;
    box-shadow: 5px 5px 0px 0px #009AF0;
}
section.shoping-cart-section .cart_table table tbody tr td[data-title="Remove"] a:hover
{
    box-shadow:0px 0px 0 0 #cc9d57;
}

section.shoping-cart-section .cart_table table tbody tr td[data-title="Product"] .product-detil a:hover
{
	color: #369;
}
section.shoping-cart-section .cart_table table tbody tr td[data-title="Product"] .product-detil .vendor
{
	margin-top: 5px;
}
section.shoping-cart-section .cart_table table tbody tr td[data-title="Product"] .product-detil .vendor
{
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
	color: #333;
}
section.shoping-cart-section .cart_table table tbody tr td[data-title="Product"] .product-detil .vendor span
{
	display: inline-block;
	font-weight: 600;
}
section.shoping-cart-section .cart_table table tbody tr td[data-title="Product"]
{
	width: 370px;
}
section.shoping-cart-section .cart_table table tbody tr td[data-title="Price"] .price
{
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
    color: #333;
}
section.shoping-cart-section .cart_table table tbody tr td[data-title="Quantity"] .qty_holder
{
	max-width: 150px;
}
section.shoping-cart-section .cart_table table tbody tr td[data-title="Subtotal"] .price2
{
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
    color: #333;
}

section.shoping-cart-section .continuecart_clrcart
{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
section.shoping-cart-section .continuecart_clrcart a
{
	font-size: 14px;
	padding: 13px 27px;
	line-height: 14px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
}
section.shoping-cart-section .continuecart_clrcart a.button-left
{
	background-color: var(--color2);
	border: 2px solid var(--color2);
	color: var(--white);
}
section.shoping-cart-section .continuecart_clrcart a.button-right
{
	background-color: var(--color1);
	border: 2px solid var(--color1);
	color: var(--white);
}


/*
	******************************************
*/


body.shopping-carts .cart_table_colom table td[data-title='Quantity'] .qty_holder
{
	max-width: 179px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	border: 1px solid  #ccc;
	border-radius: 3px;
	color: #666;
	padding: 7px 10px;

}
body.shopping-carts .cart_table_colom table td[data-title='Quantity'] .qty_holder .values
{
	flex: 0 0 auto;
	width:calc(100% - 65px);
	padding-left: 20px;
	background-color: transparent;
	border: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}
body.shopping-carts .cart_table_colom table td[data-title='Quantity'] .qty_holder .values:focus
{
	box-shadow: none;
}
body.shopping-carts .cart_table_colom table td[data-title='Quantity'] .qty_holder .minus
{
	flex: 0 0 auto;
	width: 29px;
	height: 29px;
	border-radius: 50%;
	border: 0px;
	line-height: 29px;
	margin-right: 3px;
}
body.shopping-carts .cart_table_colom table td[data-title='Quantity'] .qty_holder .plus
{
	flex: 0 0 auto;
	width: 29px;
	height: 29px;
	border-radius: 50%;
	border: 0px;
	line-height: 29px;
}

/*
	========================================
*/

body.collectionsPage .collection_gallery.simmilar_products_sections
{
    background: #f9f9f9;
    padding: 40px 0 50px;
    margin-bottom: 0;
}

.collection_page_two.product-category-home-page .custom-product-row .custom-product-colom .wrapper .image
{
	position: relative;
}

.collection_page_two.product-category-home-page .custom-product-row .custom-product-colom .wrapper .image > a
{
	position: relative;
	display: block;
}
.collection_page_two.product-category-home-page .custom-product-row .custom-product-colom .wrapper .image > a:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0 0 0 / 40%);
	z-index: 4;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
}
.collection_page_two.product-category-home-page .custom-product-row .custom-product-colom .wrapper .image:hover > a:before
{
	opacity: 1;
	visibility: visible;
}
.collection_page_two.product-category-home-page .custom-product-row .custom-product-colom .wrapper .image .icon_cart
{
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 5;
}
.collection_page_two.product-category-home-page .custom-product-row .custom-product-colom .wrapper .image .icon_cart .cart__icon
{
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: var(--white);
	border-radius: 50%;
	text-align: center;
	transition: all .3s;
}
.collection_page_two.product-category-home-page .custom-product-row .custom-product-colom .wrapper .image .icon_cart .cart__icon i
{
	line-height: 40px;
	font-size: 1.2em;
	margin-left: -3px;
	color: var(--color1);
	transition: all .3s;
}

.collection_page_two.product-category-home-page .custom-product-row .custom-product-colom .wrapper .image:hover .icon_cart .cart__icon
{
	background-color: var(--color1);
}
.collection_page_two.product-category-home-page .custom-product-row .custom-product-colom .wrapper .image:hover .icon_cart .cart__icon i
{
	color: var(--white);
}

/*
	========================================
*/



.product-category-home-page .custom-product-row .custom-product-colom .wrapper .image a
{
	display:block;
	position: relative;
}
.product-category-home-page .custom-product-row .custom-product-colom .wrapper .image a .overlays
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: ;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 3;
	background-color: rgba(0 0 0 / 70%);
	transition: all .2s;
	opacity: 0;
	visibility: hidden;
}
.product-category-home-page .custom-product-row .custom-product-colom:hover .wrapper .image a .overlays
{
	opacity: 1;
	visibility: visible;
}
.product-category-home-page .custom-product-row .custom-product-colom .wrapper .image a .overlays i
{
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
	background-color: #009AF0;
	font-size: 25px;
	color: #fff;
	transform: scale(2);
	transition: all .2s;
	opacity: 0;
	visibility: hidden;
}
.product-category-home-page .custom-product-row .custom-product-colom:hover .wrapper .image a .overlays i
{
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}

@media screen and (min-width:993px)
{
    .product-category-home-page .custom-product-row .custom-product-colom .wrapper .image img
    {
        width:100%;
        height:299px;
        object-fit:cover;
        object-position:top center;
    }
}

/*
	===============================================
*/



/*
	==============================================
*/


#popupForm{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.6);
	z-index: 15;
	}

body.productDetils .form-box{
	background:#fff;
	width:700px;
	padding:20px;
	/*margin:100px auto;*/
	margin-top:50px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	border-radius: 8px;
	}

body.productDetils .close{
    position: absolute;
    top: -15px;
    right: -15px;
    cursor: pointer;
    font-size: 20px;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    background:#009AF0;
    color: #fff;
    border-radius: 5px;

	}


body.productDetils .contact_form_area .form_container
{
	padding: 25px 10px;
}
body.productDetils .contact_form_area h5
{
    line-height: 1.2;
    margin-bottom: 20px !important;

    color: var(--color1);
    font-family: "Josefin Sans", sans-serif;
    font-size: 25px;
    font-weight: 600;
}
#popupForm #myform .my__input
{
	margin-bottom: 12px;
}
#popupForm #myform .my__input label
{
    margin-bottom: 5px;
    font-weight: 500;
    color: #444;
    font-size: 14px;
}
#popupForm #myform .my__input input.inputControl
{
	height: 40px;
}
#popupForm #myform .my__input textarea.inputControl
{
	height: 100px;
}
#popupForm #myform .captcha-image .groups
{
	display: flex;
	flex-direction: column;
}
#popupForm #myform .captcha-image .groups .captcha-images
{
	margin-top: 5px;
	width: 120px;
}
#popupForm #myform 
{
	
}
#popupForm #myform .submit_buttons
{
	text-align: center;
	margin-top: 15px;
}
#popupForm #myform .submit_buttons input
{
    /*font-family: "Work Sans", sans-serif;*/
    text-transform: uppercase;
    font-weight: 500;
    border-color: var(--color1);
    background-color: var(--color1);
    position: relative;
    color: #fff;
    line-height: 1.5;
    align-items: center;
    padding: 10px 40px;
}

/*
	=========================================
*/

section.cta__01
{
	margin-top: 50px;
}
section.cta__01 img
{
	width: 100%;
}

body.collectionsPage2 .custom-product-row
{
	grid-row-gap: 15px;

}
body.collectionsPage2 .product-category-home-page .custom-product-row .custom-product-colom .wrapper .text-contener h5
{
	font-size: 22px;
}
body.collectionsPage2 .product-category-home-page
{
	padding-top: 40px;
	background-color: #FBFBFB;
}
body.subCategoryPage .product-category-home-page
{
	padding-top: 40px;
	margin-top: 0;
	background-color: #FBFBFB;
}