@charset "utf-8";

/*
        Resets
*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

em {
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

.clear {
  clear: both;
}

/*
        body Structure
*/

html,
body {
  height: 100%;
}

body {
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #222;
  overflow-x: hidden !important;
}

/*
        Typography
*/

div,
p,
a,
li,
td {
  -webkit-text-size-adjust: none;
}

html,
html a {
  -webkit-font-smoothing: antialiased !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  margin: 0 0 15px 0;
  line-height: normal !important;
}

h1 {
  font-family: "Lexend", sans-serif;
  font-size: 60px;
  font-weight: 700;
}

h2 {
  font-family: "Lexend", sans-serif;
  font-size: 32px;
  font-weight: 400;
}

h3 {
  font-family: "Lexend", sans-serif;
  font-size: 26px;
  font-weight: 400;
}

h4 {
  font-size: 22px;
  font-weight: 300;
}

h5 {
  font-size: 18px;
  font-weight: 300;
}

h6 {
  font-size: 14px;
  font-weight: 300;
}

p {
  font-family: "Roboto", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 15px 0;
  word-spacing: 0.4px;
  line-height: 26px;
}

p span,
p strong {
  font-weight: bold;
}

img {
  border: none;
  max-width: 100%;
}

a {
  font-family: "Lexend", sans-serif;
  text-decoration: none;
  color: #ffffff;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: #ffffff;
}

.fancybox-custom .fancybox-skin {
  box-shadow: 0 0 50px #222;
}

.navbarSection {
  width: 100%;
  left: 0;
  right: 0;
  height: auto;
}

.tophead {
  display: block;
  width: 100%;
  height: auto;
  padding: 0px 0;
  background: #0298ca;
}

.tophead .tophead-menu-left,
.tophead .tophead-menu-right,
.tophead-menu-social {
  display: inline-block;
}

.tophead .tophead-menu-left ul,
.tophead .tophead-menu-right ul,
.tophead-menu-social ul {
  display: block;
  margin: 0;
  padding: 0;
}

.tophead .tophead-menu-left ul li,
.tophead .tophead-menu-right ul li {
  display: inline-block;
  list-style-type: none;
  margin-right: 15px;
  font-size: 14px;
  line-height: 30px;
}

.tophead .tophead-menu-left ul li:last-child,
.tophead .tophead-menu-right ul li:last-child,
.tophead-menu-social ul li:last-child {
  margin-right: 0;
}

.tophead .tophead-menu-left ul li i,
.tophead .tophead-menu-right ul li i {
  padding-right: 3px;
  color: #fff;
}

.tophead .tophead-menu-left ul li a,
.tophead .tophead-menu-right ul li a {
  font-size: 12px;
  color: #fff;
}

.tophead .tophead-menu-left ul li a:hover,
.tophead .tophead-menu-right ul li a:hover {
  text-decoration: underline;
  color: #fff;
}

.tophead-right-menu {
  text-align: right;
}

/*tophead-menu-social*/

.tophead-menu-social {
  margin-right: 20px;
  display: inline-block;
}

.tophead-menu-social ul li {
  display: inline-block;
  list-style-type: none;
}

.tophead-menu-social ul li a {
  display: inline-block;
}

.tophead-menu-social ul li a i {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 23px;
  font-size: 13px;
  border-radius: 50%;
  border: solid 1px #ddd;
  text-align: center;
  color: #fff;
}

.tophead-menu-social ul li a:hover i {
  background: #000;
  color: #fff;
  border-color: transparent;
}


/*navigationBar*/

.navbar-default .navbar-toggle .icon-bar {
  background-color: #0298ca;
}

.navigationBar {
  display: block;
  width: auto;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  /* ✅ increase */
  height: 80px;
  padding: 0;
  background: #ffffff;

}

/* .navigationBar:before {
    content: '';
    display: block;
    position: absolute;
    background: url('../images/navigBg.png') no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 200%;
    top: 0;
    left: 0;
    opacity: 1;
} */

.containerWrapper {
  display: block;
  position: relative;
  padding: 0 100px;
}

.containerWrapper:after {
  content: "";
  display: block;
  clear: both;
}

/*navigationBarContent*/

.navigationBarContent {
  position: relative;
  height: auto;
}

.navbar {
  min-height: 40px;
}

.navbar-brand {
  display: inline-block;
  margin-top: 5px;
  height: auto;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  transition: all 300ms;
}

.navbarbrandfixed {
  visibility: hidden;
  opacity: 0;
}

.navbar-brand img {
  height: 75px;
}

.navbar-nav {
  margin-top: 0px;
}

.navbar-collapse {
  float: right;
  padding-right: 0;
}

.navbar-default {
  background: transparent;
  border: none;
  margin: 0;
}

/*navbar-collapse*/

.navbar-collapse>ul>li>a {
  display: block;
  color: inherit !important;
  padding: 15px 8px;
  margin: 0 1px;
  height: 50px;
  line-height: 50px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  transition: all 300ms;
}

.navbar-collapse>ul>li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: #00768f;
  color: #fff;
  transition: all 300ms;
  visibility: hidden;
  opacity: 0;
  font-family: "Roboto", sans-serif;
}

.navbar-collapse>ul>li:hover:before,
.navbar-collapse>ul>li.active:before {
  top: 0;
  visibility: hidden;
  opacity: 1;
}

.navbar-collapse>ul>li:hover:after,
.navbar-collapse>ul>li.active::after {
  top: 0;
  visibility: visible;
  opacity: 1;
}

.navbar-collapse>ul>li::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid #0298ca;
  transition: all 300ms;
  visibility: hidden;
  opacity: 0;
}

.navbar-collapse>ul>li:hover>a,
.navbar-collapse>ul>li.active>a {
  background: transparent !important;
  color: #0298ca !important;
}

.navbar-collapse.in {
  overflow-y: initial !important;
}

/*drop down menu*/

.navbar-collapse>ul>li>ul {
  display: block;
  width: 250px;
  height: auto;
  z-index: 9999;
  position: absolute;
  top: 100%;
  left: 20px;
  margin: 0;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
  transition: all 300ms ease-in-out;
}

.navbar-collapse>ul>li:hover>ul {
  left: 15px;
  top: 80px;
  visibility: visible;
  opacity: 1;
}

.navbar-collapse>ul>li>ul>li {
  display: block;
  border-bottom: solid 1px #ddd;
  font-size: 13px;
  transition: all 300ms ease-in-out;
  position: relative;
}

.navbar-collapse>ul>li>ul>li>a {
  display: block;
  padding: 8px 15px;
  color: #222;
  font-size: 16px;
  transition: all 300ms ease-in-out;
}

.navbar-collapse>ul>li>ul>li:hover {
  background: #72150c;
}

.navbar-collapse>ul>li>ul>li:hover>a {
  color: #000000;
}

.navbar-collapse>ul>li>ul>li>span.separator {
  display: block;
  padding: 5px 0;
  text-transform: uppercase;
  text-align: center;
}

.navbar-collapse>ul>li>ul>li:hover>span.separator {
  color: #fff;
}

.navbar-collapse>ul>li>ul>li>a>.fa-angle-right {
  display: inline-block;
  float: right;
  position: relative;
  top: 5px;
}

.dropdown-menu li a {
  /* display: block; */
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/*double dropdown*/

.navbar-collapse>ul>li>ul>li>ul {
  display: block;
  width: 180px;
  height: auto;
  height: auto;
  position: absolute;
  left: 100%;
  top: 0;
  background: #fff;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
  transition: all 300ms;
  visibility: hidden;
  opacity: 0;
}

.navbar-collapse>ul>li>ul>li:hover>ul {
  visibility: visible;
  opacity: 1;
}

.navbar-collapse>ul>li>ul>li>ul>li {
  display: block;
  border-bottom: solid 1px #ddd;
  font-size: 13px;
  transition: all 300ms ease-in-out;
  position: relative;
}

.navbar-collapse>ul>li>ul>li>ul>li>a {
  display: block;
  padding: 5px 15px;
  color: #222;
  font-size: 15px;
  font-size: inherit;
  transition: all 300ms ease-in-out;
}

.navbar-collapse>ul>li>ul>li>ul>li:hover {
  background: #72150c;
}

.navbar-collapse>ul>li>ul>li>ul>li:hover>a {
  color: #fff;
}

/*navigationBar fixed*/

.navigationBarFixed {
  position: fixed;
  height: 60px;
  border-bottom: none;
  background: #fff !important;
  z-index: 100;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.navigationBarFixed .navbar-brand {
  margin-top: 5px;
}

.navigationBarFixed .navbar-brand img {
  height: 50px;
}

.navigationBarFixed .navbar-collapse>ul>li {
  height: 40px;
  line-height: 40px;
  color: #000;
}

.navigationBarFixed .navbar-collapse>ul>li>a {
  height: 40px;
  line-height: 40px;
  padding: 10px 15px;
}

.navigationBarFixed .navbar-collapse>ul>li>ul>li>a {
  height: auto;
  line-height: normal;
}

.navigationBarFixed:before {
  display: none;
}

/*banner-slider-full*/

.banner-slider-section {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  background: #fff;
  overflow: hidden;
}

.navbar {
  position: relative;
  z-index: 9999;
}

.banner-slider-full {
  display: block !important;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  z-index: 5;
}

.banner-slider-full .owl-wrapper-outer,
.banner-slider-full .owl-wrapper,
.banner-slider-full .owl-item,
.banner-slider-full .item {
  height: 100%;
}

.banner-slider-full .item {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.banner-slider-section .owl-item.active .replaceImg {
  transition: all 7s;
}

.banner-slider-section .owl-item.active .replaceImg {
  transform: scale(1.1);
}

.banner-slider-full .item .replaceImg {
  display: block;
  position: relative;
  /*top: 100px;*/
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover !important;
}

#banner-slider .owl-controls {
  position: absolute !important;
  bottom: 40% !important;
  /* width: 300px !important; */
  width: auto !important;
  right: 0px;
  margin: 0;
  z-index: 2;
  transform: rotate(90deg);
}

#banner-slider .owl-controls .owl-page span {
  width: 20px !important;
  height: 20px !important;
  margin: 3px !important;
  border-radius: 100px !important;
  background: #fff !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

#banner-slider .owl-buttons {
  display: none !important;
}

.banner-slider-full .item {
  position: relative;
  z-index: 20;
}

.banner-slider-full .item {
  position: relative;
  z-index: 20;
}

.banner-slider-full .item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right,
      rgb(8, 8, 8) 0%,
      rgba(2, 36, 91, 0) 100%);
  /* clip-path: polygon(0% -140%, 90% 100%, 0 100%); */
  opacity: 0.9;

  z-index: 1;
}

.banner-slider-section .banner-info {
  display: block;
  width: 65%;
  position: absolute;
  /* bottom: 0px; */
  top: 30%;
  left: 0%;
  right: 50%;
  margin: 0 auto;
  z-index: 10;
  color: #ffffff;
  text-align: left;
  /* background: #00768fb3; */
  /* padding: 10px 0px; */
  padding: 0px 73px;
}

.banner-slider-section .banner-info p {
  display: block;
  font-size: 18px;
  text-transform: capitalize;

  letter-spacing: 0;
  margin: 10px 0px;
  font-weight: 500;
  letter-spacing: 3px;
  padding: 0px;
  color: #fff;
  position: relative;
  line-height: normal;
}

.banner-slider-section .banner-info .bannerInfoHeading {
  display: block;
  color: inherit;
  padding-right: 11px;
  font-family: "Lexend", sans-serif;
  font-size: 26px;
  font-weight: normal;
  margin: 0px;
  z-index: 99;
  font-weight: 700;

}

.banner-slider-section .banner-info .bannerInfoHeading span {
  color: #ff9200;
  font-weight: bold;
  font-size: 30px;
}

.banner-slider-section .banner-info .btn-transparent {
  margin-top: 30px;
  font-size: 20px;
  padding: 10px 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: normal;
}

/*down-arrow-box*/

.down-arrow-box {
  display: block;
  position: absolute;
  bottom: 50px;
  color: #fff;
  width: 100%;
  margin: 0;
  left: 0;
  right: 0;
  z-index: 15;
  text-align: center;
}

.down-arrow-box a {
  display: block;
  position: relative;
  font-size: 50px;
  color: #fff;
  width: 35px;
  height: 20px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  margin: 0 auto;
  top: 0;
  text-align: center;
}

.aboutSectionPro {
  padding: 100px 0;
  position: relative;
  clear: both;
  overflow: hidden;
  background: linear-gradient(to right, #f9f9f9, #eef3f8);
}

/* IMAGE SIDE */
.about-img-pro {
  position: relative;
}

.img-main img {
  width: 100%;
  border-radius: 20px;
  position: relative;
  z-index: 2;
  transition: 0.4s;
}

.about-img-pro:hover .img-main img {
  transform: scale(1.05);
}

/* overlay */
.img-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, #72150c90, transparent);
  top: 0;
  left: 0;
  border-radius: 20px;
  z-index: 3;
}

/* floating box */
.floating-box {
  position: absolute;
  bottom: -20px;
  left: 20px;
  background: #fff;
  padding: 15px 25px;
  border-radius: 12px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  z-index: 4;
}

.floating-box h4 {
  margin: 0;
  font-size: 26px;
  color: #72150c;
  font-weight: 600;
}

.floating-box p {
  margin: 0;
  font-size: 14px;
}

/* circle design */
.circle-shape {
  position: absolute;
  width: 120px;
  height: 120px;
  background: #72150c;
  border-radius: 50%;
  top: -20px;
  right: -20px;
  z-index: 1;
  opacity: 0.2;
}

/* CONTENT */
.about-content-pro {
  margin-top: 40px;
  padding-left: 40px;
}

.tagline {
  font-size: 22px;
  color: #72150c;
  font-weight: 600;
  letter-spacing: 2px;
}

.about-content-pro h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 15px 0;
}

.about-content-pro h2 span {
  color: #72150c;
}

.about-content-pro p {
  font-family: "Roboto", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 15px 0;
  word-spacing: 0.4px;
  line-height: 26px;
}

/* FEATURES */
.features-box {
  margin-bottom: 25px;
}

.feature {
  margin-bottom: 10px;
  font-weight: 500;
}

.feature i {
  color: #72150c;
  margin-right: 8px;
}

/* BUTTON */
.btn-pro {
  display: inline-block;
  background: linear-gradient(45deg, #0298ca, #0298ca);
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s;
}

.btn-pro:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  color: white;
}



.theme-btn {
  display: inline-block;
  background: linear-gradient(45deg, #0298ca, #0298ca);
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s;
}

/* .theme-btn::before {
  content: "";
  height: 300px;
  width: 300px;
  background: #000000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94); 
  z-index: -1;
} */

.theme-btn:hover {
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);

}

.theme-btn:hover::before {
  transform: translate(-50%, -50%) scale(1);
}

.theme-btn i {
  margin-left: 5px;
}


/* servicetSection  */
.areabox {
  display: flex;
  text-align: left;
  padding: 10px;
  background-color: white;
  margin-top: 33px;
  height: 100px;
  transition: 0.5s ease;
  box-shadow: 0px 0px 8px 0px black;
  border-radius: 5px;
}

.areabox:hover {
  transform: scale(1);
  background-color: #5f1408;
  box-shadow: 0px 0px 5px 1px white;

  span {
    color: white;
  }
}

.areabox img {
  width: 81px;
  padding: 10px 12px;
}

.areaboxes {
  padding: 50px 0px;
}

.areabox h3 {
  color: #5f1408;
  padding-left: 20px;
}

.areabox span {
  color: #0298ca;
}

.napsSection img {
  width: 100%;
}

.servicetSection {
  display: block;
  clear: both;
  width: 100%;
  height: auto;
  padding-bottom: 60px;
  position: relative;
  background: #fff;
  border-bottom: solid 1px #ddd;
  overflow: hidden;
  padding: 50px 0px;
}

.productHeading {
  display: block;
  font-weight: 400;
  border-bottom: solid 1px #ddd;
  padding-bottom: 10px;
}

.internalPageSection {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  padding: 50px 0;
  min-height: 400px;
}

.servicesRow {
  margin-left: -10px;
  margin-right: -10px;
}

.servicesRow .col-md-3 {
  padding-left: 10px;
  padding-right: 10px;
}

.servicesRow .servicesColBlock {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  transition: all 400ms ease-in-out;
  max-width: 350px;
  border: 1px solid #d5d5d5;
  border-radius: 14px;
}

/* Add shadow and zoom effect on hover */
.servicesRow .servicesColBlock:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  transform: scale(1.05);
  /* Zoom effect */
}

.servicesRow .servicesColBlock .servicetDis {
  padding: 10px;
  background: #5f1408;
  margin: 0px;
  color: #fff;
}

.servicesRow .servicesColBlock>div {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}

.servicesRow .servicesColBlock>div img {
  width: 90%;
  height: auto;
  margin: 18px;
}

.servicesRow .servicesColBlock h4 {
  color: #0298ca;
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-weight: 600;
  padding: 10px;
}

.servicesRow .servicesColBlock h3.heading {
  display: block;
  font-weight: 600;
  text-align: center;
  padding: 3px 5px 10px 5px;
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
  text-transform: capitalize;
}

.servicesRow .servicesColBlock:hover h3 {
  color: #fff;
}

.servicesColBlock a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  text-indent: -9999px;
}

.servicesColBlock .servicesColBlockreplaceImg {
  display: block;
  width: 100%;
  height: 250px;
  background-size: cover !important;
  transform: scale(1);
  transition: all 500ms;
}

/* .servicesRow .servicesColBlock:hover>div img, .servicesRow .servicesColBlock:hover .servicesColBlockreplaceImg {
  transform: scale(1.3);
} */

.servicesColBlock .readmore {
  border: none;
  padding: 7px 15px;
  background: #5f1408;
  color: #fff;
  border-radius: 200px;
  text-align: center;
}

.servicesColBlock .readmore i {
  color: #fff;
}

.servicesColBlock .readmore:hover {
  background: #333;
}

#servicesSlider .item {
  margin: 10px;
}

.servicetSection .owl-theme .owl-buttons>div {
  display: block;
  position: absolute;
  bottom: 50%;
  opacity: 0.9;
  padding: 0 !important;
  font-size: 30px !important;
  opacity: 1 !important;
  background: #d5d5d5 !important;
  color: #5f1408 !important;
  border-radius: 100% !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.servicetSection .owl-theme .owl-buttons>div.owl-next {
  right: -50px;
}

.servicetSection .owl-theme .owl-buttons>div.owl-prev {
  left: -50px;
}

.servicetSection .owl-theme .owl-buttons>div:hover {
  color: #333 !important;
}

/* pointlist */

.pointlist {
  list-style: none;
  padding: 0;
  margin: 5px 10px 20px;
  position: relative;
  color: #333;
  height: 78px;
  margin-bottom: 20px;
  overflow: hidden;
}

.pointlist li {
  list-style: none;
  padding: 2px 0px;
  text-align: left;
  padding-left: 22px;
  position: relative;
  font-size: 14px;
}

.pointlist li::before {
  content: "\f0da";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #5f1408;
  font-size: 18px;
  position: absolute;
  display: inline-block;
  padding-right: 0.5em;
  position: absolute;
  top: 2px;
  left: 6px;
}

.servicetSection .btn {
  font-size: 16px;
  color: #5f1408;
  border: 2px solid;
}

.servicetSection .btn:hover {
  color: #000000;
  border: 2px solid black !important;
}


/* end of servises section */



/* SECTION */
.workforceSection {
  position: relative;
  clear: both;
  border-bottom: solid 1px #ddd;
  padding: 100px 0;
  background: linear-gradient(135deg, #323827, #3e3b1f);
  color: #fff;
}

/* CONTENT */
.workforce-content .tagline {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 2px;
}

.workforce-content h2 {
  font-size: 40px;
  font-weight: 700;
  margin: 15px 0;
}

.workforce-content h2 span {
  color: #ffffff;
}

.workforce-content p {
  color: #ccc;
  line-height: 1.6;
}

/* BUTTON */
.btn-workforce {
  display: inline-block;
  margin-top: 20px;
  background: #ffffff;
  color: #000;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s;
}

.btn-workforce:hover {
  background: #fff;
}

/* IMAGE */
.workforce-image {
  position: relative;
  text-align: center;
}

.workforce-image img {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: #fff;
  padding: 20px;
  object-fit: contain;
}

/* FLOATING CARD */
.floating-card {
  position: absolute;
  bottom: -20px;
  right: 30px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 15px 20px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.floating-card h4 {
  margin: 0;
  font-size: 16px;
}

.floating-card p {
  margin: 0;
  font-size: 13px;
  color: #ddd;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 768px) {

  .workforceSection {
    text-align: center;
    padding: 60px 20px;
  }

  .workforce-content h2 {
    font-size: 26px;
  }

  .workforce-image {
    margin-top: 30px;
  }

  .floating-card {
    position: static;
    margin-top: 15px;
  }

}


.groupofcompanies {
  padding: 60px 0px;
  display: block;
  width: 100%;
  background: #0298ca;
  position: relative;
  clear: both;
  color: #fff;
  overflow: hidden;
}

.groupofcompanies .heading {
  color: #fff;
}

.groupofcompanies .groupBlock {
  display: block;
  margin-top: 20px;
}

.groupofcompanies .groupBlock ul>li {
  width: 47%;
  float: left;
  margin: 8px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.groupofcompanies .groupBlock ul>li>a {
  background: #fff;
  color: #ff7f00;
  padding: 15px 10px;
  width: 100%;
  display: block;
}

.groupofcompanies .groupBlock ul>li>a:hover {
  background: #5f1408;
  width: 100%;
  display: block;
}

.groupBlock li a span {
  font-size: 16px;
  color: #000;
}

/* key indicators */

.keyIndicatorsSection {
  display: block;
  clear: both;
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px 0px;
  background: url("../images/bnr2.jpg") no-repeat fixed 100% 0;
  backface-visibility: hidden;
  background-size: cover;
  overflow: hidden;
  color: #fff;
}

.keyIndicatorsSection::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0.8;
}

.keyIndicatorsSection .heading-center {
  color: #fff;
}

.keyIndicatorsSection .project-fig {
  text-align: center;
  padding: 20px 10px;
  margin-bottom: 20px;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
}

/* .keyIndicatorsSection .project-fig i {
    padding: 12px;
    border-radius: 50%;
    margin-bottom: 15px;
    width: 80px;
    height: 80px;
    line-height: 57px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    background-color: #5F924F;
    color: #fff;
    font-size: 40px;
} */
.napsSection {
  width: 100%;
  clear: both;
  display: block;
  padding: 0px 0px;
  background: #ffffff;
  overflow: hidden;
  /* margin: 70px 0px; */
}

.project-fig figure {
  display: block;
  margin: 0 auto 30px auto;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 30px;
  background: rgba(255, 146, 1, 1);
  background: linear-gradient(220deg, rgba(255, 146, 1, 1) 13%, rgba(103, 196, 20, 1) 55%, rgba(2, 152, 202, 1) 80%);
  position: relative;
}

.project-fig figure:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: solid 5px #fff;
  opacity: 0.2;
  border-radius: 50%;
}

.keyIndicatorsSection .project-fig h3 {
  color: #fff;
  font-size: 36px;
}

.keyIndicatorsSection .project-fig h3 small {
  color: #fff;
  font-size: 16px;
}

.keyIndicatorsSection .project-fig h4 {
  color: #fff;
}

/* ManufacturingSection */

.ManufacturingSection {
  display: block;
  clear: both;
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px 0px;
  background: #fff;
  color: #fff;
}

/* foundersection */

.founders {
  padding: 50px 0px;
  text-align: center;
  background-color: #f2f2f2;
}

/* formsection-start */

.grid {
  position: relative;
  margin: 0 auto;
}

/* Common style */

.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 320px;
  max-width: 480px;
  max-height: 360px;
  width: 31%;
  background: #5f1408;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */

/* For some effects it will show as a button */

.grid figure figcaption>a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 18px;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 800;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/*---------------*/

/***** Bubba *****/

/*---------------*/

figure.effect-bubba {
  background: #000;
}

figure.effect-bubba img {
  opacity: 0.4;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
  opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

figure.effect-bubba figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

figure.effect-bubba h2 {
  padding-top: 30%;
  font-size: 29px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}

figure.effect-bubba p {
  padding: 20px 2.5em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-bubba .btn-primary {
  position: absolute;
  opacity: 0;
  margin: 0 auto;
  width: 131px;
  top: 0;
  left: 0;
}

figure.effect-bubba:hover .btn-primary {
  position: absolute;
  opacity: 1;
  top: 230px;
  left: 0px;
  right: 0px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: all 0.5s;
}

/* endManufacturingSection */

/*footerSection*/

.footerSection {
  display: block;
  clear: both;
  width: 100%;
  height: auto;
  position: relative;
  padding: 80px 0 0 0;
  background: #000000;
  color: #fff;
  display: block;
  overflow: hidden;
}

/* .footerSection:before {
    content: '';
    display: block;
    position: absolute;
    background: url('../images/dividerfooter.png') no-repeat;
    background-size: 100% 100%;
    height: 110px;
    width: 100%;
    top: -105px;
    left: 0;
    right: 0;
    opacity: 1;
    z-index: 99;
} */

.footerSection .heading {
  display: block;
  border-bottom: solid 1px #eee;
  color: #ff9200;
  margin-bottom: 10px;
}

.footerSection p {
  font-size: 15px;
}

.footerSection p .fa {
  padding-right: 5px;
  font-size: 15px;
}

.footerSection .heading:before,
.footerSection .heading:after {
  display: none;
}

.logofooter {
  display: block;
  text-align: center;
  width: 100%;
}

.logofooter img {
  width: 80%;

}

.footerMenu {
  display: block;
}

.footerMenu ul {
  margin: 0 0 0 16px;
  padding: 0;
}

.footerMenu ul li {
  list-style-type: square;
}

.footerMenu ul li a {
  display: inline-block;
  font-size: 15px;
  margin: 3px 0;
  color: #fff;
}

.footerMenu ul li a:hover {
  color: #5cbf28;
  text-decoration: underline;
}

/*copyright*/

.copyright {
  display: block;
  padding: 0;
  width: 100%;
  float: left;
  margin-top: 50px;
  padding: 20px 0px;
  margin-bottom: 0px;
  border-top: 1px solid #eee;
}

.copyright p {
  margin-bottom: 0;
}

/*footerSocial*/

.footerSocial {
  display: block;
  clear: both;
  width: 100%;
}

.footerSocial ul {
  display: block;
  margin: 0;
  padding: 0 0 0 0;
}

.footerSocial ul li {
  list-style-type: none;
  display: inline-block;
  margin: 0 3px;
}

.footerSocial ul li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #0298ca;
  font-size: 16px;
  background: #fff;
  border-radius: 50%;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  transition: all 400ms;
}


.footerSocial ul li a:hover {
  background: linear-gradient(220deg,
      rgba(255, 146, 1, 1) 13%,
      rgba(103, 196, 20, 1) 55%,
      rgba(2, 152, 202, 1) 80%);
  color: #ffffff;
  border-color: transparent;
  text-shadow: none;
}

/*misc*/

.heading-center {
  font-family: "Lexend", sans-serif;
  display: block;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 20px;
  letter-spacing: 5px;
  font-weight: 600;
  color: #5f0f0c;
}

.heading-center h2 {
  margin-bottom: 0;
}

.heading {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 0px;
  letter-spacing: 3px;
  font-weight: 600;
  color: #f57b02;
  border-bottom: 2px solid white;
}

.heading small {
  font-size: 18px;
  color: #5f0f0c;
}

.heading small a {
  color: inherit;
}

/* .heading:after,
.heading-center:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #00768f;
    position: absolute;
    bottom: 0;
} */

.heading-center:after {
  margin: 0 auto;
  left: 0%;
  right: 0%;
}

.heading:after {
  left: 0%;
}

.heading span,
.heading-center span {
  color: #5f0f0c;
}

.btn-transparent {
  display: inline-block;
  padding: 8px 15px;
  border: solid 2px #ffffff;
  background: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  transition: all 300ms ease-in-out;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  background: #ffffff !important;
  border-color: black !important;
  color: #5f1408;
}

.btn {
  transition: all 300ms ease-in-out;
  border-radius: 0 !important;
}

.btn-primary {
  border: none;
  background: #00768f !important;
  color: #fff;
  border-color: transparent;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #5f0f0c !important;
  color: #fff;
}

.btn-rounded {
  border-radius: 30px !important;
}

.space5 {
  display: block;
  clear: both;
  padding: 5px 0;
}

.space10 {
  display: block;
  clear: both;
  padding: 10px 0;
}

.space50 {
  display: block;
  padding: 50px 0;
  clear: both;
}

.space30 {
  display: block;
  padding: 30px 0;
  clear: both;
}

.space15 {
  display: block;
  padding: 15px;
  clear: both;
}

.centertext,
.center {
  text-align: center;
}

.white {
  color: white;
}

.container {
  position: relative;
  z-index: 10;
}

/**********scrollUp**********/

.scrollup {
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  position: fixed;
  bottom: 50px;
  right: 20px;
  color: #fff;
  font-size: 26px;
  display: none;
  background: #5f0f0c;
  /*background: url(../images/up.png) no-repeat;*/
  z-index: 200;
}

.scrollup:hover {
  background: #000000;
  opacity: 1;
  color: #fff;
}

/*media queries*/

@media (max-width: 1366px) {}

@media (max-width: 1280px) {
  .banner-slider-section .banner-info .bannerInfoHeading {
    font-size: 30px;
  }
}

@media (max-width: 1220px) {
  .navbar-collapse>ul>li>a {
    padding: 0 10px;
  }

  .containerWrapper {
    padding: 0 25px;
  }
}



@media (max-width: 895px) {
  .navbar-collapse>ul>li>a {
    font-size: 16px;
    padding: 0 5px;
  }

  .section2 .sectionLeft {
    width: 75%;
  }

  .mediaGallery .col-sm-3 {
    width: 50%;
    float: left;
  }

  .addressInfo p {
    font-size: 15px;
  }
}

@media (max-width: 768px) {

  .heading-center,
  .heading {
    letter-spacing: 1px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  h2 {
    font-size: 26px;
  }

  .banner-slider-section {

    height: 500px;
  }

  .down-arrow-box {
    display: none;
  }

  .banner-slider-section .banner-info p {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
  }

  .banner-slider-section:before {
    background-size: cover;
    bottom: -30px;
  }

  .banner-slider-section .banner-info .bannerInfoHeading {
    font-size: 24px !important;
  }

  .banner-slider-section .banner-info .btn-transparent {
    padding: 6px 10px;
    font-size: 14px;
    margin-top: 5px;
    display: none;
  }

  .navbar-collapse>ul>li:hover:after,
  .navbar-collapse>ul>li.active::after {
    top: 0;
    visibility: visible;
    opacity: 1;
    display: none;
  }

  .aboutblock {
    border: none;
  }

  .aboutusSection:before {
    height: 80px;
    top: -70px;
  }

  .aboutusSection,
  .OverviewSection {
    padding: 30px 0;
    background-position: initial !important;
    background-attachment: initial !important;
  }

  .aboutusSection img {
    margin-top: 0px;
    width: 80%;
  }

  .about-right .col-md-6 {
    margin-top: 0px;
  }

  .mediaImgLink {
    margin-bottom: 20px;
  }

  .footer {
    padding: 30px 0;
  }

  .logofooter {
    text-align: center;
    width: 80%;
    margin: 0 auto;
  }

  .clientImg {
    text-align: center;
    border-left: 0px;
    display: block;
  }

  .keyIndicatorsSection .project-fig h3 {
    font-size: 32px;
    margin-bottom: 0;
  }

  .keyIndicatorsSection .project-fig {
    height: 260px;
  }
}

@media (max-width: 650px) {
  .navbar-toggle {
    margin-right: 0;
    border-color: transparent !important;
  }

  .banner-slider-section {
    height: auto;
  }

  .banner-slider-section .banner-info .bannerInfoHeading {
    font-size: 18px !important;
    padding-right: 113px;
  }

  .banner-slider-section .banner-info {
    width: 100%;
  }

  .banner-slider-section .banner-info {
    display: block;
    width: 100%;
    position: absolute;
    /* bottom: 0px; */
    top: 0%;
    left: 0%;
    right: 0%;
    margin: 0 auto;
    z-index: 10;
    color: #ffffff;
    text-align: left;
    /* background: #00768fb3; */
    /* padding: 10px 0px; */
    padding: 14px;
  }

  .founders {
    padding: 50px 0px;
    text-align: center;
    background-color: #f2f2f2;
    overflow: hidden;
  }

  .banner-slider-full .item::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    clip-path: polygon(0% 10, 0% 0%, 0 0%);
    opacity: 0.7;
    z-index: 1;
  }

  .banner-slider-section .banner-info .bannerInfoHeading span {
    color: #f58634;
    font-weight: bold;
    font-size: 18px;
  }

  .banner-slider-full .item {
    position: relative;
    z-index: 20;
    height: auto;
  }

  .banner-slider-full .item::before {
    height: 120%;
  }

  .aboutSection {
    position: relative;
    clear: both;
    width: 100%;
    padding: 0px;
    display: block;
    background: #ffffff;
    color: #111010;
    overflow: hidden;
  }

  /* #banner-slider .owl-controls {
        bottom: 0 !important;
    } */
}

/* contact page */
.contactpage {
  position: relative;
  clear: both;
  width: 100%;
  padding: 80px 0px;
  background: #f8f8f8;
  /*   background:url(assets/images/Untitled-2.jpg) no-repeat;*/
  background-size: cover;
}

/* contact page */
.contactpage {
  position: relative;
  clear: both;
  width: 100%;
  padding: 80px 0px;
  /* /background: #f8f8f8;/ */
  background: #fff;
  /*   background:url(assets/images/Untitled-2.jpg) no-repeat;*/
  background-size: cover;
}

.contactpage .contactForm {
  background: transparent;
  display: block;
  padding: 30px 30px;
  text-align: center;
  border: none;
  border-radius: 5px;
  /*        box-shadow: 0px 0px 32px -20px #f79f99;*/
  border: solid 1px a92554;
  color: #fff;
}

.contactForm h4 {
  font-weight: 600;
  font-size: 22px !important;
  color: #ffffff;
}

.contactpage .contactForm p {
  height: 26px;
  color: white;
}

.officeAddress {
  padding: 25px 25px 25px 25px;
  /* /background: linear-gradient(266deg, rgb(254 189 0 / 21%) 10%, rgb(254 0 35 / 29%) 100%);/ */
  /*        box-shadow: 0px 0px 23px -7px #00000087;*/
  /* /box-shadow: -8px 0px 17px -12px #00000087;/ */
}

.officeAddress h3 {
  color: #ffffff;
  font-weight: 600;
  text-transform: capitalize !important;
  font-size: 31px !important;
}

.officeAddress i {
  color: #307755;
}

.officeAddress img {
  width: 50%;
  margin: 0 auto;
}

.preciantImg h4 {
  font-weight: 600;
  margin: 10px auto;
}

.officeAddress p {
  color: white;
  font-size: 15px;
}

.officeAddress p a {
  font-size: 15px;
  color: white;
}

.officeAddress p a:hover {
  color: #307755 !important;
}

.officeAddress p i {
  color: #a6ce39;
  padding: 0px 5px 0 0;
}

.aboutText p {
  font-size: 16px;
}

/* /contactblock/ */

/*.contactblock {
    background: #011f64;
    padding: 35px 10px 10px 10px;
    height: 568px;
    box-shadow: 0 0px 12px rgb(0 0 0 / 45%);
}*/

.form-container {
  max-width: 600px;
  margin: auto;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 100px 0px;
  background-color: #5f0f0c;
}

.form-container h2 {
  margin-bottom: 20px;
}

.form-container label {
  display: block;
  margin: 0px 0 5px;
}

.form-container input[type="text"],
.form-container input[type="email"],
.form-container select,
.form-container input[type="file"] {
  width: 100%;
  padding: 8px;
  margin: 5px 0 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.form-container input[type="submit"]:hover {
  background-color: #014d54;
}

.form-container input[type="submit"] {
  background-color: #ffffff;
  color: #15449e;
  border: none;
  padding: 10px 40px;
  border-radius: 20px;
  cursor: pointer;
  text-align: center;
  margin-left: -51px;
  margin-top: 20px;
  margin-bottom: 45px;
  border: 2px solid #15449e;
  font-size: 16px;
  font-weight: 500;
}

.form-container input[type="submit"]:hover {
  background-color: #f58634;
  color: white;
  border: 2px solid;
  background-color: black;
}

.formsection {
  padding: 50px 0px;
  /* background: url(../images/bnr1.jpg) fixed no-repeat; */
  background-color: #ffffff;
  position: relative;
  clear: both;
}

.form-bg img {
  position: absolute;
  margin-top: 203px;
  margin-left: -56px;
}

/* .formsection::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #7483a1;
  opacity: 0.8;
} */

.formsection h2 {
  color: rgb(0, 0, 0);
  font-size: 50px;
  padding-top: 50px;
  text-align: center;
  padding-bottom: 40px;
}

.formsection p {
  color: rgb(0, 0, 0);
  text-align: center;

  font-size: 20px;
  text-transform: capitalize;
  letter-spacing: 1px;
  line-height: 1.4;
}

.contbox {
  padding-top: 50px;
  /* padding-right: 55px; */
}

@media (max-width: 767px) {
  .navigationBar {
    position: relative !important;
    height: auto;
    background: #fff;
  }

  .navigationBar:before {
    display: none;
  }

  .navbar-collapse>ul>li {
    margin: 2px 0;
    border-bottom: solid 1px #ddd;
    color: #000;
  }

  .navbar-brand {
    margin: 10px 0;
  }

  .navbar-nav {
    margin: 0;
    /* padding-top: 20px; */
  }

  .navbar-collapse {
    float: none;
    clear: both;
    padding: 0;
  }

  .navbar-toggle {
    margin-top: 18px;
  }

  .navbar-collapse>ul>li {
    height: auto;
  }

  .navbar-collapse>ul>li>ul {
    display: none;
    position: relative;
    width: 100%;
    top: 0;
    transition: none;
    visibility: visible;
    opacity: 1;
    left: 0;
  }

  .aboutblock {
    margin: 0 auto;
    text-align: center;
  }

  .aboutImg {
    margin-top: 50px;
    margin: 0 auto;
    text-align: center;
    padding: 0px 10px;
  }

  .aboutblock .heading {
    padding-left: 0;
    text-align: center;
  }

  .aboutblock p {
    padding: 10px;
    border: none;
  }

  .groupofcompanies .groupBlock ul>li {
    width: 96%;
    margin: 10px;
  }

  .servicetSection .owl-theme .owl-buttons>div.owl-prev {
    left: 0px;
  }

  .servicetSection .owl-theme .owl-buttons>div.owl-next {
    right: 0px;
  }

  .servicetSection .owl-theme .owl-buttons>div {
    color: #00768f !important;
  }

  .footer .heading {
    display: block;
    margin-top: 30px;
    padding-top: 30px;
    border-top: solid 1px rgba(255, 255, 255, 0.15);
  }

  .section2 .sectionLeft {
    width: 100%;
  }

  .section2 .sectionLeft::before,
  .section2 .sectionLeft::after {
    display: none;
  }

  .section2 {
    padding: 50px 0;
  }

  .section2::before {
    opacity: 0.7;
  }

  .section2 .sectionLeft .sectionLeftInner {
    padding: 0 15px;
  }

  .mediaGallery .col-sm-3 {
    width: 100%;
    float: none;
    clear: both;
  }

  .fancybox-overlay-fixed {
    z-index: 0 !important;
  }

  .testimonialSection .testimonialBlock img {
    display: block;
    position: relative;
    margin: 15px auto;
    float: none;
    clear: both;
  }

  .founders {
    padding: 50px 0px;
    text-align: center;
    background-color: #f2f2f2;
    overflow: hidden;
  }

  .testimonialSection .testimonialBlock {
    padding: 10px 0;
  }

  .testimonialSection .testimonialBlockInner {
    padding: 20px;
    margin: 0;
  }

  .scrollup {
    bottom: 0;
    right: 0;
  }

  .formsection h2 {
    color: #fff;
    font-size: 50px;
    padding-top: 0px !important;
    text-align: center;
    font-size: 28px;
    padding: 0;
    font-weight: 600;
  }

  .form-container input[type="submit"] {
    /* background-color: #ffffff; */
    color: #026e7b;
    border: none;
    padding: 10px 40px;
    border-radius: 20px;
    cursor: pointer;
    text-align: center;
    margin-left: 84px !important;
    margin-top: 20px;
    border: 2px solid #5f0f0c;
    font-size: 16px;
    font-weight: 500;
  }


  .footerMenu {
    display: block;

  }

  .footerSection p {
    font-size: 18px;

  }

  .footerSocial ul {
    display: block;
    margin: 0;
    padding: 0 0 0 0;
    padding-left: 15px;
  }

  .copyright p {
    padding-left: 0px !important;
  }

  .about-one__img-box {
    position: relative;
    display: block;
    max-width: 500px;
    width: 80%;
    transition: 0.5s ease;
    z-index: 1;
    margin-top: 20px;
    margin-left: 30px;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .aboutSection {
    padding: 50px 0;
  }

  .about-right {
    padding-top: 60px;
  }

  .black-div {
    text-align: left;
    margin-left: 0;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
  }

  .black-div img {
    width: 281px;
    margin-left: 29px;
  }

  .background-shape {
    margin-left: 37px;
    width: 262px;
    height: 230px;
    transform: rotate(22deg);
  }

  .img-02 {
    position: absolute;
    margin-top: 41px;
    width: 65%;
  }

  .banner-slider-section .banner-info .bannerInfoHeading {
    font-size: 14px !important;
    padding-right: 113px;
    padding-top: 30px;
    line-height: 27px !important;
  }
}




/*client section*/
.CliemtsSection {
  position: relative;
  width: 100%;
  background-color: #eee;
  clear: both;
  overflow: hidden;
  padding: 50px 00px 70px;
}

.clients-head {
  text-align: center;
  line-height: 1 !important;
}

.clients-head h2 {
  display: block;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 20px;
  letter-spacing: 5px;
  font-weight: 600;
  color: hsl(2.17deg 77.57% 20.98%)
}

.clients-head h3 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 300;
  padding: 0;

  margin: 0;
}

#Clientsslider .item {
  margin: 10px;
  /* border: 1px solid #eee; */
}

#Clientsslider .owl-controls .owl-page span {
  width: 15px !important;
  height: 15px !important;
  margin: 0 3px !important;
  background: #0298ca !important
}



#Clientsslider .item {
  text-align: center;
}

.clients-img {
  text-align: center;
}

.clients-img img {
  width: 100%;
  max-width: 160px;
  margin: 0 auto;
  display: block;
}

@media (max-width: 768px) {
  .clients-img img {
    max-width: 300px;
  }
  .about-content-pro {
    margin-top: 40px;
    padding-left: 18px;
}
}



/* testimonial section  */


.testimonials {
  position: relative;
  width: 100%;
  overflow: hidden;
  clear: both;
  padding: 50px 0 50px;
}

#BrandSlider .owl-buttons {
  width: 100%;
  position: absolute;
  bottom: 55%;
}

#BrandSlider .owl-buttons .owl-prev {
  position: absolute;
  left: 0%;
  background: linear-gradient(to right, #000000, #000000);
  color: #FFF;
  opacity: 1;
  padding: 0;
  font-size: 19px;
  width: 35px;
  height: 35px;
  line-height: 40px;
}

#BrandSlider .owl-buttons .owl-next {
  position: absolute;
  right: 0%;
  background: linear-gradient(to right, #000000, #000000);
  color: #FFF;
  opacity: 1;
  padding: 0;
  font-size: 19px;
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.title {
  font-size: 40px;
  position: relative;
}


.testimonial-card {
  background: #fff;
  border-radius: 20px;
  padding: 20px 0 13px;
  margin: 20px;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.testimonial-card:hover {
  /* transform: translateY(-10px); */
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.quote-icon {
  position: absolute;
  top: -20px;
  right: 40px;
  width: 40px;
  height: 40px;
  background: #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}

.testimonial-content {
  margin-bottom: 10px;
  padding: 0 20px;
}

.testimonial-content p {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 1.8;
  color: #555;
  /* font-style: italic; */
}

.testimonial-footer {
  border-top: 1px solid #eee;
  padding: 5px 20px 0;
}

.testimonial-author {
  display: flex;
  align-items: center;
  width: 100%;
}

.author-image {
  width: 120px;
  /* height: 60px; */
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
  border: 3px solid #ffcb08;
}



.author-info h4 {
  font-size: 18px;
  color: #000;
  margin: 0 0 5px;
  font-weight: 600;
}

.author-info span {
  font-size: 14px;
  color: #000;
  display: block;
  margin-bottom: 8px;
}

.rating {
  color: #ffcb08;
  font-size: 14px;
}

.rating i {
  margin-right: 2px;
}

.containerWrapper {
  position: relative;
  width: auto;
  padding: 0 30px;
  z-index: 10;
}

.section-header {
  text-align: left;
  margin-bottom: 60px;
  color: #454545;
}




/* WhyusSection */
.WhyusSection {
  position: relative;
  width: 100%;
  height: auto;
  clear: both;
  padding: 80px 0px;
  background: #fff;
}

.WhyusSection::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  opacity: 0.7;
}

#WhyusSection .owl-controls .owl-page span {
  width: 15px !important;
  height: 15px !important;
  margin: 0 3px !important;
  background: #83799b !important;
}

.WhyusSection .permalink a {
  color: #fff;
}

.WhyusSection .permalink a:hover {
  color: #fff;
}

.cd-pt-ab {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

}

.position-re-order {
  padding-bottom: 120%;
}

.position-re .item img {
  transition: 0.5s;
}

.WhyusSection .owl-theme .owl-controls .owl-page span {
  background: #83799b;
}



.tours1 .item,
.destination1 .item {
  position: relative;
  overflow: hidden;
  margin: 10px;

}

.tours1 .item:hover img,
.destination1 .item:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -webkit-filter: brightness(70%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.tours1 .item:hover .con,
.destination1 .item:hover .con {
  bottom: 0;
}

.tours1 .item img,
.destination1 .item img {
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 100%;

}

.tours1 .item .category,
.destination1 .item .category {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 3;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: 'Barlow', sans-serif;
  padding: 6px 12px;
  line-height: 1.5em;
  text-transform: uppercase;
  box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 5%);
  background: #83799b;
}

.tours1 .item .category a,
.destination1 .item .category a {
  color: #fff;
}

.tours1 .item .category:hover,
.destination1 .item .category:hover {
  color: #fff;
}

.tours1 .item .con,
.destination1 .item .con {
  padding: 20px;
  position: absolute;
  bottom: -45px;
  left: 0;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: left;
  z-index: 20;
  height: auto;
  box-sizing: border-box;
  background: -moz-linear-gradient(top, transparent 0, rgba(15, 36, 84, .1) 2%, rgb(0 3 51) 90%);
  background: -webkit-linear-gradient(top, transparent 0, rgba(15, 36, 84, .01) 2%, rgb(0 3 51) 90%);
  background: linear-gradient(to bottom, transparent 0, rgb(15 36 84 / 0%) 2%, rgb(0 3 51) 80%);
}

.tours1 .item .con h6,
.tours1 .item .con h6 a,
.destination1 .item .con h6,
.destination1 .item .con h6 a {
  position: relative;
  color: #fff;
  font-size: 13px;
  font-family: 'Barlow', sans-serif;
  display: inline;
}

.tours1 .item .con h6 i,
.destination1.item .con h6 i {
  font-size: 6px;
  margin-right: 2px;
}

.tours1 .item .con h5,
.elementor-widget-container .tl-tour-el-title,
.elementor-widget-container .tl-tour-el-title a,
.tours1 .item .con h5 a,
.destination1 .item .con h5,
.destination1 .item .con h5 a {
  position: relative;
  color: #fff;
  font-size: 24px;
  line-height: 28px !important;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.tours1 .item .con p,
.destination1 .item .con p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0px;
}

.tours1 .item .con span,
.destination1 .item .con span {
  color: #fff;
  font-size: 10px;
}


.tours1 .item .con .butn-light,
.destination1 .item .con .butn-light {
  margin-left: 0;
  border-radius: 30px;
  border-color: #676977;
  padding: 11px 30px;
}

.tours1 .item .con .butn-light:hover,
.destination1 .item .con .butn-light:hover {
  border-color: #2095AE;
}

.WhyusSection .section-title {
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .containerWrapper {
    padding: 0 15px;
  }

  #banner-slider .owl-controls {
    right: 0px;
  }

  .navbar-collapse>ul>li>a {
    padding: 0 10px;
  }
}