/*==========Fonts CSS Start==========*/
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*==========Fonts CSS End==========*/
/*==========Common CSS Start==========*/
body {
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden !important;
  font-size: 16px;
  line-height: 24px;
  color: #162542;
}

/*==Selection==*/
::-moz-selection {
  color: #ffffff;
  background-color: #b68c5a;
}
::selection {
  color: #ffffff;
  background-color: #b68c5a;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

input,
input:focus,
input:hover,
button,
button:hover,
button:focus {
  outline: none;
}

section {
  overflow: hidden;
}

img {
  width: auto;
  max-width: 100%;
}

p {
  font-size: 16px;
  line-height: 28px;
  color: #777;
  font-weight: normal;
  margin-bottom: 12px;
}

.h1-title {
  font-family: 'Frank Ruhl Libre', serif;
  font-size: 80px;
  color: #fff;
  font-weight: 900;
  line-height: 90px;
}

.h2-title {
  font-family: 'Frank Ruhl Libre', serif;
  font-size: 65px;
  color: #162542;
  line-height: 80px;
  font-weight: 700;
  padding-bottom: 25px;
  padding-top: 12px;
}

.h3-title {
  font-family: 'Frank Ruhl Libre', serif;
  font-size: 25px;
  color: #162542;
  line-height: 35px;
  font-weight: 700;
}

.h2-subtitle {
  position: relative;
  font-family: 'Frank Ruhl Libre', serif;
  font-size: 22px;
  color: #b68c5a;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 10px;
  margin-bottom: 0;
  display: inline-block;
}

.h2-subtitle::before {
  content: "";
  position: absolute;
  width: 27px;
  height: 1px;
  background-color: #b68c5a;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.small-title .h2-subtitle {
  padding-left: 25px;
}

.container {
  position: relative;
  z-index: 5;
}

.sec-btn {
  position: relative;
  height: 50px;
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 28px;
  color: #fff !important;
  background-color: #b68c5a;
  padding: 12px 32px;
  font-weight: 500;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sec-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 60px;
  background-color: #162541;
  left: -172px;
  top: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn-link {
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #162541;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-link:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #162541;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-link:hover.btn-link:before {
  width: 100%;
  background-color: #b68c5a;
}

.btn-link:hover {
  color: #b68c5a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sec-btn:hover.sec-btn::after {
  left: 0;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.slick-arrow {
  width: 60px;
  height: 60px;
  background-color: #ffffff33;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
}

.form-box {
  display: block;
  position: relative;
  font-size: 0;
  line-height: 1;
  margin-bottom: 20px;
}

.form-input {
  width: 100%;
  height: 60px;
  background: #ffffff;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  line-height: 28px;
  color: #131830;
  border: none;
  outline: none;
  padding: 12px 30px;
  border: 1px solid #777777;
  -webkit-box-shadow: none;
          box-shadow: none;
}

textarea.form-input {
  height: 60px;
  resize: none;
  padding: 18px 30px;
  margin-bottom: 0;
  overflow: hidden;
}

input,
input:focus,
input:hover,
button,
button:hover,
button:focus {
  outline: none;
}

.slick-dots li.slick-active button:before,
.slick-dots li button:before,
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  display: none;
}

.slick-dots {
  bottom: -50px;
  font-size: 0;
  line-height: 1;
}

.slick-dots li {
  width: auto;
  height: auto;
  margin: 0 6px;
}

.slick-dots li button {
  width: 8px;
  height: 8px;
  background: #e2e2e2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slick-dots li button:hover,
.slick-dots li.slick-active button {
  background: #b68c5a;
}

.toggle-button {
  position: fixed;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  background-color: #162541;
  text-align: center;
  border: none;
  outline: none;
  display: none;
  z-index: 110;
}

.toggle-button span {
  width: 30px;
  height: 3px;
  background: #b68c5a;
  display: block;
  margin: 0 auto 6px auto;
  position: relative;
  top: 0;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.toggle-button span:last-child {
  margin-bottom: 0;
}

.toggle-menu .toggle-button {
  background-color: #b68c5a;
}

.toggle-menu .toggle-button span {
  background-color: #162541;
}

.toggle-menu .toggle-button span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  top: 9px;
}

.toggle-menu .toggle-button span:nth-child(2) {
  opacity: 0;
}

.toggle-menu .toggle-button span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
  top: -9px;
}

.black-shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000000;
  opacity: 0.5;
  z-index: 90;
  display: none;
}

.main-banner-in {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 150px;
  padding: 100px 0;
}

.main-banner-in::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #162541b3;
  top: 0;
  left: 0;
}

.banner-in-title ul {
  text-decoration: none;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner-in-title ul li {
  margin-right: 10px;
}

.banner-in-title ul li i {
  color: #ffffff;
  font-size: 15px;
}

.banner-in-title ul li:last-child {
  margin-right: 0;
}

.banner-in-title ul li a {
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
}

.banner-in-title ul li a:hover {
  color: #ffffff;
}

.banner-in-title .active a {
  color: #b68c5a;
}

.banner-in-title .active a:hover {
  color: #b68c5a;
}

.banner-in-title .active i {
  color: #b68c5a;
}

/*==========Common CSS End==========*/
/*==========Loader CSS Start==========*/
.loader-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #162541;
  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;
  z-index: 999;
}

.loader {
  width: 250px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: 'Frank Ruhl Libre', serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #b68c5a;
  letter-spacing: 0.2em;
  font-size: 20px;
}

.loader::before,
.loader::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #b68c5a;
  position: absolute;
  -webkit-animation: load 0.7s infinite alternate ease-in-out;
  animation: load 0.7s infinite alternate ease-in-out;
}

.loader::before {
  top: 0;
}

.loader::after {
  bottom: 0;
}

@-webkit-keyframes load {
  0% {
    left: 0;
    height: 30px;
    width: 15px;
  }
  50% {
    height: 8px;
    width: 40px;
  }
  100% {
    left: 235px;
    height: 30px;
    width: 15px;
  }
}

@keyframes load {
  0% {
    left: 0;
    height: 30px;
    width: 15px;
  }
  50% {
    height: 8px;
    width: 40px;
  }
  100% {
    left: 235px;
    height: 30px;
    width: 15px;
  }
}

/*==========Loader CSS End==========*/
/*==========Header CSS Start==========*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-top {
  width: 100%;
  height: 45px;
  background: #b68c5a;
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-contact a {
  display: inline-block;
  color: #fff;
  margin-right: 32px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-contact a:last-child {
  margin-right: 0;
}

.header-contact a:hover {
  color: #162542;
}

.header-contact a span {
  display: inline-block;
  margin-right: 10px;
}

.header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header-content p {
  color: #fff;
  margin-bottom: 0;
  margin-right: 5px;
}

.hed-btn {
  color: #162541;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hed-btn:hover {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.Social-midea a {
  color: #fff;
  margin-left: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.Social-midea a:hover {
  color: #162542;
}

.header-bottom {
  width: 100%;
  padding: 20px 0;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  background-color: #fff;
  -webkit-box-shadow: 6px 6px 60px 0px #0000001a;
          box-shadow: 6px 6px 60px 0px #0000001a;
}

.site-branding a {
  display: inline-block;
  position: relative;
}

.site-branding a img {
  width: 100%;
}

.header-menu {
  position: relative;
  text-align: right;
}

.main-navigation {
  display: inline-block;
}

.main-navigation ul {
  list-style: none;
  font-size: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 0;
}

.main-navigation ul li:first-child {
  margin-left: 0;
  padding-left: 0;
}

.main-navigation ul li {
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  margin-left: 24px;
  padding-left: 24px;
  position: relative;
}

.main-navigation ul li a {
  font-size: 16px;
  line-height: 24px;
  color: #162542;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: 'Frank Ruhl Libre', serif;
}

.header-btn {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-left: 30px;
  text-transform: uppercase;
}

.header-btn .btn-theme {
  position: relative;
  font-weight: 600;
  color: #21304b;
  font-family: 'Frank Ruhl Libre', serif;
  padding: 12px 15px;
  text-transform: capitalize;
}

.header-btn .btn-theme:hover::after, .header-btn .btn-theme:hover::before {
  -webkit-transition: .5s;
  transition: .5s;
  width: 100%;
}

.header-btn .btn-theme:hover span::after, .header-btn .btn-theme:hover span::before {
  -webkit-transition: .5s;
  transition: .5s;
  height: 100%;
}

.header-btn .btn-theme::after, .header-btn .btn-theme::before {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #010f2e;
  position: absolute;
  -webkit-transition: .5s;
  transition: .5s;
}

.header-btn .btn-theme::after {
  right: 0;
  -webkit-transition: .5s;
  transition: .5s;
  top: 0;
}

.header-btn .btn-theme::before {
  left: 0;
  -webkit-transition: .5s;
  transition: .5s;
  bottom: 0;
}

.header-btn .btn-theme span::after, .header-btn .btn-theme span::before {
  content: "";
  width: 2px;
  -webkit-transition: .5s;
  transition: .5s;
  height: 15px;
  background-color: #010f2e;
  position: absolute;
}

.header-btn .btn-theme span::after {
  right: 0;
  -webkit-transition: .5s;
  transition: .5s;
  top: 0;
}

.header-btn .btn-theme span::before {
  left: 0;
  -webkit-transition: .5s;
  transition: .5s;
  bottom: 0;
}

.header-btn .sec-btn {
  background-color: #162541;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  outline: 2px solid #162541;
  border-radius: 50px;
  border: 2px solid #fff;
  padding-top: 10px;
}

.header-btn .sec-btn:hover.sec-btn::after {
  background-color: #b68c5a;
}

.main-navigation ul li.sub-items:hover > a,
.main-navigation ul li a:hover,
.main-navigation ul li.active > a {
  color: #b68c5a;
}

.main-navigation ul li.sub-items > a:before {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-family: 'FontAwesome';
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.site-header.sticky-header .main-navigation ul li a,
.site-header.sticky-header .search-icon a,
.site-header.sticky-header .main-navigation ul li.sub-items > a:before {
  color: #010f2e;
}

.main-navigation ul li.sub-items > a {
  padding-right: 15px;
  position: relative;
}

.main-navigation ul li.sub-items:hover > a:before,
.main-navigation ul li a:hover:before {
  -webkit-transform: translate(0, -50%) rotate(-180deg);
          transform: translate(0, -50%) rotate(-180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main-navigation ul li:first-child {
  margin-left: 0;
  padding: 0;
}

.main-navigation ul li ul.sub-menu {
  position: absolute;
  top: 100%;
  left: -15px;
  width: 200px;
  height: auto;
  background: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 60px #0000001a;
          box-shadow: 1px 1px 60px #0000001a;
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 150;
}

.main-navigation ul li:hover ul.sub-menu {
  display: block;
  -webkit-animation: swip_up 0.3s linear 1;
          animation: swip_up 0.3s linear 1;
}

@-webkit-keyframes swip_up {
  from {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes swip_up {
  from {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

.main-navigation ul li ul.sub-menu li {
  display: block;
  text-align: left;
  margin: 0;
  border-bottom: 1px solid #ebebeb;
}

.main-navigation ul li ul.sub-menu li:first-child {
  padding-left: 24px;
}

.main-navigation ul li ul.sub-menu li:last-child {
  border-bottom: none;
}

.main-navigation ul li ul.sub-menu li a {
  display: block;
  padding: 10px 7px;
}

.main-navigation ul li ul.sub-menu li a {
  display: block;
  color: #162542;
  padding: 5px 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main-navigation ul li ul.sub-menu li a:hover {
  color: #b68c5a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main-navigation ul li.sub-items:hover > a,
.main-navigation ul li a:hover,
.main-navigation ul li.active > a {
  color: #b68c5a;
}

.site-header.sticky-header .main-navigation ul li.sub-items:hover > a,
.site-header.sticky-header .main-navigation ul li a:hover,
.site-header.sticky-header .main-navigation ul li.active > a,
.site-header.sticky-header .main-navigation ul li.sub-items:hover > a:before,
.site-header.sticky-header .main-navigation ul li a:hover:before,
.site-header.sticky-header .main-navigation ul li.active > a:before,
.site-header.sticky-header .main-navigation ul li ul.sub-menu li a:hover {
  color: #b68c5a;
}

/*==Sticky Header Start==*/
.sticky-header .header-top {
  margin-top: -45px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.site-header.sticky-header {
  background-color: #fff;
  -webkit-box-shadow: 6px 6px 60px 0px #0000001a;
          box-shadow: 6px 6px 60px 0px #0000001a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sticky-header .header-bottom {
  padding: 20px 0px;
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
          animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}

@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}

.sticky-header .main-navigation ul li a {
  color: #051136;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.site-branding a img.sticky-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: 1;
}

.site-header.sticky-header .site-branding a img.sticky-logo {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*==Sticky Header End==*/
/*==========Header CSS End==========*/
/*==========Banner Start==========*/
.main-banner {
  position: relative;
}

.banner-bg-img {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-bg-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1625414d;
}

.banner-overlay {
  position: absolute;
}

.banner-content {
  padding-top: 338px;
  padding-bottom: 226px;
}

.banner-content .h1-title {
  margin-top: 20px;
}

.banner-content p {
  margin-bottom: 0;
  margin-top: 14px;
  font-size: 18px;
  line-height: 28px;
  color: #cdcfd2;
}

.banner-btn-play-btn .sec-btn:hover {
  color: #162541 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.banner-btn-play-btn .sec-btn:hover.sec-btn::after {
  background-color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.banner-btn-play-btn {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner-play-btn {
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 30px;
}

.banner-play-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.play-btn i {
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  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: 20px;
  color: #b68c5a;
  border-radius: 50%;
}

.play-btn i:hover {
  color: #b68c5a;
}

.play-btn p {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 15px;
  color: #ffffff;
  text-transform: uppercase;
}

.slick-arrow.next-arrow.color-arrow {
  left: auto;
  right: 94px;
  background-color: #ffffff1a;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.slick-arrow.next-arrow.color-arrow:hover {
  background-color: #ffffff;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.slick-arrow.prev-arrow.color-arrow {
  left: 94px;
  right: auto;
  background-color: #ffffff1a;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.slick-arrow.prev-arrow.color-arrow:hover {
  background-color: #ffffff;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.slick-arrow.prev-arrow.color-arrow i {
  font-size: 20px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 6px;
  transition: 0.3s;
}

.slick-arrow.prev-arrow.color-arrow:hover i {
  color: #162541;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slick-arrow.next-arrow.color-arrow i {
  font-size: 20px;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 6px;
}

.slick-arrow.next-arrow.color-arrow:hover i {
  color: #162541;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*==========Banner End==========*/
/*==========What We Do Start==========*/
.main-what-do {
  margin-top: -57px;
  padding-bottom: 60px;
}

.what-do-box {
  position: relative;
  padding: 22px 30px;
  width: 100%;
  height: 108px;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 60px #0000001a;
          box-shadow: 1px 1px 60px #0000001a;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.what-do-box::before {
  content: "";
  position: absolute;
  width: 108px;
  height: 108px;
  background-color: #b68c5a;
  top: 0;
  left: -50px;
  border-radius: 50%;
  z-index: 0;
}

.what-do-icon {
  width: 65px;
  height: 65px;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 30px #0000001f;
          box-shadow: 1px 1px 30px #0000001f;
  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: 0.3s;
  transition: 0.3s;
  z-index: 1;
}

.what-do-icon img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.what-do-box:hover .what-do-icon {
  background-color: #162541;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.what-do-box:hover .what-do-icon img {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.what-do-content {
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.what-do-content .h3-title {
  margin-bottom: 0;
}

.what-do-content i {
  position: absolute;
  right: 30px;
  color: #b68c5a;
  font-size: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.what-do-box:hover .what-do-content i {
  right: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*==========What We Do End==========*/
/*==========About Us Start==========*/
.main-about-us {
  background-color: #f3f3f3;
  padding-top: 170px;
  margin-top: -120px;
  padding-bottom: 100px;
}

.about-us-content-box {
  padding-left: 30px;
}

.about-us-content-box .h2-title {
  padding-bottom: 18px;
}

.about-us-img {
  position: relative;
  float: right;
}

.about-us-img img {
  margin-left: 56px;
  margin-top: 56px;
}

.about-us-img::before {
  content: "";
  position: absolute;
  width: 580px;
  height: 544px;
  background-color: #bdc3cf;
  left: 0;
  top: 0;
  z-index: -1;
}

.about-us-content-box ul {
  text-decoration: none;
  list-style: none;
  margin-bottom: 30px;
  padding-left: 0;
}

.about-us-content-box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.about-us-content-box ul li:last-child {
  margin-bottom: 0;
}

.about-us-content-box ul li p {
  width: calc(100% - 30px);
  margin-bottom: 0;
  color: #162542;
  font-weight: 500;
  margin-left: 15px;
}

/*==========About Us End==========*/
/*==========Service Start==========*/
.main-service {
  margin-top: -230px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.service-box {
  position: relative;
  width: 100%;
  padding: 30px 30px 90px 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 60px #0000001a;
          box-shadow: 1px 1px 60px #0000001a;
  z-index: 0;
  overflow: hidden;
}

.service-box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #162541;
  top: 130px;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
  opacity: 0;
}

.service-box:hover.service-box::before {
  top: 0;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.service-icon-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service-icon {
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 20px #0000001a;
          box-shadow: 1px 1px 20px #0000001a;
  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: 0.3s;
  transition: 0.3s;
}

.service-box:hover .service-icon {
  background-color: #b68c5a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.service-icon-c {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.service-icon-w {
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.service-box:hover .service-icon-c {
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.service-box:hover .service-icon-w {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.service-icon-content-text {
  width: calc(100% - 90px);
  margin-left: 20px;
}

.service-icon-content-text .h3-title {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.service-box:hover .service-icon-content-text .h3-title {
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.service-box p {
  margin-bottom: 0;
  margin-top: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.service-box:hover.service-box p {
  color: #b9bcc2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.service-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background-color: #b68c5a;
  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: #ffffff;
  font-size: 20px;
}

.service-btn:hover {
  color: #ffffff;
}

.service-btn i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.service-box:hover .service-btn i {
  padding-right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*==========Service End==========*/
/*==========Our Skill Start==========*/
.main-skill {
  padding: 100px 0 0;
}

.skill-box .h2-title {
  padding-bottom: 15px;
}

.skill-bar-box {
  position: relative;
  margin-bottom: 40px;
}

.skill-bar-percent {
  font-family: 'Frank Ruhl Libre', serif;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 25px;
  line-height: 20px;
  font-weight: 700;
  color: #162541;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.skill-bar-percent .h3-title {
  margin-bottom: 0;
}

.skill-bar {
  width: 100%;
  height: 10px;
  position: relative;
}

.skill-bar:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  height: 100%;
  background-color: #fee9d0;
}

.skill-bar-inner {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 0;
  height: 100%;
  overflow: visible;
  -webkit-box-shadow: 10px 1px 24px #b68c5a66;
          box-shadow: 10px 1px 24px #b68c5a66;
}

.skill-bar-inner:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  height: 100%;
  background: #b68c5a;
}

.no-mb {
  margin-bottom: 0;
}

.skill-img {
  position: relative;
}

.skill-img img {
  max-width: unset;
}

.skill-img::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100%;
  background-color: #fee9d0;
  top: 0;
  left: 20%;
  z-index: -1;
  -webkit-animation: movedelement 5s linear infinite;
  animation: movedelement 5s linear infinite;
}

@-webkit-keyframes movedelement {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  25% {
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
  50% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
  75% {
    -webkit-transform: translate(10px, -5px);
    transform: translate(10px, -5px);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes movedelement {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  25% {
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
  50% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
  75% {
    -webkit-transform: translate(10px, -5px);
    transform: translate(10px, -5px);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

/*==========Our Skill End==========*/
/*==========Counter Start==========*/
.main-counter {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #162541;
}

.counter-box {
  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;
}

.counting-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.counting-text .h2-title {
  color: #ffffff;
  font-size: 50px;
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0%;
}

.counter-content {
  margin-left: 15px;
}

.counter-content span {
  font-family: 'Frank Ruhl Libre', serif;
  color: #ffffff;
  font-size: 15px;
  line-height: 15px;
  margin-left: 5px;
  font-weight: 500;
}

.counter-content p {
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 15px;
  font-weight: 500;
  color: #cbcbd3;
}

/*==========Counter End==========*/
/*==========Popular Case Start==========*/
.main-popular-case {
  padding-top: 120px;
  padding-bottom: 60px;
}

.case-title .small-title {
  text-align: center;
}

.case-title .h2-title {
  text-align: center;
}

.side-p {
  padding-left: 75px;
  padding-right: 75px;
}

.case-box {
  margin-bottom: 25px;
}

.case-img {
  position: relative;
  display: block;
  overflow: hidden;
}

.case-img:before {
  content: "";
  position: absolute;
  background-color: #162542;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: scale(0.1);
          transform: scale(0.1);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.case-box:hover .case-img:before {
  opacity: 0.85;
  -webkit-transform: scale(1);
          transform: scale(1);
  visibility: visible;
}

.case-img > img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.case-box:hover .case-img > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.dax-yes {
  display: inline-block;
}

.dax-no {
  display: none;
}

.case-hover-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.case-hover-box a {
  width: 60px;
  height: 60px;
  background-color: #b68c5a;
  border-radius: 50%;
  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;
  text-align: center;
  margin: auto;
}

.case-hover-box a i {
  font-size: 18px;
  color: #ffffff;
  z-index: 1;
}

.case-hover-box .h3-title {
  color: #ffffff;
  margin-top: 15px;
}

.case-hover-box p {
  color: #b68c5a;
  font-size: 16px;
  margin-bottom: 0;
}

.case-box:hover .case-hover-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}

/*==========Popular Case End==========*/
/*==========Contact Form Start==========*/
.main-contact-form {
  padding-top: 60px;
  padding-bottom: 60px;
}

.contact-form-bg {
  background-color: #ffffff;
  padding: 80px;
  -webkit-box-shadow: 1px 1px 60px #0000001a;
          box-shadow: 1px 1px 60px #0000001a;
}

.contact-form .form-box .sec-btn {
  border: 0;
  margin-top: 0;
  width: 100%;
}

/*==========Contact Form End==========*/
/*==========Our Team Start==========*/
.main-team {
  padding-top: 90px;
  padding-bottom: 140px;
  background-color: #f3f3f3;
}

.team-title .small-title {
  text-align: center;
}

.team-title .h2-title {
  text-align: center;
}

.team-box {
  margin-right: 15px;
  margin-left: 15px;
}

.team-img {
  position: relative;
  display: block;
  overflow: hidden;
}

.team-img > img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team-box:hover .team-img > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.team-img a {
  z-index: 1;
}

.main-team-social {
  position: absolute;
  width: 45px;
  height: 45px;
  background-color: #b68c5a;
  color: #ffffff;
  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: 18px;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.main-team-social:hover {
  color: #ffffff;
}

.main-team-social-fb {
  position: absolute;
  width: 45px;
  height: 45px;
  background-color: #b68c5a;
  color: #ffffff;
  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: 18px;
  top: 20px;
  right: 20px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}

.main-team-social-fb:hover {
  color: #ffffff;
  background-color: #162541;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.team-box:hover .main-team-social-fb {
  opacity: 1;
  top: 75px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main-team-social-insta {
  position: absolute;
  width: 45px;
  height: 45px;
  background-color: #b68c5a;
  color: #ffffff;
  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: 18px;
  top: 20px;
  right: 20px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}

.main-team-social-insta:hover {
  color: #ffffff;
  background-color: #162541;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.team-box:hover .main-team-social-insta {
  opacity: 1;
  top: 130px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main-team-social-twee {
  position: absolute;
  width: 45px;
  height: 45px;
  background-color: #b68c5a;
  color: #ffffff;
  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: 18px;
  top: 20px;
  opacity: 0;
  right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}

.main-team-social-twee:hover {
  color: #ffffff;
  background-color: #162541;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.team-box:hover .main-team-social-twee {
  opacity: 1;
  top: 185px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.team-content-box {
  padding-left: 25px;
  padding-right: 25px;
  margin-top: -50px;
  position: relative;
}

.team-content {
  padding: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 60px #0000001a;
          box-shadow: 1px 1px 60px #0000001a;
  text-align: center;
}

.team-content .h3-title {
  line-height: 25px;
}

.team-content p {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #b68c5a;
  line-height: 15px;
}

.team-slider .slick-list {
  overflow: visible;
}

.team-slider .slick-slide {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.team-slider .slick-slide.slick-active {
  opacity: 1;
  pointer-events: unset;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

/*==========Our Team End==========*/
/*==========FAQ Start==========*/
.main-faq {
  padding-top: 120px;
  padding-bottom: 120px;
}

.faq-img-1 {
  margin-right: 15px;
}

.faq-img-2 {
  margin-left: 15px;
  margin-top: auto;
}

.faq-img-3 {
  margin-top: 30px;
}

.faq-img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq-content-box {
  padding-left: 30px;
}

.accordion-item.faq-bg {
  background-color: #ffffff;
  border: none;
  margin-bottom: 20px;
  border-radius: 0;
}

.accordion-item.faq-bg:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion-button.faq-btn {
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 24px;
  margin-bottom: 0;
  padding: 5px 70px 5px 30px;
  position: relative;
  background: #e4e4e4;
  color: #162541;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: 'Frank Ruhl Libre', serif;
  font-size: 18px;
  font-weight: 700;
}

.accordion-button.faq-btn:not(.collapsed) {
  color: #162541;
  background-color: #e4e4e4;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-button {
  background-color: #e4e4e4;
}

.accordion-button:not(.collapsed) {
  -webkit-box-shadow: 1px 1px 60px 0px #0000001a;
          box-shadow: 1px 1px 60px 0px #0000001a;
}

.accordion-button.faq-btn:focus {
  z-index: 3;
  border-color: #fff;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-button.faq-btn:after {
  display: none;
}

.accordion-header.h3-title {
  padding-top: 0;
}

.accordion.faq-box .accordion-item.faq-bg .accordion-header.h3-title .icon {
  position: absolute;
  color: #fff;
  top: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  background: #b68c5a;
  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;
  font-size: 25px;
}

.accordion.faq-box .accordion-item.faq-bg .accordion-header.h3-title > span {
  position: relative;
  z-index: 1;
}

.accordion.faq-box .accordion-item.faq-bg .accordion-header.h3-title .accordion-button.faq-btn.collapsed .icon i {
  position: relative;
  color: #fff;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}

.accordion.faq-box .accordion-item.faq-bg .accordion-header.h3-title .icon i {
  position: relative;
  color: #fff;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}

.accordion-item:first-of-type .accordion-button {
  border-radius: 0;
}

.accordion-collapse.collapse.show {
  -webkit-box-shadow: 1px 1px 60px 0px #0000001a;
          box-shadow: 1px 1px 60px 0px #0000001a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*==========FAQ End==========*/
/*==========Testimonial Start==========*/
.main-testimonial {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #162541;
}

.testimonial-title .small-title {
  text-align: center;
}

.testimonial-title .h2-title {
  text-align: center;
  color: #ffffff;
}

.testimonial-box-bg {
  width: 100%;
  padding: 30px;
  background-color: #ffffff1a;
  margin-left: 15px;
  margin-right: 15px;
}

.testimonial-box {
  position: relative;
  background-color: #ffffff;
  padding: 40px;
  text-align: center;
  -webkit-box-shadow: 1px 1px 60px 0px #0000001a;
          box-shadow: 1px 1px 60px 0px #0000001a;
  z-index: 0;
}

.testimonial-box::before {
  content: "";
  position: absolute;
  background-image: url(../images/testimonial-quote.png);
  width: 244px;
  height: 184px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.1;
}

.testimonial-box p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}

.testimonial-client-box {
  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;
  margin-top: 30px;
}

.testimonial-client-name {
  margin-left: 15px;
}

.testimonial-client-name .h3-title {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 20px;
  line-height: 20px;
  text-align: left;
}

.testimonial-client-name p {
  font-size: 16px;
  line-height: 16px;
  color: #b68c5a;
  text-align: left;
  margin-top: 10px;
}

.testimonial-slider .slick-slide {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.testimonial-slider .slick-slide.slick-active {
  opacity: 1;
  pointer-events: unset;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.slide-client-img-1 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: 1px 1px 60px 0px #00000033;
          box-shadow: 1px 1px 60px 0px #00000033;
  -webkit-animation: movedelement 5s linear infinite;
  animation: movedelement 5s linear infinite;
}

.slide-client-img-2 {
  position: absolute;
  bottom: 0;
  left: 30px;
  -webkit-box-shadow: 1px 1px 60px 0px #00000033;
          box-shadow: 1px 1px 60px 0px #00000033;
  -webkit-animation: movedelement2 5s linear infinite;
  animation: movedelement2 5s linear infinite;
}

@-webkit-keyframes movedelement2 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  25% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
  50% {
    -webkit-transform: translate(-5px, -5px);
    transform: translate(-5px, -5px);
  }
  75% {
    -webkit-transform: translate(-10px, 5px);
    transform: translate(-10px, 5px);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes movedelement2 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  25% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
  50% {
    -webkit-transform: translate(-5px, -5px);
    transform: translate(-5px, -5px);
  }
  75% {
    -webkit-transform: translate(-10px, 5px);
    transform: translate(-10px, 5px);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

.slide-client-img-3 {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-shadow: 1px 1px 60px 0px #00000033;
          box-shadow: 1px 1px 60px 0px #00000033;
  -webkit-animation: movedelement3 5s linear infinite;
  animation: movedelement3 5s linear infinite;
}

@-webkit-keyframes movedelement3 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  25% {
    -webkit-transform: translate(15px, 15px);
    transform: translate(15px, 15px);
  }
  50% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  75% {
    -webkit-transform: translate(15px, -8px);
    transform: translate(15px, -8px);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes movedelement3 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  25% {
    -webkit-transform: translate(15px, 15px);
    transform: translate(15px, 15px);
  }
  50% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  75% {
    -webkit-transform: translate(15px, -8px);
    transform: translate(15px, -8px);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

.slide-client-img-4 {
  position: absolute;
  bottom: 0;
  right: 30px;
  -webkit-box-shadow: 1px 1px 60px 0px #00000033;
          box-shadow: 1px 1px 60px 0px #00000033;
  -webkit-animation: movedelement4 5s linear infinite;
  animation: movedelement4 5s linear infinite;
}

@-webkit-keyframes movedelement4 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  25% {
    -webkit-transform: translate(-15px, -15px);
    transform: translate(-15px, -15px);
  }
  50% {
    -webkit-transform: translate(-8px, -8px);
    transform: translate(-8px, -8px);
  }
  75% {
    -webkit-transform: translate(-15px, 8px);
    transform: translate(-15px, 8px);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes movedelement4 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  25% {
    -webkit-transform: translate(-15px, -15px);
    transform: translate(-15px, -15px);
  }
  50% {
    -webkit-transform: translate(-8px, -8px);
    transform: translate(-8px, -8px);
  }
  75% {
    -webkit-transform: translate(-15px, 8px);
    transform: translate(-15px, 8px);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

/*==========Testimonial End==========*/
/*==========Our Blog Start==========*/
.main-blog {
  padding-top: 120px;
  padding-bottom: 120px;
}

.blog-title .small-title {
  text-align: center;
}

.blog-title .h2-title {
  text-align: center;
}

.blog-box {
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 60px 0px #0000001a;
          box-shadow: 1px 1px 60px 0px #0000001a;
}

.blog-img {
  position: relative;
  display: block;
  overflow: hidden;
}

.blog-img > img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog-box:hover .blog-img > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.blog-tag {
  padding: 12px 30px;
  background-color: #b68c5a;
  -webkit-box-shadow: 1px 1px 30px 0px #b68c5a99;
          box-shadow: 1px 1px 30px 0px #b68c5a99;
  text-align: center;
  display: inline-block;
  position: absolute;
  right: 30px;
  margin-top: -20px;
}

.blog-content {
  padding: 30px;
  margin-top: 10px;
}

.blog-tag p {
  margin-bottom: 0;
  line-height: 15px;
  font-weight: 500;
  color: #ffffff;
}

.blog-date-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

.bog-da-content p {
  position: relative;
  margin-bottom: 0;
  line-height: 15px;
  padding-left: 18px;
}

.bog-da-content p::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #777777;
  top: 2px;
  left: 0;
}

.bog-au-content p {
  position: relative;
  margin-bottom: 0;
  line-height: 15px;
  padding-left: 18px;
  margin-left: 30px;
}

.bog-au-content p::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #777777;
  top: 2px;
  left: 0;
}

.blog-content .h3-title {
  padding-bottom: 10px;
}

.blog-content .btn-link {
  color: #b68c5a;
}

.blog-content .btn-link:before {
  background-color: #b68c5a;
}

.blog-box:hover .btn-link:before {
  width: 100%;
}

/*==========Our Blog End==========*/
/*==========Partner Start==========*/
.main-partner {
  background-color: #f3f3f3;
  padding-top: 80px;
  padding-bottom: 80px;
}

.partner-box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.partner-box:hover {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*==========Partner End==========*/
/*==========Footer Start==========*/
.main-footer {
  background-color: #162542;
  padding-top: 120px;
}

.footer-logo-content p {
  margin-bottom: 0;
  color: #b5b7bb;
  margin-top: 24px;
}

.footer-links {
  margin: 0 90px;
}

.footer-links .h3-title {
  position: relative;
  color: #ffffff;
  line-height: 25px;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.footer-links .h3-title::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 1px;
  background-color: #b68c5a;
  bottom: 0;
  left: 0;
}

.footer-links ul {
  text-decoration: none;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  margin-top: 24px;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links li:last-child {
  margin-bottom: 0;
}

.footer-links li a {
  font-family: 'Roboto', sans-serif;
  color: #b5b7bb;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-links li a:hover {
  color: #b68c5a;
  padding-left: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-post-title .h3-title {
  position: relative;
  color: #ffffff;
  padding-bottom: 10px;
  line-height: 25px;
}

.footer-post-title .h3-title::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 1px;
  background-color: #b68c5a;
  bottom: 0;
  left: 0;
}

.footer-latest-post {
  margin-top: 24px;
}

.footer-latest-post-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.footer-post-content {
  width: calc(100% - 95px);
  margin-left: 15px;
}

.footer-post-content .bog-da-content p {
  color: #b68c5a;
}

.footer-post-content .bog-da-content p::before {
  background-color: #b68c5a;
}

.footer-post-content p {
  color: #b5b7bb;
}

.footer-subscribe-title .h3-title {
  position: relative;
  color: #ffffff;
  padding-bottom: 10px;
  line-height: 25px;
}

.footer-subscribe-title .h3-title::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 1px;
  background-color: #b68c5a;
  bottom: 0;
  left: 0;
}

.footer-subscribe-form {
  margin-top: 24px;
  position: relative;
}

.footer-subscribe-form .form-input {
  border: 0;
}

.footer-subscribe-form .sec-btn {
  border: 0;
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 0;
  width: 50px;
  height: 50px;
}

.social-media-footer {
  margin-top: 50px;
}

.social-media-footer a {
  font-size: 15px;
  line-height: 24px;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45px;
  height: 45px;
  background: #ffffff1a;
  margin-left: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.social-media-footer a:first-child {
  margin-left: 0;
}

.social-media-footer a:hover {
  background-color: #b68c5a;
}

.footer-copyright {
  background-color: #2f3d59;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 120px;
}

.copyright-content {
  float: left;
}

.copyright-content p {
  margin-bottom: 0;
  color: #ffffff;
}

.copyright-content p a {
  color: #b68c5a;
  cursor: pointer;
}

.copyright-links ul {
  text-decoration: none;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: right;
}

.copyright-links ul li {
  margin-right: 30px;
}

.copyright-links ul li:last-child {
  margin-right: 0;
}

.copyright-links ul li a {
  position: relative;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  line-height: 15px;
  padding-left: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.copyright-links ul li a::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #b68c5a;
  top: 4px;
  left: 0;
}

.copyright-links ul li a:hover {
  color: #b68c5a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*==========Footer End==========*/
/*==========About Us Page Start==========*/
/*====About Us Start=====*/
.main-about-us-in {
  padding-top: 120px;
  padding-bottom: 120px;
}

/*====About Us End=====*/
/*====Our Skill Start=====*/
.main-skill-in {
  padding-top: 120px;
}

/*====Our Skill End=====*/
/*====What We Do Start=====*/
.main-what-di-in {
  position: relative;
  padding-top: 120px;
  padding-bottom: 240px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-what-di-in::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #162541e6;
  top: 0;
  left: 0;
}

.what-do-in-title .small-title {
  text-align: center;
}

.what-do-in-title .h2-title {
  text-align: center;
  color: #ffffff;
}

.main-what-di-in .what-do-box {
  margin-bottom: 30px;
}

/*====What We Do End=====*/
/*====Contact Form Start=====*/
.main-contact-form-in {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: -210px;
}

/*====Contact Form End=====*/
/*====Our Team Start=====*/
.main-team-in {
  padding-top: 60px;
  padding-bottom: 140px;
}

/*====Our Team End=====*/
/*==========About Us Page End==========*/
/*==========Service Page Start==========*/
/*====Service Box Start=====*/
.main-service-in {
  padding-top: 90px;
  padding-bottom: 60px;
}

.main-service-in .service-box {
  margin-top: 30px;
}

/*====Service Box End=====*/
/*====Popular Case Start=====*/
.main-popular-case-in {
  padding-top: 60px;
  padding-bottom: 94px;
}

/*====Popular Case End=====*/
/*====Testimonial Start=====*/
.main-testimonial-in {
  padding-top: 120px;
  padding-bottom: 290px;
  background-color: #162542;
}

/*====Testimonial End=====*/
/*==========Service Page End==========*/
/*==========Service Detail Page Start==========*/
.main-service-detail {
  padding-top: 120px;
  padding-bottom: 120px;
}

/*====Sidebar Start=====*/
.service-sidebar-title .h2-title {
  font-size: 30px;
  line-height: 30px;
  padding-top: 0;
  padding-bottom: 0px;
}

.service-sidebar-line {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
}

.service-sidebar-line::before {
  content: "";
  position: absolute;
  width: 30%;
  height: 1px;
  background-color: #b68c5a;
  top: 0;
  left: 0;
}

.service-sidebar-service-box ul {
  text-decoration: none;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  margin-top: 30px;
}

.service-sidebar-service-box ul li {
  position: relative;
  padding: 20px;
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.service-sidebar-service-box ul li:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 60px 0px #0000001a;
          box-shadow: 1px 1px 60px 0px #0000001a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.service-sidebar-service-box ul li:hover .service-sidebar-text {
  color: #b68c5a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.service-sidebar-text {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  color: #777777;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.service-sidebar-service-box .active {
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 60px 0px #0000001a;
          box-shadow: 1px 1px 60px 0px #0000001a;
}

.service-sidebar-service-box .active .service-sidebar-text {
  color: #b68c5a;
}

.service-sidebar-service-box .active span:last-child {
  right: 30px;
}

.service-sidebar-service-box ul li span:last-child {
  position: absolute;
  right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.service-sidebar-service-box ul li:hover span:last-child {
  right: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.service-sidebar-download-box {
  margin-top: 50px;
}

.service-download-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.service-download-box.active {
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 60px 0px #0000001a;
          box-shadow: 1px 1px 60px 0px #0000001a;
}

.service-download-box:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 60px 0px #0000001a;
          box-shadow: 1px 1px 60px 0px #0000001a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.service-download-content {
  margin-left: 20px;
}

.service-download-content p {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
}

.service-download-content span {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 15px;
  color: #b68c5a;
  text-transform: uppercase;
}

.main-service-download {
  margin-top: 30px;
}

.service-sidebar-contact {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px;
  text-align: center;
  margin-top: 50px;
  z-index: 1;
}

.service-sidebar-contact::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #162541cc;
  top: 0;
  left: 0;
  z-index: -1;
}

.service-sidebar-contact .h2-title {
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
  padding-top: 0;
  padding-bottom: 15px;
}

.service-sidebar-contact p {
  margin-bottom: 0;
  color: #ffffff;
  opacity: 0.7;
}

.service-sidebar-contact-num {
  position: relative;
  background-color: #ffffff;
  width: 100%;
  padding: 8px 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.service-sidebar-contact-num::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #b68c5a;
  border-radius: 100%;
  top: 0;
  left: -30px;
}

.service-contact-icon {
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  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: #b68c5a;
  -webkit-box-shadow: 1px 1px 30px 0px #0000001a;
          box-shadow: 1px 1px 30px 0px #0000001a;
  z-index: 1;
}

.service-contact-num .h3-title {
  margin-bottom: 0;
  font-weight: 500;
  margin-left: 15px;
}

/*====Sidebar End=====*/
/*====Service Detail Info Start=====*/
.service-detail-img-1 {
  margin-bottom: 50px;
}

.service-detail-content .h2-title {
  padding-top: 0;
  padding-bottom: 15px;
  line-height: 65px;
}

.service-detail-img-2 {
  margin-right: 15px;
}

.service-detail-text-content {
  width: calc(100% - 416px);
  margin-left: 15px;
}

.service-detail-text-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 42px;
}

.service-detail-text-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  margin-bottom: 42px;
}

.service-detail-img-3 {
  margin-left: 15px;
}

.service-detail-text-2 .service-detail-text-content {
  margin-left: 0;
  margin-right: 15px;
}

.service-detail-text-content p:last-child {
  margin-bottom: 0;
}

.service-detail-content p:last-child {
  margin-bottom: 0;
}

/*====Service Detail Info End=====*/
/*==========Service Detail Page End==========*/
/*==========Case Page Start==========*/
.main-popular-case-page {
  padding-top: 120px;
  padding-bottom: 90px;
}

/*==========Case Page End==========*/
/*====Case Detail Start=====*/
.main-case-detail-in {
  padding-top: 120px;
  padding-bottom: 120px;
}

.case-detail-img-1 {
  position: relative;
}

.case-detail-info-box {
  position: absolute;
  padding: 40px;
  background-color: #162542;
  bottom: 0;
  left: 0;
}

.case-detail-info-box ul {
  text-decoration: none;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.case-detail-info-box ul li {
  margin-left: 50px;
}

.case-detail-info-box ul li:first-child {
  margin-left: 0;
}

.case-detail-info-box .h3-title {
  color: #ffffff;
  line-height: 25px;
}

.case-detail-info-box p {
  margin-bottom: 0;
  margin-top: 15px;
  font-size: 18px;
  color: #ffffff;
  line-height: 18px;
}

.main-case-detail-in .h2-title {
  padding-bottom: 15px;
  margin-bottom: 0;
  padding-top: 50px;
}

.case-detail-img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.case-detail-img-2 {
  margin-right: 15px;
}

.case-detail-img-3 {
  margin-left: 15px;
}

.main-case-detail-in p:last-child {
  margin-bottom: 0;
}

/*====Case Detail End=====*/
/*==========Case Detail Page End==========*/
/*==========Team Page Start==========*/
/*====Team Box Start=====*/
.main-team-page {
  padding-top: 90px;
  padding-bottom: 120px;
}

.main-team-page .team-box {
  margin-left: 0;
  margin-right: 0;
  margin-top: 30px;
}

/*====Team Box End=====*/
/*==========Team Page End==========*/
/*==========Pricing Page Start==========*/
/*====Pricing Box Start=====*/
.main-pricing-in {
  padding-top: 120px;
  padding-bottom: 120px;
}

.pricing-box {
  background-color: #ffffff;
  padding: 40px;
  -webkit-box-shadow: 1px 1px 60px #0000001a;
          box-shadow: 1px 1px 60px #0000001a;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: dashed 2px #ffffff;
}

.pricing-box.active {
  border: dashed 2px #b68c5a;
}

.pricing-box:hover {
  border: dashed 2px #b68c5a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pricing-box .h3-title {
  line-height: 25px;
  margin-bottom: 0;
}

.pricing-box p {
  margin-bottom: 0;
  margin-top: 20px;
}

.pricing-box-line {
  width: 100%;
  height: 1px;
  border: dashed 1px #e1e1e1;
  margin-top: 20px;
  margin-bottom: 20px;
}

.pricing-box ul {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style: none;
  display: inline-block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pricing-box ul li {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pricing-box ul li:last-child {
  margin-bottom: 0;
}

.pricing-box ul li i {
  color: #b68c5a;
  font-size: 18px;
}

.pricing-box ul li span {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #777777;
  line-height: 15px;
  margin-left: 10px;
}

.pricing-box .sec-btn {
  margin-top: 20px;
}

.pricing-box .h2-title {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 45px;
  line-height: 45px;
  margin-top: 20px;
  margin-bottom: 0;
}

.pricing-box .h2-title span {
  font-size: 15px;
  line-height: 15px;
}

/*====Pricing Box End=====*/
/*==========Pricing Page End==========*/
/*==========Blog List Page Start==========*/
/*====Blog List Box Start=====*/
.main-blog-list-in {
  padding-top: 120px;
  padding-bottom: 90px;
}

.main-blog-list-in .blog-box {
  margin-bottom: 30px;
}

.blog-play-btn {
  -webkit-transform: translate(50%);
          transform: translate(50%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 50%;
  left: 50%;
  text-align: center;
  position: absolute;
}

.blog-play-icon {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background-color: #b68c5a;
  background-size: 200% 100%;
  background-position: left center;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  color: #ffffff;
  padding-left: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}

.blog-play-icon:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 50%;
  pointer-events: none;
  -webkit-animation: waveBtn 2.5s infinite;
          animation: waveBtn 2.5s infinite;
  z-index: -1;
}

.blog-play-btn a:hover {
  color: #ffffff;
}

@-webkit-keyframes waveBtn {
  0% {
    -webkit-box-shadow: 0 0 0 0 #e1e1e1;
            box-shadow: 0 0 0 0 #e1e1e1;
  }
  50% {
    -webkit-box-shadow: 0 0 0 40px transparent;
            box-shadow: 0 0 0 40px transparent;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 transparent;
            box-shadow: 0 0 0 0 transparent;
  }
}

@keyframes waveBtn {
  0% {
    -webkit-box-shadow: 0 0 0 0 #e1e1e1;
            box-shadow: 0 0 0 0 #e1e1e1;
  }
  50% {
    -webkit-box-shadow: 0 0 0 40px transparent;
            box-shadow: 0 0 0 40px transparent;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 transparent;
            box-shadow: 0 0 0 0 transparent;
  }
}

/*====Blog List Box End=====*/
/*==========Blog List Page End==========*/
/*==========Blog Detail Page Start==========*/
/*====Blog Detail Info Start=====*/
.main-blog-detail-in {
  padding-top: 120px;
  padding-bottom: 120px;
}

.blog-detail-img-1 {
  margin-bottom: 50px;
}

.blog-date-author-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-comment-like-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-detail-text-box {
  background-color: #162542;
  padding: 30px;
  margin-top: 43px;
  margin-bottom: 43px;
  border-left: 5px solid #b68c5a;
}

.blog-detail-text-box p {
  font-family: 'Frank Ruhl Libre', serif;
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 0;
}

.blog-detail-img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 43px;
  margin-bottom: 50px;
}

.blog-detail-img-2 {
  margin-right: 15px;
}

.blog-detail-img-3 {
  margin-left: 15px;
}

.bog-detail-point-1 {
  margin-right: 15px;
}

.bog-detail-point-1 ul {
  text-decoration: none;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.bog-detail-point-1 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.bog-detail-point-1 ul li:last-child {
  margin-bottom: 0;
}

.bog-detail-point-1 ul li span {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #162541;
  margin-left: 15px;
  width: calc(100% - 45px);
}

.bog-detail-point-2 {
  margin-left: 15px;
}

.bog-detail-point-2 ul {
  text-decoration: none;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.bog-detail-point-2 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.bog-detail-point-2 ul li:last-child {
  margin-bottom: 0;
}

.bog-detail-point-2 ul li span {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #162541;
  margin-left: 15px;
  width: calc(100% - 45px);
}

.blog-detail-point-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.blog-detail-ts-box {
  border-top: solid 1px #c2c2c2;
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 45px;
}

.tag-box ul {
  padding-left: 0;
  margin-bottom: 0;
  text-decoration: none;
  list-style: none;
}

.tag-box ul li {
  display: inline-block;
}

.tag-box ul li a {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  text-align: center;
  color: #777777;
  border: solid 1px #777777;
  padding: 10px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 15px;
  margin-right: 10px;
}

.tag-box ul li a:hover {
  border: solid 1px #b68c5a;
  background-color: #b68c5a;
  color: #ffffff;
  -webkit-box-shadow: 0 10px 30px 0 #b68c5a4d;
          box-shadow: 0 10px 30px 0 #b68c5a4d;
}

.blog-list-tag-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-list-tag-box p {
  margin-bottom: 0;
}

.blog-list-tag-box .tag-box {
  margin-top: 0;
  margin-left: 10px;
}

.blog-list-tag-box .tag-box ul li a {
  margin-bottom: 0;
}

.social-media-blog-detail a {
  font-size: 18px;
  color: #131730;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.social-media-blog-detail a:first-child {
  margin-left: 0;
}

.social-media-blog-detail a:hover {
  color: #b68c5a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog-search-from .form-box {
  margin-bottom: 0;
}

.blog-search-from input {
  width: 100%;
  height: 60px;
  border: none;
  outline: none;
  background: #ffffff;
  -webkit-box-shadow: 10px 10px 38px 0px #0000001c;
          box-shadow: 10px 10px 38px 0px #0000001c;
  color: #777777;
  font-size: 16px;
  padding: 10px 60px 10px 30px;
}

.blog-search-from .sec-btn {
  width: 60px;
  height: 60px;
  padding: 0;
  position: absolute;
  border: none;
  right: 0;
}

.blog-search-from .sec-btn span i {
  margin: 0;
  font-size: 20px;
}

.blog-sidebar-title .h2-title {
  font-size: 30px;
  line-height: 30px;
  padding-top: 0;
  padding-bottom: 0px;
}

.blog-sidebar-line {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
}

.blog-sidebar-line::before {
  content: "";
  position: absolute;
  width: 30%;
  height: 1px;
  background-color: #b68c5a;
  top: 0;
  left: 0;
}

.blog-catagory-box {
  margin-top: 50px;
}

.blog-catagory-box ul {
  text-decoration: none;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  margin-top: 30px;
}

.blog-catagory-box ul li {
  position: relative;
  padding: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog-catagory-box ul li:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 60px 0px #0000001a;
          box-shadow: 1px 1px 60px 0px #0000001a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog-catagory-box li:hover .service-sidebar-text {
  color: #b68c5a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog-sidebar-text {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #777777;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog-catagory-box ul li span:last-child {
  position: absolute;
  right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog-catagory-box ul li:hover span:last-child {
  right: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog-related-post-box {
  margin-top: 23px;
}

.recent-post {
  margin-top: 30px;
}

.recent-post-img {
  position: relative;
  display: block;
  overflow: hidden;
}

.recent-post-img > img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.recent-post-box:hover .recent-post-img > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.recent-post-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.recent-post-content {
  width: calc(100% - 100px);
  margin-left: 15px;
}

.recent-post-content span {
  font-family: 'Roboto', sans-serif;
  color: #b68c5a;
  font-size: 16px;
}

.recent-post-content p {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.recent-post-box:hover .recent-post-content p {
  color: #162541;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog-sidebar .service-sidebar-contact {
  margin-top: 50px;
}

/*====Blog Detail Info End=====*/
/*====Recent Post Start=====*/
.main-recent-post-in {
  padding-bottom: 120px;
}

/*====Recent Post End=====*/
/*====Comment & Reply Start=====*/
.main-comment-reply-in {
  padding-bottom: 120px;
}

.main-blog-comment-box {
  margin-right: 25px;
}

.comment-box-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #cccccc;
  padding-bottom: 40px;
}

.comment-content {
  width: calc(100% - 170px);
  margin-left: 20px;
}

.comment-btn {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  padding: 5px 20px;
  background-color: #b68c5a;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.comment-btn:hover {
  color: #ffffff;
  background-color: #162542;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.comment-box-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #cccccc;
  padding-bottom: 40px;
  padding-top: 40px;
}

.main-blog-reply-box {
  margin-left: 25px;
}

.leave-reply-form textarea {
  height: 200px;
}

.leave-reply-form .form-box .sec-btn {
  border: 0;
  margin-top: 10px;
}

/*====Comment & Reply End=====*/
/*==========Blog Detail Page End==========*/
/*==========Contact Us Page Start==========*/
/*====Map & Contact Us Start=====*/
.main-map-contact-in {
  padding-top: 120px;
  padding-bottom: 120px;
}

.contact-in-bg {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
  z-index: 0;
}

.contact-in-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #162541e6;
  top: 0;
  left: 0;
  z-index: -1;
}

.contact-in-location-box {
  padding-left: 40px;
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #e1e1e133;
  padding-bottom: 40px;
}

.contact-in-location-icon {
  width: 90px;
  height: 80px;
  border: solid 2px #b68c5a;
  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;
}

.contact-in-location-content p {
  margin-bottom: 0;
  margin-left: 20px;
  color: #ffffff;
}

.contact-in-mail-box {
  padding-left: 40px;
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #e1e1e133;
  padding-bottom: 40px;
  padding-top: 40px;
}

.contact-in-mail-icon {
  width: 80px;
  height: 80px;
  border: solid 2px #b68c5a;
  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;
}

.contact-in-mail-content p {
  margin-bottom: 0;
  margin-left: 20px;
  color: #ffffff;
}

.contact-in-call-box {
  padding-left: 40px;
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 40px;
}

.contact-in-call-icon {
  width: 80px;
  height: 80px;
  border: solid 2px #b68c5a;
  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;
}

.contact-in-call-content p {
  margin-bottom: 0;
  margin-left: 20px;
  color: #ffffff;
}

.map iframe {
  width: 100%;
  height: 482px;
}

/*====Map & Contact Us End=====*/
/*====Get In Touch Form Start=====*/
.main-get-touch-in {
  padding-bottom: 120px;
}

.get-touch-title .small-title {
  text-align: center;
}

.get-touch-title .h2-title {
  text-align: center;
}

.get-touch-form .form-box textarea {
  height: 168px;
}

.get-touch-form .form-box.sub-btn {
  text-align: center;
}

.get-touch-form .form-box .sec-btn {
  border: 0;
  width: 323px;
  margin-top: 30px;
}

/*====Get In Touch Form End=====*/
/*==========Contact Us Page End==========*/
/*==========Scroll To Top CSS Start==========*/
.scroll-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background-color: #b68c5a;
  font-size: 25px;
  color: #ffffff;
  -webkit-box-shadow: 0 0 20px #0000001a;
          box-shadow: 0 0 20px #0000001a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  z-index: 50;
  display: none;
}

.scroll-top:hover {
  -webkit-box-shadow: 1px 1px 60px #00000026;
          box-shadow: 1px 1px 60px #00000026;
  color: #b68c5a;
}

.scroll-top:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #162541;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 0;
}

.scroll-top:hover:before {
  top: 0;
}

.scroll-top i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 10px;
  z-index: 1;
}

.scroll-top:hover i {
  -webkit-animation: swipe 0.6s linear infinite alternate;
          animation: swipe 0.6s linear infinite alternate;
}

@-webkit-keyframes swipe {
  from {
    margin-top: -3px;
  }
  to {
    margin-top: 3px;
  }
}

@keyframes swipe {
  from {
    margin-top: -3px;
  }
  to {
    margin-top: 3px;
  }
}

/*==========Scroll To Top CSS End==========*/
.sec-title {
  margin-bottom: 50px;
}

.sec-title h2 {
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  color: #D5AA6D;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.1;
  font-family: 'Raleway', sans-serif;
  padding: 0 35px;
  letter-spacing: 2px;
}

.sec-title h2:after {
  content: '\f107';
  font-family: 'Flaticon';
  position: absolute;
  right: 0;
}

.sec-title h2:before {
  content: '\f107';
  font-family: 'Flaticon';
  position: absolute;
  left: 0;
}

.sec-title h3 {
  color: #343434;
  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 20px;
  font-family: 'Raleway', sans-serif;
  line-height: 1.3;
}

.services {
  padding: 80px 0;
}

.services .services-item {
  background-color: #FFF;
  padding: 30px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 20px 0px #d5aa6d4d;
  box-shadow: 0px 0px 20px 0px #d5aa6d4d;
  border-bottom: 5px solid #D5AA6D;
}

.services .services-item:hover {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}

.services .services-item:hover a {
  padding-left: 20px;
}

.services .services-item:hover a:after {
  width: 15px;
  -webkit-transition: .3s;
  transition: .3s;
}

.services .services-item .icon {
  margin-bottom: 30px;
}

.services .services-item .icon i:first-of-type {
  color: #D5AA6D;
  font-size: 45px;
  line-height: 1;
}

.services .services-item .icon i:last-of-type {
  padding: 15px;
  color: #D5AA6D;
  background-color: #d5aa6d1a;
  border-radius: 50%;
  float: right;
  font-size: 15px;
  line-height: 1;
}

.services .services-item h4 {
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: #343434;
  font-size: 18px;
}

.services .services-item p {
  margin-bottom: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  line-height: 25px;
  color: #9B9B9B;
}

.services .services-item a {
  color: #343434;
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  padding-left: 55px;
  margin-top: 20px;
  -webkit-transition: .3s;
  transition: .3s;
  display: inline-block;
}

.services .services-item a:hover {
  color: #D5AA6D;
  -webkit-transition: .3s;
  transition: .3s;
}

.services .services-item a:hover:after {
  background-color: #D5AA6D;
  -webkit-transition: .3s;
  transition: .3s;
}

.services .services-item a:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 50px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #343434;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.services.home-3 .services-item {
  padding: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 0;
}

.services.home-3 .services-item:hover {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.services.home-3 .services-item .icon i:first-of-type {
  color: #FFF;
  font-size: 35px;
  background-color: #D5AA6D;
  line-height: 60px;
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
}

.services.home-3 .services-item .icon i:last-of-type {
  display: none;
}

.about-home-2,
.about-home-3 {
  padding: 90px 0;
  background-color: #F9F9F9;
}

.about-home-2 .skills .skill-box,
.about-home-3 .skills .skill-box {
  margin-bottom: 30px;
}

.about-home-2 .skills .skill-box:last-of-type,
.about-home-3 .skills .skill-box:last-of-type {
  margin-bottom: 0;
}

.about-home-2 .skills .skill-box .skill-top,
.about-home-3 .skills .skill-box .skill-top {
  overflow: hidden;
  margin-bottom: 12px;
}

.about-home-2 .skills .skill-box .skill-top .name,
.about-home-3 .skills .skill-box .skill-top .name {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 23px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #343434;
  display: inline-block;
}

.about-home-2 .skills .skill-box .skill-top .number,
.about-home-3 .skills .skill-box .skill-top .number {
  float: right;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 23px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #343434;
  display: inline-block;
}

.about-home-2 .skills .skill-box .skill-line,
.about-home-3 .skills .skill-box .skill-line {
  height: 12px;
  width: 100%;
  background-color: #FFF;
}

.about-home-2 .skills .skill-box .skill-line .line,
.about-home-3 .skills .skill-box .skill-line .line {
  height: 100%;
  width: 0%;
  background-color: #D5AA6D;
}

.about-home-2 p,
.about-home-3 p {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  line-height: 25px;
  color: #9B9B9B;
}

.about-home-2 .faq,
.about-home-3 .faq {
  background-color: #F9F9F9;
}

.about-home-2 .faqs,
.about-home-3 .faqs {
  padding: 15px 30px;
  background-color: #FFF;
  border: 1px solid #F1F1F1;
}

.about-home-2 .faqs .faq-box,
.about-home-3 .faqs .faq-box {
  background-color: #FFF;
  padding: 15px 0;
  border-bottom: 2px solid #F1F1F1;
}

.about-home-2 .faqs .faq-box:last-of-type,
.about-home-3 .faqs .faq-box:last-of-type {
  border-bottom: 0;
}

.about-home-2 .faqs .faq-box .question-header,
.about-home-3 .faqs .faq-box .question-header {
  line-height: 1;
}

.about-home-2 .faqs .faq-box .question-header .click,
.about-home-3 .faqs .faq-box .question-header .click {
  font-family: "Raleway", sans-serif;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 16px;
  color: #343434;
  font-weight: 600;
  -webkit-transition: .3s;
  transition: .3s;
  line-height: 25px;
  text-transform: capitalize;
  position: relative;
  width: 100%;
  text-align: left;
  padding-right: 20px;
}

.about-home-2 .faqs .faq-box .question-header .click i,
.about-home-3 .faqs .faq-box .question-header .click i {
  color: #FFF;
  background-color: #D5AA6D;
  font-weight: 600;
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 19px;
  width: 19px;
  line-height: 20px;
  -webkit-transition: .3s;
  transition: .3s;
  text-align: center;
}

.about-home-2 .faqs .faq-box .question-header .click[aria-expanded="true"],
.about-home-3 .faqs .faq-box .question-header .click[aria-expanded="true"] {
  -webkit-transition: .3s;
  transition: .3s;
}

.about-home-2 .faqs .faq-box .question-header .click[aria-expanded="true"] i,
.about-home-3 .faqs .faq-box .question-header .click[aria-expanded="true"] i {
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.about-home-2 .faqs .faq-box .answer img,
.about-home-3 .faqs .faq-box .answer img {
  float: left;
  width: 75px;
  margin-right: 15px;
}

.about-home-2 .faqs .faq-box .answer p,
.about-home-3 .faqs .faq-box .answer p {
  margin-top: 15px;
  margin-bottom: 0;
}

.about-home-2 .faqs .faq-box .answer p:first-of-type,
.about-home-3 .faqs .faq-box .answer p:first-of-type {
  padding-left: 90px;
}

.about-home-2 .text-box p:last-of-type,
.about-home-3 .text-box p:last-of-type {
  margin: 0;
}

/* :: Testimonials And Subscribe */
.testimonials-and-subscribe {
  background-image: url(../images/testimonials-and-subscribe/01_testimonials-and-subscribe.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: #FFF;
  position: relative;
  padding: 90px 0;
  overflow: hidden;
}

.testimonials-and-subscribe .overlay-3 {
  background-color: #34343480;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.testimonials-and-subscribe .testimonials {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
}

.testimonials-and-subscribe .testimonials .sec-title h2:after {
  content: '';
}

.testimonials-and-subscribe .testimonials .sec-title h3 {
  color: #FFF;
}

.testimonials-and-subscribe .quote {
  padding: 30px;
  background-color: #FFF;
  border-bottom: 5px solid #D5AA6D;
}

.testimonials-and-subscribe .quote .sec-title {
  margin-bottom: 30px;
}

.testimonials-and-subscribe .quote .sec-title h2:after {
  content: '';
}

.testimonials-and-subscribe .quote .quote-item {
  background-color: #F9F9F9;
  margin-bottom: 30px;
  padding: 15px;
  position: relative;
}

.testimonials-and-subscribe .quote .quote-item:last-of-type {
  margin-bottom: 0;
  padding: 0;
  background-color: transparent;
}

.testimonials-and-subscribe .quote .quote-item label {
  display: block;
  line-height: 1.1;
  margin-bottom: 0px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #343434;
}

.testimonials-and-subscribe .quote .quote-item input {
  width: 100%;
  color: #9B9B9B;
  background-color: transparent;
  font-size: 13px;
  padding: 10px 0 0 0;
  text-transform: capitalize;
  letter-spacing: 0.25px;
  position: relative;
  border: 0px solid transparent;
  font-family: 'Raleway', sans-serif;
}

.testimonials-and-subscribe .quote .quote-item textarea {
  width: 100%;
  color: #9B9B9B;
  background-color: transparent;
  font-size: 13px;
  padding: 10px 0 0 0;
  text-transform: capitalize;
  letter-spacing: 0.25px;
  position: relative;
  border: 0px solid transparent;
  font-family: 'Raleway', sans-serif;
  height: 100px;
  display: block;
}

.testimonials-and-subscribe .quote .quote-item i {
  position: absolute;
  color: #D5AA6D;
  top: 15px;
  right: 15px;
}

.testimonials-and-subscribe .subscribe {
  padding: 30px;
  background-color: #FFF;
  border-bottom: 5px solid #D5AA6D;
}

.testimonials-and-subscribe .subscribe .sec-title {
  margin-bottom: 30px;
}

.testimonials-and-subscribe .subscribe .sec-title h2:after {
  content: '';
}

.testimonials-and-subscribe .subscribe .subscribe-item {
  background-color: #F9F9F9;
  margin-bottom: 30px;
  padding: 15px;
  position: relative;
}

.testimonials-and-subscribe .subscribe .subscribe-item:last-of-type {
  margin-bottom: 0;
  padding: 0;
  background-color: transparent;
}

.testimonials-and-subscribe .subscribe .subscribe-item label {
  display: block;
  line-height: 1.1;
  margin-bottom: 0px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #343434;
}

.testimonials-and-subscribe .subscribe .subscribe-item input {
  width: 100%;
  color: #9B9B9B;
  background-color: transparent;
  font-size: 13px;
  padding: 10px 0 0 0;
  text-transform: capitalize;
  letter-spacing: 0.25px;
  position: relative;
  border: 0px solid transparent;
  font-family: 'Raleway', sans-serif;
}

.testimonials-and-subscribe .subscribe .subscribe-item i {
  position: absolute;
  color: #D5AA6D;
  top: 15px;
  right: 15px;
}

.testimonials-and-subscribe .quote.home-2 {
  border-top: 5px solid #D5AA6D;
  margin-top: 0;
}

.testimonials-and-subscribe .testimonials .sec-title h3 {
  color: #FFF;
  font-family: 'Raleway', sans-serif;
}

.testimonials-and-subscribe .testimonials .testimonials-box .box-item .text-box {
  padding: 30px;
  background-color: #D5AA6D;
  border-bottom: 5px solid #FFF;
  position: relative;
}

.testimonials-and-subscribe .testimonials .testimonials-box .box-item .text-box:after {
  content: '\f122';
  font-family: Flaticon;
  font-size: 80px;
  position: absolute;
  color: rgba(255, 255, 255, 0.2);
  top: 15px;
  right: 15px;
  z-index: 0;
  line-height: 1;
}

.testimonials-and-subscribe .testimonials .testimonials-box .box-item .text-box:before {
  content: '';
  position: absolute;
  border: 20px solid;
  border-color: transparent transparent transparent #FFF;
  left: 25px;
  bottom: -20px;
  z-index: -1;
}

.testimonials-and-subscribe .testimonials .testimonials-box .box-item .text-box p {
  color: #FFF;
  margin-bottom: 0;
  position: relative;
}

.testimonials-and-subscribe .testimonials .testimonials-box .box-item .clients-talk {
  overflow: hidden;
  margin-top: 30px;
}

.testimonials-and-subscribe .testimonials .testimonials-box .box-item .clients-talk .img-box {
  height: 60px;
  width: 60px;
  display: block;
  margin-right: 15px;
  float: left;
  position: relative;
  border-radius: 50%;
}

.testimonials-and-subscribe .testimonials .testimonials-box .box-item .clients-talk .img-box img {
  border-radius: 50%;
  border: 2px solid #D5AA6D;
  padding: 4px;
  background-color: #FFF;
  margin: auto;
}

.testimonials-and-subscribe .testimonials .testimonials-box .box-item .clients-talk .info {
  padding-left: 75px;
}

.testimonials-and-subscribe .testimonials .testimonials-box .box-item .clients-talk .info h5 {
  color: #FFF;
  padding-top: 8px;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 0;
  text-transform: capitalize;
}

.testimonials-and-subscribe .testimonials .testimonials-box .box-item .clients-talk .info span {
  display: block;
  line-height: 15px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 10px;
  color: #D5AA6D;
}

.testimonials-and-subscribe .testimonials .testimonials-box.testimonials-box-home-2 .box-item .text-box {
  margin-bottom: 15px;
}

.testimonials-and-subscribe .testimonials .testimonials-box.testimonials-box-home-3 .box-item .text-box {
  margin-bottom: 15px;
}

.testimonials-and-subscribe .testimonials.home-2 .testimonials-box .box-item .clients-talk .info {
  padding-left: 0px;
}

/* :: Blog */
.blog {
  padding: 90px 0;
}

.blog .widget {
  margin-bottom: 30px;
  padding: 30px;
  background-color: #F1F1F1;
}

.blog .widget .widget-title h3 {
  line-height: 14px;
  text-transform: capitalize;
  color: #343434;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}

.blog .widget .widget-body .newsletter {
  position: relative;
}

.blog .widget .widget-body .newsletter input {
  width: 100%;
  color: #343434;
  background-color: #FFF;
  font-size: 13px;
  text-transform: capitalize;
  padding: 0 15px;
  line-height: 44px;
  letter-spacing: 0.25px;
  position: relative;
  border: 0px solid #FFF;
}

.blog .widget .widget-body .newsletter button.click {
  position: absolute;
  right: 0;
  font-size: 13px;
  color: #D5AA6D;
  text-transform: uppercase;
  padding: 0 14px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  border: 2px solid transparent;
  background-color: #FFF;
  outline: none;
}

.blog .widget .widget-body .follow .icon {
  padding-left: 0;
  margin-bottom: 0;
}

.blog .widget .widget-body .follow .icon li {
  display: inline-block;
  margin: 0 4px 4px 0;
}

.blog .widget .widget-body .follow .icon li a {
  display: inline-block;
  text-align: center;
  color: #343434;
  background-color: #FFF;
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #FFF;
}

.blog .widget .widget-body .follow .icon li:hover a {
  background-color: #D5AA6D;
  border-color: #D5AA6D;
  color: #FFF;
}

.blog .widget .widget-body .tags ul {
  padding-left: 0;
  margin-bottom: 0;
}

.blog .widget .widget-body .tags ul li {
  display: inline-block;
}

.blog .widget .widget-body .tags ul li a {
  display: inline-block;
  padding: 4px 10px;
  margin: 0 5px 5px 0;
  border: 1px solid #FFF;
  background-color: #FFF;
  font-size: 13px;
  font-weight: 700;
  color: #9B9B9B;
}

.blog .widget .widget-body .tags ul li:hover a {
  background-color: #D5AA6D;
  color: #FFF;
  border: 1px solid #D5AA6D;
}

.blog .widget .categories ul {
  padding: 0 10px;
  background-color: #FFF;
  border: 1px solid #F1F1F1;
}

.blog .widget .categories ul li {
  border-bottom: 1px solid #F1F1F1;
  list-style: none;
}

.blog .widget .categories ul li:last-of-type {
  border-bottom: none;
}

.blog .widget .categories ul li a {
  font-size: 14px;
  font-weight: 600;
  padding: 15px 0;
  display: block;
  line-height: 15px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  transition: .5s;
  color: #898989;
}

.blog .widget .categories ul li a i {
  margin-right: 5px;
}

.blog .widget .categories ul li a span {
  float: right;
}

.blog .widget .categories ul li:hover a {
  -webkit-transition: .5s;
  transition: .5s;
  color: #D5AA6D;
  padding-left: 10px;
}

.blog p {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  line-height: 25px;
  color: #9B9B9B;
}

.blog .blog-item {
  margin-bottom: 30px;
}

.blog .blog-item .img-box {
  overflow: hidden;
  position: relative;
}

.blog .blog-item .img-box:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.1)), to(rgba(52, 52, 52, 0.9)));
  background-image: linear-gradient(rgba(51, 51, 51, 0.1), rgba(52, 52, 52, 0.9));
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog .blog-item:hover .img-box:after {
  top: 0;
}

.blog .blog-item:hover .text-box .post a.more {
  padding-left: 20px;
  -webkit-transition: .3s;
  transition: .3s;
}

.blog .blog-item:hover .text-box .post a.more:after {
  -webkit-transition: .3s;
  transition: .3s;
  width: 15px;
}

.blog .blog-item .text-box .admin-post {
  overflow: hidden;
  margin: 20px 0 15px 0;
}

.blog .blog-item .text-box .admin-post img {
  border-radius: 50%;
  border: 2px solid #D5AA6D;
  padding: 4px;
  background-color: #FFF;
  width: 60px;
  float: left;
}

.blog .blog-item .text-box .admin-post .info-post {
  padding-left: 70px;
}

.blog .blog-item .text-box .admin-post .info-post span:first-of-type {
  color: #343434;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.5;
  text-transform: capitalize;
  display: block;
  padding: 6px 0;
}

.blog .blog-item .text-box .admin-post .info-post span:last-of-type {
  display: block;
  font-size: 15px;
  line-height: 1.3;
}

.blog .blog-item .text-box .admin-post .info-post span:last-of-type i {
  color: #D5AA6D;
}

.blog .blog-item .text-box .post .title-post {
  color: #343434;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: 'Raleway', sans-serif;
}

.blog .blog-item .text-box .post .title-post a {
  color: #343434;
}

.blog .blog-item .text-box .post .title-post:hover {
  color: #D5AA6D;
}

.blog .blog-item .text-box .post .title-post:hover a {
  color: #D5AA6D;
}

.blog .blog-item .text-box .post p {
  margin-bottom: 20px;
}

.blog .blog-item .text-box .post a.more {
  color: #343434;
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-transition: .3s;
  transition: .3s;
  font-weight: 700;
  padding-left: 55px;
}

.blog .blog-item .text-box .post a.more:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 50px;
  -webkit-transition: .3s;
  transition: .3s;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #343434;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog .blog-item .text-box .post a.more:hover {
  color: #D5AA6D;
  -webkit-transition: .3s;
  transition: .3s;
}

.blog .blog-item .text-box .post a.more:hover:after {
  -webkit-transition: .3s;
  transition: .3s;
  background-color: #D5AA6D;
}

.blog .pagination-blog-area .pagination li {
  display: inline-block;
}

.blog .pagination-blog-area .pagination li a {
  display: block;
  text-align: center;
  color: #343434;
  font-weight: 600;
  font-size: 14px;
  width: 44px;
  height: 44px;
  line-height: 42px;
  margin-right: 2px;
  border: 1px solid #F1F1F1;
  cursor: pointer;
  background-color: #F1F1F1;
}

.blog .pagination-blog-area .pagination li:hover a {
  background-color: #D5AA6D;
  color: #FFF;
  border-color: #D5AA6D;
}

.blog .pagination-blog-area .pagination li.active a {
  background-color: #D5AA6D;
  color: #FFF;
  border-color: #D5AA6D;
}

.blog.home-2 .blog-item .text-box .admin-post {
  margin-top: 0;
}

.header-content.header-content-dpno span {
  padding: 0 10px;
  color: #fff;
}

.header-content.header-content-dpno span a {
  color: #fff;
}

.index-active .main-navigation ul li.index-active a {
  color: #b68c5a;
}

.about-active .main-navigation ul li.about-active a {
  color: #b68c5a;
}

.services-active .main-navigation ul li.services-active a {
  color: #b68c5a;
}

.cases-active .main-navigation ul li.cases-active a {
  color: #b68c5a;
}

.blogs-active .main-navigation ul li.blogs-active a {
  color: #b68c5a;
}

.contact-active .main-navigation ul li.contact-active a {
  color: #b68c5a;
}

.justice-temple-subscribe {
  padding: 100px 0;
}

.justice-temple-subscribe .text-content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.justice-temple-subscribe .subscribe {
  position: relative;
  -webkit-box-shadow: 0 0 15px 0 #bbb;
          box-shadow: 0 0 15px 0 #bbb;
  padding: 30px 30px 10px;
  -webkit-transition: .5s;
  transition: .5s;
}

.justice-temple-subscribe .subscribe::before {
  content: "";
  position: absolute;
  left: 0;
  -webkit-transition: .5s;
  transition: .5s;
  top: 0;
  width: 100%;
  height: 5px;
  background-color: #131830;
}

.justice-temple-subscribe .subscribe::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  -webkit-transition: .5s;
  transition: .5s;
  height: 5px;
  background-color: #b68c5a;
}

.justice-temple-subscribe .subscribe:hover {
  -webkit-transition: .5s;
  transition: .5s;
}

.justice-temple-subscribe .subscribe:hover::before {
  -webkit-transition: .5s;
  transition: .5s;
  width: 0;
}

.justice-temple-subscribe .subscribe:hover::after {
  -webkit-transition: .5s;
  transition: .5s;
  width: 100%;
}

.justice-temple-subscribe .form-box .sec-btn {
  border: unset;
}

.justice-temple-subscribe .form-box textarea.form-input {
  height: auto !important;
}

.justice-temple-subscribe .form-box .label-text {
  text-align: right;
  font-size: 12px;
}

.justice-temple-subscribe .form-box .form-input {
  padding: 12px 20px;
}

.sing-in-body {
  -webkit-box-shadow: 0 0 15px 0 #bbb;
          box-shadow: 0 0 15px 0 #bbb;
}

.sing-in-body .link-nav {
  padding-left: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  margin-bottom: 0;
}

.sing-in-body .link-nav li {
  text-align: center;
  list-style: none;
  display: block;
  background-color: #131730;
}

.sing-in-body .link-nav li.active {
  background-color: #b68c5a;
}

.sing-in-body .link-nav li a {
  display: block;
  padding: 15px 10px;
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.sing-in-body .form-cart .login-form .left {
  text-align: center;
  padding: 20px;
}

.sing-in-body .form-cart .login-form .right {
  padding: 30px 50px 50px;
}

.sing-in-body .form-cart .login-form .right h3 {
  font-family: "Raleway", sans-serif;
  color: #b68c5a;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
  font-size: 35px;
  line-height: 45px;
}

.sing-in-body .form-cart .login-form .right p {
  color: #000;
  text-align: center;
}

.sing-in-body .form-cart .login-form .right p a {
  color: #b68c5a;
  -webkit-transition: .3s;
  transition: .3s;
  font-weight: 900;
  border-bottom: 1px solid #b68c5a;
}

.sing-in-body .form-cart .login-form .right p a:hover {
  color: #000;
  border-bottom: 1px solid #000;
  -webkit-transition: .3s;
  transition: .3s;
}

.sing-in-body .form-cart .login-form .right button {
  width: 100%;
}

.sing-in-body .form-cart .login-form .right .form-group {
  margin-bottom: 20px;
  position: relative;
}

.sing-in-body .form-cart .login-form .right .form-group .toggle-password {
  position: absolute;
  right: 15px;
  top: 23px;
  color: #b68c5a;
}

.sing-in-body .form-cart .login-form .right .form-group select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.sing-in-body .form-cart .login-form .right .form-group select,
.sing-in-body .form-cart .login-form .right .form-group input {
  width: 100%;
  height: 60px;
  background: #ffffff;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  line-height: 28px;
  color: #131830;
  border: none;
  border-radius: 0;
  outline: none;
  padding: 12px 15px;
  border: 1px solid #777777;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sing-in-body .form-cart .login-form .right .form-group select::-webkit-input-placeholder,
.sing-in-body .form-cart .login-form .right .form-group input::-webkit-input-placeholder {
  color: #000;
}

.sing-in-body .form-cart .login-form .right .form-group select:-ms-input-placeholder,
.sing-in-body .form-cart .login-form .right .form-group input:-ms-input-placeholder {
  color: #000;
}

.sing-in-body .form-cart .login-form .right .form-group select::-ms-input-placeholder,
.sing-in-body .form-cart .login-form .right .form-group input::-ms-input-placeholder {
  color: #000;
}

.sing-in-body .form-cart .login-form .right .form-group select::placeholder,
.sing-in-body .form-cart .login-form .right .form-group input::placeholder {
  color: #000;
}

.sing-in-body .form-cart .login-form .right .Forgot-Password {
  margin: 15px 0 30px;
}

.sing-in-body .form-cart .login-form .right .Forgot-Password a {
  float: right;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 15px;
  color: #b68c5a;
}

.sing-in-body .form-cart .login-form .right .Forgot-Password a:hover {
  color: #000;
  -webkit-transition: .3s;
  transition: .3s;
}

.appointment-section .serch-box .footer-subscribe-form {
  margin-top: 0;
  border: 1px solid #bbb;
}

.appointment-section .serch-box .footer-subscribe-form .form-input {
  padding-right: 65px;
}

.appointment-section .serch-box .footer-subscribe-form .sec-btn {
  border: 0;
  position: absolute;
  right: 0;
  top: -1px;
  padding: 0;
  width: 60px;
  height: 62px;
}

.appointment-section select {
  height: 62px;
  border: 1px solid #bbb;
  border-radius: 0;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.appointment-section select:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: 1px solid #bbb;
}

.appointment-section .single-our-attoryney-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 30px;
  border: 1px solid #b68c5a40;
  -webkit-transition: .5s;
  transition: .5s;
}

.appointment-section .single-our-attoryney-item:hover {
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-box-shadow: 0 0 5px 0 #bbb;
          box-shadow: 0 0 5px 0 #bbb;
}

.appointment-section .single-our-attoryney-item .img-wrapper {
  max-width: 250px;
  width: 100%;
}

.appointment-section .single-our-attoryney-item .img-wrapper .bg-image {
  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;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.appointment-section .single-our-attoryney-item .content {
  padding: 30px;
  background-color: #fff;
}

.appointment-section .single-our-attoryney-item .content .title {
  font-size: 22px;
  line-height: 30px;
  color: #000;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  margin-bottom: 0px;
}

.appointment-section .single-our-attoryney-item .content .designation {
  font-size: 14px;
  line-height: 24px;
  color: #878a95;
}

.appointment-section .single-our-attoryney-item .content .separator {
  display: block;
  width: 50px;
  height: 2px;
  background-color: #b68c5a;
  margin: 10px 0 10px;
}

.appointment-section .single-our-attoryney-item .content .location {
  display: block;
  margin-bottom: 10px;
  color: #878a95;
}

.appointment-section .single-our-attoryney-item .content p {
  margin-bottom: 0px;
  color: #878a95;
}

.appointment-section .single-our-attoryney-item .btn-wrapper .boxed-btn {
  padding: 7px 10px;
  min-width: 120px;
}

.appointment-book .login-form .text-color-1 {
  text-align: right;
  display: block;
  color: #b5b7bb;
  -webkit-transition: .5s;
  transition: .5s;
}

.appointment-book .login-form .text-color-1:hover {
  color: #000;
  -webkit-transition: .5s;
  transition: .5s;
}

.appointment-book .login-form .form-group.btn-wrapper {
  margin-bottom: 20px;
}

.appointment-book .login-form .form-group.btn-wrapper .sec-btn {
  width: 100%;
  text-align: center;
}

.appointment-book .login-form .text-color {
  padding: 10px 0;
  color: #898989;
}

.appointment-book .login-form input {
  width: 100%;
  height: 60px;
  background: #ffffff;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  line-height: 28px;
  color: #131830;
  border: none;
  border-radius: 0;
  outline: none;
  padding: 12px 15px;
  border: 1px solid #777777;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0 !important;
  margin-bottom: 35px;
}

.appointment-book .custom-control {
  position: relative;
}

.appointment-book input[type="checkbox"] {
  display: none;
}

.appointment-book .custom-control-label {
  padding-left: 25px;
  cursor: pointer;
}

.appointment-book input[type="checkbox"] + label:before {
  font-family: 'LinearIcons';
  content: "";
  line-height: 22px;
  font-size: 16px;
  position: absolute;
  border: 1px solid #f2f2f2;
  display: inline-block;
  height: 22px;
  background-color: #f2f2f2;
  width: 22px;
  padding: 0;
  left: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.appointment-book input[type="checkbox"]:checked + label:before {
  content: "\2714";
}

.appointment-book input[type="checkbox"]:checked + label:before {
  background: #b68c5a;
  color: white;
  border-color: #b68c5a;
  text-align: center;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.appointment-book .social-share-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.appointment-book .social-share-wrap ul li {
  display: inline-block;
}

.appointment-book .social-share-wrap ul li + li {
  margin-left: 10px;
}

.appointment-book .social-share-wrap ul li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 0px;
  border: 1px solid #e2e2e2;
  line-height: 35px;
  color: #b68c5a;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.appointment-book .social-share-wrap ul li a:hover {
  background-color: #b68c5a;
  color: #fff;
  border-color: #b68c5a;
}

.appointment-book .top-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.appointment-book .top-part .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 60%;
  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;
  padding-left: 40px;
}

.appointment-book .top-part .content .designation {
  font-size: 16px;
  font-weight: 600;
  color: #b68c5a;
  line-height: 20px;
}

.appointment-book .top-part .content .title {
  font-size: 36px;
  line-height: 46px;
  color: #000;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}

.appointment-book .top-part .content .short-description {
  font-size: 16px;
  line-height: 30px;
  color: #878a95;
  margin-bottom: 25px;
}

.appointment-book .top-part .content .price-wrap {
  background-color: #f2f2f2;
  border-radius: 0px;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.appointment-book .top-part .content .price-wrap h4 {
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.appointment-book .top-part .content .location {
  background-color: #f2f2f2;
  border-radius: 0px;
  padding: 5px 10px;
  color: #999;
  display: inline-block;
  margin-bottom: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.appointment-book .top-part .content .location i {
  color: #b68c5a;
  padding-right: 10px;
}

.appointment-book .top-part .thumb {
  width: 40%;
  margin-right: 40px;
  text-align: right;
}

.appointment-book .booking-wrap .nav-tabs .nav-link {
  width: 80px;
}

.appointment-book .bottom-part {
  margin-bottom: 80px;
  margin-top: 80px;
}

.appointment-book .bottom-part .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 2px solid #e2e2e2;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  border-bottom: 2px solid #e2e2e2;
  margin-bottom: 30px;
}

.appointment-book .bottom-part .nav-tabs .nav-link {
  min-width: 200px;
  text-align: center;
  font-weight: 700;
  color: #000;
  border: none;
}

.appointment-book .bottom-part .nav-tabs .nav-link.active {
  color: #b68c5a;
  position: relative;
  z-index: 0;
}

.appointment-book .bottom-part .nav-tabs .nav-link.active:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #b68c5a;
}

.appointment-book .bottom-part .nav-tabs .nav-link.active:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #b68c5a;
  content: '';
  z-index: -1;
  opacity: .1;
}

.appointment-book .information-area-wrap .specialised-info {
  background-color: #F8F8F8;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.appointment-book .information-area-wrap .specialised-info .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 20px;
}

.appointment-book .information-area-wrap .specialised-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.appointment-book .information-area-wrap .specialised-info ul li {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #898989;
  opacity: .8;
}

.appointment-book .information-area-wrap .specialised-info ul li:before {
  position: static;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 3px solid #b68c5a;
  content: '';
  display: inline-block;
  margin-right: 10px;
}

.appointment-book .information-area-wrap .specialised-info ul li + li {
  margin-top: 10px;
}

.appointment-book .information-area-wrap .additional-info {
  background-color: #F8F8F8;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.appointment-book .information-area-wrap .additional-info .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 20px;
}

.appointment-book .information-area-wrap .additional-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.appointment-book .information-area-wrap .additional-info ul li {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #898989;
  opacity: .8;
}

.appointment-book .information-area-wrap .additional-info ul li:before {
  position: static;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 3px solid #b68c5a;
  content: '';
  display: inline-block;
  margin-right: 10px;
}

.appointment-book .information-area-wrap .additional-info ul li + li {
  margin-top: 10px;
}

.appointment-book .information-area-wrap .education-info {
  background-color: #F8F8F8;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.appointment-book .information-area-wrap .education-info .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 20px;
}

.appointment-book .information-area-wrap .education-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.appointment-book .information-area-wrap .education-info ul li {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #898989;
  opacity: .8;
}

.appointment-book .information-area-wrap .education-info ul li:before {
  position: static;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 3px solid #b68c5a;
  content: '';
  display: inline-block;
  margin-right: 10px;
}

.appointment-book .information-area-wrap .education-info ul li + li {
  margin-top: 10px;
}

.appointment-book .information-area-wrap .description-wrap {
  background-color: #F8F8F8;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.appointment-book .description-wrap .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 20px;
}

.appointment-book .booking-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.appointment-book .booking-wrap .left-part {
  width: 50%;
  padding-right: 40px;
}

.appointment-book .booking-wrap .left-part .form-wrapper .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.appointment-book .booking-wrap .right-part {
  width: 50%;
  padding-left: 40px;
}

.appointment-book .booking-wrap .right-part .form-wrapper .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.appointment-book .date-time-block {
  margin-bottom: 40px;
}

.appointment-book .date-time-block .title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
  font-family: "Raleway", sans-serif;
}

.appointment-book .date-time-block .time-slot {
  margin: 0;
  padding: 0;
  list-style: none;
}

.appointment-book .date-time-block .time-slot li {
  display: inline-block;
  background-color: #f2f2f2;
  padding: 5px 10px;
  border-radius: 3px;
  margin: 5px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.appointment-book .date-time-block .time-slot li.selected {
  background-color: #b68c5a;
  color: #fff;
}

.appointment-book .appointment-booking-form .form-control {
  border: 1px solid #e2e2e2;
  border-radius: 0;
  height: 50px;
}

.appointment-book .appointment-booking-form select.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.appointment-book .appointment-booking-form textarea.form-control {
  min-height: 120px;
  resize: none;
}

.appointment-book .appointment-booking-form textarea.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.appointment-book .feedback-form-wrapper {
  background-color: #f8f8f8;
  padding: 30px;
  margin-bottom: 30px;
}

.appointment-book .feedback-form-wrapper .title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}

.appointment-book .feedback-wrapper .login-form p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.appointment-book .feedback-wrapper > .login-form {
  background-color: #f8f8f8;
  padding: 30px;
}

.appointment-book .feedback-wrapper > .login-form form {
  max-width: 450px;
}

.appointment-book .feedback-comment-list-wrap {
  background-color: #f8f8f8;
  padding: 30px;
}

.appointment-book .feedback-comment-list-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.appointment-book .feedback-comment-list-wrap li + li {
  margin-bottom: 20px;
}

.appointment-book .feedback-comment-list-wrap li .title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

.appointment-book .feedback-comment-list-wrap li .rating-wrap {
  margin-bottom: 10px;
}

.appointment-book .feedback-comment-list-wrap li .rating-wrap.single i {
  font-size: 14px;
  color: #ffc105;
  letter-spacing: -5px;
}

.appointment-book .feedback-comment-list-wrap > .title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}

.appointment-book .booking_details_list {
  margin: 0;
  padding: 0;
  text-align: left;
}

.appointment-book .appointment-content-area .top-search-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.appointment-book .appointment-content-area .top-search-wrapper .left-part .search-wrapper {
  padding-left: 40px;
}

.appointment-book .appointment-content-area .top-search-wrapper .left-part .search-wrapper .search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.appointment-book .appointment-content-area .top-search-wrapper .left-part .search-wrapper .search-box .submit-btn {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--main-color-two);
  width: 50px;
  border-radius: 0;
  height: 50px;
  text-align: center;
  padding: 0;
  cursor: pointer;
}

.appointment-book .appointment-content-area .top-search-wrapper .left-part .search-wrapper .search-box .submit-btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.appointment-book .appointment-content-area .top-search-wrapper .left-part .search-wrapper .search-box .submit-btn:hover {
  color: #fff;
  opacity: .8;
}

.appointment-book .appointment-content-area .top-search-wrapper .left-part .search-wrapper .search-box .boxed-btn {
  background-color: var(--secondary-color);
  color: #111;
  right: 0;
  top: 0;
  display: inline-block;
  width: 65px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-weight: 600;
  font-family: var(--heading-font);
  border: none;
  cursor: pointer;
}

.appointment-book .appointment-content-area .top-search-wrapper .left-part .search-wrapper .search-box .boxed-btn:hover {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: var(--main-color-two);
  color: white;
}

.appointment-book .appointment-content-area .top-search-wrapper .left-part .search-wrapper .search-box .boxed-btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.appointment-book .appointment-content-area .top-search-wrapper .left-part .search-wrapper .search-box .form-control {
  border: 1px solid #e2e2e2;
  border-radius: 0;
  height: 50px;
  padding-right: 70px;
}

.appointment-book .appointment-content-area .top-search-wrapper > div {
  width: 50%;
}

.appointment-book .appointment-content-area .top-search-wrapper .right-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.appointment-book .appointment-content-area .top-search-wrapper .right-part select {
  width: calc(100% / 2 - 20px);
  display: inline-block;
  height: 50px;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  text-transform: capitalize;
}

.appointment-book .appointment-content-area .top-search-wrapper .right-part select:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*==========Responsive Start==========*/
@media screen and (max-width: 1399px) {
  .h1-title {
    font-size: 70px;
    line-height: 80px;
  }
  .h2-title {
    font-size: 60px;
    line-height: 70px;
  }
  .main-navigation ul li {
    padding-left: 10px;
  }
  .slick-arrow.prev-arrow.color-arrow {
    left: 24px;
  }
  .slick-arrow.next-arrow.color-arrow {
    right: 24px;
  }
  .banner-overlay {
    left: -150px;
  }
  .about-us-img img {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .service-contact-num .h3-title {
    font-size: 22px;
  }
  .footer-links {
    margin: 0 65px;
  }
}

@media screen and (max-width: 1199px) {
  .h1-title {
    font-size: 60px;
    line-height: 70px;
  }
  .h2-subtitle {
    font-size: 20px;
    line-height: 20px;
  }
  .h2-title {
    font-size: 50px;
    line-height: 60px;
  }
  .h3-title {
    font-size: 22px;
    color: #162542;
    line-height: 32px;
  }
  .mob-no {
    display: none;
  }
  .mob-yes {
    display: inline-block;
  }
  .main-navigation ul li {
    margin-left: 5px;
    font-size: 15px;
  }
  .header-btn {
    margin-left: 15px;
  }
  .banner-overlay {
    left: -290px;
  }
  .about-us-img img {
    max-width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
  .about-us-img::before {
    display: none;
  }
  .about-us-img {
    float: none;
  }
  .skill-bar-percent {
    font-size: 22px;
    line-height: 22px;
  }
  .accordion-button.faq-btn {
    font-size: 16px;
    line-height: 26px;
  }
  .testimonial-box p {
    font-size: 16px;
  }
  .bog-da-content p {
    padding-left: 12px;
  }
  .bog-au-content p {
    padding-left: 12px;
  }
  .bog-au-content p {
    margin-left: 10px;
  }
  .footer-links {
    margin: 0 45px;
  }
  .social-media-footer a {
    margin-left: 8px;
  }
  .main-banner-in {
    padding-top: 313px;
    padding-bottom: 165px;
  }
  .service-detail-text-1 {
    display: block;
  }
  .service-detail-text-2 {
    display: block;
  }
  .service-detail-text-content {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
  .service-detail-img-1 {
    margin-bottom: 40px;
  }
  .service-detail-img-2 {
    margin-right: 0;
  }
  .service-detail-img-3 {
    margin-left: 0;
    margin-top: 30px;
  }
  .service-sidebar-contact-num {
    padding: 8px 10px;
  }
  .service-sidebar-contact {
    padding: 20px;
  }
  .service-contact-num .h3-title {
    margin-left: 8px;
  }
  .main-pricing-in {
    padding-bottom: 90px;
  }
  .main-pricing-in .pricing-box {
    margin-bottom: 30px;
  }
  .main-blog-comment-box {
    margin-right: 0;
  }
  .main-blog-reply-box {
    margin-left: 0;
    padding-top: 120px;
  }
  .contact-in-location-icon {
    width: 142px;
  }
}

@media screen and (max-width: 991px) {
  /* :: About Us */
  .about .text-box {
    margin-bottom: 50px;
  }
  .about .text-box .core-about-us li h4 {
    font-size: 14px;
  }
  /* :: Performance And Quote */
  .quote,
  .subscribe {
    margin-top: 50px;
  }
  .about-home-3 .faqs,
  .about-home-3 .text-box {
    margin: 0 0 50px 0;
  }
  /* :: FAQs */
  .faqs {
    margin-top: 50px;
  }
  .faq .faqs.one {
    margin-top: 0;
  }
  /* :: Single Blog */
  .blog.area .add-comments .inner-add-comments-box .btn-1 {
    margin-bottom: 50px;
  }
  .site-header,
  .site-header.sticky-header {
    background: #ffffff;
    height: 70px;
    padding: 0;
    -webkit-box-shadow: 0 0 20px #0000001a;
            box-shadow: 0 0 20px #0000001a;
  }
  .header-bottom {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .site-branding a img {
    width: auto;
  }
  .sticky-header .header-bottom {
    padding: 23px 0px;
    -webkit-animation: none;
            animation: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .site-header .container {
    max-width: 100%;
    padding: 0 30px;
  }
  .toggle-button {
    display: block;
  }
  .site-branding {
    position: fixed;
    top: 0;
    left: 30px;
    width: 200px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site-branding a {
    width: 90%;
  }
  .main-navigation ul {
    position: fixed;
    top: 0;
    right: -400px;
    width: 320px;
    height: 100vh;
    max-height: 100vh;
    overflow: auto;
    background: #162541;
    text-align: center;
    padding: 100px 0 30px;
    -webkit-box-shadow: -30px 0 30px #0000001a;
            box-shadow: -30px 0 30px #0000001a;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    z-index: 100;
  }
  .main-navigation.toggle-menu ul {
    right: 0;
    opacity: 1;
    z-index: 100;
  }
  .main-navigation > ul::-webkit-scrollbar-thumb {
    width: 0;
    background: transparent;
  }
  .main-navigation > ul::-webkit-scrollbar {
    width: 0;
  }
  .main-navigation > ul::-webkit-scrollbar-track {
    width: 0;
    background: transparent;
  }
  .main-navigation ul li {
    display: block;
    margin: -50px 0 10px 0;
    padding: 10px 40px 20px 40px;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .main-navigation ul li:first-child {
    padding: 10px 40px 20px 40px;
  }
  .main-navigation.toggle-menu ul li {
    text-align: left;
    border-bottom: solid 1px #e1e1e133;
    margin-top: 0;
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .main-navigation ul li:last-child {
    border-bottom: none;
  }
  .main-navigation ul li:last-child a {
    display: inline-block;
    margin: 0 auto;
  }
  .site-header.sticky-header .main-navigation ul li a,
  .site-header.sticky-header .search-icon a,
  .site-header.sticky-header .main-navigation ul li.sub-items > a:before {
    color: #ffffff;
  }
  .main-navigation ul li a {
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
  }
  .main-navigation ul li.sub-items > a:before {
    color: #ffffff;
  }
  .main-navigation ul li.sub-items.active > a:before {
    color: #b68c5a;
  }
  .main-navigation ul li ul.sub-menu,
  .main-navigation ul li:hover ul.sub-menu {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    display: block;
    -webkit-animation: none;
            animation: none;
    padding: 0;
    margin-top: 10px;
    -webkit-transition: 0s;
    transition: 0s;
    display: none;
  }
  .main-navigation ul li ul.sub-menu li {
    text-align: left;
    border: none;
    padding: 0 16px;
    margin-bottom: 10px;
  }
  .main-navigation ul li ul.sub-menu li:first-child {
    padding-left: 16px;
  }
  .main-navigation ul li ul.sub-menu li:last-child {
    margin-bottom: 0;
  }
  .main-navigation ul li ul.sub-menu li a {
    color: #ffffff;
    padding: 0;
    font-size: 15px;
    line-height: 24px;
  }
  .main-navigation ul li.sub-items:hover > a:before,
  .main-navigation ul li a:hover:before {
    -webkit-transform: translate(0, -50%) rotate(0deg);
            transform: translate(0, -50%) rotate(0deg);
    color: #b68c5a;
  }
  .main-navigation ul li.sub-items.active-sub-menu > a:before {
    -webkit-transform: translate(0, -50%) rotate(-180deg);
            transform: translate(0, -50%) rotate(-180deg);
    color: #b68c5a;
  }
  .header-top {
    display: none;
  }
  .Social-midea {
    display: none;
  }
  .header-contact {
    display: none;
  }
  .header-btn {
    display: none;
  }
  .toggle-button {
    display: block;
  }
  .h2-title {
    font-size: 45px;
    line-height: 55px;
  }
  .banner-overlay {
    display: none;
  }
  .banner-content {
    padding-top: 235px;
    padding-bottom: 226px;
  }
  .banner-bg-img::before {
    background-color: #162541b3;
  }
  .mb-30 {
    margin-bottom: 30px;
  }
  .what-do-box {
    padding: 12px 20px;
    height: 98px;
  }
  .what-do-box::before {
    width: 98px;
    height: 98px;
  }
  .main-about-us {
    padding-top: 268px;
    padding-bottom: 213px;
    margin-top: -247px;
  }
  .about-us-img img {
    width: 100%;
  }
  .about-us-content-box {
    padding-left: 0;
    margin-top: 46px;
  }
  .main-service {
    margin-top: -200px;
  }
  .main-skill {
    padding-top: 16px;
  }
  .skill-img {
    margin-top: 15px;
  }
  .main-popular-case {
    padding-top: 76px;
    padding-bottom: 0px;
  }
  .mob-no {
    display: none !important;
  }
  .case-slider .slick-slide {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .case-slider .slick-slide.slick-active {
    opacity: 1;
    pointer-events: unset;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
  }
  .main-popular-case .slick-dots {
    bottom: -25px;
  }
  .case-box {
    margin-left: 15px;
    margin-right: 15px;
  }
  .side-p {
    padding-left: 40px;
    padding-right: 40px;
  }
  .contact-form .form-box .sec-btn {
    margin-top: 30px;
  }
  .main-team {
    padding-top: 346px;
    padding-bottom: 100px;
    background-color: #f3f3f3;
    margin-top: -330px;
  }
  .main-faq {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .faq-content-box {
    padding-left: 0;
    margin-top: 46px;
  }
  .main-faq img {
    width: 100%;
  }
  .main-testimonial {
    padding-top: 77px;
    padding-bottom: 100px;
  }
  .slide-client-img-1 {
    display: none;
  }
  .slide-client-img-2 {
    display: none;
  }
  .slide-client-img-3 {
    display: none;
  }
  .slide-client-img-4 {
    display: none;
  }
  .main-blog {
    padding-top: 76px;
    padding-bottom: 100px;
  }
  .blog-slider .slick-slide {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .blog-slider .slick-slide.slick-active {
    opacity: 1;
    pointer-events: unset;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
  }
  .blog-slider .slick-list {
    overflow: visible;
  }
  .blog-box {
    margin-left: 15px;
    margin-right: 15px;
  }
  .footer-links {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .copyright-content {
    float: none;
    text-align: center;
  }
  .copyright-links ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    float: none;
  }
  .copyright-links {
    margin-top: 15px;
  }
  .main-footer {
    padding-top: 80px;
  }
  .footer-copyright {
    margin-top: 80px;
  }
  .main-banner-in {
    padding-top: 223px;
  }
  .main-about-us-in {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .main-skill-in {
    padding-top: 76px;
  }
  .main-what-di-in {
    padding-top: 80px;
    padding-bottom: 200px;
  }
  .main-contact-form-in {
    padding-bottom: 40px;
  }
  .main-team-in {
    padding-top: 40px;
    padding-bottom: 100px;
  }
  .main-service-in {
    padding-top: 50px;
  }
  .main-popular-case-in {
    padding-top: 17px;
    padding-bottom: 74px;
  }
  .main-popular-case-in .slick-dots {
    bottom: -25px;
  }
  .main-testimonial-in {
    padding-top: 76px;
    padding-bottom: 250px;
  }
  .main-service-detail {
    padding-top: 78px;
    padding-bottom: 74px;
  }
  .service-sidebar-contact {
    margin: 50px 0 80px;
  }
  .main-popular-case-page {
    padding-top: 80px;
    padding-bottom: 55px;
  }
  .main-case-detail-in {
    padding-top: 80px;
    padding-bottom: 73px;
  }
  .case-detail-info-box {
    padding: 30px;
  }
  .case-detail-info-box p {
    font-size: 15px;
    line-height: 15px;
  }
  .main-team-page {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .main-pricing-in {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .main-blog-list-in {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .main-blog-list-in .blog-box {
    margin-left: 0;
    margin-right: 0;
  }
  .blog-sidebar {
    padding-top: 80px;
  }
  .blog-sidebar .service-sidebar-contact {
    margin-bottom: 0;
  }
  .main-blog-detail-in {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .main-recent-post-in {
    padding-bottom: 95px;
  }
  .main-blog-reply-box {
    margin-left: 0;
    padding-top: 76px;
  }
  .main-comment-reply-in {
    padding-bottom: 80px;
  }
  .contact-in-location-icon {
    width: 80px;
  }
  .main-map-contact-in {
    padding-top: 80px;
    padding-bottom: 70px;
  }
  .map {
    padding-top: 80px;
  }
  .main-get-touch-in {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .appointment-book .booking-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .appointment-book .booking-wrap .left-part,
  .appointment-book .booking-wrap .right-part {
    width: 100%;
    padding: 0;
  }
  .h2-subtitle {
    font-size: 18px;
    line-height: 18px;
  }
  .h2-title {
    font-size: 40px;
    line-height: 50px;
  }
  .skill-img img {
    max-width: 100%;
    width: 100%;
  }
  .skill-img::before {
    width: 300px;
    height: 300px;
  }
  .contact-form-bg {
    padding: 80px 20px;
  }
  .footer-logo-content {
    margin-bottom: 50px;
  }
  .footer-subscribe-title {
    margin-top: 50px;
  }
  .case-detail-info-box {
    position: relative;
    margin-top: 30px;
  }
  .case-detail-img-box {
    display: block;
  }
  .case-detail-img-2 {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .case-detail-img-3 {
    margin-left: 0;
    margin-top: 15px;
  }
  .main-pricing-in .pricing-box {
    width: 370px;
    margin: auto auto 30px auto;
  }
  .main-blog-list-in .blog-box {
    margin-left: auto;
    margin-right: auto;
    width: 370px;
  }
  .blog-detail-img-box {
    display: block;
  }
  .blog-detail-img-2 {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .blog-detail-img-3 {
    margin-left: 0;
    margin-top: 15px;
  }
  .blog-detail-point-box {
    display: block;
  }
  .bog-detail-point-1 {
    margin-right: 0;
  }
  .bog-detail-point-2 {
    margin-left: 0;
  }
  .bog-detail-point-1 ul li:last-child {
    margin-bottom: 20px;
  }
  .contact-in-location-icon {
    width: 94px;
  }
}

@media screen and (max-width: 575px) {
  .appointment-section .single-our-attoryney-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .appointment-section .single-our-attoryney-item .content {
    padding: 20px;
  }
  .appointment-section .single-our-attoryney-item .img-wrapper {
    max-width: 100%;
    width: 100%;
    height: 300px;
  }
  .appointment-section .single-our-attoryney-item .img-wrapper .bg-image {
    background-position: center top;
  }
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .counting-text .h2-title {
    font-size: 45px;
    line-height: 45px;
  }
  .m-b-30 {
    margin-bottom: 30px;
  }
  .testimonial-box-bg {
    padding: 10px;
  }
  .testimonial-box {
    padding: 30px;
  }
  .testimonial-box p {
    font-size: 16px;
    line-height: 28px;
  }
  .testimonial-client-name .h3-title {
    font-size: 18px;
    line-height: 20px;
  }
  .main-banner-in {
    padding-top: 193px;
    padding-bottom: 135px;
  }
  .case-detail-info-box ul {
    display: block;
  }
  .case-detail-info-box ul li {
    margin-left: 0px;
    margin-top: 50px;
  }
  .case-detail-info-box ul li:first-child {
    margin-top: 0;
  }
  .main-blog-list-in .blog-box {
    width: auto;
  }
  .main-blog-detail-in .blog-date-author {
    display: block;
  }
  .blog-comment-like-box {
    margin-top: 20px;
  }
  .blog-comment-like-box .bog-au-content.ml-0 p {
    margin-left: 0;
  }
  .blog-detail-ts-box {
    display: block;
  }
  .social-media-blog-detail {
    margin-top: 20px;
  }
  .comment-box-1 {
    display: block;
  }
  .comment-box-2 {
    display: block;
  }
  .comment-content {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .comment-img {
    width: 120px;
  }
  .banner-btn-play-btn {
    display: block;
  }
  .banner-play-btn {
    display: block;
    margin-left: 0;
    margin-top: 30px;
  }
  .what-do-content {
    margin-left: 15px;
  }
}

@media screen and (max-width: 375px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .h1-title {
    font-size: 45px;
    line-height: 55px;
  }
  .h3-title {
    font-size: 20px;
    line-height: 30px;
  }
  .banner-btn-play-btn {
    display: block;
  }
  .banner-play-btn {
    display: block;
    margin-top: 30px;
    margin-left: 0;
  }
  .what-do-content {
    margin-left: 10px;
  }
  .what-do-box {
    padding: 10px;
  }
  .what-do-content i {
    right: 10px;
  }
  .skill-img::before {
    width: 200px;
    height: 200px;
  }
  .skill-bar-percent {
    font-size: 20px;
    line-height: 20px;
  }
  .side-p {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-pricing-in .pricing-box {
    width: auto;
  }
  .blog-list-tag-box .tag-box ul li:last-child {
    margin-top: 15px;
  }
  .contact-in-location-icon {
    width: 174px;
  }
}
/*# sourceMappingURL=style.css.map */