/**
* Template Name: Multi - v2.1.0
* Template URL: https://bootstrapmade.com/multi-responsive-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  /*font-family: "Open Sans", sans-serif;*/
  color: #444444;
  cursor: url(../../assets/img/custom-cursor-1.svg), auto !important;
  background-color: #f6f9fd;
  /*transition: background 0.3s, border-radius 0.3s, opacity 0.3s; */
}

a {
  color: #ed502e;
}

a:hover {
  color: #f1775d;
  text-decoration: none;
  cursor: url(../../assets/img/custom-cursor-1.svg) , auto !important;
}
.container{
  max-width: 1320px;
  background-color: #fff;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow-x: hidden;
  position: relative;
  /*background-color: #000000;*/
 /* background-image: url('../../assets/img/square-pattern-2.svg');
  opacity: 0.05;
  z-index: -999;*/
}
::placeholder{
  color: #e9e7e7;
  font-size: 14.5px;
}

/*
h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}*/


@font-face {
  font-family: "RobotoSlab";
  src: url("../fonts/Roboto-slab/RobotoSlab-Regular.ttf") format("truetype");
  src: url("../fonts/Roboto-slab/RobotoSlab-Medium.ttf") format("truetype");
  src: url("../fonts/Roboto-slab/RobotoSlab-SemiBold.ttf") format("truetype");
  src: url("../fonts/Roboto-slab/RobotoSlab-Bold.ttf") format("truetype"); 
  src: url("../fonts/Roboto-slab/RobotoSlab-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GalaxyRegular";
  src: url("../fonts/GalaxyRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "manrope";
  src: url("../fonts/manrope/Manrope-Light.ttf") format("truetype");
  src: url("../fonts/manrope/Manrope-Medium.ttf") format("truetype");
  src: url("../fonts/manrope/Manrope-Regular.ttf") format("truetype");
  src: url("../fonts/manrope/Manrope-SemiBold.ttf") format("truetype"); 
  src: url("../fonts/manrope/Manrope-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "rubik";
  src: url("../fonts/rubik/Rubik-Light.ttf") format("truetype");
  src: url("../fonts/rubik/Rubik-Medium.ttf") format("truetype");
  src: url("../fonts/rubik/Rubik-Regular.ttf") format("truetype");
  src: url("../fonts/rubik/Rubik-SemiBold.ttf") format("truetype"); 
  src: url("../fonts/rubik/Rubik-Bold.ttf") format("truetype");
  src: url("../fonts/rubik/Rubik-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lora";
  src: url("../fonts/lora/Lora-Light.ttf") format("truetype");
  src: url("../fonts/lora/Lora-Medium.ttf") format("truetype");
  src: url("../fonts/lora/Lora-Regular.ttf") format("truetype");
  src: url("../fonts/lora/Lora-SemiBold.ttf") format("truetype"); 
  src: url("../fonts/lora/Lora-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Saira";
  src: url("../fonts/Saira/SairaCondensed-Light.ttf") format("truetype");
  src: url("../fonts/Saira/SairaCondensed-Medium.ttf") format("truetype");
  src: url("../fonts/Saira/SairaCondensed-Regular.ttf") format("truetype");
  src: url("../fonts/Saira/SairaCondensed-SemiBold.ttf") format("truetype"); 
  src: url("../fonts/Saira/SairaCondensed-Bold.ttf") format("truetype");
  src: url("../fonts/Saira/SairaCondensed-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Glance";
  src: url("../fonts/glance/glance-regular.otf") format("opentype");
/*  src: url("../fonts/glance/glance-bold.otf") format("opentype");
  src: url("../fonts/glance/glance-regularitalic.otf") format("opentype");
  src: url("../fonts/glance/glance-bolditalic.otf") format("opentype"); */
  font-weight: normal;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'manrope', sans-serif !important;
}

p{
  font-family: 'rubik', sans-serif !important; 
  /*font-family: 'Lora', sans-serif !important; */
  /*font-family: 'FuturaT,Helvetica,Arial', sans-serif;*/
  /*font-family: 'Glance', sans-serif !important;*/
  /*font-family: 'manrope', sans-serif !important;*/
}

 

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999 !important;
  overflow: hidden;
  background-color: #000;
  box-shadow: 6px 6px 6px 8px #f2f2f2;
  -webkit-box-shadow: 6px 6px 6px #f2f2f2;
  /*border: 1px solid #008fe4 !important;*/
 /* background: url(../../assets/img/apple-touch-icon.png);
  background-repeat: no-repeat;*/
}

#preloader:before {
 /* content: "";
  position: fixed;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  border: 1px solid #008fe4;
  border-top-color: white;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  box-shadow: 8px 8px 8px  #f2f2f2;
  -webkit-box-shadow: 8px 8px 8px #f2f2f2;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;*/
/*/*   background: url(../../assets/img/apple-touch-icon.png);
  background-repeat: no-repeat;*/*/
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  /*display: none;*/
  right: 15px;
  bottom: 20px;
  /*z-index: 99999;*/
  /*background: #333;*/
  background-image: linear-gradient(90deg,#0e73e4, #03228f);
  border-radius: 50%;
  /*border: 0.5px solid #46cd04;*/
  /*opacity: 0.6;*/
  width: 40px;
  height: 40px;
  padding-top: 5px;
  transition: all 0.3s linear;
}


.back-to-top i {
  /*margin-bottom: 10px;*/
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 27px;
  /*width: 40px;
  height: 40px;*/
  /*border-radius: 4px;*/
  /*background: #333;*/
  color: #fff;
  /*color: #46cd04;*/
  transition: all 0.3s linear;
  /*transition: all 0.4s;*/
}

.back-to-top:hover {
  /*background: #000;*/
  /*border-radius: 50%;*/
  color: #fff;
   /*background: #333;*/
   background-image: linear-gradient(90deg,#0e73e4, #03228f);
  border-radius: 50%;
  /*opacity: 1;*/
}

.back-to-top:hover > i{
  transition: all 0.2s linear;
  transform: translateY(-5px);
  color: #fff;
}

/*WHATSAPP BUTTON*/
.whatsapp-btn{
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 25px;
  left: 19px;
  background: transparent;
  border-radius: 50%;
  /*border: 0.5px solid #ddd;*/
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 4;
  transition: all 0.3s linear;
}

.whatsapp-btn img{
  width: 100%;
  
}
.info-msg{
  border: 1px solid #ddd;
  background-color: #333;
  border-radius: 13px;
  padding: 2px;
  display: none;
  font-size: 12px;
  font-family: 'manrope';
  font-weight: lighter;
  color: #fff;
  width: 50px;
  text-align: center;
  position: fixed;
  bottom: 55px;
  left: 10px;
  transition: all 0.3s linear;
  width: 60px;
}

.whatsapp-btn:hover .info-msg{
  display: block;
  transition: all 0.3s linear;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 100px;
  background: transparent;
  transition: all 0.5s;
  /*z-index: 997;*/
  /*z-index: unset;*/
  padding: 20px 0;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

#header.header-scrolled {
  padding: 3px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  top: 0px !important;
  background-color: #fff;
}
#header.header-scrolled .nav-menu a{
  color: #000 !important;
}
#header.header-scrolled .nav-menu .active > a{
  color: rgb(255, 100, 34) !important;
}
#header.header-scrolled .nav-menu a:hover{
  color: rgb(255, 100, 34) !important;
}
#header .logo {
/*  height: 70px;*/
  font-size: 26px;
  margin: 0;
  /*padding-top: 5px;*/
  padding-left: 30px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
#header .logo:hover{
  /*cursor: pointer;*/
}
#header .logo a {
  color: #0b2341;
}

#header .logo img {
  /*max-height: 100px;*/
  max-width: 100%;
  height: 98px;
}

#header .colored {
/*  display: none;*/
}

#header.header-scrolled .logo img{
  height: 80px !important;
  transition: all 0.3s !important;
  padding-bottom: 10px;
}
.header-scrolled#header{
  height: 80px;
}
#header.header-scrolled .white{
  display: none;
}

/*#header.header-scrolled .colored{
  display: block;
}*/

@media (max-width: 992px) {
  #header .logo {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu{
  /*padding-left: 0px;*/
  /*margin-right: 25px;*/
  padding-top: 20px;
}

.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 0px 0px 0px 32px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #fff !important;
  transition: 0.3s;
  font-size: 16px;
  /*font-weight: 550;*/
  /*font-family: 'Lora', sans-serif !important;*/
  /*font-family: 'Glance', sans-serif !important;*/
  font-family: 'rubik', sans-serif !important;
  text-transform: uppercase;
  margin-top: 20px;
}

.nav-menu a:hover{
  color: #81c02c !important;  /* Strong Green */
  transition: all 0.3s linear;
}
.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  /*color: #000;*/
  /*color: #2843c6 !important;*/
  color: #ff6422 !important;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: -10px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 5px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  /*border-radius: 8px;*/
  /*width: 300px;*/
  margin-top: 4px;
  margin-left: 7px;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 220px;
  position: relative;
  border-bottom: 1px solid #ddd;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.nav-menu .drop-down li:last-child{
  border-bottom: unset;
}

.nav-menu .drop-down ul a {
  padding: 5px 15px;
  text-transform: none;
  color: #0b2341;
  margin-top: 0px;
  text-transform: uppercase;
  font-size: 14px;
  /*font-weight: 550;*/
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #ed502e;
}

.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{
  color: #000 !important;
}
.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
  color: #000 !important;
}
.nav-menu .drop-down .drop-down a:hover{
  transition: all 0.3s linear;
  color: #ff6422 !important;
}

.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";
  }
}

.carousel-control-prev, .carousel-control-next{
  background-color: #000;
  opacity: 0.9;
}
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon{
  color: #fff !important;
  opacity: 1;
}
.carousel-control-prev{
  top: unset !important;
  left: 0%;
  /*margin-left: 20px;*/
}
.carousel-control-next{
  top: unset !important;
  right: 0%;
  /*margin-left: 5px;*/
}
.carousel-control-prev:hover, .carousel-control-next:hover{
  opacity: 0.7;
}
.carousel-control-prev:hover .carousel-control-prev-icon, .carousel-control-next:hover .carousel-control-next-icon{
  color: #fff !important;
}

#hero .container{
  background-color: unset;
}

#hero h1 {
    /*font-size: 51px;*/
    font-size: 39px;
    color: #fff;
    line-height: 70px;
    letter-spacing: 0px;
    font-weight: 650;
    transform-origin: 50% 50%;
    /*padding-top: 40px;*/
    /*background-color:#fff;*/
    /*overflow:hidden;*/
    /*display:inline-block; */
    /*padding:10px; */
    /*font-weight:bold;*/
    /*font-family:arial;*/
    /*color:transparent;*/
}
/*#hero h1 span { 
    background: url(../../assets/img/slide/GSS-slider3.jpeg) -20px -20px repeat;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    display:block;
}*/

/* Get Startet Button */
.get-started-btn {
  /*margin-left: 25px;*/
  background: #fff;
  color: #000;
  /*border-radius: 4px;*/
  padding: 15px 25px 15px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 15.5px;
  display: inline-block;
  text-transform: uppercase;
  /*border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;*/
  border: 2px solid #71b230;
  font-family: "Roboto-slab";
  /*box-shadow: 0 0 30px rgb(214 215 216 / 60%);*/
  box-shadow: 0 0 10px rgb(214 215 216 / 60%);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.get-started-btn:hover {
  background: #71b230;
  color: #fff;
  transition: all 0.2s linear;
}

@media (max-width: 768px) {
  /*.get-started-btn {
    margin: 0 48px 0 0;
    padding: 6px 20px 7px 20px;
  }*/
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  top: 60px;
  right: 10px;
  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: #000 !important/*;*/
  color: #03228f !important;
  font-size: 26px;
  /*top: 45px;*/
}

.mobile-nav {
  position: fixed;
  top: 95px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  /*opacity: 0;*/
  visibility: hidden;
  border-radius: 12px;
  padding: 10px 0;
  height: 250px;
  background-image: url('../../assets/img/counter-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  /*opacity: 0.75;*/

}
.mobile-nav ul{
  margin-top: 20px;
  padding-left: 10px;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #000;
  padding: 10px 20px;
  font-weight: 550;
  outline: none;
  font-size: 16px;
  text-transform: uppercase;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #ff6422;
  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 ul li{
  border-bottom: 1px solid #f5f5f5 !important;
  padding-bottom: 5px;
}

.mobile-nav ul li:last-child(){
    
}
.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(4, 12, 21, 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: 698px !important;
  /*background-color: rgba(4, 12, 21, 0.8);*/
  background-color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.carousel-inner{
  /*margin-top: 120px;*/
}

#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  bottom: 0 !important;
  background-size: contain;
  /*background-position: top center;*/
  /*background-repeat: no-repeat;*/
}

#hero .carousel-item::before {
  content: '';
  /*background-color: rgba(4, 12, 21, 0.5);*/
}

#hero .carousel-container {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0%;
  /*top: 0px;*/
  left: 50px;
  right: 50px;
  text-align: center;
}

#hero h2 {
  /*color: #fff;*/
  margin: 0;
  font-size: 55px;
  font-weight: 600;
}

#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #fff;
  margin-top: 10px;
  /*font-family: "Raleway", sans-serif !important;*/
  font-size: 1.1rem;
}

@media (min-width: 1200px) {
  #hero p {
    width: 100%;
  }
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  /*background-position: center top;*/
  /*background-position: center;*/
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
  /*top: 112px;*/
}

@media (max-width: 992px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    top: 66px;
  }
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 36px;
  line-height: 1;
  width: auto;
  height: auto;
  background: transparent;
  /*border-radius: 50px;*/
  /*padding: 10px;*/
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: 0.3s;
  color: #fff;
}

#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
 /* background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);*/

}

#hero .carousel-indicators li {
  /*cursor: pointer;*/
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 25px;
  height: 3px;
  border-radius: 0px;
  /*opacity: .6;*/
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #81c02c;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #ed502e;
  margin-top: 15px;
}

#hero .btn-get-started:hover {
  background: #ef6445;
}

@media (max-width: 992px) {
  #hero {
    height: 500px;
  }
  #hero .carousel-container {
    text-align: center;
    top: 74px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 30px;
  }
}

@media (min-width: 1024px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 4%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 500px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  /*padding: 60px 0;*/
}

.section-bg {
  background-color: #f6f9fd;
}

.section-title {
  padding-bottom: 40px;
   position: relative;
   width: 100%;
   text-align: center;
}
.section-title .line{
  margin-top: 20px;
  margin-bottom: 10px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  /*padding: 0;*/
  line-height: 28px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  /*color: #aaaaaa;*/
  color: #03228f !important;
  font-family: "Poppins", sans-serif;
  position: relative;
  /*padding-left: 95px;*/
}
/*.section-title h2:after{
  content: "";
  position: absolute;
  height: 4px;
  background-color: #03228f !important;
  top: 12px;
}*/
/*.section-title h2::after{
  content: "";
  position: absolute;
  height: 4px;
  background-color: #03228f !important;
  top: 12px;
}*/
.section-title h2::before {
 /* content: "";
  width: 60px;
  height: 2px;
  display: inline-block;
  background: #03228f;
  margin: 4px 10px;*/
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 34px;
  /*font-weight: 500;*/
  text-transform: uppercase;
  /*font-family: "Poppins", sans-serif;*/
  color: #000;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li + li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #ed502e;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #ed502e;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #ed502e;
}

.about .content .btn-learn-more:hover {
  background: #ed502e;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-top: 50px;
}

.counts .count-box {
  /*box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);*/
  /*box-shadow: 0 0 10px rgb(214 215 216 / 60%);*/
  padding: 15px;
  padding-top: 20px;
  width: 100%;
  text-align: center !important;
  border-right: 1px solid #f3f3f3;
  /*background-image: url('../../assets/img/counter-bg.png');*/
}

.counts .count-box i {
  display: block;
  font-size: 38px;
  color: #03228f;
  /*background-color: linear-gradient(90deg,#0e73e4, #03228f);*/
  /*float: left;*/

  margin-bottom: 10px;
}

.counts .count-box span {
  font-size: 34px;
  line-height: 24px;
  display: block;
  font-weight: 500;
  color: #000;
  padding-top: 10px;
  /*margin-left: 50px;*/
}

.counts .count-box p {
  /*padding: 30px 0 0 0;
  padding-bottom: 20px;*/
  margin: 0;
  /*font-family: "Raleway", sans-serif;*/
  font-size: 16px;
  padding-top: 10px; 
  padding-bottom: 15px;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #164682;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #2169c4;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  padding: 0;
}

.why-us .content {
  padding: 60px 100px 0 100px;
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #123a6d;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: #848484;
}

.why-us .video-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
  position: relative;
}

.why-us .accordion-list {
  padding: 0 100px 60px 100px;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li + li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  color: #0b2341;
}

.why-us .accordion-list span {
  color: #ed502e;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #0b2341;
}

.why-us .accordion-list a.collapsed:hover {
  color: #ed502e;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

.why-us .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#ed502e 50%, rgba(237, 80, 46, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.why-us .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.why-us .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(237, 80, 46, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.why-us .play-btn:hover::after {
  border-left: 15px solid #ed502e;
  transform: scale(20);
}

.why-us .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@media (max-width: 1024px) {
  .why-us .content, .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .why-us .content {
    padding-top: 30px;
  }
  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  background: #fefefe;
  /*box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);*/
  /*padding: 20px 20px;*/
  transition: all ease-in-out 0.3s;
  margin: 15px 15px;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #ed502e;
  border-radius: 5px;
  transition: all .3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
  position: relative;
  z-index: 2;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}

.services .icon-box .icon::before {
  position: absolute;
  content: '';
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #f9c6bb;
  border-radius: 5px;
  transition: all .3s ease-out 0s;
  transform: translateZ(-1px);
  z-index: 1;
}

.services .icon-box h4 {
  /*font-weight: 700;*/
  margin-bottom: 15px;
  font-size: 21px;
}

.services .icon-box h4 a {
  color: #0b2341;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  background: #ed502e;
  border-color: #ed502e;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #ed502e;
}

.services .icon-box:hover .icon::before {
  background: #f1775d;
}

.services .icon-box:hover h4 a, .services .icon-box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 50px;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 180px;
  box-shadow: 0px 0px 20px 0px rgba(11, 35, 65, 0.1);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #ddd;
  position: absolute;
  left: -45px;
}

.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: #fdedea;
  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: 15px auto 15px auto;
  font-family: "Raleway", sans-serif;
}

.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;

}
.owl-carousel .owl-dots{
  text-align: center !important;
}

.testimonials .owl-dot.active {
  background-color: #2a489c !important;
  width: 30px;
}

.owl-carousel .owl-dots.disabled{
  /*display: inline-block !important;*/
  display: unset !important;
}

.owl-carousel button.owl-dot{
  background: linear-gradient(90deg,#03228f,#0e73e4) !important;
  color: #03228f !important;
  /*border: 1px solid #03228f !important;*/
  padding: 4px !important;
  width: 48px;
  margin-left: 10px !important;
  margin-top: 50px !important;
  border-radius: 4px !important;
  box-shadow: 0 0 40px rgb(214 215 216 / 80%) !important;
}

.owl-carousel .owl-dot.active {
  /*background-color: #2a489c !important;*/
  width: 18px !important;
}
.owl-carousel .owl-dot:focus, .owl-carousel .owl-dot:active, .owl-carousel .owl-dot:visited{
  border: unset !important;
  box-shadow: unset !important;
}


@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }
  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }
  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  padding: 80px 0;
  background: #0b2341;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #ed502e;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #ed502e;
  border: 2px solid #ed502e;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  /*margin: 0 auto 50px auto;*/
  list-style: none;
  text-align: center;
  border-radius: 50px;
  margin-bottom: 0px;
}

.portfolio #portfolio-flters li {
  margin-top: 20px;
  /*cursor: pointer;*/
  display: inline-block;
  padding: 12px 17px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  /*font-family: 'Roboto-slab';*/
  border: 1px solid #81c02c;
  margin-left: 15px; 
  box-shadow: 0 0 10px rgb(214 215 216 / 60%);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #81c02c;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio-container{
  margin-top: 75px;
}


.portfolio .portfolio-item {
  margin-bottom: 15px;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0.6;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #0b2341;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #1a5298;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #123a6d;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #ed502e;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
  color: #f59f8c;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}


/*--------------------------------------------------------------
# Portfolio 2
--------------------------------------------------------------*/
.portfolio2 #portfolio-flters2 {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.portfolio2 #portfolio-flters2 li {
  /*cursor: pointer;*/
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #0b2341;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio2 #portfolio-flters2 li:hover, .portfolio2 #portfolio-flters2 li.filter-active {
  color: #ed502e;
}

.portfolio2 #portfolio-flters2 li:last-child {
  margin-right: 0;
}

.portfolio2 .portfolio-item2 {
  margin-bottom: 30px;
}

.portfolio2 .portfolio-item2 .portfolio-info2 {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.portfolio2 .portfolio-item2 .portfolio-info2 h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #0b2341;
}

.portfolio2 .portfolio-item2 .portfolio-info2 p {
  color: #1a5298;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio2 .portfolio-item2 .portfolio-info2 .preview-link, .portfolio2 .portfolio-item2 .portfolio-info2 .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #123a6d;
}

.portfolio2 .portfolio-item2 .portfolio-info2 .preview-link:hover, .portfolio2 .portfolio-item2 .portfolio-info2 .details-link:hover {
  color: #ed502e;
}

.portfolio2 .portfolio-item2 .portfolio-info2 .details-link {
  right: 10px;
}

.portfolio2 .portfolio-item2 .portfolio-links2 {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio2 .portfolio-item2 .portfolio-links2 a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio2 .portfolio-item2 .portfolio-links2 a:hover {
  color: #f59f8c;
}

.portfolio2 .portfolio-item2:hover .portfolio-info2{
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #343a40;
  position: relative;
  overflow: hidden;
}

.team .member .member-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

.team .member .member-info-content {
  position: absolute;
  left: 50px;
  right: 0;
  bottom: 0;
  transition: bottom 0.4s;
}

.team .member .member-info-content h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

.team .member .member-info-content span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.team .member .social {
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  width: 50px;
  transition: left ease-in-out 0.3s;
  background: rgba(11, 35, 65, 0.5);
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  display: block;
  color: #fff;
  margin-top: 15px;
}

.team .member .social a:hover {
  color: #ed502e;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member:hover .member-info {
  background: linear-gradient(0deg, rgba(11, 35, 65, 0.9) 0%, rgba(11, 35, 65, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
  opacity: 1;
  transition: 0.4s;
}

.team .member:hover .member-info-content {
  bottom: 30px;
  transition: bottom 0.4s;
}

.team .member:hover .social {
  left: 0;
  transition: left ease-in-out 0.3s;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 80px 40px;
  margin-bottom: 30px;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
  background: #fff;
  text-align: center;
}

.pricing h3 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 28px;
}

.pricing h4 {
  font-size: 46px;
  color: #0b2341;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 25px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding-bottom: 12px;
}

.pricing ul i {
  color: #ed502e;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .get-started-btn {
  display: inline-block;
  padding: 10px 40px 11px 40px;
  border-radius: 4px;
  color: #0b2341;
  transition: none;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
  border: 2px solid #0b2341;
  background: #fff;
}

.pricing .get-started-btn:hover {
  background: #0b2341;
  color: #fff;
}

.pricing .featured {
  z-index: 10;
  padding: 100px 40px;
  border: 4px solid #ed502e;
}

.pricing .featured .get-started-btn {
  background: #ed502e;
  color: #fff;
  border-color: #ed502e;
}

.pricing .featured .get-started-btn:hover {
  background: #ef6445;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-item {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 1px solid #e9f1fb;
}

.faq .faq-item i {
  color: #669ee5;
  font-size: 20px;
  float: left;
  line-height: 0;
  padding: 13px 0 0 0;
  margin: 0;
}

.faq .faq-item h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 10px 28px;
  font-family: "Poppins", sans-serif;
}

.faq .faq-item p {
  font-size: 15px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box:hover{
  /*background-image: linear-gradient(90deg,#0e73e4,#03228f);*/
}

.contact .info-box {
  color: #000;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 40px 0 40px 0;
  background: #fff;
  /*background-image: linear-gradient(90deg,#03228f,#0e73e4);*/
}

.contact .info-box i {
  font-size: 24px;
  /*color: #008fe4;*/
  color: #fff;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #fff;
  background: linear-gradient(90deg,#03228f,#0e73e4);
}

.contact .info-box h3 {
  font-size: 20px;
  /*color: #777777;*/
  color: #000;
  font-weight: 700;
  margin: 10px 0;
  font-family: 'Roboto-slab';
}
.contact .info-box a{
  /*color: #2a489c;*/
  color: #000;
}

.contact .info-box a:hover{
  /*color: #ed1b24;*/
  transition: all 0.3s linear;
  color: #008fe4;
} 
.contact .info-box p {
  padding: 0;
  line-height: 30px;
  font-size: 15px;
  margin-bottom: 0;
  color: #000;
}

.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;
  border-radius: 0px;
  height: 40px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #008fe4;
}

.contact .php-email-form input {
  /*padding: 20px 15px;*/
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #ed502e;
  border: 0;
  padding: 10px 30px;
  border-radius: 4px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #ef6445;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.mobile-banner{
  display: none;
}
.desktop-banner{
  display: block;
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f6f9fd;
  min-height: 40px;
  margin-top: 82px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 74px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #0b2341;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 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: #123a6d;
  content: "/";
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.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: #ed502e !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;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  /*background: transparent;*/
  /*background-image: url(../../assets/img/Mag-Edu-Solutions-footer-bg.png);*/
  /*background-color: #f5f6f9;*/
  /*background-color: #222;*/
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  padding: 0 0 30px 0;
  color: #fff !important;
  font-size: 14px;
  position: relative;
  /*z-index: 2;*/
}

#footer .footer-top {
  padding: 75px 0 10px 0;
  position: relative;
}

#footer .foo-img{
  position: absolute;
  left: 5px;
  top: 25%;
}

#footer .footer-top .footer-info {
  margin-bottom: 15px;
  /*background: #05101e;*/
  /*border-top: 4px solid #ed502e;*/
  /*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 h4{
  color: #81c02c;
}

#footer .footer-top .footer-info p {
  /*color: #fff;*/
  color: #b2bdc6;
  font-size: 14.5px;
  line-height: 26px;
  margin-bottom: 0;
  /*font-family: "Raleway", sans-serif;*/
}

#footer .footer-top .social-links a {
  font-size: 20px;
  display: inline-block;
  color: #fff;
  /*line-height: 1;*/
  padding: 1px 1px;
  margin-right: 5px;
  border-radius: 4px;
  text-align: center;
  width: 27px;
  height: 27px;
  transition: 0.3s;
  background: #46cd04;
  /*background-image: linear-gradient(90deg,#03228f,#0e73e4);*/


}

#footer .footer-top .social-links a:hover {
  color: #ddd;
  /*background: #81c02c;*/
  text-decoration: none;
  transition: all 0.3s linear;
  background-image: linear-gradient(90deg,#0e73e4, #03228f);
}

#footer .footer-top h4 {
  font-size: 19px;
  font-weight: 600;
  /*color: #fff;*/
  /*color: #008fe4 !important;*/
  color: #fff !important;
  position: relative;
  padding-bottom: 20px;
}

#footer .footer-top .footer-links {
  margin-bottom: 60px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ef6445;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 13px 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;*/
  color: #b2bdc6;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  /*color: #81c02c;*/
  /*color: #008fe4;*/
  color: #46cd04;
  transition: all 0.3s linear;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#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: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #ed502e;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #ef6445;
}

#footer .copyright {
  /*border-top: 1px solid #ddd;*/
  text-align: ;
  padding-top: 30px;
  color: #b2bdc6;
}

#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;
  }
}



/****************CUSTOM-STYLES-EDIT***************/
#footer p, #footer a{
  /*font-family: "Raleway", sans-serif !important;*/
  font-family: 'rubik', sans-serif !important;
}
.foo-links{

}
.footer-links{
  padding-left: 25px;
}
.footer-links h4{
  color: #81c02c !important;
}
.hours{
  /*padding-left: 100px !important;*/
}
.foo-links li{
  list-style: none;
  text-align: left;
}
#contact-banner{
  width: 100% !important;
  /*height: 400px;*/
  margin-top: 0px;
  position: relative;
}

#contact-banner img{
  width: 100% !important;
}
.g-map iframe{
  width: 100% !important;
}
#features{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.partner{
  /*margin-top: 20px !important;*/
  /*display: inline-flex !important;*/
  margin-bottom: 30px;
  margin-top: 15px;
  text-align: center;
}
.partner h4, .payment h4{
  color: #ed502e !important;
}
.payment{
  margin-bottom: 35px;
}
#footer{
  padding-bottom: 10px !important;
}

.mobile-slider{
    visibility: hidden !important;
    display: none;
}

.contact .php-email-form input{
  padding-top: 0px !important;
}
.ico-bw{
  color: #f1d640 !important;
}
.testimonials a{
  color: #000 !important;
}

@media only screen and (max-width: 1024px) {
  .top-header-box{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
 /* .course-main-box .detailbox .cduration{
    left: 55px;
  }*/
}


@media only screen and (max-width: 768px) {
    body {

    }
    .limiter {
      width: auto;
      margin: 0 auto;
    }
    .table100 {
      padding-top: 100px;
    }
    .footer-links {
      padding-left: 30px;
    }
    #footer .footer-top .footer-info{
      text-align: left;
      padding-left: 30px;
      padding-top: 30px;
    }
    .hours {
      /*padding-left: 30px !important;*/
      padding-top: 30px;
    }
    .partner{
       padding-left: 30px;
       margin-top: 0px;
       text-align: left !important;
    }

    .payment{
      padding-left: 30px;
  }
 .portfolio2 .portfolio-item{
    margin-bottom: 40px;
  }
  .logo .img-fluid{
    max-width: 85%;
  }
  .mobile-nav-toggle {
    /*top: 38px !important;*/
    margin-top: 5px !important;
    margin-right: 20px !important;
  }
  .emergency{
    display: none;
  }
  .top-bar .social-top{
    margin-top: -23px;
  }
  .products-main-box{
    margin-left: 0px !important;
  }
  #quote{
    height: 70px !important;
  }
  #quote .quote h1{
    font-size: 18px !important;

  }

}

@media only screen and (max-width: 479px) {
    body{

    }
    .mobile-slider{
        visibility: visible !important;
        display: block;
        margin-top: 100px;
    }
    #hero{
      visibility: hidden !important;
      display: none;
    }

  }
  
.port-info {
    opacity: 0.6;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px;
    display: inline-flex;
}
.port-info h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    color: #0b2341;
}
/*.port-info .preview-link .details-link{*/
/* position: absolute;*/
/*  right: 40px;*/
/*  font-size: 24px;*/
/*  top: calc(50% - 18px);*/
/*  color: #123a6d;*/
/*}*/
.port-info:hover{
    /*cursor: pointer;*/
    opacity: 1;
}
.portfolio-item:hover .port-info{
     opacity: 1;
     transform: translateY(-20px);
}
.port-info .details-link, .port-info .preview-link {
    font-size: 24px !important;
    position: absolute !important;
    right: 40px !important;
    color: #123a6d !important;
}
.port-info .preview-link {
    font-size: 24px !important;
    position: absolute !important;
    right: 70px !important;
    color: #123a6d !important;
}
.portfolio2 .portfolio-item{
    margin-bottom: 30px;
  }
  .mobile-nav ul li:last-child{
  border-bottom: none !important;
}
.mobile-slider .carousel-inner{
    /*border-bottom: 1px solid #e6e4e4 !important;*/
}

/****************END-CUSTOM-EDIT*******************/


/*CUSTOM EDIT START */

.fixed-top {
    top: 0px !important;
}

.top-bar {
    width: 100%;
    height: 40px;
    position: absolute;
    top: 0;
    background-color: #f5f5f5;
    transition: all 0.2s ease-in-out;
}
.top-bar a{
  color: #2a489c;
  font-size: 14px;
}
.__cf_email__{
  /*color: #81c02c;*/
  /*color: #fff;*/
  color: #b2bdc6;
  font-size: 14.1px;
}
.__cf_email__:hover{
  /*color: #008fe4;*/
  color: #46cd04;
  transition: all 0.3s linear;
}
.top-bar .social-top{
  text-align: right;
  padding-top: 3px;
}
.top-bar .social-top a{
  font-size: 16px;
  display: inline-block;
  color: #fff;
  line-height: 0.10;
  padding: 2px 1px;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 22px;
  height: 22px;
  transition: 0.3s;
  background: #2a489c;
}
.home{

}
.home .content p{
  line-height: 2;
  text-align: justify;
  /*text-align: center;*/
  color: #000;
}
.home .content h1{
   font-size: 20px;
  padding-top: 5px;
  font-family: "Open Sans", sans-serif !important;
}
.about .content p{
  line-height: 2;
  text-align: justify;
}
.course{
  /*padding-left: 0px;
  padding-right: 0px;*/
}

/*.products-main-box {
  border: 1px solid #ddd;
  background-color: #fff !important;
  height: auto;
  overflow: hidden;
  margin-left: 25px;
  margin-bottom: 50px;
  box-shadow: 0px 5px 20px 0px rgba(110, 123, 131, 0.1);
  padding-left: 0px;
  padding-right: 0px;
  position: relative;*/
  /*display: flex;*/
  /*flex: 0 0 23.1% !important;
  max-width: 23.1% !important;*/

/*}*/
.portfolio .products-main-box{
  border: 1px solid #ddd;
  background-color: #fff !important;
  height: auto;
  /*overflow: hidden;*/
  margin-left: 15px;
  margin-bottom: 50px;
  box-shadow: 0px 5px 30px 0px rgba(110, 123, 131, 0.1);
  padding-left: 0px;
  padding-right: 0px;
/*  position: relative !important;
  left: 0px !important;
  top: 0px !important;*/
  display: block;
  flex: 0 0 23.1% !important;
  max-width: 23.1% !important;
}

.odd{
  border: 1px solid #ddd;
  height: auto;
  overflow: hidden;
  margin-left: 20px;
  margin-bottom: 50px;
 /* border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;*/
  box-shadow: 0px 5px 30px 0px rgba(110, 123, 131, 0.1);
  padding-left: 0px;
  padding-right: 0px;
  position: relative;

}

.even{
   border: 1px solid #ddd;
  height: auto;
  overflow: hidden;
  margin-left: 20px;
  margin-bottom: 50px;
 /* border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;*/
  box-shadow: 0px 5px 30px 0px rgba(110, 123, 131, 0.1);
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}

.products-main-box .product-lbl{
  position: absolute;
  right: 0;
  background: url(../img/sprites.png) no-repeat -378px -584px;
  width: 40px;
  height: 33px;
  color: #fff;
  font-size: 9px;
  text-align: right;
  display: block;
  line-height: 10px;
  padding: 4px;
  opacity: 0.6;
}

.products-main-box .offers-lbl{
  position: absolute;
  left: -8px;
  bottom: -10px;
  background: url(../img/sprites.png) no-repeat -565px -625px;
  width: 60px;
  height: 55px;
  color: #fff;
  font-size: 15px;
  text-align: right;
  display: block;
  line-height: 10px;
  padding: 6px;
  opacity: 0.9;
}

.products-main-box:hover{
      /*cursor: pointer;*/
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.18);
     -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.18);
    transition: all 0.5s linear;
    border: none !important;
}
.products-main-box .imgbox img{
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: 1px solid #f1f1f1;
  padding-top: 32px;
  padding-bottom: 32px;
}

.products-main-box .detailbox{
  height: auto;
  text-align: center;
  /*text-transform: uppercase;*/
  margin-bottom: 10px;
  position: relative;
  /*display: flex;*/
}

.products-main-box .detailbox .ctitle{
  padding-top: 15px;
  /*padding-bottom: 10px;*/
  color: #000;
  line-height: 1.4;
  font-family: "Roboto-slab";
  font-size: 1rem;
  letter-spacing: 0.5px;
  /*width: 72%;*/
  /*padding-left: 8px;*/
}
.products-main-box .detailbox .price{
  /*width: 28%;*/
  font-family: "Roboto-slab";
  color: #000;
  font-size: 1rem;
  letter-spacing: 0.5px;
  padding-top: 3px;
  line-height: 1.1;
  padding-bottom: 5px;
}

.products-main-box .detailbox .cduration{
  border: 1px solid #2a489c;
  padding: 7px;
  width: 190px;
  text-align: center;
  position: relative;
  left: 80px;
  font-family: "Open Sans", sans-serif;
}

.products-main-box .detailbox .fee{
  text-transform: none;
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-size: 14.3px;
  /*margin-bottom: 10px;*/
}

.products-main-box .icon{
  width: 25px;
  height: 30px;
  position: absolute;
  left: 10px;
  bottom: 10px;
  display: none;
}
.products-main-box:hover .icon{
  display: block;
  transition: all 0.5s linear;
}

/*.gallery .img-fluid{
   border: 1px solid #2a489c;
   border-radius: 8px;
}*/

.about .imgbox{
  text-align: center;
  padding-top: 35px;
}

.about .about-icon{
  width: 30% !important;
  border-bottom:  unset !important;
}

.about .detailbox{
  height: 170px;
}
.about .detailbox .desc{
  text-transform: none;
  line-height: 1.5;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}
.top-header-box i{
  color: #2a489c;
}
.top-header-box .bx{
  color: #fff;
}

.free-courses{

}

.free-courses h6{
  text-transform: uppercase;
  /*color: #ed502e;*/
  color: #000;
  font-size: 15.5px;
  font-weight: 550;
  text-align: center;
}

.guidance{
  border: 1px solid #ddd;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 8px;
  box-shadow: 0px 5px 90px 0px rgb(110 123 131 / 10%);
}

.guidance h5{
  font-family: "Open Sans", sans-serif !important;
  font-weight: 550;
  font-size: 16px;
  color: #2a489c;
}
#quote{
  background-color: #ddd;
  height: 55px;
}
#quote .quote{
  text-align: center;
}

#quote .quote h1{
  font-size: 20px;
  padding-top: 13px;
  color: #2a489c;
  /*font-family: "Open Sans", sans-serif !important;*/
}
#footer .partner img{
  /*width: 50%;*/
}
.g-recaptcha{
  display: none !important;
}
/*CUSTOM EDIT END */


/*****ZERO-STYLES-STARTS HERE*****/

.top-bar{
  padding-left: 50px;
}

.top-header-box{
  text-align: right !important;
  /*border: 1px solid #ddd;*/
  /*padding-top: 8px;*/
  padding-bottom: 0px;
  display: inline-flex;
  /*padding-left: 15px;*/
  /*padding-right: 10px;*/
  /*opacity: 0.6;*/
}

.top-header-box .fa-ico{
  font-size: 1.4rem;
  padding-top: 10px;
  /*color: #106eea;*/
  /*color: #3b58bf;*/
  color: #46cd04;
}
.top-header-box p{
  font-size: 13px;
  padding-left: 10px;
  padding-top: 10px;
  /*font-family: 'Poppins', sans-serif !important;*/
  font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif !important;
  font-weight: 400;
  /*color: #00a651;*/
}
.top-header-box a{
  font-size: 14px;
  /*color: #349ee8;*/
  /*color: #00a651;*/
  /*color: #106eea;*/
  color: #000;
  padding-left: 10px;
  padding-top: 4px;
}
.top-header-box a:hover{
  color: #008fe4; 
  transition: all 0.3s ease-in-out;
}
.top-header-box a#tel{
  color: #349ee8;
  opacity: 1 !important;
  text-align: center !important;
}
.tel-box{
  padding-left: 75px;
}
.top-header-box a#emergency{
  color: #349ee8;
}
.top-header-box a#emergency:hover{
  color: #000;
}
.top-header-box a#tel:hover{
  color: #000; 
  transition: all 0.3s ease-in-out;
}
.top-header-box a#booking{
  color: #fff;
  display: none;
}
.top-header-box a#booking:hover{
  color: #000;
}

.logo{
  /*padding-left: 30px;*/
  padding-left: 0px;
}
.logo img{
  /*margin-top: 5px;*/
}

.logo-box{
  /*border-right: 1px solid #ddd;*/
}
.icon-box{
  padding-top: 35px;
  border-left: 1px solid #ddd;
  padding-inline-start: 0px;
  margin-block-start: 0em;
}


.icon-box ul{
  display: flex;
  padding-inline-start: 0px;
}
.icon-box ul li{
  list-style: none;
  margin-left: 20px;
  margin-top: 0px;
}

.icon-box ul li .fa-ico{
  font-size: 22px;
  margin-top: 10px;
  color: #81c02c;
}
.icon-box a{
  font-size: 14px;
  color: #81c02c;
}
.foo-bottom-box{
  border-top: 1px solid #ffffff24;
 display: inline-flex; 
 /*background: hsla(0,0%,100%,.4);*/
 background-color: #000;
}
.copyright ul{
  
}
.copyright ul li{
  position: relative;
  display: inline-flex;
  list-style: none; 
  padding-left: 20px;
  text-align: center;
}
.copyright .last-child{
  border-right: 0px !important;
  /*width: 0px;*/
}
.copyright ul li:after{
 /* content: '';
  position: absolute;
  border-right: 1px solid #4d4d4c;
  width: 1px;
  height: 25px;
  right: -10px;*/
}
.copyright a{
  /*color: #fff;*/
  /*color: #fff;*/
  color: #b2bdc6;
}

.copyright a:hover{
  transition: all 0.3s linear;
  color: #46cd04;
}


.bs-canvas-overlay {
    opacity: 0.85;
    z-index: 2 !important;
    top: 0px;
    cursor: url(../../assets/img/close.cur), pointer;
    background: rgba(0,0,0,.65);
}

.bs-canvas {
    padding-left: 30px;
    padding-right: 30px;
    top: 0;
    z-index: 1110;
    overflow-x: hidden;
    overflow-y: auto;
    width: 330px;
    transition: margin .4s ease-out;
    -webkit-transition: margin .4s ease-out;
    -moz-transition: margin .4s ease-out;
    -ms-transition: margin .4s ease-out;
}

.bs-canvas-right {
    right: 0;
    margin-right: -450px;
    /*z-index: 1 !important;*/
    background-color: #fff !important;
}
/*.bs-canvas-overlay {
    opacity: 0.85;
    z-index: 1 !important;
}*/

.bs-canvas-overlay{
    width: 100% !important;
    transition: all 3s ease-in-out !important;
}
.bs-canvas-right{
    width: 28%;
}
.bs-canvas-header{
    background-color: transparent !important; 
    padding: 0.5rem !important;
}

.bs-canvas-header img{
    width: 40px;
    height: 40px;
}
.close{
  font-size: 17px !important;
}

.bs-canvas-content .top-box p{
  padding-top: 30px;
  font-size: 0.9rem;
  text-align: justify;
  line-height: 1.9;
}

.side-bar-footer{
  padding-top: 35px;
}

.side-bar-footer .address-box{
  margin-bottom: 35px;
}
.side-bar-footer .address-box h5, .side-bar-footer .contact-box h5, .side-bar-footer .mail-box h5{
  font-family: 'RobotoSlab' !important;
  padding-bottom: 10px; 
  color: #5e5d5d;
}
.side-bar-footer .address-box address{
  font-size: 0.9rem;
}

.side-bar-footer .contact-box{
  margin-top: 10px;
  margin-bottom: 35px;
}

.side-bar-footer .contact-box a{
  color: #000;
  font-size: 0.9rem;
}

.side-bar-footer .contact-box a:hover, .side-bar-footer .mail-box a:hover, .side-bar-footer .social-links a:hover{
  text-decoration: none;
   color: red;
  transition: all 0.3s ease-in-out;
}

.side-bar-footer .mail-box{
  margin-top: 10px;
  margin-bottom: 35px;
}

.side-bar-footer .mail-box a{
  color: #000;
  font-size: 0.9rem;
}

.side-bar-footer .social-links{
  margin-top: 25px;
  margin-bottom: 35px;
}

.side-bar-footer .social-links a{
  color: #000;
  margin-left: 10px;
  color: #000;
}
.side-bar-footer .social-links a .bx{
  font-size: 22px;
  padding-top: 1px;
}
.side-bar-footer .social-links a:first-child{
  margin-left: 0px;
}
#frmSubscribe {
  /*display: inline-block;*/
  position: relative;
}
#txtEmailSubscribe{
  border-radius: 20px;
  border: 1px solid #ddd;
  font-size: 14px;
  margin-top: 35px;
  /*box-shadow: 0 0 25px #eee;*/
  /*position: relative;*/
}
#frmSubscribe #btn_subscribe:hover{
  /*color: #008fe4;*/
  color: #009937;
  transition: all 0.3s ease-in-out;
}
#frmSubscribe #btn_subscribe{
  /*background: transparent !important;*/
  border: unset;
  position: absolute;
  right: 2px;
  top: 2px;
  /*font-size: 30px;*/
  /*padding: 2px;*/
  color: #03228f;
  background-color: #46cd04;
  /*background-image: linear-gradient(90deg,#03228f,#0e73e4);*/
  border-radius: 50%;
  height: 32px;
  /*width: 32px;*/
}
#frmSubscribe #btn_subscribe i{
  font-size: 28px;
  color: #fff;
  margin-top: 1px;
  margin-left: -4px;
}
#frmSubscribe #btn_subscribe:active, #frmSubscribe #btn_subscribe:focus, #frmSubscribe #btn_subscribe:visited{
  border: unset !important;
  box-shadow: none !important;
  outline: none !important;
}

#preloader img{
  position: fixed;
  top: calc(50% - 80px);
  left: calc(50% - 35px);
  width: 90px;
}


@-webkit-keyframes animate-role {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-role {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*.intro-boxes:hover .circle{
   -webkit-animation: animate-role 4s linear infinite;
  animation: animate-role 4s linear infinite;
}

.ico{
  font-size: 25px;
  color: #81c02c;
  animation: none !important;
}

.intro-boxes:hover .ico{
  -webkit-animation: none !important;
  animation: none !important;
}*/

.category{

}

.category .home-cat-box{
  margin-left: 40px;
  margin-right: 10px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  /*box-shadow: 0 0 30px rgb(214 215 216 / 60%);*/

}
/*.category .home-cat-box:first-child{
  margin-left: 0px;
}*/

.category .home-cat-box h5{
  font-family: 'Roboto-slab';
  padding-top: 18px;
  color: #000;
  font-size: 1.1rem;
}
.category .home-cat-box:hover{
  transition: all 0.3s linear;
  /*cursor: pointer;*/
}

.category .home-cat-box:hover h5{
  color: #5d9510;
  transition: all 0.3s linear;
}

.category .home-cat-box img{
  width: 100%;
  border: 3px solid #81c02c;
  border-radius: 50%;
}

.offers .home-offer-box{
  /*border: 1px solid #ddd;*/
  margin-left: 30px;
  border-radius: 8px;
  overflow: hidden;
}

.offers .home-offer-box:hover{
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.18);
  transition: all 0.3s linear;
}

.bulk-order{
  padding-bottom: 70px;
  position: relative;
}

.bulk-order .bulk-banner{
  
}
.bulk-order .bulk-banner img{
  width: 100%;
  /*position: relative;*/
}
.bulk-order .order{
  text-align: center;
  position: absolute;
  background-color: #000;
  border-radius: 50%;
  left: 40%;
  top: 19.2%;
  height: 270px;
  width: 270px;
  opacity: 0.9;
}
.bulk-order .order h6{
  margin-top: 110px;
  color: #fff;
  font-size: 1.7rem;
  font-family: 'Roboto-slab';
  opacity: 1;
}
.bulk-order .order a{
  padding-top: 15px;
  color: red;
  opacity: 1;
}
.bulk-order .order a:hover{
  color: #81c02c;
  transition: all 0.3s linear;
}
.section-bg-new{
  background-color: #d3dbcb;
}

.blogs{

}
.blogs .blog-carousel .testimonial-item{
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}

.blogs .blog-carousel .testimonial-item h4{
  position: absolute;
  text-align: center;
  /*top: 40%;*/
  bottom: 7%;
  left: 15%;
  color: #fff;
  /*font-family: 'Roboto-slab';*/
  text-transform: uppercase;
  font-size: 1.3rem;
}

.certificate-carousel .testimonial-wrap{
  text-align: center !important;
}
.certificate-carousel .testimonial-item{
  text-align: center !important;
}
/*.certificate-carousel .testimonial-item img{
  width: 80%;
}*/
.certificate-carousel .owl-carousel.owl-drag .owl-item{
 text-align: center !important; 
}

.top-intro{
  background-color: #f5f5f5;
  height: 100px;
  padding-top: 8px;
  padding-bottom: 10px;
}

@keyframes movebounce{
  0%{
    transform:translateY(0)
  }
  50%{
    transform:translateY(20px)
  }
  100%{
    transform:translateY(0)
  }
}

.about .anim{
  position: absolute;
  right: 0px;
  bottom: 0px;
  animation: movebounce 3.0s linear infinite;
}

.intro{
  position: relative;
}

.intro .anim {
    position: absolute;
    /*top: 0;*/
    left: 0px;
    bottom: 0px;
    animation: movebounce 3.0s linear infinite;
}

.blogs{
  position: relative;
}

.blogs .anim {
    position: absolute;
    top: 0;
    left: 0px;
    /*bottom: 0px;*/
    animation: movebounce 3.0s linear infinite;
}
.foo-contact{
  /*color: #81c02c;*/
  /*color: #008fe4;*/
  /*color: #fff;*/
  color: #b2bdc6;
}
.foo-contact:hover{
  /*color: #008fe4;*/
  color: #46cd04;
  transition: all 0.3s linear;
}
/* START*/

.enquiry{
  background-color: #f6f9fd !important;
}
.enquiry .enquiry-form{
    /*margin-top: 60px;*/
    /*border:  1px solid #ddd;*/
    height: auto;
    padding-top: 35px;
    padding-bottom: 35px;
    display: inline-flex ;
    background-color: #f6f9fd !important;
    /*text-align: center !important;*/
    font-size: 1rem;
    font-family: 'Roboto-slab';
    /*box-shadow: 0 0 30px rgb(214 215 216 / 60%);*/
}
.enquiry-form::placeholder{
    color: #f5f5f5 !important;
}
.frm-enquiry{
    width: 100%;
}
.enquiry .enquiry-form .enquiry-lft{
    margin-right: 10px;
    margin-left: 0px;
}
.enquiry .enquiry-form .enquiry-rgt{
    margin-right: 0px;
    /*margin-left: 10px;*/
}
.captcha-box{
    display: inline-flex;
    padding-top: 10px;
}
.captcha-box .form-control{
    margin-right: 10px;
    margin-left: 10px;
}
.enquiry-form .form-control{
    border-radius: 0px;
    height: 42px;
}
.captcha-box .captcha-refresh{
    padding-left: 15px;
    padding-top: 10px;
}
.captcha-box #in-captcha{
    height: 50px;
}
.enquiry .button-send{
    margin-top: 5px;
    margin-left: 0px;
    margin-bottom : 0px;
}
 textarea:focus, input:focus{
    outline: none !important;
    box-shadow: none !important;
    border-color: #81c02c;
}
.enquiry input[type="text"]{
  font-size: 1rem;
  font-family: 'Roboto-slab';
}
input[type="text"]::placeholder{`
    color:#ddd !important;
}
.space3{
    display: inline-flex;
    width: 100% !important;
    padding-top: 45px;
    padding-left: 30px;
    text-align: left;
}
.space3 #in-captcha{
    height: 50px;
    background-color: transparent;
    text-align:center;
    border-bottom: 1px solid #000;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0px !important;
}
.space3 .captcha-refresh{
    margin-left: 10px;
    padding-top: 12px;
    padding-right: 30px;
}

.broucher-title{
  padding-top: 15px;
  padding-bottom: 20px;
  font-family: "GalaxyRegular";
  font-weight: 400;
}

.download-boxes{
  margin-left: 70px;
  border: 1px solid #81c02c;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  text-align: center;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
  box-shadow: 0 0 30px rgb(214 215 216 / 60%);
  color: #000;
   /*background-color: #81c02c;*/
  /*overflow-wrap: all;*/
}

.download-boxes img{
  width: 100%;
}

.download-boxes h6{
  padding-top: 20px;
  padding-bottom: 40px;
  font-family: 'Roboto-slab';
  font-size: 1.2rem;
}

.inner-link{
  font-family: 'Roboto-slab';
  border: 1px solid #81c02c;
  padding: 8px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #81c02c;
  position: absolute;
  bottom: -33px;
  left: 52px;
  color: #fff;
  border-radius: 20px;
  font-size: 0.85rem;
  /*top: -10px;*/
}
.download-boxes:hover{
  color: #000;
  transition: all 0.3s linear;
}

.download-boxes:hover p{
  color: #000;
  transition: all 0.3s linear;
}

#mail-sent{
  width:45%;
  font-weight: 600 !important;
  color: #fff !important;
  text-align: center !important;
  border: none !important;
  line-height: 2.7rem !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important; 
  background-color: #81c02c; 
  margin-top: 10px;
}
.contact-btn{
  width:170px; 
  height: 45px;
  font-weight: 600 !important;
  color:#fff;
  text-align: center !important;
  border: none !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important; 
  /*background-color: #81c02c;*/
  background-image: linear-gradient(90deg,#03228f,#0e73e4);
  font-family: 'Roboto-slab';
}
.contact-btn:hover{
  background-image: linear-gradient(90deg,#0e73e4, #03228f);
}
/*.lazy {
  width: 700px; 
  height: 467px; 
  display: block;
  background-image: url('../../assets/img/spin.svg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}*/

.lazy {
  opacity: 0;
  transition: opacity 1s;
}

.offers-products .products-main-box{
  margin-left: 35px;
  margin-right: 10px;
}
.offers-products .products-main-box:hover{
  border: 1px solid #ddd !important;
  /*cursor: pointer;*/
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.18);
  transition: all 0.5s linear;
}

/* END*/


/*ABOUT US START*/
.about .cont-left{
  padding-right: 35px;
}
.about .cont-right{
  padding-left: 40px;
  padding-top: 35px;
}
.about .final{
  padding-top: 40px;
}
.about-img{
  /*padding-left: 0px;*/
  padding-right: 0px;
}
.about-img img{
  width: 100%;
  border: 4px solid #81c02c;
  box-shadow: 0 0 30px rgb(214 215 216 / 60%);
}
/*ABOUT US END*/

/*QUALITY START*/
.quality{
  padding-left: 30px;
  padding-right: 0px;

}
.quality img{
  width: 100%;
  border: 3px solid #81c02c;
  /*box-shadow: 0 0 30px rgb(214 215 216 / 60%);*/
}
.process{
  text-align: center;
  padding-top: 20px;
  padding-bottom: 15px;
  border: 1px solid #ddd;
}
.process img{
  width: 95%;
}
.quality .anim{
  position: unset;
}

.quality-left{
  padding-left: 0px;
  padding-right: 30px; 
}
.quality-right img{
   width: 95%;
}

/*QUALITY END*/

/*BLOGS - START*/

.blogs-box{
  border: 1px solid #ddd;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 30px rgb(214 215 216 / 40%);
}

.blogs-box .blogs-top{
  
}

.blogs-box .blogs-bottom{
  text-align: center;
  position: relative;
}

.product-icon{
  position: absolute;
  width: 33px !important;
  height: 35px;
  bottom: -7px;
  right: 5px;
}

.blogs-box .blogs-bottom .event-blog-det{
  color: #000;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 14px;
}
.blogs-box .blogs-bottom .title{
   color: #000;
   padding-bottom: 15px;
   font-family: "Poppins", sans-serif;
   font-size: 1rem;
   /*font-weight: 550;*/
}

.blogs-box .blogs-bottom .pro-content{
  color: #000;
  font-size: 15px;
  padding-bottom: 20px;
  padding-left: 4px;
  padding-right: 4px;
}

.blog{
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.blog .cont-left{
  padding-top: 25px;
}

.blog h4{
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  padding-bottom: 20px;
  color: #81c02c;
}
.blog hr{
  margin-top: 50px !important;
  margin-bottom: 40px !important;
}
.mobile-nav-copy{
  text-align: center;
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
}
.mobile-nav-copy p{
  text-align: center;
  font-size: 15px;
  color: #000;
}
.banner-btn{
  padding: 12px;
  padding-left: 25px;
  padding-right: 25px;
  background-color: transparent;
  border: 2px solid #81c02c;
  margin-top: 30px;
  color: #000;
  box-shadow: 0 0 10px rgb(214 215 216 / 60%);
  text-transform: uppercase;
}

.banner-btn:hover{
  color: #000;
  transition: all 0.3s linear;
  border: 2px solid #000;
}

.mobile-banner-content{
    position: absolute;
    text-align: center;
    /*top: 17%;*/
    bottom: 15%;
    padding-left: 10px;
    padding-right: 10px;
  }
.mobile-banner-content h2{
   font-size: 1.5rem;
   padding-bottom: 5px;
}
.mobile-banner-content a{
  margin-top: 10px;
}

/*BLOGS - END*/

/*****ZERO-STYLES-END*****/



.home-intro-service-box{
  /*height: 100px;*/
  height: auto;
  border: 1px solid #ecebeb;
  box-shadow: 0 0 30px rgb(214 215 216 / 40%);
  border-radius: 10px 10px 10px 10px;
  position: relative;
  background-image: url('../../assets/img/counter-bg.png');
  opacity: 0.9;
  transition: all 0.3s linear;
  /*z-index: -1;*/
}
.home-intro-service-box:hover{
  /*cursor: pointer;*/
}
.home-intro-service-box:hover > .tag{
  transition: all 0.3s linear;
  background: linear-gradient(90deg,#0e73e4,#03228f);
}

.home-intro-service-box .tag i{
  transition: all 0.4s linear;
  transform: rotate(180deg);
} 

.home-intro-service-box:hover > .tag i{
  transition: all 0.4s linear;
  transform: rotate(-180deg);
}

.home-intro-service-box .top-box{
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
}

.home-intro-service-box .top-box img{
  height: 80px;
  width: 80px;
}
.home-intro-service-box .bottom-box{
  /*padding-top: 10px;*/
  padding-bottom: 30px;
}
.home-intro-service-box .bottom-box h4{
  text-align: center;
  color: #000;
  font-size: 1.15rem;
  padding-bottom: 10px;
}
.home-intro-service-box .bottom-box p{
  padding-top: 10px;
  text-align: justify;
  font-size: 15px;
  padding-left: 7px;
  padding-right: 7px;
  line-height: 1.6;
  color: #000;
}

.tag{
  bottom: 10px;
    right: 0;
    padding: 6px 15px 6px;
    /*background-color: #1273eb;*/
    border-radius: 30px 0px 0px 30px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    color: #fff;
    line-height: 1;
    background: linear-gradient(90deg,#03228f,#0e73e4);
  /*z-index: 1;*/
}
.tag i{
  font-weight: 700;
}
.tag:hover{
  transition: all 0.2s linear;
  background: linear-gradient(90deg,#0e73e4,#03228f);
  color: #fff;
}

.tag:hover > i{
  transition: all 0.3s linear;
  transform: rotate(-180deg);
}
.page-bread{
  position: absolute;
  left: 5%; 
  bottom: 5%;
  /*top: 45%;*/
  /*width: 100%;*/
  text-align: left;
}
.page-bread ul{
  /*padding-inline-start: 0px;*/
}
.page-bread li{
  list-style: none;
  display: inline-flex;
  color: #fff;
  padding-left: 5px;
  font-size: 14px;
}

.page-bread h1{
  color: #fff;
}
.page-bread li a{
  color: #fff;
}
.page-bread li a:hover{
  color: #008fe4;
  transition: all 0.3s linear;
}
#process .process-left{
  padding-left: 0px;
  padding-right: 0px;
}
#process .process-left img{
  width: 100%;
}

#process .process-right{
  padding-top: 20px;
  padding-left: 50px;
}

#process .process-right p{
  text-align: justify;
  line-height: 1.8;
  color: #000;
}
#process .process-boxes{
  text-align: center;
  margin-top: 30px;
  /*border: 1px solid #ddd;*/
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 30px rgb(214 215 216 / 40%);
  /*border: 1px solid #f1f1f1;*/
  background-image: url('../../assets/img/counter-bg.png');
  background-size: all;
}
#process .process-boxes:first-child{
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#process .process-boxes:last-child{
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
#process .process-boxes h6{
  padding-top: 15px;
}
#process .process-boxes .ico{
  font-size: 38px;
  padding: 13px;
  font-weight: lighter;
  border-radius: 50%;
  background: linear-gradient(90deg,#03228f,#0e73e4);
  color: #fff;
}
#process .process-boxes:hover{
  /*cursor: pointer;*/
}
#process .process-boxes:hover >.ico{
  /*transition: all 0.3s linear;*/
  /*cursor: pointer;*/
  color: #fff;
  background: linear-gradient(90deg,#0e73e4, #03228f);
}


.home-services-box{
  /*height: 100px;*/
  height: auto;
  border: 1px solid #ecebeb;
  box-shadow: 0 0 30px rgb(214 215 216 / 40%);
  border-radius: 10px 10px 10px 10px;
  margin-top: 30px;
  /*border-bottom: 4px solid #03228f;*/
  padding-left: 0px;
  padding-right: 0px;
  z-index: 1;
}
.home-services-box:hover{
  /*cursor: pointer;*/
}
.home-services-box:hover > .tag{
  background: linear-gradient(90deg,#0e73e4, #03228f);
}

.home-services-box .tag i{
  transition: all 0.4s linear;
  transform: rotate(180deg);
}

.home-services-box:hover > .tag i{
  transition: all 0.4s linear;
  transform: rotate(-180deg);
}

.home-services-box .top-box{
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
  /*background: linear-gradient(90deg,#03228f,#0e73e4);*/
  background-image: url('../../assets/img/counter-services-bg.png');
  background-size: all;
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
  border-bottom: 1px solid #f6f6f6;
}
.home-services-box:hover{
  transition: all 0.4s;
}

.home-services-box:hover > .top-box{
  transition: all 0.4s;
  background: linear-gradient(90deg,#0e73e4, #03228f);
  /*opacity: 0.8;*/
}
.home-services-box .top-box .img-box{
  background-color: #fff;
  border-radius: 50%;
  height: 95px;
  width: 95px;
  text-align: center;
  left: 37%;
  position: relative;
  padding-top: 2px;
  /*border: 1px solid #81c02c;*/
}
.home-services-box .top-box img{
  height: 80px;
  width: 80px;
  text-align: center;
  margin-top: 3px;
}
.home-services-box .bottom-box{
  /*padding-top: 10px;*/
  padding-bottom: 30px;
  background-color: #fff;
  border-radius: 0px 0px 10px 10px;
}
.home-services-box .bottom-box h4{
  text-align: center;
  color: #000;
  font-size: 1.15rem;
  padding-top: 25px;
}
.home-services-box .bottom-box p{
  padding-top: 10px;
  text-align: justify;
  font-size: 15px;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 1.6;
  color: #000;
}

.btn-readmore{
  margin-top: 80px;
  background: linear-gradient(90deg,#03228f,#0e73e4);
  color: #fff;
  border: unset;
  width: 170px;
  height: auto;
  display: inline-flex;
  text-align: center;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.btn-readmore:hover{
  color: #fff;
  transition: all 0.2s linear;
  background: linear-gradient(90deg,#0e73e4, #03228f);
}
.btn-readmore i{
  transition: all 0.3s linear;
}

.btn-readmore:hover > i{
  transition: all 0.3s linear;
  transform: translateX(10px);
}
/*.home-services-box::nth-child(2){
  margin-top: 40px;
}*/

.about-left{
  padding-left: 0px;
}
.about-left p{
  text-align: justify;
  color: #000;
  line-height: 1.9;
}

.about-left .btn-readmore{
  margin-top: 20px;
  background: linear-gradient(90deg,#03228f,#0e73e4);
  color: #fff;
  border: unset;
  width: 170px;
  height: auto;
  display: inline-flex;
  text-align: center;
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.about-left .btn-readmore:hover{
  transition: all 0.2s linear;
  background: linear-gradient(90deg,#0e73e4, #03228f);
}

.about-right{
  padding-left: 60px;
  margin-top: -30px;
}
.about-right .progress-box{
  margin-bottom: 20px;
}
.about-right .progress-box h6{
  padding-bottom: 5px;
  text-align: left;
  color: #000;
  font-size: 0.9rem;
}
.about-right .progress-box span{
  text-align: right;
  margin-top: -5px;
}
.about-right .progress-box .percentage{
  display: inline-flex;
  width: 100%;
  font-weight: bold;
  
}
.about-right .progress{
  height: 0.4rem !important;
}
.about-right .progress .progress-bar{
  background: linear-gradient(90deg,#03228f,#0e73e4);
}

#services{
  /*position: relative;*/
  overflow: hidden;
}
.tech-bg {
  position: absolute;
  left: 0px;
  bottom: -50px;
}

.full-banner{
  width: 100%;
}

.banner-outer{
  /*background: #f6f9fd;*/
  /*border: 1px solid #ddd;*/
  height: 380px;
  overflow: hidden;
  position: relative;
}
.banner-outer .banner-left{
  /*height: 320px;*/
  height: 650px;
  background: linear-gradient(90deg,#03228f,#0e73e4);
  transform: rotate(36deg);
  margin-top: -158px;
  margin-left: -38px;
  position: relative;
  border-radius: 12px;
  border: 4px solid #46cd04;
}
.banner-outer .left-content{
  position: absolute;
  left: 100px;
  top: 65px;
  color: #fff;
}
.banner-outer .left-content .large{
  font-size: 1.6rem;
}
.banner-outer .left-content h5{
  line-height: 1.7;
  font-weight: 600;
}
.btn-contact{
  margin-top: 20px;
  background: #fff;
  color: #03228f;
  border: unset;
  /*width: 150px;*/
  height: auto;
  display: inline-flex;
  text-align: center;
  padding-left: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-left: 15px;
}

.btn-contact i{
  transition: all 0.3s linear;
}

.btn-contact:hover > i{
  transition: all 0.3s linear;
  transform: translateX(10px);
}

.banner-outer .banner-right{
  padding-left: 0px;
  padding-right: 0px;
  z-index: -1;
}
.banner-outer .banner-right img{
  width: 112%;
  z-index: -1;
  margin-left: -80px;
}

.certificate-carousel .testimonial-item{
  /*border-right: 1px solid #ddd;*/
}


/*.rs-rain-animate .line-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    width: 100%;
    pointer-events: none;
    /*overflow: hidden;*/
   /* z-index: -1;
    max-width: 1180px;
}*/
/*.rs-rain-animate .line-inner .line:first-child {
    left: 2px!important;
}
.rs-rain-animate .line-inner .line:nth-child(3) {
    left: unset!important;
    right: 2px;
}
.rs-rain-animate .line-inner .line:nth-child(3):after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
.rs-rain-animate .line-inner .line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: #fff;
    z-index: -1;
}
.rs-rain-animate .line-inner .line:first-child:after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.rs-rain-animate .line-inner .line:after {
    content: "";
    display: block;
    position: absolute;
    height: 80px;
    width: 3px;
    top: -20%;
    left: -1px;
    background: linear-gradient(180deg,hsla(0,0%,100%,0) 39%,#1273eb 130%,#1273eb 0);
    background-color: transparent;
    -webkit-animation: rain-line 13s linear 0s infinite;
    animation: rain-line 13s linear 0s infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

@keyframes rain-line{0%{top:-20%}100%{top:100%}}@-webkit-keyframes rain-line{0%{top:-20%}100%{top:100%}}.up-down{animation:up-down 3s alternate infinite;-webkit-animation:up-down 3s alternate infinite}@keyframes up-down{0%{transform:translateY(10px);-webkit-transform:translateY(0)}50%{transform:translateY(-10px);-webkit-transform:translateY(-10px)}100%{transform:translateY(0);-webkit-transform:translateY(0)}}@-webkit-keyframes up-down{0%{transform:translateY(30px);-webkit-transform:translateY(0)}50%{transform:translateY(-50px);-webkit-transform:translateY(-50px)}100%{transform:translateY(0);-webkit-transform:translateY(0)}}.horizontal{-webkit-animation-name:horizontal;animation-name:horizontal;-webkit-animation-duration:12s;animation-duration:12s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.horizontal.new-style{-webkit-animation-duration:15s;animation-duration:15s}
*/
.certificate .test-box{
  box-sizing: content-box;
    padding: 10px 10px 10px 10px;
    margin: 20px 15px;
    min-height: auto;
    box-shadow: 0px 0px 20px 0px rgb(11 35 65 / 10%);
    position: relative;
    background: #fff;
    text-align: left !important;
    /*border-radius: 12px;*/
}
.certificate .section-title h3{
  color: #000;
}
.certificate .testimonial-item .testimonial-img{
    width: 50px;
    border-radius: 10px;
    border: 3px solid #ddd;
    position: absolute;
    /*left: -25px; */
    background: linear-gradient(90deg,#03228f,#0e73e4);
    left: 25px;
    top: -24px;
}
.certificate .testimonial-item .testimonial-img:hover{
  transition: all 0.3s linear;
  background: linear-gradient(90deg,#0e73e4, #03228f);
}
.certificate .test-box h3{
  font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
    padding-top: 10px;
}

.certificate .test-box h4{
  font-size: 14px;
    color: #999;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 20px;
}
.ico-bw{
    color: #f1d640 !important;
}
.certificate .test-box p{
  text-align: justify;
  line-height: 1.8;
}


/*MAG - About us*/

.why-choose-right{
  text-align: center;
  margin-top: -100px;
  position: relative;
}

.why-choose-right .shape1{
  position: absolute;
  left: 55px;
  top: 0;
}

.why-choose-right .shape2{
  position: absolute;
  right: 0;
  bottom: 0;
}
.why-choose-right .top-dance{
    animation: dance 2s infinite alternate;
    -webkit-animation: dance 2s infinite alternate;
}

.why-choose-right .bottom-dance{
    animation: dance2 3s infinite alternate;
    -webkit-animation: dance2 3s infinite alternate;
}

.why-choose-right img.choose{
  width: 88%;
  border: 6px solid #ddd;
  border-radius: 50%;
  z-index: 2;
}

@keyframes dance{
0%{
  transform:scale(.8);
  -webkit-transform:scale(.8);
  }
to{
  transform:scale(1);
  -webkit-transform:scale(1);
  }
}
@-webkit-keyframes dance{
0%{transform:scale(.8);
  -webkit-transform:scale(.8)
  }
to{
  transform:scale(1);
  -webkit-transform:scale(1)}
}

.dance2{
  animation:dance2 4s infinite alternate;
  -webkit-animation:dance2 4s infinite alternate
}

@keyframes dance2{
  0%{
    transform:translateZ(0);
    -webkit-transform:translateZ(0)
    }
  50%{
    transform:translate3d(15px,-15px,0);
    -webkit-transform:translate3d(15px,-15px,0)
    }
  to{
    transform:translate3d(0,-15px,15px);
    -webkit-transform:translate3d(0,-15px,15px)
    }
  }
@-webkit-keyframes dance2{
  0%{
    transform:translateZ(0);
    -webkit-transform:translateZ(0)
    }
  50%{
    transform:translate3d(15px,-15px,0);
    -webkit-transform:translate3d(15px,-15px,0)
  }
  to{
    transform:translate3d(0,-15px,15px);
    -webkit-transform:translate3d(0,-15px,15px)
    }
  }

.team{
}

.team-carousel  .team-box{
  margin-left: 30px;
}

.team-box .team-top{
  text-align: center;
}

.team-box .team-top img{
  width: 80%;
  border-radius: 50%;
  margin-left: 35px;
  /*border: 5px solid #03228f;*/
  border: 5px solid #ddd;
}
.team-box .team-bottom{
  padding-top: 30px;
  text-align: center;
  color: #000;
}

.count-bg{
  background-image: url('../../assets/img/counter-bg.png');
  box-shadow: 0 0 10px rgb(214 215 216 / 60%);
  border: 1px solid #f5f5f5;
  border-radius: 12px;
  background-color: #fff;
}
.section-bottom{
  /*background: linear-gradient(90deg,#0e73e4, #03228f); */
}



/*SERVICES-PAGE-STYLES*/
.services-intro{
  margin-top: 60px;
  /*margin-bottom: 85px;*/
}
.services-intro-boxes{
  /*background-color: #f1f6fc;*/
  background-color: #f6f9fd;
  margin-left: 25px;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-right: 15px;
  display: flex;
  border: 1px solid #f4f5f5;
  border-radius: 8px;
  box-shadow: 0 0 10px rgb(214 215 216 / 40%);
}
.services-intro-boxes:hover{
  /*cursor: pointer;*/
}
.services-intro-boxes .intro-left{
  width: 25%;
  /*text-align: center;*/
}
.services-intro-boxes .intro-left img{
  width: 60%;
}
.services-intro-boxes .intro-right{
  width: 75%;
}
.services-intro-boxes .intro-right h4{
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 1.2rem;
}
.services-intro-boxes .intro-right p{
  font-size: 15px;
}


.mag-business-quote{
  background-image: url('../../assets/img/Mag-Edu-Solutions-Blue-BG.jpg');
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  /*height: auto;*/
  padding-top: 45px;
  padding-bottom: 45px;
}
.mag-business-quote .quote-main{
  display: inline-flex;
}
.mag-business-quote .quote-main .quote-left{
  padding-top: 25px;
}
.mag-business-quote .quote-main h4{
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
}
.product-boxes{
  background-color: #fff;
  margin-bottom: 40px;
}
.product-boxes img{
  width: 100%;
}


/*BGM START*/
.ico-home{
  font-size: 53px;
  color: #1443c6;
}

.offering-box{
  /*border: 1px solid #ddd;*/
  background-color: #fff !important;
  border-radius: 8px;
  height: auto;
  margin-left: 5px;
  margin-right: 5px;
  box-shadow: 0px 0px 20px 0px rgb(11 35 65 / 10%);
  overflow: hidden;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 40px;
  display: inline-flex;
}
.offering-box .box-left{
  background-color: #e4e5e6;
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
}
.offering-box .box-left img{
  transition: all 0.3s linear;
  width: 100%;
}
.offering-box:hover .box-left img{
  transform: translateY(-10px);
  transition: all 0.3s linear;
  width: 100%;
}

.offering-box .box-right{
  padding-top: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
}
.offering-box .box-right h4{
  /*font-family: 'rubik', sans-serif !important;*/
  font-weight: unset;
  padding-top: 10px;
  color: #000;
  font-size: 1.15rem;
}
.offering-box .box-right p{
  /*font-family: 'rubik', sans-serif !important;*/
  font-size: 15px;
  color: #000;
  /*padding-top: 10px;*/
}
#products .blog-carousel .col-md-3{
  padding-left: 0px;
  padding-right: 0px;
}

#products .blog-carousel .home-prod-box{
  border-radius: unset;
  padding-top: 35px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #f2f2f3;
  border: unset;
  box-shadow: unset;
  height: 690px !important;
  margin-left: 10px;
  margin-right: 10px;
}

#products .blog-carousel h3{
  font-family: 'manrope', sans-serif;
  color: #018378;
  text-transform: uppercase;
  font-size: 1.35rem;
  font-weight: 550;
  /*padding-bottom: 10px;*/
}
#products .blog-carousel .home-prod-box .prod-top .brand{
   font-family: 'manrope', sans-serif;
  color: #018378;
  text-transform: uppercase;
  font-size: 14px;
  padding-bottom: 0px;
  margin-bottom: 5px;
}
#products .blog-carousel .home-prod-box .prod-top .type{
   font-family: 'manrope', sans-serif;
  color: #018378;
  text-transform: uppercase;
  font-size: 14px;
}
.home-prod-box .prod-top .avail{
  background-color: #000;
  width: 25%;
  padding: 3px;
  padding-left: 10px;
  margin-top: 25px;
  border-bottom: 5px solid yellow;
  border-right: 6px solid transparent;
}
.home-prod-box .prod-top .avail p{
  color: #fff;
  width: auto;
  margin-bottom: 0px;
  font-size: 13px;
}
.home-prod-box .prod-top .list{

}
.home-prod-box .prod-top .list p{
  color: #018378;
  font-size: 14.5px;
  padding-top: 15px;
}

.home-prod-box .prod-top ul.features{
    padding-inline-start: 15px;
    margin-top: 15px;
    margin-bottom: 10px;
}
.home-prod-box .prod-top ul li{
  list-style: disc;
  font-size: 14px;
  color: #000;
  text-align: justify;
  line-height: 25px;
  padding-top: 5px;
}
.home-prod-box .prod-bottom{
  padding-top: 0px;
}
.home-prod-box .prod-bottom img{
  width: 100%;
  transition: all 0.3s linear;
}
.home-prod-box:hover .prod-bottom img{
  transition: all 0.3s linear;
  transform: translateY(-10px);
}
.white{
  /*background-color: #f6f9fd !important;*/
}
#txtEmailSubscribe {
    box-shadow: unset;
}

.career-content{
    margin-top: 30px;
    margin-bottom: 50px;
    /*background-color: #f2f2f3;*/
    border-radius: 12px;
    box-shadow: 0px 0px 20px 0px rgb(11 35 65 / 6%);
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
    display: inline-flex;
    border: 1px solid #ddd;
}
.career-content .job-left{
  border-right: 1px solid #ddd;
  padding-right: 50px;
  background-color: #f2f2f3;
  padding-top: 40px;
  padding-bottom: 40px;
}
.career-content .job-left p{
  line-height: 30px;
  text-align: justify;
  margin-top: 30px;
  padding-bottom: 20px;
  padding-left: 10px;
}

.career-content .job-right{
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #fff;
}
.career-content .job-right h5{
  font-family: 'manrope', sans-serif;
  font-weight: 550;
  padding-bottom: 20px;
  /*padding-top: 20px;*/
}
.career-content .job-right .form-group{
  margin-bottom: 25px;
  /*font-family: 'rubik', sans-serif;*/

}
.career-content .job-right .form-group .form-control{
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  border-radius: unset;
  font-size: 14.5px;
  border-color: #333;
  padding-left: 0px;
}
/*SELECT 2 - STYLES START*/

.career-content .job-right .select2-container{
  margin-top: 10px !important;
  font-size: 14.5px;
}
.select2-container--default .select2-selection--single{
    border-left: 0px !important;
    border-right: 0px !important;
    border-top: 0px !important;
    border-radius: unset !important;
    font-size: 14.5px;
    border-color: #333;
    padding-left: 0px;
}
.select2-results__option {
    padding: 3px;
    font-size: 14.5px;
    padding-left: 0px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
  padding-left: 0px !important;
}

/*SELECT 2 - STYLES END*/


.file-upload-wrapper {
  position: relative;
  width: 100%;
  height: 40px;
  /*background-color: #ffffff24;*/
  margin-top: 40px;
}
.file-upload-wrapper:after {
  content: attr(data-text);
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
  background: #f5f5f5;
  padding: 10px 15px;
  display: block;
  width: calc(100% - 40px);
  pointer-events: none;
  z-index: 20;
  height: 40px;
  line-height: 20px;
  /*color: #000;*/
  border-radius: 5px 10px 10px 5px;
  /*font-weight: 300;*/
  padding-left: 5px;
}
.file-upload-wrapper:before {
  content: "Upload";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  height: 40px;
  /*background: #4daf7c;*/
  background: linear-gradient(90deg,#03228f,#0e73e4);
  color: #fff;
  font-weight: 400;
  z-index: 25;
  font-size: 15px;
  line-height: 40px;
  padding: 0 15px;
  text-transform: uppercase;
  pointer-events: none;
  border-radius: 0 5px 5px 0;
}
.file-upload-wrapper:hover:before {
  background: #3d8c63;
}
.file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 40px;
  margin: 0;
  padding: 0;
  display: block;
  /*cursor: pointer;*/
  width: 100%;
  /*background-color: #f5f5f5 !important;*/
}
.apply-btn{
  margin-top: 30px;
  font-size: 16px;
  font-family: 'manrope', sans-serif;
  font-weight: lighter;
}

.bgm-business-quote{
  background-image: url('../../assets/img/BGM-Solar-Blue-BG.jpg');
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  /*height: auto;*/
  padding-top: 20px;
  padding-bottom: 30px;
}
.bgm-business-quote .quote-main{
  display: inline-flex;
}
.bgm-business-quote .quote-main .quote-left{
  padding-top: 25px;
}
.bgm-business-quote .quote-main h4{
  color: #fff;
  font-family: 'manrope', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
}
.bgm-business-quote .quote-main .quote-right{
  text-align: center;
}
.file-upload-field{
  position: relative;
  margin-top: 10px;
  background-color: #f5f5f5;
  border-top-right-radius: 5px !important;
}
.file-upload-field:after{
  position: absolute;
  left: 0;
  top: 0;
  content: 'UPLOAD';
  background: linear-gradient(90deg,#03228f,#0e73e4);
  width: 18%;
  height: 40px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; 
  text-align: center;
  color: #fff;
  padding-top: 8px;
  /*margin-top: 3px;*/
}

.choose-us-row{
  margin-top: 90px;
}
.counts{
  padding-top: 90px;
}
.counts .count-box p{
  font-weight: 500 !important;
  font-family: 'manrope', sans-serif !important;
  padding-top: 20px;
}
.counts .count-box {
  font-weight: 300 !important;
}
.products-main-box .imgbox img{
  /*padding-top: unset !important;*/
  /*padding-bottom: unset !important;*/
  width: 100%;
  /*border: 1px solid #ddd;*/
  /*padding: 3px;*/
  border-radius: 12px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.products-main-box{
  height: 380px;
  margin-top: 80px;
  /*padding-left: 40px;*/
  /*padding-right: 30px;*/
  margin-left: 65px;
  border: unset;
  text-align: center;
  position: relative;
  box-shadow: 0px 0px 20px 0px rgb(11 35 65 / 10%);
  border: 2px solid #ddd;
  border-radius: 12px;
}

.products-main-box:after{
  content: '';
  position: absolute;
  background-color: #000;
  opacity: 0.3;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  border-radius: 12px;
}
.products-main-box:hover:after{
  text-align: center;
  content: '\ebbe';
  font-size: 38px;
  font-family: 'boxicons';
  position: absolute;
  background-color: #000;
  opacity: 0.7;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  border-radius: 12px;
  transition: all 0.3s linear;
  padding-top: 150px;
  color: #fff;
}

.solar-panels{

}

.solar-panels .content p{
  text-align: justify;
  line-height: 30px;
  color: #000;
  padding-top: 10px;
  padding-bottom: 40px;
}

.products-outer{
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0px 0px 20px 0px rgb(11 35 65 / 6%);
  padding-left: 0px;
  padding-right: 0px;
  height: auto;
  display: inline-flex;
  margin-top: 65px;
}

.clearfix{
  clear: both !important;
}

.products-outer .products-left{
  text-align: center;
  background-color: #f2f2f3;
  /*padding-top: 30px;
  padding-bottom: 30px;*/
  vertical-align: middle;
  text-align: center;
  display: table-cell;
}
.products-outer .products-left img{
  width: 100%;
  /*height: 100%;*/
  vertical-align: middle;
  margin: 0 auto;
 /* max-width: 100%;
  max-height: 100%;*/
  display: block;
}
.products-outer .products-right{
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 30px;

}
.products-outer .products-right h3{
  font-size: 1.2rem;
  color: #000;
}
.products-outer .products-right p{
  font-size: 14.5px;
  text-align: justify;
  line-height: 28px;
  color: #000;
  padding-bottom: 20px;
}
.products-outer .products-right h5{
  font-size: 1rem;
  padding-bottom: 10px;
  color: #000;
}
.products-outer .products-right .features{
  padding-inline-start: 20px;
  margin-bottom: 30px;
}
.products-outer .products-right .features li{
  line-height: 30px;
  font-size: 14.5px;
  /*font-family: 'rubik', sans-serif;*/
  color: #000;
}

.accessories-box{
  background-color: #fff;
  height: auto;
  border-radius: 12px;
  box-shadow: 0px 0px 20px 0px rgb(11 35 65 / 6%);
  /*margin-left: 10px;*/
  margin-top: 40px;
  overflow: hidden;
  text-align: center;
}
.accessories-box img{
  width: 100%;
}
.accessories-box h3{
  padding-bottom: 15px;
  padding-bottom: 15px;
  font-size: 1.2rem;
}
.pro-head a{
  color: #000;
  /*font-family: 'rubik', sans-serif;*/
}
/*BGM END*/


/*GSS START*/

.subscribe{
  
}
#subscribe{
  /*background-color: #1c242a;*/
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  padding: 30px 0 10px;
  padding-left: 20px;
  /*z-index: 4 !important;*/
  overflow: hidden;
}
#subscribe .heading-title{
  color: #fff;
  font-family: 'manrope', sans-serif;
  padding-bottom: 0px;
}

#txtEmailSubscribe{
  color: #b2bdc6;
  /*font-family: 'rubik';*/
  font-size: 16px;
  padding: 17px 20px;
  border-radius: 30px;
  border-color: #4b5257;
  background: 0 0;
  position: relative;
  width: 100% !important;

}
#btn_subscribe{
  position: absolute !important;
  right: 5px !important;
  top: 5px !important;
  border-radius: 30px !important;
  height: 50px !important;
  padding: 10px 40px !important;
  text-transform: uppercase !important;
  position: absolute !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  transition: all .3s !important;
  color: #b2bdc6 !important;
  background: #232d34 !important;
  border: unset !important;
}

#frmSubscribe .form-control{
  height: unset;
  /*margin-top: 50px;*/
}
#subscribe .content {
    text-align: left;
    color: #fff !important;
    font-size: 16px;
    line-height: 28px;
    padding-right: 20px;
}

#footer{
  background-color: #1c242a;
  /*background-image: url('../../assets/img/rr-square-construction-footer-bg.jpeg');*/
  background-repeat: no-repeat !important;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 5 !important;
  padding-top: 15px;
}

#footer .foo-box{
  height: auto;
  padding-left: 25px;
  padding-bottom: 40px;
}
#footer .foo-box .foo-logo{
  max-height: 140px;
}
#footer .foo-box .foo-title{
  color: #fff;
  /*font-family: 'manrope', sans-serif;*/
  font-weight: 300;
  font-size: 22px;
  padding-top: 12px;
  padding-bottom: 45px;
}
#footer .copy-box-left{
  padding-top: 15px;
  /*padding-bottom: 20px;*/
  text-align: left;
}
#footer .copy-box-right{
  padding-top: 15px;
  text-align: right;
}
#footer .copy-box-right a{
  color: #ddd;
}
#footer .copy-box-left .foo-copy{
  color: #fff;
  font-family: 'rubik', sans-serif;
  font-size: 14px;
  /*text-transform: uppercase;*/
  /*line-height: 36px;*/
  /*font-weight: 400;*/
}

#footer .foo-box .foo-links{
  margin-block-start: 0em;
  padding-inline-start: 0px;
}
#footer .foo-box .foo-links li{
  padding-top: 17px;
}
#footer .foo-box .foo-links li a{
  /*text-transform: uppercase;*/
  color: #b2bdc6;
  font-family: 'rubik', sans-serif;
  font-size: 15px;
}
#footer .foo-box .foo-links li:first-child{
  padding-top: 0px;
}
#footer .foo-box .foo-links li a:hover{
  text-decoration: none;
  color: #ff6422;
  transition: all 0.3s;
}
#footer .foo-box .social-links{
  margin-top: 15px;
}
#footer .foo-box .social-links a{
  width: 160px;
  height: 160px;
  /*border-radius: 50%;*/
  border: 1px solid #ffffff40;
  padding: 8px;
  margin-left: 10px;
  padding-top: 15px;
}
#footer .foo-box .social-links a .bx{
  color: #fff;
  font-size: 20px;
}
#footer .foo-box .social-links a:hover{
  background-color: #fff;
  transition: all 0.3s;
}
#footer .foo-box .social-links a:hover .bx{
  color: #000;
}
#footer .foo-box .office-links{
  margin-block-start: 0em;
  padding-inline-start: 0px;
}
#footer .foo-box .office-links li{
  list-style: none;
  padding-top: 18px;
  width: 100%;
  display: inline-flex;
}
#footer .foo-box .office-links li:first-child{
  padding-top: 0px;
}
#footer .foo-box .office-links li .foo-icon{
  font-size: 24px;
  color: #b2bdc6;
  
}
#footer .foo-box .office-links li a{
  color: #b2bdc6;
  font-family: 'rubik', sans-serif;
  font-size: 15px;
  font-weight: 400;
  /*display: inline-flex;*/
}
#footer .foo-box .office-links li a:hover{
  text-decoration: none;
}

#footer .foo-box .office-links address{
  font-family: 'rubik', sans-serif;
}

/*CONTACTS PAGE - START*/
#page-banner{
  position: relative;
  margin-top: 0px;
}
#page-banner img{
  width: 100%;
}


.page-bread li {
    list-style: none;
    display: inline-flex;
    color: #fff;
    padding-left: 5px;
    font-size: 16px;
    font-family: 'rubik', sans-serif;
}
.page-bread li a {
    color: #fff;
    font-size: 16px;
}
.page-bread li a:hover{
  text-decoration: none;
}
.page-bread h1{
  font-size: 36px;
  color: #fff;
  font-weight: 600;
  font-family: 'manrope', sans-serif;
  padding-left: 40px;
}
.page-bread li.delimeter{
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inherit;
  margin-top: 0;
  padding: 0;
  margin: 1px 10px;
  background: #fff;
}

.contacts{
  background-image: url('../../assets/img/rr-square-construction-contact-us-bg.jpeg');
  background-repeat: no-repeat;
  background-position: center center;
  padding: 90px 0px; 
  background-size: cover;
  margin: auto;
}
.contacts .contacts-boxes{
  height: 210px;
  /*border: 1px solid #ddd;*/
  margin-left: 35px;
  background-color: #fff;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  padding: 35px;
}
.contacts .contacts-boxes:first-child{
  margin-left: 0px;
}
.contacts .portfolio-title-box{
  margin-bottom: 50px;
}
.contacts-boxes h3{
  color: #000;
  font-family: 'manrope', sans-serif;
  font-size: 17px;
  font-weight: 550;
  display: inline-flex;
  padding-top: 5px;
  /*vertical-align: middle;*/
}

.contacts-boxes .icon-con{
  font-size: 22px;
  color: #ff6422;
  /*margin-top: 10px;*/
  display: inline-flex;
  /*vertical-align: middle;*/
}
.contacts-boxes a{
  color: #657078;
  padding-top: 20px;
}
.contacts-boxes a:hover{
  text-decoration: none;
}
.contacts-boxes .tel{
  padding-top: 20px;
}

.enq-maps{
  /*background-color: #fff;*/
  padding: 0px 0px; 
}
.enq-maps .enquiry-box{
  padding-left: 30px;
  padding-top: 45px;
  padding-bottom: 30px;
  padding-right: 50px;
}
.enquiry-box .heading-title{

}

.enquiry-box .form-group{
  width: 100%;
  margin-bottom: 40px;
}
.enquiry-box .form-control{
  width: 100%;
  height: 48px !important;
  transition: all .3s !important;
  border-top: unset;
  border-left: unset;
  border-right: unset;
  border-bottom: 1px solid #d0d4d6 !important;
  box-shadow: none !important;
  padding-left: unset !important;
  border-radius: 0px !important;
  font-family: 'rubik', sans-serif;
  margin-bottom: 30px;
}
.enquiry-box .row > .form-control {
  width: 47% ;
  display: inline-flex !important;
  margin-left: 20px;
}
.enquiry-box textarea{
  width: 98% !important;
}

#btn_send_mail {
  width: 180px !important;
  height: 50px !important;
  color: #fff !important;
  text-align: center !important;
  background: #000 !important;
  border-radius: 25px !important;
  margin-top: 50px !important;
  font-family: 'manrope', sans-serif;
  font-weight: lighter;
  margin-bottom: 0px;
}
.enquiry-box .sub-btn{
  margin-bottom: 0px;
}

.enq-maps .maps-box{
  padding-left: 30px;
  padding-right: 0px;
}
#page-banner .mobile-banner {
    display: none;
}

#page-banner img {
    width: 100%;
}

/*CONTACTS PAGE - END*/
/*.page-bread {
    position: absolute;
     left: 45%; 
     top: 50%; 
    bottom: 5%;
    width: 100%;
    text-align: center;
}*/


/*PRE-LOADER NEW*/

.loader {
  /*position: absolute;*/
  /*top: 50%; left: 50%;*/
  transform: translateY(100%,0%);
  transition: 0.4s;
  position: absolute; 
  right: 5%; 
  bottom: 1%;
}
.loader_per{
   position: absolute; 
  right: 5%; 
  bottom: 1%;
  margin-right: 10px;
}

.loader .loader_text {
  font-size: 50px;
  font-weight: lighter;
  font-family: 'Manrope-Light', sans-serif !important;
  color: #fff;
  /*margin: 20px auto;*/
  text-align: center;
}

.loader .loader_bar  {
  position: relative;
  width: 1px;
  height:768px;
  background: #000;
  /*border-radius: 50px;*/
}

.loader .loader_bar:before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: #ddd;
  border-radius: 50px;
  animation: fill 0.4s ease;
}

@keyframes fill {
  0% { height: 0% }
  100% { height: 100% }
  
}

/*PRE-LOADER NEW - END*/


.sidebar-right{
  width: 1px;
  height: 100%;
  position: fixed;
  right: 4.2%;
  /*top: 10%;*/
  z-index: 3 !important;
  border-right: 1px solid #f5f5f5;
  background-color: #000;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 30px;
  transition: all 0.4s;
  animation: fadeIn 5s;
  overflow: hidden;
  overflow-y: scroll;
}
.sidebar-left{
  width: 1px;
  height: 100%;
  position: fixed;
  left: 5%;
  top: 0;
  z-index: 5 !important;
 /* border-right: 1px solid #f5f5f5;
  background-color: #000;*/
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  transition: all 0.4s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.sidebar-right .side-logo{
  width: 38%;
}

.aside{
  position: fixed;
  right: 3.1%;
  top: 10%;
  width: 30px;
  height: 80px;
  /*background-color: #000;*/
  /*border-radius: 50%;*/
  text-align: center;
  vertical-align: middle;
  margin: auto;
  /*border: 1px solid #fff;*/
  padding-top: 7px;
  z-index: 4 !important;
 /* transition: width 0.1s; 
  -webkit-transition: width 0.1s;*/
  animation: fadeIn 10s;
  -webkit-animation: fadeIn 10s;
}
.aside i{
  color: #fff !important;
  font-size: 18px;
}

.aside img{
  width: 100%;
  /*transform: rotate(90deg);*/
  position: absolute;
}

.sidebar-right:hover{
  width: 150px !important;
  transition: all 0.4s linear;
  /*border-right: 5px solid #ddd;*/
}
/*.aside:hover + .sidebar-right{
  width: 150px !important;
  transition: all 0.4s linear;
}*/

.bxl-facebook, .bxl-linkedin, .bxl-twitter, .bxl-instagram{
  font-size: 18px;
  color: #333;
}

#header .social-links a{
  border: 1px solid #ddd;
  padding: 4px;
  margin-left: 0px;
  padding-top: 8px;
}

#header .social-links a:hover i{
  color: #ff6422 !important;
  transition: all 0.3s linear;
}

.broucher-btn{
  margin-top: 50px;
  width: 75%;
}

#main{
  /*background-color: #f6f9fd;*/
}

.intro .container{
  padding-top: 85px;
  padding-bottom: 85px;
}
#footer .container{
  background-color: unset;
  padding: unset;
}

#contacts .container{
  background-color: unset;
}

.intro .content{
  text-align: justify;
  font-family: rubik,Sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.intro .container{
  /*background-image: url('../../assets/img/rr-square-home-intro-bg.webp');*/
  /*background-repeat: no-repeat;*/
  /*background-position: bottom;*/
  /*padding: 135px 0px; */
  /*background-size: cover;*/
  /*margin-left: 100px;*/
 /* margin-top: 100px;
  margin-bottom: 100px;*/
}

.intro .intro-left{
  /*margin-top: -35px;*/
  text-align: center;
}

.title-h6{
  font-family: rubik,Sans-serif !important;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2.3px;
}
/*.heading-title{
    font-family: manrope,Sans-serif;
    font-size: 44px;
    line-height: 72px;
    letter-spacing: -.5px;
    font-weight: 700; 
    color: #000;
}*/
/*.content{
  text-align: left;
  color: #657078;
  font-family: rubik,Sans-serif;
  font-size: 16px;
  line-height: 28px;
  padding-right: 20px;
}*/


.intro-boxes{

  border: 1px solid #f5f5f5;
  height: auto;
  /*margin: auto;*/
  display: inline-block;
  margin-left: 35px;
  margin-right: 35px;
  margin-top: 45px;
  background-color: #fff;
  /*box-shadow: 10px 41px 57px -17px rgb(0 0 0 / 22%);*/
  box-shadow: 1px 10px 25px 6px rgb(0 0 0 / 5%);
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
  /*padding-left: 20px;
  padding-right: 20px;*/
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-image: url(../../assets/img/counter-bg.png);
  opacity: 0.9;
}

.intro-boxes:hover{
  /*cursor: pointer;*/
}

.more-btn{
  font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .22px;
    fill: #657078;
    color: #657078;
    background-color: #02010100;
    border-style: solid;
    border-width: 3px;
    border-color: #e1e4e6;
    border-radius: 25px 25px 25px 25px;
    padding: 17px 35px 14px;
    display: inline-flex;
}
.more-btn:hover{
  text-decoration: none;
  color: #fff;
  transition: all 0.3s linear;
  background-color: #ff6422;
}
.more-btn .bx-ico{
    font-size: 17px;
    padding-left: 10px;
    color: #ff6422;
}
.more-btn:hover .bx-ico{
  color: #fff;
}

.icon{
  width: 95px;
  height: 95px;
}
.intro-box-title{
   font-family: manrope,Sans-serif;
   font-size: 21px;
   color: #000;
   padding-top: 20px;
   font-weight: 600;
}
.intro-content{
    padding-top: 10px;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 22px;
}
.intro-arrow-box{
  height: 38px;
  width: 120px;
  border: 1px solid #ddd;
  border-radius: 25px;
  padding: 4px;
  text-align: center;
  margin: auto;
}
.intro-arrow-box .bx-ico{
  color: #ff6422;
  font-size: 21px;
  padding-top: 3px;
}

.box1:hover{
  background-image: url('../../assets/img/intro-box-image1.jpeg');
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  transition: all 0.3s;
  background-size: 100% 100%;
}

.box2:hover{
  background-image: url('../../assets/img/intro-box-image2.jpeg');
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  transition: all 0.3s;
  /*background-size: cover;*/
  background-size: 100% 100%;
}


.box1:hover .intro-box-title, .box2:hover .intro-box-title, .box3:hover .intro-box-title, .box4:hover .intro-box-title{
  color: #fff;
}
.box1:hover .intro-arrow-box, .box2:hover .intro-arrow-box, .box3:hover .intro-arrow-box, .box4:hover .intro-arrow-box{
  background: #ff6422;
  border: unset;
}
.box1:hover .bx-ico, .box2:hover .bx-ico, .box3:hover .bx-ico, .box4:hover .bx-ico{
  color: #fff;
}
.box1:hover::before, .box2:hover::before, .box3:hover::before, .box4:hover::before{
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.3s;
}

.home-about{
 
}

.home-about .content{
  line-height: 30px;
  font-size: 18px;
}
.home-about-left{
  padding-bottom: 50px;
}
.home-about-right{
  overflow: visible;
}

.home-about-right img{
 margin-top: -50px;
 width: 110%;
 /*position: absolute;*/
 /*right: 0;*/
 /*bottom: 0;*/
}

/*.Apps {
    height: 600px;
    background-attachment: fixed;
    background-image: url(../../assets/img/GSS-Construction-BG.jpeg);*/
   /* -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;*/
    /*background-size: 100% 100%;*/
   /* padding-bottom: 150px;
    padding-left: 300px;
    padding-top: 150px;*/
/*}*/

.inner-container {
    max-width: 100%;
    /*margin: 300px auto;*/
    width: 100%;
    /*// padding: 200px 0px;*/
    position: relative;
    /*cursor: pointer;*/
    /*box-shadow: 10px 41px 57px -17px rgb(0 0 0 / 22%);*/
}

.image-container {
    padding-bottom: 31%;
    /*background: black;*/
    position: relative;
    overflow: hidden;
    z-index: 2;
/*     background-image: url("https://images.unsplash.com/photo-1593642634524-b40b5baae6bb?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1489&q=80"); */

    background-size: cover;
    background-position: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-attachment: fixed;
}

.text {
    color: white;
    margin: 0;
    /*font-size: clamp(5rem,15vw,6rem);*/
    font-size: 63px;
    font-weight: 900;
    /*font-family: rubik,Sans-serif;*/
    /*font-family: 'Saira', sans-serif !important;*/
    font-family: 'Glance', sans-serif !important;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 42%;
    left: 10%;
    transform: translateY(-50%);
    z-index: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

.text-reverse {
    color: white;
    margin: 0;
    font-size: 63px;
    /*font-size: clamp(5rem,15vw,6rem);*/
    font-weight: 900;
    /*font-family: rubik,Sans-serif;*/
    /*font-family: 'Saira', sans-serif !important;*/
    font-family: 'Glance', sans-serif !important;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 49%;
    right: 10%;
    transform: translateY(50%);
    z-index: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

.text.text-dark {
    color: #000 !important;
}
.text-reverse.text-dark {
    color: #000 !important;
}
.text span {
    position: relative;
    display: block;
}
.text-reverse span {
    position: relative;
    display: block;
}
.parallax-title {
  transform: translateX(-39%);
  /*transform: tra*/
}

.parallax-reverse-title {
  transform: translateX(39%);
}


.home-services{
 /* padding-top: 65px;
  padding-bottom: 75px;*/
  /*padding: 130px 0px; */
}
.home-services .home-services-left{
  padding-left: 30px;
  padding-right: 0px;
}
.home-services .home-services-right{
  padding-left: 50px;
  padding-right: 0px;
}
.service-boxes{
  display: inline-flex;
  border: 1px solid #ddd;
  margin-left: 30px;
  min-height: 330px;
  position: relative;
  /*transition: opacity .5s cubic-bezier(.785,.135,.15,.86);*/
  transition: all 0.4s ease-in-out;
}
.service-boxes p{
  padding-top: 30px;
  font-family: 'rubik', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.service-boxes:hover{
  /*cursor: pointer;*/
  background: linear-gradient(45deg,#e64a14 1%,#ffc24b 100%);
  /*transition: opacity .5s cubic-bezier(.785,.135,.15,.86);*/
  /*transition: all 0.8s linear;*/
  transition: all 0.4s ease-in-out;
  color: #fff;
  /*border: 0;*/
}
.service-boxes:hover p{
  color: #fff;
  transition: opacity .5s cubic-bezier(.785,.135,.15,.86);
}
.service-boxes:hover .intro-box-title{
  color: #fff;
  transition: opacity .5s cubic-bezier(.785,.135,.15,.86);
}
.service-boxes:hover .more-btn{
  background-color: transparent;
  color: #fff;
  transition: opacity .5s cubic-bezier(.785,.135,.15,.86);
}
.service-boxes:hover .more-btn .bx-ico{
  color: #fff;
  transition: opacity .5s cubic-bezier(.785,.135,.15,.86);
}
.down{
    flex: 0 0 22%;
    max-width: 22%;
    padding-left: 15px;
    padding-right: 0px;
    margin-top: 35px;
    margin-left: 30px;
}
.home-services-bottom{
  padding-right: 0px;
  padding-left: 0px;
}

.service-box-content{
  position: absolute;
  bottom: 35px;
  left: 25px;
} 
.service-box-content .more-btn{
  margin-top: 10px;
  border: unset;
  padding: unset;
  color: #657078;
  font-size: 13px;
}
.service-box-content .white{
  display: none;
}
.service-boxes:hover .orange{
  display: none;
}
.service-boxes:hover .white{
  display: block;
  transition: all 0.4s linear;
}

/*.hide{
  text-align: center;
  margin: auto;;
  display: none;
}
*/
.box{
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  animation: fadeIn 5s;
  /*padding-top: 6px;*/
  /*padding-bottom: 6px;*/
}

.sidebar-service{
  background-color: #fff;
  border: 1px solid #ddd;
 /* padding-top: 15px;
  padding-bottom: 15px;*/

}
.sidebar-service .service-image{
  width: 100%;
}
.box p{
  color: #fff;
  font-family: 'rubik', sans-serif;
  padding-top: 10px;
  font-size: 13px;
  animation: fadeIn 5s;
}
.sidebar-service .mdi{
  color: #000;
  font-size: 42px;
}
.sidebar-service:hover .mdi{
  color: #ff6422;
  transition: all 0.3s;
}
.home-services-slide .container{
  
    background-repeat: no-repeat;
    padding-top: 0px;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 0px;
    position: relative !important;
}

.portfolio-title-box{
  padding-left: 45px;
  padding-right: 45px;
}
/*TINY SLIDER 2.9.3*/


.portfolio-slider {
  height: 450px;
  margin-top: 30px;
  position: relative;
}

.slider{
  height: 100%;
  /*display: flex;*/
  align-items: center;
  justify-content: center;
  margin-left: 7px;
  margin-right: 7px;
  /*position: relative;*/
  
  /*padding: 30px;*/
  /*z-index: -1;*/
}
.slider div{
  /*position: relative;*/
  overflow: hidden;
}

.tns-nav{
  display: none;
}
#tns1 > .tns-item{
  padding-right: unset !important;
}

#controls .previous{
  width: auto;
  background-color: #333;
  opacity: 0.75;
  position: absolute;
  left: 0.6%;
  top: 46%;
  border: unset;
/*  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;*/
}
#controls .next{
  width: auto;
  background-color: #333;
  opacity: 0.75;
  position: absolute;
  right: 1.7%;
  top: 46%;
  border: unset;
 /* padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 15px;*/
}

#controls .slide-prev, #controls .slide-next{
  color: #fff;
  font-size: 60px;
}

.slider img{
  max-width: 100%;
  height: 100%;
  float: left;
  margin: 0 -100% 0 0;
  transition: transform 0.7s ;
}

.overlay-box{
  /*display: none;*/
  position: absolute;
  left: 0;
  bottom: 4%;
  width: 100%;
  height: 70px;
  /*padding: 30px;*/
  opacity: 1;
  background: #000;
 /* -webkit-transition: opacity .3s cubic-bezier(.785,.135,.15,.86);
  -ms-transition: opacity .3s cubic-bezier(.785,.135,.15,.86);
  transition: opacity .3s cubic-bezier(.785,.135,.15,.86);*/
  /*display: flex;*/
  /*align-items: flex-end;*/
  text-align: center !important;
  z-index: 1;
}
.overlay-box .title{
  color: #fff;
  text-transform: uppercase;
  padding-top: 15px;
  letter-spacing: 1px;
  /*font-family: 'Saira', sans-serif !important;*/
  font-family: 'Lora', sans-serif !important;
}

.slider img:hover{
  transition: transform 0.7s ;
  transform: scale(1.2);
  /*cursor: pointer;*/
}

.slider:hover img{
  /*transition: all 0.3s zoom-in !important;*/
  /*transition: .3s ease-in-out !important;*/
}

.slider:hover .overlay-box{
  display: block;
  opacity: 0.9;

}

.overlay-box:hover .slider img{
   transition: transform 0.7s ;
  transform: scale(1.2);
}
/*.slider:hover .slider{
  z-index: -1;
}*/

.overlay-box-inner{
  position: absolute;
  bottom: 10%;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
.overlay-box-inner .intro-box-title{
  color: #fff;
}
.overlay-box-inner .intro-box-title:hover{
  color: #ff6422;
  transition: all 0.3s;
}
.overlay-box-inner .title-h6{
  margin-bottom: 0px;
}
.overlay-box-inner .more-btn{
  margin-top: 10px;
  border: unset;
  padding: unset;
  color: #b2bdc6;
  font-size: 13px;
}
.overlay-box-inner .more-btn:hover{
  background: unset;
  color: #b2bdc6;
}
.overlay-box-inner .more-btn:hover .bx-ico{
  color: #ff6422;
}
.overlay-box-inner .more-btn .bx-ico{
  font-size: 20px;
}

/*END TINY SLIDER*/

.strength-left{
  overflow: hidden;
}
.strength-left .left-img{
  width: 100%;
  height: 100%;
  transition: transform 0.7s ;
  /*transition: all 0.6;*/
}
.strength-left:hover .left-img{
  transition: transform 0.7s ;
  transform: scale(1.2);
}
.strength-right{
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 45px;
}
.strength-right-two{
  padding-top: 10px;
  padding-left: 45px;
  padding-right: 20px;
}
/*.strength{
  position: relative;
}
.strength .overlay{
  background: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  color: #fff;
  padding-left: 0px;
}*/

/*PORTFOLIO PAGE - START*/

.portfolio-pg{

}
.portfolio-pg .slider-port{
  display: inline-flex;
  position: relative;
  z-index: 1;
  height: 420px;
  overflow: hidden;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 20px;
}
.portfolio-pg .slider-port img{
  width: 100%;
  height: 100%;
}

.portfolio-container{
  margin-top: unset;
  margin-bottom: 70px;
}
.portfolio{
  padding-left: 35px !important;
  padding-right: 35px !important;
}
.portfolio .portfolio-item{
  height: 320px !important;
  overflow: hidden !important;
 
}
/*.gallery .img-fluid{
  overflow: hidden;
  border: unset;
  height: 420px;
  width: 100%;
  border-radius: unset;
  border-radius: 12px;
}*/
.portfolio .portfolio-item .portfolio-info{
  background: transparent;
  opacity: 0;
  text-align: center;
  padding-bottom: 0px;
}
.portfolio .portfolio-item .portfolio-info h4{
  color: #fff;
  font-family: 'manrope', sans-serif !important;
  font-weight: 100;
  text-transform: uppercase;
}

.gallery .ico{
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 110px;
}

.portfolio .portfolio-item:hover .portfolio-info {
    opacity: 1;
    bottom: 20px;
}
.portfolio-item:hover::after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 97%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  transition: all 0.3s linear;
  /*padding-left: -15px;*/
  margin-left: 15px;
  margin-right: -15px;
  /*border-radius: 12px !important;*/
}
.gallery img.load{
  width: 50px;
  height: 50px;
  margin-bottom: 90px;
  text-align: center;
}

.nav-section{
  text-align: center;
  height: 60px;
  padding: 40px;
  margin-bottom: 60px;
  padding-top: 0px;
}

.nav-section .gal-nav-box{
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-top: 8px;
  padding-bottom: 8px;
}
.nav-section .gal-nav-box a{
  /*color: #ddd;*/
  color: #b2bdc6;
  font-size: 42px;
}

/*PORTFOLIO PAGE - END*/


/*canvas{
  display:block;
  vertical-align:bottom;
}*/


/* ---- stats.js ---- */

.count-particles{
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles{
  font-size: 1.1em;
}

#stats,
.count-particles{
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}


/* ---- particles.js container ---- */

#particles-js{
  width: 100%;
  height: 100%;
  /*background-color: #b61924;*/
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.particles-js-canvas-el{
  position: absolute;
  top: 0;
}

.header-social-box{
  display: none;
}
#header.header-scrolled .header-social-box{
  display: block;
  padding-top: 15px;
}

.heading-title{
  color: #000;
}

/*ABOUT - START*/
.about-intro .container{
  padding-top: 95px;
  padding-bottom: 25px;
}

.about-intro .content {
    text-align: justify;
    font-family: rubik,Sans-serif;
    font-size: 18px;
    line-height: 32px;
}
 .about-intro .about-intro-boxes {
    border: 1px solid #f5f5f5;
    height: auto;
    /* margin: auto; */
    display: inline-block;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 45px;
    background-color: #fff;
    /* box-shadow: 10px 41px 57px -17px rgb(0 0 0 / 22%); */
    box-shadow: 1px 10px 25px 6px rgb(0 0 0 / 5%);
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    /*background-image: url(../../assets/img/counter-bg.png);*/
    /*opacity: 0.9;*/
}
.about-intro-boxes h3{
  color: #000;
  font-family: 'manrope', sans-serif;
  font-size: 44px;
  font-weight: 650;
}

.about-vision{
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  /*padding: 120px 0;*/
}

.about-vision .about-vision-left{
  padding-top: 40px;
}

.about-vision .about-vision-right{
  padding-top: 20px;
  padding-left: 30px;
}

.about-vision .first, .about-vision .second{
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.about-vision .first .ico-about, .about-vision .second .ico-about{
  font-size: 50px;
  color: #ff6422;
}
.about-vision .about-boxes{
  margin-left: 45px;
  display: inline-flex;
  padding-left: 0px;
  padding-right: 0px;
  padding: 20px 0 40px;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: #ffffff24;
}
.about-vision .about-boxes h5{
  color: #000;
  font-size: 22px;
  padding-bottom: 15px;
  padding-top: 12px;
  font-family: 'manrope', sans-serif;
}

.about-vision .about-boxes p{
  color: #000;
  text-align: justify;
  line-height: 30px;
  font-size: 18px;
  font-family: 'manrope', sans-serif;
}

.about-team{
  /*margin: auto;*/
  /*padding-bottom: 65px;*/
}
/*.about-team .team-title-box{
  text-align: center;
}*/
.about-team .team-box{
  padding-left: 0px;
  padding-right: 0px;
}

/*.team-slider{
  width: 100%;
  margin-top: 60px;*/
  /*overflow: scroll;*/
  /*display: inline-flex;*/
  /*margin-bottom: 50px;*/
/*}*/
.team-carousel .team-box{
  background-color: #fff;
  /*padding-top: 30px;*/
  /*padding-bottom: 30px;*/
  text-align: center;
  margin-left: 15px;
  position: relative;
  box-shadow: 1px 10px 25px 6px rgb(0 0 0 / 5%);
  /*padding: 20px;*/
  margin-bottom: 40px;
  margin-top: 40px;
  /*border: 2px solid #fff;*/
}

.team-carousel .team-box .top{
  /*padding-top: 30px;*/
  padding-bottom: 20px;
}
.team-carousel .team-box .top img{
  /*width: 170px;
  height: 170px;*/
  /*border-radius: 50%;*/
  border: 1px solid #f5f5f5;
}
.team-carousel .team-box .bottom{
  padding-bottom: 20px;
}
.team-carousel .team-box .bottom h4{
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000;
  font-size: 1.2rem;
  font-family: 'manrope', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.team-carousel .team-box .bottom h6{
  color: #000;
  font-size: 13px;
  font-family: 'rubik', sans-serif;
  font-weight: lighter;
  letter-spacing: 3px;
}

.team-carousel .team-box:after {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    right: 1px;
    top: 1px;
    background-color: #ff6422;
    clip-path: polygon(0 0,100% 0,100% 100%);
}
.team-carousel .team-box:hover h4{
  cursor: pointer;
  color: #ff6422;
  transition: all 0.3s linear;
}

.about-experience{

}
.about-experience .content{
  color: #000;
  text-align: justify;
  font-size: 18px;
  line-height: 32px;
  padding-bottom: 30px;
}




/*.collapsible-link::before {
  content: '';
  width: 14px;
  height: 2px;
  background: #333;
  position: absolute;
  top: calc(50% - 1px);
  right: 1rem;
  display: block;
  transition: all 0.3s;
}*/

/* Vertical line */
/*.collapsible-link::after {
  content: '';
  width: 2px;
  height: 14px;
  background: #333;
  position: absolute;
  top: calc(50% - 7px);
  right: calc(1rem + 6px);
  display: block;
  transition: all 0.3s;
}*/

.collapsible-link[aria-expanded='true']::after {
  transform: rotate(90deg) translateX(-1px);
}

.collapsible-link[aria-expanded='true']::before {
  transform: rotate(180deg);
}

/*ABOUT - END*/

.player{
  position: absolute; 
  right: 10%; 
  bottom: 6%; 
  width: 150px; 
  height: 150px;
  background: #000;
  opacity: 0.6;
  /*text-align: center;*/
  border-radius: 50%;
}

.player .ico{
  font-size: 120px;
  color: #fff;
  opacity: 1 !important;
  padding-top: 6px;
  padding-left: 12px;
}

.player:hover{
  opacity: 1;
}

.blinker {
  height: 160px;
  width: 160px;
  border: 15px solid #000;
  animation: blink 2s;
  animation-iteration-count: infinite;
}
@keyframes blink { 60% { border-color:#333 ; }  }

/*SERVICES START*/

.pane {
  width: 100%;
  height: 250px;
  /*left: 50px;*/
  /*top: 50px;*/
  position: relative;
  perspective: 600px;
  border-radius: 12px;
}

.pane-tilt {
  position: relative;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transition: 0.1s;
  display: flex;
  transform-style: preserve-3d;
  border-radius: 12px;
}

.pane-tilt-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.pane-tilt-desc {
  position: absolute;
  /*margin: auto;*/
  text-align: center;
  color: #fff;
  transition: 0.3s;
  transform: translateZ(0px);
  scale: 0.7;
  top: 10%;
  left: -2%;
  /*opacity: 0;*/
}

.pane-tilt-desc::after{
  position: absolute;
  content: '';
  height: 2px;
  width: 60px;
  border: 1px solid #ff6422;
  background: #ff6422;
  top: 50%;
  margin-left: 5px;
}

.pane:hover .pane-tilt-desc {
  transform: translateZ(60px);
  scale: 0.75;
  opacity: 1;
  color: #fff;
}


.page-bread-services{
  padding-top: 45px;
  /*padding-bottom: 30px;*/
}
.page-bread-services li{
  list-style: none;
  display: inline-flex;
  font-size: 15px;
  color: #333;
}
.page-bread-services li a{
  color: #000;
  transition: all 0.3s linear;
}
.page-bread-services li a:hover{
  color: #ff6422;
  transition: all 0.2s linear;
}
.page-bread-services .back-btn{
  padding-top: 0.40rem; 
  padding-bottom: 0.40rem;
}
.page-bread-services .back-btn:hover{
  background-color: rgb(59, 74, 135);
  transition: all 0.2s linear;
}

.page-header-left{
  padding-top: 55px;

}
.page-header-left ul{
  /*box-shadow: 1px 10px 25px 6px rgb(0 0 0 / 5%);*/
  padding-bottom: 30px;
}
.page-header-left ul li{
  list-style: none;
  background: #eaf2fc;
  margin-bottom: 9px;
  padding: 15px;
  /*box-shadow: 1px 10px 25px 6px rgb(0 0 0 / 5%);*/
}
.page-header-left ul li.active{
  border-left: 3px solid #ff6422;
}
.page-header-left ul li a{
  color: #444444;
  padding-left: 15px;
  width: 100% !important;
}
.page-header-left ul li a:hover{
  color: #ff6422;
  transition: all 0.2s linear;
}
.page-header-left ul li:hover{
  border-left: 3px solid #ff6422 !important;
  transition: all 0.2s ;
}
.page-header-left ul li:hover a{
   color: #ff6422;
  transition: all 0.2s linear;
}

.page-header-left ul li.active a{
  color: #ff6422;
}

.page-header-right{
  margin-left: 50px;
  position: relative;
  padding-right: 0px;
}
.page-header-right img{
  /*width: 100%;*/
  margin-top: -10px;
  border-radius: 12px;
  box-shadow: 1px 10px 25px 6px rgb(0 0 0 / 5%);
}


.page-header-right .pane {
  width: 100%;
/*  height: 315px;*/
  height: 255px;
  /*left: 50px;*/
  /*top: 50px;*/
  position: relative;
  perspective: 600px;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.7s;
}

.page-header-right .pane-tilt {
  position: relative;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transition: 0.1s;
  display: flex;
  transform-style: preserve-3d;
  border-radius: 12px;
  transition: transform 0.7s;
}

.page-header-right .pane-tilt-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.7s;
}
.page-header-right{
  overflow: hidden;
  transition: transform 0.7s;
}
.page-header-right .pane-tilt-image:hover{
  /*transform: translateZ(60px);*/
  /*scale: 0.75;*/
    transition: transform 0.7s;
    transform: scale(1.1);
}

.page-header-right .pane-tilt-desc {
  position: absolute;
  margin: auto;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  transform: translateZ(0px);
  scale: 0.7;
  top: 78%;
  left: 1%;
  /*opacity: 0;*/
}

.page-header-right .pane-tilt-desc::after{
  position: absolute;
  content: '';
  height: 2px;
  width: 60px;
  border: 1px solid #ff6422;
  background: #ff6422;
  top: 50%;
  margin-left: 5px;
}

.page-header-right .pane:hover .pane-tilt-desc {
  transform: translateZ(60px);
  scale: 0.75;
  opacity: 1;
  color: #fff;
}


.services-page-intro{

}
.services-page-intro .content{
  line-height: 28px;
  font-size: 17px;
  text-align: justify;
}
.comp-approach{
 
}
.comp-approach .container{
   /*border-top: 1px solid #ddd;*/
  /*border-bottom: 1px solid #ddd;*/
}
.comp-approach .approach-box{
 /* border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;*/
  width: 100%;
  height: auto;
  /*background-image: url(../../assets/img/GSS-Construction-BG.jpeg);*/ 
  background-image: url(../../assets/img/Global-Success-Solutions-Approach-bg.png); 
  /*background-image: url(../../assets/img/Global-Success-Solutions-Parallex-Banner.jpeg);*/
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  padding-bottom: 20px;
}
.comp-approach .approach-box .logo-box{
  width: 23%;
  float: left;
  margin-top: 100px;
  margin-bottom: 37px;
  height: 540px;
  /* border: 1px solid #333; */
  margin-left: 2%;
  background-color: transparent;
  overflow: hidden;
  text-align: center;
}
.comp-approach .approach-box .logo-box img{
  width: 140px;
  border: 1px solid #fff;
  margin-left: 15px;
  padding-top: 20px;
  /*height: 100%;*/
}

.comp-approach .comp-approach-left{
  margin-top: 65px;
  margin-bottom: 20px;
  height: 550px;
  width: 45%;
  /* border: 1px solid #333; */
  margin-left: 0%;
  float: left;
  overflow: visible;
}
.comp-approach .comp-approach-right{
  margin-top: 65px;
  margin-bottom: 20px;
  height: 550px;
  width: 45%;
  /* border: 1px solid #333; */
  margin-left: 8%;
  float: left;
}
.comp-approach .comp-approach-left .icon-box{
  text-align: center;
  position: absolute;
  right: 3%;
  width: 70px;
  height: 70px;
  /*border-radius: 50%;*/
  padding: 0px;
  border: 1px solid #36487f;
}
/*.comp-approach .comp-approach-left .icon-box .mdi{
  font-size: 48px;
    color: #512427;
    margin-right: 3px;
    margin-top: 5px;
}*/
.comp-approach .comp-approach-left .vision-box {
    /*font-family: 'OlneyLight';*/
    width: 100%;
    height: 500px;
    margin-top: 45px;
    border: 1px solid #fff;
    text-align: justify;
    margin-left: 0px;
    position: relative;
    padding-left: 5px;
    padding-top: 15px;
    /*margin-bottom: 40px;*/
}
.comp-approach .comp-approach-left .vision-box .mdi {
    font-size: 48px;
    color: #ff6422;
    margin-right: 0px;
    margin-top: 5px;
}
.comp-approach .comp-approach-left .vision-box h4 {
    position: absolute;
    top: 20%;
    right: 3%;
    color: #000;
}
.comp-approach .comp-approach-left .vision-box p {
    position: absolute;
    top: 30%;
    right: 3%;
    left: 2%;
    font-size: 17px;
    line-height: 28px;
}
.comp-approach .comp-approach-left .vision-box:after {
    content: '';
    position: absolute;
    background: url(../../assets/img/Global-Success-Solutions-Services-Arrow-From-LeftDown.png) no-repeat;
    width: 200px;
    height: 180px;
    top: -14%;
    right: -45%;
}

.comp-approach .comp-approach-right .icon-box{
  text-align: center;
  position: absolute;
  left: 3%;
  width: 70px;
  height: 70px;
  /*border-radius: 50%;*/
  padding: 0px;
  border: 1px solid #36487f;
}
/*.comp-approach .comp-approach-left .icon-box .mdi{
  font-size: 48px;
    color: #512427;
    margin-right: 3px;
    margin-top: 5px;
}*/
.comp-approach .comp-approach-right .vision-box {
    /*font-family: 'OlneyLight';*/
    width: 100%;
    height: 500px;
    margin-top: 45px;
    border: 1px solid #fff;
    text-align: justify;
    margin-left: 0px;
    position: relative;
    padding-left: 5px;
    padding-top: 15px;
    /*margin-bottom: 40px;*/
}
.comp-approach .comp-approach-right .vision-box .mdi {
    font-size: 48px;
    color: #ff6422;
    margin-right: 0px;
    margin-top: 5px;
}
.comp-approach .comp-approach-right .vision-box h4 {
    position: absolute;
    top: 20%;
    left: 3%;
    color: #000;
}
.comp-approach .comp-approach-right .vision-box p {
    position: absolute;
    top: 30%;
    right: 2%;
    left: 3%;
    font-size: 17px;
    line-height: 28px;
}
.comp-approach .comp-approach-right .vision-box:after {
    content: '';
    position: absolute;
    background: url(../../assets/img/Global-Success-Solutions-Services-Arrow-From-Right.png) no-repeat;
    width: 200px;
    height: 180px;
    top: 40%;
    left: -45%;
}

.services-page-benefits{

}
.services-page-benefits .benefits-left{

}
.services-page-benefits .content{
  line-height: 28px;
  font-size: 17px;
  padding-bottom: 30px;
  text-align: justify;
}
.services-page-benefits .benefits-left ul, .services-page-benefits .benefits-right ul{
  /*padding-inline-start: 0px;*/
}
.services-page-benefits .benefits-left li{
  list-style: none;
  line-height: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 17px;
  padding-left: 20px;
}
.services-page-benefits .benefits-right li{
  list-style: none;
  line-height: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 17px;
  padding-left: 20px;
}
.services-page-benefits .benefits-left li i, .services-page-benefits .benefits-right li i{
  font-size: 20px;
  color: #3bbb6b;
}


/*STRATEGIC PAGE*/

.strat-approach{
 
}
.strat-approach .container{
   /*border-top: 1px solid #ddd;*/
  /*border-bottom: 1px solid #ddd;*/
}
.strat-approach .approach-box{
 /* border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;*/
  width: 100%;
  height: 950px;
  /*background-image: url(../../assets/img/GSS-Construction-BG.jpeg);*/ 
  background-image: url(../../assets/img/Global-Success-Solutions-Approach-bg.png); 
  /*background-image: url(../../assets/img/Global-Success-Solutions-Parallex-Banner.jpeg);*/
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  padding-bottom: 20px;
  overflow: hidden;
}
.strat-approach .approach-box .logo-box{
  width: 23%;
  float: left;
  margin-top: 20px;
  margin-bottom: 37px;
  height: 540px;
  /* border: 1px solid #333; */
  margin-left: 2%;
  background-color: transparent;
  overflow: visible;
  text-align: center;
}
.strat-approach .approach-box .logo-box img{
  width: 140px;
  border: 1px solid #fff;
  margin-left: 15px;
  padding-top: 20px;
  /*height: 100%;*/
}

.strat-approach .strat-approach-left{
  margin-top: 65px;
  margin-bottom: 20px;
  height: 550px;
  width: 45%;
  /* border: 1px solid #333; */
  margin-left: 0%;
  float: left;
  overflow: visible;
}
.strat-approach .strat-approach-right{
  margin-top: 65px;
  margin-bottom: 20px;
  height: 550px;
  width: 45%;
  /* border: 1px solid #333; */
  margin-left: 8%;
  float: left;
}
.strat-approach .strat-approach-left .icon-box{
  text-align: center;
  position: absolute;
  right: 3%;
  width: 70px;
  height: 70px;
  /*border-radius: 50%;*/
  padding: 0px;
  border: 1px solid #36487f;
}
/*.comp-approach .comp-approach-left .icon-box .mdi{
  font-size: 48px;
    color: #512427;
    margin-right: 3px;
    margin-top: 5px;
}*/
.strat-approach .strat-approach-left .vision-box {
    /*font-family: 'OlneyLight';*/
    width: 100%;
    height: 500px;
    margin-top: 45px;
    border: 1px solid #fff;
    text-align: justify;
    margin-left: 0px;
    position: relative;
    padding-left: 5px;
    padding-top: 15px;
    /*margin-bottom: 40px;*/
}
.strat-approach .strat-approach-left .vision-box .mdi {
    font-size: 48px;
    color: #ff6422;
    margin-right: 0px;
    margin-top: 5px;
}
.strat-approach .strat-approach-left .vision-box h4 {
    position: absolute;
    top: 20%;
    right: 3%;
    color: #000;
}
.strat-approach .strat-approach-left .vision-box p {
    position: absolute;
    top: 30%;
    right: 3%;
    left: 2%;
    font-size: 17px;
    line-height: 28px;
}
.strat-approach .strat-approach-left .vision-box:after {
    content: '';
    position: absolute;
    background: url(../../assets/img/Global-Success-Solutions-Services-Arrow-From-LeftDown.png) no-repeat;
    width: 200px;
    height: 180px;
    top: -14%;
    right: -45%;
}

.strat-approach .strat-approach-right .icon-box{
  text-align: center;
  position: absolute;
  left: 3%;
  width: 70px;
  height: 70px;
  /*border-radius: 50%;*/
  padding: 0px;
  border: 1px solid #36487f;
}
.strat-approach .strat-approach-right .vision-box {
    /*font-family: 'OlneyLight';*/
    width: 100%;
    height: 500px;
    margin-top: 45px;
    border: 1px solid #fff;
    text-align: justify;
    margin-left: 0px;
    position: relative;
    padding-left: 5px;
    padding-top: 15px;
    /*margin-bottom: 40px;*/
}
.strat-approach .strat-approach-right .vision-box .mdi {
    font-size: 48px;
    color: #ff6422;
    margin-right: 0px;
    margin-top: 5px;
}
.strat-approach .strat-approach-right .vision-box h4 {
    position: absolute;
    top: 20%;
    left: 3%;
    color: #000;
}
.strat-approach .strat-approach-right .vision-box p {
    position: absolute;
    top: 30%;
    right: 2%;
    left: 3%;
    font-size: 17px;
    line-height: 28px;
}
.strat-approach .strat-approach-right .vision-box:after {
    content: '';
    position: absolute;
    background: url(../../assets/img/Global-Success-Solutions-Services-Arrow-From-Right.png) no-repeat;
    width: 200px;
    height: 180px;
    top: 40%;
    left: -45%;
}

.strat-approach .strat-approach-middle{
  margin-top: 100px;
  margin-bottom: 20px;
  height: 300px;
  width: 100%;
  /* border: 1px solid #333; */
  margin-left: 8%;
  /*float: left;*/
}

.strat-approach .strat-approach-middle .icon-box{
  text-align: center;
  position: absolute;
  left: 3%;
  width: 70px;
  height: 70px;
  /*border-radius: 50%;*/
  padding: 0px;
  border: 1px solid #36487f;
}
.strat-approach .strat-approach-middle .vision-box {
    /*font-family: 'OlneyLight';*/
    width: 100%;
    height: 500px;
    margin-top: 45px;
    border: 1px solid #fff;
    text-align: justify;
    margin-left: 0px;
    position: relative;
    padding-left: 5px;
    padding-top: 15px;
    /*margin-bottom: 40px;*/
}
.strat-approach .strat-approach-middle .vision-box .mdi {
    font-size: 48px;
    color: #ff6422;
    margin-right: 0px;
    margin-top: 5px;
}
.strat-approach .strat-approach-middle .vision-box h4 {
    position: absolute;
    top: 20%;
    left: 3%;
    color: #000;
}
.strat-approach .strat-approach-middle .vision-box p {
    position: absolute;
    top: 30%;
    right: 2%;
    left: 3%;
    font-size: 17px;
    line-height: 28px;
}
.strat-approach .strat-approach-middle .vision-box:after {
    content: '';
    position: absolute;
    background: url(../../assets/img/Global-Success-Solutions-Services-Arrow-From-Bottom.png) no-repeat;
    width: 200px;
    height: 180px;
    top: -19%;
    left: 45%;
}

/*ACCOUNTS & AUDIT PAGE*/

.acc-approach .approach-box{
 /* border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;*/
  width: 100%;
  height: auto;
  /*background-image: url(../../assets/img/GSS-Construction-BG.jpeg);*/ 
  background-image: url(../../assets/img/Global-Success-Solutions-Approach-bg.png); 
  /*background-image: url(../../assets/img/Global-Success-Solutions-Parallex-Banner.jpeg);*/
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  padding-bottom: 20px;
}
.acc-approach .approach-box .logo-box{
  width: 23%;
  float: left;
  margin-top: 100px;
  margin-bottom: 37px;
  height: 540px;
  /* border: 1px solid #333; */
  margin-left: 2%;
  background-color: transparent;
  overflow: hidden;
  text-align: center;
}
.acc-approach .approach-box .logo-box img{
  width: 140px;
  border: 1px solid #fff;
  margin-left: 15px;
  padding-top: 20px;
  /*height: 100%;*/
}

.acc-approach .acc-approach-left{
  margin-top: 65px;
  margin-bottom: 20px;
  height: 550px;
  width: 45%;
  /* border: 1px solid #333; */
  margin-left: 0%;
  float: left;
  overflow: visible;
}
.acc-approach .acc-approach-right{
  margin-top: 65px;
  margin-bottom: 20px;
  height: 550px;
  width: 45%;
  /* border: 1px solid #333; */
  margin-left: 8%;
  float: left;
}
.acc-approach .acc-approach-left .icon-box{
  text-align: center;
  position: absolute;
  right: 3%;
  width: 70px;
  height: 70px;
  /*border-radius: 50%;*/
  padding: 0px;
  border: 1px solid #36487f;
}
/*.comp-approach .comp-approach-left .icon-box .mdi{
  font-size: 48px;
    color: #512427;
    margin-right: 3px;
    margin-top: 5px;
}*/
.acc-approach .acc-approach-left .vision-box {
    /*font-family: 'OlneyLight';*/
    width: 100%;
    height: 500px;
    margin-top: 45px;
    border: 1px solid #fff;
    text-align: justify;
    margin-left: 0px;
    position: relative;
    padding-left: 5px;
    padding-top: 15px;
    /*margin-bottom: 40px;*/
}
.acc-approach .acc-approach-left .vision-box .mdi {
    font-size: 48px;
    color: #ff6422;
    margin-right: 0px;
    margin-top: 5px;
}
.acc-approach .acc-approach-left .vision-box h4 {
    position: absolute;
    top: 20%;
    right: 3%;
    color: #000;
}
.acc-approach .acc-approach-left .vision-box p {
    position: absolute;
    top: 30%;
    right: 3%;
    left: 2%;
    font-size: 17px;
    line-height: 28px;
}
.acc-approach .acc-approach-left .vision-box:after {
    content: '';
    position: absolute;
    background: url(../../assets/img/Global-Success-Solutions-Services-Account-and-Audit-Arrow-From-Left.png) no-repeat;
    width: 200px;
    height: 180px;
    top: 60%;
    right: -45%;
}

.acc-approach .acc-approach-right .icon-box{
  text-align: center;
  position: absolute;
  left: 3%;
  width: 70px;
  height: 70px;
  /*border-radius: 50%;*/
  padding: 0px;
  border: 1px solid #36487f;
}

.acc-approach .acc-approach-right .vision-box {
    /*font-family: 'OlneyLight';*/
    width: 100%;
    height: 500px;
    margin-top: 45px;
    border: 1px solid #fff;
    text-align: justify;
    margin-left: 0px;
    position: relative;
    padding-left: 5px;
    padding-top: 15px;
    /*margin-bottom: 40px;*/
}
.acc-approach .acc-approach-right .vision-box .mdi {
    font-size: 48px;
    color: #ff6422;
    margin-right: 0px;
    margin-top: 5px;
}
.acc-approach .acc-approach-right .vision-box h4 {
    position: absolute;
    top: 20%;
    left: 3%;
    color: #000;
}
.acc-approach .acc-approach-right .vision-box p {
    position: absolute;
    top: 30%;
    right: 2%;
    left: 3%;
    font-size: 17px;
    line-height: 28px;
}
.acc-approach .acc-approach-right .vision-box:after {
    content: '';
    position: absolute;
    background: url(../../assets/img/Global-Success-Solutions-Services-Account-and-Audit-Arrow-From-Right.png) no-repeat;
    width: 200px;
    height: 180px;
    top: -15%;
    left: -35%;
}

/*SUPPLY CHAIN MGMT*/

.scm-boxes{
  padding: 20px 20px 20px 20px;
  min-height: auto;
  box-shadow: 0px 0px 20px 0px rgb(11 35 65 / 10%);
  position: relative;
  background: #fff;
}
.scm-boxes .icon-box{
  text-align: center;
  border: unset;
  padding-top: 10px;
  padding-bottom: 15px;
}
.scm-boxes .icon-box .mdi{
  font-size: 32px;
  color: #ff6422;
}
.scm-boxes .content{
  text-align: justify;
}

.scm-approach .approach-box{
 /* border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;*/
  width: 100%;
  height: auto;
  /*background-image: url(../../assets/img/GSS-Construction-BG.jpeg);*/ 
  background-image: url(../../assets/img/Global-Success-Solutions-Approach-bg.png); 
  /*background-image: url(../../assets/img/Global-Success-Solutions-Parallex-Banner.jpeg);*/
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  padding-bottom: 20px;
}

.scm-approach .scm-approach-left{
  margin-top: 30px;
  margin-bottom: 20px;
  height: 550px;
  width: 45%;
  /* border: 1px solid #333; */
  margin-left: 3%;
  float: left;
  overflow: visible;
}

.scm-approach .scm-approach-right{
  margin-top: 30px;
  margin-bottom: 20px;
  height: 550px;
  width: 45%;
  /* border: 1px solid #333; */
  margin-left: 3%;
  float: left;
}

.scm-approach .approach-box .logo-box{
  width: 23%;
  float: left;
  margin-top: 100px;
  margin-bottom: 37px;
  height: 540px;
  /* border: 1px solid #333; */
  margin-left: 2%;
  background-color: transparent;
  overflow: hidden;
  text-align: center;
}
.scm-approach .approach-box .logo-box img{
  width: 140px;
  border: 1px solid #fff;
  margin-left: 15px;
  padding-top: 20px;
  /*height: 100%;*/
}
.scm-approach .scm-approach-left .scm-pro-boxes, .scm-approach .scm-approach-right .scm-pro-boxes{
  margin-top: 20px;
  border: 1px solid #fff;
  padding: 10px;
}
.scm-approach .scm-approach-left .scm-pro-boxes h3, .scm-approach .scm-approach-right .scm-pro-boxes h3{
  font-size: 25px;
  padding-top: 10px;
  padding-bottom: 5px;
}
.scm-approach .scm-approach-left .scm-pro-boxes p.content, .scm-approach .scm-approach-right .scm-pro-boxes p.content{
  text-align: justify;
  line-height: 26px;
  font-size: 17px;
}

/*SERVICES END*/

.banner-boxes-service{
  background-color: #fff;
  padding: 2px;
  margin-left: 12px;
  margin-top: 50px;
  margin-bottom: 50px;
  opacity: 0.5;
  overflow: hidden;
}
.banner-boxes-service img{
  width: 100%;
  transition: transform 0.7s;
  /*opacity: 0.5;*/
}
.banner-boxes-service img:hover{
    transition: transform 0.7s;
    transform: scale(1.05);
}
.partners{
  
}
.partners .partners-box{
  margin-top: 60px;
}
.auth-partner{
  width: 70%;
}
.engg-services{
  margin-top: 45px;
  /*margin-bottom: 50px;*/
}
.inner-service-banners{
  margin-bottom: 40px;
}
.inner-service-banners img{
  width: 100%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

/*BIM*/

.bim-content-left{
  padding: 10px !important;
  line-height: 30px !important;
  /*padding-right: 10px;*/
}
.bim-content-right{
  padding: 10px !important;
  line-height: 30px !important;
  /*padding-left: 10px;*/
}
#bim .benefits-left{

}
#bim .benefits-left ul li{
    list-style: none;
    line-height: 28px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 17px;
    padding-left: 20px;
}
#bim .benefits-left ul li i, #bim .benefits-right ul li i{
  font-size: 20px;
    color: #3bbb6b;
}
#bim .benefits-right{

}
#bim .benefits-right ul li{
    list-style: none;
    line-height: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 17px;
    padding-left: 20px;
}

/*MEPF*/

.mepf-content-left{
  padding: 10px !important;
  line-height: 30px !important;
  /*padding-right: 10px;*/
}
.mepf-content-right{
  padding: 10px !important;
  line-height: 30px !important;
  /*padding-left: 10px;*/
}
#mepf .benefits-left{

}
#mepf .benefits-left ul li{
    list-style: none;
    line-height: 28px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 17px;
    padding-left: 20px;
}
#mepf .benefits-left ul li i, #mepf .benefits-right ul li i{
  font-size: 20px;
    color: #3bbb6b;
}
#mepf .benefits-right{

}
#mepf .benefits-right ul li{
    list-style: none;
    line-height: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 17px;
    padding-left: 20px;
}

/*AR - VR*/

.arvr-content-left{
  padding: 10px !important;
  line-height: 30px !important;
  /*padding-right: 10px;*/
}
.arvr-content-right{
  padding: 10px !important;
  line-height: 30px !important;
  /*padding-left: 10px;*/
}
#arvr .benefits-left{

}
#arvr .benefits-left ul li{
    list-style: none;
    line-height: 28px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 17px;
    padding-left: 20px;
}
#arvr .benefits-left ul li i, #arvr .benefits-right ul li i{
  font-size: 20px;
    color: #3bbb6b;
}
#arvr .benefits-right{

}
#arvr .benefits-right ul li{
    list-style: none;
    line-height: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 17px;
    padding-left: 20px;
}

/*FACADE*/

.facade-content-left{
  padding: 10px !important;
  line-height: 30px !important;
  /*padding-right: 10px;*/
}
.facade-content-right{
  padding: 10px !important;
  line-height: 30px !important;
  /*padding-left: 10px;*/
}
#facade .benefits-left{

}
#facade .benefits-left ul li{
    list-style: none;
    line-height: 28px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 17px;
    padding-left: 20px;
}
#facade .benefits-left ul li i, #facade .benefits-right ul li i{
  font-size: 20px;
    color: #3bbb6b;
}
#facade .benefits-right{

}
#facade .benefits-right ul li{
    list-style: none;
    line-height: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 17px;
    padding-left: 20px;
}
.vbox-title{
    font-size: 16px;
    font-weight: 550;
    text-transform: uppercase;
}


.about-exp-title{
  color: #000;
}
.tech-strength{
  padding-inline-start: 0px;
  padding-bottom: 10px;
}
.tech-strength li{
  list-style: none;
  padding-top: 10px;
}
.tech-strength li i{
  font-size: 20px;
  color: #3bbb6b;
}
.team-strength{

  padding-inline-start: 0px;
}
.team-strength li{
  list-style: none;
  padding-top: 10px;
}
.team-strength li i{
  font-size: 20px;
  color: #3bbb6b;
}

/*GSS END*/


