@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap');

:root {
    --text-color: #666;
    --heading-font-family: "Teko", sans-serif;
    --text-font-family: "Poppins", serif; 
    --theme-color1:#cf0000;
    --bs-breadcrumb-divider: '\e628';
    }

body{
overflow-x:hidden;
font-family: var(--text-font-family);
}

p{
  font-size: 15px;
  color: var(--text-color);
}

.top{
background-color: #222;
position: relative;
overflow: hidden;
z-index: 9;
padding: 8px 0;
font-size: 15px;
}

/* .top::before{
    position: absolute;
    content: '';
    left: -50px;
    top: 0;
    width: 50%;
    background-color: var(--theme-color2);
    height: 45px;
    z-index: -1;
    transform: skewX(-30deg);
} */

.top-left ul li{
color: rgba(255, 255, 255, 0.85);
}

.top-left ul li a{
text-decoration: none;
color: rgba(255, 255, 255, 0.85);
border-right:1px solid rgba(255, 255, 255, 0.3);
padding-right: 8px;
margin-right: 8px;
}


.top-right ul{
padding-left: 0;
display: flex;
margin: 0;
justify-content: end;
}

.top-right ul li{
list-style: none;
}

.top-right ul li a{
text-decoration: none;
color: var(--bs-white);
padding: 0 8px;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}


.top-right ul li a span{
padding-right: 5px;
}

.top-right ul li a:hover{
    color: var(--theme-color1);
}

#google_translate_element{
  height: 26px;
  margin-top: -4px;
  position: relative;
  overflow: hidden;
}

.top-right ul li:nth-child(1) {
border-right:1px solid rgba(255, 255, 255, 0.3);
padding-right: 8px;
margin-right: 8px;
}

.top-right ul li:nth-child(2) {
	color: #b7b7b7;
	margin-right: 8px;
}

.top-right ul li:nth-child(2)::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	height: 1px;
	margin: -2px 12px 0 12px;
	background: var(--theme-color1);
}

header{
padding: 15px 0;
}

.logo img{
  width:350px;
}

.logo p{
color: var(--text-color);
font-size: 15px;
  letter-spacing: 1.9px;
  margin: 0;
}

.navbar{
padding: 0;
}

.nav-link {
font-family: var(--text-font-family);
color: var(--text-color);
text-transform: uppercase;
font-weight: 500;
transition: .4s ease;
-webkit-transition: .4s ease;
-moz-transition: .4s ease;
font-size: 15px;
}

.navbar-expand-lg .navbar-nav .nav-link {
padding: 10px 12px;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .nav-link:focus, .nav-link:hover {
color: var(--theme-color1);
}
.dropdown-item {
font-family: var(--text-font-family);
color: var(--text-color);
padding: 8px 15px;
font-size: 15px;
}

.navbar-expand-lg .navbar-nav .quote .nav-link {
background: var(--theme-color1);
  color: #fff;
  border-bottom-right-radius: 20px;
  padding: 12px 18px;
  display: flex;
  gap: 8px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.navbar-expand-lg .navbar-nav .quote .nav-link:hover{
  background-color: #222;
}

.navbar-expand-lg .navbar-nav .quote .nav-link i{
  position: relative;
  top: 1.5px;
}


.carousel-caption h2{
font-family: var(--heading-font-family);
  font-size: 60px;
}

.carousel-caption{
right: 15%;
  left: 15%;
  color: #fff;
  padding: 0;
  text-align: center;
  bottom: 0;
  top:0;
  display: flex;
  height: 100%;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: -30px;
}

.carousel-caption p{
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  padding: 0 150px;
}


.carousel-item{
  z-index: 9;
}

/* .carousel-item::before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;

   background: linear-gradient(360deg, rgba(0, 0, 0, 0.8)  20%, transparent 80%);
   z-index: 0;
} */


.carousel .carousel-item.active .animated1 {
  -webkit-animation: fadeInRight 1s ease-in-out 500ms both;
  animation: fadeInRight 1s ease-in-out 500ms both;
}
.carousel .carousel-item.active .animated2 {
  -webkit-animation: fadeInLeft 1s ease-in-out 500ms both;
  animation: fadeInLeft 1s ease-in-out 500ms both;
}
.carousel .carousel-item.active .animated3 {
  -webkit-animation: fadeInDown 1s ease-in-out 500ms both;
  animation: fadeInDown 1s ease-in-out 500ms both;    
}
.carousel .animated4 {
  -webkit-animation: fadeInUp 1s ease-in-out 500ms both;
  animation: fadeInUp 1s ease-in-out 500ms both;    
}


.carousel-caption {
transition: opacity 500ms;
}

.carousel .carousel-item img{
  width: 100%;
}


.carousel-inner > .carousel-item .carousel-caption {
  z-index: 99;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

.carousel .carousel-item.active .carousel-caption {
  z-index: 99;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;  
}

.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-control.right {
  background: none;
}
.carousel-control.left {
  background: none;
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}

.sec-1{
background:#f4f4f9;
padding-bottom: 50px;
}

.sec-1 .row{
 margin-top: -110px;
}

.sec1-bx{
position: relative;
  padding: 50px 40px;
  background: #fff;
  z-index: 3;
  text-align: center;
  border-right: 1px solid #f4f4f9;
}

.sec1-bx::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 0%;
	left: 0px;
	z-index: -1;
	bottom: 0px;
	display: inline-block;
	transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
	background-color: #111;
}

.sec1-bx:hover::before {
	height: 100%;
	top: 0;
}

.sec1-bx img{
  width: 65px;
  margin-bottom: 20px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.sec1-bx h4{
	position: relative;
	text-transform: uppercase;
  font-family: var(--heading-font-family);
	padding-bottom:25px;
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 20px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.sec1-bx:hover h4{
  color: #fff;
}

.sec1-bx h4::after {
	position: absolute;
	content: "";
	bottom: 0;
	width: 50px;
	height: 4px;
	left: 50%;
	margin-left: -25px;
	background-color: var(--theme-color1);
}

.sec1-bx p{
    display: -webkit-box;
  -webkit-line-clamp: 4; 
  -webkit-box-orient: vertical;
  overflow: hidden;
    transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.sec1-bx:hover p{
  color: rgba(255, 255, 255, 0.7);
}

.sec1-bx:hover img{
  filter: hue-rotate(90deg) invert(100%) brightness(200%);
}

.sec-1 .row div:nth-child(4) .sec1-bx{
	border-right: 0px solid #eee;
  border-radius: 0px 50px 0px 0px;
}

.sec-1 .row div:nth-child(4) .sec1-bx::before{
   border-radius: 0px 46px 0px 0px;
}

.sec-2{
background: url(../images/sec2-bg.jpg);
padding: 50px 0;
}

.sec2-left h6{
text-transform: uppercase;
  position: relative;
  z-index: 9;
  padding-left: 12px;
  margin-bottom: 20px;
  color: var(--theme-color1);
}

.sec2-left h6::before{
position: absolute;
  content: '';
  left: 0;
  top: -6px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  z-index: -1;
}

.sec2-left h2{
font-family: var(--heading-font-family);
font-size: 55px;
line-height: 55px;
}

.sec2-left p{
line-height: 28px;
}


.sec2-right{
position: relative;
padding:30px 0 0 30px;
margin-left: 50px;
z-index: 9;
}


.sec2-right img{
border-bottom-left-radius:50px;
}

.sec2-right::before{
 content: '';
  position: absolute;
  width: 170px;
  height: 270px;
  background-color: var(--theme-color1);
  left: 0;
  top: 0;
  border-radius: 0 50px 0 0;
  z-index: -1; 
}

.experience {
display: flex;
  background: var(--theme-color1);
  position: absolute;
  bottom: -8px;
  color: #fff;
  align-items: center;
  gap: 15px;
  padding: 10px 31px;
  right: -10px;
  border-radius: 50px 0 0 0;
}

.experience strong {
	font-size: 50px;
}

.sec2-bx{
display: flex;
gap: 15px;
margin-bottom: 12px;
align-items: center;
}

.sec2-bx span img{
width: 65px;
  background: #fff;
  padding: 10px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.sec2-bx:hover span img{
transform: rotateY(360deg);
-webkit-transform: rotateY(360deg);
-moz-transform: rotateY(360deg);
}

.sec2-bx h5{
font-family: var(--heading-font-family);  
font-size: 28px;
font-weight: 400;
letter-spacing: 0.2px;
margin: 0;
line-height: 1.1;
}

.thm-btn{
display: inline-block;
  text-decoration: none;
  letter-spacing: 0.5px;
  padding: 14px 26px 14px 15px;
  text-transform: uppercase;
  background-color: var(--theme-color1);
  border: none;
  color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  outline: none !important;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  transition: all .25s ease-in-out;
  border-radius: 0 25px 0 0;
  font-size: 15px;
}

.thm-btn span {
	position: relative;
	display: inline-block;
	padding-right: 10px;
	line-height: 15px;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.thm-btn span::before{
	content: '';
	font-size: 14px;
	opacity: 1;
	visibility: visible;
	height: 2px;
	width: 0;
	background: #fff;
	position: absolute;
	top: 6px;
	right: 0;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.thm-btn span::after{
content: "\f105";
  font-size: 17px;
  position: absolute;
  top: -1px;
  font-family: "Font Awesome 6 Free";
  right: -10px;
  left: auto;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-weight: 900;
}

.thm-btn:hover span {
  padding-right: 35px;
}

.thm-btn:hover span::before {
	width: 25px;
	background-color: #fff;
  right: 0;
}

.thm-btn:hover span::after{
  right: -3px;
}

.thm-btn:hover{
  background: #222;
}

.sec-3{
padding: 60px 0;
background: url(../images/sec3-bg.jpg) no-repeat left top;
background-size: 800px;
}

.sec3-title{
text-align: center;
}

.sec3-title h6{
text-transform: uppercase;
  position: relative;
  z-index: 9;
  padding-left: 12px;
  color: var(--theme-color1);
  margin-bottom: 15px;
}

.sec3-title h6::before {
position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  background-color: #f4f4f9;
  z-index: -1;
  transform: translate(-50%, -50%);
}

.sec3-title h2{
  font-family: var(--heading-font-family);
  font-size: 48px;
  line-height: 55px;
  margin-bottom: 20px;
}

.sec3-bx{
  margin: 15px;
}

.sec3-bx .sec3-upper{
padding: 30px 35px 50px;
  margin-left: 30px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec3-bx .sec3-upper a{
text-decoration: none;
  font-family: var(--heading-font-family);
  font-size: 32px;
  color: #222;
  position: relative;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  text-transform: uppercase;
}

.sec3-bx .sec3-upper span img{
  width: 60px;
  transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.sec3-bx:hover .sec3-upper span img{
  filter: grayscale(100%);
}

.sec3-bx:hover .sec3-upper a{
  color: var(--theme-color1);
  position: relative;
}

.sec3-bx .sec3-upper a::before{
position: absolute;
  content: "";
  top: 50%;
  margin-top: -2px;
  width: 50px;
  height: 4px;
  left: -65px;
  background-color: var(--theme-color1);
}

.sec3-btm{
position: relative;
overflow: hidden;
border-radius: 50px 0 0 0;
margin-top: -20px;
}
.sec3-btm img{
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.sec3-bx:hover .sec3-btm img{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.sec3-btm::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	opacity: 0;
	background: #000;
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .3s;
	transition-property: all;
	opacity: 0.50;
	transform-origin: bottom;
	transform-style: preserve-3d;
	transform: scaleY(0);
	z-index: 1;
}

.sec3-bx:hover .sec3-btm::after {
	transform: scaleY(1.0);
	opacity: 0.95;
}

.sec3-btm .sec3-content{
  position: absolute;
  padding: 0 40px;
  z-index: 99;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  color: #fff;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  transition-delay: .2s;
  align-items: start;
}

.sec3-bx:hover .sec3-btm .sec3-content{
opacity: 1;  
}

.sec4-left img{
border-top-right-radius: 50px;
height: 670px;
object-fit: cover;
}

.c-out{
position: absolute;
right: 290px;
bottom: 0;
padding: 30px 45px 30px;
  border-radius: 50px 0 0 0;
  background-color: #fff;
}



.pie {
  --p:20;
  --b:22px;
  --c: var(--theme-color2);
  --w:140px;
  
  width:var(--w);
  aspect-ratio:1;
  position:relative;
  display:inline-grid;
  margin:5px;
  place-content:center;
  font-size:40px;
  color: #222;
  font-family: var(--heading-font-family);
  padding-top: 10px;
}

.pie:before,
.pie:after {
  content:"";
  position:absolute;
  border-radius:50%;
}

.pie:before {
  inset:0;
  background: radial-gradient(farthest-side,var(--c) 98%,#0000) top/var(--b) var(--b) no-repeat,
  conic-gradient(var(--c) calc(var(--p)*1%),#ffff 0);
  -webkit-mask:radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#fff calc(100% - var(--b)));
  mask:radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#fff calc(100% - var(--b)));
}
/* .pie::after {
  inset:calc(50% - var(--b)/2);
  background:var(--c);
  transform:rotate(calc(var(--p)*3.6deg)) translateY(calc(50% - var(--w)/2));
} */

.pie::after{
position: absolute;
  content: '';
  width: 100px;
  height: 100px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  border: 3px solid #222;
}

.no-round:before {
  background-size:0 0,auto;
}
/* .no-round:after {
  content:none;
} */

.c-out p{
font-family: var(--heading-font-family);
text-align: center;
  font-size: 30px;
  color: #222;
}

.sec4-right{
position: relative;
margin: 60px 50px 0 -290px;
padding: 100px 60px 100px 340px;
color: #fff;
}

.sec4-right p{
  color: #fff;
  line-height: 26px;
}

.sec4-right::before {
	position: absolute;
	height: 100%;
	width: 162%;
	top: 0;
	left: 0;
	content: "";
	display: block;
	z-index: -1;
	border-radius: 0px 0px 0px 50px;
	background-color: #222;
}

.sec4-right h6 {
	text-transform: uppercase;
	position: relative;
	z-index: 9;
	padding-left: 12px;
color: #fff;  
	margin-bottom: 15px;
}

.sec4-right h6::before {
position: absolute;
  content: '';
  left: 0;
  top: -6px;
  width: 30px;
  height: 30px;
  background-color: var(--theme-color1);
  z-index: -1;
}

.sec4-right h2{
font-family: var(--heading-font-family);
  font-size: 48px;
  line-height: 55px;
  margin-bottom: 15px;
  color: #fff;  
}

.sec4-right ul li{
line-height: 26px;
display: flex;
gap:10px;
font-size: 15px;
}

.sec4-right ul li i{
  color: #afafaf;
}

.sec-5{
padding: 50px 0;
}

.sec5-box {
	border-bottom: 2px solid var(--bs-gray-400);
	padding: 25px 15px;
	position: relative;
	cursor: pointer;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	margin: 20px 0px;
}

.sec5-box::before{
position: absolute;
  content: '';
  left: 0;
  bottom: -2px;
  width: 0;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  border-bottom: 2px solid var(--theme-color1);
}

.sec5-box:hover::before{
  width: 100%;
}

.sec5-box a {
	text-decoration: none;
	color: #222;
}

.sec5-box i {
	float: left;
	font-size: 25px;
	margin-right: 25px;
	color: var(--theme-color1);
}

.sec5-box span {
	position: absolute;
	top: 26px;
	color: #888;
	font-size: 22px;
	right: -2px;
}

.sec-6{
  background: url(../images/sec6-bg.jpg) right;
 padding: 60px 0;
 background-size: cover;
  background-repeat: no-repeat;
}

.sec6-title h6 {
	text-transform: uppercase;
	position: relative;
	z-index: 9;
	padding-left: 12px;
	margin-bottom: 20px;
	color: var(--theme-color1);
}

.sec6-title h6::before {
	position: absolute;
	content: '';
	left: 0;
	top: -6px;
	width: 30px;
	height: 30px;
	background-color: #fff;
	z-index: -1;
}

.sec6-title h2 {
font-family: var(--heading-font-family);
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 30px;
}

.nav-pills a {
	padding: 18px 40px;
	background: #fff;
	font-size: 24px;
	line-height: 24px;
	font-weight: 400;
	text-transform: uppercase;
	border-radius: 25px 0 0 0 !important;
	margin-right: 20px;
	list-style: none;
  font-family: var(--heading-font-family);
  color: #222;
}

.nav-pills .active {
	background-color:var(--theme-color1) !important;
	color: #fff;
}

.tab-content {
	margin-top: 30px;
}

.tab-img {
	position: relative;
}

.tab-img::before {
	content: '';
	position: absolute;
	width: 110px;
	height: 70px;
	background-color:var(--theme-color1);
	right: -20px;
	top: 58%;
	border-radius: 0 0 0 50px;
}

.tab-img img {
	border-radius: 0 50px 0 0;
}

.tab-text {
	margin-left: 30px;
	padding: 20px 20px 0px 20px;
}

.tab-text h3{
font-family: var(--heading-font-family);  
font-size: 34px;
}

.tab-text p{
line-height: 28px;  
}

.tab-text ul li{
  line-height: 26px;  
  color: var(--text-color);
  font-size: 15px;
  display: flex;
  gap: 8px;
}

.tab-text ul li i{
  color: var(--theme-color1);
}

.sec-7{
padding: 60px 0;
}
.sec7-bx{
  position: relative;
  margin: 0 18px 16px 18px;
}

.sec7-bx::after {
	content: '';
	position: absolute;
	width: calc(100% - 30px);
	bottom: 0;
	left: 30px;
	height: 80%;
	background: #fff;
	box-shadow: 0px 4px 16px 0px rgb(0 0 0 / 6%);
	border-radius: 0 0 50px 0;
	z-index: -1;
}
.sec7-bx .sec7-img{
	position: relative;
	overflow: hidden;
	border-radius: 0 0 50px 0;
	margin-right: 20px;
}

.sec7-bx .sec7-img img{
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.sec7-bx:hover .sec7-img img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.sec7-bx .sec7-content {
	padding: 18px 18px 18px 55px;
	position: relative;
}

.sec7-content::after {
	position: absolute;
	content: "";
	top: 50%;
	width: 40px;
	height: 3px;
	left: 0px;
	background-color:var(--theme-color1);
}

.sec7-content p{
font-size: 14px;
  color: var(--theme-color1);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.sec7-content h5{
 font-family: var(--heading-font-family);
  font-size: 30px; 
}

.sec7-content a{
  position: absolute;
  right: 18px;
  bottom: 27px;
  border: 2px solid var(--theme-color1);
  color: var(--theme-color1);
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 39px;
  border-radius: 50%;
}

.sec-8{
padding: 40px 0;
background: url(../images/sec8-bg.jpg) center;
position: relative;
z-index: 9;
color: #fff;
}

.sec-8::before{
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: var(--theme-color1);
  opacity: 0.8;
  z-index: -1;
}

.sec-8 h2{
font-family: var(--heading-font-family);
  font-size: 38px;
  margin-bottom: 5px;
}

.sec-8 p{
color: #fff;
line-height: 26px;
}

.sec8-right{
  height: 100%;
  display: flex;
  align-items: center;
} 

.sec8-right a{
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
	border: 2px solid rgba(255,255,255, 0.8);
	padding: 14px 25px;
	color: #fff;
	text-decoration: none;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
  border-bottom-right-radius: 25px;
}

.sec8-right a:hover {
	background: #222;
  border: 2px solid #222;
}

.sec8-right a:hover span {
	-webkit-animation: toRightFromLeft 0.3s forwards;
	-moz-animation: toRightFromLeft 0.3s forwards;
	animation: toRightFromLeft 0.3s forwards;
}

@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}


.inner-banner{
padding: 100px 0 0;
position: relative;
background: url(../images/inner-banner.jpg) center;
background-size: cover;
text-align: center;
z-index: 9;
}

.inner-banner::before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

.inner-banner h2{
  font-family: var(--heading-font-family);
  color: #fff;
  font-size: 65px;
  text-transform: uppercase;
}

.inner-banner ul{
background-color: var(--theme-color1);
  padding: 18px 24px;
  display: inline-flex;
  border-radius: 0 20px 0 0;
  color: #fff;
  font-size: 15px;
  margin: 50px 0 -12px 0;
  position: relative;
  bottom: -8px;
}

.inner-banner ul li a{
  text-decoration: none;
  color: #fff;
}

.inner-banner ul li a span{
padding: 0px 10px;
  position: relative;
  top: 2px;
}

.abt2{
padding:60px 0;
}

.mission-box h5 {
  font-size: 32px;
  color: #222;
letter-spacing: 1.5px;
  line-height: .8;
  font-family: var(--heading-font-family);
  text-transform: none;
  margin: 0 0 39px;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
}

.mission-box:hover h5 {
 color: var(--theme-color1);
}

.mission-box:hover .hisbar{
  background:var(--theme-color1);
}

.mission-box .hisbar {
  position: relative;
  height: 2px;
background: #ececec;
  margin: 0 0 51px;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
}

.mission-box .hisbar::before {
  height: 20px;
  width: 20px;
  background: #FFF;
  border: 6px solid var(--theme-color1);
  position: absolute;
  left: 0;
  top: -9px;
  border-radius: 50%;
  z-index: 1;
  content: '';
}

.mission-box span {
  display: block;
  color: #9aa1b0;
  line-height: .8;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2.8px;
  margin: 0 0 25px;
}

.mission-box p {
  line-height: 26px;
  font-size: 15px;
  padding-right: 30px;
  text-align: justify;
}

.abt3{
  padding: 80px 0 0;
  background: url(../images/abt3-bg.jpg) center fixed;
  background-size: cover;
}

.abt3-bx{
background: var(--theme-color1);
  padding: 50px 40px;
  border-radius: 0 0 50px 0;
  color: #fff;
  z-index: 9;
  margin-bottom: -60px;
}

.abt3-bx h3{
font-family: var(--heading-font-family);
font-size: 45px;
position: relative;
}

.abt3-bx h3::before {
position: absolute;
  content: "";
  top: 50%;
  margin-top: -4px;
  width: 60px;
  height: 3px;
  left: -75px;
  background-color: #fff;
}


.abt3-bx ul li{
display: flex;
gap:8px;
padding-bottom: 12px;
}

.abt3-bx span{
font-size: 190px;
  z-index: -1;
  position: absolute;
  bottom: -14px;
  opacity: 0.2;
}

.abt4{
padding: 110px 0 50px;
}

.abt4-bx{
  padding:25px 50px 25px 30px;
  border: 2px solid #d1d1d1;
  border-radius: 25px 0 0;
  border-right: 2px dashed #d1d1d1;
  height: 100%;
  position: relative;
  margin-right: 50px;
}

.abt4-bx::before{
  position: absolute;
  content: '';
  right: -2px;
  top: 0;
  height: 50px;
  background-color: #d1d1d1;
  width: 2px;
}

.abt4-bx span {
	position: absolute;
	right: -30px;
	top: 50px;
	width: 60px;
	height: 60px;
	text-align: center;
	background-color: var(--theme-color1);
	line-height: 60px;
	font-size: 28px;
	color: #fff;
	border-radius: 30px;
}
.abt4-bx h4{
font-family: var(--heading-font-family);
  font-size: 34px;
}

.abt4-bx p{
  line-height: 26px;
  margin-bottom: 5px;
  text-align: justify;
}

.abt4-bx ul li{
color: var(--text-color);
  font-size: 15px;
  background: #e7e7e7;
  padding: 10px 12px;
  margin: 8px;
  border-bottom-right-radius: 20px;
}

.inner-matter{
padding: 60px 0 50px;
}

.inner-matter h2{
font-family: var(--heading-font-family);
  color: var(--theme-color1);
  font-size: 48px;
  position: relative;
  border-left: 1px solid #d1d1d1;
  padding-left: 10px;
  display: inline-block;
line-height: 1;
}

.inner-matter h2::before{
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 60px;
  height: 1px;
  background-color: #d1d1d1;
}

.inner-matter h2::after{
position: absolute;
  content: '';
  left: 60px;
  bottom: -3px;
  width: 8px;
  height: 8px;
  background-color: #d1d1d1;
  border-radius: 50%;
}

.inner-matter p{
  line-height: 28px;
}

.infra-bx {
	position: relative;
	margin: 10px 0;
  overflow: hidden;
    border-bottom-right-radius: 25px;
}

.infra-bx a {
	display: block;
}

.infra-bx a img{
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  border-bottom-right-radius: 25px;
}

.infra-bx a:hover img{
  transform: scale(1.04);
}


.infra-bx span {
position: absolute;
  bottom: 6px;
  right: 6px;
  color: #fff;
  z-index: 3;
  background-color: var(--theme-color1);
  width: 40px;
  height: 40px;
  border-radius: 30px;
  text-align: center;
  line-height: 41px;
}

.why-us li {
	width: 23%;
	border-left: 2px solid #ececec;
	margin-bottom: 20px;
	padding: 12px 15px;
	margin-right: 10px;
  font-size: 15px;
  color: var(--text-color);
	position: relative;
  display: inline-block;
}

.why-us li::after {
	position: absolute;
	content: '';
	left: 2px;
	bottom: 4px;
	width: 5px;
	height: 5px;
	background: var(--theme-color1);
	border-radius: 50%;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
}
.why-us li::before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 50px;
	height: 2px;
	background: #ececec;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
}

.why-us li i {
	padding-right: 5px;
	color: var(--theme-color1);
  font-size: 17px;
}

.why-us li:hover::before {
	width: 82px;
}

.why-us li:hover::after {
	width: 80px;
	border-radius: 0px;
}

.pro-bx{
border-left:1px solid #d1d1d1;
border-bottom:1px solid #d1d1d1;
padding: 8px;
border-radius: 0 0 0 25px;
position: relative;
margin: 15px 0;
}

.pro-bx::before {
	position: absolute;
	content: '';
	left: -4px;
	top: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: var(--theme-color1);
    z-index: 9;
}

.pro-bx::after{
  position: absolute;
  content: '';
  right: 0;
  bottom: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--theme-color1);
  z-index: 9;
}

.pro-bx img{
  border-radius: 0 0 0 25px;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
}

.pro-bx:hover img{
transform: scale(1.05);
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
}

.pro-img{
position: relative;
overflow: hidden;
border-radius: 0 0 0 25px;
}

.pro-img span {
	position: absolute;
	bottom: 6px;
	left: -50px;
	color: #fff;
	z-index: 3;
	background-color: var(--theme-color1);
	width: 40px;
	height: 40px;
	border-radius: 30px;
	text-align: center;
	line-height: 41px;
  transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
}

.pro-bx:hover .pro-img span{
left: 6px;
}

.pro-content{
padding: 10px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  height: 100%;
}

.pro-content h4{
font-family: var(--heading-font-family);
font-size: 34px;
line-height: 28px;
}

.pro-content a{
  display: flex;
  text-decoration: none;
  padding: 12px 18px;
  text-transform: uppercase;
  background-color: var(--theme-color1);
  color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border-radius: 0 25px 0 0;
  font-size: 15px;
  gap: 8px;
  align-items: center;
}

.pro-content a:hover{
background-color: #222;
}

.pro-list h5{
color: var(--theme-color1);
  font-size: 22px;
  position: relative;
}

.pro-list h5::before{
  position: absolute;
  content: "";
  bottom: -3px;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color:#d1d1d1;
}

.pro-list ul li{
line-height: 28px;
font-size: 15px;
color: var(--text-color);
}


.pro-list ul li i{
  color: var(--theme-color1); 
  padding-right: 5px;
}

.cnt-title h2::after, .cnt-title h2::before, .enq-outter h2::before, .enq-outter h2::after{
display: none;
}

.cnt-title h2, .enq-outter h2{
padding: 0;
  border: none;
  font-size: 50px;
  line-height: 48px;
  margin-bottom: 20px;
  color: #222;
}

.cnt-title h6{
  text-transform: uppercase;
  position: relative;
  z-index: 9;
  padding-left: 12px;
  color: var(--theme-color1);
  margin-bottom: 15px;
}

.cnt-title h6::before {
	position: absolute;
	content: '';
	left: 0;
	top: -6px;
	width: 30px;
	height: 30px;
	background-color: #f4f4f9;
	z-index: -1;
}

.cnt-left{
  border-radius: 50px 0 0 0;
  background: #111 url(../images/footer-bg.png) center;
  color: #fff;
  padding:70px 62px 70px 65px;
  margin-top: 100px;
  position: relative;
  z-index: 5;
}

.cnt-bx{
display: flex;
  gap: 20px;
  padding: 20px 0;
}

.cnt-bx span{
background-color: var(--theme-color1);
  border-radius: 50%;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cnt-bx span img{
  filter: invert(100%);
  width: 60px;
  height: 60px;
}


.cnt-bx h4{
font-family: var(--heading-font-family);
font-size: 30px;
  margin: 0;
  line-height: 1.1;
}

.cnt-bx p{
  color:#888;
  margin: 0;
}

.cnt-bx .cnt-details{
width: 75%;
}

.map iframe{
  width: 100%;
  height: 700px;
  margin-left: -50px;
    border-radius: 0 0 50px 0;
    margin-top: 30px;
}

.enq-outter{
padding: 40px;
background:#f7f7f7;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}

.enq-outter h6{
  text-transform: uppercase;
  position: relative;
  z-index: 9;
  padding-left: 12px;
  color: var(--theme-color1);
  margin-bottom: 15px;
}

.enq-outter h6::before{
	position: absolute;
	content: '';
	left: 0;
	top: -6px;
	width: 30px;
	height: 30px;
	background-color: #fff;
	z-index: -1;
}

.enq-frm .form-control{
border-radius: 0px;
border: 1px solid #dedede;
font-size: 14px;
font-family: var(--text-font-family);
color: var(--text-color);
height: 48px;
padding: 6px 20px;
margin-bottom: 20px;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.enq-frm .form-control:focus {
box-shadow: none;
border: 1px solid var(--theme-color1);
}

.enq-frm textarea.form-control{
  height: auto;
}


.enq-frm .enqbtn{
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
background: var(--theme-color1);
color: #fff;
text-decoration: none;
text-transform: uppercase;
font-weight: 500;
text-align: center;
line-height: 45px;
font-size: 15px;
padding: 0 15px;
border: none;
}

.enq-frm .enqbtn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #222;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.enq-frm .enqbtn:hover::before{
-webkit-transform: scaleX(1);
transform: scaleX(1);
}

.enq-frm .enqbtn i{
  padding-left: 8px;
}

footer{
  padding: 50px 0 10px;
  background:#111 url(../images/footer-bg.png) center;
  background-size: cover;
}

.f-about h2{
color: #fff;
  font-family: var(--heading-font-family);
  text-transform: uppercase;
  margin: 0;
  font-size: 42px;
}

.f-about p{
  color: var(--bs-gray-500);
  line-height: 28px;
}

.f-about .f-map {
	text-decoration: none;
	color: rgba(255,255,255, 0.8);
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	border-bottom: 1px solid #444;
}

.f-about .f-map i {
color: var(--theme-color1);
}

.f-about .f-map:hover{
 color: var(--theme-color1); 
}

.f-links h4{
position: relative;
  color: #fff;
  font-family: var(--heading-font-family);
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.2px;
  padding-bottom: 4px;
}

.f-links h4::before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	display: inline-block;
	width: 50px;
	height: 2px;
	background-color:var(--theme-color1)
}

.f-links ul{
padding-left: 0;
}

.f-links ul li{
list-style: none;
}

.f-links ul li a{
text-decoration: none;
  color: var(--bs-gray-500);
  display: block;
  line-height: 28px;
  font-size: 15px;
  	transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
}

.f-links ul li a i{
  font-size: 13px;
  padding-right: 3px;
  color: var(--theme-color1);
}
.f-links ul li a:hover{
  color: var(--theme-color1);
  padding-left: 4px;
}

.f-links p{
display: flex;
color: var(--bs-gray-500);
gap: 12px;
}

.f-links p span{
  position: relative;
  top:2px;
  color: var(--theme-color1);
}

.social-links{
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  margin: 0;
}

.social-links li a{
text-decoration: none;
  color: #fff;
  height: 30px;
  display: block;
  width: 30px;
  border-radius: 50%;
  text-align: center;
  margin: 0 5px;
  line-height: 30px;
}

.social-links li:nth-child(1) a{
background:#3055ae;
}

.social-links li:nth-child(2) a{
background:#da0505;
}

.social-links li:nth-child(3) a{
background: #000;
}

.social-links li:nth-child(4) a{
background:#f43b3b;
}

.social-links li:nth-child(5) a{
  background:#00669a;
}


.fixed-tp {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: var(--theme-color2);
  z-index: 999;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  color:#fff;
  text-decoration: none;
}


@media only screen and (max-width: 415px){
.carousel-caption p {
display: none;
}

.c-out {
display: none;
}

.nav-pills a {
  font-size: 18px;
  margin-right: 6px;
   padding: 10px 20px;
}



}


@media only screen and (max-width: 576px){
.top{
  display: none;
}

.logo img {
	width: 260px;
}

.logo p {
	font-size: 12px;
	letter-spacing: 1px;
}

.carousel-caption{
  margin: 0;
}

.carousel-caption h2{
font-size: 30px;
}

.carousel-caption p {
	font-size: 14px;
	margin-bottom: 10px;
	padding: 0;
}

.thm-btn {
	padding: 12px 26px 12px 15px;
	font-size: 13px;
}

.sec2-right {
	padding: 30px 30px 0 30px;
	margin-left: 0px;
	margin-top: 20px;
}

.experience {
  right: 10px;
}

.sec4-right {
	margin: 0;
	padding: 50px 30px;
}

.sec4-right::before {
	width: 100%;
}

.nav-pills a {
	font-size: 20px;
	margin-right: 10px;
}

.tab-img {
	width: 60%;
}

.tab-text {
	margin-left: 0;
}

.sec-8 {
	text-align: center;
}

.cnt-left {
	margin: 30px 30px 0 30px;
}

.map{
margin: 0 30px;
}

.map iframe {
height: 500px;
margin: 0;
}

.sec2-left{
margin-top: 30px;
}

.mission-box{
margin: 30px;
}

.abt3-bx ul{
margin: 0
}

.abt4-bx {
  height: auto;
  margin-bottom: 20px;
}

.why-us li {
	width: 100%;
}

.pro-content h4 {
	margin-top: 10px;
}

.social-links {
margin-top: 14px;
  justify-content: center;
}

.f-about .f-map {
  margin-bottom: 15px;
  display: inline-block;
}

}

@media only screen and (min-width:576px) and (max-width:767px){

}

@media only screen and (max-width:767px){

}


@media only screen and (min-width:768px) and (max-width:991px){

}



@media only screen and (max-width: 992px) {
 .navbar-toggler {
	background-color: var(--theme-color1);
	border: none;
	color: #fff;
	line-height: 26px;
}

.sec-1 .row{
 margin-top:0;
}

.sec-1{
  padding: 50px 0;
}

.sec1-bx{
margin-bottom: 15px;
}

.sec-1 .row div:nth-child(4) .sec1-bx {
	border-radius: 0px 0px 0px 0px;
}

}



@media only screen and (max-width:1024px){

}


