/*
    Developer: Ali BATURAY.
    Site: www.alibaturay.com
    E-mail:contact@alibaturay.com
    Location:Turkey,Antalya
*/
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jost/v6/92zPtBhPNqw79Ij1E865zBUv7mwKIgVG.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v13/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISWaA.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v13/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoa4OWaA.ttf) format('truetype');
}
.roboto {
  font-family: "Roboto Slab", serif;
}
.block {
  display: block;
}
.iblock {
  display: inline-block;
}
.inline {
  display: inline;
}
.none {
  display: none;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.tcenter {
  text-align: center !important;
}
.tleft {
  text-align: left !important;
}
.tright {
  text-align: right !important;
}
.w100 {
  width: 100%;
}
a {
  text-decoration: none !important;
}
.w-light {
  font-weight: 300 !important;
}
.w-bold {
  font-weight: bold !important;
}
.w-normal {
  font-weight: normal !important;
}
.w-semi,
.w-medium {
  font-weight: 500 !important;
}
input[type="text"],
input[type="password"],
textarea {
  -webkit-appearance: none;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  outline: none;
}
input {
  -webkit-appearance: none;
}
p {
  margin: 0;
}
.dynamic-content p {
  margin-bottom: 10px;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
form {
  margin: 0;
}
.t-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: inline-block;
}
.pointer {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
.rows:before,
.rows:after {
  content: "";
  display: table;
  clear: both;
}
img {
  max-width: 100%;
}
.h1 {
  position: relative;
  font-size: 40px;
  font-family: "Roboto Slab", serif;
  font-weight: bold !important;
  color: #726f84;
  line-height: 54px;
  padding-bottom: 20px;
  margin: 0;
}
.h1:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 150px;
  height: 5px;
  max-width: 70%;
  background: #1461aa;
}
.h1.tcenter:before {
  left: 50%;
  transform: translateX(-50%);
}
.container {
  max-width: 1326px;
}
.mm-page__blocker.mm-slideout {
  background: rgba(56, 104, 154, 0.9);
}
.mm-listitem:after {
  left: 0;
}
#mmenu {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}
body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  color: #444;
  font-size: 14px;
  line-height: normal;
  position: relative;
  opacity: 0;
}
body * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none !important;
}
body.active {
  opacity: 1;
}
body.no-scroll {
  overflow: hidden;
}
#header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}
#header .container {
  position: relative;
}
#header .top {
  text-align: center !important;
  padding: 20px 0 15px;
}
#header .top > div {
  max-width: 1060px;
  margin: 0 auto;
}
#header .top ul {
  text-align: left !important;
  font-size: 0;
  padding-left: 65px;
}
#header .top ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 6px 0 6px 98px;
}
#header .top ul li i {
  position: absolute;
  left: 20px;
  top: 0;
  display: block;
  font-size: 24px;
  color: #1461aa;
  width: 64px;
  line-height: 60px;
  text-align: center !important;
  border: 2px solid rgba(25, 105, 177, 0.25);
  border-radius: 50%;
}
#header .top ul li strong {
  display: block;
  font-size: 18px;
  font-weight: 500;
}
#header .top ul li a {
  color: #444444;
  font-size: 16px;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
#header .top ul li a:hover {
  color: #1b78cf;
}
#header .top ul li span {
  display: block;
  font-size: 16px;
  max-width: 195px;
}
#header .bottom {
  background: #1461aa;
  width: 100%;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  text-align: center !important;
  font-size: 0;
}
#header .bottom > div {
  display: inline-block;
}
#header .bottom > div > a {
  vertical-align: middle;
  margin-right: 40px;
  display: none;
}
#header .bottom > div > a img {
  height: 78px;
}
#header .bottom > div > ul {
  /*width: 1086px;*/
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  vertical-align: middle;
  display: inline-block;
  text-align: left !important;
}
#header .bottom > div > ul > li {
  position: relative;
  display: inline-block;
}
#header .bottom > div > ul > li > a {
  display: block;
  font-family: "Roboto Slab", serif;
  font-size: 22px;
  font-weight: bold !important;
  color: #fff;
  line-height: 32px;
  padding: 20px 28px;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
#header .bottom > div > ul > li ul {
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  min-width: 100%;
  padding: 15px 25px;
  opacity: 0;
  visibility: hidden;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
#header .bottom > div > ul > li ul li a {
  display: block;
  font-size: 16px;
  text-align: left !important;
  font-family: "Roboto Slab", serif;
  font-weight: bold !important;
  color: #444444;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  padding: 10px 0;
  white-space: nowrap;
}
#header .bottom > div > ul > li ul li a:hover {
  color: #1b78cf;
}
#header .bottom > div > ul > li:hover > a {
  background: #1b78cf;
}
#header .bottom > div > ul > li:hover ul {
  opacity: 1;
  visibility: visible;
}
#header .bottom.fixed {
  left: 0;
  top: 0;
  position: fixed;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
#header .bottom.fixed > div > a {
  display: inline-block;
}
#header .bottom.fixed > div > ul {
  width: auto;
}
#header .bottom.fixed > div > ul > li > a {
  color: #1461AA;
  padding: 34px 28px;
}
#header .bottom.fixed > div > ul > li:hover > a {
  color: #fff;
}
#header > ul {
  position: relative;
  z-index: 2;
  font-size: 0;
  background: #1461aa;
  padding: 0 15px;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  display: none;
}
#header > ul li {
  display: inline-block;
}
#header > ul li a {
  display: block;
  font-size: 32px;
  padding: 14px;
  color: #fff;
}
#header > ul li:last-child {
  float: right;
}
#header > ul.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
#header:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 36px;
  background: rgba(255, 255, 255, 0.85);
}
#home {
  position: relative;
  z-index: 8;
}
#home .top {
  position: relative;
  padding: 400px 0 110px;
  /*background: url(../img/top.png) no-repeat center;
  background-size: cover;
  background-attachment: fixed;*/
}
#home .top > div {
  position: relative;
  z-index: 3;
}
#home .top > div ul {
  font-size: 0;
  text-align: center !important;
}
#home .top > div ul li {
  display: inline-block;
  width: 440px;
  max-width: 33.33%;
  padding: 30px;
}
#home .top > div ul li a {
  position: relative;
  display: block;
  background: rgba(255, 255, 255, 0.3);
  padding: 15px;
}
#home .top > div ul li a > i {
  position: absolute;
  font-size: 46px;
  line-height: 110px;
  width: 110px;
  color: #fff;
  display: block;
  background: rgba(20, 97, 170, 0.8);
  border-radius: 100%;
  top: -34px;
  left: 50%;
  margin-left: -55px;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
#home .top > div ul li a > span,
#home .top > div ul li a > b {
  position: relative;
  height: 70px;
  display: block;
  font-size: 0;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
#home .top > div ul li a > span > span,
#home .top > div ul li a > b > span {
  display: inline-block;
  width: 50%;
  height: 70px;
}
#home .top > div ul li a > span > span > span,
#home .top > div ul li a > b > span > span {
  height: 70px;
  display: block;
  background: rgba(20, 97, 170, 0.8);
}
#home .top > div ul li a > span > span:first-child,
#home .top > div ul li a > b > span:first-child {
  padding-right: 70px;
}
#home .top > div ul li a > span > span:last-child,
#home .top > div ul li a > b > span:last-child {
  padding-left: 70px;
}
#home .top > div ul li a > span:before,
#home .top > div ul li a > b:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  width: 140px;
  height: 70px;
  margin-left: -70px;
  background: url(../img/homeTop.png) no-repeat center top;
}
#home .top > div ul li a > b {
  margin-top: -70px;
  opacity: 0;
}
#home .top > div ul li a > b > span > span {
  background: rgba(27, 120, 207, 0.8);
}
#home .top > div ul li a > b:before {
  background: url(../img/homeTopHover.png) no-repeat center top;
}
#home .top > div ul li a strong {
  position: relative;
  display: block;
  font-size: 22px;
  font-weight: bold !important;
  color: #fff;
  font-family: "Roboto Slab", serif;
  padding: 30px 15px 40px;
}
#home .top > div ul li a strong span {
  position: relative;
  z-index: 2;
}
#home .top > div ul li a strong:before,
#home .top > div ul li a strong:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(20, 97, 170, 0.8);
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
#home .top > div ul li a strong:after {
  opacity: 0;
  background: rgba(27, 120, 207, 0.8);
}
#home .top > div ul li a:hover > i {
  background: rgba(27, 120, 207, 0.8);
}
#home .top > div ul li a:hover > span {
  opacity: 0;
}
#home .top > div ul li a:hover > b {
  opacity: 1;
}
#home .top > div ul li a:hover strong:before {
  opacity: 0;
}
#home .top > div ul li a:hover strong:after {
  opacity: 1;
}
#home .top:before {
  position: absolute;
  z-index: 2;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  top: 179px;
  background: rgba(56, 104, 154, 0.3);
}
#home .whoAreWe {
  position: relative;
  padding: 100px 0 90px;
}
#home .whoAreWe .text {
  padding-left: 30px;
}
#home .whoAreWe .text > div {
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
  color: #726f84;
  padding-top: 25px;
}
#home .whoAreWe:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1860px;
  max-width: 100%;
  transform: translateX(-50%);
  background: url(../img/shadowLogo.png) no-repeat right center;
}
#home .services {
  padding: 80px 0;
  background: #f2f4f8;
}
#home .services > div > div > div {
  padding: 15px;
}
#home .services .left ul li {
  background: #ffffff;
  margin-top: 10px;
}
#home .services .left ul li > strong {
  position: relative;
  display: block;
  font-size: 20px;
  font-family: "Roboto Slab", serif;
  font-weight: bold !important;
  line-height: 30px;
  color: #726f84;
  padding: 30px 40px;
  cursor: pointer;
}
#home .services .left ul li > strong:before,
#home .services .left ul li > strong:after {
  position: absolute;
  content: "";
  right: 40px;
  top: 50%;
  width: 20px;
  height: 4px;
  background: #1b78cf;
  border-radius: 4px;
  margin-top: -2px;
}
#home .services .left ul li > strong:after {
  transform: rotate(90deg);
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
#home .services .left ul li > div {
  display: none;
  padding: 35px 40px;
  border-top: 1px solid #efefef;
  font-size: 18px;
  color: #726f84;
  font-weight: 500;
  line-height: 34px;
}
#home .services .left ul li > div.open {
  display: block;
}
#home .services .left ul li.open > strong:after {
  transform: rotate(90deg) scaleX(0);
}
#home .services .left ul li:first-child {
  margin-top: 0;
}
#home .services .right > div {
  position: relative;
}
#home .services .right > div img {
  width: 100%;
}
#home .services .right > div h2 {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  font-family: "Roboto Slab", serif;
  font-size: 46px;
  color: #fff;
  font-weight: bold !important;
  padding: 65px 55px;
}
#home .services .right > div:before {
  position: absolute;
  content: "";
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 48, 99, 0.3);
}
#home .education {
  padding: 135px 15px 190px;
}
#home .products {
  padding: 135px 15px 100px;
}
#home .education > p, #home .products > p {
  color: #726f84;
  text-align: center !important;
  font-weight: 300 !important;
  font-size: 18px;
  padding-top: 10px;
}
#home .education ul, #home .products ul#root-cats {
  font-size: 0;
  text-align: center !important;
  padding-top: 40px;
}
#home .education ul li, #home .products ul#root-cats li {
  display: inline-block;
  padding: 10px;
  vertical-align: top;
  width: 33.33%;
}
#home .education ul li a, #home .products ul#root-cats li a {
  position: relative;
  display: block;
}
#home .education ul li a img, #home .products ul#root-cats li a img {
  width: 100%;
}
#home .education ul li a strong, #home .products ul#root-cats li a strong {
  position: absolute;
  right: 0;
  left: 32px;
  text-align: center !important;
  bottom: 12px;
  font-family: "Roboto Slab", serif;
  font-size: 28px;
  color: #726f84;
  padding: 24px;
  background: rgba(255, 255, 255, 0.9);
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
#home .education ul li a:hover strong,
#home .products ul#root-cats li a:hover strong,
#home .products ul#root-cats li a.active strong {
  color: #fff;
  background: rgba(20, 97, 170, 0.9);
}
#home .education_services > div {
  cursor: pointer;
}
#home .education_services .slick-slide {
  position: relative;
  width: 384px;
  /*max-width: 90vw;*/
  overflow: hidden;
  border-left: 1px solid #fff;
}
#home .education_services .slick-slide img {
  width: 100%;
  height: 530px;
  object-fit: cover;
}
#home .education_services .slick-slide > i {
  position: absolute;
  z-index: 4;
  right: 20px;
  top: 20px;
  font-size: 20px;
  color: #B8B8B8;
  background: #F2F2F2;
  text-align: center !important;
  width: 50px;
  line-height: 42px;
  border-radius: 100%;
  opacity: 0;
  border: 4px solid rgba(112, 112, 112, 0.15);
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
#home .education_services .slick-slide > span {
  position: absolute;
  text-align: center !important;
  z-index: 3;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 284px 30px 0;
  height: 250px;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
#home .education_services .slick-slide > span > strong {
  position: absolute;
  left: 0;
  top: 150px;
  left: 30px;
  right: 30px;
  height: 102px;
  font-family: "Roboto Slab", serif;
  display: block;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
#home .education_services .slick-slide > span > strong > b {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 26px;
  color: #fff;
  overflow: hidden;
  max-height: 102px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#home .education_services .slick-slide > span > span {
  color: #ffffff;
  font-weight: 300 !important;
  font-size: 18px;
  max-height: 324px;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
}
#home .education_services .slick-slide > span:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 172px;
  width: 150px;
  height: 5px;
  background: #fff;
  margin-left: -75px;
  opacity: 0;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
#home .education_services .slick-slide:before {
  position: absolute;
  z-index: 2;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(4, 61, 112, 0.3);
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
#home .education_services .slick-slide:after {
  position: absolute;
  z-index: 2;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 12px solid #e9e9e9;
  opacity: 0;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
#home .education_services .slick-slide:hover > span,
#home .education_services .slick-slide.hover > span {
  height: 100%;
  padding-top: 185px;
}
#home .education_services .slick-slide:hover > span > strong,
#home .education_services .slick-slide.hover > span > strong {
  top: 60px;
}
#home .education_services .slick-slide:hover > span:before,
#home .education_services .slick-slide.hover > span:before {
  opacity: 1;
}
#home .education_services .slick-slide:hover > i,
#home .education_services .slick-slide.hover > i {
  opacity: 1;
  display: none;
}
#home .education_services .slick-slide:hover:before,
#home .education_services .slick-slide.hover:before {
  background: rgba(20, 97, 170, 0.7);
}
#home .education_services .slick-slide:hover:after,
#home .education_services .slick-slide.hover:after {
  opacity: 0.2;
}
#home .references {
  padding-top: 165px;
}
#home .references p {
  font-size: 18px;
  color: #726f84;
  font-weight: 300 !important;
  text-align: center !important;
  max-width: 940px;
  margin: 12px auto 80px;
}
#home .references .slick-slide {
  padding: 0 25px;
}
#home .difference {
  padding-top: 165px;
  max-width: 1765px;
  /*padding-bottom: 165px;*/
}
#home .difference .left {
  padding-right: 0;
}
#home .difference .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#home .difference .right {
  padding-left: 0;
  padding-top: 45px;
  padding-bottom: 45px;
}
#home .difference .right > div {
  background: url(../img/shadowLogo.png) no-repeat center, #f2f4f8;
  color: #726f84;
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  padding: 75px 60px 75px 90px;
}
#home .difference .right > div h3 {
  margin-bottom: 30px;
}
#home .contact {
  padding: 0 15px;
  background: #f2f4f8;
}
#home .contact .form > div {
  width: 815px;
  max-width: 100%;
  float: right;
  padding: 70px 0;
}
#home .contact .form > div > div {
  max-width: 615px;
  margin: 0 auto;
}
#home .contact .form > div > div > div {
  margin: 0 -4px;
}
#home .contact .form > div .input {
  padding: 12px 4px 0;
}

#home .contact .form > div .input .form-group {
  display: table;
  width: 100%;
}
#home .contact .form > div .input label {
  display: table-cell;
  background: #e4e8ef;
  color: #726f84;
  width: 125px;
  font-size: 16px;
  font-weight: bold !important;
  line-height: 60px;
  padding: 0 20px;
}
#home .contact .form > div .input .form-group > div {
  display: table-cell;
  /*width: 100%;*/
}

/*#home .contact .form > div .form-group > div {
  display: table-cell;
  width: 100%;
}*/

#home .contact .form > div .input div select,
#home .contact .form > div .input div input,
#home .contact .form > div .input div textarea {
  width: 100%;
  color: #726f84;
  font-size: 16px;
  font-weight: 500;
  border: none;
  line-height: 30px;
  padding: 15px 20px;
  height: 60px;
  display: block;
  resize: none;
  background: #fff;
  border-radius: 0px;
}
#home .contact .form > div .input div select {
  overflow: hidden;
}
#home .contact .form > div .input div input.phone {
  padding: 10px 30px 10px 50px;
}
#home .contact .form > div .input .iti {
  width: 100%;
}
#home .contact .form > div .input div textarea {
  height: auto;
}
#home .contact .form > div .action {
  font-size: 0;
  text-align: right !important;
}
#home .contact .form > div .action > div {
  display: inline-block;
  vertical-align: top;
  transform-origin: right top;
  transform: scale(0.7);
}
#home .contact .form > div .action button {
  display: inline-block;
  font-size: 26px;
  font-weight: bold !important;
  color: #fff;
  vertical-align: top;
  margin-left: 7px;
  border: none;
  padding: 0;
  padding: 15px 30px;
  background: #1461aa;
  cursor: pointer;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
#home .contact .form > div .action button:hover {
  background: #034f97;
}
#home .contact .form .alert {
  width: 100%;
  margin-top: 15px;
}
#home .contact .col-lg-6:last-child {
  padding-right: 0;
  padding-left: 0;
}
#home .contact #map {
  height: 100%;
  min-height: 450px;
}
#dynamicPage .top {
  position: relative;
  padding: 270px 0 70px;
  text-align: center !important;
}
#dynamicPage .top img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#dynamicPage .top div {
  position: relative;
  z-index: 2;
}
#dynamicPage .top ul {
  font-size: 0;
}
#dynamicPage .top ul li {
  display: inline-block;
  font-family: "Jost", sans-serif;
  font-weight: 900;
  color: #fff;
  font-size: 16px;
}
#dynamicPage .top ul li a {
  color: #fff;
}
#dynamicPage .top ul li:before {
  content: "/";
  margin: 0 20px;
}
#dynamicPage .top ul li:first-child:before {
  display: none;
}
#dynamicPage .top h1 {
  font-family: "Jost", sans-serif;
  color: #fff;
  font-weight: 900;
  font-size: 50px;
  margin-bottom: 20px;
}
#dynamicPage .top:before {
  position: absolute;
  content: "";
  left: 0;
  top: 179px;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(56, 104, 154, 0.3);
}
#dynamicPage .bottom {
  padding: 80px 15px 30px;
}
#dynamicPage .bottom > div {
  color: #726f84;
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
  padding-top: 40px;
}
#dynamicPage .bottom > div h2,
#dynamicPage .bottom > div h3 {
  font-size: 24px;
  font-family: "Roboto Slab", serif;
  font-weight: bold !important;
  padding-bottom: 20px;
}
#dynamicPage .bottom > div p {
  padding-bottom: 25px;
}
#dynamicPage .bottom > div img {
  float: left;
  margin-right: 50px;
  margin-bottom: 20px;
  max-width: 50%;
}
#footer {
  padding-top: 100px;
  text-align: center !important;
}
#footer ul {
  font-size: 0;
  padding-top: 30px;
}
#footer ul li {
  display: inline-block;
  padding: 5px;
}
#footer ul li a {
  display: block;
  font-size: 20px;
  color: #256db0;
  line-height: 50px;
  width: 54px;
  border-radius: 100%;
  border: 2px solid rgba(25, 105, 177, 0.25);
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
#footer ul li a:hover {
  color: #fff;
  background: #1b78cf;
  border-color: #1b78cf;
}
#footer > div {
  background: #1461aa;
  margin-top: 30px;
}
#footer ol {
  font-size: 0;
  padding: 15px 0;
  margin: 0;
}
#footer ol li {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  padding: 4px 20px;
}
#footer ol li strong {
  text-transform: uppercase;
}
#footer ol li a {
  color: #fff;
}
#footer p {
  font-size: 13px;
  color: #797979;
  font-weight: 300 !important;
  background: #f2f4f8;
  padding: 30px 15px 20px;
}
#footer p span {
  display: block;
  padding-bottom: 15px;
}
@media (max-width: 1299px) {
  #header .bottom.fixed > div > a {
    margin-right: 25px;
  }
  #header .bottom.fixed > div > ul > li > a {
    padding: 34px 24px;
  }
}
@media (max-width: 1199px) {
  #header .top ul {
    padding-left: 0;
  }
  #header .bottom > ul {
    text-align: center !important;
  }
  #header .bottom > ul > li > a {
    padding: 20px 15px;
  }
  #home .top > div ul li {
    padding: 30px 10px;
  }
  #home .education ul li a strong, #home .products ul#root-cats li a strong {
    padding: 15px;
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  #home .education_services .slick-slide:hover > i,
  #home .education_services .slick-slide.hover > i, {
    display: block;
  }
  #header .top ul {
    display: none;
  }
  #header .bottom {
    display: none;
  }
  #header > ul {
    display: block;
  }
  #home .top {
    padding: 240px 0 10px;
  }
  #home .whoAreWe img {
    margin: 0 auto 30px;
    display: block;
  }
  #home .services {
    padding: 15px 0;
  }
  #home .services > div > div > div:last-child {
    order: -1;
  }
  #home .education, #home .products {
    padding: 55px 15px 50px;
  }
  #home .references {
    padding-top: 55px;
  }
  #home .difference {
    padding-top: 55px;
    padding-bottom: 65px;
  }
  #home .difference .right {
    padding: 0;
  }
  #home .difference .right > div {
    padding: 75px 60px;
  }
  #home .difference .left {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  #home .top > div ul li {
    max-width: 100%;
  }
  #home .top > div ul li:nth-child(3) {
    width: 100%;
    max-width: 100%;
  }
  #home .education ul li, #home .products ul#root-cats li {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .h1 {
    font-size: 28px;
    line-height: 40px;
    padding-bottom: 15px;
  }
  #home .top > div ul li {
    width: 100%;
    max-width: 100%;
  }
  #home .services .left ul li > strong {
    padding: 15px 50px 15px 25px;
    font-size: 18px;
  }
  #home .services .left ul li > strong:before,
  #home .services .left ul li > strong:after {
    right: 20px;
  }
  #home .services .left ul li > div {
    padding: 15px 25px;
    line-height: 30px;
    font-size: 16px;
  }
  #home .services .right > div h2 {
    font-size: 32px;
    padding: 35px 25px;
  }
  #home .difference .right > div {
    padding: 30px 20px;
  }
  #home .contact .form > div {
    padding: 30px 0;
  }
  #dynamicPage .top h1 {
    font-size: 40px;
  }
  #dynamicPage .bottom {
    padding: 40px 15px;
  }
  #dynamicPage .bottom > div img {
    max-width: 100%;
  }
  #footer ul li {
    padding: 3px;
  }
  #footer ul li a {
    line-height: 40px;
    width: 44px;
  }
}
/*
    Developer: Ali BATURAY.
    Site: www.alibaturay.com
    E-mail:contact@alibaturay.com
    Location:Turkey,Antalya
*/

#home .products .loading {
  text-align: center;
  padding-top: 20px;
  display: none;
}

.product .card-body {
    padding: 1.25rem 0px;
}

.products .nav-link {
    color: #726f84;
    font-size: 25px;
    font-family: "Roboto Slab", serif;
    font-weight: bold;
}

.products .nav-link:hover {
    color: #0056b3;
}

.products .nav-item {
    position: relative;
}

.products .nav-item.active:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    padding-left: 15%;
    height: 5px;
    background: #1461aa;
}

.products .card-title {
    border-color: #1b78cf;
    background-color: #1b78cf;
    font-family: "Roboto Slab", serif;
    border-radius: 0px;
}

#prod-detail .slick-prev:before, .slick-next:before {
    color: #726f84;
}
