@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Sniglet&display=swap");
*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
span,
a,
div {
  font-family: "Poppins", sans-serif;
}
/*@font-face {
    font-family: 'LatoBlack';
    src: url('../fonts/LatoBlack.eot');
    src: url('../fonts/LatoBlack.eot') format('embedded-opentype'),
         url('../fonts/LatoBlack.woff2') format('woff2'),
         url('../fonts/LatoBlack.woff') format('woff'),
         url('../fonts/LatoBlack.ttf') format('truetype'),
         url('../fonts/LatoBlack.svg#LatoBlack') format('svg');
}
@font-face {
    font-family: 'FontspringDEMOspansemibold';
    src: url('../fonts/FontspringDEMOspansemibold.eot');
    src: url('../fonts/FontspringDEMOspansemibold.eot') format('embedded-opentype'),
         url('../fonts/FontspringDEMOspansemibold.woff2') format('woff2'),
         url('../fonts/FontspringDEMOspansemibold.woff') format('woff'),
         url('../fonts/FontspringDEMOspansemibold.ttf') format('truetype'),
         url('../fonts/FontspringDEMOspansemibold.svg#FontspringDEMOspansemibold') format('svg');
}
@font-face {
    font-family: ''baltica-bold', sans-serif';
    src: url('../fonts/BALTICA0.TTF');    
}*/
a:hover,
a:focus {
  text-decoration: none;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
/* body.clicked{
	overflow: hidden;
} */
/* right menu */

/* 
#menuToggle
{
  display: block;
  position: absolute;
  top: 66px;
  right: 50px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  
  opacity: 0; 
  z-index: 2; 
  
  -webkit-touch-callout: none;
}

#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #fff;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}


#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}


#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}


#menuToggle input:checked ~ span:nth-last-child(2)
{
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}


#menu
{
  position: absolute;
  width: 350px;
  margin: -100px 0 0 0;
  padding: 30px;
  padding-top: 110px;
  right: -100px;
  height: 650px;
  overflow-y: scroll;
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
 
  
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li {
	padding: 5px 0;
	font-size: 16px;
}
#menu li a{
	color: #171717;
}

#menuToggle input:checked ~ ul
{
  transform: scale(1.0, 1.0);
  opacity: 1;
} */

/* top bar */

.hidden-xs {
  background: #e8ebf3;
  padding: 10px 0;
}
.hidden-xs {
  float: left;
  width: 100%;
  z-index: 1;
  padding: 6px 0;
  position: relative;
  overflow: hidden;
}
.main-nav {
  background: #fff;
  float: left;
  width: 100%;
}
.main-top_nav {
  display: flex;
  justify-content: space-around;
  margin-left: 40px;
}
.side-bar-menu label {
  color: #3f3b3c;
  float: left;
  margin-top: 20px;
  margin-right: 10px;
  font-size: 16px;
}
.cbp-hsinner {
  float: right;
  margin-right: 5px;
}
.social-icons a {
  color: #555;
  padding: 0 6px;
  font-size: 15px;
}
.social-icons a:hover {
  color: #eb559a;
}

.cbp-hsmenu .chat {
  font-size: 14px;
}
.cbp-hsmenu .chat a,
.cbp-hsmenu li {
  color: #555;
  font-weight: 500;
}
.cbp-hsmenu > li {
  z-index: 10000;
  position: relative;
}
.sdr-ics {
  color: #555;
}
li.chat {
  margin-right: 18px;
  margin-left: -5px;
  color: #555;
}
.cbp-hsmenu > li {
  display: block;
  float: left;
}
.social-icons {
  float: right;
  margin-right: 40px;
}
.social-icons b {
  color: #555;
  font-size: 14px;
  font-weight: normal;
}
/* end */
/* .navbar-default .navbar-nav > li > a:active {
	color: #e8554a;
	border-top: 1px solid #e8554a;
	border-bottom: 1px solid #e8554a;
} */
/* .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	padding-left: 0 !important;
	padding-right: 0 !important;
	background: #fff !important;
	color: #e8554a;
	border-top: 1px solid #e8554a;
	border-bottom: 1px solid #e8554a;
} */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #3f3b3c;
  background-color: transparent;
  color: #e8554a;
  /*border-top: 1px solid #e8554a;
	border-bottom: 1px solid #e8554a;*/
  padding: 4px 18px !important;
  line-height: 20px;
}
/* .navbar-default .navbar-nav > li{
	padding: 10px 18px;
} */
.navbar-default .navbar-nav > li > a {
  color: #3f3b3c;
  font-size: 16px;
  padding: 4px 18px !important;
  text-transform: capitalize;
  font-weight: 500;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  line-height: 20px;
}
.navbar-default .navbar-nav > li {
  padding-left: 10px;
}
.dropdown.gal {
  padding-left: 6px !important;
}
.navbar-info {
  position: inherit;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: #fff;
}
.fixed-me {
  transition: all 1s;
}

.fixed-me {
  background-color: #fff !important;
  padding: 0px !important;
  margin-bottom: 5px;
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  left: 0;
}

.navbar-me {
  transition: all 1s;
}
.header-right-menu {
  padding: 25px 15px !important;
  padding-right: 0 !important;
}
.navbar-me {
  padding: 0px;
  background-color: #fff;
  top: 0px;
  border: 0px;
  border-radius: 0px;
  margin-bottom: 0;
}
.navbar-collapse {
  text-align: center;
  border-top-width: 0px;
  padding-top: 10px;
  margin-top: 0px;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}
.menu-collapsed-button {
  margin: 20px 15px 10px 15px !important;
}
.navbar-info .row .col-md-12 {
  padding: 0;
}
/* .main-nav {
	padding-bottom: 6px;
} */
/* .site-logo1 img {
	margin-left: 60px;
	/* margin-right: 70px; */

.logo-sec img {
  margin-top: 20px;
  margin-left: 75px;
  width: 78%;
}
.search-section {
  height: 33px;
}
.input_search input {
  width: 150px;
  padding: 5px 10px;
  border-radius: 1rem 0 0 1rem;
  display: inline-block;
  background: #fff;
  box-shadow: none;
  font-size: 1.5rem !important;
  border: none;
  color: #444;
  /* font-weight: 500; */
  border: 1px solid #bfbfbf;
  transition: width 0.4s ease-in-out !important;
}
.input_search input:focus:focus-visible {
  outline: 0;
}
.input_search input:focus {
  box-shadow: none;
  width: 310px;
  background-color: #fff !important;
}
.right-section {
  float: right;
  margin-right: 50px;
  margin-top: 22px;
}
.btnsearch {
  background: #fff;
  padding: 6px 10px;
  border-radius: 0 1rem 1rem 0;
  color: #fff;
  font-size: 2rem;
  margin-left: -6px;
  border: 1px solid #bfbfbf;
  display: inline-block;
}
.btnsearch {
  color: #333;
  font-size: 1.5rem;
}
.ban-text h5 {
  font-size: 55px;
  /* font-weight: bold; */
  color: #fff;
  /* margin-bottom: 0; */
  text-shadow: 1px 2px 1px #000;
  margin-top: 0;
  font-weight: 600 !important;
  text-transform: capitalize;
  margin-bottom: 90px;
  width: 50%;
  line-height: 70px;
}
.bg-bann h4 {
  font-size: 24px;
  text-shadow: none;
  color: #fff;
  font-weight: 400;
  margin-bottom: 4px;
}
.bg-bann p {
  /* text-shadow: none; */
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 10px;
  font-weight: 500;
}
.ban-text a {
  background: #e8554a;
  color: #fff;
  text-shadow: none;
  padding: 6px 10px 6px 10px;
  font-size: 24px;
  font-weight: 500;
  border-radius: 6px;
  position: relative;
  transition: all 500ms ease;
}
.ban-text a:hover {
  background: #fff;
  color: #e8554a;
}
.ban-text a:before {
  content: "";
  /*background: linear-gradient(45deg, #7500ff, #00ccff, #fffb00, #2c00ff, #00ffd5, #002bff, #7a00ff, #00ddff, #0200ff);*/
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  /* opacity: 0; */
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}
.ban-text .arrow-im {
  margin-left: 30px;
  margin-top: -4px;
  width: 26px;
}
.ban-text h5 span,
.ban-text h6 span {
  color: #e8554a;
}
.inner-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.inner-banner-content {
  right: 20%;
  left: 5%;
  padding-bottom: 30px;
  position: absolute;
  top: 32%;
  z-index: 10;
}
.carousel-indicators .active {
  background-color: #e8554a !important;
  border: 1px solid #e8554a !important;
}
.carousel-indicators li {
  /* border: 1px solid #fff !important; */
  background-color: #fff !important;
}
.carousel-caption.d-none.d-md-block.ban-text {
  right: 0;
  left: 5%;
  padding-bottom: 30px;
  top: 15%;
  text-align: left;
}
.book-an {
  background: #d10003;
  border: 2px solid #e90e18;
  color: #fff !important;
  border-radius: 50px;
  padding: 8px 20px !important;
  font-size: 18px;
}
.ftr-wp {
  background: #fff;
  padding: 40px 0;
  background-size: cover;
}
.ftr-wp1 {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 15px;
  border-top: 2px solid #808080;
}
.cpy-p.rt {
  text-align: right;
}
.ftr-1a h3 {
  color: #333;
  margin-bottom: 20px;
}
.ftr-1a h6 {
  color: #333;
  margin-bottom: 10px;
  margin-top: 40px;
  font-size: 16px;
}
.ftr-1a p,
.ftr-1a p a {
  font-size: 14px;
  color: #333;
}
.ftr-1a #txt_Message_7 {
  height: 50px;
  resize: none;
}
.ftr-1a ul li,
.lis li {
  margin-bottom: 4px;
  padding-bottom: 4px;
  list-style-type: none;
}
.ftr-1a ul li,
.lis {
  list-style-type: none;
}
.ftr-1a .sdr-ics {
  color: #eb559a;
}

.ft-logo {
  margin: 20px 0;
  width: 180px !important;
}
.ftr-1a ul li a:hover,
.lis li a:hover {
  color: #e8554a;
}
.ftr-1a ul li a,
.lis li a {
  color: #333;
}
.ftr-1a ul,
.lis {
  padding: 0px;
}
.ftr-btn1:hover {
  color: #fff;
}
.ftr-btn1 {
  background-color: #1d76bc;
  color: #fff;
  font-weight: bold;
}
.ftr-1a .social {
  margin-top: 20px;
}
.ftr-1a .social a {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-right: 10px;
  padding: 4px 0;
  width: 36px !important;
  height: 36px;
  background: #333;
  border-radius: 50px;
  float: left;
  text-align: center;
}

.ftr-1a .social a:hover {
  color: #fff;
  background: #e8554a;
}
.cpy-p {
  color: #333;
  font-size: 13px;
}
.cpy-p {
  list-style: none;
  padding: 0;
}
.cpy-p li {
  float: left;
  padding-right: 20px;
}
.cpy-p li a {
  color: #333;
  float: left;
  font-size: 13px;
}
/* logo slider */
/* Slider */

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  /* height: 230px; */
  min-height: 1px;
  background-color: #fff;
  padding: 7px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.fa.fa-angle-left.prevarr.slick-arrow {
  font-size: 21px;
  position: absolute;
  top: 38%;
  padding: 4px 8px;
  left: -23px;
  cursor: pointer;
  background: #000;
  color: #fff;
}
.fa.fa-angle-right.nextarr.slick-arrow {
  font-size: 21px;
  position: absolute;
  top: 38%;
  padding: 4px 8px;
  right: -23px;
  cursor: pointer;
  background: #000;
  color: #fff;
}
.our.Team .fa.fa-angle-left.prevarr.slick-arrow,
.our.Team .fa.fa-angle-right.nextarr.slick-arrow {
  background: #c93477;
  color: #fff;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  padding: 7px 16px;
  font-size: 23px;
}
.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a {
  position: relative;
  opacity: 1;
  color: #ffffff;
  transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li > a:hover {
  color: #ffffff;
  background: #d10003;
  transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  line-height: 15px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  background: #ccc;
  padding: 14px;
  transition: all 500ms ease;
  /*font-family: 'Roboto', sans-serif;*/
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.dropdown-menu > li > a {
  clear: both;
  color: #333;
  padding: 15px;
  text-transform: capitalize;
  border-top: 1px solid #ababab !important;
  font-weight: 600;
  line-height: 13px;
}
.main-menu .navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 200%;
  width: 220px;
  padding: 0px;
  z-index: 1;
  display: none;
  background: #ccc;
  border-top: 1px solid #ffffff;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul,
.main-menu .navigation > li > ul > li > ul {
  display: block !important;
  visibility: hidden;
  opacity: 0;
}
.dropdown-menu {
  margin: 2px 0 0;
  background: #f1f1f1 !important;
  color: #fff !important;
  /* border: 1px solid #e8554a; */
  padding: 0 !important;
  top: 31px;
}
.dropdown-menu:hover {
  display: block;
  margin-top: 0px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #000;
  text-decoration: none;
  background-color: #fff;
}
/* need to change */
ul li:hover > ul,
ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
  /* overflow-y: scroll; */
  width: auto;
  height: auto;
}
.dropdown-menu > li:first-child > a {
  border-top: none;
}

/* why choose */
.top-title {
  text-align: center;
  margin-bottom: 40px;
  width: 100%;
}
.top-title h2 {
  color: #22272b;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 10px;
}
.top-title h3 {
  color: #22272b;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 10px;
  text-transform: capitalize;
  /*font-family: 'baltica';*/
}
.top-title p {
  font-size: 22px;
  margin-top: 10px;
  color: #333;
  font-weight: 500;
}
.top-title span {
  color: #0f75bc;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
}
.about-section {
  background: #ffffff;
  padding: 40px 0;
  position: relative;
}
/* testimonial-slide */

.card {
  position: relative;
  display: flex;
  width: 350px;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #e8554a;
  background-clip: border-box;
  border: 2px solid #c93477;
  border-radius: 11px;
  /* -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
    -moz-box-shadow: 0px 0px 5px 0px rgba(212, 182, 212, 1);
    box-shadow: 0px 0px 5px 0px rgb(161, 163, 164) */
  /* box-shadow: 0 4px 18px 0 rgb(194 200 213 / 30%); */
}
.card-title .fa {
  color: #fff;
  font-size: 40px;
}
.card .card-body {
  padding: 1rem 1rem;
  text-align: center;
}
.slick-dots {
  display: none !important;
}

/* #menu {
    position: fixed !important;
    z-index: 2;
} */
/* #menuToggle input {
    z-index: 9 ;
} */
.sidebar-mobile-menu {
  padding: 80px 0 0 20px;
  width: 350px;
  position: fixed;
  top: 0;
  right: -100%;
  height: 100%;
  z-index: 999;
  background: #ffffff;
  box-shadow: 3px 1px 10px #ccc;
  /*background-image: linear-gradient(107deg, #032d7a 0%, #051d35 100%);*/
  opacity: 9;
  transition: 0.5s;
  overflow-y: auto;
  overflow-x: hidden;
}
.sidebar-links {
  float: left;
  width: 100%;
}
.sidebar-mobile-menu .ftr-a {
  width: 25%;
  float: left;
  padding: 0 20px;
}
.sidebar-mobile-menu .ftr-a h3 {
  color: #fff;
  margin-top: 0;
  font-size: 22px;
}
.sidebar-mobile-menu .ftr-btn1 {
  background-color: #e8554a;
}
body.clicked .sidebar-mobile-menu {
  left: 0;
}
.sidebar-links ul {
  padding-left: 0px;
  list-style: none;
}
.sidebar-links li {
  padding-bottom: 20px;
  padding-left: 20px;
}
.sidebar-links li a {
  color: #000000;
  font-size: 20px;
}
.sidebar-links li a:hover {
  color: #e8554a;
}
.side-bar-menu {
  position: absolute;
  top: 19%;
  left: 42px;
}

.side-bar-menu .list-unstyled {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 50px;
}

.side-bar-menu .list-unstyled > li {
  display: block;
  padding: 0;
  margin: 0;
}

.side-bar-menu .list-unstyled > li > .btn-wrap {
  height: 60px;
  width: 60px;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  cursor: pointer;
  outline: none;
}

.side-bar-menu .list-unstyled > li > .btn-wrap > span {
  height: 3px;
  width: 25px;
  background-color: #000;
  margin-bottom: 8px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}

.side-bar-menu .list-unstyled > li > .btn-wrap > span:last-child {
  margin-bottom: 0;
  /* width: 10px;
    margin-right: -10px; */
}

/* .side-bar-menu .list-unstyled > li > .btn-wrap:hover > span:first-child::after {
	color: #000;
	content: "\f178";
	font-family: FontAwesome;
	margin-right: 6px;
	font-size: 21px;
	margin-bottom: 2px;
	position: absolute;
	top: 11.5px;
	left: 24px;
} */
.side-bar-menu .list-unstyled > li > .btn-wrap:hover::after {
  color: #e8554a;
  content: "\f178";
  font-family: FontAwesome;
  margin-right: 6px;
  font-size: 24px;
  margin-bottom: 2px;
  position: absolute;
  top: 11px;
  left: 24px;
}
.side-bar-menu .list-unstyled > li > .btn-wrap:hover > span {
  display: none;
}
/* .side-bar-menu .list-unstyled > li > .btn-wrap:hover > span:first-child::after {
	position: absolute;
	top: 4px;
	left: 24px;
}*/
.side-bar-menu .list-unstyled > li > .btn-wrap:hover > span:nth-child(2) {
  display: none;
}
.side-bar-menu .list-unstyled > li > .btn-wrap:hover > span:last-child {
  display: none;
}
.close-icon {
  height: 34px;
  width: 34px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 30px;
  right: 40px;
  cursor: pointer;
}
.close-icon:before,
.close-icon:after {
  position: absolute;
  left: 16px;
  content: " ";
  height: 24px;
  width: 2px;
  background: #ffffff;
  top: 5px;
}
.close-icon:before,
.close-icon:after {
  position: absolute;
  left: 16px;
  content: " ";
  height: 24px;
  width: 2px;
  background: #000000;
  top: 5px;
}
.about-section .container-fluid {
  padding: 0;
}
.close-icon:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-icon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.row.ab-bg {
  /* background: url(../img/bg-ab.jpg) no-repeat;
	background-position: center; */
  height: 440px;
  position: absolute;
  top: 29%;
}
.row.ab-bg .col-md-5 {
  padding: 70px 30px 80px 75px;
}
.row.ab-bg p {
  color: #fff;
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 20px;
}
.how-help {
  /* float: left;
    width: 100%; */
  /* margin-top: -2px; */
  background: url(../img/bg-21.png) no-repeat;
  background-size: contain;
}
/* .how-help .top-title {
	background: #ecf1fb;
	padding-bottom: 70px;
	padding-top: 10px;
	margin-bottom: 0;
} */
.help {
  padding-top: 60px;
  /* box-shadow: 0 0 9px 2px rgb(20 23 28 / 10%), 0 3px 1px 0 rgb(20 23 28 / 10%); */
}

.hl {
  text-align: center;
  padding: 15px 15px;
  height: 370px;
  transition: all 0.3s linear;
  overflow: hidden;
  width: 100%;
  background: #fff;
}
.hl:hover {
  /* transform: scale(1.1); */
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.hl h3 {
  font-size: 24px;
  color: #000;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 15px;
}
.hl:hover h3 {
  color: #e8554a;
}
.hl p {
  font-size: 16px;
  color: #000;
  padding: 0 17px;
}
/* .hl::after  {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 48px 48px;
	border-color: transparent transparent #fff transparent;
	-webkit-transition: border-width 250ms;
	transition: border-width 250ms;
  }
  
  .hl::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px 48px 48px 0;
	border-color: transparent transparent #fff transparent;
	-webkit-transition: border-width 250ms;
	transition: border-width 250ms;
	rotate: 90deg;
  }
  .hl.bx_2::after{
	position: absolute;
	right: 0px !important;
  }
  .hl.bx_2::before{
	position: absolute;
	left: 0px !important;
  }
  .hl.bx_3::after{
	position: absolute;
	right: 0px !important;
  }
  .hl.bx_3::before{
	position: absolute;
	left: 0px !important;
  } */
.hl.bx_1 {
  position: relative;
}
.hl.bx_1:hover img,
.hl.bx_2:hover img,
.hl.bx_3:hover img {
  transform: scale(1.05);
}
.hl.bx_1 img,
.hl.bx_2 img,
.hl.bx_3 img {
  width: 100%;
  transition: all 500ms ease;
}
.hl.bx_2 {
  position: relative;
}
.hl.bx_3 {
  position: relative;
}
.hl.bx_1 figure.img-what,
.hl.bx_2 figure.img-what,
.hl.bx_3 figure.img-what {
  overflow: hidden;
}
.compatibility {
  /* float: left;
	width: 100%; */
  padding: 113px 0 60px;
  /* background: #ffffff; */
  position: relative;
}

.compatibility .container .row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.row-corporates {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cop-box {
  text-align: center;
  margin-bottom: 20px;
  background: #eee;
  height: 360px;
  position: relative;
  overflow: hidden;
}
.corporate .cop-box {
  text-align: center;
  margin-bottom: 20px;
  background: #e6e6e6 !important;
  height: 360px !important;
  position: relative !important;
  overflow: hidden;
}
/*.cop-box:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 18px solid white;
    border-left: 30px solid #eeeeee00;
    width: 0;
	z-index: +9;
}*/
.cop-box.cp-bx-1:after {
  content: "";
  position: absolute;
  background: url(../img/ser-bg.png);
  background-repeat: no-repeat;
  background-position: 36% 36%;
  left: 0;
  top: 69px;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.cop-box.cp-bx-2:after {
  content: "";
  position: absolute;
  background: url(../img/ser-bg.png);
  background-repeat: no-repeat;
  background-position: 46% 92%;
  left: 0;
  top: 69px;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.cop-box.cp-bx-3:after {
  content: "";
  position: absolute;
  background: url(../img/ser-bg.png);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  left: 0;
  top: 69px;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.cop-box.cp-bx-4:after {
  content: "";
  position: absolute;
  background: url(../img/ser-bg.png);
  background-repeat: no-repeat;
  background-position: 28% 15%;
  left: 0;
  top: -270px;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.cop-box.cp-bx-5:after {
  content: "";
  position: absolute;
  background: url(../img/ser-bg.png);
  background-repeat: no-repeat;
  background-position: 50% 15%;
  left: 0;
  top: -270px;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.cop-box.cp-bx-6:after {
  content: "";
  position: absolute;
  background: url(../img/ser-bg.png);
  background-repeat: no-repeat;
  background-position: 52% 100%;
  left: 0;
  top: -300px;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
/* .cop-box::after  {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 48px 48px;
	border-color: transparent transparent #ecf1fb transparent;
	-webkit-transition: border-width 250ms;
	transition: border-width 250ms;
  } */
.co-img {
  position: relative;
}
.co-img img {
  width: 100%;
}
.co-opcity {
  position: absolute;
  background: linear-gradient(to top, #9b8358, #174799);
  opacity: 0.9;
  height: 100px;
  width: 100%;
  bottom: 0;
}
.co-tt,
.corporate .co-tt {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.corporate .co-tt {
  top: 168px;
}
.corporate {
	background: #f6f6f6;
	padding: 60px 0;
}
/* .co-tt {
	position: absolute;
	background: linear-gradient(to top, #9b8358, #174799);
	opacity: 0.8;
	width: 89.9%;
	float: left;
} */
.co-tt h3 {
  color: #000000;
  width: 100%;
  font-size: 24px;
  line-height: 32px;
  padding-bottom: 10px;
  padding: 0 35px;
  font-weight: 600;
  margin: 0;
}

.animate-charcter {
  /*background-image: linear-gradient( -225deg, #231557 0%, #44107a 29%, #ff1361 67%, #fff800 100% );*/
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  /*color: #fff;*/
  /*background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;*/
  display: inline-block;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

@keyframes glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

.cop-box:hover .co-opcity,
.cop-box:hover .co-tt {
  display: none;
}
.project-overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  /* background: rgba(33, 33, 88, 0.7); */
  background-image: linear-gradient(to right, #e8554a, #8c3026);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*.project-overlay:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 18px solid white;
    border-left: 30px solid #051f3e;
    width: 0;
}*/
.cop-box:hover .project-overlay {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.project-overlay h3 {
  color: #fff;
  padding-top: 0px;
  font-size: 24px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
  line-height: 33px;
  font-weight: 600;
}
.project-overlay ul {
  margin: 0 10px;
}
.project-overlay ul li {
  color: #fff;
  font-size: 15px;
  padding-bottom: 8px;
  text-align: left;
}
.bottom-form {
  /* background: #e8554a; */
  /* background-image: linear-gradient(107deg, #032d7a 0%, #051d35 100%); */
  background-image: linear-gradient(-45deg, #e8554a, #e8554a, #bf382e, #ae332a);
  padding: 50px 0;
  float: left;
  width: 100%;
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.bottom-form h3 {
  color: #fff;
  font-size: 36px;
  margin-top: 0;
}
.contact-form h4 {
  color: #fff;
}
.bottom-form h3 b {
  font-weight: normal;
}
.contact-form .form-group input,
.contact-form .form-group textarea {
  border: 1px solid #dee1ec;
  box-shadow: none;
  padding: 10px 20px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #495057;
}
.lets-button {
  z-index: 10;
  position: relative;
}
.contact-form button.contact-btn {
  background: #ffffff;
  border: none;
  padding: 7px 10px 7px 10px;
  font-weight: 600;
  color: #e8554a;
  text-align: left;
  width: 100%;
  border-radius: 5px;
  position: relative;
  transition: all 500ms ease;
}
.contact-form button.contact-btn:hover {
  background: #000;
  color: #ffffff;
}
/*.contact-form button.contact-btn:before {
    content: '';
    background: linear-gradient(45deg, #7500ff, #00ccff, #fffb00, #2c00ff, #00ffd5, #002bff, #7a00ff, #00ddff, #0200ff);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}*/
.contact-form .arrow-im {
  float: right;
  width: 20px;
  font-size: 20px;
}
.bottom-form .col-md-9 {
  padding: 0;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 26px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #bec4cf;
  color: #fff;
  cursor: pointer;
  padding: 8px;
  transition: all 500ms ease;
}
#myBtn {
  color: #fff;
  cursor: pointer;
}
#myBtn:hover {
  background: #e8554a;
}
html {
  scroll-behavior: smooth;
}
.banner-content {
  padding-top: 100px;
  padding-bottom: 100px;
}
.banner-content .title {
  color: #fff;
  font-weight: 700;
  font-size: 40px;
}
.banner-content p {
  color: #fff;
  font-size: 18px;
}
.about-sec {
  padding: 60px 0;
}
.about-info h4 {
  font-size: 25px;
  line-height: 33px;
  font-weight: bold;
  width: 70%;
}
.about-info p {
  color: #333;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 20px;
}
.case-study {
  padding: 60px 0;
}
.case-study h5 {
	color: #1d1d1d;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 10px;
	font-weight: 600;
}
.case-study p {
  color: #333;
  font-size: 16px;
  line-height: 27px;
}
.case-info h3 {
  color: #22272b;
  font-size: 30px;
  margin-top: 0;
  font-weight: bold;
}
.list {
  list-style: none;
  padding-left: 0;
}
.list li::before {
  color: #e8554a;
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 6px;
}
.list li {
  font-size: 16px;
  color: #444;
  line-height: 25px;
  padding: 4px 0;
}
.ch-boxe {
  display: flex;
  /* border-bottom: 1px solid #ccc; */
  padding: 15px;
  height: 170px;
  box-shadow: 0px 0px 20px 0px rgba(11, 35, 65, 0.1);
  margin-bottom: 30px;
  background: #fff;
  border-radius: 8px;
}
.ch-img {
  padding-right: 20px;
}
.pillars .about-info .row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.ch-content h4 {
  font-size: 20px;
  margin-top: 0;
}
.circle-sec {
  background: #eef2f6;
}
.circle-sec .top-title {
  margin-bottom: 0px;
}
.circle-sec .row {
  background: #fff url(../img/dot-bg.png) no-repeat right top;
  border-radius: 20px;
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
  padding: 20px 0;
}
.circle-sec img {
  margin: 0 auto;
  text-align: center;
}
.about-info h2 {
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  padding: 80px 60px;
  font-weight: bold;
}
.challenge {
  background: #eef2f6 url(../img/figure56.png) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 60px 0;
}
.challenge li::before {
  color: #e8554a;
  content: "\f046 ";
  font-family: FontAwesome;
  margin-right: 6px;
}
.challenge ul {
  padding-left: 0;
}
.challenge li {
  font-size: 16px;
  color: #333;
  line-height: 25px;
  padding: 5px 0;
  list-style: none;
  float: left;
  width: 48%;
  height: 106px;
  padding: 10px 20px;
  border: 1px dashed #ccc;
  margin: 10px;
  background: #ffffff9c;
}
.challenge h3 {
  text-align: center;
  color: #000;
  margin-bottom: 30px;
}
.privacy-policy,
.sitemap-page {
  padding: 60px 0;
}
.privacy-page p,
.asktrm p {
  color: #616161;
  line-height: 1.7em;
  font-size: 16px;
}
.asktrm ul,
.asktrm ol {
  padding-left: 20px;
}
.asktrm li {
  color: #616161;
  line-height: 1.7em;
  font-size: 16px;
}
.smal_hd {
  font-weight: 600;
  font-size: 20px;
  margin-top: 20px;
}
.sitemap-box {
  border: 8px solid #eee;
  padding: 50px;
  float: left;
  width: 100%;
  background: #fff;
}

.sitemap-page h4 a:hover {
  color: #e8554a;
  background: #fff;
  border: 1px solid #e8554a;
}
.sitemap-page h4 a {
  color: #000;
  font-size: 17px;
  background: #fff;
  border: 1px solid #000;
  float: left;
  padding: 4px 10px;
  border-radius: 4px;
  /* font-size: 20px; */
  font-weight: 500;
}
.sitemap-page li a:hover {
  color: #e8554a;
}
.sitemap-page h4 {
  float: left;
  width: 100%;
  margin: 5px 0;
}
.sitemap-page ul {
  list-style: none;
  padding-left: 0;
}
.sitemap-page li {
  margin: 10px 0;
  float: left;
  margin-right: 10px;
}
.sitemap-page li::before {
  color: #e8554a;
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 6px;
  font-size: 17px;
}
.sitemap-page li a {
  font-size: 18px;
  color: #464545;
  line-height: 26px;
  font-weight: 500;
  /* border: 2px solid #e0a123; */
  /* padding: 4px 10px; */
  background: #fff;
}
.sitemap-page {
  background: #f5f7f9;
}
.video-bg {
  height: 485px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.video-bg video {
  width: 100%;
  display: inline-block;
  vertical-align: sub;
}

.modal-dialog {
  position: relative;
  display: table; /* This is important */
  width: 500px;
  min-width: 500px;
  /*   overflow-y: scroll; */
  overflow-x: auto;
}

.modal-content {
  background-image: linear-gradient(to right, #e8554a, #8c3026);
  float: left;
  width: 100%;
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}

.modal-title {
  color: #fff;
}

.close {
  color: #fff;
  opacity: 1;
}

/* .compatibility-inner .cop-box {
    background: inherit;
    height: auto;
    position: initial;
} */
.compatibility-inner .cop-box {
  text-align: center;
  margin-bottom: 20px;
  background: #e6e6e6 !important;
  height: 360px !important;
  position: relative !important;
  overflow: hidden;
}
.compatibility-inner .cop-box .col-x {
  position: static;
}
.compatibility-inner .project-overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  /* background: rgba(33, 33, 88, 0.7); */
  background-image: linear-gradient(to right, #e8554a, #8c3026);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.compatibility-inner .co-tt {
  position: absolute;
  bottom: 13px;
  left: 50%;
  width: 100%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.compatibility-inner .co-tt h3 {
  color: #000000;
  width: 100%;
  font-size: 24px;
  line-height: 32px;
  padding-bottom: 10px;
  padding: 0 20px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}
.compatibility-inner.corporate .co-tt h3 {
  color: #000000;
  width: 100%;
  font-size: 24px;
  line-height: 32px;
  padding-bottom: 10px;
  padding: 0 35px;
  font-weight: 600;
  margin: 0;
}
.compatibility-inner .project-overlay h3 {
  font-size: 18px;
  line-height: 28px;
}
.compatibility-inner {
  padding: 60px 0;
  background: #f6f6f6;
}
.compatibility-inner .container .row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.col-x {
  position: relative;
}
.mt-com .col-x {
  position: static;
}
.page-banner .page-banner-bg {
  height: 309px !important;
}
.overlay {
  background: #000;
  opacity: .4;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
  padding: 15% 32px;
  line-height: 1.5;
  text-align: center;
}


/* Start Responsive */
@media (max-width: 767px) {
  #myCarousel .carousel-inner {
     /* margin-top: 130px;  */
  }
  .about-section .video-bg video {
    width: auto;
  }
  .about-section .video-bg {
    height: 500px;
  }
  .video-bg {
    height: 100%;
  }
  .about-section .row.ab-bg {
    height: auto;
    /*position: static;*/
    /*top: 14%;*/
  }

  .hidden-xs {
    display: block !important;
    margin-bottom: 0px;
    padding-top: 2px;
  }
  .main-nav {
    padding: 0px;
    overflow: hidden;
  }
  .challenge li {
    height: auto;
    width: 100%;
    margin: 10px 0;
  }
  .ch-boxe {
    height: auto;
  }
  /* #menu {
		right: -51px;
		height: auto;
		position: fixed;
	} */
  .bottom-form h3 {
    font-size: 30px;
  }
  .bottom-form {
    padding: 50px 20px;
  }

  .bg-bann h4 {
    font-size: 10px;
    margin-top: 0;
  }
  .more-contact {
    text-align: center;
  }
  .frr-mb {
    display: block;
  }
  .fea-list li {
    width: 50%;
  }
  .col-md-6.steels img {
    margin-top: 0px;
  }
  .side-bar-menu {
    position: absolute;
    top: 56%;
    right: 30px;
  }
  .side-bar-menu .list-unstyled > li > .btn-wrap {
    height: 50px;
    width: 50px;
  }
  .right-section {
    float: inherit;
    margin-right: 20px;
    margin-top: 20px;
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
  }
  .logo-sec img {
    margin: 0 auto;
    margin-top: 10px;
    width: 50%;
  }
  .btnsearch {
    padding: 5px 10px;
  }
  .site-logo1 img {
    width: 150px;
    margin-left: 20px;
    margin-top: -10px;
  }
  .ban-text h5 {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 22px;
  }
  .ban-text .arrow-im {
    margin-left: 7px;
    margin-top: 3px;
    width: 4%;
    position: absolute;
  }
  .ban-text a {
    padding: 6px 24px;
    font-size: 14px;
  }
  .bg-bann p {
    font-size: 8px;
    margin-bottom: 10px;
    padding: 0 20px;
    margin-top: 8px;
    width: 100%;
  }

  .carousel-caption.d-none.d-md-block.ban-text {
    left: 6%;
    padding-bottom: 0;
    top: 20px;
  }
  .book-an {
    padding: 8px !important;
    font-size: 12px;
  }
  .carousel-indicators {
    display: block;
  }
  .carousel-indicators {
    bottom: 0;
  }
  .cbp-hsmenu .chat {
    font-size: 14px;
    text-align: center;
    margin-right: 0;
  }
  .cbp-hsmenu > li {
    display: flex;
    float: inherit;
    justify-content: center;
  }

  .cbp-hsinner {
    float: left;
    margin-right: 0;
    text-align: center;
    width: 100%;
  }
  ul.cbp-hsmenu {
    padding: 0 !important;
  }
  .navbar-toggle.collapsed.menu-collapsed-button {
    display: none;
  }
  .social-icons {
    float: inherit;
    margin-right: 0;
    display: flex;
    margin-top: -10px;
    justify-content: center;
  }
  .top-title h3 {
    font-size: 20px;
  }
  .top-title p {
    font-size: 18px;
  }
  .fa.fa-angle-right.nextarr.slick-arrow {
    right: -20px;
  }
  .banner-content .title {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
  }
  .side-bar-menu {
    position: absolute;
    top: 2%;
    right: 30px;
    width: 50px;
  }
  .row.ab-bg .col-md-5 {
    padding: 30px;
  }
  .hl {
    margin-bottom: 20px;
    height: auto;
    padding: 15px 15px;
    background: #f6f6f6;
  }
  .co-opcity {
    width: 100%;
    bottom: 0;
  }
  .compatibility .col-md-3 {
    margin-bottom: 20px;
  }
  .bt-co {
    display: block;
    margin: 0;
  }
  .cop-box::after {
    bottom: -1px;
    right: 14px;
  }
  .ftr-wp1 {
    text-align: center;
  }
  .ftr-wp1 .col-md-6 {
    width: 100%;
  }
  .cpy-p.rt {
    width: 100%;
    float: left;
    text-align: center;
  }
  .ftr-1a {
    float: left;
    width: 100%;
  }
  .cpy-p {
    display: flex;
    justify-content: center;
  }
  .cpy-p {
    text-align: center;
    padding: 0;
  }
  .project-overlay {
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
  }
  .row.ab-bg p {
    font-size: 17px;
    /*color: #000000;*/
  }
  .help {
    padding-top: 0;
  }

  .navbar {
    min-height: auto;
  }
  .input_search input:focus {
    width: 274px;
  }
  .side-bar-menu
    .list-unstyled
    > li
    > .btn-wrap:hover
    > span:first-child::after {
    top: 6px;
    left: 20px;
  }
  .banner-content {
    padding: 40px 0;
  }
  .banner-content .title {
    font-size: 13px;
    margin: 0;
    margin-bottom: 4px;
  }
  .banner-content p {
    font-size: 12px;
  }
  .sidebar-mobile-menu .ftr-a {
    width: 100%;
  }
  .about-info h4 {
    width: 100%;
  }
  .sitemap-page li a {
    font-size: 15px;
  }
  .sitemap-box {
    padding: 20px;
  }
  .case-info h3 {
    font-size: 20px;
  }
  .cop-box {
    width: 355px;
  }
  .corporate .cop-box {
    width: 100%;
  }
  .compatibility {
    padding: 30px 0 60px;
  }
  .page-banner-bg.bg_cover {
    background-position: right;
  }
  .about-sec {
    padding: 30px 0;
  }
  .privacy-policy {
    padding: 20px 0;
  }
  .page-banner .page-banner-bg {
    height: 100px !important;
  }
  .compatibility .col-md-10 {
    padding: 0;
}
.row.ab-bg {
    margin: 0;
}
.top-title h2 {
    font-size: 20px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
}

/* .offerings-container {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  gap: 15px; /* Adjust gap between the offerings 
  white-space: nowrap;
}

.cop-box {
  min-width: 300px; /* Adjust width of each offering box 
  flex: 0 0 auto; /* Prevent shrinking 
}

.offerings-container::-webkit-scrollbar {
  width: 8px;
}

.offerings-container::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
}

.offerings-container::-webkit-scrollbar-track {
  background-color: #f1f1f1;
} */

/* End Responsive */

.tab-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 equal columns for the tabs */
  gap: 10px; /* space between the tabs */
  list-style: none;
  padding: 0;
  margin-bottom: 16px; /* Added unit for margin-bottom */
}

.tab-item {
  padding: 10px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.3s ease, color 0.3s ease;
  position: relative;
}

.tab-item::before,
.tab-item::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #d3d3d3; /* Color of the lines */
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.3s ease;
}

.tab-item::before {
  top: 0; /* Line at the top */
}

.tab-item::after {
  bottom: 0; /* Line at the bottom */
}

.tab-item:hover::before,
.tab-item:hover::after {
  width: 100%; /* Expands lines on hover */
}

.tab-item:hover {
  border-color: transparent; /* Optional: Remove button border on hover */
}

.container-10 {
  margin-top: -10px; /* Adjusts the vertical position of the container */

}
.container-10 h3 {
  text-align: center; /* Centers the h3 element */
}

.btn-find {
  padding: 12px 24px;
  background-color: #cf00006d;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  display: inline-flex;
  align-items: center; /* Aligns the arrow with the text */
  justify-content: center;
  transition: background-color 0.3s ease; /* Smooth transition for hover effect */
}

.btn-find:hover {
  background-color: #c9391f;
}

.btn-find::after {
  content: ' →'; /* Adds a right arrow */
  font-size: 16px;
  margin-left: 10px;
}


.container-challenges {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px; /* Adjust as per your container width */
  margin: 0 auto; /* Center the container */
}

.container-challenges h3 {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}




.container-challenges {
  display: flex; /* Use flexbox for alignment */
  flex-wrap: wrap; /* Allow items to wrap to the next line */
  justify-content: center; /* Center items in the container */
  margin-top: 20px; /* Optional: Add some margin above the challenges section */
}

.item-1, .item-2, .item-3, .item-4, .item-5, .item-6, .item-7, .item-8, .item-9, .item-10 {
  width: 48%; /* Each item takes nearly half the container width */
  background-color: #f5f5f5; /* Light background for the boxes */
  padding: 20px;
  margin: 11px; /* Margin for spacing between items */
  border: 1px solid #ccc; /* Light gray border */
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, background-color 0.3s ease;
  display: flex; /* Allow flexbox layout for text alignment */
  align-items: center; /* Vertically center content */
}

.item-1:hover, .item-2:hover, .item-3:hover, .item-4:hover, 
.item-5:hover, .item-6:hover, .item-7:hover, .item-8:hover, 
.item-9:hover, .item-10:hover {
  background-color: #e0e0e0; /* Change background color on hover */
  transform: translateY(-5px); /* Lift effect on hover */
}

.container-challenges h3 {
  width: 100%;
  text-align: center; /* Center the heading */
  margin-bottom: 20px; /* Space below the heading */
  font-weight: bold; /* Make the heading bold */
  transition: color 0.3s ease, transform 0.3s ease; /* Add transition for hover effect */
}

.container-challenges h3:hover {
  color: #292b2c; /* Change color on hover */
  transform: scale(1.05); /* Slightly enlarge the heading on hover */
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  background-color: #f9f9f9;
}

.container-contact {
  display: flex;
  justify-content: space-around;
  margin: 20px;
}

.card-contact {
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  width: 300px;
  height: 400px;
  text-align: left;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: relative;
}

h2 {
  color: #ff5a5f;
  font-size: 1.9rem;
  margin-bottom: 10px;
}

p {
  font-size: 1rem;
  margin-bottom: 8px;
}

.map-btn-contact, .share-btn-contact {
  display: block;
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}

.map-btn-contact {
  background-color: black;
  color: white;
}

.share-btn-contact {
  background-color: white;
  border: 1px solid #ddd;
  color: black;
}

.share-btn-contact:hover {
  background-color: #ff5555;
}

.map-btn-contact:hover {
  background-color: #d85454;
}



/* Container for the whole contact us section */
/* Container for the whole contact us section */
.container-contactus-page {
  display: flex;
  justify-content: flex-end; /* Aligns items to the end (right) */
  align-items: flex-start;
  padding: 40px;
  max-width: 100%; /* Increased max-width */
  margin: 0 20px 0 0; /* Set right margin to 20px, left margin is 0 */
  gap: 20px;
  font-family: 'Arial', sans-serif;
}


/* Contact form styles */
.contact-form-contactus {
  flex: 1;
  background-color: #f3f4f6;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  font-family: 'Roboto', sans-serif;
}

.input-groupcontact {
  display: flex;
  flex-wrap: wrap; /* Allow inputs to wrap */
  margin-bottom: 20px;
  gap: 15px; /* Add spacing between input fields */

}

/* Adjust input field widths */
.input-groupcontact input {
  flex: 1 1 100%; /* Default to full width */
  max-width: calc(50% - 10px); /* Maximum width adjustment */
  padding: 12px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: border 0.3s ease;
}

/* Phone number and organisation styles */
.input-groupcontact input[type="mobile"],
.input-groupcontact input[type="organisation"] {
  flex: 1 1 100%; /* Full width on a new row */
  max-width:1 1  100%; /* Allow these inputs to take full width */
}

/* Specific styles for email input */
.input-groupcontact input[type="email"] {
  max-width: calc(50% - 10px); /* Allow some width for email */
}

.input-groupcontact input:focus {
  border-color: #007bff;
}

textarea {
  width: 100%;
  padding: 15px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 20px;
  height: 150px;
  resize: vertical;
  transition: border 0.3s ease;
}

textarea:focus {
  border-color: #007bff;
}

.submit-btncontact {
  background-color: #db4c4c;
  color: #fff;
  border: none;
  padding: 12px 25px;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: inline-block;
}

.submit-btncontact:hover {
  background-color: #8f2020;
}

.submit-btncontact span {
  margin-left: 10px;
}




/* Responsive Design */
@media screen and (max-width: 768px) {
  .container-contactus-page {
      flex-direction: column;
      gap: 40px;
      padding: 20px;
  }

  .input-groupcontact {
      flex-direction: column;
  }

  .input-groupcontact input {
      width: 100%;
  }

  .submit-btncontact {
      width: 100%;
  }
}


/* Email info styles */
.email-infocontactus {
  width: 100%; /* Full width */
  padding: 20px; /* Padding for spacing */
  margin: 0; /* Remove any margin */
  margin-right: -440px;
}

h2 {
  font-size: 24px; /* Increase the font size for the heading */
  font-weight: bold; /* Make the heading bold */
  margin-bottom: 10px; /* Add some space below the heading */
}

.contactus-container {
  display: grid; /* Use grid layout */
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); /* Responsive grid */
  gap: 20px; /* Space between sections */
}

.contactus-section1 {
  background-color: transparent; /* Remove background */
  padding: 0; /* Remove padding */
  font-size: 18px; /* Increase font size for content */
  transition: none; /* Remove hover effects */
}

hr {
  border: none; /* Remove default border */
  height: 1px; /* Set height for the line */
  background-color: #ccc; /* Color for the line */
  margin: 10px 0; /* Margin for spacing */
}

p {
  font-size: 13px;
}


