/*
  Theme Name: NewBiz
  Theme URL: https://bootstrapmade.com/newbiz-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  color: #444;
  font-family: "Open Sans", sans-serif;
}

a {
  color:#000;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #0b6bd3;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;

  padding: 0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #007bff;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}



/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #007bff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
	width:100%;
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 20px;
  background-image: linear-gradient(to right, #6441a5, #2a0845);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

#header.header-scrolled,
#header.header-pages {
  height: 60px;
  padding: 10px 10px;
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #00366f;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin-right: 40px;
  max-height: 50px;
}

.main-pages {
  margin-top: 60px;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  position: relative;
  background: url("../img/background1.png") center bottom no-repeat;
  background-size: cover;
  padding: 100px 0 100px 0;
}

#intro .intro-img {
  width: 50%;
  float: right;
}

#intro .intro-info {

  float: center;
}

#intro .intro-info h2 {
  color: #fff;
  margin-bottom: 8px;
  font-size: 48px;
  font-weight: 700;



}

#intro .intro-info h2 span {
  color: #74b5fc;
  text-decoration: underline;
}

#intro .intro-info1 h6 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 15px;
  font-weight: 700;


}

#intro .intro-info .btn-get-started,
#intro .intro-info .btn-services {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 20px 20px 0;
  color: #fff;
}

#intro .intro-info .btn-get-started {
  background: #007bff;
  border: 2px solid #007bff;
  color: #fff;
}

#intro .intro-info .btn-get-started:hover {
  background: none;
  border-color: #fff;
  color: #fff;
}

#intro .intro-info .btn-services {
  border: 2px solid #fff;
}

#intro .intro-info .btn-services:hover {
  background: #007bff;
  border-color: #007bff;
  color: #fff;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav>ul>li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 13px;
    transition: 0.3s;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.main-nav1 {

  background-color: #660000;
  color: #fff;

  width: 110px;
  height: 35px;
  text-align: center;

}

.main-nav a:hover,
.main-nav .active>a,
.main-nav li:hover>a {
  color: #007bff;
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 13px;
  color: #004289;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active>a,
.main-nav .drop-down ul li:hover>a {
  color: #007bff;
}

.main-nav .drop-down>a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down>a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down>a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 200px;
  padding-top: 18px;
  background: rgba(19, 39, 57, 0.8);
  transition: 0.4s;

}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;

}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 5px 35px;
  font-weight: 500;

}

.mobile btn-outline1-light {
  color: #fff;
  background-image: linear-gradient(135deg, #6394ff 0%, #0a193b 100%);
  position: fixed
  font-size: 15px;
  margin-top: 8px;
  border-radius: 15px;


}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #74b5fc;
  text-decoration: none;
}

.mobile-nav .drop-down>a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
position: fixed
}

.mobile-nav .active.drop-down>a:after {
  content: "\f077";
}

.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: 0;
  top: 0;
  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 {
  margin: 18px 18px 0 0;
  color: white;
overflow-x: hidden;

}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  overflow-x: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 36px;
  color: #283d50;
  text-align: center;
  font-weight: bold;
  position: relative;
  margin-top: 30px;
}

.section-header1 h3 {
  font-size: 36px;
  color: #660000;
  text-align: center;
  font-weight: bold;
  position: relative;

}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  margin-top: 10px;
  color: #787878;
  width: 100%;
  font-weight: 400;

}


/* Section with background
--------------------------------*/

.section-bg {
  background: #ecf5ff;


}

/* About Us Section
--------------------------------*/

#about {
  background: #fff;


}

#about .about-container .background {
  margin: 20px 0;

}

#about .about-container .content {
  background: #fff;
}

#about .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

#about .about-container p {
  line-height: 26px;
}

#about .about-container p:last-child {
  margin-bottom: 0;
}

#about .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#about .about-container .icon-box .icon {
  float: left;
  background: #fff;
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #007bff;
  transition: all 0.3s ease-in-out;
}

#about .about-container .icon-box .icon i {
  color: #007bff;
  font-size: 24px;
}

#about .about-container .icon-box:hover .icon {
  background: #007bff;
}
#what-we-do{
background-image: url("img/bg2.jpg");
}

#about .about-container .icon-box:hover .icon i {
  color: #fff;
}

#about .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
}

#about .about-container .icon-box .title a {
  color: #283d50;
}

#about .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

#about .about-extra {
  padding-top: 60px;
}

#about .about-extra h4 {
  font-weight: 600;
  font-size: 24px;
}

/* Services Section
--------------------------------*/

#services {
  padding: 60px 0 40px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  margin-top: 20px;

}

#services .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
}

#services .box:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

#services .icon {
  position: absolute;
  left: -10px;
  top: calc(50% - 32px);
}

#services .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
}

#services .title {
  margin-left: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #007bff;
}

#services .description {
  font-size: 14px;
  margin-left: 40px;
  line-height: 24px;
  margin-bottom: 0;
}

#why-us {
  padding: 60px 0;
  background: #004a99;
}

#why-us .section-header h3,
#why-us .section-header p {
  color: #fff;
}

#why-us .card {
  background: #00458f;
  border-color: #00458f;
  border-radius: 10px;
  margin: 0 15px;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s ease-in-out;
  height: 100%;
}

#why-us .card:hover {
  background: #003b7a;
  border-color: #003b7a;
}

#why-us .card i {
  font-size: 48px;
  padding-top: 15px;
  color: #bfddfe;
}

#why-us .card h5 {
  font-size: 22px;
  font-weight: 600;
}

#why-us .card p {
  font-size: 15px;
  color: #d8eafe;
}

#why-us .card .readmore {
  color: #fff;
  font-weight: 600;
  display: inline-block;
  transition: 0.3s ease-in-out;
  border-bottom: #00458f solid 2px;
}

#why-us .card .readmore:hover {
  border-bottom: #fff solid 2px;
}

#why-us .counters {
  padding-top: 40px;
}

#why-us .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #fff;
}

#why-us .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #cce5ff;
}

/* Portfolio Section
--------------------------------*/

#portfolio {
  padding: 60px 0;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 6px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #007bff;
  border-radius: 50px;
  text-transform: uppercase;
  background: #ecf5ff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  background: #007bff;
  color: #fff;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#portfolio .portfolio-item .portfolio-wrap {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  margin: 0;
}

#portfolio .portfolio-item .portfolio-wrap:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  transition: 0.2s linear;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 {
  font-size: 22px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a:hover {
  color: #007bff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #e2effe;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details {
  display: inline-block;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #007bff;
  border-radius: 50%;
  margin: 10px 4px 0 4px;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover {
  background: #3395ff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap:hover {
  background: #003166;
}

#portfolio .portfolio-item .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/* Testimonials Section
--------------------------------*/

#testimonials {
  padding: 60px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#testimonials .section-header {
  margin-bottom: 40px;
}

#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  float: left;
}

#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
  margin-left: 140px;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
  margin-left: 140px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 140px;
}

#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;
}

#testimonials .owl-dot.active {
  background-color: #007bff;
}

/* Team Section
--------------------------------*/

#team {
  background: #fff;


}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

#team .member .member-info {
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#team .member .member-info-content {
  margin-top: 50px;
  transition: margin 0.2s;
}

#team .member:hover .member-info {
  background: rgba(0, 62, 128, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  transition: none;
  color: #fff;
}

#team .member .social a:hover {
  color: #007bff;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Clients Section
--------------------------------*/


#clients1 {
  padding: 20px 0;

}

#clients .clients-wrap {
  border-top: 1px solid #d6eaff;
  border-left: 1px solid #d6eaff;
  margin-bottom: 30px;
}

#clients .client-logo {
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #d6eaff;
  border-bottom: 1px solid #d6eaff;
  overflow: hidden;
  background: #fff;
  height: 160px;

}

#clients .client-logo1 {
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #d6eaff;
  border-bottom: 1px solid #d6eaff;
  overflow: hidden;
  background: #fff;
  height: 180px;
  width: 290px;
}

#clients .client-logo:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#clients img {
  transition: all 0.4s ease-in-out;
}

/* Contact Section
--------------------------------*/

#contact {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 0;
  overflow: hidden;

}

#contact .section-header {
  padding-bottom: 30px;
}

#contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #007bff;
}

#contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  color: #888;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #007bff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #007bff;
}

#contact .social-links a:hover {
  background: #007bff;
  color: #fff;
}

#contact .info {
  color: #283d50;
}

#contact .info i {
  font-size: 32px;
  color: #007bff;
  float: left;
  line-height: 1;
}

#contact .info p {
  padding: 0 0 10px 36px;
  line-height: 28px;
  font-size: 14px;
}

#contact .form #sendmessage {
  color: #007bff;
  border: 1px solid #007bff;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contact .form button[type="submit"] {
  background: #007bff;
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  color: #fff;
  transition: 0.3s;
}

#contact .form button[type="submit"]:hover {
  background: #0067d5;
  cursor: pointer;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #00428a;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #004a99;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 1px 0 1px 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#footer .footer-top .footer-info p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #ecf5ff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #007bff;
  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: #0067d5;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}

#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 li {
  padding: 8px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #ecf5ff;
}

#footer .footer-top .footer-links ul a:hover {
  color: #74b5fc;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #007bff;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #0062cc;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #f1f7ff;
}

#footer .credits a {
  color: #bfddfe;
}

#footer .credits a:hover {
  color: #f1f7ff;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (max-width: 991px) {
  #header {
    height: 60px;
    padding: 10px 0;
  }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }

  #intro {
    padding: 140px 0 60px 0;
  }

  #intro .intro-img {
    width: 80%;
    float: none;
    margin: 0 auto 25px auto;
  }

  #intro .intro-info {
    width: 80%;
    float: none;
    margin: auto;
    text-align: center;
  }

  #why-us .card {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

@media (max-width: 767px) {
  #intro .intro-info {
    width: 100%;
  }

  #intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .section-header p {
    width: 100%;
  }

  #testimonials .testimonial-item {
    text-align: center;
  }

  #testimonials .testimonial-item .testimonial-img {
    float: none;
    margin: auto;
  }

  #testimonials .testimonial-item h3,
  #testimonials .testimonial-item h4,
  #testimonials .testimonial-item p {
    margin-left: 0;
  }
}

@media (max-width: 574px) {
  #intro {
    padding: 100px 0 20px 0;
  }
}

* {
  box-sizing: border-box;

}



.container {

  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #fff;


}



h1 {
  font-weight: normal;
}

li {
  display: inline-block;
  font-size: 16px;
  list-style-type: none;

 
  font-weight: 600;



}

li span {
  display: block;
  font-size: 1.9rem;
}

body {
  padding-top: 30px;
}

.panel-body .btn:not(.btn-block) {
  margin-bottom: 10px;
  margin-left: 80px;
  text-align: center;
  color: #fff;
  width: 220px;
  height: 70px;
  font-size: 16px;

}

.btn-primary1 {
  background-color: #3cb371;
}

.btn-warning {
  background-color: #6a5acd;
}

.wrap {
  display: flex;
  margin-left: 1rem;
}



.ico-wrap {
  margin-right: 55px;

}

.mbr-iconfont {
  font-size: 4.5rem !important;
  color: #313131;
  margin: 1rem;
  padding-right: 1rem;
}

.vcenter {
  margin: auto;
}

.mbr-section-title3 {
  text-align: left;
}

h2 {
  margin-top: 0.5rem;
  margin-bottom: 0.1rem;

  margin-right: 90px;
}

.display-5 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.95rem;
}

.mbr-bold {
  font-weight: 200;
}

p {
  padding-top: 0rem;
  padding-bottom: 0.5rem;
  line-height: 25px;
}

.display-6 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1re
}

.main_title {
  font-family: "Oswald";
  font-size: 44px;
  padding-bottom: 30px;
  margin-top: 30px;
  text-align: center;
  line-height: 65px;
  text-transform: uppercase;
  color: #2b2b2b;
}

.main_title span {
  border-bottom: 1px solid #666;
}

.box {
  border-radius: 3px;
  /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/
  padding: 25px 25px;
  text-align: center;
  display: block;

  /* margin-top: 60px; */
  cursor: pointer;
}

.box-icon fa {
  color: #fff;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.info h4 {
  color: #555454;
  font-size: 15px;
  margin: 0px;
  font-family: Oswald;
  font-weight: 100;
  padding: 28px 0px;
  text-transform: lowercase;
}

.info>p {
  color: #717171;
  font-size: 13px;
  text-align: center;
}

.box>.box-icon {
  border: 30px solid #660000;
}

.box>.box-icon1 {
  border: 30px solid #6a5acd;
}

.box-icon1 {
  background-color: #660000;
  border-radius: 50%;
  display: table;
  height: 90px;
  margin: 0 auto;
  width: 90px;
  /*margin-top: -61px;*/
}


.box-icon {
  background-color: #660000;
  border-radius: 50%;
  display: table;
  height: 90px;
  margin: 0 auto;
  width: 90px;
  /*margin-top: -61px;*/
}

.carousel-fade .carousel-item {
  height: 100%;
}

.carousel-fade .carousel-item img {
  height: 100vh;
  width: 100%;
  max-width: 100%;
  background-size: cover;
  background-origin: content-box;
  background-clip: content-box;
  background-position: center;
  color: rgba(0, 0, 0, 0.56);

  right: 0;
  left: 0;
  resize: both;


}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background: none;
  border: 2px solid #fff;
  height: 20px;
  width: 20px;
  line-height: 55px;
  opacity: 9 !important;
  filter: brightness(100%) !important;
  font-size: 40px;
  border-radius: 100%;
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
  background: #fff;
  opacity: 9;
  color: #000;
}

.la {
  opacity: 99;
  z-index: 1;
  position: relative;
}

.carousel-indicators li {
  background: #000;
  color: #000;
  height: 30px;
  width: 30px;
  margin: 5px !important;
  border-radius: 100%;
}

.carousel-caption {
  top: 220px;
}

@media (min-width: 992px) {
  .carousel-caption {
    top: 120px !important;
  }
}

.carousel-caption h3 {
  font-size: 45px;
  text-align: center;
  font-weight: bold;
margin-top: 20px;

}

@media (min-width: 992px) {
  .carousel-caption h3 {
    font-size: 45px !important;
    text-align: center;
    font-weight: bold;
margin-top: 20px;


  }
}

.carousel-caption p {
  font-size: 35px;
  margin-top: 20px;
  text-align: center;
}

@media (min-width: 992px) {
  .carousel-caption p {
    font-size: 35px !important;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
  }
}

.carousel-caption .btn {
  border: 2px solid #fff;
  border-radius: 5px;
  width: 130px;
  margin-top: 10px;
  height: 50px;
}

@media (min-width: 300px) {
  .img-fluid.w-100.d-block {
    height: auto;
  }
}

@media (min-width: 576px) {
  .img-fluid.w-100.d-block {
    max-height:550px;
  }
}

@media (min-width: 768px) {
  .img-fluid.w-100.d-block {
    height: auto;
  }
}

@media (min-width: 992px) {
  .img-fluid.w-100.d-block {
    height: auto;
  }
}

  


@media (min-width: 300px) {
  .carousel-caption {
    top: 0;
    font-size: 20px;
  }
}

@media (min-width: 300px) {
  .carousel-caption h3 {
    font-size: 20px;
  }
}

.carousel-caption p {
  font-size: 15px;
}

@media (min-width: 768px) {
  .carousel-caption {
    top: 100px;
  }
}

@media (min-width: 768px) {
  .carousel-caption h3 {
    font-size: 40px;
  }
}

/* TITRE */
h1 {
  margin-top: 0;
  font-size: 3rem;
  display: inline-block;
}

h1 div {
  position: relative;
  float: left;
}

h1 div:first-child {
  color: #3498db;
  margin-right: 1rem;
}

/* PROFIL */
.blog .carousel-indicators {
  left: 0;
  top: auto;
  bottom: -40px;

}

/* The colour of the indicators */
.blog .carousel-indicators li {
  background: #a3a3a3;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-bottom: 10px;

}

.blog .carousel-indicators .active {
  background: #707070;
  margin-bottom: 10px;
}

.our-team-section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

.our-team-section:before {
  position: absolute;
  top: -0;
  left: 0;
  content: " ";
  background: url(img/service-section-bottom.png);
  background-size: 100% 100px;
  width: 100%;
  height: 100px;
  float: left;
  z-index: 99;
}

.our-team {
  padding: 0 0 40px;
  background-image: linear-gradient(135deg, #6394ff 0%, #0a193b 100%);
  text-align: center;
  overflow: hidden;
  position: relative;
  color: #fff;

  height: 250px;
}

.our-team:hover {
  border-bottom: 5px solid #2f2f2f;
}

.our-team .pic {
  display: inline-block;
  width: 130px;
  height: 130px;
  margin-bottom: 50px;
  z-index: 1;
  position: relative;
}

.our-team .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #00325a;
  position: absolute;
  bottom: 135%;
  right: 0;
  left: 0;
  opacity: 1;
  transform: scale(3);
  transition: all 0.3s linear 0s;
}

.our-team:hover .pic:before {
  height: 100%;
  background: #2f2f2f;
}

.our-team .pic:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ffffff00;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s linear 0s;
}

.our-team:hover .pic:after {
  background: #7ab92d;
}

.our-team .pic img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.9s ease 0s;
  box-shadow: 0 0 0 14px #f7f5ec;
  transform: scale(0.7);
  position: relative;
  z-index: 2;
}

.our-team:hover .pic img {
  box-shadow: 0 0 0 14px #660000;
  transform: scale(0.7);
}

.our-team .team-content {
  margin-bottom: 30px;
}

.our-team .title {
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.our-team .post {
  display: block;
  font-size: 15px;
  color: #4e5052;
  text-transform: capitalize;
}

.our-team .social {
  width: 100%;
  padding-top: 10px;
  margin: 0;
  background: #2f2f2f;
  position: absolute;
  bottom: -100px;
  left: 0;
  transition: all 0.5s ease 0s;
}

.our-team:hover .social {
  bottom: 0;
}

.our-team .social li {
  display: inline-block;
}

.our-team .social li a {
  display: block;
  padding-top: 6px;
  font-size: 15px;
  color: #fff;
  transition: all 0.3s ease 0s;
}

.our-team .social li a:hover {
  color: #2f2f2f;
  background: #f7f5ec;
}

@media only screen and (max-width: 990px) {
  .our-team {
    margin-bottom: 10px;
  }
}

/**********************
/***** Services *******
/*********************/
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

section .section-title {
  text-align: center;
  color: #007b5e;
  margin-bottom: 50px;
  text-transform: lowercase;
}

#what-we-do {}

#what-we-do .card {
  padding: 1rem !important;
  border: none;
  margin-bottom: 1.5rem;
  -webkit-transition: .5s all ease;
  -moz-transition: .5s all ease;
  transition: .5s all ease;
  background-image: linear-gradient(135deg, #6394ff 0%, #0a193b 100%);
  color: #fff;
}

#what-we-do .card1 {
  padding: 1rem !important;
  border: none;
  margin-bottom: 0.5rem;
  -webkit-transition: .5s all ease;
  -moz-transition: .5s all ease;
  transition: .5s all ease;
  background-color: #CD853F;
  border-radius: 5px;
  color: #fff;
}

#what-we-do .card2 {
  padding: 1rem !important;
  border: none;
  margin-bottom: 0.5rem;
  -webkit-transition: .5s all ease;
  -moz-transition: .5s all ease;
  transition: .5s all ease;
  background-color: #4B0082;
  border-radius: 5px;
  color: #fff;
  margin-top: 10px;
}

#what-we-do .card:hover {
  -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
  -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
  box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

#what-we-do .card .card-block {
  padding-right: 90px;
  position: relative;

}

#what-we-do .card .card-block a {
  color: #007b5e !important;
  font-weight: 700;
  text-decoration: none;
}

#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: 20px;
  color: #660000;
  left: 0;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
}

#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 {
  color: #fff;
  font-weight: 500;
  text-align: center;
  font-size: 14px;
  margin-left: 10px;

  height: 50px;
  width: 200px;
  margin-top: 25px;

}

.btn-outline-light {
  color: #fff;
  background-image: linear-gradient(135deg, #6394ff 0%, #0a193b 100%);
  width: 50px;
  height: 50px;
}

.btn-outline1-light {
  color: #fff;
  background-image: linear-gradient(135deg, #6394ff 0%, #0a193b 100%);

  padding: 5px 10px;
  font-size: 15px;
  margin-top: 8px;
  border-radius: 5px;
  border-style: none;



}

.pb-100 {
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}

.section-title {
  position: relative;
}

.section-title p {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 400;
  color: #660000 important;
}

.section-title h4 {
  font-size: 25px;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 20px;
  display: inline-block;
  color: #283d50;
}

.section-title h4::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 2px;
  background-color: #d8d8d8;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
}

.section-title h4::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #FF7200;
  left: 0;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}

.contact {
  background-image: url("https://www.allbusiness.com/asset/2016/11/business-meeting.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  z-index: 2;
  color: #fff;



}

.contact-form input,
textarea {
  width: 100%;
  border: 1px solid #555;
  padding: 10px 10px;
  text-transform: capitalize;
  margin-top: 15px;
  background-color: #fff;
  color: #000;


}

.contact:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #333;
  z-index: -1;
  opacity: .85;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}

.single-contact {
  text-align: left;
  position: relative;
  padding-left: 70px;
  margin-bottom: 50px;
  margin-top: 10px;
}

.single-contact i.fa {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #FF7200;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 3px;
}

.single-contact h5 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
}

.single-contact p {
  font-size: 15px;
  font-weight: 400;
}

.contact-form input[type="submit"] {
  background-color: #660000;
  border: 0px;
  cursor: pointer;
  font-size: 16px;
  -webkit-transition: .4s;
  transition: .4s;
  width: 140px;
  border-radius: 15px;
  color: #fff;
  margin-left: 500px;
}

.contact-form input[type="submit"]:hover {
  background-color: #CC5B00
}

.contact-form input:focus,
textarea:focus {
  border-color: #CC5B00
}

.row.heading h2 {
  color: #fff;
  font-size: 52.52px;
  line-height: 95px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 40px;
  padding-bottom: 20px;
  text-transform: uppercase;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.heading.heading-icon {
  display: block;
}

.padding-lg {
  display: block;

  padding-bottom: 60px;
}

.practice-area.padding-lg {
  padding-bottom: 55px;
  padding-top: 55px;
}

.practice-area .inner {
  border: 1px solid #999999;
  text-align: center;
  margin-bottom: 28px;
  padding: 40px 25px;
}

.our-webcoderskull .cnt-block:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  border: 0;
}

.practice-area .inner h3 {
  color: #3c3c3c;
  font-size: 24px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  padding: 10px 0;
}

.practice-area .inner p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.practice-area .inner img {
  display: inline-block;
}



.our-webcoderskull .cnt-block {
  float: left;
  width: 100%;
  background: #fff;
  padding: 10px 10px;
  text-align: center;
  border: 2px solid #d5d5d5;
  margin: 0 0 28px;
  margin-top: 40px;

}

.our-webcoderskull .cnt-block figure {
  width: 148px;
  height: 100px;
  border-radius: 100%;
  display: inline-block;
  margin-bottom: 15px;
}

.our-webcoderskull .cnt-block img {
  width: 148px;
  height: 100px;
  border-radius: 100%;
}

.our-webcoderskull .cnt-block h3 {
  color: #2a2a2a;
  font-size: 20px;
  font-weight: 500;
  padding: 6px 0;
  text-transform: uppercase;
}

.our-webcoderskull .cnt-block h3 a {
  text-decoration: none;
  color: #2a2a2a;
}

.our-webcoderskull .cnt-block h3 a:hover {
  color: #337ab7;
}

.our-webcoderskull .cnt-block p {
  color: #2a2a2a;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
}

.our-webcoderskull .cnt-block .follow-us {
  margin: 20px 0 0;
}

.our-webcoderskull .cnt-block .follow-us li {
  display: inline-block;
  width: auto;
  margin: 0 5px;
}

.our-webcoderskull .cnt-block .follow-us li .fa {
  font-size: 24px;
  color: #767676;
}

.our-webcoderskull .cnt-block .follow-us li .fa:hover {
  color: #025a8e;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.services-area {
  background-color: #f6f6f6;
}

.section-title {
  margin-bottom: 60px;
}

.section-title p {
  color: #777;
  font-size: 16px;
}

.section-title h4 {
  text-transform: capitalize;
  font-size: 30px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}

.section-title h4:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  background-color: #ff3636;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
  margin-right: -30px;
}

.section-title h4:after {
  position: absolute;
  background-color: #ff3636;
  content: "";
  width: 10px;
  height: 10px;
  bottom: -4px;
  left: 50%;
  margin-left: -5px;
  border-radius: 50%;
}

.single-service {
  border: 1px solid #eee;
  padding: 20px 10px;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  height: 250px;
}

.single-service1 {
  border: 1px solid #eee;
  padding: 20px 10px;
  position: relative;
  text-align: center;
  margin-bottom: 30px;

}

.single-service p {
  border: 1px solid #eee;
  padding: 30px 10px;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  color: #660000;
}

.single-service1 p {
  border: 1px solid #eee;
  padding: 30px 10px;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  color: #787878;
  height: 120px;
}

.single-service1 h3 {
  border: 1px solid #eee;
  padding: 30px 10px;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  color: #660000;
  font-size: 16px;
  font-weight: bold;
}

.single-service i.fa {
  width: 100px;
  height: 100px;
  background-color: #ff3636;
  font-size: 25px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  margin-bottom: 20px;
}

.single-service i.fa {
  -webkit-transition: .4s;
  transition: .4s;
}

.single-service:hover i.fa {
  border-radius: 50%;
}

.single-service h4 {
  text-transform: capitalize;
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 500;
}

#map-canvas {
  height: 500px;
  width: 1500px;

}

/*Display mobile caption*/
@media screen and (max-width: 699px) {
  .carousel-caption .slideInDown {
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-top: 20px;
  }
}

@media screen and (max-width: 699px) {
  .carousel-caption .slideInDown {
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    margin-top: 20px;
  }
}

/*Display mobile caption*/
@media screen and (max-width: 699px) {
  .carousel-caption .slideInLeft {
    font-size: 20px;
    font-weight: 700;
    display: block;

  }
}

@media screen and (max-width: 699px) {
  .carousel-caption .slideInLeft {
    font-size: 15px;
    font-weight: 700;
    display: inline-block;

  }
}

/*Display mobile caption*/
@media screen and (max-width: 699px) {
  .carousel-caption .fadeInDown {
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-top: 20px;
  }
}

@media screen and (max-width: 699px) {
  .carousel-caption .fadeInDown {
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    margin-top: 20px;
  }
}

/*Display mobile caption*/
@media screen and (max-width: 699px) {
  .carousel-caption .fadeInDown {
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-top: 20px;
  }
}

@media screen and (max-width: 699px) {
  .carousel-caption .fadeInDown {
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    margin-top: 20px;
  }
}

/*Display mobile caption*/
@media screen and (max-width: 699px) {
  .panel-body .btn:not(.btn-block) {

    margin-left: 33px;
    display: block;

  }
}

@media screen and (max-width: 699px) {
  .panel-body .btn:not(.btn-block) {

    margin-left: 33px;
    display: inline-block;

  }
}

/*Display mobile caption*/
@media screen and (max-width: 699px) {
  .btn-outline1-light {

    margin-left: 32px;
    display: block;

  }
}

@media screen and (max-width: 699px) {
  .btn-outline1-light {

    margin-left: 32px;
    display: inline-block;

  }
}

/*Display mobile caption*/
@media screen and (max-width: 699px) {
  .col-md-6.offset-lg-1 {

    max-width: 100%;
    display: block;

  }
}

@media screen and (max-width: 699px) {
  .col-md-6.offset-lg-1 {

    max-width: 100%;
    display: inline-block;

  }
}

/*Display mobile caption*/
@media screen and (max-width: 699px) {
  .card-title {
    width: 210px;

    display: block;

  }
}

@media screen and (max-width: 699px) {
  .card-title {

    width: 210px;
    display: inline-block;

  }
}





@media screen and (max-width: 699px) {
  .wrap {
    display: flex;
    background: linear-gradient(135deg, #6394ff 0%, #0a193b 100%);
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 0.5rem;
    box-shadow: 7px 7px 30px -5px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;


    display: block;

  }
}

@media screen and (max-width: 699px) {
  .wrap {

    display: flex;
    background: linear-gradient(135deg, #6394ff 0%, #0a193b 100%);
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 0.5rem;
    box-shadow: 7px 7px 30px -5px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;


    display: inline-block;

  }
}

/*Display mobile caption*/
@media screen and (max-width: 699px) {
  .wrap2 {
    display: flex;
    background: linear-gradient(135deg, #6394ff 0%, #0a193b 100%);
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 0.5rem;
    box-shadow: 7px 7px 30px -5px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
    height: 100px;


    display: block;

  }
}

@media screen and (max-width: 699px) {
  .wrap2 {

    display: flex;
    background: linear-gradient(135deg, #6394ff 0%, #0a193b 100%);
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 0.5rem;
    box-shadow: 7px 7px 30px -5px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
    height: 100px;

    display: inline-block;

  }
}

.wrap {
  display: flex;
  background: linear-gradient(135deg, #6394ff 0%, #0a193b 100%);
  padding: 1rem 1rem 1rem 1rem;
  border-radius: 0.5rem;
  box-shadow: 7px 7px 30px -5px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
  min-height: 145px;


}

.bg-wrap1 {

  background: linear-gradient(135deg, #6394ff 0%, #0a193b 100%);
}

.bg-wrap2 {

  background: linear-gradient(to right, #2193b0, #6dd5ed);
}

.wrap2 {
  display: flex;
  background: linear-gradient(to right, #2193b0, #6dd5ed);
  padding: 1rem 1rem 1rem 1rem;
  border-radius: 0.5rem;
  box-shadow: 7px 7px 30px -5px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
  min-height: 145px;

}

.wrap:hover {
  background: linear-gradient(135deg, #6394ff 0%, #0a193b 100%);
  color: #fff;
}

.ico-wrap {
  margin: auto;

}

.latest-event .media img {
  width: 80px !important;
}

.quick-links p {
  margin-bottom: 0px;
  padding-top: 2px;
  text-align: left;



}

.mbr-iconfont {
  font-size: 2.5rem !important;
  color: #313131;
  margin: 1rem;
  padding-right: 1rem;
}

.vcenter {
  margin: auto;
}

.mbr-section-title3 {
  text-align: left;
}

.why_to_attend .container h2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  width: 100% !important;

}

.display-5 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
}

.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: 1rem;
}


/*-=====================-*/
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter:alpha(opacity=70);
  -moz-opacity:0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  z-index: 100;
  display: none;
}
.cnt223 a{
  text-decoration: none;
}
.popup{
  width: 100%;
  margin: 0 auto;
  display: none;
  position: fixed;
  z-index: 101;
   background: url("../img/black-bg.png") center bottom;
   height:100vh;
}
.popup a{
	color:#fff !important;
}
.close {
    float: none;
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.9;
    color: #fff !important;
}
.cnt223{
	font-size:18px;
	color:#000 !important;
  min-width: 600px;
  width: 600px;
  min-height: 150px;
  margin: 100px auto;
 /* background: #f3f3f3;*/
 background: url("../img/box-bg.jpg") center bottom no-repeat #F9BA21;
  position: relative;
  z-index: 103;
  padding: 15px 35px;
  border-radius: 5px;
  box-shadow: 0 2px 5px #000;
}
.bounceInUp img {
    width: 100%;
}

@media only screen and (max-width: 767px) {
	.rel{
	position:relative;
	 border:1px #F00 dotted;
	 width:90% !important;
	 margin:auto !important;
}
.bounceInUp img {
    width: 100%;
}
.cnt223{
  min-width: 90%;
  width: 90%;
  min-height: 150px;
  margin: 100px auto;
  /*background: #f3f3f3;*/
 background: url("../img/box-bg.jpg") center bottom no-repeat #F9BA21;
  position: relative;
  z-index: 103;
  padding: 15px 35px;
  border-radius: 5px;
  box-shadow: 0 2px 5px #000;
}
}
.cnt223 p{
  clear: both;
  color: #555555;
  font-size: 20px;
  font-family: sans-serif;
}
.cnt223 p a{
  color: #d91900;
  font-weight: bold;
}
.cnt223 .x{
  float: right;
  height: 35px;
  left: 22px;
  position: relative;
  top: -25px;
  width: 34px;
}
.cnt223 .x:hover{
  cursor: pointer;
}
.blog-entry .img.img-big {
    height: 300px;
    position: relative;
}
.blog-entry .img {
    height: 180px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
.img, .blog-img, .user-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
;
}
.blog-entry .img.img-big {
    height: 300px;
    position: relative;
}
.ftco-section {
  padding: 1em 0;
  position: relative;
  z-index: 0; }
  @media only screen and (max-width: 767px) {
	.section-header{
	margin-right:30px;
}
  }
 #carousel3d .carousel-3d-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #fff;
  padding: 10px;
  -webkit-transition: all .4s;
  transition: all .4s;
}
#carousel3d .carousel-3d-slide.current {
  background-color: #333;
  color: #fff;
}
#carousel3d .carousel-3d-slide.current span {
  font-size: 20px;
  font-weight: 500;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: hidden;
}

