@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800;900&family=Nunito:wght@200;300;400;500;600;700;800;900;1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
:root
{
	--white:#fff;
	--black:#000;
	--color1:#0297A1;
	--color2:#A03032;
	--color3:#F16583;
	--color4:#981E20;
	--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: 'Lato', sans-serif;
	font-family: 'Poppins', sans-serif;
	font-family: 'Work Sans', sans-serif;

	font-family: 'Nunito', sans-serif;
	font-family: 'Nunito Sans', sans-serif;

	font-family: 'Lora', serif;
*/

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

body.overflowHiden
{
	overflow: hidden !important;
}

/* Hide scrollbar for Chrome, Safari and Opera */
/*body::-webkit-scrollbar {
  display: none;
}*/

/* Hide scrollbar for IE, Edge and Firefox */
/*body {
  -ms-overflow-style: none;  
  scrollbar-width: 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: 'Lato', sans-serif;
}

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

.enquire_now
{
	position: fixed;
	top: 33%;
	right: 0;
	z-index: 20;
	animation: abcdef 8s infinite;
}

body.services-page .enquire_now
{
	display: none;
}

@media screen and (min-width: 768px)
{
	@keyframes abcdef
	{
		0%
		{
			top: 33%;
		}
		50%
		{
			top: 38%;
		}
		100%
		{
			top: 33%;
		}
	}
}



.enquire_now a
{
	display: block;
	background: #981E20;
	writing-mode: vertical-lr;
	transform: rotate(180deg);
	padding:30px 10px;
	color: var(--white);
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 16px;
	animation abcd 1
}
.enquire_now a i
{
	transform: rotate(90deg);
}

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

.banner_home_page
{
	width: 100%;
	height: 100vh;
	position: relative;
}
.banner_home_page:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right,rgba(0 0 0 / 100%),rgba(0 0 0 / 50%),rgba(0 0 0 / 30%),rgba(0 0 0 / 50%));
}
.banner_home_page .banner_image
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.banner_home_page .banner_text_area
{
	position: absolute;
	top: 220px;
	left: 90px;
	width: 50%;
}
.banner_home_page .banner_text_area h4
{
	color: var(--white);
	font-weight: 800;
	font-size: 45px;
	line-height: 60px;
	word-spacing: 2px;
}
.banner_home_page .banner_text_area ul
{
	list-style: none;
}
.banner_home_page .banner_text_area p
{
	margin-top: 30px;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 8px;
	color: var(--white);
}
.banner_home_page .banner_text_area ul li
{
	position: relative;
	padding-left: 28px;
	font-size: 17px;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 8px;
	color: var(--white);
}
.banner_home_page .banner_text_area ul li:before
{
	content: '\f105';
	left: 0;
	position: absolute;
	font-family: fontawesome;
	background-color: #00B9C5;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
	line-height: 20px;
	color: var(--white);
}
/*
=========================================
*/

.banner_home_page .banner_text_area .buttons_row
{
	margin-top: 40px;
}
.banner_home_page .banner_text_area .buttons_row a
{
	display: inline-block;
	padding: 12px 30px;
	border-radius: 25px;
	font-size: 14px;
	margin: 0 3px;
	font-weight: 700;
	color: var(--white);
	letter-spacing: 1px;
	text-transform: uppercase;
	border:2px solid transparent;
}
.banner_home_page .banner_text_area .buttons_row a:nth-child(1)
{
	background-color: #00B9C5
}
.banner_home_page .banner_text_area .buttons_row a:nth-child(2)
{
	background-color: #981e20
}
.banner_home_page .banner_text_area .buttons_row a:hover
{
	border-color: var(--white);
	text-decoration: none;
	background-color: transparent;
}

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

.navigations_area
{
    position: absolute;
    top: 10px;
    z-index: 5;
    width: 100%;
    border-bottom: 1px solid #323232;
    transition: .3s;
}
.navigations_area .container
{
	max-width: 90%;
}

.navigations_area.show_fixed
{
	background-color:rgba(0 0 0 / 90%);
	position: fixed;
	z-index: 20;
	top: 0;
}

/*
==================================
*/
.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;
}

/*
====================================
111335
*/

section.counter1
{
	background-color: #0297a1;
}
section.counter1 .counter1_container
{
	padding: 40px 0;
}
section.counter1 .counter1_container .container
{
	max-width: 95%;
}
.counter_row
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.counter_row .counter_colom
{
	flex: 0 0 auto;
	width: 25%;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.counter_row .counter_colom .icon
{
	flex: 0 0 auto;
	width: 80px;
}
.counter_row .counter_colom .icon img
{
	transition: .3s;
}
.counter_row .counter_colom:hover .icon img
{
	transform: scale(1.05);
}
.counter_row .counter_colom .detail
{
	flex: 0 0 auto;
	width: calc(100% - 80px);
	padding-left: 20px;
	align-self: center;
}
.counter_row .counter_colom .detail h6
{
	font-weight: 800;
	margin-bottom: 5px;
	font-size: 35px;
	color: var(--white);
	margin-bottom: 0;
	font-family: 'Nunito', sans-serif;
}
.counter_row .counter_colom .detail p
{
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: var(--white);
	margin-bottom: 0;
}

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

section.about_us
{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
section.about_us .about_us_container
{
	padding: 60px 0;
}
section.about_us .about_us_container .container
{
	max-width: 90%;
}

.image_aboutus
{
	position: relative;
}
.image_aboutus:before
{
	content: '';
	position: absolute;
	top: -15px;
	left: -15px;
	width: 200px;
	height: 200px;
	border-radius: 10px;
	background-color: #981E20;
	z-index: 1;
}
.image_aboutus:after
{
	content: '';
	position: absolute;
	right: -15px;
	bottom: -15px;
	width: 200px;
	height: 200px;
	border-radius: 10px;
	background-color: #00B9C5;
	z-index: 1;
}
.image_aboutus img
{
	border-radius: 8px;
	position: relative;
	z-index: 2;
	transition: .3s;
}
.image_aboutus:hover img
{
	transform: scale(1.02);
}

/*
====================================
*/
.right_side_about_content
{
	padding-left: 20px;
}
.right_side_about_content .heading01
{
	margin-bottom: 20px;
}
.right_side_about_content .heading01 h6
{
	color: #0297A1;
	text-transform: uppercase;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 900;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.right_side_about_content .heading01 h3
{
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 900;
	font-size: 38px;
	line-height: 45px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.right_side_about_content .desc_about p
{
	font-size: 17px;
	text-align: justify;
	line-height: 27px;
	font-weight: 500;
	font-family: 'Nunito', sans-serif;
}
/*
===================================
*/

.readmore a
{ 
	display: inline-block;
	background-color: #981E20;
	padding: 9px 17px;
	border-radius: 25px 25px 25px 25px;
	position: relative;
}
.readmore a:before
{
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 3px 25px 25px 3px;
}
.readmore a:hover
{
	text-decoration: none;
}
.readmore a span:nth-child(2)
{
	display: inline-block;
	text-align: center;
	width: 30px;
	height: 30px;
	background-color:#fff;
	border-radius: 50%;
	margin-left: 7px;
}
.readmore a span:nth-child(2) i
{
	line-height: 30px;
	color: #981E20;
}
.readmore a span:nth-child(1)
{
	color: var(--white);
}
.readmore a span:nth-child(1)
{
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 14px;
}

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

section.services_section
{
	background-color: var(--color1);
	/*background-color: #010940;*/
	padding: 50px 0;
}
section.services_section .container
{
	max-width: 95%;
}
.heading001
{
	text-align: center;
}
.heading001 h4
{
	color: var(--white);
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 800;
	letter-spacing: 1px;
	font-size: 45px;
	display: inline-block;
	position: relative;
	margin-bottom: 10px;
}
.heading001 p
{
	max-width: 72%;
	text-align: justify;
	margin:auto;
	color: #d8d8d8;
	font-weight: 300;
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	word-spacing: 2px;
	line-height: 26px;
}
.heading002
{
	text-align: center;
}
.heading002 h4
{
	color: #010940;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 800;
	letter-spacing: 1px;
	font-size: 40px;
	display: inline-block;
	position: relative;
	margin-bottom: 10px;
}
.heading002 p
{
	max-width: 72%;
	text-align: justify;
	margin:auto;
	color: #d8d8d8;
	font-weight: 300;
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	word-spacing: 2px;
	line-height: 26px;
}

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

.services_box_row
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 30px;
}
.services_box_row .services_box_colom
{
	flex: 0 0 auto;
	width: calc(33.333% - 30px);
	margin: 0 15px 30px;
}
.services_box_row .services_box_colom .service_detail_container
{
	padding: 60px 27px 30px;
	background: var(--service_bg);
	box-shadow: 0 0 5px 5px rgba(255 255 255 / 10%);
	border-radius: 8px;
}
.services_box_row .services_box_colom .service_detail_container .c_row1
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 15px;
	height: 76px;
	overflow: hidden;
}
.services_box_row .services_box_colom .service_detail_container .c_row1 h5
{
	flex: 0 0 auto;
	width: 80%;
	align-self: center;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 32px;
	font-weight: 900;
	color: var(--white);
}
.services_box_row .services_box_colom .service_detail_container .c_row1 .icons
{
	flex: 0 0 auto;
	width: 20%;
	text-align: right;
	align-self: center;
}
.services_box_row .services_box_colom .service_detail_container .c_row1 .icons i
{
	font-size: 4em;
	color: var(--white);
}
.services_box_row .services_box_colom .service_detail_container .c_row2
{
	font-family: 'Nunito',sans-serif;
	font-weight: 600;
	margin-top: 20px;
	font-size: 16px;
	color: var(--white);
	text-align: justify;
	height: 44px;
	overflow: hidden;
}
.services_box_row .services_box_colom .service_detail_container .discover_btn
{
	margin-top: 10px;
}
.services_box_row .services_box_colom .service_detail_container .discover_btn a
{	
	background: #fff;
	display: inline-block;
	padding: 13px 30px;
	border-radius: 30px;
	color: #010940;
	font-size: 16px;
	font-weight: 800;
}
.services_box_row .services_box_colom .service_detail_container .discover_btn a:hover
{
	text-decoration: none;
}

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

section.working-process-section
{
	margin-top: 45px;
}
section.working-process-section .container
{
	max-width: 90%;
}
section.working-process-section .heading002
{
	margin-bottom: 22px;
}
section.working-process-section .heading002 h4{
	margin-bottom: 5px;
	line-height: 22px;
}
section.working-process-section .heading002 p
{
	color: #333;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}

.working-process-row
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.working-process-row .working-process-col
{
	flex: 0 0 auto;
	width: calc(25% - 40px);
	margin:0 20px 10px;
}
.working-process-row .working-process-col .working_box .icon
{
	width: 250px;
	height: 250px;
	position: relative;
	
}
.working-process-row .working-process-col .working_box .icon:before
{
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
	background-image: var(--bg_image);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	/*animation:abc 7s 1s infinite;*/
}
.working-process-row .working-process-col .working_box .icon:before
{
 	animation-name: rotateme; 
    animation-duration: 15s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
	
	-webkit-animation-name: rotateme; 
    -webkit-animation-duration: 15s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
	
	-moz-animation-name: rotateme; 
    -moz-animation-duration: 15s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
	
	-ms-animation-name: rotateme; 
    -ms-animation-duration: 15s; 
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
	
	-o-animation-name: rotateme; 
    -o-animation-duration: 15s; 
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

/*@keyframes abc{
	0%
	{
		transform: rotate(0deg);
	}
	100%
	{
		transform: rotate(360deg);
	}
}*/



@-webkit-keyframes rotateme {
    0% {
        -webkit-transform: rotate(0deg);
        opacity: 1;
      }

    50% {
        -webkit-transform: rotate(180deg);
        opacity: 0.7;
      }
    100% {
        -webkit-transform: rotate(360deg);
        opacity: 1;
      }
}
@-moz-keyframes rotateme {
    0% {
        -moz-transform: rotate(0deg);
        opacity: 1;
      }

    50% {
        -moz-transform: rotate(180deg);
        opacity: 0.7;
      }
    100% {
        -moz-transform: rotate(360deg);
        opacity: 1;
      }
}
@-o-keyframes rotateme {
    0% {
        -o-transform: rotate(0deg);
        opacity: 1;
      }

    50% {
        -o-transform: rotate(180deg);
        opacity: 0.7;
      }
    100% {
        -o-transform: rotate(360deg);
        opacity: 1;
      }
}

@keyframes rotateme {
    
     0% {
        transform: rotate(0deg);
        opacity: 1;
      }

    50% {
        transform: rotate(180deg);
      }
    100% {
        transform: rotate(360deg);
        opacity: 1;
      }
}

.working-process-row .working-process-col .working_box .icon img
{
	position: relative;
	z-index: 2;
	padding: 55px;
}
.working-process-row .working-process-col .working_box .text h6
{
	text-align: center;
	font-weight: 800;
	font-size: 20px;
	color: #000;
	font-family: 'Nunito', sans-serif;
}
.working-process-row .working-process-col .working_box .text p
{
	text-align: justify;
	font-weight: 600;
	font-size: 15px;
	color: #000;
	font-family: 'Nunito', sans-serif;
	display: none;
}

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

section.our-work-section
{
	background-color:#F6F7F9;
}
section.our-work-section .our-work-container
{
	padding:60px 0;
}
section.our-work-section .our-work-container .container
{
	max-width: 95%;
}
section.our-work-section .our-work-container .heading002 h4
{
	margin-bottom: 0;
}
section.our-work-section .our-work-container .heading002 p
{
    color: #393838;
    font-weight: 500;
    text-align: center;
    font-size: 17px;
}

/*
=======================================
*/
.custom_filter_container
{

}
.custom_filter_container .filter_button_container
{
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	/*background-color: var(--white);*/
	width: auto;
	max-width: 96%;
	margin:auto;
	margin-top: 25px;
	border-radius: 100px 100px;
}
.custom_filter_container .filter_button_container a
{
	flex:0 0 auto;
	padding: 14px 26px;
	font-size: 15px;
	border-radius: 100px;
	color: #333;
	font-weight: 600;
	margin-right: 7px;
	margin-bottom: 10px;
}
.custom_filter_container .filter_button_container a:hover
{
	text-decoration: none;
}
.custom_filter_container .filter_button_container a:hover,
.custom_filter_container .filter_button_container a.active
{
	background-color: var(--color1);
	color: var(--white);
}

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

.custom_filter_container .work_block_row
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 30px;
}
.custom_filter_container .work_block_row .work-block-colom
{
	flex: 0 0 auto;
    width: calc(33.333% - 20px);
    margin: 0 10px 20px;
    transition: .3s;
    border: 5px solid #fff;
    box-shadow: 0 0 5px 5px rgb(0 0 0 / 3%);
}
.custom_filter_container .work_block_row .work-block-colom
{
	
}
.custom_filter_container .work_block_row .work-block-colom .image img
{
    height: 330px;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: top;
	transition: 0s;
}
.custom_filter_container .work_block_row .work-block-colom:hover .image img
{
	object-position: bottom;
    transition: 4s;
}
.custom_filter_container .work_block_row .work-block-colom .work_container
{
	position: relative;
}
/*.custom_filter_container .work_block_row .work-block-colom .work_container .text
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom,rgba(0 0 0 / 0%),rgba(0 0 0 / 0%),rgba(0 0 0 / 0%),rgba(0 0 0 / 0%),rgba(0 0 0 / 80%));
}*/
.custom_filter_container .work_block_row .work-block-colom .work_container .text h5
{
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 700;
    font-size: 18px;
    padding: 7px;
    padding-left: 10px;
    font-family: 'Nunito Sans', sans-serif;
    color: var(--white);
    margin-bottom: 0;
    background: #00b9c5;
    width: 100%;
    text-align: center;
}
.custom_filter_container .work_block_row .work-block-colom .work_container .text h5 a
{
	color: var(--white);
}

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

section.call_to_action01
{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}
section.call_to_action01 .call_to_action01_container
{
	background-color: rgba(0 0 0 / 80%);
    padding: 80px 0 60px;
}
section.call_to_action01 .call_to_action01_container .call_to_action_container h6
{
	text-align: center;
	font-family: 'Nunito',sans-serif;
	font-weight: 800;
	line-height: 45px;
	font-size: 35px;
	color: var(--white);
	margin-bottom: 30px;
}


.custom_row
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 75%;
	margin: auto;
}
.custom_row .custom_colom
{
	flex: 0 0 auto;
	width: 33.333%;
}
.custom_row .custom_colom .colom_padding
{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px 25px;
}
.custom_row .custom_colom .colom_padding .icons
{
	margin-bottom: 15px;
}
.custom_row .custom_colom .colom_padding .icons i
{
	font-size: 2.8em;
	color: var(--color1);
}
.custom_row .custom_colom .colom_padding .head
{
	font-size: 16px;
	text-transform: uppercase;
	color: var(--white);
	font-weight: 700;
	margin-bottom: 13px;
}
.custom_row .custom_colom .colom_padding .value a
{
	font-size: 18px;
	color: var(--white);
	font-weight: 400;
	display: inline-block;
	margin-bottom: 8px;
} 

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

section.bg-gradients
{
    margin-top: 45px;
    position: relative;
    background-color: rgba(0 0 0 / 90%);
}

section.bg-gradients:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: var(--bg-imgae-for-testimonial);
	background-size: 100%;
	background-attachment: fixed;
	background-repeat:no-repeat;
	background-position: 50% 20%;
	opacity: .3;
}
section.bg-gradients .bg-gradient-container
{
	padding: 50px 0 120px;
}
section.bg-gradients .bg-gradient-container .container
{
	position: relative;
	z-index: 5;
	max-width: 90%;
}

section.bg-gradients .bg-gradient-container .heading001 h4
{
	font-size: 40px;
	margin-bottom: 20px;
}

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

.testimonial_row_custom
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.testimonial_row_custom .testimonail_colom
{
	flex: 0 0 auto;
	width: calc(33.3333% - 30px);
	margin:0 15px 20px;
}
.testimonial_row_custom .testimonail_colom .testimonil_container
{
	background-color: var(--white);
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	padding: 20px;
	border-radius: 7px;
	margin-top: 70px;
}
.testimonial_row_custom .testimonail_colom .testimonil_container .icon
{
	background-color: var(--white);
	/*background-color: #000;*/
	width: 110px;
	height: 110px;
	text-align: center;
	line-height: 110px;
	border-radius: 50%;
	margin-top: -70px;
	margin-bottom: 10px;
}
.testimonial_row_custom .testimonail_colom .testimonil_container .start
{
	margin-bottom: 5px;
}
.testimonial_row_custom .testimonail_colom .testimonil_container .start i
{
	color: var(--bs-warning);
}
.testimonial_row_custom .testimonail_colom .testimonil_container p
{
	text-align: justify;
	font-size: 15px;
	margin-bottom: 10px;
}
.testimonial_row_custom .testimonail_colom .testimonil_container .name_desi
{
	margin-top: 5px;
	margin-bottom: 7px;
}
.testimonial_row_custom .testimonail_colom .testimonil_container .name_desi h5
{
	font-family: 'Nunito Sans',sans-serif;
	font-weight: 800;
	font-size: 20px;
	margin-bottom: 3px;
}
.testimonial_row_custom .testimonail_colom .testimonil_container .name_desi span
{
	display: block;
    text-align: center;
    font-family: 'Nunito Sans',sans-serif;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 0px;
    color: #7c7777;
}

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

footer
{
	/*background-color: #00B9C5;*/
	background-image: url(../img/black-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 100px 0 20px;
	margin-top: 00px;
}

body.innerPage footer
{
	padding-top: 50px;
	margin-top: 40px;
}

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

.section_for_enquiry
{
	position: relative;
	background-color: #e2e5f2;
	max-width: 98%;
	margin: auto;
	margin-top: 35px;
	/*box-shadow: 0 0 15px 5px rgba(0 0 0 / 20%);*/
}
.section_for_enquiry:before
{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: var(--enquiry-bg);
	opacity: 1;
}
.section_for_enquiry .enquiry_section_container
{
	position: relative;
	/*background-color: rgba(255 255 255 / 70%);*/
}
.section_for_enquiry .enquiry_section_container .container
{
	max-width: 97%;
}
.section_for_enquiry .enquiry_section_container:before
{
	content: '';
	position: absolute;
	top: 0;
	left: -10px;
	width: 320px;
	height: 18px;
	transform: skewX(-30deg);
	background-color:#fff;
	/*display: none;*/
}
.section_for_enquiry .enquiry_section_container:after
{
	content: '';
	position: absolute;
	bottom: 0;
	right: -10px;
	width: 320px;
	height: 18px;
	transform: skewX(-30deg);
	/*background-color:#00B9C5;*/

	background-image: url(../img/black-bg.jpg);
}
.enquiry_container_row
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding:55px 30px;
}
.enquiry_container_row .col_enquiry_1
{
	flex: 0 0 auto;
	width: 45%;
}
.enquiry_container_row .col_enquiry_2
{
	flex: 0 0 auto;
	width: 55%;
}

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

.enquiry_container_row .col_enquiry_1
{
	align-self: center;
}
.enquiry_container_row .col_enquiry_1 .enquiry_text_container h6
{
	font-family: 'Nunito Sans',sans-serif;
	font-weight: 900;
	font-size: 35px;
	color: #010940;
}
.enquiry_container_row .col_enquiry_1 .enquiry_text_container span
{
	font-family: 'Nunito Sans',sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;
	max-width: 80%;
	color: #010940;
	display: block;
}

.enquiry_container_row .col_enquiry_2
{
	align-self: center;
}
.enquiry_container_row .col_enquiry_2 .form_area_footer .my_inputs
{
	position: relative;
	margin-bottom: 17px;
}
.enquiry_container_row .col_enquiry_2 .form_area_footer .my_inputs .fa
{
	position: absolute;
	top: 15px;
	left: 15px;
	color: #010940;
}
.enquiry_container_row .col_enquiry_2 .form_area_footer .my_inputs .input-control
{
	padding: 10px 10px;
	padding-left: 40px;
}
.enquiry_container_row .col_enquiry_2 .form_area_footer .my_inputs .input-control:focus
{
	box-shadow: none;
	outline: none;
}
.enquiry_container_row .col_enquiry_2 .form_area_footer .submit_form
{
	text-align: center;
	margin: 5px;
}
.enquiry_container_row .col_enquiry_2 .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;
}
.enquiry_container_row .col_enquiry_2 .form_area_footer .submit_form .submit:hover
{
	background-color: var(--color1);
}

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

.footer .container
{
	max-width: 95%;
}

.footer .colom_container
{
	text-align: center;
}
.footer .colom_container .logo
{	
	width: 100px;
}
.footer .colom_container .co_name
{
	display: block;
	color: var(--white);
	text-transform: uppercase;
	font-weight: 800;
	font-family: 'Nunito Sans',sans-serif;
	letter-spacing: 1px;
	word-spacing: 2px;
	margin-top: 7px;
}
.footer .colom_container .copyright_text
{
	margin: 5px 0;
	display: block;
	color: var(--white);
	font-weight: 400;
	font-size: 14px;
	font-family: 'Nunito',sans-serif;
	letter-spacing: 1px;
	word-spacing: 2px;
}
.footer .colom_container .social_media
{
	text-align: center;
	margin-top: 10px;
}
.footer .colom_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 .colom_container .social_media a i
{
	line-height: 30px;
}

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

.padding-left1
{
	padding-left: 30px;
}
.services_colom h5
{
	color: var(--white);
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
}
.services_colom ul li
{
	margin-bottom: 7px;
}
.services_colom ul li a
{
	position: relative;
	display: block;
	padding-left: 22px;
	font-size: 16px;
	color: var(--white);
	font-weight: 400;
	transition: .2s;
	font-family: 'Nunito',sans-serif;
}
.services_colom ul li a:hover
{
	text-decoration: none;
	font-style: italic;
	padding-left: 27px;
}
.services_colom ul li a:before
{
	font-style: inherit;
}
.services_colom ul li a:before
{
	content: '\f144';
	color: var(--color2);
	position: absolute;
	left: 0;
	font-family: fontawesome;
}

.services_colom ul.two
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.services_colom ul.two li
{
	flex: 0 0 auto;
	width: calc(50% - 10px);
	margin-right: 10px;
}

.colom_container h5
{ 
	text-align: left;	
	color: var(--white);
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
}
.colom_container .social_media
{
	text-align: left !important;
}

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

.navigation_btn_toggle
{
	text-align: right;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}
.navigation_btn_toggle .toggle_btn
{
	width: 50px;
	float: right;
}
.navigation_btn_toggle .toggle_btn img
{
	width: 40px;
	cursor: pointer;
}

.navigation_full_page_screen
{
	position: fixed;
	top: 0;
	right: -105%;
	width: 100%;
	max-width: 350px;
	height: 100vh;
	z-index: 100;
	background-color: rgba(0 0 0 / 95%);
	transition: .5s;
}
.navigation_full_page_screen.show_nav
{
	right: 0%;
}

.navigation_full_page_screen .close_nav
{
	position: absolute;
	width: 40px;
	right: 35px;
	top: 35px;
	cursor: pointer;
}

.navigation_full_page_screen.show_nav .spit_screen_span
{
	height: 100%;
}

.navigation_full_page_screen.show_nav .spit_screen_span span
{
	height: 100%;
}


.navigation_full_page_screen .navigation_row
{
    position: absolute;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
    max-height: 520px;
    overflow-y: auto;
}
.navigation_full_page_screen .navigation_row .main-ul
{
	min-width: 300px;
}
.navigation_full_page_screen .navigation_row .main-ul .main-li
{
    border-bottom: 1px solid #333637;
}
.navigation_full_page_screen .navigation_row .main-ul .main-li a
{
	color: var(--white);
	font-weight: 700;
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	display: block;
	text-align: center;
	padding: 10px 5px;
	transition: .1s;
	/*border-radius: 12px;*/
}
.navigation_full_page_screen .navigation_row .main-ul .main-li.active > a,
.navigation_full_page_screen .navigation_row .main-ul .main-li:hover > a
{
	background-color: #0297A1;
	text-decoration: none;
}



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

.dropdown1 .submenu1
{
	position: relative;
	background-color: var(--white);
	max-height: 220px;
	overflow-y: auto;
	display: none;
}


 .dropdown1 .submenu1::-webkit-scrollbar {
  width: 8px;
}

.dropdown1 .submenu1::-webkit-scrollbar-track {
  background-color: #ccc;
}
.dropdown1 .submenu1::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 12px;
}


.navigation_full_page_screen .navigation_row .main-ul .main-li.dropdown1 .submenu1 li a
{
	font-size: 15px;
	color: #333;
	border-bottom: 1px solid #ccc;
	padding: 7px 5px;
}
.navigation_full_page_screen .navigation_row .main-ul .main-li.dropdown1 .submenu1 li.active a,
.navigation_full_page_screen .navigation_row .main-ul .main-li.dropdown1 .submenu1 li:hover a
{
	text-decoration: none;
	background-color: var(--color2);
	color: var(--white);
}


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

.navigation_btn_toggle .mobile_number_area
{
	margin-right: 60px;
	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;
}
.navigation_btn_toggle .mobile_number_area .blocks .value
{
	display: inline-block;
	font-size: 20px;
	font-family: 'Nunito',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: #00B9C5;
}


.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 */
}

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

.whatsapp-icon {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 75px;
    z-index: 999999;
}


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

section.banner_innerpage
{
	position: relative;
	width: 100%;
	height: 350px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: var(--innerBanner);
}
section.banner_innerpage:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color:var(--opacity_banner);
	width: 100%;
	height: 100%;
}
section.banner_innerpage #wave2
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
section.banner_innerpage #wave2 path
{
	fill: var(--white);
}

section.banner_innerpage .text-banner
{
	position: absolute;
	bottom: 120px;
	left: 50%;
	transform: translateX(-50%);
}
section.banner_innerpage .text-banner h5
{
	color: var(--white);
	font-family: 'Nunito',sans-serif;
	font-weight: 800;
	font-size: 35px;
}

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

.inner_page_section01 .container
{
	max-width: 90%;
}
.image01
{
	position: relative;
	margin-right: 10px;
}
.image01:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 96%;
	height: 96%;
	background-color: var(--color1);
	z-index: 1;
	box-shadow: 0 0 10px 5px rgba(0 0 0 / 20%;)
}
.image01 img
{
	position: relative;
	z-index: 2;
	padding-top: 15px;
	padding-left: 15px;
}

.inner_page_section01 .text-desc
{
	padding-top: 20px;
}

.inner_page_section01 .text-desc .heading003
{

}
.heading003 h5
{
	color: #333;
	font-weight: 900;
	font-family: 'Nunito sans',sans-serif;
	font-size: 34px;
	position: relative;
	padding-bottom: 7px;
	margin-bottom: 18px;
	display: inline-block;
}
.heading003 h5:before
{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 5px;
	background-color: var(--color2);
}
.heading003 h5:after
{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #ccc;
}
.inner_page_section01 .text-desc p
{
	text-align: justify;
	color: #111;
	font-size: 16px;
	line-height: 24px;
}

.inner_page_section01 .text-desc p.special_text
{
	font-size: 18px;
	line-height: 25px;
	font-weight: 600;
}



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

section.contact-areas
{
	background-color:#f1f1f1;
	padding-bottom: 30px;
}
section.contact-areas .contact-detail-and-form-container
{
	margin-top: 35px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	background-color: var(--bs-white);
	border-radius: 10px;
}
section.contact-areas .contact-detail-and-form-container .left-contact-details
{
	flex: 0 0 auto;
	width: 35%;
}
section.contact-areas .contact-detail-and-form-container .right-contact-forms
{
	flex: 0 0 auto;
	width: 65%;
	padding: 15px 25px;
}

section.contact-areas .contact-detail-and-form-container .left-contact-details .contact-detail-padding
{
	background-color: #35569E;
	margin: 15px 8px;
	border-radius: 10px;
	padding: 30px;
}

section.contact-areas .contact-detail-and-form-container .left-contact-details .contact-detail-padding h5
{
	color: var(--bs-white);
	margin-bottom: 5px;
	font-weight: 600;
}

section.contact-areas .contact-detail-and-form-container .left-contact-details .contact-detail-padding p
{
	color: var(--bs-white);
	font-weight: 300;
	font-size: 14px;
	font-family: 'Poppins';
	line-height: 20px;
	position: relative;
	z-index: 5;
}

section.contact-areas .contact-detail-and-form-container .left-contact-details .contact-detail-padding .row-addresss-contact
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
section.contact-areas .contact-detail-and-form-container .left-contact-details .contact-detail-padding .row-addresss-contact.one
{
	margin-top: 30px;
}
section.contact-areas .contact-detail-and-form-container .left-contact-details .contact-detail-padding .row-addresss-contact .icons
{
	color: var(--bs-white);
}
section.contact-areas .contact-detail-and-form-container .left-contact-details .contact-detail-padding .row-addresss-contact .icons
{
	position: relative;
	outline
}
section.contact-areas .contact-detail-and-form-container .left-contact-details .contact-detail-padding .row-addresss-contact .icons:before
{
	content: '';
    position: absolute;
    bottom: -4px;
    right: -5px;
    background-color: #132752;
    width: 108%;
    height: 108%;
    z-index: 1;
}
section.contact-areas .contact-detail-and-form-container .left-contact-details .contact-detail-padding .row-addresss-contact .icons i
{
	color: var(--bs-white);
	line-height: 30px;
	font-size: .9em;
	text-align: center;
	width: 30px;
	height:30px;
	background-color:var(--color2);
	border-right: 2px solid var(--bs-white);
	border-bottom: 2px solid var(--bs-white);
	z-index: 2;
	position: relative;
}
section.contact-areas .contact-detail-and-form-container .left-contact-details .contact-detail-padding .row-addresss-contact .value
{
	color: var(--bs-white);
	font-family: 'Poppins';
	font-weight: 300;
	font-size: 14px;
	display: inline-block;
	padding-left: 15px;
	flex:0 0 auto;
	align-self: center;
}
section.contact-areas .contact-detail-and-form-container .left-contact-details .contact-detail-padding .social-media-icons
{
	margin-top: 100px;
}
section.contact-areas .contact-detail-and-form-container .left-contact-details .contact-detail-padding .social-media-icons a
{
	display: inline-block;
	width: 35px;
	height:35px;
	border-radius: 50%;
	background-color: var(--color1);
	text-align: center;
	margin-right: 8px;
	transition: .2s;
}
section.contact-areas .contact-detail-and-form-container .left-contact-details .contact-detail-padding .social-media-icons a:hover
{
	transform: scale(1.1);
}
section.contact-areas .contact-detail-and-form-container .left-contact-details .contact-detail-padding .social-media-icons a i
{
	color: var(--bs-white);
	line-height: 35px;
}


/*==================================*/
section.contact-areas .contact-detail-and-form-container .left-contact-details .contact-detail-padding
{
	position: relative;
	overflow: hidden;
}
section.contact-areas .contact-detail-and-form-container .left-contact-details .contact-detail-padding .circle-design1
{
    position: absolute;
    bottom: -70px;
    right: -58px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #981e20cf;
}

section.contact-areas .contact-detail-and-form-container .left-contact-details .contact-detail-padding .circle-design2
{
    position: absolute;
    top: -18px;
    right: -35px;
    width: 130px;
    height: 120px;
    border-radius: 50%;
    background-color: #981e20cf;
}

/*===========================================*/
.right-contact-forms .myforms
{
	padding-top: 25px;
}
.right-contact-forms .myforms h5.heaDINGs
{
	font-weight: 800;
	font-family: 'Nunito Sans',sans-serif;
	font-size: 32px;
	margin-bottom: 20px;

}
.right-contact-forms .myforms .form-inputs
{
	margin-bottom: 15px;
}
.right-contact-forms .myforms .form-inputs label
{	
	font-size: 15px;
	font-weight: 500;
	color: #333;
	font-family: 'Poppins';
	margin-bottom: 3px;
}
.right-contact-forms .myforms .form-inputs .form-input
{
	border-radius: 0;
	border:0;
	border-bottom: 1px solid #ccc;
	padding-left: 2px;
	transition: .2s;
	  font-weight: 400;
	  font-family: 'Poppins';
	  font-size: 15px;
}
.right-contact-forms .myforms .form-inputs .form-input:focus
{
	box-shadow: none;
	outline: none;
	border-bottom-color: var(--color1);
}

.right-contact-forms .myforms .form-inputs .form-input::-webkit-input-placeholder { /* Edge */
  color: #888;
  font-weight: 400;
  font-family: 'Poppins';
  font-size: 15px;
}

.right-contact-forms .myforms .form-inputs .form-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #888;
  font-weight: 400;
  font-family: 'Poppins';
  font-size: 15px;
}

.right-contact-forms .myforms .form-inputs .form-input::placeholder {
  color: #888;
  font-weight: 400;
  font-family: 'Poppins';
  font-size: 15px;
}

.right-contact-forms .myforms .capthca-image
{
	margin-top: 22px;
}
.right-contact-forms .myforms .submit-buttons
{
	text-align: center;
	margin-top: 15px;
}
.right-contact-forms .myforms .submit-buttons input[type="submit"]
{
	font-weight: 400;
	font-family: 'Poppins';
	text-transform: uppercase;
	font-size: 15px;
	color: var(--bs-white);
	background-color: var(--color1);
	border:0px;
	border-radius: 8px;
	padding: 8px 25px;
	transition: .2s;
}
.right-contact-forms .myforms .submit-buttons input[type="submit"]:hover
{
	transform: scale(1.1);
}

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

.full_row_map
{
	width: 100%;
	height: 400px;
	line-height: 0;
}
.full_row_map iframe
{
	width: 100%;
	height: 100%;
}

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

section.blog-section
{
	margin-top: 30px;
}
section.blog-section .blog_container .container
{
	max-width: 95%;
}

/*
=======================================
*/
.blog_box
{
	padding: 0 10px;
}
.blog_box .image
{
	position: relative;
	overflow: hidden;
   border-radius: 8px;
}
.blog_box .image img
{
   width: 100%;
   height: 250px;
   object-fit: cover;
   object-position: center;
   transition: .2s;
}
.blog_box:hover .image img
{
	transform: scale(1.05);
}
.blog_box .image .date
{
	position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: var(--color1);
    text-align: center;
    width: 75px;
    height: 64px;
    padding-top: 11px;
    border-radius: 4px;
    box-shadow: 0 0 10px 5px rgb(0 0 0 / 5%);
}
.blog_box .image .date span
{
	display: block;
	font-family: 'Nunito Sans',sans-serif;	
	color: var(--white);
}
.blog_box .image .date .day
{
	font-weight: 800;
	font-size: 32px;
	margin-bottom: 3px;
}
.blog_box .image .date .mnth
{
	font-weight: 800;
	font-size: 16px;
}
.blog_box .detail
{
	padding-top: 10px;
}
.blog_box .detail h5
{
	font-family: 'Nunito Sans',sans-serif;	
	font-weight: 900;
	font-size: 20px;
	text-transform: capitalize;
	line-height: 24px;
	margin-bottom: 7px;
}
.blog_box .detail .text
{
	height: 92px;
	overflow: hidden;
	margin-bottom: 10px;
}
.blog_box .detail p
{
	font-size: 16px;
    text-align: justify;
    line-height: 23px;
    font-weight: 500;
    color: #000;
    font-family: 'Nunito', sans-serif;
}
.blog_box .readmore a
{
	color: var(--white);
	font-family: 'Nunito Sans',sans-serif;	
	font-weight: 600;
	transition: .3s;
}
.blog_box .readmore:hover a
{ 
	transform: translateY(-8px);
	background-color: var(--color1);
}

.blog_margin_bottom
{
	margin-bottom: 40px;
}

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

body.blog_detail_page .blog_box .image img
{
	height: 100%;
}
body.blog_detail_page .blog_box .detail .text
{
	height: 100%;
	overflow: inherit;
}
body.blog_detail_page .blog_box .detail .text p
{
	font-weight: 400;
	font-size: 15px;
	text-align: justify;
	color: #000;
}
body.blog_detail_page .blog_box .detail .text p b,
body.blog_detail_page .blog_box .detail .text p strong
{
	font-size: 17px;
	font-weight: 800;
}
body.blog_detail_page .blog_box .detail .text ul
{
	list-style: square;
	padding-left: 17px;
}
body.blog_detail_page .blog_box .detail .text ul li
{
	font-weight: 400;
	font-size: 15px;
	text-align: justify;
	margin-bottom: 12px;
	color: #000;
}

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

body.blog_detail_page .blog_sidebar
{
	padding-left: 10px;
}
body.blog_detail_page .blog_sidebar
{
	position: sticky;
	top: 90px;
}
body.blog_detail_page .blog_sidebar > h5
{
	font-family: 'Nunito Sans',sans-serif;	
	font-weight: 800;
	font-size: 25px;
	color: #010940;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
body.blog_detail_page .blog_sidebar .recent_blog_block .blog_row_recent
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 10px;
	padding-bottom: 7px;
	border-bottom: 1px solid #ccc;
}
body.blog_detail_page .blog_sidebar .recent_blog_block .blog_row_recent .image
{
	flex:0 0 auto;
	width: 100px;
}
body.blog_detail_page .blog_sidebar .recent_blog_block .blog_row_recent .blog_detail
{
	flex:0 0 auto;
	width: calc(100% - 100px);
	padding-left: 10px;
}
body.blog_detail_page .blog_sidebar .recent_blog_block .blog_row_recent .blog_detail h6
{
	font-weight: 800;
	font-size: 17px;
	margin-bottom: 3px;
}
body.blog_detail_page .blog_sidebar .recent_blog_block .blog_row_recent:hover .blog_detail h6
{
	color: var(--color1);
}
body.blog_detail_page .blog_sidebar .recent_blog_block .blog_row_recent .blog_detail .blog_content
{
    height: 43px;
    overflow: hidden;
    margin-bottom: 2px;
}
body.blog_detail_page .blog_sidebar .recent_blog_block .blog_row_recent .blog_detail p
{
	font-weight: 600;
	font-family: 'Nunito Sans',sans-serif;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 3px;
}
body.blog_detail_page .blog_sidebar .recent_blog_block .blog_row_recent .blog_detail .date
{
	font-weight: 800;
	font-family: 'Nunito Sans',sans-serif;
	font-size: 13px;
	color: #555;	
}
body.blog_detail_page .blog_sidebar .recent_blog_block .blog_row_recent .blog_detail .date i
{
	color: var(--color1);
}


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

.our-client-section
{
	background-color: #f7f7f7;
	padding:0px;
	background-position:center left;
	background-repeat: no-repeat;
	position: relative;
}
.our-client-section:before{
	content: '';
	position: absolute;
	bottom: 50px;
	right: 100px;
	background-image: url(../img/pricing_bg_shape_bottom_right.png);
	width: 250px;
	height: 250px;
	background-repeat: no-repeat;
}
.our-client-section .client-section-container
{
	padding: 45px 0;
}
.clients-gallery-rows
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 30px;
	position: relative;
	z-index: 5;
	justify-content: center;
}
.clients-gallery-rows .clients-gallery-colom
{
	flex: 0 0 auto;
    width: calc(20% - 16px);
    margin: 0 8px 20px;
    background-color: var(--bs-white);
    padding: 15px;
    border-radius: 8px;
    transition: .3s;
   	position: relative;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.clients-gallery-rows .clients-gallery-colom:before
{
	content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(../img/tab-bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 72%;
    width: 100%;
    height: 100%;
    opacity: .4;
}
.clients-gallery-rows .clients-gallery-colom:hover
{
	transform: scale(1.05);
}
.clients-gallery-rows .clients-gallery-colom img
{
	width: 100%;
	height: 100px;
	object-fit: contain;
	object-position: center;
}
.our-client-section .client-section-container .headings01
{
	margin-bottom: 30px;
	margin-top: 30px;
}
.our-client-section .client-section-container .headings01 h5
{
	font-size: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
     background: linear-gradient(to right, #c03c3a 35%, #3971cd 60%,#b41c19 70%);
	 -webkit-background-clip: text;
	 -webkit-text-fill-color: transparent;
}
.our-client-section .client-section-container .headings01 p
{
    font-size: 16px;
    font-weight: 400;
    color: #333;
    text-align: center;
    max-width: 80%;
    margin: auto;
}


.our-client-section .client-section-container .discover-more-clients
{
	text-align: center;
	margin-top: 15px;
}
.our-client-section .client-section-container .discover-more-clients a
{
	display: inline-block;
	text-decoration: none;
	background-image: linear-gradient(25deg, #bf2023 20%, #d55612 60%,#bf2023 100%);
	padding: 9px 35px;
    border-radius: 20px;
    display: inline-block;
    color: var(--bs-white);
    transition: .2s;
    font-weight: 600;
}
.our-client-section .client-section-container .discover-more-clients a:hover
{
	transform: scale(1.1);
}

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

.our-recent-work-section
{
  background-color: #E9F6FC;
}
.our-recent-work-section .our-recent-work-container
{
	padding: 60px 0;
}
.our-recent-work-section .our-recent-work-container .container
{
	position: relative;
	z-index: 5;
	max-width: 95%;
}
.our-recent-work-section .our-recent-work-container .headings01 h5
{
	font-size: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
     background: linear-gradient(to right, #c03c3a 35%, #3971cd 60%,#b41c19 70%);
	 -webkit-background-clip: text;
	 -webkit-text-fill-color: transparent;
}
.our-recent-work-section .our-recent-work-container .headings01 p
{
    font-size: 16px;
    font-weight: 400;
    color: #333;
    text-align: center;
    max-width: 80%;
    margin: auto;
}

.content-area .content-area-container .about-text .below-heading
{
	font-size: 17px;
    font-weight: 400;
    color: #333;
    text-align: justify;
    max-width: 80%;
    margin: auto;
    line-height: 25px;
}
.content-area .content-area-container .about-text .below-heading
{
	color: #333;
	font-weight: 600;
}
section.clients .heading003 h5
{
	color: #010940;
	font-size: 30px;
}
section.clients.content-area {
    background-image: url(../img/startup-bg.webp);
}

section.portfolios .container
{
	max-width: 95%;
}
section.portfolios .custom_filter_container .filter_button_container
{
}
section.portfolios .custom_filter_container .filter_button_container a
{
	padding: 10px 15px;
	background-color: #eaeaea;
}
section.portfolios .custom_filter_container .filter_button_container a.active,
section.portfolios .custom_filter_container .filter_button_container a:hover
{
	background-color: var(--color2) !important;
}

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

section.portfolios .custom_filter_container .work_block_row .work-block-colom
{
	border: 1px solid #E1E1E1;
    border-radius: 5px;
    overflow: hidden;
    background: url(../img/browser-frame.png) top center no-repeat transparent;
    background-size: contain;
    padding-top: 27px;
    width: calc(33.333% - 30px);
    margin: 0 15px 30px;
    transition: .5s;
}

section.portfolios .custom_filter_container .work_block_row .work-block-colom .work_container .text h5
{
	font-weight: 800;
    font-size: 15px;
    text-transform: uppercase;
}

/*
======================================
*/
 
body.services-page .banner_innerpage #wave2 path
{
	background-image: url(../img/bg-page-header.jpg);
	background-color: transparent;
}


section.services-area .services-container
{
	position: relative;
	background-image: url(../img/bg-page-header.jpg);
	background-position: center;
}
section.services-area .services-container:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255 255 255 / 30%);
}
section.services-area .services-container .overlay-bg-image
{
	background-image: url(../img/4.png);
	background-position:center left;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 40%;
	height: 100%;
	background-size: 100%;
	opacity: .05;
}
section.services-area .services-container
{
	padding: 50px 0;
	background-color:#f1f1f1;
}
section.services-area .container
{
	max-width: 90%;
	position: relative;
	z-index: 5;
}

section.services_sections .container
{
	max-width: 95%;
}
section.services_sections .container .heading003 h5
{
	font-size: 30px;
}
.image_services
{
	margin-bottom: 20px;
}
.image_services img
{
	width: 100%;
	border-radius: 8px;
	padding: 5px;
	background-color: #fff;
}
section.services_sections .container .service-page-section p
{
	color: #000;
	font-family: 'Nunito',sans-serif;
	font-weight: 400;
	font-size: 17px;
	text-align: justify;
	line-height: 23px;
	margin-bottom: 15px;
}



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

.sidebar-form-container
{
	padding-left: 20px;
	position: sticky;
	top: 100px;
}
.sidebar-form-container .sidebar-form-area
{
    position: relative;
    background: #4154f1;
    background: -webkit-linear-gradient(top left,#4154F1,#bf2023);
    background: -moz-linear-gradient(top left,#4154F1,#bf2023);
    background: linear-gradient(to bottom right,#4154F1,#bf2023);
    border-radius: 8px;
    padding:35px 25px;
    box-shadow: -10px 10px 5px 5px rgb(0 0 0 / 10%);
}
.sidebar-form-container .sidebar-form-area:before
{
	content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    opacity: .2;
    background-image: url(../img/sidebar-enquiry.svg);
    background-size: initial;
    background-position: center;
}
.sidebar-form-container .sidebar-form-area .headings
{
	position: relative;
	z-index: 5;	
	text-align: center;
}
.sidebar-form-container .sidebar-form-area .headings h4
{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
	color: var(--bs-white);
}
.sidebar-form-container .sidebar-form-area .headings h6
{
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
	color: var(--bs-white);
}
.sidebar-form-container .sidebar-form-area .forms
{
	position: relative;
	z-index: 5;
}
.sidebar-form-container .sidebar-form-area .forms .inputs{
	padding: .575rem .75rem;
	font-weight: 600;
	color: #555;
	font-size: 14px;
	padding-left: 35px;
}
.sidebar-form-container .sidebar-form-area .forms .myinputs
{
	position: relative;
	margin-top: 25px;
}
.sidebar-form-container .sidebar-form-area .forms .myinputs label
{
	position: absolute;
	top: 8px;
	left: 35px;
	z-index: 5;
	font-weight: 600;
	color: #555;
	font-size: 14px;
	pointer-events: none;
}
.sidebar-form-container .sidebar-form-area .forms .myinputs .input-area
{
	position: relative;
}
.sidebar-form-container .sidebar-form-area .forms .myinputs .input-area i
{
	position: absolute;
	top: 13px;
	left: 12px;
	color: var(--color1);
}

.sidebar-form-container .sidebar-form-area .forms .myinputs .inputs:focus
{
	box-shadow: none;
	outline: none;
}
.sidebar-form-container .sidebar-form-area .forms .captcha-images
{
	margin-top: 12px;
	text-align: center;
}
.sidebar-form-container .sidebar-form-area .forms .form-submit
{
	text-align: center;
	margin-top: 15px;
}
.sidebar-form-container .sidebar-form-area .forms .form-submit .submits
{
	display: block;
	width: 100%;
	border:2px solid var(--bs-white);
	background-color: var(--color1);
	font-size: 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: 'Poppins';
	font-weight: 500;
	color: var(--bs-white);
	padding: 7px 15px;
	border-radius: 20px;
	transition: .2s;
}
.sidebar-form-container .sidebar-form-area .forms .form-submit .submits:hover
{
	background-color: transparent;
}

/*
================================
*/
section.services-area.services_sections .services-container .service-page-section .ul_bulltes h5
{
	font-family: 'nunito sans',sans-serif;
	font-weight: 800;
	font-size: 16px;
	margin-bottom: 10px;
}
section.services-area.services_sections .services-container .service-page-section .service_character
{
	font-size: 18px;
	line-height: 25px;
	font-weight: 600;
}
section.services-area.services_sections .services-container .service-page-section ul li
{
	position: relative;
	margin-bottom: 10px;
	padding-left: 25px;
	font-weight: 600;
}
section.services-area.services_sections .services-container .service-page-section ul li:before
{
	position: absolute;
	content: '\f00c';
	color: var(--white);
	font-family: fontawesome;
	text-align: center;
	font-size: .8em;
	line-height: 20px;
	left: 0;
	top: 0;
	width: 20px;
	height:20px;
	background: #4154f1;
    background: -webkit-linear-gradient(top left,#4154F1,#bf2023);
    background: -moz-linear-gradient(top left,#4154F1,#bf2023);
    background: linear-gradient(to bottom right,#4154F1,#bf2023);
}

.and_many_more
{
	text-align: center;
	margin-top: 15px;
}
.and_many_more span
{
	text-align: center;
	font-weight: 800;
	color: #666;
	/*background-color: #eaeaea;*/
	font-size: 20px;
	padding: 8px 25px;
	/*border-radius: 25px;*/
}

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

.blog_sections
{

}
.blog_sections .blog_container .heading01
{
	text-align: center;
}
.blog_sections .blog_container .heading01 h3{
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
    font-size: 38px;
    line-height: 45px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
section.blog_sections .blogRow
{
	margin-top: 25px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
section.blog_sections .blogRow .blogColom
{
	flex: 0 0 auto;
	width: calc(33.3333% - 20px);
	margin: 0 10px 25px;
}
section.blog_sections .blogRow .blogColom .blogWrapper
{
	background-color: var(--white);
	padding: 10px;
	box-shadow: 0 0 10px 5px rgba(0 0 0 / 10%);
	border:1px solid #eaeaea;
	border-radius: 10px;
}
section.blog_sections .blogRow .blogColom .blogWrapper .image a
{
	display: block;
	overflow: hidden;
}
section.blog_sections .blogRow .blogColom .blogWrapper .image a img
{
	width: 100%;
	height: 240px;
	object-fit: cover;
	object-position: center;
	transition: .3s;
}
section.blog_sections .blogRow .blogColom:hover .blogWrapper .image a img
{
	transform: scale(1.08);
}
section.blog_sections .blogRow .blogColom .blogWrapper .details
{
	margin-top: 12px;
	padding: 0 8px;
}
section.blog_sections .blogRow .blogColom .blogWrapper .details h4 a
{
	display: block;
    font-family: 'Nunito', sans-serif;
    font-size: 22px;
    line-height: 27px;
    font-weight: 800;
    color: var(--black);
    text-decoration: none;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
section.blog_sections .blogRow .blogColom .blogWrapper .details:hover h4 a
{
	color: var(--color1);
}
section.blog_sections .blogRow .blogColom .blogWrapper .details p
{
	  display: -webkit-box;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 2;
	  overflow: hidden;

  	font-size: 16px;
    text-align: justify;
    line-height: 24px;
    font-weight: 500;
    font-family: 'Nunito', sans-serif;
    margin-bottom: 8px;
}
section.blog_sections .blogRow .blogColom .blogWrapper .details .date
{
	padding-bottom: 10px;
}
section.blog_sections .blogRow .blogColom .blogWrapper .details .date i
{
	color: var(--color2);
}
section.blog_sections .blogRow .blogColom .blogWrapper .details .date span
{
	color: #555;
	font-size: 14px;
	font-weight: 700;
}



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


.pagination
{
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 10px;	
}
.pagination a
{
	flex: 0 0 auto;
	width: 35px;
	height: 35px;
	margin: 0 3px;
	color: var(--white);
	background-color: var(--color1);
	line-height: 35px;
	text-align: center;
	font-family: 'Nunito',sans-serif;
	font-weight: 700;
	transition: .2s;
	font-size: 16px;
}
.pagination a:hover,
.pagination a.active
{
	text-decoration: none;
	background-color: var(--color2);
	height: 50px;
	line-height: 50px;
	transform: translateY(-8px);
}

/*
	*********************************
*/

section.about_us.blog_sections .about_us_container
{
	padding-bottom: 30px;
}

/*
	************************************************
*/



/*
==========================================
*/
body.blogdetailPage section.about_us .about_us_container
{
	padding-top: 20px;
}
section.blog__details .blog-box .image img
{
	width: 100%;
}
section.blog__details .blog-box .image
{
	position: relative;
}
section.blog__details .blog-box .image .date
{
	background-color: var(--color2);
	position: absolute;
	left: 10px;
	bottom: 10px;
	padding: 15px 10px 10px;
	box-shadow: 0 15px 15px 5px rgba(0 0 0 / 20%);
}
section.blog__details .blog-box .image .date span
{
	display: block;
	text-align: center;
}
section.blog__details .blog-box .image .date span.day
{
	color: var(--white);
	font-family:var(--monte);
	font-weight: 700;
	font-size: 35px;
	margin-bottom: 5px;
}
section.blog__details .blog-box .image .date span.mnth-year
{
	color: var(--white);
	font-family:var(--monte);
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;

}

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

section.blog__details
{
	margin-top: 30px;
}

section.blog__details .blog-box h6
{
	font-weight: 700;
	font-size: 25px;
	margin:15px 0px 10px;
}
section.blog__details .blog-box .blog-detail *
{
	font-family:var(--nunito) !important;
}
section.blog__details .blog-box .blog-detail p
{
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
}
section.blog__details .blog-box .blog-detail p strong,
section.blog__details .blog-box .blog-detail p b
{
	margin-top: 5px;
	display: inline-block;
	font-weight: 800;
	font-size: 18px;
}
body.blogdetailPage .blog-box .image img
{
	width: 100%;
	height: 350px;
	object-fit: cover;
	object-position: top;
}
/*
=============================================================
*/

body.blogPageList section.about_us .about_us_container
{
	padding-top: 20px;
}

.blog__details .blog-box
{
	margin-right: 15px;
}
.sidebar-conatiner
{
	position: sticky;
	top: 30px;

}
.blog-sidebar-row
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
.blog-sidebar-row .image
{
	flex: 0 0 auto;
	width: 100px;
	height: 80px;
}
.blog-sidebar-row .image img
{
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	padding: 2px;
	outline: 1px solid #eaeaea;
	border-radius: 2px;
}
.blog-sidebar-row .content
{
	flex: 0 0 auto;
	width: calc(100% - 100px);
	padding-left: 10px;
}
.blog-sidebar-row .content h5
{
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 5px;
}
.blog-sidebar-row .content .detail-content .date
{
    font-weight: 600;
    color: #555;
    font-size: 14px;
    font-family: 'Poppins';
}
.blog-sidebar-row .content .detail-content .date i
{
	color: var(--color2);
	margin-right: 4px;
}
.blog-sidebar-row .content .detail-content p
{
	line-height: 20px;
	font-size: 15px;
	text-align: justify;
	font-weight: 400;
	overflow: hidden;
	margin-bottom: 7px;
	text-decoration: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.blog-sidebar-row .content h5
{
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 700;
    line-height: 22px;
    color: var(--black);
    text-decoration: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/*
	*********************************
*/

body.blogdetailPage section.banner_innerpage .text-banner
{
	max-width: 80%;
	width: 100%;
	text-align: center;
	bottom: 150px;
}
body.blogdetailPage section.banner_innerpage .text-banner h5
{
	font-size: 26px;
}
body.blogdetailPage .blog-box h6
{
	margin-top: 20px;
	margin-bottom: 15px;
    font-family: 'Nunito', sans-serif;
    font-size: 25px;
    line-height: 27px;
    font-weight: 800;
    color: var(--black);
    text-decoration: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
body.blogdetailPage .blog-box .blog-detail p{
    font-size: 16px;
    text-align: justify;
    line-height: 24px;
    font-weight: 500;
    font-family: 'Nunito', sans-serif;
    margin-bottom: 8px;
}


body.blogdetailPage .sidebar-conatiner .heading h4
{
	font-family: 'Nunito';
	font-weight: 800;
	font-size: 28px;
	margin-bottom: 10px;
}

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

.tagsContainer
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-left: 15px;
	margin-top: 20px;
}
.tagsContainer span
{
	flex: 0 0 auto;
}
.tagsContainer span
{
	background-color: #d7d7d7;
	color: var(--black);
	font-weight: 600;
	text-transform: capitalize;
	font-style: italic;
	margin-right: 26px;
	padding: 7px 10px;
	position: relative;
	margin-bottom: 7px;
	cursor: pointer;
	font-size: 15px;
}
.tagsContainer span:after
{
	content: '';
	position: absolute;
	right: -18px;
	top: 0;
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	border-left: 18px solid #d7d7d7;
}
.tagsContainer span:before
{
	content: '';
	position: absolute;
	left: -18px;
	top: 0;
	border-top: 18px solid #d7d7d7;
	border-bottom: 18px solid #d7d7d7;
	border-left: 18px solid transparent;
}

@media screen and (max-width: 480px)
{
	section.blog_sections .blogRow
	{
		flex-direction: column;
	}
	section.blog_sections .blogRow .blogColom
	{
	    width: calc(100% - 10px);
		margin: 0 5px 25px;
	}
	section.blog_sections .blogRow .blogColom .blogWrapper .image a img
	{
		height: 180px;
	}
	section.blog_sections .blogRow .blogColom .blogWrapper .details h4 a
	{
		font-size: 17px;
		line-height: 23px;
	}
	section.blog_sections .blogRow .blogColom .blogWrapper .details p
	{
		font-size: 15px;
		line-height: 23px;
	}
	body.blogdetailPage .blog-box .image img
	{
		height: 100%;
	}
	section.blog__details .blog-box .image .date span.day
	{
		font-size: 25px;
	}
	section.blog__details .blog-box .image .date
	{
		padding: 10px 10px 6px;
	}
	body.blogdetailPage .blog-box h6
	{
		margin-top: 10px;
		font-size: 18px;
		margin-bottom: 5px;
	}
	.blog__details .blog-box
	{
		margin-right: 0;
	}
	section.blog__details .blog-box .image .date
	{
		left: 5px;
		bottom: 5px;
	}
	body.blogdetailPage .blog-box .blog-detail p
	{
		font-size: 15px;
		line-height: 22px;
	}
	.sidebar-conatiner
	{
		margin-top: 20px;
	}
	body.blogdetailPage .sidebar-conatiner .heading h4
	{
		font-weight: 700;
		font-size: 23px;
	}

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

}
@media screen and (min-width: 481px) and (max-width: 576px)
{
	section.blog_sections .blogRow
	{
		flex-direction: column;
	}
	section.blog_sections .blogRow .blogColom
	{
	    width: calc(100% - 10px);
		margin: 0 5px 25px;
	}
	section.blog_sections .blogRow .blogColom .blogWrapper .image a img
	{
		height: 180px;
	}
	section.blog_sections .blogRow .blogColom .blogWrapper .details h4 a
	{
		font-size: 17px;
		line-height: 23px;
	}
	section.blog_sections .blogRow .blogColom .blogWrapper .details p
	{
		font-size: 15px;
		line-height: 23px;
	}
	body.blogdetailPage .blog-box .image img
	{
		height: 100%;
	}
	section.blog__details .blog-box .image .date span.day
	{
		font-size: 25px;
	}
	section.blog__details .blog-box .image .date
	{
		padding: 10px 10px 6px;
	}
	body.blogdetailPage .blog-box h6
	{
		margin-top: 10px;
		font-size: 18px;
		margin-bottom: 5px;
	}
	.blog__details .blog-box
	{
		margin-right: 0;
	}
	section.blog__details .blog-box .image .date
	{
		left: 5px;
		bottom: 5px;
	}
	body.blogdetailPage .blog-box .blog-detail p
	{
		font-size: 15px;
		line-height: 22px;
	}
	.sidebar-conatiner
	{
		margin-top: 20px;
	}
	body.blogdetailPage .sidebar-conatiner .heading h4
	{
		font-weight: 700;
		font-size: 23px;
	}
}


@media screen and (min-width: 577px) and (max-width: 767px)
{
	section.blog_sections .blogRow
	{
		flex-direction: row;
	}
	section.blog_sections .blogRow .blogColom
	{
	    width: calc(50% - 10px);
		margin: 0 5px 25px;
	}
	section.blog_sections .blogRow .blogColom .blogWrapper .image a img
	{
		height: 150px;
	}
	section.blog_sections .blogRow .blogColom .blogWrapper .details h4 a
	{
		font-size: 17px;
		line-height: 23px;
	}
	section.blog_sections .blogRow .blogColom .blogWrapper .details p
	{
		font-size: 15px;
		line-height: 23px;
	}
	body.blogdetailPage .blog-box .image img
	{
		height: 100%;
	}
	section.blog__details .blog-box .image .date span.day
	{
		font-size: 25px;
	}
	section.blog__details .blog-box .image .date
	{
		padding: 10px 10px 6px;
	}
	body.blogdetailPage .blog-box h6
	{
		margin-top: 10px;
		font-size: 20px;
		margin-bottom: 5px;
	}
	.blog__details .blog-box
	{
		margin-right: 0;
	}
	section.blog__details .blog-box .image .date
	{
		left: 5px;
		bottom: 5px;
	}
	body.blogdetailPage .blog-box .blog-detail p
	{
		font-size: 15px;
		line-height: 22px;
	}
	.sidebar-conatiner
	{
		margin-top: 20px;
	}
	body.blogdetailPage .sidebar-conatiner .heading h4
	{
		font-weight: 700;
		font-size: 23px;
	}
	.blog-sidebar-row .content h5
	{
		font-size: 18px;
	}

}



@media screen and (min-width: 768px) and (max-width: 992px)
{
	section.blog_sections .blogRow
	{
		flex-direction: row;
	}
	section.blog_sections .blogRow .blogColom
	{
	    width: calc(50% - 10px);
		margin: 0 5px 25px;
	}
	section.blog_sections .blogRow .blogColom .blogWrapper .image a img
	{
		height: 200px;
	}
	section.blog_sections .blogRow .blogColom .blogWrapper .details h4 a
	{
		font-size: 17px;
		line-height: 23px;
	}
	section.blog_sections .blogRow .blogColom .blogWrapper .details p
	{
		font-size: 15px;
		line-height: 23px;
	}
	body.blogdetailPage .blog-box .image img
	{
		height: 100%;
	}
	section.blog__details .blog-box .image .date span.day
	{
		font-size: 25px;
	}
	section.blog__details .blog-box .image .date
	{
		padding: 10px 10px 6px;
	}
	body.blogdetailPage .blog-box h6
	{
		margin-top: 10px;
		font-size: 20px;
		margin-bottom: 5px;
	}
	.blog__details .blog-box
	{
		margin-right: 0;
	}
	section.blog__details .blog-box .image .date
	{
		left: 5px;
		bottom: 5px;
	}
	body.blogdetailPage .blog-box .blog-detail p
	{
		font-size: 15px;
		line-height: 22px;
	}
	.sidebar-conatiner
	{
		margin-top: 20px;
	}
	body.blogdetailPage .sidebar-conatiner .heading h4
	{
		font-weight: 700;
		font-size: 23px;
	}
	.blog-sidebar-row .content h5
	{
		font-size: 18px;
	}
	.blog-sidebar-row .image
	{
		width: 200px;
		height: 140px;
	}
	.blog-sidebar-row .content
	{
		width: calc(100% - 200px);
		padding-left: 10px;
	}
}


/*
	************************************
*/

.bannerHomeForm
{
	position: absolute;
	top: 100px;
	right: 100px;
	z-index: 2;
}
.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 (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;
	}
}

.mobile_number_area .links-page {
  color: #fff;
  font-size: 18px;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
}