
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;
}

/*
	====================================================
*/
.footer01
{
	margin-top: 40px;
	margin-bottom: 30px;
	padding-top: 50px;
	padding-bottom: 30px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding-left: 20px;
	padding-right: 20px;
}
.footer01 .custom_row
{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer01 .custom_row .col-footer-1
{
	flex:0 0 auto;
	min-width: 250px;
	max-width: 450px;
}
.footer01 .custom_row .col-footer-1 .wrapper .logo_foot
{
	width: 250px;
	margin-bottom: 15px;
}
.footer01 .custom_row .col-footer-1 .wrapper .foot_desc
{
    font-size: 16px;
    font-weight: 300;
    color:#fff;
    word-spacing: 1px;
    text-align: justify;
    font-family: "Fustat", serif;   
}


.footer01 .custom_row .col-footer-2 .wrapper .footer_area_link
{

}
.footer01 .custom_row .col-footer-2 .wrapper .footer_area_link h6
{
    font-size: 22px;
    font-weight: 800;
    color: var(--white);
    font-family: "Fustat", serif;
    margin-bottom: 20px;
}
.footer01 .custom_row .col-footer-2 .wrapper .footer_area_link ul
{
	padding-left: 0;
}
.footer01 .custom_row .col-footer-2 .wrapper .footer_area_link ul li{
	margin-bottom: 10px;
} 
.footer01 .custom_row .col-footer-2 .wrapper .footer_area_link ul li a{ 
    font-size: 17px;
    font-weight: 400;
    color: var(--white);
    font-family: "Fustat", serif;
}
.footer01 .custom_row .col-footer-2 .wrapper .footer_area_link ul li a:hover
{
    color: #009CFF;
}



.footer01 .custom_row .col-footer-4 .wrapper .footer_area_link h6
{
    font-size: 22px;
    font-weight: 800;
    color: var(--white);
    font-family: "Fustat", serif;
    margin-bottom: 20px;
}
.footer01 .custom_row .col-footer-4 .wrapper .footer_area_link .address_row
{
	display: flex;
	margin-bottom: 12px;
	flex-wrap: wrap;
	align-items: center;
}
.footer01 .custom_row .col-footer-4 .wrapper .footer_area_link .address_row i
{
	flex: 0 0 auto;
    font-size: 22px;
    font-weight: 500;
    color: #009CFF;
}
.footer01 .custom_row .col-footer-4 .wrapper .footer_area_link .address_row span
{
	padding-left: 15px;
	flex: 0 0 auto;
    font-size: 22px;
    font-weight: 500;
    color: var(--white);
    font-family: "Fustat", serif;
}

/*
	================================
*/

.copyright
{
	text-align: center;
	padding-bottom: 25px;
	font-size: 18px;
    font-weight: 400;
    color: var(--white);
    font-family: "Fustat", serif;
    word-spacing: 1px;
    letter-spacing: 1px;
}

/*
	=============================================
*/

.innerPageBanner
{
	position: relative;
}
.innerPageBanner:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, rgba(0 0 0 / 95%),rgba(0 0 0 / 95%),rgba(0 0 0 / 95%));
}
.innerPageBanner .banner_image
{
	height: 65vh;
	width: 100%;
	object-position: top;
	object-fit: cover;
}
.innerPageBanner .banner_text_area
{
	position: absolute;
	top: 70%;
	transform: translateY(-70%);
	text-align: center;
	width: 100%;
}
.innerPageBanner .banner_text_area .wrapper
{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.innerPageBanner .banner_text_area .wrapper h1
{
	font-size: 65px;
	font-family: "Fustat", serif;
	color: var(--white);
	margin-top: 0px;
	margin-bottom: 05px;
}
.innerPageBanner .banner_text_area .wrapper h1 span
{
	font-weight: 900;
	color: #009CFF;
}
.innerPageBanner .banner_text_area .wrapper p
{
	font-size: 17px;
	font-family: "Fustat", serif;
	color: var(--white);
	margin-bottom: 0;
}
body.aboutPage .innerPageBanner .banner_text_area .wrapper p
{
	font-weight: bold;
	font-size: 24px;
}


.innerPageBanner .banner_text_area .wrapper p.banner_bread_crumbs
{
	display: flex;
	justify-content:center;
	grid-column-gap: 15px;
}
.innerPageBanner .banner_text_area .wrapper p.banner_bread_crumbs span
{
	position: relative;
	margin-right: 20px;
}
.innerPageBanner .banner_text_area .wrapper p.banner_bread_crumbs span:not(:last-child):after
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -24px;
    font-family: bootstrap-icons !important;
    content: "\f151";
    font-size: 70%;
}

/*
	================================
*/

body.innerPage .slick_style span.span-text
{
	font-size: 24px;
	line-height: 20px;
	margin: 0 10px 0 20px;
	padding-top: 22px;
	padding-bottom: 18px;
}

/*
	===================================
*/


/*
	======================================
*/

.services_home2
{
	padding: 0px 0 40px;
}
.services_home2 .container
{
	max-width: 85%;
}

.services_home2 .headingCustomRow
{
	display: grid;
	grid-template-columns: 58% 42%;
	align-items: center;
}
.services_home2 .headingCustomRow .headingBox .heading01
{
	padding-right: 20px;
}
.services_home2 .headingCustomRow .headingBox .heading01 > span
{
    font-size: 16px;
    font-weight: 600;
    display: block;
    color: #fff;
    font-family: "Fustat", serif;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.services_home2 .headingCustomRow .headingBox .heading01 h4
{
	font-size: 50px;
    font-weight: 300;
    color: var(--white);
    font-family: "Fustat", serif;
    margin-bottom: 0;
} 
.services_home2 .headingCustomRow .headingBox .heading01 h4 > span
{
	font-weight: 700;
    display: inline;
    color: #009CFF;
    text-transform: capitalize;
}

.services_home2 .headingCustomRow .descBox p {
    color: #F5F5F4;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    font-family: "Fustat", serif;
}



.services_home2 .headingCustomRow .descBox .buttons
{
	display: inline-flex;
	align-items: center;
	margin-top: 10px;
}
.services_home2 .headingCustomRow .descBox .buttons .getintouch
{
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4em;
    text-transform: capitalize;
    background: #5f5e5e;
    color: var(--white);
    border-radius: 100px;
    padding: 14px 25px;
    border: none;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: all 0.5s ease-in-out;
    position: relative;
    z-index: 1;
}
.services_home2 .headingCustomRow .descBox .buttons .anchors{
	width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--green);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px auto;
    transform: translate(50px, 0px);
    transition: all 0.4s ease-in-out;
    text-align: center;
    color: var(--black);
    margin-left: -40px;
}
.services_home2 .headingCustomRow .descBox .buttons .anchors i
{

}
.services_home2 .headingCustomRow .descBox .buttons .anchors i:before
{
	font-size: 39px;
    transform: rotate(45deg);
    margin-top: 5px;
}

.services_home2 .service_icon_box_row .service_box_colom .icon_redirect .image
{
	overflow: hidden;
}
.services_home2 .service_icon_box_row .service_box_colom .icon_redirect .image img
{
	border-radius: 7px;
}
.services_home2 .service_icon_box_row .service_box_colom .wrapper .icon_redirect
{
	margin-bottom: 25px;
}
.services_home2 .service_icon_box_row .service_box_colom .wrapper .content-area h5
{
	margin-bottom: 15px;
}
.services_home2 .service_icon_box_row .service_box_colom .wrapper
{
	padding-left: 30px;
	padding-right: 30px;
}
.services_home2 .service_icon_box_row .service_box_colom .wrapper .content-area p
{
	margin-bottom: 0;
}

/*
	=========================
*/

.services_home.whowearea-running-numbers .headingCustomRow
{
	align-items: flex-start;
	display: grid;
	grid-template-columns: 50% 50%;
	grid-column-gap: 25px;
	align-items: center;
}
.whowearea-running-numbers .headingCustomRow .headingBox p
{
	color: #F5F5F4;
    font-weight: 300;
    font-size: 17px;
    line-height: 26px;
    font-family: "Fustat", serif;
    width: 90%;
    margin-top: 15px;
    margin-bottom:25px;
}
.services_home.whowearea-running-numbers .headingCustomRow .lefarae .video_image_rating_row
{
	display: grid;
	grid-template-columns: 50% 50%;
	grid-column-gap: 25px;
	align-items: center;
}
.services_home.whowearea-running-numbers .headingCustomRow .lefarae .video_image_rating_row .leftarea
{

}
.services_home.whowearea-running-numbers .headingCustomRow .lefarae .video_image_rating_row .leftarea .vide-thumbnail
{
	
}
.services_home.whowearea-running-numbers .headingCustomRow .lefarae .video_image_rating_row .leftarea .vide-thumbnail a
{
	display: block;
}
.services_home.whowearea-running-numbers .headingCustomRow .lefarae .video_image_rating_row .leftarea .vide-thumbnail a img
{
	width: 100%;
	height: 190px;
	object-position: center;
	object-fit: cover;
	border-radius: 8px;
}


.services_home.whowearea-running-numbers .headingCustomRow .lefarae .video_image_rating_row .rightarea
{

}
.services_home.whowearea-running-numbers .headingCustomRow .lefarae .video_image_rating_row .rightarea .wrappers
{
	
}
.services_home.whowearea-running-numbers .headingCustomRow .lefarae .video_image_rating_row .rightarea .wrappers .starts
{
	display: flex;
	grid-column-gap: 3px;
	margin-bottom: 5px;
}
.services_home.whowearea-running-numbers .headingCustomRow .lefarae .video_image_rating_row .rightarea .wrappers .starts i
{
	font-size: 20px;
	color: #009CFF;
}
.services_home.whowearea-running-numbers .headingCustomRow .lefarae .video_image_rating_row .rightarea .wrappers .totalReview
{
	color: #F5F5F4;
    font-weight: 400;
    font-size: 17px;
    font-family: "Fustat", serif;
	margin-bottom: 9px;
}
.services_home.whowearea-running-numbers .headingCustomRow .lefarae .video_image_rating_row .rightarea .wrappers .testmonial_images
{
	display: flex;
	margin-bottom: 9px;
}
.services_home.whowearea-running-numbers .headingCustomRow .lefarae .video_image_rating_row .rightarea .wrappers .testmonial_images img
{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
	margin:0 -7px;
}
.services_home.whowearea-running-numbers .headingCustomRow .lefarae .video_image_rating_row .rightarea .wrappers .linkButtons
{
	margin-top: 20px;
}
.services_home.whowearea-running-numbers .headingCustomRow .lefarae .video_image_rating_row .rightarea .wrappers .linkButtons a
{
	color: #009CFF;
    font-weight: 700;
    font-size: 19px;
    font-family: "Fustat", serif;
}
.services_home.whowearea-running-numbers .headingCustomRow .lefarae .video_image_rating_row .rightarea .wrappers .linkButtons a i:before
{
	font-size: 25px;
	transform: rotate(45deg);
}

/*
	====================================
*/

.services_home.whowearea-running-numbers .service_icon_box_row
{
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 35px;
    grid-row-gap: 35px;
    margin-top: 0;
}
.services_home.whowearea-running-numbers .service_icon_box_row .service_box_colom:nth-child(2)
{
	margin-top: 45px;
}
.services_home.whowearea-running-numbers .service_icon_box_row .service_box_colom:nth-child(3)
{
	margin-top: -45px;
}
.services_home.whowearea-running-numbers .service_icon_box_row .service_box_colom .wrapper:hover .icon_redirect .anchor a i:before{
	transform: rotate(0deg);
}
.services_home.whowearea-running-numbers .service_icon_box_row .service_box_colom .wrapper .icon_redirect .anchor a i:before
{
	transform: rotate(0deg);	
}
.services_home.whowearea-running-numbers .service_icon_box_row .service_box_colom .wrapper .icon_redirect
{
	margin-bottom: 20px;
	justify-content: flex-end;
}
.services_home.whowearea-running-numbers .service_icon_box_row .service_box_colom .wrapper .icon_redirect .anchor i:before
{
	font-size: 35px;
}
.services_home.whowearea-running-numbers .service_icon_box_row .service_box_colom .wrapper .content-area h5
{
	margin-bottom: 10px;
}
.services_home.whowearea-running-numbers .service_icon_box_row .service_box_colom .wrapper .content-area h5 a
{
	color: #009CFF;
    font-weight: 900;
    font-size: 45px;
    font-family: "Fustat", serif;
}
.services_home.whowearea-running-numbers .service_icon_box_row .service_box_colom .wrapper .content-area p
{
	margin-bottom: 0;
}

/*
	===========================
*/
.have_any_question_faq_section
{
	margin-top: 40px;
}
.have_any_question_faq_section .container
{
	max-width: 1280px;
}
.have_any_question_faq_section .image_part_question_answer
{

}
.have_any_question_faq_section .image_part_question_answer
{
	width: 95%;
	position: relative;
}
.have_any_question_faq_section .image_part_question_answer .image02
{
	position: absolute;
	right: 0;
	top: 0;
	width: 330px;
	z-index: 2;
}
.have_any_question_faq_section .image_part_question_answer .image02 img
{
	border-radius: 9px;
}
.have_any_question_faq_section .image_part_question_answer .image01
{
	position: relative;
	width: 530px;
	z-index: 1;
	padding-top: 120px;
}
.have_any_question_faq_section .image_part_question_answer .image01 img
{
	border-radius: 9px;
}

/*
	=============================
*/

.have_any_question_faq_section .faq_content_wrapper
{
	margin-top: 45px;
}
.have_any_question_faq_section .faq_content_wrapper .headingBox
{
	
}
.have_any_question_faq_section .faq_content_wrapper .headingBox .heading01
{
	margin-bottom: 30px;
}
.have_any_question_faq_section .faq_content_wrapper .headingBox .heading01 span
{
	font-size: 16px;
    font-weight: 600;
    display: block;
    color: #fff;
    font-family: "Fustat", serif;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.have_any_question_faq_section .faq_content_wrapper .headingBox .heading01 h4
{
	font-size: 50px;
    font-weight: 300;
    color: var(--white);
    font-family: "Fustat", serif;
    margin-bottom: 0;
}
.have_any_question_faq_section .faq_content_wrapper .headingBox .heading01 h4 span{
    font-weight: 700;
    display: inline;
    color: #009CFF;
    text-transform: capitalize;
    font-size: inherit;
}


/*
	=============================
*/

.have_any_question_faq_section .accordion .accordion-item
{
	margin-bottom: 20px;
    background-color: transparent;
    border-radius: 10px 10px 10px 10px;
}

.have_any_question_faq_section .accordion .accordion-item .accordion-header .accordion-button
{ 
	font-size: 22px;
    font-weight: 700;
    color: var(--white);
    font-family: "Fustat", serif;
    padding: 18px 20px 18px 20px;
    background-color: transparent;
    border-top: 1px solid #eaeaea;
    border-radius: 10px 10px 0 0;
    border-bottom: 0;
}
.have_any_question_faq_section .accordion .accordion-item .accordion-header .accordion-button:focus
{
	box-shadow: none;
}
.have_any_question_faq_section .accordion .accordion-item .accordion-body
{ 
	font-size: 17px;
    font-weight: 400;
    color: var(--white);
    font-family: "Fustat", serif;
    padding: 17px 17px 17px 20px;
    border-top: 0px;
}

.have_any_question_faq_section .accordion-button::after
{
	content: '\F63B';
	background-image: none;
	color: #009CFF;
	font-family: bootstrap-icons!important;
}
.have_any_question_faq_section .accordion-button:not(.collapsed)::after
{
	background-image: none;	
	content: '\F64D';
	color: #009CFF;
	font-family: bootstrap-icons!important;
}

/*
	=================================
*/
body.contactPages .heading-area
{
	padding-right: 30px;
}
body.contactPages .heading-area .heading01
{
	margin-bottom: 25px;
}
body.contactPages .heading-area .heading01 p
{
	font-size: 17px;
    font-family: "Fustat", serif;
    color: var(--white);
    margin-bottom: 0;
    letter-spacing: 1px;
}

body.contactPages .heading-area .iconBoxContactRow11
{
	display: grid;
	grid-template-columns: 45% 55%;
	grid-column-gap: 30px;
}

body.contactPages .heading-area .iconBoxContactRow11 {
    padding: 30px;
    border-radius: 28px 40px 30px 40px;
    position: relative;
}
body.contactPages .heading-area .iconBoxContactRow11:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-image: url(../img/service-bg.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto;
    border: 1px solid #FFFFFF1A;
    background-color: #1B1B1B;
    border-radius: 20px;
    mix-blend-mode:initial;
    opacity: 0.4;
}

body.contactPages .heading-area .iconBoxContactRow11:before{

}
body.contactPages .heading-area .iconBoxContactRow11 .iconBoxContactColum1 .wrapper{
	text-align: center;
	display: flex;
	flex-direction: column;
	grid-row-gap: 10px;
	position: relative;
	z-index: 2;
}
body.contactPages .heading-area .iconBoxContactRow11 .iconBoxContactColum1 .wrapper p{
	text-align: center;	
	margin-bottom: 0;	
	font-size: 17px;
    font-family: "Fustat", serif;
    color: var(--white);
    letter-spacing: 1px;
    line-height: 28px;
}

body.contactPages .heading-area .iconBoxContactRow11 .iconBoxContactColum1 .wrapper h6
{
	font-size: 22px;
	font-weight: 700;
    font-family: "Fustat", serif;
    color: var(--white);
    margin-bottom: 0;
}
body.contactPages .heading-area .iconBoxContactRow11 .iconBoxContactColum1 .wrapper .icon i
{
	color: #009CFF;
	font-size: 45px;
}



body.contactPages .heading-area .iconBoxContactRow12 {
    padding: 30px;
    border-radius: 28px 40px 30px 40px;
    position: relative;
    margin-top: 25px;
}
body.contactPages .heading-area .iconBoxContactRow12:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-image: url(../img/service-bg.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto;
    border: 1px solid #FFFFFF1A;
    background-color: #1B1B1B;
    border-radius: 20px;
    mix-blend-mode:initial;
    opacity: 0.4;
}

body.contactPages .heading-area .iconBoxContactRow12 {
/*    padding: 30px 45px 25px;
    border: 1px solid #FFFFFF1A;
    border-radius: 28px 40px 30px 40px;
    background-color: #1357583b;*/
}

body.contactPages .heading-area .iconBoxContactRow12:before{

}
body.contactPages .heading-area .iconBoxContactRow12 .iconBoxContactColum1 .wrapper{
	text-align: left;
	display: flex;
	flex-direction: row;
	grid-row-gap: 10px;
	align-items: center;
	position: relative;
	z-index: 2;
}
body.contactPages .heading-area .iconBoxContactRow12 .iconBoxContactColum1 .wrapper .otherDetail
{
	padding-left: 20px;
}
body.contactPages .heading-area .iconBoxContactRow12 .iconBoxContactColum1 .wrapper p{
	text-align: left;	
	margin-bottom: 0;	
	font-size: 17px;
    font-family: "Fustat", serif;
    color: var(--white);
    letter-spacing: 1px;
    line-height: 28px;
}

body.contactPages .heading-area .iconBoxContactRow12 .iconBoxContactColum1 .wrapper h6
{
	font-size: 22px;
	font-weight: 700;
    font-family: "Fustat", serif;
    color: var(--white);
    margin-bottom: 0;
}
body.contactPages .heading-area .iconBoxContactRow12 .iconBoxContactColum1 .wrapper .icon i
{
	color: #009CFF;
	font-size: 45px;
}
/*
	=================================
*/

body.contactPages .about_us_home:before
{
	display: none;
}

/* Chrome, Safari, Edge, Opera */
.contactPageForm .inputBox .inputnumber::-webkit-outer-spin-button,
.contactPageForm .inputBox .inputnumber::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.contactPageForm .inputBox .inputnumber{
  -moz-appearance: textfield;
}

body.contactPages .contactPageForm
{
    padding: 45px 45px 40px;
    position: relative;
}
body.contactPages .contactPageForm:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
/*	padding: 30px 40px;*/
	background-image: url(../img/service-bg.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto;
    border: 1px solid #FFFFFF1A;
    background-color: #1B1B1B;
    border-radius: 20px;
    mix-blend-mode:initial;
    opacity: 0.4;
}
body.contactPages .contactPageForm form
{
	position: relative;
	z-index: 2;
}
body.contactPages .contactPageForm .row .inputBox
{
	margin-bottom: 22px;
}
body.contactPages .contactPageForm .row .inputBox .form-control
{
	font-size: 17px;
	font-weight: 300;
	color: var(--white);
	background-color: transparent;
	padding: 16px 20px 16px 20px;
	font-family: "Fustat", serif;
}
body.contactPages .contactPageForm .row .inputBox .form-control:focus
{
	box-shadow: none;
	border-color: var(--white);
}
body.contactPages .contactPageForm .row .inputBox .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-size: 18px;
	letter-spacing: 0.5px;
	font-weight: 500;
	color: var(--white);
	font-family: "Fustat", serif;
}
body.contactPages .contactPageForm .row .inputBox .form-control::-moz-placeholder { /* Firefox 19+ */
	font-size: 18px;
	letter-spacing: 0.5px;
	font-weight: 500;
	color: var(--white);
	font-family: "Fustat", serif;
}
body.contactPages .contactPageForm .row .inputBox .form-control:-ms-input-placeholder { /* IE 10+ */
	font-size: 18px;
	letter-spacing: 0.5px;
	font-weight: 500;
	color: var(--white);
	font-family: "Fustat", serif;
}
body.contactPages .contactPageForm .row .inputBox .form-control:-moz-placeholder { /* Firefox 18- */
	font-size: 18px;
	letter-spacing: 0.5px;
	font-weight: 500;
	color: var(--white);
	font-family: "Fustat", serif;
}
body.contactPages .contactPageForm .row .inputSubmit
{

}
body.contactPages .contactPageForm .row .inputSubmit .form-button
{
	width: 100%;
	padding: 15px 30px 15px 30px;
	background-color: #009CFF;
	font-size: 17px;
	font-weight: 800;
	font-family: "Fustat", serif;
	border-radius: 10px;
	border:0px;
}

/*
	=================================
*/

body.contactPages .map-container
{
	border-radius: 15px;
	overflow: hidden;
	margin-top: 65px;
	width: 100%;
}
body.contactPages .map-container iframe
{
	border-radius: 15px;
	height: 400px;
}


body.contactPages .heading-area
{
	margin-bottom: 20px;
	position: static;
}
.map-container .heading-area .heading01 h4
{
    font-size: 45px;
    font-weight: 300;
    color: var(--white);
    font-family: "Fustat", serif;
    text-align: center;
}
.map-container .heading-area .heading01 h4 span
{
	color: #009CFF;
}

body.contactPages .content-classes
{
	padding-bottom: 0;
}

/*
	===========================
*/

body.blogPage .innerPageBanner:before
{
	/*background-image:linear-gradient(to bottom, #082b2ce3, #082b2ce3, #062728eb, #062728eb, #062728eb, #062728eb);*/
}
body.testimonials .innerPageBanner:before
{
	/*background-image:linear-gradient(to bottom, #0b484ade, #0b484ade, #0b484ade, #0b484ade, #0b484ade, #0b484ade);*/
}
body.testimonials .innerPageBanner .banner_image
{
	object-position: center;
}
body.blogPage .whyChoooseUs2.blog1
{
	margin-top:70px;
}

body.blogPage .filter_table_gallery_wrapper .clients-section-row .single-info .wrappup .title
{
	margin-bottom: 15px;
}
body.blogPage .filter_table_gallery_wrapper .clients-section-row .single-info .wrappup .readmoreblog
{
	font-size: 18px;
    font-weight: 500;
    color: #009CFF;
    text-align: center;
    font-family: "Fustat", serif;
    display: block;
}
body.blogPage .filter_table_gallery_wrapper .clients-section-row .single-info .wrappup .readmoreblog i
{
	margin-left: 5px;
}
body.blogPage .filter_table_gallery_wrapper .clients-section-row .single-info .wrappup .readmoreblog i:before
{
	transform: rotate(-45deg);
}

.filter_table_gallery_wrapper .clients-section-row
{
	grid-row-gap: 30px;
}

/*
	==============================================
*/

body.serviceDetail .innerPageBanner .banner_text_area .wrapper p.banner_bread_crumbs span
{
	font-size: 19px;
}
body.serviceDetail .servicesPageSections
{
	margin-top: 70px;
}
body.serviceDetail .servicesPageSections .container
{
	max-width: 1300px;
}
body.serviceDetail .servicesPageSections .serviceCustomRow
{
	display: grid;
	grid-template-columns: 67% 33%;
}
body.serviceDetail .servicesPageSections .serviceCustomRow .service_left_area
{
	padding-right: 30px;
}
body.serviceDetail .servicesPageSections .serviceCustomRow .service_right_area
{
	
}

body.serviceDetail .content-wrapper .aboutIconBoxRow .icon img
{
	width: 65px !important;
}

/*
	====================================================
*/


.half-image-half-cotent
{
	display: flex;
	flex-direction: column;
	grid-row-gap: 20px;
}
.half-image-half-cotent .half-image-half-cotent-block
{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-column-gap: 20px;
	align-items: center;
}
.half-image-half-cotent .half-image-half-cotent-block:nth-child(even) .image
{
	order: 2
}
.half-image-half-cotent .half-image-half-cotent-block:nth-child(even) .content
{
	order: 1;
}


.half-image-half-cotent .half-image-half-cotent-block .content h5
{
    font-size: 22px;
    font-weight: 700;
    color: var(--white); 
    font-family: "Plus Jakarta Sans", serif;
    position: relative;
}
.half-image-half-cotent .half-image-half-cotent-block .content p
{
    color: #F5F5F4;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: "Fustat", serif;	
}

/*
	==========================================
*/
body.serviceDetail .servicesPageSections .service-content-area .iconbox2_section
{
	max-width: 100%;
} 
body.serviceDetail .servicesPageSections .service-content-area .iconbox2_section .customIconBox2
{
	padding-left: 30px;
    padding-right: 30px;
    grid-template-columns: repeat(3,1fr);
}
body.serviceDetail .iconbox2_section .customIconBox2 .iconbox2_colom .wrapper
{
	padding-left: 20px;
}
body.serviceDetail .iconbox2_section .customIconBox2 .iconbox2_colom .wrapper
{
	text-align: center;
}
body.serviceDetail .iconbox2_section .customIconBox2 .iconbox2_colom
{
	border-right: 0px;
}

/*
	==============================
*/

.servicesPageSections .service_left_area .service-content-area .image
{
	overflow: hidden;
	margin-bottom: 20px;
	border-radius:10px;
}
.servicesPageSections .service_left_area .service-content-area .image img
{
	width: 100%;
}

.servicesPageSections .service_left_area .service-content-area .content_area
{

}
.servicesPageSections .service_left_area .service-content-area .content_area p
{
    color: #F5F5F4;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    font-family: "Fustat", serif;
}
.servicesPageSections .service_left_area .service-content-area .content_area p span
{
	color: #009CFF;
	font-weight: 600;
}
.servicesPageSections .service_left_area .service-content-area .content_area ul
{	
	padding-left:27px;
	margin: 25px 0;
}
.servicesPageSections .service_left_area .service-content-area .content_area ul li
{
    color: #F5F5F4;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
    font-family: "Fustat", serif;
    list-style-type: disc !important;
}

.servicesPageSections .service_left_area .service-content-area .content_area ul li::marker
{
	color: #009CFF;
}
.servicesPageSections .service_left_area .service-content-area .heads
{
	margin-bottom: 25px;
	margin-top: 25px;
}
.servicesPageSections .service_left_area .service-content-area .heads h5
{
    font-size: 45px;
    font-weight: 400;
    color: var(--white);
    font-family: "Fustat", serif;
    font-family: "Plus Jakarta Sans", serif;
}
.servicesPageSections .service_left_area .service-content-area .heads h5 span
{
	color:  #009CFF;
	font-weight: 800;
	margin-left: 7px;
	margin-right: 7px;
}
.servicesPageSections .service_left_area .service-content-area .heads p
{
   color: #F5F5F4;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    font-family: "Fustat", serif;
}
.servicesPageSections .service_left_area .service-content-area .heads p span
{
	color: #009CFF;
}
/*
	==================================
*/
.servicesPageSections .service_left_area .service-content-area .content-wrapper
{
	margin-top: 30px;
	padding-left: 70px;
	padding-right: 30px;
	margin-bottom: 30px;
}
.servicesPageSections .service_left_area .service-content-area .content-wrapper:before
{
	left: 34px;
}
.servicesPageSections .service_left_area .service-content-area .content-wrapper .aboutIconBoxRow h6:before
{
	left: -45px;
}
.servicesPageSections .service_left_area .service-content-area .content-wrapper .aboutIconBoxRow h6:after
{
	left: -39px;
    top: 7px;
}
.servicesPageSections .service_left_area .service-content-area .content-wrapper .aboutIconBoxRow
{
	margin-bottom: 10px;
}
.servicesPageSections .service_left_area .service-content-area .content-wrapper .aboutIconBoxRow ul
{
	list-style-type: square;
	margin:10px 0 20px;
}
.servicesPageSections .service_left_area .service-content-area .content-wrapper .aboutIconBoxRow ul li{
   color: #F5F5F4;
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 26px;
    font-family: "Fustat", serif;
}
.servicesPageSections .service_left_area .service-content-area .content-wrapper .aboutIconBoxRow ul li::marker
{
	color: #009CFF;
}
.servicesPageSections .service_left_area .service-content-area .content-wrapper .aboutIconBoxRow ul li strong
{
	font-weight: 700;
}
/*
	==================================
*/

.list_style_design
{
	margin: 0px 0 25px;
}
.list_style_design ul
{
	padding-left: 20px;
}
.list_style_design ul li
{
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 23px;
    font-family: "Plus Jakarta Sans", serif;
    margin-bottom: 15px;
    list-style-type: square;
}
.list_style_design ul li::marker
{
	color:#009CFF;
}
.list_style_design ul li strong
{
	font-weight: 700;
	color: #009CFF;
}

/*
	====================================
*/
body.serviceDetail .servicesPageSections .iconbox2_section .customIconBox2
{
	grid-column-gap: 20px;
	margin-bottom: 25px;
}
body.serviceDetail .servicesPageSections .iconbox2_section .customIconBox2:before
{
	border-radius: 10px;
	/*background-color: #146768;*/
}
body.serviceDetail .servicesPageSections .iconbox2_section .customIconBox2
{
	padding-top: 30px;
	padding-bottom: 30px;
}
body.serviceDetail .iconbox2_section .customIconBox2 .iconbox2_colom .wrapper
{
	padding-left: 0;
	align-items: center;
	grid-row-gap: 7px;
}
body.serviceDetail .iconbox2_section .customIconBox2 .iconbox2_colom .wrapper h5
{
	margin-bottom: 5px;
	font-size: 20px;
}
body.serviceDetail .iconbox2_section .customIconBox2 .iconbox2_colom .wrapper p
{
    color: #F5F5F4;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: "Fustat", serif;
    padding:0 16px;
}

/*
	=====================================
*/

.mainWrapperIconBoxWithImage
{
	display: flex;
	flex-direction: column;
	grid-row-gap: 25px;
}
.mainWrapperIconBoxWithImage .iconBoxImage_row
{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 25px;
}
.mainWrapperIconBoxWithImage .iconBoxImage_row .icon_box
{
	position: relative;
}
.mainWrapperIconBoxWithImage .iconBoxImage_row .icon_box:before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		background-image: url(../img/service-bg.svg);
	    background-position: top left;
	    background-repeat: no-repeat;
	    background-size: auto;
	    border: 1px solid #FFFFFF1A;
	    background-color: #1B1B1B;
	    border-radius: 20px;
	    mix-blend-mode:initial;
	    opacity: 0.4;
}
.mainWrapperIconBoxWithImage .iconBoxImage_row .icon_box .wrapper 
{
	position: relative;
	z-index: 2;
}
.mainWrapperIconBoxWithImage .iconBoxImage_row .imageBox
{
	overflow: hidden;
	border-radius: 15px;
}

.mainWrapperIconBoxWithImage .iconBoxImage_row .imageBox img
{
	width: 100%;
	border-radius: 15px;
	transition: all .3s;
	width: 100%;
	height: 320px;
	object-fit: cover;
	object-position: top;
}
.mainWrapperIconBoxWithImage .iconBoxImage_row .imageBox:hover img
{
	transform: scale(1.05);
}
.mainWrapperIconBoxWithImage .iconBoxImage_row:nth-child(even) .icon_box
{
	order: 2;
}
.mainWrapperIconBoxWithImage .iconBoxImage_row:nth-child(even) .imageBox
{
	order: 1;
}


.mainWrapperIconBoxWithImage .iconBoxImage_row .icon_box .wrapper
{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 30px 40px;


	background-image: url(../img/service-bg.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto;
}
.mainWrapperIconBoxWithImage .iconBoxImage_row .icon_box .wrapper .icon i
{
	font-size: 70px;
	color: #BFD846;
}

.mainWrapperIconBoxWithImage .iconBoxImage_row .icon_box .wrapper .detail
{

}
.mainWrapperIconBoxWithImage .iconBoxImage_row .icon_box .wrapper .detail h5
{
	font-size: 22px;
    font-weight: 700;
    color: var(--white);
    font-family: "Fustat", serif;
    position: relative;
}
.mainWrapperIconBoxWithImage .iconBoxImage_row .icon_box .wrapper .detail p
{
	margin-bottom: 0;
	color: #F5F5F4;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: "Fustat", serif;
}

/*
	==============================
*/

.blockquotes
{
	margin-top: 50px;
	position: relative;
    border: 1px solid #FFFFFF1A;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    background-position: 35px 30px;
    background-size: 58px;
    border-radius: 20px;
    padding: 30px 30px 30px 50px !important;
    margin-bottom: 30px !important;
/*    overflow: hidden;*/
}
.blockquotes:before
{
	content:'\F6B0';
	font-family: bootstrap-icons!important;
	color: #B0E847;
	position: absolute;
	left: -35px;
	top: 20px;
	font-size: 70px;
	background-color:#070a0324;
	line-height: 80px;
}
.blockquotes:after
{
	content:'\F6B0';
	font-family: bootstrap-icons!important;
	color: #B0E847;
	position: absolute;
	right: -35px;
	bottom: 20px;
	font-size: 70px;
	background-color:#070a0324;
	line-height: 80px;
	transform: rotate(180deg);
}
.blockquotes h5
{
	font-size: 30px;
	font-weight: 700;
	color: var(--white);
    font-family: "Fustat", serif;
    margin-bottom: 25px;
}
.blockquotes p
{
	font-size: 20px;
	text-align: justify;
	font-style: italic;
	line-height: 30px;
	font-weight: 200;
	color: var(--white);
    font-family: "Fustat", serif;
    margin-bottom: 25px;
}
.blockquotes p span
{
	color: #009CFF;
	font-weight: 600;
}

/*
	----------------------------------
*/

.service_right_area
{
	padding-left: 25px;
}
.service_right_area .services-sidebar1
{
	position: sticky;
	top: 30px;
}
.service_right_area .services-sidebar1:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
/*	padding: 30px 40px;*/
	background-image: url(../img/service-bg.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto;
    border: 1px solid #FFFFFF1A;
    background-color: #1B1B1B;
    border-radius: 20px;
    mix-blend-mode:initial;
    opacity: 0.4;
}
.service_right_area .services-sidebar1 .heads
{
	padding:25px 30px 25px 30px;
	border-bottom: 1px solid #FFFFFF1A;
	position: relative;
	z-index: 2;
}
.service_right_area .services-sidebar1 .heads h5
{
	margin-bottom: 0;
	font-size: 27px;
	font-weight: 700;
	color: #fff;
    font-family: "Plus Jakarta Sans", serif;
}
.service_right_area .services-sidebar1 .category_list
{
	display: flex;
	flex-direction: column;
	padding: 30px 40px 40px 40px;
	position: relative;
	z-index: 2;
}
.service_right_area .services-sidebar1 .category_list a
{
	display: flex;
	justify-content: space-between;
	padding: ;
	padding-bottom: 25px;
	padding-top: 25px;
	border-bottom: 1px solid #FFFFFF1A;
	font-size: 17px;
	font-weight: 500;
	color: #fff;
    font-family: "Plus Jakarta Sans", serif;
}
.service_right_area .services-sidebar1 .category_list a .text
{
    transition: all .2s;
}
.service_right_area .services-sidebar1 .category_list a:hover .text
{
	color: #009CFF;
}
.service_right_area .services-sidebar1 .category_list a:last-child
{
	border-bottom: 0px;
	padding-bottom: 0;
}
.service_right_area .services-sidebar1 .category_list a .icons
{

}
.service_right_area .services-sidebar1 .category_list a .icons i:before
{
	font-size: 30px;
	color: #009CFF;
	transform: rotate(-45deg);
    transition: all .2s;
}
.service_right_area .services-sidebar1 .category_list a:hover .icons i:before
{
	transform: rotate(0deg);
}

/*
	================================
*/

.blockquotes2
{
	margin-top: 50px;
	position: relative;
    border: 1px solid #FFFFFF1A;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    background-position: 35px 30px;
    background-size: 58px;
    border-radius: 20px;
    padding: 30px 35px 30px 85px !important;
    margin-bottom: 30px !important;
/*    overflow: hidden;*/
}
.blockquotes2:before
{
	content:'\F6B0';
	font-family: bootstrap-icons!important;
	color: #B0E847;
	position: absolute;
	left: 25px;
	top: 20px;
	font-size: 50px;
	background-color: #104041;
	line-height: 80px;
}
.servicesPageSections .service_left_area .service-content-area .content_area .blockquotes2 p
{
	margin-bottom: 0;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	 font-family: "Plus Jakarta Sans", serif;
}

/*
	================================
*/

.tags_area1
{
	margin-top: 20px;
	padding-top: 15px;
	margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #175556;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	 grid-column-gap: 5px;
	 grid-row-gap: 8px;
}
.tags_area1 .heads
{
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	color: var(--white);
	 font-family: "Plus Jakarta Sans", serif;
	 margin-top: 0 !important;
	 margin-bottom: 0 !important;
}
.tags_area1 a
{
    font-size: 16px;
    font-weight: 600;
    background-color: #009CFF;
    color: #000000;
    font-family: "Plus Jakarta Sans", serif;
    padding: 8px 17px;
    border-radius: 37px;
}

/*
	=======================================
*/

body.blogDetailPage .servicesPageSections .service_left_area .service-content-area
{
	position: relative;
}
body.blogDetailPage .servicesPageSections .service_left_area .service-content-area .fixed_social_media_icon
{
}

body.blogDetailPage .servicesPageSections .fixed_social_media_icon
{
	font-size: 18px;
	line-height: 30px;
	font-weight: 700;
	color: var(--white);
	 font-family: "Plus Jakarta Sans", serif;
	 margin-top: 0 !important;
	 margin-bottom: 20px !important;
}
body.blogDetailPage .servicesPageSections .fixed_social_media_icon .wrappers
{
	display: flex;
	flex-direction: row;
	grid-column-gap: 5px;
	align-items: center;
}
body.blogDetailPage .servicesPageSections .fixed_social_media_icon .wrappers span
{

}
body.blogDetailPage .servicesPageSections .fixed_social_media_icon .wrappers a
{
    display: block;
    width: 35px;
    height: 35px;
    background-color: #009CFF;
    color: #000;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 10px 5px rgba(0 0 0 / 5%);
}

body.blogDetailPage .servicesPageSections .fixed_social_media_icon .wrappers a i
{
    line-height: 35px;
}

/*
	==================================
*/

.service_right_area_blog .recentBLogList
{
	padding: 20px 20px;
	display: flex;
	flex-direction: column;
	grid-row-gap: 25px;
	position: relative;
	z-index: 2;
}
.service_right_area_blog .recentBLogList .recentBlogRow
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.service_right_area_blog .recentBLogList .recentBlogRow:not(:last-child)
{
	border-bottom: 1px solid #FFFFFF1A;
	padding-bottom: 12px;
}
.service_right_area_blog .recentBLogList .recentBlogRow .image
{
	flex: 0 0 auto;
	width: 100px;
}
.service_right_area_blog .recentBLogList .recentBlogRow .image img
{
	width: 100%;
	height: 100px;
	object-position: center;
	object-fit: cover;
	border-radius: 7px;
}
.service_right_area_blog .recentBLogList .recentBlogRow .details
{
	flex: 0 0 auto;
	width: calc(100% - 100px);
	padding-left: 15px;
}
.service_right_area_blog .recentBLogList .recentBlogRow .details h5
{
	padding-right: 10px;
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	 font-family: "Plus Jakarta Sans", serif;
	 	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.service_right_area_blog .recentBLogList .recentBlogRow .details h5 a
{
	display: block;
	color: var(--white);
}
.service_right_area_blog .recentBLogList .recentBlogRow .details .paragarph
{
	padding-right: 10px;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	 font-family: "Plus Jakarta Sans", serif;
	 	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	color: var(--white);
	margin-bottom: 7px;
}
.service_right_area_blog .recentBLogList .recentBlogRow .details .date
{
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
	 font-family: "Plus Jakarta Sans", serif;
    color: #009CFF;
}
.service_right_area_blog .recentBLogList .recentBlogRow .details .date i
{
	margin-right: 5px;
}

/*
	==============================
*/

body.work_details .servicesPageSections .service_left_area .service-content-area .image img{
	border: 1px solid #082e2e !important;
	border: 1px solid #FFFFFF1A !important;
	border-radius: 20px;
}

body.work_details .services-sidebar2
{
	padding: 35px;
}
body.work_details .services-sidebar2 .customRowProjectDetail
{
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    border-bottom: 1px solid #FFFFFF1A;
    position: relative;
    z-index: 2;
}
body.work_details .services-sidebar2 .customRowProjectDetail h5
{
	font-size: 22px;
	line-height: 22px;
	font-weight: 700;
	color: #fff;
	 font-family: "Plus Jakarta Sans", serif;
	letter-spacing: 0px;
	margin-bottom: 12px;
}
body.work_details .services-sidebar2 .customRowProjectDetail p
{
    color: #F5F5F4;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    font-family: "Fustat", serif;
    margin-bottom: 
}

/*
	===========================================
*/


body.work_details .servicesPageSections .fixed_social_media_icon 
{
	margin: 5px 0 18px;
}
body.work_details .servicesPageSections .fixed_social_media_icon .wrappers
{
	display: flex;
	flex-direction: row;
	grid-column-gap: 5px;
	align-items: center;
}
body.work_details .servicesPageSections .fixed_social_media_icon .wrappers span
{
	font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    font-family: "Plus Jakarta Sans", serif;
    letter-spacing: 0px;
    margin-bottom: 12px;
}
body.work_details .servicesPageSections .fixed_social_media_icon .wrappers a
{
    display: block;
    width: 35px;
    height: 35px;
    background-color: #009CFF;
    color: #000;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 10px 5px rgba(0 0 0 / 5%);
}

body.work_details .servicesPageSections .fixed_social_media_icon .wrappers a i
{
    line-height: 35px;
}

body.aboutPage .services_home .headingCustomRow
{
	align-items: center;
}
body.aboutPage .services_home .headingCustomRow .descBox .buttons
{
	display: none;
}

/*
	==============================
*/
.testimonials-single-page
{
	padding: 50px 0;
}
.testimonials-single-page .container
{
	max-width: 85%;
}
.testimonialsRow
{
	grid-row-gap: 27px;
}
.testimonialsRow .testimonials-coloms
{
}
.testimonialsRow .testimonials-coloms .wrapper
{
	/*background-color: #104041;
    background-image: url(../img/service-bg.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto;
    background-transition: 0.3s;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF1A;
    border-radius: 30px 30px 30px 30px;*/
    padding: 40px;
    text-align: center;
    height: 100%;
    position: relative;
}
.testimonialsRow .testimonials-coloms .wrapper:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
/*	padding: 30px 40px;*/
	background-image: url(../img/service-bg.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto;
    border: 1px solid #FFFFFF1A;
    background-color: #1B1B1B;
    border-radius: 20px;
    mix-blend-mode:initial;
    opacity: 0.4;

}
.testimonialsRow .testimonials-coloms .wrapper .stars{
	margin-bottom: 13px;
	text-align: left;
}
.testimonialsRow .testimonials-coloms .wrapper .stars i {
    font-size: 18px;
    color: #009CFF;
}
.testimonialsRow .testimonials-coloms .wrapper .text-area
{
	position: relative;
	z-index: 2;
}
.testimonialsRow .testimonials-coloms .wrapper .text-area p
{
	font-size: 18px;
    font-weight: 500;
    color: #fff;
    font-family: "Fustat", serif;
}
.testimonialsRow .testimonials-coloms .wrapper .userDetail {
    display: inline-flex;
    margin-top: 0px;
}
.testimonialsRow .testimonials-coloms .wrapper .userDetail .icon{
    flex: 0 0 auto;
    width: 60px;
    margin-right: 10px;
	position: relative;
	z-index: 2;
}
.testimonialsRow .testimonials-coloms .wrapper .userDetail .icon{
    flex: 0 0 auto;
    width: 60px;
    margin-right: 10px;
} 
.testimonialsRow .testimonials-coloms .wrapper .userDetail .icon img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-position: top;
    object-fit: cover;
}
.testimonialsRow .testimonials-coloms .wrapper .userDetail .name{
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    font-family: "Fustat", serif;
}
.testimonialsRow .testimonials-coloms .wrapper .userDetail .name b
{
	font-size: 20px;
    font-weight: 700;
    display: block;
    text-align: left;
}
.testimonialsRow .testimonials-coloms .wrapper{
    display: flex;
    flex-direction: column;
    grid-row-gap: 15px;
    padding-top: 30px;
}

/*
	==============================================
*/

.footersocialMedia
{
	margin-top: 15px;
}
.footersocialMedia .socialMedia
{
	display: inline-flex;
	grid-column-gap: 7px;
}
.footersocialMedia .socialMedia a img
{
	width: 38px;
}

body.blogDetailPage  .blockquotes2:before
{
	background-color: transparent;
}

/*
	===================================
*/

body.career .innerPageBanner .banner_text_area .wrapper p
{
	font-size: 23px;
	font-weight: 300;
	font-style: italic;
	font-family: "Plus Jakarta Sans", serif;
	line-height: 35px;
}

body.career .innerPageBanner .banner_text_area .wrapper p span
{
	color: #009CFF;
	font-weight: 600;
	text-transform: capitalize;
	display: inline-block;
	padding: 0 7px;
}


/*
	=====================================
*/
body.career .career-single-page .heading-career
{
	text-align: center;
	margin-bottom: 30px;
}
body.career .career-single-page .heading-career h5
{
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    font-family: "Plus Jakarta Sans", serif;
    margin-bottom: 10px;
}
body.career .career-single-page .heading-career h5 span
{
	color: #009CFF;
}
body.career .career-single-page .heading-career p
{
	text-align: center;
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    font-family: "Plus Jakarta Sans", serif;
    line-height: 35px;
    margin-bottom: 0px;
	color: var(--white);
    text-transform: capitalize;
}
body.career .career-single-page .heading-career p a
{
	font-weight: 600;
	color: var(--white);
	text-decoration: underline;
	text-transform: lowercase;
	display: inline-block;
	padding: 0 6px;
}
body.career .career-single-page .heading-career p span
{
	font-weight: 700;
	color: #009CFF;
	display: inline-block;
	padding: 0 6px;
}

body.career .career-single-page
{
	padding: 60px 0;
}
body.career .career-single-page .container
{
	max-width: 87%;
}

body.career .career-single-page .careerRow
{
	
}
body.career .career-single-page .careerRow .careerColomns
{
	
}
body.career .career-single-page .careerRow .careerColomns .career-wrapper
{
    height: 100%;
    position: relative;
}
body.career .career-single-page .careerRow .careerColomns .career-wrapper:before
{
	content: '';
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url(../img/service-bg.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto;
    border: 1px solid #FFFFFF1A;
    background-color: #1B1B1B;
    border-radius: 20px;
    mix-blend-mode: initial;
    opacity: 0.4;
}
body.career .career-single-page .careerRow .careerColomns .career-wrapper .heads
{
	padding: 30px 30px 25px 30px;
    border-bottom: 1px solid #FFFFFF1A;
    position: relative;
    z-index: 2;
}

body.career .career-single-page .careerRow .careerColomns .career-wrapper .heads h4
{
	margin-bottom: 0;
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    color: #009CFF;
    font-family: "Plus Jakarta Sans", serif;
}
body.career .career-single-page .careerRow .careerColomns .career-wrapper .job_details
{
	padding: 20px 30px;
    position: relative;
    z-index: 2;
}
body.career .career-single-page .careerRow .careerColomns .career-wrapper .job_details .cusRow
{
	display: flex;
	flex-direction: row;
	margin-bottom: 10px;
	border-bottom: 1px solid #FFFFFF1A;
	padding-bottom: 10px;
}
body.career .career-single-page .careerRow .careerColomns .career-wrapper .job_details .cusRow p
{
    color: #F5F5F4;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: "Plus Jakarta Sans", serif;
    margin-bottom: 0;
}

body.career .career-single-page .careerRow .careerColomns .career-wrapper .job_details .cusRow p:nth-child(1) b
{
	font-weight: 700;
}
body.career .career-single-page .careerRow .careerColomns .career-wrapper .job_details .cusRow p:nth-child(1)
{
	flex: 0 0 auto;
	width: 	120px;
}
body.career .career-single-page .careerRow .careerColomns .career-wrapper .job_details .cusRow p:nth-child(2)
{
	flex: 0 0 auto;
	width: 	calc(100% - 120px);
	font-size: 15px;
}
body.career .career-single-page .careerRow .careerColomns .career-wrapper
{
	width: 97%;
}

body.career .career-single-page .careerRow .careerColomns .career-wrapper .job_details .cusRow.cusRow2
{
	border-bottom: 0;
	padding-bottom: 0;
	flex-direction: column;
}
body.career .career-single-page .careerRow .careerColomns .career-wrapper .job_details .cusRow.cusRow2 p:nth-child(1)
{
	flex: 0 0 auto;
	width: 	100%;
	margin-bottom: 8px;
}
body.career .career-single-page .careerRow .careerColomns .career-wrapper .job_details .cusRow.cusRow2 p:nth-child(2)
{
	flex: 0 0 auto;
	width: 100% !important;
}

/*
	==========================================
*/

.callToAction1
{
	margin:35px 0 40px;
}
.callToAction1 .wrapper
{
	display: flex;
	justify-content: center;
	grid-column-gap: 65px;
}
.callToAction1 .wrapper a
{
	display: flex;
	flex-direction: row;
	position: relative;
	padding: 8px;
	padding-left: 10px;
	padding-right: 30px;
}
.callToAction1 .wrapper a:before
{
	content: '';
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url(../img/service-bg.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto;
    border: 1px solid #FFFFFF1A;
    background-color: #1B1B1B;
    border-radius: 10px;
    mix-blend-mode: initial;
    opacity: 0.4;
}
.callToAction1 .wrapper a span.value,
.callToAction1 .wrapper a span.icon
{
	position: relative;
	z-index: 2;
}
.callToAction1 .wrapper a span.value
{
    color: #F5F5F4;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: "Plus Jakarta Sans", serif;
    padding-left: 37px;
}
.callToAction1 .wrapper a span.value b
{
	font-weight: 600;
	display: block;
}
.callToAction1 .wrapper a:hover
{
	text-decoration: none;
}
.callToAction1 .wrapper a:hover span.value
{
	text-decoration: underline;
	color: #009CFF;
}
.callToAction1 .wrapper a:hover span.value b
{
	color: var(--white);
	text-decoration: inherit !important;
}
.callToAction1 .wrapper a span.icon i
{
	width: 70px;
    height: 70px;
    background-color: #009CFF;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    position: absolute;
    left: -47px;
    top: -10px;
    font-size: 32px;
    color: #000;
}

/*
	====================================================
*/

.callToAction2
{
	margin: 50px 0;
}
.callToAction2 .rowWrapper
{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
	padding:20px 40px;
	width: 100%;
	align-items: center;
}
.callToAction2 .rowWrapper:before
{
	content: '';
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url(../img/service-bg.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto;
    border: 1px solid #FFFFFF1A;
    background-color: #1B1B1B;
    border-radius: 10px;
    mix-blend-mode: initial;
    opacity: 0.4;
}

.callToAction2 .rowWrapper .col_wrapper
{
	position: relative;
	z-index: 2;
}

.callToAction2 .rowWrapper .col_wrapper.col_wrapper1 .pBox
{

}
.callToAction2 .rowWrapper .col_wrapper.col_wrapper1 .pBox h6
{
	margin-bottom: 0;
	font-weight: 600;
    color: #fff;
    font-family: "Fustat", serif;
    font-size: 25px;
}
/*===============================*/
.callToAction2 .rowWrapper .col_wrapper.col_wrapper2 .callIcon
{

}
.callToAction2 .rowWrapper .col_wrapper.col_wrapper2 .callIcon i
{
	width: 90px;
    height: 90px;
    background-color: #009CFF;
    border-radius: 50%;
    text-align: center;
    line-height: 90px;
    position: absolute;
    left: -25px;
    top: -45px;
    font-size: 32px;
    color: #000;
}
/*===============================*/
.callToAction2 .rowWrapper .col_wrapper.col_wrapper3 .contact_number
{
	display: flex;
	/*flex-direction: column;*/
	/*grid-row-gap: 8px;*/
}
.callToAction2 .rowWrapper .col_wrapper.col_wrapper3 .contact_number a{
	color: #F5F5F4;
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    font-family: "Fustat", serif;
    padding: 0 2px;
}
.callToAction2 .rowWrapper .col_wrapper.col_wrapper3 .contact_number a:hover
{
	text-decoration: underline;
	color: #009CFF;
}

/*
	============================
*/
body.serviceDetail .servicesPageSections .service-content-area .iconbox2_section.iconbox2_section23 .customIconBox2
{
	display: flex;
	justify-content: space-evenly;
}
.iconbox2_section.iconbox2_section23 .customIconBox2 .iconbox2_colom .wrapper h5
{
	font-weight: 600 !important;
	font-size: 18px;
}


body.blogDetailPage_single .filter_table_gallery_wrapper .clients-section-row .single-info .image {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    transition: all .7s;
    padding: 0px;
}

/*
	=============================
*/

.iconbox2_section.myCustomIconBox5 .customIconBox2_only2.customIconBox2{
	display: flex !important;
	flex-direction: row;
	flex-wrap: wrap;
	grid-row-gap: 25px;
}
.iconbox2_section.myCustomIconBox5 .customIconBox2_only2.customIconBox2 .iconbox2_colom
{
	flex: 0 0 auto;
	width: 31.333%;
}
.iconbox2_section.myCustomIconBox5 .customIconBox2_only2.customIconBox2 .iconbox2_colom.halfs
{
	width: 48%;
}
.iconbox2_section.myCustomIconBox5 .customIconBox2_only2.customIconBox2 .iconbox2_colom p
{
	text-align: center !important;
}