@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');

/*****---------------------------------------- 1) 
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- 
import Files 
---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(owl.carousel.min.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- 
basic 
---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

.container {
     max-width: 1170px;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Roboto', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px;
}

h2 {
     font-size: 22px;
     font-family: 'Poppins', sans-serif;
}

h3 {
     font-size: 18px;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none !important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 400;
     font-size: 17px;
     line-height: 30px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

:focus {
     outline: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

.jumbotron {
     padding: 2rem 1rem;
     margin-bottom: 2rem;
     background-color: #e9ecef;
     border-radius: 0.3rem;
}

@media (min-width: 576px) {
     .jumbotron {
          padding: 4rem 2rem;
     }
}

.jumbotron-fluid {
     padding-right: 0;
     padding-left: 0;
     border-radius: 0;
}

.jumbotron {
     background: linear-gradient(rgba(235, 167, 40, 0.9), rgba(235, 167, 40, 0.9)), url(../images/header.jpg), no-repeat center center;
     background-size: cover;
}

.jumbotron.page-header {
     background: linear-gradient(#ed8b22a6, #ed8b22d2), url(../images/page-header.jpg), no-repeat center center;
     background-size: cover;
}

.overlay-top::before,
.overlay-bottom::after {
     position: absolute;
     content: "";
     width: 100%;
     height: 85px;
     left: 0;
     z-index: 1;
}

.overlay-top::before {
     top: 0;
     background: url(../images/overlay-top.png) top center no-repeat;
     background-size: contain;
}

.overlay-bottom::after {
     bottom: 0;
     background: url(../images/overlay-bottom.png) bottom center no-repeat;
     background-size: contain;
}



button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}

.titlepage {
     padding-bottom: 60px;
}

.titlepage h2 {
     font-size: 40px;
     color: #2e3192;
     line-height: 50px;
     font-weight: bold;
     padding: 0;
     display: inline-block;
     text-transform: uppercase;
}

.blue_light {
     color: #ed8b22;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.read_more {
     font-size: 17px;
     background-color: #ed8b22;
     color: #fff;
     width: 100%;
     max-width: 164px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     font-weight: 500;
     border-radius: 50px;
     height: 50px;
     line-height: 50px;
     text-transform: uppercase;
}

.read_more:hover {
     background: #2e3192;
     color: #fff;
     transition: ease-in all 0.5s;
}

.text_align_left {
     text-align: left;
}

.text_align_right {
     text-align: right;
}

.text_align_center {
     text-align: center;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*-- header --*/

.header {
     background: transparent;
     width: 100%;
     z-index: 999;
     height: 102px;
     padding: 25px 0;
     position: absolute;
}

.navigation.navbar {
     float: right;
     padding: 0;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 0px 25px;
     color: #fff;
     font-size: 17px;
     line-height: 20px;
     font-weight: 400;
     text-transform: uppercase;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #ed8b22;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
     color: #ed8b22;
}

.di_no {
     display: none;
}

ul.email li {
     display: inline-block;
     padding-right: 45px;
}

ul.email li:last-child {
     padding-right: 0;
}

ul.email li a {
     color: #fff;
     font-size: 17px;
     text-transform: uppercase;
}

ul.email li i {
     color: #fff;
     font-size: 19px;
     position: relative;
}

ul.email li a i span {
     position: absolute;
     width: 18px;
     height: 18px;
     border-radius: 30px;
     background: #1ee1d6;
     font-size: 14px;
     color: #fff;
     text-align: center;
     line-height: 19px;
     left: -7px;
     top: 1px;
}


/** end header **/


/** banner section **/

.full_bg {
     background: url(../images/banner2.png);
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     height: 100vh;
     padding-bottom: 100px;
}

.slider_main {
     padding-top: 10%;
}

.relative {
     position: inherit;
     left: 0;
     right: 0;
     text-align: left;
     padding: 0;
     bottom: 0;
}

.carousel-item {
     height: 100%;
     width: 100%;
}

.dream {
     margin: 10%;
}

.dream .read_more {
     border: none;
     background: #d5d6fd;
     color: #fff;
}

.dream .read_more:hover {
     background: #ed8b22;
     color: #fff;
}

.dream .read_more:focus {
     box-shadow: none;
}

.dream h1 {
     padding: 0;
     font-size: 55px;
     line-height: 60px;
     color: #fff;
     font-weight: bold;
     padding-bottom: 30px;
     text-transform: uppercase;
}

.dream_img figure {
     margin: 0;
     height: 450px;
}

#banner1 .carousel-indicators {
     display: none;
}

#banner1 .carousel-control-prev,
#banner1 .carousel-control-next {
     width: 70px;
     height: 70px;
     background-color: #2e428b;
     color: #fff;
     font-size: 15px;
     opacity: 1;
     border-radius: 50px;
     top: 100%;
}

#banner1 .carousel-control-next {
     right: inherit;
     left: 7%;
}

#banner1 .carousel-control-next:focus,
#banner1 .carousel-control-next:hover,
#banner1 .carousel-control-prev:focus,
#banner1 .carousel-control-prev:hover {
     background-color: #ed8b22;
     color: #fff;
}


/** end banner section **/


/** domain **/

.domain {
     background: #fefefd;
     padding-top: 90px;
}

.searchbar {
     height: 70px;
     background-color: #fcfcfd;
     border-radius: 50px;
     padding: 10px 30px;
     display: flex;
     box-shadow: 0 0 59px rgba(30, 30, 29, 0.09);
}

.search_input {
     color: #afb4cc;
     border: 0;
     outline: 0;
     background: #fcfcfd;
     width: 100%;
     line-height: 40px;
     font-size: 17px;
}

.search_icon {
     display: flex;
     justify-content: center;
     align-items: center;
     color: #2e428b;
     font-size: 20px;
}

.search_icon:hover {
     color: #2e428b;
}

.domain_bg {
     background-color: #fcfcfd;
     border-radius: 5px;
     padding: 50px 30px;
     box-shadow: 0 0 59px rgba(30, 30, 29, 0.07);
     margin-top: 30px;
}

.domain-price_main {
     display: flex;
     justify-content: space-between;
     align-items: center;
     flex-wrap: wrap;
}

.domain-price span {
     font-size: 17px;
     color: #272727;
     line-height: 25px;
     text-transform: uppercase;
     display: block;
}

.domain-price strong {
     font-size: 17px;
     color: #2e428b;
     line-height: 22px;
     text-transform: uppercase;
}

.domain_bg .read_more {
     margin: 0 auto;
     display: block;
     margin-bottom: -70px;
     margin-top: 20px;
     ;
}


/** end domain **/


/** guarantee **/

.guarantee {
     background: #faf7f7;
     padding-top: 90px;
}

.guarantee .titlepage p {
     color: #4c4b4b;
     padding-top: 10px;
}

.guarantee-box_main {
     margin-bottom: 30px;
}

.guarantee-box {
     background: #fff;
     margin-bottom: 40px;
     cursor: pointer;
     padding: 20px;
     border-radius: 25px;
     -webkit-border-radius: 25px;
     -moz-border-radius: 25px;
     -ms-border-radius: 25px;
     -o-border-radius: 25px;
}

.guarantee-box i {
     border: #1ee1d6 solid 6px;
     width: 221px;
     height: 221px;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 61%;
     margin: 0 auto;
     transition: ease-in all 0.5s;
     background: #fff;
}

.guarantee-box h3 {
     color: #1a1c1b;
     font-size: 17px;
     line-height: 19px;
     font-weight: bold;
     text-transform: uppercase;
     padding-top: 35px;
}

.guarantee-box p {
     padding-top: 15px;
     color: #4c4b4b;
     display: flex;
     align-items: center;
     justify-content: center;
}

.guarantee-box_main .read_more {
     margin: 0 auto;
     display: block;
}

#ho_co:hover .guarantee-box i {
     border: #ed8b22 solid 6px;
     transition: ease-in all 0.5s;
     background: #2e428b;
}

.guarantee-box i svg {
     transition: ease-in all 0.5s;
     fill: #2e428b;
}

#ho_co:hover .guarantee-box i svg {
     fill: #fff;
     transition: ease-in all 0.5s;
}

/** end guarantee **/


/** order **/

.order {
     padding-top: 60px;
}

.order .titlepage p {
     color: #4c4b4b;
     padding-top: 10px;
}

.order-box_main {
     margin-bottom: 30px;
}

.order-box {
     border: #1ee1d6 solid 3px;
     background: #fff;
     margin-bottom: 40px;
     transition: ease-in all 0.5s;
     padding: 40px 10px;
     cursor: pointer;
}

.order-box h3 {
     color: #2e3192;
     font-size: 20px;
     line-height: 20px;
     font-weight: 500;
     text-transform: uppercase;
     padding-bottom: 15px;
     transition: ease-in all 0.5s;
}

.order-box p {
     padding-top: 9px;
     color: #252626;
     display: flex;
     align-items: center;
     justify-content: center;
     padding-bottom: 15px;
}

.order-box p span {
     font-size: 44px;
     line-height: 44px;
     font-weight: bold;
     padding: 0 15px;
}

.order-box a {
     border: #7381b1 solid 1px;
     padding: 6px 20px;
     margin: 0 auto;
     border-radius: 30px;
     color: #464647;
     transition: ease-in all 0.5s;
}

.order-box a:hover {
     background-color: #2e3192;
     color: #fff;
     transition: ease-in all 0.5s;
}

ul.supp li {
     font-size: 17px;
     color: #464647;
     line-height: 23px;
     padding-top: 21px;
}

.order-box_main .read_more {
     margin: 0 auto;
     display: block;
}

#ho_co:hover .order-box h3 {
     color: #ed8b22;
     transition: ease-in all 0.5s;
}

#ho_co:hover .order-box {
     border: #2e3192 solid 3px;
     transition: ease-in all 0.5s;
}

#ho_co:hover .read_more {
     background-color: #2e3192;
     transition: ease-in all 0.5s;
}


/** end order **/


/** about section **/

.about {
     background: #fefefd;
     padding-top: 60px;
}

.about_img figure {
     margin: 0;
}

.about_img p {
     color: #1a1c1b;
     padding-top: 60px;
     padding-bottom: 60px;
}

.about .read_more {
     display: block;
     margin: 0 auto;
}


/** end about section **/


/** contact **/

.contact {
     background: #FFF;
     padding: 20px;
     font-family: Arial, Helvetica, sans-serif;
}

.main_form {
     width: 100%;
}

.main_form .contactus {
     padding: 0px 30px;
     margin-bottom: 35px;
     width: 100%;
     height: 60px;
     background: #fff;
     color: #9192be;
     font-size: 17px;
     font-weight: normal;
     border-radius: 50px;
     border: #7381b1 solid 1px;
     text-transform: uppercase;
}

.main_form .textarea {
     margin-bottom: 35px;
     width: 100%;
     background: #fff;
     color: #9192be;
     font-size: 17px;
     font-weight: normal;
     padding: 115px 30px 10px 30px;
     height: 270px;
     border-radius: 30px;
     border: #7381b1 solid 1px;
     text-transform: uppercase;
}

.main_form .send_btn {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: #ed8b22;
     text-transform: uppercase;
     color: #fff;
     max-width: 363px;
     width: 100%;
     display: block;
     margin: 0 auto;
     margin-top: 20px;
     font-weight: 500;
     border-radius: 40px;
     line-height: 69px;
     height: 69px;
}

.main_form .send_btn:hover {
     background: #2e3192;
     color: #fff;
     transition: ease-in all 0.5s;
}

#request *::placeholder {
     color: #9192be;
     opacity: 1;
}


/** end contact **/


/** footer **/

.footer {
     padding-top: 90px;
     background: #223781;
     text-align: center;
     
}

.form_subscri {
     margin-right: 31px;
}

.infoma {
     display: block;
     padding-bottom: 20px;
}

ul.commodo li {
     color: #fff;
     font-size: 17px;
     text-align: left;
     line-height: 30px;
     display: block;
}

.infoma h3 {
     text-align: left;
     font-weight: 500;
     font-size: 17px;
     line-height: 20px;
     color: #fff;
     padding-bottom: 15px;
     text-transform: uppercase;
}

ul.menu_footer li a {
     color: #fff;
     font-size: 17px;
     text-align: left;
     line-height: 30px;
     display: block;
}

ul.menu_footer li a:hover {
     color: #ed8b22;
}

ul.conta {
     padding-top: 12px;
}

ul.conta li {
     color: #fff;
     text-align: left;
     padding-bottom: 15px;
     font-size: 14px;
     line-height: 18px;
     display: flex;
     align-items: center;
}

ul.conta li:last-child {
     padding-right: 0;
}

ul.conta li i {
     padding-right: 15px;
     text-align: center;
     font-size: 21px;
     color: #fff;
}

ul.conta li a {
     color: #fff;
}

.copyright {
     margin-top: 50px;
     padding-bottom: 20px;
}

.copyright p {
     color: #fff;
     font-size: 18px;
     line-height: 22px;
     text-align: center;
     font-weight: normal;
}

.copyright a {
     color: #fff;
}

.copyright a:hover {
     color: #ed8b22;
}


/** end footer **/


/**  inner page css **/

.inner_page .header {
     position: inherit;
     background: #2e3192;
     box-shadow: 0px 0px 9px 0px #2e3192;
     margin-bottom: 10px;
}

.hosting_page .footer {
     margin-top: 60px;
}

/***************************************/
.card {
     transition: transform 0.3s ease, box-shadow 0.3s ease;
     border-radius: 15px;
     overflow: hidden;
}

.card:hover {
     transform: translateY(-10px);
     box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
}

.card-title {
     font-weight: 600;
     font-size: 1.5rem;
     color: #333;
}

.card-body ul li {
     font-weight: 400;
     font-size: 1.1rem;
     color: #555;
}

.card-img-top {

     border-top-left-radius: 15px;
     border-top-right-radius: 15px;
}

.card-body {
     background: linear-gradient(135deg, #f9f9f9, #ffffff);
     padding: 20px;
}

.btn-primary {
     background: linear-gradient(135deg, #007bff, #0056b3);
     border: none;
     padding: 1% 10% !important;
     border-radius: 30px;
     transition: background 0.3s ease, transform 0.2s ease;
     font-family: 'Poppins', sans-serif;
     font-size: 18px;
     margin-top: 20px;
}

.btn-primary:hover {
     background: linear-gradient(135deg, #0056b3, #003f7f);
     transform: scale(1.05);
     box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
}

.fa-sign-in-alt {
     margin-right: 8px;
}

.joinBtn {
     border-radius: 30px;
     background: linear-gradient(135deg, #007bff, #0056b3);
     border: none;
     transition: all 0.3s ease;
     text-decoration: none;
     color: white;
     font-weight: bold;
}

#backToTop {
     position: fixed;
     bottom: 20px;
     right: 20px;
     background: linear-gradient(to right, #007bff, #ed8b22);
     color: white;
     border: none;
     padding: 12px 18px;
     font-size: 16px;
     border-radius: 50px;
     cursor: pointer;
     display: none;
     transition: opacity 0.3s, transform 0.3s;
     z-index: 10000;
}

#backToTop:hover {
     transform: scale(1.1);
}



.containerFeat {
     display: flex;
     flex-wrap: wrap; 
     background: white;
     padding: 0 0 0 40px;
     margin: 30px;
     border-radius: 15px;
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
     gap: 20px;
     align-items: center;
     justify-content: space-between;

}

/* Text Section */
.containerFeat > div:first-child {
  flex: 1 1 45%;
}

/* Image Section */
.image-section {
  flex: 1 1 45%;
  position: relative;
}

.image-section img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

/* Feature list */
.feature-list {
  list-style: none;
  padding: 0;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.icon {
     margin-right: 10px;
     font-size: 1.2rem;
     width: 40px;
     height: 40px;
     display: flex;
     align-items: center;
     justify-content: center;
     background: #ed8b22;
     color: white;
     font-weight: bold;
     border-radius: 50%;
     flex-shrink: 0;
}

.feature-text {
     margin-left: 15px;
     font-size: 20px;
     color: #003f7f;
     font-weight: 500;
     text-align: left;
}

.image-section {
     flex: 1;
     min-width: 280px;
     position: relative;
     overflow: hidden;
     border-radius: 10px;
}

.image-section img {
     width: 100%;
     height: auto;
     display: block;
     border-radius: 10px;
}

.image-overlay {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: linear-gradient(to right, rgba(0, 123, 255, 0.6), transparent);
     border-radius: 10px;
}

@media (max-width: 768px) {
     .container {
          flex-direction: column;
          text-align: center;
     }

     .feature-item {
          justify-content: center;
     }

     .image-section {
          order: -1;
     }
     /* Responsive adjustments */
  .containerFeat {
    flex-direction: column;
    padding: 20px;
  }

  .containerFeat > div {
    flex: 1 1 100%;
  }

  .image-section {
    margin-top: 20px;
  }
  .feature-list {
     padding: 0px ;
     align-items: flex-start;
     display: flex;
     flex-direction: column;
}

}

.bg-Footer {
     background-color: #003f7f;
}

.social-icon-link img {
     display: flex;
     justify-content: center;
     align-items: center;
     margin: 10px auto;
     transition: all 0.5s ease-in-out;
     -webkit-transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
}

.social-icon-link {
     position: relative;
     background: #FFF;
     border-radius: 50%;
     display: flex !important;
     margin: 0 5px;
     text-align: center;
     width: 65px;
     height: 65px;
     line-height: 3px;
     transition: all 0.5s ease-in-out;
     align-items: center;
     display: flex;
     -webkit-transition: all 0.5s ease-in-out;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
}

.socialContainer {
     text-align: left;
     display: flex;
     flex-direction: column;
     align-items: center;
}

.social-icon {
     margin: 0;
     padding: 0;
}

.social-icon-item {
     list-style: none;
     display: inline-block;
     vertical-align: top;
}


.social-icon-link:hover img {
     transform: scale(1.2);
     -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
     -ms-transform: scale(1.2);
     -o-transform: scale(1.2);
}

.social-icon-link span {
     display: block;
}

.social-icon-link {
     font-size: 40px;
     margin: 0 10px;
     transition: color 0.3s ease-in-out;
}

.youtube {
     color: #FF0000;
}

/* YouTube Red */
.linkedin {
     color: #0077B5;
}

/* LinkedIn Blue */
.x {
     color: #000000;
}

/* X Black */
.facebook {
     color: #1877F2;
}

/* Facebook Blue */
.instagram {
     background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
     background-clip: text;
     margin: auto;
     -webkit-text-fill-color: transparent;
     transition: all 0.5s ease-in-out;
     -webkit-transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
}

.instagram:hover {
     transform: scale(1.2);
}

.logo {
     margin-bottom: 20px;
}

.Slogan {
     font-size: 18px;
     font-weight: bold;
     color: #fff;
     background: linear-gradient(90deg, #007bff, #6610f2);
     border: none;
     padding: 10px 20px;
     border-radius: 8px;
     text-align: center;
     text-transform: uppercase;
     letter-spacing: 2px;
     box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
     display: inline-block;
}

.contact-card {
     background: transparent;
     padding: 10px;
     border-radius: 10px;
     box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
     transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-card:hover {
     transform: translateY(-5px);
     box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.contact-links a {
     color: #dcdcdc !important;
     font-size: 18px;
     font-weight: 400;
     text-decoration: none;
     display: flex;
     align-items: center;
     transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
     padding: 5px 0;
     font-family: emoji;
}

.contact-links a:hover {
     color: #ed8b22;
     transform: translateX(5px);
}

.contact-links i {
     color: #ed8b22;
     font-size: 16px;
     margin-right: 10px;
     transition: transform 0.3s ease-in-out;
}

.contact-links a:hover i {
     transform: rotate(90deg);
}

/**************** Client Slider ****************/
.logo-sliders {
     overflow: hidden;
     white-space: nowrap;
     position: relative;
     width: 100%;
}

.logo-sliders-track {
     align-items: center;
     display: flex;
     width: calc(250px * 26 + 20px * 26);
     /* Adjust width based on image width and margin */
     animation: slides 30s linear infinite;
     animation-play-state: running;
     /* Ensure animation runs by default */
}

.slides {
     flex-shrink: 0;
     margin: 0 20px;
     transition: transform 0.3s ease;
     /* Smooth zoom effect */
     padding: 10px;
}

.slides img {
     width: 200px;
     transition: transform 0.3s ease;
}

@keyframes slides {
     0% {
          transform: translateX(0);
     }

     100% {
          transform: translateX(-50%);
     }
}

/* Pause animation on hover */
.logo-sliders:hover .logo-sliders-track {
     animation-play-state: paused;
}

/* Zoom effect on hover */
.slides:hover img {
     transform: scale(1.1);
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -ms-transform: scale(1.1);
     -o-transform: scale(1.1);
}

/*********** Contact Us *************/
.advanced-contact-section {
     padding: 25px;
     color: #fff;
     background-color: white;
     border-radius: 25px;
     -webkit-border-radius: 25px;
     -moz-border-radius: 25px;
     -ms-border-radius: 25px;
     -o-border-radius: 25px;
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
     font-family: emoji;
}

.advanced-map-container {
     margin-top: 30px;
     border: 3px solid #ed8b22;
     border-radius: 10px;
     overflow: hidden;
     height: 505px;
}

iframe {
     width: 100%;
     height: 500px;
     border: none;
}

.advanced-social-links {
     text-align: center;
     margin-top: 30px;
     display: flex;
     align-items: center !important;
     justify-content: space-evenly;
}

.advanced-social-links a {
     margin: 0 15px;
     color: #002a5a;
     font-size: 30px;
     transition: transform 0.3s, color 0.3s;
}

.advanced-social-links a:hover {
     color: white;
     transform: scale(1.2);
}

.advanced-contact-info {
     text-align: center;
     margin-top: 30px;
     padding: 20px;
     border: 2px solid #ed8b22;
     border-radius: 10px;
     background-color: #002a5a;
}

.advanced-contact-info p {
     margin: 10px 0;
     font-size: 20px;
     line-height: 1.5;
}

.advanced-contact-info p strong {
     color: #ed8b22;
}

.advanced-contact-info i {
     color: #ed8b22;
     margin-right: 10px;
     font-size: 22px;
}

.advanced-social-links .FA {
     color: #1877F2;
     font-size: 35px;
}

.advanced-social-links .XT img {
     width: 30px !important;
     height: 30px;
}

.advanced-social-links .LI {
     color: #0077B5;
     font-size: 35px;

}

.advanced-social-links .YU {
     color: #FF0000;
     font-size: 35px;

}

.advanced-social-links .IN {
     font-size: 35px;
}

.svg-container {
     width: 100%;
     height: 100px;
     background-color: #fff;
     position: relative;
}

svg {
     width: 100%;
     height: 100%;
}
@media(max-width:900px){
     .navigation.navbar-dark .navbar-nav .nav-link{
          font-size: 15px;
     }
}