/*=== MEDIA QUERY ===*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Roboto:300,400,500,700");
html {
  font-size: 16px;
}

body {
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  color: #f49320;
  font-weight: 600;
}

h1 {
  font-size: 2.8rem;
}

h2 {
  font-size: 2.2rem;
}

h3 {
  font-size: 2.25rem;
}

h4 {
  font-size: 1.6875rem;
}

h5 {
  font-size: 1.375rem;
}

h6 {
  font-size: 1.25rem;
}

p, a, li, blockquote, label {
  font-size: 1rem;
  line-height: 26px;
  color:#3a3a3a;
  margin-bottom: 0;
}

.form-control::-webkit-input-placeholder {
  color: #b3b3b3;
  font-size: 0.9375rem;
}

ul.social-links {
  margin-bottom: 0;
}

ul.social-links li:first-child a {
  padding-left: 0;
}

ul.social-links li a {
  padding: 0 15px;
  display: block;
}

ul.social-links li a i {
  font-size: 20px;
  color: #222222;
}

.shadow, .speakers.white .speaker-item:hover, .schedule.two .schedule-contents, .sponsors .block .image-block:hover, ul.pagination li a:hover, ul.pagination li a:focus, ul.pagination .active a, .news-hr .news-post-hr:hover, .testimonial .testimonial-item .comment:hover {
  box-shadow: 0px 0px 30px 0px rgba(11, 29, 66, 0.15);
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.overlay:before {
  content: '';
  background: url(../images/background/objects.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.overlay:after {
  content: '';
  background: -webkit-linear-gradient(-45deg, #1e5799 0%, #1d1546 0%, #1a0b25 100%, #207cca 100%);
  opacity: .25;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.overlay-lighter:before {
  content: '';
  background: -webkit-linear-gradient(-45deg, #1e5799 0%, #1d1546 0%, #1a0b25 100%, #207cca 100%);
  opacity: .20;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.text-overlay:after {
  content: 'CONFERENCE';
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 215px;
  width: 100%;
  height: 300px;
  background-position: center center;
  position: absolute;
  top: 40%;
  left: 50%;
  opacity: .05;
  transform: translateX(-50%);
}


.address-list{
	list-style:none;
}

.pad-left{
	padding-left: 10px;
}

@media (max-width: 767px) {
  .text-overlay:after {
    font-size: 100px;
  }
}

@media (max-width: 575px) {
  .text-overlay:after {
    font-size: 70px;
  }
}

.overlay-primary:before {
  content: '';
  background: rgba(255, 102, 0, 0.93);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.overlay-dark:before {
  content: '';
  background: -webkit-linear-gradient(-45deg, #f49320 0%, #f49320 0%, #541d26 100%, #f49320 100%);
  opacity: .75;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.overlay-darks:before {
  content: '';
  background: -webkit-linear-gradient(-45deg, #1e5799 0%, #1d1546 0%, #1a0b25 100%, #207cca 100%);
  opacity: .75;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


.overlay-white:before {
  content: '';
  background: linear-gradient(0deg, rgba(245, 245, 248, 0.8) 0%, #f7f7f7 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.overlay-white-slant:before {
  content: '';
  width: 100%;
  margin-left: -45%;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: skewX(-20deg);
}

@media (max-width: 767px) {
  .overlay-white-slant:before {
    content: none;
  }
}

span.alternate {
  color: #013979;
  /* font-style: italic; */
  font-weight: bold;
}

span.alternates {
  color: #ffffff;
  /* font-style: italic; */
  font-weight: bold;
  
}

a {
  transition: 0.2s ease;
}

a:focus, a:hover {
  color: #ff6600;
  text-decoration: none;
}

button:hover {
  cursor: pointer;
}

.bg-gray {
  background: #fafafa;
}

.bg-blue {
  background: #ff6600;
}

.bg-banner-one {
  background: url(../images/background/homepage-one-banner.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-banner-two {
  background: url(../images/background/banner-bg-two.jpg) no-repeat;
  background-size: cover;
  background-position: right center;
}

@media (max-width: 767px) {
  .bg-banner-two {
    background-position: center center;
  }
}

.bg-about {
  background: url(../images/background/pattern-background.jpg) no-repeat;
  background-size: cover;
}

.bg-speaker {
  background: url(../images/background/spaeker-background.jpg) fixed no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-timer {
  background: url(../images/background/timer-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-schedule {
  background: url(../images/background/schedule-bg.png) no-repeat;
  background-size: cover;
}

.bg-service {
  background: url(../images/background/feature-background.jpg) no-repeat;
  background-size: cover;
}

.bg-registration {
  background: url(../images/background/registration-background.jpg) no-repeat;
  background-size: cover;
}

.bg-registration-two {
  background: url(../images/background/bg-registration-two.jpg) no-repeat;
  background-size: cover;
}

.bg-ticket {
  background: url(../images/background/cta-ticket-bg.jpg) fixed no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-sponsors {
  background: url(../images/background/sponsors-bg.jpg) fixed no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-subscribe {
  background: url(../images/background/newsletter-bg.jpg) fixed no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-title {
  background: url(../images/background/page-title-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.section {
  padding: 90px 0;
}

.border-less {
  /* border-bottom: 1px solid #e5e5e5; */
}

.section-title {
  margin-top: 45px;
    text-align: center;
    margin-bottom: 10px;
}

.section-titles {
  margin-top: 30px;
  text-align: center;
  margin-bottom: 25px;
}

.section-title p{
	    font-size: 14px;
}

.section-title h3 {
  margin-bottom: 0px;
}

.section-title.white h3, .section-title.white p {
  color: #fff;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}
.pb-20{
padding-bottom: 20px;
}
.mb-120{
	margin-bottom: 120px;
}
.plan-bg{
background: #ffffffeb;
    padding: 10px;
	    padding-top: 25px;
		margin-bottom: 31px;
}
.page-title {
  text-align: center;
}

.video {
  position: relative;
}

.video:before {
  border-radius: 3px;
}

.video img {
  width: 100%;
  border-radius: 8px;
}

.video .video-button {
  position: absolute;
  left: 0;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.video .video-box a {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.video .video-box a i {
  height: 125px;
  width: 125px;
  font-size: 40px;
  background: #ff6600;
  border-radius: 100%;
  color: #fff;
  line-height: 125px;
  text-align: center;
}

.video .video-box a iframe {
  width: 100%;
  height: 100%;
}

.form-control.main {
  background: transparent;
    border: 1px solid #b3b3b3;
    border-radius: 0;
    font-size: 0.9375rem;
    padding: 10px 16px;
    margin-bottom: 10px;
    color: #b3b3b3;
}

.form-control.main:focus {
  border: 1px solid #ff6600;
}

.form-control.white {
  background: #fff;
  color: #222222;
}

select.form-control:not([size]):not([multiple]) {
  height: 100%;
}

.left {
  overflow: hidden;
}

.left img {
  margin-left: -40px;
}

@media (max-width: 767px) {
  .left img {
    margin-left: 0;
    margin-bottom: 30px;
  }
}

.right {
  overflow: hidden;
}

.right img {
  margin-left: 40px;
}

@media (max-width: 767px) {
  .right img {
    margin-left: 0;
  }
}

.hide-overflow {
  overflow: hidden;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.border-top {
  border-top: 1px solid;
}

.btn {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  transition: all .3s ease;
}

.btn-main {
  padding: 25px 45px;
  border-radius: 3px;
  background: #ff6600;
  color: #fff;
  outline: none;
}

.btn-main:hover {
  color: #fff;
}

.btn-main:focus {
  color: #fff;
  box-shadow: none;
}

.btn-main-md {
  padding: 15px 40px;
  border-radius: 0;
  background: #541d26de;
  color: #fff;
  outline: none;
  font-size: 0.9375rem;
}

.btn-main-md:hover {
  color: #fff;
  background: #e65c00;
}

.btn-main-md:focus {
  color: #fff;
  box-shadow: none;
}

.btn-transparent-md {
  padding: 15px 40px;
  background: transparent;
  outline: none;
  font-size: 0.9375rem;
  color: #222222;
  border: 1px solid #e5e5e5;
  border-radius: 0;
}

.btn-transparent-md:hover {
  background: #ff6600;
  border-color: #ff6600;
  color: #fff;
}

.btn-main-sm {
  padding: 15px 35px;
  border-radius: 3px;
  background: #ff6600;
  color: #fff;
  outline: none;
  font-size: 14px;
}

.btn-main-sm:hover {
  color: #fff;
}

.btn-main-sm:focus {
  color: #fff;
  box-shadow: none;
}

.btn-white-md {
  background: #fff;
  color: #222222;
  padding: 15px 40px;
  border-radius: 0;
}

.btn-white-md:hover {
  background: #ff6600;
  color: #fff;
}

.btn-rounded-icon {
  border-radius: 100px;
  color: #fff;
  border: 1px solid #fff;
  padding: 13px 50px;
}

.main-nav {
  background: #fff;
  border-top: 8px solid #013979;
}

@media (max-width: 767px) {
  .main-nav {
    position: relative;
  }
}

.main-nav .navbar-brand {
  padding: 10px 10px 10px 40px;
  /* border-right: 1px solid #e5e5e5; */
}

@media (max-width: 1200px) {
  .main-nav .navbar-brand {
    padding: 20px 30px;
  }
}

@media (max-width: 767px) {
  .main-nav .navbar-brand {
    border-right: none;
  }
}

.main-nav .navbar-nav .nav-item {
  position: relative;
  font-family: "Roboto", sans-serif;
}

.main-nav .navbar-nav .nav-item .nav-link {
  position: relative;
  text-align: center;
  color: #737373;
  padding-left: 5px;
  font-weight: 600;
  padding-right: 6px;
  font-size: 0.9rem;
  font-family: sans-serif;
}

@media (max-width: 1352px) {
  .main-nav .navbar-nav .nav-item .nav-link {
    font-size: 0.75rem;
    padding-left: 5px;
    padding-right: 10px;
  }
}

.main-nav .navbar-nav .nav-item .nav-link span {
  color: #222222;
  margin-left: 20px;
}

@media (max-width: 1024px) {
  .main-nav .navbar-nav .nav-item .nav-link span {
    margin-left: 10px;
  }
}

.main-nav .navbar-nav .nav-item.active .nav-link {
  color: #ff6600;
}

.main-nav .dropdown-slide {
  position: static;
}

.main-nav .dropdown-slide .open > a, .main-nav .dropdown-slide .open > a:focus, .main-nav .dropdown-slide .open > a:hover {
  background: transparent;
}

.main-nav .dropdown-slide.full-width .dropdown-menu {
  left: 0 !important;
  right: 0 !important;
}

.main-nav .dropdown-slide:hover .dropdown-menu {
  border-top: 3px solid #ff6600;
  display: none;
  opacity: 1;
  display: block;
  transform: translate(0px, 0px);
  opacity: 1;
  visibility: visible;
  color: #777;
  transform: translateY(0px);
}

.main-nav .dropdown-slide .dropdown-menu {
  min-width: 220px;
  margin-top: 0;
  border-radius: 0;
  opacity: 1;
  visibility: visible;
  position: absolute;
  padding: 5px 15px;
  border: 1px solid #ebebeb;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: .3s all;
  position: absolute;
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translateY(30px);
  transition: visibility 0.2s, opacity 0.2s, transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
}

.main-nav .dropdown-slide .dropdown-menu .dropdown-item {
  font-size: 15px;
  padding: 10px 0;
  transition: .3s ease;
}

.main-nav .dropdown-slide .dropdown-menu .dropdown-item:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

.main-nav .dropdown-slide .dropdown-menu .dropdown-item:hover {
  background: #fff;
  color: #ff6600;
}

@media (max-width: 991px) {
  .main-nav .dropdown-slide .dropdown-menu {
    transform: none;
    left: auto;
    position: relative;
    text-align: center;
    opacity: 1;
    visibility: visible;
  }
}

.main-nav .ticket {
  background:#fbfbfb;
  display: block;
  padding: 34px 15px;
}

@media (max-width: 1200px) {
  .main-nav .ticket {
    padding: 23px 14px;
  }
}

@media (max-width: 991px) {
  .main-nav .ticket {
    text-align: center;
  }
}

.main-nav .ticket img {
  margin-right: 10px;
}

@media (max-width: 1200px) {
  .main-nav .ticket img {
    display: none;
  }
}

.main-nav .ticket span {
  color: #ff6c0b;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  border-left: 1px solid #e6e6e6;
  padding-left: 8px;
  font-weight: bold;
}

@media (max-width: 1200px) {
  .main-nav .ticket span {
    padding-left: 0;
    font-size: 1rem;
    border-left: none;
  }
}

.navbar-toggler:focus, .navbar-toggler:hover {
  outline: none;
}

.page-title {
  position: relative;
  padding: 165px 0 65px;
}

.page-title h3, .page-title li, .page-title a {
  color: #fff;
}

.page-title .title h3 {
  font-weight: 500;
  text-transform: uppercase;
}

.page-title .breadcrumb {
  background: transparent;
}

.page-title .breadcrumb .breadcrumb-item {
  float: none;
  display: inline-block;
  text-transform: uppercase;
}

.page-title .breadcrumb .breadcrumb-item.active {
  color: #fff;
}

.page-title .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\f105";
  font-family: FontAwesome;
  color: #fff;
}

.footer-main {
  background: #ffffff;
  padding: 30px 0;
}

@media (max-width: 767px) {
  .footer-main {
    padding: 50px 0;
  }
}

.footer-main .block img {
  margin-bottom: 10px;
}

.footer-main .block ul.social-links-footer {
  margin-bottom: 0;
}

.footer-main .block ul.social-links-footer .list-inline-item:not(:last-child) {
  margin-right: 5px;
}

@media (max-width: 575px) {
  .footer-main .block ul.social-links-footer .list-inline-item:not(:last-child) {
    margin-right: 5px;
  }
}

.footer-main .block ul.social-links-footer li a {
  display: block;
  height: 30px;
  width: 30px;
  text-align: center;
      color: #fff;
  background: #2180cc;
}

.footer-main .block ul.social-links-footer li a i {
  line-height: 30px;
}

.footer-main .block ul.social-links-footer li a:hover {
  background: #ff6600;
}

.footer-main .block ul.social-links-footer li a:hover i {
  color: #fff;
}

.subfooter {
  background: #f1f1f1;
  padding: 0px 0;
}

.subfooter .copyright-text p {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
}

.subfooter .copyright-text p a {
  color: #3a3a3a;
    font-weight: bold;
    font-size: 13px;
}


@media (max-width: 767px) {
  .subfooter .copyright-text {
    text-align: center;
  }
}

.subfooter .to-top {
  display: block;
  height: 45px;
  width: 45px;
  text-align: center;
  background: #ff6600;
  float: right;
}

.subfooter .to-top i {
  font-size: 1.5rem;
  color: #fff;
  line-height: 45px;
}

@media (max-width: 767px) {
  .subfooter .to-top {
    float: none;
    margin: auto;
    margin-top: 30px;
  }
}

.cta-ticket {
  position: relative;
}

.cta-ticket .content-block {
  padding: 100px 0;
  
}

.cta-ticket .content-block h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 55px;
  margin-bottom: 15px;
}

.cta-ticket .content-block p {
  color: #e6e6e6;
  margin-bottom: 45px;
}

.cta-ticket .image-block {
  position: absolute;
  right: 5%;
  bottom: 0;
}

@media (max-width: 767px) {
  .cta-ticket .image-block {
    display: none;
  }
}

.cta-subscribe {
  position: relative;
}

.cta-subscribe .content {
  padding: 70px 0;
}

.cta-subscribe .content h3, .cta-subscribe .content p {
  color: #fff;
}

.cta-subscribe .content h3 {
  font-weight: 500;
}

.cta-subscribe .content p {
  font-size: 0.9375rem;
}

.cta-subscribe .subscribe-button button {
  cursor: pointer;
}

@media (max-width: 767px) {
  .cta-subscribe .subscribe-button {
    margin-bottom: 30px;
  }
}

.banner {
  padding: 250px 0 150px;
  position: relative;
}

@media (max-width: 1024px) {
  .banner {
    padding: 100px 0;
  }
}

.banner .block {
  position: relative;
  z-index: 10;
}

.banner .block .timer .syotimer-cell {
  margin-right: 25px;
  margin-bottom: 33px;
  display: inline-block;
}

@media (max-width: 575px) {
  .banner .block .timer .syotimer-cell {
    margin-right: 10px;
    margin-bottom: 20px;
  }
}

.banner .block .timer .syotimer-cell .syotimer-cell__value {
  min-width: 80px;
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  line-height: 77px;
  text-align: center;
  position: relative;
  font-weight: bold;
  color: #fff;
  border: 2px solid #7c7491;
  margin-bottom: 8px;
  border-radius: 100%;
  box-shadow: 3.5px 6.062px 0px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 575px) {
  .banner .block .timer .syotimer-cell .syotimer-cell__value {
    font-size: 30px;
  }
}

@media (max-width: 400px) {
  .banner .block .timer .syotimer-cell .syotimer-cell__value {
    min-width: 65px;
    line-height: 61px;
    font-size: 25px;
  }
}

.banner .block .timer .syotimer-cell .syotimer-cell__unit {
  text-align: center;
  font-size: 1rem;
  text-transform: lowercase;
  font-weight: normal;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

.banner .block h1 {
  text-transform: uppercase;
  font-size: 5.5rem;
  color: #ff6600;
  font-weight: 500;
  margin-bottom: 5px;
  text-shadow: 3.5px 6.062px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .banner .block h1 {
    font-size: 4rem;
  }
}

@media (max-width: 400px) {
  .banner .block h1 {
    font-size: 3rem;
  }
}

.banner .block h2 {
  text-transform: uppercase;
  font-size: 4.625rem;
  color: #fff;
  font-weight: 400;
  text-shadow: 3.5px 6.062px 0px rgba(0, 0, 0, 0.1);
  font-style: italic;
}

@media (max-width: 767px) {
  .banner .block h2 {
    font-size: 3.2rem;
  }
}

@media (max-width: 400px) {
  .banner .block h2 {
    font-size: 2.3rem;
  }
}

.banner .block h6 {
  color: #fff;
  font-weight: 400;
  margin-bottom: 50px;
}

.banner-two {
  padding: 250px 0 150px;
  position: relative;
  overflow: hidden;
}

.banner-two .block h1 {
  color: #ff6600;
  font-size: 88px;
}

@media (max-width: 575px) {
  .banner-two .block h1 {
    font-size: 40px;
  }
}

.banner-two .block h2 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 74px;
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .banner-two .block h2 {
    font-size: 35px;
  }
}

.banner-two .block h3 {
  font-size: 74px;
}

@media (max-width: 575px) {
  .banner-two .block h3 {
    font-size: 35px;
  }
}

.banner-two .block h6 {
  margin-top: 48px;
  font-weight: 400;
  margin-bottom: 60px;
}

@media (max-width: 575px) {
  .banner-two .block h6 {
    margin-top: 30px;
  }
}

.about .image-block {
  padding: 30px;
}

.about .image-block img {
  border-radius: 100%;
  box-shadow: 0px 0px 59px 0px rgba(11, 29, 66, 0.15);
}

@media (max-width: 767px) {
  .about .image-block {
    margin-bottom: 30px;
    text-align: center;
  }
}

.about .image-block.two {
  padding: 0;
  margin-top: 30px;
}

.about .image-block.two img {
  border-radius: 0;
  transform: translate(30px, -30px);
}

@media (max-width: 767px) {
  .about .image-block.two img {
    transform: translate(0, -30px);
  }
}

.about .content-block {
  margin-left: 45px;
}

@media (max-width: 767px) {
  .about .content-block {
    text-align: center;
  }
}

.about .content-block h2 {
  margin-bottom: 35px;
}

.about .content-block h2:after {
  content: "";
  width: 60px;
  height: 3px;
  background: #ff6600;
  display: block;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .about .content-block h2:after {
    margin: auto;
  }
}

.about .content-block .description-one {
  margin-bottom: 20px;
}

.about .content-block .description-one p {
  color: #222222;
  font-size: 1.0625rem;
  text-align: justify;
}

.about .content-block .description-two {
  margin-bottom: 30px;
}

.about .content-block .description-two p {
  font-size: 0.9375em;
      text-align: justify;
}

@media (max-width: 575px) {
  .about .content-block ul.list-inline .list-inline-item {
    display: block;
  }
}

.about .content-block .list-inline-item:not(:last-child) {
  margin-right: 20px;
}

@media (max-width: 991px) {
  .about .content-block .list-inline-item:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .about .content-block .list-inline-item:not(:last-child) {
    margin-right: 0;
  }
}

.speakers {
  position: relative;
}

.speakers.white .speaker-item {
  background: #fff;
  border: 1px solid #e5e5e5;
}

.speakers .speaker-item {
  background: #eae9ec;
  padding: 7px;
  margin-bottom: 30px;
}

.speakers .speaker-item .image {
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 575px) {
  .speakers .speaker-item .image img {
    width: 100% !important;
  }
}

.speakers .speaker-item .image .primary-overlay {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff6600;
  opacity: .85;
  transition: .3s ease;
}

.speakers .speaker-item .image .socials {
  position: absolute;
  top: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 100%;
  transition: .4s ease;
}

.speakers .speaker-item .image .socials ul {
  width: 50%;
}

@media (max-width: 1200px) {
  .speakers .speaker-item .image .socials ul {
    width: 100%;
    text-align: center;
    padding: 0 20px;
  }
}

.speakers .speaker-item .image .socials ul li.list-inline-item:not(:last-child) {
  margin-right: 7px;
  margin-bottom: 10px;
}

@media (max-width: 1200px) {
  .speakers .speaker-item .image .socials ul li.list-inline-item:not(:last-child) {
    margin-right: 5px;
    margin-left: 5px;
  }
}

@media (max-width: 1200px) {
  .speakers .speaker-item .image .socials ul li.list-inline-item:last-child {
    margin-right: 5px;
    margin-left: 5px;
  }
}

.speakers .speaker-item .image .socials ul li a {
  display: block;
  height: 50px;
  width: 50px;
  text-align: center;
  border: 1px solid #fff;
}

.speakers .speaker-item .image .socials ul li a i {
  font-size: .9375rem;
  color: #fff;
  line-height: 50px;
}

.speakers .speaker-item .image .socials ul li a:hover {
  background: #fff;
}

.speakers .speaker-item .image .socials ul li a:hover i {
  color: #222222;
}

.speakers .speaker-item .image:hover .primary-overlay {
  top: 0;
}

.speakers .speaker-item .image:hover .socials {
  top: 0;
}

.speakers .speaker-item .content h5 a {
  font-size: 22px;
  color: #222222;
  font-weight: 400;
  margin-bottom: 0;
}

.speakers .speaker-item .content h5 a:hover {
  color: #ff6600;
}

.speakers .speaker-item .content p {
  font-size: 0.875rem;
  margin-bottom: 5px;
}

.schedule .schedule-tab {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 14px;
}

.schedule .schedule-tab ul li.nav-item {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .schedule .schedule-tab ul li.nav-item {
    width: 100%;
    margin-bottom: 10px;
  }
}

.schedule .schedule-tab ul li.nav-item a {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #ff6600;
  font-weight: 500;
  display: block;
  border-radius: 0;
  border: 1px solid #e5e5e5;
  padding: 20px 30px;
}

.schedule .schedule-tab ul li.nav-item a span {
  margin-top: 2px;
  font-family: "Roboto", sans-serif;
  display: block;
  font-size: 1rem;
  color: #848484;
  font-weight: 400;
}

.schedule .schedule-tab ul li.nav-item a.active {
  background: #ff6600;
  color: #fff;
  position: relative;
}

.schedule .schedule-tab ul li.nav-item a.active span {
  color: #fff;
}

.schedule .schedule-tab ul li.nav-item a.active:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #ff6600 transparent transparent;
}

@media (max-width: 767px) {
  .schedule .schedule-tab ul li.nav-item a.active:after {
    content: none;
  }
}

.schedule .schedule-contents {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
}

.schedule .schedule-contents .schedule-item ul {
  margin-bottom: 0;
}

.schedule .schedule-contents .schedule-item ul li {
  list-style: none;
}

.schedule .schedule-contents .schedule-item ul li div {
  display: inline-block;
}

.schedule .schedule-contents .schedule-item ul li .time {
  width: 20%;
}

@media (max-width: 767px) {
  .schedule .schedule-contents .schedule-item ul li .time {
    width: 37%;
  }
}

@media (max-width: 575px) {
  .schedule .schedule-contents .schedule-item ul li .time {
    width: 48%;
  }
}

.schedule .schedule-contents .schedule-item ul li .speaker {
  width: 30%;
}

@media (max-width: 991px) {
  .schedule .schedule-contents .schedule-item ul li .speaker {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .schedule .schedule-contents .schedule-item ul li .speaker {
    width: 60%;
  }
}

@media (max-width: 575px) {
  .schedule .schedule-contents .schedule-item ul li .speaker {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .schedule .schedule-contents .schedule-item ul li .speaker img {
    display: none;
  }
}

.schedule .schedule-contents .schedule-item ul li .subject {
  width: 30%;
}

@media (max-width: 1200px) {
  .schedule .schedule-contents .schedule-item ul li .subject {
    display: none;
  }
}

@media (max-width: 767px) {
  .schedule .schedule-contents .schedule-item ul li .venue {
    display: none;
  }
}

.schedule .schedule-contents .schedule-item li.headings {
  padding: 22px 40px;
  background: #ff6600;
}

.schedule .schedule-contents .schedule-item li.headings div {
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.schedule .schedule-contents .schedule-item li.schedule-details {
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: #e5e5e5;
}

.schedule .schedule-contents .schedule-item li.schedule-details .block {
  padding: 10px 40px;
  background: #fff;
  width: 100%;
  transition: .2s ease-in;
}

.schedule .schedule-contents .schedule-item li.schedule-details .block div {
  color: #222222;
  font-family: "Montserrat", sans-serif;
}

.schedule .schedule-contents .schedule-item li.schedule-details .block div i {
  font-size: 1.1875em;
  color: #c7c8c9;
}

.schedule .schedule-contents .schedule-item li.schedule-details .block div img {
  border-radius: 100%;
}

.schedule .schedule-contents .schedule-item li.schedule-details .block div span.time {
  margin-left: 5px;
}

.schedule .schedule-contents .schedule-item li.schedule-details .block div span.name {
  margin-left: 20px;
  transition: .2s ease-in;
}

@media (max-width: 575px) {
  .schedule .schedule-contents .schedule-item li.schedule-details .block div span.name {
    margin-left: 0;
  }
}

.schedule .schedule-contents .schedule-item li.schedule-details .block:hover {
  box-shadow: 0px 0px 30px 0px rgba(11, 29, 66, 0.15);
  transform: scale(1.01);
}

.schedule .schedule-contents .schedule-item li.schedule-details .block:hover span.name {
  color: #ff6600;
}

.schedule .download-button {
  padding-top: 40px;
  margin-bottom: 30px;
}

.schedule.two .schedule-tab {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 30px;
}

.schedule.two .schedule-tab ul li.nav-item {
  margin-right: 0;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .schedule.two .schedule-tab ul li.nav-item {
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .schedule.two .schedule-tab ul li.nav-item {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
}

.schedule.two .schedule-tab ul li.nav-item a {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  color: #222222;
  font-weight: 500;
  display: block;
  border-radius: 0;
  border: 1px solid #e5e5e5;
  padding: 20px 30px;
}

.schedule.two .schedule-tab ul li.nav-item a span {
  margin-top: 2px;
  font-family: "Roboto", sans-serif;
  display: block;
  font-size: 14px;
  color: #848484;
  font-weight: 400;
}

.schedule.two .schedule-tab ul li.nav-item a.active {
  background: #ff6600;
  color: #fff;
  position: relative;
}

.schedule.two .schedule-tab ul li.nav-item a.active span {
  color: #fff;
}

.schedule.two .schedule-tab ul li.nav-item a.active:after {
  content: '';
  position: absolute;
  left: 100%;
  right: 0;
  bottom: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #ff6600;
}

@media (max-width: 991px) {
  .schedule.two .schedule-tab ul li.nav-item a.active:after {
    content: none;
  }
}

.schedule.two .schedule-contents {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0;
}

.schedule.two .schedule-contents .schedule-item ul {
  margin-bottom: 0;
}

.schedule.two .schedule-contents .schedule-item ul li {
  list-style: none;
}

.schedule.two .schedule-contents .schedule-item ul li div {
  display: inline-block;
}

.schedule.two .schedule-contents .schedule-item ul li .time {
  width: 20%;
}

@media (max-width: 767px) {
  .schedule.two .schedule-contents .schedule-item ul li .time {
    width: 37%;
  }
}

@media (max-width: 575px) {
  .schedule.two .schedule-contents .schedule-item ul li .time {
    width: 48%;
  }
}

.schedule.two .schedule-contents .schedule-item ul li .speaker {
  width: 30%;
}

@media (max-width: 991px) {
  .schedule.two .schedule-contents .schedule-item ul li .speaker {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .schedule.two .schedule-contents .schedule-item ul li .speaker {
    width: 60%;
  }
}

@media (max-width: 575px) {
  .schedule.two .schedule-contents .schedule-item ul li .speaker {
    width: 50%;
  }
}

.schedule.two .schedule-contents .schedule-item ul li .subject {
  width: 30%;
}

@media (max-width: 1200px) {
  .schedule.two .schedule-contents .schedule-item ul li .subject {
    display: none;
  }
}

.schedule.two .schedule-contents .schedule-item ul li .venue {
  width: 18.6%;
}

@media (max-width: 767px) {
  .schedule.two .schedule-contents .schedule-item ul li .venue {
    display: none;
  }
}

.schedule.two .schedule-contents .schedule-item li.headings {
  padding: 25px 0;
  background: #ff6600;
}

.schedule.two .schedule-contents .schedule-item li.headings div {
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.schedule.two .schedule-contents .schedule-item li.schedule-details:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block {
  text-align: center;
  padding: 0;
  background: #fff;
  width: 100%;
  transition: .2s ease-in;
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block div {
  padding-top: 25px;
  padding-bottom: 25px;
  color: #222222;
  font-family: "Montserrat", sans-serif;
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block div i {
  font-size: 1.1875em;
  color: #c7c8c9;
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block div img {
  border-radius: 100%;
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block div span.time {
  margin-left: 0px;
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block div span.name {
  margin-left: 0px;
  transition: .2s ease-in;
}

@media (max-width: 575px) {
  .schedule.two .schedule-contents .schedule-item li.schedule-details .block div span.name {
    margin-left: 0;
  }
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block div:not(:last-child) {
  border-right: 1px solid #e5e5e5;
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block:hover {
  box-shadow: none;
  transform: scale(1);
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block:hover span.name {
  color: #ff6600;
}

.ticket-feature {
  overflow: hidden;
}

.ticket-feature .block {
  position: relative;
  padding-top: 150px;
  padding-bottom: 110px;
}

.ticket-feature .block .section-title, .ticket-feature .block a {
  position: relative;
}

.ticket-feature .block .section-title h3 {
  font-weight: 500;
}

.ticket-feature .block .timer {
  position: relative;
  margin-top: 60px;
  margin-bottom: 35px;
}

.ticket-feature .block .timer .syotimer-cell {
  margin-right: 25px;
  margin-bottom: 33px;
  display: inline-block;
}

@media (max-width: 575px) {
  .ticket-feature .block .timer .syotimer-cell {
    margin-right: 10px;
    margin-bottom: 20px;
  }
}

.ticket-feature .block .timer .syotimer-cell .syotimer-cell__value {
  min-width: 80px;
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
  position: relative;
  font-weight: bold;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.35);
  background-clip: content-box;
  background: rgba(255, 255, 255, 0.26);
  margin-bottom: 8px;
  border-radius: 100%;
}

@media (max-width: 575px) {
  .ticket-feature .block .timer .syotimer-cell .syotimer-cell__value {
    font-size: 30px;
    height: 80px;
    width: 80px;
    line-height: 80px;
  }
}

.ticket-feature .block .timer .syotimer-cell .syotimer-cell__unit {
  text-align: center;
  font-size: 1rem;
  text-transform: lowercase;
  font-weight: normal;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

.ticket-feature .block-2 {
  position: relative;
  padding: 150px 10%;
  height: 100%;
  background: #ff6600;
}

@media (max-width: 575px) {
  .ticket-feature .block-2 {
    padding: 50px 20px;
  }
}

.ticket-feature .block-2 [class*=col-]:first-child {
  border-right: 1px solid #fc9552;
  border-bottom: 1px solid #fc9552;
}

.ticket-feature .block-2 [class*=col-]:nth-child(2) {
  border-bottom: 1px solid #fc9552;
}

.ticket-feature .block-2 [class*=col-]:nth-child(3) {
  border-right: 1px solid #fc9552;
}

.ticket-feature .block-2 .service-item {
  padding: 30px;
  text-align: center;
}

.ticket-feature .block-2 .service-item i, .ticket-feature .block-2 .service-item h5 {
  color: #fff;
}

.ticket-feature .block-2 .service-item i {
  font-size: 3.25rem;
  margin-bottom: 20px;
}

.ticket-feature .block-2 .service-item h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

@media (max-width: 575px) {
  .ticket-feature .block-2 .service-item h5 {
    font-size: 1rem;
  }
}

.ticket-feature .block-2:after {
  content: '';
  position: absolute;
  right: 100%;
  bottom: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 1000px 300px;
  border-color: transparent transparent #ff6600 transparent;
}

@media (max-width: 1200px) {
  .ticket-feature .block-2:after {
    content: none;
  }
}

.registration {
  overflow: hidden;
}

.registration .service-block {
  position: relative;
  padding: 120px 10%;
}

.registration .service-block [class*=col-]:first-child {
  border-right: 1px solid #f69351;
  border-bottom: 1px solid #f69351;
}

.registration .service-block [class*=col-]:nth-child(2) {
  border-bottom: 1px solid #f69351;
}

.registration .service-block [class*=col-]:nth-child(3) {
  border-right: 1px solid #f69351;
}

.registration .service-block .service-item {
  padding: 30px;
  text-align: center;
}

.registration .service-block .service-item i, .registration .service-block .service-item h5 {
  color: #fff;
}

.registration .service-block .service-item i {
  font-size: 3.25rem;
  margin-bottom: 20px;
}

.registration .service-block .service-item h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

@media (max-width: 575px) {
  .registration .service-block .service-item h5 {
    font-size: 12px;
  }
}

.registration .registration-block {
  position: relative;
  height: 100%;
  padding: 120px 10%;
}

.registration .registration-block .block {
  position: relative;
  z-index: 9;
}

.registration .registration-block .block .title {
  margin-bottom: 35px;
}

.registration .registration-block .block .title h3 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 10px;
}

.registration .registration-block .block .title p {
  color: #b3b3b3;
  line-height: 1;
}

.pricing .pricing-item {
  border: 1px solid #e5e5e5;
}

@media (max-width: 991px) {
  .pricing .pricing-item {
    margin-bottom: 30px;
  }
}

.pricing .pricing-item .pricing-heading {
  padding: 20px 40px 30px 40px;
  background: #fafafa;
  border-bottom: 1px solid #e5e5e5;
}

.pricing .pricing-item .pricing-heading .title h6 {
  text-transform: uppercase;
  font-weight: 400;
  line-height: 50px;
  border-bottom: 1px solid #e5e5e5;
}

.pricing .pricing-item .pricing-heading .price {
  margin-top: 28px;
}

.pricing .pricing-item .pricing-heading .price h2 {
  font-size: 3.625rem;
  font-weight: 400;
  margin-bottom: 0px;
}

.pricing .pricing-item .pricing-heading .price h2 span {
  font-size: 1.5625rem;
}

.pricing .pricing-item .pricing-body {
  padding: 45px 40px;
}

.pricing .pricing-item .pricing-body ul.feature-list li {
  list-style: none;
}

.pricing .pricing-item .pricing-body ul.feature-list li p span {
  margin-right: 15px;
}

.pricing .pricing-item .pricing-body ul.feature-list li p span.available {
  color: #ff6600;
}

.pricing .pricing-item .pricing-body ul.feature-list li p span.unavailable {
  color: #d2d2d2;
}

.pricing .pricing-item .pricing-body ul.feature-list li:not(:last-child) {
  margin-bottom: 15px;
}

.pricing .pricing-item .pricing-footer {
  padding-bottom: 40px;
}

.pricing .pricing-item.featured {
  border: none;
  box-shadow: 0px 0px 30px 0px rgba(11, 29, 66, 0.15);
}

.pricing .pricing-item.featured .pricing-heading {
  background: #ff6600;
  border-bottom: 1px solid #ff6600;
}

.pricing .pricing-item.featured .pricing-heading .title h6 {
  color: #fff;
  border-bottom: 1px solid #f69351;
}

.pricing .pricing-item.featured .pricing-heading .price {
  margin-top: 28px;
}

.pricing .pricing-item.featured .pricing-heading .price h2 {
  color: #fff;
  font-size: 3.625rem;
  margin-bottom: 0px;
}

.pricing .pricing-item.featured .pricing-heading .price h2 span {
  font-size: 1.5625rem;
}

.pricing .pricing-item.featured .pricing-heading .price p {
  color: #fff;
}

.pricing.two .pricing-item {
  border: 1px solid #e5e5e5;
  overflow: hidden;
}

@media (max-width: 991px) {
  .pricing.two .pricing-item {
    margin-bottom: 30px;
  }
}

.pricing.two .pricing-item .pricing-heading {
  position: relative;
  margin-bottom: 10px;
}

.pricing.two .pricing-item .pricing-heading .title h6 {
  position: relative;
}

.pricing.two .pricing-item .pricing-heading .price {
  position: relative;
}

.pricing.two .pricing-item .pricing-heading:before {
  content: '';
  position: absolute;
  bottom: -25%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 64px 500px 0 0;
  border-color: #fafafa transparent transparent transparent;
}

@media (max-width: 991px) {
  .pricing.two .pricing-item .pricing-heading:before {
    content: none;
  }
}

.pricing.two .pricing-item .pricing-body {
  padding: 70px 40px 45px;
}

.pricing.two .pricing-item .pricing-body ul.feature-list li p span.available {
  color: #ff6600;
}

.pricing.two .pricing-item.featured .pricing-heading:before {
  border-color: #ff6600 transparent transparent transparent;
}

.sponsors {
  position: relative;
}

.sponsors .sponsor-title {
  margin-top: 10px;
  margin-bottom: 30px;
}

.sponsors .sponsor-title h5 {
  color: #ff6600;
}

.sponsors .block {
  margin-bottom: 20px;
}

.sponsors .block .list-inline-item:not(:last-child) {
  margin-right: 15px;
}

@media (max-width: 991px) {
  .sponsors .block .list-inline-item:not(:last-child) {
    margin-right: 7px;
    margin-left: 7px;
  }
}

@media (max-width: 991px) {
  .sponsors .block .list-inline-item:last-child {
    margin-right: 7px;
    margin-left: 7px;
  }
}

.sponsors .block .image-block {
  padding: 45px 0;
  background: #fff;
  width: 290px;
  cursor: pointer;
  transition: all .3s ease;
  border: 1px solid transparent;
  margin-bottom: 10px;
}

.sponsors .block .image-block img {
  height: 55px;
}

.sponsors .block .image-block:hover {
  border: 1px solid #ff6600;
}

.sponsors .sponsor-btn {
  margin-top: 10px;
  margin-bottom: 30px;
}

.map {
  position: relative;
}

.map #map {
  height: 480px;
  color: white;
}

.map .address-block {
  position: absolute;
  padding: 45px 50px 50px 50px;
  top: 80px;
  left: 10%;
  background: #ff6600;
}

@media (max-width: 575px) {
  .map .address-block {
    display: none;
  }
}

.map .address-block h4, .map .address-block li {
  color: #fff;
  margin-bottom: 20px;
}

.map .address-block h4 {
  font-size: 1.5rem;
  font-weight: 400;
}

.map .address-block ul.address-list li {
  list-style: none;
  margin-bottom: 10px;
}

.map .address-block ul.address-list li i {
  font-size: 1.125rem;
}

.map .address-block ul.address-list li span {
  margin-left: 15px;
}

.map .address-block a {
  margin-top: 35px;
}

.map.new {
  overflow: hidden;
}

.map.new #map {
  height: 640px;
}

.map.new .address-block {
  left: 60%;
}

@media (max-width: 991px) {
  .map.new .address-block {
    left: 52%;
  }
}

@media (max-width: 767px) {
  .map.new .address-block {
    left: 5%;
  }
}

.map.new .register {
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .map.new .register {
    width: 100%;
    position: relative;
  }
}

.map.new .register .block {
  padding: 130px 10%;
}

.map.new .register .block .title {
  position: relative;
  margin-bottom: 65px;
}

.map.new .register .block .title h3 {
  color: #fff;
  font-weight: 400;
}

.map.new .register .block .title p {
  color: #fff;
}

.map.new .register .block .form-control, .map.new .register .block button {
  margin-bottom: 40px;
}

.feature .feature-content h2, .feature .feature-content p {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .feature .feature-content h2, .feature .feature-content p {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .feature .testimonial {
    text-align: center;
  }
}

.feature .testimonial p {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
  font-style: italic;
  color: #242424;
}

.feature .testimonial ul.meta li {
  font-size: 12px;
  margin-right: 10px;
}

.feature .testimonial ul.meta li img {
  height: 40px;
  width: 40px;
  border-radius: 100%;
}

@media (max-width: 575px) {
  .app-features .app-feature {
    margin-bottom: 30px;
  }
}

.app-features .app-explore {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center !important;
      justify-content: center !important;
  margin-bottom: 40px;
}

.banner-full .image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.banner-full .image img {
  height: 625px;
}

@media (max-width: 767px) {
  .banner-full .image {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .banner-full .block {
    text-align: center;
  }
}

.banner-full .block .logo {
  margin-bottom: 40px;
}

.banner-full .block h1 {
  margin-bottom: 40px;
}

.banner-full .block p {
  font-size: 20px;
  margin-bottom: 50px;
}

.banner-full .block .app {
  margin-bottom: 20px;
}

.video-promo {
  padding: 150px 0;
}

.video-promo .content-block {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

.video-promo .content-block h2 {
  font-size: 30px;
  color: #fff;
}

.video-promo .content-block p {
  margin-bottom: 30px;
}

.video-promo .content-block a i.video {
  height: 125px;
  width: 125px;
  background: #ff6600;
  display: inline-block;
  font-size: 40px;
  color: #fff;
  text-align: center;
  line-height: 125px;
  border-radius: 100%;
}

.video-promo .content-block a:focus {
  outline: 0;
}

.testimonial .testimonial-slider .item {
  padding-bottom: 10px;
}

.testimonial .testimonial-slider .item .block {
  padding: 40px;
  text-align: center;
  margin: 10px;
  border-radius: 5px;
}

.testimonial .testimonial-slider .item .block .image {
  margin-top: 30px;
  margin-bottom: 5px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

@media (max-width: 767px) {
  .testimonial .testimonial-slider .item .block .image {
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
}

.testimonial .testimonial-slider .item .block .image img {
  height: 40px;
  width: 40px;
  border-radius: 100%;
}

.testimonial .testimonial-slider .item .block p {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  color: #888888;
}

.testimonial .testimonial-slider .item .block cite {
  font-style: normal;
  font-size: 14px;
  color: #161616;
}

.testimonial .testimonial-slider .owl-dots .owl-dot:hover span {
  background: #ff6600;
}

.testimonial .testimonial-slider .owl-dots .owl-dot.active span {
  background: #ff6600;
}

.single-speaker .block {
  padding-bottom: 70px;
  border-bottom: 1px solid #e5e5e5;
}

.single-speaker .block .image-block {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 6px;
}

.single-speaker .block .image-block img {
  width: 100%;
}

@media (max-width: 767px) {
  .single-speaker .block .image-block {
    margin-bottom: 30px;
  }
}

.single-speaker .block .content-block .name h3 {
  font-weight: 400;
}

.single-speaker .block .content-block .profession {
  margin-bottom: 20px;
}

.single-speaker .block .content-block .profession p {
  color: #ff6600;
  font-size: 0.9375rem;
}

.single-speaker .block .content-block .details {
  margin-bottom: 35px;
}

.single-speaker .block .content-block .details p {
  font-size: 0.9375rem;
}

.single-speaker .block .content-block .details p:not(:last-child) {
  margin-bottom: 35px;
}

.single-speaker .block .content-block .social-profiles h5 {
  font-weight: 400;
  margin-bottom: 25px;
}

.single-speaker .block .content-block .social-profiles ul.social-list li a {
  display: block;
  height: 40px;
  width: 40px;
  background: #fff;
  border: 1px solid #e5e5e5;
  text-align: center;
}

.single-speaker .block .content-block .social-profiles ul.social-list li a i {
  line-height: 40px;
}

.single-speaker .block .content-block .social-profiles ul.social-list li a:hover {
  background: #ff6600;
  border: 1px solid #ff6600;
  color: #fff;
}

.single-speaker .block-2 {
  padding-top: 70px;
  padding-bottom: 10px;
}

.single-speaker .block-2 h3, .single-speaker .block-2 p, .single-speaker .block-2 li {
  font-size: 0.9375rem;
}

.single-speaker .block-2 .personal-info h5, .single-speaker .block-2 .skills h5 {
  font-weight: 400;
  margin-bottom: 15px;
}

.single-speaker .block-2 .personal-info p, .single-speaker .block-2 .skills p {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .single-speaker .block-2 .personal-info {
    margin-bottom: 30px;
  }
}

.single-speaker .block-2 .personal-info ul li {
  position: relative;
  list-style: none;
  margin-left: 25px;
}

.single-speaker .block-2 .personal-info ul li:not(:last-child) {
  margin-bottom: 5px;
}

.single-speaker .block-2 .personal-info ul li:before {
  position: absolute;
  left: -25px;
  content: "\f10c";
  font-family: FontAwesome;
  color: #ff6600;
}

.single-speaker .block-2 .skills .skill-bar {
  margin-bottom: 20px;
}

.single-speaker .block-2 .skills .skill-bar p {
  margin-bottom: 5px;
}

.single-speaker .block-2 .skills .skill-bar .progress {
  border-radius: 0;
  overflow: visible;
}

.single-speaker .block-2 .skills .skill-bar .progress .progress-bar {
  background-color: #ff6600;
}

.single-speaker .block-2 .skills .skill-bar .progress .progress-bar span {
  font-family: "Montserrat", sans-serif;
  float: right;
  margin-top: -20px;
  color: #222222;
}

.speakers-full-width {
  overflow: hidden;
}

.speakers-full-width .speaker-slider .speaker-image {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.speakers-full-width .speaker-slider .speaker-image img {
  width: 100%;
}

.speakers-full-width .speaker-slider .speaker-image .primary-overlay {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff6600;
  opacity: .85;
  transition: .3s ease;
}

.speakers-full-width .speaker-slider .speaker-image .primary-overlay h5, .speakers-full-width .speaker-slider .speaker-image .primary-overlay p, .speakers-full-width .speaker-slider .speaker-image .primary-overlay i {
  color: #fff;
}

.speakers-full-width .speaker-slider .speaker-image .primary-overlay h5, .speakers-full-width .speaker-slider .speaker-image .primary-overlay p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.speakers-full-width .speaker-slider .speaker-image .primary-overlay h5 {
  padding-top: 25%;
  margin-bottom: 10px;
}

.speakers-full-width .speaker-slider .speaker-image .primary-overlay h5, .speakers-full-width .speaker-slider .speaker-image .primary-overlay ul, .speakers-full-width .speaker-slider .speaker-image .primary-overlay p {
  transition: .7s ease;
  transform: translate(0, 30px);
  opacity: 0;
}

.speakers-full-width .speaker-slider .speaker-image .primary-overlay p {
  margin-bottom: 10px;
}

.speakers-full-width .speaker-slider .speaker-image .primary-overlay ul .list-inline-item:not(:last-child) {
  margin-right: 10px;
}

.speakers-full-width .speaker-slider .speaker-image:hover .primary-overlay {
  top: 0;
}

.speakers-full-width .speaker-slider .speaker-image:hover .primary-overlay h5, .speakers-full-width .speaker-slider .speaker-image:hover .primary-overlay p, .speakers-full-width .speaker-slider .speaker-image:hover .primary-overlay ul {
  transform: translate(0, 0);
  opacity: 1;
}

.speakers-full-width .speaker-slider .slick-prev {
  left: 60px;
}

.speakers-full-width .speaker-slider .slick-prev:before {
  content: '\f104';
}

.speakers-full-width .speaker-slider .slick-next {
  right: 60px;
}

.speakers-full-width .speaker-slider .slick-next:before {
  content: '\f105';
}

.speakers-full-width .speaker-slider .slick-prev, .speakers-full-width .speaker-slider .slick-next {
  background: #fff;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  z-index: 100;
}

.speakers-full-width .speaker-slider .slick-prev:hover:before, .speakers-full-width .speaker-slider .slick-next:hover:before {
  color: #ff6600;
}

.speakers-full-width .speaker-slider .slick-prev:before, .speakers-full-width .speaker-slider .slick-next:before {
  color: #ff6600;
  font-family: FontAwesome;
}

/* Controls
---------------------------------------------------------------------- */
.controls {
  text-align: center;
  margin-bottom: 40px;
}

.controls .control {
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  margin-right: 25px;
}

@media (max-width: 767px) {
  .controls .control {
    margin-right: 10px;
  }
}

.controls .control:focus {
  outline: 0;
}

.controls .control:hover {
  color: #ff6600;
}

.mixitup-control-active {
  color: #ff6600;
}

/* Container
---------------------------------------------------------------------- */
.gallery-wrapper {
  /* Target Elements
    ---------------------------------------------------------------------- */
  /* Grid Breakpoints
    ---------------------------------------------------------------------- */
  /* 2 Columns */
  /* 3 Columns */
}

.gallery-wrapper .gallery-item {
  padding: 15px;
}

.gallery-wrapper .gallery-item .image-block {
  padding: 6px;
  border: 1px solid #e5e5e5;
}

.gallery-wrapper .gallery-item .image-block .image {
  position: relative;
  overflow: hidden;
}

.gallery-wrapper .gallery-item .image-block .image img {
  width: 100%;
}

.gallery-wrapper .gallery-item .image-block .image .primary-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff6600;
  opacity: 0;
  transform: scale(0.8);
  transition: .3s ease;
}

.gallery-wrapper .gallery-item .image-block .image .primary-overlay a {
  display: block;
  height: 55px;
  width: 55px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  outline: none;
}

.gallery-wrapper .gallery-item .image-block .image .primary-overlay a i {
  color: #fff;
  line-height: 55px;
  font-size: 1.25rem;
}

.gallery-wrapper .gallery-item .image-block .image:hover .primary-overlay {
  opacity: .85;
  transform: scale(1);
}

.gallery-wrapper .mix,
.gallery-wrapper .gap {
  display: inline-block;
  vertical-align: top;
}

.gallery-wrapper .mix {
  background: #fff;
  position: relative;
}

.gallery-wrapper .mix {
  width: calc(100%/2 - (((2 - 1) * 1rem) / 2));
}

@media screen and (min-width: 768px) {
  .gallery-wrapper .mix {
    width: calc(100%/3 - (((3 - 1) * 1rem) / 3));
  }
}

.gallery-wrapper.less-gutter .gallery-item {
  padding: 5px;
}

.gallery-wrapper.less-gutter .gallery-item .image-block {
  padding: 0;
  border: none;
}

@media screen and (min-width: 1200px) {
  .gallery-wrapper.less-gutter .mix,
  .gallery-wrapper.less-gutter .gap {
    width: calc(100%/4 - (((4 - 1) * 1rem) / 4));
  }
}

.gallery-full {
  overflow: hidden;
}

.gallery-full .image {
  position: relative;
  overflow: hidden;
  margin-bottom: -1px;
}

.gallery-full .image img {
  width: 100%;
}

.gallery-full .image .primary-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f49320;
  opacity: 0;
  transform: scale(0.8);
  transition: .3s ease;
}

.gallery-full .image .primary-overlay a {
  display: block;
  height: 55px;
  width: 55px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  outline: none;
}

.gallery-full .image .primary-overlay a i {
  color: #fff;
  line-height: 55px;
  font-size: 1.25rem;
}

.gallery-full .image:hover .primary-overlay {
  opacity: .85;
  transform: scale(1);
}

.news .blog-post {
  transition: .2s ease;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .news .blog-post .post-thumb img {
    width: 100%;
  }
}

.news .blog-post .post-content {
  position: relative;
  padding: 0px 0px 0px 10px;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #e5e5e5;
}

.news .blog-post .post-content .date {
  position: absolute;
  top: -32px;
  left: 30px;
  width: 65px;
  height: 65px;
  text-align: center;
  background: #ff6600;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.news .blog-post .post-content .date h4 {
  color: #fff;
}

.news .blog-post .post-content .date h4 span {
  display: block;
  font-size: 1rem;
  font-weight: 400;
}

.news .blog-post .post-content .post-title {
  padding-bottom: 5px;
  /* border-bottom: 1px solid #e5e5e5; */
  margin-bottom: 2px;
}

.news .blog-post .post-content .post-title h2 {
  margin-top: 10px;
}

.news .blog-post .post-content .post-title h2 a {
  font-size: 1.25rem;
  font-weight: 600;
  color: #222222;
  
}

.news .blog-post .post-content .post-title h2 a:hover {
  color: #ff6600;
}

.news .blog-post .post-content .post-meta ul {
  margin-bottom: 0;
}

.news .blog-post .post-content .post-meta ul li i {
  margin-right: 7px;
}

.news .blog-post .post-content .post-meta ul li a {
  display: inline-block;
  padding-right: 25px;
  font-size: 0.875rem;
}

.news .blog-post:hover {
  box-shadow: 0px 0px 30px 0px rgba(11, 29, 66, 0.15);
}

.news .blog-post.single {
  margin-bottom: 100px;
}

.news .blog-post.single .post-title {
  padding-top: 35px;
  padding-bottom: 0;
  border: none;
  margin-bottom: 10px;
}

.news .blog-post.single .post-title h3 {
  font-weight: 400;
}

.news .blog-post.single .post-meta {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
}

.news .blog-post.single .post-details p {
  padding: 13px 0;
  font-size: 15px;
}

.news .blog-post.single .post-details .quotes {
  background: #f5f5f8;
  padding: 30px;
  border-left: 3px solid #ff6600;
  margin: 15px 0;
}

.news .blog-post.single .post-details .quotes blockquote {
  font-size: 15px;
  font-style: italic;
}

.news .blog-post.single .post-details .share-block {
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 25px;
}

@media (max-width: 991px) {
  .news .blog-post.single .post-details .share-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.news .blog-post.single .post-details .share-block p {
  padding: 0;
}

.news .blog-post.single .post-details .share-block .tag {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media (max-width: 991px) {
  .news .blog-post.single .post-details .share-block .tag {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center;
    margin-bottom: 30px;
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
}

.news .blog-post.single .post-details .share-block .tag p, .news .blog-post.single .post-details .share-block .tag ul {
  display: inline;
  font-family: "Montserrat", sans-serif;
}

.news .blog-post.single .post-details .share-block .tag p {
  color: #222222;
}

.news .blog-post.single .post-details .share-block .tag ul li a {
  color: #848484;
  font-size: 15px;
}

.news .blog-post.single .post-details .share-block .tag ul li a:hover {
  color: #ff6600;
}

.news .blog-post.single .post-details .share-block .share {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  text-align: right;
}

@media (max-width: 991px) {
  .news .blog-post.single .post-details .share-block .share {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-positive: 1;
        flex-grow: 1;
    text-align: center;
  }
}

.news .blog-post.single .post-details .share-block .share p, .news .blog-post.single .post-details .share-block .share ul {
  display: inline;
  font-family: "Montserrat", sans-serif;
}

.news .blog-post.single .post-details .share-block .share p {
  margin-right: 18px;
}

@media (max-width: 400px) {
  .news .blog-post.single .post-details .share-block .share p {
    display: block;
    margin-bottom: 10px;
  }
}

.news .blog-post.single .post-details .share-block .share ul.social-links-share {
  margin-bottom: 0;
}

@media (max-width: 400px) {
  .news .blog-post.single .post-details .share-block .share ul.social-links-share {
    text-align: left;
  }
}

.news .blog-post.single .post-details .share-block .share ul.social-links-share .list-inline-item:not(:last-child) {
  margin-right: 7px;
}

@media (max-width: 400px) {
  .news .blog-post.single .post-details .share-block .share ul.social-links-share .list-inline-item:not(:last-child) {
    margin-right: 5px;
    margin-bottom: 5px;
  }
}

.news .blog-post.single .post-details .share-block .share ul.social-links-share li a {
  display: block;
  height: 38px;
  width: 38px;
  text-align: center;
  background: #fff;
  border: 1px solid #e5e5e5;
}

.news .blog-post.single .post-details .share-block .share ul.social-links-share li a i {
  line-height: 38px;
}



.news .blog-post.single .post-details .share-block .share ul.social-links-share li a:hover {
  background: #ff6600;
  border-color: #ff6600;
}

.news .blog-post.single .post-details .share-block .share ul.social-links-share li a:hover i {
  color: #fff;
}

.news .blog-post.single:hover {
  box-shadow: none;
}

.news .comments {
  padding-bottom: 80px;
}

.news .comments h5 {
  font-weight: 400;
  margin-bottom: 10px;
}

.news .comments .comment {
  padding-top: 14px;
}

.news .comments .comment img {
  margin-right: 30px;
}

.news .comments .comment .media-body h6 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

.news .comments .comment .media-body p, .news .comments .comment .media-body ul {
  font-size: 15px;
}

.news .comments .comment .media-body p {
  margin-bottom: 14px;
}

.news .comments .comment .media-body ul {
  margin-bottom: 10px;
}

.news .comments .comment .media-body ul li span {
  margin-right: 7px;
}

.news .comments .comment .media-body ul li a {
  color: #ff6600;
}

.news .comment-form h5 {
  font-weight: 400;
  margin-bottom: 30px;
}

.news .comment-form .form-control, .news .comment-form button {
  margin-bottom: 30px;
}

ul.pagination {
  margin-top: 30px;
  margin-bottom: 30px;
}

ul.pagination li {
  margin-right: 10px;
}

ul.pagination li a {
  font-size: 16px;
  padding: 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-color: transparent;
  color: #848484;
  border: 1px solid #e5e5e5;
  border-radius: 0 !important;
}

ul.pagination li a:hover, ul.pagination li a:focus {
  background-color: #ff6600 !important;
  color: #fff !important;
  border-color: #ff6600 !important;
}

ul.pagination .active a {
  background-color: #ff6600 !important;
  color: #fff !important;
  border-color: #ff6600 !important;
}

.sidebar {
  padding: 0 20px;
}

.widget {
  margin-bottom: 45px;
}

.widget .widget-header {
  font-weight: 400;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .widget.search {
    margin-top: 30px;
  }
}

.widget.search .input-group .form-control {
  border-right: none;
}

.widget.search .input-group .input-group-addon {
  background: #ff6600;
  color: #fff;
  border: none;
  border-radius: 0;
}

.widget.search .input-group .input-group-addon i {
  font-size: 15px;
  padding-right: 5px;
  padding-left: 5px;
}

.widget.category ul.category-list li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  list-style: none;
}

.widget.category ul.category-list li a {
  font-size: 15px;
  letter-spacing: 0;
  display: block;
}

.widget.category ul.category-list li a:hover {
  color: #ff6600;
}

.widget.category ul.category-list li:last-child {
  margin-bottom: 5px;
}

.widget.tags ul li a {
  display: block;
  padding: 10px 25px;
  border: 1px solid #e5e5e5;
  margin-bottom: 15px;
  font-size: 15px;
}

.widget.tags ul li a:hover {
  background: #ff6600;
  color: #fff;
  border-color: #ff6600;
}

.widget.latest-post .media {
  padding: 15px 0;
}

.widget.latest-post .media:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

.widget.latest-post .media img {
  margin-right: 15px;
}

.widget.latest-post .media .media-body h6 a {
  font-size: 15px;
  color: #222222;
  line-height: 1;
  font-weight: 400;
}

.widget.latest-post .media .media-body h6 a:hover {
  color: #ff6600;
}

.widget.latest-post .media .media-body p span {
  margin-right: 10px;
}

.news-hr .news-post-hr {
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1200px) {
  .news-hr .news-post-hr {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

@media (max-width: 991px) {
  .news-hr .news-post-hr {
    margin-bottom: 30px;
  }
}

.news-hr .news-post-hr .post-thumb {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

@media (max-width: 1200px) {
  .news-hr .news-post-hr .post-thumb {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.news-hr .news-post-hr .post-thumb img {
  width: 100%;
}

.news-hr .news-post-hr .post-contents {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 30px;
  position: relative;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #e5e5e5;
}

@media (max-width: 1200px) {
  .news-hr .news-post-hr .post-contents {
    border-left: 1px solid #e5e5e5;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.news-hr .news-post-hr .post-contents .post-title h6 {
  margin-bottom: 36px;
  margin-top: 5px;
}

.news-hr .news-post-hr .post-contents .post-title h6 a {
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  font-size: 20px;
  color: #222222;
}

.news-hr .news-post-hr .post-contents .post-title h6 a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 37px;
  content: "";
  background: #ff6600;
  width: 30px;
  height: 2px;
}

.news-hr .news-post-hr .post-contents .post-exerpts p {
  font-size: 15px;
}

.news-hr .news-post-hr .post-contents .date {
  margin-top: 17px;
  width: 65px;
  height: 65px;
  text-align: center;
  background: #ff6600;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.news-hr .news-post-hr .post-contents .date h4 {
  color: #fff;
  font-weight: 400;
}

.news-hr .news-post-hr .post-contents .date h4 span {
  display: block;
  font-size: 1rem;
  font-weight: 400;
}

.news-hr .news-post-hr .post-contents .more {
  text-align: right;
  margin-top: -25px;
}

.news-hr .news-post-hr .post-contents .more a {
  font-family: "Montserrat", sans-serif;
  color: #222222;
  text-transform: uppercase;
  font-size: 14px;
}

.news-hr .news-post-hr .post-contents:after {
  content: '';
  position: absolute;
  right: 100%;
  bottom: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #fff transparent transparent;
}

@media (max-width: 1200px) {
  .news-hr .news-post-hr .post-contents:after {
    content: none;
  }
}

.about {
  padding: 60px 0;
}
.facility{
	    background: #fbfbfb;
}
.testimonial .testimonial-item {
  margin-bottom: 30px;
}

.testimonial .testimonial-item .comment {
  padding: 40px 30px;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  position: relative;
  transition: .3s ease;
}

.testimonial .testimonial-item .comment:before {
  content: '';
  position: absolute;
  left: -2px;
  bottom: -27px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 27px 0;
  border-color: transparent #e5e5e5 transparent transparent;
  transition: .3s ease;
}

.testimonial .testimonial-item .comment:after {
  content: '';
  position: absolute;
  left: -1px;
  bottom: -26px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 28px 27px 0;
  border-color: transparent #fff transparent transparent;
  transition: .3s ease;
}

.testimonial .testimonial-item .comment:hover {
  background: #ff6600;
  border: 1px solid #ff6600;
}

.testimonial .testimonial-item .comment:hover p {
  color: #fff;
}

.testimonial .testimonial-item .comment:hover:before {
  border-color: transparent #ff6600 transparent transparent;
}

.testimonial .testimonial-item .comment:hover:after {
  border-color: transparent #ff6600 transparent transparent;
}

.testimonial .testimonial-item .media {
  margin-left: 50px;
}

.testimonial .testimonial-item .media img {
  height: 65px;
  width: 65px;
  border-radius: 100%;
}

.testimonial .testimonial-item .media .media-body {
  margin-left: 15px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.testimonial .testimonial-item .media .media-body .name p {
  font-family: "Montserrat", sans-serif;
  color: #222222;
}

.testimonial .testimonial-item .media .media-body .profession p {
  font-size: 0.8126rem;
  color: #ff6600;
}

.error .block {
  margin-top: 60px;
  margin-bottom: 60px;
}

.error .block img {
  margin-bottom: 45px;
}

.error .block h3 {
  font-weight: 400;
  color: #ff6600;
  margin-bottom: 40px;
}

.error .block h3 span {
  font-style: italic;
  color: #222222;
}

.faq .accordion-block #accordion .card, .faq .accordion-block #accordionTwo .card {
  border-radius: 0;
  margin-bottom: 20px;
}

.faq .accordion-block #accordion .card .card-header, .faq .accordion-block #accordionTwo .card .card-header {
  background: #fff;
  padding: 0;
}

.faq .accordion-block #accordion .card .card-header h5 a, .faq .accordion-block #accordionTwo .card .card-header h5 a {
  font-weight: 400;
  color: #222222;
}

.faq .accordion-block #accordion .card .card-header h5 a span, .faq .accordion-block #accordionTwo .card .card-header h5 a span {
  padding: 20px;
  border-right: 1px solid #e5e5e5;
  margin-right: 20px;
}

.faq .accordion-block #accordion .card .card-body, .faq .accordion-block #accordionTwo .card .card-body {
  color: #848484;
  padding: 15px 20px;
}

.faq .accordion-block #accordion .card .collapse.show + .card-header h5 a, .faq .accordion-block #accordionTwo .card .collapse.show + .card-header h5 a {
  color: #ff6600;
}

.contact-form .form-control {
  margin-bottom: 6px;
}

.contact-form button {
  margin-top: 30px;
  margin-bottom: 30px;
}


.mobex-section.core-values {
    z-index: 9;
    padding-bottom: 60px;
    padding-top: 115px;
}

.core-values .row-head-section::before {
    border-bottom-color: hsla(0, 0%, 0%, 0.07);
}

.row_core_values .service-img {
    height: 220px;
    z-index: 1;
    background-color: #2e7300;
    background-blend-mode: luminosity;

}

.row_core_values .wrap_service {
    webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
}

.row_core_values .wrap_service:hover {
    -webkit-box-shadow: 0 32px 35px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 32px 35px rgba(0, 0, 0, 0.24);
    -ms-box-shadow: 0 32px 35px rgba(0, 0, 0, 0.24);
    -o-box-shadow: 0 32px 35px rgba(0, 0, 0, 0.24);
    box-shadow: 0 32px 35px rgba(0, 0, 0, 0.24);
    -webkit-transform: translateY(-10px);
    transform: translateY(-30px);
    cursor: pointer;
}

.row_core_values .service-text {

    z-index: 9;
    background: #fff;

    text-align: center;
}

.row_core_values .service-img::before {

    z-index: -1;
    border-bottom-color: #fff;
}

.row_core_values .service-img::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #273272;
    z-index: -2;
    opacity: .4;
}

.row_core_values .service-more::before {
    content: none;
}

.core_value_icon {
    position: absolute;
    top: 50%;
    text-align: center;
    left: 50%;
    right: 0;
    width: 100px;
    height: 100px;
    background: #efefef;
    line-height: 100px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    color: #fff;
    font-size: 44px;
    z-index: 2;
}

.core_value_icon::before {
    content: "";
    position: absolute;
    top: -13px;
    bottom: -13px;
    left: -13px;
    right: -13px;
    background: #efefef;
    z-index: -1;
    opacity: .15;
    border-radius: inherit;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.row_core_values .wrap_service:hover .core_value_icon {
    background: #fff;
    color: #feea3b;
}

.row_core_values .wrap_service:hover .core_value_icon::before {
    -webkit-animation: 1s play-pause .2s ease-in infinite;
    animation: 1s play-pause .2s ease-in infinite;
}

.row_core_values .service-text p {
    margin-bottom: 7px;
    transition: transform .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}


/*

19- process 
 */


.row_process {
    padding-top: 120px;
}

.wrap_process {
    text-align: center;
    padding: 30px;
    position: relative;
    margin-bottom: 30px;
}

.wrap_process::before {
    content: "";
    top: 84px;
    position: absolute;
    border: 2px dashed #f8faff;
    left: 50%;
    right: -50%;
}

.col-process:last-child .wrap_process::before {
    content: none;
}

.process_icon {
    display: inline-block;
    position: relative;
    width: 168px;
    height: 94px;
    -webkit-transition: .4s all;
    transition: .4s all;

    text-align: left;

    background: #fff;
    margin-bottom: 40px
}

.process_icon::before,
.process_icon::after {
    content: '';
    position: absolute;
    width: 100%;
    height: -webkit-calc(100% + 4px);
    height: calc(100% + 4px);
    bottom: -2px;
    background: inherit;
}

.process_icon::before {
    transform: rotate(60deg);

}

.process_icon::after {
    transform: rotate(-60deg);

}

.process_icon i {
    position: absolute;
    width: 90px;
    height: 90px;
    top: 50%;
    left: 50%;
    z-index: 9;
    background: #06163a;
    transform: translate(-50%, -50%);
    line-height: 90px;
    text-align: center;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    border-radius: 50%;
    font-size: 32px;
    color: #ff5e14;
}

.wrap_process:hover .process_icon i {
    background: #ff5e14;
    color: #fff;
    webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
}

.wrap_process h3 {
    text-transform: capitalize;
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 20px;

}

/*
20- cases layout 2
 */

.recent_cases_shead {

    padding-bottom: 0;
    z-index: 1;
}




.head-cases-title h2 {
    margin-bottom: 0;
    
}

.head_projects_text {
    padding-left: 30px;
   
}


.mobex-section.recent_case_2 {
    padding-top: 0;
    padding-bottom: 110px;
}

.row.wrap_row_cases {
       margin-top: 35px;
    padding-top: 31px;
    position: relative;
}

.row.wrap_row_cases::before {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    border-bottom: 1px solid #e4eaf7;
    top: 0;
}

.explore_project a {
    padding: 9px 18px;
    margin-top: 7px;
    display: inline-block;
    text-transform: capitalize;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

.explore_project a i {
    /* padding-top: 3px; */
    margin-left: 9px;
    display: inline-block;
}

.explore_project a:hover {
    background: #06163a;
    color: #ff5e14;
}
.col-case-2 .case-container {
    padding: 0;
}
.col-case-2 .wrap_case {
    margin-bottom: 15px;
}



/*
21- our team
 */




.wrap_team_head {
    padding-right: 30px;
}

.team-carousel {
    width: 111% !important;
    margin-right: -30px;
}

.m-employee {
    margin-right: 15px;
}

.wrap_team_content {
    background-color: #e4eaf7;
    background-position: right bottom;
    background-size: auto;
    padding: 0;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
       display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 2px;
    box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, 0.06);
    margin-bottom: 12px;
}

.wrap_team_content::before {
    content: "";
    position: absolute;
    bottom: -1px;
    right: -1px;
    border: 53px solid transparent;
    border-right-color: #ff5e14;
    border-bottom-width: 0;
}

.team_info {
    width: 55%;
    padding: 30px 20px 30px 30px;
}

.team_title h3 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 13px;
}

.team_title span {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
}

.team_text p {
    font-size: 14px;
}

.contact_team_icons li {
    display: inline-block;
}

.contact_team_icons li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    background: #fff;

}

.contact_team_icons li a:hover {
    background: #ff5e14;
    color: #fff;
}

.team-carousel.mobex-owl .owl-dots {
    padding-top: 10px;
}

.team-carousel.mobex-owl .owl-dots button.active {
    background: #ff5e14;
    width: 40px;
    border-radius: 48px;
}

.team-carousel.mobex-owl .owl-dots button {
    width: 11px;
    height: 11px;

}

/*
22- partners
 */
.partners-section {
    padding: 60px 0;
}


.row_partners ul {
        display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    justify-content: center;
}

.row_partners ul li {
    display: inline-block;
    flex: 1;
    text-align: center;
}

.row_partners ul li a {
    display: inline-block;
    padding: 20px;
}

.row_partners ul li a img {
    opacity: .75;
    transition: opacity .4s ease-in;
    -webkit-transition: opacity .4s ease-in;
}

.row_partners ul li a:hover img {
    opacity: 1;
}


/*
23- pricing table 
 */

.pricing-section {
    z-index: 1;
    padding-top: 120px;
    padding-bottom: 120px;
}


.wrap_head_pricing {
    text-align: center;
}

.wrap_head_pricing h2 {
    margin-bottom: 0;
    text-transform: unset;

}

.pricing-section .row-head-section::before {
    border-bottom-color: rgba(0, 0, 0, 0.08);
}

.wrap_plan {
    text-align: center;
    background: inherit;
    border-top-right-radius: 45px;
    webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.wrap_plan:hover,
.wrap_plan.feature-plan {
    -webkit-box-shadow: 0 13px 35px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 13px 35px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 13px 35px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 13px 35px rgba(0, 0, 0, 0.25);
    box-shadow: 0 13px 35px rgba(0, 0, 0, 0.25);

}

.wrap_plan:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.head-plan {
    margin: 0;
    padding: 21px;
    background: #fff;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 26px;
    position: relative;
    font-weight: 400;
    border-top-right-radius: 45px;
}


.head-title em {
    font-style: normal;
    font-size: 72px;
    line-height: 75px;
    color: #fff;
    font-weight: 300;
}

.price-plan {
    padding: 20px;
    position: relative;
    background: #fe5d15;
}

.price-plan::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border: 40px solid transparent;
    border-bottom-color: #fff;
    border-right-width: 0;
}

.m-currency {
    font-style: normal;
    vertical-align: super;
    font-size: 27px;
    color: #e4eaf7;
    font-weight: 300;
}

.price-plan .m-duration {
    font-style: normal;
    font-size: 18px;
    font-weight: 300;
    color: #e4eaf7;
    margin-left: 4px;
    vertical-align: super;
}

.pricing-feature {
    padding: 30px 20px;
    background: #fff;
    text-align: left;
}

.pricing-feature {
    padding: 40px 20px 40px;
    background: #fff;
    text-align: left;

}

.pricing-feature li {
    padding-left: 20px;
    padding-bottom: 10px;
    position: relative;
}

.pricing-feature li::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    left: 0;
    top: 50%;
    background: #ff5e14;
    transform: translateY(-97%);
}

.plan-btn a {
    display: inline-block;
    width: 100%;
    padding: 19px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0px;
    position: relative;
    z-index: 1;
    background: #f4f8ff;

}

.plan-btn a:hover {
    color: #fff;
    border-color: #ff5e14;
}

.plan-btn a::before {

    content: "";
    width: 0;
    height: 100%;
    top: 0;
    position: absolute;
    right: 0;
    background: #ff5e14;
    z-index: -1;
    -webkit-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -moz-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -ms-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -o-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;

}

.plan-btn a:hover::before {
    width: 100%;
    left: 0;
    right: auto;
}

/*
24- header layout 3 (index 3)
 */
.m-frame {
    padding: 15px;
    overflow-x: hidden;
    background: #fff
}

.tp-main-menu.header-menu-3 {
    box-shadow: 0 0px 35px rgba(2, 6, 32, 0.2);
    position: relative;

}

.head_3_container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1803921568627451);
}

.tp-fixed-nav.tp-main-menu.header-menu-3 .head_3_container {
    position: relative;
    top: auto;
    border-bottom: 0;

}

.tp-fixed-nav.tp-main-menu.header-menu-3 {
    position: fixed;
}

.tp-main-menu.header-menu-3 .dark-logo {
    display: none;
}

.tp-fixed-nav.tp-main-menu.header-menu-3 .light-logo {
    display: none;
}

.tp-fixed-nav.tp-main-menu.header-menu-3 .dark-logo {
    display: block;
}

.header-menu-3.sticky-header.tp-fixed-nav {
    left: 15px;
    right: 15px;
    border-radius: 0;
}

.header-menu-3 .tagpoint-wrap-logo {
    border-right: 1px solid hsla(0, 0%, 100%, 0.23);
}

.tp-main-menu.header-menu-3 .tagpoint-main-menu>li>a {
    padding: 25px 12px;
    color: #fff;
}

.tp-main-menu.header-menu-3 .tagpoint-main-menu>li.current_page_item>a,
.tp-main-menu.header-menu-3 .tagpoint-main-menu>li>a:hover {
    color: #ff5e14;
}

.tp-main-menu.header-menu-3 .tagpoint-menu-2 li.m_wrap_phone a {
    border-left: 1px solid hsla(0, 0%, 100%, 0.23);
}

.tp-main-menu.header-menu-3.tp-fixed-nav .tagpoint-main-menu>li>a {
    color: #06163a;
}

.tp-main-menu.header-menu-3.tp-fixed-nav .tagpoint-main-menu>li>a::before {
    background: #ff5e14;
}

.tp-main-menu.header-menu-3.tp-fixed-nav .tagpoint-main-menu>li.current_page_item>a,
.tp-main-menu.header-menu-3.tp-fixed-nav .tagpoint-main-menu>li>a:hover {
    color: #ff5e14;
}

.tp-main-menu.header-menu-3.tp-fixed-nav .tagpoint-menu-2 li.m_wrap_phone a {
    border-left-color: #f5f5f5;
}

.tp-main-menu.header-menu-3.tp-fixed-nav .tagpoint-wrap-logo {
    border-right-color: #f5f5f5;
}

/*
25- slider 3
 */

.r_wrap_slider.r_wrap_slider_3 .r-slider-container {
    text-align: center;
    justify-content: center;
    padding-top: 75px;
}

.r_wrap_slider.r_wrap_slider_3::before {
    opacity: .2;
    background: #000;
}

.r_wrap_slider.r_wrap_slider_3 .slider-title {
        font-weight: 500;
    text-transform: unset;
    font-size: 72px;
    letter-spacing: -2.5px;
    color: #fff;
    line-height: 71px;
}



.r_wrap_slider.r_wrap_slider_3 .slider-btn {
    border: 1px solid hsla(0, 0%, 100%, 0.26);
    padding-top: 10px;
    padding-bottom: 10px;
}

.r_wrap_slider.r_wrap_slider_3 .slider-btn::before {
    background: hsla(0, 0%, 100%, 0.26);
}

.r_wrap_slider.r_wrap_slider_3 .r_slider_img {
    height: 650px
}

/*
26- features layout2
 */



.mobex-section.private_services {

    z-index: 1;
    box-shadow: 0 0px 35px rgba(2, 6, 32, 0.2);

}

.wrap_private-service {
    background: #fff;
    margin-bottom: 30px;
    webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -webkit-box-shadow: 0 6px 35px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 6px 35px rgba(0, 0, 0, 0.07);
    -ms-box-shadow: 0 6px 35px rgba(0, 0, 0, 0.07);
    -o-box-shadow:0 6px 35px rgba(0, 0, 0, 0.07);
    box-shadow: 0 6px 35px rgba(0, 0, 0, 0.07);
}

.wrap_private-service:hover {

    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    cursor: pointer;
}

.icon_private_service {
    display: block;
    text-align: center;
    padding: 30px 30px 30px;
    background: inherit;
    position: relative;
    z-index: 1;
    background: #26348c;
}

.icon_private_service i {
    font-size: 40px;
    line-height: 40px;
    color: #ffffff;
}

.icon_private_service::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    border-top: 5px solid #e0e0e0;
    z-index: -1;
}

.private_service_content {
    background: inherit;
    padding: 30px 15px;
    text-align: center;
    position: relative;
    z-index: 1;
}


.private_service_content h4 {
        margin-top: 0;
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: 500;
}

.private_service_content p {
    margin-bottom: 18px;

}

.m-small-btn {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
}

.m-small-btn i {
    margin-left: 3px;
}

.wrap_private-service:hover .m-small-btn {
    color: #06163a;
}


/*
27- about us
 */

.mobex-section.about_us_3 {
     padding: 0;
    background: #fff;
    z-index: 2;
    box-shadow: 0 28px 35px rgba(2, 6, 32, 0.2);


}


.wrap_aboutus_3 {
    padding-top: 130px;
    padding-bottom: 130px;
    padding-right: 30px;
}

.row.row_about_pvm {
    margin-bottom: 70px;
}

.row.row_about_pvm:last-child {
    margin-bottom: 0;
}

.about_us_3_icon {
    display: inline-block;
    position: relative;
    width: 126px;
    height: 69px;
    -webkit-transition: .4s all;
    transition: .4s all;
    text-align: left;
    background: hsla(221, 14%, 91%, 0.17);
}

.about_us_3_icon::before {
    transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
}

.about_us_3_icon::after {
    transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
}

.about_us_3_icon::before,
.about_us_3_icon::after {
    content: "";
    content: '';
    position: absolute;
    width: 100%;
    height: -webkit-calc(100% + 4px);
    height: calc(100% + 4px);
    bottom: -2px;
    background: inherit;
    text-align: center;
}

.about_us_3_icon i {
    position: absolute;
    font-size: 42px;
    z-index: 2;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #ff5e14;
}

.about_us_3_title {
        margin-top: 0;
    text-align: left;
    font-size: 24px;
    text-transform: capitalize;

}

.about_us_3_text {
    padding-left: 30px;
    margin-bottom: 0;

    position: relative;
}

.wrap_about_counter {
    padding: 120px 15px;
    position: relative;
    height: 100%;
}

.about_us_3_text::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    border-left:1px solid hsla(0, 0%, 0%, 0.06);
}


.wrap_about_counter::before {
     content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    border-left: 1px solid #e3eaf7;
}

.wrap_about_counter .wrap_facts {
    display: flex;
    justify-content: left;
    align-items: center;
    background: transparent;
    width: auto;
    min-width: auto;
    padding: 10px 15px;
}

.wrap_about_counter .wrap_facts::before {
    content: none;
}

.wrap_about_counter .wrap-tp-counter .tp-counter {
   
    font-size: 58px;
    line-height: 58px;
}

.wrap_about_counter .wrap-tp-counter i {
    font-size: 28px;
    right: auto;
    color: hsla(0, 0%, 0%, 0.64);
}

.wrap_about_counter .wrap-tp-counter {
    margin-right: 30px;
    padding: 7px 0;
    width: 40%;
    text-align: left;

}

.wrap_about_counter .wrap_facts h4 {
    margin-top: 0;
    font-size: 18px;
    text-transform: capitalize;
}





/*
28- services layout 3
 */

.mobex-section.services-section-3 {
    padding-top: 120px;

    z-index: 2;
    background: #e4eaf7;
    box-shadow:0px 15px 35px rgba(2, 6, 32, 0.2);

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='199' viewBox='0 0 100 199'%3E%3Cg fill='%23cccccc' fill-opacity='0.3'%3E%3Cpath d='M0 199V0h1v1.99L100 199h-1.12L1 4.22V199H0zM100 2h-.12l-1-2H100v2z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.head-section {
    padding-bottom: 60px;
}



.services-section-3 .row-head-section {
       padding-bottom: 35px;
    margin-bottom: 45px;
    position: relative;
}
.services-section-3 .row-head-section::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-bottom: 1px solid hsla(0, 0%, 2%, 0.12);
    opacity: .9;
}

.col-service-3-head .m-title {
    color: #fff;
    text-transform: capitalize;
    text-align: center;
}

.col-service-3-head p {
    text-align: center;
    color: #b4bdd2;
}

.wrap_service_3 {
    background: #ffffff;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    margin-bottom: 30px;

    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.wrap_service_3:hover {
    -webkit-box-shadow: 0 0 35px rgba(2, 6, 32, 0.15);
    -moz-box-shadow: 0 0 35px rgba(2, 6, 32, 0.15);
    -ms-box-shadow: 0 0 35px rgba(2, 6, 32, 0.15);
    -o-box-shadow: 0 0 35px rgba(2, 6, 32, 0.15);
    box-shadow: 0 0 35px rgba(2, 6, 32, 0.15);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.service-head-3 {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 100%;
    background: #fff;

}

.service_3_icon {
    display: inline-block;
}

.service_3_icon i {
    display: inline-block;
    width: 80px;
    float: left;
    min-height: 80px;
    height: 100%;
    text-align: center;
    line-height: 80px;
    background: #ff5e14;
    color: #fff;
    font-size: 24px;
    margin-right: 15px;
}

.service_3_title {
    overflow: hidden;
    padding: 12px;
    height: 100%;
}

.service_3_title h3 {
    margin-top: 0;
    margin-bottom: 5px;
    padding-top: 5px;
    text-transform: capitalize;
    font-size: 24px;
}

.service_3_title p {
    font-size: 12px;
    text-transform: uppercase;
}

.sercie_caption {
    visibility: hidden;
    opacity: 0;
    color: #c6d5f5;
    position: absolute;
    text-align: center;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(-30%);
    -wekit-transform: translateY(-30%);
    transition: all .4s ease-in-out;
}

.sercie_caption p {
    padding: 21px;
    font-size: 14px;
}

.wrap_service_3:hover .sercie_caption {
    transition-delay: .4s;
    opacity: 1;
    transform: translateY(-50%);
    -wekit-transform: translateY(-50%);
    visibility: visible;

}

.service-img-3 img {
    width: 100%;
}

.wrap_service_img_3 {
    z-index: 1;
    overflow: hidden;
    position: relative;
}

.wrap_service_img_3::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 0;
    border: 35px solid transparent;
    border-top-color: #fff;
    border-right-width: 0px;
    width: 0;
    -webkit-transition: height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s, background .4s;
    -moz-transition: height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s, background .4s;
    -ms-transition: height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s, background .4s;
    -o-transition: height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s, background .4s;
    transition: height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s, background .4s;
}

.wrap_service_3:hover .wrap_service_img_3::before {
    width: 100%;
    height: 100%;
    background: hsla(222, 81%, 13%, 0.81);
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.service_3_btn {
    display: block;
    background: #fff;
    z-index: 2;
    position: relative;
}

.service_3_btn a {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 17px 17px 14px;
    display: block;
    position: relative;
    z-index: 1;

}

.service_3_btn a:hover,
.wrap_service_3:hover .service_3_btn a {
    color: #fff;
}

.service_3_btn a i {
    color: #ff5e14;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.service_3_btn a:hover i,
.wrap_service_3:hover .service_3_btn a i {
    color: #fff;
}

.service_3_btn a:hover::before,
.wrap_service_3:hover .service_3_btn a::before {
    width: 100%;
    left: 0;
    right: auto;
}

.service_3_btn a::before {
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    position: absolute;
    right: 0;
    background: #ff5e14;
    z-index: -1;
    -webkit-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -moz-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -ms-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -o-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}









/*
29- case layout 3
 */

.mobex-section.case-2-section {

    z-index: 2;

}

.row_chfilter {
       padding-bottom: 25px;
    margin-bottom: 36px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.11);
}

.wrap_cheade h2 {
    color: #fff;
    margin-bottom: 0;
    font-size: 42px;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 50px;
}

.bl-toolbar.filters {
    text-align: right;
}

.bl-toolbar.filters input[type="checkbox"] {
    display: none;
}

.bl-toolbar.filters span {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px 16px;
    color: #06163a;
    margin-right: 5px;
    cursor: pointer;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    position: relative;

}

.row_chfilter .bl-toolbar.filters span {
    color: #e1e8f5;
}

.row_chfilter .bl-toolbar.filters span::before {
    content: "";
    position: absolute;
    right: -5px;
    top: 0;
    bottom: 0;
    border-left: 1px solid hsla(0, 0%, 100%, 0.11);
    transform: skew(-10deg);
    -webkit-transform: skew(-10deg);
}

.bl-toolbar.filters label {
    margin-bottom: 0;
}

.bl-toolbar.filters label:last-child span::before {
    content: none;
}

.toolbar.filters input[type="checkbox"].selected+span,
.bl-toolbar.filters input[type="checkbox"]:checked+span {

    color: #ff5e14;

}

.row.r-projects {
    margin: 0 -30px;
}

.wrap-case {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    height: 318px;
    margin-bottom: 30px;
}

.wrap-case a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
}

.case_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.wrap-case:hover .case_overlay {
    opacity: 1;
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}

.inner_case_overlay {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.65;
}

.case_wrap_content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    color: #fff;
    display: table;
    width: 100%;
    height: 100%;
}

.case_t_overlay {
    display: table-row;
}

.wrap-case:hover .wrap_case_title {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.wrap_case_title {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
    -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -o-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
}

.wrap_case_title h3 {
    padding: 20px;
    color: hsla(0, 0%, 100%, 0.91);
    font-size: 24px;
    margin-bottom: 0;
}

.wrap_case_image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -3px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*
30- testmonails 2
 */


.testmonail-section-2 .wrap_head_section h2 {
    margin-bottom: 0;
}

/*
31- banner section
 */

.mobex-banner {
    padding-top: 100px;
    background-image: url(imgs/banner.jpg);
    background-size: cover;
    background-position: center;
}

.wrap_banner_text h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 0;
}

.wrap_banner_text p {
    margin-top: 12px;
    color: #e4eaf7;
}

.wrap_banner_btn {
    text-align: right;
}

.wrap_banner_btn a {
    padding: 16px 24px 14px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.wrap_banner_btn a:hover {
    background: #fff;
    color: #ff5e14;
}

.blogs-section-2.bindex-3{
    box-shadow: 0 28px 35px rgba(2, 6, 32, 0.2);
}


/*
32- header layout 4 (index 4)
 */

.header-menu-4 .dark-logo {
    display: none;
}

.header-menu-4 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1803921568627451);
}

.header-menu-4 .head_3_container {

    position: unset;
    border-bottom: 0;

}

.tp-fixed-nav.header-menu-4 .light-logo {
    display: none;
}

.tp-fixed-nav.header-menu-4 .dark-logo {
    display: block;
}

.header-menu-4 .tagpoint-wrap-logo {
    border-right: 1px solid hsla(0, 0%, 100%, 0.2);
}

.tp-fixed-nav.header-menu-4 .tagpoint-wrap-logo {
    border-right: 1px solid hsl(221, 26%, 90%);
}

.header-menu-4 .tagpoint-menu-2 li.m_wrap_phone a {
    border-left: 1px solid hsla(0, 0%, 100%, 0.2);

}

.tp-fixed-nav.header-menu-4 .tagpoint-menu-2 li.m_wrap_phone a {
    border-left: 1px solid hsl(221, 26%, 90%);

}

.tp-fixed-nav.header-menu-4 .tagpoint-menu-2 .tagpoint-main-menu>li>a {
    color: #06163a;
}

.tp-fixed-nav.header-menu-4 .tagpoint-main-menu>li.current_page_item>a,
.tp-fixed-nav.header-menu-4 .tagpoint-main-menu>li>a:hover {
    color: #ff5e14;
}

.r_wrap_slider.r_wrap_slider_4 .slider-title {
    letter-spacing: -3px;
    font-weight: 700;
    text-transform: uppercase;
}

.r_wrap_slider_4 .r-slider-container {
    text-align: center;
    padding-top: 70px;
}

.r_wrap_slider_4 .r_slider_img {
    height: 670px;
}

.r_wrap_slider_4 .r-slider-conten p {
    font-size: 24px;
    color: #fff;
    line-height: 32px;
}

.r_wrap_slider_4 .slider-btn {
    background: #ff5e14;
    color: #fff;
    padding: 14px 40px;

}

.r_wrap_slider_4 .slider-btn:hover {
    background: #fff;
    color: #ff5e14;
}

/* 33- about us 4 */
.mobex-section.about_us_page_3 {
    padding-top: 60px;
}


.about_us_4 {
    padding-bottom: 130px;
    padding-top: 120px;
}

.about_us_4::before {
 content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 17%;
    background: #fe5d15;
}

/*
34- video section 
 */
.sub-para {
    font-size: 15px;
    font-weight: 500;
}

.mobex-section.mobex-tvedio {
    padding-bottom: 120px;
}

.mobex-section.mobex-tvedio::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 20%;
    background: #e4eaf7;
}

.wrap_vimg {
    padding-left:0px;
    position: relative;
    overflow: hidden;
}

.wrap_vimg img {
    width: 100%;
}

.wrap_vimg .intro_video {
    position: absolute;
    top: 50%;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

/*
35- services layout 4
 */



.services-section-4 {
    z-index: 2;
    padding-top: 120px;
    background: #fff;
   
}

.wrap_services_4 {
    background: #e4eaf7;
    margin-bottom: 30px;
    webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -webkit-box-shadow: 0 2px 30px 0 hsla(0, 0%, 0%, 0.02);
    -moz-box-shadow: 0 2px 30px 0 hsla(0, 0%, 0%, 0.02);
    -ms-box-shadow: 0 2px 30px 0 hsla(0, 0%, 0%, 0.02);
    -o-box-shadow: 0 2px 30px 0 hsla(0, 0%, 0%, 0.02);
    box-shadow: 0 2px 30px 0 hsla(0, 0%, 0%, 0.02);
}

.wrap_services_4:hover {

    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 32px 35px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 32px 35px rgba(0, 0, 0, 0.24);
    -ms-box-shadow: 0 32px 35px rgba(0, 0, 0, 0.24);
    -o-box-shadow: 0 32px 35px rgba(0, 0, 0, 0.24);
    box-shadow: 0 32px 35px rgba(0, 0, 0, 0.24);
    cursor: pointer;
}

.wrap_services_4 .private_service_content h4 {
      color: #06163a;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 400;
}

.wrap_services_4 .icon_private_service {

    background: #ff5e14;
}

.wrap_services_4 .icon_private_service i {
    color: #fff;
}

.wrap_services_4 .icon_private_service::before {
    content: none;
}

.wrap_services_4 .private_service_content {
    padding: 30px 19px;

}

.wrap_services_4 .private_service_content p {
    color: #7f7f8a;
}




/*
36- breadcrumbs layout 1
 */


.mobex-section.r-breadcurmbs-1 {
    padding: 50px 0 52px;
    border-bottom: 1px solid #d6dae2;
}

.breadcurmbs-head {
    text-transform: capitalize;
    margin-bottom: 12px;

}

.wrap_breadcrumbs_1 {
    text-align: center;
}

.breadcrumbs_content_1 li {
    display: inline-block;
    margin-right: 11px;
    color: #b4bbca;
}

.breadcrumbs_content_1 li span,
.breadcrumbs_content_1 li a {
    margin-right: 12px;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 14px;
}

.breadcrumbs_content_1 li span {
    color: #61626d;
}


/*
37- about page 1
 */
.mobex-section.our-skills {
    padding-bottom: 120px;
}

.features-section.about_page .wrap_feature h3 {
    color: #06163a;
}

.features-section.about_page .wrap_feature::before {
    border-left: 1px solid hsl(220, 17%, 86%);
}

.features-section.about_page .wrap_feature p {
    color: #7f7f8a;
}

.skill-title {
    margin-top: 0;
    font-size: 15px;
    text-align: left;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0;
}

.progress_bar_lin {
    padding-bottom: 15px;
    position: relative;
}


.progress_bar_lin .progressbar-text {
    display: inline-block;
    position: absolute;
    top: -22px;
    width: 40px;
    font-weight: 400;
    height: 40px;
    text-align: center;
    line-height: 41px;
    border-radius: 100% 100% 0;
    right: 0;
    background: rgb(255, 94, 20) !important;
    font-size: 14px;
    color: #fff !important;
}

.progress_bar_lin .progressbar-text i {
    font-size: 50%;
    margin-left: -3px;
}

.col-team .m-employee {
    margin-right: 0;
    margin-bottom: 30px;
}

.col-team .team_info {
    width: 74%;
    padding-top: 57px;
}



.mobex-section.our-team-2 .wrap_head_section  h2 {
    color: #fff;
    margin-bottom: 0;
}
.mobex-section.our-team-2 .row-head-section  p{
    color: #c3c9d8;
}
.mobex-section.our-team-2 .row-head-section::before{
    border-bottom-color: hsla(0, 0%, 100%, 0.11);
}
/*

38- breadcrumbas layout 2
 */

.r-breadcurmbs-2 {
    background-image: url(imgs/facts.jpg);
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    background-blend-mode: soft-light;
}

.r-breadcurmbs-2 h1 {
    color: #fff;
}

.r-breadcurmbs-2 .breadcrumbs_content_1 li {
    color: hsla(0, 0%, 100%, .8);
}

.r-breadcurmbs-2 .breadcrumbs_content_1 li span,
.r-breadcurmbs-2 .breadcrumbs_content_1 li a {
    color: #b0b5c1;
}

.r-breadcurmbs-2 .breadcrumbs_content_1 li a:hover {
    color: #fff;
}

/*
39- about page 2
 */
.mobex-section.about_us_page_2 {
    padding-top: 0;
    padding-bottom: 90px
}

.tab {
    overflow: hidden;
    position: relative;
}

.tabs {
    display: table;
    position: relative;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #e4eaf7;
    text-align: center;
}

.tabs li {
    padding: 0;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
}

.tabs li a {
    display: inline-block;
}

.tabs li a h4 {
 font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    padding: 20px;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    margin-bottom: -1px;
    font-weight: 500;
    margin-top: 0;
    letter-spacing: 0px;
}

.tabs_item:first-child {
    display: block;
}

.tabs_item {
    display: none;
    padding: 60px 40px 40px;
}

.tab_content_text {
    overflow: hidden;
}

.tabs li.current a h4 {
    color: #ffffff;
    background: #ff5e14;
}

.tabs_item h3:last-child,
.tabs_item h2:last-child {
    margin-bottom: 0;
    margin-top: 0;
}

/*
featues layout 2
 */

.mobex-section.our_features {
    padding-bottom: 70px;
    padding-top: 120px;
}

.wrap_feature_about {
    padding-right: 30px;
    margin-bottom: 50px;
}

.feature_about_icon {
    padding: 31px 33px;
    border: 1px solid #fff;
    display: inline-block;
    color: #e2215a;
    font-size: 26px;
    border-radius: 5px;
}

.wrap_aboutf_text h3 {
   font-size: 16px;
    text-transform: uppercase;
    margin-top: 26px;
    font-weight: 500;
}

.mobex-section.core-values-page {
    padding-top: 120px;
    padding-bottom: 130px;
}

.mobex-section.mobex-banner-2 {
    padding-top: 30px;
    padding-bottom: 30px;
}


/*
40- about page 3
 */
.wrap_aboutp_text {
    padding-right: 30px;
}

.wrap_aboutp_title h2 {
    margin-bottom: 0;
}

.about_us_page_3 .why_us_list li p {
    color: #7f7f8a;
}

.row.row_whu_us_page {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #e4eaf7;
}

.feature_iconp {
    display: inline-block;
    float: left;
    font-size: 36px;
    line-height: 36px;
    margin-right: 23px;
}


.fp_text {
    overflow: hidden;
    margin-bottom: 30px;
}

.fp_text h3 {
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 12px;
    text-transform: capitalize;
    font-weight: 500;
}

/*
process section layout 2
 */
.mobex-section.mobex-process {
    padding-bottom: 60px;
}



.mobex-process .row-head-section h2 {
    color: #fff;
    margin-bottom: 0;
}
.mobex-process .row-head-section p {
    color: #adb7ce;
}
.mobex-process .row-head-section::before{
    border-bottom-color: hsla(0,0%,100%,0.1);
}

.row.row_process_2 {
    padding-top: 35px;
}

.row.row_process_2 .process_icon {
    background: #010819;
}

.row.row_process_2 .wrap_process::before {
    border-color: #fff3;
}

.row.row_process_2 .wrap_process h3 {
    color: #fff;
}

.row.row_process_2 .wrap_process p {
    color: #9aa2b3;
    font-size: 14px;
}

/*
41- services page 1
 */

.col-inner-service {
    padding: 0;
}

.row.row-inner-service {
    margin: 0;
}

.col-inner-service .service-img {
    min-height: 230px;
    height: 100%;
}

.col-inner-service .service-text {
    height: 100%;
}

/*
42- single services page
 */

.m-single-page {
    padding-top: 120px;
    padding-bottom: 90px
}

.m-sidebar {
    padding-right: 40px;
    position: relative;
    height: 100%;
}

.m-sidebar::before {
    content: "";
    position: absolute;
    top: -80%;
    bottom: -100%;
    right: 4px;
    border-right: 1px solid #e4eaf7;
}

.widget {
    padding-bottom: 50px;
}

.widget:last-child {
    padding-bottom: 0;
}

.related_service_list li a {
    display: block;
    border-bottom: 1px solid hsla(0, 0%, 0%, 0.06);
    padding: 13px 15px;
    background: #e4eaf7;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
}

.related_service_list li:last-child a {
    border-bottom: 0;
}

.related_service_list li.current a,
.related_service_list li a:hover {
    background: #e2215a;
    border-bottom-color: hsla(0, 0%, 0%, 0.06);
    color: #fff;
}

.head_widget h3 {
       margin-top: 0;
    padding-bottom: 25px;
    margin-bottom: 0;
    font-size: 18px;
    letter-spacing: -.5px;
    font-weight: 500;
}

.widget_btn a {
    display: block;
    border: 1px solid #e1e6f5;
    text-align: center;
    padding: 14px;
    margin-bottom: 10px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}

.widget_btn a:hover {
    background: #fe5e14;
    color: #fff;
    border-color: transparent;
}

.widget_btn a i {
    margin-left: 13px;
    color: #fe5e14;
    font-size: 13px;
}

.widget_btn a:hover i {
    color: #fff;
}

.contact_us_list li {
    padding-bottom: 25px;
    overflow: hidden;
}

.contact_us_list li:last-child {
    padding-bottom: 0;
}

.wcontact_icon {
    display: inline-block;
    float: left;
    width: 70px;
    height: 70px;
    background: #e4eaf7;
    margin-right: 21px;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    color: #e2215a;
    font-size: 22px;
}

.wcontact_text {
    overflow: hidden;
}

.wcontact_text h3 {
    margin-top: 0;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
}

.wcontact_text p {
    font-size: 14px;
    line-height: 25px;
}

.m-pthumb img {
    width: 100%;
}

.m-pthumb {
    margin-bottom: 32px;
}

.wrap_single_content .m-title {
    font-size: 42px;
    font-weight: 200;
    line-height: 42px;
}

.post-img.right-pimg {
    padding-left: 15px;
}

.post-img.left-pimg {
    padding-right: 15px;
}

.post-img img {
    width: 100%;
}

.post-img {
    padding: 15px 0;
}

.row.row-inner-spage {
    padding-top: 30px;
}

.m-space {
    display: block;
    padding-top: 20px;
    clear: both;
}

/*
43- projects pages
 */

.col-case-1 .case-container {
    padding: 0;
}

.col-case-1 .wrap_case {
    margin-top: 0;
}

.wrap_load_cases {
    text-align: center;
}

.wrap_load_cases a {
    display: inline-block;
    margin-top: 20px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    box-shadow: 0 2px 60px 0 hsla(0, 0%, 0%, 0.11);
    background: #fff;
}

.wrap_load_cases a:hover {
    background: #ff5e14;
    color: #fff;
}

.projectsp-section .row_chfilter {
    margin-bottom: 24px;
    border-bottom-color: #e4eaf7;
    padding-bottom: 10px;
}

.projectsp-section .row_chfilter .bl-toolbar.filters span {
    color: #09163b;
}

.projectsp-section .row_chfilter .bl-toolbar.filters span::before {
    border-left: 1px solid hsla(0, 0%, 0%, 0.1)
}

/*
44- single project details
 */
.m-single-page.msp-project {
    padding-bottom: 120px;
}

.single_img_carousel {
    position: relative;
    overflow: hidden;
}

.m-zoomin {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    border-radius: 50%;
    color: #e2215a;
    opacity: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.m-zoomin:hover {
    background: #e2215a;
    color: #fff;
}

.single_img_carousel a:hover .m-zoomin {
    opacity: 1;
}

.mobex-owl.singlep-carousel .owl-dots {
    padding-top: 0;
    position: absolute;
    text-align: center;
    bottom: 10px;
    text-align: center;
    left: 0;
    right: 0;
}

.mobex-owl.singlep-carousel .owl-dots button {
    background: hsla(0, 0%, 100%, 0.6);
}

.mobex-owl.singlep-carousel .owl-dots button.active {
    background: #e2215a;
}

.wrapa_project_details {
    padding-left: 20px;
}

.wrapa_project_details h3 {
    margin-top: 0;
}

.project-info {
    padding-top: 35px;
    display: table;
    width: 100%;
}

.project-info li {
    padding: 12px;
    display: table-row;
}

.project-info li h4 {
    display: table-cell;
    font-weight: 500;
    font-size: 14px;
    border-right: 1px solid hsla(0, 0%, 0%, 0.03137254901960784);
    margin-bottom: 0;
    text-transform: uppercase;
    width: 25%;
    padding-top: 8px;
    padding-bottom: 8px;
}

.project-info li p {
    overflow: hidden;
    display: table-cell;
    text-align: left;
    padding-left: 30px;
    padding-bottom: 12px;
    font-size: 14px;
    line-height: 28px;
}

.project_tags a {
    display: inline-block;
    background: #e4e9f7;
    padding: 1px 14px;
    border-radius: 50px;
    font-size: 12px;
    margin-left: 4px;
    margin-bottom: 8px;
}

.project_tags a:hover,
.share-post li a:hover {
    color: #fff;
    background: #e2215a;
}

.share-post {
    padding-left: 35px;
    text-align: left;
}

.share-post li {
    display: inline-block;
    padding: 0;
}

.share-post li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #e4e9f7;
    text-align: center;
    line-height: 40px;
    font-size: 13px;
}

.mobex-section.m-rprojects {
    padding-top: 100px;
}

.wrap_hrelated {
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid hsla(0, 0%, 0%, 0.07);
}

.wrap_hrelated h2 {
    font-size: 42px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.mobex-owl.related-cases {
    width: calc(100% + 15px);
    margin-left: -15px;
    margin-right: -15px;
}

.mobex-owl.related-cases .case-container {
    margin-right: -15px;
}

.mobex-owl.related-cases .wrap_case {
    height: 370px;
}

.mobex-owl.related-cases .owl-dots {
    padding-top: 0;
}

.mobex-owl.related-cases .owl-dots button {
    background: #fff;
}

.mobex-owl.related-cases .owl-dots button.active {
    background: #e2215a;
}

.wrapa_project_fdetails h3 {
    margin-top: 0;
}

.wrapa_project_fdetails {
    padding-top: 30px;
}

/*
45- blogs style 
 */

.tagpoint-nav-search {
    position: relative;
}

#lns-search-2 {
    border: none;
    width: 100%;
    padding: 22px;
    height: 50px;
    background: #e4eaf7;

}

.lns-button {
    display: inline-block;
    border: 0;
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    text-align: center;
    right: 0;
    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    bottom: 0;
    line-height: 0;
    font-size: 12px;
    width: 50px;
    background: #06163a;

    color: #fff;
}

.lns-button:hover {
    background: #e2215a;

}

.lns-button i {
    color: #fff;
}

.right-sidebar .m-sidebar {
    padding-left: 40px;
    padding-right: 0;
}

.right-sidebar .m-sidebar::before {

    left: 4px;
    right: auto;
    border-left: 1px solid #e4eaf7;
    border-right: 0;
}

.cats_list li a {
    display: block;
    padding: 10px 0;
    font-weight: 600;
    border-bottom: 1px solid hsl(0, 0%, 94%);
    font-size: 14px;
}

.cats_list li.current a,
.cats_list li a:hover {
    color: hsl(19, 99%, 54%);
    border-right: 3px solid hsl(19, 99%, 54%);
}

.rpost {
    display: block;
    clear: both;
    overflow: hidden;
    padding-bottom: 20px;
}

.rpost:last-child {
    padding-bottom: 0;
}

.rpost .entry-image {
    width: 70px;
    display: inline-block;
    float: left;
}

.entry-image img {
    width: 100%;
}

.entry-image a {
    display: inline-block;
}

.entry-c {
    overflow: hidden;
    padding-left: 16px;
    padding-top: 2px;
}

.entry-c h4 {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
}

.entry-meta li {
    margin-top: 5px;
    font-size: 12px;

    text-transform: capitalize;
}

.tags_list li {
    display: inline-block;
}

.tags_list li a {
    display: inline-block;
    background: #e4e9f7;
    padding: 1px 14px;
    border-radius: 50px;
    font-size: 12px;
    margin-left: 4px;
    margin-bottom: 8px;
}

.tags_list li a:hover {
    color: #fff;
    background: #e2215a;
}

/*
classic blogs 
 */

.m_blog_image img {
    width: 100%;
}

.m_blog_content {
    padding-right: 40px;
    padding-top: 40px;
    padding-bottom: 50px;

}

.m_blog_meta {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 10px 0;
    line-height: 14px;
    font-size: 13px;
    padding-left: 0;
}

.m_blog_meta li {
    float: left;
    vertical-align: middle;
    text-transform: capitalize;
    font-size: 12px;
    opacity: .99;
}

.m_blog_meta li::after {
    content: '/';
    opacity: .5;
    margin: 0 5px;
}

.m_blog_meta li:last-child::after {
    content: none;
}

.m_b_title {
    font-size: 30px;
    margin-top: 8px;
    margin-bottom: 18px;
}

.m_b_more {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 5px;
}

.m_b_more:hover {
    color: #06163a;
}

.nav-pagination.mobex-pigination {
    padding-top: 30px;
    padding-bottom: 30px;
}

.mobex-pigination .page-item .page-link {
    border-radius: 50px;
    margin-right: 8px;
    border-color: #e4eaf7 !important;
    font-size: 14px;
    padding-left: 14px;
    padding-right: 12px;
    color: #e2215a;
    font-weight: 600;
}

.mobex-pigination .page-item.disabled .page-link {
    color: #abb4bd;
}

.mobex-pigination .page-item.active .page-link {
    background: #e2215a;
    color: #fff;
}

.blogs-grid-page .mblog-text {
    background: #fff;
}

.blogs-grid-page .mblog-text h2 {
    color: #06163a;
}

.blogs-grid-page .mblog-meta li a,
.blogs-grid-page .mblog-meta li span {
    color: #304169;
}

.blogs-grid-page .mblog-meta li a:hover {
    color: #e2215a;
}

.blogs-grid-page .mblog-meta li {
    color: hsla(0, 2%, 35%, 0.3);
}

.blogs-grid-page .mblog-text p {
    color: #767688;
}

/*
46- single blogs 
 */

.full-page.m_blog_meta {

    padding-bottom: 30px;
    margin-bottom: 0;
}

.full-page.m_blog_meta li {
    font-size: 12px;
    text-transform: uppercase;
    color: #464c5a;
    font-weight: 500;
}

.dropcap {
    display: inline-block;
    display: inline-block;
    font-size: 52px;
    line-height: 56px;
    float: left;
    margin-right: 10px;
    font-weight: 700;
    color: #fe5e14;
}

.m-single-page blockquote {
    padding: 30px;
    background: #e4eaf7;
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    border-left: 5px solid #fe5e14;
    position: relative;
    margin-bottom: 25px;
    z-index: 2;
    border-radius: 5px;
}

.m-single-page blockquote::before {
    font-family: Georgia, serif;
    content: "\201D";
    font-size: 8em;
    line-height: 2px;
    vertical-align: -0.4em;
    margin-right: .2em;
    display: inline-block;
    color: #ffffff;
    letter-spacing: -75px;
    position: absolute;
    z-index: 9;
    right: 5%;
    font-weight: 900;
    bottom: -3px;
    z-index: -1;
    font-style: normal;
}

.row.single-tags {
    clear: both;
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid #e4e9f7;
}

.wrap_stag_list h3,
.wrat_sshare_list h3 {
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 0;
    padding-bottom: 11px;
    font-weight: 500;
}

.wrap_stag_list .tags_list li a {
    margin-left: 0;
}

.wrat_sshare_list .share-post {
    padding-left: 0;
}

.wrat_sshare_list {
    padding-left: 30px;
}

.related-blogs {
    padding-top: 45px;
    margin-top: 45px;
    border-top: 1px solid #e4e9f7;
}

.related-title {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 32px;
    padding-bottom: 20px;
}

.wrap_cblogs {
    padding: 0 15px;

}

.mobex-owl.carousel-blogs {
    margin-left: -15px;
    width: calc(100% + 30px);
}

.wrap_cblogs .mblog-img a {
    display: block;
}

.wrap_cblogs .wrap_mblog {
    margin-bottom: 0;
    position: relative;
}

.wrap_cblogs .mblog-text {
    position: absolute;
    padding: 10px 15px;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
    z-index: 2;
}

.wrap_cblogs .wrap_mblog::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.82);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0, rgba(0, 0, 0, 0.21) 40%, rgba(0, 0, 0, 0.61) 70%, rgba(0, 0, 0, 0.82));
}

.wrap_cblogs .mblog-text h2 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 5px;
}

.wrap_cblogs .mblog-meta {
    padding: 4px 0 12px;
}

.carousel-blogs.mobex-owl .owl-dots button.active {
    background: #e2215a;
}

.comment-box {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #eff0f5;
    padding-bottom: 30px;
}

.count-comments {
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 0;
}

.row-comment {
    padding-bottom: 19px;
    border-bottom: 1px dotted #dcdcdc;
    padding-top: 28px;
}

.comment-img {
    width: 90px;
    height: 90px;
    overflow: hidden;
    display: inline-block;
    float: left;
    border: 3px solid transparent;
    border-radius: 50%;
    margin-right: 24px;
}

.comment-text {
    overflow: hidden;
}

.comment-head {
    margin-bottom: 2px;
}

.comment-name {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-right: 19px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}

.comment-rply-btn a {
    float: right;
    font-size: 12px;
    text-transform: uppercase;
    padding: 2px 14px;
    border-radius: 3px;
    color: #7f7f8a;
    margin-top: -2px;
    letter-spacing: 2px;
    font-weight: 700;
}

.comment-rply-btn a:hover {
    color: #e2215a;
}

.comment_date {
    color: #7f7f8a;
    font-size: 12px;
    opacity: .99;
    display: inline-block;
}

.comment-text .comment-para {
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 28px;
    padding-right: 24px;
    padding-top: 10px;
}

.innercomment-rply {
    padding-left: 30px;
}

.list-comments li:last-child .row-comment {
    border-bottom: 0;
}

img {
    max-width: 100%;
}

.innercomment-rply .row-comment {
    border-bottom: 1px dotted #dcdcdc !important;
}

.leave-comment {
    margin-top: 30px;
    padding-top: 40px;
    border-top: 1px solid #e4e9f7;
    position: relative;
}

.leave-comment .count-comments {
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 0;
}

.mobex-section p.comment-feild {
    margin-bottom: 32px;
}

.comment-feild label {
    display: block;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 8px;
}

.comment-form input[type="text"],
.comment-form textarea,
.comment-form input[type="email"] {
    border: solid 1px #e3e3e3;
    border-bottom-color: #F0F0F0;
    border-top-color: #e0e0e0;
    color: #777;
    background-color: fff;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    -moz-box-shadow: 0 1px 2px rgba(10, 10, 10, .1)inset;
    -webkit-box-shadow: 0 1px 2px rgba(10, 10, 0, .1)inset;
    -o-box-shadow: 0 1px 2px rgba(10, 10, 10, .1)inset;
    box-shadow: 0 1px 2px rgba(10, 10, 10, .1)inset;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.comment-form textarea {
    height: 160px;
}

.comment-form input[type="text"],
.comment-form textarea,
.comment-form input[type="email"] {
    width: 100%;
    padding: 11px;
}

.comment-form input[type="text"]:focus,
.comment-form textarea:focus,
.comment-form input[type="email"]:focus {
    border: solid 1px #e2215a;
}

.comment-form button {
    padding: 14px 50px;
    border: none;
    text-transform: uppercase;
    background: #26348c;
    position: relative;
    z-index: 2;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    overflow: hidden;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.comment-form button:hover {
    cursor: pointer;
    background: #06163a;
}

/*
47- contact us page 
 */

#tp-map {
    height: 470px;
}

.mobex-contactus {
    padding: 60px 0 120px;
}

.head_contact {
    border-bottom: 2px solid #e4eaf7;
    margin-bottom: 25px;
}

.head_contact h3 {
    font-size: 21px;
    margin: 0 0 -2px;
    text-transform: capitalize;
    display: inline-block;
    padding-bottom: 25px;
    border-bottom: 2px solid #e2215a;
}

.wrap_contact_text {
    padding-bottom: 30px;
}

.comment-form.contact-form {
    padding-top: 30px;
}

.comment-form.contact-form .contact-form-el {
    margin-bottom: 27px;
}

.wrap_contact_widgets {
    position: relative;
    height: 100%;
    padding-left: 50px;
}

.wrap_contact_widgets::before {
    content: "";
    position: absolute;
    left: 10px;
    top: -50%;
    bottom: -50%;
    border-left: 1px solid #e4eaf7;
}

.wrap_contact_widgets .wrap_contact_text {
    padding-bottom: 40px;
}
.mt{
	padding-top:30px;
}
.pt{
	padding-top:120px;
}
/* 48- perloade */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

#preloader-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 5px;
    width: 100px;
    z-index: 99999;
    height: 100px;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    border-top: 0.5em solid #ff5e14;
    border-right: 0.5em solid rgba(204, 204, 204, 0.5);
    border-bottom: 0.5em solid rgba(204, 204, 204, 0.5);
    border-left: 0.5em solid rgba(204, 204, 204, 0.5);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: loadanim 1.1s infinite linear;
    animation: loadanim 1.1s infinite linear;
}


.fbs{
	    text-shadow: 2px 2px 2px #242424;
}

.font-add{
    font-size: 12px;
    margin-top: 16px;
    text-align: center;
    line-height: 16px;
}


#preloader-inner {
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

@keyframes loadanim {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*------------- Form ---------------*/

.nb-form {
    position: fixed;
    z-index: 9999;
    width: 300px;
    background: #FFF;
    right: 20px;
    bottom: -367px;
    transition: all .8s cubic-bezier(.22, .67, .43, 1.22) .2s;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
}
.nb-form:hover {
    bottom: 0px;
}

/*-- User Icon --*/

.nb-form .user-icon {
    position: absolute;
    top: -49px;
    right: 12px;
    display: block;
    width: 58px;
    margin: 20px auto 15px;
    border-radius: 100%;
}

/*-- Title --*/

.nb-form .title {
    background: #03a9f4;
    font-size: 16px !important;
    padding: 20px 18px !important;
    color: #fff !important;
    border-radius: 10px 10px 0 0;
}

/*-- Text --*/

.nb-form p {
    font-size: 13px;
    margin: 0;
    padding: 15px;
    color: #666;
}

.nb-form p.message {
    margin-left: 7px;
}

/*-- Form Elements --*/

.nb-form form {
    padding: 0 15px 15px 15px;
}

.nb-form input,
.nb-form textarea {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    width: 254px;
    max-width: 254px;
    margin-bottom: 10px;
    margin-left: 7px;
    padding: 6px;
    border: none;
    border-radius: 4px;
    color: #999;
    border-bottom: 1px solid #f0f0f0;
}

.nb-form input:focus,
.nb-form textarea:focus {
    outline: none;
    box-shadow: none;
}

.nb-form input[type='submit'] {
    display: block;
    width: 120px;
    margin: 0 auto;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    cursor: pointer;
    transition: all .4s ease;
    color: #fff !important;
    border: none;
}

.nb-form input[type='submit']:hover {
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.07),0 1px 7px 0 rgba(0,0,0,0.02),0 3px 1px -1px rgba(0,0,0,0.1);
}

.nb-form textarea {
    min-height: 110px;
}


.nb-form ::-webkit-input-placeholder {
    color: #ccb0b0;
}

.nb-form ::-moz-placeholder{
    color: #ccb0b0;
}

.nb-form :-ms-input-placeholder {
    color: #ccb0b0;
}

.nb-form :-moz-placeholder {
    color: #ccb0b0;
}

.nb-form input[type='submit'] {
    background: #03a9f4;
}

@media screen and (max-width: 676px) {
    .nb-form:hover .user-icon {
        display: none;
    }

    .nb-form .message {
        display: none;
    }

    .nb-form form {
        padding-top: 15px;
    }
    .nb-form{
        right: 50%;
        bottom: -320px;
        left: 50%;
        transform: translateX(-50%);
    }
	.mt-100{
		padding-top:0px;
	}
}

.mt-top{
	padding-top:200px;
}
.mt-100{
	padding-top:100px;
}

.mobex-section.recent_cases_section {
    padding-top: 10px;
    background: url(../images/city-bg.jpg) repeat-x;
    background-position: 50% 100%;
}

.mobex-section {
    padding: 20px 0 10px;
    position: relative;
    overflow: hidden;
}

.section-title h3::before {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 240px;
    height: 1px;
    background-color: #f49320;
}
.section-title h3::after {
       content: "";
    position: absolute;
    bottom: -0.5px;
    width: 60px;
    height: 5px;
    background-color: #f49320;
    left: 47.2%;
}

.sec-title h3::before {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 420px;
    height: 1px;
    background-color: #f49320;
}
.sec-title h3::after {
       content: "";
    position: absolute;
    bottom: -0.5px;
    width: 60px;
    height: 5px;
    background-color: #f49320;
    left: 47.2%;
}


@media (max-width: 320px)
{
.row_core_values .wrap_service {
    webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
	margin: 160px 0px
}
.mt-top {
    padding-top: 12px;
}
.m-title {
    font-size: 30px;
    line-height: 1;
    font-weight: 300;
    text-align: center;
    margin-bottom: 0px;
}
.mt-100{
	    padding-top: 0px
}
.about {
    padding: 10px 0;
}

.sec-title h3::before {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 130px;
    height: 1px;
    background-color: #f49320;
}
.sec-title h3::after {
       content: "";
    position: absolute;
    bottom: -0.5px;
    width: 60px;
    height: 5px;
    background-color: #f49320;
    left: 47.2%;
}


.section-title h3::before {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 130px;
    height: 1px;
    background-color: #f49320;
}
.section-title h3::after {
       content: "";
    position: absolute;
    bottom: -0.5px;
    width: 60px;
    height: 5px;
    background-color: #f49320;
    left: 47.2%;
}

.pt {
    padding-top: 20px;
}
.main-nav .navbar-brand {
    padding: 20px 30px;
	width:83%;
  }


}

@media (max-width: 480px){
.row_core_values .wrap_service {
    webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
	margin: 160px 0px
}
.mt-top {
    padding-top: 12px;
}

.m-title {
    font-size: 40px;
    line-height: 1;
    font-weight: 300;
    text-align: center;
    margin-bottom: 0px;
}
.mt-100{
	    padding-top: 0px
}

.about {
    padding: 10px 0;
}
.sec-title h3::before {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 240px;
    height: 1px;
    background-color: #f49320;
}
.sec-title h3::after {
       content: "";
    position: absolute;
    bottom: -0.5px;
    width: 60px;
    height: 5px;
    background-color: #f49320;
    left: 47.2%;
}
.pt {
    padding-top: 20px;
}

.main-nav .navbar-brand {
    padding: 20px 30px;
	width:83%;
  }


}

/* Header */

.main-header{
background:#ffffff;
padding:12px 0;
box-shadow:0 3px 15px rgba(0,0,0,0.08);
position:fixed;
width:100%;
top:0;
z-index:999;
}

/* Logo */

.logo{

max-width: 100%;
}

/* Menu */

.navbar-nav .nav-link{
font-size:16px;
font-weight:600;
color:#333;
margin:0 15px;
}

.navbar-nav .nav-link.active{
color:#ff6600;
}

.navbar-nav .nav-link:hover{
color:#ff6600;
}

/* Phone Button */

.call-btn{
background:#ff6600;
color:#fff;
padding:12px 22px;
border-radius:30px;
font-weight:600;
text-decoration:none;
margin-left:20px;

/* important */
white-space:nowrap;
display:inline-flex;
align-items:center;
}

.call-btn i{
margin-right:6px;
}

.call-btn:hover{
background:#e65c00;
color:#fff;
}

/* Mobile */

@media(max-width:991px){

.call-btn{
margin-top:10px;
display:block;
text-align:center;
}

.navbar-nav{
text-align:center;
}

}




/*# sourceMappingURL=maps/style.css.map */
.testimonial-section{
padding:60px 0;
background:#f8f8f8;
}

.testimonial-box{
background:#fff;
padding:25px;
border-radius:10px;
box-shadow:0 3px 15px rgba(0,0,0,0.08);
margin-bottom:25px;
text-align:center;
}

.testimonial-box p{
font-size:15px;
color:#555;
margin:15px 0;
}

.testimonial-box h5{
font-size:16px;
font-weight:600;
margin-top:10px;
}

.rating{
color:#ff6600;
font-size:18px;
letter-spacing:3px;
}
.hall-360-view{
padding:60px 0;
background:#f8f8f8;
}

.view-box iframe{
box-shadow:0 5px 20px rgba(0,0,0,0.1);
}