@charset "UTF-8";

    
-----------------------------------------------------------------------------------*/
/* Google Font */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

@font-face {
    font-family: 'Aparajita';
    src: url('../fonts/Aparajita.eot');
    src: url('../fonts/Aparajita.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Aparajita.woff2') format('woff2'),
        url('../fonts/Aparajita.woff') format('woff'),
        url('../fonts/Aparajita.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Aviano Gothic  3';
    src: url('../fonts/AvianoGothic-Regular4.woff2') format('woff2'),
        url('../fonts/AvianoGothic-Regular4.woff') format('woff'),
        url('../fonts/Aviano Gothic Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.clear {
  clear: both;
}

::-moz-selection {
  background: #312b2b;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #312b2b;
  color: #ffffff;
  text-shadow: none;
}

.no-mar {
  margin: 0 !important;
}

.no-pad {
  padding: 0 !important;
}

div#preloader {
  background: #fff url("../img/loader.gif") no-repeat scroll center center;
  height: 100%;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

header.navbar-fixed-top {
  background: #ffffff;
  box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.15);
  left: 0;
  padding: 10px 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

.mar-bot-50 {
  margin-bottom: 50px;
}

.mar-bot-40 {
  margin-bottom: 40px;
}

.mar-bot-35 {
  margin-bottom: 35px;
}

.mar-bot-30 {
  margin-bottom: 30px;
}

.mar-top-30 {
  margin-top: 30px;
}

.mar-top-80 {
  margin-top: 80px;
}

.mar-top-80 {
  margin-top: 80px;
}

.mar-top-55 {
  margin-top: 55px;
}

.mar-top-108 {
  margin-top: 108px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: 0;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

body {
  background: #fff;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 1.5px;
  color: #888;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

button,
input,
textarea {
  letter-spacing: 1px;
}

/* 
Table Of Contents
=========================
- Default Typography
- Custom Typography
=========================
*/
/* 
--------------------------
- Default Typography
--------------------------
*/
body {
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
  font-family: "Open Sans", sans-serif;
}

h1 {
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0;
  margin-bottom: 0px;
}

h2 {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 0px;
}

h3 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 0px;
}

h4 {
  font-size: 20px;
  line-height: 24px;
}

h5 {
  font-size: 16px;
  line-height: 20px;
}

h6 {
  font-size: 14px;
  line-height: 18px;
}

p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0;
  color: #000000;
}

p img {
  margin: 0;
}

span {
  font-family: "Montserrat", sans-serif;
}

/* em and strong */
em {
  font: 15px/30px;
}

strong,
b {
  font: 15px/30px;
}

small {
  font-size: 11px;
  line-height: inherit;
}

/*  blockquotes */
blockquote {
  border-left: 0 none;
  font-family: "Open Sans", sans-serif;
  margin: 10px 0;
  padding-left: 40px;
  position: relative;
}

blockquote::before {
  color: #4e5665;
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  font-size: 36px;
  left: 20px;
  line-height: 0;
  margin: 0;
  opacity: 0.5;
  position: absolute;
  top: 20px;
}

blockquote p {
  font-style: italic;
  padding: 0;
  font-size: 18px;
  line-height: 36px;
}

blockquote cite {
  display: block;
  font-size: 12px;
  font-style: normal;
  line-height: 18px;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
  border: none;
}

/* abbreviations */
abbr {
  font-weight: 700;
  font-variant: small-caps;
  text-transform: lowercase;
  letter-spacing: .6px;
}

abbr:hover {
  cursor: help;
}

/* links */
a,
a:visited {
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 12px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  outline: 0;
}

a:hover,
a:active {
  color: #00b0ff;
  text-decoration: none;
  outline: 0;
}

a:focus {
  text-decoration: none;
  outline: 0;
}

p a,
p a:visited {
  line-height: inherit;
  outline: 0;
}

a.active-page {
  color: #e6ae48;
}

/* list */
ul,
ol {
  margin-bottom: 0px;
  margin-top: 0px;
}

ul {
  margin: 0;
}

ol {
  list-style: decimal;
}

ol,
ul.square,
ul.circle,
ul.disc {
  margin-left: 0px;
}

ul.square {
  list-style: square outside;
}

ul.circle {
  list-style: circle outside;
}

ul.disc {
  list-style: disc outside;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 0;
}

ul ul li,
ul ol li,
ol ol li,
ol ul li {
  margin-bottom: 0px;
}

li {
  line-height: 18px;
  margin-bottom: 0px;
}

/* definition list */
dl {
  margin: 12px 0;
}

dt {
  margin: 0;
  color: #11ABB0;
}

dd {
  margin: 0 0 0 20px;
}

/* 
--------------------------
- Custom Typography
--------------------------
*/
/* Your Custom Typography. */
.bg-with-black {
  position: relative;
}

.bg-with-black::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-with-white {
  position: relative;
}

.bg-with-white::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-with-blue {
  position: relative;
}

.bg-with-blue::before {
  background: #00bff3 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.hvr-bs:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.btn-style-1 {
  background-image: -webkit-gradient(linear, left top, right top, from(#ee5c2d), to(#fc9676));
  background-image: linear-gradient(90deg, #ee5c2d 0%, #fc9676 100%);
  box-shadow: 0px 10px 20px 0px rgba(59, 132, 241, 0.3);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(59, 132, 241, 0.3);
  -moz-box-shadow: 0px 10px 20px 0px rgba(59, 132, 241, 0.3);
  -o-box-shadow: 0px 10px 20px 0px rgba(59, 132, 241, 0.3);
  display: inline-block;
  border-radius: 100px;
  color: #ffffff;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  padding: 20px 60px;
}

.btn-style-1:hover {
  color: #ffffff;
}

.btn-style-outline-1 {
  color: #000;
  font-weight: 600;
  border: 2px solid #000;
  display: inline-block;
  border-radius: 50px;
  padding: 16px 54px;
  letter-spacing: 0;
  font-size: 14px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.btn-style-outline-1::before {
  content: "";
  height: 100px;
  width: 0;
  background: #ee5c2d;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}

.btn-style-outline-1:hover {
  color: #ffffff;
}

.btn-style-outline-1:hover::before {
  width: 100%;
}


.sticky-top {
  z-index: 99;
}

.btn-hvr-anim-top {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  position: relative;
}

.btn-hvr-anim-top:hover {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.btn-ripple-out {
  position: relative;
}

.btn-ripple-out::before {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: popcircle;
  animation-name: popcircle;
  border: 1px solid #ffffff;
  border-radius: 100px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@-webkit-keyframes popcircle {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  99% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
  }
}

@keyframes popcircle {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  99% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
  }
}

.item-bounce {
  -webkit-animation: bounce 3s infinite ease-in-out;
  animation: bounce 3s infinite ease-in-out;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

.item-round {
  -webkit-animation: round 3s infinite linear;
  animation: round 3s infinite linear;
}

@-webkit-keyframes round {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes round {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.item-zoom-inout {
  -webkit-animation: zoom-inout 3s infinite ease-in-out;
  animation: zoom-inout 3s infinite ease-in-out;
}

@-webkit-keyframes zoom-inout {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoom-inout {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/*----------------------------------------*/
/*  1. Home One
/*----------------------------------------*/
body {
  overflow-x: hidden;
}

header {
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 990;
  padding: 20px 0;
   background: #fff;
}

header .header-container {
  max-width: 1400px;
  margin: auto;
  padding: 0 30px;
}

header .header-container .logo {
  display: block;
}
.logo img {width: 90%;}

header .header-container .logo .link {
  color: #000000;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 0;
  font-weight: 600;
  text-transform: lowercase;
}

header .header-container .logo .link .color {
  color: #03a3f0;
}

header .header-container .main-menu {
  text-align: left;
  background: transparent;
  padding: 2px 0;
}

header .header-container .main-menu ul {
  text-align: left;
}

header .header-container .main-menu ul li a {
  color: #000000;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0;
  font-weight: 600;
  padding: 20px 26px;
}

header .header-container .main-menu ul li a:hover {color: #eb6942;}
.active {color: #eb6942;}

header .header-container .main-menu ul li ul {
  border: none;
  box-shadow: 0px 10px 20px 0px rgba(59, 132, 241, 0.3);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(59, 132, 241, 0.3);
  -moz-box-shadow: 0px 10px 20px 0px rgba(59, 132, 241, 0.3);
  -o-box-shadow: 0px 10px 20px 0px rgba(59, 132, 241, 0.3);
}

header .header-container .main-menu ul li ul li a {
  padding: 20px 26px;
}

header .header-container .main-menu ul li ul li a:hover {
  color: #eb6942;
}

header .header-container .header-right {
  text-align: right;
}

header .header-container .header-right .links {
  display: inline-block;
  padding: 0;
  list-style: none;
  margin-right: 34px;
}

header .header-container .header-right .links li {
  display: inline-block;
  margin-right: 49px;
}

header .header-container .header-right .links li a {
  display: block;
  padding: 0;
  color: #000000;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 600;
}

header .header-container .header-right .links li:last-child {
  margin-right: 0;
}

header .header-container .header-right .get-quote {
  display: inline-block;
}

.main-menu.stellarnav .menu-toggle {
  font-size: 20px;
  letter-spacing: 0;
  font-weight: 600;
}

.stellarnav .menu-toggle span.bars {
  margin-right: 0;
}

/* 1.2 Hero */
.hero-area {
  position: relative;
  padding: 200px 0 200px;
}

.hero-area .hero-dot-bg-1 {
  position: absolute;
  left: 68%;
  top: 24%;
}

.hero-area .hero-dot-bg-2 {
  position: absolute;
  top: 50%;
  left: 14%;
}

.hero-area .hero-dot-bg-3 {
  position: absolute;
  left: 24%;
  bottom: 0;
}

.hero-area .hero-bg-left {
  position: absolute;
  left: 0;
  top: 144px;
}

.hero-area .hero-bg-left img {
  margin: auto;
}

.hero-area .hero-bg-right {
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
}

.hero-area .hero-bg-right img {
  margin: auto;
}

.hero-area .hero-banner {
  position: absolute;
  text-align: right;
  right: 54px;
  top: 246px;
}

.hero-area .hero-banner img {
  margin: auto;
}

.hero-area .hero-content .welcome {
  display: inline-block;
}

.hero-area .hero-content .title {
  font-size: 80px;
  line-height: 90px;
  margin: 20px 0 0;
  font-weight: 600;
  position: relative;
}

.hero-area .hero-content .title .light {
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
}

.hero-area .hero-content .start-video {
  margin: 25px 0 0;
}

.hero-area .hero-content .start-video .start {
  display: inline-block;
  margin-right: 24px;
}

.hero-area .hero-content .start-video .popup-youtube {
  border-radius: 100px;
  display: inline-block;
  color: #a9b5c9;
  border: 2px solid #f1f2ff;
  text-align: center;
  height: 60px;
  width: 60px;
  line-height: 60px;
}

.hero-area .hero-content .start-video .popup-youtube::before {
  border-color: #ee5c2d;
}

/* 1.3 About */
.section-title {
  text-align: center;
  margin: 0 0 40px;
}

.section-title .intro {
  color: #a9b5c9;
  font-weight: 600;
}

.section-title .title {
  font-size: 60px;
  line-height: 70px;
  margin: 21px 0 0;
  position: relative;
  padding: 0 0 42px;
  font-weight: 600;
}

.section-title .title::after {
  background: #ee5c2d;
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
}

.inner-page .section-title .title::after {display: none;}

.section-title .text {
  font-size: 16px;
  line-height: 28px;
  margin: 20px 0 0;
}

.section-title.color-white .intro {
  color: #ffffff;
}

.section-title.color-white .title {
  color: #ffffff;
}

.section-title.color-white .text {
  color: #ffffff;
}

.about-area {
  padding: 74px 0 0;
  position: relative;
}

/*.about-area::after {content: "";
position: absolute;
height: 10px;
width: 100%;
background: #ee5c2d;
bottom: 0;}*/

.about-area .about-dot-bg-1 {
  position: absolute;
  top: 30%;
  left: 14%;
}

.about-area .about-dot-bg-2 {
  position: absolute;
  right: 23%;
  top: 12%;
}

.about-area .about-dot-bg-3 {
  position: absolute;
  right: 14%;
  top: 39%;
}

.about-area .about-dot-bg-4 {
  position: absolute;
  left: 51%;
  bottom: 37%;
}

.about-area .about-dot-bg-5 {
  position: absolute;
  left: 12%;
  bottom: 22%;
}

.about-area .about-dot-bg-6 {
  position: absolute;
  right: 15%;
  bottom: 60px;
}

.about-area .about-top-plant {
  position: absolute;
  left: 166px;
  top: 146px;
}

.about-area .about-banner-contact {
  position: absolute;
  right: 110px;
  bottom: 38%;
}

.about-area .about-right-bg {
  position: absolute;
  right: 0;
  bottom: 26%;
  text-align: right;
}

.about-area .about-left-bg {
  position: absolute;
  bottom: 130px;
  left: 0;
}

.about-area .about-banner {
  text-align: center;
  margin: 0 0 20px;
}

.about-area .about-banner img {
  margin: auto;
  transition: .5s;
}

.about-banner img:hover{
    transform: perspective(300px) rotateX(2deg) rotateY(2deg);
}


.about-area .about-right-content.section-title {
  padding-left: 10px;
  text-align: left;
}

.about-area .about-right-content.section-title .intro {
  font-size: 14px;
}

.about-area .about-right-content.section-title .title {
  font-size: 80px;
  line-height: 90px;
  font-weight: 300;
}

.about-area .about-right-content.section-title .title::after {
  display: none;
}

.about-area .about-right-content.section-title .title .bold {
  font-weight: 600;
  text-decoration: underline;
}

.about-area .about-right-content.section-title .text {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  line-height: 36px;
  margin: 37px 0 0;
}

.about-area .about-right-content.section-title .quote {
  margin: 31px 0 0;
}

.about-all-boxes .about-box {
  background: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(219, 228, 255, 0.3);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(219, 228, 255, 0.3);
  -moz-box-shadow: 0px 10px 20px 0px rgba(219, 228, 255, 0.3);
  -o-box-shadow: 0px 10px 20px 0px rgba(219, 228, 255, 0.3);
  text-align: center;
  padding: 52px 32px 60px;
  margin: 0 0 40px;
}

.about-all-boxes .about-box .icon-box {
  margin: 0 0 9px;
}

.about-all-boxes .about-box .icon-box .icon {
  color: #ffffff;
  display: inline-block;
  font-size: 30px;
  height: 134px;
  width: 134px;
  line-height: 122px;
  border-radius: 100px;
  background-color: #000000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

.about-all-boxes .about-box .icon-box .color-1 {
  background: url(../img/home1/about-icon-bg-1.png);
}

.about-all-boxes .about-box .icon-box .color-2 {
  background: url(../img/home1/about-icon-bg-2.png);
}

.about-all-boxes .about-box .icon-box .color-3 {
  background: url(../img/home1/about-icon-bg-3.png);
}

.about-all-boxes .about-box .icon-box .color-4 {
  background: url(../img/home1/about-icon-bg-4.png);
}

.about-all-boxes .about-box .content .name {
  font-weight: 600;
  font-size: 26px;
  line-height: 28px;
}

.about-all-boxes .about-box .content .text {
  font-family: "Open Sans", sans-serif;
  line-height: 26px;
  margin: 22px 0 0;
}

.about-all-boxes .about-box:hover .icon {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

/* 1.4 Price */
.products {
  background: #f8fbff;
  padding: 60px 0 0;
  margin-top: 0;
}

.products .products-for-position {
  position: relative;
  bottom: -370px;
  margin-top: -370px;
  z-index: 9;
}

.inner-page .products-for-position {
  position: relative;
  bottom: 0;
  margin-top: 0;
  z-index: 9;
}

.products .pricing-section-title {
  text-align: left;
}

.products .pricing-section-title .title::after {
  right: auto;
  left: 0;
}

.products .pricing-tab-menu {
  text-align: right;
  margin: 66px 0 0;
}

.products .pricing-tab-menu .nav {
  border-radius: 50px;
  display: inline-block;
  border: none;
  background-image: -webkit-gradient(linear, left top, right top, from(#ee5c2d), to(#fc9676));
  background-image: linear-gradient(90deg, #ee5c2d 0%, #fc9676 100%);
  box-shadow: 0px 10px 20px 0px rgba(59, 132, 241, 0.3);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(59, 132, 241, 0.3);
  -moz-box-shadow: 0px 10px 20px 0px rgba(59, 132, 241, 0.3);
  -o-box-shadow: 0px 10px 20px 0px rgba(59, 132, 241, 0.3);
  padding: 15px;
}

.products .pricing-tab-menu .nav .nav-item {
  background: transparent;
  display: inline-block;
  margin: 0;
}

.products .pricing-tab-menu .nav .nav-item .nav-link {
  background: #4d98e6;
  color: #ffffff;
  border-radius: 50px;
  border: 0;
  letter-spacing: 0;
  font-size: 18px;
  padding: 20px 24px;
}

.products .pricing-tab-menu .nav .nav-item .active {
  background: #ffffff;
  color: #000000;
}

.single-pricing {
  background: #ffffff;
  padding: 20px;
  margin: 0 0 30px;
  border-bottom: 10px solid #ee5c2d;
  min-height: 600px;
  position: relative;
}


@media(max-width:640px){
 .single-pricing {min-height: 200px;} 
}


.single-pricing .type {
  margin: 0 0 41px;
}

.single-pricing::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 100%;
    background: #ee5c2d;
    top: 0;
    right: 0;
    opacity: 0;
    transition: .5s;
}

.single-pricing:hover::after{
    height: 0;
    opacity: 1;
} 

.single-pricing .type .type-text {
  color: #ee5c2d;
  display: inline-block;
  background: #eefaff;
  text-transform: uppercase;
  padding: 6px 27px;
}

.single-pricing .price {
  font-size: 40px;
  line-height: 50px;
  margin: 0 0 20px;
  color: #ee5c2d;
}

.single-pricing .price .icon {
  color: #ee5c2d;
  font-size: 14px;
}

.single-pricing .old-price {
  color: #adb3bd;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  margin: 0 0 38px;
}

.single-pricing .info {
  padding: 0;
  list-style: none;
  margin: 0 0 44px;
}

.single-pricing .info li {
  color: #000000;
  font-family: "Open Sans", sans-serif;
  border-bottom: 1px solid #f2f7ff;
  display: block;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0;
  padding: 0 0 10px;
  margin: 0 0 20px;
}

.single-pricing .info li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.single-pricing .purchase {
  position: relative;
  z-index: 1;
}

.single-pricing .purchase::before {
  border-radius: 50px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  content: "";
  border-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#ee5c2d), to(#fc9676));
  background-image: linear-gradient(90deg, #ee5c2d 0%, #fc9676 100%);
  position: absolute;
  height: 103%;
  width: 101%;
  z-index: -1;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
}

.single-pricing .purchase:hover {
  color: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(59, 132, 241, 0.3);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(59, 132, 241, 0.3);
  -moz-box-shadow: 0px 10px 20px 0px rgba(59, 132, 241, 0.3);
  -o-box-shadow: 0px 10px 20px 0px rgba(59, 132, 241, 0.3);
}

.single-pricing .purchase:hover::before {
  opacity: 1;
}

.single-pricing.color-2 .type .type-text {
  color: #ff7c0d;
  background: #fff4ea;
}

.single-pricing.color-2 .price .icon {
  color: #ff7c0d;
}

.single-pricing.color-3 .type .type-text {
  color: #53c9a7;
  background: #e3fff7;
}

.single-pricing.color-3 .price .icon {
  color: #53c9a7;
}

.single-pricing.active .purchase {
  color: #ffffff;
}

.single-pricing.active .purchase::before {
  opacity: 1;
}

/* 1.5 Testimonial */
.testimonial-area {
  background: url(../img/home1/testimonial-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #fff;
  padding:460px 0 90px;
  position: relative;
}

.testimonial-area .testimonial-right-banner {
  position: absolute;
  right: 0;
  top: 0;
}

.testimonial-area .testimoinal-left-banner {
  position: absolute;
  left: 0;
  top: 43%;
}

.testimonial-area .testimonial-bottom-line {
  position: absolute;
  bottom: 0;
  left: 22%;
}

.testimonial-area .testimonial-section-title {
  text-align: left;
  padding-left: 265px;
}

.testimonial-area .testimonial-section-title .intro {
  color: #ffffff;
}

.testimonial-area .testimonial-section-title .title {
  color: #ffffff;
}

.testimonial-area .testimonial-section-title .title::after {
  left: 0;
  right: auto;
}

.testimonial-area .testimonial-section-title .text {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
}

.testimonial-area .testimonial-carousel .owl-stage-outer {
  margin-right: -15px;
}

.testimonial-area .testimonial-carousel .single-testimonial {
  background: #ffffff;
  position: relative;
  padding: 50px 40px;
  margin: 0 0 70px;
  max-width: 370px;
  min-height: 420px;
}

.testimonial-area .testimonial-carousel .single-testimonial::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -54px;
  height: 100%;
  width: 100%;
  background: url(../img/home1/testimonial-box-bg.png);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center 100%;
  z-index: -1;
}

.testimonial-area .testimonial-carousel .single-testimonial .rating-cause {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 27px;
}

.testimonial-area .testimonial-carousel .single-testimonial .rating-cause .rating {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  list-style: none;
  padding: 0;
}

.testimonial-area .testimonial-carousel .single-testimonial .rating-cause .rating li {
  display: inline-block;
  color: #ffae00;
  font-size: 14px;
  line-height: 18px;
}

.testimonial-area .testimonial-carousel .single-testimonial .rating-cause .cause {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  color: #000000;
  text-align: right;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.testimonial-area .testimonial-carousel .single-testimonial .text {
  line-height: 26px;
  font-family: serif;
  font-family: "Open Sans", sans-serif;
}

.testimonial-area .testimonial-carousel .single-testimonial .autor {
  overflow: hidden;
  margin: 25px 0 0;
}

.testimonial-area .testimonial-carousel .single-testimonial .autor .img {
  float: left;
  width: 50px;
}

.testimonial-area .testimonial-carousel .single-testimonial .autor .img img {
  width: 100%;
}

.testimonial-area .testimonial-carousel .single-testimonial .autor .info {
  overflow: hidden;
  padding-left: 21px;
}

.testimonial-area .testimonial-carousel .single-testimonial .autor .info .name {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}

.testimonial-area .testimonial-carousel .single-testimonial .autor .info .desg {
  color: #ee5c2d;
  font-weight: 600;
  margin: 11px 0 0;
}

/* 1.6 Portfolio */
.portfoio-area {
  padding: 60px 0 60px;
  position: relative;
  background:url(../img/bg-01.jpg);
}

.portfoio-area .porfolio-dot-bg-right {
  position: absolute;
  right: 17%;
  top: 18%;
}

.portfoio-area .porfolio-dot-bg-left-center {
  position: absolute;
  top: 64%;
  left: 13%;
}

.portfoio-area .porfolio-dot-bg-right-bottom {
  position: absolute;
  bottom: 8%;
  right: 17%;
}

.portfoio-area .portfolio-left-leaf {
  position: absolute;
  left: 146px;
  top: 146px;
}

.portfoio-area .portfolio-right-banner {
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 300px;
}

.single-portfolio {
  margin: 0 0 60px;
}

.single-portfolio .img a {
  display: block;
}

.single-portfolio .img img {
  width: 100%;
}

.single-portfolio .content {
  padding: 36px 0 0 64px;
  position: relative;
}

.single-portfolio .content::before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fc9676), to(#ee5c2d));
  background-image: linear-gradient(0deg, #fc9676 0%, #ee5c2d 100%);
  content: "";
  position: absolute;
  left: 30px;
  top: -38px;
  height: 135px;
  width: 4px;
}

.single-portfolio .content .type {
  font-weight: 600;
}

.single-portfolio .content .name {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  color: #000000;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
}

.single-portfolio:hover .name {
  color: #eb6942;
}

/* 1.7 Footer */
footer {
  position: relative;
}

footer .footer-banner {
  position: absolute;
  left: 45%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
}

footer .footer-top-area {
  background: #f8fbff;
  padding: 50px 0;
}

footer .footer-top-area .fta-logo .link {
  display: inline-block;
  color: #000000;
  font-size: 60px;
  line-height: 60px;
  font-weight: 600;
}

footer .footer-top-area .fta-logo .link .color {
  color: #ee5c2d;
}

footer .footer-top-area .fta-menu {
  text-align: right;
  padding: 16px 0;
}

footer .footer-top-area .fta-menu .menu {
  padding: 0;
  list-style: none;
}

footer .footer-top-area .fta-menu .menu li {
  display: inline-block;
  margin-right: 46px;
}

footer .footer-top-area .fta-menu .menu li:last-child {
  margin-right: 0;
}

footer .footer-top-area .fta-menu .menu li a {
  display: block;
  color: #000000;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0;
}

footer .footer-top-area .fta-menu .menu li a:hover {
  color: #eb6942;
}

footer .footer-bottom-area {
  background: #000;
  padding: 80px 0;
}

footer .footer-bottom-area .fba-social .social {
  padding: 0;
  list-style: none;
}

footer .footer-bottom-area .fba-social .social li {
  display: inline-block;
  margin-right: 16px;
}

footer .footer-bottom-area .fba-social .social li:last-child {
  margin-right: 0;
}

footer .footer-bottom-area .fba-social .social li a {
  border-radius: 100px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  border: 1px solid #fff;
  color: #fff;
  position: relative;
  display: block;
  font-size: 14px;
  text-align: center;
  line-height: 60px;
  height: 60px;
  width: 60px;
}

footer .footer-bottom-area .fba-social .social li a .text {
  position: absolute;
  letter-spacing: 0;
  left: 0;
  opacity: 0;
  font-family: "Open Sans", sans-serif;
}

footer .footer-bottom-area .fba-social .social li a:hover {
  border-color: transparent;
  color: #ffffff;
  width: auto;
  padding: 0 40px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ee5c2d), to(#fc9676));
  background-image: linear-gradient(90deg, #ee5c2d 0%, #fc9676 100%);
  box-shadow: 0px 10px 20px 0px rgba(59, 132, 241, 0.3);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(59, 132, 241, 0.3);
  -moz-box-shadow: 0px 10px 20px 0px rgba(59, 132, 241, 0.3);
  -o-box-shadow: 0px 10px 20px 0px rgba(59, 132, 241, 0.3);
}

footer .footer-bottom-area .fba-social .social li a:hover .text {
  position: relative;
  margin-left: 6px;
  opacity: 1;
}

footer .footer-bottom-area .fba-social .copyright {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  line-height: 24px;
  font-weight: 500;
  margin: 37px 0 0;
}

footer .footer-bottom-area .fba-social .copyright a {color: #ee5c2d; font-size: 14px;}

footer .footer-bottom-area .fba-social .copyright a:hover {text-decoration: underline;}

footer .footer-bottom-area .contact-details .title {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 25px;
  font-weight: 600;
}

.contact-details ul li {list-style: none; margin-bottom: 20px;}

.contact-details ul {padding: 0;}


footer .footer-bottom-area .hba-newsletter .title {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 25px;
  font-weight: 600;
}

footer .footer-bottom-area .hba-newsletter .hba-newsletter-input-box {
  position: relative;
}

footer .footer-bottom-area .hba-newsletter .hba-newsletter-input-box input[type="text"] {
  border-radius: 50px;
  background: #ffffff;
  border: 0;
  letter-spacing: 0;
  height: 60px;
  width: 100%;
  color: #000000;
  font-size: 14px;
  padding: 0 180px 0 40px;
}

footer .footer-bottom-area .hba-newsletter .hba-newsletter-input-box button {
  background-image: -webkit-gradient(linear, left top, right top, from(#ee5c2d), to(#fc9676));
  background-image: linear-gradient(90deg, #ee5c2d 0%, #fc9676 100%);
  box-shadow: 0px 10px 20px 0px rgba(59, 132, 241, 0.3);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(59, 132, 241, 0.3);
  -moz-box-shadow: 0px 10px 20px 0px rgba(59, 132, 241, 0.3);
  -o-box-shadow: 0px 10px 20px 0px rgba(59, 132, 241, 0.3);
  color: #ffffff;
  border-radius: 50px;
  border: 0;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 700;
  cursor: pointer;
  padding: 0 40px;
}

footer .footer-bottom-area .hba-newsletter .hba-newsletter-input-box button .icon {
  margin-right: 10px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

footer .footer-bottom-area .hba-newsletter .hba-newsletter-input-box button:hover .icon {
  margin-right: 8px;
}



/*# sourceMappingURL=style.css.map */


 /*trampoline*/
   .trampoline-container{z-index: 10; position: relative;}
   .trampoline-block{position: relative; float: left; height: 400px; width: 100%;}
   .trampoline{position: absolute; left: 0px; bottom: 0px;}
   .trampoline-cirl{position: absolute; left:80px; bottom: -30px;}
   .boy{position: absolute; left: 100px; top: 0px;}

   @media (max-width:400px)
   {
   
   .boy {left: 0;}
   .trampoline-cirl {left: 0;}
   }
   .boy img {max-width: 100%;}
   .line-jump{position: absolute; left: 142px; bottom: 189px; transform-origin: 100% 100%; -webkit-transform-origin: 100% 100%; display: none;}    

   /*trampoline animation*/
   .trampoline-cirl{-webkit-animation: trampoline-cirl-animation 3200ms infinite; animation: trampoline-cirl-animation 3200ms infinite;}
    @keyframes trampoline-cirl-animation{
      0% {
        transform: scale(1.1 , 1);
      }
      50% {
        transform: scale(1 , 1);  
      }
      100% {
        transform: scale(1.15 , 1);
      }
    }
    @-webkit-keyframes trampoline-animation{
      0% {
        -webkit-transform: scale(1.15 , 1);
      }
      50% {
        -webkit-transform: scale(1 , 1); 
      }
      100% {
        -webkit-transform: scale(1.15 , 1);
      }
    }
    .boy{-webkit-animation: boy-animation 3200ms infinite; animation: boy-animation 3200ms infinite;}
    @keyframes boy-animation{
      0% {
        top:-200px;
        transform: rotate(50deg);
      }
      50% {
        top: 20px;
        transform: rotate(0deg);  
      }
      100% {
        top:-200px;
        transform: rotate(50deg);  
      }
    }
    @-webkit-keyframes boy-animation{
      0% {
        top:-200px;
        -webkit-transform: rotate(50deg);
      }
      50% {
        top: 20px;
        -webkit-transform: rotate(0deg); 
      }
      100% {
        top:-200px;
        -webkit-transform: rotate(50deg);  
      }
    }
    
    /*pool*/
    .pool-block{position: relative; float: right; width: 504px; height: 450px;}
    .pool-img{position: absolute; left: 0px; bottom: 0px;}
    .pool{position: absolute; left: 0px; bottom: 0px;}
    .ship-wrap{position: absolute; left: 0px; bottom: 0px; width: 0px; height: 100%;}
    .ship{position: absolute; left: 250px; bottom: 180px;}
    .waves{position: absolute; left: 245px; bottom: 175px;}
    .buble{position: absolute; left: 90px; bottom: 180px; background: #74c6e9; width: 100px; height: 100px; border-radius:50px;}
    .buble.second{left: 300px; bottom: 150px; width: 75px; height: 75px;}
    
    /*pool animation*/
    .ship-wrap{-webkit-animation: ship-wrap-animation 5200ms infinite; animation: ship-wrap-animation 5200ms infinite;}
    @keyframes ship-wrap-animation{
      0% {
        left: 0px; bottom: 0px;
      }
      50% {
        left: -140px; bottom: 50px;
      }
      100% {
        left: 0px; bottom: 0px;
      }
    }
    @-webkit-keyframes ship-wrap-animation{
      0% {
        left: 0px; bottom: 0px;
      }
      50% {
        left: -140px; bottom: 50px;
      }
      100% {
        left: 0px; bottom: 0px;
      }
    }
   .ship{-webkit-animation: ship-animation 3200ms infinite; animation: ship-animation 3200ms infinite;}
    @keyframes ship-animation{
      0% {
        transform: rotateX(0deg);
      }
      50% {
        transform: rotateX(25deg);
      }
      100% {
        transform: rotateX(0deg);
      }
    }
    @-webkit-keyframes ship-animation{
      0% {
        -webkit-transform: rotateX(0deg);
      }
      50% {
        -webkit-transform: rotateX(25deg);
      }
      100% {
        -webkit-transform: rotateX(0deg);
      }
    }
   .waves{-webkit-animation: waves-animation 3200ms infinite; animation: waves-animation 3200ms infinite;}
    @keyframes waves-animation{
      0% {
        transform: rotateY(0deg);
      }
      50% {
        transform: rotateY(35deg);
      }
      100% {
        transform: rotateY(0deg);
      }
    }
    @-webkit-keyframes waves-animation{
      0% {
        -webkit-transform: rotateY(0deg);
      }
      50% {
        -webkit-transform: rotateY(35deg);
      }
      100% {
        -webkit-transform: rotateY(0deg);
      }
    }
    .buble{-webkit-animation: buble-animation 7200ms infinite; animation: buble-animation 7200ms infinite;}
    @keyframes buble-animation{
      0% {
        transform: rotateY(45deg) rotateX(-65deg) scale(0.5);
      }
      50% {
        transform: rotateY(45deg) rotateX(-65deg) scale(1);
      }
      100% {
        transform: rotateY(45deg) rotateX(-65deg) scale(0.5);
      }
    }
    @-webkit-keyframes buble-animation{
      0% {
        -webkit-transform: rotateY(45deg) rotateX(-65deg) scale(0.5);
      }
      50% {
        -webkit-transform: rotateY(45deg) rotateX(-65deg) scale(1);
      }
      100% {
        -webkit-transform: rotateY(45deg) rotateX(-65deg) scale(0.5);
      }
    }


    .modal-content {background: #fdfcf5;}
    .modal-header {border-bottom: 0;}

    .modal-content h5 {text-align: center; color: #ee5c2d; font-size: 40px;}





    .project-area {
    padding: 103px 0 240px;
    background: #F5F9FF;
}

/* Create four equal columns that sits next to each other */
.column {
    -ms-flex: 25%;
    flex: 25%;
    max-width: 32%;
    padding: 0 16px;
  }
  
  .column img {
    vertical-align: middle;
    width: 100%;
  }

  .project-thumb {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    perspective: 800px;
    perspective-origin: 0 0;

}

.project-thumb img{
    transition: .5s;
    border: 10px solid #eb6942;
}

.project-thumb img:hover{
    transform: scale(1.1);
     border: 10px solid #eb6942;
}

.portfolio-content {
    position: absolute;
    bottom: 0;
    background: rgba(1, 84, 247, 0.7);
    width: 314px;
    height: 108px;
}

.portfolio-content {
    position: absolute;
    bottom: 30px;
    background: rgba(235, 105, 66, 0.7);
    width: 100%;
    height: auto;
    transform-origin: 0%;
    left: 0;
    right: 0;
    margin: auto;
    padding: 20px 0;
    opacity: 1;
    /*transform: rotateY(83deg)perspective(400px);*/
    transition: .5s;
    text-align: center;
}

.project-thumb:hover .portfolio-content{
    opacity: 1;
    /*transform: rotateY(0deg)perspective(400px);*/
}

.portfolio-content h6 {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 40.5px;
    text-transform: uppercase;
}

.portfolio-content h3 {
    margin-top: 0;
}

.portfolio-content h3 a {
    color: #FFF;
    font-size: 34px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}


.footer-area {
    background: #000;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 104px 0 0px;
    padding-bottom: 20px;
     border-bottom: 10px solid #eb6942;
}

.footer-area p {color: #fff; margin-top: 20px;}

.footer-wiget-text h4 {
    margin: 28px 0 24px;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
}

.footer-shape-title h3 {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 23px;
}

.footer-wiget-shape {
    display: inline-block;
    margin-right: 10px;
}

.footer-wiget-title h4 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    line-height: 34px;
    font-weight: 600;
    padding: 0 0 18px;
    transition: .5s;
}

.footer-wiget-title h4 {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    padding: 0 0 18px;
}

.footer-wiget-menu ul {
    list-style: none;
    padding: 0;
}

.footer-wiget-menu ul li {
    list-style: none;
    margin-top: 0px;
}

.footer-wiget-menu ul li a {
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    transition: .5s;
    margin: 0;
}

.footer-wiget-menu ul li a:hover {
    color: #eb6942;
    margin-left: 10px;
}

.footer-wiget-icon ul li {
    list-style: none;
    display: inline-block;
    margin-right: 19px;
    margin-bottom: 25px;
}

.footer-wiget-icon ul li a i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #fff;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    font-size: 16px;
    transition: .5s;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    color: #eb6942;
}

.footer-wiget-icon ul li a:hover i{
    color: #fff;
}

.footer-wiget-icon ul li a i::after{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    right: 0;
    bottom: 0;
    background: #eb6942;
    transform: scale(0);
    border-radius: 50%;
    z-index: -1;
    transition: .5s;
}

.footer-wiget-icon ul li a i:hover::after{
    transform: scale(1);
}

.footer-widget-contct-menu ul {
    list-style: none;
}

.footer-widget-contct-menu ul li.line {
    margin-bottom: 20px;
    border-bottom: 1px solid #252424;
    padding: 0px 0 13px;
}

.footer-widget-contct-menu ul li a {
    display: block;
    color: #FFF;
    font-size: 14px;
    line-height: 32px;
    font-weight: 400;
    margin: 5px 0 4px;
    transition: .5s;
    text-decoration: none;
}

.copyright-text {
    margin-top: 15px;
}

.copyright-text p {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
}

.copyright-text p a {
    color: #eb6942;
    font-size: 14px;
}

.copyright-text a:hover {text-decoration: underline;}

.footer-condition {
    text-align: right;
}

.footer-condition ul {
    list-style: none;
}

.footer-condition ul li {
    display: inline-block;
}

.footer-condition ul li a {
    display: inline-block;
    margin-right: 28px;
    color: #FFF;
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
    text-decoration: none;
    transition: .5s;
}

.footer-condition ul li a:hover{
color: #eb6942;}

.footer-wiget-log img {width: 50%;}

.fade {background:rgba(0, 0, 0, 0.9);}

.close  { font-size:30px;
color: #eb6942;}

.font-s {font-size: 20px;}

.font-4 {font-size: 18px; color: #fff; margin-top: 20px;}

.bg1 {border-radius: 10px; background: rgba(235, 105, 66, 0.7);
color: #fff;
font-size: 20px;text-align: center; padding: 20px;
text-transform: uppercase;}

.object {
  animation: MoveUpDown 1s linear infinite;
  position: absolute;
  left: 0;
  bottom: 0;
}

@keyframes MoveUpDown {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: 50px;
  }
}


@media screen and (min-device-width: 1024px) and (max-device-width: 1366px) { 
  .single-pricing{min-height: 632px;}
}

.inner-banner {position:relative; margin-top:100px; }

.inner-banner img {width: 100%;}

.fixed-bg{height: 300px;}

.page-title-wrap{position: absolute; top: 40%;}

.breadcrumb{background: #ea5e35; }

.breadcrumb-item a {color: #fff; font-size: 15px;}

.breadcrumb .active{color: #000;}

.border-d {border:5px solid #ea5e35; }


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #ea5e35;
  border-radius: 50%;
  padding: 8px;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
  padding: 30px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #106eea;
}

.contact .php-email-form input {
  padding: 10px 15px;
  height: 50px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #ea5e35;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
  transition: 0.5s;
}

.contact .php-email-form button:hover{ background:#000; }



@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


.logo-font { font-family: 'Aviano Gothic  3' !important; text-transform: uppercase;
font-weight: bold;
font-size: 66px;}

.logo-font b {color: #ee5c2d;}

@media(max-width:760px) {

.logo-font {font-size: 36px;}
.logo-font b {color: #fff;}

}
