@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900;1000&family=Nunito+Sans:wght@200;300;400;600;700;800;900&family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root
{
	--white:#fff;
	--black:#000;
	--color1:#f37021;
	--color2:#8f53a1;
	--color3:#2584c5;
	--color4:#72bf44;
	--color5:#ed125f;
	--color6:#F8BB00;
	--opacity_banner:rgba(0 0 0 / 65%);

	--proxima1:'ProximaNovaT-Thin';
	--proxima2: 'ProximaNovaA-Regular';
	--proxima3:'ProximaNova-Semibold';
	--proxima4:'ProximaNovaA-Bold';

	--gt1:'GTWalsheimProLight';
	--gt2:'GTWalsheimProRegular';
	--gt3:'GTWalsheimProMedium';
}

/*
	font-family: 'Mulish', sans-serif;
	font-family: 'Nunito Sans', sans-serif;
	font-family: 'Open Sans', sans-serif;

	font-family: 'Inter', sans-serif;
	font-family: 'Montserrat', sans-serif;
*/

body
{
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	line-height: 22px;
	word-spacing: 1px;
	color: #333;
	font-weight: 400;
	overflow-x: hidden;
}

body.overflowHiden
{
	overflow: hidden !important;
}

.logo01
{
	display: inline-block;
}
.logo02
{
	display: none;	
}

ul
{
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}
a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
.text-center
{
	text-align: center;
}
.text-left
{
	text-align: left;
}
.text-right
{
	text-align: right;
}

h1,h2,h3,h4,h5,h6
{
	font-family: 'Nunito Sans', sans-serif;
}

/*
===========================================

============================================
*/

.navigation_website .navigation_container .custom_navigation_row .logo-area .bars_img
{
	display: none;
}
@media screen and (max-width: 768px)
{
	.navigation_website .navigation_container .custom_navigation_row .logo-area .bars_img
	{
		display: block;
	}
}
.navigation-area .logo_for_mobiles_close_icon
{
	display: none;
}

/*
===========================================

============================================
*/

.header_banner_div{
	background-color: transparent;
    background-image: linear-gradient(180deg, #fd44015c 0%, #ffffff 100%);
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100vh;
    position: relative;
}
.header_banner_div .banner_round_shape
{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 50;
	width: 50%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top;
	transform: rotate(0deg);
}
.header_banner_div .mask_image
{
	position: absolute;
	width: 470px;
	right: 150px;
	top: 60px;
	height: 100%;
	z-index: 210;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top right;
}
.header_banner_div .mask_image .vector1
{
	position: absolute;
	/*top: 100px;*/
	left: 0;
	animation:abc1 5s linear infinite;
}
.header_banner_div .mask_image .vector2
{
	position: absolute;
	/*top: 250px;*/
	left: -70px;
	animation:abc2 5s linear infinite;
}
.header_banner_div .mask_image .vector3
{
	position: absolute;
	top: 100px;
	/*right:-50px;*/
	width: 200px;
	animation:abc3 5s linear infinite;
}
.header_banner_div .mask_image .vector4
{
	position: absolute;
	bottom: 100px;
	/*right:-50px;*/
	width: 150px;
	animation:abc4 5s linear infinite;
}
.header_banner_div .mask_image .vector5
{
	position: absolute;
	/*bottom: 20px;*/
	left:30px;
	width: 100px;
	animation:abc5 5s linear infinite;
}

@media screen and (min-width: 993px)
{

@keyframes abc1
{
	0%
	{	
		top: 70px;
	}
	50%
	{
		top: 120px;
	}
	100%
	{
		top: 70px;
	}
}
@-webkit-keyframes abc1
{
	0%
	{	
		top: 70px;
	}
	50%
	{
		top: 120px;
	}
	100%
	{
		top: 70px;
	}
}

@keyframes abc2
{
	0%
	{	
		top: 220px;
	}
	50%
	{
		top: 270px;
	}
	100%
	{
		top: 220px;
	}
}
@-webkit-keyframes abc2
{
	0%
	{	
		top: 220px;
	}
	50%
	{
		top: 270px;
	}
	100%
	{
		top: 220px;
	}
}
@keyframes abc3
{
	0%
	{	
		right: -70px;
	}
	50%
	{
		right:-30px;
	}
	100%
	{
		right: -70px;
	}
}
@-webkit-keyframes abc3
{
	0%
	{	
		right: -70px;
	}
	50%
	{
		right:-30px;
	}
	100%
	{
		right: -70px;
	}
}
@keyframes abc4
{
	0%
	{	
		right: -70px;
	}
	50%
	{
		right:-30px;
	}
	100%
	{
		right: -70px;
	}
}
@-webkit-keyframes abc4
{
	0%
	{	
		right: -70px;
	}
	50%
	{
		right:-30px;
	}
	100%
	{
		right: -70px;
	}
}
@keyframes abc5
{
	0%
	{	
		bottom: 10px;
	}
	50%
	{
		bottom:40px;
	}
	100%
	{
		bottom: 10px;
	}
}
@-webkit-keyframes abc5
{
	0%
	{	
		bottom: 10px;
	}
	50%
	{
		bottom:40px;
	}
	100%
	{
		bottom: 10px;
	}
}

}

/*
========================================
*/

.header_banner_div .welcomeTextBanner
{
	position: absolute;
	top: 230px;
	left: 50px;
	width: 43%;
}
.header_banner_div .welcomeTextBanner h5
{
	font-weight: 800;
	font-size: 25px;
	margin-bottom: 20px;
}
.header_banner_div .welcomeTextBanner h5 span
{
	color: var(--color1);
}
.header_banner_div .welcomeTextBanner h3
{
	font-size: 50px;
	font-weight: 900;
	margin-bottom: 20px;
	font-family: 'Inter', sans-serif;
}
.header_banner_div .welcomeTextBanner h3 span
{
	color: var(--color6);
}
.header_banner_div .welcomeTextBanner p
{
	font-size: 17px;
	text-align: justify;
	font-weight: 400;
	color: #000;
	line-height: 25px;
}
.header_banner_div .welcomeTextBanner .callBackButton
{
	margin-top: 15px;
}
.header_banner_div .welcomeTextBanner .callBackButton a
{
	display: inline-block;
	background-color: var(--color3);
	color: var(--white);
	font-weight: 600;
	text-transform: uppercase;
	padding: 15px 30px;
	border-radius: 6px;
	position: relative;
	overflow:hidden;
	box-shadow: 0 0 10px 5px rgba(0 0 0 / 20%);
	transition: .2s;
	transform: scale(.9);
}
.header_banner_div .welcomeTextBanner .callBackButton a:hover
{
	text-decoration: none;
	transform: scale(1);
}
.header_banner_div .welcomeTextBanner .callBackButton a span
{
	font-size: 15px;
	position: relative;
	z-index: 3;
}
.header_banner_div .welcomeTextBanner .callBackButton a i
{
	font-size: 1.5em;
	margin-right: 5px;
	position: relative;
	z-index: 3;
}
.header_banner_div .welcomeTextBanner .callBackButton a:before
{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	border-radius: 6px;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}
.header_banner_div .welcomeTextBanner .callBackButton a:hover:before
{
	background-color: var(--color1);
	opacity: 1;
	visibility: visible;
}

/*
========================================
*/

.navigation_website
{
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	z-index: 225;
}
.navigation_website .navigation_container
{
	max-width: 95%;
	margin: auto;
}
.navigation_website .navigation_container .custom_navigation_row
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.navigation_website .navigation_container .custom_navigation_row .logo-area
{
	flex: 0 0 auto;
	width: 300px;
}
.navigation_website .navigation_container .custom_navigation_row .navigation-area
{
	flex: 0 0 auto;
}
.navigation-area ul.main-ul
{

}
.navigation-area ul.main-ul li.main-li
{
	float: left;
}
.navigation-area ul.main-ul li.main-li a
{
	display: inline-block;
	color: var(--white);
	font-weight: 500;
	font-size: 16px;
	margin:23px 14px 7px;
	position: relative;
	padding-bottom: 5px;
}
.navigation-area ul.main-ul li.main-li:hover > a
{
	text-decoration: none;
}
.navigation-area ul.main-ul li.main-li > a:before
{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0%;
	height: 2px;
	background-color: var(--white);
	transition: .3s;
}
.navigation-area ul.main-ul li.main-li:hover > a:before,
.navigation-area ul.main-ul li.main-li.active > a:before
{
	width: 100%;
}

/*
===============================
*/

.navigation-area ul.main-ul li.main-li.dropdown1
{
	position: relative;
	z-index: 50;
}
.navigation-area ul.main-ul li.main-li.dropdown1 .submenu1
{
	background-color: var(--white);
}
.navigation-area ul.main-ul li.main-li.dropdown1 .submenu1 li a
{
	color: #333;
    white-space: nowrap;
    font-weight: 600;
    font-size: 14px;
    display: block;
    padding: 8px 16px;
    margin: 0 0;
    border-bottom: 1px solid #f1f1f1;
    font-family: 'Nunito Sans';
}
.navigation-area ul.main-ul li.main-li.dropdown1 .submenu1 li:hover a
{
	text-decoration: none;
	background-color: var(--color3);
	color: var(--white);
}

@media screen and (min-width: 993px)
{
	.navigation-area ul.main-ul li.main-li.dropdown1 .submenu1
	{	
		position: absolute;
		top: 100%;
		left: 0;
		opacity: 0;
		visibility: hidden;
		transition: .3s;
	}
	.navigation-area ul.main-ul li.main-li.dropdown1:hover .submenu1
	{
		opacity: 1;
		visibility: visible;
	}
}

.navigation-area ul.main-ul li.main-li.request_demo a
{
    background-color: var(--color3);
    font-weight: 600;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 25px;
    margin-top: 17px;
    color: var(--white);
}
.navigation-area ul.main-ul li.main-li.request_demo a:hover
{
	background-color: var(--white);
	color: var(--color1);
}
.navigation-area ul.main-ul li.main-li.request_demo a:before
{
	display: none;
}

/*
=================================================
*/
section.about_us_section .image_container
{
	text-align: center;
	position: relative;
}

section.about_us_section
{
	margin-top: 50px;
}

.about_us_section_content
{

}
.headings01 h6
{
	font-size: 17px;
	font-weight: 900;
	margin-bottom: 5px;
	color: var(--color1);
	text-transform: uppercase;
}
.headings01 h4
{
	font-size: 38px;
	font-weight: 900;
	font-family: 'Inter',sans-serif;
	color: var(--color3);
	text-transform: capitalize;
}

.about_us_section_content .headings01
{
	margin-bottom: 15px;
}
.about_us_section_content .desc p
{
	text-align: justify;
	font-size: 16px;
	line-height: 23px;
	color: #111;
}
.about_us_section_content .desc ul li
{
	position: relative;
	margin-bottom: 6px;
	font-weight: 500;
	font-size: 16px;
	padding-left: 24px;
}
.about_us_section_content .desc ul li:before
{
	content: '';
	position: absolute;
	background-image: url(../img/check.png);
	background-repeat: no-repeat;
	background-size: 18px;
	top: 2px;
	left: 0;
	width: 18px;
	height: 18px;
}

/*
=======================================================
*/

section.clients_logo
{
	background-color: #F5F5F5;
	padding: 60px 0 40px;
	margin-top: 30px;
}
.clients_logo .clients_heading
{
	max-width: 70%;
	margin: auto;
	margin-bottom: 30px;
}
.clients_logo .clients_heading h3
{
	font-size: 35px;
	line-height: 43px;
	font-weight: 900;
	text-align: center;
	text-transform: capitalize;
}
.clients_logo .clients_heading h3 .span1
{
	color: var(--color3);
}
.clients_logo .clients_heading h3 .span2
{
	color: var(--color1);
}
.clients_owls .item .logo_clients
{
	margin: 0 10px;
}
.clients_owls .item .logo_clients img
{
	width: 100%;
	height: 100px;
	object-position: center;
	object-fit: contain;
}

/*
=============================================
*/

.influencer_sections
{
	background-color: var(--color5);
	position: relative;
}
.influencer_sections:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: .2;
	background-position: center center;
	background-image: url(../img/bgs1.2.png);
}
.influencer_sections .influencer_sections_container
{
	padding: 50px 0 100px;
	position: relative;
	z-index: 10;
}
.influencer_sections .influencer_sections_container .heading_influencer
{
	text-align: center;
}
.influencer_sections .influencer_sections_container .heading_influencer h6
{
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 16px;
	color: var(--color6);
}
.influencer_sections .influencer_sections_container .heading_influencer h3
{
	font-weight: 800;
	font-size: 38px;
	color: var(--white);
	font-family: 'Inter', sans-serif;
}

/*
=========================================
*/

section.influencer_scroller_section
{
	margin-top: -70px;
}
section.influencer_scroller_section .container
{
	max-width: 90%;
}
section.influencer_scroller_section .influencer_owls .influencer_box
{
	background-color: var(--white);
	box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 15%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 10px;
    border-radius: 8px;
}
section.influencer_scroller_section .influencer_owls .influencer_box .images img
{
	border-radius: 8px;
	width: 100%;
	height: 270px;
	object-position: top center;
	object-fit: cover;
}
section.influencer_scroller_section .influencer_owls .item
{
	padding-bottom: 10px;
}
section.influencer_scroller_section .influencer_owls .influencer_box
{
	border: 1px solid #eaeaea;
}
section.influencer_scroller_section .influencer_owls .influencer_box .details
{
	text-align: center;
}
section.influencer_scroller_section .influencer_owls .influencer_box .details h5
{
	font-weight: 800;
	font-size: 20px;
	margin: 8px 0 10px;
	font-family: 'Inter',sans-serif;
}
section.influencer_scroller_section .influencer_owls .influencer_box .details p
{
	text-align: justify;
	font-size: 15px;
	margin: 0 5px;
	height: 88px;
	overflow: hidden;
	margin-bottom: 10px;
}
section.influencer_scroller_section .influencer_owls .influencer_box .details .social_medias
{
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 15px;
	margin-bottom: 10px;
}
section.influencer_scroller_section .influencer_owls .influencer_box .details .social_medias a
{
	width: 35px;
	height:35px;
	color: var(--white);
	line-height: 35px;
	background: var(--social_links);
	flex: 0 0 auto;
	margin: 0 4px;
	border-radius: 3px;
	box-shadow: 0 21px 28px 0 rgb(21 116 239 / 21%);
    -webkit-transition: box-shadow 350ms ease;
    transition: .2s;
}
section.influencer_scroller_section .influencer_owls .influencer_box .details .social_medias a:hover
{
	transform: scale(1.1);
}
section.influencer_scroller_section .influencer_owls .influencer_box .details .social_medias a i
{
	line-height: 35px;
	font-size: 1.2em;
}

/*
===========================================
*/

.services_home
{
	/*background-color: #ffc1f87a;*/
    position: relative;
    /*background-color: #FFF0EB;*/
    margin-top: 40px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #ffd8d8e3 0%, #ffffff 100%);
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;

}
.services_home .services_home_container
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .3;
	background-size: cover;
	background-position: center;
	z-index: 2;
}
.services_home .container
{
	position: relative;
	z-index: 5;
	padding:45px 0 20px;
	max-width: 95%;
}
.services_home .container .headings01 
{
	text-align: center;
	margin-bottom: 35px;
}
.services_home .container .headings01 h6
{
	font-weight: 600;
	margin-bottom: 0;
}
.services_home .container .headings01 h4
{
	color: #222;
	font-size: 36px;
}

/*=========================================*/

section.services_home .services_box
{
	background-color: var(--white);
	border-radius: 12px;
	margin-bottom: 25px;
    /*box-shadow: 0 0 10px 5px rgb(0 0 0 / 5%);*/
    transition: .3s;
    /*border:1px solid #dedede;*/
}
section.services_home .services_box:hover{

    box-shadow: 0 0 10px 5px rgb(0 0 0 / 20%);
}
section.services_home .services_box .image
{
	text-align: center;
	padding: 10px;
	padding-bottom: 0;
}
section.services_home .services_box .image img
{
	width: 100%;
	height: 200px;
	object-position: center;
	object-fit: contain;
}
section.services_home .services_box .content_areas
{
	padding:15px 20px 20px;
}
section.services_home .services_box .content_areas h5
{
	color: var(--black);
	font-family: 'Inter',sans-serif;
	text-transform: capitalize;
	font-weight: 800;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	margin-bottom: 15px;
	/*height: 50px;*/
	/*overflow: hidden;*/
}
section.services_home .services_box .content_areas p
{
    text-align: justify;
    color: #222;
    font-size: 15px;
    height: 85px;
    overflow: hidden;
}
section.services_home .services_box .content_areas .readmores
{
	text-align: center;
}
section.services_home .services_box .content_areas .readmores a
{
	display: inline-block;
    background-color: var(--color3);
    color: var(--white);
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px 30px;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 10px 5px rgb(0 0 0 / 20%);
    transition: .2s;
    transform: scale(.9);
}
section.services_home .services_box .content_areas .readmores a:hover
{
	text-decoration: none;
	transform: scale(1);
}

/*
========================================
*/
footer
{
	background-color: transparent;
    background-image: linear-gradient(180deg, #fd440178 0%, #ffffff 100%);
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
footer .testimonials-container
{
	padding: 50px 0 30px;
}
footer .testimonials-container .container
{
	max-width: 95%;
}
footer .testimonials-container .container .branding .logo
{
	text-align: center;
}
footer .testimonials-container .container .branding .logo img
{
	width: 120px;
}
footer .testimonials-container .container .branding .logo .text
{
	margin-top: 7px;
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	text-transform: capitalize;
}
footer .testimonials-container .container .branding .logo .text span
{
	color: var(--color1);
}

footer .footer_social
{
	display: flex;
	justify-content: center;
	margin-top: 15px;
}
footer .footer_social a
{
	margin: 0 3px;
	flex: 0 0 auto;
	width: 33px;
	height: 33px;
}
footer .container
{
	max-width: 95%;
}

footer .paddingleftfooter
{
	padding-left: 35px;
}
footer .ftrBox h5
{
	font-size: 20px;
	font-family: 'Nunito Sans',sans-serif;
	font-weight: 800;
	color: #333;
	margin-bottom: 20px;
}
footer .ftrBox ul li
{
	margin-bottom: 6px;
}
footer .ftrBox ul li a
{	
	display: block;
	color: #333;
	font-weight: 600;
	font-size: 15px;
	position: relative;
	padding-left: 13px;
	font-family: 'Nunito Sans',sans-serif;
}
footer .ftrBox ul li a:before
{
	content: '\f105';
	position: absolute;
	left: 0;
	top: 0px;
	font-family: fontawesome;
}
footer .ftrBox ul li a:hover
{
	color: var(--color3);
}
footer .width_footer1
{
	width: 20%;
}
footer .width_footer2
{
	width: 20%;
}
footer .width_footer2 .location_row
{
	display: flex;
	flex-direction: row;
	margin-bottom: 15px;
}

footer .width_footer1 .location_row .address
{
	font-size: 15px;
	font-weight: 600;
}
footer .width_footer2 .location_row img
{
	flex: 0 0 auto;
	width: 35px;
	height: 35px;
}
footer .width_footer2 .location_row span
{
	flex: 0 0 auto;
	width: calc(100% - 35px);
	padding-left: 5px;
}
footer .width_footer2 .location_row span a{
	display: block;
	margin-bottom: 1px;
	color: #222;
	font-weight: 600;
}
footer .width_footer2 .location_row span a:hover
{
	color: var(--color3);
}
/*
=======================================
*/

.copyright_text
{
	background-color: #e05f11;
	text-align: center;
	color: var(--white);
	font-size: 16px;
	font-weight: 300;
	padding: 7px 0;
}

/*
===============================================
*/


.header_banner_div_for_innerPages{
	background-color: transparent;
    background-image: linear-gradient(180deg, #fd44015c 0%, #fd44015c 100%);
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 350px;
    position: relative;
}
.header_banner_div_for_innerPages .banner_round_shape
{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 50;
	width: 30%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top;
	transform: rotate(0deg);
}
.header_banner_div_for_innerPages .mask_image
{
	position: absolute;
	width: 300px;
	right: 150px;
	top: 60px;
	height: 100%;
	z-index: 210;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top right;
}
.header_banner_div_for_innerPages .mask_image .vector1
{
	position: absolute;
	/*top: 100px;*/
	left: 0;
	animation:abc1 5s linear infinite;
}
.header_banner_div_for_innerPages .mask_image .vector2
{
	position: absolute;
	/*top: 250px;*/
	left: -70px;
	animation:abc2 5s linear infinite;
	display: none;
}
.header_banner_div_for_innerPages .mask_image .vector3
{
	position: absolute;
	top: 100px;
	/*right:-50px;*/
	width: 200px;
	animation:abc3 5s linear infinite;
}
.header_banner_div_for_innerPages .mask_image .vector4
{
	position: absolute;
	bottom: 100px;
	/*right:-50px;*/
	width: 150px;
	animation:abc4 5s linear infinite;
	display: none;
}
.header_banner_div_for_innerPages .mask_image .vector5
{
	position: absolute;
	/*bottom: 20px;*/
	left:30px;
	width: 100px;
	animation:abc5 5s linear infinite;
}
@media screen and (min-width: 993px)
{


@keyframes abc1
{
	0%
	{	
		top: 70px;
	}
	50%
	{
		top: 120px;
	}
	100%
	{
		top: 70px;
	}
}
@-webkit-keyframes abc1
{
	0%
	{	
		top: 70px;
	}
	50%
	{
		top: 120px;
	}
	100%
	{
		top: 70px;
	}
}

@keyframes abc2
{
	0%
	{	
		top: 220px;
	}
	50%
	{
		top: 270px;
	}
	100%
	{
		top: 220px;
	}
}
@-webkit-keyframes abc2
{
	0%
	{	
		top: 220px;
	}
	50%
	{
		top: 270px;
	}
	100%
	{
		top: 220px;
	}
}
@keyframes abc3
{
	0%
	{	
		right: -70px;
	}
	50%
	{
		right:-30px;
	}
	100%
	{
		right: -70px;
	}
}
@-webkit-keyframes abc3
{
	0%
	{	
		right: -70px;
	}
	50%
	{
		right:-30px;
	}
	100%
	{
		right: -70px;
	}
}
@keyframes abc4
{
	0%
	{	
		right: -70px;
	}
	50%
	{
		right:-30px;
	}
	100%
	{
		right: -70px;
	}
}
@-webkit-keyframes abc4
{
	0%
	{	
		right: -70px;
	}
	50%
	{
		right:-30px;
	}
	100%
	{
		right: -70px;
	}
}
@keyframes abc5
{
	0%
	{	
		bottom: 10px;
	}
	50%
	{
		bottom:40px;
	}
	100%
	{
		bottom: 10px;
	}
}
@-webkit-keyframes abc5
{
	0%
	{	
		bottom: 10px;
	}
	50%
	{
		bottom:40px;
	}
	100%
	{
		bottom: 10px;
	}
}

}

/*
========================================
*/

.header_banner_div_for_innerPages .welcomeTextBanner
{
	position: absolute;
	top: 170px;
	left: 50px;
	width: 43%;
}
.header_banner_div_for_innerPages .welcomeTextBanner h5
{
	font-weight: 700;
	font-size: 16px;
	margin-top: 14px;
}
.header_banner_div_for_innerPages .welcomeTextBanner h5 a
{
	color: #333;
}
.header_banner_div_for_innerPages .welcomeTextBanner h5 a i
{
	color: var(--color3);
}
.header_banner_div_for_innerPages .welcomeTextBanner h5 span
{
	color: var(--color1);
}
.header_banner_div_for_innerPages .welcomeTextBanner h3
{
	font-size: 30px;
	font-weight: 900;
	color: #F15138;
	margin-bottom: 5px;
	font-family: 'Inter', sans-serif;
}
.header_banner_div_for_innerPages .welcomeTextBanner h3 span
{
	color: var(--color6);
}
.header_banner_div_for_innerPages .welcomeTextBanner p
{
	font-size: 17px;
	text-align: justify;
	font-weight: 400;
	color: #000;
	line-height: 25px;
}
.header_banner_div_for_innerPages .welcomeTextBanner .callBackButton
{
	margin-top: 15px;
}
.header_banner_div_for_innerPages .welcomeTextBanner .callBackButton a
{
	display: inline-block;
	background-color: var(--color3);
	color: var(--white);
	font-weight: 600;
	text-transform: uppercase;
	padding: 15px 30px;
	border-radius: 6px;
	position: relative;
	overflow:hidden;
	box-shadow: 0 0 10px 5px rgba(0 0 0 / 20%);
	transition: .2s;
	transform: scale(.9);
}
.header_banner_div_for_innerPages .welcomeTextBanner .callBackButton a:hover
{
	text-decoration: none;
	transform: scale(1);
}
.header_banner_div_for_innerPages .welcomeTextBanner .callBackButton a span
{
	font-size: 15px;
	position: relative;
	z-index: 3;
}
.header_banner_div_for_innerPages .welcomeTextBanner .callBackButton a i
{
	font-size: 1.5em;
	margin-right: 5px;
	position: relative;
	z-index: 3;
}
.header_banner_div_for_innerPages .welcomeTextBanner .callBackButton a:before
{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	border-radius: 6px;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}
.header_banner_div_for_innerPages .welcomeTextBanner .callBackButton a:hover:before
{
	background-color: var(--color1);
	opacity: 1;
	visibility: visible;
}

/*
======================================================
*/
.custom_ul 
{
	margin-top: 25px;
}
.custom_ul ul
{

}
.custom_ul ul li:before,
.custom_ul ul li:after
{
	display: none;
}
.custom_ul ul
{
	margin-left: 0;
}
.custom_ul ul li
{
	display: flex;
	padding-left: 0 !important;
}
.custom_ul ul li .icon
{
	flex: 0 0 auto;
	width: 50px;
}
.custom_ul ul li .details
{
	flex: 0 0 auto;
	width: calc(100% - 50px);
	padding-left: 10px;
}
.custom_ul ul li .details h6
{
	font-weight: 800;
	font-size: 20px;
	margin-bottom: 0;
}
.custom_ul ul li .details p
{
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
}
/*
=======================================
*/

body.about_page .about_us_section .container
{	
	max-width: 90%;
}
body.about_page section.about_us_section
{
	margin-top: 60px;
	margin-bottom: 30px;
}
body.about_page .about_us_section2
{
	margin-top: 00px;
}
body.about_page .about_us_section2 .headings01 h6
{
	color: var(--color5);
}
body.about_page .about_us_section2 .headings01 h4
{
	color: var(--black)
}

body.about_page .about_us_section2 .progressbar ul li
{
	margin-bottom: 20px;
	text-align: justify;
}
body.about_page .about_us_section2 .progressbar ul li span
{
	display: block;
	font-weight: 700;
	color: var(--black);
	margin-bottom: 3px;
}
body.services_page .services_section
{
	margin-top: 50px;
	margin-bottom: 30px;
}
body.services_page .services_section .container
{
	/*max-width: 90%;*/
}
body.services_page .services_section .about_us_section_content .headings01 h4
{
	color: var(--black);
	font-size: 38px;
	margin-bottom: 25px;
}
body.services_page .services_section .about_us_section_content .headings01 h4 span
{
	color: var(--color5);
}
body.services_page .about_us_section_content
{
	padding-left: 30px;
}
body.services_page .about_us_section_content.about_us_section_content2
{
	padding-left: 0;
	padding-right: 30px;
}
body.services_page .image_container img
{
	/*width: 80%;*/
}
body.services_page .image_container.w_100 img
{
	width: 100%;
}
body.services_page .services_section1 .headings01
{
	text-align: center;
	margin-bottom: 20px;
}
body.services_page .services_section1 .headings01 h4
{
	color: var(--black);
	font-size: 30px;
}
body.services_page .services_section1 .headings01 p
{
	font-size: 18px;
	max-width: 80%;
	margin: auto;
	font-weight: 500;
	color: #555;
	line-height: 24px;
}
section.services_section_left
{
	margin-bottom: 35px;
}
section.services_section_left .about_us_section_content .headings01 h4
{
	/*text-align: left;*/
}
section.services_section_left .about_us_section_content .read_mores a
{
	display: inline-block;
	font-weight: 500;
	background-color: var(--color3);
	color: var(--white);
	padding: 10px 25px;
	border-radius: 5px;
	box-shadow: 0 0 10px 5px rgba(0 0 0 / 10%);
}
section.services_section_left .about_us_section_content .read_mores a:hover
{
	text-decoration: none;
	background-color: var(--color5);
}

/*
================================================
*/

section.influencer-marketing-campaign .influencer-marketing-campaign-container
{
	background-color: #F8F9FD;
	padding: 50px 0;
}
section.influencer-marketing-campaign .influencer-marketing-campaign-container .headings01
{	
	text-align: center;
}
section.influencer-marketing-campaign .influencer-marketing-campaign-container .headings01 h4
{
	font-size: 35px;
	color: #333;
	margin-bottom: 15px;
}

section.influencer-marketing-campaign .influencer-marketing-campaign-container .headings01 p
{
	font-size: 18px;
	max-width: 80%;
	margin: auto;
	font-weight: 500;
	color: #555;
	line-height: 24px;
}

section.influencer-marketing-campaign .campaign_icon_box
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

section.influencer-marketing-campaign .campaign_icon_box .icon_box_colom
{
	flex: 0 0 auto;
	width: calc(16.66% - 20px);
	margin:0 10px 10px;
}
section.influencer-marketing-campaign .campaign_icon_box .icon_box_colom
{
	background-color: var(--white);
	display: flex;
	flex-direction: column;
	align-items: center;
}
section.influencer-marketing-campaign .campaign_icon_box .icon_box_colom .icon
{

}

body.services_page .headings01 h4
{
	color: var(--color3) !important;
}

/*
	==========================================
*/
.bullets_points ul li
{
	padding-left: 0 !important;
	margin-bottom: 10px !important;
	font-weight: 400 !important;
	text-align: justify;
}
.bullets_points ul li:before,
.bullets_points ul li:after
{
	display: none;
}
.bullets_points ul li span
{
	display: block;
	font-weight: 700;
	font-size: 17px;
	color: var(--bs-dark);
	margin-bottom: 5px;
}
section.bg-color-section
{
	background-color: #F8F9FD;
}
section.bg-color-section .about_section_container
{
	padding: 50px 0;
}

/*
======================================
*/


/*
=====================================
*/


body.enquiry .enquiry_now
{
	background-image: var(--bg_image_after);
	background-size: contain;
}


body.enquiry .enquiry_now
{
	margin-top: 0px;
	padding: 80px 0;
	position: relative;
}
body.enquiry .enquiry_now:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(248 249 253 / 90%);
}

.enquiry_now .enquiry_container .enquiry_container_text
{
	border-radius: 8px;
	padding:35px 35px;
	background-color: #fff;
    box-shadow: 0px 0px 42px 10px rgb(0 0 0 / 5%);
    border: 1px solid #eaeaea;
    position: relative;
    z-index: 5;
}
.text_center
{
	text-align: center;
}
.inner_heading
{
	display: inline-block;
	text-align: center;
	padding-bottom: 7px;
	margin-bottom: 25px;
	font-weight: 800;
	font-size: 30px;
	position: relative;
}
.inner_heading:before
{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	max-width: 100px;
	width: 50px;
	height: 4px;
	background-color: var(--color1);
}

/*
========================================
*/

.enquiry_container_text .input_div
{
	margin-bottom: 15px;
	position: relative;
}
.enquiry_container_text .input_div .inputs
{
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 7px;
}
.enquiry_container_text .input_div .inputs[type="number"]
{

}
.enquiry_container_text .input_div .inputs:focus
{
	box-shadow: none;
}
.enquiry_container_text .input_div label
{
    position: absolute;
    top: 0;
    left: 12px;
    font-size: 15px;
    font-weight: 600;
    line-height: 50px;
    pointer-events: none;
    transition: .2s;
    color: #666;
}
.enquiry_container_text .input_div .inputs:focus + label
{
	font-size: 12px;
	color: blue;
	line-height: 20px;
}
.enquiry_container_text .input_div .inputs:valid + label
{
	font-size: 12px;
	color: blue;
	line-height: 20px;
	font-weight: 600;
}


/* Chrome, Safari, Edge, Opera */
.enquiry_container_text .input_div .inputs[type="number"]::-webkit-outer-spin-button,
.enquiry_container_text .input_div .inputs[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.enquiry_container_text .input_div .inputs[type="number"] {
  -moz-appearance: textfield;
}

.enquiry_container_text form .submit
{
	display: inline-block;
	padding: 13px 35px;
	margin-top: 5px;
	border-radius: 25px;
	background-color: var(--color3);
	color: var(--white);
	border:0px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}
.enquiry_container_text form .submit:hover
{
	background-color: var(--color5);
}




/*
=========================================
*/

section.influencer_scroller_section_Page
{
	padding-top: 60px;
	padding-bottom: 40px;
}
section.influencer_scroller_section_Page .container
{
	max-width: 90%;
}
section.influencer_scroller_section_Page .influencer_owls_rows
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
section.influencer_scroller_section_Page .influencer_owls_rows .influencer_owls_coloms
{
	flex: 0 0 auto;
	width: calc(25% - 30px);
	margin: 0 10px 20px;
}
section.influencer_scroller_section_Page .influencer_owls_rows .influencer_owls_coloms .influencer_box
{
	background-color: var(--white);
	box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 15%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 10px;
    border-radius: 8px;
}
section.influencer_scroller_section_Page .influencer_owls_rows .influencer_owls_coloms .influencer_box .images img
{
	border-radius: 8px;
	width: 100%;
	height: 270px;
	object-position: top center;
	object-fit: cover;
}
section.influencer_scroller_section_Page .influencer_owls_rows .influencer_owls_coloms .influencer_box
{
	border: 1px solid #eaeaea;
}
section.influencer_scroller_section_Page .influencer_owls_rows .influencer_owls_coloms .influencer_box .details
{
	text-align: center;
}
section.influencer_scroller_section_Page .influencer_owls_rows .influencer_owls_coloms .influencer_box .details h5
{
	font-weight: 800;
	font-size: 20px;
	margin: 8px 0 10px;
	font-family: 'Inter',sans-serif;
}
section.influencer_scroller_section_Page .influencer_owls_rows .influencer_owls_coloms .influencer_box .details p
{
	text-align: justify;
	font-size: 15px;
	margin: 0 5px;
	height: 88px;
	overflow: hidden;
	margin-bottom: 10px;
}
section.influencer_scroller_section_Page .influencer_owls_rows .influencer_owls_coloms .influencer_box .details .social_medias
{
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 15px;
	margin-bottom: 10px;
}
section.influencer_scroller_section_Page .influencer_owls_rows .influencer_owls_coloms .influencer_box .details .social_medias a
{
	width: 35px;
	height:35px;
	color: var(--white);
	line-height: 35px;
	background: var(--social_links);
	flex: 0 0 auto;
	margin: 0 4px;
	border-radius: 3px;
	box-shadow: 0 21px 28px 0 rgb(21 116 239 / 21%);
    -webkit-transition: box-shadow 350ms ease;
    transition: .2s;
}
section.influencer_scroller_section_Page .influencer_owls_rows .influencer_owls_coloms .influencer_box .details .social_medias a:hover
{
	transform: scale(1.1);
}
section.influencer_scroller_section_Page .influencer_owls_rows .influencer_owls_coloms .influencer_box .details .social_medias a i
{
	line-height: 35px;
	font-size: 1.2em;
}

section.influencer_scroller_section_Page .headings01 h4
{
	text-align: center;
	font-size: 35px;
	margin-bottom: 25px;
	color: #333;
}

/*
=======================================
*/

section.testimonial_section_page
{
	background-image: var(--bg_image_after);
	background-size: contain;
}
section.testimonial_section_page .testimonial_section_page_container
{
	padding: 50px 0;
	background-color: rgba(255 255 255 / 90%);
}
section.testimonial_section_page .headings01
{
	text-align: center;
}
section.testimonial_section_page .headings01 h4
{
	font-size: 35px;
	color: var(--black);
}

/*
=============================================
*/

section.testimonial_section_page .container
{
	max-width: 95%;
}
.testimonial_row
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 30px;
}
.testimonial_row .testmonial_colom
{
	flex: 0 0 auto;
    width: calc(33.33% - 40px);
    margin: 0 20px 30px;
    background-color: var(--white);
    border: 5px solid #e1ddde;
    padding:48px 31px 20px 37px;
    border-radius: 20px;
    position: relative;
}
.testimonial_row .testmonial_colom:before
{
	content: '\f10d';
    position: absolute;
    top: -6px;
    left: -6px;
    width: 63px;
    height: 63px;
    font-family: fontawesome;
    background-color: var(--white);
    text-align: center;
    line-height: 63px;
    font-size: 2.5em;
    color: var(--color5);
    z-index: 1;
}
.testimonial_row .testmonial_colom:after
{
	content: '\f10e';
    position: absolute;
    bottom: -6px;
    right: -6px;
    width: 63px;
    height: 63px;
    font-family: fontawesome;
    background-color: var(--white);
    text-align: center;
    line-height: 63px;
    font-size: 2.5em;
    color: var(--color5);
    z-index: 1;
}
.testimonial_row .testmonial_colom .testimonial_padding_box
{
	position: relative;
	z-index: 2;
}
.testimonial_row .testmonial_colom .testimonial_padding_box .desc
{
	text-align: justify;
	font-size: 16px;
	line-height: 23px;
	color: #555;
	margin-bottom: 10px;
	height: 115px;
	overflow: hidden;
}
.testimonial_row .testmonial_colom .testimonial_padding_box .details
{
	display: inline-flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 5px;
}
.testimonial_row .testmonial_colom .testimonial_padding_box .details .image
{
	flex: 0 0 auto;
	width: 50px;
	height:50px;
}
.testimonial_row .testmonial_colom .testimonial_padding_box .details .other_details
{
	align-self: center;
	flex: 0 0 auto;
	width: calc(100% - 50px);
	padding-left: 10px;
}
.testimonial_row .testmonial_colom .testimonial_padding_box .details .other_details h6
{
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 0px;
}
.testimonial_row .testmonial_colom .testimonial_padding_box .details .other_details p
{
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 0px;
	color: #555;
}

/*
============================================
*/

section.clients_section
{
	margin-top: 35px;
}
section.clients_section .headings01 h4
{
	text-align: center;
	font-size: 34px;
	color: #444;
	font-weight: 800;
}

/*
==============================================
*/
section.clients_section
{
	margin-bottom: 35px;
}
section.clients_section .container
{
	max-width: 90%;
}
.clients_page_row
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 40px;
	justify-content: center;
}
.clients_page_row .clients_coloms
{
	flex: 0 0 auto;
	width:16.66666%;
	padding: 25px 20px 25px;
/*	border-bottom: 1px dashed #eaeaea;
	border-right: 1px dashed #eaeaea;*/
}

.clients_page_row .clients_coloms img
{
	width: 100%;
	height: 50px;
	object-position: center;
	object-fit: contain;
	overflow: hidden;
	transition: .4s;
}
.clients_page_row .clients_coloms:hover img
{
	transform: scale(1.05);
}


@media screen and (min-width:993px)
{
    .all_services_section .service_section:nth-child(even)
    {
          background-color:#F8F9FD;
          padding:40px 0;
    }
    .all_services_section .service_section .row .col-img .image_container
    {
        position:sticky;
        top:25px;
    }
    .all_services_section .service_section:nth-child(even) .row .col-img
    {
          order:2;  
    }
    .all_services_section .service_section:nth-child(even) .row .col-text
    {
          order:1;   
    }
    .all_services_section .service_section .headings01 h4
    {
        text-align:left;
    }
    body.services_page .about_us_section_content{
        padding-left:0px;
    }
}
