

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

body {
  background: #fff;
  color: #666666;
font-family: 'Open Sans', sans-serif;
-webkit-font-smoothing: antialiased;  
-webkit-backface-visibility:hidden;
}

a {
  color: #007bff;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #18d36e;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
  font-size: 17px;
}

p a {
  
  color: #000;
  transition: 0.5s;
}

p a:hover,
p a:active,
p a:focus {
  color: #007bff;
  outline: none;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}


.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd; 
    font-size: 16px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.btn-default {
    color: #FFF;
    background-color: #00aeea;
    border-color: #fff;
    font-weight: bold !important;
    margin-top: 20px;
    font-size: 16px;
    border-radius: 0px;
}

.btn-default:hover {background-color: #0056b3;}

.workwithus-btn {
 font-family: 'Roboto', sans-serif;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin-top: 10px;
    background: #00aeea;
  border: 1px solid #fff;
  color: #fff;
}

.workwithus-btn:hover {
   background: #294f8b;
  border: 1px solid #294f8b;
    color: #fff;
}

.imgBorder {
border: 1px solid #000;
padding: 10px;
    margin-bottom: 20px;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #ed1e24;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #18d26e;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

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

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.des-bor {background-image: url("../img/des-bor.png") ; background-size: cover; background-repeat: no-repeat; 
  background-position: center; padding: 7px 0; position: relative;}

.de { 
  height: 59px; 

  background-image: url("../img/design-1.png") ;
  position: relative;background-size: cover; background-repeat: no-repeat; 
  background-position: center;margin-top: -32px;z-index: 996;
}

.de2 { 
  height: 56px; 
  background-image: url("../img/design-3.png") ;
  position: relative;background-size: cover; background-repeat: no-repeat; 
  background-position: center;z-index: 996;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header { }


#header {
  padding: 15px 0;
  height: 121px;
  position: fixed;
  left: 0;
  /*top: 0px;*/
  right: 0;
  transition: all 0.5s;
  z-index: 997;background-color: #fff;
}

#header.header-scrolled {
  background: rgba(255, 255, 255, 1.0);
   top: 0px;
  transition: all 0.5s;
}


#header.header-scrolled .nav-menu a {
 /* color: #fff;*/
}

#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #18d26e;
}

#header #logo img {
 padding-top: 23px;
    margin: 0;
}


.head {
    background: #002767;
    height: 27px;
}

.head p {
    font-size: 16px; color: #ffffff;
}

.onoffswitch3
{
    position: relative; 
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch3-checkbox {
    display: none;
}

.onoffswitch3-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 0px solid #999999; border-radius: 0px;
}

.onoffswitch3-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch3-inner > span {
    display: block; float: left; position: relative; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: 'Montserrat', sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.onoffswitch3-inner .onoffswitch3-active {
    padding-left: 10px;
    background-color: #002767; color: #FFFFFF;
}

.onoffswitch3-inner .onoffswitch3-inactive {
    width: 100px;
    padding-left: 16px;
    background-color: #002767; color: #FFFFFF;
    text-align: right;
}

.onoffswitch3-switch {
    display: block; width: 50%; margin: 0px; text-align: center; 
    border: 0px solid #999999;border-radius: 0px; 
    position: absolute; top: 0; bottom: 0;
}
.onoffswitch3-active .onoffswitch3-switch {
    background: #27A1CA; left: 0;
    width: 160px;
}
.onoffswitch3-inactive{
    background: #A1A1A1; right: 0;
    width: 20px;
}
.onoffswitch3-checkbox:checked + .onoffswitch3-label .onoffswitch3-inner {
    margin-left: 0;
}

.glyphicon-remove{
    padding: 3px 0px 0px 0px;
    color: #fff;
    background-color: #000;
    height: 25px;
    width: 25px;
    border-radius: 15px;
    border: 2px solid #fff;
}

.scroll-text{
    color: #ffffff;
}

/*---New Intro  -*/

.banner-design {
   background: url(../img/banner-design.png) center top no-repeat;


    }
.banner-design img {background-size:
 cover;
  background-position: center; width: 100%; height: auto;position: relative;top: -124px;
    z-index: 4;}

.rs_slider .caption-container .btn-default {color: #fff;background-color: #ffd000;border-color: #ffd000;}
.rs_slider .caption-container .btn-lg {padding: 12px 22px;font-size: 16px;line-height: 1.3333333;border-radius: 6px;}
.rs_slider .caption-container .btn-default:focus, .rs_slider .caption-container .btn-default:hover {
    color: #fff;
    background-color: #d2232a;
    border-color: #d2232a;
}

/* slider css */
#title{
  margin-top: 90px;
}

.rs_slider {
    display: block;
    margin-top: 121px;
    overflow: hidden;
    padding-bottom: 0px;
}

.rs_slider .flexslider {
    margin: 0;
    padding: 0;
    border: 0px;
    border-radius: 0px;
    /*max-height: 609px;*/max-height: 729px;
    overflow: hidden;
}

.rs_slider .flex-direction-nav a::before {
    display: none;
}

.rs_slider .flex-direction-nav .flex-nav-prev a {
    background: url("../img/slider/master-slider-left.png") 0 0 no-repeat;
    display: inline-block;
    height: 48px;width: 30px;
}

.rs_slider .flex-direction-nav .flex-nav-next a {
    background: url("../img/slider/master-slider-right.png") 0 0 no-repeat;
    display: inline-block;
    height: 48px;width: 30px;
}

.rs_slider .flex-caption {
    margin: 0 auto;
    max-width: inherit;
    position: absolute;
    top: 30%;
    width: 100%;
    z-index: 100;
}

.rs_slider .caption-container {
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
}

.rs_slider .slides .flex-active-slide .text-container {
         animation: 2s ease 0s normal none 1 running slideIn ;
     -ms-animation: 2s ease 0s normal none 1 running slideIn ;
      -o-animation: 2s ease 0s normal none 1 running slideIn ;
    -moz-animation: 2s ease 0s normal none 1 running slideIn ;
 -webkit-animation: 2s ease 0s normal none 1 running slideIn ;
}


.rs_slider  .text-container { 
    position: relative;
    max-width: inherit;
    width: 100%;
}

.rs_slider .text-container .con_text {
   font-size: 63px;
   line-height: 65px;
   color: #fff; font-weight: normal;
   display: block; margin-bottom: 30px;
}

.rs_slider .text-container .con_text span {font-weight: bold;}

.rs_slider .text-container .con_text2 {
   
    font-size: 44px;
    line-height: 55px;
    text-align:left;
   text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.75);
    color: #fff; font-weight: bold;
    display: block;
}

.rs_slider .text-container p {
    line-height: 26px;
    font-size: 16px;
    color: #fff;
}

.rs_slider .text-container .con_link {
    background: linear-gradient(to bottom, #ed1e24, #ed1e24) repeat scroll 0 0 #00b1f2;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: inherit;
    padding: 10px 34px;
    position: absolute;
    text-transform: uppercase;
    text-decoration: none;
    z-index: 999;
}

.rs_slider .text-container .con_link:hover {
    background: linear-gradient(to bottom, #fff, #fff) repeat scroll 0 0 #00a2dd;
    text-decoration: none;color: #ed1e24;
}

@-webkit-keyframes slideIn {
0% { left: 9%; opacity: 0; }
100% { left: 0; opacity: 1; }
}

@-moz-keyframes slideIn { 
0% { left: 9%; opacity: 0; }
100% { left: 0; opacity: 1; }
}

@-o-keyframes slideIn {
0% { left: 9%; opacity: 0; }
100% { left: 0; opacity: 1; } 
}

@-ms-keyframes slideIn {
0% { left: 9%; opacity: 0; }
100% { left: 0; opacity: 1; } 
}

@keyframes slideIn { 
0% { left: 9%; opacity: 0; }
100% { left: 0; opacity: 1; }
}


#topbar {
  background: url(../img/top-bg.png) center top no-repeat;
  padding: 6px 0;
  font-size: 15px; font-weight: bold;
}

#topbar p {margin-bottom: 5px;}

#topbar ul { display: block; }

#topbar ul li {margin-bottom: 10px;}

#topbar ul.list-inline {
  text-align: center
}

#topbar .contact-info {
  font-style: normal; color: #fff;padding-right: 20px;}

#topbar .contact-info a, #topbar .contact-info i span {
  padding-left: 10px;
  color: #fff;
}
#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s; opacity: 0.9; font-family: "Open Sans", sans-serif;
}
#topbar .contact-info i a:hover {
  color: #0083c9;
}

#topbar .social-links a i {color: #fff;
    width: 30px;
    display: block;
    font-size: 13px;
    line-height: 30px;
    text-align: center;}

#topbar .social-links a {
  /*color: #fff;font-size: 12px;
  line-height: 0;padding: 8px;
  transition: 0.3s;border-radius: 50px;
  margin-left: 15px; background-color: #da7911;*/
  width: 30px;margin-right: 10px;
    height: 30px;
    color: #fff;
    display: block;
    background-color: transparent;
    overflow: hidden;
    line-height: 30px;
    position: relative;
    text-align: center;
    border-radius: 0px;
    text-transform: capitalize;
}

#topbar .social-links a:hover {
  color: #0083c9; background-color: #0181ca;
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  display: table;
  width: 100%;
  height: 100vh; 
  background: #000;
}

#intro .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-item::before {
  content: '';
  background-color: rgba(0, 14, 38, 0.5);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#intro .carousel-background img {
  max-width: 100%; 
}





#intro .carousel-content {
  text-align: center;
}

#intro h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;text-shadow: 2px 2px 4px #000000;
}

#intro p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff;
}
#intro .carousel {
    top: 92px;
}

#intro .carousel-fade {
  overflow: hidden;
}

#intro .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

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

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

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

#intro .carousel-control-prev,
#intro .carousel-control-next {
  width: 10%;
}

#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}

#intro .btn-get-started {
 
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #18d26e;
}

#intro .btn-get-started:hover {
  background: #fff;
  color: #18d26e;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;margin-top: 10px;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
  float: left;
  margin: 0;
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #003366;

  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
}

.nav-menu li:hover > a,
.nav-menu > .menu-active > a {
  /*color: #00aeea;*/
    color: #ed1e24;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 16px;
  text-transform: none;
}
.nav-menu ul li {border-bottom: 1px solid #d3d2d2;}
.nav-menu ul li:last-child {border: none;}

.nav-menu ul li:hover > a {
  color: #ed1e24;
}

.nav-menu ul ul {
  margin: 0;
}

.header-action {margin-top: 20px;}

.header-action a {color: #fff;}
.header-action a:hover {color: #fff;}
.felona-btn {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
   font-weight: 700;
    font-size: 13px;
    padding: 12px 12px;
    background: #ed1e24 none repeat scroll 0 0;
    letter-spacing: 1px;
}

.felona-btn:hover {background: #000;}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 30px 20px 0 0;
  border: 0;
  /*background: none;*/
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

/*#mobile-nav-toggle i {
  color: #fff;
}*/

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  
}

#mobile-nav ul li a:hover {
  color: #e1b309;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul li.menu-active a {
  color: #e1b309;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;font-size: x-small;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #e1b309;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #e1b309;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #000;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  /*background: #ddd;*/
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #00aeea;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: #fff;
}

/* Featured Services Section
--------------------------------*/

#featured-services {
  background: #000;
}

#featured-services .box {
  padding: 30px 20px;
}

#featured-services .box-bg {
  background-image: linear-gradient(0deg, #000000 0%, #242323 50%, #000000 100%);
}

#featured-services i {
  color: #18d26e;
  font-size: 48px;
  display: inline-block;
  line-height: 1;
}

#featured-services h4 {
  font-weight: 400;
  margin: 15px 0;
  font-size: 18px;
}

#featured-services h4 a {
  color: #fff;
}

#featured-services h4 a:hover {
  color: #18d26e;
}

#featured-services p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
}

/* Home About Us Section
--------------------------------*/

#aboutus {
  background-color: #fff;
  padding: 60px 0 40px 0;
}

#aboutus .container {
  position: relative;
  z-index: 10;
}

#aboutus .about-img {
  
}

.responsive-iframe {
  
  width: 450px;
  height: 647px;
  border: none;
}

#aboutus .about-col {
  margin-bottom: 40px;
}

#aboutus .about-col span {font-size: 16px; color: #000; font-weight: 700; margin-bottom: 8px; display: block;}

#aboutus .about-col h2 {font-size: 32px; font-weight: 700; color: #000; }

/*#aboutus .about-col h3 {
  font-size: 32px;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;margin-bottom: 40px;
}

#aboutus .about-col h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #fff;
  bottom: 0;
  left: calc(50% - 20px);
}*/

#aboutus .about-col p {
  font-size: 16px;
  line-height: 26px;
  color: #999;
  margin-bottom: 30px;
}

.text_bg {
    background: url(../img/text_bg.jpg) no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-position: center center;
    display: inline-block;
    font-weight: 700;
    font-size: 70px;
    
    letter-spacing: 3px;
    position: relative;
}

.about-action a {
    text-transform: capitalize;
    color: #111;
    font-weight: 500;
    padding: 5px 0 5px 20px;
    border-left: 1px solid #eee;
    margin-top: 20px;
    display: inline-block;
}

.about-action a:hover {
    color: #ff6d34;
    border-left: 1px solid #ff6d34;
}

.about-action a:hover i {
    padding-left: 5px;
}

.single-info {
    margin-top: 30px;
    text-align: center;
    padding: 24px 20px;
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    overflow: hidden;
    position: relative;
}

.info-icon {
    width: 45px;
    height: 45px;
    margin: 0 auto;
    text-align: center;
}

.info-icon img {
    width: 100%;
    height: 100%;
}

.info-text {
    margin-top: 15px;
}

.info-text h4 {
    color: #111;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 25px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500; margin-bottom: 0px;
}

.info-text h4 span {
    display: block;
}

.single-info:after {
    position: absolute;
    content: '';
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #ff6d34;
    left: 0;
    border-radius: 4px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.about-right {
    position: relative; text-align: right;
}

.about-right .about-img:nth-child(1) {
    position: absolute;
    bottom: -230px;
    left: -65px;
    z-index: 1;
    width: 90%;
}

.about-right .about-img {
    width: 90%;
    border-radius: 4px;
    position: relative;
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
}

#aboutus .about-col ul {margin: 0; padding: 0; list-style: none; }

#aboutus .about-col ul li {font-size: 14px; color: #fff; line-height: 30px;}

#aboutus .about-col ul li::before {
  content: "■";
  color: #007ed5;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: 0em; padding-right:20px;
}
#aboutus .abt-btn {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 24px;
  border-radius: 0px;
  transition: 0.5s;
  margin-top: 30px;
  
  color: #fff; background-color: #007ed5; 
}

#aboutus .abt-btn:hover {
  background-color: #0d4159; 
  color: #fff;
}

.ser_wrapper {margin-top: 40px}

.ser_wrapper .ser-icon {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    /*width: 64px;
    height: 64px;
    border: 0px solid #ffcbba;
    border-radius: 50px;
    background: #fff;*/
    transition: 0.5s;
    
  }

.ser_wrapper .ser-icon img {opacity: 1.0; width: 64%;}  



.ser_wrapper .ser-title {
    margin-left: 83px;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px;
}

.ser_wrapper h4 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
}

.ser_wrapper .ser-title a {
    color: #343a40;
    transition: 0.3s;
}

.ser_wrapper .ser-title a:hover {
    color: #0181ca;
    
}

.ser_wrapper .ser-description {
    margin-left: 83px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 500;
}
/* Home columns */

.columnsWrap {width: 80%;
    margin: 00 auto;}

.columnsWrap h2 {font-size: 28px; color: #fff; background-color: #231f20;}
.columns {
  float: left;
  width: 33.3%;
  padding: 0px;
}

.price {
  list-style-type: none;
  border: 0px solid #eee;
  margin: 0;
  padding: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.price .header {
  background-color: #a7a9ac;
  color: #000; font-weight: 600;
  font-size: 20px;vertical-align: middle;
}

.price li {
  border-bottom: 0px solid #eee;
  padding: 8px;
  text-align: center;margin-bottom: 8px;
}

.price .grey {
  background-color: #414042;
  font-size: 20px;color: white;
}

/* Home Products Section
--------------------------------*/


/* Home Services Section
--------------------------------*/


/* Call To Action Section
--------------------------------*/

#call-to-action {
  background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(../img/call-to-action-bg.jpg) fixed center center;
  background-size: cover;
  padding: 60px 0;
}

#call-to-action h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action p {
  color: #fff;
}

#call-to-action .cta-btn {
  
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #18d26e;
  border: 2px solid #18d26e;
}

/* Call To Action Section
--------------------------------*/

#skills {
  padding: 60px 0;
}

#skills .progress {
  height: 35px;
  margin-bottom: 10px;
}

#skills .progress .skill {
  
  line-height: 35px;
  padding: 0;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}

#skills .progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}

#skills .progress-bar {
  width: 1px;
  text-align: left;
  transition: .9s;
}

/* Facts Section
--------------------------------*/

#facts {
  background: url("../img/facts-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 0 0;
  position: relative;
}

#facts::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.88);
  z-index: 9;
}

#facts .container {
  position: relative;
  z-index: 10;
}

#facts .counters span {
  
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #18d26e;
}

#facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  
  font-size: 14px;
  color: #111;
}

#facts .facts-img {
  text-align: center;
  padding-top: 30px;
}

/* Portfolio Section
--------------------------------*/

#portfolio {
  padding: 60px 0;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

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

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

#portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

#portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#portfolio .portfolio-item {
  position: relative;
  height: 360px;
  overflow: hidden;
}

#portfolio .portfolio-item figure {
  background: #000;
  overflow: hidden;
  height: 240px;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

#portfolio .portfolio-item figure:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item figure .link-preview,
#portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: inline-block;
  opacity: 0;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s linear;
}

#portfolio .portfolio-item figure .link-preview i,
#portfolio .portfolio-item figure .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #333;
}

#portfolio .portfolio-item figure .link-preview:hover,
#portfolio .portfolio-item figure .link-details:hover {
  background: #18d26e;
}

#portfolio .portfolio-item figure .link-preview:hover i,
#portfolio .portfolio-item figure .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 44px);
}

#portfolio .portfolio-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 44px);
}

#portfolio .portfolio-item .portfolio-info {
  background: #fff;
  text-align: center;
  padding: 30px;
  height: 90px;
  border-radius: 0 0 3px 3px;
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info h4 a {
  color: #333;
}

#portfolio .portfolio-item .portfolio-info h4 a:hover {
  color: #18d26e;
}

#portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #b8b8b8;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

/* Home Clients Section
--------------------------------*/

.homeclients {padding: 60px 0 0;}
.homeclients p {font-size: 16px;
  line-height: 24px;color: #666;text-align: center;}

.homeclients h3 {
  font-size: 30px;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.homeclients h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #00aeea;
  bottom: 0;
  left: calc(50% - 20px);
}

#clients {
 padding-top: 0px; padding-bottom: 60px;
}

#clients img {
  max-width: 100%;
  opacity: 1;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav,
#clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: none;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #18d26e;
}

/* new Testimonials 
--------------------------------*/

.testi-heading { margin-bottom:30px; }

.testi-heading h3 {
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 30px;}

.testi-heading h2 {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 70px;}

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 455px;
    position: relative;
    
    padding-top: 0px;
    padding-bottom: 100px;
    background-position: center;
        background-size: cover;
}
/*#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}*/
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

/*.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}*/
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #000;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #ed1e24;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/*.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}*/

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%; height: 350px;
  margin: auto;
  padding: 5px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    /*box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);*/
}
.testimonial4_slide p {
    color: #000;
    font-size: 20px;
    line-height: 1.4;
    margin: 0px 0 20px 0;
}
.testimonial4_slide h4 {
  color: #000; text-transform: uppercase;
  font-size: 22px; margin-bottom: 30px; margin-top: 30px;
}

.testimonial4_slide h4 span {color: #ed1e24;}

.testimonial .carousel {
  padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/*.carousel .carousel-indicators li {
   width: 10px;
  height: 10px;
  border-radius: 100%;
}*/
/* Home Testimonials Section
--------------------------------*/


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

.section-title h2 {font-size: 44px; color: #000; font-weight: 600;}

/* testi --*/

/* --new inner banner--*/

.inner-banner {
    position: relative;
    margin-top: 90px;
    background-image: url(images/backgrounds/inner-banner-bg-1-1.jpg);
    background-repeat: no-repeat;background-size: cover;
   /* 
    background-attachment: fixed;
    background-position: center top;*/
}

.inner-banner .container {
    /*padding-top: 260px;
    padding-bottom: 213px;*/
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
    
}

.inner-banner__title {
    margin: 0; margin-bottom: 15px;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.75);
    color: #fff; text-transform: uppercase;
    font-size: 40px;
    font-weight: bold;text-shadow: 2px 0px 7px #000000;
}

.inner-banner ul {margin: 0; padding:0;}

.inner-banner ul li {
    display: inline-block;
    position: relative;
}

.inner-banner ul li a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    
}

.inner-banner ul li + li {
    margin-left: 30px;
}

.inner-banner ul li + li::before {
    position: absolute;
    content: "\f054";
    font-family: FontAwesome;
    color: #fff;
    left: -24px;
    top: 3px;
}

/* About us --*/

.aboutMain {padding: 60px 0 40px 0;}

.dec-img {margin-bottom: 50px;}

.dec-img .cap { margin-top: 20px; }

.dec-img .cap h5 { font-size: 20px; color: #000; font-weight:600; margin-bottom: 10px;}

.dec-img .cap span {font-size: 18px; color: #000;}

.dec {margin-top: 30px; }

.dec p { margin-bottom: 10px; font-size: 18px; color: #000; line-height: 28px;}


.aboutVision {background-color: #000; padding: 80px 0 50px;}

.ibox {position: relative;overflow: hidden;}

.ibox { margin-bottom: 30px; }

.zoomOut img {-webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;}

.zoomOut:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.ibox img {width: 100%;}

.overTxt {padding: 20px 10px; background-color: rgba(0, 0, 0, 0.70); position: absolute;bottom: 0;width: 100%; text-align: center;}

.overTxt h3 { margin-bottom: 0; color: #fff; font-size: 34px; font-weight: 500;}


/*.arrow-right {
  width: 0; 
  height: 0; 
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  
  border-left: 60px solid green;
}*/

.sq {width:100%;height:110px;background-color: #000;}

.arrowBox{
  position: relative;
  width:100%;
  background: #0085D1;
  height:110px;
  line-height: 40px;
  margin-bottom:30px; 
  text-align:left;
  color:#fff;
}

.arrowBox h2 {font-size: 47px;
    color: #fff;}

.arrow-right:after{
    content: "";
    position: absolute;
    right: -55px;
    top: 0;
    border-top: 55px solid transparent;
    border-bottom: 55px solid transparent;
    border-left: 55px solid #0085D1; 
}


/* Bonded */

.bonded {
    padding: 60px 0 40px 0;
}

.brand_content_box { border: 1px solid #e5e5e5; margin-bottom: 50px;}

.brand_content {padding: 30px;}

.brand_content a { color: #007ed5; }

.brand_content a:hover { color: #000; }

.brand_content h2 { font-weight:600; }

.brand_content .view-btn {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 24px;
    border-radius: 0px;
    transition: 0.5s;
    margin-top: 20px;
    color: #fff;
    background-color: #007ed5;
}

.brand_content .view-btn:hover {
  background-color: #0d4159; 
  color: #fff;
}

.brand_img {padding: 30px; text-align: center;
    background-color: #f2f2f3; overflow: hidden;}

.brand_img figure {
    width: 275px;
    height: 275px;
    margin: 0 auto;
    padding: 0;
}

.brand_img figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.brand_img figure:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* cutting */

.cutting {padding: 60px 0 40px 0;}

.application { border-bottom: 1px solid #000; padding-top: 8px; padding-bottom: 8px; 
  margin-bottom: 30px;}

.application span {text-transform: uppercase; font-size: 24px;
  font-weight: 600;}

.cutting_box { border: 1px solid #e5e5e5;
    margin-bottom: 50px; }

.cutting_img {padding: 20px; text-align: center;
    background-color: #f2f2f3; }

.cutting_img figure {
    width: 214px;
    height: 214px;
    margin: 0 auto;
    padding: 0;
}

.cutting_img figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.cutting_img figure:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.cutting_cap {padding: 15px;}

.cutting_cap a {
    color: #000;
}

.cutting_cap a:hover {
    color: #bad401;
}

.cutting_cap h2 { text-transform: uppercase; font-size: 20px; text-align: center; font-weight: 600;}


/* cutting disc */

.cutting_disc {
    padding: 60px 0 40px 0;
}

.cutting_disc_box {
    border: 0px solid #e5e5e5;
    margin-bottom: 50px;
}

.cutting_disc_img {
    padding: 30px;
    text-align: center;
    background-color: #f2f2f3;
    overflow: hidden;
}

.cutting_disc_img figure { margin:0; }

.cutting_disc_content {
    padding: 0px 30px;
}

.cutting_disc_content h2 {
    font-weight: 600;
}

.cutting_disc_content p {}


.pro_range_table .table-responsive {
    padding: 0;
}

.pro_range_table thead {
    background: #bad401; color: #fff;
}

.pro_range_table .table-responsive {
    border: 0px solid #e0d8c2;
}

.pro_range_table .table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}


/* cutting */

.offering { margin-top: 30px; padding: 80px 0; background-color: #000;}

.offering-box { margin:50px 0; }

.offering-box p { font-size: 30px; color: #fff; padding: 20px 0 0 0px; }

.offering-text { color: #fff; width: 62%; margin: 0 auto;}

.offering-text table {text-align: center;  font-size: 20px; margin-bottom: 40px;}

.offering-text table tr td { width: 33%; padding: 35px;}

.offeringLink {margin-top: -15px; padding: 50px 10px; text-align: center; background-color: #b27d2d; background-image: linear-gradient(to right, #b27d2d, #efc76a, #b27d2d);}

.offeringLink h4 {font-size: 44px; font-weight: 700; margin-bottom: 5px; }

.offeringLink span {font-size: 36px;  font-weight: 400;}

.offeringLink a {color: #000;}

.offeringLink a:hover {color: #fff;}

.NumberBox {width: 30%; height: 70px; margin: 0 auto; background-color: #a7aaac ;    z-index: 996;
    position: relative;text-align: center;}

 .NumberBox span {font-size: 40px; color: #fff; font-weight: 600; }   

/* Flashing */

.hover13:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}


/* Know --*/

.know {margin-top: 50px; margin-bottom: 50px;}

.knowBg {background: url(../img/knowBg.png) center top no-repeat;
  margin: 0 auto;width: 100%;}

.knowBg2 {background: url(../img/knowBg2.png) center top no-repeat;
   margin: 0 auto;width: 100%;}  

.knowText { padding: 80px 0px 40px 50px; }

.knowText h2 {font-size: 36px; color: #fff; font-weight: 700; text-transform: uppercase;}

.knowText p {font-size: 14px; color: #fff;}

.knowText .knowBtn {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    color: #fff;
    background: #0d4159;
    height: 38px;
    line-height: 38px;
    padding: 0 30px;
    display: inline-block;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    }

.knowText .knowBtn:hover {background: #105473;}

.knowImg {margin-bottom: 0; margin-top: 38px;background-color: #a7aaac;}

.knowImg img {}

.gey {background-color: #a7aaac;}

/* operating */

.operating {padding-top: 90px; padding-bottom: 80px;}

.widget-heading {margin-bottom: 70px; text-align: center;}

.operating .widget-heading h3 {font-size: 45px; line-height: 48px; 
  font-weight: 500; color: #bad401; }

.operatingImg {
    background: url("../img/operatingImg.png") no-repeat center;
       
    position: relative;
    width: 100%; height:1098px;
  }

.widget-container {margin: 60px 0px 0px 0px;}

.widgetTop {margin-top: 190px;}

.widgetTop2 {margin-top: 250px;}

.elementor-heading-title {
    color: #000000;
    font-size: 28px;
    font-weight: 600;
  }

.widget-container p {font-size: 14px; margin-bottom: 10px; color: #333; line-height: 24px;}

.widget-container a {color: #bad401;} 

.widget-container a:hover {color: #0a4d72;} 

/* Counter */

#counter { }

.HomeCounter {
    background: url(../img/about-section.png) no-repeat center #ed1e24;
    background-size: cover;
    display: block;
    width: 100%;
    padding: 100px 0;
    margin-bottom: 5px;
}



.counter-home {margin-top: 40px; margin-bottom: 20px;}

.counter-box-heading {
    text-align: center;
}

.counter-box-heading h3 {
    
    color: #fff;
    font-weight: 300;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-size: 25px;
}

.counter-box-heading h2 {
    
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 35px;
}

.counter-wrap, .counter-wrap2, .counter-wrap3, .counter-wrap4 {
    text-align: center;
    padding: 30px 0;
    margin: 0px 0;
}

.wrapLine {
  border-right: 1px solid #fff;
}

.counter-wrap {    margin-top: 60px; background:#fff;padding: 20px; border-radius: 5px;
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1); text-align: center;
 }

.counter-wrap2 {border: 1px solid #0a4d72;
    border-width: 0px 1px 0px 0;}

.counter-wrap3 {border: 1px solid #0a4d72;
    border-width: 0px 0px 1px 0;}

.counter-wrap4 {border: 1px solid #0a4d72;
    border-width: 0px 0px 0px 0;}

.counter-wrap * + .counter-value2 {
    margin-top: 28px;
}

.counter-wrap2 * + .counter-value2 {
    margin-top: 28px;
}

.counter-wrap3 * + .counter-value2 {
    margin-top: 28px;
}

.counter-wrap4 * + .counter-value2 {
    margin-top: 28px;
}

#circle {
    margin: 0;
}
.counter-wrap .img-responsive {
    margin: 0 auto;
}
.counter-value2 p {
    color: #ed1e24;
    font-weight: 700;
    font-size: 36px;
    margin: 0;
    
}
.counter-wrap span {
    display: inline;
}
.counter-value2 h4 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
   color: #000;margin-top: 0px;
 }

.counter-icon {margin-bottom: 10px;}

/* Team Section
--------------------------------*/

#team {
  background: #fff;
  padding: 60px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #000;
  position: relative;
}

#team .member .member-info {
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#team .member .member-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}

#team .member:hover .member-info {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

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

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

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  transition: none;
  color: #fff;
}

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

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


/* New inner Banner Section */

.rs-breadcrumbs {
   /* position: relative;*/
    margin-top: 92px;
    background: url(../img/services_1A.jpg)no-repeat;
    background-size: cover;
    /*margin: 0px;*/
    padding: 0px;
    border: 0px;
    position: relative;
}

.rs-breadcrumbs .breadcrumbs-single {
    min-height: 645px;
    background-size: cover;
    background-position: center;
}


.breadcrumbs-inner {
   padding-top: 266px;
    text-align:left;
    padding-bottom: 206px;
}

.breadcrumbs-inner .page-title {
    margin: 0 0 15px;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-weight: 700;
    text-transform: capitalize;
font-size: 44px;
font-family: 'Poppins';
text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.75);
}
    
.page-breadcrumb {text-align: left;}
.page-breadcrumb .breadcrumb {
    background-color: transparent;
    padding: 5px 0px;
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: 400;
    border: none;
    color: #fff;display: block;
    
    text-transform: uppercase;
    
    
}

.breadcrumb>li {
    display: inline-block;
}
.breadcrumb>li>a {
    color: #fff;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #fff;
    content: "/\00a0";
}


section.inner_banner h3 {
    margin: 0;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: -1px;
    text-align: center;
    line-height: 110px !important;
    padding: 0;
  color: #fff;
}

/* inner Banner Section 
--------------------------------*/



/*.g-bg-position--center {background: url(../img/services_1A.jpg) 0 0 no-repeat;
    background-size: cover !important;
    background-position: top center !important;
}

.g-container--md {
    padding-right: .9375rem;
    padding-left: .9375rem;
    margin-right: auto;
    margin-left: auto;
}

.g-text-center--xs {
    text-align: center;
}

.g-padding-y-150--xs {
    padding-top: 295px;
    padding-bottom: 295px;
}
.g-color--white {
    color: #fff !important;font-weight: 700;margin-bottom: 10px;text-shadow: 2px 2px 4px #000000;
}

.g-font-size-40--xs {
  font-size: 40px !important;
}

.page-breadcrumb {text-align: center;}

.page-breadcrumb .breadcrumb {
    background-color: transparent;
    padding: 5px 0px;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 800;
    border: none; display: block;
    color: #fff;
    -webkit-text-shadow: 2px 2px 5px #000;
   
    -moz-text-shadow: 2px 2px 5px #000;
    text-shadow: 2px 2px 5px #000;
    right: 0;
    left: 0;
    position: absolute;
}
.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>li>a {
    color: #fff;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #fff;
    content: "/\00a0";
}*/

/* Soluctions Section
--------------------------------*/

.shadow-img {box-shadow: 2px 2px 11px 1px rgba(0,0,0,0.1); margin-bottom: 50px;}


#soluctions {
    background: #fff;
    background-size: cover;
    padding: 60px 0 40px 0;
}
#soluctions h4 {font-size: 22px;  font-weight: 700;}
#soluctions ul li {font-size: 17px;  }

.section-header h2 {
    font-size: 32px;
    color: #00b1f2;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 40px;
}

.apps1 {margin-bottom: 30px; }

.apps1 img {margin-bottom: 30px; }

.section-header h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #00aeea;
    bottom: 0;
    left: calc(50% - 20px);
}

#extraElement {
    background: url(../img/extraElementBg.jpg) center top no-repeat;
    background-size: cover;
    padding: 60px 0 40px 0;
    position: relative;
}

#extraElement p {
    line-height: 28px;
    color: #fff; font-weight: 700;
    margin-bottom: 30px;font-size: 26px;
}
#extraElement ul {margin-left: -36px;}
#extraElement ul li {
    line-height: 25px;
    color: #fff; font-size: 17px;
    background-image: url(../img/bullet.png);
    background-position: 0px 3px;
    background-repeat: no-repeat;
    padding-left: 28px;
    list-style: none !important;
   margin-bottom: 26px;
}

#extraElement2 {

    background-color: #eef1f8;
    background-size: cover;
    padding: 60px 0 40px 0;
    position: relative;
}

#extraElement2 p {
    line-height: 28px;
    color: #00aeea; font-weight: 700;
    margin-bottom: 30px;
}
#extraElement2 ul {margin-left: -36px;}
#extraElement2 ul li {
    line-height: 28px;
    color: #666666; font-size: 18px;
    background-image: url(../img/bullet2.png);
    background-position: 0px 7px;
    background-repeat: no-repeat;
    padding-left: 28px;
    list-style: none !important;
   
}

.soluctions2 {  padding: 60px 0 40px 0;}

.soluctions2 h4 {
   font-size: 26px;
    color: #00aeea;
    text-transform: uppercase;
    text-align: left;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 40px;
}

.soluctions2 h4::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #00aeea;
    bottom: 0;
    left: 0;
}

.rightImg {margin-top: 50px; text-align: right;}
.leftImg {margin-top: 50px; margin-bottom: 60px; text-align: left;}

.soluctions3 {
   /* background: url(../img/counterBg.jpg) center top no-repeat;*/
    background-size: cover;
    padding: 60px 0 40px 0;
    position: relative;
    text-align: center;
    margin-bottom: 2px;
}

.icon-box {
  box-shadow: 2px 2px 11px 1px rgba(0,0,0,0.1);
  padding: 20px 10px;
}

.iconbox-paddLeft {
  margin-left: -10px;
}

.iconbox-paddRt { margin-right: -10px;

}

.soluctions3 h4 {
    font-size: 18px;
     color: #00aeea;
    margin-bottom: 20px;
}

.soluctions3 p{
    font-size:34px;
    font-weight: bold;
    color: #00aeea;
    margin-bottom: 5px;
}

.soluctions3 img {
    margin-bottom: 20px;
}

/* Services page Section
--------------------------------*/

.service-page { padding: 80px 0 60px 0; margin-bottom:50px; }

.service-pic img {width: 60%; height: auto;}

.service-page h2 {font-size: 28px;
    font-weight: 600;
    color: #000;}

.single-career-sidebar {
    margin-bottom: 30px;
}

.quick-contact {
    padding: 25px;
    background: #edeff2 none repeat scroll 0 0;
}

.quick-contact ul li {
    margin: 5px 0; list-style-type: none;
}

.quick-contact ul, ol {
    margin: 0;
    padding: 0;
}

.quick-contact ul li a {
    display: block;
    text-transform: uppercase;
    color: #072948;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding: 15px 20px;
    background: #fff;
    border-left: 4px solid #d7d7d7;
}

.quick-contact ul li a i {
    float: right;
    font-size: 20px;
}

.quick-contact ul li a:hover, .quick-contact ul li.active a {
    background: #ff6d34 none repeat scroll 0 0;
    color: #fff;
    border-left: 4px solid #072948;
}

/* Contact Section
--------------------------------*/

.contact-area {padding: 70px 0; margin-bottom: 60px;}

.contact-form {
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    padding: 30px;
}

.contact-form form p {
    margin-top: 14px;
}

.contact-form form p input {
    width: 100%;
    border: medium none;
    background: #f8f9fa none repeat scroll 0 0;
    padding: 10px 15px;
    height: 50px;
    font-size: 14px;
    color: #111;
}

.contact-form form p textarea {
    width: 100%;
    min-height: 130px;
    border: medium none;
    background: #f8f9fa none repeat scroll 0 0;
    padding: 10px 15px;
    height: 50px;
    font-size: 14px;
    color: #111;
}

.contact-form form p button {
    width: auto;
    padding: 15px 20px;
    background: #ed1e24 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; margin-top: 20px;
}

.contact-form form p button:hover {
    background: #111 none repeat scroll 0 0;
}


.contact-form h3, .contact-info h3 {
    font-family: 'Ubuntu', sans-serif;
    color: #111;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-size: 35px;
    position: relative;
}

.contact-info h3:after {
    position: absolute;
    height: 4px;
    width: 18%;
    background: #ff6d34 none repeat scroll 0 0;
    content: "";
    left: 0;
    bottom: -15px;
}

.single-contact-info {
    margin-top: 30px;
}

.single-contact-info p {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 7px;
}

.single-contact-info h4 {
    font-size: 15px;
    color: #111;
    text-transform: capitalize;
    line-height: normal;
    letter-spacing: 1px;
    font-weight: 600;
}

.single-contact-info h4 a {color: #111;}

.single-contact-info h4 a:hover {color: #ed1e24;}

.contact-social li {
    display: inline-block;
}

.contact-social li a {
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 40px;
    display: block;
    border-radius: 50%;
    background: rgba(35, 61, 99, 0.1);
    color: #677286;
    position: relative;
}

.contact-social li a:hover {
    background: #ed1e24 none repeat scroll 0 0;
    color: #fff;
}

.contact-social li a:before {
    position: absolute;
    content: '';
    left: 50%;
    top: -3px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 22px;
    height: 9px;
    border-radius: 50%;
    background-color: #fff;
}


.googlemap { margin-top:50px; }

/*-- # Home Services -*/

.home-service-area {padding: 70px 0;}

.site-heading {
    width: 100%;
    margin-bottom: 30px;
}

.site-heading h4 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #ff6d34;
}

.site-heading h2 {
    font-family: 'Ubuntu', sans-serif;
    color: #111;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 35px;
    margin: 15px 0;
    position: relative;
}

.site-heading p {}

.single-service {
    margin-top: 30px;
    text-align: center;
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    overflow: hidden;
    position: relative;
}

.service-image img {
    max-width: 100%;
    height: auto;
}

.service-desc {
    padding: 30px 20px;
}

.service-desc h3 {
    color: #000;
    font-size: 20px;
    text-transform: capitalize;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}

.service-desc h3 a {
    color: #111;
}

.service-desc p {margin: 0; font-size: 16px; color: #999;}

.service-box-action a.felona-btn-border {
    margin-top: 20px;
}

.felona-btn-border {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    color: #ed1e24;
    
    font-weight: 600;
    font-size: 14px;
    padding: 8px 35px;
    border: 2px solid #ed1e24;
    letter-spacing: 1px;
}

.felona-btn-border:hover {
    background: #ed1e24 none repeat scroll 0 0;
    color: #fff;
}

/*-- # Home step -*/

.step {background-color: #0439AB;
    background-image: url(../img/step-Bg.jpg);
    background-repeat: no-repeat;
    background-size: cover; position: relative; padding-bottom: 50px;}

.bg-overlay {
  background-image: url(../img/Line-1-1.png);
    background-position: 0px 247px;
    background-repeat: no-repeat;
    opacity: 1}

.bg-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.step-heading {
    text-align: center;
    margin-bottom: 90px; margin-top: 70px;overflow: hidden;
}

.step-heading h3 {
    color: #fff;
    font-weight: 300;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-size: 25px;
}

.step-heading h2 {
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 35px;
}

.step-1 {}

.step-2 .step-container {margin: -35px 0px 0px 0px;}

.step-icon-box {text-align: center;}

.step-icon-wrapper {
  background-color: #fff; border-radius: 50% 50% 50% 50%;
    overflow: hidden; 
    width: 180px;
    height: 180px;
  display: inline-block;
  text-align: center;position: relative;
}

.step-content {margin-top: 20px;}

.step-content h4 {font-size: 22px; color: #fff; font-weight:600; }


/*-- # Advantages -*/

.advantages {padding: 105px 0px 65px 0px;}

.bdt-sub-heading {color: #000;display: inline-block;
 position: relative; margin-bottom: 30px; margin-top: 90px;}

.bdt-sub-heading-content {
    vertical-align: middle; font-size: 18px; text-transform: uppercase;}

.bdt-sub-heading-content:before {
  content: "";
    display: inline-flex;
    width: 100px;
    height: 4px;
    background-color: #ed1e24;
    position: relative;
    margin-right: 20px;}

.adv-title { font-size:43px; color:#000; font-weight:600; }

.advantages p {font-size:16px; color:#999; font-weight:400;}

.para-wrap {padding: 0px 80px 30px 0px;}

.benefits {}

.ben-box {margin-bottom: 20px; display: inline-block;}

.ben-img {float: left; margin-right: 20px; width: 63px;}

.ben-txt {float: left;}

.ben-txt h4 {font-size: 18px; line-height: 26px; color: #000; font-weight: 500; margin-top: 10px;}


.advantages-img {}

.extra-img {position: relative; margin: -180px -73px 0px 339px;}


/*-- # Band -*/

.elementor-element-d5bc87a {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: -120px;
    margin-bottom: 95px;
    padding: 35px 80px 35px 80px;
    z-index: 1; background-color:#F0F1F2;
}

.rw_side_clip {
    clip-path: polygon(3.5% 0, 100% 0%, 96.5% 100%, 0% 100%);
    margin-right: -30px;
    margin-left: -30px;
    width: 110% !important;
}

.bdt-icon-heading {margin-bottom: 0px;}

.bdt-advanced-icon {margin-right: 30px; float: left;}

.bdt-icon-box-title-wrapper {text-align: left;}

.bdt-advanced-icon-box-title { color: #000;
  font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 22px;
  margin-bottom: 10px;
    display: inline-block;}

.bdt-advanced-icon-box-sub-title {color: #000; margin-bottom: 0;
    margin-top: 0; font-size: 16px; font-weight: 700;}

.bdt-advanced-icon-box-sub-title a {color: #000;}

.bdt-advanced-icon-box-sub-title a:hover {color: #ed1e24;}  

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #f4f8fc;
  
  color: #eee;
  font-size: 16px;
}

.footer-top-design img { width: 100%; margin-bottom: -31px;}

#footer .footer-top {    
  background: #000f29;
  padding: 54px 0 0px 0;
  
}

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

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

#footer .footer-top .footer-info ul li {
    line-height: 24px;
    position: relative;
    padding-left: 25px;
}

#footer .footer-top .footer-info ul li:not(:last-child) {
    margin-bottom: 12px;
}

#footer .footer-top .footer-info ul li i {
    position: absolute;
    top: 5px;
    left: 0;
    color: #007ed5;
}

#footer .footer-top .footer-info ul li a {color: #fff;}

#footer .footer-top .footer-info ul li a:hover {color: #007ed5}

#footer .border-1 {border-right: 1px solid hsla(0,0%,100%,.1);}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
 
  letter-spacing: 3px;
  border-left: 4px solid #18d26e;
}

#footer .footer-top .footer-info img {margin-bottom: 32px;}
#footer .footer-top .footer-info p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 25px;
 color: #fff;
    margin-top: 10px;
}

#footer .footer-top .footer-info p a {color: #fff;}

#footer .footer-top .social-links2 a {
  display: inline-block;
  color: #333;
  line-height: 1;
 margin-right: 10px;
  border-radius: 0%;
  text-align: center;
  transition: 0.3s;margin-bottom: 20px;
}
#footer .footer-top .social-links2 a img:hover { opacity: 0.6; }
#footer .footer-top .social-links2 a img {box-shadow: 2px 2px 11px 1px rgba(0,0,0,0.1);}

#footer .footer-top .social-links .twitter {background: #1bd741;}
#footer .footer-top .social-links {margin-top: 20px;}
#footer .footer-top .social-links a {
  font-size: 16px;
  display: inline-block;
  /*background: #007ed5;*/
  color: #eee;
  line-height: 1;
  padding: 12px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  transition: 0.3s;margin-bottom: 20px;
}

#footer .footer-top .social-links a:hover {
  /*background: #bad401;*/
  color: #ed1e24;
}

.download {margin-top: 15px; }



.download figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.download figure:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#footer .footer-top h4 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding-bottom: 23px;
  position: relative;
  padding-top: 15px;
margin-bottom: 10px;
}

.newsletter input {height: 60px;width: 250px;padding: 10px}
.add-on {padding: 0px;}

/*#footer .footer-top h4::before,
#footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

#footer .footer-top h4::before {
  right: 0;
  background: #555;
}

#footer .footer-top h4::after {
  background: #18d26e;
  width: 60px;
}*/

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

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

#footer .footer-top .footer-links ul i {
  padding-right: 5px; position: relative;
  color: #ed1e24; font-size: 8px; top: -2px;
}

#footer .footer-top .footer-links ul li {
  /*border-bottom: 1px solid #333;*/
  padding: 7px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff; font-size: 15px;
}

#footer .footer-top .footer-links ul a:hover {
  color: #ed1e24;
}



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

#footer .footer-top .footer-contact p {
  line-height: 26px; color: #fff; font-size: 15px;
}
#footer .footer-top .footer-contact p a {
  line-height: 26px;color: #333;font-size: 15px;
}

#footer .footer-top .footer-contact p a:hover {
  color: #007bff;
}

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

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #18d26e;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

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



#footerBot .credits {
  text-align: center;
 }

#footerBot .credits a {
  color: #fff;
 }

#footerBot .credits a:hover {
  color: #e1b309;
 }


#footerBot {
  background: #fff;
  padding: 20px 0px;
  color: #fff; font-weight: 400;
  font-size: 15px;text-align: center;
  
  border-top: 1px solid #707173;
}


#footerBot .copyright span {
  color: #fff;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }

  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
    
    #contact .vline {
   
    border-right: 1px solid #ddd;    padding: 20px 0;
  }  
    
  .g-font-size-60--md {font-size: 48px !important;} 



  
}

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (min-width: 1024px) {
  #header #logo {
    
  }

  #intro p {
    width: 60%;
  }

  #intro .carousel-control-prev,
  #intro .carousel-control-next {
    width: 5%;
  }

  #nav-menu-container {
    
  }
}

@media (max-width: 768px) {

  .offering-box p {
    font-size: 20px;
   padding: 20px 0 0 0px;
}

.offering-box {
    margin: 30px 0;
}

.offering-text {width: 100%;}

.offeringLink {margin-bottom: 50px;}

  .breadcrumbs-inner {
    padding-top: 100px;
    padding-bottom: 148px;
}

  .banner-design {
    display: none;
}
  .back-to-top {
    bottom: 15px;
  }

  #header #logo h1 {
    font-size: 28px;
  }

  #header #logo img {
    max-height: 60px;
  }

  #intro h2 {
    font-size: 28px;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }
    .rs_slider .text-container .con_text { font-size: 26px; line-height: 38px;}
    .rs_slider .text-container .con_text2 {font-size: 34px;}
    
     #services {text-align: center;}
    }

    
    .homeclients {text-align: center;}
    .homeclients h3 {text-align: center;}
    .homeclients h3::after { left: calc(50% - 20px);}
    #clients {padding-top: 0px; }
    #footer {/*text-align: center;*/}

    #footerBot {text-align:left; background: #000f29;}

    #footerBot .credits {text-align:right;}
    #footerBot .copyright {/*text-align: center;*/ }


    
  
}

@media (max-width: 480px) {
  .breadcrumbs-inner {
    padding-top: 50px;
    padding-bottom: 65px;
}

}

@media (min-width: 480px) {
   
    .g-font-size-50--sm {font-size: 46px !important;}

     
}

@media (min-width: 320px) and (max-width: 480px) {

  .rs_slider .text-container .con_text {
    font-size: 20px;
    line-height: 28px;margin-bottom: 8px;
    }

    .rs_slider .text-container .con_text2 {
    font-size: 19px;
    line-height: 28px;
    }

    .rs_slider .flexslider .breadcrumb {
    font-size: 15px !important;
    }


}


/* Faqs */
.faq {margin-bottom: 40px;}

.faq h3 { color: #000;
    font-size: 24px;font-family: 'Poppins';
    font-weight:bold;
    margin-bottom: 38px;
    text-transform: capitalize;
}
.faq .panel-group .panel {
    border-radius: 0;
    border: none;
    box-shadow: none;
}
.faq .panel-default > .panel-heading {
    padding: 0;
    /*background: #f2f5f8;*/border-bottom: 1px solid #d4d4d4;
}
.faq .panel-heading {
    border-radius: 0;
}
.faq .panel-default > .panel-heading a.collapsed {
    background-position: right top;
}
.faq .panel-default > .panel-heading a {
    padding: 13px 60px 14px 0px;
    color: #000;
    position: relative;line-height: 30px; 
}
.faq .panel-title > a {
    display: block;
}
.faq .collape-plus {
    background: #00aeea;
    color: #fff;
}
.faq .collape-plus {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 48px;
    height: 100%;
    text-align: center;
}
.faq .panel-group .panel-heading + .panel-collapse > .panel-body {
    border: none;
    padding: 30px 28px;
   /* background: #e9ecee;*/ border-bottom: 1px solid #d4d4d4;
}
.faq .panel-group .panel p {
    font-weight: 300; font-size: 20px;
}
.collape-plus:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    color: inherit;
    font-weight: 600;
    /*text-transform: capitalize;*/
}

.padding-top {
    padding-top: 100px;
}

.contactformbg {
    background-image: url(../img/contactbg.png);
    padding-top: 50px; padding-left: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-bottom: 50px;
    color: #fff;
    margin-bottom: 40px;
}

.get-in-touch {
    background-image: url(../img/contact-shap.png);
    display: inline-block;
    padding-right: 50px;
    padding-left: 50px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    top: -60px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.get-in-touch h4 {
    position: relative;
    top: 0;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

.single-contact-address .content h6 {
    font-size: 20px;
    margin-bottom: 20px;
}

.single-contact-address .content p {
    font-size: 16px;
}

.single-contact-address .icon {
    background: transparent;
    color: #bad401;
    font-size: 22px;
}

.icon {
    background-color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #dfdfdf;
    border-radius: 50px;
    font-size: 30px;
    float: left;
    margin-right: 20px;
    color: #404040;
    transition: .6s;
    margin-bottom: 85px;
}

[class*=" icofont-"], [class^=icofont-] {
    font-family: IcoFont!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}

.icofont-google-map:before {
    content: "\ed42";
}


.single-contact-address .icon2 {
    background: transparent;
    color: #bad401;
    font-size: 22px;
}

.icon2 {
    background-color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #dfdfdf;
    border-radius: 50px;
    font-size: 30px;
    float: left;
    margin-right: 20px;
    color: #404040;
    transition: .6s;
    margin-bottom: 21px;
}

.single-contact-address .content p a {
    color: #fff;
}

/* Form */

.contact-page {padding-top: 80px; padding-bottom: 80px;}

.contact-page .section-title {
    text-align: center;
    padding-bottom: 0px;
}

.contact-page .section-title .title {
    color: #de3c2f; font-size: 22px;
    font-weight: 600;
}

.contact-form .single-contact-form {
    margin-top: 30px;
    position: relative; text-align: center;
}

.contact-form .single-contact-form input, .contact-form .single-contact-form textarea {
    width: 100%;
    height: 60px;
    border: 1px solid #ddd;
    background-color: #fafafa;
    padding: 20px;
    font-size: 16px;
    color: #56566a;
}

.contact-form .single-contact-form textarea {
    height: 190px;
    resize: none;
    padding-top: 15px;
}

.contact-form .single-contact-form .main-btn {
    width: 165px;
    height: 60px;
}

.contact-form .abt-btn {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 24px;
    border-radius: 0px;
    transition: 0.5s;
    margin-top: 30px;
    color: #fff;
    background-color: #007ed5;
    cursor: pointer;
}

.contact-form .abt-btn:hover {background-color: #052139;}

.our-client {
    padding-top: 50px;
    padding-bottom: 50px;
}

.our-client h4 {font-size: 43px;
    line-height: 48px;
    font-weight: 500;
    color: #000;
    text-align: center;}