/*=====================================================
PROJECT NAME: HHG WEBSITE
CREATED BY: HANDHOLDERS GLOBAL
COPYRIGHT: HHG 2021
=====================================================*/
@import url("font/stylesheet.css");
*{
    margin: 0;
    padding: 0;
}
html,
body {
    max-width: 100%;
/*    overflow-x: hidden;*/
}

body {
    font-family: Adrianna,sans-serif !important;
    background-color: #fafafa;
}

.btn-danger {
    color: #fff;
    background-color:  #e03a3c!important;
    border-color:  #e03a3c!important;
    margin-left: 185px;
    margin-bottom: 15px;
}
/* @media screen and (min-width: 1400px) {
    .btn-danger {
        color: #fff;
        background-color:  #FF3F00!important;
        border-color:  #FF3F00!important;
        margin-left: 230px;
        margin-bottom: 15px;
    } */

@media screen and (max-width: 500px) {
    .btn-danger {
        color: #fff;
        background-color:  #FF3F00!important;
        border-color:  #FF3F00!important;
        margin-left: 48px;
        margin-bottom: 15px;
    }
}

.btn-hhg {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 14px!important;
    font-family: Adrianna, sans-serif;
    letter-spacing: 1.68px;
    line-height: normal;
    border-radius: 1.25rem!important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#mobileshow    { display:none; }

/* @media screen and (max-width: 989px){
    #mobileshow   { display:block; }
#desktopshow {display: none;}
} */

@media screen and (max-width: 500px) {
#mobileshow   { display:block; }
#desktopshow {display: none;}
}

.custom-container{
    max-width: 90%;
    margin-inline: auto;
}

@media screen and (max-width: 500px){
    .main-header .custom-container {
        max-width: 90%;
        margin-inline: 0;
    }
}

a {text-decoration: none!important;}

/* .breadcrumb{
    background-color: transparent!important;
    padding: 0.75rem 0rem!important;
}

.breadcrumb .breadcrumb-item a{
    text-decoration: none;
    color: rgba(82, 82, 82, 0.5);
}

.breadcrumb-item.active {
    color: rgba(34, 34, 34);

} */

.bread ul {
    list-style: none; 
    padding:0px;
    
  }
  
  .bread ul li{
  display:inline;
  background-color:transparent;
  }
  
  /* shapeed container */
  
  
  .bread .breadcrumb-link a{
    font-size: 14px;
    text-decoration:none;
    color:rgba(82,82,82,0.5);
    background-color:transparent;
    font-family: Actor, sans-serif;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 1.96px;
  }
  
  .bread .breadcrumbs li+li:before{
    padding:5px;
    content:">";
    color:rgba(82, 82, 82, 0.5);
    font-family: Actor, sans-serif;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 1.96px;
    background-color:transparent;
  }
  
  
  /* emphasis on the last link Headphones */
   .bread ul li:last-child a{
    color:rgba(5, 4, 4);
  }

  .devicer {
    width: 7em;
    display: block;
    height: 3px;
    background-color: #151f61;
    margin: 10px 0 10px 0;
  }


/*=====================================================
NAVBAR CSS
=====================================================*/


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    /*background: #fff;*/
    transition: all 0.5s;
    z-index: 997;
    padding: 20px 0;
}

#header.header-scrolled {
    padding: 12px 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    background: #fff;
}

#header .logo {
    font-size: 32px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    font-family: "Adrianna Extended", sans-serif !important;
}

#header .logo a {
    color: #111111;
}

#header .logo a span {
    color: #e03a3c;
}

#header .logo img {
    max-height: 70px;
}

@media (max-width: 992px) {
    #header {
        padding: 12px 0;
    }
    #header .logo {
        font-size: 28px;
    }
    /* .hover-btn-hhg{
        margin:0 30px;
    } */
}

@media (max-width: 500px) {
    #header {
        overflow: hidden;
    }
}

.hover-btn-hhg{
    background-color: #FF3F00!important;
    border: none;
    width: 180px;
height: 40px;
text-align: center;
text-decoration: none;
color: #ffffff;
/* margin:0 30px; */
border-radius: 20px;
position: relative;
  overflow: hidden;
}

.hover-btn-hhg a{
font-size: 13px;
line-height: 40px;
 position: relative;
 font-family: Adrianna, sans-serif;
  z-index: 10;
  text-decoration: none;
    color: #fff!important;
  transition: color 0.5s;
}

.hover-btn-hhg::after{
 content:'';
width: 0%;
height: 0%;
bottom: -160px;
left:-30px;
 border-radius: 50%;
background-color: #151f61;
position: absolute;
 transition: 0.5s;

}

.hover-btn-hhg:hover::after{
  bottom:-10px;
  width: 150%;
height: 200%;
}

.hover-btn-hhg:hover a{
  color: #fff;
}


/*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/


/* Desktop Navigation */

.nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu>ul {
    display: flex;
}

.nav-menu>ul>li {
    position: relative;
    white-space: nowrap;
    padding: 10px 0 10px 28px;
}

.nav-menu a {
    display: block;
    position: relative;
    color: #333333;
    font-family: adrianna, sans-serif;
    font-weight: 400;
    transition: 0.3s;
    font-size: 14px;
    text-decoration: none;
    /*font-weight: 600;*/
}

.nav-menu .active>a{
    border-bottom: 2px solid #FF3F00;
}

/* .nav-menu li:hover>a,
 .nav-menu a:hover,
.nav-menu .active>a
 {
     color: #151f61;
    border-bottom: 2px solid #FF3F00;
    text-decoration: none;
    transition: 1s ease-in-out;
    animation-delay: 1s;
    font-weight: bolder;
}

.nav-menu .active> .menu li a:hover{
    visibility: hidden;
    opacity: 0;
} */

.btneffect {
    padding: 5px 0px;
    margin: 0px 5px;
    color: #fff;
    font-family: "Adrianna Extended",sans-serif !important;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    text-decoration: none;
    display: inline-block;
}

.btneffect::before {
    content: '';
    position: absolute;
    bottom: 0%;
    left: 0px;
    width: 100%;
    height: 2px;
    /* background: #e03a3c; */
    background-image: linear-gradient(to right, #e03a3c, #e03a3c);
    display: block;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.4s cubic-bezier(1, 0, 0, 1)
}

.btneffect:hover::before {
    -webkit-transform-origin: bottom top;
    -ms-transform-origin: bottom top;
    transform-origin: bottom top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
}




/* .cool-link {
    display: inline-block;
    color: #000;
    text-decoration: none;
} */


/* .dropbtn {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
} */


 .dropdown {
    position: relative;
    display: inline-block;
} 

 .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #dddddd00;
}

.dropdown:hover .dropdown-content {
    display: block;
} 

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    left:0;
    min-width: 220px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #dddddd00;
}

.dropdown:hover .dropdown-content {
    display: block;
}


/* .dropdown:hover .dropbtn {
    background-color: #3e8e41;
} */


/* .nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.nav-menu .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
}

.nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
    color: #151F61;
}

.nav-menu .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.nav-menu .drop-down .drop-down>a {
    padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px;
}

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }
    .nav-menu .drop-down .drop-down:hover>ul {
        left: -100%;
    }
    .nav-menu .drop-down .drop-down>a:after {
        content: "\ea9d";
    }
} */
.button {
    position: relative;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: #FF3F00;
    padding: 8px 20px;
    border: none;
    color: white;
    font-size: 14px;
    font-family: Adrianna, sans-serif;
    letter-spacing: 1.68px;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    border-radius: 20px;
  }

  .button a{
    text-decoration: none;
    color: #fff;
  }
  .button span {
    position: relative;
    pointer-events: none;
  }
  .button::before {
    --size: 0;
    content: '';
    position: absolute;
    right: var(--x);
    top: var(--y);
    width: var(--size);
    height: var(--size);
    /* background: radial-gradient(circle closest-side, #151f61, transparent); */
    background: linear-gradient(90deg, #151f61 0%, #162b30 100%);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    transition: width .3s ease, height .3s ease;
  }
  .button:hover::before {
    --size: 400px;
  }

.pad-right a {
    /* font-family: 'Montserrat', sans-serif!important; */
    text-decoration: none !important;
    font-size: 15px !important;
}

.get-started-btn {
    color: #fafaff;
    background-color: #FF3F00;
    /* margin-left: 30px; */
    border-radius: 20px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-family: Adrianna, sans-serif;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 1.68px;
}

.get-started-btn:hover{
    background-color: #151f61;
    color: #fff;
}

.get-started-search {
    margin-left: 18px;
    padding: 8px 10px;
}

.get-started-user {
    margin-left: 10px;
    padding: 8px 10px;
}

@media (max-width: 992px) {
    .get-started-btn {
        margin: 0 15px 0 0;
        padding: 6px 18px;
    }
}


/* Mobile Navigation */

@media only screen and (max-width: 600px) {
    #header .pad-right {
        padding-right: 50px;
        margin-right: 20px;
    }
    /* .mobile-nav-toggle i {
        margin-top: 8px;
    } */
}

.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 18px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    color: #111111;
}

.mobile-nav {
    position: fixed;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #111111;
    padding: 10px 20px;
    font-weight: 500;
    outline: none;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
    /*color: #e03a3c;*/
    text-decoration: none;
}

.mobile-nav .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down>a:after {
    content: "\eaa1";
}

.mobile-nav .drop-down>a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}

@media (max-width: 768px) {
    .mobile-nav-toggle {
        position: fixed;
        right: 15px;
        top: 23px;
        z-index: 9998;
        border: 0;
        background: none;
        font-size: 18px;
        transition: all 0.4s;
        outline: none !important;
        line-height: 1;
        cursor: pointer;
        text-align: right;
    }
}


/* Social Media Icon CSS */

.icon-box{
    display: flex;
   align-items: center;
   position: absolute;
   overflow: hidden;
    top: 35%;
    right: 0;
    z-index: 1000; 
}
.icon-close{
    width: 25px;
   height: 50px;
   background-color: #ffffff;
   border-top-left-radius: 40px;
   border-bottom-left-radius: 40px;
   box-shadow: 2px 2px 12px;
   color: #000;
   display: flex;
   align-items: center;
   cursor: pointer;
   font-size: 1.6rem;
   position: absolute;
    top: 45%;
    right: 0;
    z-index: 4;
   }
.icon-close:hover{
    box-shadow: 2px 2px 7px;
    background-color: rgb(266, 266, 266);
}
.icon-close i{
    margin: 0 auto;
}
.icon-bar {
    position: relative;
    top: 35%;
    right: 2%;
  
    transform: translateX(100%);
    transition: 0.5s ease;
    z-index: -1; 
  }

  .icon-bar.change{
    transform: translateX(0);
  }
  
 .icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
  }
  
  .icon-bar a{
    color: #151f61;
  }
  
  .icon-bar a:hover {
    color: #ff3f00;
  }

 .fa-left.active{
    transform: rotate(180deg);
    transition: 0.5s ease-out;
   }

   header .owl-nav .owl-prev,
   header .owl-nav .owl-next {
    background:transparent!important;
   }


   @media (max-width: 500px) {
    .banner  .icon-box{
        position: relative;
        right: 0;
    } 
    .icon-close{
        width: 25px;
       height: 50px;
       background-color: #ffffff;
       border-top-left-radius: 40px;
       border-bottom-left-radius: 40px;
       box-shadow: 2px 2px 12px;
       color: #000;
       display: flex;
       align-items: center;
       cursor: pointer;
       font-size: 1.6rem;
       position: absolute;
        top: 45%;
        right: 0;
        z-index: 1000;
       }
    .icon-close:hover{
        box-shadow: 2px 2px 7px;
        background-color: rgb(266, 266, 266);
    }
    .icon-close i{
        margin: 0 auto;
    }
    .icon-bar {
        position: absolute;
        top: 35%;
        right: 2%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        transform: translateX(250%);
        transition: 0.5s ease;
         z-index: -1; 
      }
    
    .icon-bar.change{
         transform: translateX(0); 
      }
      
      
    .icon-bar a {
        display: block;
        text-align: center;
        padding: 16px;
        transition: all 0.3s ease;
        color: white;
        font-size: 20px;
      }
      
  .icon-bar a{
        color: #151f61;
      }
      
      .icon-bar a:hover {
        color: #ff3f00;
      }
    
    .fa-left.active{
        transform: rotate(180deg);
        transition: 0.5s ease-out;
       }
    }




/*=====================================================
MAIN BANNER CSS
=====================================================*/
.carousel-bg-content h4{
    
    color: #686868;
    margin-top:-46%; 
    margin-left: 55px; 
    padding-bottom:250px;
    font-family: Adrianna, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    width: 75%;
}
@media (max-device-width: 1920px) {
    .carousel-bg-content h4{
    
        color: #686868;
        margin-top:-40%; 
        margin-left: 55px; 
        padding-bottom:250px;
        font-family: Adrianna, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        width: 75%;
    }
}
@media (max-device-width: 1573px) {
    .carousel-bg-content h4{
    
        color: #333333;
        margin-top:-32%; 
        margin-left: 55px; 
        padding-bottom:250px;
        font-family: Adrianna, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        width: 75%;
    }


}

@media (min-width: 666px) and (max-width: 996px){
.carousel-bg-content h4 {
    color: #333333;
    margin-top: -42%;
    margin-left: 0px;
    padding-bottom: 250px;
    font-family: Adrianna, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    width: 100%;
  }
}

@media (max-width:500px){
    .carousel-bg-content h4{
        
        color: #333333;
        margin-top:-375px; 
        margin-left: 0px; 
        padding-bottom:250px;
        font-family: Adrianna, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        width: 100%;
        text-align: center;
}
}
.banner .carousel-item{
    height: 100vh;
    width: 100%;
}

.banner{
    /* height: 100vh; */
    width: 100%;
    place-items: center;
    display: grid;
    overflow: hidden;
}

.banner h1 {
    color: #333333;
    font-family: tahoma;
    font-size: 3rem;
    font-weight: 100;
    line-height: 1.5;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    width: 550px;
  }
  
  .banner  h1 span {
    font-size: 40px;
    margin-left: 40px;
  }
  
  .banner  .message {
    background-color: yellow;
    color: #333333;
    display: block;
    font-weight: 900;
    overflow: hidden;
    position: absolute;
    padding-left: 0.5rem;
    top: 0.2rem;
    left: 270px;
    animation: openclose 5s ease-in-out infinite;
  }
  
  .banner .word1, .banner .word2, .banner .word3 {
    font-family: tahoma;
  }
  
  @keyframes openclose {
    0% {
      top: 0.2rem;
      width: 0;
    }
    5% {
      width: 0;
    }
    15% {
      width: 500px;
    }
    30% {
      top: 0.2rem;
      width: 500px;
    }
    33% {
      top: 0.2rem;
      width: 0;
    }
    35% {
      top: 0.2rem;
      width: 0;
    }
    38% {
      top: -4.5rem;
      
    }
    48% {
      top: -4.5rem;
      width: 400px;
    }
    62% {
      top: -4.5rem;
      width: 400px;
    }
    66% {
      top: -4.5rem;
      width: 0;
      text-indent: 0;
    }
    71% {
      top: -9rem;
      width: 0;
      text-indent: 5px;
    }
    86% {
      top: -9rem;
      width: 500px;
    }
    95% {
      top: -9rem;
      width: 400px;
    }
    98% {
      top: -9rem;
      width: 0;
      text-indent: 5px;
    }
    100% {
      top: 0;
      width: 0;
      text-indent: 0;
    }
  }


.carousel-caption {
        position: absolute;
        right: 15%;
        bottom: 20px;
        left: 15%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 120px!important;
        color: #fff;
        text-align: left!important;
    }

.banner {
    background-image: url("../asset/images/texture.png");
    text-align: left;
    color: #fff;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* .banner-text {
    padding-top: 5%;
} */

.banner-heading {
    font-family: "Adrianna Extended Rg" !important;
    font-size: 50px;
    font-weight: 700;
    line-height: 120%; /* 60px */
    margin-bottom: 10px;
    color: #151f61;
    width: 90%;
    text-transform: uppercase;
}

.banner-heading span {
    font-weight: bolder;
    color: #ff3f00;
}

.banner-sub-heading {
    font-family: "Adrianna Extended",sans-serif !important;
    color: #333333;
    font-family: Actor;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.96px;
}

.banner-sub-heading h1 strong {
    font-weight: border!important;
}

.banner-sub-heading h4 {
    font-family: "Adrianna Extended",sans-serif !important;
    color: #333333;
    text-align:left;
    font-family: Actor;
    font-size: 17px;
    width: 75%;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 24px */
    letter-spacing: 1px;
}

@media (max-width:500px) {

    .banner-heading {
        font-family: "Adrianna Extended Rg" !important;
        font-size: 20px;
        font-weight: 700;
        line-height: 120%; /* 60px */
        margin-bottom: 10px;
        color: #151f61;
        width: 100%;
        text-transform: uppercase;
    }

    .banner-sub-heading h4 {
    font-family: "Adrianna Extended",sans-serif !important;
    color: #333333;
    text-align:left;
    font-family: Actor;
    font-size: 13px;
    width: 100%;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 24px */
    letter-spacing: 1px;
}
.banner .banner-text{
    padding-top: 100px!important;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 50px;
    padding-bottom: 75px!important;
    color: #fff;
    text-align: left!important;
}
}
/*=====================================================
SERVICES CSS
=====================================================*/
.service{
    margin-top: 100px;
    position: sticky;
    top: 20;
    
}

.cards {
    width: 100%;
    height: 65vh;
    position:relative;
  }
  
  .card {
    /* padding:2em; */
    color: white;
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: #1565C0; */
    /* text-transform:uppercase;
    font-size:10vw; */
  }
  
  .card, .header, .spacer {
    /* display: flex;
    align-items: center;
    justify-content: center;
    flex-direction:column;
    font-size: 50px; */
    /* text-shadow:2px 2px 4px rgb(0,0,0,0.3); */
  }
  
  
  .header {
    width: 100%;
    height: 230px;
    /* background: #060606; */
    /* color:yellow;
    font-size:clamp(30px, 10vw, 60px);
    line-height:1; */
  }
  .header span {
    font-size:clamp(30px, 6vw, 40px);
    color:#76FF03;
  }
  
  /* .card:nth-child(odd) {
    background: #303F9F;
  }
  
  .spacer {
    font-size:50px;
    margin:20px;
  } */
#services-card1 {
    background: url(../img/services-banner-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 60vh;
    --index: 1;
}
#services-card2 {
    background: url(../img/services-banner-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 60vh;
    --index: 2;
}
#services-card3 {
    background: url(../img/services-banner-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 60vh;
    --index: 3;
}
#services-card4 {
    background: url(../img/services-banner-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 60vh;
    --index: 4;
}

.services-card {
    top:100px;
    position: sticky;
    /* top: 0; */
    padding-top: calc(var(--index) * var(--cardTopPadding));
    
    margin-bottom: 200px;
}

.services {
    /* height: 100vh;
    width: 100vw; */

    position: sticky;
    top:20%;
}

.services-card .top-left {
    position: absolute;
    /* top: 152px;
    left: 90px; */
  }

  .services-number h2  {
    color: #CFCFCF;
    mix-blend-mode: color-dodge;
    font-family: "Adrianna Extended Rg", sans-serif;
    font-size: 121px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 121px */
}
.services-banner {
    /* background-image: url("../asset/images/services-banner-1.jpg"); */
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    object-fit: cover;
    height: 65vh;
    overflow: hidden;
    /* z-index: 1;
    position: absolute; */
    
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent!important;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}

.services-card {
    position: sticky;
    top: 0;
    padding-top: calc(var(--index) * var(--cardTopPadding));
    padding-bottom: 200px;
}

/* .services-text {
    padding-top: 20%;
} */

.services-heading {
    font-family: "Adrianna Extended Rg" !important;
    font-size: 30px;
    font-weight: 700;
    line-height: 100%; /* 60px */
    margin-bottom: 50px;
    color: #151f61;
}

.services-content{
    background: rgba(252, 252, 252, 0.90);
    /* width: 373px; */
    flex-shrink: 0;
    bottom: 0;
    margin-top: 35%;
}

.services-content h2{
    color: #151f61;
    font-family: "Adrianna Extended Rg" ;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 20px */
}

.services-content p{
    color: #333333;
    font-size: 15px;
    font-family: Adrianna, sans-serif;
}

/* mobile view */

@media (max-width: 500px) {
    .services {
        /* background-image: url("../asset/images/mob_home.jpg"); */
        text-align: left;
        color: #fff;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        /* height: 90vh; */
    }
    .services-text {
        padding: 20px 0 20px 0;
    }
    .services-heading {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 5px;
        width: 100%;
    }
    .services-sub-heading {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 5px;
        width: 90%;
    }
    .services-sub-heading h1 {
        font-size: 18px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 5px;
        width: 100%;
    }
    .services-sub-heading h4 {
        font-family: "Adrianna Extended",sans-serif !important;
        color: #333333;
        text-align:left;
        font-family: Actor;
        font-size: 14px;
        margin-top: 20px;
        width: 100%;
        font-style: normal;
        font-weight: 300;
        line-height: 150%; /* 24px */
        letter-spacing: 1px;
    }
    .services-sub-heading h1 strong {
        font-weight: border!important;
    }
    .services-content{
        background: rgba(252, 252, 252, 0.90);
        /* width: 373px; */
        flex-shrink: 0;
        bottom: 0;
        margin-top:0%;
    }
    
    .services-content h2{
        color: #151f61;
        font-family: "Adrianna Extended Rg" ;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%; /* 20px */
    }
    .services-content p{
        color: #333333;
    }
}

/*=====================================================
CASE STUDY CSS
=====================================================*/
.case-studies{
    background-image: url(../asset/images/case-study-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    background-size: cover;
    margin: 100px 0px;
}
.case-studies h2{
    font-family: "Adrianna Extended Rg" !important;
    font-size: 30px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 10px;
    color: #151f61;
}

.case-studies .top-head{
    font-family: "Adrianna Extended",sans-serif !important;
    color: #333333;
    font-family: Actor;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.96px;
}

.case-studies .sub-head{
    font-family: "Adrianna Extended",sans-serif !important;
    color: #333333;
    text-align: left;
    font-family: Actor;
    font-size: 17px;
    /* width: 70%; */
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: 1px;
}

.case-studies .vertical-center{
    position: relative;
    height: 400px;
}

.case-studies .inner-head{
    margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.case-studies .inner-head h2{
    float: right!important;
}

.case-studies .inner-head h2{
    color: #151f61;
    font-family: "Adrianna Extended Rg"!important;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    padding-left: 0px;
}

.case-studies .content-md-right {
    text-align: right!important;
}

.case-studies .inner-head .hover-btn-hhg{
    float: right;
}

@media (max-width: 992px){
    .case-studies .inner-head h2{
        float: left!important;
    }
    .case-studies .inner-head .hover-btn-hhg{
        float: left;
        margin-bottom: 20px;        
    }
    .case-studies .content-md-right {
        text-align: left!important;
    }

    .case-studies .vertical-center{
        position: relative;
        height: 150px;
    }
}

@media (max-width:500px){
    .case-studies .vertical-center {
        height: 75px;
    }
    .case-studies .inner-head h2{
        float: none!important;
    }
    .case-studies .content-md-right {
        text-align: left!important;
    }
    .case-studies .inner-head .hover-btn-hhg{
        float: none!important;
        /* margin-bottom: 20px; */
        margin: 0 auto;
    }
}


/*=====================================================
I2I CSS
=====================================================*/


.i2i {
    background-image: url("../asset/images/i2i-bg-2.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    background-size: cover;
    margin: 100px 0px;
    /* background-color: red; */
}

.i2i .top-head{

    font-family: "Adrianna Extended",sans-serif !important;
    color: #333333;
    font-family: Actor;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.96px;

}

.i2i .main-head{
    font-family: "Adrianna Extended Rg" !important;
    font-size: 30px;
    font-weight: 700;
    line-height: 100%;
    padding-bottom: 50px;
    color: #151f61;
}

.i2i-text{
    margin-bottom: 100px;
}

.i2i .case-study-content h2{
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.i2i-banner {
    /* background-image: url("../asset/images/services-banner-1.jpg"); */
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 65vh;
    
}

/* .services-text {
    padding-top: 20%;
} */

.i2i-heading {
    font-family: "Adrianna Extended Rg" !important;
    font-size: 30px;
    font-weight: 700;
    line-height: 100%; /* 60px */
    padding-bottom: 50px;
    color: #151f61;
}

.i2i-sub-heading {
    font-family: "Adrianna Extended",sans-serif !important;
    color: #333333;
    font-family: Actor;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.96px;
}

.i2i-sub-heading h1 strong {
    font-weight: border!important;
}

.i2i-sub-heading h4 {
    font-family: "Adrianna Extended",sans-serif !important;
    color: #333333;
    text-align:left;
    font-family: Actor;
    font-size: 17px;
    width: 70%;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 24px */
    letter-spacing: 1px;
}

.i2i-content{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 75px;
}

.i2i-content h2{
    color: #141E61;
    font-family: "Adrianna Extended Rg";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 40px */
}

.i2i-content p{
    font-family: "Adrianna Extended",sans-serif !important;
    color: #333333;
}
.hex-layer-6 {
    display: grid;
    grid-template-columns: repeat(6, 0fr);
    margin: -18px 0px;
    justify-content: center;
    align-content: center;
  }
  .hex-layer-5 {
    display: grid;
    justify-content: center;
    margin: -18px 0px;
    align-content: center;
    grid-template-columns: repeat(5, 0fr);
  }
  .hex {
    height: 180px;
    width: 180px;
    align-self: center;
    cursor: pointer;
    background: #151f61;
    -webkit-clip-path: polygon(
      50% 0%,
      95% 25%,
      95% 75%,
      50% 100%,
      5% 75%,
      5% 25%
    );
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    transition: background 0.4s;
  }

  .hex:hover {
    background: #F2F2F2;
  }

  .sub-hex {
    height: 175px;
    width: 175px;
    margin: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
    margin:auto;
    justify-content: center;
    align-self: center;
    background: #ffffff;
    -webkit-clip-path: polygon(
      50% 0%,
      95% 25%,
      95% 75%,
      50% 100%,
      5% 75%,
      5% 25%
    );
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
  }
  
  /* .hex:hover .i2i .hex .hex-number h2{
    color: #FF3F00!important;
  } */

  .i2i .desktop-hex{
    margin-top: -40px;
  }

  .i2i .hex .hex-title h5{
    color: #1F2A78;
    font-family: "Adrianna Extended Rg";
    font-size: 13px;
    font-weight: 700;
    line-height: 100%; /* 12px */
  }

  .i2i .hex .hex-number h2{
    padding-top: 20px;
    color: #F2F2F2;
    text-align: center;
    font-family: "Adrianna Extended Rg";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 20px */
  }

  .i2i .hex:hover .hex-number h2{
    
    color: #FF3F00;

  }

/* mobile view */

@media (max-width: 500px) {
    .i2i {
        background-image: none;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        width: 100%;
    }

    .i2i .col-lg-7{
        margin: 0px -2%;
    }
    /* .i2i {
       margin: 100px 0px;
    } */
    .i2i-text {
        margin-bottom: 20px;
    }
    .i2i-heading {
        font-size: 24px;
        line-height: 120%;
        margin-bottom: 5px;
        width: 100%;
    }
    .i2i-sub-heading {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 5px;
        width: 100%;
    }
    .i2i-sub-heading h1 {
        font-size: 18px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 5px;
        width: 100%;
    }
    .i2i-sub-heading h4 {
        font-family: "Adrianna Extended Rg" !important;
        color: #333333;
        text-align:left;
        font-family: Actor;
        font-size: 14px;
        margin-top: 20px;
        width: 100%;
        font-style: normal;
        font-weight: 300;
        line-height: 150%; /* 24px */
        letter-spacing: 1px;
    }
    .i2i-sub-heading h1 strong {
        font-weight: border!important;
    }
    .i2i-content{
        padding: 0px 0px;
     }
    
    .i2i-content h2{
        color: #151f61;
        font-family: "Adrianna Extended Rg" ;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%; /* 20px */
    }
    .i2i-content p{
        font-family: "Adrianna Extended",sans-serif !important;
        color: #333333;
    }

    .hex-layer-6 {
        display: grid;
        grid-template-columns: repeat(6, 0fr);
        margin: -18px 0px;
        justify-content: center;
        align-content: center;
      }
      .hex-layer-5 {
        display: grid;
        justify-content: center;
        margin: -18px 0px;
        align-content: center;
        grid-template-columns: repeat(5, 0fr);
      }
      
      .hex {
        margin: -22px auto;
        height: 180px;
        width: 180px;
        align-self: center;
        cursor: pointer;
        background: #151f61;
        -webkit-clip-path: polygon(
          50% 0%,
          95% 25%,
          95% 75%,
          50% 100%,
          5% 75%,
          5% 25%
        );
        clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
        transition: background 0.4s;
      }

      .i2i .desktop-hex{
        margin-top: -24px;
      }

      .i2i .mob-hex{
        margin: 0 27%!important;
      }
    
      .sub-hex {
        height: 175px;
        width: 175px;
        margin: 0;
      position: relative;
      top: 50%;
      transform: translateY(-50%);
        margin:auto;
        justify-content: center;
        align-self: center;
        background: #ffffff;
        -webkit-clip-path: polygon(
          50% 0%,
          95% 25%,
          95% 75%,
          50% 100%,
          5% 75%,
          5% 25%
        );
        clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
      }
      
      .hex:hover {
        background: #FF3F00;
      }
    
      .i2i .hex .hex-title h5{
        color: #1F2A78;
        font-family: "Adrianna Extended Rg";
        font-size: 13px;
        font-weight: 700;
        line-height: 100%; /* 12px */
      }
    
      .i2i .hex .hex-number h2{
        padding-top: 20px;
        color: #F2F2F2;
        text-align: center;
        font-family: "Adrianna Extended Rg";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%; /* 20px */
      }

      .i2i #mobileshow .row .col-sm-12{
        margin: 10px 80px;
      }
}

/*=====================================================
ABOUT CSS
=====================================================*/

.about {
    background-image: url("../asset/images/about-bg-texture.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    background-size: cover;
    margin: 100px 0px;
}

.about .top-head{
    font-family: "Adrianna Extended",sans-serif !important;
    color: #333333;
    font-family: Actor;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.96px;
}

.about .main-head{
    font-family: "Adrianna Extended Rg" !important;
    font-size: 30px;
    font-weight: 700;
    line-height: 100%;
    padding-bottom: 50px;
    color: #151f61;
}

.about-text{
    margin-bottom: 50px;
}

.about .case-study-content h2{
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.about-banner {
    /* background-image: url("../asset/images/services-banner-1.jpg"); */
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 65vh;
    
}

/* .services-text {
    padding-top: 20%;
} */

.about-heading {
    font-family: "Adrianna Extended Rg" !important;
    font-size: 30px;
    font-weight: 700;
    line-height: 100%; /* 60px */
    margin-bottom: 10px;
    color: #151f61;
}

.about-sub-heading {
    font-family: "Adrianna Extended",sans-serif !important;
    color: #333333;
    font-family: Actor;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.96px;
}

.about-sub-heading h1 strong {
    font-weight: border!important;
}

.about-sub-heading h4 {
    font-family: "Adrianna Extended",sans-serif !important;
    color: #333333;
    text-align:left;
    font-family: Actor;
    font-size: 17px;
    width: 70%;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 24px */
    letter-spacing: 1px;
}

.about-content{
   padding: 0px 100px;
}

.about-content p{
    font-family: "Adrianna Extended",sans-serif !important;
    color: #333333;
}

.about .scrollbar
{
	/* margin-left: 30px; */
	float: left;
	height: 300px;
	width: auto;
	background: #F5F5F5;
	overflow-y: scroll;
	margin-bottom: 25px;
}

.about .scrollbar .force-overflow
{
	/* min-height: 450px; */
    background-color: #fff;
    padding-right: 12px;
    justify-content: space-between;
}

.about .scrollbar::-webkit-scrollbar
{
    width: 7px;
    padding: 0px 10px;
}

.about .scrollbar::-webkit-scrollbar-thumb
{
    background: #D4D4D4;
    border-radius: 6px;
    width: 7px;
    height: 20px
}




@media only screen and (min-device-width: 768px) and (max-device-width: 1473px) {
    .about {
        background-image: url("../asset/images/about-bg-texture.jpg");
        background-repeat: no-repeat;
        background-position: center center;
        width: 100%;
        background-size: cover;
        margin-bottom: 100px;
        /* padding: 250px 0px 790px 0px; */
    }
    .about-text {
        padding-top: 15%;
    }
    .about-heading {
        font-family: "Adrianna Extended Rg",sans-serif !important;
        font-size: 30px;
        font-weight: 700;
        line-height: 120%;
        margin-bottom: 8px;
        color: #151f61;
        width: 100%;
    }
    .about-sub-heading {
        font-family: "Adrianna Extended",sans-serif !important;
        font-size: 22px;
        font-weight: 300;
        line-height: 28px;
        width: 70%;
        margin-bottom: 5px;
        color: rgb(0, 0, 0);
    }
    .about-sub-heading h1 {
        font-family: "Adrianna Extended",sans-serif !important;
        font-size: 20px;
        font-weight: 300;
        line-height: 28px;
        margin-bottom: 0px;
        color: rgb(0, 0, 0);
    }
    .about-sub-heading h1 strong {
        font-weight: bold!important;
    }
    .about-content{
        padding: 50px 0px;
     }
}

/* mobile view */

@media (max-width: 500px) {
    .about {
        background-image: none;
        background-repeat: no-repeat;
        background-position: center center;
        width: 100%;
        background-size: cover;
        /* margin-top: 100px; */
        margin-bottom: 100px;
        padding: 0px;
    }
    .about-text {
        margin-bottom: 20px;
    }
    .about-heading {
        font-size: 24px;
        line-height: 20px;
        margin-bottom: 5px;
        width: 100%;
        line-height: 120%;
    }
    .about-sub-heading {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 5px;
        width: 100%;
    }
    .about-sub-heading h1 {
        font-size: 18px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 5px;
        width: 100%;
    }
    .about-sub-heading h4 {
        font-family: "Adrianna Extended Rg" !important;
        color: #AFAFAF;
        text-align:left;
        font-family: Actor;
        font-size: 14px;
        margin-top: 20px;
        width: 100%;
        font-style: normal;
        font-weight: 300;
        line-height: 150%; /* 24px */
        letter-spacing: 1px;
    }
    .about-sub-heading h1 strong {
        font-weight: border!important;
    }
    .about-content{
        padding: 20px 0px;
     }
    
    .about-content h2{
        color: #151f61;
        font-family: "Adrianna Extended Rg" ;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%; /* 20px */
    }
    .about-content p{
        font-family: "Adrianna Extended",sans-serif !important;
        color: #333333;
    }
}

/*=====================================================
NEWS LETTER CSS
=====================================================*/

.newsletter {
    margin: 100px 0px;
}

.newsletter-heading h2{
    font-family: "Adrianna Extended Rg" !important;
    font-size: 30px;
    font-weight: 700;
    line-height: 100%; /* 60px */
    margin-bottom: 10px;
    color: #151f61;
}

.newsletter-sub-heading {
    font-family: "Adrianna Extended",sans-serif !important;
    color: #000;
    font-family: Actor;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.96px;
}

.newsletter-sub-heading h4 {
    font-family: "Adrianna Extended",sans-serif !important;
    color: #333333;
    font-family: Actor;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 24px */
    letter-spacing: 1px;
}

.newsletter .content .input-grp .hover-btn-hhg{
    margin: 0 auto;
}

@media (max-width: 500px) {

    .newsletter {
        /* margin-top: 389px; */
        margin: 100px 0px;
    }

    .newsletter-heading {
        font-family: "Adrianna Extended Rg" !important;
        font-size: 18px;
        font-weight: 700;
        line-height: 100%; /* 60px */
        margin-bottom: 10px;
        color: #151f61;
    }

    .newsletter-sub-heading h4 {
        font-family: "Adrianna Extended Rg" !important;
        color: #333333;
        font-family: Actor;
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 150%; /* 24px */
        /* letter-spacing: 1px; */
    }
}

/*=====================================================
COMPANY MAIN BANNER CSS
=====================================================*/
.company{
    margin: 150px 0px;
}
.company-banner {
    background-image: url("../asset/images/about-bg.jpg");
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
}

/* .services-text {
    padding-top: 20%;
} */

.company-heading {
    font-family: "Adrianna Extended Rg" !important;
    font-size: 30px;
    font-weight: 700;
    line-height: 100%; /* 60px */
    margin-bottom: 50px;
    color: #151f61;
}

.company-content{
    background: rgba(252, 252, 252, 0.90);
    /* width: 373px; */
    flex-shrink: 0;
    bottom: 0;
    margin-top: 50%;
}

.company-content h2{
    color: #151f61;
    font-family: "Adrianna Extended Rg" ;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 20px */
}

/* mobile view */

@media (max-width: 500px) {
    .company {
        /* background-image: url("../asset/images/mob_home.jpg"); */
        text-align: left;
    color: #fff;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 150px 0px;
    }
    .company-text {
        padding: 20px 0 20px 0;
    }
    .company-heading {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 5px;
        width: 100%;
    }
    .company-sub-heading {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 5px;
        width: 90%;
    }
    .company-sub-heading h1 {
        font-size: 18px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 5px;
        width: 100%;
    }
    .company-sub-heading h4 {
        font-family: "Adrianna Extended",sans-serif !important;
        color: #AFAFAF;
        text-align:left;
        font-family: Actor;
        font-size: 14px;
        margin-top: 20px;
        width: 100%;
        font-style: normal;
        font-weight: 300;
        line-height: 150%; /* 24px */
        letter-spacing: 1px;
    }
    .company-sub-heading h1 strong {
        font-weight: border!important;
    }
    .company-content{
        background: rgba(252, 252, 252, 0.90);
        /* width: 373px; */
        flex-shrink: 0;
        bottom: 0;
        margin-top: 50%;
    }
    
    .company-content h2{
        color: #151f61;
        font-family: "Adrianna Extended Rg" ;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%; /* 20px */
    }
    .company-content p{
        color: #000;
    }
}

/*=====================================================
CASE STUDIES iaqmonitor MAIN BANNER CSS
=====================================================*/
.main-iaqmonitor{
    overflow: hidden;
}
.case-studies-iaqmonitor{
    margin: 150px 0px 0px 0px;
}

/* .services-text {
    padding-top: 20%;
} */

.case-studies-iaqmonitor-heading {
    font-family: "Adrianna Extended Rg" !important;
    font-size: 30px;
    font-weight: 700;
    line-height: 120%; /* 60px */
    /* margin-bottom: 50px; */
    color: #151f61;
}

.case-studies-iaqmonitor-content{
    background: rgba(252, 252, 252, 0.90);
    /* width: 373px; */
    flex-shrink: 0;
    bottom: 0;
    margin-top: 50%;
}

.case-studies-iaqmonitor-content h2{
    color: #151f61;
    font-family: "Adrianna Extended Rg" ;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 20px */
}

/* mobile view */

@media (max-width: 500px) {
    .case-studies-iaqmonitor {
        /* background-image: url("../asset/images/mob_home.jpg"); */
        text-align: left;
    color: #fff;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 100px 0px 0px 0px;
    }
    .case-studies-iaqmonitor-text {
        padding: 20px 0 20px 0;
    }
    .case-studies-iaqmonitor-heading {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 5px;
        width: 100%;
    }
    .case-studies-iaqmonitor-sub-heading {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 5px;
        width: 90%;
    }
    
}

.hero-section,
.hero-section>.container>.row {
  height: 100vh;
  /*min-height: 800px;*/
  overflow: hidden;
}

.hero-section .iphone-wrap .col-lg-8 img{
    /* margin-left: -160px; */
    width: 800px;
}

.hero-section .iphone-wrap {
  position: relative;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap {
    text-align: center;
  }
}

@media screen and (max-width: 992px) {
    .hero-section .iphone-wrap .alerts,
  .hero-section .iphone-wrap .sysadmin-dashboard,
  .hero-section .iphone-wrap .mobile-dashboard {
    position: relative;
    top: 0;
    max-width: 100%;
  }
}

.hero-section .iphone-wrap .col-lg-2:nth-child(1){
    z-index: 1;
}

.hero-section .iphone-wrap .mobile-dashboard {
  width: 250px;
  margin-top: 100px;
  z-index: 1;
}

.hero-section .iphone-wrap .sysadmin-dashboard {
  width: 550px;
}

.hero-section .iphone-wrap .alerts {
  width: 250px;
  margin-left: -75px;
  margin-top: 200px;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap .mobile-dashboard {
    margin-left: -150px;
  }

  .hero-section .iphone-wrap .alerts {
    margin-left: 150px;
  }
}

/* .hero-section .iphone-wrap .sysadmin-dashboard {
  margin-top: 50px;
  margin-left: 100px;
  width: 250px;
} */

@media (max-width: 992px) {
  .hero-section .iphone-wrap .sysadmin-dashboard {
    width: 250px;
    position: absolute;
    margin-top: 150px;
    margin-left: -347px;
  }

  .hero-section .iphone-wrap .alerts {
    width: 250px;
    margin-left: -75px;
    margin-top: 200px;
}
}

.iaqmonitor-section {
    background-color: #F7F9FD; 
    padding: 50px 0px; 
}

.iaqmonitor-section p{
color: #333333;
text-align: justify;
font-family: Adrianna, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 170%; /* 34px */ 
}

.iaqmonitor-section h3{
    font-family: "Adrianna Extended Rg" !important; 
    color: #151f61;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.iaqmonitor-solution{
    background-image: url(../asset/images/map.png);
    background-repeat: no-repeat;
    margin: 100px 0px;
}

.iaqmonitor-solution h2{
    color: #151f61;
    text-align: center;
    font-family: "Adrianna Extended Rg", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.iaqmonitor-solution p
{
    color: #333333;
    text-align: center;
    font-family: Adrianna Extended, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.8px;
}

@media (max-width:500px){
    .hero-section,
    .hero-section>.container>.row {
     height: 30vh; 
     min-height:275px; 
    }
    .hero-section .iphone-wrap .mobile-dashboard {
        width: 250px;
        margin-top: 0px;
        margin-left: 0px;
        z-index: 1;
    }
    .hero-section .iphone-wrap .col-lg-8 img{
        margin-left: -210px;
        margin-top: -100px;
        width: 400px;
    }
    .hero-section .iphone-wrap .alerts {
        width: 250px;
        margin-left: 0px;
        margin-top: 87px;
      }
}


/* About Us Section
--------------------------------*/
#challenges {
    padding:0px;
    margin: 0px;
    overflow: hidden;
  }

.challenges-bg{
    background: #151f61;
}
#challenges .row{
    padding-top: 100px;
}
#challenges .row .col-lg-6:nth-child(1){
    margin: 0!important;
}
  
  #challenges .about-img {
    height: 510px;
    overflow: hidden;
    margin: 0px auto;
  }
  
  #challenges .challenges-img img {
    margin-left: -15px;
    max-width: 100%;
    /* margin-top: -200px; */
  }
  
  @media (max-width: 768px) {
    #challenges .challenges-img {
      height: auto;
    }
  
    #challenges .challenges-img img {
      margin-left: 0;
      padding-bottom: 30px;
    }

    #challenges h2 {
        color: #ffffff;
    font-family: "Adrianna Extended Rg", sans-serif;
    font-size: 25px;
    font-style: normal;
    line-height: 124.5%; /* 62.25px */
    margin-left: 12%;
    width: 75%;
    position: absolute;
      }
    
      #challenges h2 strong{
        font-size: 30px;
        font-weight: 700;
      }
      #challenges .content{
        padding-top: 50px;
      }
  }
  
  #challenges h2 {
    color: #ffffff;
font-family: "Adrianna Extended Rg", sans-serif;
font-size: 35px;
font-style: normal;
line-height: 124.5%; /* 62.25px */
margin-left: 12%;
width: 75%;
position: absolute;
  }

  #challenges h2 strong{
    font-size: 35px;
    font-weight: 700;
  }
  #challenges .content{
    padding-top: 50px;
  }
  
  #challenges .content p {
    line-height: 26px;
  }
  
  #challenges .content p:last-child {
    margin-bottom: 0;
  }
  
  #challenges .content i {
    font-size: 30px;
    padding-right: 4px;
    color: #fff;
    left: 0;
    margin-left: -37px;
  }
  
  #challenges .content ul {
    list-style: none;
    padding: 0;
  }
  
  #challenges .content ul li {
    padding-bottom: 20px;
    color: #fff;
  }

  #challenges .content ul li h3{
    color: #FFF;
font-family: Adrianna Extended Rg, sans-serif;
font-size: 26px;
font-style: normal;
font-weight: 700;
line-height: 124.5%; /* 32.37px */
margin-top: -33px;
  }

  #challenges .content ul li p{
    color: #FFF;
/* text-align: justify; */
font-family: Adrianna, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 170%; /* 30.6px */
  }
  
  @media (max-width: 500px){

    #challenges h2 {
        color: #ffffff;
    font-family: "Adrianna Extended Rg", sans-serif;
    font-size: 25px;
    font-style: normal;
    line-height: 124.5%; /* 62.25px */
    margin-left: 12%;
    width: 75%;
    position: absolute;
      }
    
      #challenges h2 strong{
        font-size: 25px;
        font-weight: 700;
      }
      #challenges .content{
        padding-top: 50px;
      }

  }





.achieved{
    padding: 100px 0px;
}

.achieved h3{
    color: #151f61;
    font-family: "Adrianna Extended Rg", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

.achieved ul{
    margin-left: 18px;
}

.achieved ul li{
    padding-bottom: 10px;
    color: #333333;
    font-family: Adrianna, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 30.6px */
}

.keyfeatures{
    padding: 100px 0px;
}

.keyfeatures h3{
    color: #151f61;
    font-family: "Adrianna Extended Rg", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

.keyfeatures h4{
    color: #1F2A78;
    /* text-align: justify; */
    font-family:"Adrianna Extended Rg", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 44.2px */
}

.keyfeatures p{
    color: #333333;
}

.keyfeatures .row{
    padding: 50px 0px;
}

.keyfeatures img{
    margin-top: -150px!important;
    text-align: center;
}

@media (max-width:500px){
    margin-top: 0px!important;
    text-align: center;
}

.industry-vertical{

}


#pricing-container * {
	box-sizing:border-box;
}

#pricing-container {
	font-family: Adrianna, sans-serif;
	-webkit-font-smoothing: antialiased;
	max-width: 1280px;
	margin: 0 auto 50px;
	justify-content: center;
	line-height: 1;
	color: #000;
}



/* Cards */

#pricing-cards {
	display: flex;
	font-size: 14px;
}

#pricing-container .price-card {
	background-color: white;
	font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
	display: block;
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	transition: all 0.25s;
	position: relative;
	margin: 0 6px;
	flex-grow: 1;
	flex-shrink:1;
    border-radius: 10px;
}

#pricing-container .price-card:hover {
	transform: translateY(-5px);
		box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.14),
		0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}


/* - - - - - - - - - Header Section - - - */

#pricing-container .schools {
	background-color: #43CCEF;;
	margin: 0;
	padding: 20px 0;
	text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#pricing-container .hospitals {
	background-color: #00E7A6;;
	margin: 0;
	padding: 20px 0;
	text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#pricing-container .hotels {
	background-color: #FFB400;;
	margin: 0;
	padding: 20px 0;
	text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#pricing-container .price-card--header h4 {
	/* margin: 0; */
	padding: 0;
	font-size: 28px;
	color: #fff;
	font-family: "Adrianna", sans-serif;
	font-weight: 700;
    margin-top: -35px;
}

#pricing-container .price-card--header i{
    left: 0;
    display: flex;
    font-size: 40px;
    margin-left: 10px;
    color: #fff;
}


/* - - - - - - - - - Price Section - - - */

#pricing-container .price-card--price {
	text-align: center;
	padding: 28px 0 6px 0;
}

#pricing-container .price-card--price-text {
	font-size: 48px;
}

#pricing-container .price-card--price-number {
	font-weight: 500;
	opacity: 0.89;
}







/* - - - - - - - - - Features Section - - - */

#pricing-container .price-card--features {
	border-top: 1px solid #ddd;
	padding: 16px 0 20px;
}

#pricing-container ul.price-card--features--list {
	padding: 0 32px;
	list-style: none;
	margin: 0;
}

#pricing-container li.price-card--features--item {
	margin: 8px 0;
	padding-left: 8px;
	line-height: 1.5;
	position: relative;
    color: #333333;
    font-family: Adrianna, sans-serif;
}

#pricing-container li{
    font-family: Adrianna, sans-serif;
}

#pricing-container
	li.price-card--features--item:not(.features-disabled):before {
	content: "✓";
	color: green;
	display: block;
	position: absolute;
	left: -8px;
}

#pricing-container li.price-card--features--item.features-highlight {
	/* 	font-weight: 600; */
}

#pricing-container li.price-card--features--item.features-disabled {
	opacity: 0.1;
	/* 	text-decoration: line-through; */
}





/* - - - - - - - - - Hero Card Styles - - - */

#pricing-container .price-card--hero {
	margin: -38px 6px 0;
	/* 	width:31%; */
	z-index: 10;
}

#pricing-container .price-card--hero-text {
	background-color: #3f9b63;
	height: 38px;
	color: white;
	line-height: 38px;
	text-align: center;
	font-weight: 600;
}

/* - - - - - - - - - Only Yearly Basic Styles - - - */

#pricing-container .only-yearly {
	position: relative;
}

#pricing-container .only-yearly .price-card--price-number {
	transition: opacity 0.2s;
}

#pricing-container .only-yearly .only-yearly--text {
	position: absolute;
	top: -0.2em;
	left: 0;
	right: 0;
	display: none;
}
#pricing-container .only-yearly .only-yearly--text span {
	font-size: 14px;
}

#pricing-container .only-yearly.if-monthly .price-card--price-number {
	opacity: 0;
}

#pricing-container .only-yearly.if-monthly .only-yearly--text {
	display: block;
}





.pure-rooms{
    background: #F7F9FD;
    padding: 50px 0;
}

.pure-rooms p{
    color: #333333;
    text-align: center;
    font-family: Adrianna Rg, sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 44.2px */
    margin-top: -50px;
    margin-left: 100px;
}

.pure-rooms .fa-lg{
    font-size: 100px;
    margin-bottom: -250px;
}

@media (max-width:500px){
    .pure-rooms p{
        color: #000;
        text-align: center;
        font-family: "Adrianna", sans-serif;
        font-size: 26px;
        font-style: normal;
        font-weight: 400;
        line-height: 170%; /* 44.2px */
        margin-top: -50px;
        margin-left: 0px;
    }
    
    .pure-rooms .fa-lg{
        font-size: 100px;
        margin-bottom: -250px;
    }

}


/*=====================================================
BAD AIR QUALITY CSS
=====================================================*/

.bad-air-quality {
    margin: 100px 0px;    
}

.bad-air-quality .col-lg-6:nth-child(2){
    margin: 0px auto;
}

.bad-air-quality-banner {
    /* background-image: url("../asset/images/services-banner-1.jpg"); */
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
    
}

/* .services-text {
    padding-top: 20%;
} */

.bad-air-quality-heading {
    font-family: "Adrianna Extended Rg" !important;
    font-size: 30px;
    font-weight: 700;
    line-height: 100%; /* 60px */
    margin-bottom: 10px;
    color: #151f61;
}

.bad-air-quality .bad-air-quality-sub-heading {
    color: #686868;
text-align: justify;
font-family: Adrianna, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 170%; /* 30.6px */
width: 75%;
}

.bad-air-quality-content{
    margin-top: 150px;
    margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1473px) {
    .bad-air-quality-text {
        padding-top: 15%;
    }
    .bad-air-quality-heading {
        font-family: "Adrianna Extended",sans-serif !important;
        font-size: 70px;
        font-weight: 700;
        line-height: 75px;
        margin-bottom: 8px;
        color: #151f61;
        width: 50%;
    }
    .bad-air-quality-sub-heading {
        font-family: "Adrianna Extended",sans-serif !important;
        font-size: 22px;
        font-weight: 300;
        line-height: 28px;
        width: 70%;
        margin-bottom: 5px;
        color: rgb(0, 0, 0);
    }
    .bad-air-quality-sub-heading h1 {
        font-family: "Adrianna Extended",sans-serif !important;
        font-size: 20px;
        font-weight: 300;
        line-height: 28px;
        margin-bottom: 0px;
        color: rgb(0, 0, 0);
    }
    .bad-air-quality-sub-heading h1 strong {
        font-weight: bold!important;
    }
}

/* mobile view */

@media (max-width: 500px) {
    .bad-air-quality {
        /* background-image: url("../asset/images/mob_home.jpg"); */
        text-align: left;
        color: #fff;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        /* height: 90vh; */
    }
    .bad-air-quality-text {
        padding: 5px 0 5px 0;
    }
    .bad-air-quality-heading {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 5px;
        width: 100%;
    }
    .bad-air-quality .bad-air-quality-sub-heading {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 5px;
        width: 100%;
    }
    .bad-air-quality-sub-heading h1 {
        font-size: 18px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 5px;
        width: 100%;
    }
    .bad-air-quality-sub-heading h4 {
        font-family: "Adrianna Extended",sans-serif !important;
        color: #AFAFAF;
        text-align:left;
        font-family: Actor;
        font-size: 14px;
        margin-top: 20px;
        width: 100%;
        font-style: normal;
        font-weight: 300;
        line-height: 150%; /* 24px */
        letter-spacing: 1px;
    }
    .bad-air-quality-sub-heading h1 strong {
        font-weight: border!important;
    }
    .bad-air-quality-content{
        margin-top: 20px;
        margin-left: auto;
      margin-right: auto;
    }
    
    .bad-air-quality-content h2{
        color: #151f61;
        font-family: "Adrianna Extended Rg" ;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%; /* 20px */
    }
    .bad-air-quality-content p{
        color: #000;
    }
}

/*=====================================================
BAD AIR QUALITY CSS
=====================================================*/

.bad-air-quality-solution {
    margin: 100px 0px;
    padding-bottom: 200px;    
}

.bad-air-quality-solution .solution-process img{
    margin-top: -313px;

}

.bad-air-quality-solution .col-lg-6:nth-child(2){
    margin: 0px auto;
}

.bad-air-quality-solution-banner {
    /* background-image: url("../asset/images/services-banner-1.jpg"); */
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
    
}

/* .services-text {
    padding-top: 20%;
} */

.bad-air-quality-solution-heading {
    font-family: "Adrianna Extended Rg" !important;
    font-size: 30px;
    font-weight: 700;
    line-height: 100%; /* 60px */
    margin-bottom: 10px;
    color: #151f61;
}

.bad-air-quality-solution .bad-air-quality-solution-sub-heading {
    color: #686868;
text-align: justify;
font-family: Adrianna, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 170%; /* 30.6px */
width: 75%;
}

.bad-air-quality-solution-content{
    margin-top: 150px;
    margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1473px) {
    .bad-air-quality-solution-text {
        padding-top: 15%;
    }
    .bad-air-quality-solution-heading {
        font-family: "Adrianna Extended",sans-serif !important;
        font-size: 70px;
        font-weight: 700;
        line-height: 75px;
        margin-bottom: 8px;
        color: #151f61;
        width: 50%;
    }
    .bad-air-quality-solution-sub-heading {
        font-family: "Adrianna Extended",sans-serif !important;
        font-size: 22px;
        font-weight: 300;
        line-height: 28px;
        width: 70%;
        margin-bottom: 5px;
        color: rgb(0, 0, 0);
    }
    .bad-air-quality-solution-sub-heading h1 {
        font-family: "Adrianna Extended",sans-serif !important;
        font-size: 20px;
        font-weight: 300;
        line-height: 28px;
        margin-bottom: 0px;
        color: rgb(0, 0, 0);
    }
    .bad-air-quality-solution-sub-heading h1 strong {
        font-weight: bold!important;
    }
}

/* mobile view */

@media (max-width: 500px) {
    .bad-air-quality-solution {
        /* background-image: url("../asset/images/mob_home.jpg"); */
        text-align: left;
        color: #fff;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        /* height: 90vh; */
    }
    .bad-air-quality-solution-text {
        padding: 5px 0 5px 0;
    }
    .bad-air-quality-solution-heading {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 5px;
        width: 100%;
    }
    .bad-air-quality-solution .bad-air-quality-solution-sub-heading {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 5px;
        width: 100%;
    }
    .bad-air-quality-solution-sub-heading h1 {
        font-size: 18px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 5px;
        width: 100%;
    }
    .bad-air-quality-solution-sub-heading h4 {
        font-family: "Adrianna Extended",sans-serif !important;
        color: #AFAFAF;
        text-align:left;
        font-family: Actor;
        font-size: 14px;
        margin-top: 20px;
        width: 100%;
        font-style: normal;
        font-weight: 300;
        line-height: 150%; /* 24px */
        letter-spacing: 1px;
    }
    .bad-air-quality-solution-sub-heading h1 strong {
        font-weight: border!important;
    }
    .bad-air-quality-solution-content{
        margin-top: 20px;
        margin-left: auto;
      margin-right: auto;
    }
    
    .bad-air-quality-solution-content h2{
        color: #151f61;
        font-family: "Adrianna Extended Rg" ;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%; /* 20px */
    }
    .bad-air-quality-solution-content p{
        color: #000;
    }
    .bad-air-quality-solution .solution-process img{
        margin-top: 0px;
    
    }
}

/*=====================================================
BAD AIR QUALITY CHALLENGES CSS
=====================================================*/

.bad-air-quality-challenges{
    background-image: url("../asset/images/challenges-bg.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
    width: 100%;    
}

/* .bad-air-quality-challenges .col-lg-6:nth-child(1){
    margin: 0px auto;
} */

.bad-air-quality-challenges .col-lg-6 h3{
    color: #FFF;
    font-family: Adrianna Extended, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 124.5%; /* 62.25px */
    margin-top: 50px;
    margin-left: 50px;

}

/*=====================================================
ABOUT COMPANY BANNER CSS
=====================================================*/
.about-company{
    background-image: url("../asset/images/about-sub-bg.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
    width: 100%;
}
.about-company .container-fluid{
    padding-left: 0px!important;
}
.about-company h3{
    /* color: #141E61; */
    color: #DCDCDC;
    font-family: "Adrianna Extended Rg";
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 40px;
    padding-bottom: 20px;
}

.about-company p{
    /* width: 75%; */
    /* color: #686868; */
margin-top:400px;
font-family: Adrianna, sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 170%; /* 30px */
}

@media (max-width: 500px) {

    .about-company h3{
        /* color: #141E61; */
        color: #DCDCDC;
        font-family: "Adrianna Extended Rg";
        font-size: 50px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding-top: 40px;
        padding-bottom: 20px;
    }
    
    .about-company p{
        /* width: 75%; */
        /* color: #686868; */
    margin-top:200px;
    font-family: Adrianna, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 30px */
    }

}

/*=====================================================
LEADERS BANNER CSS
=====================================================*/
.leaders{
    background-image: url("../asset/images/wave.jpg");
    text-align: left;
    color: #fff;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 150px 0px;
    padding: 70px 0px;
}

.leaders h3{
    color: #141E61;
    font-family: "Adrianna Extended Rg";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 40px;
    padding-bottom: 20px;
}

.leaders p{
    color: #000;
}

.leaders .col-lg-4:nth-child(2),
.leaders .col-lg-4:nth-child(3) {
    margin-top: 200px;
  }

.leaders .col-lg-4:nth-child(3){
 margin-left: -100px;
}

.leaders .card-one{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #446087;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    width: 238px;
    height: 314px;
}

.leaders .card-two{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #C1D1E7;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    width: 238px;
    height: 314px;
}

.leaders .card-one h4,
.leaders .card-one p{
    color: #C1D1E7;
}

.leaders .card-two h4,
.leaders .card-two p{
    color: #141E61;
}

.leaders .card-one h4,
.leaders .card-two h4{
    font-family: "Adrianna Extended Rg";
    font-size: 14px;
    font-weight: 700;
}

.leaders .card-one p,
.leaders .card-two p{
    /* font-family: "Adrianna Extended Rg"; */
    font-size: 12px;
    font-weight: 400;
}

.leaders .card-one img{
    margin-top: 80px;
}

.leaders .card-two img{
    margin-top: 56px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1473px) {
    
}

@media (max-width: 500px) {
    .leaders .col-lg-4:nth-child(3){
        margin-left: 0px;
       }
    
    .leaders .col-lg-4:nth-child(2),
    .leaders .col-lg-4:nth-child(3) {
           margin-top: 20px;
           
         }
         .leaders .card-one,
         .leaders .card-two{
             /* font-family: "Adrianna Extended Rg"; */
             margin: 0px auto;
         }

    .about-company p {
            width: 100%;
        }
    .about-company .col-lg-6{
        padding: 0px 37px;

    }
}

/*=====================================================
SERVICES CSS
=====================================================*/

.team {
    margin: 100px 0px;
}

.team .card-one{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #446087;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    width: 238px;
    height: 314px;
}

.team .card-two{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #C1D1E7;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    width: 238px;
    height: 314px;
}

.team .card-one h4,
.team .card-one p{
    color: #C1D1E7;
}

.team .card-two h4,
.team .card-two p{
    color: #141E61;
}

.team .card-one h4,
.team .card-two h4{
    font-family: "Adrianna Extended Rg";
    font-size: 14px;
    font-weight: 700;
}

.team .card-one p,
.team .card-two p{
    /* font-family: "Adrianna Extended Rg"; */
    font-size: 12px;
    font-weight: 400;
}

.team .col-lg-4:nth-child(2),
.team .col-lg-4:nth-child(3),
.team .col-lg-4:nth-child(5),
.team .col-lg-4:nth-child(6){
    margin-left: -150px;
}

.team .custom-containers row:nth-child(2){
    margin-top:50px ;
}

.team .team-text p{
    width: 80%;
}

.team-heading {
    font-family: "Adrianna Extended Rg" !important;
    font-size: 30px;
    font-weight: 700;
    line-height: 100%; /* 60px */
    margin-bottom: 20px;
    color: #151f61;
}

.team-content{
    background: rgba(252, 252, 252, 0.90);
    /* width: 373px; */
    flex-shrink: 0;
    bottom: 0;
    margin-top: 50%;
}

.team-content h2{
    color: #151f61;
    font-family: "Adrianna Extended Rg" ;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 20px */
}

/* mobile view */

@media (max-width: 500px) {
    .team {
        /* background-image: url("../asset/images/mob_home.jpg"); */
        text-align: left;
        color: #fff;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

.team .col-md-6:nth-child(2),
.team .col-md-6:nth-child(3),
.team .col-md-6:nth-child(4),
.team .col-md-6:nth-child(5),
.team .col-md-6:nth-child(6){
    margin-top:20px;
}

.team .col-lg-4:nth-child(2),
.team .col-lg-4:nth-child(3),
.team .col-lg-4:nth-child(5),
.team .col-lg-4:nth-child(6){
    margin-left:0px;
}

.team .col-lg-4:nth-child(4),
.team .col-lg-4:nth-child(5),
.team .col-lg-4:nth-child(6){
    margin-top:0px ;
}

.team .team-text p{
    width: 100%;
    color: #000;
}
    .team-text {
        padding: 20px 0 20px 0;
    }
    .team-heading {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 5px;
        width: 100%;
    }
    .team-sub-heading {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 5px;
        width: 90%;
    }
    .team-sub-heading h1 {
        font-size: 18px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 5px;
        width: 100%;
    }
    .team-sub-heading h4 {
        font-family: "Adrianna Extended",sans-serif !important;
        color: #AFAFAF;
        text-align:left;
        font-family: Actor;
        font-size: 14px;
        margin-top: 20px;
        width: 100%;
        font-style: normal;
        font-weight: 300;
        line-height: 150%; /* 24px */
        letter-spacing: 1px;
    }
    .team-sub-heading h1 strong {
        font-weight: border!important;
    }
    .team-content{
        background: rgba(252, 252, 252, 0.90);
        /* width: 373px; */
        flex-shrink: 0;
        bottom: 0;
        margin-top: 50%;
    }
    
    .team-content h2{
        color: #151f61;
        font-family: "Adrianna Extended Rg" ;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%; /* 20px */
    }
    .team-content p{
        color: #000;
    }
}
/*=====================================================
COMPANY JOB MAIN BANNER CSS
=====================================================*/
.job{
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(
      0deg,
      rgb(244, 244, 244) 90%,
      rgb(255, 255, 255) 50%
    );
    background: -webkit-linear-gradient(
      0deg,
      rgb(244, 244, 244) 90%,
      rgb(255, 255, 255) 50%
    );
    background: -o-linear-gradient(
      0deg,
      rgb(244, 244, 244) 90%,
      rgb(255, 255, 255) 50%
    );
    background: -ms-linear-gradient(
      0deg,
      rgb(244, 244, 244) 90%,
      rgb(255, 255, 255) 50%
    );
    background: linear-gradient(
      90deg,
      rgb(244, 244, 244) 90%,
      rgb(255, 255, 255) 50%
    );
height: 70vh;
margin: 100px 0px;
}

.job .row{
    margin: 0px auto;
    border-bottom: 1px solid #E7E7E7;
}

.job .row .col{
    margin-bottom: 0px;
}

.job h3{
    color: #151f61;
font-family: Adrianna Extended, sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.job p{
    color: #151f61;
font-family: Adrianna, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.job .job-btn{
    border-radius: 4px;
border: 1px solid #000;
background: #FFF;
color: #000;
font-family: Actor, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
padding: 5px 20px;
display: inline;
}

.job .job-text{
    text-align: center;
    padding: 50px 20% 30px 20%;
}



/*=====================================================
CONTACT MAIN BANNER CSS
=====================================================*/

.contact-banner {
    background-image: url("../asset/images/texture.png");
    text-align: left;
    color: #fff;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 150px 0px;
}

.contact-banner-heading {
    font-family: "Adrianna Extended Rg" !important;
    font-size: 40px;
    font-weight: 700;
    line-height: 100%; /* 60px */
    margin-bottom: 10px;
    color: #151f61;
}

.contact-banner-sub-heading {
    padding: 20px 0px 0px 0px;
}

.contact-banner-sub-heading h4 {
    color: #686868;
    font-family: Adrianna, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

/* .contact-banner .icon-bar {
    position: absolute;
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
.contact-banner .icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: #28377F;
    font-size: 20px;
  } */

  .contact-banner .contact-form{
    padding: 0px 30px;
  }

  .contact-banner .contact-form label{
    color: #000;
font-family: Adrianna, sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;

  }

  .contact-banner .contact-form .space label
  {
    letter-spacing: 2.8px;
  }

  .contact-banner .contact-form p label{
    color: #000;
font-family: Adrianna, sans-serif;
font-size: 18.695px;
font-style: normal;
font-weight: 400;
line-height: normal;
  }

  .contact-banner .contact-form h6{
    color: #000;
font-family: Adrianna, sans-serif;
font-size: 21.365px;
font-style: normal;
font-weight: 400;
line-height: normal;
  }

  .contact-banner .contact-form p{
    color: #686868;
    font-family: Adrianna, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 148%; /* 29.6px */
  } 

  .contact-banner .contact-form{
    /* margin-left:10px; */
    color:#000;

  }

  

@media only screen and (min-device-width: 768px) and (max-device-width: 1473px) {
    
}


/* mobile view */

@media (max-width: 500px) {
    
}

/*=====================================================
INSIGHTS CSS
=====================================================*/
.insights{
    margin: 150px 0px;
}


.insights .row .col-md-6:nth-child(2){
    margin-top: 40px;
}

/* .services-text {
    padding-top: 20%;
} */

.insights-heading {
    font-family: "Adrianna Extended Rg" !important;
    font-size: 30px;
    font-weight: 700;
    line-height: 100%; /* 60px */
    margin-bottom: 50px;
    color: #151f61;
}

.insights-content{
    background: rgba(252, 252, 252, 0.90);
    /* width: 373px; */
    flex-shrink: 0;
    bottom: 0;
    margin-top: 50%;
}

.insights-content h2{
    color: #151f61;
    font-family: "Adrianna Extended Rg" ;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 20px */
}

.insights h2{
    color: #151f61;
font-family: "Adrianna Extended Rg", sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

/*=====================================================
INSIGHTS INNER CSS
=====================================================*/
.insights-inner-banner{
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top:100px;
    background-color: #000;
    padding: 20px 0px;
    width: 100%;
    overflow: hidden;
}

.insights-inner-banner h1{
    color: #ffffff;
font-family: "Adrianna Extended Rg", sans-serif!important;
font-size: 26px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-left: 27%;
margin-top: 10%;
/* letter-spacing: 3px; */
}

.insights-inner-banner span{
margin-left: 27%;
}

.insights-inner-banner .line{
    height: 1px;
    flex: 1;
    background-color: #888888;
    width: 50%;
  }

.insights-inner{
    padding: 100px 0px;
}

.insights-inner-articles-header h2{
    color: #151f61;
font-family: "Adrianna Extended Rg", sans-serif;
font-size: 26px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.insights-inner p{
    /* padding: 20px 0px; */
    color: #333333;
/* text-align: justify; */
font-family: Adrianna, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 170%; /* 27.2px */
}

.insights-inner h3{
    color:#333333;
    font-size: 24px;
    font-family: "Adrianna Extended Rg", sans-serif;
}

.insights-inner-articles h2{
    color: #151f61;
font-family: "Adrianna Extended Rg", sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.tags h4{
    color: #28377F;
font-family: "Adrianna Extended Rg" sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-left: 13%;
  }

.article-head{
    display:flex;
    align-items: center;
  }
  
  .article-head .line{
    height: 2px;
    flex: 1;
    background-color: #E7E7E7;
    margin: 50px 0px;
  }
  
  .article-head h4{
    color: #28377F;
font-family: "Adrianna Extended Rg" sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-left: 13%;
  }

/*=====================================================
SOFTWARE DEVELOPMENT CSS
=====================================================*/
.expertise-software-development{
    background-image: url("../asset/images/software-development-bg.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}
.expertise-product-engineering{
    background-image: url("../asset/images/product-engineering-bg.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}
.expertise-data-sciences-and-analytics{
    background-image: url("../asset/images/data-sciences-and-analytics-bg.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}
.expertise-digital-transformation{
    background-image: url("../asset/images/digital-transformation-bg.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

.application-dev-bg h5{
    font-family: Adrianna, sans-serif;
    line-height: 150%;
}

.application-dev-bg .fa-quote-right,
.application-dev-bg .fa-quote-left{
    font-size: 100px;
    opacity: 0.25;
    color:rgba(0, 0, 0, 0.1);
}
.application-dev-bg .fa-quote-right{
    right:0;
    margin-left: 92%;
    /* margin-top: -50px; */
}

@media (max-width:500px){
    .application-dev-bg .fa-quote-right{
        right:0;
        margin-left: 76%;
        /* margin-top: -50px; */
        
    }
}

.software-development-banner{
    margin-top:100px;
    background-color: #000;    
    width: 100%;
    padding: 20px 0px;
    overflow: hidden;
}

.software-development-inner .row-gap{
    padding: 50px 0px;
}

.software-development-inner .content h2 {
    font-family: "Adrianna Extended Rg", sans-serif!important;
    color: #151f61;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  
  .software-development-inner .content h3 {
    font-family: Adrianna, sans-serif;
    color: #333333;
    /* font-weight: bold; */
    font-size: 17px;
    line-height: 23px;

    /* font-style: italic; */
  }
  
  .software-development-inner .content p {
    line-height: 26px;
    color: #333333;
    font-family: Adrianna, sans-serif;
    
  }

  .software-development-inner p{
    font-family: Adrianna, sans-serif;
  }
  
  .software-development-inner .content p:last-child {
    margin-bottom: 0;
  }
  
  .software-development-inner .content i {
    font-size: 20px;
    padding-right: 4px;
    color: #151f61;
  }
  
  .software-development-inner .content ul {
    list-style: none;
    padding: 0;
  }
  
  .software-development-inner .content ul li {
    padding-bottom: 10px;
    color: #333333; 
    font-family: Adrianna, sans-serif;
  }

.software-development-banner h1{
    color: #ffffff;
font-family: "Adrianna Extended Rg", sans-serif!important;
font-size: 35px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-left: 12%;
margin-top: 12%;
/* letter-spacing: 3px; */
}

.software-development-banner span{
margin-left: 27%;
}

.software-development-banner .line{
    height: 1px;
    flex: 1;
    background-color: #888888;
    width: 18%;
    margin-bottom: 2%;
  }

.software-development-inner .row .col-lg-6{
    margin: auto;
}

.software-development-inner .software-development-text{
    padding-left: 10%;
}

.software-development-inner .software-development-text h3{
    color: #28377F;
    font-family: "Adrianna Extended Rg", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.software-development-inner .software-development-text ul{
    padding-left: 4%;
    color: #686868;
    text-align: left;
    font-family: Adrianna, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 23.8px */
}

@media (min-width: 500px) {
    .col-md-1-5 { width: 100%; }
    .col-md-2-5 { width: 100%; }
    .col-md-3-5 { width: 100%; }
    .col-md-4-5 { width: 100%; }
    .col-md-5-5 { width: 100%; }
  }
  @media (min-width: 992px) {
    .col-md-1-5 { width: 20%; }
    .col-md-2-5 { width: 40%; }
    .col-md-3-5 { width: 60%; }
    .col-md-4-5 { width: 80%; }
    .col-md-5-5 { width: 100%; }
  }
  @media (min-width: 1200px) {
    .col-lg-1-5 { width: 20%; }
    .col-lg-2-5 { width: 40%; }
    .col-lg-3-5 { width: 60%; }
    .col-lg-4-5 { width: 80%; }
    .col-lg-5-5 { width: 100%; }
  }
  
  
  
  /* Demo only, no need for this */
  
  .show-grid [class^=col-] span,
  .container-fluid .show-grid [class^=col-] {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    /* background-color: #eee;
    background-color: rgba(86,61,124,.15);
    border: 1px solid #ddd;
    border: 1px solid rgba(86,61,124,.2); */
  }
  
  .sdlc-header [class^=col-] {
    margin-bottom: 30px;
  }
  
  .software-development-inner .jumbotron{
      background-color:#5C71BF;
      padding: 1rem 1rem;
      /* margin:0px 100px; */
      margin-bottom: 2rem;
      /* background-color: #e9ecef; */
      border-radius: 0.3rem;
  }
  .software-development-inner .jumbotron h3{
      color: #FFF;
  font-family: "Adrianna Extended Rg", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 26px */
  }
  
  .software-development-inner .jumbotron p{
      color: #FFF;
  font-family: Adrianna, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  }
  .software-development-inner .jumbotron .col-lg-6:nth-child(1){
      text-align: center;
  }
  
  .software-development-inner .jumbotron img{
      margin:auto;
      display: block;
  }
  
  .sdlc-header{
      margin: 100px 0px;
  }
  
  .sdlc-header h2{
      color: #141E61;
  font-family: "Adrianna Extended Rg", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  }
  
  .sdlc-header .sdlc-logo-bg{
    border-radius: 10px;
    height:111px;
    width: 157px;
  background: #F0F0F0;
  margin:0px 40px;
  }
  
  .sdlc-header .sdlc-logo-bg img{
      top: 50%;
      transform: translateY(-50%);
      position: relative;
  }


/*=====================================================
SERVICES CSS
=====================================================*/
.services-new-product-development{
    background-image: url("../asset/images/npd-bg.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}
.services-business-modeling{
    background-image: url("../asset/images/business-modeling-bg.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}
.services-go-to-market{
    background-image: url("../asset/images/gtm-bg.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}
.services-digital-technology-enable{
    background-image: url("../asset/images/dtes-bg.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}
.new-product-development-banner{
    margin-top:100px;
    background-color: #000;    
    width: 100%;
    padding: 20px 0px;
    overflow: hidden;
}

.new-product-development-banner h1{
    color: #ffffff;
font-family: "Adrianna Extended Rg", sans-serif!important;
font-size: 35px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-left: 12%;
margin-top: 12%;
/* letter-spacing: 3px; */
}

.new-product-development-banner span{
margin-left: 27%;
}

.new-product-development-banner .line{
    height: 1px;
    flex: 1;
    background-color: #888888;
    width: 30%;
    margin-bottom: 2%;
  }

.new-product-development-inner .row .col-lg-6{
    margin: auto;
}

/* .new-product-development-challenges-inner .new-product-development-challenges-text{
    padding-left: 10%;
} */

.new-product-development-challenges-inner .software-development-text h3{
    color: #28377F;
    font-family: "Adrianna Extended Rg", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.new-product-development-challenges-inner .software-development-challenges-text ul{
    padding-left: 4%;
    color: #686868;
    text-align: left;
    font-family: Adrianna, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 23.8px */
}
.expertise-jumbotron .jumbotron,
.new-product-development-challenges-inner .jumbotron{
    background-color:#5C71BF;
    padding: 1rem 1rem;
    /* margin:0px 100px; */
    margin-bottom: 2rem;
    /* background-color: #e9ecef; */
    border-radius: 30px;
}
.expertise-jumbotron .jumbotron h3,
.new-product-development-challenges-inner .jumbotron h3{
    color: #FFF;
font-family: "Adrianna Extended Rg", sans-serif;
font-size: 26px;
font-style: normal;
font-weight: 600;
line-height: 100%; /* 26px */
}
.expertise-jumbotron .jumbotron p,
.new-product-development-challenges-inner .jumbotron p{
    color: #FFF;
font-family: Adrianna, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 130%; /* 18.2px */
width:75%;
}
.expertise-jumbotron .jumbotron .col-lg-6:nth-child(1),
.new-product-development-challenges-inner .jumbotron .col-lg-6:nth-child(1){
    text-align: center;
}
.expertise-jumbotron .jumbotron img,
.new-product-development-challenges-inner .jumbotron img{
    margin:auto;
    display: block;
    border-radius: 30px!important;
    margin: -16px;
    padding: 0px;
}

@media (max-width: 500px){
    .new-product-development-challenges-inner .jumbotron h3{
        color: #FFF;
    font-family: "Adrianna Extended Rg" sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 26px */
    margin-top: 25px;
    }

    .new-product-development-challenges-inner .jumbotron p{
        color: #FFF;
    font-family: Adrianna, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
    width:100%;
    }

    .new-product-development-challenges-inner .jumbotron img{
        margin:auto;
        display: block;
        border-radius: 30px!important;
        margin: 0px;
        padding: 0px;
    }
}

/*=====================================================
NEW PRODUCT DEVELOPMENT CHALLENGES CSS
=====================================================*/

.new-product-development-challenges {
    margin: 100px 0px;    
}

.new-product-development-challenges .col-lg-6:nth-child(2){
    margin: 0px auto;
}

.new-product-development-challenges-inner .row .col-lg-6{
    margin: auto;
}

.new-product-development-challenges-banner {
    /* background-image: url("../asset/images/services-banner-1.jpg"); */
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
    
}

/* .services-text {
    padding-top: 20%;
} */

.new-product-development-challenges-heading {
    font-family: "Adrianna Extended Rg" !important;
    font-size: 30px;
    font-weight: 700;
    line-height: 100%; /* 60px */
    margin-bottom: 10px;
    color: #151f61;
}

.new-product-development-challenges .new-product-development-challenges-sub-heading ul{
    margin-top: 2em;
    padding-left: 20px;
}

.new-product-development-challenges .new-product-development-challenges-sub-heading ul li{
    color: #151f61;
/* text-align: justify; */
font-family: "Adrianna Extended Rg", sans-serif;
font-size: 22px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.new-product-development-challenges .new-product-development-challenges-sub-heading {
    color: #333333;
/* text-align: justify; */
font-family: Adrianna, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 170%; /* 30.6px */
/* width: 75%; */
padding-top: 20px;
}

.new-product-development-challenges-content{
    margin-top: 150px;
    margin-left: auto;
  margin-right: auto;
}

#more-features {
    padding: 60px 0 60px 0;
    overflow: hidden;
  }
  
  .new-product-development-challenges-inner .box {
    padding: 40px;
    margin-bottom: 30px;
    /* box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15); */
    background: #f5f5f5;
    transition: 0.4s;
    height: 100%;
    border-radius: 30px;
  }

  .new-product-development-challenges-inner .box .icon img{
    width: 40px;
  }
  
 .new-product-development-challenges-inner .icon {
    float: left;
    margin-top: -10px;
  }
  
  .new-product-development-challenges-inner .icon i {
    color: #333333;
    font-size: 80px;
    transition: 0.5s;
    line-height: 0;
  }
  
  .new-product-development-challenges-inner .icon i:before {
    background: #151f61;
    /* background: linear-gradient(45deg, #151f61 0%, #FF3F00 100%); */
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .new-product-development-challenges-inner h4 {
    margin-left: 60px;
    /* font-weight: 700; */
    /* margin-bottom: 15px; */
    /* font-size: 18px; */
    color: #151f61;
    font-family: Adrianna Extended, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  
  .new-product-development-challenges-inner h4 a {
    color: #151f61;
    font-family: "Adrianna Extended Rg", sans-serif;
  }
  
  .new-product-development-challenges-inner .box p {
    /* font-size: 14px;
    margin-left: 100px;
    margin-bottom: 0;
    line-height: 24px; */
    color: #000;
/* text-align: justify; */
    font-family: Adrianna, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 30.6px */
    margin-left: 60px;
  }
  
  @media (max-width: 767px) {
    .new-product-development-challenges .new-product-development-challenges-sub-heading ul li{
        color: #151f61;
    /* text-align: justify; */
    font-family: Adrianna, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    }
    .new-product-development-challenges-inner .box {
      margin-bottom: 20px;
    }
  
    .new-product-development-challenges-inner .icon {
      float: none;
      text-align: center;
      padding-bottom: 15px;
    }
  
    .new-product-development-challenges-inner .box h4,
    .new-product-development-challenges-inner .box p {
      margin-left: 0;
      text-align: center;
    }
  }

@media only screen and (min-device-width: 768px) and (max-device-width: 1473px) {
    .new-product-development-challenges-text {
        padding-top: 15%;
    }
    .bad-air-quality-heading {
        font-family: "Adrianna Extended",sans-serif !important;
        font-size: 70px;
        font-weight: 700;
        line-height: 75px;
        margin-bottom: 8px;
        color: #151f61;
        width: 50%;
    }
    .new-product-development-challenges-sub-heading {
        font-family: "Adrianna Extended",sans-serif !important;
        font-size: 22px;
        font-weight: 300;
        line-height: 28px;
        width: 70%;
        margin-bottom: 5px;
        color: rgb(0, 0, 0);
    }
    .new-product-development-challenges-sub-heading ul{
        margin-top: 2em;
    }
    .new-product-development-challenges-sub-heading h1 {
        font-family: "Adrianna Extended",sans-serif !important;
        font-size: 20px;
        font-weight: 300;
        line-height: 28px;
        margin-bottom: 0px;
        color: rgb(0, 0, 0);
    }
    .new-product-development-challenges-sub-heading h1 strong {
        font-weight: bold!important;
    }
}

/* mobile view */

@media (max-width: 500px) {
    .new-product-development-challenges {
        /* background-image: url("../asset/images/mob_home.jpg"); */
        text-align: left;
        color: #fff;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        /* height: 90vh; */
    }
    .new-product-development-challenges-text {
        padding: 5px 0 5px 0;
    }
    .new-product-development-challenges-heading {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 5px;
        width: 100%;
    }
    .new-product-development-challenges-sub-heading {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 5px;
        width: 100%;
    }
    .new-product-development-challenges-sub-heading h1 {
        font-size: 18px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 5px;
        width: 100%;
    }
    .new-product-development-challenges-sub-heading h4 {
        font-family: "Adrianna Extended",sans-serif !important;
        color: #AFAFAF;
        text-align:left;
        font-family: Actor;
        font-size: 14px;
        margin-top: 20px;
        width: 100%;
        font-style: normal;
        font-weight: 300;
        line-height: 150%; /* 24px */
        letter-spacing: 1px;
    }
    .new-product-development-challenges-sub-heading h1 strong {
        font-weight: border!important;
    }
    .new-product-development-challenges-content{
        margin-top: 20px;
        margin-left: auto;
      margin-right: auto;
    }
    
    .new-product-development-challenges-content h2{
        color: #151f61;
        font-family: "Adrianna Extended Rg" ;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%; /* 20px */
    }
    .new-product-development-challenges-content p{
        color: #000;
    }
}

/* CTA Section */
.cta-section {
    /* background: linear-gradient(to right, rgb(39, 70, 133) 0%, rgb(61, 179, 197) 100%); */
    background-color: #F7F9FD;;
    /* color: #fff; */
    margin-top: 127px;
  }
  
  /* .cta-section h2 {
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
  } */
  
  /* @media screen and (max-width: 768px) {
    .cta-section h2 {
      font-size: 2rem;
    }
  } */
  
  .cta-section .btn {
    background: #000000;
    color: #fff;
  }
  
  .cta-section .btn i {
    margin-right: 5px;
    font-size: 24px;
    line-height: 0;
  }

  .cta-section .text-md-end button{
    margin-top: 15px;
    margin-left: 60px;
  }

  .cta-text {
    padding: 20px 0 20px 0;
}
.cta-heading {
    font-family: "Adrianna Extended Rg" !important;
    font-size: 30px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 20px;
    color: #151f61;
}

  @media (max-width: 500px) {
    .team {
        /* background-image: url("../asset/images/mob_home.jpg"); */
        text-align: left;
        color: #fff;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }


.team .team-text p{
    width: 100%;
    color: #000;
}
    .cta-text {
        padding: 0px;
    }
    .cta-heading {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 5px;
        width: 100%;
    }
    .cta-section .text-md-end button{
        margin-top: 0px;
        margin-left: 0px;
      }
 
    
}


/*=====================================================
FOOTER CSS
=====================================================*/

.address-section {
    background-color: #151f61;
    font-family: "Adrianna Extended Rg" !important;    
}

.address-section .devider {
    width: 5em;
    display: block;
    height: 2px;
    background-color: #FF3F00;
    margin: 5px 0 5px 0;
  }

.address-section h5{
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1.68px;
}
.address-section ul li{
    padding: 5px 0px;
}

.address-section .card ul li a{
    font-size: 13px;
    font-family: Adrianna,sans-serif !important;
    font-weight: 400;

}
.address-section ul li a, .address-section ul li{
    text-decoration: none;
    color: #ffffff;
    font-size: 13px;
    letter-spacing: 1.96px;
    font-weight: 400;
}
.address-section ul li a i{
    visibility: hidden;
    font-size: 0px;
    padding-right: 0px;
    transition: 0.5s ease-in-out;
}

.address-section ul li a:hover i{
    visibility: inherit;
    font-size: 10px;
    padding-right: 5px;
}

.page-footer ul li a:hover,
.address-section ul li a:hover{
    color: #FF3F00;
}

.page-footer .fa {
    padding: 13px;
    font-size: 17px;
    width: 43px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
}
.page-footer .fa-instagram{
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
    color: white;
}
.page-footer .fa:hover {
    opacity: 0.7;
}
.page-footer .fa-facebook{
    background: #3B5998;
    color: white;    
}
.page-footer .fa-linkedin {
    background: #007bb5;
    color: white;
  }
.page-footer ul li a{
    color: #151f61;
    font-size: 22px;
}

.logos-flex-cont {
    max-width: 1130px;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}

.logos-flex-item {
    width: 80px;
    height: 80px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.copyright{
    margin-top: 30px;
}

@media screen and (max-width: 970px) {
    .logos-flex-item {
        width: 120px;
        height: 80px;
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
    }
}

@media (max-width: 500px){
    footer{
        padding: ;
    }
    .address-section{
        text-align: center;
    }
    .page-footer{
        text-align: center!important;
        padding: 0px auto!important;
    }

    .page-footer .text-left{
        text-align: center!important;
    }
    .logos-flex-cont{
        margin-top: -70px;
    }
    .copyright{
    margin-top: -20px!important;
    padding-bottom: 60px!important;
    text-align: center!important;
}

.address-section .devider {
    width: 5em;
    display: block;
    height: 2px;
    background-color: #FF3F00;
    margin: 0px auto;
  }
  .footer-nav{
    padding: 20px 0px;
  }
}

