/*---------------------------
	Fonts
----------------------------*/
@import "font-family-1.css";

/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/
html {
  font-size: 15px;
}

body {
  font-family: "Open Sans", sans-serif;
  background-color: #fff;
  font-size: 15px;
  font-size: 1rem;
  color: #687187;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

p {
  color: #010412;
  line-height: 1.7em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Barlow Condensed", sans-serif;
  color: #2d3a78;
  font-weight: bold;
}

ul {
  padding-left: 0;
  margin: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  text-decoration: none;
}

/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/
.page-wrapper {
  position: relative;
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

.section-padding {
  padding: 10px 0;
}

@media (max-width: 991px) {
  .section-padding {
    padding: 25px 0;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 10px 0;
  }
}

.p-t-0 {
  padding-top: 0;
}

.p-b-0 {
  padding-bottom: 0;
}

.p-t-80 {
  padding-top: 80px;
}

@media (max-width: 991px) {
  .p-t-80 {
    padding-top: 65px;
  }
}

@media (max-width: 767px) {
  .p-t-80 {
    padding-top: 0;
  }
}

img {
  max-width: 100%;
}


/*** contact form error handling ***/
.contact-validation-active .error-handling-messages {
  width: 100% !important;
  margin-top: 15px !important;
}

.contact-validation-active label.error {
  color: red;
  font-size: 0.93333rem;
  font-weight: normal;
  margin: 5px 0 0 0;
  text-align: left;
  display: block;
}

.contact-validation-active #loader {
  display: none;
  margin-top: 10px;
}

.contact-validation-active #loader i {
  font-size: 30px;
  font-size: 2rem;
  color: #ff5e14;
  display: inline-block;
  -webkit-animation: rotating linear 2s infinite;
  animation: rotating linear 2s infinite;
}

.contact-validation-active #success,
.contact-validation-active #error {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}

@media (max-width: 767px) {

  .contact-validation-active #success,
  .contact-validation-active #error {
    font-size: 15px;
  }
}

.contact-validation-active #success {
  background-color: #009a00;
  border-left: 5px solid green;
  margin-bottom: 5px;
}

.contact-validation-active #error {
  background-color: #ff1a1a;
  border-left: 5px solid red;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 5s alternate infinite;
  animation: rotating 5s alternate infinite;
}

/** for popup image ***/
.mfp-wrap {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*** for fancybox video ***/
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999 !important;
}

.fancybox-wrap {
  z-index: 99999 !important;
}

.section-title,
.section-title-s2,
.section-title-s3,
.section-title-s4 {
  margin-bottom: 5px;
}

.services-section-s2 .section-title-s4 {
  margin-bottom: 27px;
  margin-top: 17px;
}

.section-title>span,
.section-title-s2>span,
.section-title-s3>span,
.section-title-s4>span {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  font-size: 1rem;
  font-weight: 500;
  color: #2d3a78;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  margin-top: -0.3em;
}

@media (max-width: 767px) {

  .section-title,
  .section-title-s2,
  .section-title-s3,
  .section-title-s4 {
    margin-bottom: 40px;
  }
}

.section-title h2,
.section-title-s2 h2,
.section-title-s3 h2,
.section-title-s4 h2 {
  font-size: 40px;
  font-weight: bold;
  margin: 0.2em 0 0;
  padding-bottom: 0.5em;
  position: relative;
}

@media (max-width: 991px) {

  .section-title h2,
  .section-title-s2 h2,
  .section-title-s3 h2,
  .section-title-s4 h2 {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

@media (max-width: 767px) {

  .section-title h2,
  .section-title-s2 h2,
  .section-title-s3 h2,
  .section-title-s4 h2 {
    font-size: 30px;
    font-size: 2rem;
  }
}

.section-title h2:before,
.section-title-s2 h2:before,
.section-title-s3 h2:before,
.section-title-s4 h2:before {
  content: "";
  background: #c71e22;
  width: 60px;
  height: 4px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.section-title h2:after,
.section-title-s2 h2:after,
.section-title-s3 h2:after,
.section-title-s4 h2:after {
  content: "";
  background: #c71e22;
  width: 15px;
  height: 4px;
  border-radius: 5px;
  position: absolute;
  left: 65px;
  bottom: 0;
}

.section-title h2 span,
.section-title-s2 h2 span,
.section-title-s3 h2 span,
.section-title-s4 h2 span {
  font-weight: 300;
  display: block;
}

.section-title-s2,
.section-title-s3,
.section-title-s4 {
  text-align: center;
}

.section-title-s2 h2,
.section-title-s3 h2,
.section-title-s4 h2 {
  color: #fff;
}

.section-title-s2 h2:before,
.section-title-s3 h2:before,
.section-title-s4 h2:before {
  left: calc(50% - 30px);
}

.section-title-s2 h2:after,
.section-title-s3 h2:after,
.section-title-s4 h2:after {
  left: calc(50% + 33px);
}

.section-title-s3 h2 {
  color: #2d3a78;
}

.section-title-s4 h2 {
  color: #01030a;
  font-size: 37px;
}

.theme-btn,
.theme-btn-s2,
.submit-btn {
  background-color: #1073c7;
  /*font-size: 12px;*/
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  padding: 15px 45px 15px 25px;
  border: 0;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -o-border-radius: 60px;
  -ms-border-radius: 60px;
  border-radius: 60px;
  text-transform: uppercase;
  position: relative;
}

.theme-btn:before,
.theme-btn-s2:before,
.submit-btn:before {
  font-family: "themify";
  content: "\e649";
  font-size: 12px;
  font-size: 0.8rem;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}

@media (max-width: 991px) {

  .theme-btn:before,
  .theme-btn-s2:before,
  .submit-btn:before {
    display: none;
  }
}

.theme-btn:after,
.theme-btn-s2:after,
.submit-btn:after {
  content: "";
  background: #ff7070;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 35px;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {

  .theme-btn:after,
  .theme-btn-s2:after,
  .submit-btn:after {
    display: none;
  }
}

.theme-btn:hover,
.theme-btn-s2:hover,
.submit-btn:hover,
.theme-btn:focus,
.theme-btn-s2:focus,
.submit-btn:focus,
.theme-btn:active,
.theme-btn-s2:active,
.submit-btn:active {
  background-color: #fa4f00;
  color: #fff;
}

@media (max-width: 991px) {

  .theme-btn,
  .theme-btn-s2,
  .submit-btn {
    font-size: 14px;
    font-size: 0.93333rem;
    padding: 12px 20px;
  }
}

@media (max-width: 767px) {

  .theme-btn,
  .theme-btn-s2,
  .submit-btn {
    padding: 12px 15px;
    font-size: 13px;
  }
}

.theme-btn-s2 {
  background-color: #fff;
  color: #151222;
}

.theme-btn-s2:after {
  background: #f3eded;
}

.theme-btn-s2:hover:after {
  background: #ff7070;
}

.submit-btn {
  width: 100%;
}

.form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #595959;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: #ff5e14;
  -webkit-box-shadow: 0 0 5px 0 #ff8147;
  -moz-box-shadow: 0 0 5px 0 #ff8147;
  -o-box-shadow: 0 0 5px 0 #ff8147;
  -ms-box-shadow: 0 0 5px 0 #ff8147;
  box-shadow: 0 0 5px 0 #ff8147;
}

.form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form select {
  font-style: italic;
  background: url(../images/select-icon.html) no-repeat right center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form select::-ms-expand {
  /* for IE 11 */
  display: none;
}

/******************************
	#page title
******************************/
/* .page-title {
  background: url("../images/banners/balcony.webp") center center/cover no-repeat local;
  width: 100%;
  height: 326px;
  position: relative;
} */

.page-title {
  position: relative;
  text-align: center;
  height: 326px;
  overflow: hidden;
}

.page-title-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

@media (max-width: 991px) {
  .page-title {
    height: 300px;
  }
}

.page-title:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.page-title .container {
  height: 100%;
  display: table;
}

@media screen and (min-width: 992px) {
  .page-title .container {
    padding-top: 100px;
  }
}

.page-title .container>.row {
  vertical-align: middle;
  display: table-cell;
}

.page-title h2 {
  font-size: 50px;
  font-size: 3.33333rem;
  color: #fff;
  margin: 0 0 0.30em;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .page-title h2 {
    font-size: 45px;
    font-size: 3rem;
  }
}

@media (max-width: 767px) {
  .page-title h2 {
    font-size: 40px;
    font-size: 2.66667rem;
  }
}

.page-title .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .page-title .breadcrumb {
    text-align: center;
  }
}

.page-title .breadcrumb li {
  font-size: 16px;
  font-size: 1.06667rem;
  color: #fff;
  margin-right: 5px;
  position: relative;
}

@media (max-width: 767px) {
  .page-title .breadcrumb li {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}


.page-title .breadcrumb li a:hover {
  color: white;
}

.page-title .breadcrumb>li+li {
  margin-left: 20px;
  padding-left: 15px;
}

.page-title .breadcrumb>li+li:before {
  /* font-family: Flaticon;
  content: "\f103";*/
  padding: 0;
  position: absolute;
  left: -14px;
  top: 1px;
  color: #c71e22;
}

.navbar-header img {
  height: 100%;
  width: 100%;
}


/*--------------------------------------
	service single sidebar
----------------------------------------*/
/*** service-list-widget ***/
/*** download-widget ***/
/*** contact-widget ***/
/*** service-features-widget ***/

@media (max-width: 991px) {
  .service-sidebar {
    max-width: 300px;
    margin-top: 80px;
  }
}

.service-sidebar>.widget+.widget {
  margin-top: 60px;
}

.service-sidebar .service-list-widget ul {
  font-family: "Barlow Condensed", sans-serif;
  list-style: none;
  border-bottom: 0;
  border: 4px solid #f1f5f7;
}

.service-sidebar .service-list-widget ul li {
  border-bottom: 1px solid #f1f5f7;
}

.service-sidebar .service-list-widget a {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-size: 1.06667rem;
  background: #fff;
  font-weight: 500;
  display: block;
  color: #0a172b;
  padding: 15px 24px;
  position: relative;
}

.service-sidebar .service-list-widget a:before {
  content: "";
  background: #2d3a78;
  width: 4px;
  height: 100%;
  position: absolute;
  left: -4px;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.service-sidebar .service-list-widget a:hover,
.service-sidebar .service-list-widget .current a {
  color: #2d3a78;
}

.service-sidebar .service-list-widget a:hover:before,
.service-sidebar .service-list-widget .current a:before {
  opacity: 1;
}

.service-sidebar .download-widget ul {
  list-style: none;
}

.service-sidebar .download-widget ul>li+li {
  margin-top: 5px;
}

.service-sidebar .download-widget ul a {
  background: #ff5e14;
  color: #fff;
  padding: 18px 25px;
  font-weight: 500;
  display: block;
}

.service-sidebar .download-widget ul i {
  display: inline-block;
  padding-right: 10px;
  color: #fff;
}

.service-sidebar .download-widget ul a:hover {
  background: #e04700;
}

.service-sidebar .contact-widget {
  padding: 45px 40px;
  position: relative;
  text-align: center;
}

.service-sidebar .contact-widget:before {
  content: "";
  background: #ff5e14;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.9;
}

.service-sidebar .contact-widget>div {
  position: relative;
  z-index: 1;
}

.service-sidebar .contact-widget h5 {
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 500;
  color: #fff;
  margin: 1em 0;
  text-transform: capitalize;
}

.service-sidebar .contact-widget h5 span {
  font-size: 36px;
  font-size: 2.4rem;
  font-weight: bold;
  display: block;
  margin-top: 0.3em;
}

.service-sidebar .contact-widget a {
  font-family: "Barlow Condensed", sans-serif;
  background-color: #fff;
  font-size: 14px;
  font-size: 0.93333rem;
  font-weight: 500;
  color: #687187;
  padding: 10px 15px;
  display: inline-block;
  margin-top: 25px;
  border-radius: 0;
}

.service-sidebar .contact-widget a:hover {
  color: #ff5e14;
}

.service-sidebar .service-features-widget {
  padding: 45px 30px;
  position: relative;
  border: 2px solid #f7f7f7;
}

.service-sidebar .service-features-widget:before {
  font-family: "Themify";
  content: "\e61f";
  font-size: 25px;
  font-size: 1.66667rem;
  color: #ff5e14;
  position: absolute;
  right: 30px;
  top: 40px;
  opacity: 0.5;
}

.service-sidebar .service-features-widget h3 {
  font-size: 18px;
  font-size: 1.2rem;
  margin: 0 0 0.8em;
  text-transform: capitalize;
}

.service-sidebar .service-features-widget ol {
  list-style-position: inside;
  padding-left: 0;
  margin: 0;
}

.service-sidebar .service-features-widget ol>li+li {
  margin-top: 8px;
}

/*--------------------------------------------------------------
#0.3	header
--------------------------------------------------------------*/
/* navigation open and close btn hide for width screen */
/* style for navigation less than 992px */
/*navbar collaps less then 992px*/

.site-header .navigation {
  background-color: #fff;
  margin-bottom: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.site-header .navigation>.container {
  position: relative;
}

.site-header #navbar {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "Barlow Condensed", sans-serif;
  /*** mega-menu style ***/
}

.site-header #navbar ul {
  list-style: none;
}

.site-header #navbar>ul li a:hover,
.site-header #navbar>ul li a:focus {
  text-decoration: none;
  color: #c71e21;
}

@media screen and (min-width: 992px) {


  .site-header #navbar li {
    position: relative;
  }

  .site-header #navbar>ul>li>a {
    font-size: 14px;
    font-size: 0.93333rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #102380;
    padding: 40px 20px;
  }

  .site-header #navbar>ul .sub-menu {
    background-color: #fff;
    width: 220px;
    text-align: left;
    padding: 10px 25px;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    text-transform: capitalize;
  }

  .site-header #navbar>ul>.menu-item-has-children>a:before {
    font-family: "themify";
    /*content: "\e64b";*/
    font-size: 8px;
    font-size: 0.53333rem;
    position: absolute;
    right: 6px;
    top: 41%;
  }

  .site-header #navbar>ul>li .sub-menu li {
    border-bottom: 1px solid #f2f2f2;
  }

  .site-header #navbar>ul>li .sub-menu li:last-child {
    border-bottom: 0;
  }

  .site-header #navbar>ul>li .sub-menu a {
    display: block;
    padding: 10px 0;
    color: #151222;
    font-size: 16px;
    font-size: 1.06667rem;
  }

  .site-header #navbar>ul>li>.sub-menu .sub-menu {
    left: 112%;
    top: 0;
  }

  .site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a {
    position: relative;
  }

  .site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.73333rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .site-header #navbar>ul>li:hover>.sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }

  .site-header #navbar .sub-menu>li:hover>.sub-menu {
    left: 114%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .site-header #navbar>ul>li a {
    display: block;
    font-size: 14px;
    font-size: 0.93333rem;
  }

  .site-header #navbar>ul>li .sub-menu li {
    border-bottom: 1px solid #e6e6e6;
  }

  .site-header #navbar>ul .sub-menu>li:last-child {
    border-bottom: 0;
  }

  .site-header #navbar>ul>li>.sub-menu a {
    padding: 8px 15px 8px 45px;
  }

  .site-header #navbar>ul>li>.sub-menu .sub-menu a {
    padding: 8px 15px 8px 65px;
  }

  .site-header #navbar>ul .menu-item-has-children>a {
    position: relative;
  }

  .site-header #navbar>ul .menu-item-has-children>a:before {
    font-family: 'FontAwesome';
    content: "\f107";
    font-size: 11px;
    font-size: 0.73333rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .fa-regular.fa-xmark::before {
    content: "\f00d";
    font-family: 'FontAwesome';
  }
}

@media screen and (min-width: 992px) {


  .site-header #navbar .has-mega-menu {
    position: static;
  }

  .site-header #navbar .mega-menu,
  .site-header #navbar .half-mega-menu {
    background-color: #fff;
    padding: 20px;
    border-top: 2px solid #ff5e14;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }

  .site-header #navbar .mega-menu {
    width: 1140px;
    right: 15px;
  }

  .site-header #navbar .half-mega-menu {
    width: 585px;
  }

  .site-header #navbar .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.93333rem;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #e6e6e6;
  }

  .site-header #navbar .mega-menu-list-holder li a {
    font-size: 14px;
    font-size: 0.93333rem;
    display: block;
    padding: 7px 8px;
    margin-left: -8px;
  }

  .site-header #navbar .has-mega-menu:hover>ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 1199px) {
  .site-header #navbar>ul .mega-menu {
    width: 950px;
    right: 15px;
  }

  .site-header #navbar>ul .half-mega-menu {
    width: 485px;
  }
}

@media (max-width: 991px) {

  .site-header #navbar>ul .mega-menu,
  .site-header #navbar>ul .half-mega-menu {
    width: auto;
  }

  .site-header #navbar>ul .mega-menu .row,
  .site-header #navbar>ul .half-mega-menu .row {
    margin: 0;
  }

  .site-header #navbar .mega-menu-content>.row>.col {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar .mega-menu .mega-menu-list-holder a {
    padding: 5px 15px 5px 40px;
  }

  .site-header #navbar .mega-menu .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.93333rem;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px dotted #b3b3b3;
    padding: 0 0 4px 5px;
    margin: 0 25px 8px 25px;
  }
}

@media screen and (min-width: 992px) {
  .site-header .navbar-header .open-btn {
    display: none;
  }

  .site-header #navbar .close-navbar {
    display: none;
  }
}

@media (max-width: 991px) {
  /* class for show hide navigation */

  .site-header .container {
    width: 100%;
  }

  .site-header .navbar-header button {
    background-color: #c71e22;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    outline: 0;
    position: absolute;
    right: 15px;
    top: 6px;
    z-index: 20;
  }

  .site-header .navbar-header button span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }

  .site-header .navbar-header button span:last-child {
    margin: 0;
  }

  .site-header #navbar {
    background: #fff;
    display: block !important;
    width: 280px;
    height: 100% !important;
    margin: 0;
    padding: 0;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    position: fixed;
    right: -330px;
    top: 0;
    z-index: 100;
  }

  .site-header #navbar ul a {
    color: #000;
  }

  .site-header #navbar ul a:hover,
  .site-header #navbar ul li.current a {
    color: #ff5e14;
  }

  .site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
  }

  .site-header #navbar .close-navbar {
    background-color: #fff;
    width: 40px;
    height: 40px;
    color: #000;
    border: 0;
    outline: none;
    position: absolute;
    left: -41px;
    top: 90px;
    z-index: 20;
  }

  .site-header #navbar .close-navbar .ti-close {
    position: relative;
    top: 1px;
  }

  .site-header #navbar>ul>li {
    border-bottom: 1px solid #f2f2f2;
  }

  .site-header #navbar>ul>li>a {
    padding: 10px 15px 10px 35px;
  }

  .site-header .slideInn {
    right: 0 !important;
  }
}

@media (max-width: 767px) {
  .site-header .navbar-header .navbar-brand {
    font-size: 24px;
  }

  .site-header #navbar .navbar-nav {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .site-header .navbar-collapse.collapse {
    display: none;
  }

  .site-header .navbar-collapse.collapse.in {
    display: block;
  }

  .site-header .navbar-header .collapse,
  .site-header .navbar-toggle {
    display: block;
  }

  .site-header .navbar-header {
    float: none;
  }

  .site-header .navbar-right {
    float: none;
  }

  .site-header .navbar-nav {
    float: none;
  }

  .site-header .navbar-nav>li {
    float: none;
  }
}

@media (max-width: 991px) {
  .page-wrapper {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }

  .body-overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
}

/*--------------------------------------------
	#header-style-1
---------------------------------------------*/
.header-style-1,
.header-style-2 {
  /*** topbar ***/
  /*** navigation ***/
  /*** search-contact ***/
}

.header-style-1 .container-fluid,
.header-style-2 .container-fluid {
  padding: 0 45px;
}

@media (max-width: 991px) {

  .header-style-1 .container-fluid,
  .header-style-2 .container-fluid {
    padding: 0 15px;
  }
}

.header-style-1 ul,
.header-style-2 ul {
  list-style-type: none;
  text-align: left;
}

.header-style-1 .topbar,
.header-style-2 .topbar {
  background-color: #c71e22;
}

.header-style-1 .topbar,
.header-style-2 .topbar a {
  color: #e6e6e6;
}

.contact-info a {
  color: #e6e6e6;
}

.header-style-1 .topbar ul li,
.header-style-2 .topbar ul li {
  float: left;
  font-size: 14px;
  font-size: 0.93333rem;
}

@media (max-width: 767px) {

  .header-style-1 .topbar ul li,
  .header-style-2 .topbar ul li {
    float: none;
  }
}

@media (max-width: 991px) {

  .header-style-1 .topbar,
  .header-style-2 .topbar {
    display: none;
    font-size: 14px;
    font-size: 0.93333rem;
    text-align: center;
    padding: 5px 0;
  }
}

@media (max-width: 767px) {

  .header-style-1 .topbar,
  .header-style-2 .topbar {
    text-align: center;
    padding: 15px 0 10px;
  }
}

@media (max-width: 991px) {

  .header-style-1 .contact-info ul,
  .header-style-2 .contact-info ul {
    display: inline-block;
  }
}

.header-style-1 .contact-info ul li,
.header-style-2 .contact-info ul li {
  padding-top: 10px;
  padding-bottom: 8px;
}

@media (max-width: 991px) {

  .header-style-1 .contact-info ul li,
  .header-style-2 .contact-info ul li {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.header-style-1 .contact-info ul li i,
.header-style-2 .contact-info ul li i {
  display: inline-block;
  padding-right: 5px;
  color: #e2dedc;
}

.header-style-1 .contact-info ul>li+li,
.header-style-2 .contact-info ul>li+li {
  margin-left: 20px;
  padding-left: 12px;
  border-left: 1px solid #ececec;

}

@media (max-width: 767px) {

  .header-style-1 .contact-info ul>li+li,
  .header-style-2 .contact-info ul>li+li {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
}

.header-style-1 .contact-info ul>li:nth-child(2) i,
.header-style-2 .contact-info ul>li:nth-child(2) i {
  position: relative;
  /*top: 2px;*/
}

.header-style-1 .social,
.header-style-2 .social {
  float: right;
}

@media (max-width: 991px) {

  .header-style-1 .social,
  .header-style-2 .social {
    display: none;
  }
}

.header-style-1 .social i,
.header-style-2 .social i {
  font-size: 14px;
}

.header-style-1 .social a,
.header-style-2 .social a {
  font-size: 13px;
  font-size: 0.86667rem;
  /*color: #687187;*/
}

.header-style-1 .social a:hover,
.header-style-2 .social a:hover {
  color: #2d3a78;
}

@media (max-width: 991px) {

  .header-style-1 .social,
  .header-style-2 .social {
    float: none;
    text-align: center;
  }

  .header-style-1 .social ul,
  .header-style-2 .social ul {
    display: inline-block;
    border: 1px solid #ececec;
    margin-top: 15px;
  }

  .header-style-1 .social ul li,
  .header-style-2 .social ul li {
    float: left;
  }
}


@media (max-width: 991px) {

  .header-style-1 .navbar-brand,
  .header-style-2 .navbar-brand {
    padding-left: 0;
    padding-top: 0;
    margin: 0;
    position: relative;
    top: 7px;
  }
}

.header-style-1 .navbar-brand img,
.header-style-2 .navbar-brand img {
  /* max-width: 342px; */
  height: 100%;
  width: 100%;
  aspect-ratio: 25 / 3;
}

@media screen and (min-width: 992px) {

  .header-style-1 #navbar,
  .header-style-2 #navbar {
    width: calc(100% - -101px);
    margin: 0 auto;
    float: none !important;
    text-align: center;
    max-height: 100px;
  }

  .header-style-1 .navbar-nav,
  .header-style-2 .navbar-nav {
    float: none;
    display: inline-block;
  }

  .header-style-1 .navigation,
  .header-style-2 .navigation {
    background-color: rgb(249 247 242 / 77%);
    width: 100%;
    position: absolute;
    left: 0;
    top: 39px;
    z-index: 100;
  }

  .header-style-1 #navbar>ul>li>a,
  .header-style-2 #navbar>ul>li>a {
    font-size: 14px;
    font-size: 0.93333rem;
    padding: 29px 15px;
  }
}

@media screen and (min-width: 1200px) {

  .header-style-1 #navbar>ul>li>a,
  .header-style-2 #navbar>ul>li>a {
    font-size: 16px;
    font-size: 22px;

    /* padding: 40px 24px;*/
  }
}

@media (max-width: 991px) {

  .header-style-1 .navigation,
  .header-style-2 .navigation {
    background: #f5f0f0;
    padding: 15px;
  }

  .header-style-1 .navbar-header button,
  .header-style-2 .navbar-header button {
    top: 6px;
  }
}

.header-style-1 .header-search-form-wrapper,
.header-style-2 .header-search-form-wrapper {
  margin-top: 5px;
}

@media (max-width: 991px) {

  .header-style-1 .header-search-form-wrapper,
  .header-style-2 .header-search-form-wrapper {
    margin-top: 0;
    position: relative;
    top: -15px;
  }
}

.header-style-1 .search-contact,
.header-style-2 .search-contact {
  position: absolute;
  right: 15px;
  top: 25px;
  z-index: 10;
}

@media (max-width: 991px) {

  .header-style-1 .search-contact,
  .header-style-2 .search-contact {
    right: 70px;
    top: 19px;
  }
}

@media (max-width: 450px) {

  .header-style-1 .search-contact,
  .header-style-2 .search-contact {
    display: none;
  }
}

.header-style-1 .search-contact button,
.header-style-2 .search-contact button {
  background: transparent;
  padding: 0;
  border: 0;
  outline: 0;
}

.header-style-1 .search-contact .fi,
.header-style-2 .search-contact .fi {
  font-size: 30px;
  font-size: 2rem;
  color: #fff;
}

.header-style-1 .search-contact>div,
.header-style-2 .search-contact>div {
  float: left;
  position: relative;
}

.header-style-1 .search-contact>div+div,
.header-style-2 .search-contact>div+div {
  margin-left: 12px;
}

.header-style-1 .search-contact .header-search-form,
.header-style-2 .search-contact .header-search-form {
  position: absolute;
  width: 250px;
  right: 0;
  top: 70px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: -2px 18px 40px -9px #999999;
  box-shadow: -2px 18px 40px -9px #999999;
}

@media (max-width: 991px) {

  .header-style-1 .search-contact .header-search-form,
  .header-style-2 .search-contact .header-search-form {
    top: 55px;
  }
}

@media (max-width: 991px) {

  .header-style-1 .search-contact .header-search-form,
  .header-style-2 .search-contact .header-search-form {
    top: 61px;
    right: 15px;
  }
}

.header-style-1 .search-contact .header-search-form-wrapper .fi:before,
.header-style-2 .search-contact .header-search-form-wrapper .fi:before {
  font-size: 22px;
  font-size: 1.46667rem;
}

.header-style-1 .search-contact form div,
.header-style-2 .search-contact form div {
  position: relative;
}

.header-style-1 .search-contact form div button,
.header-style-2 .search-contact form div button {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-style-1 .search-contact input,
.header-style-2 .search-contact input {
  width: 100%;
  height: 50px;
  padding: 6px 20px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-style-1 .search-contact .header-search-content-toggle,
.header-style-2 .search-contact .header-search-content-toggle {
  opacity: 1;
  visibility: visible;
  right: 0;
}

.header-style-1 .search-contact .search-toggle-btn,
.header-style-2 .search-contact .search-toggle-btn {
  background: rgba(255, 255, 255, 0.1);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}

@media (max-width: 991px) {

  .header-style-1 .search-contact .search-toggle-btn i,
  .header-style-2 .search-contact .search-toggle-btn i {
    position: relative;
    top: 1px;
  }
}

@media (max-width: 991px) {

  .header-style-1 .contact-btn,
  .header-style-2 .contact-btn {
    display: none;
  }
}

/*--------------------------------------------------------------
#0.4	hero slider
--------------------------------------------------------------*/
.hero-slider {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  /* aspect-ratio: 16 / 9;
  contain: layout paint; */
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

@supports (aspect-ratio: 16 / 9) {
  .hero-slider {
    aspect-ratio: 16 / 9;
    min-height: unset;
  }
}


.hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  /* background-size: cover; */
  aspect-ratio: 2.82 / 1;
}


.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: rgba(255, 255, 255, 0.1);
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
  text-align: center;
  border-radius: 60px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {

  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev:hover,
.hero-slider .swiper-button-next:hover {
  background: white;
}

.hero-slider .swiper-button-prev:hover:before,
.hero-slider .swiper-button-next:hover:before {
  color: #687187;
}

.hero-slider .swiper-button-prev {
  left: 25px;
}

.hero-slider .swiper-button-prev:before {
  font-family: "themify";
  content: "\e629";
  font-size: 20px;
  color: #fff;
  display: none;
}

.hero-slider .swiper-button-next {
  right: 25px;
}

.hero-slider .swiper-button-next:before {
  font-family: "themify";
  content: "\e628";
  font-size: 20px;
  color: #fff;
  display: none;
}

.hero-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  text-align: center;
  line-height: 10px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  display: none;
}

.hero-slider .swiper-pagination-bullet-active {
  color: #fff;
  background: #ff5e14;
}

.hero-slider .slide-subtitle span {
  font-family: sans-serif !important;
  /* background-color: #e8e8e8; */
  display: inline-block;
  font-size: 10px;
  font-size: 19px;
  font-weight: 600;
  /* color: #687187; */
  padding: 8px 15px;
  letter-spacing: 5px;
  text-transform: uppercase;
  background-color: #e8e8e8;
  color: #1f2937;
}

@media (max-width: 767px) {
  .hero-slider .slide-subtitle span {
    padding: 5px 12px;
    letter-spacing: 2px;
  }
}

@media (max-width: 991px) {
  .hero-slider .slide-subtitle {
    text-align: center;
  }
}

.hero-slider .slide-title {
  max-width: 600px;
}

@media (max-width: 991px) {
  .hero-slider .slide-title {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
  }
}

.hero-slider .slide-title h2 {
  /*font-size: 80px;*/
  font-family: sans-serif !important;
  font-size: 40px;
  color: #fff;
  margin: 0.57em 0;
  text-shadow: #484343 1px 0 10px;
}

.hero-slider .slide-title h2 span {
  font-weight: 300;
}

@media (max-width: 991px) {
  .hero-slider .slide-title h2 {
    font-size: 50px;
    font-size: 3.33333rem;
  }
}

@media (max-width: 767px) {
  .hero-slider .slide-title h2 {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

.hero-slider .slide-text {
  max-width: 560px;
}

@media (max-width: 991px) {
  .hero-slider .slide-text {
    margin: 0 auto;
    text-align: center;
  }
}

.hero-slider .slide-text p {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  margin: 0 0 2em;
}

@media (max-width: 767px) {
  .hero-slider .slide-text p {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.hero-slider .slide-btns>a:first-child {
  margin-right: 15px;
}

@media (max-width: 991px) {
  .hero-slider .slide-btns {
    margin: 0 auto;
    text-align: center;
  }
}

/*-------------------------------------
	#hero-style-1
-------------------------------------*/
/*.hero-style-1, .hero-style-2, .hero-style-3 {
  height: 890px;
}*/

@media (max-width: 991px) {

  .hero-style-1,
  .hero-style-2,
  .hero-style-3 {
    height: 600px;
  }
}

@media (max-width: 767px) {

  .hero-style-1,
  .hero-style-2,
  .hero-style-3 {
    height: 500px;
  }
}

@media screen and (min-width: 992px) {

  .hero-style-1 .slide-inner .container,
  .hero-style-2 .slide-inner .container,
  .hero-style-3 .slide-inner .container {
    padding-top: 20px;
  }
}

/*--------------------------------------------------------------
#0.5	footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #020d26;
  position: relative;
  font-size: 15px;
  overflow: hidden;
  /*** about-widget ***/
  /*** link-widget ***/
  /*** contact-widget ***/
  /*** newsletter-widget ***/
  /*** lower-footer ***/
}

.site-footer ul {
  list-style: none;
}

.site-footer p,
.site-footer li {
  color: #c2c4c8;
}

.site-footer .upper-footer {
  padding: 39px 0;
}

@media (max-width: 991px) {
  .site-footer .upper-footer {
    padding: 90px 0 20px;
  }
}

@media (max-width: 767px) {
  .site-footer .upper-footer {
    padding: 80px 0 10px;
  }
}

@media (max-width: 991px) {
  .site-footer .upper-footer .col {
    min-height: 235px;
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .site-footer .upper-footer .col {
    min-height: auto;
    margin-bottom: 60px;
  }
}

.site-footer .widget-title {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .site-footer .widget-title {
    margin-bottom: 20px;
  }
}

.site-footer .widget-title h3 {
  font-size: 22px;
  font-size: 1.46667rem;
  font-weight: 500;
  color: #fff;
  margin: 0;
  padding-bottom: 0.8em;
  text-transform: uppercase;
  position: relative;
}

@media (max-width: 991px) {
  .site-footer .widget-title h3 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.site-footer .widget-title h3:before {
  content: "";
  background: #c71e22;
  width: 60px;
  height: 4px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.site-footer .widget-title h3:after {
  content: "";
  background: #c71e22;
  width: 15px;
  height: 4px;
  border-radius: 5px;
  position: absolute;
  left: 65px;
  bottom: 0;
}

.site-footer .about-widget .logo {
  max-width: 180px;
}

.site-footer .about-widget p {
  margin-bottom: 2em;
  line-height: 1.7em;
}

.site-footer .about-widget p:last-child {
  margin-bottom: 0;
}

.site-footer .about-widget .social ul {
  list-style: none;
  display: inline-block;
}

.site-footer .about-widget .social ul li {
  float: left;
  padding: 5px;
}

.site-footer .about-widget .social ul>li+li {
  margin-left: 10px;
}

.site-footer .about-widget .social ul li a {
  background-color: transparent;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  font-size: 13px;
  font-size: 0.86667rem;
  color: #c2c4c8;
  border-radius: 3px;
  text-align: center;
  border: 1px solid #c2c4c8;
}

.site-footer .about-widget .social ul li a:hover {
  background-color: #ff5e14;
  border-color: #ff5e14;
}

.site-footer .link-widget {
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .site-footer .link-widget {
    padding-left: 20px;
  }
}

@media (max-width: 1199px) {
  .site-footer .link-widget {
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  .site-footer .link-widget {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .site-footer .link-widget {
    max-width: 350px;
  }
}

.site-footer .link-widget ul {
  /*width: 50%;*/

  float: left;
  border-left: 1px solid #c2c4c8;
  padding-left: 15px;
  padding-right: 15px;
}

.site-footer .link-widget ul li {
  position: relative;
}

.site-footer .link-widget ul li:before {
  content: "";
  background: #c2c4c8;
  width: 10px;
  height: 1px;
  position: absolute;
  left: -15px;
  top: 50%;
}

.site-footer .link-widget ul a {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #eaeaea;
}

.site-footer .link-widget ul a:hover,
.site-footer .link-widget ul li:hover:before {
  color: #c71e22;
}

.site-footer .link-widget ul>li+li {
  margin-top: 15px;
}

@media screen and (min-width: 1200px) {
  .site-footer .contact-widget {
    padding-left: 25px;
  }
}

.site-footer .contact-widget ul {
  margin-top: 25px;
}

.site-footer .contact-widget ul li {
  position: relative;
}

.site-footer .contact-widget ul>li+li {
  margin-top: 15px;
}

.site-footer .newsletter-widget form {
  margin-top: 25px;
  position: relative;
}

.site-footer .newsletter-widget form input {
  background-color: #292e3b;
  height: 50px;
  color: #687187;
  padding: 6px 20px;
  border-radius: 3px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.site-footer .newsletter-widget form .submit {
  position: absolute;
  right: 20px;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.site-footer .newsletter-widget form .submit button {
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 20px;
  color: #fff;
  margin-top: -2px;
  position: relative;
  right: -5px;
}

.site-footer .lower-footer {
  text-align: center;
  position: relative;
}

.site-footer .lower-footer .row {
  padding: 20px 0;
  position: relative;
}

.site-footer .lower-footer .row .separator {
  background: rgba(255, 255, 255, 0.05);
  width: calc(100% - 30px);
  height: 1px;
  position: absolute;
  left: 15px;
  top: 0;
}

.site-footer .lower-footer .copyright {
  display: inline-block;
  float: left;
  font-size: 14px;
  font-size: 0.93333rem;
  margin: 0;
}

@media (max-width: 991px) {
  .site-footer .lower-footer .copyright {
    float: none;
    display: block;
    margin: 0 0 20px;
  }
}

.site-footer .lower-footer .copyright a {
  color: #fff;
  text-decoration: underline;
}

.site-footer .lower-footer .short-links {
  display: inline-block;
  float: right;
  overflow: hidden;
}

@media (max-width: 991px) {
  .site-footer .lower-footer .short-links {
    float: none;
    display: block;
    text-align: center;
  }
}

.site-footer .lower-footer .short-links ul {
  overflow: hidden;
  list-style: none;
}

@media (max-width: 991px) {
  .site-footer .lower-footer .short-links ul {
    display: inline-block;
  }
}

.site-footer .lower-footer .short-links ul li {
  float: left;
}

.site-footer .lower-footer .short-links ul>li+li {
  margin-left: 30px;
  position: relative;
}

@media (max-width: 767px) {
  .site-footer .lower-footer .short-links ul>li+li {
    margin-left: 15px;
  }
}

.site-footer .lower-footer .short-links ul>li+li:before {
  content: "";
  background: #c2c4c8;
  width: 5px;
  height: 5px;
  position: absolute;
  left: -18px;
  top: 9px;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .site-footer .lower-footer .short-links ul>li+li:before {
    display: none;
  }
}

.site-footer .lower-footer .short-links ul a {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #c2c4c8;
}

.site-footer .lower-footer .short-links ul a:hover {
  color: #ff5e14;
}

/* #main-content {
  padding-top: 90px;
} */

.site-header .sticky-header {
  height: 90px;
  width: 100%;
  position: fixed;
  left: 0;
  top: -300px;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
  visibility: hidden;
}

.site-header .sticky-on {
  background: white;
  opacity: 1;
  top: 0;
  visibility: visible;
}

.header-style-2 .sticky-on {
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(197, 188, 188, 0.5);
  box-shadow: 0 0 15px rgba(197, 188, 188, 0.5);
}

/*--------------------------------------------------------------
#0.7	features-section
--------------------------------------------------------------*/
.features-section .img-holder img {
  margin-bottom: 25px;
  height: 60px !important;
  width: 60px !important;
  aspect-ratio: 1 / 1;
  /* object-fit: cover; */
}

.features-section,
.features-section-s2 {
  margin-bottom: 64px;
}

@media screen and (min-width: 992px) {

  .features-section,
  .features-section-s2 {
    margin-top: -80px;
  }
}

@media (max-width: 991px) {

  .features-section,
  .features-section-s2 {
    margin: 90px 0;
  }
}

.features-section .feature-grids,
.features-section-s2 .feature-grids {
  background: #fff;
  /*border: 1px solid #dce7eb;*/
}

.features-section .feature-grids .grid,
.features-section-s2 .feature-grids .grid {
  width: 25%;
  float: left;
  border-right: 0.5px solid #dce7eb;
  padding: 50px 25px;


}

.features-section .feature-grids .grid,
.features-section-s2 .feature-grids .grid:hover {
  /* box-shadow: 10px 4px #e1dede;*/
  box-shadow: 0px 7px 40px rgb(0 0 0 / 14%);
}

@media (max-width: 991px) {

  .features-section .feature-grids .grid,
  .features-section-s2 .feature-grids .grid {
    width: 50%;
    padding: 40px 25px;
  }
}

@media (max-width: 550px) {

  .features-section .feature-grids .grid,
  .features-section-s2 .feature-grids .grid {
    width: 100%;
    float: none;
    padding: 30px 20px;
    border-bottom: 1px solid #dce7eb;
  }
}

.features-section .feature-grids>.grid:last-child,
.features-section-s2 .feature-grids>.grid:last-child {
  border-right: 0;
}

@media (max-width: 991px) {

  .features-section .feature-grids>.grid:nth-child(2),
  .features-section-s2 .feature-grids>.grid:nth-child(2) {
    border-right: 0;
  }

  .features-section .feature-grids>.grid:nth-child(3),
  .features-section-s2 .feature-grids>.grid:nth-child(3),
  .features-section .feature-grids>.grid:nth-child(4),
  .features-section-s2 .feature-grids>.grid:nth-child(4) {
    border-top: 1px solid #dce7eb;
  }
}

@media (max-width: 550px) {

  .features-section .feature-grids>.grid:nth-child(3),
  .features-section-s2 .feature-grids>.grid:nth-child(3),
  .features-section .feature-grids>.grid:nth-child(4),
  .features-section-s2 .feature-grids>.grid:nth-child(4) {
    border-top: 0;
    border-right: 0;
  }

  .features-section .feature-grids>.grid:first-child,
  .features-section-s2 .feature-grids>.grid:first-child {
    border-right: 0;
  }

  .features-section .feature-grids>.grid:last-child,
  .features-section-s2 .feature-grids>.grid:last-child {
    border-bottom: 0;
  }
}

.features-section-s2 .feature-grids img {
  max-width: 60px;
  display: block;
  margin-bottom: 25px;
}

.features-section .feature-grids h3,
.features-section-s2 .feature-grids h3 {
  font-size: 22px;
  font-size: 1.46667rem;
  font-weight: 500;
  margin: 0 0 0.8em;
}

@media (max-width: 767px) {

  .features-section .feature-grids h3,
  .features-section-s2 .feature-grids h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.features-section .feature-grids p,
.features-section-s2 .feature-grids p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
#0.8	about-us-section
--------------------------------------------------------------*/
@media screen and (min-width: 1200px) {

  .about-us-section .details,
  .about-us-section-s2 .details {
    /*padding-right: 110px;*/
    text-align: justify;
  }
}

.about-us-section .details p,
.about-us-section-s2 .details p {
  font-size: 16px;
  font-size: 1.06667rem;
  margin-bottom: 1em;
}

@media (max-width: 767px) {

  .about-us-section .details p,
  .about-us-section-s2 .details p {
    font-size: 15px;
    font-size: 1rem;
  }
}

.about-us-section .details ul,
.about-us-section-s2 .details ul {
  list-style-type: none;
  padding-top: 0px;
}

.about-us-section .details ul li,
.about-us-section-s2 .details ul li {
  position: relative;
  padding-left: 30px;
}

.about-us-section .details ul li i,
.about-us-section-s2 .details ul li i {
  position: absolute;
  left: 0;
  top: 3px;
}

.about-us-section .details ul li i:before,
.about-us-section-s2 .details ul li i:before {
  color: #ff5e14;
}

.about-us-section .details ul>li+li,
.about-us-section-s2 .details ul>li+li {
  margin-top: 10px;
}

.about-us-section .ceo-quote blockquote,
.about-us-section-s2 .ceo-quote blockquote {
  margin-top: 35px;
  background: #ff5e1408;
  border: 0;
  padding: 25px;
  font-size: 16px;
  line-height: 1.7em;
  border-left: 2px solid #fff1e8;
}

.about-us-section .ceo-quote span,
.about-us-section-s2 .ceo-quote span {
  display: block;
  font-size: 13px;
  padding-top: 15px;
}

.about-us-section .about-image,
.about-us-section-s2 .about-image {
  text-align: center;
  border: 5px solid #f5f5f5;
  box-shadow: 5px 5px 6px #8888;
}

@media (max-width: 991px) {

  .about-us-section .about-image,
  .about-us-section-s2 .about-image {
    display: none;
  }
}

/*--------------------------------------------------------------
#0.9	services-section
--------------------------------------------------------------*/
.services-section {
  /* background: url("../images/services-bg.webp") center center/cover no-repeat local; */
  position: relative;
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .services-section {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .services-section {
    padding-bottom: 50px;
  }
}

.services-section:before {
  content: "";
  background-color: rgba(2, 13, 38, 0.65);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.services-section .service-grids {
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .services-section .service-grids {
    margin: 0 -7.5px;
  }
}

.services-section .service-grids .grid {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 30px;
  border: 1px solid #363a46;
  text-align: center;
  padding: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  height: 295px;
}

.services-section .service-grids .grid:hover {
  background-color: #020d26;
}

@media (max-width: 1199px) {
  .services-section .service-grids .grid {
    padding: 40px 25px;
  }
}

@media (max-width: 991px) {
  .services-section .service-grids .grid {
    width: calc(50% - 30px);
    padding: 30px 25px 35px;
  }
}

@media (max-width: 767px) {
  .services-section .service-grids .grid {
    width: calc(50% - 15px);
    padding: 30px 15px 35px;
    margin: 0 7.5px 30px;
  }
}

@media (max-width: 550px) {
  .services-section .service-grids .grid {
    width: calc(100% - 15px);
    float: none;
  }
}

.services-section .service-grids .fi:before {
  font-size: 60px;
  font-size: 4rem;
  color: #ff5e14;
}

@media (max-width: 767px) {
  .services-section .service-grids .fi:before {
    font-size: 40px;
    font-size: 2.66667rem;
  }
}

.services-section .service-grids h3 {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 500;
  color: #fff;
  margin: 0.4em 0 1em;
}

@media (max-width: 767px) {
  .services-section .service-grids h3 {
    font-size: 17px;
    font-size: 1.13333rem;
  }
}

.services-section .service-grids p {
  color: #bdbdbd;
  margin: 0 0 1em;
}

.services-section .service-grids .read-more {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.93333rem;
  color: #ff5e14;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.services-section .service-grids .read-more:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .services-section .service-grids .read-more {
    font-size: 12px;
    font-size: 0.8rem;
  }
}

/*--------------------------------------------------------------
#1.0	contact-section
--------------------------------------------------------------*/
.contact-section {
  padding-bottom: 65px;
}

@media (max-width: 991px) {
  .contact-section {
    padding-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .contact-section {
    padding-bottom: 35px;
  }
}

.contact-section .left-col {
  position: relative;
}

@media (max-width: 991px) {
  .contact-section .left-col {
    margin-bottom: 70px;
  }
}

.contact-section .left-col:before {
  content: "";
  /* background: url("../images/dotted-circel.webp") center center/cover no-repeat local; */
  width: 479px;
  height: 464px;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .contact-section .left-col:before {
    width: 320px;
    height: 300px;
  }
}

.contact-section .left-col .img-holder {
  position: relative;
}

.contact-section .left-col .call-back {
  background-color: #fff;
  max-width: 235px;
  padding: 35px 25px;
  -webkit-box-shadow: 0px 1px 51.3px 5.7px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 51.3px 5.7px rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 0;
  bottom: 0;
}

.contact-section .left-col h3 {
  font-size: 48px;
  font-size: 3.2rem;
  color: #ff5e14;
  display: inline-block;
  margin: 0;
}

.contact-section .left-col .call-back span {
  display: inline-block;
  padding-left: 15px;
}

.contact-section form input,
.contact-section form select,
.contact-section form textarea {
  background: #fff;
  width: 100%;
  height: 50px;
  border: 2px solid #eaf2f5;
  border-radius: 2px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

@media (max-width: 991px) {

  .contact-section form input,
  .contact-section form select,
  .contact-section form textarea {
    height: 45px;
  }
}

.contact-section form input:focus,
.contact-section form select:focus,
.contact-section form textarea:focus {
  border-color: #ff5e14;
}

.contact-section form textarea {
  height: 180px;
}

.contact-section form {
  margin: 0 -7.5px;
  overflow: hidden;
}

.contact-section form ::-webkit-input-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.contact-section form :-moz-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.contact-section form ::-moz-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.contact-section form :-ms-input-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.contact-section form select {
  display: inline-block;
  color: #a9a9a9;
  cursor: pointer;
  opacity: 1;
  padding: 6px 12px;
  font-size: 15px;
  font-size: 1rem;
}

.contact-section form>div {
  width: calc(50% - 15px);
  float: left;
  margin: 0 7.5px 15px;
}

@media (max-width: 600px) {
  .contact-section form>div {
    width: calc(100% - 15px);
    float: none;
  }
}

.contact-section form .fullwidth {
  width: calc(100% - 15px);
}

/*--------------------------------------------------------------
#1.1	cta-section
--------------------------------------------------------------*/
.cta-section {
  /* background: url("../images/cta-bg.webp") center top/cover no-repeat local; */
  position: relative;
  padding: 150px 0 138px;
  text-align: center;
}

@media (max-width: 991px) {
  .cta-section {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .cta-section {
    padding: 80px 0;
  }
}

.cta-section:before {
  content: "";
  background-color: rgba(2, 13, 38, 0.68);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.cta-section .fi:before {
  font-size: 100px;
  font-size: 6.66667rem;
  color: #fff;
  margin-top: -0.2em;
  display: block;
  background: -webkit-linear-gradient(#ff5e14, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 991px) {
  .cta-section .fi:before {
    font-size: 80px;
    font-size: 5.33333rem;
  }
}

@media (max-width: 767px) {
  .cta-section .fi:before {
    font-size: 60px;
    font-size: 4rem;
  }
}

.cta-section h2 {
  font-size: 60px;
  font-size: 4rem;
  color: #fff;
  margin: 0.5em 0 0;
}

@media (max-width: 991px) {
  .cta-section h2 {
    font-size: 40px;
    font-size: 2.66667rem;
  }
}

@media (max-width: 767px) {
  .cta-section h2 {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

/*--------------------------------------------------------------
#1.2	latest-projects-section
--------------------------------------------------------------*/
.latest-projects-section .gallery-filters,
.latest-projects-section-s2 .gallery-filters {
  text-align: center;
}

.latest-projects-section .gallery-filters ul,
.latest-projects-section-s2 .gallery-filters ul {
  font-family: "Barlow Condensed", sans-serif;
  display: inline-block;
  list-style: none;
  border-bottom: 1px solid #ebe8e8;
  margin-bottom: 45px;
}

.latest-projects-section .gallery-filters ul li,
.latest-projects-section-s2 .gallery-filters ul li {
  float: left;
}

@media (max-width: 767px) {

  .latest-projects-section .gallery-filters ul li,
  .latest-projects-section-s2 .gallery-filters ul li {
    float: none;
  }
}

.latest-projects-section .gallery-filters ul li a,
.latest-projects-section-s2 .gallery-filters ul li a {
  font-weight: bold;
  color: #151222;
  font-size: 14px;
  font-size: 0.93333rem;
  text-transform: uppercase;
  padding: 15px 25px;
  position: relative;
  display: inline-block;
}

@media (max-width: 991px) {

  .latest-projects-section .gallery-filters ul li a,
  .latest-projects-section-s2 .gallery-filters ul li a {
    font-size: 13px;
    font-size: 0.86667rem;
    font-weight: 500;
    padding: 15px 20px;
  }
}

@media (max-width: 767px) {

  .latest-projects-section .gallery-filters ul li a,
  .latest-projects-section-s2 .gallery-filters ul li a {
    padding: 10px 20px;
  }
}

.latest-projects-section .gallery-filters ul li a:after,
.latest-projects-section-s2 .gallery-filters ul li a:after {
  content: "";
  background: #ff5e14;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.latest-projects-section .gallery-filters ul li a.current,
.latest-projects-section-s2 .gallery-filters ul li a.current {
  color: #ff5e14;
  text-decoration: none;
}

.latest-projects-section .gallery-filters ul li a.current:after,
.latest-projects-section-s2 .gallery-filters ul li a.current:after {
  opacity: 1;
}

.latest-projects-section .project-grids,
.latest-projects-section-s2 .project-grids {
  margin: 0 -1px;
}

.latest-projects-section .project-grids .grid,
.latest-projects-section-s2 .project-grids .grid {
  width: calc(33.33% - 2px);
  margin: 0 1px 1px;
  position: relative;
}

@media (max-width: 991px) {

  .latest-projects-section .project-grids .grid,
  .latest-projects-section-s2 .project-grids .grid {
    width: calc(50% - 2px);
  }
}

@media (max-width: 550px) {

  .latest-projects-section .project-grids .grid,
  .latest-projects-section-s2 .project-grids .grid {
    width: calc(100% - 2px);
  }
}

.latest-projects-section .inner,
.latest-projects-section-s2 .inner {
  position: relative;
  overflow: hidden;
}

.latest-projects-section .inner .details,
.latest-projects-section-s2 .inner .details {
  background: rgba(2, 13, 38, 0.9);
  width: 100%;
  height: 100%;
  padding: 50px 35px;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 767px) {

  .latest-projects-section .inner .details,
  .latest-projects-section-s2 .inner .details {
    padding: 30px 20px;
  }
}

.latest-projects-section .inner .arrow a,
.latest-projects-section-s2 .inner .arrow a {
  /* color: #fff;*/
  margin-left: -15px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.latest-projects-section .inner .arrow a:hover,
.latest-projects-section-s2 .inner .arrow a:hover {
  color: #ff5e14;
}

.latest-projects-section .inner .info,
.latest-projects-section-s2 .inner .info {
  position: absolute;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.latest-projects-section .inner h3,
.latest-projects-section-s2 .inner h3 {
  font-size: 18px;
  font-size: 1.2rem;
  font-size: 500;
  color: #fff;
  margin: 0 0 0.2em;
}

@media (max-width: 991px) {

  .latest-projects-section .inner h3,
  .latest-projects-section-s2 .inner h3 {
    font-size: 16px;
    font-size: 1.06667rem;
    font-weight: normal;
  }
}

.latest-projects-section .inner h3 a,
.latest-projects-section-s2 .inner h3 a {
  color: #fff;
}

.latest-projects-section .inner h3 a:hover,
.latest-projects-section-s2 .inner h3 a:hover {
  color: #cca537;
}

.latest-projects-section .inner .cat,
.latest-projects-section-s2 .inner .cat {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #ff5e14;
  margin: 0;
}

.latest-projects-section .grid:hover .details,
.latest-projects-section-s2 .grid:hover .details {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.latest-projects-section .grid:hover .details .arrow a,
.latest-projects-section-s2 .grid:hover .details .arrow a {
  margin-left: 0;
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.latest-projects-section .grid:hover .details .info,
.latest-projects-section-s2 .grid:hover .details .info {
  bottom: 35px;
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

/*--------------------------------------------------------------
#1.3	why-choose-us-section
--------------------------------------------------------------*/
.why-choose-us-section {
  /*** skills progress bar ***/
}

.why-choose-us-section .content-area {
  background-color: #f7f9fa;
  overflow: hidden;
  position: relative;
}

.why-choose-us-section .content-area .left-col,
.why-choose-us-section .content-area .right-col {
  width: 50%;
}

@media (max-width: 991px) {

  .why-choose-us-section .content-area .left-col,
  .why-choose-us-section .content-area .right-col {
    width: 100%;
    float: none;
  }
}

.why-choose-us-section .content-area .right-col {
  /* background: url("../images/skill-left-col.webp") center top/cover no-repeat local; */
  float: right;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 991px) {
  .why-choose-us-section .content-area .right-col {
    float: none;
    position: relative;
    height: 400px;
  }
}

.why-choose-us-section .content-area .left-col {
  float: left;
  padding: 100px 90px;
}

@media (max-width: 1199px) {
  .why-choose-us-section .content-area .left-col {
    padding: 100px 60px;
  }
}

@media (max-width: 991px) {
  .why-choose-us-section .content-area .left-col {
    float: none;
    padding: 90px 50px;
  }
}

@media (max-width: 767px) {
  .why-choose-us-section .content-area .left-col {
    padding: 80px 20px;
  }
}

@media screen and (min-width: 1200px) {
  .why-choose-us-section .inner-area {
    padding-right: 45px;
  }
}

@media (max-width: 991px) {
  .why-choose-us-section .inner-area {
    padding-bottom: 70px;
  }
}

.why-choose-us-section .skills {
  padding-top: 0px;
}

.why-choose-us-section .skills .skill {
  margin-bottom: 35px;
}

.why-choose-us-section .skills .skill:last-child {
  margin-bottom: 0;
}

.why-choose-us-section .skills .skill:last-child .progress {
  margin-bottom: 0;
}

.why-choose-us-section .skills h3 {
  font-size: 14px;
  font-size: 0.93333rem;
  margin: 0 0 0.6em;
  font-weight: 500;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .why-choose-us-section .skills h3 {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.why-choose-us-section .skills .progress {
  background-color: #e6e6e6;
  height: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: visible;
  box-shadow: none;
  position: relative;
  border-radius: 3px;
}

.why-choose-us-section .skills .progress>span {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-size: 0.93333rem;
  font-weight: 500;
  color: #687187;
  padding: 2px 6px;
  text-align: center;
  position: absolute;
  right: 20px;
  top: -32px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

@media (max-width: 991px) {
  .why-choose-us-section .skills .progress>span {
    padding: 0 6px;
  }
}

.why-choose-us-section .skills .progress-bar {
  background: #c71e22;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
}

.why-choose-us-section .skills .progress-bar:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #c71e22;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: -3px;
  -webkit-box-shadow: 0 0 5px #969696;
  box-shadow: 0 0 5px #969696;
}

.why-choose-faq-section {
  background-color: #f7f9fa;
}

/*--------------------------------------------------------------
#1.4	team-section
--------------------------------------------------------------*/
.team-section {
  padding-bottom: 60px;
}

@media (max-width: 991px) {
  .team-section {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .team-section {
    padding-bottom: 15px;
  }
}

.team-section .team-grids {
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .team-section .team-grids {
    margin: 0 -7.5px;
  }
}

.team-section .team-grids .grid {
  width: calc(25% - 30px);
  float: left;
  margin: 0 15px 50px;
  text-align: center;
}

@media (max-width: 991px) {
  .team-section .team-grids .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .team-section .team-grids .grid {
    width: calc(50% - 15px);
    margin: 0 7.5px 50px;
  }
}

@media (max-width: 500px) {
  .team-section .team-grids .grid {
    width: calc(100% - 15px);
    float: none;
  }
}

.team-section .team-grids ul {
  list-style: none;
  display: inline-block;
}

.team-section .team-grids ul li {
  float: left;
}

.team-section .team-grids ul>li+li {
  margin-left: 10px;
}

.team-section .team-grids ul li a {
  background-color: #ff5e14;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  font-size: 13px;
  font-size: 0.86667rem;
  color: #fff;
  border-radius: 3px;
}

.team-section .team-grids ul li a:hover {
  background-color: #e04700;
}

.team-section .team-grids .img-social {
  position: relative;
}

.team-section .team-grids .social {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.team-section .team-grids .grid:hover .social {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

.team-section .team-grids .details {
  padding-top: 20px;
}

.team-section .team-grids h3 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0 0 0.1em;
}

@media (max-width: 767px) {
  .team-section .team-grids h3 {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.team-section .team-grids h3+span {
  font-size: 13px;
  font-size: 0.86667rem;
  color: #ff5e14;
  font-weight: 600;
}

/*--------------------------------------------------------------
#1.5	partners-section
--------------------------------------------------------------*/
.partners-section {
  margin-bottom: 30px;
}

.partners-section .container {
  position: relative;
  padding: 25px 15px;
}

.partners-section .separator {
  background: #f4f4f4;
  width: calc(100% - 30px);
  height: 1px;
  position: absolute;
  left: 15px;
  top: 0;
}

.partners-section .grid {
  text-align: center;
}

.partners-section .grid img {
  width: auto;
  margin: 0 auto;
  display: inline-block;
}


/*--------------------------------------------------------------
#1.7	blog-section
--------------------------------------------------------------*/
.blog-section {
  padding-bottom: 57px;
}

@media (max-width: 991px) {
  .blog-section {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .blog-section {
    padding-bottom: 30px;
  }
}

.blog-section .title-text,
.blog-section .view-all {
  padding-top: 25px;
}

@media (max-width: 991px) {

  .blog-section .title-text,
  .blog-section .view-all {
    padding-top: 0;
  }
}

.blog-section .view-all {
  text-align: right;
}

@media (max-width: 991px) {
  .blog-section .view-all {
    text-align: left;
    padding: 15px 0 35px 0;
  }
}

.blog-section .blog-grids {
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .blog-section .blog-grids {
    margin: 0 -7.5px;
  }
}

.blog-section .blog-grids .grid {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 50px;
}

@media (max-width: 991px) {
  .blog-section .blog-grids .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .blog-section .blog-grids .grid {
    width: calc(50% - 15px);
    margin: 0 7.5px 50px;
  }
}

@media (max-width: 550px) {
  .blog-section .blog-grids .grid {
    width: calc(100% - 15px);
    float: none;
  }
}

.blog-section .grid .details {
  padding: 35px 0 0;
}

@media (max-width: 991px) {
  .blog-section .grid .details {
    padding: 25px 0 0;
  }
}

.blog-section .grid h3 {
  font-size: 22px;
  font-size: 1.46667rem;
  font-weight: 500;
  margin: 0 0 0.7em;
  text-transform: capitalize;
  line-height: 1.4em;
}

@media (max-width: 991px) {
  .blog-section .grid h3 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .blog-section .grid h3 {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.blog-section .grid h3 a {
  display: inline-block;
  color: #151222;
}

.blog-section .grid h3 a:hover {
  color: #ff5e14;
}

.blog-section .date {
  font-size: 13px;
  font-size: 0.86667rem;
  font-weight: 600;
  color: #afafae;
  margin: 0 0 1em;
  text-transform: uppercase;
}

.blog-section .date+p {
  margin-bottom: 1em;
}

.blog-section .more {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.93333rem;
  color: #687187;
  text-decoration: underline;
  text-transform: uppercase;
}

.blog-section .more:hover {
  color: #ff5e14;
}

/*--------------------------------------------------------------
#1.8	contact-map-section
--------------------------------------------------------------*/
.contact-map-section .contact-map {
  height: 550px;
}

.contact-map-section iframe {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(99%);
  /* Chrome 19+ & Safari 6+ */
  -webkit-backface-visibility: hidden;
  /* Fix for transition flickering */
}

/*--------------------------------------------------------------
	#home style 2
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#2.1	features-section-s2
--------------------------------------------------------------*/
.features-section-s2 {
  margin: 0px 0;
}

@media (max-width: 991px) {
  .features-section-s2 {
    margin: 90px 0;
  }
}

@media (max-width: 767px) {
  .features-section-s2 {
    margin: 80px 0;
  }
}

/*--------------------------------------------------------------
#2.2	about-us-section-s2
--------------------------------------------------------------*/
.about-us-section-s2 .about-image {
  text-align: left;
}

@media screen and (min-width: 1200px) {
  .about-us-section-s2 .about-details {
    padding-left: 25px;
  }
}

.about-us-section-s2 .ceo-quote blockquote {
  margin-top: 35px;
  background: #ff5e1408;
  border: 0;
  padding: 25px;
  font-size: 16px;
  line-height: 1.7em;
  border-left: 2px solid #fff1e8;
}

.about-us-section-s2 .ceo-quote span {
  display: block;
  font-size: 13px;
  padding-top: 15px;
}

/*--------------------------------------------------------------
#2.3	services-section-s2
--------------------------------------------------------------*/
.services-section-s2,
.services-section-s3 {
  /*background-color: #f7f9fa;*/
  padding-bottom:
    55px;
}


@media (max-width: 991px) {

  .services-section-s2,
  .services-section-s3 {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {

  .services-section-s2,
  .services-section-s3 {
    padding-bottom: 30px;
  }
}

.services-section-s2 .service-grids,
.services-section-s3 .service-grids {
  margin: 0 -15px;
}

@media (max-width: 767px) {

  .services-section-s2 .service-grids,
  .services-section-s3 .service-grids {
    margin: 0 -7.5px;
  }
}

.services-section-s2 .service-grids .grid,
.services-section-s3 .service-grids .grid {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 50px;
}

@media (max-width: 991px) {

  .services-section-s2 .service-grids .grid,
  .services-section-s3 .service-grids .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {

  .services-section-s2 .service-grids .grid,
  .services-section-s3 .service-grids .grid {
    width: calc(50% - 15px);
    margin: 0 7.5px 50px;
  }
}

@media (max-width: 550px) {

  .services-section-s2 .service-grids .grid,
  .services-section-s3 .service-grids .grid {
    width: calc(100% - 15px);
    float: none;
  }
}

.services-section-s2 .service-grids .details,
.services-section-s3 .service-grids .details {
  padding: 35px 0 0 75px;
  position: relative;
}

@media (max-width: 767px) {

  .services-section-s2 .service-grids .details,
  .services-section-s3 .service-grids .details {
    padding: 25px 0 0 55px;
  }
}

.services-section-s2 .service-grids .fi,
.services-section-s3 .service-grids .fi {
  position: absolute;
  left: 0;
  top: 20px;
}

.services-section-s2 .service-grids .fi:before,
.services-section-s3 .service-grids .fi:before {
  font-size: 50px;
  font-size: 3.33333rem;
  color: #ff5e14;
}

@media (max-width: 767px) {

  .services-section-s2 .service-grids .fi:before,
  .services-section-s3 .service-grids .fi:before {
    font-size: 40px;
    font-size: 2.66667rem;
  }
}

.services-section-s2 .service-grids h3,
.services-section-s3 .service-grids h3 {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 500;
  color: #fff;
  margin: 0 0 0.5em;
}

@media (max-width: 767px) {

  .services-section-s2 .service-grids h3,
  .services-section-s3 .service-grids h3 {
    font-size: 17px;
    font-size: 1.13333rem;
  }
}

.services-section-s2 .service-grids h3 a,
.services-section-s3 .service-grids h3 a {
  color: #1668ff;
  font-size: 22px;
}

.services-section-s2 .service-grids h3 a:hover,
.services-section-s3 .service-grids h3 a:hover {
  color: #ff5e14;
}

.services-section-s2 .service-grids .grid:hover h3 a,
.services-section-s3 .service-grids .grid:hover h3 a {
  color: #ff5e14;
}

.services-section-s2 .service-grids p,
.services-section-s3 .service-grids p {
  margin: 0;
}

/*--------------------------------------------------------------
#2.4	cta-section-s2
--------------------------------------------------------------*/
.cta-section-s2 {
  background: url("../images/building.webp") no-repeat;
  position: relative;
  padding: 50px 0 20px;
  text-align: center;
}

@media (max-width: 991px) {
  .cta-section-s2 {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .cta-section-s2 {
    padding: 80px 0;
  }
}

.cta-section-s2:before {
  content: "";
  background-color: rgba(2, 13, 38, 0.58);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.cta-section-s2 p {
  font-size: 24px;
  font-size: 1.6rem;
  color: #fff;
  margin: 0;
}

@media (max-width: 991px) {
  .cta-section-s2 p {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

@media (max-width: 767px) {
  .cta-section-s2 p {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.cta-section-s2 h2 {
  font-size: 35px;
  color: #fff;
  margin: 0.5em 0;
}

@media (max-width: 991px) {
  .cta-section-s2 h2 {
    font-size: 40px;
    font-size: 2.66667rem;
  }
}

@media (max-width: 767px) {
  .cta-section-s2 h2 {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

/*--------------------------------------------------------------
	#about
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#4.1	fun-fact-section
--------------------------------------------------------------*/
.fun-fact-section {
  background-color: #f7f9fa;
  padding: 100px;
}

@media (max-width: 991px) {
  .fun-fact-section {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .fun-fact-section {
    padding: 30px;
  }
}

.fun-fact-section .fun-fact-grids .grid {
  width: 25%;
  float: left;
  position: relative;
  padding: 0 0 0 65px;
}

.fun-fact-section .fun-fact-grids .grid img {
  height: 100%;
  width: 100%;
}

@media (max-width: 991px) {
  .fun-fact-section .fun-fact-grids .grid {
    width: 50%;
    margin: 0 0 50px;
  }
}

@media (max-width: 767px) {
  .fun-fact-section .fun-fact-grids .grid {
    padding: 0 0 0 50px;
  }
}

@media (max-width: 500px) {
  .fun-fact-section .fun-fact-grids .grid {
    width: 200px;
    float: none;
    margin: 0 auto 50px;
  }
}

.fun-fact-section .icon {
  position: absolute;
  left: 0;
  top: 0;
}

.fun-fact-section .fi:before {
  font-size: 45px;
  font-size: 3rem;
  color: #ff5e14;
}

@media (max-width: 767px) {
  .fun-fact-section .fi:before {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

.fun-fact-section .info {
  border-left: 1px solid #efefef;
  padding-left: 35px;
}

@media (max-width: 767px) {
  .fun-fact-section .info {
    padding-left: 45px;
  }
}

.fun-fact-section .info h3 {
  font-size: 48px;
  font-size: 3.2rem;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 1199px) {
  .fun-fact-section .info h3 {
    font-size: 40px;
    font-size: 2.66667rem;
  }
}

@media (max-width: 767px) {
  .fun-fact-section .info h3 {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

/*--------------------------------------------------------------
	#contact page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#5.1	contact-pg-section
--------------------------------------------------------------*/
.contact-pg-section {
  padding-bottom: 95px;
}

@media (max-width: 991px) {
  .contact-pg-section {
    padding-bottom: 75px;
  }
}

@media (max-width: 767px) {
  .contact-pg-section {
    padding-bottom: 65px;
  }
}

.contact-pg-section form input,
.contact-pg-section form select,
.contact-pg-section form textarea {
  background: #fff;
  width: 100%;
  height: 50px;
  border: 2px solid #eaf2f5;
  border-radius: 2px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

@media (max-width: 991px) {

  .contact-pg-section form input,
  .contact-pg-section form select,
  .contact-pg-section form textarea {
    height: 45px;
  }
}

.contact-pg-section form input:focus,
.contact-pg-section form select:focus,
.contact-pg-section form textarea:focus {
  border-color: #ff5e14;
}

.contact-pg-section form textarea {
  height: 180px;
}

.contact-pg-section form {
  margin: 0 -7.5px;
  overflow: hidden;
}

.contact-pg-section form ::-webkit-input-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.contact-pg-section form :-moz-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.contact-pg-section form ::-moz-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.contact-pg-section form :-ms-input-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.contact-pg-section form select {
  display: inline-block;
  color: #a9a9a9;
  cursor: pointer;
  opacity: 1;
  padding: 6px 12px;
  font-size: 15px;
  font-size: 1rem;
}

.contact-pg-section form>div {
  width: calc(50% - 15px);
  float: left;
  margin: 0 7.5px 15px;
}

@media (max-width: 600px) {
  .contact-pg-section form>div {
    width: calc(100% - 15px);
    float: none;
  }
}

.contact-pg-section form .fullwidth {
  width: calc(100% - 15px);
}

.contact-pg-section .office-info {
  position: relative;
  padding: 55px 55px;
  /*  margin-top: -128px;
  margin-left: 50px;*/
}

@media (max-width: 1199px) {
  .contact-pg-section .office-info {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .contact-pg-section .office-info {
    margin-top: 0;
  }
}

.contact-pg-section .office-info:before {
  content: "";
  background-color: #eee;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.contact-pg-section .office-info>div {
  position: relative;
}

.contact-pg-section .office-info>div+div {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.contact-pg-section .office-info h3 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #14298e;
  margin: 0 0 0.5em;
}

.contact-pg-section .office-info ul {
  list-style: none;
}

.contact-pg-section .office-info li {
  font-size: 15px;
  color: #2d2a2a;
  font-weight: 600;
}

.contact-pg-section .office-info ul>li+li {
  margin-top: 8px;
}


/*--------------------------------------------------------------
	#service single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#9.1	service-single-section
--------------------------------------------------------------*/


.service-single-section {
  margin-top: 20px;

}

@media screen and (min-width: 1200px) {
  .service-single-section .service-single-content {
    padding-left: 20px;
  }
}

.service-single-section .service-single-content .theme-btn,
.service-single-section .service-single-content .theme-btn-s2,
.service-single-section .service-single-content .submit-btn {
  margin-top: 10px;
}



@media (max-width: 991px) {
  .service-single-section .service-single-content h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }

  .service-single-section .service-single-content h1 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

@media (max-width: 767px) {
  .service-single-section .service-single-content h2 {
    font-size: 22px;
    font-size: 1.46667rem;
  }

  .service-single-section .service-single-content h1 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

.service-single-section .service-single-content h3 {
  font-size: 24px;
  font-size: 1.6rem;
  text-transform: capitalize;
  margin: 1em 0 1em;
}

@media (max-width: 991px) {
  .service-single-section .service-single-content h3 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

@media (max-width: 767px) {
  .service-single-section .service-single-content h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.service-single-section .service-single-content p {
  margin-bottom: 0.3em;
}

.service-single-section .service-single-content blockquote {
  background: #f5f5f5;
  padding: 45px 25px 45px 95px;
  margin: 55px 0 80px;
  border: 0;
  position: relative;
}

.service-single-section .service-single-content blockquote:before {
  font-family: "Flaticon";
  content: "\f106";
  font-size: 45px;
  font-size: 3rem;
  color: #ff5e14;
  position: absolute;
  left: 30px;
  top: 35px;
  opacity: 0.5;
}

@media (max-width: 991px) {
  .service-single-section .service-single-content blockquote:before {
    display: none;
  }
}

@media (max-width: 991px) {
  .service-single-section .service-single-content blockquote {
    font-size: 14px;
    font-size: 0.93333rem;
    padding: 35px 25px;
    margin: 45px 0 70px;
  }
}

.service-single-section .service-single-content blockquote p {
  margin-bottom: 0.5em;
}

.service-single-section .service-single-content blockquote>span {
  font-size: 13px;
  font-size: 0.86667rem;
}

.service-single-section .service-single-content .service-single-img-holder {
  position: relative;
  margin-bottom: 50px;
  border: 5px solid #f5f5f5;
  box-shadow: 5px 5px 6px #8888;
}

@media (max-width: 991px) {
  .service-single-section .service-single-content .service-single-img-holder {
    margin-bottom: 25px;
  }
}

.service-single-section .service-single-content .benefit .details {
  width: calc(100% - 270px);
  float: right;
  padding-left: 35px;
}

@media (max-width: 767px) {
  .service-single-section .service-single-content .benefit .details {
    width: 100%;
    float: none;
    padding-left: 0;
  }
}

.service-single-section .service-single-content .benefit .img-holder {
  width: 270px;
  float: left;
}

@media (max-width: 767px) {
  .service-single-section .service-single-content .benefit .img-holder {
    width: 100%;
    float: none;
    margin: 0 0 45px 0;
  }
}

.service-single-section .service-single-content ul {
  margin-bottom: 10px;
  /*list-style: none;*/
  margin-left: 25px;
}

.service-single-section .service-single-content ul li {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  position: relative;
  /*padding-left: 45px;*/
  color: #010412;
}

@media (max-width: 991px) {
  .service-single-section .service-single-content ul li {
    font-size: 16px;
  }
}

.service-single-section .service-single-content ul li span {
  background: #ff5e14;
  color: #fff;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 30px;
  position: absolute;
  left: 0;
  top: -3px;
  text-align: center;
}

.service-single-section .service-single-content ul li .fi:before {
  font-size: 12px;
  font-size: 0.8rem;
  color: #fff;
}



.service-single-section .research {
  padding-top: 25px;
}

@media (max-width: 767px) {
  .service-single-section .research {
    padding-top: 0;
  }
}

.service-single-section .problem-solution-section {
  margin: 50px 0;
}


.swiper-wrapper {
  height: 600px;
}

.gallery h2 {
  text-align: center;
  color: #2d3a78;
}

.ankertags ul li a {
  color: #fbf6f6;
}

.ankertags ul li {
  color: #fbf6f6;
}

.ankertags p a {
  color: #fbf6f6;
}

.icon i {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  color: #fdfdfd;
}

.slider-icon i {
  font-size: 35px;
  color: black;
  /*font-weight: 600;
    text-align: center;*/
  position: relative;
  top: 5px;

}

.bg-color {
  background-color: #dee3e9;
}

/*# sourceMappingURL=style.css.map */
.about-bg-image-section {
  /* background-image: url(../images/abt-bg.jpg);*/
  background-color: #2d3a784f;
}

.about-bg-image-section img {
  min-height: auto;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.bg-section {
  padding: 37px;
  margin-bottom: 47px;
  background-color: #dadada;
}

.bg-section h4 {
  text-align: center;
  font-size: 29px;
  color: #da106d;
  font-weight: 600;
}

.section-title h2 {
  color: #2d3a78;
}

.grid h3 {
  /* color: #3988ea; */
  color: #1e5bb8;
}

.enquiry {
  position: fixed;
  right: 0px;
  top: 48%;
  z-index: 999;
}

.enquiry a {
  background-color: #e6340c;
  padding: 17px 10px 7px 8px;
  border-radius: 5px;
}

.enquiry a i {
  font-size: 30px;
  color: #fff;
}

.call-us {
  position: fixed;
  right: 0px;
  top: 58%;
  z-index: 999;
}

.call-us a {
  background-color: #428001;
  padding: 17px 10px 6px 12px;
  border-radius: 5px;
}

.call-us a i {
  font-size: 30px;
  color: #fff;
}

.call-whats {
  position: fixed;
  right: 0px;
  top: 68%;
  z-index: 999;
}

.call-whats a {
  background-color: #2fd641;
  padding: 17px 7px 6px 12px;
  border-radius: 5px;
}

.call-whats a i {
  font-size: 32px;
  color: #fff;
}

@media(min-width:320px) and (max-width:480px) {
  .swiper-wrapper {
    height: 500px;
  }

  .enquiry {
    position: fixed;
    right: 0px;
    top: 50%;
    z-index: 999;
  }

  .enquiry a {
    background-color: #e6340c;
    padding: 10px 5px 5px 5px;
    border-radius: 5px;
  }

  .enquiry a i {
    font-size: 24px;
    color: #fff;
  }

  .call-us {
    position: fixed;
    right: 0px;
    top: 60%;
    z-index: 999;
  }

  .call-us a {
    background-color: #428001;
    padding: 14px 5px 5px 8px;
    border-radius: 5px;
  }

  .call-us a i {
    font-size: 26px;
    color: #fff;
  }

  .call-whats {
    position: fixed;
    right: 0px;
    top: 72%;
    z-index: 999;
  }

  .call-whats a {
    background-color: #2fd641;
    padding: 14px 5px 5px 8px;
    border-radius: 5px;
  }

  .call-whats a i {
    font-size: 26px;
    color: #fff;
  }
}

@media(min-width:480px) and (max-width:767px) {
  .enquiry {
    position: fixed;
    right: 0px;
    top: 45%;
    z-index: 999;
  }

  .call-us {
    position: fixed;
    right: 0px;
    top: 60%;
    z-index: 999;
  }

  .call-whats {
    position: fixed;
    right: 0px;
    top: 75%;
    z-index: 999;
  }

}

@media(min-width:767px) and (max-width:991px) {
  .enquiry {
    position: fixed;
    right: 0px;
    top: 70%;
    z-index: 999;
  }

  .call-us {
    position: fixed;
    right: 0px;
    top: 90%;
    z-index: 999;
  }

  .call-whats {
    position: fixed;
    right: 0px;
    top: 100%;
    z-index: 999;
  }

}

.contact-pg-section h2 {
  color: #14298e;
}

.contact-pg-section i {
  color: #c71e22;
  font-size: 26px;
  margin: 4px;
}

.newsletter-widget a {
  color: #eaeae3;
  font-size: 14px;
  padding: 5px;
  gap: 10px;
  line-height: 1.4;
  min-height: 48px;
}

/*---------------------
   new changes in css
   -------------------*/
.card-deck .card .col-sm-4 {
  /*margin-bottom: 40px;*/
  padding-bottom: 30px;
  /*background-color: #eee;*/
}

.baboug {

  height: 287px;
  width: 100%;
  aspect-ratio: 4 / 3;
  /* object-fit: cover; */
  /* margin-top: 70px;
  margin-bottom: 50px; */

}

.cardbghcolor {
  background-color: #010380;
}

/*-------------*/
.site-button {
  background-color: #2d3a78 !important;
}

.btn-hover-animation {
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}

.site-button {
  outline: none;
  color: #fff;
  padding: 10px 15px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-table;
  background-color: #2d3a78;
  border: none;
  font-size: 15px;
  font-weight: 700;
  transition: 0.5s all ease;
}

.site-button i {
  padding-right: 10px;
}

.btn-hover-animation {
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}

.site-button:hover {
  color: #000;
}

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

.btn-hover-animation:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -4px;
  left: -14px;
  background: rgba(0, 0, 0, 0.1);
  height: 50px;
  width: 50px;
  border-radius: 50px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out;
}

.btn-hover-animation:hover:before {
  transform: scale(8);
}

.btn-hover-animation:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -4px;
  left: -23px;
  background: rgb(199 30 34);
  height: 50px;
  width: 50px;
  border-radius: 50px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out;
}

.balcony {
  margin-bottom: 40px;
}

/*--*/

.call-icon-services {
  margin: 0 auto;
}

.site-button-services {
  background-color: #c71e22 !important;
}

.btn-hover-animation-services {
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}

.site-button-services {
  outline: none;
  color: #f9f7f7;


  padding: 10px 15px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-table;
  background-color: #2d3a78;
  border: none;
  font-size: 15px;
  font-weight: 700;
  transition: 0.5s all ease;
}

.site-button-services i {
  padding-right: 10px;
}

.btn-hover-animation-services {
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}

.site-button-services:hover {
  color: white;
}

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

.btn-hover-animation-services:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -4px;
  left: -14px;
  background: rgba(0, 0, 0, 0.1);
  height: 50px;
  width: 50px;
  border-radius: 50px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out;
}

.btn-hover-animation-services:hover:before {
  transform: scale(8);
}

.btn-hover-animation-services:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -4px;
  left: -14px;
  background: rgb(45 58 120);
  height: 50px;
  width: 50px;
  border-radius: 50px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out;
}

.card-img-overlay {
  top: -19px !important;
  left: -3px !important;
}

.gallery-section:hover {
  background-color: transparent !important;
}

.fixed-callout {
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgb(0 0 0 / 30%);
  position: fixed;
  /* bottom: 5px; */
  text-align: center;
  animation: move 6s infinite forwards;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.fixed-callout {
  right: 25px;
  bottom: 57px;
  padding: 10px 5px 0 5px;
}

.fixed-callout img {
  height: 38px;
  width: 38px;
  aspect-ratio: 4.5/5;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 2768px) {
  .fixed-callout {
    padding: 0px 3px !important;
    /* width: 137px; */
  }
}

@media screen and (max-width: 2768px) {
  .fixed-callout .what-col img {
    width: 35px !important;
    padding: 2px 3px 5px !important;
  }
}



@media screen and (max-width: 2768px) {
  .fixed-callout .visible-xs {
    display: block !important;
  }
}

@media screen and (max-width: 2768px) {
  .fixed-callout .mbtn-callout a {
    display: inline-block;
    font-size: 0 !important;
    margin: 0 6px !important;
    padding: 0 !important;
  }
}

@media screen and (max-width: 2768px) {
  .fixed-callout .hidden-xs {
    display: none !important;
  }
}

.fixed-callout .hidden-xs a {
  margin: 8px 0px;
}

.fixed-callout a {
  display: block;
  padding: 2px 0;
  font-size: 16px;
  color: #323232 !important;
  text-decoration: none;
}

.scroll-to-top {
  background-color: #dab143;
}

.scroll-to-top {
  position: fixed;
  right: 26px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 41px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  margin-left: -26px;
  display: none;

  color: #2d3a78;
}

/*---*/

h1 {
  /*text-align: center; */
  font-family: 'Darker Grotesque', sans-serif;
  font-weight: 300;
}

.container .animation-images {
  display: flex;
  justify-content: center;

}

div.animate-gallery {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  width: 100%;
  /*background-color: #eee;*/
  text-align: center;
  /*padding:6px;*/
  border: 5px solid #f5f5f5;
  box-shadow: 5px 5px 6px #8888;
}

div.animate-gallery:hover {
  background: #000 !important;
  /*box-shadow: 5px 8px 10px #888888;*/
}

div.animate-gallery * {
  box-sizing: border-box;
}

div.animate-gallery img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  max-width: 100%;
  vertical-align: top;
  height: 210px;
}

div.animate-gallery i {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  font-size: 20px;
  color: white;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #c71e22;
}

div.animate-gallery a {
  left: 0;
  right: 0;
  top: 106px;
  position: absolute;
}

div.animate-gallery.red {
  background-color: #e74c3c;
}

div.animate-gallery.red i {
  color: #e74c3c;
}

div.animate-gallery:hover img {
  opacity: 0.3;
  filter: grayscale(100%);
}

div.animate-gallery * {
  transition: all 0.5s ease-in-out;
}

div.animate-gallery i {
  transform: translate(-50%, -50%) scale(0);
  transition: transform 300ms 0ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

div.animate-gallery:hover i {
  transform: translate(-50%, -50%) scale(1);
  transition: transform 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.gallery-animation {
  margin-top: 30px;
  margin-bottom: 50px;

}

.gallery-animation h2 {
  text-align: center;
  color: #2d3a78;
}

.animation-images {
  margin-bottom: 20px;
}

.our-services {
  margin-top: 20px;
}

/*--*/
.site-right-button {
  background-color: #2c3a79 !important;
}

.btn-right-animation {
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}

.site-right-button {
  outline: none;
  color: #fff;
  padding: 10px 15px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-table;
  background-color: #2d3a78;
  border: none;
  font-size: 15px;
  font-weight: 700;
  transition: 0.5s all ease;
}

.site-right-button i {
  padding-right: 10px;
}

.btn-right-animation {
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}

.site-right-button:hover {
  color: #000;
}

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

.btn-right-animation:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -4px;
  left: -23px;
  background: rgba(0, 0, 0, 0.1);
  height: 50px;
  width: 50px;
  border-radius: 50px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out;
}

.btn-right-animation:hover:before {
  transform: scale(8);
}

.btn-right-animation:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -4px;
  left: -23px;
  background: rgb(199 30 34);
  height: 50px;
  width: 50px;
  border-radius: 50px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out;
}

.widget-about {
  padding-top: 20px;
}

.home-about {
  padding-top: 30px;
}

.cta-details {
  padding-bottom: 30px;
}

/*header-enquire-button*/


.site-enquire {
  background-color: #2c3a79 !important;
}

.btn-hover-enquire {
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}

.site-enquire {
  outline: none;
  color: #f6f6f7 !important;
  /* padding: 10px 15px;*/
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-table;
  background-color: #2d3a78;
  border: none;
  font-size: 15px;
  font-weight: 700;
  transition: 0.5s all ease;
}

.site-enquire i {
  padding-right: 10px;
}

.btn-hover-enquire {
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  padding-left: 15px;
  border: 1px solid #2c3a79;
  padding-right: 3px;

}

.site-enquire:hover {
  color: #fff !important;
}

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

.btn-hover-enquire:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -4px;
  left: -14px;
  background: rgba(0, 0, 0, 0.1);
  height: 31px;
  width: 31px;
  border-radius: 50px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out;
}

.btn-hover-enquire:hover:before {
  transform: scale(8);
}

.btn-hover-enquire:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -4px;
  /*left: -8px;*/
  background: rgb(199 30 34);
  height: 31px;
  width: 31px;
  border-radius: 50px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out;
}

.ram-mail {
  padding-top: 10px !important;
  padding-left: 5px;
  padding-right: 5px;


}

.ram-enquire {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px !important;
  border-left: 1px solid #ececec;
}

.bestt-services {
  background-color: #eee;
  padding-bottom: 30px;
  /* border: 5px solid #ddd;*/
}

.bestt-services img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.bestt-services:hover {
  box-shadow: 5px 8px 10px #888888;
}

.card-text {
  padding-left: 10px;
}

.img-balcony {
  border: 4px solid #f5f5f5;
  padding-left: 0px;
  padding-right: 0px;
  box-shadow: 5px 5px 6px #8888;
}

.img-balcony img {
  min-height: auto;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.about-icon {
  width: 85px;
  height: 90px;
}

.about-welcome {
  margin-top: 10px;
  margin-bottom: 30px;
}

/*--*/



.contact-button {
  background-color: #2d3a78 !important;
}

.contact-hover-animation {
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}

.contact-button {
  outline: none;
  color: #fff;
  padding: 2px 19px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-table;
  background-color: #2d3a78;
  border: none;
  font-size: 15px;
  font-weight: 700;
  transition: 0.5s all ease;
  line-height: 33px;
}

.contact-button i {
  padding-right: 10px;
}

.contact-hover-animation {
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}

.contact-button:hover {
  color: #000;
}

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

.contact-hover-animation:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -4px;
  left: -14px;
  background: rgba(0, 0, 0, 0.1);
  height: 50px;
  width: 50px;
  border-radius: 50px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out;
}

.contact-hover-animation:hover:before {
  transform: scale(8);
}

.contact-hover-animation:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -4px;
  left: -14px;
  background: rgb(199 30 34);
  height: 50px;
  width: 50px;
  border-radius: 50px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out;
}

.recent-gallery {
  padding: 10px;
}

.arrow {
  width: 40px;
  height: 40px;
  background-color: #c71e22;
  border-radius: 50%;

}

.arrow-link {
  position: relative;
  top: 10px;
  left: 13px;
  color: white;
}

.arrow-link:hover {
  color: white !important;
}

.safety-nets-gallery {
  border: 5px solid #f5f5f5;
  box-shadow: 5px 5px 6px #8888;
}

.safety-nets-gallery img {
  height: 100%;
  width: 100%;
}

.safety-nets-gallery:hover {
  border: 5px solid #f5f5f5;
}

.navbar-collapse .navbar-nav li .sub-menu li a:hover {
  color: #2d3a78 !important;
}

.site-header .sticky-on .navbar-collapse .navbar-nav li a:hover {
  color: black !important;
}

.site-header .sticky-on .navbar-collapse .navbar-nav .sub-menu li a:hover {
  color: #2d3a78 !important;
}

.google-map {
  width: 1140px;
}

@media (min-width: 320px) and (max-width: 768px) {
  .google-map {
    width: auto;
  }
}

.scroll-to-top a {
  color: white !important;
}

@media (min-width: 320px) and (max-width: 768px) {
  .site-header #navbar ul {
    list-style: none;
    padding-left: 0px;
  }
}

.h1-home {
  font-size: 24px;
  font-family: "Barlow Condensed", sans-serif;
  color: #2d3a78;
  font-weight: bold;
}

.contact-info ul {
  display: webkit-box !important;
}

.section-title h1 {
  font-size: 40px;
  font-weight: bold;
  margin: 0.2em 0 0;
  padding-bottom: 0.5em;
  position: relative;
  font-family: "Barlow Condensed", sans-serif;
  color: #2d3a78;
  font-weight: bold;
  margin-bottom: 15px;
}

.section-title h1 span {
  font-weight: 300;
  display: block;
}

.section-title h1:before {
  content: "";
  background: #c71e22;
  width: 60px;
  height: 4px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.section-title h1:after {
  content: "";
  background: #c71e22;
  width: 15px;
  height: 4px;
  border-radius: 5px;
  position: absolute;
  left: 65px;
  bottom: 0;
}

.service-single-content h1 {
  font-family: "Barlow Condensed", sans-serif;
  color: #2d3a78;
  font-weight: bold;
}

.contact-right {
  justify-content: end;
  display: flex;

}

.call-icon {

  position: absolute !important;
  left: 2px !important;
  top: 0px !important;



}

.service-button {
  padding: 0px !important;
}

.service-call-ion:hover {
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

.service-call-ion:hover:before {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.service-call-ion:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  bottom: -25px;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(0, 36, 90, 0.572587)), color-stop(59%, rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(0, 36, 90, 0.572587) 20%, rgba(255, 255, 255, 0) 59%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  overflow: hidden;
}

.service-call-ion:hover .bottom {
  bottom: 30px;
  visibility: visible;
  opacity: 1;

}

.service-call-ion:hover .bottom a {
  color: whitesmoke;
  font-size: 20px;
}

.service-call-ion .bottom {
  position: absolute;
  left: 35px;
  bottom: -25px;
  z-index: 1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  opacity: 0;
  visibility: hidden;
}

.service-call-ion img {
  height: 100%;
  width: 100%;
  aspect-ratio: 16 / 9;
}

@media (min-width: 320px) and (max-width: 768px) {

  .header-style-1 .navbar-brand img,
  .header-style-2 .navbar-brand img {
    max-width: 225px;
  }
}

/* ACCORDION */

.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #03b5d2;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 15px;
  color: #1f2125;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #03b5d2;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 15px;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color: #084c20;
}

.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}

.accordion button[aria-expanded='true']+.accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;

  padding-left: 15px;

}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}