/*-----------------------------------------------------------------------------------

    Theme Name: Custom Theme
    Description: Custom Theme Template
    Author: TekBotsolutions
    Author URI: https://tekbotsolutions.com/
    Version: 1.1.2

-----------------------------------------------------------------------------------*/

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}
@media (min-width: 1560px) {
  .container {
    max-width: 1520px;
  }
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns.grid-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .card-columns > * {
    display: inline-block;
    width: 100%;
  }
}

.form-group {
  margin-bottom: 1rem;
}

dl,
dt,
dd,
ol,
ul,
li {
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
  display: block;
  font-size: 0px;
  height: 0px;
  line-height: 0;
  width: 100%;
  overflow: hidden;
}

::selection {
  background: #212529;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #212529;
  /* Firefox */
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #212529;
  /* Safari */
  color: #fff;
  text-shadow: none;
}

:active,
:focus {
  outline: none !important;
}

body {
  line-height: 1.5;
  color: #626262;
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none !important;
}

a:hover {
  color: #41abe1;
}

a img {
  border: none;
}

img {
  max-width: 100%;
}

iframe {
  width: 100%;
  border: 0 !important;
  overflow: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #212529;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 30px 0;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  line-height: 63px;
}

h5,
h6 {
  margin-bottom: 20px;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 0.875rem;
}

h6 {
  font-size: 12px;
}

h4 {
  font-weight: 600;
}

h5,
h6 {
  font-weight: bold;
}

p{
  font-size: 18px;
}

@media (max-width: 767.98px) {
  h1 {
    font-size: 1.75rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  h4 {
    font-size: 1rem;
  }
}

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form {
  margin-bottom: 30px;
}

small {
  font-family: "Poppins", sans-serif;
}

@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.725rem + 5.7vw);
  }

  .display-2 {
    font-size: calc(1.675rem + 5.1vw);
  }

  .display-3 {
    font-size: calc(1.575rem + 3.9vw);
  }

  .display-4 {
    font-size: calc(1.475rem + 2.7vw);
  }
}

/* ----------------------------------------------------------------
    Helper Classes
-----------------------------------------------------------------*/

#wrapper {
  position: relative;
  float: none;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
  body:not(.stretched) #wrapper {
    max-width: 1200px;
  }
}

@media (min-width: 1440px) {
  body:not(.stretched) #wrapper {
    max-width: 1440px;
  }
}

.line,
.double-line {
  clear: both;
  position: relative;
  width: 100%;
  margin: 4rem 0;
  border-top: 1px solid #eee;
}

.double-line {
  border-top: 3px double #e5e5e5;
}

.header-stick {
  margin-top: -3rem !important;
}

.content-wrap .header-stick {
  margin-top: -5rem !important;
}

.footer-stick {
  margin-bottom: -3rem !important;
}

.content-wrap .footer-stick {
  margin-bottom: -5rem !important;
}

.border-f5 {
  border-color: #f5f5f5 !important;
}

.col-padding {
  padding: 4rem;
}

.inline-block {
  float: none !important;
  display: inline-block !important;
}

.center {
  text-align: center !important;
}

.mx-auto {
  float: none !important;
}

.border-color {
  border-color: #cccccc !important;
}

.ls0 {
  letter-spacing: 0px !important;
}

.ls1 {
  letter-spacing: 1px !important;
}

.ls2 {
  letter-spacing: 2px !important;
}

.ls3 {
  letter-spacing: 3px !important;
}

.ls4 {
  letter-spacing: 4px !important;
}

.ls5 {
  letter-spacing: 5px !important;
}

.fw-extralight {
  font-weight: 100 !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-regular {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-extra-bold {
  font-weight: 900 !important;
}

.fst-normal {
  font-style: normal !important;
}

.p-120px {
  padding: 120px 0;
}
.m-20px {
  margin: 20px 0;
}
/* ----------------------------------------------------------------
    Custom Style
-----------------------------------------------------------------*/
.page-wrapper {
  overflow-x: hidden;
}

.row {
  padding-left: 15px;
  padding-right: 15px;
}
:root {
  --swiper-theme-color: #ffffff;
}
span.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #ffffff;
}
header.header {
  background-color: #ffffff;
}
.primary-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
}
.primary-wrapper ul.menu-ul {
  display: flex;
  list-style: none;
  margin-bottom: 0;
}
.primary-wrapper .menu-item a {
  padding: 0px 25px;
  font-size: 18px;
  color: #000000;
  transition: all 0.2s ease;
}
.primary-wrapper .menu-item a:hover{
  color: #41abe1;
}
.primary-wrapper .tele{
  margin-left: 20px;
}
.tele a i{
  transform: rotate(85deg);
}
.tele a {
  padding: 12px 20px;
  background-color: #41abe1;
  color: #ffffff;
  border: 1px solid;
  border-radius: 50px;
  transition: all 0.2s ease;
}
.tele a:hover {
  background-color: #ffffff;
  color: #41abe1;
}
.swiper {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 90vh;
  position: relative;
}
.home-slide-container {
  height: 100%;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-start;
}
.home-slide-container h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  color: #ffffff;
  margin-top: 80px;
}
.swiper-slide img {
  width: 100%;
  background: no-repeat;
}
.content-wrapper{
  position: absolute;
  z-index: 99;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.content-wrapper-container{
  height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.text-content-container{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.text-content-container h1{
  margin-top: 35vh;
  width: 100%;
  text-align: left;
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 28px;
}
.bg-overlay--1 {
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, #000000ba, transparent);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}


.copy-wrapper {
  padding: 12px 0px;
  display: flex;
  flex-direction: row;
  text-align: left;
  width: 100%;
}
.copy-wrapper .row{
  align-items: center;
  width: 100%;
}
.copy-wrapper p {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 14px;
}
.copy-wrapper a {
  color: #ffff;
  font-size: 14px;
  transition: all 0.2s ease;
  margin-right: 25px;
}
.copy-wrapper a:hover{
  color: #41abe1;
}
.copy-wrapper ul{
  display: flex;
  list-style: none;
  align-items: center;
  margin: 0;
  justify-content: flex-end;
}

.copywrapper-text-container{
  display: flex;
  align-items: center;
}

@media (max-width: 767px){
  .home-slide-container{
    background-position: right;
  }
  .logo-container img{
    width: 180px;
  }
  .tele a{
    font-size: 13px;
  }
  .text-content-container h1{
    font-size: 38px;
    line-height: 52px;
    text-align: center;
  }
  .copy-wrapper p{
    font-size: 11px;
  }
}