/**
* Template Name: Mamba - v2.1.0
* Template URL: https://bootstrapmade.com/mamba-one-page-bootstrap-template-free/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Archivo', sans-serif;
  color: #444;
}

a {
  color: #1f365c;
  font-family: 'Archivo', sans-serif;
}

a:hover {
  color: #9eccf4;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .font-primary {
  font-family: 'IBM Plex Sans', sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  background: #428bca;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #629fd3;
  transition: background 0.2s ease-in-out;
}
.cus-box {
    background: #f7f7f7;
    padding: 20px;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #444;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #428bca;
}

#topbar .contact-info i {
  color: #428bca;
  padding: 4px;
}

#topbar .contact-info .icofont-phone {
  padding-left: 20px;
  margin-left: 10px;
}

#topbar .social-links a {
  color: #1f365c;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #428bca;
}

.wp-about {
  padding: 50px 0;
  background: #f1f1f1;
}
.wp-about-img{
	position:relative;
}
.wp-about-img img{
	width:83%;
}
.wp-about-img img {
  width: 100%;
}

.wp-about-text{
position:relative;	
}
.wp-about-text::before {
  content: '';
  width: 5px;
  height: 170px;
  background: #480606;
  left: -15.5%;
  position: absolute;
  top: -9%;
  border-radius: 2px;
}
.wp-about-text h3{
    font-size: 30px;
  /* text-transform: uppercase; */
  color: #000;
  line-height: 37px;
  /* font-weight: 600; */
    margin-bottom: 15px;
  margin-top: 3px;
  position: relative;
}
.wp-about-text p{
  font-size: 22px;
  font-weight: 600;
}

.wp-about-text{
  margin-top: 40px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  transition: all 0.5s;
  padding: 25px 0 15px;
  background: #fff;
  z-index: 997;
  z-index: 1024 !important;
      height: 87px;
      -webkit-box-shadow: 0px 12px 16px 0px rgba(0,0,0,0.05);
-moz-box-shadow: 0px 12px 16px 0px rgba(0,0,0,0.05);
box-shadow: 0px 12px 16px 0px rgba(0,0,0,0.05);
position: relative;

}

#header.header-scrolled {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  height: 87px;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #1c5c93;
  text-decoration: none;
}

#header .logo img {
  padding: 0px;
  margin: 0;
  max-height: 73px;
  margin-top: -28px;
  object-fit: cover;
}
.logo{
  width: 20%;
}
.logo img{width: 173px;}



.text{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 0;
    text-align: center;
    color: #1f365c;
    text-transform: uppercase;
    position: relative;
}
.header {
  background: rgba(255, 255, 255, );
  position: relative;
  width: 100%;
  padding: 10px 0;
}



.fixed-header {
  position: fixed;
  top: 0;
  z-index: 9999;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  background: #fff;
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0px 0 0 0;
  list-style: none;
  z-index: 999;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
  padding: 12px 11px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #480606;
  /* padding: 12px 15px; */
  transition: 0.3s;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #480606;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #480606;
  box-shadow: 0px 0px 30px rgb(127 137 161 / 25%);
  transition: ease all 0.3s;
  width: 270px;
  border-radius: 6px;
}

.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-size: 15px;
  font-weight: 500;
  text-transform: none;
  color: #fff;

}


.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #428bca;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
}

.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 {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #480606;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #e3f0fc;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #9eccf4;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa0";
}

.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-toggle {
  position: fixed;
  right: 15px;
  top: 20px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #7f1731;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(113, 26, 48, 0.7);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: calc(100vh - 114px);
  padding: 0;
  overflow: hidden;
}

#hero .carousel-item {
  width: 100%;
  height: calc(100vh - 114px);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  overflow: hidden;
}

#hero .carousel-item::before {
  content: '';
  background-color: rgba(13, 30, 45, 0.1);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

#hero .carousel-content {
  text-align: left;
}

@media (max-width: 992px) {
  #hero, #hero .carousel-item {
    height: calc(100vh - 70px);
  }
  #hero .carousel-content.container {
    padding: 0 50px;
  }
}

#hero h2 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 46px;
  font-weight: 900;
}

#hero p {
  width: 50%;
  font-size: 22px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .carousel-indicators li {
  cursor: pointer;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  background: #ffb536;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 0;
  background: #ffb536;
  border: 2px solid #ffb536;
}

#hero .btn-get-started:hover {
  background: #f3f32c;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  #hero p {
    width: 50%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  background: #fff;
  padding: 40px 0 20px;
}
.smo{
  padding: 60px 0;
}

.section-bg {
  background-color: #f5f9fc;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 38px;
 font-weight: 500;
 margin-bottom: 20px;
  padding-bottom: 0;
  text-align: center;
  color: #480606;
 text-transform: uppercase; 
  position: relative;
}

.section-title1 h2{
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 20px;
   padding-bottom: 0;
   color: #480606;
  text-transform: uppercase; 
   position: relative;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about {
  padding-bottom: 0;
  background: #fff;
}

.about .container {
  box-shadow: unset;
}

.about .video-box img {
  padding: 15px 0;
}

.about .section-title p {
  text-align: center;
  font-style: normal;
  color: #000;
  font-size: 20px;

}

.arrow-text{}
.arrow-text img{
  width: 25% !important;
  margin-left: 60px;
}
.bg-success {
  background-color: #480606!important;
}
.cus-nav .nav-pills .nav-link {
  border-radius: 0px;
  border: 1px solid #ddd;
  padding: 17px 20px;
  font-size: 17px;
  color: #848484;
  text-align: left;
}
.cus-nav .nav-pills .nav-link i{
  font-size: 22px;
  margin-right: 5px;
}
.cus-nav .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #480606;
  background-color: #fff;
}
.cus-box{
  box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
  padding: 14px 25px 5px;
  text-align: center;
  border-radius: 5px;
background: #fff;
margin-left: 10px;
}
.cus-box p{
  font-size: 17px;
  line-height: 26px;
  text-align: left;
}
.cus-box h4{
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 700;
  color: #480606;
}


.about .about-content {
  padding: 12px 40px 46px;
}

.about .icon-box + .icon-box {
  margin-top: 40px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: #f1f7fb;
  border-radius: 6px;
  transition: 0.5s;
}

.about .icon-box .icon i {
  color: #428bca;
  font-size: 32px;
}

.about .icon-box:hover .icon {
  background: #428bca;
}

.about .icon-box:hover .icon i {
  color: #fff;
}

.about .icon-box .title {
  margin-left: 95px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
}

.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: #428bca;
}

.about .icon-box .description {
  margin-left: 95px;
  line-height: 24px;
  font-size: 14px;
}

.about .video-box {
  position: relative;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#428bca 50%, rgba(66, 139, 202, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(66, 139, 202, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #428bca;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# About Lists
--------------------------------------------------------------*/
.about-lists {
  padding: 40px;
  
  background: #fff;

}

.about-lists .row {
  overflow: hidden;
}

.about-lists .content-item {
  padding: 40px;
  border-left: 1px solid #d9e8f4;
  border-bottom: 1px solid #d9e8f4;
  margin: -1px;
}

.about-lists .content-item span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #9eccf4;
}

.about-lists .content-item h4 {
  font-size: 28px;
  font-weight: 400;
  padding: 0;
  margin: 20px 0 0;
  color: #000;
  font-weight: 700;
}

.about-lists .content-item p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .about-lists .content-item {
    padding: 40px 0;
  }
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-bottom: 30px;
}

.counts .count-box {
  box-shadow: 0px 0 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  background: #fff;
  margin-bottom: 30px;
}

.counts .count-box i {
  display: block;
  font-size: 64px;
  margin-bottom: 15px;
}

.counts .count-box span {
  font-size: 42px;
  display: block;
  font-weight: 700;
  color: #1c5c93;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  padding-bottom: 30px;
}

.services .icon-box {
  margin-bottom: 20px;
  text-align: center;
}

.services .icon {
  display: inline-block;
}

.services .icon i {
  margin-bottom: -16px;
  background: transparent;
  display: inline-block;
  transition: 0.5s;
  color: #ffb536;
  font-size: 40px;
  overflow: hidden;
  padding-top: 0;
  box-shadow: unset;
}

.services .icon-box:hover .icon i {
  box-shadow: unset;
}

.services .title {
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 22px;
  color: #480606;
  text-align: left;
  padding-left: 0;
  position: relative;
  padding-bottom: 15px;
  display: block;
}

.services .title a {
  color: #480606;
  transition: 0.3s;
  border-bottom: 2px solid #480606;
  padding-bottom: 5px;
}

.services .title a:hover {
  color: #428bca;
}

.services .title::after {
  content: '';
  position: absolute;
  display: none;
  width: 50px;
  height: 2px;
  background: #428bca;
  bottom: 0;
  left: calc(50% - 25px);
}

.services .description {
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Our Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #444;
  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: #428bca;
  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;
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-wrap img {
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
  text-align: center;
  background: rgba(31, 53, 72, 0.6);
  padding-bottom: 30px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.portfolio .portfolio-wrap .portfolio-info a {
  color: #428bca;
  margin: 0 4px;
  font-size: 18px;
  line-height: 1;
  background-color: #fff;
  padding-top: 7px;
  border-radius: 50px;
  text-align: center;
  width: 36px;
  height: 35px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info a:hover {
  background: #428bca;
  color: #fff;
}

.portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  padding-bottom: 0;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}


/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0 150px 0;
}

.team .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.team .member .pic {
  border-radius: 4px;
  overflow: hidden;
}

.team .member img {
  transition: all ease-in-out 0.4s;
}

.team .member:hover img {
  transform: scale(1.1);
}

.team .member .member-info {
  position: absolute;
  bottom: -48px;
  left: 20px;
  right: 20px;
  background: linear-gradient(360deg, #1f365c 0%, rgba(92, 118, 141, 0.9) 35%, rgba(140, 167, 191, 0.8) 100%);
  padding: 15px 0;
  border-radius: 4px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
  position: relative;
  padding-bottom: 10px;
}

.team .member h4::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: calc(50% - 25px);
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  transition: color 0.3s;
  color: #fff;
}

.team .member .social a:hover {
  color: #9eccf4;
}

.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

@media (max-width: 992px) {
  .team .member {
    margin-bottom: 100px;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding-bottom: 30px;
}

.faq .faq-item {
  margin-bottom: 40px;
}

.faq .faq-item h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #1f3548;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .info-box {
  color: #444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  margin-bottom: 30px;
  width: 100%;
}

.contact .info-box i {
  font-size: 32px;
  color: #428bca;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #9eccf4;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #666;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.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: center;
  padding: 15px;
  font-weight: 600;
}

.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::focus, .contact .php-email-form textarea::focus {
  background-color: #428bca;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #428bca;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.mobile-box {
  box-shadow: 0px 2px 9px rgb(0 0 0 / 15%);
padding: 30px;
text-align: center;
margin-bottom: 40px;
border-radius: 8px;
}
.mobile-box img{
height: 170px;
display: block;
margin: 0 auto;
margin-bottom: 20px;
}
.mobile-box span{
display: block;
font-size: 24px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #6aa3d5;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
li {
  margin-top: 10px;
}
#footer {
  background: #480606;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #480606;
  border-top: 1px solid #480606;
  border-bottom: 1px solid #fff;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  width: fit-content;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
  font-weight: 600;
  letter-spacing: 1px;
}

#footer .footer-top .footer-info p {
  font-size: 17px;
  line-height: 40px;
  margin-bottom: 14px;
  color: #fff;

}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #480606;
  line-height: 1;
  padding: 8px 0;
  margin-right: 3px;
  border-radius: 50%;
  text-align: center;
  width: 32px;
  height: 32px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #428bca;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {text-transform: uppercase;font-size: 19px;margin: 0 0 20px 0;width: fit-content;padding: 2px 0 2px 0;line-height: 1;border-bottom: 2px solid #fff;font-weight: 600; letter-spacing: 1px;}

#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: #fff;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 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 {
  color: #9eccf4;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #000;
  color: #fff;
  transition: 0.3s;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #5295ce;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #9eccf4;
}
.box-orange {background:#FFB536;text-align:center;}
.gray-box {background:#f5f5f5;text-align:center;}
.box-orange img, .gray-box img {width:30%;padding-bottom: 30px;}
.section-title h2:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: 11px auto;
  width: 9%;
  height: 2px;
  background: #480606;
  text-align: center;
}
.nav-menu a:hover,.nav-menu a.active{
	opacity: 1;
	transform: translateY(0);
	border-bottom: 3px solid #480606;
}
#about .section-title {
text-align: left;}
#about .section-title h2:after {
 
}
#services .icon-box {border: 0;padding: 10px;}
#services .icon-box ul,#services .icon-box ul li {text-align:left;padding: 5px;}
.container .row.bor:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 17px;
    top: 0;
    background: url(assets/img/border.jpg) repeat-y 0 0;
    left: 50%;
}
.container.pad .col-md-6 h3 {
    font-size: 27px;
    font-weight: 600;
    padding-top: 80px;
    position: relative;
    }
.container.pad .col-md-6 p {font-size:19px;}
.container.pad .row .col-md-6 {width:50%;float:left;text-align:right;padding:0 30px;}
.container.pad .row .col-md-6.right {width:50%;float:left;text-align:left;}
.container.pad {position:relative;}
.inner-banner {height:37vh;}
	.inner-banner h1{
    font-size: 48px;
    padding-top: 0.3em;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    }

.inner-banner p {color:#fff;}
table tr th,table tr td {padding:10px;}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid #fff;
  height: auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #a8d3cc;
  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 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: #eff7f6;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.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: #1bac91 !important;
}

@media (max-width: 767px) {
  .testimonials {
    margin: 30px 10px;
  }
}
/**************************************************pay per click ******************************************/
.main-timeline{position:relative}
.main-timeline:before{content:"";width:5px;height:100%;border-radius:20px;margin:0 auto;background:#242922;position:absolute;top:0;left:0;right:0}
.main-timeline .timeline{display:inline-block;margin-bottom:50px;position:relative}
.main-timeline .timeline:before{content:"";width:20px;height:20px;border-radius:50%;border:4px solid #fff;background: #ffb536;position:absolute;top:50%;left:50%;z-index:1;transform:translate(-50%,-50%);}
.main-timeline .timeline-icon{display:inline-block;width:130px;height:130px;border-radius:50%;border: 3px solid #ffb536;padding:13px;text-align:center;position:absolute;top:50%;left:30%;transform:translateY(-50%);}
.main-timeline .timeline-icon i{display:block;border-radius:50%;background: #ffb536;font-size:64px;color:#fff;line-height:100px;z-index:1;position:relative;}
.main-timeline .timeline-icon:after,.main-timeline .timeline-icon:before{content:"";width:100px;height:4px;background: #ffb536;position:absolute;top:50%;right:-100px;transform:translateY(-50%);}
.main-timeline .timeline-icon:after{width:70px;height:50px;background:#fff;top:89px;right:-30px}
.main-timeline .timeline-content{width:50%;padding:0 50px;margin:52px 0 0;float:right;position:relative}
.main-timeline .timeline-content:before{content:"";width:70%;height:100%;border: 3px solid #ffb536;border-top:none;border-right:none;position:absolute;bottom:-13px;left:35px;}
.main-timeline .timeline-content:after{content:"";width:37px;height:3px;background: #ffb536;position:absolute;top:13px;left:0;}
.main-timeline .title{font-size: 25px;font-weight: 700;color: #1f365c;text-transform:uppercase;margin:0 0 5px;}
.main-timeline .description{display:inline-block;font-size:16px;color:#404040;line-height:20px;letter-spacing:1px;margin:0}
.main-timeline .timeline:nth-child(even) .timeline-icon{left:auto;right:30%}
.main-timeline .timeline:nth-child(even) .timeline-icon:before{right:auto;left:-100px}
.main-timeline .timeline:nth-child(even) .timeline-icon:after{right:auto;left:-30px}
.main-timeline .timeline:nth-child(even) .timeline-content{float:left}
.main-timeline .timeline:nth-child(even) .timeline-content:before{left:auto;right:35px;transform:rotateY(180deg)}
.main-timeline .timeline:nth-child(even) .timeline-content:after{left:auto;right:0}
.main-timeline .timeline:nth-child(2n) .timeline-content:after,.main-timeline .timeline:nth-child(2n) .timeline-icon i,.main-timeline .timeline:nth-child(2n) .timeline-icon:before,.main-timeline .timeline:nth-child(2n):before{background: #ffb536;}
.main-timeline .timeline:nth-child(2n) .timeline-icon{border-color: #ffb536;}
.main-timeline .timeline:nth-child(2n) .title{color: #1f365c;}
.main-timeline .timeline:nth-child(2n) .timeline-content:before{border-left-color: #ffb536;border-bottom-color: #ffb536;}
.main-timeline .timeline:nth-child(3n) .timeline-content:after,.main-timeline .timeline:nth-child(3n) .timeline-icon i,.main-timeline .timeline:nth-child(3n) .timeline-icon:before,.main-timeline .timeline:nth-child(3n):before{background: #ffb536;}
.main-timeline .timeline:nth-child(3n) .timeline-icon{border-color: #ffb536;}
.main-timeline .timeline:nth-child(3n) .title{color: #1f365c;}
.main-timeline .timeline:nth-child(3n) .timeline-content:before{border-left-color: #ffb536;border-bottom-color: #ffb536;}
.main-timeline .timeline:nth-child(4n) .timeline-content:after,.main-timeline .timeline:nth-child(4n) .timeline-icon i,.main-timeline .timeline:nth-child(4n) .timeline-icon:before,.main-timeline .timeline:nth-child(4n):before{background: #ffb536;}
.main-timeline .timeline:nth-child(4n) .timeline-icon{border-color: #ffb536;}
.main-timeline .timeline:nth-child(4n) .title{color: #1f365c;}
.main-timeline .timeline:nth-child(4n) .timeline-content:before{border-left-color: #ffb536;border-bottom-color: #ffb536;}
@media only screen and (max-width:1200px){.main-timeline .timeline-icon:before{width:50px;right:-50px}
.main-timeline .timeline:nth-child(even) .timeline-icon:before{right:auto;left:-50px}
.main-timeline .timeline-content{margin-top:75px}
}
@media only screen and (max-width:990px){.main-timeline .timeline{margin:0 0 10px}
.main-timeline .timeline-icon{left:25%}
.main-timeline .timeline:nth-child(even) .timeline-icon{right:25%}
.main-timeline .timeline-content{margin-top:115px}
}
@media only screen and (max-width:767px){.main-timeline{padding-top:50px}
.main-timeline:before{left:80px;right:0;margin:0}
.main-timeline .timeline{margin-bottom:70px}
.main-timeline .timeline:before{top:0;left:83px;right:0;margin:0}
.main-timeline .timeline-icon{width:60px;height:60px;line-height:40px;padding:5px;top:0;left:0}
.main-timeline .timeline:nth-child(even) .timeline-icon{left:0;right:auto}
.main-timeline .timeline-icon:before,.main-timeline .timeline:nth-child(even) .timeline-icon:before{width:25px;left:auto;right:-25px}
.main-timeline .timeline-icon:after,.main-timeline .timeline:nth-child(even) .timeline-icon:after{width:25px;height:30px;top:44px;left:auto;right:-5px}
.main-timeline .timeline-icon i{font-size:30px;line-height:45px}
.main-timeline .timeline-content,.main-timeline .timeline:nth-child(even) .timeline-content{width:100%;margin-top:-15px;padding-left:130px;padding-right:5px}
.main-timeline .timeline:nth-child(even) .timeline-content{float:right}
.main-timeline .timeline-content:before,.main-timeline .timeline:nth-child(even) .timeline-content:before{width:50%;left:120px}
.main-timeline .timeline:nth-child(even) .timeline-content:before{right:auto;transform:rotateY(0)}
.main-timeline .timeline-content:after,.main-timeline .timeline:nth-child(even) .timeline-content:after{left:85px}
}
@media only screen and (max-width:479px){.main-timeline .timeline-content,.main-timeline .timeline:nth-child(2n) .timeline-content{padding-left:110px}
.main-timeline .timeline-content:before,.main-timeline .timeline:nth-child(2n) .timeline-content:before{left:99px}
.main-timeline .timeline-content:after,.main-timeline .timeline:nth-child(2n) .timeline-content:after{left:65px}
}
.container.pad img {width:100%;}
.portfolio-item h3 {text-align:center;font-size:21px;padding:6px;font-weight: 600;}
.portfolio-item img {padding:5px;}
.mission-vision .box {padding: 20px 30px;
  box-shadow: 5px 5px 5px #ccc;
  border-radius: 10px;
  margin: 0 20px;
  display: flex;
  flex-wrap: wrap;
  height: 250px;}
.mission-vision .box img {padding-bottom:20px;}
.mission-vision .box h3 {
  font-size: 30px;
  font-weight: 600;
  color: #480606;
}
.call-action {
    background: #480606;
 margin-top: 0;
    padding: 3em 0;
    color: #fff;
    }
.call-action h3	{padding-bottom: 30px;
  text-transform: capitalize;
    font-size: 40px;}
.call-action .btn-primary {
  color: #480606 !important;
  background-color: #fff;
  border-color: #fff;
  padding: 10px 40px;
  font-size: 20px;
  font-weight: 600;
}
.about.inner {    background: #fff !important;}
.about.inner .section-title p {
  text-align: left;
  font-style: normal;
  color: #000;
  font-size: 17px;
  line-height: 28px;
  margin: 0 auto;
}

.wrap {
    display: flex;
    background: white;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 0.5rem;
    box-shadow: 7px 7px 30px -5px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}

.wrap:hover {
    background: linear-gradient(135deg,#6394ff 0%,#0a193b 100%);
    color: white;
}

.ico-wrap {
    margin: auto;
}

.mbr-iconfont {
    font-size: 4.5rem !important;
    color: #ffb536;
    margin: 1rem;
    padding-right: 1rem;
}
.vcenter {
    margin: auto;
}

.mbr-section-title3 {
    text-align: left;
}
h2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.display-5 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 1.4rem;
}
.mbr-bold {
    font-weight: 700;
}

 p {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 25px;
}
.display-6 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 1re
}

.shadow,
.subscription-wrapper {
    box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1) !important
}

.icon-primary {
    color: #fff;
}

.icon-bg-circle {
    position: relative;
    text-align: center;
}

.icon-lg {
    font-size: 55px;
    padding-left: 22px;
    margin: 0 auto;
}

.icon-bg-circle::before {
    z-index: 1;
    position: relative
}

.icon-bg-primary::after {
    background: #ffb536 !important;
}

.icon-bg-circle::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    top: -27px;
    left: 0;
    border-radius: 50%;
    background: inherit;
    opacity: 1;
}

p,
.paragraph {
    font-weight: 400;
    color: #000;
    font-size: 16px;
    line-height: 1.6;
}

.icon-bg-yellow::after {
    background: #ffb536 !important;
}

.icon-bg-purple::after {
    background: #ffb536;
}

.icon-yellow {
    color: #fff;
}

.icon-purple {
    color: #fff;
}

.icon-cyan {
    color: #fff;
}

.icon-bg-cyan::after {
    background: #ffb536;
}

.icon-bg-red::after {
    background: #ffb536;
}

.icon-red {
    color: #fff;
}

.icon-bg-green::after {
    background: #ffb536;
}

.icon-green {
    color: #fff;
}

.icon-bg-orange::after {
    background: #ff7c17
}

.icon-orange {
    color: #ff7c17
}

.icon-bg-blue::after {
    background: #3682ff
}

.icon-blue {
    color: #3682ff
}
/******************* Timeline Demo - 2 *****************/
.main-timeline2{padding-top: 107px;overflow:hidden;position:relative;}
.main-timeline2:before{content:"";width:7px;height:100%;background:#084772;margin:0 auto;position:absolute;top:80px;left:0;right:0}
.main-timeline2 .timeline{width:50%;float:left;padding:20px 60px;border-top: 7px solid #fff;border-right: 7px solid #ff;border-radius:0 30px 0 0;position:relative;right:-3.5px;}
.main-timeline2 .icon{display:block;width: 100px;height: 100px;line-height: 95px;border-radius:50%;background: #ffb536 !important;border:1px solid #fff;text-align:center;font-size: 58px;color:#fff;box-shadow: 0 0 0 2px #ffb536;position:absolute;top: -97px;left: 40%;}
.main-timeline2 .timeline-content{display:block;padding:30px 10px 10px;border-radius:20px;background: #f8f8f8;color:#fff;position:relative;min-height: 213px;}
.main-timeline2 .timeline-content:hover{text-decoration:none;color:#fff}
.main-timeline2 .timeline-content:after,.main-timeline2 .timeline-content:before{content:"";display:block;width:10px;height:50px;border-radius:10px;background: #f8f8f8;border:1px solid #fff;position:absolute;top:-35px;left:50px;}
.main-timeline2 .timeline-content:after{left:auto;right:50px}
.main-timeline2 .title{font-size:24px;margin:0;color: #1f365c;}
.main-timeline2 .description{font-size:15px;letter-spacing:1px;margin:0 0 5px}
.main-timeline2 .timeline:nth-child(2n){border-right:none;border-left: 7px solid #ff;border-radius:30px 0 0;right:auto;left:-3.5px;}
.main-timeline2 .timeline:nth-child(2n) .icon{left:auto;right: 41%;box-shadow: 0 0 0 2px #ffb536;}
.main-timeline2 .timeline:nth-child(2){margin-top: 130px;}
.main-timeline2 .timeline:nth-child(odd){margin:-130px 0 30px}
.main-timeline2 .timeline:nth-child(even){margin-bottom: 120px;}
.main-timeline2 .timeline:first-child,.main-timeline2 .timeline:last-child:nth-child(even){margin:0 0 30px}
.main-timeline2 .timeline:nth-child(2n) .icon,.main-timeline2 .timeline:nth-child(2n) .timeline-content,.main-timeline2 .timeline:nth-child(2n) .timeline-content:after,.main-timeline2 .timeline:nth-child(2n) .timeline-content:before{background: #f8f8f8;}
.main-timeline2 .timeline:nth-child(3n) .icon,.main-timeline2 .timeline:nth-child(3n) .timeline-content,.main-timeline2 .timeline:nth-child(3n) .timeline-content:after,.main-timeline2 .timeline:nth-child(3n) .timeline-content:before{background: #f8f8f8;}
.main-timeline2 .timeline:nth-child(3n) .icon{box-shadow: 0 0 0 2px #ffb536;}
.main-timeline2 .timeline:nth-child(4n) .icon,.main-timeline2 .timeline:nth-child(4n) .timeline-content,.main-timeline2 .timeline:nth-child(4n) .timeline-content:after,.main-timeline2 .timeline:nth-child(4n) .timeline-content:before{background: #f8f8f8;}
.main-timeline2 .timeline:nth-child(4n) .icon{box-shadow: 0 0 0 2px #ffb536;}
@media only screen and (max-width:767px){.main-timeline2:before{left:0;right:auto}
.main-timeline2 .timeline,.main-timeline2 .timeline:nth-child(even),.main-timeline2 .timeline:nth-child(odd){width:100%;float:none;padding:20px 30px;margin:0 0 30px;border-right:none;border-left:7px solid #084772;border-radius:30px 0 0;right:auto;left:0}
.main-timeline2 .icon{left:auto;right:0}
}
@media only screen and (max-width:480px){.main-timeline2 .title{font-size:18px}
}
.how-section1{
    margin-top: -10%;
    padding: 10%;
}
.how-section1 h4{
    color: #ffa500;
    font-weight: bold;
    font-size: 30px;
}
.how-section1 .subheading{
    color: #3931af;
    font-size: 20px;
}
.how-section1 .row
{
    margin-top: 3%;
}
.how-img 
{
    text-align: center;
}
.how-img img{
    width: 31%;
}
/************************************************ppc**************************************/
.ppc .timeline {
    position: relative;
    padding:4px 0 0 0;
    margin-top: 0;
    list-style: none;
}

.ppc .timeline>li:nth-child(even) {
    position: relative;
    margin-bottom: -7px;
    height: 180px;
    right:-100px;
}

.ppc .timeline>li:nth-child(odd) {
    position: relative;
    margin-bottom: -5px;
    height: 180px;
    left:-100px;
}

.ppc .timeline>li:before,
.ppc .timeline>li:after {
    content: " ";
    display: table;
}

.ppc .timeline>li:after {
    clear: both;
    min-height: 170px;
}

.ppc .timeline > li .timeline-panel {
  position: relative;
  float: left;
  width: 41%;
  padding: 0 20px 20px 30px;
  text-align: right;
}

.ppc .timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.ppc .timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.ppc .timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 50%;
    border: 7px solid #3b5998;
    border-radius: 100%;
    background-color: #3b5998;
    box-shadow: 0 0 5px #4582ec;
    width: 145px;
    height: 145px;
    margin-left: -100px;
}

.ppc .timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.ppc .timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
}

.ppc .timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.ppc .timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.ppc .timeline>li:last-child {
    margin-bottom: 0;
}

.ppc .timeline .timeline-heading h4 {
  margin-top:22px;
    margin-bottom: 4px;
    padding:0;
    color: #b3b3b3;
}

.ppc .timeline .timeline-heading h4.subheading {
  margin:0;
  padding:0;
  text-transform: none;
  font-weight: 600;
  font-size: 20px;
  color: #ffb536;
}

.ppc .timeline .timeline-body>p,
.ppc .timeline .timeline-body>ul {
    margin-bottom: 0;
    color:#808080;
}
/*Style for even div.line*/
.ppc .timeline>li:nth-child(odd) .line:before {
    content: "";
    position: absolute;
    top: 22px;
    bottom: 0;
    left: 642px;
    width: 4px;
    height: 190px;
    background-color: #3b5998;
    -ms-transform: rotate(-44deg); /* IE 9 */
    -webkit-transform: rotate(-44deg); /* Safari */
    transform: rotate(-44deg);
    box-shadow: 0 0 5px #4582ec;
}
/*Style for odd div.line*/
.ppc .timeline>li:nth-child(even) .line:before  {
    content: "";
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 450px;
    width: 4px;
    height: 190px;
    background-color: #3b5998;
    -ms-transform: rotate(44deg); /* IE 9 */
    -webkit-transform: rotate(44deg); /* Safari */
    transform: rotate(44deg);
    box-shadow: 0 0 5px #4582ec;
}
/* Medium Devices, .visible-md-* */
@media (min-width: 992px) and (max-width: 1199px) {
 .ppc .timeline > li:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
  }
  .ppc .timeline > li:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px;
  }
 .ppc .timeline>li:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0px;
  }
  .ppc .timeline>li:nth-child(odd) .timeline-image {
    left: 690px;
    margin-left: 0px;
  }
 .ppc .timeline > li:nth-child(even) .timeline-panel {
    width: 76%;
    padding: 0 0 20px 0px;
    text-align: left;
  }
  .ppc .timeline > li:nth-child(odd) .timeline-panel {
    width: 70%;
    padding: 0 0 20px 0px;
    text-align: right;
  }
 .ppc .timeline > li .line {
    display: none;
  }
}
/* Small Devices, Tablets */
@media (min-width: 768px) and (max-width: 991px) {
 .ppc .timeline > li:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
  }
 .ppc .timeline > li:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px;
  }
 .ppc .timeline>li:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0px;
  }
.ppc .timeline>li:nth-child(odd) .timeline-image {
    left: 520px;
    margin-left: 0px;
  }
 .ppc .timeline > li:nth-child(even) .timeline-panel {
    width: 70%;
    padding: 0 0 20px 0px;
    text-align: left;
  }
 .ppc .timeline > li:nth-child(odd) .timeline-panel {
    width: 70%;
    padding: 0 0 20px 0px;
    text-align: right;
  }
 .ppc .timeline > li .line {
    display: none;
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 767px) {
 .ppc .timeline > li:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
  }
  .ppc .timeline > li:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px;
  }
  .ppc .timeline>li .timeline-image {
    position: static;
    width: 150px;
    height: 150px;
    margin-bottom:0px;
  }
  .ppc .timeline>li:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0;
  }
 .ppc .timeline>li:nth-child(odd) .timeline-image {
    float:right;
    left: 0px;
    margin-left:0;
  }
  .ppc .timeline > li:nth-child(even) .timeline-panel {
    width: 100%;
    padding: 0 0 20px 14px;
  }
 .ppc .timeline > li:nth-child(odd) .timeline-panel {
    width: 100%;
    padding: 0 14px 20px 0px;
  }
  .ppc .timeline > li .line {
    display: none;
  }
}
/****************************************website & design********************************************/
.main-timeline7{overflow:hidden;position:relative}
.main-timeline7 .timeline{width:50%;float:left;z-index:1;position:relative}
.main-timeline7 .timeline:after,.main-timeline7 .timeline:before{content:"";display:block;clear:both}
.main-timeline7 .timeline:before{content:"";width:40px;height:90%;background:#727cb6;position:absolute;top:10%;right:-20px}
.main-timeline7 .timeline:last-child:before{height:0}
.main-timeline7 .timeline-icon{width:80px;height:80px;border-radius:50%;background:#727cb6;overflow:hidden;text-align:center;position:absolute;top:0;right:-40px;z-index:3}
.main-timeline7 .timeline-icon:before{content:"";width:60px;height:60px;border-radius:50%;background:#fff;border:2px solid #727cb6;box-shadow:0 0 0 4px #a5afe4;margin:auto;position:absolute;top:0;left:0;bottom:0;right:0}
.main-timeline7 .timeline-icon i{font-size:35px;color:#303a3b;line-height:80px;z-index:1;position:relative}
.main-timeline7 .year{display:block;padding:0 60px 0 30px;font-size:30px;color:#303a3b;text-align:right;border-bottom:2px solid #303a3b;z-index:2;position:relative}
.main-timeline7 .year:before{content:"";display:block;width:30px;height:30px;border-radius:50%;background:#727cb6;border:5px solid #fff;box-shadow:0 0 0 4px #727cb6;margin:auto;position:absolute;bottom:-15px;left:4px}
.main-timeline7 .year:after{content:"";border-left:10px solid #303a3b;border-top:10px solid transparent;border-bottom:10px solid transparent;position:absolute;bottom:-11px;left:50px}
.main-timeline7 .timeline-content{padding:18px 60px 18px 40px;text-align:right;position:relative;z-index:1}
.main-timeline7 .timeline-content:after,.main-timeline7 .timeline-content:before{content:"";width:80px;height:150px;border-radius:50%;background:#fff;position:absolute;top:-7%;right:15px;z-index:-1}
.main-timeline7 .timeline-content:after{left:auto;right:-95px}
.main-timeline7 .timeline:last-child .timeline-content:after,.main-timeline7 .timeline:last-child .timeline-content:before{width:0;height:0}
.main-timeline7 .title{font-size:22px;font-weight:700;color:#727cb6;margin-top:0}
.main-timeline7 .description{font-size:15px;color:#7f8386;line-height:25px}
.main-timeline7 .timeline:nth-child(2){margin-top:140px}
.main-timeline7 .timeline:nth-child(even){margin-bottom:80px}
.main-timeline7 .timeline:nth-child(odd){margin:-140px 0 0}
.main-timeline7 .timeline:first-child,.main-timeline7 .timeline:last-child:nth-child(even){margin:0!important}
.main-timeline7 .timeline:nth-child(2n) .timeline-icon,.main-timeline7 .timeline:nth-child(2n):before{right:auto;left:-20px;background:#e77e21}
.main-timeline7 .timeline:nth-child(2n) .timeline-icon{left:-40px}
.main-timeline7 .timeline:nth-child(2n) .year{padding:0 30px 0 60px;text-align:left}
.main-timeline7 .timeline:nth-child(2n) .year:before{left:auto;right:3px}
.main-timeline7 .timeline:nth-child(2n) .year:after{border-left:none;border-right:10px solid #303a3b;right:50px}
.main-timeline7 .timeline:nth-child(2n) .timeline-content{padding:18px 40px 18px 60px;text-align:left}
.main-timeline7 .timeline:nth-child(2n) .timeline-content:before{left:-95px}
.main-timeline7 .timeline:nth-child(2n) .timeline-content:after{left:15px}
.main-timeline7 .timeline:nth-child(2n) .timeline-icon:before{border-color:#e77e21;box-shadow:0 0 0 4px #f1a563}
.main-timeline7 .timeline:nth-child(2n) .year:before{background:#e77e21;box-shadow:0 0 0 4px #e77e21}
.main-timeline7 .timeline:nth-child(2n) .title{color:#e77e21}
.main-timeline7 .timeline:nth-child(3n) .timeline-icon,.main-timeline7 .timeline:nth-child(3n):before{background:#008b8b}
.main-timeline7 .timeline:nth-child(3n) .timeline-icon:before{border-color:#008b8b;box-shadow:0 0 0 4px #50b5b4}
.main-timeline7 .timeline:nth-child(3n) .year:before{background:#008b8b;box-shadow:0 0 0 4px #008b8b}
.main-timeline7 .timeline:nth-child(3n) .title{color:#008b8b}
.main-timeline7 .timeline:nth-child(4n) .timeline-icon,.main-timeline7 .timeline:nth-child(4n):before{background:#ed687c}
.main-timeline7 .timeline:nth-child(4n) .timeline-icon:before{border-color:#ed687c;box-shadow:0 0 0 4px #f798a8}
.main-timeline7 .timeline:nth-child(4n) .year:before{background:#ed687c;box-shadow:0 0 0 4px #ed687c}
.main-timeline7 .timeline:nth-child(4n) .title{color:#ed687c}
@media only screen and (max-width:990px){.main-timeline7 .timeline{width:100%}
.main-timeline7 .timeline:nth-child(even),.main-timeline7 .timeline:nth-child(odd){margin:0}
.main-timeline7 .timeline:before,.main-timeline7 .timeline:nth-child(2n):before{width:30px;height:100%;left:25px}
.main-timeline7 .timeline-icon,.main-timeline7 .timeline:nth-child(2n) .timeline-icon{left:0}
.main-timeline7 .timeline:nth-child(2n) .year,.main-timeline7 .year{text-align:left;padding:0 30px 0 100px}
.main-timeline7 .timeline:nth-child(2n) .year:before,.main-timeline7 .year:before{left:auto;right:4px}
.main-timeline7 .year:after{left:auto;right:50px;border-right:10px solid #303a3b;border-left:none}
.main-timeline7 .timeline-content .description{color:#666}
.main-timeline7 .timeline-content,.main-timeline7 .timeline:nth-child(2n) .timeline-content{text-align:left;padding:18px 40px 18px 100px}
.main-timeline7 .timeline-content:after,.main-timeline7 .timeline-content:before{width:0;height:0}
}
.Our.Team .col-md-2 .box-team {background:#f1f1f1;width: 100%;padding: 10px 10px 0;border-top: 4px solid #ffb536;}
.Our.Team .col-md-2  {padding:5px;display: flex;width: 100%;}
.main-timeline4{overflow:hidden;position:relative}
.main-timeline4:before{content:"";width:5px;height:70%;background:#333;position:absolute;top:70px;left:50%;transform:translateX(-50%)}
.main-timeline4 .timeline-content:before,.main-timeline4 .timeline:before{top:50%;transform:translateY(-50%);content:""}
.main-timeline4 .timeline{width:50%;padding-left:100px;float:right;position:relative}
.main-timeline4 .timeline:before{width:20px;height:20px;border-radius:50%;background:#fff;border:5px solid #333;position:absolute;left:-10px}
.main-timeline4 .timeline-content{display:block;padding-left:150px;position:relative}
.main-timeline4 .timeline-content:before{width:90px;height:10px;border-top:7px dotted #333;position:absolute;left:-92px}
.main-timeline4 .year{display:inline-block;width:120px;height:120px;line-height:100px;border-radius:50%;border:10px solid #f54957;font-size: 22px;color:#f54957;text-align:center;box-shadow:inset 0 0 10px rgba(0,0,0,.4);position:absolute;top:0;font-weight: 600;left:0;}
.main-timeline4 .year:before{content:"";border-left:20px solid #f54957;border-top:10px solid transparent;border-bottom:10px solid transparent;position:absolute;bottom:-13px;right:0;transform:rotate(45deg)}
.main-timeline4 .inner-content{padding:20px 0}
.main-timeline4 .title{font-size: 21px;font-weight: 700;color:#f54957;text-transform:uppercase;margin:0 0 5px;}
.main-timeline4 .description{font-size:14px;color:#6f6f6f;margin:0 0 5px}
.main-timeline4 .timeline:nth-child(2n){padding:0 100px 0 0}
.main-timeline4 .timeline:nth-child(2n) .timeline-content:before,.main-timeline4 .timeline:nth-child(2n) .year,.main-timeline4 .timeline:nth-child(2n):before{left:auto;right:-10px}
.main-timeline4 .timeline:nth-child(2n) .timeline-content{padding:0 150px 0 0}
.main-timeline4 .timeline:nth-child(2n) .timeline-content:before{right:-92px}
.main-timeline4 .timeline:nth-child(2n) .year{right:0}
.main-timeline4 .timeline:nth-child(2n) .year:before{right:auto;left:0;border-left:none;border-right:20px solid #f54957;transform:rotate(-45deg)}
.main-timeline4 .timeline:nth-child(2){margin-top:110px}
.main-timeline4 .timeline:nth-child(odd){margin:-110px 0 0}
.main-timeline4 .timeline:nth-child(even){margin-bottom:80px}
.main-timeline4 .timeline:first-child,.main-timeline4 .timeline:last-child:nth-child(even){margin:0}
.main-timeline4 .timeline:nth-child(2n) .year{border-color:#1ebad0;color:#1ebad0}
.main-timeline4 .timeline:nth-child(2) .year:before{border-right-color:#1ebad0}
.main-timeline4 .timeline:nth-child(2n) .title{color:#1ebad0}
.main-timeline4 .timeline:nth-child(3n) .year{border-color:#7cba01;color:#7cba01}
.main-timeline4 .timeline:nth-child(3) .year:before{border-left-color:#7cba01}
.main-timeline4 .timeline:nth-child(3n) .title{color:#7cba01}
.main-timeline4 .timeline:nth-child(4n) .year{border-color:#f8781f;color:#f8781f}
.main-timeline4 .timeline:nth-child(4) .year:before{border-right-color:#f8781f}
.main-timeline4 .timeline:nth-child(4n) .title{color:#f8781f}
@media only screen and (max-width:1200px){.main-timeline4 .year{top:50%;transform:translateY(-50%)}
}
@media only screen and (max-width:990px){.main-timeline4 .timeline{padding-left:75px}
.main-timeline4 .timeline:nth-child(2n){padding:0 75px 0 0}
.main-timeline4 .timeline-content{padding-left:130px}
.main-timeline4 .timeline:nth-child(2n) .timeline-content{padding:0 130px 0 0}
.main-timeline4 .timeline-content:before{width:68px;left:-68px}
.main-timeline4 .timeline:nth-child(2n) .timeline-content:before{right:-68px}
}
@media only screen and (max-width:767px){.main-timeline4{overflow:visible}
.main-timeline4:before{height:100%;top:0;left:0;transform:translateX(0)}
.main-timeline4 .timeline:before,.main-timeline4 .timeline:nth-child(2n):before{top:60px;left:-9px;transform:translateX(0)}
.main-timeline4 .timeline,.main-timeline4 .timeline:nth-child(even),.main-timeline4 .timeline:nth-child(odd){width:100%;float:none;text-align:center;padding:0;margin:0 0 10px}
.main-timeline4 .timeline-content,.main-timeline4 .timeline:nth-child(2n) .timeline-content{padding:0}
.main-timeline4 .timeline-content:before,.main-timeline4 .timeline:nth-child(2n) .timeline-content:before{display:none}
.main-timeline4 .timeline:nth-child(2n) .year,.main-timeline4 .year{position:relative;transform:translateY(0)}
.main-timeline4 .timeline:nth-child(2n) .year:before,.main-timeline4 .year:before{border:none;border-right:20px solid #f54957;border-top:10px solid transparent;border-bottom:10px solid transparent;top:50%;left:-23px;bottom:auto;right:auto;transform:rotate(0)}
.main-timeline4 .timeline:nth-child(2n) .year:before{border-right-color:#1ebad0}
.main-timeline4 .timeline:nth-child(3n) .year:before{border-right-color:#7cba01}
.main-timeline4 .timeline:nth-child(4n) .year:before{border-right-color:#f8781f}
.main-timeline4 .inner-content{padding:10px}
}
.mobile-process ul li {color:#000;list-style:none;line-height: 30px;font-size: 18px;}
.mobile-process ul {margin:0;padding:0;}
.Our.Team .col-md-2 .box-team h5 {font-size: 16px;font-weight:600;color: #000;padding-bottom: 0;margin-bottom: 0;}
.Our.Team p {margin: 0 0 0px;}
#what-we-do{
  background: #fff;
  padding: 60px 0;
}
#what-we-do .card{

	border: none;
	background: rgba(255, 255, 255, 0.0);
	margin-bottom:2rem;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
  transition: .5s all ease;
  text-align: center;
  padding: 50px 8px !important;
  border: 1px solid #ffffff8c
}
#what-we-do .card:hover{

  background: #fff;
}
#what-we-do .card .card-block{
	padding-left: 50px;
	position: relative;
	padding-bottom: 8px;
}
#what-we-do .card .card-block a{
	color: #ffb536;
	font-weight:600;
  text-decoration:none;
  font-size: 18px;
}
#what-we-do .card .card-block a i{
	display:none;
	
}
#what-we-do .card:hover .card-block a i{
	display:inline-block;
	font-weight:700;
	
}
#what-we-do .card .card-block:before{
	font-family: FontAwesome;
	position: absolute;
	font-size: 39px;
	color: #480606;
	left: 0;
	-webkit-transition: -webkit-transform .2s ease-in-out;
	transition:transform .2s ease-in-out;
}
#what-we-do .card .block-1:before{
    content: "\f002";
}
#what-we-do .card .block-2:before{
    content: "\f0eb";
}
#what-we-do .card .block-3:before{
    /* content: "\f00c"; */
    content: "\f1fc";
}
#what-we-do .card .block-4:before{
    /* content: "\f209"; */
    content: "\f10b";
}
#what-we-do .card .block-5:before{
    content: "\f0a1";
    content: "\f0ac";
}
#what-we-do .card .block-6:before{
    content: "\f218";
}
#what-we-do .card .block-7:before{
  content: "\f082";
}
#what-we-do .card .block-8:before{
  content: "\f044";
}
#what-we-do .card .block-9:before{
  content: "\f0ae";
}
#what-we-do .card:hover .card-block:before{
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);	
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}

.card-title {
    margin-bottom: .25rem;
    font-weight: 600;
    font-size: 20px;
    padding-top: 10px;
    color: #fff;
    text-transform: capitalize;
}



h3.card-title a{
  color: #fff !important;
}


#what-we-do .card .card-block:hover a{
  color: #480606 !important;
}
#what-we-do .card .card-block:hover h3 {
  color: #480606  !important;
}
.paid .box-part{
    background:#FFF;
    border-radius:0;
    padding: 20px;
    margin: 0px 0px 0;
    border: 1px solid #ccc;
}
.text{
    margin:20px 0px;
}
#what-we-do.home-service .card .card-block:before {
    font-family: FontAwesome;
    position: relative;
    font-size: 39px;
    color: #ffb536;
    text-align: center;
    width: 100%;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
}
#what-we-do.home-service .card .card-block {
    padding-left: 0;
    position: relative;
    text-align: center;
}
.bg.home-service {margin-top: 0%;}

.paid .fa {
    color: #ffb536;
    padding-bottom:10px;
    font-size: 45px;
}
.paid h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1f365c;
}
.paid .col-lg-4 {padding:0px;}
/******************* Timeline Demo - 3 *****************/
.main-timeline3{overflow:hidden;position:relative}
.main-timeline3:before{content:"";width:10px;height:100%;border:3px solid #959595;position:absolute;top:40px;left:50%;transform:translateX(-50%)}
.main-timeline3 .timeline{width:50%;padding:10px 60px 10px 100px;float:right;position:relative}
.main-timeline3 .timeline:before{content:"";width: 20px;height: 20px;border-radius:50%;background: #ffb536;border:5px solid #fff;box-shadow: 0 0 1px 5px #ffb536;position:absolute;top:42px;left: -8px;}
.main-timeline3 .timeline-content{display:block;background: #fff;padding:70px 30px 20px;box-shadow:0 0 10px rgba(0,0,0,.2) inset;position:relative;}
.main-timeline3 .timeline-content:hover{text-decoration:none}
.main-timeline3 .year{display:block;width: 110%;height:50px;border: 1px solid #ffb536;background: #ccc;padding: 0 0 0 23px;font-size: 18px;font-weight: 600;color: #000;line-height:50px;box-shadow: unset;border-radius:10px 10px 10px 0;position:absolute;top:20px;left:-20px;}
.main-timeline3 .year:before{content:"";border-top: 40px solid #ffb536;border-left:20px solid transparent;border-bottom:20px solid transparent;position:absolute;bottom:-60px;left:0;}
.main-timeline3 .title{font-size:18px;font-weight:600;text-transform:uppercase;color:#4a4a4a}
.main-timeline3 .description{font-size: 18px;color:#6f6f6f;min-height: 99px;margin:0 0 5px;display: flex;font-weight: 500;line-height: 35px;align-items: center;text-align: justify;}
.main-timeline3 .timeline:nth-child(2n){padding:10px 100px 10px 60px;text-align:right}
.main-timeline3 .timeline:nth-child(2n):before{left:auto;right: -11px;background: #ffb536;box-shadow: 0 0 1px 5px #ffb536;}
.main-timeline3 .timeline:nth-child(2n) .year{padding-right: 20px;border-radius:10px 10px 0;left:auto;right:-20px;background: #cccccc;}
.main-timeline3 .timeline:nth-child(2n) .year:before{border-left:none;border-right:20px solid transparent;left:auto;right:0;border-top-color: #ffb536;}
.main-timeline3 .timeline:nth-child(2){margin-top:140px}
.main-timeline3 .timeline:nth-child(odd){margin:-140px 0 0}
.main-timeline3 .timeline:nth-child(even){margin-bottom:60px}
.main-timeline3 .timeline:first-child,.main-timeline3 .timeline:last-child:nth-child(even){margin:0}
.main-timeline3 .timeline:nth-child(3n):before{background: #ffb536;box-shadow: 0 0 1px 5px #ffb536;}
.main-timeline3 .timeline:nth-child(5n) .year{background: #ccc;}
.main-timeline3 .timeline:nth-child(9n) .year:before{border-top-color: #1f365c;}
.main-timeline3 .timeline:nth-child(4n):before{background: #ffb536;box-shadow: 0 0 1px 5px #ffb536;}
.main-timeline3 .timeline:nth-child(4n) .year{background: #ccc;}
.main-timeline3 .timeline:nth-child(4n) .year:before{border-top-color: #ffb536;}
@media only screen and (max-width:990px){.main-timeline3:before{top:8%}
.main-timeline3 .timeline{padding:10px 10px 10px 100px}
.main-timeline3 .timeline:nth-child(2n){padding:10px 100px 10px 10px}
}
@media only screen and (max-width:767px){.main-timeline3:before{width:8px;top:0;left:12px;transform:translateX(0)}
.main-timeline3 .timeline,.main-timeline3 .timeline:nth-child(even),.main-timeline3 .timeline:nth-child(odd){width:100%;float:none;text-align:left;padding:0 0 0 60px;margin:0 0 30px}
.main-timeline3 .timeline:before,.main-timeline3 .timeline:nth-child(2n):before{width:20px;height:20px;border:3px solid #fff;top:38px;left:6px}
.main-timeline3 .timeline:nth-child(2n) .year{right:auto;left:-20px;border-radius:10px 10px 10px 0}
.main-timeline3 .timeline:nth-child(2n) .year:before{border-left:20px solid transparent;border-bottom:20px solid transparent;border-right:none;right:auto;left:0}
}
#about li {list-style:none;line-height: 32px;}
#about ul {margin:0;padding:0;}
#about li i {
    color: #ffb536;
    font-size: 20px;
    padding-right: 5px;
}
#what-we-do.home-service .card .card-block:before {
    font-family: FontAwesome;
    position: relative;
    font-size: 50px;
    color: #fff;}

    #what-we-do.home-service .card .card-block:hover:before{
      color: #480606;
    }


#what-we-do.home-service .card {
    padding: 2rem 1rem!important;}
.box-part{
    background:#FFF;
    border-radius:0;
    padding:60px 10px;
    margin:30px 0px;
}
.filter_box {
  		padding-right: 5px;
  		padding-left: 5px;
  		margin-bottom: 10px;
  		background: transparent;
  	}

  	.single-district {
  		background: transparent;
  		color: #000;
  		border: 0;
  		display: block;
  		text-align: center;
  	}
  	.single-district h3 {
  		font-weight: 700;

  	}

.cus-about h2{
  font-size: 38px;
  margin-bottom: 20px;
  padding-bottom: 0;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}
    
  	.single-district p {
  		font-size: 15px;
  		margin: 8px;

  	}

  	.single-district a {
  		color: #000;
  		display: block;
  		padding: 15px;
  	}

  	.single-district a:hover {
  		color: red;
  		text-decoration: none;
  	}
.gallery .btn-outline-success:hover {
    color: #fff !important;
    background-color: #ffb536;
    border-color: #ffb536 !important;
}
.gallery .btn-outline-success {
    color: #1f365c;
    border-color: #1f365c;
    font-size: 15px;
    color: #000;
}
.gallery .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 250px;
}
 .gallery .card{border:0;}
 .btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #ffb536 !important;
    border-color: #ffb536 !important;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(252, 179, 53) !important;
}
.breadcumb li {display:inline-block;color:#fff;padding:12px;font-size: 18px;}
.breadcumb {margin:0;padding:0;color:#fff;}
.container.pad .col-md-6 h3:after {
    content:'';
    position:absolute;
    background: orange;
    width: 25px;
    height: 4px;
    right: -31px;
    top: 96px;
}
.container.pad .col-md-6.right h3:before {
    content:'';
    position:absolute;
    background: orange;
    width: 25px;
    height: 4px;
    top: 96px;
    left: -27px;
}
.container.pad .col-md-6.right h3:after {background:#fff;}
.nav-menu .drop-down ul a:hover {    /* background: #f1f1f1; */
  border-bottom: 0;
  color: #fff !important;}
.main-timeline12 .timeline{padding:0 2px;position:relative;}
.main-timeline12 .col-md-2{-ms-flex:0 0 15.666667%;flex:0 0 15.666667%;max-width:15.666667%}
.main-timeline12 .timeline-icon{display:block;text-align:center;padding:20px 0 55px;z-index:1;position:relative}
.main-timeline12 .timeline:nth-child(2n) .timeline-icon{padding:55px 0 20px}
.main-timeline12 .timeline-icon:before{content:"";width:1px;height:75%;background:#39ae99;margin:0 auto;position:absolute;bottom:0;left:0;right:0;z-index:-1;transition:all .3s ease 0s}
.main-timeline12 .timeline:nth-child(2n) .timeline-icon:before{bottom:auto;top:0}
.main-timeline12 .timeline:hover .timeline-icon:before{background:#555}
.main-timeline12 .timeline-icon i{width:45px;height:45px;line-height:45px;border-radius:50%;background: #ffb536;font-size:14px;color:#fff;transition:all .3s ease 0s;}
.main-timeline12 .timeline:hover .timeline-icon i{background:#555;animation:icon-load 2.5s ease 0s infinite}
.main-timeline12 .border{height:15px;background: #ffb536;margin-bottom:0;transition:all .3s ease 0s;margin-top: 20px;}
.main-timeline12 .timeline:hover .border{background:#555}
.main-timeline12 .timeline:first-child .border{border-radius:4px 0 0 4px}
.main-timeline12 .timeline:last-child .border{border-radius:0 4px 4px 0}
.main-timeline12 .timeline:nth-child(2n) .border{margin: 20px 0 0;}
.main-timeline12 .timeline-content{padding: 4px;border:1px solid #ddd;background: #fff;border-radius:3px;min-height: 74px;transition:all .3s ease 0s;display: flex;justify-content: center;align-items: center;}
.main-timeline12 .timeline:hover .timeline-content{background: #1d3459;}
.main-timeline12 .title{font-size:18px;font-weight:700;color:#39ae99;text-transform:uppercase;margin:0 0 10px;transition:all .3s ease 0s}
.main-timeline12 .timeline:hover .title{color:#fff}
.main-timeline12 .timeline-content .description{font-size: 16px;color:#888;font-weight: 600;margin:0;transition:all .3s ease 0s;}
.main-timeline12 .timeline:hover .description{color:#fff}
@keyframes icon-load{0%{transform:rotate(-12deg)}
8%{transform:rotate(12deg)}
10%,28%,30%,48%,50%,68%{transform:rotate(24deg)}
18%,20%,38%,40%,58%,60%{transform:rotate(-24deg)}
100%,75%{transform:rotate(0)}
}
@media only screen and (max-width:990px){.main-timeline12 .timeline{margin-bottom:20px}
}
@media only screen and (max-width:767px){.main-timeline12 .timeline-icon{padding-top:0}
.main-timeline12 .timeline:nth-child(2n) .timeline-icon{padding-bottom:0}
.main-timeline12 .border{margin-bottom:10px}
.main-timeline12 .timeline:nth-child(2n) .border{margin:10px 0 0}
.main-timeline12 .timeline-content{text-align:center}
}
/*---------------------------------------
  Contact section              
-----------------------------------------*/

.contact-info .fa {
  padding-right: 5px;
  color: #480606;
}

#contact .form-control {
  border: none;
  border-bottom: 2px solid rgba(31, 54, 92, 1);
  border-radius: 0px;
  box-shadow: none;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#contact .form-control:focus {
  border-bottom-color: #999999;
}

#contact input {
  height: 55px;
}

#contact button#submit {
  background: #480606;
  border: none;
  border-radius: 50px;
  color: #ffffff;
  height: 50px;
  margin-top: 24px;
  
    width: 180px !important;
}

#contact button#submit:hover {
  background: #7682cc;
  color: #ffffff;
}
#contact-form {padding: 0 50px;
    border-right: 1px solid #ccc;}
.team-member, .team-member .team-img {
    position: relative;
}
.team-member {
    overflow: visible;
}
.team-member, .team-member .team-img {
    position: relative;
}

.team-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    border: 20px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.90);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.team-hover .desk {
    position: absolute;
    top: 0%;
    width: 100%;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    padding: 0 20px;
    height: 10px;
}

.desk ul li{
  margin-top: 0px;
}

.desk, .desk h4, .team-hover .s-link a {
    text-align: center;
    color: #222;
}
.team-member:hover .team-hover .s-link {
    bottom: 10%;
}

.team-hover .s-link {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-transform: translateY(45%);
    -ms-transform: translateY(45%);
    transform: translateY(45%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    font-size: 35px;
}
.desk, .desk h4, .team-hover .s-link a {
    text-align: center;
    color: #ffb636;
    font-weight: 600;
}
.team-member .s-link a {
    margin: 0 10px;
    color: #333;
    font-size: 16px;
}
.team-title {
    position: static;
    padding: 20px 0;
    display: inline-block;
    letter-spacing: 2px;
    width: 100%;
    text-align: center;
}
.team-title h5 {
    margin-bottom: 0px;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 6px;
}
.team-title span {
    font-size: 14px;
    text-transform: uppercase;
    color: #1f365c;
    letter-spacing: 1px;
    font-style: italic;
    font-weight: 600;
}
.team-member img {width: 100%;height: 300px;object-fit: cover;object-position: center;}
/**************************************Seo packages****************************************/
.keyopt_div ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.keyopt_div li {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    padding: 15px 0;
    float: left;
    min-height: 10px;
    text-align: center;
    width: 16.5%;
    text-decoration: none;
}
.keyopt_div {
    background-color: #1f365c;
    margin: 20px 0 5px 0;
    max-height: 60px;
    width: 100%;
    height: 60px;
}
.pkg_mainserv h2 {
    color: #fff;
    font-size: 25px;
    margin: 0;
    padding: 0px;
}
.pkg_mainserv {
    background: #ffb536;
    color: #fff;
    padding: 8px;
    width: 100%;
    font-size: 20px;
    text-align: center;
}
.cus-table .table td, .table th {
    padding: .75rem;
    width: 16.5%;
    color: #000;
    font-weight: 300;
    font-size: 16px;
}
.cus-table .table td, .table th {
    padding: .75rem;
    width: 16.5%;
    color: #000;
    font-weight: 300;
    font-size: 16px;
}
.cus-table .bg-light {
    background-color: #ededed!important;
    color: #ff7928 !important;
    text-align: center;
    vertical-align: middle;
    font-size: 18px !important;
}
.cus-table .table-borderless tbody+tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 2px solid #fff;
}
.seo-single .keyopt_div li {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    padding: 15px 0;
    float: left;
    min-height: 10px;
    text-align: center;
    width: 50%;
    text-decoration: none;
}
#sticky-social {
   left: -40px;
   position: fixed;
   top: 150px;
}
#sticky-social a {
    color: #fff;
    display: block;
    height: 45px;
    padding-top: 3px;
    line-height: 35px;
    border-radius: 0 20px 20px 0px;
    font-size: 23px;
    position: relative;
    text-align: center;
    width: 45px;
}
#sticky-social a span {
    line-height: 43px;
    left: -120px;
    position: absolute;
    text-align: center;
    width: 100px;
    font-size: 17px;
    top: 0px;
    border-radius: 20px 20px 20px 20px;
}
#sticky-social a:hover span {
   left: 100%;
}
#sticky-social a[class*="facebook"],
#sticky-social a[class*="facebook"]:hover,
#sticky-social a[class*="facebook"] span { background: #3b5998; }

#sticky-social a[class*="twitter"],
#sticky-social a[class*="twitter"]:hover,
#sticky-social a[class*="twitter"] span {background: #480606;}

#sticky-social a[class*="gplus"],
#sticky-social a[class*="gplus"]:hover,
#sticky-social a[class*="gplus"] span {background: #480606;}  

#sticky-social a[class*="linkedin"],
#sticky-social a[class*="linkedin"]:hover,
#sticky-social a[class*="linkedin"] span { background: #007bb6; }  

#sticky-social a[class*="instagrem"],
#sticky-social a[class*="instagrem"]:hover,
#sticky-social a[class*="instagrem"] span { background: #517fa4; }  

#sticky-social a[class*="stumbleupon"],
#sticky-social a[class*="stumbleupon"]:hover,
#sticky-social a[class*="stumbleupon"] span { background: #eb4924; }  

#sticky-social a[class*="pinterest"],
#sticky-social a[class*="pinterest"]:hover,
#sticky-social a[class*="pinterest"] span { background: #cc2127; }  

#sticky-social a[class*="flickr"],
#sticky-social a[class*="flickr"]:hover,
#sticky-social a[class*="flickr"] span {background: #480606;}  

#sticky-social a[class*="tumblr"],
#sticky-social a[class*="tumblr"]:hover,
#sticky-social a[class*="tumblr"] span { background: #32506d; }
#sticky-social.side-fixed {display:block !important;z-index: 1024;}
.container .row.bor:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 3px;
    top: 0;
    background: #ccc;
    left: 50%;
}
.about .inner-about .section-title p {text-align: justify;font-size: 18px;}
.list-list-row {
    margin: 0 -15px;
}
.article-hp-content {
    background-color: #f1f1f1;
    width: 100%;
    position: relative;
    height: 100%;
    left: 0;
    top: 0;
}
.main-col-img {
    width: 170px;
    overflow: hidden;
    position: relative;
    border-right: 0;
    display: block;
    height: 100%;
}
.list-post .article-post-img, .main-post:not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(9)) .article-post-img {
    width: 190px;
    height: 100%;
    top: -10px;
    left: -10px;
    max-height: none;
    object-fit: cover;
    max-width: none;
    position: absolute;
}
.main-col-post-info {
    flex: 1;
    padding: 20px 20px 20px;
}
.hp-cat {
    line-height: 1em;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.hp-cat a {
    font-weight: bold;
    color: #F8B147;
    /* font-weight: bold; */
    font-size: 13px;
    position: relative;
}
.list-post .main-post-title {
    margin: 0px 0 0;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 21px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main-post-title a {
    font-size: 20px;
    color: #000;
    color: #151515;
    font-weight: 600;
    line-height: 1.3em;
    /* font-weight: bold; */
}
.hp-excerpt {
    font-size: 14px;
    line-height: 1.3em;
    color: #898989;
    margin: 5px 0;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 58px;
}
.blog .col-md-6 {margin-bottom:20px;}
.owl-carousel .owl-item img {height:200px;object-fit:cover;}
.mobile-portfolio .owl-carousel .owl-item img {
    height: 200px;
    object-fit: cover;
    border: 1px solid #1f365c;
}
.article-hp-content-wrap {width:100%;}
.nav.nav-pills {width:100%;}
.nav.nav-pills li a {
    padding: 10px 13px;
    border: 1px solid #ccc;
    margin-right: 4px;
    border-radius: 5px;
    color: #000;
    font-weight: 600;
    font-size: 15px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
  color: #fff !important;
  background-color: #480606 !important;
}
.tab-content>.active {
    display: block !important;
    padding: 0px;
    margin: 0px;
}
.tab-content>.active {
    display: block !important;
    padding: 21px 0;
    margin: 0px -20px;
}
.nav-menu li a i{
border: 2px solid #1f365c;
    padding: 5px 8px;
    margin-right: -20px;
    font-size: 23px;
}
.team-member .team-img {
    position: relative;
    width: 47%;
    float: left;
}
.team-hover {
    position: relative;
    height: auto;
    width: 53%;
    float: left;
    border: unset;
    background-color: transparent;
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.Our.Team .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 15.666667%;
    float: left;
    padding: 5px;
    display: flex;
    width: 100%;
}
.Our.Team .col-md-2 .box-team h5 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding-bottom: 0;
    margin-bottom: 0;
}
.Our.Team .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.Our.Team .col-md-2 .box-team h5 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
}
.Our.Team {padding-bottom:25px;}
.Our.Team p {
    margin: 0 0 0px;
    font-size: 12px;
    text-align: left;
    line-height: 24px;
}
iframe {height:350px !important;}
.Our.Team .col-md-2 .box-team {
    background: #f1f1f1;
    width: 100%;
    padding: 10px 10px 0;
    border-top: 4px solid #f3615a;
}
.team-hover p {text-align: left;clear: both;font-size: 15px;}
.team-member ul {
  margin: 0;
  padding: 0px;
  margin-top: 3px;
  float: right;
  position: absolute;
  right: 0px;
  top: -8px;
  
}
.team-member ul li {
    display: inline-block;
    color: #ff3233;
}
.desk, .desk h4, .team-hover .s-link a {
    text-align: left;
    color: #222;
    width: auto;
    float: left;
    font-size:17px;
    display: grid;
}

.parallax-section{
  padding: 80px 0;
}
.mission-vision{
  padding: 80px 0;
}
.team-member span {
    line-height: 27px;
    color: #480606;
    font-weight: 600;
    font-size: 15px;
    display: block;
    float: left;
}
.team-member ul li a {
    color: #480606;
    padding: 0px 10px;
    font-size: 20px;
}
.seo .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    text-align: center;
}
.seo .table thead th {
 vertical-align: middle;
    font-size: 20px;
    font-weight: 600;
}

.seo .table thead th span{
 
    font-size: 25px;
    font-weight: 700;
}
.seo .table th {
      font-size: 15px;
    font-weight: 600;
}

.seo .table td{
        font-size: 16px;
    font-weight: 600;
}

.seo .table td i{
     font-size: 20px;
}

.cus-according .accordion .card .card-header h2 a {
display: inline-block;
    background: #480606;
    width: 100%;
    text-align: left;
    letter-spacing: 0px;
    font-size: 24px;
    color: #fff;
    border-radius: 0 !important;
    padding: 6px 0 1px 15px;
    font-weight: 300;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.cus-according .card{
  border:none;
}
.cus-according .accordion .card .card-header h2 a.btn:after {
   font-family:'FontAwesome';
    content: "\f068";
    font-weight: 900;
    margin-right: 0px;
    float: right;
    background: none;
    /* padding: 15px 21px; */
    margin-top: 0px;
    font-size: 16px;
    color: #fff;
    background: #881d3b;
    padding: 14px 14px 13px;
    margin: -7px -1px -1px 0;
}

.cus-according .accordion .card .card-header h2 a.btn.collapsed:after {
  font-family:'FontAwesome';
    content: "\f067";
    font-weight: 900;
    margin-right: 0px;
    float: right;
    background: none;
    /* padding: 5px 21px; */
    margin-top: 0px;
    font-size: 16px;
    color: #fff;
    background: #881d3b;
    padding: 14px 14px 13px;
    margin: -7px -1px -1px 0;
}
.cus-according .card-header {
    padding: 0px;
}
.cus-according h2 {
 margin-top: 0rem;
  
}
.cus-according .card-header {
 

    border-bottom: none;
}

.blog-detail{
    background: #f7f7f7;
    padding: 70px 0;
}

.blog-detail h2{
  font-size: 40px;
  font-weight: 600;
  color: #480606;
  position: relative;
}

.blog-detail h3{
  font-size: 30px;
    font-weight: 600;
    color: #480606;
    position: relative;
}

.blog-detail h4{
  font-size: 26px;
    font-weight: 600;
    color: #480606;
    position: relative;
}
.blog-detail label {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 17px;
    color: #000;
}
.blog-detail .form-control {
    border: 1px solid #606163;
    border-radius: 0px;
}
.our_team{
        padding: 30px 0 130px 0;
}
.mobile{
       display:none;

}
.desktop{
     display:block;
}
.cus-text p{
 font-size: 16px !important;
}
.cus-boxs {
    background: #f7f7f7;
    padding: 20px;
    border-radius: 10px;
}

.cus-boxs h3{
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 0;
    color: #1f365c;
}



/******* icons ************/
.choose{
  background: #f5f6f6;
  padding: 80px 0;

}
.choose h2{
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 0;
  text-align: center;
  color: #480606;
  text-transform: uppercase;
  position: relative;
}
.choose h2::before {
	content: '';
    height: 4px;
    width: 10%;
    background: #480606;
    position: absolute;
    top: 114%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#about {
  background: #fafafa !important;
  padding: 70px 0;
}
.card-header {
  background-color: rgba(0,0,0,.0);
}
#about .section-title {
  text-align: center;
  padding-bottom: 0px;

}
section.Our.Team {
  background: #f7f7f7;
  padding: 60px 0;
}
section.website {
  padding: 40px 0 60px;

}
.about .about-content {
  padding: 12px 40px 16px;
}
.choose-box{
	background: #fff;
	padding: 25px 15px;
  margin-bottom: 27px;
  min-height: 270px;
}

.choose-box img{
	width: 20%;
	margin-bottom: 20px;
}
.choose-box h4{
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin-bottom: 0px;
}
.choose-box  i{
  color: #480606;
  font-size: 22px;
}
.choose-box p {
    font-size: 15px;
    color: #333333;
    font-weight: 500;
    line-height: 26px;
}
.animate_line {
    position: relative;
    z-index: 0;
}
.animate_line:after, .animate_line:before {
    content: "";
    height: 4px;
    width: 0px;
    position: absolute;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
	z-index: -1;
	background: #480606;
}

.animate_line:before {
	right: 10px;
    top: -4px;
}
.animate_line:after {
    left: 10px;
    bottom: 21px;
}
.animate_line:hover:after, .animate_line:hover:before {
    width: 50%;
    height: 50%;
    background: #480606;
}
.icon-box1 {
  position: relative;
  width: 80px;
  height: 80px;
  color: #480606;
  font-size: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  margin: 0 auto;
  z-index: 1;
  display: inline-block;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
  margin-bottom: 20px;
}
.choose-box a{
	color: #232323;
	text-transform: capitalize;
    padding: 10px 16px;
    position: relative;
    z-index: 1;
    margin-top: 5px;
    display: inline-block;
    font-size: 16px;
}


.choose-box a::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 52px;
    background: linear-gradient(-70deg, transparent, rgb(197 103 127));
    z-index: -1;
    border-radius: 50%;
    transition: all 0.35s ease-in-out;
}
.choose-box a:hover::after {
    border-radius: 30px;
    width: 100%;
    color: #ffffff;
}



.certification-box{
  padding: 30px 40px;
  margin: 15px 0;
}
.certification-box i{
  color: #6e9542;
  font-size: 35px;
  margin-bottom: 16px;
}
.certification-box h4{
  color: #480606;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 0;
  text-transform: uppercase;
}
.certification-box p{
  font-size: 16px !important;
  font-weight: normal;
  color: #000;
  text-align: center !important;
  font-weight: 300;
  line-height: 30px !important;
}

.certification-box:hover{
  background: #fff;
  height: 170px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}
div#header-sticky-wrapper {
  height: 87px !important;
}

.certification-box:hover h4 {
  color: #480606;
  font-weight: 600;
}

.professional-text{
  padding: 9%;
}
.professional-text1{
  padding: 3% 7% 0 6%;
}
.professional-text p{

}
.professional-text h2{
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #1f365c;
  text-transform: uppercase;
}

/******* gallery ************/
.gallery1 {
	padding: 60px 0 0;
	background: #fff;
  }
  .professional{
 background: #fff;
 margin-top: 40px;

  }

  .gallery1 h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 0;
    text-align: center;
    color: #480606;
    text-transform: uppercase;
    position: relative;
  }
  .gallery1 h2:after {
    content: '';
    position: absolute;
    right: 0;
    top: 100%;
    width: 9%;
    height: 3px;
    background: #480606;
    text-align: center;
    top: 114%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.container1 {
	position: relative;
	width: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 18px 0px rgb(242 239 242);
  -moz-box-shadow: 0px 0px 18px 0px rgba(242,239,242,1);
  box-shadow: 0px 0px 18px 0px rgb(242 239 242);
  padding: 15px;
  background: #fff;
  margin-bottom: 40px;
  }
 
  .container1 img {
    transition: all 10s;
    -moz-transition: all 10s;
    -webkit-transition: all 10s;
    -o-transition: all 10s;
    height: 470px;
    object-fit: cover;

  }
  .container1:hover img {
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}
  .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
    height: 100%;
	width: 100%;
	opacity: 0;

	transition: .3s ease;
	background-color: rgba(0, 0, 0, 0.5);
  }
  .overlay .icon {
    color: #fff;
    font-size: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    z-index: 9;
    border: 1px solid #fff;
    padding: 3px;
    font-size: 24px;
    width: 46px;
    height: 42px;
  }
  .container1:hover .overlay {
	opacity: 1;
  }
  .icon:hover {
	background: #3d93a1;
	color: #fff;
  }

  #lightcase-nav a[class*='lightcase-icon-'] > span {
    display: initial;
    text-indent: -9999px;
    font-size: 20px;
}
.lightcase-icon-next:before {
  content: '\e804';
  display: none;
}
.lightcase-icon-prev:before{
  display: none;
}
.lightcase-icon-close:before{
  display: none;
}
.lightcase-icon-pause:before{
  display: none;
}
.choose-box1{
  min-height: auto;
  padding: 40px;
  height: 190px;
}
.choose-box1 h6{
  font-size: 23px;
  text-align: center;
  font-weight: 600;
  line-height: 28px;
}

.news-box{
  width: 97%;
  margin: 0 auto;
}
.news-box a img{
	border-radius: 10px;
}

.news-content{
	position: relative;
    background-color: #fff;
    border-radius: 6px;
    margin-left: 11px;
    margin-right: 11px;
    margin-top: -50px;
    padding: 25px;
    -webkit-box-shadow: 0px 0px 62px 0px rgba(27, 31, 45, 0.09);
    box-shadow: 0px 0px 62px 0px rgba(27, 31, 45, 0.09);
    
    margin-bottom: 50px;

}
.news-content p{
  font-size: 16px;
  font-weight: 300;
  color: #000;
}
.news-content p a{
  color: #480606;
  font-size: 15px;
  font-weight: 700;
}
.news-content h4{
  position: relative;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 13px;
  margin-bottom: 0px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-family: 'Poppins', sans-serif !important;
}
.news-content h4:before{
	position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 6px;
    width: 100%;
    background: url(../images/border-shape-2.png) repeat-x center;
}

.read {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: .5s;
    -o-transition: .5s;
	transition: .5s;
	color:#480606;
}

.read:hover{
  color:#480606;
}
.btn-border, a.btn-border {
  border: solid 1px #480606;
  color: #480606!important;
  font-weight: 600;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding-left: 30px;
  padding-right: 30px;
  letter-spacing: 3px;
  text-transform: uppercase;

}
.btn-border:hover{
  border: solid 1px #480606;
  color: #fff!important;
  background: #480606;
}
.testimonials1{
  padding: 60px 0;

}

.news{
  background: #e0e4e4;
}

.slider{
  padding: 120px 0px 130px;
  background-image: url(../images/welcome_bg_2.png);
  background-size: cover;
  position: relative;
}

.slider h2{
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 800;
  color: #480606;
  line-height: 38px;
  margin-top: 26px;
}

.slider p{
  font-size: 30px;
  /* text-transform: uppercase; */
  color: #000;
  line-height: 37px;
  /* font-weight: 600; */
  margin-bottom: 0px;
  margin-top: 3px;
  position: relative;
}

.slider p::before{
  content: '';
  width: 5px;
  height: 110px;
  background: #480606;
  left: -15.5%;
  position: absolute;
  top: 9%;
  border-radius: 2px;
}

.slider .carousel-item img{
  height: 90vh;
  object-fit: cover;
}

.slider .carousel-caption {
  text-align: center;
  bottom: 0;
  top: 0px;
  padding: 0px;
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
  margin: auto;
  right: 15%;
  left: 14%;

}
.slider .carousel-caption h5{
    font-size: 55px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    line-height: 70px;
}
.slider .carousel-caption h5 span{
	color: #fff;
}

.slider .carousel-caption p{
  font-size: 28px;
  /* text-transform: uppercase; */
  color: #fff;
  line-height: 45px;
  font-weight: 600;
}
.btn-primary{
	border-radius: 0px;
    background: #480606;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    border-color: #480606;
    padding: 10px 15px;
    color: #fff !important;

}
.slider .carousel-indicators {
   
    justify-content: center;
    padding-left: 0;
    margin-right: 0%;
    margin-left: 0%;
    list-style: none;
    left: 80%;
    right: 0;
    background: #fff;
    width: 11%;
    margin-top: 70px;
	bottom: -19px;
}
.carousel-indicators li{
  background-color: #1f355a;

}
.slider .carousel-indicators .active {
opacity: 1;
  color: #1f355a;

}
.btn-style-three {
  color: #fff;
  background-color: #480606;
  border-color: #fff;
  border-radius: 100px;
  padding: 15px 50px;
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 4px;
  display: inline-block;
}


.cus-about{
  background: url(../images/banner2.jpg) !important;
  /* Create the parallax scrolling effect */
  background-attachment: fixed !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 100px 0 !important;
}
.seo4{
  padding: 80px 0;
}

.email-box{padding: 30px 0;
  background: #f7f7f7;} 
.box{
  display: flex;
  flex-wrap: wrap;
}
.single-about{
  padding: 20px 26px;
  background: #fff none repeat scroll 0 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border-radius: 7px;
  margin-bottom: 30px;
  width: 95%;
  text-align: left;
}
.single-about:hover{
  transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.single-about:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: url(../images/service-paternt.png) no-repeat;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 120px;
  height: 150px;
}

.single-about img{
  width: 60px;
  margin-bottom: 10px;
  height: 100px;
  object-fit: contain;
}



.single-about h4{
  font-size: 25px;
  line-height: 25px;
  transition: all 0.7s ease 0s;
  font-weight: 500;
  text-transform: uppercase;
}

.single-about h6{
  font-size: 19px;
  line-height: 35px;
  transition: all 0.7s ease 0s;
  font-weight: 600;
  text-transform: uppercase;
}
.single-about i{
  font-size: 50px;
  color: #480606;
    
    margin-bottom: 15px;

}
.single-about p{
  transition: all 0.7s ease 0s;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 0px;
  height: 80px;
}
.single-about a{
  color: #480606;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.single-about a i{
  color: #480606;
  font-size: 17px;
}


.panel-body .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  position: absolute;
  top: 170px;
  left: 0px;
  padding: 3px 8px;
  font-size: 14px;
}

.panel-body textarea.form-control {
  height: auto;
  width: 428px;
  margin-bottom: 40px;
}
.panel-body{
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.27);
  -moz-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.27);
  box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.27);
  background: #fff;
  padding: 11px 30px 20px;
  border-radius: 10px;
  width: 90%;
}
.panel-body .form-group {
  margin-bottom: 0.1rem;
}
.panel-body .form-control {
  border: 1px solid #919496;
  border-radius: 0px;
}
.panel-body label {
  display: inline-block;
  margin-bottom: .5rem;
  font-weight: 700;
  font-size: 14px;
}
.panel-body .btn-success {
  color: #fff;
  background-color: #480606;
  border-color: #480606;
  position: absolute;
  bottom: 27px;
  padding: 3px 8px;
  font-size: 14px;
}
.tab-content>.active {
  display: block !important;
  padding: 21px 0;
  margin: 0px -20px;
  opacity: 1;
}
.cus-nav .tab-content>.active{
margin: -23px -20px;
}

.slider-box{
  text-align: center;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(204,204,204,1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(204,204,204,1);
  box-shadow: 0px 0px 30px 0px rgba(204,204,204,1);
  padding: 13px 24px;
  background: #fff;
  border-radius: 5px;
}
.slider-box i{
  color: #fff;
  background: #480606;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  padding: 7px;
  font-size: 23px;
  margin-bottom: 10px;
}

.slider-box h6{
  font-size: 20px;
  text-transform: capitalize;
  font-family: 'Archivo', sans-serif;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  z-index: 999999999;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
  height: 800px;
  overflow-y: scroll;

}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  opacity: 1;
}

.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white !important;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background: #480606;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}



.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}
.cus-nav .nav-link {
  display: block;
  padding: .3rem 0.5rem;
  font-size: 15px;
  margin-right: 10px;
  background: #fff;
  border: 1px solid #d6d5d5;
}
.cus-nav i {
  font-size: 18px !important;
  padding-right: 3px;
}

.cus-nav .nav-tabs .nav-link.active {
  color: #000;
  border-color: #480606 #480606 #fff;
}
.fixed-header1{
  display: none;
}
.contact-btn{
  display: none;
}
.contact-btn1{
  display: inline-block;
}

.blog6 {
  padding: 0px;
}
* CSS for responsive iframe */
/* ========================= */

/* outer wrapper: set max-width & max-height; max-height greater than padding-bottom % will be ineffective and height will = padding-bottom % of max-width */
#Iframe-Master-CC-and-Rs {
  max-width: 512px;
  max-height: 100%; 
  overflow: hidden;
}

/* inner wrapper: make responsive */
.responsive-wrapper {
  position: relative;
  height: 0;    /* gets height from padding-bottom */
  
  /* put following styles (necessary for overflow and scrolling handling on mobile devices) inline in .responsive-wrapper around iframe because not stable in CSS:
    -webkit-overflow-scrolling: touch; overflow: auto; */
  
}
 
.responsive-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  margin: 0;
  padding: 0;
  border: none;
}

/* padding-bottom = h/w as % -- sets aspect ratio */
/* YouTube video aspect ratio */
.responsive-wrapper-wxh-572x612 {
  padding-bottom: 107%;
}

/* general styles */
/* ============== */
.set-border {
  border: 5px inset #4f4f4f;
}
.set-box-shadow { 
  -webkit-box-shadow: 4px 4px 14px #4f4f4f;
  -moz-box-shadow: 4px 4px 14px #4f4f4f;
  box-shadow: 4px 4px 14px #4f4f4f;
}
.set-padding {
  padding: 40px;
}
.set-margin {
  margin: 30px;
}
.center-block-horiz {
  margin-left: auto !important;
  margin-right: auto !important;
}

.case{
  padding: 0px 0 40px;
}
.case-box{
  -webkit-box-shadow: 0px 0px 20px 0px rgb(209 201 209);
  -moz-box-shadow: 0px 0px 20px 0px rgba(209,201,209,1);
  box-shadow: 0px 0px 20px 0px rgb(209 201 209);
  padding: 20px;
  margin-bottom: 40px;
}


.case-box .table td, .table th {

  padding: .75rem;
  vertical-align: top;
  border-top: 0px solid #dee2e6;
  width: 100%;
  border-bottom: 0px solid #dee2e6;
  font-size: 17px;
  font-weight: 600;

}
.case-box tr {
  border-bottom: 1px solid #dee2e6;
}
.cus-Clients{
  background: #fff;
  padding: 80px 0;
}

.clients-image {

  border-bottom: 1px solid #d2cece;
  position: relative;
  border-right: 1px solid #d2cece;
  padding: 60px;
  height: 270px;
  display: flex;
  justify-content: center;
  align-items: center;


}
.clients-image img{
  width: 100%;
  height: 90px;
  object-fit: contain;
}


.overlay6 {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #480606ed;
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
}

.clients-image:hover .overlay6 {
  bottom: 0;
  height: 100%;
}

.text {

  position: absolute;
   top: 43%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.text p{
  font-size: 18px;
  color: #fff;
  margin-bottom: 0px;
  line-height: 6px;
  text-transform: capitalize;
}
.text a{
  font-size: 14px;
  color: #fff;
  text-transform: lowercase;
  font-weight: 300;
}

.clients-image1 {
  position: relative;

}


.overlay8 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #480606ed;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.clients-image1:hover .overlay8 {
  height: 100%;
}

.text2 {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 43%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.section-title1{
  margin-top: 30px;
  padding: 0 0 0 20px;
}

.section-title1 h3{
  font-size: 30px;
    font-weight: 600;
    color: #480606;
}
.section-title1 p{
  line-height: 30px;
}

.section-title1 .btn-style-three {
  margin-top: 0px;

}

.busines {
  background-image: url(../images/cta.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
  margin-bottom: 60px;
}
.counter i {
  margin: 0 auto;
  float: none;
  display: table;
  color: #ffffff;
  font-size: 40px;
}

.count-title {
  font-size: 40px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  font-weight: 600;
}

.count-text {
  font-size: 18px;
  font-weight: normal;
  /* margin-top: 10px; */
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  font-weight: 400;
}
.tooltip{ 
  position:relative;
  float:right;
}
.tooltip > .tooltip-inner {background-color: #99403e; padding:5px 15px; color:rgb(23,44,66); font-weight:bold; font-size:13px;}
.popOver + .tooltip > .tooltip-arrow {    border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #eebf3f;}
.progress{
  border-radius:0;
  overflow:visible;
  margin-bottom: 25px;
}
span.progressText {
  color: #fff;
}
.progress-bar{
  background: rgb(251 152 150);
  -webkit-transition: width 1.5s ease-in-out;
  transition: width 1.5s ease-in-out;
}

.busines1{
  margin-bottom: 0px;
}
.busines1 h3{
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 0;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.busines1 p{
  color:#fff;
  width: 80%;
  margin: 0 auto;

}
.choose-box12{}
.choose-box12 p{
  width: 100%;
  text-align: left;
}
.choose-box12 h4{
  font-size: 32px;
  color:#fff;
}
.choose-box12 ul{
  padding: 0px;
  list-style-type: nones;
}
.choose-box12 ul li{
  color: #fff;
  text-decoration: none;
  list-style-type: none;
  line-height: 35px;
}
.choose-box12 ul li i{
  margin-right: 5px;
}
section.inner-banner1 {
  height: 80vh;
  position: relative;
  margin-top: -90px;
  margin-bottom: -20px;
}

.cus-header {
  z-index: 1034;
  width: 100%;
  background: #ffffffbf!important;
}

.inner h2{
  font-size: 38px;
    font-weight: 500;
    padding-bottom: 0;
    color: #480606;
    text-transform: uppercase;
    position: relative;
}
.share-box {
  margin: 0 0 30px;
}

.share-box ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.share-box ul li {
  display: inline-block;
  padding: 0 8px 0 0;
}
.share-box ul li a {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: #000000;
  letter-spacing: 2px;
}

.comment-text {
  width: 80%;
  /* margin: 0 auto; */
  background: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 20px;
  padding: 20px;
}
}
.comment-text .media-body h5 {
  font-size: 21px;
  color: #000;
  line-height: 22px;
  font-weight: 600;
}
.comment-text .media-body h5 spam {
  float: right;
  color: #00a3c8;
}
.comment-text .media-body p {
  font-size: 16px;
  color: #020403;
  line-height: 27px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 0px;
}
.comment-text .media-body h5 spam a {
  font-weight: 600;
  color: #00a3c8;
  font-size: 15px;
}
.comment-text1 {
  width: 85%;
  margin-left: 75px;}
.comment-text .media img{
  border-radius: 100px;
}

.reply{
  border: 1px solid #ccc;
  margin-top: 40px;
  padding: 20px;
  background: #fff;
}

.comment-text .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 1200px;
  height: auto;
  overflow: hidden;
}
.comment-text .close {
  color: #000;
  position: absolute;
  top: 5px;
  right: 12px;
  font-size: 35px;
  font-weight: bold;
  opacity: 1;
  z-index: 99999999;
}
.seo-page {
  box-shadow: 0px 2px 9px rgb(0 0 0 / 15%);
  text-align: center;
  padding: 33px 25px;
  background: #fff;
  margin: 10px 0;
  border-radius: 10px;
  transition: all 0.5s;
  margin-bottom: 20px;
}

.seo-page  h4{
  font-size: 22px;
  line-height: 18px;
  transition: all 0.7s ease 0s;
  font-weight: 600;
  text-transform: uppercase;
}
.seo-page p{
  font-size: 16px !important;
    margin-bottom: 0px;
    line-height: 29px;
    color: #666;
}

.seo-page:hover{
  background: #f7f7f7;
}
.seo-page img{
  height: 60px;
    margin-bottom: 30px;
    position: relative;
}
.seo-page::before{
  content: '';
  box-shadow: 0px 2px 9px rgb(0 0 0 / 15%);
  width: 95px;
  height: 95px;
  position: absolute;
  border-radius: 100%;
  top: 27px;
  margin: 0 0 0 -19px;
}
.rank-box {
  border: 2px solid #480606;
  border-radius: 50px;
  padding: 40px;
  margin-bottom: 40px;
  display: flex;
}

.rank-text {
  width: 50%;
  padding: 0 35px 0 0;
}
.rank-text h2{
  color: #480606;
  font-size: 69px;
  font-weight: 700;
  line-height: 77px;
}
.rank-form {
  width: 50%;
  padding: 40px 30px;
  background: #480606;
  border-radius: 12px;
}
.rank-form .form-control {
  padding: 1.675rem 0.75rem;
  color: #000;
  background-color: #ffffffdb;
  background-clip: padding-box;
  border: 1px solid #fff;
  border-radius: 0.25rem;
  margin-bottom: 17px;
}
.rank-form ::-webkit-input-placeholder { /* Edge */
  color: #000;
}

.rank-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

.rank-form ::placeholder {
  color: #000;
}

.rank-form button#submit {
  background: #fff;
  padding: 12px;
  border: none;
  width: 100%;
  border-radius: 5px;
  color: #480606;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}

.organic {
  display: flex;
  align-items: center;
  margin-top: 40px;
  border: 1px solid #333;
  padding: 20px;
  border-radius: 10px;
}
.organic-img {
  width: 50%;
  padding: 0 30px 0 0;
}
.organic-box {
  width: 50%;

}
.organic-text {

}
.organic-text h3{
  color: #000;
  font-size: 35px;
}
.organic-text a {
  background: #480606;
  padding: 10px 24px;
  border: none;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
}

.modal-lg .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 1200px;
  height: 380px;
  overflow-y: scroll;
}
.close {
  color: #000;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  opacity: 1;
  z-index: 9;
}
.about-lists-new{
  padding: 60px 0;
}
.organic:nth-child(2n+0){
  flex-direction: row-reverse;
}

.organic:nth-child(2n+0) .organic-img {
  padding: 0 0 0 70px;
}
.case .rank-form {
  width: 100%;
}
.case-new{
  background: #f7f7f7;
  padding: 60px 0;
}

.case-box {
  -webkit-box-shadow: 0px 0px 20px 0px rgb(209 201 209);
  -moz-box-shadow: 0px 0px 20px 0px rgba(209,201,209,1);
  box-shadow: 0px 0px 20px 0px rgb(209 201 209);
  padding: 20px;
  margin-bottom: 40px;
  height: 440px;
  overflow-y: auto;
}

::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.footer-form .rank-form {
  width: 100%;
  padding: 0;
  background: #480606;
  border-radius: 12px;
}





/* media screen and (max-width: 1170px)
---------------------------------------------------------------------- */
@media screen and (max-width:1170px) {
.mobile-nav a i {
    border: 1px solid #fff;
    padding: 12px;
    height: 40px;
    width: 40px;
}
.team-member .team-img {

    width: 100%;
        margin-top: 20px;

}
.team-hover {

    width: 100%;
}
.team-hover .desk {
position: relative; 
    top: 0%;
    width: 100%;
-webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
  transform: translateY(0%);

  height: auto;
      padding: 12px 10px;
}
#hero .carousel-inner .carousel-item {

    background-position: right top;
}
#hero .carousel-container {

    background: rgba(30, 53, 90, 0.45);
}
#hero h2 {
    font-size: 48px;
}
#hero p {
    width: 90%;
}
#hero, #hero .carousel-item {
    height: calc(50vh - 70px);
}
#hero .carousel-content.container {
    padding: 0 50px 0 75px;
}
.team {
    background: #fff;
    padding: 20px 0 20px 0;
}
#what-we-do .card{
    height:160px;
}
.inner-banner {
    height: 30vh;
    background-size: cover !important;
}
.inner-banner h1 {
    font-size: 42px;

    padding: 2em 0 0 40px;
}
.breadcumb {

    padding: 0 0 0 40px;
  
}
.section-title h2 {
    font-size: 36px;
}

.main-timeline3 .year {
    text-align: left;
    font-size: 14px;
}
.main-timeline3 .description {
    font-size: 16px;

    line-height: 28px;
}
.call-action h3 {
    padding-bottom: 30px;
    font-size: 33px;
}
.inner-banner p {
    color: #fff;
    padding: 0 0 0 40px;
}
.our_team {
    padding: 30px 0 270px 0 !important;
}
.main-col-img {
    width: 100px;
}
.mobile{
       display:none;

}
.desktop{
     display:block;
}
}

/* media screen and (max-width: 992px)
---------------------------------------------------------------------- */
@media screen and (max-width: 992px) {
  .mobile {
    display: block;
}
.desktop1 {
  display: none;
}
.breadcumb li {
  display: inline-block;
  color: #fff;
  padding: 10px;
  font-size: 16px;
}

#hero .carousel-inner .carousel-item {

    background-position: right top;
}
.container.pad .col-md-6 h3 {
    font-size: 24px;
}
#hero .carousel-container {

    background: rgba(30, 53, 90, 0.45);
}
#hero h2 {
    font-size: 48px;
}
#hero p {
    width: 90%;
}
#what-we-do.home-service .card .card-block {

    height: 160px;
}
.main-timeline12 .timeline-content{
   height: 100px; 
}
.team-member .team-img {

    width: 100%;
        margin-top: 20px;

}
.team-hover {

    width: 100%;
}
.team-hover .desk {
position: relative; 
    top: 0%;
    width: 100%;
-webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
  transform: translateY(0%)
   
    transition: all 0.3s 0.2s;
  
height: auto;
}
.team {
    background: #fff;
    padding: 40px 0;
}
.nav-pills>li {

    margin-bottom: 17px;
}
.section-title h2 {
    font-size: 32px;
}
.main-timeline3 .year {
   
    line-height: 24px;
}
.main-timeline3 .description{
    text-align:left;
}



.ppc .timeline>li:nth-child(odd) .timeline-image {
    left: 482px;
    margin-left: 0px;
}
.inner-banner {
    height: 27vh;
    background-size: cover !important;
}
.inner-banner h1 {
  padding: 1em 0 0 40px;
  font-size: 33px;
}
.Our.Team .col-md-2 {

    max-width: 19.666667%;
}
.our_team {
    padding: 30px 0 50px 0 !important;
}
.hp-excerpt{
        max-height: 68px;
}
.slider h2 {
  font-size: 34px;
  line-height: 28px;
}
.slider p {
  font-size: 20px;
  line-height: 30px;
}
.slider {
  padding: 50px 0px 70px 30px;
}
#what-we-do .card .card-block a {
  font-weight: 400;
  font-size: 12px;
}

#what-we-do.home-service .card {
  padding: 1rem 0.5rem!important;
}
.news-box {
  padding: 20px;
  width: 100%;
}
.single-about {
  width: 93%;
}
.section-title1 h2 {
  font-size: 32px;
}

.choose-box {
  min-height: 220px;
}
.border-bottom {
  border-bottom: 0px solid #dee2e6!important;
}
.border-right {
  border-right: 0px solid #dee2e6!important;
}
.professional {
  background: #fff;
  margin-top: 0px;
}
.container1 img {
  height: 350px;
}
.mission-vision .box {
  margin: 0 20px 25px;
}
.cus-nav .nav-pills .nav-link {
  font-size: 16px;
}
.slider-box{
  margin-bottom: 24px;
}
.card-title {
  margin-bottom: .25rem;
  font-weight: 400;
  font-size: 17px;
  padding-top: 10px;
  color: #fff;
  text-transform: capitalize;
}
.team-member img {
  margin-bottom: 20px;
}

}
/* media screen and (max-width: 728px)
---------------------------------------------------------------------- */
@media screen and (max-width:728px) {
  /*.owl-carousel .owl-stage {*/
  
  /*    width: 100% !important;*/
  /*}*/
  #hero p {
      width: 100%;
      font-size: 17px;
  
  
  }
  .mission-vision .box {
  
      margin-bottom: 14px;
  }
  .Our.Team .col-md-2 .box-team h5 {
      font-size: 13px;
  }
  .Our.Team .col-md-2 {
      max-width: 33.666667%;
   
  }
  .ppc .timeline>li .timeline-image {
  
      width: 145px;
      height: 145px;
  }
  .paid .box-part {
  
      margin: 0px 0px 14px;
  
  }
  .ppc .timeline>li:nth-child(even) .timeline-image {
  
      display: inline-flex;
  }
  #hero h2 {
      font-size: 24px;
  }
  #hero .carousel-inner .carousel-item {
  
      background-position: right top;
  }
  #sticky-social a {
    background: #333;
    color: #fff;
    display: block;
    height: 33px;
    padding-top: 9px;
    line-height: 13px;
    border-radius: 0 20px 20px 0px;
    font-size: 16px;
    width: 32px;
  }
  #hero .carousel-container {
  
      background: rgba(30, 53, 90, 0.45);
  }
  #hero, #hero .carousel-item {
      height: calc(76vh - 70px) !important;
  }
  #hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  
      display: none !important;
  }
  #hero .carousel-content.container {
      padding: 0 30px 0 60px !important;
  }
  #header .logo img {
  
    max-height: 67px;
      margin-top: -21px;
  }
  .section-title {
    margin-top: 30px;
      padding-bottom: 7px;
  }
  .section-title h2 {
      font-size: 30px;
  }
  .about .about-content {
      padding: 0;
  }
  #what-we-do.home-service .card {
  
      margin-bottom: 30px;
  }
  .team {
      background: #fff;
      padding: 40px 0;
  }
  .team-member .team-img {
  
      width: 100%;
          margin-top: 20px;
  
  }
  .team-hover {
    margin-top: 10px;
      width: 100%;
  }
  .team-hover p {
    margin-bottom: 0;
  }
  .team-hover .desk {
  position: relative; 
      top: 0%;
      width: 100%;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
    transform: translateY(0%)
     
      transition: all 0.3s 0.2s;
    
  height: auto;
  }
  .tab-content {
      width: 100%;
  }
  .nav.nav-pills li a {
      padding: 10px 20px;
     
      font-weight: 500;
      margin-bottom: 10px;
  }
  .nav.nav-pills {
      width: 100%;
      justify-content: center;
  }
  
  .testimonials {
    margin: 0px 10px 0px;
  }
  .tab-content>.active {
      display: block !important;
      padding: 13px 0 0px;
      margin: 0px -20px;
  }
  #footer .footer-top {
  
      padding: 34px 0 30px 0;
  }
  .inner-banner {
    height: 23vh;
  
  }
  .inner-banner h1 {
      font-size: 30px;
     
  }
  .main-timeline3 .year {
  
      font-size: 15px;
  }
  .breadcumb li {
    font-size: 14px;
    padding: 2px 6px 0;
    margin-top: 4px;
  
  }
  .section-title h2 {
      font-size: 23px;
  }
  #services .icon-box ul li {
  
    margin-top: 0px;
  }
  .container .row.bor:before {
       left: -10%;
  }
  .container.pad .row .col-md-6 {
      width: 100%;
      text-align: left;
      padding: 0 0px;
      margin-top: 30px;
  }
  .container.pad .row .col-md-6.right {
      width: 100%;
      float: left;
      text-align: left;
  }
  .container.pad .col-md-6 h3{
          padding-top: 0px;
  }
  
  .container.pad .col-md-6 h3 {
      font-size: 22px;
  }
  .container.pad .col-md-6 p {
     
      margin-bottom: 0px;
  }
  #services .icon-box {
    margin-bottom: 0px;
      padding: 10px 0 1px 40px;
  }
  .call-action h3 {
  
      font-size: 24px;
  }
  
  table tr th, table tr td {
      padding: 0px;
  }
  #submit {
   
      width: 180px !important;
  }
  #contact-form {
      padding: 0 10px;
  }
  .blog-detail h2 {
      font-size: 28px;
  }
  .blog-detail h3 {
      font-size: 20px;
  }
  .mobile{
      display:block;
  }
  .desktop{
      display:none;
  }
  
  .slider h2 {
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 27px;
    margin-top: 20px;
  }
  .slider {
    padding: 30px 0px 30px 27px;
  }
  .slider p {
    font-size: 20px;
    line-height: 27px;
    margin-top: 20px;
  }
  .mobile-nav-toggle {
  
    top: 34px;
  }
  .btn-style-three {
    padding: 12px 30px;
    font-weight: 500;
    letter-spacing: 1px;
  }
  
  #about {
    background: #fafafa !important;
    padding: 30px 0 30px 20px;
  }
  .cus-nav .nav-pills .nav-link i {
    font-size: 16px;
    margin-right: 5px;
  }
  .cus-nav .nav-pills .nav-link {
    border-radius: 0px;
    border: 1px solid #ddd;
    padding: 14px 20px;
    font-size: 14px;
  }
  .cus-nav .tab-content>.active {
    margin: 1px 0px;
  }
  .cus-box {
    width: 94%;
  }
  .cus-about {
    padding: 40px 0 !important;
  }
  #what-we-do.home-service .card .card-block:before {
    font-size: 30px;
  }
  .news-content{
    margin-bottom: 30px;
  }
  .logo {
    width: 40%;
  }
  .section-title1 h2 {
    font-size: 27px;
  }
  
  .inner-banner h1 {
    font-size: 19px;
    padding: 0em 0 0 16px;
  }
  .breadcumb {
    padding: 0em 0 0 16px;
  }
  .smo {
    padding: 30px 0;
  }
  #sticky-social.side-fixed {
    z-index: 1024;
  }
  .cus-according .accordion .card .card-header h2 a {
    font-size: 15px;
    font-weight: 400;
  }
  .about-lists {
    padding: 20px 0 0 0;
  }
  .container.pad {
    position: relative;
    padding: 0;
  }
  .cus-nav .pl-0, .px-0 {
    padding-left: 1em!important;
  }
  
  .mobile-nav a {
    font-size: 12px;
  }
  .call-action .btn-primary {
    padding: 10px 40px;
    font-size: 15px;
  }
  .call-action h3 {
    padding-bottom: 12px;
  }
  .nav-pills>li {
    margin-bottom: 19px;
  }
  .choose h2 {
    font-size: 24px;
    margin-bottom: 0px;
  }
  .professional {
    margin-top: 0px;
  }
  .gallery1 {
    padding: 30px 0 0;
    background: #fff;
  }
  .gallery1 h2 {
    font-size: 25px;
    margin-bottom: 0px;
  }
  
  .container1 img {
    height: 250px;
  }
  .choose-box h4 {
    font-size: 17px;
  }
  .choose {
    background: #f5f6f6;
    padding: 40px 0;
  }
  .inner-banner p {
    padding: 0 0 0 0px;
  }
  .mission-vision {
    padding: 30px 0;
  }
  #contact-form {
    border-right: 0px solid #ccc;
  }
  .single-about h4 {
    font-size: 19px;
    line-height: 12px;
  }
  .cus-according .accordion .card .card-header h2 a.btn:after {
    margin: -8px -1px -1px 0;
  }
  .cus-according .accordion .card .card-header h2 a.btn.collapsed:after{
    margin: -8px -1px -1px 0;
  }
  #footer .footer-top h4 {
    font-size: 17px;
    letter-spacing: 0px;
  }
  .desktop1{
    display:none;
  }
  .contact-btn {
    display: block;
  }
  .btn-style-three{
    width: 65%;
    text-align: center;
  }
  
  .slider-box {
  
    margin-bottom: 28px;
  }
  #about .section-title {
    text-align: center;
    padding-bottom: 0px;
    margin-top: 5px;
  }
  .about .section-title p {
    font-size: 17px;
  }
  .cus-about h2 {
    font-size: 35px;
  }
  .testimonials1 {
    padding: 10px 0 40px;
  }
  #footer {
  
  }
  #footer .footer-top .footer-links ul li {
    padding: 2px 0;
  }
  .case-box{
    margin-top: 20px;
  }
  .case-box .table td, .table th {
    font-size: 15px;
  }
  .case-box th {
    font-size: 23px !important;
  }
  .blog-detail {
    background: #f7f7f7;
    padding: 40px 0 40px 21px;
  }
  .news-content h4 {
    font-size: 18px;
  }
  .certification-box {
    padding: 30px 40px 8px;
    margin: 15px 0 0;
  }
  .certification-box h4 {
    margin-bottom: 0px;
  }
  
  .certification-box:hover {
      background: #fff;
      height: auto;
  }
  .close {
    top: 30px;
  }
  .rank-box {
    padding: 20px;
    display: flex;
    flex-direction: column;
}
.rank-text {
  width: 100%;
  padding: 0px;
}
.rank-text h2 {
  color: #480606;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 30px;
}
.rank-form {
  width: 100%;
  padding: 30px 20px;
  background: #480606;
  border-radius: 12px;
}
.seo-page {
  width: 100%;
}
.organic {
  flex-direction: column;
}
.organic-img {
  width: 100%;
  padding: 0px 0 30px;
}
.organic-box {
  width: 100%;
}
.organic:nth-child(2n+0) {
  flex-direction: column;
}
.rank-form button#submit {
  width: 100% !important;
}
#footer .footer-top .footer-info h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  width: fit-content;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 30px 0 0 0;
}


  }
  /* media screen and (max-width: 640px)
  ---------------------------------------------------------------------- */
  @media screen and (max-width:640px) {
  }
  
  /* media screen and (max-width: 550px)
  ---------------------------------------------------------------------- */
  @media screen and (max-width:550px) {
  }
  
  /* media screen and (max-width: 480px)
  ---------------------------------------------------------------------- */
  @media screen and (max-width:500px) {
  }
  
  @media screen and (max-width:480px) {
  }
  
  /* media screen and (max-width: 414px)
  ---------------------------------------------------------------------- */
  @media screen and (max-width:414px) {
  }
  
  @media screen and (max-height: 450px) {
  }
  @media screen and (max-width: 375px) {
    .inner-banner {
      height: 26vh;
  }
  .btn-style-three {
    width: 74%;
    text-align: center;
  }
  
  }



















