:root {
  --color-black: #000000;
  --color-yellow: #de5b9e;
  ;
  --color-blue: #037BA1;
  --color-white: #ffffff;
  --color-grey: #ececec;
  --color-pureGrey: #808080;
  --color-YenGrey: #5C5C5C;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-font-main: 'Montserrat', sans-serif;
}

::-moz-selection {
  /* Code for Firefox */
  color: var(--color-white);
  background: var(--color-yellow);
}

::selection {
  color: var(--color-white);
  background: rgba(0, 0, 0, 0.3);
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

i {
  font-style: normal;
}

/* .site-container{background:var(--color-white);box-shadow:0 2px 5px 0 rgba(0,0,0,.12);margin:0 auto;max-width:1600px;word-wrap:break-word; position: relative;}
.site-container::after{clear:both;content:" ";display:block} */
input:focus,
textarea:focus,
select:focus,
:focus {
  outline: none;
}

p {
  line-height: 24px;
  text-align: justify;
}

h2 {
  color: #61402A;
}

a,
.home-subscribe-form-box .contact-btn,
.contact-form-bg .submit-btn,
.service-common-box-image a,
.home-video-box a:before,
.home-video-box a:after {
  outline: 0 !important;
  text-decoration: none;
  color: var(--color-black);
  -webkit-transition: color .4s, background-color .4s;
  -moz-transition: color .4s, background-color .4s;
  -o-transition: color .4s, background-color .4s;
  transition: color .4s, background-color .4s;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

a:hover {
  text-decoration: none;
  color: var(--color-green);
}

.pad0 {
  padding: 0;
}

strong {
  font-weight: 600 !important;
}

.back-to-top {
  position: fixed;
  z-index: 1000;
  bottom: 8em;
  right: 15px;
  text-decoration: none;
  color: rgba(46, 45, 45, 0.5);
  border-radius: 100px;
  background: rgba(244, 244, 244, 0.5);
  font-size: 22px;
  padding: 8px 10px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.46);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.46);
}

.back-to-top:hover {
  background: rgba(255, 255, 255, 1);
  color: rgba(46, 45, 45, 1);
  text-decoration: none !important;
}

.linkBlack {
  color: var(--color-black);
  font-weight: 600;
}

.linkBlack:hover {
  color: var(--color-blue);
}

.linkBlue {
  color: var(--color-blue);
  font-weight: 600;
  text-decoration: underline;
}

.linkBlue:hover {
  color: var(--color-black);
}

.linkgreen {
  color: var(--color-blue);
  font-weight: 600;
  text-decoration: underline;
}

.linkgreen:hover {
  color: var(--color-black);
}

.linkWhite {
  color: var(--color-white);
  font-weight: 600;
  text-decoration: underline;
}

.linkWhite:hover {
  color: var(--color-black);
}

.colorGreen {
  color: var(--color-green);
}

.colorBlue {
  color: var(--color-blue);
}

#menu-toggle {
  z-index: 1;
  position: absolute;
  bottom: 32%;
  right: 0;
}

.coming-soon {
  position: relative;
  font-size: 18px;
  z-index: 0;
  width: 100%;
}

.coming-soon::before {
  content: "coming soon . . .";
  left: 0px;
  position: absolute;
  top: 0px;
  font-size: 55px;
  font-weight: 900;
  color: #f0f0f0;
  z-index: -1;
}

.carousel-item {
  transition: transform 1s ease-in-out;
}

#myCarousel.carousel-fade .active.carousel-item-start,
#myCarousel.carousel-fade .active.carousel-item-end,
#myCarouselMobile.carousel-fade .active.carousel-item-start,
#myCarouselMobile.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 0.9s;
}

#announcementCarousel.carousel-fade .active.carousel-item-start,
#announcementCarousel.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 0s;
}

/* Carousel Animation delays */
.carousel-inner>.carousel-item>img,
.carousel-inner>.carousel-item>a>img {
  min-width: 100%;
  max-width: 100%;
  height: auto;
}

.slider .carousel-inner {
  overflow: unset;
}

.slider {
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 0;
}

#carousel-sub .carousel-item:before {
  display: none;
}

.slide1,
.slide2,
.slide3,
.slide4,
.slide5,
.slide6 {
  z-index: 1 !important;
}

.slide1 a:hover,
.slide2 a:hover,
.slide3 a:hover,
.slide4 a:hover,
.slide5 a:hover,
.slide6 a:hover {
  color: var(--color-white);
}

.slide1 h3 {
  animation-delay: 1.5s;
  font-size: 72px;
  font-weight: 700;
  color: var(--color-white);
  padding: 15px 15px 10px 15px;
  margin: 0;
  display: block;
  line-height: 78px;
  text-align: right;
  top: 95px;
  right: -102px;
  position: relative;
}

.slide1 h4 {
  animation-delay: 1.8s;
  font-size: 18px;
  font-weight: 400;
  color: var(--color-white);
  padding: 10px 15px 25px 15px;
  margin: 0;
  display: block;
  line-height: 24px;
  text-align: right;
  position: relative;
  top: 100px;
  right: 110px;
}

.slide1 h4 span {
  display: block;
  font-size: 14px;
}

.slide2 h3 {
  animation-delay: 1.5s;
  font-size: 72px;
  font-weight: 700;
  color: #000;
  padding: 15px 15px 10px 15px;
  margin: 0;
  display: block;
  line-height: 78px;
  text-align: right;
  top: 95px;
  right: -102px;
  position: relative;
}

.slide2 h4 {
  animation-delay: 1.8s;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  padding: 10px 15px 25px 15px;
  margin: 0;
  display: block;
  line-height: 24px;
  text-align: right;
  position: relative;
  top: 100px;
  right: 110px;
}

.slide2 h4 span {
  display: block;
  font-size: 14px;
}

.slide1 .carousel-caption {
  left: 38%;
  right: 0;
  top: 20%;
  bottom: 5%;
  padding: 10px 0px 20px 20px !important;
  width: 65%;
  text-align: right !important;
  animation-delay: 1s;
}

.slide2 .carousel-caption {
  left: 38%;
  right: 0;
  top: 20%;
  bottom: 5%;
  padding: 10px 0px 20px 20px !important;
  width: 65%;
  text-align: right !important;
  animation-delay: 1s;
}

.slider .carousel-control-prev {
  top: unset;
  bottom: 10px;
  left: 150px;
  border-radius: 50px;
  border: 2px solid var(--color-white);
  width: auto;
}

/* .slider .carousel-control-prev .carousel-control-prev-icon i{width: 45px; height: 45px;} */
.slider .carousel-control-next {
  top: unset;
  bottom: 10px;
  left: 205px;
  right: unset;
  border-radius: 50px;
  border: 2px solid var(--color-white);
  width: auto;
}

/* .slider .carousel-control-next .carousel-control-next-icon i{width: 45px; height: 45px;} */
.carousel-indicators {
  right: 0;
  left: unset;
  bottom: 60px;
}

.carousel-indicators [data-bs-target] {
  color: var(--color-white) !important;
  background-color: transparent;
  text-indent: 0;
  font-size: 22px;
  font-weight: 700;
  width: auto;
  height: auto;
  margin: 0 6px;
}

.carousel-indicators .active {
  font-size: 26px;
}
.innerbanner div img{
  min-width: 100%;
}
/* @media all and (max-width : 768px) {  */


.btn-one,
.btn-one-full,
.btn-two,
.btn-two-full,
.btn-three,
.btn-three-full {
  -webkit-transition: color .4s, background-color .4s;
  -moz-transition: color .4s, background-color .4s;
  -o-transition: color .4s, background-color .4s;
  transition: color .4s, background-color .4s;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  margin-top: 20px;
  padding: 8px 40px 8px 40px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  border-radius: 24px;
}

.btn-one {
  border: 2px solid var(--color-yellow);
  color: var(--color-yellow) !important;
}

.btn-one:hover {
  background: var(--color-yellow);
  color: var(--color-black) !important;
}

.btn-one-full {
  border: 2px solid var(--color-yellow);
  color: var(--color-black) !important;
  background: var(--color-yellow);
}

.btn-one-full:hover {
  border: 2px solid var(--color-yellow);
  background: none;
  color: var(--color-yellow) !important;
}

.btn-two {
  border: 2px solid var(--color-blue);
  color: var(--color-blue) !important;
}

.btn-two:hover {
  background: var(--color-blue);
  color: var(--color-white) !important;
}

.btn-two-full {
  border: 2px solid var(--color-blue);
  background: var(--color-blue);
  color: var(--color-white) !important;
}

.btn-two-full:hover {
  border: 2px solid var(--color-blue);
  color: var(--color-blue) !important;
  background: none;
}

.btn-three {
  border: 2px solid var(--color-white);
  color: var(--color-white) !important;
}

.btn-three:hover {
  background: var(--color-white);
  color: var(--color-black) !important;
}

.btn-three-full {
  border: 2px solid var(--color-white);
  background: var(--color-white);
  color: var(--color-black) !important;
}

.btn-three-full:hover {
  border: 2px solid var(--color-white);
  color: var(--color-white) !important;
  background: none;
}

/* Divider Line */
hr {
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.7), transparent);
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.7), transparent);
  border: 0;
  height: 1px;
  margin: 15px 0 15px 0;
  background-color: transparent;
}

hr.short {
  margin: 11px 0 11px 0;
}

hr.tall {
  margin: 44px 0 44px 0;
}

hr.taller {
  margin: 66px 0 66px 0;
}

hr.light {
  background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.2), transparent);
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
}

hr.invisible {
  background: none;
}

/* Divider Line */

.text-casenone {
  text-transform: none !important;
}

ul.list {
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
  list-style: none;
  text-align: left;
}

ul.list li {
  position: relative;
  padding-left: 15px;
  padding-bottom: 10px;
}

ul.list li a {
  color: var(--color-black);
}

ul.list li a:hover {
  color: var(--color-green);
}

ul.list li::before {
  content: "\f192";
  font-family: 'Font Awesome 5 Free';
  left: -7px;
  position: absolute;
  top: 5px;
  font-size: 10px;
  font-weight: 900;
  color: var(--color-black);
}

ul.list li.head {
  font-weight: 700;
  padding-left: 0;
}

ul.list li.head::before {
  display: none;
}

ol.ol-list {
  margin: 0;
  padding: 0 0 0 20px;
  text-align: left;
}

ol.ol-list li {
  position: relative;
  text-align: justify;
  padding-bottom: 10px;
}

ol.ol-list li a {
  color: var(--color-black);
}

ol.ol-list li a:hover {
  color: var(--color-blue);
}

.head-main {
  font-size: 42px;
  border-bottom: dashed 2px var(--color-black);
  display: block;
  width: 100%;
  padding: 0 50px 5px 0;
  margin-bottom: 20px;
}

.head-one {
  font-weight: 500;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 15px;
  background: var(--color-yellow);
  color: var(--color-black);
  width: 100%;
}

.head-two {
  font-weight: 500;
  font-size: 17px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--color-black);
  color: var(--color-black);
  width: 100%;
}

.head-three {
  font-weight: 500;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 15px;
  background: var(--color-blue);
  color: var(--color-white);
  width: 100%;
}

.head-four {
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--color-blue);
  color: var(--color-blue);
  width: 100%;
}

.head-five {
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--color-black);
  color: var(--color-black);
  width: 100%;
}

.head-six {
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--color-pureGrey);
  color: var(--color-pureGrey);
  width: 100%;
}

.background-white {
  padding: 30px;
  background: var(--color-white);
  margin-bottom: 30px;
}

.bg-color-one {
  background: var(--color-grey);
  padding: 30px;
  margin-bottom: 15px;
  margin-top: 15px;
  display: inline-block;
  width: 100%;
  box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0.20) !important;
}

.bg-color-two {
  background: var(--color-white);
  padding: 30px;
  margin-bottom: 15px;
  margin-top: 15px;
  display: inline-block;
  width: 100%;
  box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0.20) !important;
}

.bg-color-two h2 {
  font-weight: 500;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 15px;
  background: var(--color-blue);
  color: var(--color-white);
  width: 100%;
}

.bg-color-two h3 {
  font-weight: 500;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 15px;
  border-bottom: solid 1px var(--color-blue);
  color: var(--color-blue);
  width: 100%;
}

.link {
  color: var(--color-blue);
  font-weight: 600;
}

.link:hover {
  color: var(--color-black);
}

.img-radius-15 {
  border-radius: 15px;
}

.centerp {
  text-align: center;
  padding: 15px 70px;
}

.topimg {
  margin: 0 auto;
  display: block;
  padding-bottom: 20px;
}

.home-first-section {
  padding: 80px 0;
  position: relative;
}
section{padding: 80px 0PX}






.productbox {
  width: 19%;
  margin: 15px 7px;
  padding: 20px;
  background: #61402A;
  border-radius: 15px;
  position: relative;
  min-height: 350px;
}

.productbox:hover {
  background: #ffffff;
  box-shadow: 0px 17.77px 53.31px 0px #F3A74E33;

}

.productbox:hover p {
  color: #000000;
}

.productbox:hover h2 {
  color: #61402A;

}

.productbox h2 {
  color: #F3A74E;
  padding: 10px 0;
  font-size: 22px;
  font-weight: 600;
}

.productbox p {
  color: white;
}

.productbox img {
  position: absolute;
  bottom: 25px;
}



.btn1 {
  background: #cd282e;
  padding: 13px 25px;
  border-radius: 50px;
  color: #FFF;
}

.btn1:hover {
  background: #0d4d7b;
  color: #fff;
}




.top-img {
  position: relative;
}

.top-img img {
  margin: 0 auto;
  display: block;
}

.top-img::after {
  content: '';
  position: absolute;
  border: 1px solid #F3A74E;
  width: 42%;
  top: 8px;
  right: 0;
}

.top-img::before {
  content: '';
  position: absolute;
  border: 1px solid #F3A74E;
  width: 42%;
  top: 8px;
}



.home-fourth-section .whybox {
  margin: 10px 25px;
}

.home-fourth-section .whybox h2 {
  color: #F3A74E;
  font-size: 20px;
  padding: 10px 0;
}

.home-fourth-section .whybox p {
  padding: 0;
}

.home-fourth-section .abtn {
  text-align: center;
  position: relative;
  top: -15px;
}

.home-fourth-section .abtn a {
  background: #61402A;
  padding: 20px 50px;
  border-radius: 50px;
  color: #F3A74E;
  font-size: 20px;
}

.home-fifith-section {
  width: 95%;
  background-image: url(../img/fifthbgk.jpg);
  padding: 100px 50px;
  border-radius: 20px;
  margin: 0 auto;
  position: relative;
}




.btn2 {
  background: #F3A74E;
  padding: 13px 25px;
  border-radius: 50px;
  color: #61402A;
}

.btn2:hover {
  background: #61402A;
  color: #F3A74E;
}

.home-sixth-section {
  padding: 0px 0 0;
}

.touchbox {
  background: #FFF7ED;
  padding: 40px;
  border-radius: 20px;
  position: relative;
  top: 62px;
}

.touchbox h2 {
  font-weight: 600;
}

.touchbox span {
  font-weight: 600;
  color: #F3A74E;
}

/*----------------------------------------*/
/*  14. Footer
/*----------------------------------------*/
.text-white {
  color: #fff !important;
}
.text-white a {
  color: #ffffff !important;
}
.text-white a:hover {
  color: #ffffff !important;
}
.overlay {
  position: relative;
}
ul.list-none {
  margin: 0;
  padding: 0;
  list-style: none;
}
.br-top-ebebeb {
  border-top: 1px solid #ebebeb;
}
.height-60 {
  height: 60px;
}
.pb-55 {
  padding-bottom: 55px !important;
}
.pt-60 {
  padding-top: 60px;
}
.footer-area.bg-1 {
	background-color:#005ea6;
  padding: 60PX 0;
}
.footer-area.bg-1::before {
	background: rgba(0, 0, 0, 0) url("../img/footer-bg.png") no-repeat scroll center center / cover ;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:"";
	z-index:1;
	opacity:.20;
}
.footer-area.overlay .container {
	position:relative;
	z-index:2;
}
.footer-top {}
.footer-widget {}
.footer-logo img {
	margin-bottom:35px;
}
.footer-logo ul {}
.footer-logo ul li {}
.subscribe-form {
	position:relative;
}
.subscribe-form-inner {
	box-shadow: 2.5px 4.33px 27px 0px rgba( 98, 143, 144, .15 );
}
.subscribe-form input {
	height:50px;
	border:0;
	box-shadow: 2.5px 4.33px 27px 0px rgb( 98, 143, 144, .15 );
	width:100%;
	border-radius:10px;
	padding-left:20px;
}
.subscribe-form input::placeholder {
	color:#c4c4c4;
}
.subscribe-form button {
    background-color: #fb5c71;
    color: #ffffff;
    font-size: 16px;
    border: 0;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 10px 10px 0;
}
.subscribe-form p {
	margin:20px 0 0 0;
	font-size:16px;
}
.subscribe-form.style-3 input {
	border-radius:50px;
}
.subscribe-form.style-3 button {
    height: auto;
    width: auto;
    border-radius: 0 50px 50px 0;
    padding: 0 30px;
}
.subscribe-text h3 {
	font-size:36px;
}
.subscribe-text p {
	font-size:18px;
	color:#8b9094;
	margin-bottom:0;
}
.footer-widget-title h4 {
	font-size:20px;
	color:#222222;
	display:inline-block;
	position:relative;
	margin-bottom:35px;
}
.footer-widget-title h4::after {
	background-color:#fdadb8;
	height:3px;
	width:100%;
	position:absolute;
	left:0;
	bottom:2px;
	content:"";
	z-index:1;
}
.footer-widget-title h4 span {
	position:relative;
	z-index:2;
}
.footer-widget-title.style-2 h4 {
	color:#ffffff;
}
.footer-widget-title.style-2 h4::after {
	background-color:#fb5c71;
	opacity:.50;
}
.footer-widget {}
.footer-widget ul {}
.footer-widget ul li {
	display:block;
	margin-bottom:10px;
}
.footer-widget ul li a {
	font-size:16px;
	color:#8b9094;
}
.footer-widget ul li a:hover {
	color:#fb5c71;
}
.footer-contact h5 {
	font-size:22px;
	color:#fb5c71;
	margin-bottom:10px;
}
.footer-contact.style-2 h5 {
	color:#ffffff;
  text-align: left;
}
.footer-contact ul li {
	margin-bottom:6px;
}
.social-icons.style-2 a {
	font-size:16px;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	border:1px solid #feced4;
	border-radius:100%;
	color:#222222;
}
.social-icons.style-2 a:hover {
	background-color:#fb5c71;
	border-color:#fb5c71;
	color:#ffffff;
}
.social-icons.style-4 a {
	background-color:#468c8e;
	border-color:#468c8e;
}
.footer-copyright p {
	margin-bottom:0;
	font-size:16px;
}
.footer-menu{float: right;}
.footer-menu ul {}
.footer-menu ul li {
	display:inline-block;
	margin-right:25px;
}
.footer-menu ul li:last-child {
	margin-right:0;
}
.footer-menu ul li a {
	font-size:16px;
	color:#8b9094;
}
.footer-menu ul li a:hover {
	color:#fb5c71;
}



/* footer social icons */
ul.social-network {
  list-style: none;
  display: block;
  margin-left: 0 !important;
  padding: 0;
  text-align: center;
}

ul.social-network li {
  margin: 15px 15px;
}

ul.social-network li::before {
  display: none;
}

.social-network a.icoRss:hover {
  background-color: #F56505;
}

.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
  background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
  background-color: #BD3518;
}

.social-network a.icoVimeo:hover {
  background-color: #0590B8;
}

.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}

.social-network a.icoYoutube:hover {
  background-color: #cc0000;
}

.social-network a.icoInstagram:hover {
  background-color: #c8008b;
}

.social-network a.icoWhatsapp:hover {
  background-color: #189d0e;
}

.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i,
.social-network a.icoYoutube:hover i,
.social-network a.icoInstagram:hover i {
  color: var(--color-white);
}

a.socialIcon:hover,
.socialHoverClass {
  color: #44BCDD;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 35px;
  height: 35px;
  background: white;
  border: 0px solid var(--color-white);
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, .20) !important;
}

.social-circle li i {
  margin: 0;
  line-height: 35px;
  text-align: center;
  font-size: 15px !important;
  padding: 0 !important;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: var(--color-black);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

/* footer social icons */

.rwd-table {
  margin: auto;
  min-width: 300px;
  max-width: 100%;
  border-collapse: collapse;
}

.rwd-table thead tr:first-child {
  border-top: none;
  background: var(--color-black);
  color: #fff;
}

.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: rgba(0, 0, 0, .01);
}

.rwd-table.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #fbfbfb !important;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td:first-child {
  margin-top: .5em;
}

.rwd-table td:last-child {
  margin-bottom: .5em;
}

.rwd-table td:before {
  content: attr(data-th) " : ";
  font-weight: bold;
  display: inline-block;
  color: #000;
  padding-right: 15px;
}

.rwd-table th,
.rwd-table td {
  text-align: left;
}

.rwd-table {
  color: #333;
  overflow: hidden;
  margin-bottom: 30px;
}

.rwd-table tr {
  border-color: #bfbfbf;
}

.rwd-table th,
.rwd-table td {
  padding: .5em 1em;
}

@media screen and (max-width: 601px) {
  .rwd-table tr:nth-child(2) {
    border-top: none;
  }

  .table-bordered {
    border: 0px;
  }
}

@media screen and (min-width: 600px) {
  .rwd-table tr:hover {
    background-color: #fff !important;
  }

  .rwd-table thead tr:hover {
    background: var(--color-black) !important;
  }

  .rwd-table td:before {
    display: none;
  }

  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }

  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }

  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }

  .rwd-table th,
  .rwd-table td {
    padding: 1em !important;
  }
}

.inner-banner {
  position: relative;
  z-index: 0;
  margin-top: -90px;
  padding: 0;
}

.inner-banner::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0px;
  right: 0px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255 255 255 / 70%);
}

.inner-banner .container {
  position: absolute;
  min-height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}

.inner-banner h1 {
  color: var(--color-white);
  font-size: 40px;
  font-weight: 500;
  position: absolute;
  right: 0;
  bottom: 40px;
  left: 15px;
}

.inner-banner .inner-breadcrumb {
  position: absolute;
  right: 0;
  bottom: 0px;
  left: 15px;
}

.inner-banner .inner-breadcrumb ol.breadcrumb {
  font-size: 15px;
  font-weight: 500;
}

.inner-banner .inner-breadcrumb ol.breadcrumb .breadcrumb-item {
  color: var(--color-white);
}

.inner-banner .inner-breadcrumb ol.breadcrumb .breadcrumb-item a {
  color: var(--color-white);
}

.inner-banner .inner-breadcrumb ol.breadcrumb .breadcrumb-item a:hover {
  color: var(--color-yellow);
}

.inner-banner .inner-breadcrumb ol.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  color: var(--color-white);
}

.inner-banner img {
  min-width: 100%;
}

.inner-bg {
  padding: 60px 0;
}

.inner-bg h2 {
  font-size: 40px;
  font-weight: 500;
  color: var(--color-blue);
  margin-bottom: 30px;
  position: relative;
  z-index: 0;
}

.inner-bg h2::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  right: 170px;
  width: 150px;
  height: 128px;
  background: url(../img/curve-2.png);
  background-size: cover;
  opacity: 0.8;
}

.inner-bg h2 span {
  display: block;
}

.vision-box {
  padding: 40px 20px;
}

.vision-box h3 {
  color: var(--color-blue);
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 20px;
}

.vision-box.br {
  border-right: 1px solid #000000b3;
}

.inner-connect-bg {
  padding: 200px 0 80px 0;
  background: url(../img/inner-connect-bg.jpg);
  background-size: cover;
  background-position: center;
  color: var(--color-white);
}

.inner-connect-bg h3 {
  font-size: 32px;
  font-weight: 500;
  margin: 0;
}

.director-box-img {
  position: relative;
  z-index: 0;
}

.director-box-img::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 110px;
  right: -20px;
  width: 150px;
  height: 128px;
  background: url(../img/curve-2.png);
  background-size: cover;
  opacity: 0.8;
}

.director-box-name h4 {
  font-size: 23px;
  font-weight: 600;
  line-height: 30px;
}

.director-box-name h4 span {
  font-size: 18px;
  color: #ACACAC;
  display: block;
}

.awards-head {
  position: relative;
  z-index: 0;
  text-align: center;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 30px;
  margin-top: 30px;
}

.awards-head::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 22px;
  right: 0px;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 1px;
  background: #1E1E1E;
  margin: 0 auto;
}

.awards-head span {
  background: var(--color-white);
  padding: 0 8px;
}

.awards-box {
  margin-top: 10px;
  margin-bottom: 40px;
}

.awards-box img {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .30) !important;
  width: 92%;
  margin: 0 auto;
  display: block;
}

.awards-box a h3 {
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  margin: 15px 0 0 0;
}

.awards-gallery-box {
  margin-top: 10px;
  margin-bottom: 40px;
}

.awards-gallery-box img {
  width: 93%;
  margin: 0 auto;
  display: block;
}

.awards-box a:hover,
.awards-gallery-box a:hover {
  opacity: 0.8;
}

.news-box {
  padding: 40px;
  margin: 15px 0;
  border-radius: 10px;
  background: #F2F2F2;
}

.news-box img {
  border-radius: 10px;
}

.news-box .news-content-box {
  position: relative;
  z-index: 0;
  padding-left: 20px;
}

.news-box .news-content-box h3 {
  font-size: 20px;
  font-weight: 600;
  width: 85%;
  margin-bottom: 15px;
  line-height: 27px;
}

.news-box .news-content-box h4 {
  background: var(--color-yellow);
  color: var(--color-black);
  font-size: 20px;
  font-weight: 600;
  padding: 10px;
  position: absolute;
  top: -40px;
  right: 10px;
}

.news-box .news-content-box h4 span {
  display: block;
  font-size: 14px;
}

.news-box .news-content-box a {
  color: var(--color-blue);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.news-box .news-detail-image img {
  display: block;
  margin: 15px 0;
}

.clients-box.br {
  border-right: 1px solid #ACACAC;
}

.clients-box {
  padding: 30px 60px;
}

.contact-address-box h3 {
  color: var(--color-blue);
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 20px;
}

.contact-address-box.br {
  border-right: 1px solid #ACACAC;
}

.contact-form-bg {
  background: var(--color-white);
  padding: 40px 50px 60px 50px;
  border-radius: 30px;
  box-shadow: 0 .5rem 2rem rgba(1, 101, 187, 0.1) !important;
}

.contact-form-bg input,
.contact-form-bg input.form-control:focus,
.contact-form-bg textarea,
.contact-form-bg textarea.form-control:focus {
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: 1px solid #8d8d8d !important;
  box-shadow: none;
}

.contact-form-bg select,
.contact-form-bg select.form-control:focus {
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: 1px solid #8d8d8d !important;
  box-shadow: none;
  cursor: pointer
}

.contact-form-bg select option {
  padding: 5px;
  cursor: pointer;
  border-bottom: 1px dashed #8d8d8d !important;
  color: #000;
}

.contact-form-bg input,
.contact-form-bg select,
.contact-form-bg textarea,
.contact-form-bg select {
  border-radius: 0;
  background-color: transparent !important;
  margin-top: 12px;
  margin-bottom: 12px;
  color: #231f20 !important;
  padding: 0;
  height: 45px;
  border-bottom: 1px solid #231f20 !important;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}

.contact-form-bg input,
.contact-form-bg select,
.contact-form-bg textarea {
  color: #231f20 !important;
  font-size: 14px;
}

.contact-form-bg select {
  color: #8d8d8d;
}

.form-control::-webkit-input-placeholder {
  color: #8d8d8d !important
}

.form-control::-moz-placeholder {
  color: #8d8d8d !important
}

.form-control:-ms-input-placeholder {
  color: #8d8d8d !important
}

.contact-form-bg button {
  padding: 15px 40px;
  font-size: 14px;
}

.contact-form-bg .submit-btn {
  margin: 30px auto 0 auto;
  display: block;
  background: var(--color-blue) !important;
  border: 2px solid var(--color-blue) !important;
  color: var(--color-white) !important;
  padding: 5px 50px;
  border-radius: 10px;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.contact-form-bg .submit-btn:hover {
  background: transparent !important;
  color: var(--color-blue) !important;
  border: 2px solid var(--color-blue) !important;
}

.contact-form-bg .form-check input {
  height: 1em;
  margin-top: 0.25em;
  border: 1px solid #8d8d8d !important;
}

.contact-form-bg .form-check-input:checked {
  background-color: var(--color-blue) !important;
  border-color: var(--color-blue) !important;
}

.contact-form-bg select option selected {
  color: red;
}

.contact-head-box {
  margin-right: 30px;
}

.inner-service-bg {
  padding: 100px 0 0px 0;
}

.inner-service-bg h2 {
  color: var(--color-blue);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

.inner-service-bg h3 {
  color: var(--color-blue);
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
}

.static-equipment-box {
  flex: 0 0 auto;
  width: 22%;
  border-radius: 10px;
  margin: 1.5% 1.5%;
  padding: 0;
  background: var(--color-white);
  box-shadow: 0px 30px 60px rgba(1, 101, 187, 0.1);
}

.static-equipment-box-image {
  position: relative;
  z-index: 0;
}

.static-equipment-box-image:before {
  content: '';
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

.static-equipment-box-image h5 {
  position: absolute;
  color: var(--color-white);
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.static-equipment-box-image img {
  border-radius: 10px;
}

.static-equipment-box-content {
  padding: 20px;
}

.static-equipment-box-content ul {
  margin: 0;
  padding: 0;
}

.static-equipment-box-content ul li {
  font-size: 14px;
  font-weight: 400;
  padding: 2px 0 2px 15px;
  list-style: none;
  position: relative;
  z-index: 0;
}

.static-equipment-box-content ul li::before {
  content: "\f192";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  left: 0px;
  top: 7px;
  font-size: 5px;
  font-weight: 900;
  color: var(--color-black);
}

.static-equipment-box-content ul li a:hover {
  color: var(--color-blue);
}

.service-common-box {
  flex: 0 0 auto;
  width: 22%;
  border-radius: 10px;
  margin: 1.5% 1.5%;
  padding: 0;
}

/* .service-common-box-image:before{content:''; position: absolute; top: 0px; right: 0; bottom: 0; left: 0; background:rgba(255,255,255,1);border-radius: 10px;}
.service-common-box-image:hover:before{background: #333;} 
.service-common-box-image h5{position: absolute; top: 0px; right: 15px; bottom: 0; left: 15px; text-align: center; margin: 0; font-size: 16px; line-height: 24px; font-weight: 600; display: flex; align-items: center; justify-content: center;}
.service-common-box-image img{border-radius: 15px; display: none;}*/
.service-common-box-image img {
  display: none;
}

.service-common-box-image a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-black);
  border-radius: 10px;
  background: #dcdcdc;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  text-align: center;
  padding: 20px 20px;
  min-height: 120px;
  position: relative;
  z-index: 0;
}

.service-common-box-image a:before {
  content: '';
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  border: 4px solid #fff;
  border-radius: 10px;
}

.service-common-box-image a:hover:before {
  content: '';
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  border: 4px solid #dcdcdc;
  border-radius: 10px;
}

.service-common-box-image h5 {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.service-common-box-image a:hover {
  color: var(--color-blue);
  background: var(--color-white);
  box-shadow: 0 .5rem 3rem rgba(0, 0, 0, .30) !important;
}

ul.service-list {
  margin: 0 0 15px 0;
  padding: 0;
}

ul.service-list li {
  font-size: 14px;
  font-weight: 400;
  padding: 5px 0 5px 20px;
  list-style: none;
  position: relative;
  z-index: 0;
}

ul.service-list li::before {
  content: "\f192";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  left: 5px;
  top: 12px;
  font-size: 5px;
  font-weight: 900;
  color: var(--color-black);
}

.top-service-image {
  padding-left: 40px;
}

.top-service-image img {
  border-radius: 10px;
}

.inner-service-icon-bg {
  padding: 40px 40px;
}

.inner-service-icon-box {
  text-align: center;
  margin: 20px 0;
}

.inner-service-icon-box img {
  margin-bottom: 20px;
  width: 25%;
}

.inner-service-icon-box h3 {
  color: var(--color-blue);
  font-size: 16px;
  font-weight: 600;
}

.inner-service-icon-box h3 span {
  display: block;
}

.inner-service-icon-bg .line {
  border-bottom: 1px solid #ACACAC;
}

.inner-service-icon-box.br {
  border-right: 1px solid #ACACAC;
}

.inner-service-equipment-bg {
  padding: 40px 0;
}

.inner-service-equipment-bg .container {
  border-radius: 20px;
  background: #F8F8F8;
  padding: 60px;
}

.inner-service-equipment-bg h2 {
  color: var(--color-blue);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.inner-service-equipment-image img {
  border-radius: 15px;
}

.service-gallery-bg {
  padding: 40px 150px 40px 150px;
  position: relative;
  z-index: 0;
}

.service-gallery-bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 230px;
  right: 55px;
  width: 150px;
  height: 128px;
  background: url(../img/curve-2.png);
  background-size: cover;
  opacity: 0.9;
}

.service-gallery-bg h2 {
  color: var(--color-blue);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

.service-gallery-box {
  margin: 12px 0;
}

.service-gallery-box a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.service-gallery-box a img {
  border-radius: 10px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.service-gallery-box a:hover img {
  opacity: 0.7;
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.service-gallery-box a:hover {
  background: var(--color-black);
}

.inner-partner-bg {
  padding: 80px 0;
}

.inner-partner-bg h2 {
  color: var(--color-blue);
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ACACAC;
}

.inner-partner-box {
  padding: 30px 60px;
}

.for-xs {
  display: none !important;
}

.news-detail-image img {
  width: 100%;
  object-fit: cover;
}

.home-video-bg {
  padding: 0 40px;
}

.home-video-bg h2 {
  text-align: center;
}

/* .home-video-bg h2{position: relative; top: -60px;} */
/* .home-video-bg-top{position: relative; top: -65px;} */
.home-video-box a {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.home-video-box a::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 0px;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .4);
  border-radius: 10px;
}

.home-video-box a::after {
  content: "";
  position: absolute;
  z-index: 1;
  background: url(../img/video-btn.png);
  background-size: cover;
  width: 100px;
  height: 100px;
}

.home-video-box a img {
  border-radius: 10px;
  width: 100%;
  height: 168px;
  object-fit: cover;
}

.home-video-box a:hover::after {
  opacity: 0.5;
}

.home-video-box a:hover::before {
  background: rgba(0, 0, 0, .7);
}

.home-video-content-box h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}


.program-search {
  position: relative !important;
}

.careers-main-bg {
  position: relative;
  z-index: 0;
}

.careers-main-bg::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -30px;
  right: 180px;
  width: 200px;
  height: 171px;
  background: url(../img/curve-4.png);
  background-size: cover;
  opacity: 1;
}

.careers-main-bg h2 {
  line-height: 40px;
}

.careers-main-bg h2 small {
  display: block;
  font-size: 22px;
  color: #ACACAC;
}

.careers-bg {
  background: var(--color-white);
  padding: 80px 50px;
  border-radius: 20px;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.10);
  position: relative;
  z-index: 0;
  width: 100%;
}

.careers-bg h3 {
  color: var(--color-blue);
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 40px;
}

.careers-bg form input,
.careers-bg form input:focus,
.careers-bg form select:focus {
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none;
  box-shadow: none;
}

.careers-bg form input {
  border-radius: 11px;
  background: #F8F8F8;
  padding: 18px 25px;
}

.careers-bg form input:focus {
  background: #ededed;
}

.careers-bg form label {
  font-size: 16px;
}

.careers-bg form select {
  background-color: #F8F8F8;
  padding: 10px 15px;
  border: 0;
}

.careers-bg form select:focus {
  background-color: #ededed;
}

.careers-bg form button {
  background: var(--color-blue);
  color: var(--color-white);
  padding: 15px 60px;
  border: 1px solid var(--color-blue);
  border-radius: 10px;
}

.careers-bg form button:focus {
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none;
  box-shadow: none;
}

.careers-bg form button:hover {
  background: var(--color-white);
  color: var(--color-blue);
  border: 1px solid var(--color-blue);
}

.careers-find-more-bg {
  padding: 40px 0 60px 0;
}

.careers-find-more-bg h2 {
  text-align: center;
  color: var(--color-blue);
  font-size: 25px;
  margin-bottom: 20px;
}

.careers-find-more-bg-box {
  background: var(--color-white);
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.10);
  color: var(--color-blue);
  margin-bottom: 30px;
}

.careers-find-more-bg-box h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}

.careers-find-more-bg-box h3 span {
  position: absolute;
  right: 0;
  font-size: 26px;
}

.careers-find-more-bg-box h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
}

.careers-find-more-bg-box h4 span {
  color: #ACACAC;
  font-size: 14px;
  font-weight: 400;
  display: block;
}


.careers-find-more-bg-box .btn-two-full {
  margin: 0 15px 0 0;
  border-radius: 10px;
}

.careers-find-more-bg-box .btn-two {
  margin: 0 15px 0 0;
  border-radius: 10px;
}

.careers-team-bg {
  padding: 140px 0 180px 0;
  position: relative;
  z-index: 0;
}

.careers-team-bg::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -40px;
  left: -100px;
  width: 580px;
  height: 821px;
  background: url(../img/careers-team-bg.png);
  background-size: cover;
  opacity: 1;
}

.careers-team-bg h2 {
  color: #ACACAC;
  font-size: 70px;
  font-weight: 600;
  line-height: 70px;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
}

.careers-team-bg h2 span {
  color: var(--color-yellow);
}

.careers-team-bg-success {
  position: absolute;
  bottom: -25px;
  left: -560px;
  right: 0;
  text-align: center;
}

.careers-team-bg-success h3 {
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 600;
  color: #D9D9D9;
}

.careers-team-form-bg {
  background: var(--color-white);
  padding: 40px 50px 60px 50px;
  border-radius: 30px;
  box-shadow: 0 .5rem 2rem rgba(1, 101, 187, 0.1) !important;
}

.careers-team-form-bg input,
.careers-team-form-bg input.form-control:focus,
.careers-team-form-bg textarea,
.careers-team-form-bg textarea.form-control:focus {
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: 1px solid #8d8d8d !important;
  box-shadow: none;
}

.careers-team-form-bg select,
.careers-team-form-bg select.form-control:focus {
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: 1px solid #8d8d8d !important;
  box-shadow: none;
  cursor: pointer
}

.careers-team-form-bg select option {
  padding: 5px;
  cursor: pointer;
  border-bottom: 1px dashed #8d8d8d !important;
  color: #000;
}

.careers-team-form-bg input,
.careers-team-form-bg select,
.careers-team-form-bg textarea,
.careers-team-form-bg select {
  border-radius: 0;
  background-color: transparent !important;
  margin-top: 12px;
  margin-bottom: 12px;
  color: #231f20 !important;
  padding: 0;
  height: 45px;
  border-bottom: 1px solid #231f20 !important;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}

.careers-team-form-bg input,
.careers-team-form-bg select,
.careers-team-form-bg textarea {
  color: #231f20 !important;
  font-size: 14px;
}

.careers-team-form-bg select {
  color: #8d8d8d;
}

.form-control::-webkit-input-placeholder {
  color: #8d8d8d !important
}

.form-control::-moz-placeholder {
  color: #8d8d8d !important
}

.form-control:-ms-input-placeholder {
  color: #8d8d8d !important
}

.careers-team-form-bg button {
  padding: 15px 40px;
  font-size: 14px;
}

.careers-team-form-bg .submit-btn {
  margin: 30px auto 0 auto;
  display: block;
  background: var(--color-blue) !important;
  border: 2px solid var(--color-blue) !important;
  color: var(--color-white) !important;
  padding: 5px 50px;
  border-radius: 10px;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.careers-team-form-bg .submit-btn:hover {
  background: transparent !important;
  color: var(--color-blue) !important;
  border: 2px solid var(--color-blue) !important;
}

.careers-team-form-bg .form-check input {
  height: 1em;
  margin-top: 0.25em;
  border: 1px solid #8d8d8d !important;
}

.careers-team-form-bg .form-check-input:checked {
  background-color: var(--color-blue) !important;
  border-color: var(--color-blue) !important;
}

.careers-team-form-bg select option selected {
  color: red;
}


.careers-find-more-tab.r-tabs .r-tabs-nav {
  text-align: center;
  border: 0;
}

.careers-find-more-tab.r-tabs .r-tabs-nav .r-tabs-anchor {
  background: var(--color-white);
  color: var(--color-blue);
  border: 1px solid var(--color-blue);
  padding: 10px 25px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
}

.careers-find-more-tab.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  background: var(--color-blue);
  color: var(--color-white);
  border: 1px solid var(--color-blue);
}

.careers-find-more-tab.r-tabs .r-tabs-nav .r-tabs-state-active {
  border: 0;
  background: transparent;
}

.careers-find-more-tab.r-tabs .r-tabs-nav .r-tabs-tab {
  margin: 0 8px;
}

.careers-find-more-tab.r-tabs .r-tabs-panel {
  border: 0;
}

.careers-find-more-tab.r-tabs .r-tabs-panel ul {
  margin: 0;
  padding: 0;
}

.careers-find-more-tab.r-tabs .r-tabs-panel ul li {
  width: 100%;
  margin: 6px 0 6px 16px;
  list-style: circle;
}

.careers-find-more-tab.r-tabs .r-tabs-panel ul li a {
  font-size: 20px;
  font-weight: 600;
}

.careers-find-more-tab.r-tabs .r-tabs-panel ul li a:hover {
  color: var(--color-blue);
}

.inner-contact-bg h2 {
  margin-bottom: 60px;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
}

.inner-contact-bg h2::before {
  display: none;
}

.inner-brochure-bg {
  padding: 80px 0;
  background: #F4F4F4;
}

.inner-brochure-bg h3 {
  margin: 0;
}


.aboutsection {
  padding: 80px 0;
}

.aboutsection h2 {
  color: #F3A74E;
  font-size: 45px;
  font-weight: 600;
  padding-bottom: 30px;
}

.aboutsection h2 span {
  display: block;
  color: #61402A;
}

.visionsection {
  background: #61402A;
  color: white;
  padding: 50px;
}

.visionsection h2 {
  color: #F3A74E;
  text-align: center;
  padding: 10px 0;
}

.uniquesection {
  padding: 80px 0 60px;
  background-image: url('../img/aboutus/bgkbt.jpg');
  background-repeat: no-repeat;
}

.uniquesection h2 {
  font-size: 35px;
  font-weight: 600;
  padding-bottom: 20px;
}

.uniquesection h1 {
  color: #F3A74E;
  font-size: 25px;
  font-weight: 500;
  padding-top: 15px;
}

.uniquesection p {
  padding: 0 20px 0;
}

.uniquesection img {
  border-radius: 33px;
  margin: 6px 0;
}

.productsection {
  padding: 80px;
}

.productsection h2 {
  text-align: center;
  font-weight: 600;
  font-size: 36px;
  padding-bottom: 30px;
}

.productsection span {
  display: block;
  color: #F3A74E;
}

.productsection .products {
  width: 19%;
  text-align: center;
  display: inline-block;
  border: 1px solid #fff;
  transition: all .4s ease-in-out;
}

.productsection .products:hover {
  border: 1px solid #F3A74E;
  border-radius: 10px;
  transition: all .4s ease-in-out;
}

.productsection .products p {
  text-align: center;
  color: #61402A;
  font-size: 20px;
  font-weight: 600;
  padding-top: 20px;
}

.breadcrumb {
  position: absolute;
  bottom: 45px;
  right: 150px;
}

.breadcrumb li {
  color: #005ea6 !important;
  ;
  font-size: 30px;
  font-weight: 600;
}

.paads {
  padding: 0 15px 0 30px;
}

.text-align-center-md {
  text-align: center;
}


.productlist {
  padding: 40px 0 80px;
}

.productlist .text1 {
  position: relative;
  padding: 50px 0;
}

.productlist .text1::after {
  content: '';
  position: absolute;
  background-image: url('../img/left.png');
  width: 70%;
  height: 12px;
  right: -144px;
  top: 130px;
}

.productlist .text1 h1 {
  color: #61402A;
  font-weight: 600;
  font-size: 36px;
}

.productlist .text2 {
  position: relative;
  padding: 70px 0;
}

.productlist .text2::after {
  content: '';
  position: absolute;
  background-image: url('../img/left.png');
  width: 70%;
  height: 12px;
  right: -160px;
  top: 130px;
}

.productlist .text2 h1 {
  color: #61402A;
  font-weight: 600;
  font-size: 30px;
}

.productlist .text3 {
  position: relative;
  padding: 50px 0;
}

.productlist .text3::after {
  content: '';
  position: absolute;
  background-image: url('../img/right.png');
  width: 80%;
  height: 12px;
  left: -152px;

  top: 130px;
}

.productlist .text3 h1 {
  color: #61402A;
  font-weight: 600;
  font-size: 36px;
}

.productlist .text4 {
  position: relative;
  padding: 70px 0;
}

.productlist .text4::after {
  content: '';
  position: absolute;
  background-image: url('../img/right.png');
  width: 80%;
  height: 12px;
  left: -152px;

  top: 130px;
}

.productlist .text4 h1 {
  color: #61402A;
  font-weight: 600;
  font-size: 30px;
}

.process {
  background-image: url('../img/cashewft.png');
  padding: 80px;
  background-repeat: no-repeat;
  width: 95%;
  margin: 0 auto;
  border-radius: 30px;
  background-size: cover;
}

.process h2 {
  font-size: 40px;
  color: white;
  text-align: end;
  font-weight: 600;
}

.process p {
  text-align: end;
  color: white;
  padding-bottom: 20px;
}

.process h2 span {
  display: block;
  color: #F3A74E;
  padding-bottom: 20px;
}

.processone {
  background-image: url('../img/product/1b.jpg');
  padding: 80px;
  background-repeat: no-repeat;
  width: 95%;
  margin: 0 auto;
  border-radius: 30px;
  background-size: cover;
}

.processone h2 {
  font-size: 40px;
  color: white;
  text-align: end;
  font-weight: 600;
}

.processone p {
  text-align: end;
  color: white;
  padding-bottom: 20px;
}

.processone h2 span {
  display: block;
  color: #F3A74E;
  padding-bottom: 20px;
}


.processtwo {
  background-image: url('../img/product/2b.jpg');
  padding: 80px;
  background-repeat: no-repeat;
  width: 95%;
  margin: 0 auto;
  border-radius: 30px;
  background-size: cover;
}

.processtwo h2 {
  font-size: 40px;
  color: white;
  text-align: end;
  font-weight: 600;
}

.processtwo p {
  text-align: end;
  color: white;
  padding-bottom: 20px;
}

.processtwo h2 span {
  display: block;
  color: #F3A74E;
  padding-bottom: 20px;
}

.processfour {
  background-image: url('../img/product/4b.jpg');
  padding: 80px;
  background-repeat: no-repeat;
  width: 95%;
  margin: 0 auto;
  border-radius: 30px;
  background-size: cover;
}

.processfour h2 {
  font-size: 40px;
  color: white;
  text-align: end;
  font-weight: 600;
}

.processfour p {
  text-align: end;
  color: white;
  padding-bottom: 20px;
}

.processfour h2 span {
  display: block;
  color: #F3A74E;
  padding-bottom: 20px;
}

.processthree {
  background-image: url('../img/product/3b.jpg');
  padding: 80px;
  background-repeat: no-repeat;
  width: 95%;
  margin: 0 auto;
  border-radius: 30px;
  background-size: cover;
}

.processthree h2 {
  font-size: 40px;
  color: white;
  text-align: end;
  font-weight: 600;
}

.processthree p {
  text-align: end;
  color: white;
  padding-bottom: 20px;
}

.processthree h2 span {
  display: block;
  color: #F3A74E;
  padding-bottom: 20px;
}

.justify-content {
  justify-content: center;
}

.ourteamsection {
  padding: 80px 0;
}

.ourteamsection h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 40px;
}

.ourteamsection span {
  color: #F3A74E;
}

.ourteamsection .teambox {
  margin: 50px 0;
  background: #61402A;
  border-radius: 21px;
  color: white;
}

.ourteamsection .teambox h1 {
  color: white;
}

.ourteamsection .pad {
  padding: 50px 50px 0;
}

.ourteamsection .teamboxone {
  background: #FFF7ED;
  border-radius: 21px;
  color: black;
  margin: 50px 0;
}

.ourteamsection .teamboxone h1 {
  color: #61402A;
}

.contactsection {
  background-image: url('../img/contactbgk.jpg');
  padding: 60px;
}

.contactsection img {
  border-radius: 20px;
}

.contactsection h2 {
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 30px;
}

.contactsection span {
  color: #F3A74E;
}

.contactsection .btn {
  background: #F3A74E;
  border: 1px solid #F3A74E;
  border-radius: 50px;
  padding: 10px 20px;
}

.contactsection .btn:hover {
  background: #ffffff;
  border: 1px solid #F3A74E;
  color: #F3A74E;
  border-radius: 50px;
  padding: 10px 20px;
}
.ml-80 {
  margin-left: 80px;
}
.mt-45{margin-top: 45px;}
.mt-90{ margin-top: 90px;}
.mapsection {
  background: #331B0AE5;
  padding: 30px;
  color: white;
}

.mapsection h1 {
  color: #F7A52F;
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 15px;
}

.mapsection .maprow {
  background: #61402A;
  text-align: center;
  padding: 10px;
}

.mapsection .maprow p {
  color: #F7A52F;
  text-align: center;
  font-size: 15px;
  padding-top: 10px;
}
/*----------------------------------------*/
/*  10.  Work Process
/*----------------------------------------*/
.work-process-area {
	position:relative;
}
.work-process-area.bg-1 {
	background: rgba(0, 0, 0, 0) url("../img/1.png") no-repeat scroll center bottom / contain ;
}
.work-process-area.bg-2::before {
	position:absolute;
	left:0;
	bottom:-7px;
	width:100%;
	z-index:1;
	content:url(assets/images/bg/7.png);
}
.work-process-area .row {
	position:relative;
}
.work-process-area .work-process-inner::before {}
.work-process-inner .col-lg-3 {
	padding-left:60px;
	padding-right:60px;
}
.process-single {
	background-color:#ffffff;
    text-align: center;
    box-shadow: 5.5px 9.526px 43px 0px rgba( 98, 143, 144, .15 );
    border-radius: 50px;
    padding-top: 50px;
    position: relative;
    padding-bottom: 50px;
    overflow: hidden;
	z-index:2;
}
.process-single i {
	font-size:48px;
	color:#de5b9e;
}
.process-single h4 {
	font-size:24px;
	color:#005ea6;
}
.process-single span {
	font-size: 80px;
	color: #de5b9e;
	opacity: .20;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
}


@media(min-width:320px) and (max-width:1080px) {
  .breadcrumb {
    display: none;
    bottom: 0px;
    left: 0px;
    right: 0px;
  }

  .breadcrumb li {
    font-size: 20px;
    font-weight: 500;
}
  .slider,
  .inner-banner {
    margin-top: 64px;
  }

  .inner-banner img {
    min-width: 100%;
    height: 130px;
    object-fit: cover;
  }

  .hidden-xs,
  .for-md {
    display: none !important;
  }

  .for-xs {
    display: block !important;
  }

  ::-webkit-scrollbar {
    width: 0px;
  }

  .Morder-1 {
    order: 1;
    -webkit-order: 1;
  }

  .Morder-2 {
    order: 2;
    -webkit-order: 2;
  }

  .Morder-3 {
    order: 3;
    -webkit-order: 3;
  }

  .Morder-4 {
    order: 4;
    -webkit-order: 4;
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 1.1rem;
    height: 1.1rem;
  }

  .slider .carousel-control-next,
  .slider .carousel-control-prev {
    bottom: 5px;
  }
  .section-title {
    font-size: 18px;
    margin-bottom: 5px !important;
}
.section-title h3 span {
    font-size: 35px !important;
}
.section-title h3::after {
  height: 4px !important;
  bottom: 5px !important;
  
}
.section {
  padding: 40px 0 !important;
}
  footer .text-end {
    text-align: center !important;
  }

  footer {
    padding: 40px 0 0;
    text-align: center;
  }

  .footerextra-Mt {
    margin-top: 20px;
  }

  footer .footer-list {
    margin-top: 10px;
  }

  .back-to-top {
    bottom: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  ul.footerextra {
    margin: 30px 0 40px;
  }

  footer .copy {
    padding: 30px 0 30px 0;
    margin-top: 20px;
  }

  footer .copy .copy-right {
    text-align: center;
  }

  footer .copy .copy-center {
    padding-top: 20px;
    line-height: 24px;
  }

  footer .copy .copy-center i {
    display: none;
  }

  footer .copy .copy-center span {
    display: block;
  }

  footer .footer-list h3 span {
    display: block;
    margin-right: 0;
    text-transform: uppercase;
  }

  ul.footerextra li {
    list-style: none;
    padding: 6px 12px 6px 12px;
    position: relative;
    z-index: 0;
  }

  ul.footerextra li::before {
    content: "\f192";
    font-family: 'Font Awesome 5 Free';
    left: -3px;
    position: absolute;
    top: 12px;
    font-weight: 900;
    color: var(--color-white);
    font-size: 6px;
  }

  footer .footer-list ul.half li {
    text-align: left;
  }

  #announcementCarousel.carousel-fade .carousel-item a {
    width: 100%;
  }

  .home-announcement-content {
    padding: 10px 15px 5px 15px;
  }

  .topSearch {
    right: 55px;
    top: 7px;
  }

  .search_icon {
    background-color: rgba(0, 0, 0, 0.1);
    height: 40px;
    width: 40px;
    font-size: 16px;
  }

  .search button {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
  }

  .search-body {
    position: relative;
    padding: 30px 15px !important;
  }

  .modal-custom {
    margin-top: 30px;
  }

  .modal-custom-bg .modal-body .close {
    right: 0;
    top: -40px;
  }

  .rwd-table td {
    width: 100%;
  }

  #announcementCarousel {
    padding: 0px 15px;
    margin-right: 0;
  }

  .footer-link-box.Nbr {
    border-right: 0px solid #D9D9D9;
  }

  .footer-link-box.Mbb {
    border-bottom: 1px solid #D9D9D9;
  }

  .footer-link-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-link-bg .container {
    bottom: 0;
  }

  .footer-link-content-bg {
    padding: 50px 20px 50px 20px !important;
    text-align: center;
  }

  .footer-link-content-bg h2 {
    font-size: 40px;
  }

  ul.social-network li {
    margin: 0 10px;
  }

  .home-search-bg {
    padding: 20px;
  }

  .home-search-bg .container {
    padding: 20px;
  }

  ul.home-search-sub-list {
    text-align: center;
  }

  ul.home-search-sub-list li {
    margin: 5px;
  }

  .home-first-section {
    padding: 40px 0;
  }

  .home-first-section h2 {
    font-size: 30px;
  }

  .centerp {
    padding: 10px 0;
  }

  .home-first-section .box {
    width: 46%;
    margin: 10px 6px;
    padding: 15px;
  }

  .home-secound-section {
    padding: 0px 0 80px;
  }

  .home-secound-section h2 {
    padding: 0;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }

  .headletter {
    text-align: center;
  }

  .padds {
    padding: 20px 0;
  }

  .home-secound-section::before {
    content: '';
    position: absolute;
    background-image: url(../img/section2/bgk2.png);
    width: 32%;
    height: 100px;
    bottom: 46px;
    right: -40px;
  }

  .text-align-center {
    text-align: center;
  }

  .home-secound-section::after {
    display: none;
  }

  .home-third-section {
    padding: 40px 0 20px;
  }

  .productbox {
    width: 88%;
    margin: 10px 10px;
    padding: 15px;
    min-height: 298px;
  }

  .productbox img {
    bottom: 6px;
  }

  .justify-content {
    justify-content: center;
  }

  .home-fourth-section .top-img {
    padding-bottom: 40px;
  }

  .home-fourth-section h2 {
    font-size: 28px;
    text-align: center;
  }

  .home-fourth-section .whybox {
    margin: 10px 0;
  }

  .home-fourth-section .whybox {
    margin: 10px 10px;
    text-align: center;
    width: 44%;
    background: #ffffff;
    box-shadow: 0px 17.77px 53.31px 0px #F3A74E33;
    border-radius: 20px;
    padding: 10px;
  }

  .home-fourth-section .whybox p {
    padding: 0;
    text-align: center;
  }

  .home-fourth-section {
    padding: 0 0 40px;
  }

  .home-fifith-section {
    padding: 50px 50px;
  }

  .padding30 {
    padding: 30px 0 0;
  }

  .home-fifith-section h2 {
    padding: 20px 0 30px;
    text-align: center;
    font-size: 30px;
  }

  .touchbox {
    padding: 30px;
    top: 25px;
  }

  .touchbox h2 {
    padding-bottom: 15px;
    text-align: center;
    line-height: 31px;
  }

  ul.social-network {
    place-self: center;
    display: flex;
  }

  .aboutsection h2 {
    text-align: center;
    padding-bottom: 10px;
    font-size: 30px;
  }

  .aboutsection {
    padding: 40px 0;
  }

  .innerbanner {
    margin-top: 60px;
  }
  .innerbanner div img{
    min-width: 100%;
  }

  .visionsection {
    text-align: center;
  }

  .visionsection p {
    text-align: center;
  }

  .uniquesection h1 {
    font-size: 15px;
    font-weight: 400;
    padding-top: 0;
  }

  .uniquesection {
    padding: 40px 0 40px;
  }

  .productsection {
    padding: 60px 10px;
  }

  .productsection h2 {
    font-size: 30px;
    padding-bottom: 10px;
  }

  .productsection .products {
    width: 47%;
    margin: 15px 0;
  }

  .justify-content {
    justify-content: center;
  }

  .productlist .text1::after {
    display: none;
  }

  .productlist .text2::after {
    display: none;
  }

  .productlist .text3::after {
    display: none;
  }

  .productlist .text4::after {
    display: none;
  }

  .paads {
    padding: 0 10px;
  }

  .productlist .text1 {
    padding: 0px 0;
  }

  .productlist .text2 {
    padding: 0px 0;
  }

  .productlist .text4 {
    padding: 0;
  }

  .productlist .text3 {
    padding: 15px 0 0
  }

  .productlist .text1 h1 {
    font-size: 20px;
  }

  .productlist .text2 h1 {
    font-size: 20px;
  }

  .productlist .text3 h1 {
    font-size: 20px;
  }

  .productlist .text4 h1 {
    font-size: 20px;
  }

  .process {
    padding: 80px 10px;
  }

  .process h2 {
    font-size: 30px;
    text-align: center;
  }

  .process p {
    text-align: center;
  }

  .productlist {
    padding: 20px 0 40px;
  }

  .processone {
    padding: 80px 10px;
  }

  .processone h2 {
    font-size: 30px;
    text-align: center;
  }

  .processone p {
    text-align: center;
  }

  .processtwo {
    padding: 80px 10px;
  }

  .processtwo h2 {
    font-size: 30px;
    text-align: center;
  }

  .processtwo p {
    text-align: center;
  }

  .processfour {
    padding: 80px 10px;
  }

  .processfour h2 {
    font-size: 30px;
    text-align: center;
  }

  .processfour p {
    text-align: center;
  }

  .processthree {
    padding: 80px 10px;
  }

  .processthree h2 {
    font-size: 30px;
    text-align: center;
  }

  .processthree p {
    text-align: center;
  }

  .ourteamsection {
    padding: 40px 0;
  }

  .ourteamsection h2 {
    font-size: 30px;
    padding-bottom: 0px;
  }

  .ourteamsection .pad {
    padding: 10px 30px 0;
  }

  .ourteamsection img {
    width: 60%;
    text-align: center;
    margin: 20px auto;
    display: block;
    border-radius: 100px;
  }

  .ourteamsection h1 {
    text-align: center;
  }


  .headletter {
    letter-spacing: 7px;
  }

  .contactsection {
    padding: 40px 10px;
  }

  .contactsection h2 {
    font-size: 30px;
    text-align: center;
  }

  .mapsection h1 {
    text-align: center;
  }


}


@media(min-width:1081px) and (max-width:1350px) {
  .careers-team-bg::before {
    left: -160px;
  }

}

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

  /*For Projectors or Higher Resolution Screens (Full HD)*/
  .container {
    width: 1890px;
  }
}

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

  /* For 4K Displays (Ultra HD) */
  .container {
    width: 3810px;
  }

  .home-industry-bg::before,
  .home-about-img-box::before,
  .inner-bg h2::before,
  .director-box-img::before,
  .service-gallery-bg::before {
    display: none;
  }
}

.section-title-border.border-inline {
  display: inline-block;
  margin-bottom: 5px;
}

.subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #818385;
 
}
.section{padding: 100px 0;}
.bg-gray {
  background: #f5f6fa !important;
}
.hover-bg-dark:hover, .hover-bg-dark.active {
  background: #252d39 !important;
}
.hover-bg-dark:hover *, .hover-bg-dark.active * {
  color: #fff !important;
}
/* /common class */
/* icon animation */
.icon-bg {
  position: relative;
  background-color: rgba(134, 195, 58, 0.2);
  display: inline-block;
  height: 100px;
  width: 100px;
  border-radius: 120px 135px 110px 90px;
}
.icon-bg::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 5px;
  background: rgba(134, 195, 58, 0.05);
  border: 2px solid #86c33a;
  border-radius: 130px 120px 160px 130px;
}
.icon-bg .icon {
  line-height: 100px;
}
.card-icon {
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: #86c33a;
  text-align: center;
  line-height: 60px !important;
  color: #fff;
  font-size: 32px;
  left: 15px;
  top: -90px;
}
.water-wave {
  position: relative;
  animation-name: water-wave;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.water-wave::before {
  animation-name: water-wave;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes water-wave {
  0% {
    border-radius: 120px 135px 110px 90px;
  }
  25% {
    border-radius: 130px 140px 100px 110px;
  }
  50% {
    border-radius: 110px 97px 150px 100px;
  }
  75% {
    border-radius: 80px 107px 120px 90px;
  }
  100% {
    border-radius: 120px 135px 110px 90px;
  }
}
.service-wrapper {
  transform: translateY(-200px);
}
.box-shadow {
  box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
}
h1, h2, h3, h4, h5, h6 {
  text-align: center;
}

.section-title {
  font-size: 18px;
  color: #767676;
  margin-bottom: 10px;
}
.section-title h3, .section-title h2 {
    color: #005ea6;
    position: relative;
    display: inline-block;
    margin: 0 0 8px 0;
    line-height: 1;
    word-break: break-word;
}
.section-title h3 span, .section-title h2 span {
  position: relative;
  z-index: 2;
  font-size: 40px;
  font-weight: 500;
}
.section-title h3::after, .section-title h2::after  {
  background-color: rgb(222 91 158 / 60%);
  height: 6px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 8px;
  content: "";
  z-index: 1;
}
.section-title h4 {
    color: #005ea6;
    position: relative;
    display: inline-block;
    margin: 0 0 8px 0;
    line-height: 1;
    word-break: break-word;
}
.section-title h4 span {
  position: relative;
  z-index: 2;
  font-size: 25px;
  font-weight: 500;
}
.section-title h4::after {
  background-color: rgb(222 91 158 / 60%);
  height: 4px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 3px;
  content: "";
  z-index: 1;
}
.icon-lg {
    font-size: 56px;
}
.text-primary {
    color: #005ea6 !important;
}

.bg-de5b9e {
  background-color: #005ea6 !important;
}
.br-radius-10 {
  border-radius: 10px;
}
.height-180 {
  height: 180px;
}
/*----------------------------------------*/
/*  16. CTA
/*----------------------------------------*/
.cta-area {margin: 60px 0;}
.call-to-action {
	background-color:#de5b9e;
	color:#ffffff;
	border-radius:10px;
}
.cta-text {
	padding-left:35px;
}
.cta-text p {
	color:#ffffff;
	margin-bottom:0; font-size: 18px;
}
.cta-text h3 {
	color:#ffffff;
	font-size:44px;
  TEXT-ALIGN: LEFT;
  FONT-WEIGHT: 500;
  margin-top: 20px;
}
.cta-text h3 a{color:#ffffff;}
.cta-text h3 a:hover{color: #de5b9e;}
.cta-btn {
	padding-right:35px;
}
.cta-btn .btn-common {
	background-color:#ffffff;
	color:#de5b9e;
	border-radius:50px;
	box-shadow: 6px 10.392px 27px 0px rgba( 251, 92, 113, .20 );
}
.cta-btn .btn-common:hover {
	background-color: #de5b9e;
	color:#ffffff;
}
.bg-fb5c71 {
  background-color: #035da8 !important ;
}
.cta-btn-2 .btn-common {
	border-color:#ffffff;
}
.cta-btn-2 .btn-common:hover {
	background-color: #ffffff;
	color: #de5b9e;
}
.height-380 {
  height: 380px;
}
.mt-25{margin-top: 25px;}
.btn-common {
  background-color: #38c3c8;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  padding: 0 20px;
  min-width: 180px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  transition: .3s;
}
.about-home h1{ text-align: center; color: #767676; font-size: 24px; margin-bottom: 25px;}
.service-single {
	display: flex;
	margin-bottom: 31px;
	transition: .3s;
	font-size: 16px;
	line-height: 26px;
  background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 15px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    padding: 20px;
}
.service-single i {
    background-image: url(../img/icon-behid.png);
    background-repeat: no-repeat;
    font-size: 42px;
    color: #de5b9e;
    align-items: center;
    flex: 0 0 96px;
    width: 96px;
    height: 90px;
    text-align: center;
    line-height: 92px;
	margin-right:15px;
}

.service-single-brief {
	padding-left:15px;
}
.service-single-brief h4 {
	font-size:22px;
	margin-bottom:10px;
	position:relative;
	display:inline-block;
}
.service-single-brief h4 span {
	position:relative;
	z-index:2;
}
.service-single-brief h4::after {
	background-color:#fdadb8;
	height:4px;
	width:0;
	position:absolute;
	left:0;
	bottom:4.5px;
	content:"";
	z-index:1;
	transition:.3s;
}
.service-single:hover h4::after {
	width:100%;
}
.service-single.style-2 {
	padding:30px 30px 20px 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
	border-radius:10px;
}
.service-single-brief a{     
  color: #fff;
  text-align: left !important;
  font-weight: 500;
  background: #005ea6;
  padding: 5px 12px;
  border-radius: 10px;}
.service-single-brief a:hover{ color: #de5b9e;}
.service-single.style-2 i, .service-single.style-4 a i {
	background:unset;
	align-items:top;
	font-size:36px;
	width:auto;
	height:auto;
	line-height:1;
	flex:0;
}
.service-single.style-2 h4::after {
	display:none;
}
.service-single.style-3 {
	display:block;
	text-align:center;
	transition:.3s;
	padding:30px;
	word-break: break-all;
	margin-bottom:23px;
}
.service-single.style-3 i {
	display:inline-block;
	flex:unset;
	margin-bottom:30px;
}
.service-single.style-3 h4::after, .service-single.style-4 h4::after {
	display:none;
}
.service-single .content-right {
  padding-left: 127px;
  position: relative;
	
}
.service-single .content-right h3 {color: #005ea6;
  font-size: 18px;
  text-align: left;
  font-weight: 400;}
.service-single.style-3 .service-single-brief {
	padding-left:0;
}
.service-single.style-3 p {
	margin-bottom:0;
}
.service-single.style-4 {
	padding:50px 40px 25px 40px;
	margin-bottom:0;
}
.service-single.style-4 a i {
	font-size:20px;
	color:#bfbbca;
}


.single-services.box i{background-image: linear-gradient(to right, #cf3e8f, #005ea6);display:inline-block;width:100px;height:100px;line-height:100px;margin-bottom:20px;position:absolute;z-index:1;font-size:35px;transition:all ease .5s;color:#cf3e8f;animation:border-transform 5s linear infinite alternate forwards;text-align:center}
.single-services.box i::after{content:"";position:absolute;top:15px;left:15px;width:75px;height:75px;background-color:#fff8f0;z-index:-1;transition:all ease .5s;animation:border-transform 10s linear infinite alternate forwards}
/* .single-services.box:hover i{transition:all ease .5s;background-image:linear-gradient(to right, #fff8f0, #fff8f0);color:#fff} 
.single-services.box:hover i::after{background-image:linear-gradient(to right, #cf3e8f, #005ea6)}*/
.single-services.card-bg{box-shadow:none}
.single-services.card-bg .default-btn{background-image:linear-gradient(to right, #cf3e8f, #005ea6);color:#fff;padding:20px 45px}
/*----------------------------------------*/
/*  7.2  Counter Up
/*----------------------------------------*/
.counter-single {
	text-align:center;
	position:relative;
	padding:25px 0PX;
	border-bottom:4px solid #de5b9e;
}
.counter-single::before, .counter-single::after {
	background-color:#005ea6;
	height:4px;
	width:0;
	position:absolute;
	bottom:-4px;
	left:0;
	transition:.5s;
	content:"";
}
.counter-single::after {
	left:unset;
	right:0;
}
.counter-single::after {
	background-color:#005ea6;
}
.counter-single:hover::before, .counter-single:hover::after {
	width:50%;
}
.counter-single i {
	font-size:48px;
	color:#de5b9e;
	display:block;
	margin-bottom:24px;
}
.counter-single span {
    font-weight: 700;
	font-size:48px;
	line-height:1;
	color:#005ea6;
}
.counter-title {
	padding-left:8px;
}
.counter-single h4 {
	font-size:18px;
	font-weight:700;
	line-height:26px;
	color:#de5b9e;
	margin:6px 0 0 0;
}
.counter-single p {
	text-align: center;
}
.counter-single.style-2 {
	margin-bottom:30px;
	border-radius:10px;
	border-bottom:0;
	padding:40px;
}
.counter-single.style-2 span {
	color:#222222;
}
.counter-single.style-2::before, .counter-single.style-2::after {
	display:none;
}
.counter-single.bg-d4f4f4 i {
	color:#005ea6;
}
.counter-single.bg-e3f8d8 i {
	color:#7dbd5c;
}
.counter-single.bg-fbe7ea i {
	color:#de5b9e;
}
.counter-single.bg-f5efd8 i {
	color:#f0c521;
}
.counter-single.style-3 {
    text-align: left;
    border-bottom: 0;
    padding-bottom: 0;
}
.counter-single.style-3::before, .counter-single.style-3::after {
    display:none;
}
.counter-single.style-3 i {
	font-size:36px;
}
.counter-single.style-3 span {
	font-size:30px;
}
.counter-single.style-3 h4 {
	font-size:16px;
}








/*----------------------------------------*/
/*  8.  Services
/*----------------------------------------*/
.services-area.bg-1 {
	position:relative;
}
.services-area.bg-1::before {
    background: rgba(0, 0, 0, 0) url(../img/6.png) no-repeat scroll top left / cover;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    z-index: -1;
}
.services-area.bg-2 {
	background: rgba(0, 0, 0, 0) url(../img/5.jpg) no-repeat scroll center center / cover;
	position:relative;
}
.services-area.bg-2.overlay::before {
	background-image: -moz-linear-gradient( 120deg, rgb(65,53,186) 0%, rgb(99,86,230) 36%, rgb(82,228,178) 100%);
	background-image: -webkit-linear-gradient( 120deg, rgb(65,53,186) 0%, rgb(99,86,230) 36%, rgb(82,228,178) 100%);
	background-image: -ms-linear-gradient( 120deg, rgb(65,53,186) 0%, rgb(99,86,230) 36%, rgb(82,228,178) 100%);
	opacity:.9;
}
.service-single {
	display: flex;
	margin-bottom: 31px;
	transition: .3s;
	font-size: 14px;
	line-height: 26px;
  
}
.service-single i {
    background-image: url(../img/icon-behid.png);
    background-repeat: no-repeat;
    font-size: 42px;
    color: #de5b9e;
    align-items: center;
    flex: 0 0 96px;
    width: 96px;
    height: 90px;
    text-align: center;
    line-height: 92px;
	margin-right:15px;
}
.service-single-brief {
	padding-left:15px;
}
.service-single-brief h4 {
	font-size:22px;
	margin-bottom:10px;
	position:relative;
	display:inline-block;
  color: #035da8;
}
.service-single-brief h4 span {
	position:relative;
	z-index:2;
}
.service-single-brief h4::after {
	background-color:#fdadb8;
	height:4px;
	width:0;
	position:absolute;
	left:0;
	bottom:4.5px;
	content:"";
	z-index:1;
	transition:.3s;
}
.service-single:hover h4::after {
	width:100%;
}
.service-single:hover{background-color: #efefef;}
.service-single.style-2 {
	margin-bottom:25px;
}
.service-single.style-2 h4::after {
	display:none;
}
.service-single.style-3 {
	display:block;
	text-align:center;
	transition:.3s;
	padding:30px;
	word-break: break-all;
	margin-bottom:23px;
}
.service-single.style-3 i {
	display:inline-block;
	flex:unset;
	margin-bottom:30px;
}
.service-single.style-3 h4::after, .service-single.style-4 h4::after {
	display:none;
}
.service-single.style-3:hover, .service-single.style-4:hover {
	box-shadow: 5.5px 9.526px 43px 0px rgba( 98, 143, 144, .15 );
	border-radius:10px;
}
.service-single.style-3 .service-single-brief {
	padding-left:0;
}
.service-single.style-3 p {
	margin-bottom:0;
}
.service-single.style-4 {
	padding:50px 40px 25px 40px;
	margin-bottom:0;
}
.service-single.style-4 a i {
	font-size:20px;
	color:#bfbbca;
}
.service-single.style-4:hover a i {
	color:#de5b9e;
}
.service-single.style-5 {
	background-color:#ffffff;
	box-shadow: 5.5px 9.526px 43px 0px rgba( 98, 143, 144, .15 );
	border-radius:10px;
}
.service-single.style-6 {
    padding: 50px 40px 25px 40px !important;
	box-shadow: 5.5px 9.526px 43px 0px rgba( 98, 143, 144, .15 );
	border-radius:10px;
	margin-bottom:30px;
}
.service-carousel .slick-list {
	overflow:inherit;
}
.service-carousel-2 .slick-dots {
	bottom: -46px
}
.service-carousel-2.slick-slider .slick-dots li button {
	background-color:#9383e7;
}
.service-carousel-2.slick-slider .slick-dots li.slick-active button {
	background-color:#ffffff;
}
.bg-f3f8f8 {
  background: url(../img/backgrounds/home-contact.jpg) fixed no-repeat center;
    min-height: 350px;
    padding: 60px 0;
    background-size: cover;
}
.headInn{text-align: left;
    font-size: 22px;
    color: #005ea8;
    font-weight: 500;
    margin-top: 10px;
    border-bottom: 1px solid #cc3b86;
    padding-bottom: 5px;}
/*----------------------------------------*/
/*  9.  Contact Form
/*----------------------------------------*/
.contact-form.style-1 {
	background-color:#ffffff;
	padding:50px;
	border-radius:10px;
	box-shadow: 5.5px 9.526px 43px 0px rgba( 98, 143, 144, .15 );
  margin-top: 1%;
}
.contact-form input, .contact-form select, .contact-form textarea {
	background-color:#f3f8f8;
	border:2px solid #f3f8f8 !important;
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus {
	border-color:#de5b9e !important;
	background-color:#ffffff;
}
.contact-form textarea {
	height:140px;
}
.contact-form .btn-common {
	background-color:#de5b9e;
	border:0;
	border-radius:50px;
}
.contact-form .btn-common:hover {
	background-color:#005ea6;
}
.form-group {
  margin-bottom: 1rem;
}
.form-group input[type='text'], .form-group input[type='email'] {
  border: 0;
  border-radius: 5px;
  height: 50px;
  color: #3e4140;
}

.bg-secondary {
  background: #252d39 !important;
}
.section-bottom-lg {
  padding-bottom: 240px !important;
}
.btn-arrow {
  transition: 0.2s ease;
}
.btn-arrow::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: transparent;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  left: calc(85% + 5px);
  transition: 0.2s ease;
}
.btn-arrow::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  transition: 0.2s ease;
  left: 85%;
}
.btn-arrow:hover::before {
  left: calc(85% + 10px);
  border-color: #86c33a;
}
.btn-arrow:hover::after {
  width: 20px;
  background: #86c33a;
}
.btn-secondary {
  background: transparent;
  color: #172231;
  padding-left: 0;
  border: 0;
}
.btn-secondary:active {
  background: transparent !important;
  color: #86c33a;
}
.btn-secondary:hover {
  background: transparent;
  color: #86c33a;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #86c33a;
  background-color: transparent;
  border: 0;
}
.read-more-btn {
  color: #86c33a;
  background-color: transparent;
  font-weight: 500;
  font-size: 16px;
  transition: color 0.3s ease;
  border: none; /* optional: remove if you want default Bootstrap borders */
}

.read-more-btn .arrow {
  display: inline-block;
  font-size: 18px;
  margin-left: 8px;
  transition: transform 0.3s ease, color 0.3s ease;
  color: #86c33a;
}

.read-more-btn:hover {
  color: #000;
}

.read-more-btn:hover .arrow {
  transform: translateX(6px);
  color: #000;
}
.bg-gray-white {
  background-image: linear-gradient(to right, #f5f6fa 45%, #fff 0%);
}

.team-member-img img {
  position: relative;
  z-index: 2;
}
.team-member-img::before {
  position: absolute;
  content: "";
  background: url(../img/backgrounds/team-member-bg.png);
  top: 0px;
  right: 0px;
  height: 60%;
  width: 60%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  transition: 0.2s ease;
}
.team-member-img::after {
  position: absolute;
  content: "";
  background: url(../img/backgrounds/team-member-bg.png);
  bottom: -40px;
  left: 0px;
  height: 60%;
  width: 60%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  transition: 0.2s ease;
}
.team-member:hover .team-member-img::before {
  top: -20px;
  right: -20px;
}
.team-member:hover .team-member-img::after {
  bottom: -60px;
  left: -20px;
}
.team-member:hover .hover-icon {
  transform: scale(1);
  opacity: 1;
}
.team-member:hover .hover-icon .social-icon a {
  transform: scale(1);
}

.hover-icon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(134, 195, 58, 0.9);
  transition: 0.2s ease;
  transform: scale(0.8);
  z-index: 3;
  opacity: 0;
}
.hover-icon .social-icon a {
  transform: scale(0);
}

/* /team */

bg-dots {
  position: relative;
}
/* testimonial */
.bg-dots {
  position: relative;
}
.bg-dots::before {
  position: absolute;
  content: "";
  background: url(../img/backgrounds/testimonial-bg-1.png);
  top: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.bg-dots .container {
  position: relative;
  z-index: 2;
}

.testimonial-slider .nextArrow,
.testimonial-slider .prevArrow {
  opacity: 0;
  transition-delay: 1s;
}
.testimonial-slider:hover .nextArrow {
  opacity: 1;
  right: -100px;
  transition-delay: 0s;
}
.testimonial-slider:hover .prevArrow {
  opacity: 1;
  left: -100px;
  transition-delay: 0s;
}

.bg-quote {
  position: relative;
}
.bg-quote::before {
  position: absolute;
  content: "\f10d";
  font-family: "FontAwesome";
  font-size: 150px;
  color: rgba(134, 195, 58, 0.3);
  top: -10px;
  line-height: 1;
  left: 50%;
  transform: translateX(-50%);
}
.home-testimonials-box h3{
  color: #de5b9e;
  font-size: 20px;
  font-weight: 600;
}
.home-testimonials-box h4{
  color: #000;
  font-size: 18px;
  text-transform: none;
}
.home-client-owl .item img {
  transform: scale(1);
  filter: grayscale(100%);
  width: 75% !important;
  transition: filter 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.home-client-owl .item img:hover {
  filter: grayscale(0%);
  transform: scale(1.05);
}
/* /testimonial */
/* slick style */
.slick-slide {
  outline: 0;
}

/* slick arrows */
.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background: rgba(134, 195, 58, 0.5);
  color: #fff;
  border: 0;
  line-height: 70px;
  font-size: 35px;
}
.slick-arrow::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  background: transparent;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: 0.2s ease;
}
.slick-arrow::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 25px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  transition: 0.2s ease;
}



/* ---------------- MODERN FAQ STYLE ---------------- */
.faq{background: #fbfbfb;}
.faq-section {
    max-width: 850px;
    margin: auto;
}

.accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: all .3s ease;
}

.accordion-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(0,0,0,0.12);
}

.accordion-button {
    background: #ffffff;
    padding: 18px 22px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    color: #222;
    border-radius: 0 !important;
    box-shadow: none !important;
    transition: all .3s ease;
}

/* Arrow icon styling */
.accordion-button::after {
    filter: brightness(0) saturate(100%) invert(28%) sepia(82%) saturate(620%) hue-rotate(182deg) brightness(92%) contrast(88%);
}

/* Active State */
.accordion-button:not(.collapsed) {
   background: #eaf0f7;
    color: #005ea8;
    border-bottom: 1px solid #cc3b86;
}

/* Accordion Body */
.accordion-body {
    background: #ffffff;
    padding: 18px 22px;
    font-size: 16px;
    color: #555;
    line-height: 1.7;
}

/* Smooth animation */
.accordion-collapse {
    transition: all .35s ease;
}
.pricing-table {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 15px;
  margin: 15px 0;
}
.pricing-row {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #dee2e6;
}
.pricing-row:last-child {
  border-bottom: none;
}
.service-type {
  flex: 2;
  font-weight: 500;
}
.service-price {
  flex: 1;
  text-align: right;
  color: #007bff;
  font-weight: 600;
}
.service-desc {
  flex: 3;
  font-size: 0.9em;
  color: #666;
  padding-left: 15px;
}

/**Process Start **/
:root {
  --brand-blue: #005ea8;
  --brand-pink: #cc3b86;
  --brand-gradient: linear-gradient(135deg, #005ea8 0%, #cc3b86 100%);
  --gradient-horizontal: linear-gradient(90deg, #005ea8 0%, #cc3b86 100%);
  --light-blue: rgba(0, 94, 168, 0.08);
  --light-pink: rgba(204, 59, 134, 0.08);
  --dark-text: #1a202c;
  --light-text: #4a5568;
}

/* Section Styling */
.modern-process-section {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  position: relative;
}

.process-badge {
  display: inline-block;
  padding: 6px 20px;
  background: linear-gradient(90deg, var(--brand-blue), var(--brand-pink));
  color: white;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 25px;
  margin-bottom: 15px;
  text-transform: uppercase;
  box-shadow: 0 4px 15px rgba(0, 94, 168, 0.15);
}

.process-title {
  font-size: 36px;
  font-weight: 800;
  color: var(--dark-text);
  margin-bottom: 15px;
  line-height: 1.2;
}

.gradient-text {
  background: var(--brand-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.process-subtitle {
  color: var(--light-text);
  font-size: 18px;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Modern Process Container */
.process-container {
  max-width: 1000px;
  margin: 50px auto 0;
}

.process-step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  position: relative;
}

.step-indicator {
  position: relative;
  flex-shrink: 0;
  width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.step-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: white;
  border: 2px solid var(--brand-blue);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(0, 94, 168, 0.12);
}

.process-step:hover .step-circle {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 94, 168, 0.2);
  border-color: transparent;
  background: var(--brand-gradient);
}

.step-number {
  font-size: 20px;
  font-weight: 700;
  color: var(--brand-blue);
  margin-bottom: 0px;
  transition: all 0.3s ease;
}

.process-step:hover .step-number {
  color: white;
}

.step-icon {
  font-size: 22px;
  color: var(--brand-blue);
  transition: all 0.3s ease;
}

.process-step:hover .step-icon {
  color: white;
  transform: scale(1.1);
}

.step-line {
  width: 2px;
  height: calc(100% + 40px);
  background: linear-gradient(to bottom, var(--brand-blue), var(--brand-pink));
  opacity: 0.3;
  margin-top: 10px;
  position: absolute;
  top: 70px;
  z-index: 1;
}

.process-step:last-child .step-line {
  display: none;
}

.step-content {
  flex: 1;
  padding-left: 30px;
  padding-top: 10px;
}

.step-content h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--dark-text);
  margin-bottom: 8px;
  position: relative;
  text-align: left;
}

.step-content h3::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 40px;
  height: 3px;
  background: var(--gradient-horizontal);
  border-radius: 3px;
}

.step-content p {
  color: var(--light-text);
  line-height: 1.6;
  margin-bottom: 10px;
  font-size: 15px;
}

.step-duration {
  display: inline-flex;
  align-items: center;
  padding: 6px 15px;
  background: var(--light-blue);
  color: var(--brand-blue);
  font-size: 13px;
  font-weight: 600;
  border-radius: 20px;
  border: 1px solid rgba(0, 94, 168, 0.2);
}

.step-duration::before {
  content: '⏱';
  margin-right: 6px;
  font-size: 12px;
}

/* Stats Grid */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 60px;
}

.stat-card {
  background: white;
  padding: 25px;
  border-radius: 16px;
  text-align: center;
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.stat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--gradient-horizontal);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 94, 168, 0.1);
}

.stat-card:hover::before {
  transform: scaleX(1);
}

.stat-value {
  font-size: 36px;
  font-weight: 800;
  background: var(--brand-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 8px;
}

.stat-label {
  font-size: 16px;
  font-weight: 600;
  color: var(--dark-text);
  margin-bottom: 5px;
}

.stat-desc {
  font-size: 13px;
  color: var(--light-text);
  opacity: 0.8;
}

/* Responsive Design */
@media (max-width: 992px) {
  .process-title {
    font-size: 32px;
  }
  
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .step-indicator {
    width: 80px;
  }
  
  .step-circle {
    width: 60px;
    height: 60px;
  }
  
  .step-icon {
    font-size: 20px;
  }
  
  .step-content h3 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .process-step {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 50px;
  }
  
  .step-indicator {
    width: auto;
    margin-bottom: 20px;
  }
  
  .step-content {
    padding-left: 0;
    padding-top: 0;
  }
  
  .step-content h3::after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .step-line {
    display: none;
  }
  
  .process-title {
    font-size: 28px;
  }
  
  .stat-card {
    padding: 20px;
  }
  
  .stat-value {
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  .stats-grid {
    grid-template-columns: 1fr;
  }
  
  .process-title {
    font-size: 24px;
  }
  
  .process-subtitle {
    font-size: 16px;
  }
  
  .step-circle {
    width: 55px;
    height: 55px;
  }
  
  .step-icon {
    font-size: 18px;
  }
  
  .step-content h3 {
    font-size: 18px;
    text-align: center;

  }
  
  .step-content p {
    font-size: 14px;
  }
   .section-title h3 span, .section-title h2 span {
    font-size: 20px;
}
.accordion-button{font-size: 16px;}
  
}

/** Process End **/


/* PORTFOILO */
/* Portfolio Section */
.section-badge {
  display: inline-block;
  padding: 6px 20px;
  background: var(--brand-gradient);
  color: white;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 25px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.section-title {
  font-size: 36px;
  font-weight: 800;
  color: #1a202c;
  margin-bottom: 15px;
}
.section-title p{font-size: 18px; font-weight: 500;}
.gradient-text {
  background: var(--brand-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section-subtitle {
  color: #4a5568;
  font-size: 18px;
  margin: 0 auto;
  line-height: 1.6;
  text-align: center;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.portfolio-item {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #e2e8f0;
}

.portfolio-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 94, 168, 0.15);
  border-color: var(--brand-blue);
}

.portfolio-img {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.portfolio-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.portfolio-item:hover .portfolio-img img {
  transform: scale(1.05);
}

.portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 94, 168, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.portfolio-item:hover .portfolio-overlay {
  opacity: 1;
}

.view-btn {
  width: 50px;
  height: 50px;
  background: white;
  color: var(--brand-blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.view-btn:hover {
  background: var(--brand-blue);
  color: white;
  transform: scale(1.1);
}

.portfolio-info {
  padding: 25px;
}

.project-category {
  display: inline-block;
  padding: 4px 12px;
  background: var(--light-blue);
  color: var(--brand-blue);
  font-size: 12px;
  font-weight: 600;
  border-radius: 20px;
  margin-bottom: 10px;
}

.portfolio-info h3 {
  font-size: 20px;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 10px;
  line-height: 1.3;
}

.portfolio-info p {
  color: #4a5568;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.project-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 15px;
}

.project-tags span {
  padding: 4px 12px;
  background: #f1f5f9;
  color: #475569;
  font-size: 12px;
  font-weight: 500;
  border-radius: 15px;
}

.project-location {
  color: #64748b;
  font-size: 13px;
  display: flex;
  align-items: center;
}

.project-location i {
  margin-right: 6px;
  color: var(--brand-blue);
}

.btn-primary {
  background: var(--brand-gradient);
  color: white;
  padding: 12px 30px;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 94, 168, 0.3);
  color: white;
}

/* Service Comparison Section */
.comparison-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.comparison-item {
  display: flex;
  align-items: flex-start;
  background: white;
  padding: 25px;
  border-radius: 12px;
  margin-bottom: 20px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.comparison-item:hover {
  border-color: var(--brand-blue);
  box-shadow: 0 10px 30px rgba(0, 94, 168, 0.1);
  transform: translateY(-3px);
}

.comparison-icon {
  width: 60px;
  height: 60px;
  background: var(--brand-gradient);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  margin-right: 20px;
  flex-shrink: 0;
}

.comparison-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 8px;
  text-align: left;
}

.comparison-content p {
  color: #4a5568;
  font-size: 15px;
  margin-bottom: 12px;
  line-height: 1.5;
}

.comparison-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.comparison-content li {
  margin-bottom: 8px;
  color: #2d3748;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.comparison-content li i {
  color: #10b981;
  margin-right: 10px;
  font-size: 12px;
}

/* Quick Stats */
.quick-stats {
  background: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.stat-box {
  text-align: center;
  padding: 15px;
}

.stat-number {
  font-size: 36px;
  font-weight: 800;
  background: var(--brand-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 8px;
}

.stat-label {
  font-size: 15px;
  color: #4a5568;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 992px) {
  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .section-title {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .portfolio-grid {
    grid-template-columns: 1fr;
  }
  
  .comparison-item {
    flex-direction: column;
  }
  
  .comparison-icon {
    margin-right: 0;
    margin-bottom: 15px;
  }
  
  .section-title {
    font-size: 28px;
  }
  
  .section-subtitle {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .section-title {
    font-size: 24px;
  }
  
  .stat-number {
    font-size: 28px;
  }
}

/*PROTFOLI END  */


@media (max-width: 575px) {
  .slick-arrow {
    display: none;
  }
}
.slick-arrow:focus {
  outline: 0;
}
.slick-arrow:hover {
  background: #86c33a;
}

.prevArrow {
  left: 0px;
}
.prevArrow::before {
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  right: 35px;
}
.prevArrow::after {
  right: 20px;
}

.nextArrow {
  right: 0px;
}
.nextArrow::before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  left: 35px;
}
.nextArrow::after {
  left: 20px;
}

/* /slick arrows */
/* slick dots */
.slick-dots {
  padding-left: 0;
  text-align: center;
  position: absolute;
  bottom: -185px;
  left: 0;
  right: 0;
  z-index: 9;
}
.slick-dots li {
  display: inline-block;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 20px;
  transition: 0.2s ease;
  box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
}
.slick-dots li img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
}
.slick-dots li.slick-active {
  transform: scale(1.2);
}

.text-primary {
  color: #cc3c86 !important;
}
.icon-lg {
  font-size: 56px !important;
}
/* form control */
.form-control {
  height: 55px;
    padding: 0 15px;
    border-radius: 6px !important;
}
.form-control-sm {
  height: 45px;
}
.form-control:focus {
  box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
  border-color: #86c33a !important;
}

.focus-shadow-none {
  box-shadow: none !important;
}

textarea.form-control {
  height: 150px;
}

textarea.form-control-sm {
  height: 100px;
}

/* /form control */

.icon {
  color: #cd282e;
  font-size: 2rem;
  margin-bottom: 10px;
}
.reason-box {
  padding: 45px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.reason-box .fas{font-size: 50px; font-weight: 600;}
/* Apply vertical border to middle columns only */
.custom-border-right {
  border-right: 1px solid #ddd;
}
.fadeInUp, .zoomIn, .fadeIn{
  visibility: visible !important;
}
.no-bb{ border-bottom: 0;}


@media (max-width: 767.98px) {
  /* Mobile: 2 items per row */
  .col-6:nth-child(odd) {
    border-right: 1px solid #ddd;
  }
  .col-6:nth-child(even) {
    border-right: none;
  }
  .no-bb{border-bottom: 1px solid #ddd;}
  .single-services.box i{position: relative;}
  .service-single .content-right {
     padding-left: 0px; 
  }
  .service-single {text-align: center;}
  .cta-text {
    padding-left: 0px;
  }
  .inner-heading{font-size: 20px;}

  .mt-90 {
    margin-top: 30px;
}
}

.why-choose p{
  font-size: 18px; font-weight: 500; text-transform: uppercase; color: #0d4d7b; text-align: center;
}
/*----------------------------------------*/
/*  20. Page Title
/*----------------------------------------*/
.header-top.level-up {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:50px;
	z-index:99;
}
.header-bottom.with-shadow {
	box-shadow: 5.5px 9.526px 43px 0px rgba( 98, 143, 144, .15 );
	position:relative;
	z-index:9;
	padding:50px 0 0 0;
}
.page-title-area {
	background-color: rgb( 243, 248, 248 );
}
.page-title h1 {
	font-size:48px;
}
.page-title h1::after {
	bottom:8px;
}
 .breadcrumb {
    background-color: transparent;
    text-align: center;
    display: block;
    flex: unset;
	padding:0;
}
 .breadcrumb-item+.breadcrumb-item::before {
    color: #3e4140;
    content: "\35";
    font-family: ElegantIcons;
}
.site-breadcrumb ol {}
.site-breadcrumb ol li {
    display: inline-block;
}
.breadcrumb-item.active {
    color: #c4c4c4;
}
.site-breadcrumb ol li a {
	color:#8b9094;
	font-size:18px;
}
.height-200 {
  height: 200px;
}
.inner-heading {
  /* text-align: center; */
  color: #767676;
  font-size: 24px;
  margin-bottom: 25px;
  text-align: left;
}
.journey-video {
  width: 400px;
  content: "";
  background-size: 420px auto;
  background-repeat: no-repeat;
  bottom: 0px;
  left: 170px;
  transform: rotateY(180deg);
  animation: 4s movecycle infinite;
}
@keyframes movecycle {
  0%, 100% {
      margin-left: 0;
  }
  50% {
      margin-left: 150px;
  }
}
.speed-up{ padding-top: 90px;}
.font-trans {
  font-size: 48px;
  font-weight: 600;
  text-align: left;
  color: rgb(222, 91, 158);
}
.font-trans span{
  color: transparent;
  -webkit-text-stroke: 2px rgb(222, 91, 158); /* For WebKit browsers */
  text-stroke: 2px rgb(222, 91, 158); /* Standard */
  font-weight: bold;
}
.counter-slider .slick-track {
  transform: unset!important;
  text-align: center;
  margin-top: 10px;
  display: none;
}
.about-img {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  text-align: center
}

.about-img img {
  animation: border-transform 10s linear infinite alternate forwards
}

.about-img .about-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  animation: rotation 30s linear infinite
}

.about-img .video-button {
  position: absolute;
  bottom: 0;
  right: 0
}

.about-img .video-button a i {
  font-size: 70px;
  background-image: linear-gradient(to right, rgba(255, 162, 3, 0.9), rgba(255, 94, 41, 0.9));
  width: 150px;
  height: 150px;
  line-height: 150px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: #fff;
  animation: border-transform 10s linear infinite alternate forwards
}
@keyframes rotation {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(359deg);
	}
}
@keyframes border-transform {
	0%, 100% {
		border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
	}
	14% {
		border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
	}
	28% {
		border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
	}
	42% {
		border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
	}
	56% {
		border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
	}
	70% {
		border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
	}
	84% {
		border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
	}
}
.testimonail-box-outer{
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  border-bottom: 1px solid #cc3b86; margin-bottom: 7%; position: relative;}
.testimonail-box-inner{ padding: 35px 35px 25px 25px;}
.testimonail-box-inner img{margin-bottom: 20px;}
.testimonail-box-outer .quote {
  position: absolute;
    top: -27px;
    color: #cc3b86;
    font-size: 40px;
}
.ml-30{margin-left: 60px;}
.testimonail-box-outer h4{ text-align: left; font-size: 22px; font-weight: 600; color: #005ea8;}
.testimonail-box-outer h5{ text-align: left; font-size: 16px; font-weight: 300; color:#cc3b86 ;}
.contactBg{background: #f8f8f8;
        padding: 30px 60px;
        border-radius: 10px;}
@media only screen and (max-width:767px) {
  .journey-video { 
      animation: unset;
  }
  .ml-30{margin-left: 0;}
}
@media (max-width: 767px) {
  .wow {
    visibility: visible !important;
    animation-name: fadeInUp !important; /* optional: apply animation manually */
  }
  .process-single{margin-bottom: 30px;}
  .cta-text p { font-size: 14px; }
  .cta-text h3 { font-size: 25px;}
  .ml-80 { margin-left: 0px !important; }
  .footer-contact.style-2 h5 {text-align: center;}
  .footer-menu {text-align: center; float: none;}
  .footer-copyright p {text-align: center;}
}

.floating-buttons {
    position: fixed;
   	top: 50%;              /* Middle of the screen */
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 9999;
  }

  .floating-buttons a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s;
  }
.floating-buttons a {
  position: relative;
  overflow: hidden;
}
  .floating-buttons a:hover {
    transform: scale(1.1);
  }
.floating-buttons a:active::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: ripple 0.6s ease-out;
}

@keyframes ripple {
  to {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
  .whatsapp-btn {
    background-color: #25D366; /* WhatsApp Green */
  }

  .call-btn {
    background-color: #007BFF; /* Bootstrap Blue */
  }