/*
  Theme Name: Mentric
  Author: mentrictech.in
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  color: #444;
  font-family: 'Rubik', sans-serif;
  overflow-x: hidden;
  width: 100%;
  height: auto;
}

a {
  color: #1bb1dc;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #0a98c0;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  color: #7b7b7b;
  margin-bottom: 1em;
  line-height: 1.5;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin: 0 0 20px 0;
  padding: 0;
}

.form-group .info {
    font-size: 13px;
}
/* Bootstrap Popover */
.popover {
  border: 0;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  box-shadow: 0 0 12px rgba(0,0,0,0.25);
}

.popover-body {
  font-size: 13px;
  font-weight: 400;
  /*line-height: 2px;*/
  text-align: justify;
  padding: 20px;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #0daec4;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  left: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #1bb1dc;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/*.element-inner-space, */
.empty-block {
  height: 100px;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
  padding: 0 0 10px 0;
  font-size: 14px;
  transition: all 0.5s;
}

#topbar .social-links {
  text-align: right;
}

#topbar .social-links a {
  color: #535074;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
}

#topbar .social-links a:hover {
  color: #1bb1dc;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 110px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 12px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled,
#header.header-pages {
  height: 90px;
  padding: 15px 0;
  background-color: transparent;
  background-image: linear-gradient(90deg, rgba(4, 88, 132, 0.88) 0%, rgba(13, 174, 196, 0.83) 100%);
  /*box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);*/
}

#header.header-scrolled #topbar,
#header.header-pages #topbar {
  display: none;
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #413e66;
  text-decoration: none;
}


#header .logo img {
  padding: 0;
  /*margin: 7px 0;*/
  max-height: 60px;
  transition: all 0.5s ease-in-out;
}

#header .logo .normal {
  display: block;
  padding: 0;
  transition: all 0.5s ease-in-out;
}

#header .logo .white {
  display: none;
  padding: 0;
  transition: all 0.5s ease-in-out;
}

#header.header-scrolled .logo .normal {
  display: none;
  transition: all 0.5s ease-in-out;
}

#header.header-scrolled .logo .white {
  display: block;
  transition: all 0.5s ease-in-out;
}

#header .main-nav {
  padding: 10px 0;
}

#header nav ul li a {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 1px;
  color: rgba(34,34,34,0.7);
}

#header nav ul li a.main-group {
    color: #413e66;
    font-weight: 600;
}

#header.header-scrolled nav ul li a {
  color: rgba(255,255,255,0.7);
}

#header.header-scrolled nav ul li a:hover {
  color: rgba(255,255,255,1);
}

.main-pages {
  margin-top: 60px;
}

#intro .bg-round-layer {
    position: absolute;
    right: -150px;
    /*top: 70px;*/
    top: 42px;
    width: 864px;
    height: 864px;
    display: block;
    background: url(../img/background/round-bg.png) center center no-repeat
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: rgba(238,238,238,0.51);
  /*background: #f5f8fd url("../img/intro-bg.jpg") center top no-repeat;*/
  background-size: cover;
  overflow: hidden;
}

#intro .intro-info, #intro .intro-img {
  padding-top: 2rem;
}

#intro .intro-info h2 {
  font-family: "Poppins", Sans-serif;
  font-size: 42px; /*63*/
  font-weight: 600;
  font-style: normal;
}

#intro .intro-info h2.heading-title {
  margin-top: 5px;
  margin-bottom: 0px;
  word-wrap: break-word;
  padding: 10px 2px;
  text-transform: uppercase;
  line-height: 60px; /* 70 */
  letter-spacing: 3px;
  background-color: transparent;
  background-image: linear-gradient(90deg, rgba(4, 88, 132, 0.88) 0%, rgba(13, 174, 196, 0.83) 100%);
  /*background-image: linear-gradient(210deg, #6d68fe 0%, #b446ff 100%);*/
}

#intro .intro-info h2.heading-title.heading-product-title {
  line-height: 30px;
  font-size: 20px;
  letter-spacing: 1.5px;
  padding: 2px;
}

#intro .intro-info .heading-rightbar {
  position: absolute;
  bottom: 20%;
  right: 0;
  background-color: transparent;
  background-image: linear-gradient(270deg, rgba(4, 88, 132, 0.88) 0%, rgba(13, 174, 196, 0.83) 100%);
  /*background-image: linear-gradient(210deg, #6d68fe 0%, #b446ff 100%);*/
  /* -webkit-background-clip: border-box; */
  width: 24%;
  height: 10px;
  border-radius: 50px;

}

#intro .intro-info .heading-centerbar {
  position: absolute;
  bottom: -0%;
  left: 40%;
  background-color: transparent;
  background-image: linear-gradient(270deg, rgba(4, 88, 132, 0.88) 0%, rgba(13, 174, 196, 0.83) 100%);
  /*background-image: linear-gradient(210deg, #6d68fe 0%, #b446ff 100%);*/
  /* -webkit-background-clip: border-box; */
  width: 20%;
  height: 4px;
  border-radius: 50px;

}

#intro .intro-info .heading-leftbar {
  position: absolute;
  bottom: 20%;
  left: 0;
  background-color: transparent;
  background-image: linear-gradient(270deg, rgba(4, 88, 132, 0.88) 0%, rgba(13, 174, 196, 0.83) 100%);
  /*background-image: linear-gradient(210deg, #6d68fe 0%, #b446ff 100%);*/
  /* -webkit-background-clip: border-box; */
  width: 40%;
  height: 10px;
  border-radius: 50px;
}

#intro .heading-block {
  position: relative;
  margin: 0 10px;
}

#intro .intro-product-heading {
  font-weight: 400 !important;
  /*color: #413e66;*/
  font-size: 18px !important;
  line-height: 18px !important;
  /*background-image: none !important;*/
}

#intro .intro-clickable {
  cursor: pointer;
}

.heading-title-gradient {
  -webkit-background-clip: text!important;
  -webkit-text-fill-color: transparent!important;
}

#intro .intro-info h2 span {
  color: #1bb1dc;
}

#intro .intro-info .btn-get-started,
#intro .intro-info .btn-services {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #1bb1dc;
  color: #fff;
}

#intro .intro-item-carousel {
    min-height: 300px;    
}

#intro .intro-info .btn-get-started:hover,
#intro .intro-info .btn-services:hover {
  background: #0a98c0;
}

#intro .intro-info .button-link-wrap {
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  font-style: normal;
  color: #ffffff;
  border-radius: 50px 50px 50px 50px;
  background-color: transparent;
  background-image: linear-gradient(120deg, #6d68fe 0%, #b446ff 100%);
}

.button-link-wrap {
  position: relative;
  display: inline-block;
  padding: 10px 30px 10px 10px;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 1px;
  cursor: pointer;
}

.button-link-wrap .fa {
  font-size: 30px;
  margin-right: 6px;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
}

#intro .quote {
  font-weight: 300;
  font-style: italic;
}

#intro .home-image-outer {
  position: relative;
  margin: 1rem;
  width: 100%;
  min-height: 6rem;
  display: inline-block;
}

#intro .home-image-outer img {
  /*position: absolute;
  top: 2rem;
  left: 0;
  right: 0;*/
  /*box-shadow: -6px -4px 30px #33333329, 6px 4px 30px #33333329;*/
}

#intro .home-image-inner {
  position: absolute;
  top: 13%;
  left: 17%;
  display: inline-block;
  width: 66%;
}

#intro .home-image-inner img {
  /*width: 68%;*/
}

#intro .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ccc;
}

#intro .owl-dot.active {
    background-color: #0daec4;
}

#intro .home-image-inner .owl-dots {
  position: absolute;
  bottom: -52%;
  left: 0;
  right: 0;
  text-align: center;
}

#intro .home-image-inner .owl-dots button:focus {
  outline: 0;
}

#intro .intro-item-carousel .owl-carousel .owl-item {
  animation-duration: 0.4s;
  animation-delay: 0.2s;
}

#intro .intro-item-screen-carousel .owl-carousel .owl-item {
  animation-duration: 0.8s;
  animation-delay: 0.4s;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
  transition: all 0.8s ease-in-out;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
  border: 2px solid transparent;
  transition: all 0.8s ease-in-out;
}

.main-nav ul li.active  {
  border-bottom: 2px solid #0daec4;
  transition: all 0.8s ease-in-out;
} 

.main-nav ul li.active a {
  color: #0daec4;
  transition: all 0.8s ease-in-out;
}

.header-scrolled .main-nav ul li.active  {
  border-bottom: 2px solid #fff;
  transition: all 0.8s ease-in-out;
} 

.header-scrolled .main-nav ul li.active a {
  color: #fff;
  transition: all 0.8s ease-in-out;
}

.main-nav a {
  display: block;
  position: relative;
  color: #413e66;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #1bb1dc;
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #065e77;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #1bb1dc;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(40, 38, 70, 0.8);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #8dc2fa;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #065e77;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(40, 38, 70, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 36px;
  color: #413e66;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
}


.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  /*color: #535074;*/
  width: 50%;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: #f5f8fd;
}

/* About Us Section
--------------------------------*/

#about {
  padding: 80px 0;
}

#about .about-content {
  padding-top: 40px;
}

#about .about-content h2 {
  color: #045884;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

#about .about-content h3 {
  color: #696592;
  font-weight: 400;
  font-size: 22px;
  font-style: italic;
}

#about .about-content ul {
  list-style: none;
  padding: 0;
}

#about .about-content ul li {
  padding-bottom: 10px;
}

#about .about-content ul li i {
  font-size: 20px;
  padding-right: 4px;
  color: #0daec4;
}

#about .about-img {
  position: relative;
  /*margin: 30px 30px 30px 30px;*/
  padding: 30px 0 0 0;
}

#about .about-img img {
  width: 100%;
  border: 8px solid #fff;
  transition: .5s;
}

#about p {
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  color: #666666;
}

#about .about-tabs {
  padding: 30px 0 0 0;
}

#about .about-tabs .nav-tabs .nav-link {
  position: relative;
  border-bottom: 1px solid #ccc;
  font-weight: 500;
  color: #666;
  font-size: 16px;
}

#about .about-tabs .nav-tabs .nav-link:hover, #about .about-tabs .nav-tabs .nav-link.active  {
  color: #222222;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

#about .about-tabs .nav-tabs .nav-link.active:after {
  content:'';
  position:absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background-color: #0daec4;
}

#tab-our-vision, #tab-our-mission {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

#tab-our-vision p, #tab-our-mission p {
  text-align: justify;
  font-size: 16px;
  font-weight: 300;
}

#about li {
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  color: #666666;
}

#about-2 .about-why-choose h2, #about .about-content h2, h2.policy-title {
  font-size: 36px;
  color: #413e66;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
}

#about-2 .about-why-choose h4.title {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 4px;
  padding-left: 30px;
}

#about-2 .about-why-choose p {
  padding-left: 30px;
  padding-top: 6px;
}

#about-2 .about-why-choose .circle-tick {
  padding: 4px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  background-color: #0daec4;
  border-radius: 50px;
  color: #fff;
}

/*#about .about-img img:hover {
  width: 100%;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

#about .about-img::before {
  position: absolute;
  left: -31px;
  top: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color: #045884;
  transition: .5s;
}

#about .about-img::after {
  position: absolute;
  right: -31px;
  bottom: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color: #0daec4;
  transition: .5s;
}*/

/* Services Section
--------------------------------*/

#services {
  padding: 100px 0 90px 0;
  /*background-color: rgba(238,238,238,0.51);*/
  background-color: transparent;
  overflow: hidden;
  background-image: url(../img/background/curve-background.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#services .section-header {
  margin: 40px 0;
  padding: 40px 0;
}

#services .section-header h3 {
  margin-bottom: 14px;
}

#services .section-header p.normal {
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 60px;
  /*color: #535074;*/
  width: 100%;
}

#services .box {
  padding: 10px;
  position: relative;
  /*overflow: hidden;*/
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
}

#services .box .title {
  min-height: 40px;
}

#services .box:hover {
  position: relative;

  /*-webkit-transform: scale(1.1);
  transform: scale(1.1);
  background-color: #e9f0ff;*/
  transition: all 0.3s ease-in-out;
}

/*#services .box:hover .description {
  display: block;
  transition: all 1s ease-in-out;
}*/


#services .icon {
  margin: 0 auto 15px auto;
  padding-top: 12px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

#services .icon i {
  font-size: 60px;
  line-height: 1;
}

#services .title {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title a {
  color: #111;
  /*color: #045884;*/
  font-weight: 300;
}

#services .box:hover .title a {
  color: #045884;
}

/*#services .description {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
  text-align: left;
}*/

#services .description {
  display: none;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  text-align: justify;
}

/*#services .description {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: -90%;
  padding: 30px 10px;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0,0,0,0.4);
  transition: all 1s ease-in-out;
}*/

#services .button-link-wrap  {
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  font-style: normal;
  color: #ffffff;
  padding: 6px 16px 6px 16px;
  border-radius: 50px 50px 50px 50px;
  background-color: transparent;
  background-image: linear-gradient(90deg, rgba(4, 88, 132, 0.88) 0%, rgba(13, 174, 196, 0.83) 100%);
  /*background-image: linear-gradient(120deg, #6d68fe 0%, #b446ff 100%);*/
}

#services .button-link-wrap .fa {
  font-size: 14px;
}


/* Why Us Section
--------------------------------*/

#why-us {
  padding: 60px 0;
}

#why-us .why-us-content .features {
  margin: 0 0 15px 0;
  padding: 0;
  transition: 0.3s ease-in-out;
}

#why-us .why-us-content .features i {
  font-size: 36px;
  float: left;
}

#why-us .why-us-content .features h4 {
  font-size: 24px;
  font-weight: 600;
  margin-left: 56px;
  color: #413e66;
  margin-bottom: 5px;
}

#why-us .why-us-content .features p {
  font-size: 16px;
  margin-left: 56px;
  color: #555186;
}

#why-us .counters {
  padding-top: 40px;
}

#why-us .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #555186;
}

#why-us .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #8a87b6;
}

/* Call To Action Section
--------------------------------*/

#call-to-action {
  background: #2d2b46;
  background-size: cover;
  padding: 40px 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #1bb1dc;
  border: 3px solid #1bb1dc;
}

/* Features Section
--------------------------------*/

#features {
  padding: 80px 0;
}

#features h4 {
  font-weight: 600;
  font-size: 24px;
}

.manimate-element {
  opacity: 0;
}


#products .product-item .title {
  font-weight: 500;
  color: #413e66;
  font-size: 30px;
}

#products .product-item p {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  text-align: justify;
}

.lightgray-bg {
  background-color: #f6f6f6;
}

#products .product-item .sub-title {
  font-weight: 300;
  color: #444;
  margin: 0;
}


/* Portfolio Section
--------------------------------*/

#portfolio {
  padding: 60px 0;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 20px;
  color: #413e66;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  color: #1bb1dc;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#portfolio .portfolio-item .portfolio-wrap {
  overflow: hidden;
  position: relative;
  margin: 0;
}

#portfolio .portfolio-item .portfolio-wrap:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  transition: 0.2s linear;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 {
  font-size: 22px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a:hover {
  color: #1bb1dc;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #f8fcff;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details {
  display: inline-block;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #1bb1dc;
  border-radius: 50%;
  margin: 10px 4px 0 4px;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover {
  background: #42c3e8;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap:hover {
  background: #282646;
}

#portfolio .portfolio-item .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/* Testimonials Section
--------------------------------*/

#testimonials {
  padding: 60px 0;
  background-color: #f6f6f6;
}

#testimonials .section-header {
  margin-bottom: 40px;
}

#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  float: left;
}

#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
  margin-left: 140px;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
  margin-left: 140px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 140px;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #1bb1dc;
}

/* Team Section
--------------------------------*/

#team {
  padding: 60px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

#team .member .member-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
  padding: 15px 0;
  background: rgba(29, 28, 41, 0.6);
}

#team .member .member-info-content {
  transition: margin 0.2s;
  height: 40px;
  transition: height 0.4s;
}

#team .member:hover .member-info {
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  height: 80px;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  transition: none;
  color: #fff;
}

#team .member .social a:hover {
  color: #1bb1dc;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Clients Section
--------------------------------*/

#clients {
  padding: 40px 0;
}

#clients img {
  max-width: 80%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav,
#clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dots {
  display: none;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #1bb1dc;
}

/* Pricing Sectionin
--------------------------------*/

#pricing {
  padding: 80px 0;
}

#pricing .card {
  border: 0;
  border-radius: 0px;
  box-shadow: 0 3px 0px 0 rgba(65, 62, 102, 0.08);
  transition: all .3s ease-in-out;
  padding: 36px 0;
  position: relative;
}

#pricing .card:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 5px;
  background-color: #1bb1dc;
  transition: 0.5s;
}

#pricing .card:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.08);
}

#pricing .card:hover:after {
  width: 100%;
}

#pricing .card .card-header {
  background-color: white;
  border-bottom: 0px;
  -moz-text-align-last: center;
  text-align-last: center;
}

#pricing .card .card-title {
  margin-bottom: 16px;
  color: #535074;
}

#pricing .card .card-block {
  padding-top: 0;
  text-align: center;
}

#pricing .card .list-group-item {
  border: 0px;
  padding: 6px;
  color: #413e66;
  font-weight: 300;
}

#pricing .card h3 {
  font-size: 64px;
  margin-bottom: 0px;
  color: #535074;
}

#pricing .card h3 .currency {
  font-size: 30px;
  position: relative;
  font-weight: 400;
  top: -30px;
  letter-spacing: 0px;
}

#pricing .card h3 .period {
  font-size: 16px;
  color: #6c67a3;
  letter-spacing: 0px;
}

#pricing .card .list-group {
  margin-bottom: 15px;
}

#pricing .card .btn {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  color: #5f5b96;
  border-radius: 0;
  padding: 10px 24px;
  letter-spacing: 1px;
  border-radius: 3px;
  display: inline-block;
  background: #1bb1dc;
  color: #fff;
}

#pricing .card .btn:hover {
  background: #0a98c0;
}

/* Frequently Asked Questions Section
--------------------------------*/

#faq {
  padding: 60px 0;
  overflow: hidden;
}

#faq #faq-list {
  padding: 0;
  list-style: none;
}

#faq #faq-list li {
  border-bottom: 1px solid #ebebeb;
}

#faq #faq-list a {
  padding: 22px 0;
  display: block;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  padding-right: 20px;
}

#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 20px;
}

#faq #faq-list p {
  margin-bottom: 20px;
}

#faq #faq-list a.collapse {
  color: #1bb1dc;
}

#faq #faq-list a.collapsed {
  color: #000;
}

#faq #faq-list a.collapsed i::before {
  content: "\f2c7" !important;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  font-size: 14px;
  background: #fff;
  transition: all .4s ease-in-out;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  border-top: 1px solid #d4d4d4;
}

#footer .footer-top ul {
  list-style-type: none;
  padding: 0;
}

#footer .footer-top li a {
  padding: 0;
  color: #7b7b7b;
  margin-bottom: 1em;
  line-height: 2;
}

#footer .footer-top h2 {
  font-size: 1rem;
  font-weight: 500;
}

#footer .office .fa-icon {
    color: #0daec4;
    margin-right: 0.25rem;
}

#footer .footer-list li a span {
  font-size: 13px;
  font-weight: 300;
}

#footer .copyright {
  text-align: center;
  padding-top: 10px;
  color: #888888;
  font-weight: 200;
  font-size: 13px;
  margin-bottom: 4px;
}

#footer .footer-bottom {
  border-top: 1px solid #d4d4d4;
  background: #f3f3f3;
  /*padding: 16px 0 30px 0;*/
  padding: 35px 0px 100px;

}

#footer .footer-bottom .social-nav {
  position: relative;
  margin: 14px 0;
  text-align: center;

}

#footer .footer-bottom .social-nav .fa {
  font-size: 13px;
  background-color: #fff;
  padding: 5px;
  width: 24px;
  height: 24px;
  color: #0daec4;
  border-radius: 50px;
  border: 1px solid #fff;
  box-shadow: 3px 3px 12px rgba(0,0,0,0.1);
}

#footer .footer-bottom .social-nav a {
  color: #9f70ed;
  position: relative;
  margin-right: 4px;
  color: #7f8497;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

#footer .footer-logo {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
  padding-top: 10px;
}

#footer .footer-logo img {
  width: 30%;
}

#footer .footer-top .newsletter .form-control, #footer .footer-top .newsletter .btn {
  border-radius: 0;
  border-color: #0daec4;
}


#footer .footer-top .newsletter .btn {
  background-color: #0daec4;
}

.btn:focus, .form-control:focus {
  outline: 0;
  box-shadow: none;
}
/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 991px) {
  #call-to-action .cta-btn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (min-width: 992px) {
  #intro .intro-info {
    padding-top: 1rem;
  }

  #testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (max-width: 991px) {
  #topbar {
    display: none;
  }

  #header {
    height: 70px;
    padding: 15px 0;
  }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }

  #why-us .why-us-content {
    padding-top: 30px;
  }

  #pricing {
    padding-bottom: 30px;
  }

  #pricing .card {
    margin-bottom: 50px;
  }
}

/*** 

====================================================================
  Testimonial Section
====================================================================

***/

.testimonial-section{
  position:relative;
  padding-top:75px;
  padding-bottom:0px;
}

.testimonial-section.style-two{
  padding:120px 0px 100px;
}

.testimonial-section .carousel-column{
  position: relative;
}

.testimonial-section .carousel-column .owl-nav{
  display:none;
}

.testimonial-section .carousel-column .owl-dots{
  position: relative;
  margin-top:30px;
}

.testimonial-section .carousel-column .owl-dots .owl-dot{
  position: relative;
  width:14px;
  height:6px;
  margin-right:5px;
  border-radius:4px;
  display:inline-block;
  border:1px solid #cccccc;
  transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;  
}

.testimonial-section .carousel-column .owl-dots .owl-dot.active,
.testimonial-section .carousel-column .owl-dots .owl-dot:hover{
  width:24px;
  border-color:#ff6489;
  background-color:#ff6489;
}

.testimonial-section .carousel-column .inner-column{
  position: relative;
  padding-top:40px;
  padding-right:60px;
}

.testimonial-section .carousel-column .inner-column h2{
  position: relative;
  color:#444444;
  font-size:35px;
  line-height:1.3em;
}

.testimonial-section .carousel-column .inner-column .designation{
  position: relative;
  color:#777777;
  font-size:15px;
  line-height:1.3em;
  margin-top:12px;
}

.testimonial-section .carousel-column .inner-column .fa-quote-left{
  position: relative;
  color: #0daec4;
  font-size: 36px;
  margin: 20px 0px 25px;
}

.testimonial-section .carousel-column .inner-column .quote-icon{
  position: relative;
  color:#9f70ed;
  font-size:36px;
  margin:20px 0px 25px;
}

.testimonial-section .carousel-column .inner-column .text{
  position: relative;
  color:#7f8497;
  font-size:16px;
  line-height:1.8em;
  text-align: justify;
}

.testimonial-section .carousel-column .inner-column .big-letter{
  position:absolute;
  right:85px;
  top:50px;
  color:#f7f9ff;
  line-height:1em;
  font-size:400px;
  font-weight:700;
  font-family: 'Poppins', sans-serif;
}

.testimonial-section .image-column{
  position:relative;
}

.testimonial-section .image-column .inner-column{
  position:relative;
  min-height:580px;
}

.testimonial-section .image-column .inner-column #particles-js{
  position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.testimonial-section .image-column .inner-column .author-one{
  position:absolute;
  left:50%;
  top:50%;
  border-radius:50%;
  overflow:hidden;
  width:154px;
  height:154px;
  margin-left:-77px;
  margin-top:-77px;
  transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -webkit-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
}

.testimonial-section .image-column .inner-column .author-one.now-in-view{
  left:5%;
  top:42%;
}

/*.testimonial-section .image-column .inner-column .author-one{
  position:absolute;
  left:0%;
  top:42%;
  border-radius:50%;
  overflow:hidden;
  width:154px;
  height:154px;
} */

.testimonial-section .image-column .inner-column .author-two{
  position:absolute;
  left:50%;
  top:50%;
  width:94px;
  height:94px;
  border-radius:50%;
  overflow:hidden;
  margin-left:-47px;
  margin-top:-47px;
  transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -webkit-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
}

.testimonial-section .image-column .inner-column .author-two.now-in-view{
  left:20%;
  top:15%;
}

.testimonial-section .image-column .inner-column .author-three{
  position:absolute;
  left:50%;
  top:50%;
  width:80px;
  height:80px;
  border-radius:50%;
  overflow:hidden;
  margin-left:-40px;
  margin-top:-40px;
  transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -webkit-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
}

.testimonial-section .image-column .inner-column .author-three.now-in-view{
  left:45%;
  top:10%;
}

.testimonial-section .image-column .inner-column .author-four{
  position:absolute;
  right:50%;
  top:50%;
  width:50px;
  height:50px;
  border-radius:50%;
  overflow:hidden;
  margin-left:-25px;
  margin-top:-25px;
  transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -webkit-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
}

.testimonial-section .image-column .inner-column .author-four.now-in-view{
  right:30%;
  top:0%;
}

.testimonial-section .image-column .inner-column .author-five{
  position:absolute;
  right:50%;
  top:50%;
  width:72px;
  height:72px;
  border-radius:50%;
  overflow:hidden;
  margin-left:-36px;
  margin-top:-36px;
  transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -webkit-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
}

.testimonial-section .image-column .inner-column .author-five.now-in-view{
  right:15%;
  top:14%;
}

.testimonial-section .image-column .inner-column .author-six{
  position:absolute;
  right:50%;
  top:50%;
  width:72px;
  height:72px;
  border-radius:50%;
  overflow:hidden;
  margin-left:-36px;
  margin-top:-36px;
  transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -webkit-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
}

.testimonial-section .image-column .inner-column .author-six.now-in-view{
  right:30%;
  top:30%;
}

.testimonial-section .image-column .inner-column .author-seven{
  position:absolute;
  right:50%;
  top:50%;
  /*width:44px;
  height:44px;*/
  width: 72px;
  height: 72px;
  border-radius:50%;
  overflow:hidden;
  margin-left:-22px;
  margin-top:-22px;
  transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -webkit-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
}

.testimonial-section .image-column .inner-column .author-seven.now-in-view{
  right:-10%;
  top:40%;
}

.testimonial-section .image-column .inner-column .author-eight{
  position:absolute;
  left:50%;
  top:50%;
  width:100px;
  height:100px;
  border-radius:50%;
  overflow:hidden;
  margin-left:-50px;
  margin-top:-50px;
  transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -webkit-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
}

.testimonial-section .image-column .inner-column .author-eight.now-in-view{
  left:35%;
  top:48%;
}

.testimonial-section .image-column .inner-column .author-nine{
  position:absolute;
  left:50%;
  top:50%;
  /*width:46px;
  height:46px;*/
  width:70px;
  height:70px;
  border-radius:50%;
  overflow:hidden;
  margin-top:-23px;
  margin-left:-23px;
  transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -webkit-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
}

.testimonial-section .image-column .inner-column .author-nine.now-in-view{
  left:65%;
  top:60%;
}

.testimonial-section .image-column .inner-column .author-ten{
  position:absolute;
  right:50%;
  top:50%;
  width:62px;
  height:62px;
  border-radius:50%;
  overflow:hidden;
  margin-left:-29px;
  margin-top:-29px;
  transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -webkit-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
}

.testimonial-section .image-column .inner-column .author-ten.now-in-view{
  right:0%;
  top:66%;
}

.testimonial-section .image-column .inner-column .author-eleven{
  position:absolute;
  left:50%;
  bottom:50%;
  width:58px;
  height:58px;
  border-radius:50%;
  overflow:hidden;
  margin-left:-29px;
  margin-top:-29px;
  transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -webkit-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
}

.testimonial-section .image-column .inner-column .author-eleven.now-in-view{
  left:25%;
  bottom:10%;
}

/*** 

====================================================================
  Testimonial Section Two
====================================================================

***/

.testimonial-section-two{
  position:relative;
  padding:120px 0px 100px;
}

.testimonial-section-two .carousel-column{
  position: relative;
  z-index:1;
}

.testimonial-section-two .carousel-column .owl-nav{
  display:none;
}

.testimonial-section-two .carousel-column .owl-dots{
  position: relative;
  margin-top:30px;
}

.testimonial-section-two .carousel-column .owl-dots .owl-dot{
  position: relative;
  width:14px;
  height:6px;
  margin-right:5px;
  border-radius:4px;
  display:inline-block;
  border:1px solid #cccccc;
  transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;  
}

.testimonial-section-two .carousel-column .owl-dots .owl-dot.active,
.testimonial-section-two .carousel-column .owl-dots .owl-dot:hover{
  width:24px;
  border-color:#ff6489;
  background-color:#ff6489;
}

.testimonial-section-two .carousel-column .inner-column{
  position: relative;
  padding-top:40px;
  padding-right:0px;
}

.testimonial-section-two .carousel-column .inner-column h2{
  position: relative;
  color:#444444;
  font-size:35px;
  line-height:1.3em;
}

.testimonial-section-two .carousel-column .inner-column .designation{
  position: relative;
  color:#777777;
  font-size:15px;
  line-height:1.3em;
  margin-top:12px;
}

.testimonial-section-two .carousel-column .inner-column .quote-icon{
  position: relative;
  color:#9f70ed;
  font-size:36px;
  margin:20px 0px 25px;
}

.testimonial-section-two .carousel-column .inner-column .text{
  position: relative;
  color:#7f8497;
  font-size:16px;
  line-height:1.8em;
}

.testimonial-section-two .carousel-column .inner-column .big-letter{
  position:absolute;
  right:85px;
  top:100px;
  color:#f7f9ff;
  line-height:1em;
  font-size:400px;
  font-weight:700;
  font-family: 'Poppins', sans-serif;
}

.testimonial-section-two .image-column{
  position:relative;
  text-align:center;
}

.testimonial-section-two .image-column .inner-column{
  position:relative;
  min-height:340px;
  background:url(../images/background/map.png) center center no-repeat;
}

/* Circle One */

.testimonial-section-two .image-column .inner-column .circle-one{
  position:absolute;
  left:70px;
  top:0px;
  width:380px;
  height:380px;
  border-radius:50%;
  border:2px dashed #bdbbbc;
  transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -webkit-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
}

.testimonial-section-two .image-column .inner-column .circle-two{
  position:absolute;
  left:135px;
  top:65px;
  width:250px;
  height:250px;
  border-radius:50%;
  border:2px dashed #bdbbbc;
  transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -webkit-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
}

/* Author One */

.testimonial-section-two .image-column .inner-column .author-one{
  position:absolute;
  content:'';
  left:50%;
  top:50%;
  width:89px;
  height:89px;
  border-radius:50%;
  overflow:hidden;
  padding:5px;
  margin-left:-44.5px;
  margin-top:-44.5px;
  background-color:#ffffff;
  transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -webkit-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
  box-shadow:0px 3px 12px rgba(0,0,0,0.20);
}

.testimonial-section-two .image-column .inner-column .author-one img{
  border-radius:50%;
}

.testimonial-section-two .image-column .inner-column .author-one.now-in-view{
  left: 23%;
    top: 13%;
}

/* Author Two */

.testimonial-section-two .image-column .inner-column .author-two{
  position:absolute;
  content:'';
  right:50%;
  top:50%;
  width:66px;
  height:66px;
  border-radius:50%;
  overflow:hidden;
  padding:5px;
  margin-right:-33px;
  margin-top:-33px;
  transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -webkit-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
  background-color:#ffffff;
  box-shadow:0px 3px 12px rgba(0,0,0,0.20);
}

.testimonial-section-two .image-column .inner-column .author-two img{
  border-radius:50%;
}

.testimonial-section-two .image-column .inner-column .author-two.now-in-view{
  right:25%;
  top:30%;
}

/* Author Three */

.testimonial-section-two .image-column .inner-column .author-three{
  position:absolute;
  content:'';
  left:50%;
  bottom:50%;
  width:72px;
  height:72px;
  border-radius:50%;
  overflow:hidden;
  padding:5px;
  margin-left:-36px;
  margin-bottom:-36px;
  transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -webkit-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
  background-color:#ffffff;
  box-shadow:0px 3px 12px rgba(0,0,0,0.20);
}

.testimonial-section-two .image-column .inner-column .author-three img{
  border-radius:50%;
}

.testimonial-section-two .image-column .inner-column .author-three.now-in-view{
  left:12%;
  bottom:0%;
  margin:0px;
}

/* Author Four */

.testimonial-section-two .image-column .inner-column .author-four{
  position:absolute;
  content:'';
  right:50%;
  bottom:50%;
  width:44px;
  height:43px;
  border-radius:50%;
  overflow:hidden;
  padding:5px;
  margin-right:-22px;
  margin-bottom:-22px;
  transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -webkit-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
  background-color:#ffffff;
  box-shadow:0px 3px 12px rgba(0,0,0,0.20);
}

.testimonial-section-two .image-column .inner-column .author-four img{
  border-radius:50%;
}

.testimonial-section-two .image-column .inner-column .author-four.now-in-view{
  right:28%;
  bottom:10%;
}

/* Author Five */

.testimonial-section-two .image-column .inner-column .author-five{
  position:absolute;
  content:'';
  left:50%;
  bottom:50%;
  width:137px;
  height:137px;
  border-radius:50%;
  overflow:hidden;
  padding:5px;
  margin-left:-68.5px;
  margin-bottom:-68.5px;
  transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -webkit-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
  background-color:#ffffff;
  box-shadow:0px 3px 12px rgba(0,0,0,0.20);
}

.testimonial-section-two .image-column .inner-column .author-five img{
  border-radius:50%;
}

.testimonial-section-two .image-column .inner-column .author-five.now-in-view{
  left:34%;
  bottom:24%;
  margin:0px;
}

/* Icon */

.testimonial-section-two .image-column .inner-column .icon{
  position:absolute;
  content:'';
  left:50%;
  bottom:50%;
  width:44px;
  height:43px;
  border-radius:50%;
  overflow:hidden;
  padding:5px;
  color:#ffffff;
  margin-left:-22px;
  margin-bottom:-22px;
  transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -webkit-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
  background-color:#ffffff;
  box-shadow:0px 3px 12px rgba(0,0,0,0.20);
}

.testimonial-section-two .image-column .inner-column .icon .fa{
  background-color:#ff6489;
  color:#ffffff;
  width:32px;
  height:32px;
  line-height:32px;
  border-radius:50%;
  overflow:hidden;
  display:inline-block;
}

.testimonial-section-two .image-column .inner-column .icon.now-in-view{
  left:9%;
  bottom:40%;
  margin:0px;
}

.testimonial-section .image-column .inner-column .author-one.now-in-view {
    left: 5%;
    top: 42%;
}
@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  #faq #faq-list a {
    font-size: 18px;
  }

  #faq #faq-list i {
    top: 13px;
  }
}

@media (max-width: 767px) {
  #intro {
    height: auto;
    padding: 80px 0 60px 0;
  }

  #intro .container {
    height: auto !important;
  }

  #intro .intro-img {
    width: 80%;
  }

  #intro .intro-info {
    text-align: center;
    padding-top: 40px;
  }

  #intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .section-header p {
    width: 100%;
    text-align: justify;
  }

  #testimonials .testimonial-item {
    text-align: center;
  }

  #testimonials .testimonial-item .testimonial-img {
    float: none;
    margin: auto;
  }

  #testimonials .testimonial-item h3,
  #testimonials .testimonial-item h4,
  #testimonials .testimonial-item p {
    margin-left: 0;
  }
}

@media (max-width: 574px) {
  #footer .footer-top .social-links a {
    margin-bottom: 25px;
  }
}

@keyframes mslideInRight {
    0% {
        transform: translate3d(10%, 0, 0);
        opacity : 0;
    }
    90% {
      opacity: 0.6;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.mslideInRight {
    animation-name: mslideInRight;
    animation-delay: 1s;
    animation-duration: 2s;
}

/*** Contact Form ***/
#contact-section {
  font-family: "Poppins", Sans-serif;
  font-size: 15px;
  font-weight: 300;
  transition: all 1s ease-in-out;
}

#contact-section .form .form-control {
  font-family: "Poppins", Sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  padding: 30px 20px 30px 20px;
  margin-bottom: 1.5rem;
  border: 0;
  background-color: #f6f6f6;
}

#contact-section .form .button-link-wrap {
  padding: 10px 16px 10px 16px;
  border: 0;
}

#contact-section .form #sendmessage,
#partner-section .form #sendmessage1 {
  color: #fff;
  background: #1bb1dc;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact-section .form #errormessage,
#partner-section .form #errormessage1 {
  color: #fff;
  display: none;
  background: red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact-section .form #sendmessage.show,
#contact-section .form #errormessage.show,
#partner-section .form #sendmessage1.show,
#partner-section .form #errormessage1.show,
#contact-section .form .show,
#partner-section .form .show{
  display: block;
}

#contact-section .form .validation, #partner-section .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact-section .button-link-wrap, #products .button-link-wrap  {
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  font-style: normal;
  color: #ffffff;
  padding: 6px 16px 6px 16px;
  border-radius: 50px 50px 50px 50px;
  background-color: transparent;
  background-image: linear-gradient(90deg, rgba(4, 88, 132, 0.88) 0%, rgba(13, 174, 196, 0.83) 100%);
  /*background-image: linear-gradient(120deg, #6d68fe 0%, #b446ff 100%);*/
}

#contact-section .button-link-wrap .fa, #products .button-link-wrap .fa  {
  font-size: 14px;
}


.button-link-wrap:focus {
  outline: 0;
}

.pause-animation {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}

.run-animation {
  animation-play-state: running;
  -webkit-animation-play-state: running;
}

#intro .movingBlock {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  width: 100%;
  padding: 0px;
  z-index: 1;
  border-bottom: 1px solid #f6f6f6;
}

#intro .movingBlock .media img {
  width: 16%;
  padding-right: 10px;
  border-right: 1px solid #ccc;
}

#intro .movingBlock .launching {
    font-size: 1.3rem;
    padding: 0 10px;
    color: #413e66;
    line-height: 2.8rem;
    font-weight: 500;
}

#partner-section .fixed--partner-contact {
    position: fixed;
    left: 0;
    bottom: 32%;
    transform: rotate(-90deg) translate(70px, -52px);
}

#partner-section .button-link-wrap {
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    color: #ffffff;
    padding: 6px 16px 6px 16px;
    border-radius: 50px 50px 50px 50px;
    background-color: transparent;
    background-image: linear-gradient(90deg, rgba(4, 88, 132, 0.88) 0%, rgba(13, 174, 196, 0.83) 100%);
}

.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
    overflow-y: auto;
    overflow-x: hidden;
}

.modal.no-padding {
    padding: 0 !important;
}

.modal-dialog-slideout {
    min-height: 100%;
    margin: 0px 0px 0px auto;
    background: rgb(255, 255, 255);
}

.modal.fade.show .modal-dialog.modal-dialog-slideout {
    transform: translate(0px, 0px);
    display: flex;
    align-items: stretch;
    -webkit-box-align: stretch;
    height: 100%;
}

.modal.fade .modal-dialog.modal-dialog-slideout {
    transform: translate(100%, 0px) scale(1);
}

.modal-dialog-slideout .modal-content {
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
}