@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Merriweather:wght@300;400;700;900&family=Montserrat+Alternates:wght@400;500;600&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Nunito+Sans:opsz,wght@6..12,200;6..12,300;6..12,400;6..12,500;6..12,600;6..12,700;6..12,800;6..12,900;6..12,1000&family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
:root
{

	--color1:#fab702;
	--color2:#252525; /*  */
	--color3:#0b0b0b; /*  */
	--color01:#F3DE25;
	--bgl:#FFF2F0;
	--white:#fff;
	--black:#000;

}
/*
	

font-family: "Raleway", sans-serif;
font-family: "PT Sans", sans-serif;
font-family: "Montserrat", sans-serif;

*/



.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: "Jost", sans-serif;
	font-size: 16px;
	color: #58585E;
	font-weight: 400;
	overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6
{
	 font-family: "Noto Serif Khitan Small Script", serif;
	 font-family: "Zilla Slab", serif;
	 font-family: "Platypi", 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 .slider-text-captions
{
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 220px;
	text-align: center;
}
.slider-wrapper #slides .carousel-item .slider-text-captions h6
{
	font-size: 16px;
	font-weight: 400;
	color: var(--color1);
	z-index: 11;
	font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    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;
    letter-spacing: 4px;
    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 h4
{
	margin-top: 20px;
	margin-bottom: 20px;
	z-index: 10;
	font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    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: 52px;
    letter-spacing: 4px;
    font-weight: 400;
    font-size: 52px;
    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: "Raleway", sans-serif;
    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-weight: 400;
    font-size: 16px;
    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;
}
/*
	=====================================
*/


.get_quote_anchor_slider2
{
	margin-top: 45px;
}
.get_quote_anchor_slider2 a
{
	display: inline-block;
	background-color: var(--color1);
	border:1px solid var(--color1);
	color: var(--white);
	padding: 10px 25px;
	position: relative;
	transition: .4s;
}
.get_quote_anchor_slider2 a:hover
{
	background-color: var(--color1);
	color: var(--white);
}
.get_quote_anchor_slider2 a:before
{
	content: '';
	position: absolute;
	bottom: -5px;
	right: -5px;
	width: 98%;
	height:98%;
	border-right: 5px solid var(--color2);
	border-bottom: 5px solid var(--color2);
	transition: .4s;
	z-index: -1;
}
.get_quote_anchor_slider2 a:hover:before
{
	right: 0;
	bottom: 0;
}

/*
	=====================================
*/

.heading_top
{

}
.heading_top h4
{
	text-align: center;
	font-size: 50px;
	font-weight: 700px;
	color: #000;
	letter-spacing:-1px;
	font-family: "Cormorant Garamond", serif;
	margin-bottom: 15px;
}
.heading_top h4 span
{
	color: var(--color1);
}
.heading_top p
{
	max-width: 75%;
	margin: auto;
	text-align: center;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	color: #000;
	font-family: "DM Sans", sans-serif;
	margin-bottom: 25px;
}
/*
	=====================================
*/

.industries-we-serve-home
{
  background-color:#f2f2f0
}
.industries-we-serve-home .custom-container{
	padding: 50px 0px 50px 0px;
}

.industries-we-server-grid-template
{
	display: grid;
	grid-template-columns: repeat(4,1fr);
}
.industries-we-server-grid-template .industries-grid-column
{
	border-right: 1px solid #ccc;
	overflow: hidden;
}
.industries-we-server-grid-template .industries-grid-column
{
	border-bottom: 1px solid #ccc;
}
.industries-we-server-grid-template .industries-grid-column:nth-child(1),
.industries-we-server-grid-template .industries-grid-column:nth-child(2),
.industries-we-server-grid-template .industries-grid-column:nth-child(3),
.industries-we-server-grid-template .industries-grid-column:nth-child(4)
{
	border-top: 1px solid #ccc;
}
.industries-we-server-grid-template .industries-grid-column:nth-child(1),
.industries-we-server-grid-template .industries-grid-column:nth-child(5)
{
	border-left: 1px solid #ccc;
}
.industries-we-server-grid-template .industries-grid-column .image-for-background
{
	opacity: 0;
	visibility:hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 200px;
	z-index: 3;
	transition: .3s;
}
.industries-we-server-grid-template .industries-grid-column:hover .image-for-background
{
	opacity: 1;
	visibility: visible;
	transform: scale(1.1);
}
.industries-we-server-grid-template .industries-grid-column
{
	height: 200px;
	position: relative;
	background-color: var(--white);
}
.industries-we-server-grid-template .industries-grid-column .content_wrap
{
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	z-index: 5;
}
.industries-we-server-grid-template .industries-grid-column .overlay01:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--color1);
	z-index: 4;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}
.industries-we-server-grid-template .industries-grid-column:hover .overlay01:before
{
	opacity: .9;
	visibility: visible;
}
.industries-we-server-grid-template .industries-grid-column .icon
{
	margin-bottom: 20px;
}
.industries-we-server-grid-template .industries-grid-column .icon img
{
    filter: brightness(0) invert(0);
    width: 65px;
}
.industries-we-server-grid-template .industries-grid-column:hover .icon img
{
    filter: brightness(0) invert(1);
}
.industries-we-server-grid-template .industries-grid-column h4{
	font-size: 35px;
	font-weight: 600;
	color: #000;
	font-family: "Cormorant Garamond", serif;
	margin-bottom: 0;
	font-style: italic;
}
.industries-we-server-grid-template .industries-grid-column:hover h4
{
	color: var(--white);
}

/*
	============================
*/

.call-to-actions-sections{
	padding: 50px 0;
	background-color: #f2f2f0;
}
.call-to-actions-sections .custom-container .call-to-action-heading
{	
	text-align: center;
}
.call-to-actions-sections .custom-container .call-to-action-heading h6
{
	font-size: 14px;
	font-weight: 600;
	color: var(--black);
	text-transform: uppercase;
	font-family: "DM Sans", sans-serif;
	letter-spacing: 2px;
	margin-bottom: 12px;
}
.call-to-actions-sections .custom-container .call-to-action-heading h5
{
	font-size: 56px;
	font-weight: 500;
	color: var(--black);
	font-family: "Cormorant Garamond", serif;
	margin-bottom: 10px;
}
.call-to-actions-sections .custom-container .call-to-action-heading .or
{
	text-align: center;
	font-size: 56px;
	line-height: 56px;
	font-weight: 600;
	color: var(--black);
	font-family: "Cormorant Garamond", serif;
	margin-top: 8px;
	margin-bottom: 10px;
	font-style: italic;
}
.call-to-actions-sections .custom-container .call-to-action-heading h4
{
	font-size: 56px;
	line-height: 56px;
	font-weight: 500;
	color: var(--color1);
	font-family: "Cormorant Garamond", serif;
	margin-bottom: 17px;
	font-style: italic;
}
.call-to-actions-sections .custom-container .call-to-action-heading h4.h4-2
{
	font-size: 56px;
	line-height: 56px;
	font-weight: 500;
	color: var(--black);
	font-family: "Cormorant Garamond", serif;
	margin-bottom: 17px;
	font-style: italic;
}
.call-to-actions-sections .custom-container .call-to-action-heading h4.h4-2 span
{
	color: var(--color1);
}

/*
	=================================
*/
.call-to-actions-sections .container
{
	max-width: 87%;
}
.circular-box-row
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
.circular-box-row .schedular-colom
{
	flex: 0 0 auto;
	width: 30%;
}
.circular-box-row .schedular-colom
{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.circular-box-row .schedular-colom .circle
{
	width: 192px;
	height: 192px;
	background-color: var(--color1);
	border:5px solid var(--color1);
	text-align: center;
	border-radius: 50%;
	position: relative;
	overflow:hidden;
}
.circular-box-row .schedular-colom .circle:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--color2);
	border-radius: 50%;
	border:6px solid var(--white);
	transition: .3s;
	transform: scale(1.1);
	opacity: 0;
	visibility: visible;
}
.circular-box-row .schedular-colom:hover .circle:before
{
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}
.circular-box-row .schedular-colom .circle  i
{
	font-size: 50px;
	color: var(--white);
	line-height: 182px;
	z-index: 3;
	position: relative;
	transition: .3s;
}
.circular-box-row .schedular-colom:hover .circle  i
{
	transform: scale(1.1);
}
.circular-box-row .schedular-colom .text-other
{
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.circular-box-row .schedular-colom .text-other h5
{
	font-size: 30px;
	font-weight: 500;
	color: var(--black);
	font-family: "Cormorant Garamond", serif;
}
.circular-box-row .schedular-colom .text-other h5:before
{
    content: attr( data-number);
    position: relative;
    display: inline-block;
    margin-right: 7px;
    font-size: 40px;
    font-weight:500;
    line-height: 1;
}
.circular-box-row .schedular-colom .text-other p
{
	text-align: center;
	font-family: "DM Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: var(--black);
}

/*
	==================================
*/

.numbers-value-sections
{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.numbers-value-sections .custom-container
{
	padding: 75px 0;
	background-color: rgba(31, 48, 68, .9);
	background-color:rgb(16 64 120 / 91%);
}
.numbers-value-sections .custom-container .numberValTextWrapper
{

}
.numbers-value-sections .custom-container .numberValTextWrapper .cicruclar-text-image-box
{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-bottom: 20px;
}
.numbers-value-sections .custom-container .numberValTextWrapper .cicruclar-text-image-box .image-circular
{
	position: relative;
	width: 150px;
	filter: brightness(0) invert(1);
	animation: abcCircle 7s .2s linear infinite;
}
@-webkit-keyframes abcCircle
{
	0%
	{
		transform: rotate(-360deg);
	}
}
.numbers-value-sections .custom-container .numberValTextWrapper .cicruclar-text-image-box .image-play-btn
{
	position: absolute;
	width: 25px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
/*
	========================
*/

.numbers-value-sections .custom-container .container
{
	max-width: 98%;
}
.numbers-value-sections .custom-container .numberValTextWrapper .heading-for-num-section
{
	text-align: center;
}
.numbers-value-sections .custom-container .numberValTextWrapper .heading-for-num-section h4
{
	font-size: 50px;
	font-weight: 600;
	color: var(--white);
	font-family: "Cormorant Garamond", serif;
	margin-bottom: 20px;
}
.numbers-value-sections .custom-container .numberValTextWrapper .heading-for-num-section h4 span
{
	display: block;
	color: var(--white);
}
.numbers-value-sections .custom-container .numberValTextWrapper .heading-for-num-section p
{
	max-width: 70%;
	margin: auto;
	text-align: center;
	font-size: 17px;
	font-weight: 400;
	color: var(--white);
	line-height: 1.6;
	margin-bottom: 25px;
}
/*
	==========================
*/

.numbers-value-sections .custom-container .numberValTextWrapper .number-value-customRow
{
	margin-top: 70px;
	width: 100%;
	display: flex;
	grid-column-gap: 30px;
	justify-content: space-between;
}
.numbers-value-sections .custom-container .numberValTextWrapper .number-value-customRow .numberValueColom
{
	width: calc(20% - 15px);
}
.numbers-value-sections .custom-container .numberValTextWrapper .number-value-customRow .numberValueColom
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	grid-row-gap: 10px;
	font-size: 60px;
	font-weight: 600;
	color: var(--white);
	font-family: "Cormorant Garamond", serif;
}
.numbers-value-sections .custom-container .numberValTextWrapper .number-value-customRow .numberValueColom span.num
{
	display: flex;
	align-items: center;
}
.numbers-value-sections .custom-container .numberValTextWrapper .number-value-customRow .numberValueColom span.num sup
{
	top: auto;
	margin-left: 2px;
}
.numbers-value-sections .custom-container .numberValTextWrapper .number-value-customRow .numberValueColom span.value
{
	font-style: italic;
	font-size: 30px;
}

/*
	==================================
*/

.faq_home_sections{
	background-color:#f2f2f0
}
.faq_home_sections .custom_faq_container
{
	padding: 60px 0;
}
.faq_home_sections .three-image-wrapper
{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	margin-right: 30px;
}
.faq_home_sections .three-image-wrapper .image01
{
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 2;
}
.faq_home_sections .three-image-wrapper .text-box-only
{
	background-color: var(--color1);
}
.faq_home_sections .three-image-wrapper .text-box-only .wrapper
{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.faq_home_sections .three-image-wrapper .text-box-only .wrapper i
{
	font-size: 60px;
	color: var(--white);
}
.faq_home_sections .three-image-wrapper .text-box-only .wrapper span
{
	font-size: 33px;
	font-weight: 700;
	color: var(--white);
	font-family: "Cormorant Garamond", serif;
	text-align: center;
	line-height: 40px;
}

/*
	===============================
*/
.faq_home_sections .faq-home-accordion
{
	margin-top: 35px;
}
.faq_home_sections .faq-home-accordion .wrapper h6
{
	font-size: 14px;
	font-weight: 600;
	color: #000;
	font-family: "DM Sans", sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 15px;
}

.faq_home_sections .faq-home-accordion .wrapper h3
{
	font-size: 50px;
	font-style: italic;
	font-weight: 600;
	color: #000;
	font-family: "Cormorant Garamond", serif;
	letter-spacing: 3px;
	margin-bottom: 35px;
}
.faq_home_sections .faq-home-accordion .wrapper h3 span
{
	color: var(--color1);
}

.faq_home_sections .faq-home-accordion .accordion 
{
	--bs-accordion-bg: transparent;
	margin-bottom: 40px;
}
.faq_home_sections .faq-home-accordion .accordion .accordion-item
{
	border-left: 0px;
	border-right: 0px;
 	padding: .5rem 0rem;
}
.faq_home_sections .faq-home-accordion .accordion .accordion-button:not(.collapsed)::after
{
	    background-image: var(--bs-accordion-btn-icon) !important;
}
.faq_home_sections .faq-home-accordion .accordion .accordion-header button
{
	box-shadow: none;
	background-color: transparent;
	border:0px;
 	font-family: "Cormorant Garamond", serif;
 	font-size: 22px;
 	font-weight: 700;
 	color: #000;
 	line-height: 25px;
}
.faq_home_sections .faq-home-accordion .accordion .accordion-body p{
	font-size: 16px;
	font-weight: 400;
	color: var(--black);
	font-family: "DM Sans", sans-serif;
}
.faq_home_sections .faq-home-accordion .heading-with-send-quiery-faq
{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.faq_home_sections .faq-home-accordion .heading-with-send-quiery-faq h5
{
	font-size: 28px;
	font-weight: 600;
	color: var(--black);
	font-family: "Cormorant Garamond", serif;
	text-transform: capitalize;
}
.faq_home_sections .faq-home-accordion .heading-with-send-quiery-faq p
{
	font-size: 16px;
	font-weight: 400;
	color: var(--black);
	font-family: "DM Sans", sans-serif;
}
.faq_home_sections .faq-home-accordion .heading-with-send-quiery-faq .get_quote_anchor_slider2
{
	margin-top: 0;
}
/*
	=====================================
*/

.book-an-appointment-section
{
	background-color: var(--white);
}
.book-an-appointment-section .customRow
{
	display: grid;
	grid-template-columns: 50% 50%;
}

.book-an-appointment-section .customRow .left_colom
{
	background-color: var(--color1);
}
.book-an-appointment-section .customRow .left_colom .appointment_wrapper
{
	padding: 70px 30px;
}
.book-an-appointment-section .customRow .left_colom .appointment_wrapper .appointment_heading h6
{
	font-size: 14px;
	font-weight: 600;
	color: var(--white);
	font-family: "DM Sans", sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 15px;
}
.book-an-appointment-section .customRow .left_colom .appointment_wrapper .appointment_heading h4
{
	font-size: 50px;
	font-style: italic;
	font-weight: 600;
	color: var(--white);
	font-family: "Cormorant Garamond", serif;
	letter-spacing: 3px;
	margin-bottom: 25px;
	text-transform: capitalize;
}
.book-an-appointment-section .customRow .left_colom .appointment_wrapper .appointment_heading h4 span
{
	font-weight: 800;
}
.book-an-appointment-section .customRow .left_colom .form-appointment .frm-group
{
	margin-bottom: 1.5rem;
}
.book-an-appointment-section .customRow .left_colom .form-appointment .frm-group .inputForm
{
	background-color: transparent;
	border: 0px;
	padding: 20px 10px;
	border-bottom: 1px solid rgba(255 255 255 / 80%);
	border-radius: 0px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .5px;
	color: var(--white);
}
.book-an-appointment-section .customRow .left_colom .form-appointment .frm-group .inputForm:focus
{
	box-shadow: none;
}
.book-an-appointment-section .customRow .left_colom .form-appointment .frm-group .inputForm::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 	font-size: 16px;
	font-weight: 400;
	letter-spacing: .5px;
	color: var(--white);
}
.book-an-appointment-section .customRow .left_colom .form-appointment .frm-group .inputForm::-moz-placeholder { /* Firefox 19+ */
  	font-size: 16px;
	font-weight: 400;
	letter-spacing: .5px;
	color: var(--white);
}
.book-an-appointment-section .customRow .left_colom .form-appointment .frm-group .inputForm:-ms-input-placeholder { /* IE 10+ */
 	font-size: 16px;
	font-weight: 400;
	letter-spacing: .5px;
	color: var(--white);
}
.book-an-appointment-section .customRow .left_colom .form-appointment .frm-group .inputForm:-moz-placeholder { /* Firefox 18- */
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .5px;
	color: var(--white);
}
.book-an-appointment-section .customRow .left_colom .form-appointment .submit-btn
{
	text-align: center;
	margin-top: 20px;
}
.book-an-appointment-section .customRow .left_colom .form-appointment .submit-btn input
{
	padding: 12px 24px;
	color: var(--white);
	font-size: 18px;
	font-weight: 600;
	font-family: "Cormorant Garamond", serif;
	text-transform: uppercase;
	background-color: transparent;
	border:1px solid var(--white);
}
.book-an-appointment-section .customRow .left_colom .form-appointment .submit-btn input:hover
{
	background-color: var(--color2);
	border-color: var(--color2);
}
/*
	=====================
*/

.label-for-captcha-image
{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.label-for-captcha-image label
{
	opacity: 0;
	visibility: hidden;
}
.label-for-captcha-image img
{
	width: 120px;
}
/*
	===================================
*/
.book-an-appointment-section .customRow .right_colom
{
	padding: 100px 40px;
}
.book-an-appointment-section .customRow .right_colom .testimonials-wprapper-home .heading
{
	position: relative;
	margin-bottom: 30px;
}
.book-an-appointment-section .customRow .right_colom .testimonials-wprapper-home .heading .quote-btn
{
	position: absolute;
	right: 10px;
	top: 0px;
}
.book-an-appointment-section .customRow .right_colom .testimonials-wprapper-home .heading .quote-btn i
{
	font-size: 120px;
	color: rgba(0 0 0 / 5%);
}
.book-an-appointment-section .customRow .right_colom .testimonials-wprapper-home .heading h6
{
	font-size: 14px;
	font-weight: 600;
	color: var(--black);
	font-family: "DM Sans", sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 20px;
}
.book-an-appointment-section .customRow .right_colom .testimonials-wprapper-home .heading h4
{
	font-size: 50px;
	font-style: italic;
	font-weight: 600;
	color: var(--black);
	font-family: "Cormorant Garamond", serif;
	letter-spacing: 3px;
	margin-bottom: 25px;
	text-transform: capitalize;
}
.book-an-appointment-section .customRow .right_colom .testimonials-wprapper-home .heading h4 span
{
	color: var(--color1);
}

/*
	========================================
*/

.book-an-appointment-section .customRow .right_colom .slider_slick
{
	margin-top: 65px;
}
.book-an-appointment-section .customRow .right_colom .slider_slick .testimonial-colom
{
	
}
.book-an-appointment-section .customRow .right_colom .slider_slick .testimonial-colom .wrapper .details
{
	
}
.book-an-appointment-section .customRow .right_colom .slider_slick .testimonial-colom .wrapper .details p
{
	font-size: 16px;
	font-weight: 400;
	color: var(--black);
	font-family: "DM Sans", sans-serif;
}

.book-an-appointment-section .customRow .right_colom .slider_slick .testimonial-colom .wrapper .details .details2
{
	margin-top: 50px;
}
.book-an-appointment-section .customRow .right_colom .slider_slick .testimonial-colom .wrapper .details .details2 .other
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}
.book-an-appointment-section .customRow .right_colom .slider_slick .testimonial-colom .wrapper .details .details2 .other .image
{
	width: 100px;
	flex: 0 0 auto;
}

.book-an-appointment-section .customRow .right_colom .slider_slick .testimonial-colom .wrapper .details .details2 .other .image img
{
	width: 100px;
	height: 100px;
	object-position: top;
	object-fit: cover;
	border-radius: 50%;
}



.book-an-appointment-section .customRow .right_colom .slider_slick .testimonial-colom .wrapper .details .details2 .other .data
{
	margin-left: 35px;
}
.book-an-appointment-section .customRow .right_colom .slider_slick .testimonial-colom .wrapper .details .details2 .other .data h5
{
	font-size: 30px;
	font-weight: 600;
	color: var(--black);
	font-family: "Cormorant Garamond", serif;
	margin-bottom: 10px;
	text-transform: capitalize;	
}
.book-an-appointment-section .customRow .right_colom .slider_slick .testimonial-colom .wrapper .details .details2 .other .data h6
{
	font-size: 14px;
	font-weight: 600;
	color: var(--black);
	font-family: "DM Sans", sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 0px;	
}

/*
	===========================
*/

#homeTestimonials .slick-next,
#homeTestimonials .slick-prev
{
	right: 30px;
	top: auto;
	transform: translate(0, 0);
	bottom: 30px;
}
#homeTestimonials .slick-prev
{
	left: auto;
	right: 100px;
}
#homeTestimonials .slick-prev, 
#homeTestimonials .slick-next
{
	background-color: transparent;
}
#homeTestimonials .slick-prev:before, 
#homeTestimonials .slick-next:before
{
	color: var(--black);
	font-size: 35px;
}

/*
	===========================
*/
.blog-home-page-sections.call-to-actions-sections .custom-container .call-to-action-heading
{
	margin-bottom: 25px;
}
.blog-home-page-sections.call-to-actions-sections .custom-container .call-to-action-heading h6
{
	margin-bottom: 0;
}
.blog-home-page-sections .container
{
	max-width: 93%;
}
.blog-home-page-sections .container .blog-box-home .card
{
	background-color: transparent;
	border:0px;
}
.blog-home-page-sections .container .blog-box-home .card .card-body
{
	padding-left: 7px;
	padding-right: 7px;
}
.blog-home-page-sections .container .blog-box-home .card .card-body span
{
	display: block;
	margin-bottom: 10px;
	font-family: "Cormorant Garamond", serif;
	font-size: 17px;
	color: var(--black);
	font-weight: 600;
}
.blog-home-page-sections .container .blog-box-home .card .card-body span i
{
	margin-right: 3px;
	color: var(--color1);
}
.blog-home-page-sections .container .blog-box-home .card .card-body .card-title
{	
	margin-bottom: 20px;
	font-family: "Cormorant Garamond", serif;
	font-size: 34px;
	color: var(--black);
	font-weight: 600;
	line-height: 40px;
		display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-transform: capitalize;
}
.blog-home-page-sections .container .blog-box-home .card .card-body .card-title a
{
	color: var(--black);
}
.blog-home-page-sections .container .blog-box-home .card .card-body .card-text
{
	font-size: 16px;
	font-weight: 400;
	color: var(--black);
	font-family: "DM Sans", sans-serif;
}
.blog-home-page-sections .container .blog-box-home .card .card-body .get_quote_anchor_slider2
{
	margin-top: 22px;
}
.blog-home-page-sections .container .blog-box-home .card .card-body .get_quote_anchor_slider2 a
{
	position: relative;
	transition: .2s;
}
.blog-home-page-sections .container .blog-box-home .card .card-body .get_quote_anchor_slider2 a:hover
{
	transform: translateY(-10px);
}
.blog-home-page-sections .container .blog-box-home .card .card-body .get_quote_anchor_slider2 a:after
{
	content: '';
	position: absolute;
	right: -3px;
	bottom: -3px;
	width:3px;
	height: 100%;
	background-color: #444;
}
.blog-home-page-sections .container .blog-box-home .card .card-body .get_quote_anchor_slider2 a:before
{
	content: '';
    position: absolute;
    right: 0px;
    bottom: -3px;
    height: 3px;
    width: 97%;
    background-color: #444;
    z-index: 3;
    border-right: 0px;
    border-bottom: 0px;
}



/*
	*************************************
*/
footer
{
	background-color:var(--color3);
	padding-top: 70px;
	padding-bottom: 50px;
	position: relative;
	margin-top: 0px;
	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: 15%;
	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_colom5
{
	width: 30%;
	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: var(--color1);
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
     font-weight: 500;
     text-transform: uppercase;
	font-family: "Montserrat", sans-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: 4px;
}
footer .footer_container .colom.ftr_colom2 .footer_links ul li a
{
    display: block;
    color: #eee;
    text-decoration: none;
    transition: .3s;
    position: relative;

    font-size: 14px;
	font-weight: 400;
	font-family: "PT Sans", sans-serif;
}
footer .footer_container .colom.ftr_colom2 .footer_links ul li a:before{
	content:'\F231';
	font-family: bootstrap-icons!important;
	color: var(--white);
	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-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: 14px;
	font-weight: 400;
	text-align: justify;
	line-height: 26px;
	color: var(--white);
	font-family: "Raleway", sans-serif;
	text-transform: capitalize;
	letter-spacing: 0px;
	margin-bottom: 0px;
	margin-top: 15px;
		display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}
footer .footer_container .colom.ftr_colom5 .footer_links .address_area
{
	margin-bottom: 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
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(--color1);
}
footer .footer_container .colom.ftr_colom5 .footer_links .address_area .values
{
	flex: 0 0 auto;
	padding-left: 5px;
}
footer .footer_container .colom.ftr_colom5 .footer_links .address_area .values
{
	color: #eee;

    font-size: 16px;
	font-weight: 400;
	font-family: "PT Sans", sans-serif;
}

footer .footer_container .colom.ftr_colom4.map_locaiton_colom
{
	width: 20%;
	padding-left: 0;
}
footer .ftr_colom4 .footer_links img
{
	width: 200px;
	margin-top: 15px;
}
/*
	*****************************
*/
.copyright
{
	padding: 17px 70px;
	border-top: 1px solid #1c1c1c;
	background-color: #1c1c1c;
	color: var(--white);
	text-transform: capitalize;
    font-size: 16px;
	font-weight: 400;
	font-family: "DM Sans", sans-serif;

	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.copyright .text-copyright a
{
	color: white;
	font-weight: 600;
}

/*
	==========================================
*/

.accordion-slider-main-sections
{
	position: relative;
	background-color: var(--color1);
	background-color: #134b8d;
	padding: 60px 0;
}
.accordion-slider-main-sections .custom-container
{
	padding-left: 30px;
	padding-right: 30px;
}
.accordion-slider-main-sections:before
{
	content: '';
	background-image: url(../img/flex-bg.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;

}
.accordion-slider-main-sections .appointment_heading
{

}
.accordion-slider-main-sections .appointment_heading h4
{
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -1px;
    font-family: "Cormorant Garamond", serif;
    margin-bottom: 15px;
}



/*
	=================================
*/

#custom-accordion-rotated
{
	display: flex;
	flex-direction: row;
	margin-top: 25px;
}
#custom-accordion-rotated .block-accordion
{
	flex: 0 0 auto;
	width: 12%;
	height: 480px;
	transition: .3s;
}
#custom-accordion-rotated .block-accordion
{
	border-right: 1px solid #407bc1;
}
#custom-accordion-rotated .block-accordion:last-child
{
	border-right: 1px solid #407bc1;
}
#custom-accordion-rotated .block-accordion.active-accordion
{
	width: 64%;
}
#custom-accordion-rotated .block-accordion .wrapper,
#custom-accordion-rotated .block-accordion .wrapper .image-bg
{
	height: 100%;	
}
#custom-accordion-rotated .block-accordion .wrapper .image-bg
{
	position: relative;
}
#custom-accordion-rotated .block-accordion .wrapper .image-bg:before{
	content: "";
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
/*    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),color-stop(22%,rgba(0,0,0,.9)),to(#000));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.9) 22%,#000 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.9) 22%,#000 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.9) 22%,#000 100%);*/
    z-index: 1;
    opacity: .8;
}


#custom-accordion-rotated .block-accordion.active-accordion .wrapper .image-bg:before{
/*    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),color-stop(22%,rgba(0,0,0,.6)),to(#000));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.6) 22%,#000 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.6) 22%,#000 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.6) 22%,#000 100%);*/
}

#custom-accordion-rotated .block-accordion .wrapper
{
	position: relative;
}
#custom-accordion-rotated .block-accordion .wrapper .normal-text-content
{
	position: absolute;
	left: 0;
	top: 0;
	/*bottom: 35px;*/
	width: 100%;
	height: 100%;
	z-index: 3;
	padding-left: 50px;
	display: none;
	padding-right: 5%;
}
#custom-accordion-rotated .block-accordion.active-accordion .wrapper .normal-text-content
{
	display: block;
}
#custom-accordion-rotated .block-accordion .wrapper .normal-text-content .icon
{
	margin-bottom: 20px;
	display: inline-block;
}
#custom-accordion-rotated .block-accordion .wrapper .normal-text-content h4
{
	color: var(--white);
	font-weight: 600;
	font-size: 32px;
	text-transform: capitalize;
	font-family: "Cormorant Garamond", serif;
}

#custom-accordion-rotated .block-accordion .wrapper .normal-text-content p
{
	font-size: 16px;
	color: var(--white);
	font-weight: 400;
	text-align: justify;
}


#custom-accordion-rotated .block-accordion .wrapper
{
	overflow-y: hidden;
	overflow-x: hidden;
}
#custom-accordion-rotated .block-accordion .wrapper .rotated-text-heading
{	
	position: absolute;
	left: -2%;
	bottom: 25px;
	height: 92%;
	z-index: 3;
	display: inline-flex;
	writing-mode: vertical-lr;
	transform: rotate(-180deg);
	display: inline-flex;
	align-items: center;
	overflow-y: hidden;
	cursor: pointer;
}
#custom-accordion-rotated .block-accordion.active-accordion .wrapper .rotated-text-heading
{
	display: none;
}
#custom-accordion-rotated .block-accordion .wrapper .rotated-text-heading .icon
{
	font-size: 60px;
	color: var(--white);
	font-weight: 400;
	text-align: justify;	
}
#custom-accordion-rotated .block-accordion .wrapper .rotated-text-heading .icon
{
/*	display: inline-block;
    width: 45px;
    transform: rotate(180deg);
    align-self: center;*/
}
#custom-accordion-rotated .block-accordion .wrapper .rotated-text-heading h4
{
	color: var(--white);
	font-weight: 700;
	font-size: 37px;
	text-transform: capitalize;
	white-space: nowrap;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-top: 30px;
	font-family: "Cormorant Garamond", serif;
}


#custom-accordion-rotated .block-accordion .wrapper .normal-text-content .text-image
{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-column-gap: 20px;
	align-items: center;
	padding-top: 40px;
	padding-left: 15px;
	padding-right: 30px;
}
#custom-accordion-rotated .block-accordion .wrapper .normal-text-content .text-image .textonly
{
	padding-right: 30px;
}
#custom-accordion-rotated .block-accordion .wrapper .normal-text-content .text-image .image-only img
{
	width: 100%;
	object-fit: cover;
	object-position: top;
	height: 380px;
}
#custom-accordion-rotated .block-accordion .wrapper .normal-text-content .text-image .textonly .get_quote_anchor_slider2 a
{
	border-color: #4284d3;
}

/*
	=================================
*/

.home-icon-box01
{
	margin-top: 65px;
	margin-bottom:50px;
}
.home-icon-box01 .container
{
	max-width: 88%;
}
.home-icon-box01 .iconBoxRow
{
	grid-row-gap: 30px;
}
.home-icon-box01 .iconBoxRow .iconBoxColom .iconBoxWrapper
{
	display: grid;
	grid-template-columns: 80px calc(100% - 80px);
}
.home-icon-box01 .iconBoxRow .iconBoxColom .iconBoxWrapper .icon
{
	padding-left: 10px;
}
.home-icon-box01 .iconBoxRow .iconBoxColom .iconBoxWrapper .icon img
{
	width: 85%;
}
.home-icon-box01 .iconBoxRow .iconBoxColom .iconBoxWrapper .contents
{
	padding-left: 10px;
}
.home-icon-box01 .iconBoxRow .iconBoxColom .iconBoxWrapper .contents h6
{
	font-size: 18px;
	font-weight:500;
	color: #444;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 10px;
}
.home-icon-box01 .iconBoxRow .iconBoxColom .iconBoxWrapper .contents span{
	  font-family: "PT Sans", sans-serif;
	  font-size: 13px;
	  display: inline-block;
	  text-align: justify;
	  color: #606060;
	  font-weight: 400;
	  line-height: 22px;
}

/*
===================================
*/

.image-box-three-colom
{

}
.image-box-three-colom .custom_row
{
	display: grid;
	grid-template-columns: repeat(2,1fr);
}
.image-box-three-colom .custom_row .colm-imageBox
{
	position: relative;
}
.image-box-three-colom .custom_row .colm-imageBox .image
{
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:1;
}
.image-box-three-colom .custom_row .colm-imageBox .image img
{	
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;	
}
.image-box-three-colom .custom_row .colm-imageBox .wrapper
{
	position: relative;
	z-index: 2;
	padding:80px 100px 70px;
}
.image-box-three-colom .custom_row .colm-imageBox .wrapper:before{
	  content: '';
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  z-index: -1;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  background: rgba(0,0,0,.7);
}
.image-box-three-colom .custom_row .colm-imageBox .wrapper h5
{
	font-size: 18px;
	font-weight: 600;
	color: var(--color1);
	font-family: "Montserrat", sans-serif;
	margin-bottom: 10px;
}
.image-box-three-colom .custom_row .colm-imageBox .wrapper p
{
	  font-family: "PT Sans", sans-serif;
	  font-size: 14px;
	  display: inline-block;
	  text-align: justify;
	  color: #fff;
	  font-weight: 400;
	  line-height: 22px;
}
.image-box-three-colom .custom_row .colm-imageBox .wrapper .readmore01
{

}
.image-box-three-colom .custom_row .colm-imageBox .wrapper .readmore01 a
{
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
	color: var(--white);
	font-family: "Montserrat", sans-serif;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 35px;
	border:1px solid #cccc;
	transition: all .2s
}
.image-box-three-colom .custom_row .colm-imageBox .wrapper .readmore01 a span i
{
	color: var(--color1);
	padding-left: 5px;
}

.image-box-three-colom .custom_row .colm-imageBox .wrapper .readmore01:hover a
{
	background-color: var(--color1);
}

.image-box-three-colom .custom_row .colm-imageBox .wrapper .readmore01:hover a span i
{
	color: var(--white);
}

/*
	=================================
*/

.projects-sections-home
{
	background-color: #252525 !important;
	padding-top: 30px;
}
.projects-sections-home .heading{
	text-align: center;
}	
.projects-sections-home .heading h3{
	font-size: 28px;
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
	color: #cdc8c8;
	padding-bottom: 10px;
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
}	
.projects-sections-home .heading h3:before
{	
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 1px;
	max-width: 250px;
	background-color: #cdc8c8;
}
.projects-sections-home .heading h3:after
{	
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: var(--color1);
}

/*
	=========================================
*/

.filter_table_gallery_wrapper
{

}
.filter_table_gallery_wrapper .filter-buttons
{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 10px;
	grid-column-gap: 10px;
	margin-bottom: 25px;
}
.filter_table_gallery_wrapper .filter-buttons button
{
	outline: none;
    padding: 6px 20px;
    color: #888;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 3px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    background-color: transparent;
    border: 1px solid #eaeaea;
    font-family: "Montserrat", sans-serif;
}
.filter_table_gallery_wrapper .filter-buttons button:hover,
.filter_table_gallery_wrapper .filter-buttons button.active
{
	background-color: var(--color1);
	border-color: var(--color1);
	color: var(--color3);
}

/*
	================================
*/

.filter_table_gallery_wrapper .clients-section-row
{
	display: grid;
	grid-template-columns: repeat(4,1fr);
}
.filter_table_gallery_wrapper .clients-section-row .single-info .image 
{
	overflow: hidden;
}

.filter_table_gallery_wrapper .clients-section-row .single-info .image img
{
	width: 100%;
	height: 250px;
	object-fit: cover;
	object-position: center;
	transition: all .7s;
}
.filter_table_gallery_wrapper .clients-section-row .single-info:hover .image img
{
	transform: scale(1.1);
}
.filter_table_gallery_wrapper .clients-section-row .single-info
{
	position: relative;
}
.filter_table_gallery_wrapper .clients-section-row .single-info .overlay:before
{
	content: '';
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: rgba(255 255 255 / 85%);
	transform: scale(.8);
	transition: all .4s;
	opacity: 0;
}
.filter_table_gallery_wrapper .clients-section-row .single-info:hover .overlay:before
{
	transform: scale(1);
	opacity: 1;
}


.filter_table_gallery_wrapper .clients-section-row .single-info .text-area
{
	position: absolute;
	bottom: 0%;
	text-align: center;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	z-index: 6;
	transition: all .6s;
	background-color: rgba(0 0 0 / 80%);
	height: 45px;
	padding-top: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.filter_table_gallery_wrapper .clients-section-row .single-info:hover .text-area
{

}
.filter_table_gallery_wrapper .clients-section-row .single-info .text-area h6
{
    font-weight: 500;
    font-size: 14px;
    color: var(--white);
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    text-shadow: 1px 1px 1px rgba(0 0 0 / 30%);
    margin-bottom: 0;
}

/*
	==============================
*/

.number-section-home
{
	border-top: 1px solid var(--white);
	background-color: #222222;
}
.number-section-home .customContainer
{
	display: grid;
	grid-template-columns: repeat(2,1fr);
}
.number-section-home .customContainer .left-area
{

}
.number-section-home .customContainer .left-area img
{
	width: 100%;
	height: 494px;
	object-fit: cover;
	object-position: right center;
}
/*
	===========================
*/

.number-section-home .customContainer .right-area
{
	padding: 100px 0;
}
.number-section-home .customContainer .right-area .numbers-wrapper-row
{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	max-width: 70%;
	margin-left: auto;
	margin-right: auto;
	grid-row-gap: 50px;
	margin-top: 40px;
}
.number-section-home .customContainer .right-area .numbers-wrapper-row .coloms
{
	text-align: center;
}
.number-section-home .customContainer .right-area .numbers-wrapper-row .coloms h4
{
	font-size: 40px;
	font-weight: 700;
	color: var(--white);
    font-family: "Montserrat", sans-serif;
}
.number-section-home .customContainer .right-area .numbers-wrapper-row .coloms span
{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	color: var(--color1);
    font-family: "Montserrat", sans-serif;
}

/*
	===========================
*/

.quotation
{
	background-color: var(--color1);
	padding: 70px 0;
	text-align: center;
}
.quotation a.buttons
{
	display: inline-block;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	color: var(--color3);
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
    border:1px solid #444;
    padding: 8px 20px;
    transition: all .3s;
}
.quotation a.buttons i
{
	margin-left: 3px;
}
.quotation a.buttons:hover
{
	background-color: var(--color3);
	color: var(--white);
}

/*
	=====================================
*/

.innerBanner
{
	position: relative;
}
.innerBanner:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, rgba(0 0 0 / 80%),rgba(0 0 0 / 30%),rgba(0 0 0 / 30%),rgba(0 0 0 / 30%),rgba(0 0 0 / 80%));
}
.innerBanner .bannerImage
{
	width: 100%;
	height: 350px;
	object-fit: cover;
	object-position: center;
}
.innerBanner h5
{
	position: absolute;
	bottom: 50px;
	left: 0;
	text-align: center;
	width: 100%;

	font-size: 30px;
    line-height: 25px;
    margin-bottom: 12px;
    font-weight: 800;
    color: var(--white);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}

/*
	============================
*/

section.map
{
	line-height: 0;
	width: 100%;
	height: 400px;
}



/*
	****************************************
*/
.contactSection
{
	background-image: linear-gradient(to right, var(--color2) 67%, var(--color1) 67%, var(--color1) 100%);
}
.contactSection .contactSectionRow
{
	/*padding: 40px 0;*/
}
.contactSection .container
{
	max-width: 90%;
}
.contactSection .rowCustom
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.contactSection .rowCustom .colom-7
{
	flex: 0 0 auto;
	width: 67%;
	padding: 40px 0;
	padding-left: 2%;
	padding-right: 5%;
}
.contactSection .rowCustom .colom-5
{
	flex: 0 0 auto;
	width: 33%;
	/*padding-left: 35px;*/
}
/*
	*******************************
	*******************************
*/
section.contactSection .container
{
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}
section.contactSection .rowCustom .heading01 h5
{
	font-size: 30px;
    line-height: 25px;
    margin-bottom: 22px;
    font-weight: 500;
    color: var(--white);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}
section.contactSection .rowCustom .form-area form
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
section.contactSection .rowCustom .form-area form .form_row
{
	flex: 0 0 auto;
	width: calc(33.333% - 10px);
	margin-bottom: 15px;
}
section.contactSection .rowCustom .form-area form .form_row.fullWidth
{
	width: calc(100% - 0px);	
}
section.contactSection .rowCustom .form-area form .form_row:nth-child(2)
{
	margin-right: 12px;
	margin-left: 12px;
}
section.contactSection .rowCustom .form-area form .form_row:nth-child(even)
{
	
}
section.contactSection .rowCustom .form-area form .form_row label
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 15px;
	color: #fff;
	margin-bottom: 7px;
}
section.contactSection .rowCustom .form-area form .form_row .input_fields
{
	border-radius: 2px;
	padding: 10px 15px;
}
section.contactSection .rowCustom .form-area form .form_row .input_fields:focus
{
	box-shadow: none;
	border-color: #ccc;
}
/* Chrome, Safari, Edge, Opera */

section.contactSection .rowCustom .form-area form .form_row .input_fields.inputnumber::-webkit-outer-spin-button,
section.contactSection .rowCustom .form-area form .form_row .input_fields.inputnumber::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

section.contactSection .rowCustom .form-area form .form_row .input_fields.inputnumber[type=number] {
  -moz-appearance: textfield;
}


section.contactSection .rowCustom .form-area form .captcha_row 
{
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;	
}
section.contactSection .rowCustom .form-area form .captcha_row .form_row
{
	flex: 0 0 auto;
	width: calc(50% - 10px);
	margin-bottom: 15px;
}
section.contactSection .rowCustom .form-area form .captcha_row .form_row
{
}
section.contactSection .rowCustom .form-area form .captcha_row .form_row:nth-child(1)
{
	width: 35%;		
}
section.contactSection .rowCustom .form-area form .captcha_row .form_row:nth-child(odd)
{
	margin-right: 10px;
}
section.contactSection .rowCustom .form-area form .captcha_row .captcha_image
{
	margin-left: 10px;
}

section.contactSection .rowCustom .form-area form .captcha_row .captcha_image img
{
	margin-top: 30px;
}
section.contactSection .rowCustom .form-area form .submit_btn
{
	text-align: center;
	width: 100%;	
}
section.contactSection .rowCustom .form-area form .submit_btn .signin
{

	margin-top: 5px;
    display: inline-block;
    background-color: var(--color1);
    color: var(--color3);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 35px;
    text-decoration: none;
    border: 1px solid var(--color1);
}
section.contactSection .rowCustom .form-area form .submit_btn .signin:hover{
    background-color: transparent;
	color: var(--color1);
}


/*
==========================
*/

.add-ress-container
{
	border-radius:0 0 5px 5px;
	padding:30px 35px;
	/*box-shadow: 0px 0px 15px rgb(0 0 0 / 18%);*/
	border-top: 4px solid var(--color1);
	height: 100%;
}

.address-contanct .address-row
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.add-ress-container .heading001  h6
{
	font-size: 30px;
    line-height: 25px;
    margin-bottom: 25px;
    font-weight: 500;
    color: var(--color2);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}

.address-contanct .address-row .icon
{
	width: 40px;
	height: 40px;
	background-color: var(--color3);
	border-radius: 50%;
	text-align: center;
}
.address-contanct .address-row .icon i
{
	line-height: 40px;
	color: var(--white);
	font-size: 1.3em;
}

.address-contanct .address-row .detail
{
	width: calc(100% - 40px);
	padding-left: 10px;
	font-size: 17px;
    font-weight: 500;
    text-align: justify;
    line-height: 26px;
    color: #111;
    font-family: "Montserrat", sans-serif;
} 
.address-contanct .address-row .detail a
{
	font-weight: 500;
    font-size: 17px;
    color: #444;
}
.address-contanct .address-row .detail h5{

	font-size: 22px;
    color: var(--color1);
}




/*
	===============================
*/

body.clientsPage .clients-section-home
{
	margin-top: 50px;
	margin-bottom: 50px;
}
body.clientsPage .clients-section-row
{
	display: grid;
	grid-template-columns: repeat(5,1fr);
	grid-row-gap: 15px;
	grid-column-gap:15px;
}


	
body.clientsPage .clients-section-row .single-info:nth-child(17),
body.clientsPage .clients-section-row .single-info:nth-child(18),
body.clientsPage .clients-section-row .single-info:nth-child(19),
body.clientsPage .clients-section-row .single-info:nth-child(20),
body.clientsPage .clients-section-row .single-info:nth-child(15),
body.clientsPage .clients-section-row .single-info:nth-child(16)
{
	/*display: none;*/
}
@media screen and (min-width: 1600px)  and (max-width: 1799px)
{
	.clients-section-row
	{
		grid-template-columns: repeat(7,1fr);
	}
	
	body.clientsPage .clients-section-row .single-info:nth-child(17),
	body.clientsPage .clients-section-row .single-info:nth-child(18),
	body.clientsPage .clients-section-row .single-info:nth-child(19),
	body.clientsPage .clients-section-row .single-info:nth-child(20),
	body.clientsPage .clients-section-row .single-info:nth-child(15),
	body.clientsPage .clients-section-row .single-info:nth-child(16)
	{
		/*display: none;*/
	}
}
@media screen and (min-width: 1800px)
{
	.clients-section-row
	{
		grid-template-columns: repeat(8,1fr);
	}

	body.clientsPage .clients-section-row .single-info:nth-child(17),
	body.clientsPage .clients-section-row .single-info:nth-child(18)
	{
		/*display: none;*/
	}
	body.clientsPage .clients-section-row .single-info:nth-child(15),
	body.clientsPage .clients-section-row .single-info:nth-child(16)
	{
		/*display: block;*/
	}
}
body.clientsPage .clients-section-row .single-info .image
{
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
}
body.clientsPage .clients-section-row .single-info .image:nth-child(1),
body.clientsPage .clients-section-row .single-info .image:nth-child(7),
body.clientsPage .clients-section-row .single-info .image:nth-child(13)
{
	border-left:1px solid #eee;
}
body.clientsPage .clients-section-row .single-info .image:nth-child(1),
body.clientsPage .clients-section-row .single-info .image:nth-child(2),
body.clientsPage .clients-section-row .single-info .image:nth-child(3),
body.clientsPage .clients-section-row .single-info .image:nth-child(4),
body.clientsPage .clients-section-row .single-info .image:nth-child(5),
body.clientsPage .clients-section-row .single-info .image:nth-child(6)
{
	border-top:1px solid #eee;
}
body.clientsPage .clients-section-row .single-info .image img
{
	padding: 15px;
	transition: .3s;
	height: 120px;
	width: 100%;
	object-fit: contain;
	object-position: center;
}
body.clientsPage .clients-section-row .single-info .image:hover img
{
	transform: scale(1.08);
}



/*
	==================================
*/
section.about-page-section
{
	margin-top: 30px;
}
.about-page-section .heading01
{
	text-align: left;
}
.about-page-section .heading01 h4
{
	text-transform: capitalize;
}
.about-page-section .heading01 h4:before
{
	left: 0;
	transform: translateX(0%);
	max-width: 150px;
}
.about-page-section .heading01 h4:after
{
	left: 0;
	transform: translateX(0%);
	max-width: 150px;
}

/*
	=====================================
*/

body.innerPage .about-page-section .heading01
{
	margin-bottom: 10px;
}
body.innerPage .description p
{
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
}
.services-sections
{
	margin-top: 40px !important;
}
.services-sections .heading01
{

}
.services-sections .heading01 h4
{
	font-size: 25px;
    line-height: 25px;
    margin-bottom: 25px;
    font-weight: 500;
    color: var(--color2);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    text-align: center;
}
.services-sections .description blockquote
{
	max-width: 75%;
	margin-left: auto;
	margin-right: auto;
	border:1px solid var(--color1);
	padding: 20px 60px;
	border-radius: 8px;
	border-left: 5px solid var(--color1);
	box-shadow: 0 0 10px 5px rgba(0 0 0 / 10%);
}
.services-sections .description blockquote p
{
	font-size: 18px;
	text-align: center;
	font-style: italic;
    font-family: "Montserrat", sans-serif;
    line-height: 30px;
    color: #333;
}
.services-sections .description blockquote p.one
{
	margin-bottom: 7px;
}
/*
	=======================================================
*/

section.eventsColomSection2
{
	background-color: #ECEAE6;
	padding: 40px 0;
	margin-top: 30px;
}
section.eventsColomSection2 .container
{
	max-width: 90%;
}
section.eventsColomSection2 .container .eventsColomGridRow
{
	display: grid;
	grid-template-columns: 1fr;
	grid-row-gap: 15px;
}
section.eventsColomSection2 .container .eventsColomGridRow .eventsColomGridColom
{
	background-color: var(--white);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
section.eventsColomSection2 .container .eventsColomGridRow .eventsColomGridColom:nth-child(odd)
{
	background-color: var(--color2);
}
section.eventsColomSection2 .container .eventsColomGridRow .eventsColomGridColom:nth-child(even)
{
	background-color: var(--color1);
}
section.eventsColomSection2 .container .eventsColomGridRow .eventsColomGridColom .image
{
	flex: 0 0 auto;
	width: 30%;
	overflow: hidden;
	position: relative;
}
section.eventsColomSection2 .container .eventsColomGridRow .eventsColomGridColom .image img
{
	width: 100%;
	height: 370px;
	min-height: 200px;
	height: 100%;
	object-position: center;
	object-fit: cover;
	transition: .3s;
}
section.eventsColomSection2 .container .eventsColomGridRow .eventsColomGridColom .image:hover img
{
	transform: scale(1.1);
}
section.eventsColomSection2 .container .eventsColomGridRow .eventsColomGridColom .content
{
	flex: 0 0 auto;
	width: 70%;
	padding: 25px 25px;
	padding-right: 35px;
	align-self: center;
}

@media screen and (min-width: 992px)
{

	section.eventsColomSection2 .container .eventsColomGridRow .eventsColomGridColom.orderStyleOne .image
	{
		order: 1;
	}
	section.eventsColomSection2 .container .eventsColomGridRow .eventsColomGridColom.orderStyleOne .content
	{
		order: 2;
	}
	section.eventsColomSection2 .container .eventsColomGridRow .eventsColomGridColom.orderStyleTwo .image
	{
		order: 2;
	}
	section.eventsColomSection2 .container .eventsColomGridRow .eventsColomGridColom.orderStyleTwo .content
	{
		order: 1;
	}
}

section.eventsColomSection2 .container .eventsColomGridRow .eventsColomGridColom .content h5
{
	font-size: 25px;
	line-height: 25px;
	color: var(--color2);
	margin-bottom: 12px;
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
}
section.eventsColomSection2 .container .eventsColomGridRow .eventsColomGridColom .content h6
{
	font-size: 17px;
    line-height: 20px;
    color: #767373;
    margin-bottom: 15px;
    font-weight: 500;
}
section.eventsColomSection2 .container .eventsColomGridRow .eventsColomGridColom .content p{
	font-family: "PT Sans", sans-serif;
    font-size: 16px;
    display: inline-block;
    text-align: justify;
    color: #333;
    font-weight: 400;
    line-height: 28px;
}


section.eventsColomSection2 .container .eventsColomGridRow .eventsColomGridColom:nth-child(odd) .content h5
{
	color: var(--color1);
}
section.eventsColomSection2 .container .eventsColomGridRow .eventsColomGridColom:nth-child(odd) .content p
{
	color: var(--white);
}

/*
	=================================
*/

body.aboutPage .number-section-home
{
	background-color: var(--white);
}
body.aboutPage .number-section-home .customContainer
{
	grid-template-columns: 40% 60%;
}
body.aboutPage .number-section-home .customContainer .right-area {
    padding: 55px 50px;
}
body.aboutPage .number-section-home .customContainer .right-area .desc_area
{

}
body.aboutPage .number-section-home .customContainer .right-area .desc_area h5
{
	font-size: 25px;
	line-height: 25px;
	color: var(--color2);
	margin-bottom: 20px;
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
}
body.aboutPage .number-section-home .customContainer .right-area .desc_area p
{
    font-family: "PT Sans", sans-serif;
    font-size: 15px;
    display: inline-block;
    text-align: justify;
    color: #606060;
    font-weight: 400;
    line-height: 27px;
}
body.aboutPage .number-section-home .customContainer .right-area .desc_area .quotes
{
	margin-top: 20px;
}
body.aboutPage .number-section-home .customContainer .right-area .desc_area .quotes p
{
	font-family: "Montserrat", sans-serif;
	font-style: italic;
    font-size: 22px;
    display: inline-block;
    text-align: justify;
    color: #444;
    font-weight: 400;
    line-height: 27px;
    text-transform: capitalize;
}
body.aboutPage .number-section-home .customContainer .right-area .desc_area .quotes p i
{
	color: var(--color1);
}
/*
	=======================================
*/

.director-msg-section
{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 80px 40px;
}
.director-msg-section .wrapper
{

}
.director-msg-section .wrapper h5
{
    color: var(--color1);
    font-size: 25px;
    text-align: center;
    line-height: 25px;
    margin-bottom: 22px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}
.director-msg-section .wrapper .message-box
{
    margin: 0;
    border: none;
    padding: 45px 60px 40px 100px;
    background: rgba(0, 0, 0, 0.5);
    font-style: normal;
    position: relative;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
    margin-top: 40px;
    box-shadow: 0 0 10px 5px rgba(255 255 255 / 10%);
}
.director-msg-section .wrapper .message-box .icon
{

}
.director-msg-section .wrapper .message-box .icon i
{
    color: #111;
    padding-bottom: 10px;
    font-size: 20px;
    display: inline-block;
    padding: 10px 20px 10px 20px;
    font-style: normal;
    background: var(--color1);
    position: absolute;
    left: 15px;
}
.director-msg-section .wrapper .message-box .message_body p
{
	font-family: "PT Sans", sans-serif;
    font-size: 17px;
    display: inline-block;
    text-align: justify;
    color: #fff;
    font-weight: 400;
    line-height: 29px;
}
.director-msg-section .wrapper .message-box .message_body h6
{
    color: var(--color1);
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 22px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 0;
}



/*
=============================================
*/

.backgrond-texture
{
  margin: 0 0;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  position: relative;
}
.backgrond-texture .backgrond-texture-container
{
  padding: 40px 0;
}
.mision-vision-bg
{
  height: 100%;
  position: relative;
  padding: 0 0;
}
.mision-vision-bg .bgimage
{
  min-height: 450px;
  height: 97%;
  width: 97%;
  background-size: cover;
  background-position: center;
  position: relative;
  transition: .4s;
  z-index: 5;
}
.mision-vision-bg:after
{
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: 98%;
    height: 101%;
    background-color: var(--color1);
}
.mision-vision-bg:hover .bgimage
{
  transform: scale(1.02);
}

/*
=======================================
*/

.mission-vision-box-text
{
  padding-left: 30px;
}
.mission-vision-box-text .myRows
{ 
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.mission-vision-box-text .myRows:last-child
{
  margin-bottom: 0;
}
.mission-vision-box-text .myRows .icons
{
  flex: 0 0 auto;
  width: 70px;
}
.mission-vision-box-text .myRows .icons img
{
  width: 60px;
  height: 60px;
}

.mission-vision-box-text .myRows .values-text
{
  flex: 0 0 auto;
  width: calc(100% - 70px);
  padding-left: 20px;
  padding-right: 40px;
}
.mission-vision-box-text .myRows .values-text h5
{
    color: var(--color2);
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 8px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}
.mission-vision-box-text .myRows .values-text p
{
	font-family: "PT Sans", sans-serif;
    font-size: 16px;
    display: inline-block;
    text-align: justify;
    color: #333;
    font-weight: 400;
    line-height: 27px;
}
.mission-vision-box-text .myRows .values-text p:last-child
{
  margin-bottom: 0;
}
.mission-vision-box-text .myRows .values-text ul
{
  margin:10px 0 15px !important;
  padding-left: 15px;
}
.mission-vision-box-text .myRows .values-text ul li
{
  list-style: disc;
}



/*
	===============================
*/

section.eventsColomSection.how-we-do-sections .container .eventsColomGridRow
{
	display: grid;
	/*grid-template-columns: repeat(3, 1fr);*/
	grid-template-columns: 40% 26% 32%;
	grid-column-gap: 25px;
}
section.eventsColomSection.how-we-do-sections .container .eventsColomGridRow .eventsColomGridColom
{
	flex-direction: column;
	border: 1px solid #eee;
	box-shadow: 0 0 10px 5px rgba(0 0 0 / 1%);
	border-radius: 15px;
}
section.eventsColomSection.how-we-do-sections .container .eventsColomGridRow .eventsColomGridColom .image
{
	width: 100%;
	order: 1;
}
section.eventsColomSection.how-we-do-sections .container .eventsColomGridRow .eventsColomGridColom .content
{
	width: 100%;
	order: 2;
}
section.eventsColomSection.how-we-do-sections .container .eventsColomGridRow .eventsColomGridColom:nth-child(1), 
section.eventsColomSection.how-we-do-sections .container .eventsColomGridRow .eventsColomGridColom:nth-child(2),
section.eventsColomSection.how-we-do-sections .container .eventsColomGridRow .eventsColomGridColom:nth-child(3)
{
	background-color: var(--white);
}
section.eventsColomSection.how-we-do-sections .container .eventsColomGridRow .eventsColomGridColom .image 
{
	overflow: hidden;
}
section.eventsColomSection.how-we-do-sections .container .eventsColomGridRow .eventsColomGridColom .image img
{
	height: 250px;
	width: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 15px 15px 0 0;
}
section.eventsColomSection.how-we-do-sections .container .eventsColomGridRow .eventsColomGridColom .content h5
{
	color: var(--color2);
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 8px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}
section.eventsColomSection.how-we-do-sections .container .eventsColomGridRow .eventsColomGridColom .content p
{
	font-family: "PT Sans", sans-serif;
    font-size: 15px;
    display: inline-block;
    text-align: justify;
    color: #333;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 25px;
}


/*
	=================================
*/

.eventsColomSection.how-we-do-sections
{
	background-color:#f1f1f1;
}
.eventsColomSection.how-we-do-sections .container
{
	padding: 60px 0 45px;
}
section.eventsColomSection.how-we-do-sections .container .eventsColomGridRow .eventsColomGridColom .content
{
	padding: 25px;
}

/*
	=====================================
*/

body.projectsPage .breadcurmsb
{
	background-color: var(--color1);
	padding: 7px 25px;
}
body.projectsPage .breadcurmsb a
{
	color: var(--color2);
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 600;
    margin-right: 7px;
}
body.projectsPage .breadcurmsb a:after
{
	content: '\f054';
	font-family: fontawesome;
	color: var(--color2);
	padding-left: 7px;
}
body.projectsPage .breadcurmsb a:last-child:after{
	display: none;
}

/*
	=======================================
*/

.projectsPageSection.projects-sections-home
{
	background-color: var(--white) !important;
	margin-bottom: 40px;
}
.projectsPageSection.projects-sections-home .heading h3
{
	color: var(--color2);
}
.projectsPageSection.projects-sections-home .heading p
{
	font-family: "PT Sans", sans-serif;
    font-size: 15px;
    display: inline-block;
    text-align: justify;
    color: #333;
    font-weight: 400;
    line-height: 27px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.projectsPageSection.projects-sections-home .filter_table_gallery_wrapper
{
	margin-top: 15px;
	max-width: 98%;
	margin-left: auto;
	margin-right: auto;
}

.projectsPageSection.projects-sections-home .filter_table_gallery_wrapper .clients-section-row
{
	grid-row-gap: 10px;
	grid-column-gap: 10px;
	grid-template-columns: repeat(3, 1fr);
}

.projectsPageSection.projects-sections-home .filter_table_gallery_wrapper .clients-section-row .single-info .image img
{
	height: 350px;
}

/*
	==========================================
*/

.gallery_video_tabs_wrapper
{
	margin: 15px 0 25px;
	justify-content: center;
	grid-column-gap: 10px;
}
.gallery_video_tabs_wrapper .nav-item
{
}
.gallery_video_tabs_wrapper .nav-item .nav-link 
{
	background-color:#dfd5d5;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	color: #333;
	border-radius: 2px;
	padding: 10px 30px;
}
.gallery_video_tabs_wrapper .nav-item .nav-link:focus
{
	box-shadow: none;
}
.gallery_video_tabs_wrapper .nav-item .nav-link.active,
.gallery_video_tabs_wrapper .nav-item .nav-link:hover
{
	background-color: var(--color1);
	font-weight: 700;
}

/*
	=====================================
*/

.filter_table_gallery_wrapper.videos-gallerys .clients-section-row
{

}
.filter_table_gallery_wrapper.videos-gallerys .clients-section-row .single-info
{
	position: relative;
}
.filter_table_gallery_wrapper.videos-gallerys .clients-section-row .single-info .image-for-youtube
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 5;
	pointer-events: none;
	width: 80px;
	height: 80px;
}



/*
	=======================================
*/
.my_paginations
{
	display: flex;
	justify-content: center;
	margin-top: 25px;
}
.my_paginations .navigation .pagination .page-item
{

}

.my_paginations .pagination .page-item
{
	background-image: none !important;
	padding-left: 0 !important;
}
.my_paginations .pagination .page-item .page-link
{
	border:1px solid #ccc !important;
	color: #222;
	font-size: 16px;
	font-weight: 600;
	width: 40px;
	height: 40px;
	font-family: "Montserrat", sans-serif;
	text-align: center;
}
.my_paginations .pagination .page-item .page-link:focus
{
	box-shadow: none;
}
.my_paginations .pagination .page-item.active .page-link,
.my_paginations .pagination .page-item:hover .page-link
{
	background-color: var(--color1) !important;
	color: #fff;
}

/*
	===================================
*/
.whatsapp-icon {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 60px;
  z-index: 999999;
}