body {
    font-family: 'Oxygen', sans-serif;
    color:#000000;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
}
a, a:hover {
    color:#e26868;
}

h2 {
       font-size: 32px;
    line-height: 44px;
    font-weight:bold;
    color:#e26868;
    font-family: 'Oxygen', sans-serif;
   
}
.green-text {
    color:#158774;
}

.dark-blue-text {
    color:#33475b; 
}

.sub-heading {
    font-family: 'Oxygen', sans-serif;
}

h3 {
    font-size:24px;
    line-height: 32px;
}

h3, h4, h5 {
    color:#e26868;
}
.light-text {
    color:white !important;
}

.innerpage-h2 {
    margin-bottom: 20px;
    color: #e26868;
    font-size: 45px;
    line-height: 60px;
    font-weight: 600;
    margin-top: 20px;
}

.lead-text {
    font-size:18px;
    line-height:30px;
        color: #33475b;
    
}
strong {
    font-weight: 700;
}

.light-text {
    color:white;
}


p {
    font-size: 16px;
    color: #707070;
    line-height: 24px;
    margin-bottom: 15px;
    width: 90%;
}


#preloader {
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #28282E;
    z-index: 99999;
    overflow: hidden;
}

.light-gray-bg {
    background: #f3f3f3;
}





#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/increff-preloader.png);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    text-align: center/* is width and height divided by two */;
}


.box {
    position: fixed;
    overflow: hidden;
    top: 250px;
    left: 7%;
    right: 0;
    bottom: 0;
    transition: all .2s ease;
}

.loader10 {
    position: relative;
    width: 8px;
    height: 8px;
    top: 46%;
    left: 46%;
    border-radius: 12px;
    -webkit-animation: loader10m 1.5s ease-in-out infinite;
    animation: loader10m 1.5s ease-in-out infinite;
}


#bottom-top {
    background:#e26868;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 999;
    width: 60px;
    height: 60px;
    text-align: center;
    padding: 15px 10px;
    display: none;
}

#bottom-top img {
    width: 25px;
}






.section-header {
  position:absolute;
    width: 100%;
    top: 0; 
        z-index: 999;
}

.white-header header.section-header {
    position: relative;
    border-bottom: 1px solid #e0e0e0;
}



header .navbar {
    transition: 0.5s;
    background: transparent;
}


header .navbar .nav-item {
    padding: 22px 5px;
    margin: 0 .25rem;
}

.home-page .navbar-brand img {
    
    filter: brightness(0) invert(1);
}

.navbar-brand img {
    width: 130px;
    
}






.home-page header .navbar-nav .nav-link {
    color:white;
}



header .navbar-nav .nav-link {
   display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding: 10px 16px;
    -webkit-transition: color 200ms cubic-bezier(.175, .885, .32, 1.275), -webkit-transform 200ms cubic-bezier(.175, .885, .32, 1.275);
    transition: color 200ms cubic-bezier(.175, .885, .32, 1.275), -webkit-transform 200ms cubic-bezier(.175, .885, .32, 1.275);
    transition: color 200ms cubic-bezier(.175, .885, .32, 1.275), transform 200ms cubic-bezier(.175, .885, .32, 1.275);
    transition: color 200ms cubic-bezier(.175, .885, .32, 1.275), transform 200ms cubic-bezier(.175, .885, .32, 1.275), -webkit-transform 200ms cubic-bezier(.175, .885, .32, 1.275);
    color:#0c3e5e;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
        font-size: 15px;
    text-transform:capitalize;
}

.inner-page header .navbar-nav .nav-link {
    color:#0c3e5e;
}

header .navbar-nav .nav-link:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    color:#e26868 !important;
    text-decoration: none;
}

header .navbar-nav .nav-link.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 6px solid;
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-left: 5px solid transparent;
    top: 2px;
    position: relative;

}

header.fixed-menu .navbar-nav .nav-link:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    color:#ae2712 !important;
    text-decoration: none;
}




header .navbar .dropdown-menu {
  border:none;
  /*background-color:white;*/
    top: 76px;
    border-radius: 0;
    border:0;
        padding: 0;
}

/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {
  
  /* remove the padding from the navbar so the dropdown hover state is not broken */
header .navbar {
      padding-top:0px;
    padding-bottom:0px;
}

/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */


/* makes the dropdown full width  */
header .navbar .dropdown {position:static;}

header .navbar .dropdown-menu {

  margin-right: 2rem;
  display:block;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;

}

 

  
  /* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
  display:block;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s linear;
}

  .navbar .dropdown-menu {
    border: 1px solid rgba(0,0,0,.15);
    background-color: #fff;
  }

}


.main-menu-category {
    padding:0 90px;
        margin: auto;
}

.dropdown-menu h5 {
    font-size: 15px;
    color: #17494D;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 0;
}

.dropdown-menu .dropdown-menu-text h3 {
       font-size: 19px;
    color: #0c3e5e;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 36px;
    position: relative;
    letter-spacing: 1px;

}


.dropdown-menu .dropdown-menu-text p {
           font-size: 16px;
    line-height: 24px;
    color: #0c3e5e;
    margin-top: 15px;
    margin-bottom: 10px;
}

.dropdown-menu .dropdown-menu-text a {
          font-size: 16px;
    color: #0c3e5e;
    font-weight: 500;
    /*text-decoration: underline;*/
    margin-top: 49px;
    display: block;
}

.dropdown-menu .dropdown-menu-text a img {
    margin-left: 10px;
}


.dropdown-col {
    background:#ececece6;
    cursor: pointer;
    padding:48px 25px 30px;
}
.dropdown-col>a {
    
    cursor: pointer;
    text-decoration:none;
}


.dropdown-menu-li {
    padding:0;
    margin:20px 0 15px;
}

.dropdown-menu-li li {
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
}

.dropdown-menu-li li a {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-decoration: none;
}

.dropdown-menu-li li a img {
    margin-right: 8px;
}

.mega-menu-col {
    position: relative;
    
    height: 100%;

}

.mega-menu-col a {
    position: absolute;
    left:0;
    bottom:0;
}



button.header-button {
    position: relative;
    z-index: auto;
    padding: 10px 24px;
    border: 0px solid white;
    border-radius:5px;
    background:#e26868;
    -webkit-transition: border 200ms cubic-bezier(.175, .885, .32, 1.275), color 200ms cubic-bezier(.175, .885, .32, 1.275), -webkit-transform 200ms cubic-bezier(.175, .885, .32, 1.275);
    transition: border 200ms cubic-bezier(.175, .885, .32, 1.275), color 200ms cubic-bezier(.175, .885, .32, 1.275), -webkit-transform 200ms cubic-bezier(.175, .885, .32, 1.275);
    transition: border 200ms cubic-bezier(.175, .885, .32, 1.275), color 200ms cubic-bezier(.175, .885, .32, 1.275), transform 200ms cubic-bezier(.175, .885, .32, 1.275);
    transition: border 200ms cubic-bezier(.175, .885, .32, 1.275), color 200ms cubic-bezier(.175, .885, .32, 1.275), transform 200ms cubic-bezier(.175, .885, .32, 1.275), -webkit-transform 200ms cubic-bezier(.175, .885, .32, 1.275);
    color: white;
    font-weight: 400;
    white-space: nowrap;
    cursor: auto;
        margin: 18px 0 18px 10px;
        font-size: 15px;
    cursor: pointer;
    font-weight: 600;
        line-height: 22px;
}
button.header-button:focus {
    outline:0;
}

button.header-button:hover {
    border-color: hsla(0, 0%, 100%, 0.1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
   
    /*text-decoration:underline;*/
    
}

.red-bg-btn {
    background: #e26868;
}

.red-border-btn {
  border:2px solid #e26868;  
    background:white !important;
    color:#e26868 !important;
}

button.case-studt-btn {
       color: white;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    border-radius: 5px;
    transition: 0.5s;
    font-weight: 600;
    background: #e26868;
    line-height: 22px;
}

button.case-studt-btn:focus {
    outline: 0;
}
button.case-studt-btn:hover {
    opacity: 0.8;
}

button.case-studt-btn img {
    margin-left: 10px;
}


.blue-btn {
    background: #155BB7;
}

.red-dark-btn {
    background:#d62828;
}

.green-dark-btn {
    background:#158774;
}



/************************** fixed header ********************************/

.section-header.fixed-menu {
    position: fixed;
    width: 100%;
    top: 0;
        z-index: 999;
    background: white;
    border-bottom: 1px solid #dedede;
}


.section-header.fixed-menu .navbar-brand img {
  filter:none;
}



.section-header.fixed-menu .navbar-nav .nav-link {
    color:#0c3e5e;
        opacity: 1;
}






.section-header.fixed-menu .navbar-toggler span {
    background:#4d4f5c;
}





/*****************************fixed header *****************************/











.skyblue-bg {
    background:linear-gradient(135deg, rgba(70, 195, 175, 1), rgba(21, 135, 116, 1));
}

.blue-bg {
    background:linear-gradient(135deg, rgba(63, 130, 217, 1), rgba(21, 91, 183, 1));
}

.red-bg {
    background:linear-gradient(135deg, rgba(242, 85, 85, 1), rgba(255, 101, 101, 1));
}

.mh-bg {
   background: linear-gradient(135deg, rgba(211, 85, 132, 1), rgba(165, 56, 96, 1)); 
}


.skyblue-bg .dropdown-menu-text h3, .blue-bg .dropdown-menu-text h3, .red-bg .dropdown-menu-text h3, .mh-bg .dropdown-menu-text h3 {
    color: white;
}


.skyblue-bg .dropdown-menu-text p, .skyblue-bg .dropdown-menu-text a, .blue-bg .dropdown-menu-text p, .blue-bg .dropdown-menu-text a, .red-bg .dropdown-menu-text p, .red-bg .dropdown-menu-text a, .mh-bg .dropdown-menu-text p, .mh-bg .dropdown-menu-text a {
    color: white;
}

.dropdown-col.blue-bg:hover {
    background:#0c3e5e;
}

.dropdown-col.skyblue-bg:hover {
    background:#0c5e50;
}

.dropdown-col.red-bg:hover {
    background:#D62828;
}

.dropdown-col.wht-bg:hover {
    background:#ececece6;
}

.dropdown-col.mh-bg:hover {
    background:#A53860;
}




.slider-template-mask h3  {
    color: white;
}

.slider-template-mask .eyebrow {
         display: block;
    width: 100%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    color: #fdfbf8;
    font-size: 14px;
    line-height: 150%;
    text-transform: uppercase;
} 

.slider-template-mask h3 {
      margin-top: 20px;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-family: 'Oxygen', sans-serif;
}

.slider-template-mask h2 {
        position: relative;
    z-index: 1;
    margin-top: 0px;
    margin-bottom: 24px;
    font-size: 48px;
    line-height: 110%;
    font-weight: 500;
    
}
.heading-light {
   color:#F9DBBD; 
}

.button-light {
    position: relative;
    z-index: auto;
    display: inline-block;
     border: 2px solid #fdfbf8;
    border-radius:5px;
    background-color: transparent;
    -webkit-transition: border 200ms cubic-bezier(.175, .885, .32, 1.275), color 200ms cubic-bezier(.175, .885, .32, 1.275), -webkit-transform 200ms cubic-bezier(.175, .885, .32, 1.275);
    transition: border 200ms cubic-bezier(.175, .885, .32, 1.275), color 200ms cubic-bezier(.175, .885, .32, 1.275), -webkit-transform 200ms cubic-bezier(.175, .885, .32, 1.275);
    transition: border 200ms cubic-bezier(.175, .885, .32, 1.275), color 200ms cubic-bezier(.175, .885, .32, 1.275), transform 200ms cubic-bezier(.175, .885, .32, 1.275);
    transition: border 200ms cubic-bezier(.175, .885, .32, 1.275), color 200ms cubic-bezier(.175, .885, .32, 1.275), transform 200ms cubic-bezier(.175, .885, .32, 1.275), -webkit-transform 200ms cubic-bezier(.175, .885, .32, 1.275);
    color: #fdfbf8;
        font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    cursor:pointer;
        padding:10px 24px;
}
.button-light:hover {
    border-color: hsla(0, 0%, 100%, 0.1);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    color: #fadeac;
    text-decoration: none;

}

.slider-template-copy {
    padding-left: 48px;
}

.banner-img {
        padding-top: 20px;
   width: 25%;
    max-width: 25%;
}

.slider-template-copy {
    padding-left: 48px;
    width: 75%;
    max-width: 75%;
}



/*************************************** hero-section-end*************************/





.down-arrow {
    margin-top: -24px;
    position: absolute;
    z-index: 99;
    width: 100%;
    text-align: center;
    top: auto;
    bottom: 45px;
    left: 0;
}



/******************************* Twitter Stats-section-start***********************/


#twitter-stats-section {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
   
}

#twitter-stats-section:before {
    height:294px;
    width:100%;
    background:#f5f8fa;
    position: absolute;
    left:0;
    bottom:0;
    content:"";
}

.twitter-stats-bg {
    background:#e26868;
}


.twitter-post {
    padding: 20px 15px;
        background: white;
        border: 1px solid #e6e6e6;
}

#twitter-stats-section .twitter-stast {
    margin-bottom:40px;
}


#twitter-stats-section .twitter-stast h2 {
    
    
    margin-bottom: 26px;
       color: #e26868;
}

#twitter-stats-section .twitter-stast p {
    color:#707070;
   
    line-height: 1.8;
    padding:0 15%;
}

#twitter-stats-section .twitter-stast p strong {
    color:#e26868;
    font-weight: bold !important;
    
}



.stats-col h5 {
    color: white;
    font-size: 32px;
    font-weight: 700;
    
}

.stats-col h5 strong {
    font-size: 45px;
    line-height: 0;
    position: relative;
    top: 9px;
}

.stats-col p {
    color: white;
    margin-bottom: 4px;
}

.stats-col {
    padding: 30px 0;
}


.twitter-icon-col i {
    color: #00ACED;
    font-size: 80px;
}

.twitter-icon-col {
    display: flex;
    justify-content: center;
    align-items: center;
}


.twitter-post-col {
    color:#707070;
    font-size:14px;
    letter-spacing: 1.2px;
    line-height: 1.8;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.tweeticn {
    color: #00ACED;
}






/***************************** inventory section style *********************/


#inventory-section-style {
         background:#f5f8fa;
    padding-top: 70px;
    padding-bottom:120px;
        background-repeat: no-repeat;
    background-position: top right;
}

.inventory-header h2 {
    margin-bottom: 20px;
    padding:0 16%;
        
    
}
#inventory-section-style .owl-nav {
    top: 40%;
}



#inventory-section-style div#slide-active {
       text-align: center;
   
    width: 700px;
    margin:20px auto 15px;
    border-bottom: 2px solid #86d0c3;
}

#inventory-section-style .slidnav {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
        position: relative;
        padding-bottom: 36px;
    transition: 0.5s;
}

#inventory-section-style .slidnav.active:after, #inventory-section-style .slidnav:hover:after {
    width:100%;
    height:5px;
    background:#158774;
    content:"";
    position: absolute;
    bottom: -1px;
    left:0;
    transition: 0.5s;
}






#inventory-section-style .owl-prev {
    bottom: -330px;
}

#inventory-section-style .owl-next {
    bottom: -330px;
}





  /* #slide-active a{ margin: -2px;} */
  #inventory-section-style .slidnav span {
        width: 50px;
    height: 50px;
    background: white;
    border-radius: 100%;
    margin: 0 15px;
    font-size: 24px;
    line-height: 53px;
    display: inline-block;
    color: #0c3e5e;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
    text-decoration: none;
  }
  
  /* Style the active class, and buttons on mouse-over */
  #inventory-section-style .slidnav.active span, #inventory-section-style .slidnav:hover span {
          background:#158774;
    color: white;
      
  }

#inventory-section-style div#slide-active ul {
    padding: 0;
    display: block;
    margin: 0;
}

#inventory-section-style div#slide-active ul li {
    display: inline-block;
    list-style: none;
        width: 32.90%;
}



.case-studt-text h4 {
       font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-right: 0;
    color:#158774;
}

.case-studt-text p {
    color: #7E7E7E;
        padding-right: 5%;
}

.case-studt-img img {
    margin: auto;
    width:75%;
    max-width: 75%;
    
}
.case-studt-img.inventory-img-card img {
   max-width:100%;
    width:100%;
   
}


.case-studt-text ul.card-numeric-box {
    margin: 0;
    display:flex;
    padding: 0;
}


.case-studt-text ul.card-numeric-box li {
    display: inline-block;
    list-style: none;
    width: 42%;
    padding-right: 15px;
    margin-right: 25px;
    border-right: 1px solid #f2f2f2;
}

.case-studt-text ul.card-numeric-box li:last-child {
    border:0;
    padding-right:0;
    margin-right:0;
}

.case-studt-text ul.card-numeric-box li h2 {
    font-weight: bold;
}

.blue-text-color {
    color:#155BB7;
}

.orange-text-color {
    color:#158774;
}

.skyblue-text-color {
    color:#d62828;
}







.owl-nav {
      text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    left: auto;
    width: 100%;
    bottom: 55%;
    right: 0;
}

.owl-prev {
    position: absolute;
      left:auto;
  top: auto;
    right: 82px;
       bottom: -260px;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    margin-right: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #158774;
    border-radius: 48px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: border-color 200ms cubic-bezier(.165, .84, .44, 1), -webkit-transform 200ms cubic-bezier(.165, .84, .44, 1);
    transition: border-color 200ms cubic-bezier(.165, .84, .44, 1), -webkit-transform 200ms cubic-bezier(.165, .84, .44, 1);
    transition: border-color 200ms cubic-bezier(.165, .84, .44, 1), transform 200ms cubic-bezier(.165, .84, .44, 1);
    transition: border-color 200ms cubic-bezier(.165, .84, .44, 1), transform 200ms cubic-bezier(.165, .84, .44, 1), -webkit-transform 200ms cubic-bezier(.165, .84, .44, 1);
    background: url("../images/owl-arrow.svg");
    background-repeat: no-repeat;
    font-size: 0;
    line-height: 0;
    background-position: center;
    background-size: 26px;
}

.owl-next {
    position: absolute;
       left: auto;
    right: 8px;
    top: auto;
    bottom: -260px;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    margin-left: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #158774;
    border-radius: 48px;
    -webkit-transition: border-color 200ms cubic-bezier(.165, .84, .44, 1), -webkit-transform 200ms cubic-bezier(.165, .84, .44, 1);
    transition: border-color 200ms cubic-bezier(.165, .84, .44, 1), -webkit-transform 200ms cubic-bezier(.165, .84, .44, 1);
    transition: border-color 200ms cubic-bezier(.165, .84, .44, 1), transform 200ms cubic-bezier(.165, .84, .44, 1);
    transition: border-color 200ms cubic-bezier(.165, .84, .44, 1), transform 200ms cubic-bezier(.165, .84, .44, 1), -webkit-transform 200ms cubic-bezier(.165, .84, .44, 1);
    background: url("../images/owl-arrow.svg");
    background-repeat: no-repeat;
    font-size: 0;
    line-height: 0;
    background-position: center;
    background-size: 26px;
}



.owl-next:hover {
    border-color: rgba(21, 135, 116, 0.5);
    opacity: 1;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.owl-prev:hover {
     border-color: rgba(21, 135, 116, 0.5);
        opacity: 1;
    -webkit-transform: scale(1.2) rotate(180deg);
    -ms-transform: scale(1.2) rotate(180deg);
    transform: scale(1.2) rotate(180deg);
}








#inventory-section-style .owl-carousel .owl-stage-outer .owl-item {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    margin: 20px 0;
        opacity: 0.5;
       
}

#inventory-section-style .owl-carousel .owl-stage-outer .owl-item.center {
    opacity: 1;
}

#inventory-section-style button.case-studt-btn {
    margin-top: 0;
}



.add-margin {
        margin-top:25px !important;
}


.revenue-card, .wallet-card, .inventory-card {
    position:relative;
}

.revenue-card:before {
       width: 350px;
    height: 350px;
    background: #C5F3EC;
    content: "";
    position: absolute;
    top: -110px;
    right: -95px;
    border-radius: 100%;
}

.wallet-card:before {
    width: 425px;
    height: 425px;
    background: #ffe2e2;
    content: "";
    position: absolute;
    bottom: -254px;
    left: -35px;
    border-radius: 100%;
}

.inventory-card:before {
    width: 425px;
    height: 425px;
    background:#e7eef8;
    content: "";
    position: absolute;
   top: -254px;
    left: -35px;
    border-radius: 100%;
}


#inventory-section-style .owl-item {
    overflow:hidden;
}


/***************************** our solutions section ***************/


#our-solutions {
    padding:70px 0;
}

.our-solutions-heading p.lead-text {
   
    margin-top: 30px;
    margin-bottom:30px;
}

#our-solutions .soluitons-card .solution-card-text {
    display: inline-block;
    width: 70%;
}

#our-solutions .soluitons-card .solution-card-icon {
    width:112px;
    display: inline-block;
        float: right;
}

#our-solutions .soluitons-card img {
    width:95px;
    display: inline-block;
}

#our-solutions .soluitons-card {
        text-align: left;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    background-color: #ffffff;
    border-radius: 5px;
    border: 2px solid #ffffff;
    padding: 35px;
    margin-bottom: 35px;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-box-shadow: 0 5px 30px #ecf1f6, 0 5px 15px #ecf1f6;
    box-shadow: 0 5px 30px #ecf1f6, 0 5px 15px #ecf1f6;
    
}


.soluitons-card {
    position: relative;
    -webkit-transition: color 200ms cubic-bezier(.175, .885, .32, 1.275), -webkit-transform 200ms cubic-bezier(.175, .885, .32, 1.275);
    transition: color 200ms cubic-bezier(.175, .885, .32, 1.275), -webkit-transform 200ms cubic-bezier(.175, .885, .32, 1.275);
    transition: color 200ms cubic-bezier(.175, .885, .32, 1.275), transform 200ms cubic-bezier(.175, .885, .32, 1.275);
    transition: color 200ms cubic-bezier(.175, .885, .32, 1.275), transform 200ms cubic-bezier(.175, .885, .32, 1.275), -webkit-transform 200ms cubic-bezier(.175, .885, .32, 1.275);
}

/*
.soluitons-card:hover {
   
         
    
    
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
*/


.soluitons-card h5 {
    margin-top:0px;
    font-size: 28px;
    margin-bottom: 15px;
    color: #67568c;
    font-weight: 400;
}

.soluitons-card p {
        font-size: 22px;
    color: #707070;
    margin-bottom: 28px;
    min-height: 90px;
    line-height: 30px;
}


.sales-channels-cion {
    margin-left:-40px;
    margin-top:-45px;
    width:200px;
}

.large-scale-icon {
    margin-left: -50px;
    margin-top: -45px;
    width: 230px;
}



/***************************** why choose us section ***************/

#why-choose-us-section {
   padding:70px 0 30px;
    background:linear-gradient(135deg, rgb(35 183 158), rgb(21 135 116 / 1));
}


/********************************* clients logo section ********************************/


#our-clients-section {
    padding:70px 0 95px;
}

.clients-logo-card {
    
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background-color: #ffffff;
    border-radius: 5px;
    border: 2px solid #ffffff;
    padding: 15px;
    margin-bottom:5px;
    
    -webkit-box-shadow: 0 5px 30px #ecf1f6, 0 5px 15px #ecf1f6;
    box-shadow: 0 5px 30px #ecf1f6, 0 5px 15px #ecf1f6;
        height: 140px;
    text-align: center;
        position: relative;
    overflow: hidden;
    cursor: pointer;
        display: flex;
    justify-content: center;
    align-items: center;
}

.clients-logo-card:hover .logo-card-content {
    opacity: 1;
}


.clients-logo-card .logo-card-content {
    position: absolute;
    top: 0;
    background: white;
    opacity: 0;
     -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.clients-logo-card .logo-card-content h4 {
    font-size: 24px;
    color: #645389;
    font-weight: 600;
}

.clients-logo-card .logo-card-content a img {
    width: 18px;
    margin-right: 7px;
        display: inline-block;

}

.clients-logo-card .logo-card-content a {
    display: block;
    font-size: 15px;
    font-weight: 600;
        text-align: center;
    color: #645389;
        margin-bottom: 6px;
    text-decoration:none;
        width: 100%;
}

.clients-logo-card .logo-card-content {
    position: absolute;
    top: 0;
    background:rgba(255, 255, 255, 1);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    left: 0;
}



.logo-cnt-icon {
    position: absolute;
    right: 10px;
    top: 5px;
    display: flex;
}

.logo-cnt-icon a {
    margin-left: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-cnt-icon a img {
    width: 20px;
}

.slick-prev {
        position: absolute;
        left:auto;
  top: auto;
    right:64px;
       bottom: -70px;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    margin-right: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #158774;
    border-radius: 48px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: border-color 200ms cubic-bezier(.165, .84, .44, 1), -webkit-transform 200ms cubic-bezier(.165, .84, .44, 1);
    transition: border-color 200ms cubic-bezier(.165, .84, .44, 1), -webkit-transform 200ms cubic-bezier(.165, .84, .44, 1);
    transition: border-color 200ms cubic-bezier(.165, .84, .44, 1), transform 200ms cubic-bezier(.165, .84, .44, 1);
    transition: border-color 200ms cubic-bezier(.165, .84, .44, 1), transform 200ms cubic-bezier(.165, .84, .44, 1), -webkit-transform 200ms cubic-bezier(.165, .84, .44, 1);
    background: url(../images/owl-arrow.svg);
    background-repeat: no-repeat;
    font-size: 0;
    line-height: 0;
    background-position: center;
    background-size: 26px;
}

.slick-next {
    position: absolute;
    left: auto;
    right: 0px;
   top: auto;
    bottom: -70px;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    margin-left: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #158774;
    border-radius: 48px;
    -webkit-transition: border-color 200ms cubic-bezier(.165, .84, .44, 1), -webkit-transform 200ms cubic-bezier(.165, .84, .44, 1);
    transition: border-color 200ms cubic-bezier(.165, .84, .44, 1), -webkit-transform 200ms cubic-bezier(.165, .84, .44, 1);
    transition: border-color 200ms cubic-bezier(.165, .84, .44, 1), transform 200ms cubic-bezier(.165, .84, .44, 1);
    transition: border-color 200ms cubic-bezier(.165, .84, .44, 1), transform 200ms cubic-bezier(.165, .84, .44, 1), -webkit-transform 200ms cubic-bezier(.165, .84, .44, 1);
    background: url(../images/owl-arrow.svg);
    background-repeat: no-repeat;
    font-size: 0;
    line-height: 0;
    background-position: center;
    background-size: 26px;
}

.slick-next:focus, .slick-prev:focus {
    outline: 0;
}
.slick-prev:hover {
    border-color: rgba(21, 135, 116, 0.5);
    opacity: 1;
    -webkit-transform: scale(1.2) rotate(180deg);
    -ms-transform: scale(1.2) rotate(180deg);
    transform: scale(1.2) rotate(180deg);
}
.slick-next:hover {
        border-color: rgba(21, 135, 116, 0.5);
    opacity: 1;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}






#our-clients-section ul.slick-dots {
    padding: 0;
    margin: 0 0;
        text-align: center;
}

#our-clients-section ul.slick-dots li {
    display: inline-block;
    list-style: none;
    margin: 0 3px;
}

#our-clients-section ul.slick-dots li button {
    background:#2D92D1;
    border-radius: 100%;
    width: 10px;
    height: 12px;
    text-indent: -500px;
    line-height: 0;
    font-size: 0;
}

#our-clients-section ul.slick-dots li button:focus {
    outline: 0;
}

#our-clients-section ul.slick-dots li.slick-active button {
    background:#155BB7;
} 



#testimonials-section .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background: #2D92D1;
    display: inline-block;
    margin: 0 3px;
    border-radius: 100%;
}
#testimonials-section .owl-dots .owl-dot.active {
    background:#155BB7;
}

#testimonials-section .owl-dots {
    text-align: center;
        margin-top: 25px;
}



/********************************** testimonials section *********************************/



#testimonials-section {
        padding: 70px 0 120px;
    background:#f5f8fa;
}


#testimonials-section .item {
    background: #fff;
    box-shadow: 0 4.2rem 3.125rem -4.6875rem rgba(0,0,0,0.15);
    padding: 40px 60px 40px 60px;
    min-height: 370px;
}

#testimonials-section .item p.minh5 {
    min-height: 130px;
}

#testimonials-section .item img.img-circle.img-responsive {
    border-radius: 100%;
    filter: grayscale(1);
}

#testimonials-section .fnt18 img {
    width: 125px !important;
}

#testimonials-section .owl-item {
        opacity: 0.5;
}

#testimonials-section .owl-item.center {
        opacity:1;
}


/*************************** spotlight section ******************************************/




#increff-limelight-section {
        padding: 70px 0 95px;
    
}

.limelight-col {
    padding:0 15px;
        margin-bottom: 40px;
}


.limelight-col iframe {
    width: 100%;
    min-height: 205px;
    height: auto;
}


#increff-limelight-section .nav-tabs {
    text-align: center;
    display: flex;
    justify-content: center;
        border: 0;
    margin-bottom: 20px;
}

#increff-limelight-section .nav-tabs li.nav-item a {
      
    border-radius: 5px;
    margin: 0 5px;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 24px;
    transition: 0.5s;
    border: 2px solid #e26868;
    background: white;
    color: #e26868;
}


#increff-limelight-section .nav-tabs li.nav-item a:hover {
    color: white;
    background: #e26868;
}

#increff-limelight-section .nav-tabs li.nav-item a.active {
    background: #e26868;
    color:#fff !important;
}


@media (min-width:1025px) {
    .press-slider figure {
      
        display: inline-block !important;
        float: left;
    }


}

.carousel-multi-item .controls-top {
        display: flex;
    justify-content: flex-end;
        
}
.carousel-multi-item .controls-top a img {
    width:30px;
}

.carousel-multi-item .controls-top a {
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #158774;
    border-radius: 48px;
   
    -webkit-transition: border-color 200ms cubic-bezier(.165, .84, .44, 1), -webkit-transform 200ms cubic-bezier(.165, .84, .44, 1);
    transition: border-color 200ms cubic-bezier(.165, .84, .44, 1), -webkit-transform 200ms cubic-bezier(.165, .84, .44, 1);
    transition: border-color 200ms cubic-bezier(.165, .84, .44, 1), transform 200ms cubic-bezier(.165, .84, .44, 1);
    transition: border-color 200ms cubic-bezier(.165, .84, .44, 1), transform 200ms cubic-bezier(.165, .84, .44, 1), -webkit-transform 200ms cubic-bezier(.165, .84, .44, 1);
   
}

.carousel-multi-item .controls-top a:hover {
        border-color: rgba(21, 135, 116, 0.5);
    opacity: 1;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.carousel-multi-item .controls-top a[data-slide="prev"] {
    position: relative;
    right: 20px;
}


.limelight-press-txt span {
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
}

.limelight-press-txt {
    padding-top: 15px;
}

.limelight-press-txt h4 {
    font-size: 22px;
}

.limelight-press-txt p {
    font-size: 13px;
}
.limelight-press-txt p strong {
    display: block;
}

.limelight-press-txt a {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
}



/****************************************** footer style **************************************/


.lets-word-together {
    background: #ae2712;
    padding: 40px 0 30px 0;
    text-align: center;
}

.lets-word-together  a {
    color:white;
    font-size:16px;
    text-decoration: none;
}


.main-footer {
    background:linear-gradient(135deg, rgb(255 99 74), rgba(174, 39, 18, 1));
    padding:55px 0;
    color: #fff;
}


.main-footer p {
    font-size:14px;
    line-height:20px;
    color:#fff;
}

.footer-brand p {
    margin-top:15px;
}


.footer-cnt-col h3 {
        color: #fff;
    font-weight: 400;
        font-size: 16px;
    margin-bottom: 10px;
        text-transform: uppercase;
}


.footer-cnt-col h3 img {
    margin: 0 10px 0px 0;
}

.footer-nav {
    margin-left: 30px;
    padding: 0;
        margin-top: 0;
    margin-bottom: 10px;
}


.footer-nav li {
        display: block;
    list-style: none;
}

.footer-nav li a {
        color: #fff;
    font-size: 15px;
        line-height: 1.8;
    font-weight: normal;
        letter-spacing: 1.2px;
    text-decoration: none;
}

.footer-cnt-col {
    margin:35px 0;
}

.footer-cnt-col p {
     color: #fff;
    font-size: 15px;
     line-height: 1.8;
    font-weight: normal;
        letter-spacing: 1.2px;
        margin-left: 30px;
}

.footer-media {
        margin-left: 30px;
        list-style: none;
        padding-left: 0;
        margin-top: 0;
    margin-bottom: 10px;
}

.footer-media li {
        padding-right: 15px;
    font-size: 20px;
        padding-left: 5px;
        display: inline-block;
}

.footer-media li a {
        color: #fff;
    font-size: 15px;
    
    text-decoration: none;

}

.footer-cnt-col h3 i {
    font-size: 20px;
    margin-right: 13px;
}

.footer-brand {
        display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    border-right: 1px solid;
    border-color: rgba(255, 255, 255, 0.2);
}

.footer-form form input {
       height: 41px;
    border-radius: 3px;
    padding:5px;
    margin-bottom: 8px;
    border: 1px solid #bb311b;
    color: #0c3e5e;
    width: 100%;
    outline: 0;
    font-size:14px;
}
.footer-form form input:focus, .footer-form form textarea:focus, .submit-btn:focus {
    outline: 0;
} 

.footer-form form textarea {
       height:70px;
    border-radius: 3px;
    padding:5px;
    margin-bottom: 8px;
    border: 1px solid #bb311b;
    color: #0c3e5e;
    width: 100%;
    outline: 0;
    font-size:14px;
}


.footer-form button.submit-btn {
        border: 2px solid #fdfbf8;
    border-radius: 5px;
        background-color: transparent;
        color: #fdfbf8;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    cursor: pointer;
    padding: 10px 24px;
}





/************************** IRIS Page start **********************/


.innerpages-reviews .slider-template-content-block-h ul {
    padding: 0;
    margin: 0 0;
}

.innerpages-reviews .slider-template-content-block-h ul li {
    display: inline-block;
    margin-right: 3px;
    list-style: none;
}

.innerpages-reviews .slider-template-content-block-h ul li i {
    color:#f7af65;
    font-size:28px;
}

.innerpages-reviews .slider-template-content-block-h h3 {
   
        margin-bottom:20px;
    font-size: 16px;
}

.innerpages-reviews .slider-template-content-block-h h2.heading-light {
       font-size: 24px;
    line-height: 32px;
    font-family: 'Oxygen', sans-serif;
    font-weight: bold;
    margin-top: 15px;
}

.innerpages-reviews .slider-template-copy {
    padding-left: 48px;
    width: 100%;
    max-width: 100%;
}

.innerpages-reviews.section.section-why-fasting-experts {
        background: linear-gradient(135deg, rgba(63, 130, 217, 1), rgba(21, 91, 183, 1));    
}

.innerpages-reviews .slider-template-content-block-h sapn {
        font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 500;
}


.innerpages-reviews .slider-template-slide [aria-hidden="true"] {
    opacity: 0.7 !important;
}




/********************* IRIS Science Section ****************/

#iris-science-section {
          padding-top: 135px;
    padding-bottom: 75px;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-end;
    background:#f5f8fa;
    position: relative;
    overflow: hidden;
}

#iris-science-section .down-arrow {
    margin-top:20px !important;
    position: absolute;
    bottom: 10px;
    width: 100%;
    z-index: 9;
    top: auto;
    left: 0;
}

.s-pd-l {
   padding-left: 100px;
}
.s-pd-r {
   padding-right: 100px;
}

.s-pd-l-100 {
   padding-left: 100px;
}
.s-pd-r-100 {
   padding-right: 100px;
}

#iris-science-section .iris-science-content h2 {
   margin-bottom: 20px; 
}

#iris-science-section .iris-science-content p {
           text-align: justify;
    padding-right: 12%;
}

#iris-science-section .button-section {
           margin: 28px 0 0px;
    display: flex;
    flex-wrap: wrap;
}

#iris-science-section .button-section button.case-studt-btn {
    margin-right: 25px;
}

.iris-science-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-bottom: 50px;
    flex-wrap: wrap;
}

.iris-science-content h5 img {
    width: 40px;
    margin-right: 10px;
    display: inline-block;
    float: left;
}

.iris-science-content h5 {
    margin-bottom: 30px;
        display: flex;
    flex-direction: row;
    align-items: center;
        font-size: 22px;
}


/**************** cloud warehouse hero image ********************/





/************************** IRIS Imapct Section ********************/


#iris-impact-section {
    background:linear-gradient(63deg, rgb(35 183 158), rgb(21 135 116 / 1));
    padding:70px 0 70px;
}

.iris-impact-cnt {
    text-align: center;
    padding:35px 15px;
}

.the-impact-heading{
    margin-bottom: 70px;
}

.the-impact-heading h2 {
    margin-bottom:30px;
}

.the-impact-heading p {
    padding: 0 14%;
}

.iris-impact-cnt h3 {
    font-size:50px;
    font-weight: bold;
    color: white;
        margin-top: 35px;
    
}

.iris-impact-cnt p {
    font-size:18px;
    line-height:24px;
    color:white;
}


.iris-impact-cnt.impact-1 {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.iris-impact-cnt.impact-2 {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.iris-impact-cnt.impact-3 {
    
    border-bottom: 1px solid #fff;
}

.iris-impact-cnt.impact-4 {
    border-right: 1px solid #fff;
}

.iris-impact-cnt.impact-5 {
    border-right: 1px solid #fff;
}







.iris-impact-cnt.border-right {
    border-right: 1px solid #fff;
}

.iris-impact-cnt.border-bottom {
    border-bottom: 1px solid #fff;
}



/*************** iris module section *****************/


#iris-module-section {
   padding-top: 70px;
    padding-bottom:70px;
    background: #f5f8fa;
}

.iris-module-section-heading{
    margin-bottom: 70px;
}

.iris-module-section-heading h2 {
    margin-bottom:30px;
}

.iris-module-section-heading p {
    padding: 0 14%;
}



.iris-module-content h3 {
    margin-bottom: 20px;
    display: block;
        
}



#iris-module-section .iris-x-card {
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background-color: #ffffff;
    border-radius: 5px;
    border: 2px solid #ffffff;
    padding:2rem 4.5rem 5.3rem;
    -webkit-box-shadow: 0 5px 30px #ecf1f6, 0 5px 15px #ecf1f6;
    box-shadow: 0 5px 30px #ecf1f6, 0 5px 15px #ecf1f6;
    text-align: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-align: left;
    display: flex;
    flex-direction: column;
    height: 100%;
    
    
        -webkit-transition: color 200ms cubic-bezier(.175, .885, .32, 1.275), -webkit-transform 200ms cubic-bezier(.175, .885, .32, 1.275);
    transition: color 200ms cubic-bezier(.175, .885, .32, 1.275), -webkit-transform 200ms cubic-bezier(.175, .885, .32, 1.275);
    transition: color 200ms cubic-bezier(.175, .885, .32, 1.275), transform 200ms cubic-bezier(.175, .885, .32, 1.275);
    transition: color 200ms cubic-bezier(.175, .885, .32, 1.275), transform 200ms cubic-bezier(.175, .885, .32, 1.275), -webkit-transform 200ms cubic-bezier(.175, .885, .32, 1.275);
    
        position: relative;
    
}

#iris-module-section .iris-x-card:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


#iris-module-section .iris-x-card.iris-x-card-2{
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background-color:transparent;
    border-radius:0;
    border:0;
    padding:0;
    -webkit-box-shadow:none;
    box-shadow:none;
    text-align: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-align: left;
    display: flex;
    flex-direction: column;
    height: 100%;
      
}
#iris-module-section .iris-x-card-2:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.iris-x-card h3 img {
    width: 35px;
    margin-right: 10px;
        position: absolute;
    top: 0;
    left: 0;
}

.iris-x-card h3 {
     font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
        padding-left: 50px;
    
}

.iris-x-card ul {
        padding: 0;
    margin:30px 0;
    display: block;
}

.iris-x-card ul li {
        display: block;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 22px;
    position: relative;
    padding-left: 26px;
        color: #707070;
    text-align: justify;
}

.iris-x-card ul li:before {
        background: url(../images/list-tick.svg);
    background-size: 15px;
    content: "";
    left: 0;
    position: absolute;
    width: 20px;
    height: 12px;
    background-repeat: no-repeat;
    top: 5px;
}
.iris-x-card ul li.light-text:before {
        background: url(../images/list-tick-wht.svg);
    background-size: 15px;
    content: "";
    left: 0;
    position: absolute;
    width: 20px;
    height: 12px;
    background-repeat: no-repeat;
    top: 5px;
}
.iris-x-card .case-studt-btn {
    display: inline-block;
    width: 150px;
    position: absolute;
    z-index: 99;
    bottom: 35px;
}


.unicque-selling-container {
    position: relative;
    padding: 100px 0 70px 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.unique-selling-right-img, .unique-selling-left-img {
    width: 50vw;
    position: absolute;
    bottom: -40px;
        height: 100%;
}
.unique-selling-right-img {
    right:0;
}

.unique-selling-left-img {
    left:0;
}

.iris-impact-cnt img {
    width: 52px;
}

.unique-selling-right-img img, .unique-selling-left-img img {
        position: absolute;
    bottom: 0;
        width: 87%;
        transform: skew(0deg, -3deg);
}

.unique-selling-right-img img {
    right:0;
}

.unique-selling-left-img img {
    left:0;
}

/****************** call to action ************************/

#call-to-action-section {
    background:#f5f8fa url(../images/call-to-action-img.jpg);
    background-size: 100% 379px;
    background-repeat: no-repeat;
    background-position: top;
        padding-bottom: 80px;
}


.call-to-action-text {
        max-width: 45%;
    margin: auto;
    background: white;
    border-radius: 80px;
    padding: 10px 20px;
    text-align: center;
    margin-top: -42px;
    box-shadow: 0 1px 5px 0 rgba(45,62,80,0.12);
    border: 1px solid #e2e2e2;
}

.call-to-action-text p {
        font-size: 14px;
    margin: 0;
    font-weight: 600;
    line-height: 20px;
}

.call-to-action-text p a {
    display: block;
    margin-top: 10px;
    font-weight: 600;
}

.call-to-action-heading h2 {
    margin-top: 40px;
    margin-bottom: 30px;
}


.call-to-action-box {
    background: white;
    /* border: 1px solid #cbd6e2; */
    padding: 15px;
    margin-bottom: 30px;
}

.call-to-action-box h3 {
    margin-top: 15px;
}


.call-to-action-heading {
    margin-bottom: 35px;
}



/******************* IRIS X hero SECTTION **********************/

#iris-x-hero-section {
/*   background:url(../images/iris-x-banner.jpg);*/
    background-size: cover;
      position: relative;
    min-height: 100vh;
        overflow: hidden;
}

#iris-x-hero-section .iris-x-banner-img img {
    width: 40%;
    margin: auto;
    box-shadow: 12px 20px 71px rgba(0, 0, 0, 0.5);
    transform: rotate(25deg);
        position: relative;
    top: 45px;
}

#iris-x-hero-section .iris-science-content p {
    padding-right:10%;
}

.details {
    padding-top: 168px;
}

.product-icon {
    width: 7rem !important;
}

.iris-x-clients-logo {
    position: absolute;
    /* bottom: 0; */
    width: 100%;
    margin: auto;
    /* max-width: 100%; */
    /* overflow: hidden; */
    left: 0;
    bottom:20px;
}




.row.iris-x-clients-logo .logo-img img {
    filter: grayscale(1);
}

.row.iris-x-clients-logo .logo-img {
    margin: 0 40px;
}



/******************* IRIS X IMPACT SECTTION **********************/

#iris-x-impact-section {
    padding-top:70px;
    padding-bottom:20px;
}

.iris-x-impact-cnt {
    margin-bottom: 0;
    padding: 50px 2%;
}


.iris-x-impact-cnt p {
    font-size:16px;
    line-height:22px;
    
}

.iris-x-impact-cnt p strong {
    color: #e26868;
}


.iris-x-impact-cnt img {
    margin: auto;
    width:65px;
}


.iris-x-impact-cnt.iris-x-impact-col-1 {
    border-right:1px solid #c7c7c7;
    border-bottom:1px solid #c7c7c7;
}
.iris-x-impact-cnt.iris-x-impact-col-2 {
    border-right: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
}
.iris-x-impact-cnt.iris-x-impact-col-3 {
    border-right: 1px solid #c7c7c7;
    border-bottom:1px solid #c7c7c7;
}

.iris-x-impact-cnt.iris-x-impact-col-4 {
    /*border-right:1px solid #c7c7c7;*/
    border-bottom:1px solid #c7c7c7;

}

.iris-x-impact-cnt.iris-x-impact-col-5 {
    border-right: 1px solid #c7c7c7;
}

.iris-x-impact-cnt.iris-x-impact-col-6 {
    border-right: 1px solid #c7c7c7;
}

.iris-x-impact-cnt.iris-x-impact-col-7 {
    border-right: 1px solid #c7c7c7;
}

.iris-x-impact-cnt.iris-x-impact-col-8 {
    /*border-right: 1px solid #c7c7c7;*/
}



/****************** customers reviews **********************/


.customers-reviews-section .fp-tableCell {
     height:auto !important;   
}


.customers-reviews-section .section-experts-slider {
    height: 85vh;
}

.customers-reviews-section .slider-template-content {
    min-height: 100%;
    padding: 200px 48px 0 96px;
    height: 100%;
}

.customers-reviews-section .down-arrow {
    margin-top: 20px !important;
    position: absolute;
    bottom: 10px;
    width: 100%;
    z-index: 9;
    top: auto;
    left: 0;
}

/*********************** customer reivews filter *******************/



#customers-filter {
    background: linear-gradient(135deg, rgb(35 183 158), rgb(21 135 116 / 1));
    padding: 30px 0;
/*
    position: absolute;
    z-index: 999;
*/
    bottom: 0;
    width: 100%;
    left: 0;
}

#customers-filter from div {
       width: 28%;
    display: inline-block;
    margin-right: 20px;
}


#customers-filter from div label {
    display: block;
    font-size: 15px;
    color: white;
}

#customers-filter from div select.form-select {
        -webkit-appearance: none;
    appearance: none;
    background-image: url("../images/select-arrow.svg")!important;
    background-position: right 15px center !important;
    background-repeat: no-repeat;
    background-size: auto 60% !important;
        background-color: #fff !important;
    color: #39445d;
        padding: 12px 18.75px;
    outline: none;
    width: 100% !important;
    border-radius: 1.5rem;
    border:1px solid #157b6a;
}

#customers-filter from button.review-reset {
    border: 2px solid #fff;
    background: transparent;
    color: white;
    border-radius: 60px;
    padding: 9px 36px;
    font-size: 16px;
    font-weight: 700;
    transition: 0.3s;
}
#customers-filter from button.review-reset:focus {
    outline:0;
}
#customers-filter from button.review-reset:hvoer {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
}

/******************************* customer logo section *********************/



#customer-logo-section {
    padding:70px 0 130px;
}

.clients-logo-card {
    margin-bottom: 30px;
}

.clients-logo-card .logo-arrow-icon {
    position: absolute;
        right: 10px;
    bottom: 5px;
}



/******************************* pre footer section *********************/

#pre-footer-section {
    background: linear-gradient(135deg, rgb(35 183 158), rgb(21 135 116 / 1));
    padding:0 0 125px;
}

#pre-footer-section .pre-footer-img, #pre-footer-section .assure-scanner {
    position: relative;
}

#pre-footer-section .pre-footer-cnt h4 {
        font-size: 50px;
    color: white;
    margin-top: 65px;
    font-weight: 900;
    letter-spacing: normal;
    line-height: 60px;
}

#pre-footer-section .pre-footer-img img {
    position: absolute;
    top: 0;
    margin-top: -50px;
}


#pre-footer-section .assure-scanner img {
        position: absolute;
    top: 0;
    margin-top: -80px;
    width: 85%;
}

#pre-footer-section .warehouse-footer-img img {
    position: absolute;
    top: 0;
    margin-top: 11px;
}



#pre-footer-section .pre-footer-cnt button.request-demo {
    border: 2px solid;
    border-color: white;
    background: transparent;
    color: white;
    font-size: 17px;
    font-weight: 700;
    border-radius: 80px;
    padding: 12px 26px;
    margin-top: 22px;
}



/****************************** assure-hero-section***************************/


#assure-hero-section {
   
    position: relative;
    min-height: 100vh;
/*    background: linear-gradient(135deg, rgb(35 183 158), rgb(21 135 116 / 1));*/
/*
    background: url("../images/assure-hero-bg.jpg");
    background-size:cover;
*/
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
	
}
.assure-hero-container {
    padding-top:100px;
    padding-bottom:100px;
        display: flex;
    height: 100%;
    align-items: center;
}

.assure-hero-player {
       width: 75%;
    margin: 90px auto 0;

}



.assure-hero-player  .wrapper {
  display: inline-block;
  position: absolute;
  top:60%;
  left: 50%;
  transform: translate(-50%,-50%)
}

.assure-hero-player  .video-main {
  position: relative;
  display: inline-block;
}

.assure-hero-player  .video {
  height:70px;
  width:70px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: transparent;
  color:white;
  display: inline-block;
  background:#e26868;
  z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}


.assure-hero-player .video i {
    font-size:35px;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.assure-hero-player  .fa-play:before {
  content: "\f04b";
}

.assure-hero-player  .waves {
  position: absolute;
  width: 170px;
  height: 170px;
  background: rgba(255, 101, 101, 0.3);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -50px;
  bottom: -50px;
  z-index: -1;
   -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
        
}


        
.assure-hero-player  .wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.assure-hero-player  .wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.assure-hero-player  .wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}


.iris-science-content .button-section {
    display: flex;
    flex-wrap: wrap;
}

.iris-science-content .button-section .case-studt-btn {
    margin-right: 15px;
}


/******************* USP Section *******************************/

#usp-section {
    padding:70px 50px 200px;
    position: relative;
    
}

#usp-section .carousel-item {
    padding:30px;
}

.usp-testimonials {
    background: rgba(0, 0, 0, 0.3);
    padding:15px;
    border-radius: 10px;
}

.usp-slide-left-cnt {
    position:relative;
}

.usp-slider-header p {
    font-size: 30px;
    line-height: 38px;
    font-weight: bold;
}

.usp-slide-imgage {
    max-height: 420px;
    overflow: hidden;
}

.usp-slide-left-cnt .usp-testimonials {
    position: absolute;
    bottom:0;
}

.usp-testimonials-img img {
    width: 76px;
}

.usp-testimonials-img {
    margin-bottom: 15px;
}

.usp-testimonials p img {
    width: 80px;
    border-radius: 100%;
}

.slid-img-col {
    margin-top: 35px;
    margin-bottom: 20px;
}

.usp-section-arrows {
        position: absolute;
    right: 0;
    border: 0;
    display: flex;
    margin-top: 30px;
}


.usp-section-arrows .carousel-control-prev {
   right: 20px;
    left: auto;
    position: relative;
    display: flex;
   
}



.usp-section-arrows a{
     z-index: 3;
    width: 60px;
    height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #158774;
    border-radius: 48px;
    -webkit-transition: border-color 200ms cubic-bezier(.165, .84, .44, 1), -webkit-transform 200ms cubic-bezier(.165, .84, .44, 1);
    transition: border-color 200ms cubic-bezier(.165, .84, .44, 1), -webkit-transform 200ms cubic-bezier(.165, .84, .44, 1);
    transition: border-color 200ms cubic-bezier(.165, .84, .44, 1), transform 200ms cubic-bezier(.165, .84, .44, 1);
    transition: border-color 200ms cubic-bezier(.165, .84, .44, 1), transform 200ms cubic-bezier(.165, .84, .44, 1), -webkit-transform 200ms cubic-bezier(.165, .84, .44, 1);
}

.usp-section-arrows a:hover {
    border-color: rgba(21, 135, 116, 0.5);
    opacity: 1;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.usp-section-arrows a img {
    width:30px;
}

.usp-section-arrows .carousel-control-next {
    right: 0;
    left: auto;
    position: relative;
    display: flex;
}


/************************ IRIS X Awesome section ****************************/

#iris-x-awesome-section {
    background: linear-gradient(63deg, rgb(35 183 158), rgb(21 135 116 / 1));
    padding: 70px 0 130px;
}

.iris-xs-awesome-cnt {
    padding: 50px 15px;
    display: flex;
    flex-wrap: wrap;
}


.iris-x-awesome-column {
    display: inline-block;
    width:70%;
    margin:0 auto;
}


.irisx-awesome-col-header {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.irisx-awesome-col-header img {
    width: 40px;
    margin-right: 15px;
}

.irisx-awesome-col-header h3 {
    display: inline-block;
    width: 82%;
}

.iris-xs-awesome-cnt ul {
    padding: 0;
    margin: 0;
}



.iris-xs-awesome-cnt ul li {
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 22px;
    position: relative;
    padding-left: 26px;
}


.iris-xs-awesome-cnt ul li:before {
    background: url(../images/list-tick-wht.svg);
    background-size: 15px;
    content: "";
    left: 0;
    position: absolute;
    width: 20px;
    height: 12px;
    background-repeat: no-repeat;
    top: 5px;
}

.iris-xs-awesome-cnt.iris-xs-awesome-cnt-one {
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
}


.iris-xs-awesome-cnt.iris-xs-awesome-cnt-two {
   
    border-bottom:1px solid #fff;
}

.iris-xs-awesome-cnt.iris-xs-awesome-cnt-three {
    border-right:1px solid #fff;
    
}



/******************** Company Hero Section *******************/

#compnay-hero-section {
    padding-top:170px;
    padding-bottom:0px;
    background-image: linear-gradient(135deg, rgb(31 112 165 / 90%), rgba(12, 62, 94, 0.9)), url(../images/incridible-banner-3-bg.gif);
    min-height: 100vh;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    background-repeat: no-repeat;
    background-size:cover;
    overflow: hidden;
}

.company-hero-cnt h2 {
        font-size: 86px;
    font-family: 'Oxygen', sans-serif;
    letter-spacing: 0px;
        line-height: 96px;
}

#compnay-hero-section .down-arrow {
    margin-top: 20px !important;
    position: absolute;
    bottom: 10px;
    width: 100%;
    z-index: 9;
    top: auto;
    left: 0;
}


#compnay-hero-section .about-us-hero-cnt h3 {
    margin-bottom: 0;
    font-family: 'Oxygen', sans-serif;
    font-weight: bold;
}

#compnay-hero-section .about-us-hero-cnt p {
    line-height: 24px;
}

#compnay-hero-section .about-us-hero-cnt {
         margin-top: 0px;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    padding: 10px;
    display: flex;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
}

#compnay-hero-section .about-us-hero-cnt a {
    text-decoration:none;
}


#compnay-hero-section .about-us-hero-cnt a h3 i {
    font-size: 16px;
    margin-left: 6px;
    position: relative;
    top: -3px;
}

#compnay-hero-section .about-us-hero-cnt h3 i {
    font-size: 16px;
    margin-left: 12px;
}

.company-hero-cnt {
    padding-bottom:70px;
}


.blog-hero-cnt h2 {
        font-size: 52px;
    line-height: 60px;
    font-weight: 600;
}
.blog-hero-cnt p {
    padding-right: 35%;
    margin-top: 40px;
    display: block;
}

.company-hero-img {
    position: relative;
    padding-top: 50px;
}

.company-hero-img img {
        position: absolute;
    bottom:-1px;
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
}


/***************** our story section ********************/


#our-story-section {
    position: relative;
    padding-top:100px;
    padding-bottom:120px;
    overflow: hidden;
}
#our-story-section:before {
    width:100%;
    height: 450px;
    content:"";
    position: absolute;
    top:0;
    left:0;
    background: #04022f;
}


#our-story-section:after {
      background-image: url(../images/bg-dots.png);
    width: 400px;
    height: 175px;
    position: absolute;
    top: 52px;
       right: -25px;
    content: "";
    z-index: 0;
    
}

#our-story-section .tab-content {
    position: relative;
    z-index: 1;
}

.timeline-one {
    background-image:url(../images/our-story-bg-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 100%;
    
}

.timeline-two {
    background-image:url(../images/our-story-bg-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 100%;
    
}

.timeline-three {
    background-image:url(../images/our-story-bg-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 100%;
    
}

#our-story-section .nav-tabs {
    border-bottom: 0;
    position: relative;
    background: transparent;
    display: flex;
    justify-content: flex-start;
    margin-bottom:4px;
}


#our-story-section .nav-tabs li a {
    background: white;
    color: #cf4e4e;
    padding: 12px 20px;
    border-radius: 0;
    margin-right: 8px;
    font-size: 22px;
    font-weight: bold;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
        border: 0;
    transition: 0.5s;
    position: relative;
}

#our-story-section .nav-tabs li a.active {
    color: white;
    background: #cf4e4e;
    border: 0;
    
}

#our-story-section .nav-tabs li a.active:after {
     width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 15px solid #cf4e4e;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -15px;
    z-index: 9;

}

#our-story-section .nav-tabs li a:hover {
     color: white;
    background: #cf4e4e;
}



#our-story-section .tab-content .active 

.timeline-one {
    padding: 59px 15px;
}


.timeline-light-bg {
    position: relative;
        text-align: center;
}

.timeline-light-bg:before {
    background: rgba(0, 0, 0, 0.8);
    width:100%;
    height: 100%;
    top:0;
    left:0;
    position: absolute;
    content: "";
}

.timeline-one img, .timeline-two img, .timeline-three img {
    position: relative;
}
/******************* Comapny Navigation *******************/


#company-nav-section {
    padding-top:10px;
    padding-bottom:10px;
    border-bottom: 1px solid #e0e0e0;
    background: #f5f8fa;
}

.company-nav-col {
    display: flex;
    justify-content: center;
}

#company-nav-section.company-nav-section-fixed .company-nav-col {
    justify-content: flex-start;
}

#company-nav-section .comapany-nav-logo {
    display: none;
    transition: 0.5;
}

#company-nav-section.company-nav-section-fixed .comapany-nav-logo {
    display: block;
}

#company-nav-section ul {
    padding: 0;
    margin: 0;
    text-align: center;

}
#company-nav-section.company-nav-section-fixed ul {
    text-align: right;
    width: 100%;
}

#company-nav-section ul li {
    display: inline-block;
    list-style: none;
}

#company-nav-section ul li a {
        font-size: 17px;
    font-weight: bold;
    color: #0c3e5e;
    padding: 7px 30px;
    line-height: 24px;
    display: block;
    text-decoration: none;
}

#company-nav-section ul li a.w--current {
        color: #e26868;
}

.company-nav-section-fixed {
        position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}

div#main-nav {
    width: 100%;
}



/************** our vision content *****************/


#our-vision-section {
    padding-top:0px;
    padding-bottom:0px;
}

.our-vision-content {
       margin-left: 10%;
    margin-top: 70px;
    position: relative;
}

.our-vision-content img {
    position: absolute;
       
}

.our-vision-img {
        padding-left: 84px;
    position: relative;
    top: 20px;

}

.our-vision-img:before {
           width: 400px;
    height: 600px;
    background: #e26868;
    content: "";
    position: absolute;
    top: 46px;
    left: 37px;
}



.our-vision-content:before {
        background-image: url(../images/wht-bg-dots.png);
    width: 400px;
    height: 175px;
    position: absolute;
    top:70px;
    left:-10px;
    content: "";
    z-index: 99;
}

.our-vision-content p {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}

.our-vision-content span {
    height: 4px;
    width: 90px;
    background: #ff6584;
    display: inline-block;
}

.our-vision-col-cnt {
    background: white;
/*    padding: 20px;*/
   
}


.our-vision-col-cnt .vision-col-card {
    padding:60px 15px 20px;
    transition: 0.5s;
    height: 100%;
    cursor: pointer;
     min-height: 300px;
    
}

.our-vision-col-cnt .vision-col-card:hover {
    padding:30px 15px 20px;
    transition: 0.5s;
    background:#e26868;
    height: 100%;
}
.our-vision-col-cnt .vision-col-card:hover h4 {
    color:white;
}

.our-vision-col-cnt .vision-col-card:hover p {
    color:white;
    opacity: 1;
}

.our-vision-col-cnt .vision-col-card:hover img {
   filter: brightness(0) invert(1);
}


.our-vision-col-cnt .vision-col-card img {
    width: 48px;
        margin: 0 !important;
}

.our-vision-col-cnt .vision-col-card h4 {
        font-size: 16px;
    margin-top: 10px;
    color: #000;
    text-transform: uppercase;
}
.our-vision-col-cnt .vision-col-card p {
    font-size:15px;
    line-height: 22px;
    opacity: 0;
    transition: 0.5s;
}

.our-vision-col-cnt .vision-col-card.vision-col-1  {
    border-right:1px solid #f3f3f3;
    border-bottom:1px solid #f3f3f3;
    border-top:1px solid #f3f3f3;
}

.our-vision-col-cnt .vision-col-card.vision-col-2  {
    border-right:1px solid #f3f3f3;
    border-bottom:1px solid #f3f3f3;
     border-top:1px solid #f3f3f3;
}

.our-vision-col-cnt .vision-col-card.vision-col-3  {
    border-bottom:1px solid #f3f3f3;
     border-top:1px solid #f3f3f3;
    
}

.our-vision-col-cnt .vision-col-card.vision-col-4  {
    border-right:1px solid #f3f3f3;
     border-bottom:1px solid #f3f3f3;
}

.our-vision-col-cnt .vision-col-card.vision-col-5  {
    border-right:1px solid #f3f3f3;
     border-bottom:1px solid #f3f3f3;
}

.our-vision-col-cnt .vision-col-card.vision-col-6  {
   
     border-bottom:1px solid #f3f3f3;
}




/***************************** investors-section *****************/

#investors-section{
    padding-top:200px;
    padding-bottom:110px; 
    overflow: hidden;
    
}



.investor-card {
    margin-bottom:40px;
}

.investor-card .logo-img {
       border: 1px solid #d2d2d2;
    text-align:center;
}

.investor-card a {
       font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    /*text-decoration: underline;*/
    margin-top: 40px;
    display: block;
    text-align: center;
}


.investor-section-row {
    margin-top: 35px;
    position: relative;
}

.investor-section-row:before {
    background-image: url(../images/gry-bg-dots.png);
    width: 400px;
    height: 175px;
    position: absolute;
        top: -40px;
    left: -250px;
    content: "";
    z-index: 0;
}


.investor-section-row:after {
    background-image: url(../images/gry-bg-dots.png);
    width: 400px;
    height: 175px;
    position: absolute;
    top:160px;
    right: -250px;
    content: "";
    z-index: 99;
}

.investor-logo {
       border: 5px solid #f2f2f2;
    position: relative;
    padding: 115px 8%;
    margin-top: 37px;
    background: white;
}


.investor-binny {
    position: relative;
    margin-top: 35px;
}
.investor-binny p {
     position: absolute;
    top: -24px;
    left: -24px;
    width: 50px;
    height: 50px;
    background: #e26868;
    color: white;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
.investor-binny img {
    box-shadow: 15px 15px 0 #e0e0e0;
    margin: auto;
}

.binny-social-media span {
    background: transparent;
    padding: 10px 20px;
    color: white;
    font-weight: bold;
    position: relative;
    top: -45px;
    font-size: 22px;
}


/**************************************** partners section ****************/


/***************************** investors-section *****************/

#partners-section{
    padding:70px 0 110px ;
}


.our-story-section-header h2 {
    margin-bottom: 15px;
}

.our-story-section-header {
    margin-bottom: 20px;
}




/********************* our partners section ********************/

#our-partners-section{
    padding:70px 0 30px ;
}


/************************ our team section ***************/ 

#our-team-section{
    padding:70px 0 70px;
}

.our-team-col {
    position: relative;
        margin-bottom: 40px;
}
#our-team-section h3 {
    margin-bottom: 20px;
}

.our-team-col-cnt {
    margin-top: 38px;
    display: block;
    width: 100%;
}

.team-social-link {
    margin-top: -25px;
    position: relative;
    z-index: 99;
    display: flex;
    justify-content: flex-end;
    padding-right: 8px;
    
}

.team-social-link a {
    width: 50px;
    height: 50px;
    background:#0e76a8;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 24px;
    text-decoration: none;
    transition: 0.3s;
}

.our-team-col .team-social-link a:hover {
        -webkit-transform: scale(1.2) rotate(180deg);
    -ms-transform: scale(1.2) rotate(180deg);
    transform: scale(1.2)
}

.our-team-col-cnt p {
    text-transform:capitalize;
    font-weight: 700;
    font-size: 15px;
    margin-top: 6px;
        line-height: 17px;
}

.our-team-col-cnt h4 {
    font-size: 18px;
    margin-top: 12px;
    margin-bottom: 0px;
    color: #158774;
}

#our-team-section .card__content.card__content--back img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
}






#our-team-section .card {
   cursor: pointer;
   perspective: 1000px;
        border: 0;
        position: relative;
    margin-bottom:80px;
}

#our-team-section .card__inner {
    height: 335px;
    width:100%;
    
    display: flex;
    justify-content: center;
    align-items: center;
    
    transition: transform 0.8s;
    transform-style: preserve-3d;
        border: 0;
}

.card_content--front  {
        background-size: cover;
    height: 335px;
    width: 100%;
    background-position:top center;
}

#our-team-section .card:hover .card__inner {
 
    
       transform: rotateY(180deg); /* W3C */
-webkit-transform: rotateY(180deg); /* Safari & Chrome */
-moz-transform: rotateY(180deg); /* Firefox */
-ms-transform: rotateY(180deg); /* Internet Explorer */
-o-transform: rotateY(180deg); /* Opera */
}

#our-team-section .card__content {
    position: absolute;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}

#our-team-section .card__content--back {
 
    
    
    transform: rotateY(180deg); /* W3C */
-webkit-transform: rotateY(180deg); /* Safari & Chrome */
-moz-transform: rotateY(180deg); /* Firefox */
-ms-transform: rotateY(180deg); /* Internet Explorer */
-o-transform: rotateY(180deg); /* Opera */
} 


#our-team-section .card__content.card__content--back {
            height: 100%;
    padding: 15px 10px;
    text-align: center;
    background: #158774;
}


#our-team-section .card__content.card__content--back  h4 {
    color:white;
    font-size:22px;
    margin-bottom:8px;
}

#our-team-section .card__content.card__content--back span {
    color: white;
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: bold;
    display: block;
}

#our-team-section .card__content.card__content--back p {
        color: white;
    font-size: 15px;
    line-height: 20px;
    
}













/**************** company stats section**********************/

#company-stats-section {
     min-height: 100vh;
    
}




.company-stats-card {
    padding: 100px 35px;
    display: flex;
}

.company-stats-card img {
    width:150px;
    margin-bottom: 20px;
}

.company-stats-col {
    height: 100vh;
}

.company-stats-card h3 {
         font-size: 50px;
    margin-bottom: 30px;
    font-weight: bold;
    font-family: 'Oxygen', sans-serif;
        color: white;
    
}

.company-stats-card a {
    font-size: 18px;
    font-weight: bold;
    margin-top: 40px;
    display: block;
}

.company-stats-icon img {
    /* width: 90px !important; */
    margin-right: 30px;
    position: relative;
    top: -4px;
}

.company-stats-img {
    background-image: linear-gradient(135deg, rgba(72, 72, 72, 0.9), rgba(32, 32, 32, 0.9)), url(../images/company-abt-img.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    position: relative;
}

.company-stats-img:after {
     background-image: url(../images/bg-dots.png);
    width:300px;
    height: 100px;
    position: absolute;
    top:0;
    right:0;
    content: "";
    z-index: 99;
    background:cover;
}

.company-stats-img .company-stats-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: flex-start;
    justify-content: flex-end;
}




/************** popple and culture section *****************/

#people-and-culture-section {
    padding-top:70px;
    padding-bottom:70px;
   
    overflow: hidden;
    
}

.people-culture-border {
    border: 1px solid #fff;
    padding:50px 0;
        display: flex;
    height: 100%;
        position: relative;
   
}


.people-culture-border:before {
    background-image: url(../images/wht-bg-dots.png);
    width: 400px;
    height: 175px;
    position: absolute;
    top: 52px;
    left: 144px;
    content: "";
    z-index: 99;
}


.people-culture-border:after {
    background-image: url(../images/wht-bg-dots.png);
    width: 400px;
    height: 175px;
    position: absolute;
    bottom: 52px;
    right:-200px;
    content: "";
    z-index: 0;
}



.culture-box img {
        width: 100%;
    filter: grayscale(1);
   
}


.culture-box {
    position: relative;
}

.owl-carousel .owl-item .culture-box img  {
    border-radius: 0;
}

.people-culture-col {
    position: relative;
}

.culture-cnt {
    position: absolute;
    padding: 20px 35px;
    bottom: 0;
    z-index: 9;
}

.culture-cnt h2 {
    color: white;
    font-size: 42px;
    margin-bottom: 20px;
}


.culture-btn button.case-studt-btn {
    display: inline-block;
    margin-right: 10px;
}

.culture-btn button.case-studt-btn {
    background: white;
    color: #f35656;
}

#people-and-culture-section .owl-nav {
    top: auto;
    right: 15px;
    bottom: 25px;
}

#people-and-culture-section .owl-nav .owl-prev {
   border:2px solid white;
        background: url(../images/owl-arrow-wht.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:37px;
    bottom:0;
}

#people-and-culture-section .owl-nav .owl-next {
   border:2px solid white;
        background: url(../images/owl-arrow-wht.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:37px;
    bottom:0;
}

.owl-carousel .owl-item img {
    border-radius: 0;
}



/******************** awards-section ************************/


#awards-section {
    padding:70px 0;
}

#awards-section .awards-slider figure {
    margin:0 15px;
}


#awards-section .awards-slider figure img {
    max-width: 220px;
    margin: 0;
}


/***************** Assure stats section *******************/


#assure-stats-section {
    padding-top:70px;
    padding-bottom:70px;
     background: linear-gradient(135deg, rgb(35 183 158), rgb(21 135 116 / 1));
}

#assure-stats-section .stats-col p {
    padding:0 10%;
}


/***************** company story timeline *******************/

#company-story #timeline {
/*    height: 100vh;*/
}



/************* cloud warehouse impact section ****************/

#cloud-warehoue-section {
    background-size: cover;
    position: relative;
    min-height: 100vh;
    background: url(../images/warehouse-hero-bg.jpg);
    padding-top: 135px;
    padding-bottom: 75px;
}



#cloud-impact-section {
    padding:70px 0 120px;
}

#cloud-impact-section .iris-module-section-heading p {
    padding:0 20%;
}

.cloud-impact-col-1 {
    border-right: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
}

.cloud-impact-col-2 {
     border-bottom: 1px solid #c7c7c7;
}

.cloud-impact-col-3 {
     border-right: 1px solid #c7c7c7;
}



/***************** Integration logo section **********************/

#integration-logo-section {
        padding: 70px 0 100px;
    background: url(../images/integration-logos-bg.png);
    background-repeat: no-repeat;
    background-position: top;
}

.interation-content-row {
    padding-bottom:70px;
}


/******************* timeline section ***********************************/


#company-timeline-section {
    padding-top:70px;
    padding-bottom:30px;
        overflow: scroll;
        min-height: 95vh;
     scrollbar-color: red;
    
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: red; 
}


.timeline-row {
       width: 13400px;
    border-bottom: 8px solid #e26868;
    display: flex;
    height: 100%;
    align-items: flex-end;
}

.timeline-card {
    width: 400px;
    position: relative;
        display: inline-block;
    margin-right: 40px;
}

.timeline-card h3 {
    color:#158774;
}

.timeline-card p {
    padding-top:40px;
}

.timeline-col {
        display: flex;
    align-items: flex-end;
}

.timeline-card:before {
       width: 20px;
    height: 20px;
    content: "";
    border: 5px solid #e26868;
    border-radius: 100%;
    left: -15px;
    bottom: -14px;
    position: absolute;
    background: white;
}

.timeline-four-years img {
    position: relative;
    bottom:-10px;
}


/************************* blog category section *****************************/

section#blog-nav-section {
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 30px;
    background: #f5f8fa;
}

section#blog-nav-section.blog-nav-section-fixed {
    position: fixed;
    width:100%;
    top:0;
    z-index: 999;
}


.blog-hero-img img {
       width: 72%;
    position: relative;
    bottom: 0px;
    float: right;
}

.blog-navigation {
    margin:0;
    padding:0;
    
}

.blog-navigation  li {
    display: inline-block;
    list-style: none;
}

.blog-navigation li a {
        text-transform: capitalize;
    padding: 10px 40px 10px 0;
    text-decoration: none;
    color: #0c3e5e;
    font-weight: 500;
    font-size: 16px;
    transition: 0.5s;
}

.blog-navigation li a:hover {
    color:#e26868;
}


.blog-category-dropdown .dropdown button, .blog-category .dropdown.show button {
       background: transparent !important;
    border: 0;
    text-align: left;
    color: #0c3e5e;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 16px;
    padding: 10px 55px 10px 0;
    
}

.blog-category-dropdown .show>.btn-primary.dropdown-toggle {
    color:#0c3e5e;
}

.blog-category-dropdown .dropdown button:focus, .blog-category .dropdown.show button:focus {
    outline:0;
    box-shadow:none !important;
}


.blog-category-dropdown .dropdown ul.dropdown-menu {
    border-radius: 0;
    padding: 10px 0;
    margin-left:0px;
    border: 0;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
  
    
}
.blog-category-dropdown .dropdown ul.dropdown-menu li {
    border-bottom: 1px solid #ffeded;
    display: block;
}

.blog-category-dropdown .dropdown ul.dropdown-menu li a:hover {
    background: #e26868;
    color: white;
}

.blog-category-dropdown .dropdown ul.dropdown-menu li a {
            font-size: 15px;
    color: #707070;
    padding:8px 12px !important;
    line-height: 22px !important;
    display: block;
    text-decoration: none;
    transition:0.5s;
}

.blog-search {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.blog-search form {
   
    width: 325px;
    display: flex;
    max-width: 325px;

}

.blog-search form input {
    border-radius: 0;
    height: 45px;
}
.blog-search form input:focus {
    box-shadow: none;
}

.blog-search form button.search-btn {
    background: #e26868;
    color: white;
    padding: 10px 18px;
}


/******************** blog content ***********************/

section#blog-content-section {
    padding-bottom: 70px;
}


#blog-section {
    padding-top: 170px;
    padding-bottom:30px;
    background: linear-gradient(135deg, rgb(35 183 158), rgb(21 135 116 / 1));
}

.blog-cnt-col {
    margin-bottom: 40px;
        border-bottom: 1px solid #dadada;
    position: relative;
}


.latest-blog .blog-text {
    padding-top: 10px;
}

.blog-text {
    padding:10px 0px 40px;
        
}
.latest-blog .blog-text h2 {
        font-size:32px;
    line-height: 44px;
}
.blog-text h2 {
        font-size: 24px;
    line-height: 32px;
    color: #158774;
    margin-top: 5px;
    font-family: 'Oxygen', sans-serif;
    font-weight: bold;
        font-size: 22px;
    line-height: 28px;
        margin-bottom: 10px;
}

.blog-text h2 a {
    text-decoration: none;
    color: #158774;
}

.blog-category {
    font-family: 'Oxygen', sans-serif;
    color: #707070;
    font-size: 15px;
    font-weight: 600;
    margin-bottom:15px;
    position: absolute;
       top: 10px;
    left: 10px;
   
        
}

.blog-list .blog-category {
    position: relative;
    left: 0;
    margin-bottom: 10px;
    top: 0;
}

.blog-list .blog-category a {
   
    color: #e26868;
    font-size: 14px;
    font-weight: bold;

}

.blog-category a {
    text-transform: capitalize;
    margin-right: 13px;
    font-size: 17px;
    color:white;
    text-decoration: none;
    font-weight: 400;
}


.blog-category a span {
      background: #ffd1d1;
    color: #e26868;
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 15px;
    margin-right: 12px;
    border-radius: 0;
    position: relative;
    top: 0px;
}

.blog-text span {
    color: #707070;
    font-size: 15px;
    font-weight: 600;
}

.blog-text h6 {
    margin-top: 5px;
    margin-bottom:0px;
    font-family: 'Oxygen', sans-serif;
    
    display: flex;
    flex-wrap: wrap;

}
.blog-text h6 p {
    font-size: 15px;
    font-weight: bold;
    padding-right: 13px;
    border-right: 1px solid;
    margin-right: 13px;
    line-height: 20px;
        margin-bottom: 0;
}

.blog-text a {
    font-weight: 600;
    color: #e26868;
    /*text-decoration: underline;*/
}

.list-blog-img {
    position: relative;
}

.list-blog-img a {
          position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 15px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background: rgb(21, 135, 116, 0.5);
    opacity: 0;
    transition: 0.5s;
}
.list-blog-img:hover a {
    opacity: 1;
}









.blog-sidebar {
        border: 1px solid rgba(77,79,92,0.2);
    padding: 20px;
    background: white;
    margin-bottom: 40px;
}


.blog-sidebar h3 {
    font-size: 20px;
    color: #0c3e5e;
        text-transform: uppercase;
}

.blog-sidebar ul {
    padding: 0;
    margin: 10px 0;
}

.blog-sidebar ul li {
    list-style: none;
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #f2f2f2;
}

.blog-sidebar ul li:last-child {
    border:0;
}

.blog-sidebar ul li a {
    color: black;
    font-size: 15px;
    line-height: 22px;
    text-decoration: none;
}

.blog-sidebar ul li a:hover {
    color:#e26868;
}


/******************************* single blog text ******************/

.single-blog {
    border-right:1px solid #dadada;
}
.single-blog-text {
    padding: 30px 0px;
        
}
.single-blog-text h2 {
        font-size:32px;
    line-height: 44px;
    color:#158774;
}


.single-blog-text h5 {
    font-family: 'Oxygen', sans-serif;
    color: #707070;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px;
        
}

.single-blog-text h5 a {
    text-transform: uppercase;
    margin-right: 13px;
    font-size: 17px;
    color: #e26868;
    text-decoration: none;
}

.single-blog-text span {
    color: #707070;
    font-size: 15px;
    font-weight: 600;
}

.single-blog-text p {
    margin-top: 15px;
    margin-bottom: 25px;
}

.single-blog-text a {
    font-weight: 600;
    color: #e26868;
    
}


.blog-share{
    margin:0;
    padding:0;
}

/*
.latest-blog a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    color: #e26868;
    margin-bottom: 25px;
    display: block;
}
*/

.latest-blog a i {
    margin-right: 5px;
}


#blog-tags-section {
    padding:50px 0;
}

#blog-tags-section ul {
    padding:0;
    margin:0;
}

#blog-tags-section ul li {
    display:inline-block;
    list-style:none;
}

#blog-tags-section ul li a {
    padding: 6px 10px;
    background: #e2e2e2;
    color: #0c3e5e;
    font-size: 15px;
    font-weight: bold;
    transition:0.5s;
    text-decoration: none;
}

#blog-tags-section ul li a:hover {
    background:#e26868;
    color:white;
}

.back-home a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    color: #e26868;
    margin-bottom: 25px;
    display: block;
}


/************************************* compnay story slider*******************/
   
section#company-story-slider {
    padding: 70px 0;
}

#company-story-slider .sotry-card {
    position: relative;
}

#company-story-slider .sotry-card .timeline-card-cnt {
       background: white;
    position: absolute;
    left: 50px;
    top: auto;
    width: 400px;
    padding: 25px;
    min-height: 240px;
    bottom: 22px;
}

#company-story-slider .sotry-card .timeline-card-cnt h5 {
    font-size: 32px;
    margin-bottom: 25px;
}

#company-story-slider .owl-nav {
       text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    left: auto;
    width: 100%;
    top: auto;
    right: 20px;
    bottom: 0;
}

#company-story-slider .owl-nav .owl-prev, #company-story-slider .owl-nav .owl-next  {
        bottom: 20px;
    border-color: white;
}
#company-story-slider .owl-nav .owl-prev {
    background: url(../images/owl-arrow-wht.svg);
    background-repeat: no-repeat;
    font-size: 0;
    line-height: 0;
    background-position: center;
    background-size: 26px;
}
#company-story-slider .owl-nav .owl-next  {
     background: url(../images/owl-arrow-wht.svg);
    background-repeat: no-repeat;
    font-size: 0;
    line-height: 0;
    background-position: center;
    background-size: 26px;
}

#company-story-slider .owl-carousel .owl-item img {
    border-radius: 0;
}


/******************* pagination style ********************/

.pagination li.page-item .page-link.page-link-text {
        border: 0;
    font-size: 16px;
    color: #0c3e5e;
    padding: 10px 20px;
}
.pagination li.page-item .page-link.page-link-text:hover {
    background: transparent;
    color: #e26868;
}

.pagination li.page-item .page-link {
    border: 2px solid #e26868;
    margin: 0 7px;
    padding: 10px 18px;
    color: #e26868;
    font-weight: bold;
    border-radius: 0;
    cursor: pointer;
    transition: 0.5s;
}
.pagination li.page-item .page-link:hover {
    background: #e26868;
    color: white;
}
.pagination li.page-item.active span.page-link {
    background: #e26868;
    color: white;
}



/**************** social media **********************/

.social-media-sticky {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
        z-index: 99;
}

.social-media-sticky a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.social-media-sticky a:hover {
  background-color: #000;
}

.social-media-sticky .facebook {
  background: #3B5998;
  color: white;
}

.social-media-sticky .twitter {
  background: #55ACEE;
  color: white;
}

.social-media-sticky .google {
  background: #dd4b39;
  color: white;
}

.social-media-sticky .linkedin {
  background: #007bb5;
  color: white;
}

.social-media-sticky .youtube {
  background: #bb0000;
  color: white;
}


/************************ accordions style *****************************/

section#accordions-section {
    margin: 70px 0;
}

.accrodions-style .panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
}
.accrodions-style .panel-title > a.collapsed:before {
    float: right !important;
    content:"\f067";
}
.accrodions-style .panel-title > a:hover, 
.accrodions-style .panel-title > a:active, 
.accrodions-style .panel-title > a:focus  {
    text-decoration:none;
}

.accrodions-style .card-header {
    background: white;
        padding: 6px 0;
    border: 0;
}

.accrodions-style .card {
       border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #E0DFDF !important;
}

.accrodions-style .card-header button.btn.btn-link {
    font-size: 22px;
    color: black;
    font-weight: bold;
    line-height: 30px;
    text-decoration: none;
}

.accrodions-style .card-header h2 {
    
    padding: 8px 0;
}

.accrodions-style .card-body {
    padding: 10px 0;
}

.accrodions-style .card-body p {
    margin: 0;
}

.accrodions-style .card-body .card-content {
    background: #EFEFEF;
    padding: 20px;
}

.accrodions-style .card-body .card-content h4 {
    font-size: 22px;
}
.accrodions-style .card-body .card-content ul {
    padding-left: 20px;
    margin-top: 25px;
}

.accrodions-style .card-body .card-content ul li {
    list-style-image: url(../images/arrow-bullet.svg);
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
}



.accrodions-style .card-header .btn-link {
   position: relative;
    display: block;
    width:100%;
        text-align: left;
}
.accrodions-style .card-header .btn-link.collapsed:after {
    content:"";
    width:23px;
    height: 23px;
    background-size:cover;
    background-image:url(../images/accordion-plus.svg);
    position: absolute;
    right:0;
    top:7px;
}


.accrodions-style .card-header .btn-link:after {
       content: "";
    width: 23px;
    height: 3px;
    background-size: 23px 3px;
    background-position: center;
    background-image: url(../images/accordions-sub.svg);
    position: absolute;
    right: 0;
    top: 16px;
    z-index: 999;
}


.author {
    margin-bottom:10px;
    color: #716f70;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
}

.author img {
    width: 34px;
    height: 34px;
    border-radius: 100%;
    margin-right: 12px;
    /* margin-bottom: 10px; */
}



.pagenotfound-heading {
    padding: 50px 0;
}

.not-found-our-solution .col.mx-1 {
    margin: 0 !important;
}

#recent-blog-section {
    padding-top:70px;
    padding-bottom:70px;
}

.recent-blog-heading h2 {
    margin-bottom: 30px;
}


@media (max-width:991px) {
.not-found-our-solution .col {
    width: 100% !important;
    min-width: 100%;
}

}


#awards-section .flip-card {
    background-color: #f3f3f3;
    width: 220px;
    height: 220px;
    perspective: 1000px;
    margin: 0 60px;
}


/* This container is needed to position the front and back side */
#awards-section .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
#awards-section .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
#awards-section .flip-card-front {
  position: absolute;
  height: 100%;
  backface-visibility: hidden;
}

#awards-section .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
    padding:15px;
}

/* Style the front side (fallback if image is missing) */
#awards-section .flip-card-front {
 
  color: black;
}

/* Style the back side */
#awards-section .flip-card-back {
  background-color: white;
  color: white;
  transform: rotateY(180deg);
}



.subscribe-form-popup {
    /*max-width: 300px;*/
    position: fixed;
    right: 0;
    z-index: 1000;
    top:20%;
}

.subscribe-form-popup .subscribe-form {
    background: white;
    padding: 20px;
    position: relative;
    transform: translateX(108%);
    transition: 0.5s;
    opacity: 0;
    
    
}

.subscribe-form-popup .subscribe-form.show {
    background: white;
    padding: 20px;
    position: relative;
    transform: translateX(0);
    transition: 0.5s;
    box-shadow: 0 0 9px rgb(0 0 0 / 10%);
    opacity:1;
    border-radius: 7px 0 0 7px;
    
}

.subscribe-form-popup .subscribe-form h3 {
    font-size: 22px;
}

.subscribe-form-popup .subscribe-form .subscribe-heading p {
    font-size: 15px;
    line-height: 22px;
}

.subscribe-form-popup .subscribe-form from p label {
    font-size: 13px;
    display: block;
    line-height: 13px;
    margin-bottom: 4px;
}

.subscribe-form-popup .subscribe-form from p input {
    height: 44px;
    width: 100%;
    font-size: 15px;
    padding: 8px;
}

.subscribe-form-popup .subscribe-form from button {
    background: #ff6666;
    color: white;
    padding: 10px;
    border-radius: 5px;
    margin-top: 12px;
}

.subscribe-form-popup .subscribe-form a.close-button {
    position: absolute;
    left: -22px;
    top: -3%;
    background: #ff6666;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.subscribe-form-popup a.subscribe-button {
     background: #ff6666;
    padding: 12px 38px;
    font-size: 16px;
    font-weight: 600;
    color: white;
    line-height: 16px;
    height: auto;
    display: inline-block;
    text-transform: uppercase;
    transform: rotate(-90deg);
    position: absolute;
    right: -61px;
    top: 188px;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
}


/********************** sass page styling****************************/

section#sass-hero-section {
    padding-top: 100px;
    padding-bottom: 20px;
}

section#sass-content-area {
    padding-top: 35px;
    padding-bottom: 35px;
}

.sass-category-col .sass-category-list {
	background:#f8f8f8;
	height: 100%;
}

.sass-category-col .sass-category-list .sass-category-header {
    background: #e26868;
    padding: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.sass-category-col .sass-category-list .sass-category-header img {
    float: left;
    margin-right: 5px;
	    position: relative;
    top: 5px;
}

.sass-category-col .sass-category-list .sass-category-header h6 {
    color: white;
    font-size: 18px;
    line-height: 26px;
	font-family: 'Oxygen', sans-serif;
	    margin-bottom: 0;
    font-weight: bold;
}

.sass-category-col .sass-category-name {
    padding: 15px;
}

.sass-category-col .sass-category-name .filter-button {
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #3c3c3c;
    padding: 10px 5px;
}

.sass-category-col .sass-category-name .filter-button:focus , .sass-category-col .sass-category-name .filter-button:hover{
	color:red !important;
	outline:0;
	    box-shadow: none;
	
}

.sass-gallery-col .sass-category-search {
    margin-bottom: 30px;
}


.sass-category-search form {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding: 4px 10px;
    display: flex;
}


.sass-category-search form .selectpicker {
    border: 0;
    color: #3c3c3c;
    font-size: 16px;
    font-weight: bold;
    padding: 17px 15px 17px 21px;
    appearance: none;
    max-width: 160px;
}

.sass-category-search form .selectpicker:focus {
    outline: 0;
    box-shadow: none;
}

.sass-category-search form .select-sass-category {
   
    position: relative;
}

.sass-category-search form .select-sass-category i {
    position: absolute;
    left: 0;
    display: inline-block;
    top: 19px;
    font-weight: bold;
    font-size: 22px;
}

.sass-category-search form .input-group input {
    font-size: 18px;
    font-weight: lighter;
    background: white !important;
    padding: 9px 15px;
    border-left: 1px solid #ebebeb !important;
    border-radius: 0;
    height: 58px;
}

.sass-category-search form .input-group input:focus {
    outline:0;
    box-shadow: none;
}

.sass-category-search form .input-group .btn-link i {
    font-size: 25px;
    color: #e26868;
}


.sass-gallery-col .sass-signout {
    text-align: right;
    padding: 15px 0px;
}

.sass-signout .btn {
    color:white;
    border-radius: 5px;
    padding:10px 12px;
    margin-left: 10px;
    margin-bottom: 0;
}

.grn-bg-button {
    background:#188875;
}

.red-bg-button {
    background:#e26868;
}


.sass-product-row {
    margin-bottom: 50px;
}

.sass-product-header h3 {
    font-size: 26px;
    line-height: 34px;
        font-family: 'Oxygen', sans-serif;
    font-weight: bold;
}

.sass-product-header a {
    font-size: 18px;
    font-weight: bold;
    /*text-decoration: underline;*/
    line-height: 30px;
}

.row.sass-product-header {
    margin-bottom: 20px;
}



.sass-prodcuts-box {
    background: white;
    border-radius: 5px;
    box-shadow: 0 0 2px rgb(0 0 0 / 20%);
    padding: 20px;
    margin-bottom: 30px;
}

.green-bg {
    background:#158774;
}

.red-bg {
    background:#e26868;
}

.orange-bg {
    background:#f5801f;
}

.blue-bg {
    background:#3292d0;
}


.sass-prodcuts-box-header {
    display: flex;
    margin-bottom: 20px;
}

.sass-prodcuts-box .sass-prodcuts-box-header div {
    padding: 10px;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    /*margin-right: 10px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.sass-prodcuts-box .sass-prodcuts-box-header h4 {
    font-size: 22px;
    line-height: 30px;
    font-family: 'Oxygen', sans-serif;
    font-weight: bold;
    color: #004673;
    padding-left: 6px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
}

.sass-prodcuts-box-cnt {
    flex: 1 1 auto;
}

.sass-prodcuts-box-cnt a {
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
}

.sass-prodcuts-box-footer {
    border-top: 1px solid #e4e4e4;
    padding-top: 20px;
    margin-top: 20px;
}

.sass-prodcuts-box-footer .sass-button {
    color: white;
    padding: 11px 18px;
    border-radius: 5px;
    font-size: 16px;
    transition: 0.2s
}

.sass-prodcuts-box-footer .sass-button:hover {
    opacity: 0.8;
}

.sass-prodcuts-box-footer .sass-button i {
    margin-left: 5px;
}

.sass-prodcuts-box-footer .trial-day-span {
    font-size:16px;
    font-weight: bold;
    color:#158774;
    float: right;
    padding: 10px 0;
}

@media (max-width:576px) {
    .sass-prodcuts-box {
        box-shadow: none;
        padding: 20px 10px;
    }
}

@media (max-width:767px) {
    section#sass-hero-section {
        padding-top: 100px;
        padding-bottom: 45px;
    }
    #sass-content-area.s-pd-l {
        padding-left:10px !important;
    } 
    
    #sass-content-area.s-pd-r {
        padding-right:10px !important;
    }
    .sass-prodcuts-box-footer .sass-button {
        padding: 11px 10px;
        font-size: 13px;
    }
    .sass-prodcuts-box-footer span {
        font-size: 14px;
    }
    section#sass-content-area {
        padding-top: 30px;
        padding-bottom: 0px;
    }
    .sass-gallery-col .sass-category-search {
        margin-bottom: 0px;
    }
    .sass-gallery-col .sass-signout {
        text-align: center;
        padding: 15px 0px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    #sass-hero-section.s-pd-l {
        padding-left:20px !important;
    } 
    
    #sass-hero-section.s-pd-r {
        padding-right:20px !important;
    } 
    section#sass-hero-section {
        padding-top: 120px;
        padding-bottom: 0px;
    }
}


@media (min-width:992px) and (max-width:1199px) {
    #sass-content-area.s-pd-l {
        padding-left:20px;
    } 
    
    #sass-content-area.s-pd-r {
        padding-right:20px !important;
    }
    
    .sass-category-col .sass-category-list .sass-category-header h6 {
       font-size: 14px;
   }
    
    .sass-category-search form .selectpicker {
      font-size: 14px;
        padding: 17px 9px 17px 17px;
        max-width: 120px;
    }
    .sass-signout .btn {
        padding: 10px 12px;
        margin-left: 3px;
        font-size: 13px;
    }
    .sass-prodcuts-box-footer .sass-button {
        padding: 11px 10px;
        font-size: 13px;
    }
    .sass-prodcuts-box-footer span {
        font-size: 14px;
    }
}


