html {
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
}

body {
  background-color: #ffffff;
  color: #4b4e53;
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  height: 100%;
  position: relative;
  font-family: 'Roboto', sans-serif;

 /* font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
}

@media only screen and (min-width: 0px) {
  html,
  body {
    font-size: 13px;
  }
}
@media only screen and (min-width: 992px) {
  html,
  body {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1200px) {
  html,
  body {
    font-size: 14px;
  }
}
/* + NAVBAR ================================ */
.do {
  height: 1200px;
}

@-webkit-keyframes animFixedMainBack {
  0% {
    width: 100vw;
    bottom: 0;
    margin-left: -215px;
  }
  100% {
    width: 100%;
    margin-left: 0;
    bottom: 0;
  }
}
@keyframes animFixedMainBack {
  0% {
    width: 100vw;
    bottom: 0;
    margin-left: -215px;
  }
  100% {
    width: 100%;
    margin-left: 0;
    bottom: 0;
  }
}


#header{

    position: absolute;
    left: 0px;
    display: block;
    top: -18px;
    right: 0px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    background: #ffffff40!important;
}

.navbar {
  width: 100%;
  border-radius: 0;
  margin-bottom: 0px;
  z-index: 999;
  min-height: 100px;
  background: #fff0;
  border-bottom: 1px solid #ddd;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: swing;
  -moz-transition-timing-function: swing;
  -o-transition-timing-function: swing;
  transition-timing-function: swing;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.navbar ul {
  padding-left: 0;
  list-style: none;
}

.navbar-default {
  border: 0;
}
.navbar-default .navbar-brand {
  font-size: 14px;
   padding-top: 10px;
  padding-left: 32px;
  color: #4b4e53;
}
@media (max-width: 768px) {
  .navbar-default .navbar-brand {
    padding-left: 0;
  }
}
.navbar-default .navbar-brand:hover {
  color: #4b4e53;
}
.navbar-default .navbar-brand h2 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-size: 32px;
  font-weight: 300;
}
.navbar-default .navbar-brand h2 b {
  font-weight: 500;
}
@media (max-width: 768px) {
  .navbar-default .navbar-brand h2 {
    font-size: 1.5em;
    top: 16px;
  }
  .navbar-default .navbar-brand h2 span {
    display: none;
  }
}
.navbar-default .navbar-brand > img {
  max-height: 95px;
}
@media (max-width: 768px) {
  .navbar-default .navbar-brand > img {
    max-height: 50px;
  }
}
.navbar-default .navbar-toggle {
  border: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #61d16e;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
  border: 0;
}
.navbar-default .navbar-nav > li {
  color: #4b4e53;
}
@media (max-width: 768px) {
  .navbar-default .navbar-nav > li.active > a,
  .navbar-default .navbar-nav > li.active > a:focus {
    background-color: rgba(0, 0, 0, 0.05);
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
}
.navbar-default .navbar-nav > li.active > a:before {
  background-color: #008cba;
  left: 0;
  right: 0;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media (max-width: 768px) {
  .navbar-default .navbar-nav > li.active > a:before {
    background-color: transparent;
  }
}
.navbar-default .navbar-nav > li > a {
  color: #000;
  position: relative;
  cursor: pointer;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 24px;
  padding: 42px 15px 33px;
  text-transform: uppercase;
  white-space: nowrap;
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -moz-transition-property: border-bottom, color;
  -o-transition-property: border-bottom, color;
  -webkit-transition-property: border-bottom, color;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  transition-property: border-bottom, color;
}
@media (max-width: 768px) {
  .navbar-default .navbar-nav > li > a {
    margin: 0;
    padding: 1em 2em 1em 1.5em;
  }
}
.navbar-default .navbar-nav > li > a::before {
  background-color: transparent;
  bottom: -1px;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  right: 50%;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  z-index: 1;
}
.navbar-default .navbar-nav > li > a:hover::before, .navbar-default .navbar-nav > li > a.active::before {
  background-color:#5aa11a;
  left: 0;
  right: 0;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media (max-width: 768px) {
  .navbar-default .navbar-nav > li > a:hover::before, .navbar-default .navbar-nav > li > a.active::before {
    background-color: transparent;
  }
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a.active {
  background-color: transparent;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media (max-width: 768px) {
  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a.active {
    background-color: rgba(0, 0, 0, 0.05);
  }
}
.navbar-default .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
}
@media (max-width: 768px) {
  .navbar-default .navbar-nav > li > .dropdown-menu {
    margin: 0 20px;
  }
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #4b4e53;
}
.navbar-default .navbar-nav .open .dropdown-menu > li:hover {
  background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #4b4e53;
  box-shadow: none;
}
.navbar-default .navbar-nav .open > a {
  background-color: transparent;
  color: inherit;
}
.navbar-default .navbar-nav .open > a:focus, .navbar-default .navbar-nav .open > a:hover {
  background-color: transparent;
  color: inherit;
}
.navbar-default .dropdown-menu {
  border: 0;
  border-radius: 0 !important;
  background: #fdfdfd;
  left: auto;
  padding: 0 !important;
  
}
.navbar-default .dropdown-menu li {
  position: relative;
}
.navbar-default .dropdown-menu li:last-child {
  border-bottom: 0;
}
.navbar-default .dropdown-menu li a {
  padding: 10px 12px 11px 12px;
  text-align: left;
  font-weight: 300;
  color: inherit;
  position: relative;
  text-transform: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none !important;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.navbar-default .dropdown-menu li a:hover, .navbar-default .dropdown-menu li a:focus {
  outline: 0;
  color: #4b4e53;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 1px 0 0 #ddd, -1px 0 0 #ddd;
  -moz-box-shadow: 1px 0 0 #ddd, -1px 0 0 #ddd;
  box-shadow: 1px 0 0 #ddd, -1px 0 0 #ddd;
}
.navbar-default .nav,
.navbar-default .collapse,
.navbar-default .dropup,
.navbar-default .dropdown {
  position: static;
}
.navbar-default .container {
  position: relative;
}

.navbar-toggle {
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  float: left;
  margin-bottom: 0;
  margin-left: 32px;
  margin-top: 30px;
  padding: 9px 10px;
  position: relative;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.navbar-toggle .icon-bar:nth-of-type(2) {
  top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
  top: 2px;
}

.navbar-toggle .icon-bar {
  height: 4px;
  width: 30px;
  background-color: #4b4e53;
  position: relative;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
  top: 6px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
  background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
  top: -9px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 768px) {
  .navbar-nav {
    margin: 40px 15px 10px 15px;
  }
}
.navbar-nav .open .dropdown-menu {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.075);
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -o-animation-name: slidenavAnimation;
  animation-name: slidenavAnimation;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .navbar-nav .open .dropdown-menu {
    box-shadow: none !important;
  }
}
.navbar-nav .open .dropdown-menu .dropdown-header {
  margin-bottom: 0;
}
.navbar-nav .open .dropdown-menu > li {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .navbar-nav .open .dropdown-menu > li.dropdown-header {
    margin-left: 15px;
    padding: 1em 2em 1em 0;
  }
}
.navbar-nav .open .dropdown-menu > li > a {
  padding: 1em 2em 1em 1.5em;
}
@media (max-width: 768px) {
  .navbar-nav .open .dropdown-menu > li > a {
    margin-left: 15px;
    padding: 1em 2em 1em 0;
  }
}

.nav > li {
  list-style: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.nav > li > a {
  display: inline-block;
  text-decoration: none;
  font-size: 1.1em;
  color: #4b4e53;
  padding: 0;
}
.nav > li > a:focus, .nav > li > a:hover {
  background-color: transparent;
  text-decoration: none;
}
.nav > li:hover {
  background-color: transparent;
}
.nav > li .open > a {
  border: none;
}
.nav > li .open > a:hover, .nav > li .open > a:focus {
  border: none;
}
.nav .open > a {
  background-color: transparent;
  border: 0;
}
.nav .open > a:hover, .nav .open > a:focus {
  background-color: transparent;
  border: 0;
}

.navbar-right {
  float: right !important;
  margin-right: 15px;
}
@media (max-width: 786px) {
  .navbar-right {
    float: none !important;
  }
}
.navbar-right .dropdown-menu {
  right: auto;
}

.dropdown-header {
  font-size: 14px;
  font-weight: bold;
  color: #4b4e53;
  display: block;
  padding: 1em 2em 1em 1.5em;
  white-space: nowrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 28px;
  margin-bottom: 13px;
  padding-top: 19px;
}

.navbar-collapse {
  border-bottom: 0 !important;
}

.mega-menu .mega-menu-content {
  position: relative;
  padding: 20px;
}
@media (max-width: 768px) {
  .mega-menu .mega-menu-content {
    padding: 0 15px;
  }
}
.mega-menu .mega-menu-content .widget .thumb {
  position: relative;
  padding: 20px;
}
.mega-menu .mega-menu-content .box li {
    border-bottom: 1px solid #eeeeee;
    border-bottom-color: rgb(238, 238, 238);
    border-bottom-color: rgb(97, 209, 110);
    position: relative;
    padding: 17px 10px 17px 0;
}
.mega-menu .mega-menu-content .box li:before {
  color: inherit;
}
.mega-menu .mega-menu-content .box li:last-child {
  /*border-bottom: 0 solid #FFFFFF;*/
}
.mega-menu .mega-menu-content .box li i {
  right: 0;
  clear: both;
  top: 10px;
  display: block;
  position: absolute;
}
.mega-menu .mega-menu-content .box li a {
  color: inherit;
  border-bottom: none;
  border-bottom: 0 !important;
  padding: 14px 30px 12px 0 !important;
  position: relative;
  text-decoration: none;
  text-transform: none;
  font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
}
.mega-menu .mega-menu-content .box li a:hover, .mega-menu .mega-menu-content .box li a:focus {
  background: none !important;
  border: 0;
  box-shadow: none;
}
.mega-menu .dropdown-menu {
  padding: 30px 30px;
}
.mega-menu .navbar-default .mega-menu-content {
  border-radius: 0;
}
.mega-menu .navbar-default .mega-menu-full .dropdown-menu {
  left: 0;
  right: 0;
}
.mega-menu .navbar-default .mega-menu-half .dropdown-menu {
  left: 20%;
  right: 20%;
}
.mega-menu .entry {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.mega-menu .entry img {
  width: 100%;
}
.mega-menu .entry:hover .magnifier {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
.mega-menu .coldesc {
  background: #4b4e53;
  color: #FFFFFF;
  margin-bottom: 10px;
  text-align: center;
}
.mega-menu .menu-image {
  margin-bottom: 30px;
}
.mega-menu .box p {
  color: inherit;
  font-weight: 400;
  padding-top: 10px;
  font-size: 13px;
}
.mega-menu .box h4 {
  color: inherit;
  font-weight: bold;
  font-size: 14px;
  padding-top: 0;
}
.mega-menu .box ul li span {
  float: right;
  margin-top: 4px;
}
.mega-menu .box ul li:hover .fa {
  color: #D83D59 !important;
}
.mega-menu .dropdown-submenu {
  position: relative;
}
.mega-menu .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
  margin-left: 0;
  border-radius: 0;
}
.mega-menu .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.mega-menu .dropdown-submenu.pull-left {
  float: none;
}
.mega-menu .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.sticky .navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  background: #FFFFFF;
  border-bottom: 0;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
  border: 0;
  min-height: 74px;
  -webkit-animation: animFixedMain .5s forwards;
  -moz-animation: animFixedMain .5s forwards;
  -o-animation: animFixedMain .5s forwards;
  animation: animFixedMain .5s forwards;
}
.sticky .navbar .navbar-brand {
  font-size: 25px;
     padding: 7px 15px 5px 130px;
  height: 74px;
}
.sticky .navbar .navbar-brand > img {
   max-height: 75px;
}
.sticky .navbar .navbar-nav > li > a {
  color: #757575;
  padding: 25px 15px 15px 15px;
  line-height: 33px;
}
.sticky .navbar-toggle {
  margin-top: 20px;
}

@-moz-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}



/*slider......*/


@media (min-width: 992px) {
  .slider, .slide {
    height: 93vh;
  }
}

.banner__slider{
  position: relative;
top: 0px;
}



.slide {
  position: relative;
  -webkit-transition: 1s;
  transition: 1s;
}
.slide .slide__img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (min-width: 992px) {
  .slide .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.slide .slide__img img {
  max-width: 100%;
  height: auto;
  opacity: 23 !important;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.slide .slide__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
    background-color: #ffffffd6;
    padding: 40px 125px 4px;
    text-transform: uppercase
}
.slide .slide__content.slide__content__left {
/*  left: 15%;
  -webkit-transform: translate(-15%, -50%);
          transform: translate(-15%, -50%);*/
}
.slide .slide__content.slide__content__right {
/*  right: 15%;
  left: auto;
  -webkit-transform: translate(5%, -50%);
          transform: translate(5%, -50%);*/
}
.slide .slide__content--headings {
  color: #000;
}
.slide .slide__content--headings h2 {
  font-size: 4.5rem;
  margin: 10px 0;
}
.slide .slide__content--headings .animated {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.slide .slide__content--headings .top-title {
/*  font-family: "Playball", cursive;*/
  font-size: 2.5rem;
 /* font-family: 'Bitter', serif;*/
}
.slide .slide__content--headings .title {
  font-size: 3.5rem;
}
.slide .slide__content--headings .button-custom {
  text-decoration: none;
  color: #333;
  padding: 1.2rem 2.5rem;
  font-size: 1.5rem;
}

.slider [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-transition: opacity 0.5s ease 0.3s;
  transition: opacity 0.5s ease 0.3s;
  -webkit-transition: 1s;
  transition: 1s;
}

.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button:hover, .simple-dots .slick-dots li button:focus {
  opacity: 1;
}
.simple-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}

.stick-dots .slick-dots li {
  height: 3px;
  width: 50px;
}
.stick-dots .slick-dots li button {
  position: relative;
  background-color: white;
  opacity: 0.25;
  width: 50px;
  height: 3px;
  padding: 0;
}
.stick-dots .slick-dots li button:hover, .stick-dots .slick-dots li button:focus {
  opacity: 1;
}
.stick-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}
.stick-dots .slick-dots li.slick-active button:hover, .stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}

/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    -webkit-transition: 1s;
    transition: 1s;
  }
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transition: 1s;
    transition: 1s;
  }
}
@keyframes zoomInImage {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    -webkit-transition: 1s;
    transition: 1s;
  }
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transition: 1s;
    transition: 1s;
  }
}
.zoomInImage {
  -webkit-animation-name: zoomInImage;
          animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
  from {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transition: 1s;
    transition: 1s;
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    -webkit-transition: 1s;
    transition: 1s;
  }
}

@keyframes zoomOutImage {
  from {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transition: 1s;
    transition: 1s;
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    -webkit-transition: 1s;
    transition: 1s;
  }
}
.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
          animation-name: zoomOutImage;
  -webkit-transition: 1s;
  transition: 1s;
}

.slick-nav {
  --active: #fff;
  --border: rgba(255, 255, 255, .12);
  width: 44px;
  height: 44px;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 44px);
}
.slick-nav.prev-arrow {
  left: 3%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  z-index: 999;
}
.slick-nav.next-arrow {
  left: auto;
  right: 3%;
}
.slick-nav i {
  display: block;
  position: absolute;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
}
.slick-nav i:before, .slick-nav i:after {
  content: '';
  width: 10px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--active);
  margin: -1px 0 0 -5px;
  display: block;
  -webkit-transform-origin: 9px 50%;
          transform-origin: 9px 50%;
}
.slick-nav i:before {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.slick-nav i:after {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.slick-nav:before, .slick-nav:after {
  content: '';
  display: block;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 50%;
  border: 2px solid var(--border);
}
.slick-nav svg {
  width: 44px;
  height: 44px;
  display: block;
  position: relative;
  z-index: 1;
  color: var(--active);
  stroke-width: 2px;
  stroke-dashoffset: 126;
  stroke-dasharray: 126 126 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.slick-nav.animate svg {
  -webkit-animation: stroke 1s ease forwards .3s;
          animation: stroke 1s ease forwards .3s;
}
.slick-nav.animate i {
  -webkit-animation: arrow 1.6s ease forwards;
          animation: arrow 1.6s ease forwards;
}
.slick-nav.animate i:before {
  -webkit-animation: arrowUp 1.6s ease forwards;
          animation: arrowUp 1.6s ease forwards;
}
.slick-nav.animate i:after {
  -webkit-animation: arrowDown 1.6s ease forwards;
          animation: arrowDown 1.6s ease forwards;
}

@-webkit-keyframes stroke {
  52% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }
  52.1% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }
  100% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}

@keyframes stroke {
  52% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }
  52.1% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }
  100% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}
@-webkit-keyframes arrow {
  0%,
    100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  23% {
    -webkit-transform: translateX(17px);
            transform: translateX(17px);
    opacity: 1;
  }
  24%,
    80% {
    -webkit-transform: translateX(-22px);
            transform: translateX(-22px);
    opacity: 0;
  }
  81% {
    opacity: 1;
    -webkit-transform: translateX(-22px);
            transform: translateX(-22px);
  }
}
@keyframes arrow {
  0%,
    100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  23% {
    -webkit-transform: translateX(17px);
            transform: translateX(17px);
    opacity: 1;
  }
  24%,
    80% {
    -webkit-transform: translateX(-22px);
            transform: translateX(-22px);
    opacity: 0;
  }
  81% {
    opacity: 1;
    -webkit-transform: translateX(-22px);
            transform: translateX(-22px);
  }
}
@-webkit-keyframes arrowUp {
  0%,
    100% {
    -webkit-transform: rotate(-40deg) scaleX(1);
            transform: rotate(-40deg) scaleX(1);
  }
  20%,
    80% {
    -webkit-transform: rotate(0deg) scaleX(0.1);
            transform: rotate(0deg) scaleX(0.1);
  }
}
@keyframes arrowUp {
  0%,
    100% {
    -webkit-transform: rotate(-40deg) scaleX(1);
            transform: rotate(-40deg) scaleX(1);
  }
  20%,
    80% {
    -webkit-transform: rotate(0deg) scaleX(0.1);
            transform: rotate(0deg) scaleX(0.1);
  }
}
@-webkit-keyframes arrowDown {
  0%,
    100% {
    -webkit-transform: rotate(40deg) scaleX(1);
            transform: rotate(40deg) scaleX(1);
  }
  20%,
    80% {
    -webkit-transform: rotate(0deg) scaleX(0.1);
            transform: rotate(0deg) scaleX(0.1);
  }
}
@keyframes arrowDown {
  0%,
    100% {
    -webkit-transform: rotate(40deg) scaleX(1);
            transform: rotate(40deg) scaleX(1);
  }
  20%,
    80% {
    -webkit-transform: rotate(0deg) scaleX(0.1);
            transform: rotate(0deg) scaleX(0.1);
  }
}

.abt-grey{

 background-color: #eeeeee;
border-radius: 40px;
box-shadow: 0 0 13px 3px rgba(4, 4, 4, 0.15);
    margin-bottom: 65px;

}

.imgabt{
  width: 100%;
    padding: 0px 10px;
}


.about-us p{
     font-size: 16px;
    line-height: 2em;
    font-family: 'Open Sans', sans-serif;
  
}

.arrow{
  color: #61ce70;
  

}

.about-us h2{
    font-weight: 500;
    font-size: 30px;
    color: #373636;
}

.about-us span{
  font-weight: 600;
  font-size: 40px;
  color: #373636;
}

.r1{
   color: #61ce70;
   margin: 10px 10px;
   
}

.what-we{
  padding:50px 0;
}

.what-do:hover{
    box-shadow: 0 0 13px 3px rgb(0 0 0 / 6%);
    outline: 1px solid #ffffff14;
    outline-offset: -11px;
    padding: 10px 25px 10px;
    margin: 30px 0px 0px 0px;
    /*background-color: #61d16e;*/
    /*background-color: #108CC5;*/
    color: #fff;
}
.wo:hover{
    background-color: #108CC5;
}
.id:hover{
    background-color: #f5c942;
}
.be:hover{
    background-color: #61ce70;
}


.what-we h2{
    font-weight: 500;
    font-size: 30px;
    text-align: center;
        margin-bottom: 10px;
        color: #373636;
 }


.what-we  span{
  font-weight: 600;
  font-size: 40px;
  /*color: #373636;*/
}

.what-we h3{
    text-align: left;
    font-size: 25px;
    /*color: #373636;*/
  }


  .what-we h3 span {
     text-align: center;
     font-weight: 600;
     font-size: 30px;
  }
  .what-we p {
     font-size: 16px;
    line-height: 2em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;   

  }


/*footer*/
footer {
  background-color: #1b1925;
 /* padding: 15px 0 35px;*/
}

.footer-logo {
  margin: 40px 0 0px;
width: 65%;
}

footer p {
  font-size: 15px;
  line-height: 30px;
  color: rgba(255,255,255,0.5);
  margin: 0 0 15px;
}

.social-icon-footer {
  float: left;
    margin: 0 0 30px;
}

.social-icon-footer a i {
  padding: 11px 15px 0 0;
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}

.social-icon-footer a i:hover {
  color: #fff;
}

footer h3 {
  font-size: 18px;
  font-weight: 500;
  color: rgba(255,255,255,0.8);
  text-transform: uppercase;
  margin: 42px 0px 25px;
  font-family: 'Open Sans', sans-serif;
}
.quick_link{
list-style: none;
font-size: 15px;
float: left;
margin-left: -40px;
line-height: 35px;
}

.quick_link_right{
list-style: none;
font-size: 15px;
margin-right: -37px;
line-height: 35px;

}
.quick_link_right li a{
list-style: none;
color: #fff;
font-size: 15px;
line-height: 25px;
font-family: 'Open Sans', sans-serif;
}
.quick_link  li a{
list-style: none;
color: #fff;
font-size: 15px;
line-height: 25px;
font-family: 'Open Sans', sans-serif;
} 
.ft-icon{
padding: 0px 8px;
color: #ffffff;
}

.help-linenumber{
background: #fff;
    padding: 20px 0px;
    width: 80%;
    list-style: none;
    border-radius: 10px;
    border: 1px solid #2abba8;
    margin: 40px auto;
}

.help-linenumber li{
text-align: left;
margin-bottom: 15px;
font-size: 20px;
padding: 0px 22px;
font-family: 'Open Sans', sans-serif;
line-height: 15px;
}
.en{
  text-align: center!important;
}
.help{

    float: left;
    margin: 16px 15px;

}

.lp{
font-size: 18px;
font-weight: 500;
text-align: left;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
 }

.lp-no a{
 font-size: 15px;
 color: rgb(29, 167, 149);

  }

.adress-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.adress-list li {
  line-height: 24px;
  color: rgba(255,255,255);
  margin: 0 0 15px;
  position: relative;
  padding: 0 0 0 25px;
  font-family: 'Open Sans', sans-serif;
}


.adress-list li a {
  color: rgba(255,255,255);
  font-family: 'Open Sans', sans-serif;
}

.adress-list li a:hover {
  color: rgba(255,255,255,0.80);
  font-family: 'Open Sans', sans-serif;
}




.time-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.time-list li {
  line-height: 24px;
  color: rgba(255,255,255);
  margin: 0 0 15px;
  position: relative;
  padding: 0 0 0 25px;
  font-family: 'Open Sans', sans-serif;
}


.time-list li a {
  color: rgba(255,255,255);
  font-family: 'Open Sans', sans-serif;
}

.time-list li a:hover {
  color: rgba(255,255,255,0.80);
  font-family: 'Open Sans', sans-serif;
}





.adress-list li:nth-child(1):after {
  position: absolute;
  font-family: 'FontAwesome';
  content: "\f041";
  left: 0;
  top: 0;
  font-size: 15px;
  color: rgb(255 255 255);
}

.time-list li:nth-child(1):after {
  position: absolute;
  font-family: 'FontAwesome';
  content: "\f017";
  left: 0;
  top: 0;
  font-size: 15px;
    color: rgb(255 255 255);
}

/*.adress-list li:nth-child(3):after {
  position: absolute;
  font-family: 'FontAwesome';
  content: "\f017";
  left: 0;
  top: 0;
  font-size: 13px;
   color: rgb(255 255 255);
}

.adress-list li:nth-child(4):after {
  position: absolute;
  font-family: 'FontAwesome';
  content: "\f017";
  left: 0;
  top: 0;
  font-size: 13px;
   color: rgb(255 255 255);
}*/

.get-footer {
  color: #ffca06;
  position: relative;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 30px 0 80px;
  float: left;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}

.get-footer:after {
  position: absolute;
  font-family: 'FontAwesome';
  right: -14px;
  top: 0px;
  content: "\f105";
}

.get-footer:hover {
  color: #fff;
  text-decoration: underline;
}

.copy-right{
  background: #0e0d16;
  padding: 10px 0 10px;
}
.footer-bottom-list p{
  color: #fff;
  text-align: left;
  padding: 0px 18px;
  font-size: 15px;
      font-family: 'Open Sans', sans-serif;
}



/*testimonials*/

.testimonials{
  padding:50px 0;
}

.testimonial{
    text-align: center;
    padding: 100px 40px 5px;
    margin-top: 100px;
   /* border-top: 5px solid #4b489b;*/
    position: relative;
}



.testimonials h2{

    font-weight: 500;
    font-size: 30px;
    text-align: center;
    margin-bottom: 10px;
    color: #373636;

}

.testimonials  span{
  font-weight: 600;
  font-size: 40px;
  color: #373636;
}


.testimonial:before{
    content: "\f10d";
  font-family: 'FontAwesome';
    font-weight: 900;
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 50px;
    color: #60cf6f;
    opacity: 0.8;
}
.testimonial .pic{
    width: 150px;
    height: 150px;
  /*  border: 5px solid #4b489b;*/
    position: absolute;
    top: -113px;

    left: 0;
    right: 0;
    margin: 0 auto;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .description{

    color: #6f6f6f;
     margin-bottom: 30px;

    font-size: 16px;
    line-height: 2em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.testimonial .testimonial-title{
    display: block;
    text-align: center;
    font-size: 22px;
    color: #60cf6f;
    margin: 0;
}

.testimonial-slider{
  margin-top: -73px;
}

.testimonial .post{

     font-size: 15px;
    color: #6f6f6f;
   /* margin-left: -124px;*/
  /*  margin-top: 7px;*/
}

.owl-theme .owl-controls .owl-page span{
    width: 20px;
    height: 3px;
    background: #4b489b;
}

@media only screen and (max-width: 479px){

    .testimonial{ padding: 80px 15px 5px; }

    .testimonial::before{ top: 10px; }

    .testimonial .pic{
        width: 120px;
        height: 120px;
        top: -60px;
    }
}



/*latest project*/




  .latest-project {
    padding: 50px 0;
    /*margin-bottom: 180px;*/
  }

  .latest-project h2{

    font-weight: 500;
    font-size: 30px;
    text-align: center;
    margin-bottom: 10px;
    color: #373636;

  }




.latest-project  span{
  font-weight: 600;
  font-size: 40px;
  color: #373636;
}







.slideshow{
    width: 100%;
    height:73.5vh;
    position: relative;
    overflow: hidden;
    background-color: #0000009e;
    margin-top: 50px;
}

.slideshow-item{
    width: inherit;
    height: inherit;
    position: absolute;
    opacity: 0;
    animation: slideanim 31s infinite;
}

.slideshow-item:nth-child(1),
.slideshow-item:nth-child(1) img{
    animation-delay: 0;
}
.slideshow-item:nth-child(2),
.slideshow-item:nth-child(2) img{
    animation-delay: 10s;
}

.slideshow-item:nth-child(3),
.slideshow-item:nth-child(3) img{
    animation-delay: 20s;
}

.slideshow-item:nth-child(4),
.slideshow-item:nth-child(4) img{
    animation-delay: 25s;
}

.slideshow-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: zoom 0s infinite;
}

.slideshow-item-text{
    width: 32%;
    position: absolute;
    bottom: 0%;
    /*transform: translateY(73%);*/
    left: 290px;
    background-color: #fff;
    color: #545454;
    padding: 2rem 2rem;
}

.slideshow-item-text h5{
    font-size: 31px;
    letter-spacing: 0px;
    font-weight: 600;
    color: #373636;
}

.slideshow-item-text p{
   font-weight: 300;
    font-size: 20px;
    margin-top: 2rem;
    
}

@keyframes slideanim{
    25%{
        opacity: 1;
    }
    40%{
        opacity: 0;
    }
}

@keyframes zoom{
    100%{
        transform: scale(1.3);
    }
}

@media screen and (max-width: 1100px){
    .slideshow-item-text{
         width: 50%;
         left: 105px;
    }
}

@media screen and (max-width: 768px){
/*    .slideshow-item-text{
        padding: 3rem 1.5rem;
    }*/
}

@media screen and (max-width: 456px){
    .slideshow-item-text{
        max-width: 100%;
        top: inherit;
        transform: translateY(0);
        bottom: 0;
    }

    .slideshow-item-text h5{
        font-size: 2rem;
    }

    .slideshow-item-text p{
        font-size: 15px;
    }
}


/*our projects*/

.our-projects{
  padding: 50px 0px;
}



.our-projects h2{

    font-weight: 500;
    font-size: 30px;
    text-align: center;
    margin-bottom: 10px;
    color: #373636;

  }




.our-projects  span{
  font-weight: 600;
  font-size: 40px;
  color: #373636;
}





/*1st*/

/*.swiper-container {*/
/*  position: relative;*/
/*  width: 90vw;*/
/*  height: 300px;*/
/*}*/

/*.swiper-container > .swiper-slide__content {*/
/*  position: absolute;*/
/*  top: 0;*/
/*}*/

.swiper-slide {
  height: 300px;
  display: -webkit-box;
  display: flex;
 
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
          border-radius: 7px;



}



.swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1);
          transform: scale(1);
/*  background: #fc0;*/
   -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.swiper-slide__content {
  height: 300px;
}



/*services*/
.services{
  padding: 50px 0px; }

.services h3{
  font-weight:500;
  font-size: 25px;
  text-align: left;
  padding: 0px 0px 0px;
  color: #373636;
}
.services p{
    font-weight:400;
  font-size: 16px;
  text-align: left;
  line-height:30px;
  padding: 10px 0px 15px;
  color: #373636;

}

.ser-list{
    border: 1px solid #e0e0e0;
    margin-bottom: 30px;

}

.ser-list h4{
  font-weight:400;
  font-size: 19px;
  text-align: center;
  padding: 10px 0px 15px;
  color: #373636;
}


.about-us{
      padding: 100px 0px 0px;
}
.underline{
/*  margin-left: auto;*/
    margin-right: auto;
    display: block;
    margin-bottom: 20px;
    margin-top: 12px;
}

.underline-centr{
  margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 20px;
    margin-top: 12px;
}


/**/



.fixed-links {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 4;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.fixed-links ul li a.icon-form {
    background-image: url(../img/icon-form.html);
}
.fixed-links ul li a {
    display: block;
    background-color: #f58220;
    font-size: 0;
    height: 50px;
    width: 40px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 8px 0;
}


.fixed-links .enquiry-form {
  position: absolute;
  top: 50%;
  right: 100%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: 270px;
  text-align: center;
  margin-right: 20px;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
  opacity: 0;
  visibility: hidden
}

.fixed-links .enquiry-form .close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  /*background: url(../images/close.png) no-repeat center #222;*/
      background: url() no-repeat center #38a3e6;
  display: block;
  cursor: pointer;
  -webkit-background-size: 10px auto;
  background-size: 10px auto
  
}
.close {
    float: right;
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 2.2;
}

.fixed-links .enquiry-form .close:hover {
  /*background-color: #ed1d24*/
}

.fixed-links .enquiry-form h3 {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  color: #24344b;
  margin-bottom: 10px
}

.fixed-links .enquiry-form .field {
  margin-bottom: 10px
}

.fixed-links .enquiry-form .form-control {
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 0 10px
}

.fixed-links .enquiry-form input.form-control {
  height: 40px
}

.fixed-links .enquiry-form textarea.form-control {
  height: 100px;
  padding: 10px
}

.fixed-links .enquiry-form.open {
  opacity: 1;
  visibility: visible
}

.enquiry-form-mobile {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 9999999999
}

.leftnav {
    position: fixed;
    top: 80%;
    left: 0px;
    width: 50px;
    z-index: 999;
    margin-top: -145px;
    height: 360px;
    font-size: 16px
  }
  .social{
position: absolute;
    top: 95%;
    right: 0px;
    width: 50px;
    z-index: 999;
    margin-top: -250px;
    height: 115px;
    font-size: 20px;
    display: inline-grid;
  }

.enquirybtn{

 top: 438px;
 left: -72px;
z-index: 500;
background: linear-gradient(90deg,#38a3e6 0%,#38a3e6 100%);
padding: 12px 34px 11px 50px;
color: #FFF;
font-size: 16px;
line-height: 18px;
border-radius: 10px;
height: 45px;
white-space: nowrap;
font-family: "Muli", sans-serif;
font-weight: 500;
offset-rotate: 10px;
transform: rotate(90deg);
  position: fixed;
   
  }
.enquirybtn:hover{
  background: linear-gradient(90deg,#61ce70 0%,#61ce70 100%); 
  color:#fff;
}  
  
  
.enquirybtn:hover{  
  text-decoration: none;
    color:#fff!important
}

.enquiry-form-mobile .enquiry-form-link {
  display: block;
  width: 50px;
  height: 50px;
  font-size: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: url(../assets/img/form.html) no-repeat center #f58220;
  -webkit-background-size: auto 25px;
  background-size: auto 25px
}

.enquiry-form-mobile .enquiry-form-link:focus {
  background-color: #24344b
}

.enquiry-form-mobile .enquiry-form {
  position: absolute;
  bottom: 100%;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: 280px;
  text-align: center;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
  opacity: 0;
  visibility: hidden
}

.enquiry-form-mobile .enquiry-form .close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: url(../assets/img/close.html) no-repeat center #222;
  display: block;
  cursor: pointer;
  -webkit-background-size: 10px auto;
  background-size: 10px auto
}

.enquiry-form-mobile .enquiry-form .close:hover {
  background-color: #ed1d24
}

.enquiry-form-mobile .enquiry-form h3 {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  color: #24344b;
  margin-bottom: 10px
}

.enquiry-form-mobile .enquiry-form .field {
  margin-bottom: 10px
}

.enquiry-form-mobile .enquiry-form .form-control {
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 0 10px
}

.enquiry-form-mobile .enquiry-form input.form-control {
  height: 40px
}

.enquiry-form-mobile .enquiry-form textarea.form-control {
  height: 100px;
  padding: 10px
}

.enquiry-form-mobile .enquiry-form .btn {
  padding: 15px 25px
}

.enquiry-form-mobile .enquiry-form.open {
  opacity: 1;
  visibility: visible
}

.btn {
    display: inline-block;
    font-size: 14px;
    line-height: 0.8;
    font-weight: 700;
    color: #fff;
    border: 0 none;
    padding: 13px 10px 16px;
    text-align: center;
    text-transform: uppercase;
    background-color: #38a3e6;
    min-width: 165px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.fixed-links ul li a.icon-form {
    background-image: url(../assets/img/form.html);
}


.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 20px!important;
    height: 20px!important;

    border-radius: 0px!important;
    background: #60cf6f!important;
    }


.serv{
  width:100%;
}


.footer-bottom-list {
   float: left;
}

.footer-bg{
  background-image: url(../images/footer-bg.jpg);
  background-size: cover;
background-repeat: repeat;
padding: 30px 0px 30px;
}

.footer-bottom-list{

}
.social-footer {
  float:right;
  float: right;
color: #fff;
font-size: 16px;
}
.social-footer .fa {
  padding:0px 10px;

}


/* Inner Banner Starts Here */
.inner-banner {
background-position: center center;
    background-size: cover;
    padding: 100px 15px 100px;
    position: relative;
    margin-top: -17px;

}
.inner-banner h1 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(12, 12, 12, 0.5);
}

.inner-banner h2 {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 30px;
}

.inner-banner h5 {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin: 0;
  line-height: 30px;
}
.inner-head{
  background-color: #fff!important;
  position: relative!important;
}


/*about*/
.our-history{
  padding:100px 0px;

  }

  .vi{
    font-size: 30px;
    color: #21a9e7;

  }
  
  .mi{
    font-size: 30px;
    color: #60cf70;
  }
    .vi:hover{
    font-size: 30px;
    color: #60cf70;

  }
  .mi:hover{
    font-size: 30px;
    color: #21a9e7;
  }

  /*contact*/
  .contact-page-section {
  position: relative;
  padding-top: 110px;
  padding-bottom: 110px;
}

.contact-page-section .inner-container {
  position: relative;
  z-index: 1;
  background-color: #21a9e7;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, .1)
}

.contact-page-section .form-column {
  position: relative;
  /*padding: 0 0 0 15px*/
}

.contact-page-section .form-column .inner-column {
  position: relative;
  padding: 60px 45px 60px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.contact-page-section .info-column {
  position: relative
}

.contact-page-section .info-column .inner-column {
  position: relative;
  padding: 60px 35px
}

.contact-page-section .info-column h2 {
  position: relative;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4em;
 /* margin-bottom: 45px*/
}

.contact-page-section .info-column .list-info {
  position: relative;
  margin-bottom: 60px
}

.contact-page-section .info-column .list-info li {
  position: relative;
  margin-bottom: 25px;
  font-size: 18px;
  color: #fff;
  line-height: 1.8em;
  padding-left: 45px;
  /*font-family: 'Overlock', cursive;*/
  list-style: none;
}

.contact-page-section .info-column .list-info li:last-child {
  margin-bottom: 0
}

.contact-page-section .info-column .list-info li i {
  position: absolute;
  left: 0;
  top: 8px;
  color: #fff;
  font-size: 23px;
}

.contact-form {
  position: relative
}

.contact-form .form-group {
  position: relative;
  margin-bottom: 20px
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  color: #222;
  font-size: 14px;
  line-height: 38px;
  padding: 10px 30px;
  border: 1px solid #ddd;
  background-color: #fff;
  transition: all .3s ease;
  -ms-transition: all .3s ease;
  -webkit-transition: all .3s ease
}

.contact-form input[type=text]:focus,
.contact-form input[type=email]:focus,
.contact-form textarea:focus {
  border-color: #00b8ca
}

.contact-form textarea {
  height: 250px;
  resize: none
}

.contact-form .theme-btn {
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
  text-transform: capitalize;
  padding: 16px 39px;
border: 0px solid #0c2353;
/*font-family: Arimo, sans-serif;*/
background: #61cf70;
  display: inline-block;
  position: relative;
  line-height: 24px;
  cursor: pointer;
  color: #fff
}

.contact-form .theme-btn:hover {
  color: #00b8ca;
  border-color: #00b8ca;
  background: 0 0
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
  border-color: red!important
}

.contact-form label.error {
  display: block;
  line-height: 24px;
  padding: 5px 0 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
  color: red;
  font-weight: 500
}

.social-icon-four {
  position: relative
}

.social-icon-four li {
  position: relative;
  margin-right: 18px;
  display: inline-block
}

.social-icon-four li.follow {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  display: block;
  margin-bottom: 20px;
 /* font-family: 'Overlock', cursive;*/
}

.social-icon-four li a {
  position: relative;
  font-size: 20px;
  color: #fff;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease
}

.social-icon-four li a:hover {
  color: #222
}

.map{
  padding: 50px 0

}
.title{
  font-weight: 600;
    font-size: 30px;
    color: #373636;
    margin-bottom: 30px;
}

.title span{
   font-weight: 600;
    font-size: 40px;
    color: #373636;
}


/*services*/

/*services*/
.content-wrapper {
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 55px;
}

.content-center {
    display: block;
    margin: 0 auto;
}
.service-desc {
    display: flex;
    height: 300px;
    align-items: center;
    justify-content: center;
}
a.underlines.style2 {
    color: #fff;
cursor: pointer;
display: inline-block;
font-size: 16px;
font-weight: 400;
letter-spacing: .125em;
line-height: 1;
padding-bottom: 5px;
}

a.underlines.style2:hover {   color: #21a9e7;}

a:not([href]):not([tabindex]) {
    color: #43a11a;
    text-decoration: none;
    }


.service-title h2{
  color: #313131;
  font-size: 24px;
}
.service-title p{
line-height: 32px;
    color: #313131;
    text-align: justify;
    font-size: 17px;
}
.mar-top-90 {
    margin-top: 90px !important;
}



img.service-img {
    box-shadow:-3px 3px #21a9e7;
        width: 100%;
}
img.s2 {
  box-shadow:-3px 3px #F5C942;
        width: 100%;
}
img.s3 {
  box-shadow:-3px 3px #61CE70;
        width: 100%;
}
img.s4 {
  box-shadow:-3px 3px #FF8F93;
        width: 100%;
}

.col-md-offset-1 {
    margin-left: 8.33333333%;
}

.service-title h2 span{
font-weight: 600;
font-size: 38px;
color: #373636;
}

.service-desktop{

}

/*porfolio*/

#main {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
/*  max-width: 1260px;*/
  margin: 0 auto;
}

/*.nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  padding: 10px 20px;
  margin-top: 40px;
}
*/
.nav-item {
  position: relative;
  padding: 0 5px;
  margin: 0 5px;
  font-size: 1.5em;
  font-weight: 500;
  color: #595959;
  text-decoration: none;
  line-height: 1.5;
}

.nav-item a:hover, a:focus {
    color: #23527c;
    text-decoration: none!important;
}

.nav-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #595959;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.nav-item.active {
  color: black;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
.nav-item.active:before {
  width: 100%;
}

.portfolio {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}

.project {
  position: relative;
  -webkit-box-flex: 1;
          flex: 1 0 calc(100% - 20px);
  margin: 10px;
}
.project:hover .project-info {
  background: rgba(89, 89, 89, 0.7);
}
@media (min-width: 520px) {
  .project {
    -webkit-box-flex: 0;
            flex: 0 0 calc((100% / 2) - 20px);
  }
}
@media (min-width: 860px) {
  .project {
    -webkit-box-flex: 0;
            flex: 0 0 calc((100% / 3) - 20px);
  }
}

.project-image img {
  display: block;
  width: 100%;
  height: auto;
}

.project-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 40px;
  color: #f6f6f6;
  background: rgba(89, 89, 89, 0.8);
  opacity: 0;
  -webkit-transition: all 350ms ease-in;
  transition: all 350ms ease-in;
}
.project-info:hover {
  opacity: 1;
}
@media (max-width: 520px) {
  .project-info {
    /*opacity: .8;*/
  }
}

.project-info-title {
  margin: 0 0 .5em;
  font-size: 2.5em;
  text-align: center;
  text-transform: uppercase;
}

.project-info-button {
  padding: .5em 1em;
  color: inherit;
  text-decoration: none;
  border: 1px solid #f6f6f6;
  border-radius: 3px;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
.project-info-button:hover {
  color: #595959;
  background: #f6f6f6;
  border-color: #f6f6f6;
}
.projectlist{
  padding:30px 0px;
  margin: 30px 0px 30px;
  margin-left: auto;
  margin-right: auto;
}

.social a{

 
}
.social .faceb{
     background-color: #000;
 font-size: 14px;
 border-radius: 50%;
 width: 55%;
  height: 75%;
 margin-top: 0px;  
}

.social .twit{
        background-color: #000;
 font-size: 14px;
 border-radius: 50%;
 width: 55%;
  height: 75%;
 margin-top: 0px;   
}

.social .insta{
     background-color: #000;
 font-size: 14px;
 border-radius: 50%;
 width: 55%;
  height: 75%;
 margin-top: 0px;    
}

.what-do{
 box-shadow: 0 0 13px 3px rgb(0 0 0 / 6%);
outline: 1px solid #00000014;
outline-offset: -11px;
padding: 10px 20px 10px 20px;
    margin: 30px 0px 0px 0px;
    min-height: 295px;
    
}

.inner-abt .col-lg-6{
    
}

.clo{
    font-weight: 100;
    color: #fff;
    font-size: 17px;
    line-height: 0;
    padding: 0;
    position: absolute;
    top: 14px;
    left: 9px;
}



.und{
   border-bottom: 1px solid #eeeeee00!important;
}


@media (max-width:768px){
 .und{
    border-bottom-color: rgb(97, 209, 110)!important;
}   
}


.ch1 .fa{
    top: 35px!important;
    left: 14px!important;
}

.ch2 .fa{
    top: 4px!important;
    left: 8px!important;
}

.ch3 .fa{
    top: 4px!important;
    left: 11px!important;
}



@media (max-width:768px){
.navbar-default .dropdown-menu {
  border: 0;
  border-radius: 0 !important;
  background: #fdfdfd;
  left: auto;
  padding: 0 !important;
  overflow: scroll;
  height: 550px;
}
}
