/*
@File: Viscous Template Style

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************
** Home Page One:
** - Default CSS
** - Theme Defalut CSS
** - Header Area CSS
** - Navbar Area CSS
** - Home Section CSS
** - Service Scetion CSS
** - Why Choose CSS
** - Process Section CSS
** - Price Section CSS
** - Counter Section CSS
** - Team Section CSS
** - Testimonial Section CSS
** - Blog Section CSS
** - Contact Section CSS
** - Footer Section CSS
** - Back To Top CSS
** - Pre Loader CSS

** Home Page Two:
** - Home Section CSS
** - Info Section CSS
** - Service Section CSS
** - Hire Section CSS
** - Process Section CSS
** - Counter Section CSS
** - Recent Project Section CSS
** - Price Section CSS
** - Team Section CSS

**Home Page Three:
** - Header Section CSS
** - Navbar Section CSS
** - Modal CSS
** - Home Section CSS
** - About Section CSS
** - Service Section CSS
** - Why Choose Section CSS
** - Process Section CSS
** - Recent project Section CSS
** - Price Section CSS
** - Team Section CSS

** - Animation CSS

*/

/* Color Variables */
/* Font-Family Variable */
 @font-face {
    font-family: ShabnamFa;
    src: url('../fonts/shabnam/Farsi-Digits/Shabnam-FD.eot');
    src: url('../fonts/shabnam/Farsi-Digits/Shabnam-FD.eot?#iefix') format('embedded-opentype'),
    url('../fonts/shabnam/Farsi-Digits/Shabnam-FD.woff') format('woff'),
    url('../fonts/shabnam/Farsi-Digits/Shabnam-FD.ttf') format('truetype');
    font-weight: normal;
}
 @font-face {
    font-family: IRANSans;
    src: url('../fonts/IranSans/IRANSansWeb(FaNum).eot');
    src: url('../fonts/IranSans/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),
    url('../fonts/IranSans/IRANSansWeb(FaNum).woff') format('woff'),
    url('../fonts/IranSans/IRANSansWeb(FaNum).ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family:nastaliq;
    src: url('../fonts/IranNastaliq/IranNastaliq.eot');
    src: url('../fonts/IranNastaliq/IranNastaliq.eot?#iefix') format('embedded-opentype'),
    url('../fonts/IranNastaliq/IranNastaliq.woff') format('woff'),
    url('../fonts/IranNastaliq/IranNastaliq.ttf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family:titr;
    src: url('../fonts/farsi/BTitrBold.eot');
    src: url('../fonts/farsi/BTitrBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/farsi/BTitrBold.woff') format('woff'),
    url('../fonts/farsi/BTitrBold.ttf') format('truetype');
    font-weight: normal;
}
.rtl {
  direction: rtl;
}
body {
  color: #282828;
  font-family: "IRANSans";
  line-height: 1.8;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

/* Custom CSS Start */
img {
  max-width: 100%;
}

a {
  text-decoration: none;
  display: inline-block;
  -webkit-transition: .5s;
  transition: .5s;
  color: #8D99AE;
}

a:hover {
  text-decoration: none;
  color: #d60011;
}
ul {
  list-style-type: square;
}
ul li {
  display: inline-block;
  
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  display: table-cell;
  vertical-align: middle;
}

p {
  color: #282828;
  line-height: 1.8;
}

i {
  line-height: 1;
}

h3 {
  font-size: 20px;
  font-weight: 600;
}
ul {
  padding-right: 0 !important;
}

.form-control:focus, input:focus, button:focus, .btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 !important;
          box-shadow: 0 0 0 0 !important;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pt-60 {
  padding-top: 60px 
}
.pb-60 {
  padding-bottom: 60px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pt-70 {
  padding-bottom: 70px;
}

.mr-20 {
  margin-right: 20px;
}

.pl-40 {
  padding-left: 40px;
}
.pr-40 {
  padding-right: 40px;
}

.form-control{
  font-size: 14px !important;
  font-weight: normal !important;
}

/* Custom CSS End */
/* Theme Default CSS Start */
.theme-button .default-btn {
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  padding: 15px 35px;
  border-radius: 5px;
  margin-right: 25px;
  position: relative;
  text-transform: capitalize;
  border: 1px solid #ffffff;
  z-index: 0;
}

.section-head {
  /*max-width: 600px;*/
  margin: -1px auto 55px;
  line-height: 1;
}

.section-head span {
  font-size: 14px;
  font-weight: 500;
  color: #fb788e;
  margin-bottom: 15px;
  display: inline-block;
}

.section-head h2 {
  font-size: 30px;
  color: #282828;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1;
}

.section-head h2 span {
  color: #d60011;
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 0;
}

.section-head .textTitle {
  font-size: 30px;
  color: #282828;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1;
}

.section-head .textTitle span {
  color: #d60011;
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 0;
}

.section-head p {
  margin-bottom: 0;
}

.blue-title h2 span {
  color: #d60011;
  font-size: 40px;
  font-weight: 600;
}

/* Theme Default CSS End */
/*------------ HOME PAGE ONE CSS START -------------*/
/* Header CSS Start */
.header-section {
  background: #d60011;
  /*padding: 10px 0;*/
}

.header-section .header-widget ul {
  padding-left: 0;
  margin-bottom: 0;
}

.header-section .header-widget ul li {
  font-size: 14px;
  padding-right: 16px;
  margin-right: 7px;
  color: #ffffff;
  position: relative;
}

.header-section .header-widget ul li::before {
  position: absolute;
  content: '';
  background: #ffffff;
  width: 1px;
  height: 20px;
  right: 0;
  top: 3px;
}
.header-widget ul li img{

box-shadow: 1px 5px 5px rgba(0,0,0,0.4);
}
.header-section .header-widget ul li i {
  margin-right: 5px;
  font-size: 18px;
  top: 1px;
  position: relative;
}

.header-section .header-widget ul li a {
  color: #ffffff;
}

.header-section .header-widget ul :nth-child(1)::before {
  display: none;
}

.header-section .header-social ul {
  padding-right: 0;
  margin-bottom: 0;
}

.header-section .header-social a {
  background-color: #fff200;
  color: #333;
  padding: 10px;
}

.header-section .header-social a i {
  font-size: 20px;
}

.header-section .header-social ul li a i {
  color: #ffffff;
  background: #595959;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  margin-left: 5px;
  position: relative;
  z-index: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.header-section .header-social ul li a i::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  background: #ffffff;
  top: 0;
  left: 0;
  border-radius: 5px;
  z-index: -1;
  -webkit-transition: .5s;
  transition: .5s;
}

.header-section .header-social ul li a i:hover::after {
  width: 100%;
  height: 100%;
}

.header-section .header-social ul li a i:hover {
  color: #d60011;
}

/* Header CSS End */
/* Navbar CSS Start */
.navbar-area .main-nav {
  background: #ffffff;
  padding: 0;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
}

.navbar-area .main-nav .navbar {
  padding: 15px 0;
}

.navbar-area .main-nav .navbar .navbar-brand {
    margin-right: 0rem !important;
}
.navbar-area .main-nav .navbar .navbar-brand img {
  max-width: 78px;
  margin-top: -15px;
  margin-bottom: -15px;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item a {
  color: #282828;
  font-weight: 700;
  text-transform: capitalize;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item a:hover {
  color: #d60011;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item a:hover i {
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item a i {
  top: 2px;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
  line-height:22px;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .active {
  color: #d60011 !important;
}

.navbar-area .main-nav .navbar .navbar-nav .dropdown-toggle::after {
  display: none;
}

.navbar-area .main-nav .navbar .navbar-nav .dropdown-menu {
  background: #ffffff;
  -webkit-transition: .5s;
  transition: .5s;
  border: 0;
  -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
          box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  padding: 0;
}

.navbar-area .main-nav .navbar .navbar-nav .dropdown-menu .nav-item {
  display: block;
  padding: 0;
}

.navbar-area .main-nav .navbar .navbar-nav .dropdown-menu .nav-item a {
  color: #282828;
  border-bottom: 1px dashed #ccb0b0;
  position: relative;
}
.navbar-area .main-nav .navbar .navbar-nav .dropdown-menu.first :last-child a {
  border-bottom: 0;
}
.navbar-area .main-nav .navbar .navbar-nav .dropdown-menu.second .nav-item a {
  border-bottom: 1px dashed #ccb0b0;
}
.navbar-area .main-nav .navbar .navbar-nav .dropdown-menu.second :last-child a {
  border-bottom: 0;
}
.navbar-area .main-nav .navbar .navbar-nav .dropdown-menu.third .nav-item a {
  border-bottom: 1px dashed #ccb0b0;
}
.navbar-area .main-nav .navbar .navbar-nav .dropdown-menu.third :last-child a {
  border-bottom: 0;
}
.navbar-area .main-nav .navbar .navbar-nav .dropdown-menu .nav-item a::before {
  position: absolute;
  content: '';
  background: #d60011;
  width: 3px;
  height: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.navbar-area .main-nav .navbar .navbar-nav .dropdown-menu .nav-item a::after {
  /*position: absolute;
  content: '';
  background: #d60011;
  width: 3px;
  height: 95%;
  left: 0;
  bottom: 0;
  -webkit-transition: .5s;
  transition: .5s;*/
}

.navbar-area .main-nav .navbar .navbar-nav .dropdown-menu .nav-item a:hover {
  color: #d60011;
}

.navbar-area .main-nav .navbar .navbar-nav .dropdown-menu .nav-item a:hover::before {
  height: 95%;
}

.navbar-area .main-nav .navbar .navbar-nav .dropdown-menu .nav-item a:hover::after {
  height: 0;
}

.navbar-area .main-nav .navbar .navbar-nav .dropdown-menu .nav-item a .active {
  color: #d60011;
}



.navbar-area .main-nav .navbar .navbar-button {
  margin-right: 25px;
}

.navbar-area .main-nav .navbar .navbar-button a {
  color: #ffffff;
  background: #595959;
  padding: 10px 17px;
  border-radius: 5px;
  position: relative;
  z-index: 0;
  font-size: 16px;
}

.navbar-area .main-nav .navbar .navbar-button a::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0;
  background: #d60011;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 5px;
  z-index: -1;
  -webkit-transition: .5s;
  transition: .5s;
}

.navbar-area .main-nav .navbar .navbar-button a:hover::before {
  height: 100%;
}

.is-sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  background: #ffffff !important;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

/* Navbar CSS End */

/* Service CSS Start */
.service-section {
  position: relative;
}

.service-section .service-shapes img {
  position: absolute;
  -webkit-animation: translate infinite 2s;
          animation: translate infinite 2s;
}

.service-section .service-shapes :nth-child(1) {
  top: 65px;
  left: 30%;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.service-section .service-shapes :nth-child(2) {
  top: 15%;
  left: 5%;
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

.service-section .service-shapes :nth-child(3) {
  right: 16%;
  top: 18%;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.service-section .service-shapes :nth-child(4) {
  left: 2%;
  top: 30%;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.service-section .service-shapes :nth-child(5) {
  top: 20%;
  right: 3%;
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

.service-section .service-shapes :nth-child(6) {
  top: 66%;
  left: 2%;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.service-section .service-shapes :nth-child(7) {
  right: 2%;
  top: 50%;
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

.service-section .service-shapes :nth-child(8) {
  bottom: 1%;
  left: 3%;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.service-section .service-shapes :nth-child(9) {
  bottom: 25%;
  right: 3%;
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

.service-section .service-shapes :nth-child(10) {
  bottom: 10%;
  right: 3%;
}

.service-card {
  text-align: center;
  border: 1px solid #c3ccff;
  border-radius: 10px;
  padding: 35px 30px;
  -webkit-transition: .6s;
  transition: .6s;
  position: relative;
  z-index: 0;
  margin-bottom: 30px;
}

.service-card:hover {
  -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
          box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  -webkit-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
}

.service-card:hover::before {
  height: 100%;
}

.service-card:hover::after {
  opacity: 1;
}

.service-card:hover i, .service-card:hover h3, .service-card:hover p {
  color: #ffffff;
}

.service-card:hover i::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.service-card:hover .theme-button .default-btn {
  background: #ffffff;
}

.service-card::before {
  position: absolute;
  content: '';
  background: #d60011;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 10px;
  -webkit-transition: .6s;
  transition: .6s;
}

.service-card::after {
  position: absolute;
  content: '';
  background-image: url(../img/service/shapes/service-pattern-1.png);
  width: 75px;
  height: 50px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: .6s;
  transition: .6s;
}

.service-card i {
  color: #d60011;
  font-size: 50px;
  display: inline-block;
  -webkit-transition: .6s;
  transition: .6s;
  position: relative;
  z-index: 0;
  margin-bottom: 20px;
}

.service-card h3 {
  color: #282828;
  -webkit-transition: .6s;
  transition: .6s;
  margin-bottom: 10px;
}

.service-card p {
  -webkit-transition: .6s;
  transition: .6s;
  margin-bottom: 20px;
}

.service-card .theme-button .default-btn {
  color: #d60011;
  border: 1px solid #7ca4f1;
  margin-right: 0;
  padding: 10px 40px;
}

.service-card .theme-button .default-btn:hover::before {
  display: none;
  color: #d60011;
}

.active-service {
  -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
          box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
}

.active-service::before {
  height: 100%;
}

.active-service::after {
  opacity: 1;
}

.active-service i, .active-service h3, .active-service p {
  color: #ffffff;
}

.active-service i::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.active-service .theme-button .default-btn {
  background: #ffffff;
}

/* Service CSS End */
/* Why Choose CSS Start */
.why-choose-section {
  position: relative;
  padding: 100px 0 100px;
}

.why-choose-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d60011;
  opacity: 0.8;
}

.why-choose-section .why-choose-shape {
  position: absolute;
  left: 35%;
  top: 180px;
  -webkit-animation: scale infinite 2s;
          animation: scale infinite 2s;
}

.why-choose-bg {
  background-image: url(../img/why-choose/bg-1.png);
  background-position: center center;
  background-size: cover;
  position: relative;
  height: 100%;
}

.why-choose-img {
  background-image: url(../img/why-choose/1.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 750px;
  max-width: 650px;
  bottom: 0;
  position: absolute;
}

.why-choose-text .section-head {
  margin: 0 0 35px;
}

.why-choose-text .section-head h2 {
  color: #ffffff;
  margin-bottom: 30px;
  margin-top: -4px;
}

.why-choose-text .section-head p {
  color: #ffffff;
  padding-right: 90px;
}

.why-choose-accordian {
  margin-top: 30px;
  /*margin-right: 60px;*/
}

.why-choose-accordian .accordion {
  margin-bottom: 35px;
}

.why-choose-accordian .accordion .card {
  border-radius: 10px;
  margin-bottom: 15px;
  border: 0;
  border-right: 5px solid #d60011;
  box-shadow: 0px 1px 14px rgba(72, 73, 121, 0.15);
}
/*.why-choose-accordian .accordion .card:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6) inset;
}*/

.why-choose-accordian .accordion .card .card-header {
  background: #ffffff;
  border-bottom: 0;
  padding: 0;
  margin: 0;
}

.why-choose-accordian .accordion .card .card-header h2 a {
  font-size: 16px;
  color: #282828;
  font-weight: 500;
  position: relative;
  display: block;
  text-align: right;
  padding: 35px 50px;
  line-height: 1;
}

.why-choose-accordian .accordion .card .card-body {
  color: #282828;
  font-size: 14px;
  padding: 10px 0 0 0;
  border-top: 1px solid #bebebe;
  margin: 0px 20px 20px 20px;
}

.why-choose-accordian .why-choose-contact .form-control {
  font-size: 16px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.35);
  padding: 12px 20px;
  border-radius: 5px;
  margin-right: 20px;
  float: left;
  margin-bottom: 15px;
  width: 278px;
  border: 0;
  height: 50px;
}

.why-choose-accordian .why-choose-contact ::-webkit-input-placeholder {
  color: #ffffff;
}

.why-choose-accordian .why-choose-contact :-ms-input-placeholder {
  color: #ffffff;
}

.why-choose-accordian .why-choose-contact ::-ms-input-placeholder {
  color: #ffffff;
}

.why-choose-accordian .why-choose-contact ::placeholder {
  color: #ffffff;
}

.why-choose-accordian .why-choose-contact button {
  font-size: 16px;
  color: #ffffff;
  background: #d60011;
  padding: 12px 35px;
  border-radius: 5px;
  margin-bottom: 15px;
  border: 1px solid transparent;
  height: 50px;
}

.why-choose-accordian .why-choose-contact button:hover {
  background: #d60011;
  border: 1px solid #d60011;
}

.why-choose-accordian .why-choose-contact p {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: -8px;
}

.why-choose-accordian .accordion .card-header a::after {
  position: absolute;
  content: '\ef9a';
  font-size: 20px;
  color: #d60011;
  font-weight: 500;
  right: 20px;
  top: 33px;
  font-family: "IcoFont";
}

.why-choose-accordian .accordion a.collapsed::after {
  position: absolute;
  font-size: 20px;
  color: #d60011;
  font-weight: 500;
  right: 20px;
  top: 33px;
  content: "\efc2";
  font-family: "IcoFont";
}

/* Why Choose CSS End */
/* Process CSS Start */
.process-section {
  /*padding-top: 160px;*/
}

.process-section .process-card {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  padding: 20px 20px 0;
}

.process-section .process-card:hover i {
  color: #ffffff;
}

.process-section .process-card:hover i::after {
  background: #d60011;
}

.process-section .process-card i {
  color: #d60011;
  font-size: 50px;
  position: relative;
  z-index: 0;
  margin-bottom: 100px;
  display: inline-block;
  -webkit-transition: .5s;
  transition: .5s;
}

.process-section .process-card i::after {
  position: absolute;
  content: '';
  width: 150px;
  height: 150px;
  background: #ffffff;
  border-radius: 5px;
  border: 1px dashed #adadad;
  left: -53px;
  top: -50px;
  z-index: -1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
          box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  -webkit-transition: .5s;
  transition: .5s;
}

.process-section .process-card h3 {
  font-size: 22px;
  color: #282828;
  margin-bottom: 13px;
}

.process-section .process-card p {
  margin-bottom: 0;
}

.process-section .process-card img {
  position: absolute;
  top: 28px;
  left: -35px;
  -webkit-animation: fadeInLeft infinite 2s;
          animation: fadeInLeft infinite 2s;
}

/* Process CSS End */
/* Price CSS Start */
.price-card-area {
  text-align: center;
  border: 1px solid #c3ccff;
  border-radius: 5px;
  -webkit-transition: .6s;
  transition: .6s;
  margin-bottom: 30px;
}

.price-card-area:hover .price-head-text::before {
  opacity: 1;
}

.price-card-area:hover .plan-btn a::before {
  width: 100%;
}

.price-card-area:hover .plan-btn a {
  color: #ffffff;
}

.price-card-area:hover {
  -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
          box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
}

.price-card-area .price-head-text {
  background: #d60011;
  border-radius: 5px 5px 0 0;
  position: relative;
  z-index: 0;
  padding: 20px;
}

.price-card-area .price-head-text::before {
  position: absolute;
  content: '';
  background-image: url(../img/price-shape.png);
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  opacity: 0;
}

.price-card-area .price-head-text h4 {
  font-size: 17px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 10px;
}

.price-card-area .price-head-text h2 {
  font-size: 30px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0;
}

.price-card-area .price-head-text h2 span {
  font-size: 36px;
  color: #ffffff;
  font-weight: 500;
}

.price-card-area .plan-features {
  padding: 30px 30px 30px 90px;
}

.price-card-area .plan-features ul {
  text-align: left;
  margin-bottom: 0;
  padding-left: 0;
}

.price-card-area .plan-features ul li {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #282828;
  line-height: 1;
  margin-bottom: 20px;
}

.price-card-area .plan-features ul li i {
  color: #d60011;
  margin-right: 5px;
}

.price-card-area .plan-features ul :last-child {
  margin-bottom: 0;
}

.price-card-area .plan-btn {
  margin-bottom: 30px;
}

.price-card-area .plan-btn a {
  font-size: 18px;
  font-weight: 500;
  color: #d60011;
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #d60011;
  padding: 5px 30px;
  text-transform: capitalize;
  position: relative;
}

.price-card-area .plan-btn a::before {
  position: absolute;
  content: '';
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  border-radius: 3px;
  background: #d60011;
}

.active-price {
  -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
          box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
}

.active-price .price-head-text::before {
  opacity: 1;
}

.active-price .plan-btn a::before {
  width: 100%;
}

.active-price .plan-btn a {
  color: #ffffff;
}

/* Price CSS End */
/* Counter CSS Start */
.counter-section {
  position: relative;
  padding-bottom: 100px;
}

.counter-section::before {
  position: absolute;
  content: '';
  background: #d60011;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.counter-section .offer-text h2 {
  font-size: 40px;
  font-weight: 600;
  max-width: 405px;
  margin-bottom: 30px;
  color: #ffffff;
  text-transform: capitalize;
}

.counter-section .offer-text h2 span {
  color: #fb788e;
}

.counter-section .offer-text .theme-button .default-btn {
  background: #ffffff;
  color: #d60011;
  border: 0;
}

.counter-section .offer-text .theme-button .default-btn:hover {
  color: #ffffff;
}

.counter-section .counter-area {
  background: #ffffff;
  border-radius: 10px;
  text-align: right;
  position: relative;
  z-index: 99;
  /*padding-top: 85px;
  padding-bottom: 15px;*/
  padding: 20px;
  -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
          box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
}

/*.counter-section .counter-area::before {
  position: absolute;
  content: '';
  background-image: url(../img/map.png);
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 10px;
}*/

.counter-section .counter-area .counter-text {
  margin-bottom: 70px;
}

.counter-section .counter-area .counter-text h2 {
  font-size: 40px;
  font-weight: 600;
  color: #fb788e;
  margin-bottom: 0;
}

.counter-section .counter-area .counter-text p {
  color: #282828;
  margin-bottom: 0;
  font-size: 18px;
}

.counter-section .counter-shape img {
  position: absolute;
  -webkit-animation: scale infinite 2s;
          animation: scale infinite 2s;
}

.counter-section .counter-shape :nth-child(1) {
  top: 125px;
  left: 30px;
}

.counter-section .counter-shape :nth-child(2) {
  bottom: 85px;
  left: 40px;
}

.counter-section .counter-shape :nth-child(3) {
  top: 50px;
  left: 100px;
}

.counter-section .counter-shape :nth-child(4) {
  bottom: 40px;
  left: 20%;
}

.counter-section .counter-shape :nth-child(5) {
  top: 37px;
  left: 25%;
}

.counter-section .counter-shape :nth-child(6) {
  top: 37px;
  left: 45%;
}

.counter-section .counter-shape :nth-child(7) {
  bottom: 37px;
  left: 35%;
}

.counter-section .counter-shape :nth-child(8) {
  top: 37px;
  right: 30px;
}

.counter-section .counter-shape :nth-child(9) {
  bottom: 37px;
  right: 30px;
}

.counter-section .counter-shape :nth-child(10) {
  top: 37px;
  right: 25%;
}

.counter-section .counter-shape :nth-child(11) {
  top: 104px;
  left: 39%;
  width: 20px;
  height: 20px;
  -webkit-animation: scale infinite 2s;
          animation: scale infinite 2s;
}

.counter-section .counter-shape :nth-child(12) {
  top: 55px;
  left: 40%;
  width: 55px;
  height: 55px;
  -webkit-animation: scale infinite 2s;
          animation: scale infinite 2s;
}

/* Counter CSS End */
/* Team CSS Start */
.team-section .team-card {
  width: 100%;
  -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
          box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  border-radius: 10px;
  margin-bottom: 30px;
}

.team-section .team-card:hover .team-img .team-social {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.team-section .team-card .team-img {
  position: relative;
  overflow: hidden;
}

.team-section .team-card .team-img img {
  width: 100%;
}

.team-section .team-card .team-img .team-social {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.team-section .team-card .team-img .team-social a {
  background: rgba(156, 0, 0, 0.85);
  color: #fff;
  width: 65px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: table-cell;
  border-right: 1px solid #d60011;
}

.team-section .team-card .team-img .team-social a:hover {
  background: #d60011;
}

.team-section .team-card .team-img .team-social a i {
  font-size: 18px;
}

.team-section .team-card .team-text {
  text-align: center;
  padding: 25px;
  border-top: 1px solid #ddd
}

.team-section .team-card .team-text h4 {
  font-size: 17px;
  color: #d60011;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.4;
  text-transform: capitalize;
}

.team-section .team-card .team-text p {
  color: #282828;
  margin-bottom: 0;
  line-height: 1;
  font-size: 15px;
}

/* Team CSS End */
/* Testimonial CSS Start */
.testimonial-section .testimonial-area {
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
  padding: 0px 0 0;
}

.testimonial-section .testimonial-image-slider {
  margin-top: 5px;
}

.testimonial-section .slick-list {
  margin: 0 5px;
}

.testimonial-section .sin-testiImage {
  display: inline-block;
  margin-bottom: 11px;
  outline: medium none;
}

.testimonial-section .sin-testiImage img {
  border: 5px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block !important;
  height: 80px;
  margin-bottom: 30px;
  margin-top: 36px;
  outline: 0 none;
  width: 80px;
}

.testimonial-section .sin-testiImage.slick-current img {
  height: 145px;
  margin-top: 0;
  opacity: 1;
  width: 146px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  margin-bottom: 35px;
}

.testimonial-section .testimonial-text-slider h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #ffffff;
}

.testimonial-section .testimonial-text-slider span {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 15px;
  color: #ffffff;
}

.testimonial-section .testimonial-text-slider {
  margin: auto;
  padding: 0;
  position: relative;
  width: unset;
  z-index: 9;
}

.testimonial-section .sin-testiText {
  outline: none;
}

.testimonial-section .sin-testiText p {
  max-width: 555px;
  margin: auto;
  color: #ffffff;
}

.testimonial-section .slick-prev, .testimonial-section .slick-next {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 25px;
  outline: medium none;
  padding: 0;
  position: absolute;
  top: 200px;
  width: 16px;
}

.testimonial-section .slick-prev:hover::before, .testimonial-section .slick-next:hover::before {
  background: #ffffff;
}

.testimonial-section .slick-prev {
  left: -31px;
}

.testimonial-section .slick-next {
  right: -31px;
}

.testimonial-section .slick-prev:before, .testimonial-section .slick-next:before {
  height: 25px;
  width: 16px;
  left: -130px;
  top: -44px;
  position: absolute;
  color: #d60011;
  font-family: "foundation-icons";
  content: "<";
  font-family: "Material-Design-Iconic-Font";
  font-size: 33px !important;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 1;
  background: rgba(255, 255, 255, 0.35);
  width: 45px;
  height: 45px;
  border-radius: 45px;
  line-height: 45px;
  font-family: inherit;
}

.testimonial-section .slick-next:before {
  right: -130px;
  left: inherit;
  content: '>';
}

.testimonial-section .slick-slider {
  z-index: 9;
}

.testimonial-section .testimonial-area:hover .slick-prev:before, .testimonial-section .testimonial-area:hover .slick-next:before {
  opacity: 1;
}

.testimonial-bg {
  background-image: url(../img/header-1680x635.jpg);
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
}

.testimonial-bg::before {
  position: absolute;
  content: '';
  background: #d60011;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .8;
  z-index: -1;
}

/* Teastimonial CSS End */
/* Blog CSS Start */
.blog-section {
  padding-bottom: 60px;
}

.blog-section .blog-slider {
  position: relative;
  /*margin: 30px;*/
}

.blog-area .post-date{
    min-width:100px;
    min-height:28px;
    line-height: 38px;
    text-align: center;
    background: #595959;
    position: absolute;
    top: -38px;
    left: 30px;
    border-radius: 5px;
}
.blog-area .fixHeight {
  min-height: 180px;
  max-height: 200px;
}
.blog-area .month{
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 0 10px;
    background: #d60011;;
    text-transform: uppercase;
    border-radius: 5px 5px 0 0;
}
.blog-area .date{
    color: #fff;
    font-size: 14px;
}
.blog-section .blog-slider .owl-dots {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
}

.blog-section .blog-slider.owl-theme .owl-dots .owl-dot.active span,
.blog-section .blog-slider.owl-theme .owl-dots .owl-dot:hover span {
  background: #d60011;
  position: relative;
}

.blog-section .blog-slider.owl-theme .owl-dots .owl-dot.active span::before,
.blog-section .blog-slider.owl-theme .owl-dots .owl-dot:hover span::before {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  right: -3px;
  left: 0px;
  top: -3px;
  border-radius: 10px;
  background: transparent;
  border: 1px solid #d60011;
}

.blog-section .blog-slider.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #595959;
}

.blog-section .blog-slider.owl-theme .owl-nav {
  margin-top: 0;
}

.blog-section .blog-area {
  -webkit-box-shadow: 0px 1px 14px rgba(72, 73, 121, 0.15);
          box-shadow: 0px 1px 14px rgba(72, 73, 121, 0.15);
  border-radius: 15px;
  width: 100%;
  margin-bottom: 30px;
 /* margin-top: 10px;*/
  border-bottom: 10px solid #d60011;
}
/*.blog-section .blog-area:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6) inset;
}*/
.blog-section .blog-area:hover .blog-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
          filter:none;
    opacity:1;
}

.blog-section .blog-area:hover .blog-text h4 a {
  color: #d60011;
}

.blog-section .blog-area .blog-img {
  overflow: hidden;
  border-radius: 10px 10px 0 0 ;
  border-bottom: 1px solid #cdcdcd;
}

.blog-section .blog-area .blog-img a {
  display: block;
}

.blog-section .blog-area .blog-img a img {
  -webkit-transition: .5s;
  transition: .5s;
  width: 100%;
  height: 230px;
  object-fit: contain;
  object-position: center center;
  /*filter: grayscale(100%);*/
}

.blog-section .blog-area .blog-text {
  padding: 35px 25px 25px 25px;
  position: relative;
}

.blog-section .blog-area .blog-text h4 a {
  font-size: 17px;
  font-weight: 600;
  color: #282828;
  margin-bottom: 5px;
  margin-top: 15px;
}
.blog-section .blog-area .blog-text ul li a:hover {
  color: #d60011;
}
.blog-section .blog-area .blog-text ul {
  padding-left: 0;
  margin-bottom: 10px;
}

.blog-section .blog-area .blog-text ul li {
  font-size: 13px;
  font-weight: 500;
  color: #282828;
  margin-right: 15px;
}

.blog-section .blog-area .blog-text ul li i {
  color: #d60011;
  margin-right: 5px;
}

.blog-section .blog-area .blog-text ul li a {
  color: #282828;
}



.blog-section .blog-area .blog-text p {
  font-size: 13px;
  margin-bottom: 15px;
  text-align: justify;
}

.blog-section .blog-area .blog-text .blog-btn {
  font-size: 16px;
  font-weight: 500;
  color: #d60011;
  display: block;
  text-align: left;
}

.blog-section .blog-area .blog-text .blog-btn:hover {
  letter-spacing: .5px;
}

.blog-section .blog-area .blog-text .blog-btn i {
  top: 2px;
  position: relative;
}
.readmore-btn {
  font-size: 14px;
  font-weight: 500;
  color: #d60011;
  display: block;
  text-align: left;
  padding: 0 0 10px 10px;
}

.readmore-btn:hover {
  letter-spacing: .5px;
}

.readmore-btn i {
  top: 2px;
  position: relative;
}

.blog-section .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}

/* Blog CSS End */
/* Contact CSS Start */
.contact-section .contact-area {
  padding: 55px 85px;
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
          box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  position: relative;
  z-index: 4;
  margin-bottom: -250px;
}

.contact-section .contact-area::before {
  position: absolute;
  content: '';
  background-image: url(../img/map-2.png);
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.5
}

.contact-section .contact-area::after {
  position: absolute;
  content: '';
  background-image: url(../img/contact-shape-two.png);
  background-position: center center;
  background-size: cover;
  width: 100px;
  height: 100px;
  left: 30px;
  top: 30px;
}

.contact-section .contact-area .section-head {
  margin-bottom: 25px;
}

.contact-section .contact-area .section-head h2 {
  font-size: 30px;
  margin-bottom: 10px;
}

.contact-section .contact-area .section-head h2 span {
  font-size: 25px;
}

.contact-section .contact-area .contact-img {
  position: relative;
}

.contact-section .contact-area .contact-img::before {
  position: absolute;
  content: '';
  background-image: url(../img/contact-shape.png);
  background-position: center center;
  background-size: cover;
  width: 125px;
  height: 120px;
  top: -35px;
  right: -40px;
  z-index: -1;
}

.contact-section .contact-area .contact-img img {
  border-radius: 10px;
  width: 100%;
}

.contact-section .contact-area .contact-form .form-group .form-control {
  height: 50px;
/*  border: 1px solid #d60011;*/
/*  padding-left: 20px;*/
  background: #ffffff;
  line-height: 1;
  padding: 10px 10px;
  border-radius: 10px;
}

.contact-section .contact-area .contact-form .form-group ::-webkit-input-placeholder {
  font-size: 14px;
  color: #999;
}

.contact-section .contact-area .contact-form .form-group :-ms-input-placeholder {
  font-size: 14px;
  color: #999;
}

.contact-section .contact-area .contact-form .form-group ::-ms-input-placeholder {
  font-size: 14px;
  color: #999;
}

.contact-section .contact-area .contact-form .form-group ::placeholder {
  font-size: 14px;
  color: #999;
}

.contact-section .contact-area .contact-form .form-group textarea.form-control {
  height: 100%;
  padding-top: 15px;
}

.contact-section .contact-area .contact-form .default-btn {
  font-size: 13px;
  color: #ffffff;
  font-weight: 500;
  padding: 10px 40px;
  border-radius: 10px;
  margin-right: 25px;
  position: relative;
  text-transform: capitalize;
  border: 1px solid #ffffff;
  z-index: 0;
  background: #595959;
  margin-top: 10px;
}

.contact-section .contact-area .contact-form .default-btn::before {
  position: absolute;
  content: '';
  width: 0;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: .5s;
  transition: .5s;
  border-radius: 5px;
  background: #d60011;
}

.contact-section .contact-area .contact-form .default-btn:hover::before {
  width: 100%;
}

.contact-section .contact-area .contact-form .list-unstyled {
  color: #dc3545;
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: -1rem !important;
}

.contact-section .contact-area .contact-form .text-danger {
  color: #dc3545;
  font-size: 14px;
  margin-top: 20px;
}

.contact-section .contact-area .contact-form .text-success {
  color: #28a745;
}



.submit-form .form-group .form-control {
  height: 45px;
/*  border: 1px solid #d60011;*/
/*  padding-left: 20px;*/
  background: #ffffff;
  line-height: 1;
  padding: 10px 10px;
  border-radius: 10px;
}

.submit-form .form-group ::-webkit-input-placeholder {
  font-size: 14px;
  color: #999;
}

.submit-form .form-group :-ms-input-placeholder {
  font-size: 14px;
  color: #999;
}

.submit-form .form-group ::-ms-input-placeholder {
  font-size: 14px;
  color: #999;
}

.submit-form .form-group ::placeholder {
  font-size: 14px;
  color: #999;
}

.submit-form .form-group textarea.form-control {
  height: 100%;
  padding-top: 15px;
}

.submit-form .default-btn {
  font-size: 13px;
  color: #ffffff;
  font-weight: 500;
  padding: 8px 20px;
  border-radius: 10px;
  /*margin-right: 25px;*/
  position: relative;
  text-transform: capitalize;
  border: 1px solid #ffffff;
  z-index: 0;
  background: #595959;
  width: 100%;
  /*margin-top: 10px;*/
}

.submit-form .default-btn::before {
  position: absolute;
  content: '';
  width: 0;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: .5s;
  transition: .5s;
  border-radius: 5px;
  background: #d60011;
}

.submit-form .default-btn:hover::before {
  width: 100%;
}

.submit-form .list-unstyled {
  color: #dc3545;
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: -1rem !important;
}

.submit-form .text-danger {
  color: #dc3545;
  font-size: 14px;
  margin-top: 20px;
}

.submit-form .text-success {
  color: #28a745;
}








.contact-section .contact-text {
  padding-left: 10px;
}

/* Contact CSS End */
/* Footer CSS Start */
.footer-area {
  background: #595959;
  padding-top: 347px;
  position: relative;
}

.footer-area::before {
  position: absolute;
  content: '';
  background-image: url(../img/map-2.png);
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.footer-area .footer-widget .logo {
  margin-bottom: 25px;
}

.footer-area .footer-widget .logo img {
  max-width: 200px;
}

.footer-area .footer-widget p {
  color: #ffffff;
  margin-bottom: 25px;
  text-align: justify;
}

.footer-area .footer-widget .email {
  position: relative;
}

.footer-area .footer-widget .email input {
  /*height: 50px;*/
  background: #ffffff;
  border: 0;
  border-radius: 5px;
  padding-left: 15px;
  width: 100%;
  margin-bottom: 10px;
}

.footer-area .footer-widget .email ::-webkit-input-placeholder {
  font-size: 14px;
  color: #999;
}

.footer-area .footer-widget .email :-ms-input-placeholder {
  font-size: 14px;
  color: #999;
}

.footer-area .footer-widget .email ::-ms-input-placeholder {
  font-size: 14px;
  color: #999;
}

.footer-area .footer-widget .email ::placeholder {
  font-size: 14px;
  color: #999;
}

.enamadLogo img {
  height: 100px !important;
  opacity: 0.8;
}
.footer-area .footer-widget .email button {
  /*position: absolute;
  left: 0;
  top: 0;*/
  background: #d60011;
  border: 0;
  color: #ffffff;
 /* height: 50px;*/
  width: 100%;
/*  font-size: 29px;*/
/*  border-radius: 4px 0 0 4px;*/
  -webkit-transition: .5s;
  transition: .5s;
  border-radius: 5px;
  padding: 5px 0;
}

.footer-area .footer-widget .email button:hover {
  background: #282828;
}

.footer-area .footer-widget .email .validation-danger {
  color: #dc3545;
}
.footer-area .footer-widget .email .validation-success {
  color: #28a745;
}
.footer-area .footer-widget h3 {
  /*border-bottom: 2px solid #d60011;*/
  display: inline-block;
  margin-bottom: 20px;
  color: #ffffff;
  
}

.footer-area .footer-widget .footerTitle{
  display: inline-block;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 20px;
font-weight: 600;
}

.footer-area .footer-widget ul {
  padding-right: 0;
  margin-bottom: 0;
}

.footer-area .footer-widget ul li {
  display: flex;
  margin-bottom: 10px;
}

.footer-area .footer-widget ul li a {
  /*font-size: 16px;*/
  color: #ffffff;
}

/*.footer-area .footer-widget ul li a:hover {
  color: #d60011;
}*/

.footer-area .footer-widget ul li i {
  color: #ffffff;
}

.footer-area .footer-widget .find-text {
  margin-right: 0;
  margin-bottom: 25px;
}

.footer-area .footer-widget .find-us li {
  color: #ffffff;
  margin-bottom: 8px;
}

.footer-area .footer-widget .find-us li i {
  font-size: 18px;
  margin-left: 10px;
  top: 4px;
  position: relative;
}

.footer-area .bottom-footer {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 30px;
  border-top: 1px solid #d6d8d9;
}

.footer-area .bottom-footer .footer-social ul {
  padding-left: 0;
  margin-bottom: 0;
}

.footer-area .bottom-footer .footer-social ul li a i {
  width: 30px;
  height: 30px;
  background: #d60011;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  border-radius: 5px;
  -webkit-transition: .5s;
  transition: .5s;
  margin-right: 5px;
}

.footer-area .bottom-footer .footer-social ul li a i:hover {
  background: #ffffff;
  color: #d60011;
}

.footer-area .bottom-footer .copyright-text p {
  color: #ffffff;
/*  font-size: 16px;*/
  margin-bottom: 0;
}

.footer-area .bottom-footer .copyright-text p a {
  color: #ffffff;
}

.footer-area .bottom-footer .copyright-text p a:hover {
  color: red;
}


.shop-btn a{
  width: 100px;
  height: 40px;
  color: #ffffff;
  background: #d60011;
  text-align: center;
  border-radius: 5px;
  position: fixed;
  top: 50%;
  left: -15px;
  cursor: pointer;
  font-size: 14px;
  line-height: 40px;
  z-index: 999;
  -webkit-transition: .5s;
  transition: .5s;
  transform: rotate(-90deg);
}

.shop-btn a::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0;
  background: #000;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 5px;
  -webkit-transition: .5s;
  transition: .5s;
}

.shop-btn a:hover::before {
  height: 100%;
}

.shop-btn a:hover {
  color: #ffffff;
}
/* Footer CSS End */
/* Back To Top CSS */
.top-btn {
  width: 40px;
  height: 50px;
  color: #ffffff;
  background: #d60011;
  text-align: center;
  border-radius: 5px;
  position: fixed;
  bottom: 15px;
  left: 15px;
  cursor: pointer;
  font-size: 30px;
  line-height: 50px;
  z-index: 999;
  -webkit-transition: .5s;
  transition: .5s;
}

.top-btn::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0;
  background: #000;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 5px;
  -webkit-transition: .5s;
  transition: .5s;
}

.top-btn:hover::before {
  height: 100%;
}

.top-btn:hover {
  color: #ffffff;
}

.more-btn {
  color: #ffffff;
  background: #d60011;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  padding: 5px 10px;
  border:0;
}

.more-btn:hover {
  color: #ffffff;
  background: #000;
}
/*---------------------- Pre Loader CSS ------------------*/
.loader-content {
  background: #ffffff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 99999999;
  left: 0;
  top: 0;
  text-align: center;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 60px;
  width: 60px;
  margin-top: -30px;
  margin-left: -30px;
  -webkit-animation: loading-center-absolute 1s infinite;
          animation: loading-center-absolute 1s infinite;
}

.object {
  width: 20px;
  height: 20px;
  background-color: #155B96;
  float: left;
  border-radius: 50% 50% 50% 50%;
  margin-right: 20px;
  margin-bottom: 20px;
}

.object:nth-child(2n+0) {
  margin-right: 0px;
}

#object_one {
  -webkit-animation: object_one 1s infinite;
          animation: object_one 1s infinite;
}

#object_two {
  -webkit-animation: object_two 1s infinite;
          animation: object_two 1s infinite;
}

#object_three {
  -webkit-animation: object_three 1s infinite;
          animation: object_three 1s infinite;
}

#object_four {
  -webkit-animation: object_four 1s infinite;
          animation: object_four 1s infinite;
}

@-webkit-keyframes loading-center-absolute {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loading-center-absolute {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes object_one {
  50% {
    -webkit-transform: translate(20px, 20px);
            transform: translate(20px, 20px);
  }
}

@keyframes object_one {
  50% {
    -webkit-transform: translate(20px, 20px);
            transform: translate(20px, 20px);
  }
}

@-webkit-keyframes object_two {
  50% {
    -webkit-transform: translate(-20px, 20px);
            transform: translate(-20px, 20px);
  }
}

@keyframes object_two {
  50% {
    -webkit-transform: translate(-20px, 20px);
            transform: translate(-20px, 20px);
  }
}

@-webkit-keyframes object_three {
  50% {
    -webkit-transform: translate(20px, -20px);
            transform: translate(20px, -20px);
  }
}

@keyframes object_three {
  50% {
    -webkit-transform: translate(20px, -20px);
            transform: translate(20px, -20px);
  }
}

@-webkit-keyframes object_four {
  50% {
    -webkit-transform: translate(-20px, -20px);
            transform: translate(-20px, -20px);
  }
}

@keyframes object_four {
  50% {
    -webkit-transform: translate(-20px, -20px);
            transform: translate(-20px, -20px);
  }
}

/*------------- HOME PAGE ONE CSS END ------------*/
/*------------- HOME PAGE TWO CSS START -----------*/
/* Home Section CSS Start */
.home-bg {
  background-image: url(../img/home/4.png);
  background-position: center center;
  background-size: cover;
  height: 1160px;
}

.home-style-two {
  position: relative;
}

.home-style-two .home-text-two {
  max-width: 700px;
  padding-top: 245px;
}

.home-style-two .home-text-two h1 {
  font-size: 75px;
  color: #282828;
  font-weight: 700;
  margin-bottom: 35px;
}

.home-style-two .home-text-two p {
  color: #282828;
  padding-right: 100px;
  margin-bottom: 45px;
}

.home-style-two .home-text-two .request-call {
  max-width: 471px;
  border-radius: 5px;
  position: relative;
}

.home-style-two .home-text-two .request-call .form-control {
  color: #282828;
  padding-top: 7px;
  padding-left: 20px;
  border: 0;
  height: 60px;
}

.home-style-two .home-text-two .request-call button {
  background: #d60011;
  color: #ffffff;
  position: absolute;
  height: 100%;
  width: 170px;
  top: 0;
  right: 0;
  border-radius: 5px;
  border: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.home-style-two .home-text-two .request-call button:hover {
  background: #d60011;
}

/*.home-image::before {
    position: absolute;
    left: -31px;
    top: -30px;
    width: 80%;
    height: 92%;
    z-index: -1;
    content: '';
    background-color: #d60011;
    transition: .5s;
    border-radius: 60px;
}*/
/*.home-image::after {
    position: absolute;
    right: -18px;
    bottom: -17px;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: '';
    background-color: #d60011;
    transition: .5s;
    border-radius: 60px;
      -webkit-animation: translate infinite 5s linear;
          animation: translate infinite 5s linear;
}*/
.home-style-two .home-image img {
  position: absolute;
  top: 250px;
  right: 150px;
  border: 10px solid #f8e9e9;
  border-radius: 50%;
  -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
          box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
}

.home-style-two .home-image :nth-child(2) {
  top: 445px;
  right: 400px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
  -webkit-animation: scale infinite 5s;
          animation: scale infinite 5s;
}

.home-style-two .home-shape img {
  position: absolute;
  -webkit-animation: scale infinite 5s;
          animation: scale infinite 5s;
}

.home-style-two .home-shape :nth-child(1) {
  top: 10%;
  left: 40%;
}

.home-style-two .home-shape :nth-child(2) {
  top: 40%;
  left: 40%;
}

.home-style-two .home-shape :nth-child(3) {
  top: 20px;
}

.home-style-two .home-shape :nth-child(4) {
  bottom: 35%;
  left: 10%;
}

.home-style-two .home-shape :nth-child(5) {
  bottom: 30%;
  left: 40%;
}

.home-style-two .home-shape :nth-child(6) {
  top: 20%;
  left: 20px;
}

.home-style-two .home-shape :nth-child(7) {
  top: 10%;
  right: 20%;
}

.home-style-two .home-shape :nth-child(8) {
  bottom: 40%;
  right: 5%;
}

.home-style-two .home-shape :nth-child(9) {
  top: 35%;
  left: 50%;
}

.home-style-two .home-shape :nth-child(10) {
  top: 36%;
  right: 5%;
}

/* Home Section CSS End */
/* Info CSS Start */
.info-section {
  margin-top: -300px;
  z-index: 1;
  position: relative;
}

.info-section .info-area {
  background: #d60011;
  border-radius: 5px;
  padding: 25px;
  -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
          box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
}

.info-section .info-area .info-text {
  text-align: center;
}

.info-section .info-area .info-text i {
  width: 45px;
  height: 45px;
  border-radius: 25px;
  background: #4976e0;
  display: inline-block;
  line-height: 45px;
  margin-bottom: 15px;
  font-size: 20px;
  color: #ffffff;
}

.info-section .info-area .info-text h6 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #ffffff;
}

.info-section .info-area .info-text p {
  font-size: 16px;
  color: #d8e5ff;
  margin-bottom: 0;
}

/* Info CSS End */
/* Service CSS Start */
.service-style-two {
  padding-bottom: 100px;
  position: relative;
}

.service-style-two::before {
  position: absolute;
  content: '';
  background-image: url(../img/service/shapes/service-pattern-3.png);
  background-position: center center;
  background-size: cover;
  height: 230px;
  width: 105px;
  right: 0;
  top: 247px;
  -webkit-animation: translateY infinite 3s;
          animation: translateY infinite 3s;
}

.service-style-two .service-slider-wrapper {
  position: relative;
}

.service-style-two .service-slider-wrapper::before {
  position: absolute;
  content: '';
  background-image: url(../img/service/shapes/service-pattern-4.png);
  background-position: center center;
  background-size: cover;
  width: 120px;
  height: 115px;
  top: -70px;
  left: -60px;
  z-index: -1;
  -webkit-animation: rotate infinite 10s linear;
          animation: rotate infinite 10s linear;
}

.service-style-two .service-slider-wrapper .owl-nav {
  margin-top: 0;
}

.service-style-two .service-slider-wrapper .owl-prev {
  position: absolute;
  color: #ffffff !important;
  width: 55px;
  height: 55px;
  background: #a7aed5 !important;
  border-radius: 50% !important;
  font-size: 30px !important;
  left: -100px;
  top: 36%;
  -webkit-transition: .5s;
  transition: .5s;
  line-height: 55px !important;
}

.service-style-two .service-slider-wrapper .owl-prev:hover {
  background: #d60011 !important;
  color: #ffffff !important;
}

.service-style-two .service-slider-wrapper .owl-next {
  position: absolute;
  color: #ffffff !important;
  width: 55px;
  height: 55px;
  background: #a7aed5 !important;
  border-radius: 50% !important;
  font-size: 30px !important;
  right: -100px;
  top: 36%;
  -webkit-transition: .5s;
  transition: .5s;
  line-height: 55px !important;
}

.service-style-two .service-slider-wrapper .owl-next:hover {
  background: #d60011 !important;
  color: #ffffff !important;
}

.service-style-two .service-slider-wrapper .bg-white {
  background-color: #ffffff;
}

.service-style-two .service-img img {
  width: 100%;
}

.service-style-two .service-text-two {
  padding-left: 30px;
}

.service-style-two .service-text-two h4 {
  font-size: 25px;
  font-weight: 600;
  color: #282828;
  margin-bottom: 12px;
}

.service-style-two .service-text-two p {
  font-size: 15px;
  margin-bottom: 20px;
}

.service-style-two .service-text-two ul {
  padding-left: 0;
  margin-bottom: 25px;
}

.service-style-two .service-text-two ul li {
  display: block;
  color: #282828;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
}

.service-style-two .service-text-two ul li i {
  margin-right: 10px;
  color: #d60011;
}

.service-style-two .service-text-two ul :last-child {
  margin-bottom: 0;
}

.service-style-two .service-text-two .theme-button .default-btn {
  background: #d60011;
  border: 0;
  padding: 15px 30px;
}

/* Service CSS End */
/* Hire CSS Start */
.hire-section {
  background: #e8ebff;
}

.hire-section .hire-text .section-head {
  margin-left: -15px;
  margin-bottom: 30px;
}

.hire-section .hire-text .section-head p {
  font-weight: 500;
  margin-bottom: 0;
}

.hire-section .hire-text ul {
  padding-left: 0;
  margin-bottom: 33px;
}

.hire-section .hire-text ul li {
  display: block;
  color: #282828;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.hire-section .hire-text ul li i {
  margin-right: 10px;
  color: #d60011;
  font-size: 20px;
}

.hire-section .hire-text .theme-button {
  margin-left: -15px;
}

.hire-section .hire-text .theme-button .default-btn {
  background: #d60011;
  border: 0;
}

.hire-section .hire-img {
  background-image: url(../img/hire/hire.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: relative;
}

.hire-section .discount-text {
  background: #d60011;
  text-align: center;
  max-width: 470px;
  padding: 70px;
  border-radius: 10px;
  margin-top: -302px;
  margin-left: -90px;
  z-index: 1;
  position: relative;
  bottom: 150px;
  left: -50px;
}

.hire-section .discount-text h2 {
  font-size: 35px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
}

.hire-section .discount-text h2 span {
  color: #fb788e;
}

.hire-section .discount-text .theme-button .default-btn {
  color: #d60011;
  background: #ffffff;
  border: 0;
}

.hire-section .discount-text .theme-button .default-btn:hover {
  color: #ffffff;
}

.hire-section .discount-text .discount-shape img {
  position: absolute;
  -webkit-animation: translate infinite 3s;
          animation: translate infinite 3s;
}

.hire-section .discount-text .discount-shape :nth-child(1) {
  top: 0;
  left: 0;
}

.hire-section .discount-text .discount-shape :nth-child(2) {
  top: 0;
  right: 0;
}

.hire-section .discount-text .discount-shape :nth-child(3) {
  bottom: 40px;
  right: -10px;
}

.hire-section .discount-text .discount-shape :nth-child(4) {
  bottom: 0px;
  left: 0;
}

.hire-section .discount-text .discount-shape :nth-child(5) {
  bottom: 45px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -9;
}

/* Hire CSS End */
/* Process CSS Start */
.process-style-two {
  padding-top: 100px;
}

.process-style-two .section-head {
  margin: -6px auto 130px;
}

.process-style-two .process-card i::after {
  background: #e1ebff;
}

/* Process CSS End */
/* Counter CSS Start */
.counter-style-two {
  background: #d60011;
  position: relative;
}

.counter-style-two h2 {
  font-size: 35px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 50px;
  margin-top: -7px;
}

.counter-style-two h2 span {
  color: #fb788e;
}

.counter-style-two .counter-text {
  margin-bottom: 30px;
  text-align: center;
}

.counter-style-two .counter-text h2 {
  font-size: 40px;
  font-weight: 600;
  color: #fb788e;
  margin-bottom: 10px;
}

.counter-style-two .counter-text p {
  color: #ffffff;
  margin-bottom: 0;
}

.counter-style-two .counter-shape img {
  position: absolute;
}

.counter-style-two .counter-shape :nth-child(1) {
  top: 30px;
  left: 50px;
}

.counter-style-two .counter-shape :nth-child(2) {
  top: 110px;
  right: 10%;
}

.counter-style-two .counter-shape :nth-child(3) {
  top: 50px;
  right: 25%;
}

.counter-style-two .counter-shape :nth-child(4) {
  top: 30px;
  left: 35%;
}

.counter-style-two .counter-shape :nth-child(5) {
  top: 30px;
  left: 400px;
}

.counter-style-two .counter-shape :nth-child(6) {
  top: 80px;
  left: 20%;
}

.counter-style-two .counter-shape :nth-child(7) {
  bottom: 30px;
  left: 50%;
}

.counter-style-two .counter-shape :nth-child(8) {
  bottom: 24px;
  left: 20%;
}

.counter-style-two .counter-shape :nth-child(9) {
  bottom: 80px;
  left: 50px;
}

.counter-style-two .counter-shape :nth-child(10) {
  bottom: 30px;
  right: 90px;
}

/* Counter CSS End */
/* Recent CSS Start */
.recent-work-section {
  padding-bottom: 100px;
}

.recent-work-section .recent-work-slider {
  position: relative;
}

.recent-work-section .recent-work-slider .recent-items {
  overflow: hidden;
  margin-bottom: 30px;

}

.recent-work-section .recent-work-slider .recent-items .recent-img {
  position: relative;
  cursor: pointer;
  text-align: center;
  border-radius: 10px;
  padding: 35px;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 0;
  margin-bottom: 30px;
  background: #ffffff;
  border: 1px solid #ddd;
}

.recent-work-section .recent-work-slider .recent-items .recent-img:hover .recent-hover {
  -webkit-transform: scale(1) rotate(360deg);
          transform: scale(1) rotate(360deg);
}

.recent-work-section .recent-work-slider .recent-items .recent-img .recent-hover {
  position: absolute;
  background: rgba(56, 66, 75, 0.76);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 1s;
  transition: 1s;
  border-radius: 10px;
}

.recent-work-section .recent-work-slider .recent-items .recent-img img {
  height: 50px;
  margin-bottom: 10px;
}
.recent-work-section .recent-work-slider .recent-items .recent-img h3{
  font-size: 17px;
  min-height: 40px;
}
.recent-work-section .recent-work-slider .recent-items .recent-img .recent-hover i {
  color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  line-height: 50px;
  font-size: 20px;
  display: inline-block;
  background: #d60011;
}

.recent-work-section .recent-work-slider.owl-theme .owl-dots {
  margin-bottom: 0;
  line-height: 1;
}

.recent-work-section .recent-work-slider.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #818bc3;
}

.recent-work-section .recent-work-slider.owl-theme .owl-dots .owl-dot.active span,
.recent-work-section .recent-work-slider.owl-theme .owl-dots .owl-dot:hover span {
  background: #d60011;
  position: relative;
}

.recent-work-section .recent-work-slider.owl-theme .owl-dots .owl-dot.active span::before,
.recent-work-section .recent-work-slider.owl-theme .owl-dots .owl-dot:hover span::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  left: -4px;
  right: 0px;
  top: -4px;
  border-radius: 10px;
  background: transparent;
  border: 1px solid #d60011;
}

/* Recent CSS End */
/* Price CSS Start */
.price-shape {
  position: relative;
}

.price-shape::before {
  position: absolute;
  content: '';
  background-image: url(../img/process-pattern-1.png);
  background-position: center center;
  background-size: cover;
  width: 158px;
  height: 152px;
  top: -85px;
  right: -80px;
}

/* Price CSS End */
/* Team  CSS Start */
.team-style-two {
  padding-top: 0;
  position: relative;
}

.team-style-two::before {
  position: absolute;
  content: '';
  background-image: url(../img/price.png);
  background-size: cover;
  background-position: center center;
  width: 100px;
  height: 285px;
  top: -130px;
  left: 0;
  -webkit-animation: translateY  infinite 3s;
          animation: translateY  infinite 3s;
}

/* Team CSS End */
/*------------- HOME PAGE TWO CSS END --------------*/
/*-------------- HOME PAGE THREE CSS START --------------*/
/* Header CSS Start */
.header-style-two {
  background: transparent;
  padding: 10px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}

/* Header CSS End */
/* Navbar CSS End*/
.nav-style-two {
  position: absolute;
  top: 115px/*50px*/;
  left: 0;
  right: 0;
  margin: auto;
}

.nav-style-two .main-nav {
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
  padding: 0;
  border-radius: 10px;
}

.other-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.other-option .search-option {
  position: relative;
  left: 0px;
  top: 0;
}

.other-option .search-option button {
  border: 0;
  background: #595959;
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 5px;
/*  -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15) !important;
          box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15) !important;*/
  cursor: pointer;
  z-index: 999;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
  font-size: 18px;
  line-height: 18px;
}

.other-option .search-option button::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0;
  background: #d60011;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 5px;
  -webkit-transition: .5s;
  transition: .5s;
}
.other-option .search-option button.srch:hover::before,.other-option .search-option button.print:hover::before {
  height: 100%;
}

.other-option .search-option .search-input {
  display: none;
}

.other-option .search-option .search-input .form-control {
  position: absolute;
  top: 0px;
  width: 300px;
  height: 45px;
  left: 60px;
  background: #ffffff;
  border: 2px solid #d60011;
  color: #282828;
  border-radius: 5px;
  z-index:100;
  -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
          box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
}

.other-option .search-option .search-input button.srch-btn {
  position: absolute;
  top: 0px;
  left: 60px;
  background-color: transparent;
  height: 45px;
  width: 50px;
  border-radius: 5px 0 0 5px;
  text-align: center;
  border-right: none;
}

.other-option .search-option .search-input button.srch-btn i {
  font-size: 20px;
  color: #282828;
  line-height: 43px;
}

.other-option .search-option .search-input input:focus, .nav-style-two .other-option .search-option .search-input input:hover {
  -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15) !important;
          box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15) !important;
}

.nav-style-two .other-option .sidebar-toggle button {
  border: 0;
  background: #ffffff;
  color: #d60011;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15) !important;
          box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15) !important;
  cursor: pointer;
  top: 1px;
  position: relative;
}

/* Navbar CSS End*/
/* Modal CSS Start */
.modal.fade:not(.in).left .modal-dialog {
  -webkit-transform: translate3d(-25%, 0, 0);
          transform: translate3d(-25%, 0, 0);
}

.modal.fade:not(.in).right .modal-dialog {
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}

.modal.fade:not(.in).bottom .modal-dialog {
  -webkit-transform: translate3d(0, 25%, 0);
          transform: translate3d(0, 25%, 0);
}

.modal.right .modal-dialog {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}

.modal {
  z-index: 9999999;
  -webkit-transition: 1s;
  transition: 1s;
}

.right-modal .modal .modal-header img {
  width: 140px;
  padding-top: 8px;
}

.right-modal .modal .modal-header button span {
  background: #fff;
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 40px;
  line-height: 50px;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
          box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
}

.right-modal .modal .modal-header button span:hover {
  border-radius: 0px;
}

.right-modal .modal .modal-body {
  width: 500px;
  padding: 40px;
  background: #ffffff;
}

.right-modal .modal .modal-body .modal-about {
  margin-bottom: 50px;
}

.right-modal .modal .modal-body .modal-about h3 {
  color: #282828;
  border-bottom: 2px solid #000;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.right-modal .modal .modal-body .location {
  margin-bottom: 50px;
}

.right-modal .modal .modal-body .location h3 {
  color: #282828;
  border-bottom: 2px solid #000000;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.right-modal .modal .modal-body .location ul {
  padding-left: 0;
}

.right-modal .modal .modal-body .location ul li {
  display: block;
  margin-bottom: 10px;
}

.right-modal .modal .modal-body .location ul li i {
  font-size: 18px;
  color: #282828;
}

.right-modal .modal .modal-body .header-social h3 {
  color: #282828;
  border-bottom: 2px solid #000;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.right-modal .modal .modal-body .header-social ul {
  padding-left: 0;
  margin-bottom: 0;
}

.right-modal .modal .modal-body .header-social ul li a i {
  color: #ffffff;
  background: #1d3094;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  margin-left: 5px;
  position: relative;
  z-index: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.right-modal .modal .modal-body .header-social ul li a i::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  background: #ffffff;
  top: 0;
  left: 0;
  border-radius: 4px;
  z-index: -1;
  -webkit-transition: .5s;
  transition: .5s;
  border: 1px solid #dddddd;
}

.right-modal .modal .modal-body .header-social ul li a i:hover::after {
  width: 100%;
  height: 100%;
}

.right-modal .modal .modal-body .header-social ul li a i:hover {
  color: #d60011;
}

.modal.right .modal-content {
  min-height: 100vh;
  border: 0;
}

.modal-body {
  padding: 0;
}

.modal-header .close {
  margin-right: 0;
}

/* Modal CSS End */
/* Home CSS Start */
.home-style-three {
  padding-top: 70px;
  padding-bottom: 70px;
  height: 100%;
  position: relative;
}

.home-style-three .home-three-shapes img {
  position: absolute;
  -webkit-animation: rotate infinite 5s linear;
          animation: rotate infinite 5s linear;
}

.home-style-three .home-three-shapes :nth-child(1) {
  bottom: 60px;
  left: 50%;
}

.home-style-three .home-three-shapes :nth-child(2) {
  top: 35%;
  left: 30px;
}

.home-style-three .home-three-shapes :nth-child(3) {
  top: 180px;
  left: 300px;
}

.home-style-three .home-three-shapes :nth-child(4) {
  bottom: 40px;
  left: 50px;
  -webkit-animation: translate infinite 5s linear;
          animation: translate infinite 5s linear;
}

.home-style-three .home-three-shapes :nth-child(5) {
  bottom: 40%;
  left: 55%;
}

.home-style-three .home-three-shapes :nth-child(6) {
  top: 20%;
  right: 10%;
  -webkit-animation: translate infinite 5s linear;
          animation: translate infinite 5s linear;
}

.home-style-three .home-image {
  position: relative;
  z-index: 0;
  max-width: 325px;
}

.home-style-three .home-image img {
  height: 400px !important;
  object-fit: cover;
}
/*.home-style-three .home-image::before {
  position: absolute;
  content: '';
  background-image: url(../img/home-shape.png);
  background-size: cover;
  background-position: center center;
  width: 150px;
  height: 150px;
  left: -80px;
  bottom: -80px;
  z-index: -1;
  -webkit-animation: translate infinite 5s linear;
          animation: translate infinite 5s linear;
}*/

.home-bg-three {
  background-image: url(../img/back-header.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
}

/*.home-bg-three::before {
  position: absolute;
  content: '';
  background: rgba(56, 66, 75, 0.9);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}*/

.home-text-three h1 {
  font-size: 60px;
  /*font-weight: 700;*/
  margin-bottom: 25px;
  color: #282828;
  font-family: titr;
  line-height: 80px;
}

.home-text-three h1 span {
  color: #d60011;
}

.home-text-three p {
  color: #282828;
  margin-bottom: 45px;
  margin-left: 130px;
  font-size: 17px;
}

.home-text-three .active-btn {
  background: #d60011;
  border: 1px solid transparent;
}

.home-text-three .active-btn::before {
  /*background: transparent;*/
}

.home-text-three .active-btn:hover {
  background: transparent;
  border: 1px solid #ffffff;
}

/* Home CSS End */
/* About CSS Start */
.about-style-two {
  padding-bottom: 120px;
}

.about-style-two .section-head {
  margin-bottom: 15px;
}

.about-style-two .section-head h2 {
  margin-bottom: 25px;
  text-transform: capitalize;
}

.about-style-two .section-head p {
  padding-right: 45px;
}

.about-style-two .about-image {
  position: relative;
}

.about-style-two .about-image::before {
  position: absolute;
  content: '';
  background-image: url(../img/about-shape.png);
  background-position: center center;
  background-size: cover;
  width: 150px;
  height: 150px;
  left: -75px;
  bottom: -125px;
  -webkit-animation: translate infinite 3s linear;
          animation: translate infinite 3s linear;
}

.about-style-two .about-image .counter-section {
  position: absolute;
  border-radius: 10px;
  left: 0px;
  bottom: 0;
  right: 65px;
  background: transparent;
  height: 200px;
}

.about-style-two .about-image .counter-section::before {
  display: none;
}

.about-style-two .about-image .counter-section .counter-area {
  padding-top: 43px;
  padding-bottom: 30px;
}

.about-style-two .about-image .counter-section .counter-area .counter-text {
  margin-bottom: 20px;
}

.about-style-two .about-image .counter-section .counter-area .counter-text h2 {
  font-size: 30px;
}

.about-style-two .about-text p {
  padding-right: 75px;
}

.about-style-two .about-text ul {
  padding-left: 0;
  margin-bottom: 40px;
}

.about-style-two .about-text ul li {
  font-size: 18px;
  font-weight: 500;
  color: #282828;
  width: 200px;
}

.about-style-two .about-text ul li i {
  color: #081d8a;
  margin-right: 5px;
}

.about-style-two .about-text .theme-button .default-btn {
  color: #d60011;
  border: 1px solid #d60011;
}

.about-style-two .about-text .theme-button .default-btn:hover {
  background: #d60011;
  color: #ffffff;
}

.about-style-two .about-text .theme-button .active-btn {
  background: #d60011;
  color: #ffffff;
  border: 1px solid transparent;
}

.about-style-two .about-text .theme-button .active-btn::before {
  background: #d60011;
  width: 100%;
}

.about-style-two .about-text .theme-button .active-btn:hover {
  color: #d60011;
  background: transparent;
  border: 1px solid #d60011;
}

.about-style-two .about-text .theme-button .active-btn:hover::before {
  width: 0;
}

.about-style-two .pl-35 {
  padding-left: 35px;
}

/* About CSS End */
/* Service CSS Start */
.service-style-three {
  background: #f7f7f7;
}

.service-style-three .service-slider {
  position: relative;
}

.service-style-three .service-slider::before {
  position: absolute;
  content: '';
  /*background-image: url(../img/service/shapes/service-pattern-5.png);*/
  background-position: center center;
  background-size: cover;
  width: 150px;
  height: 150px;
  left: -10px;
  top: -80px;
}

.service-style-three .service-slider .service-item {
  text-align: center;
  border-radius: 10px;
  padding: 35px;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 0;
  margin-bottom: 30px;
  background: #ffffff;
  border: 1px solid #ddd;
}
.service-item h3 {
  font-size: 17px !important;
  min-height: 50px;
}
.service-item img {
 height: 50px;
 margin-bottom: 10px;
}
.service-style-three .service-slider .service-item::before {
  position: absolute;
  content: '';
  background: #d60011;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 10px;
  -webkit-transition: 1s;
  transition: 1s;
}

.service-style-three .service-slider .service-item:hover {
  -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
          box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
}

.service-style-three .service-slider .service-item:hover::before {
  height: 100%;
}

.service-style-three .service-slider .service-item:hover::after {
  opacity: 1;
}

.service-style-three .service-slider .service-item:hover i, .service-style-three .service-slider .service-item:hover h3, .service-style-three .service-slider .service-item:hover p {
  color: #ffffff;
}

.service-style-three .service-slider .service-item:hover i::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.service-style-three .service-slider .service-item:hover .service-shape img {
  opacity: 1;
}

.service-style-three .service-slider .service-item:hover .theme-button .default-btn {
  background: #ffffff;
}

.service-style-three .service-slider .service-item i {
  color: #d60011;
  font-size: 50px;
  display: inline-block;
  -webkit-transition: 1s;
  transition: 1s;
  position: relative;
  z-index: 0;
  margin-bottom: 20px;
}

.service-style-three .service-slider .service-item h3 {
  color: #282828;
  margin-bottom: 10px;
  line-height: 1;
  -webkit-transition: .5s;
  transition: .5s;
}

.service-style-three .service-slider .service-item p {
  -webkit-transition: .5s;
  transition: .5s;
  margin-bottom: 20px;
}

.service-style-three .service-slider .service-item .theme-button .default-btn {
  color: #d60011;
  border: 1px solid #d60011;
  margin-right: 0;
  padding: 10px 40px;
}

.service-style-three .service-slider .service-item .theme-button .default-btn:hover::before {
  display: none;
  color: #d60011;
}

.service-style-three .service-slider .service-item .service-shape img {
  position: absolute;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.service-style-three .service-slider .service-item .service-shape :nth-child(1) {
  top: -30px;
  left: 20px;
}

.service-style-three .service-slider .service-item .service-shape :nth-child(2) {
  top: 0;
  right: 0;
}

.service-style-three .service-slider .service-item .service-shape :nth-child(3) {
  bottom: 0;
  right: 0;
}

.service-style-three .service-slider .service-item .service-shape :nth-child(4) {
  bottom: 90px;
  left: 30px;
}

.service-style-three .service-slider .service-item .service-shape :nth-child(5) {
  bottom: 0;
  left: 0;
}

.service-slider.owl-carousel .owl-item img {
  max-width: 100%;
  width: inherit;
}

.service-slider.owl-carousel .owl-nav button.owl-next,
.service-slider.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  color: #d60011;
  width: 55px;
  height: 55px;
  background: #ffffff;
  border-radius: 50px;
  font-size: 30px;
  left: -95px;
  top: 40%;
  -webkit-transition: .5s;
  transition: .5s;
}

.service-slider.owl-carousel .owl-nav button.owl-next:hover,
.service-slider.owl-carousel .owl-nav button.owl-prev:hover {
  background: #d60011;
  color: #ffffff;
}

.service-slider.owl-carousel .owl-nav button.owl-next {
  left: inherit;
  right: -95px;
}

/* Service CSS End */
/* Why Choose CSS Start */
.why-us .why-us-text {
  padding-left: 65px;
  padding-right: 50px;
}

.why-us .why-us-text .section-head {
  margin: 0 0 45px;
}

.why-us .why-us-text .media {
  padding-right: 65px;
}

.why-us .why-us-text .media:hover i {
  background: #d60011;
}

.why-us .why-us-text .media i {
  font-size: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 25px;
  color: #ffffff;
  background: #d60011;
  -webkit-transition: .5s;
  transition: .5s;
}

.why-us .why-us-text .media .media-body h3 {
  font-size: 18px;
  color: #282828;
  font-weight: 600;
}
.why-us .why-us-text .media .media-body a {
  color: #282828 !important;
}
.why-us .why-us-text .media .media-body a:hover {
  color: #d60011 !important;
}
.why-us .why-us-text .media .media-body p {
  padding-right: 10px;
  font-size: 14px;
  text-align: justify;
}

.why-us .why-us-img {
  background-image: url(../../upload/pages/solutions.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.why-us .about-us-img {
  background-image: url(../../upload/pages/aboutus.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}


/* Why Choose CSS End */
/* Process CSS Start */
.process-style-three {
  background: #d60011;
  padding-top: 100px;
  position: relative;
}

.process-style-three .section-head {
  margin: 0 auto 120px;
}

.process-style-three .section-head h2 {
  color: #ffffff;
}

.process-style-three .section-head p {
  color: #ffffff;
}

.process-style-three .process-card::before {
  display: none;
}

.process-style-three .process-card:hover i {
  color: #d60011;
}

.process-style-three .process-card:hover i::after {
  background: #ffffff;
}

.process-style-three .process-card i {
  margin-bottom: 95px;
}

.process-style-three .process-card i::after {
  background: transparent;
  border: 1px dashed #ffffff;
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
}

.process-style-three .process-card h3 {
  color: #faa788;
}

.process-style-three .process-card p {
  color: #ffffff;
}

.process-style-three .process-shapes img {
  position: absolute;
  -webkit-animation: rotate infinite 6s linear;
          animation: rotate infinite 6s linear;
}

.process-style-three .process-shapes :nth-child(1) {
  top: 100px;
  left: 100px;
}

.process-style-three .process-shapes :nth-child(2) {
  top: 150px;
  left: 20%;
}

.process-style-three .process-shapes :nth-child(3) {
  top: 70px;
  left: 65%;
}

.process-style-three .process-shapes :nth-child(4) {
  bottom: 70px;
  left: 80px;
  -webkit-animation: translate infinite 5s linear;
          animation: translate infinite 5s linear;
}

.process-style-three .process-shapes :nth-child(5) {
  bottom: 70px;
  right: 50px;
}

.process-style-three .process-shapes :nth-child(6) {
  top: 150px;
  right: 80px;
  -webkit-animation: translate infinite 5s linear;
          animation: translate infinite 5s linear;
}

/* Process CSS End */
/* Recent project CSS Start */
.recent-project-section .recent-project-slider {
  position: relative;
}

.recent-project-section .recent-project-slider .recent-project-item {
  -webkit-box-shadow: 0 0 15px 0 #ddd;
          box-shadow: 0 0 15px 0 #ddd;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
  cursor: pointer;
}

.recent-project-section .recent-project-slider .recent-project-item:hover .project-img .recent-hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.recent-project-section .recent-project-slider .recent-project-item .project-img {
  position: relative;
}

.recent-project-section .recent-project-slider .recent-project-item .project-img img {
  border-radius: 10px 10px 0 0;
}

.recent-project-section .recent-project-slider .recent-project-item .project-img .recent-hover {
  position: absolute;
  background: rgba(3, 24, 136, 0.76);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 1s;
  transition: 1s;
}

.recent-project-section .recent-project-slider .recent-project-item .project-img .recent-hover i {
  color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  line-height: 50px;
  font-size: 20px;
  display: inline-block;
  background: #d60011;
}

.recent-project-section .recent-project-slider .recent-project-item .project-text {
  text-align: center;
  padding: 25px;
}

.recent-project-section .recent-project-slider .recent-project-item .project-text h3 {
  color: #d60011;
  margin-bottom: 10px;
  line-height: 1;
}

.recent-project-section .recent-project-slider .recent-project-item .project-text h3 a {
  color: #d60011;
}

.recent-project-section .recent-project-slider .recent-project-item .project-text h3 a:hover {
  color: #d60011;
}

.recent-project-section .recent-project-slider .recent-project-item .project-text p {
  color: #282828;
  margin-bottom: 0;
  line-height: 1;
  font-size: 15px;
}

.recent-project-slider .owl-prev {
  position: absolute;
  color: #d60011 !important;
  width: 55px;
  height: 55px;
  background: #ffffff !important;
  border-radius: 50% !important;
  font-size: 30px !important;
  left: 170px;
  top: 36%;
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
  line-height: 55px !important;
}

.recent-project-slider .owl-prev:hover {
  background: #d60011 !important;
  color: #ffffff !important;
}

.recent-project-slider .owl-next {
  position: absolute;
  color: #d60011 !important;
  width: 55px;
  height: 55px;
  background: #ffffff !important;
  border-radius: 50% !important;
  font-size: 30px !important;
  right: 170px;
  top: 36%;
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
  line-height: 55px !important;
}

.recent-project-slider .owl-next:hover {
  background: #d60011 !important;
  color: #ffffff !important;
}

.recent-project-slider:hover .owl-prev {
  left: 190px;
  opacity: 1;
}

.recent-project-slider:hover .owl-next {
  right: 190px;
  opacity: 1;
}

/* Recent project CSS End */
/* Price Section CSS Start */
.price-style-three .price-card-area {
  position: relative;
  z-index: 0;
}

.price-style-three .price-card-area:hover::before {
  height: 100%;
}

.price-style-three .price-card-area:hover .plan-features ul li {
  color: #ffffff;
}

.price-style-three .price-card-area:hover .plan-features ul li i {
  color: #ffffff;
}

.price-style-three .price-card-area:hover .plan-btn a {
  background: #ffffff;
  color: #d60011;
}

.price-style-three .price-card-area:hover .plan-btn a::before {
  display: none;
}

.price-style-three .price-card-area:hover .price-head-text .price-head-hover {
  opacity: 1;
}

.price-style-three .price-card-area::before {
  position: absolute;
  content: '';
  background: #d60011;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: .5s;
  transition: .5s;
}

.price-style-three .price-card-area .price-head-text {
  position: relative;
}

.price-style-three .price-card-area .price-head-text .price-head-hover {
  background: #d60011;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  left: 0;
  top: 0;
}

.price-style-three .price-card-area .price-head-text .price-head-hover img {
  position: relative;
}

.price-style-three .price-card-area .price-head-text .price-head-hover :nth-child(1) {
  top: 0;
  left: -80px;
}

.price-style-three .price-card-area .price-head-text .price-head-hover :nth-child(2) {
  top: -17px;
  right: -82px;
}

.price-style-three .price-card-area .price-shapes img {
  position: absolute;
}

.price-style-three .price-card-area .price-shapes :nth-child(1) {
  right: 65px;
  bottom: 35px;
}

.price-style-three .price-card-area .price-shapes :nth-child(2) {
  bottom: 150px;
  left: 60px;
}

.price-style-three .price-card-area .price-shapes :nth-child(3) {
  left: 0;
  bottom: 35px;
}

.price-style-three .active-price::before {
  height: 100%;
}

.price-style-three .active-price .plan-features ul li {
  color: #ffffff;
}

.price-style-three .active-price .plan-features ul li i {
  color: #ffffff;
}

.price-style-three .active-price .plan-btn a {
  background: #ffffff;
  color: #d60011;
}

.price-style-three .active-price .plan-btn a::before {
  display: none;
}

.price-style-three .active-price .price-head-text .price-head-hover {
  opacity: 1;
}

/* Price Section CSS End */
/* Team Section CSS Start */
.team-style-five {
  padding-top: 0;
}

/* Team Section CSS End */
/*------------- HOME PAGE THREE CSS END ----------------*/
/*------------- ABOUT PAGE CSS START ----------------*/
/* About Title CSS Start */
.about-title-bg {
  background-image: url(../img/title-bg/1.png);
  background-position: center center;
  background-size: cover;
  height: 350px;
  position: relative;
  z-index: 0;
}

.about-title-bg::before {
  position: absolute;
  content: '';
  background: rgba(3, 24, 136, 0.35);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.about-title .about-title-text {
  text-align: center;
}

.about-title .about-title-text h2 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 5px;
}

.about-title .about-title-text ul {
  padding-left: 0;
}

.about-title .about-title-text ul li {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
}

.about-title .about-title-text ul li a {
  color: #ffffff;
}

.about-title .about-title-text ul li a:hover {
  color: #d60011;
}

.about-title .about-title-text ul li i {
  color: #d60011;
}

/* About Title CSS End */
/* About Post CSS Start */
.about-style-three {
  padding-bottom: 100px;
}

.about-style-three .about-img {
  position: relative;
  z-index: 0;
}

.about-style-three .about-img::before {
  position: absolute;
  content: '';
  background-image: url(../img/about-shape.png);
  background-position: center center;
  background-size: cover;
  width: 150px;
  height: 150px;
  top: -35px;
  right: -30px;
  z-index: -1;
}

.about-style-three .about-text {
  padding-left: 55px;
}

.about-style-three .about-text .section-head {
  margin: 0 auto 30px 0;
}

.about-style-three .about-text .section-head h2 {
  margin-bottom: 20px;
  line-height: 1.3;
}

.about-style-three .about-text ul {
  line-height: 1;
  margin-bottom: 25px;
}

.about-style-three .about-text ul li {
  width: 220px;
  margin-bottom: 15px;
}

/* About Post CSS End */
/* Process CSS Start */
.about-process {
  padding-top: 0;
}

.about-process .section-head h2 span {
  font-size: 35px;
  font-weight: 600;
  color: #d60011;
}

/* Process CSS End */
/* Team CSS Start */
.team-style-three::before {
  display: none;
}

.team-style-three .section-head h2 span {
  font-size: 35px;
  font-weight: 600;
  color: #d60011;
}

.team-style-three .team-card .team-img .team-social a {
  width: 85px;
}

/* Team CSS End */
/*-------------- ABOUT PAGE CSS END ------------*/
/*------------- BLOG PAGE CSS START --------------*/
/* Blog Title CSS Start */
.blog-title-bg {
  background-image: url(../img/title-bg/2.png);
  background-position: center center;
  background-size: cover;
  height: 350px;
  position: relative;
  z-index: 0;
}

.blog-title-bg.bg-1 {
  background-image: url(../img/title-bg/6.png);
}

.blog-title-bg.bg-2 {
  background-image: url(../img/title-bg/7.png);
}

.blog-title-bg::before {
  position: absolute;
  content: '';
  background: rgba(3, 24, 136, 0.35);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.blog-title .blog-title-text {
  text-align: center;
}

.blog-title .blog-title-text h2 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 10px;
}

.blog-title .blog-title-text ul {
  padding-left: 0;
}

.blog-title .blog-title-text ul li {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
}

.blog-title .blog-title-text ul li a {
  color: #ffffff;
}

.blog-title .blog-title-text ul li a:hover {
  color: #d60011;
}

.blog-title .blog-title-text ul li i {
  color: #d60011;
}

/* Blog Title CSS End */
/* Blog Post CSS Start */
.blog-post-top h2 {
  font-size: 35px;
  font-weight: 700;
  color: #282828;
}

.blog-post-top h2 span {
  color: #d60011;
}

.blog-post-top .search-bar {
  position: relative;
}

.blog-post-top .search-bar .input-group .form-control {
  height: 50px;
  width: 100%;
  border: 1px solid #d60011;
  border-radius: 5px;
}

.blog-post-top .search-bar .input-group .form-control ::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}

.blog-post-top .search-bar .input-group .form-control :-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}

.blog-post-top .search-bar .input-group .form-control ::-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}

.blog-post-top .search-bar .input-group .form-control ::placeholder {
  color: #999;
  font-size: 14px;
}

.blog-post-top .search-bar button {
  position: absolute;
  right: 12px;
  top: 12px;
  background: none;
  border: 0;
  z-index: 9999999;
}

.blog-post-top .search-bar button i {
  color: #282828;
  font-size: 20px;
}

.blog-post-top .categories .dropdown .btn {
  width: 100%;
  background: transparent;
  height: 50px;
  border: 1px solid #d60011;
  color: #282828;
  text-align-last: left;
  position: relative;
}

.blog-post-top .categories .dropdown .btn i {
  color: #282828;
  font-size: 30px;
  right: 15px;
  position: absolute;
  top: 10px;
  border-radius: 3px;
}

.blog-post-top .categories .dropdown .dropdown-toggle::after {
  display: none;
}

.blog-post-top .categories .dropdown .dropdown-menu {
  width: 100%;
  padding: 0;
}

.blog-post-top .categories .dropdown .dropdown-menu .dropdown-item {
  border-bottom: 1px dashed #c9acac;
}

.blog-post-top .categories .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffffff;
  background-color: #7ab8fc;
}

.blog-post-top .pb-65 {
  padding-bottom: 65px;
}

.main-blog-post .blog-area {
  -webkit-box-shadow: 0 16px 28px 0 #d1c6c63d;
          box-shadow: 0 16px 28px 0 #d1c6c63d;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 30px;
}

.main-blog-post .blog-area:hover .blog-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.main-blog-post .blog-area:hover .blog-text h4 a {
  color: #d60011;
}

.main-blog-post .blog-area .blog-img {
  overflow: hidden;
}

.main-blog-post .blog-area .blog-img img {
  -webkit-transition: .5s;
  transition: .5s;
}

.main-blog-post .blog-area .blog-text {
  padding: 25px;
}

.main-blog-post .blog-area .blog-text h4 a {
  font-size: 20px;
  font-weight: 600;
  color: #282828;
  margin-bottom: 5px;
}

.main-blog-post .blog-area .blog-text ul {
  padding-left: 0;
  margin-bottom: 10px;
}

.main-blog-post .blog-area .blog-text ul li {
  font-size: 13px;
  font-weight: 500;
  color: #282828;
  padding-right: 10px;
}

.main-blog-post .blog-area .blog-text ul li i {
  color: #d60011;
  display: inline-block;
  margin-right: 5px;
}

.main-blog-post .blog-area .blog-text ul li a {
  color: #282828;
}

.main-blog-post .blog-area .blog-text ul li a:hover {
  color: #d60011;
}

.main-blog-post .blog-area .blog-text p {
  font-size: 15px;
  margin-bottom: 15px;
}

.main-blog-post .blog-area .blog-text .blog-btn {
  font-size: 16px;
  font-weight: 500;
  color: #d60011;
}

.main-blog-post .blog-area .blog-text .blog-btn:hover {
  letter-spacing: .5px;
}

.main-blog-post .blog-area .blog-text .blog-btn i {
  top: 2px;
  position: relative;
}

.main-blog-post .pagination {
  margin: 30px 0 100px 0;
}

.main-blog-post .pagination .page-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  margin: 0 7px;
  line-height: 25px;
  font-size: 15px;
  font-weight: 500;
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 #0000002e;
          box-shadow: 0 0 20px 0 #0000002e;
  color: #d60011;
}

.main-blog-post .pagination .page-link:hover {
  background: #d60011;
  color: #ffffff;
}

.main-blog-post .pagination .active {
  background: #d60011;
  color: #ffffff;
}

/* Blog Post CSS End */
/*-------------- BLOG PAGE CSS END --------------*/
/*--------------- CONTACT PAGE CSS START --------------*/
/* Contact Title CSS Start */
.contact-style-two {
  padding-bottom: 100px;
}

.contact-style-two .contact-area {
  margin-bottom: 0;
}

.contact-title-bg {
  background-image: url(../img/title-bg/3.png);
  background-position: center center;
  background-size: cover;
  height: 350px;
  position: relative;
  z-index: 0;
}

.contact-title-bg::before {
  position: absolute;
  content: '';
  background: rgba(3, 24, 136, 0.35);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.contact-title .contact-title-text {
  text-align: center;
}

.contact-title .contact-title-text h2 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 5px;
}

.contact-title .contact-title-text ul {
  padding-left: 0;
}

.contact-title .contact-title-text ul li {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
}

.contact-title .contact-title-text ul li a {
  color: #ffffff;
}

.contact-title .contact-title-text ul li a:hover {
  color: #d60011;
}

.contact-title .contact-title-text ul li i {
  color: #d60011;
}

/* Contact Title CSS End */
/* Contact Info CSS Start */
.contact-info {
  margin-bottom: -150px;
}

.contact-info .contact-card-area {
  background: #d60011;
  border-radius: 10px;
  padding-top: 90px;
  padding-bottom: 40px;
  position: relative;
  -webkit-box-shadow: 0 0 20px 0 #00000061;
          box-shadow: 0 0 20px 0 #00000061;
}

.contact-info .contact-card-area .contact-shapes img {
  position: absolute;
}

.contact-info .contact-card-area .contact-shapes :nth-child(1) {
  top: 0;
  left: 0;
  width: 250px;
}

.contact-info .contact-card-area .contact-shapes :nth-child(2) {
  top: 0;
  right: 0;
}

.contact-info .contact-card-area .contact-shapes :nth-child(3) {
  right: 25%;
  top: 0;
}

.contact-info .contact-card-area .contact-shapes :nth-child(4) {
  left: 35%;
  top: 10px;
  width: 30px;
}

.contact-info .contact-card-area .contact-card {
  text-align: center;
  margin-bottom: 30px;
}

.contact-info .contact-card-area .contact-card i {
  font-size: 25px;
  color: #d60011;
  position: relative;
  z-index: 0;
  margin-bottom: 40px;
  display: inline-block;
}

.contact-info .contact-card-area .contact-card i::after {
  position: absolute;
  content: '';
  background: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -10px;
  left: -12px;
  z-index: -1;
}

.contact-info .contact-card-area .contact-card h3 {
  color: #ffffff;
}

.contact-info .contact-card-area .contact-card p {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 0;
}

/* Contact Info CSS End */
.map {
  height: 600px;
}

.map iframe {
  width: 100%;
  height: 600px;
  border: 0;
}

.footer-style-two {
  padding-top: 100px !important;
}

/*------------- CONTACT PAGE CSS END --------------*/
/*-------------- SERVICE PAGE CSS START --------------*/
/* Service Title CSS Start */
.service-title-bg {
  background-image: url(../img/title-bg/11.png);
  background-position: center center;
  background-size: cover;
  height: 350px;
  position: relative;
  z-index: 0;
}

.service-title-bg.bg-1 {
  background-image: url(../img/title-bg/8.png);
}

.service-title-bg.bg-2 {
  background-image: url(../img/title-bg/9.png);
}

.service-title-bg.bg-3 {
  background-image: url(../img/title-bg/10.png);
}

.service-title-bg::before {
  position: absolute;
  content: '';
  background: rgba(3, 24, 136, 0.35);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.service-title .service-title-text {
  text-align: center;
}

.service-title .service-title-text h2 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 5px;
}

.service-title .service-title-text ul {
  padding-left: 0;
}

.service-title .service-title-text ul li {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
}

.service-title .service-title-text ul li a {
  color: #ffffff;
}

.service-title .service-title-text ul li a:hover {
  color: #d60011;
}

.service-title .service-title-text ul li i {
  color: #d60011;
}

/* Service Title CSS End */
/* Service  CSS Start */
.main-service-area {
  padding-bottom: 70px;
}

.main-service-area .service-item {
  text-align: center;
  border-radius: 10px;
  padding: 30px;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 0;
  margin-bottom: 30px;
  background: #ffffff;
  border: 1px solid #c3ccff;
}

.main-service-area .service-item::before {
  position: absolute;
  content: '';
  background: #d60011;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 10px;
  -webkit-transition: 1s;
  transition: 1s;
}

.main-service-area .service-item:hover {
  -webkit-box-shadow: 0 10px 30px 0 #cfc4f7;
          box-shadow: 0 10px 30px 0 #cfc4f7;
}

.main-service-area .service-item:hover::before {
  height: 100%;
}

.main-service-area .service-item:hover::after {
  opacity: 1;
}

.main-service-area .service-item:hover i, .main-service-area .service-item:hover h3, .main-service-area .service-item:hover p {
  color: #ffffff;
}

.main-service-area .service-item:hover i::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.main-service-area .service-item:hover .theme-button .default-btn {
  background: #ffffff;
}

.main-service-area .service-item i {
  color: #d60011;
  font-size: 50px;
  display: inline-block;
  -webkit-transition: 1s;
  transition: 1s;
  position: relative;
  z-index: 0;
  margin-bottom: 20px;
}

.main-service-area .service-item h3 {
  color: #282828;
  margin-bottom: 10px;
  -webkit-transition: .5s;
  transition: .5s;
}

.main-service-area .service-item p {
  -webkit-transition: .5s;
  transition: .5s;
  margin-bottom: 20px;
}

.main-service-area .service-item .theme-button .default-btn {
  color: #d60011;
  margin-right: 0;
  padding: 10px 40px;
  border: 1px solid #d60011;
}

.main-service-area .service-item .theme-button .default-btn:hover::before {
  display: none;
  color: #d60011;
}

.main-service-area .service-item .service-shape img {
  position: absolute;
}

.main-service-area .service-item .service-shape :nth-child(1) {
  top: 0px;
  left: 0px;
}

.main-service-area .service-item .service-shape :nth-child(2) {
  top: 0;
  right: 0;
}

.main-service-area .service-item .service-shape :nth-child(3) {
  bottom: 0;
  right: 50px;
}

.main-service-area .service-item .service-shape :nth-child(4) {
  bottom: 90px;
  left: 30px;
}

.main-service-area .service-item .service-shape :nth-child(5) {
  bottom: 0;
  left: 0;
}

.main-service-area .service-sidebar .form-group {
  position: relative;
  /*-webkit-box-shadow: 0 0 15px 0 #0000001c;
          box-shadow: 0 0 15px 0 #0000001c;*/
  /*padding: 15px;*/
  /*border-radius: 10px;*/
  margin-top: 15px;
  line-height: 0;
}

.main-service-area .service-sidebar .form-group .form-control {
  height: 50px;
  width: 100%;
  border: 1px solid #595959;
  border-radius: 5px;
}

.main-service-area .service-sidebar .form-group .form-control ::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}

.main-service-area .service-sidebar .form-group .form-control :-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}

.main-service-area .service-sidebar .form-group .form-control ::-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}

.main-service-area .service-sidebar .form-group .form-control ::placeholder {
  color: #999;
  font-size: 14px;
}

.main-service-area .service-sidebar .search-form .btn {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #ffffff;
  font-size: 20px;
  height: 50px;
  width: 50px;
  background-color: #595959 !important;
  border-radius: 5px 0 0 5px !important;
  border: 1px solid #595959;
}

.main-service-area .service-sidebar .service-list {
  margin-bottom: 30px;
}

.main-service-area .service-sidebar .service-list p {
  font-size: 18px !important;
  font-weight: 600;
  color: #282828;
  margin-bottom: 15px;
}

.main-service-area .service-sidebar .service-list ul {
  padding-left: 0;
}

.main-service-area .service-sidebar .service-list ul li {
  font-size: 16px;
  display: block;
  margin-bottom: 20px;
  padding: 5px 15px;
  border-radius: 5px;
  -webkit-transition: .5s;
  transition: .5s;
  border: 1px dashed #a58888;
}

.main-service-area .service-sidebar .service-list ul li:hover {
  background: #d60011;
  color: #ffffff;
}

.main-service-area .service-sidebar .service-list ul li:hover a {
  color: #ffffff;
}

.main-service-area .service-sidebar .service-list ul li a {
  color: #282828;
  display: block;
}

.main-service-area .service-sidebar .service-list ul li i {
  font-size: 18px;
  top: 6px;
  position: relative;
  float: right;
}

.main-service-area .service-sidebar .discount-text {
  background: #d60011;
  text-align: center;
  padding: 50px;
  border-radius: 5px;
  position: relative;
}

.main-service-area .service-sidebar .discount-text h1 {
  font-size: 25px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 30px;
}

.main-service-area .service-sidebar .discount-text h1 span {
  color: #fb788e;
}

.main-service-area .service-sidebar .discount-text .theme-button .default-btn {
  background: #ffffff;
  color: #d60011;
}

.main-service-area .service-sidebar .discount-text .theme-button .default-btn:hover {
  color: #ffffff;
}

.main-service-area .service-sidebar .discount-text .discount-shapes img {
  position: absolute;
}

.main-service-area .service-sidebar .discount-text .discount-shapes :nth-child(1) {
  top: 20px;
  left: 100px;
}

.main-service-area .service-sidebar .discount-text .discount-shapes :nth-child(2) {
  top: 0;
  right: 30px;
}

.main-service-area .service-sidebar .discount-text .discount-shapes :nth-child(3) {
  top: 100px;
  left: 10px;
}

.main-service-area .service-sidebar .discount-text .discount-shapes :nth-child(4) {
  top: 150px;
  right: 10px;
}

.main-service-area .service-sidebar .discount-text .discount-shapes :nth-child(5) {
  top: 250px;
  left: 10px;
  z-index: -1;
}

.main-service-area .service-sidebar .discount-text .discount-shapes :nth-child(6) {
  bottom: 100px;
  right: 10px;
}

.main-service-area .service-sidebar .discount-text .discount-shapes :nth-child(7) {
  bottom: 10px;
  right: 50px;
}

.main-service-area .service-sidebar .discount-text .discount-shapes :nth-child(8) {
  bottom: 10px;
  left: 50px;
}

/* Service  CSS End */
/*-------------- SERVICE PAGE CSS END --------------*/
/*-------------- TEAM PAGE CSS START ---------------*/
/* Team Title CSS Start */
.team-title-bg {
  background-image: url(../img/title-bg/7.png);
  background-position: center center;
  background-size: cover;
  height: 350px;
  position: relative;
  z-index: 0;
}

.team-title-bg::before {
  position: absolute;
  content: '';
  background: rgba(3, 24, 136, 0.7);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.team-title .team-title-text {
  text-align: center;
}

.team-title .team-title-text h2 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 5px;
}

.team-title .team-title-text ul {
  padding-left: 0;
}

.team-title .team-title-text ul li {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
}

.team-title .team-title-text ul li a {
  color: #ffffff;
}

.team-title .team-title-text ul li a:hover {
  color: #d60011;
}

.team-title .team-title-text ul li i {
  color: #d60011;
}

/* Team Title CSS End */
/* Team Section CSS Start */
.team-members {
 /* padding-top: 100px;*/
}

.team-members .pagination {
  margin: 15px 0 30px 0;
}

.team-members .pagination .page-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  margin: 0 7px;
  line-height: 25px;
  font-size: 15px;
  font-weight: 500;
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 #0000002e;
          box-shadow: 0 0 20px 0 #0000002e;
  color: #d60011;
}

.team-members .pagination .page-link:hover {
  background: #d60011;
  color: #ffffff;
}

.team-members .pagination .active {
  background: #d60011;
  color: #ffffff;
}

.mt-100 {
  margin-top: 100px;
}

/* Team Section CSS End */
/*------------ TEAM PAGE CSS END --------------*/
/*------------- TEAM PAGE TWO CSS START ------------*/
.team-style-four {
  padding-top: 100px;
}

.team-style-four .team-card .team-img .team-social {
  -webkit-transform: translateY(0) scale(0);
          transform: translateY(0) scale(0);
  width: 100%;
  height: 100%;
  background: rgba(3, 24, 136, 0.85);
  padding-left: 30%;
  padding-top: 45%;
  border-radius: 10px;
}

.team-style-four .team-card .team-img .team-social a {
  background: none;
  width: 50px;
  height: 50px;
  border-right: 0;
  line-height: 50px;
}

.team-style-four .team-card .team-img .team-social a:hover {
  border-radius: 50%;
}

.team-style-four .team-card:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*--------------- TEAM PAGE TWO CSS END -------------*/
/*--------------- 404 PAGE CSS START --------------*/
.error-title {
  height: 300px;
  background: #d60011;
  text-align: center;
}

.error-title h2 {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  text-transform: capitalize;
}

.error-title h2 span {
  text-transform: capitalize;
  color: red;
}

.error-section {
  padding-bottom: 100px;
}

.error-section .error-img {
  margin-bottom: 60px;
}

.error-section .theme-button .default-btn {
  background: #d60011;
  border-radius: 90px;
  border: 0;
}

.error-section .theme-button .default-btn:hover {
  background: #d60011;
}

.error-section .theme-button .default-btn::before {
  display: none;
}

/*-------------- 404 PAGE CSS END -------------*/
/*-------------- TESTIMONIAL PAGE CSS START -------------*/
/* Service Title CSS Start */
.testimonial-title-bg {
  background-image: url(../img/title-bg/6.png);
  background-position: center center;
  background-size: cover;
  height: 350px;
  position: relative;
  z-index: 0;
}

.testimonial-title-bg::before {
  position: absolute;
  content: '';
  background: rgba(3, 24, 136, 0.35);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.testimonial-title .testimonial-title-text {
  text-align: center;
}

.testimonial-title .testimonial-title-text h2 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 5px;
}

.testimonial-title .testimonial-title-text ul {
  padding-left: 0;
}

.testimonial-title .testimonial-title-text ul li {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
}

.testimonial-title .testimonial-title-text ul li a {
  color: #ffffff;
}

.testimonial-title .testimonial-title-text ul li a:hover {
  color: #d60011;
}

.testimonial-title .testimonial-title-text ul li i {
  color: #d60011;
}

/* Service Title CSS End */
/*---------------- TESTIMONIAL PAGE CSS END ------------*/
/*--------------- PRICEING PAGE CSS START --------------*/
.pricing-title {
  height: 300px;
  background: #d60011;
  text-align: center;
}

.pricing-title.bg-1 {
  background-image: url(../img/title-bg/11.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pricing-title h2 {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  text-transform: capitalize;
}

.pricing-title ul {
  padding-left: 0;
}

.pricing-title ul li {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
}

.pricing-title ul li a {
  color: #ffffff;
}

.pricing-title ul li a:hover {
  color: #d60011;
}

.pricing-title ul li i {
  color: #d60011;
}

/*------------- PRICEING PAGE CSS END ------------------*/
/*------------- RECENT PROJECT PAGE CSS START --------------*/
.recent-style-two .recent-items {
  overflow: hidden;
  margin-bottom: 30px;

}

.recent-style-two .recent-items .recent-img {
  position: relative;
  cursor: pointer;
}

.recent-style-two .recent-items .recent-img:hover .recent-hover {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.recent-style-two .recent-items .recent-img .recent-hover {
  position: absolute;
  background: rgba(3, 24, 136, 0.76);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 1s;
  transition: 1s;
}

.recent-style-two .recent-items .recent-img .recent-hover i {
  color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  line-height: 50px;
  font-size: 20px;
  display: inline-block;
  background: #d60011;
}

.process-style-four {
  padding-top: 0;
}

/*-------------- RECENT RECENT PAGE CSS END -------------*/
/*-------------- SERVICE DETAILS PAGE CSS START --------------*/
.service-details-area {
  padding-bottom: 100px;
}

.service-details-area .service-details-post {
  -webkit-box-shadow: 0 0 25px 0 #0000001f;
          box-shadow: 0 0 25px 0 #0000001f;
  padding: 30px;
  margin-bottom: 30px;
}

.service-details-area .service-details-post h3 {
  color: #282828;
  line-height: 1;
  margin-bottom: 25px;
}

.service-details-area .service-details-post h3 span {
  font-weight: 700;
  color: #fb788e;
}

.service-details-area .service-details-post p {
  color: #282828;
  margin-bottom: 20px;
}

.service-details-area .service-details-post ul {
  padding-left: 0;
  margin-bottom: 25px;
}

.service-details-area .service-details-post ul li {
  font-size: 16px;
  font-weight: 500;
  color: #282828;
  width: 242px;
}

.service-details-area .service-details-post ul li i {
  color: #081d8a;
  margin-right: 5px;
}

.service-details-area .theme-button .default-btn {
  background: #d60011;
  color: #ffffff;
  border: 0;
}

.service-details-area .page-button .theme-button .default-btn {
  background: transparent;
  border: 1px solid #5d5d5d;
  color: #636363;
  width: 100%;
  padding: 10px 0;
  text-align: center;
}

.service-details-area .page-button .theme-button .default-btn:hover {
  border: 1px solid transparent;
  color: #ffffff;
}

/*------------- SERVICE DETAILS PAGE CSS END --------------*/
/*------------- BLOG DETAILS PAGE CSS START --------------*/
.blog-details-area .blog-details-post {
  -webkit-box-shadow: 0 0 25px 0 #0000001f;
          box-shadow: 0 0 25px 0 #0000001f;
  padding: 25px;
  margin-bottom: 30px;
  border-radius: 10px;
}

.blog-details-area .blog-details-post img{
  height: 200px;
  object-fit: contain;
  width: 100%;
  object-position: center center;
}

.blog-details-area .blog-details-post .blog-post-title {
  margin-bottom: 15px;
}

.blog-details-area .blog-details-post .blog-post-title h3 {
  margin-bottom: 5px;
  font-weight: 600;
  color: #282828;
}

.blog-details-area .blog-details-post .blog-post-title ul {
  padding-right: 0;
  margin-bottom: 0;
  margin-top: 25px;
}

.blog-details-area .blog-details-post .blog-post-title ul li {
  font-size: 14px;
  font-weight: 500;
  color: #282828;
  margin-left: 10px;
  display: block;
}

.blog-details-area .blog-details-post .blog-post-title ul li i {
  color: #d60011;
  margin-right: 5px;
}

.blog-details-area .blog-details-post .blog-post-title ul li a {
  color: #282828;
}

.blog-details-area .blog-details-post .blog-post-title ul li a:hover {
  color: #d60011;
}

.blog-details-area .blog-details-post p:last-child {
  margin-bottom: 0;
}

.blog-details-area .theme-button .default-btn {
  background: #d60011;
  color: #ffffff;
  border: 0;
}

.blog-details-area .page-button {
  margin-bottom: 30px;
}

.blog-details-area .page-button .theme-button .default-btn {
  background: transparent;
  border: 1px solid #5d5d5d;
  color: #636363;
  width: 100%;
  padding: 10px 0;
  text-align: center;
}

.blog-details-area .page-button .theme-button .default-btn:hover {
  border: 1px solid transparent;
  color: #ffffff;
}

.blog-details-area .blog-bottom p {
  font-size: 16px;
  font-weight: 500;
  color: #d60011;
  display: inline;
}

.blog-details-area .blog-bottom ul {
  display: inline;
  padding-left: 15px;
}

.blog-details-area .blog-bottom ul li a {
  font-size: 16px;
  color: #282828;
}

.blog-details-area .blog-bottom ul li a:hover {
  color: #d60011;
}

.blog-details-area .blog-bottom .share-button p {
  font-size: 16px;
  font-weight: 500;
  color: #d60011;
}

.blog-details-area .blog-bottom .share-button a i {
  font-size: 17px;
  color: #a5a5a5;
  padding-left: 15px;
}

.blog-details-area .blog-bottom .share-button a i:hover {
  color: #d60011;
}

.blog-details-area .blog-side-bar {
 /* margin-bottom: 0;
  padding-bottom: 0;*/
  
  border-radius: 10px;
}

.sidebar-title {
    margin-bottom: 25px;
    font-size: 17px;
    font-weight: 600;
    color: #37404d;
    position: relative;
    padding: 10px;
    border-bottom: 3px solid #d60011;
    background-color: #f6f6f6;
    border-radius: 10px;
}
.blog-details-area .blog-side-bar .tags {
  margin-bottom: 40px;
}

.blog-details-area .blog-side-bar .tags p {
  font-size: 18px !important;
  font-weight: 600;
  color: #282828;
  margin-bottom: 15px;
}

.blog-details-area .blog-side-bar .tags a {
  font-size: 14px;
  color: #282828;
  font-weight: 500;
  text-decoration: underline;
  margin-right: 10px;
  border: 1px solid #eee;
  padding: 5px 15px;
  margin-bottom: 10px;
  text-decoration: none;
}

.blog-details-area .blog-side-bar .tags a:hover {
  background-color: #d60011;
  color: #ffffff;
}

.blog-style-two .post-head {
  font-size: 30px;
  color: #d60011;
  font-weight: 600;
  margin-bottom: 40px;
  margin-top: 20px;
}

.blog-style-two .blog-btn .default-btn {
  background: #d60011;
  border: 0;
}

.blog-style-two .blog-btn .default-btn:hover {
  background: #d60011;
}


.tags {
  /*margin-bottom: 40px;*/
}

.tags p {
  font-size: 18px !important;
  font-weight: 600;
  color: #282828;
  margin-bottom: 15px;
}

.tags a {
  font-size: 14px;
  color: #282828;
  font-weight: 500;
  text-decoration: underline;
  margin-left: 10px;
  border: 1px solid #eee;
  padding: 5px 15px;
  margin-bottom: 10px;
  text-decoration: none;
}

.tags a:hover {
  background-color: #d60011;
  color: #ffffff;
}
/*--------------- BLOG DETAILS PAGE CSS END -------------*/
/*--------------- BLOG PAGE TWO CSS START -------------*/
.blog-left-sidebar {
  padding-bottom: 0px;
}

/*--------------- BLOG PAGE TWO CSS END -------------*/
/* Animation CSS */
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@-webkit-keyframes translate {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  50% {
    -webkit-transform: translate(10px);
            transform: translate(10px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes translate {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  50% {
    -webkit-transform: translate(10px);
            transform: translate(10px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@-webkit-keyframes translateY {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes translateY {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

.hire-section .container-fluid {
  max-width: 1510px;
  margin-left: auto;
  margin-right: unset;
}
/*# sourceMappingURL=style.css.map */

.main-header-area .searchbtn {
    margin-left: 30px;
    background-color: transparent;
    text-align: center; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .main-header-area .searchbtn {
        margin-left: 15px;
         } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .main-header-area .searchbtn {
        margin-left: 0;
        width: 100%;
        margin-top: 15px;
        line-height: 50px; } }
    @media only screen and (max-width: 767px) {
      .main-header-area .searchbtn {
        margin-left: 0;
        width: 100%;
        margin-top: 15px;
        line-height: 50px;
         } }
    .main-header-area .searchbtn:hover {
       }
  .main-header-area .south-search-form {
    position: relative;
    z-index: 1;
    display: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
    .main-header-area .south-search-form input {
      width: 350px;
      background-color: transparent;
      border: 1px solid rgba(255, 255, 255, 0.5);
      color: #ffffff;
      border-radius: 5px;
      padding: 0 20px;
      font-size: 14px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .main-header-area .south-search-form input {
          width: 250px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .main-header-area .south-search-form input {
          width: calc(100% - 30px);
          margin: 0 15px; } }
      @media only screen and (max-width: 767px) {
        .main-header-area .south-search-form input {
          width: calc(100% - 30px);
          margin: 0 15px; } }
    .main-header-area .south-search-form button {
      position: absolute;
      top: 0;
      left: 5px;
      background-color: transparent;
      color: rgba(255, 255, 255, 0.8);
      border: none;
      cursor: pointer;
      width: 50px;
      outline: none;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
      .main-header-area .south-search-form button:hover {
        color: #ffffff; }

.search-close .searchbtn { }
.search-close .classynav ul {
  display: none; }
.search-close .south-search-form {
  display: block; }
.flag-icon-ir {
    background-image: url(../flags/4x3/ir.svg);
}
.flag-wrapper .flag {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}
.flag-icon-background {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.post-slide{
    overflow: hidden;
    /*margin-right: 15px;*/
    /*height: 170px;*/
    border-bottom: 3px solid #d60011;
}
.post-slide .post-img {
    float: right;
    width:30%;
    position: relative;
    margin-left: 20px;
}
.post-slide .post-img img{
    width: 100%;
    /*height: 170px;*/
    object-fit: cover;
    object-position: center top;
}
.post-slide .post-date{
    background: #d60011;
    color:#fff;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 2% 3%;
    width: 50px;
    height: 50px;
    text-align: center;
    transition:all 0.50s ease;
}
.post-slide .date{
    display: block;
    font-size:13px;
}
.post-slide .month{
    display: block;
    font-size:13px;
    text-transform: uppercase;
}
.post-slide .post-review {
    padding: 10px 0 0 0;
    /*border-top: 3px solid #595959;*/
}
.post-slide:hover .post-review{
   /* border-top-color:#d60011;*/
}
.post-slide .post-title{
    margin:0 0 10px 0;
}
.post-slide .post-title a{
    font-size:14px;
    color:#282828;
    text-transform:uppercase;
    width: 60%;
}
.post-slide .post-title a:hover{
    text-decoration:none;
    font-weight: bold;
    color: #d60011;
}
.post-slide .post-bar{
    padding:0;
    list-style:none;
    text-transform:uppercase;
    position: relative;
    margin-bottom: 20px;
}
.post-slide .post-bar:after,
.post-slide .post-bar:before{
    border: 1px solid #38cfd8;
    bottom: -10px;
    content: "";
    display: block;
    position: absolute;
    right: 36%;
    width: 25px;
}
.post-slide .post-review .blog-btn {
  font-size: 16px;
  font-weight: 500;
  color: #d60011;
  display: block;
  text-align: left;
}

.post-slide .post-review .blog-btn:hover {
  letter-spacing: .5px;
}

.post-slide .post-review .blog-btn i {
  top: 2px;
  position: relative;
}
.post-slide .post-bar:before{
    border: 1px solid #ec3c6a;
    right: 32%;
}
.post-slide .post-bar li{
    color:#555;
    font-size:10px;
    margin-right:10px;
    display:inline-block;
}
.post-slide .post-bar li a{
    font-size: 13px;
    text-decoration:none;
    text-transform:uppercase;
    color:#ec3c6a;
}
.post-slide .post-bar li a:hover{
    color:#ec3c6a;
}
.post-slide .post-bar li i{
    color:#777;
    margin-right:5px;
}
.post-slide .post-description{
    font-size:13px;
    line-height:21px;
    color:#444454;
}
.owl-theme .owl-controls{
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-page span{
    background: #fff;
    border: 2px solid #37a6a4;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #37a6a4;
}
@media only screen and (max-width: 990px) {
    /*.post-slide .post-img {
        width:100%;
    }
    .post-slide .post-review{
        width:100%;
        border-bottom: 4px solid #ec3c6a;
    }*/
    .post-slide .post-bar:before{
        left: 0;
    }
    .post-slide .post-bar:after{
        left: 25px;
    }
}

/* Clients Section
--------------------------------*/

#clients {
  padding: 60px 0;
 /* box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);*/
}

#clients .clients-wrap {
  border-top: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
  margin-bottom: 30px;
  box-shadow: 0px 1px 14px rgba(72, 73, 121, 0.15);
}

#clients .client-logo {
  padding: 64px;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  overflow: hidden;
  background: #fff;
  height: 160px;
}

#clients .client-logo:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#clients img {
  transition: all 0.4s ease-in-out;
}
div.title {
  display: inline-block;
  margin: 0 0 40px;
  text-align: center;
  width: 100%;
  position: relative;
}
div.title .textTitle {
  color: #282828;
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  line-height:1.2;
 /* font-family: 'titr';*/
}
div.title .textTitle::after {
  background-color: #d60011;
  border: medium none;
  content: "";
  display: block;
  height: 2px;
  margin: 20px auto 0;
  width: 150px;
}
div.title h2 {
  color: #282828;
  font-size: 30px;
  font-weight: 700;
  margin: 0;
 /* font-family: 'titr';*/
}
div.title h2::after {
  background-color: #d60011;
  border: medium none;
  content: "";
  display: block;
  height: 2px;
  margin: 20px auto 0;
  width: 150px;
}
.gray-bg {
  background-color: #f7f7f7;
  /*padding: 60px 0;*/
}
.graybg {
  background-color: #f7f7f7;
}
.gray-bg .title-border-color {
  background: #f7f7f7 none repeat scroll 0 0 !important;
}
.title-border-color {
  background: #ffffff none repeat scroll 0 0;
  color: #d60011;
  display: inline-block;
  font-size: 30px;
  height: 30px;
  left: auto;
  margin-right: -20px;
  position: absolute;
  right: auto;
  text-align: center;
  bottom: -14px;
  width: 40px;
  line-height: 35px;

}
div.title img {
  left: 50%;
  margin-left: -34px;
  padding: 12px 0 0;
  position: absolute;
}

.feature-list {
  padding: 0;
}
.feature-list li {
  display: block !important;
  text-align: right;
  font-size: 13px;
}
.feature-list li i{
  color: #d60011;
  font-size: 17px;
  margin-left:5px; 
}
.description-list {
  padding-right: 0px !important;
}

.description-list li i{
  color: #d60011;
  font-size: 17px;
  margin-left:5px; 
}
.description-list li{
  text-align: right;
  font-size: 13px;
}
.single-service p {
  text-align: justify;
}

.page-link {
    margin-right: 7px !important;
    line-height: 25px !important;
    color: #d60011;
    border: none;
    box-shadow: 0 0 20px 0 #0000002e;
    margin: 0px 7px;
    border-radius:.25rem;
    width: 40px;
    height: 40px;
    text-align: center;
}
/*.pagination {
    -ms-flex-pack: center !important;
    justify-content: center !important;
    
}*/
.pagination{
    text-align:center;
    display:list-item !important;
}
.pagination li{
    margin-top:10px;
}

.page-item.active .page-link {
  background-color: #d60011;
}
.page-link:hover{
  color:#fff;
  background-color:#d60011;
  border-color:#d60011
}

.related-post ul li:last-child{
  border-bottom: none;
}

.box-shadow {
    -webkit-box-shadow: 0 0 25px 0 #0000001f;
    box-shadow: 0 0 25px 0 #0000001f;
}
.box-radius {
  border-radius: 10px;
}
.file-product p{
  border-bottom: 1px solid #dcdcdc;
  padding: 10px;
  font-weight: 600;
}
.file-product p:last-child{
  border-bottom: none;
}
.file-product p i{
  background-color: #d60011;
  color: #fff;
  padding: 5px;
  font-size: 20px;
  border-radius: 5px;
}

.file-product .post-img{
  background-color: #d60011;
  color: #fff;
  padding: 18px 15px;
  font-size: 50px;
  height: 82px;
  width:82px;
}

#sideFilter label{
  margin-bottom: .5rem;
  margin-top: .5rem;
  font-weight: 600;
  margin-right: 5px;
}
.topMsg a {
  color: #fff;
}
.nav-tabs li {
  font-size: 17px;
  font-weight: 800;
}
.bestProMin {
    min-height:105px;
}

#notfound {
  position: relative;
  height: 100vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  max-width: 460px;
  width: 100%;
  text-align: center;
  line-height: 1.4;
}

.notfound .notfound-404 {
  position: relative;
  width: 180px;
  height: 180px;
  margin: 0px auto 50px;
}

.notfound .notfound-404>div:first-child {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #d60011;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 5px dashed #000;
  border-radius: 5px;
}

.notfound .notfound-404>div:first-child:before {
  content: '';
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: -5px;
  top: -5px;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.1) inset;
  border-radius: 5px;
}

.notfound .notfound-404 h1 {
  color: #fff;
  font-weight: 700;
  margin: 0;
  font-size: 90px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  text-align: center;
  height: 40px;
  line-height: 40px;
}

.notfound h2 {
  font-size: 33px;
  font-weight: 700;
  text-transform: uppercase;
}

.notfound p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  margin: 25px 0;
}

.notfound a {
  display: inline-block;
  padding: 10px 25px;
  background-color: #8f8f8f;
  border: none;
  border-radius: 40px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.notfound a:hover {
  background-color: #2c2c2c;
}

/* Home CSS Start */
.home-slider-item {
  background-position: center center;
  background-size: cover;
  height: 500px;
  position: relative;
}

.home-slider-item::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.home-slider-area {
  position: relative;
}

.home-slider-area.owl-carousel .owl-nav button.owl-prev,
.home-slider-area.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  left: 25px;
  top: 35%;
  width: 55px;
  height: 55px;
  border-radius: 30px;
  font-size: 25px;
  color: #ffffff;
  -webkit-transition: .5s;
  transition: .5s;
  background: rgba(0, 0, 0, 0.35);
  line-height: 2px;
}

.home-slider-area.owl-carousel .owl-nav button.owl-prev:hover,
.home-slider-area.owl-carousel .owl-nav button.owl-next:hover {
  background: #d60011;
}

.home-slider-area.owl-carousel .owl-nav button.owl-next {
  left: unset;
  right: 25px;
}

.home-slider-area .owl-dots {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}

.home-slider-area.owl-theme .owl-dots .owl-dot.active span,
.home-slider-area.owl-theme .owl-dots .owl-dot:hover span {
  background: #d60011;
  position: relative;
}

.home-slider-area.owl-theme .owl-dots .owl-dot.active span::before,
.home-slider-area.owl-theme .owl-dots .owl-dot:hover span::before {
  position: absolute;
  content: '';
  width: 25px;
  height: 25px;
  left: 0px;
  right: -5px;
  top: -5px;
  border-radius: 20px;
  background: transparent;
  border: 1px solid #d60011;
}

.home-slider-area.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background: #595959;
}

.home-slider-area.owl-theme .owl-nav {
  margin-top: 0;
}

.home-slider-area a{
    display:contents !important;
}

.home-text {
  max-width: 680px;
  z-index: 1;
  position: relative;
  background-color: hsla(0,0%,100%,.5);
  padding: 15px 35px;
}

.home-text h1 {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #282828;
  font-family: titr;
  line-height: 80px;
}

.home-text p {
  color: #282828;
  font-size: 16px;
}

.home-text .active-btn {
  background: #d60011;
  border: 1px solid transparent;
}

.home-text .active-btn::before {
  background: transparent;
}

.home-text .active-btn:hover {
  background: transparent;
  border: 1px solid #ffffff;
}

.theme-button .default-btn {
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  padding: 15px 35px;
  border-radius: 5px;
  margin-right: 25px;
  position: relative;
  text-transform: capitalize;
  border: 1px solid transparent;
  z-index: 0;
}

.theme-button .default-btn::before {
  position: absolute;
  content: '';
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: .5s;
  transition: .5s;
  border-radius: 5px;
  background: #d60011;
}

.theme-button .default-btn:hover::before {
  width: 100%;
  height: 100%;
}

.theme-button .default-btn:hover {
  border: 1px solid transparent;
}

/********************************************************/
.two .serviceBox{
    color: #282828;
    background-color: #f5f5f5;
    text-align: center;
    padding:0 10px 20px;
    margin: 25px 0 0;
    border: 1px solid transparent;
    border-bottom: 10px solid #d60011;
    border-radius: 15px;
}
.two .serviceBox .service-icon{
    color: #fff;
    background: #d60011;
    font-size: 14px;
    padding: 10px 20px;
    margin: -15px 0 0 0;
    box-shadow: 0 -10px 10px -5px rgba(0,0,0,0.2) inset;
    border-radius: 15px 15px 0 0;
    display: inline-block;
    transition: all 0.3s;
    font-weight: 700;
}
.two .serviceBox .product-btn {
    font-size: 14px;
    font-weight: 500;
    color: #d60011;
    display: block;
    text-align: right;
}
.two .serviceBox .black-btn {
    color: #282828;
    font-size: 14px;
    font-weight: 500;
    display: block;
    text-align: right;
}
.two .serviceBox .brandIcon{
    position: absolute;
    opacity: 0.3;
    left: 50px;
    top: 65px;
    max-width: 150px;
}
.two .serviceBox .proImg{
height: 100px;
object-fit: contain;
border: 1px solid #f4f4f4;
width: 100px;
object-position: center;
border-radius: 5px;
}
.two .serviceBox .post-date{
    min-width:100px;
    min-height:28px;
    line-height: 38px;
    text-align: center;
    background: #595959;
    position: absolute;
    top: 14px;
    left: 75px;
    border-radius: 5px;
}

.two .serviceBox .month{
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 0 10px;
    background: #d60011;;
    text-transform: uppercase;
    border-radius: 5px 5px 0 0;
}
.two .serviceBox .date{
    color: #fff;
    font-size: 14px;
}
.two .serviceBox .service-icon i{
    transform: rotate(0deg);
    transition: all 0.3s ease 0s;
}
.two .serviceBox:hover .service-icon i{
    text-shadow: 0 0 5px #555;
    transform: rotate(360deg);
}
.two .serviceBox .service-content{
    background-color: #fff;
    padding: 30px 10px 10px;
    border-radius: 10px;
    box-shadow: 0 0 7px 3px rgba(0,0,0,0.2);
}
.two .serviceBox .title{
    /*color: #d60011;*/
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
    text-align: right;
}
.two .serviceBox .description{
    font-size: 13px;
    text-align: right;
    line-height: 25px;
    margin-bottom: 20px;
    margin-top: 10px;
    min-height: 50px;
}

@media only screen and (max-width:990px){
    .serviceBox{ margin: 25px 0 50px; }
}




/************************************************************/
    
.one .pricingTable{
    background-color: #fff;
    text-align: center;
    /*padding: 20px;*/
    margin: 50px 0px;
    border-radius: 15px;
    position: relative;
    z-index: 0;
    transition: all 0.3s;
    box-shadow: 0px 1px 14px rgba(72, 73, 121, 0.15);
}
.one .pricingTable .feature-list li{
    margin-bottom:7px;
}
.one .pricingTable a{
    display: block !important;
    color: #282828;
}
.one .pricingTable a.readmore-btn{
    color: #d60011;
}

.one .pricingTable .price-value {
    background: #d60011; /*linear-gradient(to right,#581F85,#3B31C4,#581F85);*/
    height: 40px;
    width: 80%;
    border-radius: 15px 15px 0 0;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -40px;
    z-index: -2;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 18px;
}
.one .pricingTable:hover{ /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.6) inset;*/ }

.one .pricingTable:hover .img-box img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
          filter:none;
    opacity:1;
    
}
.one .pricingTable:after{
    content: '';
    background: #d60011; /*linear-gradient(to right,#581F85,#3B31C4,#581F85);*/
    height: 10px;
    width: 80%;
    border-radius: 15px 15px 0 0;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -25px;
    z-index: -2;
}
.one .pricingTable:after{
    border-radius: 0 0 15px 15px;
    top: auto;
    bottom: -10px;
}
.one .pricingTable .pricingTable-header{ 
    margin:0 0 15px; overflow: hidden; border-radius: 15px 15px 0 0;
    padding-top: 25px;
}
.one .pricingTable .feature-right{
    padding: 0 20px 0px;
    height: 180px;
    overflow: auto;
}
.one .pricingTable .pricingTable-header img{ 
    object-fit: contain;
    object-position: center;
    height: 37px
    }
.one .pricingTable .img-box{
    color:#1C1C1C;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
    /*height: 50px;*/
}
/*.one .pricingTable .price-value{
    color: #333;
    background: #eee;
    padding: 0px 0;
    margin: 0 -15px 20px;
    position: relative;
}
.one .pricingTable .price-value:before,
.one .pricingTable .price-value:after{
    content: "";
    background: linear-gradient(to right bottom, transparent 50%, #777 55%);
    width: 15px;
    height: 13px;
    position: absolute;
    top: -13px;
    left: 0;
    transition: all 0.3s ease 0s;
}
.one .pricingTable .price-value:after{
    transform: rotateY(180deg);
    left: auto;
    right: 0;
}*/
.one .pricingTable .amount{
    font-size: 14px;
   /* font-weight: 700;*/
    /*line-height: 35px;*/
    display: inline-block;
    margin-left: 10px;
}
.one .pricingTable .month{
   font-size: 20px;
   font-weight: 600;
   text-transform: uppercase;
   display: inline-block;
}
.one .pricingTable .month img{
   height: 20px !important;
   /*border: 1px solid #fff;*/
   border-radius: 3px;
   box-shadow: 3px 5px 5px rgba(0,0,0,0.3);

}
.one .pricingTable .img-box img {
    /*transform: scale(1.1);
    filter: none;
    opacity: 1;*/
        -webkit-transition: .5s;
      transition: .5s;
      width: 100%;
      height: 160px;
      object-fit: cover;
      object-position: center top;
      filter: grayscale(100%);
}
.one .pricingTable .pricing-content{
    width: 80%;
    padding: 0;
    margin: 0 auto 10px;
    list-style: none;
    display: inline-block;
    position: relative;
}
.one .pricingTable .pricing-content li{
    color: #1C1C1C;
    font-size: 20px;
    line-height: 40px;
    text-transform: capitalize;
    text-align: left;
    padding: 0 25px 0 20px;
    margin-bottom: 7px;
    position: relative;
}
.one .pricingTable .pricing-content li:before{
    content: "";
    background: #4834d4;
    width: 10px;
    height: 10px;
    border-radius: 20px;
    position: absolute;
    top: 15px;
    left: 0;
}
.one .pricingTable .pricing-content li:after{
    content: "\f00c";
    color: #009432;
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-weight: 900;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.one .pricingTable .pricing-content li.disable:after{
    content: "\f00d";
    color: #EA2027;
}
.one .pricingTable .one .pricingTable-signup{
    color: #fff;
    background: linear-gradient(-45deg,#581F85,#3B31C4,#581F85);
    font-size: 25px;
    text-transform: uppercase;
    width: 50%;
    padding: 10px;
    margin: 0 auto;
    border-radius: 50px;
    display: block;
    transition: all 0.3s;
}
.one .pricingTable .one .pricingTable-signup:hover{
    text-shadow: -2px 2px 1px #000;
    box-shadow: 3px 5px 5px rgba(0,0,0,0.3);
}

@media only screen and (max-width: 1200px){
    .one .pricingTable .pricing-content{ width: 90%; }
}
@media only screen and (max-width: 990px){
    .one .pricingTable{ margin: 25px 15px 80px; }
    .one .pricingTable .pricing-content{ width: 80%; }
}
@media only screen and (max-width: 576px){
    .one .pricingTable .pricing-content{ width: 90%; }
    .one .pricingTable .pricing-content li{ font-size: 17px;}
}

    

/***************************************************************/
                        
nav.navbar.bootsnav{
    font-family: 'Nunito', sans-serif;
    min-height: 30px;
    padding: 0;
    margin-bottom: 150px;
    border: none;
}
nav.navbar.bootsnav .navbar-collapse{ padding: 0; }
nav.navbar.bootsnav ul.nav > li > a{
    color: #fff;
    background-color: #74b9ff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 1px;
    padding: 12px 10px 9px 10px;
    margin: 0 10px 0 0;
    border: none;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}
nav.navbar.bootsnav ul.nav > li.dropdown > a{ padding: 12px 20px 9px 10px; }
nav.navbar.bootsnav ul.nav > li.active > a,
nav.navbar.bootsnav ul.nav > li.active > a:hover,
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li.on > a{
    color: #fff;
    background-color: #1e3799;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content li a:hover,
nav.navbar.bootsnav li.dropdown ul.dropdown-menu li a:hover,
nav.navbar.bootsnav li.dropdown ul.dropdown-menu li a.dropdown-toggle:active,
nav.navbar ul.nav li.dropdown.on ul.dropdown-menu li.dropdown.on > a{
    color: #fff;
    background: #1e3799;
}
nav.navbar.bootsnav ul.nav > li > a>span:before{
    content: '';
    background: #1e3799;
    height: 50%;
    width: 100%;
    border-radius: 10px;
    opacity: 0.15;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
nav.navbar.bootsnav ul.nav > li.active > a>span:before,
nav.navbar.bootsnav ul.nav > li.active > a:hover>span:before,
nav.navbar.bootsnav ul.nav > li > a:hover>span:before,
nav.navbar.bootsnav ul.nav > li.on > a>span:before{
    opacity: 1;
    height: 100%;
}
nav.navbar.bootsnav ul.nav > li.dropdown > a>span:after{
    content: '';
    background-color: #74b9ff;
    height: 15px;
    width: 15px;
    transform: rotate(45deg);
    position: absolute;
    left: 15px;
    bottom: 3px;
    z-index: -1;
    transition: all 0.3s ease;
}
nav.navbar.bootsnav ul.nav > li > a:hover>span:after,
nav.navbar.bootsnav ul.nav > li.on > a>span:after{
    background-color: #1e3799;
    bottom: -3px;
}
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after{
    color: #fff;
    font-size: 15px;
    margin: 0 0 0 7px;
    position: absolute;
    top: 13px;
    right: 5px;
    transition: all 0.3s;
}
nav.navbar.bootsnav ul.nav > li.dropdown > ul{
    background: transparent;
    padding: 0;
    border-radius: 0;
    transform: scaleY(0);
    transform-origin: top center;
    visibility: hidden;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}
nav.navbar.bootsnav ul.nav > li.dropdown.on > ul{
    visibility: visible !important;
    transform: scale(1);
}
.dropdown-menu.multi-dropdown{
    position: absolute;
    left: -100% !important;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
    background: rgba(255,255,255,0.5);
    padding: 5px;
    border: none;
    top: 115%;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a{
    color: #fff;
    background-color: #74b9ff;
    font-weight: 500;
    padding: 6px 10px;
    margin: 0 0 5px;
    border: none;
    border-radius: 10px;
    position: relative;
    transition: all 0.3s;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content{
    background: rgba(116,185,255,0.5);
    border-radius: 10px;
    overflow: hidden;
    top: 112%;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content li{ font-size: 14px; }
nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .menu-col li a{
    color: #1e3799;
    background-color: transparent;
    font-weight: 600;
    padding-left: 10px;
    margin: 0 0 5px;
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .menu-col li a:hover{
    color: #fff;
    background: #1e3799;
}
nav.navbar.bootsnav ul.nav li.megamenu-fw > a:hover,
nav.navbar.bootsnav ul.nav li.megamenu-fw > a:focus,
nav.navbar.bootsnav ul.nav li.megamenu-fw.on > a{
    color: #fff;
    background-color: #1e3799 !important;
}
nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu{ padding: 0 15px; }
nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .title{
    color: #fff;
    background: #1e3799;
    font-size: 16px;
    font-weight: bold;
    padding: 7px;
    border-radius: 10px;
}

.aside{
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 15px 0 #0000001c;
  box-shadow: 0 0 15px 0 #0000001c;
  border-radius: 10px;
  padding: 15px
}
.aside-title{
  background-color: #fff200;
  padding: 14px;
  /*border-radius: 5px 5px 0 0;*/
}
.filterSide .panel-group .panel{
   margin-bottom: 0px !important;
   margin-top: 0px !important;
}
.filterSide .panel-group{
  /*border-bottom: 1px solid #ececec;*/
}
.filterSide .panel-title a {
  margin-top: 0px !important;
}
.panel-group .panel{
  margin-bottom: 25px !important;
}
.panel-title {
  height: 47px;
  font-size: 14px !important;
  display: inline;
}
.panel-title a {
  margin-top: 20px;
}
#sideFilter #accordion .panel{
    border: none;
    /*border-radius: 3px;*/
    box-shadow: none;
/*    margin-bottom: 15px;*/
}
#sideFilter #accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 3px;
}
#sideFilter #accordion .panel-title a{
    display: block;
    padding: 12px 0px;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    color: #282828;
    
    /*border-bottom: none;*/
    /*box-shadow: 0 0 10px rgba(0,0,0,.05);*/
    position: relative;
    transition: all 0.5s ease 0s;
}
#sideFilter #accordion .panel-row {
    border-bottom: 1px solid #ececec;
}
#sideFilter #accordion .panel-row:last-child{
     border-bottom: none;
}
#sideFilter #accordion .panel-title a.collapsed{
    box-shadow: none;
   /* color: #676767;*/
}
#sideFilter #accordion .panel-title a.dropicon:before,
#sideFilter #accordion .panel-title a.collapsed:before{
    content: "\ef9a";
    font-family: "IcoFont";
    width: 5px;
    height: 25px;
    line-height: 24px;
    font-size: 13px;
    /*font-weight: 900;*/
    text-align: center;
    position: absolute;
    top: 8px;
    left: 15px;
  /*  transform: rotate(135deg);
    transition: all 0.3s ease 0s;*/
}
#sideFilter #accordion .panel-title a.collapsed:before{
    /*color: #676767;*/
    /*transform: rotate(0);*/
    content: "\efc2";
    font-family: "IcoFont";
}
label {
  /*font-weight: normal !important;*/
}
#sideFilter #accordion .panel-body{
    padding: 0px;
    border: none;
    font-size: 13px;
    font-weight:normal;
    color: #615f5f;
    line-height: 20px;
/*    border-right: 1px solid #ececec;
    border-left: 1px solid #ececec;*/
    background-color: #fff;
}
#sideFilter #accordion .panel-body label{
    font-weight:normal !important;
    width:100%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
#sideFilter #accordion .panel-body .lastChild{
    margin-right:15px;
}
.aside{
  margin-bottom: 30px;
}
.aside-title{
  background-color: #d60011;
  padding: 14px;
  border-radius: 10px 10px 0 0;
  color: #fff;
  margin-bottom: 0;
}
.filterSide .panel-group .panel{
   margin-bottom: 0px !important;
   margin-top: 0px !important;
}
.filterSide .panel-group{
  /*border-bottom: 1px solid #ececec;*/
}
.filterSide .panel-title a {
  margin-top: 0px !important;
}



/*----------------------------*\
  Breadcrumb
\*----------------------------*/

#breadcrumb {
  padding: 10px 0px;
  background: #FBFBFC;
  border: 1px solid #E4E7ED;
/*  margin-bottom: 30px;*/
}

#breadcrumb .breadcrumb-header {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  text-transform: uppercase;
}

#breadcrumb .breadcrumb-tree {
  display: inline-block;
  margin: 0px;
  padding: 0px;
}

#breadcrumb .breadcrumb-tree li {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

#breadcrumb .breadcrumb-tree li+li {
  margin-right: 10px;
}

#breadcrumb .breadcrumb-tree li+li:before {
  content: '/';
  display: inline-block;
  color: #8D99AE;
  margin-left: 10px;
}

#breadcrumb .breadcrumb-tree li a {
  color: #8D99AE;
}

#breadcrumb .breadcrumb-tree li a:hover {
  color: #d60011;
}

.product-item__outer::after {
    content: '';
    border-right: 1px solid #eaeaea;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    height: 80%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


.banner-2 .banner-content {
  padding: 120px 0; }
  .banner-2 .banner-content h2 {
    font-size: 65px;
    font-weight: 800;
    color: #222222;
    line-height: 74px;
    margin-bottom: 18px;
    margin-top: -7px; }
    .banner-2 .banner-content h2 span.special {
      color: #0064eb; }
  .banner-2 .banner-content p {
    font-size: 20px;
    line-height: 32px;
    color: #72839a;
    font-weight: 500; }
  .banner-2 .banner-content a.banner-button {
    margin-top: 15px; }

.banner-2 .part-img {
  position: relative; }
  .banner-2 .part-img .shape-1 {
    position: absolute;
    bottom: -60px;
    left: -80px;
    width: 230px;
    z-index: -1;
    -webkit-animation: scalation-1 3s infinite;
    animation: scalation-1 3s infinite; }
    .banner-2 .part-img .shape-1 img {
      width: 100%; }
  .banner-2 .part-img .shape-2 {
    position: absolute;
    top: -60px;
    right: -60px;
    width: 280px;
    z-index: -1;
    -webkit-animation: replacation-3 3s infinite;
    animation: replacation-3 3s infinite; }
    .banner-2 .part-img .shape-2 img {
      width: 100%; }
  img.readius {
    width: 100%;
    border-radius: 60px; }
  .banner-2 .part-img .play-button a {
    display: inline-block;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 76px;
    border: 2px solid #fff;
    background: -webkit-linear-gradient(21deg, #005cea 0%, #00c5fb 100%);
    color: #fff;
    position: absolute;
    z-index: 2;
    font-size: 16px;
    border-radius: 50%;
    top: 70px;
    left: -40px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transform: scale(1.35);
    -ms-transform: scale(1.35);
    transform: scale(1.35); }
    .banner-2 .part-img .play-button a:after {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: -webkit-linear-gradient(21deg, #00c5fb 0%, #005cea 100%);
      opacity: 0;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      z-index: -1;
      border-radius: 50%; }
    .banner-2 .part-img .play-button a:hover {
      -webkit-animation: scalation-small 1s infinite;
      animation: scalation-small 1s infinite; }
      .banner-2 .part-img .play-button a:hover:after {
        opacity: 1; }

.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


  .wrap-pic-blo2 {
    width: 100%;
    height: 390px;
  }
  .wrap-pic-blo2 {
  display: block;
  width: 50%;  
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.wrap-text-blo2 {
  background-color: white;
  width: 50%;
  min-height: 390px;
}
.time-event {
    width: 100%;
    height: auto;
  }

  .effect1 .txt-effect1 {
    width: 100%;
    height: 50px;
    padding: 10px;
    transform-origin: center center;
    position: unset;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  .effect1 {
 /* background-color: #cf2227;*/
  opacity: 0.9;
  position: relative;
  color: #fff;
}
.effect1 .txt-effect1 {
  width: 390px;
  height: 50px;
  transform-origin: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotateZ(90deg);
  -moz-transform: translate(-50%, -50%) rotateZ(90deg);
  -ms-transform: translate(-50%, -50%) rotateZ(90deg);
  -o-transform: translate(-50%, -50%) rotateZ(90deg);
  transform: translate(-50%, -50%) rotateZ(90deg);
}

.verticaldate .post-date{
    min-width:100px;
    min-height:28px;
    line-height: 38px;
    text-align: center;
    background: #595959;
    position: absolute;
    top: 14px;
    left: 75px;
    border-radius: 5px;
}

.verticaldate .month{
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 0 10px;
    background: #d60011;;
    text-transform: uppercase;
    border-radius: 5px 5px 0 0;
}
.verticaldate .date{
    color: #fff;
    font-size: 14px;
}

.borderheader {
    border-radius: 20px 20px 20px 20px;
    box-shadow:/*10px 10px 0px 0px #d60011;*/ 5px 5px 5px rgba(0, 0, 0, 0.3), 10px 10px 0px 0px #d60011;
    /*margin: 0 10px 10px 0;*/
}
.borderRed {
    border-radius: 25px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3), 5px 5px 0px 5px #d60011;
    margin: 0 5px 5px 0;
}

.product-section .product-area {
  -webkit-box-shadow: 0px 1px 14px rgba(72, 73, 121, 0.15);
          box-shadow: 0px 1px 14px rgba(72, 73, 121, 0.15);
  border-radius: 15px;
  width: 100%;
  margin-bottom: 25px;
/*  margin-top: 10px;*/
  border-bottom: 5px solid #d60011;
}

.product-section .product-area:hover .product-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
          filter:none;
    opacity:1;
}

.product-section .product-area:hover .product-text h4 a {
  color: #d60011;
}

.product-section .product-area .product-img {
  overflow: hidden;
  border-radius: 10px 10px 0 0 ;
}

.product-section .product-area .product-img a {
  display: block;
}

.product-section .product-area .product-img a img {
  -webkit-transition: .5s;
  transition: .5s;
  width: 100%;
  height: 170px;
  object-fit: contain;
  object-position: center top;
  /*filter: grayscale(100%);*/
}

.product-section .product-area .product-text {
  padding: 0px 25px 10px 25px;
  position: relative;
}

.product-section .product-area .product-text h4 a {
  font-size: 15px;
  font-weight: 600;
  color: #111111;
  margin-bottom: 5px;
  margin-top: 15px;
}
.product-section .product-area .product-text ul li a:hover {
  color: #d60011;
}
.product-section .product-area .product-text ul {
  padding-left: 0;
  margin-bottom: 10px;
}

.product-section .product-area .product-text ul li {
  font-size: 13px;
  font-weight: 500;
  color: #959595;
  margin-right: 15px;
}

.product-section .product-area .product-text ul li i {
  color: #d60011;
  margin-right: 5px;
}

.product-section .product-area .product-text ul li a {
  color: #959595;
}



.product-section .product-area .product-text p {
  font-size: 13px;
  margin-bottom: 0px;
  text-align: justify;
}
.product-section .product-area .product-text p.label {
  font-size: 13px;
  /*margin-bottom: 15px;*/
  text-align: right;
}
.product-section .product-area .fixHeight{
    min-height: 150px;
}
.product-section .product-area .product-text .product-btn {
  font-size: 14px;
  font-weight: 500;
  color: #d60011;
  display: block;
  text-align: left;
}

.product-section .product-area .product-text .product-btn:hover {
  letter-spacing: .5px;
}

.product-section .product-area .product-text .product-btn i {
  top: 2px;
  position: relative;
}
.product-area .post-date{
    min-width:100px;
    min-height:28px;
    line-height: 30px;
    text-align: center;
    background: #595959;
    position: absolute;
    top: -30px;
    left: 30px;
    border-radius: 5px;
}

.product-area .month{
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    padding: 0 10px;
    background: #d60011;;
    text-transform: uppercase;
    border-radius: 5px 5px 0 0;
}
.product-area .date{
    color: #fff;
    font-size: 14px;
}


#product-main-img .slick-prev {
  -webkit-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px);
  left: 15px;
}

#product-main-img .slick-next {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
  right: 15px;
}

#product-main-img .slick-prev, #product-main-img .slick-next {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  background: rgba(0, 0, 0, 0.35);
}
#product-main-img .slick-prev:hover, #product-main-img .slick-next:hover {
    background: rgba(214, 0, 1, 0.85);
}
#product-main-img:hover .slick-prev, #product-main-img:hover .slick-next {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 1;
  visibility: visible;
}

#product-main-img .zoomImg {
  background-color: #FFF;
}

#product-imgs .product-preview {
  margin: 0px 0px;
  border: 1px solid #E4E7ED;
}
#product-main-img .product-preview {
  border: 1px solid #E4E7ED;
}
.fixFlagLable {
    position: absolute;
    z-index: 10;
    height: 40px;
    right: 25px;
    top: 10px;
}
#product-imgs .product-preview img {
    width: 100%;
    height: 150px;
  object-fit: cover;
  
}

.slick-vertical .slick-slide
{
    height: 153px !important;
    max-height: 153px;
}

#product-imgs .product-preview.slick-current {
  border-color: #d60011;
}

#product-imgs .slick-prev {
  top: -20px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  font-family:"IcoFont";
  border: 1px solid #e4e7ed;
  background-color: #fff;
}

#product-imgs .slick-next {
  top: calc(100% - 20px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 1px solid #e4e7ed;
  background-color: #fff;

}

#product-imgs .slick-prev:before {
  content: "\eab9";
  font-family: "IcoFont";
  color: #d60011;
}

#product-imgs .slick-next:before {
  content: "\ea99";
  font-family: "IcoFont";
  color: #d60011;
}

.product-preview img {
  width: 100%;

}

/*----------------------------*\
  Product details
\*----------------------------*/

.product-details .product-name {
  text-transform: uppercase;
  font-size: 22px;
}

.product-details .product-rating {
  display: inline-block;
  margin-right: 15px;
}

.product-details .product-rating>i {
  color: #E4E7ED;
}

.product-details .product-rating>i.fa-star {
  color: #D10024;
}

.product-details .review-link {
  font-size: 12px;
}

.product-details .product-price {
  display: inline-block;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #D10024;
}

.product-details .product-price .product-old-price {
  font-size: 70%;
  font-weight: 400;
  color: #8D99AE;
}

.product-details .product-available {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 30px;
  color: #D10024;
}

.product-details .product-options {
  margin-top: 10px;
  margin-bottom: 10px;
}

.product-details .product-options label {
  font-weight: 500;
  /*font-size: 12px;*/
  text-transform: uppercase;
  margin-right: 15px;
  margin-bottom: 0px;
}

.product-details .product-options .input-select {
  width: 90px;
}

.product-details .add-to-cart {
  margin-bottom: 10px;
}

.product-details .add-to-cart .add-to-cart-btn {
  position: relative;
  border: 2px solid transparent;
  height: 40px;
  padding: 0 30px;
  background-color: #fff200;
  color: #333;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 5px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.product-details .add-to-cart .add-to-cart-btn>i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 38px;
  color: #333;
  opacity: 0;
  visibility: hidden;
}

.product-details .add-to-cart .add-to-cart-btn:hover {
  background-color: #FFF;
  color: #333;
  border-color: #fff200;
  padding: 0px 30px 0px 50px;
}

.product-details .add-to-cart .add-to-cart-btn:hover>i {
  opacity: 1;
  visibility: visible;
}

.product-details .add-to-cart .qty-label {
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  margin-left: 15px;
  margin-bottom: 0px;
}

.product-details .add-to-cart .qty-label .input-number {
  width: 90px;
  display: inline-block;
}
.bottomLine {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}
.product-details .product-btns li {
  display: inline-block;
  text-transform: uppercase;
  /*font-size: 13px;*/
}

.product-details .product-btns ul {
    margin-bottom: 0px !important;
}

.product-details .product-btns li+li {
  /*margin-left: 15px;*/
}

.product-details .product-links {
  margin-top: 15px;
}

.product-details .product-links li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
}

.product-details .product-links li+li {
  margin-left: 10px;
}


.slick-prev, .slick-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 22;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}



#product-tab .tab{
    text-align: center;
    position: relative;
    z-index: 1;
}
#product-tab .tab:before{
    content: "";
    width: 100%;
    height: 1px;
    background: #cdcdcd;
    position: absolute;
    top: 23px;
    right: 0;
    z-index: -1;
}
#product-tab .tab .nav-tabs{
    display: inline-block;
    border: 1px solid #cdcdcd;
    background: #f9f9f9;
    border-radius: 15px;
    text-align: center;
    /*padding: 7px 20px;*/
}
#product-tab .tab .nav-tabs li{
    float: none;
    display: inline-block;
    position: relative;
    padding: 7px 20px;
}
#product-tab .tab .nav-tabs li:after{
    content: "";
    width: 1px;
    height: 30px;
    background: #c4c4c4;
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 20px;
    transform: rotate(15deg) translateY(-50%);
}
#product-tab .tab .nav-tabs li:last-child:after{
    width: 0;
    height: 0;
}
#product-tab .tab .nav-tabs li a{
    font-size: 17px;
    font-weight: 800;
    color: #282828;
    border: none;
    margin-left: 10px;
}
#product-tab .tab .nav-tabs li a:hover{
    background: transparent;
    color: #d60011;
    border: none;
}
#product-tab .tab .nav-tabs li a.active,
#product-tab .tab .nav-tabs li a.active:focus,
#product-tab .tab .nav-tabs li a.active:hover{
    border: none;
    background: none;
    color: #d60011;
}
#product-tab .tab .tab-content{
    font-size: 14px;
    color: #282828;
    line-height: 25px;
    text-align: right;
    padding: 5px 0px;
}
#product-tab .tab .tab-content h3{
    font-size: 17px;
    color: #232323;
}
@media only screen and (max-width: 480px){
    #product-tab .tab:before{
        width: 0;
        height: 0;
    }
    #product-tab .tab .nav-tabs{ padding: 0; }
    #product-tab .tab .nav-tabs li{
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #e9e9e9;
    }
    #product-tab .tab .nav-tabs li:last-child{
        border-bottom: none;
    }
    #product-tab .tab .nav-tabs li:after{
        width: 0;
        height: 0;
    }
}

.reviews li {
  position: relative;
  padding-right: 145px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #E4E7ED;
  width: 100%;
}

.reviews .review-heading {
  position: absolute;
  width: 130px;
  right: 0;
  top: 5px;
  height: 70px;
}

.reviews .review-body {
  min-height: 60px;
}

.reviews .review-heading .name {
  margin-bottom: 5px;
  margin-top: 0px;
  font-size: 14px;
}

.reviews .review-heading .date {
  color: #8D99AE;
  font-size: 10px;
  margin: 0;
}

.reviews .review-heading .review-rating {
  margin-top: 5px;
}

.reviews .review-heading .review-rating>i {
  color: #E4E7ED;
}

.reviews .review-heading .review-rating>i.fa-star {
  color: #D10024;
}

.related-post ul li {
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 5px;
    padding-bottom: 10px;
}
.related-post ul {
    margin-left: 20px;
    max-height:795px;
}
.post-info {
    margin-right: 0px;
}
.post-img {
    width: 80px;
}
.post-info a {
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
    line-height: 20px;
    color:#282828;
    font-weight: 700;
}
.post-info a:hover {
    color: #d60011;
}
.post-info p{
    line-height: 20px;
    font-size: 12px;
    color: #8D99AE;
    margin-bottom: 0px; 
}



.w-150 {
    width: 150px;
}

.cataloge-img {
    background: #6f9600 none repeat scroll 0 0;
    clear: both;
    color: #fff;
    display: block;
    float: none;
    height: 125px;
    padding: 0.625em 0;
    text-align: center;
    width: 100%;
    border: 1px solid #e0e0e0;
}
#features p {
    line-height: 1.8rem;
}

.custom-scrollbar-js,
.custom-scrollbar-css {
  height: 200px;
}


/* Custom Scrollbar using CSS */
.custom-scrollbar-css {
  overflow-y: scroll;
}

/* scrollbar width */
.custom-scrollbar-css::-webkit-scrollbar {
  width: 5px;
}

/* scrollbar track */
.custom-scrollbar-css::-webkit-scrollbar-track {
  background: #eee;
}

/* scrollbar handle */
.custom-scrollbar-css::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background-color: #00d2ff;
  background-image: linear-gradient(to top, #00d2ff 0%, #3a7bd5 100%);
}
.text-danger {
    color: #d60011 !important;
    line-height: 1;
    font-size: 12.5px;
}


/* LIST */
 dl {
     counter-reset: count;
     margin: 0;
}


 dl + dl {
     counter-reset: counter 4;
}
 dt {
     counter-increment: count;
     color: #4f6d7a;
     font-family: 'titr', sans-serif;
     font-size: 28px;
     text-transform: uppercase;
}
 dt::before {
     content: counter(count) ".";
     font-family: 'titr', cursive;
     color: #5ea5b8;
     margin-right: 0vw;
     padding-left: 12px;
}
 dd {
     margin-right: 2.5vw;
     margin-bottom: 2vh;
     text-align: justify;
}
.linkFooter i {
    line-height: 24px;
}
.linkFooter a:hover {
    color: #d60011 !important
}

.exhibitionList a {
    color: #282828;
    font-weight: 700;
}
.exhibitionList a.active {
    color: #d60011;
}
.textBody img{
    text-align: center;
}
.panel-body .input-checkbox{
    display: flex;
}
.overlay{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255,255,255,0.8) url("../img/loading.gif") center no-repeat;
}
/* Turn off scrollbar when body element has the loading class */
#store.loading{
    overflow: hidden;   
}
/* Make spinner image visible when body element has the loading class */
#store.loading .overlay{
    display: block;
}
#product-tab.loading{
    overflow: hidden;   
}
/* Make spinner image visible when body element has the loading class */
#product-tab.loading .overlay{
    display: block;
}
.showAside {
  padding-bottom: 10px;
  padding-right: 7px;
  cursor: pointer;
  display: none;
}
.showAside i{
    font-size:18px;
}
/* Color Variables */
@media (max-width: 767px) {
  /* Custom CSS */
  .asideProduct {
    display: none
  }
  .showAside{
    display: block;
  }
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  p {
    font-size: 14px !important;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .pb-70 {
    padding-bottom: 20px;
  }
  .theme-button .default-btn {
    font-size: 14px;
    padding: 6px 20px;
    margin-right: 0;
    margin: 0 10px;
  }
  .section-head {
    margin-bottom: 30px;
  }
  .section-head h2 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 1.3;
  }
  .section-head h2 span {
    font-size: 22px !important;
  }
  .section-head .textTitle {
      font-size: 25px;
      margin-bottom: 10px;
      line-height: 1.3;
   }
    .section-head .textTitle span {
      font-size: 22px;
    }
  .section-head p {
    margin: 0 15px;
  }
  /*-- Home Page One CSS Start --*/
  /* Header CSS */
  .header-section {
    /*display: none;*/
  }
  .other-option{
    position: absolute;
    right: 65px;
    top: 10px;
  }
  .other-option .search-option .search-input .form-control {
    position: absolute;
    top: 61px;
    width: 277px;
    right: 0px;
    padding: 0 7px;
    box-shadow: none;
    z-index:100;
  }
  .other-option .search-option .search-input button.srch-btn{
    right: 235px;
    top:60px;
  }
  .hidden-xs {
    display: none;
  }
  /* Navbar CSS */
  .navbar-button {
    display: none;
  }
  .mean-container .mean-bar {
    background: #ffffff;
    -webkit-box-shadow: 0 -17px 36px 0 #00000024;
            box-shadow: 0 -17px 36px 0 #00000024;
  }
  .mean-container .logo {
    top: 5px;
  }
  .mean-container .logo img {
    height: 60px;
  }
  .mean-container a.meanmenu-reveal span {
    background: #d60011;
  }
  .mean-container a.meanmenu-reveal.meanclose {
    color: #d60011;
  }
  .mobile-nav {
    display: block;
    position: relative;
  }
  .mobile-nav .logo {
    text-decoration: none;
    position: absolute;
    top: 8px;
    z-index: 999;
    left: 15px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
  }
  .mean-container .mean-bar {
    background-color: #ffffff;
    padding: 0;
  }
  .mean-container a.meanmenu-reveal {
    padding: 23px 15px 0 0;
  }
  .mobile-nav nav .navbar-nav .nav-item a i {
    display: none;
  }
  .mobile-nav nav .navbar-nav {
    height: 300px;
    overflow-y: scroll;
  }
  .main-nav {
    display: none !important;
  }
  /* Home CSS */
  .home-slider-item {
    height: 241px;
  }
  .home-text {
    margin-top: 30px;
    max-width: 100%;
    padding:20px;
  }
  .home-text h1 {
    font-size: 25px;
    margin-bottom: 20px;
    line-height: 1.4;
  }
  .home-text p {
    
  }
  .home-slider-area.owl-carousel .owl-nav button.owl-prev,
  .home-slider-area.owl-carousel .owl-nav button.owl-next {
    left: 35%;
    bottom: 30px;
    width: 30px;
    height: 30px;
    top: inherit;
    font-size: 18px;
    line-height: 30px;
  }
  .home-slider-area.owl-carousel .owl-nav button.owl-next {
    right: 35%;
    left: inherit;
  }
  .home-slider-area .owl-dots {
    display: none;
  }
  /* Service CSS */
  .service-shapes {
    display: none;
  }
  .service-card {
    padding: 20px 8px;
  }
  .service-card::after {
    display: none;
  }
  .service-card i {
    font-size: 35px;
    margin-bottom: 15px;
  }
  .service-card i::after {
    display: none;
  }
  .service-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .service-card p {
    margin-bottom: 15px;
    padding: 0 14px;
  }
  .service-card .theme-button .default-btn {
    padding: 5px 20px;
  }
  /* Why Choose CSS */
  .why-choose-section {
    text-align: center;
    padding: 50px 0 50px;
  }
  .why-choose-section .section-head {
    margin: 0 auto 20px;
  }
  .why-choose-section .section-head h2 {
    margin-bottom: 10px;
  }
  .why-choose-section .section-head p {
    padding-right: 0;
  }
  .why-choose-section::before {
    display: block;
  }
  .why-choose-section .why-choose-accordian .why-choose-contact {
    margin-top: 10px;
  }
  .why-choose-section .why-choose-accordian .why-choose-contact .form-control {
    margin-right: 0;
    max-width: 285px;
    height: 50px;
    margin: auto;
    float: none;
  }
  .why-choose-shape {
    display: none;
  }
  .why-choose-bg {
    width: 100%;
    height: 100%;
  }
  .why-choose-img {
    height: 360px;
    max-width: 310px;
    bottom: 0;
    position: relative;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    margin: 0 auto 30px;
  }
  .why-choose-accordian {
    margin-right: 0;
  }
  .why-choose-accordian .accordion .card .card-header {
    margin-bottom: 0;
  }
  .why-choose-accordian .accordion .card .card-header h2 a {
    font-size: 15px;
  }
  .why-choose-accordian .accordion .card .card-body {
    text-align: left;
  }
  .why-choose-contact .form-group {
    margin-bottom: 20px;
  }
  .why-choose-contact a {
    font-size: 15px;
    padding: 8px 25px;
  }
  .why-choose-contact p {
    font-size: 15px !important;
    margin-bottom: 0;
  }
  /* Process CSS */
  .process-section {
    padding-top: 70px;
    padding-bottom: 30px;
  }
  .process-section .process-card {
    margin-bottom: 30px;
    border: 1px solid #ddd;
    padding: 48px 15px 30px;
  }
  .process-section .process-card h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .process-section .process-card p {
    margin-bottom: 0;
  }
  .process-section .process-card::before {
    display: none;
  }
  .process-section .process-card i {
    font-size: 25px;
    margin-bottom: 40px;
  }
  .process-section .process-card i::after {
    width: 50px;
    height: 50px;
    left: -15px;
    top: -11px;
  }
  .process-section .process-card img {
    display: none;
  }
  /* Price Section CSS*/
  .price-card-area .price-head-text h4 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .price-card-area .price-head-text h2 {
    font-size: 20px;
  }
  .price-card-area .price-head-text h2 span {
    font-size: 24px;
  }
  .price-card-area .plan-features {
    padding: 30px 30px;
  }
  .price-card-area .plan-features ul {
    padding-left: 0px;
  }
  .price-card-area .plan-features ul li {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .price-card-area .plan-btn a {
    font-size: 14px;
    padding: 5px 20px;
  }
  /* Counter CSS */
  .counter-section {
    height: 100%;
    padding-bottom: 50px;
  }
  .counter-section::before {
    height: 100%;
  }
  .counter-section .offer-text {
    text-align: center;
    margin-bottom: 25px;
  }
  .counter-section .offer-text h2 {
    font-size: 20px;
    margin: 0 auto 20px;
  }
  .counter-section .counter-area {
    padding: 30px 15px 0 0;
  }
  .counter-section .counter-area .counter-text {
    margin-bottom: 30px;
  }
  .counter-section .counter-area .counter-text h2 {
    font-size: 30px;
    margin-bottom: 0;
  }
  .counter-section .counter-area .counter-text h3 {
    font-size: 15px;
  }
  .counter-shape {
    display: none;
  }
  /* Team CSS */
  .team-section {
    padding-top: 50px;
  }
  .team-section .team-card .team-text h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .team-section .team-card .team-img .team-social {
    max-width: 250px;
  }
  .team-section .team-card .team-img .team-social :last-child {
    border-right: 0;
  }
  /* Team CSS */
  .testimonial-section {
    padding-bottom: 50px;
  }
  .testimonial-section .testimonial-area {
    padding: 0;
  }
  .testimonial-section .testimonial-text-slider {
    width: 100%;
  }
  .testimonial-section .slick-prev::before {
    left: 25px;
    width: 30px;
    height: 30px;
    font-size: 25px !important;
    line-height: 32px;
    text-align: center;
    top: -40px;
  }
  .testimonial-section .slick-next::before {
    right: 25px;
    width: 30px;
    height: 30px;
    font-size: 25px !important;
    line-height: 32px;
    text-align: center;
    top: -40px;
  }
  .testimonial-section .sin-testiImage.slick-current img {
    margin-bottom: 0;
  }
  /* Blog CSS */
  .blog-section {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .blog-section .blog-area .blog-text h4 {
    line-height: 1;
  }
  .blog-section .blog-area .blog-text h4 a {
    font-size: 15px;
  }
  .blog-section .blog-area .blog-text ul li {
    font-size: 12px;
    margin-right: 10px;
  }
  .blog-section .blog-area .blog-text .blog-btn {
    font-size: 14px;
  }
  .blog-section .blog-slider {
    margin: 0;
  }
  /* Contact CSS */
  .contact-section .contact-area {
    margin-bottom: 50px;
    padding: 20px;
  }
  .contact-section .contact-area .section-head {
    margin-bottom: 20px;
  }
  .contact-section .contact-area .section-head h2 {
    font-size: 18px;
  }
  .contact-section .contact-area .section-head h2 span {
    font-size: 18px !important;
  }
  .contact-section .contact-area .section-head p {
    margin: 0;
  }
  .contact-section .contact-area::after {
    display: none;
  }
  .contact-section .contact-area .contact-img::before {
    display: none;
  }
  .contact-section .contact-area .contact-img img {
    margin-bottom: 20px;
    width: 100%;
  }
  .contact-section .contact-area .contact-form .form-group .form-control {
    height: 50px;
    padding-left: 15px;
    font-size: 14px;
  }
  .contact-section .contact-area .contact-form .default-btn {
    padding: 10px 15px;
    font-size: 14px;
  }
  .contact-section .contact-text {
    padding-left: 0;
  }
  /* Footer CSS */
  .footer-area {
    padding-top: 50px;
  }
  .footer-area .footer-widget {
    margin-bottom: 30px;
  }
  .footer-area .footer-widget .logo {
    margin-bottom: 10px;
  }
  .footer-area .footer-widget .logo img {
    width: 150px;
  }
  .footer-area .footer-widget p {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .footer-area .footer-widget .eamil input {
    height: 40px;
  }
  .footer-area .footer-widget .eamil button {
    height: 40px;
    width: 40px;
    line-height: 30px;
  }
  .footer-area .footer-widget .eamil button i {
    font-size: 25px;
  }
  .footer-area .footer-widget h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .footer-area .footer-widget .footerTitle{
  font-size: 18px;
    margin-bottom: 15px;
}
  .footer-area .footer-widget ul li {
    margin-bottom: 0;
  }
  .footer-area .footer-widget ul li a {
    font-size: 15px;
  }
  .footer-area .footer-widget .find-us li {
    margin-bottom: 5px;
  }
  .footer-area .footer-widget .find-us li i {
    font-size: 20px;
  }
  .footer-area .pl-40 {
    padding-left: 0;
  }
  .footer-area .bottom-footer {
    margin-top: 20px;
    padding: 15px 0;
  }
  .footer-area .bottom-footer .footer-social {
    text-align: center;
  }
  .footer-area .bottom-footer .footer-social ul li {
    width: 25px;
    height: 25px;
    font-size: 12px;
    line-height: 25px;
    margin-right: 5px;
  }
  .footer-area .bottom-footer .footer-social ul li i {
    font-size: 14px;
  }
  .footer-area .bottom-footer .copyright-text {
    text-align: center !important;
    margin-top: 10px;
  }
  .top-btn {
    right: 5px;
    bottom: 5px;
  }
  /*-- Home Page One CSS End --*/
  /*-- Home Page Two CSS Start --*/
  /* Home CSS */
  .home-bg {
    height: 100%;
  }
  .home-style-two {
    position: relative;
  }
  .home-style-two::after {
    position: absolute;
    content: '';
    background: #e4ebf8;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .home-style-two .home-text-two {
    padding-top: 100px;
    padding-bottom: 130px;
    text-align: center;
  }
  .home-style-two .home-text-two h1 {
    font-size: 25px;
    margin-bottom: 0;
  }
  .home-style-two .home-text-two p {
    padding-top: 15px;
    padding-right: 0;
    font-size: 14px !important;
    margin-bottom: 17px;
  }
  .home-style-two .home-text-two .request-call {
    max-width: 100%;
  }
  .home-style-two .home-text-two .request-call .form-control {
    height: 50px;
    width: 100%;
    -webkit-box-shadow: 0 0 10px 0 #00000024;
            box-shadow: 0 0 10px 0 #00000024;
    margin-bottom: 10px;
  }
  .home-style-two .home-text-two .request-call p {
    padding-right: 0;
  }
  .home-style-two .home-text-two .request-call button {
    position: relative;
    font-size: 14px;
    width: 100%;
    height: 40px;
  }
  .home-style-two .home-shape {
    display: none;
  }
  .home-style-two .home-image img {
    max-width: 200px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -130px;
    top: inherit;
  }
  .home-style-two .home-image :nth-child(2) {
    display: none;
  }
  /* Info CSS */
  .info-section {
    margin-top: 150px;
  }
  .info-section .info-area {
    padding: 30px 0;
  }
  .info-section .info-area .info-text {
    padding: 10px 0 10px;
  }
  .info-section .info-area .info-text i {
    margin-bottom: 5px;
  }
  .info-section .info-area .info-text h6 {
    margin-bottom: 0;
  }
  /* Service CSS */
  .service-style-two {
    padding-bottom: 50px;
  }
  .service-style-two::before {
    display: none;
  }
  .service-style-two .service-slider-wrapper::before {
    display: none;
  }
  .service-style-two .service-slider-wrapper .owl-prev, .service-style-two .service-slider-wrapper .owl-next {
    display: none;
  }
  .service-style-two .service-img::before {
    display: none;
  }
  .service-style-two .service-text-two {
    text-align: center;
    margin-top: 20px;
  }
  .service-style-two .service-text-two h4 {
    margin-bottom: 5px;
  }
  .service-style-two .service-text-two p {
    margin-right: 0;
  }
  .service-style-two .service-text-two ul li {
    font-size: 14px;
    text-align-last: left;
  }
  /* Hire CSS */
  .hire-section {
    padding-top: 50px;
  }
  .hire-section .section-head p {
    margin: 0;
  }
  .hire-section .hire-text {
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .hire-section .hire-text ul li {
    font-size: 15px;
    margin-bottom: 0;
  }
  .hire-section .hire-text .mr-20 {
    margin-right: 0;
  }
  .hire-section .hire-img {
    height: 250px;
  }
  .hire-section .discount-text {
    margin-top: 0;
    text-align: center;
    max-width: 100%;
    padding: 30px 0;
    margin-left: 0;
  }
  .hire-section .discount-text h2 {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .hire-section .discount-text .discount-shape {
    display: none;
  }
  /* Process CSS */
  .process-section {
    padding-top: 50px;
  }
  .process-section .section-head {
    margin-bottom: 30px;
  }
  /* Counter CSS */
  .counter-style-two {
    padding: 50px 0 30px;
  }
  .counter-style-two h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .counter-style-two .counter-text {
    margin-bottom: 30px;
  }
  .counter-style-two .counter-text h2 {
    font-size: 25px;
    margin-bottom: 0;
  }
  .counter-style-two .counter-text p {
    font-size: 15px;
  }
  /* Recent CSS */
  .recent-work-section {
    padding-bottom: 20px;
  }
  .recent-work-section .recent-work-slider.owl-theme .owl-dots {
    display: none;
  }
  .recent-items {
    margin: 0 15px;
  }
  /* Team CSS */
  .team-style-two {
    padding-top: 0;
  }
  .team-style-two::before {
    display: none;
  }
  /* Testimonial CSS */
  .testimonial-section {
    padding-top: 50px;
  }
  /* Price CSS */
  .price-shape::before {
    display: none;
  }
  /*-- Home Page Two CSS End --*/
  /*-- Home Page Three CSS Start --*/
  /* Header CSS */
  .header-section {
    /*display: none;*/
  }
  /* Navbar CSS */
  .nav-style-two {
    top: 0;
  }
  .nav-style-two .other-option {
    display: none !important;
  }
  /* Home CSS */
  .home-style-three {
    padding-top: 110px;
    padding-bottom: 40px;
  }
  .home-style-three .home-image {
    padding: 20px;
    border-radius: 10px;
    max-width: 100%;
  }
  .home-style-three .home-image img {
    border-radius: 10px;
    width: 100%;
  }
  .home-style-three .home-image::before {
    display: none;
  }
  .home-three-shapes {
    display: none;
  }
  .home-text-three {
    text-align: center;
    margin-bottom: 30px;
    min-height: 210px;
  }
  .home-text-three h1 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 40px;
  }
  .home-text-three p {
    margin-right: 0;
    margin-bottom: 20px;
  }
  /* About CSS */
  .about-style-two {
    padding-bottom: 50px;
  }
  .about-style-two .pl-35 {
    padding-left: 15px;
  }
  .about-style-two .section-head {
    margin-bottom: 15px;
  }
  .about-style-two .section-head p {
    padding-right: 0;
    margin: 0 0;
  }
  .about-style-two .about-image::before {
    display: none;
  }
  .about-style-two .about-image .counter-section {
    position: relative;
    right: 0;
    height: 100%;
  }
  .about-style-two .about-text p {
    padding-right: 0;
  }
  .about-style-two .about-text ul {
    margin-bottom: 25px;
  }
  .about-style-two .about-text ul li {
    font-size: 16px;
  }
  .about-style-two .about-text .theme-button .default-btn {
    margin-right: 5px;
    margin-left: 0;
  }
  .why-us .why-us-text .media {
    padding-right: 0;
  }
  .testimonial-section .testimonial-text-slider h2 {
    font-size: 20px;
  }
  /* Service CSS */
  .service-style-three .service-slider::before {
    display: none;
  }
  .service-style-three .service-shape {
    display: none;
  }
  .service-style-three .service-slider .service-item h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .service-style-three .service-slider .service-item p {
    margin-bottom: 20px;
  }
  .service-style-three .service-slider .owl-next, .service-style-three .service-slider .owl-prev {
    display: none !important;
  }
  .service-style-three .service-slider.owl-theme .owl-nav {
    display: none;
  }
  /* Why Choose */
  .why-us {
    padding-top: 0;
  }
  .why-us .why-us-img {
    margin-bottom: 30px;
  }
  .why-us .why-us-text {
    padding: 0;
  }
  .why-us .why-us-text .section-head {
    margin-bottom: 40px;
  }
  .why-us .why-us-text .media i {
    font-size: 17px;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
  .why-us .why-us-text .media .media-body h3 {
    font-size: 18px;
  }
  /* Recent Project */
  .recent-project-section .section-head p {
    margin: 0 30px;
  }
  .recent-project-section .recent-project-slider .recent-project-item {
    margin: 10px;
  }
  .recent-project-section .recent-project-slider .owl-prev, .recent-project-section .recent-project-slider .owl-next {
    display: none !important;
  }
  .recent-project-section .recent-project-slider .owl-theme .owl-nav {
    display: none !important;
  }
  /* Process CSS */
  .process-shapes {
    display: none;
  }
  /* Team Member */
  .team-style-five {
    padding-top: 0;
  }
  /* Price CSS */
  .price-style-three .price-card-area .price-head-text .price-head-hover img {
    display: none;
  }
  /* Teastimonial CSS */
  .testimonial-section .sin-testiImage img {
    width: 50px;
    height: 50px;
  }
  .testimonial-section .sin-testiImage.slick-current img {
    height: 130px;
    width: 130px;
    border: 3px solid #ffffff;
  }
  /*-- Home Page Three CSS End --*/
  /*-- About Page CSS Start --*/
  .about-title-bg {
    height: 100%;
  }
  .about-title .about-title-text {
    padding-top: 150px;
    padding-bottom: 70px;
  }
  .about-title .about-title-text h2 {
    font-size: 30px;
  }
  .about-img::before {
    display: none;
  }
  .about-style-three .about-text {
    padding-left: 0;
  }
  /*-- About Page CSS End --*/
  /*-- Blog Page CSS Start --*/
  .blog-title-bg {
    height: 100%;
  }
  .blog-title .blog-title-text {
    padding-top: 150px;
    padding-bottom: 80px;
  }
  .blog-title .blog-title-text h2 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 1.4;
  }
  .blog-title .blog-title-text ul li {
    font-size: 15px;
  }
  .blog-post-top h2 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 20px;
  }
  .blog-post-top .search-bar button {
    top: 7px;
  }
  .blog-post-top .search-bar button i {
    font-size: 15px;
  }
  .blog-post-top .search-bar .input-group .form-control {
    height: 40px !important;
    margin-bottom: 10px;
  }
  .blog-post-top .search-bar .input-group i {
    top: 10px !important;
  }
  .blog-post-top .categories .dropdown .btn {
    height: 40px;
  }
  .blog-post-top .categories .dropdown .btn i {
    top: 10px;
    right: 15px;
    font-size: 20px;
  }
  .main-blog-post .blog-area .blog-text h4 a {
    font-size: 17px;
  }
  .main-blog-post .blog-area .blog-text .blog-btn {
    font-size: 14px;
  }
  .main-blog-post .pagination {
    margin: 0  0 30px 0;
  }
  .main-blog-post .pagination .page-link {
    width: 35px;
    height: 35px;
    margin: 0 2px;
    line-height: 20px;
    font-size: 15px;
  }
  .main-blog-post .blog-area .blog-img img {
    width: 100%;
  }
  /*-- Blog Page CSS End --*/
  /*-- Contact Page CSS Start --*/
  .contact-title-bg {
    height: 100%;
  }
  .contact-title .contact-title-text {
    padding-top: 150px;
    padding-bottom: 70px;
  }
  .contact-title .contact-title-text h2 {
    font-size: 30px;
  }
  .contact-style-two {
    padding-top: 0;
    padding-bottom: 0;
  }
  .contact-info {
    margin-bottom: 50px;
  }
  .contact-info .contact-card-area {
    padding-top: 65px;
    padding-bottom: 10px;
  }
  .contact-info .contact-card-area .contact-card {
    margin-bottom: 35px;
  }
  .contact-info .contact-card-area .contact-card i {
    margin-bottom: 25px;
    font-size: 20px;
  }
  .contact-info .contact-card-area .contact-card i::after {
    width: 45px;
    height: 45px;
    top: -12px;
    left: -12px;
  }
  .contact-info .contact-card-area .contact-card h6 {
    margin-bottom: 0;
  }
  .contact-info .contact-card-area .contact-shapes {
    display: none;
  }
  .map {
    height: 200px;
  }
  /*-- Contact Page CSS End --*/
  /*-- Service Page CSS Start --*/
  .service-title-bg {
    height: 100%;
  }
  .service-title .service-title-text {
    padding-top: 150px;
    padding-bottom: 70px;
  }
  .service-title .service-title-text h2 {
    font-size: 30px;
  }
  .main-service-area {
    padding-bottom: 0;
  }
  .main-service-area .service-item h3 {
    margin-bottom: 10px;
  }
  .main-service-area .service-item p {
    margin-bottom: 20px;
  }
  .main-service-area .service-item .default-btn {
    margin: 0 0;
  }
  .main-service-area .service-sidebar .form-group {
    margin-bottom: 10px;
  }
  .main-service-area .service-sidebar .form-group .form-control {
    margin-bottom: 0px;
  }
  .main-service-area .service-sidebar .service-list ul li {
    font-size: 14px;
    padding: 0 0 0 15px;
    margin-bottom: 5px;
  }
  .main-service-area .service-sidebar .discount-text {
    padding: 20px;
    margin-bottom: 20px;
  }
  .main-service-area .service-sidebar .discount-text h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .main-service-area .service-sidebar .discount-text .discount-shapes {
    display: none;
  }
  /*-- Service Page CSS End --*/
  /*-- Team Page CSS Start --*/
  .team-title-bg {
    height: 100%;
  }
  .team-title .team-title-text {
    padding-top: 150px;
    padding-bottom: 70px;
  }
  .team-title .team-title-text h2 {
    font-size: 30px;
  }
  .team-members {
    padding-top: 50px;
  }
  .team-members .pagination {
    margin: 0  0 30px 0;
  }
  .team-members .pagination .page-link {
    width: 35px;
    height: 35px;
    margin: 0 2px;
    line-height: 20px;
    font-size: 15px;
  }
  .mt-100 {
    margin-top: 50px;
  }
  /*-- Team Page CSS End --*/
  /*-- Service Details Page CSS Start --*/
  .service-title .service-title-text ul li {
    font-size: 14px;
  }
  .service-title .service-title-text ul li a {
    font-size: 14px;
  }
  .service-details-area .service-details-post {
    padding: 15px;
  }
  .service-details-area .service-details-post h3 {
    margin-bottom: 5px;
  }
  .service-details-area .service-details-post ul {
    margin-bottom: 20px;
  }
  .service-details-area .service-details-post ul li {
    font-size: 15px;
  }
  .service-details-area .page-button .theme-button .default-btn {
    margin: 0 0 10px;
    padding: 5px;
  }
  /*-- Service Details Page CSS End --*/
  /*-- Blog Details Page CSS End --*/
  .blog-details-area .blog-details-post {
    padding: 15px;
  }
  .blog-details-area .blog-details-post .blog-post-title h3 a {
    font-size: 16px;
  }
  .blog-details-area .blog-details-post .blog-post-title ul li {
    font-size: 13px;
  }
  .blog-details-area .page-button {
    margin-bottom: 10px;
  }
  .blog-details-area .page-button .theme-button .default-btn {
    margin: 0 0 10px;
    padding: 5px 0;
  }
  .blog-details-area .blog-bottom .share-button {
    margin: 10px 0 10px;
    text-align-last: left;
  }
  .blog-details-area .blog-bottom .share-button a i {
    font-size: 15px;
    padding-left: 5px;
  }
  .blog-details-area .blog-bottom ul li a {
    font-size: 14px;
  }
  .blog-details-area .blog-side-bar .tags {
    margin-bottom: 50px;
  }
  .blog-style-two {
    padding-bottom: 0 !important;
  }
  .blog-style-two .post-head {
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 20px;
  }
  .blog-style-two .blog-btn {
    margin-top: 0;
  }
  /*-- Blog Details Page CSS End --*/
  /*-- Price Page CSS Start --*/
  .pricing-title {
    height: 100%;
    padding-top: 100px;
    padding-bottom: 40px;
  }
  .pricing-title h2 {
    font-size: 30px;
  }
  /*-- Price Page CSS End --*/
  /*-- 404 Page CSS Start --*/
  .error-title {
    height: 100%;
    padding-top: 110px;
    padding-bottom: 50px;
  }
  .error-title h2 {
    font-size: 20px;
  }
  .error-section {
    padding-bottom: 50px;
  }
  .error-section .error-img {
    margin-bottom: 30px;
  }
  .footer-style-two {
    padding-top: 50px !important;
  }
  /*-- 404 Page CSS End --*/
  /*-- Testimonial Page CSS Start --*/
  .testimonial-title-bg {
    height: 100%;
  }
  .testimonial-title .testimonial-title-text {
    padding-top: 150px;
    padding-bottom: 70px;
  }
  .testimonial-title .testimonial-title-text h2 {
    font-size: 30px;
  }
  /*-- Testimonial Page CSS End --*/
  .blog-post-top .search-bar {
    display: none;
  }
  .why-choose-section.why-choose-bg .container-fluid {
    max-width: 690px;
    margin: auto;
  }
  .why-choose-section.why-choose-bg .container-fluid {
    max-width: 510px;
    margin: auto;
  }
  .home-style-two .home-text-two .request-call .form-control {
    margin-bottom: 20px;
  }
  .service-style-two .service-text-two {
    text-align: left;
    padding-left: 0;
  }
  .theme-button .default-btn {
    margin-right: 5px;
    margin-left: 0;
  }
  .hire-section .container-fluid .col-lg-4 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .hire-section .container-fluid .col-lg-6 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .hire-section .hire-img {
    margin-bottom: 30px;
  }
  .hire-section {
    padding-bottom: 50px;
  }
  .price-card-area .plan-features {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .footer-area .footer-widget .find-text {
    margin-bottom: 20px;
  }
  .main-service-area .service-sidebar .form-group {
    margin-bottom: 30px;
  }
  .main-service-area .service-sidebar .service-list ul li {
    font-size: 14px;
    padding: 10px 20px;
    margin-bottom: 20px;
  }
  .blog-img a {
    display: block;
  }
  .testimonial-section .slick-prev, .testimonial-section .slick-next {
    top: 100px;
    right: -15px;
  }
  .testimonial-section .slick-prev {
    left: -15px;
  }
  .contact-section {
    margin-top: 15px;
  }
  .why-us .why-us-img {
    display: none;
  }
  .why-us .why-us-text {
    padding: 50px 0;
  }
  .hire-section .col-lg-6.col-md-6.col-sm-6.p-0 {
    margin-left: -15px;
    margin-top: -15px;
  }
  .hire-section .discount-text {
    bottom: 0;
    left: 0;
  }
  .hire-section {
    padding-top: 0;
  }
  .hire-section .hire-text {
    margin-bottom: 0;
  }
  .counter-style-two {
    padding: 50px 0 20px;
  }
  .counter-style-two h2 {
    margin-bottom: 30px;
  }
  .about-style-three .about-img {
    margin-bottom: 30px;
  }
  .main-service-area .service-sidebar .discount-text {
    margin-bottom: 30px;
  }
  .service-details-area .page-button {
    margin-bottom: 30px;
  }
  .blog-post-top .pb-65 {
    padding-bottom: 30px;
  }
  .blog-details-area.blog-details-page-area {
    padding-bottom: 0;
  }
  .blog-details-area.blog-details-page-area .discount-text {
    margin-bottom: -20px;
  }
  .details-page {
    margin-top: 50px;
  }
  .recent-items {
    margin: 0;
  }
  .process-section.process-style-two.process-style-four.pb-70 {
    padding-top: 0;
  }
  .recent-img img {
    width: 100%;
  }
  .blog-section .blog-area .blog-text h4 a {
    font-size: 18px;
    line-height: 1.4;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* Custom CSS */
  .ptb-100 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  p {
    font-size: 14px !important;
  }
  .pt-100 {
    padding-top: 70px;
  }
  .pb-70 {
    padding-bottom: 40px;
  }
  .theme-button .default-btn {
    font-size: 15px;
    padding: 8px 25px;
    margin-right: 6px;
  }
  .section-head {
    margin-bottom: 30px;
  }
  .section-head h2 {
    font-size: 30px;
    margin-bottom: 5px;
  }
  .section-head h2 span {
    font-size: 30px;
  }
  
.section-head .textTitle {
  font-size: 30px;
  margin-bottom: 5px;
}

.section-head .textTitle span {
  font-size: 30px;
}
  /* Header CSS */
  .header-section .header-widget {
    /*text-align: center;*/
  }
  .header-section .header-widget ul li {
    font-size: 15px;
    margin-right: 5px;
  }
  .header-social {
    /*display: none;*/
  }
  /* Navbar CSS */
  .navbar-button {
    display: none;
  }
  .mean-container .mean-bar {
    background: #ffffff;
    -webkit-box-shadow: 0 -17px 36px 0 #00000024;
            box-shadow: 0 -17px 36px 0 #00000024;
  }
  .mean-container .logo {
    top: 5px;
  }
  .mean-container .logo img {
    height: 60px;
  }
  .mean-container a.meanmenu-reveal span {
    background: #d60011;
  }
  .mean-container a.meanmenu-reveal.meanclose {
    color: #d60011;
  }
  .mobile-nav {
    display: block;
    position: relative;
  }
  .mobile-nav .logo {
    text-decoration: none;
    position: absolute;
    top: 8px;
    z-index: 999;
    left: 15px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
  }
  .other-option{
    position: absolute;
    right: 65px;
    top: 10px;
  }
  .other-option .search-option .search-input .form-control {
    position: absolute;
    top: 61px;
    width: 277px;
    right: 0px;
    padding: 0 7px;
    box-shadow: none;
    z-index:100;
  }
  .other-option .search-option .search-input button.srch-btn{
    right: 235px;
    top:60px;
  }
  .hidden-xs {
    display: none;
  }
  .mean-container .mean-bar {
    background-color: #ffffff;
    padding: 0;
  }
  .mean-container a.meanmenu-reveal {
    padding: 23px 15px 0 0;
  }
  .mobile-nav nav .navbar-nav .nav-item a i {
    display: none;
  }
  .mobile-nav nav .navbar-nav {
    height: 300px;
    overflow-y: scroll;
  }
  .main-nav {
    display: none !important;
  }
  /* Home CSS */
  .home-slider-item {
    height: 360px;
  }
  .home-text {
    margin-top: 30px;
    max-width: 370px;
    padding:30px;
  }
  .home-text h1 {
    font-size: 30px;
    margin-bottom: 20px;
    line-height:43px;
  }
  .home-text p {
    max-width: 515px;
    margin: 0 auto  25px;
  }
  .home-slider-area.owl-carousel .owl-nav button.owl-prev,
  .home-slider-area.owl-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .home-slider-area .owl-dots {
    bottom: 35px;
  }
  .home-slider-area.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
  }
  .home-slider-area.owl-theme .owl-dots .owl-dot.active span::before,
  .home-slider-area.owl-theme .owl-dots .owl-dot:hover span::before {
    width: 16px;
    height: 16px;
    right: -3px;
    left: 0px;
    top: -3px;
  }
  /* Service CSS */
  .service-shapes {
    display: none;
  }
  .service-card i {
    font-size: 40px;
  }
  .service-card i::after {
    top: -5px;
    left: -20px;
  }
  .service-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .service-card .theme-button .default-btn {
    padding: 6px 30px;
  }
  /* Why Choose CSS */
  .why-choose-section {
    padding-top: 70px;
    height: 100%;
    padding-bottom: 50px;
  }
  .why-choose-section .section-head {
    margin: auto 0 20px;
  }
  .why-choose-section .section-head h2 {
    margin-bottom: 5px;
  }
  .why-choose-section .section-head p {
    padding-right: 0;
  }
  .why-choose-section::before {
    display: block;
    z-index: 0;
  }
  .why-choose-section .why-choose-shape {
    left: 70%;
    top: 150px;
  }
  .why-choose-section .why-choose-img {
    position: relative;
    height: 445px;
    max-width: 380px;
    margin: auto;
  }
  .why-choose-section .why-choose-accordian {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .why-choose-section .why-choose-accordian .card .card-header {
    margin: 0;
  }
  .why-choose-section .why-choose-text {
    padding-top: 30px;
  }
  .why-choose-section .why-choose-contact a {
    font-size: 14px;
    padding: 8px 35px;
  }
  /* Process CSS */
  .process-section {
    padding-top: 130px;
  }
  .process-section .process-card {
    padding: 0;
  }
  .process-section .process-card::before {
    width: 100px;
    height: 95px;
  }
  .process-section .process-card i {
    line-height: 1;
    font-size: 40px;
  }
  .process-section .process-card i::after {
    width: 120px;
    height: 120px;
    left: -43px;
    top: -38px;
  }
  .process-section .process-card h3 {
    font-size: 18px;
  }
  .process-section .process-card img {
    top: 23px;
    right: -30px;
    width: 20px;
  }
  /* Price Section CSS*/
  .price-card-area .price-head-text h4 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .price-card-area .price-head-text h2 {
    font-size: 20px;
  }
  .price-card-area .price-head-text h2 span {
    font-size: 24px;
  }
  .price-card-area .plan-features {
    padding: 30px 30px 0 30px;
  }
  .price-card-area .plan-features ul {
    text-align: center;
    margin-bottom: 30px;
    padding-left: 0;
  }
  .price-card-area .plan-features ul li {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .price-card-area .plan-btn {
    margin-top: 20px;
  }
  .price-card-area .plan-btn a {
    font-size: 14px;
    padding: 5px 20px;
  }
  /* Counter CSS */
  .counter-section {
    height: 100%;
    padding-bottom: 70px;
  }
  .counter-section .offer-text {
    text-align: center;
    margin-bottom: 30px;
  }
  .counter-section .offer-text h2 {
    max-width: 100%;
    font-size: 30px;
    margin-bottom: 14px;
  }
  .counter-section .counter-area {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .counter-section .counter-area .counter-text {
    margin-bottom: 0;
  }
  .counter-section .counter-area .counter-text h2 {
    font-size: 24px;
  }
  .counter-section .counter-area .counter-text p {
    font-size: 16px;
  }
  .counter-section .counter-shape {
    display: none;
  }
  /* Team CSS */
  .team-section {
    padding-top: 70px;
  }
  .team-section .team-card:hover .team-img .team-social {
    max-width: 220px;
  }
  .team-section .team-card:hover .team-img .team-social :last-child {
    border-right: 0;
  }
  /* Testimonial CSS */
  .testimonial-section {
    padding-bottom: 70px;
  }
  .testimonial-section .sin-testiImage.slick-current img {
    height: 115px;
  }
  .testimonial-section .testimonial-area {
    padding: 0;
  }
  /*Blog  CSS */
  .blog-section {
    padding-bottom: 75px;
  }
  .blog-section .blog-area .blog-text h4 a {
    font-size: 18px;
  }
  .blog-section .blog-area .blog-text ul li {
    font-size: 12px;
    margin-right: 10px;
  }
  .blog-section .blog-area .blog-text .blog-btn {
    font-size: 14px;
  }
  .blog-section .blog-slider {
    margin: 0;
  }
  /* Contact CSS */
  .contact-section .contact-area {
    margin-top: 0px;
    margin-bottom: 70px;
    padding: 20px;
  }
  .contact-section .contact-area .section-head {
    margin-bottom: 20px;
  }
  .contact-section .contact-area .section-head h2 {
    font-size: 18px;
  }
  .contact-section .contact-area .section-head h2 span {
    font-size: 18px;
  }
  .contact-section .contact-area::after {
    display: none;
  }
  .contact-section .contact-area .contact-img::before {
    display: none;
  }
  .contact-section .contact-area .contact-img img {
    margin-bottom: 20px;
    width: 100%;
  }
  .contact-section .contact-area .contact-form .form-group .form-control {
    height: 40px;
    padding-left: 15px;
  }
  .contact-section .contact-text {
    padding-left: 0;
  }
  /* Footer CSS */
  .footer-area {
    padding-top: 70px;
  }
  .footer-area .footer-widget {
    margin-bottom: 15px;
  }
  .footer-area .footer-widget .logo {
    margin-bottom: 10px;
  }
  .footer-area .footer-widget .logo img {
    max-width: 170px;
  }
  .footer-area .footer-widget p {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .footer-area .footer-widget .eamil {
    margin-right: 40px;
  }
  .footer-area .footer-widget .eamil input {
    height: 40px;
  }
  .footer-area .footer-widget .eamil button {
    height: 40px;
    width: 40px;
    line-height: 30px;
  }
  .footer-area .footer-widget .eamil button i {
    font-size: 25px;
  }
  .footer-area .footer-widget h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
    .footer-area .footer-widget .footerTitle{
  font-size: 18px;
    margin-bottom: 15px;
}
  .footer-area .footer-widget ul li {
    margin-bottom: 0;
  }
  .footer-area .footer-widget ul li a {
    font-size: 15px;
  }
  .footer-area .footer-widget .find-us li {
    margin-bottom: 5px;
  }
  .footer-area .footer-widget .find-us li i {
    font-size: 20px;
  }
  .footer-area .bottom-footer {
    margin-top: 20px;
    padding: 15px 0;
  }
  .footer-area .bottom-footer .footer-social {
    text-align: center;
  }
  .footer-area .bottom-footer .footer-social ul li {
    width: 25px;
    height: 25px;
    font-size: 12px;
    line-height: 25px;
    margin-right: 5px;
  }
  .footer-area .bottom-footer .footer-social ul li i {
    font-size: 14px;
  }
  .footer-area .bottom-footer .copyright-text {
    text-align: center !important;
    margin-top: 10px;
  }
  .pl-40 {
    padding-left: 0;
  }
  /*----- Home Page Two CSS Start */
  /* Home CSS */
  .home-bg {
    height: 100%;
  }
  .home-style-two .home-text-two {
    max-width: 455px;
    padding-top: 160px;
  }
  .home-style-two .home-text-two h1 {
    font-size: 35px;
  }
  .home-style-two .home-text-two .request-call {
    -webkit-box-shadow: 0 0 10px 0 #00000021;
            box-shadow: 0 0 10px 0 #00000021;
    max-width: 345px;
  }
  .home-style-two .home-shape {
    display: none;
  }
  .home-style-two .home-image img {
    top: 170px;
    max-width: 300px;
    right: 15px;
  }
  .home-style-two .home-image :nth-child(2) {
    max-width: 120px;
    right: 180px;
    top: 370px;
  }
  /* Info Shape CSS */
  .info-section {
    margin-top: 90px;
  }
  /* Service CSS */
  .service-style-two {
    padding-bottom: 70px;
  }
  .service-style-two::before {
    display: none;
  }
  .service-style-two .service-img {
    margin-bottom: 30px;
  }
  .service-style-two .service-img::before {
    display: none;
  }
  /* Hire CSS */
  .hire-section {
    padding: 70px 0 70px;
  }
  .hire-section .hire-text {
    padding-left: 20px;
  }
  .hire-section .theme-button {
    margin-bottom: 20px;
  }
  .hire-section .discount-text {
    max-width: 400px;
    padding: 30px;
    border-radius: 10px;
    margin-top: -273px;
    margin-left: 0;
  }
  .hire-section .discount-text h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  /* Counter CSS */
  .counter-shape {
    display: none;
  }
  /* Process CSS */
  .process-style-two {
    padding-top: 70px;
  }
  /* Counter CSS */
  .counter-style-two {
    padding: 63px 0 0px;
  }
  .counter-style-two h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .counter-style-two .counter-text h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .counter-style-two .counter-text h3 {
    font-size: 17px;
  }
  /* Recent CSS */
  .recent-work-section {
    padding-bottom: 100px;
  }
  .recent-work-section .recent-work-slider .recent-items {
    padding: 0 15px;
  }
  /* Price CSS */
  .price-shape::before {
    display: none;
  }
  /*----- Home Page Two CSS End -----*/
  /*----- Home Page Three CSS Start -----*/
  /* Custom CSS */
  .owl-theme .owl-nav {
    display: none;
  }
  /* Header CSS */
  .header-section {
    /*display: none;*/
  }
  /* Navbar CSS */
  .nav-style-two {
    top: 0;
  }
  .nav-style-two .other-option {
    display: none;
  }
  /* Home CSS */
  .home-style-three {
    padding-top: 150px;
    padding-bottom: 100px;
  }
  .home-style-three .home-image {
    padding: 20px;
  }
  .home-style-three .home-image::before {
    width: 100px;
    height: 100px;
    left: -50px;
    bottom: -50px;
  }
  .home-style-three .home-image img {
    width: 100%;
  }
  .home-three-shapes {
    display: none;
  }
  .home-text-three {
    text-align: center;
    margin-bottom: 30px;
  }
  .home-text-three h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .home-text-three p {
    margin-right: 0;
    margin-bottom: 20px;
  }
  /* About CSS */
  .about-style-two {
    padding-bottom: 70px;
  }
  .about-style-two .section-head {
    margin: 0 0 20px;
  }
  .about-style-two .section-head h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .about-style-two .about-image {
    margin-bottom: 60px;
  }
  .about-style-two .about-image::before {
    display: none;
  }
  .about-style-two .about-image img {
    width: 100%;
  }
  .about-style-two .about-image .counter-section {
    right: 0;
  }
  .about-style-two .about-text p {
    padding-right: 0;
  }
  .about-style-two .about-text ul li {
    font-size: 15px;
    width: 162px;
  }
  /* Why Us CSS */
  .why-us {
    padding-top: 0;
  }
  .why-us .why-us-img {
    margin-bottom: 30px;
    padding: 10px;
  }
  .why-us .why-us-text .section-head {
    margin-bottom: 25px;
  }
  .why-us .why-us-text .media i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 18px;
  }
  .why-us .why-us-text .media .media-body p {
    padding-right: 85px;
  }
  /* Process CSS */
  .process-style-three {
    padding-top: 70px;
  }
  .process-style-three .process-shapes {
    display: none;
  }
  /*----- Home Page Three CSS End */
  /*----- About Page CSS Start */
  .about-title-bg {
    height: 100%;
  }
  .about-title .about-title-text {
    padding-top: 150px;
    padding-bottom: 70px;
  }
  .about-title .about-title-text h2 {
    font-size: 30px;
  }
  .about-img {
    margin-bottom: 30px;
  }
  .about-img::before {
    display: none;
  }
  /*----- About Page CSS End */
  /*----- Blog Page CSS Start */
  .blog-title-bg {
    height: 100%;
  }
  .blog-title .blog-title-text {
    padding-top: 150px;
    padding-bottom: 70px;
  }
  .blog-post-top h2 {
    font-size: 25px;
  }
  .main-blog-post .blog-area .blog-text h4 a {
    font-size: 17px;
  }
  .main-blog-post .blog-area .blog-text .blog-btn {
    font-size: 14px;
  }
  .main-blog-post .pagination {
    margin: 0  0 30px 0;
  }
  .main-blog-post .pagination .page-link {
    width: 35px;
    height: 35px;
    margin: 0 2px;
    line-height: 20px;
    font-size: 15px;
  }
  .main-blog-post .blog-area .blog-img img {
    width: 100%;
  }
  /*----- Blog Page CSS End -----*/
  /*----- Contact Page CSS Start -----*/
  .contact-title-bg {
    height: 100%;
  }
  .contact-title .contact-title-text {
    padding-top: 150px;
    padding-bottom: 70px;
  }
  .contact-style-two {
    padding-bottom: 0;
  }
  .contact-info {
    margin-bottom: 70px;
  }
  .contact-info .contact-card-area {
    padding-top: 65px;
    padding-bottom: 10px;
  }
  .contact-info .contact-card-area .contact-shapes :nth-child(1) {
    width: 130px;
  }
  .contact-info .contact-card-area .contact-shapes :nth-child(2) {
    width: 130px;
  }
  .contact-info .contact-card-area .contact-card {
    margin-bottom: 35px;
  }
  .contact-info .contact-card-area .contact-card i {
    margin-bottom: 25px;
    font-size: 20px;
  }
  .contact-info .contact-card-area .contact-card i::after {
    width: 45px;
    height: 45px;
    top: -12px;
    left: -12px;
  }
  .contact-info .contact-card-area .contact-card h6 {
    margin-bottom: 0;
  }
  .map {
    height: 400px;
  }
  .map iframe {
    height: 400px;
  }
  /*----- Contact Page CSS End ------*/
  /*----- Service Page CSS Start ------*/
  .service-title-bg {
    height: 100%;
  }
  .service-title .service-title-text {
    padding-top: 150px;
    padding-bottom: 70px;
  }
  .main-service-area .service-sidebar .discount-text {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 30px;
  }
  /*----- Service Page CSS End ------*/
  /*----- Team Page CSS Start ------*/
  .mt-100 {
    margin-top: 70px;
  }
  /*----- Team Page CSS End ------*/
  /*----- Service Details Page CSS Start ------*/
  .page-button .theme-button .default-btn {
    margin-bottom: 10px;
  }
  .service-details-area {
    padding-bottom: 40px;
  }
  /*----- Service Details Page CSS End ------*/
  /*----- Blog Details Page CSS Start ------*/
  .blog-details-area .page-button {
    margin-bottom: 10px;
  }
  .blog-details-area .blog-bottom {
    margin-bottom: 10px;
  }
  .blog-details-area .blog-side-bar .service-list ul li {
    font-size: 15px;
    padding: 5px 0 5px 15px;
  }
  .blog-details-area .blog-side-bar .tags {
    margin-bottom: 30px;
  }
  .blog-style-two {
    padding-bottom: 70px;
  }
  .blog-style-two .post-head {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  /*----- Blog Details Page CSS End ------*/
  /*----- 404 Page CSS Start ------*/
  .error-title {
    height: 100%;
    padding-top: 110px;
    padding-bottom: 50px;
  }
  .error-title h2 {
    font-size: 30px;
  }
  .error-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .error-section .error-img {
    margin-bottom: 50px;
  }
  /*----- 404 Page CSS End ------*/
  /*----- Testimonial Page CSS Start ------*/
  .testimonial-title-bg {
    height: 100%;
  }
  .testimonial-title .testimonial-title-text {
    padding-top: 150px;
    padding-bottom: 70px;
  }
  /*----- Testimonial Page CSS End ------*/
  .blog-post-top .search-bar {
    display: none;
  }
  .why-choose-section.why-choose-bg .container-fluid {
    max-width: 690px;
    margin: auto;
  }
  .info-section .info-area .info-text {
    margin-bottom: 30px;
  }
  .hire-section {
    padding-bottom: 70px;
  }
  .hire-section .container-fluid {
    max-width: 690px;
  }
  .hire-section .hire-text {
    padding-left: 0;
    margin-bottom: 30px;
  }
  .hire-section .discount-text {
    margin: 50px auto 0;
  }
  .why-us.pt-100 .container-fluid {
    max-width: 720px;
  }
  .why-us .why-us-text {
    padding-left: 0;
    padding-right: 0;
  }
  .about-style-two.about-style-three .container-fluid {
    max-width: 690px;
  }
  .about-style-three .about-text {
    padding-left: 0;
  }
  .blog-img a {
    display: block;
  }
  .why-us .why-us-img {
    display: none;
  }
  .team-section {
    padding-top: 0;
  }
  .blog-section {
    padding-bottom: 100px;
  }
  .why-us .container-fluid {
    max-width: 720px;
  }
  .hire-section .discount-text {
    bottom: 273px;
    left: 0;
  }
  .hire-section {
    padding: 0;
    padding-bottom: 70px;
  }
  .hire-section .container-fluid {
    max-width: 635px;
    margin: auto;
  }
  .hire-section .hire-text.ptb-100 {
    padding-bottom: 0;
  }
  .recent-work-section {
    padding-bottom: 70px;
  }
  .counter-section.pt-100 {
    margin-bottom: 70px;
  }
  .main-service-area.single-service-page {
    padding-bottom: 0;
  }
  .main-service-area.single-service-page .discount-text {
    margin-bottom: 0;
  }
  .service-details-area .page-button {
    margin-bottom: 30px;
  }
  .service-details-area.main-service-area.pt-100.services-details-page {
    padding-bottom: 0;
  }
  .service-details-area.main-service-area.pt-100.services-details-page .discount-text {
    margin-bottom: 0;
  }
  .blog-section.blog-style-two.blog-details-area.blog-left-sidebar.pt-100.blog-right-sidebar-area {
    padding-bottom: 40px;
  }
  .blog-section.blog-style-two {
    padding-bottom: 70px !important;
  }
  .process-section.process-style-two.process-style-four.pb-70 {
    padding-top: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* Custom CSS */
  .section-head h2 {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .section-head h2 span {
    font-size: 35px;
  }
    .section-head .textTitle {
  font-size: 35px;
  margin-bottom: 10px;
}

.section-head .textTitle span {
  font-size: 35px;
}
  p {
    font-size: 15px !important;
  }
  .theme-button .default-btn {
    padding: 10px 30px;
  }
  /* Navbar CSS*/
  .navbar-area .main-nav .navbar .navbar-brand img {
    max-width: 120px;
    margin: 0;
  }
  /* Header CSS */
  .header-section .header-widget ul li {
    font-size: 12px;
  }
  /* Navbar CSS */
  .navbar-area .main-nav .navbar .navbar-brand {
    width: 100px;
    padding-top: 0;
    padding-bottom: 10px;
  }
  .navbar-area .main-nav .navbar .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }
  .mobile-nav {
    display: none;
    position: relative;
  }
  .mobile-nav .logo {
    display: none;
  }
  .mean-container .mean-bar {
    background-color: #000;
    padding: 0;
  }
  .mean-container a.meanmenu-reveal {
    padding: 15px 15px 0 0;
  }
  .mobile-nav nav .navbar-nav .nav-item a i {
    display: none;
  }
  .main-nav {
    display: block !important;
  }
  /* Home CSS */
  .home-slider-item {
    height: 400px;
  }
  .home-text {
    margin-top: 30px;
    margin-bottom: 100px;
    max-width: 680px;
  }
  .home-text h1 {
    font-size: 30px;
    margin-bottom: 20px;
    line-height:70px;
  }
  .home-text p {
    max-width: 515px;
    margin: 0 auto  25px;
  }
  .home-slider-area.owl-carousel .owl-nav button.owl-prev,
  .home-slider-area.owl-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .home-slider-area .owl-dots {
    bottom: 35px;
  }
  .home-slider-area.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
  }
  .home-slider-area.owl-theme .owl-dots .owl-dot.active span::before,
  .home-slider-area.owl-theme .owl-dots .owl-dot:hover span::before {
    width: 16px;
    height: 16px;
    right: -3px;
    left: 0px;
    top: -3px;
  }
  /* Service CSS */
  .service-section {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .service-shapes {
    display: none;
  }
  .service-card {
    padding: 15px 10px;
  }
  .service-card i {
    font-size: 40px;
  }
  .service-card i::after {
    top: -5px;
    left: -20px;
  }
  .service-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .service-card .theme-button .default-btn {
    padding: 6px 30px;
  }
  /* Process Section Start */
  .process-section {
    padding-top: 150px;
    padding-bottom: 40px;
  }
  /* Process Section Start */
  /* Testimonial Section Start */
  .testimonial-section {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  /* Testimonial Section End */
  /* Price CSS Start */
  .pricing-section {
    padding-bottom: 40px;
  }
  /* Price CSS End */
  /* Why Choose CSS*/
  .why-choose-section {
    padding-top: 70px;
    height: 100%;
    padding-bottom: 50px;
  }
  .why-choose-section .section-head {
    margin: auto 0 20px;
  }
  .why-choose-section .section-head p {
    padding-right: 0;
  }
  .why-choose-section::before {
    display: block;
    z-index: 0;
  }
  .why-choose-section .why-choose-shape {
    display: none;
  }
  .why-choose-section .why-choose-img {
    position: absolute;
    height: 530px;
    max-width: 450px;
    margin: auto;
    left: 55px;
  }
  .why-choose-section .why-choose-accordian {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .why-choose-section .why-choose-text {
    padding-top: 0;
  }
  .why-choose-section .why-choose-contact a {
    font-size: 14px;
    padding: 8px 35px;
  }
  /* Price CSS */
  .price-card-area .plan-features {
    padding: 30px;
  }
  .price-card-area .plan-features ul {
    padding-left: 0px;
  }
  .price-card-area .price-shape::before {
    display: none;
  }
  /* Counter CSS */
  .counter-section {
    height: 100%;
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .counter-section .counter-area {
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .counter-section .counter-area .counter-text {
    margin-bottom: 30px;
  }
  .counter-section .counter-area .counter-text h2 {
    font-size: 35px;
  }
  .counter-section .counter-area .counter-text h3 {
    font-size: 20px;
  }
  .counter-section .offer-text h2 {
    font-size: 30px;
  }
  /* Team CSS */
  .team-section {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  /*Blog  CSS */
  .blog-section {
    padding-top: 70px !important;
    padding-bottom: 75px;
  }
  .blog-section .blog-area .blog-text h4 {
    line-height: 1;
  }
  .blog-section .blog-area .blog-text h4 a {
    font-size: 16px;
  }
  .blog-section .blog-area .blog-text ul {
    line-height: 1;
  }
  .blog-section .blog-area .blog-text ul li {
    font-size: 12px;
    margin-right: 10px;
  }
  .blog-section .blog-area .blog-text p {
    font-size: 14px !important;
  }
  .blog-section .blog-area .blog-text .blog-btn {
    font-size: 14px;
  }
  .blog-section .blog-slider {
    margin: 0;
  }
  /* Footer CSS */
  .footer-area .pl-40 {
    padding-left: 15px;
  }
  .footer-area .footer-widget ul li a {
    font-size: 14px;
  }
  .footer-area .footer-widget .find-text {
    margin-bottom: 0;
  }
  .footer-area .footer-widget .find-us li {
    font-size: 14px;
  }
  /*----- Home Two CSS Start -----*/
  /* Home CSS Start */
  .home-style-two .home-image img {
    top: 150px;
    right: 35px;
  }
  .home-style-two .home-image :nth-child(2) {
    top: 350px;
    right: 280px;
  }
  .home-style-two .home-text-two {
    max-width: 630px;
    padding-top: 160px;
  }
  .home-style-two .home-text-two h1 {
    font-size: 55px;
  }
  .home-bg {
    height: 900px;
  }
  /* Info Section CSS */
  .info-section .info-area .info-text h6 {
    font-size: 15px;
  }
  .info-section .info-area .info-text p {
    font-size: 14px !important;
  }
  /* Hire CSS */
  .hire-section .discount-text {
    max-width: 410px;
    margin-left: -50px;
    margin-top: -280px;
  }
  .hire-section .discount-text h2 {
    font-size: 30px;
  }
  .hire-section .hire-text ul li {
    font-size: 13px;
  }
  /* Services CSS */
  .service-style-two::before {
    height: 210px;
    width: 100px;
  }
  .service-style-two .service-slider-wrapper .owl-next, .service-style-two .service-slider-wrapper .owl-prev {
    display: none;
  }
  /* Process CSS */
  .process-style-two {
    padding-top: 70px !important;
  }
  /* Recent Work CSS */
  .recent-work-section {
    padding-top: 70px;
  }
  /* Price CSS */
  .price-shape::before {
    display: none;
  }
  /* Team CSS */
  .team-style-two {
    padding-top: 0;
  }
  .team-style-two::before {
    top: -50px;
  }
  /*----- Home Two CSS End -----*/
  /*----- Home Three CSS Start -----*/
  /* Home CSS */
  .home-style-three .home-text-three h1 {
    font-size: 52px;
  }
  /* About CSS */
  .about-style-two {
    padding-top: 70px;
  }
  .about-style-two .about-image::before {
    display: none;
  }
  .about-style-two .about-image .counter-section .counter-area {
    bottom: 110px;
  }
  /* Service CSS */
  .service-slider.owl-carousel .owl-nav button.owl-next,
  .service-slider.owl-carousel .owl-nav button.owl-prev {
    display: none;
  }
  /* Why Choose CSS */
  .why-us .why-us-text {
    padding-left: 25px;
    padding-right: 0;
  }
  .why-us .why-us-text .section-head {
    margin: 0 0 20px;
  }
  .why-us .why-us-text .section-head h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .why-us .why-us-text .media i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 18px;
  }
  .why-us .why-us-text .media .media-body h3 {
    font-size: 18px;
    margin-bottom: 0;
  }
  .why-us .why-us-text .media .media-body p {
    padding-right: 0;
  }
  /* Work Process */
  .process-style-three {
    padding-top: 70px;
  }
  .process-style-three .process-shapes {
    display: none;
  }
  /* Recent Works CSS */
  .recent-project-section {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .recent-project-section .recent-project-slider .recent-project-item .project-text h3 {
    font-size: 18px;
  }
  .recent-project-section .recent-project-slider .owl-prev {
    width: 40px;
    height: 40px;
    line-height: 30px !important;
  }
  .recent-project-section .recent-project-slider .owl-prev:hover {
    background: #031888 !important;
    color: #ffffff !important;
  }
  .recent-project-section .recent-project-slider .owl-next {
    width: 40px;
    height: 40px;
    line-height: 30px !important;
  }
  .recent-project-section .recent-project-slider .owl-next:hover {
    background: #031888 !important;
    color: #ffffff !important;
  }
  .recent-project-section .recent-project-slider:hover .owl-prev {
    left: 130px;
    opacity: 1;
  }
  .recent-project-section .recent-project-slider:hover .owl-next {
    right: 130px;
    opacity: 1;
  }
  /* Team CSS */
  .team-style-five {
    padding-top: 0;
  }
  /*----- Home Three CSS End -----*/
  /*----- About Page CSS Start -----*/
  .about-title-bg {
    height: 100%;
  }
  .about-title .about-title-text {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .about-style-three .section-head {
    margin: 0 auto 15px 0 !important;
  }
  .about-style-three .section-head h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .about-style-three .about-text ul {
    margin-bottom: 10px;
  }
  .about-style-three .about-text ul li {
    width: 210px;
    font-size: 14px;
  }
  .about-style-three .theme-button .default-btn {
    padding: 8px 25px;
  }
  /* Process CSS Start */
  .about-process {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  /* Process CSS End */
  /* Team CSS Start */
  .team-style-three {
    padding-top: 0px;
  }
  /* Team CSS End */
  /*----- About Page CSS End -----*/
  /*----- Blog Page CSS Start -----*/
  .blog-title-bg {
    height: 100%;
  }
  .blog-title .blog-title-text {
    padding-top: 150px;
    padding-bottom: 70px;
  }
  .main-blog-post .blog-area .blog-text h4 a {
    font-size: 17px;
  }
  .main-blog-post .blog-area .blog-text p {
    font-size: 15px;
  }
  .main-blog-post .blog-area .blog-text .blog-btn {
    font-size: 16px;
  }
  /*----- Blog Page CSS End -----*/
  /*----- Contact Page CSS Start -----*/
  .map {
    height: 500px;
  }
  .map iframe {
    height: 500px;
  }
  /*----- Contact Page CSS End -----*/
  /*----- Service Page CSS Start -----*/
  .service-title-bg {
    height: 100%;
  }
  .service-title .service-title-text {
    padding-top: 150px;
    padding-bottom: 70px;
  }
  .main-service-area .service-sidebar .discount-text {
    padding: 90px 0 90px;
  }
  .main-service-area .service-sidebar .discount-text h1 {
    font-size: 25px;
  }
  /*----- Service Page CSS End -----*/
  /*----- Team Page CSS Start -----*/
  .team-members {
    padding-top: 70px;
  }
  /*----- Team Page CSS End -----*/
  /*----- Blog Details Page CSS Start -----*/
  .blog-style-two .post-head {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  /*----- Blog Details Page CSS End -----*/
  .why-choose-section .why-choose-img {
    bottom: 160px;
  }
  .testimonial-section {
    padding-bottom: 70px;
  }
  .home-text {
    margin-top: 70px;
  }
  .about-style-two {
    padding-bottom: 100px;
  }
  .service-style-three.pt-100.pb-70 {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .ptb-100 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .blog-section {
    padding-bottom: 100px;
  }
  .hire-section .container-fluid {
    max-width: 960px;
  }
  .home-style-two .home-text-two {
    padding-top: 145px;
  }
  .service-style-two .service-text-two {
    padding-left: 0;
  }
  .blog-section.blog-style-two.blog-details-area.blog-left-sidebar.pt-100.blog-right-sidebar-area {
    padding-bottom: 30px;
  }
  .process-section.process-style-two.process-style-four.pb-70 {
    padding-top: 0 !important;
  }
}

@media (min-width: 1799px) {
  /* Home CSS */
  .home-section h1 {
    font-size: 70px;
  }
  .home-section .home-slider-area .owl-dots {
    bottom: 60px;
  }
  .home-slider-area.owl-carousel .owl-nav button.owl-prev,
  .home-slider-area.owl-carousel .owl-nav button.owl-next {
    top: 40%;
    left: 130px;
  }
  .home-slider-area.owl-carousel .owl-nav button.owl-next {
    right: 130px;
    left: inherit;
  }
  /*About CSS */
  .about-style-three .about-text ul li {
    width: 290px;
  }
  /* Why Choose CSS */
  .why-choose-text .section-head {
    margin: 0 0;
  }
  .why-choose-img {
    max-width: 690px;
    left: 150px;
  }
  .why-choose-accordian {
    margin-right: 220px;
  }
  /* Service CSS */
  .service-section .service-shapes :nth-child(4) {
    left: 10%;
    top: 35%;
  }
  .service-section .service-shapes :nth-child(6) {
    top: 66%;
    left: 10%;
  }
  .service-section .service-shapes :nth-child(8) {
    bottom: 1%;
    left: 15%;
  }
  .service-section .service-shapes :nth-child(7) {
    right: 10%;
    top: 50%;
  }
  .service-section .service-shapes :nth-child(10) {
    bottom: 10%;
    right: 14%;
  }
  /*----- Home Page Two CSS Start -----*/
  .home-style-two .home-image img {
    right: 250px;
    width: 500px;
  }
  .home-style-two .home-image :nth-child(2) {
    right: 570px;
    width: 250px;
  }
  /*----- Home Page Two CSS End -----*/
  /*----- Home Page Three CSS Start -----*/
  /* Home CSS */
  .home-text-three {
    max-width: 980px;
    padding-left: 225px;
  }
  .home-text-three h1 {
    font-size: 75px;
  }
  /* About CSS */
  .about-style-two {
    padding-bottom: 120px;
  }
  .about-style-two .about-image::before {
    width: 190px;
    height: 190px;
    left: -190px;
    bottom: -100px;
  }
  .about-style-two .about-image .counter-section {
    left: -100px;
    bottom: -120px;
    height: auto;
  }
  .about-style-two .about-image .counter-section .counter-area {
    height: 100%;
    width: 570px;
    padding-top: 75px;
    padding-bottom: 0;
  }
  .about-style-two .about-image .counter-section .counter-area .counter-text {
    margin-bottom: 55px;
  }
  .about-style-two .about-image .counter-section .counter-area .counter-text h1 {
    font-size: 40px;
  }
  .about-style-two .about-image .counter-section .counter-area .counter-text h3 {
    font-size: 20px;
  }
  /* Why Choose */
  .why-us .why-us-text {
    /*max-width: 600px;*/
  }
  /* Recent Project */
  .recent-project-slider .owl-prev {
    left: 270px;
  }
  .recent-project-slider .owl-next {
    right: 270px;
  }
  .recent-project-slider:hover .owl-prev {
    left: 290px;
    opacity: 1;
  }
  .recent-project-slider:hover .owl-next {
    right: 290px;
    opacity: 1;
  }
  /*----- Home Page Three CSS End -----*/
}
@media (min-width: 1600px) and (max-width: 1920px) {
    .home-slider-item {
        height:500px;
    }
}
/*# sourceMappingURL=responsive.css.map */

@media print {
   .dont-print{
      display: none;
   }
   .navbar-area
    {
      border-bottom: 1px solid #ddd;
      width: 100%;
    }
    .mobile-nav .logo
    {
      position:unset;
    }
}
.chat-btn a{
  width: 50px;
  height: 50px;
  color: #ffffff;
  background: #d60011;
  text-align: center;
  border-radius: 5px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
  font-size: 30px;
  line-height: 55px;
  z-index: 999;
  -webkit-transition: .5s;
  transition: .5s;
}

.chat-btn a::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0;
  background: #000;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 5px;
  -webkit-transition: .5s;
  transition: .5s;
}

.chat-btn a:hover::before {
  height: 100%;
}

.chat-btn a:hover {
  color: #ffffff;
}