/* ======= Basic style ======= */
html,
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  overflow-x: hidden !important;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}

body {
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
  color: #555;
  overflow-x: hidden !important;
}

p {
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
  color: #555;
  margin-bottom: 15px;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 21px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Jost', sans-serif;
  font-weight: 600;
  line-height: 1.5em;
  margin: 0 0 15px 0;
  color: #000;
}

img {
  width: 100%;
  height: auto;
}

img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #f4f4f4;
}

span,
a,
a:hover {
  
  text-decoration: none;
  color: inherit;
}

b {
  font-weight: 400;
  color: #555;
}

/* text field */
input[type='password']:focus,
input[type='email']:focus,
input[type='text']:focus,
input[type='file']:focus,
input[type='radio']:focus,
input[type='checkbox']:focus,
textarea:focus {
  outline: none;
}

input[type='password'],
input[type='email'],
input[type='text'],
input[type='file'],
textarea {
  max-width: 100%;
  margin-bottom: 10px;
  /* padding: 15px 0; */
  height: auto;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 0 0 1px;
  border-style: solid;
  display: block;
  width: 100%;
  line-height: 1.5em;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  background-image: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input:focus,
textarea:focus {
  border-bottom-width: 1px;
  border-color: #c6321b;
}

input[type='submit'] {
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 1.75em;
  -webkit-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
  background: #c30201 !important;
  border: none;
  color: #fff !important;
  border-radius: 6px !important;
}
.dropdown-toggle{
	background: transparent;
	border: none;
}
.form-sec input.button-primary{
	height:unset;
}

input[type='submit']:hover{
  background-color: #f4f4f4;
  color: #555;
  border: none;
}

select {
  padding: 10px;
  border-radius: 5px;
}

table,
th,
tr,
td {
  border: 1px solid #f4f4f4;
}

th,
tr,
td {
  padding: 10px;
}

input[type='radio'],
input[type='checkbox'] {
  display: inline;
}

/* placeholder */
::-webkit-input-placeholder {
  color: #555;
  font-size: 16px;
  font-weight: 400;
}

:-moz-placeholder {
  color: #555;
}

::-moz-placeholder {
  color: #555;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #555;
}

/* Important */
.bg-gray {
  background: #f5f5f5;
}

.bg-white {
  background: #fff;
}

.o-hidden {
  overflow: hidden;
}

.position-re {
  position: relative;
}

.full-width {
  width: 100%;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-fixed {
  background-attachment: fixed;
}

.pattern {
  background-repeat: repeat;
  background-size: auto;
}

.bold {
  font-weight: 400;
}

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

.v-middle {
  position: absolute;
  width: 100%;
  top: 60%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.v-bottom {
  position: absolute;
  width: 100%;
  bottom: 5%;
  left: 0;
  -webkit-transform: translate(0%, -5%);
  transform: translate(0%, -5%);
}

.js .animate-box {
  opacity: 0;
}

.mt-15 {
  margin-top: 15px !important;
}

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

.mt-45 {
  margin-top: 45px !important;
}

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

.mt-90 {
  margin-top: 90px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

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

.mb-45 {
  margin-bottom: 45px !important;
}

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

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.no-padding {
  padding: 0 !important;
}

/* list style */
.listext {
  position: relative;
  display: block;
}

.listext li {
  position: relative;
  display: flex;
  align-items: center;
}

.listext li+li {
  margin-top: 10px;
}

.listext-icon {
  display: flex;
  align-items: center;
}

.listext-icon i {
  font-size: 20px;
  color: #287ff9;
  padding: 5px;
}

.listext-text {
  margin-left: 15px;
}

.listext-text p {
  font-size: 16px;
  margin: 0;
  font-weight: 600;
  color: #000;
}
/* hr line */
hr {
  margin-top: 5px;
  margin-bottom: 20px;
  border: 0;
}

hr.border-1 {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* ======= Preloader style ======= */
.preloader-bg,
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
  z-index: 999999;
}

#preloader {
  display: table;
  table-layout: fixed;
}

#preloader-status {
  display: table-cell;
  vertical-align: middle;
}

.preloader-position {
  position: relative;
  margin: 0 auto;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.loader {
  position: relative;
  width: 55px;
  height: 55px;
  left: 50%;
  top: auto;
  margin-left: -22px;
  margin-top: 2px;
  -webkit-animation: rotate 1s infinite linear;
  -moz-animation: rotate 1s infinite linear;
  -ms-animation: rotate 1s infinite linear;
  -o-animation: rotate 1s infinite linear;
  animation: rotate 1s infinite linear;
  border: 1px solid #ececec;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.loader span {
  position: absolute;
  width: 55px;
  height: 55px;
  top: -2px;
  left: -2px;
  border: 1px solid transparent;
  border-top: 1px solid #c6321b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

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

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

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* ======= Owl-Theme custom style ======= */
.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 0px;
  line-height: 0.7;
  display: block;
}

.owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 0 3px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #ccc;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #c6321b;
  border: 1px solid #c6321b;
  display: none;
}

/* ======= Section style ======= */
.section-padding {
  padding: 80px 0;
}
/* navbar edit here */

.main-navigation .dropdown ul {
  border-radius: 0;
  width: 200px;
}

.main-navigation .dropdown ul li {
  margin: 0;
  padding: 0;
  width: 100%;
}

.main-navigation ul li.sub-items:hover>a,
.main-navigation ul li a:hover,
.main-navigation ul li.active>a {
  color: #e7240f;
}
.main-navigation ul li ul li a{
  text-transform: capitalize;
  font-size: 18px;
}

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

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

/*.main-navigation ul li.sub-items:hover>a:before, .main-navigation ul li a:hover:before {transform: translate(0,-50%) rotate(-180deg);transition: 0.3s;}*/
.main-navigation ul li:first-child {
  margin-left: 0;
  padding: 0;
}

.main-navigation ul li ul.sub-menu {
  position: absolute;
  top: 100%;
  left: -15px;
  width: 260px;
  height: auto;
  background: #ffffff;
  box-shadow: 1px 1px 60px rgba(0, 0, 0, 0.1);
  display: none;
  transition: 0.3s;
  z-index: 150;
  border-top: 5px solid #c30201;
}

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

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

  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.main-navigation ul li:hover ul.sub-menu li {
  display: block;
  margin: 5px 10px;
  text-align: left;
  padding: 0;
}

.header_area {
  width: 100%;
  border-radius: 10px;
  transition: all 0.3s;
  position: relative;
  background: #ffffff;
  top: 35px;
  z-index: 9;
  padding: 0 15px;
}

.main-navigation ul li ul li a{
  line-height: 40px;
}
.header-menu {
  position: relative;
}

.main-navigation {
  display: inline-block;
  width: 100%;
}

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

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

.main-navigation ul li a {
  font-size: 17px;
  line-height: 105px;
  color: #151515;
  transition: 0.3s;
  text-decoration: none;
  cursor: pointer;
  padding: 0;
  text-transform: uppercase;
  font-family: 'Jost', sans-serif;
  font-weight: 500;
}
.main-navigation ul li a i{
   color: #096dca; 
}
.main-navigation ul li a:hover {
  color: #c30201;
}
.main-navigation ul li a i{
  font-size: 27px;
}

.main-navigation .sub-menu li a {
  color: #151515;
}

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

  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

/*==Sticky Header Start==*/
.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 0 0 10px 10px;
  border-bottom: 1px solid #e7240f;
}

/*==Sticky Header End==*/

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

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

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

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

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

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

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

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


.nav-scroll {
  background: #fff;
  padding: 0 0 0 0;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-box-shadow: 0px 10px 30px rgb(0 0 0 / 7%);
  box-shadow: 0px 10px 30px rgb(0 0 0 / 7%);
  height: auto;
  border-radius: 0 !important;
}
.nav-scroll .navbar-brand img{
width: 38%;
}

.nav-scroll .icon-bar {
  color: #fff;
}

.nav-scroll .navbar-nav .nav-link {
  color: #000;
}

.nav-scroll .navbar-nav .logo {
  padding: 15px 0;
  color: #000;
}

.nav-scroll .logo {
  width: 180px;
}

.nav-scroll .logo-img {
  margin-bottom: 0px;
}

.nav-scroll .logo-wrapper .logo h2 {
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 0px;
  display: block;
  width: 100%;
  position: relative;
  color: #fff;
  line-height: 1.25em;
  letter-spacing: 5px;
  display: none;
}

.nav-scroll .logo-wrapper .logo span {
  display: block;
  font-size: 13px;
  color: #555;
  font-weight: 400;
  letter-spacing: 3px;
  display: block;
  margin-top: 3px;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-left: 5px;
  display: none !important;
}

.nav-scroll .logo-wrapper {
  padding: 15px 70px 15px 150px;
  background: #000;
}


.sub-menu {
  position: absolute;
  left: 100%;
  top: -5px;
}

/* ======= Header style ======= */
.header {
  min-height: 666px;
  overflow: hidden;
  background: #fff;
  position: relative;
  margin-top: -125px;
}
/* .main-navigation ul.menu{margin-top:20px;} */
/* .navbar-brand{padding:10px;} */
.navbar-brand img{
    width: 55%;
}
.header .owl-carousel .owl-dots,
.header .owl-carousel .owl-nav {
  display: none !important;
}
.header .owl-theme .owl-nav [class*="owl-"]{
  background: transparent;
}

.header .check-status ul {
  display: flex;
  padding-left: 0;
}

.header .check-status ul li {
  color: #000;
  font-weight: 500;
}

.header .check-status ul li:nth-child(2) {
  margin-left: 40px;
}

.header .check-status ul li:nth-child(3) {
  margin-left: 40px;
}

.header .check-status ul li i {
  color: #287ff9;
  padding-right: 10px;
  font-size: 20px;
}

.ex-number {
  color: #ffffff !important;
}

.header .caption .o-hidden {
  display: inline-block;
}

.slider-fade .owl-carousel .owl-dot {
  display: none;
}

[data-overlay-dark]:before {
  background: #00000075;
}

.header .caption h1 {
  position: relative;
    font-size: 69px;
    line-height: 75px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 10px;
    border-left: 8px solid #c30201;
}
.header .caption h6{
    color: #ecc211;
    margin-bottom: 0;
    padding-left: 10px;
    border-left: 8px solid #c30201;
}
/* .banner-title-area{
  border-left: 8px solid #001a6a;
} */

.header .caption h1 .banner-title {
  color: #ce0101;
  text-shadow: 2px 2px #ffffff;
}

/* .header .caption h1 span {
    color: #c6321b;
} */
.header .caption p {
  font-size: 16px;
  line-height: 1.75em;
  margin-bottom: 30px;
  color: #fff;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.header .caption p span {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 0 5px;
  padding-right: 14px;
  position: relative;
}

.header .caption p span:last-child {
  padding: 0;
}

.header .caption p span:last-child:after {
  display: none;
}

.header .caption p span:after {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  top: 10px;
  right: 0;
  opacity: 0.5;
}


.header .caption .button-primary,
.header .caption .button-tersiyer {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-right: 15px;
  margin-bottom: 15px;
}

.header .caption .button-primary.estimate-btn {
  border-radius: 10px;
  line-height: 24px;
  background: #c30201;
  color: #fff;
  font-weight: 500;
}

/* .header .caption .button-primary.estimate-btn:hover {
  background: #0096c7;
  color: #fff;
} */

/* bounce */
.header .arrow {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
  z-index: 8;
}

.header .arrow.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

.header .arrow i {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 21px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 100%;
}


/* ======= Slider style ======= */
.slider .owl-item,
.slider-fade .owl-item {
  min-height: 666px;
  position: relative;
}

.slider .item,
.slider-fade .item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.slider .item,
.slider-fade .item::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000059;
  z-index: -1;
}

.slider .item .caption,
.slider-fade .item .caption {
  z-index: 9;
}

/* owl dots */
.slider .owl-theme .owl-dots,
.slider-fade .owl-theme .owl-dots {
  position: absolute;
  bottom: 140px;
  width: 100%;
}

.slider-fade .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 0px;
  line-height: 0.7;
  /* display: none; */
}

.slider-fade .owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 0 3px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #fff;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.slider .owl-theme .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 5%;
  left: 12%;
  text-align: left;  
}



.owl-next>span.ti-angle-right {
  position: absolute;
  line-height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 22px;
  height: 28px;
  background: url(../../assets/img/next.png) no-repeat !important;
}

.owl-prev>span.ti-angle-left{
  position: absolute;
  line-height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 22px;
  height: 28px;
  background: url(../../assets/img/prev.png) no-repeat !important;
}

.owl-carousel .owl-nav .owl-next i.norc-small-right,
.owl-carousel .owl-nav .owl-prev i.norc-small-left {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}

/* ======= About style ======= */
.about {
  position: relative;
  z-index: 1;
  padding: 0 0 60px 0;
}
.about .about-content h6{
color: #000;
}
.about .about-content h2 span{
  color: #c30201;
}

.about h5 {
  font-size: 27px;
}

.about-img img {
  height: 100%;
  object-fit: cover;
}

.about .about-list li i {
  padding-right: 14px;
    color: #c30201;
    padding-top: 10px;
    font-size: 23px;
}

.about .about-list li {
  margin-bottom: 14px;
  display: flex;
}

.about .about-content .cnt-icon {
  width: 40px;
  height: 40px;
  margin: auto;
}

.about .about-content .count-area p {
  font-size: 16px;
  color: #001873;
  font-weight: 600;
  text-transform: uppercase;
}

.about .about-content .count-area h4 {
  color: #008ac3;
}

.abt-sub {
  width: 100%;
  border: 1px solid #000;
  border-radius: 10px;
  background: #fff;
  padding: 10px 20px;
  display: flex;
}

.abt-content p {
  margin-bottom: 0;
  color: #000;
}

.home-img {
  width: 50px;
  height: 40px;
  padding-top: 8px;
}

.home-para {
  padding-left: 50px;
}

.home-para p {
  font-weight: 700;
  color: #000;
}

.about h2 {
  line-height: 46px;
  padding-top: 10px;
}

.about-img {
  position: relative;
  width: 100%;
  height: 455px;
  /* overflow: hidden; */
  z-index: 1;
}

.about-image-box {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 115px;
  height: 106px;
  background: #008ac3;
  border-radius: 47px 3px 50px 62px;
  /* box-shadow: 0 0 2px #fff inset; */
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-image-box2 {
  position: absolute;
  bottom: -46px;
  right: 30px;
  width: 140px;
  height: 130px;
  background: #c30201;
  border-radius: 10px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-image-box2 .hand_icon{
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
width: 40px;
height: 40px;
}
.about-image-box2 .hand_icon img{
filter: brightness(100%);
}

.about-image-box2 h6 {
  font-size: 36px;
  line-height: 28px;
  padding-top: 55px;
}

.number-text {
  font-size: 14px;
  line-height: 10px;
}

.ex-abt-number {
  font-size: 43px;
}

.about-image-box .inset-border p span {
  font-size: 25px;
  font-weight: 600;
}

.about-image-box h6 {
  margin-bottom: 0;
}

.about-image-box p {
  padding-left: 20px;
  color: #fff;
}

.about-image-box img {
  width: 54px;
  height: 40px;
}

.about-image-box .inset-border p {
  text-align: center;
  color: #fff;
  padding-top: 35px;
  font-size: 14px;
}

.subtitle {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  color: #d9200e;
  position: relative;
  padding-left: 50px;
}

.subtitle:after {
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  width: 40px;
  height: 2px;
  background: #d9200e;
}

.about-title {
  margin-bottom: 50px;
}

.about-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /* margin: 30px 0; */
}

.image.about-signature {
  margin-right: 40px;
  width: 80px;
}

.about-name {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.about-rol {
  color: #555;
  font-size: 14px;
}

/* ======= Services style ======= */
.services {
  position: relative;
  padding: 60px 0;
  background: linear-gradient(0deg, rgb(0 0 0 / 50%), rgb(0 0 0 / 72%)), url(../img/service_bg.jpg) no-repeat;
	background-size: cover;
  z-index: 1;  
}

.services h6 {
  color: #ffffff;
  margin-bottom: 0;
}
.services h2 {
color: #eaab12;
}
.service_item{
  transition: 0.5s;
  overflow: hidden;
}
.service_item .service_img{
    width: 100%;
    height: 237px;
    overflow: hidden;
}
.service_item .service_img img{
    transition: 0.9s;
}


.service_item .service_img img:hover{
    transform: scale(1.3);
}


.service_item .service-content{
  width: 80%;
  height: 70px;
  background: #c30201;  
  margin: auto;
  position: relative;
  top: -30px;
  transition: 0.5s;
  overflow: hidden;
  padding: 0 15px;
}
.service_item .service-content h6{
color: #fff;
line-height: 70px;
transition: 0.5s;
}
.service_item:hover .service-content h6{
  color: #eee;
  }
.service_item .service-content p{
opacity: 0;
transition: 0.5s;
line-height: 27px;
margin-top: -15px;
}
/* .service_item:hover .service-content{
  height: 150px;
  padding-bottom: 20px;
}
.service_item:hover .service-content p{
  opacity: 1;
} */

/* choose us style start */
.choose-us{
  padding: 80px 0;
}
.choose-us .choose-content h2{
color: #000;
line-height: 40px;
}
.choose-us .choose-content h2 span{
color: #c30201;
} 
.choose-us .choose-content .choose-list li{
display: flex;
margin-bottom: 10px;
}
.choose-us .choose-content .choose-list li i{
  padding-top: 6px;
  padding-right: 10px;
  color: #c30201;
  font-size: 18px;
}
.choose-us .choose-content .choose-list li p{
  color: #000;
}
.choose-btn-area{
  margin-top: -5px;
}
.choose-img{
  height: 400px;
}
.choose-img img{
height: 100%;
width: 100%;
object-fit: cover;
}
/* Choose style end */

/* form-sec style start */
.form-sec{
  background: #121212;
  position: relative;
  /*padding: 60px 0;*/
  z-index: 1;
}
.form-sec::after{
  position: absolute;
  content: "";
  top: -1px;
  left: 0;
  width: 100%;
  height:100%;
  /*background: url(../img/form_img.jpg) no-repeat;*/
  background-size: contain;
  z-index: -1;
}
.form-sec input{
  height: 54px;
}
.form_area{
    margin: 70px 100px 0 100px;
}

.form-sec textarea{
  height: 100px;
}
.form-sec .choose-btn-area a{
  background-color: #fff;
  color: #000;
  margin-top: 25px;
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
}
/* form-sec style end */
/* process style start */
.process-sec {
  padding: 60px 0;
  background-color: #ffffff;
}
.process-sec h2 span{
  color: #c30201;
}
/* .process-sec h6 {
  text-transform: uppercase;
} */

.pro-box {
  width: 100%;
  height: 230px;
  border-radius: 10px;
  background: #eaeaea;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.8s;
}
.pro-box::after{
  position: absolute;
  content: "";
  bottom: -20px;
  right: -20px;  
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #000;
  opacity: 0.1;
  z-index: -1;
  transition: 1.4s;
}
.pro-box:hover:after {
 transform: scale(11);
 background: #c30201;
 opacity: 0.9;

}
.pro-box .number{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #c30201;
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
  /* margin-bottom: 30px; */
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
  transition: 0.5s;
}
.pro-box:hover .number{
background: #151515;
}

.pro-box:hover .pro-content h4{
    color: #fff;
    }


.pro-box .number h6{
  margin-bottom: 0;
  color: #fff;
  font-size: 27px;
}
.pro-content {
  text-align: center;
  padding-top: 64px;
}

.pro-content h4 {
  margin-bottom: 0;
  padding-top: 10px;
  color: #000000;
  font-size: 24px;
}

.pro-content p {
  color: #000000;
  line-height: 25px;
  padding-top: 10px;
}

.number-circle {
  position: absolute;
  top: -35px;
  right: -35px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
  background: #0096c7;
}

.number-circle p {
  padding-top: 15px;
  color: #fff;
  font-weight: 600;
}

/* Process style end */
/* project style start */
.project-sec {
  padding: 60px 0;
  position: relative;
  z-index: 1;
  background: linear-gradient(0deg, rgb(0 0 0 / 40%), rgb(0 0 0 / 62%)), url(../img/project_bg.jpg) no-repeat;
  background-size: cover;
}
.project-sec h6{
  margin-bottom: 0;
}

.project-sec .head span:before,
.project-sec .head span:after {
  background: #fff;
}

.project-sec h2 {
  color: #eaab12;
  margin-top: 7px;
  margin-bottom: 10px;
}

.project-sec p {
  font-weight: 500;
}

.gallery-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  /* padding: 10px; */
}

.gallery-item {
  flex-basis: 32.7%;
  margin-bottom: 12px;
  opacity: 0.85;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  height: 300px;
}

.gallery-item img {
  transition: 0.5s;
  margin-left: 30px;
  transform: scale(1.2);
}

.gallery-overlay .overlay-cont {
  transform: translateX(10px);
  transition: 0.5s;
}

.gallery-item:hover .gallery-overlay .overlay-cont {
  transform: translateX(0px);
}

.gallery-item .gallery-overlay .overlay-cont h5,
.gallery-item .gallery-overlay .overlay-cont h3 {
  color: #fff;
}

.gallery-item .gallery-overlay .overlay-cont h5 {
  margin-bottom: 0;
}

.gallery-item .gallery-overlay .overlay-cont h3 {
  font-size: 32px;
}

.gallery-item:hover img {
  margin-left: 0;
}

.gallery-item:hover .gallery-overlay {
  opacity: 0.8;
}

.gallery-overlay {
  position: absolute;
  top: 15px;
  left: 18px;
  width: 89%;
  height: 88%;
  background: #001a6a;
  transition: 0.5s;
  text-align: center;
  padding: 75px 20px;
  color: #fff;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-overlay .right-arrow {
  font-weight: bold;
  position: relative;
  transition: 0.5s;
}

.gallery-overlay .right-arrow::after {
  position: absolute;
  right: -62px;
  top: -30px;
  content: '\1F892';
  font-size: 30px;
  color: #fff;
}

.gallery-overlay .btn-gallery {
  position: absolute;
}

.gallery-overlay .read-gallery {
  transition: 0.5s;
  transform: translateX(0px);
}

.gallery-overlay .btn-gallery:hover .read-gallery {
  transform: translateX(50px);
  color: #fff;
  transition: 0.5s;
  font-weight: bold;
}

.gallery-overlay .btn-gallery:hover:after {
  opacity: 0;
  transform: translateX(-10px);
}

.gallery-overlay .btn-gallery:hover:before {
  opacity: 1;
  left: -2px;
}

.gallery-overlay .btn-gallery::after {
  position: absolute;
  top: 12px;
  left: 90px;
  width: 48px;
  height: 1px;
  background: #fff;
  content: '';
  z-index: -2;
  transition: 0.5s;
  transition-delay: 0.1s;
}

.gallery-overlay .btn-gallery::before {
  position: absolute;
  top: 12px;
  left: 10px;
  width: 40px;
  height: 1px;
  background: #fff;
  content: '';
  z-index: -2;
  opacity: 0;
  transition: 0.5s;
}

.gallery-overlay .btn-gallery i {
  color: #fff;
  font-size: 14px;
  padding-left: 50px;
}

.gallery-overlay i {
  color: #ffffff;
  font-size: 50px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  line-height: 100px;
  opacity: 0.8;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-btn {
  background: #0082cd !important;
}

.gallery-content {
  font-size: 0.8em;
}

.lightbox {
  position: fixed;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  overflow: auto;
  top: 0;
  left: 0;
  z-index: 999;
}

.lightbox-content {
  position: relative;
  width: 70%;
  height: 70%;
  margin: 5% auto;
}

.lightbox-content img {
  border-radius: 7px;
  box-shadow: 0 0 3px 0 rgba(225, 225, 225, 0.25);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lightbox-prev,
.lightbox-next {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 7px;
  top: 45%;
  cursor: pointer;
}

.lightbox-prev {
  left: 0;
}

.lightbox-next {
  right: 0;
}

.lightbox-prev:hover,
.lightbox-next:hover {
  opacity: 0.8;
}

.project-sec .gal-btn-area .right-arrow::after {
  position: absolute;
  right: 20px;
  top: 8px;
  content: '\1F892';
  font-size: 30px;
  color: #fff;
}

.project-sec .btn-gallery {
  position: absolute;
  bottom: 20px;
  color: #fff;
}

.project-sec .read-gallery {
  transition: 0.5s;
  transform: translateX(-20px);
}

.project-sec .btn-gallery:hover .read-gallery {
  transform: translateX(19px) !important;
  color: #fff;
  transition: 0.5s;
  font-weight: bold;
}

.project-sec .btn-gallery:hover:after {
  opacity: 0;
}

.project-sec .btn-gallery:hover:before {
  opacity: 1;
  left: 25px;
}

.project-sec .project-sec .btn-gallery::after {
  position: absolute;
  top: 32px;
  left: 110px;
  width: 48px;
  height: 1px;
  background: #fff;
  content: '';
  /* z-index: -2; */
  transition: 0.5s;
  transition-delay: 0.1s;
}

.project-sec .btn-gallery::before {
  position: absolute;
  top: 32px;
  left: 45px;
  width: 40px;
  height: 1px;
  background: #fff;
  content: '';
  opacity: 0;
  transition: 0.5s;
}

/* view button end */

.project-sec .view-button {
  padding: 20px 60px;
  text-align: center;
  background: #cb422d;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.gallery-btn:hover {
  color: #fff;
}

/* project style end */

/* =======  Testimonials style ======= */
.testimonials {
  padding: 80px 0 0 0;
  /* background: #0096c8; */
  position: relative;
  overflow: hidden;
}
.testimonials h2 span {
color: #c30201;
}
.testimonials .mini-head{
  margin-bottom: 0;
}

.testimonials .para p {
  color: #000;
}


/* testimonials */
.testimonials h5 {
  font-size: 24px;
  margin-bottom: 7px;
}

.testimonials .item .client-desk .cont {
  position: relative;
  /* left: 20px;
    top: -10px; */
  text-align: center;
}

.testimonials .item .client-desk .cont h6 {
  margin-bottom: 0;
  text-align: left;
  color: #fff;
  font-weight: 400;
  line-height: 30px !important;
}
.testimonials .item .client-desk .cont h6 span {
color: #6b6b6b;
}

.testimonials-box .head-box h6 {
  position: relative;
  font-weight: 400;
  color: #555;
  font-size: 19px;
  margin-bottom: 0px;
  padding-left: 50px;
}
.testimonials .item{
  width: 100%;
  height: auto;
  padding: 10px;
  background: #e8e8e8;
  border-radius: 10px;
}
.testimonials .item .client-desk .client-area p{
  color: #000;
  padding-top: 20px;
  text-align: start;
}
.testimonials .owl-theme .owl-nav.disabled+.owl-dots {
  display: none;
}

.view-para {
  text-decoration: underline !important;
  color: #287ff9;
}

.testimonials-box .head-box h6:after {
  content: '';
  width: 40px;
  height: 1px;
  background: #c6321b;
  position: absolute;
  left: 0;
  top: 50%;
}

.testimonials-box .head-box h4 {
  font-size: 27px;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  padding-bottom: 15px;
}

.testimonials-box .head-box h4 span {
  color: #000;
}

.testimonials .item {
  position: relative;
}

.testimonials .item::after {
position: absolute;
bottom: 76px;
right: 30px;
content: "";
width: 40px;
height: 30px;
background: url(../img/quote.png) no-repeat;
opacity: 0.3;
}

.testimonials .item p.v-border {
  margin-bottom: 20px;
  margin: auto;
  text-align: center;
}

.testimonials .item .quote {
  position: absolute;
  left: 14px;
  top: -32px;
}

.testimonials .item p {
  color: #ffffff;
}

.testimonials-box ul {
  display: flex;
  padding-top: 22px;
}

.testimonials-box ul li i {
  color: #ffd000;
}

/* .client-desk{
    margin-top: 80px;
} */
.testimonials .item .info {
  text-align: left;
  padding: 10px 0 10px 0px;
  margin-top: 20px;
}

.testimonials .item .info .author-img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  /* float: left; */
  overflow: hidden;
  /* margin: auto; */
  margin-top: 10px;
}

.testimonials .item .info .cont {
  margin-left: 40px;
}

.testimonials .item .client-desk .info h6 {
  font-size: 16px;
  margin-bottom: 0px;
  padding-top: 7px;
  color: #000;
  line-height: 1em;
}

.testimonials .item .info span {
  font-size: 14px;
  color: #555;
  margin-right: 5px;
  line-height: 1em;
}

.testimonials .item .info .rate {
  float: right;
}


/* ======= Button style ======= */
/* primary */
.button-primary {
  display: inline-block;
  height: auto;
  padding: 14px 30px;
  /* border: 1px solid transparent; */
  border-radius: 6px;
  background-color: #d9200e;
  -webkit-transition: border-color 400ms ease, color 400ms ease,
    background-color 400ms ease;
  transition: border-color 400ms ease, color 400ms ease,
    background-color 400ms ease;
  color: #fff;
  line-height: 20px;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  /* text-transform: uppercase; */
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
  /* border: 2px solid #287ff9; */
}

.button-primary::after {
  position: absolute;
  top: -30px;
  right: -100px;
  content: '';
  width: 100px;
  height: 100px;
  background: #e1e0e0;
  border-radius: 50%;
  z-index: -1;
  transition: 0.9s;
  opacity: 0.4;
}

.button-primary:hover:after {
  /* transform: translateX(100px); */
  right: -10px;
}

.project-sec .button-primary::after,
.testimonials .button-primary::after {
  background: #ffffff;
}

.project-sec .button-primary:hover,
.testimonials .button-primary:hover {
  color: #ffffff;
}

.button-primary.book-btn {
  background-color: #c30201;
  color: #fff;
  border-radius: 8px;
  padding: 15px 50px;
  font-weight: 600;
}

.button-secondary {
  font-family: 'Jost', sans-serif;
  font-weight: 600;
  display: inline-block;
  height: auto;
  padding: 14px 30px;
  border: 1px solid transparent;
  border-radius: 80px;
  background-color: #c6321b;
  -webkit-transition: border-color 400ms ease, background-color 400ms ease;
  transition: border-color 400ms ease, background-color 400ms ease;
  color: #fff;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}

.button-primary.banner-btn {
  border-radius: 80px;
  border: 2px solid #0096c7;
  background: transparent;
}

.button-primary.banner-btn:hover {
  color: #fff;
  background: #0096c7;
}

.button-primary.view-btn {
  background: #008ac3;
  border-radius: 80px;
}

.button-primary.view-btn:hover {
  color: #fff;
}

.button-primary.working-btn {
  background: #fff;
  border-radius: 80px;
  color: #d9200e;
  font-weight: 600;
}

.button-secondary:hover {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
}

/* tersiyer */
.button-tersiyer {
  display: inline-block;
  height: auto;
  padding: 14px 30px;
  border: 1px solid #fff;
  border-radius: 80px;
  background-color: transparent;
  -webkit-transition: border-color 400ms ease, color 400ms ease,
    background-color 400ms ease;
  transition: border-color 400ms ease, color 400ms ease,
    background-color 400ms ease;
  color: #fff;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.button-tersiyer:hover {
  border: 1px solid #c6321b;
  background-color: #c6321b;
  color: #fff;
}

/* line hover  */
.link-btn {
  display: inline-block;
  position: relative;
  padding: 10px 17px;
  border: 1px solid #c6321b;
  color: #c6321b;
  font-size: 14px;
  font-weight: 600;
  transition: 0.5s;
  z-index: 1;
}

.link-btn:hover {
  background: #c6321b;
  border: none;
  color: #fff;
}

.link-btn i {
  margin-left: 5px;
  font-size: 10px;
}

.link-btn:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 100%;
  background-color: #c6321b;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  z-index: -1;
}

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

/* ======= Footer style ======= */
.footer {
  background-color: #151515;
  padding: 60px 0;
  position: relative;
}
.footer .links li{
display: flex;
}
.footer .links li i{
color: #da1413;
font-size: 20px;
}

.footer .links li span{
font-size: 17px;
font-weight: 600;
color: #fff !important;
font-family: 'Jost', sans-serif;
}
.footer .links li p{
font-size: 15px;
}
.footer-logo {
  width: 180px;
  margin-bottom: 15px;
}

.footer .widget .widget-title {
  font-size: 21px;
  display: inline-block;
  position: relative;
  color: #fff;
  border-bottom: 2px solid #c30201;
  padding-bottom: 5px;
}


.testimonials .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block !important;
}

.testimonials .owl-theme .owl-nav [class*='owl-'] {
  color: #000000;
  font-size: 27px;
  margin: 5px;
  padding: 12px 0px;
  /* background: #d9200e; */
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
}

/* .owl-theme .owl-nav [class*='owl-'] {
  background: transparent !important;
} */

.testimonials .owl-next {
  position: relative !important;
  top: -255px;
  right: -52%;
  padding: 0px;
  height: 50px;
  width: 50px;
  background: #fff !important;
  border-radius: 50%;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  line-height: 0;
  text-align: center;
  box-shadow: 0 0.5rem 1rem #00000041;
  /* background: url(../../assets/img/next.png) no-repeat !important; */
}
.testimonials .owl-prev {
  position: relative !important;
  top: -255px;
  left: -52%;
  padding: 0px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #fff !important;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  line-height: 0;
  text-align: center;
  box-shadow: 0 0.5rem 1rem #00000041;
  /* background: url(../../assets/img/prev.png) no-repeat !important; */
}
/* .testimonials .owl-prev:hover,
.testimonials .owl-next:hover{
  animation: arrow 2s infinite linear;
  transition: 0.5s;
}
@keyframes arrow{
  0%{1076

    transform: translateX(-5px);
  }
  50%{
    transform: translateX(5px);
  }
 100%{
    transform: translateX(-5px);
  }
} */


/* first footer */
.first-footer {
  padding: 90px 0 0 0;
}

.footer .links li a {
  display: inline-block;
  position: relative;
  color: #f9f9f9;
  font-size: 16px;
  line-height: 33px;
  font-family: 'Jost', sans-serif;
}

.footer-img {
  width: 180px;
  height: auto;
  padding-bottom: 10px;
 background: #fff;	
 margin-bottom: 20px !important;
}

.footer-img h4 {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
}

.footer .links li span {
  color: #02b4fe;
  padding-right: 20px;
}

.address-link li i {
  padding-top: 15px;
}

.footer-social-media li {
  display: inline-block;
  margin: 7px;
}

.footer-social-media li i {
  width: 40px;
  height: 40px;
  background: #fff;
  color: #1276d6;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  font-size: 22px;
  transition: 0.5s;
  border-radius: 50%;
}


.bottom-footer-text {
  background: #212121;
}

/* footer icon */
.icon-footer {
  width: 65px;
  max-height: 65px;
  min-height: 65px;
  min-width: 65px;
  background-color: #c6321b;
  color: #fff;
  font-size: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-footer i {
  width: 100%;
  text-align: center;
}

/* footer link */
.links.dark {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.1);
  background-color: #000;
  box-shadow: none;
  border-radius: 0px;
}

.links.dark.footer-contact-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
  padding: 20px 20px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-contact-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1032px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-contact-links-divider {
  width: 1px;
  min-height: 100%;
  margin-right: 20px;
  margin-left: 20px;
  background-color: rgba(255, 255, 255, 0.1);
}

.footer-contact-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.image-wrapper.footer-contact-link-icon {
  margin-right: 22px;
}

.footer-contact-link-wrapper h6 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0px;
}

.footer-contact-link-wrapper p {
  color: #ccc;
  font-size: 16px;
  margin-bottom: 0px;
}

/* second footer */
.second-footer .widget-area .widget {
  padding: 45px 0;
}

.second-footer .widget-area .widget p {
  color: #ffffff;
}

/* usefull links */
.footer .usful-links ul {
  margin: 0;
  padding: 0;
}

.footer .usful-links ul li {
  margin-bottom: 5px;
}

.footer .usful-links ul li:hover {
  color: #c6321b;
}

.footer .usful-links ul li i {
  font-size: 16px;
  margin-right: 10px;
}

.footer .usful-links ul li i {
  color: #f5db09;
}

.address-link {
  padding-left: 0;
}

.footer .usful-links ul li a {
  color: #ffffff;
  position: relative;
  /* padding-left: 15px; */
  font-family: 'Jost', sans-serif;
}

.footer .usful-links ul li a:hover {
  color: #ffffff;
}

/* bottom footer */
.copyright {
  padding-top: 30px;
  padding-bottom: 30px;
}

.copyright p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.design-para {
  font-weight: 600 !important;
  color: #ffffff !important;
}

.copyright p a {
  color: #c6321b;
}

.copyright p a:hover {
  color: #c6321b;
}

/* social icons */
.social-icons li {
  display: inline-block;
  border: none;
  z-index: 1;
  position: relative;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  background: #c6321b;
  color: #fff;
  font-weight: 400;
  border-radius: 0;
  margin-right: 5px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.social-icons li a {
  display: block;
  text-align: center;
  color: #fff;
}

.footer .social-icons li>a {
  font-size: 20px;
}

.social-icons li a:hover {
  background: #fff;
  color: #c6321b;
}

/* newsletter */
.widget-newsletter {
  position: relative;
}

.widget-newsletter input {
  height: 60px;
  width: 100%;
  border: none;
  background: #fff;
  font-size: 16px;
  color: #555;
  outline: none;
  padding: 0 90px 0 20px;
}

/* .widget-area-contact {
  justify-content: end;
  display: flex;
} */

.widget-newsletter button {
  height: 50px;
  border: none;
  background: #c6321b;
  font-size: 16px;
  color: #fff;
  outline: none;
  padding: 0 25px;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 5px;
}

.widget-newsletter button:hover {
  background: #000;
}

/* ======= toTop Button style ======= */
.progress-wrap {
  position: fixed;
  right: 40px;
  bottom: 40px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  z-index: 10000;
  opacity: 1;
  /* visibility: hidden; */
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  background: #cb422d;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.progress-wrap i {
  position: absolute;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: #ffffff;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #fc5e16;
  stroke-width: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/* ======= Overlay Effect Bg image ======= */
[data-overlay-dark],
[data-overlay-light] {
  position: relative;
}

[data-overlay-dark] .container,
[data-overlay-light] .container {
  position: relative;
  z-index: 2;
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

[data-overlay-dark]:before {
  background: #000;
}

[data-overlay-light]:before {
  background: #fff;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
  color: #fff;
}

[data-overlay-light] h1,
[data-overlay-light] h2,
[data-overlay-light] h3,
[data-overlay-light] h4,
[data-overlay-light] h5,
[data-overlay-light] h6,
[data-overlay-light] span {
  color: #555;
}

[data-overlay-dark] p {
  color: #fff;
}

[data-overlay-light] p {
  color: #555;
}

[data-overlay-dark='0']:before,
[data-overlay-light='0']:before {
  opacity: 0;
}

[data-overlay-dark='1']:before,
[data-overlay-light='1']:before {
  opacity: 0.1;
}

[data-overlay-dark='2']:before,
[data-overlay-light='2']:before {
  opacity: 0.2;
}

[data-overlay-dark='3']:before,
[data-overlay-light='3']:before {
  opacity: 0.3;
}

[data-overlay-dark='4']:before,
[data-overlay-light='4']:before {
  opacity: 0.7;
}

[data-overlay-dark='5']:before,
[data-overlay-light='5']:before {
  opacity: 0.5;
}

[data-overlay-dark='6']:before,
[data-overlay-light='6']:before {
  opacity: 0.6;
}

[data-overlay-dark='7']:before,
[data-overlay-light='7']:before {
  opacity: 0.7;
}

[data-overlay-dark='8']:before,
[data-overlay-light='8']:before {
  opacity: 0.8;
}

[data-overlay-dark='9']:before,
[data-overlay-light='9']:before {
  opacity: 0.9;
}

[data-overlay-dark='10']:before,
[data-overlay-light='10']:before {
  opacity: 1;
}

#toTop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 998;
  background: #c30201;
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  text-align: center;
}

#toTop i {
  color: #ffffff;
  line-height: 32px;
}

.about-logo-extra {
  margin: auto;
}

.about .circle-masonry {
  position: absolute;
  bottom: -35px;
  right: 10px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  z-index: 10;
  animation: extralogo 7s infinite linear;
}
@keyframes extralogo {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .about-sec .circle-masonry {
    left: 75px;
  }
}
::placeholder{
  font-family: 'Jost', sans-serif;
}


/* For gallery style start */

#gallery .img-wrapper {
 position: relative;
    margin-top: 15px;
    transition: 0.5s;
    border-radius: 8px;
    overflow: hidden;
    height: 300px;
}
#gallery .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#gallery .img-wrapper:hover .img-overlay {
  opacity: 1;
}

#gallery .img-wrapper .img-overlay {
  background: #c302019c;
  width: 90%;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.5s;
}
#gallery .img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5%;
}
@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.5s;
}
#nextButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#prevButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 26%;
}
#exitButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}
.inner_banner_caption{position: absolute;left: 50%;top: 50%; transform: translate(-50%);width:100%; padding:0 10px;}
.inner_banner{position: relative; z-index: 1;}
.inner_banner img{width:100%; height:300px; object-fit:cover;}
.inner_banner:before{content: ""; background:rgba(0,0,0,0.5); position: absolute; left: 0; top: 0; width: 100%; height: 100%;z-index: 0;}
.inner_banner h1{font-size: 36px; font-weight: 600;text-transform: uppercase;text-align: center;margin: 0; color: #fff;}
.single_service{padding:30px 0;}
.single_service img{float: right;width: 40%;height: auto;margin: 0 0 20px 20px;}
.single_service p{font-size: 16px; font-weight: 400; text-align: justify; line-height: 28px; margin: 20px 0;color: #505050;}
.single_service p a{color:#0047af;font-weight:bold;}
.single_service ul li{list-style:none;color: #505050;margin: 5px 0;font-weight: 400;position: relative; padding-left: 15px;}
.single_service ul li:before{content:"\f00c";color:#e2221d;font-family:"Font Awesome 6 Free"; font-weight:bold;position: absolute;left: -8px;}
.single_service .clearfix{display:contents;}
.single_service ul{padding:0;}

.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}

.schema-how-to-steps{
padding-left: 0 !important; 
}
.singale_service {
    display: inline-block;
    width: 100%;
    padding: 60px 0;
}
.form-control {
    line-height: 2;
    border-radius: 0;
}
.dropdown-menu {
    min-width: 16rem;
}
.navbar-light .navbar-brand img {
    width: 110px;
}
.form-area{
    width: 100%;
    height: auto;
    background: #151515;
    padding: 20px;
    margin-top: 36px;
}
.form-area .foot_address p{
  display: inline-flex;
}
.form-area .foot_address i{
  padding-top: 7px;
  padding-right: 10px;
  color: #c30201;
}
.form-bg-img{
    height: 100%;
    width: 100%;
    background: #fff;
  padding: 10px;
}
.form-bg-img img{
    height: 100%;
}
.form-area input{
/*height: 45px;*/
border-radius: 0 !important;
}
.form-area textarea{
height: 156px;
}
.form-btn{
    background: #f2e041 !important;  
}
form{
    padding-top: 20px;
}
form h3{
color: #fff;

}
.about_single_service{
  padding: 60px 0;
}
.main-navigation ul li a svg {
    display: none;
}
.main-navigation ul li a svg {
    display: none;
}
svg.icon.icon-angle-down {
    display: none;
}
.contact-page{
	margin-top: -70px;
	padding-bottom: 40px;
}
button:not(:disabled) {
 color: #ffffff;
}
.about_single_service img{
float:right;
width: 40%;
height: auto;
margin: 0 0 20px 20px;	
}
.single_service_img{
float:none;
width: 100% !important;
height: auto;
}
.second-footer .widget-area .widget .about-footer-content .highlight{ color: #c30201 !important;}


.review_btn {
    text-align: right;
    width: 72%;
    margin: 0 auto 20px;
}
.reviewtop_sec {
    width: 70%;
    margin: 0 auto 30px;
}
.reviewtop_sec h4 {
    font-size: 14px;
}
.reviewtop_sec .checked {
    color: #d59f06;
    font-size: 24px;
}
.filter-bar button.active, .filter-bar button:hover {
    cursor: pointer;
    background: #f5f5f5;
    border: 1px solid #a5a5a5;
}
.active .checked {
    font-size: 14px;
}
.reviewtop_sec h3 {
    color: #ff1717;
    margin: 20px 0 30px;
    font-size: 24px;
}
.single_service {
    padding: 60px 0;
    display: inline-block;
    width: 100%;
}
.abt_area{
    padding: 60px 0;
    display: inline-block;
    width: 100%;
}
.glsr-summary-percentages {
    display: none;
}
.glsr-review-author {
    display: none !important;
}

.call_float {
    position: fixed;
    right: 20px;
    bottom: 78px;
    z-index: 9999;
}
.call_float a i {
    width: 50px;
    height: 50px;
    background: #fcb900;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 20px;
    transition: 0.5s;
}

.gallery-page h2{
    color: #ffd000;
}

.nav-scroll {
    background: #fff;
    padding: 0 20px;
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }