/**
* Template Name: Bethany - v2.1.0
* Template URL: https://bootstrapmade.com/bethany-free-onepage-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  font-family: 'Lora', serif;
 
  font-family: 'Roboto', sans-serif;
  color: #444444;
  background:#f3f3f3;
/*   
  background:#f3f3f3 url("../img/hero-bg.png") top center no-repeat;
  background-size: 100%; */
}


a {
  color: #e3b232;
}

a:hover {
  color: #00cc95;
  text-decoration: none;
}

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

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #e3b232;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #555;
  color: #fff;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }

}


 

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  /* top: 20px; */
}

#header .header-container {
  background: #fff;
  background-color: transparent;
  position: relative;
}
#header .header-container::before{
  content: "";
  position: absolute;
  background: url(../img/FCS-Ftr-topbg.png) no-repeat top center;
  width: 12%;
  height: 160px;
  position: absolute;
  background-size: 100%;
  top: 0%;
  left: -22px;
  z-index: -1;
  /* margin-top: 215px; */
} 
#header.header-scrolled {
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  top: 0;
  position: fixed !important;
}

#header.header-scrolled .header-container::before{
  content: "";
  position: absolute;
  background:#242e3d;
  width: 10%;
  height: 100%; 
  top: 0%;
  left: -15px;
  z-index: -1; 
} 

#header .logo {
  overflow: hidden;
  padding: 16px 30px 12px 0;
  padding: 5px 0 5px 0;
  /* background: #e3b232; */
}

#header .logo h1 {
  font-size: 26px;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height:66px;
}
.fixed-top {width: 100%; position: relative !important;} 
  
@media (max-width: 992px) {
  #header {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    box-shadow: none;
    top: 0;
    background: transparent;
  }
  #header.header-scrolled, #header .header-container {
    background: transparent;
  }
  #header .logo h1 {
    font-size: 24px;
  }
  #header .header-container::before{
    content: "";
    position: absolute;
    background: url(../img/FCS-Ftr-topbg.png) no-repeat top center;
    width:140px;
    height: 160px; 
    background-size: 100%;
    top: 0%;
    left: -15px;
    z-index: -1; 
  } 
  #header.header-scrolled {
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    top: 0;
  }
  
  #header.header-scrolled .header-container::before{
    content: "";
    position: absolute;
    background: url(../img/FCS-Ftr-topbg.png) no-repeat top center;
    width:140px;
    height: 160px; 
    background-size: 100%;
    top: 0%;
    left: -15px;
    z-index: -1; 
  } 
  .fixed-top {width: 100%;} 
  
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #36343a; 
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #e3b232;
  text-decoration: none;
  position: relative;
}
.nav-menu .active::before  {
  content: "";
  height: 80%;
  width: 2px;
  background: #e3b232;
  z-index: 999;
  position: absolute;
  z-index: auto;
  top: -30px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.nav-menu .get-started a {
  background: #e3b232;
  color: #fff;
  border-radius: 50px;
  margin: 0 15px;
  padding: 10px 25px;
}

.nav-menu .get-started a:hover {
  background: #00805d;
  color: #fff;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

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

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-weight: 500;
  text-transform: none;
  color: black;
}

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

.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 {
  padding-right: 35px;
}

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

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  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;
  padding: 10px;
  border-radius: 3px; 
  transition: all 0.5s;
}

.mobile-nav-toggle i {
  color: #fff;
  color:#242e3d
}

.mobile-nav {
  position: fixed;
  top: 55px;
  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: 10px;
  padding: 10px 0;
}

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

.mobile-nav a {
  display: block;
  position: relative;
  color: #36343a;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #e3b232;
  text-decoration: none;
}

.mobile-nav .get-started {
  text-align: center;
}

.mobile-nav .get-started a {
  background: #e3b232;
  color: #fff;
  border-radius: 50px;
  margin: 0 15px;
  padding: 10px 25px;
  display: inline-block;
}

.mobile-nav .get-started a:hover {
  background: #00c28e;
  color: #fff;
}

.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-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(29, 28, 31, 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;
}
.mobile-nav-toggle:hover {  
  background: #e3b232;
}
.mobile-nav-toggle:hover i { 
  color: #FFF; 
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%; 
  height: 92vh; 
  position: relative; 
  padding: 0;    
  background:#f3f3f3 url("../img/hero-bg.png") top center no-repeat;
  background-size: 100%;
  background-attachment: scroll !important; 
}

#hero .container {
  padding-top: 80px;
}

/* #hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
} */

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 4.5rem;
  font-weight:800;
  line-height: 84px;
  color: #181f29;
}

#hero h2 {
  color: #e3b232;
  margin-bottom: 5px;
  font-size: 0.9375rem;
  font-weight:600; 
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#hero .btn-get-started {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding:15px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0;
  border: 1px solid #fff;
  color: #fff;
  margin-top: 30px;  
  border-radius: 4px;  
  background: #181f29;
}

#hero .btn-get-started:hover {
  background: #e3b232;
  border: 1px solid #e3b232;
  box-shadow: 0px 5px 30px rgba(24, 31, 41, 0.4);
}

#hero .btn-get-started2 {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding:15px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin:0 0 0 10px;
  border: 1px solid transparent;
  color: #181f29;
  margin-top: 30px;  
  border-radius: 4px;  
  background: transparent;
  text-decoration: underline;
}

#hero .btn-get-started2:hover {
  background: #e3b232;
  border: 1px solid #e3b232;
  color: #FFF;
  box-shadow: 0px 5px 30px rgba(24, 31, 41, 0.4);
}
.cntbtn_menu {margin-left:20px;}
.cntbtn_menu a{
  color: #FFF !important;
  background: #e3b232;
  border: 1px solid #e3b232;
  box-shadow: 0px 5px 30px rgba(24, 31, 41, 0.4);
  border-radius: 5px;
}
.cntbtn_menu a:hover {
  color: #181f29 !important;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
    height: auto;
  }
}

@media (max-width: 768px) {
  body {background-size: 180%;}
  #hero {
    height: auto;
  }
  
  #hero h1 {
    font-size: 2rem;
    line-height: 36px;
  }
  #hero .btn-get-started,
  #hero .btn-get-started2 {margin-top: 15px; padding: 15px 20px;}
} 

#hero2 {
  padding: 30px 0px 50px 0;
  margin: -90px 0 0 0;
  position: relative;
}

#hero2 .icon-boxes {
  margin-top: 0;
  position: relative;
}

#hero2 .icon-box {
  padding: 50px 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(18, 66, 101, 0.08);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

#hero2 .icon-box .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#hero2 .icon-box .title a {
  color: #555;
  transition: 0.3s;
}

#hero2 .icon-box .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

#hero2 .icon-box .icon {
  margin-bottom: 20px;
  padding-top: 10px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-size: 36px;
  line-height: 1;
  color: #e3b232;
}

#hero2 .icon-box:hover {
  transform: scale(1.08);
}

#hero2 .icon-box:hover .title a {
  color: #e3b232;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}
.inner-page {padding: 90px 0 60px 0;}
.section-bg {
  background-color: #f6f6f7;
}

.section-title {
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 2.875rem;
  font-weight: 900; 
  margin-bottom: 15px; 
  position: relative;
  color:#181f29;
}

.section-title h3 {
  font-size:1.8125rem;
  font-weight: 400; 
  margin-bottom:0px; 
  position: relative;
  color:#615e61;
}
 

.section-title h6 {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;  
  position: relative;
  color: #e3b232;
  padding: 0 60px; 
  display: inline-block;
}

.section-title h6::before {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height:2px;
  background: #e3b232;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.section-title h6::after {
  content: '';
  position: absolute;
  display: block;
  width:34px;
  height:2px;
  background: #e3b232;
  top: 0;
  bottom: 0;
  left: 16px;
  margin: auto;
}
.section-title h6 .sqboxes {margin-top: -5px;position: absolute;right: 0;}
.section-title h6 .sqboxes::before {
  content: '';
  position: absolute;
  display: block;
  width: 34px;
  height:34px;
  background: #e3b232;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  opacity: .2;
  border-radius: 4px;
}
.section-title h6 .sqboxes::after {
  content: '';
  position: absolute;
  display: block;
  width:34px;
  height:34px;
  background: #e3b232;
  top: -30px;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: .2;
  border-radius: 4px;
}
.section-title p {
  margin: 0;
  font-size: 15px;
}
.section-title2 h6 .sqboxes {display: block;right: 0;left: 0;margin: auto;top: -50px;position: relative;}
.section-title2 h6 .sqboxes {margin-bottom: 0px;}

.section-title h6 .linegap::before {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height:2px;
  background: #e3b232;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.section-title h6 .linegap::after {
  content: '';
  position: absolute;
  display: block;
  width:34px;
  height:2px;
  background: #e3b232;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  background: #FFF;
  text-align: center;
  padding: 5px 0;
  padding: 60px 0;
}

.clients img {
  width:68%;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding:15px;
  opacity: .5;
  margin: 0 auto;
  display: block;
}

.clients img:hover {
  -webkit-filter: none;
  filter: none;
  transform: scale(1.1);
  opacity: 1;
  box-shadow: 11px 10px 28px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
/* .about .content h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.about .content h3 {
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
} */

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

.about .content ul li {
  padding: 10px 0 0 28px;
  position: relative;
}

.about .content ul i {
  left: 0;
  top: 7px;
  position: absolute;
  font-size: 20px;
  color: #e3b232;
}

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


/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background: #e3b232;
  padding: 40px 0 20px 0;
  color: #fff;
}

.counts .counters span {
  font-size: 36px;
  display: block;
  font-weight: 700;
}

.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
#about {margin-bottom: -200px;}
#why-us {
  background:url('../img/FCS-whybg.png') no-repeat center;
  background-size: 100%;
  padding: 286px 0;
}
.why-us .content {
  padding: 30px;
  /* background: #e3b232; */
  border-radius: 4px;
  /* color: #fff; */
}

.why-us .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

.why-us .content p {
  margin-bottom: 30px;
}

.why-us .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.why-us .content .more-btn i {
  font-size: 14px;
}

.why-us .content .more-btn:hover {
  color: #e3b232;
  background: #fff;
}

.why-us .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  width: 100%;
  transition: 0.3s;
}

.why-us .icon-boxes .icon-box i {
  font-size: 40px;
  color: #e3b232;
  margin-bottom: 30px;
}

.why-us .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px 0;
}

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

.why-us .icon-boxes .icon-box:hover {
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
}
#services {margin-top: -60px;}
/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(2, 2, 2, 0.7), rgba(0, 0, 0, 0.7)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}

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

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

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

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 40px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 50px;
  border: 1px solid #e3b232;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
  color: #e3b232;
}

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

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

.services .icon-box h4 a {
  color: #36343a;
  transition: ease-in-out 0.3s;
}

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

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
}

.services .icon-box:hover h4 a {
  color: #e3b232;
}

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

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  font-family: 'Roboto', sans-serif;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #e3b232;
}

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

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(54, 52, 58, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(54, 52, 58, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

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

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #00cc95;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 0 30px;
  margin: 30px 15px;
  text-align: center;
  min-height: 350px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  background: #fff;
}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.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: #66ffd6;
  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: 0 auto 15px auto;
}

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

.testimonials .owl-dot.active {
  background-color: #e3b232 !important;
}

@media (max-width: 767px) {
  .testimonials {
    margin: 30px 10px;
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
}

.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
}

.team .member .pic {
  overflow: hidden;
  width: 150px;
  border-radius: 50%;
  margin: 0 auto 20px auto;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover img {
  transform: scale(1.1);
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #36343a;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b5b3ba;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #a8a5ae;
}

.team .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #e3b232;
}

.team .member .social a + a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
#contact {
  margin-bottom:90px; 
}
.contact .info {
  padding: 30px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.contact .info i {
  font-size: 20px;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  background: #e3b232;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #36343a;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #686470;
}

.contact .php-email-form {
  width: 100%;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

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

.contact .php-email-form input {
  height: 44px;
}

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

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

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

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

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

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f6f6f7;
  margin-top: 100px; 
}

.breadcrumbs h2 { 
  line-height: 1; 
  font-size: 28px;
  font-weight: 400;
  color: #FFF;
}

.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{
  color: #FFF;
  font-weight: 300;
}
.breadcrumbs ol li a{
  color: #FFF;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #e3b232;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
  
  .absteps-box .icon-box {margin: 0;}
  .absteps-box .bxover_flow30,
  .absteps-box .bxover_flow30_l{margin: 0;}
  .absteps-box .icon-box{padding: 30px 10px;}
  .absteps-box .icon-box i {font-size: 2.5rem;}
  #why-us{padding-bottom: 60px; background: none;}
}


.history-row {
	position: relative;
}

.history-one_sep:after {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #f2e6e6;
}

.history-one_sep:before {
	content: '';
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #ff5860;
	position: absolute;
	top: 40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 10;
}

 

.history-one_content {
	padding-left: 70px; 
}
.history-one_image {
	padding-right: 70px;
}

.history-one_content2 {
	padding-right: 70px;
}
.history-one_image2 {
	padding-left: 70px;
}
.history-one_year {font-size: 1rem; color: #e3b232;
  font-weight: 800;
  margin: 0 0 5px;}
.history-one_title {font-size: 1.5rem; text-transform: uppercase;
  font-weight: 800;
  margin: 0 0 30px;}
.history-one_text{font-size: .9rem;}


/*--------------------------------------------------------------
# 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: #e3b232 !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-info {
    position: static;
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #FFF;
  font-size: 14px;
  background: #242e3d;
}

#footer .footer-top {
  padding: 120px 0 0 0; 
  background: #181f29;
  position: relative;
  overflow: hidden;
}
.overlayfter {background: url('../img/FCS-Ftr-topbg.png') no-repeat top left;width: 100%;height: 100%;position: absolute;background-size: 50%;top: -34%;left: -14%;}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .logo {
  padding:0; 
  width: 70%;
}
#footer .footer-top .logo img {
 width: 100%;
}
.reqbutn {display: block; margin-top:30px;}
.reqbutn a{display: block; font-weight: 500; color:#e3b232; text-transform: capitalize;font-size: 14px;}
.reqbutn a i{display:inline-block; background: #e3b232; color: #FFF; padding: 0; border-radius: 100px;width: 22px;line-height: 22px;text-align: center; margin-right: 5px;}
#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
  margin: 15px 0;
  padding-right: 30px;
  
  font-family: 'Roboto', sans-serif;
  /* font-family: "Raleway", sans-serif; */
  color: #FFF;
}

.ft-mt {margin-top:80px;}
#footer .footer-top h3 {
  font-size: 25px;
  font-weight: 500;
  color: #627a9d;
  position: relative; 
  margin: 30px 0;
}
#footer .footer-top h3 i {color: #e3b232; position: relative;
  top:5px;}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  position: relative;
  padding-bottom: 30px; 
}

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

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

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

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

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #e3b232;
}
#footer .footer-top .footer-links p,
#footer .footer-newsletter p { 
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}

#footer .footer-newsletter {
  font-size: 15px;
  background-color: #242e3d;
  border-radius: 1px;
  padding: 40px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  position: relative;
  padding-bottom: 12px;
}

/* #footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #e4e3e6;
} */
#footer .footer-newsletter .form {position: relative;}
#footer .footer-newsletter .form .form-control {
  font-size: 13px;
  background-color: transparent;
  height: 50px;
  line-height: 50px;
  border: 1px solid #35445b;
  color: #fff;
  border-radius: 2px;
  padding: 0 0 0 20px;
}
#footer .footer-newsletter .btn {
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  /* height: 50px; */
  line-height: 34px;
}
#footer .footer-newsletter .btn i {
  width: 22px;
  height: 22px;
  line-height: 22px;
  background-color: #e3b232;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 10px;
  display: inline-block;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}
.footer_sitemap-links {
  margin-top: 25px;
  margin-bottom: 20px;
}
.footer_sitemap-links ul {
  display:block;
  text-align: right; 
}
.footer_sitemap-links li {
  display:inline-block; 
}
.footer_sitemap-links li a {
  display: block;
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
  font-size: 13px;
  color: #35445b;
}
.footer_sitemap-links li a::after {
  content: "-";
  position: absolute;
  right: 0;
  color: #35445b;
}
.footer_sitemap-links li:last-child a {
  margin-right: 0;
  padding-right: 0;
}
.footer_sitemap-links li a:hover {
  display: block;
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
  font-size: 13px;
  color: #e3b232;
}
.footer_contact {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden; 
  display: flex;
  flex-wrap: wrap;
  margin-top: -60px;
  margin-bottom: -60px;
  position: relative;
  z-index: 1;
}
.footer_contact .footer_contact-item {
  padding: 35px 30px;
  border-right: 1px solid #eaeaea; 
  display: flex;
  align-items: center;
  flex: 1;
}
.footer_contact .footer_contact-item .footer_contact-item-icon {
  color: #e3b232;
  font-size: 19px;
  margin-right: 15px;
}
.footer_contact .footer_contact-item .footer_contact-item-text span {
  font-size: 13px;
  display: block;
  margin-bottom: 4px;
  color: #35445b;
}
.footer_contact .footer_contact-item .footer_contact-item-text a,
.footer_contact .footer_contact-item .footer_contact-item-text strong {
  font-size: 14px;
  color: #35445b;
}
.footer_contact .footer_contact-item .btn_primary {
  background-color: #e3b232;
  color: #fff;
  border: 2px solid #e3b232; 
  line-height: 42px;
  border-radius: 3px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
}

/* #footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #e3b232;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #00664b;
} */

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: transparent;
  color: #e3b232;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
 
#footer .social-links a:hover {
  background: #e3b232;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# job Wrapper
--------------------------------------------------------------*/
.job_wrapper {width: 100%; 
  border-radius:6px;
  display: flex;
  flex-direction:row;  
  flex-wrap: wrap;
  padding: 25px;
  border-left: 4px solid #eee;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  border: 0px solid #e0e0e0;
  margin-top: -1px;
  box-shadow: 0px 5px 30px rgb(24 31 41 / 40%);
  position: relative;
  margin: 0 0 30px 0;
}
.job_wrapper::after{
  content: "";
  position: absolute;
  box-shadow: inset 0px -84px 40px 0 rgba(204, 204, 204, 0.5);
  z-index: 9;
  width: 100%;
  height: 126px;
  top: auto;
  bottom: 0; 
  left: 0;
}
.job_wrapper .job-img{
  width: 80px;
  min-width: 80px; flex-wrap: wrap;
  height: 80px;
  padding: 15px;
  text-align: center;
  background: #f5f5f5;
  border-radius: 2px;
}
.job_wrapper .job-img i{
  font-size: 2.2rem;
  line-height:48px;

} 
.job_wrapper .job-title{ 
  flex-wrap: wrap; 
  padding:5px 15px;
  width:calc(100% - 95px);
  margin-left: 15px;
}
.job_wrapper .job-title h1{font-size: 1.5rem;font-weight: 500;margin-bottom: 5px;}
.job_wrapper .job-title h2{font-size:1rem;font-weight: 400;margin-bottom:30px;}
.job_wrapper .job-title h3{display:inline-block;background-color: tomato;color: #fff; padding:5px 8px;font-size: 11px;font-weight: 400; border-radius: 3px;    border-radius: 3px;
  position: absolute;right: 2%;top: 5%;}
.job_wrapper .job-title h4 {font-size: 14px;margin-bottom: 15px;}
.job_wrapper .job-title p {font-size: 13px;margin-bottom: 0;height:60px; overflow: hidden;}
.job_wrapper .job-type{ background: #ddd;
  flex-wrap: wrap; 
  padding: 15px;
  width: 200px;
  text-align: center;
}
.job_wrapper .job-type h3{ display: inline-block;background-color: tomato;color: #fff; padding:10px 15px;font-size: 13px;font-weight: 300; border-radius: 3px;}
.job_wrapper .job-loc{background: #f5f5f5;
  flex-wrap: wrap; 
  padding: 15px;
  width:320px;
}
.job_wrapper .job-loc p{
  display: block;
  font-size: 14px;
}
.job_wrapper a {display: inline-block;text-align: right;font-size: 13px;font-weight:400; padding: 5px 15px; color: #FFF;background: #e3b232;border: 2px solid #e3b232;z-index:99; position: relative; border-radius: 5px;}

.job_body {margin:0;padding: 0; position: relative;}
.job_body ul { list-style-type: disc;padding: 15px; margin:0 0 15px 0;}
.job_body ul li {margin: 0 0 15px 0; font-size: 14px;line-height:22px;font-weight:400; color:#272727;
  font-family: 'Roboto', sans-serif;
}
.jbbtn-hide {content: ""; position: absolute !important;right: 10px;top: -34px;border-radius: 2px !important; background: #242e3d !important;color: #FFF !important; border-color: #242e3d !important;}
.jbbtn-hide i {margin-right: 5px;}





@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1320px; 
  }
}

.text-lg-start {
  text-align: left !important;
}
.icon-boxes .icon-box{margin-bottom: 30px;}

 
.stepsbox .icon-box {margin-bottom: 30px;padding:20px 15px; text-align: left;box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08); min-height: 40px;} 
.stepsbox .icon-box i {line-height: 0;padding: 5px;margin-right: 10px;font-size: 24px;border-radius: 3px;transition: 0.3s; color: #e3b232;}
.stepsbox .icon-box h4 {
  font-size: 16px;
  color: #555;
  font-weight: 600;
  margin: 0;
}
.testimonials .testimonial-item {padding:0; position: relative;min-height:260px;}
.testimonials .testimonial-item .testimonial-img {width: 100%;height: auto;margin: auto;border-radius:0;border: none;}
.testimonials .testimonial-item h3 {
  font-size: 16px;
  font-weight: 600;  
  padding: 10px 30px; 
  overflow: hidden;
  color: #FFF;
} 
.testimonials .service-text {position: relative; width: 100%;background-color: #f3f3f3; color: #000; height: auto; padding: 30px; text-align: left;}
.testimonials .service-text h3 {
  font-size: 16px;
  font-weight: 600;
  padding:0px;
  overflow: hidden;
  color: #000;
  height: 42px;
}
.testimonials .service-text h6 {
  font-size: 13px;
  font-weight:400;
  padding:0px;
  overflow: hidden;
  color: #424242;
}
.section-bg2 {background-color: #f6f6f7;}


.aboutimg {width: 100%;display: table;vertical-align: middle;}
.aboutimg img {width: 100%;height: auto;}
.aboutcontent p{color: #6b6b6b;font-size: 15px;text-align: justify; line-height: 1.6;}
.whychse-abt .icon-boxes .icon-box{box-shadow: none; text-align: left;padding: 15px;}
.whychse-abt .icon-boxes .icon-box i {position: absolute;font-size: 35px;}
.whychse-abt .icon-boxes .icon-box h4 {margin-left: 50px;font-size: 1rem;}
.whychse-abt .icon-boxes .icon-box p {margin-left: 50px;}
.whychse-abt .member {background: #FFF;border-radius: 5px;}
.bginr-pg {background: #FFF; box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);}
.breadcrumbs {margin-top: 40px;background:#242e3d; }
/* .nav-menu .drop-down ul a {padding: 8px 20px;border-top: 1px dashed #ebebeb;}
.nav-menu .drop-down ul li:first-child a{border:0px dashed #ebebeb;} */
.nav-menu .drop-down ul .divied {border-top: 1px dashed #ebebeb;}
.services-item {
  box-sizing: content-box; 
  margin: 15px 0;
  text-align: center; 
  box-shadow: 0px 2px 12px rgb(0 0 0 / 8%);
  background: #fff;
  position: relative;
  min-height: 300px;
}
.services-item .serimg {
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 0;
  border: none;
}
.services-item .service-text {position: absolute; top: auto;bottom: 0; width: 100%;background-color:rgba(236, 100, 66, 0.9);display: table;min-height: 68px;}
.services-item .service-text h3{font-size: 15px;line-height: 20px;padding: 15px; color: #FFF;margin: 0;display: table-cell;vertical-align: middle;}

.lactive a {color: #e3b232;text-decoration: none;text-transform: lowercase;}
.lactive a > i{font-size: 19px;margin-right: 5px;}

.article {background: transparent;}
.article-img {padding: 0;position: relative; margin-bottom: 15px;}
.article-thumbnail{max-height:512px;overflow: hidden;padding: 10px;background: #fd5050; position: relative;}
.article-thumbnail img {
  transform: scale(1);
  transition: 0.5s ease-in-out;
  width: auto; 
  height: auto;
  max-width: 100%; 
  position: relative;
}
.article-thumbnail:hover img {
  transform: scale(1.1);
  transition: 0.5s ease-in-out;
}
.article-thumbnail::before {
  transition: background 0.3s ease-in-out;
  background: linear-gradient(to bottom, transparent 0, transparent 50%, #151921);
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  position: absolute;
  /* background: #00805d; */
}

.article-thumbnail .article-title{
  padding: 10px 30px;
  font-size: 30px;
  font-weight: 600;
  position: absolute;
  left: 0;
  bottom: 35px;
  color: #fff;
  z-index: 7;
}

.article-tag {
  position: relative;
  background: #fd5050;
  border-radius: 50px;
  display: inline-block;
  top: -34px;
  margin: 0 25px;
  z-index: 2;
  padding: 7px 20px;
  font-weight: bold;
  color: white;
  font-size: 14px;
}
.articlesec .info {text-align: left;margin-left: 40px;width: auto;display: block;}
.articlesec .info h4 {
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 700;
  color: #333;
  padding:0 0 25px 0;
  -webkit-font-smoothing: antialiased;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #e8e9eb;
  margin:0 auto 20px 0 !important;
  display: block;
}
.articlesec .info h4::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 4px;
  background: #e3b232;
  margin: auto;
  left: 0px;
  right: 0;
  top: auto;
  bottom: -2px;
}
.articlesec .info ul { 
  margin: 0;
  padding: 0; 
}
.articlesec .info ul li {
  font-size: 14px;
  color: #787f88;
  list-style: none;
  margin: 5px 0; 
  border-bottom: 1px solid #e8e9eb;
  padding: 0; 
  font-family: 'Roboto', sans-serif;
  position: relative;
}
 
.articlesec .info ul > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.articlesec .info ul li a {
  display: block; 
  color: #666;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  transition: all, 0.5s; 
  padding-left: 15px;
  position: relative;
  padding: 10px 0 10px 25px; 
}
.articlesec .info ul li a::before { 
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: transparent;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  border-radius: 100px;
  border: 2px solid rgba(0, 0, 0, .15);
  transition: all, 0.5s; 
}
.articlesec .info ul li a span {
  /* display: block;  */
  color: #fd5050; 
  font-weight: 600; 
  transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  float: right;
}
.articlesec .info ul li a.active { 
  color: #fd5050;
}
.articlesec .info ul li a.active::after {
  content: "";
  position: absolute;
  width: auto; 
  height: 1px;
  background: #fd5050;  
  margin: auto;
  left: 10px;
  right: 10px;
  top: auto;
  bottom: -1px;
  transition: all, 0.5s; 
}
.articlesec .info ul li a.active::before {border-color: #fd5050;}
.articlesec .info ul li a:hover {color: #fd5050;}
.articlesec .info ul li a:hover::before {border-color: #fd5050;}
.article-body h2{font-size:23px;line-height: 28px;color: #333;font-weight: 700;margin: 40px 0 0 0;}
.article-body h3{font-size: 19px;line-height: 28px;color: #333;font-weight: 600; margin: 40px 0 0 0;}
.article-body h4{font-size: 15px;line-height: 28px;color: #333;font-weight: 500;margin: 40px 0 0 0;}
.article-body p{margin-bottom: 15px;line-height: 24px;font-size: 16px; color: #666;} 
.article-body ul li{position: relative;list-style: none;display: block;margin:20px 0;line-height: 24px;
  font-size: 17px; font-weight: 600;
  color: #666;} 
.article-body ul li::before{content: "\ea0f"; position: absolute;font-family: 'boxicons'!important;  color: #fff; background: #fd5050;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  display: inline-block;font-size: 20px; left: -30px;
  border-radius: 2px;
}
.starpara{position: relative; padding-left: 30px; margin:10px 0 5px;}
.starpara::before{content: "\ee67"; position: absolute;font-family: 'boxicons'!important;  color:#555;;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  display: inline-block;
  font-size: 11px; left:10px;top:6px;
}

.circleuli li {font-size: 13px !important;color:#000 !important;position: relative;} 
.circleuli li::before{display: none !important;}
.circleuli li::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: transparent; 
  border-radius: 100px;
  border: 2px solid #fd5050;
  transition: all 0s ease 0s, all 0.5s ease 0s;
  left: -25px;
  top: 5px;
}
.note {font-size:21px;font-weight:700;margin:30px 0 0; color:#fd5050;}
/* .in-pg a.active {color:#f00 !important;} */
/* .whychse-abt .icon-boxes .icon-box{background: cadetblue; text-align: left;} */

.header-scrolled .nav-menu,
.header-scrolled .nav-menu * {margin: 0;}

.absteps-box .icon-box{
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 56.55px 8.45px rgba(1, 1, 1, 0.17);
  padding:30px; 
  text-align: center;
  width: 100%;
  position: relative;
  
  transition: all 0.5s;
}
.absteps-box .icon-box i{ 
  text-align: center; 
  width: 100%;
  margin: auto;
  font-size: 5rem;
  margin-bottom: 15px;
  color: #000;
}

.absteps-box .icon-box h4 {
  font-size: 1rem;
  font-weight: 400;
  font-family: 'Lora', serif;
}
.absteps-box .icon-box a{ 
    background: transparent; 
    color:transparent;
    position: absolute;
    content: "";
    right: -5px;
    bottom: -4px;
    padding: 10px 15px;
    border-radius: 5px; 
    transition: all 0.5s;
    border-right: 4px solid #e3b232;
    border-bottom: 4px solid #e3b232;
}
.absteps-box .icon-box:hover a{ 
  background: #e3b232; 
  color: #FFF;
  z-index:1;
  transition: all 0.5s;
  border:none;
  right: -7px;
  bottom: -6px;
}
.themecolor{color:#e3b232;}
.bxover_flow30{margin-top: -60px; margin-left:60px;}
.bxover_flow30_l{margin-left:60px;margin-top: 30px; margin-right: 60px;}


.testimonials2 {background: #e4b232; padding-top: 80px; padding-bottom: 130px; position: relative;}
.testimonials2 .overlay-testi {background: url('../img/FCS-Testmonial-bg.png') no-repeat right center;width: 100%;height: 100%;position: absolute;background-size: 76%; }
.testimonials2 .testimonial-item {background: transparent; box-shadow: none;}

.white-color h6,
.white-color h2,
.white-color p{color: #fff;}
.white-color h6::before, 
.white-color h6::after  {background: #FFF;}
.white-color h6 .sqboxes::before,
.white-color h6 .sqboxes::after { background: #fff;}

.service-widget { 
  position: relative;
  width: 100%;
  display: flex;
  margin: 30px auto;
}
.service-widget:not(:last-child) {
  margin-bottom: 20px;
}
.sw-container { 
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
.sw-infobox {
  padding: 0px 50px 40px 50px;
  position: relative;
  transition: 0.5s;
  color: inherit;
  z-index: 1;
  display: inline-block;
  width: 100%;
  box-shadow: none;
  text-decoration: none;
}
.sw-infobox::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -2;
  transition: all .5s;
  opacity: 1; 
  background-image: url("../img/services/01.jpg");
  background-size: cover;
  border-radius: 10px;
  box-shadow: 6px 5px 30px 0px rgba(0,0,0,0.12);
}
.qatv_img::before { 
  background-image: url("../img/services/07.jpg");
  background-size: cover; 
}
.java_img::before { 
  background-image: url("../img/services/02.jpg");
  background-size: cover; 
}
.bigdata_img::before { 
  background-image: url("../img/services/03.jpg");
  background-size: cover; 
}

.devops_img::before { 
  background-image: url("../img/services/05.jpg");
  background-size: cover; 
}
.cloudapp_img::before { 
  background-image: url("../img/services/04.jpg");
  background-size: cover; 
}

.sw-infobox::after {
  box-shadow: 6px 5px 30px 0px rgba(0,0,0,0.12);
  border-radius: 10px;
}

.sw-infobox::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  transition: all .5s;
  opacity: 0;
  background: #fff;
}

.sw-infobox .icon-wrapper {
  transition-duration: 0.6s;  
}
.sw-infobox .icon-wrapper .sw-icon { 
  pointer-events: none; 
  margin: -40px 0px 35px 0px;
  display: block;
}
.sw-infobox .icon-wrapper .sw-icon i{
  padding: 17px 17px 17px 17px;
  background-color: #FFFFFF;
  color: #e3b232;
  font-size: 43px;
  box-shadow: 6px 5px 16px 0px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  pointer-events: all;
}

.sw-infobox_wrapper {
  overflow: hidden;
  position: relative;
}
.sw-infobox_wrapper .swib-title {
  position: relative;
}
.sw-infobox_wrapper .swib-title h3 {
  word-break: break-word;
  transition: 0.4s;
  position: relative;
  z-index: 1;
  margin: 0px 0px 15px 0px;
  font-size: 28px;
  line-height: 1.4em;
  color: #FFFFFF;  
  font-family: Lora, serif;
  opacity: 0;
}

.sw-infobox_wrapper .swib-content {
  transform: translateY(80px);
  transition-duration: 0.6s;
  opacity: 0;
  /* max-height: 50px; */
  font-size: 13px;
}


.swib-btnwrapper {
  transition-duration: calc(0.6s/2);
  transition-delay: calc(0.6s/2); 
  margin: 0px 0px 0px 0px; 
  opacity: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
}
.swib-btnwrapper i  {  
  font-size:36px;
  line-height: normal;
  padding-left: 60px;
}
.swib-btnwrapper i::after  {   
  content: "";
  position: absolute;
  width: 80px;
  height: 2px;
  background: #fff;
  top:-4px;
  bottom: 0;
  left: 0;
  margin: auto;
}
.sw-infobox:hover::after {
  opacity: 1;
}
.sw-infobox:hover .sw-infobox_wrapper .swib-content {opacity: 1;color: #000;}
.sw-infobox:hover .swib-title h3 { 
  color: #000;
}

.sw-infobox:hover .sw-infobox_wrapper .swib-content {
  transform: translateY(0px);
  transition-duration: 0.6s;
  opacity:1;
  max-height: auto;
}
.sw-infobox_wrapper:hover .swib-title h3 { 
  opacity: 1;
}

.sw-infobox:hover .swib-btnwrapper {opacity: 0;}

.s-b {position: relative;}
.s-b .overlay-s-b {background: url('../img/FCS-S-B-bg.png') no-repeat top center;width: 100%;height: 100%;position: absolute;background-size: 132%;top:0%; margin-top: 215px;}
#bghide {
  background:#f3f3f3;
}
.widget-content .widget-title {
  margin: 0 0 18px; 
  font-size: 22px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: capitalize; 
  margin-right: 10%;
  color: 242e3d;
  font-family: 'Lora', serif;
  position: relative;
} 
.widget-content .widget-title::before {
  content: '';
  position: absolute;
  z-index: 2;
  height: 3px;
  width: 30px;
  top: 50%;
  top: auto;
  bottom: -5px;
  left: 0;
  margin-top: -1px;
  background: #e3b232;
}
.widget-content .widget-title::after {
  content: '';
  position: absolute;
  z-index: 1;
  height: 1px;
  width: 80%;
  right: 0;
  top: 50%;
  top: auto;
  bottom: -5px;
  left: 0;
  /* transform: translateX(100%); */
  background: #242e3d;
}
.widget-content ul { 
  /* box-shadow: 0 1px 73px 0 rgba(40,40,40,.15); */ 
  padding:5px;
}
.widget-content ul li{
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
  text-transform: uppercase;
  color: #222;
  margin: 15px 0 5px;
}
.widget-content ul li a{
  display: inline-block;
  position: relative;
  text-transform: uppercase; 
  color: #222;
  transition: all 0.4s;
}
.widget-content ul li a::before{
  content: "\ebab";  
  font-family: 'boxicons' !important;
  position: absolute;
  top:1px;
  left: 5px;
  bottom: -5px;
  transition: inherit;
  color:#e3b232;
  font-size: 21px;
  transform: rotate(45deg) translate(-30px, 5px);
  opacity: 0;
}
.widget-content ul li a:hover::before {
  transform: rotate(45deg) translate(-10px, 0px);
  opacity: 1;
}
.widget-content ul li a:hover {
  padding-left: 26px;
  color: #e3b232;
}
.widget-content ul li a.active{ 
  color: #e3b232; 
  padding-left: 26px;
}
.widget-content ul li a.active::before {
  transform: rotate(45deg) translate(-10px, 0px);
  opacity: 1;
}
.servicecontnet h1 {
  font-size: 27px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.1;
  margin:0 0 25px 0;
  padding-left: 15px;
  color: #242E3D;
}
.servicecontnet h1::before{
  content: "\ebab";  
  font-family: 'boxicons' !important;
  position: absolute;
  top:5px;
  left:10px; 
  transition: inherit;
  color:#e3b232;
  font-size: 24px; 
  transform: rotate(45deg) translate(-10px, 0px);
}
.servicecontnet p {
  font-size:15px; 
  font-weight: 400;
  line-height: 22px;
  margin:0 0 15px 0;
  color: #575757;
}
/* body { 
  @media screen and (min-width: 4001px) {
      background: yellow;
  }
  @media screen and (min-width: 2501px) and (max-width: 4000px) {
      background: green;
  }
  @media screen and (min-width: 1600px) and (max-width: 2500px) {
      background: blue;
  }
  @media screen and (max-width: 1599px) {
      background: purple;
  }
  @media screen and (max-width: 320px) {
    background: red;
  }
} */

@media only screen and (min-device-width : 992px) and (max-device-width : 1660px) {
#header .header-container::before{width: 160px;left: -15px; }
#header.header-scrolled .header-container::before {width: 140px;}
}
@media only screen and (min-device-width : 992px) and (max-device-width : 1220px) {
  #hero {height: auto !important;}
}

/* iPhone 5 ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 680px) {
  .section-title h2 {font-size: 1.8rem;}
  .section-title h3 {font-size: 1.3rem;}
  .absteps-box .icon-box {margin: 0;}
  .absteps-box .bxover_flow30,
  .absteps-box .bxover_flow30_l{margin: 0;}
  .absteps-box .icon-box{padding: 30px 10px;}
  .absteps-box .icon-box i {font-size: 2.5rem;}
  #why-us {padding-bottom: 60px;}
  .testimonials2{padding-bottom: 15px;}
  .footer_contact .footer_contact-item {padding: 15px 30px;}
  .testimonials2 .testimonial-item {min-height: auto;}
  .ft-mt {margin-top: 0px;}
  #footer .footer-top .footer-links ul li {display: inline-block;}
  #footer .footer-top .logo {width:42%;}
  .history-one_content,
  .history-one_content2 {padding: 0;}
  .history-one_image,
  .history-one_image2{padding: 0;}
}

/* @media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
  .section-title h2 {font-size: 1.8rem; color: #F00;}
  .section-title h3 {font-size: 1.3rem;}
  .absteps-box .icon-box {margin: 0;}
  .absteps-box .bxover_flow30,
  .absteps-box .bxover_flow30_l{margin: 0;}
  .absteps-box .icon-box{padding: 30px 10px;}
  .absteps-box .icon-box i {font-size: 2.5rem;}
  #why-us {padding-bottom: 60px;}
  .testimonials2{padding-bottom: 15px;}
} */
.introctrl {position: relative;padding: 0;margin: auto;width: 100%;height: 100vh;display: block;}
#web{ }
.intro {content: "";position: absolute; width: 100%;height: 100%; top: 0;left: 0;bottom: 0;right: 0;padding: 0;z-index: 9999;}
.intro p {content: ""; position: absolute;top: auto; bottom: 0;right: 15px;font-size: 10px;font-weight: normal;color: #fff; opacity: .5;}
.intro p > a {color: #fff;}
/* .intro video {width: 100%;height: 100%;} */
.ilogo {content: "";position: absolute; width: 200px; height: 140px; margin: auto; top: 0;bottom: 0;left: 0; right: 0; text-align: center;}
.ilogo img {width: 100%;}
.ilogo .ibtn{margin: auto;position: relative;top:50px; cursor: pointer;z-index: auto;}
.ilogo .ibtn .nav-menu a{
  position: relative;
  margin: auto;
  padding: 15px;
  transition: all 0.2s ease;  
  color: #e3b232;
  display: table;
}
.ilogo .ibtn a:before {
  content: "";
  position: absolute;
  top:3px;
  left: 0;
  display: block;
  border-radius: 28px;
  background: rgba(227, 177, 50, 0.5);
  width:46px;
  height: 46px;
  transition: all 0.3s ease;
}
.ilogo .ibtn a span {
  position: relative;
  font-size: 16px;
  line-height: 18px;
  font-weight: 900;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  vertical-align: middle;
}
.ilogo .ibtn a svg {
  position: relative;
  top: -5px;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #fff;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}
.ilogo .ibtn a:hover {
  color: #FFF;
}
.ilogo .ibtn a:hover:before {
  width: 100%;
  background: #e3b232;
  color: #FFF;
}
.ilogo .ibtn a:hover svg {
  transform: translateX(0);
}
.ilogo .ibtn a:active {
  transform: scale(0.96);
}