/*

 Theme Name:     Divi Child


 Theme URI:      https://www.elegantthemes.com/gallery/divi/


 Description:    Divi Child Theme


 Author:         Elegant Themes


 Author URI:     https://www.elegantthemes.com


 Template:       Divi


 Version:        1.0.0


*/
 


/* =Theme customization starts here


------------------------------------------------------- */



@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');


@font-face {
  font-family: 'Euclid Circular A';
  src: url('./fonts/Euclid Circular A Light.ttf');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Euclid Circular A';
  src: url('./fonts/Euclid Circular A Light Italic.ttf');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Euclid Circular A';
  src: url('./fonts/Euclid Circular A Regular.ttf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Euclid Circular A';
  src: url('./fonts/Euclid Circular A Italic.ttf');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Euclid Circular A';
  src: url('./fonts/Euclid Circular A Medium.ttf');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Euclid Circular A';
  src: url('./fonts/Euclid Circular A Medium Italic.ttf');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Euclid Circular A';
  src: url('./fonts/Euclid Circular A SemiBold.ttf');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Euclid Circular A';
  src: url('./fonts/Euclid Circular A SemiBold Italic.ttf');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Euclid Circular A';
  src: url('./fonts/Euclid Circular A Bold.ttf');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Euclid Circular A';
  src: url('./fonts/Euclid Circular A Bold Italic.ttf');
  font-weight: 700;
  font-style: italic;
}


h1, h2, h3, h4, h5,h6 {
	font-family: 'Euclid Circular A' !important;
	 font-weight: 700;
}


body{
    
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    font-family: 'Euclid Circular A' !important;
     
}


/*headeer css start here */

.main-header-section {
    position: absolute;
    background: transparent;
    width: 100%;
}

.for-aalign-menu {
    display: flex;
    align-items: center;
}

ul#menu-main-menu {
    display: flex;
    gap: 42px;
}

ul#menu-main-menu li a {
	font-size: 16px;
	color: #fff !important;
	 font-family: "Outfit", sans-serif !important;
}

li.menu-item-28 a {
    background-color: #70110C;
    border-radius: 5px;
    font-size: 16px;
    padding: 6px 55px 6px 50px !important;
    font-weight: 500;
    top: 16px;
    height: 54px;
	min-width:200px;
}

li.menu-item-28 a:before {
	position: absolute;
    content: url(/wp-content/uploads/2025/05/btn-aero-w.webp);
    right: 40px;
}


/*header css end here */

/*footer css start here */

.footer-social {
    display: flex;
    justify-content: Center;
    gap: 45px;
}

.footer-social a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
	text-align:Center;
}

img.icon-pic {
    position: relative;
    top: 3px;
    right: 0px;
}

.footer-menu h4 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 18px;
}

.footer-menu ul {
    padding: 0px !important;
}

.footer-menu ul li {
	margin: 20px 0px;
	list-style: none;
}

.footer-menu ul a, .footer-menu ul li{
	color: #fff;
	font-weight:300;
	font-size: 18px;
}

.for-flex ul {
    display: flex;
    flex-wrap: wrap;
}

.for-flex ul li {
	width: 40%;
}


.c-txt p {
	color: #fff;
	font-weight:300;
	font-size: 18px;
}

.some-small-txt h2 {
    font-size: 40px;
    color: #fff;
    line-height: 56px;
}

.bkl-color h2,
.bkl-color p,
.clor-bkl h2,
.clor-bkl p {
	color: #000 !important;
}
.some-small-txt p {
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    opacity: 84%;
}

.wht-btn {
    background-color: #fff;
    padding: 13px 50px;
    color: #70110C;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    font-family: "Outfit", sans-serif !important;
    display: inline-block;
}
.wht-btn img {
	position: relative;
    top: 3px;
    left: 9px;
}

#footer-red-ssction {
    position: relative;
    top: -70px;
}

.footer-phone-icon {
	position:relative;
	padding-left:35px;
}

.footer-phone-icon:before {
	position:absolute;
	content:"";
	background:url(/wp-content/themes/divi-child/img/phone-icon.png);
	width:24px;
	height:24px;
	background-size:contain;
	left:0px;
}

/*footer css end here*/




/*home page css start here */

.home-bnr-bg {
	position: relative;
}

.home-bnr-bg:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #000000c2 0%, #00000042 100%);
}

.home-bnr-txt h1 {
	color: #fff;
	font-size: 60px;
	line-height: 75px;

}

.home-bnr-txt p {
    color: #fff;
    font-size: 22px;
    line-height: 32px;
    margin-top: 25px;
    font-weight: 400;
    font-family: "Outfit", sans-serif !important;
}

a.comn-btn {
    background-color: #70110C;
    padding: 13px 40px;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    font-family: "Outfit", sans-serif !important;
    display: inline-block;
	/*max-width: 183px;*/
}

.comn-btn img {
    position: relative;
    top: 3px;
    left: 9px;
}

.big-txt-pera p {
	font-size: 18px;
	color: #fff;
	line-height: 28px;
}

.four-logo-main {
    display: flex;
    flex-wrap: wrap;
    max-width: 80%;
    gap: 20px;
    margin: 38px 0px;
}


.image-inner {
    width: 33%;
}

.for-pnk-bg,.for-pnk-bg-lft {
	position: relative;
}

.for-pnk-bg:before {
 content: '';
    position: absolute;
    width: 89%;
    height: 100%;
    background-color: #F0CECD;
    top: 33PX;
    right: -30px;
    border-radius: 10px;
}


.service-box-main {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  height: 470px !important;
  overflow-y: auto;
  scrollbar-width: none; 
  -ms-overflow-style: none; 
}

.service-box-main::-webkit-scrollbar {
  display: none;
}

.service-box-inner h5 {
    font-size: 25px;
    line-height: 35px;
    color: #000;
	margin-top: 35px;
}
.service-box-inner p {
	font-size: 18px;
    line-height: 30px;
    color: #000;
}

.service-box-inner {
    padding: 20px;
    width: 48%;
    background-color: #fff;
}

.for-align-cntr {
	display:flex;
	align-items:center;
}

.image-slider-home .swiper-button-next, .image-slider-home .swiper-button-prev {
    background-color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    right: inherit;
	top: inherit;
    bottom: 30px;
	left: 70px;
}
.image-slider-home .swiper-button-next {
    left: 120px !important;
}

.image-slider-home .swiper-button-next:after,
.image-slider-home .swiper-button-prev:after {
    font-size: 18px !important;
	color:#929292 !important;
}

.home-accordian .et_pb_toggle {
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin: 20px !important;
    border-radius: 5px;
    padding: 30px;
}
.home-accordian .et_pb_toggle h5 {
    font-size: 20px;
    color: #000;
    line-height: 28px;
	font-family: 'Euclid Circular A' !important;
    font-weight: 600;
}

.home-accordian .et_pb_toggle_content {
    font-size: 18px !important;
    color: #000 !important;
    line-height: 28px !important;
}

.et_pb_accordion_0.home-accordian .et_pb_toggle_title:before {
	content:"" !important;
	background:url(/wp-content/themes/divi-child/img/accordion-icon.png);
	height:24px;
	width:24px;
	background-size:contain;
}

/*home page css end here */


/* about page css start here  */
ul.list-tick {
    padding: 0px;
    margin: 20px 0px;
    list-style: none;
}
ul.list-tick li {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 44px;
	position:relative;
	padding-left:40px;
}

ul.list-tick li:before {
    position: absolute;
    content: url(/wp-content/uploads/2025/05/tick-pic-listed.svg);
    left: 0px;
    top: 7px;
}

.for-pnk-bg-lft:before {
    content: '';
    position: absolute;
    width: 88%;
    height: 100%;
    background-color: #F0CECD;
    top: 36PX;
    right: -30px;
    border-radius: 10px;
}

span.smpl-btn {
    border: 1px solid #D5D5D5;
    padding: 10px 40px;
    border-radius: 50px;
    color: #70110C;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
    display: inline-block;
}

.facility-solutions-box {
	display: flex;
	flex-wrap: wrap;
	gap: 16px; /* Equal spacing between boxes */
	justify-content: center; /* Center the items horizontally */
	padding: 16px;
}

.facility-solutions-box li {
	flex: 0 1 calc(23% - 16px);
	box-sizing: border-box;
	padding: 12px 16px;
	background: #fff;    
	border-radius: 5px;
	text-align: center;    
	font-weight: 600;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
	list-style-type: none;
	color: #000;
	align-items: center;
	font-size: 18px;
}

@media (max-width: 1000px) {
	.box {
	  flex: 0 1 calc(33.333% - 16px); /* 3 per row on smaller screens */
	}
}

@media (max-width: 600px) {
	.box {
	  flex: 0 1 calc(50% - 16px); /* 2 per row on mobile */
	}
}

/* about page css end herre  */

.service-card {
    position: relative;
    margin: 0px 10px;
}
.service-bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-card-inner {
    padding: 32px 25px 45px;
}
.slick-list.draggable {
    overflow: hidden;
}
.service-card-inner h3 {
    color: #fff;
    margin-top: 35px;
    font-size: 25px;
    font-family: 'Euclid Circular A';
    font-weight: 600;
}
.service-card-inner p {
    color: #fff;
    font-size: 18px;
    margin-top: 9px;
    min-height: 171px;
	font-family: 'Euclid Circular A';
    font-weight: 400;
}
.service-card-inner a {
    color: #fff;
    font-size: 16px;
    display: flex
;
    align-items: center;
    gap: 12px;
    font-weight: 500;
	margin-top: 23px;
}
.service-slider .slick-list.draggable {
    padding-right: 290px;
}
.team-member-card .et_pb_main_blurb_image {
    margin-bottom: 22px;
}
.team-member-card .social-icon {
    margin-top: 8px;
}
.review-card {
    background: #fff;
    padding: 25px;
    margin: 20px 10px;
    border-radius: 13px;
    box-shadow: rgb(149 157 165 / 9%) 0px 8px 24px;
}
.review-card p {
    font-family: 'Euclid Circular A';
    font-size: 18px;
    color: #000000;
}
.review-text {
    margin-top: 15px;
    margin-bottom: 18px !important;
}
.review-card h4 {
    padding-bottom: 2px;
}
.review-section .slick-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    list-style: none;
	padding-bottom: 0px;
}
.review-section .slick-dots li button {
    font-size: 0px !important;
    background: #D9D9D9;
    border: none !important;
    height: 14px;
    width: 14px;
    border-radius: 12px;
    padding: 0px !important;
}
.review-section .slick-active button {
    background: #70110c !important;
}
.contact-form-wrap select {
    appearance: none;
    background-image: url(/wp-content/uploads/2025/05/arrow-down-icon.svg);
    background-repeat: no-repeat;
    background-position: 98%;
}
.contact-form-wrap input::placeholder ,.contact-form-wrap textarea::placeholder{
    color: #000;
}
.contact-form-wrap input, .contact-form-wrap select, .contact-form-wrap textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #D3D3D3;
    background: #fff;
    border-radius: 5px;
    font-size: 18px;
    color: #000;
    font-family: 'Euclid Circular A';
	margin-bottom: 10px;
}
.contact-form-wrap textarea{
	height:140px;
}
.half-div p {
    display: flex
;
    gap: 11px;
}
.half-div {
    padding-bottom: 14px;
}
.contact-form-wrap input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #70110C !important;
    padding: 13px 50px;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    font-family: "Outfit", sans-serif !important;
    display: inline-block;
    background: url(/wp-content/uploads/2025/05/btn-aero-w.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 58%;
}
.mySwiper img {
    display: block !important;
}

/*** From theme ***/


.contact-form-wrap input::placeholder ,
.contact-form-wrap textarea::placeholder{
    color: #000;
}

.contact-form-wrap input, 
.contact-form-wrap select, 
.contact-form-wrap textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #D3D3D3;
    background: #fff;
    border-radius: 5px;
    font-size: 18px;
    color: #000;
    font-family: 'Euclid Circular A';
	margin-bottom: 10px;
}

.contact-form-wrap textarea{
	height:140px;
}

.half-div p {
    display: flex;
    gap: 11px;
}

.half-div {
    padding-bottom: 14px;
}

.contact-form-wrap input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #70110C !important;
    padding: 13px 50px;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    font-family: "Outfit", sans-serif !important;
    display: inline-block;
    background: url(/wp-content/uploads/2025/05/btn-aero-w.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 58%;
}

.bkl-color  {
    position: relative;
}

.bkl-color:before {
    position: absolute;
    content: "";
    background: url(/wp-content/themes/divi-child/img/section-right-shape.png);
    width: 300px;
    height: 299px;
    background-repeat: no-repeat;
    background-size: contain;
    top: -92px;
    z-index: 0 !important;
    left: -90px;
}

.colum-left-shape,
.colum-right-shape {
	position: relative;
}

.colum-left-shape:before {
	position: absolute;
    content: "";
    background: url(/wp-content/themes/divi-child/img/column-left-shap.png);
    width: 253px;
    height: 229px;
    background-repeat: no-repeat;
    background-size: contain;
    top: -92px;
    z-index: 0 !important;
    left: -90px;
}

.colum-right-shape:before {
	position: absolute;
    content: "";
    background: url(/wp-content/themes/divi-child/img/section-right-shape.png);
    width: 300px;
    height: 299px;
    background-repeat: no-repeat;
    background-size: contain;
	z-index: 0 !important;       
	bottom:-150px;
	right:-70px;
}

/*** //From theme ***/

/* Home Slider */

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
   /* background: #fff url('./ajax-loader.gif') center center no-repeat; */
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    margin-top: -10px\9; /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: left;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 30px;
    height: 30px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 30px;
    height: 30px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
	border-bottom:2px solid #8F9598;
}

.slick-dots li.slick-active,
.slick-dots li.slick-active button {
	width: 40px;
}

.slick-dots li.slick-active button {
	border-bottom:2px solid #13CAAE;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {    
    font-size: 18px;
    line-height: 22px;
	font-family: Alexandria Regular;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;    
    text-align: center;
    opacity: 0;
    color: #13CAAE;    
}
.slick-dots li.slick-active button:before {
    width: 40px;
    height: 40px;
	opacity: 1;
}

.slick-dots li:nth-child(1) button:before {
	 content: "01";
}

.slick-dots li:nth-child(2) button:before {
	 content: "02";
}

.slick-dots li:nth-child(3) button:before {
	 content: "03";
}

.slick-dots li:nth-child(4) button:before {
	 content: "04";
}

.slick-dots li:nth-child(5) button:before {
	 content: "05";
}

.slider {
  max-width: 1280px;
  margin: 0 auto;  
}

.slick-list {
    padding-left: 0px!important; 
}

.service-slider {
	margin:0px -15px;
}

.service-slider .slick-prev, 
.service-slider .slick-next {
	width: 38px;
	height: 38px;
	top: 50%;
	z-index: 2;;
}

.service-slider .slick-prev {
	left: auto;
	right:-60px
}

.service-slider .slick-next {
	right: 10px;
	left: -50px;
}

.service-slider .slick-prev:before {
	content:"";
	background:url(/wp-content/themes/divi-child/img/silder-right-arrow.png) 0 0 no-repeat;
	background-size:38px;
	width:38px;
	height:38px;
	display:block;
}

.service-slider .slick-next:before {
	content:"";
	background:url(/wp-content/themes/divi-child/img/slider-left-arrow.png) 0 0 no-repeat;
	background-size:38px;
	width:38px;
	height:38px;
	display:block;
}

@media (max-width: 480px) {
	.service-main-box {		
		padding:65px 40px 40px 40px;		
	}
	
	.service-slider .slick-prev, 
	.service-slider .slick-next {		
		top: -40px;
	}
}

/* //Home Slider */

/* RESPONSIVE */

@media (max-width: 991px){
	.mobile_menu_bar:before {
		font-size:40px;
		color:#000 !important;
	}
	
	.et_mobile_menu {
		border-top: 3px solid #70110C;
	}
	
	#mobile_menu1 {
		background-color:#fff !important;
	}
	
	li.menu-item-28 a {
		background-color:transparent;
		padding: 10px 5% !important;
		font-size: 14px;
		color:#666;
	}
	
	li.menu-item-28 a:before {
		display:none;
	}
}

@media (max-width: 768px){
	.home-bnr-txt h1 {
		font-size: 45px;
		line-height: 55px;
	}
	
	.some-small-txt h2 {
		font-size: 34px;		
		line-height: 44px;
	}
	
	.n-br br {
		display:none;
	}
	
	.main-header-section {
		position: relative;
		background: #fff;
		width: 100%;
	}
	
	.bkl-color:before,
	.colum-left-shape:before,
	.colum-right-shape:before {
		display:none;
	}
	
	.for-align-cntr {
		display:block;
	}
}

@media (max-width: 480px){
	.home-bnr-txt h1 {
		font-size: 32px;
		line-height: 42px;
	}
	
	.some-small-txt h2 {
		font-size: 28px;		
		line-height: 36px;
	}
	
	.service-box-inner {
		width: 100%;
	}
}

/* //ESPONSIVE */