.main-header {
    position: relative;
    z-index: 26;
    padding: 50px 0 40px;
    background: #F5F5F5;
    top: 0
}
.main-header .hamburger-menu span {
    background: #4B4895;
}
/*about*/
.advantages-background {
    position: relative;
    border-radius: 45px;
    overflow: hidden;
    padding: 65px 45px;
    width: 100%;
    min-height: 463px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: baseline;
}
.advantages-background iframe {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
.advantages-background:before {
    position: absolute;
    content: '';
    background: url(../img/about-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.advantages-background:after {
    position: absolute;
    content: '';
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.5970763305322129) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.5970763305322129) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5970763305322129) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.contact-b-bg.advantages-background:before,.contact-b-bg.advantages-background:after{
    display: none;
}
.advantages-get-info {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #F5F5F5;
    padding: 33px;
    border-top-left-radius: 45px;
    max-width: 380px;
    height: 190px;
    z-index: 10;
}
.advantages-get-info:before {
    position: absolute;
    content: '';
    background: url(../img/radius-edge.png);
    right: 0;
    top: -45px;
    width: 45px;
    height: 45px;
}
.advantages-get-info:after {
    position: absolute;
    content: '';
    background: url(../img/radius-edge.png);
    bottom: 0;
    left: -45px;
    width: 45px;
    height: 45px;
}
.advantages-get-info-inner {
    background: #4A4697;
    border-radius: 25px;
    padding: 30px;
}
.advantages-get-info p {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    padding: 0;
    color: #fff;
    margin: 0;
}
.advantages-get-info a {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-decoration: underline !important;
    color: #FBC162 !important;
}
.page-nav ul li:not(:first-child)::before {
    content: ">";
    display: inline-block;
    color: #FFFFFF;
    margin: 0 3px;
}
.page-nav ul li a {
    display: inline-block;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
}
.page-nav ul li:last-child a {
    color: #FBC162;
}
.contact-b-bg .page-nav ul li a {
    color: #4a4697;
}
.contact-b-bg .page-nav ul li:last-child a {
    color: #FBC162;
}
.page-banner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 596px;
    z-index: -1;
}
.page-banner-n {
    align-items: flex-end;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 305px;
    z-index: 0;
}
.page-banner-n:before {
    position:absolute;
    content:'';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #363363;
    opacity: 80%;
  }
  .page-banner-n:after {
    position: absolute;
    content: '';
    bottom: 0;
    width: 2px;
    height: 70px;
    left: 0;
    right: 0;
    margin: auto;
    background: #FFFFFF;
  }
.page-content-wrapper {
    overflow: hidden;
    position: relative;
    background: #F5F5F5;
}
.page-text {
    max-width: calc(100% - 380px);
    padding: 0 25px;
}
.page-text p,
.page-text ul li {
    font-weight: 300;
    font-size: 16px;
    line-height: 34px;
    color: #333333;
    text-shadow: 0 0 #333333;
}
.page-text ul li {
    list-style-type: disc;
    position: relative;
    left: 18px;
    line-height: 26px;
    margin-bottom: 10px;
}
.document-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .document-item {
    max-width: 23.5%;
    border-radius: 45px;
    overflow: hidden;
    border: 1px solid #4B4895;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .document-item img {
    width: 100%;
  }
.application-wrapper {
    display: flex;
    margin-top: 90px;
}
.page-content-n .application-wrapper {
    margin-top: 0;
}
.left-side-for-picture {
    width: 50%;
    height: 500px;
    position: relative;
}
img.application-small-img {
    position: absolute;
    bottom: 0;
    left: 190px;
    border-radius: 15px;
    z-index: 5;
}
img.application-big-img {
    position: absolute;
    top: -60px;
    right: 40px;
    border-radius: 15px;
    z-index: 4;
}
.right-side-for-text {
    width: 50%;
}
.right-side-for-text h1 {
    font-weight: 600;
    font-size: 46px;
    line-height: 49px;
    color: #1D2A3B;
    margin-bottom: 25px;
}
.right-side-for-text p {
    font-size: 17px;
    line-height: 28px;
    color: #747E8C;
    margin-bottom: 25px;
}
.right-side-for-text ul {
    margin-bottom: 25px;
}
.right-side-for-text ul li {
    font-size: 15px;
    line-height: 28px;
    color: #747E8C;
    margin-bottom: 15px;
    margin-left: 20px;
}
.what-we-do {
    max-width: 770px;
    margin: 60px auto 0;
    position: relative;
}
.what-we-do::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url('../img/what-we-do-bg.png');
}
.what-we-do h1 {
    font-weight: 600;
    font-size: 46px;
    line-height: 49px;
    color: #1D2A3B;
    margin-bottom: 25px;
    text-align: center;
}
.what-we-do>p {
    font-size: 17px;
    line-height: 28px;
    color: #747E8C;
    margin-bottom: 110px;
    text-align: center;
    padding: 0 70px;
}
.what-we-do-list {
    display: flex;
    justify-content: space-evenly;
}
.what-we-do-list .item h2 {
    color: #52A233;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
}
.what-we-do-list .item p {
    font-size: 15px;
    color: #7C7D94;
    text-align: center;
    font-weight: 400;
}
.banner-left {
    padding: 0 20px 0 0;
}
.banner-left,
.banner-right {
    width: 50%;
}
.banner-left p {
    font-weight: 300;
    font-size: 18px;
    line-height: 36px;
    color: #FFFFFF;
}
.banner-slogan {
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    color: #fff;
}
.banner-slogan span {
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
}
.banner-right img {
    position: relative;
    left: 20px;
    top: -60px;
}
.banner-content-wrapper {
    display: flex;
    justify-content: space-between;
    padding-top: 120px;
    padding-top: 0;
}
.page-banner-n .banner-content-wrapper {
    flex-direction: column;
    align-items: center;
    padding-bottom: 80px;
  }
.page-content {
    padding: 60px 0;
    background: transparent;
    position: relative;
    z-index: 3;
}
.page-content-ref .container {
    display: flex;
    flex-wrap: wrap;
}
.page-content-n {
    padding: 60px 0 90px;
  }
.page-nav {
    position: relative;
    z-index: 9;
}
.page-nav ul {
    justify-content: center;
}
.page-nav ul li a {
    display: inline-block;
    color: #ffffff;
    font-weight: 500;
  }.page-nav ul li:last-child a {
    color: #ffffff;
  }
.page-nav ul li:not(:first-child)::before {
    content: "|";
    display: inline-block;
    color: #FFFFFF;
    margin: 0 3px;
  }
.banner-title {
    max-width: 100%;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 60px;
    font-weight: 700;
    margin: 15px 0 20px 0;
    letter-spacing: -0.025em;
    position: relative;
    z-index: 9;
    font-family: 'Playfair Display', serif;
}
.contact-b-bg .banner-title {
    color: #4a4697;
   
}
.vision-mission {
    position: relative;
    padding: 150px 0 90px;
}
.vision-mission::before {
    position: absolute;
    content: '';
    background-image: url('../img/vision-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.about-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.page-left,
.page-right {
    width: 50%;
}
.page-right p {
    font-size: 17px;
    line-height: 28px;
    color: #747E8C;
}
.page-right h1 {
    font-weight: 600;
    font-size: 46px;
    line-height: 49px;
    color: #1D2A3B;
}
app-innercontact {
    position: relative;
    z-index: 4;
}

/*about*/
/*news*/
.news {
    position: relative;
}
.news .container {
    position: relative;
}
h1.news-title {
    font-weight: 600;
    font-size: 46px;
    color: #1D2A3B;
    margin-bottom: 25px;
    text-align: center;
}
p.news-desc {
    font-size: 17px;
    line-height: 28px;
    text-align: center;
    color: #747E8C;
    max-width: 572px;
    margin: 0 auto 40px;
}
.news-slider {
    margin-bottom: 90px;
}
.item.swiper-slide.swiper-slide-active .logo-wrapper {
    width: 146px;
    height: 146px;
    border-radius: 50%;
    background: #EBEBEB;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
}
.item.swiper-slide.swiper-slide-active .logo-wrapper img {
    max-width: 80%;
    max-height: 80%;
}
.item.swiper-slide.swiper-slide-prev .logo-wrapper,
.item.swiper-slide.swiper-slide-next .logo-wrapper {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #EBEBEB;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 28px;
}
.item.swiper-slide.swiper-slide-prev .logo-wrapper img,
.item.swiper-slide.swiper-slide-next .logo-wrapper img {
    max-width: 60%;
    max-height: 60%;
}
.item.swiper-slide .logo-wrapper {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #EBEBEB;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s all;
    margin-top: 48px;
}
.logo-wrapper img {
    max-width: 50%;
    max-height: 50%;
    transition: 0.3s all;
}
.item.swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.item.swiper-slide.swiper-slide-active .comment-wrapper {
    display: block;
    width: 572px;
    text-align: center;
    margin-top: 40px;
}
.comment-wrapper {
    display: none;
}
.comment-wrapper h2 {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 30px;
    font-style: italic;
    font-weight: 400;
    color: #1D2A3B;
}
.comment-wrapper .ng-fa-icon {
    font-size: 34px;
    line-height: 34px;
    color: #5FA13A;
}
.comment-wrapper h3 {
    font-size: 18px;
    margin: 25px 0 10px;
    font-weight: 600;
    color: #1D2A3B;
}
.comment-wrapper h3 span {
    font-weight: 400;
    color: #5FA13A;
}
.star-rating fa-icon {
    font-size: 15px !important;
    color: #EF8C1C !important;
    line-height: 15px !important;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: '';
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: '';
}
.swiper-button-prev,
.swiper-button-next {
    width: 30px;
    height: 30px;
    background: #5FA13A;
    border-radius: 50%;
    color: #fff;
    top: 85px;
}
.home-contact {
    background-color: #4A4697;
    padding: 80px 0 70px 0;
}
.home-contact .container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-text {
    text-align: center;
}
.contact-text h1 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    line-height: 60px;
    margin-bottom: 10px;
    font-family: "Playfair Display", serif;
}
.contact-text p {
    max-width: 810px;
    font-size: 20px;
    line-height: 36px;
    color: #fff;
    font-weight: 400;
    margin: 0 auto 37px;
}
.contact-us-button {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #363636;
    background: #FBBF62;
    padding: 20px 50px 17px;
    transition: 0.3s all;
    border-radius: 32.5px;
    border-top-left-radius: 0;
}
.contact-us-button:hover {
    background: #fff;
    color: #4B4895;
}
/*news*/

/*bloglist*/

.blog-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 60px 0 0 0;
}
.blog-item {
  width: 49%;
  box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.16);
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.16);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.16);
  overflow: hidden;
  border-radius: 24px;
  margin-bottom: 30px;
}
.blog-item a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgb(255,255,255);
  background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(255,255,255,0) 70%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(255,255,255,0) 70%, rgba(255,255,255,0) 100%);
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(255,255,255,0) 70%, rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  z-index: 1;
}
.blog-item a {
  position: relative;
  display: flex;
}
.blog-text {
  position: absolute;
  top: 0;
  bottom: 0;
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  z-index: 1;
}
.blog-date {
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px 15px 10px 20px;
  background: #545CF5;
  border-bottom-right-radius: 4px;
  font-size: 15px;
  color: #FFFFFF;
}
.blog-img {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.blog-img img {
  min-width: 100%;
  width: auto;
  height: auto;
}
.blog-text h2 {
  font-weight: 500;
  font-size: 28px;
  line-height: 30px;
  letter-spacing: -0.025em;
  color: #5F4177;
}
.blog-text h3 {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-text h4 {
  font-size: 16px;
  font-weight: 600;
  color: #7C7D94;
}
.bottom-text h2 {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 36px;
  }
  .bottom-text h3 {
    font-size: 14px;
    line-height: 18px;
  }
/*bloglist*/
/*referanslar*/
.quote-contact {
    width: 30%;
    padding: 0 25px;
  }
  .quote-contact h1 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 120px;
    color: #333333;
    line-height: 0.01;
  }
  .quote-contact h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 30px;
  }
  .quote-contact p {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 30px;
  }
  .quote-contact a {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #333333;
    background: #FBC162;
    padding: 15px 45px;
    border-radius: 27px;
    border-top-left-radius: 0;
    transition: 0.3s all;
  }
  .quote-contact a:hover {
    background: #4B4895;
    color: #fff;
  }
  .references-list {
    width: 70%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .reference-item {
    width: 23.5%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E3E3E3;
    border-radius: 15px;
    height: 247px;
    margin-bottom: 19px;
  }
  .reference-item img {
    max-width: 175px;
    max-height: 175px;
  }
/*referanslar*/
/*galeri*/
.grid {
    column-count: 3;
    /* column-gap: 0.5em; */
    column-gap: 20px;
    max-width: 1200px;
    margin: auto;
    width: 100%;
}
.grid-item {
    overflow: hidden;
    margin-bottom: 20px;
}
.grid-item img {
    height: auto;
    width: 100%;
    /* padding-top: 20px; */
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
/*galeri*/
/*contact*/
.double-widget{
    display: flex;
    justify-content: space-between;
}.left-widget {
  margin-left: 30px;
  width: 50%
}.right-widget {
  width: 50%;
  background: #FFFFFF;
  align-items: center;
  height: 367px;
  margin: 108px 0 0 25px;
  border: 1px solid #E8E8E8;
  border-radius: 36px;
  overflow: hidden;
}
.half-widget {
  width: 44%;
}
.contact-us-widget {
  height: auto;
  padding: 0 45px;
}
.widget-item {
  margin-bottom: 0;
  display: flex;
  align-items: baseline;
  margin-bottom: 20px;
}
.wi-icon {
  width: 10px;
  height: 10px;
  min-width: 12px;
  border-radius: 50%;
  display: flex;
  color: #FBC162;
  font-size: 19px;
  margin-right: 16px;
}
.wi-title {
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  color: #000000;
}
.wi-desc{
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.wi-desc a {
  color: #4A4697;
}
.wi-desc.address {
  font-size: 15px;
  line-height: 19px;
}
.contact-us-image img {
  min-width: 305px;
}
.contact-map-wrapper {
  position: relative;
}
.contact-map-wrapper iframe {
  box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.5);
}
.map-pointer {
  margin-bottom: 30px;
}
.map-title {
  font-weight: 600;
  font-size: 37.5px;
  letter-spacing: -0.025em;
  color: #53A334;
  margin-bottom: 15px;
  padding-left: 60px;
  position: relative;
}
.map-title:after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #53A334;
  left: 35px;
  top: 25px;
}
.map-title:before {
  position: absolute;
  content: '';
  width: 29px;
  height: 8px;
  background: #53A334;
  left: 0;
  top: 25px;
}
.map-address,
.map-phone,
.map-phone a,
.map-mail,
.map-mail a 
 {
  font-weight: 400;
  font-size: 20px;
  line-height: 33px;
  color: #5B5B5B;
  max-width: 480px;
}
.map-address span,
.map-phone span,
.map-mail span {
  font-weight: bold;
}
.map-phone a:hover {
  color: #1D3258;
}.map-mail a:hover {
  color: #48C1F1;
}
 
  

   .cuf-title{
      font-size: 18px;
      letter-spacing: 0.2em;
      font-weight: 600;
      line-height: 38px;
      color: #4A4697;
  }.cuf-desc {
    margin: 20px 0;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    }.form-group {
        margin: 20px 0;
        display: flex;
        justify-content: flex-end;
    }.form-group input, .form-group textarea {
      font-size: 16px;
      color: #000000;
      font-weight: 300;
      line-height: 50px;
      padding: 0 20px;
      width: 100%;
      border: 1px solid #E3E3E3;
      border-radius: 5px;
    }
    .form-group input::placeholder, .form-group textarea::placeholder {
      font-size: 16px;
      color: #333333;
      font-weight: 300;
      line-height: 50px;
      width: 100%;
    }
    .form-group input[type=submit] {
    transition: 0.3s all;
    font-size: 18px;
    font-weight: 500;
    background: #FBBF62;
    color: #fff;
    border: none;
    max-width: 50%;
    max-height: 60px;
    border-radius: 30px;
    }.form-group input[type=submit]:hover {
        background: #4A4697;
        color: #fff;
    }
    .form-group input[type="checkbox"] {
      max-width: 50px;
  }
  .form-group label {
    font-weight: 300;
    font-size: 16px;
    line-height: 23.36px;
    color: #333333;
}.form-group label a {
  color: #4A4697;
  transition: 0.3s all;
  text-decoration: underline!important;
}

    .social-media-banner {
      background: #fff url(../img/contact-sub-banner.jpg) no-repeat 50% 50%;
      min-height: 280px;
      display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: relative;
  }


  .social-media-banner h1 {
    font-weight: 600;
    font-size: 38px;
    line-height: 65px;
    letter-spacing: -.025em;
    color: #EBEBEB;
}
img.contact-vector {
    position: absolute;
    right: 0;
    top: -80px;
    z-index: 0;
}
.advantages-background.contact-b-bg {
    position: relative;
    border-radius: 45px;
    overflow: hidden;
    padding: 65px 45px;
    width: 100%;
    min-height: 463px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: baseline;
}
.advantages-background.contact-b-bg .advantages-get-info-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 290px;
}
.advantages-background.contact-b-bg .advantages-get-info {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #F5F5F5;
    padding: 33px;
    border-top-left-radius: 45px;
    max-width: 380px;
    height: 190px;
    z-index: 10;
}
.page-content.contact-content {
    padding: 60px 0;
    background: #F1F3F5;
    position: relative;
    z-index: 0;
}
/*contact*/
/*offer*/
.page-banner-offer {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 305px;
    z-index: 0;
}
.quote-offer-cvr {
    padding: 0 0 90px;
    background: transparent;
    position: relative;
    z-index: 3;
    margin-top: -120px;
}
.quote-offer-cvr .double-widget {
    display: flex;
    justify-content: space-between;
}

.quote-offer-cvr .left-widget {
  padding: 90px 85px;
  width: calc(100% - 482px);
  /* background: #fff; */
  position: relative;
  overflow: hidden;
  border-top-right-radius: 45px;
  border-bottom-right-radius: 45px;
  margin-left:0;
}.quote-offer-cvr .contact-us-form {
    position: relative;
    z-index: 9;
    color: white;
}
.quote-offer-cvr .page-nav ul {
    justify-content: start;
}
.quote-offer-cvr .page-nav ul li a {
    display: inline-block;
    color: #333;
    font-weight: 500;
    font-size: 14px;
    background: none;
    line-height: normal;
    font-family: Poppins;
    padding: unset;
    border-radius: unset;
}
.quote-offer-cvr .page-nav ul li:not(:first-child):before {
    content: ">";
    display: inline-block;
    color: #333;
    margin: 0 3px;
}
.quote-offer-cvr .left-widget::before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      height: 97px;
      background: url(../img/getanoffer-formbefore.png);
      background-repeat: no-repeat;
      background-size: cover;
  }

  .quote-offer-cvr .left-widget::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 97px;
    bottom: 0;
    background: #fff;
}
.quote-offer-cvr img.pen-icon {
  position: absolute;
  right: 208px;
  top: 0px;
  background: #FBBF62;
  width: 80px;
  height: 80px;
  padding: 20px;
  border-radius: 50%;
}

.quote-offer-cvr .right-widget {
    width: 50%;
    /* height: initial; */
    background: #FFFFFF;
    align-items: center;
    height: 367px;
    margin: 108px 0 0 25px;
    border: 1px solid #E8E8E8;
    border-radius: 36px;
    overflow: hidden;
}

.quote-offer-cvr .half-widget {
    width: 44%;
}

.quote-offer-cvr .contact-us-widget {
    height: auto;
    padding: 0 45px;
}

.quote-offer-cvr .widget-item {
    /* border-radius: 8px; */
    /* background: #fff; */
    margin-bottom: 0;
    /* padding: 0 25px; */
    display: flex;
    /* height: 22%; */
    align-items: baseline;
    margin-bottom: 20px;
}

.quote-offer-cvr .wi-icon {
    width: 10px;
    height: 10px;
    min-width: 12px;
    /* background: #EAF3E6; */
    border-radius: 50%;
    display: flex;
    /* align-items: baseline; */
    /* justify-content: center; */
    color: #FBC162;
    font-size: 19px;
    margin-right: 16px;
}

.quote-offer-cvr .wi-title {
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    /* letter-spacing: -0.025em; */
    color: #000000;
}

.quote-offer-cvr .wi-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* letter-spacing: -0.025em; */
    color: #333333;
}

.quote-offer-cvr .wi-desc a {
    color: #4A4697;
}

.quote-offer-cvr .wi-desc.address {
    font-size: 15px;
    line-height: 19px;
}

.quote-offer-cvr .contact-us-image img {
    min-width: 305px;
}

.quote-offer-cvr .contact-map-wrapper {
    position: relative;
}

.quote-offer-cvr .contact-map-wrapper iframe {
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
}

.quote-offer-cvr .map-pointer {
    margin-bottom: 30px;
}

.quote-offer-cvr .map-title {
    font-weight: 600;
    font-size: 37.5px;
    letter-spacing: -0.025em;
    color: #53A334;
    margin-bottom: 15px;
    padding-left: 60px;
    position: relative;
}

.quote-offer-cvr .map-title:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #53A334;
    left: 35px;
    top: 25px;
}

.quote-offer-cvr .map-title:before {
    position: absolute;
    content: '';
    width: 29px;
    height: 8px;
    background: #53A334;
    left: 0;
    top: 25px;
}

.quote-offer-cvr .map-address,
.quote-offer-cvr .map-phone,
.quote-offer-cvr .map-phone a,
.quote-offer-cvr .map-mail,
.quote-offer-cvr .map-mail a {
    font-weight: 400;
    font-size: 20px;
    line-height: 33px;
    color: #5B5B5B;
    /* margin-bottom: 20px; */
    max-width: 480px;
}

.quote-offer-cvr .map-address span,
.quote-offer-cvr .map-phone span,
.quote-offer-cvr .map-mail span {
    font-weight: bold;
}

.quote-offer-cvr .map-phone a:hover {
    color: #1D3258;
}

.quote-offer-cvr .map-mail a:hover {
    color: #48C1F1;
}

.quote-offer-cvr .social-links {
    display: flex;
    justify-content: center;
    margin-bottom: 22px;
}

.quote-offer-cvr .social-links li {
    display: block;
    margin-right: 30px;
}

.quote-offer-cvr .social-links li:last-child {
    margin-right: 0;
}

.quote-offer-cvr .social-links li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    width: 120px;
    font-size: 50px;
    font-weight: 400;
    letter-spacing: -0.01em;
    height: 120px;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s all;
}

.quote-offer-cvr .social-links li a:hover {
    color: #fff;
}

.quote-offer-cvr a.facebook {
    background: #EBEBEB;
    color: #0066FF;
}

.quote-offer-cvr .social-links li a.facebook:hover {
    background: #0066FF;
}

.quote-offer-cvr a.twitter {
    background: #EBEBEB;
    color: #00acee;
}

.quote-offer-cvr .social-links li a.twitter:hover {
    background: #00acee;
}

.quote-offer-cvr a.instagram {
    background: #EBEBEB;
    color: #CE2D95;
}

.quote-offer-cvr .social-links li a.instagram:hover {
    background: #CE2D95;
}

.quote-offer-cvr a.linkedin {
    background: #EBEBEB;
    color: #0077B5;
}

.quote-offer-cvr .social-links li a.linkedin:hover {
    background: #0077B5;
}

.quote-offer-cvr .social-links li a img {
    max-width: 15px;
    max-height: 15px;
}

.quote-offer {
    width: 482px;
    padding: 80px 60px;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
  }

  .quote-offer:before {
      position: absolute;
      content: '';
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: url(../img/getanoffer-bg.jpg);
      background-repeat: no-repeat;
      background-size: auto;
  }

  .quote-offer h1 {
      font-family: 'Playfair Display', serif;
      font-weight: 400;
      font-size: 120px;
      color: #333333;
      line-height: 0.01;
      position: relative;
  }

  .quote-offer h2 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 30px;
    position: relative;
  }

  .quote-offer p {
      font-weight: 500;
      font-size: 18px;
      line-height: 30px;
      color: #333333;
      margin-bottom: 30px;
      position: relative;
  }
  .quote-offer .banner-title {
    max-width: 100%;
    font-size: 36px;
    color: #333333;
    line-height: 60px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    text-align: left;
    margin-bottom: 60px;
  }
  
/*offer*/
@media (max-width: 1529px) {
    /*about*/
    .advantages-background {
        padding: 55px 40px;
    }
    .application-wrapper {
        margin-top: 30px;
    }
    img.application-small-img {
        left: 100px;
        bottom: -40px;
    }
    img.application-big-img {
        top: 0;
        right: 40px;
    }
    .right-side-for-text h1 {
        font-size: 40px;
        line-height: 43px;
    }
    .right-side-for-text p {
        font-size: 16px;
        line-height: 27px;
    }
    .what-we-do h1 {
        font-size: 40px;
        line-height: 43px;
    }
    .what-we-do>p {
        font-size: 16px;
        line-height: 27px;
        margin-bottom: 60px;
    }
    .page-right h1 {
        font-size: 40px;
        line-height: 43px;
    }
    .page-right p {
        font-size: 16px;
        line-height: 27px;
    }
    .page-left {
        text-align: center;
    }
    .page-left img {
        max-width: 500px;
    }
    /*about*/
    /*news*/
    .news {
        padding: 25px 0 0 0;
    }
    .home-contact {
        background-size: cover;
        padding: 40px 0 50px 0;
    }
    h1.news-title {
        font-size: 42px;
        margin-bottom: 20px;
    }
    p.news-desc {
        font-size: 16px;
        line-height: 26px;
        max-width: 520px;
        margin: 0 auto 30px;
    }
    .item.swiper-slide.swiper-slide-active .comment-wrapper {
        width: 490px;
        margin-top: 20px;
    }
    .comment-wrapper h2 {
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 28px;
    }
    .comment-wrapper h3 {
        font-size: 16px;
        margin: 10px 0 10px;
    }
    .news-slider {
        margin-bottom: 50px;
    }
    .contact-text h1 {
        font-size: 42px;
        margin-bottom: 15px;
    }
    /*news*/
    /*bloglist*/
    .blog-text h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
      }
      .blog-text h3 {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
      }
      .blog-date {
        font-size: 14px;
      }
      .blog-item {
        margin-bottom: 25px;
      }
    /*bloglist*/
}
@media (max-width: 1399px) {
    /*about*/
    .application-wrapper {
        margin-top: 0;
    }
    .left-side-for-picture {
        height: 400px;
    }
    img.application-big-img {
        max-height: 100%;
    }
    img.application-small-img {
        max-height: 70%;
    }
    .right-side-for-text h1 {
        font-size: 36px;
        line-height: 39px;
        margin-bottom: 20px;
    }
    .right-side-for-text p {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 15px;
    }
    .what-we-do h1 {
        font-size: 36px;
        line-height: 39px;
        margin-bottom: 20px;
    }
    .what-we-do>p {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 35px;
    }
    .what-we-do-list .item h2 {
        font-size: 40px;
    }
    .page-right h1 {
        font-size: 36px;
        line-height: 39px;
        margin-bottom: 20px;
    }
    .page-right p {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 15px;
    }
    .page-left img {
        max-width: 80%;
    }
    .page-banner {
        height: 670px;
    }
    .page-banner-n {
        height: 305px;
    }
    .page-banner-title {
        font-size: 42px;
        line-height: 50px;
        margin: 10px 0 15px 0;
        max-width: 510px;
    }
    .page-text h2 {
        font-size: 22px;
        line-height: 32px;
    }
    .about-img {
        margin-top: -114px;
        margin-left: 20px;
        max-width: 50%;
    }
    .banner-content-wrapper {
        padding-top: 90px;
    }
    .banner-title {
        font-size: 44px;
        line-height: 48px;
        margin: 15px 0 15px 0;
    }
    .banner-left p {
        font-size: 16px;
        line-height: 32px;
    }
    /*about*/
    /*news*/
    .contact-us-button {
        font-size: 18px;
        line-height: 24px;
        padding: 10px 50px 12px;
        border-radius: 22px;
    }
    .contact-text h1 {
        font-size: 36px;
        margin-bottom: 10px;
    }
    .contact-text p {
        font-size: 16px;
        line-height: 22px;
    }
    /*news*/
         /*referanslar*/
         .reference-item {
            height: 195px;
          }
          .reference-item img {
            max-width: 140px;
            max-height: 140px;
          }
              /*referanslar*/
              /*contact*/
              .advantages-background iframe {
                max-width: 1140px;
              }
                /*contact*/
}
@media (max-width: 1199px) {
    /*about*/
    .advantages-background {
        padding: 45px 35px;
        min-height: 363px;
    }
    .advantages-get-info {
        padding: 30px;
        border-top-left-radius: 45px;
        max-width: 270px;
        height: 170px;
    }
    .advantages-get-info-inner {
        padding: 20px;
    }
    .advantages-get-info p {
        font-size: 14px;
        line-height: 20px;
    }
    .advantages-get-info a {
        font-size: 14px;
    }
    img.application-small-img {
        left: 40px;
    }
    .page-content {
        padding: 40px 0 0;
    }
    .page-content-n {
        padding: 40px 0 60px;
    }
    .page-text {
        max-width: 100%;
        padding: 0;
    }
    .page-banner {
        height: 550px;
    }
    .page-banner-n {
        height: 305px;
    }
    .banner-content-wrapper {
        padding-top: 60px;
    }
    
    .banner-title {
        font-size: 40px;
        line-height: 44px;
        margin: 0 0 15px 0;
    }
    .banner-left p {
        font-size: 14px;
        line-height: 24px;
    }
    .page-right p {
        font-size: 14px;
        line-height: 24px;
    }
    .page-right h3 {
        font-size: 22px;
        line-height: 26px;
    }
    /*about*/
    /*news*/
    .contact-text h1 {
        font-size: 30px;
    }
    /*news*/
    /*document*/
    .document-item {
        max-width: 48.5%;
        margin-bottom: 30px;
    }
      /*document*/
    /*blog*/
     
    .blog-date {
      padding: 6px 20px 6px 25px;
    }
   
    .blog-text h2 {
      font-size: 15px;
      line-height: 20px;
      margin-bottom: 20px;
    }
    .blog-bottom {
      height: 160px;
      padding: 0 25px;
      margin-bottom: -20px;
    }
      /*blog*/
       /*referanslar*/
       .quote-contact h1 {
        font-size: 110px;
      }
      .quote-contact h2 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 25px;
      }
      .quote-contact p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 25px;
      }
      .quote-contact a {
        font-size: 18px;
      }
      .reference-item {
        height: 155px;
      }
      .reference-item img {
        max-width: 120px;
        max-height: 120px;
      }
        /*referanslar*/
        /*galeri*/
        .grid {
            column-count: 2;
        }
         /*galeri*/
           /*contact*/
           .map-title {
            font-size: 25px;
            line-height: 30px;
            margin-bottom: 10px;
          }
          .map-address {
            font-size: 15px;
            line-height: 20px;
            margin-bottom: 10px;
          }
          .map-phone a {
            font-size: 20px;
            line-height: 25px;
            margin-bottom: 10px;
          }
          .map-mail a {
            font-size: 14px;
            line-height: 25px;
            margin-bottom: 10px;
          }
          .advantages-background iframe {
            max-width: 960px;
          }
         
            /*contact*/

}
@media (max-width: 991px) {
    /*about*/
    .advantages-background {
        padding: 40px 30px;
    }
    .advantages-get-info {
        padding: 20px;
        max-width: 200px;
        height: 146px;
    }
    .advantages-get-info p {
        font-size: 14px;
        line-height: 20px;
        text-shadow: 0 0 black;
    }
    .advantages-get-info a {
        font-size: 18px;
        line-height: 32px;
    }
    .left-side-for-picture {
        height: 300px;
    }
    img.application-small-img {
        left: 0;
    }
    .right-side-for-text h1 {
        font-size: 30px;
        line-height: 33px;
        margin-bottom: 15px;
    }
    .right-side-for-text p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .what-we-do h1 {
        font-size: 30px;
        line-height: 33px;
        margin-bottom: 15px;
    }
    .what-we-do>p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 25px;
    }
    .page-right h1 {
        font-size: 30px;
        line-height: 33px;
        margin-bottom: 15px;
    }
    .vision-mission {
        position: relative;
        padding: 90px 0 40px;
    }
    .page-banner-title {
        font-size: 34px;
        line-height: 40px;
        max-width: 360px;
    }
    .about-img {
        margin-top: -95px;
        margin-left: 15px;
        max-width: 50%;
    }
    .page-text h2 {
        font-size: 18px;
        line-height: 26px;
    }
    .page-text p {
        font-size: 14px;
        line-height: 24px;
        font-weight: 500;
    }

    /*about*/
    /*news*/
    .contact-text h1 {
        font-size: 26px;
    }
    .contact-text p {
        font-size: 14px;
        line-height: 14px;
    }
    /*news*/
    /*blog*/
    .blog-img {
        margin-right: 20px;
        min-width: 120px;
        height: 120px;
    }
    .blog-item a {
      padding: 40px 20px 20px 20px;
    }
    .blog-text h2 {
      font-size: 14px;
      line-height: 17px;
      margin-bottom: 10px;
    }
    .blog-text h3 {
      font-size: 13px;
      line-height: 18px;
      margin-bottom: 10px;
    }
    .blog-text h4 {
      font-size: 14px;
    }
    .bottom-text h2 {
      margin-bottom: 15px;
      font-size: 18px;
      line-height: 20px;
    }
    .blog-bottom {
      height: 130px;
      padding: 0 20px;
      margin-bottom: -30px;
    }
    .bottom-input {
      height: 50px;
    }
    .bottom-input input#e-mail {
      font-size: 14px;
      line-height: 35px;
    }
    .bottom-input input[type=submit] {
      height: 35px;
      font-size: 14px;
    }
    /*blog*/
       /*referanslar*/
       .quote-contact {
        width: 100%;
        margin-bottom: 35px;
        padding: 0;
      }
      .references-list {
        width: 100%;
      }
          /*referanslar*/

             /*contact*/
             .double-widget {
                flex-wrap: wrap;
              }.right-widget {
                width: 100%;
                margin: 0;
              }
              .left-widget {
                margin-left: 0;
                width: 100%;
              }

              .contact-us-widget {
                flex-wrap: wrap;
            }
            .widget-item {
              width: 100%;
              margin-bottom: 20px;
              height: auto;
            }
            .contact-us-form {
              max-width: unset;
              padding: 0;
            }
            .advantages-background iframe {
              max-width: 720px;
            }
                /*contact*/
                /*offer*/
                .quote-offer {
                    width: 339px;
                    padding: 80px 20px;
                    position: relative;
                    overflow: hidden;
                    border-top-left-radius: 25px;
                    border-bottom-left-radius: 25px;
                }
                .quote-offer h2 {
                    font-size: 15px;
                    line-height: 21px;
                    margin-bottom: 20px;
                }
                .quote-offer p {
                    font-size: 14px;
                    line-height: 20px;
                    margin-bottom: 20px;
                }
                .quote-offer .banner-title {
                    max-width: 100%;
                    font-size: 32px;
                    line-height: 58px;
                    margin-bottom: 30px;
                }
                .quote-offer-cvr .left-widget {
                    padding: 90px 20px;
                    width: calc(100% - 339px);
                    position: relative;
                    overflow: hidden;
                    border-top-right-radius: 25px;
                    border-bottom-right-radius: 25px;
                    margin-left: 0;
                }
                /*offer*/
}
@media (max-width: 767px) {

    /*about*/
    .advantages-get-info {
        padding: 35px;
        max-width: 220px;
        height: 180px;
    }
    .advantages-get-info p {
        font-size: 14px;
        line-height: 16px;
    }
    .advantages-get-info a {
      font-size: 15px;
      line-height: 20px;
    }
      .advantages-get-info-inner {
        padding: 20px;
    }
      .advantages-background {
        padding: 30px 25px 150px;
        min-height: 280px;
    }
  
    .about-img {
        margin: 10px 0 10px 0;
        max-width: 100%;
    }
    .banner-content-wrapper {
        flex-wrap: wrap;
    }
    .banner-left,
    .banner-right {
        width: 100%;
    }
    .banner-left {
        padding: 0;
    }
    .banner-right {
        text-align: center;
    }
    .banner-right img {
        width: 60%;
    }
    .page-banner {
        height: 640px;
    }
    .page-banner-n {
        height: 305px;
    }
    .about-content-wrapper {
        flex-wrap: wrap;
    }
    .about-content-wrapper {

        flex-wrap: wrap;
    }
    .page-left,
    .page-right {
        width: 100%;
    }
    .page-left {
        text-align: center;
        margin-bottom: 20px;
    }

    .page-left img {
        max-width: 60%;
    }
    /*about*/
    /*news*/
    .home-contact .container {
        justify-content: center;
        flex-direction: column;
    }
    .contact-text h1 {
        font-size: 24px;
        margin-bottom: 15px;
        text-align: center;
        line-height: 33px;
    }
    .contact-text p {
        font-size: 13px;
        line-height: 16px;
        color: #fff;
    }
    .contact-us-button {
        font-size: 15px;
        line-height: 20px;
        padding: 9px 50px 10px;
        border-radius: 19px;
    }
    /*news*/
        /*document*/
    .document-item {
        max-width: 100%;
    }
         /*document*/

         /*blog*/
         .blog-item {
            margin-bottom: 20px;
            width: 100%;
        }
         /*blog*/
         .page-nav li {
            display: flex;
        }
         /*referanslar*/
         .reference-item {
            height: 180px;
            width: 48%;
        }
          /*referanslar*/
          
             /*galeri*/
             .grid {
                column-count: 1;
            }
                /*galeri*/
                   /*contact*/
                   .map-pointer {
                    top: unset;
                    bottom: 0;
                    left: 0;
                  }
              
                      .advantages-background.contact-b-bg {
                        padding: 50px 40px;
                        min-height: 363px;
                      }
                      .advantages-background.contact-b-bg .advantages-get-info {
                        height: 150px;
                      }
                      .advantages-background.contact-b-bg .advantages-get-info-inner {
                        padding: 25px;
                        min-width: auto;
                      }
                      .advantages-background.contact-b-bg .advantages-get-info-inner a img {
                        max-width: 30px;
                        margin-left: 15px;
                      }
                      .advantages-background.contact-b-bg iframe {
                        max-width: 540px;
                      }
                      /*contact*/
                      /*offer*/
                      .quote-offer {
                        width: 244px;
                    }
                    .quote-offer-cvr .left-widget {
                        width: calc(100% - 244px);
                       
                    }
                    .form-group input[type="checkbox"] {
                        max-width: 21px;
                        margin-right: 4px;
                    }
                    .form-group label {
                        font-size: 14px;
                        color: #333333;
                    }
                    .form-group input {
                        font-size: 14px;
                        line-height: 50px;
                    }
                     .form-group textarea {
                        font-size: 14px;
                        line-height: 30px;
                    }
                    .form-group input::placeholder {
                        font-size: 14px;
                        line-height: 50px;
                      }
                 .form-group textarea::placeholder {
                        font-size: 14px;
                        line-height: 30px;
                      }
                      .form-group input[type=submit] {
                      font-size: 14px;
                      }
                      /*offer*/
}
@media (max-width:575px) {
    
    .main-header {
        margin-bottom: 0;
    }
    /*about*/
    .advantages-background {
        min-height: 363px;
        justify-content: flex-start;
    }
    .advantages-get-info {
        padding: 30px;
        max-width: 290px;
        height: 210px;
    }
    /*about*/
    /*blog*/
    .page-banner-n {
        height: 240px;
    }
    .page-content-n:after {
        height: 40px;
  
    }
    .banner-title {
        font-size: 23px;
        line-height: 26px;
        margin: 0 0 15px;
    }
 /*blog*/
    /*referanslar*/
    .reference-item {
        height: 140px;
        width: 100%;
    }
    /*referanslar*/
       /*contact*/
    .contact-us-image {
        display: none;
    }
    .right-widget {
      height: 267px;
    }
           /*contact*/
           /*offer*/
           .quote-offer {
            width: 100%;
        }
        .quote-offer-cvr .left-widget {
            width: 100%;
        }
        .quote-offer-cvr .left-widget img{
          display: none;
        }
}
   
