body {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: var(--whiteColor);
	font-family: "Quicksand", sans-serif;
	overflow-x:hidden;
   }
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}   
/*.secureaviation-section p{font-size:20px}   */
.katyimage img{max-width:100%; height:auto;}
.container-fluid {
	padding: 0px 40px !important;
	}
.logo {
	width: 200px;
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
    }
.logo img {
	width: 100%;
	}
.main-nav.scroll .logo {
	width: 159px;
	margin: 3px 0px;
	}
.main-nav.scroll .social-icon ul {
	margin-top: 20px;
	}
.main-nav.scroll .rightlink {
	margin-top: 14px;
	}
.stellarnav.mobile.right > ul {
	z-index: 99;
	background: #f0d04d;
    }
.main-nav.scroll .stellarnav > ul > li > a {
	padding: 3px 0px 7px 0px;
	/*font-size: 19px;*/
	}
.main-nav {
	margin: 0px 0px;
	padding: 17px 0px;
	width: 100%;
	height: auto;
	background:linear-gradient(to right, #ff8a00, #e52e71);
	transition: all 0.1s ease 0s;
	z-index: 999;
    position: absolute;
	}  
.main-nav.scroll {
	background:linear-gradient(to right, #e52e71, #ff8a00);
	height: auto;
	padding: 16px 0px;
	transition: background-color .5s ease 0s;
	top: 0;
	position: fixed;
	transition: all 0.3s ease 0s;
	box-shadow:2px 2px 4px 1px rgba(0,0,0,.3);
	}
.stellarnav {
	position: relative;
	width: 100%;
	line-height: normal;
	display: flex;
	justify-content: start;
	align-items: center;
	height: 100%;
	}
.stellarnav ul {
	margin:	0px 0px;
	padding:0px 0px 0px 0px;
	position: relative;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: end;
	gap:50px;
	}
.stellarnav > ul > li > a {
	padding: 3px 0px 10px 0px;
	font-size: 20px;
   color: #fff;
    font-weight: 600;
    }
.stellarnav > ul > li > a:hover {
	color:#000;
	font-weight: 600;
	}
.stellarnav > ul > li > a.active {
	color:#000 !important;
	font-weight: 600;
	}

.stellarnav > ul > li > a.active::after {
    background: #000;
    content: "";
    width: 99%;
	height: 1px;
	display: inline-block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	}
.social-icon {
	padding: 0px;
	margin: 0px;
	}
.social-icon ul {
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 5px;
	margin-top: 25px;
	}	
.social-icon ul li {
	transition: 0.3s ease-in-out;
	list-style: none;
	}
.social-icon ul li img {
    width: 30px;
	}
.social-icon ul li:hover {
	transform: translateY(-5px);
	transition: 0.3s ease-in-out;
	}

.main-nav-socialicon {
	margin:20px 0px 0px 0px;
	padding: 0px 0px;
	position: relative;
	text-align: right;
	}
.main-nav .stellarnav ul ul {
	width: 263px;
	padding: 12px 0px;
	}
.main-nav .stellarnav li li {
	margin: 0px 0px;
	width: 100% !important;
	border-bottom: #ccccccb8 1px solid;
	}
.main-nav .stellarnav li li a {
	font-size: 15px;
	padding: 8px 12px;
	color: #2c2c2c;
	font-weight: 400;
	}
.stellarnav li.has-sub a {
	padding-right: 0px !important;
	}
.main-nav .stellarnav li li a:hover {
	background:	#f8fff8;
	color: #0E6F29;
	}	
.main-nav .stellarnav li li a.active {
	background:	#f8fff8;
	color: #0E6F29;
	}
.stellarnav li.has-sub > a::after {
	content: '\f107';
	margin-left: 7px !important;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #267ec3;
	display: inline-block;
	border: none !important;
	font: normal normal normal 16px/1 FontAwesome;
	}
.banner-section {
	margin:	0px 0px;
	padding:30px 0px 87px 0px;
	width: 100%;
	background-image: url(../images/bannerbg.webp);
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 500px;
	}
.banner-section .owl-carousel {
	z-index: 99;
	}
.banner-section .owl-carousel .owl-nav{
	display: none;
	}
.banner-section .owl-dots {
	display: block;
	}
.banner-section .owl-dots {
	display: block;
	position: absolute;
	bottom: 0px;
	text-align: center;
	width: 100%;
	}
.banner-section .owl-theme .owl-dots .owl-dot.active span, .banner-section .owl-theme .owl-dots .owl-dot:hover span {
	background: #8bd4c7 !important;
	border: #8bd4c7 !important;
	width: 9px;
	height: 9px;
	}
.banner-section .owl-theme .owl-dots .owl-dot span {
	width: 9px;
	height: 9px;
	margin: 5px 3px;
	background: #ffffff;
	border:#ffffff 1px solid;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
	}

.bannercarousel-text {
	margin:129px 0px 0px 0px;
	padding:0px 0px;
	position: relative;
	width: 100%;
	}
.bannercarousel-text h2 {
	margin:	0px 0px;
	padding:0px 0px;
	position: relative;
	width: 100%;
	font-family: "Philosopher", sans-serif;
	text-align: left;
	letter-spacing: 0px;
    color: #ff8a00;
    font-size: 78px;
	font-weight: 400;
	line-height: 89px;
	}
.bannercarousel-text p {
	margin: 16px 0px 54px 0px;
	padding: 0px 0px;
	text-align: left;
	color: #000000;
	font-size: 18px;
	width: 91%;
	font-weight: 400;
	line-height: 25px;
    }
.subscribtn,.tnp-submit{
	margin: 32px 0px 0px 0px;
	padding: 9px 29px;
	position: relative;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	border-radius: 10px;
	  background: linear-gradient(to right, #ff8a00, #e52e71) !important;
            color: white; 
            background-size: 200% auto;
            transition: 0.5s; 
                cursor: pointer;
    }
.subscribtn:hover,.tnp-submit:hover{
	color: #fff;
	text-decoration: none;
	box-shadow: 3px 4px 0px #97B3AE;
	  background-position: right center;
	 	background: linear-gradient(to right,#e52e71,#ff8a00  );
	  
	}
	
	
	
	
	
	
	
	
	
.bannercarousel-img {
	margin: 76px 0px 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	height: 470px;
	overflow: hidden;
	border-radius: 16px;
	}
.bannercarousel-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	}

.featured-section{
    padding: 3px 0px 33px 0px;
    position: relative;
    background: #ebeaea;
    width: 100%;
    z-index: 99;
    box-shadow: 2px 2px 2px rgba(2, 3, 3, .4);

    }
.featuredcard{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	gap: 27px;
	z-index: 9;
    }
/*.featuredcard a{*/
/*	margin: 0px 0px;*/
/*	padding: 9px 13px;*/
/*	position: relative;*/
/*	background: #97B3AE;*/
/*	font-size: 17px;*/
/*	font-weight: 700;*/
/*	color: #fff;*/
/*	text-decoration: none;*/
/*	border-radius: 6px;*/
/*	box-shadow: 6px 7px 0px #000;*/
/*	height: 62px;*/
/*	width: 100%;*/
/*	display: flex;*/
/*	flex-wrap: wrap;*/
/*	justify-content: center;*/
/*	align-items: center;*/
/*	line-height: 21px;*/
/*	gap: 0px;*/
/*	}*/
/*.featuredcard a:hover{*/
/*	color: #fff;*/
/*	text-decoration: none;*/
/*	background: #a5ccc5;*/
/*	box-shadow: 3px 4px 0px #97B3AE;*/
/*	}*/
/*.featuredcard a span{*/
/*	font-size: 14px;*/
/*	font-weight: 400;*/
/*	color: #fff;*/
/*	display: ruby;*/
/*	line-height: 0px;*/
/*    }*/
    
    
.featuredcard a {
            background: linear-gradient(to right, #3498db, #2ecc71);
    overflow: hidden;
    margin: 32px 0px 0px 0px;
    padding: 9px 16px;
    position: relative;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
        }
        
.featuredcard a:after {
            content: '';
            position: absolute;
            top: -50%;
            left: -60%;
            width: 20%;
            height: 200%;
            opacity: 0;
            transform: rotate(30deg);
            background: rgba(255, 255, 255, 0.3);
            background: linear-gradient(
                to right,
                rgba(255, 255, 255, 0.1) 0%,
                rgba(255, 255, 255, 0.3) 50%,
                transparent 100%
            );
        }
        
.featuredcard a:hover:after {
    
            opacity: 1;
            left: 140%;
            transition: all 0.7s ease-out;
        }    
    
    
    
    
    
    
    
    
    
    

.secureaviation-section{
	margin: 0px 0px;
	padding:50px 0px 50px 0px;
	position: relative;
	width: 100%;
	background-image: url(../images/secureaviationbg.png);
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 500px;
    }
.welcomehead{
	margin: 0px 0px 32px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
    }
.welcomehead h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	font-family: "Philosopher", sans-serif;
	text-align: left;
	letter-spacing: 0px;
	color: #000000;
	font-size: 40px;
	font-weight: 400;
	line-height: 30px;
	}
.welcomehead h6 {
	margin: 0px 0px;
	padding: 0px 0px;
	text-align: left;
	color: #000;
	font-size: 20px;
	width: 70%;
	font-weight: 400;
	}
.secureaviation-text{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
    }
.secureaviation-text h2 {
	margin: 16px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	font-family: "Playfair Display", serif;
	text-align: left;
	letter-spacing: 0px;
	color: #090D26;
	font-size: 65px;
	font-weight: 400;
	line-height: 72px;
	}
.secureaviation-text h2 span {
    display: block;
	}
.secureaviation-text p {
	margin: 7px 0px 12px 0px;
	padding: 0px 0px;
	text-align: left;
	color: #000;
	font-size: 20px;
	width: 100%;
	font-weight: 400;
	line-height: 31px;
	}
.secureaviation-card {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	height: 100%;
	}
.shape-arrow1 {
	position: absolute;
	right: 55px;
	width: 24px;
	top: 19px;
	}
.shape-arrow1 img {
	width: 100%;
	}
.shape-arrow2 {
	position: absolute;
	left: 18px;
	width: 60px;
	bottom: -41px;
	}
.shape-arrow2 img {
	width: 100%;
	}
.shape-arrow3 {
	position: absolute;
	right: 70px;
	width: 24px;
	bottom: 28px;
	}
.shape-arrow3 img {
	width: 100%;
	}
.secureimg01{
	margin:	0px 34px 0px 0px;
	padding:0px 0px;
	position: relative;
	width: 220px;
	height: 276px;
	overflow:	hidden;
	border-radius:7px;
	float: left;
    }
.secureimg01 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
	}
.secureimg01:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	}
.secureimg02{
	margin:	80px 0px 0px 0px;
	padding:0px 0px;
	position: relative;
	width: 220px;
	height: 320px;
	overflow:hidden;
	border-radius:7px;
	float: left;
	}
.secureimg02 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
	}
.secureimg02:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	}
.secureimg03 {
	padding: 0px 0px;
	position: absolute;
	width: 110px;
	height: 110px;
	overflow: hidden;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 46%;
	background: #EEEBE0;
	border: #fff 5px solid;
	left: 34%;
	z-index: 9;
	}
.secureimg03 img{
	width: 70px;
	}
.secureimg04{
	padding:0px 0px;
	position: absolute;
	width: 164px;
	height: 166px;
	overflow:hidden;
	border-radius:7px;
	top: 67%;
	left: 11%
	}
.secureimg04 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
	}
.secureimg04:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	}
.readmorbtn{
	margin: 32px 0px 0px 0px;
	padding: 9px 29px;
	position: relative;
	background:linear-gradient(to right, #ff8a00, #e52e71);
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	border-radius: 10px;
	display: block;
	width: 165px;
	text-align: center;
	}
.readmorbtn:hover{
	color: #fff;
	text-decoration: none;
		background:linear-gradient(to right,#e52e71 , #ff8a00);
	box-shadow: 3px 4px 0px #97B3AE;
	}



.readmorbtn {
            background-color: #e74c3c;
            color: white;
            animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        }
        
.readmorbtn:hover {
            animation: bounce 0.8s;
        }
        
        @keyframes bounce {
            0%, 100% {
                transform: translateY(0);
            }
            25% {
                transform: translateY(-10px);
            }
            50% {
                transform: translateY(0);
            }
            75% {
                transform: translateY(-5px);
            }
        }













.motivationalvideo-section{
	margin: 0px 0px;
	padding: 55px 0px;
	position: relative;
	width: 100%;
	background-image: url(../images/MotivationalVideobg.webp);
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 500px;
}
.motivationalvideo-section h2 {
	margin: 0px 0px 37px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	font-family: "Philosopher", sans-serif;
	text-align: center;
	letter-spacing: 0px;
	color: #000000;
	font-size: 40px;
	font-weight: 400;
	line-height: 30px;
    }

/*==== Vedio Button Area CSS =====*/
.motivationalcard{
	margin: 0px 0px 22px 0px;
	padding: 5px 5px;
	position: relative;
	width: 100%;
	background: #ffffff;
	border-radius: 7px;
	min-height: 262px;
    }
    
 .motivationalcard {
            margin: 0px 0px 22px 0px;
            padding: 25px;
            position: relative;
         
            background: #ffffff;
            border-radius: 7px;
            min-height: 336px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.05);
            transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
            cursor: pointer;
            overflow: hidden;
        }

        .motivationalcard:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 15px rgba(0,0,0,0.1);
        }

        .motivationalcard::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .motivationalcard:hover::before {
            opacity: 1;
        }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
.motivationalcard h6 {
	margin: 0px 0px;
	padding: 9px 0px;
	text-align: center;
	color: #000;
	font-size: 22px;
	width: 100%;
	font-weight: 600;
	}
.motivational-video{
	margin: 0px 0px ;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	height: 210px;
	border-radius: 7px;
	overflow: hidden;
    }
.motivational-video img{
    width: 100%;
    height: 100%;
    }
.motivational-video #overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	background: #201e1e6b;
	z-index: 9;
	}
.videosect-bg{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    }
.videosect-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
.play-button {
	position: absolute;
	top: 59%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	z-index: 99;
	}
	
.play-button a::before {
	content: '';
	width: 7%;
	height: auto;
	border-radius: 50%;
	background: transparent;
	border: 1px solid transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation: video-play 3s infinite linear;
	animation: video-play 3s infinite linear;
	border-radius: 14px;
	}
.play-button a i {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	padding-left: 5px;
	display: inline-flex;
	border: 1px solid #F1F6FF;
	position: relative;
	font-size: 20px;
	}

.play-button a i {
	color: #ffffff;
	font-size: 30px;	
	}
	
	@-webkit-keyframes top-bottom {
		0% {
			-webkit-transform: translateY(0px);
			transform: translateY(0px)
		}
	
		50% {
			-webkit-transform: translateY(10px);
			transform: translateY(10px)
		}
	}
	
	@keyframes top-bottom {
		0% {
			-webkit-transform: translateY(0px);
			transform: translateY(0px)
		}
	
		50% {
			-webkit-transform: translateY(10px);
			transform: translateY(10px)
		}
	}
	
	@-webkit-keyframes half-spin {
		0% {
			-webkit-transform: rotate(0);
			transform: rotate(0);
			-webkit-transform-origin: center;
			transform-origin: center
		}
	
		50% {
			-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
			-webkit-transform-origin: center;
			transform-origin: center
		}
	}
	
	@keyframes half-spin {
		0% {
			-webkit-transform: rotate(0);
			transform: rotate(0);
			-webkit-transform-origin: center;
			transform-origin: center
		}
	
		50% {
			-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
			-webkit-transform-origin: center;
			transform-origin: center
		}
	}
	
	@-webkit-keyframes video-play {
		0% {
			width: 50%;
			height: 50%
		}
	
		100% {
			width: 100%;
			height: 100%
		}
	}
	
	@keyframes video-play {
		0% {
			width: 50%;
			height: 50%
		}
	
		100% {
			width: 100%;
			height: 100%
		}
	}
	
/*==== Vedio Button Area CSS =====*/

.aboutpearls-section {
	margin: 0px 0px;
	padding: 60px 0px;
	width: 100%;
	background-image: url(../images/secureaviationbg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 500px;
    }
.aboutpearl-left{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
    }
.aboutpearl-left h2 {
	margin: 0px 0px 27px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	font-family: "Philosopher", sans-serif;
	text-align: left;
	letter-spacing: 0px;
	color: #000000;
	font-size: 40px;
	font-weight: 400;
	line-height: 30px;
	}
.aboutpearl-left p {
	margin: 7px 0px 18px 0px;
	padding: 0px 0px;
	text-align: left;
	color: #000;
	font-size: 18px;
	width: 100%;
	font-weight: 400;
	line-height: 29px;
	}
.aboutpearl-right{
	margin: 0px 0px;
	padding: 0px 0px 0px 75px;
	position: relative;
	width: 100%;
    }
.pearlcardimg1 {
	margin: 0px 0px 14px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	height: 141px;
	overflow: hidden;
	border-radius: 18px;
	float: left;
	}
.pearlcardimg1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
	}
.pearlcardimg1:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	}
.pearlcardimg2 {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	height: 251px;
	overflow: hidden;
	border-radius: 18px;
	float: left;
	}



	
.about-katy-img {
    padding: 0px 0px;
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    float: right;
    margin-left: 20px;
	}
.about-katy-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
	border-radius: 20px;
	}
.about-katy-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	}
	
.page-id-28 .pearlcardimg2 {
    height: auto !important;
}
.page-id-28 .pearlcardimg1 {
    height: auto !important;
}
	
	
.pearlcardimg2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
	}
.pearlcardimg2:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	}
.pearlcardimg3 {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	height: 406px;
	overflow: hidden;
	border-radius: 18px;
	float: left;
	}
.pearlcardimg3 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
	}
.pearlcardimg3:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	}
.clientcard{
	position: absolute;
	bottom: 22px;
	width: 169px;
	background: #ffffff;
	border-radius: 12px;
	padding: 12px;
	z-index: 9;
	text-align: center;
	left: 34%;
    }
.clientcard h6 {
	margin: 0px 0px 2px 0px;
	padding: 0px 0px;
	text-align: center;
	color: #000;
	font-size: 16px;
	width: 100%;
	font-weight: 500;
	line-height: 24px;
	}
.clientcard-img {
	margin: 0px auto;
	padding: 0px 0px;
	position: relative;
	width: 137px;
	overflow: hidden;
	}
.clientcard-img img {
	width: 100%;
	}

/* ---- Inner Pages Css----- */
.breadcumb {
	margin: 0px 0px;
	position: relative;
    }
.positioned-icons {
	position: relative;
	}
.positioned-icons img.about-three-dot {
	left: 154px;
	bottom: -54px;
	position: absolute;
	z-index: 9;
	width: 180px;
	}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
  }
.breadcumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	height: 370px;

	}
.hero-content-upper {
    padding-top: 6%;
   }
.hero-content-upper h2 {
	margin: 12px 0px 20px;
	padding: 0px;
	position: relative;
	width: auto;
	font-family: "Philosopher", sans-serif;
	text-align: center;
	color: #000000;
	font-size: 48px;
	font-weight: 500;
	line-height: 21px;
	display: block;
    }
.hero-content {
	position: absolute;
	color: #ffffff;
	top:64px;
	left: 0%;
	width: 100%;
	}

.ullamcorperarcu-section {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	background-image: url(../images/ullamcorperarcubg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 400px;
	}

.ullamcorpertext {
	margin: 0px 0px;
	padding: 40px 28px 40px 40px;
	width: 100%;
	position: relative;
	height: 100%;
	overflow: hidden;
	border-radius: 0px;
	}
.ullamcorpertext p {
	margin: 0px 0px 17px 0px;
	padding: 0px 0px;
	text-align: left;
	color: #000;
	font-size: 19px;
	width: 100%;
	font-weight: 400;
	line-height: 28px;
	}
.ullamcorperimg {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	height: 100%;
	overflow: hidden;
	}
.ullamcorperimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s ease-in-out;
	}
.ullamcorperimg img:hover {
	transform: scale(1.2);
	overflow: hidden;
	transition: 0.3sease-in-out;
	}
.aboutpearls-section02 {
	padding: 0px 0px 10px 0px;
	}
.aboutpearls-section02 .pearlcardimg3 {
	height: 446px;
	}
.aboutpearls-section02 .pearlcardimg1 {
	height: 157px;
	}
.aboutpearls-section02 .pearlcardimg2 {
	height: 276px;
	}
.secureaviation-section02 .secureimg01 {
	height: 241px;
	}
.secureaviation-section02 .secureimg02 {
	margin: 69px 0px 0px 0px;
	height: 262px;
	}
.secureaviation-section02 .secureimg04 {
	height: 154px;
	}

.aboutvideo-section{
	margin: 0px 0px;
	padding: 14px 0px 60px 0px;
	width: 100%;
	background-image: url(../images/aboutvideobg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 500px;
	}
.aboutvideo-section .motivationalcard {
	border-radius: 9px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 4px 13px 1px;
	}
.aboutvideo-section .motivational-video {
	height: 221px;
	border-radius: 8px;
	}
.aboutvideo-section .motivationalcard h6 {
	padding: 11px 0px;
	font-size: 18px;
	}

.sendmessage-section {
	margin: 0px;
	padding: 0px 0px 60px 0px;
	width: 100%;
	background-image: url("../images/aboutvideobg.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 500px;
	}
.map-section{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	height: 350px;
	}
.quoteform {
	margin: 20px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	}
.quoteform h3 {
	margin: 0px 0px 37px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	font-family: "Philosopher", sans-serif;
	text-align: center;
	letter-spacing: 0px;
	color: #000000;
	font-size: 43px;
	font-weight: 400;
	line-height: 30px;
	}
.quoteform .form-control {
	display: block;
	width: 100%;
	height: auto;
	padding: 11px 0px;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.5;
	color: #6b6a6a;
	background: transparent;
	border-bottom: 2px solid #000;
	border-radius: 0px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	margin-bottom: 23px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	}
.quoteform .form-control::placeholder {
	color: #141617;
	opacity: 1;
	}
.quoteform .form-control:focus {
	outline: 0;
	box-shadow: 0 0 0 .0rem rgba(0,0,0,.0);
	}
.submitbtn {
	margin: 32px 0px 0px 0px;
	padding: 8px 41px;
	position: relative;
	background:linear-gradient(to right, #e52e71, #ff8a00);
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	border-radius: 10px;
	box-shadow: 6px 7px 0px #000;
	border: 0px;
	width: auto;
	text-align: center;
	}
.submitbtn:hover{
	color: #fff;
	border: 0px;
	text-decoration: none;
	background: linear-gradient(to right,#ff8a00,  #e52e71);
	box-shadow: 3px 4px 0px #97B3AE;
	}
.contactus-left {
	margin: 0px 0px 50px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	}
.addresscard{
	margin: 0px auto;
	padding: 17px 16px;
	position: relative;
	width: auto;
	background: transparent;
	border-radius: 8px;
	min-height: 87px;
	display: flex;
	align-items: self-start;
	justify-content: center;
	gap: 15px;
	flex-wrap: wrap;
	}
.addresscard-icon {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	background:linear-gradient(to right, #e52e71, #ff8a00);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	}
.addresscard-icon img {
	width: 19px;
	}
.addresscard h5 {
	margin: 0px 0px;
	padding: 0px 0px;
	text-align: center;
	font: normal normal 600 24px/26px "Philosopher", sans-serif;
	letter-spacing: 0px;
	color: #000;
	}
.addresscard p {
	margin: 0px auto;
	padding: 7px 0px;
	text-align: center;
	font-size: 17px;
	line-height: 28px;
	font-weight: 400;
	letter-spacing: 0px;
	color: #212222;
	width: 69%;
	}
.addresscard p a {
	font-size: 17px;
	font-weight: 600;
	color: #000000;
	text-decoration: none;
	}
.addresscard p a:hover {
	color: #000000;
	text-decoration: underline;
	}
.map-section {
	margin: 67px 0px 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	height: 450px;
	overflow: hidden;
	border-radius: 14px;
	}









.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 50%;
	background-color: #000000;
	border: 1px solid #000000;
	color: #ffffff;
	z-index: 999;
	width: 40px;
	text-align: center;
	height: 40px;
	opacity: 0;
	visibility: hidden;
	font-size: 25px;
	-webkit-transition: var(--transition);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
.go-top.active {
	opacity: 1;
	visibility: visible;
	bottom: 25px;
	-webkit-animation: top-bottom 5s infinite linear;
	animation: top-bottom 5s infinite linear;
}
.go-top i {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	font-size: 14px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.go-top:hover {
	color: #ffffff;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background-color: #4b4949;
	border: 1px solid #4b4949;
}


.footer {
	margin: 0px 0px;
	padding: 60px 0px 0px 0px;
	/*background-image: url(../images/footerbg.png);*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
	    background: linear-gradient(135deg, #e52e71, #ff8a00);
		}
.footerlogo {
	width: 197px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px;
	position: relative;
	}
.footerlogo img{
	width: 100%;
	}
.findus{
	margin: 35px 0px 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	}
.findus-icon {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 12px;
	margin-top: 35px;
	clear:both;
	}
.findus-icon a{
	padding: 0px 0px;
	background: #000;
	font-size: 23px;
	color: #f4cbc2;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	}
.findus-icon a:hover{
	background: #313030;
	color: #ffffff;
	}
.footer-links ul {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 33px;
	}
.footer-links li {
	margin: 0px 0px;
	width: auto;
	position: relative;
	font-size: 18px;
	color: #000000;
	line-height: 30px;
	font-weight: 500;
	}
.footer-links li::after {
	background: #46625D;
	content: "";
	width: 8px;
	height: 2px;
	position: absolute;
	right: -20px;
	bottom: 12px;
	}
.footer-links li.last::after {
	background: #46625D;
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	right: -28px;
	bottom: 12px;
	}
.footer-links li a {
	padding: 0px 0px;
	color: #000000;
	text-decoration: none;
	}
.footer-links li a:hover {
	color:#000000;
	text-decoration: underline;
	}
.linkscard{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: auto;
	align-items: center;
	justify-content: start;
	gap: 28px;
    }
.linkscard h5 {
	color: #000000;
	font-size: 18px;
	font-weight: 500;
	width: auto;
	line-height: 26px;
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	display: flex;
	margin-bottom:10px;
	}
.linkscard h5 a {
	color: #000000;
	text-decoration: none;
	}
.linkscard h5 span {
	width: 19px;
	float: left;
	height: 19px;
	color: #000000;
	font-size: 11px;
	position: relative;
	margin-right: 15px;
	}
.linkscard h5 span img {
	width: 25px;
	}
.copyright {
	margin: 45px 0px 0px 0px;
	padding: 12px 0px;
	color: #fff;
	font-size: 16px;
	background: #000;
	font-weight: 500;
	z-index: 99;
	position: relative;
	}
.copyright a {
	color: #fff;
	text-decoration: none;
	}
.copyright a:hover {
	color: #ff8a00;
	text-decoration: underline;
	}
.copyright-right{
	text-align: right;
	}
.fot-news-letter{ float: right; clear: both;}	
.fot-news-letter form{display:flex; gap:0px; align-items: center;}	
.fot-news-letter form label{display:none;}
.fot-news-letter form .tnp-email{     border-radius: 5px 0px 0px 5px;
    min-width: 280px;}
.fot-news-letter .tnp-submit{background: #000 !important;
    border-radius: 0px 5px 0px 0px;}  
.fot-news-letter .tnp-submit:hover{background:#333;}   
.fot-news-letter h6{    font-weight: bold;
    font-size: 20px;
    margin-bottom: 34px;
    margin-top: 10px;}
.modal-title{    font-weight: bold;
    font-size: 20px;}	
.modal-body{  padding: 0rem 1rem;}