
/* Fonts */

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,500,700,900|Nunito:200,300,400,600,700,800,900|Poppins:200,300,400,500,600,700,800,900|Muli:300,400,600,700,800,900');

/* Fonts import ends here */

/* Root Variable Declaration */

:root {
--top-header-bg-color: #f8c643;
--footer-bg-color: linear-gradient(82deg, #213c68 7%, #016cbc 93%);
--darkbg-text-color: #fff;
--whitebg-text-color: #000;
--darkbtn-bg-color: #0f1e21;
--darkbtn-font-color: #fff;
--footer-sc-color: #080b68;
--yellow-text-color: #f8c643;
--blue-btn-color:#213c68;
--menu-text-color: #0f1e21;
--icon-text-color: #213c68;
--menubar-bg-color: #fff;
--gradient-color: linear-gradient(82deg, #213c68 7%, #016cbc 93%);
--about-icon-color: #213c68;
--lightblue-btn-color: #0072bc;
--darkbg-contrast-color: #3B3B3B;
}

/* Root Variable Declaration End */

/* Base */

html, body {
  max-width: 100%;
  overflow-x: hidden; overflow-y: auto;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  font-family: Nunito;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.menu-toggle {
  position: fixed;
  right: 20px;
  top: 10px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  line-height: 30px;
  z-index: 999;
}

.btn {
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #3B3B3B;
    background: #f7951e;
    border: 2px solid transparent;
    border-radius: 0;
    box-shadow: inset 0 0 0 50px #f7951e;
    transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s;
    -moz-transition: ease-out 0.3s;
}

.btn:hover {
    color: #f7951e;
    background: transparent;
    box-shadow: inset 0 0 0 0 #f7951e;
    border-color: #f7951e;
}

.btn:focus {
    box-shadow: none;
}

.btnW {
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    color: black;
    background: #f8f8f8;
    border: 2px solid transparent;
    border-radius: 0;
    box-shadow: inset 0 0 0 50px #f8f8f8;
    transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s;
    -moz-transition: ease-out 0.3s;
}

.btnW:hover {
    color: #f8f8f8;
    background: transparent;
    box-shadow: inset 0 0 0 0 #f8f8f8;
    border-color: #f8f8f8;
    text-decoration: none;
}

.btnW:focus {
    box-shadow: none;
    text-decoration: none;
}


.top-content {  
  min-height: 30rem;
  position: relative;
  display: table;
  width: 100%;
  height: 610px;
  padding-top: 12rem;
  padding-bottom: 8rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url(../img/banner/slide-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;  
  color: #fff;
}

.section-container-testimonial{  
  width: 100%;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url(../img/testimonials/testimonial.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;  
  color: #fff;
  background-size: 100% 100%;
}

.section-container-bg-image{  
  width: 100%;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url(../img/bg/bg5.jpg);
  background-position: center;
  background-repeat: no-repeat; 
  background-attachment: fixed; 
  color: #fff;
  background-size: 100% 100% !important;
}

.section-container-bg2{  
  width: 100%;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url(../img/bg/bg2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
  background-size: 100% 100%;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h3, .h3 {
  font-size: calc(1.0rem + 0.6vw);
}

.top-content h1, .top-content .h1 {
  font-size: 64px;
  font-weight: 750;
  margin: 0;
  padding: 0;
}


.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.align-items-center {
  align-items: center !important;
}

.text-center {
  text-align: center !important;
}

.bg-overlay {
  position: relative;
  z-index: 1; 
}

.bg-overlay::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.6); 
}

.bg-overlay1 {
  position: relative;
  z-index: 1; 
}

.bg-overlay1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.6); 
}

.section-container {
    margin: 0px auto;
}

.section-container-gray-bg {
  background: #f8f8f8;
  overflow-x: hidden; overflow-y: auto;
  color: #000;
}

.section-container-white-bg {
  background: #ffffff;
  overflow-x: hidden; overflow-y: auto;
  color: #000;
}

.section-container-yellow-bg {
  background: #fcca07;  
  overflow-x: hidden; overflow-y: auto;
}

.section-container-orange-bg {
  background: #F7951E;
  overflow-x: hidden; overflow-y: auto;
}

.section-container-cyan-bg {
  background: #125688; /* #09777a */
  overflow-x: hidden; overflow-y: auto;
}

.section-container-red-bg {
  background: #cc2f39;
  overflow-x: hidden; overflow-y: auto;
}

.section-container-blue-bg {
  background: #1b4d6e;
  overflow-x: hidden; overflow-y: auto;
}

.section-container-pink-bg {
  background: #ef3d77;  
  color: white;
  overflow-x: hidden; overflow-y: auto;
}

.whiteservices {margin-top: 25px; padding-top: 10px; padding-bottom: 10px; font-weight: 900; color:white; text-transform: capitalize;}
.whiteservices h2{font-size: 24px;text-shadow: 0 0 3px #000, 0 0 5px #000;}

.blackdiv { margin-top: 25px; padding-top: 10px; padding-bottom: 10px; font-size: 30px; color:black; text-transform: capitalize; font-weight: 900;}
.blackdiv h2{font-weight: 800;}

.section-header {
    position: relative;
    margin-bottom: 25px;
}

.section-header b{
    display: inline-block;
    position: relative;
    font-size: 24px;
    text-transform: capitalize;
}


/* Base End */

/* Sidebar CSS */

.menu-toggle:focus, .menu-toggle:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
}

.menu-toggle:hover {
  background: rgba(0, 0, 0, 0.7);
}

#sidebar-wrapper {
  display: flex;
  position: fixed;
  z-index: 998;
  right: 0;
  width: 250px;
  height: 100%;
  transition: all 0.4s ease 0s;
  transform: translateX(250px);
  background: #fff;  
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;  
}

.sidebar-nav li.sidebar-nav-item a {
  display: block;
  color: black;
  font-weight: 750;
  font-size: 15px;
  padding-left: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  cursor: pointer;
  background:none;
  border-bottom: 1px dashed #cfcdce;
  z-index:1;
  position:relative;
}

.ofctext
{
  font-weight: 750;
  font-size: 16px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 2px;
  border-bottom: 1px dashed #cfcdce;
}

.ofctext p{
  font-weight: 750;
  font-size: 12px;
}

.socialmenu{
  text-align: center;
  padding-top: 20px;
}

.sidebar-nav li.sidebar-nav-item a:hover {
  color:#fff;
  display: block;
  font-weight: 750;
  font-size: 15px;
  padding-left: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  cursor: pointer;
  background:none;
  border-bottom: 1px dashed #cfcdce;
  z-index:1;
  position:relative;
  text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  font-size: 1.2rem;
  background: white;
  height: 140px;
  line-height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  transition: all 0.4s ease 0s;
}

.sidebar-nav li.aboutmenu span {
  background-color:#fcca07;
  color: #fff;
}
.sidebar-nav li.servicesmenu span {
  background-color:#f7951e;
  color: #fff;
}
.sidebar-nav li.portfoliomenu span {
  background-color:#ef3c76;
  color: #fff;
}
.sidebar-nav li.testimonialmenu span {
  background-color:#b0dc00;
  color: #fff;
}
.sidebar-nav li.contactmenu span {
  background-color:#008d91;
  color: #fff;
}
.sidebar-nav li.blogmenu span {
  background-color:#3fc8f4;
  color: #fff;
}

.sidebar-nav li span {
  width:5%;
  height:2.3em;
  position:absolute;
  z-index:0;
 transition:all .3s ease-in-out;
 -webkit-transition:all .3s ease-in-out;
 -moz-transition:all .3s ease-in-out;
 -o-transition:all .3s ease-in-out;
 -ms-transition:all .3s ease-in-out
}

.sidebar-nav li:hover span {
  width:100%;
  height:2.3em;
  position:absolute;
  z-index:0;
 transition:all .3s ease-in-out;
 -webkit-transition:all .3s ease-in-out;
 -moz-transition:all .3s ease-in-out;
 -o-transition:all .3s ease-in-out;
 -ms-transition:all .3s ease-in-out
}

.sidebar-nav > .sidebar-brand >  .navbar-brand {
  width: 210px; 
  height: 75px;
  background: url(../img/logo.png) left center no-repeat;
  border: 0;
  text-indent: -99999px;
  padding: 0px;
  margin-top:25px;
  background-size: 210px 75px !important; 
}

/* Sidebar CSS End */

/*  About us */

.about-us-container .col-lg-6 {
    padding: 0;
}

.about-us-container .section-header {
    margin-bottom: 20px;
}

.about-us-container .about-img {
    position: relative;
    height: 610px;
}

.about-us-container .about-img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-us-container .about-content {
    padding: 0 40px;
}

.about-us-container .about-text{
  margin-bottom: 20px;
}

.about-us-container .about-text p {
    font-size: 1rem;
    text-align: justify;
}

.about-us-container .about-text a.btn {
    margin-top: 50px;
}

.feature {
    width: 100%;
    padding-bottom: 40px;
}

.feature .feature-item {
    text-align: center;
    padding: 50px 30px 30px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    word-wrap: break-word;
    width:100%;
    min-height:28vw;
    height: 100%;
}

.feature .feature-item p{
  text-align: justify;
  font-size: 1rem;
  white-space: wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.feature .feature-item i {
    position: relative;
    display: inline-block;
    color: #fbaf32;
    width: 40px;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    transition: .3s;
    text-align: center;
}

.feature .feature-item:hover i {
    color: #719a0a;
}

.feature .feature-item i::after {
    position: absolute;
    content: "";
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: -20px;
    left: -15px;
    border: 3px dotted #fbaf32;
    border-right: transparent;
    border-bottom: transparent;
    border-radius: 100px;
    transition: .3s;
}

.feature .feature-item:hover i::after {
    border: 3px dotted #719a0a;
    border-right: transparent;
    border-bottom: transparent;
}

.feature .feature-item h2 {
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
}

/*.feature .feature-item a {
    position: relative;
    font-size: 16px;
}

.feature .feature-item a::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    bottom: 0;
    left: calc(50% - 25px);
    background: #fbaf32;
    transition: .3s;
}

.feature .feature-item a:hover::after {
    width: 100%;
    left: 0;
    background: #719a0a;
}*/

/* About Us End */

/***** More services *****/

.more-services-box {
	margin-top: 5px;
	text-align: justify;
	padding-right: 20px;
	word-wrap: break-word;
	color:black;  
}

.more-services-box .more-services-box-icon {  
	width: 80px;
	height: 80px;    
	color: #000;    
	padding-right: 5px;
	text-align: center;
	margin-top: 20px;
}

.more-services-box .more-services-box-icon img{ height: 80px; width: 80px; text-align: center;}
.more-services-box p { color:black;  margin-top: 5px;padding-bottom: 5px; text-align: justify; font-size: 1rem; overflow: hidden;  font-weight:600;}
.more-services-box h3 { color:black; font-size: 18px; font-weight: 900; margin-top:10px;text-transform: capitalize; letter-spacing: 1px;}

.more-services-container .tab-wrapper .nav-tabs {}
.more-services-container .tab-wrapper .nav-tas .nav-link:focus, .tab-wrapper .nav-tabs .nav-link: hover {
  outline: none;
}
.more-services-container .tab-wrapper {
  border: 0px solid #dee2e6;
}
.more-services-container .tab-wrapper .nav-tabs {
  border-bottom: none;
}
.more-services-container .tab-wrapper .nav-tabs .nav-item {
  position: relative;
  width: 25%;
  text-align: center; 
}

.more-services-container .tab-wrapper .nav-tabs .nav-item .nav-link {
  border: none;
  border-bottom: 3px solid #ddd;
} 
.more-services-container .tab-wrapper .nav-tabs .nav-item .nav-link.active {
  position: relative;
  border-bottom: 3px solid transparent;
  border-image: linear-gradient(0.25turn, #fcca07 0%, #cc2f39 100%);
  border-image-slice: 1;
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  background:linear-gradient(to left, #fcca07 0%, #cc2f39 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-weight: 900;
}
.more-services-container .tab-wrapper .nav-tabs .nav-item .nav-link:hover {
  position: relative;
  border-bottom: 3px solid transparent;
  border-image: linear-gradient(0.25turn, #fcca07 0%, #cc2f39 100%);
  border-image-slice: 1;
  background:linear-gradient(to left, #fcca07 0%, #cc2f39 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  border-top: none;
  border-left: none;
  border-right: none;   
  font-weight: 900;
}
.more-services-container .tab-wrapper .nav-tabs .nav-link {
  color: #fff;
}
.more-services-container .tab-wrapper .card {
  /*background-color: #C5C5C5;*/
  background: white;
  padding: 20px 15px; 
  height: 400px;
  margin-bottom: 15px;
  margin-top: 10px;
  margin-left: 15px;
  word-wrap: break-word; 
  width:100%;
  /*box-shadow:5px 5px 5px rgba(0,0,0,.25);*/
  box-shadow: 0 0 30px rgba(0, 0, 0, .08);
  border-radius:5px;
  display: inline-block;
  box-sizing:border-box;
}
.more-services-container .tab-wrapper .tab-content {
  padding: 20px 0px;  
}

.more-services-container .tab-wrapper .card i{
    position: relative;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    display: block;
    color: #fbaf32;
    width: 60px;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 20px;
    transition: .3s;
    text-align: center;
}

.more-services-container .tab-wrapper .card:hover i {
    color: #719a0a;
}

.more-services-container .tab-wrapper .card i::after {
    position: absolute;
    content: "";
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: -20px;
    left: -15px;
    border: 3px dotted #fbaf32;
    border-right: transparent;
    border-bottom: transparent;
    border-radius: 100px;
    transition: .3s;
}

.more-services-container .tab-wrapper .card:hover i::after {
    border: 3px dotted #719a0a;
    border-right: transparent;
    border-bottom: transparent;
}

.more-services-container .tab-wrapper .card h3{
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.more-services-container .tab-wrapper .card p{
text-align: justify;
font-size: 15px;
}

/***** Portfolio *****/

.portfolio {
    position: relative;
    padding: 45px 0 25px 0;
}

.portfolio-section-container,
.portfolio,
.portfolio-container {
    overflow: hidden; /* Or overflow: auto; */
}

.portfolio-section-container {
    min-height: 100vh; /* Ensure container height covers viewport height */
}

.portfolio #portfolio-filter {
    padding: 0;
    margin: -15px 0 25px 0;
    list-style: none;
    font-size: 0;
    text-align: center;
}

.portfolio #portfolio-filter li {
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    padding: 6px 12px;
    font-size: 1rem;
    font-weight: 600;
    color: var(--darkbg-text-color);
    background: #f7951e;
    border: 2px solid transparent;
    border-radius: 0;
    box-shadow: inset 0 0 0 50px #f7951e;
    transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s;
    -moz-transition: ease-out 0.3s;
}

.portfolio #portfolio-filter li:hover,
.portfolio #portfolio-filter li.filter-active {
    color: #f7951e;
    background: transparent;
    box-shadow: inset 0 0 0 0 #f7951e;
    border-color: #f7951e;
}

.project{
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    min-height: 35vw;
    height: 100%;
    position: relative;
}

.project h4{
  font-size: 1rem;
  font-weight: 700;
}

.project p{
  font-size: 15px;
  padding: 10px;
  text-align: justify;
}

.project img{
    transition: .5s;
}

.project span {
    position: absolute;
    bottom: 15px;
    right: -5px;
    display: inline-block;
    background: #f7951e;
    padding: 4px 5px 4px 15px;
    border-radius: 20px 0 0 20px;
    color: var(--darkbg-text-color);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; 
  }

.project span:after {
      position: absolute;
      top: -5px;
      right: 0;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 0 0 5px;
      border-color: transparent transparent transparent #c7390d; }

.project:hover span {
  padding-right: 20px;
  background: #f7951e; 
}

.project a{
  color: var(--darkbg-text-color);
  font-weight: 900;
  padding: 5px;
  font-size:14px;
  text-decoration: none;
}

/***** Testimonials *****/

.testimonial img{
  width: 150px;
  height: 150px;
  margin-top: 30px;
  border-radius: 100%;
  border:2px solid white;
  padding: 5px;
}

.testimonial h3{
    margin-top: 20px;
    font-size: 20px;
    font-weight: 700;
}

.testimonial h4{
    font-size: 16px;
}

.testimonial p{
    font-size: 17px;
    font-style: italic;
    margin: 0;
}

.carousel-inner .carousel-item .img-box{
  width: 200px;
  height: 200px;
  background-color: #ebe8e8;
  margin-top: 50px;
}
.carousel-inner .carousel-item{
 margin-top: 45px;
}

.carousel-control-prev{
  left: -100px;
}
.carousel-control-next{
  right: -100px;
}
.carousel-indicators{
  top: 320px;
}


/***** Blog *****/

.blog {
    position: relative;
    padding: 45px 0 25px 0;
}

.blog-item{
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    min-height: 28vw;
    height: 100%;
    position: relative;
}

.blog-item h4{
  font-size: 1rem;
  font-weight: 700;
}

.blog-item p{
  font-size: 15px;
  padding: 10px;
  text-align: justify;
}

.blog-item img{
    transition: .5s;
}

.blog-item span {
    position: absolute;
    bottom: 15px;
    right: -5px;
    display: inline-block;
    background: #f7951e;
    padding: 4px 5px 4px 15px;
    border-radius: 20px 0 0 20px;
    color: #fff;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; 
  }

.blog-item span:after {
      position: absolute;
      top: -5px;
      right: 0;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 0 0 5px;
      border-color: transparent transparent transparent #c7390d; }

.blog-item:hover span {
  padding-right: 20px;
  background: #f7951e; 
}

.blog-item a{
  color: var(--darkbg-contrast-color);
  font-weight: 900;
  padding: 5px;
  font-size:14px;
  text-decoration: none;
}



/***** Footer *****/

footer {
  padding: 0px; background: #f7951e; 
  color: #fff; text-align: center; width: 100%;
}

footer b{
  font-size: 1.05rem;
}

.footer-left { margin-top: 20px;text-align: center;}
.footer-left strong{ margin-right: 10px; font-size: 1.25rem; font-weight: 900;}
.footer-left p{font-size: 14px; font-weight: 600;margin-right: 0px;}
footer a, a:hover, a:focus { color: #ffffff; text-decoration: none; transition: all .3s;}

footer .socialbtn:focus{box-shadow: none;}
footer .socialbtn {
  display:inline-block; width: 40px; height: 40px; padding: 6px 10px; font-size: 16px; font-weight: 600; color: #ff0000; background: #ffffff;
    border: 2px solid #fff; border-radius: 0; box-shadow: inset 0 0 0 50px #ffffff; transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s; -moz-transition: ease-out 0.3s; margin-right: 10px;
}

footer .socialbtn:hover,
footer .socialbtn:focus {
    color: #ffffff; background: #ff0000; box-shadow: inset 0 0 0 0 #ffffff; border-color: #ffffff;
}

.footerpadding{ padding: 5px;}

footer #back-top
{
  bottom: 20%;
  position: fixed;
  right: 20px;
  z-index: 101;
  cursor: pointer;
  font-size: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: url(../img/cd-top-arrow.svg) no-repeat center;
  background-color: white;
  border-radius: 5px;
  box-shadow: inset 0 0 0 2px #ff0000; /* Inner border with 2px width and white color */
}

footer #icon-headphone
{
  bottom: 2%;
  position: fixed;
  right: 20px;
  z-index:  101;
  cursor: pointer;
  font-size: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: url(../img/headphone.svg) no-repeat center;
  background-color: white;
  border-radius: 5px;
  box-shadow: inset 0 0 0 2px #ff0000; /* Inner border with 2px width and white color */
}

footer #icon-whatsapp {
  bottom: 11%;
  position: fixed;
  right: 20px;
  z-index: 101;
  cursor: pointer;
  font-size: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center; 
  background: url(../img/whatsapp.svg) no-repeat center;
  background-color: white;
  border-radius: 5px;
  box-shadow: inset 0 0 0 2px #ff0000; /* Inner border with 2px width and white color */
}

footer #back-top .icon-play {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: inline-block;
}

footer #back-top:hover {
  color: #333;
}

.contact-details {
    margin:70px 0;
}

.contact-details h2 {
    font-size:20px;
}

.contact-details h2 span {
    display:block;
    color:var(--whitebg-text-color);
    text-transform:uppercase;
    letter-spacing:1px;
    font-size:14px;
    margin-top:15px;
}
.contact-details p {
    display:block;
    color:var(--whitebg-text-color);
    font-size:14px;
}

.contact-details a{
    display:block;
    color:var(--whitebg-text-color);
    font-size:14px;
}

.contact-details i{
      color:var(--whitebg-text-color);
    font-size:15px;
}

.dark-box {
    min-height: 10rem;
    height: 100px;
    background: #F3F5F8;
    -webkit-box-shadow: 0px 3px 0px 0px #E04343;
    -moz-box-shadow: 0px 3px 0px 0px #E04343;
    box-shadow: 0px 3px 0px 0px #E04343;
    padding:20px 20px;
}
.dark-box:hover,.dark-box:focus {
    -webkit-box-shadow: 0px 3px 0px 0px #FFE801;
    -moz-box-shadow: 0px 3px 0px 0px #FFE801;
    box-shadow: 0px 3px 0px 0px #FFE801;
}
.box-hover {
    transition:all 500ms ease-in-out;
    -webkit-transition:all 500ms ease-in-out;
    -moz-transition:all 500ms ease-in-out;
    -o-transition:all 500ms ease-in-out;
}
.box-hover:hover,.box-hover:focus {
    transform:translate(0,-15px);
    -webkit-transform:translate(0,-15px);
    -ms-transform:translate(0,-15px);
}

.map iframe{
  width:100%;
  height:530px;
  border: 2px solid gray;
  border-radius: 5px;
}

.feature-icon-wrap {
  position: relative;
    background-color: #ffffff;
    word-wrap: break-word;
    text-align: justify; 
    width:100%;
    height:20vw;
    box-shadow:5px 5px 5px rgba(0,0,0,.25);
    /*border: 2px solid black;*/
    display:flex;
    border-radius:10px;
    padding:0.5%;
    margin-top:1%;
    margin-bottom:1%;
    box-sizing:border-box;
    cursor:-webkit-grab;
    cursor:grab;
}

.feature-icon-wrap::before{
  content: "";
  position: absolute;
  inset: 0;
    border: 3px solid transparent;
  background:linear-gradient(45deg, #fcca07 0%, #cc2f39 100%) border-box;
  -webkit-mask: /*4*/
   linear-gradient(#fcca07 0 0) padding-box, 
   linear-gradient(#cc2f39 0 0);
  -webkit-mask-composite: xor; /*5'*/
  mask-composite: exclude; /*5*/
  border-radius:10px;
    padding:0.5%;
}

.feature-icon-wrap .left-side-icon{
    background:#f8f8f8;
    border-radius:10px 0px 0px 10px;
    width:40%;height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:2%;
    box-sizing:border-box;
 }

.feature-icon-wrap .left-side-icon .front-icon{
    font-size:10em;
    /*background: linear-gradient(82deg, #fcca07 5%, #cc2f39 95%);   */
    background: -moz-linear-gradient(top, #fcca07 0%, #cc2f39 100%);
    background: -webkit-linear-gradient(top, #fcca07 0%, #cc2f39 100%);
    background: linear-gradient(to bottom, #fcca07 0%, #cc2f39 100%);  
    -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
    float: center;
    text-align: center;
    z-index:999;width:80%;
}

.feature-icon-wrap .left-side-icon .front-icon1{
    font-size:5.5em;
    color: black;
    text-align: center;
}

.team-item .features-text-right{
    padding-left: 20px;
    overflow: hidden;
    color:black;
    width:60%;
    height:100%;
    font-size:15px;
    font-weight:600;
    display:flex;
    justify-content:center;
    align-items:stretch;
    flex-direction:column;
    padding:2%;
    box-sizing:border-box;
}
.features-text-right h3{
    text-transform: capitalize;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 1px;
    color:black;
    margin-top: 20px;
}

.swiper {
  width: 100%;
  padding: 5px !important;
}

.swiper-wrapper{
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-scrollbar{display:none}
.swiper-button-next{display:none}
.swiper-button-prev{display:none}


.swpier-slide1{
  text-align: center;
  font-size: 18px;
  background: none;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide-active{transform:scale(1);transition:.4s}
.swiper-slide-next .feature-icon-wrap, .swiper-slide-prev .feature-icon-wrap{opacity:.4;transform: scale(1,0.8);}

/* Scroller styling */
.scroller {
  color: black;
  float: left;
  height: 1.2em;
  line-height: 1.2em;
  position: relative;
  overflow: hidden;
  font-size: 20px;
  width: 100%;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
}
.scroller > span {
  position: absolute;
  top: 0;
  animation: slide 10s infinite;
  font-weight: bold;
  text-align: left;
  padding-left: 7px; 
  /*color: #F7951E; */
  background:linear-gradient(to left, #fcca07 0%, #cc2f39 100%);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
}

@keyframes slide {
  0% {
    top: 0;
    color: #F7951E;
    font-weight: 900;
  }
  20% {
    top: -1.2em;
    color: #F7951E;
    font-weight: 900;
  }
  40% {
    top: -2.4em;
    color: #F7951E;
    font-weight: 900;
  }
  60% {
    top: -3.6em;
    color: #F7951E;
    font-weight: 900;
  }
  80% {
    top: -4.8em;
    color: #F7951E;
    font-weight: 900;
  }
}

.owl-theme .owl-controls{ margin-top: 0; }
.owl-theme .owl-controls .owl-page span{
    background: #fff;
    opacity: 0.8;
}
.owl-theme .owl-controls .owl-page.active span{ background: #ffc33c; }

