/*
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. CHOOSE US AREA CSS
    05. SERVICE AREA CSS
    06. APPIONMENT AREA CSS
    07. NEWS LETTER AREA CSS
    08. TESTIMONILA AREA CSS
    09. LATEST NEWS AREA CSS
    10. FOOTER SECTION CSS
    11. MIN-Width 2000px CSS
    12. MAX-Width 1254px CSS
    13. MAX-Width 991px CSS
    14. MAX-Width 768px CSS
    15. MAX-Width 576px CSS
  =============================================================*/
/**************************************
        01 Globally Applied Styles
 **************************************/
/* Chrome, Safari, Edge, Opera */



@font-face {
  font-family: rockshield;
  src: url(../fonts/rockshield.ttf);
  height: 100px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.loader {
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  z-index: 100;
}

.loader .loader-icon {
  width: 150px;
  height: 150px;
  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: 30px;
  color: #F14533;
  font-family: Arial, Helvetica, sans-serif;
}

.loader .loader-icon img {
  width: 100%;
  max-width: 70px;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-animation: loder 2s infinite alternate;
  animation: loder 2s infinite alternate;
  margin-top: 20px;
}

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

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

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

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

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/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/v15/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/v15/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/v15/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}

@font-face {
  font-family: 'Orkney';
  src: url('../fonts/Orkney-Bold.eot');
  src: url('../fonts/Orkney-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Orkney-Bold.woff2') format('woff2'), url('../fonts/Orkney-Bold.woff') format('woff'), url('../fonts/Orkney-Bold.ttf') format('truetype'), url('../fonts/Orkney-Bold.svg#Orkney-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Orkney';
  src: url('Orkney-Medium.eot');
  src: url('Orkney-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Orkney-Medium.woff2') format('woff2'), url('../fonts/Orkney-Medium.woff') format('woff'), url('../fonts/Orkney-Medium.ttf') format('truetype'), url('../fonts/Orkney-Medium.svg#Orkney-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Orkney';
  src: url('../fonts/Orkney-Light.eot');
  src: url('../fonts/Orkney-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Orkney-Light.woff2') format('woff2'), url('../fonts/Orkney-Light.woff') format('woff'), url('../fonts/Orkney-Light.ttf') format('truetype'), url('../fonts/Orkney-Light.svg#Orkney-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Orkney';
  src: url('../fonts/Orkney-Regular.eot');
  src: url('../fonts/Orkney-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Orkney-Regular.woff2') format('woff2'), url('../fonts/Orkney-Regular.woff') format('woff'), url('../fonts/Orkney-Regular.ttf') format('truetype'), url('../fonts/Orkney-Regular.svg#Orkney-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

::-moz-selection {
  color: white;
  background: black;
}

::selection {
  color: white;
  background: black;
}


* {
  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: 'Orkney', sans-serif;
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Orkney', sans-serif;
  margin: 0;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.box-btn {
  font-family: 'Orkney', sans-serif;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background: #722c82;
  padding: 14px 26.5px !important;
  width: 170px;
  display: inline-block;
  position: relative;
  text-align: center;
}

.box-btn:hover {
  color: #ffffff;
  background: #00a414;
}

.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 2px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
}

/**************************************
         02 HEADER AREA CSS
 **************************************/
.header-area .top-header {
  background: #722c82;
  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: #00a414;
  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;
  margin: 0px;
  color: white;
}

.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: #722c82;
}

.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: #722c82;
}

.header-area .top-header .contact-information .contact-information-social a i {
  font-size: 14px;
  font-weight: 500;
}

.header-area .main-header {
  padding: 10px 0 10px;
  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;
  text-align: left;
}

.header-area .main-header nav ul li:last-child a {
  color: #ffffff;
  padding: 14px 26.5px !important;
}

.header-area .main-header nav ul li:last-child a:hover {
  color: #ffffff;
}

.header-area .main-header nav ul li:last-child a:before {
  display: none;
}

.header-area .main-header nav ul li a {
  color: #00a414;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  padding-bottom: 5px;
  position: relative;
}

.header-area .main-header nav ul li a:before {
  position: absolute;
  content: "";
  background: #722c82;
  width: 0%;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  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:before {
  width: 100%;
}

/**************************************
         03 HERO AREA CSS
 **************************************/
.hero-area {
  padding: 50px 0 80px;
  position: relative;
  z-index: 0;
  background-image: url(../images/kannan_processbg.svg);
  background-position: bottom left;
}

.hero-area .hero-content h1 {
  font-weight: normal;
  font-size: 60px;
  display: inline-block;
  color: #00a414;
  padding-left: 35px;
  position: relative;
}

.hero-area .hero-content h1:after {
  width: 7px;
  height: 90%;
  content: "";
  background: #00a414;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-area .hero-content h1 span {
  font-weight: bold;
  color: #722c82;
}

.hero-area .hero-content p {
  padding: 25px 0 53px;
  font-size: 20px;
}

.hero-area .hero-content p b {
  color: #00a414;
}

.hero-area .hero-imge {
  position: absolute;
  right: 14.8%;
  top: 103px;
  max-width: 35%;
}

.hero-area .hero-imge img {
  width: 100%;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-animation: mover 4s infinite alternate;
  animation: mover 4s infinite alternate;
}

@-webkit-keyframes hero {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}

@keyframes hero {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}

.hero-area .form-group {
  position: relative;
  background-color: white;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  padding: 60px 40px 60px 40px;
}

.hero-area .form-group h2 {
  position: relative;
  font-family: rockshield;
  letter-spacing: 1px;
  font-size: 38px;
}

.hero-area .form-group .col-12 {
  position: relative;
}

.hero-area .form-group input {
  background-color: #fff !important;
  font-size: 15px;
  border: 1px solid #722c82 !important;
  border-radius: 6px;
  width: 100%;
  height: 25px;
  min-height: 45px !important;
  padding: 14px 10px;
}

.hero-area .form-group span.err {
  position: absolute;
  bottom: -21px;
  font-size: 13px;
  color: red;
}

.hero-area .form-group button {
  background-color: #722c82 !important;
  font-size: 18px;
  border: 1px solid #722c82  !important;
  border-radius: 6px;
  width: 100%;
  padding: 8px 10px;
  color: white;
}

/**************************************
         04 CHOOSE US AREA CSS
 **************************************/

.chooseUs-area .choose-head {
  padding-bottom: 54px;
  text-align: center;
}

.chooseUs-area .choose-head h4 {
  font-size: 24px;
  color: #722c82;
  line-height: 1.33;
}

.chooseUs-area .choose-head h2 {
  font-size: 40px;
  color: #00a414;
  font-family: rockshield;
}

.chooseUs-area .choose-head p {
  font-size: 16px;
  color: #111111;
  line-height: 2;
}

.services {
  background: #F8F8F8;
  background-image: url(../images//kannan_service.svg);
  background-position: top left;
  background-repeat-y: no-repeat;
}

.services .choose-body .choose-item {
  -webkit-box-shadow: 0 0 15px #00000007;
  box-shadow: 0 0 15px #00000007;
  background: #ffffff;
  height: 100%;
  position: relative;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.services .choose-body .choose-item: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);
}

.services .choose-body .choose-item img {
  -webkit-transition: .8s all;
  -o-transition: .8s all;
  transition: .8s all;
}

.services .choose-body .choose-item:hover img {
  transform: rotateY(360deg);
}

.services .choose-body .choose-item .choose-single-item {
  padding: 30px 24px 24px 30px;
  text-align: center;
  position: relative;
}

.services .choose-body .choose-item .choose-single-item h5 {
  color: #00a414;
  font-size: 20px;
  font-weight: bold;
  padding: 27px 0 16px;
}

.services .choose-body .choose-item .choose-single-item p {
  font-size: 16px;
  color: #777777;
}

.services .choose-body .choose-item .choose-single-item::after,
.services .choose-body .choose-item .choose-single-item::before {
  position: absolute;
  content: "";
  width: 5px;
  top: 0px;
  transition: 0.5s;
}

.services .choose-body .choose-item .choose-single-item::after {
  height: 100px;
  background-color: #722c82;
  right: 25px;
}

.services .choose-body .choose-item .choose-single-item::before {
  height: 70px;
  background-color: #00a414;
  right: 40px;
}

.services .choose-body .choose-item .choose-single-item:hover::after {
  height: 70px;
}

.services .choose-body .choose-item .choose-single-item:hover:before {
  height: 100px;
}

/**************************************
        05 SERVICE AREA CSS
 **************************************/
.service-area {
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
  background: #00a414;
  position: relative;
}

.service-area:after {
  content: "";
  width: 50%;
  height: 100%;
  background: url(../images/Kannan_process.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: white;
}

.service-area:before {
  content: "";
  width: 50%;
  height: 100%;
  background: #00a414;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.service-area .service-content-left {
  margin-left: 70px;
}

.service-area .service-content-left h2 {
  font-size: 48px;
  color: #FFFFFF;
  font-family: rockshield;
}

.service-area .service-content-left .service-content-left-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 49px;
  justify-content: center;
}

.service-area .service-content-left .service-content-left-list ul {
  
}

.service-area .service-content-left .service-content-left-list ul li {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background-color: white;
  color:#111111;
  margin-bottom: 10px;
  height: 60px;
  padding: 8px;
  display: flex;
  align-items: center;
  border-radius: 100px;
  width: 300px;
}
.service-area .service-content-left .service-content-left-list ul b
{
  height: 50px;
  width: 50px;
  background-color: #722c82;
  color: white;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.service-area .service-content-left .service-content-left-list ul li:nth-child(2)
{
  margin-left: 70px;
}
.service-area .service-content-left .service-content-left-list ul li:nth-child(3)
{
  margin-left: 140px;
}
.service-area .service-content-left .service-content-left-list ul li:nth-child(4)
{
  margin-left: 210px;
}
.service-area .service-content-left .service-content-left-list ul li:nth-child(5)
{
  margin-left: 140px;
}
.service-area .service-content-left .service-content-left-list ul li:nth-child(6)
{
  margin-left: 70px;
}
.service-area .service-content-left a {
  background: #722c82;
  border: 2px solid #722c82;
}

.service-area .service-content-left a:hover {
  background: transparent;
}

/**************************************
         07 NEWS LETTER AREA CSS
 **************************************/
.newsletter-area {
  position: relative;
  z-index: 0;
  padding: 50px 0;
}

.newsletter-area:after {
  -webkit-clip-path: polygon(0% 0%, 91% 0, 100% 100%, 0 100%);
  clip-path: polygon(0% 0%, 91% 0, 100% 100%, 0 100%);
  content: "";
  background: #00a414;
  position: absolute;
  left: 0;
  top: 0;
  width: 55%;
  height: 100%;
  z-index: -1;
}

.newsletter-area:before {
  content: "";
  background: #722c82;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.newsletter-area .subscribe-part {
  overflow: hidden;
}

.newsletter-area .subscribe-part .subscribe-content h3 {
  font-size: 40px;
  color: #FFFFFF;
  font-family: rockshield;
  letter-spacing: 2px;
}

.newsletter-area .subscribe-part .subscribe-content h3 span {
  border-bottom: 8px solid;
  color: #722c82;
}

.newsletter-area .subscribe-part .subscribe-content p {
  font-size: 16px;
  color: #ffffff;
  padding: 30px 0;
}

.newsletter-area .subscribe-part .subscribe-content form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.newsletter-area .subscribe-part .subscribe-content form input {
  max-width: 370px;
  width: 100%;
  padding: 18px 18px 16px 30px;
  border: none;
}

.newsletter-area .subscribe-part .subscribe-content form input::-webkit-input-placeholder {
  color: #77777750;
}

.newsletter-area .subscribe-part .subscribe-content form input::-moz-placeholder {
  color: #77777750;
}

.newsletter-area .subscribe-part .subscribe-content form input:-ms-input-placeholder {
  color: #77777750;
}

.newsletter-area .subscribe-part .subscribe-content form input::-ms-input-placeholder {
  color: #77777750;
}

.newsletter-area .subscribe-part .subscribe-content form input::placeholder {
  color: #77777750;
}

.newsletter-area .subscribe-part .subscribe-content form button {
  padding: 18px 18px 16px 30px;
  border: none;
  background: #722c82;
  color: #ffffff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border: 1px solid #722c82;
}

.newsletter-area .subscribe-part .subscribe-content form button:hover {
  background: transparent;
}

.newsletter-area .discount-part {
  overflow: hidden;
  text-align: right;
}

.newsletter-area .discount-part .discount-content {
  max-width: 400px;
  margin-left: auto;
}

.newsletter-area .discount-part .discount-content h3 {
  font-weight: bold;
  font-size: 48px;
  color: #FFFFFF;
}

.newsletter-area .discount-part .discount-content p {
  font-size: 16px;
  color: #ffffff;
}

.newsletter-area .discount-part .discount-content a {
  background: #ffffff;
  color: #FF2E2B;
  text-align: left;
  width: fit-content;
}

.newsletter-area .discount-part .discount-content a:after {
  color: #FF2E2B;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.newsletter-area .discount-part .discount-content a:hover {
  background: #00a414;
  color: #ffffff;
}

.newsletter-area .discount-part .discount-content a:hover:after {
  color: #ffffff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

/**************************************
         08 TESTIMONILA AREA CSS
 **************************************/
.testimonials-area {
  padding: 100px 0 60px;
}

.testimonials-area h4 {
  font-size: 24px;
  color: #722c82;
  font-weight: 500;
  text-align: center;
}

.testimonials-area h2 {
  font-size: 40px;
  color: #00a414;
  font-family: rockshield;
  text-align: center;
  margin-bottom: 40px;
}

.testimonials-area .testi-wrap {
  position: relative;
}

.testimonials-area .testi-wrap:before {
  content: "";
  background: url(../images/kannan_dotpattern.png);
  background-repeat: no-repeat;
  width: 17%;
  height: 100%;
  position: absolute;
  left: 18px;
  top: 78px;
  z-index: -1;
}

.testimonials-area .testi-wrap:after {
  content: "";
  background: url(../images/kannan_dotpattern2.png);
  background-repeat: no-repeat;
  width: 21%;
  height: 100%;
  position: absolute;
  right: -33px;
  top: 40px;
  z-index: -1;
}

.testimonials-area .testi-wrap .client-single {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.testimonials-area .testi-wrap .client-single .client-info .client-img img {
  width: 150px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #722c82;
  cursor: pointer;
}

.testimonials-area .testi-wrap .position-2 {
  position: absolute;
  left: -22px;
  top: -2px;
  -webkit-transform: scale(0.72);
  -ms-transform: scale(0.72);
  transform: scale(0.72);
}

.testimonials-area .testi-wrap .position-3 {
  position: absolute;
  left: 122px;
  top: 105px;
  -webkit-transform: scale(0.5) !important;
  -ms-transform: scale(0.5) !important;
  transform: scale(0.5) !important;
}

.testimonials-area .testi-wrap .position-4 {
  position: absolute;
  left: 16px;
  top: 310px;
  -webkit-transform: scale(0.65);
  -ms-transform: scale(0.65);
  transform: scale(0.65);
}

.testimonials-area .testi-wrap .position-5 {
  position: absolute;
  top: 18px;
  right: 55px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.testimonials-area .testi-wrap .position-6 {
  position: absolute;
  top: 208px;
  right: -30px;
  -webkit-transform: scale(0.65);
  -ms-transform: scale(0.65);
  transform: scale(0.65);
}

.testimonials-area .testi-wrap .position-7 {
  position: absolute;
  top: 356px;
  right: 134px;
  -webkit-transform: scale(0.5) !important;
  -ms-transform: scale(0.5) !important;
  transform: scale(0.5) !important;
}

.testimonials-area .testi-wrap .active .client-comment {
  max-width: 556px;
  margin: auto;
  padding: 45px 36px 45px 45px;
  -webkit-box-shadow: 0 0 6px rgb(0 0 0 / 15%);
  box-shadow: 0 0 6px rgb(0 0 0 / 15%);
  -webkit-border-radius: 60px;
  border-radius: 60px;
  position: relative;
  background: #ffffff;
  z-index: 0;
}

.testimonials-area .testi-wrap .active .client-comment:before {
  content: '';
  height: 100px;
  width: 100px;
  position: absolute;
  background-color: #ffffff;
  bottom: -46px;
  left: 40%;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-box-shadow: -5px -5px 8px -5px rgb(0 0 0 / 15%);
  box-shadow: -5px -5px 8px -5px rgb(0 0 0 / 15%);
  -webkit-border-radius: 25px 0;
  border-radius: 8px 0;
  z-index: -1;
}

.testimonials-area .testi-wrap .active .client-comment span {
  display: inline-block;
  position: absolute;
  top: -23px;
  right: 75px;
}

.testimonials-area .testi-wrap .active .client-comment span img {
  width: 100%;
}

.testimonials-area .testi-wrap .active .client-comment h5 {
  font-size: 30px;
  color: #722c82;
  font-weight: 500;
  padding-bottom: 7px;
}

.testimonials-area .testi-wrap .active .client-comment p {
  font-size: 16px;
  color: #777777;
  margin-top: 30px;
}

.testimonials-area .testi-wrap .active .client-info {
  margin-top: 80px;
  text-align: center;
}

.testimonials-area .testi-wrap .active .client-info .client-img {
  width: 100px;
  height: 100px;
  margin: 0 auto 25px
}

.testimonials-area .testi-wrap .active .client-info .client-img img {
  width: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #722c82;
}

.testimonials-area .testi-wrap .active .client-info .client-title {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.testimonials-area .testi-wrap .active .client-info .client-title h3 {
  color: #00a414;
  font-size: 40px;
}

.testimonials-area .testi-wrap .active .client-info .client-title p {
  font-size: 16px;
  color: #777777;
}

.testimonials-area .testi-wrap .inactive .client-comment {
  display: none !important;
}

.testimonials-area .testi-wrap .inactive .client-info .client-title {
  display: none;
  opacity: 0;
  visibility: hidden;
}


/***************************************
       11 FOOTER SECTION CSS
 **************************************/
footer {
  background: #00a414;
  color: #ffffff;
  font-size: 14px;
  position: relative;
}

footer object {
  position: absolute;
  z-index: 0;
  bottom: 0px;
  width: 100%;
  opacity: 0.5;
}

footer .container {
  position: relative;
  z-index: 1;
}

footer .top-footer {
  padding: 70px 0 55px;
}

footer .top-footer .footer-col1 p {
  padding: 16px 0 16px;
  color: white;
}

footer .top-footer .footer-col1 .social-link a {
  margin-right: 12px;
  color: #ffffff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

footer .top-footer .footer-col1 .social-link a:hover {
  color: #FF2E2B;
}

footer .top-footer .footer-col2 {
  margin-top: 18px;
}

footer .top-footer .footer-col2 .title h4 {
  font-size: 20px;
  margin-bottom: 20px;
}

footer .top-footer .footer-col2 ul {
  margin: 0;
  padding: 0;
}

footer .top-footer .footer-col4 ul li,
footer .top-footer .footer-col3 ul li,
footer .top-footer .footer-col2 ul li {
  margin-bottom: 10px;
}

footer .top-footer .footer-col2 ul li a {
  color: #ffffff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

footer .top-footer .footer-col2 ul li a:hover {
  color: #ff2e2b;
}

footer .top-footer .footer-col3 {
  margin-top: 18px;
}

footer .top-footer .footer-col2 .title h4,
footer .top-footer .footer-col3 .title h4,
footer .top-footer .footer-col4 .title h4 {
  position: relative;
  font-family: rockshield;
}

footer .top-footer .footer-col2 .title h4::before,
footer .top-footer .footer-col3 .title h4::before,
footer .top-footer .footer-col4 .title h4::before {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0px;
  width: 30px;
  height: 3px;
  background-color: #ff2e2b;
}

footer .top-footer .footer-col3 .title h4 {
  font-size: 20px;
  margin-bottom: 20px;
}

footer .top-footer .footer-col3 ul {
  margin: 0;
  padding: 0px;
}

footer .top-footer .footer-col3 ul li a {
  color: #ffffff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

footer .top-footer .footer-col3 ul li a:hover {
  color: #ff2e2b;
}

footer .top-footer .footer-col4 {
  margin-top: 18px;
}

footer .top-footer .footer-col4 .title h4 {
  font-size: 20px;
  margin-bottom: 20px;
}

footer .top-footer .footer-col4 ul {
  margin: 0;
  padding: 0px;
}

footer .top-footer .footer-col4 ul li a {
  color: #ffffff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

footer .top-footer .footer-col4 ul li a:hover {
  color: #ff2e2b;
}

footer .top-footer .footer-col4 ul li a i {
  margin-right: 8px;
}

footer .bottom-footer {
  padding: 10px;
  text-align: center;
  border-top: 1px solid #707070;
}

footer .bottom-footer p {
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  margin: 0px;
}

footer .bottom-footer p a {
  color: #ffffff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

footer .bottom-footer p a:hover {
  color: #E53F29;
}

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;
  z-index: 5;
}

footer .bottomToup i {
  width: 40px;
  height: 40px;
  text-align: center;
  background: #722c82;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 20px;
  color: #ffffff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  padding-top: 3px;
  display: inline-block;
  -webkit-transition: 0s ease;
  -o-transition: 0s ease;
  transition: 0s ease;
  border: 2px solid #ffffff;
}

footer .bottomToup i:hover {
  background: #00a414;
}

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 ***/
/***************************************
        12 Min-Width 2000px
***************************************/
@media all and (min-width: 2000px) {
  .header-area .top-header:after {
    width: 50%;
  }
}

/***************************************
        13 MAX-Width 1160px
***************************************/
@media all and (max-width: 1254px) {
  .hero-area {
    padding: 150px 0;
  }

  .hero-area .hero-imge {
    position: absolute;
    right: 7.8%;
    top: 130px;
    max-width: 38%;
  }

  .service-area .service-content-left {
    margin-left: 0;
  }

  .service-area .service-content-left h2 {
    font-size: 45px;
  }

  .newsletter-area {
    padding: 100px 0;
  }

  .newsletter-area:after {
    -webkit-clip-path: polygon(0% 0%, 100% 0, 90% 100%, 0 100%);
    clip-path: polygon(0% 0%, 100% 0, 90% 100%, 0 100%);
  }

  .newsletter-area .subscribe-part .subscribe-content h3 {
    font-size: 40px;
  }

  .newsletter-area .discount-part .discount-content h3 {
    font-size: 44px;
  }

  .testimonials-area .testi-wrap:before {
    width: 180px;
  }

  .testimonials-area .testi-wrap:after {
    width: 238px;
    right: 0;
  }

  .testimonials-area .testi-wrap .active .client-comment {
    max-width: 420px;
  }

  .testimonials-area .testi-wrap .active .client-comment:before {
    height: 100px;
    width: 100px;
    bottom: -48px;
    left: 39%;
  }

  .testimonials-area .testi-wrap .active .client-comment span {
    top: -20px;
    right: -17px;
    max-width: 115px;
  }

  .testimonials-area .testi-wrap .active .client-info {
    margin-top: 80px;
  }

  .testimonials-area .testi-wrap .active .client-info .client-img {
    width: 130px;
    height: 110px;
  }

  .testimonials-area .testi-wrap .active .client-info .client-img .client-title h3 {
    font-size: 35px;
  }

  .testimonials-area .testi-wrap .position-2 {
    position: absolute;
    left: 0;
    top: 10px;
  }

  .testimonials-area .testi-wrap .position-3 {
    left: 100px;
    top: 155px;
  }

  .testimonials-area .testi-wrap .position-5 {
    top: 1px;
    right: 90px;
  }

  .testimonials-area .testi-wrap .position-6 {
    top: 165px;
    right: 27px;
  }

  .testimonials-area .testi-wrap .position-7 {
    top: 345px;
    right: 125px;
  }

  .latestNews-area .latestNews-head h3 {
    font-size: 45px;
  }
}

/***************************************
        14 MAX-Width 991px
***************************************/
@media all and (max-width: 991px) {
  nav#menu {
    display: none;
  }

  .top-header {
    display: none;
  }

  .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 #c7c7c7a8;
    box-shadow: 0px 2px 20px #c7c7c7a8;
  }

  .slicknav_menu .slicknav_btn {
    text-shadow: none;
    font-size: 17px;
    padding: 10px 15px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #722c82;
    margin: 0 !important;
  }

  .slicknav_menu .slicknav_nav {
    padding: 0px 15px 15px 15px;
    margin: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    text-align: left;
  }

  .slicknav_menu .slicknav_nav ul {
    background: #3e1e23;
    padding: 15px 20px 25px 20px;
    text-align: left;
    margin-left: 0 !important;
    -webkit-box-shadow: 0px 1px 15px #0000006b;
    box-shadow: 0px 1px 15px #0000006b;
  }

  .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;
    margin: 0 !important;
    padding: 12px 15px !important;
  }

  .slicknav_menu .slicknav_nav ul li a:before {
    display: none;
  }

  .slicknav_menu .slicknav_nav ul li a:hover {
    color: #00a414 !important;
    background: #fff !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
  }

  .slicknav_menu .slicknav_nav ul li:last-child {
    margin-top: 15px;
    text-align: center;
  }

  .slicknav_menu .slicknav_nav ul li:last-child a.box-btn {
    text-align: center;
  }

  .slicknav_menu .slicknav_nav ul li:last-child a.box-btn:hover {
    background: #fff !important;
    color: #000 !important;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }

  .slicknav_menu .slicknav_nav ul li:last-child a.box-btn:hover::after {
    -webkit-filter: brightness(0);
    filter: brightness(0);
  }

  .slicknav_menu .slicknav_menutxt {
    text-shadow: 0 1px 3px #615a5a;
    display: none !important;
  }

  .slicknav_menu .slicknav_icon {
    margin: 0 !important;
  }

  .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 !important;
  }

  .header-area .main-header .logo {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 999;
  }

  .hero-area {
    padding: 160px 0 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    overflow: hidden;
  }

  .hero-area:before {
    width: 100%;
    -webkit-border-radius: 0 0 0 100px;
    border-radius: 0 0 0 100px;
  }

  .hero-area:after {
    background-position-y: -105px;
    background-position-x: 28px;
  }

  .hero-area .hero-content {
    margin-top: 50px;
    text-align: center;
  }

  .hero-area .hero-content h1 {
    font-size: 55px;
  }

  .hero-area .hero-content p {
    padding: 35px 0 20px;
    font-size: 18px;
  }

  .hero-area .hero-content a {
    text-align: left;
  }

  .hero-area .hero-imge {
    position: static;
    margin: auto;
    max-width: 48%;
  }

  .hero-area .hero-imge .desktop-img {
    display: none;
  }

  .hero-area .hero-imge .mobile-img {
    width: 100%;
    display: block;
  }

  .chooseUs-area {
    padding: 100px 0 70px;
  }

  .service-area {
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
    z-index: 0;
  }

  .service-area:before {
    width: 100%;
    z-index: -1;
  }

  .service-area:after {
    width: 100%;
    z-index: -2;
  }

  .service-area .service-content-left h2 {
    font-size: 40px;
  }

  .service-area .service-content-left .service-content-left-list ul li {
    color: #000000;
    font-size: 16px;
  }

  .newsletter-area {
    padding: 60px 0;
  }

  .newsletter-area:after {
    -webkit-clip-path: none;
    clip-path: none;
    width: 100%;
    height: 50%;
  }

  .newsletter-area .subscribe-content {
    text-align: center;
    padding-bottom: 50px;
  }

  .newsletter-area .subscribe-content form {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .newsletter-area .discount-part {
    text-align: center;
    padding-top: 50px;
  }

  .newsletter-area .discount-part .discount-content {
    margin: auto;
  }

  .testimonials-area {
    padding: 40px 0 40px;
    overflow: hidden;
  }

  .testimonials-area .testi-wrap:after,
  .testimonials-area .testi-wrap:before {
    display: none;
  }

  .testimonials-area .testi-wrap .active .client-comment {
    padding: 30px;
    max-width: 405px;
    max-width: 520px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
  }

  .testimonials-area .testi-wrap .active .client-comment span {
    top: -16px;
    right: 11px;
    max-width: 130px;
  }

  .testimonials-area .testi-wrap .active .client-comment h5 {
    font-size: 25px;
  }

  .testimonials-area .testi-wrap .active .client-comment p {
    font-size: 14px;
    margin-top: 20px;
  }

  .testimonials-area .testi-wrap .active .client-info .client-img {
    width: 100px;
    height: 85px;
  }

  .testimonials-area .testi-wrap .active .client-info .client-title h3 {
    font-size: 25px;
  }

  .testimonials-area .testi-wrap .position-2 {
    left: -12px;
    top: 40px;
  }

  .testimonials-area .testi-wrap .position-2 .client-img img {
    width: 70px !important;
  }

  .testimonials-area .testi-wrap .position-3 {
    left: -52px;
    top: 100px;
    -webkit-transform: scale(0.4) !important;
    -ms-transform: scale(0.4) !important;
    transform: scale(0.4) !important;
  }

  .testimonials-area .testi-wrap .position-4 {
    left: -12px;
    top: 245px;
  }

  .testimonials-area .testi-wrap .position-4 .client-img img {
    width: 70px !important;
  }

  .testimonials-area .testi-wrap .position-5 {
    right: -12px;
    top: 40px;
  }

  .testimonials-area .testi-wrap .position-5 .client-img img {
    width: 70px !important;
  }

  .testimonials-area .testi-wrap .position-6 {
    right: -12px;
    top: 138px;
  }

  .testimonials-area .testi-wrap .position-6 .client-img img {
    width: 70px !important;
  }

  .testimonials-area .testi-wrap .position-7 {
    right: -50px;
    top: 205px;
    -webkit-transform: scale(0.4) !important;
    -ms-transform: scale(0.4) !important;
    transform: scale(0.4) !important;
  }

  .latestNews-area {
    padding: 90px 0 70px;
  }

  .latestNews-area .latestNews-head p {
    padding: 30px 0 35px;
  }

  .latestNews-area .large-blog .blog-image a img {
    width: auto;
  }

  footer .top-footer {
    padding: 50px 0 50px;
  }

  footer .top-footer .footer-col1 {
    margin-top: 30px;
  }

  footer .top-footer .footer-col1 .title h4 {
    margin-bottom: 15px;
  }

  footer .top-footer .footer-col2 {
    margin-top: 83px;
  }

  footer .top-footer .footer-col2 .title h4 {
    margin-bottom: 15px;
  }

  footer .top-footer .footer-col3 {
    margin-top: 30px;
  }

  footer .top-footer .footer-col3 .title h4 {
    margin-bottom: 15px;
  }

  footer .top-footer .footer-col4 {
    margin-top: 30px;
  }

  footer .top-footer .footer-col4 .title h4 {
    margin-bottom: 15px;
  }
}

/***************************************
        15 MAX-Width 768px
***************************************/
@media all and (max-width: 767px) {
  .hero-area {
    padding: 170px 0 50px;
  }

  .hero-area .hero-content {
    margin-top: 0px;
  }

  .hero-area .hero-content h1 {
    font-size: 32px;
    margin-top: 25px;
  }

  .chooseUs-area {
    padding: 50px 0;
  }

  .chooseUs-area .choose-head h4 {
    font-size: 22px;
  }

  .chooseUs-area .choose-head h2 {
    font-size: 30px;
  }

  .testimonials-area .testi-wrap .active .client-comment {
    max-width: 405px;
  }

  .service-area .service-content-left h2 {
    font-size: 30px;
  }

  .service-area .service-content-left .service-content-left-list {
    margin-top: 30px;
  }

  .newsletter-area .subscribe-part .subscribe-content h3 {
    font-size: 30px;
  }

  .newsletter-area .discount-part .discount-content h3 {
    font-size: 30px;
  }

  .latestNews-area .latestNews-head h3 {
    font-size: 30px;
  }

  .latestNews-area .large-blog {
    margin-bottom: 30px;
  }

  .latestNews-area .large-blog .blog-image a img {
    width: 100%;
  }

}

/***************************************
        16 MAX-Width 576px
***************************************/
@media all and (max-width: 576px) {
  .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 .hero-imge {
    max-width: 65%;
    margin-bottom: 30px;
  }

  .hero-area .hero-content p {
    padding: 20px 0 20px;
    font-size: 14px;
  }

  .chooseUs-area {
    padding: 0px 0 10px !important;
  }

  .chooseUs-area .choose-head {
    padding-bottom: 10px;
  }

  .chooseUs-area .choose-head h4 {
    font-size: 18px;
  }

  .testimonials-area h2,
  .chooseUs-area .choose-head h2 {
    font-size: 26px;
    margin-top: 8px;
  }

  .testimonials-area .testi-wrap .active .client-comment span img {
    width: 60%;
  }

  .chooseUs-area .choose-head p {
    font-size: 14px;
  }

  .services .choose-body .choose-item .choose-single-item h5 {
    font-size: 18px;
    padding: 14px 0 0px;
  }

  .services .choose-body .choose-item .choose-single-item p {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .service-area {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .service-area:before {
    background: #3E1E23a6;
  }

  .service-area .service-content-left {
    margin-bottom: 0px;
  }

  .service-area .service-content-left h2 {
    font-size: 26px;
  }

  .service-area .service-content-left .service-content-left-list {
    margin-top: 20px;
    margin-bottom: 20px;
    -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: 15px;
    padding-bottom: 10px;
  }

  .service-area .service-content-left a {
    display: block;
  }

  .newsletter-area {
    padding: 30px 0;
  }

  .newsletter-area .subscribe-part .subscribe-content {
    padding-bottom: 15px;
  }

  .newsletter-area .subscribe-part .subscribe-content h3 {
    font-size: 24px;
  }

  .newsletter-area .subscribe-part .subscribe-content h3 span {
    border-bottom: 4px solid;
  }

  .newsletter-area .subscribe-part .subscribe-content p {
    padding: 16px 0;
    font-size: 14px;
  }

  .newsletter-area .subscribe-part .subscribe-content form input {
    padding: 8px 2px 8px 15px;
    font-size: 14px;
  }

  .newsletter-area .subscribe-part .subscribe-content form button {
    padding: 8px 5px;
    font-size: 14px;
  }

  .newsletter-area .discount-part .discount-content h3 {
    font-size: 25px;
  }

  .newsletter-area .discount-part .discount-content p {
    font-size: 14px;
    padding: 0px 0 17px;
  }

  .newsletter-area .discount-part .discount-content a:after {
    font-size: 30px;
    top: 3px;
    padding-left: 4px;
  }

  .testimonials-area .testi-wrap .active .client-comment {
    padding: 20px 8px 20px 15px;
  }

  .testimonials-area .testi-wrap .active .client-comment:before {
    height: 70px;
    width: 70px;
    bottom: -30px;
    left: 41%;
    -webkit-border-radius: 15px 0;
    border-radius: 15px 0;
  }

  .testimonials-area .testi-wrap .active .client-comment h5 {
    padding: 0;
    font-size: 20px;
  }

  .testimonials-area .testi-wrap .active .client-comment span {
    max-width: 80px;
  }

  .testimonials-area .testi-wrap .active .client-comment .reating {
    max-width: 115px;
  }

  .testimonials-area .testi-wrap .active .client-comment .reating img {
    width: 100%;
  }

  .testimonials-area .testi-wrap .active .client-comment p {
    font-size: 13px;
    margin-top: 5px;
  }

  .testimonials-area .testi-wrap .active .client-info {
    margin-top: 50px;
  }

  .testimonials-area .testi-wrap .active .client-info .client-img {
    width: 80px;
    height: 65px;
  }

  .testimonials-area .testi-wrap .active .client-info .client-title h3 {
    font-size: 18px;
  }

  .testimonials-area .testi-wrap .active .client-info .client-title p {
    font-size: 13px;
  }

  .testimonials-area .testi-wrap .position-2 {
    top: 74.5%;
  }

  .testimonials-area .testi-wrap .position-2 .client-img img {
    width: 50px !important;
  }

  .testimonials-area .testi-wrap .position-3 {
    top: 73%;
    left: 42px;
    -webkit-transform: scale(0.8) !important;
    -ms-transform: scale(0.8) !important;
    transform: scale(0.8) !important;
  }

  .testimonials-area .testi-wrap .position-3 .client-img img {
    width: 50px !important;
  }

  .testimonials-area .testi-wrap .position-4 {
    top: 83%;
    left: 20px;
  }

  .testimonials-area .testi-wrap .position-4 .client-img img {
    width: 50px !important;
  }

  .testimonials-area .testi-wrap .position-5 {
    top: 74.5%;
  }

  .testimonials-area .testi-wrap .position-5 .client-img img {
    width: 50px !important;
  }

  .testimonials-area .testi-wrap .position-6 {
    top: 72.5%;
    right: 42px;
  }

  .testimonials-area .testi-wrap .position-6 .client-img img {
    width: 50px !important;
  }

  .testimonials-area .testi-wrap .position-7 {
    top: 83%;
    right: 23px;
    -webkit-transform: scale(0.8) !important;
    -ms-transform: scale(0.8) !important;
    transform: scale(0.8) !important;
  }

  .testimonials-area .testi-wrap .position-7 .client-img img {
    width: 50px !important;
  }

  .latestNews-area {
    padding: 35px 0 20px;
  }

  .latestNews-area .latestNews-head h3 {
    font-size: 26px;
  }

  .latestNews-area .latestNews-head h3 span {
    border-bottom: 4px solid;
  }

  .latestNews-area .latestNews-head p {
    padding: 15px 0;
    font-size: 14px;
  }

  .latestNews-area .large-blog .blog-content a h4 {
    font-size: 16px;
    padding-top: 8px;
  }

  .latestNews-area .large-blog .blog-content span {
    font-size: 14px;
  }

  .latestNews-area .large-blog .blog-content p {
    padding: 5px 0 10px;
    font-size: 14px;
  }

  .latestNews-area .thumbnail-blog .pcontorl {
    padding: 0 15px !important;
    max-width: 100%;
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  .latestNews-area .thumbnail-blog .pcontorl .blog-item {
    margin-bottom: 30px;
  }

  .latestNews-area .thumbnail-blog .pcontorl .blog-item .blog-title a h4 {
    font-size: 16px;
    padding: 10px 0 0px;
  }

  .latestNews-area .thumbnail-blog .pcontorl .blog-item .blog-title span {
    font-size: 14px;
  }

  footer .top-footer {
    padding: 15px 0 20px;
  }

  footer .top-footer .footer-col1 p {
    padding: 15px 0px 10px;
  }

  footer .top-footer .footer-col2,
  footer .top-footer .footer-col3,
  footer .top-footer .footer-col4 {
    margin-top: 30px;
  }


  footer .bottom-footer {
    padding: 15px 0px 20px;
  }

  footer .bottom-footer p span {
    padding: 0px 2px;
  }
}

@media all and (max-width: 479px) {
  .slicknav_menu .slicknav_nav ul {
    padding: 15px !important;
  }

  .slicknav_menu .slicknav_nav ul li a {
    padding: 12px 15px !important;
    font-size: 14px !important;
  }

  .slicknav_menu .slicknav_nav ul li:last-child a {
    padding: 12px 20.5px !important;
  }

  .hero-area .hero-content h1 {
    font-size: 28px;
  }
}

/*!
 * SlickNav Responsive Mobile Menu v1.0.10
 * (c) 2016 Josh Cope
 * licensed under MIT
 */
.slicknav_btn,
.slicknav_nav .slicknav_item {
  cursor: pointer
}

.slicknav_menu,
.slicknav_menu,
* {
  box-sizing: border-box
}

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: .438em .625em;
}

.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
  margin-top: .188em
}

.slicknav_menu .slicknav_menutxt {
  display: block;
  float: left;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 1px 3px #000
}

.slicknav_menu .slicknav_icon {
  float: left;
  width: 1.125em;
  height: .875em;
  margin: .188em 0 0 .438em
}

.slicknav_menu .slicknav_icon:before {
  background: 0 0;
  width: 1.125em;
  height: .875em;
  display: block;
  content: "";
  position: absolute
}

.slicknav_menu .slicknav_no-text {
  margin: 0
}

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: .125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, .25)
}

.slicknav_menu:after,
.slicknav_menu:before {
  content: " ";
  display: table
}

.slicknav_menu:after {
  clear: both
}

.slicknav_nav li,
.slicknav_nav ul {
  display: block
}

.slicknav_nav .slicknav_arrow {
  font-size: .8em;
  margin: 0 0 0 .4em
}

.slicknav_nav .slicknav_item a {
  display: inline
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
  display: block
}

.slicknav_nav .slicknav_parent-link a {
  display: inline
}

.slicknav_menu {
  zoom: 1;
  font-size: 16px;
  background: #3e1e23;
  padding: 45px 5px;
  box-shadow: unset;
  border-top: 1px solid #fff;
}

.slicknav_nav,
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0
}

.slicknav_menu .slicknav_icon-bar {
  background-color: #fff
}

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #222
}

.slicknav_nav {
  clear: both;
  color: #fff;
  margin: 0;
  font-size: .875em
}

.slicknav_nav ul {
  margin: 0 0 0 20px
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px
}

.slicknav_nav .slicknav_row:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #fff
}

.slicknav_nav a {
  text-decoration: none;
  color: #fff
}

.slicknav_nav a:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ccc;
  color: #222
}

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0
}

.slicknav_brand {
  float: left;
  color: #fff;
  font-size: 18px;
  padding: 7px 12px;
  height: 44px
}

/* online track*/

#TrackMyParcel>.container {
  margin-top: 50px;
  margin-bottom: 50px
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.10rem
}

.card-header:first-child {
  border-radius: calc(0.37rem - 1px) calc(0.37rem - 1px) 0 0
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.track {
  position: relative;
  background-color: #ddd;
  height: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  margin-top: 50px
}

.track .step {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 25%;
  margin-top: -18px;
  text-align: center;
  position: relative
}

.track .step.active:before {
  background: #FF5722
}

.track .step::before {
  height: 7px;
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 18px
}

.track .step.active .icon {
  background: #ee5435;
  color: #fff
}

.track .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: relative;
  border-radius: 100%;
  background: #ddd
}

.track .step.active .text {
  font-weight: 400;
  color: #000
}

.track .text {
  display: block;
  margin-top: 7px
}

.itemside {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%
}

.itemside .aside {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.img-sm {
  width: 80px;
  height: 80px;
  padding: 7px
}

ul.row,
ul.row-sm {
  list-style: none;
  padding: 0
}

.itemside .info {
  padding-left: 15px;
  padding-right: 7px
}

.itemside .title {
  display: block;
  margin-bottom: 5px;
  color: #212529
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

.btn-warning {
  color: #ffffff;
  background-color: #ee5435;
  border-color: #ee5435;
  border-radius: 1px
}

.btn-warning:hover {
  color: #ffffff;
  background-color: #ff2b00;
  border-color: #ff2b00;
  border-radius: 1px
}

.tarcking-del {
  position: absolute;
  width: 100%;
  top: 220px;
  z-index: 7;
}

.tarcking-del .card-body .card .card-body {
  padding: 10px;
  box-shadow: unset;
}

.tarcking-del .card {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10) !important;
}

.tarcking-del .card-body .card {
  box-shadow: unset !important;
}

.tarcking-del .card-body .card .card-body,
.tarcking-del .card {
  border: unset;
  box-shadow: unset;
  text-align: center;
  background-color: unset;
}

.tarcking-del .card-body {
  padding: 25px 25px 40px 25px;
  background-color: white;
}

.tarcking-del .card-body strong {
  padding-right: 10px;
  text-transform: uppercase;
}

.tarcking-del .frmErr {
  font-size: 20px;
  color: #ff0000;
}

.tarcking-overlay {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
  background-color: rgba(255, 255, 255, 0.8);
}

.open {
  position: absolute;
}

.overlaybody {
  overflow: hidden;
  height: 100vh;
}

/* contact Us Section */
.contact-page-section {
  position: relative;
  padding: 110px 0px 110px;
}

.contact-page-section .info-column {
  position: relative;
  margin-bottom: 40px;
}

.contact-page-section .info-column .inner-column {
  position: relative;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
}

.contact-page-section .title-box {
  position: relative;
  padding: 20px 30px;
  background-color: #fdf6f6;
}

.contact-page-section .info-column .info-list {
  position: relative;
  padding-left: 0px;
}

.contact-page-section .info-column .info-list li {
  position: relative;
  text-align: left;
  font-weight: 600;
  min-height: 60px;
  color: #111111;
  padding-left: 80px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.contact-page-section .info-column .info-list li:last-child {
  margin-bottom: 0px;
}

.contact-page-section .info-column .info-list li a {
  position: relative;
  font-weight: 600;
  display: inline-block;
  color: #00a414;
}

.contact-page-section .info-column .info-list li .icon {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 0px;
  top: 0px;
  text-align: center;
  line-height: 60px;
  font-weight: 500;
  font-size: 24;
  color: #722c82;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
}

.contact-page-section .info-column .info-list li a:hover {
  color: #722c82;
}

.contact-page-section .info-column .timing {
  position: relative;
  font-weight: 600;
  font-size: 18;
  color:#722c82;
  margin-top: 30px;
  margin-bottom: 30px;
}

.contact-page-section .info-column .social-box li {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

.contact-page-section .info-column .social-box li a {
  position: relative;
  display: inline-block;
  font-size: 15;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 3px;
  color: white;
  background: #722c82;
  transition: all 0.5s ease;
  margin-right: 5px;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.contact-page-section .info-column .social-box li.facebook a {
  background: #3b5998;
}

.contact-page-section .info-column .social-box li.twitter a {
  background: #33ccfe;
}

.contact-page-section .info-column .social-box li.google a {
  background: #f05b44;
}

.contact-page-section .info-column .social-box li.dribbble a {
  background: #ea4c89;
}

.contact-page-section .info-column .social-box li.linkedin a {
  background: #0da6be;
}

.contact-page-section .info-column .social-box li.pinterest a {
  background: #9c0c1c;
}

.contact-page-section .info-column .lower-box {
  position: relative;
  padding: 40px 20px 30px;
}

.contact-page-section .map-column {
  position: relative;
  margin-bottom: 40px;
}

.contact-page-section .map-column .inner-column {
  position: relative;
}

.contact-page-section .map-column iframe {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 472px;
}

.contact-page-section .contact-form-box {
  position: relative;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
  padding: 60px 60px 60px;
  margin-top: 45px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.10);
}

.contact-page-section .contact-form-box .form-title-box {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

#about .trackmyparcel {
  display: none;

}
#about
{
  background-color: white;
}
/* .packages */

.packages {
  position: relative;
}

.packages .item div {
  overflow: hidden;
  border-radius: 6px;
}

.packages .item div,
.packages .item div img {
  position: relative;
  height: 300px;
}

.packages .item div img {
  transition: 0.4s;

}

.packages .item div:hover img {
  transform: scale(1.1) rotate(-1deg);
}

.packages .item div h4 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  right: 0px;
  margin: auto;
  text-align: center;
  background-color: #F14533;
  color: white;
  width: 80%;
  padding: 10px;
  box-shadow: 0px 0px 3px #1111114b;
}

.packages.owl-carousel .owl-nav .owl-prev,
.packages.owl-carousel .owl-nav .owl-next {
  position: absolute;
  bottom: -50px;
  background-color:#F14533 ;
  color: white;
  text-transform: uppercase;
  padding: 6px 14px;
}
.packages.owl-carousel .owl-nav .owl-prev
{
  right: 100px;
}
.packages.owl-carousel .owl-nav .owl-next{
  right: 0px;
}
.owl-dots
{
  display:none ;
}
