@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600;700&family=Open+Sans:wght@300;400;500;600;700;800&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
:root
{

	--color1:#DC4826;
	--color2:#f17f05;
	--color3:#060709;
	--cabin:'Cabin', sans-serif;
	--open:'Open Sans', sans-serif;
	--poppins:'Poppins', sans-serif;
	--white:#fff;
	--black:#000;
}

@font-face {
    font-family: 'guthen-bloots-personal-use';
    src: url(../fonts/guthen-bloots-personal-use.ttf);
}

.navigations_area .logo .menuIcons
{
	display: none;
}

/*
	font-family: 'Cabin', sans-serif;
	font-family: 'Open Sans', sans-serif;
	font-family: 'Poppins', sans-serif;
	font-family: 'Roboto', sans-serif;

*/

ul
{
	list-style-type: none;
	margin-bottom: 0;
}
a
{
	text-decoration: none;
}
*{
	box-sizing: border-box;
	/*overflow: hidden;*/
}
body
{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #333;
	overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6
{
	font-family: 'Roboto', sans-serif;
	font-weight: 700 !important;
	text-transform: capitalize;
	/*font-family: var(--cabin);*/
}
.container
{
	max-width: 90%;
}
.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;
}

/*
	******************************************
*/

body
{
}

.topBar
{
	background-color: #F5F5F5;
	padding-bottom: 14px;
    padding-top: 14px;	
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.topBar .colsonly .social_media a
{
	flex: 0 0 auto;
	margin-right: 12px;
}
.topBar .colsonly .social_media a i
{
	font-size: 1.2em;
	color: #999;
}



.topBar .colsonly .rightSideLinks .topMain
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-bottom: 0;
}
.topBar .colsonly .rightSideLinks .topMain .main_top_li
{
	padding-left: 22px;
    padding-right: 22px;
    position: relative;
    font-size: 13px;
}
.topBar .colsonly .rightSideLinks .topMain .main_top_li:first-child
{
	padding-left: 0;
}
.topBar .colsonly .rightSideLinks .topMain .main_top_li:before
{
	content: "|";
    position: absolute;
    left: -1px;
}
.topBar .colsonly .rightSideLinks .topMain .main_top_li:first-child:before
{
	content: "";
}
 
.topBar .colsonly .rightSideLinks .topMain .main_top_li > a
{
    color: #555;
    text-transform: capitalize;
    text-decoration: none;
}

/*
	***************************************
*/
.navigations_area
{
	padding: 5px 0 0;
}
.navigations_area .rows .logo .logo_icons
{
	width: 230px;
	display: inline-block;
}
.navigations_area .rows .rightSideCallInfo
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;	
	justify-content: flex-end;
	/*align-items: center;*/
}
.navigations_area .rows .rightSideCallInfo a.contactInfo
{
	margin-top: 5px;
}
.navigations_area .rows .rightSideCallInfo a
{
	flex: 0 0 auto;
	display: flex;
	flex-direction: row;
	text-decoration: none;
	margin-left: 23px;
}
.navigations_area .rows .rightSideCallInfo a .value
{
	display: flex;
	flex-direction: column;
}
.navigations_area .rows .rightSideCallInfo a .icon
{
	flex: 0 0 auto;
	width: 35px;
}
.navigations_area .rows .rightSideCallInfo a .icon i
{
	font-size: 2em;
	color: var(--color2);
}
.navigations_area .rows .rightSideCallInfo a .value
{
	flex: 0 0 auto;
	width: calc(100% - 35px);
	padding-left: 3px;
}
.navigations_area .rows .rightSideCallInfo a .value .semiHeading
{
	flex: 0 0 auto;
	font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #333;
    font-family: var(--cabin);
    line-height: 17px;
}
.navigations_area .rows .rightSideCallInfo a .value .infoValue
{
	flex: 0 0 auto;	
	font-size: 18px;
    font-weight: 700;
    color: #222;
    font-family: var(--open);
}

/*
	============================================
*/

.navigations_area .rows .rightSideCallInfo .downloadappdiv
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 320px;
}
.navigations_area .rows .rightSideCallInfo .downloadappdiv .image
{
	flex: 0 0 auto;
	width: 80px;
}
.navigations_area .rows .rightSideCallInfo .content
{
	flex: 0 0 auto;
	width: calc(100% - 90px);
}
.navigations_area .rows .rightSideCallInfo .content h3
{
	font-size: 18px;
	margin-bottom: 0px;
	font-weight: 800 !important;
	font-family: var(--roboto);
}
.navigations_area .rows .rightSideCallInfo .content h5
{
	margin-top: 4px;
	font-size: 14px;
	margin-bottom: 0px;
	word-spacing: 0px;
	font-weight: 400 !important;
	font-family: var(--roboto);
}
.navigations_area .rows .rightSideCallInfo .content .download
{
	margin-top: 6px;
	display: inline-block;
	color: var(--white);
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px;
	padding: 5px 15px;
	border-radius: 20px;
	margin-left: 0;
	transition: .3s;
	background-image: linear-gradient(45deg,var(--color1),var(--color2));
}
.navigations_area .rows .rightSideCallInfo .content .download:hover
{
	background-image: linear-gradient(45deg,#12dfae,#0566f1);
}

/*
	============================================
*/
.navigations .main_navigations
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.navigations
{
	background-color: #fbfbfb;
    border-top: 2px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5;
    position: relative;
    z-index: 3;
}
.navigations .main_navigations .main-ul
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;	
	padding-left: 0;
}
.navigations .main_navigations .main-ul .main-li
{
	flex: 0 0 auto;
}
.navigations .main_navigations .main-ul .main-li > a
{
	padding: 22px 25px 24px;
	text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #222;
    position: relative;
    display: block;
    font-family: 'Roboto';
    text-decoration: none;
}
.navigations .main_navigations .main-ul .main-li:hover > a
{
	color: var(--color2);
}
.navigations .main_navigations .main-ul .main-li > a:before
{
    content: "";
    height: 2px;
    left: 0;
    width: 0%;
    bottom: 0;
    background-color: var(--color2);
    position: absolute;
    transition: .2s;
}
.navigations .main_navigations .main-ul .main-li:hover > a:before
{
	width: 100%;
}


@media screen and (min-width: 768px)
{
	.navigations .main_navigations .main-ul .main-li.dropdown1
	{
		position: relative;
	}
	.navigations .main_navigations .main-ul .main-li.dropdown1 .submenu1
	{
		position: absolute;
		top: 100%;
		left: 0;
		min-width: 170px;
		background-color: var(--white);
		transition: .3s;
		opacity: 0;
		visibility: hidden;
	}
	.navigations .main_navigations .main-ul .main-li.dropdown1:hover .submenu1
	{
		opacity: 1;
		visibility: visible;
	}
}

.navigations .main_navigations .main-ul .main-li.dropdown1 .submenu1
{
	padding-left: 0;
}
.navigations .main_navigations .main-ul .main-li.dropdown1 .submenu1 li a
{
	color: #222;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
	padding: 10px 17px;
	border-bottom: 1px solid #eaeaea;
}
.navigations .main_navigations .main-ul .main-li.dropdown1 .submenu1 li a:hover
{
	background-color: var(--color2);
	color:var(--white);
}




.navigations .main_navigations .social_media a
{
	flex: 0 0 auto;
	margin-right: 1px;
}
.navigations .main_navigations .social_media a i
{
	font-size: 1.2em;
	color: #999;
}


.navigations .main_navigations .social_media a
{
	display: inline-block;
	width: 30px;
	height:30px;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
}
.navigations .main_navigations .social_media a:hover
{
	background-color: var(--color1);
}
.navigations .main_navigations .social_media a:hover i
{
	color: var(--white);
}
.navigations .main_navigations .social_media a:nth-child(1):hover
{
	background-color: #3b5998;
}
.navigations .main_navigations .social_media a:nth-child(2):hover
{
	background-color: #000;
}
.navigations .main_navigations .social_media a:nth-child(3):hover
{
	background-color:#0077b5 ;
}
.navigations .main_navigations .social_media a:nth-child(4):hover
{
	background-color: #8c148b;
}
.navigations .main_navigations .social_media a:nth-child(5):hover
{
	background-color: #cd201f;
}


/*
	**********************************
*/

.bannerText
{
	position: relative;
}/*
.bannerText .dark_effects
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-image: linear-gradient(to bottom, rgba(0 0 0 / 80%), rgba(0 0 0 / 80%), rgba(0 0 0 / 40%), rgba(0 0 0 / 0%));
}
*/
.bannerText #myslide .carousel-inner .carousel-item
{
	position: relative;
}
.bannerText #myslide .carousel-inner .carousel-item:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-image: linear-gradient(to bottom, rgba(0 0 0 / 00%), rgba(0 0 0 / 50%), rgba(0 0 0 / 50%), rgba(0 0 0 / 50%));
}
.bannerText img
{
	width: 100%;
	height: 510px;
	object-fit: cover;
	object-position: center;
}

.bannerText .bannerTextArea
{	
	position: absolute;
	bottom: 50px;
	left: 12.5%;
	width: 75%;
	text-align: center;
	z-index: 2;
}
.bannerText .bannerTextArea h5
{
	font-size: 35px;
	/*font-weight: 700;*/
	/*text-transform: uppercase;*/
	margin-top: 20px;
	/*letter-spacing: 4px;*/
    margin-bottom: 0px;
    color: var(--white);
}
.bannerText .bannerTextArea p
{
	width: 60%;
	margin-left: 20%;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 10px;
    margin-bottom: 0px;
    color: var(--white);
    word-spacing: 1px;
}
.bannerText .bannerTextArea .buttons
{
	margin-top: 13px;
	text-align: center;
}
.bannerText .bannerTextArea .buttons a
{
	    font-weight: 600;
	    background-color: var(--color2);
	    color: #fff;
	    font-size: 14px;
	    word-spacing: 2px;
	    padding: 10px 27px;
	    border-radius: 25px;
	    text-decoration: none;
	    margin-right: 12px;
	    font-family: var(--cabin);
	    text-transform: uppercase;
	    display: inline-block;
}
.bannerText .bannerTextArea .buttons a:hover
{
	background-color: var(--color1);
}

/*
	================================
*/

.chooseUsHomePage
{
	background-color: #F8F8F8;
}
.chooseUsHomePage .container
{
	padding: 70px 0 80px;
}
.chooseUsHomePage .blockChooseUs
{
	position: relative;
	max-width: 330px;
	margin: auto;
}
.chooseUsHomePage .blockChooseUs .image img
{
	width: 95%;
	height: 350px;
	object-position: top;
	object-fit: cover;
}
.chooseUsHomePage .blockChooseUs .detailBox
{
	background-color: var(--white);
    position: absolute;
    left: 20px;
    bottom: -55px;
    padding: 30px 23px 30px 30px;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    box-shadow: 2px 2px 0 #ededed;
    z-index: 1;
    transition: .1s;
}
.chooseUsHomePage .blockChooseUs .detailBox:hover
{
	background-color: var(--color2);
}
.chooseUsHomePage .blockChooseUs .detailBox:before{
	    content: "";
	    position: absolute;
	    left: 0;
	    right: 0;
	    top: -29px;
	    height: 60px;
	    background-color: #fff;
	    transform: skewY(-10deg);
	    z-index: -1;
	    transition: .1s;
}
.chooseUsHomePage .blockChooseUs .detailBox:hover:before
{
	background-color: var(--color2);
}
.chooseUsHomePage .blockChooseUs .detailBox h6
{
    font-size: 19px;
    /*letter-spacing: 3px;*/
    font-weight: 600;
    text-align: left;
    margin: 0;
    padding-bottom: 10px;
    /*text-transform: uppercase;*/
}
.chooseUsHomePage .blockChooseUs .detailBox p
{
    font-size: 14px;
    color: #555;
    text-align: left;
    line-height: 23px;
    margin-bottom: 10px;
}
.chooseUsHomePage .blockChooseUs .detailBox .readmore
{
	text-align: right;
}
.chooseUsHomePage .blockChooseUs .detailBox .readmore a
{
	text-decoration: none;
    color: var(--color2);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    font-family: var(--open);
    padding-right: 5px;
}
.chooseUsHomePage .blockChooseUs .detailBox:hover h6,
.chooseUsHomePage .blockChooseUs .detailBox:hover p,
.chooseUsHomePage .blockChooseUs .detailBox:hover .readmore a
{
	color: var(--white);
}

/*
	*************************************
*/

.sectionHeading
{
	text-align: center;
    position: relative;
    background-image: url(../img/seprator.png);
    background-repeat: no-repeat;
    background-position: bottom;
    display: inline-block;
    width: 100%;
        margin-bottom: 40px;
}
.sectionHeading h5
{
	display: inline-block;
	position: relative;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
    /*letter-spacing: 3px;*/
    margin-top: 0;
    /*text-transform: uppercase;*/
}

/*
	****************************************
*/

section.bg-section
{
	position: relative;
}
section.bg-section:before
{
	content: '';
	background-image: var(--bg_image);	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
section.bg-section .bg-section-container
{
	background-color: rgba( 0 0 0 / 80%);
	position: relative;
	z-index: 2;
	padding: 70px 0 50px;
}
section.bg-section .bg-section-container .rows .cols4
{
	margin-bottom: 0;
}
section.bg-section .bg-section-container .rows .icons_box
{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 174px;
	border:1px solid #fff;
	border-top: 0px;
	padding-bottom: 10px;
} 
section.bg-section .bg-section-container .rows .icons_box .icons i
{
	font-size: 4em;
	color: var(--color2);
}
section.bg-section .bg-section-container .rows .icons_box .value2
{
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    width: 100%;
    text-align: center;
    padding-bottom: 0px;
}
section.bg-section .bg-section-container .rows .icons_box .value1
{
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: -11px;
}
section.bg-section .bg-section-container .rows .icons_box .value1:before,
section.bg-section .bg-section-container .rows .icons_box .value1:after
{
    position: absolute;
    content: "";
    border-top: 1px solid #fff;
    width: 20px;
    top: 11px;
}
section.bg-section .bg-section-container .rows .icons_box .value1:before
{
	left: 0;
}
section.bg-section .bg-section-container .rows .icons_box .value1:after
{
	right: 0;
}

/*
	************************************
*/
.weDoMoreSection
{
	margin-top: 50px;
}
.weDoMoreSection .weDoMoreContainer .content_we_do_more{
	margin-right: 111px;
}
.heading02
{

}
.heading02 h4 span
{
	font-size: 32px;
    color: #333;
    margin: 0;
    display: block;
    margin-bottom: 15px;
}
.heading02 h4 
{
	font-size: 38px;
    color: #222;
    line-height: 24px;
    /*font-weight: 600;*/
    margin-bottom: 15px;
}
.weDoMoreSection .content_we_do_more .smallDesc p
{
    font-size: 14px;
    color: #999;
    line-height: 25px;
}
.weDoMoreSection .content_we_do_more .iconsBoxContent
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.weDoMoreSection .content_we_do_more .iconsBoxContent .iconBoxBlock
{
	flex:0 0 auto;
	width: calc(50% - 10px);
	margin-bottom: 20px;
}
.weDoMoreSection .content_we_do_more .iconsBoxContent .iconBoxBlock:nth-child(odd)
{
	margin-right: 10px;
}
.weDoMoreSection .content_we_do_more .iconsBoxContent .iconBoxBlock:nth-child(even)
{
	margin-left: 10px;
}
.weDoMoreSection .content_we_do_more .iconsBoxContent .iconBoxBlock
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;	
	align-items: center;
}
.weDoMoreSection .content_we_do_more .iconsBoxContent .iconBoxBlock .icons
{
	width: 50px;
	flex: 0 0 auto;
}
.weDoMoreSection .content_we_do_more .iconsBoxContent .iconBoxBlock .icons i
{
	font-size: 50px;
	color: var(--color2);
}
.weDoMoreSection .content_we_do_more .iconsBoxContent .iconBoxBlock .valueBox
{
	flex: 0 0 auto;
	width: calc(100% - 50px);
	padding-left: 15px;
}
.weDoMoreSection .content_we_do_more .iconsBoxContent .iconBoxBlock .valueBox h6
{
    display: inline-block;
    /*font-weight: 700;*/
    margin-bottom: 5px;
    font-size: 25px;
}
.weDoMoreSection .content_we_do_more .iconsBoxContent .iconBoxBlock .valueBox p
{
    color: #333;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 5px;
    font-family: var(--open);
}
.weDoMoreSection .content_we_do_more .iconsBoxContent .iconBoxBlock .valueBox .readmore
{

}
.weDoMoreSection .content_we_do_more .iconsBoxContent .iconBoxBlock .valueBox .readmore a
{
	text-align: left;
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
    color: var(--color1);
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
}

/*
	**********************************
*/

.testimonials
{
	position: relative;
	margin-top: 40px;
}
.testimonials:before
{
	content: '';
	background-image: var(--bg_testimonials);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.testimonials .testimonials_container
{
	position: relative;
	z-index: 2;
	background-color: rgba(255 255 255 / 90%);
	padding: 60px 0;
}

.testimonials .testimonialsSliders
{
	max-width: 73%;
	margin: auto;
	padding: 0 1%;
}
.testimonials .testimonialsSliders .blocks p
{
	font-size: 17px;
    color: #333;
    line-height: 30px;
    word-spacing: 2px;
    text-align: center;
    display: inline-block;
    position: relative;
    margin-bottom: 17px;
    font-family:  var(--cabin);
    font-style: italic;
}
.testimonials .testimonialsSliders .blocks .name
{
	text-align: center;
	font-weight: 800;
	font-size: 20px;
	color: var(--color2);
}
#testimonials .slick-arrow
{
	font-size: 1.3em;
}
#testimonials .slick-arrow:before
{
	opacity: 1;
	color: var(--color2);
	font-size: 1.3em;
}

/*
	*************************************
*/
section.mobileAppSection
{
	padding: 40px 0;
}
section.mobileAppSection .mobileAppRows
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
section.mobileAppSection .mobileAppRows .left_area
{
	flex: 0 0 auto;
	/*width: 30%;*/
}
section.mobileAppSection .mobileAppRows .right_area
{
	flex: 0 0 auto;
	width: 65%;
}
section.mobileAppSection .mobileAppRows .left_area .heading02 h4 span
{
	margin-bottom: 5px;
	line-height: 40px;
}
section.mobileAppSection .mobileAppRows .left_area .desc p
{
    font-size: 15px;
    color: #333;
    font-weight: 400;
    line-height: 25px;
    text-align: justify;
    padding-right: 25px;
}
section.mobileAppSection .mobileAppRows .left_area .desc .downloadIcons
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
section.mobileAppSection .mobileAppRows .left_area .desc .downloadIcons h5
{
	flex: 0 0 auto;
	width: 100%;
	font-family: var(--open);
	font-weight: 700;
	font-size: 15px;
	color: var(--color2);
	text-transform: uppercase;
}
section.mobileAppSection .mobileAppRows .left_area .desc .downloadIcons a
{
	flex: 0 0 auto;
	width: 150px;
	margin-right: 10px;
}

.mobileAppSection .heading02 h4
{
	font-size: 30px;
	margin-bottom: 10px;
}
.mobileAppSection .heading02 h4 span
{
	display: inline;
	font-size: 30px;
}

/*
	/////////////////////////////////////////
*/

section.blogs-section-home
{
	background-color: #F8F8F8;
}
section.blogs-section-home .blogs-container-home
{
	padding: 40px 0;
}

/*
	=============================================
*/

.blogs-section-home .container
{
	max-width: 95%;
}

/*
 ***************************************
*/
.blog-row
{
		display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.blog-row .blog-colom
{
	margin-right: 15px;	
	flex: 0 0 auto;
	width: calc(33.333% - 30px);
	margin: 0 15px 25px;
	/*background-color: var(--white);*/
	/*border:1px solid #ccc;*/
	/*box-shadow: 0 0 5px rgba(0 0 0 / 10%);*/
}
.blog-row .blog-colom .image
{
	margin-bottom: 10px;
	text-align: center;
}
.blog-row .blog-colom .image a
{
	display: block;
}
.blog-row .blog-colom .image a img
{
	transition: .3s;
	width: 90%;
	height: 290px;
	object-fit: cover;
	object-position: center;
	border-radius: 10%;
}
.blog-row .blog-colom .image:hover a img
{
	transform: scale(1.1);
}

.blog-row .blog-colom .details .writer-date
{
	display: flex;
	justify-content:space-between;
	padding: 10px 12px;
	background-color: var(--black);
}
.blog-row .blog-colom .details .writer-date span:nth-child(1)
{
	flex: 0 0 auto;
	color: #fff;
    font-size: 13px;
    font-weight: 400;
}
.blog-row .blog-colom .details .writer-date span:nth-child(1) b
{
	font-weight: 600;
	margin-right: 5px;
}
.blog-row .blog-colom .details .writer-date span:nth-child(2)
{
	flex: 0 0 auto;
	color: #fff;
    font-size: 13px;
    font-weight: 400;
    margin-left: 5px;
}
.blog-row .blog-colom .details .writer-date span:nth-child(2) b
{
	font-weight:600;
    margin-right: 5px;
}
.blog-row .blog-colom .details
{
	margin-top: -3px;
}
.blog-row .blog-colom .details h5
{
	line-height: 19.5px;
	/*font-weight: 600;*/
	text-align: center;
	padding: 15px 25px 7px;
	margin-bottom: 0;
}
.blog-row .blog-colom .details h5 a
{
    font-size: 25px;
    /*letter-spacing: 3px;*/
    font-weight: 700;
    margin: 0;
    line-height: 30px;
    word-spacing: 2px;
    color: #222;
}
.blog-row .blog-colom .details h5:hover a
{
	color: var(--color2);
}
.blog-row .blog-colom .details p
{
	padding: 5px 30px 5px;
    font-size: 17px;
    color: #333;
    text-align: center;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 5px;
}
.blog-row .blog-colom .details .readmore
{
	text-align: right;
	margin-bottom: 12px;
}
.blog-row .blog-colom .details .readmore a
{
	text-align: right;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    color: #de302f;
    letter-spacing: 1px;
    position: relative;
    margin-right: 20px;
    text-transform: uppercase;
}
.blog-row .blog-colom .details .readmore a:hover
{
	text-decoration: none;
	color: #333;
}
.blog-row .blog-colom .details .readmore a:before
{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0%;
	height: 2px;
	background-color: #333;
	transition: .2s;
}
.blog-row .blog-colom .details .readmore:hover a:before
{
	width: 100%;
}

/*
	/////////////////////////////////////
*/


footer
{
    background-image: url(../img/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 30px;
}
footer .footer_container .rows
{
	justify-content: space-between;
}

footer .footer_container .rows .colom4
{
	flex: 0 0 auto;
	width: calc(29% - 20px);
	margin: 0 10px;
}
footer .footer_container .rows .colom4.fColom4
{
	flex: 0 0 auto;
	width: calc(25% - 20px);
	margin: 0 10px;
}
footer .footer_container .rows .addcolom
{
	flex: 0 0 auto;
	width: calc(10% - 20px);
	margin: 0 10px;
}
footer .footer_container .rows .colom2.servives
{
	width: calc(18% - 20px);
}
footer .footer_container .rows .colom2.fColomCities
{
	width: calc(11% - 20px);
}
footer .footer_container .rows .addcolom
{
	width: calc(22% - 20px) !important;
}
footer .footer_container .rows .addcolom.contactSectionsFooter
{
	width: calc(19% - 20px) !important;
	padding-left: 13px;
}
footer .footer_container .rows .footerBox
{

}
footer .footer_container .rows .footerBox h5
{
	font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    color: var(--color2);
    margin-bottom: 20px;
    background-image: none;
}
footer .footer_container .rows .fColom1 p
{
	font-weight: 300;
    color: #fff;
    width: 93%;
	font-size: 14px;
	text-align: justify;
	font-family: 'Roboto';
	line-height: 22px;
}
footer .footer_container .rows .fColom1 .social_media
{
	display:inline-flex;
	flex-wrap: wrap;
}

footer .footer_container .rows .fColom1 .social_media a
{
	flex: 0 0 auto;
	width: 40px;
	height: 40px;
	text-align: center;
	margin-right: 8px;
	border-radius: 50%;
	transition: .2s;
}
footer .footer_container .rows .fColom1 .social_media a:hover
{
	transform: scale(1.1);
}
footer .footer_container .rows .fColom1 .social_media a i
{
	color: var(--white);
	line-height: 40px;
}
footer .footer_container .rows .fColom1 .social_media a.fb
{
	background-color: #3b5998
}
footer .footer_container .rows .fColom1 .social_media a.twt
{
	background-color: #000
}
footer .footer_container .rows .fColom1 .social_media a.link
{
	background-color: #0077b5
}
footer .footer_container .rows .fColom1 .social_media a.insta
{
	background-color: #8c148b
}
footer .footer_container .rows .fColom1 .social_media a.ytb
{
	background-color: #cd201f
}
footer .footer_container .rows .fColom2 ul
{
	padding-left: 0;
}
footer .footer_container .rows .fColom2 ul li
{
	margin-bottom: 7px;
}
footer .footer_container .rows .fColom2 ul li a
{
	font-size: 14px;
	display: block;
	font-family: var(--open);
	color: var(--white);
	font-weight: 300;
	font-family: 'Roboto';
	transition: .2s;
}
footer .footer_container .rows .fColom2 ul li:hover a
{
	padding-left: 10px;
	color: var(--color1);
}
footer .footer_container .rows .fColom2 ul li a:before
{
	content: '\f105';
	margin-right: 5px;
	font-family: fontawesome;
}


footer .footer_container .rows .fColom4 ul
{
	padding-left: 0px;
	max-height: auto;
	overflow-y:inherit; 
}
footer .footer_container .rows .fColom4 ul li
{
	margin-bottom: 5px;
}
footer .footer_container .rows .fColom4 ul li a
{
	font-size: 14px;
	display: block;
	font-family: var(--open);
	color: var(--white);
	font-weight: 300;
	font-family: 'Roboto';
	transition: .2s;
}
footer .footer_container .rows .fColom4 ul li:hover a
{
	padding-left: 10px;
	color: var(--color1);
}
footer .footer_container .rows .fColom4 ul li a:before
{
	content: '\f105';
	margin-right: 5px;
	font-family: fontawesome;
}


footer .footer_container .rows .fColom4 ul li.headingTypeList a
{
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 0;
    color: var(--white);
    margin-bottom: 10px;
    margin-top: 10px;
    background-image: none;
}
footer .footer_container .rows .fColom4 ul li.headingTypeList a:before
{
	content: '';
	display: none;
}


footer .address_area
{
	margin-bottom: 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
footer .address_area .icon
{
	color:var(--color2);
	flex: 0 0 auto;
	width: 23px;
	font-size: 1.3em;
}
footer .address_area .values
{
	flex: 0 0 auto;
	padding-left: 5px;
}
footer .address_area .values
{
	color: #fff;
	font-family: var(--open);
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
}

.copyrightText
{
	background-color: #171717;
	color: var(--color2);
	font-weight: 400;
	font-size: 15px;
	text-align: center;
	padding: 15px 0;
}

footer ul.scroll
{
	max-height: 200px;
	overflow-y: auto;
	min-width: 130px;
}
footer ul.scroll::-webkit-scrollbar
{
	width: 4px;
}
footer ul.scroll::-webkit-scrollbar-thumb
{
	background-color:var(--color1);
	border-radius: 8px;
}
footer ul.scroll::-webkit-scrollbar-track
{
	background-color: #eee;
	border-radius: 8px;
}

/*
	///////////////////////////////
*/

.left-nav-contact
{
    margin-top: 25px;
    width: 160px;
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 45;
    background-color: #fff;
    padding: 10px 10px;
    box-shadow: 0 0 5px 5px rgba(0 0 0 / 5%);
    border:1px solid #eaeaea;
}
.left-nav-contact .contact-heads
{
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--poppins);
    margin-bottom: 3px;
}
.left-nav-contact .visitor-number-design
{
	background-color:#fff;
	overflow:hidden;
	padding:2px;
	display: flex;
	flex-direction: row;
	width: 100%;
}
.left-nav-contact .visitor-number-design span
{
	display:block;
	text-align:center;
	float:left;
	padding:5px 0;
	background-color:var(--color2);
	border-right:2px solid var(--white);
	font-weight:700;
	font-size:15px;
	color:var(--white);
	width: 16.666%;
}
.left-nav-contact .visitor-number-design span:last-child
{
	border-right:0;
}

/*
	***************************
*/


section.services-section-home
{
	background-color: #F8F8F8;
}
section.services-section-home .services-container-home
{
	padding: 40px 0;
}

/*
	=============================================
*/

.services-section-home .container
{
	max-width: 95%;
}

/*
 ***************************************
*/
.service-section-home
{
	background-color: #F8F8F8;
	padding-top: 35px;
	padding-bottom: 25px;
}
.service-section-home .container
{

}
.service-row
{
		/*display: flex;*/
	/*flex-direction: row;*/
	/*flex-wrap: wrap;*/
}
.service-row .service-colom
{
	margin-right: 15px;	
	/*flex: 0 0 auto;*/
	/*width: calc(33.333% - 20px);*/
	margin: 0 10px 20px;
	background-color: var(--white);
	height: 100%;
}
.service-row .service-colom .image
{
	/*margin-bottom: 17px;*/
}
.service-row .service-colom .image a
{
	overflow: hidden;
	display: block;
}
.service-row .service-colom .image a img
{
	transition: .3s;
}
.service-row .service-colom .image:hover a img
{
	transform: scale(1.1);
}

.service-row .service-colom .details .writer-date
{
	display: flex;
	justify-content:space-between;
	padding: 10px 12px;
	background-color: var(--black);
}
.service-row .service-colom .details .writer-date span:nth-child(1)
{
	flex: 0 0 auto;
	color: #fff;
    font-size: 13px;
    font-weight: 400;
}
.service-row .service-colom .details .writer-date span:nth-child(1) b
{
	font-weight: 600;
	margin-right: 5px;
}
.service-row .service-colom .details .writer-date span:nth-child(2)
{
	flex: 0 0 auto;
	color: #fff;
    font-size: 13px;
    font-weight: 400;
    margin-left: 5px;
}
.service-row .service-colom .details .writer-date span:nth-child(2) b
{
	font-weight:600;
    margin-right: 5px;
}
.service-row .service-colom .details
{
	margin-top: -3px;
	/*height: 78px;*/
	overflow: hidden;
}
.service-row .service-colom .details h5
{
	font-size: 18px;
	line-height: 19.5px;
	font-weight: 600;
	text-align: left;
	padding: 15px 15px 15px;
	margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}
.service-row .service-colom .details h5 a
{
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    color: #222;
    display: block;
    text-align: center;
    line-height: 24px;
    font-family: var(--cabin);
    text-transform: uppercase;
}
.service-row .service-colom:hover
{
	/*background-color: var(--color2);*/
}
.service-row .service-colom:hover .details h5 a
{
	color: var(--color2);
}
.service-row .service-colom .details p
{
	padding: 5px 15px 5px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 5px;
    text-align: justify;
    display: none;
}
.service-row .service-colom .details .readmore
{
	text-align: right;
	margin-bottom: 12px;
    display: none;
}
.service-row .service-colom .details .readmore a
{
	text-align: right;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    color: #de302f;
    letter-spacing: 1px;
    position: relative;
    margin-right: 20px;
    text-transform: uppercase;
}
.service-row .service-colom .details .readmore a:hover
{
	text-decoration: none;
	color: #333;
}
.service-row .service-colom .details .readmore a:before
{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0%;
	height: 2px;
	background-color: #333;
	transition: .2s;
}
.service-row .service-colom .details .readmore:hover a:before
{
	width: 100%;
}
#services1 .slick-arrow
{
	font-size: 1.3em;
}
#services1 .slick-arrow:before
{
	color: var(--color2);
	font-size: 1.3em;
}

/*
	***************************************
*/
#scrollbutton {
  display: inline-block;
  background-color: var(--color1);
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 100px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#scrollbutton::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  line-height: 40px;
  color: #fff;
}
#scrollbutton:hover {
  cursor: pointer;
  background-color: #333;
}
#scrollbutton:active {
  background-color: #555;
}
#scrollbutton.show {
  opacity: 1;
  visibility: visible;
}

/*
	***************************************
*/

.bannerText .myslide
{
	position: relative;
	/*z-index: 1;*/
}

.chatBox
{
	position: fixed;
	right: 20px;
	bottom:80px;
	width: 80px;
	z-index: 5;
}
.chatBox a
{
	display: block;
	cursor: pointer;
}


/*
	**********************************
*/

.bannerInnerPage img.banner
{
	width: 100%;
	height: 250px;
	object-fit: cover;
	object-position: center;
}
.bannerInnerPage
{
	position: relative;
}
.bannerInnerPage:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0 0 0 / 60%);
}
.bannerInnerPage h5
{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	color: var(--white);
	font-weight: 800 !important;
	text-transform: uppercase !important;
	font-size: 40px;
	letter-spacing: 1px;
	word-spacing: 2px;
	margin-bottom: 0;
	text-shadow: 2px 2px 5px rgba(0 0 0 / 20%);
}
/*body.blogDetailPage .bannerInnerPage h5
{
	width: 100%;
	max-width: 80%;
	font-weight: 700 !important;
	text-transform: capitalize !important;
}*/
body.blogDetailPage .bannerInnerPage img.banner
{
	height: 150px;
}
/*
	********************************
*/

section.aboutUsSection
{
	background-color: #ffffff;
	padding-top: 40px;
	padding-bottom: 40px;
}
.headings05 h6
{
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	position: relative;
	color: var(--color2);
	margin-bottom: 15px;
}
.headings05 h6:after
{
	content: '';
	position: absolute;
	top: 5px;
	right: -35px;
	width: 30px;
	height: 2px;
	background-color: var(--color2);
}
.headings05 h6:before
{
	content: '';
	position: absolute;
	bottom:5px;
	right: -49px;
	width: 45px;
	height: 2px;
	background-color: var(--color2);
}
.headings05 h4
{
	font-size: 35px;
	margin-bottom: 20px;
}
section.aboutUsSection .desc p
{
	text-align: justify;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #222;
	font-family: var(--roboto);
}

/*
	******************************
*/
.aboutUsSection .image2_about
{
	display: flex;
	flex-direction: row-reverse;
	position: relative;
}
.aboutUsSection .image2_about .image02
{
	flex: 0 0 auto;
	width: 93%;
	box-shadow:-20px 20px 0px 1px var(--color2);
}

/*
	///////////////////////////////
*/

.splitSections .splitSectionRow
{
	display: flex;
	flex-direction: row;
}
.splitSections .splitSectionRow .splitLeft
{
	flex: 0 0 auto;
	width: 40%;
}
.splitSections .splitSectionRow .splitLeft img
{
	height: 100%;
	max-height: 540px;
	width: 100%;
	object-position: center;
	object-fit: cover;
}
.splitSections .splitSectionRow .splitRight
{
	flex: 0 0 auto;
	width: 60%;
}
.splitSections .splitSectionRow .splitRight
{
	padding:50px 70px;
}
.splitSections .splitSectionRow .splitRight .desc p
{
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	text-align: justify;
	color: #333;
	font-family: var(--roboto);
}
.splitSections .splitSectionRow .splitRight .desc p:last-child
{
	margin-bottom: 0;
}

/*
	************************
*/
.visionaryWords
{
	position: relative;    
	padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.visionaryWords:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0 0 0 / 90%) !important;
}
.visionaryWords .image2_about
{
	float: right;
	max-width: 300px;
	margin-left: 30px;
	margin-top: 0 !important;
}
.aboutUsSection.visionaryWords .headings05
{
	position: relative;
	z-index: 2;
}
.aboutUsSection.visionaryWords .headings05 h4
{
	color: var(--white);
}
.aboutUsSection.visionaryWords .desc
{
	position: relative;
	z-index: 2;
	max-width: 80%;
	margin: auto;
}
.aboutUsSection.visionaryWords .desc p
{
	font-size: 18px;
	line-height: 28px;
	color: var(--white);
	font-weight: 400;
	font-family: var(--roboto);
}

/*
	===================================
*/

section.iconincBoxSection
{
	background-color: #F8F8F8;
	padding: 50px 0;
}
section.iconincBoxSection .headings05
{
	text-align: center;
}
section.iconincBoxSection .headings05 h6
{
	margin-bottom: 8px;
}
section.iconincBoxSection .headings05 h6 span
{
	position: relative;
	z-index: 3;
	background-color: #F8F8F8;
	padding: 0 10px;
}
section.iconincBoxSection .headings05 h6:before
{
	width: 170%;
    height: 2px;
    background-color: var(--color2);
    right: auto;
    left: 50%;
    transform: translateX(-50%);
}
section.iconincBoxSection .headings05 h6:after
{
	width: 140%;
    height: 2px;
    background-color: var(--color2);
    right: auto;
    left: 50%;
    transform: translateX(-50%);
}
section.iconincBoxSection .IconRow
{
	max-width: 90%;
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 50px;
}
section.iconincBoxSection .IconRow .iconBoxColom
{
	flex: 0 0 auto;
	width: 24%;
}
section.iconincBoxSection .IconRow .iconBoxColom .wrapper
{
	background-image: var(--bgColor);
	padding: 20px 23px;
	height: 100%;
	box-shadow: 0px 0px 3px 8px rgba(0 0 0 / 5%);
	border: 1px solid #eaeaae;
	border-radius: 8px;
	transform: scale(1);
	transition: .3s;
}
section.iconincBoxSection .IconRow .iconBoxColom:hover .wrapper
{
	transform: scale(.95);
}
section.iconincBoxSection .IconRow .iconBoxColom .wrapper .icons
{
	text-align: center;
	margin-bottom: 20px;
}
section.iconincBoxSection .IconRow .iconBoxColom .wrapper .icons img
{
	margin: auto;
	max-width: 80px;
	height: 80px;
}
section.iconincBoxSection .IconRow .iconBoxColom .wrapper p
{
	margin-bottom: 0;
	text-align: justify;
	font-family: var(--roboto);
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}
section.iconincBoxSection .IconRow .iconBoxColom .wrapper .details h5
{
	font-size: 20px;
	text-align: center;
	margin-bottom: 12px;
	color: #fff;
}
body.aboutUs section.blogs-section-home
{
	background-color: var(--white);
}
/*
	****************************
*/
body.blogDetailPage .blogs-section-home
{
	margin-top: 40px;
}
body.blogDetailPage .blogs-section-home .blog_detail_container
{
	padding: 20px;
	background-color: var(--white);
	box-shadow: 0px 6px 35px rgb(0 0 0 / 8%);
	border-radius: 10px;
}
body.blogDetailPage .blogs-section-home .blog_detail_container .image
{
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
}
body.blogDetailPage .blogs-section-home .blog_detail_container .image img
{
	border-radius: 10px;
}
body.blogDetailPage .blogs-section-home .blog_detail_container .image .date
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 100px;
	background-color: var(--white);
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
body.blogDetailPage .blogs-section-home .blog_detail_container .image .date:before
{
	content: '';
    position: absolute;
    top: -14px;
    left: -34px;
    width: 150px;
    height: 150px;
    background-color: var(--white);
    border-radius: 50%;
    z-index: 1;
}
body.blogDetailPage .blogs-section-home .blog_detail_container .image .date .day
{
	font-size: 40px;
	font-weight: 900;
	margin: 0;
	flex: 0 0 auto;
	line-height: 40px;
	color: var(--color2);
	position: relative;
	z-index: 2;
}
body.blogDetailPage .blogs-section-home .blog_detail_container .image .date .mnth-year
{
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	flex: 0 0 auto;
	line-height: 20px;
	position: relative;
	z-index: 2;
}
body.blogDetailPage .blogs-section-home .blog_detail_container .blogHeading
{
	margin-top: 15px;
}
body.blogDetailPage .blogs-section-home .blog_detail_container .blogHeading h4
{
	font-weight: 900 !important;
	font-size: 27px !important;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 15px;
}
body.blogDetailPage .blogs-section-home .blog_detail_container .detailBox p
{
	font-family: var(--roboto);
    font-weight: 400;
    font-size: 16px;
    text-align: justify;
}

body.blogDetailPage .blogs-section-home .blog_detail_container .detailBox p.fchild::first-letter
{
	color: var(--color1);
	font-size: 50px;
	font-weight: 600;
	float: left;
	line-height: 55px;
	margin-right: 10px;
}	

body.blogDetailPage .blogs-section-home .blog_detail_container .detailBox ol,
body.blogDetailPage .blogs-section-home .blog_detail_container .detailBox ol
{
	padding-left: 17px;
}
body.blogDetailPage .blogs-section-home .blog_detail_container .detailBox ol li,
body.blogDetailPage .blogs-section-home .blog_detail_container .detailBox ol li
{
	margin-bottom: 8px !important;
}
/*
	===========================
*/

.sidebar-conatiner
{
	width: 98%;
	margin-left: 2%;
	padding: 20px;
	background-color: var(--white);
	box-shadow: 0px 6px 35px rgb(0 0 0 / 8%);
	border-radius: 10px;
	position: sticky;
	top: 30px;
}
.sidebar-conatiner .heading h4
{
	margin-bottom: 10px;
}
.sidebar-conatiner .sidebar_row_container .blog-sidebar-row
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.sidebar-conatiner .sidebar_row_container .blog-sidebar-row .image
{
	flex: 0 0 auto;
	width: 100px;
	height: 100px;
}
.sidebar-conatiner .sidebar_row_container .blog-sidebar-row .image img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.sidebar-conatiner .sidebar_row_container .blog-sidebar-row .content
{
	flex: 0 0 auto;
	width: calc(100% - 100px);
	padding-left: 7px;
}
.sidebar-conatiner .sidebar_row_container .blog-sidebar-row .content h5
{
	font-size: 16px;
	line-height: 22px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 2px;
}
.sidebar-conatiner .sidebar_row_container .blog-sidebar-row .content p
{
	font-size: 14px;
	font-weight: 600;
	text-align: justify;
	font-family: var(--open);
	line-height: 20px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 5px;
}
.sidebar-conatiner .sidebar_row_container .blog-sidebar-row .content .detail-content .date i
{
	color: var(--color2);
}
.sidebar-conatiner .sidebar_row_container .blog-sidebar-row .content .detail-content .date span
{
	font-size: 13px;
	font-weight: 600;
	color: #555;
}



/*
	============================
	============================
*/

.contact_info
{
	margin-top: 40px;	
	margin-bottom: 20px;	
}
.contact_info .contact_info_row
{
	display: flex;
	flex-direction: row;
}
.contact_info .contact_info_row .contact_info_box
{
	flex: 0 0 auto;
	width: calc(33.333% - 16px);
	margin: 0 8px 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-right: 1px solid #eaeaea;
}
.contact_info .contact_info_row .contact_info_box .detail_colom
{
	display: flex;
	flex-direction: column;
	align-self: center;
}
.contact_info .contact_info_row .contact_info_box:last-child
{
	border-right: 0px solid #eaeaea;
}
.contact_info .contact_info_row .contact_info_box .icon
{
	flex: 0 0 auto;
	width: 55px;
	height:55px;
	border: 2px solid var(--color2);
	text-align: center;
	border-radius: 50%;
	background-color: var(--color2);
	margin-bottom: 10px;
}
.contact_info .contact_info_row .contact_info_box .icon i
{
	line-height: 50px;
	font-size: 1.5em;
	color: #fff;
}
.contact_info .contact_info_row .contact_info_box .headings
{
	font-size: 18px;
	line-height: 23px;
	color: #222;
	font-weight: 700;
	margin-bottom: 7px;
	text-align: center;
}
.contact_info .contact_info_row .contact_info_box .values
{
	font-size: 16px;
	line-height: 25px;
	font-weight: 500;
	text-align: center;
	color: #333;

}
.contact_info .contact_info_row .contact_info_box .values.social
{
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.contact_info .contact_info_row .contact_info_box .values.social a
{
	margin:0 5px;
}
.contact_info .contact_info_row .contact_info_box .values.social a img
{
	width: 35px;
}


/*
	******************************************
	******************************************
*/
.contact-page-section {
    background-color: #F1F1F1;
    padding: 40px 40px;
    margin-top: 30px;
}
.contact-page-section .contact-form
{
	padding: 30px 50px;
	background-color: var(--white);
	box-shadow: 0 0 5px 5px rgba(0 0 0 / 5%);
}
.contact-page-section .contact-form h5
{
    font-weight: 600;
    color: var(--color1);
    font-size: 25px;
    margin-bottom: 20px;
}
.contact-page-section .contact-form.compliant form .form-group
{
    margin-bottom: 10px;
}
.contact-page-section .contact-form form .form-group
{
    margin-bottom: 20px;
}
.contact-page-section .contact-form form .form-group .inputs
{
    position: relative;
}
.contact-page-section .contact-form form .form-group .inputs label span
{
    color: var(--danger);
}
.contact-page-section .contact-form form .form-group .inputs label
{
    position: absolute;
    top: 10px;
    left: 8px;
    font-weight: 500;
    font-size: 14px;
    color: #555;
    font-family: 'Roboto', sans-serif;
}
.contact-page-section .contact-form.compliant form .form-group .inputs label
{
    position: static;
}
.contact-page-section .contact-form form .form-group .inputs input,
.contact-page-section .contact-form form .form-group .inputs select
{
    width: 100%;
    height: 40px;
    padding: 7px;
    border: 0;
    border-bottom: 1px solid #bdbaba;
    transition: all .2s linear;
}
.contact-page-section .contact-form form .form-group .inputs input:focus,
.contact-page-section .contact-form form .form-group .inputs select:focus,
.contact-page-section .contact-form form .form-group .inputs textarea:focus
{
  box-shadow: none;
  outline: none;
}
.contact-page-section .contact-form.compliant form .form-group .inputs input,
.contact-page-section .contact-form.compliant form .form-group .inputs select
{
    border: 1px solid #ccc;
    border-radius: 2px;
}
.contact-page-section .contact-form.compliant form .form-group .inputs:hover input
{
    border-bottom-color: #ccc;
}

.contact-page-section .contact-form form .form-group .inputs:hover input,
.contact-page-section .contact-form form .form-group .inputs:hover textarea
{
    border-bottom-color: var(--color1);
}

.contact-page-section .contact-form.compliant form .form-group .inputs textarea
{
   border: 1px solid #ccc;
}


.contact-page-section .contact-form.compliant form .form-group .inputs:hover input,
.contact-page-section .contact-form.compliant form .form-group .inputs:hover textarea
{
    border-bottom-color:#ccc;
}


.contact-page-section .contact-form form .form-group .inputs textarea
{
    width: 100%;
    padding: 7px;
    border: 0;
    border-bottom: 1px solid #bdbaba;
}

.contact-page-section .contact-form form .form-group .inputs.one input
{
    padding-left: 96px;
}
.contact-page-section .contact-form form .form-group .inputs.two input
{
    padding-left: 62px;
}

.contact-page-section .contact-form form .form-group .inputs.three input
{
    padding-left: 73px;
}
.contact-page-section .contact-form form .form-group .inputs.four .select
{
    padding-left: 80px;
    font-size: 15px;
}
.contact-page-section .contact-form form .form-group .inputs.five textarea
{
    padding-left: 86px;
}
.contact-page-section .contact-form form .form-group .inputs.six input
{
    padding-left: 127px;
}



.contact-page-section .contact-form form .login-page-form .form-group .inputs.one input
{
    padding-left: 116px;
}
.contact-page-section .contact-form form .login-page-form .form-group .inputs.two input
{
    padding-left: 105px;
}


.contact-page-section .contact-form form .submit
{
    text-align: center;
    margin-top: 15px;
}
.contact-page-section .contact-form form .submit input[type='submit'],
.contact-page-section .contact-form form .submit input[type='button']
{
    background-color: var(--color1);
    color: var(--white);
    padding: 7px 30px;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border:1px solid var(--color1);
    transition: all .1s linear;
    font-family: 'Roboto', sans-serif;
    font-weight:500;
}
.contact-page-section .contact-form form .submit input[type='submit']:hover
{
    background-color: var(--white);
    color: var(--color1);
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

.contact-page-section .contact-form .headingForForm
{
	width: 95%;
}
.contact-page-section .contact-form .headingForForm h4
{
	font-weight: 800 !important;
	font-size: 25px;
	margin-bottom: 10px;
}
.contact-page-section .contact-form .headingForForm p
{
	font-size: 15px;
	text-align: justify;
}
.contact-page-section .contact-form .headingForForm h6
{
	font-weight: 800 !important;
	font-size: 18px;
}
/*
	************************************************
*/

section.map
{
	margin-top: 30px;
	margin-bottom: 30px;
}
section.map .container
{
	max-width: 95%;
}
section.map .map_section
{
	height: 300px;
}
/*
	****************************
*/

/*body.blogDetailPage.servicesPages .blogs-section-home .blog_detail_container
{
	position: sticky;
	top: 30px;
}
body.blogDetailPage.servicesPages .sidebar-conatiner .sidebar_row_container .blog-sidebar-row
{
	flex-direction: column;
}
body.blogDetailPage.servicesPages .sidebar-conatiner .sidebar_row_container .blog-sidebar-row .image
{
	width: 100%;
	height: 170px;
}
body.blogDetailPage.servicesPages .sidebar-conatiner .sidebar_row_container .blog-sidebar-row .content
{
	padding-top: 7px;
	padding-left: 0;
	width: 100%;
}*/

/*
	=========================================
*/
body.blogDetailPage.citiesPage .blogs-section-home .blog_detail_container .blogHeading
{
	margin-top: 0;
}
body.blogDetailPage.citiesPage .blogs-section-home .blog_detail_container .blogHeading h4
{
	font-size: 40px !important;
	margin-bottom: 5px;
}
body.blogDetailPage.citiesPage section.blogs-section-home .blogs-container-home
{
	padding-top: 0px;
}
body.blogDetailPage.citiesPage .blogs-section-home .blog_detail_container .image{
	margin-bottom: 25px;
}

/*
	*******************************
*/

.citiesSidebar.sidebar-conatiner .heading
{
	margin-bottom: 30px;
}
.citiesSidebar.sidebar-conatiner .sidebar_row_container .blog-sidebar-row
{
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 7px;
	margin-bottom: 10px;
}
.citiesSidebar.sidebar-conatiner .sidebar_row_container .blog-sidebar-row .image
{
	width: 65px;
	height: 45px;
}
.citiesSidebar.sidebar-conatiner .sidebar_row_container .blog-sidebar-row .image i
{
	width: 45px;
	height: 45px;
	background-color: var(--color2);
	border-radius: 5px;
	font-size: 1.5em;
	color: var(--white);
	text-align: center;
	line-height: 40px;
}
.citiesSidebar.sidebar-conatiner .sidebar_row_container .blog-sidebar-row .content
{
	width: calc(100% - 65px);
	align-self: center;
	padding-left: 0px;
}
.citiesSidebar.sidebar-conatiner .sidebar_row_container .blog-sidebar-row .content h5
{
	margin-bottom: 0;
	font-size: 20px;
	transition: .2s;
}
.citiesSidebar.sidebar-conatiner .sidebar_row_container .blog-sidebar-row:hover .content h5
{
	padding-left: 10px;
	color: var(--color2);
}
.citiesSidebar.sidebar-conatiner .sidebar_row_container .blog-sidebar-row.active .content h5
{
	color: var(--color2);
}
/*
	***********************
*/
body.blogDetailPage section.blogs-section-home .blogs-container-home
{
	padding-top: 10px;
}
body.blogDetailPage .blogs-section-home .blog_detail_container
{
	padding: 0px 0 30px;
	box-shadow: none;
}
body.blogDetailPage .blogs-section-home .blog_detail_container .blogHeading
{
	margin-top: 0;
}
body.blogDetailPage .blogs-section-home .blog_detail_container .blogHeading h4
{
	margin-bottom: 25px !important;
	word-spacing: 3px;
	text-align: center;
	font-size: 35px !important;
}
.blogPageSection .blog-row .blog-colom .details h5
{
	margin-bottom: 0px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.blogPageSection .blog-row .blog-colom .details h5 a
{
	font-size: 23px;    
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.blogPageSection .blog-row .blog-colom .details h5 a br
{
	display: none;
}
.blogPageSection .blog-row .blog-colom
{
    width: calc(25% - 20px);
	margin: 0 10px 25px;
}
.blogPageSection .blog-row .blog-colom .image a img
{
	width: 100%;
	height: 250px;
}
.blogPageSection .blog-row .blog-colom .details p
{
	padding: 5px 10px 5px;
	text-align: center;
	padding: 5px 10px 5px;
    font-size: 16px;
}

/*
	*************************************
*/

.callBackSection
{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin: 30px 0;
	border-radius:10px;
	overflow: hidden;
}
.callBackSection .callBackWrapper
{
	position: relative;
	padding: 30px;
	width: 100%;
	background-image: linear-gradient(to right, rgba(0 0 0 / 80%),rgba(0 0 0 / 60%),rgba(0 0 0 / 30%),rgba(0 0 0 / 30%));
}
.callBackSection .callBackWrapper .left_area .heading02 h4
{
	width: 60%;
}
.callBackSection .callBackWrapper .left_area .heading02 h4 span
{
	margin-bottom: 5px;
	line-height: 40px;
	font-size: 28px;
	color: var(--white);
	text-shadow: 2px 2px 5px rgba(0 0 0 / 20%);
}
.callBackSection .callBackWrapper .left_area .desc p
{
    font-size: 15px;
    color: #333;
    font-weight: 400;
    line-height: 23px;
    text-align: justify;
    padding-right: 25px;
	width: 60%;
	color: var(--white);
	text-shadow: 2px 2px 5px rgba(0 0 0 / 20%);
}
.callBackSection .callBackWrapper .left_area .desc .downloadIcons
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.callBackSection .callBackWrapper .left_area .desc .downloadIcons h5
{
	flex: 0 0 auto;
	width: 100%;
	font-family: var(--open);
	font-weight: 700;
	font-size: 15px;
	color: var(--white);
	text-transform: uppercase;
}
.callBackSection .callBackWrapper .left_area .desc .downloadIcons a
{
	flex: 0 0 auto;
	width: 120px;
	margin-right: 10px;
}
.callBackSection .callBackWrapper .left_area .desc .downloadIcons a img
{
	border-radius: 5px;
}

.callBackSection .callBackWrapper .imageMobile
{
	position: absolute;
	bottom: 0;
	right: 50px;
	width: 300px;
}

/*
	********************************
*/
footer .footer_container .container
{
	max-width: 95%;
}
.downloadappFooter
{
	margin-top: 10px;
}
.downloadappFooter h6
{
	font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    color: var(--color2);
    margin-bottom: 10px;
    background-image: none;
}
.downloadappFooter .links
{
	display: flex;
	flex-direction: row;
	margin-bottom: 15px;
}
.downloadappFooter .links a
{
	width: 48%;
	margin-right: 2%;
}
.downloadappFooter .links a img
{
	border-radius: 5px;
}

#services1.service-row .service-colom .image a img
{
    height:250px;
    object-fit:cover;
    object-position:center;
}

/*
	*************************
*/

.slickSliderAppScreen .appScreenColom
{
	width: 90%;
	padding: 0 10px;
}
.mobileAppSection .appScreenDiv .heading02
{
	margin-bottom: 15px;
}
.mobileAppSection .appScreenDiv .heading02 h4 span
{
	font-weight: 700;
	font-size: 25px;
}

@media screen and (max-width: 480px)
{
	#forUsers,
	#forDrivers
	{
		margin-left: 5%;
	}
}

@media screen and (max-width: 481px) and (max-width: 576px)
{
	#forUsers,
	#forDrivers
	{
		margin-left: 3%;
	}
}


body.policiesPages .aboutUsSection .desc h5
{
	font-weight: 800 !important;
    font-size: 18px;
    margin-bottom: 10px;
}

body.policiesPages .aboutUsSection .desc ol
{
	padding-left: 20px;
}
body.policiesPages .aboutUsSection .desc ol li
{
	margin-bottom: 10px;
	text-align: justify;
}
body.policiesPages .aboutUsSection .desc ol li span
{
	font-weight: 600;
}
body.policiesPages .aboutUsSection .headings05  h4
{
	font-size: 27px;
	font-weight: 800 !important;
}


body.policiesPages .aboutUsSection .desc ol.roman,
body.policiesPages.termsofuse .aboutUsSection .desc ol.roman
{
	list-style-type: upper-alpha;
	padding-left: 20px;
}
body.policiesPages.termsofuse .aboutUsSection .desc ol
{
	margin-left: 0px;
	list-style-type: none;
}
body.policiesPages.termsofuse .aboutUsSection .desc ol ol
{
	margin: 20px 0;
	margin-left: 20px;
	list-style-type:decimal-leading-zero;
}
body.policiesPages.termsofuse .aboutUsSection .desc ol ol ol
{
	margin-left: 10px;
}

/*
	******************************************
*/

.customTableWiseContent
{
	margin-bottom: 25px;
}
.customTableWiseContent .cTableRow
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.customTableWiseContent .cTableRow.headings .cTableData
{
	border-top:1px solid #eaeaea;
	font-weight: 500;
	font-size: 15px;
	text-align: left;
	background-color: var(--color1);
	color: var(--white);
}
.customTableWiseContent .cTableRow .cTableData:nth-child(1)
{
	border-left:1px solid #eaeaea;
	font-weight: 600;
	font-size: 15px;
	text-align: left;
}
.customTableWiseContent .cTableRow .cTableData
{	
	flex: 0 0 auto;
	width:20% ;
	padding:20px;
	text-align: justify;
	font-size: 14px;
	line-height: 24px;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
}
.customTableWiseContent .cTableRow:nth-child(even) .cTableData
{
	background-color: #f9f9f9;
}


/*
	=======================
*/
body.policiesPages .table012 table
{
	border:1px solid #ccc;
}
body.policiesPages .table012 table thead tr th
{
	background-color: var(--color1);
	color: var(--white);
	padding-left: 20px;
}
body.policiesPages .table012 table thead tr th:nth-child(1)
{
	width:20%;
}
body.policiesPages .table012 table thead tr th:nth-child(2)
{
	width:80%;
}
body.policiesPages .table012 table tbody tr td
{
	padding-left: 20px;
	font-size: 15px;
}
body.policiesPages .table012 table tbody tr td:nth-child(1)
{
	border-right:1px solid #ccc;
}
body.policiesPages .table012 table tbody tr:nth-child(even) td
{
	background-color: #eaeaea;
}


/*
	********************************
*/

.commontButtons
{
	margin: 30px 0 40px;
	display: flex;
	justify-content: center;
}
.commontButtons a
{
    flex: 0 0 auto;
    margin: 0 10px;
    margin-top: 6px;
    display: inline-block;
    color: var(--black);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    padding: 12px 45px;
    border-radius: 38px;
    margin-left: 0;
    background-image: none;
    background-color: #ccc;
}
.commontButtons a.active
{
    background-image: linear-gradient(45deg,var(--color1),var(--color2));
    color: var(--white);
}
.commontButtons a:hover
{
    background-image: linear-gradient(45deg,var(--color1),var(--color2));
    color: var(--white);
}


@media screen and (max-width: 767px)
{
	.table012 table thead
	{
		display: none;
	}
	.table012 table tbody tr td
	{
		display: block;
	}
	.table012 table tbody tr td:nth-child(1)
	{
		font-weight: 600;
		border-bottom: 0;
		padding-top: 15px;
		padding-bottom: 5px;
	}
	.table012 table tbody tr td:nth-child(2)
	{
		padding-top: 7px;
	}
	.table012 table tbody tr td table
	{
		border:0px !important;
	}
	body.policiesPages .table012 table tbody tr td:nth-child(1)
	{
		border-right: 0px;
	}
	body.policiesPages .aboutUsSection .desc ol
	{
		padding-left: 0;
	}
	footer .footer_container .rows .fColom4 ul
	{
		grid-template-columns:1fr;
	}
	.customTableWiseContent
	{
		overflow-x: auto;
	}
	.customTableWiseContent .cTableRow 
	{
		flex-wrap: inherit;
	}
	.customTableWiseContent .cTableRow .cTableData
	{
		width: 100%;
	}
}