*{
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  box-sizing:border-box;
}

.row>* {
   
    padding-right: 0;
    padding-left: 0;
 }
.whoweare{
    background-color: #363636; padding: 50px;
}
.hero1-section-area{

background-color:#363636;
/*background-image:url("../images/home.jpg");*/
background-position:center;
background-repeat:no-repeat;
background-size:cover;
height:650px;
margin-top:140px;
}
.header-images-area{
    background-image:url("../images/home1.jpg");
    background-position:center;
background-repeat:no-repeat;
background-size:cover;
height:1110px;
margin-top:0px;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}
html {
  scroll-behavior: smooth;
}
@keyframes zoom { 
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.2, 1.2);
  }
}

img.d-block.w-100{
  -webkit-animation: zoom 15s;
  animation: zoom 15s;   
}


ul{margin:0px; padding:0px; list-style:none;}
li{line-height:normal;}
.header-top-bar {
    background: #000;
	    padding: 12px 0px;
}
    .menu-toggle {
        display: none;
    }
.footer-links {
    display: flex;
    gap: 15px;
}
.footer-links li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 400;
}
@keyframes rotating { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}
@keyframes shrinkbanner {
  0% {
    width: 110% 110%;
  }
  100% {
   width: 100% 100%;
  }
}
img.banner-img{animation: shrinkbanner 5s infinite alternate;}
.videotext p {
    
    padding-bottom: 15px;
}
.videotext {
    max-width: 250px;
}
span.duration {
    font-weight: 400;
    font-size: 18px;
    color: #676767;
    padding-left: 10px;
}



.wrapperfooter-inner {
    display: flex;
    justify-content: space-between;
}
.socialiconfooter ul {
    display: flex;
    gap: 10px;
}
.socialiconfooter ul li a i {
    color: #ffffff;
	font-size:20px;
}
.socialiconfooter ul li a {
    border: 1px solid #fff;
    color: #ffffff;
    width: 36px;
    display: inline-block;
    text-align: center;
    height: 36px;
	    border-radius: 2px;
    line-height: 36px;
}
.followuscontent h6 {
    font-size: 20px;
    margin: 0px;
    line-height: normal;
    color: #ffffff;
    font-family: 'Mulish';
}
.verticleline {
    width: 50px;
    height: 2px;
    background: #02515b;
    display: inline-block;
}
img.img-fluid.imgwhyusnew{position:relative;}
img.img-fluid.imgwhyusnew:after {
    content: "";
    position: absolute;
    width: 88%;
    height: 75%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    animation-duration: 1s;
    animation-name: float;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-play-state: running;
    animation: float 1s ease-in-out infinite alternate running;
}
.item-title h2 {
    color: #003a6c;
    font-size: 22px;
    margin: 0px;
    padding-bottom: 10px;
    line-height: normal;
    font-family: 'Poppins';
    font-weight: 600;
}
.item-content p {
    font-size: 16px;
    font-family: 'Poppins';
    margin: 0;
    line-height: 24px;
    font-weight: 400;
    color: #292929;
}
footer#contact-us-details {
    background: lightgrey;
    color: #fff;
}
.d-flex.iconwithcontent {
    gap: 30px;
	    padding-bottom: 60px;
	    max-width: 650px;
}
.wrapper-why-us-inner.d-flex {
    justify-content: space-between;
}
.why-us.padding-70 {
    background-image: url(../images/whyusbg.png);
        background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    
}
.serviceimg {
    width: 50px;
}
.why-us.padding-50{padding:50px 0px;}
.section-title h2 {
    font-size: 26px;
    font-family: 'Poppins';
    margin: 0px;
    padding-bottom: 5px;
	display: flex;
    align-items: center;
    gap: 20px;
    line-height: normal;
}
.section-title p {
    font-size: 16px;
    font-family: 'Mulish';
    color: #292929;
    line-height: normal;
    margin: 0;
}
.section-title {
    padding-bottom: 50px;
}
.equal-width {
    width: 50%;
}
.wrapperflex {
    display: flex;
    justify-content: space-between;
    gap: 70px;
}
.flexitem p {
    padding-bottom: 10px;
}
.d-flex.justify-content-between.socialfooter {
    align-items: center;
    gap: 20px;
}

		.worldimg.rotaion {
    animation: rotating 20s linear infinite
}
.grid-item-services.borderzero {
    border-right: 0px;
}
.flexbox {
    display: flex;
    align-items: center;
    gap: 20px;
	    padding-bottom: 30px;
}
.footericon i {
    color: #fe8a17;
    font-size: 20px;
}
img.iconimg {
    width: 60px;
}
.footericon p {
	    letter-spacing: 1px;
    font-size: 14px;
    font-family: 'Poppins';
    line-height: normal;
    margin: 0px;
    color: #6b6b6b;
}
a.no-border {
    padding-right: 0px !important;
    border-right: 0px !important;
}
.copyright-inner { 
   text-align: center;
}
.copyright-inner p {
    font-size: 14px;
    margin: 0px;
    font-family: 'Mulish';
    color: #ffffff;
    line-height: normal;
}
.footer-copyright {
    border-top: 1px solid #fe8a17;
    border-bottom: 1px solid #fe8a17;
    padding: 0px 0px;
    background-color: #fe8a17;
    text-align: center;
}
.dt-sc-counter-icon-holder {
    width: 100%;
}
.footerlinks ul li a {
    border-right: 1px solid #ddd;
    color: #003a6c;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Mulish';
    padding-right: 20px;
}
.footerlinks ul {
    display: inline-flex;
    gap: 20px;
}
.footer-flex-item.width30 {
    width: 30%;
} 
.wrapper-grid-content h2 {
    font-size: 22px;
    letter-spacing: 1px;
    color: #ffffff;
    margin: 0px;
    padding-bottom: 15px;
    line-height: normal;
	font-family: 'Mulish';
}
.wrapper-grid-content p {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Mulish';
    margin: 0px;
}
.wrapper-footer-bottom {
    padding: 50px 0px;
}
.borderlinelink {
    border-left: 1px solid #efefef;
    padding-left: 50px;
}
.footericon p a {
    color: #ffffff;
    text-decoration: none;
    line-height: normal;
}
.fottercontactinfo {
    display: flex;
    gap: 50px;
}
.bannerarea.d-none-xs {
    display: block;
}
.wrapperinner-footer {
    display: flex;
    justify-content: space-between;
} 

@keyframes flip-icon {
    0% {
        transform: rotateY(180deg);
    }
    100% {
        transform: rotateY(0deg);
    }
}
.dt-sc-counter-icon-holder:hover .icon-wrapper {
    animation: flip-icon 0.3s ease-in-out;
}
.footer-flex-item.equal-width {
    width: 
        %;
}
.grid-title h2 {
    font-size: 18px;
    letter-spacing: 3.5px;
    font-weight: 400;
	    text-transform: uppercase;
    font-family: 'Poppins';
    color: #023c6e;
    margin: 0px;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

.grid-item-services:hover .serviceicon {
    animation: flip-icon 0.3s ease-in-out;
}
.loader-container {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow:hidden;
  height: 100vh;
}
.header-area-main.darkHeader {
    position: fixed;
    top: 0;
	animation: smoothScroll 1s forwards;
    background-color: #fff;
    box-shadow: 1px 2px 5px #dddddd;
}
.loader-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    background: #fff;
}
.loader {
  display: flex;
  justify-content: space-between;
  width: 80px;
}

.loader div {
  width: 16px;
  height: 16px;
  background-color: #FF5C35;
  border-radius: 50%;
  animation: grow-shrink 1.5s infinite;
}

.loader div:nth-child(1) {
  animation-delay: 0s;
}

.loader div:nth-child(2) {
  animation-delay: 0.3s;
}

.loader div:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes grow-shrink {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
.paragraphtext ul {
    padding-left: 30px;
	    list-style: disc;
}
.grid-icon {
    padding-bottom: 20px;
}
.grid-title {
    padding-bottom: 20px;
}
.grid-paragraph p {
    font-size: 16px;
    font-family: 'Mulish';
    color: #292929;
    margin: 0px;
}
.wrapper-servicegrid.d-flex {
    gap: 25px;
	
}
section.ourservices.padding-100.bgimage {
    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.noborder {
    border: 0px !important;
    padding: 0px !important;
}
.grid-item-services {
    padding: 100px 0px;
	    padding-right: 25px;
}
.footer-links li a {
    border-right: 2px solid #ffffff;
    padding-right: 15px;
} 
.grid-item-services {
    padding: 100px 0px;
    border-right: 1px solid #003a6c;
	width: 25%;
}
.footer-area {
    
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    
    width: 100%;
}
.clipimage-text h1 {
    font-size: 87px;
    font-weight: bold;
    -webkit-text-fill-color: transparent;
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    background-position: center;
    -webkit-animation: moving 5s linear infinite;
    background-image: url(../images/animation-title-bg.jpg);
	margin:0px;
}
section.ourservices.padding-100.bgimage {
	  background-image: url(../images/fullwidth-bg.jpg);
}
.clipimage-text {
    text-align: center;
}
.footer-area{  background-image: url(../images/footer-bg.png);}
.greater-center h2 {
    font-size: 20px;
    color: #999999;
    letter-spacing: 9px;
    font-weight: 400;
    text-align: center;
    padding-top: 10px;
}
.shortheading-center h4 {
    color: #292929;
    font-size: 22px;
    text-align: center;
    line-height: normal;
    margin: 0px;
    font-family: 'Mulish';
}
.contactno {
    display: flex;
    align-items: center;
    gap: 25px;
}
.d-flex.innerform {
    gap: 10px;
}
/*.innerform {
    display:flex;
}*/

.grouno p {
    font-size: 16px;
    margin: 0px;
    line-height: normal;
    color: #ffffff;
}

i.fa-solid.fa-phone-volume {
    color: #ffffff;
    font-size: 20px;
}
.circleicon {
    background-color: #fc8916;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.contactno h3 {
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    margin: 0px;
    font-size: 20px;
    line-height: normal;
}
.short-heading h4 {
    font-size: 22px;
    color: #292929;
    margin: 0px;
    padding-bottom: 5px;
    line-height: normal;
}
.short-heading p:before {
    content: "";
    position: absolute;
    left: 0;
    height: 4px;
    width: 70px;
    z-index: 111;
    background: #fc8916;
    bottom: 0;
}
.footer-top-bar {
    background: #064f5b;
    padding: 30px 0px;
}
.primarybtn {
    border: 2px solid #fc8916;
    text-decoration: none;
    padding: 10px 30px;
    display: inline-block;
    font-size: 14px;
    font-family: 'Poppins';
    color: #fc8916;
}
.buttonblock {
    padding-top: 30px;
}
.primarybtn:hover{
	background-color:#064f5b;
	color:#ffffff;
	border-color:transparent;
}
.inline-img-icon.d-flex {
    justify-content: space-between;
    padding-top: 30px;
}
span.iconvideo i {
    font-size: 22px;
    color: white;
}
span.iconvideo {
    background: #fc8916;
    width: 45px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    height: 45px;
    line-height: 50px;
}
.videotext p {
    font-size: 16px;
    line-height: normal;
    margin: 0px;
    color: #393939;
    font-family: 'Poppins';
}
.videotext h4 {
    font-size: 20px;
    font-family: 'Mulish';
    font-weight: 600;
    margin: 0;
    line-height: normal;
}
.d-flex.iconwithtext {
    gap: 20px;
    align-items: center;
}
.setposition {
    position: relative;
}
.videodesign {
    position: absolute;
    bottom: 0;
    right: 0;
}
.d-flex.iconwithtext {
    gap: 20px;
    align-items: center;
	border-left: 6px solid #fc8916;
    background: #fff;
    padding: 15px 10px 0px 30px;
}
 .short-heading p {
    margin: 0px;
    position: relative;
    font-size: 16px;
    color: #292929;
    line-height: normal;
	    padding-bottom: 20px;
    margin-bottom: 30px;
}
.paragraphtext p {
    font-size: 16px;
    font-family: 'Mulish';
    line-height: 28px;
    font-weight: 400;
	padding-bottom: 0px;
    color: #292929;
    margin: 0px;
    letter-spacing: 0.5px;
}
.padding-70{padding:70px 0px;}

 
.contact-info-number {
    z-index: 111;
}
.fieldwrapper.width20 {
    /*width: 20%;*/
}
.fieldwrapper.width40 {
    /*width: 40%;*/
}
/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
em.invalid {
    font-size: 10px;
    color: red;
    line-height: normal;
}
p#msg {
    font-size: 12px;
    font-family: 'Mulish';
    color: red;
    line-height: normal;
    padding-top: 5px;
    text-align:center
}
a#Login:focus {
    outline: unset;
    box-shadow: unset;
    border-color: transparent;
}
.forgetlik {
    text-align: right;
    margin-top:35px;
}
.forgetlik p {
    text-align:center;
    margin: 0px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    font-family: 'Mulish';
    line-height: normal;
}
.forgetlik a {
    color: orange;
}
.forgetlik a:hover {
    color: #064f5b;
}
.py-3 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

.btnlogin {
    margin-left:5px;
    margin-top:13px;
	line-height: 30px;
    background: #FFCF58;
    color: black;
    font-weight: 400;
    box-shadow: 0 6px 4px rgba(0, 0, 0, 0.6);
    border-radius: 25px;
	height: 45px;
    width: 270px;
	
}
.textfield {
    margin-top: 15px;
}
.fleboxstyle {3
    display: flex;
    gap: 10px;
    align-items: center;
	    justify-content: center;
}
input#email-newsletter-component:focus {
    outline: unset;
    box-shadow: unset;
    border-color: #064e5a;
}
input#sub_email:focus {
    outline: unset;
    box-shadow: unset;
    border-color: #064e5a;
}

ul.around-loactions{position:relative;}
ul.around-loactions:after {
    content: "";
    position: absolute;
    left: 0;
    background: url(../images/tab-bg.png) no-repeat center bottom;
    width: 100%;
    height: 50px;
    bottom:65px; 
    z-index: 0;
}
.colorwhite{color:#ffffff !important;}
.subheading.colorwhite p {
    color: white;
}
section.ourservices.padding-70 {
    background-image: url(../images/globe-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    background-color: rgb(6 79 91);
}
.newslatterflex {
    display: flex;
    width: 100%;
}
input#email-newsletter-component {
    border-radius: 0px;
    height: 50px;
    font-family: 'Mulish';
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
      width: 250px;
}
input#sub_email {
    border-radius: 0px;
    height: 50px;
    font-family: 'Mulish';
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
    width: 250px;
}

.btn.newslatter {
    height: 50px;
    padding: 0 20px;
    text-align: center;
}
.btn.newslatter {
    background: #fe8a17;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Mulish';
    letter-spacing: 1px;
    line-height: normal;
    border: 1px solid #fe8a17;
    border-radius: 0px;
    font-size: 14px;
}
.footerlogo {
    max-width: 150px;
    margin-bottom: 15px;
}
.d-flex.countblock {
    justify-content: space-between;
}
.dt-sc-counter-icon-holder {
    text-align: center;
}
.dt-sc-counter-number p {
    margin: 0px;
    padding-bottom: 5px;
    color: #064f5b;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: normal;
    font-style: normal;
}
.dt-sc-counter-icon-holder h4 {
    font-size: 16px;
    color: #292929;
    font-family: 'Mulish';
    line-height: normal;
    margin: 0px;
}

.gaptop {
    padding-top: 50px;
}
.locations {
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 400;
    line-height: normal;
	    text-align: center;
    margin: 0px;
}
.locations{color:#6b6b6b;}
.countryname {
    color: #03515d;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    margin: 0px;
    font-family: 'Poppins';
    line-height: normal;
    text-transform: uppercase;
}
 /*ul.around-loactions li a{    padding: 0 0 90px;}
 ul.around-loactions li a:before {
    width: 30px;
    height: 30px;
    content: "";
    position: absolute;
    background-color: #000;
    border-radius: 50%;
    border: 5px solid #e7e7e7;
    top: 50%;
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 1;
}*/
.around-loactions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.subheading {
    text-align: center;
    padding-top: 10px;
}
.grouno a {
    text-decoration: none;
    color: #ffffff;
}
.grouno a:hover {
   
    color: #fc8916;
}

section#agent-registrss {
   background-color: #fd8a17;
    padding: 30px;
    text-align: center;
    padding-top: 130px;
}
span.lable-txt {
    color: black;
}
img.changealg {
    margin-left: 100px;
}
button#Register {
   font-size: 16px;
    text-transform: uppercase;
    width: 200px;
    line-height: normal;
    height: 50px;
    background: green;
    /* border: 0px; */
    color: white;
    margin-top: 32px;
    width: 250px;
    text-align: center;
    top: 6px;
    border-radius: 25px;
}
button#Register:hover {

     
    background: #fd8a17;
    
}
.panel.mt-15.text-white{padding:20px; background:#ffffff !important;}
.breadcrumbox h1.text-white {
    font-size: 30px;
    margin: 0px;
    padding: 0px;
    font-family: 'Mulish';
    text-transform: uppercase;
	padding-top: 20px;
    font-weight: 700;
    line-height: normal;
}
.agent-register {
    background-color:white;
     
}
.icon-wrapper {
    width: 80px;
    margin: 0 auto;
    background: #ebebeb;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.counton {
    font-size: 35px;
}
.subheading p {
    color: #6b6b6b;
    margin: 0px;
    font-size: 16px;
    font-family: 'Mulish';
    line-height: normal;
	    letter-spacing: 2px;
}
.serviceswrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

img.serviceicon {
    width: 70px;
}
.d-flex.threeitem {
    gap: 30px;
}
.serviceitem:hover {   background-position: left;}
.serviceitem {
     
    width: 100%;
	 background:linear-gradient(to left, white 50%, #ebedee 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
    padding: 30px;
}
.d-flex.iconwithcontentblock {
    align-items: center;
    gap: 30px;
}
.servicecontent h3 {
    font-size: 18px;
    color: #292929;
    margin: 0px;
    font-family: 'Poppins';
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
}
.servicecontent p {
    margin: 0px;
    font-size: 16px;
    line-height: normal;
    color: #6b6b6b;
    font-family: 'Mulish';
    padding-top: 5px;
}
/*
section.ourservices.padding-70{position:relative;}
section.ourservices.padding-70:before {
    content: "";
    position: absolute;
    background: #003a6c;
    top: 0;
    bottom: 0;
	opacity: .9;
    height: 100%;
    width: 100%;
}*/
.fleboxstyle h2 {
	    letter-spacing: 5px;
    text-transform: uppercase;
    color: #03505a;
    font-family: 'Poppins';
    font-size: 30px;
    margin: 0px;
}
.fleboxstyle p {
    color: #ffffff;
    font-weight: 400;
    font-family: 'Mulish';
    margin: 0px;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: normal;
}
.banner-content-block-wrapper {
    padding-bottom: 50px;
	text-align:center;
}
.banner-content-block-wrapper h1 {
    font-size: 45px;
	text-transform:uppercase;
    font-weight: 700;
    letter-spacing:1px;
    color: #ffffff;
    font-family: 'Poppins';
    line-height: normal;
    margin: 0px;
}
.d-flex.wrapper-innerlogin {
    gap: 20px;
}
.form-control.inputfield {
margin-left:5px;    
    height: 45px;
    border: 0px;
    width:270px;
    border-radius: 0px;
	    border: 1px solid orange;
    border-radius: 20px;
    font-family: 'Mulish';
    font-weight: 400;
}
.btn.btnlogin:hover {
    background: lightgray;
    color: black;
}
.icongroup {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    left: 0;
}
.input-icons{position:relative;}
.textfieldicon {
    width: 25px;
}

.formheading {
   
    align-items: stretch;
    gap: 5px;
    padding-bottom: 25px;
}
.formiconheading {
    width: 35px;
}

.formheading h2 {
    text-align:center;
    font-size: 26px;
    font-family: 'Poppins';
    font-weight: 700;
    margin: 0px;
    line-height: normal;
}
.form-control.inputfield:focus {
	border-color:#fc8916;
	box-shadow:unset;
	outline:unset;
    
}
.overbanner-login {
    position: absolute;
	z-index: 111;
    top: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    /* background: #fff; */
}

.login-area {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 350px;
    margin: 0 auto;
    border-radius: 25px;
    padding: 20px;
     background-color: white;

}

/*.login-area {
    text-align: -webkit-center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 400px;
    margin: 0 auto;
    border-radius: 25px;
    padding: 20px;
    background-color: white;

    height:400px;
}*/
.fieldwrapper label {
    display: block;
    font-size: 14px;
    font-family: 'Mulish';
    line-height: normal;
    padding-bottom: 5px;
    color: #000000;
    font-weight: 400;
}
.fieldwrapper{
    text-align: -webkit-center;
}
img.worldimg.rotaion {
    width: 100%;
}
.d-flex.flex-row-three {
    gap: 30px;
}
p#forgotmsg {
    font-size: 12px;
    color: red;
    font-family: 'Mulish';
}
.alignend{
	    align-items: flex-end;
    margin-top: 30px;
}
p#forgotmsg {
    margin: 0px;
}
p.text-black.forgetlik {
    margin: 0px !important;
}
a.forgetpassword.plogin {
    margin: 0px;
    font-size: 14px;
    font-weight: 400;
     font-family: 'Mulish';
    line-height: normal;
    text-decoration: underline;
    color: #fc8916;
}
.login-box.hidelogin {
    display: none;
}
.forgetlink-with-model {
    display: none;
}
.forgetlink-with-model.showforget {
    display: block;
}
.column-item.width35 {
    width: 35%;
}
.socialiconfooter ul li a:hover {
    background-color: #fc8a19;
}
.btn.newslatter:hover{background-color: #fc8a19; border-color:#fc8a19;}
ul.footer-links li a:hover {
    color: #fc8a19;
}
.footerlinks ul li a:hover{color: #fc8a19;}
.footericon p a:hover{color: #fc8a19;}
.column-item.width30 {
    width: 30%; 
}
.banner-img {
    width: 100%;
}.header-area-main {
     height:120px;
    background:#ffffff;
	    z-index: 1;
		
    padding: 5px 0px;
    position: relative;
    left: 0;
    right: 0;
}

.img-fluid.logo {
    margin-left:20px;
    max-width: 180px;
}
.primary-menu.d-inline-menu {
    display: inline-flex;
	    gap: 30px;
}
.primary-menu.d-inline-menu li a {
     text-decoration: none;
    font-size: 14px;
    line-height: normal;
    font-family: "Mulish", sans-serif;
	text-transform:uppercase;
 color: #292929;
    font-weight: 600;
}
.primary-menu.d-inline-menu li a:hover {
    color: #fc8916;
}
.gap-20{    gap: 20px;}
.inline-info li a {
    color: #ffffff;
    font-family: "Mulish", sans-serif;
    text-decoration: none;
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .whatwedo {
    padding: 15px;
    background: #f4f4f4;
}
  .header-area-main:after{display:none;}
  .primary-menu.d-inline-menu { display: none;}
  .contactno {
    display: none;
}
.d-flex.innerform {
    flex-wrap: wrap;
}
.d-flex.threeitem {
    flex-wrap: wrap;
}
ul.around-loactions {
    flex-wrap: wrap;
}
.d-flex.countblock {
    flex-wrap: wrap;
}
.wrapperfooter-inner {
    flex-wrap: wrap;
}
.wrapperinner-footer {
    flex-wrap: wrap;
}
.copyright-inner {
    flex-wrap: wrap;
}
.wrapper-servicegrid.d-flex {
 
 flex-wrap: wrap;
}
.d-flex.flex-row-three {
    flex-wrap: wrap;
}
.column-item.width35 {
    width: 100%;
}
.column-item.width30 {
    width: 100%;
}
.footer-flex-item.width30 {
    width: 100%;
}
input#email-newsletter-component {
    
    width: 100%;
}
input#sub_email {
    width: 100%;
}
    
.banner-wrapper.d-none-lg {
    display: block;
}
.bannerarea.d-none-xs {
    display: none;
}
.fottercontactinfo {
    
    flex-wrap: wrap;
}
.footer-flex-item.width70 {
    width: 100%;
}
.banner-content-block-wrapper h1 {
    font-size: 22px;
     
    line-height: 30px;
	        padding-bottom: 15px;
     
	 
}
.fleboxstyle {
   
gap: 5px;}
.img-fluid.logo {
            margin-left: 20px;
    max-width: 90px;
}
.banner-img {
     
    height:100vh;
}
.header-area-top-bar {
    display: none;
}
header.wrapper-header-group {
    width: 100%;
	        z-index: 9999999;
    top: 0;
    position: absolute;
}
.fleboxstyle p {
           letter-spacing: 0;
    font-size: 14px;
   
   

}
.login-area {
  margin: 25px;
        text-align: center;
        width: 100%;
        border-radius: 10px;
        /* padding: 10px; */
        margin-top: 70px;
}
.formheading {
    
    
    padding-bottom: 15px;
}
.formiconheading {
    width: 25px;
}
.formheading h2 {
    font-size: 20px;
    
}
.d-flex.wrapper-innerlogin {
    gap: 15px;
    flex-wrap: wrap;
}
.fieldwrapper.width20 {
    width: 100%;
    margin-top: 20px;
}
.padding-70 {
    padding: 30px 0px;
}
.d-flex.flex-row-three {
    gap: 30px;
    text-align: center;
}
.clipimage-text h1 {
font-size: 60px;}
.shortheading-center h4 {
    
    font-size: 18px;
     
}
.greater-center h2 {
    font-size: 18px;
     letter-spacing: 2px;
     
    padding-top: 5px;
}
.short-heading h4 {
    font-size: 20px;
    
}
.paragraphtext p {
    font-size: 14px;
    
    line-height: 22px;
   
    letter-spacing: unset;
}
.short-heading p {
    
    padding-bottom:15px;
    margin-bottom: 20px;
}
.short-heading p:before {
    
    height: 2px;
    width: 50px;
    
    margin: 0 auto;
    right: 0;
}
.fieldwrapper.width40 {
    width: 100%;
}
.verticlelineyellow {
width: 30px;}

.grid-item-services {
     border: 1px solid #003a6c;
    text-align: center;
    padding: 20px;
}
    .wrapper-servicegrid.d-flex {
         gap: 10px;
    }
	.grid-icon {
    padding-bottom: 10px;
}
.grid-title {
    padding-bottom: 10px;
}
section.ourservices.padding-100.bgimage {
     
    padding: 30px 0px;
}
p.setbefore.hidebefore:before{display:block;}
.wrapperflex {
   
    gap: 30px;
    flex-wrap: wrap;
}
.equal-width {
    width: 100%;
}
.d-flex.iconwithtext {
    gap: 16px;
    align-items: center;
    border-left: 3px solid #fc8916;
    background: #fff;
    padding: 15px 10px 0px 20px;
}
.short-heading {
    text-align: center;
}
.paragraphtext {
    text-align: center;
}
.paragraphtext ul {
    padding-left: 0;
    list-style: none;
}
.buttonblock {
    padding-top: 20px;
    text-align: center;
}
.item-title h2 {
     font-size: 18px;
     
    padding-bottom: 5px;
    
}
 
.wrapper-why-us-inner.d-flex {
    flex-wrap: wrap;
}
.d-flex.iconwithcontent {
    gap: 15px;
     max-width: 100%;
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
    padding: 10px;
	    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
}
.item-content p {
    font-size: 14px;
    font-family: 'Poppins';
    margin: 0;
    line-height: 22px;
    font-weight: 400;
    color: #292929;
}
.content-block {
    text-align: center;
}
.fleboxstyle h2 {
    letter-spacing: 0px;
    
	    text-align: center;
    font-size: 20px;
    margin: 0px;
}
.subheading p {
    color: #6b6b6b;
    margin: 0px;
    font-size: 14px;
    font-family: 'Mulish';
    line-height: normal;
    letter-spacing: 0px;
}
.dt-sc-counter-icon-holder {
    width: 50%;
	    margin-bottom: 30px;
}
.dt-sc-counter-icon-holder h4 {
font-size: 14px;}
.dt-sc-counter-number {
    padding-top: 10px;
}
.padding-bottom-70 {
    padding-bottom: 30px;
}
div#email-newsletter-help {
    text-align: left;
}
.footer-copyright {
    
    padding: 10px 0px;
    
}
    .copyright-inner {
         justify-content: center;
    }
	.footerlinks ul li a {
    
    padding-right: 5px;
}
.footerlinks ul {
     gap: 5px;
	 display:none;
 }
 .copyright-inner {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    .wrapperfooter-inner {
         gap: 30px;
		         justify-content: center;
    }
	.fottercontactinfo {
     gap: 0px;
}

.footericon {
    text-align: left;
}
.formfieldnewslatter {
    text-align: center;
	   width: 100%;
}
.inlineflexitem.borderlinelink {
    width: 100%;
}
.borderlinelink {
    border-left: 0px;
    padding-left: 0px;
}
.btn.newslatter {
    height: 40px;
    padding: 0 12px;
    text-align: center;
}
input#email-newsletter-component {
     height: 40px;
	 
}
input#sub_email {
    height: 40px;
}
    
.fottercontactinfo {
    flex-wrap: wrap;
    justify-content: left;
    padding-top: 30px;
}

.wrapper-footer-bottom {
    padding: 30px 0px;
	text-align: left;
}
img.worldimg.rotaion {
    width: 80%;
}
	.footer-links {
    display: flex;
    gap: 5px;
}
.d-flex.threeitem {
    gap: 15px;
}
ul.around-loactions:after{display:none;}
.gaptop {
    padding-top: 10px;
}
ul.around-loactions li {
    width: 50%;
	    text-align: center;
		margin-bottom:20px;
}
.contact-info-number {
    z-index: 111;
    display: none;
}

/*mobile menu*/
    .menu-toggle {
        display: block;
    }
	.menu-toggle span {
        width: 30px;
        height: 2.5px;
        background-color: #03515b;
        display: block;
        margin: 8px 0px;
        border-radius: 0px;
        box-shadow: unset;
    }
	    .menu-toggle.active span:nth-child(1) {
        transition: all 100ms ease-in-out;
        transform: rotate(45deg);
        transform-origin: top left;
    }
	    .menu-toggle.active span:nth-child(2) {
        transition: all 100ms ease-in-out;
        transform-origin: center;
        width: 0;
    }
	    .menu-toggle.active span:nth-child(3) {
        transition: all 100ms ease-in-out;
        transform: rotate(-45deg);
        transform-origin: bottom left;
    }
	ul.primary-menu.d-inline-menu.mobile-menu-active {
    display: block;
    left: 0;
    right: 0;
    width: 168px;
    position:static;
    background-color: #fff;
    bottom: 0;
    top: 82px;
}
.grid-item-services {
    
    width: 100%;
}
ul.primary-menu.d-inline-menu.mobile-menu-active li {
   
    padding: 10px 15px;
}
.wrapperhomepage.overflowhidden {
    overflow: hidden;
}
	 
}

a.btn-agent {
    text-decoration:none;
    color: black;
    background-color: #FFCF58;
    height: 60px;
    width: 216px;
    border-radius: 28px;
    font-size:18px;
}
a.btn-agent:hover {
  
   color: black;
    background-color: lightgray;

}
.aboutus-flag{
    display:flex;
}

/* Base Styles */
.aboutus-flag {
  padding: 18px;
  background-color: #f5f5f5;
  text-align: center;
}

.section-title {
    line-height: 30px;
  font-weight: bold;
  color: black;
  font-size:30px;
}


.city-flag {
  width: 50px;
  height: 50px;
  object-fit: cover;
  
}
.destination{
    margin-top:18px;
}
.aboutus-design{
    display:flex;
}

 
.about-images img {
     float:right;
    height: 60%;
    width:70%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100px 100px 100px 100px;
     transition: transform 0.3s ease-in-out;
}
.about-images img:hover {
    opacity:0.5;
    transform: rotate(-5deg);

}

 .image-anime {
    position: relative;
    overflow: hidden;
}
 /*.btn-area {
    margin-top: 32px;
}*/.btn-area {
    display: flex
;
    align-items: center;
}
 .header-btn1 {
     text-decoration:none;
    display: inline-block;
    font-size: 16px;
     background: #ED8A2D;
    color: white;
    padding: 16px 16px;
    transition: all 0.4s;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    height:50px;
    width:200px;
    text-align:center;
}
 .header-btn1:hover{
     background-color:green;
     color:white;
 }
 
 .about-auhtor-images img {
    height: 60%;
    width: 70%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100px;
     transition: transform 0.3s ease-in-out;
}
.about-auhtor-images img:hover {
    opacity: 0.5;
    transform: rotate(5deg);
}
 .about-auhtor-images {
    position: relative;
    z-index: 1;
    top: 100px;
}

 .service1-section-area .service-header-area {
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
    padding:5px;
}
 .service1-section-area .service-all-boxes-area {
    display: flex
;
   gap: 6px;
   padding-bottom:10px;
}
 .service1-section-area .service-all-boxes-area .service-boxarea {
    text-align: center;
    position: relative;
    padding: 50px 20px;
    border-radius: 8px 0 0 8px;
}
 .images-content-area.aos-init.aos-animate.active .img1 {
         transition: filter 0.3s ease;
}
 .images-content-area.aos-init.aos-animate.active .img1:hover {
        filter: brightness(1.2);
}
.service-all-boxes-area .service-boxarea.box2, .service-all-boxes-area .service-boxarea.box4{
    width:50%;
    background: white;
    border-radius: 0;
     transition: box-shadow 0.3s ease, transform 0.3s ease;
     border: 1px solid #F3A94A;
}
.service-all-boxes-area .service-boxarea.box1, .service-all-boxes-area .service-boxarea.box3{
    width:50%;
    background: #F3A94A;
    border-radius: 0;

     transition: box-shadow 0.3s ease, transform 0.3s ease;

}

.service-all-boxes-area .service-boxarea.box1:hover, .service-all-boxes-area .service-boxarea.box3:hover {

    box-shadow: 0 5px 15px rgba(0,0,0,0.3);

    transform: translateY(-5px);

}
.service-all-boxes-area .service-boxarea.box2:hover, .service-all-boxes-area .service-boxarea.box4:hover {

    box-shadow: 0 5px 15px rgba(0,0,0,0.3);

    transform: translateY(-5px);

}
 .service1-section-area .service-all-boxes-area .service-boxarea img {
    transition: all 0.4s;
}
 .space40 {
    height: 40px;
}
  .footer-design {
            display: flex;
            justify-content: space-between;
            width: 80%;
        }
        .contact-info{
            width: 100%;
            max-width: 48%;
            background-color: black;
            padding: 20px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            border-radius: 8px;
            position: relative;
            margin-bottom: 20px;
        }
        .contact-info h3 {
            margin-bottom: 15px;
            color: #fff;
            font-size:40px;
        }
       
        
        .contact-info .icon-con{
            font-size: 25px;
            color: #ED8A2D;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            justify-content: center;
            align-items: center;
            margin-right: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            transition: background-color 0.3s ease;
        }
        .contact-info .icon-con:hover {
            color: #ff6600; /* Hover effect */
        }
        .get-in-touch {
            width: 48%;
            background-color: lightgray;
            /*padding: 20px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
            border-radius: 8px;
        }
        .contact-info h2{
            margin-bottom: 15px;
            color: #ffffff;
        }
        .get-in-touch h2 {
            margin-bottom: 15px;
            color: #333;
        }
        .contact-info p{
             color: #ffffff;
            line-height:20px;
            font-size:15px;
        }
         .get-in-touch p {
            color: #555;
            line-height:20px;
            font-size:15px;
        }
        .get-in-touch form input {
            width: 50%;
            padding: 10px;
            margin: 10px 0;
            border: 1px solid #ccc;
            border-radius: 5px;
            margin-left:6px;
        }
        .get-in-touch form textarea,.get-in-touch form .servicetype {
            width:100%;
            padding: 10px;
            margin: 10px 0;
            border: 1px solid #ccc;
            border-radius: 5px;
        }
        .get-in-touch form button {
            background-color: #4CAF50;
            color: white;
            padding: 10px 15px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }
        .get-in-touch form button:hover {
            background-color: #45a049;
        }

 

/* Base Styles */
.wrapper-header-group {
    background: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.wrapper-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0;
    margin-right:96px;
}

.logo img {
    max-height: 50px;
}

.primary-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
}

.primary-menu li {
    display: inline-block;
}

.primary-menu a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    transition: color 0.3s;
}

.primary-menu a:hover {
    color: #ff6600;
}

.btn-agent {
    background: #ff6600;
    color: white;
    border: none;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    transition: background 0.3s;
}

.btn-agent:hover {
    background: #cc5500;
}

.hero1-section-area .elements1 {
    position: absolute;
    z-index: -1;
}
.heading1 h5 {
  
    border-radius: 8px;
    transition: all 0.4s;
    color:black;
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: 45px;
}

.content-design{
    text-align: justify;
    font-weight: bold;
    padding-top:45px;
    font-size:80px;
}

.hero1-section-area .header-images-area {
    position: relative;
}.hero1-section-area .header-images-area .main-images-area {
    position: relative;
    left: 100px;
}
 .hero1-section-area .header-images-area .main-images-area .img1 img {
   height: 542.01px;
    /*width: 404.95px;*/
    -o-object-fit: contain;
    object-fit: contain
        ;
}.hero1-section-area .header-images-area .main-images-area .img1 {
    position: relative;
    /*left: 60px;*/
    z-index: 1;

}/*.hero1-section-area .header-main-content .btn-area {
    display: ruby;
}*/
 .content-why-choose{
     font-size: 15px;
    text-align: justify;
 }


 p.aboutus-content {
     line-height:39px;
    text-align: justify;
    font-size: 17px;
}
 .service2-auhtor-boxarea.aos-init.aos-animate {
    border-radius: 11px;
    border: 1px solid orange;
    padding: 19px;
}


 
  @-webkit-keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-250px * 7));
    }
  }
  
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-250px * 7));
    }
  }
  .slider {
    background: white;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
    padding: 50px;
    height: 140px;
    overflow: hidden;
    margin: auto;
    position: relative;
    width: 80%;
  }
  .slider::before, .slider::after {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    padding: 50px;
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
  }
  .slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
  }
  .slider::before {
    left: 0;
    top: 0;
  }
  .slider .slide-track {
    -webkit-animation: scroll 15s linear infinite;
            animation: scroll 15s linear infinite;
    display: flex;
    width: calc(250px * 14);
  }
  .slider .slide {
    height: 100px;
    width: 250px;
  }
  

    /* Mobile Menu */
    .menu-toggle {
        display: none;
        background: none;
        border: none;
        font-size: 24px;
        cursor: pointer;
        color: #333;
    }
    a.btn.our-mission,a.btn.our-vision {
    background-color: orange;
    border-radius: 23px;
    width: 180px;
    height: 50px;
    color: white;
    padding-top:12px;
}
    
    section#OurMission {
    padding: 20px;
  margin-top:140px;
    text-align: justify;
}
    section#OurVission {
    padding: 20px;
  
    text-align: justify;
}
    .ourmission-content{
            border-left: 10px solid orange;
        padding:15px;
    }

    canvas#CaptchaCanvas {
    width: 100px;
}
    /*.section {
    padding: 12px 0;
}*/
    .page-header {
    padding: 20px;
    background-color: #d9d9d9;
    margin-top: 130px;
}

@media only screen and (max-width: 720px) {
    span.font-weight-extra-bold.custom-highlight-1.p-1.appear-animation.animated.customHighlightAnim.appear-animation-visible {
    font-size: 35px;
}
    .abtmobres{
        padding: 10px;
    text-align: -webkit-center;
    }
    .mobres{
        text-align:center;
    }
    .feature-box {
    display: contents!important;
}
    .contact-email {
    text-align: center !important;
    margin: 20px 0;
}
    .mobilelogo{
        display:none;
    }
    .header-images-area {
    height: 800px;
    margin-top: 0px;
}.whatwedo {
    padding: 15px;
    background: #f4f4f4;
}
    .whoweare {
    margin-top: 200px;
    background-color: black;
    padding:24px;
}
    section.section.section-with-shape-divider.section-height-3.overlay.overlay-show.overlay-color-tertiary.border-0.m-0 {
    margin-top: 100px !important;
}
    .col-sm-12.service-all-boxes.mobile-responsive {
    margin-top: 96px;
}
    .servicecard {
    background: #ffffff;
    border-radius: 16px;
    padding: 25px 20px;
    margin: 15px 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    text-align: left;
     height: 26% !important;
}
        .login-area {
          margin: 25px;
        text-align: center;
        width: 100%;
        border-radius: 10px;
        /* padding: 10px; */
        margin-top: 70px;
    }
    .service-all-boxes {
    display: inline-block !important;
}
     #hotsellingdestination{
        margin-top: 90%;
    }
    .innerform {
    display: inline-grid
;
}
  
    .menu-bar.active {
                margin-top: 9px;
        display: block;
        transform: translateY(0);
    }

    
    

    .primary-menu li a {
         transition: color 0.3s ease-in-out;
        display: block;
        padding: 10px 10px;
    }

    .primary-menu li:hover {
        background: #f4f4f4;
        transform: scale(1.05);
    }

  

    .menu-toggle {
        display: block;
        background: transparent;
        border: none;
        font-size: 24px;
        cursor: pointer;
        position: absolute;
        right: 15px;
        top: 15px;
        z-index: 2000;
        transition: transform 0.3s ease-in-out;
    }

    .menu-toggle.active {
        transform: rotate(90deg);
    }
    span.Travelerbooking {
    display: none !important;
}
    .slider img {
        width: auto;
    }

    .menu-toggle {
        display: block;
    }

    .menu-bar {
        direction: ltr;           ;
        display: none;
        position: absolute;
        top: 120px;
        left: 0;
        width: 100%;
        text-align: center;
    }

        .menu-bar.active {
                    margin-top: 9px;
            display: block;
        }

        .menu-bar ul {
            flex-direction: column;
        }

    .container-fluid.padding-70px {
        padding: 0px;
    }

    .hero1-section-area.padding-70px {
        padding: 0px;
    }

    .container-fluid.padding-top-90px {
        padding: 0px;
    }

    div#service {
        padding: 0px;
    }

    .container.padding-70px {
        padding: 0px;
    }

    .menu-bar ul li {
        margin: 10px 0;
    }

    /* Move Agent Registration button under menu */
    .contact-info-number {
        text-align: center;
        margin-top: 15px;
    }

    .hero1-section-area {
        margin-top: 75px;
    }

        .hero1-section-area .header-images-area .main-images-area .img1 img {
            height: 439.01px;
            width: 353.95px;
            -o-object-fit: contain;
            object-fit: cover;
        }

    .col-sm-12.aboutus-design.padding-30px {
        padding: 0px;
    }

    a.btn.our-mission, a.btn.our-vision {
        margin-top: 10px;
        background-color: orange;
        border-radius: 23px;
        width: 234px;
        height: 50px;
        color: white;
    }

    p.aboutus-content {
        line-height: 24px;
        text-align: justify;
        font-size: 17px;
    }

    h3.Travelerbooking {
        display: none;
    }

    .hero1-section-area .header-images-area .main-images-area {
        position: relative;
        left: 0px;
    }

    .col-sm-4.image-block {
        display: none;
    }

    .col-sm-3.image-block1 {
        display: none;
    }

    .about-auhtor-images {
        display: none;
    }

    .col-sm-5.padding-30px.contents-block {
        width: 100%;
    }

    .service-all-boxes-area .service-boxarea.box1, .service-all-boxes-area .service-boxarea.box3 {
        width: 100%;
        margin-top: 10px;
        background: #F3A94A;
        border-radius: 0;
    }

    .service-all-boxes-area .service-boxarea.box2, .service-all-boxes-area .service-boxarea.box4 {
        width: 100%;
        margin-top: 10px;
        background: white;
        border-radius: 0;
    }

    .service1-section-area .service-all-boxes-area {
        display: table;
    }

    .footer-design {
        display: table;
        justify-content: space-between;
        width: 100%;
    }

    .contact-info {
        width: 100%;
        max-width: 100%;
    }

    .get-in-touch {
        width: 100%;
    }

    .contact-info p {
        font-size: 9px;
    }

    .hero1-section-area .header-images-area .main-images-area {
        position: relative;
        left: 0px;
    }

    .img-fluid.logo {
                margin-left: 20px;
        max-width: 180px;
    }

    .service2-auhtor-boxarea.aos-init.aos-animate {
        margin-top: 7px;
        border-radius: 11px;
        border: 1px solid orange;
        padding: 19px;
    }

    .section-title {
        line-height: 18px;
        font-weight: bold;
        color: black;
        font-size: 14px;
    }

    td.ourmission-image {
        display: none;
    }

    section#OurMission {
        margin-top: 119px;
        padding: 20px;
        text-align: justify;
    }

    td.our-vision-img {
        display: none;
    }

    .heading1 h5 {
        font-size: 18px;
    }

    section#agent-registrss {
        padding-top: 138px;
    }

    .hero1-section-area.padding-120px {
        padding: 0px;
        height:630px;
    }
    .contact-info h2 {
   
    font-size: 24px;
}
    .content-design {
        display:none;
    text-align: center;
    font-weight: bold;
    padding-top: 70px;
    font-size: 80px;
    /* font-weight: bold; */
}
    .service1-section-area.padding-70px {
        padding: 0px;
    }

    .wrapper-header-inner {
        margin-right: 0px;
    }

    div#OTPPanel {
        top: 133px;
    }

    .breadcrumbox h1.text-white {
        font-size: 28px;
    }
    .forgetlik {
    display: none;
}
        .forgetpasslink{
        text-align: center;
            display:block!important;
        }
        a.forgetpassword {
    color: orange;
    text-decoration: none;
}
      
        a.agent-registers {
               margin-left: 80px;
        padding: 7px;
        width: 145px;
        border-radius: 35px;
        border: 1px solid orange;
        color: black;
        text-decoration: none;
       
    }
         .heading1 h5{
            margin-bottom: 0px;
        }
}

@media only screen and (max-width:375px) {
    span.font-weight-extra-bold.custom-highlight-1.p-1.appear-animation.animated.customHighlightAnim.appear-animation-visible {
    font-size: 35px;
}
    .abtmobres{
        padding: 10px;
    text-align: -webkit-center;
    }
     .mobres{
        text-align:center;
    }
    .feature-box {
    display: contents !important;
}
    .contact-email {
    text-align: center !important;
    margin: 20px 0;
}
    .whatwedo {
    padding: 15px;
    background: #f4f4f4;
}
     .mobilelogo{
        display:none;
    }
    .header-images-area {
    height: 800px;
    margin-top: 0px;
}
    .whoweare {
    margin-top: 200px;
    background-color: black;
    padding: 24px;
}
    section.section.section-with-shape-divider.section-height-3.overlay.overlay-show.overlay-color-tertiary.border-0.m-0 {
    margin-top: 100px !important;
}
    .col-sm-12.service-all-boxes.mobile-responsive {
    margin-top: 96px;
}
    .servicecard {
    background: #ffffff;
    border-radius: 16px;
    padding: 25px 20px;
    margin: 15px 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    text-align: left;
     height: 26% !important;
}
        .login-area {
        text-align: center;
        width: 100%;
        border-radius: 10px;
        padding: 15px;
    }
    .service-all-boxes {
     display: inline-block !important;
}
    #hotsellingdestination{
        margin-top: 90%;
    }
    .innerform {
    display: inline-grid
;
}
    span.Travelerbooking {
    display: none !important;
}
    .slider img {
        width: auto;
    }

    .menu-toggle {
        display: block;
    }

    .menu-bar {
        direction: ltr;
        display: none;
        position: absolute;
        top: 120px;
        left: 0;
        width: 100%;
        text-align: center;
    }

        .menu-bar.active {
                    margin-top: 9px;
            display: block;
        }

        .menu-bar ul {
            flex-direction: column;
        }

    .container-fluid.padding-70px {
        padding: 0px;
    }

    .hero1-section-area.padding-70px {
        padding: 0px;
    }

    .container-fluid.padding-top-90px {
        padding: 0px;
    }

    div#service {
        padding: 0px;
    }

    .container.padding-70px {
        padding: 0px;
    }

    .menu-bar ul li {
        margin: 10px 0;
    }

    /* Move Agent Registration button under menu */
    .contact-info-number {
        text-align: center;
        margin-top: 15px;
    }

    .hero1-section-area {
        margin-top: 75px;
    }

        .hero1-section-area .header-images-area .main-images-area .img1 img {
            height: 439.01px;
            width: 353.95px;
            -o-object-fit: contain;
            object-fit: cover;
        }

    .col-sm-12.aboutus-design.padding-30px {
        padding: 0px;
    }

    a.btn.our-mission, a.btn.our-vision {
        margin-top: 10px;
        background-color: orange;
        border-radius: 23px;
        width: 234px;
        height: 50px;
        color: white;
    }

    p.aboutus-content {
        line-height: 24px;
        text-align: justify;
        font-size: 17px;
    }

    h3.Travelerbooking {
        display: none;
    }

    .hero1-section-area .header-images-area .main-images-area {
        position: relative;
        left: 0px;
    }

    .col-sm-4.image-block {
        display: none;
    }

    .col-sm-3.image-block1 {
        display: none;
    }

    .about-auhtor-images {
        display: none;
    }

    .col-sm-5.padding-30px.contents-block {
        width: 100%;
    }

    .service-all-boxes-area .service-boxarea.box1, .service-all-boxes-area .service-boxarea.box3 {
        width: 100%;
        margin-top: 10px;
        background: #F3A94A;
        border-radius: 0;
    }

    .service-all-boxes-area .service-boxarea.box2, .service-all-boxes-area .service-boxarea.box4 {
        width: 100%;
        margin-top: 10px;
        background: white;
        border-radius: 0;
    }

    .service1-section-area .service-all-boxes-area {
        display: table;
    }

    .footer-design {
        display: table;
        justify-content: space-between;
        width: 100%;
    }

    .contact-info {
        width: 100%;
        max-width: 100%;
    }

    .get-in-touch {
        width: 100%;
    }

    .contact-info p {
        font-size: 7px;
    }

    .hero1-section-area .header-images-area .main-images-area {
        position: relative;
        left: 0px;
    }

    .img-fluid.logo {
        max-width: 180px;
    }

    .service2-auhtor-boxarea.aos-init.aos-animate {
        margin-top: 7px;
        border-radius: 11px;
        border: 1px solid orange;
        padding: 19px;
    }

    .section-title {
        line-height: 18px;
        font-weight: bold;
        color: black;
        font-size: 14px;
    }

    td.ourmission-image {
        display: none;
    }

    section#OurMission {
        margin-top: 119px;
        padding: 20px;
        text-align: justify;
    }

    td.our-vision-img {
        display: none;
    }

    .heading1 h5 {
        font-size: 18px;
    }

    section#agent-registrss {
        padding-top: 138px;
    }

    .hero1-section-area.padding-120px {
        padding: 0px;
        height:630px;
    }
    .contact-info h2 {
   
    font-size: 24px;
}
    .content-design {
    text-align: center;
    font-weight: bold;
    padding-top: 70px;
    font-size: 80px;
    /* font-weight: bold; */
}
    .service1-section-area.padding-70px {
        padding: 0px;
    }

    .wrapper-header-inner {
        margin-right: 0px;
    }

    .breadcrumbox h1.text-white {
        font-size: 28px;
    }
    .forgetlik {
    display: none;
}
        .forgetpasslink{
                    text-align: center;
            display:block!important;
        }
        a.forgetpassword {
    color: orange;
    text-decoration: none;
}
      
        a.agent-registers {
                margin-left: 155px;
        padding: 7px;
        width: 145px;
        border-radius: 35px;
        border: 1px solid orange;
        color: black;
        text-decoration: none;
       
    }
         .heading1 h5{
            margin-bottom: 0px;
        }
}
@media only screen and (max-width:991px) {
    span.font-weight-extra-bold.custom-highlight-1.p-1.appear-animation.animated.customHighlightAnim.appear-animation-visible {
    font-size: 35px;
}
    .abtmobres{
        padding: 10px;
    text-align: -webkit-center;
    }
     .mobres{
        text-align:center;
    }
    .feature-box {
    display: contents !important;
}
    .contact-email {
    text-align: center !important;
    margin: 20px 0;
}
    .whatwedo {
    padding: 15px;
    background: #f4f4f4;
}
     .mobilelogo{
        display:none;
    }
    .header-images-area {
    height: 800px;
    margin-top: 0px;
}
    .whoweare {
    margin-top: 200px;
    background-color: black;
    padding: 24px;
}
    section.section.section-with-shape-divider.section-height-3.overlay.overlay-show.overlay-color-tertiary.border-0.m-0 {
    margin-top: 100px !important;
}
    .col-sm-12.service-all-boxes.mobile-responsive {
    margin-top: 96px;
}
    .servicecard {
    background: #ffffff;
    border-radius: 16px;
    padding: 25px 20px;
    margin: 15px 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    text-align: left;
height: 26% !important;}
        .login-area {
       margin: 25px;
        text-align: center;
        width: 100%;
        border-radius: 10px;
        /* padding: 10px; */
        margin-top: 70px;
    }
    .service-all-boxes {
     display: inline-block !important;
}
     #hotsellingdestination{
        margin-top: 90%;
    }
    .innerform {
    display: inline-grid
;
}
    span.Travelerbooking{
    display: none !important;
}
    .slider img {
        width: auto;
    }

    .menu-toggle {
        display: block;
    }

    .menu-bar {
        direction: ltr;
        display: none;
        position: absolute;
        top: 120px;
        left: 0;
        width: 100%;
        text-align: center;
    }

        .menu-bar.active {
                    margin-top: 9px;
            display: block;
        }

        .menu-bar ul {
            flex-direction: column;
        }

    .container-fluid.padding-70px {
        padding: 0px;
    }

    .hero1-section-area.padding-70px {
        padding: 0px;
    }

    .container-fluid.padding-top-90px {
        padding: 0px;
    }

    div#service {
        padding: 0px;
    }

    .container.padding-70px {
        padding: 0px;
    }

    .menu-bar ul li {
        margin: 10px 0;
    }

    /* Move Agent Registration button under menu */
    .contact-info-number {
        text-align: center;
        margin-top: 15px;
    }

    .hero1-section-area {
        margin-top: 75px;
    }

        .hero1-section-area .header-images-area .main-images-area .img1 img {
            height: 439.01px;
            width: 353.95px;
            -o-object-fit: contain;
            object-fit: cover;
        }

    .col-sm-12.aboutus-design.padding-30px {
        padding: 0px;
    }

    a.btn.our-mission, a.btn.our-vision {
        margin-top: 10px;
        background-color: orange;
        border-radius: 23px;
        width: 234px;
        height: 50px;
        color: white;
    }

    p.aboutus-content {
        line-height: 24px;
        text-align: justify;
        font-size: 17px;
    }

    h3.Travelerbooking {
        display: none;
    }

    .hero1-section-area .header-images-area .main-images-area {
        position: relative;
        left: 0px;
    }

    .col-sm-4.image-block {
        display: none;
    }

    .col-sm-3.image-block1 {
        display: none;
    }

    .about-auhtor-images {
        display: none;
    }

    .col-sm-5.padding-30px.contents-block {
        width: 100%;
    }

    .service-all-boxes-area .service-boxarea.box1, .service-all-boxes-area .service-boxarea.box3 {
        width: 100%;
        margin-top: 10px;
        background: #F3A94A;
        border-radius: 0;
    }

    .service-all-boxes-area .service-boxarea.box2, .service-all-boxes-area .service-boxarea.box4 {
        width: 100%;
        margin-top: 10px;
        background: white;
        border-radius: 0;
    }

    .service1-section-area .service-all-boxes-area {
        display: table;
    }

    .footer-design {
        display: table;
        justify-content: space-between;
        width: 100%;
    }

    .contact-info {
        width: 100%;
        max-width: 100%;
    }

    .get-in-touch {
        width: 100%;
    }

    .contact-info p {
        font-size: 9px;
    }

    .hero1-section-area .header-images-area .main-images-area {
        position: relative;
        left: 0px;
    }

    .img-fluid.logo {

                margin-left: 20px;
        max-width: 180px;
    }

    .service2-auhtor-boxarea.aos-init.aos-animate {
        margin-top: 7px;
        border-radius: 11px;
        border: 1px solid orange;
        padding: 19px;
    }

    .section-title {
        line-height: 18px;
        font-weight: bold;
        color: black;
        font-size: 14px;
    }

    td.ourmission-image {
        display: none;
    }

    section#OurMission {
        margin-top: 119px;
        padding: 20px;
        text-align: justify;
    }

    td.our-vision-img {
        display: none;
    }

    .heading1 h5 {
        font-size: 18px;
    }

    section#agent-registrss {
        padding-top: 138px;
    }

    .hero1-section-area.padding-120px {
        padding: 0px;
        height:630px;
    }
    .contact-info h2 {
  
    font-size: 24px;
}
    .content-design {
        display:none;
    text-align: center;
    font-weight: bold;
    padding-top: 70px;
    font-size: 80px;
    /* font-weight: bold; */
}

    .service1-section-area.padding-70px {
        padding: 0px;
    }

    .wrapper-header-inner {
        margin-right: 0px;
    }

    div#OTPPanel {
        top: 133px;
    }

    .breadcrumbox h1.text-white {
        font-size: 28px;
    }
    a.agent-registers {     
           text-align: center;
    display: block !important;
}
    a.forgetpassword {
    color: orange;
    text-decoration: none;
}
      
        a.agent-registers {
                margin-left: 80px;
        padding: 7px;
        width: 145px;
        border-radius: 35px;
        border: 1px solid orange;
        color: black;
        text-decoration: none;
       
    }
         .heading1 h5{
            margin-bottom: 0px;
        }
}
      @media only screen and (max-width:768px){
          span.font-weight-extra-bold.custom-highlight-1.p-1.appear-animation.animated.customHighlightAnim.appear-animation-visible {
    font-size: 35px;
}
          .abtmobres{
        padding: 10px;
    text-align: -webkit-center;
    }
           .mobres{
        text-align:center;
    }
    .feature-box {
    display: contents !important;
}
    .contact-email {
    text-align: center !important;
    margin: 20px 0;
}
          .whatwedo {
    padding: 15px;
    background: #f4f4f4;
}
           .mobilelogo{
        display:none;
    }
          .header-images-area {
    height: 800px;
    margin-top: 0px;
}
          .whoweare {
    margin-top: 200px;
    background-color: black;
    padding: 24px;
}
          section.section.section-with-shape-divider.section-height-3.overlay.overlay-show.overlay-color-tertiary.border-0.m-0 {
    margin-top: 100px !important;
}
          .col-sm-12.service-all-boxes.mobile-responsive {
    margin-top: 96px;
}
          .servicecard {
    background: #ffffff;
    border-radius: 16px;
    padding: 25px 20px;
    margin: 15px 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    
    text-align: left;
   height: 26% !important;
}
              .login-area {

                 margin: 25px;
        text-align: center;
        width: 100%;
        border-radius: 10px;
        /* padding: 10px; */
        margin-top: 70px;
    }
          .service-all-boxes {
    display: inline-block !important;
}
           #hotsellingdestination{
        margin-top: 90%;
    }
          .innerform {
    display: inline-grid
;
}

        span.Travelerbooking {
    display: none !important;
}
           .slider img{
      width: auto;
    }
        .menu-toggle {
            display: block;
        }

        .menu-bar {direction: ltr;
            display: none;
            position: absolute;
            top: 109px;
            left: 0;
            width: 100%;
             text-align: center;
        }

        .menu-bar.active {
                    margin-top: 9px;
            display: block;
            background-color:white;
        }

        .menu-bar ul {
            flex-direction: column;
        }
        .container-fluid.padding-70px {
    padding: 0px;
}
        .hero1-section-area.padding-70px {
    padding: 0px;
}

        .container-fluid.padding-top-90px {
    padding: 0px;
}
        div#service {
    padding: 0px;
}
        .container.padding-70px {
    padding: 0px;
}

        .menu-bar ul li {
            margin: 10px 0;
        }

        /* Move Agent Registration button under menu */
        .contact-info-number {
            text-align: center;
            margin-top: 15px;
        }
        .hero1-section-area {
    margin-top: 75px;
}
        .hero1-section-area .header-images-area .main-images-area .img1 img {
    height: 439.01px;
    width: 353.95px;
     -o-object-fit: contain;
    object-fit: cover;
}
        .col-sm-12.aboutus-design.padding-30px {
    padding: 0px;
}
        a.btn.our-mission, a.btn.our-vision {
    margin-top: 10px;
    background-color: orange;
    border-radius: 23px;
    width: 234px;
    height: 50px;
    color: white;
}
        p.aboutus-content {
    line-height: 24px;
    text-align: justify;
    font-size: 17px;
}
       h3.Travelerbooking {
    display: none;
}
        
        .hero1-section-area .header-images-area .main-images-area {
    position: relative;
    left:0px;
}
        .col-sm-4.image-block {
    display: none;
}
        .col-sm-3.image-block1{
            display:none;
        }
 .about-auhtor-images {
    display: none;
}.col-sm-5.padding-30px.contents-block {
    width: 100%;
}
 .service-all-boxes-area .service-boxarea.box1, .service-all-boxes-area .service-boxarea.box3 {
    width: 100%;
    margin-top: 10px;
    background: #F3A94A;
    border-radius: 0;
}
 .service-all-boxes-area .service-boxarea.box2, .service-all-boxes-area .service-boxarea.box4 {
    width: 100%;
            margin-top: 10px;
    background: white;
    border-radius: 0;
}
 .service1-section-area .service-all-boxes-area {
    display: table;
   
}

 .footer-design {
    display: table;
    justify-content: space-between;
    width: 100%;
}
            .contact-info {
                width: 100%;
                max-width: 100%;
            }

            .get-in-touch {
                width: 100%;
            }
            .contact-info p {
   
    font-size: 9px;
}
            .hero1-section-area .header-images-area .main-images-area {
    position: relative;
    left:0px;
}
                .img-fluid.logo {
                            margin-left: 20px;
        max-width: 180px;
    }
           .service2-auhtor-boxarea.aos-init.aos-animate {
    margin-top: 7px;
    border-radius: 11px;
    border: 1px solid orange;
    padding: 19px;
}
           .section-title {
    line-height: 18px;
    font-weight: bold;
    color: black;
    font-size: 14px;
}
           td.ourmission-image {
    display: none;
}
           section#OurMission {
    margin-top: 119px;
    padding: 20px;
    text-align: justify;
}
           td.our-vision-img {
    display: none;
}
            .heading1 h5 {
                font-size: 18px;
            }
            section#agent-registrss {
    
   padding: 14px;
        padding-top: 123px;
}
           .hero1-section-area.padding-120px {
    padding: 0px;
    height:630px;
}
           .contact-info h3 {
    font-size: 24px;
}
           .content-design {
               display:none;
    text-align: center;
    font-weight: bold;
    padding-top: 70px;
    font-size: 80px;
    /* font-weight: bold; */
}
           .service1-section-area.padding-70px {
    padding: 0px;
}
           .wrapper-header-inner {
    
    margin-right: 0px;
}
           div#OTPPanel {
    top: 50px;
}
        .breadcrumbox h1.text-white {
            font-size: 28px;
        }
        .forgetlik {
    display: none;
}
        .forgetpasslink{
                    text-align: center;
            display:block!important
                ;
        }
         a.forgetpassword {
    color: orange;
    text-decoration: none;
}
      
        a.agent-registers {
                margin-left: 80px;
        padding: 7px;
        width: 145px;
        border-radius: 35px;
        border: 1px solid orange;
        color: black;
        text-decoration: none;
    }
        .heading1 h5{
            margin-bottom: 0px;
        }
      }

      .section.section-with-shape-divider {
    position: relative;
    overflow: hidden;
}
      .section.section-with-shape-divider .shape-divider.shape-divider-bottom {
    top: auto;
    bottom: 0;
}
      .section.section-with-shape-divider .shape-divider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 1;
}
      .section.section-with-shape-divider .shape-divider svg {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    transform: translate3d(-50%, 0, 0);
}
      .transform3dxy-n50 {
    transform: translate3d(-50%, -50%, 0);
}
      .position-relative {
    position: relative !important;
}
      .position-absolute {
    position: absolute !important;
}
      .custom-box-shadow-1 {
    box-shadow: 0 0px 90px -55px rgba(0, 0, 0, 0.25) !important;
}
      .fadeInLeftShorter {
    animation-name: fadeInLeftShorter;
}
      .custom-line {
    border-bottom-color: var(--primary);
}
      .mb-2 {
    margin-bottom: .5rem !important;
}

.align-items-center {
    align-items: center !important;
}


      .top-50pct {
    top: 50%;
}
      .service-all-boxes{
          display:flex;
      }
      .whatwedo{
          background:#f4f4f4;
      }
      .OurBenefits{
             background:#f4f4f4;
             padding-bottom:50px;
      }
      .servicecard{
             background: #ffffff;
    border-radius: 16px;
    padding: 25px 20px;
    margin: 15px 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    text-align: left;
    height: 80%;
      }
      .servicespace {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.servicespace h5 {
    margin: 0;
}

.servicespace span {
    margin-bottom: 0;
}

      .servicecard h5 {
    font-size: 2rem;
    color: orange;
    margin-bottom: 10px;
    font-weight: bold;
}

/* Title Styling */
.servicecard span {
    display: block;
    font-size: 1.125rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

/* Paragraph Text */
.servicecard p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #555;
}

/* Hover Effect */
.servicecard:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 123, 255, 0.2);
}

      .appear-animation-visible {
    opacity: 1;
}
      .font-weight-semibold, .font-weight-semi-bold {
    font-weight: 600 !important;
}
      .line-height-3 {
    line-height: 1.3 !important;
}

.text-color-primary, .text-primary {
    color: orange !important;
}
    .custom-line {
    border-bottom-color: #008db4;
}
.customLineAnimation {
    animation-name: customLineAnimation;
}
.custom-line {
    display: inline-block;
    width: 50px;
    border-bottom: 3px solid  #dbdbdb;
}
.section.section-with-shape-divider .shape-divider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 1;
}

.section.section-with-shape-divider .shape-divider svg {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    transform: translate3d(-50%, 0, 0);
}
section.section.section-height-3 {
    padding: 25.846px 0;
    /*padding: 4.6153846154rem 0;*/
}
.section.section-with-shape-divider {
   color: white;

    position: relative;
    overflow: hidden;
}
.custom-svg-fill-color-tertiary-darken {
    fill: orange;
}
.section.section-with-shape-divider .shape-divider.shape-divider-bottom {
    top: auto;
    bottom: 0;
}
.accordion .card:first-of-type, .accordion .card:not(:first-of-type):not(:last-of-type), .accordion .card:last-of-type {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: .25rem;
}
.accordion .card:first-child {
    margin-top: 0;
}
.custom-accordion-style-1 > .card {
    border: 1px solid transparent !important;
    transition: ease border-color 300ms;
}
.card {
    position: relative;
    
    border: 1px solid rgba(0, 0, 0, 0.06);
}
.accordion .card-header {
    padding: 0;
    border-radius: .25rem;
    border-bottom: 0;
    margin: -1px;
}
.custom-accordion-style-1 > .card .card-header a.collapsed {
    background-color: #fff;
}
.accordion .card-title {
    font-size: 16px;
}

.custom-accordion-style-1 .card {
    border: none;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    border-radius: 0;
    box-shadow: none;
}

.custom-accordion-style-1 .card-header {
    background-color: #fff;
    padding: 0rem;
    cursor: pointer;
    border-bottom: none;
}

.custom-accordion-style-1 .card-title a {
    display: block;
    text-decoration: none;
    color: #333;
    transition: color 0.3s ease;
}

.custom-accordion-style-1 .card-title a:hover {
    color: orange;
}

.custom-accordion-style-1 .card-body {
    padding: 1rem;
    background-color: #fff;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.m-0 {
    margin: 0 !important;
}
#footer {
    background: #212529;
    border-top: 4px solid #212529;
    font-size: 0.9em;
    margin-top: 50px;
    padding: 0;
    position: relative;
    clear: both;
}
#footer .footer-copyright {
    background: #16181b;
}
.bg-color-secondary, .bg-secondary {
    background-color: #363636 !important;
}
#footer a:not(.btn):not(.no-footer-css).text-color-light {
    color: #FFF !important;
}
#footer a:not(.btn):not(.no-footer-css) {
    color: #a3b2c7;
}
#footer a:not(.btn):not(.no-footer-css) {
    color: #777;
    transition: all 0.1s ease-in-out;
}
#footer a:not(.btn):not(.no-footer-css) {
    color: #a3b2c7;
}
#footer a:not(.btn):not(.no-footer-css) {
    color: #777;
    transition: all 0.1s ease-in-out;
}
.btn-moderns{
        border-radius: 25px;
    background-color: #FFCF58;
    border-color: #FFCF58;
}
#footer p, #footer a:not(.btn), #footer span, #footer li, #footer .footer-copyright p {
    color: #a3b2c7;
}
#footer a:not(.btn):not(.no-footer-css).text-color-light {
    color: #FFF !important;
}
.svg-fill-color-light {
    fill: #FFF !important;
}
.svg-fill-color-light svg path, .svg-fill-color-light svg rect, .svg-fill-color-light svg line, .svg-fill-color-light svg polyline, .svg-fill-color-light svg polygon {
    fill: #FFF !important;
}
#footer p, #footer a:not(.btn), #footer span, #footer li, #footer .footer-copyright p {
    color: #a3b2c7;
}
.font-weight-semibold, .font-weight-semi-bold {
    font-weight: 600 !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.line-height-1 {
    line-height: 1 !important;
}
.text-2 {
    font-size: .9em !important;
}
.feature-box {
    display: flex
;
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
    color: #FFF ;
}
.mb-1 {
    margin-bottom: .25rem !important;
}

/* Global fade-in on section */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Text Slide In */
@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Image Zoom In */
@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.hero1-section-area {
    animation: fadeInUp 1s ease-out forwards; /* <- 'forwards' retains final state */
}

/* Headings */
.heading1 .content-design h5,
.heading1 .content-design h3 {
    animation: slideInLeft 1s ease forwards;
    animation-delay: 0.3s;
}

/* Login box */
.login-box {
    animation: fadeInUp 1s ease-in-out forwards;
    animation-delay: 0.6s;
}

/* Image */
.header-images-area .img1 img {
    animation: zoomIn 1.2s ease forwards;
    animation-delay: 0.8s;
}
@keyframes floatAllDirection {
    0% {
        transform: translate(0px, 0px);
    }
    25% {
        transform: translate(10px, -10px);
    }
    50% {
        transform: translate(0px, -15px);
    }
    75% {
        transform: translate(-10px, -10px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}

.float-animation {
    animation: floatAllDirection 6s ease-in-out infinite;
}
/* Style for the divider wrapper */
.elementor-divider {
    --divider-color: #007bff; /* Main theme color */
    --divider-pattern-url: none;
    border: none;
    height: auto;
    position: relative;
    text-align: center;
    margin: 40px auto;
    background: transparent;
}

/* Style for the decorative pattern line */
.elementor-divider::before {
    content: "";
    display: block;
    height: 24px;
    background: var(--divider-pattern-url) center/contain repeat-x;
    opacity: 0.5;
}

/* Icon container */
.elementor-divider__element {
    background-color: #fff;
    border: 2px solid #ff7f00;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -35px;
    z-index: 2;
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.15);
    transition: transform 0.3s ease;
}

/* Icon style */
.elementor-divider__element svg {
    width: 24px;
    height: 24px;
    fill: #ff7f00;
    transition: fill 0.3s ease;
}

/* Hover Effect */
.elementor-divider__element:hover {
    transform: scale(1.1);
}

.elementor-divider__element:hover svg {
    fill: #0056b3;
}


.contact-email {
    text-align: left;
    margin: 20px 0;
}

.contact-label {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    margin-bottom: 8px;
}

.contact-link {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    color: #007bff;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    background-color: #f1f9ff;
    transition: all 0.3s ease;
}

.contact-link:hover {
    background-color: lightgray;
    color: #fff;
    text-decoration: none;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px; /* Adjust based on your header height */
}
.custom-accordion-style-1 > .card .card-header a.collapsed:after {
    transform: translate3d(0, -50%, 0) rotate(0deg);
}

.custom-accordion-style-1 > .card .card-header a:after {
    content: '+';
    position: absolute;
    top: 50%;
    right: 25px;
    font-size: inherit;
    font-weight: inherit;
    transform: translate3d(0, -50%, 0) rotate(45deg);
    transform-origin: 50% 50%;
    transition: ease transform 300ms;
}
.custom-accordion-style-1 > .card .card-header a:not(.collapsed) {
    color: black !important;
}
.custom-accordion-style-1 > .card .card-header a {
    background-color: #FFCF58;
}
.custom-accordion-style-1 > .card .card-header a {
    position: relative;
    padding: 23px 30px;
    background-color:#FFCF58;
    transition: ease background-color 300ms, ease color 300ms;
}

@keyframes slideFromTop {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideFromBottom {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Increase animation duration to 2.5s */
.animate-from-top {
  animation: slideFromTop 2.5s ease-out forwards;
}

.animate-from-bottom {
  animation: slideFromBottom 2.5s ease-out forwards;
}
