@font-face {
  font-family: "Lato-Regular";
  src: url(../fonts/Lato-Regular.ttf) format('truetype');
  font-display: fallback;
}

@font-face {
  font-family: "Lato-Black";
  src: url(../fonts/Lato-Black.ttf) format('truetype');
  font-display: fallback;
}

@font-face {
  font-family: "Lato-Bold";
  src: url(../fonts/Lato-Bold.ttf) format('truetype');
  font-display: fallback;
}

@font-face {
  font-family: "Lato-Light";
  src: url(../fonts/Lato-Light.ttf) format('truetype');
  font-display: fallback;
}

@font-face {
  font-family: "Lato-Medium";
  src: url(../fonts/Lato-Medium.ttf) format('truetype');
  font-display: fallback;
}

@font-face {
  font-family: "Lato-Semibold";
  src: url(../fonts/Lato-Semibold.ttf) format('truetype');
  font-display: fallback;
}

@font-face {
  font-family: "OpenSans-Bold";
  src: url(../fonts/OpenSans-Bold.ttf) format('truetype');
  font-display: fallback;
}

@font-face {
  font-family: "OpenSans-Regular";
  src: url(../fonts/OpenSans-Regular.ttf) format('truetype');
  font-display: fallback;
}

@font-face {
  font-family: "OpenSans-Semibold";
  src: url(../fonts/OpenSans-Semibold.ttf) format('truetype');
  font-display: fallback;
}

p {
  font-family: "OpenSans-Regular";
  color: #666666;
  font-size: 18px;
}

body {
  overflow: hidden;
  overflow-y: auto;
  font-family: "OpenSans-Regular";
}

@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}

#gtco-main-nav {
  padding: 20px 0;
}

#gtco-main-nav .navbar-brand {
  font-size: 42px;
  font-family: "Lato-Black";
  text-transform: uppercase;
  background: -webkit-linear-gradient(left, #f71e1e, #605f61);
  background: -ms-linear-gradient(left, #f71e1e, #605f61);
  background: -moz-linear-gradient(left, #f71e1e, #605f61);
  background: -o-linear-gradient(left, #f71e1e, #605f61);
  -webkit-background-clip: text;
  -ms-background-clip: text;
  -o-background-clip: text;
  -webkit-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -o-text-fill-color: transparent;
}

#gtco-main-nav .bar1,
#gtco-main-nav .bar2,
#gtco-main-nav .bar3 {
  width: 25px;
  height: 2px;
  background-color: #fff;
  margin: 5px 0;
  transition: 0.4s;
  display: block;
  position: relative;
}

#gtco-main-nav .change .bar1 {
  -webkit-transform: rotate(-42deg) translate(-2px, 6px);
  transform: rotate(-42deg) translate(-2px, 6px);
}

#gtco-main-nav .change .bar2 {
  opacity: 0;
}

#gtco-main-nav .change .bar3 {
  -webkit-transform: rotate(46deg) translate(-4px, -8px);
  transform: rotate(46deg) translate(-4px, -8px);
}

#gtco-main-nav .navbar-nav li a {
  font-family: "OpenSans-Regular";
  font-size: 18px;
  color: #666666;
  padding: 5px 15px !important;
  text-transform: uppercase;
}

#gtco-main-nav form a {
  font-family: "OpenSans-Semibold";
  font-size: 18px;
  color: #fff;
  padding: 5px 25px;
  border-radius: 20px;
  border-width: 2px;
}

#gtco-main-nav form a.btn-info {
  background: #01e6f8;
  border-color: #01e6f8;
}

#gtco-main-nav form a.btn-outline-dark {
  border-color: #fff;
  background-color: transparent;
}

@media (max-width: 991px) {
  #gtco-main-nav form a.btn-outline-dark {
    border-color: #1d3ede;
    color: #1d3ede;
  }
}

#gtco-main-nav::after {
  position: absolute;
  content: "";
  height: 600px;
  width: 900px;
  background-image: -webkit-linear-gradient(-220deg, #987c7c, #ff3b3b);
  background-image: -moz-linear-gradient(-220deg, #987c7c, #ff3b3b);
  background-image: -ms-linear-gradient(-220deg, #987c7c, #ff3b3b);
  background-image: -o-linear-gradient(-220deg, #987c7c, #ff3b3b);
  background-image: linear-gradient(-220deg, #987c7c, #ff3b3b);
  left: 50.5%;
  top: -48px;
  z-index: -1;
  border-radius: 50% 0 50% 50%;
}

@media (max-width: 1400px) {
  #gtco-main-nav::after {
    height: 550px;
    width: 800px;
  }
}

@media (max-width: 1199px) {
  #gtco-main-nav::after {
    width: 700px;
  }
}

@media (max-width: 991px) {
  #gtco-main-nav::after {
    width: 55%;
    left: auto;
    right: 0;
  }
}

@media (max-width: 600px) {
  #gtco-main-nav::after {
    width: 100%;
    height: 400px;
    top: -10px;
  }
}

#gtco-main-nav::before {
  position: absolute;
  content: "";
  height: 590px;
  width: 930px;
  background-image: -webkit-linear-gradient(to right, #e8eefc, #e6fafe);
  background-image: -moz-linear-gradient(to right, #e8eefc, #e6fafe);
  background-image: -ms-linear-gradient(to right, #e8eefc, #e6fafe);
  background-image: -o-linear-gradient(to right, #e8eefc, #e6fafe);
  background-image: linear-gradient(to right, #e8eefc, #e6fafe);
  left: 47.5%;
  top: -25px;
  z-index: -1;
  border-radius: 50% 0 50% 50%;
}

@media (max-width: 1400px) {
  #gtco-main-nav::before {
    height: 540px;
    width: 810px;
  }
}

@media (max-width: 1199px) {
  #gtco-main-nav::before {
    width: 710px;
  }
}

@media (max-width: 991px) {
  #gtco-main-nav::before {
    width: 55%;
    left: auto;
    right: 0;
  }
}

@media (max-width: 600px) {
  #gtco-main-nav::before {
    width: 100%;
    height: 390px;
  }
}

.gtco-banner-area a,
.gtco-feature a,
.gtco-features a,
.gtco-news .owl-carousel .card a,
#gtco-footer .submit-button {
  background-image: -moz-linear-gradient(0deg, #06c6f9 0%, #38eaf9 100%);
  background-image: -webkit-linear-gradient(0deg, #dc3545 0%, #e83e8c 100%);
  background-image: -ms-linear-gradient(0deg, #06c6f9 0%, #38eaf9 100%);
  font-size: 18px;
  font-family: "OpenSans-Semibold";
  color: #fff;
  border-radius: 50px;
  padding: 5px 30px;
  display: inline-block;
  text-transform: uppercase;
  padding-right: 5px;
  text-decoration: none !important;
}

.footer-button {
  padding: 5px 5px !important;
}

.contact-button {
  margin-left: 10px !important;
}

.gtco-banner-area a .fa,
.gtco-feature a .fa,
.gtco-features a .fa,
.gtco-news .owl-carousel .card a .fa,
#gtco-footer .submit-button .fa {
  background: #fff;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  color: #dc3545;
  font-size: 22px;
  text-align: center;
  padding-top: 5px;
}

.gtco-feature h2,
.gtco-features h2 {
  font-family: "Lato-Regular";
  color: #000000;
  font-size: 36px;
  margin-bottom: 30px;
}

.card {
  border: none;
  background: transparent;
}

.logo {
  width: 55px;
  height: 55px;
}

.marko {
  width: 300px;
  height: 36px;
}


.gtco-banner-area {
  margin-top: 20px;
  min-height: 500px;
}

.gtco-banner-area h1 {
  font-family: "Lato-Light";
  font-size: 48px;
  color: #000000;
  max-width: 500px;
  margin-top: 70px;
}

.gtco-banner-area h1 span {
  font-family: "Lato-Medium";
}

@media (max-width: 1199px) {
  .gtco-banner-area h1 {
    margin-top: 30px;
  }
}

.gtco-banner-area p {
  max-width: 450px;
  margin: 20px 0;
  margin-bottom: 40px;
}

.gtco-banner-area a {
  display: inline;
  padding: 10px 30px;
  padding-right: 5px;
}

.gtco-banner-area .col-md-6 .card .card-img-top {
  margin: 0 auto;
  margin-top: 30px;
  margin-right: 0;
}

@media (max-width: 767px) {
  .navbar-nav .nav-link {
    color: #310909f7 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-left: 30px !important;
  }
}

@media (max-width: 1400px) {
  .gtco-banner-area .col-md-6 .card .card-img-top {
    max-width: 600px;
    margin-top: 0px;
    margin-right: auto;
  }
}

@media (max-width: 1199px) {
  .gtco-banner-area .col-md-6 .card .card-img-top {
    max-width: 350px;
  }
}

@media (max-width: 767px) {
  .gtco-banner-area .col-md-6 .card .card-img-top {
    margin-top: 100px;
  }
}

.gtco-feature {
  margin-top: 100px;
}

.gtco-feature .card .back-bg {
  margin-left: -30px !important;
  margin-top: -20px;
}

.gtco-feature .card svg {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.gtco-feature .card svg.defs {
  position: absolute;
  width: 0;
  height: 0;
}

.gtco-feature .card .squircle {
  width: 100%;
  height: 450px;
  background: url(../images/learn-img.jpg) center/cover, #aaa;
  clip-path: url(#clip-path);
  background-position-x: -50px;
}

.gtco-feature p small {
  font-size: 16px;
}

.gtco-feature a {
  margin-top: 20px;
  display: inline-block;
}

.gtco-features {
  margin-top: 100px;
}

.gtco-features svg {
  position: absolute;
  margin-left: -100px;
  margin-top: 100px;
}

@media (max-width: 767px) {
  .gtco-features svg {
    margin: 0 auto;
    margin-top: 200px;
  }
}

.gtco-features h2 {
  margin-top: 200px;
}

@media (max-width: 991px) {
  .gtco-features h2 {
    margin-top: 0;
  }
}

.gtco-features .col-lg-4 p {
  max-width: 320px;
  margin-bottom: 30px;
}

.gtco-features .col-lg-8 {
  padding: 10px 100px;
}

@media (max-width: 767px) {
  .gtco-features .col-lg-8 {
    padding: 10px 0;
  }
}

.gtco-features .col-lg-8 .row .col:first-child {
  margin-top: 150px;
}

@media (max-width: 600px) {
  .gtco-features .col-lg-8 .row .col:first-child {
    margin-top: 50px;
  }
}

@media (max-width: 600px) {
  .gtco-features .col-lg-8 .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.gtco-features .col-lg-8 .card {
  background: #fff;
  margin: 30px 5px;
  padding: 20px 10px;
  border-radius: 20px;
  box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
}

.gtco-features .col-lg-8 .card .oval {
  background: linear-gradient(to right, #f1f6fd, #f0fbfe);
  padding: 10px;
  width: 150px;
  border-radius: 50%;
  margin: auto;
  transform: rotate(20deg);
  margin-top: 20px;
}

.gtco-features .col-lg-8 .card .card-img-top {
  max-width: 0.8in;
  margin: 0 auto;
  transform: rotate(-20deg);
}

.gtco-features .col-lg-8 .card h3 {
  font-family: "Lato-Regular";
  font-size: 24px;
  color: #dc3545;
}

.gtco-features .col-lg-8 .card p {
  font-size: 16px;
}

.gtco-numbers-block {
  margin: 100px auto;
  margin-top: 200px;
  color: #1a7288;
}

@media (max-width: 600px) {
  .gtco-numbers-block {
    margin-top: 100px;
  }
}

@media (max-width: 1299px) {
  .gtco-numbers-block .row {
    max-width: 1000px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .gtco-numbers-block .row .col-3 {
    padding: 0;
  }
}

.gtco-numbers-block #custom-map::before {
  position: absolute;
  content: "";
  height: 100px;
  width: 100%;
  border: 2px solid red;
}

.gtco-numbers-block svg {
  margin-top: -100px;
  position: absolute;
  left: 0;
  max-width: 1500px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1299px) {
  .gtco-numbers-block svg {
    margin-top: -90px;
  }
}

@media (max-width: 1199px) {
  .gtco-numbers-block svg {
    margin-top: -60px;
  }
}

@media (max-width: 991px) {
  .gtco-numbers-block svg {
    margin-top: -40px;
  }
}

@media (max-width: 650px) {
  .gtco-numbers-block svg {
    margin-top: -20px;
  }
}

@media (max-width: 600px) {
  .gtco-numbers-block svg {
    margin-top: -10px;
  }
}

.gtco-numbers-block h5 {
  font-family: "Lato-Bold";
  font-size: 60px;
}

@media (max-width: 1299px) {
  .gtco-numbers-block h5 {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .gtco-numbers-block h5 {
    font-size: 35px;
  }
}

@media (max-width: 600px) {
  .gtco-numbers-block h5 {
    margin: 0;
    font-size: 24px;
  }
}

.gtco-numbers-block p {
  font-family: "Lato-Semibold";
  font-size: 24px;
  color: #fff;
}

@media (max-width: 1299px) {
  .gtco-numbers-block p {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .gtco-numbers-block p {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .gtco-numbers-block p {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .gtco-numbers-block p {
    line-height: 1.1;
  }
}

@media (max-width: 500px) {
  .gtco-numbers-block p {
    font-size: 8px;
  }
}

.container-contactus {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 10%;
  margin-left: 10%;
}

.contact-box {
  box-shadow: 10px 0 60px 0 rgba(0, 0, 0, 0.5);
  background: #fdeeee;
  border-radius: 8px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 15px;
  margin-right: 10%;
  margin-left: 10%;

}

.form-contact {
  padding-top: 3%;
  padding-left: 10%;
  flex-wrap: wrap !important;
}

.dropdown {

  border-bottom-width: 1px;
  margin-bottom: 19px;
  border-radius: 50px;
}

@media (max-width: 767px) {
  .dropdown {
    width: 241.5px;
    border-bottom-width: 1px;
    margin-bottom: 19px;
    border-radius: 50px;
  }
}

.contact h2 {
  margin-bottom: 10px !important;
}

.contact {
  margin-top: 10px !important;
}

.gtco-testimonials {
  position: relative;
  margin-top: 200px;
}

.gtco-testimonials {
  position: relative;
  margin-top: 200px;
}

@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 100px;
  }
}

.gtco-testimonials h2 {
  font-family: "Lato-Medium";
  font-size: 36px;
  text-align: center;
  color: #333333;
  margin-bottom: 100px;
}

.gtco-testimonials .owl-stage-outer {
  padding-bottom: 30px;
}

.gtco-testimonials .owl-nav {
  display: none;
}

.gtco-testimonials .owl-dots {
  text-align: center;
}

.gtco-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #f80101db;
  margin: 0 5px;
}

.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}

.gtco-testimonials .owl-dots .active span {
  background: #f80101db;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}

.gtco-testimonials .card {
  background: #fff;
  box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
  margin: 0 30px;
  padding: 0 20px;
  border-radius: 50px;
}

.gtco-testimonials .card .card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 0 auto;
  border: 5px solid #de4f1d;
  width: 100px;
  height: 100px;
}

.gtco-testimonials .card h5 {
  color: #fd7e14;
  font-size: 21px;
  line-height: 1.3;
  font-family: "Lato-Medium";
}

.gtco-testimonials .card h5 span {
  font-size: 18px;
  color: #666666;
  font-family: "OpenSans-Regular";
}

.gtco-testimonials .card p {
  font-size: 18px;
}

.gtco-testimonials .active {
  opacity: 0.5;
  transition: all 0.3s;
}

.gtco-testimonials .center {
  opacity: 1;
}

.gtco-testimonials .center h5 {
  font-size: 24px;
}

.gtco-testimonials .center h5 span {
  font-size: 20px;
}

.gtco-testimonials .center p {
  font-size: 20px;
}

.gtco-testimonials .center .card-img-top {
  max-width: 100%;
  height: 120px;
  width: 120px;
}

.gtco-features-list {
  margin-top: 100px;
}

.gtco-features-list .media {
  margin: 20px 0;
}

.gtco-features-list .oval {
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
  padding: 15px;
  height: 60px;
  width: 60px;
}

.gtco-features-list .oval .align-self-start {
  width: 100%;
  padding: 3px;
}

.gtco-features-list .media-body {
  font-family: "OpenSans-Regular";
  font-size: 16px;
  color: #666666;
  padding-right: 20px;
}

.gtco-features-list .media-body h5 {
  font-family: "Lato-Semibold";
  margin-bottom: 20px !important;
  font-size: 22px;
}

.gtco-logo-area {
  margin: 50px auto;
}

.gtco-logo-area .col .img-fluid {
  max-height: 80px;
}

@media (max-width: 600px) {
  .gtco-logo-area .col {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 20px 0;
  }
}

.gtco-news {
  background: #fcfcfc;
  padding: 50px 0;
  margin: 100px auto;
}

.gtco-news h2 {
  font-size: 36px;
  font-weight: "Lato-Medium";
  text-align: center;
  margin-bottom: 50px;
}

.gtco-news .owl-carousel .owl-nav {
  display: block !important;
  position: absolute;
  top: 25%;
  width: 100%;
}

@media (max-width: 600px) {
  .gtco-news .owl-carousel .owl-nav {
    display: none !important;
  }
}

.gtco-news .owl-carousel .owl-nav .owl-prev,
.gtco-news .owl-carousel .owl-nav .owl-next {
  font-size: 120px;
  color: #666666;
  position: absolute;
}

.gtco-news .owl-carousel .owl-nav .owl-prev {
  left: -50px;
}

.gtco-news .owl-carousel .owl-nav .owl-next {
  right: -50px;
}

.gtco-news .owl-carousel .card {
  padding: 0 25px;
}

.gtco-news .owl-carousel .card .card-img-top {
  border-radius: 40px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);
}

.gtco-news .owl-carousel .card h5 {
  font-family: "Lato-Medium";
  font-size: 22px;
  color: #333333;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .gtco-news .owl-carousel .card h5 {
    font-size: 18px;
  }
}

.gtco-news .owl-carousel .card p {
  font-size: 17px;
}

@media (max-width: 767px) {
  .gtco-news .owl-carousel .card p {
    font-size: 15px;
  }
}

.gtco-news .owl-carousel .card a {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

#gtco-footer {
  padding-bottom: 20px;
}

#gtco-footer h4 {
  font-family: "Lato-Medium";
  font-size: 24px;
  color: #fd7e14;
  margin-bottom: 10px;
}

#gtco-footer input,
#gtco-footer textarea,
#gtco-footer select {
  background-color: white;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.08);
  border-radius: 50px;
  max-width: 450px;
  width: 100%;
  height: 40px;
  border: none;
  margin-bottom: 30px;
  padding-left: 30px;
  color: #000;
}

#gtco-footer input::-webkit-input-placeholder,
#gtco-footer input::-moz-placeholder,
#gtco-footer input:-ms-input-placeholder,
#gtco-footer input:-moz-placeholder,
#gtco-footer textarea::-webkit-input-placeholder,
#gtco-footer textarea::-moz-placeholder,
#gtco-footer textarea:-ms-input-placeholder,
#gtco-footer textarea:-moz-placeholder {
  color: #999999;
  font-family: "OpenSans-Regular";
  font-size: 18px;
}

@media (max-width: 1000px) {
  .ftinput {
    float: left;
    width: 80% !important;
  }

  .ftbt {
    float: right;
    margin-right: 3%;
  }

  .ct-box {
    flex: none !important;
    max-width: none !important;
  }
}

#gtco-footer textarea {
  min-height: 200px;
  border-radius: 30px;
  padding-top: 20px;
  padding-right: 20px;
  resize: none;
}

#gtco-footer .company-nav,
#gtco-footer .services-nav {
  font-family: "OpenSans-Regular";
  font-size: 20px;
}

#gtco-footer .company-nav a,
#gtco-footer .services-nav a {
  color: #666666;
  margin: 0;
  padding: 0;
}

.mt-5 {
  margin-top: 1rem !important;
  float: left;
}

#gtco-footer .follow-us-nav a {
  padding: 0 10px;
  color: #666666;
}

@media (max-width: 385px) {
  #gtco-footer .follow-us-nav a {
    padding-right: 0;
  }
}

#gtco-footer .follow-us-nav a .fa {
  font-size: 24px;
}

#gtco-footer .col-12 {
  margin-top: 10px;
  text-align: center;
}

#gtco-footer .col-12 p {
  font-family: "Lato-Regular";
  font-size: 18px;
  color: #999999;
}

@media (max-width: 991px) {
  #gtco-footer .col-12 {
    margin-top: 10px;
  }
}

@media (max-width: 991px) {
  #gtco-footer .col-lg-6 {
    margin-bottom: 50px;
  }
}

.form-control-filed {
  /* display: block; */
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.dot {
  height: 95px;
  width: 100px;
  background-color: #b1d4a8;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}

.prod-view {
  background: #fff;
  margin: 30px 5px;
  padding: 20px 10px;
  border-radius: 20px;
  box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
}

.prod-view:hover {
  border-style: solid;
  border-color: #f71e1e;

}
.oval {
  background: linear-gradient(to right, #f1f6fd, #f0fbfe);
  padding: 5px;
  width: 150px;
  border-radius: 50%;
  margin: auto;
  transform: rotate(20deg);
  margin-top: 20px;
}

.card-img-pro {
  height: 110px;
  margin: 0 auto;
  transform: rotate(-20deg);

}

.product-spec {
  display: block;
  float: left;
  width: 100%;
  margin-left: 100px;
  margin-right: 0px;
  padding-right: 200px;
}

@media (max-width: 768px) {
  .product-spec {
    margin-left: 5px !important;
    margin-right: 5px !important;
    padding-right: 15px !important;
  }
}

#spec {
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
  border-bottom: 2px solid #0094cb;
  text-decoration: none;
}

.ul_spec {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

#spec li span.active {
  background: #cc8e59;
  color: #fff;
}

#spec li {
  float: left;
}

#spec li span {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 13px;
  background: #191919;
  border-radius: 18px 0px 18px 0px;
  margin-right: 2px;
}

#portfoliolist {
  float: left;
  width: 100%;
  -webkit-box-shadow: 2px 3px 2px 0px rgba(199, 199, 199, 1);
  -moz-box-shadow: 2px 3px 2px 0px rgba(199, 199, 199, 1);
  box-shadow: 2px 3px 2px 0px rgba(199, 199, 199, 1);
  border-top: 0 none !important;
  border-bottom: 1px solid #c7c7c7;
  border-left: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #333333;
  padding: 15px;
  overflow: auto;
}

#portfoliolist .portfolio {
  margin: 0;
  display: none;
  float: left;
  overflow-x: auto;
  overflow-y: hidden;
}

.portfolio-wrapper {
  overflow: hidden;
  position: relative !important;
  padding: 0;
}

.su-list {
  margin-bottom: 1.5em;
}

.su-list ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.su-list ul li {
  position: relative;
  display: block !important;
  margin: 0 !important;
  padding: 4px 0 4px 2em !important;
  list-style-type: none !important;
  line-height: 1.3em;
}

.su-list ul li>i {
  position: absolute;
  left: 0;
  top: 4px;
  width: 1.3em;
  height: 1.3em;
  line-height: 1.3em;
  text-align: center;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal-body {
  padding: 2px 16px;
}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


.pro_list {
  display: flex;
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 768px) {
  .pro_list {
    display: contents;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 768px) {
  .dot {
    height: 45px;
    display: table-header-group;
    background-color: #ffffff00 !important;
  }
}

@media (max-width: 768px) {
  h6 {
    font-size: 0.8rem !important;
  }
}

@media (max-width: 768px) {
  .contact_header {
    margin-right: 0px;
    margin-left: 0px;
  }
}

.if_video {
  width: 500px;
  height: 450px;
}

@media (max-width: 768px) {
  .if_video {
    width: 340px;
    height: 350px;
  }
}

#google_translate_element {
  position: absolute;
  top: calc(53px + -52px);
  right: 2px !important;
}

.goog-te-gadget {
  font-family: Roboto, 'Open Sans', sans-serif !important;
  text-transform: uppercase;
}

.goog-te-gadget-simple {
  background-color: rgba(255, 255, 255, 0.20) !important;
  border: 1px solid rgba(255, 255, 255, 0.50) !important;
  border-radius: 4px !important;
  display: inline-block;
  cursor: pointer;
  zoom: 1;
  font-size: 8pt !important;
}

.goog-te-menu2 {
  max-width: 100%;
}

.goog-te-menu-value {
  text-decoration: none;
  color: #0000cc;
  white-space: nowrap;
  margin-left: 4px;
  margin-right: 4px;
}

.goog-te-menu-value span {
  text-decoration: underline;
}

.goog-te-menu-value img {
  margin-left: 2px;
  margin-right: 2px;
}

.goog-te-gadget-simple .goog-te-menu-value {
  color: #000;
}

.goog-te-gadget-simple .goog-te-menu-value span {
  text-decoration: none;
}

.goog-te-gadget-icon {
  background-image: url(https://placehold.it/32) !important;
  background-position: 0px 0px;
  height: 32px !important;
  width: 32px !important;
  margin-right: 8px !important;
  display: none;
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

body {
  top: 0px !important;
}

/* ================================== *\
    Mediaqueries
\* ================================== */
@media (max-width: 667px) {
  .goog-te-gadget {
    width: 100% !important;
  }

  .skiptranslate {
    width: 100% !important;
  }

  .goog-te-gadget-simple {
    text-align: center;
  }

}

.col {
  padding-right: 3px !important;
  padding-left: 3px !important;
}

.pro-img {
  width: auto;
  height: 100%;
  max-height: 300px;
}

.event-header {
  font-family: "Lato-Light";
  font-size: 48px;
  color: #000000;
  margin-top: 38px;
  text-align: center;
}

.showimg {
  z-index: 999;
  display: none;
}

.showimg .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 0;
  left: 0;
}

.showimg .img-show {
  width: 950px;
  height: 565px;
  background: #FFF;
  position: fixed;
  top: 50%;
  left: 50%;
  bottom: 30%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  border-radius: 10px;
}
.view {
  background: #fff;
  margin: 30px 5px;
  padding: 7px 7px;
  border-radius: 10px;
  box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
  width: 98%;
}

.view:hover {
  border-style: solid;
  border-color: #f71e1e;
}
@media (min-device-width: 320px)and (max-device-width: 480px) {
  .showimg .img-show {
    width: 340px;
    height: 300px;
  }
  .view {
    width: 140px;
  }
}

@media (min-device-width: 481px)and (max-device-width: 768px) {
  .showimg .img-show {

    width: 690px;
    height: 565px;
  }

  .view {
    width: 230px;
  }
}

@media (min-device-width: 769px)and (max-device-width: 1024px) {
  .showimg .img-show {
    width: 750px;
    height: 565px;
  }

  .view {
    width: 160px;
  }
}

.img-show span {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 99;
  cursor: pointer;
}

.img-show img {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}