@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
  /* font-family: 'Montserrat', sans-serif; */
  font-family: "Poppins", sans-serif;
}
body{
  background-color: #fff;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  /* Safari 4.0 - 8.0 */
  animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown.dropdown-mega {
  position: static;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
  width: 95%;
  /* top: auto; */
  left: 2.5%;
  z-index: 99999999;
  background: #dedede;
}

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}
.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}
.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #333;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}
.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}
.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}
.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}

.icons {
  display: inline-flex;
  margin-left: auto;
}
.icons a {
  transition: all 0.2s ease-in-out;
  padding: 0.2rem 0.4rem;
  color: #ccc !important;
  text-decoration: none;
}
.icons a:hover {
  color: white;
  text-shadow: 0 0 30px white;
}
/* megalist */
.megalist .list-group-item {
  position: relative;
  display: block;
  padding: 7px 20px;
  color: rgba(0,0,0,.6);
  text-decoration: none;
  background-color: #fff;
  border: 0px solid rgba(0,0,0,.125);
  font-weight: 500;
}
.megalist h5{
  font-size: 16px;
}
.megalist .list-group-item{
  font-size: 13px;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
  color: #f26522;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #f26522;
}
/* .megalist  .list-group a.list-group-item:before {
  content: "";
    background: #e6a07f;
    width: 6px;
    height: 6px;
    top: 13px;
    left: 1px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
} */

.top-fa .menu span i {
  margin-right: 5px;
}
.megalist .list-group a.list-group-item:before {
  content: "";
  background-image: url('../img/logod.png');
  width: 12px;
  height: 12px;
  display: inline-block;  
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: -12px;
  padding-right: 18px;
}
.megalist .list-group a:hover.list-group-item:before {
  background-image: url('../img/cloud.png');
  
}

.list-group-item.active {
  background: blue;
  color: #fff;
}
.navbar-nav li{

  padding: 7px 17px !important;
    font-size: 16px;
    
    font-weight: 500;
    color: rgba(0,0,0,.5);
}

.carousel-item {
	/* height: 100vh; */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.carousel-caption {
	bottom: 180px;
}
.carousel-caption h5 {
	font-size: 45px;
	text-transform: capitalize;
	letter-spacing: 2px;
	margin-top: 25px;
}
.carousel-caption p {
	width: 60%;
	margin: auto;
	font-size: 18px;
	line-height: 1.9;
}
.carousel-caption a {
	text-transform: uppercase;
	text-decoration: none;
	background: darkorange;
	padding: 10px 30px;
	display: inline-block;
	color: #000;
	margin-top: 15px;
  border:0
}

div#carouselExampleIndicators:before {
  content: "";
  background: rgba(8,36,96, 0.5);
  width: 99.9%;
  height: 100%;
  /* top: 13px; */
  left: 1px;
  display: inline-block;
  /* border-radius: 50%; */
  position: absolute;
  z-index: 1;
}
.carousel-caption{
  z-index: 9;
}

/* about-section */
.about-section{
  padding-top:100px;
  padding-bottom:95px;
  background-color:#fff;
}
.text-custom{
  color: #0062ff !important;
  }

  /* service now */
  
    .service-container {
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
    }
    
    .service-container .icon {
      margin-top: 5%;
      font-size: 38px;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
    }
    
    .service-container .number-icon .icon-2 {
      height: 70px;
      width: 70px;
      line-height: 80px;
      border-radius: 64% 36% 55% 45% / 76% 72% 28% 24% !important;
      border-color: #f89d36 !important;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
    }
    
    .service-container .number-icon .icon-2 i {
      font-size: 30px;
    }
    
    .service-container .number-icon .number {
      position: absolute;
      top: 0;
      right: 70px;
      left: 0;
      height: 35px;
      width: 35px;
      margin: 0 auto;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
    }
    
    .service-container .number-icon .number span {
      line-height: 30px;
    }
    
    .service-container .content .number {
      font-size: 40px;
      color: #dee2e6;
    }
    
    .service-container .content .title {
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
    }
    
    .service-container.hover-bg {
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
    }
    
    .service-container.hover-bg .smooth-icon {
      position: absolute;
      bottom: -40px;
      right: -20px;
      font-size: 60px;
      color: #f8f9fa;
      -webkit-transition: all 0.8s ease;
      transition: all 0.8s ease;
    }
    
    .service-container.hover-bg:hover {
      background-color: #f89d36;
    }
    
    .service-container.hover-bg:hover .content .title {
      color: #ffffff !important;
    }
    
    .service-container.hover-bg:hover .content .serv-pera {
      color: #fafafb !important;
    }
    
    .service-container.hover-bg:hover .smooth-icon {
      font-size: 100px;
      opacity: 0.2;
      bottom: -20px;
      right: 10px;
    }
    
    .service-container:hover {
      background-color: #ffffff;
      -webkit-box-shadow: 0 10px 25px rgba(47, 60, 78, 0.15) !important;
              box-shadow: 0 10px 25px rgba(47, 60, 78, 0.15) !important;
    }
    
    .service-container:hover .icon {
      color: #f89d36;
      -webkit-animation: mover 1s infinite alternate;
              animation: mover 1s infinite alternate;
    }
    
    .service-container:hover .number-icon .icon-2 {
      background-color: #f89d36;
      border-radius: 50% !important;
    }
    
    .service-container:hover .number-icon .icon-2 i {
      color: #ffffff !important;
    }
    
    .service-container:hover .number-icon .number {
      color: #ffffff;
      background: #f89d36 !important;
      border-color: #ffffff !important;
    }
    
    .service-container:hover .content .title {
      color: #f89d36;
    }
    
    .service-container a:hover,
    .service-container a .title:hover {
      color: #f89d36 !important;
    }
    
    @-webkit-keyframes mover {
      0% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
      }
      100% {
        -webkit-transform: translateY(-15px);
                transform: translateY(-15px);
      }
    }
    
    @keyframes mover {
      0% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
      }
      100% {
        -webkit-transform: translateY(-15px);
                transform: translateY(-15px);
      }
    }
    
    .service-wrapper {
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
    }
    
    .service-wrapper .icon {
      width: 60px;
      height: 60px;
      line-height: 45px;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
    }
    
    .service-wrapper .content .title {
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      font-weight: 500;
    }
    
    .service-wrapper .big-icon {
      position: absolute;
      right: 0;
      bottom: 0;
      opacity: 0.05;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
    }
    
    .service-wrapper:hover {
      -webkit-box-shadow: 0 10px 25px rgba(47, 60, 78, 0.15) !important;
              box-shadow: 0 10px 25px rgba(47, 60, 78, 0.15) !important;
      background: #ffffff;
      -webkit-transform: translateY(-8px);
              transform: translateY(-8px);
      border-color: transparent !important;
    }
    
    .service-wrapper:hover .icon {
      background: #0062ff !important;
      color: #ffffff !important;
    }
    
    .service-wrapper:hover .big-icon {
      z-index: -1;
      opacity: 0.1;
      font-size: 160px;
    }
    
    .text-custom {
        /* color: #0062ff !important; */
        color: #f26522 !important;
    }
    .remove-underline {
      text-decoration: none;
      font-weight: bold;
      font-size: 13px;
  }
  .service-wrapper:hover .icon {
    background: #f26522 !important;
    color: #ffffff !important;
}
    .uim-svg {
        display: inline-block;
        height: 1em;
        vertical-align: -0.125em;
        font-size: inherit;
        fill: var(--uim-color, currentColor);
    }
    
    /* Footer */
    .deneb_footer .widget_wrapper {
      background-repeat: no-repeat;
      background-size: cover;
      padding-top: 200px;
      padding-bottom: 70px;
  }
  @media (max-width: 767px) {
      .deneb_footer .widget_wrapper .widget {
          margin-bottom: 40px;
      }
  }
  .deneb_footer .widget_wrapper .widget .widget_title {
      margin-bottom: 30px;
  }
  .deneb_footer .widget_wrapper .widget .widget_title h4 {
      font-weight: bold;
  }
  .deneb_footer .widget_wrapper .widget .widget_title h4:after {
      content: "";
      display: block;
      background: url(../images/shape/line.png) no-repeat;
      max-width: 38px;
      height: 2px;
      margin-top: 5px;
  }
  .deneb_footer .widget_wrapper .widegt_about p {
      margin-bottom: 20px;
  }
  .deneb_footer .widget_wrapper .widegt_about .social li {
      display: inline-block;
      margin-right: 10px;
  }
  .deneb_footer .widget_wrapper .widegt_about .social li a {
      display: block;
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      border-radius: 50%;
      background-color: #f9e6d4;
      color: #fba543;
      font-size: 14px;
      -webkit-transition: all all 0.5s ease-out 0s;
      -moz-transition: all all 0.5s ease-out 0s;
      -ms-transition: all all 0.5s ease-out 0s;
      -o-transition: all all 0.5s ease-out 0s;
      transition: all all 0.5s ease-out 0s;
  }
  .deneb_footer .widget_wrapper .widegt_about .social li a:hover,
  .deneb_footer .widget_wrapper .widegt_about .social li a:focus {
      background-image: -moz-linear-gradient(0deg, #ffbd27 0%, #feb000 100%);
      background-image: -webkit-linear-gradient(0deg, #ffbd27 0%, #feb000 100%);
      background-image: -ms-linear-gradient(0deg, #ffbd27 0%, #feb000 100%);
      color: #fff;
      box-shadow: 2.5px 4.33px 15px 0px rgba(254, 176, 0, 0.4);
  }
  .deneb_footer .widget_wrapper .widget_link ul li {
      margin-bottom: 5px;
  }
  .deneb_footer .widget_wrapper .widget_link ul li a {
      text-transform: capitalize;
      color: #7a808d;
  }
  .deneb_footer .widget_wrapper .widget_link ul li a:hover,
  .deneb_footer .widget_wrapper .widget_link ul li a:focus {
      color: #feb000;
  }
  .deneb_footer .widget_wrapper .widget_contact .contact_info .single_info {
      max-width: 250px;
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 20px;
  }
  .deneb_footer .widget_wrapper .widget_contact .contact_info .single_info .icon {
      font-size: 12px;
      color: #feb000;
      margin-right: 10px;
  }
  .deneb_footer .widget_wrapper .widget_contact .contact_info .single_info .info p a {
      color: #7a808d;
  }
  .deneb_footer .widget_wrapper .widget_contact .contact_info .single_info .info p span {
      display: block;
  }
  
  .deneb_footer .copyright_area {
      background: #edecf0;
      padding: 16px 0;
  }
  .deneb_footer .copyright_area .copyright_text {
      text-align: center;
  }
  .deneb_footer .copyright_area .copyright_text p {
      color: #011a3e;
  }
  .deneb_footer .copyright_area .copyright_text p span {
      color: #feb000;
  }
  .deneb_cta .cta_wrapper {
      padding: 45px 50px 42px;
      max-width: 970px;
      border-radius: 15px;
      margin: auto;
      margin-bottom: -135px;
      position: relative;
      background-image: -moz-linear-gradient(0deg, #ffbd27 0%, #feb000 100%);
      background-image: -webkit-linear-gradient(0deg, #ffbd27 0%, #feb000 100%);
      background-image: -ms-linear-gradient(0deg, #ffbd27 0%, #feb000 100%);
      box-shadow: 2.5px 4.33px 15px 0px rgba(254, 176, 0, 0.4);
      z-index: 1;
  }
  .deneb_cta .cta_wrapper:after {
      content: "";
      background: url(../images/shape/cta_shape.png) no-repeat;
      background-position: bottom;
      width: 100%;
      height: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: -1;
  }
  .deneb_cta .cta_wrapper .cta_content h3 {
      color: #fff;
      font-weight: bold;
  }
  @media (max-width: 767px) {
      .deneb_cta .cta_wrapper .cta_content h3 {
          font-size: 24px;
      }
  }
  .deneb_cta .cta_wrapper .cta_content h3:after {
      content: "";
      display: block;
      background: url(../images/shape/line_2.png) no-repeat;
      max-width: 110px;
      height: 2px;
      margin-top: 13px;
      margin-bottom: 24px;
  }
  .deneb_cta .cta_wrapper .cta_content p {
      color: #fff;
  }
  .deneb_cta .cta_wrapper .button_box {
      float: right;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
      .deneb_cta .cta_wrapper .button_box {
          float: none;
          text-align: left;
          margin-top: 30px;
      }
  }
  @media (max-width: 767px) {
      .deneb_cta .cta_wrapper .button_box {
          float: none;
          text-align: center;
          margin-top: 30px;
      }
  }
  .deneb_cta .cta_wrapper .button_box .deneb_btn {
      background: #fff;
      color: #011a3e;
  }
  .deneb_cta .cta_wrapper .button_box .deneb_btn:hover,
  .deneb_cta .cta_wrapper .button_box .deneb_btn:focus {
      box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
  }
  .service-section{
    /* background-color: #fff; */
    padding-top: 85px;
    margin-bottom: 105px;
  }
  .aboutus .text-custom {
    color: #0062ff !important;
    /* color: #f26522 !important; */
}

.aboutus .text-dark{
  text-decoration: none;
}

/*  */
.service-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: auto;
  padding-top: 123px;
  padding-bottom: 30px;
  position: relative;
}
.service-banner.set_background:before {
  background-color: rgb(8 36 96 / 71%);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}
.service-banner.set_background .container {
  z-index: 9999999;
  position: relative;
}
.service-banner .service-text h1 {
  font-weight: 700;
  line-height: normal;
  font-size: 2rem;
  text-transform: capitalize;
  padding-bottom: 25px;
  color: #fff;
}
.service-banner .service-text h2 {
  font-weight: 400;
  line-height: normal;
  font-size: 1.75rem;
  color: #fff;
  text-transform: capitalize;
  padding-bottom: 20px;
  margin: 0;
}
.page-title {
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
  font-size: 14px;
  padding-top: 40px;
  font-weight: 400;
}
.page-title span {
  padding: 15px;
}
.orange {
  color: #f26c23;
  font-weight: 600;
}
.serviceus-company {
  background-color: #fff;
  padding-bottom: 40px;
  padding-top: 40px;
  
}

.serviceus-company .serviceus-content p {
  padding-bottom: 24px;
  margin: 0;
}

.services-landing {
  background-color: #fff;
  padding-bottom: 30px;
  padding-top: 55px;
  border-top: 1px solid #dedede;
}
.services-landing h4 {
  color: #444444;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 24px;
}
.services-landing .services-list {
  height: 260px;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.services-landing .services-list:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  content: "";
  background-color: rgba(26,43,68,0.9);
  transition: all ease 0.3s;
}
.services-landing .services-list .text-Box {
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  transition: all ease 0.3s;
  color: #fff;
  height: auto;
  width: 100%;
}
.services-landing .services-list .text-wrapper {
  padding: 30px;
}
.services-landing .services-list .text-wrapper h5 {
  padding-bottom: 10px;
}
.services-landing .services-list .text-wrapper p {
  color: #fff;
  min-height: 95px;
}
.services-list:hover {
  color: #444444;
  background-color: #dedede;
}
.services-landing .services-list:hover:before{
  background-color: #dedede;
}

.services-list .text-wrapper:hover p,
.services-landing .text-wrapper:hover h5  {
  color: #444444 !important;
}
.btn-divien {
  background: #f26c23;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 2px;
  border-radius: 0;
  padding: 10px 20px;
  text-transform: uppercase;
}
.serviceus-content ul{
  margin-bottom: 30px;
}
.serviceus-content ul li {
  line-height: 45px;
  list-style-type: none;
  

 
}
.serviceus-content ul li{
  position: relative;
}
.serviceus-content ul li:before {
  content: "";
  background-image: url(../img/logod.png);
  width: 28px;
  height: 28px;
  top: 5px;
  left: -32px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  /* border: 1px solid red; */
}
.service-wrapper:hover .big-icon {
  z-index: -1;
  opacity: 0.1;
  font-size: 160px;
  color:#194792 !important;
}
.service-wrapper:hover .icon {
  background: #194792 !important;
  color: #ffffff !important;
}
.page-title a{
  color:#fff
}

.megalist h5 {
  font-size: 15px;
  color: #807e7d;
}
.logo{
  width: 220px;
}
.navbar .container{
  position: relative;
}
.top-menu {
  display: none;
  position: absolute;
  right: 33px;
  top: 0;
}
.top-menu span{
  /* width: 202px !important; */
  /* display: inline-block; */
  /* border: 1px solid; */
  text-align: right;
  padding-left: 40px;
  font-size: 14px;
}
.megalist h5.active {
  font-size: 15px;
  color: #f26522;
  border-left: 4px solid #f26522;
  padding-left: 5px;
}
.top-menu span i{
  margin-right: 7px;
}


/*  */
.copyright_area{
  margin-top:170px
}

.item-figure {
  margin-top: 50px;
  -webkit-animation: up_down 15s infinite;
  animation: up_down 15s infinite;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

/* top-section */
.top-section{
  margin-top: 35px;
}
.panal-home-s{
  /* background-color: #e6a07f; */
  background: #fc4a1a;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #f7b733, #fc4a1a);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #f7b733, #fc4a1a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  
  padding: 30px 25px;
}
.panal-home-s h3{
   font-size: 18px;
   color:#fff
}
.panal-home-s img{
  margin-bottom: 15px;
  width: 80px;
}
.panal-home-s a{
  text-decoration: none;
}
.panal-home-s:hover .col{
  /* background-color: #f7b733; */
}
.panal-home-s a:hover h3{

  color: #fff !important;
  text-decoration: none;
}

/*  */
.home-services{
  padding-top: 70px;
  background-color: #f6f6f6;
}
.readmore{
  padding: 15px 35px;
  background-color: #1a3184;
  border-color: #1a3184;
}
.highlight {
  color: #2ac5ed;
}
#content {
  padding: 20px 0 70px;
 
}
#content .features-list {
  padding-top: 35px;
}
.features-list .feature-block {
  margin-bottom: 23px;
    border: 0.2px solid #dedede;
    padding: 25px 0;
    background: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.features-list .feature-block:hover {
  -webkit-box-shadow: 0px 2px 35px 0px rgb(0 0 0 / 10%);
  box-shadow: 0px 2px 35px 0px rgb(0 0 0 / 10%);
}
.features-list .feature-block .ico {
  font-size: 37px;
  line-height: 70px;
  width:70px;
  height: 70px;
  background: #f98d29;
  display: inline-block;
  border-radius: 50%;
  color: #FFFFFF;
  margin-bottom: 25px;
}
.features-list .feature-block.bottom-line .ico {
  width: auto;
  height: auto;
background: transparent;
color: #f98d29;
text-align: center;
font-size: 41px;
vertical-align: top;
margin-top: -10px;
transition: all 0.5s;
}
.feature-block.bootdey:hover  .ico {
  transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.features-list .feature-block.bottom-line .fa-github {
font-size: 50px;
}
.features-list .feature-block.bottom-line .fa-dashboard {
font-size: 45px;
margin-top: -15px;
}
.features-list .feature-block.bottom-line .ico {
float: left;
margin-right: 15px;
margin-left: 21px;
}
.features-list .feature-block.bottom-line .features-content {
padding-right: 15px;
display: table;
}
.features-list .feature-block.bottom-line .features-content .name {
margin-bottom: 5px;
}
.features-list .feature-block.bottom-line .features-content .subname {
font-size: 16px;
margin-bottom: 12px;
}
.features-list .feature-block .name {
  font-size: 24px;
  line-height: 1.25em;
  font-weight: 500;
  margin-bottom: 1rem;
}
.features-list .feature-block .text {
  font-size: 14px;
    line-height: normal;
    margin-bottom: 15px;
    text-align: justify;
    padding: 0px 44px;
}


.button {
  background-color: #fff;
}
.button {
  border-radius: 4px;
 
  border: none;
  color: #FFFFFF;
  text-align: center;
  
  
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.feature-block.bootdey .button{
  background-color: #fff;
  color:#000;
  
}

.feature-block.bootdey:hover .button span {
  padding-right: 25px;
}

.feature-block.bootdey:hover .button span:after {
  opacity: 1;
  right: 0;
}

/* footer */
.bg-footer {
  background-color: #3b4757 !important;
}
.footer {
padding: 60px 0;
position: relative;
color: #adb5bd;
}

.footer .logo-footer {
font-weight: 700;
font-size: 22px;
padding: 3px 0;
letter-spacing: 1px;
}

.footer .footer-head {
font-size: 18px;
letter-spacing: 0.8px;
font-weight: 600;
}

.footer .text-foot {
color: #adb5bd;
}

.footer .footer-list {
margin-bottom: 0;
}

.footer .footer-list li {
margin-bottom: 10px;
}

.footer .footer-list li a {
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.footer .footer-list li a:hover {
color: #6dc77a !important;
}

.footer .footer-list li:last-child {
margin-bottom: 0;
}

.footer.footer-bar {
padding: 30px 0;
border-top: 1px solid #6c757d;
}

.footer.footer-bar .payment-cards img {
height: 25px;
}

.social-icon.social li a {
  color: #adb5bd;
  border-color: #adb5bd;
}
.social-icon li a {
  color: #35404e;
  border: 1px solid #35404e;
  display: inline-block;
  height: 32px;
  text-align: center;
  font-size: 15px;
  width: 32px;
  line-height: 30px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
  position: relative;
}
.rounded {
  border-radius: 5px !important;
}

@media (max-width: 991px) {
  .about-text {
    margin-top: 40px;
  }
}
.about-text h3 {
  font-size: 45px;
  font-weight: 700;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .about-text h3 {
    font-size: 35px;
  }
}
.about-text h4 {
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .about-text h4 {
    font-size: 18px;
  }
}
.about-text p {
  font-size: 16px;
}
.about-text p mark {
  font-weight: 600;
  color: #3a3973;
}
.about-text .btn-bar {
  padding-top: 8px;
}
.about-text .btn-bar a {
  min-width: 150px;
  text-align: center;
  margin-right: 10px;
}

.about-list {
  padding-top: 10px;
}
.about-list .media {
  padding: 5px 0;
}
.about-list label {
  color: #3a3973;
  font-weight: 600;
  width: 88px;
  margin: 0;
  position: relative;
}
.about-list label:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 11px;
  width: 1px;
  height: 12px;
  background: #3a3973;
  -moz-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  margin: auto;
  opacity: 0.5;
}
.about-list p {
  margin: 0;
  font-size: 15px;
}

.about-img {
  box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.06);
  padding: 10px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .about-img {
    margin-top: 30px;
  }
}

.counter-section {
  padding: 40px 20px;
}
.counter-section .count-data {
  margin-top: 10px;
  margin-bottom: 10px;
}
.counter-section .count {
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 10px;
}
.counter-section p {
  font-weight: 500;
  margin: 0;
  color: #fc4a1a;
}
.theme-color {
    color: #fc4a1a;
    font-weight: 500;
    /* font-size: 32px !important; */
}
.dark-color{
  color:#000;
  font-size: 24px;
  font-weight: 500;
}

.section {
    padding: 25px 0;
    position: relative;
}
.gray-bg {
    background-color: #f7fcff;
}
.px-btn.theme {
    background: #fc4a1a;
    color: #ffffff;
    border: 2px solid #fc4a1a;
}
.px-btn {
    padding: 0 20px;
    line-height: 42px;
    border: 2px solid transparent;
    position: relative;
    display: inline-block;
    background: none;
    border: none;
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
}

.home{
  background: linear-gradient(-45deg, #dedede, #fff, #dedede, #fff);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    color:#000;
}
.home h1{
  font-size: 3.2rem;
    font-weight: 800;
}

@keyframes gradient {
  0% {
      background-position: 0% 50%;
  }
  50% {
      background-position: 100% 50%;
  }
  100% {
      background-position: 0% 50%;
  }
}
#vision {
  background-image: url('../img/bg-section2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.vision-panel{
  background-color: rgba(0, 0, 0, 0.85);
  color:#fff;
  padding: 42px;
}
.vision-panel h4{
  color:yellow
}

.top-fa .menu{
  text-align: right !important;
}
.top-fa .menu a{
  padding-right: 15px;
}

/* about-page */
.about-page{
  padding-top: 40px;
  padding-bottom: 40px;
}
.about-title{
  padding-top: 55px;
  padding-bottom: 47px;
  /* background-image: url('img/about.jpg'); */
  background-image: url('../img/about.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
   background-position: center;
   position: relative;
}
.about-title:before {
  content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(42,27,14,0.87);
    top: 0;
    z-index: 0;
}
.about-title .container{ 
  z-index: 9;
  position: inherit;
}
.breadcrumb-item a{
  color: #a5aebb;
}
.breadcrumb-item.active {
  color: #fbff10;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #f15b28;
}

.h-100.p-5.text-white.bg-dark.rounded-3:hover {
  background: linear-gradient(to left, #f7b733, #fc4a1a);
}


.contact-form{
  background: #fff;
  margin-top: 0%;
  margin-bottom: 0%;
  width: 70%;
}
.contact-form .form-control{
  border-radius:1rem;
}
.contact-image{
  text-align: center;
}
.contact-image img{
  border-radius: 6rem;
  width: 11%;
  margin-top: -3%;
  transform: rotate(29deg);
}
.contact-form form{
  padding: 14%;
}
.contact-form form .row{
  margin-bottom: -7%;
}
.contact-form h3{
  margin-bottom: 8%;
  margin-top: -10%;
  text-align: center;
  color: #0062cc;
}
.contact-form .btnContact {
  width: 50%;
  border: none;
  border-radius: 1rem;
  padding: 1.5%;
  background: #dc3545;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
.btnContactSubmit
{
  width: 50%;
  border-radius: 1rem;
  padding: 1.5%;
  color: #fff;
  background-color: #0062cc;
  border: none;
  cursor: pointer;
}

/* Media */


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */


.home-slider .carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.home-slider .carousel-caption {
  bottom: 7rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.home-slider  .carousel-item {
  height: 32rem;
}
.home-slider  .carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}

.my-corosal:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(42,27,14,0.87);
  top: 0;
  z-index: 1;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
.mt-4.p-5.pt-0{
  padding: 0px 30px 45px 0 !important
}
@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .home-slider .carousel-caption p {
    width: 100%;
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}


/* ower */

@media (min-width: 992px){
  .top-section .col {  
    margin-bottom: 0px;
    min-width: 170px;
  }
  
  }
  
  @media (max-width: 992px){
    .footer {
      padding: 30px  0;
    }
    .footer .mt-sm-0 {
     
      text-align: center;
  }
    .top-section .col {  
      margin-bottom: 20px;
      min-width: 170px;
    }
    .top-fa span{
      display: block;
      width: 100%!important;
    }
    .footer  .mt-sm-0{
      padding: 0px 55px;
    }
    .row.align-items-md-stretch .col-md-6{
      margin-bottom: 15px;
    }
    .contact-form form {
      padding: 0%;
  }
  .home-slider .carousel-caption p{
    display: none;
  }
  .home-slider .carousel-caption {
    bottom: 11.5rem;
  }
  
  .home-slider .carousel{
    margin-bottom: 0.5rem;
  }
  .mt-4.p-5.pt-0{
    padding: 0px 0px 45px 0 !important
  }
    }
    