

 html{

  overflow-y: scroll;
  scrollbar-color: #A8E2FA #bebebe;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  /* scrollbar-border-radius: 5px; */
  
  
}

html::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
}

::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-track {
  background-color: #bebebe;
}

::-webkit-scrollbar-thumb {
  
  background-color: #A8E2FA;
  border-radius: 50px;
  width: 10px;
}

body {
  /* font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; */
 /*font-size: 14px; */
 line-height: 1.71429;
 font-weight: 400;
 color: #3b3e42;
 background-color: #ffffff;
 -webkit-text-size-adjust: none;
 -webkit-font-smoothing: subpixel-antialiased;
}


a {
  color: rgb(0, 105, 173);
  text-decoration: none;
}

    a:hover {
        color: rgb(20,175,211);
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway", sans-serif;
    color: #1b1e33;
}

.hide-element{
  display: none;
}
.show-element{
  display: block;
}
li{
  list-style:none;
}
p {
    font-weight: 100;

}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 2%;
    z-index: 996;
    background: rgb(0, 105, 173);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
    /*background: #104D77;*/
    background: rgb(20,175,211);
    background: -moz-linear-gradient(90deg, rgba(20,175,211,1) 0%, rgba(31,78,121,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(20,175,211,1) 0%, rgba(31,78,121,1) 100%);
    background: linear-gradient(90deg, rgba(20,175,211,1) 0%, rgba(31,78,121,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#14afd3",endColorstr="#1f4e79",GradientType=1);
}
.back-to-top em {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  /*background: #fc7c1f;*/
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
}
#header .logo {
  /* font-size: 28px; */
  margin: 0;
  padding: 0;
  font-weight: 600;
  letter-spacing: 1px;
}
#header .logo a {
  color: #fff;
}
#header .logo img {
  max-height: 50px;
}
#header.header-scrolled {
  background-image: url('../img/banner_bg_9.jpg');

  /* padding: 22px 0; */
}

@media screen and (max-width:680px){
  #header .logo img {
    max-height: 40px;
  }
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.top-bar {
    /* background-color: #00BFF3; */
    /* background-color: #00BFF3; */
    /*background-color: #0075BD;*/
    /*    background: rgb(21,164,201);
    background: -moz-linear-gradient(90deg, rgba(21,164,201,1) 0%, rgba(27,110,151,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(21,164,201,1) 0%, rgba(27,110,151,1) 100%);
    background: linear-gradient(90deg, rgba(21,164,201,1) 0%, rgba(27,110,151,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#15a4c9",endColorstr="#1b6e97",GradientType=1);*/
    background: #104D77;
}
.top-bar-bg{
  background-image: url('../img/banner_bg_9.jpg');
  padding: 0;
  margin: 0;
  /* height: 20px; */
}
.top-bar .navbar{
  padding-right: 16.5%;
}
.top-bar i{
  margin-top: 12px;
  
}
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");


.call-btn {
    /* position: fixed; */
    margin: 0;
    /* top: 0;
    right: 0; */
    bottom: 0px;
    background: #fff;
    background-color: transparent;
    cursor: pointer;
    font-size: 0;
    width: 60px;
    height: 20px;
    z-index: 1000;
}
.call-btn-icon {
  cursor: pointer;
  /* background-color: #34afff; */
  height: 40px;
  border-radius: 100%;
  width: 40px;
  font-size: 17px;
  
  display: block;
  float: left;
  position: absolute;
  top: 0px;
  left: 0px;
}

.call-btn .tada {
  
    /* background: #ff9002; */
    /* background-color:#fff; */
    border-radius: 100px;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -23px;
    margin-left: -23px;
    animation-name: tada;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}


@keyframes tada {
    from {
        transform: rotate(-20deg);
    }
    to {
        transform: rotate(20deg);
    }
}

.call-btn .pulse {
    width: 20px;
    height: 20px;
    /* background: rgb(117, 192, 253); */
    background-color: #46b1f8b7;
    
    border-radius: 100px;
    position: absolute;
    top: 60%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    animation-name: pulse;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

@keyframes pulse {
    from {
        width: 35px;
        height: 35px;
        margin-top: -25px;
        margin-left: -25px;
    }
    to {
        width: 40px;
        height: 40px;
        margin-top: -30px;
        margin-left: -30px;
    }
}

.call-btn .zoomIn {
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100px;
    position: absolute;
    top: 60%;
    left: 50%;
    margin-top: -50px;
    margin-left: -40px;
    animation-name: zoomIn;
    animation-duration: 1.1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}

@keyframes zoomIn {
    from {
        width: 20px;
        height: 20px;
        margin-top: -20px;
        margin-left: -20px;
    }
    to {
        width: 60px;
        height: 60px;
        margin-top: -40px;
        margin-left: -40px;
    }
}

@media screen and (max-width: 549px) {
    .call-btn {
        width: 0px;
        height: 30px;
    }
    .hide{
        display:none;
    }
    .top-bar-div {
        padding: 0;
        margin: 0;
        justify-content:unset;
    }
}


@media screen and (min-width: 1200px) {

    .header-txt-logo {
        margin-top: 5.8px
    }
}










.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
  white-space: nowrap;
  padding: 10px 0 10px 30px;
}
    .navbar a, .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        padding: 0;
        white-space: nowrap;
        transition: 0.3s;
        letter-spacing: 0.4px;
        position: relative;
        text-transform: uppercase;
    }
/*    .navbar a {
        box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 3.9);
    }*/
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  width: 0;
  background-color: #fff;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;
  width: 80%;
}
    .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
        color: #fff;
    }
    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 30px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        /* background-color: #181d5c80; */
        /* background-color: #0075bdce; */
        /*background-color: #6ab8ec;*/
        /*background-color: #1A5B6F;*/
        /*background: #104D77;*/
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
    }
    .navbar .dropdown ul {
        background: #104D77;
    }
.navbar-mobile .dropdown ul {
    background:white;
}
.navbar .dropdown ul li {
    min-width: 200px;
}
.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    color: #fff;
    font-weight: 900;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  /* color: #0078ff; */
  /*color: #0077C1;*/
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

#header .bi-x::before {
    color: #000;
}




@media (max-width: 991px) {
    .nav{
    
    padding: 20px 0;
  }
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  /*background: rgba(78, 78, 78, 0.9);*/
  background:#fff;
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  /* background-color: #000; */
  
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile > ul > li {
  padding: 0;
}
.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
  visibility: hidden;
}
    .navbar-mobile a, .navbar-mobile a:focus {
        padding: 10px 20px;
        font-size: 15px;
        color: rgb(20,175,211);
        
    }
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  /* color: #0078ff; */
  color: #0077C1;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  /* background: #000; */
  box-shadow: 0px 0px 30px rgba(100, 108, 128, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
    .navbar-mobile .dropdown ul a {
        padding: 10px 20px;
        color: rgb(20,175,211);
    }
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #0078ff;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  /* background-image:   linear-gradient(to bottom, #2a01c000, rgba(109, 109, 109, 0.73)),url('../img/banner_bg_9.jpg'); */
  background-image: linear-gradient(to bottom, rgba(41, 159, 206, 0.43), rgb(0, 0, 0)),url('../img/banner_bg_9.jpg');
      /*background-image: linear-gradient(to bottom, rgb(0 69 97 / 43%), rgb(0, 0, 0)),url(../img/banner_bg_9.jpg);*/


  

/* background: linear-gradient(0deg, #2a2c39 0%, #33364a 100%); */
  padding: 0;
}
#show_bg_2 {
  background-image:
  linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgba(117, 19, 93, 0.73)),
  url('images/background.jpg');

  background-size: cover;

}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  height: 70vh;
  padding-top: 60px;
  

}
#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}


@media (min-width: 772px)and (max-width:1200px){
    #hero h2 {
        font-size: 50px;
    }
    #hero .carousel-container{
        height:63vh;
    }
    .espa {
        width:210px;
    }
}

@media screen and (max-width: 710px){

    .espa {
        width:170px;
    }
}



@media screen and (max-height:720px){
    #hero h2 {
        font-size: 30px;
        margin: 0
    }
    #hero, #hero .btn-get-started {
        margin: 0
    }

    #hero .carousel-container {
        height: unset;
    }
    .espa {
        width: 170px;
    }

}

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}
#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}
#hero .btn-get-started {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 15px 32px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin-top: 20px;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    background: rgb(20,175,211);
    background: -moz-linear-gradient(90deg, rgba(20,175,211,1) 0%, rgba(31,78,121,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(20,175,211,1) 0%, rgba(31,78,121,1) 100%);
    background: linear-gradient(90deg, rgba(20,175,211,1) 0%, rgba(31,78,121,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#14afd3",endColorstr="#1f4e79",GradientType=1);
}
    #hero .btn-get-started:hover {
        background: rgb(31,78,121);
        background: -moz-linear-gradient(90deg, rgba(31,78,121,1) 0%, rgba(20,175,211,1) 100%);
        background: -webkit-linear-gradient(90deg, rgba(31,78,121,1) 0%, rgba(20,175,211,1) 100%);
        background: linear-gradient(90deg, rgba(31,78,121,1) 0%, rgba(20,175,211,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1f4e79",endColorstr="#14afd3",GradientType=1);
        color: #fff;
        text-decoration: none;
    }
@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}
@media (max-width: 768px)  {
    #hero .carousel-container {
        height: 80vh;
    }
  #hero h2 {
    font-size: 28px;
  }
}
@media (max-height:740px) {
    #hero .carousel-container {
        padding-top: 160px
    }
}

@media (max-width: 280px) {
    #hero .carousel-container {
        height: 50vh;
    }

    #hero h2 {
        font-size: 16px;
    }
    #hero p {
        font-size: 14px;
        margin:0;
        width:100%;
    }
    #hero .btn-get-started {
        font-size:12px;
        padding:12px 9;
    }
}








.hero-waves {
  display: block;
  width: 100%;
  height: 100px;
  position: relative;
}

.wave1 use {
  -webkit-animation: move-forever1 10s linear infinite;
  animation: move-forever1 10s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave2 use {
  -webkit-animation: move-forever2 8s linear infinite;
  animation: move-forever2 8s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave3 use {
  -webkit-animation: move-forever3 6s linear infinite;
  animation: move-forever3 6s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@-webkit-keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@-webkit-keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-title {
  padding-bottom: 40px;
}
    .section-title h2 {
        text-align: left;
        font-size: 14px;
        font-weight: 500;
        padding: 0;
        line-height: 1;
        margin: 0 0 5px 0;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #212529;
        font-family: "Poppins", sans-serif;
    }
.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: rgb(0, 105, 173);
  margin: 2px 10px;
}
    .section-title p {
        text-align: left;
        margin: 0;
        margin: 0;
        font-size: 36px;
        font-weight: 700;
        text-transform: uppercase;
        font-family: "Poppins", sans-serif;
        /*color: #2a2c39;*/
        color: #3f4a5e;
    }

@media screen and (max-width:565px) {
    .section-title p {
        font-size: 30px;
        line-height: 1.4;
    }
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
/* .about {
  padding-top: 80px;
}
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding-left: 28px;
  position: relative;
}
.about .content ul li + li {
  margin-top: 10px;
}
.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: rgb(0, 105, 173);
  line-height: 1;
}
.about .content p:last-child {
  margin-bottom: 0;
}
.about .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: rgb(0, 105, 173);
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid rgb(0, 105, 173);
}
.about .content .btn-learn-more:hover {
  background: rgb(0, 105, 173);
  color: #fff;
  text-decoration: none;
} */

/*--------------------------------------------------------------
# Features
https://codepen.io/Danil89/details/pyqpZj  
--------------------------------------------------------------*/
.boxfeatures {
    display: block;
    position: relative;
    /* width: 860px; */
    min-width: 860px;
    margin: 0 auto
}
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
@-webkit-keyframes fadeIn {
  from {
      opacity: 0
  }
  to {
      opacity: 1
  }
}
@keyframes fadeIn {
  from {
      opacity: 0
  }
  to {
      opacity: 1
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}
#features {
  padding-top: 0px!important;
  text-align: center
}

#features .section-title{
  padding-bottom: 20px;
}
 #features .features-title {
  display: inline-block;
  position: relative;
  color: #404040;
  font-size: 32px;
  font-family: "Roboto";
  font-weight: 400;
  line-height: 46px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 1em 0
} 
#features .features-title::after {
  display: block;
  position: absolute;
  bottom: -.2em;
  left: 50%;
  margin-left: -40px;
  content: "";
  width: 80px;
  height: 3px;
  background-color: rgb(0, 105, 173);
}
#features .features-content {
  display: flex;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  padding-bottom: 5em;
  margin-bottom: 5em;
  /* border-bottom: 2px solid #e5f7fb */
}




#features .features-content+.features-content {
  border: 0
}
#features .features-content-col {
  width: 50%;
  text-align: left
}
#features .features-textblock {
  display: none;
  position: relative
}
#features .features-textblock.__active {
  display: block
}
/* #features .features-textblock h1,
#features .features-textblock h2,
#features .features-textblock h3,
#features .features-textblock h4,
#features .features-textblock h5 {
  color: #404040;
  font-family: "Open Sans";
  font-weight: 900;
  padding: 0;
  font-size: 1.5em
} */
/* #features .features-textblock p {
  color: #404040;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 300;
  line-height: 1.7em
} */
#features .features-textblock ul {
  margin: 0;
  padding: 0 2em;
  list-style: none
}
#features .features-textblock h2{
color:#4BD2F6; 
}
/* #features .features-textblock ul li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  text-indent: -5px;
  color: #404040;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 300;
  line-height: 1.7em;
  padding: 0.7em 0
} */
#features .features-textblock ul li:before {
  display: inline-block;
  position: relative;
  top: -1px;
  left: -11px;
  content: '';
  width: 5px;
  height: 5px;
  background-color: rgb(0, 105, 173);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%
}
#features .features-graph {
  height: 425px;
  margin: 25px
}
#features .features-graph .button-holder {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center
}
#features .features-graph .animation-holder {
  display: flex;
  justify-content: center;
  align-items: center
}
#features .features-graph .flash-oval {
  background-color: rgb(0, 105, 173);
  width: 12em;
  height: 12em;
  border-radius: 7em;
  -webkit-transform: translateX(1px);
  -ms-transform: translateX(1px);
  transform: translateX(1px);
  z-index: 100;
  margin: 3.5em 0 3em 1em;
}
#features .features-graph .flash-oval img {
  position: absolute;
  right: 32px;
  top: 23px;
}
#features .features-graph .btn-with-icon {
  display: block;
  width: 70px;
  height: 70px;
  background-color: #fff;
  border: 1px solid #0069AD;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  transition-duration: 0.3s;
  background-position: center;
  background-repeat: no-repeat;
  line-height: 5em;
  z-index: 0;
  cursor: pointer;
  margin-left: 12%;
  margin-right: 8%;
  text-align: center;
  opacity: 0.5;
  filter: alpha(opacity=50)
}
#features .features-graph .btn-with-icon.__active {
  opacity: 1;
  border: 3px solid rgb(0, 105, 173);
  filter: alpha(opacity=100)
}
#features .features-graph .btn-with-icon:hover {
  opacity: 1
  
}
#features .features-graph .sq-bt-label {
  letter-spacing: 0;
  color: #656b6f;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  position: absolute;
  text-transform: uppercase
}
#features .features-graph .label-top-left {
  right: 36%;
  top: 18%;
}
#features .features-graph .label-top {
  right: 21.3%;
  top: 18%;
}
#features .features-graph .label-top-right {
  right: 6.7%;
  top: 18%;
}
#features .features-graph .label-bottom-left {
  right: 36.3%;
  bottom: 19%;
}
#features .features-graph .label-bottom {
  right: 21.4%;
  bottom: 19%;
}
#features .features-graph .label-bottom-right {
  right: 6.6%;
  bottom: 19%;
}
@media (min-width:767px) and (max-width:854px){

  #features .features-graph .label-top-left {
    right: 64%;
    top: 10%;
  }
  #features .features-graph .label-top {
    right: 45.3%;
    top: 10%;
  }
  #features .features-graph .label-top-right {
    right: 26.7%;
    top: 10%;
  }
  #features .features-graph .label-bottom-left {
    right: 64.3%;
    bottom: 56%;
  }
  #features .features-graph .label-bottom {
    right: 45.4%;
    bottom: 56%;
  }
  #features .features-graph .label-bottom-right {
    right: 26.6%;
    bottom: 56%;
  }
}
@media (max-width:767px){

  #features .features-graph .label-top-left {
    right: 69%;
    top: 10%;
  }
  #features .features-graph .label-top {
    right: 45.3%;
    top: 10%;
  }
  #features .features-graph .label-top-right {
    right: 19.7%;
    top: 10%;
  }
  #features .features-graph .label-bottom-left {
    right: 69%;
    bottom: 56.5%;
  }
  #features .features-graph .label-bottom {
    right: 45.4%;
    bottom: 56.5%;
  }
  #features .features-graph .label-bottom-right {
    right: 19.7%;
    bottom: 56.5%;
  }
}



#features .features-graph .icon-features-1:after {
  content: ' ';
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/598117/top-left.svg);
  background-size: 100%;
  height: 110px;
  width: 85px;
  background-repeat: no-repeat;
  position: absolute;
  top: 23.4%
}
#features .features-graph .icon-features-2:after {
  content: ' ';
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/598117/top.svg);
  height: 110px;
  width: 85px;
  background-repeat: no-repeat;
  position: absolute;
  top: 18%
}
#features .features-graph .icon-features-3:after {
  content: ' ';
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/598117/top-right.svg);
  background-size: 100%;
  height: 110px;
  width: 85px;
  background-repeat: no-repeat;
  position: absolute;
  top: 23.4%;
  right: 10%
}
#features .features-graph .icon-features-4:after {
  content: ' ';
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/598117/bottom-left.svg);
  background-size: 100%;
  height: 110px;
  width: 85px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 34%;
}
#features .features-graph .icon-features-5:after {
  content: ' ';
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/598117/bottom.svg);
  height: 110px;
  width: 85px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 30%
}
#features .features-graph .icon-features-6:after {
  content: ' ';
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/598117/bottom-right.svg);
  background-size: 100%;
  height: 110px;
  width: 85px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 34%;
  right: 10%
}
#features .features-graph #top-left-line {
  position: absolute;
  top: 170px;
  left: 50px;
  z-index: -4
}
#features .features-graph .icon-features-1 {
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/598117/icon-1.svg);
  background-size: 150%;
  background-position: 50% 0
}
#features .features-graph .icon-features-2 {
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/598117/icon-2.svg);
  background-size: 70%;
  background-position: 50% 50%
}
#features .features-graph .icon-features-3 {
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/598117/icon-3.svg);
  background-size: 65%
}
#features .features-graph .icon-features-4 {
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/598117/icon-4.svg);
  background-size: 150%;
  background-position: 50% 0
}
#features .features-graph .icon-features-5 {
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/598117/icon-5.svg);
  background-size: 150%
}
#features .features-graph .icon-features-6 {
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/598117/icon-6.svg);
  background-size: 65%;
  background-position: 50% 50%
}
#features .features-graph .wave {
  position: absolute;
  opacity: 0;
  width: 12em;
  height: 12em;
  border: #56a9e8 1px solid;
  border-radius: 7em;
  -webkit-animation-name: ripple;
  animation-name: ripple;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: linear;
  animation-iteration-count: linear;
  text-align: center;
  top: 0
}
#features .features-graph .wave2 {
  position: absolute;
  opacity: 0;
  width: 12em;
  height: 12em;
  border: #56a9e8 1px solid;
  border-radius: 7em;
  -webkit-animation-name: ripple2;
  animation-name: ripple2;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: linear;
  animation-iteration-count: linear;
  top: 0;
  text-align: center
}
#features .features-graph .wave3 {
  position: absolute;
  opacity: 0;
  width: 12em;
  height: 12em;
  border: #56a9e8 1px solid;
  border-radius: 7em;
  -webkit-animation-name: ripple3;
  animation-name: ripple3;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: linear;
  animation-iteration-count: linear;
  text-align: center;
  top: 0
}
#features .features-graph .wave4 {
  position: absolute;
  opacity: 0;
  width: 12em;
  height: 12em;
  border: #56a9e8 1px solid;
  border-radius: 7em;
  -webkit-animation-name: ripple4;
  animation-name: ripple4;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: linear;
  animation-iteration-count: linear;
  text-align: center;
  top: 0
}
@-webkit-keyframes ripple {
  from {
      opacity: 0.8
  }
  to {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
      opacity: 0
  }
}
@keyframes ripple {
  from {
      opacity: 0.8
  }
  to {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
      opacity: 0
  }
}
@-webkit-keyframes ripple2 {
  from {
      opacity: 0.7
  }
  to {
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
      opacity: 0
  }
}
@keyframes ripple2 {
  from {
      opacity: 0.7
  }
  to {
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
      opacity: 0
  }
}
@-webkit-keyframes ripple3 {
  from {
      opacity: 0.7
  }
  to {
      -webkit-transform: scale(2);
      transform: scale(2);
      opacity: 0
  }
}
@keyframes ripple3 {
  from {
      opacity: 0.7
  }
  to {
      -webkit-transform: scale(2);
      transform: scale(2);
      opacity: 0
  }
}
@-webkit-keyframes ripple4 {
  from {
      opacity: 0.6
  }
  to {
      -webkit-transform: scale(2.5);
      transform: scale(2.5);
      opacity: 0
  }
}
@keyframes ripple4 {
  from {
      opacity: 0.4
  }
  to {
      -webkit-transform: scale(2.5);
      transform: scale(2.5);
      opacity: 0
  }
}
#features .features-items {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-flow: row wrap;
  list-style: none;
  margin: 0;
  padding: 0
}
#features .features-items li {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 50%;
  text-align: left;
  padding: 20px 50px 20px 20px
}

.hidden {display:none;}
.visible {display:block;}

/* #features .features-textblock p {
  color: #404040;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 300;
  line-height: 1.7em
} */
#features .features-textblock ul {
  margin: 0;
  padding: 0 2em;
  list-style: none
}
/* #features .features-textblock ul li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  text-indent: -5px;
  color: #404040;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 300;
  line-height: 1.7em;
  padding: 0.7em 0
} */
/* #features .features-textblock ul li:before {
  display: inline-block;
  position: relative;
  top: -1px;
  left: -11px;
  content: '';
  width: 5px;
  height: 5px;
  background-color: #00b0de;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%
} */
#features .features-graph {
  height: 425px;
  margin: 25px
}
#features .features-graph .button-holder {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center
}
#features .features-graph .animation-holder {
  display: flex;
  justify-content: center;
  align-items: center
}
#features .features-graph .flash-oval {
  background-color: rgb(0, 105, 173);
  width: 12em;
  height: 12em;
  border-radius: 7em;
  -webkit-transform: translateX(1px);
  -ms-transform: translateX(1px);
  transform: translateX(1px);
  z-index: 100;
  margin: 1.5em 0 3em 1em
}
#features .features-graph .flash-oval img {
  position: absolute;
  right: 33px;
  top: 25px;
}
.features-content-col2{
  display: none;
}
.features-content-col1{
  display: block;
}

@media (max-width: 857px) {

  .features-content-col1{
    display: none;
  }
  .features-content-col2{
    display: block;
  }
  #features .features-content  {
    flex-direction: column;
  }

  #features{
    text-align:unset;
  }
  .boxfeatures{
    min-width: unset;;
  }
  #features .features-content-col{
    width:unset;
  }
  #features .features-graph .btn-with-icon{
    width:130px;
    height: 50px;
  }
  #features .features-graph .flash-oval{
    /* margin: 5.5em 1em 5em 5em; */
    margin:25px 50px;
    width: 9em;
    height: 9em;
  }
  .features-title{
    text-align: center;
  }



  #features .features-graph .icon-features-1:after {

    position: absolute;
    top: 12%
  }
  #features .features-graph .icon-features-2:after {

    position: absolute;
    top: 11%
  }
  #features .features-graph .icon-features-3:after {

    top: 12%;
    right: 20%
  }
  #features .features-graph .icon-features-4:after {

    position: absolute;
    top:21%;
  }
  #features .features-graph .icon-features-5:after {

    position: absolute;
    top:24%;
  }
  #features .features-graph .icon-features-6:after {

    top:21%;
    right: 10%
  }
  

}


@media screen and  (min-width:382px) and (max-width: 756px){
  #features .features-graph .icon-features-6:after,   
  #features .features-graph .icon-features-3:after  {

    
    right: 22%;
    
  }
}
@media screen and  (min-width:757px) and (max-width: 856px){
  #features .features-graph .icon-features-6:after,   
  #features .features-graph .icon-features-3:after  {

    
    right: 30%;
    
  }
}





/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: #2a2c39;
  padding: 80px 0;
}
.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.cta p {
  color: #fff;
}
.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: rgb(0, 105, 173);
}
.cta .cta-btn:hover {
  background: #fff;
  color: rgb(0, 105, 173);
}
@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}
@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
/* .services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100%;
}
.services .icon-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 2px 35px 0 rgba(68, 88, 144, 0.2);
}
.services .icon {
  position: absolute;
  left: -20px;
  top: calc(50% - 30px);
}
.services .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
}
.services .title {
  margin-left: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.services .title a {
  color: #2a2c39;
  transition: ease-in-out 0.3s;
}
.services .title a:hover {
  color: rgb(0, 105, 173);
}
.services .description {
  font-size: 14px;
  margin-left: 40px;
  line-height: 24px;
  margin-bottom: 0;
}




*/
@media (min-width: 1400px) {
    .services .container {
        max-width:1607px!important;
    }

}

@media (max-width: 1200px) {
    .services .container{
        max-width: 1230px!important;
    }
}
@media (max-width: 991px) {
    .services .container {
        padding:0 5% !important;
    }
}
@media (min-width:473px) and (max-width: 767px) {
    .services .container {
        padding: 0 20% !important;
    }
}



/*, .services .container-lg, .services .container-md, .services .container-sm, .services .container-xl */
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1230px;
}

.services .box {
 background-color:#ffffff;
  box-shadow: 0 2px 35px 0 rgba(68, 88, 144, 0.2);

	overflow:hidden;
	transition: .3s ease;
  height: 100%;
}
.services .box i {
	/* color:#f26c4f; */
  color: #0075BD;
	transition:inherit;
	transition-delay: 0s
}
.services h4 {
	color:#fff;
	transition:inherit;
	transition-delay: .05s;
}
.services p {
	color:#000000;
	transition:inherit;
	transition-delay: .1s;
}
.readmore {
	color:rgb(0, 0, 0);
	overflow: hidden;
    display: inline-block;
    font-size: .75rem;
    text-transform: uppercase;
    font-weight: 700;
    color: rgb(2, 2, 2);
    position: relative;
    padding-right: 2rem;
}
    .readmore:before {
        animation: ts-link-arrow-effect-animation-out;
        animation-fill-mode: forwards;
        animation-duration: .4s;
        animation-timing-function: cubic-bezier(.6, .01, 0, 1);
        background: rgb(20,175,211);
        background: -moz-linear-gradient(90deg, rgba(20,175,211,1) 0%, rgba(31,78,121,1) 100%);
        background: -webkit-linear-gradient(90deg, rgba(20,175,211,1) 0%, rgba(31,78,121,1) 100%);
        background: linear-gradient(90deg, rgba(20,175,211,1) 0%, rgba(31,78,121,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#14afd3",endColorstr="#1f4e79",GradientType=1);
        bottom: 0;
        height: .125rem;
        margin: auto;
        left: 0;
        content: '';
        position: absolute;
        top: 0;
        width: 100%;
        transform: scaleX(.2);
        transform-origin: left center;
        z-index: 0;
    }
.readmore span {
	position: relative;
    transform: translateX(-200%);
    display: inline-block;
    transition: .6s cubic-bezier(.6, .01, 0, 1);
}
.box:hover .readmore span {
    transform: translateX(0%);
}
.box:hover .readmore:before {
	animation: ts-link-arrow-effect-animation-in;
    animation-fill-mode: forwards;
    animation-duration: .4s;
    animation-timing-function: cubic-bezier(.6, .01, 0, 1);
}
.box:hover i,
.box:hover h4,
.box:hover p {
    transform: translateY(-0.625rem);
}
@keyframes ts-link-arrow-effect-animation-out {
    0% {
        transform-origin: right center;
        transform: scaleX(.2);
    }

    70% {
        transform-origin: right center;
    }

    71% {
        transform-origin: left center;
        transform: scaleX(1);
    }

    100% {
        transform-origin: left center;
        transform: scaleX(.2);
    }
}
@keyframes ts-link-arrow-effect-animation-in {
    0% {
        transform-origin: left center;
        transform: scaleX(.2);
    }

    70% {
        transform-origin: left center;
        transform: scaleX(1);
    }

    71% {
        transform-origin: right center;
    }

    100% {
        transform-origin: right center;
        transform: scaleX(.2);
    }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  list-style: none;
  margin-bottom: 20px;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 0 0 10px 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  transition: all 0.3s ease-in-out;
}
.portfolio #portfolio-flters li::before {
  content: "[";
  margin-right: 6px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}
.portfolio #portfolio-flters li::after {
  content: "]";
  margin-left: 6px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: rgb(0, 105, 173);
}
.portfolio #portfolio-flters li.filter-active::before, .portfolio #portfolio-flters li.filter-active::after {
  color: rgb(0, 105, 173);
}
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio .portfolio-item .portfolio-img {
  overflow: hidden;
}
.portfolio .portfolio-item .portfolio-img img {
  transition: all 0.8s ease-in-out;
}
.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 3;
  right: 15px;
  transition: all ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
}
.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}
.portfolio .portfolio-item .portfolio-info p {
  color: #fedac0;
  font-size: 14px;
  margin-bottom: 0;
}
.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #fff;
  transition: 0.3s;
}
.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #fd9f5b;
}
.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}
.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}
.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.portfolio .portfolio-item .portfolio-links a:hover {
  color: #fd9f5b;
}
.portfolio .portfolio-item:hover .portfolio-img img {
  transform: scale(1.2);
}
.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}



/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
  /* background-color: #bfbfbf; */
  background-color: #fafbfc;
  box-shadow: 7px 7px 13px 0 rgba(19, 19, 19, 0.05);
  /* background-color: #404653; */
}
.faq h2 {
  /* color: #575757; */
}
.faq h5 {
  font-size:1.25rem;
}
.faq .faq-list {
  padding: 0;
  list-style: none;
}
.faq .faq-list li {
  border-bottom: 1px solid #ececf1;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
    .faq .faq-list .question {
        display: block;
        position: relative;
        /* font-family: rgb(0, 105, 173); */
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        padding-left: 25px;
        cursor: pointer;
        color: #0177C1;
        transition: 0.3s;
    }
.faq .faq-list em {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
  
  /* color: #fff; */
}


.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list .collapsed {
  /* color: rgb(255, 255, 255); */
}
/*.collapsed h5 {
    color: #000;
    font-weight: 600;
}*/
.faq .faq-list .collapsed:hover {
    color: #0868A2;
}
.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}
.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}
@media screen and (max-width:1200px){
    .faq h5{
        font-size:1rem
    }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}
.contact .info i {
  font-size: 20px;
  color: rgb(0, 105, 173);
  float: left;
  width: 44px;
  height: 44px;
  background: #ffecde;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2a2c39;
}
.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #555974;
}
.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}
.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: rgb(0, 105, 173);
  color: #fff;
}
.contact .email-form {
  width: 100%;
  background: #fff;
}
.contact .email-form .form-group {
  padding-bottom: 8px;
}
.contact .email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .email-form .error-message br + br {
  margin-top: 25px;
}
.contact .email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .email-form input, .contact .email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .email-form input {
  height: 44px;
}
.contact .email-form textarea {
  padding: 10px 12px;
}
    .contact .email-form button[type=submit] {
        /*background: rgb(0, 105, 173);*/
        background: rgb(20,175,211);
        background: -moz-linear-gradient(90deg, rgba(20,175,211,1) 0%, rgba(31,78,121,1) 100%);
        background: -webkit-linear-gradient(90deg, rgba(20,175,211,1) 0%, rgba(31,78,121,1) 100%);
        background: linear-gradient(90deg, rgba(20,175,211,1) 0%, rgba(31,78,121,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#14afd3",endColorstr="#1f4e79",GradientType=1);
        transition: opacity 5s linear!important;
        border: 0;
        padding: 10px 24px;
        color: #fff;
        transition: 0.4s;
        border-radius: 50px;
    }
        .contact .email-form button[type=submit]:hover {
            /*background: #fc8129;*/
            background: rgb(31,78,121);
            background: -moz-linear-gradient(90deg, rgba(31,78,121,1) 0%, rgba(20,175,211,1) 100%);
            background: -webkit-linear-gradient(90deg, rgba(31,78,121,1) 0%, rgba(20,175,211,1) 100%);
            background: linear-gradient(90deg, rgba(31,78,121,1) 0%, rgba(20,175,211,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1f4e79",endColorstr="#14afd3",GradientType=1);
        }
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  margin-top: 70px;
  background: #f7f8f9;
  min-height: 40px;
}
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
  margin: 0;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
@media (max-width: 992px) {
  .breadcrumbs ol {
    margin-top: 10px;
  }
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #404356;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {

  background-color: #2A2C39;
  /* background-color: #0076BF; */
  /* background-color: #0F0725; */

}


.footer .btn.btn-social {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(256, 256, 256, .1);
    border-radius: 40px;
    transition: .3s;
    font-style: normal;
}
.footer .btn.btn-social:hover {
  color: var(--primary);
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 10px;
  padding: 0;
  text-align: left;
  color: var(--light);
  font-weight: normal;
  transition: .3s;
}
.footer li {
 
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;

  
}


.footer .btn.btn-link:hover {
  /*letter-spacing: 1px;*/
  box-shadow: none;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 14px;
  border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
  color: var(--light);
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}



/*--------------------------------------------------------------
Clients Section
--------------------------------*/
/* #clients {
  padding: 60px 0;
}
#clients img {
  opacity: 0.5;
  transition: 0.3s;
}
#clients img:hover {
  opacity: 1;
}
#clients .swiper-pagination {
  margin-top: 30px;
  position: relative;
}
#clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid rgb(0, 105, 173);
}
#clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgb(0, 105, 173);
}
.clients-container{
  max-width: 1620px;
}
 */


@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1750px);
  }
}
.swiper {
  /* background: rgba(145, 144, 144, 0.418); */
  /* box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125); */
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  /* width: 960px; */
}
.swiper::before, .swiper::after {
  /* background: linear-gradient(to right, rgb(109, 109, 109) 0%, rgba(255, 255, 255, 0) 100%); */
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.swiper::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.swiper::before {
  left: 0;
  top: 0;
}
    .swiper .swiper-wrapper {
        animation: scroll 30s linear infinite;
        display: flex;
        width: 3500px;
        /*padding-top: 24px;*/
    }
.swiper .swiper-slide{
  /*height: 100px;*/
  width: 200px;
}





/* **************************circle Contact Animation*********************** */



          .iq-features {
              margin-top: -70px;
              /*margin-bottom:20px;*/
          }

          @media screen and (max-width:545px){
              .iq-features {
                  margin-top: -136px;
                  margin-bottom: -100px;
              }
          }

          .holderCircle {
              width: 500px;
              height: 500px;
              border-radius: 100%;
              
              position: relative;
          }

          .dotCircle {
              width: 100%;
              height: 100%;
              position: absolute;
              margin: auto;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              border-radius: 100%;
              z-index: 20;
          }

              .dotCircle .itemDot {
                  display: block;
                  width: 80px;
                  height: 80px;
                  position: absolute;
                  background: #ffffff;
                  color: #3698D8;
                  border-radius: 20px;
                  text-align: center;
                  line-height: 80px;
                  font-size: 30px;
                  z-index: 3;
                  cursor: pointer;
                  border: 2px solid #e6e6e6;
              }

                  .dotCircle .itemDot .forActive {
                      width: 56px;
                      height: 56px;
                      position: absolute;
                      top: 0;
                      left: 0;
                      right: 0;
                      bottom: 0;
                      display: none;
                  }

                      .dotCircle .itemDot .forActive::after {
                          content: '';
                          width: 5px;
                          height: 5px;
                          border: 3px solid #3698D8;
                          bottom: -31px;
                          left: -14px;
                          filter: blur(1px);
                          position: absolute;
                          border-radius: 100%;
                      }

                      .dotCircle .itemDot .forActive::before {
                          content: '';
                          width: 6px;
                          height: 6px;
                          filter: blur(5px);
                          top: -15px;
                          position: absolute;
                          transform: rotate(-45deg);
                          border: 6px solid #55ceff;
                          right: -39px;
                      }

                  .dotCircle .itemDot.active .forActive {
                      display: block;
                  }

          .round {
              position: absolute;
              left: 40px;
              top: 45px;
              width: 410px;
              height: 410px;
              border: 2px dotted #55ceff;
              border-radius: 100%;
              /* -webkit-animation: rotation 100s infinite linear; */
              background-color: #fff;
          }

.dotCircle .itemDot:hover,
.dotCircle .itemDot.active {
    color: #ffffff;
    transition: 0.5s;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3698D8+0,a733bb+100 */
    background: rgb(21,164,201);
    background: -moz-linear-gradient(90deg, rgba(21,164,201,1) 0%, rgba(27,110,151,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(21,164,201,1) 0%, rgba(27,110,151,1) 100%);
    background: linear-gradient(90deg, rgba(21,164,201,1) 0%, rgba(27,110,151,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#15a4c9",endColorstr="#1b6e97",GradientType=1);
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
    -moz-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
    box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
}

          .dotCircle .itemDot {
              font-size: 40px;
          }

          .contentCircle {
              width: 250px;
              border-radius: 100%;
              color: #222222;
              position: relative;
              top: 150px;
              left: 50%;
              transform: translate(-50%, -50%);
              z-index: 21;
          }

              .contentCircle .CirItem {
                  border-radius: 100%;
                  color: #222222;
                  position: absolute;
                  text-align: center;
                  bottom: 0;
                  left: 0;
                  opacity: 0;
                  transform: scale(0);
                  transition: 0.5s;
                  font-size: 15px;
                  width: 100%;
                  height: 100%;
                  top: 0;
                  right: 0;
                  margin: auto;
                  /*line-height: 250px;*/
              }

          .CirItem.active {
              z-index: 1;
              opacity: 1;
              transform: scale(1);
              transition: 0.5s;
          }

          .contentCircle .CirItem em {
              font-size: 180px;
              position: absolute;
              top: 0;
              left: 50%;
              margin-left: -90px;
              /*color: #000000;*/
              color: #0077c1;
              opacity: 0.1;
              z-index: -1;
          }

          @media only screen and (min-width:300px) and (max-width:599px) {


            .holderCircle::after {
                width: 100%;
                height: 100%;
            }

            .dotCircle {
                width: 100%;
                height: 100%;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                margin: auto;
            }
          }

          @media only screen and (min-width:600px) and (max-width:767px) {
          }

          @media only screen and (min-width:768px) and (max-width:991px) {
          }

          @media only screen and (min-width:992px) and (max-width:1199px) {
          }

          @media only screen and (min-width:1991px) and (max-width:1200px) {

                .holderCircle {
                    transform: scale(0.5);
                    transform-origin: left center;
                    margin-left: 9vw;
                }
          }

.title-box .title {
    font-weight: 600;
    letter-spacing: 2px;
    position: relative;
    color: #1E5E87;
    /*z-index: -1;*/
    z-index: 22;
}

.title-box h2 span {
    text-shadow: 0 10px 10px rgba(0, 0, 0, .15);
    font-weight: 800;
    font-size: 33px;
}

          .title-box span {
              /*font-size: 17px;
          line-height: 2em;*/
              font-size: 25px;
              /*line-height: 2em;*/
              font-weight: 800;
              /*z-index: 9999;*/
              z-index: 23;
          }
   

          

@media screen and (max-width:539px) and (min-width:479px) {
  .holderCircle {
      transform: scale(0.7);
      transform-origin: left center;
      margin-left: 9vw;
  }

  
  
  .container .col-lg-6 {
      overflow:hidden;
  }
}
@media screen and (max-width:478px) and (min-width:415px) {
.holderCircle {
  transform: scale(0.6);
  transform-origin: left center;
  margin-left: 9vw;
}

.iq-features .container .col-lg-6 {
  overflow: hidden;
}
}

@media screen and (max-width:414px) and (min-width:355px) {
.holderCircle {
  transform: scale(0.5);
  transform-origin: left center;
  margin-left: 9vw;
}

.iq-features .container .col-lg-6 {
  overflow: hidden;
}
}

@media screen and (max-width:354px) and (min-width:300px) {
.holderCircle {
  transform: scale(0.5);
  transform-origin: left center;
  margin-left: 5vw;
}

.iq-features .container .col-lg-6 {
  overflow: hidden;
}
}


@media screen and (max-width:299px) and (min-width:265px) {
.holderCircle {
  transform: scale(0.5);
  transform-origin: left center;
  margin-left: 0vw;
  height:400px;
}

.iq-features .container .col-lg-6 {
  overflow: hidden;
}
}
@media screen and (max-width:264px) {
.holderCircle {
  transform: scale(0.4);
  transform-origin: left center;
  margin-left: 0vw;
}

.iq-features .container .col-lg-6 {
  overflow: hidden;
}
}


/* #tsparticles{
  height: 100px;
} */


/* -------- FLOATING BUTTON  --------------*/

@import 'https://fonts.googleapis.com/css?family=Noto+Sans';

/** {
    box-sizing: border-box;
}*/

.floating-button {
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    position: fixed;
    bottom: 8%;
    right: 14px;
    /*width: 40px;
    height: 40px;*/
    width: 44px;
    height: 45px;
    transform: translateY(70px);
    transition: all 250ms ease-out;
    border-radius: 50%;
    opacity: 0;
    /*background-color: #3698d8;*/
    background: rgb(20,175,211);
    background: -moz-linear-gradient(90deg, rgba(20,175,211,1) 0%, rgba(31,78,121,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(20,175,211,1) 0%, rgba(31,78,121,1) 100%);
    background: linear-gradient(90deg, rgba(20,175,211,1) 0%, rgba(31,78,121,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#14afd3",endColorstr="#1f4e79",GradientType=1);
}

@media (max-height:601px){
    .floating-button{
        bottom:16%;
    }
}
    .floating-button.active {
        visibility: visible;
        opacity: 1;
    }
    .floating-button.enter:hover {
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
        opacity: 1;
    }

    .floating-button.enter {
        transform: translateY(0);
        opacity: 0.6;
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.14);
    }

    .floating-button.expand {
        width: 250px;
        max-height: 67px;
        height: 67px;
        border-radius: 100px;
        cursor: auto;
        opacity: 1;
    }

    .floating-button :focus {
        outline: 0;
        box-shadow: 0 0 3pt 2pt rgba(14, 200, 121, 0.3);
    }

    .floating-button button {
        background: transparent;
        border: 0;
        color: white;
        text-transform: uppercase;
        border-radius: 3px;
        cursor: pointer;
    }

    .floating-button .button-content {
        display: flex;
        flex-direction: column;
        position: absolute;
        opacity: 0;
        /*width: 1px;
	 height: 1px;
	*/
        width: 230px;
        height: 47px;
        border-radius: 50%;
        /*transition: all 250ms ease-out;
	*/
        transition: all 1000ms ease-out;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

        .floating-button .button-content.enter {
            opacity: 1;
            border-radius: 0;
            margin: 10px;
            /*width: auto;
	 height: auto;
	*/
        }

        .floating-button .button-content .header {
            flex-shrink: 0;
            padding-bottom: 10px;
            display: flex;
            background: transparent;
        }

            .floating-button .button-content .header .title {
                flex-grow: 1;
                flex-shrink: 1;
                padding: 0 5px;
            }

            .floating-button .button-content .header button {
                flex-shrink: 0;
            }

.tel-icon {
    cursor: pointer;
    /*background-color: rgb(20,175,211);*/
    border-radius: 100%;
    width: 67px;
    /*font-size: 30px;*/
    font-size: 22px;
    display: block;
    float: left;
    position: absolute;
    top: -10px;
    left: -10px;
}
/*
    .tel-icon:hover {
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
        opacity: 1;
        transform: translateY(0);
        opacity: 0.6;
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.14);
    }*/
 

/* -------- .FLOATING BUTTON  --------------*/










/* about us page */




/** we_do **/

.we_do {
  background: #fff;
  padding: 90px 0 190px 0;
}

.we_do .titlepage::before {
  border: #2e2f34 solid 5px;
}

.we1_do {
  position: inherit;
  padding: 0;
}

#bo_ho:hover {
  border: #292a2c solid 1px;
  transition: ease-in all 0.5s;
}

.we_box {
  border: #e6e7e8 solid 1px;
  transition: ease-in all 0.5s;
  padding: 40px;
  margin-bottom: 26px;
}

.we_box h3 {
  color: #292929;
  font-size: 22px;
  font-weight: bold;
  line-height: 25px;
  text-transform: uppercase;
  padding-top: 25px;
}

.we_box h3 img {
  float: right;
}

.we_box p {
  color: #292929;
  padding-top: 25px;
  display: block;
  padding-bottom: 40px;
}

.we_box .read_more {
  max-width: 131px;
  height: 41px;
  line-height: 41px;
  margin: 0 auto;
  display: block;
  margin-right: 0;
  background: #464646;
}

#we1 .carousel-indicators {
  display: none;
}

#we1 a.carousel-control-next,
#we1 a.carousel-control-prev {
  background: #ffffff;
  width: 67px;
  height: 59px;
  top: 109%;
  opacity: 1;
  font-size: 33px;
  color: #000000;
  box-shadow: 3px 0 36px rgba(30, 30, 30, 0.2);
}

#we1 a.carousel-control-prev {
  left: 43%;
}

#we1 a.carousel-control-next {
  right: 43%;
}

#we1 a.carousel-control-next:focus,
#we1 a.carousel-control-next:hover,
#we1 a.carousel-control-prev:focus,
#we1 a.carousel-control-prev:hover {
  background: #464646;
  color: #fff;
  opacity: 1;
}


/** end we_do **/







@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}









@keyframes hover-shadow {
  0% {
    transform: translateY(6px);
    opacity: 0.4;
  }
  50% {
    transform: translateY(3px);
    opacity: 1;
  }
  100% {
    transform: translateY(6px);
    opacity: 0.4;
  }
}
.hover-shadow {
  display: inline-block;
  position: relative;
  background: rgb(0, 105, 173);
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;

  transition-duration: 0.3s;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hover-shadow a{
  color: #fff;
  
}

.hover-shadow:hover{
  background-color:#f26c4f;
  color:  rgb(0, 105, 173);
  
}


.hover-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%); /* W3C */
  transition-duration: 0.3s;
  transition-property: transform opacity;
}
.hover-shadow:hover {
  transform: translateY(-6px);
  animation-name: hover;
  animation-duration: 1.5s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  
}
.hover-shadow:hover:before {
  opacity: 0.4;
  transform: translateY(6px);
  animation-name: hover-shadow;
  animation-duration: 1.5s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}





/*.py-5{
  padding-top: 15px!important;
}

.py-4{
  padding-left:1.5rem!important;
}*/
.text-apps{
  color:#38B4E7;
  /* color:#4BD2F6; */
}

.text-icons{
  background-color: #F4F4FF;
  border-radius: 50px;
  width: 100px;
}






/*topbar*/

.topbar-div {
    padding-right: 10%;
}

    .topbar-div ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .topbar-div li {
        position: relative;
    }

    .topbar-div > ul > li {
        white-space: nowrap;
        padding: 10px 0 10px 30px;
    }

    .topbar-div a, .topbar-div a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        padding: 0;
        white-space: nowrap;
        transition: 0.3s;
        letter-spacing: 0.4px;
        position: relative;
        text-transform: uppercase;
    }

        .topbar-div a i, .topbar-div a:focus i {
            font-size: 12px;
            line-height: 0;
            margin-left: 5px;
        }

    .topbar-div > ul > li > a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: -6px;
        left: 0;
        width: 0;
        background-color: #fff;
        visibility: hidden;
        transition: all 0.3s ease-in-out 0s;
    }

    .topbar-div a:hover:before, .topbar-div li:hover > a:before, .topbar-div .active:before {
        visibility: visible;
        width: 80%;
    }

    .topbar-div a:hover, .topbar-div .active, .topbar-div .active:focus, .topbar-div li:hover > a {
        color: #fff;
    }


.floating-cta {
    position: fixed;
    bottom: 50%;
    right: 0;
    z-index: 99;
}

    .floating-cta .btn-cta {
        margin-top: 1rem;
        /*background: #d9001a;*/
        padding: .55rem 0.7rem;
        /*border: 1px solid rgb(20,175,211);*/
        border-radius: 20px;
        transition: all .2s ease;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-size: 1.05rem;
        color: #fff;
        /*background-color: #39BBF0;*/
        background: rgb(20,175,211);
        background: -moz-linear-gradient(90deg, rgba(0 133 255,1) 0%, rgba(0 207 255,1) 100%);
        background: -webkit-linear-gradient(90deg, rgba(0 133 255,1) 0%, rgba(0 207 255,1) 100%);
        background: linear-gradient(90deg, rgb(0 133 255) 0%, rgb(0 207 255) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#14afd3",endColorstr="#1f4e79",GradientType=1);
    }



        .floating-cta .btn-cta:hover, #requestDemoButton:hover {
            /*            color: #39BBF0;
            background-color: #fff;
            border: 1px solid #39BBF0;*/
            background: rgb(31,78,121);
            background: -moz-linear-gradient(90deg, rgba(31,78,121,1) 0%, rgba(20,175,211,1) 100%);
            background: -webkit-linear-gradient(90deg, rgba(31,78,121,1) 0%, rgba(20,175,211,1) 100%);
            background: linear-gradient(90deg, rgb(0 207 255) 0%,rgb(0 133 255) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1f4e79",endColorstr="#14afd3",GradientType=1);
        }



/*
    background: rgb(20,175,211);
background: -moz-linear-gradient(90deg, rgba(20,175,211,1) 0%, rgba(31,78,121,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(20,175,211,1) 0%, rgba(31,78,121,1) 100%);
background: linear-gradient(90deg, rgba(20,175,211,1) 0%, rgba(31,78,121,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#14afd3",endColorstr="#1f4e79",GradientType=1);


    color:#14afd3;
     color: #1f4e79;



*/
#requestDemoButton {
    margin-top: 1rem;
    background: rgb(20,175,211);
    background: -moz-linear-gradient(90deg, rgba(20,175,211,1) 0%, rgba(31,78,121,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(20,175,211,1) 0%, rgba(31,78,121,1) 100%);
    background: linear-gradient(90deg, rgba(20,175,211,1) 0%, rgba(31,78,121,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#14afd3",endColorstr="#1f4e79",GradientType=1);
    padding: 0.5rem 2rem;
    border: 1px solid rgb(20,175,211);
    border-radius: 20px;
    transition: all .2s ease;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 1.05rem;
    color: #fff;
}

    #requestDemoButton:hover {
        background: rgb(31,78,121);
        background: -moz-linear-gradient(90deg, rgba(31,78,121,1) 0%, rgba(20,175,211,1) 100%);
        background: -webkit-linear-gradient(90deg, rgba(31,78,121,1) 0%, rgba(20,175,211,1) 100%);
        background: linear-gradient(90deg, rgba(31,78,121,1) 0%, rgba(20,175,211,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1f4e79",endColorstr="#14afd3",GradientType=1);
        color: #fff
    }

@@media screen and (min-width:932px) {
    .requestDemo p {
        font-size: 20px;
    }
}


.footer-request-demo-btn em {
    color: rgb(20,175,211);
}







/*Logo carousel*/

#brands-section {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.b-blue {
    background-color: #7ECAEAB3;
}


#brands-section .brands-wrap {
    display: block;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

    #brands-section .brands-wrap ul {
        display: block;
        list-style: none;
        position: relative;
        margin-left: auto;
        margin-right: auto;
    }

        #brands-section .brands-wrap ul li {
            display: block;
            float: left;
            position: relative;
            width: 220px;
            height: 100px;
            line-height: 100px;
            text-align: center;
            /*padding:0 20px;*/
        }

            #brands-section .brands-wrap ul li img {
                vertical-align: middle;
/*                max-width: 100%;
                max-height: 100%;*/
              max-width: 150px;
                max-height: 75px;
                -webkit-transition: 0 linear left;
                -moz-transition: 0 linear left;
                transition: 0 linear left;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
                filter: alpha(opacity=65);
                /*opacity: 0.65;*/
            }

                #brands-section .brands-wrap ul li img:hover {
                    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                    filter: alpha(opacity=100);
                    opacity: 1.0;
                }