@charset "UTF-8";
/*=========================
    1. Start COMMON css 
==========================*/
@font-face {
  font-family: "GalanoGrotesque";
  src: url("../fonts/galano-grotesque/GalanoGrotesque-BoldItalic.woff2") format("woff2"), url("../fonts/galano-grotesque/GalanoGrotesque-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "GalanoGrotesque";
  src: url("../fonts/galano-grotesque/GalanoGrotesque-Bold.woff2") format("woff2"), url("../fonts/galano-grotesque/GalanoGrotesque-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GalanoGrotesque";
  src: url("../fonts/galano-grotesque/GalanoGrotesque-Medium.woff2") format("woff2"), url("../fonts/galano-grotesque/GalanoGrotesque-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GalanoGrotesque";
  src: url("../fonts/galano-grotesque/GalanoGrotesque-MediumItalic.woff2") format("woff2"), url("../fonts/galano-grotesque/GalanoGrotesque-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Garamond";
  src: url("../fonts/garamond/Garamond-MediumItalic.woff2") format("woff2"), url("../fonts/garamond/Garamond-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Garamond";
  src: url("../fonts/garamond/Garamond-Roman.woff2") format("woff2"), url("../fonts/garamond/Garamond-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Garamond";
  src: url("../fonts/garamond/Garamond-Bold.woff2") format("woff2"), url("../fonts/garamond/Garamond-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Garamond";
  src: url("../fonts/garamond/Garamond-Bold.woff2") format("woff2"), url("../fonts/garamond/Garamond-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Garamond";
  src: url("../fonts/garamond/Garamond.woff2") format("woff2"), url("../fonts/garamond/Garamond.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 100%;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s 0.3s ease-in-out;
  -o-transition: 0.3s 0.3s ease-in-out;
  -webkit-transition: 0.3s 0.3s ease-in-out;
  -ms-transition: 0.3s 0.3s ease-in-out;
  transition: 0.3s 0.3s ease-in-out;
}
a:hover, a:focus {
  color: inherit;
  text-decoration: none;
}
a:focus, input:focus, textarea:focus, button:focus {
  text-decoration: none;
  outline: none;
}
i, span, a {
  display: inline-block;
}
h1, h2, h3, h4, h5 {
  font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "GalanoGrotesque", Helvetica, Arial, sans-serif;
  color: #003049;
  margin: 0px;
  font-weight: 600;
}
h1 {
  font-size: 80px;
  line-height: 90px;
}
h2 {
  font-size: 50px;
  line-height: 1.2;
}
h3 {
  font-size: 30px;
  line-height: 40px;
}
h4 {
  font-size: 24px;
  line-height: 35px;
}
h5 {
  font-size: 18px;
  line-height: 28px;
}
h6 {
  font-size: 16px;
}
ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
p {
  color: #666666;
  margin: 0px;
}
input, textarea {
  display: inherit;
}
img {
  max-width: 100%;
}
body {
  font-family: "Garamond", serif;
  font-weight: normal;
  font-style: normal;
  color: #666666;
  font-size: 20px;
  line-height: 1.5;
  overflow-x: hidden;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1380px;
  }
}
.section-title-white span.span, .section-title-white h2 {
  color: #ffffff;
}
.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.parallax-bg {
  background-attachment: fixed;
}
.slick-slide {
  outline: 0;
}
ul.social-link li {
  display: inline-block;
}
.form_control {
  width: 100%;
  padding: 0 30px;
  height: 55px;
  border: none;
}
textarea.form_control {
  padding-top: 15px;
  display: inherit;
  min-height: 100px;
}
.section-title.section-title-left {
  text-align: left;
}
.section-title.section-title-left span.sub-title:after {
  display: none;
}
.section-title.section-title-right {
  text-align: right;
}
.section-title.section-title-right span.sub-title:before {
  display: none;
}
.section-title.section-title-white h2 {
  color: #ffffff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 32px;
    line-height: 45px;
  }
}
@media (max-width: 400px) {
  .section-title h2 {
    font-size: 28px;
    line-height: 40px;
  }
}
span.sub-title {
  position: relative;
  margin-bottom: 15px;
  display: block;
  color: #fc7f2b;
  font-size: 22px;
  font-weight: 700;
  font-family: "Garamond", serif;
  color: #fc7f2b;
}
@media (max-width: 767px) {
  span.sub-title {
    font-size: 18px;
  }
}
span.sub-title:after, span.sub-title:before {
  display: inline-block;
  content: "";
  width: 50px;
  height: 3px;
  background-color: #fc7f2b;
  vertical-align: middle;
}
span.sub-title:before {
  margin-right: 30px;
}
@media (max-width: 767px) {
  span.sub-title:before {
    margin-right: 10px;
  }
}
span.sub-title:after {
  margin-left: 30px;
}
@media (max-width: 767px) {
  span.sub-title:after {
    margin-left: 10px;
  }
}
.bg-with-overlay {
  position: relative;
  z-index: 1;
}
.bg-with-overlay:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(22, 37, 66, 0.6);
  z-index: -1;
}
.bg-with-overlay.bg-with-overlay-two:after {
  background-color: rgba(22, 37, 66, 0.6);
}
/*===== All bg =====*/
.light-bg {
  background-color: rgba(22, 37, 66, 0.05);
}
.blue-bg {
  background-color: #003049;
}
/*===== Extend Css =====*/
.service-item-two .icon i, .features-item-one .icon i {
  color: #fc7f2b;
}
.header-logo-area .site-info .info-list li .info h5:hover, .footer-wrapper-one .footer-widget .widget.footer-nav-widget ul.widget-link li a:hover, .service-item-one .content h3.title:hover, .service-item-three .content h3.title:hover, .service-item-four .content h3.title:hover, .post-meta ul li span:hover, .arrow-btn:hover, .blog-post-item-three .entry-content h3.title:hover, .blog-post-item-five .entry-content h3.title:hover, .blog-post-item-five .entry-content .post-admin span a:hover, .blog-area .social-share ul.social-link li a:hover, .blog-area .post-nav-area .post-nav .content h6:hover, .case-item-one .case-content h3.title:hover, .case-item-two .case-img .case-overlay .case-content h3.title:hover, .case-item-three .case-content h3.title:hover, .team-item-one .team-content h3.title:hover {
  color: #fc7f2b;
}
.footer-wrapper-one .footer-widget .widget.about-widget .share ul.social-link li a:hover, .footer-wrapper-one .footer-widget .widget.footer-nav-widget ul.widget-link li a:hover:before, .sidebar-widget-area .widget.tag-cloud-widget a:hover, .lawgne-pagination ul li a:hover, .team-item-one .team-img .team-overlay .team-social ul.social-link li a:hover, .team-details-section .team-content .social-link li a:hover {
  background-color: #fc7f2b;
}
/*===== All Button Style =====*/
button {
  border: none;
}
.main-btn {
  position: relative;
  font-family: "GalanoGrotesque", Helvetica, Arial, sans-serif;
  z-index: 1;
  background-color: #fc7f2b;
  padding: 13px 45px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 29px;
  border-radius: 10px;
  overflow: hidden;
}
.main-btn:hover {
  color: #ffffff;
}
.main-btn:hover:before {
  bottom: 0;
}
.main-btn:before {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #003049;
  z-index: -1;
  -moz-transition: 0.3s 0.3s ease-in-out;
  -o-transition: 0.3s 0.3s ease-in-out;
  -webkit-transition: 0.3s 0.3s ease-in-out;
  -ms-transition: 0.3s 0.3s ease-in-out;
  transition: 0.3s 0.3s ease-in-out;
}
.main-btn.filled-btn {
  background-color: transparent;
  border: 2px solid #003049;
  color: #003049;
  line-height: 25px;
}
/*
    nice select css
*/
.nice-select {
  outline: none;
}
.nice-select.open:after {
  transform: none;
}
.nice-select:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  right: 20px;
  font-size: 12px;
  font-weight: 400;
  transform: none;
  border: none;
  top: 0;
  margin-top: 0;
  color: #2E2E2E;
}
.nice-select .list {
  width: 100%;
}
/*
    search 
*/
#search-modal {
  background: rgba(23, 26, 33, 0.85);
}
#search-modal .modal-content {
  background: 0 0;
  box-shadow: none;
  border: none;
}
#search-modal .modal-content:focus {
  box-shadow: none;
}
#search-modal .form_control {
  padding-left: 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  color: #fff;
  margin-bottom: 0;
  height: 50px;
}
#search-modal .form_control:focus {
  border-color: #fc7f2b;
}
#search-modal .form_control::placeholder {
  color: #fff;
}
#search-modal .search_btn {
  position: absolute;
  background: transparent;
  top: 10px;
  right: 10px;
  color: #fff;
}
/*
    Start Preloader css
*/
.preloader {
  background-color: #ffffff;
  bottom: 0;
  height: 100vh;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 99999;
}
.preloader .loader {
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 9999;
  animation: loadershake infinite 1s linear;
}
@keyframes loadershake {
  0% {
    transform: rotateY(5deg);
  }
  50% {
    transform: rotateY(45deg);
  }
  100% {
    transform: rotateY(5deg);
  }
}
/*
    End Preloader css
*/
/*
    Start scroll_up css
*/
.back-to-top {
  background: #fc7f2b;
  border-radius: 50%;
  bottom: 80px;
  color: #ffffff;
  cursor: pointer;
  display: none;
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  right: 30px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  z-index: 337;
}
.back-to-top:hover, .back-to-top:focus {
  background: #0c1b36;
  color: #ffffff;
}
/*
    End scroll_up css
*/
@keyframes play {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 0;
  }
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}
/*====================
    End COMMON css 
======================*/
.features-img img, .skill-img img {
  min-height: 700px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .features-img img, .skill-img img {
    min-height: 380px;
  }
}
.features-img img {
  border-bottom-left-radius: 100px;
  border-top-right-radius: 100px;
}
@media (max-width: 767px) {
  .features-img img {
    border-bottom-left-radius: 60px;
    border-top-right-radius: 60px;
  }
}
.skill-img img {
  border-bottom-left-radius: 100px;
  border-top-right-radius: 100px;
}
@media (max-width: 767px) {
  .skill-img img {
    border-bottom-left-radius: 60px;
    border-top-right-radius: 60px;
  }
}
.o-tinymce-content {
  font-size: 20px;
  font-family: "Garamond", serif;
  line-height: 1.35;
  letter-spacing: -0.24px;
}
@media (min-width: 1780px) {
  .o-tinymce-content {
    font-size: calc(20px + 0.2vw);
  }
}
.o-tinymce-content h2, .o-tinymce-content h3, .o-tinymce-content h4, .o-tinymce-content h5, .o-tinymce-content h6 {
  letter-spacing: 0;
  font-family: "GalanoGrotesque", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.o-tinymce-content h2 {
  font-size: 36px;
  margin: 50px 0 20px 0;
}
@media (min-width: 1780px) {
  .o-tinymce-content h2 {
    font-size: calc(36px + 0.2vw);
    margin: 2.5vw 0 1vw 0;
  }
}
@media (max-width: 767px) {
  .o-tinymce-content h2 {
    font-size: 24px;
    margin: 15px 0 10px 0;
  }
}
.o-tinymce-content h3 {
  font-size: 28px;
  margin: 20px 0 5px 0;
}
@media (min-width: 1780px) {
  .o-tinymce-content h3 {
    font-size: calc(28px + 0.2vw);
    margin: 1vw 0 0.2vw 0;
  }
}
@media (max-width: 767px) {
  .o-tinymce-content h3 {
    font-size: 20px;
    margin: 15px 0 5px 0;
  }
}
.o-tinymce-content p {
  margin: 0 0 16px 0;
}
@media (min-width: 1780px) {
  .o-tinymce-content p {
    margin: 0 0 0.8vw 0;
  }
}
.o-tinymce-content p a:not(.o-button), .o-tinymce-content li a:not(.o-button) {
  color: #003049;
  text-decoration: underline;
  font-weight: 700;
}
.o-tinymce-content ul, .o-tinymce-content ol {
  margin: 0 0 16px 0;
  padding: 0 0 0 55px;
}
@media (min-width: 1780px) {
  .o-tinymce-content ul, .o-tinymce-content ol {
    margin: 0 0 0.8vw 0;
    padding: 0 0 0 3vw;
  }
}
@media (max-width: 767px) {
  .o-tinymce-content ul, .o-tinymce-content ol {
    padding: 0 0 0 20px;
  }
}
.o-tinymce-content ul li, .o-tinymce-content ol li {
  margin-bottom: 15px;
}
@media (min-width: 1780px) {
  .o-tinymce-content ul li, .o-tinymce-content ol li {
    margin-bottom: 0.8vw;
  }
}
.o-tinymce-content ol {
  padding-left: 16px;
}
@media (max-width: 767px) {
  .o-tinymce-content ol {
    padding-left: 18px;
  }
}
.o-tinymce-content ul li {
  list-style: none;
  position: relative;
}
.o-tinymce-content ul li:before {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #003049;
  opacity: 0.5;
  content: "";
  position: absolute;
  left: -25px;
  top: 9px;
}
@media (max-width: 767px) {
  .o-tinymce-content ul li:before {
    left: -20px;
  }
}
.t-template-career__popup_section {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.5s ease;
  display: none;
  opacity: 0;
  overflow: auto;
  z-index: 9999;
}
.t-template-career__popup_section.smooth_show {
  opacity: 1;
}
.t-template-career__popup_section .popup_form_wrap {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.89);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .t-template-career__popup_section .popup_form_wrap {
    display: block;
    overflow: auto;
  }
}
.t-template-career__popup_section .popup_form_wrap .pop-close-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.t-template-career__popup_section .popup_form_wrap .block-wrap {
  width: 95%;
  max-width: 600px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: column;
  background: #fff;
  padding: 20px;
  border: solid 1px #ccc;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .t-template-career__popup_section .popup_form_wrap .block-wrap {
    padding: 50px 20px 20px 20px;
    margin: 20px auto;
  }
}
.t-template-career__popup_section .popup_form_wrap .block-wrap .popCloseBtn {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  position: absolute;
  border-radius: 50%;
  left: 100%;
  bottom: 100%;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 991px) {
  .t-template-career__popup_section .popup_form_wrap .block-wrap .popCloseBtn {
    top: 15px;
    right: 15px;
    bottom: inherit;
    left: inherit;
    background-color: #003049;
  }
}
.t-template-career__popup_section .popup_form_wrap .block-wrap .popCloseBtn .botn {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.3s ease;
  transform: rotate(45deg);
}
.t-template-career__popup_section .popup_form_wrap .block-wrap .popCloseBtn .botn:before {
  content: "";
  width: 20px;
  height: 3px;
  background: #003049;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .t-template-career__popup_section .popup_form_wrap .block-wrap .popCloseBtn .botn:before {
    background: #ffffff;
  }
}
.t-template-career__popup_section .popup_form_wrap .block-wrap .popCloseBtn .botn:after {
  content: "";
  width: 3px;
  height: 20px;
  background: #003049;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .t-template-career__popup_section .popup_form_wrap .block-wrap .popCloseBtn .botn:after {
    background: #ffffff;
  }
}
.t-template-career__popup_section .popup_form_wrap .block-wrap .popCloseBtn:hover .botn {
  transform: rotate(135deg);
}
.t-template-career__popup_section .popup_form_wrap .block-wrap .form_wrap {
  width: 100%;
}
.t-template-career__popup_section .popup_form_wrap .block-wrap h3 {
  text-align: center;
  padding: 20px 0;
  font-weight: 700;
}
.t-template-career__popup_section .popup_form_wrap .block-wrap .thank_you_msg {
  width: 100%;
  display: none;
}
.t-template-career__popup_section .popup_form_wrap .block-wrap .thank_you_msg p {
  font-size: 18px;
  text-align: center;
}
.t-template-career__popup_section .popup_form_wrap .block-wrap .careers_form {
  width: 100%;
  margin: 0 -5px;
}
@media (max-width: 991px) {
  .t-template-career__popup_section .popup_form_wrap .block-wrap .careers_form {
    width: 100%;
    margin: 0;
  }
}
.t-template-career__popup_section .popup_form_wrap .block-wrap .careers_form .wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
}
.t-template-career__popup_section .popup_form_wrap .block-wrap .careers_form input::-webkit-outer-spin-button, .t-template-career__popup_section .popup_form_wrap .block-wrap .careers_form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.t-template-career__popup_section .popup_form_wrap .block-wrap .careers_form input[type=number] {
  -moz-appearance: textfield !important;
}
.t-template-career__popup_section .popup_form_wrap .block-wrap .careers_form .o-form-input-wrap.__fullWidth {
  width: calc(100% - 10px);
  margin-left: 5px;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .t-template-career__popup_section .popup_form_wrap .block-wrap .careers_form .o-form-input-wrap.__fullWidth {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.t-template-career__popup_section .popup_form_wrap .block-wrap .careers_form .o-form-input-wrap.__halfWidth {
  width: calc(50% - 10px);
  float: left;
  margin-left: 5px;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .t-template-career__popup_section .popup_form_wrap .block-wrap .careers_form .o-form-input-wrap.__halfWidth {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.t-template-career__popup_section .popup_form_wrap .block-wrap .careers_form .o-form-input-wrap .file-upload-wrapper {
  position: relative;
  padding: 0;
}
.t-template-career__popup_section .popup_form_wrap .block-wrap .careers_form .o-form-input-wrap .file-upload-wrapper:before {
  content: attr(data-text);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 15px;
  display: block;
  pointer-events: none;
  z-index: 20;
  font-family: inherit;
  font-size: 100%;
  color: #adadad;
}
.t-template-career__popup_section .popup_form_wrap .block-wrap .careers_form .o-form-input-wrap .file-upload-wrapper:after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  right: 10px;
  top: 8px;
  background: url(../images/svg/upload_icon.svg) no-repeat;
  background-size: 100%;
}
.t-template-career__popup_section .popup_form_wrap .block-wrap .careers_form .o-form-input-wrap .file-upload-wrapper input[type="file"] {
  opacity: 0;
}
.t-template-career__popup_section .popup_form_wrap .block-wrap .careers_form .o-form-input-wrap.submit_button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.t-template-career__popup_section .popup_form_wrap .block-wrap .careers_form .o-form-input-wrap.submit_button .o-button {
  margin-top: 20px;
  padding: 14px 50px;
  cursor: pointer;
}
.t-template-career__popup_section .popup_form_wrap .block-wrap .careers_form .o-form-input-wrap .o-form-input .wpcf7-not-valid {
  border: 2px solid red;
}
.t-template-career__popup_section .popup_form_wrap .block-wrap .careers_form .wpcf7 form.invalid .wpcf7-response-output, .t-template-career__popup_section .popup_form_wrap .block-wrap .careers_form .wpcf7 form.unaccepted .wpcf7-response-output {
  width: 100%;
  float: left;
  background: transparent;
  margin: 10px 0 0 0;
  text-align: center;
}
.t-template-career__popup_section .popup_form_wrap .block-wrap .careers_form .wpcf7 .ajax-loader {
  display: inline-block !important;
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% + 75px);
}
/*---=======================
   02. Start Header  css 
===========================---*/
header {
  z-index: 1;
}
.transparent-header {
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.header-top-bar {
  background-color: rgba(22, 37, 66, 0.07);
  padding: 5px 0 8px;
  display: none;
}
.header-top-bar .text-block p a {
  color: #fc7f2b;
  margin-left: 5px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: underline;
}
.header-logo-area .site-branding {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 767px) {
  .header-logo-area .site-branding {
    justify-content: center;
    padding: 20px 0;
  }
}
.header-logo-area .site-branding a img {
  width: 72px;
}
.header-logo-area .site-info {
  float: right;
}
@media (max-width: 767px) {
  .header-logo-area .site-info {
    display: none;
  }
}
.header-logo-area .site-info .info-list {
  display: flex;
  align-items: center;
}
.header-logo-area .site-info .info-list li {
  display: flex;
  padding: 30px 70px;
  border-right: 1px solid #d9e0e4;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-logo-area .site-info .info-list li {
    padding: 30px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-logo-area .site-info .info-list li {
    padding: 30px 20px;
  }
}
.header-logo-area .site-info .info-list li:first-child {
  border-left: 1px solid #d9e0e4;
}
.header-logo-area .site-info .info-list li .icon {
  margin-right: 20px;
}
.header-logo-area .site-info .info-list li .icon i {
  color: #fc7f2b;
  font-size: 40px;
  line-height: 1;
}
.header-logo-area .site-info .info-list li .info {
  line-height: 13px;
}
.header-logo-area .site-info .info-list li .info span {
  font-family: "GalanoGrotesque", Helvetica, Arial, sans-serif;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-logo-area .site-info .info-list li .info h5 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .header-navigation .container {
    padding: 0;
  }
  .header-navigation .container .o-site-header-logo__image {
    width: 65px;
  }
}
.header-navigation .main-menu ul > li.has-children > a {
  font-family: "GalanoGrotesque", Helvetica, Arial, sans-serif;
}
.header-navigation .main-menu ul > li.has-children > a:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  display: inline-block;
  color: #003049;
  font-size: 18px;
  margin-left: 10px;
  float: right;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-navigation .main-menu ul > li.has-children > a:after {
    display: none;
  }
}
@media (max-width: 991px) {
  .header-navigation .main-menu ul > li.has-children > a:after {
    display: none;
  }
}
.header-navigation .main-menu ul > li.has-children > a.active:after {
  color: #fc7f2b;
}
.header-navigation .main-menu ul > li.has-children .sub-menu li.has-children:hover > a:after {
  color: #ffffff;
}
.header-navigation .main-menu ul > li.has-children .sub-menu li.has-children > a:after {
  margin-left: 0px;
  margin-right: 5px;
  color: #003049;
}
.header-navigation .main-menu ul li {
  display: inline-block;
  position: relative;
}
.header-navigation .main-menu ul li:first-child > a {
  padding-left: 0px;
}
.header-navigation .main-menu ul li > a {
  font-family: "GalanoGrotesque", Helvetica, Arial, sans-serif;
  display: block;
  font-size: 18px;
  color: #003049;
  text-transform: capitalize;
  padding: 32px 20px;
  line-height: 1;
}
.header-navigation .main-menu ul li > a.active {
  color: #fc7f2b;
}
.header-navigation .main-menu ul li .sub-menu {
  position: absolute;
  right: 0;
  top: 120%;
  width: 200px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  z-index: 99;
  height: auto;
  text-align: left;
  flex-flow: row wrap;
}
.header-navigation .main-menu ul li .sub-menu li {
  width: 100%;
  display: block;
  margin: 0;
}
.header-navigation .main-menu ul li .sub-menu li:last-child > a {
  border-bottom: none;
}
.header-navigation .main-menu ul li .sub-menu li a {
  display: block;
  padding: 7px 15px;
  position: relative;
  transition: all 0.3s ease-out 0s;
  border-radius: 0;
  line-height: 2;
  margin: 0;
  border-bottom: 1px solid #ececec;
  color: #1b3255;
}
.header-navigation .main-menu ul li .sub-menu li a:hover {
  background-color: #fc7f2b;
  color: #ffffff;
  border-color: transparent;
}
.header-navigation .main-menu ul li .sub-menu li .sub-menu {
  left: 100%;
  top: 50%;
}
.header-navigation .main-menu ul li .sub-menu li:hover .sub-menu {
  top: 0%;
}
.header-navigation .main-menu ul li .sub-menu li:hover > a {
  background-color: #fc7f2b;
  color: #ffffff;
}
.header-navigation .main-menu ul li:hover.menu-item-has-children > a:after {
  color: #fc7f2b;
}
.header-navigation .main-menu ul li:hover > a {
  color: #fc7f2b;
}
.header-navigation .main-menu ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header-navigation .main-menu ul li .dd-trigger {
  display: none;
}
.header-navigation.breakpoint-on .nav-menu {
  text-align: center;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 9999;
  width: 100%;
  height: 100%;
  transition-duration: 500ms;
  padding: 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  display: block;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-top: 70px;
}
.header-navigation.breakpoint-on .nav-menu.menu-on {
  left: 0;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li {
  display: block;
  margin: 0;
  border-bottom: 1px solid #ececec;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li:last-child {
  border-bottom: 0;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li.active .sub-menu {
  border-top: 1px solid #ececec;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li a {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #003049 !important;
  padding: 24px 20px;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li .sub-menu {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  box-shadow: none;
  background-color: transparent;
  visibility: visible;
  opacity: 1;
  display: none;
  transition: none;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li .sub-menu li a {
  color: #003049;
  padding: 0px 20px 0 40px;
  line-height: 45px !important;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li .sub-menu li a:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li .dd-trigger {
  display: block;
  position: absolute;
  right: 0;
  height: 42px;
  width: 45px;
  top: 0;
  border-left: 1px solid #eaeaea;
  z-index: 2;
  background: transparent;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
  color: #003049;
  font-size: 20px;
}
.header-navigation.breakpoint-on .nav-menu .main-menu.menu-on {
  left: 0;
}
.header-navigation.breakpoint-on .navbar-close, .header-navigation.breakpoint-on .navbar-toggler {
  display: block;
}
.header-navigation .header-right-nav {
  justify-content: flex-end;
}
.header-navigation .navbar-toggler {
  display: none;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.header-navigation .navbar-toggler span {
  position: relative;
  background-color: #003049;
  border-radius: 3px;
  display: block;
  height: 3px;
  margin-top: 5px;
  padding: 0;
  transition-duration: 300ms;
  width: 30px;
  cursor: pointer;
  display: block;
}
.header-navigation .navbar-toggler.active span:nth-of-type(1) {
  transform: rotate3d(0, 0, 1, 45deg);
  top: 8px;
}
.header-navigation .navbar-toggler.active span:nth-of-type(2) {
  opacity: 0;
}
.header-navigation .navbar-toggler.active span:nth-of-type(3) {
  transform: rotate3d(0, 0, 1, -45deg);
  top: -8px;
}
.header-navigation .navbar-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 12;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: none;
  cursor: pointer;
  background: #fc7f2b;
}
.header-navigation .navbar-close i {
  color: #ffffff;
  font-size: 20px;
}
.header-area-one .header-navigation .navigation-wrapper {
  position: relative;
  padding: 0 50px;
  background-color: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(22, 37, 66, 0.15);
  margin-bottom: -82px;
  z-index: 2;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-one .header-navigation .navigation-wrapper {
    padding: 10px 15px;
  }
}
@media (max-width: 991px) {
  .header-area-one .header-navigation .navigation-wrapper {
    padding: 15px 15px;
  }
}
.header-area-one .header-navigation .header-right-nav ul {
  display: flex;
  align-items: center;
}
.header-area-one .header-navigation .header-right-nav ul li {
  display: flex;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-one .header-navigation .header-right-nav ul li.off-nav-btn {
    display: none;
  }
}
@media (max-width: 991px) {
  .header-area-one .header-navigation .header-right-nav ul li .search-btn {
    padding: 0;
  }
}
.header-area-one .header-navigation .header-right-nav ul li .search-btn .fa-globe {
  margin-right: 5px;
}
.header-area-one .header-navigation .header-right-nav ul li .main-btn {
  margin-right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-one .header-navigation .header-right-nav ul li .main-btn {
    margin-right: 0px;
  }
}
@media (max-width: 991px) {
  .header-area-one .header-navigation .header-right-nav ul li .main-btn {
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .header-area-one .header-navigation .header-right-nav ul li .main-btn {
    padding: 10px 9px;
    font-size: 13px;
  }
}
.header-area-one .header-navigation .header-right-nav ul li .off-menu {
  cursor: pointer;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-one .header-navigation .header-right-nav ul li .off-menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .header-area-one .header-navigation .header-right-nav ul li .off-menu {
    display: none;
  }
}
.header-area-one .header-navigation .header-right-nav ul li .off-menu span {
  width: 30px;
  height: 3px;
  background-color: #003049;
  display: block;
}
.header-area-one .header-navigation .header-right-nav ul li .off-menu span:nth-child(2) {
  margin: 7px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-two .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-area-two .header-navigation {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header-area-two .header-navigation .site-branding {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #0c1b36;
}
.header-area-two .header-navigation .site-branding .brand-logo {
  padding: 20px;
}
@media (max-width: 991px) {
  .header-area-two .header-navigation .site-branding .brand-logo {
    padding: 20px 10px;
  }
}
.header-area-two .header-navigation .primary-menu {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header-area-two .header-navigation .primary-menu {
    padding-left: 0px;
  }
}
.header-area-two .header-navigation .main-menu ul > li.has-children > a:after {
  color: #ffffff;
}
.header-area-two .header-navigation .main-menu ul > li.has-children > a.active:after {
  color: #fc7f2b;
}
.header-area-two .header-navigation .main-menu ul > li.has-children .sub-menu li.has-children:hover > a:after {
  color: #ffffff;
}
.header-area-two .header-navigation .main-menu ul > li.has-children .sub-menu li.has-children > a:after {
  color: #003049;
}
.header-area-two .header-navigation .main-menu ul li > a {
  color: #ffffff;
}
.header-area-two .header-navigation .main-menu ul li > a.active {
  color: #fc7f2b;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header-area-two .header-navigation .main-menu ul li > a {
    font-size: 13px;
    padding: 32px 14px;
  }
}
.header-area-two .header-navigation .main-menu ul li:hover.has-children > a:after {
  color: #fc7f2b;
}
.header-area-two .header-navigation .main-menu ul li:hover > a {
  color: #fc7f2b;
}
.header-area-two .header-navigation .navbar-toggler span {
  background-color: #ffffff;
}
.header-area-two .header-navigation .header-right-nav {
  height: 100%;
}
.header-area-two .header-navigation .header-right-nav .main-btn {
  margin-right: 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header-area-two .header-navigation .header-right-nav .main-btn {
    margin-right: 20px;
    padding: 13px 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-two .header-navigation .header-right-nav .main-btn {
    margin-right: 20px;
    padding: 13px 25px;
  }
}
@media (max-width: 991px) {
  .header-area-two .header-navigation .header-right-nav .main-btn {
    display: none;
  }
}
.header-area-two .header-navigation .header-right-nav ul {
  display: flex;
  height: 100%;
}
.header-area-two .header-navigation .header-right-nav ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 34px 40px;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header-area-two .header-navigation .header-right-nav ul li {
    padding: 34px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-two .header-navigation .header-right-nav ul li {
    padding: 34px 20px;
  }
  .header-area-two .header-navigation .header-right-nav ul li.off-nav-btn {
    padding: 20px 5px 20px 25px;
  }
}
@media (max-width: 991px) {
  .header-area-two .header-navigation .header-right-nav ul li {
    padding: 20px 25px;
  }
  .header-area-two .header-navigation .header-right-nav ul li.off-nav-btn {
    padding: 20px 5px 20px 25px;
  }
}
.header-area-two .header-navigation .header-right-nav ul li a {
  color: #ffffff;
}
.header-area-two .header-navigation .header-right-nav .off-menu {
  cursor: pointer;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-two .header-navigation .header-right-nav .off-menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .header-area-two .header-navigation .header-right-nav .off-menu {
    display: none;
  }
}
.header-area-two .header-navigation .header-right-nav .off-menu span {
  width: 30px;
  height: 3px;
  background-color: #ffffff;
  display: block;
}
.header-area-two .header-navigation .header-right-nav .off-menu span:nth-child(2) {
  margin: 7px 0;
}
.header-navigation.sticky.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  animation: sticky 1.2s;
}
.header-area-two .header-navigation.sticky {
  background-color: #1a2742;
}
@-webkit-keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
@keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
.offcanvas-panel {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
}
.offcanvas-panel.panel-on {
  visibility: visible;
  opacity: 1;
}
.offcanvas-panel.panel-on .offcanvas-panel-inner {
  visibility: visible;
  opacity: 1;
  margin-right: 0;
}
.offcanvas-panel .offcanvas-panel-inner {
  max-width: 400px;
  height: 100%;
  background-color: #fff;
  padding: 40px;
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-right: -400px;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
}
.offcanvas-panel .offcanvas-panel-inner .panel-logo, .offcanvas-panel .offcanvas-panel-inner .offcanvas-panel, .offcanvas-panel .offcanvas-panel-inner .about-us {
  margin-bottom: 40px;
}
.offcanvas-panel .panel-widget-title {
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
  border-bottom: 2px solid #ededed;
  font-weight: 600;
}
.offcanvas-panel .contact-us ul li {
  position: relative;
  padding-left: 60px;
  margin-bottom: 30px;
}
.offcanvas-panel .contact-us ul li:last-child {
  margin-bottom: 0px;
}
.offcanvas-panel .contact-us ul li i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #003049;
  border-radius: 50%;
  font-size: 14px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
}
.offcanvas-panel .panel-close {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 25px;
  line-height: 1;
  padding: 5px;
  color: #003049;
  z-index: 2;
}
/*=========================
    15. Footer css 
==========================*/
.footer-wrapper-one {
  position: relative;
  z-index: 1;
}
.footer-wrapper-one:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(22, 37, 66, 0.96);
}
.footer-wrapper-one .footer-widget .widget h4.widget-title {
  margin-bottom: 35px;
}
.footer-wrapper-one .footer-widget .widget h4.widget-title, .footer-wrapper-one .footer-widget .widget h4 {
  color: #ffffff;
}
.footer-wrapper-one .footer-widget .widget p {
  color: #aab5cc;
}
.footer-wrapper-one .footer-widget .widget.about-widget .footer-logo {
  margin-bottom: 25px;
  width: 70px;
}
.footer-wrapper-one .footer-widget .widget.about-widget .footer-logo a {
  width: 100%;
}
.footer-wrapper-one .footer-widget .widget.about-widget .footer-logo a img {
  width: 100%;
}
.footer-wrapper-one .footer-widget .widget.about-widget p {
  margin-bottom: 30px;
  line-height: 1.3;
}
.footer-wrapper-one .footer-widget .widget.about-widget .share h4 {
  margin-bottom: 15px;
}
.footer-wrapper-one .footer-widget .widget.about-widget .share ul.social-link li {
  margin-right: 5px;
}
.footer-wrapper-one .footer-widget .widget.about-widget .share ul.social-link li a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  background-color: #293750;
  color: #6f7e9c;
  -moz-transition: 0.3s 0.3s ease-in-out;
  -o-transition: 0.3s 0.3s ease-in-out;
  -webkit-transition: 0.3s 0.3s ease-in-out;
  -ms-transition: 0.3s 0.3s ease-in-out;
  transition: 0.3s 0.3s ease-in-out;
}
.footer-wrapper-one .footer-widget .widget.about-widget .share ul.social-link li a:hover {
  color: #ffffff;
}
.footer-wrapper-one .footer-widget .widget.footer-nav-widget ul.widget-link li {
  padding-bottom: 0px;
  list-style-type: none;
}
.footer-wrapper-one .footer-widget .widget.footer-nav-widget ul.widget-link li:last-child {
  padding-bottom: 0px;
}
.footer-wrapper-one .footer-widget .widget.footer-nav-widget ul.widget-link li a {
  position: relative;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  font-family: "GalanoGrotesque", Helvetica, Arial, sans-serif;
}
.footer-wrapper-one .footer-widget .widget.recent-post-widget .post-widget-list .post-thumbnail-content {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.footer-wrapper-one .footer-widget .widget.recent-post-widget .post-widget-list .post-thumbnail-content:last-child {
  margin-bottom: 0px;
}
.footer-wrapper-one .footer-widget .widget.recent-post-widget .post-widget-list .post-thumbnail-content img {
  min-width: 75px;
  max-width: 75px;
  height: 70px;
  object-fit: cover;
  margin-right: 20px;
  border-radius: 5px;
}
.footer-wrapper-one .footer-widget .widget.recent-post-widget .post-widget-list .post-thumbnail-content .post-title-date {
  margin-top: -3px;
}
.footer-wrapper-one .footer-widget .widget.recent-post-widget .post-widget-list .post-thumbnail-content .post-title-date .posted-on {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #7583a0;
}
.footer-wrapper-one .footer-widget .widget.recent-post-widget .post-widget-list .post-thumbnail-content .post-title-date .posted-on i {
  margin-right: 10px;
}
.footer-wrapper-one .footer-widget .widget.recent-post-widget .post-widget-list .post-thumbnail-content .post-title-date h6 {
  line-height: 25px;
  font-size: 17px;
  font-weight: 500;
  color: #ffffff;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .footer-wrapper-one .footer-widget .widget.recent-post-widget .post-widget-list .post-thumbnail-content .post-title-date h6 {
    font-size: 12px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-wrapper-one .footer-widget .widget.recent-post-widget .post-widget-list .post-thumbnail-content .post-title-date h6 {
    font-size: 15px;
  }
}
.footer-wrapper-one .footer-widget .widget.recent-post-widget .post-widget-list .post-thumbnail-content .post-title-date h6:hover {
  color: #fc7f2b;
}
@media (max-width: 767px) {
  .footer-wrapper-one .footer-widget .widget.contact-info-widget.mb-55 {
    margin-bottom: 0;
  }
}
.footer-wrapper-one .footer-widget .widget.contact-info-widget .info-widget-content h6 {
  color: #ffffff;
  margin-bottom: 10px;
}
.footer-wrapper-one .footer-widget .widget.contact-info-widget .info-widget-content p {
  font-size: 16px;
  position: relative;
  line-height: 17px;
  padding-left: 30px;
  margin-bottom: 10px;
  font-family: "GalanoGrotesque", Helvetica, Arial, sans-serif;
}
.footer-wrapper-one .footer-widget .widget.contact-info-widget .info-widget-content p:hover a {
  color: #fc7f2b;
}
.footer-wrapper-one .footer-widget .widget.contact-info-widget .info-widget-content p i {
  position: absolute;
  top: 0;
  left: 0;
  color: #fc7f2b;
}
.footer-wrapper-one .footer-widget .widget.contact-info-widget .info-widget-content h4 {
  margin-bottom: 15px;
}
.footer-wrapper-one .footer-copyright {
  background-color: #1b2b4b;
  padding: 20px 0 25px;
}
.footer-wrapper-one .footer-copyright .copyright-text p, .footer-wrapper-one .footer-copyright .copyright-text a {
  color: #909fba;
}
.footer-wrapper-one .footer-copyright .copyright-text p {
  margin-right: 10px;
}
.footer-wrapper-one .footer-copyright .copyright-text a {
  border-right: 1px solid #909fba;
  padding-right: 10px;
  margin-right: 10px;
  line-height: 1;
}
.footer-wrapper-one .footer-copyright .copyright-text a:last-child {
  padding-right: 0px;
  margin-right: 0px;
  border-right: 0px solid;
}
.footer-wrapper-one .footer-copyright .copyright-text a:hover {
  color: #fc7f2b;
}
.footer-newsletter {
  padding-top: 73px;
  padding-bottom: 47px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-newsletter .newsletter-form .form_control {
  width: 100%;
  height: 55px;
  background-color: #ffffff;
  font-weight: 700;
  color: #003049;
}
.footer-newsletter .newsletter-form .form_control::placeholder {
  color: #003049;
}
.footer-newsletter .newsletter-form .main-btn {
  padding: 14px 38px;
  line-height: 27px;
}
.footer-newsletter .newsletter-form .main-btn:hover {
  color: #003049;
}
.footer-newsletter .newsletter-form .main-btn:before {
  background-color: #ffffff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-newsletter .newsletter-form .main-btn {
    padding: 14px 17px;
    font-size: 14px;
  }
}
/*=========================
    3. Hero Css
==========================*/
.hero-wrapper-one .single-slider {
  padding: 190px 0 160px;
  min-height: calc(100vh - 148px);
}
@media (max-width: 991px) {
  .hero-wrapper-one .single-slider {
    padding: 130px 0 0px;
    min-height: calc(100vh - 100px);
  }
}
.hero-wrapper-one .single-slider .video_wrapper {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.hero-wrapper-one .single-slider:after {
  background-color: rgba(22, 37, 66, 0.6);
}
.hero-wrapper-one .hero-content h1 {
  font-size: 75px;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .hero-wrapper-one .hero-content h1 {
    font-size: 42px;
  }
}
.hero-wrapper-one .hero-content span.span {
  color: #ffffff;
  display: block;
  margin-bottom: 15px;
}
.hero-wrapper-one .hero-content span.span:before {
  display: inline-block;
  content: "";
  width: 50px;
  height: 3px;
  background-color: #ffffff;
  vertical-align: middle;
  margin-right: 30px;
}
.hero-wrapper-one .hero-content h4 {
  font-family: "Garamond", serif;
  font-weight: 100;
  color: #ffffff;
  margin-bottom: 35px;
}
.hero-wrapper-one .hero-content ul.button li {
  display: inline-block;
}
.hero-wrapper-one .hero-content ul.button li:last-child {
  margin-left: 5px;
}
.hero-wrapper-one .hero-content ul.button li .main-btn.filled-btn {
  border-color: rgba(255, 255, 255, 0.102);
  color: rgba(255, 255, 255, 0.3);
}
.hero-wrapper-one .hero-content ul.button li .main-btn.filled-btn:hover {
  border-color: #fc7f2b;
  color: #ffffff;
}
.hero-wrapper-one .hero-content ul.button li .main-btn.filled-btn:hover:before {
  background-color: #fc7f2b;
}
.hero-wrapper-one .hero-content.hero-content-left {
  text-align: left;
}
.hero-wrapper-one .hero-content.hero-content-right {
  text-align: right;
}
.hero-wrapper-one .hero-content.hero-content-center {
  text-align: center;
}
.t-template-home-hero__bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 81px 0 0 0;
  -moz-border-radius: 81px 0 0 0;
  -ms-border-radius: 81px 0 0 0;
  -o-border-radius: 81px 0 0 0;
  border-radius: 81px 0 0 0;
  z-index: 100;
  height: 164px;
  border-bottom: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  padding-left: 75px;
  border-right: none;
  z-index: 500;
}
@media (min-width: 1780px) {
  .t-template-home-hero__bottom {
    -webkit-border-radius: 4vw 0 0 0;
    -moz-border-radius: 4vw 0 0 0;
    -ms-border-radius: 4vw 0 0 0;
    -o-border-radius: 4vw 0 0 0;
    border-radius: 4vw 0 0 0;
    height: 8vw;
    padding-left: 4vw;
  }
}
@media (max-width: 991px) {
  .t-template-home-hero__bottom {
    width: 100%;
    margin-top: 50px;
    right: -15px;
    height: auto;
    -webkit-border-radius: 20px 0 0 0;
    -moz-border-radius: 20px 0 0 0;
    -ms-border-radius: 20px 0 0 0;
    -o-border-radius: 20px 0 0 0;
    border-radius: 20px 0 0 0;
    padding: 10px 30px 10px 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, auto);
    justify-content: center;
    gap: 20px;
  }
}
.t-template-home-hero__bottom.wow {
  opacity: 0;
  -webkit-transition: opacity, 500ms;
  -moz-transition: opacity, 500ms;
  -ms-transition: opacity, 500ms;
  -o-transition: opacity, 500ms;
  transition: opacity, 500ms;
  -webkit-transition-delay: 1500ms !important;
  -moz-transition-delay: 1500ms !important;
  -ms-transition-delay: 1500ms !important;
  -o-transition-delay: 1500ms !important;
  transition-delay: 1500ms !important;
}
.t-template-home-hero__bottom.wow.animated {
  opacity: 1;
}
.t-template-home-hero__image-wrap img {
  margin-top: 20px;
  height: 50px;
  width: auto;
  margin-right: 30px;
}
@media (min-width: 1780px) {
  .t-template-home-hero__image-wrap img {
    margin-top: 1vw;
    margin-right: 1.5vw;
  }
}
@media (max-width: 991px) {
  .t-template-home-hero__image-wrap img {
    margin: 10px auto;
    height: auto;
    max-width: 100%;
    max-height: 50px;
    object-fit: contain;
  }
}
.hero-slider-one .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -moz-transition: 0.3s 0.3s ease-in-out;
  -o-transition: 0.3s 0.3s ease-in-out;
  -webkit-transition: 0.3s 0.3s ease-in-out;
  -ms-transition: 0.3s 0.3s ease-in-out;
  transition: 0.3s 0.3s ease-in-out;
}
.hero-slider-one .slick-arrow.next {
  right: 160px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .hero-slider-one .slick-arrow.next {
    right: 30px;
  }
}
.hero-slider-one .slick-arrow.prev {
  left: 160px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .hero-slider-one .slick-arrow.prev {
    left: 30px;
  }
}
.hero-slider-one .slick-arrow:hover {
  background-color: #ffffff;
  color: #003049;
}
.hero-wrpper-two .hero-content {
  padding: 277px 0 178px;
}
.hero-wrpper-two .hero-content h1, .hero-wrpper-two .hero-content p, .hero-wrpper-two .hero-content span.span {
  color: #ffffff;
}
.hero-wrpper-two .hero-content h1 {
  font-size: 75px;
  line-height: 85px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .hero-wrpper-two .hero-content h1 {
    font-size: 42px;
    line-height: 55px;
  }
}
.hero-wrpper-two .hero-content span.span {
  display: block;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
.hero-wrpper-two .hero-content p {
  margin-bottom: 33px;
}
.hero-wrpper-two .hero-content p.experience {
  margin-bottom: 0px;
}
.hero-wrpper-two .hero-content p.experience i {
  color: #fc7f2b;
}
.hero-wrpper-two .hero-content .main-btn:hover {
  color: #003049;
}
.hero-wrpper-two .hero-content .main-btn:before {
  background-color: #ffffff;
}
.hero-wrpper-two .hero-content .hero-lawyers-search {
  margin-bottom: 23px;
}
.hero-wrpper-two .hero-content .hero-lawyers-search .form_control {
  font-size: 18px;
  font-weight: 700;
  font-family: "GalanoGrotesque", Helvetica, Arial, sans-serif;
}
.hero-wrpper-two .hero-content .hero-lawyers-search .form_control::placeholder {
  color: #003049;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-wrpper-two .hero-content .hero-lawyers-search .main-btn {
    padding: 13px 25px;
  }
}
@media (max-width: 991px) {
  .hero-wrpper-two .hero-content .hero-lawyers-search .main-btn {
    margin-top: 20px;
  }
}
.hero-wrpper-two .hero-img {
  margin-right: -230px;
  position: absolute;
  bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .hero-wrpper-two .hero-img {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-wrpper-two .hero-img {
    display: none;
  }
}
@media (max-width: 991px) {
  .hero-wrpper-two .hero-img {
    display: none;
  }
}
.breadcrumbs-area {
  position: relative;
  padding: 120px 0 100px;
}
.breadcrumbs-area.bg-with-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}
.breadcrumbs-area .page-title h1 {
  color: #ffffff;
  margin-bottom: 5px;
  font-size: 65px;
  line-height: 1.4;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumbs-area .page-title h1 {
    font-size: 42px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  .breadcrumbs-area .page-title h1 {
    font-size: 38px;
    line-height: 45px;
  }
}
.breadcrumbs-area .page-title .breadcrumbs-link li {
  display: inline-block;
  color: #ffffff;
}
.breadcrumbs-area .page-title .breadcrumbs-link li:last-child:after {
  display: none;
}
.breadcrumbs-area .page-title .breadcrumbs-link li::after {
  display: inline-block;
  content: "";
  margin-left: 15px;
  margin-right: 10px;
  font-weight: 400;
  font-family: "Font Awesome 5 Pro";
}
.breadcrumbs-area .page-title .breadcrumbs-link li a {
  color: #ffffff;
}
/*=========================
    11. Testimonial css 
==========================*/
@media (max-width: 767px) {
  .testimonial-area.pt-120 {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .testimonial-area.pb-150 {
    padding-bottom: 50px;
  }
}
.wt-title-thumb {
  display: flex;
  align-items: center;
}
.wt-title-thumb .wt-thumb {
  min-width: 65px;
  max-width: 65px;
  height: 65px;
  object-fit: cover;
  margin-right: 20px;
}
.wt-title-thumb .wt-title span.position {
  font-weight: 500;
  font-size: 17px;
}
.testimonial-wrapper-one .testimonial-item .wt-content {
  margin-bottom: 20px;
}
.testimonial-wrapper-one .testimonial-item .wt-content h4 {
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 10px;
}
.testimonial-wrapper-one .testimonial-slider-one {
  position: relative;
  padding-left: 40px;
}
.testimonial-wrapper-one .testimonial-slider-one:after {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
  -moz-transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
  -o-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  content: "";
  font-family: flaticon !important;
  font-size: 360px;
  color: rgba(22, 37, 66, 0.05);
}
.testimonial-wrapper-one .testimonial-slider-one .slick-dots {
  margin-top: 60px;
}
.testimonial-wrapper-one .testimonial-slider-one .slick-dots li {
  width: 17px;
  height: 17px;
  border: 3px solid rgba(22, 37, 66, 0.2);
  border-radius: 50%;
  margin-right: 7px;
  -moz-transition: 0.3s 0.3s ease-in-out;
  -o-transition: 0.3s 0.3s ease-in-out;
  -webkit-transition: 0.3s 0.3s ease-in-out;
  -ms-transition: 0.3s 0.3s ease-in-out;
  transition: 0.3s 0.3s ease-in-out;
}
.testimonial-wrapper-one .testimonial-slider-one .slick-dots li.slick-active {
  border-color: #fc7f2b;
}
.testimonial-wraper-two {
  position: relative;
}
.testimonial-wraper-two .testimonial-slider-two {
  position: relative;
  padding: 50px 60px;
  background-color: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(22, 37, 66, 0.07);
}
@media (max-width: 767px) {
  .testimonial-wraper-two .testimonial-slider-two {
    padding: 50px 30px;
  }
}
.testimonial-wraper-two .testimonial-slider-two:after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  width: 105%;
  height: 100%;
  box-shadow: 0px 10px 60px 0px rgba(22, 37, 66, 0.07);
  background-color: #ffffff;
  z-index: -1;
}
.testimonial-wraper-two .testimonial-item {
  position: relative;
  z-index: 1;
}
.testimonial-wraper-two .testimonial-item:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  font-family: flaticon !important;
  font-size: 250px;
  color: rgba(22, 37, 66, 0.05);
}
.testimonial-wraper-two .testimonial-item .wt-content {
  text-align: center;
}
.testimonial-wraper-two .testimonial-item .wt-content h3 {
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 25px;
}
.testimonial-wraper-two .testimonial-item .wt-title-thumb {
  justify-content: center;
}
.testimonial-wraper-two .testimonial-item .wt-title-thumb .wt-thumb img {
  width: 100%;
  border-radius: 50%;
}
.testimonial-dots-images {
  width: 100%;
}
.testimonial-dots-images .slick-dots li {
  position: absolute;
}
.testimonial-dots-images .slick-dots li img {
  width: 65px;
  height: 65px;
  box-shadow: 0px 10px 30px 0px rgba(22, 37, 66, 0.3);
}
.testimonial-dots-images .slick-dots li:nth-child(1) {
  top: 0;
  left: 0;
}
.testimonial-dots-images .slick-dots li:nth-child(2) {
  top: 0;
  right: 0;
}
.testimonial-dots-images .slick-dots li:nth-child(2) img {
  border-radius: 30px 30px 30px 5px;
}
.testimonial-dots-images .slick-dots li:nth-child(3) {
  bottom: 0;
  left: 0;
}
.testimonial-dots-images .slick-dots li:nth-child(3) img {
  border-radius: 30px 5px 30px 30px;
}
.testimonial-dots-images .slick-dots li:nth-child(4) {
  bottom: 0;
  right: 0;
}
.testimonial-dots-images .slick-dots li:nth-child(4) img {
  width: 100%;
  border-radius: 50%;
}
.bottom-border {
  border-bottom: 1px solid rgba(22, 37, 66, 0.1);
}
.testimonial-bg-map {
  position: relative;
  z-index: 1;
}
.testimonial-bg-map:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #eff0f2;
}
.testimonial-bg-map:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/service/map-1.png) no-repeat center;
  background-size: cover;
  z-index: -1;
}
/*=========================
    7. CTA css 
==========================*/
.cta-area-one {
  position: relative;
  margin-bottom: -320px;
  z-index: 2;
}
.cta-area .section-title-white p {
  font-size: 20px;
  color: #ffffff;
}
.cta-wrapper-one .cta-item {
  position: relative;
  padding: 70px 70px;
  box-shadow: 0px 10px 60px 0px rgba(22, 37, 66, 0.1);
  z-index: 1;
}
@media (max-width: 767px) {
  .cta-wrapper-one .cta-item {
    padding: 70px 30px;
  }
}
.cta-wrapper-one .cta-item:hover .cta-overlay:after {
  visibility: hidden;
  opacity: 0;
}
.cta-wrapper-one .cta-item:hover .cta-content h2, .cta-wrapper-one .cta-item:hover .cta-content p {
  color: #ffffff;
}
.cta-wrapper-one .cta-item .cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -moz-transition: 0.3s 0.3s ease-in-out;
  -o-transition: 0.3s 0.3s ease-in-out;
  -webkit-transition: 0.3s 0.3s ease-in-out;
  -ms-transition: 0.3s 0.3s ease-in-out;
  transition: 0.3s 0.3s ease-in-out;
}
.cta-wrapper-one .cta-item .cta-overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(22, 37, 66, 0.8);
}
.cta-wrapper-one .cta-item .cta-overlay:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  visibility: visible;
  opacity: 1;
  -moz-transition: 0.3s 0.3s ease-in-out;
  -o-transition: 0.3s 0.3s ease-in-out;
  -webkit-transition: 0.3s 0.3s ease-in-out;
  -ms-transition: 0.3s 0.3s ease-in-out;
  transition: 0.3s 0.3s ease-in-out;
}
.cta-wrapper-one .cta-item .cta-content span.sub-title {
  margin-bottom: 15px;
}
.cta-wrapper-one .cta-item .cta-content h2 {
  margin-bottom: 25px;
}
.cta-wrapper-one .cta-item .cta-content p {
  margin-bottom: 35px;
}
.cta-wrapper-minus {
  z-index: 2;
  margin-top: -90px;
}
.cta-bottom-minus {
  margin-bottom: -90px;
  z-index: 2;
}
.cta-wrapper-two {
  position: relative;
  background-color: #fc7f2b;
  padding: 50px 70px;
}
@media (max-width: 991px) {
  .cta-wrapper-two .cta-content-box {
    margin-bottom: 20px;
  }
}
.cta-wrapper-two .cta-content-box h3 {
  font-size: 35px;
  color: #ffffff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-wrapper-two .cta-content-box h3 {
    font-size: 32px;
  }
}
.cta-wrapper-two .button .main-btn {
  margin-left: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-wrapper-two .button .main-btn {
    padding: 13px 20px;
  }
}
.cta-wrapper-two .button .main-btn.filled-btn {
  border-color: #ffffff;
  color: #ffffff;
}
.cta-wrapper-two .button .main-btn.filled-btn:hover {
  background-color: #003049;
  border-color: transparent;
}
.cta-wrapper-three .cta-content-box .button .main-btn {
  margin-left: 5px;
  margin-right: 5px;
}
.cta-wrapper-three .cta-content-box .button .main-btn.filled-btn {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.1);
}
.cta-wrapper-three .cta-content-box .button .main-btn.filled-btn:hover {
  color: #ffffff;
  border-color: #fc7f2b;
}
.cta-wrapper-three .cta-content-box .button .main-btn.filled-btn:hover:before {
  background-color: #fc7f2b;
}
/*=========================
    13. Sidebar css 
==========================*/
.sidebar-widget-area .widget h4.widget-title {
  padding-bottom: 19px;
  border-bottom: 1px solid #d9e0e4;
  margin-bottom: 20px;
}
.sidebar-widget-area .widget.search-widget {
  padding: 20px 30px 30px;
  background-color: #003049;
}
.sidebar-widget-area .widget.search-widget h4.widget-title {
  border-bottom: none;
  color: #ffffff;
  padding-bottom: 0px;
}
.sidebar-widget-area .widget.search-widget form .form_control {
  height: 60px;
}
.sidebar-widget-area .widget.search-widget form .form_control::placeholder {
  font-weight: 500;
}
.sidebar-widget-area .widget.search-widget form .search-btn {
  position: absolute;
  top: 7px;
  right: 10px;
  font-size: 15px;
  width: 45px;
  height: 45px;
  background-color: #fc7f2b;
  color: #ffffff;
}
.sidebar-widget-area .widget.categories-widget .widget-link li {
  margin-bottom: 13px;
}
.sidebar-widget-area .widget.categories-widget .widget-link li:last-child {
  margin-bottom: 0px;
}
.sidebar-widget-area .widget.categories-widget .widget-link li a {
  display: block;
}
.sidebar-widget-area .widget.categories-widget .widget-link li a span {
  float: right;
  color: #fc7f2b;
}
.sidebar-widget-area .widget.recent-post-widget .recent-post-list .post-thumbnail-content {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.sidebar-widget-area .widget.recent-post-widget .recent-post-list .post-thumbnail-content:last-child {
  margin-bottom: 0px;
}
.sidebar-widget-area .widget.recent-post-widget .recent-post-list .post-thumbnail-content img {
  min-width: 80px;
  max-width: 80px;
  height: 80px;
  object-fit: cover;
  margin-right: 20px;
}
.sidebar-widget-area .widget.recent-post-widget .recent-post-list .post-thumbnail-content .post-title-date .posted-on {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #666666;
  line-height: 25px;
}
.sidebar-widget-area .widget.recent-post-widget .recent-post-list .post-thumbnail-content .post-title-date .posted-on i {
  margin-right: 10px;
}
.sidebar-widget-area .widget.recent-post-widget .recent-post-list .post-thumbnail-content .post-title-date h6 {
  line-height: 25px;
  font-size: 18px;
  font-weight: 600;
  color: #666666;
}
.sidebar-widget-area .widget.recent-post-widget .recent-post-list .post-thumbnail-content .post-title-date h6:hover {
  color: #003049;
}
@media (max-width: 400px) {
  .sidebar-widget-area .widget.recent-post-widget .recent-post-list .post-thumbnail-content .post-title-date h6 {
    font-size: 14px;
  }
}
.sidebar-widget-area .widget.tag-cloud-widget a {
  padding: 8px 15px;
  background-color: #f4f4f4;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  margin-bottom: 10px;
  margin-right: 5px;
  text-transform: uppercase;
  color: #003049;
}
.sidebar-widget-area .widget.tag-cloud-widget a:hover {
  color: #ffffff;
}
.sidebar-widget-area .widget.practice-nav-widget {
  padding: 50px 40px 40px;
  background-color: rgba(22, 37, 66, 0.07);
}
.sidebar-widget-area .widget.practice-nav-widget h4.widget-title {
  margin-bottom: 10px;
}
.sidebar-widget-area .widget.practice-nav-widget .widget-nav ul li {
  margin-bottom: 12px;
}
.sidebar-widget-area .widget.practice-nav-widget .widget-nav ul li:last-child {
  margin-bottom: 0px;
}
.sidebar-widget-area .widget.practice-nav-widget .widget-nav ul li a {
  display: block;
  font-size: 18px;
  color: #003049;
  padding: 7px 20px;
  font-weight: 700;
  -moz-transition: 0.3s 0.3s ease-in-out;
  -o-transition: 0.3s 0.3s ease-in-out;
  -webkit-transition: 0.3s 0.3s ease-in-out;
  -ms-transition: 0.3s 0.3s ease-in-out;
  transition: 0.3s 0.3s ease-in-out;
}
.sidebar-widget-area .widget.practice-nav-widget .widget-nav ul li a.active, .sidebar-widget-area .widget.practice-nav-widget .widget-nav ul li a:hover {
  background-color: #ffffff;
}
.sidebar-widget-area .widget.banner-widget {
  padding: 60px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-widget-area .widget.banner-widget {
    padding: 60px 20px;
  }
}
@media (max-width: 767px) {
  .sidebar-widget-area .widget.banner-widget {
    padding: 60px 20px;
  }
}
.sidebar-widget-area .widget.banner-widget:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(22, 37, 66, 0.7);
}
.sidebar-widget-area .widget.banner-widget .banner-content span.span {
  display: block;
  margin-bottom: 16px;
  color: #ffffff;
  font-weight: 600;
}
.sidebar-widget-area .widget.banner-widget .banner-content h3 {
  color: #ffffff;
  margin-bottom: 30px;
}
.sidebar-widget-area .widget.user-widget {
  padding: 50px 40px 40px;
  background-color: rgba(22, 37, 66, 0.07);
}
.sidebar-widget-area .widget.user-widget .user-content .thumb {
  width: 220px;
  height: 220px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.sidebar-widget-area .widget.user-widget .user-content .thumb img {
  width: 100%;
  border-radius: 50%;
}
.sidebar-widget-area .widget.user-widget .user-content p {
  margin-bottom: 7px;
}
.sidebar-widget-area .widget.user-widget .user-content span.position {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
}
.sidebar-widget-area .widget.user-widget .user-content ul.social-link li {
  margin-left: 5px;
  margin-right: 5px;
}
.sidebar-widget-area .widget.user-widget .user-content ul.social-link li a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: rgba(41, 55, 80, 0.1);
  color: #6f7e9c;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-transition: 0.3s 0.3s ease-in-out;
  -o-transition: 0.3s 0.3s ease-in-out;
  -webkit-transition: 0.3s 0.3s ease-in-out;
  -ms-transition: 0.3s 0.3s ease-in-out;
  transition: 0.3s 0.3s ease-in-out;
}
.sidebar-widget-area .widget.user-widget .user-content ul.social-link li a:hover {
  background-color: #fc7f2b;
  color: #ffffff;
}
.o-form-input-wrap {
  margin-bottom: 10px;
}
.o-form-input-wrap .wpcf7-form-control-wrap {
  width: 100%;
}
.o-form-input-wrap label.error {
  font-size: 12px;
  color: #e94d27;
  margin: 0;
  font-weight: 500;
}
.o-form-error {
  font-size: 12px;
  color: #e94d27;
  margin: 0;
  font-weight: 500;
}
.o-form-label-error {
  font-size: 12px;
  color: #e94d27;
  margin: 0;
}
.o-input-label {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
  color: #000000;
  margin: 0 0 5px 0;
}
.o-input-label ~ p {
  margin: 0 !important;
}
.o-form-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 45px;
  background: #ffffff;
  border: 2px solid #d9e0e4;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 0 15px;
  color: #000000;
}
.o-form-input--transparent {
  background: none;
}
.o-form-input::-webkit-input-placeholder {
  line-height: normal !important;
}
.o-form-input:-webkit-autofill, .o-form-input:-webkit-autofill:hover, .o-form-input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}
.o-form-input[type="date"]::-webkit-inner-spin-button, .o-form-input[type="date"]::-webkit-outer-spin-button, .o-form-input[type="time"]::-webkit-inner-spin-button, .o-form-input[type="time"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.o-form-textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 120px;
  resize: none;
  width: 100%;
  background: #ffffff;
  border: 2px solid #d9e0e4;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 15px;
}
.o-form-textarea:-webkit-autofill:hover, .o-form-textarea:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}
.o-form-select-wrap {
  position: relative;
}
.o-form-select-wrap__arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  pointer-events: none;
}
.o-form-select-wrap__icon {
  fill: #003049;
  width: 15px;
  height: 15px;
}
.o-form-select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 45px;
  background: none;
  border: 2px solid #d9e0e4;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 0 40px 0 15px;
  color: #000000;
  cursor: pointer;
  font-size: 15px;
  color: #003049;
  background: #ffffff;
}
.o-form-select:-webkit-autofill:hover, .o-form-select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}
.o-form-messages {
  display: none;
  background: #f2f4f5;
  text-align: center;
  font-weight: 500;
  margin-top: 30px;
  padding: 20px;
}
.o-form-messages.has-error {
  color: red;
}
.o-form-messages.has-success {
  color: olive;
}
@media (max-width: 991px) {
  .home .contact-area .container {
    padding: 0;
  }
}
.contact-area .contact-form form {
  overflow: hidden;
}
.contact-area .contact-form .wpcf7-form-control-wrap {
  width: 100%;
  float: left;
}
.contact-area .contact-form .form_group {
  position: relative;
}
.contact-area .contact-form .form_group select {
  appearance: none;
}
.contact-area .contact-form .form_group .o-form-select-wrap__arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.contact-area .contact-form .form_group .o-form-select-wrap__arrow .o-form-select-wrap__icon {
  fill: #003049;
  width: 15px;
  height: 15px;
}
/*=========================
    4. About CSS
==========================*/
@media (max-width: 767px) {
  .about-area.pt-130 {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .about-area.pb-70 {
    padding-bottom: 50px;
  }
}
.about-area .section-title.mb-40 {
  margin-bottom: 30px;
}
.about-content-box-one h6 {
  font-weight: 500;
  margin-bottom: 25px;
  font-size: 18px;
}
.about-content-box-one p {
  margin-bottom: 30px;
}
.about-content-box-one h5 {
  font-style: italic;
  line-height: 32px;
  margin-bottom: 43px;
}
.about-img-box-one {
  min-height: 600px;
  position: relative;
  margin-left: 50px;
}
@media (max-width: 767px) {
  .about-img-box-one {
    margin-left: 0px;
  }
}
.about-img-box-one .about-img-one {
  position: absolute;
  top: 90px;
  left: 0;
}
@media (max-width: 767px) {
  .about-img-box-one .about-img-one {
    position: relative;
    top: auto;
    left: auto;
  }
}
.about-img-box-one .about-img-two {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-img-box-one .about-img-two {
    width: 50%;
    top: 100px;
  }
}
@media (max-width: 767px) {
  .about-img-box-one .about-img-two {
    position: relative;
    top: auto;
    left: auto;
    margin: 40px 0;
  }
}
.about-img-box-one .about-img-three {
  position: absolute;
  bottom: 0;
  right: 50px;
  max-width: 415px;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-img-box-one .about-img-three {
    right: 0;
    max-width: 350px;
  }
}
@media (max-width: 767px) {
  .about-img-box-one .about-img-three {
    position: relative;
    top: auto;
    right: auto;
    max-width: 100%;
  }
}
.about-img-box-one .about-logo {
  position: absolute;
  bottom: 0;
  left: -50px;
}
@media (max-width: 767px) {
  .about-img-box-one .about-logo {
    display: none;
  }
}
@media (max-width: 991px) {
  .about-content-box-two {
    margin-bottom: 40px;
  }
}
.about-content-box-two p {
  margin-bottom: 25px;
}
.about-content-box-two h5 {
  font-family: "Garamond", serif;
  font-style: italic;
  margin-bottom: 45px;
}
.play-content-img {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 515px;
  max-height: 515px;
}
.play-content-img:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(22, 37, 66, 0.65);
  z-index: -1;
}
.play-content-img .video-popup {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #fc7f2b;
  display: flex;
  align-items: center;
  justify-content: center;
}
.t-template-about__team {
  padding: 70px 0 30px 0;
}
@media (min-width: 1780px) {
  .t-template-about__team {
    padding: 3.5vw 0 1.5vw 0;
  }
}
@media (max-width: 767px) {
  .t-template-about__team {
    padding: 40px 0;
  }
}
.t-template-about-intro.wow .t-template-about-intro__text {
  position: relative;
  top: 50px;
  opacity: 0;
  -webkit-transition: all, 500ms;
  -moz-transition: all, 500ms;
  -ms-transition: all, 500ms;
  -o-transition: all, 500ms;
  transition: all, 500ms;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}
.t-template-about-intro.wow .t-template-about-intro__image-wrap {
  opacity: 0;
  -webkit-transition: all, 500ms;
  -moz-transition: all, 500ms;
  -ms-transition: all, 500ms;
  -o-transition: all, 500ms;
  transition: all, 500ms;
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}
.t-template-about-intro.wow.animated .t-template-about-intro__text {
  opacity: 1;
  top: 0;
}
.t-template-about-intro.wow.animated .t-template-about-intro__image-wrap {
  opacity: 1;
}
@media (max-width: 991px) {
  .t-template-about-intro__row {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.t-template-about-intro__text {
  font-size: 20px;
  font-family: "Garamond", serif;
  line-height: 1.35;
  padding: 180px 0;
}
@media (min-width: 1780px) {
  .t-template-about-intro__text {
    padding: 9vw 0;
    font-size: calc(20px + 0.2vw);
  }
}
@media (max-width: 991px) {
  .t-template-about-intro__text {
    padding: 120px 0;
  }
}
@media (max-width: 767px) {
  .t-template-about-intro__text {
    padding: 30px 0 50px 0;
    font-size: 18px;
  }
}
.t-template-about-intro__text a {
  color: inherit;
  text-decoration: underline;
}
.t-template-about-intro__image-wrap {
  width: 1000%;
  background: #ffffff;
  height: 100%;
  position: relative;
  opacity: 0;
  -webkit-transition: all, 500ms;
  -moz-transition: all, 500ms;
  -ms-transition: all, 500ms;
  -o-transition: all, 500ms;
  transition: all, 500ms;
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}
.t-template-about-intro__image-wrap.animated {
  opacity: 1;
}
@media (max-width: 991px) {
  .t-template-about-intro__image-wrap {
    width: 100%;
    height: auto;
    background: none;
  }
}
.t-template-about-intro__image {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-border-radius: 0 181px 0 0;
  -moz-border-radius: 0 181px 0 0;
  -ms-border-radius: 0 181px 0 0;
  -o-border-radius: 0 181px 0 0;
  border-radius: 0 181px 0 0;
}
@media (min-width: 1780px) {
  .t-template-about-intro__image {
    padding: 4.5vw 0;
    -webkit-border-radius: 0 9vw 0 0;
    -moz-border-radius: 0 9vw 0 0;
    -ms-border-radius: 0 9vw 0 0;
    -o-border-radius: 0 9vw 0 0;
    border-radius: 0 9vw 0 0;
  }
}
@media (max-width: 991px) {
  .t-template-about-intro__image--dekstop {
    display: none;
  }
}
.t-template-about-intro__image--tablet {
  display: none;
}
@media (max-width: 991px) {
  .t-template-about-intro__image--tablet {
    display: block;
    padding-top: 50%;
    position: relative;
    -webkit-border-radius: 0 60px 0 0;
    -moz-border-radius: 0 60px 0 0;
    -ms-border-radius: 0 60px 0 0;
    -o-border-radius: 0 60px 0 0;
    border-radius: 0 60px 0 0;
  }
}
.t-template-about-team__title {
  margin-bottom: 45px;
}
@media (min-width: 1780px) {
  .t-template-about-team__title {
    padding: 2.2vw 0;
  }
}
@media (max-width: 767px) {
  .t-template-about-team__title {
    margin-bottom: 20px;
  }
}
.t-template-about-team-list__item {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .t-template-about-team-list__item {
    margin-bottom: 10px;
  }
}
.t-template-about-team-item {
  background: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .t-template-about-team-item {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.t-template-about-team-item__left {
  width: 274px;
  -webkit-box-flex: 0 0 274px;
  -moz-box-flex: 0 0 274px;
  -webkit-flex: 0 0 274px;
  -ms-flex: 0 0 274px;
  flex: 0 0 274px;
}
@media (max-width: 991px) {
  .t-template-about-team-item__left {
    width: 200px;
    -webkit-box-flex: 0 0 200px;
    -moz-box-flex: 0 0 200px;
    -webkit-flex: 0 0 200px;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
  }
}
@media (max-width: 767px) {
  .t-template-about-team-item__left {
    width: 100%;
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.t-template-about-team-item__right {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.t-template-about-team-item-right {
  position: relative;
  height: 357px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .t-template-about-team-item-right {
    height: 260px;
  }
}
@media (max-width: 767px) {
  .t-template-about-team-item-right {
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }
}
.t-template-about-team-item-right.is-expanded .t-template-about-team-item-right__gradient {
  display: none;
}
.t-template-about-team-item-right__more {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 300;
}
.t-template-about-team-item-right__gradient {
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(to top, color-stop(0%, white), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=white, endColorstr=rgba(255, 255, 255, 0));
  height: 80px;
  z-index: 100;
  position: relative;
}
.t-template-about-team-item-right__gradient.is-hidden {
  display: none;
}
.t-template-about-team-item-right__button-wrap {
  background: #ffffff;
  height: 100px;
  padding: 20px 60px 0 60px;
}
@media (min-width: 1780px) {
  .t-template-about-team-item-right__button-wrap {
    padding: 1vw 3vw 0 3vw;
    height: 5vw;
  }
}
@media (max-width: 991px) {
  .t-template-about-team-item-right__button-wrap {
    padding: 20px 30px 30px 30px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .t-template-about-team-item-right__button-wrap {
    padding: 15px 20px 0 20px;
    height: 55px;
  }
}
.t-template-about-team-item-right__button {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  color: #003049;
  font-size: 15px;
  font-weight: 700;
}
.t-template-about-team-item-right__button.is-open span.text-more {
  display: none;
}
.t-template-about-team-item-right__button.is-open span.text-less {
  display: inline;
}
.t-template-about-team-item-right__button.is-open svg {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.t-template-about-team-item-right__button span.text-less {
  display: none;
}
.t-template-about-team-item-right__button svg {
  width: 10px;
  height: 10px;
  fill: #003049;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: 8px;
}
.t-template-about-team-text {
  padding: 60px;
}
@media (min-width: 1780px) {
  .t-template-about-team-text {
    padding: 3vw;
  }
}
@media (max-width: 991px) {
  .t-template-about-team-text {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .t-template-about-team-text {
    padding: 10px 20px 15px 20px;
  }
}
.t-template-about-team-text__header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 25px;
}
@media (min-width: 1780px) {
  .t-template-about-team-text__header {
    margin-bottom: 1.3vw;
  }
}
.t-template-about-team-text__name {
  margin-right: 20px;
}
@media (min-width: 1780px) {
  .t-template-about-team-text__name {
    margin-right: 1vw;
  }
}
.t-template-about-team-text__title {
  font-size: 28px;
  line-height: 1.25;
  font-weight: 700;
}
@media (min-width: 1780px) {
  .t-template-about-team-text__title {
    font-size: calc(28px + 0.2vw);
  }
}
@media (max-width: 767px) {
  .t-template-about-team-text__title {
    font-size: 24px;
  }
}
.t-template-about-team-text__position {
  font-size: 22px;
  line-height: 1.25;
  font-family: "Garamond", serif;
  font-weight: 700;
}
@media (min-width: 1780px) {
  .t-template-about-team-text__position {
    font-size: calc(22px + 0.2vw);
  }
}
@media (max-width: 767px) {
  .t-template-about-team-text__position {
    font-size: 20px;
  }
}
.t-template-about-team-text__contact {
  margin-left: auto;
  margin-top: 9px;
  width: 70px;
  -webkit-box-flex: 0 0 70px;
  -moz-box-flex: 0 0 70px;
  -webkit-flex: 0 0 70px;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .t-template-about-team-text__contact {
    width: 60px;
    -webkit-box-flex: 0 0 60px;
    -moz-box-flex: 0 0 60px;
    -webkit-flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
  }
}
.t-template-about-team-text__contact ul {
  padding: 0;
  margin: 0;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
.t-template-about-team-text__contact ul li {
  padding: 0;
  margin: 0 25px 0 0;
  list-style: none;
  display: inline-block;
}
@media (max-width: 991px) {
  .t-template-about-team-text__contact ul li {
    margin: 0 15px 0 0;
  }
}
.t-template-about-team-text__contact ul li:last-child {
  margin-right: 0;
}
.t-template-about-team-text__contact ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  color: #003049;
  text-decoration: none;
}
.t-template-about-team-text__contact ul li a span {
  display: none;
}
@media (max-width: 1379px) {
  .t-template-about-team-text__contact ul li a span {
    display: none;
  }
}
.t-template-about-team-text__contact ul li a svg {
  height: 19px;
  width: 19px;
  -webkit-box-flex: 0 0 19px;
  -moz-box-flex: 0 0 19px;
  -webkit-flex: 0 0 19px;
  -ms-flex: 0 0 19px;
  flex: 0 0 19px;
  fill: #003049;
}
.t-template-about-team-text__contact ul li a svg.svg-phone {
  margin-right: 10px;
  height: 16px;
  width: 16px;
  -webkit-box-flex: 0 0 16px;
  -moz-box-flex: 0 0 16px;
  -webkit-flex: 0 0 16px;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
  margin-right: 0;
}
@media (max-width: 1379px) {
  .t-template-about-team-text__contact ul li a svg.svg-phone {
    margin-right: 0;
    position: relative;
    top: -1px;
  }
}
.t-template-about-team-text__content {
  font-family: "Garamond", serif;
  font-size: 18px;
  line-height: 1.1;
}
@media (min-width: 1780px) {
  .t-template-about-team-text__content {
    font-size: calc(18px + 0.1vw);
  }
}
.t-template-about-team-text__content strong {
  font-weight: 700;
}
.t-template-about-team-text__content p {
  margin: 0 0 8px 0;
}
@media (min-width: 1780px) {
  .t-template-about-team-text__content p {
    margin: 0 0 0.5vw 0;
  }
}
/*=========================
    5. Service css 
==========================*/
.service-bg-map {
  position: relative;
  z-index: 1;
}
.service-bg-map:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 850px;
  z-index: -1;
  background-color: rgba(22, 37, 66, 0.05);
}
.service-bg-map:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 850px;
  background: url(../images/service/map-1.png) no-repeat center;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 767px) {
  .service-bg-map .pt-120 {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .service-bg-map .pb-130 {
    padding-bottom: 50px;
  }
}
.service-bg-image {
  position: relative;
  z-index: 1;
}
.service-bg-image:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(22, 37, 66, 0.93);
  z-index: -1;
}
.service-wrapper-one {
  background-color: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(22, 37, 66, 0.07);
  border-radius: 30px;
  overflow: hidden;
}
.service-item-one {
  position: relative;
  display: flex;
  border-bottom: 1px solid rgba(22, 37, 66, 0.1);
  padding: 32px 0 27px;
  z-index: 1;
  -moz-transition: 0.3s 0.3s ease-in-out;
  -o-transition: 0.3s 0.3s ease-in-out;
  -webkit-transition: 0.3s 0.3s ease-in-out;
  -ms-transition: 0.3s 0.3s ease-in-out;
  transition: 0.3s 0.3s ease-in-out;
}
.service-item-one .icon {
  margin-right: 30px;
}
.service-item-one .icon i {
  font-size: 65px;
  line-height: 1;
  color: #fc7f2b;
}
.service-item-one .content h3.title {
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 5px;
}
.service-item-one:hover {
  border-color: transparent;
  padding: 32px 35px;
}
.service-item-one:hover:after {
  visibility: visible;
  opacity: 1;
}
.service-item-one:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #ffffff;
  border-left: 4px solid #003049;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -moz-transition: 0.3s 0.3s ease-in-out;
  -o-transition: 0.3s 0.3s ease-in-out;
  -webkit-transition: 0.3s 0.3s ease-in-out;
  -ms-transition: 0.3s 0.3s ease-in-out;
  transition: 0.3s 0.3s ease-in-out;
}
.service-item-two {
  position: relative;
  padding: 60px 50px;
  border: 1px solid #d9e0e4;
  -moz-transition: 0.3s 0.3s ease-in-out;
  -o-transition: 0.3s 0.3s ease-in-out;
  -webkit-transition: 0.3s 0.3s ease-in-out;
  -ms-transition: 0.3s 0.3s ease-in-out;
  transition: 0.3s 0.3s ease-in-out;
  z-index: 1;
  height: 100%;
}
@media (max-width: 767px) {
  .service-item-two {
    padding: 60px 20px;
  }
}
.service-item-two:hover {
  box-shadow: 0px 10px 60px 0px rgba(22, 37, 66, 0.8);
  border: 1px solid #d9e0e4;
}
.service-item-two:hover .item-bg:before {
  visibility: visible;
  opacity: 1;
}
.service-item-two:hover .item-bg:after {
  visibility: hidden;
  opacity: 0;
}
.service-item-two:hover .content h4, .service-item-two:hover .content p {
  color: #ffffff;
}
.service-item-two:hover .content .icon-btn {
  background-color: #fc7f2b;
  color: #ffffff;
}
.service-item-two .item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.service-item-two .item-bg:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(22, 37, 66, 0.85);
  visibility: hidden;
  opacity: 0;
  -moz-transition: 0.3s 0.3s ease-in-out;
  -o-transition: 0.3s 0.3s ease-in-out;
  -webkit-transition: 0.3s 0.3s ease-in-out;
  -ms-transition: 0.3s 0.3s ease-in-out;
  transition: 0.3s 0.3s ease-in-out;
}
.service-item-two .item-bg:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  visibility: visible;
  opacity: 1;
  z-index: -1;
  -moz-transition: 0.3s 0.3s ease-in-out;
  -o-transition: 0.3s 0.3s ease-in-out;
  -webkit-transition: 0.3s 0.3s ease-in-out;
  -ms-transition: 0.3s 0.3s ease-in-out;
  transition: 0.3s 0.3s ease-in-out;
}
.service-item-two .icon {
  margin-bottom: 20px;
}
.service-item-two .icon i {
  font-size: 75px;
  line-height: 1;
}
.service-item-two .content h4 {
  margin-bottom: 10px;
  -moz-transition: 0.4s 0.3s ease-in-out;
  -o-transition: 0.4s 0.3s ease-in-out;
  -webkit-transition: 0.4s 0.3s ease-in-out;
  -ms-transition: 0.4s 0.3s ease-in-out;
  transition: 0.4s 0.3s ease-in-out;
}
.service-item-two .content p {
  margin-bottom: 25px;
  -moz-transition: 0.4s 0.3s ease-in-out;
  -o-transition: 0.4s 0.3s ease-in-out;
  -webkit-transition: 0.4s 0.3s ease-in-out;
  -ms-transition: 0.4s 0.3s ease-in-out;
  transition: 0.4s 0.3s ease-in-out;
}
.service-item-two .content .icon-btn {
  background-color: rgba(22, 37, 66, 0.07);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  -moz-transition: 0.4s 0.3s ease-in-out;
  -o-transition: 0.4s 0.3s ease-in-out;
  -webkit-transition: 0.4s 0.3s ease-in-out;
  -ms-transition: 0.4s 0.3s ease-in-out;
  transition: 0.4s 0.3s ease-in-out;
}
.service-item-three {
  background-color: #ffffff;
  padding: 40px 50px 33px;
}
@media (max-width: 767px) {
  .service-item-three {
    padding: 40px 30px 33px;
  }
}
@media (max-width: 400px) {
  .service-item-three {
    flex-direction: column;
  }
}
.service-item-three .icon {
  margin-right: 30px;
}
@media (max-width: 400px) {
  .service-item-three .icon {
    margin-bottom: 20px;
  }
}
.service-item-three .icon i {
  color: #fc7f2b;
  font-size: 60px;
  line-height: 1;
}
.service-item-three .content {
  margin-top: -8px;
}
.service-item-three .content h3.title {
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .service-item-three .content h3.title {
    font-size: 20px;
    line-height: 30px;
  }
}
.service-item-four {
  position: relative;
  z-index: 1;
  padding: 20px;
}
.service-item-four:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 60%;
  background-color: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(22, 37, 66, 0.07);
  z-index: -1;
}
.service-item-four .service-img {
  position: relative;
}
.service-item-four .service-img img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
}
.service-item-four .service-img .icon {
  position: absolute;
  bottom: 0;
  left: 30px;
}
.service-item-four .service-img .icon i {
  width: 85px;
  height: 85px;
  background-color: #fc7f2b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  color: #ffffff;
}
.service-item-four .content {
  padding: 30px 30px 12px;
}
.service-item-four .content h3.title {
  font-size: 24px;
}
.pl-70 {
  padding-left: 70px;
}
@media (max-width: 767px) {
  .pl-70 {
    padding-left: 0;
  }
}
.service-details-wrapper .content {
  padding: 40px 60px 30px;
}
@media (max-width: 767px) {
  .service-details-wrapper .content {
    padding: 40px 30px 30px;
  }
}
.service-details-wrapper .content h3.title {
  font-size: 42px;
  line-height: 45px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .service-details-wrapper .content h3.title {
    font-size: 24px;
    line-height: 35px;
  }
}
.service-details-wrapper .content p {
  margin-bottom: 25px;
}
.service-details-wrapper .content h5 {
  font-size: 18px;
  line-height: 35px;
  font-family: "Garamond", serif;
  font-style: italic;
}
.service-details-wrapper .content ul.list li {
  color: #003049;
  font-weight: 600;
}
.service-details-wrapper .content ul.list li:before {
  display: inline-block;
  content: "";
  font-family: "Font Awesome 5 Pro";
  color: #fc7f2b;
  font-weight: 400;
  margin-right: 12px;
}
.service-details-wrapper h2 {
  font-size: 36px;
  margin: 50px 0 20px 0;
}
.service-details-wrapper p {
  margin: 0 0 20px 0;
}
.service-details-wrapper .o-tinymce-content ul, .service-details-wrapper .o-tinymce-content ol {
  margin: 0 0 20px 0;
  padding: 0 0 0 55px;
}
.service-details-wrapper .o-tinymce-content ol {
  list-style-type: auto;
}
.t-template-service__main {
  padding: 30px 50px 100px 0;
  -webkit-transition-delay: 800ms !important;
  -moz-transition-delay: 800ms !important;
  -ms-transition-delay: 800ms !important;
  -o-transition-delay: 800ms !important;
  transition-delay: 800ms !important;
}
@media (min-width: 1780px) {
  .t-template-service__main {
    padding: 1.5vw 2.5vw 5vw 0;
  }
}
@media (max-width: 767px) {
  .t-template-service__main {
    padding: 20px 0 60px 0;
  }
}
.t-template-service__accordion {
  display: none;
}
@media (max-width: 991px) {
  .t-template-service__accordion {
    display: block;
  }
}
.t-template-service__text {
  padding: 80px 0 0 0;
}
.t-template-service__text--language-fa {
  direction: rtl !important;
}
.t-template-service__text--language-fa * {
  text-align: right !important;
}
@media (min-width: 1780px) {
  .t-template-service__text {
    padding: 4vw 0 0 0;
  }
}
@media (max-width: 767px) {
  .t-template-service__text {
    padding: 35px 0 0 0;
  }
}
.t-template-service__read-more {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .t-template-service__sub {
    display: none;
  }
}
.t-template-service__sidebar {
  -webkit-transition-delay: 800ms !important;
  -moz-transition-delay: 800ms !important;
  -ms-transition-delay: 800ms !important;
  -o-transition-delay: 800ms !important;
  transition-delay: 800ms !important;
}
@media (max-width: 991px) {
  .t-template-service__sidebar {
    display: none;
  }
}
@media (max-width: 1379px) {
  .t-template-service-sub {
    margin-bottom: -20px;
  }
}
@media (max-width: 1379px) {
  .t-template-service-sub__col {
    margin-bottom: 20px;
  }
}
.t-template-service-accordion__button {
  display: block;
  width: 100%;
  background: #003049;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.25;
  text-align: left;
  border: none;
  padding: 20px 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.t-template-service-accordion__button.is-open .t-template-service-accordion__button-icon {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
@media (max-width: 767px) {
  .t-template-service-accordion__button {
    padding: 17px 20px;
  }
}
.t-template-service-accordion__button-icon {
  width: 15px;
  height: 15px;
  fill: #ffffff;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: auto;
  -webkit-transition: all, 300ms;
  -moz-transition: all, 300ms;
  -ms-transition: all, 300ms;
  -o-transition: all, 300ms;
  transition: all, 300ms;
}
.t-template-service-accordion__menu {
  background: #f9f9f9;
  display: none;
}
.t-template-service-sub-item {
  background: #f7f8f9;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  padding: 30px;
  -webkit-transition: all, 120ms;
  -moz-transition: all, 120ms;
  -ms-transition: all, 120ms;
  -o-transition: all, 120ms;
  transition: all, 120ms;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1780px) {
  .t-template-service-sub-item {
    padding: 2vw 1.5vw;
  }
}
@media (min-width: 992px) {
  .t-template-service-sub-item:hover {
    background: #003049;
  }
}
@media (min-width: 992px) {
  .t-template-service-sub-item:hover .t-template-service-sub-item__title {
    color: #ffffff;
  }
}
@media (min-width: 992px) {
  .t-template-service-sub-item:hover .t-template-service-sub-item__icon--dark {
    display: none;
  }
}
@media (min-width: 992px) {
  .t-template-service-sub-item:hover .t-template-service-sub-item__icon--light {
    display: block;
  }
}
@media (min-width: 992px) {
  .t-template-service-sub-item:hover .t-template-service-sub-item__arrow {
    left: 10px;
  }
}
@media (min-width: 992px) {
  .t-template-service-sub-item:hover .t-template-service-sub-item__arrow-svg {
    fill: #ffffff;
  }
}
.t-template-service-sub-item__icon-wrap {
  width: 25px;
  -webkit-box-flex: 0 0 25px;
  -moz-box-flex: 0 0 25px;
  -webkit-flex: 0 0 25px;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
  margin-right: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.t-template-service-sub-item__icon {
  width: 100%;
  height: auto;
}
.t-template-service-sub-item__icon--light {
  display: none;
}
.t-template-service-sub-item__title {
  color: #003049;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  -webkit-transition: all, 120ms;
  -moz-transition: all, 120ms;
  -ms-transition: all, 120ms;
  -o-transition: all, 120ms;
  transition: all, 120ms;
  margin-right: 20px;
}
.t-template-service-sub-item__arrow {
  width: 28px;
  -webkit-box-flex: 0 0 28px;
  -moz-box-flex: 0 0 28px;
  -webkit-flex: 0 0 28px;
  -ms-flex: 0 0 28px;
  flex: 0 0 28px;
  margin-left: auto;
  position: relative;
  left: 0;
  -webkit-transition: left, 120ms;
  -moz-transition: left, 120ms;
  -ms-transition: left, 120ms;
  -o-transition: left, 120ms;
  transition: left, 120ms;
}
.t-template-service-sub-item__arrow-svg {
  fill: #003049;
  width: 28px;
  height: 28px;
  -webkit-transition: all, 120ms;
  -moz-transition: all, 120ms;
  -ms-transition: all, 120ms;
  -o-transition: all, 120ms;
  transition: all, 120ms;
}
.t-template-service-sidebar {
  position: sticky;
  top: 0;
}
.t-template-service-sidebar__background {
  background: #f9f9f9;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-left: 1px solid #efece8;
  z-index: 100;
}
.t-template-service-sidebar__inner {
  position: relative;
  z-index: 200;
  padding: 120px 0;
  -webkit-transition-delay: 800ms !important;
  -moz-transition-delay: 800ms !important;
  -ms-transition-delay: 800ms !important;
  -o-transition-delay: 800ms !important;
  transition-delay: 800ms !important;
}
@media (min-width: 1780px) {
  .t-template-service-sidebar__inner {
    padding: 6vw 0;
  }
}
.t-template-service-sidebar-menu {
  border-top: 1px solid #efece8;
  padding: 0;
  margin: 0;
}
.t-template-service-sidebar-menu > li {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #efece8;
}
.t-template-service-sidebar-menu > li .menu-item-arrow-right-circle, .t-template-service-sidebar-menu > li .menu-item-arrow-right {
  display: none;
}
.t-template-service-sidebar-menu > li > a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 30px;
  color: #003049;
  text-decoration: none;
  font-size: 20px;
  line-height: 1.25;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1780px) {
  .t-template-service-sidebar-menu > li > a {
    padding: 1.5vw;
  }
}
@media (max-width: 767px) {
  .t-template-service-sidebar-menu > li > a {
    padding: 15px 15px 30px 15px;
  }
}
@media (min-width: 992px) {
  .t-template-service-sidebar-menu > li > a:hover .menu-item-arrow-right-circle {
    left: 10px;
  }
}
.t-template-service-sidebar-menu > li > a span {
  margin-right: 30px;
  display: inline-block;
}
@media (min-width: 1780px) {
  .t-template-service-sidebar-menu > li > a span {
    margin-right: 1.5vw;
  }
}
.t-template-service-sidebar-menu > li > a .menu-item-arrow-right-circle {
  display: block;
  width: 32px;
  height: 32px;
  -webkit-box-flex: 0 0 32px;
  -moz-box-flex: 0 0 32px;
  -webkit-flex: 0 0 32px;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  fill: #003049;
  margin-left: auto;
  position: relative;
  left: 0;
  -webkit-transition: left, 120ms;
  -moz-transition: left, 120ms;
  -ms-transition: left, 120ms;
  -o-transition: left, 120ms;
  transition: left, 120ms;
}
.t-template-service-sidebar-menu > li .sub-menu-wrap ul.sub-menu, .t-template-service-sidebar-menu > li .sub-menu-wrap ul.children {
  margin: -25px 0 30px 15px;
  padding: 0 30px;
}
@media (min-width: 1780px) {
  .t-template-service-sidebar-menu > li .sub-menu-wrap ul.sub-menu, .t-template-service-sidebar-menu > li .sub-menu-wrap ul.children {
    margin: -1.2vw 0 1.5vw 0.8vw;
    padding: 0 1.5vw;
  }
}
@media (max-width: 767px) {
  .t-template-service-sidebar-menu > li .sub-menu-wrap ul.sub-menu, .t-template-service-sidebar-menu > li .sub-menu-wrap ul.children {
    padding: 0 15px;
    margin-bottom: 20px;
  }
}
.t-template-service-sidebar-menu > li .sub-menu-wrap ul.sub-menu li, .t-template-service-sidebar-menu > li .sub-menu-wrap ul.children li {
  list-style: none;
  padding: 0;
  margin: 0 0 3px 0;
}
.t-template-service-sidebar-menu > li .sub-menu-wrap ul.sub-menu li a, .t-template-service-sidebar-menu > li .sub-menu-wrap ul.children li a {
  border-left: 1px solid #efece8;
  color: #003049;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.25;
  padding-left: 15px;
}
@media (min-width: 1780px) {
  .t-template-service-sidebar-menu > li .sub-menu-wrap ul.sub-menu li a, .t-template-service-sidebar-menu > li .sub-menu-wrap ul.children li a {
    padding-left: 0.8vw;
  }
}
@media (min-width: 992px) {
  .t-template-service-sidebar-menu > li .sub-menu-wrap ul.sub-menu li a:hover .menu-item-arrow-right, .t-template-service-sidebar-menu > li .sub-menu-wrap ul.children li a:hover .menu-item-arrow-right {
    left: 6px;
  }
}
.t-template-service-sidebar-menu > li .sub-menu-wrap ul.sub-menu li a .menu-item-arrow-right, .t-template-service-sidebar-menu > li .sub-menu-wrap ul.children li a .menu-item-arrow-right {
  display: inline-block;
  width: 10px;
  height: 10px;
  fill: #003049;
  margin-left: 15px;
  position: relative;
  left: 0;
  -webkit-transition: left, 120ms;
  -moz-transition: left, 120ms;
  -ms-transition: left, 120ms;
  -o-transition: left, 120ms;
  transition: left, 120ms;
}
.t-template-service-sidebar-menu > li.current_page_parent > a, .t-template-service-sidebar-menu > li.current-menu-item > a {
  color: #000000 !important;
}
.t-template-service-sidebar-menu > li.current_page_parent > a .menu-item-arrow-right-circle, .t-template-service-sidebar-menu > li.current-menu-item > a .menu-item-arrow-right-circle {
  fill: #000000;
}
.t-template-service-sidebar-menu > li.current_page_parent li.current-menu-item a {
  color: #000000 !important;
}
.t-template-service-sidebar-menu > li.current_page_parent li.current-menu-item a .menu-item-arrow-right {
  fill: #000000;
}
/*=========================
    14. Contact css 
==========================*/
.contact-wrapper-one {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(22, 37, 66, 0.07);
  padding: 90px 60px 60px;
  margin-bottom: -140px;
  border-bottom-left-radius: 100px;
  border-top-right-radius: 100px;
}
@media (max-width: 767px) {
  .contact-wrapper-one {
    padding: 70px 20px 50px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.contact-wrapper-one .contact-form .form_control {
  background-color: rgba(22, 37, 66, 0.05);
  height: 60px;
  padding: 0 30px;
  font-size: 18px;
  font-family: "GalanoGrotesque", Helvetica, Arial, sans-serif;
  margin-bottom: 30px;
}
.contact-wrapper-one .contact-form .form_control::placeholder {
  color: #003049;
}
.contact-wrapper-one .contact-form textarea.form_control {
  padding-top: 15px;
}
.contact-wrapper-one .contact-form .nice-select {
  background-color: rgba(22, 37, 66, 0.05);
  height: 60px;
  padding: 0 30px;
  font-size: 18px;
  border: 2px solid #d9e0e4;
  color: #003049;
  font-family: "GalanoGrotesque", Helvetica, Arial, sans-serif;
  line-height: 55px;
  border-radius: 0px;
  margin-bottom: 30px;
}
.contact-wrapper-one .contact-form .nice-select:after {
  right: 30px;
}
.contact-wrapper-one .contact-form .nice-select ul.list {
  max-height: 500px;
  overflow: auto;
}
.contact-wrapper-one .contact-form .main-btn {
  padding: 15px 45px;
  width: auto;
  text-align: center;
  border: 0;
  margin: 0 auto;
}
.contact-wrapper-two {
  position: relative;
  z-index: 2;
  margin-left: 70px;
  padding: 48px 40px 45px;
  background-color: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(22, 37, 66, 0.07);
  margin-bottom: -70px;
}
@media (max-width: 767px) {
  .contact-wrapper-two {
    margin-left: 0px;
    margin-bottom: 0px;
  }
}
.contact-wrapper-two .section-title h2 {
  margin-bottom: 10px;
}
.contact-wrapper-two .contact-form .form_control {
  background-color: rgba(22, 37, 66, 0.05);
  height: 65px;
  padding: 0 30px;
  font-size: 20px;
  font-weight: 700;
  font-family: "GalanoGrotesque", Helvetica, Arial, sans-serif;
}
.contact-wrapper-two .contact-form .form_control::placeholder {
  color: #003049;
}
.contact-wrapper-two .contact-form textarea.form_control {
  padding-top: 15px;
  height: 230px;
}
.contact-wrapper-two .contact-form .nice-select {
  background-color: rgba(22, 37, 66, 0.05);
  height: 65px;
  padding: 0 30px;
  font-size: 20px;
  font-weight: 700;
  color: #003049;
  font-family: "GalanoGrotesque", Helvetica, Arial, sans-serif;
  line-height: 65px;
  border-radius: 0px;
  border: none;
}
.contact-wrapper-two .contact-form .nice-select:after {
  right: 30px;
}
.contact-wrapper-two .contact-form .main-btn {
  width: 100%;
  text-align: center;
}
.contact-wrapper-three {
  padding: 70px 70px 80px;
  background-color: rgba(182, 140, 90, 0.07);
}
@media (max-width: 767px) {
  .contact-wrapper-three {
    padding: 70px 30px 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-wrapper-three .section-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.contact-wrapper-three .contact-form form .form_control {
  font-family: "GalanoGrotesque", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  height: 65px;
}
.contact-wrapper-three .contact-form form .form_control::placeholder {
  color: #003049;
}
.contact-wrapper-three .contact-form form textarea.form_control {
  height: 150px;
}
.contact-info-list .info-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .contact-info-list .info-item {
    flex-wrap: wrap;
  }
}
.contact-info-list .info-item .thumb, .contact-info-list .info-item .content {
  width: 50%;
}
@media (max-width: 767px) {
  .contact-info-list .info-item .thumb, .contact-info-list .info-item .content {
    width: 100%;
  }
}
.contact-info-list .info-item .thumb img {
  width: 100%;
}
.contact-info-list .info-item .content {
  padding-left: 35px;
}
@media (max-width: 767px) {
  .contact-info-list .info-item .content {
    padding-left: 0px;
    margin-top: 30px;
  }
}
.contact-info-list .info-item .content h3 {
  margin-bottom: 14px;
}
.contact-info-list .info-item .content h3 span.sm-title {
  font-size: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-info-list .info-item .content h3 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .contact-info-list .info-item .content h3 span.sm-title {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .contact-info-list .info-item .content h3 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .contact-info-list .info-item .content h3 span.sm-title {
    font-size: 16px;
  }
}
.contact-info-list .info-item .content p {
  font-family: "GalanoGrotesque", Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
  padding-left: 25px;
  position: relative;
}
.contact-info-list .info-item .content p:hover a {
  color: #fc7f2b;
}
.contact-info-list .info-item .content p i {
  margin-right: 10px;
  color: #fc7f2b;
  position: absolute;
  left: 0;
  top: 5px;
}
.map-area .map-box iframe {
  display: inherit;
  width: 100%;
  height: 590px;
  border: none;
}
@media (max-width: 767px) {
  .page-template-template-contact-php .contact-area .pt-130 {
    padding-top: 60px;
  }
}
.page-template-template-contact-php .contact-wrapper-three {
  padding: 50px 50px;
  background-color: #f1f1f1;
}
@media (max-width: 767px) {
  .page-template-template-contact-php .contact-wrapper-three {
    padding: 50px 30px 50px;
  }
}
.page-template-template-contact-php .contact-wrapper-three .contact-wrapper-one {
  padding: 0;
  background: transparent;
  box-shadow: none;
  margin: 0;
  border-radius: 0;
}
/*=========================
    12. Blog css 
==========================*/
.post-thumbnail {
  width: 100%;
  display: block;
  height: 230px;
  border-radius: 10px;
  position: relative;
}
.post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.3s ease;
}
.blog-post-item {
  border-radius: 15px;
  overflow: hidden;
}
.post-meta ul li {
  display: inline-block;
}
.post-meta ul li span i {
  margin-right: 10px;
}
.btn-link {
  font-size: 15px;
  font-weight: 700;
  color: #666666;
  text-transform: uppercase;
}
.btn-link:hover {
  text-decoration: none;
}
.arrow-btn {
  position: relative;
}
.arrow-btn:after {
  display: inline-block;
  content: "";
  font-weight: 400;
  font-family: "Font Awesome 5 Pro";
  margin-left: 10px;
  -moz-transition: 0.3s 0.3s ease-in-out;
  -o-transition: 0.3s 0.3s ease-in-out;
  -webkit-transition: 0.3s 0.3s ease-in-out;
  -ms-transition: 0.3s 0.3s ease-in-out;
  transition: 0.3s 0.3s ease-in-out;
}
.blog-post-item-three .entry-content {
  position: relative;
  padding: 40px 35px 35px;
  background-color: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(22, 37, 66, 0.07);
}
.blog-post-item-three .entry-content .post-meta ul li {
  margin-right: 20px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-post-item-three .entry-content .post-meta ul li {
    font-size: 15px;
    margin-right: 7px;
  }
}
@media (max-width: 991px) {
  .blog-post-item-three .entry-content .post-meta ul li {
    margin-right: 10px;
  }
}
.blog-post-item-three .entry-content h3.title {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-post-item-three .entry-content h3.title {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media (max-width: 991px) {
  .blog-post-item-three .entry-content h3.title {
    font-size: 20px;
    line-height: 1.3;
  }
}
.blog-post-item-three .entry-content .cat-btn {
  position: absolute;
  top: -20px;
  right: 20px;
  background-color: #fc7f2b;
  color: #ffffff;
  box-shadow: 0px 10px 30px 0px rgba(182, 140, 90, 0.66);
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 5px 20px;
  line-height: 20px;
}
.blog-post-item-five .post-thumbnail {
  position: relative;
}
.blog-post-item-five .post-thumbnail .arrow {
  position: absolute;
  bottom: -30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0px 10px 60px 0px rgba(22, 37, 66, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-post-item-five .post-thumbnail .arrow i {
  font-size: 18px;
  color: #003049;
}
.blog-post-item-five .entry-content {
  padding: 15px 25px 25px 25px;
  background-color: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(22, 37, 66, 0.06);
}
.blog-post-item-five .entry-content h3.title {
  font-size: 21px;
  line-height: 1.3;
  margin-bottom: 25px;
}
.blog-post-item-five .entry-content p {
  font-size: 20px;
  line-height: 1.5;
}
.blog-post-item-five .entry-content .post-admin {
  margin-bottom: 15px;
}
.blog-post-item-five .entry-content .post-admin span {
  font-size: 17px;
  font-weight: 500;
}
.blog-post-item-five .entry-content .post-admin span img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}
.blog-post-item-five .entry-content .post-meta {
  padding-bottom: 6px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d9e0e4;
}
.blog-post-item-five .entry-content .post-meta ul {
  margin-bottom: 0;
}
.blog-post-item-five .entry-content .post-meta ul li {
  margin-right: 22px;
}
@media (max-width: 767px) {
  .blog-post-item-five .entry-content .post-meta ul li {
    margin-right: 10px;
  }
}
.blog-post-item-five .entry-content .post-meta ul li:last-child {
  margin-right: 0px;
}
.blog-post-item-five .entry-content .post-meta ul li span {
  font-size: 15px;
  font-weight: 500;
}
.blog-area.newspage {
  margin-top: 70px;
}
.blog-area h1.o-h1 {
  margin-bottom: 15px;
}
.blog-area .entry-content.main_content {
  margin-top: 30px;
}
.blog-area .feature_image.post-thumbnail {
  width: 100%;
  display: block;
  height: 480px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  margin: 0 0 30px 0;
}
.blog-area h1 {
  font-size: 48px;
  line-height: 1.2;
}
@media (max-width: 1379px) {
  .blog-area h1 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .blog-area h1 {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  .blog-area h1 {
    font-size: 28px;
  }
}
.blog-area h2 {
  font-size: 32px;
  line-height: 1.2;
}
@media (max-width: 1379px) {
  .blog-area h2 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .blog-area h2 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .blog-area h2 {
    font-size: 26px;
  }
}
.blog-area h3 {
  font-size: 28px;
  line-height: 1.2;
}
@media (max-width: 1379px) {
  .blog-area h3 {
    font-size: 27px;
  }
}
@media (max-width: 991px) {
  .blog-area h3 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .blog-area h3 {
    font-size: 24px;
  }
}
.blog-area h4 {
  font-size: 24px;
  line-height: 1.2;
}
@media (max-width: 1379px) {
  .blog-area h4 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .blog-area h4 {
    font-size: 23px;
  }
}
@media (max-width: 575px) {
  .blog-area h4 {
    font-size: 22px;
  }
}
.blog-area h5 {
  font-size: 18px;
  line-height: 1.2;
}
.blog-area h6 {
  font-size: 16px;
  line-height: 1.2;
}
.blog-area p {
  font-size: 21px;
  line-height: 1.6;
}
.blog-area h2, .blog-area h3, .blog-area h4, .blog-area h5, .blog-area h6 {
  padding-bottom: 10px;
}
.blog-area p, .blog-area table, .blog-area ul, .blog-area ol, .blog-area blockquote {
  padding-bottom: 20px;
}
.blog-area .social-share {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .blog-area .social-share {
    float: none;
    margin-top: 10px;
    text-align: center;
  }
}
.blog-area .social-share ul.social-link li {
  margin-right: 15px;
}
.blog-area .social-share ul.social-link li a {
  margin-right: 15px;
}
@media (max-width: 767px) {
  .blog-area .social-share ul.social-link li a {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.blog-area .social-share ul.social-link li a i {
  font-size: 24px;
}
.blog-area .social-share ul.social-link li:last-child {
  margin-right: 0;
}
.blog-area .post-nav-area {
  padding-top: 60px;
  padding-bottom: 40px;
  border-top: 1px solid #d9e0e4;
  border-bottom: 1px solid #d9e0e4;
}
.blog-area .post-nav-area .post-nav {
  display: flex;
  margin-bottom: 15px;
}
.blog-area .post-nav-area .post-nav .thumb {
  min-width: 70px;
  max-width: 70px;
  height: 70px;
  overflow: hidden;
}
.blog-area .post-nav-area .post-nav .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-area .post-nav-area .post-nav .content {
  margin-top: -4px;
}
.blog-area .post-nav-area .post-nav .content h6 {
  font-size: 18px;
}
.blog-area .post-nav-area .post-nav .content span.post-date {
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
}
.blog-area .post-nav-area .post-nav.prev-post .thumb {
  margin-right: 20px;
}
.blog-area .post-nav-area .post-nav.prev-post .content span.post-date i {
  margin-right: 5px;
}
.blog-area .post-nav-area .post-nav.next-post {
  direction: rtl;
  text-align: right;
}
.blog-area .post-nav-area .post-nav.next-post .thumb {
  margin-left: 20px;
}
.blog-area .post-nav-area .post-nav.next-post .content span.post-date i {
  margin-left: 5px;
}
.blog-area blockquote {
  position: relative;
  background-color: #f4f4f4;
  padding: 40px 50px;
  border-radius: 7px;
}
@media (max-width: 767px) {
  .blog-area blockquote {
    padding: 40px 15px;
  }
}
.blog-area blockquote::before {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 2px;
  content: "";
  width: 4px;
  height: 100%;
  background-color: #fc7f2b;
}
.blog-area blockquote h4 {
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .blog-area blockquote h4 {
    font-size: 22px;
  }
}
.blog-area blockquote h5 {
  font-size: 18px;
}
.blog-area blockquote h5:before {
  display: inline-block;
  content: "";
  margin-right: 20px;
  width: 50px;
  height: 3px;
  background-color: #003049;
  vertical-align: middle;
}
.related-blog-area .blog-post-item-three .entry-content {
  background-color: #f1f1f1;
}
.t-template-career__listing {
  width: 100%;
  padding: 70px 0 60px 0;
}
@media (max-width: 991px) {
  .t-template-career__listing {
    padding: 0 0 60px 0;
  }
}
.t-template-career__listing .__title {
  margin-bottom: 45px;
  font-weight: 700;
}
.t-template-career__listing__job-details {
  width: 100%;
  float: left;
  padding: 15px 30px 18px 30px;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0px 5px 30px 0px rgba(22, 37, 66, 0.1);
  border: 1px solid #f1f1f1;
}
@media (max-width: 991px) {
  .t-template-career__listing__job-details {
    padding: 15px 15px 18px 15px;
  }
}
.t-template-career__listing__job-details .__heading {
  width: 100%;
  float: left;
  cursor: pointer;
  position: relative;
}
.t-template-career__listing__job-details .__heading:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
  background: url(../images/svg/up_icon.svg) no-repeat;
  background-size: 100%;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
  transform: rotate(180deg);
}
.t-template-career__listing__job-details .__heading.active:after {
  transform: rotate(0deg);
}
.t-template-career__listing__job-details .__heading h4 {
  font-size: 20px;
  line-height: 1.3;
}
.t-template-career__listing__job-details .__heading p {
  padding: 0;
  margin: 0 0 2px 0;
}
.t-template-career__listing__job-details .__heading .__post-time {
  font-size: 12px;
  line-height: 1;
  color: #505050;
  margin-top: 5px;
}
.t-template-career__listing__job-details .__description {
  width: 100%;
  float: left;
  padding-top: 30px;
  display: none;
}
.t-template-career__listing__job-details .__description .quick_details {
  width: 100%;
  float: left;
}
.t-template-career__listing__job-details .__description .quick_details p {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 16px;
}
.t-template-career__listing__job-details .__description p {
  float: left;
}
.t-template-career__listing__job-details .__description .apply_button {
  width: 100%;
  float: left;
}
.t-template-career__listing__job-details .__description .apply_button .__button-form {
  float: left;
  border: solid 2px #fc7f2b;
  color: #fc7f2b;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 30px;
  margin-bottom: 25px;
  cursor: pointer;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.t-template-career__listing__job-details .__description .apply_button .__button-form:hover {
  background: #fc7f2b;
  color: #fff;
}
.t-template-career__listing__job-details .__description .__details {
  width: 100%;
  float: left;
  display: flex;
  flex-flow: column;
  margin-bottom: 15px;
}
.t-template-career__listing__job-details .__description .__details p {
  font-family: "Garamond", serif;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 16px;
}
.t-template-career__listing__job-details .__description .__details p a {
  color: inherit;
  text-decoration: underline;
}
.t-template-career__listing__job-details .__description .__details h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  float: left;
  color: #000000;
}
.t-template-career__listing__job-details .__description .__details ul {
  width: 100%;
  float: left;
  font-family: "Garamond", serif;
  font-size: 20px;
  list-style-type: disc;
  padding-inline-start: 40px;
  margin-bottom: 16px;
}
.t-template-career__listing__job-details .__description .__details ul li {
  line-height: 1.4;
}
.t-template-career__listing.wow {
  position: relative;
  top: 50px;
  opacity: 0;
  -webkit-transition: all, 500ms;
  -moz-transition: all, 500ms;
  -ms-transition: all, 500ms;
  -o-transition: all, 500ms;
  transition: all, 500ms;
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}
.t-template-career__listing.wow.animated {
  opacity: 1;
  top: 0;
}
.t-template-career__popup_section {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.5s ease;
  display: none;
  opacity: 0;
  overflow: auto;
  z-index: 9999;
}
.t-template-career__popup_section.smooth_show {
  opacity: 1;
}
.t-template-career__popup_section .popup_form_wrap {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.89);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .t-template-career__popup_section .popup_form_wrap {
    display: block;
    overflow: auto;
  }
}
.t-template-career__popup_section .popup_form_wrap .pop-close-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.t-template-career__popup_section .popup_form_wrap .block-wrap {
  width: 95%;
  max-width: 600px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: column;
  background: #fff;
  padding: 20px;
  border: solid 1px #ccc;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .t-template-career__popup_section .popup_form_wrap .block-wrap {
    padding: 50px 20px 20px 20px;
    margin: 20px auto;
  }
}
.t-template-career__popup_section .popup_form_wrap .block-wrap .popCloseBtn {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  position: absolute;
  border-radius: 50%;
  left: 100%;
  bottom: 100%;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 991px) {
  .t-template-career__popup_section .popup_form_wrap .block-wrap .popCloseBtn {
    top: 15px;
    right: 15px;
    bottom: inherit;
    left: inherit;
    background-color: #003049;
  }
}
.t-template-career__popup_section .popup_form_wrap .block-wrap .popCloseBtn .botn {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.3s ease;
  transform: rotate(45deg);
}
.t-template-career__popup_section .popup_form_wrap .block-wrap .popCloseBtn .botn:before {
  content: "";
  width: 20px;
  height: 3px;
  background: #003049;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .t-template-career__popup_section .popup_form_wrap .block-wrap .popCloseBtn .botn:before {
    background: #ffffff;
  }
}
.t-template-career__popup_section .popup_form_wrap .block-wrap .popCloseBtn .botn:after {
  content: "";
  width: 3px;
  height: 20px;
  background: #003049;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .t-template-career__popup_section .popup_form_wrap .block-wrap .popCloseBtn .botn:after {
    background: #ffffff;
  }
}
.t-template-career__popup_section .popup_form_wrap .block-wrap .popCloseBtn:hover .botn {
  transform: rotate(135deg);
}
.t-template-career__popup_section .popup_form_wrap .block-wrap .form_wrap {
  width: 100%;
}
.t-template-career__popup_section .popup_form_wrap .block-wrap h3 {
  text-align: center;
  padding: 20px 0;
  font-weight: 700;
}
.t-template-career__popup_section .popup_form_wrap .block-wrap .thank_you_msg {
  width: 100%;
  display: none;
}
.t-template-career__popup_section .popup_form_wrap .block-wrap .thank_you_msg p {
  font-size: 18px;
  text-align: center;
}
.t-template-career__popup_section .popup_form_wrap .block-wrap .careers_form {
  width: 100%;
  margin: 0 -5px;
}
@media (max-width: 991px) {
  .t-template-career__popup_section .popup_form_wrap .block-wrap .careers_form {
    width: 100%;
    margin: 0;
  }
}
.t-template-career__popup_section .popup_form_wrap .block-wrap .careers_form .wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
}
.t-template-career__popup_section .popup_form_wrap .block-wrap .careers_form input::-webkit-outer-spin-button, .t-template-career__popup_section .popup_form_wrap .block-wrap .careers_form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.t-template-career__popup_section .popup_form_wrap .block-wrap .careers_form input[type=number] {
  -moz-appearance: textfield !important;
}
.t-template-career__popup_section .popup_form_wrap .block-wrap .careers_form .o-form-input-wrap.__fullWidth {
  width: calc(100% - 10px);
  margin-left: 5px;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .t-template-career__popup_section .popup_form_wrap .block-wrap .careers_form .o-form-input-wrap.__fullWidth {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.t-template-career__popup_section .popup_form_wrap .block-wrap .careers_form .o-form-input-wrap.__halfWidth {
  width: calc(50% - 10px);
  float: left;
  margin-left: 5px;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .t-template-career__popup_section .popup_form_wrap .block-wrap .careers_form .o-form-input-wrap.__halfWidth {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.t-template-career__popup_section .popup_form_wrap .block-wrap .careers_form .o-form-input-wrap .file-upload-wrapper {
  position: relative;
  padding: 0;
}
.t-template-career__popup_section .popup_form_wrap .block-wrap .careers_form .o-form-input-wrap .file-upload-wrapper:before {
  content: attr(data-text);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 15px;
  display: block;
  pointer-events: none;
  z-index: 20;
  font-family: inherit;
  font-size: 100%;
  color: #adadad;
}
.t-template-career__popup_section .popup_form_wrap .block-wrap .careers_form .o-form-input-wrap .file-upload-wrapper:after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  right: 10px;
  top: 8px;
  background: url(../images/svg/upload_icon.svg) no-repeat;
  background-size: 100%;
}
.t-template-career__popup_section .popup_form_wrap .block-wrap .careers_form .o-form-input-wrap .file-upload-wrapper input[type="file"] {
  opacity: 0;
}
.t-template-career__popup_section .popup_form_wrap .block-wrap .careers_form .o-form-input-wrap.submit_button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.t-template-career__popup_section .popup_form_wrap .block-wrap .careers_form .o-form-input-wrap.submit_button .o-button {
  margin-top: 20px;
  padding: 14px 50px;
  cursor: pointer;
}
.t-template-career__popup_section .popup_form_wrap .block-wrap .careers_form .o-form-input-wrap .o-form-input .wpcf7-not-valid {
  border: 2px solid red;
}
.t-template-career__popup_section .popup_form_wrap .block-wrap .careers_form .wpcf7 form.invalid .wpcf7-response-output, .t-template-career__popup_section .popup_form_wrap .block-wrap .careers_form .wpcf7 form.unaccepted .wpcf7-response-output {
  width: 100%;
  float: left;
  background: transparent;
  margin: 10px 0 0 0;
  text-align: center;
}
.t-template-career__popup_section .popup_form_wrap .block-wrap .careers_form .wpcf7 .ajax-loader {
  display: inline-block !important;
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% + 75px);
}
.t-page-404 {
  padding-top: 120px;
  padding-bottom: 60px;
  min-height: 600px;
}
@media (max-width: 767px) {
  .t-page-404 {
    padding-top: 60px;
    min-height: 400px;
  }
}
/*=========================
   6. Features css 
==========================*/
.container-fluid-custom {
  padding-left: 70px;
  padding-right: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container-fluid-custom {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .container-fluid-custom {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.features-wrapper-one {
  border-bottom: 1px solid rgba(4, 13, 26, 0.1);
  border-top: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-wrapper-one {
    border: none;
  }
}
@media (max-width: 991px) {
  .features-wrapper-one {
    border: none;
  }
}
.features-wrapper-one .features-column {
  flex: 0 0 20%;
  max-width: 20%;
}
.features-wrapper-one .features-column:nth-child(odd) {
  border-right: 1px solid rgba(4, 13, 26, 0.1);
  border-left: 1px solid rgba(4, 13, 26, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-wrapper-one .features-column {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .features-wrapper-one .features-column:nth-child(odd) {
    border: none;
  }
}
@media (max-width: 991px) {
  .features-wrapper-one .features-column:nth-child(odd) {
    border: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-wrapper-one .features-column {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .features-wrapper-one .features-column {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.features-item-one {
  position: relative;
  padding: 60px 50px;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .features-item-one {
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-item-one {
    border: 1px solid rgba(4, 13, 26, 0.1);
  }
}
@media (max-width: 991px) {
  .features-item-one {
    border: 1px solid rgba(4, 13, 26, 0.1);
  }
}
@media (max-width: 767px) {
  .features-item-one {
    padding: 40px 20px;
    margin-bottom: 20px;
  }
}
.features-item-one:hover {
  box-shadow: 0px 10px 60px 0px rgba(22, 37, 66, 0.8);
  border-color: transparent;
}
.features-item-one:hover .item-bg:before {
  visibility: visible;
  opacity: 1;
}
.features-item-one:hover .item-bg:after {
  visibility: hidden;
  opacity: 0;
}
.features-item-one:hover .content h4, .features-item-one:hover .content p {
  color: #ffffff;
}
.features-item-one:hover .content .icon-btn {
  background-color: #fc7f2b;
  color: #ffffff;
}
.features-item-one .item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.features-item-one .item-bg:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(22, 37, 66, 0.85);
  visibility: hidden;
  opacity: 0;
  -moz-transition: 0.4s 0.3s ease-in-out;
  -o-transition: 0.4s 0.3s ease-in-out;
  -webkit-transition: 0.4s 0.3s ease-in-out;
  -ms-transition: 0.4s 0.3s ease-in-out;
  transition: 0.4s 0.3s ease-in-out;
}
.features-item-one .item-bg:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  visibility: visible;
  opacity: 1;
  z-index: -1;
  -moz-transition: 0.3s 0.3s ease-in-out;
  -o-transition: 0.3s 0.3s ease-in-out;
  -webkit-transition: 0.3s 0.3s ease-in-out;
  -ms-transition: 0.3s 0.3s ease-in-out;
  transition: 0.3s 0.3s ease-in-out;
}
.features-item-one .icon {
  margin-bottom: 20px;
}
.features-item-one .icon i {
  font-size: 75px;
  line-height: 1;
}
.features-item-one .content h4 {
  margin-bottom: 10px;
}
.features-item-one .content p {
  margin-bottom: 25px;
}
.features-item-one .content .icon-btn {
  background-color: rgba(22, 37, 66, 0.07);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.features-content-box-two {
  margin-left: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-content-box-two {
    margin-left: 0px;
  }
}
@media (max-width: 991px) {
  .features-content-box-two {
    margin-left: 0px;
  }
}
.features-item-two {
  align-items: center;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(22, 37, 66, 0.07);
  margin-bottom: 35px;
}
.features-item-two:hover .content .icon-btn {
  background-color: #003049;
  color: #ffffff;
}
.features-item-two .icon {
  margin-right: 30px;
}
.features-item-two .icon i {
  font-size: 55px;
  line-height: 1;
  color: #fc7f2b;
}
.features-item-two .content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.features-item-two .content .icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 15px;
  background-color: rgba(22, 37, 66, 0.07);
  -moz-transition: 0.3s 0.3s ease-in-out;
  -o-transition: 0.3s 0.3s ease-in-out;
  -webkit-transition: 0.3s 0.3s ease-in-out;
  -ms-transition: 0.3s 0.3s ease-in-out;
  transition: 0.3s 0.3s ease-in-out;
}
/*=========================
    8. Element css 
==========================*/
.object-shape-one .object {
  position: absolute;
}
.object-shape-one .object.object-1 {
  top: 235px;
  right: 135px;
}
.object-shape-one .object.object-2 {
  bottom: 0px;
  left: 0px;
}
@media (max-width: 767px) {
  .object-shape-one .object {
    display: none;
  }
}
/*---================
    Counter css
================---*/
.counter-area-one {
  padding-top: 447px;
}
@media (max-width: 767px) {
  .counter-item-one {
    text-align: center;
  }
}
.counter-item-one .icon i {
  color: #fc7f2b;
  font-size: 52px;
  margin-bottom: 20px;
}
.counter-item-one .content h2, .counter-item-one .content span.sm-title {
  color: #ffffff;
}
.counter-item-one .content h2 {
  line-height: 1;
  margin-bottom: 5px;
}
.counter-item-one .content span.sm-title {
  font-size: 17px;
  font-weight: 500;
}
.counter-item-two {
  padding-left: 30px;
  border-left: 3px solid rgba(22, 37, 66, 0.1);
}
@media (max-width: 767px) {
  .counter-item-two {
    padding-left: 12px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-item-two .content h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-item-two .content h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .counter-item-two .content h2 {
    font-size: 32px;
    line-height: 45px;
  }
}
@media (max-width: 400px) {
  .counter-item-two .content h2 {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .counter-item-two .content span.sm-title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .counter-item-two.mb-60 {
    margin-bottom: 40px;
  }
}
.counter-item-three {
  margin-bottom: 33px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(22, 37, 66, 0.103);
}
.counter-item-three .icon {
  margin-right: 40px;
  min-width: 50px;
  max-width: 50px;
}
.counter-item-three .icon i {
  font-size: 50px;
  line-height: 1;
  color: #fc7f2b;
}
.counter-item-three .content {
  width: 100%;
  justify-content: space-between;
}
.counter-item-four {
  position: relative;
  background-color: #ffffff;
  padding: 25px 30px;
  justify-content: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-item-four {
    padding: 25px 14px;
  }
}
.counter-item-four:hover:after {
  bottom: -4px;
  right: -4px;
}
.counter-item-four:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fc7f2b;
  z-index: -1;
  -moz-transition: 0.3s 0.3s ease-in-out;
  -o-transition: 0.3s 0.3s ease-in-out;
  -webkit-transition: 0.3s 0.3s ease-in-out;
  -ms-transition: 0.3s 0.3s ease-in-out;
  transition: 0.3s 0.3s ease-in-out;
}
.counter-item-four .icon {
  margin-right: 20px;
  font-size: 52px;
  color: #fc7f2b;
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-item-four .icon {
    margin-right: 10px;
    font-size: 42px;
  }
}
.counter-item-four .content h2 {
  font-size: 45px;
  line-height: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-item-four .content h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-item-four .content p {
    font-size: 15px;
  }
}
/*---================
    Skill css
================---*/
.skills-area-bg {
  position: relative;
  z-index: 1;
}
.skills-area-bg:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 650px;
  content: "";
  background: url(../images/bg/skill-bg-1.png) no-repeat center/cover;
  z-index: -1;
  height: 100%;
}
@media (max-width: 767px) {
  .skills-area-bg.pt-130 {
    padding-top: 0;
  }
}
.skill-content-box-one p {
  margin-bottom: 35px;
}
.skill-img {
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .skill-img.pr-25 {
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
  .skill-img.pr-25 {
    padding-right: 0px;
  }
}
.skill-img .law-icon {
  position: absolute;
  top: 95%;
  left: 80%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .skill-img .law-icon {
    display: none;
  }
}
.skill-img .law-icon:after, .skill-img .law-icon:before {
  position: absolute;
  content: "";
  border: 1px solid #fc7f2b;
  border-radius: 50%;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  animation: playanimate 1.5s linear infinite;
  opacity: 0;
  z-index: -1;
}
.skill-img .law-icon:after {
  animation-delay: 1s;
}
.skill-img .law-icon i {
  font-size: 70px;
  color: #fc7f2b;
}
.skill-list .single-skill {
  margin-bottom: 30px;
}
.skill-list .single-skill:last-child {
  margin-bottom: 0px;
}
.skill-list .single-skill .progress-title {
  margin-bottom: 15px;
}
.skill-list .single-skill .progress-title h5 {
  font-family: "Garamond", serif;
}
.skill-list .single-skill .progress-title h5 span {
  float: right;
}
.skill-list .single-skill .progress {
  height: 5px;
  border-radius: 0px;
  background-color: rgba(22, 37, 66, 0.1);
}
.skill-list .single-skill .progress .progress-bar {
  background-color: #fc7f2b;
}
.skills-padding-top-one {
  padding-top: 460px;
}
.skill-img-pl {
  padding-left: 125px;
}
@media (max-width: 767px) {
  .skill-img-pl {
    padding-left: 0px;
  }
}
/*---================
    Video css
================---*/
.intro-area-one {
  position: relative;
  z-index: 2;
}
.intro-wrapper-one {
  position: relative;
  padding: 280px 0;
  z-index: 1;
  margin-bottom: -330px;
}
.intro-wrapper-one:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(33, 30, 59, 0.85);
  z-index: -1;
}
.intro-wrapper-one .play-content .video-popup {
  position: relative;
  width: 85px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #fc7f2b;
  margin: auto;
}
.intro-wrapper-one .play-content .video-popup:after, .intro-wrapper-one .play-content .video-popup:before {
  position: absolute;
  content: "";
  background-color: rgba(255, 255, 255, 0.9);
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  animation: playanimate 1.5s linear infinite;
  opacity: 0;
  z-index: -1;
}
.intro-wrapper-one .play-content .video-popup:after {
  animation-delay: 1s;
}
@keyframes playanimate {
  0% {
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
  }
}
/*---================
    Gallery css
================---*/
.gallery-item-one:hover .gallery-img .gallery-overlay {
  visibility: visible;
  opacity: 1;
}
.gallery-item-one:hover .gallery-img .gallery-overlay .icon-btn {
  transform: translateY(0px);
}
.gallery-item-one .gallery-img {
  position: relative;
  overflow: hidden;
}
.gallery-item-one .gallery-img .gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(22, 37, 66, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  -moz-transition: 0.3s 0.3s ease-in-out;
  -o-transition: 0.3s 0.3s ease-in-out;
  -webkit-transition: 0.3s 0.3s ease-in-out;
  -ms-transition: 0.3s 0.3s ease-in-out;
  transition: 0.3s 0.3s ease-in-out;
}
.gallery-item-one .gallery-img .gallery-overlay .icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #fc7f2b;
  color: #ffffff;
  border-radius: 50%;
  transform: translateY(-20px);
  -moz-transition: 0.4s 0.3s ease-in-out;
  -o-transition: 0.4s 0.3s ease-in-out;
  -webkit-transition: 0.4s 0.3s ease-in-out;
  -ms-transition: 0.4s 0.3s ease-in-out;
  transition: 0.4s 0.3s ease-in-out;
}
.gallery-item-one .gallery-content {
  position: relative;
  padding: 20px 20px 25px;
  width: 85%;
  margin: auto;
  margin-top: -55px;
  background-color: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(22, 37, 66, 0.15);
}
/*---================
    FAQ css
================---*/
.faq-filter-nav .nav-tabs {
  border-bottom: none;
}
.faq-filter-nav .nav-link {
  position: relative;
  background-color: rgba(22, 37, 66, 0.07);
  border: none;
  margin-bottom: 0px;
  border-radius: 0px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 24px;
  font-weight: 700;
  font-family: "Garamond", serif;
  color: #003049;
  padding: 15px 50px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq-filter-nav .nav-link {
    padding: 15px 20px;
  }
}
.faq-filter-nav .nav-link:after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  content: "";
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #fc7f2b;
  visibility: hidden;
  opacity: 0;
  -moz-transition: 0.3s 0.3s ease-in-out;
  -o-transition: 0.3s 0.3s ease-in-out;
  -webkit-transition: 0.3s 0.3s ease-in-out;
  -ms-transition: 0.3s 0.3s ease-in-out;
  transition: 0.3s 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .faq-filter-nav .nav-link:after {
    display: none;
  }
}
.faq-filter-nav .nav-link.active {
  background-color: #fc7f2b;
  color: #ffffff;
}
.faq-filter-nav .nav-link.active:after {
  visibility: visible;
  opacity: 1;
}
.faq-accordian-one .card {
  border-radius: 0px;
  border: none;
}
.faq-accordian-one .card .card-header {
  padding: 0px;
  margin-bottom: 0px;
  border-bottom: none;
  background-color: transparent;
}
.faq-accordian-one .card .card-header a {
  padding: 18px 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 700;
  border: 1px solid #d9e0e4;
  font-family: "GalanoGrotesque", Helvetica, Arial, sans-serif;
  color: #003049;
  -moz-transition: 0.3s 0.3s ease-in-out;
  -o-transition: 0.3s 0.3s ease-in-out;
  -webkit-transition: 0.3s 0.3s ease-in-out;
  -ms-transition: 0.3s 0.3s ease-in-out;
  transition: 0.3s 0.3s ease-in-out;
}
@media (max-width: 400px) {
  .faq-accordian-one .card .card-header a {
    padding: 18px 15px;
  }
}
.faq-accordian-one .card .card-header a[aria-expanded]:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  min-width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9e0e4;
  -moz-transition: 0.4s 0.3s ease-in-out;
  -o-transition: 0.4s 0.3s ease-in-out;
  -webkit-transition: 0.4s 0.3s ease-in-out;
  -ms-transition: 0.4s 0.3s ease-in-out;
  transition: 0.4s 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .faq-accordian-one .card .card-header a[aria-expanded]:after {
    min-width: 40px;
    height: 40px;
  }
}
.faq-accordian-one .card .card-header a[aria-expanded=true] {
  background-color: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(22, 37, 66, 0.1);
  border-color: transparent;
}
.faq-accordian-one .card .card-header a[aria-expanded=true]::after {
  background-color: #fc7f2b;
  color: #ffffff;
  border-color: transparent;
  content: "";
  font-weight: 400;
}
.faq-accordian-one .card .card-body {
  padding: 30px 35px 0px;
}
.faq-accordian-one .card .card-body p {
  padding-bottom: 15px;
}
.faq-content-box h2 {
  margin-bottom: 10px;
}
.faq-content-box p {
  margin-bottom: 35px;
}
.faq-content-box form .form_group i {
  position: absolute;
  top: 19px;
  right: 30px;
}
@media (max-width: 767px) {
  .faq-content-box form .form_group .main-btn {
    margin-top: 20px;
  }
}
/*---================
    Newsletter css
================---*/
.newsletter-wrapper-one {
  position: relative;
  background-color: #003049;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .newsletter-wrapper-one {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.newsletter-wrapper-one .map {
  position: absolute;
  top: 0%;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.newsletter-wrapper-one .newsletter-form .form_control {
  background-color: transparent;
  border-bottom: 2px solid rgba(255, 255, 255, 0.07);
  font-weight: 500;
  font-size: 17px;
}
.newsletter-wrapper-one .newsletter-form .form_control::placeholder {
  color: #ffffff;
}
.newsletter-wrapper-one .newsletter-form .form_control:focus {
  border-color: #fc7f2b;
}
@media (max-width: 767px) {
  .newsletter-wrapper-one .newsletter-form .form_control {
    margin-bottom: 20px;
  }
}
.newsletter-wrapper-one .newsletter-form .main-btn:hover {
  color: #003049;
}
.newsletter-wrapper-one .newsletter-form .main-btn:before {
  background-color: #ffffff;
}
/*---================
    Sponsor css
================---*/
.sponsor-slider-one .slick-track {
  display: flex;
  align-items: center;
}
.sponsor-slider-one .single-sponsor {
  padding: 0 20px;
}
.sponsor-slider-one .single-sponsor img {
  margin: auto;
}
.lawgne-pagination ul li {
  display: inline-block;
  margin-right: 5px;
}
.lawgne-pagination ul li a {
  border: 2px solid rgba(22, 37, 66, 0.07);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-transition: 0.3s 0.3s ease-in-out;
  -o-transition: 0.3s 0.3s ease-in-out;
  -webkit-transition: 0.3s 0.3s ease-in-out;
  -ms-transition: 0.3s 0.3s ease-in-out;
  transition: 0.3s 0.3s ease-in-out;
}
.lawgne-pagination ul li a:hover {
  border-color: transparent;
  color: #ffffff;
}
.pl-70 {
  padding-left: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pl-70 {
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .pl-70 {
    padding-left: 0px;
  }
}
/*=========================
    9. Case css 
==========================*/
.case-img {
  position: relative;
}
.case-img img {
  width: 100%;
}
.case-arrows {
  display: flex;
  float: right;
}
@media (max-width: 767px) {
  .case-arrows {
    float: left;
  }
}
.case-arrows .slick-arrow {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(22, 37, 66, 0.07);
  color: #003049;
  cursor: pointer;
  z-index: 1;
  -moz-transition: 0.3s 0.3s ease-in-out;
  -o-transition: 0.3s 0.3s ease-in-out;
  -webkit-transition: 0.3s 0.3s ease-in-out;
  -ms-transition: 0.3s 0.3s ease-in-out;
  transition: 0.3s 0.3s ease-in-out;
}
.case-arrows .slick-arrow:hover {
  background-color: #003049;
  color: #ffffff;
}
.case-arrows .slick-arrow.next {
  margin-left: 10px;
}
.case-filter-nav .nav-tabs {
  border-bottom: none;
}
.case-filter-nav .nav-link {
  background-color: rgba(22, 37, 66, 0.07);
  border: none;
  margin-bottom: 0px;
  border-radius: 0px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 24px;
  font-weight: 700;
  font-family: "Garamond", serif;
  color: #003049;
  padding: 15px 55px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .case-filter-nav .nav-link {
    padding: 15px 25px;
  }
}
.case-filter-nav .nav-link.active {
  background-color: #003049;
  color: #ffffff;
}
.case-item-one:hover .case-img .case-overlay:before {
  visibility: visible;
  opacity: 1;
}
.case-item-one:hover .case-img .case-overlay:after {
  visibility: hidden;
  opacity: 0;
}
.case-item-one .case-img {
  overflow: hidden;
}
.case-item-one .case-img .case-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  padding: 30px 30px 25px;
  z-index: 1;
  -moz-transition: 0.2s 0.3s ease-in-out;
  -o-transition: 0.2s 0.3s ease-in-out;
  -webkit-transition: 0.2s 0.3s ease-in-out;
  -ms-transition: 0.2s 0.3s ease-in-out;
  transition: 0.2s 0.3s ease-in-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .case-item-one .case-img .case-overlay {
    padding: 30px 25px 25px;
  }
}
.case-item-one .case-img .case-overlay:after, .case-item-one .case-img .case-overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
}
.case-item-one .case-img .case-overlay:after {
  background: -moz-linear-gradient(0deg, rgba(22, 37, 66, 0.85098) 0%, rgba(33, 30, 59, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(22, 37, 66, 0.85098) 0%, rgba(33, 30, 59, 0) 100%);
  background: linear-gradient(0deg, rgba(22, 37, 66, 0.85098) 0%, rgba(33, 30, 59, 0) 100%);
  -moz-transition: 0.2s 0.3s ease-in-out;
  -o-transition: 0.2s 0.3s ease-in-out;
  -webkit-transition: 0.2s 0.3s ease-in-out;
  -ms-transition: 0.2s 0.3s ease-in-out;
  transition: 0.2s 0.3s ease-in-out;
}
.case-item-one .case-img .case-overlay:before {
  background: -moz-linear-gradient(0deg, #162542 0%, rgba(22, 37, 66, 0.55) 60%, rgba(22, 37, 66, 0.10196) 100%);
  background: -webkit-linear-gradient(0deg, #162542 0%, rgba(22, 37, 66, 0.55) 60%, rgba(22, 37, 66, 0.10196) 100%);
  background: linear-gradient(0deg, #162542 0%, rgba(22, 37, 66, 0.55) 60%, rgba(22, 37, 66, 0.10196) 100%);
  visibility: hidden;
  opacity: 0;
  -moz-transition: 0.3s 0.3s ease-in-out;
  -o-transition: 0.3s 0.3s ease-in-out;
  -webkit-transition: 0.3s 0.3s ease-in-out;
  -ms-transition: 0.3s 0.3s ease-in-out;
  transition: 0.3s 0.3s ease-in-out;
}
.case-item-one .case-content span.tag, .case-item-one .case-content h3.title {
  color: #ffffff;
}
.case-item-one .case-content h3.title {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 5px;
}
.case-item-two:hover .case-img .case-overlay:before {
  visibility: visible;
  opacity: 1;
}
.case-item-two:hover .case-img .case-overlay:after {
  visibility: hidden;
  opacity: 0;
}
.case-item-two:hover .case-img .case-overlay .icon-btn {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.case-item-two .case-img {
  overflow: hidden;
}
.case-item-two .case-img .case-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 30px 30px 25px;
  z-index: 1;
  -moz-transition: 0.2s 0.3s ease-in-out;
  -o-transition: 0.2s 0.3s ease-in-out;
  -webkit-transition: 0.2s 0.3s ease-in-out;
  -ms-transition: 0.2s 0.3s ease-in-out;
  transition: 0.2s 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .case-item-two .case-img .case-overlay {
    padding: 30px 15px 25px;
  }
}
.case-item-two .case-img .case-overlay:after, .case-item-two .case-img .case-overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
}
.case-item-two .case-img .case-overlay:after {
  background: -moz-linear-gradient(0deg, rgba(22, 37, 66, 0.85098) 0%, rgba(33, 30, 59, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(22, 37, 66, 0.85098) 0%, rgba(33, 30, 59, 0) 100%);
  background: linear-gradient(0deg, rgba(22, 37, 66, 0.85098) 0%, rgba(33, 30, 59, 0) 100%);
  -moz-transition: 0.2s 0.3s ease-in-out;
  -o-transition: 0.2s 0.3s ease-in-out;
  -webkit-transition: 0.2s 0.3s ease-in-out;
  -ms-transition: 0.2s 0.3s ease-in-out;
  transition: 0.2s 0.3s ease-in-out;
}
.case-item-two .case-img .case-overlay:before {
  background: -moz-linear-gradient(0deg, #162542 0%, rgba(22, 37, 66, 0.55) 60%, rgba(22, 37, 66, 0.10196) 100%);
  background: -webkit-linear-gradient(0deg, #162542 0%, rgba(22, 37, 66, 0.55) 60%, rgba(22, 37, 66, 0.10196) 100%);
  background: linear-gradient(0deg, #162542 0%, rgba(22, 37, 66, 0.55) 60%, rgba(22, 37, 66, 0.10196) 100%);
  visibility: hidden;
  opacity: 0;
  -moz-transition: 0.3s 0.3s ease-in-out;
  -o-transition: 0.3s 0.3s ease-in-out;
  -webkit-transition: 0.3s 0.3s ease-in-out;
  -ms-transition: 0.3s 0.3s ease-in-out;
  transition: 0.3s 0.3s ease-in-out;
}
.case-item-two .case-img .case-overlay .icon-btn {
  text-align: right;
  transform: translateY(10px);
  visibility: hidden;
  opacity: 0;
  -moz-transition: 0.3s 0.3s ease-in-out;
  -o-transition: 0.3s 0.3s ease-in-out;
  -webkit-transition: 0.3s 0.3s ease-in-out;
  -ms-transition: 0.3s 0.3s ease-in-out;
  transition: 0.3s 0.3s ease-in-out;
}
.case-item-two .case-img .case-overlay .icon-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #fc7f2b;
  color: #ffffff;
  margin-left: auto;
}
.case-item-two .case-img .case-overlay .case-content {
  text-align: center;
}
.case-item-two .case-img .case-overlay .case-content h3.title, .case-item-two .case-img .case-overlay .case-content span.tag {
  color: #ffffff;
}
.case-item-two .case-img .case-overlay .case-content h3.title {
  font-size: 24px;
  line-height: 35px;
}
.case-item-three {
  margin-bottom: 43px;
}
.case-item-three:hover .case-img .case-overlay {
  visibility: visible;
  opacity: 1;
}
.case-item-three:hover .case-img .case-overlay .icon-btn {
  transform: translateY(0px);
}
.case-item-three .case-img {
  overflow: hidden;
}
.case-item-three .case-img .case-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(22, 37, 66, 0.65);
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  -moz-transition: 0.3s 0.3s ease-in-out;
  -o-transition: 0.3s 0.3s ease-in-out;
  -webkit-transition: 0.3s 0.3s ease-in-out;
  -ms-transition: 0.3s 0.3s ease-in-out;
  transition: 0.3s 0.3s ease-in-out;
}
.case-item-three .case-img .case-overlay .icon-btn {
  transform: translateY(-20px);
  -moz-transition: 0.4s 0.3s ease-in-out;
  -o-transition: 0.4s 0.3s ease-in-out;
  -webkit-transition: 0.4s 0.3s ease-in-out;
  -ms-transition: 0.4s 0.3s ease-in-out;
  transition: 0.4s 0.3s ease-in-out;
}
.case-item-three .case-img .case-overlay .icon-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #fc7f2b;
  color: #ffffff;
}
.case-item-three .case-content {
  padding-top: 25px;
}
.case-item-three .case-content h3.title {
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .case-item-three .case-content h3.title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .case-item-three .case-content h3.title {
    font-size: 20px;
    line-height: 30px;
  }
}
.case-details-wrapper .case-img {
  margin-bottom: 42px;
}
.case-details-wrapper .case-content h3.title {
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .case-details-wrapper .case-content h3.title {
    font-size: 24px;
    line-height: 35px;
  }
}
.case-details-wrapper .case-content p {
  margin-bottom: 30px;
}
.case-details-wrapper .case-content .features-item-three .case-content p {
  margin-bottom: 0px;
}
.case-details-wrapper .case-content .content-img {
  margin-top: 30px;
  margin-bottom: 30px;
}
.case-details-wrapper .case-content ul.list li:before {
  display: inline-block;
  content: "";
  margin-right: 10px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  color: #fc7f2b;
}
.features-item-three {
  padding: 40px 40px 30px;
  position: relative;
  display: flex;
  align-items: flex-start;
  background-color: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(22, 37, 66, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-item-three {
    padding: 40px 20px 30px;
  }
}
@media (max-width: 767px) {
  .features-item-three {
    padding: 40px 20px 30px;
  }
}
.features-item-three:hover:after {
  right: -5px;
  bottom: -5px;
}
.features-item-three:after {
  position: absolute;
  bottom: 0px;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #fc7f2b;
  -moz-transition: 0.3s 0.3s ease-in-out;
  -o-transition: 0.3s 0.3s ease-in-out;
  -webkit-transition: 0.3s 0.3s ease-in-out;
  -ms-transition: 0.3s 0.3s ease-in-out;
  transition: 0.3s 0.3s ease-in-out;
}
.features-item-three .icon {
  margin-right: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-item-three .icon {
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .features-item-three .icon {
    margin-right: 15px;
  }
}
.features-item-three .icon i {
  font-size: 60px;
  color: #fc7f2b;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-item-three .content h4 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .features-item-three .content h4 {
    font-size: 22px;
  }
}
.features-item-three .content p {
  margin-bottom: 0px;
}
/*=========================
    10. Team css 
==========================*/
.team-item-one:hover .team-img .team-overlay {
  opacity: 1;
  visibility: visible;
}
.team-item-one:hover .team-img .team-overlay .team-social ul.social-link {
  transform: translateY(0px);
}
.team-item-one:hover .team-content {
  margin-top: -70px;
}
.team-item-one .team-img {
  position: relative;
  overflow: hidden;
}
.team-item-one .team-img img {
  width: 100%;
}
.team-item-one .team-img .team-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(22, 37, 66, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  -moz-transition: 0.3s 0.3s ease-in-out;
  -o-transition: 0.3s 0.3s ease-in-out;
  -webkit-transition: 0.3s 0.3s ease-in-out;
  -ms-transition: 0.3s 0.3s ease-in-out;
  transition: 0.3s 0.3s ease-in-out;
}
.team-item-one .team-img .team-overlay .team-social ul.social-link {
  transform: translateY(-10px);
  -moz-transition: 0.37s 0.3s ease-in-out;
  -o-transition: 0.37s 0.3s ease-in-out;
  -webkit-transition: 0.37s 0.3s ease-in-out;
  -ms-transition: 0.37s 0.3s ease-in-out;
  transition: 0.37s 0.3s ease-in-out;
}
.team-item-one .team-img .team-overlay .team-social ul.social-link li {
  margin-left: 2.5px;
  margin-right: 2.5px;
}
.team-item-one .team-img .team-overlay .team-social ul.social-link li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  background-color: #003049;
  -moz-transition: 0.4s 0.3s ease-in-out;
  -o-transition: 0.4s 0.3s ease-in-out;
  -webkit-transition: 0.4s 0.3s ease-in-out;
  -ms-transition: 0.4s 0.3s ease-in-out;
  transition: 0.4s 0.3s ease-in-out;
}
.team-item-one .team-img .team-overlay .team-social ul.social-link li a:hover {
  color: #ffffff;
}
.team-item-one .team-content {
  position: relative;
  padding: 25px 30px;
  background-color: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(22, 37, 66, 0.1);
  margin: auto;
  width: 90%;
  text-align: center;
  margin-top: -50px;
  -moz-transition: 0.3s 0.3s ease-in-out;
  -o-transition: 0.3s 0.3s ease-in-out;
  -webkit-transition: 0.3s 0.3s ease-in-out;
  -ms-transition: 0.3s 0.3s ease-in-out;
  transition: 0.3s 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-item-one .team-content {
    padding: 25px 10px;
  }
}
.team-item-one .team-content h3.title {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 3px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-item-one .team-content h3.title {
    font-size: 18px;
    line-height: 30px;
  }
}
.team-item-one .team-content span.position {
  font-size: 17px;
  font-weight: 500;
  color: #666666;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-item-one .team-content span.position {
    font-size: 15px;
    line-height: 26px;
  }
}
.team-item-one .team-content ul.social-link {
  margin-top: 15px;
}
.team-item-one .team-content ul.social-link li {
  margin-right: 5px;
}
.team-item-one .team-content ul.social-link li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #293750;
  color: #6f7e9c;
  font-size: 14px;
}
.team-item-one .team-content ul.social-link li a:hover {
  background-color: #fc7f2b;
  color: #ffffff;
}
.team-bg-wrapper {
  position: relative;
  z-index: 1;
}
.team-bg-wrapper:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(22, 37, 66, 0.9);
  z-index: -1;
}
.team-margin-wrapper {
  margin-left: 18.6%;
}
.team-content-box-white p {
  color: #ffffff;
  margin-bottom: 30px;
}
.team-content-box-white .main-btn.filled-btn {
  border-color: rgba(182, 141, 90, 0.1);
  color: #ffffff;
}
.team-content-box-white .main-btn.filled-btn:hover {
  color: #fc7f2b;
  border-color: transparent;
}
.team-content-box-white .main-btn.filled-btn:hover:before {
  background-color: #ffffff;
}
.team-details-section .team-img {
  padding-right: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-details-section .team-img {
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
  .team-details-section .team-img {
    padding-right: 0px;
  }
}
.team-details-section .team-content {
  padding-right: 170px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-details-section .team-content {
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
  .team-details-section .team-content {
    padding-right: 0px;
  }
}
.team-details-section .team-content h3.title {
  font-size: 35px;
}
.team-details-section .team-content span.position {
  display: block;
  margin-bottom: 17px;
  font-size: 18px;
  font-weight: 600;
}
.team-details-section .team-content p {
  margin-bottom: 30px;
}
.team-details-section .team-content .social-link {
  text-align: right;
}
@media (max-width: 767px) {
  .team-details-section .team-content .social-link {
    text-align: left;
    margin-top: 20px;
  }
}
.team-details-section .team-content .social-link li {
  margin-left: 5px;
  margin-bottom: 10px;
}
.team-details-section .team-content .social-link li a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6f7e9c;
  font-size: 14px;
  background-color: rgba(41, 55, 80, 0.1);
}
.team-details-section .team-content .social-link li a:hover {
  color: #ffffff;
}
