/*
=======================================================================
[Table of contents]
=========================================================================

/*---------------------------------------
COMMON STYLES             
-----------------------------------------*/
* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 14px;
  color: #1c1d3e;
  font-family: 'Dosis', sans-serif;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-attachment: scroll;
  background-position: center center;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a:hover,
a:focus {
  -webkit-box-shadow: 0 0px transparent;
          box-shadow: 0 0px transparent;
  text-decoration: none;
  color: inherit;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.no-padding-left {
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0;
}


/*preloader*/
.lynkto_loading{
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.lynkto_loading_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 150px;
}

/*-----------------------
    COMMON BUTTON
------------------------*/
input.form-control:focus,
button.form-control:focus,
input:focus,
button:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.common_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  color: #fff;
  padding: 5px 25px;
  border: 1px solid #626696;
  background: #626696;
  border-radius: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.common_btn:hover {
  color: #626696;
  background-color: #fff;
  border: 1px solid #626696;
  -webkit-transition: all .3s;
  transition: all .3s;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.common_btn:focus {
  color: #626696;
  background-color: #fff;
  border: 1px solid #626696;
  -webkit-transition: all .3s;
  transition: all .3s;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.common_btn:disabled {
  color: #626696;
  background-color: #fff;
  border: 1px solid #626696;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: not-allowed;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pt_0 {
  padding-top: 0px !important;
}

.pt_100 {
  padding-top: 100px !important;
}

.pb_0 {
  padding-bottom: 0px !important;
}

.mb_0 {
  margin-bottom: 0px !important;
}

.section_padding {
  padding: 150px 0px;
}

/*-----------------------
   MAIN TITLE
------------------------*/
.main_title {
  margin-bottom: 50px;
  position: relative;
}

.main_title p {
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
  padding: 15px 0;
}

.main_title h2 {
  position: relative;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 46px;
  font-weight: 600;
  text-transform: capitalize;
}

/*----------------------
    ANIMATION
-------------------------*/
@-webkit-keyframes animate {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -1450px;
  }
}
@keyframes animate {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -1450px;
  }
}

@-webkit-keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@media (max-width: 1024px) {
  .section_padding {
    padding: 80px 0px;
  }
}

@media (max-width: 767px) {
  .main_title {
    margin-bottom: 15px;
    position: relative;
  }
  .main_title h2 {
    font-size: 25px;
    line-height: 26px;
  }
  .main_title p {
    padding: 15px 0 0px;
  }
  .no-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section_padding {
    padding: 40px 0px;
  }
  .common_btn {
    color: #fff;
    padding: 2px 10px;
    border-radius: 0;
    font-size: 9px;
    line-height: 11px;
  }
}

/* ------------------------
    Header
-------------------------*/
.header_area {
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 10px 0px;
  position: relative;
  z-index: 20;
}

.header_area.ds_padding {
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 3px 0px;
  background: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  position: fixed;
}

.navbar {
  padding: 0;
}

.navbar-brand {
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0;
}

.nav-item {
  line-height: 53px;
  padding: 0 22px;
  position: relative;
}

.navbar-nav.mx-auto .nav-item .nav-link {
  padding: 16px 0px !important;
  color: #ffffff !important;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 21px;
  font-family: 'Heebo', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  letter-spacing: 1px;
}

.header_area.ds_padding .navbar-nav.mx-auto .nav-item .nav-link {
  color: #1c1d3e !important;
}

.header_right {
  position: absolute;
  right: 0;
}

.header_right ul li {
  display: inline-block;
  margin-left: 10px;
}

@media (min-width: 1025px) {
  .mobile_menu {
    display: none;
  }
  .menu {
    display: none;
  }
}

@media (max-width: 1024px) {
  .header_area {
    background: #fff;
    padding: 0;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  }
  .header_area.fixed-top {
    background: #fff;
    position: fixed;
  }
  .navbar-brand {
    position: absolute;
    left: 65px;
  }
  .nav-item {
    line-height: initial;
  }
  /*left menu list*/
  .right-nav {
    position: absolute;
    left: 20px;
    top: -2px;
    z-index: 13;
  }
  .btn1 {
    width: 50px;
    height: 60px;
    left: 0px;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    position: relative;
    top: -2px;
  }
  .btn1 .icon-left {
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    position: absolute;
    height: 4px;
    width: 15px;
    top: 30px;
    background-color: #000;
    left: 6px;
    border-radius: 5px 0px 0px 5px;
  }
  .btn1 .icon-left:before {
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    position: absolute;
    width: 15px;
    height: 4px;
    background-color: #000;
    content: "";
    top: -10px;
    border-radius: 5px 0px 0px 5px;
  }
  .btn1 .icon-left:after {
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    position: absolute;
    width: 15px;
    height: 4px;
    background-color: #000;
    content: "";
    top: 10px;
    border-radius: 5px 0px 0px 5px;
  }
  .btn1 .icon-left:hover {
    cursor: pointer;
  }
  .btn1 .icon-right {
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    position: absolute;
    height: 4px;
    width: 15px;
    top: 30px;
    background-color: #000;
    left: 20px;
    border-radius: 0px 5px 5px 0px;
  }
  .btn1 .icon-right:before {
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    position: absolute;
    width: 15px;
    height: 4px;
    background-color: #000;
    content: "";
    top: -10px;
    border-radius: 0px 5px 5px 0px;
  }
  .btn1 .icon-right:after {
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    position: absolute;
    width: 15px;
    height: 4px;
    background-color: #000;
    content: "";
    top: 10px;
    border-radius: 0px 5px 5px 0px;
  }
  .btn1.open .icon-left {
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    background: transparent;
  }
  .btn1.open .icon-left:before {
    -webkit-transform: rotateZ(45deg) scaleX(1.3) translate(5px, 3px);
            transform: rotateZ(45deg) scaleX(1.3) translate(5px, 3px);
  }
  .btn1.open .icon-left:after {
    -webkit-transform: rotateZ(-45deg) scaleX(1.3) translate(3px, 0px);
            transform: rotateZ(-45deg) scaleX(1.3) translate(3px, 0px);
  }
  .btn1.open .icon-right {
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    background: transparent;
  }
  .btn1.open .icon-right:before {
    -webkit-transform: rotateZ(-45deg) scaleX(1.3) translate(-4px, 4px);
            transform: rotateZ(-45deg) scaleX(1.3) translate(-4px, 4px);
  }
  .btn1.open .icon-right:after {
    -webkit-transform: rotateZ(45deg) scaleX(1.3) translate(-2px, -1px);
            transform: rotateZ(45deg) scaleX(1.3) translate(-2px, -1px);
  }
  .btn1:hover {
    cursor: pointer;
  }
  /*right side menu*/
  .left-full-menu {
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 10;
    width: 280px;
    height: 235px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .menu_show.left-full-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .left_menu_item {
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    height: 100%;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    padding-left: 40px;
    z-index: 12;
    background-color: rgba(0, 0, 0, 0.9);
    background-repeat: no-repeat;
    background-size: inherit;
    background-attachment: scroll;
    background-position: left bottom;
  }
  .menu_show .left_menu_item {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    z-index: 15;
  }
  .left_menu_item-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
    background-repeat: no-repeat;
    background-size: inherit;
    background-attachment: scroll;
  }
  .left-menu-list ul {
    padding: 0;
    margin-bottom: 0;
    text-align: left;
    font-size: 13px;
    list-style: none;
  }
  .left-menu-list ul li {
    position: relative;
    border-bottom: 1px solid #626696;
  }
  .left-menu-list ul li a {
    padding: 10px 0 10px 30px;
    color: #ffffff;
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: normal;
    text-transform: capitalize;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-decoration: none;
  }
  .left-menu-list ul > li.active > a {
    color: #626696;
    opacity: 1;
  }
  .left-menu-list li a:hover {
    color: #626696;
  }
}

@media (max-width: 767px) {
  .navbar-brand {
    position: absolute;
    left: 35px;
  }
  .navbar-brand img {
    width: 120px;
  }
  .header_right ul li {
    display: inline-block;
    margin-left: 5px;
  }
  .header_right ul li a {
    font-size: 9px;
    padding: 2px 10px;
  }
  .left-full-menu {
    top: 40px;
  }
  .btn1 {
    width: 40px;
    height: 40px;
    left: -10px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: relative;
    top: 0;
  }
  .btn1 .icon-left {
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    position: absolute;
    height: 2px;
    width: 10px;
    top: 20px;
    background-color: #000;
    left: 10px;
    border-radius: 5px 0px 0px 5px;
  }
  .btn1 .icon-left:before {
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    position: absolute;
    width: 10px;
    height: 2px;
    background-color: #000;
    content: "";
    top: -7px;
    border-radius: 5px 0px 0px 5px;
  }
  .btn1 .icon-left:after {
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    position: absolute;
    width: 10px;
    height: 2px;
    background-color: #000;
    content: "";
    top: 7px;
    border-radius: 5px 0px 0px 5px;
  }
  .btn1 .icon-left:hover {
    cursor: pointer;
  }
  .btn1 .icon-right {
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    position: absolute;
    height: 2px;
    width: 10px;
    top: 20px;
    background-color: #000;
    left: 20px;
    border-radius: 0px 5px 5px 0px;
  }
  .btn1 .icon-right:before {
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    position: absolute;
    width: 10px;
    height: 2px;
    background-color: #000;
    content: "";
    top: -7px;
    border-radius: 0px 5px 5px 0px;
  }
  .btn1 .icon-right:after {
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    position: absolute;
    width: 10px;
    height: 2px;
    background-color: #000;
    content: "";
    top: 7px;
    border-radius: 0px 5px 5px 0px;
  }
  .btn1.open .icon-left {
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    background: transparent;
  }
  .btn1.open .icon-left:before {
    -webkit-transform: rotateZ(45deg) scaleX(1.1) translate(4px, 3px);
            transform: rotateZ(45deg) scaleX(1.1) translate(4px, 3px);
  }
  .btn1.open .icon-left:after {
    -webkit-transform: rotateZ(-45deg) scaleX(1.1) translate(2px, 0px);
            transform: rotateZ(-45deg) scaleX(1.1) translate(2px, 0px);
  }
  .btn1.open .icon-right {
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    background: transparent;
  }
  .btn1.open .icon-right:before {
    -webkit-transform: rotateZ(-45deg) scaleX(1.1) translate(-4px, 3px);
            transform: rotateZ(-45deg) scaleX(1.1) translate(-4px, 3px);
  }
  .btn1.open .icon-right:after {
    -webkit-transform: rotateZ(45deg) scaleX(1.1) translate(-2px, 0px);
            transform: rotateZ(45deg) scaleX(1.1) translate(-2px, 0px);
  }
  .btn1:hover {
    cursor: pointer;
  }
  .left-full-menu {
    width: 200px;
    height: 235px;
  }
  .left_menu_item {
    width: 200px;
  }
  .left_menu_item {
    padding-left: 0;
    height: 180px;
  }
  .left-menu-list ul li a {
    font-size: 12px;
    padding: 10px 0 10px 15px;
  }
}

/*---------------------------
    BANNER AREA
----------------------------*/
.banner_area {
  padding: 230px 0px 400px;
  position: relative;
}

#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.banner_area:before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.banner_area:after {
  background: transparent url(../images/shape.png) no-repeat scroll 0 bottom/100% auto;
  content: "";
  height: 321px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
}

.banner_img {
  position: absolute;
  top: 150px;
  right: 0;
  width: 100%;
  max-width: 700px;
}

.banner_inner {
  padding-top: 100px;
  position: relative;
  z-index: 3;
}

.banner_inner h1 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 60px;
  font-style: normal;
  line-height: 65px;
  font-weight: bold;
  text-transform: capitalize;
  color: #ffffff;
  letter-spacing: 0;
}

.banner_inner p {
  font-family: 'Heebo', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 1.7;
  color: #ffffff;
  letter-spacing: 1px;
  padding: 10px 0px;
}

.banner_bottom {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}

.banner_bottom img {
  width: 100%;
}

@media (max-width: 1024px) {
  .banner_area {
    padding: 120px 0px 260px;
    position: relative;
  }
  .banner_inner {
    padding-top: 0px;
    position: relative;
    z-index: 3;
  }
}

@media (max-width: 991px) {
  .banner_area {
    padding: 60px 0px 160px;
    position: relative;
  }
  .banner_inner {
    padding-top: 0px;
    position: relative;
    z-index: 3;
  }
  .banner_inner h1 {
    font-size: 45px;
    line-height: 47px;
    letter-spacing: 0;
  }
}

@media (max-width: 767px) {
  .banner_area {
    padding: 50px 0px 80px;
    position: relative;
  }
  .banner_inner h1 {
    font-size: 25px;
    line-height: 25px;
    letter-spacing: 0;
  }
  .banner_inner p {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    padding: 10px 0px;
  }
}

/*-----------------------------
    FEATURE AREA
------------------------------*/
.feature_area {
  position: relative;
}

#svg-container {
  position: absolute;
  width: 100%;
  left: 52%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 75%;
}

.feature_item_icon {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.feature_item_icon i {
  color: #626696;
}

.feature_icon_inner {
  background: #ffffff;
  width: 140px;
  height: 140px;
  position: relative;
  border: 3px solid #fafaff;
  border-radius: 50%;
  line-height: 140px;
  font-size: 40px;
  text-align: center;
  color: #1c1d3e;
}

.feature_icon_number {
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 12px 20px 0 rgba(117, 178, 240, 0.4);
          box-shadow: 0 12px 20px 0 rgba(117, 178, 240, 0.4);
  color: #626696;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  height: 50px;
  right: 0;
  line-height: 55px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50px;
}

.feature_item_text h4 {
  font-size: 24px;
  font-style: normal;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 30px;
  color: #1c1d3e;
  letter-spacing: 2px;
}

.feature_item_text p {
  font-family: 'Heebo', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 1.7;
  color: #5f5f5f;
  letter-spacing: 1px;
}

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

/*-----------------------------
   WHY CHOOSE US AREA
------------------------------*/
.why_choose_wrapper {
  max-width: 1300px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 100%;
}

.why_choose_wrapper .why_choose_inner {
  position: relative;
  cursor: pointer;
}

.why_choose_wrapper .why_choose_inner .face {
  max-width: 300px;
  height: 200px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}

.why_choose_wrapper .why_choose_inner .face.face1 {
  position: relative;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

.why_choose_wrapper .why_choose_inner .face.face1 .content {
  opacity: 0.8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
}

.why_choose_wrapper .why_choose_inner:hover .face.face1 .content {
  opacity: 1;
}

.why_choose_wrapper .why_choose_inner .face.face1 .content i {
  font-size: 50px;
  color: #626696;
}

.why_choose_wrapper .why_choose_inner .face.face1 .content h3 {
  margin: 10px 0 0;
  padding: 0;
  color: #1c1d3e;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 20px;
  font-style: normal;
}

.why_choose_wrapper .why_choose_inner .face.face2 {
  position: relative;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15);
          box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15);
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}

.why_choose_wrapper .why_choose_inner:hover .face.face1 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  background: #626696;
}

.why_choose_wrapper .why_choose_inner:hover .face.face1 .content i,
.why_choose_wrapper .why_choose_inner:hover .face.face1 .content h3 {
  color: #fff;
}

.why_choose_wrapper .why_choose_inner:hover .face.face2 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.why_choose_wrapper .why_choose_inner .face.face2 .content p {
  font-family: 'Heebo', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 1.5;
  color: #5f5f5f;
  letter-spacing: 1px;
}

@media (max-width: 1024px) {
  .why_choose_wrapper {
    padding: 15px;
  }
  .why_choose_wrapper .why_choose_inner {
    padding: 15px;
  }
}

@media (max-width: 991px) {
  .why_choose_us_area {
    padding: 15px;
  }
  .why_choose_wrapper {
    padding: 0px;
  }
  .why_choose_wrapper .why_choose_inner .face {
    width: 100%;
    min-height: 200px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    max-width: 100%;
  }
  .why_choose_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .why_choose_wrapper .why_choose_inner {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .why_choose_wrapper .why_choose_inner .face.face1 {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .why_choose_wrapper .why_choose_inner .face.face2 {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .why_choose_wrapper .why_choose_inner .face.face1 {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    background: #626696;
  }
  .why_choose_wrapper .why_choose_inner .face.face1 .content i,
  .why_choose_wrapper .why_choose_inner .face.face1 .content h3 {
    color: #fff;
  }
}

@media (max-width: 767px) {
  .why_choose_wrapper .why_choose_inner {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 15px 0px;
  }
}

/*-----------------------------
    TESTIMONIAL AREA
------------------------------*/
.testimonial_item {
  margin: 20px;
  padding: 60px 30px;
  background: #ffffff;
  overflow: inherit;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15);
          box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15);
  position: relative;
}

.testimonial_item:after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;
  z-index: 1;
  background: url(../images/pattern.png) no-repeat 0 0;
  background-size: cover;
  animation-name: zoom-fade;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: zoom-fade;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: zoom-fade;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: zoom-fade;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: zoom-fade;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.testimonial_item:hover:after {
  opacity: 0.2;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.testimonial_item:hover {
  -webkit-box-shadow: 0px 20px 50px 0px rgba(153, 153, 153, 0.5);
  box-shadow: 0px 20px 50px 0px rgba(153, 153, 153, 0.5);
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.testimonial_item .testimonial_icon {
  margin: 0 auto;
  width: 135px;
  height: 135px;
  text-align: center;
  border-radius: 50%;
  background: #f0f4f6;
  line-height: 130px;
  background-image: url(../images/icons/slide-ic-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.testimonial_item .testimonial_icon img {
  background-color: #fff;
  border-radius: 50%;
  padding: 0;
  width: 100px;
  height: 100px;
  display: inline-block !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.testimonial_title {
  margin-top: 20px;
}

.testimonial_title h5 {
  margin: 30px 0 10px;
  text-transform: capitalize;
  font-weight: bold;
}

.testimonial_title h3 {
  font-size: 16px;
  font-weight: bold;
}

.testimonial_title p {
  font-family: 'Heebo', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 1.7;
  color: #5f5f5f;
  letter-spacing: 1px;
}

/*-------------------------
    WHAT WE DO AREA
-------------------------*/
.what_we_do_item {
  position: relative;
  padding: 80px 0px;
}

.image-column.right {
  left: inherit;
  right: 0;
}

.image-column {
  position: absolute;
  left: 0px;
  top: 50%;
}

.blink-img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.what_we_do_wrapper {
  padding: 40px 30px;
  position: relative;
  border-radius: 7px;
  overflow: hidden;
  z-index: 9;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15);
          box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15);
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.what_we_do_wrapper:hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15);
          box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15);
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.what_we_do_wrapper::before {
  -webkit-transform: scale(0);
          transform: scale(0);
  background: #626696;
  background: -webkit-gradient(linear, left top, left bottom, from(#626696), color-stop(80%, #626696));
  background: linear-gradient(180deg, #626696 0%, #626696 80%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.what_we_do_wrapper:hover::before {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.what_we_do_wrapper:hover:after {
  opacity: 0.2;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.what_we_do_wrapper:after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;
  z-index: -1;
  background: url(../images/pattern.png) no-repeat 0 0;
  background-size: cover;
  background-size: cover;
  animation-name: zoom-fade;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: zoom-fade;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: zoom-fade;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: zoom-fade;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: zoom-fade;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.what_we_do_wrapper i {
  color: #626696;
  display: inline-block;
  font-size: 50px;
  line-height: 50px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.what_we_do_wrapper h5 {
  margin: 30px 0 20px;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 20px;
  font-style: normal;
}

.what_we_do_wrapper p {
  font-family: 'Heebo', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 1.5;
  color: #5f5f5f;
  letter-spacing: 1px;
}

.what_we_do_wrapper:hover i,
.what_we_do_wrapper:hover h5,
.what_we_do_wrapper:hover p {
  color: #ffffff;
}

@media (max-width: 767px) {
  .what_we_do_item {
    position: relative;
    padding: 15px 0px;
  }
  .w_d_scnd {
    margin-top: 15px;
  }
}

/*---------------------------------------
    PORTFOLIO            
-----------------------------------------*/
.cbp-l-filters-alignRight .cbp-filter-item {
  font-size: 14px;
}

.cbp-l-filters-alignRight .cbp-filter-item.cbp-filter-item-active {
  color: #626696;
  cursor: default;
}

.cbp-l-caption-title {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

.cbp-caption-activeWrap {
  background-color: #626696;
  opacity: .9;
}

.cbp-l-caption-desc {
  color: #CACACA;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .cbp-l-filters-alignRight .cbp-filter-item {
    padding: 4px;
  }
}

/*--------------------------
    SKILL AREA
----------------------------*/
.skill {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.progress {
  height: 4px;
  background-color: #eeeeee;
  margin-bottom: 30px;
}

.progressbar {
  margin-top: -3px;
}

.progress-bar {
  background-color: #626696;
  -webkit-transition: width 4s;
  transition: width 4s;
}

.progress_cont {
  width: 90%;
  position: relative;
}

.progress_cont span {
  position: absolute;
  right: -40px;
  top: 19px;
}

@media (max-width: 767px) {
  .progress_cont {
    width: 100%;
    position: relative;
  }
  .progress_cont span {
    position: absolute;
    right: 0;
    top: 8px;
  }
}

/*--------------------------
    HAPPY CLIENT AREA
----------------------------*/
.happy_client_area {
  background-image: url(../images/section-bg-2.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.happy_client_area * {
  color: #fff !important;
}

@media (max-width: 767px) {
  .progressbar {
    margin-top: 25px;
  }
  .happy_client_area h2 {
    font-size: 25px;
  }
  .countdown-content {
    margin-top: 0px !important;
  }
}

/*-------------------------
    TESTIMONIAL AREA
-------------------------*/
.testimonial_author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.testimonial_author li {
  position: relative;
  margin: 0 2%;
  border-radius: 50%;
  width: 46%;
  -webkit-box-shadow: 0 30px 70px rgba(0, 0, 0, 0.2);
          box-shadow: 0 30px 70px rgba(0, 0, 0, 0.2);
}

.testimonial_author li:last-child {
  float: none;
  margin: 0 auto;
}

.testimonial_author li span {
  position: relative;
  z-index: 9;
  overflow: hidden;
  border-radius: 50%;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.testimonial_author li a img {
  width: 100%;
  height: 100%;
}

/*---------------------------
    CONTACT AREA
----------------------------*/
.contact_left p {
  color: #5f5f5f;
  font-family: 'Heebo', sans-serif;
}

.contact_left h2 {
  font-weight: bold;
}

.contact_left h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
}

.contact_left_content p {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
}

.contact_left_content p i {
  position: absolute;
  top: 5px;
  left: 0;
}

.contact_left a {
  color: #5f5f5f;
}

.contact_right {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  padding: 50px;
  border-radius: 10px;
  background-color: #fff;
}

.contact_right label {
  font-weight: 600;
}

.contact_right input {
  font-size: 14px;
  border-color: #e6f0fa;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact_right textarea {
  font-size: 14px;
  border-color: #e6f0fa;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact_right input:focus,
.contact_right textarea:focus {
  border-color: #626696;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 767px) {
  .contact_area {
    padding-top: 50px !important;
  }
  .contact_left {
    margin-bottom: 25px;
  }
  .contact_right {
    padding: 15px;
  }
  .contact_left p {
    margin-bottom: 0;
  }
}

/*---------------------------
    FOOTER AREA
----------------------------*/
.footer_area {
  background-image: url(../images/footer-bg2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.subscribe_area {
  padding: 100px 100px;
  -webkit-box-shadow: 0 0 50px 0 rgba(80, 107, 135, 0.34);
  box-shadow: 0 0 50px 0 rgba(80, 107, 135, 0.34);
  border-radius: 10px;
  background-color: #ffffff;
}

.subscribe_area h1 {
  font-size: 60px;
  line-height: 65px;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
}

.subscribe_area input {
  height: 38px;
  border: 2px solid #EBEBEB;
  color: #0F1D46;
  margin-right: 15px;
  width: calc(100% - 280px);
  border-radius: 5px;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}

.subscribe_area input:focus {
  border-color: #626696;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.subscribe_area button {
  width: 250px;
  text-align: center;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  display: inline-block;
  height: 38px;
  border-radius: 3px;
}

.footer_main_col {
  padding: 80px 0px;
}

.footer_main_col .footer_inner h2 {
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer_main_col .footer_inner p {
  color: #ffffff;
  font-size: 16px;
}

.footer_main_col .footer_menu li {
  display: block;
  padding: 5px 0;
}

.footer_main_col .footer_menu li a {
  font-size: 16px;
  color: #fff;
}

.footer_main_col .footer_menu li:hover a:before {
  width: 20px;
  margin-right: 5px;
}

.footer_main_col .footer_menu li a:before {
  content: "";
  width: 0;
  height: 2px;
  background-color: #ffffff;
  display: inline-block;
  margin-right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer_main_col .footer_social li {
  display: inline-block;
}

.footer_main_col .footer_social li a:hover {
  color: #576EA0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.footer_main_col .footer_social li a {
  font-size: 16px;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  z-index: 1;
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.footer_bottom {
  padding-bottom: 80px;
  color: #ffffff;
}

.footer_bottom p {
  color: #ffffff;
  font-size: 16px;
}

@media (max-width: 767px) {
  .section_padding {
    padding: 30px 0px;
  }
  .subscribe_area h1 {
    font-size: 60px;
    line-height: 39px;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 14px;
  }
  .subscribe_area {
    padding: 15px 0px;
  }
  .subscribe_area input {
    height: 30px;
    border: 1px solid #EBEBEB;
    width: calc(100% - 0px);
    margin-bottom: 10px;
  }
  .subscribe_area button {
    width: 100%;
    height: 30px;
    border-radius: 3px;
  }
  .footer_main_col .footer_inner h2 {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .footer_inner {
    margin-bottom: 30px;
  }
  .footer_main_col .footer_menu li {
    display: block;
    padding: 1px 0;
  }
  .footer_bottom {
    padding-bottom: 30px;
  }
  .footer_main_col {
    padding: 80px 0px 20px;
  }
  .footer_area {
    margin-top: 30px;
  }
  .cbp-l-filters-alignRight .cbp-filter-item {
    font-size: 11px;
  }
}
/*# sourceMappingURL=main.css.map */