/*Description : Bozkurt Yazılım[TABLE OF CONTENTS]1.*/
/*--------------------------------------------Font-face Start---------------------------------------------*/
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"),
    url("../fonts/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Medium.woff2") format("woff2"),
    url("../fonts/Rubik-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"),
    url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"),
    url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Regular.woff2") format("woff2"),
    url("../fonts/Rubik-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Bold.woff2") format("woff2"),
    url("../fonts/Rubik-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Muller";
  src: url("../fonts/MullerExtraBoldDEMO.woff2") format("woff2"),
    url("../fonts/MullerExtraBoldDEMO.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Muller";
  src: url("../fonts/MullerThinDEMO.woff2") format("woff2"),
    url("../fonts/MullerThinDEMO.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.woff2") format("woff2"),
    url("../fonts/Lato-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*--------------------------------------------Font-face Finish---------------------------------------------*/
/* Reset CSS */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  list-style: none;
  text-decoration: none;
}
html,
body {
  height: 100%;
  width: 100%;
  /*scroll-behavior: smooth;*/
}
body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  overflow-x: hidden;
}
/*--------------------------------------------Center Start---------------------------------------------*/
.center {
  width: 1200px;
  margin: 0 auto;
}
/*--------------------------------------------Center Finish---------------------------------------------*/
/*--------------------------------------------Clear Start---------------------------------------------*/
.clear {
  clear: both;
}
/*--------------------------------------------Clear Finish---------------------------------------------*/
/*--------------------------------------------Scrollbar Start---------------------------------------------*/
body::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(19, 39, 78, 0.6);
}
body::-webkit-scrollbar-thumb {
  background-color: rgba(19, 39, 78, 0.5);
}
/*--------------------------------------------Scrollbar Finish---------------------------------------------*/
/*--------------------------------------------Menu & Logo Start---------------------------------------------*/
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: transparent;
  z-index: 50;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
body.single-post header {
  position: relative;
  height: auto;
  min-height: 172px;
  background: #11264b;
  box-shadow: 0 12px 30px rgba(17, 38, 75, 0.12);
}
body.single-post header .logo img {
  padding-top: 18px;
}
body.single-post header ul.menu {
  padding-top: 0;
}
body.single-post header ul.menu > li > a {
  line-height: 78px;
}
body.single-post .bozkurt-breadcrumbs {
  clear: both;
  border-top: 1px solid rgba(39, 63, 91, 0.06);
}
body.single-post .blog-post {
  padding-top: 55px;
}
header .menu-up {
  padding-top: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(168, 168, 168, 0.3);
}
header .menu-up ul.menu-up-left li,
header .menu-up ul.menu-up-right li {
  float: left;
  margin-right: 10px;
  margin-left: 10px;
}
header .menu-up ul.menu-up-left {
  float: left;
}
header .menu-up ul.menu-up-right {
  float: right;
  /*margin-bottom:5px;*/
}
header .menu-up ul.menu-up-left li a {
  color: #fff;
  font-family: Poppins;
  font-weight: normal;
  font-size: 15px;
}
header .menu-up ul.menu-up-left li a:hover {
  color: #a2a9c7;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
header .menu-up ul.menu-up-right li:first-child a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 27px;
}
header .topbar-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 27px;
  padding: 2px 12px;
  color: #fff;
  background-color: #3498db;
  border: 1px solid #3498db;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: Poppins;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  -webkit-transition: background-color 0.4s ease, border-color 0.4s ease;
  -o-transition: background-color 0.4s ease, border-color 0.4s ease;
  transition: background-color 0.4s ease, border-color 0.4s ease;
}
header .topbar-action:hover,
header .topbar-action:focus {
  color: #fff;
  background-color: #2584c2;
  border-color: #2584c2;
  outline: none;
}
header .lang-menu {
  border: 2px solid #ddd;
  border-radius: 7px;
  display: inline-block;
  height: 32.1px;
  padding-left: 4px;
  padding-right: 4px;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: height 0.4s ease;
  -o-transition: height 0.4s ease;
  transition: height 0.4s ease;
}
header .lang-menu-open {
  height: 115px;
}
header .logo {
  float: left;
}
header .logo img {
  padding-top: 10px;
}
header ul.menu {
  float: right;
  padding-top: 5px;
}
header ul.menu > li {
  float: left;
  margin-right: 10px;
  margin-left: 10px;
  position: relative;
}
header ul.menu > li > a {
  color: #fff;
  font-family: Poppins;
  font-weight: normal;
  font-size: 15px;
  line-height: 100px;
}
header ul.menu > li > a:hover {
  color: #a2a9c7;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
header ul.menu li:hover .box {
  display: block;
}
.box {
  width: 550px;
  top: 100%;
  left: -17px;
  background: #fff;
  border-radius: 4px;
  font-family: Lato;
  position: absolute;
  display: none;
}
.box:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: -6px;
  left: 65px;
  background: #f6f9fc;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.box-head {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
}
.box-head-left,
.box-head-right {
  background: #f6f9fc;
  color: #b2b6ba;
  font-size: 11px;
  font-weight: 600;
  padding: 18px 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box-head-left {
  float: left;
}
.box-content {
  padding: 35px 40px;
}
.box-content-mini {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-bottom: 15px;
  position: relative;
}
.box-content-mini a {
  display: inline-block;
  position: relative;
  height: 47px;
  overflow: hidden;
}
.box-content-mini h2,
.box-content-mini .menu-card-title {
  display: block;
  color: #5d5c66;
  font-weight: 600;
  line-height: 1.3;
  font-size: 16px;
  margin-bottom: 5px;
}
/*.box-content-mini:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0a4";
  position: absolute;
  color: #007bff;
  top: 1px;
  left: -25px;
}*/
/* farklı simgeler için */
.box-content-mini:before {
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}
.box-content-mini:before {
  font-family: "Font Awesome 5 Free Solid", "Font Awesome 5 Brands",
    "Font Awesome 5 Free" !important;
  content: "\f0a4";
  position: absolute;
  color: #007bff;
  top: 1px;
  left: -25px;
}
.box-content-mini:nth-child(1) span.mini-learn:before {
  color: #007bff;
}
.box-content-mini:nth-child(2):before {
  content: "\f004";
  color: #0acb77;
}
.box-content-mini:nth-child(2) span.mini-learn:before {
  color: #0acb77;
}
.box-content-mini:nth-child(3):before {
  content: "\f11c";
  color: #d12b5d;
}
.box-content-mini:nth-child(3) span.mini-learn:before {
  color: #d12b5d;
}
.box-content-mini:nth-child(4):before {
  content: "\f09d";
  color: #2b4f9d;
}
.box-content-mini:nth-child(4) span.mini-learn:before {
  color: #d12b5d;
}
.box-content-mini:nth-child(5):before {
  content: "\f059";
  color: #3e6ae1;
}
.box-content-mini:nth-child(5) span.mini-learn:before {
  color: #d12b5d;
}
.box-content-mini span.mini-about {
  color: #b3b2bb;
  font-size: 14px;
  letter-spacing: 0.2px;
  display: block;
  margin-bottom: 2px;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.box-content-mini:hover span.mini-about {
  opacity: 0;
  margin-top: -20px;
}
.box-content-mini:hover span.mini-learn {
  opacity: 1;
}
.box-content-mini span.mini-learn {
  color: #4e4e51;
  font-weight: 600;
  font-size: 14px;
  position: relative;
}
.box-content-mini span.mini-learn:before {
  position: absolute;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  content: "\f30b";
}
/*header ul.menu>li:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
*/
/*--------------------------------------------Menu & Logo Finish---------------------------------------------*/
/*--------------------------------------------Mobile Menu Start---------------------------------------------*/
.mobile-wrap {
  display: none;
  position: relative;
  float: right;
  width: 44px;
  height: 100px;
}
.mobile-toggle {
  position: absolute;
  top: 30px;
  right: 0;
  display: none;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  z-index: 71;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.mobile-toggle:hover,
.mobile-toggle:focus {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.75);
  outline: none;
}
.mobile-toggle-line {
  display: block;
  width: 18px;
  height: 2px;
  background: #fff;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.mobile-toggle.is-active .mobile-toggle-line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.mobile-toggle.is-active .mobile-toggle-line:nth-child(2) {
  opacity: 0;
}
.mobile-toggle.is-active .mobile-toggle-line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000001;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s ease, visibility 0.22s ease;
}
.mobile-menu.mobile-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.mobile-menu-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: opacity 0.22s ease;
}
.mobile-menu.mobile-active .mobile-menu-backdrop {
  opacity: 1;
}
.mobile-menu-panel {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  width: min(360px, 88vw);
  height: 100%;
  box-sizing: border-box;
  background: #fff;
  color: #1f2d3d;
  box-shadow: -8px 0 24px rgba(18, 25, 33, 0.14);
  transform: translateX(105%);
  transition: transform 0.28s ease;
}
.mobile-menu.mobile-active .mobile-menu-panel {
  transform: translateX(0);
}
.mobile-menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 22px;
  border-bottom: 1px solid #edf0f5;
}
.mobile-menu-logo {
  display: inline-flex;
  align-items: center;
}
.mobile-menu-logo img {
  width: 152px;
  max-width: 100%;
  height: auto;
}
.mobile-menu-close {
  position: relative;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border: 1px solid #e3e7ee;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.mobile-menu-close:hover,
.mobile-menu-close:focus {
  background: #f6f9fc;
  border-color: #d5dde8;
  outline: none;
}
.mobile-menu-close span {
  position: absolute;
  top: 17px;
  left: 9px;
  width: 18px;
  height: 2px;
  background: #1f2d3d;
}
.mobile-menu-close span:first-child {
  transform: rotate(45deg);
}
.mobile-menu-close span:last-child {
  transform: rotate(-45deg);
}
.mobile-menu-nav {
  min-height: 0;
  overflow-y: auto;
  padding: 8px 22px 0;
}
.mobile-menu-nav ul,
.mobile-menu ul.mobile-menu-list {
  position: static;
  transform: none;
  text-align: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.mobile-menu-nav li {
  display: block;
  border-bottom: 1px solid #edf0f5;
}
.mobile-menu-nav li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 0 22px 0 0;
  color: #1f2d3d;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  transition: color 0.2s ease;
}
.mobile-menu-nav li a:after {
  content: "\f054";
  position: absolute;
  right: 1px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #a9b3c3;
  font-size: 10px;
}
.mobile-menu-nav li a:hover,
.mobile-menu-nav li a:focus {
  color: #0083ff;
  outline: none;
}
.mobile-menu-nav li a:hover:after,
.mobile-menu-nav li a:focus:after {
  color: #0083ff;
}
.mobile-menu-actions {
  margin-top: auto;
  padding: 16px 22px 22px;
  border-top: 1px solid #edf0f5;
}
.mobile-menu-action,
.mobile-menu-support {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 42px;
  border-radius: 4px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin-top: 8px;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.mobile-menu-action {
  color: #1f2d3d;
  background: #fff;
  border: 1px solid #e3e8f1;
}
.mobile-menu-action-primary {
  color: #fff;
  background: #0083ff;
  border-color: #0083ff;
}
.mobile-menu-support {
  color: #128c4a;
  background: #fff;
  border: 1px solid #d8eadf;
}
.mobile-menu-action:hover,
.mobile-menu-action:focus,
.mobile-menu-support:hover,
.mobile-menu-support:focus {
  outline: none;
  background: #f6f9fc;
  border-color: #cfd8e6;
}
.mobile-menu-action-primary:hover,
.mobile-menu-action-primary:focus {
  color: #fff;
  background: #0075e5;
  border-color: #0075e5;
}
.mobile-menu-support:hover,
.mobile-menu-support:focus {
  color: #128c4a;
  background: #f8fcfa;
  border-color: #bfe0cb;
}
body.mobile-menu-open {
  overflow: hidden;
}
/*--------------------------------------------Mobile Menu Finish---------------------------------------------*/
/*--------------------------------------------Sub Menu Start---------------------------------------------*/
/*ul.sub-menu {
  position: absolute;
  top: 100px;
  left: 0;
  background: #fff;
  width: 150px;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
}
ul.sub-menu li {
  line-height: 22px;
  padding: 7px 20px;
}
ul.sub-menu li:first-child {
  padding-top: 12px;
}
ul.sub-menu li:last-child {
  padding-bottom: 12px;
}
ul.sub-menu li a {
  font-weight: 600;
  font-size: 14px;
  color: #122244;
  line-height: normal;
  letter-spacing: 0.03em;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  position: relative;
}
ul.sub-menu li:hover a {
  opacity: 0.8;
}
*/
/*--------------------------------------------Menu & Logo Finish---------------------------------------------*/
/*--------------------------------------------Full Page & Slide Start---------------------------------------------*/
.welcome {
  height: 950px;
  padding-top: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url("../img/bg/bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
  }
}
.welcome__icon {
  position: absolute;
}
.welcome__icon--1 {
  left: 0;
  top: 0;
  -webkit-animation: pulse 3s infinite ease-in-out;
  animation: pulse 3s infinite ease-in-out;
}
.welcome__icon--2 {
  top: 0;
  left: 25%;
  -webkit-animation: pulse 3.1s infinite ease-in-out;
  animation: pulse 3.1s infinite ease-in-out;
}
.welcome__icon--3 {
  top: 0;
  right: 15%;
  -webkit-animation: pulse 3.2s infinite ease-in-out;
  animation: pulse 3.2s infinite ease-in-out;
}
.welcome__icon--4 {
  top: 115px;
  left: 55%;
  -webkit-animation: pulse 3.1s infinite ease-in-out;
  animation: pulse 3.1s infinite ease-in-out;
}
.welcome__icon--5 {
  top: 130px;
  right: 5%;
  -webkit-animation: pulse 3.2s infinite ease-in-out;
  animation: pulse 3.2s infinite ease-in-out;
}
.welcome__icon--6 {
  top: 220px;
  left: 20%;
  -webkit-animation: pulse 2.9s infinite ease-in-out;
  animation: pulse 2.9s infinite ease-in-out;
}
.welcome__icon--7 {
  top: 270px;
  right: 20%;
  -webkit-animation: pulse 2.8s infinite ease-in-out;
  animation: pulse 2.8s infinite ease-in-out;
}
.welcome__icon--8 {
  top: 330px;
  right: 12%;
  -webkit-animation: pulse 3.2s infinite ease-in-out;
  animation: pulse 3.2s infinite ease-in-out;
}
.welcome__icon--9 {
  top: 400px;
  left: 3%;
  -webkit-animation: pulse 3.3s infinite ease-in-out;
  animation: pulse 3.3s infinite ease-in-out;
}
.welcome__icon--10 {
  top: 410px;
  left: 13%;
  -webkit-animation: pulse 2.8s infinite ease-in-out;
  animation: pulse 2.8s infinite ease-in-out;
}
.welcome__icon--11 {
  top: 410px;
  right: 2%;
  -webkit-animation: pulse 3.1s infinite ease-in-out;
  animation: pulse 3.1s infinite ease-in-out;
}
.welcome__icon--12 {
  top: 600px;
  left: 12%;
  -webkit-animation: pulse 3s infinite ease-in-out;
  animation: pulse 3s infinite ease-in-out;
}
.welcome__icon--13 {
  top: 560px;
  left: 27%;
  -webkit-animation: pulse 3.2s infinite ease-in-out;
  animation: pulse 3.2s infinite ease-in-out;
}
.welcome__icon--14 {
  top: 560px;
  right: 17%;
  -webkit-animation: pulse 3.4s infinite ease-in-out;
  animation: pulse 3.4s infinite ease-in-out;
}
.welcome__icon--15 {
  left: 0;
  bottom: 0;
  -webkit-animation: pulse 3.5s infinite ease-in-out;
  animation: pulse 3.5s infinite ease-in-out;
}
.welcome__icon--16 {
  right: 0;
  bottom: 0;
  -webkit-animation: pulse 2.8s infinite ease-in-out;
  animation: pulse 2.8s infinite ease-in-out;
}
.welcome__inner h1 {
  margin: 0;
  margin-top: 250px;
  font-family: Muller;
  font-style: normal;
  color: #fff;
  font-size: 70px;
  text-align: center;
  font-weight: 800;
  line-height: 82px;
}
.welcome__text {
  margin-top: 10px;
  font-size: 20px;
  text-align: center;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  line-height: 31px;
  color: #d9daff;
}
.btn {
  height: 50px;
  width: 150px;
  background-color: #3a53d6;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-weight: normal;
  cursor: pointer;
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.05);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.05);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Poppins;
  border: none;
  font-size: 14px;
  display: block;
  margin: 0 auto;
  margin-top: 60px;
}
.btn:hover {
  background-color: #4d67eb;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn:active {
  background-color: #3a53d6;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/*--------------------------------------------Full Page & Slide Finish---------------------------------------------*/
/*--------------------------------------------Services Start---------------------------------------------*/
.services {
  text-align: center;
  padding-top: 75px;
  padding-bottom: 50px;
  background: #f7f8fc;
}
.services h6,
.work h6,
.popular-products h6,
.home-blog h6,
.user-comments h6,
.success-stories h6,
.home-contact h6,
.bank-info h6,
.social-media-service h6,
.social-media-channels h6,
.pricing h6,
.faq h6,
.faq-style h6,
.reference h6,
.programing-features h6,
.video-wrap h6,
.programing-photo h6,
.programing-before-after h6,
.programing-buy h6,
.sector h6 {
  background-image: -webkit-linear-gradient(left, #015dc7, #a200ff);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 12px;
  letter-spacing: 0.2em;
  display: inline-block;
  background-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Rubik;
  color: #1d274e;
  line-height: 1.25;
}
.services h3,
.work h3,
.popular-products h3,
.home-blog h3,
.user-comments h3,
.success-stories h3,
.home-contact h3,
.bank-info h3,
.social-media-service h3,
.social-media-channels h3,
.pricing h3,
.faq h3,
.faq > .center > h2,
.faq-style h3,
.reference h3,
.programing-features h3,
.programing-features > .center > h2,
.video-wrap h3,
.video-wrap > .center > h2,
.programing-photo h3,
.programing-photo > .center > h2,
.programing-before-after h3,
.programing-before-after > .center > h2,
.programing-buy h3,
.programing-buy > .center > h2,
.programing-buy-now > div > h2,
.sector h3,
.sector > .center > h2 {
  font-size: 60px;
  line-height: 1.16667;
  letter-spacing: -0.03em;
  margin-bottom: 35px;
  font-family: Poppins;
}
.services ul li img {
  height: 50px;
}
.services ul li {
  width: 380px;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  padding: 40px 30px;
  border-radius: 12px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 9px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 9px 30px 0px rgba(0, 0, 0, 0.08);
  float: left;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.services ul li:hover {
  -webkit-transform: scale(1.05) translateZ(0);
  transform: scale(1.05) translateZ(0);
}
.services ul li h3 {
  color: #1a264c;
  font-size: 22px;
  font-weight: 600;
  line-height: 160%;
  margin-top: 25px;
  margin-bottom: 10px;
}
.services ul li p {
  font-size: 16px;
  font-weight: 300;
  color: #767676;
  line-height: 1.8;
}
/*--------------------------------------------Services Finish---------------------------------------------*/
/*--------------------------------------------Programing Post Start---------------------------------------------*/
.programing-post {
  background: #f6fbff;
  background-image: url(../img/programing-post-bg.png);
  background-size: cover;
  padding: 100px 0px;
}
.programing-bg-change {
  background-image: url(../img/programing-post-right-bg-2.png);
}
.programing-post .programing-post-left {
  width: 600px;
  float: left;
}
.programing-post .programing-post-right {
  width: 600px;
  float: right;
}
.programing-post img {
  width: 550px;
  height: 430px;
}
.programing-post .programing-post-right img {
  width: 481px;
  height: 375px;
  float: right;
}
.programing-post h2 {
  color: #1a264c;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.5em;
  margin: 2.3733333333rem 0 1.424rem 0;
}
.programing-post p {
  font-size: 16px;
  color: #666a76;
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 1.924rem;
}
.programing-post .programing-post-btn {
  display: inline-block;
}
.programing-post .programing-post-btn a {
  border-radius: 3px;
  padding: 9px 30px;
  font-size: 18px;
  background: #0083ff;
  color: #ffffff;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
}
.programing-post .programing-post-btn a:hover {
  -webkit-box-shadow: 0 14px 26px -12px rgba(66, 133, 244, 0.42),
    0 4px 23px 0px rgba(66, 133, 244, 0.12),
    0 8px 10px -5px rgba(66, 133, 244, 0.2);
  box-shadow: 0 14px 26px -12px rgba(66, 133, 244, 0.42),
    0 4px 23px 0px rgba(66, 133, 244, 0.12),
    0 8px 10px -5px rgba(66, 133, 244, 0.2);
}
/*--------------------------------------------Programing Post Finish---------------------------------------------*/
/*--------------------------------------------Work Start---------------------------------------------*/
.work {
  padding: 50px 0px;
  text-align: center;
}
.work ul {
  margin-top: 30px;
  display: inline-block;
}
.work ul li {
  float: left;
  text-align: center;
  width: 380px;
  margin-right: 10px;
  margin-left: 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.work ul li:nth-child(3) {
  border: none;
}
.work span {
  font-size: 40px;
  color: #0083ff;
  font-weight: 800;
  font-family: Poppins, sans-serif;
  margin-top: 2px;
  margin-bottom: 5px;
  display: block;
}
.work ul li:nth-child(1) span:after {
  content: "+";
}
.work ul li:nth-child(2) span:after {
  content: "+";
}
.work ul li:nth-child(3) span:after {
  content: "%";
}
.work p {
  color: inherit;
  line-height: 1.85;
  font-size: 16px;
  font-weight: 400;
  display: block;
}
/*--------------------------------------------Work Finish---------------------------------------------*/
/*--------------------------------------------Popular Products Start---------------------------------------------*/
.popular-products {
  padding: 50px 0px 100px 0px;
  text-align: center;
  background: #f7f8fc;
}
.popular-products ul {
  border-bottom: 1px solid #edeff5;
  width: 500px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.popular-products ul li {
  float: left;
  margin-right: 10px;
  margin-left: 10px;
  width: 105px;
  cursor: pointer;
  padding-bottom: 16px;
}
.popular-products ul li img {
  margin-right: 5px;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
.popular-products ul li span {
  font-weight: 500;
  font-size: 14px;
  color: #454559;
}
.tabActive {
  border-bottom: 2px solid #465edb;
}
.tab-content-left {
  width: 700px;
  float: left;
}
.tab-content-left img {
  width: 700px;
  padding-top: 25px;
}
.tab-content-right {
  width: 500px;
  float: right;
  position: relative;
}
.tab-content-right img {
  position: absolute;
  left: 200px;
  top: 20px;
}
.tab-content-head {
  font-family: Muller;
  font-size: 50px;
  color: #454559;
  font-weight: bold;
  width: 200px;
  position: absolute;
  top: 74px;
  left: 75px;
  text-align: left;
}
.tab-content-text {
  margin-top: 36px;
  line-height: 21px;
  font-size: 16px;
  color: #7a7c99;
  text-align: left;
  font-family: Roboto, Poppins, sans-serif;
  position: absolute;
  top: 175px;
  left: 75px;
}
.tab-content-right a {
  width: 120px;
  margin: 0;
  margin-top: 30px;
  position: absolute;
  top: 320px;
  left: 75px;
}
/*--------------------------------------------Popular Products Finish---------------------------------------------*/
/*--------------------------------------------Home Blog Start---------------------------------------------*/
.home-blog {
  padding: 50px 0px 100px 0px;
  text-align: center;
}
.home-blog ul li {
  border-radius: 7px;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
  width: 380px;
  margin-right: 10px;
  margin-left: 10px;
  float: left;
  position: relative;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.home-blog ul li:hover {
  -webkit-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  transform: translateY(-7px);
}
.home-blog ul li img {
  width: 380px;
  height: 300px;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}
.home-blog ul li h4 {
  font-size: 23px;
  font-weight: 600;
  color: #1a264c;
  margin: 0;
  margin-top: 25px;
  line-height: 1.5em;
  margin-bottom: 10px;
  padding: 0 20px;
  text-align: center;
}
.home-blog ul li p {
  font-size: 16px;
  font-weight: 300;
  color: #666a76;
  line-height: 1.8;
  padding: 0px 20px;
  margin-bottom: 20px;
  text-align: center;
}
.home-blog ul li span {
  position: absolute;
  top: 288px;
  left: 24px;
  padding: 3px 8px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #00c6ff),
    to(#0072ff)
  );
  background: -webkit-linear-gradient(left, #00c6ff 0, #0072ff 100%);
  background: -o-linear-gradient(left, #00c6ff 0, #0072ff 100%);
  background: linear-gradient(to right, #00c6ff 0, #0072ff 100%);
  font-size: 12px;
  border-radius: 4px;
  color: #fff;
}
.home-blog ul li span a {
  color: #fff;
  text-transform: capitalize;
}
/*--------------------------------------------Home Blog Finish---------------------------------------------*/
/*--------------------------------------------User Comments Start---------------------------------------------*/
.user-comments {
  padding: 50px 0px 100px 0px;
  text-align: center;
  background: #f7f8fc;
}
.user-comments ul li.user-orj {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 580px;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  -webkit-box-shadow: 0 0 10px 0 rgba(18, 25, 33, 0.1);
  box-shadow: 0 0 10px 0 rgba(18, 25, 33, 0.1);
  margin-top: 15px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.user-comments ul li.user-orj:nth-child(1):hover {
  -webkit-transform: translate(-5px, -5px);
  -ms-transform: translate(-5px, -5px);
  transform: translate(-5px, -5px);
}
.user-comments ul li.user-orj:nth-child(2):hover {
  -webkit-transform: translate(5px, -5px);
  -ms-transform: translate(5px, -5px);
  transform: translate(5px, -5px);
}
.user-comments ul li.user-orj:nth-child(3):hover {
  -webkit-transform: translate(-5px, 5px);
  -ms-transform: translate(-5px, 5px);
  transform: translate(-5px, 5px);
}
.user-comments ul li.user-orj:nth-child(4):hover {
  -webkit-transform: translate(5px, 5px);
  -ms-transform: translate(5px, 5px);
  transform: translate(5px, 5px);
}
.user-profile-left {
  margin-right: 20px;
  width: 60px;
  min-width: 60px;
  border-radius: 100%;
  height: 60px;
  line-height: 0;
  overflow: hidden;
  -webkit-box-shadow: 10px 0 30px 0 rgba(81, 116, 141, 0.4);
  box-shadow: 10px 0 30px 0 rgba(81, 116, 141, 0.4);
  float: left;
}
.user-profile-left img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.user-profile-right {
  text-align: left;
  display: block;
}
.user-profile-right span.user-name {
  padding-top: 7px;
  display: block;
  margin: 0;
  color: #0083ff;
  font-weight: 700;
  font-size: 18px;
}
.user-profile-right span.user-bio {
  color: #63768d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.user-comment {
  margin-top: 20px;
  text-align: left;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 500;
  color: #273f5b;
  letter-spacing: 0.02em;
}
.user-star {
  margin-top: 12px;
}
.user-star-ul li {
  float: left;
}
.user-star-ul li i {
  color: #fecf39;
}
/*--------------------------------------------User Comments Finish---------------------------------------------*/
/*--------------------------------------------Success Stories Start---------------------------------------------*/
.success-stories {
  padding: 75px 0px 100px 0px;
  text-align: center;
}
.success-stories ul li {
  float: left;
  margin-bottom: 20px;
  width: 580px;
  margin-right: 10px;
  margin-left: 10px;
  position: relative;
  height: 400px;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 10px 0 30px 0 rgba(81, 116, 141, 0.4);
  box-shadow: 10px 0 30px 0 rgba(81, 116, 141, 0.4);
}
.success-stories ul li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.success-stories ul li .success-stories-text {
  position: absolute;
  bottom: 30px;
  left: 20px;
  z-index: 7;
  text-align: left;
  color: #fff;
  width: 540px;
}
.success-stories ul li:hover h4,
.success-stories ul li:hover p,
.success-stories ul li:hover i {
  opacity: 1;
  -webkit-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  transform: translateY(-7px);
}
.success-stories ul li:hover i {
  -webkit-animation: toright 1s infinite;
  animation: toright 1s infinite;
}
@-webkit-keyframes toright {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes toright {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.success-stories ul li h4 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 10px;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.success-stories ul li h4 a {
  color: #fff;
}
.success-stories ul li i {
  margin-bottom: 20px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.success-stories ul li p {
  font-size: 16px;
  line-height: 1.625;
  font-weight: normal;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.success-stories-overflay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(
    left,
    rgba(1, 93, 199, 0.9),
    rgba(162, 0, 255, 0.9)
  );
  opacity: 0.5;
  z-index: 5;
}
/*--------------------------------------------Success Stories Finish---------------------------------------------*/
/*--------------------------------------------Home Contact Start---------------------------------------------*/
.home-contact {
  padding: 75px 0px 150px 0px;
  text-align: center;
  background: #f7f8fc;
}
.home-contact ul li {
  width: 280px;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  padding: 40px 30px;
  border-radius: 12px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 9px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 9px 30px 0px rgba(0, 0, 0, 0.08);
  float: left;
  text-align: center;
}
.home-contact ul li span {
  display: block;
}
.home-contact ul li img {
  width: 32px;
  height: 32px;
  margin-bottom: 10px;
}
.contact-form-message {
  max-width: 800px;
  margin: 0 auto 25px;
  padding: 14px 20px;
  border-radius: 5px;
  font-weight: 500;
  text-align: left;
}
.contact-form-success {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.contact-form-error {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}
.home-contact form {
  width: 1200px;
}
.home-contact .bozkurt-contact-form,
.home-contact .wpcf7 {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.home-contact .wpcf7 form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.home-contact .wpcf7 p {
  margin: 0;
  padding: 0;
  display: contents;
}
.home-contact .wpcf7 br {
  display: none;
}
.home-contact .wpcf7-form-control-wrap {
  display: block;
  float: none;
  width: 280px;
  margin: 0 10px 20px;
  text-align: left;
}
.home-contact .wpcf7-form-control-wrap[data-name="your-message"] {
  display: block;
  float: none;
  clear: both;
  width: 1180px;
  max-width: calc(100% - 20px);
  margin-bottom: 35px;
}
.home-contact .wpcf7-form-control-wrap input,
.home-contact .wpcf7-form-control-wrap textarea {
  width: 100%;
  margin: 0;
  float: none;
}
.home-contact form input,
.home-contact form textarea {
  border-radius: 5px;
  padding: 14px 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 280px;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
  font-size: 1rem;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  margin-bottom: 20px;
}
.home-contact form input:focus,
.home-contact form textarea:focus {
  border-color: #0083ff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 131, 255, 0.15);
  box-shadow: 0px 5px 10px 0px rgba(0, 131, 255, 0.15);
}
.home-contact form textarea {
  width: 1180px;
  resize: none;
  float: none;
  font-size: 14px;
  margin-bottom: 35px;
}
.home-contact .wpcf7-not-valid {
  border-color: #ff6b6b;
  background-color: #fffafa;
}
.home-contact .wpcf7-not-valid-tip {
  display: block;
  margin: 7px 0 0;
  color: #e53935;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  text-align: left;
}
.home-contact .wpcf7-response-output {
  clear: both;
  width: calc(100% - 20px);
  margin: 20px 10px 0 !important;
  padding: 13px 18px !important;
  border-radius: 6px;
  background: #fff;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  box-sizing: border-box;
}
.home-contact .wpcf7-spinner {
  float: none;
  align-self: center;
  margin-top: 8px;
}
.home-form-btn {
  display: inline-block;
}
.home-contact .home-form-btn {
  clear: both;
  display: block;
}
.home-form-btn a,
.home-form-btn button {
  border-radius: 30px;
  padding: 9px 30px;
  font-size: 18px;
  background: #0083ff;
  color: #ffffff;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
}
.home-contact form input[type="submit"] {
  width: auto;
  float: none;
  border: 0;
  border-radius: 30px;
  padding: 9px 30px;
  font-size: 18px;
  background: #0083ff;
  color: #ffffff;
  cursor: pointer;
}
.home-form-btn a:hover,
.home-form-btn button:hover,
.home-contact form input[type="submit"]:hover {
  -webkit-box-shadow: 0 14px 26px -12px rgba(66, 133, 244, 0.42),
    0 4px 23px 0px rgba(66, 133, 244, 0.12),
    0 8px 10px -5px rgba(66, 133, 244, 0.2);
  box-shadow: 0 14px 26px -12px rgba(66, 133, 244, 0.42),
    0 4px 23px 0px rgba(66, 133, 244, 0.12),
    0 8px 10px -5px rgba(66, 133, 244, 0.2);
  cursor: pointer;
}
/*--------------------------------------------Home Contact Finish---------------------------------------------*/
/*--------------------------------------------Footer Start---------------------------------------------*/
footer {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../img/footer-bg.jpg);
  font-family: "Poppins", sans-serif;
  position: relative;
}
footer input,
footer button {
  font-family: inherit;
}
.backToTop {
  position: absolute;
  top: -27px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 52px;
  height: 52px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 131, 255, 0.4);
  box-shadow: 0px 5px 10px 0px rgba(0, 131, 255, 0.4);
  background: #0083ff;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  font-size: 34px;
  line-height: 47px;
}
.footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  height: 120px;
}
.footer-logo {
  float: left;
}
.footer-logo img {
  padding-top: 20px;
}
.footer-social {
  float: right;
  line-height: 120px;
}
.footer-social ul li {
  float: left;
  display: inline-block;
  margin-left: 40px;
}
.footer-social ul li a {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1.1rem;
}
.footer-social ul li a:hover {
  color: #0083ff;
}
.footer-widget {
  padding-top: 75px;
  padding-bottom: 125px;
}
.footer-widget ul li {
  float: left;
  width: 280px;
  margin-right: 20px;
}
.footer-widget ul li:nth-child(4) {
  width: 290px;
  margin-right: 0px;
}
.footer-widget ul li h2,
.footer-widget ul li h3,
.footer-widget ul li .footer-widget-title {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px;
}
.footer-widget ul li p {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 20px;
}
.footer-widget ul li .email {
  color: #0083ff;
  margin-top: 20px;
  font-weight: 700;
  font-size: 15px;
  display: block;
}
.footer-widget ul li .phone {
  color: #fff;
  margin-top: 20px;
  font-weight: 700;
  font-size: 15px;
  display: block;
}
.footer-widget ul li ul li {
  width: 280px;
  border: none;
  margin-bottom: 10px;
}
.footer-widget ul li ul li a {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  font-size: 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-widget ul li ul li a:hover {
  color: #fff;
}
.footer-widget ul li ul li:nth-child(4) {
  width: 280px;
  margin-right: 0px;
}
.footer-widget ul li form input {
  height: 50px;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: transparent;
  font-size: 1.5rem;
  width: 290px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 20px;
  position: relative;
}
.footer-widget .footer-input-div {
  position: relative;
}
.footer-newsletter-form .wpcf7 p {
  margin: 0;
}
.footer-newsletter-form .wpcf7 br {
  display: none;
}
.footer-newsletter-form .wpcf7-form-control-wrap {
  display: block;
  position: relative;
}
.footer-newsletter-form .wpcf7-form-control-wrap:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f0e0";
  font-size: 26px;
  color: #ffffff;
  top: 11px;
  right: 20px;
  z-index: 1;
}
.footer-widget ul li .footer-newsletter-form form input[type="email"],
.footer-widget ul li .footer-newsletter-form form input[type="text"] {
  padding-right: 55px;
}
.footer-widget ul li .footer-newsletter-form form input[type="submit"] {
  width: auto;
  height: auto;
  border: none;
  border-radius: 3px;
  padding: 9px 15px;
  margin-bottom: 0;
  background: #0083ff;
  color: #ffffff;
  cursor: pointer;
  font-size: 15px;
  line-height: 1.4;
}
.footer-widget ul li .footer-newsletter-form form input[type="submit"]:hover {
  -webkit-box-shadow: 0 14px 26px -12px rgba(66, 133, 244, 0.42),
    0 4px 23px 0px rgba(66, 133, 244, 0.12),
    0 8px 10px -5px rgba(66, 133, 244, 0.2);
  box-shadow: 0 14px 26px -12px rgba(66, 133, 244, 0.42),
    0 4px 23px 0px rgba(66, 133, 244, 0.12),
    0 8px 10px -5px rgba(66, 133, 244, 0.2);
}
.footer-newsletter-form .wpcf7-spinner {
  display: block;
  margin: 10px 0 0 0;
}
.footer-newsletter-form .wpcf7-response-output,
.footer-newsletter-message {
  margin: 12px 0 0 0;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.5;
}
.footer-newsletter-message {
  margin-bottom: 15px;
}
.footer-newsletter-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.footer-widget ul li form .footer-input-div:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f0e0";
  font-size: 26px;
  color: #ffffff;
  top: 11px;
  right: 20px;
  z-index: 1;
}
.footer-widget ul li form button {
  border-radius: 3px;
  padding: 9px 15px;
  font-size: 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #0083ff;
  color: #ffffff;
  cursor: pointer;
}
.footer-widget ul li form button:hover {
  -webkit-box-shadow: 0 14px 26px -12px rgba(66, 133, 244, 0.42),
    0 4px 23px 0px rgba(66, 133, 244, 0.12),
    0 8px 10px -5px rgba(66, 133, 244, 0.2);
  box-shadow: 0 14px 26px -12px rgba(66, 133, 244, 0.42),
    0 4px 23px 0px rgba(66, 133, 244, 0.12),
    0 8px 10px -5px rgba(66, 133, 244, 0.2);
}
/*--------------------------------------------Footer Finish---------------------------------------------*/
/*--------------------------------------------Page Head Start---------------------------------------------*/
.page-head {
  padding: 180px 0 120px 0;
  background-color: #015dc7;
  background-image: url(../img/bg-page-head.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  width: 100%;
  display: inline-block;
}
.page-head h1 {
  color: #fff;
  padding-top: 100px;
  font-size: 50px;
}
.page-head:before {
  background-color: #015dc7;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#015dc7),
    to(#a200ff)
  );
  background-image: -webkit-linear-gradient(left, #015dc7, #a200ff);
  background-image: -o-linear-gradient(left, #015dc7, #a200ff);
  background-image: linear-gradient(left, #015dc7, #a200ff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#015dc7', endColorStr='#a200ff', gradientType='1');
  opacity: 0.9;
}
.page-head .center {
  position: relative;
  z-index: 20;
}
.bg-overlay {
  position: relative;
}
.bg-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  display: block;
}
.bozkurt-breadcrumbs {
  width: 100%;
  padding: 14px 0;
  background: #f7f9fc;
  border-bottom: 1px solid rgba(39, 63, 91, 0.08);
}
.bozkurt-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #758399;
  font-size: 13px;
}
.bozkurt-breadcrumbs li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.bozkurt-breadcrumbs li:after {
  content: "/";
  color: #b6c0cf;
}
.bozkurt-breadcrumbs li:last-child:after {
  display: none;
}
.bozkurt-breadcrumbs a {
  color: #273f5b;
  text-decoration: none;
}
.bozkurt-breadcrumbs a:hover {
  color: #0083ff;
}
.bozkurt-breadcrumbs span {
  color: #758399;
}
/*--------------------------------------------Page Head Finish---------------------------------------------*/
/*--------------------------------------------Company Start---------------------------------------------*/
.company {
  padding: 100px 0 50px 0;
  background: #fff;
}
.company .company-head-text {
  margin-bottom: 80px;
}
.company .company-head-text h1,
.company .company-head-text h2 {
  font-size: 40px;
  color: #13192d;
  font-weight: 600;
  margin-bottom: 20px;
}
.company .company-head-text p {
  font-size: 20px;
  color: #13192d;
  opacity: 0.7;
  line-height: 1.8em;
  width: 940px;
}
.company-box {
  display: inline-block;
  margin-bottom: 100px;
}
.company-box-img {
  float: left;
  width: 400px;
  height: 355px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.company-box-img img {
  width: 100%;
  height: 100%;
}
.company-box-text {
  float: right;
  height: 355px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 28px;
  padding-left: 30px;
  width: 800px;
}
.company-box .company-box-text h1,
.company-box .company-box-text h2 {
  font-size: 28px;
  color: #13192d;
  font-weight: 500;
  margin-bottom: 30px;
}
.company-box .company-box-text p {
  margin-bottom: 25px;
  opacity: 0.7;
  line-height: 1.9em;
  font-size: 16px;
  color: #13192d;
  font-weight: 500;
}
/*--------------------------------------------Company Finish---------------------------------------------*/
/*--------------------------------------------Bank Wrap Start---------------------------------------------*/
.bank-wrap {
  padding: 50px 0 50px 0;
  font-family: "Poppins", sans-serif;
}
.bank-wrap .bank {
  background: #f4f8f9;
  padding: 20px;
  position: relative;
}
.bank-wrap .bank img {
  position: absolute;
  top: 32%;
  right: 50px;
}
.bank-wrap .bank:nth-child(odd) {
  background: white;
}
.bank-wrap h4 {
  padding: 15px 20px;
  background: #39b9ef;
  color: white;
  font-size: 20px;
}
.bank-wrap .bank span {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 20px;
  font-size: 14px;
}
.bank-wrap .bank span b {
  font-weight: bold;
  position: relative;
  flex: 0 0 100px;
  width: auto;
  color: #465971;
}
.bank-wrap .bank span b:after {
  content: ":";
  position: absolute;
  top: 0;
  right: 0;
  color: #465971;
}
.bank-wrap .bank span strong {
  min-width: 0;
  margin-left: 0;
  color: #465971;
  font-weight: 300;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.bank-row-copy {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 30px;
}
.bank-row-copy strong {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.bank-copy-btn {
  margin-left: 0;
  padding: 4px 10px;
  font-size: 12px;
  color: #fff;
  background: #39b9ef;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.2s;
}
.bank-copy-btn:hover {
  background: #2a9fd4;
}
.bank-copy-btn.bank-copy-done {
  background: #28a745;
}
/*--------------------------------------------Bank Wrap Finish---------------------------------------------*/
/*--------------------------------------------History Start---------------------------------------------*/
.history {
  padding: 50px 0 70px 0;
  background: #f4f6fd url(../img/history-bg.png) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.history > .center > h3 {
  color: #252525;
  margin-bottom: 15px;
  text-align: center;
  font-size: 34px;
}
.history span {
  color: #6e6e6e;
  margin-bottom: 25px;
  display: block;
  width: 570px;
  margin: 0 auto;
  text-align: center;
}
.history-wrap {
  padding: 50px 0 50px 0;
}
.history-box {
  height: 250px;
  width: 100%;
  position: relative;
}
.history-box:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  left: 50%;
  top: 0;
  margin-left: -1px;
  background: rgba(63, 71, 103, 0.15);
}
.history-box:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background: #ffa705;
  -webkit-box-shadow: rgba(72, 73, 121, 0.15) 7px 5px 30px 0px;
  box-shadow: rgba(72, 73, 121, 0.15) 7px 5px 30px 0px;
}
.history-date {
  position: absolute;
  top: 50%;
  left: 37%;
  -webkit-transform: translate(-37%, -50%);
  -ms-transform: translate(-37%, -50%);
  transform: translate(-37%, -50%);
  color: #ffa705;
  font-size: 27px;
  line-height: 20px;
  font-weight: bold;
  -webkit-transition: left 0.4s ease;
  -o-transition: left 0.4s ease;
  transition: left 0.4s ease;
}
.history-text {
  -webkit-box-shadow: rgba(72, 73, 121, 0.15) 7px 5px 30px 0px;
  box-shadow: rgba(72, 73, 121, 0.15) 7px 5px 30px 0px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 30px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 80%;
  -webkit-transform: translate(-80%, -50%);
  -ms-transform: translate(-80%, -50%);
  transform: translate(-80%, -50%);
  padding: 23px 30px 23px 30px;
  width: 430px;
  min-height: 126px;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 4px solid #ffa705;
  overflow: visible;
  -webkit-transition: left 0.4s ease;
  -o-transition: left 0.4s ease;
  transition: left 0.4s ease;
}
.history-box:hover:after {
  zoom: 110%;
}
.history-box:nth-child(even):hover .history-text {
  left: 18%;
}
.history-box:nth-child(even):hover .history-date {
  left: 62%;
}
.history-box:nth-child(odd):hover .history-text {
  left: 82%;
}
.history-box:nth-child(odd):hover .history-date {
  left: 35%;
}
.history-box:nth-child(even) .history-text {
  top: 50%;
  left: 20%;
  -webkit-transform: translate(-20%, -50%);
  -ms-transform: translate(-20%, -50%);
  transform: translate(-20%, -50%);
  border-left: none;
  border-right: 4px solid #ffa705;
}
.history-box:nth-child(even) .history-date {
  top: 50%;
  left: 60%;
  -webkit-transform: translate(-60%, -50%);
  -ms-transform: translate(-60%, -50%);
  transform: translate(-60%, -50%);
}
.history-text h1,
.history-text h3 {
  color: #252525;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
}
.history-text p {
  color: #6e6e6e;
  font-size: 14px;
  line-height: 24px;
}
.history-box:nth-child(2) .history-date {
  color: #ff5600;
}
.history-box:nth-child(2) .history-text {
  border-color: #ff5600;
}
.history-box:nth-child(2):after {
  background: #ff5600;
}
.history-box:nth-child(3) .history-date {
  color: #69e9f2;
}
.history-box:nth-child(3) .history-text {
  border-color: #69e9f2;
}
.history-box:nth-child(3):after {
  background: #69e9f2;
}
.history-box:nth-child(4) .history-date {
  color: #12affe;
}
.history-box:nth-child(4) .history-text {
  border-color: #12affe;
}
.history-box:nth-child(4):after {
  background: #12affe;
}
/*--------------------------------------------History Finish---------------------------------------------*/
/*--------------------------------------------Services Start---------------------------------------------*/
.services-page {
  padding: 100px 0;
}
.services-page ul li {
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
  padding: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 380px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #ffffff;
  float: left;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.services-page ul li:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.services-page ul li i {
  border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
  color: #fff;
  display: inline-block;
  font-size: 40px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 25px;
  text-align: center;
  width: 100px;
}
.services-page ul li:nth-child(1) i {
  background: rgb(72, 212, 194) none repeat scroll 0 0;
}
.services-page ul li:nth-child(2) i {
  background: rgb(229, 89, 87) none repeat scroll 0 0;
}
.services-page ul li:nth-child(3) i {
  background: #2280fc none repeat scroll 0 0;
}
.services-page ul li h4 {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1.2;
  color: #232323;
}
.services-page ul li p {
  color: #666666;
  line-height: 26px;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}
.services-page ul li a {
  color: #2280fc;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
.services-features {
  padding: 100px 0;
  background: #f8f8f8;
}
.services-features-left {
  float: left;
  width: 600px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.services-features-left img {
  width: 100%;
  height: 100%;
}
.services-features-right {
  float: right;
  width: 600px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 25px;
}
.services-features-right h2 {
  font-size: 40px;
  font-weight: 700;
  color: #222;
  margin-bottom: 30px;
}
.services-features-right-box ul li {
  width: 462px;
  height: 132px;
}
.services-features-right-box-img {
  height: 132px;
  display: inline-block;
  float: left;
  margin-right: 15px;
}
.services-features-right-box-text {
  width: 85%;
  height: 132px;
  float: right;
}
.services-features-right-box-text h1 {
  font-weight: 600;
  color: #222;
  font-size: 22px;
  line-height: 28.8px;
  margin-bottom: 17px;
}
.services-features-right-box-text p {
  font-size: 16px;
  line-height: 32px;
  color: #777;
  font-family: "Open Sans", sans-serif;
}
.services-blog {
  padding: 100px 0;
}
.services-blog-left {
  float: left;
  width: 600px;
}
.services-blog-left h3,
.services-blog-right h3 {
  color: #222;
  font-weight: 700;
  line-height: 55px;
  font-size: 40px;
  margin-bottom: 30px;
}
.services-blog-left p,
.services-blog-right p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 32px;
  color: #777;
  margin-bottom: 50px;
}
.services-blog-left a,
.services-blog-right a {
  border-radius: 3px;
  padding: 9px 30px;
  font-size: 18px;
  background: #0083ff;
  color: #ffffff;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
}
.services-blog-left a:hover,
.services-blog-right a:hover {
  -webkit-box-shadow: 0 14px 26px -12px rgba(66, 133, 244, 0.42),
    0 4px 23px 0px rgba(66, 133, 244, 0.12),
    0 8px 10px -5px rgba(66, 133, 244, 0.2);
  box-shadow: 0 14px 26px -12px rgba(66, 133, 244, 0.42),
    0 4px 23px 0px rgba(66, 133, 244, 0.12),
    0 8px 10px -5px rgba(66, 133, 244, 0.2);
}
.services-blog-right {
  float: right;
  width: 600px;
}
.services-blog-right img {
  padding-left: 85px;
}
/*--------------------------------------------Services Finish---------------------------------------------*/
/*--------------------------------------------Social Media Start---------------------------------------------*/
.social-media-img img {
  width: 500px;
}
.social-media-service {
  text-align: center;
  padding: 50px 0;
  background: #f7f8fc;
}
.social-media-service h3 {
  margin-bottom: 50px;
}
.social-media-service ul li {
  float: left;
  width: 380px;
  margin-right: 10px;
  margin-left: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 40px;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.social-media-service ul li:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.social-media-service ul li h4 {
  margin-top: 25px;
  font-size: 30px;
  color: #454559;
  font-weight: 900;
}
.social-media-service ul li p {
  margin-top: 10px;
  color: #7a7c99;
  line-height: 24px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 10px;
}
.social-media-channels {
  text-align: center;
  padding: 100px 0;
  background: #f7f8fc;
}
.social-media-ch-img {
  margin-bottom: 55px;
}
.social-media-channels ul li {
  padding: 30px 25px 40px 25px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.1);
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 280px;
  margin-right: 10px;
  margin-left: 10px;
  float: left;
}
.social-media-channels ul li h2 {
  font-weight: 500;
  font-size: 18px;
  color: #000;
  line-height: 27px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.social-media-channels ul li p {
  font-size: 15px;
  line-height: 26px;
  color: #212d31;
  margin-top: 10px;
}
/*--------------------------------------------Social Media Finish---------------------------------------------*/
/*--------------------------------------------Pricing Start---------------------------------------------*/
.pricing {
  padding: 100px 0;
  background: #fff;
  text-align: center;
}
.pricing ul {
  margin-top: 50px;
}
.pricing ul li {
  width: 380px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 50px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  -webkit-box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.3);
  box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.3);
  float: left;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  position: relative;
  overflow: hidden;
}
.pricing ul li:hover {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}
.pricing-top h2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  padding: 6px 10px;
  margin-bottom: 25px;
  border-width: 2px;
  border-style: solid;
  border-radius: 5px;
  border-color: #ff7d00;
  color: #252525;
}
.pricing-top {
  border-bottom: 1px solid rgba(184, 184, 184, 0.2);
}
.pricing-money {
  position: relative;
  height: 76px;
  margin-bottom: 10px;
}
.pricing-cur {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 75px;
  height: 76px;
  font-size: 40px;
  line-height: 40px;
  color: #252525;
  font-weight: 700;
}
.pricing-mon {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 110px;
  height: 76px;
  font-size: 80px;
  line-height: 76px;
  color: #252525;
  font-weight: 700;
}
.pricing-pen {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 210px;
  height: 76px;
  font-size: 40px;
  line-height: 40px;
  color: #252525;
  font-weight: 700;
}
.pricing ul li:nth-child(2):before {
  content: "Önerilen";
  color: #0083ff;
  background: #fff;
  padding: 5px 55px;
  position: absolute;
  top: 25px;
  right: -47px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pricing ul li:nth-child(2) {
  background: #0083ff;
}
.pricing ul li:nth-child(2) .month {
  color: #fff;
}
.pricing ul li:nth-child(2) .pricing-list {
  color: #fff;
}
.pricing ul li:nth-child(2) b {
  color: #fff;
}
.pricing ul li:nth-child(2) a {
  background: #fff;
  color: #252525;
}
.pricing ul li:nth-child(2) h2 {
  border-color: #fff;
  color: #fff;
}
.pricing ul li:nth-child(2) .pricing-cur {
  left: 60px;
  color: #fff;
}
.pricing ul li:nth-child(2) .pricing-mon {
  left: 97px;
  color: #fff;
}
.pricing ul li:nth-child(2) .pricing-pen {
  left: 220px;
  color: #fff;
}
.pricing ul li:nth-child(3) .pricing-cur {
  left: 45px;
}
.pricing ul li:nth-child(3) .pricing-mon {
  left: 78px;
}
.pricing ul li:nth-child(3) .pricing-pen {
  left: 227px;
}
.pricing ul li:nth-child(3) h2 {
  border-color: #69e9f2;
}
.pricing-top .month {
  font-size: 16px;
  line-height: 30px;
  color: #b8b8b8;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 30px;
}
.pricing-bottom {
  padding-top: 27px;
}
.pricing-list {
  font-size: 18px;
  line-height: 30px;
  color: #6e6e6e;
  margin-bottom: 12px;
  display: block;
}
.pricing-list b {
  color: #252525;
  font-weight: 500;
}
.pricing-bottom a {
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  background: #0083ff;
  padding: 15px 34px;
  background: #0083ff;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  margin-top: 15px;
}
.pricing-notice {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 18px;
  color: #c00;
  font-weight: 600;
}
.pricing-btn {
  font-size: 13px;
  line-height: 20px;
  padding: 15px 34px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  margin-top: 15px;
  cursor: default;
}
.pricing-btn--pasif {
  color: #999;
  background: #e0e0e0;
  cursor: not-allowed;
  pointer-events: none;
}
.pricing ul li:nth-child(2) .pricing-btn--pasif {
  background: rgba(255, 255, 255, 0.5);
  color: rgba(0, 0, 0, 0.5);
}
/*--------------------------------------------Pricing Finish---------------------------------------------*/
/*--------------------------------------------FAQ Start---------------------------------------------*/
.faq {
  padding: 80px 0;
  background: #f7f8fc;
  text-align: center;
}
.faq ul {
  width: 860px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: left;
}
.faq ul > span {
  display: inline-block;
  margin: 0 0 18px;
  padding: 5px 12px;
  border: 1px solid rgba(0, 131, 255, 0.18);
  border-radius: 4px;
  background: rgba(0, 131, 255, 0.08);
  color: #0083ff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.faq ul li {
  overflow: hidden;
  margin-bottom: 12px;
  border: 1px solid #e5ebf3;
  border-radius: 6px;
  background: #fff;
  text-align: left;
  box-shadow: 0 8px 24px rgba(39, 63, 91, 0.05);
}
.faq ul li a {
  position: relative;
  display: block;
  width: auto;
  padding: 19px 58px 19px 22px;
  border-radius: 0;
  background: #fff;
  color: #1a264c;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
  text-transform: none;
  -webkit-transition: color 0.2s ease, background 0.2s ease;
  -o-transition: color 0.2s ease, background 0.2s ease;
  transition: color 0.2s ease, background 0.2s ease;
}
.faq ul li a:after {
  content: "\f067";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  border-radius: 50%;
  background: #eef6ff;
  color: #0083ff;
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
  line-height: 28px;
  text-align: center;
}
.faq ul li:hover a,
.faq ul li.is-open a {
  opacity: 1;
  background: #fbfdff;
  color: #0083ff;
}
.faq ul li.is-open a {
  border-bottom: 1px solid #edf2f8;
}
.faq ul li.is-open a:after {
  content: "\f068";
  background: #0083ff;
  color: #fff;
}
.faq ul li p {
  overflow: hidden;
  display: none;
  margin: 0;
  padding: 18px 22px 22px;
  background: #fff;
  color: #526c79;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.7;
}
@media (max-width: 535px) {
  .faq {
    padding: 60px 0;
  }
  .faq ul {
    width: calc(100% - 30px);
    max-width: none;
  }
  .faq ul li a {
    padding: 16px 50px 16px 16px;
    font-size: 14px;
  }
  .faq ul li a:after {
    right: 15px;
    width: 26px;
    height: 26px;
    margin-top: -13px;
    line-height: 26px;
  }
  .faq ul li p {
    padding: 15px 16px 18px;
    font-size: 14px;
  }
}
/*--------------------------------------------FAQ Finish---------------------------------------------*/
.contact-white-color {
  background: #fff !important;
  padding: 50px 0;
}
/*--------------------------------------------Reference Start---------------------------------------------*/
.reference {
  padding: 50px 0;
  text-align: center;
}
.reference span {
  margin-bottom: 15px;
  display: block;
}
.reference ul li {
  width: 280px;
  height: 150px;
  margin-right: 10px;
  margin-left: 10px;
  overflow: hidden;
  float: left;
  cursor: pointer;
  margin-bottom: 25px;
  background: black;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  position: relative;
}
.reference ul li img {
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.reference ul li i {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.reference ul li:hover img {
  opacity: 0.4;
}
.reference ul li:hover i {
  opacity: 1;
}
/*--------------------------------------------Reference Finish---------------------------------------------*/
/*--------------------------------------------Project Start---------------------------------------------*/
.project {
  padding: 50px 0 100px 0;
  text-align: center;
}
.project ul li {
  width: 1200px;
  height: 397px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 30px 0 rgba(72, 73, 121, 0.3);
  box-shadow: 0px 0px 30px 0 rgba(72, 73, 121, 0.3);
  overflow: hidden;
}
.project ul li:hover .project-left span {
  top: 50%;
  left: -85px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.project-left {
  width: 450px;
  height: 397px;
  position: relative;
  float: left;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#48c6ef),
    to(#6f86d6)
  );
  background-image: -webkit-linear-gradient(left, #48c6ef, #6f86d6);
  background-image: -o-linear-gradient(left, #48c6ef, #6f86d6);
  background-image: linear-gradient(to right, #48c6ef, #6f86d6);
}
.project-left img {
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
.project-left span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition-property: top, left, -webkit-transform;
  transition-property: top, left, -webkit-transform;
  -o-transition-property: top, left, transform;
  transition-property: top, left, transform;
  transition-property: top, left, transform, -webkit-transform;
}
.project-right {
  width: 750px;
  height: 397px;
  float: right;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
.project-head h3 {
  color: #252525;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 5px;
}
.project-head h2 {
  color: #9da0a7;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 25px;
}
.project-text {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #9da0a7;
  margin-bottom: 20px;
}
.project-text b {
  color: #252525;
  width: 150px;
  display: inline-block;
  position: relative;
}
.project-text b:after {
  content: ":";
  position: absolute;
  top: 0;
  right: 0;
  color: #252525;
}
.project-text span {
  display: block;
  margin-bottom: 5px;
}
.project-visit a {
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  background: #0083ff;
  padding: 15px 34px;
  background: #0083ff;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  margin-top: 15px;
  letter-spacing: 0.5px;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.project-visit a:hover {
  opacity: 0.8;
}
/*--------------------------------------------Project Finish---------------------------------------------*/
/*--------------------------------------------Error Page Start---------------------------------------------*/
.error-page {
  padding: 125px 0;
  text-align: center;
}
.error-page h3 {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 28px;
  color: #252525;
}
.error-page a {
  display: inline-block;
  padding: 10px 20px;
  background: #0083ff;
  color: #fff;
  border-radius: 4px;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.error-page a:hover {
  opacity: 0.8;
}
/*--------------------------------------------Error Page Finish---------------------------------------------*/
/*--------------------------------------------Blog Page Start---------------------------------------------*/
.blog-page {
  padding: 75px 0 100px 0;
  background: #f7f7f7;
}
.blog-page ul.blog-ul {
  width: 800px;
  float: left;
}
.blog-page ul.blog-ul li {
  width: 380px;
  margin-right: 10px;
  margin-left: 10px;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
  -webkit-transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  -o-transition: transform 0.4s ease, box-shadow 0.4s ease;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  transition: transform 0.4s ease, box-shadow 0.4s ease,
    -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  min-height: 520px;
}
.blog-page ul.blog-ul li > a:first-of-type {
  flex-shrink: 0;
}
.blog-page ul.blog-ul li > a:nth-of-type(2) {
  flex-shrink: 0;
}
.blog-page ul.blog-ul li > p {
  flex: 1;
  min-height: 72px;
}
.blog-page ul.blog-ul li:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}
.blog-page ul.blog-ul li img {
  width: 100%;
  height: 275px;
  object-fit: cover;
}
.blog-page ul.blog-ul li.blog-empty {
  width: 100%;
  min-height: auto;
  padding: 25px;
  color: #4b5d73;
  font-size: 16px;
}
.blog-page ul.blog-ul li span {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  background-color: #00c3da;
  color: #fff;
  border-radius: 5px;
  padding: 6px 16px;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.blog-page ul.blog-ul li span a {
  color: #fff !important;
}
.blog-page ul.blog-ul li a h3 {
  font-size: 20px;
  color: #1f1f1f;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 0px 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
  margin-bottom: 15px;
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.35;
}
.blog-page ul.blog-ul li a h3:hover {
  color: #6c6c6c;
}
.blog-page ul.blog-ul li p {
  color: #787878;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  padding: 0px 25px;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-page ul.blog-ul li .blog-date {
  margin-top: auto;
  flex-shrink: 0;
}
.blog-date {
  color: #929292;
  font-size: 12px;
  line-height: 15.6px;
  border-top: 1px solid #eee;
  padding: 12px 25px;
  font-weight: 500;
}
.blog-date b {
  color: #6c6c6c;
}
.blog-category {
  display: inline-block;
  width: 1180px;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 35px;
}
.blog-category span {
  margin-right: 15px;
  display: inline-block;
}
.blog-category span a {
  color: #fff !important;
}
.blog-category span.blog-instagram,
.blog-category span.blog-facebook,
.blog-category span.blog-twitter,
.blog-category span.blog-youtube {
  padding: 7px 15px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#3b5998),
    to(#8b9dc3)
  );
  background-image: -webkit-linear-gradient(left, #3b5998, #8b9dc3);
  background-image: -o-linear-gradient(left, #3b5998, #8b9dc3);
  background-image: linear-gradient(to right, #3b5998, #8b9dc3);
  color: #fff;
  border-radius: 4px;
}
.blog-category span.blog-instagram {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#d62976),
    to(#fa7e1e)
  );
  background-image: -webkit-linear-gradient(left, #d62976, #fa7e1e);
  background-image: -o-linear-gradient(left, #d62976, #fa7e1e);
  background-image: linear-gradient(to right, #d62976, #fa7e1e);
}
.blog-category span.blog-facebook {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#396afc),
    to(#2948ff)
  );
  background-image: -webkit-linear-gradient(left, #396afc, #2948ff);
  background-image: -o-linear-gradient(left, #396afc, #2948ff);
  background-image: linear-gradient(to right, #396afc, #2948ff);
}
.blog-category span.blog-twitter {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00b4db),
    to(#0083b0)
  );
  background-image: -webkit-linear-gradient(left, #00b4db, #0083b0);
  background-image: -o-linear-gradient(left, #00b4db, #0083b0);
  background-image: linear-gradient(to right, #00b4db, #0083b0);
}
.blog-category span.blog-youtube {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ed213a),
    to(#93291e)
  );
  background-image: -webkit-linear-gradient(left, #ed213a, #93291e);
  background-image: -o-linear-gradient(left, #ed213a, #93291e);
  background-image: linear-gradient(to right, #ed213a, #93291e);
}
.blog-post {
  padding: 75px 0;
  background: #f7f5f3;
}
.blog-post-wrap {
  width: 860px;
  max-width: calc(100% - 32px);
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  border-radius: 7px;
  padding-bottom: 50px;
  position: relative;
}
.blog-post-date {
  position: absolute;
  top: 25px;
  right: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  border-radius: 7px;
  padding: 5px 14px;
  font-size: 18px;
  color: #345066;
  font-weight: 700;
}
.blog-post-min {
  position: absolute;
  top: 80px;
  right: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  border-radius: 7px;
  padding: 5px 14px;
  font-size: 18px;
  color: #345066;
  font-weight: 700;
}
.blog-post-wrap img.post-cen {
  display: block;
  width: 100%;
  height: 510px;
  object-fit: cover;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.blog-post-wrap h1,
.blog-post-wrap h3 {
  font-size: 36px;
  line-height: 46px;
  color: #345066;
  padding: 38px 50px 15px 50px;
}
.blog-post-wrap h1 {
  margin: 0;
}
.blog-post-wrap h2 {
  font-size: 25px;
  line-height: 30px;
  color: #345066;
  padding: 30px 50px 15px 50px;
  font-weight: 500;
}
.blog-post-wrap p {
  font-size: 18px;
  line-height: 31px;
  color: #345066;
  padding: 0 50px;
  margin-top: 1.5rem;
}
.blog-post-meta {
  padding: 0 50px 5px;
  color: #6987ab;
  font-size: 14px;
  line-height: 1.6;
}
.blog-post-meta span {
  display: inline-block;
  margin-right: 12px;
}
.blog-post-meta a {
  color: #0083ff;
  font-weight: 600;
}
.blog-post-content h2,
.blog-post-content h3,
.blog-post-content h4 {
  color: #345066;
  padding: 28px 50px 0;
}
.blog-post-content ul,
.blog-post-content ol {
  color: #345066;
  font-size: 18px;
  line-height: 30px;
  padding: 0 76px;
  margin-top: 1.5rem;
}
.blog-post-content li {
  margin-bottom: 8px;
}
.blog-post-content img {
  max-width: 100%;
  height: auto;
}
.blog-post-content blockquote {
  margin: 30px 50px;
  padding: 5px 24px;
  border-left: 4px solid #0083ff;
  color: #4b5d73;
}
.blog-post-wrap p a {
  font-weight: 600;
  color: #f15e4f;
  text-decoration: underline;
  -webkit-text-decoration-color: #345066;
  text-decoration-color: #345066;
}
.post-tag {
  margin-top: 25px;
  padding: 0 50px;
}
.post-tag span {
  display: inline-block;
  margin-right: 8px;
  color: #5d7385;
  font-size: 14px;
  font-weight: 700;
}
.post-tag a {
  display: inline-block;
  padding: 3px 4px;
  border: 3px solid #e3e7ea;
  border-radius: 5px;
  font-size: 15px;
  line-height: 20px;
  color: #5d7385;
  -webkit-transition: border-color 0.4s ease, color 0.4s ease;
  -o-transition: border-color 0.4s ease, color 0.4s ease;
  transition: border-color 0.4s ease, color 0.4s ease;
  margin-right: 7px;
}
.post-tag a:hover {
  border-color: #b8c2c9;
  color: #345066;
}
.blog-post-nav {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 38px 50px 0;
}
.blog-post-nav-card {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 1 1 0;
  min-width: 0;
  padding: 14px;
  border: 1px solid #e3eaf2;
  border-radius: 8px;
  background: #f8fbff;
  color: #273f5b;
  text-decoration: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.blog-post-nav-card:hover {
  border-color: #0083ff;
  box-shadow: 0 14px 30px rgba(0, 131, 255, 0.12);
  transform: translateY(-3px);
}
.blog-post-nav-media {
  width: 86px;
  height: 68px;
  flex: 0 0 86px;
  overflow: hidden;
  border-radius: 7px;
  background: #eaf2fb;
}
.blog-post-nav-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blog-post-nav-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #0083ff;
  font-size: 22px;
}
.blog-post-nav-copy {
  min-width: 0;
}
.blog-post-nav-label {
  display: block;
  margin-bottom: 5px;
  color: #0083ff;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.blog-post-nav-copy strong {
  display: -webkit-box;
  overflow: hidden;
  color: #273f5b;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 800;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-post-next {
  flex-direction: row-reverse;
  text-align: right;
}
@media only screen and (max-width: 620px) {
  .blog-post-nav {
    flex-direction: column;
  }
  .blog-post-next {
    text-align: left;
    flex-direction: row;
  }
}
.blog-related {
  margin: 38px 50px 0;
  padding-top: 25px;
  border-top: 1px solid #e3e7ea;
}
.blog-related h2 {
  padding: 0 0 15px;
}
.blog-related ul li {
  padding: 12px 0;
  border-bottom: 1px solid #edf1f5;
}
.blog-related ul li a {
  display: block;
  color: #273f5b;
  font-weight: 700;
  line-height: 1.4;
}
.blog-related ul li span {
  display: block;
  margin-top: 5px;
  color: #929292;
  font-size: 12px;
}
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.blog-search-panel {
  width: calc(100% - 20px);
  max-width: 1180px;
  margin: 0 10px 35px;
  padding: 26px;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
  box-sizing: border-box;
}
.blog-search-panel p {
  margin-bottom: 14px;
  color: #345066;
  font-size: 17px;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
}
.bozkurt-search-form {
  display: flex;
  gap: 12px;
}
.bozkurt-search-form input {
  width: 100%;
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid #dce5ee;
  border-radius: 5px;
  color: #345066;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
}
.bozkurt-search-form button {
  min-width: 110px;
  min-height: 46px;
  border: none;
  border-radius: 5px;
  background: #0083ff;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.blog-comments {
  margin: 38px 50px 0;
  padding-top: 28px;
  border-top: 1px solid #e3e7ea;
}
.blog-comments h2,
.blog-comments .comment-reply-title {
  padding: 0;
  margin: 0 0 18px;
  color: #345066;
  font-size: 24px;
  line-height: 1.3;
}
.blog-comments .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-comments .comment {
  margin-bottom: 18px;
  padding: 0;
  border: 0;
  background: transparent;
  list-style: none;
}
.blog-comments .comment-body {
  padding: 22px;
  border: 1px solid #e3eaf2;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(39, 63, 91, 0.05);
}
.blog-comments .children {
  margin: 16px 0 0 20px;
  padding: 0;
  list-style: none;
}
.blog-comments .comment-meta {
  position: static;
  margin: 0 0 14px;
  padding: 0;
  border: 0;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none;
  color: #273f5b;
  font-family: "Poppins", sans-serif;
}
.blog-comments .comment-author {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #273f5b;
  font-size: 15px;
  font-weight: 700;
}
.blog-comments .comment-author .fn,
.blog-comments .comment-author .fn a {
  color: #273f5b;
  font-style: normal;
}
.blog-comments .comment-author .says {
  color: #8da0b3;
  font-size: 13px;
  font-weight: 600;
}
.blog-comments .avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #edf3fa;
}
.blog-comments .comment-metadata {
  margin: -8px 0 16px 58px;
  font-size: 12px;
}
.blog-comments .comment-metadata a {
  color: #7a8fa6;
  font-weight: 600;
}
.blog-comments .reply a {
  color: #0083ff;
  font-weight: 700;
}
.blog-comments .comment-content,
.blog-comments .reply {
  padding-left: 58px;
}
.blog-comments .comment-content p {
  padding: 0;
  margin: 0 0 12px;
  color: #345066;
  font-size: 16px;
  line-height: 1.7;
}
.blog-comments .reply a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 15px;
  border-radius: 5px;
  background: rgba(0, 131, 255, 0.08);
  color: #0083ff;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
}
.blog-comments .comment-respond {
  margin-top: 28px;
  padding: 24px;
  border: 1px solid #e3eaf2;
  border-radius: 8px;
  background: #fbfdff;
}
.blog-comments .comment-notes,
.blog-comments .logged-in-as {
  color: #5f7388;
  font-size: 15px;
  line-height: 1.6;
}
.blog-comments .comment-form p {
  padding: 0;
  margin: 0 0 14px;
}
.blog-comments .comment-form-cookies-consent {
  display: flex;
  align-items: flex-start;
  gap: 9px;
}
.blog-comments .comment-form-cookies-consent input {
  width: auto;
  margin-top: 4px;
  flex: 0 0 auto;
}
.blog-comments .comment-form-cookies-consent label {
  margin: 0;
  color: #5f7388;
  font-weight: 500;
  line-height: 1.5;
}
.blog-comments label {
  display: block;
  margin-bottom: 7px;
  color: #345066;
  font-size: 14px;
  font-weight: 700;
}
.blog-comments textarea,
.blog-comments input[type="text"],
.blog-comments input[type="email"],
.blog-comments input[type="url"] {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid #dce5ee;
  border-radius: 5px;
  background: #fff;
  color: #345066;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  box-sizing: border-box;
}
.blog-comments textarea {
  min-height: 150px;
  resize: vertical;
}
.blog-comments .form-submit .submit {
  display: inline-block;
  padding: 13px 24px;
  border: none;
  border-radius: 5px;
  background: #0083ff;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.comments-closed {
  padding: 14px 16px !important;
  border-radius: 5px;
  background: #f8fbff;
  color: #6987ab !important;
  font-size: 15px !important;
}
@media only screen and (max-width: 750px) {
  .blog-search-panel {
    width: 480px;
  }
}
@media only screen and (max-width: 535px) {
  .blog-search-panel {
    width: 350px;
    margin-right: 0;
    margin-left: 0;
    padding: 20px;
  }
  .bozkurt-search-form {
    flex-direction: column;
  }
  .bozkurt-search-form button {
    width: 100%;
  }
  .blog-comments .children {
    margin-left: 10px;
  }
  .blog-comments .comment-body {
    padding: 18px;
  }
  .blog-comments .comment-content,
  .blog-comments .reply {
    padding-left: 0;
  }
  .blog-comments .comment-metadata {
    margin-left: 0;
  }
  .blog-comments .comment-respond {
    padding: 18px;
  }
}
/*--------------------------------------------Blog Page Finish---------------------------------------------*/
/*--------------------------------------------Programing Start---------------------------------------------*/
.programing {
  padding: 75px 0;
}
.programing ul li {
  width: 580px;
  height: 350px;
  margin-right: 10px;
  margin-left: 10px;
  float: left;
  border-radius: 7px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#8b39b1),
    to(#f7752f)
  );
  background-image: -webkit-linear-gradient(#8b39b1, #f7752f);
  background-image: -o-linear-gradient(#8b39b1, #f7752f);
  background-image: linear-gradient(#8b39b1, #f7752f);
  position: relative;
  padding-top: 175px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 20px;
}
.programing ul li:nth-child(1) {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#8b39b1),
    to(#f7752f)
  );
  background-image: -webkit-linear-gradient(#8b39b1, #f7752f);
  background-image: -o-linear-gradient(#8b39b1, #f7752f);
  background-image: linear-gradient(#8b39b1, #f7752f);
}
/*facebook .programing ul li:nth-child(2) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4165AF), to(#547BC0));
  background-image: -webkit-linear-gradient(#4165AF, #547BC0);
  background-image: -o-linear-gradient(#4165AF, #547BC0);
  background-image: linear-gradient(#4165AF, #547BC0);
}*/
.programing ul li:nth-child(2) {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#1ebea5),
    to(#00e676)
  );
  background-image: -webkit-linear-gradient(#1ebea5, #00e676);
  background-image: -o-linear-gradient(#1ebea5, #00e676);
  background-image: linear-gradient(#1ebea5, #00e676);
}
.programing ul li:nth-child(3) {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#0259c2),
    to(#0f90eb)
  );
  background-image: -webkit-linear-gradient(#0259c2, #0f90eb);
  background-image: -o-linear-gradient(#0259c2, #0f90eb);
  background-image: linear-gradient(#0259c2, #0f90eb);
}
.programing ul li:nth-child(4) {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#8b39b1),
    to(#f7752f)
  );
  background-image: -webkit-linear-gradient(#8b39b1, #f7752f);
  background-image: -o-linear-gradient(#8b39b1, #f7752f);
  background-image: linear-gradient(#8b39b1, #f7752f);
}
.programing ul li:nth-child(5) {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#60d3b1),
    to(#eb5e7b)
  );
  background-image: -webkit-linear-gradient(#60d3b1, #eb5e7b);
  background-image: -o-linear-gradient(#60d3b1, #eb5e7b);
  background-image: linear-gradient(#60d3b1, #eb5e7b);
}
.programing ul li:nth-child(6) {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#0259c2),
    to(#0f90eb)
  );
  background-image: -webkit-linear-gradient(#0259c2, #0f90eb);
  background-image: -o-linear-gradient(#0259c2, #0f90eb);
  background-image: linear-gradient(#0259c2, #0f90eb);
}
/* gvuercin 
.programing ul li:nth-child(7) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8B39B1), to(#F7752F));
  background-image: -webkit-linear-gradient(#8B39B1, #F7752F);
  background-image: -o-linear-gradient(#8B39B1, #F7752F);
  background-image: linear-gradient(#8B39B1, #F7752F);
}*/
.programing ul li:nth-child(7) {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#4165af),
    to(#547bc0)
  );
  background-image: -webkit-linear-gradient(#4165af, #547bc0);
  background-image: -o-linear-gradient(#4165af, #547bc0);
  background-image: linear-gradient(#4165af, #547bc0);
}

.programing ul li:nth-child(9) {
  background-color: #0093e9;
  background-image: linear-gradient(160deg, #0093e9 0%, #80d0c7 100%);
}
.programing ul li:nth-child(10) {
  background-image: linear-gradient(135deg, #92ffc0 10%, #002661 100%);
}
.programing ul li:nth-child(11) {
  background-color: #8bc6ec;
  background-image: linear-gradient(135deg, #8bc6ec 0%, #9599e2 100%);
}
.programing ul li:nth-child(12) {
  background-image: linear-gradient(135deg, #65fdf0 10%, #1d6fa3 100%);
}
.programing ul li:nth-child(13) {
  background-image: linear-gradient(to top, #09203f 0%, #537895 100%);
}
.programing ul li:nth-child(14) {
  background-image: linear-gradient(to top, #4481eb 0%, #04befe 100%);
}

.programing ul li:hover a h3 {
  -webkit-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  transform: translateY(-7px);
}
.programing ul li:hover a p {
  -webkit-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  transform: translateY(-7px);
}
.programing ul li:hover a i {
  -webkit-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  transform: translateY(-7px);
}
.programing ul li a {
  color: #fff;
}
.programing ul li a h3 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 8px;
  position: relative;
  padding: 0 25px;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.programing ul li a p {
  position: relative;
  padding: 0 25px;
  font-size: 15px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.programing ul li a span {
  color: #fff;
  background-color: #009cff;
  position: absolute;
  top: 25px;
  left: 25px;
  font-size: 10px;
  border-radius: 20px;
  text-transform: uppercase;
  padding: 4px 10px;
}
.programing ul li a i {
  font-size: 55px;
  padding: 0 25px;
  margin-bottom: 10px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
/*--------------------------------------------Programing Finish---------------------------------------------*/
/*--------------------------------------------Progress Start---------------------------------------------*/
.progress-container {
  width: 100%;
  height: 8px;
  background: transparent;
  position: fixed;
  top: 0;
  z-index: 1;
}
.progress-bar {
  height: 8px;
  background: #4caf50;
  width: 0%;
}
/*--------------------------------------------Progress Finish---------------------------------------------*/
/*--------------------------------------------Blog Left Right Start---------------------------------------------*/
.blog-left,
.blog-right {
  padding: 75px 0;
}
.blog-left-left {
  float: left;
  width: 600px;
}
.blog-left-right {
  float: right;
  width: 600px;
}
.blog-left h3,
.blog-left h2,
.blog-right h3,
.blog-right h2 {
  color: #222;
  font-weight: 700;
  line-height: 55px;
  font-size: 40px;
  margin-bottom: 30px;
}
.blog-left p,
.blog-right p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 32px;
  color: #777;
  margin-bottom: 50px;
}
.blog-left img {
  padding-left: 85px;
  width: 500px;
}
.blog-right img {
  padding-right: 85px;
  padding-left: 0;
  width: 500px;
}
/*--------------------------------------------Blog Left Right Finish---------------------------------------------*/
/*--------------------------------------------Programing Features Start---------------------------------------------*/
.programing-features {
  padding: 50px 0;
  text-align: center;
  background: #f7f8fc;
}
.programing-features img {
  width: 100px;
  height: 100px;
  margin-bottom: 7px;
}
.programing-features ul li {
  text-transform: capitalize;
}
.programing-features ul li.new {
  width: 580px;
  margin-right: 10px;
  margin-left: 10px;
  background: #fff;
  border-radius: 5px;
  padding: 30px 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 9px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 9px 30px 0px rgba(0, 0, 0, 0.08);
  float: left;
  margin-bottom: 20px;
}
.programing-features ul li h2 {
  font-size: 22px;
  line-height: 1.35;
  color: #1a264c;
  font-weight: 700;
  margin-bottom: 17px;
}
.programing-features ul li ul li {
  margin-bottom: 7px;
}
.programing-features ul li ul li span {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 32px;
  color: #404040;
  font-weight: 600;
  position: relative;
}
.programing-features ul li ul li span:before {
  position: absolute;
  height: 20px;
  width: 20px;
  top: -1px;
  left: -30px;
  content: url(../img/check.png);
}

/* ========== Program özellik kartları ========== */
.programing-features.features-instagger {
  padding: 64px 0 82px;
  background: #f4f7fc;
}
.programing-features.features-instagger .center > ul.feat-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 28px;
  max-width: 1200px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}
.programing-features.features-instagger ul.feat-cards li.new {
  --feature-accent: #1287ff;
  --feature-accent-soft: rgba(18, 135, 255, 0.1);
  float: none;
  width: 100%;
  margin: 0;
  padding: 26px 28px 28px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid rgba(25, 53, 91, 0.08);
  box-shadow: 0 14px 36px rgba(21, 43, 76, 0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  overflow: hidden;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  grid-template-areas:
    "icon title"
    "list list";
  align-items: center;
  align-content: start;
  column-gap: 18px;
  text-align: left;
  min-height: 0;
  text-transform: none;
}
.programing-features.features-instagger ul.feat-cards li.new:nth-child(2n) {
  --feature-accent: #19a37b;
  --feature-accent-soft: rgba(25, 163, 123, 0.1);
}
.programing-features.features-instagger ul.feat-cards li.new:nth-child(3n) {
  --feature-accent: #ff9d18;
  --feature-accent-soft: rgba(255, 157, 24, 0.13);
}
.programing-features.features-instagger ul.feat-cards li.new:nth-child(4n) {
  --feature-accent: #6b6ff5;
  --feature-accent-soft: rgba(107, 111, 245, 0.11);
}
.programing-features.features-instagger ul.feat-cards li.new:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(21, 43, 76, 0.11);
  border-color: rgba(25, 53, 91, 0.14);
}
.programing-features.features-instagger ul.feat-cards li.new > img {
  grid-area: icon;
  width: 50px;
  height: 50px;
  margin: 0;
  display: block;
  padding: 12px;
  border-radius: 8px;
  background: var(--feature-accent-soft);
  transition: transform 0.25s ease, background-color 0.25s ease;
}
.programing-features.features-instagger ul.feat-cards li.new:hover > img {
  transform: translateY(-2px);
  background: var(--feature-accent-soft);
}
.programing-features.features-instagger ul.feat-cards li.new > h2,
.programing-features.features-instagger ul.feat-cards li.new > h3 {
  grid-area: title;
  font-size: 20px;
  font-weight: 700;
  color: #1a264c;
  margin: 0;
  line-height: 1.35;
  letter-spacing: 0;
  padding: 0;
}
.programing-features.features-instagger ul.feat-cards li.new > ul {
  grid-area: list;
  margin: 24px 0 0;
  padding: 20px 0 0;
  list-style: none;
  border-top: 1px solid rgba(25, 53, 91, 0.08);
}
.programing-features.features-instagger ul.feat-cards li.new > ul li {
  margin-bottom: 13px;
  padding-left: 34px;
  position: relative;
  font-size: 14px;
  line-height: 1.55;
  color: #3e4c63;
  font-weight: 500;
  text-transform: none;
}
.programing-features.features-instagger ul.feat-cards li.new > ul li:last-child {
  margin-bottom: 0;
}
.programing-features.features-instagger ul.feat-cards li.new > ul li span:before {
  content: none;
}
.programing-features.features-instagger ul.feat-cards li.new > ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  background: var(--feature-accent);
  box-shadow: 0 4px 12px var(--feature-accent-soft);
}
.programing-features.features-instagger ul.feat-cards li.new > ul li span {
  position: static;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
@media (max-width: 900px) {
  .programing-features.features-instagger .center > ul.feat-cards {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media (max-width: 560px) {
  .programing-features.features-instagger ul.feat-cards li.new {
    grid-template-columns: 58px minmax(0, 1fr);
    column-gap: 14px;
    padding: 22px 20px 24px;
  }
  .programing-features.features-instagger ul.feat-cards li.new > img {
    width: 42px;
    height: 42px;
    padding: 10px;
  }
  .programing-features.features-instagger ul.feat-cards li.new > h2,
  .programing-features.features-instagger ul.feat-cards li.new > h3 {
    font-size: 18px;
  }
  .programing-features.features-instagger ul.feat-cards li.new > ul {
    margin-top: 20px;
    padding-top: 18px;
  }
}
/*--------------------------------------------Programing Features Finish---------------------------------------------*/
/*--------------------------------------------Video Start---------------------------------------------*/
.video-wrap {
  padding: 30px 0;
  text-align: center;
}
.video-wrap .video {
  width: 740px;
  height: 442px;
  margin: 20px auto;
  position: relative;
}
.video-wrap .video img {
  width: 740px;
  height: 442px;
  position: absolute;
  top: 0;
  left: 0;
}
.video-wrap .video iframe {
  position: absolute;
  top: 25px;
  left: 88px;
}
/*--------------------------------------------Video Finish---------------------------------------------*/
/*--------------------------------------------Programing Photo Start---------------------------------------------*/
.programing-photo {
  padding: 30px 0;
  text-align: center;
  background: #f7f8fc;
}
.programing-photo ul li {
  width: 380px;
  height: 250px;
  margin-right: 10px;
  margin-left: 10px;
  overflow: hidden;
  float: left;
  cursor: pointer;
  margin-bottom: 25px;
  background: black;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  position: relative;
}
.programing-photo ul li img {
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.programing-photo ul li i {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.programing-photo ul li:hover img {
  opacity: 0.4;
}
.programing-photo ul li:hover i {
  opacity: 1;
}
/*--------------------------------------------Programing Photo Finish---------------------------------------------*/
/*--------------------------------------------Programing Before After Start---------------------------------------------*/
.programing-before-after {
  padding: 50px 0 150px 0;
  text-align: center;
  background: #fff;
}
.programing-before-after h3 {
  margin-bottom: 50px;
}
.before-div {
  width: 415px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  text-align: right;
}
.before-div h2,
.after-div h2,
.before-div h3,
.after-div h3 {
  color: #0083ff;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.before-div ul li,
.after-div ul li {
  font-size: 17px;
  line-height: 23px;
  margin-bottom: 21px;
  text-transform: capitalize;
}
.before-div ul li i {
  color: #77ca42;
  padding-left: 7px;
}
.after-div ul li i {
  color: #ff6565;
  padding-right: 7px;
}
.before-after-img {
  width: 370px;
  height: 525px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.before-after-img img {
  width: 100%;
  height: 100%;
}
.after-div {
  width: 415px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  text-align: left;
}
.after-div h2,
.after-div h3 {
  color: #8e8e8e;
}
.after-div ul li {
  color: #8e8e8e;
}
.twentytwenty-container {
  top: 42px;
  left: 74px;
}
/*--------------------------------------------Programing Before After Finish---------------------------------------------*/
/*--------------------------------------------Programing Buy Start---------------------------------------------*/
.programing-buy {
  padding: 150px 0 50px 0;
  text-align: center;
  background: #f7f8fc;
  position: relative;
}
.programing-buy ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  margin-top: 55px;
}
.programing-buy ul li {
  width: 255px;
  margin-right: 0;
  margin-left: 0;
  float: none;
  position: relative;
  text-transform: capitalize;
  padding: 0 34px;
  box-sizing: border-box;
}
.programing-buy ul li:after {
  content: "\f061";
  position: absolute;
  top: 66px;
  right: -18px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 22px;
  line-height: 1;
  color: #f7752f;
  background: transparent;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: auto;
  height: auto;
}
.programing-buy ul li:nth-child(4):after {
  display: none;
}
.programing-buy ul li img {
  display: block;
  width: 38px;
  height: 38px;
  object-fit: contain;
  margin: 0 auto 12px;
}
.programing-buy ul li h2,
.programing-buy ul li h3 {
  font-size: 21px;
  color: #222222;
  line-height: 30px;
  margin-bottom: 30px;
}
.programing-buy ul li span {
  font-size: 17px;
  line-height: 24px;
  color: #333333;
  width: auto;
  display: block;
}
/*--------------------------------------------Programing Buy Finish---------------------------------------------*/
/*--------------------------------------------Users Comment Start---------------------------------------------*/
.users-comment {
  position: absolute;
  top: -95px;
  width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 45px 64px;
  color: #fff;
  background: #1fd659;
  border-radius: 4px;
  text-align: left;
}
.users-comment-left h1,
.users-comment-left h2 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
}
.users-comment-left p {
  display: inline-block;
  width: 309px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 18px;
  line-height: 1.33;
}
.users-comment-left {
  float: left;
}
.users-comment-right {
  float: right;
}
.users-comment-right a {
  padding: 14px 45px;
  border-radius: 5px;
  color: #1fd659;
  font-size: 20px;
  font-weight: 600;
  background: #fff;
  margin-top: 20px;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.users-comment-right a:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
/*--------------------------------------------Users Comment Finish---------------------------------------------*/
/*--------------------------------------------Sector Start---------------------------------------------*/
.sector {
  padding: 50px 0;
  text-align: center;
}
.sector ul li {
  width: 280px;
  border-radius: 6px;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  float: left;
}
.sector ul li img {
  width: 100%;
  border-radius: 6px;
}
/*--------------------------------------------Sector Finish---------------------------------------------*/
/*--------------------------------------------Programing Buy Now Start---------------------------------------------*/
.programing-buy-now {
  padding: 75px 0;
  background: #3964e7;
  text-align: center;
}
.programing-buy-now h3,
.programing-buy-now > div > h2 {
  color: #fff;
  font-size: 34px;
  line-height: 1.25;
  margin-bottom: 70px;
}
.buy-now-text {
  padding: 32px 20px 20px;
  background: rgba(57, 100, 231, 0.05);
  font-size: 16px;
  text-transform: uppercase;
}
.buy-now-text span {
  display: block;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #808080;
  font-weight: 600;
  margin-bottom: 16px;
}
.buy-now-text span:nth-child(2) {
  font-size: 48px;
  color: #252525;
  line-height: 48px;
  letter-spacing: 0;
  margin-bottom: 0;
}
.buy-now-text span i {
  color: #ed4956;
  margin-right: 5px;
  font-size: 24px;
  padding-bottom: 7px;
  vertical-align: middle;
}
.programing-buy-now div > ul {
  display: flex;
  gap: 25px;
  justify-content: center;
  flex-wrap: wrap;
}
.programing-buy-now ul li.buy-now-new {
  min-width: 300px;
  background: #fff;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.programing-buy-now ul li.buy-now-new:hover {
  -webkit-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  transform: translateY(-7px);
}
ul.buy-now-sub {
  margin: 0 32px;
  padding: 24px 0;
  text-align: left;
  border-bottom: solid 1px #e5e5e5;
}
ul.buy-now-sub li {
  font-size: 18px;
  text-align: left;
  margin-bottom: 16px;
  color: #808080;
}
ul.buy-now-sub li b {
  color: #404040;
  font-weight: 600;
}
ul.buy-now-sub li span {
  background: #fffe53;
  text-transform: uppercase;
  font-size: 14px;
  color: #282825;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 10px;
}
ul.buy-now-sub li i {
  padding-right: 10px;
  color: #3964e7;
}
.buy-now-money {
  padding: 20px;
}
.buy-now-money .money-type {
  font-size: 20px;
  color: #808080;
}
.buy-now-money .money-pack {
  font-size: 32px;
  color: #252525;
  font-weight: 700;
}
.buy-now-money .money-time {
  font-size: 14px;
  color: #808080;
}
.buy-now-new a {
  font-size: 20px;
  color: #fff;
  background: #1fd659;
  font-weight: 600;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 4px;
  margin-bottom: 15px;
  -webkit-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.buy-now-new a:hover {
  background: #03cd43;
}
.kdv {
  display: block;
  color: #808080;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 25px;
}
/*--------------------------------------------Programing Buy Now Finish---------------------------------------------*/
/*--------------------------------------------FAQ Start---------------------------------------------*/
.faq-style {
  padding: 75px 0;
  background: #f7f8fc;
  text-align: center;
}
.faq-style ul {
  width: 680px;
  margin: 0 auto;
}
.faq-style ul li {
  text-align: left;
  margin-bottom: 20px;
  width: 680px;
}
.faq-style ul li a {
  display: block;
  background: #fff;
  color: #526c79;
  padding: 25px 30px;
  font-size: 16px;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: "Open Sans", sans-serif;
  text-transform: capitalize;
  box-shadow: 0 5px 15px 0 rgba(193, 202, 217, 0.47);
  border-radius: 16px;
  font-weight: 400;
  position: relative;
  z-index: 5;
}
.faq-style ul li p {
  overflow: hidden;
  display: none;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  position: relative;
  transform: translateY(-9px);
  z-index: 1;
  color: #526c79;
  background: #fff;
  padding: 25px 30px;
  box-shadow: 0 5px 15px 0 rgba(193, 202, 217, 0.47);
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
/*--------------------------------------------FAQ Finish---------------------------------------------*/
.blog-side-wrap {
  width: 380px;
  margin-right: 10px;
  margin-left: 10px;
  float: right;
}
.blog-side {
  padding: 20px 40px 40px;
  border-radius: 10px;
  box-shadow: 10px 0 50px rgba(18, 25, 33, 0.1);
  margin-bottom: 40px;
  background: #fff;
}
.blog-side h2 {
  margin: 0.5em 0;
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 700;
  color: #273f5b;
  letter-spacing: 0.02em;
}
.blog-side p {
  color: #4b5d73;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
.blog-side a.blog-side-button {
  background-color: #01a23c;
  display: inline-block;
  text-decoration: none;
  padding: 18px 50px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  border-radius: 50px;
  position: relative;
  text-align: center;
  line-height: 1;
  transition: box-shadow 0.4s ease;
}
.blog-side a.blog-side-button:hover {
  box-shadow: 10px 0 30px 0 rgba(1, 162, 60, 0.5);
}
.blog-side ul.blog-cate li a {
  display: block;
  padding: 0 0 0 30px;
  position: relative;
  font-size: 18px;
  text-decoration: none;
  color: #273f5b;
  transition: all 0.15s linear;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.blog-side ul.blog-cate li a:before {
  content: "";
  display: block;
  height: 100%;
  width: 3px;
  background-color: #d6dfeb;
  left: 0;
  top: 0;
  position: absolute;
  transition: background-color 0.3s ease;
}
.blog-side ul.blog-cate li span.blog-count {
  font-size: 11px;
  font-weight: 700;
  color: #6987ab;
  background-color: #e6eff9;
  padding: 2px 10px;
  border-radius: 30px;
  line-height: 1;
  margin-left: 20px;
  transition: background-color 0.3s ease;
  position: relative;
  top: -2px;
}
.blog-side ul.blog-cate li a:hover span.blog-count {
  color: #fff;
  background-color: #0083ff;
}
.blog-side ul.blog-cate li a:hover {
  color: #0083ff;
}
.blog-side ul.blog-cate li a:hover:before {
  background: #0083ff;
}
.blog-side ul.blog-tag li {
  float: left;
  margin-right: 10px;
  margin-bottom: 7px;
}
.blog-side ul.blog-tag li a {
  padding: 8px 14px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  border: 2px solid #d6dfeb;
  border-radius: 50px;
  transition: all 0.3s ease;
  transition-property: background-color, color, border-color, box-shadow;
  color: #6987ab;
  display: inline-block;
  line-height: 1;
}
.blog-side ul.blog-tag li a:hover {
  background-color: #0083ff;
  color: #fff;
  border-color: #0083ff;
  box-shadow: 10px 0 30px rgba(0, 131, 255, 0.3);
}
.page-number span {
  padding: 7px 15px;
  background-color: #3498db;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.4s;
  color: #fff;
  display: inline-block;
  margin-right: 5px;
}
.page-number span a {
  color: #fff;
}
.page-number span:hover {
  opacity: 0.5;
}
.page-number .sy {
  padding: 7px 15px;
  background-color: #3498db;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.4s;
  color: #fff;
  display: inline-block;
  margin-right: 5px;
}
.aktif {
  opacity: 0.5;
}
.page-number .sy:hover {
  opacity: 0.5;
}
.faq-style span,
.faq span {
  background: #0083ff;
  font-size: 14px;
  color: #fff;
  padding: 4px 12px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 auto;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.ins-noti {
  box-sizing: border-box;
  background: #fff;
  padding: 20px;
  margin-top: 20px;
  border-radius: 3px;
  width: 1200px;
  position: relative;
  font-size: 15px;
}
.ins-noti:before,
.ins-noti:after {
  content: "";
  position: absolute;
  top: 0;
  background: #3964e7;
  width: 33px;
  height: 100%;
}
.ins-noti:before {
  left: 0;
}
.ins-noti:after {
  right: 0;
}
.ins-noti a {
  color: #c4302b;
  text-decoration: underline;
}

.wa__button,
.wa__btn_popup,
.wa__button *,
.wa__btn_popup *,
.wa__btn_popup :before,
.wa__button :before,
.wa__button :after,
.wa__btn_popup :after,
.wa__popup_chat_box,
.wa__popup_chat_box *,
.wa__popup_chat_box :before,
.wa__popup_chat_box :after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* VVV--button--VVV */
.wa__button {
  position: relative;
  width: 300px;
  min-height: 64px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #fff;
  box-shadow: 0px 4px 8px 1px rgba(32, 32, 37, 0.09);
  -webkit-box-shadow: 0px 4px 8px 1px rgba(32, 32, 37, 0.09);
  -moz-box-shadow: 0px 4px 8px 1px rgba(32, 32, 37, 0.09);
}
.wa__btn_txt {
  display: inline-block;
  font-size: 12px;
  line-height: 1.33em;
}

.wa__btn_w_icon .wa__btn_txt {
  padding: 16px 20px 15px 71px;
}

.wa__button_text_only .wa__btn_txt,
.wa__r_button.wa__btn_w_img.wa__button_text_only .wa__btn_txt,
.wa__sq_button.wa__btn_w_img.wa__button_text_only .wa__btn_txt {
  padding-top: 25px;
  padding-bottom: 24px;
}

.wa__btn_w_icon .wa__btn_txt .wa__btn_title {
  font-weight: 600;
  padding-left: 2px;
  font-size: 14px;
}

.wa__cs_info {
  margin-bottom: 2px;
}

.wa__btn_status {
  color: #f5a623;
  font-size: 9px;
  padding: 2px 0 0;
  font-weight: 700;
}

.wa__cs_info .wa__cs_name,
.wa__cs_info .wa__cs_status {
  display: inline-block;
}

.wa__cs_info .wa__cs_name {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.36em;
}

.wa__stt_online .wa__cs_info .wa__cs_name {
  color: #d5f0d9;
}

.wa__stt_offline .wa__cs_info .wa__cs_name {
  color: #76787d;
}

.wa__cs_info .wa__cs_status {
  width: 36px;
  height: 14px;
  margin-left: 3px;
  padding: 1px;
  font-size: 9px;
  line-height: 1.34em;
  border-radius: 5px;
  color: rgba(255, 255, 255, 0.98);
  position: relative;
  top: -1px;
  left: 0px;
  text-align: center;
}

.wa__stt_online .wa__cs_info .wa__cs_status {
  background: #62c971;
}

.wa__stt_offline .wa__cs_info .wa__cs_status {
  background: #b9bbbe;
}

.wa__stt_online {
  background: #2db742;
  cursor: pointer;
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  backface-visibility: hidden;
  will-change: transform;
}
.wa__stt_online .wa__btn_txt {
  position: relative;
  z-index: 4;
}
.wa__r_button.wa__stt_online:before {
  border-radius: 50vh;
}
.wa__sq_button.wa__stt_online:before {
  border-radius: 5px;
}
.wa__stt_online:before {
  content: "";
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  will-change: opacity;
}
.wa__button.wa__stt_online:focus,
.wa__button.wa__stt_online:active,
.wa__button.wa__stt_online:hover {
  box-shadow: 0px 4px 8px 1px rgba(32, 32, 37, 0.19);
  transform: translate(0, -3px);
  -webkit-transform: translate(0, -3px);
  -moz-transform: translate(0, -3px);
  -ms-transform: translate(0, -3px);
}
.wa__button.wa__stt_online:focus:before,
.wa__button.wa__stt_online:active:before,
.wa__button.wa__stt_online:hover:before {
  opacity: 1;
}
.wa__stt_online.wa__btn_w_icon .wa__btn_icon img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
}

.wa__stt_offline {
  background: #ebedf0;
  color: #595b60;
  box-shadow: none;
  cursor: initial;
}

.wa__stt_offline.wa__btn_w_icon .wa__btn_txt {
  padding: 8px 20px 6px 71px;
}

.wa__stt_offline.wa__r_button.wa__btn_w_img .wa__btn_txt {
  padding: 8px 20px 8px 100px;
}

.wa__stt_offline.wa__sq_button.wa__btn_w_img .wa__btn_txt {
  padding: 8px 20px 8px 70px;
}

.wa__btn_w_icon .wa__btn_icon {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.wa__btn_w_icon .wa__btn_icon img {
  width: 41px;
  height: 69px;
}

.wa__btn_w_img {
  position: relative;
  width: 300px;
  margin: 20px 0 20px;
}

.wa__btn_w_img .wa__cs_img {
  position: absolute;
  top: 50%;
  left: 0px;
  text-align: center;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
}
.wa__btn_w_img .wa__cs_img_wrap {
  width: 79px;
  height: 79px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 3px solid #ffffff;
  position: relative;
  overflow: hidden;
}
.wa__btn_w_img .wa__cs_img img {
  max-width: 100%;
  height: auto;
  transition: 0.2s ease transform;
  -webkit-transition: 0.2s ease transform;
  -moz-transition: 0.2s ease transform;
}
.wa__btn_w_img .wa__cs_img:after {
  content: "";
  background: #ffffff url("../img/whatsapp_logo_green.svg") center center
    no-repeat;
  background-size: 21px;
  display: block;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 20px;
  right: -14px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: 0px 4px 6px 0px rgba(39, 38, 38, 0.3);
  -webkit-box-shadow: 0px 4px 6px 0px rgba(39, 38, 38, 0.3);
  -moz-box-shadow: 0px 4px 6px 0px rgba(39, 38, 38, 0.3);
}

.wa__stt_offline.wa__btn_w_img .wa__cs_img:after {
  content: "";
  background: #ffffff url("../img/whatsapp_logo_gray.svg") center center
    no-repeat;
  background-size: 21px;
  display: block;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 20px;
  right: -14px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: 0px 4px 6px 0px rgba(39, 38, 38, 0.3);
  -webkit-box-shadow: 0px 4px 6px 0px rgba(39, 38, 38, 0.3);
  -moz-box-shadow: 0px 4px 6px 0px rgba(39, 38, 38, 0.3);
}

.wa__btn_w_img .wa__btn_txt {
  padding: 14px 20px 12px 103px;
}

.wa__r_button {
  border-radius: 50vh;
}

.wa__sq_button {
  border-radius: 5px;
}

.wa__sq_button.wa__btn_w_img {
  width: 270px;
  margin-left: 30px;
}

.wa__r_button.wa__btn_w_img .wa__cs_img {
  left: -5px;
}

.wa__sq_button.wa__btn_w_img .wa__cs_img {
  left: -35px;
}

.wa__sq_button.wa__btn_w_img .wa__btn_txt {
  padding: 10px 20px 10px 70px;
  display: table-cell;
  vertical-align: middle;
  height: 66px;
}

.wa__btn_txt .wa__btn_title {
  font-weight: 600;
}

.wa__r_button.wa__btn_w_img .wa__btn_txt {
  padding: 8px 20px 8px 100px;
  display: table-cell;
  vertical-align: middle;
  height: 66px;
}

.wa__r_button.wa__btn_w_img .wa__cs_info .wa__cs_status {
  margin-left: 3px;
}
/* ^^^--button--^^^ */

/* VVV--popup--VVV */

.wa__popup_chat_box {
  font-family: Arial, Helvetica, sans-serif;
  width: 351px;
  border-radius: 5px 5px 8px 8px;
  -webkit-border-radius: 5px 5px 8px 8px;
  -moz-border-radius: 5px 5px 8px 8px;
  position: fixed;
  overflow: hidden;
  box-shadow: 0px 10px 10px 4px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0px 10px 10px 4px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 10px 10px 4px rgba(0, 0, 0, 0.04);
  bottom: 102px;
  right: 25px;
  z-index: 999999998;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transform: translate(0, 50px);
  -moz-transform: translate(0, 50px);
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  will-change: transform, visibility, opacity;
  max-width: calc(100% - 50px);
}
.wa__popup_chat_box:hover,
.wa__popup_chat_box:focus,
.wa__popup_chat_box:active {
  box-shadow: 0px 10px 10px 4px rgba(32, 32, 37, 0.23);
  -webkit-box-shadow: 0px 10px 10px 4px rgba(32, 32, 37, 0.23);
  -moz-box-shadow: 0px 10px 10px 4px rgba(32, 32, 37, 0.23);
}
.wa__popup_chat_box.wa__active {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
}
.wa__popup_chat_box .wa__popup_heading {
  position: relative;
  padding: 15px 43px 17px 74px;
  color: #d9ebc6;
  background: #2db742;
}
.wa__popup_chat_box .wa__popup_heading_sm {
  padding: 12px 15px 17px 74px;
}
.wa__popup_chat_box .wa__popup_heading:before {
  content: "";
  background: url("../img/whatsapp_logo.svg") center top no-repeat;
  background-size: 33px;
  display: block;
  width: 55px;
  height: 33px;
  position: absolute;
  top: 20px;
  left: 12px;
}
.wa__popup_chat_box .wa__popup_heading_sm:before {
  top: 19px;
  left: 11px;
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_title {
  padding-top: 2px;
  padding-bottom: 3;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_intro {
  padding-top: 4px;
  font-size: 12px;
  line-height: 20px;
}
.wa__popup_chat_box .wa__popup_heading_sm .wa__popup_intro {
  padding-top: 0px;
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
}
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:hover,
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:focus,
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:active {
  text-decoration: underline;
}

.wa__popup_chat_box .wa__popup_notice {
  font-size: 11px;
  color: #a5abb7;
  font-weight: 500;
  padding: 0 3px;
}
.wa__popup_chat_box .wa__popup_content {
  background: #ffffff;
  padding: 13px 20px 21px 19px;
  text-align: center;
}
.wa__popup_chat_box .wa__popup_content_left {
  text-align: left;
}
.wa__popup_chat_box .wa__popup_avatar {
  position: absolute;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  left: 12px;
  top: 12px;
}

.wa__popup_chat_box .wa__popup_avatar.nta-default-avt {
  border-radius: unset;
  -webkit-border-radius: unset;
  -moz-border-radius: unset;
}

.wa__popup_chat_box .wa__stt {
  padding: 13px 40px 12px 74px;
  position: relative;
  text-decoration: none;
  display: table;
  width: 100%;
  border-left: 2px solid #2db742;
  background: #f5f7f9;
  border-radius: 2px 4px 2px 4px;
  -webkit-border-radius: 2px 4px 2px 4px;
  -moz-border-radius: 2px 4px 2px 4px;
}
.wa__popup_chat_box .wa__stt:after {
  content: "";
  background: url("../img/whatsapp_logo_green.svg") 0 0 no-repeat;
  position: absolute;
  right: 14px;
  top: 26px;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
}
.wa__popup_chat_box .wa__stt.wa__stt_offline:after {
  background-image: url("../img/whatsapp_logo_gray_sm.svg");
}
.wa__popup_chat_box .wa__stt.wa__stt_online {
  transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
}
.wa__popup_chat_box .wa__stt.wa__stt_online:hover,
.wa__popup_chat_box .wa__stt.wa__stt_online:active,
.wa__popup_chat_box .wa__stt.wa__stt_online:focus {
  background: #ffffff;
  box-shadow: 0px 7px 15px 1px rgba(55, 62, 70, 0.07);
  -webkit-box-shadow: 0px 7px 15px 1px rgba(55, 62, 70, 0.07);
  -moz-box-shadow: 0px 7px 15px 1px rgba(55, 62, 70, 0.07);
}
.wa__popup_content_list .wa__popup_content_item {
  margin: 14px 0 0;
  transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  will-change: opacity, transform;
  opacity: 0;
}
.wa__popup_chat_box.wa__pending
  .wa__popup_content_list
  .wa__popup_content_item {
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition-delay: 2.1s;
  -webkit-transition-delay: 2.1s;
  -moz-transition-delay: 2.1s;
}
.wa__popup_chat_box.wa__pending
  .wa__popup_content_list
  .wa__popup_content_item:nth-child(1) {
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
}
.wa__popup_chat_box.wa__pending
  .wa__popup_content_list
  .wa__popup_content_item:nth-child(2) {
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
}
.wa__popup_chat_box.wa__pending
  .wa__popup_content_list
  .wa__popup_content_item:nth-child(3) {
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
}
.wa__popup_chat_box.wa__pending
  .wa__popup_content_list
  .wa__popup_content_item:nth-child(4) {
  transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
}
.wa__popup_chat_box.wa__pending
  .wa__popup_content_list
  .wa__popup_content_item:nth-child(5) {
  transition-delay: 1.1s;
  -webkit-transition-delay: 1.1s;
  -moz-transition-delay: 1.1s;
}
.wa__popup_chat_box.wa__pending
  .wa__popup_content_list
  .wa__popup_content_item:nth-child(6) {
  transition-delay: 1.3s;
  -webkit-transition-delay: 1.3s;
  -moz-transition-delay: 1.3s;
}
.wa__popup_chat_box.wa__pending
  .wa__popup_content_list
  .wa__popup_content_item:nth-child(7) {
  transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
}
.wa__popup_chat_box.wa__pending
  .wa__popup_content_list
  .wa__popup_content_item:nth-child(8) {
  transition-delay: 1.7s;
  -webkit-transition-delay: 1.7s;
  -moz-transition-delay: 1.7s;
}
.wa__popup_chat_box.wa__pending
  .wa__popup_content_list
  .wa__popup_content_item:nth-child(9) {
  transition-delay: 1.9s;
  -webkit-transition-delay: 1.9s;
  -moz-transition-delay: 1.9s;
}
.wa__popup_chat_box.wa__lauch .wa__popup_content_list .wa__popup_content_item {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
}
.wa__popup_content_list .wa__popup_content_item .wa__member_name {
  font-size: 14px;
  color: #363c47;
  line-height: 1.188em !important;
}
.wa__popup_content_list .wa__popup_content_item .wa__member_duty {
  font-size: 11px;
  color: #989b9f;
  padding: 2px 0 0;
  line-height: 1.125em !important;
}
.wa__popup_content_list .wa__popup_content_item .wa__member_status {
  color: #f5a623;
  font-size: 10px;
  padding: 5px 0 0;
  line-height: 1.125em !important;
}
.wa__popup_content_list .wa__popup_content_item .wa__popup_txt {
  display: table-cell;
  vertical-align: middle;
  min-height: 48px;
  height: 48px;
}
.wa__popup_content_list .wa__popup_content_item .wa__stt_offline {
  border-left-color: #c0c5ca;
}
.wa__popup_avt_list {
  font-size: 0;
  margin: 7px 0 24px;
}
.wa__popup_avt_list .wa__popup_avt_item {
  display: inline-block;
  position: relative;
  width: 46px;
}
.wa__popup_avt_list .wa__popup_avt_img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 2px solid #ffffff;
  left: -7px;
}
.wa__popup_call_btn {
  background: #2db742;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  width: 275px;
  max-width: 100%;
  font-size: 16px;
  padding: 14px 10px;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  margin: 25px 0 15px;
  box-shadow: 0px 8px 17px 2px rgba(13, 15, 18, 0.2);
  -webkit-box-shadow: 0px 8px 17px 2px rgba(13, 15, 18, 0.2);
  -moz-box-shadow: 0px 8px 17px 2px rgba(13, 15, 18, 0.2);
}
.wa__popup_call_btn.wa__popup_call_btn_lg:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  background: url("../img/whatsapp_logo_green_sm.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  vertical-align: top;
  top: 0px;
  margin-right: -19px;
  left: -31px;
  transition: 0.2s ease background-image;
  -webkit-transition: 0.2s ease background-image;
  -moz-transition: 0.2s ease background-image;
}
.wa__popup_call_btn.wa__popup_call_btn_lg:hover:before,
.wa__popup_call_btn.wa__popup_call_btn_lg:focus:before,
.wa__popup_call_btn.wa__popup_call_btn_lg:active:before {
  background-image: url("../img/whatsapp_logo.svg");
}

.wa__popup_chat_box_gray {
  border-radius: 2px 2px 8px 8px;
}

.wa__popup_chat_box_gray .wa__popup_heading_gray {
  background: #f8f8f8;
  border-top: 3px solid #2db742;
  color: #868c9a;
  font-weight: 500;
}
.wa__popup_chat_box_gray .wa__popup_heading_gray .wa__popup_title {
  color: #595b60;
}
.wa__popup_chat_box_gray .wa__popup_heading_gray:before {
  content: "";
  background: url(../img/whatsapp_logo_green.svg) center top no-repeat;
  background-size: 33px;
  display: block;
  width: 55px;
  height: 33px;
  position: absolute;
  top: 20px;
  left: 12px;
}
.wa__popup_chat_box_gray .wa__popup_heading_gray .wa__popup_intro a {
  color: #595b60;
}

.wa__popup_chat_box_ct {
  width: 384px;
  text-align: center;
}

.wa__popup_chat_box_ct .wa__popup_heading_ct {
  text-align: center;
  padding: 18px 0 18px;
}

.wa__popup_chat_box_ct .wa__popup_heading_ct:before {
  content: "";
  background: url(../img/whatsapp_logo.svg) center top no-repeat;
  background-size: 30px;
  display: block;
  width: 30px;
  height: 31px;
  position: absolute;
  top: 15px;
  left: 72px;
}

.wa__popup_chat_box_ct .wa__popup_heading_ct .wa__popup_title {
  padding-left: 22px;
  padding-bottom: 14px;
}

.wa__popup_chat_box_ct .wa__popup_heading_ct .wa__popup_intro {
  margin-top: -5px;
  line-height: 12px;
}

.wa__popup_chat_box_ct .wa__popup_ct_avt_list:after {
  content: "";
  clear: both;
  display: block;
}

.wa__popup_chat_box_ct .wa__popup_ct_content {
  background: #ffffff;
  padding: 0 0 14px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content .wa__popup_notice {
  padding-top: 18px;
  padding-bottom: 15px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item {
  width: 33%;
  float: left;
  font-size: 10px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item a {
  text-decoration: none;
  color: #989b9f;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__popup_ct_txt {
  padding-top: 8px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_name {
  color: #363c47;
  font-size: 13px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_duty {
  color: #989b9f;
  padding: 3px 0 0;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_stt_online {
  color: #2db742;
  font-size: 9px;
  line-height: 12px;
  display: inline-block;
  padding: 3px 0 0 16px;
  background: url("../img/whatsapp_logo_green.svg") 0 3px no-repeat;
  background-size: 12px auto;
  -webkit-background-size: 12px auto;
  -moz-background-size: 12px auto;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_stt_offline {
  color: #f5a623;
  font-size: 9px;
  line-height: 12px;
  padding: 2px 0 0;
}

.wa__popup_chat_box_ct .wa__popup_ct_avatar img {
  border-radius: 50%;
}

.wa__popup_chat_box_ct .wa__popup_ct_call_btn {
  width: 97px;
  font-size: 11px;
  padding: 9px 10px 11px;
  margin: 15px 0 15px;
}

/* ^^^--popup--^^^ */

/* VVV--popup button--VVV */
.wa__btn_popup {
  position: fixed;
  right: 30px;
  bottom: 30px;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  z-index: 999999999;
}
.wa__btn_popup .wa__btn_popup_icon {
  width: 56px;
  height: 56px;
  background: #2db742;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: 0px 6px 8px 2px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0px 6px 8px 2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 6px 8px 2px rgba(0, 0, 0, 0.14);
}
.wa__btn_popup .wa__btn_popup_icon:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent url("../img/whatsapp_logo.svg") center center
    no-repeat;
  background-size: 30px auto;
  -webkit-background-size: 30px auto;
  -moz-background-size: 30px auto;
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
}
.wa__btn_popup .wa__btn_popup_icon:after {
  content: "";
  opacity: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent url("../img/x_icon.svg") center center no-repeat;
  background-size: 14px auto;
  -webkit-background-size: 14px auto;
  -moz-background-size: 14px auto;
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -ms-transform: scale(0) rotate(-360deg);
  transform: scale(0) rotate(-360deg);
  -webkit-transform: scale(0) rotate(-360deg);
  -moz-transform: scale(0) rotate(-360deg);
}
.wa__btn_popup.wa__active .wa__btn_popup_icon:before {
  opacity: 0;
  -ms-transform: scale(0) rotate(360deg);
  transform: scale(0) rotate(360deg);
  -webkit-transform: scale(0) rotate(360deg);
  -moz-transform: scale(0) rotate(360deg);
}
.wa__btn_popup.wa__active .wa__btn_popup_icon:after {
  opacity: 1;
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
}
.wa__btn_popup .wa__btn_popup_txt {
  position: absolute;
  width: 156px;
  right: 100%;
  background-color: #f5f7f9;
  font-size: 12px;
  color: #43474e;
  top: 15px;
  /* top: 50%;
    transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%); */
  padding: 7px 0 7px 12px;
  margin-right: 7px;
  letter-spacing: -0.03em;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
}
.wa__btn_popup.wa__active .wa__btn_popup_txt {
  -ms-transform: translate(0, 15px);
  transform: translate(0, 15px);
  -webkit-transform: translate(0, 15px);
  -moz-transform: translate(0, 15px);
  opacity: 0;
  visibility: hidden;
}
/* ^^^--popup button--^^^ */
/*
.fast-menu{
  z-index:9999;
  width:210px;
  padding:20px;
  background-color: #fff;
  border-radius:15px;
  position:fixed;
  left:25px;
  top:35%;
  display:flex;
  flex-direction:column;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.fast-menu a{
  color:#333;
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 5px;
  margin-top:5px;
}
.fast-menu a:hover{
  color: #0083FF;
}*/
