/**
* Template Name: Mamba - v2.0.1
* Template URL: https://bootstrapmade.com/mamba-one-page-bootstrap-template-free/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444;
}

a {
  color: #fff;
}

a:hover {
  color: #9eccf4;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .font-primary {
  font-family: "Raleway", 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;
}

/*--------------------------------------------------------------
# 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;
  color:#fff;
}

#topbar .social-links a {
  color: #ffff;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #428bca;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 100px;
  transition: all 0.5s;
  transition: all 0.5s;
  padding:10px 0;
  background: #fff;
  z-index: 997;
}

#header.header-scrolled {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#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: 100;
  margin: 0;
  max-height:80px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #5c768d;
  padding:25px 10px;
  transition: 0.3s;
  font-size: 14px;
  font-weight:600;
  font-family: "Open Sans", sans-serif;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #428bca;
  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: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #103453;
}

.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: #1f3548;
  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: 5px;
  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: #5c768d;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(31, 53, 72, 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
--------------------------------------------------------------*/
.herobg {
  background: url(../img-mrgc/header-bg.png) no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
#hero {
  width: 100%;
  height: calc(100vh - 114px);
  padding: 0;
  overflow: hidden;
}

#hero .carousel-item {
  width: 100%;
  height: calc(100vh - 114px);
  background-size: 100%;
  background-position: absolut;
  background-repeat: no-repeat;
  overflow: hidden;
}

#hero .carousel-item::before {
  content: '';
  background-color: rgba(13, 30, 45, 0.6);
  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: 10px;
  font-size: 50px;
  font-weight: 900;
}

#hero p {
  /*width: 80%;*/
  width:100% !important;
  -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: 14px;
  letter-spacing: 1px;
  display: inline-block;
  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: #428bca;
}

#hero .btn-get-started:hover {
  background: #1c5c93;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
    background: url(../img-mrgc/news/news-bg.jpg)
 /* background-color: #f5f9fc;*/
}
.section-title-left {
  text-align: left;
padding-top: 5px;
}
.section-title-left h5 {
  font-size: 14pt !important;
  font-weight:bold;
  color: #062382;
letter-spacing: 1px;
    border-left: 3px solid #062382;
    padding: 5px;
}

.section-title-left p {
  text-align:justify;
}

.section-title {
  text-align: center;
  padding-bottom: 10px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 0;
    font-family: "Open Sans", sans-serif;
    color: #444;
}




.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about {
  padding-bottom: 30px;
  background: url(../img-mrgc/bg1-img.jpg) ;
    background-size: cover;
    background-attachment: fixed;
}

.about .container {
  box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
}

.about .video-box img {
  padding: 15px 0;
}

.about .section-title p {
  text-align: justify;
  font-style: normal;
  color: #666;
  font-size:14px;
}
.about .section-title li {
  text-align: left;
  font-style: normal;
  color: #666;
  margin: 15px auto;
}
.about  .section-title h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 0;
  color:#243f90;
/*  font-size: 42px;  color: #095c9a;*/
  text-align:left;
  text-shadow: 5px 5px 10px #f7f7f7;
}
.about .about-content {
  padding: 40px;
}

.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(#ff0000 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;
}

.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;
}

.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;
  }


/*--------------------------------------------------------------
# News Letter
--------------------------------------------------------------*/
 .letter .container-row{
     background:red;
  margin-bottom: 20px;
  border-radius: 50%;
  transition: 0.5s;
  color: #428bca;
  font-size: 40px;
  overflow: hidden;
  padding-top: 20px;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-bottom: 30px;
}

.counts .count-box {
  box-shadow: 0px 0 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  background: #000;
  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: #fff;
}

.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: flex;
  justify-content: center;
}

.services .icon i {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  color: #428bca;
  font-size: 40px;
  overflow: hidden;
  padding-top: 20px;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}

.services .icon-box:hover .icon i {
  box-shadow: 0px 0 30px rgba(66, 139, 202, 0.5);
}

.services .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
}

.services .title a {
  color: #444;
  transition: 0.3s;
}

.services .title a:hover {
  color: #428bca;
}

.services .title::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #428bca;
  bottom: 0;
  left: calc(50% - 25px);
}

.services .description {
  line-height: 24px;
  font-size: 14px;
  text-align:justify;
}

/*--------------------------------------------------------------
# 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: #009cf8;
  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: #02ddfd;*/
  background:#13185e;
  padding: 60px 0 30px 0;
}
.team-box{
    box-shadow: 8px 8px 0px #d6d6d696;
    background-color: #0385fe;
    border-radius: 5px;
}

.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: 15px;
  right: 15px;
  background: linear-gradient(360deg, #5c768d 0%, rgba(92, 118, 141, 0.9) 35%, rgba(140, 167, 191, 0.8) 100%);
  padding: 2px 0;
  border-radius: 2px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
  position: relative;
  padding-top: 10px;
  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: #0000ff;
  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: 100%;
  height: 100%;
  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;
}

.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);
  }
}

#footer {
  background: #587187;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #5c768d;
  border-top: 3px solid #ffa800;
  border-bottom: 1px solid #67839c;
  padding: 30px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #768fa6;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #428bca;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 0px;
  text-align:center;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #9eccf4;
  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; font-weight:500;
  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: #428bca;
  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;
}



/*asad style*/
/*==================  Backgrounds  ======================*/
.bg-secondarys {
  background: #1C2126; }
  .bg-secondarys h3, .bg-secondarys h4 {
    color: #FFF; }
  .bg-secondarys p {
    color: #9eacb9; font-size:14px }
  .bg-secondarys .color-primary {
    color: #EE4212; }

.bg-secondary-1 {
  position: relative;
  z-index: 0; }
  .bg-secondary-1:before {
    position: absolute;
    content: '';
    background: #e5e5e5;
    top: 0;
    left: 0;
    bottom: 0;
    width: 10000px;
    height: 100%;
    z-index: -1;
    margin-left: 15px; }

.bg-secondary-2 {
  background: #0e1013; }
  .bg-secondary-2 p {
    color: #9eacb9; }

.bg-primary {
  position: relative;
  z-index: 0; }
  .bg-primary:before {
    position: absolute;
    content: '';
    background: #270486;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
   /* margin-left: 15px;*/
	 }
  .bg-primary p {
    color: #2e3590; }

.bg-img {
  background: #00ff;
  /* url("../images/page-2_img01.jpg") no-repeat center center;*/
  background-size: cover; }
.container:before, .container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.row:before, .row:after {
    display: table;
    content: "";
    line-height: 0;
}
*, *:before, *:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
 .inset-wrap .inset-1, .inset-wrap .inset-2 {
    padding-top:90px;
    padding-bottom: 30px; }
    .inset-wrap .inset-1:first-child, .inset-wrap .inset-2:first-child {
      padding-bottom: 0; }
    .inset-wrap .inset-1:nth-child(2), .inset-wrap .inset-2:nth-child(2) {
      padding-bottom: 60px; }

  .inset-wrap--md .inset-1:first-child, .inset-wrap--md .inset-2:first-child {
    padding-bottom: 30px; }

  .inset-4 {
    padding: 0; }

  .col-offset-sm [class*='col-']:nth-child(2n+3) {
    clear: left; }
.inset-1 {
    padding-top: 40px;
    padding-bottom: 70px;
}

.section-p0 {
    padding:0px !important;
}


#leadership {
 /* background-color: #fffbfc;*/
  background-color: #fff;
  padding: 100px 0;
}
#leadership .accordion .card {
  border: none;
}
#leadership .accordion .card img {
  height: 64px;
  width: 64px;
}
#leadership .accordion .card .accordion-group .card-header {
  background-color: #fffbfc;
  padding: 10px;
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px);
}
#leadership .accordion .card .accordion-group .card-header:hover {
  background-color: #000066;
}
#leadership .accordion .card .accordion-group .card-header a {
  text-decoration: none;
  color: #000;
}
#leadership .accordion .card .accordion-group .card-header a:hover {
  color: white;
}
.media-body h5{
	    font-size: 1rem;
    font-weight: 600;
	}
.corporate-info {
  padding-bottom: 100px;
  background:url(../img/service-line.jpg);
  background-size:cover;
  background-attachment:fixed;
}
.corporate-info h2{color:#fff;}
.corporate-info .info-boxs {
    color: #444;
	background:#fff;
    text-align: center;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
 /*     box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;*/
    padding:10px;
    margin-bottom: 30px;
    width: 80%;
	margin:0 auto;
}
.group-info {

background:#f7f7f7;
text-align:left;
  
/*
  background:url(https://www.cheetah-online.com/wp-content/uploads/2017/09/Corporate-Cheetah-banner.jpg);
  background-size:cover;
  background-attachment:fixed;
*/
}
.group-info2 {
  padding-bottom: 100px;
  background:#fff;}
  .testimonial-bg {
    height: 100%;
}
.group-info .container {
  box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
}
.group-info .video-box img {
  padding: 15px 0;
}
.group-info p{
	text-align:justify;
	font-size:14px;
padding: 0px 20px;
	color:#666
	}

.group-co {

  background:url(../img/mgco-bg.jpg);
  background-size:cover;
  background-position:center;

}
.group-co h2{color:#fff;}
ul.timeline-list {
	position: relative;
	margin: 0;
	padding: 0
}
ul.timeline-list:before {
	position: absolute;
	content: "";
	width: 2px;
	height: 100%;
	background-color: #ff3636;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
ul.timeline-list li {
	position: relative;
	clear: both;
	display: table;
}
.timeline_content {
	border: 2px solid #ff3636;
	/*background-color:#fff*/
	background:#00000075;
}
ul.timeline-list li .timeline_content {
	width: 45%;
	color: #fff;
	padding: 30px;
	float: left;
	text-align: left;
}
ul.timeline-list li:nth-child(2n) .timeline_content {
	float: right;
	text-align: left;
}
.timeline_content h4 {
	font-size: 22px;
	font-weight: 700;
	margin: 10px 0;
}
ul.timeline-list li:before {
	position: absolute;
	content: "";
	width: 25px;
	height: 25px;
	background-color: #ff3636;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	border-radius: 50%;
}
.timeline_content span {
	font-size: 22px;
	font-weight: bold;

	color: #c0c1c1;
}
.timeline_content p {
	font-size: 14px;
	font-weight: 500;
}

.tab_sec {
	background: #f2f1f1 url('https://images.unsplash.com/photo-1454817481404-7e84c1b73b4a?ixlib=rb-0.3.5&s=3c94be63fa4b48f56ec815ec8df28732&auto=format&fit=crop&w=1534&q=80')no-repeat center top;
	padding: 85px 0px 50px 0;
	min-height: 650px;
	background-size:100%;
}

.tab_in_sec {
	max-width: 775px;
	width: 100%;
	margin:66px auto;
}

.tab_in_sec .panel-default>.panel-heading {
	padding: 0;
}

.tab_in_sec .panel-default>.panel-heading a {
	display: block;
	padding: 20px 15px;
	font-size: 17px;
	color: #4f4f4f;
	text-transform: uppercase;
	background: #fff;
	border: solid 1px #ccc;
	margin:10px 0;
}

.collapse.in {}

.panel {
	background: none;
	border: none;
}

.panel-body {
	background: #fff;
	margin-top: 7px;
	border: solid 1px #ccc;
	padding: 40px 35px 25px 35px;
}

.tab_in_sec h2 {
	color: #228697;
	font-family: 'TimesNewRomanPS-BoldMT';
	text-transform: inherit;
	position: relative;
	margin: 0 25px 35px 25px;
}

.in++.panel-title {
	color: #228697;
}

.tab_in_sec h2 span {
	position: absolute;
	left: 0;
	top: 50%;
	height: 1px;
	display: block;
	width: 100%;
	background: #228697;
	z-index: 0;
}

.tab_in_sec h2 strong {
    display: inline-block;
    background: #f2f1f1;
    position: relative;
    z-index: 1;
    padding: 10px 15px;
    font-family: raleway;
    border-radius: 15px;
    box-shadow: inset 1px 1px 1px 0px #000;
    border: 5px solid #d82029;
    color: #000;
    font-size: 27px;
    font-weight: bold;
}

{
	margin: 0px;
	position: relative;
	top: 14px;
	border-color: #bfbfbf;
}

.tab_in_sec .panel-default>.panel-heading a {
	background:#000;
	color:#fff;
}

.tab_in_sec .panel-default>.panel-heading a.active {
	background:#000;
	color: #f00;
}

.tab_first {
	background: none;
	position: absolute;
	top: 66px;
	left: 320px;
	width: 100%;
}

.tab_first .panel-heading {
	background: none;
	border-bottom: none;
	box-shadow: none;
	padding: 0px;
}

.tab_first .panel-heading {}

.tab_sec {
	position: relative;
}

.tab_first .panel-heading ul li {
	display: inline-block;
	text-align: center;
}

.tab_first .panel-heading ul li a {
	padding: 15px 35px;
	font-weight: bold;
	background: #fff;
	color: #000000;
	text-transform: uppercase;
}

.tab_first .panel-primary {
	box-shadow: none;
	padding-left: 30px;
}

.actives {
	background: #d82028 !important;
	color: #fff !important;
}

.panel-body p {
	margin-bottom: 15px;
}
@media (min-width:1681px) and (max-width:1920px){
   .tab_first {
    left: 600px;
} 
}
@media (min-width:1599px) and (max-width:1680px){
   .tab_first {
    left: 476px;
} 
}
@media (min-width:1439px) and (max-width:1600px){
   .tab_first {
    left:430px;
} 
}
@media (min-width:1367px) and (max-width:1440px){
   .tab_first {
    left:342px;
} 
}
@media only screen and (max-width:1280px){
   .tab_first {
    left: 270px;
} 
}
@media only screen and (max-width:1024px){
   .tab_first {
    left: 135px;
} 
}

@media only screen and (max-width: 992px) {
	.tab_first .panel-primary {
		padding-left: 0px;
	}
	.tab_first .panel-heading ul li a {
		padding: 12px 20px;
	}
	.tab_first {
		top: -38px;
	}
}

@media only screen and (max-width: 767px) {
	.tab_first {
		display: none;
	}
	.top_appy {
		width: 192px;
		margin-top: 5px;
		position: relative;
		z-index: 101;
		float: none;
		margin: 5px auto 0 auto;
	}
	.top_appy a {
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
	.tab_sec {
		background: none;
	}
}

@media only screen and (max-width: 480px) {
	.top_appy {
		margin-top: 0px;
	}
	.tab_in_sec h2 span {
		display: none;
	}
	.tab_in_sec h2 strong {
		background: none;
	}
	.tab_sec {
		padding: 25px 0 25px 0px;
	}
	.tab_in_sec h2 {
		margin: 0px;
		margin-bottom: 15px;
	}
}

.callaction-btn{text-align:center; background-color:#8ab92d;color:#fff;border:1px solid transparent;padding:10px 40px;font-size:14px;font-weight:600;-webkit-transition:all 0.3s ease 0s;-moz-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.callaction-btn:hover{background-color:transparent;border-color:#8ab92d;color:#8ab92d}


#myCarousel .carousel-item .mask {
    position: absolute;
    top: 0;
	left:0;
	height:100%;
    width: 100%;
    background-attachment: fixed;
}
#myCarousel h4{
	font-size:50px;
		margin-top:15%;

	color:#FFF;
	line-height:100%;
	letter-spacing:0.5px;
	font-weight:bold;
	text-align:right;
}
#myCarousel p{
	font-size:18px;
	margin-bottom:15px;
	color:#d5d5d5;
}
#myCarousel .carousel-item a{background:#F47735; font-size:14px; color:#FFF; padding:13px 32px; display:inline-block; float:right}
#myCarousel .carousel-item a:hover{background:#394fa2; text-decoration:none;  }

#myCarousel .carousel-item h4{-webkit-animation-name:fadeInLeft; animation-name:fadeInLeft;} 
#myCarousel .carousel-item p{-webkit-animation-name:slideInRight; animation-name:slideInRight;} 
#myCarousel .carousel-item a{-webkit-animation-name:fadeInUp; animation-name:fadeInUp;}
#myCarousel .carousel-item .mask img{-webkit-animation-name:slideInRight; animation-name:slideInRight; display:block; height:auto; max-width:100%;}
#myCarousel h4, #myCarousel p, #myCarousel a, #myCarousel .carousel-item .mask img{-webkit-animation-duration: 1s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
#myCarousel .container {max-width: 1430px;  }
#myCarousel .carousel-item{height:100%; min-height:550px; }
#myCarousel{position:relative; z-index:1;background:url(../img/tile-cole-pibt.jpg) center center no-repeat; 
 background-size:cover;/**background:url(https://i.imgur.com/6axE29k.jpg) center center no-repeat;*/ }

.carousel-control-next, .carousel-control-prev{height:40px; width:40px; padding:12px; top:50%; bottom:auto; transform:translateY(-50%); background-color: #fff; }


.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.carousel-fade .carousel-item {
	opacity: 0;
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transition-property: opacity;
	transition-property: opacity
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
	opacity: 1
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-right.active {
	opacity: 0
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
@supports (transform-style:preserve-3d) {
	.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0)
	}
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


 
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
.srv-box{    
	box-shadow: 0px 0 16px rgb(0 0 0 / 10%);
    padding: 30px;
    background: #fff;
    margin-bottom: 30px;
	}
/*======================ABOUT SERVICE TAB START===========================*/
:root{
    --text_color: #fff;
    --main_color: #EE5A24;
	--main_color_hover:#2ba8de;
	--main_color_headding:#fff;
}
a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
.vertical-tab{
    font-family: 'Roboto', sans-serif;
display: flex;
    /*display: table;*/
}
.vertical-tab .nav-tabs{
   display: table-cell;
   width:50%;
   min-width:40%;
   height: 100%;
   border: none;
   vertical-align: top;
   position: relative;
   background: #1f278c;
   margin: 20px 0px 20px 0;
}
.vertical-tab .nav-tabs li{
   float: none;
   vertical-align: top;
}
.vertical-tab .nav-tabs li a{
    color: var(--text_color);
    background-color: transparent;
    font-size:16px;
    text-align: right;
    text-transform: uppercase;
    text-shadow: 0 0 2px #555;
    padding: 11px 15px;
    margin: 0 -1px 0 0;
    border-radius: 0;
/*    border: 1px solid var(--text_color);*/
    display: block;
    position: relative;
    z-index: 1;
    transition: all 0.20s ease 0s;
}
.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a,
.vertical-tab .nav-tabs li.active a:hover{
    color: var(--text_color);
    background-color: transparent;
}
.vertical-tab .nav-tabs li a:before{
    content: "";
    background-color: var(--main_color_hover);
    width:80%;
    height: 100%;
    transform: translateX(-50%) translateY(-50%) scale(0);
    position: absolute;
    top: 50%;
    left:65%;
    z-index: -1;
/*    filter: blur(1px);*/
    transition: all 0.3s ease 0s;
}
.vertical-tab .nav-tabs li.active a:before,
.vertical-tab .nav-tabs li a:hover:before{
    transform: translateX(-50%) translateY(-50%) scale(1.06,0.85);
}
.vertical-tab .tab-content{
	background: #ff0000;
    color: #fff ;
    background-color: var(--text_color);
    font-size: 15px;
    line-height: 23px;
    margin-top:0px;
	padding: 15px 100px;
    /*margin-top: 10px;padding: 10px 15px;*/
    border: 1px solid var(--text_color);
    display: table-cell;
    position: relative;
	margin-left: -60px;
    z-index: -1;
	width: 100%;
}
.vertical-tab .tab-content p{
    color: #fff !important;}
.vertical-tab .tab-content h3{
    color: var(--main_color_headding);
    text-transform: uppercase;
    margin: 0 0 7px 0;
	    font-family: 'Roboto', sans-serif;
}
.vertical-tab-heading{font-size: 6rem;color: #f5f5f5;}
.vertical-tab-subheading{color: #ebeaea;margin: -25px 200px 40px;font-weight:100;}

@media only screen and (max-width: 479px){
    .vertical-tab .nav-tabs{
        display: block;
        width: 100%;
        border-right: none;
    }
    .vertical-tab .tab-content{
        display: block;
        padding: 20px 30px 5px;
     border-bottom: 3px solid var(--main_color);    margin: 0 -15px; }
    .vertical-tab .tab-content h3{ font-size: 18px; }
	.vertical-tab .nav-tabs li a {font-size: 15px;}
	.vertical-tab-heading{font-size: 3rem;color: #f5f5f5;    text-align: center;}
.vertical-tab-subheading{color: #dadada;margin: -15px 0px 20px;font-weight: 100;text-align: center;}
}
#Section1{ 
/*background:url(../images/blog/img-2.jpg) fixed;
background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(29, 31, 33, 60%)), url("../img/tab-img/t1.jpg") no-repeat ;
*/
  background:url("../img/tab-img/t1.jpg") no-repeat ;
 background-size:cover;
 	background-position:center center;
	/*padding: 8% 25% 20% 20%;*/
	    padding: 8% 10% 10% 20%;
    margin-left: -15%;
    margin-right: -15%;
    margin-top: -5%;opacity:100
	}
	
	
#Section2{ 
  background: linear-gradient(rgb(3 5 30 / 81%), rgb(16 31 56 / 82%)), url("../img/tab-img/t2.jpg") no-repeat ;
 background-size:cover;
 	background-position:center center;
	/*padding: 8% 25% 50% 20%;*/
	padding: 8% 10% 10% 20%;
    margin-left: -15%;
    margin-right: -15%;
    margin-top: -5%;opacity:100}
#Section3{ 
  background: linear-gradient(rgb(3 5 30 / 81%), rgb(16 31 56 / 82%)), url("../img/tab-img/t3.jpg") no-repeat ;
 background-size:cover;
 	background-position:center center;
	/*padding: 8% 25% 65% 20%;*/
	    padding: 8% 5% 5% 20%;
    margin-left: -15%;
    margin-right: -15%;
    margin-top: -5%;opacity:100}
#Section4{ 
  background: linear-gradient(rgb(3 5 30 / 81%), rgb(16 31 56 / 82%)), url("../img/tab-img/t4.jpg") no-repeat ;
 background-size:cover;
 	background-position:center center;
	/*padding: 8% 25% 62% 20%;*/
	padding: 5% 10% 15% 20%;
    margin-left: -15%;
    margin-right: -15%;
    margin-top: -5%;opacity:100}
#Section5{ 
  background: linear-gradient(rgb(3 5 30 / 81%), rgb(16 31 56 / 82%)), url("../img/tab-img/t5.jpg") no-repeat ;
 background-size:cover;
 	background-position:center center;
	padding: 5% 10% 5% 20%;
    margin-left: -15%;
    margin-right: -15%;
    margin-top: -5%;opacity:100}
#Section6{ 
  background: linear-gradient(rgb(3 5 30 / 81%), rgb(16 31 56 / 82%)), url("../img/tab-img/t6.jpg") no-repeat ;
 background-size:cover;
 	background-position:center center;
	padding: 8% 25% 65% 20%;
    margin-left: -15%;
    margin-right: -15%;
    margin-top: -5%;opacity:100}
#Section7{ 
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(141, 153, 174, 0.1)), url("../img/tab-img/t7.jpg") no-repeat ;
 background-size:cover;
 	background-position:center center;
	padding: 8% 20% 50% 20%;
    margin-left: -15%;
    margin-right: -15%;
    margin-top: -5%;opacity:100}
#Section8{ 
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(141, 153, 174, 0.1)), url("../img/tab-img/t8.jpg") no-repeat ;
 background-size:cover;
 	background-position:center center;
	padding: 8% 20% 25% 20%;
    margin-left: -15%;
    margin-right: -15%;
    margin-top: -5%;opacity:100}
#Section9{ 
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(141, 153, 174, 0.1)), url("../img/tab-img/t9.jpg") no-repeat ;
 background-size:cover;
 	background-position:center center;
	padding: 8% 20% 40% 20%;
    margin-left: -15%;
    margin-right: -15%;
    margin-top: -5%;opacity:100}
#Section11{ 
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(141, 153, 174, 0.1)), url("../img/tab-img/t11.jpg") no-repeat ;
 background-size:cover;
 	background-position:center center;
	padding: 8% 20% 5% 20%;
    margin-left: -15%;
    margin-right: -15%;
    margin-top: -5%;
	opacity:100}
/*======================ABOUT SERVICE TAB START===========================*/

/*========Blinking Text====================*/
.bln{    padding-left:30px !important}
.blink {
  color:#313690 !important; font-weight:600;
  animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.vm{padding-bottom: 100px;
    background: url(../img/vm-banner.jpg) ;
    background-size: cover;
    background-attachment: fixed;
}
#portfolio-area {
    padding: 120px 0 90px;
    overflow: hidden;
    width:auto;
    background: #ddf2fe
    url(../img-mrgc/mrgc-logo-abc.png) no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.timelines p span {
    font-size: 25pt;
    font-weight: bold;
    color: #feaeaec;
}
.timelines p {
    font-size: 14pt;
    font-weight: bold;
    color: #f8f8fe;
}
/*===================
	ASAD Company Logo start (url(https://mrgc.com.pk/img/portfolio/mglogo-bg.png))
====================*/


.comp-logo {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
	padding: 5px 5px;
/*    background: #F6F6F6;*/
	background-position: center;
    background-size: 80%;
    box-shadow: 8px 10px 10px 0 rgba(1,0,0,0.1);
    transition: all .4s;
	width:auto;
	height:auto;
}
.thumbnail { border-radius: 3px; line-height: 13px; border: 1px solid #EEE;height: 255px; }
.thumbnail a:hover { text-decoration: none; }
.thumbnail:hover { box-shadow: 1px 2px 15px rgba(116, 189, 226, 0.25); transition: all 0.35s ease; }
.thumbnail h3 { font-size: 75%; margin: 0 0 0 3px; padding: 10px 0px 0 0; font-weight: 600; line-height: 18px;/*text-overflow: ellipsis; white-space: nowrap; overflow: hidden; */ }
.thumbnail h3 a { color: #444; }
.thumbnail h3 a:hover { color: #EF6644; }
.thumbnail img.img-rounded { margin: 4px 4px 0 0; float: left; border-radius: 3px; }
.thumbnail small { font-size: 85%; color: #999; padding: 0 0 5px 0;font-weight: 400;/* text-overflow: ellipsis; white-space: nowrap; overflow: hidden;*/ }
.thumbnail small a { color: #999; text-decoration: none; }
.thumbnail small a:hover { color: #EF6644; }
.thumbnail .stats { line-height: 14px; bottom: 5px; right: 10px; position: absolute; background-color: #FFF; padding-left: 10px; }
.thumbnail .stats a { font-size: 95%; color: #BBB; text-decoration: none; }
.thumbnail .stats span { margin-left: 3px; }


/*===================
	ASAD Company Logo END
====================*/

.section-heading h2 {
    color: #f8f8fe;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding: 10px 20px 10px 20px;
/*    border-right: 1px solid rgb(18,22,38);*/
    border-left: 4px solid #ffff;
    font-size: 40px;
 /*    line-height: 5px;
   font-family: 'Raleway', sans-serif;*/
}

.section-heading .section-heading-style {
    font-weight: 100;
	color: #ffff;font-weight: 500;
}
/*========Blinking Text End============*/
.achievement{
       /* background: url(https://mrgc.com.pk/img/bg/csr-bg.jpg);*/
       background: #c7e1fa;
        background-size: cover;
    background-attachment: fixed;
    padding: 60px 0 30px 0;
text-align:justify;
}
.letter{
background-color: #0663a5 !important;
text-align:justify;
}
.letter h2{
    color:#fff;
}
.letter-btn{text-align:center; background-color:#fff;color:#001ca3;border:1px solid transparent;padding:10px 40px;font-size:14px;font-weight:600;-webkit-transition:all 0.3s ease 0s;-moz-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}
.letter-btn:hover{background-color:transparent;border-color:#001ca3;color:#fff}
.csr{
    background: url(../img-mrgc/csr-bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    color:#;
    background-position: bottom;
}
.box-shdw{
    box-shadow: 15px 15px 10px 0px rgb(255 255 255 / 30%);
    padding: 25px;
    background: #ffffff;
}


/*=======================
    16. CONTACT STYLES
=========================*/
#contact-area {
    overflow: hidden;
    padding: 120px 0 90px;
    background: #0b121f;
    position: relative;
}


#contact-area .z-index {
    position: relative;
    z-index: 99;
}


.single-zom {
    /*padding: 50px 30px;background: #f0f8ff;*/
	padding: 10px 10px;
    color: #006;
    text-align: center;    
	background: #ffb207;

	background: #232b6b;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.single-zom:hover {
	color:#000;    box-shadow: 5px 5px 30px #ffb2077a;
	background:#5c768d;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}


.single-contact-text {
    /*padding: 50px 30px;background: #f0f8ff;*/
	padding: 10px 10px;
    color: #fff;
    text-align: center;  


}

.single-contact-text h4 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
	padding-top: 12px;
}
.fa3{
	border:2px solid #fff;
	background:#ffb207;
	border-radius: 100%;
    padding: 10px;
    width: 65px;
    height: 65px;
	float:right;
	margin: 0px auto;
/*margin: 10px auto;*/
	}
	.fa3:hover{
	box-shadow: 0px 0px 150px #000000;
    z-index: 2;
	}
.single-contact-text p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
	 /*padding-top: 15px;*/ text-align:left;
}

.contact-form {
    padding: 50px 0 0;
    overflow: hidden;
}

.contact-form form input[type=text],
.contact-form form input[type=email] {
    width: 100%;
    border: none;
    outline: none;
    padding: 10px 20px;
    margin-bottom: 30px;
    background-color: rgba(256, 256, 256, .1);
}

.contact-form form input[type=text],
.contact-form form input[type=email],
.contact-form form textarea {
    color: #fff;
}

.contact-form form textarea {
    width: 100%;
    height: 250px;
    outline: none;
    resize: none;
    padding: 20px;
    background-color: rgba(256, 256, 256, .1);
    border: none;
    margin-bottom: 30px;
}

.contact-form form input[type=text]::-webkit-input-placeholder,
.contact-form form textarea::-webkit-input-placeholder,
.contact-form form input[type=email]::-webkit-input-placeholder {
   color: #fff;
   text-transform: uppercase;
}


.contact-form form input[type=text]::-moz-placeholder,
.contact-form form textarea::-moz-placeholder,
.contact-form form input[type=email]::-moz-placeholder {
   color: #fff;
   text-transform: uppercase;
}

.contact-form form input[type=text]:-ms-input-placeholder,
.contact-form form textarea:-ms-input-placeholder,
.contact-form form input[type=email]:-ms-input-placeholder {
   color: #fff;
   text-transform: uppercase;
}

.contact-form form input[type=text]:-moz-placeholder,
.contact-form form textarea:-moz-placeholder,
.contact-form form input[type=email]:-moz-placeholder {
   color: #fff;
   text-transform: uppercase;
}

.contact-form form button.submit-icon {
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
    border: none;
    outline: none;
    padding: 10px 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
    background-color: rgba(256, 256, 256, .1);
}

.contact-form form button.submit-icon .submit-icon {
    margin-left: 8px;
}


/*=========== MAP STYLES ============*/
#map {
    height: 492px;
    width: 100%;
    background-color: white;
    
    
/*===========================
      02. MAIN STYLES
=============================*/
body {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Open Sans', Sans-serif;
    line-height: 28px;
    margin: 0;
    position: relative;
    background-color: #f5f5f5;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
/*    font-family: 'Raleway', sans-serif;*/
	font-family: Roboto;
}

p {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a, a:link, a:hover, a:focus, a:active {
    text-decoration: none;
}

img {
    max-width: 100%;
    width: 100%;
}

/* =======================
    03. SECTION HEADING
 =========================*/
    
   /*Contac area....2*/ 
    
    
    


