@charset "UTF-8";

/*global css*/
:root {
    --body-font-family: 'Montserrat', serif;
    --primary-color: #0075ff;
    --primary-light-color: #36ceed;
    --gray-text: #eee;
    --gray-color: #ddd;
    --white-color: #fff;
    --light-blue: #257dff;
    --light-gray-banner: #e9ecef8f;
    --light-gray: #f8fafb;
    --darkblue:;
}

/*---------------------
  Global CSS
-----------------------*/
body{
    background-color: var(--light-gray-banner);
	font-family: var(--body-font-family)!important;
}
ul {
	list-style: none;
}
a{
	text-decoration: none;
}
p, .p{
	font-size: 1.173rem;
}
.btn{
    padding: 13px 20px;
}
.btn-primary{
    padding: 10px 20px 11px 20px;
    font-size: 1.2rem;
    font-weight: 500;
    box-shadow: var(--bs-box-shadow);
}
.light-primary-bg{
    --bs-bg-opacity: 0.3;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.light-gray-bg{
	background-color: var(--light-gray);
}
.title{
    border-radius: 8px;
    text-align: center;
    padding: 8px 0;
}
.bg-gray{
	background-color: var(--gray-color);
}
.light-green-bg{
	background-color: var(--light-green);
}
.fs-48{
	font-size: 48px;
}
.text-gray-color{
	color: var(--gray-text);
}
.bg-success{
	background-color: var(--primary-color)!important;
}
.section-padding {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.contact .contact-card{
    border: 1px solid var(--gray-color);
    border-radius: 0 1.5rem 1.5rem 0;
}
/*custom css*/
.text-darkblue{
    color: midnightblue;
}
.banner-bg{
    background-color: #0d6efd;
    color: #fff;
}
.navbar .navbar-btn .login-btn{
    border: 1px solid #0075ff;
    border-radius: 50px;
    padding: 20px;
}
.navbar-nav .nav-item .nav-link.active {
    border-bottom: 2px solid var(--primary-color);
}
.navbar-nav .nav-item .nav-link:hover {
    color: var(--primary-color);
}
.navbar-nav .nav-item .nav-link {
    display: block;
    padding: 15px 15px;
    margin: 0 10px;
    font-size: 1.1rem;
    font-weight: 500;
    color: #000;
}
.dropdown-menu{
    background-color: #f5f5f5;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.dropdown-menu a img, .modal-body .input-group img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.dropdown-menu a:hover img {
    filter: none;
}
.dropdown-menu a {
  text-decoration: none;
  color: #000;
}
.dropdown-menu a h6 {
  font-size: 17px;
}
.dropdown-menu a:hover h6 {
  color: var(--primary-color);
}
.dropdown-menu a .d-flex {
  transition: all 0.5s;
}
.dropdown-toggle{
	position: relative;
}
.dropdown-toggle::after{
    border: none!important;
    content: "";
    right: -6px;
    height: 25px;
    margin: 5px 0px 0px 0px;
    position: absolute;
    text-align: right;
    background-image: url(../img/arrow.svg) !important;
    width: 20px;
    background-size: 21px;
    background-repeat: no-repeat;
    top: 22%;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.btn .svg-icon {padding: 2px 6px 3px 5px;}
.btn:hover.btn {
    box-shadow: var(--bs-box-shadow);
}
.btn.free-btn{
    padding: 10px;
    border: 1px solid;
}
.btn:hover span img {
    transform: rotate(45deg);
    transition: all 0.3s ease-out;
}
.navbar-toggler:focus, .btn-close:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.banner-heading{
    font-size: 3.6rem;
}
.marquee {
    height: 65px;
    line-height: 4.5;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    width: 100vw;
}
.marquee .text-track, .marquee .track {
    white-space: nowrap;
    will-change: transform;
}
.marquee .track {
    animation: marquee 20s linear infinite;
}
@keyframes marquee{
    0% {
    transform: translateX(0);
}
100% {
    transform: translateX(-50%);
}
}
@keyframes marquee-left{
    100% {
    transform: translateX(0);
}
0% {
    transform: translateX(-50%);
}
}
.marquee .track-2 {
    animation: marquee-left 20s linear infinite;
    white-space: nowrap;
    will-change: transform;
}
.marquee .track-item{
    background-color: #e9ecefdb;
    padding: 15px;
    color: #000;
    font-weight: 500;
}
.col-item .card:hover svg path{
    fill: #ffffff;
}
.navbar .navbar-brand .logo{
    width: 100px;
}
.navbar.fixed-top .navbar-brand .logo {
    width: 80px;
}
.navbar.fixed-top{
    background-color: #fff!important;
    z-index: 99;
    transition: .4s ease;
}
.navbar.fixed-top .nav-item .dropdown-menu{
    background-color: #fff;
}
.col-item .card:hover{
    background-color: var(--primary-color);
    --bs-bg-opacity: 0.3;
    color: #fff;
}
.brand-bg{
    background-image: url('../img/services-bg1-1.png');
    background-repeat: no-repeat;
    background-size: 90% 100%;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after, 
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after  {
    display: none;
}
.testimonialSwiper .swiper-wrapper {
    margin-bottom: 5rem;
}
.testimonialSwiper .swiper-button-prev:hover svg path, .testimonialSwiper .swiper-button-next:hover svg path {
	fill: #000;
	stroke: #000;
}
.testimonialSwiper .swiper-button-prev:hover, .testimonialSwiper .swiper-button-next:hover {
    background-color: #ffffff;
    color: #000;
}
.testimonialSwiper .swiper-button-prev, .testimonialSwiper .swiper-button-next {
    color: var(--primary-color);
    top: var(--swiper-navigation-top-offset, 85%);
    border: 1px solid #fff;
    width: 60px;
    padding: 11px;
    height: 60px;
    border-radius: 50px;
}
.testimonialSwiper .swiper-button-prev, .testimonialSwiper .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, auto);
    right: 90px;
}
.testimonialSwiper .swiper-slide .testimonial-bg {
    border: 1px solid var(--gray-color);
}
.testimonialSwiper .swiper-slide .translate-middle {
    transform: translate(-12%, -50%) !important;
}
.milestones{
    background-color: #495057;
}
.milestones h3{
    font-size: 5rem;
}
.contact-bg{
	background-image: url('../img/services-bg1-1.png');
	background-repeat: no-repeat;
	background-size: 100%;
    background-color: #0d6efd;
    background-position: bottom;
    border-radius: 1.5rem 0 0 1.5rem;
}
.contact-card .form-group{
	margin-bottom: 1.8rem;
}
.contact-card label {
  position: absolute;
  left: 12px;
  top: 10px;
  font-size: 14px;
  transition: all 0.2s ease;
}
.contact-card .form-select {
    font-size: 14px;
}
.contact-card .form-control {
      border-radius: 0;
      border-width: 0 0 2px 0;
      border-color: var(--gray-color);
      &:focus,
      &.hasValue {
        box-shadow: none;
        border-color: var(--primary-color); // Otherwise the border turns blue
        ~ .input-highlight {
          width: 100%;
        }
        ~ label {
          transform: scale(1.2);
          top: -10px;
	        left: 20px;
	        font-size: 10px;
        }
      }
    }

footer .footer-links a {
    color: #ddd;
    margin-right: 1.5rem;
}
footer .footer-links a:hover {
    color: #fff;
}
.modal-body .form-check-input {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.5rem;
}
.form-check label{
    margin-top: 0.2rem;
}
.form-check-input[type=checkbox] {
    border-radius: 0.2rem;
}
.modal-body .form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--light-gray);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}
.modal-body .form-control, .input-group .input-group-text {
    border-bottom: 1px solid #86b7fe;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    background-color: var(--light-gray);
}

/*button*/
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1240px;
    }
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1360px;
    }
}
@media only screen and (min-width: 1210px) {
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
        left: 0px;
        top: 80px;
        right: auto;
    }
    .navbar-expand-xl.fixed-top .navbar-nav .dropdown-menu {
        top: 75px;
    }
      .dropdown:hover .dropdown-menu {
        display: flex;
      }
      .dropdown-menu.show {
        display: flex;
      }
      .fw-xl-bold{
        font-weight: 600;
      }
}
@media screen and (max-width: 1200px){
    .dropdown-menu {
        background-color: #ffff;
        box-shadow: none;
    }
    .navbar-nav .nav-item .nav-link {
        display: block;
        padding: 10px 0px;
    }
    .dropdown-menu h5{
        font-size: 1.2rem;
    }
    .dropdown-menu a h6 {
        font-size: 15px;
    }
    .banner-heading {
        font-size: 3rem;
    }
    .navbar-nav .nav-item .nav-link.active {
        border-bottom: none;
    }
    
}
@media screen and (max-width: 990px){
    .banner-heading{
        font-size: 2.5rem;
    }
    p, .p {
        font-size: 1.02rem;
    }
    .fs-48 {
        font-size: 42px;
    }
    .milestones h3 {
        font-size: 4rem;
    }
}
@media screen and (max-width: 520px){
    .contact-bg, .contact .contact-card {
        border-radius: 1.5rem;
    }
    .milestones h3 {
        font-size: 3rem;
    }
    .main .footer-links a{
        margin-top: 1rem;
        display: block;
    }
    .contact-bg {
        height: 420px !important;
    }
    
}
@media screen and (max-width: 400px){
    .banner-heading{
        font-size: 1.8rem;
    }
    .fs-48 {
        font-size: 35px;
    }
    .fs-2 {
    font-size: calc(1.2rem + .9vw) !important;
}
    .contact-bg {
        border-radius: 1.5rem;
    }
    
}