
@media (max-width: 992px) {
  .icon-boxes .row {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .hide-des{display:none !important;}
}

@media (max-width: 768px) {
  .icon-boxes .row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .btn-danger {padding-left:20px !important; padding-right:20px !important;}
  .content {text-align:center;} 
}
/* Responsive fix for #welcome section and children */
#welcome {
  width: 100vw;
  min-height: 1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  background: transparent;
  box-sizing: border-box;
  overflow: visible !important;
}
.bx{font-size:40px;}
#welcome .container-fluid, #welcome .container {
  width: 100vw !important;
  max-width: 100vw !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 auto !important;
  box-sizing: border-box;
}

#welcome .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100vw !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

#welcome .col-12 {
  width: 100vw !important;
  max-width: 100vw !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box;
}

@media (max-width: 992px) {
  #welcome {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 1px;
  }
  #welcome .container-fluid, #welcome .container, #welcome .row, #welcome .col-12 {
    width: 100vw !important;
    max-width: 100vw !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 768px) {
  #welcome {
    padding-top: 0px;
    padding-bottom: 10px;
    min-height: 1px;
  }
  #welcome .container-fluid, #welcome .container, #welcome .row, #welcome .col-12 {
    width: 100vw !important;
    max-width: 100vw !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
	height: 100vh;
  }
}
/* Animation for awesome class */
.awesome {
  -webkit-animation: colorchange 20s infinite alternate;
          animation: colorchange 20s infinite alternate;
}
@-webkit-keyframes colorchange {
  0% { color: blue; }
  10% { color: #8e44ad; }
  20% { color: #1abc9c; }
  30% { color: #d35400; }
  40% { color: blue; }
  50% { color: #34495e; }
  60% { color: blue; }
  70% { color: #2980b9; }
  80% { color: #f1c40f; }
  90% { color: #2980b9; }
  100% { color: pink; }
}
@keyframes colorchange {
  0% { color: blue; }
  10% { color: #8e44ad; }
  20% { color: #1abc9c; }
  30% { color: #d35400; }
  40% { color: blue; }
  50% { color: #34495e; }
  60% { color: blue; }
  70% { color: #2980b9; }
  80% { color: #f1c40f; }
  90% { color: #2980b9; }
  100% { color: pink; }
}

/* Content styles for video background */
.content {
  position: relative;
  width: 100%;
  margin: 0 auto !important;
  padding: 1px;
}
.content video {
  width: 100%;
  display: block;
}
.content:before {
  content: '';
  border-radius: 1px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* Responsive title for index.html */
.responsive-title {
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: bold;
}

@media (max-width: 992px) {
  .responsive-title {
    font-size: 1.5rem;
    line-height: 1.15;
  }
}

@media (max-width: 768px) {
  .responsive-title {
    font-size: 1.1rem;
    line-height: 1.1;
    padding: 0 10px;
    word-break: break-word;
  }
}

/* Responsive logo image */
.logo-responsive {
  margin: auto;
  height: auto;  
}
@media (max-width: 768px) {
  .logo-responsive {
    width: 70%px;
    max-width: 280px;
    margin: auto;
  }  
}

/* Responsive video for mobile/tablet */
.video-responsive {
  max-width: 100vw;
  height: auto;
}
@media (max-width: 992px) {
  .video-responsive {
    height: 100vh !important;
    min-height: 100vh !important;
    max-height: 100vh !important;
    object-fit: cover;
    width: 100vw !important;
    max-width: 100vw !important;
    left: 0;
    top: 0;
  }
}

/* Responsive row padding for hero text */
.row-pt {
  padding-top: 150px;
}
@media (max-width: 768px) {
  .row-pt {
    padding-top: 60px;
  }
}
/* Ensure video fills 100% height on mobile and tablet */
@media (max-width: 992px) {
  #videobg, #videobg .content, #videobg video, #vvideo {
    height: 100vh !important;
    min-height: 100vh !important;
    max-height: 100vh !important;
    object-fit: cover;
    width: 100vw !important;
    max-width: 100vw !important;
    left: 0;
    top: 0;
  }
  body, html {
    height: 100vh;
    margin: 0;
    padding: 0;
  }
}
/**
* Template Name: Squadfree - v2.3.1
* Template URL: https://bootstrapmade.com/squadfree-free-bootstrap-template-creative/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  font-family: "Raleway", sans-serif;
  color: #444444;
  overflow-x: hidden;
  background:#000;
}

img, video {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius:10px;
}

.container, .container-fluid {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

/* Responsive Typography */
h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }

@media (max-width: 992px) {
  .container, .container-fluid {
    max-width: 960px;
  }
  h1 { font-size: 2rem; }
  h2 { font-size: 1.5rem; }
  h3 { font-size: 1.25rem; }
}

@media (max-width: 768px) {
  .container, .container-fluid {
    max-width: 720px;
    padding-left: 10px;
    padding-right: 10px;
  }
  h1 { font-size: 1.5rem; }
  h2 { font-size: 1.25rem; }
  h3 { font-size: 1rem; }
  nav, .header, .footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 576px) {
  .container, .container-fluid {
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: 1rem;
  }
  .logo img {
    max-width: 165px;
    height: auto;
  }
}

a {
  color: #67b0d1;
}

a:hover {
  color: #8ec4dd;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

.container{
  max-width: 1280px !important;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  background: #ff0903;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 7px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: rgb(58, 57, 57);
  transition: background 0.2s ease-in-out;
}

#main {
  margin-top: 0px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 0px 0;
  background: rgba(103, 176, 209, 0.8);
}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  background: rgb(0 0 0 / 80%);
  padding: 0;
}

#header .logo h1 {
  font-size: 24px;
  margin: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

@media (max-width: 768px) {
  #header.header-scrolled {
    padding: 0px 0;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
  background: none;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #fff;
  padding: 20px 15px;
  transition: 0.3s;
  font-size: 19px;
  font-family: "Arial",sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  background: none;
  text-decoration: none;
}

.header-scrolled .nav-menu > ul > li {
  background: none;
}

.header-scrolled .nav-menu a {
  color: #fff;
}

.header-scrolled .nav-menu a:hover, .header-scrolled .nav-menu .active > a, .header-scrolled .nav-menu li:hover > a {
  background: rgba(255, 255, 255, 0.2);
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #25607a;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #67b0d1;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 25px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #000;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #67b0d1;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(30, 48, 56, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: auto;
  background: url("../img/hero-bg.jpg") top center;
  background-size: cover;
  position: relative;
  padding-top: 10%;
padding-bottom: 10%;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: -1px 0 2px #2f4d5a;
}

#hero h2 {
  color: #fff;
  margin-bottom: 50px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: -1px 0 2px #2f4d5a;
}

#hero .btn-get-started {
  font-size: 36px;
  display: inline-block;
  padding: 4px 0;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
  margin: 10px;
  width: 64px;
  height: 64px;
  text-align: center;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  padding-top: 8px;
  background: rgba(255, 255, 255, 0.15);
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 0px 0;
}

.section-bg {
  background-color: #f4f9fc;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
  color: #2f4d5a;
  z-index: 2;
}



.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #f8fbfd;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/


  .about {
    width: 100%;
    height: auto;
    background: url(../img/about-bg1.jpg) center center no-repeat;
    position: relative;
    background-size: cover;
    padding-top: 5%;
    padding-bottom: 5%;
    
}

.about::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: none;
  z-index: 9;
}

.about .container {
  position: relative;
  z-index: 10;
}

.about .content {
  padding: 30px 30px 30px 0;
}

.about .content h3 {
  font-weight: 700;
  font-size: 34px;
  color: #2f4d5a;
  margin-bottom: 30px;
}

.about .content p {
  margin-bottom: 30px;
}

.about .content .about-btn {
  display: inline-block;
  background: #67b0d1;
  padding: 6px 44px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
  position: relative;
}

.about .content .about-btn i {
  font-size: 18px;
  position: absolute;
  right: 18px;
  top: 9px;
}

.about .content .about-btn:hover {
  background: #7bbad7;
}

.about .icon-boxes .icon-box {
  margin-top: 30px;
}

.about .icon-boxes .icon-box i {
  font-size: 40px;
  color: #67b0d1;
  margin-bottom: 10px;
}

.about .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.about .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}

@media (max-width: 1200px) {
  .about .content {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .about {
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.services .icon-box::before {
  content: '';
  position: absolute;
  background: white;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.services .icon-box:hover::before {
  background: #67b0d1;
  top: 0;
  border-radius: 0px;
}

.services .icon {
  margin-bottom: 15px;
}

.services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #67b0d1;
  transition: all 0.3s ease-in-out;
}

/*.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 28px;
}

.services .title a {
  color: #111;
}*/

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.services .icon-box:hover .title a, .services .icon-box:hover .description {
  color: #fff;
}

.services .icon-box:hover .icon i {
  color: #fff;
}
.services {
  background: url(../img/services-bg.jpg) center center no-repeat;
  position: relative;
  padding-top: 10%;
  padding-bottom: 10%;
  background-size: cover;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-bottom: 30px;
}

.counts .count-box {
  padding: 30px;
  width: 100%;
}

.counts .count-box i {
  display: block;
  font-size: 44px;
  color: #67b0d1;
  float: left;
}

.counts .count-box span {
  font-size: 48px;
  line-height: 40px;
  display: block;
  font-weight: 700;
  color: #2f4d5a;
  margin-left: 60px;
}

.counts .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 60px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #49788c;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #49788c;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #6e9fb4;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(103, 176, 209, 0.8), rgba(103, 176, 209, 0.8)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}

.cta .cta-btn:hover {
  border-color: #fff;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/


.portfolio {
  width: 100%;
  height: auto;
  background: url("../img/hero-bg.jpg") top center;
  background-size: cover;
  position: relative;
  padding-top: 5%;
  padding-bottom: 5%;
}
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  background: #ecf5f9;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #2f4d5a;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #67b0d1;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  opacity: 1;
  left: 0;
  right: 0;
  bottom: -60px;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
  display: flex;
  justify-content: center;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  font-size: 28px;
  text-align: center;
  background: rgba(103, 176, 209, 0.75);
  transition: 0.3s;
  width: 50%;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: rgba(103, 176, 209, 0.95);
}

.portfolio .portfolio-wrap .portfolio-links a + a {
  border-left: 1px solid #8ec4dd;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 30px;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #67b0d1 !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-description h2 {
    width: 100%;
  }
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  text-align: center;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #d5e9f2;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 15px 15px;
  padding: 20px;
  background: #fff;
  position: relative;
  margin-bottom: 35px;
  border-radius: 6px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.testimonials .testimonial-item p::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid #fff;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.testimonials .owl-dot.active {
  background-color: #67b0d1 !important;
}

@media (max-width: 767px) {
  .testimonials {
    margin: 30px 10px;
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team-title {
  font-size: 28px;
    color: #fff;
    line-height: 38px;
    font-weight: 600;
}
.team {
  width: 100vw;
  min-width: 0;
  height: auto;
  background: url("../img/hero-bg.jpg") top center;
  background-size: cover;
  position: relative;
  padding-top: 5vw;
  padding-bottom: 5vw;
  box-sizing: border-box;
  overflow-x: hidden;
}

#team .container-fluid {
  width: 100vw !important;
  max-width: 100vw !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 auto !important;
  box-sizing: border-box;
}

#team .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}

#team .col-xl-6, #team .content.col-xl-6 {
  width: 50vw !important;
  max-width: 50vw !important;
  min-width: 0;
  box-sizing: border-box;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 992px) {
  #team .row {
    flex-direction: column;
    width: 100vw !important;
  }
  #team .col-xl-6, #team .content.col-xl-6 {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 10px 0;
  }
}

@media (max-width: 768px) {
  #team {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #team .col-xl-6, #team .content.col-xl-6 {
    padding: 5px 0;
  }
}
}
.testimonial-item {
  width: 100%;
  height: 100vh;
  background: url("../img/hero-bg.jpg") top center;
  background-size: cover;
  position: relative;
}
.team .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.team .member .pic {
  overflow: hidden;
}

.team .member .member-info {
  position: absolute;
  top: 85%;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 20px 0;
  color: #2f4d5a;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  max-height: 95px;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.team .member:hover .member-info {
  max-height: 300px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #2f4d5a;
  position: relative;
  padding-bottom: 10px;
}

.team .member h4::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b1cbd7;
  bottom: 0;
  left: calc(50% - 25px);
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  transition: color 0.3s;
  color: #52869d;
}

.team .member .social a:hover {
  color: #67b0d1;
}

.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

@media (max-width: 992px) {
  .team .member {
    margin-bottom: 110px;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact {
  width: 100%;
  height: auto;
  background: url("../img/hero-bg.jpg") top center;
  background-size: cover;
  position: relative;
  padding-top:5%;
}


.contact .info-box {
  color: #444444;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #67b0d1;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #f0f7fa;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  background: #fff;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
  background-color: #67b0d1;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #67b0d1;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #8ec4dd;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #000;
  padding: 15px 0 15px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-top: -90px;
  margin-bottom: 15px;
  background: white;
  color: #2f4d5a;
  border-top: 4px solid #67b0d1;
  text-align: center;
  padding: 30px 20px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Arial", sans-serif;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #2f4d5a;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #67b0d1;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #b5d9e9;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #a2cfe3;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #67b0d1;
  color: #fff;
  transition: 0.3s;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #409cc5;
}

#footer .copyright {
  border-top: 1px solid #385b6b;
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
}


/* toggle menu */
:root {
  --home-bg-color: #f2f3ee;
  --menu-bg-color: #cbcbc2;
  --silde-btn-border: #808080;
  --slide-btn-bg: #ddf2db;
  --slide-btn-hoverbg: #f1fff1;
  --alpha-green: rgba(33, 96, 47, 0.51);
  --icon-hover-color: #344a39;
  --icon-hover-bg: #709680;
  --text-color: #616161;
  --border-color: #709680;
  --heading-color: #344a39;
  --box-shadow-color: #b5b5ac;
  --lightest-green: #86a58d;
  --light-green: #9ab09a;
  --dark-green: rgba(52, 74, 57, 0.86);
  --box-shadow: 0px 0px 3px 5px var(--box-shadow-color);
  --border-radius: 60px 5px;
  --fade-green: rgba(57, 87, 64, 0.55);
}


#ham-menu {
  display: none;
}
label[for="ham-menu"] {
  display: block;
  top: 24px;
  left: 20px;
  z-index: 999;
  width: 60px;
  height: 60px;
  border-radius: 15px;
  border: 0px solid var(--border-color);
}
.ham-menu {
  width: 50vw;
  height: 100%;
  position: fixed;
  top: 0;
  visibility: hidden;
  transform: translate(-110%);
  z-index: 998;
  background-color: #000;
  transition: 1s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ham-menu > ul {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-around;
  padding: 20px;
  height: 50%;
}
.ham-menu > ul > li {
  font-size: 2rem;
    white-space: nowrap;
    letter-spacing: 0.15em;
    cursor: pointer;
    color: rgb(255 255 255);
}

#ham-menu:checked + label {
  background-color: transparent;
  border-color: var(--dark-green);
}
#ham-menu:checked ~ div.ham-menu {
  transform: translate(0px);
  visibility: visible;
}
.full-page-green {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(77, 65, 65, 0.86);
  z-index: 997;
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: 500ms;
  position: fixed;
  top: 0;
  left: 0;
}
#ham-menu:checked ~ div.full-page-green {
  display: block;
  opacity: 1;
  visibility: visible;
}
[for="ham-menu"] > div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column wrap;
  align-content: center;
  align-items: center;
  margin-top: 10px;
}
.menu-line {
  display: block;
    width: 21px;
    height: 5px;
    margin: 7px 0 4px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    background-color: #ffffff;
    transition: 500ms;
    transform-origin: right center;
}
[for="ham-menu"] > div > span:nth-child(4),
[for="ham-menu"] > div > span:nth-child(5),
[for="ham-menu"] > div > span:nth-child(6) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  transform-origin: left center;
}
#ham-menu:checked + label span {
  background-color: var(--dark-green);
}
#ham-menu:checked + label span:nth-child(2),
#ham-menu:checked + label span:nth-child(5) {
  transform: scale(0);
}
#ham-menu:checked + label span:nth-child(1) {
  transform: translateY(17px) rotate(45deg);
}
#ham-menu:checked + label span:nth-child(4) {
  transform: translateY(17px) rotate(-45deg);
}
#ham-menu:checked + label span:nth-child(3) {
  transform: translateY(-17px) rotate(-45deg);
}
#ham-menu:checked + label span:nth-child(6) {
  transform: translateY(-17px) rotate(45deg);
}
p {
  display: inline;
  font-size: 28px;
  line-height: 1.5em;
  word-spacing: 0;
  letter-spacing: 1px;
  font-family: "Arial";
  color: #fff;
}
a {
  font-size: 25px;
  line-height: 1.5em;
  word-spacing: 0;
  letter-spacing: 0.1em;
  font-family: "Arial",sans-serif;
  display: inline;
  font-weight: bold;
  padding: 7px;
  color: #fff;
}
/*a::after {
  content: "\e806";
  display: inline-block;
  font-family: fontello;
  padding: 5px;
  font-size: 1.6rem;
  transform: rotate(-90deg);
}*/
.text {
  font-size: 2.5rem;
  line-height: 1.5em;
  word-spacing: 0.5em;
  letter-spacing: 0.1em;
  font-family: "OpenSansCondensed-Bold", sans-serif;
}
.title {
  font-size: 3.5rem;
  line-height: 1.5em;
  word-spacing: 0.1em;
  letter-spacing: 0.1em;
  font-family: "Arial", sans-serif;
  color: var(--icon-hover-bg);
  padding: 0px;
}
.heading {
  font-size: 6rem;
  line-height: 1.5em;
  word-spacing: 0.5em;
  letter-spacing: 0.1em;
  font-family: "Patua One";
}
.centre-text {
  text-align: center;
}
.bold-text {
  font-weight: bold;
}

#bannerDiv {
  width: 100%;
  float: left;
  margin: 0px auto;
  padding: 0px;
  height: auto;
  position: relative;
}

.bannerVideoDiv {
  width: 100%;
  float: left;
  margin: 0px auto;
  padding: 0px;
  height: auto;
  position: absolute;
}
.bannerheading{
  place-items: center; /* Centers children both vertically and horizontally */
  height: 100vh; /* Example: full viewport height */
}
.welcome-area .header-text h1{
  font-weight: 500;
  font-size: 50px !important;
  line-height: 54px;
  letter-spacing: 1.4px;
  margin-bottom: 0px;
  color: #fff;
  font-family: Bebas,sans-serif !important;
  z-index: 2;
  position: relative;
  word-break: break-word;
}

/* Ensure .header-text is visible and above video on all screens */
.welcome-area .header-text {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 1px;
  box-sizing: border-box;
  overflow: visible !important;
  background: none;
}
}

@media (max-width: 992px) {
  .welcome-area .header-text h1 {
    font-size: 2rem !important;
    line-height: 2.8rem;
    padding: 0 10px;
  }
  .welcome-area .header-text {
    padding-top: 30px;
    padding-bottom: 20px;
    background: rgba(0,0,0,0.4);
    min-height: 1px;
    width: 100vw;
    left: 0;
    right: 0;
    box-sizing: border-box;
    overflow: visible !important;
  }
}

@media (max-width: 768px) {
  .welcome-area .header-text h1 {
    font-size: 1.8rem !important;
    line-height: 2.3rem;
    padding: 0 5px;
  }
  .welcome-area .header-text {
    padding-top: 20px;
    padding-bottom: 10px;
    background: rgba(0,0,0,0.6);
    min-height: 1px;
    width: 100vw;
    left: 0;
    right: 0;
    box-sizing: border-box;
    overflow: visible !important;
  }
}
}

.welcome-area .header-text p {
  font-weight: 400;
  font-size: 30px;
  color: #fff;
  line-height: 60px;
  letter-spacing: 0.25px;
  margin-bottom: 10px;
  position: relative;
  
}

.banner-title{
  font-size: 31px;
    line-height: 40px;
}

.storemenu {
  display: block;
  position: relative;
  color: #fff;
  padding: 16px 15px;
  transition: 0.3s;
  font-size: 17px;
  font-family: "Arial",sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 15px;
}




/* first section */


@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
@import url(https://fonts.googleapis.com/css?family=Teko:700);
.snip1543 {
  background-color: #fff;
  color: #ffffff;
  font-family: 'Acuminpro', sans-serif;
  font-size: 10px;
  margin: 10px;
  max-width: 292px;
    min-width: 202px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transform: translateZ(0);
  border-radius:10px;
}

.snip1543 *,
.snip1543 *:before,
.snip1543 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.snip1543 img {
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
}

.snip1543:before,
.snip1543:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background-color: #b81212;
  opacity: 0.5;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.snip1543:before {
  -webkit-transform: skew(30deg) translateX(-80%);
  transform: skew(30deg) translateX(-80%);
}

.snip1543:after {
  -webkit-transform: skew(-30deg) translateX(-70%);
  transform: skew(-30deg) translateX(-70%);
}

.snip1543 figcaption {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  bottom: 0;
  padding: 20px 17% 25px 20px;
}

.snip1543 figcaption:before,
.snip1543 figcaption:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #b81212;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  content: '';
  opacity: 0.5;
  z-index: -1;
}

.snip1543 figcaption:before {
  -webkit-transform: skew(30deg) translateX(-100%);
  transform: skew(30deg) translateX(-100%);
}

.snip1543 figcaption:after {
  -webkit-transform: skew(-30deg) translateX(-90%);
  transform: skew(-30deg) translateX(-90%);
}

.snip1543 h3,
.snip1543 p {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
}


 .snip1543 h3 {
    font-family: 'Raleway', sans-serif !important;
    font-size: 26px;
    font-weight: 300;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 10px;
}


.snip1543 p {
  font-family: 'Raleway', sans-serif !important;
  font-size: 15px;
}

.snip1543 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1543:hover h3,
.snip1543.hover h3,
.snip1543:hover p,
.snip1543.hover p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 0.9;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.snip1543:hover:before,
.snip1543.hover:before {
  -webkit-transform: skew(30deg) translateX(-20%);
  transform: skew(30deg) translateX(-20%);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.snip1543:hover:after,
.snip1543.hover:after {
  -webkit-transform: skew(-30deg) translateX(-10%);
  transform: skew(-30deg) translateX(-10%);
}

.snip1543:hover figcaption:before,
.snip1543.hover figcaption:before {
  -webkit-transform: skew(30deg) translateX(-40%);
  transform: skew(30deg) translateX(-40%);
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.snip1543:hover figcaption:after,
.snip1543.hover figcaption:after {
  -webkit-transform: skew(-30deg) translateX(-30%);
  transform: skew(-30deg) translateX(-30%);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}


/* end first section*/

.title{
font-size: 34px;
line-height: 56px;
color:#fff;
font-weight: 600;
}

.btn-danger {
  font-weight: 700;
  padding-left: 40px;
  color: #fff;
  background-color: #ff0903;
  border-color: #ff0903;
  padding-right: 40px;
  font-size: 25px;
}

/* fourth section*/
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
@import url(https://fonts.googleapis.com/css?family=Teko:700);
.snip1544 {
  background-color: #fff;
  color: #ffffff;
  font-family: 'Arial', sans-serif;
  font-size: 10px;
  margin: 10px;
  max-width: 418px;
  min-width: 202px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border-radius:10px;
}

.snip1544 *,
.snip1544 *:before,
.snip1544 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.snip1544 img {
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
}

.snip1544:before,
.snip1544:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background-color: #b81212;
  opacity: 0.5;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.snip1544:before {
  -webkit-transform: skew(30deg) translateX(-80%);
  transform: skew(30deg) translateX(-80%);
}

.snip1544:after {
  -webkit-transform: skew(-30deg) translateX(-70%);
  transform: skew(-30deg) translateX(-70%);
}

.snip1544 figcaption {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  bottom: 0;
  padding: 15px 25px 15px 10px;
}

.snip1544 figcaption:before,
.snip1544 figcaption:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #b81212;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  content: '';
  opacity: 0.5;
  z-index: -1;
}

.snip1544 figcaption:before {
  -webkit-transform: skew(30deg) translateX(-100%);
  transform: skew(30deg) translateX(-100%);
}

.snip1544 figcaption:after {
  -webkit-transform: skew(-30deg) translateX(-90%);
  transform: skew(-30deg) translateX(-90%);
}

.snip1544 h3,
.snip1544 p {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
}

.snip1544 h3 {
  font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.snip1544 p {
  font-size: 15px;
}

.snip1544 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1544:hover h3,
.snip1544.hover h3,
.snip1544:hover p,
.snip1544.hover p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 0.9;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.snip1544:hover:before,
.snip1544.hover:before {
  -webkit-transform: skew(30deg) translateX(-20%);
  transform: skew(30deg) translateX(-20%);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.snip1544:hover:after,
.snip1544.hover:after {
  -webkit-transform: skew(-30deg) translateX(-10%);
  transform: skew(-30deg) translateX(-10%);
}

.snip1544:hover figcaption:before,
.snip1544.hover figcaption:before {
  -webkit-transform: skew(30deg) translateX(-40%);
  transform: skew(30deg) translateX(-40%);
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.snip1544:hover figcaption:after,
.snip1544.hover figcaption:after {
  -webkit-transform: skew(-30deg) translateX(-30%);
  transform: skew(-30deg) translateX(-30%);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

/* end fourth section*/


.rounded-circle {
  border-radius: 50%!important;
  width: 100px;
}

.card{
  position: relative;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background: rgb(48,48,48);
    background: linear-gradient(0deg, rgb(47 45 45 / 50%) 87%, rgb(228 228 228 / 36%) 100%);
    background-clip: border-box;
    border: 0px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.comma{
  font-size: 25px;
  color: #fd8300;
  font-size: 45px;
}

.testi-name{
  font-size: 20px;
  color:#fff;
  float: right;
  font-family: "Roboto", sans-serif;
}

.post{
  font-size: 21px;
    color: #fd8300;
    float: right;
    line-height: 37px;
}

.bg-div{
  background: url(../img/bg2.png) top center;
  background-repeat: no-repeat;
}

.footer-link{
  font-size: 16px;
  color:#fff;
  font-family: "Arial", sans-serif;
  font-weight: 400;
}

.geeks { 
  width: auto; 
  height: auto; 
  overflow: hidden; 
  margin: 0 auto; 
} 

.geeks img { 
  width: 100%; 
  transition: 0.5s all ease-in-out; 
} 

.geeks:hover img { 
  transform: scale(1.1); 
} 

.img-thumbnail {
  padding: 0;
  background-color: #000;
  border: 0px solid #dee2e6;
  border-radius: 0.1rem;
  max-width: 100%;
  height: auto;
}
.table td{
  border-top: 0px solid #dee2e6;
}

span{
  font-family: "Arial", sans-serif;
}
.time{
  color:#8c8c8c;
}

.testi-para{
  font-size: 22px;
    text-align: justify;
    color: #f5f7f9;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
}

.video-text{
  color: #fff;
    font-size: 35px;
    line-height: 40px;
    font-weight: 500;
    font-family: 'Lobster', cursive;
}

.button-shadow{
  box-shadow: 1px 3px 13px 22px rgb(204 197 197 / 12%), 4px 6px 20px 6px rgb(255 255 255 / 1%), 6px 6px 20px -7px rgb(255 255 255 / 52%), 6px 6px 20px 11px rgb(255 255 255 / 2%);
    border-radius: 10px;
}

.heading{
  font-size: 32px;
  color: #fd8300;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  word-spacing: 0px;
  letter-spacing: 0;
}
.row{
display: flex;
margin-left: 15px;
margin-right: 15px;
}

.testi-subheading
{
  font-size: 33px;
  color: #fd8300;
  font-weight: 600;
  font-family: sans-serif;

}

.profile-name{
  float: right;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
}




@media (min-width: 1200px) and (max-width: 1460px){
  .snip1543 {
    background-color: #fff;
    color: #ffffff;
    font-family: 'Acuminpro', sans-serif;
    font-size: 10px;
    margin: 10px;
    max-width: 193px !important;
    min-width: 190px !important;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.snip1543 h3 {
  font-family: 'Raleway', sans-serif !important;
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.snip1543 p {
  font-family: 'Raleway', sans-serif !important;
  font-size: 10px;
 
}


.about {
  width: 100%;
  height: auto;
  background: url(../img/about-bg1.jpg) center center no-repeat;
  position: relative;
  background-size: cover;
  padding-top: 5%;
  padding-bottom: 5%;
}

.portfolio{
  width: 100%;
    height: auto;
    background: url(../img/hero-bg.jpg) top center;
    background-size: cover;
    position: relative;
    padding-top: 5%;
    padding-bottom: 5%;
}
.snip1544 {
  background-color: #000;
  color: #ffffff;
  font-family: 'Arial', sans-serif;
  font-size: 10px;
  margin: 10px;
  max-width: 42%;
  min-width: 202px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
  -webkit-transform: translateZ(0);
  border-radius:10px;
}
.snip1544 h3 {
font-family: 'Raleway', sans-serif;
font-size: 16px;
font-weight: 500;
line-height: 24px;
text-transform: uppercase;
margin-bottom: 10px;
}

.heading {
  font-size: 24px;
  color: #fd8300;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  word-spacing: 0px;
  letter-spacing: 0;
}

.testi-para {
  font-size: 16px;
  text-align: justify;
  color: #f5f7f9;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}

.title {
  font-size: 30px;
  line-height: 50px;
  color: #fff;
  font-weight: 600;
}
}
#footer .footer-link{font-size:13px !important;}

.geeks {position:relative;}
.geeks .members_txt{font-size: 12px;
  color: #ccc;
  position: absolute;
  top: 22px; margin-left:-15px; font-family:Arial, Helvetica, sans-serif;
  text-align: center;
  width: 100%;z-index: 999;}
.geeks:hover .members_txt{ transform: scale(1.1);transition: 0.5s all ease-in-out;}

@media (max-width: 768px) {
  .icon-boxes .row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .btn-danger {padding-left:20px !important; padding-right:20px !important;}
  .content {text-align:center;}
  .title {
  font-size: 26px;
  line-height: 36px;
  color: #fff;
  font-weight: 600;
  margin-top: 15px;
}
#hero {padding-top: 20%;}
.row {
  display: flex;
  margin-left: 0;
  margin-right: 0;
}
.table.text-center td {padding:5px 5px;}
.card.testimonial-card{margin-bottom: 60px;}
.wel_div {padding-top:30%;}
.snip1543 { max-width:46% !important; margin: 10px 2px !important; min-width: 46% !important;}
#footer .footer-link{font-size:12px !important;}
#footer  {text-align:center !important;}



.snip1543 h3,
.snip1543.hover h3,
.snip1543 p,
.snip1543.hover p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 0.9;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.snip1543::before,
.snip1543.hover::before {
  -webkit-transform: skew(30deg) translateX(-20%);
  transform: skew(30deg) translateX(-20%);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.snip1543::after,
.snip1543.hover::after {
  -webkit-transform: skew(-30deg) translateX(-10%);
  transform: skew(-30deg) translateX(-10%);
}

.snip1543 figcaption::before,
.snip1543.hover figcaption:before {
  -webkit-transform: skew(30deg) translateX(-40%);
  transform: skew(30deg) translateX(-40%);
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.snip1543 figcaption::after,
.snip1543.hover figcaption::after {
  -webkit-transform: skew(-30deg) translateX(-30%);
  transform: skew(-30deg) translateX(-30%);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.snip1543 p {
  font-family: 'Raleway', sans-serif !important;
  font-size: 11px;
  line-height: 1px;
    letter-spacing: inherit;
}
.snip1543 h3 {
  font-family: 'Raleway', sans-serif !important;
  font-size: 15px;
  font-weight: 300;
  line-height: 17px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.snip1543 figcaption {
  padding: 10px 12px 10px 10px;
}


.snip1544 h3,
.snip1544. h3,
.snip1544 p,
.snip1544.hover p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 0.9 !important;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;  
}

.snip1544::before,
.snip1544.hover::before {
  -webkit-transform: skew(30deg) translateX(-20%);
  transform: skew(30deg) translateX(-20%);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.snip1544::after,
.snip1544.hover::after {
  -webkit-transform: skew(-30deg) translateX(-10%);
  transform: skew(-30deg) translateX(-10%);
}

.snip1544 figcaption::before,
.snip1544.hover figcaption::before {
  -webkit-transform: skew(30deg) translateX(-40%);
  transform: skew(30deg) translateX(-40%);
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.snip1544 figcaption::after,
.snip1544.hover figcaption::after {
  -webkit-transform: skew(-30deg) translateX(-30%);
  transform: skew(-30deg) translateX(-30%);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.geeks .members_txt{font-size: 14px;
  color: #ccc;
  position: absolute;
  top: 32px; margin-left:-15px; font-family:Arial, Helvetica, sans-serif;
  text-align: center;
  width: 100%;z-index: 999;}
.geeks:hover .members_txt{ transform: scale(1.1);transition: 0.5s all ease-in-out;}
}