﻿/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/

/* 
Extra small devices (portrait phones, less than 576px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/
.carousel-caption-bg {
  background-color: rgb(0, 0, 0, 0.35);
  border-radius: 5px;
  padding: 10px;
}

.carousel-icons {
  font-size: 2vw !important;
}

.carousel-caption-h1 {
  font-size: 28px;
  text-shadow: 2px 6px 5px #000000;
  line-height: 18px;
}

.carousel-caption-h3 {
  font-size: 15px;
  text-shadow: 2px 3px 5px #000000;
  line-height: 18px;
}

.carousel-caption-h5 {
  font-size: 10px;
  text-shadow: 2px 4px 3px #000000;
  line-height: 12px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .carousel-caption-bg {
    background-color: rgba(233, 1, 1, 0);
  }

  .carousel-icons {
    font-size: 7vw !important;
  }

  .carousel-caption-h1 {
    font-size: 30px !important;
    text-shadow: 2px 2px 3px #000000 !important;
    line-height: 27px;
  }

  .carousel-caption-h3 {
    font-size: 17px !important;
    text-shadow: 2px 2px 3px #000000 !important;
    line-height: 20px;
  }

  .carousel-caption-h5 {
    font-size: 12px !important;
    text-shadow: 2px 2px 3px #000000 !important;
    line-height: 15px;
  }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  .carousel-caption-h1 {
    font-size: 60px !important;
    text-shadow: 2px 2px 3px #000000 !important;
    line-height: 45px;
  }

  .carousel-caption-h3 {
    font-size: 28px !important;
    text-shadow: 2px 2px 3px #000000 !important;
    line-height: 30px;
  }

  .carousel-caption-h5 {
    font-size: 17px !important;
    text-shadow: 2px 2px 3px #000000 !important;
    line-height: 25px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .carousel-caption-h1 {
    font-size: 80px !important;
    text-shadow: 2px 2px 3px #000000 !important;
    line-height: 75px;
  }

  .carousel-caption-h3 {
    font-size: 45px !important;
    text-shadow: 2px 2px 3px #000000 !important;
    line-height: 40px;
  }

  .carousel-caption-h5 {
    font-size: 23px !important;
    text-shadow: 2px 2px 3px #000000 !important;
    line-height: 30px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .carousel-caption-h1 {
    font-size: 100px !important;
    text-shadow: 2px 2px 3px #000000 !important;
    line-height: 75px;
  }

  .carousel-caption-h3 {
    font-size: 45px !important;
    text-shadow: 2px 2px 3px #000000 !important;
    line-height: 40px;
  }

  .carousel-caption-h5 {
    font-size: 23px !important;
    text-shadow: 2px 2px 3px #000000 !important;
    line-height: 30px;
  }
}

.responsize {
  height: 10px;
}

.GSAP-center {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
}

.GSAP-man {
  visibility: hidden;
  height: 100%;
}

.GSAP-plant {
  height: 100%;
}

.GSAP-cel {
  overflow: visible;
}

.GSAP-Convo-1,
.GSAP-Convo-2,
.GSAP-Convo-3,
#cel-hover,
#cel-cursor,
#cel,
.xbounceInLeft {
  visibility: hidden;
}
.GSAP-Convo:hover {
  color: #1570a6;
  cursor: pointer;
}
#cel-hover:hover {
  cursor: pointer;
}

html {
  height: 100%;
}

body {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.1.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1005 653.3' style='enable-background:new 0 0 1005 653.3;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bopacity:0.25;%7D .st1%7Bfill:url(%23bottom_1_);%7D%0A%3C/style%3E%3Cg id='both' class='st0'%3E%3ClinearGradient id='bottom_1_' gradientUnits='userSpaceOnUse' x1='1160.3075' y1='942.1206' x2='474.0186' y2='284.4278' gradientTransform='matrix(0.9571 0.2898 -0.2898 0.9571 94.1833 -216.9097)'%3E%3Cstop offset='0' style='stop-color:%23FFFFFF;stop-opacity:0'/%3E%3Cstop offset='0.9972' style='stop-color:%23000000;stop-opacity:0.27'/%3E%3C/linearGradient%3E%3Cpath id='bottom' class='st1' d='M1457.1-172.9l-396.3,1308.6L-460.6,675l6-19.9c273.9,12.8,1051.9,13.6,1627.7-501 C1291.5,48.2,1384.2-64.1,1457.1-172.9z'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-attachment: fixed;
  background-size: cover;
  line-height: 25px;
  font-size: 15px;
  font-weight: 400;
  color: #666;
}

.clickable {
  width: 60%;
  height: 100%;
  display: block;
}

/*dg- resize side arrows*/
.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 50px;
  width: 50px;
}
.carousel-control-prev,
.carousel-control-next {
  z-index: 1000;
}

/*dg- align vertical center carousel caption*/
.carousel-caption {
  padding-bottom: 0px;
  /*dg- GSAP man touch bottom*/
  top: 50%;
  transform: translateY(-50%);
  bottom: initial;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.carousel {
  top: 0;
}

.carousel-inner {
  width: 100%;
  overflow: hidden;
}

/*dg- navbar over the carousel*/

.csg-nav {
  border-top: 1px solid #eee !important;
  border-bottom: 1px solid #eee !important;
  padding: 0px;
}

/*.navbar {
    border-top: 1px solid #eee !important;
    border-bottom: 1px solid #eee !important;
    padding: 0px;
}*/
.navbar-nav > li > a {
  padding: 15px 15px 15px;
}

.nav-item > a {
  padding: 8px 10px;
  display: inline-block;
  line-height: 20px;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  font-size: 1.2em !important;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #bbbbbb;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: rgb(221, 221, 221);
  border-bottom-color: transparent;
  cursor: default;
}

.nav-item,
.nav-link {
  padding: 0px;
}

.nav-link > a:hover {
  text-decoration: none;
}

.about-nav-tab > .nav > a {
  margin-right: 19px;
  padding: 8px 0px 8px 8px;
  border-right: 1px solid #ddd;
  border-bottom: none;
}

.about-nav-tab > .nav > a:hover {
  background: #41bb19;
  color: #fff;
}

.about-nav-tab > .nav {
  border-bottom: none;
}

.about-nav-tab > .nav > .active {
  margin-right: 19px;
  border-right: none;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

img {
  max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.csg-green {
  color: #41bb19;
}

.container {
  max-width: 940px;
}

.csg-dropdown-item {
  border-bottom: 1px solid #eee;
  padding: 9px 10px !important;
}

/*.dropdown-item {
    border-bottom: 1px solid #eee;
    padding:9px;10px !important;
}*/

header .logo h1 a,
header .logo h1 a:visited,
header .logo h1 a:hover {
  color: #666;
  text-decoration: none;
}

header .logo .hmeta {
  color: #777;
}

form,
.form {
  margin: 0 0 20px;
}

.control-group {
  margin-bottom: 10px;
}

label {
  display: block;
  margin-bottom: 5px;
}

label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

.about-img {
  border-radius: 100% !important;
}

.controls > input {
  width: 175px;
}

.controls > textarea {
  width: 250px;
  height: 175px;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

.form-actions {
  padding: 10px 20px 11px;
  background: transparent;
  border-top: 0px;
}

.form-actions .btn {
  border-radius: 4px !important;
}

.btn-clear {
  background-color: rgba(0, 0, 0, 0.3);
  border-color: #fff;
  color: #fff;
  font-size: large;
}

.btn-clear:hover {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

hr {
  height: 1px;
  margin-top: 5px;
  margin-bottom: 20px;
  width: 100%;
}

/* This div lets us calc and give room for the footer to stick to the bottom
.main-site-container {
    min-height: calc(100vh - 100px);
}
    */
footer {
  font-size: 13px;
  background: #f6f6f6;
  color: #444;
  height: 100px;

  /* For sticky footer */
  flex-shrink: 0;
}

footer .copy {
  border-top: 1px solid #ddd;
  padding: 10px 0px;
  margin-top: 10px;
}

footer h6 {
  color: #444;
}

footer .color {
  color: #444;
}

footer a {
  color: #777;
}

header .logo h1 {
  font-size: 35px;
  font-weight: 400;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

header {
  background: #fff;
  border-top: 2px solid #41bb19;
}

h1,
h2 {
  font-weight: 300 !important;
}

h2 {
  font-size: 40px;
  line-height: 45px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

/*
header .logo h1 {
    font-size: 1rem;
    line-height: 45px;
    margin-bottom: 5px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 300;
    line-height: 20px;
    color: #080808;
    text-rendering: optimizelegibility;
}
    */

.pricel {
  text-align: center;
  margin-top: 10px;
}

.pricel .phead-top {
  display: block;
  padding: 15px 10px;
  margin: 0px;
}

.price-a {
  width: 48%;
  float: left;
  margin-right: 14px;
}

.pricel .phead-bottom {
  background: #f1f1f1;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0px;
  padding: 10px 10px 5px 10px;
  color: #777;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
}

.pricel .plist {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background: #fcfcfc;
}

.pricel .plist ul {
  list-style-type: none;
  margin-left: 0px;
  margin-bottom: 0px !important;
  padding: 5px 0px 0px 0px;
}

.pricel .plist li {
  background: none;
  padding: 13px 10px;
  font-size: 13px;
  border-bottom: 1px solid #e1e1e1;
}

.pricel .plist li:nth-child(2n) {
  background-color: #f8f8f8;
}

.price-b {
  width: 48%;
  float: right;
}

.pricel .pbutton {
  background: #eee;
  border: 1px solid #ddd;
  padding: 10px 0px 15px 0px;
  color: #777;
  font-size: 20px;
  text-align: center;
  margin-top: 0px;
}

.bor {
  height: 20px;
}

.service-three {
  font-size: 13px;
}

.content {
  margin-top: 20px;
}

.grey {
  color: #999;
}

.white {
  color: #fff;
}

.black {
  color: #080808;
}

.big {
  font-size: 20px !important;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 10px;
  font-weight: 300;
}

.service-three .row .grey {
  color: #999;
}

.bold {
  font-weight: 600 !important;
}

.pricel .psb {
  font-size: 14px;
  font-weight: normal;
}

.pricel .pst {
  font-size: 14px;
  position: relative;
  top: -5px;
  font-weight: normal;
}

.service-content h3,
.service-content h4,
.service-content h5,
.service-content h6 {
  font-weight: 400 !important;
  color: #666;
}

h3 {
  font-size: 30px;
  line-height: 35px;
}

.service-three .service-icon i {
  font-size: 30px;
  display: block;
  margin-top: 5px;
}

.service-three .service-icon {
  float: left;
  width: 40px;
}

.red {
  color: #ff3738 !important;
}

.orange {
  color: #fe781e !important;
}

.lblue {
  color: #1da4e5 !important;
}

.green {
  color: #379e15 !important;
}

.purple {
  color: #9b59bb !important;
}

.service-three .service-content {
  position: relative;
  margin-left: 50px;
}

.content ul {
  list-style-type: none;
  margin-left: 0px;
  padding: 5px 0px;
}

.content ul li {
  padding: 5px 0px;
}

.swoop {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.1.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1005 653.3' style='enable-background:new 0 0 1005 653.3;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:url(%23bottom_1_);%7D .st1%7Bfill:url(%23top_1_);%7D%0A%23both %7B animation: x 30s ease alternate infinite; %7D @-moz-keyframes x %7B from %7B -moz-transform: rotate(0deg); %7D to %7B -moz-transform: rotate(20deg); %7D%0A%7D%0A@-webkit-keyframes x %7B from %7B -webkit-transform: rotate(0deg); %7D to %7B -webkit-transform: rotate(20deg); %7D%0A%7D%0A@keyframes x %7B from %7Btransform:rotate(0deg);%7D to %7Btransform:rotate(20deg);%7D%0A%7D%0A%3C/style%3E%3Cg id='both'%3E%3ClinearGradient id='bottom_1_' gradientUnits='userSpaceOnUse' x1='1142.1476' y1='950.3936' x2='455.8587' y2='292.7008' gradientTransform='matrix(0.9205 -0.3907 0.3907 0.9205 -145.3583 138.0507)'%3E%3Cstop offset='0' style='stop-color:%23FFFFFF;stop-opacity:0'/%3E%3Cstop offset='0.9972' style='stop-color:%23000000;stop-opacity:0.27'/%3E%3C/linearGradient%3E%3Cpath id='bottom' class='st0' d='M915.8-686.7L1450,572L-13.4,1193l-8.1-19.1C197,1008.2,794.8,510.4,907.2-253.7 C930.3-410.8,929.6-556.4,915.8-686.7z'/%3E%3ClinearGradient id='top_1_' gradientUnits='userSpaceOnUse' x1='-207.3092' y1='1119.3143' x2='1299.024' y2='1119.3143' gradientTransform='matrix(0.9205 -0.3907 -0.3907 -0.9205 300.5055 1188.692)'%3E%3Cstop offset='0' style='stop-color:%23FFFFFF;stop-opacity:0'/%3E%3Cstop offset='1' style='stop-color:%23FFFFFF;stop-opacity:0.4'/%3E%3C/linearGradient%3E%3Cpath id='top' class='st1' d='M904.3-713.7l2.9,6.8c2.6,102-15.8,246.8-106.4,422.9C556.4,191-21.8,521.2-172.9,603.8 c-103.1-243-206.3-486.1-309.4-729.1L904.3-713.7z'/%3E%3C/g%3E%3C/svg%3E%0A");

  background-attachment: fixed;
  background-size: cover;
}

.b-red {
  background-color: #ff3738;
  color: #fff;
  margin: 3px 0px;
  margin-top: 3px;
  margin-bottom: 3px;
  display: inline-block;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
  cursor: default;
}

.b-red:hover {
  background-color: #e33031;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
}

.b-lblue:hover {
  background-color: #1789c1;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
}

.b-lblue {
  background-color: #1ba1e2;
  color: #fff;
  margin: 3px 0px;
  margin-top: 3px;
  margin-bottom: 3px;
  display: inline-block;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
  cursor: default;
}

.b-purple:hover {
  background-color: #81499c;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
}

.b-purple {
  background-color: #9b59bb;
  color: #fff;
  margin: 3px 0px;
  margin-top: 3px;
  margin-bottom: 3px;
  display: inline-block;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
  cursor: default;
}

.b-orange:hover {
  background-color: #e66d1c;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
}

.b-orange {
  background-color: #fe781e;
  color: #fff;
  margin: 3px 0px;
  margin-top: 3px;
  margin-bottom: 3px;
  display: inline-block;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
  cursor: default;
}

.b-green:hover {
  background-color: #379e15;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
}

.b-green {
  background-color: #41bb19;
  color: #fff;
  margin: 3px 0px;
  margin-bottom: 3px;
  display: inline-block;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
  cursor: default;
}

.b-blue:hover {
  background-color: #11608f;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
}

.b-blue {
  background-color: #1570a6;
  color: #fff;
  margin: 3px 0px;
  margin-bottom: 3px;
  display: inline-block;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
  cursor: default;
}

.process-meta {
  display: block;
  margin-bottom: 5px;
  padding: 15px 10px;
  color: #fff;
  margin-top: 15px;
}

.features-two {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.features-two .feat {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.features-two .feat i,
.features-three i {
  color: #007bff;
}

.features-three .feat-inner {
  padding: 20px 10px 10px 10px;
  text-align: center;
  margin: 20px 0px 20px 0px;
}

.features-three .col-md-3 {
  flex: 0 0 23%;
  max-width: 23%;
  background: #fafafa;
  border: 1px solid #ddd;
  margin-left: 15px;
}

.features-three i {
  font-size: 35px;
  margin-bottom: 10px;
}

.features-two .feat i,
.features-three i {
  color: #007bff;
}

.features-three .button {
  margin-top: 10px;
  margin-bottom: 20px;
}

.features-four h4 {
  color: #fff;
}

.features-four .f-block {
  padding: 25px 20px 40px 20px;
  margin-bottom: 10px;
  min-height: 260px;
}

.features-four i {
  font-size: 30px;
  display: block;
  margin-bottom: 10px;
}

.features-four p {
  font-size: 14px;
  line-height: 22px;
  margin: 2px 0px;
}

.well {
  background: #fafafa;
  padding: 15px;
  border: 1px solid #eee;
  margin-top: 1%;
}

.button a:hover {
  background: #379e15;
}

.button a {
  background: #41bb19;
}

.button a,
.button a:visited {
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  display: inline-block;
  padding: 5px 8px;
  margin-top: 3px;
}

.features-four a,
.features-four a:hover {
  color: #fff;
  text-decoration: none;
}
