﻿*,
::after,
::before {
  box-sizing: border-box;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.collapse {
  overflow: hidden;
  transition: height 0.35s ease;
}

@font-face {
  font-family: "ProductSans-Regular";
  src: url("../fonts/ProductSans-Regular.ttf") format("truetype"),
    url("../fonts/ProductSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ProductSans-Bold";
  src: url("../fonts/ProductSans-Bold.ttf") format("truetype"),
    url("../fonts/ProductSans-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ProductSans-Light";
  src: url("../fonts/ProductSans-Light.ttf") format("truetype"),
    url("../fonts/ProductSans-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype"),
    url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url("../fonts/Montserrat-Medium.ttf") format("truetype"),
    url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Italic";
  src: url("../fonts/Montserrat-Italic.ttf") format("truetype"),
    url("../fonts/Montserrat-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "montserratmedium";
  src: url("../fonts/montserrat-medium-webfont.woff2") format("woff2"),
    url("../fonts/montserrat-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "montserratmedium_italic";
  src: url("../fonts/montserrat-mediumitalic-webfont.woff2") format("woff2"),
    url("../fonts/montserrat-mediumitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "montserratmedium";
  src: url("../fonts/montserrat-medium-webfont.woff2") format("woff2"),
    url("../fonts/montserrat-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "montserratmedium_italic";
  src: url("../fonts/montserrat-mediumitalic-webfont.woff2") format("woff2"),
    url("../fonts/montserrat-mediumitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*
@font-face {
    font-family: 'helveticabold';
    src: url('../fonts/helvetica-bold-webfont.woff2') format('woff2'), url('helvetica-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'helveticabold_oblique';
    src: url('../fonts/helvetica-boldoblique-webfont.woff2') format('woff2'), url('helvetica-boldoblique-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'helveticacompressed';
    src: url('../fonts/helvetica-compressed-5871d14b6903a-webfont.woff2') format('woff2'), url('helvetica-compressed-5871d14b6903a-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'helveticaoblique';
    src: url('../fonts/helvetica-oblique-webfont.woff2') format('woff2'), url('helvetica-oblique-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'helveticarounded_bold';
    src: url('../fonts/helvetica-rounded-bold-5871d05ead8de-webfont.woff2') format('woff2'), url('helvetica-rounded-bold-5871d05ead8de-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'helveticaregular';
    src: url('../fonts/helvetica-webfont.woff2') format('woff2'), url('helvetica-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/

body {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  color: #35353d;
  text-align: left;
  background-color: #fff;
  font-style: normal !important;
  /*  font-family: 'Montserrat', sans-serif;*/
  font-family: "montserratmedium";
  font-weight: 500;
}

ul {
  padding: 0px;
  margin: 0px;
}

a {
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.cal-sec p a:hover,
.case-text h3 a:hover {
  color: #002542;
}
html .text-color-primary,
html .text-primary {
  color: #1c5fa8 !important;
}
.pr-5 {
  padding-right: 50px;
}
.pr-4 {
  padding-right: 40px;
}
.pr-3 {
  padding-right: 30px;
}
.pr-2 {
  padding-right: 20px;
}
.pr-1 {
  padding-right: 10px;
}
.pl-5 {
  padding-left: 50px;
}
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont5b62.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.6.3")
      format("embedded-opentype"),
    url("../fonts/fontawesome-webfont5b62.woff2?v=4.6.3") format("woff2"),
    url("../fonts/fontawesome-webfont5b62.woff?v=4.6.3") format("woff"),
    url("../fonts/fontawesome-webfont5b62.ttf?v=4.6.3") format("truetype"),
    url("../fonts/fontawesome-webfont5b62.svg?v=4.6.3#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
/*@font-face {
    font-family: 'Roboto', sans-serif;
    src: url('../fonts/Roboto-Thin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}
/*h1, h2, h3, h4, h5, h6 {
    letter-spacing:1.5px;
}*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #032d60;
  font-family: "ProductSans-Regular";
  letter-spacing: 1px;
}
.head-font {
  font-family: "ProductSans-Regular";
  letter-spacing: 1.5px;
}
h1,
h2,
h3 {
  letter-spacing: 1.5px;
}
h1,
h2 {
  line-height: 60px;
}
h3 {
  line-height: 45px;
}
h4,
h5,
h6 {
  line-height: 30px;
}
h1 {
  font-size: 50px;
}
h2 {
  font-size: 40px;
  text-transform:capitalize;
  line-height:48px;
}
h3 {
  font-size: 35px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 18px;
}
.font-bold {
  font-weight: 600;
}
/*-------------- top-header style starts here --------------*/
.top-header {
    background: #002542;
    /*background: #000;*/
    padding: 2px 0px;
}

.top-tel-list ul {
  list-style: unset;
}

.top-tel-list ul li {
  display: inline-block;
}

.top-tel-list ul li img {
  width: 25px;
  margin-right: 5px;
}
.top-tel-list ul li {
  display: inline-block;
}
.top-tel-list ul li::after {
  content: "|";
  padding: 10px 12px;
  color: #999393;
}
.top-tel-list ul li:last-child::after {
  display: none;
}
.top-tel-list ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.top-header-sec {
    padding: 0px 0px;
}
.top-btn-list.top-tel-list {
  float: right;
}
.top-tel-list span {
  color: #ffffff;
  position: relative;
  top: 2px;
}
/*-------------- top-header style ends here --------------*/
/*----------------------- header-style starts here --------------------*/
.navbar-expand-lg {
  padding: 0px 80px;
  background-color: #fff;
  /*box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);*/
  /*  box-shadow: 0 0 5px rgb(0 0 0 / 15%);*/
  /*height: 71px;*/
  left: 0;
  /* padding: 13px 0; */
  /*    position: fixed;*/
  right: 0;
  top: 0;
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  width: 100%;
  z-index: 100;
}
.navbar.navbar-expand-lg.navbar-light.bg-light.sticky,
.navbar.navbar-expand-lg.navbar-light {
  box-shadow: 0 0 5px rgb(0 0 0 / 15%);
}
.navbar-expand-lg .navbar-nav .nav-link {
  position: relative;
}
#myHeader {
  /*  position: fixed;
    top: 0;*/
  transition: top 0.3s;
}
.navbar {
  align-items: center !important;
  justify-content: space-between !important;
}
.navbar-expand-lg .navbar-nav .dropdown-menu.mega-dropdown {
    /*  background-color: #fff;*/
    /* border-top: 1px solid #dce1e5;*/
    left: 0;
    right: 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    /*  top: 100%;*/
    z-index: 999999 !important;
    padding: 0px 0px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu.sub-dropdown {
  background-color: #fff;
  /* border-top: 1px solid #dce1e5;*/
  left: auto;
  right: auto;
  box-shadow: 0 2px 15px rgb(0 0 0 / 3%);
  /*top: 100%;*/
  z-index: 999999 !important;
  padding: 20px 10px;
  width: 200px;
}
.nav-item.dropdown:hover a.nav-link {
  border-bottom: 3px solid #002542;
}
.navbar-light .navbar-nav .nav-link {
  color: #000000;
  /* font-size: 16px;
    font-weight: 500;*/
  font-size: 15px;
  font-weight: 600;
  /*padding: 24px 15px;*/
  padding: 24px 15px;
  border-bottom: 3px solid #0098da00;
}
.dropdown-menu.mega-dropdown .btn-common {
  padding: 6px 30px;
}
.nav-item:hover {
  color: #616163 !important;
  /* border-bottom: 3px solid #0098da;*/
  /*border-bottom: 3px solid #0098da;*/
  border-bottom: 3px solid #002542;
}
.nav-item {
  /*  border-bottom: 3px solid #0098da00;*/
  transition: all 0.5s ease;
}
.mega-dropdown h4 {
  font-size: 15px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 24px;
}
.mega-dropdown h5 {
  margin-bottom: 40px;
}
.mega-dropdown h4::after {
  /* background-color: #0098ca;*/
  background-color: #002542;
  content: "";
  display: block;
  height: 2px;
  margin: 8px 0 0;
  width: 50px;
}
.mega-dropdown ul,
.dropdown-menu ul {
  list-style-type: none;
}
.mega-dropdown ul li,
.dropdown-menu ul li {
  line-height: 25px;
  margin-bottom: 10px;
}
.mega-dropdown ul li a,
.dropdown-menu li a,
.mega-dropdown p {
  color: #222222;
}
    .mega-dropdown ul li a:hover,
    .dropdown-menu ul li a:hover {
        color: #0b57d0;
        font-weight: 600;
    }
.mega-dropdown img.box-shadow-img {
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
  padding: 10px;
  border-radius: 5px;
}
.nav-btn {
  padding-left: 25px;
  /* margin-top: 18px;*/
  margin-top: -3px;
}
.logo-sec img {
  /* width: 156px; */
  width: 180px;

  /* height: 100px;*/
}
.dropdown-menu.mega-dropdown p,
.dropdown-menu.mega-dropdown li a {
  font-size: 14px;
  font-weight: 500;
}
.navbar-expand-lg .navbar-nav .dropdown-menu.sub-dropdown li a {
  /*    font-size: 15px;
    font-weight: 400;*/
  font-size: 14px;
  font-weight: 500;
}
.logo-sec {
  /* padding: 10px 0px;*/
  padding: 0px 0px 0px;
}
.menu-sec {
  /* margin-left: 188px; */
  padding-left: 89px;
}
.nav-btn .btn-common {
  margin-bottom: 0px;
}
    .nav-btn .btn-common::after {
        content: '' !important  ;
    }
.menu-bg {
  background: #002542;
}

.menu-left {
  padding: 20px 15px;
  padding: 45px 40px 45px;
}

.menu-right {
    /*padding: 45px 20px 45px 20px;*/
    padding: 40px 40px 40px;
}

.mega-dropdown .menu-left h4 {
  font-size: 26px;
}
.tech-sec-box.bg-tech-box {
  background: #cae8f6 !important;
}
.menu-left .btn-sec {
  margin-top: 40px;
}
.mega-dropdown .menu-left h4::after {
  background-color: #fff;
}
.mega-dropdown .menu-left .border-btn.btn-common {
  border: 1px solid white;
  color: #fff !important;
}
.mega-dropdown .menu-left .border-btn.btn-common:hover {
  border: 1px solid #094e91 !important;
}
/*----------------------- header-style ends here --------------------*/
/*---------------------- common-style starts here ------------------------*/
.content {
  /*   padding-top: 90px;*/
}
        .nav-btn .btn-common {
          padding: 8px 20px;
          font-size: 14px;
          box-shadow: none;
        }
        .btn-common {
            background-color: #fece1a;
            border: 2px solid #fece1a;
            padding: 12px 38px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            border-radius: 8px;
            color: #002542;
            font-size: 16px;
            text-decoration: none;
            font-weight: 700;
            text-align: center;
            margin-left: 2px;
            transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
            text-transform: capitalize;
            box-shadow: 0 4px 15px rgba(254, 206, 26, 0.3);
            cursor: pointer;
        }
.btn-common.btn-box-shadow:hover {
  box-shadow: unset;
}
.mob-header {
  display: none;
}
.mob-logo {
  /* padding: 5px 10px 10px;*/
  padding: 10px 10px 14px;
}
/*.btn-no-bg.btn-common{
    position:relative;
}

.btn-no-bg.btn-common a::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    left: 0;
    animation: sonar-effect 1s ease-in-out .1s infinite
}

@keyframes sonar-effect {
    0% {
        opacity: .3
    }

    40% {
        opacity: .5;
        box-shadow: 0 0 0 5px #d31f26, 0 0 10px 10px #d31f26, 0 0 0 10px #d31f26
    }

    100% {
        box-shadow: 0 0 0 5px #d31f26, 0 0 10px 10px #d31f26, 0 0 0 10px #d31f26;
        transform: scale(1.5);
        opacity: 0
    }
}*/
/*---------------------- common-style ends here */
/*----------- home-page-slider style starts here -------------*/
.banner-part-1.home-slide {
    background-image: url('../new-images/banner-home.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
}
.banner-part-2.home-slide {
    background-image: url('../new-images/home-banner-2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
    padding: 100px 0px;
}
.banner-part-3.home-slide {
    background-image: url('../new-images/banner-3.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 100px 0px;
}
.banner-part-4.home-slide {
    background-image: url('../new-images/banner4.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 100px 0px;
}
.carousel.banner-part-1.slide span.visually-hidden {
  display: none;
}
.carousel.banner-part-1 .carousel-inner {
  overflow: unset !important;
}
.carousel.banner-part-1 .banner-text {
  /* margin-bottom: -46px; */
  padding-bottom: 30px;
  /* margin-top: -45px;*/
  margin-top: -60px;
}
.case-text h3 a {
  color: #032d60;
}
/*----------- home-page-slider style ends here -------------*/
/*------------ home-new slider style starts here ----------------*/
.slider-sec button.owl-next span,
.slider-sec button.owl-prev span,
.testimonials-sec button.owl-prev span,
.testimonials-sec button.owl-next span,
.owl-carousel button.owl-next span,
.owl-carousel button.owl-prev span {
    background-color: #fece1a;
    border-color: #fece1a #fece1a #fece1a;
    color: #000 !important;
    border-radius: 50%;
    color: #002542;
    display:flex;justify-content:center;
    align-content:center;
    height: 40px;
    width: 40px;
    font-size: 40px;
    line-height: 40px;
}
.slider-sec button.owl-prev,
.slider-sec button.owl-next,
.testimonials-sec button.owl-prev,
.testimonials-sec button.owl-next,
.owl-carousel button.owl-prev,
.owl-carousel button.owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  /* opacity: .5; */
  transition: opacity 0.5s ease;
}
.slider-sec button.owl-next,
.testimonials-sec button.owl-next,
.owl-carousel button.owl-next {
  right: 5px;
}
.slider-sec button.owl-prev,
.testimonials-sec button.owl-prev,
.owl-carousel button.owl-prev {
  left: 5px;
}
.slider-sec button.owl-prev:hover span,
.slider-sec button.owl-next:hover span {
  /*background: #1c5fa8;*/
  background: #00000096;
  color: #ffffff;
  border-radius: 3px;
}
/*------------ home-new slider style ends here ----------------*/

/*------------- home-page services style starts here -------------*/
.main-services .img-adv-box-caption {
  background: unset !important;
  background-color: unset !important;
  color: #000;
  top: -14px;
  width: 93%;
}
.main-services .img-adv-box-inner {
  max-height: 60px;
  background: #fff;
  margin-right: 15px;
  margin-left: 15px;
  max-width: 100%;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgb(17 121 239 / 15%);
  text-align: center;
  bottom: 18px;
}
.main-services .img-adv-box {
  position: unset !important;
}
.main-services .img-adv-box-inner a {
  color: #094e91;
  font-weight: 600;
}

.main-services .img-adv-box-inner .sub-head {
  text-align: center;
  text-transform: capitalize;
}
.main-services .img-adv-box img {
  height: 250px;
}
.main-services .img-adv-box {
  margin-bottom: 60px !important;
}
.main-services .img-adv-box .sub-head {
  /*margin: 0px 0px 10px;*/
  margin: 0px 0px 20px;
}
/*.main-services .btn-common {
    padding: 10px 50px;
}*/
.process-flow.home-pflow .new_service_content {
  min-height: 350px;
}
.process-flow.home-pflow .new_service_content .sub-head {
  min-height: unset;
  margin-bottom: 15px;
}
.about-sec {
  background: #010753;
}
.about-right-sec {
  padding-left: 50px;
}

/*.about-left-sec {
    background: #000855;
 
    min-height: 565px;
}
*/
.about-right-sec-1 {
  /* background: #4b4c4d;*/
  padding-left: 50px;
}

section.about-sec-1 {
  /* background-image: url(../img/home-new/why-choose-cn2.jpg);*/
  /*background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;*/
  background: #e8e7ed;
}
.special-section p{
    margin-bottom:0px;
}
/*------------- home-page services style ends here -------------*/
/*---------------- home-page-about-us-new section style starts here ---------------*/
.card-body {
    box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
    padding: 40px 30px;
    border-radius: 10px;
    margin-bottom: 35px;
    border-bottom: 6px solid #002542;
    background: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.5s ease;
}
.card-body.third-cbody {
  border-color: #d2ac00;
}

.card-body.second-cbody {
  border-color: #d550ab;
}

.card-body.fourth-cbody {
  border-color: tomato;
}
    .card-body span {
        color: #002542;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 18px;
        letter-spacing: 1px;
        display: block;
        margin-bottom: 10px;
    }

.big-head {
  font-weight: 600;
  font-size: 50px;
  margin: 25px 0px 25px;
}
.mt-10 {
  margin-top: 100px;
}
.about-sec-new {
  background: #f8fbff;
  padding: 50px 20px;
}
.f-w-700 {
  font-weight: 700;
}
/*---------------- home-page-about-us-new section style ends here -----------------*/
/*-------------- Our-work style starts here --------------*/
.product-container .product-image-container img {
  transition: opacity 1s, transform 1s;
}
[class~="product-container"]
  [class~="product-image-container"]
  [class~="product_img_link"]:before {
  transition: all 0.4s;
}
[class~="product-container"]
  [class~="product-image-container"]
  [class~="product_img_link"] {
  position: relative;
}
.product-image-container {
  position: relative;
  margin-bottom: 0px;
}
.left-block {
  overflow: hidden;
  position: relative;
}
.product-container {
  background: white;
  margin-bottom: 1.875pc;
  box-shadow: 0 2px 20px 0 rgb(17 121 239 / 20%);
  padding: 0px;
  border: none;
  border-radius: 10px;
  transition: 0.5s;
}
.portfolio-box {
  padding: 0;
  font-size: 12px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  box-shadow: #ccc 0 0 16px;
  overflow: hidden;
  background-color: #fff;
  display: -ms-flexbox;
  width: 100%;
  margin-bottom: 30px;
  min-height: initial;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.product-box {
  padding: 12px;
}
.tags-list {
  margin-top: 8px;
}
.tags-list ul {
  border-bottom: 1px solid #ececec;
  padding-bottom: 5px;
  margin-bottom: 10px;
  padding-left: 0px;
}
.portfolio-section .tags-list ul li {
  margin-right: 5px;
}
.tags-list ul li {
  display: inline-block;
  margin: auto 5px auto 0;
  padding: 5px 5px 5px 5px;
  border-radius: 3px;
  border: 1px solid #eee;
  background-color: #f5f5f9;
  font-size: 8px;
  font-weight: 600;
  /* line-height: 150%; */
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #0275d8;
  text-transform: uppercase;
  line-height: 10px;
  margin-bottom: 0px;
}
.product-container .name {
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 15px;
  font-weight: 600;
  color: #000;
  line-height: 24px;
  letter-spacing: 0.5px;
  min-height: 55px;
  text-transform: capitalize;
}
.preview-sec p {
  margin-bottom: 0px;
}
.product-container .name a {
  color: #032d60;
}
.product-box p {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #4e4d4d;
  margin-bottom: 15px;
}
.product-box p {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  color: #000000;
  margin-bottom: 15px;
  min-height: 50px;
}
.premium {
  background: #def7e9;
  color: #27ae60;
}
p.know-more-link {
  font-size: 13px;
  /*margin-top: 15px;*/
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 30px;
}
.discount-percentage {
  margin-bottom: 0;
  /*margin-top: 12px;*/
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
  text-transform: uppercase;
}
.product-container .product-image-container img {
  transition: opacity 1s, transform 1s;
  height: 200px;
  /*    height: 280px;*/
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}
[class~="product-container"]:hover [class~="product-image-container"] img {
  opacity: 1;
}
.product-container .product-image-container img {
  transition: opacity 1s, transform 1s;
  -webkit-backface-visibility: hidden;
}
[class~="product-container"]:hover [class~="product-image-container"] img {
  /*  -o-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);*/
  transform: scale(1.05);
}
p.know-more-link a {
  color: #0b5cab;
  font-weight: 600;
  position: relative;
}
.know-more-link a::after {
  content: "\f105";
  padding-left: 2px;
  font-family: "FontAwesome";
}
/*-------------- Our-work style ends here --------------*/

/*----------- home-page style starts here -----------*/
/*.process-flow-sec {
    margin-top: 100px !important;
}*/
.common-blog-sec {
  background: #f6f6f6;
  padding: 70px 0px 50px;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.case-studies-main {
  /*    background: #fafafa;*/
  background-image: url("../img/bg-3.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px 70px;
}
.bg-parallax {
    position: relative;
    background-image: url('../new-images/service-bg2.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

    /* Overlay */
    .bg-parallax::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.5); /* change opacity here */
        z-index: -1;
    }

.home-ourwork-sec {
  background: #fafafa;
}
.icon-tabs.tools-tab-sec .nav-pills .nav-link h3 {
  font-size: 20px;
  font-weight: 500;
}
.home-clients .slick-slide img {
  width: 130px;
  height: unset !important;
}
.common-sec .form-left-sec .form-text {
  margin-bottom: 30px;
}
.btn-common:hover {
  color: #fff !important;
  background-color: #002542;
  border-color: #002542;
}
.accordion-collapse.collapse.show,
.accordion-collapse.collapse {
  height: unset !important;
}
/*.mob-service-sec {
    background: #0b3155;
}
.mob-service-sec {
    background: #0b3155;
    min-height: 600px;
    padding:20px 30px;
}*/
.mob-services {
  display: none;
}
/*----------- home-page style ends here -----------*/
/*---------------- home-page-new-service-layout style starts here ----------*/
.home-icon-sec {
    padding: 25px 20px;
    background: #ffffff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    /*background-image: url(../img/home-new/box-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;*/
    transition: transform 175ms ease-in, opacity 175ms ease-in, -webkit-transform 175ms ease-in;
    border-radius: 5px;
    position: relative;
}
.home-icon-sec:hover {
  /*  background-image: url(../img/home-new/box-bg-over.svg);*/
  transform: scale(1.05);
}

    .home-icon-sec img {
        /* background: #094e91;
        border-radius: 16px;*/
        /* padding: 2px; */
        /*   width:70px;*/
        width: 52px;
        filter: grayscale(100) brightness(0.5);
    }

.home-icon-sec p {
  min-height: 100px;
}
.mtb-15 {
  margin: 15px 0px !important;
}
.new-service-sec {
  background-image: url(../img/home-new/dots-bg.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 10%;
}
.home-fsbox {
    background: #ffffff;
   
    text-align: start;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    border: 1px solid #e9e7e7;
    position: relative;
    transition: all 0.5s ease;
    min-height: 490px;
    border-radius: 5px;
}
    .home-fsbox .card-img{
        height:250px;
        width:100%;
    }
        .home-fsbox .card-img img {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }
    .home-fsbox .custom-card-body {
        padding: 20px 30px;
    }
.home-fsbox h4 {
}
    .home-fsbox::before,
    .home-icon-sec::before,
    .tech-sec-box-1::before,
    .hire-dbox::before,
    .blog-box::before,
    .training-box::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        /*border-bottom: 2px solid #0098ca;*/
        border-bottom: 2px solid #002542;
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
        z-index: 9;
    }
.home-fsbox:hover::before,
.home-icon-sec:hover::before,
.tech-sec-box-1:hover::before,
.hire-dbox:hover::before,
.blog-box:hover::before,
.training-box:hover::before {
  -ms-transform: scale(1);
  transform: scale(1);
}
.home-fsbox img {
  width: 100%;
  margin: auto;
}
.home-fsbox:hover {
  box-shadow: 0 2px 20px 0 rgb(17 121 239 / 20%);
}

.home-fsbox p {
    min-height:100px;
}
/*---------------- home-page-new-service-layout style ends here ----------*/
/*------------ home-why-nextwebi-sec starts here ----------*/
.why-nextwebi-sec {
  background: #043564;
  /*   background-image: url(../img/why-nextwebi.webp);
    background-position: left top;
    background-repeat: no-repeat;*/
}
.why-nextwebi-leftsec {
  background-image: url(../img/why-nextwebi.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.why-us-text {
  padding: 50px 50px;
}

.bg-light-green {
  background: #deebed;
  /* background: #b6d9d5;*/
}
.line-para {
  border-left: 4px solid #000000;
  padding-left: 14px;
}
.features-list ul {
  margin-top: -7px;
}

.new-sec-sticky nav,
.right-box {
  position: -webkit-sticky !important;
  position: sticky !important;
  /*top: 120px;*/
  top: 120px;
  z-index: 4;
}
.sticky-head {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0px;
  z-index: 6;
  background: #f6f9ff;
}
.right-box,
.left-box {
  padding: 50px 0px;
}

.left-sidebar ul li a.active:last-child {
  /*padding-top:120px;*/
  top: 69px;
}
.right-sec.active .right-box:last-child {
  padding-top: 100px;
  padding-bottom: 100px;
}
/*.left-sidebar, .right-sec {
    height: 500px;
}*/
li.left-box:last-child img {
  padding-top: 108px;
}
.new-sec.case-detail-newsec .left-sidebar,
.new-sec.case-detail-newsec .right-sec {
  height: unset !important;
}
.right-sec .right-box .sub-head,
.section__text .sub-head {
  font-size: 26px;
}
.right-box h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 20px;
}
.left-sidebar ul li a {
  display: none !important;
}
.new-sec {
  /*background: #f8f8f8;*/
  background: #f6f9ff;
  padding: 50px 0px;
  border-bottom: 1px solid rgba(204, 205, 207, 0.5);
  border-top: 1px solid rgba(204, 205, 207, 0.5);
}

.left-sidebar ul li a.active {
  position: absolute;
  top: 0;
}
.left-sidebar ul li a.active {
  display: block !important;
}
/*.left-sidebar ul li:first-child a {
    display: block !important;
}*/
.left-sidebar ul li::before {
  display: none;
}
.left-sidebar ul {
  position: relative;
}

/*------------ home-why-nextwebi-sec ends here ----------*/
/*---------------- new-contact-form-sec style starts here ----------------*/
.textarea-sec {
  border: 1px solid #808080;
}

.textarea-sec .floating-input {
  border: 0px !important;
}
.textarea-sec .floating-textarea {
  overflow: auto !important;
}
.contact-form-right {
    box-shadow: 1px 4px 24px rgb(0 0 0 / 20%);
    background: #ffffff;
    padding: 25px 25px;
    border-radius: 5px;
}

.contact-form-left {
  margin-top: 35px;
}

.contact-form-right p,
.contact-form-left h2 {
  margin-bottom: 35px;
}

/*---------------- new-contact-form-sec style ends here ----------------*/

/*-------------- contact-form-newsec style starts here ---------------*/
.form-control {
  font-size: 14px;
  display: block;
  width: 100%;
  /*height: 50px;*/
  padding: 10px 35px 10px 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #cdd3d8;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
input.form-control:focus,
select.form-control:focus,
.textarea-file-sec:focus {
  border: 1px solid #002542;
}
textarea.form-control {
  height: auto;
}
/*.form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        outline: 0;
        -webkit-box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
        box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
    }*/
.form-control:focus-visible {
  outline: 0px !important;
}
.btn-common.submit-btn {
  border: 0px;
}
.form-group {
  margin-bottom: 30px;
}
.textarea-file-sec {
  border: 1px solid #cdd3d8;
  background: #ffffff;
}
.img-sec span {
  font-size: 32px;
  color: #094e91;
}
.textarea-file-sec textarea {
  border: 0px;
  margin-bottom: 10px;
}
.contact-form-new {
  background: #f7f7f7;
  border-bottom: 1px solid rgba(204, 205, 207, 0.5);
  border-top: 1px solid rgba(204, 205, 207, 0.5);
}
textarea {
  resize: none;
}
/*-------------- contact-form-newsec style ends here ---------------*/
/*--------------- home-service-tab-sec style starts here ----------------*/
/*.home-service-tab .service-tabs-main {
    background: #0b3155;
}*/
.home-service-tab .service-main-left {
  background: #ffffff;
}
.home-service-tab .service-main-left .nav-pills .nav-link {
  color: #0b3155;
}
.home-service-tab .service-main-left .nav-pills .nav-link.active {
  transform: unset;
  /*    padding: 16px 44px 16px 20px;*/
  background: unset;
  box-shadow: unset;
  color: #094e91;
  /*padding: 16px 40px;*/
  padding: 16px 20px 16px 60px;
  font-weight: 700;
}
.home-service-tab .service-main-left .nav-pills .nav-link {
  transition-property: all;
  transition-duration: 0.15s;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  /* padding: 16px 52px;*/
  padding: 10px 20px 10px 52px;
}
.home-service-tab .service-main-left .nav-pills .nav-link:hover:before {
  position: absolute;
  left: 40px;
  background: #094e91;
  content: "";
  padding: 0;
  height: 0.1875rem;
  width: 1.25rem;
  top: 33px;
  transition: 0.5s all ease-in-out;
  transition-property: all;

  transition-duration: 0.55s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.home-service-tab .service-main-left .nav-pills .nav-link:hover {
  color: #094e91;
}
.home-service-tab .service-main-left .nav-pills .nav-link:before {
  position: absolute;
  left: 0px;
  height: 0px;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgba(49, 187, 174, var(--tw-bg-opacity));
  transition-property: all;
  transition-duration: 0.55s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: "";
  top: 0.9375rem;
  top: 2px;
}
    .home-service-tab .service-main-left .nav-pills .nav-link.active::before {
        background: #fece1a;
        /*    background: #fff;*/
        content: "";
        height: 0.1875rem;
        width: 1.25rem;
        top: 33px;
        bottom: 0;
        transition-property: all;
        transition-duration: 0.15s;
        transition-duration: 0.3s;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        position: absolute;
        /*left: 26px; */
        left: 40px;
    }
.home-service-tab .service-main-left .nav-pills .nav-link.active {
  position: relative;
}
.home-service-tab .service-tabs-main {
  margin-top: 0px;
}
.icon-tabs.tools-tab-sec {
  background: #fafafa;
  border-bottom: 1px solid rgba(204, 205, 207, 0.5);
  border-top: 1px solid rgba(204, 205, 207, 0.5);
  background: #f8fbff linear-gradient(to top, #f8fbff 10%, #ffffff 100%);
}
/*--------------- home-service-tab-sec style ends here ----------------*/
/*------------- footer-sticky style stars here --------------*/
.footer_sticky_bar {
  display: none;
}
.footer_sticky_bar ul li span {
  /* width: 20px; */
  /* margin-right: 5px; */
  display: block;
  font-size: 20px;
  padding-left: 0px;
  margin-bottom: 3px;
}
.footer_sticky_bar ul li a {
  color: #696868;
}
.ftr-enquiry {
    background: #636365;

}
.footer_sticky_bar ul li {
  display: inline-block;
  width: 30%;
  padding: 10px 6px;
  font-size: 15px;
  text-align: center;
  font-weight: 500;
}
/*------------- footer-sticky style ends here --------------*/
