/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
html, body {
	width: 100%;
	overflow-x: hidden;
	font: 400 16px/26px 'Inter', sans-serif;
}
body {
	background: #fff;
	margin: 0px;
	padding: 0px;
	color: #666;
}
body.showNav {
	height: 100%;
	overflow: hidden;
}
* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
	color: #032e42;
	margin: 0;
}
.text-reverse {
	color: #fff;
}
h1 {
	font: 900 62px/74px 'Inter', 'Open Sans', sans-serif;
	display: block;
}
h2 {
	font: 900 48px/62px 'Inter', 'Open Sans', sans-serif;
	display: block;
}
h3 {
	font: 800 36px/50px 'Inter', 'Open Sans', sans-serif;
	display: block;
}
h4 {
	font: 800 24px/38px 'Inter', 'Open Sans', sans-serif;
	display: block;
}
h5 {
	font: 400 20px/28px 'Inter', 'Open Sans', sans-serif;
	display: block;
}
h6 {
	font: 400 16px/28px 'Inter', 'Open Sans', sans-serif;
	display: block;
}
.secondaryTxt {
	padding: 0 15%;
}
a {
	text-decoration: underline;
	color:#d83030;
}
a:hover, a:focus {
	color:#d83030;
	text-decoration: none;
}
.noEff, .noEff:hover, .noEff:focus {
	text-decoration: none;
}
.trans_eff {
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
}
.weight-900 {
	font-weight: 900;
}
.weight-800 {
	font-weight: 800;
}
.weight-700 {
	font-weight: 700;
}
.weight-600 {
	font-weight: 600;
}
.weight-500 {
	font-weight: 500;
}
.weight-400 {
	font-weight: 400;
}
.weight-300 {
	font-weight: 300;
}
.weight-200 {
	font-weight: 200;
}
.weight-100 {
	font-weight: 100;
}
.bg-white {
	background: #ffffff;
}
.bg-primary {
	background: #032e42;
}
.bg-secondary {
	background: #EDF67D;
}
.bg-treasury {
	background: #F85B59;
}
.color-bodyText {
	color: rgba(19, 23, 71, .8);
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
	font-size: 50%;
}
.mt0 {
	margin-top: 0 !important;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mtb5 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb50 {
	margin-bottom: 50px;
}
.ml3 {
	margin-left: 3px;
}
.pl50 {
	padding-left: 50px;
}
.pl100 {
	padding-left: 100px;
}
.red {
	color: #FE4A49;
}
.deskHidden {
	display: none !important;
}
.mobHidden {
	display: block !important;
}
#back-top {
	position: fixed;
	bottom: 30px;
	right: 20px;
	z-index: 3;
	display: block;
}
#back-top .btn-danger {
	display: inline-block;
	background: #d83030 !important;
	overflow: hidden;
	padding: 7px 0;
	border-radius: 10px;
	line-height: inherit !important;
	color: #fff;
	width: 50px;
	height: 50px;
	box-shadow: 0 0 20px 0 rgba(112, 130, 148, 0.2);
	border: 0;
	font-size: 30px;
	transition: all linear .3s;
	cursor: pointer;
}
#back-top .btn-default:hover {
	background: #32B0EB;
}
.btn-danger {
	font: 600 14px/52px 'Inter', sans-serif;
	color: #d83030;
	height: 52px;
	padding: 0 50px;
	display: inline-block;
	overflow: hidden;
	text-decoration: none;
	background: #fff !important;
	border-radius: 10px;
	border: 1px solid #d83030 !important;
	box-shadow: 0px 5px 10px -4px rgb(216 48 48 / 20%);
	outline: none !important;
}
.btn-danger:hover, .btn-danger:focus {
	background: #fff !important; color:#d83030;
	box-shadow: 0px 5px 10px -4px rgb(216 48 48 / 80%);
}
.btn-warning {
	font: 600 14px/52px 'Inter', sans-serif;
	color: #fff;
	height: 52px;
	padding: 0 50px;
	display: inline-block;
	overflow: hidden;
	text-decoration: none;
	background: #FA9801 !important;
	border-radius: 10px;
	border: 0 !important;
	box-shadow: 0px 5px 10px -4px rgb(250 152 1 / 40%);
	outline: none !important;
}
.btn-warning:hover, .btn-warning:focus {
	background: #FA9801 !important;
	box-shadow: 0px 5px 10px -4px rgb(250 152 1 / 90%);
}
.btn-default {
	font: 600 14px/52px 'Inter', sans-serif;
	color: #032e42;
	height: 52px;
	padding: 0 50px;
	display: inline-block;
	overflow: hidden;
	text-decoration: none;
	background: #f7f7f7 !important;
	border-radius: 10px;
	border: 1px solid #ddd !important;
	box-shadow: none;
	outline: none !important;
}
.btn-default:hover, .btn-default:focus {
	background: #f7f7f7 !important;
	box-shadow: 0 3px 6px rgba(0,0,0,.16);
}
.form-control {
	height: 50px;
	padding: 15px 15px;
	font-size: 13px;
	color: #032e42;
	border-radius: 10px;
	border: 1px solid #ddd;
	font-family: 'Inter', sans-serif;
	box-shadow: none;
}
.form-control:focus {
	border: 1px solid #ddd;
	box-shadow: 0 1px 2px rgba(0,0,0,.16);
}

.formCon2 .selectServices {
    margin: 0;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px 12px;
    overflow: hidden;
    border-radius: 10px;
}

.formCon2 .selectServices li {
    list-style: none;
    width: 48%;
    float: left;
    font-size: 13px;
    line-height: 16px;
    color: #000;
    margin: 5px 1%; 
}

@media only screen and (max-width: 767px) {
	.formCon2 .selectServices li {
    list-style: none;
    width: 100%;
    float: left;
    font-size: 13px;
    line-height: 16px;
    color: #000;
    margin: 5px 0; 
}
}

label {
	color: #032e42;
	font-size: 14px;
	margin-left: 2px;
	line-height: 20px;
}


.formCon2 .row > .cols{margin: 10px 0;}
.formCon2{padding: 80px 0 60px;}


::-webkit-input-placeholder {
 color: #032e42 !important;
}
::-moz-placeholder {
 color: #032e42 !important;
}
:-ms-input-placeholder {
 color: #032e42 !important;
}
:-moz-placeholder {
 color: #032e42 !important;
}
 input::placeholder {
 color: #032e42 !important;
}
.pRelative {
	position: relative;
}



::-webkit-scrollbar {
 width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
 background: transparent;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
 background:rgba(0,0,0,.2);
border-radius: 30px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
 background: #555;
border-radius: 30px;
}

/*AAAAA HOME PAGE CLASSES AAAAA*/

 

 
@media only screen and (max-width: 1279px) {
.container {
	width: 100%;
}
}
@media only screen and (max-width: 767px) {
	
	h3 {
	font: 800 24px/32px 'Inter', 'Open Sans', sans-serif;
	display: block;
}
	
}
@media only screen and (max-width: 479px) {
h2 {
	font-size: 30px;
	line-height: 34px;
}
}
/*comman clasess ends*/


/*header clasess*/
header {
	width: 100%;
	z-index: 9999;
	position: relative;
	background: #fff;
	transition: all linear .5s;
	-webkit-transition: all linear .5s;
	-moz-transition: all linear .5s;
	-ms-transition: all linear .5s;
	height: 80px;
	box-shadow: 0px 10px 40px -4px rgb(0 0 0 / 16%);
}
.navbar-brand img {
	width: 100%;
	height: auto;
	display: block;
}
header .navbar {
	margin-bottom: 0;
	min-height: 0px;
}
header .navbar-collapse {
	padding: 0;
}
header .navbar-brand {
	padding: 0 !important;
	width: 210px;
	height: auto;
	display: block;
	margin: 15px 0 0 0;
}
header .navbar-default {
	background: none;
	border: 0
}
.navbar-nav {
	margin: 0;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .5s;
	-ms-transition: all linear .3s;
}
header .navbar-nav > li > a .loc, header .navbar-nav > li > a .arrow {
	vertical-align: middle;
	padding-bottom: 4px;
}
header .navbar-nav > li > a {
	font: 600 14px/80px 'Inter', 'Open Sans', sans-serif;
	color: #032e42;
	padding: 0 15px;
	text-decoration: none;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	background: none;
	letter-spacing: 0px; text-transform: uppercase;
}
header .navbar-nav > li a:after {
	height: 3px;
	width: 0;
	background: #d83030;
	content: "";
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .5s;
	-ms-transition: all linear .3s;
}


header .navbar-nav > li:hover > a:after{width: 100%;}

header .navbar-nav > li:hover > a {
	background: #f5f5f5;
}
 




header .nav>li>a:focus {
	background-color: #f5f5f5;
}
#home .home:after, #about .about:after, #portfolio .portfolio:after, #services .services:after, #contact .contact:after {
	background: #d83030; width: 100%;
}
#home .home {
	background: #f5f5f5;
}
header .navbar-nav > li > .orderNow {
	background: #fff !important;
	color: #d83030;
	border: 1px solid #d83030;
	padding: 0 20px !important;
	margin: 15px 0 0 25px;
	line-height: 48px;
	border-radius: 10px;
	font-weight: 600;
	box-shadow: 0px 5px 10px -4px rgb(216 48 48 / 20%);
}
header .navbar-nav > li > .signUp {
	background: #fff !important;
	color: #d83030;
	border: 1px solid #d83030;
	padding: 0 20px !important;
	margin: 15px 0 0 10px;
	font-weight: 600;
	line-height: 48px;
	border-radius: 10px;
	box-shadow: 0px 5px 10px -4px rgb(216 48 48 / 20%);
}
header .navbar-nav > li .orderNow:hover {
	box-shadow: 0px 5px 10px -4px rgb(216 48 48 / 80%);
}
header .navbar-nav > li .signUp:hover {
	box-shadow: 0px 5px 10px -4px rgb(216 48 48 / 80%)
}
header .navbar-nav > li > .signUp img {
	width: 16px;
	vertical-align: middle;
}
header .navbar-nav > li > .orderNow img {
	width: 16px;
	vertical-align: sub;
}
header .navbar-nav > li:hover > .orderNow:after, header .navbar-nav > li > .orderNow:after, header .navbar-nav > li:hover > .signUp:after, header .navbar-nav > li > .signUp:after, header .navbar-nav > li:hover > .search:after, header .navbar-nav > li > .search:after {
	display: none !important;
}
.header_fixer {
	position: fixed;
	box-shadow: 0px 10px 40px -4px rgb(0 0 0 / 16%);
}
.header_spacer {
	height: 50px;
	display: none;
}
.navbar {
	border: 0;
}
header .navbar-nav > li > .search {
	width: 50px;
	height: 49px;
	margin: 20px 0 0 0;
	padding: 10px;
	text-align: center;
}
header .navbar-nav > li > .search img {
	display: block;
}
header .navbar-nav .mob_no a {
	padding-right: 0;
	border-left: 1px solid rgba(255, 255, 255, 0.5);
	font-weight: 600;
	color: #32B0EB;
}
header .navbar-nav .mob_no .phone {
	padding-bottom: 4px;
	vertical-align: middle;
}
.header_fixer .navbar-nav .mob_no a {
	border-color: #ddd;
}
header .navbar-header {
	float: left;
}
header .navbar-collapse {
	border: 0 !important;
	box-shadow: none;
}
.mobRight {
	float: right;
}
.mobRight a {
	color: #fff;
	width: 54px;
	text-align: center;
	margin: 15px 0 0 10px;
	font-weight: 600;
	line-height: 48px;
	border-radius: 10px;
	float: left;
}
.mobRight a img {
	width: 24px;
	vertical-align: middle;
}
.mobRight .signUp, .mobRight .orderNow {
	background: #fff !important;
    color: #d83030;
    border: 1px solid #d83030;
    
    margin: 15px 0 0 10px;
    font-weight: 600;
    line-height: 48px;
    border-radius: 10px;
    box-shadow: 0px 5px 10px -4px rgb(216 48 48 / 20%);
}

.mobRight .signUp:hover, .mobRight .orderNow:hover{box-shadow: 0px 5px 10px -4px rgb(216 48 48 / 80%);}

 


@media only screen and (max-width: 1300px) {
	
	header .navbar-nav > li > .orderNow{margin: 15px 0 0 15px; }
	header .navbar-nav > li > a {
	 
	padding: 0 13px;
	 
}
}


@media only screen and (max-width: 1279px) {
header .navbar-nav > li > .orderNow, header .navbar-nav > li > .signUp {
	width: 54px;
	height: 50px;
	padding: 0 !important;
	text-align: center;
}
header .navbar-nav > li > .orderNow span, header .navbar-nav > li > .signUp span {
	display: none;
}
header .navbar-nav > li > .orderNow img, header .navbar-nav > li > .signUp img {
	width: 22px;
	vertical-align: middle;
}
}

@media only screen and (max-width: 1151px) {
}

@media only screen and (max-width: 479px) {
header {
	overflow: hidden;
}
.banner-items h2 span {
	font-weight: 200;
	font-size: 32px;
	width: 100%;
	display: block;
}
header .navbar-nav .mob_no a {
	font-size: 14px;
	margin: 0;
}
}
.onlySM {
	display: none;
}
.onlySM h2 {
	margin: 0;
	padding: 15px;
	font-size: 24px;
	line-height: 32px;
	color: #fff;
}
.onlySM .bar {
	width: 60px;
	height: 60px;
	float: right;
	padding: 10px;
	position: relative;
	cursor: pointer;
}
.onlySM .bar b {
	display: block;
	width: 2px;
	height: 32px;
	background: #fff;
	transform: rotate(45deg);
	position: absolute;
	left: 28px;
	top: 14px;
}
.onlySM .bar b.one {
	transform: rotate(45deg);
}
.onlySM .bar b.two {
	transform: rotate(-45deg);
}

@media only screen and (max-width: 991px) {
.triBar {
	cursor: pointer;
	height: 48px;
	width: 54px;
	background: #032e42;
	margin-top: 16px;
	float: left;
	padding: 8.5px 13px;
	border-radius: 10px;
	box-shadow: 0px 5px 10px -4px rgb(20 19 61 / 40%);
}
.triBar b {
	width: 100%;
	height: 3px;
	background: #fff;
	display: block;
	margin-top: 6px
}
.header_fixer .triBar b {
	background: #fff;
}
.navOverlay {
	display: block;
	position: fixed;
	background: rgba(255,255,255,.8);
	top: 0;
	bottom: 0;
	width: 100%;
	left: -100%;
	z-index: 9990;
}
.showNav .navOverlay {
	left: 0;
}
header .navbar-nav > li > a {
	padding: 0 15px;
	margin: 0;
}
.header_fixer .navbar-nav > li.active > a, .header_fixer .navbar-nav > li.active > a:hover, .header_fixer .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	border-bottom: 0;
}
.navbar-custom {
	position: fixed;
	background: #032e42;
	top: 0;
	bottom: 0;
	width: 300px;
	z-index: 9999;
	display: block;
	left: -300px;
}
.showNav .navbar-custom {
	left: 0;
}
header .navbar-nav {
	float: none;
	width: 100%
}
header .navbar-nav > li {
	display: block;
	float: none;
	width: 100%;
	border-top: 1px solid #1F1F49;
}
header .navbar-nav > li a {
	line-height: 50px;
	color: #fff;
}
header .navbar-nav > li.noSM {
	display: none;
}
.onlySM {
	display: block;
}
.noSM {
	display: none;
}
.mobLoc {
	display: block;
}
header .navbar-nav > li > a:after {
	display: none;
}
header .navbar-nav > li > .orderNow, header .navbar-nav > li > .signUp {
	display: none;
}
header .navbar-nav > li > .search {
	display: none;
}
.deskHidden {
	display: block !important;
}
.mobHidden {
	display: none !important;
}
#home .home {
	background: #012130;
	border-right: 4px solid #d83030;
}
.nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;
	background-color: #012130 !important;
	border-right: 4px solid #d83030;
}
}
/*header clasess ends*/

/* banner */

.bannerCon{background: #032e42 url(../images/bannerBg.jpg) no-repeat center top; height: 720px; width: 100%; background-size: cover; background-attachment: fixed; position: relative;}

.bannerCon .bannerContent{text-align: center; position:absolute; left: 50%; top:50%; transform: translate(-50%, -50%); color:#fff; width: 100%;}
.bannerCon .bannerContent h2{color:#fff; font-size: 4.2rem; line-height: 4.5rem; text-shadow: 2px 2px 20px rgba(0,0,0,.05); }
.bannerCon .bannerContent p{font-size: 1.2rem; margin-top: 20px; text-shadow: 2px 2px 20px rgba(0,0,0,.05);}


.bannerCon .owl-prev, .bannerCon .owl-next {
	
	border-radius: 10px;
	box-shadow: 0px 10px 20px -4px rgb(0 0 0 / 20%);
	color: #032e42;
	padding: 12px;
	width: 48px;
	height: 48px;
	text-align: center;
	opacity: .5;
}
.bannerCon .owl-prev {
	left: 10px;
}
.bannerCon .owl-next {
	right: 10px;
}


.mybanner {
	min-height: 760px;
	display: flex;
	width: 100%;
	justify-content: center;
	position: relative;
	align-items: center;
	padding: 110px 0 160px;
}


.mybannerinside {
	min-height: auto;
	display: flex;
	width: 100%;
	justify-content: center;
	position: relative;
	align-items: center;
	padding: 100px 0 100px;
}


.mybannerinside .leftBar{text-align: center; width: 100% !important;}
 
 
.bannerContentInside {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.bannerContentInside .leftBar, .bannerContent .rightBar {
	width: 100%;
}
.bannerContentInside .leftBar {
	padding-right: 0;
}
.bannerContentInside .leftBar h1 {
	color: #fff;
	text-shadow: 0 2px 1px rgba(0,0,0,.5);
}
.bannerContentInside p {
	color: #fff;
	font-size: 18px;
	line-height: 32px;
	margin-top: 30px;
}





@media only screen and (max-width: 767px) {
	
	.bannerCon .bannerContent h2{color:#fff; font-size: 2rem; line-height: 2.5rem; text-shadow: 2px 2px 20px rgba(0,0,0,.05); }
.bannerCon .bannerContent p{font-size: .9rem; margin-top: 5px; text-shadow: 2px 2px 20px rgba(0,0,0,.05);}
	
	.bannerContentInside h1{color:#fff; font-size: 2rem; line-height: 2.5rem;}
	.mybannerinside{padding: 60px 0;}
}

/* banner clasess ends*/

@media only screen and (max-width: 599px) {
header .navbar-brand {
	padding: 0 !important;
	width: 150px;
	height: auto;
	display: block;
	margin: 3px 0 0 0;
}
.mobRight {
	float: right;
}
.mobRight a {
	color: #fff;
	width: 44px;
	text-align: center;
	margin: 0 0 0 10px;
	font-weight: 600;
	line-height: 40px;
}
	
	.mobRight .signUp, .mobRight .orderNow{height: 40px; margin:0 0 0 10px; line-height: 40px;}
	
	
.mobRight a img {
	width: 20px;
}
.triBar {
	height: 40px;
	width: 44px;
	margin-top: 0;
	padding: 5.5px 9px;
}
.triBar b {
	height: 3px;
	margin-top: 5px
}
header {
	height: auto;
	padding: 15px 0 13px;
}
}
/* banner ends */


/*Welcome*/
.welcomeCon {
 	padding: 90px 0 ;
}


.welcomeCon .right{float: left; width: 45%;}
.welcomeCon .left{float: right; width:55%; padding-left: 40px;}


.welcomeCon h2 {
 	line-height: 56px; font-size: 48px; width: 80%;
}
.welcomeCon h2 span {
	display: block;
	font-weight: 600; position: relative;
 	font-size: 20px; color:#d83030;
}

.welcomeCon h2 span:after{position:absolute; width: 50px; height: 3px; top:28px; left: 210px; content:""; background: #d83030;}
@media only screen and (max-width:991px) {
	.welcomeCon .left{float: right; width:55%; padding-left: 20px;}
.welcomeCon {
 	padding: 60px 0 ;
}
	
	.welcomeCon h2 {
 	line-height: 48px; font-size: 36px; width: 100%;
}
}

@media only screen and (max-width:767px) {
	
	.welcomeCon{text-align: center;}
.welcomeCon .right{  width:100%; margin-top: 30px}
.welcomeCon .left{ width:100%; padding-left: 0;}
	 
.welcomeCon h2 span:after{display: none;}
.welcomeCon h2 {
 	line-height: 38px; font-size: 28px; width: 100%;
}
}

/*Welcome clasess ends*/



/*section 002*/

 

.section2 .flexContainer{display: flex;
	  margin-top: -50px; position: relative; z-index: 999;
	align-items: center; width: 100%;  flex-wrap: wrap; justify-content: center;
}

 
.section2 .flexContainer .cols {
	text-align: center; min-height: 270px;
 background: #fff;  width:33.333333333333%; 
   	padding: 30px 40px; box-shadow: 0px 10px 40px -4px rgb(0 0 0 / 16%);
}

.section2 .flexContainer .cols:first-child{border-radius: 20px 0 0 0; background: #fff;}
.section2 .flexContainer .cols:nth-child(2){background: #d83030; }
.section2 .flexContainer .cols:nth-child(3){border-radius:  0 20px 0  0;  background: #032e42;}
.section2 .flexContainer .cols:nth-child(4){border-radius:  0  0  0 20px; background: #d83030;}
.section2 .flexContainer .cols:nth-child(5){background: #032e42; }
.section2 .flexContainer .cols:nth-child(6){border-radius:  0  0  20px 0 ; background: #fff; }

.section2 .flexContainer .cols:nth-child(2) h5, .section2 .flexContainer .cols:nth-child(4) h5, .section2 .flexContainer .cols:nth-child(2) p,.section2 .flexContainer .cols:nth-child(4) p, .section2 .flexContainer .cols:nth-child(3) h5, .section2 .flexContainer .cols:nth-child(5) h5{color:#fff;}

.section2 .flexContainer .cols:nth-child(3) p, .section2 .flexContainer .cols:nth-child(5) {color:#999;}

.section2 .flexContainer .card .cardIcon {
	width: 60px;
	height:60px;
 	display: flex;
 	margin: auto; margin-top: 10px;
   
}
.section2 .flexContainer .card:hover{text-decoration: none;}
.section2 .flexContainer .card h5{font-weight: 700;}
.section2 .flexContainer .card p{margin-top:10px; font-weight: 600; font-size: 14px; line-height: 20px;}
 

@media only screen and (max-width:1151px) {
.section2 h2 {
	padding: 0 5%;
}
.secondaryTxt {
	padding: 0;
}
.card {
	background-position: center 50px;
}
.card .cardIcon {
	margin-right: auto;
}
}

@media only screen and (max-width:991px) {
	
.section2 .flexContainer .cols {
	 
   	padding: 30px 20px;  
}	
	
h2 {
	font: 800 24px/34px 'Inter', 'Open Sans', sans-serif;
	display: block;
}
}

@media only screen and (max-width:767px) {
	
	.section2 .flexContainer .cols {
	  width:100%; 
   	padding: 30px 30px;  
}	
	
	.section2 .flexContainer .cols:first-child{border-radius: 20px 20px 0 0;}
 .section2 .flexContainer .cols:nth-child(3){border-radius:0; }
.section2 .flexContainer .cols:nth-child(4){border-radius:0;}
 .section2 .flexContainer .cols:nth-child(6){border-radius:  0  0  20px 20px ; }
	
	
.section2:after, .section2:before {
	display: none;
}
}
/*section 003*/

.section3 {
	background: #032e42;
	min-height: 400px;
	padding: 20px 0;
	position: relative;
}
.section3 .wrapper {
	width: 100%;
	height: auto;
	padding: 40px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.section3 .wrapper h2 {
	color: #fff;
}
.section3 .wrapper .cols {
	width: 60%;
}
.section3 .wrapper .cols.left {
	width: 43%;
	border-right: 4px solid #d83030;
	padding: 30px 30px 30px 0;
	position: relative;
}
.section3 .wrapper .cols.left:after {
	content: "";
	width: 30px;
	height: 60px;
	background: url(../images/angleRight.svg) no-repeat;
	position: absolute;
	right: -29px;
	background-size: contain;
	top: 33%;
	transform: translate(-50% -50%);
}
.section3 .wrapper h2 strong {
	background: #fff;
	color: #fff;
	padding: 2px 10px;
	font-weight: 800;
	font-size: 60px;
	border-radius: 20px;
}
.section3 .wrapper .right ul.floaterCon {
	padding-left: 12%;
}
.section3 .wrapper .right ul.floaterCon li {
	width: 28%;
	float: left;
	list-style: none;
	margin: 10px 0;
	padding: 0 10px;
}
.section3 .wrapper .right ul.floaterCon li .box {
	background: #fff;
	width: auto;
	text-align: center;
	height: auto;
	border-radius: 20px;
	padding: 10px 20px 10px;
	display: inline-block;
	text-decoration: none;
	overflow: hidden;
	font-weight: 600;
	color: #032e42;
	box-shadow: 0 2px 4px 1px rgba(0,0,0,.2);
}
.section3 .wrapper .right ul.floaterCon li .box img {
	width: 100%;
	height: auto;
	display: block;
}
.section3 .wrapper .right ul.floaterCon li:nth-child(4) {
	margin-left: 15%;
}

@media only screen and (max-width:1151px) {
.section3 h2 {
	font-size: 24px;
	line-height: 34px;
}
.section3 .wrapper h2 strong {
	font-size: 32px;
}
.section3 .wrapper .cols.left {
	width: 26%;
}
.section3 .wrapper .cols {
	width: 74%;
}
}

@media only screen and (max-width:991px) {
.section3 {
	padding: 40px 0;
}
.section3 .wrapper {
	flex-wrap: wrap; padding:0;
}
.section3 .wrapper .cols.left {
	text-align: center;
	border: 0;
}
.section3 .wrapper .cols.left:after {
	display: none;
}
.section3 .wrapper .cols.left, .section3 .wrapper .cols {
	width: 100% !important;
	padding: 0; margin-top:0;
}
	
	.section3 .wrapper .right{margin-top: 30px;}
.section3 .wrapper .right ul.floaterCon li {
	width: 25%;
	text-align: center !important;
}
.section3 .wrapper .right ul.floaterCon {
	padding-left: 0;
}
.section3 .wrapper .right ul.floaterCon li:nth-child(3) {
	margin-left: 0;
}
.section3 .wrapper .right ul.floaterCon li:nth-child(4) {
	margin-left: 0;
}
}

@media only screen and (max-width:767px) {
.section3 .wrapper .right ul.floaterCon li {
	width: 50%;
	text-align: center !important;
}
.section3 .wrapper .right ul.floaterCon li .box {
	width: auto;
	padding: 0 10px;
}
}
/*section 004*/

.section4 {
	padding: 60px 0 80px;
	 
}
.section4 h2 {
	line-height: 58px; float: left;
}

.section4 .secondaryTxt{float: right; padding: 0; width: 65%; margin-top: 50px; line-height: 28px; color:#777;}

.section4 span {
	 
	display: block;
	font-weight: 600; position: relative;
 	font-size: 20px; color:#d83030;
 

}

.section4 span:after {
    position: absolute;
    width: 50px;
    height: 3px;
    top: 28px;
    left: 135px;
    content: "";
    background: #d83030;
}


.section4 .card {
	border-radius: 20px;
	padding: 30px;
	box-shadow: 0px 10px 40px -4px rgb(0 0 0 / 16%);
	min-height: 180px;
 	display: block;
	text-decoration: none;
	text-align: left !important;
}
.section4 .card .cardIcon {
 	width: 60px;
	height: 60px;
 	margin: 30px 0 0 10px;
	display: inline-block;
}
.section4 .card .cardIcon img {
	width: 100%;
	height: 100%;
	display: inline-block;
}
.card:hover {
	text-decoration: underline;
}
.section4 .card .cardItems {
	display: inline-block;
	margin-top: -110px;
	padding-left: 100px;
}
.section4 .card .cardItems h5 {
	font-weight: 700; color:#d83030;
}
.section4 .card .cardItems p {
	font-size: 14px;
	line-height: 24px;
	color: #666; font-weight: 600;
	margin: 10px 0 0 0;
}

@media only screen and (max-width:1151px) {
	.section4 .secondaryTxt{margin-top: 20px;}

}

@media only screen and (max-width:991px) {
	.section4 .secondaryTxt{margin-top: 0;}
	.section4 h2{line-height:36px}
	.section4 span:after{top:18px;}
}


@media only screen and (max-width:991px) {
	
	.section4 h2{float: none; text-align: center;}
	.section4 h2 br{display: none;}
	.section4 .secondaryTxt{margin-top: 20px; float: none; text-align: center; width:auto;}
	.section4 span:after{display: none;}
	
}


@media only screen and (max-width:767px) {
.section4 h2 {
	padding: 0;
}
.section4:before, .section4:after {
	display: none;
}
	.section4 .card .cardItems{margin-top: -90px}
}
/*section 005*/

.section5 {
	background: #032e42 url(../images/bg2.jpg) no-repeat center center; background-attachment: fixed;
	min-height: 400px;
	padding: 70px 0 90px; background-size:cover;
	position: relative;
 }
.section5 h2 {
	color: #fff; float: left; line-height: 56px;
}

.section5 h2 span{display: block;
    font-weight: 600;
    position: relative;
    font-size: 20px;
    color: #d83030;}


.section5 h2 span:after {
    position: absolute;
    width: 50px;
    height: 3px;
    top: 28px;
    left: 105px;
    content: "";
    background: #d83030;
}


.section5 .secondaryTxt {
    float: right;
    padding: 0;
    width: 65%;
    margin-top: 20px;
    line-height: 28px;
    color: #fff;
}


.section5 h5 {
	color: #032e42;
}
 
.section5 a{ text-decoration: none;}
.section5 .flexContainer2{display: flex; flex-wrap: wrap; margin-top: 50px;}

.section5 .flexContainer2 > .cols{width: 25%; background: rgba(255, 255, 255, .9); padding: 30px;}
.section5 .flexContainer2 > .cols:nth-child(1), .section5 .flexContainer2 > .cols:nth-child(3), .section5 .flexContainer2 > .cols:nth-child(6), .section5 .flexContainer2 > .cols:nth-child(8){background: rgba(216, 48, 48, .8) ;}

.section5 .flexContainer2 > .cols:nth-child(1) h5, .section5 .flexContainer2 > .cols:nth-child(3) h5, .section5 .flexContainer2 > .cols:nth-child(6) h5, .section5 .flexContainer2 > .cols:nth-child(8) h5{color:#fff;}


.section5 .flexContainer2 > .cols:nth-child(1){border-radius:20px 0 0 0;}
.section5 .flexContainer2 > .cols:nth-child(4){border-radius:0 20px 0 0;}
.section5 .flexContainer2 > .cols:nth-child(5){border-radius:0 0 0 20px;}
.section5 .flexContainer2 > .cols:nth-child(8){border-radius:0 0 20px 0;}


.section5 .card{text-align:center;}

.section5 .card .cardIcon {
	width: 60px;
	height: 60px;
 	display: flex;
 	margin: auto;
	margin-top: 20px;
}
.card .cardIcon img {
	width: 100%;
	height: 100%;
	display: inline-block;
}
.card:hover {
	text-decoration: none;
}
.section5 h5 {
	font-weight: 700;
}

@media only screen and (max-width:991px) {
	
.section5 h2 {
	 line-height: 36px;
}	
	
	.section5 h2 span:after{top: 18px;}	
	
	.section5 .secondaryTxt{margin-top: 0;}	
.section5 .card {
	background-position: center 30px;
}
.section5 .card .cardIcon {
	margin-right: auto;
}
}

@media only screen and (max-width:991px) {
	.section5{padding: 50px 0 60px;}
	.section5 h2{float: none; text-align: center;}
	.section5 h2 br{display: none;}
	.section5 .secondaryTxt{margin-top: 20px; float: none; text-align: center; width:auto;}
	.section5 span:after{display: none;}
	.section5 h5{font-size: 16px; line-height: 22px;}
}


@media only screen and (max-width:767px) {
	.section5 .flexContainer2 > .cols{width: 50%;}
	.section5 .flexContainer2 > .cols:nth-child(1){border-radius:20px 0 0 0;}
	.section5 .flexContainer2 > .cols:nth-child(2){border-radius: 0 20px 0 0;}

.section5 .flexContainer2 > .cols:nth-child(4){border-radius:0;}
.section5 .flexContainer2 > .cols:nth-child(5){border-radius:0;}
.section5 .flexContainer2 > .cols:nth-child(8){border-radius:0 0 20px 0;}
	.section5 .flexContainer2 > .cols:nth-child(7){border-radius:0 0 0 20px;}
}



/*section 006*/

.section6 {
	background: url(../images/bg3.jpg) no-repeat center center; background-attachment: fixed; background-size: cover;
	min-height: 400px;
	padding: 70px 0 80px;
	position: relative;
	text-align: center;
}
.section6 h2 {
	padding: 0 15%;
	color: #fff;
}
.tsmlCard {
	color: #fff;
	z-index: 1;
	padding: 0 120px;
	position: relative;
}
.tsmlCard h5 {
	color: #fff;
	font-weight: 700;
	margin: 0;
}
.tsmlCard p {
	font-size: 18px;
	line-height: 32px;
	margin: 5px 0 0 0;
	font-weight: 400;
}
.tsInfo h6 {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px; font-weight: 700;
}
.tsInfo .fa {
	color:#ffa33c;
	margin: 0 3px;
	font-size: 20px;
}
/*section 007*/

.section7 {
	padding: 80px 0;
	position: relative;
}
.section7 .nav-tabs {
	padding: 0 30px;
	border: 0;
	display: flex;
	margin-top: 60px;
}
.section7 .nav-tabs>li {
	width: 20%;
	float: none;
	flex: 1;
	padding: 10px;
}
.section7 .nav-tabs>li>a {
	border: 1px solid rgba(56, 59, 83, 0.2) !important;
	border-radius: 10px;
	height: 100%;
	color: #032e42;
	text-decoration: none;
	position: relative;
	padding: 20px 15px;
	font-weight: 600;
	font-size: 14px;
	background: #fff;
}
.section7 .nav-tabs>li>a:after {
	content: "";
	background: url(../images/faqArrow.svg) no-repeat;
	position: absolute;
	width: 83px;
	height: 13px;
	background-size: contain;
	bottom: -12px;
	z-index: 2;
	left: 50%;
	transform: translate(-50%, 0);
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	cursor: default;
	background-color: #fff;
	box-shadow: 0 0 10px 1px rgba(0,0,0,.10);
	color: #032e42;
}
.section7 .nav-tabs>li>a:before {
	content: "";
	background: #80a4ed;
	position: absolute;
	width: 50px;
	height: 6px;
	background-size: contain;
	top: -4px;
	z-index: 2;
	left: 50%;
	transform: translate(-50%, 0);
}
.section7 .nav-tabs>li:nth-child(2)>a:before {
	background: #eb922e;
}
.section7 .nav-tabs>li:nth-child(3)>a:before {
	background: #FE4A49;
}
.section7 .nav-tabs>li:nth-child(4)>a:before {
	background: #032e42;
}
.section7 .nav-tabs>li:nth-child(5)>a:before {
	background: #666;
}
.section7 .tab-pane {
	border-radius: 30px;
	box-shadow: 0 0 8px 1px rgba(0,0,0,.10);
	padding: 35px;
	font-size: 14px;
	line-height: 21px;
	position: relative;
	z-index: 2;
}
.section7 .tab-pane p {
	margin: 0;
}
.section7:before {
	content: "";
	width: 200px;
	height: 200px;
	position: absolute;
	background: url(../images/graph_001.svg) no-repeat;
	top: 100px;
	opacity: .8;
	right: -100px;
	background-size: contain;
}
.section7:after {
	content: "";
	width: 150px;
	height: 150px;
	position: absolute;
	background: url(../images/graph_005.svg) no-repeat;
	bottom: 0;
	opacity: .8;
	left: -20px;
	background-size: contain;
	z-index: -1;
}

@media only screen and (max-width:767px) {
.section7:before, .section7:after {
	display: none;
}
.section7 .nav-tabs {
	flex-wrap: wrap;
}
.section7 .nav-tabs>li {
	width: 100%;
	flex: auto;
	margin-bottom: 10px;
}
.tsmlCard {
	color: #fff;
	z-index: 1;
	padding: 0 40px;
	position: relative;
}
}




.portfolioCon {
	padding: 70px 0; 
}
.portfolioCon h2 {float: left; line-height: 50px;}

.portfolioCon h2 span{display: block;
    font-weight: 600;
    position: relative;
    font-size: 20px;
    color: #d83030;}


.portfolioCon h2 span:after {
    position: absolute;
    width: 50px;
    height: 3px;
    top: 25px;
    left:50px;
    content: "";
    background: #d83030;
}

.portfolioCon .secondaryTxt {
    float: right;
    padding: 0;
    width: 60%;
    margin-top: 15px;
    line-height: 28px;
    color: #777;
}

.portfolioCon .imageWrapper {
	position: relative;
	background: #fff;
	border-radius: 20px;
	padding: 10px;
	box-shadow: 0px 10px 30px -4px rgb(0 0 0 / 16%);
}
.portfolioCon .screen {
	display: block;
	width: 100%;
	height: 350px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.portfolioCon .screen img {
	object-fit: cover;
	overflow: hidden;
	transition: transform 1s ease-in-out;
	width: 100%;
}
.portfolioCon .screen:hover img {
	transform: translateY(calc(-100% + 500px));
	transition: transform 5s ease-in-out;
}

@media only screen and (max-width:991px) {
	.portfolioCon{padding: 50px 0 60px;}
	.portfolioCon h2{float: none; text-align: center; line-height: 36px;}
	.portfolioCon h2 br{display: none;}
	.portfolioCon .secondaryTxt{margin-top: 20px; float: none; text-align: center; width:auto;}
	.portfolioCon span:after{display: none;}
	.portfolioCon h5{font-size: 16px; line-height: 22px;}
}


/*section 008*/


.section8 {
	background: #d83030;
	padding: 70px 0px;
	position: relative;
	text-align: center;
}
.section8 h2 {
	padding: 0 15%;
	color: #fff;
}
.section8 .box {
	padding: 0;
	min-height: auto;
	margin-bottom: 30px;
	position: relative;
}
.section8 .box h5 {
	vertical-align: middle;
	color: #fff;
	font-size: 24px;
	line-height: 34px;
}
.section8 .box h5 strong {
	font-weight: 900;
	text-decoration: underline;
	font-size: 38px;
}
.section8 .box:after {
	position: absolute;
	content: "";
	height: 100px;
	width: 1px;
	right: -15px;
	top: 50%;
	transform: translate(0, -50%);
	background: #ec4949;
}
.section8 .last:after {
	display: none;
}
.section8 .sec2 {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	border-top: 1px solid #ec4949;
	margin-top: 20px;
	padding-top: 40px;
}
.section8 .sec2 .cols {
	width: 33.3333333%;
}
.section8 .sec2 h4 {
	text-align: right;
	font-size: 28px;
	color: #fff;
	font-weight: 800;
	line-height: 34px;
}
.section8 .sec2 p {
	text-align: left;
	color: #fff;
	margin: 0;
}
.section8 .sec2 .cols:nth-child(1) {
	border-right: 3px solid #fff;
	padding: 10px 30px 10px 0;
}
.section8 .sec2 .cols:nth-child(2) {
	padding-left: 30px;
}
.section8 .sec2 .cols:nth-child(3) {
	padding-left: 30px;
}
.section8 .sec2 .btn {
	padding: 0;
}

@media only screen and (max-width:767px) {
.section8 .sec2 {
	flex-wrap: wrap;
}
.section8 .sec2 .cols {
	width: 100%;
}
.section8 .sec2 h4, .section8 .sec2 p {
	text-align: center;
}
.section8 .sec2 .cols:nth-child(1) {
	border-right: 0;
	padding: 10px 0 10px 0;
}
.section8 .sec2 .cols:nth-child(2) {
	padding-left: 0;
}
.section8 .sec2 .cols:nth-child(3) {
	padding-left: 0;
	margin-top: 10px;
}
}
/*section 009*/

.section9 {
	background: #032e42;
	padding: 80px 0 120px;
	margin-top: 0;
	position: relative;
	color: #fff;
}
.section9 h5 {
	color: #fff;
	font-weight: 700;
	font-size: 28px;
	line-height: 34px;
}
.section9 p {
	margin-top: 20px;
}
.section9 ul {
	margin: 0;
	margin-top: 20px;
	margin-left: -22px !important;
}
.section9 ul li {
	list-style: circle;
	color: #fff;
}

@media only screen and (max-width:991px) {
 
 
}
/*footer*/

.footer {
	background: #fff;
	padding-top: 50px;
	margin-top: 0;
	position: relative;
}

.footer .btn-danger{padding: 0;}

.sitemap {
	float: left;
	width: 72%;
	border-right: 1px solid #eee;
	padding-right: 30px;
}
.sitemap .col-sm-3 {
	width: 33.3333333%;
}
.footer h4 {
	font-size: 20px; line-height: 26px;
	font-weight: 700;
	margin-bottom: 15px;
	color: #032e42;
	position: relative;
	z-index: 2;
}
.footer h4:before {
	content: "";
	background: #032e42;
	width: 30px;
	left: 0;
	z-index: 1;
	top: 32px;
	height: 3px;
	position: absolute;
}
.sitemap .links2 {
	margin-top: 66px;
}
.sitemap .links a {
	display: block;
	color: #666;
	margin-top: 2px;
	font-size: 14px;
	text-decoration: none;
}
.sitemap .links a:hover {
	text-decoration: underline;
}
.fRight {
	color: #666;
	width: 28%;
	padding-left: 30px;
	font-size: 1rem;
	float: right;
}
.fRight a {
	color: #666;
}
.social {
	float: left;
}
.social a {
	display: inline-block;
	width: 36px;
	height: 36px;
	border-radius: 5px;
	padding: 7px;
	text-align: center;
	color: #032e42;
	font-size: 16px;
	margin-right: 3px;
	background: #fff;
}
.social a:hover, .social a:focus {
	box-shadow: 0 0 10px 1px rgb(0 0 0 / 10%);
}
.social a .fa {
	font-size: 20px;
}
.trustedBy {
	float: left;
}
.trustedBy span {
	background: #F85B59;
	border-radius: 10px;
	padding: 12px 20px;
	font-size: 20px;
	font-weight: 600;
	position: relative;
	margin-right: 10px;
}
.trustedBy span:after {
	width: 0;
	height: 0;
	content: "";
	right: -7px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid #F85B59;
}
.trustedBy img {
	margin-right: 20px;
}
.countries a {
	font-size: 16px !important;
	margin-bottom: 16px;
}
.countries a img {
	margin-right: 10px;
}
.fText {
	font-size: .9em;
	margin-top: 20px;
	padding: 20px 0px;
	border-top: 1px solid #d9f3fb;
	color: #005e80;
	line-height: 1.35rem;
	text-align: justify;
	opacity: .8;
}
.copyrightText {
	padding: 15px 0;
	text-align: center;
	color: #fff;
	background: #032e42;
	margin-top: 60px;
}
.copyrightText2 {
	font-size: 14px;
	float: right;
	text-align: right;
	color: #999;
	margin: 0;
	margin-top: 5px;
}

@media only screen and (max-width: 767px) {
.sitemap {
	width: 100%;
	padding-left: 0px;
	float: none;
	margin-top: -20px;
}
.fRight {
	width: 100%;
	padding: 0;
}
.sitemap .links a {
	display: inline-block;
	margin: 2px 5px !important;
}
.sitemap .links2 {
	margin-top: 0;
}
.sitemap .col-sm-3 {
	width: 100%;
}
.social {
	width: 100%;
	text-align: center;
}
.copyrightText2 {
	width: 100%;
	text-align: center;
}
.social a {
	margin-right: 0;
	margin: 3px;
}
.copyrightText .right {
	float: none;
	text-align: center;
}
.footer:before, .footer:after {
	display: none;
}
}
.stateCon.overlay {
	position: fixed;
	background: rgba(0,0,0,0.8);
	width: 100%;
	z-index: 99999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.stateConInner {
	background: #fff;
	padding: 1rem;
	top: 0;
	width: 100%;
	z-index: 99999;
	box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
	text-align: center;
}
.stateCon h3 {
	color: #121212;
	margin-bottom: 30px;
	font-weight: 600;
}
.stateCon .cityList {
	margin: 0 !important;
	padding: 0;
}
.stateCon .cityList li {
	width: 20%;
	float: left;
	list-style: none;
	color: #121212;
	padding: 5px 20px;
}
.stateCon .cityList li .inner {
	cursor: pointer;
	padding: 20px;
	display: block;
	color: #121212;
	font-size: 15px;
	border-radius: 10px;
}
.stateCon .cityList li:hover .inner {
	background: #f7f7f7;
	text-decoration: none;
}
.stateCon .cityList li a:focus {
	background: #d9f3fb;
}
.stateCon .cityList li .inner i {
	display: block;
}
.stateCon .cityList li .inner i img {
	width: 80px;
}
.stateCon .close {
	position: absolute;
	right: 15px;
	top: 15px;
	opacity: 1;
	width: 44px;
	padding: 10px;
	color: #FF0004;
}
.stateCon .close img {
	width: 100%;
}

@media only screen and (max-width: 991px) {
.stateCon .cityList li {
	padding: 5px 10px;
}
	
	.footer h4:before{display: none;}
}

@media only screen and (max-width: 767px) {
.stateCon .cityList li {
	padding: 5px;
}
.stateCon .cityList li .inner i img {
	width: 60px;
}
.stateCon .cityList li .inner {
	padding: 10px;
	font-size: 13px;
}
}

@media only screen and (max-width: 599px) {
.stateConInner {
	width: 100%;
	height: 100%;
}
.stateCon .cityList {
	text-align: center;
}
.stateCon .cityList li {
	width: 32.333333%;
	display: inline-block;
	float: none;
}
.stateCon h3 {
	margin-bottom: 15px;
	font-size: 16px;
}
.stateCon .close {
	width: 38px;
	padding: 10px;
}
}

@media only screen and (max-width: 479px) {
.stateCon .cityList li {
	width: 49%;
	display: inline-block;
	float: none;
}
}
/*serviceList clases*/

.serviceCon {
	box-shadow: 0 8px 26px 0 rgb(0 0 0 / 8%);
	background: #fff;
	padding: 30px;
	margin-top: -50px;
	border-radius: 10px;
	text-align: center;
	display: flex;
	flex-flow: wrap;
	justify-content: center;
}
.serviceCon a {
	width: 16.66666666666667%;
	text-align: center;
	border-radius: 10px;
	padding: 25px 15px;
}
.serviceCon a img {
	display: inline-block;
	width: 40px;
}
.serviceCon a span {
	display: block;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	margin-top: 10px;
}
.serviceCon a:hover {
	background: #f7f7f7;
	text-decoration: none;
}

@media only screen and (max-width: 991px) {
.serviceCon a {
	width: 25%;
}
}

@media only screen and (max-width: 767px) {
.serviceCon a {
	width: 33.3333333%;
}
}

@media only screen and (max-width: 599px) {
.serviceCon a {
	width: 50%;
}
}
/*dropdown*/

.dropdownCon {
	position: fixed;
	height: auto;
	width: 100%;
	background: rgba(255,255,255,0.98);
	padding: 15px;
	left: 0; border:0 !important;
	margin-top:0;
	display: none;
	z-index: 999;
	box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 20%);
}



header .navbar-nav > .showMenu:hover .dropdownCon {
	display: block;
}
.dropdownCon .close {
	color: #032e42 !important;
	opacity: 1;
	font-size: 30px;
	text-shadow: none !important;
	font-weight: 300;
}
.dropdownCon .dropdownItems {
	margin: 0;
	padding: 0;
	padding: 30px 6%;
}
.dropdownCon .dropdownItems li {
	list-style: none;
	width: 23%;
	float: left;
	margin-right: 2%;
	border-right: 1px solid #ddd;
	min-height: 310px;
}
.dropdownCon .dropdownItems li:nth-child(4) {
	border-right: 0;
}
.dropdownCon .dropdownItems h4, .dropdownCon .dropdownItems h4 a {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
	color: #032e42;
	text-decoration: none;
	position: relative;
	z-index: 2;
}
.dropdownCon .dropdownItems h4:before {
	content: "";
	background: #032e42;
	width: 30px;
	left: 0;
	z-index: 1;
	top: 40px;
	height: 2px;
	position: absolute;
}
.dropdownCon .dropdownItems .links a {
	display: block;
	color: #666;
	margin-top: 2px;
	font-size: 14px;
	text-decoration: none;
}
.dropdownCon .dropdownItems .links a:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 1279px) {
.dropdownCon .dropdownItems {
	padding: 30px 30px;
}
}

@media only screen and (max-width: 991px) {
.dropdownCon {
	top: 0;
	height: 100%;
}
.dropdownCon .dropdownItems {
	overflow-y: scroll;
	height: 100%;
}
.dropdownCon .dropdownItems li {
	width: 48%;
	float: left;
	margin-right: 2%;
	border-right: 1px solid #ddd;
	min-height: 290px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.dropdownCon .dropdownItems li:nth-child(4), .dropdownCon .dropdownItems li:nth-child(2) {
	border-right: 0;
}
.dropdownCon .dropdownItems .links a {
	line-height: 24px;
}
}

@media only screen and (max-width: 767px) {
.dropdownCon .dropdownItems {
	overflow-y: scroll;
	height: 100%;
	padding: 10px;
}
.dropdownCon .dropdownItems li {
	width: 100%;
	float: left;
	margin-right: 0;
	border-right: 0;
	min-height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}
.dropdownCon .dropdownItems li:nth-child(4), .dropdownCon .dropdownItems li:nth-child(2) {
	border-right: 0;
}
.dropdownCon .dropdownItems li:nth-child(4) {
	border-bottom: 0;
}
}
/*search*/


.searchCon {
	position: fixed;
	height: 100%;
	width: 100%;
	background: rgba(128,164,237,0.99);
	padding: 15px;
	text-align: center;
	display: none;
	z-index: 99999;
}
.searchCon .searchBox {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	display: block;
	width: 100%;
	padding: 0 15%
}
.searchCon .searchBox .form-control {
	background: none;
	height: 100px;
	width: 100%;
	border: 0 !important;
	border-bottom: 2px solid #fff !important;
	box-shadow: none !important;
	outline: 0 !important;
	font-size: 30px;
	color: #fff;
	font-weight: 300;
	padding-right: 60px
}
.searchCon .searchBox .cursor {
	position: relative
}
.searchCon .searchBox .cursor i {
	position: absolute;
	width: 1px;
	height: 45%;
	background-color: #fff;
	left: 12px;
	top: 26%;
	animation-name: blink;
	animation-duration: 800ms;
	animation-iteration-count: infinite;
	opacity: 1
}
.searchCon .searchBox input:focus+i {
	display: none
}
.searchCon .searchBox .searchBtn {
	font-size: 30px;
	position: absolute;
	color: #fff;
	right: 0;
	background: none;
	outline: none;
	border: 0;
	margin-top: -80px;
	padding: 15px;
	cursor: pointer
}
.searchCon .close {
	color: #fff !important;
	opacity: 1;
	font-size: 30px;
	text-shadow: none !important;
	font-weight: 300
}
@keyframes blink {
from {
opacity:1
}
to {
opacity:0
}
}

@media screen and (max-width: 767px) {
.searchCon .searchBox {
	padding: 0 5%
}
}
.bodyOverlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255,255,255,0.8);
	z-index: 98;
	z-index: 99999;
}
/*Accept cookies*/

.acceptCookies {
	position: fixed;
	bottom: 20px;
	left: 15%;
	background: #fff;
	border-radius: 10px;
	min-height: 40px;
	display: flex;
	z-index: 888;
	width: 70%;
	right: 15%;
	box-shadow: 0 0 20px 5px rgb(0 0 0 / 10%);
	padding: 10px 30px;
	align-items: center;
	justify-content: center;
}
.acceptCookies .txt {
	padding-right: 20px;
}
.acceptCookies .txt p {
	font-size: 13px;
	line-height: 18px;
	color: #032e42;
	margin-top: 10px;
}
.acceptCookies .acceptbtn .btn-danger {
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	font-weight: 600;
	padding: 0 20px;
}

@media screen and (max-width: 767px) {
.acceptCookies {
	position: fixed;
	bottom: 20px;
	left: 15px;
	background: #fff;
	border-radius: 10px;
	min-height: 40px;
	display: flex;
	z-index: 9999;
	width: auto;
	right: 15px;
	box-shadow: 0 0 20px 5px rgb(0 0 0 / 10%);
	padding: 10px 30px;
	align-items: center;
	justify-content: center;
}
}
/*progressbar*/

.progressbar {
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
}
.progress-container {
	width: 100%;
	height: 4px;
	background: transparent;
}
.progress-bar {
	height: 4px;
	background: #032e42;
	width: 0%;
}
.content {
	padding: 100px 0;
	margin: 50px auto 0 auto;
	width: 80%;
}
/*breadcrumb*/


.breadcrumb {
	text-align: center;
	display: block;
	width: auto;
	background: none;
	font-size: 14px;
	font-weight: 400;
	margin: 10px 0 0 0;
	padding: 0;
	color: #fff;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb li a {
	font-weight: 400;
	text-decoration: underline;
	color: #fff;
}
.breadcrumb li a:hover {
	text-decoration: none;
}
.breadcrumb > li + li:before {
	color: #fff;
	font-size: 14px;
	margin: 0 5px;
	content: "\f105";
	font-family: 'Fontawesome';
}
/*cms area*/

.cmsBox {
	padding: 50px 0 40px;
}
.middleCon {
	padding: 50px 0 60px;
}
/*portfolio*/

.prtfolioCard {
	text-align: left;
	border-radius: 30px;
	padding: 30px;
	box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
	min-height: 200px;
	background-size: auto;
	display: block;
	text-decoration: none;
	transition: all 500ms ease;
	transform: scale(1.0);
	margin: 30px 0;
	overflow: hidden;  
}
.prtfolioCard:hover {
	background: #f5f5f5;
}
.prtfolioCard figcaption .tools {
	margin-top: 10px;
}
.prtfolioCard figcaption .tools span {
	display: inline-block;
	border-radius: 30px;
	background: rgba(3, 46, 66, .1);
	border: 1px solid rgba(3, 46, 66, .5);
	padding: 0 15px;
	height: 29px;
	color: #032e42;
	line-height: 28px;
	margin: 2px 0 2px 2px;
	font-size: 14px;
}
.prtfolioCard h3 {
	font-size: 28px;
	line-height: 32px;
}
.prtfolioCard figcaption .from {
	color: #032e42; margin-top: 5px;
}
.prtfolioCard figcaption .dscpn {
	margin-top: 20px;
	color: #666;
}
.prtfolioCard .portfolio_thum {
	width: 100%;
	height: 400px; border:1px solid #eee;
	overflow: hidden;
	margin: auto;
	border-radius: 15px;
	margin-top: 30px;
}
.prtfolioCard .portfolio_thum img {
	width: 100%;
	height: auto;
	display: block;
}
.prtfolioCard:hover figcaption .dscpn, .prtfolioCard:hover figcaption .from {
	color: #032e42;
}
 

@media screen and (max-width: 767px) {
.prtfolioCard figcaption .tools span {
	padding: 0 10px;
}
}
/*modal style*/
.modal {
	z-index: 99999;
}
.modalStyle001 .modal-header {
	text-align: center;
}
.modalStyle001 .modal-header .close {
	color: #032e42;
	opacity: 1;
	font-size: 28px;
	margin-top: 0;
}
.modalStyle001 .modal-body {
	background: #f5f5f5;
	padding: 0;
}
.modalStyle001 .modal-footer {
	text-align: center;
	padding: 20px;
}

@media screen and (max-width: 767px) {
.modalStyle001 .modal-footer {
	padding: 10px 20px;
}
.modalStyle001 .modal-footer .btn {
	width: 100%;
	display: block;
	margin: 0;
	margin: 10px 0;
}
}
.modal-body-padding01 {
	padding: 20px 30px 30px !important;
}
.portfolioPupImg {
	height: 500px;
	overflow: hidden;
}
.portfolioPupImg img {
	width: 100%;
	transform: translateY(0px);
	transition-duration: 7s;
}
.portfolioPupImg img:hover {
	animation: scroll 10s
}
 @keyframes scroll {
 0% {
 transform: translateY(0px);
}
 20% {
 transform: translateY(calc(-15%));
}
 40% {
 transform: translateY(calc(-35%));
}
 60% {
 transform: translateY(calc(-55%));
}
 80% {
 transform: translateY(calc(400px - 100%));
}
 100% {
 transform: translateY(0px);
}
}
/*services clasess*/

.section4Inside {
	background: none;
	padding: 0;
}
.section4Inside:after, .section4Inside:before {
	display: none;
}
.featuredCon {
	border-top: 1px solid #eee;
	padding-top: 60px;
}
.featuredCon .owl-carousel .owl-item {
	padding: 0 10px !important;
}
.featuredCon .owl-prev, .featuredCon .owl-next {
	top: 50%;
	box-shadow: 0 1px 10px rgb(0 0 0 / 20%);
	background: #fff;
	border-radius: 100%;
	width: 60px;
	height: 60px;
	padding: 5px;
	color: #032e42;
}
.featuredCon .owl-prev {
	left: -70px;
}
.featuredCon .owl-next {
	right: -70px;
}

@media screen and (max-width: 991px) {
.featuredCon .owl-prev {
	left: 0;
}
.featuredCon .owl-next {
	right: 0;
}
}
.featuresCon {
	background: #f7f7f7;
	border-top: 1px solid #eee;
	padding: 30px 0 60px;
}
.featuresCon .flexBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}
.featuresCon .flexBox .cols {
	width: 48%;
	text-align: left;
	border: 1px solid #032e42;
	background: #fff;
	border-radius: 5px;
	margin: 1%;
	padding: 10px;
}
.featuresCon .flexBox .cols p {
	margin: 0;
	padding: 0;
	font-weight: 500;
	color: #032e42;
}
.featuresCon .flexBox .cols p .fa {
	color: #d83030;
}
.featuresCon .flexBox .cols:hover {
	background: #032e42;
}
.featuresCon .flexBox .cols:hover p .fa {
	color: #d83030;
}

.featuresCon .flexBox .cols:hover p{color:#fff;}

@media screen and (max-width: 767px) {
.featuresCon .flexBox .cols {
	width: 100%;
	text-align: left;
	border: 1px solid #ffa33c;
	background: #fff;
	border-radius: 5px;
	margin: 5px 0;
	padding: 10px;
}
}
/*testimonial*/

.tsCon {
	padding: 40px 0;
}
.tsCon .tscard {
	border-radius: 30px;
	padding: 30px;
	box-shadow: 0 1px 5px rgba(0,0,0,.2);
	min-height: 100px;
	background-size: auto;
	display: block;
	margin: 40px 0 0 0;
	text-decoration: none;
	transition: all 500ms ease;
	transform: scale(1.0);
	position: relative;
}
.tsCon .tscard:before {
	content: "\f10d";
	font-family: "Fontawesome";
	color: #ccc;
	position: absolute;
	top: -10px;
	font-size: 32px;
}
.tsCon .tscard p {
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	margin: 0;
}
.tsCon .tscard .tsInfo h6 {
	color: #032e42;
	margin-top: 0;
}
.tsCon .tscard .tsInfo .starts {
	margin-left: 15px;
}
.tsCon .tscard .tsInfo .fa {
	color: #ffa33c;
}
/*contact us*/
.contactCon {
	padding: 60px 0;
}
.contactCon p {
	font-size: 24px;
	font-weight: 300;
	line-height: 32px;
}
.contactCon p small {
	font-size: 14px;
	font-weight: 600;
	display: block;
}
.contactCon .formCon .cols {
	margin-top: 15px;
}
/*faq*/


.faq-content {
	padding: 30px 30px 15px 30px;
	margin: 0;
}
.faq-content .card {
	background: #fff;
	min-height: auto;
	padding: 0;
	border-radius: 5px;
}
.faq-content .card:hover {
	transform: translate(0)
}
.faq-content .card > .card-header {
	background-color: #fff;
	border-color: none !important;
	border: none !important;
	-webkit-box-shadow: 0 !important;
	box-shadow: 0 !important;
}
.faq-content .more-less {
	float: right;
	margin-top: 2px;
	color: #ccc;
	font-size: 20px;
}
.faq-content .card {
	border-color: #f9f9f9;
	border: 1px solid #f9f9f9;
	border-radius: 10px;
	margin-bottom: 20px;
	text-decoration: none;
}
.faq-content .card-body {
	padding: 20px 20px 20px 20px !important;
	border: none !important;
}
.faq-content .card-header {
	border-bottom: 1px solid transparent;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	padding: 0px;
	border-radius: 0px;
}
a.card-link {
	text-decoration: none;
	display: block;
	font-size: 16px;
	line-height: 24px;
	padding: 20px;
	color: #1a1a1a;
	font-weight: 500;
}
a.card-link i {
	font-size: 14px;
}
.faq-content .card:hover {
	border-bottom: 1px solid #dbd6d2;
}
.faq-content .card-body ul {
	margin: 0px;
	margin-left: 0;
}
.faq-content .card-body ul li {
	font-size: 14px;
	list-style: disc;
	line-height: 24px;
	padding: 0;
}

@media screen and (max-width: 767px) {
.faq-content {
	padding: 20px;
}
a.card-link {
	font-size: 16px;
	line-height: 20px;
	padding: 8px 10px 10px 15px;
}
.faq-content .card-body ul {
	margin-left: 30px;
}
}
/*payment*/

.paymentBox {
	border-radius: 30px;
	padding: 30px;
	box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
	min-height: 200px;
	display: block;
	text-decoration: none;
	transition: all 500ms ease;
	transform: scale(1.0);
}
.paymentBox .formCon2 {
	padding: 0;
}
.paymentBox .fPadding {
	margin-left: -5px;
	margin-right: -5px;
}
.paymentBox .fPadding .col {
	padding-left: 5px;
	padding-right: 5px;
}
.paymentBox h5 {
	background: #80a4ed;
	padding: 5px 15px;
	border-radius: 5px;
	font-size: 18px;
	margin-top: 15px;
}
.paymood li label {
	background: #f7f7f7;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 10px 37px;
}
.paymood li label .myRadio {
	top: 11px;
	left: 15px;
}
.paymood li label:hover {
	background: rgba(128, 164, 237, .2);
	border: 1px solid rgba(128, 164, 237, .9);
}
.tabs_cont1, .tabs_cont2, .tabs_cont3, .tabs_cont4, .tabs_cont5, .tabs_cont6 {
	display: none;
	background: #fff;
	border: 1px solid #ddd;
	padding: 20px 25px 10px;
	overflow: hidden;
	border-radius: 10px;
	margin-top: 15px;
}
.item-div h6 {
	font-weight: 600;
	color: #032e42;
	margin: 0;
}
.tabs_cont1 .form-group, .tabs_cont4 .form-group {
	margin-top: 15px;
}
.tabs_cont6 .myRadio {
	top: 5px;
}
.scrollItem {
	overflow-y: scroll;
	height: 200px;
	width: 100%;
}
.scrollItem .inner {
	height: auto;
	width: 100%;
}
.tabs_cont3 .table {
	border-radius: 10px;
	overflow: hidden;
}
.tabs_cont3 .table tr td {
	color: #032e42;
	font-size: 14px;
	border: 0;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.tabs_cont3 .table tr {
	border-bottom: 1px solid #eee;
}
.termsOfUse {
	background: #fff;
	border: 1px solid #ddd;
	padding: 20px;
	border-radius: 30px;
	margin-top: 30px;
}
.termsOfUse .cmsArea {
	height: auto;
	width: 100%;
}
.termsOfUse .cmsArea h6 {
	margin: 0;
	font-weight: 600;
	color: #032e42;
 	margin-bottom: 10px;
}




/*faq*/


.faq-content {
	padding: 30px 30px 15px 30px;
	margin: 0;
}

.faq-content .card{background: #fff; min-height: auto; padding: 0; border-radius: 5px;}
.faq-content .card:hover{transform: translate(0)}

.faq-content .card > .card-header {
	background-color: #fff;
	border-color: none !important;
	border: none !important;
	-webkit-box-shadow: 0 !important;
	box-shadow: 0 !important;
}
.faq-content .more-less {
	float: right;
    margin-top: 2px;
    color: #ccc;
    font-size: 20px;
}
.faq-content .card {
	border-color: #f9f9f9;
	border: 1px solid #f9f9f9;
	border-radius: 10px;
	margin-bottom: 20px; text-decoration: none;
} 
.faq-content .card-body {
	padding: 20px 20px 20px 20px !important;
	border: none !important;
}
.faq-content .card-header {
	border-bottom: 1px solid transparent;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	padding: 0px;
	border-radius: 0px;
}
a.card-link {
	text-decoration: none;
	display: block;
	font-size: 16px;
	line-height: 24px;
	padding:20px;
	color: #1a1a1a;
	font-weight: 500;
}
a.card-link i {
	font-size: 14px;
}
.faq-content .card:hover {
	border-bottom: 1px solid #dbd6d2;
}
 
.faq-content .card-body ul {
	margin: 0px;
	margin-left: 0;
}
.faq-content .card-body ul li {
	font-size: 14px;
	list-style: disc;
	line-height: 24px;
	padding: 0;
}

@media screen and (max-width: 767px) {
.faq-content {
	padding: 20px;
}
a.card-link {
	font-size: 16px;
	line-height: 20px;
	padding: 15px;
}
.faq-content .card-body ul {
	margin-left: 30px;
}
}


.faq-content .card {
	border-radius: 15px;
 	box-shadow: 0 1px 5px rgba(0,0,0,.2);
  	background-size: auto;
	display: block;  border:1px solid #eee;
	text-decoration: none; transition: all 500ms ease;
	 
}


----------------------------------------------------------------

*, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  
  
  .newsList2 .box2 {
    background: #032e42;
    border-radius: 3px;
    border: 1px solid #eee;
    box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.02);
    margin: 15px 0;
    overflow: hidden; }
    .newsList2 .box2 figure {
      margin: 0;
      max-width: 100%;
      height: auto;
      overflow: hidden; }
      .newsList2 .box2 figure img {
        width: 100%;
        height: auto;
        display: block; }
    .newsList2 .box2 figcaption {
      padding: 30px 25px; }
      .newsList2 .box2 figcaption h4 {
        line-height: 24px;
        font-size: 18px; }
        .newsList2 .box2 figcaption h4 a {
          color: #fffcfc; }
          .newsList2 .box2 figcaption h4 a:hover {
            text-decoration: none; }
      .newsList2 .box2 figcaption p {
        margin-top: 10px;
        font-size: 14px;
        line-height: 20px;
        color: #fffcfc;
        font-family: 'Open Sans', sans-serif; }
    .newsList2 .box2:hover figcaption h4 a {
      color: #ee5d5d; }
	  
---------------------------------------------------------
/* styles.css */


nav {
    margin-top: 10px;
    font-size: 14px;
}

.phone-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    padding: 20px;
}

.phone-item {
    text-align: center;
}

.phone-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.phone-item p {
    margin: 10px 0 0;
    font-size: 16px;
}

--------------------------

/* styles.css */

body {
  font-family: Arial, sans-serif;
  background-color: #f4f4f4;
  margin: 0;
  padding: 0;
}


h1 {
  text-align: center;
  color: #333;
}

.underline {
  width: 50px;
  height: 2px;
  background-color: red;
  margin: 10px auto 30px;
}

.faq-item {
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background-color: #f9f9f9;
  cursor: pointer;
}

.faq-question span {
  font-size: 18px;
  color: #333;
}

.toggle-icon {
  font-size: 24px;
  color: #007bff;
}



.faq-answer p {
  margin: 15px 0;
  color: #555;
}

/* Active state for open FAQ items */
.faq-item.active .faq-answer {
  max-height: 200px; /* Adjust based on content */
}

-------------------------------------

/* General Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: white;
    color: black;
}


/* Services Grid */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    padding: 20px;
}

.service-item {
    text-align: center;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.icon {
    font-size: 3rem;
    position: relative;
}

.red-symbol {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
    color: red;
}

.service-item p {
    margin-top: 10px;
    font-size: 1rem;
    color: black;
}

/* Responsive Design */
@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    }

    .icon {
        font-size: 2.5rem;
    }

    .red-symbol {
        font-size: 1.2rem;
    }

    .service-item p {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .services-grid {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    }

    .icon {
        font-size: 2rem;
    }

    .red-symbol {
        font-size: 1rem;
    }

    .service-item p {
        font-size: 0.8rem;
    }
}
--------------------------------------------------------





* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.popup-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  z-index: 1000;
}

.popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

.popup {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  max-width: 400px;
  width: 90%;
  transform: scale(0.8);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
  position: relative;
}

.popup-overlay.active .popup {
  transform: scale(1);
  opacity: 1;
}

.popup img {
  max-width: 100%;
  height: auto;
  margin: 10px 0;
  border-radius: 5px;
}

#close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #333;
  cursor: pointer;
}

#close-btn:hover {
  color: #000;
}

@media (max-width: 600px) {
  .popup {
    padding: 15px;
  }

  .popup h2 {
    font-size: 1.5rem;
  }

  .popup p {
    font-size: 0.9rem;
  }
}