*{
    margin: 0;
    padding: 0;
}

p{
	font-family: "Nunito", serif;
}
a{
	font-family: "Nunito", serif;
}
h1,h2,h3,h4,h5,h6{
	font-family: "Ubuntu", serif;
}

/* banner */

/* ============ Full Page Slider ================= */
.creative-fullpage--slider{
	background-color: #ffffff;
	z-index: 2;
	width: 100%;
	position: relative;
	flex-direction: column;
	height: 80vh;
	font-size: 16px;
	display: flex;
	clip-path: none !important;
}
.creative-fullpage--slider .slider-inner {
	background: #000;
	height: 80vh;
	position: relative;
}
.creative-fullpage--slider .swiper-slide {
	position: relative;
	display: flex;
	justify-content: center;
	text-align: left;
	flex-direction: column;
	overflow: hidden;
}
.creative-fullpage--slider .swiper-slide .slider-inner img 
{
	object-fit: cover;
	width: 100%;
	height: 80vh;
}
.creative-fullpage--slider .swiper-slide .slider-inner video {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
	position: absolute;
	top: 22%;
	left: 50px;
	z-index: 1;
}
.creative-fullpage--slider .swiper-slide .slider-inner::after {
	content: "";
	position: absolute;
	width: 101%;
	height: 100%;
	top: 0;
	left: -1px;
	background-color: transparent;
	background-image: radial-gradient(at center right, #FFFFFF00 50%, #00000096 100%);
}
.swiper-slide .slider-inner .swiper-content .title-area .tag {
	color: #ffffff;
	font-weight: 900;
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 0px;
}
.swiper-slide .slider-inner .swiper-content .title-area .title {
	margin-top: 50px;
	color: #fff;
	font-size: 60px;
	font-family: "Ubuntu", serif;
	font-weight: 500;
	line-height: 1.1;
	text-transform: capitalize;
	margin-bottom: 50px;
	margin-left: -12px;
	text-decoration: none;
}
.swiper-slide .slider-inner .swiper-content p.disc {
	font-size: 20px;
	width: 100%;
	margin-top: 15px;
	margin: 20px 0px 40px 0px;
	font-weight: 400;
	line-height: 32px;
	color: #FFFFFFB0;
}
.creative-btn--wrap .creative-slide--btn {
	color: #ffffff;
	margin-left: 18px;
	font-size: 1.4em;
	transition: margin-left 300ms cubic-bezier(0.49, 0, 0.01, 1);
	font-weight: 400;
	display: inline-flex;
	position: relative;
	white-space: nowrap;
	text-decoration: none;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	user-select: none;
	outline: none;
	outline-color: transparent;
	box-shadow: none;
	will-change: transform;
	backface-visibility: hidden;
}

.creative-btn--circle .circle {
	position: absolute;
	right: calc(100% - 10px);
	top: 0;
	bottom: 0;
	margin: auto;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	clip-path: circle(25% at 50% 50%);
	transition: clip-path 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.creative-btn--circle .circle .circle-fill {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 100%;
	background-color: #ffffff;
	will-change: transform;
	transform: scale(0);
	z-index: 1;
	transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1), background-color 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.creative-btn--circle .circle-icon {
	transform: translate(-100%, 0%);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	z-index: 2;
	transition: all 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.creative-btn--circle .circle-icon .icon-arrow{
	width: 20px;
	height: 20px;
	stroke: none;
	fill: #000;
}
.creative-btn--circle .circle-outline {
	fill: transparent;
	width: 10px;
	stroke: #ffffff;
}
.creative-btn--wrap .creative-slide--btn .creative-btn--label {
	margin-left: 4pt;
	transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.creative-btn--wrap .creative-slide--btn .creative-btn__border {
	position: absolute;
	left: 4pt;
	right: 0;
	bottom: 0;
	height: 1px;
	background: currentColor;
	transform-origin: right;
	transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.creative-btn--wrap .creative-slide--btn:hover .creative-btn--label {
	transform: translateX(18px);
}
.creative-btn--wrap .creative-slide--btn:hover .creative-btn__border {
	transform: scale(0, 1);
}
.creative-btn--wrap .creative-slide--btn:hover{
	margin-left: 38px !important;
}
.creative-btn--wrap .creative-slide--btn:hover .circle {
	clip-path: circle(50% at 50% 50%);
}
.creative-btn--wrap .creative-slide--btn:hover .circle-fill {
	transform: scale(1, 1);
}
.creative-btn--wrap .creative-slide--btn:hover .circle-icon {
	transform: translate(0%, 0%);
	opacity: 1;
}
.creative-fullpage--slider .swiper-container-h .swiper-button-next, 
.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
	bottom: 5%;
	top: unset;
	transform: scale(1);
	transition: all 0.4s;
	background-color: #FFFFFF00;
	backdrop-filter: blur(20px);
	height: 85px;
	width: 85px;
	line-height: 85px;
	border-radius: 50%;
	transition: all 0.4s;
}
.creative-fullpage--slider .swiper-container-h .swiper-button-next {
	right: 50px;
}
.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
	left: 50px;
}
.swiper-container-h .slider-pagination-area {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: unset;
	right: unset;
	bottom: 80px;
	left: 50% !important;
	transform: translateX(-50%);
	width: 500px;
	z-index: 1;
}
.swiper-container-h .slider-pagination-area .slide-range {
	font-size: 16px;
	font-weight: 500;
	margin: 0 15px;
	color: #ffffff;
	line-height: 0;
	position: absolute;
	font-size: 20px;
}
.swiper-container-h .slider-pagination-area .slide-range.one {
	left: -50px;
}
.swiper-container-h .slider-pagination-area .slide-range.three {
	right: -50px;
}
.swiper-container-h .slider-pagination-area .swiper-pagination {
	bottom: 0 !important;
	width: 500px !important;
}
.swiper-container-h .slider-pagination-area .swiper-pagination .swiper-pagination-progressbar-fill {
	background: #ffffff;
}
.swiper-container-h .swiper-button-next::after {
	content: "\f061";
	font-family: var(--fa-style-family, "Font Awesome 6 Free");
	font-weight: var(--fa-style, 900);
	background: none;
	color: #ffffff;
	font-size: 60px;
}
.swiper-container-h .swiper-button-prev::after {
	content:"\f060";
	font-family: var(--fa-style-family, "Font Awesome 6 Free");
	font-weight: var(--fa-style, 900);
	background: none;
	color: #ffffff;
	font-size: 60px;
}
.swiper-container-h .swiper-button-next:hover, 
.swiper-container-h .swiper-button-prev:hover {
	background: #FFFFFF0D;
}


/* ====================== Responsive Ipad =============================== */
@media (max-width: 991px) {
	.creative-fullpage--slider .swiper-slide .slider-inner .swiper-content{
		width: 100%;
		text-align: center;
		left: 0;
	}
	.creative-fullpage--slider .swiper-container-h .swiper-button-next, 
	.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
		height: 50px;
		width: 50px;
		line-height: 50px;
	}
	.swiper-container-h .slider-pagination-area{
		width: 200px !important;
	}
	.swiper-container-h .swiper-button-next::after, 
	.swiper-container-h .swiper-button-prev::after {
		font-size: 30px;
	}
	.creative-fullpage--slider .swiper-container-h .swiper-button-next, 
	.creative-fullpage--slider .swiper-container-h .swiper-button-prev{
		background: #ffffff3b;
	}
	.swiper-container-h .slider-pagination-area .swiper-pagination {
		bottom: 0 !important;
		width: 200px !important;
	}
}

/* ====================== Responsive Iphone =============================== */
@media screen and (max-width: 767px) {
	.swiper-slide .slider-inner .swiper-content .title-area .title {
		font-size: 38px;
        line-height: 1.2;
    
	}
	.swiper-slide .slider-inner .swiper-content .title-area .tag{
		margin-bottom: 0px;
	}
	.swiper-slide .slider-inner .swiper-content p.disc{
		    margin: 20px auto 20px auto;
    font-size: 16px;
    width:95%;
	}
	.swiper-container-h .slider-pagination-area{
		display: none;
	}
	.swiper-slide .slider-inner .swiper-content p.disc br{
		display: none;
	}
}
/* end */
.sec-pad{
	padding: 50px 0;
}
.about-sec{
	background: #082d38 url(../images/bg-map-pattarn.png);
}
.about-left h2{
	font-family: "Ubuntu", serif;
    color: #FFF;
    font-size: 33px;
    letter-spacing: 2px;
    text-transform: capitalize;
	margin-bottom: 25px;
	font-weight: 400;
}
.about-left p{
	font-size: 21px;
    color: #ffffff;
    font-family: "Nunito", serif;
}
.product-sec{
	background-color:#F2F5F7;
    background-image: linear-gradient(180deg, #EEFEFF 0%, #FFFFFF 50%);
	padding: 100px 0;
}

/* map area */
.location-map {
    position: relative;
}
.location-item {
    position: absolute;
    left: 10%;
    top: 24%;
}
.location-item .point {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #FF5E14;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}
.location-item .info {
    padding: 8px 15px;
    position: relative;
    position: absolute;
    width: max-content;
    transform: translateX(-50%);
    left: 5.2px;
    bottom: 20px;
    background: #FF5E14;
    border-radius: 50px;
    opacity: 0;
    visibility: hidden;
    transition:all .5s ease-in-out;
    z-index: 1;
}
.location-item .info::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid var(--theme-color);
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.location-item .info h5 {
    font-size: 15px;
    color: #fff;
}
.location-item:nth-child(2) {
    left: 36%;
    top: 66%;
}
.location-item:nth-child(3) {
    left: 38%;
    top: 10px;
}
.location-item:nth-child(4) {
    left: 50%;
    top: 35%;
}
.location-item:nth-child(5) {
    left: 80%;
    top: 16%;
}
.location-item:nth-child(6) {
    left: 94%;
    top: 88%;
}
.location-item:nth-child(7) {
    left: 28%;
    top: 27%;
}
.location-item:nth-child(8) {
    left: 57%;
    top: 58%;
}
.location-item:nth-child(9) {
    left: 74%;
    top: 47%;
}
.location-item:nth-child(10) {
    left: 94%;
    top: 18%;
}
.location-item:nth-child(11) {
    left: 63%;
    top: 18%;
}
.location-item:nth-child(12) {
    left: 83%;
    top: 75%;
}
.location-item {
    position: absolute;
    left: 10%;
    top: 24%;
}
/* end */


.icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 65px;
    height: 65px;
    line-height: 60px;
    text-align: center;
    background: #FF5E14;
	border: 2px solid #FF5E14;
    border-radius: 50px 50px 50px 10px;
    border-radius: 50px 10px 50px 50px;
    transform: rotate(314deg);
}

/* products */
.owl-nav button {
	position: absolute;
	top: 50%;
	background-color: #000;
	color: #fff;
	margin: 0;
	transition: all 0.3s ease-in-out;
  }
  .owl-nav button.owl-prev {
	left: 0;
  }
  .owl-nav button.owl-next {
	right: 0;
  }
  
  .owl-dots {
	text-align: center;
	padding-top: 15px;
  }
  .owl-dots button.owl-dot {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: inline-block;
	background: #ccc;
	margin: 0 3px;
  }
  .owl-dots button.owl-dot.active {
	background-color: #000;
  }
  .owl-dots button.owl-dot:focus {
	outline: none;
  }
  .owl-nav button {
	  position: absolute;
	  top: 50%;
	  transform: translateY(-50%);
	  background: rgba(255, 255, 255, 0.38) !important;
  }

  .owl-nav button:focus {
	  outline: none;
  }
  .owl-carousel .owl-item img{
	width: auto !important;
	margin-bottom: 20px;
  }

	
	.title-small {

	color: #FFF;
}

.product-box{
	padding: 30px 33px 26px 33px;
    background-color: #1b6074;
    border-style: dashed !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: #07847F !important;
    /* border-radius: 20px 20px 20px 20px; */
	border-radius: 50px 50px 50px 10px;
}
.product-box span{
	position: absolute;
    right: 20px;
    top: 10px;
    font-size: 100px;
    line-height: 130px;
    color: rgb(255, 255, 255, 0.8);
	color: transparent;
    -webkit-text-stroke: 1px #cccccc;
    /* opacity: .2; */
}

.sec-title h2{

    color: #040506;
    font-size: 40px;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 25px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
	font-family: "Ubuntu", serif;
}

/* .heading-divider {
    display: inline-block;
    position: relative;
    width: 90px;
    height: 4px;
    border-bottom: 4px solid var(--theme-color);
    border-radius: 50px;
} */
.sec-title{
	text-align: center;
}
.heading-divider{
	text-align: center;
	margin-bottom: 20px;
}
.divider-separator{
	width: 90px;
    margin: 0 auto;
    border: 2px solid #FF6F2B;
    display: inline-block;
}

.mission-vision{
	background: #0d4759;
	border-radius: 0px 200px 0px 0px;
}
.mission-right p{
	color: #efefef;
    font-family: "Nunito", serif;
	font-size: 18px;
}
.mission-right h2{
	color: #efefef;
	font-size: 40px;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 25px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: "Ubuntu", serif;
}
.mission-right h4{
	color: #efefef;
	font-size: 32px;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 25px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: "Ubuntu", serif;
}
.mission-right {
	padding: 40px 0;
}
.footer{
	background: #09445a;
	padding: 40px 0 0;
	border-radius: 0px 200px 0px 0px;
}
.ftr_grid img{
	margin-bottom: 20px;
}
.ftr_grid p{
	color: #efefef;
    font-family: "Nunito", serif;
    font-size: 17px;
}

.social ul{
	padding: 0;
	margin: 0;
}

.social ul li {
    display: inline-block;
    margin: 4px 15px 4px 0 !important;
}
.social ul li a {
    color: #ffffff;
    font-size: 22px;
}
.service_left h2{
	color: #040506;
    font-size: 40px;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 25px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 30px;
    font-family: "Ubuntu", serif;
}
.ftr_icon{
	margin-right: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 50%;

}
.ftr_icon i{
	color: #FFF;
    font-size: 19px;
}
.ftr_contact span{
	padding: 10px 4px 15px 0;
    border-bottom: 2px solid #FFF;
    color: #fff;
    font-size: 18px;
}
.contact_list {
	margin-bottom: 24px;
}
.ftr_grid h4{
	font-size: 34px;
    color: #fff;
    font-family: "Ubuntu", serif;
    font-weight: 300;
	margin-bottom: 30px;
}
.ftr_grid h6{
	font-size: 28px;
    color: #fff;
    font-family: "Ubuntu", serif;
    font-weight: 300;
}
.info_list li{
	padding-bottom: 10px;
}
.info_list li i{
	font-size: 20px;
    color: #fff;
    margin-right: 15px;
}
.info_list li a{

	font-size: 18px;
    color: #FFF;
}
.about-bottom {
    background: #0d4759;
    border-radius: 0px 200px 0px 0px;
}
.about-inner-right h5{
	font-family: "Nunito", serif;
    line-height: 1.6;
}
.about-inner-left h4{
	font-size: 34px;
    line-height: 1.4;
}
.about-bottom-text h4{
	color: rgb(239, 239, 239);
    font-size: 34px;
    line-height: 1.4;
	margin-bottom: 30px;
}
.values{
	border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #8F8F8F;
    padding: 30px 0px 30px 0px;
}
.values h4{
	color: rgb(239, 239, 239);
    font-size: 26px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 10px;
	font-family: Nunito, serif;
}
.values p{
	color: rgb(239, 239, 239);
    font-family: Nunito, serif;
    font-size: 18px;
}
.contact-content {
    margin-top: 50px;
}
.contact-info {
    align-items: center;
    text-align: center;
    padding: 30px 20px;
    position: relative;
    margin-bottom: 25px;
    border-radius: 15px 50px 50px 50px;
    background: #F6F6F6;
	min-height: 245px;
}
.contact-info .icon-contact {
    font-size: 35px;
    color: #FFF;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50px;
    background: #FF5E14;
	margin: 10px auto;
}
.content h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    color:#003F72;
}
.content p {
    color: #003F72;
    font-weight: 500;
    font-size: 16px;
}
.page-title{
	position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0;
	background-image: url(../images/page-title.jpg);
z-index: 1;
text-align: center;

}
.page-title::after{
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(0,0,0,0.5);
z-index: -1;
}

.page-title h2{
	font-size: 34px;
	color: #FFF;
}

.location iframe{
	border: 0;
	width: 100%;
	height: 300px;
border-radius: 10px;
}

.product-right ul li{
	padding: 12px 10px 12px 25px;
    border-style: solid;
    border-width: 0px 0px 0px 3px;
    background-color: #FFFFFF;
    box-shadow: 5px 6px 30px 0px rgba(0, 0, 0, 0.1);
    border-color: #FF7D44;
	font-size: 24px;
    line-height: 1.4;
    transition: 0.4s;
	color: #0d4759;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: "Nunito", serif;
}