/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Poppins", sans-serif;
  color: #444;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

a:hover {
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  padding: 10px 0;
  font-size: 13px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #428bca;
}

#topbar .contact-info i {
  color: #fff;
  padding: 4px;
}

#topbar .contact-info .icofont-phone {
  padding-left: 20px;
  margin-left: 10px;
}

#topbar .container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding-bottom: 10px;
}

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

#topbar .social-links a:hover {
  color: #428bca;
}

.contact-info {
  color: #fff;
}

.social-links ul > li {
  display: inline-block;
  border: none;
  z-index: 1;
  position: relative;
}

.sub-menu {
  display: block;
  position: absolute;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  line-height: 26px;
}

.drop-down ul {
  display: block;
  position: absolute;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;

  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  line-height: 26px;
}

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

.drop-down li {
  min-width: 60px;
  position: relative;
  border-bottom: 1px solid #1714111f;
  margin: 0 !important;
}

.drop-down ul a {
  padding: 0px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #2a2a2a;
  margin-right: 0px;
}

.drop-down ul a:hover,
.drop-down ul .active > a,
.drop-down ul li:hover > a {
  color: #ad0c29;
}

.drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

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

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

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

.drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .drop-down .drop-down ul {
    left: -90%;
  }

  .drop-down .drop-down:hover > ul {
    left: -100%;
  }

  .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

.drop-down ul {
  display: block;
  position: absolute;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #454a76;
  padding-left: 0;

  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  line-height: 26px;
}

.drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
  padding-left: 0;
}

.drop-down li {
  min-width: 50px;
  position: relative;
  border-bottom: 1px solid #ffffff1f !important;
  margin: 0 !important;
  background: #454a76;
}

.drop-down ul a {
  padding: 0px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #2a2a2a;
  margin-right: 0px;
}

.drop-down ul a:hover,
.drop-down ul .active > a,
.drop-down ul li:hover > a {
  color: #ad0c29;
}

.drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

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

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

.drop-down .drop-down > a {
  padding-right: 35px;
  color: black;
}

.drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .drop-down .drop-down ul {
    left: -90%;
  }

  .drop-down .drop-down:hover > ul {
    left: -100%;
  }

  .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

.lang {
  float: right;
  padding: 0;
  margin-bottom: 0px;
}

.sub-menu li > a {
  color: #000000;
}

.social-icons {
  float: left;
  margin-bottom: 0px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  transition: all 0.5s;
  transition: all 0.5s;
  padding: 10px 0;
  z-index: 997;
}

#header.header-scrolled {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  background: #0f122b;
}

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

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

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

.header {
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 21;
  box-shadow: none;
  -khtml-box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  background: rgba(255, 255, 255, 0.05);
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding-bottom: 0px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #ffffff;
  margin: 12px 12px;
  transition: 0.3s;
  font-size: 14px;
  border: 1px solid transparent;
  margin-left: 5px;
  padding-bottom: 15px;
}

.nav-menu a::before,
.nav-menu a::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
}

.nav-menu li a:before {
  content: "";
  position: absolute;
  z-index: -2;
  left: 0;
  right: 100%;
  bottom: 25%;
  background: #fff;
  /*** COLOR OF THE LINE ***/
  height: 3px;
  /*** THICKNESS OF THE LINE ***/
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.nav-menu li a:hover {
  opacity: 1 !important;
}

.nav-menu li a:hover:before {
  right: 0;
}

.nav-menu li li a:before {
  bottom: 0%;
}

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

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

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

.nav-menu .drop-down ul a {
  padding: 6px 20px;
  font-size: 13px;
  font-weight: 500;
  text-transform: none;
  color: #ffffff;
  border-bottom: 1px solid #ffffff57;
  margin: 0px;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: Icofont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
}

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

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }

  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }

  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #1f3548;
  transition: 0.4s;
}

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

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

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

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

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

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

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

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

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

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

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(31, 53, 72, 0.7);
  overflow: hidden;
  display: none;
}

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

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

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

/*--------------------------------------------------------------
  # Hero Section
  --------------------------------------------------------------*/
.slider-height {
  height: 750px;
}

.btn-brand-02 {
  text-align: center;
  -webkit-appearance: none;
  background: linear-gradient(to right, #313e6d 0%, #7591c3 50%, #334687 100%);
  background-size: 500%;
  border: none;
  border-radius: 5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  color: #fff;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 4.5rem;
  letter-spacing: 0.05em;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 15rem;
  justify-content: center;
}

.btn-brand-02:hover {
  animation-name: gradient;
  -webkit-animation-name: gradient;
  color: #fff;
  animation-duration: 2s;
  -webkit-animation-duration: s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100%;
  }
}

.social-list li {
  display: inline;
  float: left;
  margin-right: 15px;
}

.social-list li a {
  background: #33334d;
  height: 42px;
  width: 41px;
  display: inline-block;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  line-height: 42px;
  font-size: 16px;
}

.social-list li a:hover {
  background: #f18101;
}

.social-list.list-sm li {
  margin-right: 10px;
  height: 34px;
  width: 34px;
  font-size: 14px;
  line-height: 34px;
}

.social-list.list-sm li a {
  height: 34px;
  width: 34px;
  font-size: 14px;
  line-height: 34px;
}

.footer-main-area {
  background: #0f122b;
  padding: 55px;
  background-image: url(../img/footer-bg.png);
  color: #d2d2d2;
  background-position: center left;
  font-size: 13px;
}

.footer-main-area a {
  color: #d2d2d2;
}

.footer-bottom-area {
  background: #14172f;
  padding: 10px 0;
  color: #ffff;
  font-size: 12px;
}

.footer-widget {
  display: inline-block;
}

.widget-title {
  position: relative;
  padding-left: 15px;
}

.widget-title:after {
  position: absolute;
  content: "";
  height: 18px;
  width: 5px;
  left: 0;
  top: 3px;
  background: #f18101;
}

.footer-widget-list li {
  display: inherit;
  margin-bottom: 10px;
}

.footer-widget-list li a {
  color: #d2d2d2;
  position: relative;
  padding-left: 25px;
}

.footer-widget-list li a:before {
  position: absolute;
  content: "\ea7c";
  left: 0px;
  top: 0px;
  font-family: "Icofont";
  font-size: 16px;
}

.footer-widget-list li a:hover {
  color: #f18101;
}

.footer-widget img {
  max-width: 100%;
}

.social-list li i {
  vertical-align: middle;
}

.adres-box i {
  font-size: 19px;
  color: #efefef;
  margin-right: 10px;
  line-height: 30px;
}

.referans {
  padding: 45px 0px;
}

.icon-box {
  margin-bottom: 30px;
}

.icon-box .icon {
  float: left;
  margin-right: 20px;
  margin-top: 5px;
}

.icon-box .icon span {
  margin-top: 5px;
}

.icon-box .icon span:before {
  font-size: 42px;
  color: #f2343c;
}

.icon-box .details {
  overflow: hidden;
}

.icon-box-three {
  background: #ebf0f2;
  padding: 30px;
  margin-bottom: 30px;
}

.icon-box-three .icon-box-upper-part .icon-img i::before {
  font-size: 48px;
  margin-top: 15px;
  display: inline-block;
  color: #a91835;
}

.icon-box-three .icon-box-content p {
  margin-bottom: 0;
}

.icon-box-block {
  background-color: #ffffff;
  border-radius: 12px;
  text-align: center;
  border: 1px solid #f0f0f0;
  padding: 30px 25px 30px 25px;
  z-index: 1;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.1);
}

.icon-box-block:after {
  background: url(../images/service/1.png);
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: -35px;
  background-repeat: no-repeat;
  left: 0;
  z-index: -1;
  content: "";
  -moz-transition: all 300ms ease-out 0s;
  -webkit-transition: all 300ms ease-out 0s;
  -ms-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
}

.icon-box-block img {
  -moz-transition: all 400ms ease-out 0s;
  -webkit-transition: all 400ms ease-out 0s;
  -ms-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}

.icon-box-block:hover img {
  -moz-transform: scale(-1) rotate(180deg);
  -o-transform: scale(-1) rotate(180deg);
  -ms-transform: scale(-1) rotate(180deg);
  -webkit-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}

.icon-box-block:hover:after {
  -moz-transform: scale(1.08) translate(0px, -8px);
  -o-transform: scale(1.08) translate(0px, -8px);
  -ms-transform: scale(1.08) translate(0px, -8px);
  -webkit-transform: scale(1.08) translate(0px, -8px);
  transform: scale(1.08) translate(0px, -8px);
}

.footer-bottom-area a {
  color: #f18101;
}

.icon-box-two .icon {
  background: #f2343c;
  border-radius: 6px;
  width: 84px;
  height: 84px;
  line-height: 84px;
  float: left;
  text-align: center;
}

.icon-box-two .icon span:before {
  font-size: 48px;
  color: #fff;
}

.icon-box-two .icon-details {
  margin-left: 110px;
}

.consulting-sol img {
  max-width: 100%;
  height: max-content;
  object-fit: cover;
  box-shadow: 0px 0px 10px;
  border-radius: 10px;
}

.quicklink-box {
  padding: 17px 15px;
  border: 1px solid rgba(46, 56, 77, 1);
  background-color: rgba(34, 44, 64, 1);
  margin: 22px 0 0px;
  position: relative;
}

.newsletter-form {
  position: relative;
  margin-bottom: 25px;
  margin-top: 25px;
}

.newsletter-form input[type="email"] {
  border: 1px solid rgba(46, 56, 77, 1);
  background-color: rgba(34, 44, 64, 1);
  height: 47px;
  width: 100%;
  font-size: 14px;
  outline: none;
  padding: 9px 40px;
  color: rgba(255, 255, 255, 1);
  border-radius: 50px;
}

.newsletter-form input[type="submit"] {
  position: absolute;
  content: "\e628";
  top: 1px;
  right: 0px;
  font-family: "themify";
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-size: 14px;
  color: #fff;
  z-index: 1;
  height: 45px;
  width: 45px;
  padding: 0;
  line-height: 47px;
  text-align: center;
  border: 0;
  cursor: pointer;
  background: linear-gradient(to left, rgb(241, 129, 1), rgb(41, 60, 216));
  border-radius: 50%;
}

.newsletter-form i {
  padding-right: 1px;
  position: absolute;
  left: 12px;
  top: 13px;
  font-size: 20px;
}

.inputbox:after {
  position: absolute;
  content: "\efb4";
  top: 3px;
  right: 7px;
  font-family: Icofont;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-size: 30px;
  color: #fff;
  z-index: 1;
}

.footer-bottom-area ul {
  list-style: none;
  display: -webkit-inline-box;
}

.footer-bottom-area ul > li {
  margin-left: 10px;
}

.footer-bottom-area ul > li a {
  color: #efefef;
}

.bottom-menu-list {
  text-align: right;
}

.banner-text h2 {
  color: #ffff;
  font-size: 44px;
  font-weight: bold;
}

.banner-text p {
  color: #ffff;
  width: 74%;
  text-align: center;
  margin: 0 auto;
}

.slidermore {
  color: #fff;
  display: inline-block;
  border: 1px solid #fff;
  padding: 9px 25px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 19px;
  transition: all 0.3s ease-out 0s;
}

.slidermore:hover {
  background: #fff;
  color: #fb770c;
}

.video-relative {
  position: relative;
  display: inline-block;
}

.video-btn i {
  color: #f18101;
  font-size: 16px;
  line-height: 50px;
  margin-left: 2px;
}

.video-btn {
  height: 47px;
  width: 47px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 1px;
  left: 65px;
  text-align: center;
  margin: -30px 0 0 -30px;
  border-radius: 100px;
  z-index: 1;
}

.orangebg {
  border: 1px solid #fff;
}

.video-btn .ripple {
  position: absolute;
  width: 110px;
  height: 110px;
  z-index: -1;
  left: 50%;
  top: 50%;
  opacity: 0;
  margin: -55px 0 0 -55px;
  border-radius: 100px;
  -webkit-animation: ripple 1.8s infinite;
  animation: ripple 1.8s infinite;
}

@-webkit-keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.video-btn .ripple:nth-child(2) {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

.video-btn .ripple:nth-child(3) {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}

.single-promo-block {
  background: #ffffff;
  text-align: center;
  border-radius: 10px;
}

.hizmet {
  z-index: 9;
  margin-top: -115px;
}

.promo-block-icon i {
  font-size: 70px;
  display: block;
  text-align: center;
  background: -webkit-linear-gradient(#ff0000, #2d4a8a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hakkimizda-sol {
  padding: 45px 30px 45px 45px;
}

.section-title h2.title {
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 0;
  font-weight: 600;
}

.title-header h5 {
  font-style: italic;
  font-family: "Playfair Display", serif;
  letter-spacing: 0.5px;
  font-size: 27px;
  color: #0f122b;
  font-weight: bold;
}

.title-header {
  margin-bottom: 25px;
  position: relative;
  border: 5px solid transparent;
  border-left-color: #bb182c;
  padding-left: 15px;
}

.separator .sep-line {
  height: 1px;
  border-top: 1px solid #ebebeb;
  display: block;
  position: relative;
  width: 100%;
}

.featured-content {
  padding-left: 12px;
  display: table-cell;
  vertical-align: middle;
}

.featured-icon {
  vertical-align: top;
  padding-top: 5px;
  display: table-cell;
}

.featured-title h5 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0px;
  font-weight: 600;
  color: #0f122b;
}

.about-icon {
  height: 45px;
  width: 45px;
  line-height: 55px;
  margin-bottom: 0px;
  display: inline-block;
  text-align: center;
  box-sizing: content-box;
  position: relative;
}

.about-icon i {
  font-size: 55px;
  transform: translate(-50%, -50%);
  color: red;
  vertical-align: middle;
  background: -webkit-linear-gradient(#ff0000, #2d4a8a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hakkimizda {
  padding: 45px 0px;
}

.featured-icon-box {
  padding-top: 15px;
  position: relative;
}

.referanslarimiz {
  background: #f7f8ff;
}

.client-logo {
  margin-right: 13px;
  margin-left: 13px;
  padding: 20px 25px;
  display: table-cell;
  text-align: center;
  align-items: center;
  vertical-align: middle;
}

.client-logo img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.5s ease;
}

.client-logo img:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}

.neler-yapariz {
  padding: 35px 0px;
  background: url(http://azim.commonsupport.com/ZenRaiford/images/background/map.png);
  background-repeat: no-repeat;
  background-position: center;
}

.haberler {
  padding: 45px 0px;
}

.single-item .icon-box {
  height: 75px;
  margin: 0 auto;
  margin-bottom: 9px;
}

.single-item .icon-box i {
  font-size: 65px;
  color: #ffffff;
  margin-bottom: 6px;
  background: linear-gradient(to right, #32365a, #0f122b);
  display: block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.single-item h4 {
  font-size: 19px;
  margin-bottom: 0px;
}

.single-item {
  border: 1px solid #c7c7c770;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 17px 35px rgba(74, 74, 115, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  margin-bottom: 25px;
  background: white;
  text-align: center;
}

.main-title h5 {
  font-weight: bold;
  font-size: 35px;
  text-align: center;
  text-transform: uppercase;
  color: #0f122b;
}

.main-title p {
  text-align: center;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.single-list-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e2e2e2;
  padding: 20px 0;
}

.single-list-blog .blog-image {
  width: 150px;
  margin-right: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.single-list-blog .blog-content .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}

.blog-content .title a {
  color: #484676;
  font-size: 16px;
}

.single-list-blog .blog-content .title p {
  margin-bottom: 0px !important;
}

.single-list-blog .blog-content .blog-meta p {
  position: relative;
  display: inline-block;
  margin: 0 12px 0 0;
  font-size: 12px;
}
.blog-meta span {
  font-weight: bold;
}
.blog-image img {
  width: 100%;
  height: 130px;
  border-radius: 10px;
  object-fit: cover;
}
.blog-content p {
  margin-bottom: 0 !important;
}
.haberler h5 {
  font-weight: bold;
  font-size: 23px;
  color: #0f122b;
  padding-left: 10px;
  border-left: 4px solid #f18101;
  line-height: 20px;
}
.dergilerimiz a {
  background: #bb182c;
  padding: 8px 10px;
  color: white;
  text-align: right;
  margin: 0 auto;
  width: 140px;
}
.dergilerimiz img {
  width: 50%;
  float: left;
  padding-right: 19px;

  margin-top: 15px;
}
.dergilerimiz p {
  margin-top: 15px;
}
.bread-crumb {
  height: 300px;
  background: linear-gradient(
      to bottom,
      rgba(15, 18, 43, 0.78),
      rgba(49, 36, 121, 0.42)
    ),
    url(../img/breadcrumb-bg.jpg);
  padding: 50px 0px;
  background-position: center;
  background-size: cover;
}
.hakkimizda-icerik {
  padding: 35px 0px;
}
.breadcrumb-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  -webkit-justify-content: space-between;
}
.breadcrumb-area h2 {
  font-weight: bold;
  color: white;
}
.breadcrumb-area ul {
  display: inherit;
  color: white;
  list-style: none;
  font-size: 15px;
}

.breadcrumb-area ul > li a {
  color: white;
}
.breadcrumb-area ul > li {
  margin-right: 5px;
}
.service-card-three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 23px;
  background: #f9f9f9;
  padding: 20px;
  border: 1px solid #0f122b12;
}
.service-card-three .service-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  -webkit-flex: 0 0 80px;
  flex: 0 0 80px;
  float: left;
  max-width: 75px;
  height: auto;
  font-size: 60px;
  line-height: 73px;
}
.service-card-three .service-icon > span {
  display: block;
  margin-top: -5px;
}
.service-card-three .service-info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(100% - 80px);
  -webkit-flex: 1 1 -webkit-calc(100% - 80px);
  flex: 1 1 calc(100% - 80px);
  max-width: -webkit-calc(100% - 74px);
  max-width: calc(100% - 74px);
  margin-top: -5px;
}
.service-card-three .service-info .service-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #293b5f;
}
@media only screen and (max-width: 1199px) {
  .service-card-three .service-info .service-title {
    font-size: 20px;
  }
}
.service-card-three .service-info p {
  font-size: 13px;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .service-card-three {
    margin-bottom: 40px;
  }
  .service-card-three .service-info .service-title {
    margin-bottom: 15px;
  }
}
.page-title-area {
  padding-top: 75px;
}

.page-title-area .breadcrumb-content-area {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 55px;
}

.page-title-area .breadcrumb-content-area h1 {
  margin-bottom: 5px;
  font-size: 42px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.35em;
}

.page-title-area .breadcrumb-content-area .breadcrumb .breadcrumb-item {
  color: #cfcfcf;
}

.page-title-area .breadcrumb-content-area .breadcrumb .breadcrumb-item > a {
  color: #fff;
}

.page-title-area
  .breadcrumb-content-area
  .breadcrumb
  .breadcrumb-item
  > a:hover,
.page-title-area
  .breadcrumb-content-area
  .breadcrumb
  .breadcrumb-item
  > a:focus {
  color: #f12c15;
}

.page-title-area .breadcrumb-content-area .breadcrumb .breadcrumb-item:before {
  color: #cfcfcf;
}

@media only screen and (max-width: 990px) {
  .page-title-area .breadcrumb-content-area {
    margin-top: 35px;
    display: block;
    text-align: center;
  }
}

@media only screen and (max-width: 1199px) {
  .page-title-area .page-header-caption > h1 {
    font-size: 32px;
  }
}

.dlab-banner-outer,
.dlab-banner-row {
  position: relative;
}

.dlab-bnr-text strong {
  display: block;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  margin: 0 0 25px;
  color: #fff;
}

.dlab-bnr-text span {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  display: block;
  margin-bottom: 30px;
}

.dlab-bnr-text .btn {
  margin-right: 30px;
}

@media only screen and (max-width: 1200px) {
  .dlab-bnr-text strong {
    font-size: 60px;
    line-height: 60px;
    margin: 0 0 15px;
  }

  .dlab-bnr-text span {
    font-size: 20px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 991px) {
  .dlab-bnr-text strong {
    font-size: 50px;
    line-height: 50px;
    margin: 0 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .dlab-bnr-text strong {
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 0;
  }
}

@media only screen and (max-width: 680px) {
  .dlab-bnr-text strong {
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 0;
  }

  .dlab-bnr-text span {
    font-size: 14px;
    line-height: 18px;
  }
}

@media only screen and (max-width: 480px) {
  .dlab-bnr-text strong {
    font-size: 20px;
    line-height: 20px;
  }

  .dlab-bnr-text span {
    font-size: 12px;
    line-height: 16px;
  }
}

.dlab-bnr-inr.dlab-bnr-inr-lg,
.dlab-bnr-inr.dlab-bnr-inr-lg .dlab-bnr-inr-entry {
  height: 800px;
}

.dlab-bnr-inr.dlab-bnr-inr-md,
.dlab-bnr-inr.dlab-bnr-inr-md .dlab-bnr-inr-entry {
  height: 600px;
}

.dlab-bnr-inr.dlab-bnr-inr-sm,
.dlab-bnr-inr.dlab-bnr-inr-sm .dlab-bnr-inr-entry {
  height: 450px;
}

.dlab-bnr-inr,
.dlab-bnr-inr .dlab-bnr-inr-entry {
  height: 220px;
}

.dlab-bnr-inr {
  height: 220px;
  background-size: cover;
  background-position: center center;
  display: table;
  width: 100%;
  text-align: center;
}

.dlab-bnr-inr .container {
  display: table;
  height: 100%;
}

.dlab-bnr-inr-entry {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  -webkit-justify-content: space-between;
}

.banner-inner-row h1,
.banner-inner-row h2,
.banner-inner-row h3,
.banner-inner-row h4,
.banner-inner-row h5,
.banner-inner-row h6 {
  color: #fff;
}

.dlab-bnr-inr.banner-content h1 {
  font-weight: 500;
}

.dlab-bnr-inr.banner-content p {
  font-size: 20px;
  font-weight: 100;
  letter-spacing: 1px;
  line-height: 36px;
  max-width: 750px;
  display: inline-block;
}

.dlab-bnr-inr.banner-content .site-button {
  padding: 13px 35px;
  font-size: 16px;
}

.dlab-bnr-inr .breadcrumb-row ul li:after,
.dlab-bnr-inr .breadcrumb-row ul li:last-child {
  color: #fff;
}

.dlab-bnr-inr .breadcrumb-row ul li a {
  color: #fff;
}
.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0 auto;
}

.iletisim-box iframe {
  width: 100%;
  border: 0;
  -webkit-filter: grayscale(109%);
  -webkit-backface-visibility: hidden;
}
.pb-100 {
  padding-bottom: 100px;
}
.pt-100 {
  padding-top: 100px;
}
.mb-100 {
  margin-bottom: 100px;
}
a {
  text-decoration: none;
  color: #333;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.section-title {
  position: relative;
}
.section-title p {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 400;
}
.section-title h4 {
  font-size: 40px;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 20px;
  display: inline-block;
}
.section-title h4::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 2px;
  background-color: #d8d8d8;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
}
.section-title h4::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #ff7200;
  left: 0;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}
.contact-form input,
textarea {
  width: 100%;
  border: 1px solid #0f122b24;
  padding: 5px 10px;
  text-transform: capitalize;
  margin-top: 15px;
  background-color: transparent;
  color: #fff;
  border-radius: 5px;
}
.single-contact {
  text-align: left;
  position: relative;
  padding-left: 70px;
  margin-bottom: 50px;
  margin-top: 10px;
}
.single-contact i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #ff7200;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 3px;
  color: white;
}
.single-contact h5 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
}
.single-contact p {
  font-size: 15px;
  font-weight: 400;
}
.contact-form input[type="submit"] {
  background-color: #0f122b;
  border: 0px;
  cursor: pointer;
  font-size: 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/*--------------------------------------------------------------
# Hizmetlerimiz
--------------------------------------------------------------*/
.hizmetlerimiz {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.hizmetlerimiz-img {
  width: 250px;
  position: relative;
  padding: 5px;
  text-align: center;
}

.hizmetlerimiz-aciklama {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 16px;
  left: 0;
  margin: 0 auto;
  padding: 10px;
  color: #fff;
  background-color: #000;
  opacity: 0;
  transition: 1s all;
}
.hizmetlerimiz:hover .hizmetlerimiz-aciklama {
  opacity: 1;
}

.hizmetlerimiz h1 {
  text-align: center;
  font-size: 18px;
}
.referanslar {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f5f5f5ee;
}

.ekibimiz {
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid #efefef;
}
.ekibimiz-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ekibimiz-img img {
  height: 250px;
  vertical-align: middle;
  text-align: center;

  display: inline-block;
  filter: grayscale(100%);
  transition: all 500ms;
}
.ekibimiz:hover .ekibimiz-img img {
  filter: grayscale(0%);
}
.ekibimiz-detay {
  position: absolute;
  bottom: -100px;
  background-color: #0f122b;
  width: 100%;
  text-align: center;
  padding: 10px;
  transition: bottom 500ms;
}
.ekibimiz-detay .ekibimiz-ad {
  font-size: 15px;
  color: #fff;
}
.ekibimiz-detay .ekibimiz-unvan {
  color: #f18101;
  font-size: 15px;
}
.ekibimiz:hover .ekibimiz-detay {
  bottom: 0;
}
.gizlilikh{
  padding-top: 10px;
  padding-bottom:10px ;
}
/* Syed's work starts */
/* Ilestim Page START */
.pakistan-offices-title{
  margin-bottom: 40px;
}
.pakistan-offices-title h4{
  font-size: 40px;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 20px;
  display: inline-block;
}
.pakistan-offices-title h4::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 2px;
  background-color: #d8d8d8;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
}
.pakistan-offices-title h4::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #ff7200;
  left: 0;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}

.pakistan-offices-info i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #ff7200;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 3px;
  color: white;
}
.pakistan-offices-info h5 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
}
.pakistan-offices-info span{
  font-weight: bold;
}
.pakistan-offices-info p {
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}
  /* Ilestim Page END */



/* Syed's work ends */