@charset "UTF-8";
/*------------------------------------------------------
        Table of content
        --------------------------------------------------------
        0.imports
        1.General Styles
        2.Preloader
        3.Header
        4.Hero 
        5.team
        6.testimonial
        7.blog
        8.footer
        9.number block
        10.features block
        11.accordion block
        12.Portfolio
        13.pricing tables
        14.responsive

        ----------------------------------------------------------*/



body {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0px;
  text-align: left;
  color: #666;
}

img {
  width: 100%;
  max-width: 100%;
}

iframe {
  border: none;
}

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

.progress {
  height: 10px;
}

.rounded_image {
  border-radius: 8px;
}

.simple-link {
  font-size: 16px;
  color: #57A6FF;
  font-weight: 500;
}

.full-height {
  height: 100vh;
}

.h-600 {
  height: 600px;
}

.round-img {
  border-radius: 8px;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b0aebe;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b0aebe;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b0aebe;
}

.breadcrumb {
  background-color: rgba(233, 236, 239, 0.4) !important;
  margin-bottom: 0;
}
.breadcrumb .breadcrumb-item a {
  color: #57A6FF;
  transition: all 0.3s ease;
}

.btn-position {
  text-align: right;
}

/*--------------------------------- fonts----------------------------*/
.font-20 {
  font-size: 20px;
}

.font-40 {
  font-size: 40px !important;
}

.font-42 {
  font-size: 42px !important;
}

.font-45 {
  font-size: 45px !important;
}

.no-border {
  border-bottom: 0 !important;
}

/*--------------------------------- buttons----------------------------*/
/*.btn-primary {
  background-color: transparent;
  background-image: linear-gradient(90deg, #a1ecff 0%, #7dbcff 100%);
  width: 132px;
  border-color: #a1ecff;
  line-height: 30px !important;
  color: #ffffff !important;
  border-radius: 23px;
  box-shadow: 0px 10px 20px 0px rgba(161, 236, 255, 0.5);
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}
.btn-primary:hover {
  border-color: #a1ecff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}*/

.btn-white {
  background-color: #fff;
  color: #57A6FF;
  padding: 0.475rem 1.75rem;
  line-height: 30px !important;
  border-radius: 23px;
  box-shadow: 0px 10px 20px 0px rgba(255, 255, 255, 0.35);
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}
.btn-white:hover {
  color: #57A6FF;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.btn-border {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 0.475rem 1.9rem;
  line-height: 30px !important;
  border-radius: 23px;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}
.btn-border:hover {
  color: #64ECF5;
  background-color: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.btn-transparent {
  background-color: rgba(255, 255, 255, 0.25);
  color: #fff;
  padding: 0.475rem 1.75rem;
  line-height: 30px !important;
}
.btn-transparent:hover {
  color: #34314b;
  background-color: white;
}

.btn-color5 {
  background-image: linear-gradient(90deg, #f2a7ca 0%, #c289f4 100%);
  color: #ffffff;
  border: none;
  line-height: 30px !important;
  border-radius: 23px;
  box-shadow: 0px 10px 20px 0px rgba(234, 162, 208, 0.25);
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  width: 132px;
}
.btn-color5:hover {
  color: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(234, 162, 208, 0.1);
}

/*------------------------- width  --------------------------*/
.auto-width {
  width: auto;
}

.width-500 {
  width: 500px;
}

.w-85 {
  width: 85%;
}

.w-60 {
  width: 60%;
}

.w-35 {
  width: 35%;
}

/*------------------------- rounded  --------------------------*/
.rounded-8 {
  border-radius: 8px !important;
}

/*------------------------- margin/padding --------------------------*/
.mg-bt-10 {
  margin-bottom: 10px !important;
}

.mg-bt-20 {
  margin-bottom: 20px;
}

.mg-bt-30 {
  margin-bottom: 30px;
}

.mg-bt-40 {
  margin-bottom: 40px;
}

.mg-bt-50 {
  margin-bottom: 50px;
}

.mg-bt-60 {
  margin-bottom: 60px;
}

.mg-bt-70 {
  margin-bottom: 70px;
}

.mg-bt-80 {
  margin-bottom: 80px;
}

.mg-bt-90 {
  margin-bottom: 90px;
}

.mg-bt-100 {
  margin-bottom: 100px;
}

.mg-tp-10 {
  margin-top: 10px !important;
}

.mg-tp-20 {
  margin-top: 20px;
}

.mg-tp-30 {
  margin-top: 30px;
}

.mg-tp-40 {
  margin-top: 40px;
}

.mg-tp-50 {
  margin-top: 50px;
}

.mg-tp-60 {
  margin-top: 60px;
}

.mg-bt-70 {
  margin-top: 70px;
}

.mg-bt-80 {
  margin-bottom: 80px;
}

.mg-tp-90 {
  margin-top: 90px;
}

.mg-tp-100 {
  margin-top: 100px;
}

.mg-top-negtive {
  margin-top: -80px;
}

.pd-tp-0 {
  padding-top: 0 !important;
}

.pd-tp-10 {
  padding-top: 10px;
}

.pd-tp-20 {
  padding-top: 20px;
}

.pd-tp-30 {
  padding-top: 30px;
}

.pd-tp-40 {
  padding-top: 40px;
}

.pd-tp-50 {
  padding-top: 60px;
}

.pd-tp-60 {
  padding-top: 60px;
}

.pd-tp-70 {
  padding-top: 70px;
}

.pd-tp-80 {
  padding-top: 80px;
}

.pd-tp-90 {
  padding-top: 90px;
}

.pd-tp-100 {
  padding-top: 100px;
}

.pd-tp-120 {
  padding-top: 120px;
}

.pd-tp-130 {
  padding-top: 130px;
}

.pd-tp-140 {
  padding-top: 140px;
}

.pd-tp-150 {
  padding-top: 150px;
}

.pd-tp-160 {
  padding-top: 160px;
}

.pd-tp-170 {
  padding-top: 170px;
}

.pd-tp-180 {
  padding-top: 180px;
}

.pd-tp-190 {
  padding-top: 190px;
}

.pd-tp-200 {
  padding-top: 200px;
}

.pd-bt-10 {
  padding-bottom: 10px;
}

.pd-bt-20 {
  padding-bottom: 20px;
}

.pd-bt-30 {
  padding-bottom: 30px;
}

.pd-bt-40 {
  padding-bottom: 40px;
}

.pd-bt-50 {
  padding-bottom: 50px;
}

.pd-bt-60 {
  padding-bottom: 60px;
}

.pd-bt-70 {
  padding-bottom: 70px;
}

.pd-bt-80 {
  padding-bottom: 80px;
}

.pd-bt-90 {
  padding-bottom: 90px;
}

.pd-bt-100 {
  padding-bottom: 100px;
}

.pd-bt-150 {
  padding-bottom: 150px;
}

.pd-bt-200 {
  padding-bottom: 200px;
}

.mg-bt-100-ng {
  margin-bottom: -100px;
}

.mg-tp-100-ng {
  margin-top: -100px;
}

/*-------------------------colors------------------------------*/
.bg-color-1 {
  background-image: linear-gradient(90deg, #9ccdfe 0%, #94aafd 100%);
}

.bg-color-2 {
  background-image: linear-gradient(90deg, #55edc0 0%, #4bdbdb 100%);
}

.bg-color-3 {
  background-image: linear-gradient(90deg, #fda498 0%, #f58b9e 100%);
}

.bg-color-5 {
  background-image: linear-gradient(90deg, #f2a7ca 0%, #c289f4 100%);
}

.bg-color-4 {
  background-color: rgba(246, 248, 249, 0.82);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.bg-color-6 {
  background-image: linear-gradient(90deg, #ffc187 0%, #fe93a7 100%);
}

.bg-color-7 {
  background-image: linear-gradient(90deg, #a1ecff 0%, #7dbcff 100%);
}

.background_c1 {
  background-color: #8667F7;
}

.background_c2 {
  background-color: #64ECF5;
}

.background_c3 {
  background-color: #FF8B8D;
}

.background_c4 {
  background-color: #FFC69C;
}

.background_c5 {
  background-color: #34314b;
}

.color1 {
  color: #8667F7;
}

.color2 {
  color: #64ECF5;
}

.color3 {
  color: #FF8B8D;
}

.color4 {
  color: #FFC69C;
}

.white_color {
  color: #ffffff !important;
}

.grey_color {
  color: #b0aebe;
}
#loading-page{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background-color: #ffffff;
}
#loading-center-page{
  width: 100%;
  height: 100%;
  position: relative;
}
#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
}
/*---------------------.loader---------------------------*/
.loader {
  width: 56px;
  height: 56px;
  border: 2px solid  #20BDEA;
  opacity: 0.7;
  border-radius: 50%;
  position: relative;
  animation: loader-rotate 1s ease-in-out infinite;
  top: 50%;
  margin: -28px auto 0 auto; }
  .loader:after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background:  #20BDEA;
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -5px; }

    @keyframes loader-rotate {
      0% {
        transform: rotate(0); }
        100% {
          transform: rotate(360deg); } }


/*---------------------fonts ---------------------------*/
.h2 {
  color: #34314b;
  font-weight: 600;
  font-family: "Hind", Sans-serif;
  font-size: 32px;
  text-transform: capitalize;
}

.menu-img-block {
  height: 100%;
  background-image: url(../images/blog/blog23.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.menu-img-portfolio-block {
  height: 100%;
  background-image: url(../images/work/work6.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.menu-img-element-block {
  height: 100%;
  background-image: url(../images/image20.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-2 .side_menu {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background: rgba(0, 20, 60, 0.9);
  height: 100vh;
  left: -250px;
  position: absolute;
  top: 0;
  z-index: 99;
  width: 250px;
}
.header-2 .side_menu .container {
  padding: 150px 1em;
}
.header-2 .side_menu .burger_box {
  display: block;
  float: right;
  position: relative;
  margin-top: 10px;
  right: -90px;
}
.header-2 .side_menu .burger_box .menu-icon {
  display: inline-block;
  float: none;
  padding: 0;
  opacity: 0.5;
  position: relative;
  width: 25px;
  top: 20px;
  z-index: 100;
}
.header-2 .side_menu .burger_box .menu-icon:hover {
  opacity: 1;
}
.header-2 .side_menu .burger_box .menu-icon.opened {
  opacity: 1;
}
.header-2 .side_menu .burger_box .menu-icon.opened .menu-icon_box {
  transform: scale3d(0.9, 0.9, 0.9);
  -webkit-transform: scale3d(0.9, 0.9, 0.9);
}
.header-2 .side_menu .burger_box .menu-icon.opened .menu-icon_line {
  top: 0;
}
.header-2 .side_menu .burger_box .menu-icon.opened .menu-icon_line.menu-icon_line--1 {
  top: 0;
  transform: rotate3d(0, 0, 1, 45deg);
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transition: top 100ms, transform 200ms 250ms;
  -webkit-transition: top 100ms, -webkit-transform 200ms 250ms;
}
.header-2 .side_menu .burger_box .menu-icon.opened .menu-icon_line.menu-icon_line--2 {
  opacity: 0;
  transition: opacity 200ms;
  -webkit-transition: opacity 200ms;
}
.header-2 .side_menu .burger_box .menu-icon.opened .menu-icon_line.menu-icon_line--3 {
  top: 0;
  transform: rotate3d(0, 0, 1, -45deg);
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transition: top 200ms, transform 200ms 250ms;
  -webkit-transition: top 200ms, -webkit-transform 200ms 250ms;
}
.header-2 .side_menu .burger_box .menu-icon .menu-icon_box {
  display: inline-block;
  height: 25px;
  position: relative;
  text-align: left;
  width: 25px;
}
.header-2 .side_menu .burger_box .menu-icon .menu-icon_line {
  background: #34314b;
  border-radius: 2px;
  display: inline-block;
  height: 2px;
  position: absolute;
  width: 100%;
  top: 10px;
}
.header-2 .side_menu .burger_box .menu-icon .menu-icon_line.menu-icon_line--1 {
  top: 2px;
  transition: top 200ms 250ms, transform 200ms;
  -webkit-transition: top 200ms 250ms, -webkit-transform 200ms;
}
.header-2 .side_menu .burger_box .menu-icon .menu-icon_line.menu-icon_line--2 {
  top: 8px;
  transition: opacity 0ms 300ms;
  -webkit-transition: opacity 0ms 300ms;
}
.header-2 .side_menu .burger_box .menu-icon .menu-icon_line.menu-icon_line--3 {
  top: 14px;
  transition: top 100ms 300ms, transform 200ms;
  -webkit-transition: top 100ms 300ms, -webkit-transform 200ms;
}
.header-2 .side_menu .list_load {
  display: none;
  list-style: none;
  padding: 0;
}
.header-2 .side_menu .list_load .list_item {
  margin-left: -20px;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.header-2 .side_menu .list_load .list_item a {
  color: #ffffff;
  display: block;
  padding: 5px 10px;
  text-decoration: none;
}
.header-2 .side_menu .list_load .list_item a:hover {
  color: #57A6FF;
}
.header-2 .side_menu.open_sidemenu {
  left: 0;
  position: fixed;
}
.header-2 .right-navigation {
  margin-top: 20px;
}
.header-2 .right-navigation li {
  display: inline-block;
  margin-right: 10px;
}
.header-2 .right-navigation li a {
  color: #34314b;
}
.header-2 .right-navigation li a:hover {
  color: #57A6FF;
}
.header-2 .right-navigation li a.btn-primary {
  font-family: "Hind", Sans-serif;
  font-size: 13px;
  padding: 0px 0px 0px 0px;
  font-weight: 600;
}

.header-3 .header_top {
  display: block;
  width: 100%;
}
.header-3 .header_top .navbar-right {
  margin-top: 15px;
}
.header-3 .header_top .navbar-right li {
  display: inline-block;
  margin-right: 10px;
}
.header-3 .header_top .navbar-right li a {
  margin-right: 12px !important;
  position: relative;
  font-size: 13px;
  font-weight: 600;
  text-transform: capitalize;
  font-style: normal;
  text-decoration: none;
  line-height: 21px;
  letter-spacing: 0px;
  text-transform: none;
  padding: 0px 0px 0px 0px;
  margin-bottom: 20px;
  color: #34314b;
}
.header-3 .header_top .navbar-right li a:hover {
  color: #57A6FF;
}
.header-3 .header_top .navbar-right li i {
  font-size: 18px;
}
.header-3 .header_top .navbar-right li .cart-count {
  background-color: #64ECF5;
  color: #ffffff;
  font-size: 10px;
  width: 16px;
  display: block;
  text-align: center;
  height: 16px;
  line-height: 16px;
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 100%;
}
.header-3 .header_top .navbar-right li:last-child {
  margin-right: 0;
}
.header-3 .header_bottom {
  box-shadow: 0px 10px 20px 0px rgba(161, 236, 255, 0.25);
  padding: 15px;
  border-radius: 8px;
  background-image: linear-gradient(90deg, #a1ecff 0%, #7dbcff 100%);
}
.header-3 .header_bottom .navbar-collapse .navbar-nav {
  padding: 0 !important;
}
.header-3 .header_bottom .navbar-collapse .navbar-nav li a {
  color: #ffffff;
  margin-bottom: 0 !important;
}
.header-3 .sticky .header_bottom {
  display: none;
}

.navbar-header .logo {
  font-size: 28px;
  font-weight: 700;
  color: #34314b;
  padding-top: 0;
  background-position: center center;
}
.navbar-header .navbar-collapse .navbar-nav {
  padding: 19px 15px 0px 125px;
}
.navbar-header .navbar-collapse .navbar-nav li a {
  font-family: "Hind", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  font-style: normal;
  text-decoration: none;
  line-height: 21px;
  letter-spacing: 0px;
  color: #34314b;
  text-transform: none;
  padding: 0px 0px 0px 0px;
  margin-bottom: 10px;
  margin-right: 40px;
}
.navbar-header .navbar-collapse .navbar-nav li a.dropdown-toggle {
  position: relative;
}
.navbar-header .navbar-collapse .navbar-nav li a.dropdown-toggle::after {
  font-family: "unicons";
  border: none !important;
  content: "";
  font-size: 16px;
  position: absolute;
  right: auto;
}
.navbar-header .navbar-collapse .navbar-nav li a:hover {
  color: #57A6FF !important;
}
.navbar-header .sticky {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 0 18px rgba(48, 63, 100, 0.13);
}
.navbar-header.white_header .navbar-brand span {
  color: #ffffff;
}
.navbar-header.white_header .navbar-nav li a {
  color: #ffffff;
}
.navbar-header.white_header .right-navigation {
  padding-top: 0;
}
.navbar-header.white_header .sticky .navbar-brand span {
  color: #34314b;
}
.navbar-header.white_header .sticky .navbar-nav li a {
  color: #34314b;
}

li.simple-dropdown:hover > .dropdown-menu {
  display: block;
  top: 90%;
}

.dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.megamenu {
  position: static !important;
}
.megamenu .megamenu-inner {
  width: 100%;
  box-shadow: 0 0 18px rgba(48, 63, 100, 0.13);
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.megamenu .megamenu-inner h6 {
  margin-bottom: 25px;
}
.megamenu .dropdown-menu {
  background: none;
  border: none;
  width: 100%;
  background: none;
  border: none;
  width: 100%;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s cubic-bezier(0.48, 0.01, 0.5, 0.99), visibility 0.1s linear;
  transition: opacity 0.3s cubic-bezier(0.48, 0.01, 0.5, 0.99), visibility 0.1s linear;
}
.megamenu .dropdown-menu a {
  font-family: "Open Sans", sans-serif !important;
  font-size: 13px !important;
  color: #666 !important;
  font-weight: 400 !important;
  line-height: 2em !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  padding-bottom: 5px !important;
}
.megamenu:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.simple-dropdown ul {
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.simple-dropdown ul li a {
  font-family: "Open Sans", sans-serif !important;
  font-size: 13px !important;
  color: #666 !important;
  font-weight: 400 !important;
  line-height: 2em !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 5px !important;
}
.simple-dropdown ul li a:hover {
  background-color: transparent;
  color: #ffffff;
}
.simple-dropdown ul li a:active {
  background-color: transparent;
  color: #ffffff;
}
.simple-dropdown ul li a.dropdown-toggle {
  position: relative;
}
.simple-dropdown ul li a.dropdown-toggle::after {
  content: "" !important;
  right: 15px !important;
}

.dropdown-submenu {
  position: relative;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  content: "";
  float: right;
  border: none;
  font-family: "FontAwesome";
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
}

.post-inner {
  margin-bottom: 20px;
  clear: both;
}
.post-inner .thumbnail-post-image {
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;
}
.post-inner .thumbnail-post-image img {
  max-width: 100%;
  width: 100px;
}
.post-inner .thumbnail-post-info {
  overflow: hidden;
}
.post-inner .thumbnail-post-info span {
  display: block;
}

.right-navigation a {
  margin-right: 12px !important;
  position: relative;
}
.right-navigation a .cart-count {
  background-color: #1cebbc;
  color: #ffffff;
  font-size: 10px;
  width: 16px;
  display: block;
  text-align: center;
  height: 16px;
  line-height: 16px;
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 100% 100% 100% 100%;
}
.right-navigation a.btn-primary {
  margin-left: 15px;
  margin-top: -5px;
}
.right-navigation i {
  font-size: 18px;
}

#search {
  position: fixed;
  top: 0px;
  z-index: 9;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
}
#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}
#search input[type=search] {
  position: absolute;
  top: 50%;
  width: 80%;
  text-align: left;
  font-family: "Hind", Sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 0px;
  background-color: rgba(0, 0, 0, 0);
  color: #34314b;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
}
#search .btn {
  position: absolute;
  top: 32%;
  font-size: 20px;
  right: 2%;
  margin-top: 61px;
  margin-left: -45px;
}
#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #34314b;
  opacity: 1;
  padding: 10px 17px;
  font-size: 18px;
}

.cart-dropdown {
  max-height: 350px;
  overflow-y: auto;
  width: 300px;
  right: 50px;
  z-index: 100;
  font-size: 1.3rem;
  z-index: 1001;
  border: 1px solid #eee;
  margin: 1px 0 0;
  padding: 20px;
  border-radius: 0;
  box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05), -5px 10px 16px rgba(51, 51, 51, 0.05);
  background-color: #fff;
  transition: all 0.25s;
}
.cart-dropdown .product {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  padding: 0;
  box-shadow: none;
  margin: 0 !important;
  border: none;
  box-shadow: none !important;
}
.cart-dropdown .product:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
}
.cart-dropdown .product .product-image-container {
  position: relative;
  max-width: 60px;
  margin: 0;
  margin-bottom: 15px;
}
.cart-dropdown .product .product-image-container .product-image {
  display: block;
  width: 100%;
  height: auto;
}
.cart-dropdown .product .product-cart-details {
  font-weight: 400;
  max-width: 150px;
  font-size: 13px;
  color: #666;
  padding-left: 10px;
  text-align: left;
}
.cart-dropdown .product .product-cart-details .product-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  color: #34314b;
  text-align: left;
  margin-bottom: 0;
}
.cart-dropdown .product .product-cart-details .product-title a {
  font-size: 12px !important;
  line-height: 18px !important;
  color: inherit;
}
.cart-dropdown .product .btn-remove {
  position: absolute;
  top: 20%;
  background: none;
  border: none;
  right: -0.55rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  color: #cccccc;
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
  outline: none;
  margin-top: -1.2rem;
}
.cart-dropdown .product .btn-remove:hover {
  border: none;
  background: none;
}

/*--------------------------------- 
header-4
 ------------------------------*/
.header-4 .navbar-nav li a {
  color: #34314b;
}

.right-navigation {
  position: relative;
  top: 5px;
  padding-left: 80px !important;
}

/*content pages*/
/*--------------------------------- hero block ------------------------------*/
.hero {
  background-color: #efecfd;
  background-image: url(../images/home-1-top-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 150px 0px 150px 0px;
}
.hero.bg2 {
  background-position: top center;
  background-image: url(../images/bg2.jpg);
}
.hero.bg3 {
  background-position: 0 0;
  background-image: url(../images/bg3.jpg);
  padding: 150px 0px 400px;
}
.hero.bg5 {
  background-position: 0 0;
  background-image: url(../images/bg5.jpg);
  padding: 150px 0px 150px;
}
.hero.bg6 {
  background-position: 0 0;
  background-position: center center;
  background-image: url(../images/bg6.jpg);
  padding: 0;
}
.hero.bg7 {
  background-position: 0 0;
  background-position: center center;
  background-image: url(../images/bg7.jpg);
  padding: 0;
}
.hero.bg8 {
  background-position: 0 0;
  background-position: center center;
  background-image: url(../images/bg8.jpg);
  padding: 0;
}
.hero.hero-7 h2 {
  font-weight: 700;
}
.hero.hero-7 p {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 35px;
}

.bg-header {
  background-color: #34314b;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 150px 0px 150px 0px;
  position: relative;
  background-attachment: fixed;
  overflow: hidden;
}
.contact-page-header {
   padding: 90px 0;
}
/*
.bg-header:before {
  background-image: linear-gradient(30deg, rgba(21, 27, 38, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  content: "";
}
*/
.bg-header-portfolio {
  background-color: #34314b;
  background-image: url(../images/work/work6.jpg);
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 180px 0px 180px 0px !important;
}
.bg-header-portfolio:before {
  background-image: linear-gradient(30deg, rgba(21, 27, 38, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.bg-header-blog {
  background-color: #34314b;
  background-image: url(../images/blog/big-blog.jpg);
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0px 200px 0px !important;
  position: relative;
}
.bg-header-blog:before {
  background-image: linear-gradient(30deg, rgba(21, 27, 38, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.bg-header-blog .avatar-header-blog img {
  width: 50px;
  margin-right: 10px;
  float: left;
  border-radius: 50%;
}
.bg-header-blog .avatar-header-blog span {
  position: relative;
  top: 10px;
  font-size: 15px;
  color: #ffffff;
  font-weight: 600;
}
.bg-shop {
  background-color: #34314b;
  background-image: url(../images/bg-shop.jpg);
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 250px 0px 250px 0px !important;
  position: relative;
  z-index: 1;
  margin-top: 80px;
}
.bg-shop .shop-card-header {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 18px rgba(48, 63, 100, 0.13);
  padding-top: 40px;
  padding-bottom: 40px;
}
.bg-shop .shop-card-header span {
  font-size: 16px;
  color: #666;
}
.bg-shop .shop-card-header h2 {
  font-size: 32px;
  color: #34314b;
  font-weight: 600;
}

.bg-header-3 {
  background-color: #34314b;
  background-image: url(../images/bg-header-2.jpg);
  background-position: 50% center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0px 150px 0px;
  position: relative;
  z-index: 1;
}
.bg-header-3:before {
  background-image: linear-gradient(30deg, rgba(21, 27, 38, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
}
.bg-header-3 span {
  font-size: 32px;
  color: #ffffff;
  font-weight: 600;
}

.header-blog {
  background-color: #34314b;
  background-image: url(../images/blog/header-blog.jpg);
  background-position: 50% center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0px 150px 0px;
  position: relative;
  z-index: 1;
}
.header-blog:before {
  background-image: linear-gradient(30deg, rgba(21, 27, 38, 0.95) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
}

.hero-text {
  position: relative;
  text-align: center;
  margin: 0 0 0 0;
}
.hero-text h2 {
  color: #34314b;
  font-size: 42px;
  margin-bottom: 20px;
}
.hero-text span {
  line-height: 55px;
  font-weight: 800;
  color: #94aafd;
  white-space: pre;
}
.hero-text .action_btns {
  margin-top: 25px;
}
.hero-text .action_btns .btn-primary, .btn-primary {
  height: auto;
  width: auto;
  background-image: linear-gradient(90deg, #9ccdfe 0%, #94aafd 100%);
  border-radius: 23px;
  padding: 8px 35px;
  border-color: transparent;
  box-shadow: 0px 10px 20px 0px rgba(82, 179, 255, 0.22);
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}
.hero-text .action_btns .btn-primary:hover, .btn-primary:hover {
  box-shadow: 0px 10px 20px 0px rgba(82, 179, 255, 0.1);
}
.hero-text .action_btns .border-btn {
  height: auto;
  width: auto;
  padding: 10px 25px;
  border: 1px solid #34314b;
  border-radius: 23px;
  margin-left: 20px;
}
.hero-text .action_btns .border-btn:hover {
  background-color: #34314b;
  color: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(52, 49, 75, 0.2);
}
.hero-text .form_contact .form-control {
  background-color: #f6f8f9;
  height: 44px;
  font-size: 12px;
}
.hero-text .form_contact .btn-primary {
  border-radius: 8px;
  margin-left: 10px;
}
.hero-text .form_contact.center-contact-form .form-control {
  border-radius: 23px;
  color: #858497;
  padding-left: 35px;
}
.hero-text .form_contact.center-contact-form i {
  position: absolute;
  left: 10px;
  top: 11px;
  font-size: 15px;
  color: #b0aebe;
}
.hero-text .form_contact.center-contact-form .form-group {
  position: relative;
  text-align: center;
}
.hero-text .form_contact.center-contact-form .form-group .btn-primary {
  border-radius: 23px;
  position: absolute;
  top: -24px;
  right: -45px;
}

/*--------------------------------- hero block------------------------------*/
/*--------------------------------- 
home-4------------------------------*/
.home-4 {
  margin-bottom: -7px;
}
.home-4 .img-right {
  position: absolute;
  right: 0;
  top: 0;
}

/*--------------------------------- section1 block------------------------------*/
.heading-block h2 {
  color: #34314b;
  font-weight: 600;
  margin-top: 0;
  font-family: "Hind", Sans-serif;
  font-size: 40px;
  text-transform: capitalize;
}
.heading-block span {
  color: #34314b;
  font-family: "Hind", Sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-transform: capitalize;
  font-style: normal;
  line-height: 29px;
  letter-spacing: 0px;
}
.heading-block p {
  line-height: 26px;
}

.p-block {
  padding-right: 60px;
}
.p-block p {
  color: #666;
  font-family: "Hind", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 30px;
  line-height: 28px;
  letter-spacing: 0px;
}

.icon-block {
  margin-top: 50px;
}
.icon-block .icon-element {
  margin-bottom: 20px;
  display: inline-block;
  width: 85px;
  height: 85px;
  line-height: 85px;
  border-radius: 100%;
  text-align: center;
}
.icon-block .icon-element i {
  font-size: 32px;
  color: #ffffff;
}
.icon-block .icon-element_info {
  padding-right: 60px;
}
.icon-block .icon-element_info h3 {
  font-family: "Hind", Sans-serif;
  color: #34314b;
  font-size: 20px;
}
.icon-block .icon-element_info p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
}
.icon-block.icon_block_style1 .icon-element_info {
  padding-right: 0;
}

.block-text {
  padding-right: 60px;
  padding-top: 60px;
}
.block-text h2 {
  margin-top: 10px;
  color: #34314b;
  font-weight: 600;
  font-family: "Hind", Sans-serif;
  font-size: 40px;
  line-height: 45px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.block-text span {
  color: #34314b;
  font-family: "Hind", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 29px;
}
.block-text p {
  color: #666;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 25px;
  letter-spacing: 0px;
  margin-bottom: 30px;
}
.block-text .btn-primary {
  font-family: "Hind", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 7px 25px !important;
}
.block-text .list-icons-items li {
  font-family: "Hind", Sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2em;
  color: #57A6FF;
  margin-bottom: 15px;
  letter-spacing: 0px;
}
.block-text .list-icons-items li i {
  font-size: 24px;
  padding-right: 15px;
}
.block-text.white_text span {
  color: #ffffff;
}
.block-text.white_text h2 {
  color: #ffffff;
}
.block-text.white_text p {
  color: #ffffff;
}

.cta-block h2 {
  margin-top: 0;
  font-family: "Hind", Sans-serif;
  font-size: 50px;
  text-transform: capitalize;
  color: #ffffff;
}
.cta-block p {
  font-family: "Hind", Sans-serif;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 30px;
}

.text-block-slider img {
  border-radius: 10px;
}
.text-block-slider .slick-list {
  padding: 0 !important;
}
.text-block-slider .slick-dots {
  position: absolute;
  bottom: 10px;
}
.text-block-slider .slick-dots li {
  display: inline-block;
  margin-right: 15px;
  position: relative;
}
.text-block-slider .slick-dots li:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  top: auto;
  bottom: -5px;
  left: 0;
  position: absolute;
  background-color: #57A6FF;
}
.text-block-slider .slick-dots li button {
  font-size: 20px;
  outline: none;
  color: #232766;
  background-color: transparent;
  border-color: transparent;
  height: auto;
  line-height: 18px;
}

.client-icon {
  padding: 30px 0px 0;
}
.client-icon ul {
  margin-bottom: 60px;
}
.client-icon ul.mb_0 {
  margin-bottom: 0px;
}
.client-icon ul li {
  display: inline-block;
  margin: 0px 5px;
}
.client-icon ul li img {
  width: 165px;
  height: auto;
}
.client-icon .text-logos {
  font-size: 16px;
  color: #34314b;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
.client-icon .u-divider::before {
  width: 10rem;
  height: 0.0625rem;
  transform: translateY(-50%);
  right: 100%;
  background-image: linear-gradient(45deg, transparent 0%, #bdc5d1 100%);
  background-repeat: repeat-x;
  position: absolute;
  top: 50%;
  content: "";
  margin-right: 0.625rem;
}
.client-icon .u-divider::after {
  margin-left: 0.625rem;
  width: 10rem;
  height: 0.0625rem;
  transform: translateY(-50%);
  left: 100%;
  background-image: linear-gradient(45deg, #bdc5d1 0%, transparent 100%);
  background-repeat: repeat-x;
  position: absolute;
  top: 50%;
  content: "";
}
.client-icon.client-block-2 img {
  filter: grayscale(100%);
  opacity: 0.7;
}

.icon-box {
  clear: both;
  height: 80px;
  /* padding-bottom: 20px; */
  margin-bottom: 30px;
}
.icon-box .ic-icon {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  float: left;
  margin-right: 12px;
  line-height: 70px;
  color: #fff;
}
.icon-box span {
  line-height: 79px;
}

/*--------------------- team block --------------------------*/
.team_block .team_img {
  position: relative;
  overflow: hidden;
  text-align: center;
  border-radius: 10px;
}
.team_block .team_img img {
  border-radius: 10px;
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
}
.team_block .team_img .team_social_icon {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0) scale(1.1);
  transform: translate3d(0, 20px, 0) scale(1.1);
  position: absolute;
  top: 48%;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.team_block .team_img .team_social_icon ul {
  display: inline-block;
  text-align: center;
}
.team_block .team_img .team_social_icon ul li {
  display: inline-block;
  margin-right: 15px;
}
.team_block .team_img .team_social_icon ul li:last-child {
  margin-right: 0;
}
.team_block .team_img .team_social_icon ul li a {
  color: #ffffff;
  font-size: 20px;
}
.team_block .team_img:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.team_block .team_img:hover .team_social_icon {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
.team_block .team_info {
  position: relative;
  text-align: center;
}
.team_block .team_info h3 {
  color: #34314b;
  font-weight: 600;
  font-size: 18px;
}
.team_block .team_info span {
  font-weight: 400;
}

/*------------------- team 1----------------------*/
.team-1 .team_block {
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 0 25px rgba(48, 63, 100, 0.13);
  margin-bottom: 30px;
}
.team-1 .team_block .team_img {
  border-radius: 10px 10px 0 0;
}
.team-1 .team_block .team_social_icon {
  display: block;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 15px;
}
.team-1 .team_block .team_social_icon ul li {
  display: inline-block;
  margin-right: 15px;
}
.team-1 .team_block .team_social_icon ul li a {
  color: #b0aebe;
  font-size: 16px;
}
.team-1 .team_block .team_social_icon ul li a:hover {
  color: #57A6FF;
}

/*------------------- team 2----------------------*/
.team-2 .team_block {
  margin-bottom: 60px;
}
.team-2 .team_block .team_img {
  overflow: inherit;
}
.team-2 .team_block .team_img img {
  width: 180px;
  margin: 10px auto;
  height: 180px;
  border-radius: 100%;
}
.team-2 .team_block .team_social_icon {
  display: block;
  text-align: center;
  padding-top: 15px;
}
.team-2 .team_block .team_social_icon ul li {
  display: inline-block;
  margin-right: 15px;
}
.team-2 .team_block .team_social_icon ul li a {
  color: #b0aebe;
  background-color: #ecebeb;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  font-size: 16px;
  display: inline-block;
  width: 40px;
  border-radius: 50%;
  height: 40px;
  line-height: 40px;
}
.team-2 .team_block .team_social_icon ul li a:hover {
  color: #fff;
  background-image: linear-gradient(90deg, #a1ecff 0%, #7dbcff 100%);
  background-color: transparent;
}

/*------------------- team 3----------------------*/
.team-3 .team_block {
  margin-bottom: 30px;
  background-color: #ffffff;
  padding: 30px 0 30px;
  border-radius: 10px;
  box-shadow: 0 0 18px rgba(48, 63, 100, 0.13);
}
.team-3 .team_block img {
  width: 120px;
  margin: 10px auto;
  height: 120px;
  border-radius: 100%;
}
.team-3 .team_block .team_social_icon {
  display: block;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 15px;
}
.team-3 .team_block .team_social_icon ul li {
  display: inline-block;
  margin-right: 15px;
}
.team-3 .team_block .team_social_icon ul li a {
  color: #b0aebe;
  font-size: 16px;
}
.team-3 .team_block .team_social_icon ul li a:hover {
  color: #57A6FF;
}
.team-3 .team_block p {
  font-size: 14px;
  padding-top: 20px;
  margin-bottom: 0;
}

/*------------------- team profil 1 ----------------------*/
.single-team {
  /*------------------- team profil 2 ----------------------*/
}
.single-team .team-profil img {
  border-radius: 10px;
}
.single-team .team-profil .team-profil-info {
  position: relative;
  text-align: center;
}
.single-team .team-profil .team-profil-info h4 {
  font-family: "Hind", Sans-serif;
  font-size: 24px;
  color: #34314b;
  font-weight: 600;
  line-height: 24px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.single-team .team-profil .team-profil-info span {
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
}
.single-team .team-profil .team-profil-info p {
  color: #34314b;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 24px;
}
.single-team .team-profil .team-profil-info p i {
  font-size: 24px;
  color: #57A6FF;
}
.single-team .team-profil .team_social_icon {
  display: block;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 25px;
}
.single-team .team-profil .team_social_icon ul li {
  display: inline-block;
  margin-right: 15px;
}
.single-team .team-profil .team_social_icon ul li a {
  color: #b0aebe;
  background-color: #ecebeb;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  font-size: 16px;
  display: inline-block;
  width: 40px;
  border-radius: 50%;
  height: 40px;
  line-height: 40px;
}
.single-team .team-profil .team_social_icon ul li a:hover {
  color: #fff;
  background-image: linear-gradient(90deg, #a1ecff 0%, #7dbcff 100%);
  background-color: transparent;
}
.single-team .profil-info h3 {
  font-size: 20px;
  color: #34314b;
  font-weight: 600;
  margin-bottom: 20px;
}
.single-team .profil-info p {
  font-size: 15px;
  line-height: 26px;
}
.single-team .profil-info ul {
  padding-bottom: 30px;
}
.single-team .profil-info ul li {
  font-size: 16px;
  color: #34314b;
  position: relative;
  padding-left: 27px;
  margin-bottom: 15px;
}
.single-team .profil-info ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-size: 24px;
  line-height: 24px;
  color: #57A6FF;
  font-family: "unicons";
}
.single-team.single-team-2 .team-profil-info {
  position: relative;
  text-align: left;
}
.single-team.single-team-2 .team-profil-info h4 {
  font-family: "Hind", Sans-serif;
  font-size: 24px;
  color: #34314b;
  font-weight: 600;
  line-height: 24px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.single-team.single-team-2 .team-profil-info span {
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
}
.single-team.single-team-2 .team-profil-info p {
  color: #34314b;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 24px;
}
.single-team.single-team-2 .team-profil-info p i {
  font-size: 24px;
  color: #57A6FF;
}
.single-team.single-team-2 .team-profil-info .meta-description {
  font-size: 15px;
  line-height: 26px;
  color: #666;
  margin-bottom: 20px;
}
.single-team.single-team-2 .team-profil-info .team_social_icon {
  display: block;
  text-align: left;
  padding-bottom: 0;
  padding-top: 15px;
}
.single-team.single-team-2 .team-profil-info .team_social_icon ul {
  padding-bottom: 0;
}
.single-team.single-team-2 .team-profil-info .team_social_icon ul li {
  display: inline-block;
  margin-right: 15px;
  padding-left: 0;
  margin-bottom: 0;
}
.single-team.single-team-2 .team-profil-info .team_social_icon ul li a {
  color: #b0aebe;
  font-size: 16px;
}
.single-team.single-team-2 .team-profil-info .team_social_icon ul li:before {
  display: none;
}

/*------------------- team profil 3 ----------------------*/
.team-header h2 {
  font-size: 36px;
  font-weight: 600;
}
.team-header span {
  font-size: 18px;
  color: #ffffff;
  display: block;
  margin-bottom: 30px;
}
.team-header .team-header-img {
  margin-bottom: -50px;
}
.team-header .team-header-img img {
  width: 200px;
  height: 200px;
  border-radius: 100%;
}

.single-team-3 .profil-info ul {
  padding-bottom: 0;
}
.single-team-3 .profil-info ul li {
  font-size: 14px;
}
.single-team-3 .profil-info .team-profil-info-contact p {
  color: #34314b;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 24px;
}
.single-team-3 .profil-info .team-profil-info-contact p i {
  font-size: 24px;
  color: #57A6FF;
}
.single-team-3 .profil-info .team_social_icon {
  display: block;
  text-align: left;
  padding-bottom: 0;
  padding-top: 15px;
}
.single-team-3 .profil-info .team_social_icon ul {
  padding-bottom: 0;
}
.single-team-3 .profil-info .team_social_icon ul li {
  display: inline-block;
  margin-right: 15px;
  padding-left: 0;
  margin-bottom: 0;
}
.single-team-3 .profil-info .team_social_icon ul li a {
  color: #b0aebe;
  font-size: 18px;
}
.single-team-3 .profil-info .team_social_icon ul li a:hover {
  color: #57A6FF;
}
.single-team-3 .profil-info .team_social_icon ul li:before {
  display: none;
}

/*-------------------testimonial block ----------------------*/
.testimonial_block .item_slider,
.testimonial_block_4 .item_slider {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
  margin: 0 15px 0;
}
.testimonial_block .item_slider .rating i,
.testimonial_block_4 .item_slider .rating i {
  font-size: 16px;
  color: #ffe032;
}
.testimonial_block .item_slider .rating i:before,
.testimonial_block_4 .item_slider .rating i:before {
  margin-left: 0;
  margin-right: 0;
}
.testimonial_block .item_slider .avatar_testmonial img,
.testimonial_block_4 .item_slider .avatar_testmonial img {
  width: 60px;
  border-radius: 50%;
  float: left;
  margin-right: 15px;
}
.testimonial_block .item_slider .avatar_testmonial .info_avatar,
.testimonial_block_4 .item_slider .avatar_testmonial .info_avatar {
  overflow: hidden;
  padding-top: 10px;
  position: relative;
}
.testimonial_block .item_slider .avatar_testmonial .info_avatar h4,
.testimonial_block_4 .item_slider .avatar_testmonial .info_avatar h4 {
  color: #34314b;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 16px;
}
.testimonial_block .item_slider .text_testimonail,
.testimonial_block_4 .item_slider .text_testimonail {
  padding: 20px 0;
}
.testimonial_block .item_slider .text_testimonail p,
.testimonial_block_4 .item_slider .text_testimonail p {
  font-weight: 400;
}
.testimonial_block.slick-slider .slick-list,
.testimonial_block_4.slick-slider .slick-list {
  padding: 0;
}

.testimonial_block_4 .item_slider {
  position: relative;
  text-align: center;
  margin: 0 20px;
  padding: 30px;
}
.testimonial_block_4 .item_slider img {
  width: 40px;
  margin: 0 auto;
}
.testimonial_block_4 .item_slider .info_avatar {
  text-align: left;
  display: inline-block;
  position: relative;
  top: 15px;
}
.testimonial_block_4 .item_slider .avatar_testmonial img {
  float: none;
  display: inline-block;
}
.testimonial_block_4 .slick-dots {
  margin-top: 20px;
  text-align: center;
}
.testimonial_block_4 .slick-dots li {
  display: inline-block;
  margin-right: 10px;
}
.testimonial_block_4 .slick-dots li button {
  font-size: 0;
  background-color: rgba(52, 49, 75, 0.2);
  border: none;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  outline: none;
}
.testimonial_block_4 .slick-dots li button:hover {
  background-color: #57A6FF;
}
.testimonial_block_4 .slick-dots li.slick-active button {
  background-color: rgba(52, 49, 75, 0.5);
}

/*-------------------testimonial block 5 ----------------------*/
.bg-testmoinial {
  background-color: #efecfd;
  background-image: url(../images/image13.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 100px 0 100px 0;
}

.testimonial_block_5 {
  box-shadow: 0 0 35px rgba(140, 152, 164, 0.12);
  background-image: linear-gradient(90deg, #9ccdfe 0%, #94aafd 100%);
  border-radius: 10px;
  padding: 80px 40px;
}
.testimonial_block_5 .item-slide img {
  width: 45px;
}
.testimonial_block_5 .item-slide p {
  color: #ffffff;
  margin-top: 20px;
  font-size: 16px;
  font-family: "Hind", Sans-serif;
  margin-bottom: 30px;
  line-height: 26px;
}
.testimonial_block_5 .item-slide .avatar-item-slide img {
  width: 65px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}
.testimonial_block_5 .item-slide .avatar-item-slide .avatar-item-slide-info {
  overflow: hidden;
  position: relative;
  top: 10px;
}
.testimonial_block_5 .item-slide .avatar-item-slide .avatar-item-slide-info h4 {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  font-family: "Hind", Sans-serif;
  margin-bottom: 0;
}
.testimonial_block_5 .item-slide .avatar-item-slide .avatar-item-slide-info span {
  color: #ffffff;
  font-size: 14px;
}

/*-------------------testimonial block 2 ----------------------*/
.testimonial_block_6 .testimonial_block_item .avatar_testimonial {
  width: 200px;
  height: 200px;
  object-fit: cover;
  float: left;
  margin-right: 30px;
  border-radius: 50%;
}
.testimonial_block_6 .testmonial_block_info {
  overflow: hidden;
  padding-top: 60px;
  text-align: left;
  position: relative;
}
.testimonial_block_6 .testmonial_block_info .quote_b {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-image: linear-gradient(90deg, #a1ecff 0%, #7dbcff 100%);
}
.testimonial_block_6 .testmonial_block_info .quote_b img {
  width: 22px;
  height: 22px;
  margin: 15px auto;
}
.testimonial_block_6 .testmonial_block_info h3 {
  font-family: "Hind", Sans-serif;
  color: #34314b;
  font-size: 18px;
}
.testimonial_block_6 .testmonial_block_info span {
  font-size: 15px;
  color: #b0aebe;
}
.testimonial_block_6 .slick-arrow {
  background-image: linear-gradient(90deg, #a1ecff 0%, #7dbcff 100%);
  color: #ffffff;
  font-size: 18px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  box-shadow: 0px 10px 20px 0px rgba(134, 200, 255, 0.48);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.testimonial_block_6 .slick-arrow.slick-prev {
  left: -10%;
}
.testimonial_block_6 .slick-arrow.slick-next {
  right: -10%;
}

/*--------------------- Blog----------------*/
.blog_item img {
  border-radius: 10px;
}
.blog_item .blog_item_info {
  padding-top: 15px;
}
.blog_item .blog_item_info .category_blog {
  border-radius: 20px;
  padding: 5px 15px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
}
.blog_item .blog_item_info h3 {
  margin-top: 20px;
  font-size: 20px;
}
.blog_item .blog_item_info h3 a {
  color: #34314b;
  text-decoration: none;
  font-weight: 600;
}
.blog_item .blog_item_info p {
  font-weight: 400;
}
.blog_item:hover img {
  opacity: 0.8;
}
.blog_item.text_blog {
  border-radius: 10px;
  border: 1px solid #EFEFF1;
  padding: 15px 15px 5px;
  margin-bottom: 30px;
}
.blog_item.text_blog a {
  color: #34314b;
}
.blog_item.text_blog a i {
  font-size: 24px;
}
.blog_item.text_blog a:hover {
  color: #57A6FF;
}

/*------------------- before Footer ----------------------------*/
.beforefooter {
  background-color: rgba(95, 69, 234, 0.05);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 60px 0px 60px 0px;
  overflow: hidden;
}
.beforefooter p {
  margin-bottom: 0;
}
.beforefooter p span {
  font-weight: 300;
  font-size: 24px;
  text-transform: capitalize;
  color: #34314b;
  top: 5px;
  position: relative;
}
.beforefooter p .btn-primary {
  width: auto;
  padding: 0.375rem 1.5rem;
  margin-left: 35px;
}

/*------------------ Footer----------------------*/
.bg-footer {
  background-color: #34314b;
}

.footer_top h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: capitalize;
  line-height: 29px;
  letter-spacing: 0px;
  color: #34314b;
}
.footer_top .social_icons ul li {
  display: inline-block;
  margin-right: 15px;
}
.footer_top .social_icons ul li a {
  font-weight: 400;
  font-size: 18px;
  color: #666;
}
.footer_top .social_icons ul li a:hover {
  color: #34314b;
}
.footer_top ul li {
  margin-bottom: 5px;
}
.footer_top ul li a {
  color: #858497;
  font-weight: 400;
  text-decoration: none;
}
.footer_top ul li a:hover {
  color: #34314b;
}
.footer_top .newsletter_form .form-control {
  padding: 2px 8px 5px 8px;
  margin: 0px 0px 0px 0px;
  border-radius: 3px 3px 3px 3px;
  background-color: #f6f8f9;
  color: #858497;
  font-family: "Open Sans", Sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0px;
  float: left;
  width: 68%;
  margin-right: 10px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #EFEFF1;
}
.footer_top .newsletter_form .btn-primary {
  border-radius: 4px;
  width: auto;
  font-size: 13px;
  line-height: 16px !important;
  padding: 10px 20px;
}

.copyright {
  border-top: 1px solid rgba(176, 174, 190, 0.45);
}

.footer_2 h5 {
  color: #ffffff;
}
.footer_2 .footer_top li {
  color: #ffffff;
}
.footer_2 .footer_top li a {
  font-weight: 400;
  color: #ffffff;
  font-size: 13px;
}
.footer_2 .footer_top li a:hover {
  color: #57A6FF;
}
.footer_2 .footer_top li i {
  padding-right: 10px;
}
.footer_2 .footer_top .social_icons li a {
  color: #ffffff !important;
}
.footer_2 .footer_top .social_icons li a.hover {
  color: #57A6FF !important;
}
.footer_2 .footer_bottom {
  background-color: #2e2b45;
}
.footer_2 .footer_bottom .copyright {
  border: none;
}
.footer_2 .footer_bottom .copyright p {
  color: #b0aebe;
}
.footer_2 .footer_bottom .menu-footer-bottom ul li {
  display: inline-block;
  margin-right: 10px;
}
.footer_2 .footer_bottom .menu-footer-bottom ul li a {
  font-family: "Hind", Sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  line-height: 21px;
  letter-spacing: 0px;
}

.footer_3 p {
  color: #b0aebe;
}
.footer_3 .white_logo {
  font-size: 32px;
  color: #ffffff;
  font-weight: 600;
}
.footer_3 .footer_top h5 {
  color: #ffffff;
}
.footer_3 .footer_top li {
  color: #ffffff;
}
.footer_3 .footer_top li a {
  font-size: 13px;
  color: #b0aebe;
}
.footer_3 .footer_top li a:hover {
  color: #ffffff;
}
.footer_3 .border-top {
  border-top: 1px solid #858497 !important;
}
.footer_3 .newsletter_form {
  padding: 30px 0;
}
.footer_3 .newsletter_form .form-control {
  padding: 5px 8px 5px 8px;
  margin: 0px 0px 0px 0px;
  border-radius: 3px 3px 3px 3px;
  background-color: #f6f8f9;
  color: #b0aebe;
  font-family: "Open Sans", Sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0px;
  float: left;
  height: 38px;
  width: 68%;
  margin-right: 10px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #efeff1;
}
.footer_3 .newsletter_form .btn-primary {
  border-radius: 4px;
  width: auto;
  font-size: 13px;
  line-height: 16px !important;
  padding: 10px 20px;
}
.footer_3 .social_icons ul li {
  display: inline-block;
  margin-right: 15px;
}
.footer_3 .social_icons ul li a {
  display: block;
  width: 48px;
  height: 48px;
  background-color: transparent;
  border: 1px solid #fff;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  color: #ffffff !important;
  font-size: 18px;
}
.footer_3 .social_icons ul li a:hover {
  color: #ffffff;
  background-image: linear-gradient(90deg, #a1ecff 0%, #7dbcff 100%);
  border: 1px solid transparent;
}

/*------------------footer------------------*/
.icon-box-border {
  padding: 15px;
  border: 1px solid #dedede;
  border-radius: 8px;
  margin-bottom: 30px;
}
.icon-box-border i {
  width: 85px;
  float: left;
  height: 85px;
  text-align: center;
  line-height: 85px;
  font-size: 28px;
  margin-right: 20px;
  color: #fff;
  border-radius: 50%;
}
.icon-box-border p {
  margin-top: 10px;
  position: relative;
  top: 10px;
  overflow: hidden;
  color: #34314b;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  padding-left: 15px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.box-video {
  position: relative;
}
.box-video .box-video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 10px 20px 0px rgba(57, 166, 251, 0.28);
}
.box-video .box-video-btn img {
  width: 90px;
  height: 90px;
}
.box-video.box-video-mb {
  margin-bottom: -180px;
  z-index: 99;
}

.icon_box_left i {
  font-size: 50px;
}
.icon_box_left h4 {
  margin-top: 10px;
  font-size: 20px;
  color: #34314b;
  font-weight: 600;
}
.icon_box_left p {
  margin-bottom: 0;
  font-size: 15px;
}

.cta_2 {
  position: relative;
}
.cta_2 .icon-right {
  position: relative;
}
.cta_2 .icon-right .icon-cta {
  position: absolute;
  top: 50px;
  right: -40px;
  font-size: 24px;
  display: inline-block;
  color: #57A6FF;
  border-radius: 50%;
  width: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #ffffff;
  height: 80px;
}
.cta_2 .text-cta {
  padding: 80px 60px 60px;
}
.cta_2 .text-cta h2 {
  font-size: 50px;
  color: #ffffff;
  font-weight: 700;
  line-height: 55px;
}
.cta_2 .text-cta p {
  margin-top: 25px;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 16px;
}

.list_block_2 {
  padding: 0;
  margin: 0;
}
.list_block_2 li {
  font-weight: 600;
  line-height: 20px;
  font-size: 16px;
  margin-bottom: 15px;
}
.list_block_2 li i {
  font-size: 24px;
  padding-right: 5px;
  color: #57A6FF;
}
.list_block_2 li i:before {
  margin: 0;
}

.progress_block .progress_item {
  margin-bottom: 40px;
}
.progress_block .progress_item strong {
  font-weight: 700;
  position: relative;
  top: 5px;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 10px;
  line-height: 24px;
}
.progress_block .progress_item .progress_number {
  display: inline-block;
  width: 50px;
  border-radius: 40px;
  text-align: center;
  height: 50px;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  position: relative;
  top: -13px;
  line-height: 50px;
}

.testimonial_block_2_item {
  padding: 35px;
  border: 1px solid #dedede;
  border-radius: 10px;
}
.testimonial_block_2_item .top {
  clear: both;
  padding-bottom: 10px;
}
.testimonial_block_2_item .top h4 {
  color: #34314b;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.testimonial_block_2_item .top img {
  width: 70px;
  border-radius: 50%;
  float: left;
  margin-right: 20px;
}
.testimonial_block_2_item .top .top_info {
  position: relative;
  top: 10px;
  overflow: hidden;
}
.testimonial_block_2_item .bottom {
  clear: both;
  margin-top: 30px;
}
.testimonial_block_2_item .bottom p {
  font-size: 14px;
  margin-bottom: 0;
}
.testimonial_block_2_item.big_testimonial {
  height: 96%;
}
.testimonial_block_2_item.big_testimonial h4 {
  font-size: 24px;
}
.testimonial_block_2_item.big_testimonial img {
  width: 80px;
}
.testimonial_block_2_item.big_testimonial p {
  margin-top: 40px;
  font-weight: 400;
  line-height: 26px;
  font-size: 16px;
}
.testimonial_block_2_item.big_testimonial .quote {
  position: absolute;
  bottom: 50px;
  right: 80px;
  display: block;
}
.testimonial_block_2_item.big_testimonial .quote img {
  width: 70px;
}

.tool_block img {
  max-width: 60px;
  margin:  auto;
  /*max-width: 150px;*/
  /*filter: grayscale(100%);*/
}

.feature_item {
  padding: 20px;
  margin: 10px;
  border-radius: 8px;
  background-color: rgba(246, 248, 249, 0.82);
}
.feature_item i {
  font-size: 32px;
}
.feature_item h3 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 18px;
  color: #34314b;
}
.feature_item:hover {
  box-shadow: 0 5px 20px rgba(48, 63, 100, 0.23);
  background-image: linear-gradient(90deg, #9ccdfe 0%, #94aafd 100%);
}
.feature_item:hover i {
  color: #ffffff;
}
.feature_item:hover h3 {
  color: #ffffff;
}
.feature_item:hover p {
  color: #ffffff;
}

.circle_progress_bar .position {
  margin: 0 auto;
}
.circle_progress_bar .progress-bar {
  box-shadow: 0px 10px 20px 0px rgba(161, 236, 255, 0.5);
  border-radius: 50%;
  position: relative;
  height: 150px;
  width: 150px;
  background-color: transparent;
}
.circle_progress_bar .progress-bar div {
  position: absolute;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}
.circle_progress_bar .progress-bar div span {
  position: absolute;
  font-size: 32px;
  line-height: 125px;
  color: #64ECF5;
  height: 125px;
  width: 125px;
  font-weight: 600;
  left: 12.5px;
  top: 12.5px;
  text-align: center;
  border-radius: 50%;
  background-color: white;
}
.circle_progress_bar .progress-bar .rotate {
  clip: rect(0 100px 150px 0);
  background-color: #4b86db;
}
.circle_progress_bar .progress-bar .left {
  clip: rect(0 100px 150px 0);
  opacity: 1;
  background-color: #b3cef6;
}
.circle_progress_bar .progress-bar .right {
  clip: rect(0 100px 150px 0);
  transform: rotate(180deg);
  opacity: 0;
  background-color: #4b86db;
}

@keyframes toggle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.progress-text {
  margin-top: 20px;
}
.progress-text span {
  font-size: 20px;
  color: #34314b;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.progress-text p {
  margin-bottom: 0;
}

.element_box {
  padding: 30px;
  background-color: #ffff;
  border-radius: 8px;
  box-shadow: 0 0 18px rgba(48, 63, 100, 0.13);
  margin-bottom: 30px;
}
.element_box p {
  overflow: hidden;
}
.element_box i {
  float: left;
  margin-right: 15px;
  display: block;
  width: 70px;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  line-height: 70px;
  height: 70px;
  border-radius: 50%;
}
.element_box h3 {
  color: #34314b;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}
.element_box .element_box_info {
  overflow: hidden;
}
.element_box .element_box_info h3 {
  color: #34314b;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}
.element_box .element_box_info p {
  margin-bottom: 0;
}

.testimonial_block_3 {
  position: relative;
}
.testimonial_block_3 .slick-list {
  padding: 0 !important;
}
.testimonial_block_3 .slick-list .testimonial_block_3_item {
  padding: 0 60px 0;
  position: relative;
  margin: 30px 30px 0;
  background-color: #ffffff;
}
.testimonial_block_3 .slick-list .testimonial_block_3_item .quote_b {
  display: inline-block;
  width: 80px;
  position: absolute;
  top: -25px;
  right: 50px;
  height: 80px;
  border-radius: 50%;
  background-color: #64ECF5;
  text-align: center;
  line-height: 80px;
}
.testimonial_block_3 .slick-list .testimonial_block_3_item .quote_b img {
  width: 25px;
  margin: 0 auto;
  padding-top: 30px;
}
.testimonial_block_3 .slick-list .testimonial_block_3_item img {
  max-width: 100%;
  width: 100%;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.testimonial_block_3 .slick-list .testimonial_block_3_item .testmonial_block_3_info {
  padding: 60px 40px;
}
.testimonial_block_3 .slick-list .testimonial_block_3_item .testmonial_block_3_info h3 {
  color: #34314b;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
}
.testimonial_block_3 .slick-list .testimonial_block_3_item .testmonial_block_3_info span {
  display: block;
  margin-bottom: 10px;
}
.testimonial_block_3 .slick-list .testimonial_block_3_item .testmonial_block_3_info p {
  color: #34314b;
  font-size: 18px;
  line-height: 32px;
  margin-top: 30px;
}
.testimonial_block_3 .slick-list .testimonial_block_3_item .border-rad {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.testimonial_block_3 .slick-arrow {
  background-color: transparent;
  border: none;
  font-size: 50px;
  outline: none;
}
.testimonial_block_3 .slick-arrow.slick-prev {
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 99;
}
.testimonial_block_3 .slick-arrow.slick-next {
  position: absolute;
  top: 40%;
  right: 0;
}
.testimonial_block_3 .slick-arrow:hover {
  color: #57A6FF;
}

.blog-slider .slick-list {
  padding: 0 !important;
}
.blog-slider .slick-list .item_blog {
  margin: 0 10px;
}
.blog-slider .slick-list .item_blog a {
  display: block;
  color: #666;
  text-decoration: none;
}
.blog-slider .slick-list .item_blog a img {
  border-radius: 10px;
}
.blog-slider .slick-list .item_blog a .info_item_blog {
  margin-top: 15px;
}
.blog-slider .slick-list .item_blog a .info_item_blog .dte_blog ,
.blog-slider-7 .info_item_blog .dte_blog {
  color: #34314b;
  font-weight: 600;
  font-size: 14px;
}
.blog-slider-7  .info_item_blog{
margin-top: 15px;
}
.blog-slider .slick-list .item_blog a .info_item_blog h3,
.blog-slider-7  h3 {
  font-size: 18px;
  color: #34314b;
  font-weight: 700;
  margin-top: 10px;
}
.blog-slider .slick-dots {
  text-align: center;
}
.blog-slider .slick-dots li {
  display: inline-block;
  margin-right: 10px;
}
.blog-slider .slick-dots li button {
  font-size: 0;
  background-color: rgba(52, 49, 75, 0.2);
  border: none;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  outline: none;
}
.blog-slider .slick-dots li button:hover {
  background-color: #57A6FF;
}
.blog-slider .slick-dots li.slick-active button {
  background-color: rgba(52, 49, 75, 0.5);
}

.blog-slider-7 .item_blog {
  margin: 0 10px !important;
}

/*------------------- number block---------------------*/
.number_block .number_item span {
  font-size: 50px;
  color: #57A6FF;
  display: block;
  font-weight: 700;
  line-height: 50px;
}
.number_block .number_item small {
  font-size: 15px;
  color: #34314b;
}

/*------------------- Testimonial block---------------------*/
.box-testimonial {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0px 0px 20px 0px rgba(52, 49, 75, 0.1);
}
.box-testimonial .avatar_profil img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-bottom: 20px;
}
.box-testimonial span {
  display: block;
  font-size: 16px;
  color: #34314b;
  font-weight: 600;
}
.box-testimonial small {
  font-size: 13px;
}

.bg_img1 {
  background-color: #efecfd;
  background-image: url(../images/image10.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  position: relative;
}
.bg_img1:before {
  background-color: rgba(22, 31, 45, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.bg_img2 {
  background-color: #efecfd;
  background-image: url(../images/bg8.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  position: relative;
}

/*------------------- features block---------------------*/
.features_block {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
}
.features_block .feature_block_item {
  margin-bottom: 25px;
}
.features_block .feature_block_item .icon_feature {
  width: 70px;
  text-align: center;
  height: 70px;
  float: left;
  margin-right: 15px;
  line-height: 70px;
  border-radius: 50%;
}
.features_block .feature_block_item .icon_feature i {
  color: #ffffff;
  font-size: 24px;
}
.features_block .feature_block_item .info_feature {
  overflow: hidden;
}
.features_block .feature_block_item .info_feature h4 {
  display: block;
  font-size: 18px;
  color: #34314b;
  font-weight: 600;
}
.features_block.feature_block_2 {
  background-color: transparent;
  padding: 0;
}
.features_block.feature_block_2 .feature_block_item {
  background-color: #ffffff;
  box-shadow: 0px 15px 30px 0px rgba(52, 49, 75, 0.1);
  padding: 20px;
  border-radius: 8px;
}
.features_block.feature_block_2 .feature_block_item .icon_feature {
  float: none;
  display: block;
  margin: 0 auto;
}
.features_block.feature_block_2 .feature_block_item .info_feature {
  margin-top: 10px;
  text-align: center;
}
.features_block.feature_block_2 .feature_block_item .info_feature h4 {
  font-size: 16px;
}
.features_block.feature_block_2 .feature_block_item .info_feature p {
  font-size: 14px;
}
.features_block.feature_block_2 .feature_block_item:hover {
  box-shadow: 0px 15px 30px 0px rgba(52, 49, 75, 0.25);
}
.features_block.feature_block_3 {
  padding-bottom: 0;
}
.features_block.feature_block_3 .feature_block_item {
  margin-bottom: 0;
  position: relative;
  text-align: center;
}
.features_block.feature_block_3 .feature_block_item .icon_feature {
  float: none;
  display: inline-block;
  margin-bottom: 20px;
}
.features_block.feature_block_3 .feature_block_item p {
  margin-bottom: 0;
}

/*-------------accordion_block ----------------------*/
.accordion_block .card {
  margin-bottom: 20px;
  border: none;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 0px 20px 0px rgba(52, 49, 75, 0.1);
}
.accordion_block .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.accordion_block .card .card-header .btn-link {
  color: #34314b;
  text-decoration: none;
  display: block;
  padding: 20px;
  text-align: left;
  width: 100%;
}
.accordion_block .card .card-header .btn-link:hover {
  color: #57A6FF;
}
.accordion_block .card-body {
  padding: 0 1.25rem 1.25rem;
}

/*-------------------- Portfolio------------------*/
.project_block .project_item {
  position: relative;
  border-radius: 8px;
}
.project_block .project_item a {
  display: block;
}
.project_block .project_item a img {
  border-radius: 8px;
}
.project_block .project_item a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}
.project_block .project_item a:hover:before {
  background-color: rgba(0, 0, 0, 0.25);
}
/*
.project_block .project_item a .project_item_info {
  position: absolute;
  left: 20px;
  top: 20px;
}
*/
.project_block .project_item a .project_item_info {
    position: absolute;
    left: 0;
    bottom: 0;    
    width: 100%;
    padding: 15px;
    background: linear-gradient(0deg, rgba(0,0,0,0.5970763305322129) 0%, rgba(0,0,0,0) 100%);
}
.project_block .project_item a .project_item_info h3 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
}
.project_block .project_item a .project_item_info span {
  font-size: 14px;
  color: #ffffff;
}
.project_block .project_item.big_project {
  height: 525px;
  overflow: hidden;
}
.project_block .project_item.medium_project {
  height: 260px;
  margin-bottom: 30px;
  overflow: hidden;
}
.project_block .project_item.small_project {
  height: 235px;
  overflow: hidden;
}

/*-------------------- Portfolio 2------------------*/
.portfolio-item {
  position: relative;
  text-align: center;
  display: block;
}
.portfolio-item img {
  width: 100%;
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-transition: all 2s cubic-bezier(0.21, 1, 0.12, 1) 0s;
  transition: all 2s cubic-bezier(0.23, 1, 0.12, 1) 0s;
}
.portfolio-item .text-holder {
  position: absolute;
  width: 100%;
  font-size: 18px;
  left: 0;
  height: 100%;
  margin: 0;
  top: 0;
  box-sizing: border-box;
  z-index: 999;
  -webkit-transition: opacity 0.6s 0.3s;
  transition: opacity 0.6s 0.3s;
  opacity: 0;
  pointer-events: auto;
  padding: 10%;
  background: rgba(0, 0, 0, 0.35) none repeat scroll 0 0;
}
.portfolio-item .text-holder .text-holder-outer {
  display: table;
  width: 100%;
  height: 100%;
}
.portfolio-item .text-holder .text-holder-outer .text-holder-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.portfolio-item .text-holder .text-holder-outer .text-holder-inner .icon-holder a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  margin: 12px 8px;
  font-size: 15px;
  color: #34314b;
  background: #ffffff;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  border-radius: 50%;
}
.portfolio-item:hover .text-holder {
  opacity: 1;
}
.portfolio-item :hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 5s cubic-bezier(0.21, 1, 0.12, 1) 0s;
  transition: all 5s cubic-bezier(0.21, 1, 0.12, 1) 0s;
}

/*-------------------- blog slider 2------------------*/
.blog_slider_2 .slick-list {
  padding: 0 !important;
}
.blog_slider_2 .slick-list .item_blog {
  margin: 10px 10px 0;
}
.blog_slider_2 .slick-list .item_blog img {
  border-radius: 8px;
  width: 40%;
  float: left;
  margin-right: 20px;
}
.blog_slider_2 .slick-list .item_blog .info_item_blog {
  overflow: hidden;
}
.blog_slider_2 .slick-list .item_blog .info_item_blog .dte_blog {
  color: #34314b;
  font-weight: 600;
  font-size: 14px;
}
.blog_slider_2 .slick-list .item_blog .info_item_blog h3 {
  font-size: 18px;
  color: #34314b;
  font-weight: 700;
  margin-top: 10px;
}
.blog_slider_2 .slick-list .item_blog .info_item_blog p {
  margin-bottom: 0;
}
.blog_slider_2 .slick-arrow {
  border: none;
  background-image: linear-gradient(90deg, #a1ecff 0%, #7dbcff 100%);
  color: #ffffff;
  border-radius: 50%;
  width: 45px;
  outline: none;
  height: 45px;
  box-shadow: 0px 10px 20px 0px rgba(161, 236, 255, 0.5);
  font-size: 24px;
  position: absolute;
}
.blog_slider_2 .slick-arrow.slick-prev {
  left: -55px;
  top: 30%;
}
.blog_slider_2 .slick-arrow.slick-next {
  right: -55px;
  top: 30%;
}

/*-------------------- blog slider 3------------------*/
.blog_slider_3 .item_blog {
  border-radius: 8px;
  height: 410px;
  margin: 10px;
}
.blog_slider_3 .item_blog a {
  text-decoration: none;
  display: block;
  z-index: 9;
  position: relative;
}
.blog_slider_3 .item_blog a .item-blog-img {
  position: relative;
}
.blog_slider_3 .item_blog a .item-blog-img:before {
  background-image: linear-gradient(0deg, #1e2022 0%, transparent 75%);
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 8px;
}
.blog_slider_3 .item_blog a .item-blog-img img {
  border-radius: 8px;
}
.blog_slider_3 .item_blog a .info_item_blog {
  position: absolute;
  bottom: 45px;
  padding: 20px;
  width: 100%;
  text-align: center;
}
.blog_slider_3 .item_blog a .info_item_blog h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}
.blog_slider_3 .item_blog a .info_item_blog h4 {
  margin: 10px 0;
  font-size: 14px;
  color: #ffffff;
  font-weight: 300;
}
.blog_slider_3 .item_blog a .info_item_blog img {
  width: 50px;
  margin: 0 auto;
  height: auto;
  border-radius: 50%;
}
.blog_slider_3 .item_blog a:hover .item-blog-img:before {
  opacity: 0.7;
}
.blog_slider_3 .item_blog.item-blog-with-bg {
  border-radius: 8px;
  background-color: #fff;
  position: relative;
  color: #34314b;
  text-decoration: none;
}
.blog_slider_3 .item_blog.item-blog-with-bg .info_item_blog {
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
.blog_slider_3 .item_blog.item-blog-with-bg .info_item_blog p {
  color: #34314b;
  font-size: 15px;
  font-weight: 500;
}
.blog_slider_3 .item_blog.item-blog-with-bg .info_item_blog h4 {
  margin: 25px 0;
  color: #34314b;
  font-size: 14px;
  font-weight: 700;
}
.blog_slider_3 .slick-dots {
  margin-top: 40px;
  text-align: center;
}
.blog_slider_3 .slick-dots li {
  display: inline-block;
  margin-right: 10px;
}
.blog_slider_3 .slick-dots li button {
  font-size: 0;
  background-color: rgba(52, 49, 75, 0.2);
  border: none;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  outline: none;
}
.blog_slider_3 .slick-dots li button:hover {
  background-color: #57A6FF;
}
.blog_slider_3 .slick-dots li.slick-active button {
  background-color: rgba(52, 49, 75, 0.5);
}

/*-------------------- info small box-----------------*/
.small_info_box h3 {
  font-size: 16px;
  color: #34314b;
  font-weight: 600;
}
.small_info_box p {
  font-size: 14px;
}

/*-------------------- pricing table -----------------*/
.plan_table {
  padding: 50px 30px;
  background-color: #fff;
  border-radius: 10px;
}
.plan_table h3 {
  font-size: 24px;
  margin-bottom: 40px;
  font-weight: 600;
  color: #34314b;
}
.plan_table .price {
  line-height: 42px;
  font-size: 40px;
  color: #57A6FF;
  display: block;
  font-weight: 600;
}
.plan_table hr {
  margin-top: 30px;
}
.plan_table ul {
  padding-top: 30px;
}
.plan_table ul li {
  margin-bottom: 15px;
}
.plan_table ul li span {
  line-height: 24px;
  font-size: 16px;
  color: #666;
}
.plan_table ul li i {
  font-size: 20px;
}
.plan_table.active {
  margin-top: -30px;
  box-shadow: 0px 10px 20px 0px rgba(82, 179, 255, 0.18);
}
.plan_table.active .uil-check {
  color: #64ECF5;
}
.plan_table.active .uil-times {
  color: #FF8B8D;
}

.bg-pricing {
  background-image: url(../images/bg4.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0px 150px 0px;
  position: relative;
}
.bg-pricing .img-background-overlay {
  background-color: #34314b;
  opacity: 0.8;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.bg-pricing .text-price h2 {
  color: #fff;
  font-weight: 600;
  font-family: "Hind", Sans-serif;
  font-size: 32px;
  text-transform: capitalize;
  margin-bottom: 20px;
  margin-bottom: 20px;
}
.bg-pricing .text-price p {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  line-height: 25px;
  letter-spacing: 0px;
  margin-bottom: 30px;
}

.pricing_table2 {
  margin-top: 0px;
  margin-bottom: -280px;
}
.pricing_table2 .plan_table {
  box-shadow: 0px 0px 20px 0px rgba(52, 49, 75, 0.1);
}
.pricing_table2 .plan_table h3 {
  margin-bottom: 20px;
  text-align: center;
}
.pricing_table2 .plan_table .price {
  font-weight: 800;
  text-align: center;
}
.pricing_table2 .plan_table ul {
  text-align: center;
}

/*-------------------- pricing table 2 -----------------*/
.pricing-table-2 .pricing-switcher {
  text-align: center;
}
.pricing-table-2 .pricing-switcher .fieldset {
  display: inline-block;
  position: relative;
  padding: 2px;
  border-radius: 50em;
  margin-bottom: 0;
  border: 1px solid #57a6ff;
}
.pricing-table-2 .pricing-switcher .fieldset input[type=radio] {
  position: absolute;
  opacity: 0;
}
.pricing-table-2 .pricing-switcher .fieldset input[type=radio]:checked + label + .switch,
.pricing-table-2 .pricing-switcher .fieldset input[type=radio]:checked + label:nth-of-type(n) + .switch {
  -webkit-transform: translateX(90px);
  -moz-transform: translateX(90px);
  -ms-transform: translateX(90px);
  -o-transform: translateX(90px);
  transform: translateX(90px);
}
.pricing-table-2 .pricing-switcher .fieldset input[type=radio]:checked + label {
  color: #ffffff;
}
.pricing-table-2 .pricing-switcher .fieldset label {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 90px;
  height: 40px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 16px;
  color: #57A6FF;
}
.pricing-table-2 .pricing-switcher .fieldset .switch {
  position: absolute;
  top: 2px;
  left: 2px;
  height: 40px;
  width: 90px;
  background-image: linear-gradient(90deg, #9ccdfe 0%, #94aafd 100%);
  border-radius: 50em;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}
.pricing-table-2 .pricing-table-list {
  margin: 40px 0 0;
}
.pricing-table-2 .pricing-table-list .content-table .pricing-wrapper {
  position: relative;
  margin-bottom: 30px;
}
.pricing-table-2 .pricing-table-list .content-table .pricing-wrapper .is-visible {
  padding: 50px 50px;
  background-color: #ffffff;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0px 0px 20px 0px rgba(52, 49, 75, 0.1);
}
.pricing-table-2 .pricing-table-list .content-table .pricing-wrapper .is-hidden {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.pricing-table-2 .pricing-table-list .content-table .pricing-wrapper > div {
  background-color: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent;
}
.pricing-table-2 .pricing-table-list .content-table .pricing-wrapper h3 {
  color: #34314b;
  font-weight: 600;
  margin-top: 0;
  font-family: "Hind", Sans-serif;
}
.pricing-table-2 .pricing-table-list .content-table .pricing-wrapper p {
  font-size: 15px;
}
.pricing-table-2 .pricing-table-list .content-table .pricing-wrapper .price-table .currency {
  display: inline-block;
  margin-top: 10px;
  vertical-align: top;
  font-size: 16px;
  font-weight: 700;
  color: #666;
  opacity: 0.6;
}
.pricing-table-2 .pricing-table-list .content-table .pricing-wrapper .price-table .value {
  font-size: 50px;
  color: #34314b;
}
.pricing-table-2 .pricing-table-list .content-table .pricing-wrapper .price-table .duration {
  font-size: 13px;
  font-weight: 700;
  color: #666;
  opacity: 0.6;
  text-transform: uppercase;
  position: relative;
}
.pricing-table-2 .pricing-table-list .content-table .pricing-wrapper .price-table .duration::before {
  content: "/";
  margin-right: 2px;
}
.pricing-table-2 .pricing-table-list .content-table .pricing-wrapper.is-switched .is-visible {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-animation: cd-rotate 0.5s;
  -moz-animation: cd-rotate 0.5s;
  animation: cd-rotate 0.5s;
}
.pricing-table-2 .pricing-table-list .content-table .pricing-wrapper.is-switched .is-hidden {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-animation: cd-rotate-inverse 0.5s;
  -moz-animation: cd-rotate-inverse 0.5s;
  animation: cd-rotate-inverse 0.5s;
  opacity: 0;
}
.pricing-table-2 .pricing-table-list .content-table .pricing-wrapper.is-switched .is-selected {
  opacity: 1;
}
.pricing-table-2 .pricing-table-list .content-table .pricing-wrapper.reverse-animation .is-visible {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-animation: cd-rotate-back 0.5s;
  -moz-animation: cd-rotate-back 0.5s;
  animation: cd-rotate-back 0.5s;
}
.pricing-table-2 .pricing-table-list .content-table .pricing-wrapper.reverse-animation .is-hidden {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-animation: cd-rotate-inverse-back 0.5s;
  -moz-animation: cd-rotate-inverse-back 0.5s;
  animation: cd-rotate-inverse-back 0.5s;
  opacity: 0;
}
.pricing-table-2 .pricing-table-list .content-table .pricing-wrapper.reverse-animation .is-selected {
  opacity: 1;
}
.pricing-table-2 .pricing-table-list .content-table.premuim .is-visible {
  background-color: transparent;
  background-image: linear-gradient(90deg, #9ccdfe 0%, #94aafd 100%);
}
.pricing-table-2 .pricing-table-list .content-table.premuim h3 {
  color: #ffffff;
}
.pricing-table-2 .pricing-table-list .content-table.premuim p,
.pricing-table-2 .pricing-table-list .content-table.premuim .currency,
.pricing-table-2 .pricing-table-list .content-table.premuim .value,
.pricing-table-2 .pricing-table-list .content-table.premuim .duration {
  color: #ffffff !important;
}

/*-------------------- pricing table 3 -----------------*/
.pricing-box {
  background-color: #ffffff;
  box-shadow: 0 0 18px rgba(48, 63, 100, 0.13);
  padding: 50px 40px;
  border-radius: 10px;
  position: relative;
}
.pricing-box.active {
  -webkit-transform: scale(1.1) !important;
  -ms-transform: scale(1.1) !important;
  transform: scale(1.1) !important;
  z-index: 1;
  webkit-box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
}
.pricing-box .price-number .currency {
  display: inline-block;
  margin-top: 10px;
  vertical-align: top;
  font-size: 16px;
  font-weight: 700;
  color: #666;
  opacity: 0.6;
}
.pricing-box .price-number .value {
  font-size: 50px;
  font-weight: 600;
  color: #34314b;
}
.pricing-box .price-number .duration {
  font-size: 13px;
  font-weight: 700;
  color: #666;
  opacity: 0.6;
  text-transform: uppercase;
  position: relative;
}
.pricing-box .price-number .duration::before {
  content: "/";
  margin-right: 2px;
}
.pricing-box h3 {
  color: #34314b;
  font-weight: 600;
  margin-top: 0;
  font-family: "Hind", Sans-serif;
  font-size: 24px;
}
.pricing-box p {
  margin: 20px 0;
}

.table-style-1 table {
  border: 1px solid #dcf0f7;
}
.table-style-1 table tbody tr:nth-of-type(odd) {
  background-color: rgba(147, 217, 249, 0.15);
}
.table-style-1 table tbody td i {
  font-size: 20px;
  line-height: 20px;
}

/*-------------------- pricing table 4 -----------------*/
.pricing-table-3 {
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(52, 49, 75, 0.1);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0px 15px 0px 15px;
  padding: 40px 50px 50px 50px;
  position: relative;
}
.pricing-table-3 .top-pricing-table {
  width: 100%;
}
.pricing-table-3 .top-pricing-table span {
  font-family: "Hind", Sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 33px;
  letter-spacing: 0px;
  color: #34314b;
}
.pricing-table-3 .top-pricing-table strong {
  float: right;
  font-family: "Hind", Sans-serif;
  font-size: 36px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 44px;
  letter-spacing: 0px;
  color: #57A6FF;
}
.pricing-table-3 .body-pricing-table .listwith-icons {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #34314b;
  line-height: 35px;
  letter-spacing: 0px;
}
.pricing-table-3 .body-pricing-table .listwith-icons i {
  font-size: 22px;
}
.pricing-table-3 .body-pricing-table span {
  text-align: right;
  display: block;
  padding-bottom: 30px;
}

/*-------------------- pricing table 5 -----------------*/
.pricing_table-4 .plan_table {
  box-shadow: 0px 2px 20px 0px rgba(52, 49, 75, 0.1);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 25px 50px;
  border-radius: 4px;
}
.pricing_table-4 .plan_table .plan-table-top {
  padding-top: 30px;
}
.pricing_table-4 .plan_table .plan-table-top i {
  font-size: 40px;
}
.pricing_table-4 .plan_table h3 {
  margin-bottom: 10px;
}
.pricing_table-4 .plan_table .price {
  color: #34314b;
  font-weight: 700;
  font-size: 32px;
}
.pricing_table-4 .plan_table.active {
  margin-top: 0;
  color: #ffffff;
  background-image: linear-gradient(90deg, #a1ecff 0%, #7dbcff 100%);
}
.pricing_table-4 .plan_table.active h3 {
  color: #ffffff;
}
.pricing_table-4 .plan_table.active span {
  color: #ffffff;
}
.pricing_table-4 .plan_table.active hr {
  background-color: rgba(255, 255, 255, 0.8);
}
.pricing_table-4 .plan_table.active .uil-check {
  color: #ffffff;
}

/*-------------------- team block 2-----------------*/
.team_block2 .team_item {
  background-color: #f6f8f9;
  margin-bottom: 30px;
  border-radius: 8px;
}
.team_block2 .team_item img {
  border-radius: 8px 0 0 8px;
}
.team_block2 .team_item .team_item_info {
  padding: 20px;
}
.team_block2 .team_item h4 {
  color: #34314b;
  font-weight: 600;
  font-size: 18px;
}
.team_block2 .team_item span {
  font-size: 13px;
}
.team_block2 .team_item p {
  margin-top: 10px;
}
.team_block2 .team_item ul li {
  display: inline-block;
  margin-right: 10px;
}
.team_block2 .team_item ul li a {
  font-size: 16px;
  color: #34314b;
}
.team_block2 .team_item ul li a:hover {
  color: #57A6FF;
}

/*-------------------- team block 3-----------------*/
.team_block-3 .team_block .team_info {
  border-radius: 10px;
  margin-top: -25px;
  padding: 20px 0;
  background-color: #ffffff;
  box-shadow: 0 0 35px rgba(140, 152, 164, 0.12);
}

/*-------------------- newsletter CTA  block-----------------*/
.newsletter-cta h3 {
  color: #ffffff;
  font-weight: 600;
  font-family: "Hind", Sans-serif;
  font-size: 32px;
  text-transform: capitalize;
}
.newsletter-cta p {
  font-size: 15px;
  line-height: 25px;
}
.newsletter-cta .form-control {
  border-radius: 25px;
  background-color: #ffffff;
  color: #b0aebe;
  font-family: "Hind", Sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0px;
  float: left;
  height: 45px;
  width: 68%;
  margin-right: 10px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #EFEFF1;
}

/*-------------------- Accordion block-----------------*/
.accordion-1 .card-accordion .card-header {
  padding: 0;
  border-bottom: 0;
  background-color: transparent;
}
.accordion-1 .card-accordion .card-header button {
  padding: 0;
  color: #fff;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
}
.accordion-1 .card-accordion .card-header button i {
  color: #57A6FF;
  background-color: rgba(255, 255, 255, 0.05);
  font-size: 16px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  margin-right: 8px;
}
.accordion-1 .card-accordion .card-body {
  padding: 5px 32px;
}
.accordion-1 .card-accordion .card-body p {
  margin-bottom: 5px;
  color: #858497;
}
.accordion-1.accordion-style-2 .card-accordion .card-header {
  margin-bottom: 15px;
}
.accordion-1.accordion-style-2 .card-accordion .card-header button {
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 0 18px rgba(48, 63, 100, 0.13);
  color: #34314b;
  font-weight: 300;
  text-decoration: none;
  padding: 15px;
}
.accordion-1.accordion-style-2 .card-accordion .card-body {
  padding: 0;
  margin-bottom: 50px;
}
.accordion-1.accordion-style-2 .card-accordion .card-body h3 {
  font-size: 20px;
  color: #34314b;
  font-family: "Hind", Sans-serif;
  margin-bottom: 20px;
  margin-top: 30px;
}
.accordion-1.accordion-style-2 .card-accordion .card-body p {
  margin-bottom: 20px;
}
.accordion-1.accordion-style-2 .card-accordion .card-body ul li {
  line-height: 24px;
  margin-bottom: 5px;
  position: relative;
}
.accordion-1.accordion-style-2 .card-accordion .card-body ul li:before {
  content: "";
  font-family: "unicons";
  color: #57A6FF;
  font-size: 24px;
}
.accordion-1.accordion-style-2 .card-accordion .card-body img {
  border-radius: 10px;
}

/*-------------------- Posts footer  -----------------*/
.recent-posts .recent-post-inner {
  margin-bottom: 15px;
}
.recent-posts .recent-post-inner img {
  float: left;
  margin-right: 10px;
  width: 100px;
  height: auto;
}
.recent-posts .recent-post-inner .meta-post-inner {
  overflow: hidden;
}
.recent-posts .recent-post-inner .meta-post-inner h6 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 5px;
}
.recent-posts .recent-post-inner .meta-post-inner h6 a {
  color: #fff;
}
.recent-posts .recent-post-inner .meta-post-inner span {
  font-size: 12px;
  color: #b0aebe;
}

/*-------------------- box text with shadow  -----------------*/
.shadow-box-text {
  padding: 40px 30px;
  background-color: #ffffff;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0px 0px 20px 0px rgba(52, 49, 75, 0.1);
}
.shadow-box-text .shadow-box-text-inner {
  float: left;
}
.shadow-box-text .shadow-box-text-inner h3 {
  font-size: 18px;
  font-weight: 600;
  color: #34314b;
}
.shadow-box-text i {
  float: right;
  position: absolute;
  top: 60px;
  font-size: 35px;
  right: 25px;
  color: #64ECF5;
}

/*---------------------------
play btn video
--------------------*/
.video-2 .video-modal {
  display: inline-block;
  width: 80px;
  text-align: center;
  height: 80px;
  line-height: 80px;
  font-size: 25px;
  background-color: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(161, 236, 255, 0.5);
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  border-radius: 50%;
}

/*---------------------------
number text block
--------------------*/
.number-block-text span {
  background-color: rgba(55, 125, 255, 0.1);
  border-radius: 50%;
  font-size: 13px;
  width: 2rem;
  font-weight: 600;
  height: 2rem;
  margin-right: 10px;
  text-align: center;
  float: left;
  line-height: 33px;
  color: #57A6FF;
}
.number-block-text .number-block-text-inner {
  overflow: hidden;
}
.number-block-text .number-block-text-inner h3 {
  color: #34314b;
  font-family: "Hind", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 29px;
}

.number-block-text-1 {
  padding-bottom: 0 !important;
}
.number-block-text-1 .number-block-text {
  margin-bottom: 30px;
}
.number-block-text-1 .number-block-text span {
  font-size: 20px;
  width: 3rem;
  height: 3rem;
  line-height: 50px;
}
.number-block-text-1 .number-block-text .number-block-text-inner {
  position: relative;
  top: 10px;
}
.number-block-text-1 .number-block-text .number-block-text-inner h3 {
  font-size: 20px;
}
.number-block-text-1 .number-block-text .number-block-text-inner p {
  margin-bottom: 0;
}

/*---------------------------
number text block 2
--------------------*/
.number-block-2 i {
  display: block;
  font-size: 55px;
  line-height: 50px;
  color: #ffffff;
  margin-bottom: 10px;
}
.number-block-2 span {
  display: block;
  font-size: 42px;
  color: #ffffff;
  font-weight: 600;
}
.number-block-2 p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

/*---------------------------
number text block 3
--------------------*/
.number-block-3 i {
  display: block;
  font-size: 25px;
  width: 80px;
  line-height: 80px;
  margin: 0 auto;
  border-radius: 8px;
  color: #57A6FF;
  height: 80px;
  background-color: rgba(87, 166, 255, 0.15);
}
.number-block-3 .number {
  font-size: 36px;
  font-weight: 700;
  line-height: 45px;
  display: block;
  margin: 10px 0 0;
  color: #34314b;
}
.number-block-3 p {
  color: #666;
  margin-bottom: 0;
  font-size: 16px;
}

/*---------------------------
panel menu
--------------------*/
.panel-menu {
  background-color: #57A6FF;
}

.panel {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  position: fixed;
  z-index: 9999;
  top: 0;
  height: 100%;
  width: 350px;
}
.panel.right {
  right: -400px;
}
.panel.right.active {
  right: 0;
}
.panel.right.active .menu-btn {
  right: 100%;
  margin-right: -97px;
}
.panel.right .menu-btn {
  right: 100%;
}
.panel ul {
  list-style-type: none;
  position: absolute;
  z-index: 1;
  margin: 0;
  padding: 0;
  top: 55%;
  left: 60px;
  right: 60px;
  height: auto;
  text-align: right;
}
.panel ul li.menu-contact {
  margin-bottom: 8px;
}
.panel ul li.menu-contact a {
  font-size: 15px;
  line-height: 32px;
  color: #fff;
}
.panel ul li.menu-contact a i {
  margin-left: 8px;
  display: inline-block;
  width: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -wbekit-border-radius: 50%;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  text-align: center;
}
.panel ul li.menu-contact a:hover {
  color: #ffffff;
}
.panel .menu-btn {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  display: inline-block;
  cursor: pointer;
  margin-right: 100px;
  position: absolute;
  z-index: 2;
  top: 20px;
  width: 30px;
  height: 20px;
  background-color: transparent;
}
.panel .menu-btn span {
  position: relative;
  display: inline-block;
  margin-top: 9.09090909px;
}
.panel .menu-btn span:before {
  top: -9.09090909px;
}
.panel .menu-btn span:after {
  top: 9.09090909px;
}
.panel .menu-btn.active span {
  background-color: transparent;
}
.panel .menu-btn.active span:before {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
}
.panel .menu-btn.active span:after {
  -webkit-transition-delay: 0.09s;
  -moz-transition-delay: 0.09s;
  -o-transition-delay: 0.09s;
  -msa-transition-delay: 0.09s;
  transition-delay: 0.09s;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}

.panel ul li,
.panel ul a {
  font-size: 22px;
  display: inline-block;
  width: 100%;
  line-height: 42px;
  padding: 0;
  font-weight: 300;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
}

.panel ul li.menu-contact a:hover,
.panel ul li.menu-contact a:focus {
  color: #fff;
}

.panel .menu-btn span,
.panel .menu-btn span:before,
.panel .menu-btn span:after {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  width: 30px;
  height: 2px;
  background-color: #07324f;
}

.panel .menu-btn span:before,
.panel .menu-btn span:after {
  content: "";
  position: absolute;
  left: 0;
}

.panel .menu-btn.active span:before,
.panel .menu-btn.active span:after {
  top: 0;
  background-color: #fff;
}

.panel-overlay {
  position: fixed;
  top: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

.panel ul li a:hover,
.panel ul li.active a {
  color: #07324f;
  font-weight: 600;
  text-decoration: none;
}

.img-left {
  position: absolute;
  left: 0;
  top: -100px;
  width: 50%;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.right-img-block {
  position: absolute;
  right: -4%;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  width: 100%;
  max-width: 50%;
}
.right-img-block .image-inner {
  transform: translateY(0px);
  opacity: 1;
  transition: 0.75s 0.1s;
}
.right-img-block .image-inner img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

.form-contact .form-control {
  border-radius: 23px;
  font-size: 12px;
  padding: 0.8rem 0.95rem;
  height: auto;
}

.header-page span {
  font-size: 18px;
  margin-bottom: 15px;
  display: block;
}
.header-page h2 {
  font-size: 42px;
  font-weight: 600;
}

/*--------------------------
 About
 -----------------------*/
.about-box-1 {
  position: relative;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
  border: 1px solid rgba(176, 174, 190, 0.35);
  border-radius: 8px;
  padding: 30px;
}
.about-box-1 i {
  font-size: 42px;
}
.about-box-1 h4 {
  margin-top: 10px;
  font-family: "Hind", Sans-serif;
  color: #34314b;
  font-size: 20px;
}
.about-box-1 p {
  font-size: 15px;
  font-weight: 300;
}
.about-box-1:hover {
  -webkit-transform: translateY(-10px) !important;
  -ms-transform: translateY(-10px) !important;
  transform: translateY(-10px) !important;
  -webkit-box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
}

.about-block-text h2 span {
  color: #57A6FF;
  font-weight: 600;
  font-family: "Hind", Sans-serif;
  font-size: 32px;
  text-transform: capitalize;
}
.about-block-text.cta_2 {
  height: 500px;
}
.about-block-text.cta_2 .icon-right {
  height: 500px;
}
.about-block-text.cta_2 .icon-right img {
  object-fit: cover;
  height: 100%;
}
.about-block-text.cta_2 .block-text {
  padding-top: 70px;
}

/*---------------------------
tabs
--------------------*/
.tabs-style-1 .nav-link {
  border: none;
  padding: 0 1.8rem 1.2rem;
  text-align: center;
  color: #34314b;
  font-size: 15px;
}
.tabs-style-1 .nav-link.active {
  background-color: transparent;
  color: #57A6FF;
  border-bottom: 2px solid #57A6FF;
}
.tabs-style-1 .nav-link i {
  display: block;
  margin: 0 0 10px;
  font-size: 40px;
}
.tabs-style-1 .tab-content h3 {
  color: #34314b;
  font-weight: 600;
  font-family: "Hind", Sans-serif;
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.tabs-style-1 .tab-content p {
  margin-bottom: 0;
}
.tabs-style-1 .tab-content ul li {
  color: #34314b;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}
.tabs-style-1 .tab-content ul li:before {
  content: "";
  font-family: "unicons";
  font-size: 24px;
}
.tabs-style-1 .tab-content img {
  border-radius: 8px;
}

/*---------------------------
contact block 1
--------------------*/
.contact-block {
  /*---------------------------
  contact block 2
  --------------------*/
  /*---------------------------
  contact block 2
  --------------------*/
}
.contact-block .box-contact {
  background-color: #ffffff;
  box-shadow: 0 0 18px rgba(48, 63, 100, 0.13);
}
.contact-block .box-contact iframe {
  width: 100%;
  border: none;
  height: 100%;
}

h3 {
  color: #34314b;
  font-size: 20px;
  font-weight: 600;
}
.contact-block .box-contact form .form-control {
  font-size: 12px;
  color: #858497;
  border-radius: 23px;
  height: 45px;
  border:0;
  padding: 20px 30px;
}
.contact-block .box-contact form textarea {
  height: 100px !important;
}
.contact-block .info-contact .info-contact-item {
  position: relative;
  text-align: center;
}
.contact-block .info-contact .info-contact-item i {
  background-image: linear-gradient(90deg, #a1ecff 0%, #7dbcff 100%);
  color: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 10px;
  line-height: 80px;
  margin: 0 auto;
  font-size: 32px;
  display: block;
  text-align: center;
}
.contact-block .info-contact .info-contact-item span {
  font-weight: 500;
  display: block;
  font-size: 16px;
  color: #34314b;
  margin-top: 15px;
}
.contact-block.contact-block-1 .map iframe {
  width: 100%;
}
.contact-block.contact-block-1 .box-contact {
  background-color: transparent;
  box-shadow: none;
}
.contact-block.contact-block-1 .box-contact p i {
  font-size: 24px;
  color: #57A6FF;
  padding-right: 5px;
}
.contact-block.contact-block-1 .box-contact p span {
  font-size: 16px;
  color: #34314b;
  font-weight: 500;
}
.contact-block.contact-block-1 .box-contact .social_icons {
  display: block;
  text-align: left;
  padding-bottom: 20px;
  padding-top: 15px;
}
.contact-block.contact-block-1 .box-contact .social_icons ul li {
  display: inline-block;
  margin-right: 15px;
  margin-top: 20px;
}
.contact-block.contact-block-1 .box-contact .social_icons ul li a {
  color: #b0aebe;
  background-color: #ecebeb;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  width: 50px;
  border-radius: 50%;
  height: 50px;
  line-height: 50px;
}
.contact-block.contact-block-1 .box-contact .social_icons ul li a:hover {
  color: #ffffff;
  background-image: linear-gradient(90deg, #a1ecff 0%, #7dbcff 100%);
  background-color: transparent;
}
.contact-block.contact-block-2 .box-contact {
  background-color: transparent;
  box-shadow: none;
}
.contact-block.contact-block-2 .box-contact .box-info-contact {
  border-radius: 10px;
  padding: 30px;
}
.contact-block.contact-block-2 .box-contact .box-info-contact p i {
  font-size: 24px;
  color: #ffffff;
  padding-right: 5px;
}
.contact-block.contact-block-2 .box-contact .box-info-contact p span {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
}
.contact-block.contact-block-2 .box-contact .box-info-contact .social_icons {
  display: block;
  text-align: left;
  padding-bottom: 20px;
  padding-top: 15px;
}
.contact-block.contact-block-2 .box-contact .box-info-contact .social_icons ul li {
  display: inline-block;
  margin-right: 15px;
  margin-top: 20px;
}
.contact-block.contact-block-2 .box-contact .box-info-contact .social_icons ul li a {
  color: #57A6FF;
  background-color: #ffffff;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  width: 50px;
  border-radius: 50%;
  height: 50px;
  line-height: 50px;
}
.contact-block.contact-block-2 .box-contact .box-info-contact .social_icons ul li a:hover {
  color: #57A6FF;
  background-color: #ffffff;
}

.map-style-2 iframe {
  width: 100%;
}

.comming-block {
  height: 100vh;
  position: relative;
}
.comming-block .comming-block-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  width: 80%;
}
.comming-block .comming-block-inner h1 {
  color: #ffffff;
  font-weight: 600;
}
.comming-block .comming-block-inner p {
  color: #ffffff;
  font-size: 16px;
}
.comming-block .comming-block-inner ul li {
  display: inline-block;
  font-size: 1.5em;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
}
.comming-block .comming-block-inner ul li span {
  color: #ffffff;
  font-weight: 600;
  display: block;
  width: 120px;
  height: 120px;
  line-height: 115px;
  border-radius: 10px;
  font-size: 3.5rem;
  background-color: rgba(34, 34, 34, 0.16);
}
.comming-block .comming-block-inner ul li small {
  color: #ffffff;
  display: block;
  margin-top: 20px;
}
.comming-block.comming-style-1.bg-image {
  background-color: #efecfd;
  background-image: url(../images/bg9.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 150px 0px 150px 0px;
}
.comming-block.comming-style-1.bg-image .comming-block-inner ul li span {
  border-radius: 100%;
  background-color: rgba(224, 224, 224, 0.16);
}
.comming-block.comming-style-2 .comming-block-inner {
  text-align: left;
  width: 100%;
}
.comming-block.comming-style-2 .comming-block-inner h1 {
  color: #34314b;
}
.comming-block.comming-style-2 .comming-block-inner p {
  color: #b0aebe;
}
.comming-block.comming-style-2 .comming-block-inner .social_icons {
  display: block;
  text-align: left;
  padding-bottom: 20px;
  padding-top: 15px;
}
.comming-block.comming-style-2 .comming-block-inner .social_icons ul li {
  display: inline-block;
  margin-right: 15px;
  margin-top: 20px;
  padding: 0;
}
.comming-block.comming-style-2 .comming-block-inner .social_icons ul li a {
  color: #b0aebe;
  background-color: #ecebeb;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  width: 50px;
  border-radius: 50%;
  height: 50px;
  line-height: 50px;
}
.comming-block.comming-style-2 .comming-block-inner .social_icons ul li a:hover {
  color: #ffffff;
  background-image: linear-gradient(90deg, #f2a7ca 0%, #c289f4 100%);
  background-color: transparent;
}

/*---------------------------
Job list
--------------------*/
.job-listing .job-item {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 0 18px rgba(48, 63, 100, 0.13);
  padding: 25px 20px;
  margin-bottom: 30px;
}
.job-listing .job-item h4 {
  margin-bottom: 0;
}
.job-listing .job-item h4 a {
  font-size: 16px;
  color: #34314b;
  margin-top: 10px;
  text-decoration: none;
}
.job-listing .job-item ul {
  position: relative;
  top: 15px;
}
.job-listing .job-item ul li {
  display: inline-block;
  margin-right: 25px;
  font-weight: 600;
}
.job-listing .job-item:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

/*---------------------------

Blog
----------------------*/
#blog {
  position: relative;
}

.blog-inner .blog-inner-content:hover {
  box-shadow: 0 10px 35px 2px rgba(61, 61, 61, 0.12);
}
.blog-inner .blog-inner-content:focus {
  box-shadow: 0 10px 35px 2px rgba(61, 61, 61, 0.12);
}
.blog-inner h3 a {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #34314b;
}

.blog-image {
  position: relative;
  border-radius: 10px;
}
.blog-image img {
  border-radius: 10px;
}

.blog-inner-content {
  padding: 15px;
  box-shadow: 0 8px 28px 2px rgba(61, 61, 61, 0.12);
  position: relative;
  top: -35px;
  border-radius: 10px;
  background-color: #ffffff;
  margin: 0 30px;
}
.blog-inner-content a {
  color: #34314b;
  font-weight: 600;
}
.blog-inner-content a i {
  position: relative;
  top: 2px;
}

.blog-date {
  padding: 3px 12px;
  border-radius: 0;
  text-align: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  color: #ffffff;
  display: inline-block;
  background-color: #57A6FF;
}
.blog-date strong {
  display: block;
}

.blog-inner-text {
  overflow: hidden;
  padding-left: 25px;
}

.blog-summary-inner {
  overflow: hidden;
  padding-left: 25px;
}

.blog-summary {
  text-align: left;
  padding: 0 20px;
}
.blog-summary h3 {
  color: #34314b;
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 20px;
}
.blog-summary p {
  line-height: 22px;
  font-size: 15px;
}
.blog-summary a {
  color: #34314b;
  display: block;
  margin-top: 10px;
}

.blog-meta {
  margin-bottom: 10px;
}
.blog-meta ul li {
  font-size: 13px;
  color: rgba(23, 31, 60, 0.55);
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.blog-meta ul li:after {
  content: "|";
  margin: 0 6px;
  color: #858497;
}
.blog-meta ul li:last-child:after {
  display: none;
}

.blog-item {
  margin: 0 0 40px 0;
  padding: 0;
  border: 1px solid #EFEFF1;
}

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

.blog-content .blog-item {
  border: none;
  box-shadow: none;
}
.blog-content .blog-item h3 {
  margin-bottom: 15px;
}
.blog-content .blog-item img {
  width: 100%;
  border-radius: 10px;
}
.blog-content .blog-item .blog-summary {
  padding: 15px;
  box-shadow: 0 8px 28px 2px rgba(61, 61, 61, 0.12);
  position: relative;
  top: -35px;
  border-radius: 10px;
  background-color: #ffffff;
  margin: 0 15px;
}

.date {
  background: #57A6FF;
  display: inline-block;
  border-radius: 0;
  font-size: 13px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  padding: 2px 15px;
  color: #ffffff;
  font-weight: 600;
  bottom: 0;
  left: 0;
  position: relative;
}

.left-sidebar.sidebar-side {
  padding-left: 0;
  padding-right: 60px;
}

.sidebar-side {
  padding-left: 40px;
  padding-right: 30px;
}
.sidebar-side a span.float-right {
  font-size: 13px;
}
.sidebar-side h3 {
  color: #34314b;
  font-size: 18px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-weight: 700;
}

.search {
  width: 100%;
  margin: 0 auto 0 auto;
}

.sidebar-categroies {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cccccc8c;
}
.sidebar-categroies .catgeorie-list {
  position: relative;
}
.sidebar-categroies .catgeorie-list li {
  position: relative;
  line-height: 24px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar-categroies .catgeorie-list li:after {
  font-family: "unicons";
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 22px;
  color: #57A6FF;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.sidebar-categroies .catgeorie-list li:hover {
  padding-left: 25px;
}
.sidebar-categroies .catgeorie-list li:hover a {
  text-decoration: none;
  color: #57A6FF;
}
.sidebar-categroies .catgeorie-list li:hover:after {
  opacity: 1;
  visibility: visible;
  transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.sidebar-categroies .catgeorie-list li a {
  color: #34314b;
  display: block;
  font-size: 15px;
}
.sidebar-categroies .catgeorie-list li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.sidebar-post,
.sidebar-tags {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cccccc8c;
}

.sidebar-search {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cccccc8c;
}
.sidebar-search .searchform {
  position: relative;
}
.sidebar-search .searchform input {
  height: 40px;
  width: 100%;
  background: 0 0;
  border: 1px solid #858497;
  color: #b0aebe;
  position: relative;
  border-radius: 23px;
  padding-right: 40px;
}
.sidebar-search .searchform button {
  position: absolute;
  top: 0;
  right: 0;
  background: 0 0;
  height: 40px;
  border: none;
  width: 40px;
  color: #858497;
  font-size: 16px;
}

.commnent-blog {
  margin-top: 40px;
}
.commnent-blog span.divder {
  margin-bottom: 30px;
}
.commnent-blog h3 {
  font-size: 30px;
  margin-bottom: 40px;
}

.comment-block .commnent-blog {
  text-align: left;
}

.blog-item.slick-slide {
  margin-right: 10px;
  margin-left: 10px;
}

.blog-single-post {
  padding-bottom: 40px;
}
.blog-single-post .blog-inner-content {
  padding: 30px 25px;
}
.blog-single-post .sidebar-side h3 {
  margin-top: 0;
  margin-bottom: 30px;
}
.blog-single-post h3 {
  margin-top: 5px;
  margin-bottom: 10px;
  color: #34314b;
}
.blog-single-post strong {
  font-size: 24px;
  color: #34314b;
  line-height: 32px;
  font-weight: 700;
  margin-top: 0;
  display: block;
  margin-bottom: 15px;
}
.blog-single-post img {
  width: 100%;
  border-radius: 10px;
}
.blog-single-post .blog-meta {
  margin-bottom: 10px;
}
.blog-single-post blockquote {
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 15px;
  border-left: 5px solid #57A6FF;
  background-color: #EFEFF1;
}
.blog-single-post blockquote p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  font-style: italic;
  color: #34314b;
}

.dte-blog {
  padding: 0.75rem 1rem;
  display: block;
}

.content-left-blog {
  position: relative;
  text-align: left;
}

.tags-inner a {
  position: relative;
  display: inline-block;
  margin: 0px 5px 8px 0px;
  border-radius: 23px;
  line-height: 24px;
  padding: 5px 15px;
  background-color: #EFEFF1;
  border: 1px solid #b0aebe1a;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  color: #34314b;
}
.tags-inner a:hover,
.tags-inner a :focus {
  box-shadow: 0 5px 12px 2px rgba(61, 61, 61, 0.18);
  border-color: transparent;
  background-color: transparent;
  background-image: linear-gradient(90deg, #a1ecff 0%, #7dbcff 100%);
  color: #fff;
}

.sidebar-post-inner {
  float: left;
  padding: 0;
  margin: 0 10px 10px 0;
  padding-bottom: 20px;
}
.sidebar-post-inner a {
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 0;
  position: relative;
  border-radius: 8px;
}
.sidebar-post-inner a .image-widget-post {
  width: 30%;
  height: auto;
  float: left;
}
.sidebar-post-inner a .image-widget-post img {
  width: 100%;
  border-radius: 8px;
}
.sidebar-post-inner a .info-widget-post {
  width: 70%;
  height: auto;
  float: left;
  padding-left: 15px;
}
.sidebar-post-inner a .info-widget-post h5 {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
  color: #34314b;
}
.sidebar-post-inner a .info-widget-post small {
  color: #b0aebe;
}
.sidebar-post-inner a:hover h5 {
  color: #57A6FF;
}
.sidebar-post-inner:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.blog-section article {
  border: 1px solid #b0aebe33;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
}
.blog-section article h4 {
  color: #34314b;
  font-family: "Hind", Sans-serif;
  font-size: 20px;
  font-weight: 600;
}
.blog-section article .meta-blog span {
  padding: 0 10px 0 0;
  font-size: 13px;
  font-weight: 600;
  color: #34314b;
}
.blog-section article .meta-blog small {
  font-size: 12px;
  color: #b0aebe;
}
.blog-section article p {
  margin-top: 15px;
}
.blog-section article .btn-read {
  background-image: linear-gradient(90deg, #a1ecff 0%, #7dbcff 100%);
  color: #ffffff;
  font-size: 13px;
  padding: 5px 15px;
  border-radius: 23px;
}
.blog-section article .btn-comment {
  color: #b0aebe;
}
.blog-section .nav-links .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.blog-section .nav-links .nav-next a {
  color: #57A6FF;
  text-decoration: none;
  font-size: 15px;
}

/*--------------------------
Masonry blog
----------------------------*/
.masonry-blog .massonry-item {
  margin-bottom: 30px;
  box-shadow: 0 0 18px rgba(48, 63, 100, 0.18);
  border-radius: 10px;
}
.masonry-blog .massonry-item .massonry-item-header img {
  border-radius: 10px 10px 0 0;
}
.masonry-blog .massonry-item .massonry-item-body {
  padding: 20px 15px;
}
.masonry-blog .massonry-item .massonry-item-body a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-family: "Hind", Sans-serif;
  color: #34314b;
  font-weight: 600;
}
.masonry-blog .massonry-item .massonry-item-body a:hover {
  color: #57A6FF;
}
.masonry-blog .massonry-item .massonry-item-body small {
  color: #b0aebe;
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
}
.masonry-blog .massonry-item .massonry-item-footer {
  padding: 15px 0;
  border-top: 1px solid rgba(176, 174, 190, 0.3);
}
.masonry-blog .massonry-item .massonry-item-footer ul li a {
  color: #858497;
  font-size: 15px;
  font-weight: 600;
}
.masonry-blog .massonry-item:hover {
  box-shadow: 0 0 22px rgba(48, 63, 100, 0.27);
}
.masonry-blog .massonry-item.overlay-item {
  position: relative;
}
.masonry-blog .massonry-item.overlay-item:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 10px;
  opacity: 0.85;
  background-image: linear-gradient(90deg, #a1ecff 0%, #7dbcff 100%);
}
.masonry-blog .massonry-item.overlay-item.overlay-item-bg2:before {
  background-image: linear-gradient(90deg, #f2a7ca 0%, #c289f4 100%);
}
.masonry-blog .massonry-item.overlay-item.overlay-item-bg3:before {
  background-image: linear-gradient(90deg, #fda498 0%, #f58b9e 100%);
}
.masonry-blog .massonry-item.overlay-item.overlay-item-bg4:before {
  background-image: linear-gradient(90deg, #55edc0 0%, #4bdbdb 100%);
}
.masonry-blog .massonry-item.overlay-item:hover {
  opacity: 0.95;
}
.masonry-blog .massonry-item.overlay-item .rounded-img {
  border-radius: 10px;
}
.masonry-blog .massonry-item.overlay-item .img-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 1.25rem;
}
.masonry-blog .massonry-item.overlay-item .img-overlay a {
  color: #ffffff;
  font-size: 18px;
  font-family: "Hind", Sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
  text-decoration: none;
}
.masonry-blog .massonry-item.overlay-item .img-overlay p {
  font-size: 14px;
  color: #ffffff;
}

/*--------------------------
Grid blog
----------------------------*/
.grid-blog article {
  padding: 0;
}
.grid-blog article img {
  border-radius: 10px 10px 0 0;
}
.grid-blog article .item-content-blog {
  padding: 20px;
}

/*--------------------------
Minimal blog
----------------------------*/
.minimal-blog .post-list-items .minimal-item {
  position: relative;
}
.minimal-blog .post-list-items .minimal-item:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.minimal-blog .post-list-items .minimal-item .img-minimal {
  height: 485px;
  overflow: hidden;
}
.minimal-blog .post-list-items .minimal-item .content-text-minimal {
  padding: 40px 60px;
  margin: 20px 0;
  position: absolute;
  text-align: center;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px;
  margin: 35px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  transition-delay: 0.22s;
}
.minimal-blog .post-list-items .minimal-item .content-text-minimal .text-top {
  -webkit-transform: translateY(30%);
  -ms-transform: translateY(30%);
  transform: translateY(30%);
  transition: all 0.3s ease;
}
.minimal-blog .post-list-items .minimal-item .content-text-minimal .text-top small {
  color: #ffffff;
  font-size: 15px;
}
.minimal-blog .post-list-items .minimal-item .content-text-minimal .text-top h4 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 600;
  margin: 15px;
}
.minimal-blog .post-list-items .minimal-item .content-text-minimal .text-bottom {
  line-height: 0;
  opacity: 0;
  transition: all 0.32s cubic-bezier(0.68, 0.125, 0, 0.995);
}
.minimal-blog .post-list-items .minimal-item .content-text-minimal .text-bottom p {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  line-height: 25px;
}
.minimal-blog .post-list-items .minimal-item:hover .text-bottom {
  line-height: 1.56;
  opacity: 1;
  transition: all 0.35s cubic-bezier(0.265, 0.84, 0.44, 1);
}
.minimal-blog .post-list-items .minimal-item:hover .text-top {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: all 0.3s ease;
}

/*--------------------------
Modern blog
----------------------------*/
.modern-blog .modern-blog-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.25s ease;
  border-radius: 10px;
  position: relative;
}
.modern-blog .modern-blog-item:hover {
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.25s ease;
}
.modern-blog .modern-blog-item:hover .item-content-blog {
  padding-bottom: 45px;
  transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.modern-blog .modern-blog-item:hover .desscription-item-blog {
  line-height: 22px !important;
  opacity: 1 !important;
  transition: all 0.35s cubic-bezier(0.265, 0.84, 0.44, 1) !important;
}
.modern-blog .modern-blog-item:after {
  position: absolute;
  content: "";
  top: 20%;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(122, 188, 255, 0) 0%, rgba(104, 158, 213, 0) 15%, rgba(33, 36, 41, 0.66) 76%, rgba(33, 36, 41, 0.89) 97%, rgba(33, 36, 41, 0.9) 98%);
}
.modern-blog .modern-blog-item .item-content-blog {
  position: absolute;
  text-align: left;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px 28px 0;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 1;
  transition: all 0.42s cubic-bezier(0.68, 0.125, 0, 0.995);
  transition-delay: 0.22s;
}
.modern-blog .modern-blog-item .item-content-blog .meta-blog {
  transition: all 0.3s ease;
}
.modern-blog .modern-blog-item .item-content-blog .meta-blog small {
  color: #ffffff;
  font-size: 15px;
}
.modern-blog .modern-blog-item .item-content-blog .meta-blog h4 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 600;
  margin: 15px 0;
}
.modern-blog .modern-blog-item .item-content-blog .desscription-item-blog {
  width: 100%;
  line-height: 0;
  opacity: 0;
  transition: all 0.42s cubic-bezier(0.68, 0.125, 0, 0.995);
  transition-delay: 0.22s;
}
.modern-blog .modern-blog-item .item-content-blog .desscription-item-blog p {
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
}
.modern-blog .modern-blog-item .item-content-blog .desscription-item-blog a {
  color: #ffffff;
}

/*---------------------------
single post 
--------------------*/
.content-left-blog {
  position: relative;
  text-align: left;
}
.content-left-blog p {
  color: #666;
  font-size: 15px;
  line-height: 26px;
}
.content-left-blog .share-links span {
  font-size: 16px;
  font-weight: 500;
}
.content-left-blog .share-links a {
  color: #b0aebe;
  background-color: #ecebeb;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  width: 40px;
  border-radius: 50%;
  margin-right: 10px;
  height: 40px;
  line-height: 40px;
}
.content-left-blog .share-links a:hover {
  background-color: #57A6FF;
  color: #ffffff;
}
.content-left-blog .profil-avatar img {
  width: 120px;
  float: left;
  height: 120px;
  border-radius: 50%;
  margin-right: 20px;
}
.content-left-blog .profil-avatar .profil-avatar-info {
  overflow: hidden;
}
.content-left-blog .profil-avatar .profil-avatar-info h4 {
  font-size: 16px;
  color: #34314b;
  font-weight: 600;
}
.content-left-blog .comment-blog span {
  color: #34314b;
  font-size: 16px;
  font-weight: 600;
}
.content-left-blog .comment-blog .comment-blog-item {
  margin-top: 50px;
}
.content-left-blog .comment-blog .comment-blog-item .comment-avatar {
  float: left;
  margin-right: 15px;
}
.content-left-blog .comment-blog .comment-blog-item .comment-avatar img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.content-left-blog .comment-blog .comment-blog-item .comment-avatar-info {
  overflow: hidden;
  position: relative;
  top: 10px;
}
.content-left-blog .comment-blog .comment-blog-item .comment-avatar-info h5 {
  font-weight: 600;
  font-size: 18px;
  color: #34314b;
  margin-bottom: 5px;
}
.content-left-blog .comment-blog .comment-blog-item .list-inline li a {
  color: #34314b;
  font-weight: 600;
  font-size: 16px;
}

/*-----------------------
Shop
---------------------------+*/
.trending-products .product img {
  border-radius: 10px;
}
.trending-products .product .product-info {
  position: relative;
  overflow: hidden;
  padding-top: 25px;
}
.trending-products .product .product-info .product-name {
  transition: 0.2s all ease;
  transition-delay: 0.1s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.trending-products .product .product-info .product-name h3 {
  font-size: 18px;
  color: #34314b;
}
.trending-products .product .product-info .product-price {
  transition: 0.2s all ease;
  transition-delay: 0.1s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.trending-products .product .product-info .product-price span {
  font-size: 24px;
  color: #34314b;
  font-weight: 600;
}
.trending-products .product .product-info .product-price .old-price {
  display: block;
  text-decoration: line-through;
  color: #FF8B8D;
  font-size: 24px;
}
.trending-products .product .product-info .hover-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all ease;
  transition-delay: 0s;
}
.trending-products .product .product-info .hover-btn .product-button {
  text-align: center;
  margin: 0px 10px 0px 10px;
}
.trending-products .product:hover {
  cursor: pointer;
}
.trending-products .product:hover .product-name,
.trending-products .product:hover .product-price {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  visibility: hidden;
}
.trending-products .product:hover .hover-btn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition-delay: 0.3s;
}
.trending-products .banner-img img {
  border-radius: 10px;
}
.trending-products .slider-product .product {
  margin: 0 20px;
}
.trending-products .slider-product .slick-arrow {
  border: none;
  color: #34314b;
  border-radius: 50%;
  width: 45px;
  outline: none;
  height: 45px;
  background-color: transparent;
  font-size: 32px;
  position: absolute;
  top: 30%;
}
.trending-products .slider-product .slick-arrow.slick-prev {
  left: -40px;
}
.trending-products .slider-product .slick-arrow.slick-next {
  right: -40px;
}

.info-big-shop {
  position: absolute;
  display: block;
  text-align: center;
  top: 160px;
}
.info-big-shop.right-img {
  right: 40px;
  left: auto;
}
.info-big-shop.left-img {
  left: 40px;
  right: auto;
}
.info-big-shop span {
  font-size: 32px;
  font-weight: 600;
  color: #34314b;
  display: block;
}
.info-big-shop small {
  display: block;
  font-size: 18px;
  color: #666;
  margin-bottom: 10px;
}

.support-box i {
  font-size: 32px;
  float: left;
  color: #34314b;
  margin-right: 10px;
}
.support-box .support-box-info {
  overflow: hidden;
}
.support-box .support-box-info p {
  color: #34314b;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

/*-----------------------
Detail Shop
---------------------------+*/
.single-product img {
  border-radius: 4px;
}
.single-product .slider-nav .slick-slide {
  cursor: pointer;
  margin: 5px;
  opacity: 0.8;
}
.single-product .slider-nav .slick-slide.slick-active {
  opacity: 1;
}
.single-product .slider-nav .slick-slide img {
  border-radius: 4px;
}
.single-product h1 {
  font-family: "Hind", Sans-serif;
  font-size: 30px;
  font-weight: 600;
  text-align: left;
  color: #34314b;
}
.single-product .rating-review {
  margin-bottom: 15px;
}
.single-product .rating-review i {
  color: #ffe032;
  font-size: 16px;
}
.single-product .rating-review i:before {
  margin: 0;
}
.single-product p {
  font-size: 16px;
  line-height: 26px;
}
.single-product span {
  display: block;
  font-size: 30px;
  font-weight: 600;
  color: #34314b;
  margin-bottom: 20px;
}
.single-product .number-input {
  font-size: 18px;
  font-weight: 600;
  width: 130px;
  color: #666;
  background-color: #EFEFF1;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #EFEFF1;
  padding: 10px 0 10px 15px;
}
.single-product .btn-action {
  margin-top: 30px;
  margin-bottom: 30px;
}
.single-product .color-title {
  display: inline-block;
  font-size: 16px;
  position: relative;
  margin-right: 15px;
  top: -5px;
}
.single-product .color-circle {
  width: 20px;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
  height: 20px;
  display: inline-block;
  border-radius: 100%;
}
.single-product .tabs-description ul {
  border-bottom: 0 !important;
}
.single-product .tabs-description ul li {
  margin-right: 20px;
}
.single-product .tabs-description ul li a {
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  color: #34314b;
  padding: 10px 30px 10px 30px;
  border-radius: 5px;
  background-color: #ffffff;
  border-color: transparent !important;
  box-shadow: 0px 0px 20px 0px rgba(52, 49, 75, 0.1);
}
.single-product .tabs-description ul li a.active {
  background-color: #34314b;
  color: #ffffff;
}
.single-product .tabs-description ul li a:hover {
  background-color: #34314b;
  color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(52, 49, 75, 0.25);
}
.single-product .tabs-description .tab-content {
  padding-top: 30px;
}
.single-product .tabs-description .tab-content p {
  font-size: 15px;
  line-height: 26px;
}
.single-product .tabs-description .tab-content ul {
  margin-bottom: 20px;
}
.single-product .tabs-description .tab-content ul li {
  margin-bottom: 5px;
  padding-left: 25px;
  position: relative;
}
.single-product .tabs-description .tab-content ul li:after {
  position: absolute;
  content: "";
  left: 0;
  font-size: 18px;
  margin: 0;
  top: 0;
  color: #57A6FF;
  font-family: "unicons";
}
.single-product .tabs-description .tab-content p {
  margin-bottom: 0;
}
.single-product .tabs-description .tab-content p strong {
  color: #34314b;
  font-size: 16px;
  font-weight: 600;
}
.single-product.single-product-style2 .product-slide-2 {
  width: 80%;
  float: right;
}
.single-product.single-product-style2 .slider-nav-2 {
  width: 18%;
  float: left;
  text-align: center;
}
.single-product.single-product-style2 .slider-nav-2 .slick-slide {
  margin-bottom: 5px;
}
.single-product.single-product-style2 .slider-nav-2 .slick-arrow {
  font-size: 24px;
  outline: none;
  line-height: 24px;
  background-color: transparent;
  border: none;
}
.single-product.single-product-style2 .old-price {
  color: #FF8B8D;
  display: inline-block;
  text-decoration: line-through;
}
.single-product.single-product-style2 .tabs-description ul {
  border-bottom: 1px solid rgba(176, 174, 190, 0.39) !important;
}
.single-product.single-product-style2 .tabs-description ul li {
  margin-right: 20px;
}
.single-product.single-product-style2 .tabs-description ul li a {
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  color: #34314b;
  padding: 10px 30px 10px 30px;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none;
}
.single-product.single-product-style2 .tabs-description ul li a.active {
  background-color: transparent !important;
  color: #57A6FF;
  border-bottom: 1px solid #57A6FF !important;
}
.single-product.single-product-style2 .tabs-description ul li a:hover {
  background-color: transparent !important;
  color: #57A6FF;
}
.single-product.single-product-style2 .tab-content ul {
  border-bottom: 0 !important;
}
.single-product.single-product-style2 .tab-content .review-block-product {
  margin-top: 30px;
}
.single-product.single-product-style2 .tab-content .review-block-product .review-item img {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 15px;
  border-radius: 100%;
}
.single-product.single-product-style2 .tab-content .review-block-product .review-item .review-item-info {
  overflow: hidden;
}
.single-product.single-product-style2 .tab-content .review-block-product .review-item .review-item-info h5 {
  font-size: 15px;
  color: #34314b;
  font-weight: 600;
}
.single-product.single-product-style2 .tab-content .review-block-product .review-item .review-item-info .rating-review {
  margin-bottom: 5px;
}
.single-product.single-product-style2 .tab-content .star-rating > input {
  display: none;
}
.single-product.single-product-style2 .tab-content .star-rating > input:checked ~ label {
  color: #ffca08;
}
.single-product.single-product-style2 .tab-content .star-rating > input:hover ~ label {
  color: #ffca08;
}
.single-product.single-product-style2 .tab-content .star-rating > label {
  color: #858497;
}
.single-product.single-product-style2 .tab-content .star-rating > label:before {
  content: "";
  margin: 2px;
  font-size: 1.3em;
  font-family: "unicons";
  display: inline-block;
}
.single-product.single-product-style2 .tab-content form .form-control {
  font-size: 12px;
  color: #858497;
  height: auto;
  padding: 10px 0;
  border-radius: 23px;
}

/*---------------------------
reviews block
--------------------*/
.reviews-block img {
  width: 70px;
  float: left;
  margin-right: 20px;
  height: 70px;
  border-radius: 50%;
}
.reviews-block .reviews-block-info {
  text-align: left;
  overflow: hidden;
}
.reviews-block .reviews-block-info h5 {
  font-size: 18px;
  color: #34314b;
  font-weight: 600;
}
.reviews-block .reviews-block-info i:before {
  font-size: 16px;
  color: #ffe032;
  margin: 0;
}
.reviews-block .reviews-block-info small {
  padding-left: 5px;
  font-size: 13px;
}
.reviews-block .reviews-block-info p {
  margin-top: 10px;
  line-height: 26px;
  font-size: 15px;
}

/*----------------------
portfolio gallery
------------------*/
.portfolio-gallery .navigation-filter {
  padding: 50px 0;
}
.portfolio-gallery .navigation-filter .filter-button {
  padding: 5px 25px;
  border-radius: 23px;
  outline: none;
  margin-right: 10px;
  border: none;
}
.portfolio-gallery .navigation-filter .filter-button.active {
  background-image: linear-gradient(90deg, #a1ecff 0%, #7dbcff 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0px 10px 20px 0px rgba(161, 236, 255, 0.5);
}
.portfolio-gallery .navigation-filter .filter-button:hover {
  background-image: linear-gradient(90deg, #a1ecff 0%, #7dbcff 100%);
  color: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(161, 236, 255, 0.5);
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}
.portfolio-gallery .project-item {
  margin-bottom: 60px;
  position: relative;
  text-align: center;
}
.portfolio-gallery .project-item h3 {
  margin-top: 15px;
  color: #34314b;
  font-size: 22px;
  font-weight: 600;
}
.portfolio-gallery .project-item a {
  display: block;
  position: relative;
}
.portfolio-gallery .project-item a img {
  border-radius: 8px;
}
.portfolio-gallery .project-item a .zoom-icon {
  position: absolute;
  font-size: 36px;
  color: #ffffff;
  top: 50%;
  z-index: 999;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.6s 0.3s;
  transition: opacity 0.6s 0.3s;
}
.portfolio-gallery .project-item a:after {
  position: absolute;
  -webkit-transition: opacity 0.6s 0.3s;
  transition: opacity 0.6s 0.3s;
  opacity: 0;
  width: 100%;
  content: "";
  left: 0;
  height: 100%;
  pointer-events: auto;
  padding: 0;
  border-radius: 8px;
  background: rgba(128, 192, 255, 0.73) none repeat scroll 0 0;
}
.portfolio-gallery .project-item a:hover:after {
  opacity: 1;
}
.portfolio-gallery .project-item a:hover .zoom-icon {
  opacity: 1;
}
.portfolio-gallery.portfolio-style-2 .project-item a:after {
  display: none;
}
.portfolio-gallery.portfolio-style-2 .project-item a:hover .zoom-info {
  opacity: 1;
}
.portfolio-gallery.portfolio-style-2 .project-item .zoom-info {
  opacity: 0;
  -webkit-transition: opacity 0.6s 0.3s;
  transition: opacity 0.6s 0.3s;
  background-color: rgba(255, 255, 255, 0.84);
  padding: 20px;
  margin: 20px 20px 30px;
  bottom: 0;
  top: auto;
  position: absolute;
  text-align: left;
  width: 94%;
  border-radius: 8px;
}
.portfolio-gallery.portfolio-style-2 .project-item .zoom-info span {
  font-size: 14px;
  color: #858497;
}
.portfolio-gallery.portfolio-style-3 .project-item-inner {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
  border-radius: 8px !important;
}
.portfolio-gallery.portfolio-style-3 .project-item-inner .img-project {
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  top: 0;
}
.portfolio-gallery.portfolio-style-3 .project-item-inner .img-project img {
  display: block;
  border: 0;
  width: 100%;
  height: auto;
  border-radius: 8px !important;
}
.portfolio-gallery.portfolio-style-3 .project-item-inner .project-caption {
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 0;
  top: 0;
  border-radius: 8px;
  width: 100%;
  position: absolute;
  z-index: 2;
  height: 100%;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.portfolio-gallery.portfolio-style-3 .project-item-inner .project-caption .caption-align {
  width: 100%;
  height: 100%;
}
.portfolio-gallery.portfolio-style-3 .project-item-inner .project-caption .icon-portfolio {
  margin: 0 auto;
  position: relative;
  line-height: 50px;
  display: block;
  text-align: center;
  width: 50px;
  height: 50px;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: 0.3s ease-in-out;
  background-color: #57A6FF;
  color: #ffffff;
}
.portfolio-gallery.portfolio-style-3 .project-item-inner .project-caption .icon-portfolio:after {
  display: none;
}
.portfolio-gallery.portfolio-style-3 .project-item-inner:hover .img-project {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}
.portfolio-gallery.portfolio-style-3 .project-item-inner:hover .project-caption {
  opacity: 1;
}
.portfolio-gallery.portfolio-style-3 h3 {
  text-align: left;
  font-size: 16px;
}
.portfolio-gallery.portfolio-style-3 span {
  display: block;
  text-align: left;
}

/*---------------------------
portfolio content
--------------------*/
.portfolio-content h1 {
  color: #34314b;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}
.portfolio-content .catg-portfolio {
  display: inline-block;
  color: #ffffff;
  border-radius: 23px;
  font-size: 13px;
  padding: 5px 20px;
  margin-bottom: 40px;
}
.portfolio-content .portfolio-slider a img,
.portfolio-content .portfolio-slider-1 a img {
  border-radius: 8px;
}
.portfolio-content .portfolio-slider .slick-slide,
.portfolio-content .portfolio-slider-1 .slick-slide {
  margin: 15px;
}
.portfolio-content .portfolio-slider .slick-arrow,
.portfolio-content .portfolio-slider-1 .slick-arrow {
  background-image: linear-gradient(90deg, #a1ecff 0%, #7dbcff 100%);
  color: #ffffff;
  font-size: 18px;
  width: 40px;
  z-index: 99;
  height: 40px;
  border: none;
  border-radius: 50%;
  box-shadow: 0px 10px 20px 0px rgba(134, 200, 255, 0.48);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.portfolio-content .portfolio-slider .slick-arrow.slick-prev,
.portfolio-content .portfolio-slider-1 .slick-arrow.slick-prev {
  left: -5%;
}
.portfolio-content .portfolio-slider .slick-arrow.slick-next,
.portfolio-content .portfolio-slider-1 .slick-arrow.slick-next {
  right: -5%;
}

.portfolio-decription .description-inner {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.portfolio-decription .description-inner h3 {
  font-size: 18px;
  color: #34314b;
  font-weight: 600;
  margin-bottom: 15px;
}
.portfolio-decription .description-inner p {
  font-size: 15px;
  line-height: 26px;
}
.portfolio-decription .description-inner:last-child {
  border-bottom: none;
}
.portfolio-decription .description-inner .list-unstyled li span {
  font-size: 15px;
  color: #34314b;
  font-weight: 600;
}
.portfolio-decription .description-inner .list-unstyled li span i {
  font-size: 16px;
  color: #57A6FF;
  padding-right: 5px;
}
.portfolio-decription .description-inner .list-unstyled li small {
  font-size: 14px;
}
.portfolio-decription .description-inner .list-inline .u-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: linear-gradient(90deg, #a1ecff 0%, #7dbcff 100%);
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  border-radius: 23px;
}
.portfolio-decription .description-inner .list li {
  font-size: 15px;
  color: #34314b;
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
}
.portfolio-decription .description-inner .list li:before {
  font-family: "unicons";
  content: "";
  color: #57A6FF;
  position: absolute;
  left: -5px;
  font-size: 18px;
}

/*--------------------------------
accordion_style1
----------------------------*/
.accordion_style1 .card-accordion {
  margin-bottom: 20px;
  border: none;
  padding: 15px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 0px 20px 0px rgba(52, 49, 75, 0.1);
}
.accordion_style1 .card-accordion .card-header {
  color: #34314b;
  font-size: 18px;
}
.accordion_style1 .card-accordion .card-header button {
  color: #34314b !important;
}
.accordion_style1 .card-accordion .list {
  margin-top: 20px;
}

.box-about .list li,
.accordion_style1 .card-accordion .list li {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 22px;
  padding-left: 25px;
  position: relative;
}

.box-about .list li:before, 
.accordion_style1 .card-accordion .list li:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  font-family: "unicons";
  font-size: 16px;
  color: #57A6FF;
}

/*--------------------------------
accordion_style2
----------------------------*/
.accordion_style2 .card-header {
  background-image: linear-gradient(90deg, #a1ecff 0%, #7dbcff 100%);
  padding: 10px 15px !important;
  margin-bottom: 20px;
  border-radius: 8px;
}
.accordion_style2 .card-header button {
  width: 100%;
  text-align: left;
  font-size: 16px !important;
}
.accordion_style2 .card-header button i {
  color: #ffffff !important;
  background-color: transparent !important;
  float: right;
  font-size: 20px !important;
}

/*--------------------------------
accordion_style3
----------------------------*/
.accordion_style3 .card-header button {
  margin-bottom: 20px;
  border: none;
  color: #34314b !important;
  padding: 10px !important;
  text-align: left;
  width: 100%;
  border: 1px solid #eaeaea;
  background-color: #f2f2f2;
  border-radius: 8px;
}
.accordion_style3 .card-header button i {
  color: #34314b !important;
}
.accordion_style3 .text-with-icon {
  margin-top: 20px;
  margin-bottom: 20px;
}
.accordion_style3 .text-with-icon p {
  color: #34314b !important;
  font-size: 16px;
}
.accordion_style3 .text-with-icon p i {
  font-size: 20px;
  padding-right: 5px;
}
.accordion_style3 h3 {
  font-size: 20px;
  color: #34314b;
  font-weight: 700;
}
.accordion_style3 h2 {
  margin-top: 10px;
  color: #34314b;
  font-weight: 300;
  font-size: 28px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

/*--------------------------------
accordion_styl4
----------------------------*/
.accordion_style4 .flexbox-slider {
  display: -webkit-box;
  display: flex;
  width: 100%;
  height: 550px;
  visibility: hidden;
}
.accordion_style4 .flexbox-slider .flexbox-slide {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  width: 25%;
  height: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  visibility: visible;
}
.accordion_style4 .flexbox-slider .flexbox-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  width: auto;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.accordion_style4 .flexbox-slider .flexbox-slide .text-block {
  position: absolute;
  left: 30px;
  bottom: 30px;
  max-width: 400px;
  padding: 20px;
  color: #fff;
  z-index: 4;
  visibility: hidden;
  opacity: 0;
  bottom: 60px;
}
.accordion_style4 .flexbox-slider .flexbox-slide::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  background-color: transparent;
  height: 100%;
  background-image: linear-gradient(360deg, #94aafd 0%, rgba(95, 69, 234, 0) 100%);
  z-index: 2;
  opacity: 0;
}
.accordion_style4 .flexbox-slider .flexbox-slide:hover {
  flex-shrink: 0;
  width: 80%;
}
.accordion_style4 .flexbox-slider .flexbox-slide:hover::after {
  opacity: 1;
}
.accordion_style4 .flexbox-slider .flexbox-slide:hover .text-block {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

/*--------------------------------
Banner Ads
----------------------------*/
.banner-ads {
  /*-------------- banner effect 1---------------------*/
  /*-------------- banner effect 2---------------------*/
  /*-------------- banner effect 3---------------------*/
  /*-------------- banner effect 4 ---------------------*/
  /*-------------- banner effect 5 ---------------------*/
  /*-------------- banner effect 6 ---------------------*/
}
.banner-ads figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0 0 30px;
  max-height: 330px;
  background: #34314b;
  text-align: center;
  cursor: pointer;
}
.banner-ads figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}
.banner-ads figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner-ads figure figcaption a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.banner-ads figure figcaption p {
  text-transform: none !important;
  font-size: 16px;
}
.banner-ads figure figcaption h2 {
  font-weight: 700;
}
.banner-ads .banner-effect-1 figcaption:before {
  pointer-events: none;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  content: "";
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}
.banner-ads .banner-effect-1 figcaption:after {
  pointer-events: none;
}
.banner-ads .banner-effect-1 figcaption h2 {
  position: absolute;
  top: 50%;
  left: 0;
  text-transform: none !important;
  width: 100%;
  color: #ffffff;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.banner-ads .banner-effect-1 figcaption p {
  position: absolute;
  bottom: 0;
  left: 0;
  text-transform: none !important;
  padding: 2em;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.banner-ads .banner-effect-1:hover h2 {
  color: #fff;
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}
.banner-ads .banner-effect-1:hover figcaption:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.banner-ads .banner-effect-1:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.banner-ads .banner-effect-2 {
  background: -webkit-linear-gradient(-45deg, #f2a7ca 0%, #c289f4 100%);
  background: linear-gradient(-45deg, #f2a7ca 0%, #c289f4 100%);
}
.banner-ads .banner-effect-2 img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.banner-ads .banner-effect-2 figcaption {
  padding: 3em;
  background-color: rgba(58, 52, 42, 0.7);
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
}
.banner-ads .banner-effect-2 figcaption:before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #ffffff;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.banner-ads .banner-effect-2 figcaption h2 {
  margin: 20% 0 10px 0;
  text-transform: none !important;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.banner-ads .banner-effect-2 figcaption p {
  opacity: 0;
  text-transform: none !important;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.banner-ads .banner-effect-2:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.banner-ads .banner-effect-2:hover p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.banner-ads .banner-effect-2:hover figcaption {
  background-color: rgba(58, 52, 42, 0);
}
.banner-ads .banner-effect-2:hover figcaption::before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.banner-ads .banner-effect-2:hover img {
  opacity: 0.4;
}
.banner-ads .banner-effect-3 figcaption {
  text-align: right;
}
.banner-ads .banner-effect-3 figcaption h2 {
  position: absolute;
  right: 30px;
  left: 30px;
  padding: 10px 0;
  top: 30px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.banner-ads .banner-effect-3 figcaption h2:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fff;
  content: "";
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.banner-ads .banner-effect-3 figcaption p {
  position: absolute;
  right: 30px;
  left: 30px;
  padding: 10px 0;
  bottom: 30px;
  line-height: 1.5;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.banner-ads .banner-effect-3:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.banner-ads .banner-effect-3:hover h2:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.banner-ads .banner-effect-3:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.banner-ads .banner-effect-4 {
  background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
  background: linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
}
.banner-ads .banner-effect-4 img {
  max-width: none;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50px, 0, 0);
  transform: translate3d(-50px, 0, 0);
}
.banner-ads .banner-effect-4 figcaption {
  padding: 3em;
  text-align: left;
}
.banner-ads .banner-effect-4 figcaption:before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-20px, 0, 0);
  transform: translate3d(-20px, 0, 0);
}
.banner-ads .banner-effect-4 figcaption h2 {
  padding: 30% 0 10px 0;
}
.banner-ads .banner-effect-4 figcaption p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.banner-ads .banner-effect-4:hover img {
  opacity: 0.7;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.banner-ads .banner-effect-4:hover figcaption:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.banner-ads .banner-effect-4:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.banner-ads .banner-effect-5 {
  background: #030c17;
}
.banner-ads .banner-effect-5 img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.banner-ads .banner-effect-5 figcaption:before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.4, 1.4, 1);
  transform: scale3d(1.4, 1.4, 1);
}
.banner-ads .banner-effect-5 h2 {
  margin: 20% 0 10px 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
.banner-ads .banner-effect-5 p {
  padding: 1em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.banner-ads .banner-effect-5:hover h2 {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.banner-ads .banner-effect-5:hover figcaption {
  background-color: rgba(58, 52, 42, 0);
}
.banner-ads .banner-effect-5:hover figcaption:before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.banner-ads .banner-effect-5:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.banner-ads .banner-effect-5:hover img {
  opacity: 0.4;
}
.banner-ads .banner-effect-6 {
  background: -webkit-linear-gradient(-45deg, #f2a7ca 0%, #c289f4 100%);
  background: linear-gradient(-45deg, #f2a7ca 0%, #c289f4 100%);
}
.banner-ads .banner-effect-6 img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.banner-ads .banner-effect-6 p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 92%;
  margin: 20px;
  padding: 30px;
  border: 2px solid #fff;
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transform-origin: 50% -100%;
  transform-origin: 50% -100%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.banner-ads .banner-effect-6 h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.banner-ads .banner-effect-6:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.banner-ads .banner-effect-6:hover h2 {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.banner-ads .banner-effect-6:hover img {
  opacity: 0.1;
  -webkit-transform: scale3d(2, 2, 1);
  transform: scale3d(2, 2, 1);
}

/*---------------------------
Buttons
--------------------*/
.big-btn {
  padding: 10px 50px !important;
  border-radius: 30px;
}

.medium-btn {
  font-size: 14px;
  padding: 4px 25px !important;
  border-radius: 30px;
}

.small-btn {
  font-size: 12px;
  padding: 2px 15px !important;
  border-radius: 30px;
}

.text-btn {
  font-size: 12px;
  font-weight: 600;
  text-decoration: underline;
}

.classic-bttuon button {
  margin-right: 20px;
  width: auto;
  box-shadow: 0px 10px 20px 0px rgba(199, 199, 199, 0.5);
  border-color: transparent;
}

.btn-with-icon .big-btn i {
  font-size: 22px;
}

.share-link-1 a {
  color: #b0aebe;
  background-color: #ecebeb;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  width: 40px;
  border-radius: 50%;
  margin-right: 10px;
  height: 40px;
  line-height: 40px;
}
.share-link-1 a:hover {
  background-color: #57A6FF;
  color: #ffffff;
}

.share-link-2 a {
  color: #b0aebe;
  font-size: 25px;
}
.share-link-2 a:hover {
  color: #57A6FF;
  text-decoration: none;
}

.share-link-3 a {
  margin-right: 10px;
}
.share-link-3 a.btn-facebook {
  background-color: #5f45ea;
  color: #fff;
  font-size: 15px;
}
.share-link-3 a.btn-twitter {
  background-color: #00aced;
  color: #fff;
  font-size: 15px;
}
.share-link-3 a.btn-hangout {
  background-color: #1ba261;
  color: #fff;
  font-size: 15px;
}

.share-link-4 .btn-primary {
  box-shadow: 0px 10px 20px 0px rgba(199, 199, 199, 0.5);
  border-color: transparent;
  margin-right: 10px;
  width: auto;
  font-size: 14px;
}

/*---------------------------
CTA
--------------------*/
.cta-style-1 {
  box-shadow: 0px 0px 20px 0px rgba(52, 49, 75, 0.1);
  margin: 0px 15px 0px 15px;
  padding: 30px 0;
}
.cta-style-1 h1 {
  font-size: 20px;
  color: #34314b;
  font-weight: 600;
}
.cta-style-1 i {
  font-size: 50px;
  color: #57A6FF;
  position: relative;
}
.cta-style-1 .btn-primary {
  position: relative;
  top: 20px;
}

.cta-style-2 {
  box-shadow: 0px 0px 20px 0px rgba(240, 166, 204, 0.78);
  margin: 0px 15px 0px 15px;
  padding: 40px;
}
.cta-style-2 h1 {
  font-size: 30px;
  color: #ffffff;
  font-weight: 600;
}
.cta-style-2 .btn-white {
  color: #8667F7;
}

.cta-style-3 {
  padding: 30px 0;
}
.cta-style-3 span {
  font-size: 24px;
  color: #ffffff;
  padding-right: 40px;
  font-weight: 300;
}
.cta-style-3 .btn-white {
  color: #FF8B8D;
}

.cta-style-4 h1 {
  font-size: 42px;
  color: #34314b;
  font-weight: 700;
}
.cta-style-4 p {
  font-size: 16px;
}

/*---------------------------
Contact Form
--------------------*/
.contact-form1 .form-control {
  background-color: #f6f8f9;
  color: #34314b;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0px;
  height: auto;
  padding: 5px 15px;
  margin: 0px 0px 20px 0px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #EFEFF1;
  border-radius: 3px;
}

.contact-form2 iframe {
  width: 100%;
  height: 600px;
}
.contact-form2 .form-control {
  background-color: #ffffff;
  color: #34314b;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 300;
  height: auto;
  line-height: 25px;
  letter-spacing: 0px;
  padding: 10px 15px;
  margin: 0px 0px 20px 0px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #EFEFF1;
  border-radius: 23px;
}

.contact-form3 .form-control {
  background-color: #f6f8f9;
  color: #34314b;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0px;
  height: auto;
  padding: 5px 15px;
  margin: 0px 0px 20px 0px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #EFEFF1;
  border-radius: 3px;
}

.image-grid-1 .project-item a img {
  border-radius: 0 !important;
}
.image-grid-1 .project-item a:after {
  border-radius: 0 !important;
}

.image-masonry .project-item a img {
  border-radius: 0 !important;
}
.image-masonry .project-item a:after {
  border-radius: 0 !important;
}

/*---------------------------
Tabs
--------------------*/
.tabs_style1 .nav-tabs {
  border-bottom: none;
}
.tabs_style1 .nav-tabs li a {
  font-size: 12px;
  padding: 10px 20px;
  background-color: #ffffff;
  margin: 0px 5px 0px 5px;
  color: #34314b;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(52, 49, 75, 0.1);
  border-color: transparent;
}
.tabs_style1 .nav-tabs li a.active {
  background-color: #34314b;
  color: #ffffff;
  font-weight: 600;
}
.tabs_style1 .nav-tabs li a:hover {
  background-color: #34314b;
  color: #ffffff;
  border-color: transparent;
}

.tabs_style2 .element_box {
  background-color: transparent;
  box-shadow: none;
  margin-bottom: 0;
}
.tabs_style2 .element_box p {
  margin-bottom: 0;
}
.tabs_style2 .nav-tabs .nav-link {
  border: none;
  border-radius: 0;
  text-align: center;
  color: #34314b;
  padding: 0 40px 20px;
}
.tabs_style2 .nav-tabs .nav-link i {
  display: block;
  font-size: 28px;
  margin-bottom: 5px;
}
.tabs_style2 .nav-tabs .nav-link.active {
  background-color: transparent;
  color: #57A6FF;
  font-weight: 600;
  border-style: solid;
  border-width: 0px 0px 5px 0px;
  border-color: #57A6FF;
}

.tabs_style3 .nav-link {
  border: none;
  text-align: center;
  color: #34314b;
  margin-bottom: 20px;
}
.tabs_style3 .nav-link.active {
  background-color: transparent;
  color: #ffffff;
  background-image: linear-gradient(90deg, #f2a7ca 0%, #c289f4 100%);
  font-weight: 600;
}
.tabs_style3 .nav-link:hover {
  background-color: transparent;
  color: #ffffff;
  background-image: linear-gradient(90deg, #f2a7ca 0%, #c289f4 100%);
}

/*---------------------------
Icon Style
--------------------*/
.icon-style-1 i {
  float: left;
}
.icon-style-1 .icon_box_left_info {
  overflow: hidden;
}

/*---------------------------
Scroll Page
--------------------*/
#scrollUp {
  background-color: transparent;
  background-image: linear-gradient(90deg, #9ccdfe 0%, #94aafd 100%);
  border-radius: 0;
  bottom: 30px;
  color: #ffffff;
  height: 50px;
  font-size: 22px;
  right: 30px;
  line-height: 50px;
  text-decoration: none;
  text-align: center;
  width: 50px;
  border-radius: 8px;
}

/*---------------------------
Animation
--------------------*/
@-webkit-keyframes cd-rotate {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
  }
}
@-moz-keyframes cd-rotate {
  0% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(180deg);
  }
}
@keyframes cd-rotate {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(200deg);
    -moz-transform: perspective(2000px) rotateY(200deg);
    -ms-transform: perspective(2000px) rotateY(200deg);
    -o-transform: perspective(2000px) rotateY(200deg);
    transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
    -moz-transform: perspective(2000px) rotateY(180deg);
    -ms-transform: perspective(2000px) rotateY(180deg);
    -o-transform: perspective(2000px) rotateY(180deg);
    transform: perspective(2000px) rotateY(180deg);
  }
}
@-webkit-keyframes cd-rotate-inverse {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
}
@-moz-keyframes cd-rotate-inverse {
  0% {
    -moz-transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
}
@keyframes cd-rotate-inverse {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
    -moz-transform: perspective(2000px) rotateY(-180deg);
    -ms-transform: perspective(2000px) rotateY(-180deg);
    -o-transform: perspective(2000px) rotateY(-180deg);
    transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(20deg);
    -moz-transform: perspective(2000px) rotateY(20deg);
    -ms-transform: perspective(2000px) rotateY(20deg);
    -o-transform: perspective(2000px) rotateY(20deg);
    transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}
@-webkit-keyframes cd-rotate-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
  }
}
@-moz-keyframes cd-rotate-back {
  0% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(-180deg);
  }
}
@keyframes cd-rotate-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-200deg);
    -moz-transform: perspective(2000px) rotateY(-200deg);
    -ms-transform: perspective(2000px) rotateY(-200deg);
    -o-transform: perspective(2000px) rotateY(-200deg);
    transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
    -moz-transform: perspective(2000px) rotateY(-180deg);
    -ms-transform: perspective(2000px) rotateY(-180deg);
    -o-transform: perspective(2000px) rotateY(-180deg);
    transform: perspective(2000px) rotateY(-180deg);
  }
}
@-webkit-keyframes cd-rotate-inverse-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
}
@-moz-keyframes cd-rotate-inverse-back {
  0% {
    -moz-transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
}
@keyframes cd-rotate-inverse-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
    -moz-transform: perspective(2000px) rotateY(180deg);
    -ms-transform: perspective(2000px) rotateY(180deg);
    -o-transform: perspective(2000px) rotateY(180deg);
    transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-20deg);
    -moz-transform: perspective(2000px) rotateY(-20deg);
    -ms-transform: perspective(2000px) rotateY(-20deg);
    -o-transform: perspective(2000px) rotateY(-20deg);
    transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}
/*------------------------------------ Responsive Design--------------------------------------*/
@media (max-width: 992px) {
  body header .navbar-toggler {
    outline: none;
  }
  body header .sticky .navbar-collapse {
    box-shadow: none;
  }
  body header .navbar-collapse {
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(52, 49, 75, 0.1);
  }
  body header .navbar-collapse .navbar-nav {
    padding: 20px 15px !important;
  }
  body header .navbar-collapse .right-navigation {
    display: none;
  }
  body header .navbar-collapse .dropdown-menu {
    box-shadow: none !important;
    padding-left: 5px !important;
    padding-top: 0 !important;
    display: none;
    left: 0;
  }
  body header .navbar-collapse .dropdown-menu a {
    line-height: 1.6em !important;
  }
  body header .megamenu .dropdown-menu {
    display: none;
  }
  body header .megamenu .dropdown-menu .container {
    padding-left: 0;
  }
  body header .megamenu .dropdown-menu .megamenu-inner {
    box-shadow: none !important;
  }
  body header .megamenu .dropdown-menu .megamenu-inner .col-lg-7 {
    padding-left: 0;
  }
  body header .megamenu .dropdown-menu .megamenu-inner .col-lg-7 .p-4 {
    padding: 0 !important;
  }
  body header .megamenu .dropdown-menu .megamenu-inner h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px;
  }
  body header .megamenu .dropdown-menu .megamenu-inner .mobile-post {
    display: none;
  }
  body header .megamenu:hover .dropdown-menu {
    display: block;
  }
  body .cta-block h2 {
    font-size: 30px !important;
    line-height: 42px;
  }
  body .hero-text h2 {
    font-size: 30px !important;
  }
  body .hero-text .action_btns .btn {
    font-size: 11px;
    margin-left: 10px;
  }
  body .heading-block h2 {
    font-size: 40px;
  }
  body .block-text {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 30px;
  }
  body .block-text h2 {
    line-height: 32px;
    font-size: 28px;
  }
  body .text-block-slider .text-item-slider .block-text {
    margin-bottom: 30px;
  }
  body .text-block-slider .slick-dots {
    bottom: -30px;
  }
  body .client-icon ul {
    margin-bottom: 40px !important;
  }
  body .client-icon ul li {
    margin: 0 10px;
  }
  body .client-icon ul li img {
    width: 80px;
  }
  body .team_block {
    margin-bottom: 30px;
  }
  body .blog_item {
    margin-bottom: 30px;
  }
  body .beforefooter span {
    display: block;
    margin-bottom: 30px;
  }
  body .footer_top h5 {
    margin-top: 30px;
  }
  body .footer_top .newsletter_form .form-control {
    margin-bottom: 20px;
    width: 100%;
  }
  body .width-500 {
    width: 100%;
  }
  body .icon-cta {
    display: none !important;
  }
  body .testimonial_block_2 .row {
    margin: 0;
  }
  body .testimonial_block_2 .row .quote {
    display: none;
  }
  body .testimonial_block_2 .row .testimonial_block_2_item {
    margin-bottom: 30px;
  }
  body .testimonial_block_2 .row .testimonial_block_2_item.big_testimonial {
    margin-bottom: 30px !important;
    height: auto;
  }
  body .cta_2 .text-cta {
    padding: 80px 40px 60px;
  }
  body .cta_2 .text-cta h2 {
    font-size: 36px;
    line-height: 45px;
  }
  body .plan_table {
    margin-bottom: 30px;
  }
  body .plan_table.active {
    margin-top: 0;
  }
  body .hero-text p {
    font-size: 12px;
  }
  body .mag-mobile-top {
    margin-top: 30px;
    padding-bottom: 0;
  }
  body .footer_3 .newsletter_form .form-control {
    margin-bottom: 30px;
  }
  body .testimonial_block_3 .slick-list .testimonial_block_3_item {
    padding: 0;
    margin: 10px 20px 0;
  }
  body .testimonial_block_3 .slick-list .testimonial_block_3_item .testmonial_block_3_info {
    padding: 40px 0;
  }
  body .testimonial_block_3 .slick-list .testimonial_block_3_item .testmonial_block_3_info p {
    font-size: 14px;
    line-height: 24px;
  }
  body .testimonial_block_3 .slick-list .testimonial_block_3_item .quote_b {
    right: 10px;
  }
  body .burger_box {
    right: -40px !important;
  }
  body .right-navigation {
    padding-left: 20px !important;
  }
  body .right-navigation li {
    margin-right: 0 !important;
  }
  body .right-navigation li a {
    margin-right: 5px !important;
  }
  body .box-testimonial {
    margin-bottom: 30px;
  }
  body .blog_slider_2 .slick-arrow.slick-next {
    right: 40%;
    top: 100%;
  }
  body .blog_slider_2 .slick-arrow.slick-prev {
    left: 30%;
    top: 100%;
  }
  body .number_item {
    margin-bottom: 30px;
  }
  body .pd-bt-mb-0 {
    padding-bottom: 0 !important;
  }
  body .project_block {
    margin-bottom: 30px;
  }
  body .project_block .project_item.big_project {
    height: auto;
    margin-bottom: 30px;
  }
  body .project_block .project_item.medium_project {
    height: auto;
    margin-bottom: 30px;
  }
  body .project_block .small_project {
    height: auto;
    margin-bottom: 30px;
  }
  body .header-3 .navbar-toggler-icon {
    color: #ffffff;
  }
  body .header-3 .header_top .navbar-right {
    display: block;
  }
  body .header-3 .header_bottom .navbar-collapse .navbar-nav {
    padding: 20px 15px !important;
  }
  body .header-3 .header_bottom .navbar-collapse .navbar-nav li a {
    color: #34314b;
    padding: 5px 0;
  }
  body .feature_block_item {
    margin-bottom: 30px !important;
  }
  body .team_block2 .team_item .pr-0 {
    padding-right: 15px !important;
  }
  body .newsletter-cta .w-50 {
    width: 100% !important;
  }
  body .newsletter-cta .form-control {
    width: 100%;
    margin-bottom: 30px;
  }
  body .footer_2 .footer_bottom .copyright {
    text-align: center !important;
  }
  body .footer_2 .footer_bottom .copyright p {
    margin-bottom: 0;
  }
  body .footer_2 .footer_bottom .menu-footer-bottom {
    text-align: center !important;
    padding-bottom: 15px;
  }
  body .navbar-nav .simple-dropdown .dropdown-menu {
    position: relative;
  }
  body .cart-dropdown {
    position: absolute;
  }
  body .plan_table {
    padding: 40px 15px;
  }
  body .plan_table h3 {
    font-size: 18px;
  }
  body .plan_table .price {
    line-height: 33px;
    font-size: 30px;
  }
  body .plan_table .btn-primary {
    font-size: 12px;
    width: 100%;
  }
  body .client-icon .u-divider::after {
    width: 4rem;
  }
  body .client-icon .u-divider::before {
    width: 4rem;
  }
  body .hero-6 .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body .hero-6 .hero-text {
    padding-bottom: 50px;
  }
  body .client-icon ul li img {
    width: 60px;
  }
  body .white_header .navbar-toggler {
    color: #ffffff;
  }
  body .white_header .navbar-nav li a {
    color: #34314b !important;
  }
  body .sticky .navbar-toggler {
    color: #34314b;
  }
  body .circle_progress_bar {
    margin-bottom: 30px;
  }
  body .panel .menu-btn {
    margin-right: 70px;
  }
  body .header-4 .navbar-right {
    display: none;
  }
  body .home-4 .img-right {
    position: relative;
  }
  body .home-4 .hero-text {
    padding-bottom: 50px;
    padding-top: 0 !important;
  }
  body .home-4 .row {
    margin: 0;
  }
  body .home-8-heading {
    padding-top: 0 !important;
    margin-bottom: 60px;
  }
  body .icon-block {
    margin-bottom: 30px !important;
  }
  body .home-8-about .img-left {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
  }
  body .number-block-2 {
    margin-bottom: 30px;
  }
  body .home-4 .img-right {
    width: 100%;
    position: relative;
  }
  body .project_block .project_item a {
    height: 100%;
  }
  body .project_block .project_item a img {
    height: 100%;
    object-fit: cover;
  }
  body .display-mobile {
    display: none;
  }
  body .w-mobile {
    flex: 0 0 100%;
    margin-left: 0;
    max-width: 100%;
  }
  body .icon-block .icon-element_info p {
    font-size: 11px;
  }
  body .blog_slider_3 .item_blog {
    height: 380px;
  }
  body .footer_top .social_icons ul li {
    margin-right: 10px;
  }
  body .hero-9 .form_contact {
    width: 90% !important;
  }
  body .hero-9 .form_contact .btn-primary {
    width: auto;
    font-size: 12px;
    right: 0 !important;
  }
  body .right-img-block {
    position: relative;
    right: 0;
    top: 0;
    transform: translateY(0);
    width: 100%;
    max-width: 100%;
  }
  body .fp-tableCell .element_box {
    padding: 20px;
  }
  body .about-box-1 {
    margin-bottom: 30px;
  }
  body .cta_2 .block-text {
    padding-top: 100px !important;
    padding-left: 15px !important;
    padding-bottom: 80px !important;
  }
  body .testimonial_block_6 .testimonial_block_item .avatar_testimonial {
    width: 80px;
    height: 80px;
  }
  body .testimonial_block_6 .slick-next {
    right: 32% !important;
    top: auto;
    bottom: -25%;
  }
  body .testimonial_block_6 .slick-prev {
    left: 32% !important;
    top: auto;
    bottom: -25%;
  }
  body .about-3 .block-text {
    padding-top: 60px !important;
  }
  body .accordion_style4 .flexbox-slider {
    height: 350px;
  }
  body .banner-ads figure figcaption h2 {
    font-size: 24px;
  }
  body .banner-ads figure.banner-effect-4 figcaption {
    text-align: center;
  }
  body .item-content-blog {
    padding-left: 0 !important;
    padding-top: 20px;
  }
  body .blog-section article {
    margin-bottom: 30px !important;
  }
  body .minimal-blog .post-list-items .minimal-item .img-minimal {
    height: auto;
  }
  body .modern-blog .modern-blog-item {
    margin-bottom: 30px !important;
  }
  body .modern-blog .modern-blog-item .item-content-blog {
    padding-left: 25px !important;
  }
  body .sidebar-side {
    margin-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
  body .classic-bttuon button {
    display: block;
    text-align: center;
    margin: 0 auto 20px;
  }
  body .share-link-3 a {
    margin-bottom: 20px;
  }
  body .share-link-4 a {
    margin-bottom: 20px;
  }
  body .cta-style-1 {
    position: relative;
    padding: 30px 15px;
    text-align: center;
  }
  body .cta-style-1 h1 {
    font-size: 18px;
  }
  body .cta-style-2 {
    position: relative;
    text-align: center;
  }
  body .cta-style-2 h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  body .cta-style-3 span {
    display: block;
    margin-bottom: 20px;
    padding-right: 0;
  }
  body .cta-style-4 h1 {
    font-size: 30px;
  }
  body .comming-block .comming-block-inner {
    top: 0;
    left: 50%;
    transform: translate(-50%, 10%);
    width: 90%;
  }
  body .comming-block .comming-block-inner h1 {
    font-size: 28px;
  }
  body .comming-block .comming-block-inner ul li {
    font-size: 11px;
    padding: 5px;
  }
  body .comming-block .comming-block-inner ul li span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
  }
  body .newsletter-cta h3 {
    font-size: 20px;
  }
  body .comming-block.comming-style-1 .comming-block-inner {
    top: 30%;
  }
  body .comming-block.comming-style-2 .comming-block-inner .pd-tp-150 {
    padding-top: 0 !important;
  }
  body .comming-block.comming-style-2 .social_icons {
    margin-bottom: 50px;
  }
  body .contact-block .info-contact .info-contact-item {
    margin-bottom: 30px;
  }
  body .contact-block-1 .box-contact p span {
    font-size: 15px !important;
  }
  body .contact-block-2 .box-contact .box-info-contact .social_icons ul li {
    margin-right: 10px !important;
  }
  body .h-600 {
    height: 100%;
  }
  body .contact-form2 {
    padding-bottom: 80px;
  }
  body .mobile-padd {
    padding-left: 30px;
    padding-right: 30px;
  }
  body .mobile-padd .pl-0 {
    padding-left: 15px !important;
  }
  body .shadow-box-text {
    margin-bottom: 30px;
  }
  body .icon_box_left {
    margin-bottom: 30px;
  }
  body .portfolio-gallery .project-item {
    margin-bottom: 30px !important;
  }
  body .portfolio-gallery .project-item.mbottom-0 {
    margin-bottom: 0 !important;
  }
  body .portfolio-gallery .navigation-filter {
    text-align: center;
    position: relative;
    width: 100%;
    display: inline-block !important;
  }
  body .portfolio-gallery .navigation-filter .filter-button {
    margin-right: 0;
    padding: 5px 10px;
    font-size: 12px;
  }
  body .pricing-box.active {
    margin-bottom: 60px;
  }
  body .accordion-1.accordion-style-2 .card-accordion .card-header button {
    position: relative;
    text-align: left;
  }
  body .accordion-1.accordion-style-2 .card-accordion .card-header button i {
    width: auto;
    position: absolute;
    padding-left: 0 !important;
    margin-right: 0 !important;
    right: 0;
    display: inline-block;
    top: 35%;
  }
  body .accordion-1.accordion-style-2 .card-accordion .card-header button span {
    font-size: 13px;
    line-height: 18px;
  }
  body .accordion-1.accordion-style-2 .card-accordion .card-body ul li {
    font-size: 11px;
  }
  body .pricing-table-3 {
    margin-bottom: 30px;
    padding: 40px 10px 50px 10px;
  }
  body .pricing-table-3 .body-pricing-table span {
    display: none;
  }
  body .pricing-table-3 .body-pricing-table .float-mobile {
    margin-bottom: 10px;
    float: none !important;
  }
  body .pricing_table-4 .plan_table {
    padding: 25px 30px;
  }
  body .mobile-bottom {
    margin-bottom: 30px !important;
  }
  body .accordion-mobile-mag {
    margin-top: 60px;
  }
  body .testimonial_block_6 {
    margin-bottom: 80px;
  }
  body .block-service-text {
    padding-top: 60px !important;
  }
  body .trending-products .row {
    margin-left: 0;
    margin-right: 0;
  }
  body .trending-products .row .slider-product {
    margin-top: 50px;
  }
  body .trending-products .row .slider-product .slick-arrow.slick-prev {
    left: -20px;
  }
  body .trending-products .row .slider-product .slick-arrow.slick-next {
    right: -20px;
  }
  body .trending-products .row .slider-product .product-name h3 {
    font-size: 16px;
  }
  body .trending-products .product {
    margin-bottom: 30px;
  }
  body .support-box {
    margin-bottom: 30px;
  }
  body .single-product h1 {
    margin-top: 60px;
  }
  body .single-product-3 h1 {
    margin-top: 0 !important;
  }
  body .single-product .tabs-description ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  body .single-product .tabs-description ul li a {
    text-align: center;
  }
  body .star-rating {
    margin-top: 10px;
  }
  body .single-product.single-product-style2 .tabs-description ul {
    border-bottom: none !important;
  }
  body .portfolio-content img {
    margin-bottom: 30px;
  }
  body .portfolio-slider .slick-arrow.slick-next,
body .portfolio-slider-1 .slick-arrow.slick-next {
    right: 0 !important;
  }
  body .portfolio-slider .slick-arrow.slick-prev,
body .portfolio-slider-1 .slick-arrow.slick-prev {
    left: 0 !important;
  }
  body .portfolio-decription .description-inner .list-unstyled li span {
    font-size: 11px;
  }
  body .portfolio-slider-1 a img a img {
    margin-bottom: 0;
  }
  body .portfolio-decription .description-inner:last-child {
    padding-bottom: 0;
    margin-bottom: 0 !important;
  }
  body .single-team-3 .profil-info h3 {
    margin-top: 30px;
  }
  body .tabs_style1 li {
    width: 100%;
    text-align: center;
    margin-bottom: 10px !important;
  }
  body .tabs_style1 .tab-content .block-text {
    padding-top: 60px !important;
  }
  body .tabs_style2 li {
    margin-bottom: 10px !important;
    width: 100%;
  }
  body .team-1 .team_block .team_social_icon ul li {
    margin-right: 5px;
  }
  body .team-2 .team_block.mobile-bottom {
    margin-bottom: 60px;
  }
  body .pd-tp-mobile {
    padding-top: 30px !important;
  }
  body .btn-position {
    text-align: left;
  }
  body .pd-bt-mb-0 {
    padding-bottom: 0;
  }
  body .client-icon ul.mb_0 {
    margin-bottom: 0px !important;
  }
  body .client-icon.client-block-2 ul {
    margin-bottom: 0 !important;
  }
  body .icon-block.icon_block_style1.mb-0 {
    margin-bottom: 0 !important;
  }
  body .icon-block.mg-bt-mobile {
    margin-bottom: 0 !important;
  }
  body .project_block .project_item.mg-tp-30 {
    margin-top: 0 !important;
  }
  body .cta_2 {
    height: 100% !important;
  }
  body .tabs-style-1 .block-text {
    margin-top: 60px;
  }
  body .tabs-style-1 .block-text ul {
    margin-top: 20px;
  }
  body .tabs-style-1 .block-text ul li {
    font-size: 12px;
    line-height: 16px;
  }
  body .features_block.feature_block_3 .feature_block_item.mb-0 {
    margin-bottom: 0 !important;
  }
  body .number-block-3 {
    margin-bottom: 30px;
  }
  body .blog-section.grid-blog article.mb-0.mobile-bottom {
    margin-bottom: 0 !important;
  }
  body .portfolio-slider-1 img {
    margin-bottom: 0;
  }
  body .mbottom-30 {
    margin-bottom: 30px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body .right-navigation {
    padding-left: 50px !important;
  }
  body .icon-box {
    height: auto;
    position: relative;
    text-align: center;
  }
  body .icon-box .ic-icon {
    float: none;
    margin: 0 auto;
  }
  body .icon-box span {
    line-height: inherit;
    font-size: 14px;
    display: block;
    margin-top: 10px;
  }
  body .text-block-slider .slick-dots {
    bottom: 10px;
  }
  body .icon-box-border p {
    font-size: 20px;
  }
  body .list_block_2 li {
    font-size: 14px;
  }
  body .plan_table ul li span {
    font-size: 11px;
  }
  body .block-cta-right,
body .block-cta-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body .icon-cta {
    display: none !important;
  }
  body .footer_3 .newsletter_form .form-control {
    width: 60%;
  }
  body .quote_b {
    top: 5px !important;
  }
  body .blog_slider_2 .slick-arrow.slick-next {
    right: 45%;
    top: 110%;
  }
  body .blog_slider_2 .slick-arrow.slick-prev {
    left: 40%;
    top: 110%;
  }
  body .hero-text {
    padding-top: 50px !important;
  }
  body .box-testimonial {
    padding: 10px;
  }
  body .box-testimonial .avatar_profil img {
    width: 80px;
    height: 80px;
  }
  body .box-testimonial p {
    font-size: 11px;
    line-height: 16px;
  }
  body .box-testimonial span {
    font-size: 14px;
  }
  body .block-text h2 {
    font-size: 26px;
  }
  body .number_block .number_item span {
    font-size: 32px;
  }
  body .project_block {
    margin-bottom: 0;
  }
  body .project_block .project_item.small_project {
    height: auto;
  }
  body .project_block .project_item.mg-tp-30 {
    margin-top: 0 !important;
    margin-bottom: 0;
  }
  body .footer_2 .footer_top li {
    font-size: 11px;
    margin-right: 10px;
  }
  body .team_block2 .team_item .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body .team_block2 .team_item .team_item_info {
    padding: 20px 30px;
  }
  body .newsletter-cta .form-control {
    width: 70%;
  }
  body .shadow-box-text .shadow-box-text-inner h3 {
    font-size: 16px;
  }
  body .shadow-box-text {
    padding: 30px 10px;
    margin-bottom: 30px;
  }
  body .shadow-box-text i {
    font-size: 24px;
  }
  body .shadow-box-text .shadow-box-text-inner {
    padding-right: 15px;
  }
  body .circle_progress_bar {
    margin-bottom: 0;
  }
  body .team_block .team_info h3 {
    font-size: 12px;
    margin-bottom: 0;
  }
  body .team_block .team_info span {
    font-size: 11px;
  }
  body .header-4 .right-navigation {
    left: -80px;
  }
  body .home-4 .img-right {
    width: 50%;
    position: relative;
  }
  body .project_block .project_item a {
    height: 100%;
  }
  body .project_block .project_item a img {
    height: 100%;
    object-fit: cover;
  }
  body .home-8-heading {
    padding-top: 0 !important;
    margin-bottom: 0 !important;
  }
  body .footer_top .newsletter_form .form-control {
    width: 100%;
    margin-bottom: 30px;
  }
  body .home-4 .img-right {
    width: 100%;
    margin-top: 30px;
    position: relative;
  }
  body .right-img-block {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    width: 100%;
    max-width: 50%;
  }
  body .about-box-1 {
    padding: 10px;
  }
  body .about-box-1 p {
    font-size: 14px;
  }
  body .about-block-text .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body .testimonial_block_6 .slick-next {
    right: 45% !important;
    top: auto;
    bottom: -25%;
  }
  body .testimonial_block_6 .slick-prev {
    left: 40% !important;
    top: auto;
    bottom: -25%;
  }
  body .tabs-style-1 .block-text {
    padding-top: 60px !important;
  }
  body .tabs-style-1 .w-50 {
    width: 80% !important;
  }
  body .tabs-style-1 .block-text {
    padding-top: 0px !important;
    padding-bottom: 0;
    margin-bottom: 0 !important;
  }
  body .feature_block_3 .feature_block_item {
    margin-bottom: 0 !important;
  }
  body .about-3 .block-text {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  body .banner-ads .banner-effect-4 img {
    max-width: 100%;
  }
  body .banner-ads .banner-effect-4 figcaption {
    padding: 2em 1em;
  }
  body .banner-ads .banner-effect-4 figcaption h2 {
    padding: 10% 0 10px 0;
  }
  body .item-content-blog {
    padding-left: 15px !important;
    padding-top: 0;
  }
  body .blog-section article {
    margin-bottom: 0 !important;
  }
  body .minimal-blog .post-list-items .minimal-item .img-minimal {
    height: 275px;
  }
  body .modern-blog .modern-blog-item {
    margin-bottom: 0 !important;
  }
  body .modern-blog .modern-blog-item .item-content-blog h4 {
    font-size: 16px !important;
  }
  body .masonry-blog .massonry-item a {
    font-size: 15px !important;
  }
  body .masonry-blog .massonry-item p {
    font-size: 12px !important;
    line-height: 16px;
  }
  body .masonry-blog .massonry-item .massonry-item-footer ul li {
    padding-right: 10px !important;
  }
  body .sidebar-side {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  body .classic-bttuon button {
    display: inline-block;
    text-align: center;
    margin: 0 10px;
  }
  body .cta-style-1 {
    text-align: left;
  }
  body .cta-style-2 .btn-white {
    font-size: 9px;
  }
  body .comming-block .comming-block-inner {
    top: 20%;
    left: 50%;
    transform: translate(-50%, 20%);
    width: 90%;
  }
  body .h-600 {
    height: 58vh;
  }
  body .mobile-padd {
    padding-right: 0;
  }
  body .shadow-box-text {
    margin-bottom: 0 !important;
  }
  body .icon_box_left {
    margin-bottom: 0 !important;
  }
  body .portfolio-gallery .project-item.mb-0 {
    margin-bottom: 0 !important;
  }
  body .mg-tp-100-ng {
    margin-top: -100px;
  }
  body .pricing-box.active {
    margin-bottom: 0 !important;
  }
  body .accordion-1.accordion-style-2 .card-accordion .card-header button {
    font-size: 11px;
    position: relative;
    text-align: left;
  }
  body .accordion-1.accordion-style-2 .card-accordion .card-header button i {
    position: absolute;
    padding-left: 0 !important;
    margin-right: 0 !important;
    right: 5px;
    display: inline-block;
    top: 35%;
  }
  body .accordion-1.accordion-style-2 .card-accordion .card-header button span {
    line-height: 18px;
  }
  body .accordion-1.accordion-style-2 .card-accordion .card-body ul li {
    font-size: 11px;
  }
  body .pricing-table-3 {
    padding: 40px 10px 50px 10px;
    margin-bottom: 30px;
  }
  body .pricing-table-3 .body-pricing-table .listwith-icons {
    font-size: 12px;
    line-height: 20px;
  }
  body .pricing-table-3 span {
    padding-bottom: 0;
  }
  body .pricing-table-3 .btn-primary {
    margin-top: 10px;
    font-size: 11px;
  }
  body .pricing_table-4 .plan_table {
    padding: 25px 15px;
  }
  body .mobile-bottom {
    margin-bottom: 0 !important;
  }
  body .element_box {
    padding: 15px;
  }
  body .element_box i {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  body .element_box h3 {
    font-size: 16px !important;
  }
  body .element_box p {
    font-size: 12px;
  }
  body .testimonial_block_6 {
    margin-bottom: 30px;
  }
  body .block-service-text {
    padding-top: 60px;
  }
  body .pricing_table1 .plan_table {
    margin-bottom: 0;
  }
  body .trending-products .product {
    margin-bottom: 0;
  }
  body .support-box {
    margin-bottom: 0;
  }
  body .support-box .support-box i {
    font-size: 26px;
  }
  body .support-box p {
    font-size: 9px !important;
  }
  body .support-box span {
    font-size: 9px;
  }
  body .single-product h1 {
    margin-top: 0;
  }
  body .single-product.single-product-style2 .tabs-description ul li {
    width: auto;
    margin-right: 10px;
  }
  body .single-product.single-product-style2 .tabs-description ul li a {
    font-size: 12px;
    padding: 10px 5px;
  }
  body .single-product-3 h1 {
    margin-top: 0 !important;
  }
  body .portfolio-decription .description-inner .list-unstyled li span {
    font-size: 9px;
  }
  body .portfolio-decription .description-inner .list-inline li a {
    width: 22px !important;
    height: 22px !important;
    line-height: 22px !important;
    font-size: 9px;
  }
  body .single-team .team-profil .team_social_icon ul li {
    margin-right: 5px;
  }
  body .tabs_style1 .nav-tabs {
    width: auto !important;
  }
  body .tabs_style1 li {
    width: auto;
  }
  body .tabs_style1 .tab-content .block-text {
    padding-top: 60px !important;
  }
  body .tabs_style2 li {
    width: auto;
  }
  body .team-2 .team_block.mobile-bottom {
    margin-bottom: 60px;
  }
  body .team-2 .team_block img {
    width: 130px !important;
    height: auto !important;
  }
  body .team-2 .team_block .team_social_icon ul li {
    margin-right: 5px;
  }
  body .team-2 .team_block .team_social_icon ul li a {
    font-size: 11px;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
  body .team-3 .team_block img {
    width: 80px;
    height: auto;
  }
  body .team-3 .team_block .team_social_icon ul li {
    margin-right: 10px;
  }
  body .pb-m {
    padding-bottom: 0 !important;
  }
  body .testimonial_block_2 .row .testimonial_block_2_item.big_testimonial {
    margin-bottom: 0 !important;
  }
  body .btn-position {
    text-align: right !important;
  }
  body .number_item {
    margin-bottom: 0;
  }
  body .team_block {
    margin-bottom: 0;
  }
  body .icon-block.mb-0 {
    margin-bottom: 0 !important;
  }
  body .number-block-2 {
    margin-bottom: 0 !important;
  }
  body .about-block-text.cta_2 {
    height: 100%;
  }
  body .tabs-style-1 .block-text {
    margin-top: 0;
  }
  body .tabs-style-1 .block-text ul {
    margin-top: 20px;
  }
  body .tabs-style-1 .block-text ul li {
    font-size: 11px;
    line-height: 16px;
  }
  body .number-block-3 {
    margin-bottom: 0;
  }
  body .blog-section article h4 {
    font-size: 12px;
    line-height: 16px;
  }
  body .blog-section.grid-blog article {
    margin-bottom: 30px !important;
  }
  body .blog-section.grid-blog article.mb-0 {
    margin-bottom: 0 !important;
  }
  body .mbottom-30 {
    margin-bottom: 0 !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  body .navbar-header .navbar-collapse .navbar-nav {
    padding-left: 0 !important;
  }
  body .navbar-header .navbar-collapse .navbar-nav.right-navigation {
    padding-left: 50px !important;
  }
  body .client-icon img {
    width: 100px !important;
  }
  body .icon-box span {
    font-size: 11px;
  }
  body .footer_top .newsletter_form .form-control {
    margin-bottom: 20px;
    width: 100%;
  }
  body .block-cta-right,
body .block-cta-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body .icon-cta {
    display: none !important;
  }
  body .right-navigation .btn-primary {
    width: auto;
    padding: 5px 15px !important;
  }
  body .hero-text {
    padding-top: 100px !important;
    padding-bottom: 50px;
  }
  body .project_block .project_item a {
    height: 100%;
  }
  body .project_block .project_item a img {
    object-fit: cover;
    height: 100%;
  }
  body .team_block2 .team_item ul li {
    margin-right: 5px;
  }
  body .shadow-box-text-inner {
    padding-right: 25px;
  }
  body .right-navigation {
    left: -45px;
  }
  body .home-4 .img-right {
    width: 100%;
    margin-top: 30px;
    position: relative;
  }
  body .home-8-heading {
    padding-top: 0 !important;
  }
  body .display-mobile {
    display: none;
  }
  body .w-mobile {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
  body .home-8-about .img-left {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
  }
  body .about-block-text .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body .block-text {
    padding-bottom: 60px;
  }
  body .tabs-style-1 .w-50 {
    width: 60% !important;
  }
  body .minimal-blog .post-list-items .minimal-item .img-minimal {
    height: 370px;
  }
  body .comming-block .comming-block-inner {
    width: 100%;
  }
  body .accordion-1.accordion-style-2 .card-accordion .card-header button {
    position: relative;
    text-align: left;
  }
  body .accordion-1.accordion-style-2 .card-accordion .card-header button i {
    position: absolute;
    padding-left: 0 !important;
    margin-right: 0 !important;
    right: 5px;
    display: inline-block;
    top: 35%;
  }
  body .accordion-1.accordion-style-2 .card-accordion .card-header button span {
    font-size: 15px;
    line-height: 22px;
  }
  body .accordion-1.accordion-style-2 .card-accordion .card-body ul li {
    font-size: 12px;
  }
  body .pricing-table-3 {
    padding: 40px 20px 50px 20px;
  }
  body .pricing_table-4 .plan_table {
    padding: 25px 20px;
  }
  body .single-product .tabs-description ul li a {
    font-size: 12px;
    padding: 10px 20px;
  }
  body .portfolio-decription .description-inner .list-unstyled li span {
    font-size: 11px;
  }
  body .portfolio-decription .description-inner .list-inline li a {
    width: 35px !important;
    height: 35px !important;
    line-height: 35px !important;
    font-size: 11px;
  }
  body .tabs_style1 .nav-tabs {
    width: auto !important;
  }
  body .mobile-bottom {
    margin-bottom: 0 !important;
  }
  body .team-2 .team_block .team_social_icon ul li {
    margin-right: 5px;
  }
  body .testimonial_block_3 .slick-list .testimonial_block_3_item .testmonial_block_3_info p {
    font-size: 15px;
    line-height: 26px;
  }
  body .testimonial_block_2_item.big_testimonial {
    height: 100%;
  }
  body .pd-bt-mb-0 {
    padding-bottom: 0;
  }
  body .about-block-text.cta_2 {
    height: 100%;
  }
  body .tabs-style-1 .block-text {
    padding-bottom: 0;
    margin-bottom: 0 !important;
  }
  body .blog-section article h4 {
    font-size: 16px;
  }
  body .support-box .support-box-info p {
    font-size: 14px;
  }
}

/* ======= updates ======= */

.action_btns > img {
    position: absolute;
    right: 200px;
    bottom: -60px;
    transform: rotate(-90deg);
    width: 200px;
    height: auto;
    z-index: -1;
}

.app-clip {
    display: inline-block;
    background: black;
    border-radius: 36px;
    overflow: hidden;
    padding: 14px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

#send-message {
  width: 100%;
}

.cookies-content-section {
  min-height: 400px;
}

#home{
  height: 100vh;
}

.tab-pane .block-text {
  padding-top: 0;
}

.tab-pane > .row,
#home,
#home .hero-content {
  display:flex;
  align-items: center !important;
}

#home + #section1 {
  margin-top: -100px;
}

#accept.btn {
  border: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 5px 20px !important;
}

#consent-popup.hidden{
  opacity: 0;
  display: none;
}

#consent-popup {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 6px 6px 60px 20px rgb(0 0 0 / 3%);
  backdrop-filter: blur(10px);
}

#consent-popup img{
  display: block;
  max-width: 40px;
}

#consent-popup > p {
  margin: 0 15px;
}

.cookies-page-header,
.gdpr-page-header {
  padding-top: 100px;
  padding-bottom: 40px;
}

.hero-img-container{
  position: relative;
}

.hero-img-container .scene-layer img{
  display: block;
  height: auto;
}

.hero-img-container .layer1{
  z-index: 4;
}

.hero-img-container .layer2{
  z-index: 3;
  width: 60px;
  left: 200px;
}

.hero-img-container .layer3{
  z-index: 3;
  width: 45px;
}
.hero-img-container .layer4{
  z-index: 2;
  width: 120px;
}

.hero-img-container .layer2 img{
  left: 210%;
  top: 90px;
  position: absolute;
}

.hero-img-container .layer3 img{
  left: 500%;
  position: absolute;
}

.hero-img-container .layer4 img{
  left: 266%;
  position: absolute;
}

.bg-shape {
  position: absolute;
  width: 200px;
  height: 200px;
  left: calc(50% - 100px);
  top: calc(50% - 100px);
  border-radius: 50%;
  filter: blur(20px);
  -webkit-filter: blur(20px);
  animation-duration: 9s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;

}
.bg-shape1 {
  z-index: 1;
  animation-name: shape1;
  mix-blend-mode: multiply;
}
@keyframes shape1 {
  0% {transform: translate(-100px,-100px) scale(1.6);}
  100% { transform: translate(100px,-100px) scale(1.1); }
}
.bg-shape2 {
  z-index: 2;
  animation-name: shape2;
  transition-delay: 300ms;
}
@keyframes shape2 {
  0% {transform: translate(-100px,30px) scale(1.1);}
  100% { transform: translate(-100px,100px) scale(1.6); }
}
.bg-shape3 {
  z-index: 3;
  animation-name: shape3;
  transition-delay: 400ms;
  mix-blend-mode: multiply;
}
@keyframes shape3 {
  0% {transform: translate(0px,0px) scale(1.1);}
  100% { transform: translate(100px,0) scale(1.3); }
}

.logo {
  width:150px;
  height: 51px;
  display: block;
  background-repeat:  no-repeat;
}

.white_header nav:not(.sticky) .logo {
  background-image: url("../images/logo-white.svg") !important; 
}

.hero-media-asset {
  position: absolute;
  width: 100vw;
  height: auto;
  top: 0;
  opacity: 0.3;
}

.icon-plane-animation {
    /*background: #fff;*/
    top: -124px;
    left: 0;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    transform: scale(0.5);
}

#section4 {
    background-repeat: no-repeat;    
    background-size: cover;
}

.header-img {
    position: absolute;
    right: 40px;
    bottom: 0;
    width: 600px;
    transform: translateY(30%);
}
.about-page-header .header-img{
  width: 500px;
  transform: translateY(43%);
}

.branding-page-header .header-img{
    transform: translateY(40%);
    width: 560px;
}

.web-design-page-header .header-img{
    transform: translateY(40%);
    width: 450px;
}

.mobile-design-page-header .header-img{
    transform: translateY(40%);
    width: 500px;
}

.illustration-page-header .header-img{
    transform: translateY(40%);
    width: 400px;
}

.contact-page-header .header-img{
    transform: translateY(15%);
    width: 460px;
}

.about-page-header:before,
.contact-page-header:before {
  display: none;
}

html {
  scroll-behavior: smooth;
}


#section1 .tool_block {
    background: #fff;
    box-shadow: 6px 6px 60px 20px rgb(0 0 0 / 3%);
    border-radius: 10px;
}

.footer-menu, .footer-social {
  display: flex;
  justify-content: center;
}

.footer-menu > li a {
  padding: 0 20px;
}

.footer-menu > li a,
.footer-social > li a
{
  display: block;
}
.pricing_table-4 .plan_table .plan-table-top {
  padding: 0;
}
.pricing_table-4 .plan_table {
  padding: 30px;
  height: 100%;
  border-radius: 20px;
}
.pricing_table-4 .plan_table hr{
  margin-top:20px;
  margin-bottom:0;
}
.modal-dialog {
  max-width: 1000px;
}
.modal-body {
  padding: 0;
}

.beforefooter .contact-block .box-contact {
  background-color: unset;
  box-shadow: none;
}

.hero-text  h1{
  color: #34314b;
  font-size: 42px;
}

/*======= responsive design ========*/

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

  .action_btns > img {
    display: none;
  }

  .hero-media-asset {
      height: 100vh;
      width: auto;
  }

  #home {
    overflow: hidden;
  }

  .footer-menu, .footer-social {
    display: block;
  }

  #home.pd-tp-150 {
    padding-top: 60px;
  }

  .hero-text {
    padding-top: 10px !important;
  }

  body .hero-text .action_btns .btn{
    margin-left: 0;
  }

  body .hero-text .action_btns .btn,
  body .icon-block .icon-element_info p,
  body .hero-text p  {
    font-size: 14px;
  }

  .hero-text  h1,
  body h2,
  body .heading-block h2 {
    font-size: 30px !important;
  }

  .hero-text  h1 span,
  .hero-text  h1 {      
    line-height: 1.2;
  }

  #frmContact .btn-primary.float-right{
    float: none !important;
    margin: 0 auto;
    display: block;
  }

  #section3{
    padding-top:20px;
    padding-bottom: 60px;
  }
  #section3 .img-left {  
    height:240px;
    background-attachment: scroll;
    background-size: cover;
    background-position: top center;
    top:0;
    border-radius: 12px;
  }

  .beforefooter{
    overflow: visible;
  }

  .icon-plane-animation {    
    top: -190px;
    left: 0;
    transform: translateX(-50%);
    margin-left: 50%;
  }

  .footer-menu {
    display: flex;
    flex-direction: row;
    flex-wrap:  wrap;
    justify-content: center;
  }

  .footer_top ul li{
    flex-basis: 50%;
    padding: 0;
    margin-bottom: 15px;
  }

  .footer_top ul li > a {
    padding: 0;
  }

  .copyright p {
    text-align: left;
  }

  #history-section,
  #about-section,
  #about-section .box-about,
  #history-section .box-about{
    padding-top: 30px;
  }
  #history-section,
  #about-section {
    padding-bottom: 60px;
  }
  .gdpr-text > br {
    display: none;
  }

  body .tabs_style2 .nav-item {
    margin-bottom: 0 !important;
    width: 33%;
    padding: 0;
  }

  .tabs_style2 .nav-tabs .nav-link {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }

  /*.tab-img {
        padding: 0  60px 30px 60px;
  }
  .tab-img img {
        transform: scale(1.2);
  }
  .tab-img .lottie-illustratio-brief {
           transform: scale(1.6); 
  }*/
  
  .tab-img {
        display: none;
  }
  
  .illustration-page-header,
  .mobile-design-page-header,
  .contact-page-header,
  .web-design-page-header,
  .branding-page-header,
  .about-page-header {
    padding: 150px 0px 30px 0px;
  }

  .illustration-page-header .header-img,
  .mobile-design-page-header .header-img,
  .contact-page-header .header-img,
  .web-design-page-header .header-img,
  .branding-page-header .header-img,
  .about-page-header .header-img {
    width: 400px;
    left:50%;    
    opacity: 0.6;
    z-index: 0;
    filter: blur(3px);
  }

  .branding-page-header .header-img,
  .contact-page-header .header-img,
  .about-page-header .header-img{
    transform: translate(-33%,5%);
  }

  .web-design-page-header .header-img{
   transform: translate(-33%,26%); 
  }

  .mobile-design-page-header .header-img{
   transform: translate(-33%,7%);  
  }

  .illustration-page-header .header-img{
   transform: translate(-33%,21%);   
  }

  .text-left {
    z-index: 2;
    position: relative;
  }

  #dropdownMenu10 + ul > li {
    margin-bottom: 10px;
    padding-left: 10px;
  }
  body .portfolio-gallery .navigation-filter .filter-button {
    margin-right: 0;
    padding: 5px 15px;
    font-size: 16px;
    margin-bottom: 15px;
  }

  .pricing_table-4 .row {
    margin-bottom: 0;
  }

  .pricing_table-4 .plan_table {
    padding: 15px 15px !important;
    height: auto;
  }
  #illustration-portfolio-section,
  #web-portfolio-section,
  #faq-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-text h1 br{
    display: none;
  }

  .navbar-header .navbar-collapse .navbar-nav li a {
    font-size: 16px !important;
  }

  .navbar-header .navbar-collapse .navbar-nav li{
    margin-bottom: 20px !important;
  }

  .navbar-header .navbar-collapse .navbar-nav li:last-child{
    margin-bottom: 0 !important;
  }
  .navbar-nav .simple-dropdown .dropdown-menu {
    padding: 20px 0 20px 20px !important;
  }

  .navbar-header .navbar-collapse .navbar-nav::before {
    content: "";
    display: block;
    position: fixed;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transform: transition 300ms ease-out;
  }
  .navbar-collapse {
    border-radius: 12px 0 12px 12px;
  }

  #consent-popup {
    display: block;
    padding: 15px; 
    text-align: center;   
  }

  #consent-popup > img {
    margin: 0 auto;
  }

  #consent-popup > p{
   margin: 12px 0;
  }

  #scrollUp {
    display: none !important;
  }

  #home + #section1 {
  margin-top: -50px;
}

}