@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');


body{
    font-family: 'Poppins', sans-serif;
	
}
/*--------------------------- Color variations ----------------------*/
/* Medium Layout: 1280px */
/* Tablet Layout: 768px */
/* Mobile Layout: 320px */
/* Wide Mobile Layout: 480px */
/* =================================== */
/*  Basic Style 
/* =================================== */
::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #cccccc;
	font-weight: 300;
  }
  
  :-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #cccccc;
	opacity: 1;
	font-weight: 300;
  }
  
  ::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #cccccc;
	opacity: 1;
	font-weight: 300;
  }
  
  :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #cccccc;
	font-weight: 300;
  }
  
  ::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #cccccc;
	font-weight: 300;
  }
  
  body {
	color: #777777;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5em;
	position: relative;
  }
  
  ol, ul {
	margin: 0;
	padding: 0;
	list-style: none;
  }
  
  select {
	display: block;
  }
  
  figure {
	margin: 0;
  }
  
  a {
	-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;
  }
  
  iframe {
	border: 0;
  }
  
  a, a:focus, a:hover {
	text-decoration: none;
	outline: 0;
	color: #777777;
  }
  
  .btn.active.focus,
  .btn.active:focus,
  .btn.focus,
  .btn.focus:active,
  .btn:active:focus,
  .btn:focus {
	text-decoration: none;
	outline: 0;
  }
  
  .card-panel {
	margin: 0;
	padding: 60px;
  }
  
  /**
   *  Typography
   *
   **/
  .btn i, .btn-large i, .btn-floating i, .btn-large i, .btn-flat i {
	font-size: 1em;
	line-height: inherit;
  }
  
  .gray-bg {
	background: #f9f9ff;
  }
  
  h1, h2, h3,
  h4, h5, h6 {
	font-family: "Poppins", sans-serif;
	color: #222222;
	line-height: 1.5em;
	margin-bottom: 0;
	margin-top: 0;
	font-weight: 600;
  }
  
  .h1, .h2, .h3,
  .h4, .h5, .h6 {
	margin-bottom: 0;
	margin-top: 0;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	color: #222222;
  }
  
  h1, .h1 {
	font-size: 36px;
  }
  
  h2, .h2 {
	font-size: 30px;
  }
  
  h3, .h3 {
	font-size: 24px;
  }
  
  h4, .h4 {
	font-size: 18px;
  }
  
  h5, .h5 {
	font-size: 16px;
  }
  
  h6, .h6 {
	font-size: 14px;
	color: #222222;
  }
  
  td, th {
	border-radius: 0px;
  }
  
  /**
   * For modern browsers
   * 1. The space content is one way to avoid an Opera bug when the
   *    contenteditable attribute is included anywhere else in the document.
   *    Otherwise it causes space to appear at the top and bottom of elements
   *    that are clearfixed.
   * 2. The use of `table` rather than `block` is only necessary if using
   *    `:before` to contain the top-margins of child elements.
   */
  .clear::before, .clear::after {
	content: " ";
	display: table;
  }
  
  .clear::after {
	clear: both;
  }
  
  .fz-11 {
	font-size: 11px;
  }
  
  .fz-12 {
	font-size: 12px;
  }
  
  .fz-13 {
	font-size: 13px;
  }
  
  .fz-14 {
	font-size: 14px;
  }
  
  .fz-15 {
	font-size: 15px;
  }
  
  .fz-16 {
	font-size: 16px;
  }
  
  .fz-18 {
	font-size: 18px;
  }
  
  .fz-30 {
	font-size: 30px;
  }
  
  .fz-48 {
	font-size: 48px !important;
  }
  
  .fw100 {
	font-weight: 100;
  }
  
  .fw300 {
	font-weight: 300;
  }
  
  .fw400 {
	font-weight: 400 !important;
  }
  
  .fw500 {
	font-weight: 500;
  }
  
  .f700 {
	font-weight: 700;
  }
  
  .fsi {
	font-style: italic;
  }
  
  .mt-10 {
	margin-top: 10px;
  }
  
  .mt-15 {
	margin-top: 15px;
  }
  
  .mt-20 {
	margin-top: 20px;
  }
  
  .mt-25 {
	margin-top: 25px;
  }
  
  .mt-30 {
	margin-top: 30px;
  }
  
  .mt-35 {
	margin-top: 35px;
  }
  
  .mt-40 {
	margin-top: 40px;
  }
  
  .mt-50 {
	margin-top: 50px;
  }
  
  .mt-60 {
	margin-top: 60px;
  }
  
  .mt-70 {
	margin-top: 70px;
  }
  
  .mt-80 {
	margin-top: 80px;
  }
  
  .mt-100 {
	margin-top: 100px;
  }
  
  .mt-120 {
	margin-top: 120px;
  }
  
  .mt-150 {
	margin-top: 150px;
  }
  
  .ml-0 {
	margin-left: 0 !important;
  }
  
  .ml-5 {
	margin-left: 5px !important;
  }
  
  .ml-10 {
	margin-left: 10px;
  }
  
  .ml-15 {
	margin-left: 15px;
  }
  
  .ml-20 {
	margin-left: 20px;
  }
  
  .ml-30 {
	margin-left: 30px;
  }
  
  .ml-50 {
	margin-left: 50px;
  }
  
  .mr-0 {
	margin-right: 0 !important;
  }
  
  .mr-5 {
	margin-right: 5px !important;
  }
  
  .mr-15 {
	margin-right: 15px;
  }
  
  .mr-10 {
	margin-right: 10px;
  }
  
  .mr-20 {
	margin-right: 20px;
  }
  
  .mr-30 {
	margin-right: 30px;
  }
  
  .mr-50 {
	margin-right: 50px;
  }
  
  .mb-0 {
	margin-bottom: 0px;
  }
  
  .mb-0-i {
	margin-bottom: 0px !important;
  }
  
  .mb-5 {
	margin-bottom: 5px;
  }
  
  .mb-10 {
	margin-bottom: 10px;
  }
  
  .mb-15 {
	margin-bottom: 15px;
  }
  
  .mb-20 {
	margin-bottom: 20px;
  }
  
  .mb-25 {
	margin-bottom: 25px;
  }
  
  .mb-30 {
	margin-bottom: 30px;
  }
  
  .mb-40 {
	margin-bottom: 40px;
  }
  
  .mb-50 {
	margin-bottom: 50px;
  }
  
  .mb-60 {
	margin-bottom: 60px;
  }
  
  .mb-70 {
	margin-bottom: 70px;
  }
  
  .mb-80 {
	margin-bottom: 80px;
  }
  
  .mb-90 {
	margin-bottom: 90px;
  }
  
  .mb-100 {
	margin-bottom: 100px;
  }
  
  .pt-0 {
	padding-top: 0px;
  }
  
  .pt-10 {
	padding-top: 10px;
  }
  
  .pt-15 {
	padding-top: 15px;
  }
  
  .pt-20 {
	padding-top: 20px;
  }
  
  .pt-25 {
	padding-top: 25px;
  }
  
  .pt-30 {
	padding-top: 30px;
  }
  
  .pt-40 {
	padding-top: 40px;
  }
  
  .pt-50 {
	padding-top: 50px;
  }
  
  .pt-60 {
	padding-top: 60px;
  }
  
  .pt-70 {
	padding-top: 70px;
  }
  
  .pt-80 {
	padding-top: 80px;
  }
  
  .pt-90 {
	padding-top: 90px;
  }
  
  .pt-100 {
	padding-top: 100px;
  }
  
  .pt-150 {
	padding-top: 150px;
  }
  
  .pb-0 {
	padding-bottom: 0px;
  }
  
  .pb-10 {
	padding-bottom: 10px;
  }
  
  .pb-15 {
	padding-bottom: 15px;
  }
  
  .pb-20 {
	padding-bottom: 20px;
  }
  
  .pb-25 {
	padding-bottom: 25px;
  }
  
  .pb-30 {
	padding-bottom: 30px;
  }
  
  .pb-40 {
	padding-bottom: 40px;
  }
  
  .pb-50 {
	padding-bottom: 50px;
  }
  
  .pb-60 {
	padding-bottom: 60px;
  }
  
  .pb-70 {
	padding-bottom: 70px;
  }
  
  .pb-80 {
	padding-bottom: 80px;
  }
  
  .pb-90 {
	padding-bottom: 90px;
  }
  
  .pb-100 {
	padding-bottom: 100px;
  }
  
  .pb-150 {
	padding-bottom: 150px;
  }
  
  .pr-30 {
	padding-right: 30px;
  }
  
  .pl-30 {
	padding-left: 30px;
  }
  
  .p-40 {
	padding: 40px;
  }
  
  .float-left {
	float: left;
  }
  
  .float-right {
	float: right;
  }
  
  .text-italic {
	font-style: italic;
  }
  
  .text-white {
	color: #fff;
  }
  
  .transition {
	-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;
  }
  .line-bottom{
    background-color: #00bc8c;
    margin-bottom: 2px;
    padding: 5px;
    height: 60px;
    
  }
  .span-country{
    display: none;
    
  }
  .thumb img{
    min-height: 180px;
  }
  .thumb:hover img {
    opacity: 0.3;
    -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;
  }
  .thumb:hover .line-bottom {
   background-color: #000;
  -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;
  }
  .thumb:hover .line-bottom a{
   color: #fff;
  -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;
  }
  
  
  .line-bottom a{
    color: #fff;
  }
  .section-full {
	padding: 150px 0;
  }
  
  .section-half {
	padding: 75px 0;
  }
  
  .flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
  }
  
  .inline-flex {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
  }
  
  .flex-grow {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
  }
  
  .flex-wrap {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  }
  
  .flex-left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
  }
  
  .flex-middle {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
  }
  
  .flex-right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	justify-content: flex-end;
  }
  
  .flex-top {
	-webkit-align-self: flex-start;
	-moz-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
  }
  
  .flex-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
  }
  
  .flex-bottom {
	-webkit-align-self: flex-end;
	-moz-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
  }
  
  .space-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
  }
  
  .space-around {
	-ms-flex-pack: distribute;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	justify-content: space-around;
  }
  
  .flex-column {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
  }
  
  .flex-cell {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
  }
  
  .display-table {
	display: table;
  }
  
  .light {
	color: #fff;
  }
  
  .dark {
	color: #000;
  }
  
  .relative {
	position: relative;
  }
  
  .overflow-hidden {
	overflow: hidden;
  }
  
  .overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
  }
  
  .container.fullwidth {
	width: 100%;
  }
  
  .container.no-padding {
	padding-left: 0;
	padding-right: 0;
  }
  
  .no-padding {
	padding: 0;
  }
  
  .section-bg {
	background: #f9fafc;
  }
  
  @media (max-width: 767px) {
	.no-flex-xs {
	  display: block !important;
	}
  }
  
  .row.no-margin {
	margin-left: 0;
	margin-right: 0;
  }
  
  .primary-btn {
	line-height: 40px;
	padding: 0 40px;
	border-radius: 20px;
	background: #2FC8A6;
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	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;
	cursor: pointer;
  }
  
  .primary-btn:focus {
	outline: none;
  }
  
  .primary-btn.banner-btn {
	color: #fff;
	margin-top: 60px;
  }
  
  .primary-btn span {
	margin-left: 15px;
  }
  
  .primary-btn:hover {
	background: #fff;
	color: #000;
	box-shadow: 0px 10px 20px 0px rgba(60, 64, 143, 0.2);
	border:1px solid black;
  }
  
  .section-title {
	padding-bottom: 70px;
  }
  
  .section-title h3 {
	font-weight: 300;
	font-size: 24px;
	color: #777777;
  }
  
  .section-title h3 b {
	font-weight: 300;
	color: #222222;
  }
  
  .progressBar,
  .progressBar-contentCircle {
	display: table;
	height: 150px;
	position: absolute;
	width: 150px;
  }
  
  .progressBar-circle,
  .progressBar-background {
	fill: none;
	stroke: #777777;
	stroke-width: 5;
	stroke-linecap: round;
	stroke-dasharray: 0;
	stroke-dashoffset: 0;
	position: relative;
	z-index: 10;
	-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;
  }
  
  .progressBar-background {
	stroke: #f9f9ff;
	stroke-width: 4;
	z-index: 0;
  }
  
  .progressBar-percentage {
	color: #222222;
	font-size: 24px;
	text-align: center;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	-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;
  }
  .testimonial{
    text-align: center;
}
.testimonial .description{
    font-size: 16px;
    color: #8a9aad;
    line-height: 25px;
    margin-bottom: 20px;
}
.testimonial .pic{
    width: 80px;
    height: 80px;
    position: relative;
    margin: 0 auto;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.testimonial .testimonial-title{
    font-size: 14px;
    font-weight: 800;
    color: #8a9aad;
    text-transform: capitalize;
}
.testimonial .post{
    display: inline-block;
    font-size: 12px;
    color: #8a9aad;
    text-transform:capitalize;
    margin-top: 5px;
}
.owl-theme .owl-controls{
    position: absolute;
    top: 38%;
    width: 100%;
    opacity: 1;
}
.owl-theme .owl-controls .owl-buttons div{
    width: 50px;
    height: 50px;
    line-height: 40px;
    background: transparent;
    border: 1px solid #808080;
    border-radius: 0;
}
.owl-prev{
    position: absolute;
    left: -3%;
}
.owl-next{
    position: absolute;
    right: -3%;
}
.owl-prev:after,
.owl-next:after{
    content: "\f104";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    font-size: 16px;
    color: #808080;
}
.owl-next:after{
    content: "\f105";
}
@media screen and (max-width: 767px){
    .owl-prev{ left:0; }
    .owl-next{ right:0; }
	.m-title {
		font-size: 20px !important;
		
	}
}
@media screen and (max-width: 480px){
	.owl-theme .owl-controls{ top: 48%; }
}

  /************************/
  /* structure de la page */
  /************************/
  .list {
	list-style: none;
	margin: 10px auto;
	padding: 0px;
  }
  
  .list:hover .progressBar-circle {
	stroke: #00ff8c;
  }
  
  .list:hover .progressBar-percentage {
	color: #00ff8c;
  }
  
  .list-item {
	height: 150px;
	width: 150px;
	margin-bottom: 20px;
  }
  
  .details-btn {
	border: 1px solid #00ff8c;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
  }
  
  .details-btn .details {
	visibility: hidden;
	opacity: 0;
	margin-left: -53px;
	font-weight: 600;
	text-transform: uppercase;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
  }
  
  .details-btn:hover {
	width: 140px;
	background: #fff;
	box-shadow: 0px 10px 20px 0px rgba(60, 64, 143, 0.2);
  }
  
  .details-btn:hover .details {
	margin-left: 0;
	visibility: visible;
	opacity: 1;
	margin-right: 20px;
  }
  
  .details-btn:hover span {
	color: #fff;
	font-weight: 600;
  }
  
  .default-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
  }
  
  @media (max-width: 767px) {
	.default-header nav .main-menu {
	  display: none;
	}
  }
  
  .default-header nav .main-menu a {
	display: inline-block;
	color: #fff;
	font-weight: 600;
	margin: 0 20px;
	text-transform: uppercase;
	font-size: 14px;
  }
  
  @media (max-width: 991px) {
	.default-header nav .main-menu a {
	  margin: 0 5px;
	}
  }
  
  .default-header nav .main-menu a:hover {
	color: #2FC8A6;
  }
  
  .default-header nav .mobile-btn {
	display: none;
	font-size: 36px;
	color: rgba(165, 16, 16, 0.5);
  }
  
  
  
  .sticky-header {
	padding: 15px 0;
  }
  
  .is-sticky .sticky-header {
	  background-color: #fff;
	  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.1);
	/* background: -moz-linear-gradient(left, rgba(60, 64, 143, 0.95) 0%, rgba(91, 97, 207, 0.95) 100%);
	background: -webkit-linear-gradient(left, rgba(60, 64, 143, 0.95) 0%, rgba(91, 97, 207, 0.95) 100%);
	background: linear-gradient(to right, rgba(60, 64, 143, 0.95) 0%, rgba(91, 97, 207, 0.95) 100%); */
  }
  .is-sticky .sticky-header .main-menu a{
    color: #000;
}
.is-sticky .sticky-header  a{
    color: #000;
}
.is-sticky .sticky-header .navbar-brand a{
    color: #4b4a4a !important;
}
.is-sticky .sticky-header .navbar-brand a span{
    color:#000 !important;
}
  .search {
	padding: 6px 20px;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
	cursor: pointer;
  }
  
  .search span {
	color: #fff;
  }
  
  .search:hover .search-field {
	transform: scaleY(1) !important;
  }
  
  @media (max-width: 767px) {
	.search {
	  margin-right: 60px;
	}
  }
  
  .search-field {
	transform: scaleY(0);
	-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;
	position: absolute;
	top: -13px;
	right: -2px;
  }
  
  .search-field:hover {
	transform: scaleY(1) !important;
  }
  
  .search-field input {
	line-height: 60px;
	background: #4a4fad;
	width: 600px;
	border: none;
	color: #fff;
	padding: 0 70px 0 25px;
	font-weight: 400;
  }
  
  @media (max-width: 991px) {
	.search-field input {
	  width: 400px;
	}
  }
  
  @media (max-width: 767px) {
	.search-field input {
	  width: 300px;
	}
  }
  
  @media (max-width: 575px) {
	.search-field input {
	  width: 200px;
	}
  }
  
  .search-field .search-submit {
	width: 60px;
	height: 60px;
	border: none;
	background: transparent;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
  }
  
  .search-field .search-submit span {
	color: #fff;
  }
  
  .header-social {
	margin-left: 20px;
  }
  
  @media (max-width: 767px) {
	.header-social {
	  display: none !important;
	}
  }
  
  .header-social a {
	margin: 0 5px;
	padding: 0 5px;
	display: inline-block;
	color: rgba(255, 255, 255, 0.5);
  }
  
  .header-social a:hover {
	color: #00ff8c;
  }
  
  .footer-social {
	margin-right: -5px;
  }
  
  .footer-social a {
	font-size: 18px;
	margin: 0 5px;
	padding: 0 5px;
	display: inline-block;
	color: rgba(255, 255, 255, 0.5);
  }
  
  .footer-social a:hover {
	color: #00ff8c;
  }
  .form-control {
    display: block;
    width: 100%;
    height: calc(2.8em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #20c997;
    border: 1px solid #00bc8c;
    border-radius: 0.25rem;
}
.idea-bg{
  background-color: #2FC8A6;
  padding: 20px;
}
.idea-bg h4{
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
  .banner-area {
	background: url(../img/banner.jpg) no-repeat center center/cover;
	
  }
  .mbbs-pages{
	background: url(../img/mbbs-bg.jpg) no-repeat center center/cover;
	  max-height: 100px;
  }
  .mbbs-inner-pages p{
	  color: black;
	  line-height: 30px;
  }
  .mbbs-inner-pages{
	  background-color: #fff;
  }
  .mbbs-inner-pages h2{
	  font-size: 20px;
	  color: cadetblue;
	  margin-top: 20px;
	  padding-top: 20px;
	  font-weight: 600;
	  padding-bottom: 20px;
  }
  .page-content ul li{
	  line-height: 30px;
  }
  .page-content ul {
	margin-left: 10px;
}
  .page-content h3 {
	color: rgb(24, 24, 77);
	font-size: 16px;
}
.page-content h3 span::after {
	content: ".";
}
  .page-content{
	  padding: 10px;
  }
  .sticky-offset {
    top: 85px;
}
.table-back{
	background-color: #2FC8A6;
	color: #fff;
}
.enquiry-form form{
	background: rgb(223, 221, 221);
	padding: 10px;
	
}
.enquiry-form {
	margin-top:85px;
}
.form-title{
	background-color: #2FC8A6;
	text-align: center;
	
	font-weight: 600;
}
.form-title h2{
	color: #fff !important;
  font-size: 20px;
  padding: 10px;
}
.side-nav ul li a{
color: rgb(4, 4, 94);
line-height: 30px;
font-weight: 600;
}
.side-nav ul li {
	border:1px solid rgb(233, 231, 231);
	padding: 10px;
}
.mbbs-in-usa{
float: left;   
width:45%;
padding: 10px;

}
.right-img{
	float: right;   
width:45%;
padding: 10px;
}
.side-nav ul li:before {
	content: "■";
	display: inline-block;
	font-size: 14px;
	color: #2FC8A6;
	
	padding-right: 8px;
	text-decoration: none !important; /* this should no longer be necessary */
	vertical-align: 20%;
}

  .page-content ul li:before {
    content: "■";
    display: inline-block;
    font-size: 10px;
    margin-left: -14px;
    padding-right: 8px;
    text-decoration: none !important; /* this should no longer be necessary */
    vertical-align: 20%;
}
  .banner-area .overlay-bg {
	background: -moz-linear-gradient(left, rgba(60, 64, 143, 0.95) 0%, rgba(91, 97, 207, 0.95) 100%);
	background: -webkit-linear-gradient(left, rgba(60, 64, 143, 0.95) 0%, rgba(91, 97, 207, 0.95) 100%);
  background: linear-gradient(to left, #6c757d2e 0%, #ececec 100%);

}
 .help-line img{
   margin-top: 30px;
   width:10%;
 } 
  .signle-service {
	margin-top: 30px;
  }
  
  .signle-service figcaption {
	background: #fff;
	padding: 40px 20px;
  }
  
  .signle-service figcaption h5 {
	margin-bottom: 15px;
  }
  
  .signle-service figcaption p {
	margin-bottom: 30px;
  }
  
  .title-bg {
	background: #222222;
  }
  
  .product-area-title {
	padding-bottom: 70px;
  }
  
  @media (max-width: 991px) {
	.product-area-title h2 br {
	  display: none;
	}
  }
  #exampleModal .modal-content{
	min-height: 500px !important;
	width: 70%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cb60b3+0,c146a1+50,a80077+51,db36a4+100;Pink+Gloss */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d6f9ff+0,9ee8fa+100;Blue+3D */

}
  .single-product {
	margin-top: 30px;
	background: #fff;
	border-bottom: 2px solid #00ff8c;
	padding: 70px 20px;
	-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;
  }
  
  .single-product .icon {
	text-align: center;
	margin-bottom: 20px;
  }
  
  .single-product .icon span {
	font-size: 48px;
	color: #00ff8c;
	-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;
  }
  
  .single-product .desc {
	text-align: center;
  }
  
  .single-product .desc h4 {
	margin-bottom: 10px;
	-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;
  }
  
  .single-product .desc p {
	margin-bottom: 0;
	-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;
  }
  
  .single-product:hover {
	background: #00ff8c;
  }
  
  .single-product:hover .icon span, .single-product:hover .desc h4, .single-product:hover .desc p {
	color: #fff;
  }
  
  .controls .filter {
	margin: 0 20px 10px 20px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 500;
	cursor: pointer;
  }
  
  .controls .filter:hover {
	color: #00ff8c !important;
  }
  
  .controls .filter.active {
	color: #00ff8c !important;
  }
  
  .single-filter-content {
	height: 350px;
	position: relative;
  }
  
  .single-filter-content .overlay-bg-content {
	background: -moz-linear-gradient(left, rgba(60, 64, 143, 0.95) 0%, rgba(91, 97, 207, 0.95) 100%);
	background: -webkit-linear-gradient(left, rgba(60, 64, 143, 0.95) 0%, rgba(91, 97, 207, 0.95) 100%);
	background: linear-gradient(to right, #20c997b3 0%, #00bc8c69 100%);
	text-align: center;
	padding: 50px 100px;
	opacity: 0;
	-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;
  }
  
  .single-filter-content .overlay-bg-content p {
	margin: 0;
  }
  
  .single-filter-content .overlay-bg-content .line {
	margin: 10px 0 15px 0;
	width: 100%;
	height: 1px;
	background: #00ff8c;
  }
  
  .single-filter-content:hover .overlay-bg-content {
	opacity: 1;
  }
  
  .single-filter-content.content-1 {
	background: url(../img/c1.jpg) no-repeat center center/cover;
  }
  
  .single-filter-content.content-2 {
	background: url(../img/c2.jpg) no-repeat center center/cover;
  }
  
  .single-filter-content.content-3 {
	background: url(../img/c3.jpg) no-repeat center center/cover;
  }
  
  .single-filter-content.content-4 {
	background: url(../img/c4.jpg) no-repeat center center/cover;
  }
  
  .single-filter-content.content-5 {
	background: url(../img/c5.jpg) no-repeat center center/cover;
  }
  
  .single-filter-content.content-6 {
	background: url(../img/c6.jpg) no-repeat center center/cover;
  }
  
  .single-filter-content.content-7 {
	background: url(../img/c7.jpg) no-repeat center center/cover;
  }
  
  .single-filter-content.content-8 {
	background: url(../img/c8.jpg) no-repeat center center/cover;
  }
  
  .single-member {
	margin-top: 30px;
  }
  
  .single-member .thumb {
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
	height: 300px;
  }
  
  .single-member .thumb .overlay-member {
	background: -moz-linear-gradient(left, rgba(60, 64, 143, 0.95) 0%, rgba(91, 97, 207, 0.95) 100%);
	background: -webkit-linear-gradient(left, rgba(60, 64, 143, 0.95) 0%, rgba(91, 97, 207, 0.95) 100%);
	background: linear-gradient(to right, rgba(60, 64, 143, 0.95) 0%, rgba(91, 97, 207, 0.95) 100%);
	text-align: center;
	padding: 30px;
	opacity: 0;
	-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;
  }
  
  .single-member .thumb .overlay-member p {
	margin: 0;
	font-size: 12px;
  }
  
  .single-member .thumb .overlay-member .line {
	margin: 20px 0 20px 0;
	width: 100%;
	height: 1px;
	background: #00ff8c;
  }
  
  .single-member .thumb .overlay-member .social a {
	color: rgba(255, 255, 255, 0.5);
	margin: 0 4px;
	padding: 2px;
  }
  
  .single-member .thumb .overlay-member .social a:hover {
	color: #00ff8c;
  }
  
  .single-member .thumb:hover .overlay-member {
	opacity: 1;
  }
  
  .single-member .desc {
	padding: 30px;
  }
  
  .single-member .desc h5 a {
	color: #222222;
  }
  
  .single-member .desc h5 a:hover {
	color: #00ff8c;
  }
  
  .single-member .desc p {
	margin: 0;
  }
  
  .studio-area {
	position: relative;
  }
  
  .studio-area .container {
	position: relative;
	z-index: 3;
  }
  
  .studio-area:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: #fff;
  color: #000;
	z-index: 2;
  }
  .studio-area-1 {
    position: relative;
    }
    
    .studio-area-1 .container {
    position: relative;
    z-index: 3;
    }
    .studio-area-1:before {
      position: absolute;
      content: "";
      left: 0;
      top: 0;
      width: 50%;
      height: 100%;
      background: url(../img/studio-bg.jpg) no-repeat center center/cover;
      z-index: 1;
      }
    .studio-area-1:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #fff;
    color: #000;
    z-index: 2;
    }
  
  @media (max-width: 991px) {
	.studio-area:before {
	  background: #2fc8a6a6;
	  width: 100%;
	}
  .text-dark {
    color: #fff !important;
}
  }
  
  .studio-area:after {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: url(../img/studio-bg.jpg) no-repeat center center/cover;
	z-index: 1;
  }
  
  
    
  @media (max-width: 991px) {
	.studio-area:after {
	  width: 100%;
	}
  }
  
  .single-pricing-table {
	margin-top: 30px;
  }
  
  .single-pricing-table .top {
	background-image: -moz-linear-gradient(0deg, #3c408f 0%, #5b61cf 100%);
	background-image: -webkit-linear-gradient(0deg, #3c408f 0%, #5b61cf 100%);
	background-image: -ms-linear-gradient(0deg, #3c408f 0%, #5b61cf 100%);
  }
  
  .single-pricing-table .top .head {
	padding: 35px 20px;
  }
  
  .single-pricing-table .top .head span {
	font-size: 48px;
	color: #00ff8c;
  }
  
  .single-pricing-table .top .head h5 {
	margin-top: 20px;
  }
  
  .single-pricing-table .top .package {
	padding: 30px 20px;
	background: rgba(0, 0, 0, 0.1);
  }
  
  .single-pricing-table .top .package .price {
	color: #00ff8c;
	font-size: 36px;
	margin-bottom: 10px;
	line-height: 1em;
  }
  
  .single-pricing-table .bottom {
	background: #f9f9ff;
	padding: 35px 20px 50px 20px;
  }
  
  .single-pricing-table .bottom ul {
	margin-bottom: 50px;
  }
  
  .single-pricing-table .bottom ul li {
	margin-top: 15px;
  }
  
  .active-testimonial-carousel .single-testimonial {
	padding: 40px 20px;
	background: #fff;
	text-align: center;
  }
  
  .active-testimonial-carousel .single-testimonial img {
	display: inline-block !important;
	width: auto !important;
	margin-bottom: 30px;
  }
  
  .active-testimonial-carousel .single-testimonial .author h6 a {
	color: #222222;
  }
  
  .active-testimonial-carousel .single-testimonial .author h6 a:hover {
	color: #00ff8c;
  }
  
  .active-testimonial-carousel .owl-dots {
	padding-top: 70px;
	margin-left: -5px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
  }
  
  .active-testimonial-carousel .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #eeeeee;
	display: inline-block;
	margin-left: 10px;
  }
  
  .active-testimonial-carousel .owl-dots .owl-dot.active {
	background: #777777;
  }
  
  .single-publish {
	margin-top: 30px;
  }
  
  .single-publish .top {
	padding-top: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
  }
  
  .single-publish .top .line {
	display: inline-block;
	margin: 0 10px;
  }
  
  .single-publish .top h6 a {
	color: #222222;
  }
  
  .single-input input {
	width: 100%;
	line-height: 40px;
	padding: 0 20px;
	background: #fff;
	border: none;
  }
  
  .single-input input:focus {
	outline: none;
	border: 1px solid transparent;
	box-shadow: 0px 10px 20px 0px rgba(60, 64, 143, 0.2);
  }
  
  .single-input textarea {
	width: 100%;
	line-height: 50px;
	padding: 0 20px;
	height: 140px;
	resize: none;
	border: none;
	background: #fff;
	border: none;
  }
  
  .single-input textarea:focus {
	outline: none;
	border: 1px solid transparent;
	box-shadow: 0px 10px 20px 0px rgba(60, 64, 143, 0.2);
  }
  
  .cta-area {
	background: #3d4191;
	padding: 60px 0;
  }
  .navbar-bran img{
    width:100px;
  }
  
  .banner-content h1{
    /* background: #00bc8c; */
    width: 100%; 
    text-shadow: 1px 1px 1px #3f51b5;
    font-size: 24px;
    
  }
  .banner-content h1 span{
    background: rgba(53, 52, 52, 0.24);
    padding: 5px;
  }
  .banner-content p{
    color: #000;
    font-weight: 600;
  }
  .vertical-tab{
    font-family: 'Lato', sans-serif;
    display: table;
}
.vertical-tab .nav-tabs{
    display: table-cell;
    width: 28%;
    min-width: 28%;
    vertical-align: top;
    border: none;
}
.vertical-tab .nav-tabs li{
   float: none;
   vertical-align: top;
}
.vertical-tab .nav-tabs li a{
    color: #555;
    background: #fff;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    padding: 13px 10px 10px;
    margin: 0 9px 9px 0;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid rgba(0,0,0,0.15);
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0.1s;
}
.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a,
.vertical-tab .nav-tabs li.active a:hover{
    color: #1e3799;
    background: #fff;
    border: none;
    border-bottom: 2px solid rgba(0,0,0,0.15);
    border-radius: 10px 0 0 0;
}
.vertical-tab .nav-tabs li a:before,
.vertical-tab .nav-tabs li a:after{
    content: '';
    background: #1e3799;
    height: 100%;
    width: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.vertical-tab .nav-tabs li a:after{
    opacity: 0;
    left: auto;
    right: 25px;
    transition: all 0.3s ease-in 0.2s;
}
.vertical-tab .nav-tabs li a:hover:before,
.vertical-tab .nav-tabs li.active a:before,
.vertical-tab .nav-tabs li.active a:hover:before{
    width: 50%;
    opacity: 0;
}
.vertical-tab .nav-tabs li a:hover:after,
.vertical-tab .nav-tabs li.active a:after,
.vertical-tab .nav-tabs li.active a:hover:after{
    opacity: 1;
    right: 0
}
.vertical-tab .tab-content{
    color: #555;
    background: #fff;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 25px;
    padding: 20px 20px 10px;
    margin-top: 10px;
    border-right: 3px solid #1e3799;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    display: table-cell;
    position: relative;
}
.vertical-tab .tab-content h3{
    color: #1e3799;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 7px 0;
}
@media only screen and (max-width: 479px){
    .vertical-tab .nav-tabs{
        width: 100%;
        display: block;
        border: none;
    }
    .vertical-tab .nav-tabs li a{ margin: 0 0 10px; }
    .vertical-tab .tab-content{
        padding: 25px 20px;
        display: block;
    }
    .vertical-tab .tab-content h3{ font-size: 18px; }
}
.tabs .actvive p{
  color: red !important;
}
  @media (max-width: 767px) {
	.cta-area .primary-btn {
	  margin-top: 10px;
	}
  .navbar-bran img{
    width:55px;
    margin-top: -10px;
  }
  .banner-content h1{
    /* background: #00bc8c; */
    width: 100%; 
    margin-top: 50px;
    font-size: 25px;
  }
  .help-line img{
    width:43%;
  }
	#exampleModal .modal-content{
		min-height: 500px !important;
		width: 100%;
	}
  }
  
  footer {
	background: #000;
  }
  footer p{
	  color: #fff;
  }
  footer a{
	color: #fff;
}
  footer .footer-nav {
	margin-top: -7px;
  }
  
  footer .footer-nav li {
	margin-top: 8px;
  }
  
  footer .footer-nav li a:hover {
	color: #00ff8c;
  }
  
  .subscription input {
	width: 100%;
	line-height: 40px;
	border: 1px solid #333333;
	padding: 0 50px 0 25px;
	background: transparent;
	color: #fff;
	font-weight: 300;
  }
  
  .subscription .newsletter-btn {
	width: 42px;
	height: 40px;
	line-height: 42px;
	text-align: center;
	background: transparent;
	color: #fff;
	position: absolute;
	top: 1px;
	right: 0;
	border: 1px solid #00ff8c;
	-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;
	cursor: pointer;
  }
  
  .subscription .newsletter-btn:focus {
	outline: none;
	cursor: pointer;
  }
  
  .subscription .newsletter-btn:hover {
	background: #00ff8c;
  }
  
  .subscription .info {
	position: absolute;
	top: 50px;
	left: 0;
	color: #fff;
	font-size: 12px;
  }
  
  .subscription .info.valid {
	color: #00ff8c;
  }
  
  .subscription .info.error {
	color: red;
  }
  
  .instafeed {
	margin: -5px;
  }
  
  .instafeed li {
	width: 25%;
  }
  
  .instafeed li img {
	margin: 5px;
  }
  
  .single-footer-widget {
	margin-bottom: 30px;
  }
  
  .footer-bottom {
	padding-top: 40px;
	border-top: 1px solid #eee;
  }
  
  .footer-bottom .footer-text a:hover {
	color: #00ff8c;
  }

  .action-float {
	position: fixed;
	bottom: 50px;
	right: 50px;
	width: 50px;
	height: 50px;
	background: #2FC8A6;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.1);
  }
  
  .action-float span {
	position: relative;
	width: 100%;
	height: 100;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 2em;
	transition: 0.3s ease-in-out;
  }
  
  .action-float.active span {
	  margin-top: 10px;
	transform: rotate(180deg);
  }
  
  .action-float ul {
	position: absolute;
	bottom: 55px;
	right: 10px;
	background: #fff;
	min-width: 270px;
	padding: 20px;
	border-radius: 5px;
	border: 5px solid #2FC8A6;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
	color: white;
  }
  .action-float ul h3{
	  background-color:#2FC8A6;
	  text-align: center;
	  font-size: 18px;
	  color: #fff;
	  font-weight: 600;
	  padding: 5px;

  }
  .action-float ul p a{
	  color: #404598 !important;
	  font-weight: 600;
  }
  .action-float ul i{
	  color: #0bd648;
  }
  .action-float.active ul {
	bottom: 65px;
	opacity: 1;
	visibility: visible;
	transition: 0.3s;
  }
  
  .action-float.active ul li {
	list-style: none;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 10px 0;
	transition: 0.3s;
  }
  
  .action-float ul li:hover {
	font-weight: 600;
  }
  
  .action-float ul li:not(:last-child) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1); /*important shit for other UI*/
  }
  
  .action-float ul li i {
	margin-right: 10px;
	opacity: 0.6;
  }
  
  .action-float ul li:hover i {
	opacity: 0.9;
  }
  
  .action ul li a.fb-icon {
	color: #0062e0;
  }
  
  .action ul li a.tw-icon {
	color: #00acee;
  }
  
  .action ul li a.ig-icon {
	color: #eb28a0;
  }
  
  .action ul li a.pin-icon {
	color: #eb2828;
  }
  
  .action ul li a.in-icon {
	color: #0e76a8;
  }
  
  .navbar-brand a span{
	color:#000 !important;
	font-size: 20px;
	font-weight: 600;
  text-shadow: 2px 2px 4px rgba(204, 197, 197, 0.1);
}
.navbar-brand a {
	color:#4b4a4a  !important;
	font-size: 40px;
	font-weight: 600;
  text-shadow: 2px 2px 4px rgba(231, 227, 227, 0.1);
}
.contact-bg {
	background: url(../img/contact-bg.jpg) no-repeat center center/cover fixed;
  }
  
  .contact-bg .overlay-bg {
	background: -moz-linear-gradient(left, rgba(60, 64, 143, 0.95) 0%, rgba(91, 97, 207, 0.95) 100%);
	background: -webkit-linear-gradient(left, rgba(60, 64, 143, 0.95) 0%, rgba(91, 97, 207, 0.95) 100%);
	background: linear-gradient(to left, #6c757d2e 0%, rgba(91, 97, 207, 0.95) 100%);
  }
  
  
.customcheck {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.customcheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.customcheck:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.customcheck input:checked ~ .checkmark {
    background-color: #02cf32;
    border-radius: 5px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.customcheck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.customcheck .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form-section {
  position: absolute;
  padding-left: 15px;
  border-left: 2px solid #FF851B;
  visibility:hidden;
  opacity:0;
  transition: opacity 1.75s ;
  -moz-transition: opacity 1.75s ;
  -webkit-transition: opacity 1.75s ;
}
.form-section.current {
position: relative;
visibility:visible;
opacity:1;
transition: opacity 1.75s ease-in-out;
-moz-transition: opacity 1.75s ease-in-out;
-webkit-transition: opacity 1.75s ease-in-out;
}
.btn-info, .btn-default {
  margin-top: 10px;
}
html.codepen body {
  margin: 1em;
}
.form-navigation{
 transition: all 1.75s ease-in-out;
   -moz-transition: all 1.75s ease-in-out;
   -webkit-transition: all 1.75s ease-in-out; 
}


.modal-body a span{
	font-size: 30px;
	font-weight: 600;
}

.intl-tel-input {
  display: table-cell;
}
.intl-tel-input .selected-flag {
  z-index: 4;
}
.intl-tel-input .country-list {
  z-index: 5;
}
.input-group .intl-tel-input .form-control {
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
}
.modal.modal-fullscreen .modal-dialog {
	width: 100vw;
	height: 100vh;
	margin: 0;
	padding: 0;
	max-width: none; 
  }
  
  .modal.modal-fullscreen .modal-content {
	height: auto;
	height: 100vh;
	background-color: #fff;
	border-radius: 0;
	border: none; 
  }
  
  .modal.modal-fullscreen .modal-body {
	overflow-y: auto; 
	
  }
  .m-title{
	  font-size: 30px;
	  color: #fff;
	  font-weight: 600;
	  padding-bottom: 2em;
	  padding-top: 1em;
  }
  .form-modal-close{
    float: right;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}
 

  /* .formModal{
	
	margin-top      : 10%;
  } */

  .navbar .dropdown-menu div[class*="col"] {
	margin-bottom:1rem;
 }
 
 .navbar .dropdown-menu {
   border:none;
   background: linear-gradient(to right, rgba(60, 64, 143, 0.95) 0%, rgba(91, 97, 207, 0.95) 100%);
	
   background: url(../images/navbar.jpg) no-repeat center center/cover;

   /* background-color:#fff !important; */
   color: #000;
 
 }
 .navbar .dropdown-menu a{
	
	color: #000;
	font-weight: 600;
  
  }
  
 /* breakpoint and up - mega dropdown styles */
 @media screen and (min-width: 992px) {
   
   /* remove the padding from the navbar so the dropdown hover state is not broken */
 .navbar {
   padding-top:0px;
   padding-bottom:0px;
 }
 
 /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
 .navbar .nav-item {
   padding:.5rem .5rem;
   margin:0 .25rem;
 }
 
 /* makes the dropdown full width  */
 .navbar .dropdown {position:static;}
 
 .navbar .dropdown-menu {
   width:100%;
   left:0;
   right:0;
 /*  height of nav-item  */
   top:66px;
   
   display:block;
   visibility: hidden;
   opacity: 0;
   transition: visibility 0s, opacity 0.3s linear;
   
 }
   
  
   /* shows the dropdown menu on hover */
 .navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
   display:block;
   visibility: visible;
   opacity: 1;
   transition: visibility 0s, opacity 0.3s linear;
 }
   
   .navbar .dropdown-menu {
	 border: 1px solid rgba(0,0,0,.15);
	 background-color: #fff;
   }
 
 }

 .navbar a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
    color: #fff;
}
@media screen and (max-width: 767px){
    
	.m-title {
		font-size: 20px !important;
		
	}
	.formModal{
	
		margin-top : 25%;
	  }
	  .navbar-nav{
		background-color: #2FC8A6;
		color: #000;
		
	}
	.navbar-nav a{
		
		color: #fff !important;
	}
	.navbar ul li{
		margin-left: 10px;
	}
	  
}

.serviceBox{
  padding: 25px 30px;
  text-align: center;
  background: #fff;
  min-height: 400px;
  border-top: 3px solid #2FC8A6;
  border-bottom: 3px solid #2FC8A6;
  position: relative;
}
.serviceBox:before{
  content: "";
  border-top: 0 solid #2FC8A6;
  border-right: 0 solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
.serviceBox:hover:before{
  border-top-width: 78px;
  border-right-width: 78px;
}
.serviceBox:after{
  content: "";
  border-bottom: 0 solid #2FC8A6;
  border-left: 0 solid transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
.serviceBox:hover:after{
  border-bottom-width: 78px;
  border-left-width: 78px;
}
.serviceBox .service-icon{
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 20px;
  border: 2px solid #2FC8A6;
  background: #000;
  font-size: 40px;
  color: #2FC8A6;
  margin-bottom: 20px;
  position: relative;
}
.serviceBox .title{
  font-size: 20px;
  font-weight: 700;
  color: #2FC8A6;
  letter-spacing: 1px;
  margin: 0 0 12px 0;
  text-transform: uppercase;
  position: relative;
  transition: all 0.3s ease 0s;
}
.serviceBox:hover .title{ letter-spacing: 3px; }
.serviceBox .description{
  font-size: 15px;
  color: #000;
  letter-spacing: 1px;
  line-height: 27px;
  margin: 0;
}
@media only screen and (max-width:990px){
  .serviceBox{ margin-bottom: 30px; }
}

#accordion .panel{
  border: none;
  border-radius: 5px;
  box-shadow: none;
  margin-bottom: 5px;
}
#accordion .panel-heading{
  padding: 0;
  border: none;
  border-radius: 5px 5px 0 0;
}
#accordion .panel-title a{
  display: block;
  padding: 20px 30px;
  background: #fff;
  font-size: 17px;
  font-weight: bold;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #ea526f;
  border-radius: 5px 5px 0 0;
  position: relative;
}
#accordion .panel-title a.collapsed{
  border-color: #e0e0e0;
  border-radius: 5px;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before,
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after{
  content: "\f103";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  background: #ea526f;
  font-size: 20px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 15px;
  right: 30px;
  opacity: 1;
  transform: scale(1);
  transition: all 0.3s ease 0s;
}
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after{
  content: "\f101";
  background: transparent;
  color: #000;
  opacity: 0;
  transform: scale(0);
}
#accordion .panel-title a.collapsed:before{
  opacity: 0;
  transform: scale(0);
}
#accordion .panel-title a.collapsed:after{
  opacity: 1;
  transform: scale(1);
}
#accordion .panel-body{
  padding: 20px 30px;
  background: #43e6d0;
  border-top: none;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 1px;
  border-radius: 0 0 5px 5px;
}


.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    -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;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  /* border-bottom: 1px solid #dee2e6; */
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; 
   color: #000;
  }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

    .heading{
      color:#048a68;
      text-transform: uppercase;
    }
    .subheading{
      color:rgb(97, 95, 95);
    }
.modal-header{
  color:#000;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
 
}