body{
    font-family: "Inter", sans-serif;
    overflow-x: clip !important;
}

:root {
    --primary-color: #4769b1;
    --secondary-color:#ffc727;
}
h1,h2,h3,h4,h5,h6{
   font-family: "Inter", sans-serif;
   color:#2c2c2c;
   
}
img{
    height:auto;
    max-width:100% !important;
}
p{
   
    font-size:15px;
   
    margin-bottom: 0;
    line-height:1.8;
    color:#343434;
}
a{
    text-decoration:none;
}
/*section title*/
.section-titls{
    margin-bottom: 2rem;
}
.small-title{
    position: relative;
    font-size: 14px;
    font-weight: 600;
    /* background: #ffc727; */
    /* border-radius: 20px; */
    max-width: fit-content;
    margin-bottom: 0.7rem;
    margin: auto;
    text-transform: UPPERCASE;
    color: var(--primary-color);
    font-family: "Inter", sans-serif;
}
.big-title{
   font-size: 31px;
    margin-bottom: 0.1rem;
    line-height: 1.4;
    font-weight: 800;
    text-transform: capitalize;
}

/*section-title-end*/
.our-about-section{ 
    position:relative;
    background-size: auto;
    padding: 3rem 0;
    background: url(../images/bg/our-security-bg-shape.svg) no-repeat;
    background-position: left -255px center;
}
.our-about-section .section-titls{
    margin-bottom: 1rem;
}
.our-about-section .small-title{
    margin: unset;
}

.abvoutred{
        max-width: 90%;
}


.our-about-img {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: end;
    position: relative;
}

.check-list-wrap.list-two-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
}

.check-list-wrap {
    margin-bottom: -0.5em;
}
.check-list-wrap.list-two-col li {
    padding-right: 15px;
}
.check-list-wrap.list-two-col li {
    flex: 1 1 50%;
    max-width: 50%;
    padding-right: 15px;
    text-transform: capitalize;
    font-family: "Inter", sans-serif;
}
.check-list-wrap li {
    position: relative;
    padding: .5rem 0 .5rem 1.875rem;
    line-height: inherit;
    list-style-type: none;
        color: #000;
}
.check-list-wrap li:before {
   position: absolute;
    top: 8px;
    left: 0;
    font-family: flaticon_normal-icon !important;
    content: "\f1b7";
    font-weight: 900;
    line-height: 1.5rem;
    color: #fff;
    background: #4769b1;
    border-radius: 50%;
    min-width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 10px;
}

.btn-default {
        position: relative;
    display: inline-block;
    background: var(--primary-color);
    border-radius: 50px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1em;
    text-transform: capitalize;
    border: none;
    padding: 16px 50px 16px 16px;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    z-index: 0;
}

.btn-default::before {
    content: '';
    position: absolute;
    top: 50%;
    bottom: 0;
   right: -0.5rem;
    transform: translate(-16px, -50%);
    width: 30px;
    height: 30px;
    background-color: #fff;
    background-image: url(../images/svg/arrow-dark.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px auto;
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
}
.btn-default:hover::before {
    transform: translate(-13px, -50%);
}

.guarantee-btn{
    padding-top: 1.1rem;
        z-index: 2;
}
/*why-choose-section-start*/


.division-ontop{
    position:relative;
    bottom:-1px;
}
.why-choose-section{
   position: relative;
    padding: 1rem 0 5rem;
    background:var(--primary-color);
}
.why-choose-box{
    position: relative;
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    overflow: hidden;
    z-index: 1;
    height:100%;
    background:#fff;
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1);
}
.why-choose-box:before {
    content: "";
    position: absolute;
    right: -55px;
    width: 95px;
    height: 95px;
    bottom: -50px;
    border-radius: 35px;
    background-color:#fdca32;
    transition: all .3s;
    z-index: -1;
}
.why-choose-box:hover:before {
   
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
   
}
.why-choose-box .svg {
    height: 60px;
    width: 60px;
}
.why-choose-box .icon{
    text-align:center;
}
.why-heading {
   margin-top: 20px;
}
.why-heading h5{
    font-weight: 700;
    line-height: 1.25;
    color: #000;
    font-size: 18px;
    text-align: center;
}
.why-choose-box:hover .icon img{
   filter: brightness(0) invert(1);
}
.why-choose-box .icon img{
    filter: invert(34%) sepia(86%) saturate(431%) hue-rotate(183deg) brightness(96%) contrast(85%);
}
/*why-choose-section-end*/

.our-service-section{
    position:relative;
    padding:12rem 0 2rem;
      overflow: hidden;
      background:linear-gradient(180deg, #f4f7fd -3.62%, #FFFFFF 99.94%);
}
.our-service-section .row{
        row-gap: 50px;
}
.our-service-outer {
   position: relative;
       text-align: -webkit-center;
    padding: 25px 20px;
    border: 1px solid #E9EDFF;
    border-radius: 10px;
    background: linear-gradient(180deg, #f1f3f7 0% 0%, rgba(231, 235, 255, 0.00) 100% 100%);
    transition: all 0.4s;
    height: 100%;
}
.swipe-servicesd .swiper-button-next:after, .swipe-servicesd .swiper-button-prev:after{
    color: #5d6579;
    height: 35px;
    width: 40px;
    min-width: 40px;
    border-radius: 5px;
    display: flex
;
    font-size: 13px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    align-items: center;
    justify-content: center;
}
.swipe-servicesd .swiper-button-next, .swipe-servicesd .swiper-button-prev{
    top: 0;
    z-index: 99;
    margin-top: 0;
}
.swipe-servicesd .swiper-button-prev{
   left: calc(100% - 90px);

}
.swipe-servicesd .swiper-wrapper{
    margin-top:5em;
}
.our-service-section .section-titls{
    margin-bottom: -3rem;
}
.servsd-btn{
    position: relative;
    border: 1px solid #E9EDFF;
    font-weight: 500;
    padding: 8px 28px;
    padding-right:50px;
    border-radius: 30px;
    max-width: max-content;
    display: block;
    font-size: 15px;
    color: #3a4258;
    transition: all 0.4s;
}
.our-service-outer:hover .servsd-btn{
    background:var(--primary-color);
    color:#fff !important;
}
.servsd-btn i{
    font-size: 20px;
    display: inline-block;
    position: absolute;
    right: 25px;
}
.our-service-outer:hover {
    transition: all 0.4s;
    transform: translateY(-10px);
}
.our-service-section .shape2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.our-service-section .shape1 {
   position: absolute;
    top: 1.2rem;
    left: 0;
    z-index: 0;
}
.animate1 {
    position: relative;
    animation-name: animate1;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}



@keyframes animate1{
    0% {
    transform: translateY(0px);
}

100% {
    transform: translateY(-20px);
}
}
.readmore-btn {
    position: relative;
    display: inline-block;
    color: #000;
    font-size: 16px;
    font-weight:400;
    text-transform: capitalize;
    padding: 5px 42px 5px 0;
    transition: all 0.3s ease-in-out;
}

.feature-readmore-btn .readmore-btn{
    font-weight: 600;
    font-size: 15px;
    background: #4769b1;
    border-radius: 40px;
    color: #fff;
    padding: 10px 45px 10px 10px;
}
.readmore-btn:after {
    content: '';
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translate(-2px, -50%);
    background: url(../images/svg/arrow-dark.svg), linear-gradient(90deg, #ffffff 0%, #ffffff 100%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    transition: all 0.3s ease-in-out;
}


.we-service-section {
    position: relative;
    margin-bottom: 3rem;
    display: flex;
    align-items: center;
}
.we-service-section .section-titls{
        max-width: 75%;
}
/*.we-service-section .section-titls{*/
/*        margin-bottom: unset;*/
/*}*/
.we-service-parfgh p{
        max-width: 75%;
}
.our-service-content h4 a{
    font-weight: 700;
    line-height: 1.25;
    color: #000;
    font-size: 18px;
    margin-top: 1rem;
}
.our-service-content{
    position: relative;
    margin-top: 15px;
}
.our-service-content p{
    text-align: justify;
    color: #3a4258;
    font-size: 14px;
    margin-bottom: 1rem;
}
.our-service-outer:hover .icon {
    transition: all 0.4s;
}
.our-service-outer .icons{
    
    
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  
}
.our-service-outer .icons img{
     filter: invert(39%) sepia(100%) saturate(298%) hue-rotate(180deg) brightness(87%) contrast(97%);
}

.our-testimonial-section{
    padding:4rem 0 4rem;
    position:relative;
    background-color: #f1f4f9;
}

.teststimonial-inner-box{
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    box-shadow: -4px 4px 0px 0px #EDEDFD;
    border: 1px solid #EDEDFD;
    margin-bottom: 1.5rem;
}

.teststimonial-inner-box .icon-title{
    display: flex;
    gap:15px;
    align-items: center;
    margin-top:20px;
}
.teststimonial-inner-box p{
    line-height: 1.6;
}
.teststimonial-inner-box .icon-title .author{
    font-size:16px;
    font-weight:600;
    margin:0;
}
.teststimonial-inner-box .icon-title img{
    border-radius:50%;
        opacity: 0.7;
}
.testimonial-swiper .swiper-pagination-bullet-active{
    background:var(--primary-color);
}
.testimonial-swiper .swiper-wrapper{
    margin-bottom:40px;
}
.testimonial-swiper .swiper-pagination-bullet{
    width:30px;
    height:3px;
    border-radius:5px;
}
/*testimonial-end*/

/*our-faq-start*/

.our-faq-section{
    position:relative;
    padding:3rem 0;
}

.faq-cta-box {
    position: relative;
    display: inline-flex;
    background: #f7f7ff;
    border-radius: 30px;
    padding: 30px;
    overflow: hidden;
}
.faq-cta-box::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color:var(--primary-color);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}
.faq-cta-box:hover:before {
    top: 0;
}
.faq-cta-content p a {
    color: inherit;
}
.faq-cta-box:hover .faq-cta-content h5, .faq-cta-box:hover .faq-cta-content p {
    color: #fff;
}
.faq-cta-box .icon-box {
    position: relative;
    margin-right: 20px;
    z-index: 1;
}
.faq-cta-box .icon-box img{
    filter: invert(39%) sepia(100%) saturate(298%) hue-rotate(180deg) brightness(87%) contrast(97%);
}
.faq-cta-box:hover .icon-box img{
     filter: brightness(0) invert(1);
}
.faq-cta-box .faq-cta-content {
    position: relative;
    width: calc(100% - 80px);
    z-index: 1;
}
.faq-cta-content p {
    margin-bottom: 10px;
    transition: all 0.4s ease-in-out;
}
.faq-cta-content h5 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 10px;
    transition: all 0.4s ease-in-out;
}
.our-faq-section .accordion-button:not(.collapsed){
    background-color:unset;
    color:#104594;
    box-shadow:unset;
}
.our-faq-section .accordion{
    border-color:unset !important;
}
.our-faq-section .accordion-item{
    border:unset;
    border-radius:unset;
    margin-bottom: 10px;
}
.our-faq-section .accordion-button{
    border-bottom: 1px solid #d4dcff;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 600;
}

/*.accordion-body{*/
/*    border-bottom: 1px solid #00000029;*/
/*    font-size:18px;*/
/*    padding-top: 0;*/
/*}*/

.accordion-body {
     /*border-bottom: 1px solid #00000029; */
    font-size: 18px;
    padding: 0 25px 30px 25px;
    border-bottom: 1px solid #d4dcff;
    background: none;
    transition: all .4s ease;
    background: linear-gradient(180deg, rgba(241, 246, 255, 0.00) 0%, #F1F6FF 100%);
    border-radius: 10px;
    border-top: none;
    padding-top: 30px;
}


.our-faq-section .accordion-item:first-of-type>.accordion-header .accordion-button{
   border-radius: unset;
    border-bottom: 1px solid #d4dcff;
}

.accordion-button{
       padding: 19px 17px;
}

/*.accordion-button:not(.collapsed)::after{*/
/*    content: "+";*/
/*    background-image: none;*/
/*    height: 26px;*/
/*    width: 26px;*/
/*    border-radius: 50%;*/
/*    border: 1px solid #e9edff;*/
/*    font-size: 14px;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/

.our-faq-section .accordion-button::after{
   content: "\f104";
    font-size:20px;
    font-family: flaticon_normal-icon !important;
    background-image:unset;
    height: 26px;
    width: 26px;
    border-radius: 50%;
    border: 1px solid #e9edff;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-imfg{
    position: relative;
    animation-name: animate1;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    width:451px ;
    height:223px;
    background-size: contain;
    text-align: center;
    background-image:url(../images/bg/faq-animated.webp);
}
@keyframes faq-imfg{
    0% {
    transform: translateY(0px);
}
100% {
    transform: translateY(-20px);
}
}


.faq-sectio-omahde{
    position: sticky !important;
    top: 20%;
}

/*our-clientel-logo*/

.our-clientel-logo {
    position:relative;
    padding:4rem 0 4rem;
    background:var(--primary-color);
}
.single-icon-wrap{
    /*border-radius: 10px;*/
    text-align: center;
    /*padding: 1.5rem;*/
    margin-top: 1.5rem;
    /*background-color:#fff;*/
}
/* Prevent equal height slides */
.cliental-swiper .swiper-wrapper {
  align-items: center;
}

/* Each slide takes width & height based on its image */
.cliental-swiper .swiper-slide {
  width: auto !important;
  display: inline-block !important;
  padding: 0 10px;
  box-sizing: content-box;
}

/* Image uses its own natural dimensions */
.cliental-swiper .swiper-slide img {
  display: block;
  width: auto;
  height: auto;
  max-width:150px !important;
}


.footer {
    position:relative;
    padding:1.3rem 0 0.8rem;
    background:#f1f4f9;
}
.footer .bg-primary {
    background: #2979ff !important;
}
.footer-wapper{
    position:relative;
}
.footer-wapper h6{
    color:var(--primary-color);
}
.footer .bg-primary h2 {
  font-size: 24px;
  font-weight: 600;
}

.footer .btn-warning {
  color: #000;
  font-weight: 500;
  border-radius: 6px;
}

.footer h4,
.footer h3 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    color: #4769b1;
}
.gogl-cloudsd p{
    font-weight:600;
}
.footer a {
      color: #343434;
    font-size: 14px;
    margin: 0.3rem 0;
    display: inline-block;
}
.footer-paragr{
    max-width: 95%;
    
    margin-top: 1rem;
}
.footer .fab {
  font-size: 18px;
  color: #333;
  transition: 0.3s;
}
.footer .fab:hover {
  color: #2979ff;
}
.footer .payment-icons img {
  height: 24px;
  margin: 0 4px;
}
.gap-2 {
    margin-top: 10px;
}
@media (max-width: 768px) {
  .footer .row > div {
    margin-bottom: 30px;
  }
}

.footer-addre-info {
    padding: 0;
    margin: 0;
}

.footer-addre-info li:not(:last-child) {
   margin-bottom: 10px;
}
.footer-addre-info li {
    display: flex;
    gap: 15px;
}
.footer-addre-info li i {
    position: relative;
    font-size: 18px;
    color: #fff;
    top: 0px;
    background: var(--primary-color);
    min-width: 30px; 
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
   
}
.footer-addre-info li a {
    font-size: 16px;
    color: #000;
}
/*.footer-addre-info li i{*/
/*    transform: rotate(45deg);*/
/*}*/
.footer-addre-info p{
    font-size: 16px;
    margin-bottom: 0;
}

.footer-hsection-row{
    position: relative;
    display: flex;
    gap: 0 30px;
}
.col-20 {
    width: 20%;
}
.footer-area {
    width: 18% !important;
}


.social-media {
    display: flex;
    align-items: center;
    margin:0;
    z-index: 1;
    position: relative;
    gap:5px;
}
.social-media li a {
    display: inline-block;
    height: 33px;
    width: 33px;
    display: flex;
    text-align: center;
    margin-right: 8px;
    border-radius: 50%;
    background-color: #F8AD17;
    transition: all 0.3s ease-in;
    align-items: center;
    justify-content: center;
    line-height:1px;
}
.social-media li:hover a {
     background-color:var(--primary-color);
     color:#fff;
}
.social-media li, .terms-use li{
    list-style-type: none
}
.social-media i{
    color:#fff;
}

.footer-bottom{
    position:relative;
    padding: 10px 0;
    background: var(--primary-color);
}
.copy-rights {
    display: flex;
    justify-content: space-between;
    align-items: center;
   
}
.copy-rights a{
     color: #fff;
    font-size: 14px;
}
.copy-rights p{
     margin-bottom: 0rem;
     color:#fff;
}
.terms-use {
    position: relative;
    gap: 18px;
    color: #fff;
    padding: 0;
    margin: 0px;
    display: flex;
    align-items: center;
    
}
.terms-use > li:before {
  position: absolute;
       content: "";
    left: 9.2rem;
    top: 5px;
    width: 2px;
    height: 15px;
    background-color: #fff;
}



.intro-video{
    margin-bottom: -136px;
    position: relative;
    margin-top: 3rem;
    z-index:2;
}
.keynum-countsd{
 
    background-repeat: repeat;
    padding: 50px 40px;
        position: relative;
    z-index: 2;
    border-radius: 20px;
        background-image: url(../images/bg/about-page-counter-bg.webp), linear-gradient(180deg, var(--primary-color), #4769b1);
}
.intro-counter-item:not(:last-child)::before {
    content: url(../images/reff/home6-counter-divider.svg);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    line-height: 1;
}

.intro-video-button{
	text-align: center;
	margin-top: 60px;
}

.intro-video-button a{
	position: relative;
	background-color: #fff;
	border-radius: 100%;
	width: 150px;
	height: 150px;
	display: inline-flex;
	align-items: center;
    justify-content: center;
	cursor: none;
	z-index: 1;
}

.intro-video-button a figure{
	display: block;
}

.intro-video-button a figure img{
	width: 100%;
	max-width: 125px;
	animation: textrotate 25s infinite linear;
}

@keyframes textrotate{
	from{
		transform: rotate(0deg);
	}
	to{
		transform: rotate(360deg);
	}
}

.into-video-play-icon{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.into-video-play-icon img{
	max-width: 24px;
}

.intro-video-counter{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap:20px 20px;

	z-index: 1;
}
.intro-counter-item {
    width: calc(28% - 53.5px);
    color: #fff;
    text-align: center;
    position:relative;
}
.intro-counter-item h5{
    font-size: 30px;
    color: #fff;
    margin-top: 8px;
    position: relative;
    font-weight: 800;
    font-family: "Inter", sans-serif;
}
.intro-counter-item p{
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.4;
}
.intro-video .section-titls {
    margin-bottom: 2rem;
     text-align: center;
    z-index: 1;
    position: relative;
}
.intro-video .section-titls .small-title,
.intro-video .section-titls .big-title{
    color:#fff;
}

.intro-counter-item img{
    filter: brightness(0) invert(1);
}

/*header-section-start*/

.top-header {
       background: var(--primary-color);
    padding: 5px 0;
    position: relative;
}
.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-logo{
    display:flex;
    gap:15px;
    align-items:center;
}
.header-top .left,
.header-top .right{
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-top .infromation-header{
    display: flex;
    gap: 7px;
    justify-content: center;
    align-items: center;
}
.header-top .infromation-header i{
    color: #4769b1;
    font-size: 18px;
    height: 20px;
    background: #fff;
    padding: 13px;
    display: flex;
    align-items: center;
    width: 30px;
    height: 30px;
    justify-content: center;
    border-radius: 50px;
}

.infromation-header a{
    color:#fff;
    font-size: 14px;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.sticky .top-header {
    display: none;
}
.sticky.bottom-header {
    animation: slideDown 0.7s ease-out;
    background: rgba(255, 255, 255, 1);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transform: translateY(0%);
    visibility: visible;
}

@keyframes slideDown{
    0% {
    transform: translateY(-100%);
}
100% {
    transform: translateY(0);
}
}

.our-header-section {
    position: relative;
    
}
.bottom-header{
   
    padding:15px 0;
    background-color: #f1f4f9;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    width: 100%;
     z-index: 9999;
}
.navigation{
    position:relative;
}

.navigation-list {
    display: flex;
    padding: 0;
    margin: 0;
    gap: 18px;
    justify-content: end;
}

.navigation-list li {
    list-style-type: none;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
}
.bottom-header .btn-default{
    padding: 12px 50px 12px 16px;
}
.blgo-logsd{
    display:flex;
    justify-content:end;
}
.navigation-list > li > a{
    color: #000;
    font-size: 14px;
    padding: 30px 0;
    text-transform: uppercase;
    font-weight: 600;
}
.navigation-list > li a.active{
     color: #4769b1;
}
.banner-section{
   position: relative;
    background-color: #f1f4f9;
   
    display: grid;
    justify-items: center;
    align-items: center;
    padding: 4rem 0 4rem;
    /* min-height: 48vh; */
}
.banner-section:before{
    content: "";
    position: absolute;
    background-image: url(../images/reff/home-bg.png);
    height: 100%;
    width: 100%;
    left: 0;
    filter: brightness(0.5);
    top: 0;
    opacity: 0.1;
}
.banner-section:after{
        height: 6%;
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(0deg, transparent, #f1f4f999);
}
.bg-blacksd {
    background:#2c2c2c;
}
.arr-extraxc{
    background-image: url(../images/reff/arrow-9.svg);
    height: 77px;
    position: absolute;
    width: 84px;
    right: 20px;
    top: -20px;
}
.banner-neade {
        margin-bottom: 30px;
    border: 1px solid #4769b1;
    border-radius: 20px;
    padding: 5px 12px;
    max-width: fit-content;
    font-size: 14px;
    background: #ffffff91;
    font-weight: 700;
}

/*.banner-content h1{*/
/*   position: relative;*/
/*   margin-top:1rem;*/
/*}*/
@media(min-width: 1600px){
.baner-col-r{
      font-size: 61px !important;
}
    .banner-hero-content{
       font-size: 61px !important;
    }
    
}
/*.banner-img img{*/
/*    height: 452px;*/
/*    width: 533px;*/
/*    object-fit: cover;*/
/*}*/

.banner-img{
    /*animation-name: animate1;*/
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    text-align: center;
}

@keyframes banner-img{
    0% {
    transform: translateY(0px);
}

100% {
    transform: translateY(-20px);
}
}
.banner-btn{
   position: relative;
    display: flex;
    gap: 20px;
    padding-top: 1.1rem;
}
.baner-col-r{
    color: var(--primary-color);
    /*font-size: 56px;*/
    font-size: 60px;
    font-weight:700;
}

.banner-hero-content  {
  /*font-size: 56px;*/
     font-size: 60px;
    font-weight: 700;
    display: inline-block;
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 14px;
    position: relative;
    z-index: 1;
    padding-top: 1rem;
}
.banner-hero-content:before{
    background-image: url(../images/reff/arrow-6.svg);
    position: absolute;
    content: "";
    height: 100%;
    width: 45px;
    background-repeat: no-repeat;
    transform: rotateY(180deg);
    left: -50px;
    top: -20px;
}

.sub-menu-main{
       position: absolute;
    border-radius: 5px;
    min-width: 350px;
    height: 0;
    background: #fff;
    z-index: 999;
    top: 40px;
    left: -100px;
    transform: translateY(50px);
    transform-origin: top;
    opacity: 0;
    color: #000;
    visibility: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 0;
    transition: transform .4s ease, -webkit-transform .4s ease;
    overflow: hidden;
    border-radius: 10px;
}
.hosting:hover .sub-menu-main{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    height: auto;
    padding:20px;
}
.sub-menu-main .sub-boxm .icon{
    min-width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 10px;
    line-height: 40px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    max-width: fit-content;
}

.sub-menu-main .sub-boxm .content-box .title{ 
    font-size:15px;
    font-weight:500;
}
.sub-menu-main .sub-boxm .content-box p{
    margin:0;
    font-size:13px;
}

.sub-menu-main .sub-boxm{
    display: flex;
    gap: 20px;
    padding: 20px;
    border-radius: 10px;
    background: #f1f4f9;
}

.sub-menu-main .col-lg-6 .sub-boxm:not(:last-child){
    margin:0 0 20px;
}

.sub-menu-main .sub-boxm .icon img{
    filter: invert(43%) sepia(16%) saturate(2031%) hue-rotate(183deg) brightness(86%) contrast(83%);
}

.whatsap-side{
       position: fixed;
    z-index: 9999;
    top: 45%;
    right: 10px;
    animation: beat .25s infinite alternate;
    z-index: 1;
}
@keyframes beat{
    100% {
    transform: scale(1.01);
}
}
.callus img{
    display:none;
}

.whatsap-side a{
    display: block;
    margin-bottom:10px;
}



/*web-hosting-company-start*/

.web-hosting-company{
    position:relative;
    padding:3rem 0 3rem;
    /*background-color:#f1f4f9;*/
}

 .feature-box {
      border-radius: 1rem;
      padding: 1.5rem;
      margin-bottom: 1rem;
      height: 100%;
    border-radius: 40px;
    }
    .blue-light {
        background-color: #e6f4ff; 
        
    }
    .bg-pale-azure{
        background: #cce6ff !important;
    }
    .green-light {
        background-color: #e7f8ec;
        }
    .highlight {
        text-decoration: underline;
        text-decoration-style: dotted;
        }
    .feature-box .icon { 
        font-size: 2rem; 
        
    }
    
    .highlight{
        position:relative;
        margin-top:15px;
    }
.gd-flip-card-inner:hover  {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.gd-flip-card-inner {
    position: relative;
    transition: transform .6s;
    transform-style: preserve-3d;
    backface-visibility: hidden;

} 

.gd-flip-card-inner:hover {
     opacity: 1; 
}
.feature-box .feature-box-heading{
        margin-top: 20px;
        font-weight:700;
}

    .flip-card {
      perspective: 1000px;
    }
    .flip-inner {
      position: relative;
      width: 100%;
      height: 100%;
      transform-style: preserve-3d;
      transition: transform 0.6s;
    }
    .flip-card:hover .flip-inner {
      transform: rotateY(180deg);
    }
    .flip-front, .flip-back {
      position: absolute;
      width: 100%;
      height: 100%;
      backface-visibility: hidden;
      border-radius: 1rem;
      padding: 1.5rem;
      background: #cce6ff;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
    }
    .flip-back {
      transform: rotateY(180deg);
      background: #cce6ff; 
    }
    /*web-hosting-company-end*/
    
    
    
    /*new-menu*/
    
     .nav {
      /*background: #fff;*/
      /*padding: 10px 20px;*/
      position: relative;
    }
    .main-menu {
      list-style: none;
      display: flex;
      gap: 30px;
      padding-left:0;
    }
    .main-menu li {
      position: relative;
    }
    .main-menu a {
      text-decoration: none;
      color: #000;
      /*font-weight: bold;*/
    }
    .mega-menu {
      position: absolute;
      top: 100%;
      left: -350px;
      width: 950px;
      transform: translateY(50px);
      background: white;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
      /*display: flex;*/
      border-radius: 10px;
      overflow: hidden;
      z-index: 999;
      visibility: hidden;
      transition: transform .4s ease, -webkit-transform .4s ease;
      height: 0;
      
    }
    .dropdown:hover .mega-menu  {
        opacity: 1;
        visibility: visible;
        transform: translateY(10px);
        height: auto;
        padding: 40px;
    }
    .menu-left {
      width: 35%;
      background: #f9f9f9;
      border-right: 1px solid #eee;
    }
    .menu-left ul {
      list-style: none;
      margin: 0;
      padding: 10px;
    }
    .menu-left li {
      padding: 12px 20px;
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 10px;
      transition: background 0.3s;
      font-size:13px;
    }
    .menu-left li:hover, .menu-left li.active {
      background: #e6f0ff;
      font-weight: bold;
    }
    .menu-left img {
      min-width: 40px;
     filter: invert(39%) sepia(13%) saturate(2389%) hue-rotate(183deg) brightness(96%) contrast(87%);
    }
    .menu-right .menu-title-top .icon-title img, .item img{
    filter: invert(39%) sepia(13%) saturate(2389%) hue-rotate(183deg) brightness(96%) contrast(87%);
    }
    .menu-right {
      flex: 1;
      padding: 20px;
      display: none;
    }
    .menu-right.active {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
    }
    .item {
      display: flex;
      /*align-items: center;*/
      gap: 15px;
      width: 50%;
    }
    .item img {
          width: 40px;
    height: 40px;
    }
    .item .title {
     margin: 0 0 5px;
    font-size: 15px;
    font-weight: 600;
    }
    .item p {
      margin: 0;
      font-size: 12px;
      color: #666;
    }
    .menu-right .menu-title-top{
           display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #00000029;
    padding-bottom: 20px;
    }
    .menu-right .menu-title-top .icon-title .title{
           font-size: 15px;
            margin: 0;
            font-weight: 600;
    }
    .menu-right .menu-title-top .icon-title{
        width:50%;
        display: flex;
        gap:20px;
        align-items: center;
    }
    .menuy-prtype{
        display:flex;
        
    }
    /*.menu-left img, .menu-left img{*/
        
    /*}*/
    .menuy-prtype.menu-title-top{
        border-bottom:unset !important;
    }
    
.dropdown{
    position: relative;
    padding-right: 20px !important;
   
}

 .dropdown:before {
    position: absolute;
    content: "\f104";
    font-family: flaticon_normal-icon !important;
    font-size: 16px;
    right: 0px;
    margin: auto 0;
    cursor: pointer;
}

.drapdown:before {
    position: absolute;
    content: "\f104";
    font-family: flaticon_normal-icon !important;
    font-size: 16px;
    right: 0px;
    margin: auto 0;
    cursor: pointer;
}
 

.sub-menu-main .box-im-box .title{
       font-size: 14px;
   color: #000;
    margin:20px 0 0;
    font-weight:600;
   
}
.sub-menu-main .box-im-box:hover .title{
    color:#fff;
}

.sub-menu-main .box-im-box img{
        filter: invert(35%) sepia(63%) saturate(531%) hue-rotate(181deg) brightness(100%) contrast(86%);
}
.sub-menu-main .box-im-box:hover img{
    filter: brightness(0.5) invert(1);
}
.sub-menu-main .box-im-box:hover{
    background:var(--primary-color);
}
.sub-menu-main .box-im-box{
    text-align:center;
    display:block;
    height:100%;
    padding:10px;
    border-radius:10px;
}
.dropdown .mega-menu .row{
    width:100%;
}

.mega-menu .shared-hosti .icon-title{
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f1f4f9;
    padding:10px;
    margin: 0 0 20px;
}
.mega-menu .shared-hosti .icon-title .title{
    font-size:16px;
    font-weight:600;
    margin:0;
}

.mega-menu .shared-hosti .icon-title img{
    filter: invert(35%) sepia(63%) saturate(531%) hue-rotate(181deg) brightness(100%) contrast(86%);
}

.mega-menu .shared-hosti .menu-title-top .lin-pg-box{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-radius: 4px;
   
}
.mega-menu .shared-hosti .menu-title-top .lin-pg-box:not(:last-child){
     margin:0 0 15px;
}
.mega-menu .shared-hosti .menu-title-top .lin-pg-box .title{
    font-size:14.5px;
    font-weight:600;
    margin:0;
}
.mega-menu .shared-hosti .menu-title-top .lin-pg-box img{
    filter: invert(35%) sepia(63%) saturate(531%) hue-rotate(181deg) brightness(100%) contrast(86%);
}

.mega-menu .shared-hosti .menu-title-top .lin-pg-box:hover{
    background: #4769b1;
     color:#fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.mega-menu .shared-hosti .menu-title-top .lin-pg-box.active,
.sub-menu-main .box-im-box.active{
    background:var(--primary-color) !important;
}
.mega-menu .shared-hosti .menu-title-top .lin-pg-box.active .title,
.sub-menu-main .box-im-box.active .title{
     color:#fff !important;
}
.mega-menu .shared-hosti .menu-title-top .lin-pg-box.active img,
.sub-menu-main .box-im-box.active img{
      filter: brightness(0) invert(1);
}
.mega-menu .shared-hosti .menu-title-top .lin-pg-box:hover .title{
    color:#fff;
}

.mega-menu .shared-hosti .menu-title-top .lin-pg-box:hover img{
    filter: brightness(0) invert(1);
}


.our-service-outer .serv-points{
    padding: 0;
    list-style: none;
    margin: 0;
}
.our-service-outer .serv-points li{
    line-height:1.8;
    position:relative;
    padding-left:25px;
}  

.our-service-outer .serv-points li:before{
    position:absolute;
    content:"\f148";
    font-family: flaticon_normal-icon !important;
    font-size:16px;
    left:0;
    top:0;
    bottom:0;
    margin:auto 0;
    color:var(--primary-color);
}

.baaner-hosti-point{
   padding: 0;
    margin: 30px 0px;
        row-gap: 10px;
    list-style: none;
    display: flex;
    
    padding-left: 1rem;
    flex-wrap:wrap;
    justify-content: space-between;
}

.baaner-hosti-point li{
    padding-left: 10px;
    width: 50%;
    font-size: 14px;
    position: relative;
}
.baaner-hosti-point li:before{
        content: "\f147";
    font-family: flaticon_normal-icon !important;
    position: absolute;
    left: -20px;
    background: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: #4769b1;
    box-shadow: rgb(100 100 111 / 8%) 0px 7px 29px 0px;
}
.baaner-hosti-point li span{
        font-size: 15px;
    font-weight: 600;
}
.baaner-hosti-point li img{
    filter: invert(35%) sepia(63%) saturate(531%) hue-rotate(181deg) brightness(100%) contrast(86%);
}

.colau-collabation ul{
    padding:0;
    margin:0;
}
.colau-collabation ul li{
    list-style-type:none;
    width: 18%;
    /*height: 50%;*/
}



.colau-collabation {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    position:relative;
    margin-top: 5rem;
    margin-bottom: 4rem;
  }

  .colau-collabation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap:85px;
  }

  .colau-collabation li {
    position: relative;
    display: inline-block;
    text-align: center;
  }

  .colau-collabation li img {
    /*width: 50px;*/
    /*height: 50px;*/
    cursor: pointer;
  }

  .popup-box {
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 240px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.15);
    display: none;
    z-index: 10;
    text-align: center;
  }

  .popup-box img {
    /*width: 32px;*/
    /*height: 32px;*/
    margin-bottom: 8px;
  }
 .colau-collabation ul li .g-meet {
    display: block;
    margin-top: 7px;
    font-size:18px;
  }
  .popup-box img{
      /*height:45px !important;*/
      /*width:45px !important;*/
  }
  .popup-box span {
    display: block;
    font-weight: bold;
    margin-bottom: 6px;
  }
   .purple-bgs{
       background-color: #f4f7fd;
   }
  .popup-box p {
    font-size: 13px;
    color: #555;
    margin: 0;
  }

  .colau-collabation li:hover .popup-box {
    display: block;
    animation: fadeIn 0.2s ease-in-out;
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateX(-50%) translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateX(-50%) translateY(0);
    }
  }
  
  
  
  .plan-box {
      background: #fff;
      /*border: 1px solid #ddd;*/
      border-radius: 10px;
      padding: 25px;
      /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);*/
      transition: 0.3s ease;
      height: 100%;
    }

    .plan-box h2 {
      font-size: 22px;
      margin-bottom: 10px;
    }

    .price {
      font-size: 26px;
      font-weight: bold;
      color: #000;
    }

    .strike {
      text-decoration: line-through;
      color: #999;
      font-size: 14px;
      margin-left: 6px;
    }

    .per-month {
      font-size: 14px;
      color: #777;
      margin-bottom: 15px;
    }

    .trial-btn {
      background-color: #4769b1;
      color: #fff;
      padding: 10px 20px;
      border: none;
      border-radius: 20px;
      margin-bottom: 20px;
      cursor: pointer;
    }

    .plan-box ul {
      padding-left: 1rem;
      margin:0;
    }

    .plan-box ul li {
        list-style-type: none;
    font-size: 14px;
    padding: 6px 0;
    display: flex;
    align-items: center;
    gap: 12px;
    }

    .standard {
      border: 2px solid #1a73e8;
      padding: 25px;
    }

    .standard h2 {
      color: #1a73e8;
    }

    @media (max-width: 767px) {
      .plan-box {
        margin-bottom: 20px;
      }
    }
    
    
.abou-extract{
    position:relative;
    padding:4rem 0;
}
.abou-extract .section-titls p{
   max-width: 75%;
    text-align: center;
    margin: 0.6rem auto 1rem;
}
.navo-pointsd{
    display: flex
;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 35px;
    align-items: center;
    justify-content: center;
}
.navo-pointsd li{
    background:rgb(246 246 246);
    border-radius:8px;
    padding:1rem!important;
    position:relative;
    
}

@media (min-width:1500px){
    .navo-pointsd{
        gap:40px !important
    }
}
.navo-aboutdsd{
    position: relative;
    text-align: -webkit-center;
    padding: 2rem;
    border: 30px solid var(--primary-color);
    border-radius: 10px;
}
.flex-extracs{
    display:flex;
    list-style:none;
    padding:0;
    margin:0;
        align-items: center;
    gap: 30px;
}
.flex-extracs > li:first-child, .flex-extracs > li:last-child{
    width:35%;
}
.icon-label {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffc727;
  color: #000;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 4px;
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
  transition: opacity 0.3s ease;
  z-index: 10;
}
.navo-pointsd li:hover .icon-label {
  opacity: 1;
}


.svg-filtebgsd{
    position:absolute;
    z-index:-1;
}


.big-title-sec{
      font-size: 30px;
    margin-bottom: 0.1rem;
    line-height: 1.4;
    font-weight: 800;
    text-transform: capitalize;
    text-align: center;
}

.security-list{
    flex:1;
    max-width: 600px;
    text-align: justify;
}

.security-sec{
    padding: 4rem 0;
    background-color: #f4f7fd;
    position:relative;
}
.sec-image {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.sec-image img-sec {
  width: 100%;
  max-width: 400px;
  border-radius: 8px;
}

.security-row {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin: 3rem 0;
}
.security-row-side{
    display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin: 3rem 0;
}

.comintcate img{
    filter: invert(43%) sepia(19%) saturate(1634%) hue-rotate(182deg) brightness(88%) contrast(86%);
}

.comintcate p{
    font-weight:700;
}
.comintcate{
    border-top:1px solid #4769b14a;
    padding-top:1.5rem !important;
    margin-top:1.5rem;
}
.vps-hosting{
    position:relative;
    padding:0;
    margin:0;
}
.vps-hosting li{
    list-style-type:none;
    position:relative;
    color:#fff;
    font-size:15px;
    
}
.vps-hosting li::before{
    content:"\f148";
    font-family: flaticon_normal-icon !important;
    font-size:18px;
    top:0;
    left:0;
    color:#fff;
}
.faq-sec .vps-hosting li{
    color:#000;
}

.faq-sec .vps-hosting li::before{
    color:#4769b1;
}

.faq-sec .vps-hosting{
    margin:10px 0;
}


.quality-hostinf{
    padding:4rem 0;
    position:relative;
}
.paddit-extras{
    padding-top:12rem !important;
      
}
.abour-page-dsihn{
    padding: 40px 32px;
    border-bottom:1px solid #000;
    border-right:1px solid #000;
    position: relative;
}
.quality-hostinf .row .col-md-3{
    padding:0 !important;
}
.different-tiasdl{
    position:relative;
    padding:4rem 0;
}

.image-servicsd{
    text-align:-webkit-center;
}
.text-cont-ctas{
    position:relative
}
/*.diff-titls{*/
/*       font-size: 2rem;*/
/*    margin-bottom: 1rem;*/
/*}*/
.diff-titls {
    font-size: 22px;
    margin-bottom: 1rem;
    font-weight: 800;
}
.chec-pointsd{
   
    list-style:none;
}
.chec-pointsd li{
        position: relative;
    margin: 0.8rem 0;
}
.chec-pointsd li:before{
    content: "\f148";
    font-family: flaticon_normal-icon !important;
    position: absolute;
    left: -32px;
    background: #ffc107 !important;
    box-shadow: 0 2px 8px 0 rgb(62 62 79 / 23%);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex
;
    align-items: center;
    font-size: 14px;
    justify-content: center;
}
.new-list{
    list-style-type: none;
    margin-top: 10px;
}
.new-list li{
    padding: 10px;
}

.pricing-section-detail .new-list img{
    margin-right:12px;
}


.whychoose-image{
    padding:4rem 0;
    background:#f4f7fd;
    position:relative;
}
.whyc-chos-cards{
    position:relative;
    display:flex;
        gap: 20px;
            margin-bottom: 1.8rem;
}
.imag-echwe{
        border-radius: 50%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.05);
    text-align: center;
    line-height: 78px;
    background:#fff;
    min-width: 80px;
    height: 80px;
    width:80px;
}
.shyc-cho-cotns h4{
        font-size: 1rem;
    line-height: 1.4;
}
.shyc-cho-cotns p{
    font-size:14px;
}
.whyc-chos-cards:hover .imag-echwe{
    animation: icon-bounce 0.8s ease-out;
    -webkit-animation: icon-bounce 0.8s ease-out;
}
@keyframes icon-bounce{
    0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
}
.why-chise-image{
    text-align:-webkit-center;
    right: 1rem;
    position: relative;
}


/*email-servicesd*/
.email-servicesd{
    position:relative;
    padding:1rem 0 0;
}
.email-points{
    position:relative;
   list-style:none;
   margin-top:2rem;
   padding:0;
   
}
.email-points li{
    display:flex;
    gap:20px;
    margin-bottom: 1.5rem;
}
.cont-points{
    display:inline-block
}
.email-points li h4{
    font-size:1.3rem;
}
.email-points li img{
    width:60px;
    height:60px;
}

.new-whychoose .icon  img{
filter:unset
}




.custom-modal-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 9999;
}

.custom-modal-content {
  background: #fff;
  max-width: 500px;
  margin: 100px auto;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.custom-modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}

.custom-form-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 22px;
  text-align: center;
}

.custom-form-label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}

.custom-form-input,
.custom-form-textarea,
.custom-form-submit {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
}

.custom-form-submit {
     background-color: #4769b1;
    color: #fff;
    border: none;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
}

.custom-form-submit:hover {
  background-color: #0056b3;
}
.location-maned .icon i{
    transform: rotateZ(-44deg);
}

.trems-contions{
    padding:4rem 0;
    position:relative;
}

.elementor-widget-container strong{
    font-size:18px;
    display:block;
}

.link{
    color:var(--primary-color);
    font-weight:600;
}
.error-page-sec .btn-default{
    display:inline-block !important;
}