/*
Author       : Finest Web Geek
Template Name: Responsive - Best Car Repair Service Template
Version      : 1.0
*/
/*=============================================================
    CSS INDEX
    =============================
    01. Globally Applied Styles
        -BASIC CSS
        -PRELODER CSS
        -GOOGLE FONT
        -BUTTON CSS
        -STICKY CSS
    02. HEADER AREA CSS
    03. HERO AREA CSS
    04. ABOUT US AREA CSS
    05. SERVICE AREA CSS
    06. CHOOSE US AREA CSS
    07. TESTIMONIALS AREA CSS
    08. BOOK APPIONMENT AREA CSS
    09. OUR TEAM AREA CSS
    10. SERVICES CENTER AREA CSS
    11. LATEST NEWS AREA CSS
    12. FOOTER SECTION CSS
    13. MIN-Width 2000px CSS
    14. MAX-Width 1160px CSS
    15. MAX-Width 991px CSS
    16. MAX-Width 768px CSS
    17. MAX-Width 576px CSS
  =============================================================*/
/**************************************
        01 Globally Applied Styles
 **************************************/
.loader {
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  z-index: 100;
}
.loader .loader-icon {
  width: 100px;
  height: 100px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.loader .loader-icon span {
  font-size: 22px;
  color: #F14533;
  font-family: Arial, Helvetica, sans-serif;
}
.loader .loader-icon img {
  width: 100%;
  -webkit-animation: loder 3s infinite alternate;
          animation: loder 3s infinite alternate;
}
@-webkit-keyframes loder {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
}
@keyframes loder {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v41/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvgUE.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v41/TK3_WkUHHAIjg75cFRf3bXL8LICs18NvgUE.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v41/TK3_WkUHHAIjg75cFRf3bXL8LICs1y9ogUE.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v41/TK3_WkUHHAIjg75cFRf3bXL8LICs1xZogUE.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v19/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v19/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v19/pxiByp8kv8JHgFVrLEj6V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v19/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}
::-moz-selection {
  color: white;
  background: black;
}
::selection {
  color: white;
  background: black;
}
i {
  line-height: 0;
}
* {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  list-style: none;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  font-family: 'Poppins', sans-serif;
  background: #ffffff;
  word-wrap: break-word;
}
html {
  scroll-behavior: smooth;
  overflow-y: scroll;
}
input:focus,
a:focus {
  outline: none;
}
p {
  margin-bottom: 0;
}
nav ul {
  margin: 0;
  padding: 0;
}
nav ul li a {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald', sans-serif;
  margin: 0;
}
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.box-btn {
  font-family: 'Oswald', sans-serif;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.31;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background: #E53F29;
  padding: 14px 35.5px;
  width: 170px;
  display: inline-block;
  position: relative;
}
.box-btn:after {
  font-family: "Flaticon";
  content: "\f11a";
  font-size: 45px;
  color: #ffffff;
  line-height: 1;
  position: absolute;
  top: 4px;
  padding-left: 8px;
}
.box-btn:hover {
  color: #ffffff;
  background: #0B1548;
}
.box-btn:hover:after {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-family: "Flaticon";
  content: "\f11a";
  color: #ffffff;
}
.box-transparent {
  border: 2px solid #E53F29;
  background: transparent;
  color: #08194A;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.box-transparent:after {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-family: "Flaticon";
  content: "\f11a";
  line-height: 1;
  position: absolute;
  top: 4px;
  padding-left: 8px;
  color: #0B1548;
}
.box-transparent:hover {
  background: #0B1548;
  color: #ffffff;
  border-color: #0B1548;
}
.box-transparent:hover:after {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-family: "Flaticon";
  content: "\f11a";
  color: #ffffff;
}
.slicknav_menu {
  display: none;
}
div#sticky-wrapper {
  position: relative;
  left: 0;
  right: 0;
}
div#sticky-wrapper .main-header {
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
.is-sticky {
  z-index: 5;
}
.is-sticky .main-header {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-shadow: 0px 0px 10px #888888;
          box-shadow: 0px 0px 10px #888888;
}
/**************************************
         02 HEADER AREA CSS
 **************************************/
.header-area .top-header {
  background: #E53F29;
  color: #ffffff;
  position: relative;
  z-index: 0;
  padding: 15px 0;
}
.header-area .top-header:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 65%;
  height: 100%;
  background: #08194A;
  z-index: -1;
}
.header-area .top-header .openClose-time {
  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;
}
.header-area .top-header .openClose-time i {
  font-size: 14px;
  margin-right: 6px;
}
.header-area .top-header .openClose-time p {
  font-size: 14px;
  font-weight: 500;
}
.header-area .top-header .contact-information {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-area .top-header .contact-information .contact-information-phone {
  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-right: 40px;
}
.header-area .top-header .contact-information .contact-information-phone i {
  margin-right: 8px;
}
.header-area .top-header .contact-information .contact-information-phone a {
  color: #ffffff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 14px;
  font-weight: 500;
}
.header-area .top-header .contact-information .contact-information-phone a:hover {
  color: #E53F29;
}
.header-area .top-header .contact-information .contact-information-social {
  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;
}
.header-area .top-header .contact-information .contact-information-social span {
  font-size: 14px;
  font-weight: 500;
  margin-right: 10px;
}
.header-area .top-header .contact-information .contact-information-social a {
  color: #ffffff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 14px;
  font-weight: 500;
  margin-right: 14px;
}
.header-area .top-header .contact-information .contact-information-social a:last-child {
  margin-right: 0px;
}
.header-area .top-header .contact-information .contact-information-social a:hover {
  color: #E53F29;
}
.header-area .top-header .contact-information .contact-information-social a i {
  font-size: 14px;
  font-weight: 500;
}
.header-area .main-header {
  padding: 20px 0 19px;
  background: #ffffff;
}
.header-area .main-header nav {
  text-align: right;
}
.header-area .main-header nav ul li {
  display: inline-block;
  margin-right: 28px;
}
.header-area .main-header nav ul li:last-child {
  margin-right: 0;
}
.header-area .main-header nav ul li:last-child a {
  color: #ffffff;
}
.header-area .main-header nav ul li:last-child a:hover {
  color: #ffffff;
}
.header-area .main-header nav ul li:last-child a:after {
  display: none;
}
.header-area .main-header nav ul li a {
  color: #08194A;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.31;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  padding-bottom: 5px;
  position: relative;
}
.header-area .main-header nav ul li a:after {
  position: absolute;
  content: "";
  background: #e53f2a;
  width: 0%;
  height: 2px;
  left: 0;
  bottom: 0px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.header-area .main-header nav ul li a:hover {
  color: #F14533;
}
.header-area .main-header nav ul li a:hover:after {
  width: 100%;
}
.header-area .main-header nav ul .appionment {
  font-family: 'Oswald', sans-serif;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.31;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background: #E53F29;
  padding: 14px 35.5px;
  display: inline-block;
}
.header-area .main-header nav ul .appionment:hover {
  color: #ffffff;
  background: #0B1548;
}
/**************************************
         03 HERO AREA CSS
 **************************************/
.hero-area {
  background: url(../img/home.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  padding: 204px 0 200px;
  position: relative;
  z-index: 0;
}
.hero-area:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(30deg, #ffffff 0%, #ffffff 0%, #ffffff 29%, rgba(231, 231, 231, 0.81276261) 46%, rgba(223, 223, 223, 0) 67%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(30deg, #ffffff 0%, #ffffff 0%, #ffffff 29%, rgba(231, 231, 231, 0.81276261) 46%, rgba(223, 223, 223, 0) 67%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(60deg, #ffffff 0%, #ffffff 0%, #ffffff 29%, rgba(231, 231, 231, 0.81276261) 46%, rgba(223, 223, 223, 0) 67%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}
.hero-area .hero-content h1 {
  font-weight: 500;
  font-size: 72px;
  line-height: 1.36;
  color: #08194A;
}
.hero-area .hero-content h1 span {
  color: #EE0D09;
}
.hero-area .hero-content p {
  padding: 60px 0 44px;
  font-size: 20px;
  line-height: 1.5;
}
.hero-area .hero-content p b {
  color: #08194A;
}
/**************************************
         04 ABOUT US AREA CSS
 **************************************/
.aboutUs-area {
  padding-top: 176px;
  padding-bottom: 120px;
}
.aboutUs-area .about-content-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  position: relative;
}
.aboutUs-area .about-content-left .about-content-left-imgOne {
  max-width: 270px;
  margin-right: 30px;
  margin-top: -65px;
  overflow: hidden;
}
.aboutUs-area .about-content-left .about-content-left-imgOne:hover img {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}
.aboutUs-area .about-content-left .about-content-left-imgOne img {
  width: 100%;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.aboutUs-area .about-content-left .about-content-left-imgTow {
  max-width: 270px;
  overflow: hidden;
}
.aboutUs-area .about-content-left .about-content-left-imgTow:hover img {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}
.aboutUs-area .about-content-left .about-content-left-imgTow img {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  width: 100%;
}
.aboutUs-area .about-content-left .about-content-left-text {
  background: #ffffff;
  position: absolute;
  left: 24%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 238px;
  text-align: center;
  padding: 9px 9px;
}
.aboutUs-area .about-content-left .about-content-left-text h3 {
  color: #E53F29;
  font-size: 32px;
  line-height: 1.37;
  outline: 2px solid;
  padding: 17px;
}
.aboutUs-area .about-content-right {
  overflow: hidden;
}
.aboutUs-area .about-content-right h4 {
  color: #E53F29;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.33;
  padding-left: 25px;
  position: relative;
}
.aboutUs-area .about-content-right h4:before {
  content: "";
  width: 6px;
  height: 20px;
  background: #E53F29;
  position: absolute;
  top: 7px;
  left: 0;
}
.aboutUs-area .about-content-right h2 {
  font-weight: 500;
  line-height: 1.36;
  color: #08194A;
  font-size: 50px;
  margin-top: 7px;
  margin-bottom: 64px;
}
.aboutUs-area .about-content-right p {
  color: #858585;
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
  margin-bottom: 15px;
}
.aboutUs-area .about-content-right a {
  margin-top: 36px;
}
/**************************************
        05 SERVICE AREA CSS
 **************************************/
.service-area {
  padding-top: 130px;
  padding-bottom: 126px;
  position: relative;
  z-index: 0;
}
.service-area:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 61%;
  height: 100%;
  background: #08194A;
  z-index: -1;
  background-image: url(../img/vehiclcs-services.png);
  background-repeat: no-repeat;
}
.service-area:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 39%;
  height: 100%;
  background: #E53F29;
  z-index: -1;
  background-image: url(../img/engine-services.png);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
}
.service-area .service-content-left h2 {
  font-size: 48px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.35;
}
.service-area .service-content-left .service-content-left-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 49px;
}
.service-area .service-content-left .service-content-left-list ul {
  margin-right: 35px;
  margin-bottom: 9px;
}
.service-area .service-content-left .service-content-left-list ul li {
  color: #B7B7B7;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 45px;
}
.service-area .service-content-left a {
  background: transparent;
  border: 2px solid #E53F29;
}
.service-area .service-content-left a:hover {
  background: #E53F29;
}
.service-area .sRight {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.service-area .sRight .service-content-right h2 {
  font-size: 48px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.35;
}
.service-area .sRight .service-content-right .service-content-right-list {
  margin-top: 49px;
}
.service-area .sRight .service-content-right .service-content-right-list ul {
  margin-bottom: 9px;
}
.service-area .sRight .service-content-right .service-content-right-list ul li {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 45px;
}
.service-area .sRight .service-content-right a {
  background: transparent;
  border: 2px solid #ffffff;
}
.service-area .sRight .service-content-right a:hover {
  background: #0B1548;
  border-color: #0B1548;
}
/**************************************
         06 CHOOSE US AREA CSS
 **************************************/
.chooseUs-area {
  padding-top: 120px;
  padding-bottom: 125px;
  position: relative;
  z-index: 0;
}
.chooseUs-area:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../img/tier-shado-upDown.png);
  background-repeat: no-repeat;
}
.chooseUs-area:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../img/tier-shado-leftRight.png);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: 145px;
}
.chooseUs-area .choseUs-left-content .choseUs-left-content-head h4 {
  color: #E53F29;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.33;
  padding-left: 25px;
  position: relative;
}
.chooseUs-area .choseUs-left-content .choseUs-left-content-head h4:before {
  content: "";
  width: 6px;
  height: 20px;
  background: #E53F29;
  position: absolute;
  top: 7px;
  left: 0;
}
.chooseUs-area .choseUs-left-content .choseUs-left-content-head h2 {
  font-weight: 500;
  line-height: 1.36;
  color: #08194A;
  font-size: 50px;
  margin-top: 7px;
  margin-bottom: 50px;
}
.chooseUs-area .choseUs-left-content .choseUs-left-content-head p {
  color: #858585;
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
  margin-bottom: 15px;
}
.chooseUs-area .choseUs-left-content .choseUs-left-content-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 37px;
}
.chooseUs-area .choseUs-left-content .choseUs-left-content-body .content-body-modul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45.5%;
  margin-right: 4.5%;
  padding: 19px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
}
.chooseUs-area .choseUs-left-content .choseUs-left-content-body .content-body-modul:hover {
  background: #F14533;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding-left: 10px;
  padding-right: 5px;
}
.chooseUs-area .choseUs-left-content .choseUs-left-content-body .content-body-modul:hover .modul-text h5 {
  color: #ffffff;
}
.chooseUs-area .choseUs-left-content .choseUs-left-content-body .content-body-modul:hover .modul-text p {
  color: #ffffff;
}
.chooseUs-area .choseUs-left-content .choseUs-left-content-body .content-body-modul:hover .modul-img {
  margin-right: 10px;
}
.chooseUs-area .choseUs-left-content .choseUs-left-content-body .content-body-modul:hover .modul-img i {
  color: #ffffff;
}
.chooseUs-area .choseUs-left-content .choseUs-left-content-body .content-body-modul .modul-img {
  margin-right: 22px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.chooseUs-area .choseUs-left-content .choseUs-left-content-body .content-body-modul .modul-img i {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 55px;
  color: #F14533;
}
.chooseUs-area .choseUs-left-content .choseUs-left-content-body .content-body-modul .modul-text h5 {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  line-height: 1.33;
  margin-bottom: 9px;
}
.chooseUs-area .choseUs-left-content .choseUs-left-content-body .content-body-modul .modul-text p {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 16px;
  font-weight: 400;
  color: #858585;
  line-height: 1.56;
}
.chooseUs-area .choseRight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.chooseUs-area .choseRight .choseUs-right-content .choseUs-right-content-img {
  max-width: 355px;
  -webkit-transform: rotate(4deg);
      -ms-transform: rotate(4deg);
          transform: rotate(4deg);
  overflow: hidden;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.chooseUs-area .choseRight .choseUs-right-content .choseUs-right-content-img:hover {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.chooseUs-area .choseRight .choseUs-right-content .choseUs-right-content-img:hover img {
  -webkit-transform: rotate(0deg) scale(1.15);
      -ms-transform: rotate(0deg) scale(1.15);
          transform: rotate(0deg) scale(1.15);
}
.chooseUs-area .choseRight .choseUs-right-content .choseUs-right-content-img img {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  width: 100%;
  -webkit-transform: rotate(-4deg) scale(1.15);
      -ms-transform: rotate(-4deg) scale(1.15);
          transform: rotate(-4deg) scale(1.15);
}
/**************************************
         07 TESTIMONIALS AREA CSS
 **************************************/
.testimonials-area {
  background: url(../foto/esterni.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  padding: 238px 0;
  z-index: 0;
  position: relative;
}
.testimonials-area:after {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(27deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 36%, rgba(0, 0, 0, 0.64) 71%);
  background: -o-linear-gradient(27deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 36%, rgba(0, 0, 0, 0.64) 71%);
  background: linear-gradient(63deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 36%, rgba(0, 0, 0, 0.64) 71%);
  position: absolute;
  top: 0;
  z-index: -1;
}
.testimonials-area .owl-carousel .testimonials-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 0 0;
}
.testimonials-area .owl-carousel .testimonials-content .testimonials-content--img {
  margin-right: 32px;
}
.testimonials-area .owl-carousel .testimonials-content .testimonials-content--img img {
  width: 140px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.testimonials-area .owl-carousel .testimonials-content .testimonials-content--text {
  color: #ffffff;
  position: relative;
  z-index: 0;
}
.testimonials-area .owl-carousel .testimonials-content .testimonials-content--text:before {
  content: "";
  position: absolute;
  top: -32px;
  left: -24px;
  width: 100%;
  height: 100%;
  background: url(../img/testimonial-qout.png);
  background-repeat: no-repeat;
  z-index: -1;
}
.testimonials-area .owl-carousel .testimonials-content .testimonials-content--text p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
  font-weight: 400;
  margin-bottom: 54px;
}
.testimonials-area .owl-carousel .testimonials-content .testimonials-content--text .author {
  padding-left: 30px;
  position: relative;
}
.testimonials-area .owl-carousel .testimonials-content .testimonials-content--text .author:after {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 20px;
  height: 2px;
  background: #ffffff;
}
.testimonials-area .owl-carousel .testimonials-content .testimonials-content--text .author h6 {
  font-weight: 400;
  font-size: 20px;
}
.testimonials-area .owl-carousel .testimonials-content .testimonials-content--text .author span {
  font-size: 14px;
}
.testimonials-area .owl-carousel .owl-dots {
  position: absolute;
  right: 0;
  bottom: 0;
}
.testimonials-area .owl-carousel .owl-dots .owl-dot {
  margin-right: 10px;
}
.testimonials-area .owl-carousel .owl-dots .owl-dot span {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 10px;
  height: 10px;
  display: block;
  background: #FFFFFF;
}
.testimonials-area .owl-carousel .owl-dots .active span {
  background: #E53F29;
}
/**************************************
         08 BOOK APPIONMENT AREA CSS
 **************************************/
.appionment-area {
  background: #E53F29;
  padding-top: 155px;
  padding-bottom: 140px;
  background-image: url(../img/TyrePattern.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.appionment-area .appionment-left-content {
  color: #ffffff;
}
.appionment-area .appionment-left-content h2 {
  font-size: 50px;
  font-weight: 500;
  line-height: 1.36;
  margin-bottom: 52px;
}
.appionment-area .appionment-left-content p {
  max-width: 400px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.56;
}
.appionment-area .appionment-right-content form {
  margin-top: 10px;
}
.appionment-area .appionment-right-content form .appionment-form-inputField {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.appionment-area .appionment-right-content form .appionment-form-inputField input {
  width: 47.5%;
  border: none;
  font-size: 16px;
  padding: 18px;
  margin-bottom: 30px;
  color: #858585;
}
.appionment-area .appionment-right-content form .appionment-form-inputField input:nth-child(1) {
  margin-right: 5%;
}
.appionment-area .appionment-right-content form .appionment-form-inputField .select {
  width: 47.5%;
  border: none;
  font-size: 16px;
  padding: 18px;
  margin-bottom: 30px;
  color: #858585;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../img/arrow-down.png) no-repeat 96% #ffffff;
}
.appionment-area .appionment-right-content form .appionment-form-inputField .select:nth-of-type(1) {
  margin-right: 5%;
}
.appionment-area .appionment-right-content button {
  width: 100%;
  background: #ffffff;
  border-color: #ffffff;
}
.appionment-area .appionment-right-content button:hover {
  background: #08194A;
  border-color: #08194A;
}
/**************************************
         09 OUR TEAM AREA CSS
 **************************************/
.team-area {
  padding-top: 112px;
  padding-bottom: 120px;
}
.team-area .team-left-content .team-content-head h4 {
  color: #E53F29;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.33;
  padding-left: 25px;
  position: relative;
}
.team-area .team-left-content .team-content-head h4:before {
  content: "";
  width: 6px;
  height: 20px;
  background: #E53F29;
  position: absolute;
  top: 7px;
  left: 0;
}
.team-area .team-left-content .team-content-head h2 {
  font-weight: 500;
  line-height: 1.36;
  color: #08194A;
  font-size: 50px;
  margin-top: 7px;
  margin-bottom: 50px;
}
.team-area .team-left-content .team-content-head p {
  color: #858585;
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
  margin-bottom: 52px;
}
.team-area .team-left-content .team-content-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.team-area .team-left-content .team-content-body .content-body-modul {
  width: 47%;
  margin-right: 3%;
  padding: 15px 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.team-area .team-left-content .team-content-body .content-body-modul:hover {
  background: #F14533;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding-left: 25px;
}
.team-area .team-left-content .team-content-body .content-body-modul:hover .modul-text h5 {
  color: #ffffff;
}
.team-area .team-left-content .team-content-body .content-body-modul:hover .modul-text span {
  color: #ffffff;
}
.team-area .team-left-content .team-content-body .content-body-modul:hover .modul-img {
  margin-right: 10px;
}
.team-area .team-left-content .team-content-body .content-body-modul:hover .modul-img i {
  color: #ffffff;
}
.team-area .team-left-content .team-content-body .content-body-modul .modul-img {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.team-area .team-left-content .team-content-body .content-body-modul .modul-img i {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 55px;
  color: #F14533;
}
.team-area .team-left-content .team-content-body .content-body-modul .modul-text h5 {
  font-size: 24px;
  color: #08194A;
  line-height: 1.33;
  font-weight: 500;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.team-area .team-left-content .team-content-body .content-body-modul .modul-text h5 span {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #E53F29;
  line-height: 1.36;
  font-size: 36px;
  font-weight: 500;
  display: block;
}
.team-area .team-right-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 13px;
}
.team-area .team-right-content .team-content-one {
  width: 285px;
  margin-right: 15px;
}
.team-area .team-right-content .team-content-one .team-item-one {
  position: relative;
}
.team-area .team-right-content .team-content-one .team-item-one .team-content-img {
  position: relative;
}
.team-area .team-right-content .team-content-one .team-item-one .team-content-img:after {
  width: 50%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00000060;
  -webkit-transition: 0.7s ease-in-out;
  -o-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
  -webkit-transition-delay: .5s;
       -o-transition-delay: .5s;
          transition-delay: .5s;
  margin: auto;
  opacity: 0;
}
.team-area .team-right-content .team-content-one .team-item-one .team-content-img:hover:after {
  width: 100%;
}
.team-area .team-right-content .team-content-one .team-item-one .team-content-img:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.team-area .team-right-content .team-content-one .team-item-one .team-content-img .team-img {
  max-width: 270px;
  background: #EFEFEF;
  overflow: hidden;
}
.team-area .team-right-content .team-content-one .team-item-one .team-content-img .team-img img {
  width: 100%;
  -webkit-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
.team-area .team-right-content .team-content-one .team-item-one .team-content-img .team-content-text {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  background: #E53F29;
  color: #ffffff;
}
.team-area .team-right-content .team-content-one .team-item-one .team-content-img .team-content-text a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  padding: 6px 5px;
  position: relative;
  z-index: 2;
}
.team-area .team-right-content .team-content-one .team-item-one .team-content-img .team-content-text a:after {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  content: "";
  position: absolute;
  top: -15px;
  right: 0px;
  width: 0;
  height: 0;
  border-bottom: 15.75px solid #D11800;
  border-right: 15.7px solid transparent;
}
.team-area .team-right-content .team-content-one .team-item-one .team-content-img .team-content-text a:before {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  content: "";
  position: absolute;
  bottom: -15px;
  right: 0px;
  width: 0;
  height: 0;
  border-top: 15.7px solid #D11800;
  border-right: 15.7px solid transparent;
}
.team-area .team-right-content .team-content-one .team-item-one .team-content-img .team-content-text a:hover {
  background: #08194A;
}
.team-area .team-right-content .team-content-one .team-item-one .team-content-img .team-content-text a:hover:after,
.team-area .team-right-content .team-content-one .team-item-one .team-content-img .team-content-text a:hover:before {
  border-color: #000000cf;
  border-right: 15.7px solid transparent;
}
.team-area .team-right-content .team-content-one .team-item-one .team-content-img .team-content-text a .text h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.35;
}
.team-area .team-right-content .team-content-one .team-item-one .team-content-img .team-content-text a .text p {
  font-size: 14px;
}
.team-area .team-right-content .team-content-one .team-item-one .team-content-img .team-content-text a i {
  font-size: 20px;
}
.team-area .team-right-content .team-content-one .team-item-tow {
  margin-top: 30px;
  position: relative;
}
.team-area .team-right-content .team-content-one .team-item-tow .team-content-img {
  position: relative;
}
.team-area .team-right-content .team-content-one .team-item-tow .team-content-img:after {
  width: 50%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00000060;
  -webkit-transition: 0.7s ease-in-out;
  -o-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
  -webkit-transition-delay: .5s;
       -o-transition-delay: .5s;
          transition-delay: .5s;
  margin: auto;
  opacity: 0;
}
.team-area .team-right-content .team-content-one .team-item-tow .team-content-img:hover:after {
  width: 100%;
}
.team-area .team-right-content .team-content-one .team-item-tow .team-content-img:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.team-area .team-right-content .team-content-one .team-item-tow .team-content-img .team-img {
  max-width: 270px;
  background: #EFEFEF;
  overflow: hidden;
}
.team-area .team-right-content .team-content-one .team-item-tow .team-content-img .team-img img {
  width: 100%;
  -webkit-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
.team-area .team-right-content .team-content-one .team-item-tow .team-content-img .team-content-text {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  background: #E53F29;
  color: #ffffff;
}
.team-area .team-right-content .team-content-one .team-item-tow .team-content-img .team-content-text a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  padding: 6px 5px;
  position: relative;
  z-index: 2;
}
.team-area .team-right-content .team-content-one .team-item-tow .team-content-img .team-content-text a:after {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  content: "";
  position: absolute;
  top: -15px;
  right: 0px;
  width: 0;
  height: 0;
  border-bottom: 15.75px solid #D11800;
  border-right: 15.7px solid transparent;
}
.team-area .team-right-content .team-content-one .team-item-tow .team-content-img .team-content-text a:before {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  content: "";
  position: absolute;
  bottom: -15px;
  right: 0px;
  width: 0;
  height: 0;
  border-top: 15.7px solid #D11800;
  border-right: 15.7px solid transparent;
}
.team-area .team-right-content .team-content-one .team-item-tow .team-content-img .team-content-text a:hover {
  background: #08194A;
}
.team-area .team-right-content .team-content-one .team-item-tow .team-content-img .team-content-text a:hover:after,
.team-area .team-right-content .team-content-one .team-item-tow .team-content-img .team-content-text a:hover:before {
  border-color: #000000cf;
  border-right: 15.7px solid transparent;
}
.team-area .team-right-content .team-content-one .team-item-tow .team-content-img .team-content-text a .text h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.35;
}
.team-area .team-right-content .team-content-one .team-item-tow .team-content-img .team-content-text a .text p {
  font-size: 14px;
}
.team-area .team-right-content .team-content-one .team-item-tow .team-content-img .team-content-text a i {
  font-size: 20px;
}
.team-area .team-right-content .team-content-tow {
  margin-top: 55px;
  width: 285px;
  margin-right: 15px;
}
.team-area .team-right-content .team-content-tow .team-item-one {
  position: relative;
}
.team-area .team-right-content .team-content-tow .team-item-one .team-content-img {
  position: relative;
}
.team-area .team-right-content .team-content-tow .team-item-one .team-content-img:after {
  width: 50%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00000060;
  -webkit-transition: 0.7s ease-in-out;
  -o-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
  -webkit-transition-delay: .5s;
       -o-transition-delay: .5s;
          transition-delay: .5s;
  margin: auto;
  opacity: 0;
}
.team-area .team-right-content .team-content-tow .team-item-one .team-content-img:hover:after {
  width: 100%;
}
.team-area .team-right-content .team-content-tow .team-item-one .team-content-img:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.team-area .team-right-content .team-content-tow .team-item-one .team-content-img .team-img {
  max-width: 270px;
  background: #EFEFEF;
  overflow: hidden;
}
.team-area .team-right-content .team-content-tow .team-item-one .team-content-img .team-img img {
  width: 100%;
  -webkit-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
.team-area .team-right-content .team-content-tow .team-item-one .team-content-img .team-content-text {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  background: #E53F29;
  color: #ffffff;
}
.team-area .team-right-content .team-content-tow .team-item-one .team-content-img .team-content-text a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  padding: 6px 5px;
  position: relative;
  z-index: 2;
}
.team-area .team-right-content .team-content-tow .team-item-one .team-content-img .team-content-text a:after {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  content: "";
  position: absolute;
  top: -15px;
  right: 0px;
  width: 0;
  height: 0;
  border-bottom: 15.75px solid #D11800;
  border-right: 15.7px solid transparent;
}
.team-area .team-right-content .team-content-tow .team-item-one .team-content-img .team-content-text a:before {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  content: "";
  position: absolute;
  bottom: -15px;
  right: 0px;
  width: 0;
  height: 0;
  border-top: 15.7px solid #D11800;
  border-right: 15.7px solid transparent;
}
.team-area .team-right-content .team-content-tow .team-item-one .team-content-img .team-content-text a:hover {
  background: #08194A;
}
.team-area .team-right-content .team-content-tow .team-item-one .team-content-img .team-content-text a:hover:after,
.team-area .team-right-content .team-content-tow .team-item-one .team-content-img .team-content-text a:hover:before {
  border-color: #000000cf;
  border-right: 15.7px solid transparent;
}
.team-area .team-right-content .team-content-tow .team-item-one .team-content-img .team-content-text a .text h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.35;
}
.team-area .team-right-content .team-content-tow .team-item-one .team-content-img .team-content-text a .text p {
  font-size: 14px;
}
.team-area .team-right-content .team-content-tow .team-item-one .team-content-img .team-content-text a i {
  font-size: 20px;
}
.team-area .team-right-content .team-content-tow .team-item-tow {
  margin-top: 30px;
  position: relative;
}
.team-area .team-right-content .team-content-tow .team-item-tow .team-content-img {
  position: relative;
}
.team-area .team-right-content .team-content-tow .team-item-tow .team-content-img:after {
  width: 50%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00000060;
  -webkit-transition: 0.7s ease-in-out;
  -o-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
  -webkit-transition-delay: .5s;
       -o-transition-delay: .5s;
          transition-delay: .5s;
  margin: auto;
  opacity: 0;
}
.team-area .team-right-content .team-content-tow .team-item-tow .team-content-img:hover:after {
  width: 100%;
}
.team-area .team-right-content .team-content-tow .team-item-tow .team-content-img:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.team-area .team-right-content .team-content-tow .team-item-tow .team-content-img .team-img {
  max-width: 270px;
  background: #EFEFEF;
  overflow: hidden;
}
.team-area .team-right-content .team-content-tow .team-item-tow .team-content-img .team-img img {
  width: 100%;
  -webkit-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
.team-area .team-right-content .team-content-tow .team-item-tow .team-content-img .team-content-text {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  background: #E53F29;
  color: #ffffff;
}
.team-area .team-right-content .team-content-tow .team-item-tow .team-content-img .team-content-text a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  padding: 6px 5px;
  position: relative;
  z-index: 2;
}
.team-area .team-right-content .team-content-tow .team-item-tow .team-content-img .team-content-text a:after {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  content: "";
  position: absolute;
  top: -15px;
  right: 0px;
  width: 0;
  height: 0;
  border-bottom: 15.75px solid #D11800;
  border-right: 15.7px solid transparent;
}
.team-area .team-right-content .team-content-tow .team-item-tow .team-content-img .team-content-text a:before {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  content: "";
  position: absolute;
  bottom: -15px;
  right: 0px;
  width: 0;
  height: 0;
  border-top: 15.7px solid #D11800;
  border-right: 15.7px solid transparent;
}
.team-area .team-right-content .team-content-tow .team-item-tow .team-content-img .team-content-text a:hover {
  background: #08194A;
}
.team-area .team-right-content .team-content-tow .team-item-tow .team-content-img .team-content-text a:hover:after,
.team-area .team-right-content .team-content-tow .team-item-tow .team-content-img .team-content-text a:hover:before {
  border-color: #000000cf;
  border-right: 15.7px solid transparent;
}
.team-area .team-right-content .team-content-tow .team-item-tow .team-content-img .team-content-text a .text h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.35;
}
.team-area .team-right-content .team-content-tow .team-item-tow .team-content-img .team-content-text a .text p {
  font-size: 14px;
}
.team-area .team-right-content .team-content-tow .team-item-tow .team-content-img .team-content-text a i {
  font-size: 20px;
}
/**************************************
         10 SERVICES CENTER AREA CSS
 **************************************/
.serviceCenter-area {
  padding-bottom: 205px;
  position: relative;
}
.serviceCenter-area .container-fluid {
  padding-top: 115px;
  padding-bottom: 225px;
  background: #08194A;
  background-image: url(../img/servicesCenter.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.serviceCenter-area .container-fluid h4 {
  font-size: 24px;
  font-weight: 500;
  color: #E53F29;
  line-height: 1.33;
  text-align: center;
}
.serviceCenter-area .container-fluid h2 {
  text-align: center;
  font-weight: 500;
  line-height: 1.36;
  color: #ffffff;
  font-size: 50px;
}
.serviceCenter-area .container-fluid .icon {
  margin-top: 53px;
  margin-bottom: 10px;
}
.serviceCenter-area .container-fluid .icon a {
  width: 60px;
  height: 60px;
  background: #ffffff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: auto;
  display: block;
  text-align: center;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.serviceCenter-area .container-fluid .icon a:hover {
  background: #E53F29;
}
.serviceCenter-area .container-fluid .icon a:hover i {
  color: #ffffff;
}
.serviceCenter-area .container-fluid .icon a i {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-top: 18px;
  font-size: 25px;
  color: #E53F29;
  display: inline-block;
}
.serviceCenter-area .container-fluid h3 {
  text-align: center;
}
.serviceCenter-area .container-fluid h3 a {
  font-weight: 500;
  color: #ffffff;
  font-size: 36px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.serviceCenter-area .container-fluid h3 a:hover {
  color: #E53F29;
}
.serviceCenter-area .car {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 1485px;
  margin: auto;
}
.serviceCenter-area .car img {
  width: 100%;
}
/**************************************
        11 LATEST NEWS AREA CSS
 **************************************/
.latestNews-area {
  padding-bottom: 120px;
  padding-top: 102px;
}
.latestNews-area .letestNews-content {
  max-width: 570px;
}
.latestNews-area .letestNews-content .content-head h4 {
  color: #E53F29;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.33;
  padding-left: 25px;
  position: relative;
}
.latestNews-area .letestNews-content .content-head h4:before {
  content: "";
  width: 6px;
  height: 20px;
  background: #E53F29;
  position: absolute;
  top: 7px;
  left: 0;
}
.latestNews-area .letestNews-content .content-head h2 {
  max-width: 355px;
  font-weight: 500;
  line-height: 1.36;
  color: #08194A;
  font-size: 50px;
  margin-top: 7px;
  margin-bottom: 55px;
}
.latestNews-area .letestNews-content .content-head p {
  color: #858585;
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
}
.latestNews-area .all-blog {
  position: absolute;
  bottom: 0px;
  right: 0;
}
.latestNews-area .all-blog a {
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #E53F29;
  background: #E53F29;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-right: 15px;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.latestNews-area .all-blog a:hover {
  color: #ffffff;
  border-color: #0B1548;
  background: #0B1548;
}
.latestNews-area .blog-body {
  margin-top: 75px;
}
.latestNews-area .blog-body .leatestNews-blogItem {
  background: #F8F8F8;
  -webkit-box-shadow: 0 2px 15px #b7b7b770;
          box-shadow: 0 2px 15px #b7b7b770;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  height: 100%;
}
.latestNews-area .blog-body .leatestNews-blogItem:hover {
  -webkit-box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.2);
}
.latestNews-area .blog-body .leatestNews-blogItem:hover .blogItem-content .content-img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -o-object-fit: cover;
     object-fit: cover;
}
.latestNews-area .blog-body .leatestNews-blogItem .blogItem-content {
  text-align: center;
}
.latestNews-area .blog-body .leatestNews-blogItem .blogItem-content .content-img {
  max-width: 370px;
  overflow: hidden;
}
.latestNews-area .blog-body .leatestNews-blogItem .blogItem-content .content-img img {
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.latestNews-area .blog-body .leatestNews-blogItem .body-text {
  padding: 0 42px 70px;
}
.latestNews-area .blog-body .leatestNews-blogItem .body-text .content-archive {
  padding-top: 19px;
  padding-bottom: 27px;
}
.latestNews-area .blog-body .leatestNews-blogItem .body-text .content-archive .date {
  display: inline-block;
  padding-right: 30px;
  position: relative;
}
.latestNews-area .blog-body .leatestNews-blogItem .body-text .content-archive .date:before {
  content: "";
  position: absolute;
  top: 7px;
  right: 14px;
  width: 2px;
  height: 13px;
  background: #858585;
}
.latestNews-area .blog-body .leatestNews-blogItem .body-text .content-archive .date a {
  color: #858585;
  font-size: 14px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.latestNews-area .blog-body .leatestNews-blogItem .body-text .content-archive .date a:hover {
  color: #E53F29;
}
.latestNews-area .blog-body .leatestNews-blogItem .body-text .content-archive .tag {
  display: inline-block;
}
.latestNews-area .blog-body .leatestNews-blogItem .body-text .content-archive .tag a {
  color: #858585;
  font-size: 14px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.latestNews-area .blog-body .leatestNews-blogItem .body-text .content-archive .tag a:hover {
  color: #E53F29;
}
.latestNews-area .blog-body .leatestNews-blogItem .body-text h3 {
  font-size: 28px;
  font-weight: 500;
  color: #08194A;
  line-height: 1.35;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.latestNews-area .blog-body .leatestNews-blogItem .body-text h3:hover {
  color: #E53F29;
}
.latestNews-area .blog-body .leatestNews-blogItem .body-text .read-more {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -25px;
}
.latestNews-area .blog-body .leatestNews-blogItem .body-text .read-more a {
  width: 55px;
  height: 55px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #E53F29;
  display: block;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.latestNews-area .blog-body .leatestNews-blogItem .body-text .read-more a:hover {
  background: #08194A;
}
.latestNews-area .blog-body .leatestNews-blogItem .body-text .read-more a i {
  font-size: 30px;
  color: #ffffff;
}
/***************************************
       12 FOOTER SECTION CSS
 **************************************/
footer .top-footer {
  background: #08194A;
  color: #ffffff;
  padding-bottom: 112px;
  padding-top: 120px;
}
footer .top-footer .footer-col1 p {
  font-size: 15px;
  line-height: 2;
  margin: 48px 0 17px;
}
footer .top-footer .footer-col1 h5 {
  color: #E53F29;
  font-size: 20px;
  font-weight: 600;
}
footer .top-footer .footer-col1 span {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 10px;
  display: inline-block;
}
footer .top-footer .footer-col2 h4 {
  color: #E53F29;
  font-size: 28px;
  font-weight: 600;
  padding-top: 20px;
  margin-bottom: 38px;
}
footer .top-footer .footer-col2 p {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 30px;
}
footer .top-footer .footer-col2 form {
  position: relative;
  padding-top: 6px;
}
footer .top-footer .footer-col2 form input {
  width: 100%;
  border: none;
  background: #FFFFFF;
  height: 42px;
  padding-left: 15px;
  padding-right: 102px;
}
footer .top-footer .footer-col2 form input::-webkit-input-placeholder {
  color: #656565;
  opacity: 50%;
}
footer .top-footer .footer-col2 form input::-moz-placeholder {
  color: #656565;
  opacity: 50%;
}
footer .top-footer .footer-col2 form input:-ms-input-placeholder {
  color: #656565;
  opacity: 50%;
}
footer .top-footer .footer-col2 form input::-ms-input-placeholder {
  color: #656565;
  opacity: 50%;
}
footer .top-footer .footer-col2 form input::placeholder {
  color: #656565;
  opacity: 50%;
}
footer .top-footer .footer-col2 form button {
  position: absolute;
  top: 57%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 7px;
  border: none;
  background: #E53F29;
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
  height: 30px;
  padding: 0 15px;
  text-transform: capitalize;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border: 1px solid #E53F29;
}
footer .top-footer .footer-col2 form button:hover {
  border: 1px solid #E53F29;
  background: transparent;
  color: #E53F29 !important;
}
footer .top-footer .footer-col2 .social-link {
  padding-top: 40px;
}
footer .top-footer .footer-col2 .social-link a i {
  width: 35px;
  height: 35px;
  background: #E53F29;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  padding-top: 9px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-right: 10px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  display: inline-block;
}
footer .top-footer .footer-col2 .social-link a i:hover {
  background: #ffffff;
  color: #E53F29;
}
footer .top-footer .footer-col3 h4 {
  color: #E53F29;
  font-size: 28px;
  font-weight: 600;
  padding-top: 20px;
  margin-bottom: 56px;
}
footer .top-footer .footer-col3 .footer-blog .footer-single-blog a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  color: #ffffff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  line-height: 1.2;
  font-weight: 500;
}
footer .top-footer .footer-col3 .footer-blog .footer-single-blog a:hover {
  color: #E53F29;
}
footer .top-footer .footer-col3 .footer-blog .footer-single-blog a .img {
  padding-right: 15px;
}
footer .top-footer .footer-col3 .footer-blog .footer-single-blog a .img img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .top-footer .footer-col3 .footer-blog .footer-single-blog a .text h5 {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
}
footer .top-footer .footer-col3 .footer-blog .footer-single-blog a .text p {
  font-size: 14px;
  color: #F8F8F8;
  opacity: 60%;
  line-height: 2;
  margin-bottom: 0px;
}
footer .top-footer .footer-col4 h4 {
  color: #E53F29;
  font-size: 28px;
  font-weight: 600;
  padding-top: 20px;
  margin-bottom: 56px;
}
footer .top-footer .footer-col4 .gallery-cotent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
footer .top-footer .footer-col4 .gallery-cotent img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  padding-right: 15px;
  padding-bottom: 15px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
footer .bottom-footer {
  background: #08194A;
  padding: 0 10px 30px;
  text-align: center;
  position: relative;
}
footer .bottom-footer p {
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}
footer .bottom-footer p span {
  padding: 0 20px;
}
footer .bottom-footer p a {
  color: #ffffff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
footer .bottom-footer p a:hover {
  color: #E53F29;
}
footer  a {
  color: #ffffff;
}
footer .bottom-footer .bottomToup {
  position: fixed;
  bottom: 20px;
  right: 15px;
  -webkit-animation: mover 1s infinite alternate;
          animation: mover 1s infinite alternate;
  opacity: 0;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
}
footer .bottom-footer .bottomToup i {
  width: 40px;
  height: 40px;
  background: #F14533;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  font-size: 20px;
  color: #ffffff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  padding-top: 8px;
  display: inline-block;
  -webkit-transition: 0s ease;
  -o-transition: 0s ease;
  transition: 0s ease;
  border: 2px solid #ffffff;
}
footer .bottom-footer .bottomToup i:hover {
  background: #0B1548;
}
footer .bottom-footer .active-top {
  opacity: 1;
}
@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes mover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes mover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
/*** RTESPONSIVE STYLES BELOW ***/
/***************************************
        13 Min-Width 2000px
***************************************/
@media all and (min-width: 2000px) {
  .header-area .top-header:after {
    width: 50%;
  }
  .service-area:after {
    width: 50%;
  }
  .service-area:before {
    width: 50%;
  }
}
/***************************************
        14 MAX-Width 1160px
***************************************/
@media all and (max-width: 1160px) {
  .service-area .service-content-left h2 {
    font-size: 45px;
  }
  .service-area .service-content-left .service-content-left-list ul:last-child {
    margin-right: 0;
  }
  .service-area .service-content-left .service-content-left-list ul li {
    font-size: 18px;
  }
  .service-area .sRight .service-content-right h2 {
    font-size: 45px;
  }
  .service-area .sRight .service-content-right ul li {
    font-size: 18px;
  }
  .chooseUs-area:before {
    background-position: right top;
  }
  .chooseUs-area::after {
    background-position: bottom left;
  }
  .chooseUs-area .choseUs-left-content .choseUs-left-content-body .content-body-modul:nth-child(even) {
    margin: 0;
  }
  .chooseUs-area .choseUs-left-content .choseUs-left-content-body .content-body-modul .modul-img {
    margin-right: 10px;
  }
  .chooseUs-area .choseUs-left-content .choseUs-left-content-body .content-body-modul .modul-text h5 {
    font-size: 18px;
  }
  .chooseUs-area .choseUs-left-content .choseUs-left-content-body .content-body-modul .modul-text p {
    font-size: 15px;
  }
  .mfp-image-holder .mfp-content {
    max-width: 80%;
  }
}
/***************************************
        15 MAX-Width 991px
***************************************/
@media all and (max-width: 991px) {
  div#sticky-wrapper {
    height: 84px;
  }
  
  
  .slicknav_menu {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 6;
    background: #fff;
    width: 100%;
    padding: 20px 15px;
    -webkit-box-shadow: 0px 2px 20px #b7b7b7b7;
            box-shadow: 0px 2px 20px #b7b7b7b7;
  }
  .slicknav_menu .slicknav_btn {
    text-shadow: none;
    font-size: 17px;
    padding: 10px 15px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    background-color: #e53f2a;
  }
  .slicknav_menu .slicknav_nav {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    margin: 0;
    padding: 0px 15px 20px 15px;
    text-align: left !important;
  }
  .slicknav_menu .slicknav_nav ul {
    background: #07194A;
    text-align: left;
    margin-left: 0 !important;
    padding: 15px 20px 20px 20px;
    -webkit-box-shadow: 0px 2px 15px #505050ad;
            box-shadow: 0px 2px 15px #505050ad;
  }
  .slicknav_menu .slicknav_nav ul li {
    display: block !important;
    margin-right: 0 !important;
  }
  .slicknav_menu .slicknav_nav ul li a {
    width: 100% !important;
    color: #fff !important;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    margin: 0 !important;
    padding: 12px 15px !important;
  }
  .slicknav_menu .slicknav_nav ul li a:hover {
    background: #ffffff;
    color: #EE0D09 !important;
    -webkit-border-radius: 0 !important;
            border-radius: 0 !important;
  }
  .slicknav_menu .slicknav_nav ul li a:hover:after {
    display: none;
  }
  .slicknav_menu .slicknav_nav ul li:last-child {
    margin-top: 15px;
  }
  .slicknav_menu .slicknav_nav ul li:last-child a {
    text-align: center;
  }
  .slicknav_menu .slicknav_nav ul li:last-child a:hover {
    background: #fff !important;
  }
  .slicknav_menu .slicknav_nav .appionment {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .slicknav_menu .slicknav_nav .appionment a {
    width: 90%;
    background: #F14533;
    margin: auto;
    text-align: center;
  }
  .slicknav_menu .slicknav_nav .appionment a:hover {
    -webkit-border-radius: 0px;
            border-radius: 0px;
  }
  .slicknav_menutxt {
    text-shadow: 0 1px 3px #615a5a;
    display: none !important;
  }
  .slicknav_icon {
    margin: 0 !important;
  }
  .slicknav_nav a {
    padding: 12px 10px;
  }
  nav#menu {
    display: none;
  }
  .header-area .top-header:after {
    width: 100%;
  }
  .header-area .top-header .openClose-time {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 4px;
  }
  .header-area .top-header .contact-information {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-area .main-header {
    padding: 0;
  }
  .header-area .main-header .logo {
    position: absolute;
    top: 21px;
    left: 15px;
    z-index: 9999;
  }
  .hero-area {
    padding: 120px 0 120px;
    padding-top: 200px  !important;
  }
  .hero-area .hero-content h1 {
    font-size: 55px;
  }
  .hero-area .hero-content p {
    padding: 35px 0 20px;
    font-size: 18px;
  }
  .aboutUs-area {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .aboutUs-area .about-content-left {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .aboutUs-area .about-content-left .about-content-left-text {
    left: 30%;
  }
  .aboutUs-area .about-content-right {
    margin-top: 50px;
  }
  .aboutUs-area .about-content-right h2 {
    font-size: 30px;
    margin-top: 5px;
    margin-bottom: 28px;
  }
  .aboutUs-area .about-content-right h4 {
    font-size: 18px;
    padding-left: 10px;
  }
  .aboutUs-area .about-content-right h4:before {
    width: 3px;
    top: 2px;
  }
  .aboutUs-area .about-content-right p {
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .service-area {
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
  }
  .service-area:before {
    background: #0B1548;
    width: 100%;
    height: 50%;
    z-index: 0;
  }
  .service-area:after {
    background: #e53f2a;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: -1;
  }
  .service-area .service-content-left h2 {
    font-size: 30px;
  }
  .service-area .service-content-left .service-content-left-list ul li {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .service-area .sRight {
    margin-top: 80px;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .service-area .sRight .service-content-right {
    margin-right: 10%;
  }
  .service-area .sRight .service-content-right h2 {
    font-size: 30px;
  }
  .service-area .sRight .service-content-right .service-content-right-list {
    margin-top: 20px;
  }
  .service-area .sRight .service-content-right .service-content-right-list ul {
    text-align: left;
  }
  .service-area .sRight .service-content-right .service-content-right-list ul li {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .service-area .sRight .service-content-right a {
    text-align: left;
  }
  .chooseUs-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .chooseUs-area .choserow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .chooseUs-area .choserow .choseUs-left-content .choseUs-left-content-head h2 {
    font-size: 30px;
    margin-top: 5px;
    margin-bottom: 28px;
  }
  .chooseUs-area .choserow .choseUs-left-content .choseUs-left-content-head h4 {
    font-size: 18px;
    padding-left: 10px;
  }
  .chooseUs-area .choserow .choseUs-left-content .choseUs-left-content-head h4:before {
    width: 3px;
    top: 2px;
  }
  .chooseUs-area .choserow .choseUs-left-content .choseUs-left-content-head p {
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .chooseUs-area .choserow .choseUs-left-content .choseUs-left-content-body .content-body-modul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .chooseUs-area .choserow .choseUs-left-content .choseUs-left-content-body .content-body-modul .modul-img {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .chooseUs-area .choserow .choseUs-left-content .choseUs-left-content-body .content-body-modul .modul-text h5 {
    font-size: 20px;
    margin-bottom: 0;
  }
  .chooseUs-area .choseRight {
    margin-bottom: 50px;
  }
  .testimonials-area {
    padding: 100px 0;
  }
  .testimonials-area .owl-carousel .testimonials-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .testimonials-area .owl-carousel .testimonials-content .testimonials-content--img {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .testimonials-area .owl-carousel .testimonials-content .testimonials-content--img img {
    width: 100px;
    height: 100px;
  }
  .testimonials-area .owl-carousel .testimonials-content .testimonials-content--text:before {
    top: -20px;
    left: 0;
  }
  .testimonials-area .owl-carousel .testimonials-content .testimonials-content--text p {
    margin-bottom: 20px;
  }
  .appionment-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .appionment-area .appionment-left-content {
    text-align: center;
    margin-bottom: 30px;
  }
  .appionment-area .appionment-left-content h2 {
    font-size: 30px;
    margin-bottom: 18px;
  }
  .appionment-area .appionment-left-content p {
    max-width: 100%;
  }
  .appionment-area .appionment-right-content button {
    padding: 18px 25.5px;
  }
  .team-area {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
  }
  .team-area .team-left-content .team-content-head {
    margin-bottom: 50px;
  }
  .team-area .team-left-content .team-content-head h2 {
    font-size: 30px;
    margin-top: 5px;
    margin-bottom: 12px;
  }
  .team-area .team-left-content .team-content-head h4 {
    font-size: 18px;
    padding-left: 10px;
    display: inline-block;
  }
  .team-area .team-left-content .team-content-head h4:before {
    width: 3px;
    top: 2px;
  }
  .team-area .team-left-content .team-content-head p {
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .team-area .team-left-content .team-content-body .content-body-modul {
    text-align: center;
  }
  .team-area .team-left-content .team-content-body .content-body-modul .modul-text h5 {
    margin-top: 10px;
    font-size: 18px;
  }
  .team-area .team-left-content .team-content-body .content-body-modul .modul-text h5 span {
    font-size: 30px;
  }
  .team-area .team-right-content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .serviceCenter-area {
    padding-top: 0px;
    padding-bottom: 120px;
  }
  .serviceCenter-area .container-fluid {
    padding-top: 80px;
    padding-bottom: 150px;
  }
  .serviceCenter-area .container-fluid h4 {
    font-size: 20px;
  }
  .serviceCenter-area .container-fluid h2 {
    font-size: 30px;
  }
  .serviceCenter-area .container-fluid .icon {
    margin-top: 35px;
    margin-bottom: 6px;
  }
  .serviceCenter-area .container-fluid .icon a {
    width: 45px;
    height: 45px;
  }
  .serviceCenter-area .container-fluid .icon a i {
    margin-top: 14px;
    font-size: 18px;
  }
  .serviceCenter-area .container-fluid h3 a {
    font-size: 28px;
  }
  .latestNews-area .letestNews-content .content-head h2 {
    font-size: 30px;
    margin-top: 5px;
    margin-bottom: 12px;
  }
  .latestNews-area .letestNews-content .content-head h4 {
    font-size: 18px;
    padding-left: 10px;
    display: inline-block;
  }
  .latestNews-area .letestNews-content .content-head h4:before {
    width: 3px;
    top: 2px;
  }
  .latestNews-area .letestNews-content .content-head p {
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .latestNews-area .blog-body {
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .latestNews-area .blog-body .leatestNews-blogItem .blogItem-content .content-img {
    max-width: 100% !important;
  }
  .latestNews-area .blog-body .leatestNews-blogItem .blogItem-content .body-text h3 {
    font-size: 22px;
  }
  footer .top-footer {
    padding-bottom: 60px;
    padding-top: 80px;
  }
  footer .top-footer .col1-content p {
    margin: 25px 0 17px;
  }
  footer .top-footer .footer-col2 h4 {
    margin-bottom: 15px;
    font-size: 25px;
  }
  footer .top-footer .footer-col3 h4 {
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 30px;
  }
  footer .top-footer .footer-col4 h4 {
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 30px;
  }
}
/***************************************
        16 MAX-Width 768px
***************************************/
@media all and (max-width: 768px) {
  .serviceCenter-area .container-fluid {
    padding-bottom: 130px;
  }
  .chooseUs-area .choseUs-right-content-img {
    max-width: 80% !important;
    margin: auto;
  }
  .latestNews-area .all-blog {
    bottom: -38px;
  }
  .latestNews-area .all-blog a {
    padding: 4px 8px;
    font-size: 13px;
  }
  .latestNews-area .blog-body .leatestNews-blogItem .blogItem-content .body-text {
    padding: 0 25px 50px;
  }
  .latestNews-area .blog-body .leatestNews-blogItem .blogItem-content .body-text h3 {
    font-size: 18px;
  }
  .latestNews-area .blog-body .leatestNews-blogItem .blogItem-content .body-text .content-archive {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .latestNews-area .blog-body .leatestNews-blogItem .blogItem-content .body-text .content-archive .date {
    padding-right: 15px;
  }
  .latestNews-area .blog-body .leatestNews-blogItem .blogItem-content .body-text .content-archive .date:before {
    right: 5px;
    height: 12px;
    background: #8585859e;
  }
  .latestNews-area .blog-body .leatestNews-blogItem .blogItem-content .body-text .content-archive .date a {
    font-size: 12px;
  }
  .latestNews-area .blog-body .leatestNews-blogItem .blogItem-content .body-text .content-archive .tag a {
    font-size: 12px;
  }
  .latestNews-area .blog-body .leatestNews-blogItem .blogItem-content .body-text .read-more {
    bottom: -20px;
  }
  .latestNews-area .blog-body .leatestNews-blogItem .blogItem-content .body-text .read-more a {
    width: 40px;
    height: 40px;
  }
  .latestNews-area .blog-body .leatestNews-blogItem .blogItem-content .body-text .read-more a i {
    font-size: 22px;
  }
  footer .top-footer .col1-content p {
    line-height: 1.5;
  }
  footer .top-footer .col1-content h5 {
    font-size: 18px;
  }
  footer .top-footer .footer-col2 {
    margin-top: 50px;
  }
  footer .top-footer .footer-col2 h4 {
    margin-bottom: 10px;
  }
  footer .top-footer .footer-col2 p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  footer .top-footer .footer-col2 form {
    max-width: 400px;
  }
  footer .top-footer .footer-col2 .social-link {
    padding-top: 15px;
  }
  footer .top-footer .footer-col2 .social-link a i {
    width: 30px;
    height: 30px;
    font-size: 15px;
    padding-top: 7px;
  }
  footer .bottom-footer p {
    font-size: 14px;
  }
  footer .bottom-footer p span {
    padding: 0px 5px;
  }
}
/***************************************
        17 MAX-Width 576px
***************************************/
@media all and (max-width: 576px) {
  .box-btn {
    font-size: 12px;
    padding: 9px 11px;
    width: 100px;
  }
  .box-btn:after {
    top: 5px;
    margin-left: -2px;
    font-size: 28px;
  }
  .header-area .top-header .openClose-time p {
    font-size: 12px;
    font-weight: 500;
  }
  .header-area .top-header .contact-information {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-area .top-header .contact-information .contact-information-phone {
    margin-right: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-area .top-header .contact-information .contact-information-phone a {
    font-size: 12px;
  }
  .header-area .top-header .contact-information .contact-information-social {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-area .top-header .contact-information .contact-information-social span {
    font-size: 12px;
  }
  .hero-area {
    padding: 80px 0 60px;
  }
  .hero-area:after {
    background: -webkit-linear-gradient(30deg, #ffffff 0%, #ffffff 0%, #ffffff 29%, rgba(231, 231, 231, 0.81276261) 46%, rgba(223, 223, 223, 0.5) 67%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(30deg, #ffffff 0%, #ffffff 0%, #ffffff 29%, rgba(231, 231, 231, 0.81276261) 46%, rgba(223, 223, 223, 0.5) 67%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(60deg, #ffffff 0%, #ffffff 0%, #ffffff 29%, rgba(231, 231, 231, 0.81276261) 46%, rgba(223, 223, 223, 0.5) 67%, rgba(255, 255, 255, 0) 100%);
  }
  .hero-area .hero-content h1 {
    font-size: 30px;
    line-height: 1.1;
  }
  .hero-area .hero-content p {
    padding: 20px 0 20px;
    font-size: 14px;
  }
  .aboutUs-area {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .aboutUs-area .about-content-left .about-content-left-imgOne {
    margin-right: 15px;
    margin-top: -40px;
  }
  .aboutUs-area .about-content-left .about-content-left-text {
    left: 12%;
    width: 75%;
  }
  .aboutUs-area .about-content-left .about-content-left-text h3 {
    font-size: 24px;
    padding: 13px;
  }
  .aboutUs-area .about-content-right {
    margin-top: 18px;
  }
  .aboutUs-area .about-content-right h4 {
    font-size: 24px;
  }
  .aboutUs-area .about-content-right h4:before {
    height: 25px;
  }
  .aboutUs-area .about-content-right h2 {
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .aboutUs-area .about-content-right p {
    line-height: 1.7;
    font-size: 21px;
	text-align: left;
  }
  .aboutUs-area .about-content-right a {
    margin-top: 5px;
  }
  .service-area {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .service-area:before {
    border-top: none;
    border-right: none;
    background: #0B1548;
    width: 100%;
    height: 60%;
    z-index: 0;
  }
  .service-area:after {
    border-top: none;
    border-right: none;
    background: #e53f2a;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: -1;
  }
  .service-area .service-content-left {
    margin-bottom: 0px;
  }
  .service-area .service-content-left h2 {
    font-size: 25px;
  }
  .service-area .service-content-left .service-content-left-list {
    margin-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service-area .service-content-left .service-content-left-list ul {
    margin-right: 0;
    margin-bottom: 0;
  }
  .service-area .service-content-left .service-content-left-list ul li {
    font-size: 22px;
    padding-bottom: 10px;
  }
  .service-area .service-content-left a {
    display: block;
  }
  .service-area .sRight {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin-top: 50px;
  }
  .service-area .sRight .service-content-right {
    margin-right: 0;
  }
  .service-area .sRight .service-content-right h2 {
    font-size: 25px;
  }
  .service-area .sRight .service-content-right .service-content-right-list {
    margin-top: 10px;
  }
  .service-area .sRight .service-content-right .service-content-right-list ul li {
    font-size: 22px;
    padding-bottom: 10px;
  }
  .chooseUs-area {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .chooseUs-area:after {
    background-position: left;
  }
  .chooseUs-area .choseRight {
    margin-bottom: 15px;
  }
  .chooseUs-area .choseUs-left-content .choseUs-left-content-head {
    text-align: center;
    margin-top: 18px;
  }
  .chooseUs-area .choseUs-left-content .choseUs-left-content-head h4 {
    font-size: 14px;
    display: inline-block;
  }
  .chooseUs-area .choseUs-left-content .choseUs-left-content-head h4:before {
    height: 15px;
  }
  .chooseUs-area .choseUs-left-content .choseUs-left-content-head h2 {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .chooseUs-area .choseUs-left-content .choseUs-left-content-head p {
    line-height: 1.3;
    font-size: 14px;
  }
  .chooseUs-area .choseUs-left-content .choseUs-left-content-body {
    padding-top: 0px;
  }
  .chooseUs-area .choseUs-left-content .choseUs-left-content-body .content-body-modul {
    width: 100%;
    margin-right: 0;
    padding: 15px 0;
  }
  .chooseUs-area .choseUs-left-content .choseUs-left-content-body .content-body-modul .modul-text h5 {
    font-size: 30px;
  }
  .chooseUs-area .choseUs-left-content .choseUs-left-content-body .content-body-modul .modul-text p {
    font-size: 22px;
  }
  .testimonials-area {
    padding: 40px 0;
    background-position-x: -180px;
  }
  .testimonials-area .owl-carousel .testimonials-content .testimonials-content--img {
    margin-bottom: 10px;
  }
  .testimonials-area .owl-carousel .testimonials-content .testimonials-content--img img {
    width: 85px;
    height: 85px;
  }
  .testimonials-area .owl-carousel .testimonials-content .testimonials-content--text:before {
    -webkit-background-size: 55px 55px;
            background-size: 55px;
  }
  .testimonials-area .owl-carousel .testimonials-content .testimonials-content--text p {
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    line-height: 1.3;
  }
  .testimonials-area .owl-carousel .testimonials-content .testimonials-content--text .author:after {
    top: 8px;
  }
  .testimonials-area .owl-carousel .testimonials-content .testimonials-content--text .author h6 {
    font-size: 16px;
  }
  .testimonials-area .owl-carousel .testimonials-content .testimonials-content--text .author span {
    font-size: 12px;
  }
  .appionment-area {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .appionment-area .appionment-left-content {
    margin-bottom: 15px;
  }
  .appionment-area .appionment-left-content h2 {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .appionment-area .appionment-left-content p {
    font-size: 14px;
    line-height: 1.3;
  }
  .appionment-area .appionment-right-content form .appionment-form-inputField input {
    width: 100%;
    font-size: 14px;
    padding: 12px;
    margin-bottom: 15px;
  }
  .appionment-area .appionment-right-content form .appionment-form-inputField input:nth-child(1) {
    margin-right: 0;
  }
  .appionment-area .appionment-right-content form .appionment-form-inputField .select {
    width: 100%;
    font-size: 14px;
    padding: 12px;
    margin-bottom: 15px;
  }
  .appionment-area .appionment-right-content form .appionment-form-inputField .select:nth-of-type(1) {
    margin-right: 0;
  }
  .appionment-area .appionment-right-content button {
    padding: 15px 25.5px;
  }
  .team-area {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .team-area .team-left-content .team-content-head {
    margin-bottom: 30px;
  }
  .team-area .team-left-content .team-content-head h4 {
    font-size: 14px;
    display: inline-block;
  }
  .team-area .team-left-content .team-content-head h4:before {
    height: 15px;
  }
  .team-area .team-left-content .team-content-head h2 {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .team-area .team-left-content .team-content-head p {
    line-height: 1.3;
    font-size: 14px;
  }
  .team-area .team-left-content .team-content-body .content-body-modul {
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0;
  }
  .team-area .team-left-content .team-content-body .content-body-modul:hover {
    padding-left: 10px;
  }
  .team-area .team-left-content .team-content-body .content-body-modul .modul-img i {
    font-size: 45px;
  }
  .team-area .team-left-content .team-content-body .content-body-modul .modul-text h5 {
    margin-top: 0;
    margin-top: 10px;
    font-size: 30px;
  }
  .team-area .team-left-content .team-content-body .content-body-modul .modul-text h5 span {
    font-size: 35px;
  }
  .team-area .team-right-content {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .team-area .team-right-content .team-content-one {
    width: 75%;
    margin-right: 0;
  }
  .team-area .team-right-content .team-content-one .team-item-one .team-content-img .team-img {
    max-width: 95.5% !important;
  }
  .team-area .team-right-content .team-content-one .team-item-one .team-content-img .team-content-text a:after {
    z-index: -1;
  }
  .team-area .team-right-content .team-content-one .team-item-one .team-content-img .team-content-text a:before {
    z-index: -1;
  }
  .team-area .team-right-content .team-content-one .team-item-one .team-content-img .team-content-text a .text h6 {
    font-size: 16px;
  }
  .team-area .team-right-content .team-content-one .team-item-one .team-content-img .team-content-text a .text p {
    font-size: 12px;
  }
  .team-area .team-right-content .team-content-one .team-item-tow {
    margin-top: 15px;
  }
  .team-area .team-right-content .team-content-one .team-item-tow .team-content-img .team-img {
    max-width: 95.5% !important;
  }
  .team-area .team-right-content .team-content-one .team-item-tow .team-content-img .team-content-text a:after {
    z-index: -1;
  }
  .team-area .team-right-content .team-content-one .team-item-tow .team-content-img .team-content-text a:before {
    z-index: -1;
  }
  .team-area .team-right-content .team-content-one .team-item-tow .team-content-img .team-content-text a .text h6 {
    font-size: 16px;
  }
  .team-area .team-right-content .team-content-one .team-item-tow .team-content-img .team-content-text a .text p {
    font-size: 12px;
  }
  .team-area .team-right-content .team-content-tow {
    width: 75%;
    margin-right: 0;
    margin-top: 30px;
  }
  .team-area .team-right-content .team-content-tow .team-item-one .team-content-img .team-img {
    max-width: 95.5% !important;
  }
  .team-area .team-right-content .team-content-tow .team-item-one .team-content-img .team-content-text a:after {
    z-index: -1;
  }
  .team-area .team-right-content .team-content-tow .team-item-one .team-content-img .team-content-text a:before {
    z-index: -1;
  }
  .team-area .team-right-content .team-content-tow .team-item-one .team-content-img .team-content-text a .text h6 {
    font-size: 16px;
  }
  .team-area .team-right-content .team-content-tow .team-item-one .team-content-img .team-content-text a .text p {
    font-size: 12px;
  }
  .team-area .team-right-content .team-content-tow .team-item-tow {
    margin-top: 15px;
  }
  .team-area .team-right-content .team-content-tow .team-item-tow .team-content-img .team-img {
    max-width: 95.5% !important;
  }
  .team-area .team-right-content .team-content-tow .team-item-tow .team-content-img .team-content-text a:after {
    z-index: -1;
  }
  .team-area .team-right-content .team-content-tow .team-item-tow .team-content-img .team-content-text a:before {
    z-index: -1;
  }
  .team-area .team-right-content .team-content-tow .team-item-tow .team-content-img .team-content-text a .text h6 {
    font-size: 16px;
  }
  .team-area .team-right-content .team-content-tow .team-item-tow .team-content-img .team-content-text a .text p {
    font-size: 12px;
  }
  .serviceCenter-area {
    padding-bottom: 65px;
  }
  .serviceCenter-area .container-fluid {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .serviceCenter-area .container-fluid h4 {
    font-size: 16px;
  }
  .serviceCenter-area .container-fluid h2 {
    font-size: 23px;
  }
  .serviceCenter-area .container-fluid h3 a {
    font-size: 22px;
  }
  .latestNews-area {
    padding-bottom: 60px;
    padding-top: 40px;
    text-align: center;
  }
  .latestNews-area .letestNews-content .content-head h4 {
    font-size: 14px;
    display: inline-block;
  }
  .latestNews-area .letestNews-content .content-head h4:before {
    height: 15px;
  }
  .latestNews-area .letestNews-content .content-head h2 {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .latestNews-area .letestNews-content .content-head p {
    line-height: 1.3;
    font-size: 14px;
  }
  .latestNews-area .blog-body {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .latestNews-area .blog-body .leatestNews-blogItem .blogItem-content .content-img {
    max-width: 100% !important;
    max-height: 250px;
  }
  footer .top-footer {
    padding-bottom: 30px;
    padding-top: 40px;
  }
  footer .top-footer .footer-col1 p {
    line-height: 1.3;
    font-size: 25px;
    text-align: justify;
  }
  footer .top-footer .footer-col1 span {
    font-size: 22px;
  }
  footer .top-footer .footer-col2 {
    margin-top: 30px;
  }
  footer .top-footer .footer-col2 p {
    font-size: 25px;
  }
  footer .top-footer .footer-col3 {
    margin-top: 30px;
  }
  footer .top-footer .footer-col3 .footer-blog .footer-single-blog a .text h5 {
    font-size: 14px;
  }
  footer .top-footer .footer-col3 .footer-blog .footer-single-blog a .text p {
    font-size: 18px;
    line-height: 1.4;
  }
  footer .top-footer .footer-col4 {
    margin-top: 0px;
  }
  footer .top-footer .footer-col4 h4 {
    margin-top: 0;
  }
  footer .top-footer .footer-col4 .gallery-cotent img {
    width: 85px;
    height: 85px;
  }
  footer .bottom-footer p {
    font-size: 18px;
  }
  footer .bottom-footer .bottomToup {
    bottom: 60px;
    right: 5px;
  }
}
