@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Template Name: Template Name
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Template default CSS

-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  01. Template default CSS
/*----------------------------------------*/
/*-- Google Font --*/
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&family=Roboto:wght@400;500;700&display=swap");
/*-- Common Style --*/
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 26px;
  position: relative;
  visibility: visible;
  color: #777777;
}
body[dir=rtl] {
  text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  color: #203292;
}

a,
button {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  background-color: transparent;
  border: 0;
}

a {
  color: #203292;
}

textarea {
  width: 100%;
  padding-left: 20px;
  padding-top: 20px;
  outline: 0;
  height: 150px;
  border-style: solid;
  border-width: 1px;
  color: #203292;
  border-color: rgba(32, 50, 146, 0.149);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
textarea::-webkit-input-placeholder {
  color: #203292;
}
textarea::-moz-placeholder {
  color: #203292;
}
textarea:-ms-input-placeholder {
  color: #203292;
}
textarea::-ms-input-placeholder {
  color: #203292;
}
textarea::placeholder {
  color: #203292;
}
textarea:focus {
  border-color: #203292;
}

label {
  margin-bottom: 15px;
}

.form-control {
  display: block;
  width: 100%;
  min-height: 45px;
  padding: 6px 80px 6px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.625;
  color: #777777;
  border-radius: 5px;
  background-color: #fff;
}

.form-control:focus {
  color: #777777;
  background-color: #fff;
  border-color: #203292;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

p:last-child {
  margin-bottom: 0;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

li {
  list-style: none;
}

input:focus,
button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #203292;
}

input {
  display: inline-block;
  line-height: 58px;
  height: 58px;
  width: 100%;
  background: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  text-align: left;
  box-shadow: none;
  -webkit-box-shadow: none;
  padding-left: 20px;
  padding-right: 10px;
  outline: 0;
  border-style: solid;
  border-width: 1px;
  color: #203292;
  border-color: rgba(32, 50, 146, 0.149);
  background-image: none !important;
}
input::-webkit-input-placeholder {
  color: #203292;
}
input::-moz-placeholder {
  color: #203292;
}
input:-ms-input-placeholder {
  color: #203292;
}
input::-ms-input-placeholder {
  color: #203292;
}
input::placeholder {
  color: #203292;
}
input.active {
  outline: 0px auto -webkit-focus-ring-color;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*************************
 Bootstrap Custom Container
************************/
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
.container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
.container-md,
.container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
.container-lg,
.container-md,
.container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1200px;
  }
}
.row {
  --bs-gutter-x: 30px;
}

.row.gx-0 {
  --bs-gutter-x: 0px;
}

.mt-30px {
  margin-top: 30px;
}

.mt-40px {
  margin-top: 40px;
}

.mt-35px {
  margin-top: 35px;
}

.mt-50px {
  margin-top: 50px;
}

.ml-30px {
  margin-left: 30px;
}

.mb-30px {
  margin-bottom: 30px;
}

#__lpform_input_idx_0_icon {
  display: none;
}

#__lpform_name_icon {
  display: none;
}

.img-responsive {
  max-width: 100%;
  display: block;
}

.custom-container {
  max-width: 1450px;
  margin: auto;
  padding: 0 15px;
}

.custom-container-2 {
  max-width: 1650px;
  margin: auto;
}

.custom-container-3 {
  max-width: 1720px;
  margin: auto;
}

.background-color-gray {
  background-color: #f5f6f8;
}

.shape {
  position: absolute;
  z-index: 1;
}

.border-radius-0 {
  border-radius: 0px !important;
}

.pt-150px {
  padding-top: 150px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-150px {
    padding-top: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-150px {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-150px {
    padding-top: 60px;
  }
}

.pb-150px {
  padding-bottom: 150px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-150px {
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-150px {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-150px {
    padding-bottom: 60px;
  }
}

.pt-110px {
  padding-top: 110px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-110px {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-110px {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-110px {
    padding-top: 60px;
  }
}

.pb-110px {
  padding-bottom: 110px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-110px {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-110px {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-110px {
    padding-bottom: 60px;
  }
}

.pt-100px {
  padding-top: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-100px {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-100px {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-100px {
    padding-top: 60px;
  }
}

.pb-100px {
  padding-bottom: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-100px {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-100px {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-100px {
    padding-bottom: 60px;
  }
}

.pl-100px {
  padding-left: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pl-100px {
    padding-left: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pl-100px {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .pl-100px {
    padding-left: 30px;
  }
}

.pr-100px {
  padding-right: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pr-100px {
    padding-right: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pr-100px {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .pr-100px {
    padding-right: 30px;
  }
}

.plr-100px {
  padding: 0 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .plr-100px {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .plr-100px {
    padding: 0 30px;
  }
}

.mb-n-3px {
  margin-bottom: -3px;
}

.pt-80px {
  padding-top: 80px;
}

.pb-80px {
  padding-bottom: 80px;
}

.pt-70px {
  padding-top: 70px;
}

.mt-60px {
  margin-top: 60px;
}

.mb-n-60px {
  margin-bottom: -60px;
}

.mb-n-50px {
  margin-bottom: -50px;
}

.mb-60px {
  margin-bottom: 60px;
}

.mb-50px {
  margin-bottom: 50px;
}

.mb-75px {
  margin-bottom: 75px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-75px {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-75px {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .mb-75px {
    margin-bottom: 40px;
  }
}

.mb-70px {
  margin-bottom: 70px;
}

.mb-40px {
  margin-bottom: 40px;
}

.mb-n-40px {
  margin-bottom: -40px;
}

.mb-30px {
  margin-bottom: 30px;
}

.mb-n-30px {
  margin-bottom: -30px;
}

#scrollUp {
  right: 20px;
  bottom: 0px;
  z-index: 9811 !important;
}

.slider-animated-1 > * {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

.swiper-slide-active .slider-animated-1 > * {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
.swiper-slide-active .slider-animated-1 > *:nth-child(1) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.swiper-slide-active .slider-animated-1 > *:nth-child(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.swiper-slide-active .slider-animated-1 > *:nth-child(3) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.swiper-slide-active .slider-animated-1 > *:nth-child(4) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.swiper-slide-active .slider-animated-1 > *:nth-child(5) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.swiper-slide-active .slider-animated-1 > *:nth-child(6) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.section-title .title {
  font-size: 48px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  line-height: 58px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title .title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title .title {
    font-size: 30px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 575px) {
  .section-title .title {
    font-size: 26px;
  }
  .section-title .title br {
    display: none;
  }
}
.section-title .sami-title {
  color: #203292;
  font-size: 16px;
  position: relative;
  padding: 10px 0px 10px 30px;
  display: inline-block;
  margin: 0 0 14px;
  z-index: 1;
}
.section-title .sami-title::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../images/icons/sami-title-bg.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.section-title .sami-title.bg-shape-2::after {
  background-image: url(../images/icons/sami-title-bg-2.png);
}

/* Fixed Header */
.sticky-nav.menu_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-animation: sticky 1s;
  animation: sticky 1s;
  -webkit-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
  box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
  background-color: #203292;
  padding: 15px 0;
}
.sticky-nav.menu_fixed .botton-shape::after {
  display: none;
}

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
/* Header Top css gose here */
.header-top {
  padding: 25px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.botton-shape {
  position: relative;
}
.botton-shape::after {
  position: absolute;
  top: auto;
  bottom: -25px;
  content: "";
  background-image: url(../images/icons/botton-shape.png);
  width: 98%;
  height: 1px;
  background-size: contain;
  background-position: center;
}

.menu-portion .main-menu ul li + li {
  margin-left: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .menu-portion .main-menu ul li + li {
    margin-left: 15px;
  }
}
.menu-portion .main-menu ul li:hover > a {
  color: #ffd855;
}
.menu-portion .main-menu ul li:hover > a::after {
  opacity: 1;
  visibility: visible;
  width: 100%;
  left: 0;
}
.menu-portion .main-menu ul a {
  font-size: 16px;
  color: #b7bddc;
  padding: 10px 20px 10px 20px;
  font-weight: 400;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .menu-portion .main-menu ul a {
    padding: 10px 15px 10px 15px;
  }
}
.menu-portion .main-menu ul a.active {
  color: #ffd855;
}
.menu-portion .main-menu ul a.active::after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.menu-portion .main-menu ul a::after {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 0%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, right top, left top, color-stop(38%, #203292), to(rgba(255, 255, 255, 0.1)));
  background: linear-gradient(-90deg, #203292 38%, rgba(255, 255, 255, 0.1) 100%);
  background-position: left;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.menu-portion .main-menu ul .dropdown {
  position: relative;
}
.menu-portion .main-menu ul .dropdown::before {
  position: absolute;
  width: 100%;
  height: 60px;
  content: "";
}
.menu-portion .main-menu ul .dropdown ul li {
  margin: 20px 0;
}
.menu-portion .main-menu ul .dropdown ul.sub-menu {
  position: absolute;
  z-index: 9;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
  min-width: 250px;
  left: auto !important;
  background: #203292;
  -webkit-box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.15);
  display: block;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  top: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .menu-portion .main-menu ul .dropdown ul.sub-menu {
    top: 59px;
  }
}
.menu-portion .main-menu ul .dropdown:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0);
  -o-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -webkit-transform: rotateX(0);
}

.button-portion .appoinment-btn {
  width: 215px;
  height: 65px;
  color: #fff;
  background-color: #2b41b6;
  border-radius: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .button-portion .appoinment-btn {
    width: 190px;
    height: 60px;
  }
}
.button-portion .appoinment-btn span {
  color: #ffd855;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.button-portion .appoinment-btn:hover {
  background-color: #fff;
  color: #203292;
}
.button-portion .appoinment-btn:hover span {
  color: #203292;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.mobile-header {
  background-color: #203292;
  padding: 10px 0;
}

.offcanvas-mobile-menu .button-portion .appoinment-btn {
  width: 160px;
  height: 50px;
  color: #fff;
  background-color: #2b41b6;
  border-radius: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
}
.offcanvas-mobile-menu .button-portion .appoinment-btn span {
  color: #ffd855;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.offcanvas-mobile-menu .button-portion .appoinment-btn:hover {
  background-color: #ffd855;
}
.offcanvas-mobile-menu .button-portion .appoinment-btn:hover span {
  color: #fff;
}

.sticky-nav.menu_fixed.mobile-header {
  padding: 10px 0;
}

.nav-icon {
  width: 40px;
  height: 28px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: block;
  opacity: 1;
}
.nav-icon:hover {
  opacity: 1;
}
@media only screen and (max-width: 575px) {
  .nav-icon {
    width: 30px;
    height: 22px;
  }
}

.nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
@media only screen and (max-width: 575px) {
  .nav-icon span {
    height: 2px;
  }
}

.nav-icon span:nth-child(1) {
  top: 0px;
}

.nav-icon span:nth-child(2) {
  top: 12px;
}
@media only screen and (max-width: 575px) {
  .nav-icon span:nth-child(2) {
    top: 10px;
  }
}

.nav-icon span:nth-child(3) {
  top: 24px;
}
@media only screen and (max-width: 575px) {
  .nav-icon span:nth-child(3) {
    top: 20px;
  }
}

.nav-icon.open span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.nav-icon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.nav-icon.open span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

body.offcanvas-open {
  overflow: hidden;
}

.offcanvas {
  font-size: 14px;
  font-weight: 400;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: auto;
  display: block;
  width: 400px;
  height: 100%;
  padding: 20px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  visibility: visible;
}
.offcanvas.offcanvas-cart {
  overflow: auto;
}
@media only screen and (max-width: 479px) {
  .offcanvas {
    width: 300px;
  }
}
.offcanvas .inner {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.offcanvas .inner .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  width: 100%;
  margin: 50px 0;
}
.offcanvas .inner .head .title {
  color: #203292;
  font-weight: 700;
}
.offcanvas .inner .head .offcanvas-close {
  position: relative;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  border: 0;
  background-color: transparent;
}
.offcanvas .inner .head .offcanvas-close::after {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 20px;
  height: 2px;
  content: "";
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #203292;
}
.offcanvas .inner .head .offcanvas-close::before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 20px;
  height: 2px;
  content: "";
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #203292;
}
.offcanvas .inner .head .offcanvas-close:hover:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.offcanvas .inner .head .offcanvas-close:hover:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.offcanvas .inner .offcanvas-menu ul li {
  position: relative;
  display: block;
  line-height: 28px;
}
.offcanvas .inner .offcanvas-menu ul li a {
  display: block;
  padding: 5px 20px;
  text-transform: capitalize;
  color: #203292;
  border-top: 1px solid #eee;
  font-size: 16px;
  font-weight: 500;
}
.offcanvas .inner .offcanvas-menu ul li .sub-menu {
  position: static;
  top: auto;
  display: none;
  visibility: visible;
  width: 100%;
  min-width: auto;
  padding: 0;
  -webkit-transition: none;
  transition: none;
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.offcanvas .inner .offcanvas-menu ul li .sub-menu li {
  line-height: inherit;
  position: relative;
}
.offcanvas .inner .offcanvas-menu ul li .sub-menu li a {
  text-transform: capitalize;
  padding-left: 30px;
  padding-right: 50px;
  display: block;
  border-top: 1px solid #eee;
  font-size: 14px;
  font-weight: 400;
}
.offcanvas .inner .offcanvas-menu ul li .sub-menu li:last-child {
  border-bottom: none;
}
.offcanvas .inner .offcanvas-menu ul li .menu-expand {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 20px;
  width: 24px;
  height: 40px;
  cursor: pointer;
  background-color: transparent;
}
.offcanvas .inner .offcanvas-menu ul li:hover > a {
  color: #203292;
}
.offcanvas .inner .offcanvas-menu ul li:hover > span.menu-expand:before {
  background: #ff9900;
}
.offcanvas .inner .offcanvas-menu ul li:hover > span.menu-expand:after {
  background: #ff9900;
}
.offcanvas .inner .offcanvas-menu ul li:last-child {
  border-bottom: 1px solid #eee;
}
.offcanvas .inner .offcanvas-menu ul li:hover > a {
  color: #ff9900;
}
.offcanvas .inner .offcanvas-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.offcanvas .inner .offcanvas-social li {
  display: inline-block;
  margin: 0 10px 0px 0;
  line-height: 40px;
  padding: 0;
}
@media only screen and (max-width: 479px) {
  .offcanvas .inner .offcanvas-social li {
    margin: 0 5px 0px 0;
  }
}
.offcanvas .inner .offcanvas-social li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  background: #203292;
  font-size: 16px;
  padding: 0;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  text-align: center;
  border: none;
  z-index: 1;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.offcanvas .inner .offcanvas-social li a:hover {
  background: #ffd855;
  color: #fff;
}

.offcanvas-menu > ul > li .menu-expand {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 24px;
  height: 44px;
  cursor: pointer;
  background-color: transparent;
}

.offcanvas.offcanvas-mobile-menu {
  right: auto;
  left: 0;
  padding: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 350px;
}
@media only screen and (max-width: 479px) {
  .offcanvas.offcanvas-mobile-menu {
    width: 300px;
  }
}
.offcanvas.offcanvas-mobile-menu .offcanvas-close {
  position: absolute;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  border: 0;
  left: 0%;
  top: 30px;
  background-color: #203292;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.offcanvas.offcanvas-mobile-menu .offcanvas-close::after {
  position: absolute;
  top: calc(50% - 1px);
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 2px;
  content: "";
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #fff;
}
.offcanvas.offcanvas-mobile-menu .offcanvas-close::before {
  position: absolute;
  top: calc(50% - 1px);
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 2px;
  content: "";
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
}
.offcanvas.offcanvas-mobile-menu .offcanvas-close:hover:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.offcanvas.offcanvas-mobile-menu .offcanvas-close:hover:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.offcanvas-menu > ul > li .menu-expand::before,
.offcanvas-menu > ul > li .menu-expand::after {
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 7px);
  width: 14px;
  height: 2px;
  content: "";
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  background-color: #203292;
}

.offcanvas-menu > ul > li .menu-expand::after {
  -webkit-transform: rotate(90deg) scale(0.75);
  transform: rotate(90deg) scale(0.75);
}

.offcanvas-menu > ul > li.active > .menu-expand::after {
  -webkit-transform: rotate(0) scale(0.75);
  transform: rotate(0) scale(0.75);
}

.offcanvas-menu > ul > li .sub-menu li.active > .menu-expand::after {
  -webkit-transform: rotate(0) scale(0.75);
  transform: rotate(0) scale(0.75);
}

.offcanvas.offcanvas-mobile-menu.offcanvas-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.offcanvas.offcanvas-mobile-menu.offcanvas-open .offcanvas-close {
  left: 100%;
}

.offcanvas-overlay {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.offcanvas.offcanvas-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.slider-area {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.slider-height {
  height: 1000px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .slider-height {
    height: 900px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-height {
    height: 750px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-height {
    height: 550px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-height {
    height: 500px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-height {
    height: 767px;
  }
}

.hero-slide-content {
  max-width: 360px;
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-content {
    max-width: 275px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slide-content {
    max-width: 245px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-slide-content {
    max-width: 100%;
  }
}
.hero-slide-content .title-1 {
  font-size: 65px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
  max-width: 310px;
  position: relative;
}
.hero-slide-content .title-1::after {
  position: absolute;
  top: auto;
  bottom: 12px;
  content: "";
  background: -webkit-gradient(linear, right top, left top, from(rgba(32, 50, 146, 0.1)), to(white));
  background: linear-gradient(-90deg, rgba(32, 50, 146, 0.1) 0%, white 100%);
  width: 150px;
  height: 1px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-content .title-1::after {
    width: 161px;
    bottom: 9px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slide-content .title-1::after {
    bottom: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-content .title-1 {
    font-size: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slide-content .title-1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-slide-content .title-1 {
    max-width: 249px;
  }
}
.hero-slide-content .title-2 {
  font-size: 65px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
  max-width: 320px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-content .title-2 {
    font-size: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slide-content .title-2 {
    font-size: 40px;
  }
}
.hero-slide-content .title-3 {
  font-size: 65px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  max-width: 300px;
  text-align: right;
  position: relative;
}
.hero-slide-content .title-3::after {
  position: absolute;
  top: auto;
  bottom: 11px;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgba(32, 50, 146, 0.1)), to(white));
  background: linear-gradient(90deg, rgba(32, 50, 146, 0.1) 0%, white 100%);
  width: 150px;
  height: 1px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-content .title-3::after {
    width: 168px;
    bottom: 9px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slide-content .title-3::after {
    bottom: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-content .title-3 {
    font-size: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slide-content .title-3 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-slide-content .title-3 {
    max-width: 249px;
  }
}
.hero-slide-content .disc {
  font-size: 16px;
  line-height: 30px;
  color: #b7bddc;
  position: relative;
  padding: 16px 0px 16px 25px;
  display: inline-block;
}
.hero-slide-content .disc::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../images/icons/disc-bg.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-content .disc {
    margin: 20px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-slide-content .btn {
    width: 160px;
    height: 50px;
  }
}
.hero-slide-image .large-img {
  max-width: 100%;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

.swiper-slide-active .hero-slide-image .large-img {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.hero-slide-image {
  right: -94px;
  top: -10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .hero-slide-image {
    right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slide-image {
    right: 0;
    top: 0;
    max-width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-image {
    right: 0;
    top: 0;
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slide-image {
    right: 0;
    top: 0;
    max-width: 45%;
  }
}
@media only screen and (max-width: 575px) {
  .hero-slide-image {
    margin-bottom: 30px;
    text-align: center;
    right: auto;
    top: auto;
    max-width: 60%;
  }
}
.hero-slide-image .small-img {
  max-width: 100%;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-image .small-img {
    max-width: 40%;
    top: -5% !important;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slide-image .small-img {
    max-width: 40%;
    top: -5% !important;
  }
}
.swiper-slide-active .hero-slide-image .small-img {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.hero-slide-image .round-1 {
  max-width: 100%;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
  position: absolute;
  top: 30px !important;
  left: -100px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-image .round-1 {
    top: -14% !important;
    left: -10% !important;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slide-image .round-1 {
    top: -40% !important;
    left: 25% !important;
  }
}
@media only screen and (max-width: 575px) {
  .hero-slide-image .round-1 {
    top: -18% !important;
    left: -28% !important;
  }
}
.swiper-slide-active .hero-slide-image .round-1 {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.memphis-images .memphis {
  position: absolute;
  z-index: -1;
}

.memphis-1 {
  top: 10%;
  -webkit-animation: memphis1 45s linear 10s infinite;
  animation: memphis1 45s linear 10s infinite;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

@-webkit-keyframes memphis1 {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: 0;
  }
  10% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 10%;
  }
  90% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 90%;
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: 95%;
  }
}
@keyframes memphis1 {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: 0;
  }
  10% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 10%;
  }
  90% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 90%;
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: 95%;
  }
}
.memphis-2 {
  top: 25%;
  -webkit-animation: memphis2 45s linear 20s infinite;
  animation: memphis2 45s linear 20s infinite;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

@-webkit-keyframes memphis2 {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: 0;
  }
  10% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 10%;
  }
  90% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 90%;
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: 95%;
  }
}
@keyframes memphis2 {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: 0;
  }
  10% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 10%;
  }
  90% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 90%;
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: 95%;
  }
}
.memphis-3 {
  top: 40%;
  -webkit-animation: memphis3 45s linear 30s infinite;
  animation: memphis3 45s linear 30s infinite;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

@-webkit-keyframes memphis3 {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: 0;
  }
  10% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 10%;
  }
  90% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 90%;
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: 95%;
  }
}
@keyframes memphis3 {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: 0;
  }
  10% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 10%;
  }
  90% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 90%;
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: 95%;
  }
}
.memphis-4 {
  top: 60%;
  -webkit-animation: memphis4 45s linear 40s infinite;
  animation: memphis4 45s linear 40s infinite;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

@-webkit-keyframes memphis4 {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: 0;
  }
  10% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 10%;
  }
  90% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 90%;
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: 95%;
  }
}
@keyframes memphis4 {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: 0;
  }
  10% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 10%;
  }
  90% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 90%;
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: 95%;
  }
}
.memphis-5 {
  top: 80%;
  -webkit-animation: memphis5 45s linear 10s infinite;
  animation: memphis5 45s linear 10s infinite;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

@-webkit-keyframes memphis5 {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: 0;
  }
  10% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 10%;
  }
  90% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 90%;
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: 95%;
  }
}
@keyframes memphis5 {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: 0;
  }
  10% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 10%;
  }
  90% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 90%;
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: 95%;
  }
}
/* Footer Section Style Gose here */
footer {
  position: relative;
  z-index: 1;
}

.footer-area {
  padding-top: 150px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area {
    padding-top: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area {
    padding-top: 80px;
  }
}

.subscribe-wrap {
  max-width: 800px;
  margin: auto;
  margin-bottom: 85px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .subscribe-wrap {
    margin-bottom: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subscribe-wrap {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .subscribe-wrap {
    margin-bottom: 50px;
  }
}
.subscribe-wrap .contect-btn {
  width: 200px;
  height: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subscribe-wrap .contect-btn {
    width: 190px;
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .subscribe-wrap .contect-btn {
    width: 160px;
    height: 50px;
  }
}

.mb-142px {
  margin-bottom: 142px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-142px {
    margin-bottom: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-142px {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .mb-142px {
    margin-bottom: 50px;
  }
}

.single-footer .footer-logo {
  margin-bottom: 40px;
}
@media only screen and (max-width: 479px) {
  .single-footer .footer-logo {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .single-footer .footer-address {
    line-height: 1.4;
  }
}
.single-footer .footer-address span {
  color: #ffd855;
  display: block;
  margin: 0 0 6px;
  font-weight: 400;
}
.single-footer .footer-address .address {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}
@media only screen and (max-width: 479px) {
  .single-footer .footer-address .address {
    font-size: 16px;
  }
}
.single-footer .footer-address a {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}
@media only screen and (max-width: 479px) {
  .single-footer .footer-address a {
    font-size: 16px;
  }
}

.single-footer .title {
  font-size: 30px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 36px;
  margin-top: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-footer .title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-footer .title {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .single-footer .title {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 479px) {
  .single-footer .title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.single-footer .footer-link ul li a {
  color: #f4fbfa;
  line-height: 52px;
}
@media only screen and (max-width: 479px) {
  .single-footer .footer-link ul li a {
    font-size: 14px;
    line-height: 42px;
  }
}
.single-footer .footer-link ul li a i {
  margin-right: 15px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-footer .footer-link ul li a:hover {
  color: #ffd855;
}
.single-footer .footer-link ul li a:hover i {
  margin-right: 20px;
}

.instagram-links {
  margin: 55px 0 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .instagram-links {
    margin: 35px 0 0px;
  }
}
@media only screen and (max-width: 767px) {
  .instagram-links {
    margin: 35px 0 0px;
  }
}
.instagram-links li {
  display: inline-block;
  margin: 0 4px 8px 0;
}
.instagram-links li a {
  position: relative;
  display: block;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .instagram-links li a img {
    max-width: 63px;
  }
}
@media only screen and (max-width: 767px) {
  .instagram-links li a img {
    max-width: 73px;
  }
}
.instagram-links li a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #ffd855;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.instagram-links li a::before {
  content: "";
  font-family: "IcoFont";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 18px;
  color: #203292;
  z-index: 3;
  margin-top: -13px;
  margin-left: -9px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
}
.instagram-links li a:hover::before {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.instagram-links li a:hover::after {
  opacity: 0.8;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.custom-container-4 {
  max-width: 1450px;
  margin: auto;
}
.custom-container-4.botton-shape-2 {
  position: relative;
}
.custom-container-4.botton-shape-2::after {
  position: absolute;
  top: 0;
  content: "";
  background-image: url(../images/icons/botton-shape.png);
  width: 100%;
  height: 1px;
  background-size: contain;
  background-position: center;
}

.footer-bottom-content {
  padding: 25px 0;
  color: #b7bddc;
}
.footer-bottom-content .theme-name {
  color: #ffd855;
}
.footer-bottom-content .copy-right-text {
  font-size: 15px;
}
@media only screen and (max-width: 479px) {
  .footer-bottom-content .copy-right-text {
    font-size: 14px;
  }
}
.footer-bottom-content .copy-right-text i {
  color: red;
}
.footer-bottom-content .copy-right-text a {
  color: #ffd855;
}
.footer-bottom-content .social-content-list li + li {
  margin-left: 20px;
}
.footer-bottom-content .social-content-list a {
  font-size: 15px;
  color: #b7bddc;
  padding: 6px 7px 6px 12px;
  font-weight: 400;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 1;
}
@media only screen and (max-width: 479px) {
  .footer-bottom-content .social-content-list a {
    font-size: 14px;
  }
}
.footer-bottom-content .social-content-list a.active {
  color: #ffd855;
}
.footer-bottom-content .social-content-list a.active::after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.footer-bottom-content .social-content-list a:hover {
  color: #ffd855;
}
.footer-bottom-content .social-content-list a:hover::after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.footer-bottom-content .social-content-list a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, right top, left top, color-stop(38%, #203292), to(rgba(255, 255, 255, 0.1)));
  background: linear-gradient(-90deg, #203292 38%, rgba(255, 255, 255, 0.1) 100%);
  background-position: left;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer-bottom-content .social-content-list a:last-child {
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  .footer-bottom-content .social-content-list {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-bottom-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-md-30px {
    margin-bottom: 30px;
  }

  .mt-md-30px {
    margin-top: 30px;
  }

  .mt-md-50px {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .mb-lm-30px {
    margin-bottom: 30px;
  }

  .mt-lm-50px {
    margin-top: 50px;
  }

  .mt-lm-30px {
    margin-top: 30px;
  }

  .mt-lm-20px {
    margin-top: 20px;
  }

  .mb-lm-20px {
    margin-bottom: 20px;
  }

  .mb-lm-10px {
    margin-bottom: 10px;
  }

  .mb-lm-15px {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .mb-xs-30px {
    margin-bottom: 30px;
  }

  .mb-xs-15px {
    margin-bottom: 15px;
  }

  .no-sm-gutters {
    margin-left: 0;
    margin-right: 0;
  }

  .ms-sm-50px {
    margin-left: 50px;
  }

  .mt-sm-20px {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .mb-es-30px {
    margin-bottom: 30px;
  }

  .col-xs-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .ms-ex-0px {
    margin-left: 0 !important;
  }

  .mt-ex-20px {
    margin-top: 20px !important;
  }
}
/* About Css */
.shape-2 {
  top: auto !important;
  left: -110px !important;
  bottom: 60px !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .shape-2 {
    left: 0px !important;
    bottom: 0px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shape-2 {
    left: 0px !important;
    bottom: 0px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shape-2 {
    top: 30% !important;
    left: 20px !important;
    bottom: auto !important;
  }
}
@media only screen and (max-width: 767px) {
  .shape-2 {
    top: 30% !important;
    left: 20px !important;
    bottom: auto !important;
  }
}
@media only screen and (max-width: 575px) {
  .shape-2 {
    top: 25% !important;
    left: 0px !important;
    bottom: auto !important;
  }
}
@media only screen and (max-width: 575px) {
  .shape-2 img {
    max-width: 25%;
  }
}

@media only screen and (max-width: 575px) {
  img.image-2 {
    max-width: 60%;
  }
}

/* Round Icon  */
.about-left {
  position: relative;
}
.about-left::after {
  position: absolute;
  top: 25%;
  left: -36px;
  width: 72px;
  height: 72px;
  background-color: #ffd855;
  border-radius: 50%;
  content: "";
  -webkit-animation: autoScale linear 6s infinite 6s;
          animation: autoScale linear 6s infinite 6s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-left::after {
    top: 44%;
  }
}
@media only screen and (max-width: 767px) {
  .about-left::after {
    top: 44%;
  }
}
@media only screen and (max-width: 479px) {
  .about-left::after {
    left: -14px;
    width: 50px;
    height: 50px;
  }
}

/* Round Icon Animation */
@-webkit-keyframes autoScale {
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes autoScale {
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* Video Icon  */
.promo-video {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.promo-video .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  line-height: 45px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.promo-video .overlay-box span {
  position: absolute;
  width: 90px;
  height: 90px;
  left: 50%;
  top: 50%;
  z-index: 10;
  color: #ffd855;
  font-weight: 400;
  font-size: 16px;
  border-radius: 50%;
  margin-top: -45px;
  margin-left: -45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  background-color: #203292;
}
@media only screen and (max-width: 479px) {
  .promo-video .overlay-box span {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    font-size: 14px;
  }
}
.promo-video img {
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transform: scale(1);
          transform: scale(1);
  max-width: 100%;
}
.promo-video:hover img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.ripple,
.ripple:before,
.ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}
@media only screen and (max-width: 479px) {
  .ripple,
.ripple:before,
.ripple:after {
    width: 60px;
    height: 60px;
  }
}

.ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

/* Video  Icon Shadow Animation */
@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(37, 24, 24, 0);
            box-shadow: 0 0 0 70px rgba(37, 24, 24, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
/*about content*/
.about-content .quate {
  font-size: 20px;
  line-height: 30px;
  font-family: "Playfair Display", serif;
  color: #777777;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 20px;
}

/* About page style */
.history-wrap {
  padding: 100px 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .history-wrap {
    padding: 74px 41px;
  }
}
@media only screen and (max-width: 767px) {
  .history-wrap {
    padding: 74px 30px;
  }
}

.history-years-topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px 0px 25px 0px;
}
.history-years-topbar a + a {
  margin-left: 15px;
}
@media only screen and (max-width: 575px) {
  .history-years-topbar a + a {
    margin-left: 10px;
  }
}
.history-years-topbar a {
  font-size: 18px;
  color: #203292;
  font-weight: 500;
  background-color: #fff;
  height: 60px;
  width: calc(25% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.history-years-topbar a.active {
  color: #fff;
  background-color: #203292;
}
.history-years-topbar a:hover {
  color: #fff;
  background-color: #203292;
}
@media only screen and (max-width: 767px) {
  .history-years-topbar a {
    font-size: 16px;
    height: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .history-years-topbar a {
    font-size: 14px;
    height: 40px;
    width: calc(25% - 10px);
  }
}
@media only screen and (max-width: 479px) {
  .history-years-topbar a {
    width: calc(50% - 10px);
    font-size: 16px;
    height: 50px;
  }
}
.history-years .quate {
  font-size: 21px;
  color: #777777;
  font-weight: 600;
  line-height: 30px;
  font-family: "Playfair Display", serif;
  margin: 28px 0 23px 0;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}
@media only screen and (max-width: 575px) {
  .history-years .quate {
    font-size: 19px;
    line-height: 29px;
  }
}
@media only screen and (max-width: 479px) {
  .history-years .quate {
    font-size: 18px;
    line-height: 28px;
  }
}
.history-years .disc {
  color: #777777;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}
.history-years .active .quate {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.history-years .active .disc {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.shape-4 {
  top: auto !important;
  right: 155px !important;
  bottom: 150px !important;
  left: auto !important;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shape-4 {
    right: 0px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shape-4 {
    right: 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  .shape-4 {
    right: 0px !important;
  }
}

.shape-5 {
  top: auto !important;
  right: 140px !important;
  bottom: 290px !important;
  left: auto !important;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shape-5 {
    right: 0px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shape-5 {
    right: 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  .shape-5 {
    right: 0px !important;
  }
}

.contact-area .contact-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #eff1f4;
  position: relative;
  padding: 100px 0 90px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-area .contact-wrap {
    padding: 70px 0px 62px 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-area .contact-wrap {
    padding: 70px 0px 62px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-area .contact-wrap {
    padding: 70px 0px 62px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact-area .contact-wrap .contact-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  padding-left: 125px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-area .contact-wrap .contact-box {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-area .contact-wrap .contact-box {
    padding-left: 42px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .contact-area .contact-wrap .contact-box {
    padding-left: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .contact-area .contact-wrap .contact-box {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-area .contact-wrap .contact-box:last-child {
    margin-top: 30px;
  }
}
.contact-area .contact-wrap::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #e0e1e7;
  margin-left: -0.5px;
}
@media only screen and (max-width: 767px) {
  .contact-area .contact-wrap::after {
    display: none;
  }
}
.contact-area .contact-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact-area .contact-inner .contact-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #203292;
  color: #fff;
  font-size: 25px;
  border-radius: 50%;
  margin-right: 35px;
}
.contact-area .contact-inner .contact-icon.background-color-yellow {
  background-color: #ffd855;
  color: #203292;
}
.contact-area .contact-inner .contect-content .title {
  font-size: 25px;
  line-height: 70px;
  font-weight: 600;
  margin: 0 0 5px;
}
.contact-area .contact-inner .contect-content .contect-text {
  margin: 0 0 0px;
  color: #777777;
  font-weight: 400;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 85px auto;
  grid-template-columns: 85px auto;
  line-height: 1.9;
}
.contact-area .contact-inner .contect-content .contect-text:last-child {
  margin: 0;
}
.contact-area .contact-inner .contect-content .contect-text .sami-title {
  font-size: 16px;
  color: #203292;
  font-weight: 500;
}
.contact-area .contact-inner .contect-content .contect-text a {
  color: #777777;
  font-weight: 400;
}
.contact-area .contact-inner .contect-content .contect-text a:hover {
  color: #203292;
}

.contact-map #mapid .gmap_canvas iframe {
  border: 0;
  overflow: hidden;
  background: 0 0 !important;
  height: 780px;
  width: 100%;
  margin-bottom: -10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-map #mapid .gmap_canvas iframe {
    height: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-map #mapid .gmap_canvas iframe {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-map #mapid .gmap_canvas iframe {
    height: 400px;
  }
}
@media only screen and (max-width: 575px) {
  .contact-map #mapid .gmap_canvas iframe {
    height: 300px;
  }
}

.btn {
  padding: 0;
  font-size: 16px;
  border-radius: 35px;
  width: 220px;
  height: 70px;
  border: 0;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn span {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn:hover span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.btn.service-btn {
  width: 155px;
  height: 55px;
}
.btn.appoinment-btn {
  width: 190px;
  height: 60px;
}
.btn.appoinment-btn span {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 767px) {
  .btn.appoinment-btn {
    width: 160px;
    height: 50px;
  }
}
.btn.appoinment-btn:hover span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .btn {
    width: 190px;
    height: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .btn {
    width: 190px;
    height: 60px;
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .btn {
    width: 160px;
    height: 50px;
    margin-bottom: 0 !important;
    font-size: 14px;
  }
}

.border-color-primary {
  border-width: 2px;
  border-color: #203292;
  border-style: solid;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.border-color-primary:hover {
  border-color: #203292;
}

.border-color-yellow {
  border-width: 2px;
  border-color: #ffd855;
  border-style: solid;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.border-color-yellow:hover {
  border-color: #203292;
}

.background-color-white {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
}
.background-color-white:hover {
  background-color: #203292;
}

.background-color-yellow {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #ffd855;
}
.background-color-yellow:hover {
  background-color: #fff;
}

.white-color {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #203292;
}
.white-color:hover {
  color: #203292;
}

.theme-color {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #203292;
}
.theme-color:hover {
  color: #fff;
}

.hover-color-theme {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.hover-color-theme:hover {
  background-color: #203292;
}

.hover-color-yellow {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.hover-color-yellow:hover {
  background-color: #ffd855;
  border-color: #ffd855;
  color: #203292;
}

/* Blog section and blog page style gose here */
.blog-area .section-title .title {
  padding-right: 40px;
  margin: 0 0 25px;
}
.blog-area .section-title .disc {
  color: #777777;
  max-width: 260px;
  margin: 0 0 52px;
}
@media only screen and (max-width: 767px) {
  .blog-area .section-title .disc {
    max-width: 100%;
    margin: 0 0 30px;
  }
}
.blog-area .section-title .contect-btn {
  width: 190px;
  height: 60px;
}
@media only screen and (max-width: 767px) {
  .blog-area .section-title .contect-btn {
    width: 160px;
    height: 50px;
  }
}

.blog-image {
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-image {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-image {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
.blog-image img {
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media only screen and (max-width: 767px) {
  .blog-image img {
    width: 100%;
    max-width: 100%;
  }
}
.blog-image:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.blog-content {
  line-height: 1;
}
.blog-content-single {
  padding: 50px 30px 43px 60px;
  background-color: #f5f6f8;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-content-single {
    padding: 53px 24px 53px 25px;
  }
}
@media only screen and (max-width: 479px) {
  .blog-content-single {
    padding: 50px 29px 43px 29px;
  }
}
.blog-content-single .blog-date-author li {
  color: #203292;
  font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-content-single .blog-date-author li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 479px) {
  .blog-content-single .blog-date-author li {
    font-size: 14px;
  }
}
.blog-content-single .blog-date-author li span {
  color: #777777;
  font-weight: 400;
}
.blog-content-single .blog-date-author li a {
  color: #777777;
  font-weight: 400;
}
.blog-content-single .blog-date-author li a:hover {
  color: #203292;
}
.blog-content-single .blog-date-author li + li {
  margin-left: 25px;
}
.blog-content-single .blog-title {
  font-size: 25px;
  color: #203292;
  line-height: 38px;
  font-weight: 600;
  margin: 15px 0 0;
  font-family: "Playfair Display", serif;
  display: inline-block;
}
.blog-content-single .blog-title:hover {
  color: #ff9900;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-content-single .blog-title {
    font-size: 23px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-content-single .blog-title {
    font-size: 23px;
    line-height: 32px;
  }
}

/* Blog Details page style */
.blog-details-area .container-inner {
  padding: 57px 70px 62px 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-area .container-inner {
    padding: 47px 40px 52px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details-area .container-inner {
    padding: 47px 40px 52px 40px;
  }
}
@media only screen and (max-width: 479px) {
  .blog-details-area .container-inner {
    padding: 47px 20px 52px 20px;
  }
}
.blog-details-area .container-inner .blog-details-wrap .title {
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
  margin: 0 0 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-area .container-inner .blog-details-wrap .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details-area .container-inner .blog-details-wrap .title {
    font-size: 32px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-details-area .container-inner .blog-details-wrap .title {
    font-size: 28px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 479px) {
  .blog-details-area .container-inner .blog-details-wrap .title {
    font-size: 22px;
    line-height: 32px;
  }
}
.blog-details-area .container-inner .blog-details-wrap .blog-details-meta {
  margin: 12px 0 29px 0;
}
.blog-details-area .container-inner .blog-details-wrap .blog-details-meta ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 575px) {
  .blog-details-area .container-inner .blog-details-wrap .blog-details-meta ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.blog-details-area .container-inner .blog-details-wrap .blog-details-meta ul li {
  color: #203292;
  font-size: 16px;
  position: relative;
  padding: 10px 0px 10px 25px;
  display: inline-block;
  z-index: 1;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .blog-details-area .container-inner .blog-details-wrap .blog-details-meta ul li {
    padding: 10px 0px 10px 15px;
    font-size: 14px;
  }
}
.blog-details-area .container-inner .blog-details-wrap .blog-details-meta ul li::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(/assets/images/icons/sami-title-bg.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog-details-area .container-inner .blog-details-wrap .blog-details-meta ul li a {
  font-weight: 400;
  color: #777;
}
.blog-details-area .container-inner .blog-details-wrap .disc {
  color: #777777;
}

.blog-details-wrap-2 {
  margin: 47px 0 0;
}
.blog-details-wrap-2 .title {
  font-size: 32px;
  font-weight: 600;
  margin: 45px 0 22px;
}
@media only screen and (max-width: 767px) {
  .blog-details-wrap-2 .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-details-wrap-2 .title {
    font-size: 22px;
    margin: 30px 0 15px;
  }
}
.blog-details-wrap-2 .disc {
  color: #777777;
}
.blog-details-wrap-2 .quote-speech {
  color: #6c6e73;
  font-size: 21px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  line-height: 30px;
}

.blog-details-wrap-3 {
  margin: 47px 0 0;
}
.blog-details-wrap-3 .promo-video .overlay-box span {
  left: 75%;
}
@media only screen and (max-width: 767px) {
  .blog-details-wrap-3 .promo-video .overlay-box span {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    left: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details-wrap-3 .promo-video .overlay-box span .ripple,
.blog-details-wrap-3 .promo-video .overlay-box span .ripple:before,
.blog-details-wrap-3 .promo-video .overlay-box span .ripple:after {
    width: 60px;
    height: 60px;
  }
}
.blog-details-wrap-3 .title {
  font-size: 32px;
  font-weight: 600;
  margin: 45px 0 22px;
}
@media only screen and (max-width: 767px) {
  .blog-details-wrap-3 .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-details-wrap-3 .title {
    font-size: 22px;
    margin: 30px 0 15px;
  }
}
.blog-details-wrap-3 .disc {
  color: #777777;
}
.blog-details-wrap-3 .quote-speech {
  color: #6c6e73;
  font-size: 21px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  line-height: 30px;
}

.tag-share {
  padding: 20px 30px;
  background-color: #fff;
  margin: 42px 0 0;
}
@media only screen and (max-width: 575px) {
  .tag-share {
    padding: 20px 15px;
  }
}
.tag-share .share-content .title-share {
  color: #203292;
  font-size: 16px;
  position: relative;
  padding: 10px 0px 10px 25px;
  display: inline-block;
  margin: 0 0 0px;
  z-index: 1;
}
.tag-share .share-content .title-share::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(/assets/images/icons/sami-title-bg.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.tag-share .share-content li + li {
  margin-left: 5px;
}
.tag-share .share-content a {
  color: #777777;
}
.tag-share .share-content a:hover {
  color: #203292;
}

.comment-area .title {
  font-size: 32px;
  font-weight: 600;
  margin: 61px 0 32px;
}
@media only screen and (max-width: 767px) {
  .comment-area .title {
    font-size: 24px;
  }
}
.comment-area .comment-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .comment-area .comment-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.comment-area .comment-wrapper .comment-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f6f8), to(rgba(32, 50, 146, 0.05)));
  background: linear-gradient(-180deg, #f5f6f8 0%, rgba(32, 50, 146, 0.05) 100%);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 172px;
  height: 172px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.comment-area .comment-wrapper .comment-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(100% - 227px);
  margin-left: 55px;
}
@media only screen and (max-width: 767px) {
  .comment-area .comment-wrapper .comment-content {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
}
.comment-area .comment-wrapper .comment-content .title-name {
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .comment-area .comment-wrapper .comment-content .title-name {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .comment-area .comment-wrapper .comment-content .title-name {
    font-size: 20px;
  }
}
.comment-area .comment-wrapper .comment-content .sub-title {
  color: #777777;
  position: relative;
  padding-left: 45px;
  margin: 0 0 0;
}
.comment-area .comment-wrapper .comment-content .sub-title::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 35px;
  height: 1px;
  content: "";
  background-color: #9a9a9a;
  margin-top: -0.5px;
}
.comment-area .comment-wrapper .comment-content .disc {
  color: #777777;
  margin: 21px 0 27px;
}
.comment-area .comment-wrapper .comment-content .reply-btn {
  width: 130px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #203292;
  color: #203292;
  border-radius: 30px;
}
.comment-area .comment-wrapper .comment-content .reply-btn:hover {
  color: #fff;
  background-color: #203292;
}
.comment-area .comment-wrapper:last-child {
  margin-top: 60px;
}

.comment-form-area .title {
  font-size: 32px;
  font-weight: 600;
  margin: 61px 0 42px;
}
@media only screen and (max-width: 767px) {
  .comment-form-area .title {
    font-size: 24px;
  }
}
.comment-form-area textarea {
  height: 250px;
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  .comment-form-area .ms-6 {
    margin-left: 15px !important;
  }
}

.flex-md-row-reverse .blog-sidebar {
  padding-right: 30px;
  padding-left: 0px;
  border-right: 1px solid #dfe0e5;
  border-left: 0px solid #dfe0e5;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .flex-md-row-reverse .blog-sidebar {
    padding: 0;
    border: 0;
    margin-top: 50px;
  }
}

.blog-sidebar {
  padding-left: 30px;
  border-left: 1px solid #dfe0e5;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 0;
    border: 0;
    margin-top: 50px;
  }
}
.blog-sidebar .sidebar-single-box {
  margin: 0 0 62px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-sidebar .sidebar-single-box {
    margin: 0 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-sidebar .sidebar-single-box {
    margin: 0 0 40px;
  }
}
.blog-sidebar .sidebar-single-box .title {
  font-size: 35px;
  font-weight: 600;
  margin: 0 0 35px;
}
@media only screen and (max-width: 767px) {
  .blog-sidebar .sidebar-single-box .title {
    font-size: 24px;
    margin: 0 0 25px;
  }
}
.blog-sidebar .sidebar-single-box form {
  position: relative;
}
.blog-sidebar .sidebar-single-box input {
  border: none;
  background-color: #ffffff;
  padding-right: 65px;
}
.blog-sidebar .sidebar-single-box input::-webkit-input-placeholder {
  color: #777777;
}
.blog-sidebar .sidebar-single-box input::-moz-placeholder {
  color: #777777;
}
.blog-sidebar .sidebar-single-box input:-ms-input-placeholder {
  color: #777777;
}
.blog-sidebar .sidebar-single-box input::-ms-input-placeholder {
  color: #777777;
}
.blog-sidebar .sidebar-single-box input::placeholder {
  color: #777777;
}
.blog-sidebar .sidebar-single-box button {
  position: absolute;
  top: 0;
  right: 0;
  width: 58px;
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 18px;
  background-color: #203292;
}
.blog-sidebar .sidebar-single-box .category-item ul li + li {
  margin-top: 10px;
}
.blog-sidebar .sidebar-single-box .category-item ul a {
  height: 58px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  color: #777;
  position: relative;
}
.blog-sidebar .sidebar-single-box .category-item ul a::after {
  position: absolute;
  top: 50%;
  left: 30px;
  width: 0px;
  height: 1px;
  background-color: #fff;
  content: "";
  margin-top: -0.5px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog-sidebar .sidebar-single-box .category-item ul a:hover {
  background-color: #203292;
  color: #fff;
  padding-left: 70px;
}
.blog-sidebar .sidebar-single-box .category-item ul a:hover::after {
  width: 35px;
}
.blog-sidebar .sidebar-single-box .popular-tag ul li {
  display: inline-block;
  margin: 0 4px 10px;
}
.blog-sidebar .sidebar-single-box .popular-tag ul li a {
  height: 45px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #777;
  padding: 0 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-sidebar .sidebar-single-box .popular-tag ul li a {
    padding: 0 20px;
  }
}
.blog-sidebar .sidebar-single-box .popular-tag ul li a:hover {
  background-color: #203292;
  color: #fff;
}

.blog-content-single-post {
  padding: 14px 0 9px 0;
  border-top: 1px solid #c4d8d6;
}
.blog-content-single-post .blog-date-author {
  margin: 0 0 12px;
}
.blog-content-single-post .blog-date-author ul li + li {
  margin-left: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-content-single-post .blog-date-author ul li + li {
    margin-left: 10px;
  }
}
.blog-content-single-post .blog-date-author ul li {
  font-weight: 700;
  color: #203292;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-content-single-post .blog-date-author ul li {
    font-size: 14px;
  }
}
.blog-content-single-post .blog-date-author ul li span {
  font-weight: 400;
  color: #777777;
}
.blog-content-single-post .blog-date-author ul li a {
  font-weight: 400;
  color: #777777;
}
.blog-content-single-post .blog-date-author ul li a:hover {
  color: #203292;
}
.blog-content-single-post .title-text {
  font-size: 25px;
  font-weight: 600;
  line-height: 38px;
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-content-single-post .title-text {
    font-size: 22px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-content-single-post .title-text {
    font-size: 22px;
    line-height: 32px;
  }
}
.blog-content-single-post .title-text a {
  color: #7d7e81;
}
.blog-content-single-post .title-text a:hover {
  color: #203292;
}
.blog-content-single-post:last-child {
  border-bottom: 1px solid #c4d8d6;
}

.single-blog-grid .blog-image {
  margin: 0;
}
.single-blog-grid .blog-content-single {
  padding: 40px 0px 0px 0px;
  margin-bottom: 40px;
}
.single-blog-grid .blog-content-single a:hover {
  color: #ff9900;
}
.single-blog-grid .blog-content-single .disc {
  margin: 15px 0 30px;
  line-height: 26px;
}
.single-blog-grid .blog-content-single .read-more-btn {
  width: 130px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #203292;
  border-radius: 30px;
  color: #203292;
  background-color: #fff;
}
.single-blog-grid .blog-content-single .read-more-btn:hover {
  background-color: #203292;
  color: #fff;
}

.blog-grid-area .container-inner {
  padding: 57px 70px 62px 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-grid-area .container-inner {
    padding: 47px 40px 52px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-grid-area .container-inner {
    padding: 47px 40px 52px 40px;
  }
}
@media only screen and (max-width: 479px) {
  .blog-grid-area .container-inner {
    padding: 47px 20px 52px 20px;
  }
}

.pro-pagination-style {
  margin-bottom: 40px;
}
.pro-pagination-style li {
  display: inline-block;
  margin-left: 10px;
}
.pro-pagination-style li a {
  font-weight: 400;
  color: #777;
  padding: 0;
  height: 40px;
  line-height: 40px;
  background: #fff;
  font-size: 16px;
  width: 40px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
}
.pro-pagination-style li a.active {
  color: #fff;
  background-color: #203292;
}
.pro-pagination-style li a:hover {
  color: #fff;
  background-color: #203292;
}
.pro-pagination-style li:first-child {
  margin: 0;
}
.pro-pagination-style li .page-link:focus {
  z-index: 3;
  color: #fff;
  background-color: #203292;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.slider-nav-style-1 {
  position: relative;
}
.slider-nav-style-1 .swiper-button-prev:after {
  content: "";
}

.slider-nav-style-1 .swiper-button-next:after {
  content: "";
}

.slider-nav-style-1 .swiper-button-next {
  margin-right: -20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-nav-style-1 .swiper-button-next {
    margin-right: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-nav-style-1 .swiper-button-next {
    margin-right: -5px;
  }
}

.slider-nav-style-1 .swiper-button-prev {
  margin-left: -20px;
}

.slider-nav-style-1 .swiper-button-next:after,
.slider-nav-style-1 .swiper-button-prev:after {
  font-family: "IcoFont";
  font-size: 20px;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  outline: 0;
}
@media only screen and (max-width: 767px) {
  .slider-nav-style-1 .swiper-button-next:after,
.slider-nav-style-1 .swiper-button-prev:after {
    font-size: 16px;
  }
}

.slider-nav-style-1 .swiper-buttons .swiper-button-next,
.slider-nav-style-1 .swiper-buttons .swiper-button-prev {
  position: relative;
  z-index: 9;
  width: 124px;
  height: 124px;
  line-height: 124px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  outline: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-nav-style-1 .swiper-buttons .swiper-button-next,
.slider-nav-style-1 .swiper-buttons .swiper-button-prev {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-nav-style-1 .swiper-buttons .swiper-button-next,
.slider-nav-style-1 .swiper-buttons .swiper-button-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-nav-style-1 .swiper-buttons .swiper-button-next,
.slider-nav-style-1 .swiper-buttons .swiper-button-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.slider-nav-style-1 .swiper-buttons .swiper-button-next:hover,
.slider-nav-style-1 .swiper-buttons .swiper-button-prev:hover {
  color: #ffd855;
  border-color: #ffd855;
}

.slider-nav-style-1 .swiper-buttons {
  position: absolute;
  left: 50%;
  bottom: 70px;
  margin-left: -124px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-nav-style-1 .swiper-buttons {
    margin-left: -60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-nav-style-1 .swiper-buttons {
    margin-left: -60px;
    bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-nav-style-1 .swiper-buttons {
    margin-left: -40px;
    bottom: 30px;
  }
}

/*===================================
    - Breadvrumb  
=================================*/
.breadcrumb-area {
  height: 600px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-area {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-area {
    height: 300px;
  }
}
@media only screen and (max-width: 575px) {
  .breadcrumb-area {
    height: 500px;
  }
}
@media only screen and (max-width: 575px) {
  .breadcrumb-area {
    height: 400px;
  }
}
.breadcrumb-area .mt-120px {
  margin-top: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-area .mt-120px {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-area .mt-120px {
    margin-top: 0;
  }
}

.breadcrumb-title {
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  margin: 0 0 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-title {
    font-size: 50px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-title {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-title {
    font-size: 32px;
    margin-bottom: 10px;
  }
}

.breadcrumb-list .breadcrumb-item {
  color: #ffd855;
}
.breadcrumb-list .breadcrumb-item a {
  color: #fff;
}
.breadcrumb-list .breadcrumb-item a:hover {
  color: #ffd855;
}

.breadcrumb-item + .breadcrumb-item::before {
  padding-right: 5px;
  color: #fff;
  content: "";
  font-family: "IcoFont";
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 5px;
}

.breadcrumb-image .large-img {
  max-width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-image {
    max-width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-image {
    max-width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-image {
    max-width: 45%;
  }
}
@media only screen and (max-width: 575px) {
  .breadcrumb-image {
    margin-bottom: 30px;
    text-align: center;
    right: auto;
    top: auto;
    max-width: 40%;
  }
}
@media only screen and (max-width: 479px) {
  .breadcrumb-image {
    max-width: 45%;
  }
}
.breadcrumb-image .small-img {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-image .small-img {
    max-width: 40%;
    top: -5% !important;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-image .small-img {
    max-width: 40%;
    top: -5% !important;
  }
}
/* Appointment Form Style Here */
.appoinment-area {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.appoinment-wrap {
  padding: 74px 100px 80px 100px;
  background-color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .appoinment-wrap {
    padding: 74px 80px 80px 80px;
  }
}
@media only screen and (max-width: 767px) {
  .appoinment-wrap {
    padding: 74px 50px 80px 50px;
  }
}
@media only screen and (max-width: 575px) {
  .appoinment-wrap {
    padding: 46px 20px 50px 20px;
  }
}
.appoinment-wrap .form-select {
  width: 100%;
  height: 58px;
  padding: 0 10px 0 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 44px;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(32, 50, 146, 0.149);
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #203292;
}
.appoinment-wrap .form-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #203292;
}
.appoinment-wrap .nice-select:after {
  border: 0;
  content: "";
  display: block;
  height: auto;
  pointer-events: none;
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: auto;
  font-family: "IcoFont";
  margin-top: -30px;
}
.appoinment-wrap .nice-select .list {
  -webkit-box-shadow: 0 0 0 1px rgba(32, 50, 146, 0.5);
          box-shadow: 0 0 0 1px rgba(32, 50, 146, 0.5);
}
.appoinment-wrap .input-append .add-on {
  position: relative;
}
.appoinment-wrap .input-append .add-on i {
  position: absolute;
  top: 0;
  left: auto;
  right: 10px;
  color: #203292;
  font-size: 16px;
}

.gj-textbox-md {
  color: #203292;
  border: 1px solid #d5d9e9;
  padding: 0 0 0 20px;
}

.gj-datepicker-md [role=right-icon] {
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 16px;
  margin-top: -8px;
  color: #203292;
}

.gj-textbox-md {
  color: #203292;
}
.gj-textbox-md::-webkit-input-placeholder {
  color: #203292;
}
.gj-textbox-md::-moz-placeholder {
  color: #203292;
}
.gj-textbox-md:-ms-input-placeholder {
  color: #203292;
}
.gj-textbox-md::-ms-input-placeholder {
  color: #203292;
}
.gj-textbox-md::placeholder {
  color: #203292;
}

.gj-textbox-md:active, .gj-textbox-md:focus {
  color: #203292;
  border: 1px solid #203292;
  outline: 0;
}

/* Portfoilo Style gose Here */
.portfolio_messonry_button {
  background-color: #f5f6f8;
  min-height: 75px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 90px;
  margin-top: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio_messonry_button {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio_messonry_button {
    margin-bottom: 50px;
  }
}
.portfolio_messonry_button button {
  color: #777;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 0 20px;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .portfolio_messonry_button button {
    padding: 0 10px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 479px) {
  .portfolio_messonry_button button {
    font-size: 14px;
  }
}
.portfolio_messonry_button button:first-child {
  padding-left: 0;
}
.portfolio_messonry_button button:last-child {
  padding-right: 0;
}
.portfolio_messonry_button button:last-child::after {
  display: none;
}
.portfolio_messonry_button button.active {
  color: #203292;
}
.portfolio_messonry_button button:hover {
  color: #203292;
}
.portfolio_messonry_button button::after {
  position: absolute;
  top: 50%;
  left: 100%;
  right: auto;
  content: "//";
  color: #777;
  margin-left: -6px;
  margin-top: -13px;
}

.portfolio_page_gallery .portfolio_item {
  padding: 50px 50px 42px 50px;
  border: 1px solid #eff1f7;
  float: left;
  margin-left: -1px;
  margin-top: -1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio_page_gallery .portfolio_item {
    padding: 40px 40px 32px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio_page_gallery .portfolio_item {
    padding: 30px 30px 22px 30px;
    margin-bottom: 30px;
  }
  .portfolio_page_gallery .portfolio_item:last-child {
    margin-bottom: 0;
  }
}
.portfolio_page_gallery .portfolio_item .portfolio_thumb {
  margin: 0;
}
.portfolio_page_gallery .portfolio_item .portfolio_thumb a.gallery-link {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: block;
  overflow: hidden;
}
.portfolio_page_gallery .portfolio_item .portfolio_thumb a.gallery-link i {
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  -webkit-transform: scale(0);
          transform: scale(0);
  z-index: 2;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -30px;
  margin-left: -30px;
  background-color: #ffd855;
  border-radius: 50%;
}
.portfolio_page_gallery .portfolio_item .portfolio_thumb a.gallery-link::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #203292;
  opacity: 0.5;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transform: scale(0);
          transform: scale(0);
  z-index: 1;
}
.portfolio_page_gallery .portfolio_item .portfolio_thumb a.gallery-link:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.portfolio_page_gallery .portfolio_item .portfolio_thumb a.gallery-link:hover i {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.portfolio_page_gallery .portfolio_item .portfolio_thumb a.gallery-link:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.portfolio_page_gallery .portfolio_item .portfolio_thumb a.gallery-link img {
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transform: scale(1);
          transform: scale(1);
}
.portfolio_page_gallery .portfolio_item .portfolio_thumb .title {
  font-size: 25px;
  margin: 24px 0 5px;
  font-weight: 600;
  color: #203292;
}
@media only screen and (max-width: 575px) {
  .portfolio_page_gallery .portfolio_item .portfolio_thumb .title {
    font-size: 22px;
  }
}
.portfolio_page_gallery .portfolio_item .portfolio_thumb .title a:hover {
  color: #ff9900;
}
.portfolio_page_gallery .portfolio_item .portfolio_thumb .category-link {
  color: #777;
  line-height: 26px;
  margin: 0 0 0;
}

/* project Details Style */
.project-head-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .project-head-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.project-head-info::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 5px;
  height: 100%;
  content: "";
  background-color: #ffd855;
  margin-left: -2.5px;
}
@media only screen and (max-width: 767px) {
  .project-head-info::after {
    display: none;
  }
}
.project-head-info .project-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  width: 50%;
  padding-left: 70px;
}
@media only screen and (max-width: 767px) {
  .project-head-info .project-title {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.project-head-info .project-title .title {
  font-size: 48px;
  color: #203292;
  line-height: 58px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-head-info .project-title .title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .project-head-info .project-title .title {
    font-size: 28px;
    line-height: 38px;
  }
}
.project-head-info .project-disc-info {
  width: 50%;
  background: #203292;
  color: #fff;
  line-height: 2;
  padding: 41px 0px 41px 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-head-info .project-disc-info {
    padding: 41px 0px 41px 70px;
  }
}
@media only screen and (max-width: 767px) {
  .project-head-info .project-disc-info {
    width: 100%;
  }
}
.project-head-info .project-disc-info .info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -22px;
}
.project-head-info .project-disc-info .info-row .info-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  margin-bottom: 22px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-head-info .project-disc-info .info-row .info-col {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .project-head-info .project-disc-info .info-row .info-col {
    width: 100%;
  }
}
.project-head-info .project-disc-info .info-row .info-col .sub-title {
  color: #b7bddc;
  line-height: 26px;
  font-size: 16px;
  display: inline-block;
  margin: 0 0 8px;
}
.project-head-info .project-disc-info .info-row .info-col .title {
  color: #fff;
  line-height: 1;
  font-size: 22px;
  font-weight: 600;
}

.project-details-content-wrap .project-details-content .title {
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .project-details-content-wrap .project-details-content .title {
    font-size: 28px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 575px) {
  .project-details-content-wrap .project-details-content .title {
    font-size: 26px;
    line-height: 36px;
  }
}
.project-details-content-wrap .project-details-content .quate-2 {
  font-size: 21px;
  color: #777777;
  font-weight: 600;
  line-height: 30px;
  font-family: "Playfair Display", serif;
  margin: 22px 0 20px 0;
}

.project-details-form {
  margin-top: 75px;
}

@media only screen and (max-width: 767px) {
  .related-project-area .mt-60px {
    margin-top: 30px;
  }
}
.related-project-area .portfolio-page-gallery {
  margin: 1px;
}
.related-project-area .portfolio-page-gallery .gird-item {
  padding: 50px 50px 42px 50px;
  border: 1px solid #eff1f7;
  margin-left: -1px;
  margin-top: -1px;
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .related-project-area .portfolio-page-gallery .gird-item {
    padding: 40px 40px 32px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .related-project-area .portfolio-page-gallery .gird-item {
    padding: 30px 30px 22px 30px;
    margin-bottom: 0px;
  }
  .related-project-area .portfolio-page-gallery .gird-item:last-child {
    margin-bottom: 0;
  }
}
.related-project-area .portfolio-page-gallery .gird-item .portfolio_thumb {
  margin: 0;
}
.related-project-area .portfolio-page-gallery .gird-item .portfolio_thumb a.gallery-link {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: block;
  overflow: hidden;
}
.related-project-area .portfolio-page-gallery .gird-item .portfolio_thumb a.gallery-link i {
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  -webkit-transform: scale(0);
          transform: scale(0);
  z-index: 2;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -30px;
  margin-left: -30px;
  background-color: #ffd855;
  border-radius: 50%;
}
.related-project-area .portfolio-page-gallery .gird-item .portfolio_thumb a.gallery-link::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #203292;
  opacity: 0.5;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transform: scale(0);
          transform: scale(0);
  z-index: 1;
}
.related-project-area .portfolio-page-gallery .gird-item .portfolio_thumb a.gallery-link:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.related-project-area .portfolio-page-gallery .gird-item .portfolio_thumb a.gallery-link:hover i {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.related-project-area .portfolio-page-gallery .gird-item .portfolio_thumb a.gallery-link:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.related-project-area .portfolio-page-gallery .gird-item .portfolio_thumb a.gallery-link img {
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transform: scale(1);
          transform: scale(1);
}
.related-project-area .portfolio-page-gallery .gird-item .portfolio_thumb .title {
  font-size: 25px;
  margin: 24px 0 5px;
  font-weight: 600;
  color: #203292;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .related-project-area .portfolio-page-gallery .gird-item .portfolio_thumb .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .related-project-area .portfolio-page-gallery .gird-item .portfolio_thumb .title {
    font-size: 22px;
  }
}
.related-project-area .portfolio-page-gallery .gird-item .portfolio_thumb .title a:hover {
  color: #ff9900;
}
.related-project-area .portfolio-page-gallery .gird-item .portfolio_thumb .category-link {
  color: #777;
  line-height: 26px;
  margin: 0 0 0;
}

.section-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-arrow-warp .project-button-prev,
.swiper-arrow-warp .project-button-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  outline: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #203292;
}
@media only screen and (max-width: 767px) {
  .swiper-arrow-warp .project-button-prev,
.swiper-arrow-warp .project-button-next {
    width: 40px;
    height: 40px;
  }
}
.swiper-arrow-warp [aria-disabled=true] {
  border-color: #dee0eb;
}
.swiper-arrow-warp [aria-disabled=false] {
  border-color: #203292;
}
.swiper-arrow-warp .project-button-next {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .swiper-arrow-warp .project-button-next {
    margin-left: 10px;
  }
}

/* All Service Style Goes Here*/
.service-wrap {
  padding: 45px 55px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-wrap {
    padding: 45px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-wrap {
    padding: 45px 42px;
  }
}
@media only screen and (max-width: 767px) {
  .service-wrap {
    padding: 45px 40px;
  }
}
@media only screen and (max-width: 479px) {
  .service-wrap {
    padding: 45px 40px;
  }
}
.service-wrap .service-image {
  margin-bottom: 38px;
}
.service-wrap .title {
  margin-bottom: 20px;
  font-size: 25px;
  color: #203292;
  font-weight: 600;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 575px) {
  .service-wrap .title {
    font-size: 22px;
  }
}
.service-wrap .disc {
  margin-bottom: 37px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.service-wrap .service-btn {
  background-color: #fff;
}
.service-wrap .service-btn:hover {
  background-color: #ffd855;
  border-color: #203292;
  color: #203292;
}
.service-wrap:hover {
  background-color: #203292;
}
.service-wrap:hover .title {
  color: #fff;
}
.service-wrap:hover .disc {
  color: #b7bddc;
}

@media only screen and (max-width: 767px) {
  .service-details-wrap .promo-video .overlay-box span {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .service-details-wrap .promo-video .overlay-box .ripple {
    width: 60px;
    height: 60px;
  }
  .service-details-wrap .promo-video .overlay-box .ripple::after {
    width: 60px;
    height: 60px;
  }
  .service-details-wrap .promo-video .overlay-box .ripple::before {
    width: 60px;
    height: 60px;
  }
}

.line-heght-1 {
  line-height: 1;
}

.content-wrap {
  padding-top: 79px;
  padding-bottom: 62px;
}
@media only screen and (max-width: 767px) {
  .content-wrap {
    padding-top: 59px;
    padding-bottom: 42px;
  }
}
.content-wrap:last-child {
  padding-bottom: 92px;
}
@media only screen and (max-width: 767px) {
  .content-wrap:last-child {
    padding-bottom: 60px;
  }
}
.content-wrap .share-content .title-share {
  color: #203292;
  position: relative;
}
.content-wrap .share-content .title-share::after {
  position: absolute;
  top: 50%;
  left: -50px;
  width: 35px;
  height: 1px;
  content: "";
  background-color: #203292;
}
.content-wrap .share-content li + li {
  margin-left: 5px;
}
.content-wrap .share-content a {
  color: #777777;
}
.content-wrap .share-content a:hover {
  color: #203292;
}
.content-wrap .quate {
  font-size: 21px;
  color: #777777;
  font-weight: 600;
  line-height: 30px;
  font-family: "Playfair Display", serif;
  margin: 28px 0 23px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-details-wrap .single-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.service-details-wrap .single-item-content {
  margin-left: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-details-wrap .single-item-content {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-details-wrap .single-item-content {
    margin-left: 0;
  }
}
@media only screen and (max-width: 479px) {
  .service-details-wrap .single-item-content {
    margin-left: 25px;
  }
}
.service-details-wrap p {
  color: #777777;
}
.service-details-wrap p.service-disc {
  color: #b7bddc;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-details-wrap p.service-disc {
    font-size: 14px;
  }
}
.service-details-wrap p.quate-2 {
  line-height: 31px;
  font-size: 21px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  color: #203292;
}
@media only screen and (max-width: 479px) {
  .service-details-wrap .single-item-icon span {
    width: 50px;
    height: 50px;
    font-size: 14px;
  }
}

.our-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 45px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .our-service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.our-service .service-left {
  width: 47%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .our-service .service-left {
    width: 55%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-service .service-left {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .our-service .service-left {
    width: 100%;
  }
}
.our-service .service-left .title {
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  margin-bottom: 43px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-service .service-left .title {
    font-size: 36px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .our-service .service-left .title {
    font-size: 32px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 575px) {
  .our-service .service-left .title {
    font-size: 25px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-service .service-left img {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .our-service .service-left img {
    width: 100%;
    max-width: 100%;
  }
}
.our-service .service-right {
  width: 53%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .our-service .service-right {
    width: 45%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-service .service-right {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .our-service .service-right {
    width: 100%;
  }
}
.our-service .service-right .our-single-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-service .service-right .our-single-service:first-child {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .our-service .service-right .our-single-service:first-child {
    margin-top: 50px;
  }
}
.our-service .service-right .our-single-service .single-item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 15px;
  color: #203292;
  background-color: #fff;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(32, 50, 146, 0.03);
          box-shadow: 0px 20px 30px 0px rgba(32, 50, 146, 0.03);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 479px) {
  .our-service .service-right .our-single-service .single-item-icon {
    width: 40px;
    height: 40px;
  }
}
.our-service .service-right .our-single-service .single-item-content {
  margin-left: 30px;
  width: calc(100% - 80px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .our-service .service-right .our-single-service .single-item-content {
    margin-top: 0;
  }
}
@media only screen and (max-width: 479px) {
  .our-service .service-right .our-single-service .single-item-content {
    margin-left: 20px;
    width: calc(100% - 60px);
  }
}
.our-service .service-right .our-single-service .single-item-content .title {
  color: #2d3f9f;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-service .service-right .our-single-service .single-item-content .title {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .our-service .service-right .our-single-service .single-item-content .title {
    margin-top: 0;
  }
}
@media only screen and (max-width: 479px) {
  .our-service .service-right .our-single-service .single-item-content .title {
    font-size: 19px;
  }
}
.our-service .service-right .our-single-service .single-item-content .disc {
  color: #777777;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-service .service-right .our-single-service .single-item-content .disc {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .our-service .service-right .our-single-service .single-item-content .disc {
    font-size: 16px;
  }
}
.our-service .service-right .our-single-service:hover .single-item-icon {
  color: #fff;
  background-color: #203292;
}

.project-details-slider .swiper-container {
  width: 100%;
  height: 100%;
}
.project-details-slider .swiper-slide {
  text-align: center;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  opacity: 0.5;
  overflow: hidden;
}
.project-details-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.project-details-slider .swiper-slide.swiper-slide-active img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.project-details-slider .swiper-slide img {
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transform: scale(1);
          transform: scale(1);
  max-width: 100%;
}
.project-details-slider .swiper-button-next,
.project-details-slider .swiper-button-prev {
  position: absolute;
  top: 0;
  width: 170px;
  height: 100%;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: transparent;
}

/* Brand slider css */
.brand-slider-item img {
  max-width: 100%;
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.brand-slider-item:hover img {
  filter: gray;
  -webkit-filter: grayscale(1);
}

/* Work Area Style css */
.single-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-item {
    display: block;
  }
}
.single-item-icon span {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #2d3f9f;
  color: #fff;
  border-radius: 50%;
  font-size: 15px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-item-content {
  margin-left: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-item-content {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-item-content {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 575px) {
  .single-item-content {
    margin-left: 30px;
  }
}
.single-item-content .title {
  color: #fff;
  margin-bottom: 19px;
  font-size: 25px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-item-content .title {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .single-item-content .title {
    font-size: 22px;
  }
}
.single-item-content .disc {
  color: #b7bddc;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-item-content .disc {
    font-size: 15px;
  }
}
.single-item:hover span {
  background-color: #ffd855;
  color: #203292;
}

/* Team Section style Here */
.team-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: -20px;
}
@media only screen and (max-width: 767px) {
  .team-wrap {
    margin-bottom: -50px;
  }
}
@media only screen and (max-width: 575px) {
  .team-wrap {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.team-wrap-single {
  width: 33.33%;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-wrap-single {
    width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-wrap-single {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .team-wrap-single {
    width: auto;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .team-wrap-single {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.team-wrap-single-inner {
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(32, 50, 146, 0.05)));
  background: linear-gradient(-180deg, white 0%, rgba(32, 50, 146, 0.05) 100%);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 350px;
  height: 350px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-wrap-single-inner {
    width: 315px;
    height: 315px;
  }
}
@media only screen and (max-width: 575px) {
  .team-wrap-single-inner {
    width: 315px;
    height: 315px;
  }
}
.team-wrap-single-inner-image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.team-wrap-single-inner-image img {
  width: 100%;
  max-width: 100%;
}
.team-wrap-single-inner-image-content {
  position: absolute;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.team-wrap-single-inner-image-content .sub-title {
  color: #b7bddc;
  display: block;
  margin: 0 0 10px;
}
.team-wrap-single-inner-image-content .title {
  font-weight: 600;
  font-size: 26px;
  color: #fff;
  margin: 0;
}
.team-wrap-single-inner-image-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.team-wrap-single-inner-image-social a {
  font-size: 14px;
  background-color: #203292;
  color: #fff;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.team-wrap-single-inner-image-social a:hover {
  background-color: #ffd855;
  color: #203292;
}
.team-wrap-single-inner-image-social a:nth-child(3) {
  right: 50%;
}
.team-wrap-single-inner-image::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #203292;
  visibility: visible;
  content: "";
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.team-wrap-single-inner-image:hover::after {
  opacity: 0.8;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.team-wrap-single-inner-image:hover .team-wrap-single-inner-image-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
.team-wrap-single-inner-image:hover .team-wrap-single-inner-image-social a {
  opacity: 1;
  visibility: visible;
}
.team-wrap-single-inner-image:hover .team-wrap-single-inner-image-social a:nth-child(1) {
  top: 10%;
  left: 0;
  margin: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.team-wrap-single-inner-image:hover .team-wrap-single-inner-image-social a:nth-child(2) {
  top: -20px;
  left: 50%;
  margin-left: -20px;
  margin-top: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.team-wrap-single-inner-image:hover .team-wrap-single-inner-image-social a:nth-child(3) {
  top: 10%;
  right: 0;
  margin: 0;
  left: auto;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

/* Testimonial Style Gose here */
.slider-item {
  position: relative;
  padding: 60px 80px 60px 60px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .slider-item {
    padding: 50px 40px 50px 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-item {
    padding: 50px 60px 50px 52px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-item {
    max-width: 630px;
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .slider-item {
    max-width: 530px;
    margin: auto;
  }
}
@media only screen and (max-width: 575px) {
  .slider-item {
    padding: 30px 25px 30px 25px;
  }
}
.slider-item .testi-content .disc {
  font-size: 22px;
  line-height: 35px;
  color: #737377;
  font-weight: 600;
  font-style: italic;
  font-family: "Playfair Display", serif;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .slider-item .testi-content .disc {
    font-size: 20px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-item .testi-content .disc {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-item .testi-content .disc {
    font-size: 20px;
    line-height: 32px;
  }
}
.slider-item .testi-client {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 33px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .slider-item .testi-client {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-item .testi-client {
    margin-top: 25px;
  }
}
.slider-item .testi-client .auhtor {
  line-height: 1;
}
.slider-item .testi-client .auhtor .name {
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 12px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .slider-item .testi-client .auhtor .name {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-item .testi-client .auhtor .name {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-item .testi-client .auhtor .name {
    font-size: 20px;
  }
}
.slider-item .testi-client .auhtor .sub-title {
  margin: 0;
  line-height: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.slider-item .testi-client .review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.slider-item .testi-client .review i {
  color: #ffa200;
  margin: 0 3px;
}
.slider-item .testi-client .review i:last-child {
  margin-right: 0;
}
.slider-item .testi-client .review .bad-rating {
  color: #c7bfb2;
}
.slider-item::after {
  content: "”";
  position: absolute;
  top: 27px;
  color: rgba(32, 50, 146, 0.059);
  -moz-transform: matrix(-27.3377772378, 0, 0, -27.3377772378, 0, 0);
  -webkit-transform: matrix(-27.3377772378, 0, 0, -27.3377772378, 0, 0);
  -ms-transform: matrix(-27.3377772378, 0, 0, -27.3377772378, 0, 0);
  font-weight: bold;
  line-height: 1.591;
  font-size: 20px;
  font-family: "Playfair Display", serif;
  left: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .slider-item::after {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-item::after {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-item::after {
    font-size: 16px;
  }
}
.slider-item:hover {
  background-color: #203292;
}
.slider-item:hover .testi-content .disc {
  color: #fff;
}
.slider-item:hover .name {
  color: #ffd855;
}
.slider-item:hover .sub-title {
  color: #b7bddc;
}
.slider-item:hover::after {
  color: rgba(255, 255, 255, 0.02);
}

.testimonial-area.pb-142px {
  padding-bottom: 142px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-area.pb-142px {
    padding-bottom: 112px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-area.pb-142px {
    padding-bottom: 72px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-area.pb-142px {
    padding-bottom: 52px;
  }
}

.testi-progress-bar {
  padding-bottom: 96px;
}
@media only screen and (max-width: 767px) {
  .testi-progress-bar {
    padding-bottom: 50px;
  }
}
.testi-progress-bar .swiper-pagination-custom {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  height: 8px;
  width: 400px;
  max-width: 100%;
  background: #d8d8d8;
  bottom: 8px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 575px) {
  .testi-progress-bar .swiper-pagination-custom {
    width: 300px;
  }
}
.testi-progress-bar .swiper-pagination-custom .progressbar .filled {
  background: #203292;
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.testi-progress-bar .swiper-pagination-custom .progressbar .filled:before {
  position: absolute;
  content: "";
  width: 19px;
  height: 19px;
  background-color: #fff;
  border-width: 7px;
  border-style: solid;
  border-color: #203292;
  top: auto;
  right: -5px;
  top: 50%;
  margin-top: -9.5px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* Call to Action Section Style  */
.cta-area .container-wrap {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 70px 0;
}
.cta-area .container-wrap .section-title {
  padding: 0 100px 0 130px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-area .container-wrap .section-title {
    padding: 0 60px 0 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-area .container-wrap .section-title {
    padding: 0 60px 0 90px;
    margin: 0 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-area .container-wrap .section-title {
    padding: 0 50px;
    margin: 0 0 50px;
  }
}
@media only screen and (max-width: 479px) {
  .cta-area .container-wrap .section-title {
    padding: 0 30px;
  }
}
.cta-area .container-wrap .section-title .sub-title {
  color: #b7bddc;
  position: relative;
  padding-left: 45px;
  margin: 0 0 5px;
  display: block;
}
.cta-area .container-wrap .section-title .sub-title::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 35px;
  height: 1px;
  background-color: #b7bddc;
  margin-top: -0.5px;
  content: "";
}
.cta-area .container-wrap .section-title .title {
  color: #fff;
  line-height: 58px;
  margin: 0 0 47px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-area .container-wrap .section-title .title {
    line-height: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-area .container-wrap .section-title .title {
    line-height: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-area .container-wrap .section-title .title {
    line-height: 42px;
  }
}
@media only screen and (max-width: 575px) {
  .cta-area .container-wrap .section-title .title {
    line-height: 36px;
  }
}
.cta-area .container-wrap .section-title .contect-btn {
  width: 190px;
  height: 60px;
}
@media only screen and (max-width: 767px) {
  .cta-area .container-wrap .section-title .contect-btn {
    width: 160px;
    height: 50px;
  }
}

.shape-3 {
  top: 0;
}

.faq-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-width: 1px;
  border-style: solid;
  border-color: #eff1f7;
}
.faq-wrapper .faq-inner {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  border-bottom: 1px solid #eff1f7;
  padding: 45px 50px 42px 50px;
}
.faq-wrapper .faq-inner:last-child {
  border-bottom: 0;
}
.faq-wrapper .faq-inner:nth-child(2) {
  border-left: 1px solid #eff1f7;
}
.faq-wrapper .faq-inner:nth-child(4) {
  border-left: 1px solid #eff1f7;
}
.faq-wrapper .faq-inner:nth-child(6) {
  border-left: 1px solid #eff1f7;
}
.faq-wrapper .faq-inner:nth-child(8) {
  border-left: 1px solid #eff1f7;
}
.faq-wrapper .faq-inner:nth-child(7) {
  border-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq-wrapper .faq-inner {
    padding: 35px 30px 35px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-wrapper .faq-inner {
    width: 100%;
  }
  .faq-wrapper .faq-inner:nth-child(2) {
    border-left: 0px solid #eff1f7;
  }
  .faq-wrapper .faq-inner:nth-child(4) {
    border-left: 0px solid #eff1f7;
  }
  .faq-wrapper .faq-inner:nth-child(6) {
    border-left: 0px solid #eff1f7;
  }
  .faq-wrapper .faq-inner:nth-child(8) {
    border-left: 0px solid #eff1f7;
  }
  .faq-wrapper .faq-inner:nth-child(7) {
    border-bottom: 1px solid #eff1f7;
  }
}
@media only screen and (max-width: 767px) {
  .faq-wrapper .faq-inner {
    padding: 35px 30px 35px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-wrapper .faq-inner {
    width: 100%;
  }
  .faq-wrapper .faq-inner:nth-child(2) {
    border-left: 0px solid #eff1f7;
  }
  .faq-wrapper .faq-inner:nth-child(4) {
    border-left: 0px solid #eff1f7;
  }
  .faq-wrapper .faq-inner:nth-child(6) {
    border-left: 0px solid #eff1f7;
  }
  .faq-wrapper .faq-inner:nth-child(8) {
    border-left: 0px solid #eff1f7;
  }
  .faq-wrapper .faq-inner:nth-child(7) {
    border-bottom: 1px solid #eff1f7;
  }
}
.faq-wrapper .faq-inner .single-faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.faq-wrapper .faq-inner .single-faq .faq-number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 85px;
}
@media only screen and (max-width: 575px) {
  .faq-wrapper .faq-inner .single-faq .faq-number {
    width: 70px;
  }
}
.faq-wrapper .faq-inner .single-faq .faq-number .count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  color: #203292;
  background-color: #f5f6f8;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 575px) {
  .faq-wrapper .faq-inner .single-faq .faq-number .count {
    font-size: 14px;
    width: 45px;
    height: 45px;
  }
}
.faq-wrapper .faq-inner .single-faq .faq-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(100% - 85px);
}
@media only screen and (max-width: 575px) {
  .faq-wrapper .faq-inner .single-faq .faq-content {
    width: calc(100% - 70px);
  }
}
.faq-wrapper .faq-inner .single-faq .faq-content .title {
  color: #2d3f9f;
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
  margin: 0 0 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq-wrapper .faq-inner .single-faq .faq-content .title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .faq-wrapper .faq-inner .single-faq .faq-content .title {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 15px;
  }
}
.faq-wrapper .faq-inner .single-faq .faq-content .disc {
  color: #777;
}
.faq-wrapper .faq-inner:hover .single-faq .faq-number .count {
  background-color: #203292;
  color: #fff;
}

.faq-page .appoinment-wrap-top {
  padding: 100px;
  background-color: #f5f6f8;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-page .appoinment-wrap-top {
    padding: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-page .appoinment-wrap-top {
    padding: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .faq-page .appoinment-wrap-top {
    padding: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .faq-page .appoinment-wrap-top .section-title .title {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-page .appoinment-wrap-top.contact-page {
    padding: 60px 50px;
  }
}
@media only screen and (max-width: 575px) {
  .faq-page .appoinment-wrap-top.contact-page {
    padding: 60px 30px;
  }
}

/* Empty page style  */
.blank-page-area .title {
  font-family: "Ruda", sans-serif;
  font-weight: 900;
  color: #203292;
  font-size: 198px;
  letter-spacing: 25px;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blank-page-area .title {
    font-size: 150px;
    letter-spacing: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .blank-page-area .title {
    font-size: 150px;
    letter-spacing: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .blank-page-area .title {
    font-size: 100px;
    letter-spacing: 10px;
  }
}
.blank-page-area .sub-title {
  font-size: 68px;
  color: #8c8fa1;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  margin: 0 0 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blank-page-area .sub-title {
    font-size: 50px;
    margin: 0 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .blank-page-area .sub-title {
    font-size: 40px;
    margin: 0 0 40px;
  }
}
@media only screen and (max-width: 575px) {
  .blank-page-area .sub-title {
    font-size: 30px;
  }
}
.blank-page-area .sub-title .sub-title-2 {
  font-size: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blank-page-area .sub-title .sub-title-2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .blank-page-area .sub-title .sub-title-2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .blank-page-area .sub-title .sub-title-2 {
    font-size: 16px;
  }
}
.blank-page-area a {
  width: 220px;
  height: 70px;
}
.blank-page-area a i {
  font-size: 17px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blank-page-area a:hover i {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blank-page-area a {
    width: 200px;
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .blank-page-area a {
    width: 180px;
    height: 60px;
  }
}

.pagination-container {
  padding: 20px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination {
  margin-top: 20px;
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
}
.pagination a,
.pagination span {
  min-width: 38px;
  height: 38px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #333;
  border-radius: 4px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .current {
  background-color: rgb(255 121 8);
  color: white;
  border-color: rgb(255 121 8);
}
.pagination .disabled {
  color: #aaa;
  border-color: #eee;
}