* {
  margin: 0;
  padding: 0;
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  /* height: 100%; */
  width: 100%;
  overflow-x: hidden !important;
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 500;
}


html {
  font-family: 'Inter', sans-serif !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  color: #252525;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}





/*header*/
.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  background-color: #e74a3e;
  /* padding: 15px; */
  /* background: #f7f6f4; */
}

.header-main {
  /* background-color: #ffffff; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
  border-radius: 4px;
}

.uk-navbar-right {
  margin-right: -12px;
}


.logo img {
  width: 160px;
  /* height:82px; */
}

@media(max-width: 991px) {
  .uk-logo img {
    width: 260px;
    /* height:82px; */
  }
}

canvas,
img,
video {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

.header .nav-menu {
  padding: 0 15px;
}

.header .menu>.menu-item {
  display: inline-block;
  margin-left: 5px;
  position: relative;
  margin-bottom: 0px;

}


.header .menu .menu-item a {
  font-family: Quicksand;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  padding: 8px;  
  color: #fff;
  transition: all 0.3s ease;
  text-decoration: none;
  min-height: 40px;
  letter-spacing: 1px;
}

.header .plus-cls {

  display: inline-block;
  position: relative;

  display: flex;

}

.header .plus-cls::after {
  content: "+";
  position: absolute;
  top: 50%;
  padding-left: 5px;
  right: 0px;
  font-weight: 600;
  left: 100%;
  font-size: 16px;
  color: #fff;
  transform: translate(-50%, -50%);

}

.btn-viewmore {
  color: #228bbd !important;
  background-color: #fff !important;
  font-size: 16px;
  text-decoration: none;
}

.btn-viewmore:hover {
  color: #333 !important;
  /* background-color: #fff !important; */
  /* border-color: #ccc !important; */
}


.btn-active .plus-cls::after {
  color: #153380 !important;
}

.header .menu-item:hover>.plus-cls::after {
  content: "-";
  color: #153380;
  /* transform: translate(-50%,-50%) rotate(-90deg); */
}

.header .menu>.menu-item>a .plus:after {
  transform: translate(-50%, -50%) rotate(-90deg);
}

.header .menu>.menu-item>.sub-menu {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  min-width: 220px;
  position: absolute;
  left: 0;
  top: 80px;
  background-color: #ffffff;
  padding: 10px 0;
  text-decoration: none;
  /* border-top: 3px solid #e91e63; */
  transform: translateY(10px);
  transition: all 0.3s ease;
  opacity: 0;
  z-index: 5;
  visibility: hidden;
}

.header .logo-dark,
.scrolling-active .logo-white {
  display: none;
}

.scrolling-active .logo-dark {
  display: block;
}

.scrolling-active {
  position: fixed;
  transition: .3s;
  padding: 0px;
  background-repeat: no-repeat;
  color: #000 !important;
  box-shadow: 0 0px 1rem rgb(0 0 0 / 50%);
}

.scrolling-active.header .menu .menu-item a {
  color: #000;
}

.header .menu>.menu-item>.sub-menu>.menu-item>a:hover,
.header .menu>.menu-item:hover>a {
  color: #153380;
}

.scrolling-active .menu-item .plus-cls::after {
  color: #000;
}

.scrolling-active .menu>.menu-item>.sub-menu>.menu-item>a:hover,
.scrolling-active .menu>.menu-item:hover>a {
  color: #153380;
}

@media(min-width: 992px) {
  .header .menu>.menu-item-has-children:hover>.sub-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .header .menu>.menu-item-has-children:hover>a .plus:after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}

.header .menu>.menu-item>.sub-menu>.menu-item {
  display: block;
}

.header .menu>.menu-item>.sub-menu>.menu-item>a {
  display: block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  transition: all 0.3s ease;
  text-transform: capitalize;
  text-decoration: none;
}

.header .open-nav-menu {
  height: 34px;
  width: 40px;
  margin-right: 15px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.header .open-nav-menu span {
  display: block;
  height: 3px;
  width: 24px;
  background-color: #fff;
  position: relative;
}

.scrolling-active .open-nav-menu span {
  background-color: #000;
}

.header .open-nav-menu span:before,
.header .open-nav-menu span:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-sizing: border-box;
}

.scrolling-active .open-nav-menu span:before,
.scrolling-active .open-nav-menu span:after {
  background-color: #000;
}

.header .open-nav-menu span:before {
  top: -7px;
}

.header .open-nav-menu span:after {
  top: 7px;
}

.header .close-nav-menu {
  height: 40px;
  width: 40px;
  /* background-color: #ffffff; */
  margin: 0 0 15px 15px;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
}

.header .close-nav-menu .fa-times {
  /* width: 16px; */
  color: #999 !important;
}

.header .menu-overlay {
  position: fixed;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

/* responsive */

@media(max-width: 991px) {
  .header .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }

  .header .nav-menu {
    position: fixed;
    right: -280px;
    visibility: hidden;
    width: 280px;
    height: 100%;
    top: 0;
    overflow-y: auto;
    background-color: #222222;
    z-index: 1000;
    padding: 15px 0;
    transition: all 0.5s ease;
  }

  .header .plus-cls {

    display: inline-block;
    position: relative;

    display: flex;

  }

  .header .plus-cls::after {
    content: "+";
    position: relative;
    /* position: absolute; */
    top: 35%;
    padding-left: 5px;

    font-weight: 600;
    /* left: 100%; */
    left: 0px;
    font-size: 16px;
    color: #fff;
    transform: translate(-50%, 0%);

  }

  .btn-active .plus-cls::after {
    color: #153380 !important;
  }

  .header .menu-item:hover>.plus-cls::after {
    content: "-";
    color: #153380;
    /* transform: translate(-50%,-50%) rotate(-90deg); */
  }

  .header .nav-menu.open {
    visibility: visible;
    right: 0px;
  }

  .header .menu>.menu-item {
    display: block;
    margin: 0;
  }

  .header .menu>.menu-item-has-children>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header .menu>.menu-item>a {
    color: #ffffff;
    padding: 12px 15px;
    border-bottom: 1px solid rgb(122, 122, 122);
  }

  .header .menu>.menu-item:first-child>a {
    border-top: 1px solid rgb(122, 122, 122);
  }

  .header .menu>.menu-item>a .plus:before,
  .header .menu>.menu-item>a .plus:after {
    background-color: #ffffff;
  }

  .header .menu>.menu-item-has-children.active>a .plus:after {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  .header .menu>.menu-item>.sub-menu {
    width: 100%;
    position: relative;
    opacity: 1;
    visibility: visible;
    border: none;
    background-color: transparent;
    box-shadow: none;
    transform: translateY(0px);
    padding: 0px;
    left: auto;
    top: 0px;
    max-height: 0;
    overflow: hidden;
  }

  .p-10-15 {
    padding: 10px 15px;
  }

  .header .menu>.menu-item>.sub-menu>.menu-item>a {
    padding: 12px 45px;
    color: #ffffff;
    border-bottom: 1px solid rgb(122, 122, 122);
  }

  .header .close-nav-menu,
  .header .open-nav-menu {
    display: flex;
  }

}

.uk-button:not(:disabled) {
  cursor: pointer;
}

.uk-button-primary {
  background-color: #4caf50;
  color: #fff !important;
  border: 1px solid transparent;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px !important;
  padding: 10px 20px !important;
  border-radius: 10px;
}

.btn-getquote{
  background-color: #18407c;
  color: #fff;
  border-radius: 50px;
  margin-left: 20px;
}


.btn-getquote button {
    font-family: Quicksand;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
    letter-spacing: 1px;
}


.header .btncls a:hover {
  color: #fff !important;
}

.btn-active>a,
.scrolling-active .btn-active>a {
  color: gray !important;
}

.scrolling-active .menu>.btncls>.uk-button-primary {
  color: #fff !important;
}

.btncls a {
  text-transform: uppercase !important;
  text-decoration: none;
}

.header .ul {
  margin-bottom: 0px !important;
}

.logo-name {
  color: #fff;
  font-size: 28px;

  text-transform: capitalize;
  font-weight: 500;
  transition: all 0.3s ease;
  text-decoration: none;
}

.header .menu .menu-item a:hover {
  background-color: #f5f5f5;
  color: #000;
  border-radius: 5px;
}

/* header ends */

/* Hero starts */

.hero-heading h1 {

  font-family: "Quicksand", Sans-serif;
    font-size: 65px;
    font-weight: 800;
    text-transform: none;
    line-height: 1.1em;
    text-shadow: 2px 5px 0px rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
    margin: 0px 0px 20px 0px;
}

.hero-heading span {

    font-family: "Quicksand", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: left;
}

.btn-getstarted{
  margin-top: 40px;
}

.btn-getstarted a{
  background-color: #18407C;
    font-family: "Quicksand", Sans-serif;
    font-size: 19px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 20px;
    color: #FFFFFF;
    padding: 20px 35px 20px 35px;
    border-radius: 50px;
    text-decoration: none;
}

.hero-heading-index p {
  color: rgb(122, 122, 122);
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5em;
}

.ps-60 {
  padding-left: 100px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-60 {
  margin-bottom: 60px;
}

.pad-2 {
  padding: 13px;
}


.mb-50 {
  margin-bottom: 50px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.py-20 {
  padding-top: 25px;
  
}


@media(max-width: 991px) {
  .hero .carousel-item {
    height: 40vh !important;
  }

  .hero-heading h1 {
    font-size: 34px;
  }

  .slider-1-img {
    height: 260px;
  }

  .hero .py-60 {
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .ps-60 {
    padding-left: 80px;
  }

  .scrolling-active.header .menu .menu-item a {
    color: #fff;
  }

  .email-input {
    width: 100% !important;
  }
}

@media(max-width: 767px) {
  .ps-60 {
    padding-left: 20px;
  }

  .text-voil span svg {
    width: 26px;
    height: 26px;
  }

  .whatsapp img {
    height: 44px;
  }

}
/* Hero ends */


/* index start */

.index-one{
  background-color: #e74a3e;
  margin-top: 80px;
  padding: 70px 10px 0px;
}

.index-one-footer{
  margin-top: 50px;
  color: #fff;
}

.index-one-footer-section{
  background-color: #18407C;
  padding: 30px;
  border-top-left-radius: 40px;
  
}
.pd-4{
  padding: 30px;
}

.index-one-footer-section h3{
  font-family: "Quicksand", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
  }

  .index-one-footer-section span{
  color: #DDDDDD;
    font-family: "Quicksand", Sans-serif;
    font-size: 15px;
    font-weight: normal;
  }

  .second-section{
      padding: 40px 0px 30px 0px;
  }

  .second-section-content{
    text-align: center;
    margin-top: 15px;
  }

  .second-section-content h1{
    font-family: "Quicksand", Sans-serif;
    font-size: 50px;
    font-weight: 700;
    text-transform: none;
    line-height: 1.1em;
    color: #18407C;
    margin: 0px 0px 15px 0px;
  }

  .second-section-content p{
    font-family: "Quicksand", Sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #181818;
    text-align: center;
    line-height: 1.6;
    margin: 0px 20px;
  }

  .second-section-parts{
    padding: 40px 0px;
  }

  .vision-img{
  text-align: center;
}

.vision-img img{
  padding: 10px 0px;
  width: 290px;
    max-width: 290px;
    height: 290px;
    object-fit: cover;
    object-position: center center;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
}

  .second-section-parts .part-1{
    padding: 10px 30px;
    text-align: center;
  }

  .vision-icon{
    margin: -80px 0px 0px 0px;
    text-align: right;
    padding: 0px 30px;
  }

  .vision-icon i{
    font-size: 30px;
    padding: 30px;
    background-color: #18407C;
    border-radius: 50%;
    color: #fff;
  }

  .vision-text{
    padding-top: 40px;
  }

  .vision-text h3{
    font-family: "Quicksand", Sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.15em;
    color: #18407C;
  }

  .vision-text p{
    margin-top: 20px;
    text-align: center;
    color: #181818;
    font-family: "Quicksand", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
  }

  .viewmore2-btn{
    margin-top: 10px;
  }
  .viewmore2-btn a{
    font-size: 16px;
    font-weight: 600;
    color: #18407C;
    padding: 5px 10px;
    
}

/* index ends */


/* elementor-section start */
  .elementor-section{
    padding: 20px 0px;
  }
  .elementor-text-side{
    padding: 20px 0px 30px 40px;
    text-align: left;
  }
  .elementor-text-title{
    font-family: "Quicksand", Sans-serif;
    font-size: 50px;
    font-weight: 900;
    text-transform: none;
    line-height: 1.2em;
    color: #18407C;
    margin: 0px 0px 15px 0px;
  }
  .elementor-title-desc{
    font-family: "Quicksand", Sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #181818;
    text-align: left;
  }
  .elementor-text-content{
    padding: 20px 5px;
  }

  .progress-1, .progress-2, .progress-3{
    padding: 10px 0px;
  }

  .elementor-progress-title {
    color: #18407C;
    font-family: "Quicksand", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 2em;
}
.elementor-progress-wrapper {
    border-radius: 10px;
    overflow: hidden;
    background-color: #eee;
    color: #fff;
    height: auto;
    position: relative;
}
.elementor-progress-bar {
    background-color: #E74A3E;
    height: 15px;
    line-height: 15px;
    font-family: "Quicksand", Sans-serif;
    font-size: 14px;
    font-weight: 600;
}
.elementor-progress-text {
    flex-grow: 1;
    overflow: hidden;
    padding-inline-start: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.elementor-progress-percentage {
    padding-inline-end: 15px;
}

.elementor-callnow{
  padding: 20px 0px 0px 0px;
}

.elementor-callnow-main{
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.callnow-name{
  width: 50%;
  padding: 10px 20px 10px 20px;
  text-align: right;
}
.callnow-name h3 {
    margin-bottom: 0px;
    color: #18407C;
    font-family: "Quicksand", Sans-serif;
    font-size: 18px;
    font-weight: 700;
}
.callnow-name p{
    color: #555555;
    font-family: "Quicksand", Sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.callnow-botton{
  padding: 10px 20px 10px 20px;
}

.callnow-dynamic-btn {
    background-color: #18407C;
    font-family: "Quicksand", Sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    color: #FFFFFF;
    padding: 15px 30px 15px 30px;
    border-radius: 50px 50px 50px 50px;
    text-decoration: none;
}

.callnow-icon-left {
    margin-right: 8px;
}
.elementor-imgside{
  padding: 40px 10px;
}

.elementor-imgside img {
  height: auto;
  border: 1px solid #000;
  border-radius: 10px;
  margin: 20px 0px;
}


.viewmore-services ul{
  text-align: left;
  margin-top: 20px;
}

.viewmore-services ol{
  text-align: left;
  margin-top: 20px;
}


.viewmore-services li>b{
    font-family: "Quicksand", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
    line-height: 1.1em;
    color: #18407C;
    margin: 5px;
}
.viewmore-services li>span{
    font-family: "Quicksand", Sans-serif;
    font-size: 17px;
    text-transform: none;
    line-height: 1.1em;
    color: #181818;
    padding-top: 10px;
}
.viewmore-services ul>li::marker{
    font-size: 18px;
    font-weight: 700;
    color: #18407C;
    margin: 5px;
}
.viewmore-services ol>li::marker{
    font-size: 17px;
    font-weight: 500;
    margin: 5px 15px;
}
.viewmore-services li{
    font-family: "Quicksand", Sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #181818;
    margin: 20px 15px;
    
}

.view-moreservice-section{
      padding: 10px 0px 30px 0px;
  }

.viewmore-footer{
  margin-top: 50px;
  color: #fff;
}

.viewmore-footer-section{
  background-color: #18407C;
  padding: 30px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  
}

.viewmore-footer-section h3{
  font-family: "Quicksand", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
  }

  .viewmore-footer-section span{
  color: #DDDDDD;
    font-family: "Quicksand", Sans-serif;
    font-size: 15px;
    font-weight: normal;
  }

  .viewmore-btn{
    margin-top: 10px;
  }
  .viewmore-btn a{
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
    background-color: #18407C;
    padding: 5px 10px;
    border-radius: 50px;
    border: 1px solid #fff;
    text-decoration: none;
}

/* elementor-section end */


/* third-section-start */

.third-section{
  padding: 10px 60px;
}

.third-section-part{

    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 10px 0px 10px;
    padding: 20px;
    background-color: #fff;
}

.third-section-content{
  
  text-align: center;
}
.professional-img{
  text-align: center;
}

.professional-img img{
  padding: 10px 0px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50% 50% 50% 50%;
  height: 170px;
  width: 150px;
}

.content-one{
  margin: 0px 0px 5px 0px;
}

.content-one a{
  font-family: "Quicksand", Sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #18407C;
    text-decoration: none;
}

.content-two{
  margin: 0px 0px 5px 0px;
}

.content-two p{
  color: #555555;
    font-family: "Quicksand", Sans-serif;
    font-size: 17px;
    font-weight: 500;
}

.third-section-icon {
    margin: 0px 0px -70px 0px;
}
.sina-social {
    text-align: center;
    padding-left: 0px !important;
}
.sina-social li {
    display: inline-block;
    margin: 4px 4px 4px 4px;
}
.sina-social li a {
    font-size: 17px;
    border-radius: 50% 50% 50% 50%;
    background-color: #E74A3E;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #fafafa;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    transition: all .4s;
}
/* third-section-end */


/* four-section-start */

.getintouch{
    padding: 50px 0px 30px 0px;
    background-color: #FBFBFB;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  }

  .getintouch-bgcolor{
    background-color: #FBFBFB;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.3;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  }

.getintouch-section{
  padding: 15px 15px 15px 15px;
}

.getintouch-box{
  padding: 15px 15px 15px 15px;
  background-color: #E74A3E;
  padding: 35px 35px 35px 35px;
  border-radius: 10px 10px 10px 10px;
}

.getintouch-content{
  display: flex;
}

.getintouch-icon{
  width: 30%;
}

.getintouch-text{
  width: 70%;
  text-align: left;
}

.getintouch-icon{
  text-align: center;
}

.getintouch-icon i{
  font-size: 50px;
  color: #fff;
  text-align: right;
}

.getintouch-text h3 {
    font-family: "Quicksand", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.getintouch-text p{
    color: #FFFFFF;
    font-family: "Quicksand", Sans-serif;
    font-size: 16px;
    font-weight: 500;
}
/* four-section-start */


/* service-section-start */

.service1{
  background-color: transparent;
  background-image: linear-gradient(180deg, #18407CAD 26%, #18407C 100%);
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.service-heading{
  padding: 100px 30px;
}

.service-heading-text{
  font-family: "Quicksand", Sans-serif;
  font-size: 65px;
  font-weight: 700;
  text-transform: capitalize;
  color: #FFFFFF;
}

.service-index{
  margin-top: 80px;
}

.mt-20{
  margin-top: 20px;
}

.mt-40{
  margin-top: 40px;
}

.services-type{
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 120px 0px 60px 0px;

}

.services-desc{
  padding: 10px 40px;
}
.service-title-title{
    text-align: left;
    font-family: "Quicksand", Sans-serif;
    font-size: 50px;
    font-weight: 900;
    text-transform: capitalize;
    line-height: 1.2em;
    color: #18407C;
    margin: 0px 0px 15px 0px;
}
.service-title-desc {
    font-family: "Quicksand", Sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #181818;
    text-align: left;
}
.services-type-desc{
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #02010114;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 15px 0px 15px;
    padding: 40px 30px 20px 30px;
    border-radius: 10px;
}
.services-icon{
  text-align: center;
  padding: 10px 0px;
}
.services-icon a{  
  background-color: #E74A3E;
  border-radius: 50%;
  color: #fff;
  fill: #fff;
  font-size: 25px;
  padding: 25px;
}
.services-type-heading{
  padding: 30px 0px 20px 0px;
}
.services-type-heading h2{
  font-family: "Quicksand", Sans-serif;
  font-size: 24px;
    font-weight: 700;
    line-height: 1.15em;
    text-align: center;
    
}
.services-type-title a{
    font-family: "Quicksand", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.15em;
    color: #474c52;
    text-decoration: none;
}
.services-type-text p{
    text-align: center;
    color: #181818;
    font-family: "Quicksand", Sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.service-solution{
  padding: 40px 30px;
}
.service-bg{
  padding: 90px 70px;
  background-color: #18407C;
  opacity: 0.9;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  border-radius: 50px 50px 50px 50px;
}
.service-solution-title h2{
    font-family: "Quicksand", Sans-serif;
    font-size: 50px;
    font-weight: 800;
    text-transform: none;
    line-height: 1.1em;
    text-shadow: 2px 5px 0px rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
    margin: 0px 0px 20px 0px;
}
.service-solution-button{
   padding: 50px 0px;

}
.servicesolution-dynamic-btn {
    background-color: #FFFFFF;
    font-family: "Quicksand", Sans-serif;
    font-size: 19px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 20px;
    color: #18407C;
    padding: 20px 35px 22px 35px;
    border-radius: 50px;
    text-decoration: none;
}
.servicesolution-dynamic-btn i{
  margin: 10px;
}
/* service-section-end */


/* product-section-start */

.products-type{
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 60px 0px 60px 0px;

}
.product-desc{
  padding: 10px 40px;
}
.product-imgside{
  padding: 40px 20px;
  margin: auto;
  vertical-align: middle;
}

.product-imgside img {
  height: 400px;
  border-radius: 20px;
  
}
.product-title-title{
    text-align: left;
    font-family: "Quicksand", Sans-serif;
    font-size: 40px;
    font-weight: 900;
    text-transform: capitalize;
    line-height: 1.2em;
    color: #18407C;
    margin: 0px 0px 15px 0px;
}
.product-title-desc {
    font-family: "Quicksand", Sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #181818;
    text-align: left;
}
.product-type-desc{
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #02010114;
    margin: 0px 15px 0px 15px;
    padding: 40px 30px 20px 30px;
    border-radius: 10px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.13);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.product-type-heading{
  padding: 30px 0px 20px 0px;
}
.product-type-heading h2{
  font-family: "Quicksand", Sans-serif;
  font-size: 24px;
    font-weight: 700;
    line-height: 1.15em;
    text-align: center;
    
}
.product-solution{
  background: url(Images/productsolution-bg.jpg);
  background-color: #FBFBFB;
}
.product-solution-title P{
    font-family: "Quicksand", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: left;
    
}
.product-type-title a{
    font-family: "Quicksand", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.15em;
    color: #18407C;
    text-decoration: none;
}
.product-type-text p{
    text-align: center;
    color: #181818;
    font-family: "Quicksand", Sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.product-solution{
  padding: 40px 20px;
}
.product-bg{
  padding: 90px 40px;
  background-color: #18407C;
  opacity: 0.9;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  border-radius: 50px 50px 50px 50px;
}
.product-solution-title h2{
    font-family: "Quicksand", Sans-serif;
    font-size: 50px;
    font-weight: 800;
    text-transform: none;
    line-height: 1.1em;
    text-shadow: 2px 5px 0px rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
    margin: 0px 0px 20px 0px;
}
.product-solution-button{
   padding: 50px 0px;

}
.productsolution-dynamic-btn {
    background-color: #FFFFFF;
    font-family: "Quicksand", Sans-serif;
    font-size: 19px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 20px;
    color: #18407C;
    padding: 10px;
    border-radius: 50px;
    text-decoration: none;
}
.productsolution-dynamic-btn i{
  margin: 10px;
}

/* product-section */

/* contact-form-start */

.contact-form-section{
  background-color: #FBFBFB;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  padding: 10px 0px 40px;
}

.contact-form-new{
  background-color: #FBFBFB;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  padding: 60px 0px 40px;
}

.contact-img{
  padding: 40px 0px 10px 30px;
  
}
.contact-img img{
  border-radius: 20px;
  width: 100%;
}
.address-section{
  padding: 40px 20px;
  background-color: #fff;
  border-radius: 20px; 
  margin-top: 40px;
}
.address{
    padding: 0px 0px 25px 0px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #EEEEEE;
}
.contact-form{
  padding: 30px 10px 20px 10px;
  background-color: #fff;
  border-radius: 20px;
}
.address-heading{
  display: flex;
  flex-direction: row;
  padding: 0px 40px;
}
.address-icon{
  text-align: left;
}
.address-icon span{
  color: #18407C;
  font-size: 35px;
  padding: 0px 10px;
}
.address-text{
  margin-left: 15px;
}
.address-text-title{
    font-family: "Quicksand", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
    color: #18407C;
    line-height: 1.8;
}

.address-description{
  color: #181818;
    font-family: "Quicksand", Sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.contact-form-new{
  padding: 30px 10px 20px 10px;
  
}

.contactform-title {
    text-align: left;
    margin-left: 20px;
}
.contactform-title-title {
    font-family: "Quicksand", Sans-serif;
    font-size: 40px;
    font-weight: 800;
    text-transform: none;
    line-height: 1.2em;
    color: #18407C;
    margin: 0px 0px 15px 0px;
}
.form-area{
  padding: 20px 10px;
  margin-top: 20px;
}
.form-area p{
  line-height: 1.8;
  margin: 0 0 20px;
  font-size: 15px;
}
.contact-form-input{
    margin-bottom: 20px;
    padding-left: 20px;
    height: 45px;
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
}
.contact-form-textarea{
    margin-bottom: 20px;
    padding-left: 20px;
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
}
.form-submit{
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
    background-color: #18407C;
    padding: 10px 30px 10px 30px;
    border-radius: 50px;
    border: 1px solid #18407C;
}
/* contact-form-start */


/* aboutus-start */

.about-us-one{
  margin-top: 40px;
}

/* aboutus-end */


.py-80 {
  padding: 80px 0px;
}

.large-img {
  width: 100%;
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
}

.large-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.position-rel {
  position: relative;
}

.small-img {
  position: absolute;
  left: -45px;
  bottom: -25px;
}

.small-img img {
  width: 300px;
  border-radius: 15px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.choose-icon span {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #f5f5f5 !important;
  display: inline-block;
  text-align: center;
  color: #157347 !important;
  font-size: 24px;
  line-height: 60px;
  transition: .3s all ease-in-out;
  box-shadow: rgba(60, 64, 67, 0.05) 0px 1px 2px 0px, rgba(60, 64, 67, 0.1) 0px 2px 6px 2px;
}

.choose-icon span:hover {
  box-shadow: rgba(60, 64, 67, 0.25) 0px 1px 2px 0px, rgba(60, 64, 67, 0.1) 0px 2px 6px 2px;
  background: #fff !important;
}

/* tabs eends here */


/* Recovery area starts */
.recovery-bx {
  background: #E0F6E2;
  padding: 15px 20px 20px 20px;
  border-radius: 15px;
  height: 100%;
  position: relative;
  min-height: 270px;
}

/* .recovery-bx:hover{
  box-shadow: rgba(60, 64, 67, 0.25) 0px 1px 2px 0px, rgba(60, 64, 67, 0.1) 0px 2px 6px 2px;
} */

.recovery-area .col-2:not(:first-child) .recovery-bx::before {
  content: " ";
  position: absolute;
  left: 0px;
  top: 30px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left-color: #fff;
}

.recovery-area .col-2:not(:last-child) .recovery-bx::after {
  content: " ";
  position: absolute;
  right: -20px;
  top: 30px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left-color: #E0F6E2;
}

.recovery-area .col-2:nth-child(2) .recovery-bx::after,
.recovery-area .col-2:nth-child(4) .recovery-bx::after {
  border-left-color: #e6eefa;
}

.recovery-title h5 {
  font-family: 'Inter', sans-serif;

  font-size: 1.15rem;
  line-height: 1.2em;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
}

.av-icon h4 {
  font-family: 'Inter', sans-serif;

  font-size: 1.05rem;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 6px;
  color: #000;
}

.recovery-title p {

  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 0px;
  color: #7a7a7a;
}

.av-txt p {

  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 0px;
  color: #7a7a7a;
}

.recovery-bx .icn {
  font-size: 42px;
  color: #5184f1;
  line-height: 48px;
}

.recovery-bx .num {
  font-size: 58px;
  font-weight: 500;
  line-height: 1.5em;
  margin-top: -15px;
  margin-bottom: 0px;
  color: #dfdede;
}

.recovery-area .col-2 {
  width: 20% !important;
  padding: 12px !important;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-70 {
  margin-bottom: 60px;
}

.bg-light-blue {
  background: #e6eefa;
}


/* Recovery area ends */



/* top tab starts */

.top-tab .nav .text-voil {
  width: 16.66% !important;
  height: 120px;
  border-radius: 0px !important;
  border: .2px solid rgb(240, 238, 238);
  color: #000;
  transition: all .3s ease-in-out;
}

.top-tab .nav .text-voil span i {
  font-size: 38px;
  margin-bottom: 10px;
  color: #000;
  position: relative;
}

.top-tab .nav .text-voil.active {
  background: #f5f5f5 !important;
  color: #000;
  position: relative;
}

.top-tab .nav .text-voil:hover {
  background: #f5f5f5 !important;
}

.top-tab .nav .text-voil:not(:last-child).active::after {
  content: ' ';
  height: 3px;
  background: #0071b3 !important;
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
}

/* #01579b */
/* #1565c0 */
/* #9fa8da */
.whatsapp {
  background: #f5f5f5 !important;
  color: #157347 !important;
}



.top-tab .nav .text-voil h6 {

  font-family: 'Inter', sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 0px;
  color: #7a7a7a;
  text-transform: uppercase;
}

.whatsapp i,
.whatsapp h6 {
  color: rgb(21, 115, 71) !important;
}

.pt-80 {
  padding-top: 80px;
}


@media(max-width: 991px) {

  .top-tab .nav .text-voil {
    /* width: 33.333% !important; */
    width: 30% !important;
    margin: 3px;
    padding: 2px;

  }

  .top-tab .nav .text-voil {
    /* width: 16.66% !important; */
    height: 100px;
  }

  .mail-box {
    max-width: 100%;
    background: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    padding: 15px;
    border-radius: 15px;
    position: relative;
    bottom: 20%;
    z-index: 2;
    margin: 15px;
    margin-bottom: 60px;
    left: 0px;
    /* left: 100px; */
  }

  .email-input {
    padding: 12px;
  }

  .email-btn {
    height: 50px;
  }

  .recovery-area .col-2 {
    width: 33.33% !important;
  }

  .btn-getquote {
    margin-top: 20px;
    margin-left: 0px;
  }
}

@media(max-width: 767px) {

  .top-tab .nav .text-voil span i {
    font-size: 22px;
  }

  .top-tab .nav .text-voil h6 {


    font-size: 11px;

    line-height: 1.2em;

  }

  .recovery-area .col-2 {
    width: 50% !important;
  }

  .small-img {
    position: absolute;
    left: -5px;
    bottom: -25px;
  }

}

/* .top-tab .nav button:last-child{
  width: 20% !important;
} */

/* top tab ends */


/* footer starts */
footer {
  background: #eff0f2;
  width: 100%;
  
}

.footer-top{
  padding: 50px 90px;
  background-color: rgba(24, 64, 124, 0.9);
}

.widget {
    font-size: 15px;
    margin-bottom: 30px;
    color: #fff;
    padding: 0px 10px;
}

.widget-title {
    font-family: Quicksand;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.textwidget p{
  font-family: Quicksand;
  font-size: 16px;
  line-height: 1.8;
}

.bottom-border{
  border-bottom: 1px solid rgb(230, 230, 230);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.post-content{
  padding: 20px 0px 20px 85px;
}

.entry-title {
    font-size: 15px;
    margin-bottom: 8px;
    font-family: Quicksand;
    font-weight: 700;
    text-align: right;
    
}

.post-content a{
  color: #fff;
  text-transform: none;
  text-decoration: none;
}

.widget-list ul {
    padding: 0px !important;
}

.widget-list li {
    text-align: right;
}

.widget-list ul li {
    border-bottom-color: rgba(255, 255, 255, 0.2);
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(230, 230, 230);
    list-style: none;
}

.widget-list li a {
    float: left;
    font-weight: 400;
    display: inline-block;
    line-height: 1.4;
    transition: color 0.4s;
    color: #fff;
    text-decoration: none;
}

.footer-bottom {

  background: #18407c;
  padding-top: 40px;
  padding-bottom: 40px;

}

.footer-social ul li {
    vertical-align: middle;
    margin: 0px 8px;
}

.footer-social ul li {
    display: inline-block;
    line-height: 1;
    list-style: none;
    margin: 0px 10px;
}

.footer-social ul li a {
    font-size: 18px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    display: inline-block;
    vertical-align: middle;
    transition: background-color 0.4s, color 0.4s;
    border-radius: 100%;
    text-decoration: none;
}

.footer-social ul li a i {
    width: 2em;
    height: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-desc-wrap {
    text-align: right;
}

.bottom-footer {
    color: #c6c6c6;
}

.footer-desc-wrap .site-info {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    text-transform: none;
    color: #c6c6c6;
}
.footer-desc-wrap .site-info a {
    font-weight: 500;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}

.footer-menu {
    display: inline-block;
}

.footer-menu ul {
    margin-bottom: 0px;
    margin-left: 8px;
    padding-left: 0px;
    font-size: 0px;
}

.footer-menu ul li {
    display: inline-block;
    line-height: 1.1;
    border-left: 1px solid rgb(230, 230, 230);
    list-style: none;
    padding: 0px 10px;
}

.footer-menu ul li a {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    text-transform: none;
    text-decoration: none;
    color: #fff;
}

@media(max-width: 767px) {
  .footer-top-radius {
    height: 50px;
    margin-bottom: 30px;
  }
}

/* fotter ends */




/* modal starts*/
.modal-header .close {
  font-size: 36px;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0.01) !important;
  background-clip: padding-box;
  border: transparent !important;
  border-radius: 0.3rem;
  outline: 0;
  margin-top: -60px;
}

.modal1 {
  background-image: url(../Images/bg-2.jpg) !important;
}

.modal2 {
  background-image: url(../Images/bg-1.jpg) !important;
}

.modal3 {
  background-image: url(../Images/bg-3.jpg) !important;
  background-position: center !important;
  background-size: cover;
}


.btn-close {
  box-sizing: content-box;
  width: 1em !important;
  height: 1em !important;
  padding: 0.1em 0.1em !important;
  color: #fff !important;
  font-size: 60px !important;
  background: rgba(0, 0, 0, 0.01) !important;
  box-shadow: 0 0 0 0 !important;


}

.modal-header {

  border-bottom: 0px solid rgba(0, 0, 0, 0.01) !important;

}

.img-centered {
  margin: 0 auto;
}

/* .fltt{
  color: #fff;
  
} */
.modal-body {
  padding: 0px 0px !important;
}

.list-inline {
  padding-left: 0;
  /* margin-left: -5px; */
  list-style: none;
}

.list-inline>li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  color: #fff;
}

.list-inline li a {

  color: #fcda16;
  text-decoration: none;
}

.modal-body .item-details {
  margin: 30px 0;
}

.btn-default {
  color: #333 !important;
  background-color: #fff !important;
  border-color: #ccc !important;
}

.btn-default:hover {
  color: #333 !important;
  /* background-color: #fff !important; */
  /* border-color: #ccc !important; */
}



.fltt {
  overflow: hidden;
  /* height: 400px; */
  padding: 10px;
  width: 100%;
  background: #FFF;
  border-radius: 5px;
}

.fltt img {
  object-fit: cover;
  height: 400px;
}

.modal1 {
  background: rgb(0, 0, 0, .5) !important;
}

.modal-body .modal-input {
  width: 100%;
  height: 50px;
  padding: 10px 30px;
  border-radius: 10px;
  border: .5px solid rgb(25, 25, 25, .3);
}

.subscribe-btn {
  /* width: 205px; */
  background-color: #F54748;
  color: #fff;
  font-size: 14px;
  height: 50px;
  margin-left: 5px;
  /* line-height: 50px; */
  vertical-align: middle;
  padding: 12px 30px;
  border-radius: 25px;
  border: none;
  border: .5px solid #F54748;
  transition: .2s;
}


.subscribe-btn:hover {
  /* width: 205px; */
  background-color: #FFF;
  color: #F54748;

  border: .5px solid #F54748;
}

.login-head h3 {
  color: #191919;
  font-weight: 600;
  font-size: 23px;
  margin-bottom: 0px;
}

.login-head a {
  font-size: 14px;
  color: #F54748;
  text-decoration: none;
  font-weight: 400;
}

.line-divider {
  margin: 15px 0px;
  height: 3px;
  background-color: #191919;
  width: 40px;
}

.banner-boxes {
  max-width: 360px;
  padding-left: 10px;
}

.brdr {
  border-right: 1px solid#fff;
  border-top: 1px solid#fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  padding-top: 10px;
}

.brdr:first-child {
  border-left: 1px solid#fff;

}

.banner-box-1 h6 {
  color: #fff;
  font-size: 14px;

}

.banner-box-1 h6 span {
  color: #fff;
  font-size: 12px;

}

.banner-box-1 p {
  color: #fff;
  font-size: 12px;
  margin-bottom: 0px;
}

.px-50 {
  padding: 50px 100px !important;
}

.facebook-icon-span {
  width: 22px;
  margin-right: 14px;
  height: auto;
  display: inline-block;
}

.facebook-icon-span img {
  width: 100%;
  height: 100%;
}

.facebook-btn {
  background: #fff;
  color: #253B7C;
  border-radius: 7px;
  padding: 12px 10px;
  display: inline-block;
  width: 100%;
  /* padding-left: 50px; */
  font-size: 14px;
  border: 1px solid #B0B0B0;
  font-family: 'Samsung Sharp Sans Bold', sans-serif !important;
  text-align: start;
}

.login-link {
  text-decoration: underline !important;
  color: rgba(37, 59, 124, 1);
}

.login-link:hover {
  text-decoration: underline !important;
  color: rgba(37, 59, 124, .9);
}

.already-ac {
  font-size: 14px;
}

.small-verify {
  font-size: 10px;
}

.form-check-input:checked {
  background-color: #253B7C !important;
  border-color: #253B7C !important;
}

.point {
  cursor: pointer;
}

.underline-black {
  text-decoration: underline;
}


.sbmt-btn {
  width: 100px;
  height: 50px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 10px;
}

/* modal ends */

@media(max-width: 767px) {
  .client-logo-slider.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: auto;
    bottom: -80%;
    left: 36%;
    transform: translate(-50%, 50%);
  }

  .client-logo-slider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: auto;
    bottom: -80%;
    right: 32%;
    transform: translate(-50%, 50%);
  }
}

/* Banner starts */

.banner {
  min-height: 70vh;
  position: relative;
  background: url("../Images/pexels-fauxels-3183185.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover
}
.banner-career {
  min-height: 70vh;
  position: relative;
  background: url("../Images/careerbanner.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover
}
.banner-products {
  min-height: 70vh;
  position: relative;
  background: url("../Images/product-banner.webp");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover
}
.banner-services {
  min-height: 70vh;
  position: relative;
  background: url("../Images/Automative.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover
}
.banner-outsourcing {
  min-height: 70vh;
  position: relative;
  background: url("../Images/outsourcing.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover
}
.banner-ourteam {
  min-height: 70vh;
  position: relative;
  background: url("../Images/ourteam.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover
}
.banner-contact {
  min-height: 70vh;
  position: relative;
  background: url("../Images/contactus.webp");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover
}

.view-more-AI-banner{
  height: 480px;
  background: url("../Images/ai-product-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.view-more-software-banner{
  height: 480px;
  background: url("../Images/software-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.view-more-security-banner{
  height: 480px;
  background: url("../Images/it-security-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.view-more-transformation-banner{
  height: 480px;
  background: url("../Images/digital-transformation-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.view-more-cloud-banner{
  height: 480px;
  background: url("../Images/cloud-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.view-more-application-banner{
  height: 480px;
  background: url("../Images/application-product-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.view-more-card{
  /* min-height: 60vh; */
  width: 80%;  
  position: relative;
  z-index: 1;  
  position: absolute;
  height: 200px;
  background-color: #3fd3f8;  
  margin-top: 300px;
  padding-top: 10px;
}
.view-more-section{
  background-color: #f9f9f9;;
  /* min-height: 60vh; */
  padding: 50px 90px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  
}
.view-more-section h5{
  color: #000;  
}
.view-more-section h1{
  color: #000;
  margin-top: 10px;
  font-size: 55px;
  font-weight: 700;
}
.view-more-section p{
  color: #000;
  margin-top: 20px;
  
}
.view-more-text{
  margin-top: 200px;
}
.view-more-text-service{
  margin-top: 150px;
}
.mtp-30{
  margin-top: 40px;
}
.mtp-20{
  margin-top: 20px;
}

#grow-animate{  
  position: relative;
  margin: auto;
    
}
#grow-animate img{
    transition: all 1s;
    display: block;      
    transform: scale(1);    
}
#grow-animate:hover{
  transform: scale(1.1);
  transition: all 1s;
}

.banner-hidden{
  overflow: hidden;
}

.banner-overlay {
  z-index: 1;
  background: rgb(0, 0, 0, .3);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.banner-heading {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner-heading h1 {

  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 54px;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 20px;

}

/* Banner ends */

/* software area starts */
.left-side {
  float: left;
  padding-right: 30px;
  padding-left: 30px;
  width: 100%;

}

.left-side li {
  text-align: left;
  padding-left: 50px;
}

.software ul li {
  width: 100%;
  margin-bottom: 20px;
  border: #ddd solid 1px;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  font-size: 1.15rem;
  color: #000;
  font-weight: 500;
  line-height: 22px;
  height: 70px;
}

.software ul li i {
  position: absolute;
  z-index: 1;
  top: 0;
  background: #f5f5f5;
  width: 68px;
  height: 68px;

  text-align: center;
  line-height: 60px;
  border: #ddd solid 1px;
  border-radius: 50%;
}

.test.red {
  background: rgba(214, 41, 62, 0.1) !important;
  color: rgba(214, 41, 62) !important;
}

.test.orange {
  background: rgba(253, 126, 20, .1) !important;
  color: rgba(253, 126, 20) !important;
}

.test.purple {
  background: rgb(102, 16, 242, .1) !important;
  color: rgb(102, 16, 242) !important;
}

.test.green {
  background: rgb(21, 115, 71, .1) !important;
  color: rgb(21, 115, 71) !important;
}

.test.blue {
  background: rgba(23, 162, 184, 0.1) !important;
  color: rgb(23, 162, 184) !important;
}

.test.yellow {
  background: rgb(255, 205, 57, .1) !important;
  color: rgb(255, 205, 57) !important;
}

.software ul.left-side li i {
  left: -32px;
}


.software ul.left-side li {
  border-left: none;
}

.software ul.right-side li {
  border-right: none;
}

.software ul li .text {
  width: 100%;
  font-size: 0.9rem;
  color: #7a7a7a;
  font-weight: 500;
  line-height: 22px;
  font-family: 'Inter', sans-serif;

}

.software li {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
}

.software ul li a {
  text-decoration: none;
}

.right-side {
  float: right;
  padding-right: 30px;
  padding-left: 30px;
  width: 100%;

}

.right-side li {
  text-align: right;
  padding-right: 50px;
}
.right-side li>a {
  text-align: right;
  padding-left: 20px;
}

.software ul.right-side li i {
  right: -32px;
}

.start-btn {
  width: 180px;
  background: #146C43;
  color: #fff;
  border: none;
  border-radius: 10px;
  line-height: 60px;
  height: 60px;
  font-weight: 500;
  transition: .3s all ease-in-out;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

.start-btn:hover {
  background: #0c492d;
  color: #fff;
}
.job-heading{
  margin-bottom: 20px;
}

.job-heading h5{
  margin: 20px 0px;
}

.job-heading ul>li{
  margin: 10px 0px;
}

.job-description{
  margin: 30px 0px;
}

.job-responsibility{
  margin: 30px 0px;
}

.job-responsibility h6{
  padding: 10px;
}
@media(max-width: 991px) {
  .left-side {
    padding-right: 0px;
    float: unset;
    margin: 0px auto;
    max-width: 500px;
  }

  .right-side {
    padding-left: 0px;
    float: unset;
    margin: 0px auto;
    max-width: 500px;
  }
}

/* software area ends */


/* cards area starts */

.middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.card-bx {
  cursor: pointer;
  width: 100%;
  height: 300px;
  position: relative;
}

.front,
.back {
  width: 100%;
  height: 300px;
  overflow: hidden;
  backface-visibility: hidden;
  position: absolute;
  transition: transform .6s linear;
}

.front img {
  height: 100%;
}

.front {
  transform: perspective(600px) rotateY(0deg);
}

.back {
  background: #f5f5f5;
  transform: perspective(600px) rotateY(180deg);
}

.back-content {
  /* color: #2c3e50; */
  text-align: center;
  width: 100%;
}

.sm {
  margin: 20px 0;
}

.sm a {
  display: inline-flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  color: #2c3e50;
  font-size: 18px;
  transition: 0.4s;
  border-radius: 50%
}

.sm a:hover {
  background: #2c3e50;
  color: white;
}

.card-bx:hover>.front {
  transform: perspective(600px) rotateY(-180deg);
}

.card-bx:hover>.back {
  transform: perspective(600px) rotateY(0deg);
}

.card-img-head {
  position: absolute;
  top: 50%;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, -50%);
}

.card-img-head h5 {
  font-family: 'Inter', sans-serif;
  font-size: 1.5rem;
  line-height: 1.2em;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}

.front-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.front-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.back-content p {

  font-family: 'Inter', sans-serif;
  font-size: .95rem;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 0px;
  color: #7a7a7a;
}

.back-content h2 {
  font-family: 'Inter', sans-serif;

  font-size: 1.25rem;
  line-height: 1.2em;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
}

.front-overlay {
  z-index: 1;
  background: rgb(0, 0, 0, .3);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* cards area ends */


/* mobile tabs start */
.mobile-tabs ul li.left-tab {
  padding-right: 210px;
}

.mobile-tabs ul li {
  width: 50%;
  float: left;
  position: relative;
  margin-bottom: 0;
}

.mobile-tabs ul {
  margin: 0;
  padding: 0 !important;
  list-style: none;
}

.mobile-tabs ul {
  width: 100%;
  margin-top: 60px;
}

.mobile-content-bx {
  width: 100%;
  float: left;
  padding: 20px;
  position: relative;
  min-height: 124px;
  border: 2px solid transparent;
}

.mobile-tabs ul li.active .mobile-content-bx {
  border: 2px solid rgb(0, 113, 179) !important;
  border-radius: 4px;
}

ul li.left-tab .mobile-details {
  padding-right: 70px;
  text-align: right;
}

.mobile-content-bx .mobile-details {
  width: 100%;
  float: left;
}


.mobile-tabs ul li.left-tab.active .mobile-content-bx:before {
  position: absolute;
  content: "";
  right: -30px;
  top: 50%;
  border: rgb(0, 113, 179) 14px solid;
  z-index: 1;
  border-right: 14px solid transparent;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.mobile-tabs ul li.left-tab.active .mobile-content-bx:after {
  position: absolute;
  content: "";
  right: -28px;
  top: 50%;
  border: #ffff 14px solid;
  z-index: 1;
  border-right: 14px solid transparent;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 1;
}

ul li.left-tab .mobile-icon {
  right: 20px;
}

.mobile-content-bx .mobile-icon {
  position: absolute;
  top: 35px;
}

.mobile-tabs ul li.right-tab {
  padding-left: 210px;
}

ul li.right-tab .mobile-icon {
  left: 20px;
}

.mobile-content-bx .mobile-icon {
  position: absolute;
  top: 25px;
}

ul li.right-tab .mobile-details {
  padding-left: 70px;
  text-align: left;
}

.mobile-tabs ul li.right-tab.active .mobile-content-bx:before {
  position: absolute;
  content: "";
  left: -30px;
  top: 50%;
  border: rgb(0, 113, 179) 14px solid;
  z-index: 1;
  border-left: 14px solid transparent;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.mobile-tabs ul li.right-tab.active .mobile-content-bx:after {
  position: absolute;
  content: "";
  left: -28px;
  top: 50%;
  border: #fff 14px solid;
  z-index: 1;
  border-left: 14px solid transparent;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 1;
}

.mobile-tabs .tab-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 322px;
  height: 635px;
  background: url(../Images/iphone-14.png) no-repeat top center;
  background-size: contain;
  margin: 0 auto;
  padding: 70px 45px 0 45px;
}

.mobile-tabs {
  position: relative;
}

.mobile-inner-content .blue-icon {
  width: 100%;
  text-align: center;
  float: middle;
  margin-bottom: 12px;
}

.mobile-inner-content .blue-icon img {
  width: 80px !important;
  display: inline-block !important;
}

.mobile-inner-content .blue-title {
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #2b8bce;
  line-height: 24px;
  float: left;
}

.mobile-inner-content .brd-title h6 {
  width: 100%;
  float: left;
  margin: 10px 0;
  padding: 0 0 5px 0;
  border-bottom: #9c9b9b solid 1px;
  font-size: 16px;
  font-weight: 700;
  color: #141414;
}

.mobile-inner-content ul li {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #666;
  line-height: 22px;
  font-family: 'Inter', sans-serif;
}

.mobile-details h6 {
  font-family: 'Inter', sans-serif;

  font-size: 1.25rem;
  line-height: 1.2em;
  font-weight: 600;
  margin-bottom: 20px;
  color: #000;
}

.mobile-details p {
  font-family: 'Inter', sans-serif;
  font-size: .95rem;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 15px;
  color: #7a7a7a;
}
.outsourcing-slide li{
  margin: 6px 0px;
  color: #7a7a7a;
}

.outsourcing-slide span{
  font-size: 1rem;
  color: #000;
  font-weight: 400;
}

.side-tabs .side-btn {
  width: 100% !important;
  height: auto;
  display: block;
  margin-bottom: 5px;
  border: none;
  background: none;
  border-radius: 10px;
}

.side-tabs .side-btn .way-desc p {
  font-size: .9rem;
}

.side-btn h6 {
  font-family: 'Inter', sans-serif;

  font-size: 1.05rem;
  line-height: 1.2em;
  font-weight: 600;
  margin-bottom: 0px;
  color: #000;
}

.side-tabs .side-btn.active .way-desc p {
  color: #f5f5f5 !important;

}

.side-tabs .side-btn.active {
  background: #157347 !important;
  color: #fff !important;
}

.side-tabs .side-btn.active .choose-icon span {
  color: #157347 !important;
  background: #fff !important;
}

.side-btn.active h6 {
  color: #f5f5f5 !important;
}

.w-carousel {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  width: 322px;
  height: 635px;
  background: url(../Images/iphone-14.png) no-repeat top center;
  background-size: contain;
  margin: 0 auto;
  padding: 70px 45px 0 45px;
}

.w-carousel .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 60%;
  left: -70px;
  transform: translate(-50%, -50%);
}

.w-carousel .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 60%;
  right: -70px;
  transform: translate(50%, -50%);
}

@media(max-width: 400px) {
  .w-carousel .owl-carousel .owl-nav button.owl-prev {

    left: -50px;

  }

  .w-carousel .owl-carousel .owl-nav button.owl-next {

    right: -50px;

  }
}

@media(min-width: 992px) {
  .mobile-tabs-mob {
    display: none !important;
  }

  .mobile-tabs {
    display: block !important;
  }

}

@media(max-width: 991px) {
  .mobile-tabs-mob {
    display: block !important;
  }

  .mobile-tabs {
    display: none !important;
  }


}

@media(max-width: 991px) {
  .card-img-head {
    left: 55%;

  }

}

/* mobile tabs ends */

/* contact us starts */
.call-box {
  border-radius: 15px;
  height: 100%;
}

.call-icon span {
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.2rem;
  text-align: center;
  font-size: 1.2rem;
  background: rgba(23, 162, 184, .1);
  border-radius: 50%;
  color: rgba(23, 162, 184);
  display: inline-block;
}

.choose-icon-blue span {
  background: rgba(23, 162, 184, .1) !important;
  color: rgba(23, 162, 184) !important;
}

.call-head h4 {
  font-family: 'Inter', sans-serif;

  font-size: 1.25rem;
  line-height: 1.2em;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
}

.call-head p {

  font-family: 'Inter', sans-serif;
  font-size: .95rem;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 15px;
  color: #7a7a7a;
}

.call-numbers a {

  font-family: 'Inter', sans-serif;
  font-weight: 500;

  text-decoration: none;
  display: inline-block;
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 5px;
  margin: 0px 4px;
}

.call-numbers .num1 {
  color: #000;
  /* background-color: rgba(81, 67, 217, 0.1); */
}

.call-numbers .num2 {
  color: #0b0a12;
  /* background-color: #f5f5f6; */
}

.icon-red span,
.choose-icon-red span {
  background: rgba(214, 41, 62, 0.1) !important;
  color: rgba(214, 41, 62) !important;
}

.call-email a {
  color: #000 !important;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.call-whatsapp a {
  color: #000 !important;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.icon-yellow span,
.choose-icon-yellow span {
  background: rgba(253, 126, 20, .1) !important;
  color: rgba(253, 126, 20) !important;
}

.icon-green span {
  background: rgb(21, 115, 71, .1);
  color: rgb(21, 115, 71);
}

.contact-socials a {
  width: 36px;
  height: 36px;
  border-radius: 5px;

  display: inline-block;
  line-height: 36px;
}

.contact-socials .fb {
  background-color: #5d82d1;
  color: #fff;
}

.contact-socials .ig {
  background: #c22b72;
  color: #fff;
}

.contact-socials .tw {
  background-color: #40bff5;
  color: #fff;
}

.contact-socials .in {
  background-color: #238cc8;
  color: #fff;
}

.form-control:focus {
  color: #0b0a12;
  background-color: #fff;
  border-color: rgba(81, 67, 217, 0.7) !important;
  outline: 0;
  /* -webkit-box-shadow: 0 0 0 0 rgba(var(--bs-primary), 0.25); */
  box-shadow: 0 0 0 0 rgba(#5143d9, 0.25);
  box-shadow: none !important;
}

.map {
  border-radius: 15px;
  overflow: hidden;
  height: 350px;
}

/* contact us ends */

/* career page starts */
.demand-btn {
  height: 150px;
  /* background: #f3f4f6 !important; */
  width: 19%;
  margin-right: 10px;
  position: relative;
  transition: all .3s ease-in-out !important;
}

.demand-btn h6 {
  text-align: start;
  margin-bottom: 5px;
  color: #000;
  font-size: 1.15rem;
  line-height: 1.2em;
  font-weight: 600;
  z-index: 3;
}

.demand-btn p {
  text-align: start;
  margin-bottom: 0px;
  z-index: 3;
  font-size: .95rem;
  font-weight: 500;
  /* line-height: 1.5em; */


  color: #7a7a7a;
}

.small-icon {
  position: absolute;
  top: 15px;
  right: 15px;
}

.small-icon svg {
  height: 30px;
  color: #0C222C;
  transition: right .3s ease-in !important;
}

.demand-btn.active h6,
.demand-btn.active p {
  color: #fff;
}

.demand-btn.active .small-icon {
  position: absolute;
  /* background: #0C222C; */
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 0;
}

.demand-btn:hover {
  background: #E8EAEA !important;
}

.demand-btn.active {
  background: #0C222C !important;
  border-radius: 5px !important;
}

.demand-btn.active .small-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100px;
  color: #7a7a7a;
}

.up-ar {
  background: #E8EAEA !important;
}

.up-ar svg {
  width: 40px;
  color: #0C222C;
}

.list-box {
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  transition: all .3s ease-in-out;
}

.list-icon {
  background: #f1f1f1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  margin-bottom: 5px;
}

.list-date p {
  font-size: .85rem;
  font-weight: 500;
  line-height: 1.5em;
  margin-bottom: 15px;
  color: #7a7a7a;
}

.list-icon img {
  width: 30px;
}

.list-title h6 {
  font-size: .9rem;
  line-height: 1.2em;
  font-weight: 600;
  margin-bottom: 5px;
}

.list-main-title h4 {
  margin-bottom: 8px;
  color: #000;
  font-size: 1.25rem;
  line-height: 1.2em;
  font-weight: 600;
}

.bottom-li-title p {
  margin-bottom: 20px;

  font-size: .85rem;
  /* font-weight: 400; */
  line-height: 1.5em;

  color: #7a7a7a;
}

.bottom-li-title h5 {
  font-size: 1.05rem;
  line-height: 1.2em;
  font-weight: 500 !important;
  margin-bottom: 10px;
}

.list-main-title span {

  border-radius: 50px;
  font-size: .75rem;
  font-weight: 500;
  padding: 2px 10px;
  margin-bottom: 30px;
  display: inline-block;
}

.list-main-title .red-txt {
  background: rgba(214, 41, 62, 0.1) !important;
  color: rgba(214, 41, 62) !important;
}

.list-main-title .green-txt {
  background: rgb(21, 115, 71, .1);
  color: rgb(21, 115, 71);
}

.bottom-li-btn a {
  width: 46%;
  border: .5px solid #0C222C;
  color: #0C222C;
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
  line-height: 35px;
  height: 40px;
  font-size: .85rem;
}

.bottom-li-btn .btm-btn-2 {
  color: #fff;
  background: #0C222C;
}

.list-box:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  cursor: pointer;
}

.fastrack-bx {
  padding: 20px 30px;
}

.fastrack-img {

  height: 280px;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}

.fastrack-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.career-icon .lower-span {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background: #f5f5f5 !important;
  display: inline-block;
  text-align: center;

  margin-bottom: -34px;
  transition: .3s all ease-in-out;
  /* box-shadow: rgba(60, 64, 67, 0.05) 0px 1px 2px 0px, rgba(60, 64, 67, 0.1) 0px 2px 6px 2px; */
}

.career-icon .career-icon-1 {
  color: #0C222C !important;
  font-size: 24px;
  bottom: -14px;
  display: inline-block;
  position: relative;
  /* line-height: 60px; */
}

.career-icon .career-icon-1 svg {
  height: 32px;
}

@media(max-width: 1222px) {
  .view-more-section{  
    padding: 30px 60px;
  }
}

@media(max-width: 1080px) {

.view-more-card{
  width: 85%; 
}

.view-more-section{  
  padding: 30px 60px;
}

}

@media(max-width: 991px) {
  .demand-btn {
    width: 31%;
  }

  .view-more-section{
    padding: 40px 60px;
  }
  .view-more-card{
    width: 85%; 
  }
  .view-more-text{
  margin-top: 240px;
  }

}

@media(max-width: 730px) {
  .view-more-section{  
    padding: 20px 40px;
  }
  .view-more-card{
    width: 90%; 
  }
  .view-more-text{
  margin-top: 250px;
  }
}

@media(max-width: 560px) {
  .view-more-section{  
    padding: 15px 20px;
  }
  .view-more-card{
    width: 100%; 
  }
  }

@media(max-width: 490px) {

  .view-more-section{  
  padding: 15px 10px;
  }

  .view-more-card{
    width: 100%; 
  }

  .view-more-text{
  margin-top: 240px;
  }

  
}

@media(max-width: 420px) {

  .view-more-section{  
  padding: 15px 15px;
  }

  .view-more-text{
  margin-top: 280px;
  }

}

@media(max-width: 350px) {

  .view-more-section{  
  padding: 15px 10px;
  }

  .view-more-text{
  margin-top: 300px;
  }

}

@media(max-width: 325px) {

  .view-more-section{  
  padding: 15px 10px;
  }

  .view-more-text{
  margin-top: 350px;
  }

}

@media(max-width: 628px) {

  /*.view-more-section{
  
  padding: 15px 30px;
  
}*/

  .large-img {
    height: 180px;
  }

  .small-img img {
    width: 160px;
  }

  .main-title-2 p {
    font-size: 0.95rem !important;
  }

  .choose-icon span {
    width: 50px;
    height: 50px;
    border-radius: 50%;

    font-size: 24px;
    line-height: 50px;
  }

  .service-pad {
    padding: 20px 20px;
  }

  .service-text h4 {

    font-size: 1.05rem;
  }

  .recovery-title h5 {

    font-size: 1.05rem;
  }

  .recovery-title p {

    font-size: .95rem;
  }

  .way-desc p {
    font-size: 0.95rem !important;
  }

  .recovery-bx {
    min-height: auto;
  }

  .mb-50 {
    margin-bottom: 40px;
  }

  .why-choose.pt-80 {
    padding-top: 30px
  }

  .demand-btn {
    height: 120px;
    width: 30%;
    margin: 5px;
    padding: 0.5rem .5rem !important;
  }

  .demand-btn p {
    line-height: 1em;
    font-size: .75rem;
  }

  .up-ar svg {
    width: 20px;
  }

  .demand-btn h6 {

    font-size: 1.05rem;
    line-height: 1em;

  }

  .small-icon svg {
    height: 20px;
  }
}

.mobile-inner-content ul li:nth-child(1) .fa-circle {
  color: #0071b3;
}

.mobile-inner-content ul li:nth-child(2) .fa-circle {
  color: rgb(21, 115, 71)
}

.mobile-inner-content ul li:nth-child(3) .fa-circle {
  color: rgba(253, 126, 20)
}

.mobile-inner-content ul li:nth-child(4) .fa-circle {
  color: rgb(21, 115, 71)
}

.mobile-inner-content ul li:nth-child(5) .fa-circle {
  color: rgb(21, 115, 71)
}

.mobile-inner-content ul li:nth-child(6) .fa-circle {
  color: rgb(102, 16, 242)
}

/* career page ends */

/* products page starts */
.offers-bx {
  width: 100%;
}

.offers-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 16px;
}

.offers-img img{
  width: 100%;
  height: 200px;
  
}

.offers-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.offers-area {
  margin-top: 40px;
}

.offers-txt {
  background: #fff;
  border-radius: 16px;
  margin-top: -70px;
  z-index: 5;
  position: relative;
}

.offers-txt h4 {
  font-family: 'Inter', sans-serif;
  font-size: 1.05rem;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 5px;
}

.offers-carousel .item {
  padding: 25px 15px;
}

.offers-txt p {
  color: rgb(122, 122, 122);
  font-family: 'Inter', sans-serif;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5em;
  margin-bottom: 10px;

}

.offers-txt a {
  /* width: 180px; */
  /* background-color: rgb(25, 135, 84); */
  background: #157347;
  color: #fff;
  padding: 5px 20px;
  border: none;
  font-size: .8rem;
  line-height: 1.5rem;
  border-radius: 10px;
  transition: .3s all ease-in-out;
  display: inline-block;
  text-decoration: none;
}

.offers-carousel.owl-carousel .owl-nav.disabled {
  display: block;
}

.offers-carousel.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 40%;
  left: 25px;
  transform: translate(-50%, -50%);
}

.offers-carousel.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 40%;
  right: 0px;
  transform: translate(50%, -50%);
}

.visits-bx {
  background: rgba(81, 67, 217, .1);
  border-radius: 16px;
}

.hotels-num h1 {
  font-family: 'Inter', sans-serif;
  font-size: 2.3rem;
  /* line-height: 1.2em; */
  font-weight: 700;
  margin-bottom: 5px;
}

.hotels-head p {
  color: rgb(122, 122, 122);
  font-family: 'Inter', sans-serif;
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: 10px;
}

.visits-img {
  width: 100%;
  height: 280px;
  overflow: hidden;
  border-radius: 16px;
}

.visits-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Features-img{
  width: 100%;
  height: 260px;
  overflow: hidden;
  border-radius: 16px;
}
.Features-img img{
  width: 100%;
  height: 260px;
  overflow: hidden;
  border-radius: 16px;
}

.visits-list ul, .facility-list ul {
  padding-left: 0px;
  list-style: none;
}

.visits-list ul li {
  color: rgb(122, 122, 122);
  font-family: 'Inter', sans-serif;
  font-size: 1.10rem;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: 20px;
}

.facility-list ul li{
  color: #000;
  font-family: 'Inter', sans-serif;
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: 10px;
}
.facility-list ul li i{
  color: rgba(81,67, 217);
  margin-right: 5px;
}
.visits-list ul li svg {
  margin-right: 5px;
  width: 16px;
  height: 16px;
}

.visits-list ul li:nth-child(1) svg {
  color: rgba(23, 162, 184);
}

.visits-list ul li:nth-child(2) svg {
  color: rgba(247, 195, 46);
}

.visits-list ul li:nth-child(3) svg {
  color: rgba(12, 188, 135);
}

.visits-list ul li:nth-child(4) svg {
  color: rgba(214, 41, 62);
}

.visits-list ul li:nth-child(5) svg {
  color: rgba(253, 126, 20);
}
.facility-img{
  width: 100%;
  height: 340px;
  overflow: hidden;
  border-radius: 15px;
}
.facility-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.facility-txt p {
  color: rgb(122, 122, 122);
  font-family: 'Inter', sans-serif;
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: 25px;
}
.facility-txt h2 {
  font-family: 'Inter', sans-serif;
  font-size: 1.8rem;
  /* line-height: 1.2em; */
  font-weight: 700;
  margin-bottom: 5px;
}

.facility-carousel.owl-carousel .owl-nav button.owl-prev,
.facility-carousel.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  backdrop-filter: blur(3px);
  background: rgba(0, 0, 0, 0.4) !important;
color: #fff;
  border-radius: 50%;
  position: relative;
  
  width: 50px !important;
  height: 50px !important;
}
.facility-carousel.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(-50%, -50%);
}

.facility-carousel.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(50%, -50%);
}
    /* faq starts */
    .accordion-button:not(.collapsed){
      background:#198754 !important;
      color: #fff !important;
  }
  .accordion-button:not(.collapsed)::after {
      background-image: url(../Images/download.svg) !important;
  }
  
  .accordion-item{
      box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  }
  .accordion-button{
    
      background: #fff !important;
      outline: 0!important;
      font-weight: 600;
      font-size: 18px;
      font-weight: 600;
      color: #000 !important;
      font-weight: 600;
      font-family: 'Inter', sans-serif;
      text-decoration: none;
      border: none !important;
  }
  .accordion-button:focus {
      
      box-shadow: none !important;
  }
  .card-body{
      border-top: 1px solid #e9e9e9;
      font-size: 16px;
      padding: 30px 40px 30px 20px;
      font-family: 'Inter', sans-serif;
      color: #7a7a7a;

  }
  .accordion-button::after {
      flex-shrink: 0;
      width: 1.2rem !important;
      height: 1.2rem !important;
      margin-left: auto;
      content: "";
      background-image: url(../Images/download2.svg) !important;
  }



/* products page ends */