@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Nunito+Sans:opsz,wght@6..12,200;6..12,300;6..12,400;6..12,500;6..12,600;6..12,700;6..12,800;6..12,900;6..12,1000&family=Quicksand:wght@300;400;500;600;700&display=swap');
:root
{

	--color1:#ff1216;
	/*FF1216*/
	--color2:#FFBAA7;
	--color3:#373737;
	--bgl:#FFF2F0;
	--white:#fff;
	--black:#000;
}
/*
	font-family: 'Montserrat', sans-serif;
	font-family: 'Nunito Sans', sans-serif;
	font-family: 'Quicksand', sans-serif;

*/

.textHeightFix{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

@media screen and (min-width: 993px)
{
	.navigation .nav-container .navigation-row .logo_area .menuToggle
	{
		display: none;
	}
}
ul
{
	list-style-type: none;
	margin-bottom: 0;
}
a
{
	text-decoration: none;
}
*{
	box-sizing: border-box;
	/*overflow: hidden;*/
}
body
{
	font-family: 'Nunito Sans', sans-serif;
	font-size: 15px;
	color: #333;
	overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6
{
	font-family: 'Quicksand', sans-serif;
}
.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;
}

/*
	******************************************
*/

/*#topNav
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
}
#topNav .topNavContainer
{
	padding-left: 2.5%;
	padding-right: 2.5%;
	padding-top: 15px;
	display: flex;
	justify-content: space-between;
}
#topNav .topNavContainer .logo img
{
	width: 280px;
}*/




/*
====================================
*/

.navigations_area
{
    position: absolute;
    top: 10px;
    z-index: 5;
    width: 100%;
    /*border-bottom: 1px solid #323232;*/
    transition: .3s;
}
.navigations_area .container
{
	max-width: 93%;
}

.navigations_area.show_fixed
{
	background-color:rgba(0 0 0 / 90%);
	position: fixed;
	z-index: 20;
	top: 0;
}

/*
==================================
*/
.navigations_area .logo-area img
{
	width: 300px;
}
.my_navigation
{
	overflow: hidden;
}
.my_navigation .main-ul
{	
	float: right;
}
.my_navigation .main-ul .main-li
{
	float: left;
}
.my_navigation .main-ul .main-li > a
{
	display: block;
	font-size: 15px;
	padding: 28px 7px;
	margin: 0 8px;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--white);
	position: relative;
}
.my_navigation .main-ul .main-li > a:after
{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0%;
	height: 1px;
	background-color: #00B9C5;
	transition: .3s;
}
.my_navigation .main-ul .main-li:hover > a:after,
.my_navigation .main-ul .main-li.active > a:after
{
	width: 100%;
}
.my_navigation .main-ul .main-li > a:before
{
	content: attr(anchor-link);
	position: absolute;
	top: 100%;
	left: 0;
	padding: 28px 7px;
	transition: .5s;
	opacity: 0;
	visibility: hidden;
}
.my_navigation .main-ul .main-li:hover > a,
.my_navigation .main-ul .main-li.active > a
{
	text-decoration: none;
}
.my_navigation .main-ul .main-li:hover > a span,
.my_navigation .main-ul .main-li.active > a span
{
	color: transparent;
}
.my_navigation .main-ul .main-li:hover > a:before,
.my_navigation .main-ul .main-li.active > a:before
{
	top: 0;
	opacity: 1;
	visibility: visible;
	color: #00B9C5;
}



/*
================================
*/
.navigation_btn_toggle {
    text-align: right;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.navigation_btn_toggle .mobile_number_area
{
	margin-right: 0px;
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.navigation_btn_toggle .mobile_number_area .blocks
{
	flex:0 0 auto;
	margin-left: 25px;
}
.navigation_btn_toggle .mobile_number_area .blocks .icon
{
	display: inline-block;
}
.navigation_btn_toggle .mobile_number_area .blocks .icon i
{
	color: var(--white);
	font-size: 1.5em;
	text-align: center;
	text-align: center;
	border-radius: 50%;
	margin-right: 5px;
	width: 35px;
	height: 35px;
	background-color: var(--color1);
	line-height: 35px;
}
.navigation_btn_toggle .mobile_number_area .blocks .value
{
	display: inline-block;
	font-size: 18px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
	color: var(--white);
}
.navigation_btn_toggle .mobile_number_area .blocks:hover .icon i,
.navigation_btn_toggle .mobile_number_area .blocks:hover .value
{
	color: var(--white);
}


.navigation_full_page_screen .navigation_row::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.navigation_full_page_screen .navigation_row {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}


@media screen and (max-width: 767px)
{
	.navigation_btn_toggle
	{
		display: none;
	}
}


/*
	******************************************
*/

section.banner
{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
section.banner #wave
{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}
section.banner #wave path
{
	fill: var(--white);
}
section.banner .banner_container
{
	width: 100%;
	height: 100%;
	background-color: rgba(0 0 0 / 70%);
	min-height: 100vh;
	padding:130px 80px 150px;
	text-align: left;
	position: relative;
	z-index: 2;
}
section.banner .banner_container .content_box h2
{
	font-weight: 900;
	font-size: 50px;
	color: var(--color1);
}
section.banner .banner_container .content_box h2 span
{
	color: var(--white);
}
section.banner .banner_container .content_box h4
{
	margin-top: 20px;
	font-weight: 800;
	font-size: 30px;
	color: var(--white);
}
section.banner .banner_container .content_box p
{
	margin-top: 20px;
	font-size: 18px;
	color: var(--white);
	font-weight: 300;
}

@media screen and (min-width: 992px)
{

	section.banner .banner_container .content_box p
	{
		text-align: justify;
		max-width: 80%;
	}
}

@media screen and (min-width: 768px) and (max-width: 992px)
{
	section.banner .banner_container
	{
		padding: 120px 40px 30px;
	}
	section.banner .banner_container .content_box h2
	{
		font-size: 40px;
		text-align: left;
	}
	section.banner .banner_container .content_box h4
	{
		margin-top: 10px;
	    font-size: 18px;
	    text-align: left;
	}
	section.banner .banner_container .content_box p
	{
		max-width: 95%;
		font-size: 17px;
		text-align: justify;
	}
}

@media screen and (min-width: 768px) and (max-width: 992px)
{
	section.banner .banner_container
	{
		padding: 70px 40px 70px;
	}
		section.banner .banner_container
	{
		display: flex;
		flex-direction: column;
	}
	section.banner .banner_container .content_box
	{
		order: 2;
		margin-top: 25px;
	}
	section.banner .banner_container .form_area_footer
	{
		order: 1;
	}
}
@media screen and (min-width: 577px) and (max-width: 767px)
{
	section.banner .banner_container
	{
		padding: 120px 40px 70px;
	}
	section.banner .banner_container .content_box h2
	{
		font-size: 40px;
		text-align: left;
	}
	section.banner .banner_container .content_box h4
	{
		margin-top: 10px;
	    font-size: 18px;
	    text-align: left;
	}
	section.banner .banner_container .content_box p
	{
		max-width: 95%;
		font-size: 17px;
		text-align: justify;
	}	section.banner .banner_container
	{
		display: flex;
		flex-direction: column;
	}
	section.banner .banner_container .content_box
	{
		order: 2;
		margin-top: 25px;
	}
	section.banner .banner_container .form_area_footer
	{
		order: 1;
	}
}

@media screen and (min-width: 481px) and (max-width: 576px)
{
	section.banner .banner_container
	{
		padding: 120px 40px 30px;
	}
	section.banner .banner_container .content_box h2
	{
		font-size: 40px;
		text-align: left;
	}
	section.banner .banner_container .content_box h4
	{
		margin-top: 10px;
	    font-size: 18px;
	    text-align: left;
	}
	section.banner .banner_container .content_box p
	{
		max-width: 95%;
		font-size: 17px;
		text-align: justify;
	}
		section.banner .banner_container
	{
		display: flex;
		flex-direction: column;
	}
	section.banner .banner_container .content_box
	{
		order: 2;
	}
	section.banner .banner_container .form_area_footer
	{
		order: 1;
	}
}
@media screen and (max-width: 480px)
{
	section.banner .banner_container
	{
		padding: 100px 20px 50px;
	}
	section.banner .banner_container
	{
		display: flex;
		flex-direction: column;
	}
	section.banner .banner_container .content_box
	{
		order: 2;
	}
	section.banner .banner_container .form_area_footer
	{
		order: 1;
	}
	section.banner .banner_container .content_box
	{
		margin-top: 25px;
	}
	section.banner .banner_container .content_box h2
	{
		font-size: 30px;
		text-align: left;
	}
	section.banner .banner_container .content_box h4
	{
		margin-top: 10px;
	    font-size: 18px;
	    text-align: left;
	}
	section.banner .banner_container .content_box p
	{
		max-width: 95%;
		font-size: 15px;
		text-align: justify;
	}

}
/*
	************************************
*/

.iconBox-heading .heading
{
	text-align: center;
	margin-bottom: 20px;
}
.iconBox-heading .heading h5
{
	background-color: var(--color1);
	color: var(--white);
	font-size: 16px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 500;
	word-spacing: 4px;
	letter-spacing: 1px;
	padding: 8px 30px;
	border-radius: 25px;
	margin-bottom: 10px;
}
.iconBox-heading .heading h3
{
	color: #111;
	font-size: 35px;
	font-weight: 1000;
}

/*
	*****************************************
*/

section.brandImage
{
	margin-top: 20px;
	margin-bottom: 40px;
}

section.brandImage.brandImage2
{
	margin-top: 45px;
}
section.brandImage .container
{
	max-width: 95%;
}
section.brandImage .customize-icon-box
{
	display: grid;
	grid-template-columns: repeat(5,1fr);
	grid-column-gap: 15px;
	grid-row-gap: 0;
}
section.brandImage .customize-icon-box .boxcolom
{
	margin-top: 40px;
    border-radius: 10px;
    transition: .2s;
}
section.brandImage .customize-icon-box .boxcolom .paddingBox
{
    background-color: var(--white);
    box-shadow: 2px 3px 11px 4px rgb(0 0 0 / 10%);
    padding: 18px;
    border-radius: 10px;
    height: 100%;
}

section.brandImage .customize-icon-box .boxcolom:hover
{
	transform: scale(1.05);
}
section.brandImage .customize-icon-box .boxcolom .paddingBox .icon
{
    position: relative;
    margin-top: -50px;
    display: block;
    text-align: center;
}
section.brandImage .customize-icon-box .boxcolom .paddingBox .icon img
{
    width: 80px;
    height: 80px;
    background: var(--white);
    padding: 14px;
    border: 5px solid #000;
    border-radius: 12px;
}
section.brandImage .customize-icon-box .boxcolom.col1
{
	border-left: 5px solid #FF7667;
}
section.brandImage .customize-icon-box .boxcolom.col2
{
	border-left: 5px solid #31077D;
}
section.brandImage .customize-icon-box .boxcolom.col3
{
	border-left: 5px solid #3DCEFB;
}
section.brandImage .customize-icon-box .boxcolom.col4
{
	border-left:5px solid  #9656D2;
}
section.brandImage .customize-icon-box .boxcolom.col5
{
	border-left: 5px solid #981E20;
}


section.brandImage .customize-icon-box .boxcolom:hover.col1
{
	border-right: 5px solid #FF7667;
}
section.brandImage .customize-icon-box .boxcolom:hover.col2
{
	border-right: 5px solid #31077D;
}
section.brandImage .customize-icon-box .boxcolom:hover.col3
{
	border-right: 5px solid #3DCEFB;
}
section.brandImage .customize-icon-box .boxcolom:hover.col4
{
	border-right:5px solid  #9656D2;
}
section.brandImage .customize-icon-box .boxcolom:hover.col5
{
	border-right: 5px solid #981E20;
}




section.brandImage .customize-icon-box .boxcolom.col1 .paddingBox .icon img
{
	border-color: #FF7667;
}
section.brandImage .customize-icon-box .boxcolom.col2 .paddingBox .icon img
{
	border-color: #31077D;
}
section.brandImage .customize-icon-box .boxcolom.col3 .paddingBox .icon img
{
	border-color: #3DCEFB;
}
section.brandImage .customize-icon-box .boxcolom.col4 .paddingBox .icon img
{
	border-color: #9656D2;
}
section.brandImage .customize-icon-box .boxcolom.col5 .paddingBox .icon img
{
	border-color: #981E20;
}


section.brandImage .customize-icon-box .boxcolom .paddingBox .detailBox
{
	text-align: center;
	margin-top: 15px;
}
section.brandImage .customize-icon-box .boxcolom .paddingBox .detailBox h4
{
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    color: #444;
}
section.brandImage .customize-icon-box .boxcolom .paddingBox .detailBox p
{
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    color: #222;
    margin-bottom: 0;
}


@media screen and (min-width: 768px) and (max-width: 992px)
{
	section.brandImage .customize-icon-box
	{
		grid-template-columns: repeat(2,1fr);
	}
	section.brandImage .customize-icon-box .boxcolom
	{
		margin-top: 55px;
	}
}

@media screen and (min-width: 577px) and (max-width: 767px)
{
	section.brandImage .customize-icon-box
	{
		grid-template-columns: repeat(2,1fr);
	}
	section.brandImage .customize-icon-box .boxcolom
	{
		margin-top: 65px;
	}
}


@media screen and (min-width: 481px) and (max-width: 576px)
{
	section.brandImage .customize-icon-box
	{
		grid-template-columns: repeat(1,1fr);
	}
	section.brandImage .customize-icon-box .boxcolom
	{
		margin-top: 65px;
	}
}


@media screen and (max-width: 480px)
{
	section.brandImage .customize-icon-box
	{
		grid-template-columns: repeat(1,1fr);
	}
}

/*
	***************
*/

section.brandImage.brandImage2 .customize-icon-box{
	grid-template-columns: repeat(7,1fr);
}
section.brandImage.brandImage2 .customize-icon-box .boxcolom .paddingBox .icon img
{
}
section.brandImage.brandImage2 .customize-icon-box .boxcolom .paddingBox .icon img
{
	border: 0px;
	background-color: #111;
}
section.brandImage.brandImage2 .customize-icon-box .boxcolom .paddingBox .detailBox h4
{
	margin-bottom: 0;
}

@media screen and (min-width: 768px) and (max-width: 992px)
{
	section.brandImage.brandImage2 .customize-icon-box
	{
		grid-template-columns: repeat(3,1fr) !important;
	}
	section.brandImage .customize-icon-box .boxcolom .paddingBox
	{
		padding: 30px 18px;
	}
	section.brandImage .customize-icon-box .boxcolom
	{
		margin-top: 35px;
	}
}

@media screen and (min-width: 577px) and (max-width: 767px)
{
	section.brandImage.brandImage2 .customize-icon-box
	{
		grid-template-columns: repeat(2,1fr) !important;
	}
	section.brandImage .customize-icon-box .boxcolom .paddingBox
	{
		padding: 30px 18px;
	}
}
@media screen and (min-width: 481px) and (max-width: 576px)
{
	section.brandImage.brandImage2 .customize-icon-box
	{
		grid-template-columns: repeat(2,1fr) !important;
	}
}

@media screen and (max-width: 480px)
{
	section.brandImage.brandImage2 .customize-icon-box
	{
		grid-template-columns: repeat(2,1fr);
	}
}

/*
	*************************************
*/

section.enhanceroi-section
{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 40px;
	position: relative;
}
section.enhanceroi-section #wave2
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
section.enhanceroi-section #wave2 path
{
	fill: var(--white);
}
section.enhanceroi-section .enhanceroi-container
{
	padding: 150px 0 30px;
	background-color: rgba(0 0 0 / 60%);
}
section.enhanceroi-section .enhanceroi-container .heading h3
{
	font-size: 45px;
	color: var(--color1);
	line-height: 50px;
	margin-bottom: 15px;
}
section.enhanceroi-section .enhanceroi-container .heading p.big
{
	max-width: 90%;
	margin: auto;
	font-weight: 400;
	font-size: 24px;
	color: var(--white);
	line-height: 33px;
	margin-bottom: 20px;
}
section.enhanceroi-section .enhanceroi-container .heading p
{
	max-width: 90%;
	margin: auto;
	font-weight: 300;
	font-size: 17px;
	color: var(--white);
	line-height: 24px;
	margin-bottom: 20px;
}

@media screen and (min-width: 768px) and (max-width: 992px)
{
	section.enhanceroi-section .enhanceroi-container
	{
		padding: 90px 0 50px;
	}
	section.enhanceroi-section .enhanceroi-container .heading h3
	{
		line-height: 37px;
		max-width: 80%;
		margin: auto;
		margin-bottom: 25px;
		font-size: 30px;
	}
	section.enhanceroi-section .enhanceroi-container .heading h3 br
	{
		display: none;
	}
	section.enhanceroi-section .enhanceroi-container .heading p.big
	{
		max-width: 100%;
		font-size: 20px;
		text-align: justify;
		line-height: 26px;
	}
	section.enhanceroi-section .enhanceroi-container .heading p
	{
		max-width: 100%;
		font-size: 15px;
		text-align: justify;
		line-height: 24px;
	}
}

@media screen and (min-width: 577px) and (max-width: 767px)
{
	section.enhanceroi-section .enhanceroi-container
	{
		padding: 90px 0 50px;
	}
	section.enhanceroi-section .enhanceroi-container .heading h3
	{
		line-height: 37px;
		font-size: 30px;
	}
	section.enhanceroi-section .enhanceroi-container .heading h3 br
	{
		display: none;
	}
	section.enhanceroi-section .enhanceroi-container .heading p.big
	{
		max-width: 100%;
		font-size: 20px;
		text-align: justify;
		line-height: 26px;
	}
	section.enhanceroi-section .enhanceroi-container .heading p
	{
		max-width: 100%;
		font-size: 15px;
		text-align: justify;
		line-height: 24px;
	}
}


@media screen and (min-width: 481px) and (max-width: 576px)
{
	section.enhanceroi-section .enhanceroi-container
	{
		padding: 70px 0 30px;
	}
	section.enhanceroi-section .enhanceroi-container .heading h3
	{
		line-height: 37px;
		font-size: 30px;
	}
	section.enhanceroi-section .enhanceroi-container .heading h3 br
	{
		display: none;
	}
	section.enhanceroi-section .enhanceroi-container .heading p.big
	{
		max-width: 100%;
		font-size: 22px;
		text-align: justify;
		line-height: 26px;
	}
	section.enhanceroi-section .enhanceroi-container .heading p
	{
		max-width: 100%;
		font-size: 14px;
		text-align: justify;
		line-height: 24px;
	}
}

@media screen and (max-width: 480px)
{
	section.enhanceroi-section .enhanceroi-container
	{
		padding: 70px 0 30px;
	}
	section.enhanceroi-section .enhanceroi-container .heading h3
	{
		line-height: 32px;
		font-size: 24px;
	}
	section.enhanceroi-section .enhanceroi-container .heading h3 br
	{
		display: none;
	}
	section.enhanceroi-section .enhanceroi-container .heading p.big
	{
		max-width: 100%;
		font-size: 20px;
		text-align: justify;
		line-height: 26px;
	}
	section.enhanceroi-section .enhanceroi-container .heading p
	{
		max-width: 100%;
		font-size: 15px;
		text-align: justify;
		line-height: 26px;
	}
}

/*
	**************************
*/

.enhanceroi-section2
{
	margin-top: 0 !important;
}
.enhanceroi-section2 .enhanceroi-container
{
	background-color: var(--white) !important;
}
section.enhanceroi-section.enhanceroi-section2 .enhanceroi-container
{
	padding-top: 50px;
}
section.enhanceroi-section.enhanceroi-section2 .enhanceroi-container .heading p.big
{
	font-weight: 600;
	color: #333;
	max-width: 100% !important;
}
section.enhanceroi-section.enhanceroi-section2 .enhanceroi-container .heading p
{
	color: #000;
	font-weight: 400;
	max-width: 100% !important;
}
section.enhanceroi-section.enhanceroi-section2 .heading3Text
{
	margin-top: 30px;
}
section.enhanceroi-section.enhanceroi-section2 .heading3Text h3
{
	text-align: center;
	font-size: 20px;
	font-weight: 800;
	text-transform: capitalize;
	color:#222;
}
section.enhanceroi-section.enhanceroi-section2 .heading3Text .flexTextIcon{
	margin-top: 25px;
}
section.enhanceroi-section.enhanceroi-section2 .heading3Text .flexTextIcon ul
{
	display: flex;
	justify-content: center;
	grid-column-gap: 20px;
}
section.enhanceroi-section.enhanceroi-section2 .heading3Text .flexTextIcon ul li
{
	background-color: var(--color1);
	color: var(--white);
	padding: 8px 30px;
	border-radius: 25px;
}
section.enhanceroi-section.enhanceroi-section2 .heading3Text .flexTextIcon ul li:nth-child(1)
{
	background-color: #9153CB;
}
section.enhanceroi-section.enhanceroi-section2 .heading3Text .flexTextIcon ul li:nth-child(2)
{
	background-color: #3AC5F1;
}
section.enhanceroi-section.enhanceroi-section2 .heading3Text .flexTextIcon ul li:nth-child(3)
{
	background-color: #F06F60;
}
section.enhanceroi-section.enhanceroi-section2 .heading3Text .flexTextIcon ul li:nth-child(4)
{
	background-color: #2F0678;
}

@media screen and (min-width: 768px) and (max-width: 992px)
{
	section.enhanceroi-section.enhanceroi-section2 .heading3Text .flexTextIcon ul
	{
		padding-left: 0;
		grid-column-gap: 0px;
		grid-row-gap: 10px;
		flex-wrap: wrap;
	}
	section.enhanceroi-section.enhanceroi-section2 .heading3Text .flexTextIcon ul li
	{
		width: 47%;
		margin: 0 1%;
		text-align: center;
		font-size: 16px;
		padding: 10px 15px;
		font-weight: 500;
		margin-bottom: 7px;
	}
}

@media screen and (min-width: 577px) and (max-width: 767px)
{
	section.enhanceroi-section.enhanceroi-section2 .heading3Text .flexTextIcon ul
	{
		padding-left: 0;
		grid-column-gap: 0px;
		grid-row-gap: 10px;
		flex-wrap: wrap;
	}
	section.enhanceroi-section.enhanceroi-section2 .heading3Text .flexTextIcon ul li
	{
		width: 47%;
		margin: 0 1%;
		text-align: center;
		font-size: 16px;
		padding: 10px 15px;
		font-weight: 500;
		margin-bottom: 7px;
	}
}


@media screen and (min-width: 481px) and (max-width: 576px)
{
	section.enhanceroi-section.enhanceroi-section2 .heading3Text .flexTextIcon ul
	{
		flex-direction: column;
		padding-left: 0;
	}
	section.enhanceroi-section.enhanceroi-section2 .heading3Text .flexTextIcon ul li
	{
		text-align: center;
		font-size: 16px;
		padding: 10px 15px;
		font-weight: 500;
		margin-bottom: 7px;
	}
}

@media screen and (max-width: 480px)
{
	section.enhanceroi-section.enhanceroi-section2 .heading3Text .flexTextIcon ul
	{
		flex-direction: column;
		padding-left: 0;
	}
	section.enhanceroi-section.enhanceroi-section2 .heading3Text .flexTextIcon ul li
	{
		margin-bottom: 10px;
	}
}

/*
	==================================


section.our-web-designing-services
{
    background-repeat: no-repeat;
    background-position: top;
    z-index: 2;
    margin-top: 50px;
}
section.our-web-designing-services .owds-container
{
	padding: 80px 0 30px;
}
section.our-web-designing-services .iconBox-heading .heading
{
	text-align: left;
}
section.our-web-designing-services .iconBox-heading .heading h5
{
	font-weight: 800;
	background-color:#000;
}
section.our-web-designing-services .iconBox-heading .heading p
{
	margin-top: 16px;
	font-weight: 600;
	font-size: 16px;
	line-height: 28px;
	text-align: justify;
	margin-bottom: 0;
}


/*
	****************************
*/

section.our-web-designing-services .heading-owds
{
	margin-top: 100px;
}
section.our-web-designing-services .rightsidecontentBox
{ 
	padding-left: 30px;
}
section.our-web-designing-services .rightsidecontentBox .iconBox_owds
{
	background-color: var(--white);
	padding: 25px;
	border-radius: 12px;
	box-shadow: 2px 3px 11px 4px rgb(0 0 0 / 10%);
}
section.our-web-designing-services .rightsidecontentBox .iconBox_owds .icon
{
	display: inline-block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	padding: 13px;
}
section.our-web-designing-services .rightsidecontentBox .iconBox_owds .icon.icon1
{
	background-color: #F06F60;
}
section.our-web-designing-services .rightsidecontentBox .iconBox_owds .icon.icon2
{
	background-color: #2F0678;
}
section.our-web-designing-services .rightsidecontentBox .iconBox_owds .icon.icon3
{
	background-color: #3AC5F1;
}
section.our-web-designing-services .rightsidecontentBox .iconBox_owds .icon.icon4
{
	background-color: #9153CB;
}
section.our-web-designing-services .rightsidecontentBox .iconBox_owds .icon.icon5
{
	background-color: #901C1E;
}
section.our-web-designing-services .rightsidecontentBox .iconBox_owds .icon.icon6
{
	background-color: #5530AD;
}
section.our-web-designing-services .rightsidecontentBox .iconBox_owds:not(:last-child)
{
	margin-bottom: 20px;
}
section.our-web-designing-services .rightsidecontentBox .iconBox_owds h4
{
	font-weight: 800;
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}
section.our-web-designing-services .rightsidecontentBox .iconBox_owds p
{
	font-weight: 400;
	font-size: 16px;
	color: #111;
	margin-bottom: 0;
}

@media screen and (min-width: 768px) and (max-width: 992px)
{

	section.our-web-designing-services .heading-owds
	{
		margin-top: 30px;
	}
	section.our-web-designing-services .iconBox-heading .heading h5
	{
		padding: 8px 18px;
		word-spacing: 1px;
		letter-spacing: 0;
		font-size: 16px;
		font-weight: 700;
	}
	section.our-web-designing-services .iconBox-heading .heading p
	{
		text-align: justify;
		font-size: 16px;
	}
	section.our-web-designing-services .rightsidecontentBox
	{
		padding-left: 0;
	}
	section.our-web-designing-services
	{
		background-image: none !important;
	}
	section.our-web-designing-services .rightsidecontentBox .iconBox_owds:last-child {
    	margin-bottom: 20px;
	}

}

@media screen and (min-width: 577px) and (max-width: 767px)
{

	section.our-web-designing-services .heading-owds
	{
		margin-top: 30px;
	}
	section.our-web-designing-services .iconBox-heading .heading h5
	{
		padding: 8px 18px;
		word-spacing: 1px;
		letter-spacing: 0;
		font-size: 16px;
		font-weight: 700;
	}
	section.our-web-designing-services .iconBox-heading .heading p
	{
		text-align: justify;
		font-size: 16px;
	}
	section.our-web-designing-services .rightsidecontentBox
	{
		padding-left: 0;
	}
	section.our-web-designing-services
	{
		background-image: none !important;
	}
	section.our-web-designing-services .rightsidecontentBox .iconBox_owds:last-child {
    	margin-bottom: 20px;
	}

}
@media screen and (min-width: 481px) and (max-width: 576px)
{

	section.our-web-designing-services .heading-owds
	{
		margin-top: 30px;
	}
	section.our-web-designing-services .iconBox-heading .heading h5
	{
		padding: 8px 18px;
		word-spacing: 1px;
		letter-spacing: 0;
		font-size: 16px;
		font-weight: 700;
	}
	section.our-web-designing-services .iconBox-heading .heading p
	{
		text-align: justify;
		font-size: 16px;
	}
	section.our-web-designing-services .rightsidecontentBox
	{
		padding-left: 0;
	}
	section.our-web-designing-services
	{
		background-image: none !important;
	}
	section.our-web-designing-services .rightsidecontentBox .iconBox_owds:last-child {
    	margin-bottom: 20px;
	}

}

@media screen and (max-width: 480px)
{
	section.our-web-designing-services
	{
		/*background-color: var(--color1);*/
	}
	section.our-web-designing-services .heading-owds
	{
		margin-top: 30px;
	}
	section.our-web-designing-services .iconBox-heading .heading h5
	{
		padding: 8px 18px;
		word-spacing: 1px;
		letter-spacing: 0;
		font-size: 15px;
		font-weight: 600;
	}
	section.our-web-designing-services .iconBox-heading .heading p
	{
		text-align: justify;
		font-size: 14px;
	}
	section.our-web-designing-services .rightsidecontentBox
	{
		padding-left: 0;
	}
	section.our-web-designing-services
	{
		background-image: none !important;
	}
	section.our-web-designing-services .rightsidecontentBox .iconBox_owds:last-child {
    	margin-bottom: 20px;
	}

}

/*
	******************************************
*/

section.timelines-section
{
	background-color: #000;
	margin-top: 60px;
	padding: 50px 0;
}
section.timelines-section .iconBox-heading .heading h4
{
	margin-bottom: 10px;
}
section.timelines-section .iconBox-heading .heading p
{
	font-weight: 200;
	font-size: 16px;
}
section.timelines-section .iconBox-heading .heading h3,
section.timelines-section .iconBox-heading .heading h4,
section.timelines-section .iconBox-heading .heading p
{
	color: var(--white);
}

/*
	==================================
*/
.timelineBox
{
	max-width: 90%;
	margin: auto;
}
.timelineBox .centerLine
{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 100%;
	border-left: 1px dashed #000;
}
.timelineBox .wrapper
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.timelineBox .wrapper .block
{
	flex: 0 0 auto;
	width: 48%;
}

/*
	====================================
*/

.iconsBox_02_row
{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	margin-top: 40px;
}
.iconsBox_02_row .iconBox
{
	display: inline-flex;
	border: 2px solid #fff;
	padding: 10px 20px;
	border-radius: 38px;
	align-items: center;
}
.iconsBox_02_row .iconBox
{

}
.iconsBox_02_row .iconBox .icon
{
	width: 50px;
	height:50px;
	background-color: var(--color1);
	color: var(--white);
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
}
.iconsBox_02_row .iconBox .value
{
	padding-left: 10px;
	color: var(--white);
	font-size: 18px;
	font-weight: 600;
}
.iconsBox_02_row .iconBox .value br
{
	display: none;
}

@media screen and (min-width: 768px)  and (max-width: 992px)
{
	.iconsBox_02_row
	{
		grid-template-columns: repeat(2,1fr);
	}
	.time-line-container .container
	{
		max-width: 95%;
	}
	.iconsBox_02_row .iconBox .value
	{
		font-size: 17px;
		width: calc(100% - 50px);
	}
	.iconsBox_02_row .iconBox
	{
		display: flex;
	}
}
@media screen and (min-width: 577px)  and (max-width: 767px)
{
	.iconsBox_02_row
	{
		grid-template-columns: repeat(2,1fr);
	}
	.time-line-container .container
	{
		max-width: 95%;
	}
	.iconsBox_02_row .iconBox .value
	{
		font-size: 15px;
		width: calc(100% - 50px);
	}
	.iconsBox_02_row .iconBox
	{
		display: flex;
	}
}
@media screen and (min-width: 481px)  and (max-width: 576px)
{
	.iconsBox_02_row
	{
		grid-template-columns: repeat(1,1fr);
	}

	/*==================*/
	section.timelines-section .iconBox-heading .heading h5
	{
		font-size: 18px;
	    font-weight: 700;
	}
	section.timelines-section .iconBox-heading .heading h3
	{
		margin-bottom: 20px;
		font-size: 25px;
	    font-weight: 700;
	}
	section.timelines-section .iconBox-heading .heading p
	{
		margin-top: 20px;
		text-align: justify;
		font-size: 15px;
	}
	.iconsBox_02_row .iconBox
	{
		display: flex;
		flex-wrap: wrap;
	}
	.iconsBox_02_row .iconBox .value
	{
		font-size: 19px;
		flex: 0 0 auto;
		width: calc(100% - 50px);
	}
}
@media screen and (max-width: 480px)
{
	.iconsBox_02_row
	{
		grid-template-columns: repeat(1,1fr);
	}
	/*==================*/
	section.timelines-section .iconBox-heading .heading h5
	{
		font-size: 18px;
	    font-weight: 700;
	}
	section.timelines-section .iconBox-heading .heading h3
	{
		margin-bottom: 20px;
		font-size: 25px;
	    font-weight: 700;
	}
	section.timelines-section .iconBox-heading .heading p
	{
		margin-top: 20px;
		text-align: justify;
		font-size: 15px;
	}
	.iconsBox_02_row .iconBox
	{
		display: flex;
		flex-wrap: wrap;
	}
	.iconsBox_02_row .iconBox .value
	{
		font-size: 16px;
		flex: 0 0 auto;
		width: calc(100% - 50px);
	}
}

/*
	*******************************
*/
.enhanceroi-section5
{
	padding: 10px 0 40px;
	background-color: #fbfafa;
	margin-top: 35px !important;
}
.enhanceroi-section5 .headings
{
	margin-top: 40px;
	text-align: center;
}
.enhanceroi-section5 .headings h5
{
	font-weight: 900;
	font-size: 37px;
}
.enhanceroi-section5 .percentageDivBox
{
	margin-top: 25px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.enhanceroi-section5 .percentageDivBox .percentageColom
{
	flex: 0 0 auto;
	width: calc(33.333% - 50px);
	margin: 30px 25px 20px;
	position: relative;
}
.enhanceroi-section5 .percentageDivBox .percentageColom .shapes
{
	position: absolute;
	top: -8%;
	left: -4%;
	width: 108%;
	height: 50%;
	background-color: var(--color1);
	z-index: 1;
	border-radius: 10px 10px 0 0;
}
.enhanceroi-section5 .percentageDivBox .percentageColom .shapes:before
{
    content: '';
    position: absolute;
    bottom: -14px;
    left: 0;
    border-bottom: 7px solid transparent;
    border-top: 7px solid #701011;
    border-right: 7px solid #701011;
    border-left: 7px solid transparent;
}
.enhanceroi-section5 .percentageDivBox .percentageColom .shapes:after
{
    content: '';
    position: absolute;
    bottom: -14px;
    right: 0;
    border-bottom: 7px solid transparent;
    border-top: 7px solid #701011;
    border-left: 7px solid #701011;
    border-right: 7px solid transparent;
}


.enhanceroi-section5 .percentageDivBox .percentageColom.cols--1 .shapes:before
{
	border-top-color: #9153CB;
	border-right-color: #9153CB;
}
.enhanceroi-section5 .percentageDivBox .percentageColom.cols--2 .shapes:before
{
	border-top-color: #3AC5F1;
	border-right-color: #3AC5F1;
}
.enhanceroi-section5 .percentageDivBox .percentageColom.cols--3 .shapes:before
{
	border-top-color: #F06F60;
	border-right-color: #F06F60;
}
.enhanceroi-section5 .percentageDivBox .percentageColom.cols--4 .shapes:before
{
	border-top-color: #2F0678;
	border-right-color: #2F0678;
}
.enhanceroi-section5 .percentageDivBox .percentageColom.cols--5 .shapes:before
{
	border-top-color: #901C1E;
	border-right-color: #901C1E;
}
.enhanceroi-section5 .percentageDivBox .percentageColom.cols--6 .shapes:before
{
	border-top-color: #5530AD;
	border-right-color: #5530AD;
}



.enhanceroi-section5 .percentageDivBox .percentageColom.cols--1 .shapes:after
{
	border-top-color: #9153CB;
	border-left-color: #9153CB;
}
.enhanceroi-section5 .percentageDivBox .percentageColom.cols--2 .shapes:after
{
	border-top-color: #3AC5F1;
	border-left-color: #3AC5F1;
}
.enhanceroi-section5 .percentageDivBox .percentageColom.cols--3 .shapes:after
{
	border-top-color: #F06F60;
	border-left-color: #F06F60;
}
.enhanceroi-section5 .percentageDivBox .percentageColom.cols--4 .shapes:after
{
	border-top-color: #2F0678;
	border-left-color: #2F0678;
}
.enhanceroi-section5 .percentageDivBox .percentageColom.cols--5 .shapes:after
{
	border-top-color: #901C1E;
	border-left-color: #901C1E;
}
.enhanceroi-section5 .percentageDivBox .percentageColom.cols--6 .shapes:after
{
	border-top-color: #5530AD;
	border-left-color: #5530AD;
}


.enhanceroi-section5 .percentageDivBox .percentageColom.cols--1 .shapes
{
	background-color: #9153CB;
}
.enhanceroi-section5 .percentageDivBox .percentageColom.cols--2 .shapes
{
	background-color: #3AC5F1;
}
.enhanceroi-section5 .percentageDivBox .percentageColom.cols--3 .shapes
{
	background-color: #F06F60;
}
.enhanceroi-section5 .percentageDivBox .percentageColom.cols--4 .shapes
{
	background-color: #2F0678;
}
.enhanceroi-section5 .percentageDivBox .percentageColom.cols--5 .shapes
{
	background-color: #901C1E;
}
.enhanceroi-section5 .percentageDivBox .percentageColom.cols--6 .shapes
{
	background-color: #5530AD;
}




.enhanceroi-section5 .percentageDivBox .percentageColom .main_wrapper
{
	background-color: var(--white);
	position: relative;
	z-index: 2;
}
.enhanceroi-section5 .percentageDivBox .percentageColom .main_wrapper
{
	background-color: var(--white);
    box-shadow: 2px 3px 11px 4px rgb(0 0 0 / 10%);
    padding: 28px;
    border-radius: 10px;
    height: 100%;
}
.enhanceroi-section5 .percentageDivBox .percentageColom .main_wrapper .wrapper p
{
	margin-bottom: 0;
	font-size: 17px;
	font-weight: 500;
	text-align: center;
}
.enhanceroi-section5 .percentageDivBox .percentageColom .main_wrapper .wrapper h5
{
	font-size: 40px;
	font-weight: 900;
	text-align: center;
}
.enhanceroi-section5 .percentageDivBox .percentageColom.cols--1 .wrapper h5
{
	color: #9153CB;
}
.enhanceroi-section5 .percentageDivBox .percentageColom.cols--2 .wrapper h5
{
	color: #3AC5F1;
}
.enhanceroi-section5 .percentageDivBox .percentageColom.cols--3 .wrapper h5
{
	color: #F06F60;
}
.enhanceroi-section5 .percentageDivBox .percentageColom.cols--4 .wrapper h5
{
	color: #2F0678;
}
.enhanceroi-section5 .percentageDivBox .percentageColom.cols--5 .wrapper h5
{
	color: #901C1E;
}
.enhanceroi-section5 .percentageDivBox .percentageColom.cols--6 .wrapper h5
{
	color: #5530AD;
}


@media screen and (min-width: 768px)  and (max-width: 992px)
{
	.enhanceroi-section5 .percentageDivBox
	{
		flex-direction: row;
	}
	.enhanceroi-section5
	{
		margin-top: 0 !important;
	}
	.enhanceroi-section5 .headings
	{
		margin-top: 15px;
	}
	.enhanceroi-section5 .percentageDivBox .percentageColom
	{
		width: calc(50% - 50px);
    	margin: 30px 25px 20px;
	}
}

@media screen and (min-width: 577px)  and (max-width: 767px)
{
	.enhanceroi-section5 .percentageDivBox
	{
		flex-direction: row;
	}
	.enhanceroi-section5
	{
		margin-top: 0 !important;
	}
	.enhanceroi-section5 .headings
	{
		margin-top: 15px;
	}
	.enhanceroi-section5 .percentageDivBox .percentageColom
	{
		width: calc(50% - 50px);
    	margin: 30px 25px 20px;
	}
}
@media screen and (min-width: 481px)  and (max-width: 576px)
{
	.enhanceroi-section5 .percentageDivBox
	{
		flex-direction: column;
	}
	.enhanceroi-section5
	{
		margin-top: 0 !important;
	}
	.enhanceroi-section5 .headings
	{
		margin-top: 15px;
	}
	.enhanceroi-section5 .percentageDivBox .percentageColom
	{
		width: calc(100% - 50px);
    	margin: 30px 25px 20px;
	}
}
@media screen and (max-width: 480px)
{
	.enhanceroi-section5 .percentageDivBox
	{
		flex-direction: column;
	}
	.enhanceroi-section5
	{
		margin-top: 0 !important;
	}
	.enhanceroi-section5 .headings
	{
		margin-top: 15px;
	}
	.enhanceroi-section5 .percentageDivBox .percentageColom
	{
		width: calc(100% - 30px);
    	margin: 30px 15px 20px;
	}
}

/*
  ********************************
*/

section.ourPortfolioSection
{
  margin-top: 50px;
}

section.ourPortfolioSection .portfolioWrapper .portButtons
{
  justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  margin-bottom: 20px;
}

section.ourPortfolioSection .portfolioWrapper .portButtons a
{
  flex: 0 0 auto;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0 5px 15px;
  padding: 5px 18px;
  color: var(--white);
  font-weight: 600;
  text-decoration: none;
  background-color: var(--color2);
  border-radius: 20px;
}



section.ourPortfolioSection .portfolioWrapper .myPortfolio_wrapper
{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
section.ourPortfolioSection .portfolioWrapper .myPortfolio_wrapper .portfolio_coloms
{
    flex: 0 0 auto;
    width: calc(33.333% - 30px);
    margin: 0 15px 20px;
    background-image: url(../img/browser-frame2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    border:0px solid #e9e5e5;
    border-radius: 15px;
    transition: .3s;
    background-color: var(--white);
    box-shadow: 0 0 5px 5px rgba(0 0 0 / 5%);
    transform: scale(1);

}
section.ourPortfolioSection .portfolioWrapper .myPortfolio_wrapper .portfolio_coloms .image
{
  margin-top: 42px;
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
}
section.ourPortfolioSection .portfolioWrapper .myPortfolio_wrapper .portfolio_coloms .image img
{
  transition: 2s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
section.ourPortfolioSection .portfolioWrapper .myPortfolio_wrapper .portfolio_coloms:hover .image img
{
  object-position: bottom;
}
section.ourPortfolioSection .portfolioWrapper .myPortfolio_wrapper .portfolio_coloms .nameProject h4
{
    text-align: center;
    padding:14px 10px 10px;
    font-size: 18px;
    color: black;
    font-weight: 800;
    font-family: 'Nunito Sans', sans-serif;
    margin-bottom: 0;
}

section.ourPortfolioSection .portfolioWrapper .myPortfolio_wrapper .portfolio_coloms .image .overlay
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-color: #05b079e6;*/
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
section.ourPortfolioSection .portfolioWrapper .myPortfolio_wrapper .portfolio_coloms .image:hover .overlay
{
  opacity: 1;
  visibility: visible;
}
section.ourPortfolioSection .portfolioWrapper .myPortfolio_wrapper .portfolio_coloms .image .overlay i
{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   color:
   var(--white);
   font-size: 40px;
}

.ourPortfolioSection .iconBox-heading
{
	margin-bottom: 35px;
}
.ourPortfolioSection .iconBox-heading p
{
	font-size: 16px;
	max-width: 65%;
	margin: auto;
}

@media screen and (min-width: 768px)  and (max-width: 992px)
{
	section.ourPortfolioSection .portfolioWrapper .myPortfolio_wrapper
	{
		flex-direction: row;
	}
	section.ourPortfolioSection .container
	{
		max-width: 95%;
	}
	.ourPortfolioSection .iconBox-heading p
	{
		text-align: justify;
		font-size: 16px;
		max-width: 100%;
	}
	section.ourPortfolioSection .portfolioWrapper .myPortfolio_wrapper .portfolio_coloms
	{
		width: calc(50% - 20px);
		margin: 0 10px 20px;
	}
	section.ourPortfolioSection .portfolioWrapper .myPortfolio_wrapper .portfolio_coloms .image
	{
		height: 240px;
	}
}

@media screen and (min-width: 577px)  and (max-width: 767px)
{
	section.ourPortfolioSection .portfolioWrapper .myPortfolio_wrapper
	{
		flex-direction: row;
	}
	section.ourPortfolioSection .container
	{
		max-width: 95%;
	}
	.ourPortfolioSection .iconBox-heading p
	{
		text-align: justify;
		font-size: 16px;
		max-width: 100%;
	}
	section.ourPortfolioSection .portfolioWrapper .myPortfolio_wrapper .portfolio_coloms
	{
		width: calc(50% - 20px);
		margin: 0 10px 20px;
	}
	section.ourPortfolioSection .portfolioWrapper .myPortfolio_wrapper .portfolio_coloms .image
	{
		height: 200px;
	}
}

@media screen and (min-width: 481px)  and (max-width: 576px)
{
	section.ourPortfolioSection .portfolioWrapper .myPortfolio_wrapper
	{
		flex-direction: column;
	}
	section.ourPortfolioSection .container
	{
		max-width: 95%;
	}
	.ourPortfolioSection .iconBox-heading p
	{
		text-align: justify;
		font-size: 16px;
		max-width: 100%;
	}
	section.ourPortfolioSection .portfolioWrapper .myPortfolio_wrapper .portfolio_coloms
	{
		width: calc(100% - 10px);
		margin: 0 5px 20px;
	}
	section.ourPortfolioSection .portfolioWrapper .myPortfolio_wrapper .portfolio_coloms .image
	{
		height: 280px;
	}
}

@media screen and (max-width: 480px)
{
	section.ourPortfolioSection .portfolioWrapper .myPortfolio_wrapper
	{
		flex-direction: column;
	}
	section.ourPortfolioSection .container
	{
		max-width: 95%;
	}
	.ourPortfolioSection .iconBox-heading p
	{
		text-align: justify;
		font-size: 14px;
		max-width: 100%;
	}
	section.ourPortfolioSection .portfolioWrapper .myPortfolio_wrapper .portfolio_coloms
	{
		width: calc(100% - 10px);
		margin: 0 5px 20px;
	}
	section.ourPortfolioSection .portfolioWrapper .myPortfolio_wrapper .portfolio_coloms .image
	{
		height: 250px;
	}
}

/*
	*********************************
*/

footer	
{
	padding: 50px 0 40px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 25px;
	position: relative;
}
footer:before	
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0 0 0 / 50%);
}
footer .container
{
	position: relative;
	z-index: 2;
}
footer .logo_footer img
{
	width: 180px;
}

footer .container .social_media
{
	text-align: left;
	margin-top: 10px;
}
footer .container .social_media a
{
	display: inline-block;
	font-size:1.2em;
	margin: 0 2px;
	color: var(--white);
	width: 30px;
	height: 30px;
	background: var(--social_media);
	text-align: center;
	border-radius: 5px;
}
footer .container .social_media a i
{
	line-height: 30px;
}
footer .container .logo_footer
{
	margin-top: 10px;
}
footer .container .logo_footer h5
{
	font-size: 18px;
	margin: 10px 0 7px;
	color: var(--white);
	font-weight: 700;
}


footer .container .linksOnly h5
{
	font-size: 18px;
	margin: 10px 0 7px;
	color: var(--white);
	font-weight: 700;
	margin-bottom: 15px;
}

footer .container .addressFooter h5
{
	font-size: 18px;
	margin: 10px 0 7px;
	color: var(--white);
	font-weight: 700;
	margin-bottom: 15px;
}
footer .container .linksOnly ul
{
	padding-left: 0;
}
footer .container .linksOnly ul li
{
	margin-bottom: 5px;
}
footer .container .linksOnly ul li a
{
	display: block;
	color: var(--white);
	font-weight: 300;
	font-size: 15px;
	position: relative;
	padding-left: 23px;
	transition: .2s;
}
footer .container .linksOnly ul li a:hover
{
	color: var(--white);
	/*padding-left: 29px;*/
}
footer .container .linksOnly ul li a:before
{
	position: absolute;
	top: 0;
	left: 0;
	content: '\F136';
	color: var(--color1);
	font-family: bootstrap-icons!important;
}

footer .container .addressFooter .infoRow{
	margin-bottom: 8px;
}
footer .container .addressFooter .infoRow .icon i{
	color: var(--color1);
}
footer .container .addressFooter .infoRow .values{
	color: var(--white);
	font-weight: 300;
	font-size: 16px;
}
.copyright
{
	background-color: var(--color1);
	color: var(--white);
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	padding:7px 10px;
	font-family: 'Montserrat', sans-serif;
}

/*
	******************************
*/

footer .tagsWrappers ul
{
	display: inline-flex;
	flex-wrap: wrap;
	grid-column-gap: 30px;
	grid-row-gap: 15px;
	padding-right: 20px;
}
footer .tagsWrappers ul li
{
	background-color: var(--color1);
	flex: 0 0 auto;
	white-space: nowrap;
	margin-bottom: 0 !important;
	padding: 5px 5px;
	border-radius: 5px;
	position: relative;
}
footer .container .linksOnly ul li a
{
	padding-left: 0;
	border: 1px dashed #fff;
	display: block;
	padding: 5px 13px;
	font-size: 16px;
	font-weight: 700;
	font-family: 'Nunito Sans';
	border-radius: 5px;
	position: relative;
	z-index: 2;
	border-right: 0px;
}
footer .container .linksOnly ul li:after
{
	content: '';
    position: absolute;
    top: 6px;
    right: -15px;
    width: 36px;
    height: 35px;
    background-color: var(--color1);
    transform: rotate(45deg);
    border-radius: 5px;
    z-index: 1;
}
footer .container .linksOnly ul li:before
{
    content: '';
    position: absolute;
    top: 10px;
    right: -7px;
    width: 30px;
    height: 28px;
    border: 1px dashed #fff;
    transform: rotate(45deg);
    border-radius: 5px;
    z-index: 3;
    border-bottom: 0px;
    border-left: 0px;
}
footer .tagsWrappers ul li a:before
{
	display: none;
}
@media screen and (min-width: 768px) and (max-width: 992px)
{
	footer .container .linksOnly
	{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	footer .logo_footer
	{
		display: flex;
		justify-content: space-between;
	}

}
@media screen and (min-width: 577px) and (max-width: 767px)
{
	footer
	{
		padding: 30px 0 30px;
	}
	footer .logo_footer
	{
		text-align: center;
		margin-bottom: 15px;
	}
	footer .logo_footer img
	{
		width: 140px;
	}
	footer .container .social_media
	{
		text-align: center;
	}
	footer .container .linksOnly
	{
		margin-bottom: 20px;
	}
	footer .container .linksOnly h5
	{
		font-weight: 800;
	}
	footer .container .linksOnly ul li a
	{
		padding: 7px 9px;
		font-size: 14px;
	}

}

@media screen and (min-width: 481px) and (max-width: 576px)
{
	footer
	{
		padding: 30px 0 30px;
	}
	footer .logo_footer
	{
		text-align: center;
		margin-bottom: 15px;
	}
	footer .logo_footer img
	{
		width: 140px;
	}
	footer .container .social_media
	{
		text-align: center;
	}
	footer .container .linksOnly
	{
		margin-bottom: 20px;
	}
	footer .container .linksOnly h5
	{
		font-weight: 800;
	}

}
@media screen and (max-width: 480px)
{
	footer
	{
		padding: 30px 0 30px;
	}
	footer .logo_footer
	{
		text-align: center;
		margin-bottom: 15px;
	}
	footer .logo_footer img
	{
		width: 140px;
	}
	footer .container .social_media
	{
		text-align: center;
	}
	footer .container .linksOnly h5
	{
		font-weight: 800;
	}
	footer .tagsWrappers ul
	{
		display: flex;
		flex-direction: column;
	}
}
/*
	******************************
*/


section.banner.bannerHomeForm .banner_container
{
	    position: relative;
}
section.banner.bannerHomeForm .banner_container .form_area_footer
{
/*	position: absolute;
	top: 120px;
	right: 100px;*/
}
.bannerHomeForm .form_area_footer
{
	box-shadow: 0 0 5px 10px rgb(62 59 59 / 70%);
	border: 1px solid #555;
	max-width: 450px;
	background-color:rgba(0 0 0 / 90%);
	padding: 30px 35px;
	border-radius: 8px;
}
.bannerHomeForm .form_area_footer .enquiry_text_container
{
	margin-bottom: 15px;
}
.bannerHomeForm .form_area_footer .enquiry_text_container h6
{
	font-family: 'Nunito Sans',sans-serif;
    font-weight: 900;
    font-size: 30px;
    color: #fff;
}
.bannerHomeForm .form_area_footer .enquiry_text_container span
{
    font-family: 'Nunito Sans',sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    max-width: 100%;
    color: #fff;
    display: block;
}



.bannerHomeForm .form_area_footer .my_inputs
{
	position: relative;
	margin-bottom: 17px;
}
.bannerHomeForm .form_area_footer .my_inputs .fa
{
	position: absolute;
	top: 15px;
	left: 15px;
	color: #010940;
}
.bannerHomeForm .form_area_footer .my_inputs .input-control
{
	padding: 10px 10px;
	padding-left: 40px;
}
.bannerHomeForm .form_area_footer .my_inputs .input-control:focus
{
	box-shadow: none;
	outline: none;
}
.bannerHomeForm .form_area_footer .submit_form
{
	text-align: center;
	margin: 5px;
}
.bannerHomeForm .form_area_footer .submit_form .submit
{
	font-family:'Nunito Sans',sans-serif;
	font-weight: 700;
	font-size: 14px;
	background-color: #981E20;
	color: var(--white);
	box-shadow: none;
	outline: none;
	border: 0;
	padding: 12px 35px;
	border-radius: 25px;
	text-transform: uppercase;
	transition: .3s;
}
.bannerHomeForm .form_area_footer .submit_form .submit:hover
{
	background-color: var(--color1);
}

@media screen and (min-width: 993px)
{

	section.banner.bannerHomeForm .banner_container
	{
		    display: flex;
		    justify-content: center;
		    align-items: center;
	}

}

@media screen and (min-width: 768px) and (max-width: 992px)
{
	section.banner .banner_container .content_box h2,
	section.banner .banner_container .content_box h4
	{
		text-align: center;
	}
}
@media screen and (min-width: 768px) and (max-width: 992px)
{
	section.banner.bannerHomeForm .banner_container .form_area_footer
	{
		position: static;
	}
}

@media screen and (min-width: 577px) and (max-width: 767px)
{
	section.banner.bannerHomeForm .banner_container .form_area_footer
	{
		position: static;
	}
}


@media screen and (min-width: 481px) and (max-width: 576px)
{
	section.banner.bannerHomeForm .banner_container .form_area_footer
	{
		position: static;
	}
}

@media screen and (max-width: 480px)
{
	section.banner.bannerHomeForm .banner_container .form_area_footer
	{
		position: static;
	}
}

@media screen and (max-width: 992px)
{
	.bannerHomeForm #msgdiv2
	{
		background-color: #000;
		color: var(--white);
		padding: 15px;
		text-align: center;
		margin-bottom: 0;
		border: 0px;
	}
	.bannerHomeForm
	{
		position: static;
	}
	.bannerHomeForm .form_area_footer
	{
		border-radius: 0;
		border:0px;
		box-shadow: none;
		max-width: 100%;
		padding: 20px 20px;
	}
	.bannerHomeForm .form_area_footer .enquiry_text_container h6
	{
		font-size: 25px;
	}
	.bannerHomeForm .form_area_footer .enquiry_text_container span
	{
		font-size: 15px;
		line-height: 22px;
	}
}

@media screen and (min-width:768px) and (max-width:992px)
{
	.navigations_area
	{
		background-color: #000;
		position: static;
	}
	.bannerHomeForm .form_area_footer
	{
		padding: 35px 35px;
	}
}

/*
	========================
*/

.whatsapp-icon {
    position: fixed;
    bottom: 15px;
    left: 15px;
    width: 65px;
    z-index: 999999;
}