@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html,
body {
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  font-family: "Poppins", sans-serif;
  color: #171717;
  letter-spacing: 0.4px;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

button,
a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

img{
  max-width: 100%;
}

ul{
  margin: 0px;
  padding: 0px;
}

li{
  font-size: 14px;
  line-height: 23px;
  color: #373737;
}

p{
  font-size: 14px;
  line-height: 23px;
  color: #373737;
  text-align: justify;
}

.hero-btn-area{
  margin-top: 30px;
}

.thm-btn{
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  padding: 8px 20px;
  background-color: transparent;
  border: 2px solid #151443;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 10px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-decoration: none;
}

.thm-btn span{
  color: #ffffff;
  z-index: 2;
}

.thm-btn::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  display: block;
  position: absolute;
  background: #151443;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.thm-btn:hover span {
  color: #151443;
}

.thm-btn:hover:before, .thm-btn:hover:after{
   width: 0px;
}

section{
  width: 100%;
  padding: 40px 0px;
}

.top-header{
    width: 100%;
    padding: 10px 0px;
    background-color: #151443;
}

.contlist{
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: flex;
    column-gap: 20px;
}

.contlist li{
    list-style: none; 
}

.contlist li a{
    text-decoration: none;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
}


.sociallink{
    margin: 0px;
    padding: 0px;
    margin-top: 0px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    column-gap: 14px;
    
}

.sociallink li{
    list-style: none;
}

.sociallink li a{
    color: #fff;
    font-size: 18px;
}

.sociallink li a:hover{
    color: #10b0ff;
}

.navbar-brand img{
    width: 200px;
}

.navbar.bg-body-tertiary{
    background-color: #fff !important;
}

.navbar.sticky{
  position: fixed;
  top: 0;
  width: 100%;
  background: white;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  z-index: 1000;
}

.navbar-expand-lg .navbar-nav{
  column-gap: 30px;
}

.navbar-nav .nav-link{
  color: #222222;
  font-size: 15px;
  font-weight: 500;
  padding-left: 0px !important;
  padding-right: 0px !important;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.navbar-nav .nav-link::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0px;
  height: 3px;
  border-radius: 8px;
  background-color: #4285f4;
  transition: all .3s ease-in-out;
  transform: translateX(-50%);
}

.navbar-nav .nav-link:hover{
    color: #4285f4;
} 

.navbar-nav .nav-link:hover::after{
  width: 100%;
}

.navbar-nav .nav-item.dropdown{
  position: relative;
}

.navbar-nav .dropdown-menu{
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  min-width: 230px;
  border: 0px solid #f5f5f5;
  background-color: #fff;
  margin: 0 0;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
  box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
  border-radius: 0 0px 6px 6px;
  padding: 0px 0;
  display: block;
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
}

.navbar-nav .nav-item.dropdown:hover .dropdown-menu{
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.navbar-nav .dropdown-menu li .dropdown-item{
  padding: 10px 15px;
  font-size: 14px;
  border-bottom: 1px solid #f0f0f0;
}

.navbar-nav .dropdown-menu li:last-child .dropdown-item{
  border-bottom: none;
}

.navbar-nav .dropdown-menu .dropdown-item:hover{
  background-color: #10b0ff;
  color: #fff;
}

.herosect{
   width: 100%; 
   /* background-color: #10bfff; */
   background-image: url('../images/hero-bg2.webp');
   background-repeat: no-repeat;
   background-size: cover;
   background-position: bottom right;
   padding-top: 30px;
   padding-bottom: 30px;
   position: relative;
   z-index: 10;
}

.herosect::after{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(16 191 255 / 70%);
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}

.carousel .carousel-item img{
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: top;
}

.slide-img{
  position: relative;
}

.slide-img::after{
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(12, 12, 12, 50%);
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}

.carousel-caption{
    bottom: 6rem;
    left: 7%;
}

.carousel-indicators button{
  width: 12px !important;
  height: 12px !important;
  border-radius: 50% !important;
}

.bannerContent h5{
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

.bannerContent h3{
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
  color: #fff;
  margin: 20px 0px;
}

.bannerContent h3 a{
  color: #fff;
}

.bannerContent h4{
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 20px 0px;
}

.bannerContent h4 a{
  color: #fff;
}

.bannerContent p{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}

.bannerContent{
  max-width: 500px;
  position: relative;
  z-index: 100;
  text-align: left;
}

.bannerimg img{
    position: relative;
}

.aboutImgBox {
  width: 100%;
  position: relative;
}

.secimgone {
  border-radius: 15px;
  text-align: center;
}

.secimgone img {
  border-radius: 15px;
}

.secimgtwo {
  border-radius: 318px;
  position: absolute;
  bottom: 0;
  right: 60px;
  width: 35%;
  border: 10px solid #fff;
  border-radius: 120px;
  box-shadow: 0px 0px 15px 0px #ddd;
}

.secimgtwo img {
  border-radius: 120px;
}


.about-content{
  width: 100%;
}

.about-content p{
  text-align: justify;
}

.about-content h5 {
  position: relative;
  display: block;
  padding-bottom: 0px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #10b0ff;
}

.about-content h2 {
  position: relative;
  display: block;
  padding-bottom: 10px;
  font-size: 30px;
  line-height: 36px;
  color: #222222;
  font-weight: 700;
}


.about-content .hmaboutlist {
  margin: 0px;
  padding: 0px;
  margin-top: 25px;
}

.about-content .hmaboutlist li {
  list-style: none;
  margin-bottom: 15px;
  font-size: 16px;
  color: #222222;
  font-weight: 500;
  display: flex;
  align-items: center;
  column-gap: 7px;
}

.about-content .hmaboutlist li svg {
  color: rgb(15, 127, 15);
}


.serv-section {
  background-color: #f3faff;
}

.title-head {
  text-align: center;
  padding: 15px 0px;
  margin-bottom: 20px;
}


.service-card{
  width: 100%;
  min-height: 295px;
  background-color: #fff;
  border-radius: 10px;
  padding: 25px 20px;
  text-align: center;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 3px 20px 0px rgba(23, 23, 23, 0.1);
}

.service-card:hover {
  background-color: #151443;
  transform: translateY(-5px);
}

.service-card:hover h5 {
  color: #fff;
}

.service-card:hover p {
  color: #fff;
}

.service-card h5 {
  font-size: 18px;
  font-weight: 600;
  margin: 16px 0px;
  color: #252525;
}

.service-card p {
  font-size: 14px;
  margin-bottom: 0px;
}

.title{
    font-size: 26px;
    font-weight: 700;
    color: #38373f;
    margin-bottom: 16px;
    position: relative;
}

.smtitle{
    color: #10b0ff;
    padding-bottom: 0px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    display: block;
    position: relative;
}


.wnyus-content{
  width: 100%;
}

.wnyus-content h3{
    font-size: 24px;
    font-weight: 600;
    color: #252525;
}

.wnyus-content h5{
    font-size: 18px;
    font-weight: 600;
    color: #252525;
}

.wnyus-content p{
    font-size: 14px;
    font-weight: 400;
    color: #363636;
}

.wnyus-content .whyus-list {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.wnyus-content .whyus-list li {
  list-style: none !important;
}

.wnyus-content .whyus-list li h5 {
  font-size: 18px;
  font-weight: 500;
  color: #242424;
}

.wnyus-content .whyus-list li h5 svg {
  color: #0f7f0f;
}

.wnyus-content .whyus-list li p {
  font-size: 15px;
}

.wnyuspick {
  text-align: center;
}


.main-footer{
    width: 100%;
    background-color: #212137;
    padding: 40px 0px;
}

.footer-card h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
}

.footer-card h4::after {
    content: '';
    width: 50px;
    height: 1px;
    background-color: #e7e7e7;
    position: absolute;
    border-radius: 6px;
    left: 1px;
    bottom: -6px;
    z-index: 1;
}

.footer-card p {
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.footer-list {
    margin: 0px;
    padding: 0px;
}

.footer-list li {
    list-style: none;
    margin-bottom: 8px;
}

.footer-list li a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.footer-list li a:hover {
    color: #10b0ff;
}

.contact-list{
    margin: 0px;
    padding: 0px;
}

.contact-list li {
    list-style: none;
    margin-bottom: 10px;
}

.contact-list li a {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
}

.contact-list li a:hover {
    color: #10b0ff;
}

.sociallink {
    margin: 0px;
    padding: 0px;
    margin-top: 0px;
    display: flex;
    align-items: center;
    column-gap: 14px;
}

.sociallink li {
    list-style: none;
}

.sociallink li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.sociallink li a:hover {
    color: #10b0ff;
}

.copyright {
    width: 100%;
    padding: 12px 0px;
    text-align: center;
    background-color: #1d1d32;
}

.copyright p {
    margin-bottom: 0px;
    font-size: 14px;
    color: #fff;
}

.whatsaap_call {
    position: fixed;
    bottom: 70px;
    right: 25px;
    z-index: 1000;
}

.phoneCall {
    position: fixed;
    bottom: 140px;
    right: 25px;
    z-index: 1000;
}

.phoneCall a,
.whatsaap_call a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(14, 135, 14);
    color: #fff;
    text-decoration: none;
    font-size: 30px;
}

.phoneCall a{
  background-color: #06aeeb;
  font-size: 22px;
}

.testmnsect{
  background-color: #1c1b5f;
  width: 100%;
  position: relative;
  z-index: 5;
  padding-bottom: 80px;
}

.testmnsect .owl-carousel{
  background-color: #fff;
  border-radius: 10px;
  max-width: 1100px;
  margin: 10px auto;
}

.testm-card {
  padding: 25px 10px 10px;
}

.testm-card .client-title{
   font-size: 18px;
   font-weight: 600;
   margin: 10px auto;
}

.testm-card .destn{
    color: #919191;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}

.testm-card .quote-text{
    margin-top: 15px;
    margin-bottom: 0px;
    padding: 0 30px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}

.testm-card .client-pick img{
  width: 100px !important;
  height: 100px !important;
  margin: 0px auto;
}

.testmnsect .owl-nav{
  display: flex;
  column-gap: 15px;
  justify-content: center;
  position: relative;
  bottom: -44px;
  margin-bottom: -40px;
}

.testmnsect .owl-prev,
.testmnsect .owl-next{
    width: 40px;
    height: 35px;
    background-color: #2194ff !important;
    border-radius: 6px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
     position: relative;
  }

  .testmnsect .owl-prev:hover,
.testmnsect .owl-next:hover{
  background-color: #0778e2 !important;
}

  .testmnsect .owl-prev span,
  .testmnsect .owl-next span{
    color: #ffff;
    font-size: 0px;
    position: relative;
  }

  .testmnsect .owl-prev::after{
    display: block;
    content: '←';
    position: absolute;
    top: -1px;
    left: 8px;
    z-index: 1;
    font-size: 22px;
    color: #ffff;
  }

  .testmnsect .owl-next::after{
    display: block;
    content: '→';
    position: absolute;
    top: -1px;
    right: 7px;
    z-index: 1;
    font-size: 22px;
    color: #ffff;
  }

  .whyuslist{
    margin: 0px;
    padding-left: 22px;
  }

  .whyuslist li{
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 500;
  }

  .strate-card{
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 10%);
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 25px;
    transition: all 0.3s ease-in-out;
  }

  .strate-card:hover{
      box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 15%);
  }

  .stg-img-box{
    margin-bottom: 12px;
    border-radius: 8px;
    /* height: 200px; */
    overflow: hidden;
  }

  .stg-img-box img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
  }

  .strate-card h5{
    font-size: 18px;
    font-weight: 600;
    color: #2c2c2c;
  }

.strate-card p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #555;
}

.contact-support{
  width: 100%;
  background-color: #3898ff;
  text-align: center;
  padding: 40px 0px;
}


.contact-support h5{
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.contact-support h5 a{
  text-decoration: none;
  color: #fff;
}

.contact-support h6{
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.portfolio-sect{
  background-color: #e7f9ff;
}

.port-card{
  width: 100%;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  text-align: center;
  margin-bottom: 32px;
  padding-bottom: 25px;
}

.port-card:hover{
  transform: scale(1.04);
}

.port-card h4{
  font-size: 18px;
  font-weight: 700;
  color: #232323;
  text-align: center;
  margin-top: 16px;
  padding: 0px 14px;
}

.port-card h4 a{
  text-decoration: none;
  color: #232323;
}

.port-card p{
  padding: 0px 14px;
}

.google-certi-card{
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 8%);
  margin-bottom: 25px;
}

.assesment-sect{
  background-color: #e7f9ff;
}

.assesment-sect .owl-dots{
  display: flex;
  justify-content: center;
  column-gap: 8px;
  margin-top: 12px;
}

.assesment-sect .owl-dots .owl-dot span{
  width: 12px;
  height: 12px;
  background-color: #bababa;
  border-radius: 50%;
  display: block;
}

.assesment-sect .owl-dots .owl-dot.active span{
  background-color: #389fff;
}

.assesment-sect img{
  border-radius: 12px;
}

.inputField{
  margin-bottom: 15px;
}

.inputField select,
.inputField input{
  height: 50px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  border-color: #d6d6d6;
  border: none;
}

.inputField select{
  color: #5c5c5c;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.inputField input::placeholder{
  color: #878787;
  font-weight: 400;

}

.inputField input:focus{
  box-shadow: none;
}

.contactus-sect img{
  border-radius: 6px;
}

.contactFrom{
  background-color: #06aeeb;
  padding: 36px 30px;
  border-radius: 6px;
}

.contactFrom textarea::placeholder{
  color: #878787;
  font-weight: 400;
}
.contactFrom textarea{
  border: none;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.contactFrom textarea:focus{
  box-shadow: none;
  border: none;
} 

.top-contect-from{
  padding: 30px 25px;
  background-color: #06aeeb;
}

.top-contect-from .inputField{
  margin-bottom: 0px;
}

.carousel-control-next, .carousel-control-prev{
  width: 8%;
}


/*======== Inner Pages  ========*/

.inner-banner{
  width: 100%;
  height: 450px;
  /* position: relative;
  background-image: linear-gradient(rgba(19, 19, 19, 0.72), rgba(7, 7, 7, 0.62)), url('../images/inner-ban-1.webp');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative; */
}

/* .inner-banner::after{
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(7, 120, 226, 20%);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
} */

.inner-banner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

nav.breadcrumb-list {
  justify-content: flex-end;
  display: flex;
}

.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a{
  color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before{
  color: #fff;
}

.inner-banner .bantitle{
  font-size: 26px;
  font-weight: 700;
}

.serv-title{
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 14px;
}

.content-box h4{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.webservbox{
  display: flex;
  align-items: center;
  column-gap: 16px;
  border-radius: 10px;
  padding: 16px;
  box-shadow: 0px 0px 10px 0px #ddd;
  margin-bottom: 25px;
  transition: all 0.3s ease-in-out;
}

.webservbox:hover{
  box-shadow: 0px 3px 18px 0px #c5c5c5;
}

.webservbox .srvimg{
  width: 19%;
  border-radius: 10px 0px 0px 10px;
}

.webservbox .srvimg img{
  height: 110px;
  /* object-fit: cover; */
  border-radius: 10px 0px 0px 10px;
}

.webservbox .servcont{
  flex: 1;
  
}

.webservbox .servcont h5{
  font-size: 16px;
  font-weight: 600;
}

.webservbox .servcont p{
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 20px;
}

.servwhysus{
  background-color: #f1fbff;
}

.whylist{
  margin: 0px;
  padding: 0px;
  padding-left: 22px;
}

.whylist li{
  margin-bottom: 8px;
}

.list{
  margin: 0px;
  padding-left: 22px;
}

.list li{
  margin-bottom: 8px;
}

.rolelist li{
  margin-bottom: 6px;
}

.titlehead{
  max-width: 1000px;
  margin: 20px auto 35px;
}

.mobservbox{
   display: flex;
   column-gap: 10px;
}

.mobservbox .servcont{
  flex: 1;
}

.mobservbox .servcont h5{
  font-size: 18px;
}

.mobservbox .servcont p{
  font-size: 14px;
}

.mbsrvicon{
  height: 70px;
  width: 70px;
}

.ofpagecard{
  border-radius: 6px;
  border: 1px solid #e6e6e6;
  padding: 20px;
  text-align: center;
  margin-bottom: 25px;
  min-height: 280px;
  transition: all 0.3s ease-in-out;
}

.ofpagecard:hover{
  border-color: #64d6ff;
  box-shadow: 0px 0px 8px 0px #bbedff;
}

.ofpagecard h5{
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #00a3de;
}

.ofpagecard p{
  font-size: 14px;
  font-weight: 400;
  color: #555;
  margin-bottom: 0px;
}

.contact-info{
  width: 100%;
  max-width: 1100px;
  margin: 30px auto 50px;
}

.continfobox{
   box-shadow: 0px 0px 6px 0px #e3e3e3;
   padding: 16px 20px;
   border-radius: 12px;
}

.continfobox a{
  font-size: 16px;
  color: #363636;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.continfobox a:hover{
  color: #00a3de;
}

.continfobox a i{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #00a3de;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.continfobox a i.fa-whatsapp{
  background-color: #0f7f0f;
}

.map .iframe{
  border-radius: 12px;
}

.thanku-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1050;
    background-color: rgb(41 41 41 / 64%);
    box-shadow: 0px 0px 15px 0px #646464;
}

.popup-Box {
    position: relative;
    max-width: 500px;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 25px 30px 35px;
    background-color: #fff;
    border-radius: 10px;
    transform: translate(0%, 50%);
}

.close-popup {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    width: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 38px;
    text-align: center;
    line-height: 16px;
    border-radius: 50%;
    background-color: #F3F3F3;
}

.popup-Box img {
    width: 120px;
}

.popup-Box h5 {
    font-size: 1.4rem;
    color: #252525;
    margin-top: 15px;
    margin-bottom: 20px;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;
}

.popup-Box p {
    font-size: 1rem;
    color: #666666;
    margin-bottom: 30px;
    text-align: center;
}

.close-popup .bi{
    font-size: 1.8rem;
}

.top-contect-from h3{
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 0px;
}

.top-contect-from h3 a{
    text-decoration: none;
    color: #fff;
    
}

.top-contect-from a:hover{
    color: #151443;
}
