
@import url("https://fonts.googleapis.com/css2?family=Muli:wght@300;400;500;600;700;800;900&display=swap");

.white-bg {
  background: #ffffff;
}

/* line 36,    */
.gray-bg {
  background: #F5F9FB;
}

/*-------------Color include--------------*/
/*-- Background color---
.gray-bg {
  background: #f7f7fd;

.white-bg {
  background: #ffffff;

.black-bg {
  background: #16161a;

.theme-bg {
  background: #FF3514;

.brand-bg {
  background: #f1f4fa;

.testimonial-bg {
  background: #f9fafc;
}

/*--- color------
.white-color {
  color: #ffffff;

.black-color {
  color: #16161a;

.theme-color {
  color: #FF3514;
}

/
.boxed-btn {
  background: #fff;
  color: #FF3514 !important;
  display: inline-block;
  padding: 18px 44px;
  font-family: "Muli", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 1px solid #FF3514;
  letter-spacing: 3px;
  text-align: center;
  color: #FF3514;
  text-transform: uppercase;
  cursor: pointer;
}

/
.boxed-btn:hover {
  background: #FF3514;
  color: #fff !important;
  border: 1px solid #FF3514;
}

/
.boxed-btn:focus {
  outline: none;
}

/
.boxed-btn.large-width {
  width: 220px;
}

/*--
    - Overlay
------------------------------------------*
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
  opacity: 0.1;
}

[data-opacity="2"]::before {
  opacity: 0.2;
}

[data-opacity="3"]::before {
  opacity: 0.3;
}

[data-opacity="4"]::before {
  opacity: 0.4;
}

[data-opacity="5"]::before {
  opacity: 0.5;
}

[data-opacity="6"]::before {
  opacity: 0.6;
}

[data-opacity="7"]::before {
  opacity: 0.7;
}

[data-opacity="8"]::before {
  opacity: 0.8;
}

[data-opacity="9"]::before {
  opacity: 0.9;
}


body {
  font-family: "Muli", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Muli", sans-serif;
  color: #072366;
  margin-top: 0px;
  font-style: normal;
  font-weight: 500;
  text-transform: normal;
}

/* line 24,      */
p {
  font-family: "Muli", sans-serif;
  color: #10285d;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: normal;
}

.bg-img-1 {
  background-image: url(../img/slider/slider-img-1.jpg);
}

.bg-img-2 {
  background-image: url(../img/background-img/bg-img-2.jpg);
}

.cta-bg-1 {
  background-image: url(../img/background-img/bg-img-3.jpg);
}

.img {
  max-width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

a,
.button {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a {
  color: #635c5c;
}

a:hover {
  color: #fff;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  text-decoration: none;
}

a,
button {
  color: #fff;
  outline: medium none;
}

button:focus, input:focus, input:focus, textarea, textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}


.capitalize {
  text-transform: capitalize;
}

/* line 105,      */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

/* line 114,      */
ul {
  margin: 0px;
  padding: 0px;
}

/* line 118,      */
li {
  list-style: none;
}

/* line 122,      */
hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

/* Theme-overlay */
/* line 130,      */
.theme-overlay {
  position: relative;
}

/* line 133,      */
.theme-overlay::before {
  background: #1696e7 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 143,      */
.overlay2 {
  position: relative;
  z-index: 0;
}

/* line 147,      */
.overlay2::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* line 157,      */
.overlay2 {
  position: relative;
  z-index: 0;
}

/* line 161,      */
.overlay2::before {
  position: absolute;
  content: "";
  background-color: #2E2200;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
}

/* line 174,      */
.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

/* line 178,      */
.separator {
  border-top: 1px solid #f2f2f2;
}

/* line 182,      */
.mb-90 {
  margin-bottom: 90px;
}

@media (max-width: 767px) {
  /* line 182,      */
  .mb-90 {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 182,      */
  .mb-90 {
    margin-bottom: 45px;
  }
}

/* owl-carousel button style */
/* line 194,      */
.owl-carousel .owl-nav div {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  height: 40px;
  left: 20px;
  line-height: 40px;
  font-size: 22px;
  color: #646464;
  opacity: 1;
  visibility: visible;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 40px;
}

/* line 213,      */
.owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: -30px;
}

/* line 216,      */
.owl-carousel .owl-nav div.owl-next i {
  position: relative;
  right: 0;
  top: 1px;
}

/* line 223,      */
.owl-carousel .owl-nav div.owl-prev i {
  position: relative;
  right: 1px;
  top: 0px;
}

/* line 233,      */
.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

/* line 236,      */
.owl-carousel:hover .owl-nav div:hover {
  color: #fff;
  background: #ff3500;
}

/* line 246,      */
.btn {
  border: none;
  padding: 10px 65px 10px 31px;
  text-transform: capitalize;
  border-radius: 0px;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  background-size: 200%;
  transition: 0.6s;
  background-image: linear-gradient(to left, #FF3514, #d62d12, #FF3514);
  background-position: right;
}

/* line 260,      */
.btn i {
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  position: relative;
  left: 26px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/* line 269,      */
.btn:hover i {
  left: 30px;
}

/* line 275,      */
.btn:hover {
  background-position: left;
}

/* line 279,      */
.btn2 {
  padding: 15px 65px 20px 31px;
  text-transform: capitalize;
  border-radius: 0px;
  cursor: pointer;
  color: #FF3514;
  display: inline-block;
  font-size: 16px;
  border: 1px solid #FF3514;
  background: none;
}

/* line 290,      */
.btn2 i {
  color: #FF3514;
  font-size: 13px;
  font-weight: 500;
  position: relative;
  left: 26px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/* line 299,      */
.btn2:hover i {
  left: 30px;
}

/* line 305,      */
.btn2:hover {
  color: #FF3514;
}

/* line 311,      */
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}

/* line 316,      */
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}

/* line 320,      */
.about-btn {
  padding: 18px 43px;
}

/* line 325,      */
.header-btn {
  padding: 18px 43px;
}

/* line 328,      */
.hero-btn {
  padding: 17px 65px 17px 31px;
}

/* line 332,      */
.white-btn {
  padding: 30px 39px;
  background: #fff;
  color: #072366 !important;
}

/* line 336,      */
.white-btn::before {
  background: #FF3514;
  color: #fff !important;
}

/* line 341,      */
.black-btn {
  padding: 14px 35px;
  background: #000;
  display: inline-block;
}

/* line 345,      */
.black-btn::before {
  background: #331391;
}

/* line 349,      */
.borders-btn {
  padding: 14px 35px;
  background: none;
  border: 1px solid #ff2656;
  border-radius: 0 10px;
  display: inline-block;
  color: #ff2656;
}

/* line 356,      */
.borders-btn::before {
  background: #331391;
}

/* line 362,      */
.cal-btn i {
  color: #09cc7f !important;
  font-size: 31px;
  font-weight: 300;
  margin-right: 10px;
}

/* line 368,      */
.cal-btn > p {
  color: #072366 !important;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  margin: 0 !important;
  position: relative;
  top: -7px;
}

/* line 380,      */
.submit-btn2 {
  background: #FF3514;
  width: 100%;
  height: 60px;
  padding: 10px 20px;
  border: 0;
  color: #fff;
  text-transform: capitalize;
  cursor: pointer;
  font-size: 16px;
  border-radius: 0px;
}

/* line 393,      */
.border-btn {
  border: 1px solid #ff5600;
  color: #464d65;
  background: none;
  border-radius: 5px;
  text-transform: capitalize;
  padding: 19px 47px;
  -moz-user-select: none;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 0;
  position: relative;
  transition: color 0.4s linear;
  position: relative;
  overflow: hidden;
  margin: 0;
}

@media (max-width: 575px) {
  /* line 393,      */
  .border-btn {
    display: none;
  }
}

/* line 417,      */
.border-btn::before {
  border: 1px solid transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: #FF3514;
  z-index: -1;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transform: scaleY(0);
  border-radius: 0;
}

/* line 436,      */
.border-btn:hover::before {
  transform: scaleY(1);
  border: 1px solid transparent;
}

/* line 442,      */
.section-over1 {
  position: relative;
  z-index: 1;
}

/* line 445,      */
.section-over1::before {
  position: absolute;
  content: "";
  background-color: rgba(6, 7, 6, 0.6);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat;
}

/* button style */
/* line 462,      */
.breadcrumb > .active {
  color: #888;
}

/* scrollUp */
/* line 466,      */
#scrollUp, #back-top {
  background: #FF3514;
  height: 50px;
  width: 50px;
  right: 31px;
  bottom: 18px;
  position: fixed;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  border: 2px solid transparent;
  box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2);
}

@media (max-width: 575px) {
  /* line 466,      */
  #scrollUp, #back-top {
    right: 16px;
  }
}

/* line 483,      */
#scrollUp a i, #back-top a i {
  display: block;
  line-height: 50px;
}

/* line 490,      */
#scrollUp:hover {
  color: #fff;
}

/* Sticky*/
/* line 495,      */
.sticky-bar {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  z-index: 9999;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  background: #fff;
}

/* Sticky end */
/*--- Margin & Padding --*/
/*-- Margin Top --*/
/* line 520,      */
.mt-5 {
  margin-top: 5px;
}

/* line 520,      */
.mt-10 {
  margin-top: 10px;
}

/* line 520,      */
.mt-15 {
  margin-top: 15px;
}

/* line 520,      */
.mt-20 {
  margin-top: 20px;
}

/* line 520,      */
.mt-25 {
  margin-top: 25px;
}

/* line 520,      */
.mt-30 {
  margin-top: 30px;
}

/* line 520,      */
.mt-35 {
  margin-top: 35px;
}

/* line 520,      */
.mt-40 {
  margin-top: 40px;
}

/* line 520,      */
.mt-45 {
  margin-top: 45px;
}

/* line 520,      */
.mt-50 {
  margin-top: 50px;
}

/* line 520,      */
.mt-55 {
  margin-top: 55px;
}

/* line 520,      */
.mt-60 {
  margin-top: 60px;
}

/* line 520,      */
.mt-65 {
  margin-top: 65px;
}

/* line 520,      */
.mt-70 {
  margin-top: 70px;
}

/* line 520,      */
.mt-75 {
  margin-top: 75px;
}

/* line 520,      */
.mt-80 {
  margin-top: 80px;
}

/* line 520,      */
.mt-85 {
  margin-top: 85px;
}

/* line 520,      */
.mt-90 {
  margin-top: 90px;
}

/* line 520,      */
.mt-95 {
  margin-top: 95px;
}

/* line 520,      */
.mt-100 {
  margin-top: 100px;
}

/* line 520,      */
.mt-105 {
  margin-top: 105px;
}

/* line 520,      */
.mt-110 {
  margin-top: 110px;
}

/* line 520,      */
.mt-115 {
  margin-top: 115px;
}

/* line 520,      */
.mt-120 {
  margin-top: 120px;
}

/* line 520,      */
.mt-125 {
  margin-top: 125px;
}

/* line 520,      */
.mt-130 {
  margin-top: 130px;
}

/* line 520,      */
.mt-135 {
  margin-top: 135px;
}

/* line 520,      */
.mt-140 {
  margin-top: 140px;
}

/* line 520,      */
.mt-145 {
  margin-top: 145px;
}

/* line 520,      */
.mt-150 {
  margin-top: 150px;
}

/* line 520,      */
.mt-155 {
  margin-top: 155px;
}

/* line 520,      */
.mt-160 {
  margin-top: 160px;
}

/* line 520,      */
.mt-165 {
  margin-top: 165px;
}

/* line 520,      */
.mt-170 {
  margin-top: 170px;
}

/* line 520,      */
.mt-175 {
  margin-top: 175px;
}

/* line 520,      */
.mt-180 {
  margin-top: 180px;
}

/* line 520,      */
.mt-185 {
  margin-top: 185px;
}

/* line 520,      */
.mt-190 {
  margin-top: 190px;
}

/* line 520,      */
.mt-195 {
  margin-top: 195px;
}

/* line 520,      */
.mt-200 {
  margin-top: 200px;
}

/*-- Margin Bottom --*/
/* line 525,      */
.mb-5 {
  margin-bottom: 5px;
}

/* line 525,      */
.mb-10 {
  margin-bottom: 10px;
}

/* line 525,      */
.mb-15 {
  margin-bottom: 15px;
}

/* line 525,      */
.mb-20 {
  margin-bottom: 20px;
}

/* line 525,      */
.mb-25 {
  margin-bottom: 25px;
}

/* line 525,      */
.mb-30 {
  margin-bottom: 30px;
}

/* line 525,      */
.mb-35 {
  margin-bottom: 35px;
}

/* line 525,      */
.mb-40 {
  margin-bottom: 40px;
}

/* line 525,      */
.mb-45 {
  margin-bottom: 45px;
}

/* line 525,      */
.mb-50 {
  margin-bottom: 50px;
}

/* line 525,      */
.mb-55 {
  margin-bottom: 55px;
}

/* line 525,      */
.mb-60 {
  margin-bottom: 60px;
}

/* line 525,      */
.mb-65 {
  margin-bottom: 65px;
}

/* line 525,      */
.mb-70 {
  margin-bottom: 70px;
}

/* line 525,      */
.mb-75 {
  margin-bottom: 75px;
}

/* line 525,      */
.mb-80 {
  margin-bottom: 80px;
}

/* line 525,      */
.mb-85 {
  margin-bottom: 85px;
}

/* line 525,      */
.mb-90 {
  margin-bottom: 90px;
}

/* line 525,      */
.mb-95 {
  margin-bottom: 95px;
}

/* line 525,      */
.mb-100 {
  margin-bottom: 100px;
}

/* line 525,      */
.mb-105 {
  margin-bottom: 105px;
}

/* line 525,      */
.mb-110 {
  margin-bottom: 110px;
}

/* line 525,      */
.mb-115 {
  margin-bottom: 115px;
}

/* line 525,      */
.mb-120 {
  margin-bottom: 120px;
}

/* line 525,      */
.mb-125 {
  margin-bottom: 125px;
}

/* line 525,      */
.mb-130 {
  margin-bottom: 130px;
}

/* line 525,      */
.mb-135 {
  margin-bottom: 135px;
}

/* line 525,      */
.mb-140 {
  margin-bottom: 140px;
}

/* line 525,      */
.mb-145 {
  margin-bottom: 145px;
}

/* line 525,      */
.mb-150 {
  margin-bottom: 150px;
}

/* line 525,      */
.mb-155 {
  margin-bottom: 155px;
}

/* line 525,      */
.mb-160 {
  margin-bottom: 160px;
}

/* line 525,      */
.mb-165 {
  margin-bottom: 165px;
}

/* line 525,      */
.mb-170 {
  margin-bottom: 170px;
}

/* line 525,      */
.mb-175 {
  margin-bottom: 175px;
}

/* line 525,      */
.mb-180 {
  margin-bottom: 180px;
}

/* line 525,      */
.mb-185 {
  margin-bottom: 185px;
}

/* line 525,      */
.mb-190 {
  margin-bottom: 190px;
}

/* line 525,      */
.mb-195 {
  margin-bottom: 195px;
}

/* line 525,      */
.mb-200 {
  margin-bottom: 200px;
}

/*-- Margin Left --*/
/* line 529,      */
.ml-5 {
  margin-left: 5px;
}

/* line 529,      */
.ml-10 {
  margin-left: 10px;
}

/* line 529,      */
.ml-15 {
  margin-left: 15px;
}

/* line 529,      */
.ml-20 {
  margin-left: 20px;
}

/* line 529,      */
.ml-25 {
  margin-left: 25px;
}

/* line 529,      */
.ml-30 {
  margin-left: 30px;
}

/* line 529,      */
.ml-35 {
  margin-left: 35px;
}

/* line 529,      */
.ml-40 {
  margin-left: 40px;
}

/* line 529,      */
.ml-45 {
  margin-left: 45px;
}

/* line 529,      */
.ml-50 {
  margin-left: 50px;
}

/* line 529,      */
.ml-55 {
  margin-left: 55px;
}

/* line 529,      */
.ml-60 {
  margin-left: 60px;
}

/* line 529,      */
.ml-65 {
  margin-left: 65px;
}

/* line 529,      */
.ml-70 {
  margin-left: 70px;
}

/* line 529,      */
.ml-75 {
  margin-left: 75px;
}

/* line 529,      */
.ml-80 {
  margin-left: 80px;
}

/* line 529,      */
.ml-85 {
  margin-left: 85px;
}

/* line 529,      */
.ml-90 {
  margin-left: 90px;
}

/* line 529,      */
.ml-95 {
  margin-left: 95px;
}

/* line 529,      */
.ml-100 {
  margin-left: 100px;
}

/* line 529,      */
.ml-105 {
  margin-left: 105px;
}

/* line 529,      */
.ml-110 {
  margin-left: 110px;
}

/* line 529,      */
.ml-115 {
  margin-left: 115px;
}

/* line 529,      */
.ml-120 {
  margin-left: 120px;
}

/* line 529,      */
.ml-125 {
  margin-left: 125px;
}

/* line 529,      */
.ml-130 {
  margin-left: 130px;
}

/* line 529,      */
.ml-135 {
  margin-left: 135px;
}

/* line 529,      */
.ml-140 {
  margin-left: 140px;
}

/* line 529,      */
.ml-145 {
  margin-left: 145px;
}

/* line 529,      */
.ml-150 {
  margin-left: 150px;
}

/* line 529,      */
.ml-155 {
  margin-left: 155px;
}

/* line 529,      */
.ml-160 {
  margin-left: 160px;
}

/* line 529,      */
.ml-165 {
  margin-left: 165px;
}

/* line 529,      */
.ml-170 {
  margin-left: 170px;
}

/* line 529,      */
.ml-175 {
  margin-left: 175px;
}

/* line 529,      */
.ml-180 {
  margin-left: 180px;
}

/* line 529,      */
.ml-185 {
  margin-left: 185px;
}

/* line 529,      */
.ml-190 {
  margin-left: 190px;
}

/* line 529,      */
.ml-195 {
  margin-left: 195px;
}

/* line 529,      */
.ml-200 {
  margin-left: 200px;
}

/*-- Margin Right --*/
/* line 534,      */
.mr-5 {
  margin-right: 5px;
}

/* line 534,      */
.mr-10 {
  margin-right: 10px;
}

/* line 534,      */
.mr-15 {
  margin-right: 15px;
}

/* line 534,      */
.mr-20 {
  margin-right: 20px;
}

/* line 534,      */
.mr-25 {
  margin-right: 25px;
}

/* line 534,      */
.mr-30 {
  margin-right: 30px;
}

/* line 534,      */
.mr-35 {
  margin-right: 35px;
}

/* line 534,      */
.mr-40 {
  margin-right: 40px;
}

/* line 534,      */
.mr-45 {
  margin-right: 45px;
}

/* line 534,      */
.mr-50 {
  margin-right: 50px;
}

/* line 534,      */
.mr-55 {
  margin-right: 55px;
}

/* line 534,      */
.mr-60 {
  margin-right: 60px;
}

/* line 534,      */
.mr-65 {
  margin-right: 65px;
}

/* line 534,      */
.mr-70 {
  margin-right: 70px;
}

/* line 534,      */
.mr-75 {
  margin-right: 75px;
}

/* line 534,      */
.mr-80 {
  margin-right: 80px;
}

/* line 534,      */
.mr-85 {
  margin-right: 85px;
}

/* line 534,      */
.mr-90 {
  margin-right: 90px;
}

/* line 534,      */
.mr-95 {
  margin-right: 95px;
}

/* line 534,      */
.mr-100 {
  margin-right: 100px;
}

/* line 534,      */
.mr-105 {
  margin-right: 105px;
}

/* line 534,      */
.mr-110 {
  margin-right: 110px;
}

/* line 534,      */
.mr-115 {
  margin-right: 115px;
}

/* line 534,      */
.mr-120 {
  margin-right: 120px;
}

/* line 534,      */
.mr-125 {
  margin-right: 125px;
}

/* line 534,      */
.mr-130 {
  margin-right: 130px;
}

/* line 534,      */
.mr-135 {
  margin-right: 135px;
}

/* line 534,      */
.mr-140 {
  margin-right: 140px;
}

/* line 534,      */
.mr-145 {
  margin-right: 145px;
}

/* line 534,      */
.mr-150 {
  margin-right: 150px;
}

/* line 534,      */
.mr-155 {
  margin-right: 155px;
}

/* line 534,      */
.mr-160 {
  margin-right: 160px;
}

/* line 534,      */
.mr-165 {
  margin-right: 165px;
}

/* line 534,      */
.mr-170 {
  margin-right: 170px;
}

/* line 534,      */
.mr-175 {
  margin-right: 175px;
}

/* line 534,      */
.mr-180 {
  margin-right: 180px;
}

/* line 534,      */
.mr-185 {
  margin-right: 185px;
}

/* line 534,      */
.mr-190 {
  margin-right: 190px;
}

/* line 534,      */
.mr-195 {
  margin-right: 195px;
}

/* line 534,      */
.mr-200 {
  margin-right: 200px;
}

/*-- Padding Top --*/
/* line 539,      */
.pt-5 {
  padding-top: 5px;
}

/* line 539,      */
.pt-10 {
  padding-top: 10px;
}

/* line 539,      */
.pt-15 {
  padding-top: 15px;
}

/* line 539,      */
.pt-20 {
  padding-top: 20px;
}

/* line 539,      */
.pt-25 {
  padding-top: 25px;
}

/* line 539,      */
.pt-30 {
  padding-top: 30px;
}

/* line 539,      */
.pt-35 {
  padding-top: 35px;
}

/* line 539,      */
.pt-40 {
  padding-top: 40px;
}

/* line 539,      */
.pt-45 {
  padding-top: 45px;
}

/* line 539,      */
.pt-50 {
  padding-top: 50px;
}

/* line 539,      */
.pt-55 {
  padding-top: 55px;
}

/* line 539,      */
.pt-60 {
  padding-top: 60px;
}

/* line 539,      */
.pt-65 {
  padding-top: 65px;
}

/* line 539,      */
.pt-70 {
  padding-top: 70px;
}

/* line 539,      */
.pt-75 {
  padding-top: 75px;
}

/* line 539,      */
.pt-80 {
  padding-top: 80px;
}

/* line 539,      */
.pt-85 {
  padding-top: 85px;
}

/* line 539,      */
.pt-90 {
  padding-top: 90px;
}

/* line 539,      */
.pt-95 {
  padding-top: 95px;
}

/* line 539,      */
.pt-100 {
  padding-top: 100px;
}

/* line 539,      */
.pt-105 {
  padding-top: 105px;
}

/* line 539,      */
.pt-110 {
  padding-top: 110px;
}

/* line 539,      */
.pt-115 {
  padding-top: 115px;
}

/* line 539,      */
.pt-120 {
  padding-top: 120px;
}

/* line 539,      */
.pt-125 {
  padding-top: 125px;
}

/* line 539,      */
.pt-130 {
  padding-top: 130px;
}

/* line 539,      */
.pt-135 {
  padding-top: 135px;
}

/* line 539,      */
.pt-140 {
  padding-top: 140px;
}

/* line 539,      */
.pt-145 {
  padding-top: 145px;
}

/* line 539,      */
.pt-150 {
  padding-top: 150px;
}

/* line 539,      */
.pt-155 {
  padding-top: 155px;
}

/* line 539,      */
.pt-160 {
  padding-top: 160px;
}

/* line 539,      */
.pt-165 {
  padding-top: 165px;
}

/* line 539,      */
.pt-170 {
  padding-top: 170px;
}

/* line 539,      */
.pt-175 {
  padding-top: 175px;
}

/* line 539,      */
.pt-180 {
  padding-top: 180px;
}

/* line 539,      */
.pt-185 {
  padding-top: 185px;
}

/* line 539,      */
.pt-190 {
  padding-top: 190px;
}

/* line 539,      */
.pt-195 {
  padding-top: 195px;
}

/* line 539,      */
.pt-200 {
  padding-top: 200px;
}

/* line 541,      */
.pt-260 {
  padding-top: 260px;
}

/*-- Padding Bottom --*/
/* line 546,      */
.pb-5 {
  padding-bottom: 5px;
}

/* line 546,      */
.pb-10 {
  padding-bottom: 10px;
}

/* line 546,      */
.pb-15 {
  padding-bottom: 15px;
}

/* line 546,      */
.pb-20 {
  padding-bottom: 20px;
}

/* line 546,      */
.pb-25 {
  padding-bottom: 25px;
}

/* line 546,      */
.pb-30 {
  padding-bottom: 30px;
}

/* line 546,      */
.pb-35 {
  padding-bottom: 35px;
}

/* line 546,      */
.pb-40 {
  padding-bottom: 40px;
}

/* line 546,      */
.pb-45 {
  padding-bottom: 45px;
}

/* line 546,      */
.pb-50 {
  padding-bottom: 50px;
}

/* line 546,      */
.pb-55 {
  padding-bottom: 55px;
}

/* line 546,      */
.pb-60 {
  padding-bottom: 60px;
}

/* line 546,      */
.pb-65 {
  padding-bottom: 65px;
}

/* line 546,      */
.pb-70 {
  padding-bottom: 70px;
}

/* line 546,      */
.pb-75 {
  padding-bottom: 75px;
}

/* line 546,      */
.pb-80 {
  padding-bottom: 80px;
}

/* line 546,      */
.pb-85 {
  padding-bottom: 85px;
}

/* line 546,      */
.pb-90 {
  padding-bottom: 90px;
}

/* line 546,      */
.pb-95 {
  padding-bottom: 95px;
}

/* line 546,      */
.pb-100 {
  padding-bottom: 100px;
}

/* line 546,      */
.pb-105 {
  padding-bottom: 105px;
}

/* line 546,      */
.pb-110 {
  padding-bottom: 110px;
}

/* line 546,      */
.pb-115 {
  padding-bottom: 115px;
}

/* line 546,      */
.pb-120 {
  padding-bottom: 120px;
}

/* line 546,      */
.pb-125 {
  padding-bottom: 125px;
}

/* line 546,      */
.pb-130 {
  padding-bottom: 130px;
}

/* line 546,      */
.pb-135 {
  padding-bottom: 135px;
}

/* line 546,      */
.pb-140 {
  padding-bottom: 140px;
}

/* line 546,      */
.pb-145 {
  padding-bottom: 145px;
}

/* line 546,      */
.pb-150 {
  padding-bottom: 150px;
}

/* line 546,      */
.pb-155 {
  padding-bottom: 155px;
}

/* line 546,      */
.pb-160 {
  padding-bottom: 160px;
}

/* line 546,      */
.pb-165 {
  padding-bottom: 165px;
}

/* line 546,      */
.pb-170 {
  padding-bottom: 170px;
}

/* line 546,      */
.pb-175 {
  padding-bottom: 175px;
}

/* line 546,      */
.pb-180 {
  padding-bottom: 180px;
}

/* line 546,      */
.pb-185 {
  padding-bottom: 185px;
}

/* line 546,      */
.pb-190 {
  padding-bottom: 190px;
}

/* line 546,      */
.pb-195 {
  padding-bottom: 195px;
}

/* line 546,      */
.pb-200 {
  padding-bottom: 200px;
}

/*-- Padding Left --*/
/* line 551,      */
.pl-5 {
  padding-left: 5px;
}

/* line 551,      */
.pl-10 {
  padding-left: 10px;
}

/* line 551,      */
.pl-15 {
  padding-left: 15px;
}

/* line 551,      */
.pl-20 {
  padding-left: 20px;
}

/* line 551,      */
.pl-25 {
  padding-left: 25px;
}

/* line 551,      */
.pl-30 {
  padding-left: 30px;
}

/* line 551,      */
.pl-35 {
  padding-left: 35px;
}

/* line 551,      */
.pl-40 {
  padding-left: 40px;
}

/* line 551,      */
.pl-45 {
  padding-left: 45px;
}

/* line 551,      */
.pl-50 {
  padding-left: 50px;
}

/* line 551,      */
.pl-55 {
  padding-left: 55px;
}

/* line 551,      */
.pl-60 {
  padding-left: 60px;
}

/* line 551,      */
.pl-65 {
  padding-left: 65px;
}

/* line 551,      */
.pl-70 {
  padding-left: 70px;
}

/* line 551,      */
.pl-75 {
  padding-left: 75px;
}

/* line 551,      */
.pl-80 {
  padding-left: 80px;
}

/* line 551,      */
.pl-85 {
  padding-left: 85px;
}

/* line 551,      */
.pl-90 {
  padding-left: 90px;
}

/* line 551,      */
.pl-95 {
  padding-left: 95px;
}

/* line 551,      */
.pl-100 {
  padding-left: 100px;
}

/* line 551,      */
.pl-105 {
  padding-left: 105px;
}

/* line 551,      */
.pl-110 {
  padding-left: 110px;
}

/* line 551,      */
.pl-115 {
  padding-left: 115px;
}

/* line 551,      */
.pl-120 {
  padding-left: 120px;
}

/* line 551,      */
.pl-125 {
  padding-left: 125px;
}

/* line 551,      */
.pl-130 {
  padding-left: 130px;
}

/* line 551,      */
.pl-135 {
  padding-left: 135px;
}

/* line 551,      */
.pl-140 {
  padding-left: 140px;
}

/* line 551,      */
.pl-145 {
  padding-left: 145px;
}

/* line 551,      */
.pl-150 {
  padding-left: 150px;
}

/* line 551,      */
.pl-155 {
  padding-left: 155px;
}

/* line 551,      */
.pl-160 {
  padding-left: 160px;
}

/* line 551,      */
.pl-165 {
  padding-left: 165px;
}

/* line 551,      */
.pl-170 {
  padding-left: 170px;
}

/* line 551,      */
.pl-175 {
  padding-left: 175px;
}

/* line 551,      */
.pl-180 {
  padding-left: 180px;
}

/* line 551,      */
.pl-185 {
  padding-left: 185px;
}

/* line 551,      */
.pl-190 {
  padding-left: 190px;
}

/* line 551,      */
.pl-195 {
  padding-left: 195px;
}

/* line 551,      */
.pl-200 {
  padding-left: 200px;
}

/*-- Padding Right --*/
/* line 556,      */
.pr-5 {
  padding-right: 5px;
}

/* line 556,      */
.pr-10 {
  padding-right: 10px;
}

/* line 556,      */
.pr-15 {
  padding-right: 15px;
}

/* line 556,      */
.pr-20 {
  padding-right: 20px;
}

/* line 556,      */
.pr-25 {
  padding-right: 25px;
}

/* line 556,      */
.pr-30 {
  padding-right: 30px;
}

/* line 556,      */
.pr-35 {
  padding-right: 35px;
}

/* line 556,      */
.pr-40 {
  padding-right: 40px;
}

/* line 556,      */
.pr-45 {
  padding-right: 45px;
}

/* line 556,      */
.pr-50 {
  padding-right: 50px;
}

/* line 556,      */
.pr-55 {
  padding-right: 55px;
}

/* line 556,      */
.pr-60 {
  padding-right: 60px;
}

/* line 556,      */
.pr-65 {
  padding-right: 65px;
}

/* line 556,      */
.pr-70 {
  padding-right: 70px;
}

/* line 556,      */
.pr-75 {
  padding-right: 75px;
}

/* line 556,      */
.pr-80 {
  padding-right: 80px;
}

/* line 556,      */
.pr-85 {
  padding-right: 85px;
}

/* line 556,      */
.pr-90 {
  padding-right: 90px;
}

/* line 556,      */
.pr-95 {
  padding-right: 95px;
}

/* line 556,      */
.pr-100 {
  padding-right: 100px;
}

/* line 556,      */
.pr-105 {
  padding-right: 105px;
}

/* line 556,      */
.pr-110 {
  padding-right: 110px;
}

/* line 556,      */
.pr-115 {
  padding-right: 115px;
}

/* line 556,      */
.pr-120 {
  padding-right: 120px;
}

/* line 556,      */
.pr-125 {
  padding-right: 125px;
}

/* line 556,      */
.pr-130 {
  padding-right: 130px;
}

/* line 556,      */
.pr-135 {
  padding-right: 135px;
}

/* line 556,      */
.pr-140 {
  padding-right: 140px;
}

/* line 556,      */
.pr-145 {
  padding-right: 145px;
}

/* line 556,      */
.pr-150 {
  padding-right: 150px;
}

/* line 556,      */
.pr-155 {
  padding-right: 155px;
}

/* line 556,      */
.pr-160 {
  padding-right: 160px;
}

/* line 556,      */
.pr-165 {
  padding-right: 165px;
}

/* line 556,      */
.pr-170 {
  padding-right: 170px;
}

/* line 556,      */
.pr-175 {
  padding-right: 175px;
}

/* line 556,      */
.pr-180 {
  padding-right: 180px;
}

/* line 556,      */
.pr-185 {
  padding-right: 185px;
}

/* line 556,      */
.pr-190 {
  padding-right: 190px;
}

/* line 556,      */
.pr-195 {
  padding-right: 195px;
}

/* line 556,      */
.pr-200 {
  padding-right: 200px;
}

/*-- Some Animated CSS -- */
/* bounce-animate */
/* line 567,      */
.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  /* animation-timing-function: linear; */
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

/* heartbeat */
/* line 597,      */
.heartbeat {
  animation: heartbeat 1s infinite alternate;
}

@-webkit-keyframes heartbeat {
  to {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
}

/* rotateme */
/* line 609,      */
.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

/* 20. preloader */
/* line 641,      */
.preloader {
  background-color: #f7f7f7;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  margin: 0 auto;
}

/* line 657,      */
.preloader .preloader-circle {
  width: 100px;
  height: 100px;
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-top-color: #FF3514;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  z-index: 10;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
  box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
  background-color: #fff;
  -webkit-animation: zoom 2000ms infinite ease;
  animation: zoom 2000ms infinite ease;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}

/* line 679,      */
.preloader .preloader-circle2 {
  border-top-color: #0078ff;
}

/* line 682,      */
.preloader .preloader-img {
  position: absolute;
  top: 50%;
  z-index: 200;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 6px;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}

/* line 700,      */
.preloader .preloader-img img {
  max-width: 55px;
}

/* line 703,      */
.preloader .pere-text strong {
  font-weight: 800;
  color: #dca73a;
  text-transform: uppercase;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
  }
}

/* line 743,      */
.slick-initialized .slick-slide {
  outline: 0;
}

/*-- Section Padding -- */
/* line 749,      */
.section-padding2 {
  padding-top: 200px;
  padding-bottom: 200px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 749,      */
  .section-padding2 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 749,      */
  .section-padding2 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 749,      */
  .section-padding2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 749,      */
  .section-padding2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 575px) {
  /* line 749,      */
  .section-padding2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

/* line 774,      */
.pb-bottom {
  padding-bottom: 130px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 774,      */
  .pb-bottom {
    padding-bottom: 110px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 774,      */
  .pb-bottom {
    padding-bottom: 10px;
  }
}

@media (max-width: 575px) {
  /* line 774,      */
  .pb-bottom {
    padding-bottom: 10px;
  }
}

/* line 786,      */
.pb-top {
  padding-top: 130px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 786,      */
  .pb-top {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 786,      */
  .pb-top {
    padding-top: 70px;
  }
}

@media (max-width: 575px) {
  /* line 786,      */
  .pb-top {
    padding-top: 70px;
  }
}

/* line 798,      */
.w-padding2 {
  padding: 60px 30px;
}

@media (max-width: 575px) {
  /* line 798,      */
  .w-padding2 {
    padding: 70px 20px;
  }
}

/* line 804,      */
.w-padding3 {
  padding: 34px 0;
}

/* line 807,      */
.testimonial-padding {
  padding-top: 190px;
  padding-bottom: 170px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 807,      */
  .testimonial-padding {
    padding-top: 190px;
    padding-bottom: 170px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 807,      */
  .testimonial-padding {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 807,      */
  .testimonial-padding {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

@media (max-width: 575px) {
  /* line 807,      */
  .testimonial-padding {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

/* line 827,      */
.w-padding {
  padding-top: 100px;
  padding-bottom: 95px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 827,      */
  .w-padding {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 575px) {
  /* line 827,      */
  .w-padding {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

/* line 839,      */
.section-padding30 {
  padding-top: 22px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 839,      */
  .section-padding30 {
    padding-top: 150px;
    padding-bottom: 140px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 839,      */
  .section-padding30 {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 839,      */
  .section-padding30 {
    padding-top: 65px;
    padding-bottom: 70px;
  }
}

@media (max-width: 575px) {
  /* line 839,      */
  .section-padding30 {
    padding-top: 30px;
    padding-bottom: 0px;
  }
}

/* line 859,      */
.section-padding40 {
  padding-top: 130px;
  padding-bottom: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 859,      */
  .section-padding40 {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 859,      */
  .section-padding40 {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

@media (max-width: 575px) {
  /* line 859,      */
  .section-padding40 {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

/* line 875,      */
.services-padding {
  padding-top: 145px;
  padding-bottom: 170px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 875,      */
  .services-padding {
    padding-top: 145px;
    padding-bottom: 170px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 875,      */
  .services-padding {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 875,      */
  .services-padding {
    padding-top: 65px;
    padding-bottom: 70px;
  }
}

@media (max-width: 575px) {
  /* line 875,      */
  .services-padding {
    padding-top: 65px;
    padding-bottom: 70px;
  }
}

/* line 895,      */
.section-paddingt30 {
  padding-top: 195px;
  padding-bottom: 90px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 895,      */
  .section-paddingt30 {
    padding-top: 150px;
    padding-bottom: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 895,      */
  .section-paddingt30 {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 895,      */
  .section-paddingt30 {
    padding-top: 65px;
    padding-bottom: 10px;
  }
}

@media (max-width: 575px) {
  /* line 895,      */
  .section-paddingt30 {
    padding-top: 65px;
    padding-bottom: 10px;
  }
}

/* line 917,      */
.section-padding3 {
  padding-top: 150px;
  padding-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 917,      */
  .section-padding3 {
    padding-top: 150px;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 917,      */
  .section-padding3 {
    padding-top: 60px;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 917,      */
  .section-padding3 {
    padding-top: 60px;
    padding-bottom: 0;
  }
}

@media (max-width: 575px) {
  /* line 917,      */
  .section-padding3 {
    padding-top: 60px;
    padding-bottom: 0;
  }
}

/* line 938,      */
.footer-padding {
  padding-top: 160px;
  padding-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 938,      */
  .footer-padding {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 938,      */
  .footer-padding {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}

@media (max-width: 575px) {
  /* line 938,      */
  .footer-padding {
    padding-top: 80px;
    padding-bottom: 0px;
  }
}

@media (max-width: 575px) {
  /* line 958,      */
  .section-tittle {
    margin-bottom: 50px;
    text-align: left !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 958,      */
  .section-tittle {
    margin-bottom: 50px;
  }
}

/* line 966,      */
.section-tittle p {
  color: #7a8290;
}

/* line 969,      */
.section-tittle span {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 22px;
  color: #FF3514;
  text-transform: capitalize;
  display: inline-block;
  color: #fff;
}

@media (max-width: 575px) {
  /* line 969,      */
  .section-tittle span {
    font-size: 14px;
    text-align: left;
  }
}

/* line 984,      */
.section-tittle h2 {
  font-size: 40px;
  display: block;
  color: #072366;
  font-weight: 800;
  text-transform: normal;
  line-height: 1.4;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 984,      */
  .section-tittle h2 {
    font-size: 36px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 984,      */
  .section-tittle h2 {
    font-size: 31px;
  }
}

@media (max-width: 575px) {
  /* line 984,      */
  .section-tittle h2 {
    text-align: left;
    font-size: 23px;
  }
}

/* line 1007,      */
.section-tittle2 h2 {
  font-size: 30px;
}

@media (max-width: 575px) {
  /* line 1007,      */
  .section-tittle2 h2 {
    font-size: 23px;
  }
}

/* line 1016,      */
.element {
  background-color: #FF3514;
  color: white;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-animation: skew 3s infinite;
  animation: skew 3s infinite;
  animation-direction: normal;
  -webkit-transform: skew(20deg);
  transform: skew(20deg);
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  padding: 5px 17px;
}

@-webkit-keyframes skew {
  0% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }
  100% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
  }
}

@keyframes skew {
  0% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }
  100% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
  }
}

/* line 1053,      */
.section-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

/* line 1059,      */
.section-bg2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 1065,      */
.all-btn {
  color: #FF3514;
  text-decoration: underline;
  font-size: 16px;
}

/* line 1069,      */
.all-btn:hover {
  color: #FF3514;
  text-decoration: underline;
  letter-spacing: 1px;
}

/*-------------   Color Variable  --------------*/
/* line 33,    */
.white-bg {
  background: #ffffff;
}

/* line 36,    */
.gray-bg {
  background: #F5F9FB;
}

/*-------------Color include--------------*/
/*-- Background color---*/
/* line 60,    */
.gray-bg {
  background: #f7f7fd;
}

/* line 63,    */
.white-bg {
  background: #ffffff;
}

/* line 66,    */
.black-bg {
  background: #16161a;
}

/* line 69,    */
.theme-bg {
  background: #FF3514;
}

/* line 72,    */
.brand-bg {
  background: #f1f4fa;
}

/* line 75,    */
.testimonial-bg {
  background: #f9fafc;
}

/*--- color------*/
/* line 81,    */
.white-color {
  color: #ffffff;
}

/* line 84,    */
.black-color {
  color: #16161a;
}

/* line 87,    */
.theme-color {
  color: #FF3514;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 3,   */
  .header-area .header-bottom {
    padding: 17px 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 3,   */
  .header-area .header-bottom {
    padding: 17px 0px;
  }
}

@media (max-width: 575px) {
  /* line 3,   */
  .header-area .header-bottom {
    padding: 17px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 19,   */
  .header-area {
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 19,   */
  .header-area {
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  }
}

@media (max-width: 575px) {
  /* line 19,   */
  .header-area {
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  }
}

/* line 30,   */
.header-area .header-top {
  background: #140C40;
  padding: 0px 0px;
}

/* line 36,   */
.header-area .header-top .header-info-left ul li {
  color: #fff;
  display: inline-block;
  margin-right: 30px;
  font-size: 15px;
  font-weight: 100;
  font-family: "Muli", sans-serif;
  text-transform: normal;
}

/* line 44,   */
.header-area .header-top .header-info-left ul li:last-child {
  margin-right: 0px;
}

/* line 47,   */
.header-area .header-top .header-info-left ul li i {
  margin-right: 8px;
}

/* line 59,   */
.main-header {
  position: relative;
  z-index: 3;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 62,   */
  .main-header .main-menu {
    margin-right: 30px;
  }
}

/* line 67,   */
.main-header .main-menu ul li {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin: 0 22px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 67,   */
  .main-header .main-menu ul li {
    margin: 0 13px;
  }
}

/* line 75,   */
.main-header .main-menu ul li a {
  color: #0d2d3e;
  font-weight: 600;
  padding: 33px 2px;
  display: block;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-transform: capitalize;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 75,   */
  .main-header .main-menu ul li a {
    padding: 39px 0px;
  }
}

/* line 89,   */
.main-header .main-menu ul li:hover > a {
  color: #FF3514;
}

/* line 94,   */
.main-header .main-menu ul li:last-child a {
  padding-right: 0;
}

/* line 99,   */
.main-header .main-menu ul li.active {
  position: relative;
}

/* line 101,   */
.main-header .main-menu ul li.active::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #f04e3c;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}

/* line 114,   */
.main-header .main-menu ul ul.submenu {
  position: absolute;
  width: 170px;
  background: #140C40;
  left: 0;
  top: 90%;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  padding: 17px 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 126,   */
.main-header .main-menu ul ul.submenu > li {
  margin-left: 7px;
  display: block;
}

/* line 129,   */
.main-header .main-menu ul ul.submenu > li > a {
  padding: 6px 10px !important;
  font-size: 15px;
  color: #fdfdfd;
}

/* line 133,   */
.main-header .main-menu ul ul.submenu > li > a:hover {
  background: none;
  padding-left: 13px !important;
}

/* line 147,   */
.main-header .search span {
  color: #000000;
  font-size: 16px;
  cursor: pointer;
  padding: 31px 19px;
  float: right;
}

/* line 157,   */
.main-header ul > li:hover > ul.submenu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

/* line 163,   */
.header-transparent {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9;
}

/* line 177,   */
.header-area .header-top .header-info-right .header-social a i {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
}

/* line 186,   */
.header-area .header-top .header-info-right .header-social a:hover i {
  color: #ff2143;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}

/* line 204,   */
.header-area .header-sticky.sticky-bar {
  background: #fff;
}

/* line 209,   */
.header-area .header-sticky.sticky-bar .main-menu nav > ul > li > a {
  padding: 33px 2px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 204,   */
  .header-area .header-sticky.sticky-bar {
    padding: 15px 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 204,   */
  .header-area .header-sticky.sticky-bar {
    padding: 15px 0px;
  }
}

@media (max-width: 575px) {
  /* line 204,   */
  .header-area .header-sticky.sticky-bar {
    padding: 15px 0px;
  }
}

/* line 232,   */
.mobile_menu {
  position: absolute;
  right: 0px;
  width: 100%;
  z-index: 99;
}

/* line 237,   */
.mobile_menu .slicknav_menu {
  background: transparent;
  margin-top: 0px !important;
}

/* line 240,   */
.mobile_menu .slicknav_menu .slicknav_btn {
  top: -32px;
}

/* line 243,   */
.mobile_menu .slicknav_menu .slicknav_btn .slicknav_icon-bar {
  background-color: #FF3514 !important;
}

/* line 247,   */
.mobile_menu .slicknav_menu .slicknav_nav {
  margin-top: 9px !important;
}

/* line 250,   */
.mobile_menu .slicknav_menu .slicknav_nav a:hover {
  background: transparent;
  color: #FF3514;
}

/* line 254,   */
.mobile_menu .slicknav_menu .slicknav_nav a {
  font-size: 15px;
  padding: 7px 10px;
}

/* line 259,   */
.mobile_menu .slicknav_menu .slicknav_nav .slicknav_item a {
  padding: 0 !important;
}

/* line 269,   */
.search-model-box {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  z-index: 99999;
}

/* line 278,   */
.search-model-box .search-model-form {
  padding: 0 15px;
}

/* line 280,   */
.search-model-box .search-model-form input {
  width: 500px;
  font-size: 40px;
  border: none;
  border-bottom: 2px solid #333;
  background: none;
  color: #999;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 280,   */
  .search-model-box .search-model-form input {
    width: 251px;
    font-size: 26px;
  }
}

@media (max-width: 575px) {
  /* line 280,   */
  .search-model-box .search-model-form input {
    width: 251px;
    font-size: 26px;
  }
}

/* line 297,   */
.search-model-box .search-close-btn {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #333;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 28px;
  line-height: 28px;
  top: 30px;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 1,    */
.slider-height {
  height: 765px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 1,    */
  .slider-height {
    height: 765px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 1,    */
  .slider-height {
    height: 500px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 1,    */
  .slider-height {
    height: 500px;
  }
}

@media (max-width: 575px) {
  /* line 1,    */
  .slider-height {
    height: 500px;
  }
}

/* line 18,    */
.slider-height2 {
  height: 400px;
  background-size: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 18,    */
  .slider-height2 {
    height: 350px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 18,    */
  .slider-height2 {
    height: 260px;
  }
}

@media (max-width: 575px) {
  /* line 18,    */
  .slider-height2 {
    height: 260px;
  }
}

/* line 37,    */
.slider-area {
  margin-top: -1px;
  background-image: url(../img/hero/h1_hero.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
}

/* line 44,    */
.slider-area .hero__caption {
  overflow: hidden;
}

/* line 58,    */
.slider-area .hero__caption span {
  font-family: "Muli", sans-serif;
  font-weight: 800;
  display: block;
}

/* line 63,    */
.slider-area .hero__caption h1 {
  font-size: 70px;
  font-weight: 700;
  margin-bottom: 14px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 29px;
  text-transform: capitalize;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 63,    */
  .slider-area .hero__caption h1 {
    font-size: 70px;
    line-height: 1.2;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 63,    */
  .slider-area .hero__caption h1 {
    font-size: 50px;
    line-height: 1.2;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 63,    */
  .slider-area .hero__caption h1 {
    font-size: 35px;
    line-height: 1.4;
  }
}

@media (max-width: 575px) {
  /* line 63,    */
  .slider-area .hero__caption h1 {
    font-size: 29px;
    line-height: 1.5;
  }
}

/* line 88,    */
.slider-area .hero__caption p {
  font-size: 27px;
  color: #fff;
  font-family: "Muli", sans-serif;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 88,    */
  .slider-area .hero__caption p {
    padding-right: 13px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 88,    */
  .slider-area .hero__caption p {
    padding-right: 0px;
  }
}

@media (max-width: 575px) {
  /* line 88,    */
  .slider-area .hero__caption p {
    padding-right: 0px;
    font-size: 15px;
  }
}

/* line 106,    */
.slider-area .video-icon {
  position: absolute;
  right: 160px;
  top: 50%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 106,    */
  .slider-area .video-icon {
    right: 48px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 106,    */
  .slider-area .video-icon {
    right: 63px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 106,    */
  .slider-area .video-icon {
    right: 82px;
  }
}

@media (max-width: 575px) {
  /* line 106,    */
  .slider-area .video-icon {
    right: 27px;
    bottom: 27px !important;
    top: unset;
  }
}

/* line 124,    */
.slider-area .video-icon a {
  background: #fff;
  color: #ff1313;
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
}

/* line 133,    */
.slider-area .video-icon a::after {
  position: absolute;
  border: 51px solid rgba(255, 255, 255, 0.2);
  content: "";
  border-radius: 50%;
  left: -20px;
  top: -21px;
  right: 0;
  z-index: 0;
  background: #0000;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 124,    */
  .slider-area .video-icon a {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

@media (max-width: 575px) {
  /* line 124,    */
  .slider-area .video-icon a {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

/* line 154,    */
.slider-area .video-icon a i {
  font-size: 20px;
  font-size: 20px;
  line-height: 1;
  position: relative;
  right: -2px;
  top: 2px;
}

/* line 164,    */
.slider-area .video-icon a.btn-icon {
  position: relative;
  /* Animations */
  /* End Animated */
}

/* line 166,    */
.slider-area .video-icon a.btn-icon::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: inherit;
  border: 1px solid #fff;
  -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
  animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

@-webkit-keyframes btnIconRipple {
  0% {
    border-width: 4px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    border-width: 1px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  80% {
    border-width: 1px;
    -webkit-transform: scale(1.9);
    transform: scale(1.9);
  }
  100% {
    opacity: 0;
  }
}

/* line 198,    */
.slider-area .video-icon a.btn-icon:hover {
  background: #ff1313;
  color: #fff;
}

/* line 208,    */
.hero-overly {
  position: relative;
  z-index: 1;
}

/* line 211,    */
.hero-overly::before {
  position: absolute;
  content: "";
  background-color: rgba(1, 10, 28, 0.3);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat;
}

/* line 227,    */
.header-transparent {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9;
}

/* line 238,    */
.slider-area2 .hero-cap h2 {
  color: #fff;
  font-size: 27px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1;
}
.products-sub img{
    
    padding: 50px;
    background-color: #000;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 238,    */
  .slider-area2 .hero-cap h2 {
    font-size: 50px;
  }
}

@media (max-width: 575px) {
  /* line 238,    */
  .slider-area2 .hero-cap h2 {
    font-size: 27px;
  }
  .footer-bottom-area {
    background: #140C40;
     bottom: auto !important; 
    position: absolute;
    width: 100%;
}.mt-5, .my-5 {
    margin-top: 1rem!important;
}
}

/* line 1,   */
.about-low-area {
  background: #FFF7F5;
  position: relative;
}

/* line 15,   */
.about-low-area .about-caption p {
  font-size: 16px;
  color: #64676c;
  line-height: 1.6;
  margin-bottom: 58px;
  padding-right: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 15,   */
  .about-low-area .about-caption p {
    padding-right: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 15,   */
  .about-low-area .about-caption p {
    padding-right: 0px;
  }
}

@media (max-width: 575px) {
  /* line 15,   */
  .about-low-area .about-caption p {
    padding-right: 0px;
  }
}

/* line 35,   */
.about-low-area .experience span {
  color: #FF3514;
  font-size: 60px;
  font-weight: 500;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 35,   */
  .about-low-area .experience span {
    font-size: 42px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 35,   */
  .about-low-area .experience span {
    font-size: 45px;
  }
}

@media (max-width: 575px) {
  /* line 35,   */
  .about-low-area .experience span {
    font-size: 45px;
  }
}

/* line 55,   */
.about-low-area .about-right-cap {
  position: relative;
}

@media (max-width: 575px) {
  /* line 55,   */
  .about-low-area .about-right-cap {
    padding-top: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 55,   */
  .about-low-area .about-right-cap {
    padding-top: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 55,   */
  .about-low-area .about-right-cap {
    padding-top: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 55,   */
  .about-low-area .about-right-cap {
    padding-top: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 55,   */
  .about-low-area .about-right-cap {
    padding-top: 50px;
  }
}

/* line 74,   */
.about-low-area .about-right-cap .about-right-img img {
  width: 100%;
  margin-bottom: 15px;
}

/* line 79,   */
.about-low-area .about-right-cap .img-cap {
  position: absolute;
  bottom: -7px;
  left: -33px;
  width: 179px;
  height: 180px;
  padding: 31px 10px;
  background: #FF3514;
  text-align: center;
}

@media (max-width: 575px) {
  /* line 79,   */
  .about-low-area .about-right-cap .img-cap {
    left: 0;
    width: 128px;
    height: 145px;
    padding: 8px 10px;
  }
}

/* line 94,   */
.about-low-area .about-right-cap .img-cap::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 31px 34px;
  border-color: transparent transparent #ff3314 transparent;
  position: absolute;
  top: -29px;
  content: "";
  right: 0;
}

/* line 105,   */
.about-low-area .about-right-cap .img-cap span {
  color: #fff;
  font-size: 50px;
}

/* line 109,   */
.about-low-area .about-right-cap .img-cap p {
  color: #fff;
  font-size: 15px;
}

/* line 114,   */
.about-low-area .about-right-cap p {
  font-size: 22px;
  color: #140C40;
  font-weight: 300;
  padding-right: 13px;
  line-height: 1.5;
}

/* line 121,   */
.about-low-area .about-right-cap .about-right-cap2 {
  margin-bottom: 0px;
}

@media (max-width: 575px) {
  /* line 121,   */
  .about-low-area .about-right-cap .about-right-cap2 {
    margin-bottom: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 121,   */
  .about-low-area .about-right-cap .about-right-cap2 {
    margin-bottom: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 121,   */
  .about-low-area .about-right-cap .about-right-cap2 {
    margin-bottom: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 121,   */
  .about-low-area .about-right-cap .about-right-cap2 {
    margin-bottom: 0px;
  }
}

@media (max-width: 575px) {
  /* line 138,   */
  .about-caption {
    margin-bottom: 35px;
  }
}

@media (max-width: 575px) {
  /* line 144,   */
  .bg-height.pb-160 {
    padding-bottom: 100px;
  }
}

/* line 3,    */
.gallery-area .single-gallery {
  position: relative;
}

/* line 5,    */
.gallery-area .single-gallery::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: rgba(1, 10, 28, 0.4);
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/* line 19,    */
.gallery-area .single-gallery:hover::before {
  opacity: 1;
  visibility: visible;
}

/* line 25,    */
.gallery-area .single-gallery .gallery-img {
  position: relative;
  height: 565px;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 575px) {
  /* line 25,    */
  .gallery-area .single-gallery .gallery-img {
    height: 420px;
  }
}

/* line 35,    */
.gallery-area .single-gallery .thumb-content-box {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  height: 100%;
  width: 100%;
  transition: .4s;
  z-index: 2;
}

/* line 46,    */
.gallery-area .single-gallery .thumb-content-box .thumb-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* line 50,    */
.gallery-area .single-gallery .thumb-content-box .thumb-content h3 {
  color: #ffffff;
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 26px;
  text-transform: uppercase;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 50,    */
  .gallery-area .single-gallery .thumb-content-box .thumb-content h3 {
    font-size: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 50,    */
  .gallery-area .single-gallery .thumb-content-box .thumb-content h3 {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  /* line 50,    */
  .gallery-area .single-gallery .thumb-content-box .thumb-content h3 {
    font-size: 32px;
  }
}

/* line 66,    */
.gallery-area .single-gallery .thumb-content-box .thumb-content p {
  font-size: 16px;
  color: #ffff;
  padding: 0 82px;
  line-height: 1.6;
}

@media (max-width: 575px) {
  /* line 66,    */
  .gallery-area .single-gallery .thumb-content-box .thumb-content p {
    padding: 0 18px;
  }
}

/* line 75,    */
.gallery-area .single-gallery .thumb-content-box .thumb-content a {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
}

/* line 80,    */
.gallery-area .single-gallery .thumb-content-box .thumb-content a:hover {
  color: #fff;
  letter-spacing: 1px;
}

/* line 13,  */
.wantToWork-area .wantToWork-caption h2 {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 13,  */
  .wantToWork-area .wantToWork-caption h2 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 13,  */
  .wantToWork-area .wantToWork-caption h2 {
    font-size: 35px;
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  /* line 13,  */
  .wantToWork-area .wantToWork-caption h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}

/* line 31,  */
.wantToWork-area .wantToWork-caption p {
  font-size: 18px;
  margin-bottom: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 36,  */
  .wantToWork-area .wantToWork-btn {
    float: left;
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  /* line 36,  */
  .wantToWork-area .wantToWork-btn {
    float: left;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 36,  */
  .wantToWork-area .wantToWork-btn {
    float: left;
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  /* line 52,  */
  .sm-left {
    float: left;
    margin-top: 30px;
  }
  
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 52,  */
  .sm-left {
    float: left;
    margin-top: 30px;
  }
}

/* line 62,  */
.btn.w-btn {
  padding: 18px 65px 18px 33px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 65,  */
  .double-btn.f-right {
    float: left;
  }
}

@media (max-width: 575px) {
  /* line 65,  */
  .double-btn.f-right {
    float: left;
  }
}

/* 21. Contact */
/* line 4,   */
.contact-form .form-wrapper {
  padding: 65px;
  box-shadow: 0 23px 46px rgba(20, 12, 64, 0.1);
}

@media (max-width: 575px) {
  /* line 4,   */
  .contact-form .form-wrapper {
    padding: 25px;
  }
}

/* line 12,   */
.contact-form input {
  border: 1px solid #eaeaea;
  height: 50px;
  width: 100%;
  padding: 10px 25px;
  padding-right: 30px;
  color: #a3a3a3;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 0px;
}

/* line 22,   */
.contact-form input .list {
  width: 100%;
  border-radius: 0;
}

/* line 27,   */
.contact-form .nice-select {
  border: 1px solid #eaeaea;
  height: 50px;
  width: 100%;
  color: #a3a3a3;
  font-weight: 500;
  text-transform: capitalize;
  padding-top: 10px;
  border-radius: 0px;
}

/* line 36,   */
.contact-form .nice-select::after {
  border-bottom: 2px solid #a3a3a3;
  border-right: 2px solid #a3a3a3;
  height: 7px;
  right: 41px;
  width: 7px;
}

/* line 43,   */
.contact-form .nice-select.open .list {
  width: 100%;
  border-radius: 0;
}

/* line 47,   */
.contact-form .nice-select .option {
  color: #a3a3a3;
}

/* line 51,   */
.contact-form textarea {
  color: #a3a3a3;
  border: 1px solid #eaeaea;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: capitalize;
  height: 116px;
  width: 100%;
  padding: 30px 50px;
  border-radius: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 51,   */
  .contact-form textarea {
    padding: 30px 42px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 51,   */
  .contact-form textarea {
    padding: 30px 42px;
  }
}

@media (max-width: 575px) {
  /* line 51,   */
  .contact-form textarea {
    padding: 30px 42px;
  }
}

/* line 70,   */
.contact-form textarea::placeholder {
  color: #898faf;
  font-size: 16px;
  font-weight: 300;
  transition: .4s;
}

/* line 77,   */
.contact-form .contact {
  border: 1px solid #eaedff;
  padding: 40px 10px;
}

/* line 80,   */
.contact-form .contact i {
  background: #8fb569;
  font-size: 40px;
  height: 150px;
  width: 150px;
  color: #ffffff;
  border-radius: 50%;
  line-height: 135px;
  border: 10px solid #fff;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(206, 226, 255, 0.4);
  box-shadow: 0px 16px 32px 0px rgba(206, 226, 255, 0.4);
  margin-bottom: 30px;
}

/* line 93,   */
.contact-form .contact h3 {
  font-size: 26px;
  margin-bottom: 15px;
}

/* line 97,   */
.contact-form .contact p {
  margin: 0;
  padding: 0 50px;
}

/* line 102,   */
.contact-form input::-moz-placeholder,
.contact-form input::-moz-placeholder {
  color: #898faf;
  font-size: 16px;
  font-weight: 300;
  transition: .4s;
}

/* line 109,   */
.contact-form input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

/* line 117,   */
.contact-form .single-gallery {
  position: relative;
}

/* line 119,   */
.contact-form .single-gallery::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: rgba(1, 10, 28, 0.4);
  z-index: 1;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/* line 131,   */
.contact-form .single-gallery::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: rgba(1, 10, 28, 0.5);
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/* line 145,   */
.contact-form .single-gallery:hover::before {
  opacity: 1;
  visibility: visible;
}

/* line 151,   */
.contact-form .single-gallery .gallery-img {
  position: relative;
  height: 655px;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 151,   */
  .contact-form .single-gallery .gallery-img {
    height: 380px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 151,   */
  .contact-form .single-gallery .gallery-img {
    height: 380px;
  }
}

@media (max-width: 575px) {
  /* line 151,   */
  .contact-form .single-gallery .gallery-img {
    height: 380px;
  }
}

/* line 167,   */
.contact-form .single-gallery .thumb-content-box {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  height: 100%;
  width: 100%;
  transition: .4s;
  z-index: 2;
}

/* line 178,   */
.contact-form .single-gallery .thumb-content-box .thumb-content {
  position: absolute;
  bottom: 43px;
  left: 50px;
}

/* line 183,   */
.contact-form .single-gallery .thumb-content-box .thumb-content h3 > a {
  color: #ffffff;
  font-weight: 800;
  font-size: 28px;
  margin-bottom: 24px;
  text-transform: normal;
  text-decoration: unset;
  display: block;
  line-height: 1.3;
  letter-spacing: 1px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 183,   */
  .contact-form .single-gallery .thumb-content-box .thumb-content h3 > a {
    font-size: 32px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 183,   */
  .contact-form .single-gallery .thumb-content-box .thumb-content h3 > a {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  /* line 183,   */
  .contact-form .single-gallery .thumb-content-box .thumb-content h3 > a {
    font-size: 32px;
  }
}

/* line 204,   */
.contact-form .single-gallery .thumb-content-box .thumb-content p {
  font-size: 16px;
  color: #ffff;
  padding-right: 49px;
  line-height: 1.6;
}

/* line 210,   */
.contact-form .single-gallery .thumb-content-box .thumb-content a {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-decoration: underline;
}

/* line 215,   */
.contact-form .single-gallery .thumb-content-box .thumb-content a:hover {
  color: #fff;
  letter-spacing: 1px;
}

/* line 224,   */
.contact-form .single-mam-img img {
  width: 100%;
}

/* line 234,   */
.man-slider-active button.slick-arrow {
  position: absolute;
  right: 50px;
  bottom: -1px;
  border: 0;
  padding: 0;
  z-index: 2;
  opacity: 1;
  visibility: visible;
  height: 50px;
  width: 50px;
  line-height: 60px;
  cursor: pointer;
  background: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 234,   */
  .man-slider-active button.slick-arrow {
    line-height: 40px;
    height: 40px;
    width: 40px;
    right: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 234,   */
  .man-slider-active button.slick-arrow {
    line-height: 40px;
    height: 40px;
    width: 40px;
    right: 40px;
  }
}

@media (max-width: 575px) {
  /* line 234,   */
  .man-slider-active button.slick-arrow {
    line-height: 40px;
    height: 40px;
    width: 40px;
    right: 40px;
  }
}

/* line 267,   */
.man-slider-active button.slick-arrow i {
  font-size: 20px;
  color: #FF3514;
}

/* line 282,   */
.man-slider-active button.slick-next {
  right: 0px;
  background: #FF3514;
}

/* line 286,   */
.man-slider-active button.slick-next i {
  color: #fff;
}

/* line 3,   */
.single-projects .singel-details span {
  color: #FA8F77;
  font-size: 30px;
  margin-bottom: 27px;
  display: block;
}

/* line 9,   */
.single-projects .singel-details h3 {
  font-size: 20px;
  display: block;
  color: #072366;
  font-weight: 800;
  text-transform: capitalize;
  line-height: 1.4;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 9,   */
  .single-projects .singel-details h3 {
    font-size: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 9,   */
  .single-projects .singel-details h3 {
    font-size: 14px;
  }
}

/* line 28,   */
.single-projects-img .singel-details-img img {
  width: 100%;
}

/* line 33,   */
.experience.experience2 {
  padding-left: 30px;
}

/* line 35,   */
.experience.experience2 span {
  font-size: 50px;
}

@media (max-width: 575px) {
  /* line 35,   */
  .experience.experience2 span {
    font-size: 32px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 33,   */
  .experience.experience2 {
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 33,   */
  .experience.experience2 {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  /* line 33,   */
  .experience.experience2 {
    padding-bottom: 30px;
  }
}

/* line 2,   */
.categories-area .single-cat {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
}

@media (max-width: 575px) {
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 2,   */
  .categories-area .single-cat {
    padding: 30px 18px;
  }
}

/* line 12,   */
.categories-area .single-cat .cat-icon img {
  margin-bottom: 30px;
  display: block;
}

/* line 19,   */
.categories-area .single-cat .cat-cap h5 > a {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 21px;
  display: block;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-transform: uppercase;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 19,   */
  .categories-area .single-cat .cat-cap h5 > a {
    font-size: 21px;
  }
}

@media (max-width: 575px) {
  /* line 19,   */
  .categories-area .single-cat .cat-cap h5 > a {
    font-size: 23px;
  }
}

/* line 34,   */
.categories-area .single-cat .cat-cap p {
  margin-bottom: 36px;
  color: #57667e;
  font-size: 16px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 34,   */
  .categories-area .single-cat .cat-cap p {
    font-size: 15px;
  }
}

/* line 44,   */
.categories-area .single-cat .cat-cap a {
  color: #1c165c;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

/* line 56,   */
.categories-area .single-cat:hover .cat-cap h5 {
  color: #000;
}

/* line 66,   */
.service-area {
  padding-top: 260px;
}

@media (max-width: 575px) {
  /* line 66,   */
  .service-area {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 66,   */
  .service-area {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 66,   */
  .service-area {
    padding-top: 150px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 77,   */
  .service-area .single-main {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 77,   */
  .service-area .single-main {
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  /* line 77,   */
  .service-area .single-main {
    margin-bottom: 30px;
  }
}

/* line 87,   */
.service-area .single-main .single-wrapper {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

/* line 89,   */
.service-area .single-main .single-wrapper .single-services {
  box-shadow: 0px 22px 57px 0px rgba(34, 41, 72, 0.05);
  padding: 34px 31px 20px 29px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #fff;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 89,   */
  .service-area .single-main .single-wrapper .single-services {
    padding: 16px 40px;
  }
}

/* line 97,   */
.service-area .single-main .single-wrapper .single-services span {
  font-size: 19px;
  margin-bottom: 20px;
  display: block;
  font-weight: 300;
}

/* line 103,   */
.service-area .single-main .single-wrapper .single-services h4 {
  font-size: 24px;
  display: block;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* line 115,   */
.service-area .single-main .single-wrapper .services-btn a {
  cursor: pointer;
  padding: 36px 0;
  background: #FF3514;
  line-height: 1;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 22px;
}

/* line 126,   */
.service-area .single-main .single-wrapper.active {
  opacity: 1;
  visibility: visible;
}

/* line 130,   */
.service-area .single-main .single-wrapper.hide {
  opacity: 0;
  visibility: hidden;
}

/* line 136,   */
.service-area .single-main .transparrent-btn {
  cursor: pointer;
  padding: 36px 0;
  background: rgba(20, 12, 64, 0.2);
  line-height: 1;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 22px;
  bottom: 0;
  left: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

/* line 151,   */
.service-area .single-main .transparrent-btn.active {
  opacity: 0;
  visibility: hidden;
}

/* line 159,   */
.service-area .single-main:hover .single-wrapper.hide {
  opacity: 1 !important;
  visibility: visible !important;
}

/* line 164,   */
.service-area .single-main:hover .transparrent-btn {
  opacity: 0;
  visibility: hidden;
}

/* line 171,   */
.service-area .single-main:hover .single-wrapper .active.active {
  opacity: 1 !important;
  visibility: visible !important;
}

/* line 177,   */
.service-area .single-main:hover .transparrent-btn.active {
  opacity: 0;
  visibility: hidden;
}
/* line 82,    */
.slick-initialized .slick-slide {
  outline: 0;
}

/* line 1,   */
.footer-area {
  background: #F5F9FB;
}

/* line 4,   */
.footer-area .footer-pera p {
  color: #3B4855;
  padding-right: 52px;
  font-size: 16px;
  margin-bottom: 31px;
  line-height: 1.8;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 4,   */
  .footer-area .footer-pera p {
    padding-right: 0px;
  }
}

/* line 17,   */
.footer-area .footer-pera.footer-pera2 p {
  padding: 0;
}

/* line 22,   */
.footer-area .footer-tittle h4 {
  color: #072366;
  font-size: 22px;
  margin-bottom: 29px;
  font-weight: 700;
}

/* line 29,   */
.footer-area .footer-tittle ul li {
  margin-bottom: 15px;
}

/* line 31,   */
.footer-area .footer-tittle ul li a {
  color: #3B4855;
  font-weight: 300;
}

/* line 34,   */
.footer-area .footer-tittle ul li a:hover {
  color: #FF3514;
  padding-left: 5px;
}

/* line 42,   */
.footer-area .footer-tittle p {
  color: #3B4855;
}

/* line 46,   */
.footer-area .footer-form {
  margin-top: 40px;
}

/* line 48,   */
.footer-area .footer-form form {
  position: relative;
}

/* line 50,   */
.footer-area .footer-form form input {
  width: 100%;
  height: 43px;
  padding: 10px 20px;
  border: 1px solid #C2C5DB;
  background: no-repeat;
  color: #C2C5DB;
  border-radius: 0px;
}

/* line 60,   */
.footer-area .footer-form form .form-icon button {
  border: 0;
  cursor: pointer;
  padding: 15px 22px;
  background: #FF3514;
  line-height: 1;
  width: 100%;
  display: block;
  margin-top: 13px;
  border-radius: 0;
}

/* line 74,   */
.footer-area .info.error {
  color: #FF3514;
}

/* line 80,   */
.footer-bottom-area {
  background: #140C40;
}

/* line 82,   */
.footer-bottom-area .footer-border {
  padding: 18px 0px 4px;
}

/* line 87,   */
.footer-bottom-area .footer-copy-right p {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 12px;
}

/* line 93,   */
.footer-bottom-area .footer-copy-right p i {
  color: #fff;
}

/* line 96,   */
.footer-bottom-area .footer-copy-right p a {
  color: #fff;
}

/* line 98,   */
.footer-bottom-area .footer-copy-right p a:hover {
  color: #FF3514;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 108,   */
  .footer-social {
    float: left;
    padding-top: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 108,   */
  .footer-social {
    float: left;
    padding-top: 10px;
  }
}

@media (max-width: 575px) {
  /* line 108,   */
  .footer-social {
    float: left;
    padding-top: 10px;
  }
}

/* line 121,   */
.footer-social > a {
  color: #fff;
  font-size: 14px;
  padding-left: 16px;
}

/* line 125,   */
.footer-social > a > i {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
}

/* line 134,   */
.footer-social > a:hover i {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}

/* line 141,   */
.footer-social > a:hover {
  color: #FF3514;
}
