/*------------------------------------------------------------------
[Master Stylesheet]

-------------------------------------------------------------------*/

@import url("default-template-style.css");
@import url("divineartnav.css");
@import url("divineartnav-style.css");
@import url("divineartnav-animate.css");
@import url("style-element.css");
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');



/*-----Dark backgoround color for p--------*/
.b-white p{
	color:#666;;	
	}
/*-------White backgoround color for P-----*/
.b-black p{
	color:#ccc;
	}

html:not(.mobile) .wow,
html:not(.mobile) .wow-menubar,
html:not(.mobile) .wow-p{
    will-change: opacity, transform;
}
/*---Body---*/
 
html,
	body {
	  height: 100%;
	  width: 100%;
	}
	
body {
	color:#000;
  	font-family: 'Open Sans', sans-serif;
}
nav{
/*	font-family :'Raleway', sans-serif;*/
	font-weight :400;
}

a {
	color: #fff;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.btn, .btn:hover {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
  	font-family: 'Open Sans', sans-serif;
}
a:hover,
a:focus {
	color:    #f7941d;
	outline: none;
	outline-offset: 0px;
	text-decoration:none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	
	font-family :'Roboto', sans-serif;
	color:#333;
	font-weight :300;
}

p {
	line-height: 1.5;
	margin-bottom: 20px;
	color:#898989;
}

.bold{
	font-weight:600;	
}
/*.heading{
	padding-bottom:30px;	
	}*/
.green{
	color: #f7941d;
}
.white{
	color: #fff;
}
.black{
	color:#000;
}
.gray{
	color:#666;
}
.bg-green{
	background-color:#f7941d;
}
.bg-black{
	background-color:#000;	
	}
.light-gray{
	background-color:#f7f7f7;
}

.client-info a:hover {
  color: #000;
 /* text-transform: uppercase;*/
}


/*----loading---*/
	
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/loading/loader-icons-set-2-32x64x128/loader-icons-set-2-32x64x128/128x128/Preloader_2.gif) center no-repeat #fff;
}
.theme-bg, .accordion.gray .acd-group.acd-active .acd-heading, .accordion.gray .acd-group .acd-heading:hover, .accordion.shadow .acd-group.acd-active .acd-heading, .accordion.shadow .acd-group .acd-heading:hover, .accordion.accordion-border .acd-group.acd-active .acd-heading, .accordion.accordion-border .acd-group .acd-heading:hover, .cs-button, .cs-button.gray:hover, .cs-button.gray.active, .cs-button.gray:focus, .cs-button.border:hover, .cs-button.border:focus, .cs-button.border.gray:hover, .cs-button.border.gray:focus, .cs-button.black:hover, .cs-button.black.active, .cs-button.black:focus, .btn-primary, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .owl-carousel .owl-dots .owl-dot:hover span, .owl-carousel .owl-dots .owl-dot.active span, .data-table .table-1 thead, .dropcap, mark, .feature-text.round:hover .feature-icon i, .feature-text.round:hover .feature-icon span, .feature-text.theme-icon .feature-icon span, .feature-text.theme-icon .feature-icon i, .feature-text.square:hover .feature-icon i, .feature-text.square:hover .feature-icon span, .feature-box .border, .portfolio-item .portfolio-overlay, .portfolio-item a.popup:hover, .section-title.line .title::before, .section-title.bg span, .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover, .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover, .panel-primary > .panel-heading, .price.active .header, .membership-pricing-table table .plan-header-standard, .play-video, .nav-border .nav.nav-tabs > li.active > a, .nav-border .nav.nav-tabs > li.active > a:focus, .nav-border .nav.nav-tabs > li.active > a:hover, .testimonial.green, .mejs-controls .mejs-time-rail .mejs-time-current, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .mejs-controls .mejs-volume-button .mejs-volume-slider, .footer .footer-tags li a:hover, .section-title:nth-child(2n+1) .title-effect::before, .isotope-filters button.active, .isotope-filters button:hover, .blog-entry.blockquote, .blog-entry.blockquote blockquote, .blog-entry.blockquote .blog-detail, .blog-box .post-category a, .blog .timeline li:hover .timeline-badge, .blog .timeline li.entry-date-bottom a:hover, .contact-box i, .custom-content, .owl-carousel .owl-nav i, .services-text-box-green, .popup-video-banner a:hover span, .process .process-step strong, .tab .nav.nav-tabs > li.active > a, .nav.nav-tabs > li.active > a:focus, .nav.nav-tabs > li.active > a:hover, .testimonial.theme-bg, .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover, .pagination li a:focus, .pagination li a:hover, .pagination li span:focus, .pagination li span:hover {
  background: #000 !important;
}

/*

Template: Divine - Responsive Multi-purpose HTML5 Template
Author: 
Version: 1
Design and Developed by: 

NOTE: This is main stylesheet of template, This file contains the styling for the actual Template.

*/
nav {
  border-bottom: solid 1px #efefef;
  min-height: 60px;
  background: #fff;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300; }

nav .wrap-core-nav-list,
nav .nav-header {
  background: #fff; }



nav .brand img {
  width: 100%; }



nav.nav-white.nav-transparent .menu li a, nav.nav-white.nav-transparent ul.attributes li a {
  color: #ffffff;
  line-height: 1.3; }

nav.nav-white.nav-transparent.nav-core-sticky.on-scroll .menu li a,
nav.nav-white.nav-transparent.nav-core-sticky.on-scroll ul.attributes li a,
nav.nav-white.nav-transparent.nav-core-sticky.on-scroll.core-nav .dropdown > .dropdown-menu > li > a,
nav.nav-white.nav-transparent.nav-core-sticky.on-scroll .menu .megamenu-content li a,
nav.nav-white.nav-transparent.nav-core-sticky.core-nav .dropdown > .dropdown-menu > li > a,
nav.nav-white.nav-transparent.nav-core-sticky .menu .megamenu-content li a {
  color: #ffffff; }

nav.nav-white.nav-transparent.nav-core-sticky.on-scroll.core-nav .dropdown > .dropdown-menu > li > a,
nav.nav-white.nav-transparent.nav-core-sticky.on-scroll .menu .megamenu-content li a,
nav.nav-white.nav-transparent.nav-core-sticky.core-nav .dropdown > .dropdown-menu > li > a,
nav.nav-white.nav-transparent.nav-core-sticky .menu .megamenu-content li a {
  color: #333333; }

nav.nav-white.nav-transparent.nav-core-sticky.core-nav .dropdown > .dropdown-menu > li.active > a {
  /* color:   #f7941d !important; */
 }

nav.nav-white.nav-transparent.nav-core-sticky.on-scroll .menu li a:hover,
nav.nav-white.nav-transparent.nav-core-sticky.on-scroll ul.attributes li a:hover,
nav.nav-white.nav-transparent.nav-core-sticky.on-scroll.core-nav .dropdown > .dropdown-menu > li > a:hover,
nav.nav-white.nav-transparent.nav-core-sticky.on-scroll .menu .megamenu-content li a:hover,
nav.nav-white.nav-transparent.nav-core-sticky.core-nav .dropdown > .dropdown-menu > li > a:hover,
nav.nav-white.nav-transparent.nav-core-sticky .menu .megamenu-content li a:hover {
  color: #ffffff !important; }

nav.nav-white.nav-transparent.nav-core-sticky.on-scroll.core-nav .dropdown > .dropdown-menu > li > a:hover,
nav.nav-white.nav-transparent.nav-core-sticky.on-scroll .menu .megamenu-content li a:hover,
nav.nav-white.nav-transparent.nav-core-sticky.core-nav .dropdown > .dropdown-menu > li > a:hover,
nav.nav-white.nav-transparent.nav-core-sticky .menu .megamenu-content li a:hover {
  color:   #f7941d !important; }

nav.nav-white.nav-transparent .menu li a:hover,
nav.nav-white.nav-transparent ul.attributes li a:hover {
  color:   #f7941d; }

.h-0 {
  height: auto !important; }

nav .menu li.active > a {
  /* color:   #f7941d !important; */
  border-radius: 0px; }

nav .menu li a:hover {
  /* color:   #f7941d !important;  */
}

nav.on-scroll.nav-white .menu li.active > a,
nav.on-scroll.nav-white .menu li a:hover {
  /* color:   #f7941d !important;  */
}

nav button {
  background: transparent;
  border: none;
  outline: none; }

.core-nav.nav-core-sticky.on-scroll {
  z-index: 9999999999; }

.core-nav .dropdown > .dropdown-menu > li > a, nav .menu .megamenu-content li a {
  font-weight: 400;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  text-transform: capitalize; }

.left-menu .core-nav .wrap-core-nav-list {
  text-align: left; }

.left-menu .core-nav .nav-header {
  float: left;
  position: relative;
  display: inline-block; }

@media (max-width: 992px) {
  .left-menu .core-nav .nav-header {
    float: none;
    display: block;
    position: relative; } }
/*
DROPDOWN STYLE
=========================== */
nav .menu > li.dropdown > a::before, nav .menu > li.dropdown li.dropdown > a::before, nav .menu > li.megamenu > a::before {
  margin-left: 5px;
  content: '\f107';
  font-family: "FontAwesome";
  float: right;
  position: relative; }

nav.nav-white.nav-transparent .menu > li.dropdown > a::before, nav.nav-white.nav-transparent .menu > li.megamenu > a::before {
  color: #ffffff; }

nav.nav-white.nav-transparent.nav-core-sticky.on-scroll .menu > li.dropdown > a::before, nav.nav-white.nav-transparent.nav-core-sticky.on-scroll .menu > li.megamenu > a::before {
  color: #ffffff; }

nav.on-scroll .menu li.dropdown.open > a {
  color:   #f7941d; }

.sample-text {
  padding: 30px; }

.core-nav .wrap-core-nav-list.right .dropdown > .dropdown-menu .dropdown > .dropdown-menu {
  left: auto; }

/* =========================== */
/*
Attributes Menu
=========================== */
nav ul.attributes li a .feather {
  width: 16px;
  height: 16px; }

/*
MEGAMENU SHOPPING CART
=========================== */
.megamenu-cart {
  box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
  margin-top: -1px; }

.cart-header {
  border-bottom: solid 1px #efefef;
  padding: 15px 20px; }

.cart-header .feather {
  width: 16px;
  height: 16px; }

.cart-header .badge {
  font-size: 8px;
  line-height: 4px;
  display: inline-block;
  background:   #f7941d;
  color: #fff;
  border-radius: 4px;
  padding: 4px;
  position: relative;
  top: -6px;
  margin-left: 3px; }

.cart-header .total-price {
  float: right; }

.cart-header .total-price span {
  color:   #f7941d; }

.cart-body ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block; }

.cart-body ul li {
  position: relative;
  display: block;
  float: none;
  width: 100%;
  padding: 15px 20px;
  border-top: solid 1px #efefef;
  min-height: 90px;
  padding-left: 90px; }

.cart-body ul li:first-child {
  border: 0; }

.cart-body ul li img {
  width: 50px;
  top: 20px;
  left: 20px;
  position: absolute;
  border-radius: 4px; }

.cart-body ul li .title {
  text-transform: none;
  font-weight: 700;
  margin: 5px 0; }

.cart-body ul li .price {
  color:   #f7941d; }

.cart-body ul li .qty {
  float: right; }

.cart-body ul li .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.cart-body ul li .link:hover {
  background: rgba(255, 255, 255, 0.3); }

.cart-footer {
  border-top: solid 1px #efefef;
  padding: 15px 20px; }

.cart-footer > a {
  padding: 15px !important;
  display: block;
  width: 100%;
  border-radius: 4px;
  background:   #f7941d;
  color: #fff !important;
  box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
  text-align: center;
  text-decoration: none; }

.cart-footer a:hover {
  opacity: 0.8; }

/*
Megamenu STYLE
=========================== */
nav .menu .megamenu-content {
  padding: 25px; }

nav .menu .megamenu-content li a {
  padding: 5px 15px; }

@media (max-width: 992px) {
  nav .menu .megamenu-content {
    padding: 5px; }

  nav .menu .megamenu-content li:last-child a {
    border-bottom: solid 1px #efefef; }

  .core-nav .wrap-core-nav-list {
    overflow-y: auto;
    overflow-x: hidden; } }
/* =========================== */
nav.core-nav.nav-core-fixed, nav.core-nav.nav-core-sticky {
  background-color: transparent;
  border-bottom: none; }

nav.nav-core-fixed .wrap-core-nav-list, nav.nav-core-fixed .nav-header, nav.core-nav.nav-core-sticky, nav.nav-core-sticky .wrap-core-nav-list, nav.nav-core-sticky .nav-header {
  background: transparent; }

#holiday-menu nav.core-nav.nav-core-sticky.on-scroll, nav.nav-core-sticky.on-scroll .wrap-core-nav-list, nav.nav-core-sticky.on-scroll .nav-header {
  background: #000; }

nav.nav-core-sticky.on-scroll.brand-center .nav-header, nav.nav-core-sticky.on-scroll.brand-center .wrap-core-nav-list {
  background: transparent; }

.core-nav.brand-center .wrap-core-nav-list {
  z-index: 2; }

.top-bar .core-nav.nav-core-sticky {
  top: 55px; }

.top-bar .core-nav.nav-core-sticky.on-scroll {
  top: auto; }

.core-nav.nav-core-sticky {
  position: absolute;
  top: auto;
  left: auto;
  width: 100%;
  z-index: 99999999999;
  padding: 10px 0px; }

.topbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 14px 0;
  z-index: 9999;
  position: absolute;
  width: 100%;
  min-height: 50px; }

.topbar-call {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out; }

.topbar ul li {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  margin-right: 10px; }

.topbar-social ul li a {
  color: #fff; }

.topbar-social ul li a:hover {
  color:   #f7941d; }

.topbar-call ul li a {
  margin-right: 30px;
  color: #ffffff; }

.topbar-call ul li i {
  margin-right: 5px;
  color: #ffffff; }

.topbar-social {
  position: relative;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out; }

.topbar-social ul li a {
  margin-left: 5px; }

.topbar-social ul li a span {
  margin-right: 5px;
  font-size: 12px; }

.dark-overlay-top .topbar {
  background: rgba(0, 0, 0, 0.4); }

@media (max-width: 767px) {
  .topbar {
    padding: 5px 0; }

  .topbar ul li {
    font-size: 12px; }

  .top-bar .core-nav.nav-core-sticky {
    top: 75px; }

  .top-bar .core-nav.nav-core-sticky.on-scroll {
    padding: 0; } }
@media (max-width: 375px) {
  .topbar ul li {
    font-size: 11px; } }
@media (max-width: 992px) {
  nav .full-container,
  nav .nav-container {
    padding-left: 0;
    padding-right: 0; }

  nav .nav-header {
    min-height: 60px; }

  nav .nav-header .brand {
    margin: 0 auto -3px;
    float: none;
    width: 170px;
    padding: 14px 0px; }

  nav .nav-header .toggle-bar {
    font-size: 18px;
    position: absolute;
    top: 20px;
    left: 15px; }

  nav .menu li a {
    padding: 10px 10px;
    border-bottom: solid 1px #eee;
    background: #fff; }

  .header-dark nav .menu li a {
    border-bottom: solid 1px #303b46; }

  nav .menu li:last-child a {
    border-bottom: none; }

  nav.nav-white.nav-transparent.core-nav .wrap-core-nav-list .core-nav-list {
    background: #222d38; }

  nav.nav-white.nav-transparent .menu li a {
    color: #333 !important;
    border-radius: 0; }

  nav .menu li.active > a, nav .menu li a:hover {
    color:   #f7941d !important; }

  nav.nav-white.nav-transparent .menu > li.dropdown > a::before, nav .menu > li.megamenu > a::before {
    color: #333; }

  .core-nav .wrap-core-nav-list .core-nav-list li {
    clear: both; }

  .header-dark .core-nav .dropdown > .dropdown-menu {
    background: #222d38;
    border: solid 1px #303b46; }

  .header-dark .core-nav .dropdown > .dropdown-menu > li > a {
    border-bottom: solid 1px #303b46; }

  .core-nav .dropdown .dropdown-menu {
    padding-left: 0px;
    top: -1px; }

  .core-nav.nav-core-sticky {
    padding: 0px 0px; } }
@media (max-width: 585px) {
  nav .nav-header .brand {
  margin: 0 auto -3px;
float: none;
width: 170px;
} 
}
nav.full-width .nav-container {
  padding: 0 15px;
  width: 100%; }

@media (max-width: 992px) {
  nav.full-width .nav-container {
    padding-left: 0;
    padding-right: 0; } }
nav.core-nav.nav-core-fixed.dark-overlay,
nav.core-nav.nav-core-sticky.dark-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  border-bottom: none; }

nav.nav-core-fixed.dark-overlay .wrap-core-nav-list,
nav.nav-core-fixed.dark-overlay .nav-header,
nav.core-nav.nav-core-sticky.dark-overlay {
  background: rgba(0, 0, 0, 0.4); }

nav.dark-overlay.core-nav.nav-core-sticky.on-scroll,
nav.dark-overlay.nav-core-sticky.on-scroll .wrap-core-nav-list,
nav.dark-overlay.nav-core-sticky.on-scroll .nav-header {
  background: #323232; }

nav.nav-white.nav-transparent.dark-overlay .menu li a,
nav.nav-white.nav-transparent.dark-overlay ul.attributes li a {
  color: #ffffff; }

nav.nav-white.nav-transparent.dark-overlay.nav-core-sticky.on-scroll .menu li a,
nav.nav-white.nav-transparent.dark-overlay.nav-core-sticky.on-scroll ul.attributes li a,
nav.nav-white.nav-transparent.dark-overlay.nav-core-sticky.on-scroll.core-nav .dropdown > .dropdown-menu > li > a,
nav.nav-white.nav-transparent.dark-overlay.nav-core-sticky.on-scroll .menu .megamenu-content li a,
nav.nav-white.nav-transparent.dark-overlay.nav-core-sticky.core-nav .dropdown > .dropdown-menu > li > a,
nav.nav-white.nav-transparent.dark-overlay.nav-core-sticky .menu .megamenu-content li a {
  color: #ffffff; }

nav.nav-white.nav-transparent.dark-overlay.nav-core-sticky.on-scroll .menu li a:hover,
nav.nav-white.nav-transparent.dark-overlay.nav-core-sticky.on-scroll ul.attributes li a:hover,
nav.nav-white.nav-transparent.dark-overlay.nav-core-sticky.on-scroll.core-nav .dropdown > .dropdown-menu > li > a:hover,
nav.nav-white.nav-transparent.dark-overlay.nav-core-sticky.on-scroll .menu .megamenu-content li a:hover,
nav.nav-white.nav-transparent.dark-overlay.nav-core-sticky.core-nav .dropdown > .dropdown-menu > li > a:hover,
nav.nav-white.nav-transparent.dark-overlay.nav-core-sticky .menu .megamenu-content li a:hover {
  color:   #f7941d; }

nav.nav-white.nav-transparent.dark-overlay .menu li a:hover,
nav.nav-white.nav-transparent.dark-overlay ul.attributes li a:hover {
  color:   #f7941d; }

nav.nav-white.nav-transparent.dark-overlay .menu > li.dropdown > a::before,
nav.nav-white.nav-transparent.dark-overlay .menu > li.megamenu > a::before {
  color: #ffffff; }

nav.nav-white.nav-transparent.dark-overlay.nav-core-sticky.on-scroll .menu > li.dropdown > a::before,
nav.nav-white.nav-transparent.dark-overlay.nav-core-sticky.on-scroll .menu > li.megamenu > a::before {
  color: #ffffff; }

nav.nav-white.nav-transparent.dark-overlay.core-nav .megamenu > .megamenu-content {
  background: #323232;
  border: solid 1px #4a4a4a; }

nav.nav-white.nav-transparent.dark-overlay.core-nav .dropdown > .dropdown-menu {
  background: #323232;
  border: none; }

nav.nav-white.nav-transparent.dark-overlay.core-nav .dropdown > .dropdown-menu > li > a {
  border-bottom: solid 1px #4a4a4a; }

nav.nav-white.nav-transparent.dark-overlay.core-nav .cart-header {
  border-bottom: solid 1px #4e4e4e; }

nav.nav-white.nav-transparent.dark-overlay.core-nav .cart-body ul li .title {
  color: #cccccc; }

nav.nav-white.nav-transparent.dark-overlay.core-nav .cart-body ul li, nav.nav-white.nav-transparent.dark-overlay.core-nav .cart-footer {
  border-top: solid 1px #4e4e4e; }

@media (max-width: 992px) {
  nav.nav-white.nav-transparent.dark-overlay.core-nav .wrap-core-nav-list .core-nav-list {
    background: #323232; }

  nav.nav-white.nav-transparent.dark-overlay .menu li a,
  nav.nav-white.nav-transparent.dark-overlay.core-nav .wrap-core-nav-list {
    border-bottom: solid 1px #4a4a4a;
    border-top: solid 1px #4a4a4a; } }
@media (max-width: 414px) {
  nav.nav-white.nav-transparent .menu li a:active {
    color: #fff !important;
    border-radius: 0; }

  nav.nav-white.nav-transparent .menu li a {
    color: #333 !important;
    border-radius: 0;
    background: #f9f9f9; }

  nav.nav-white.nav-transparent .menu li a:hover {
    color:   #f7941d !important; }

  nav.nav-white.nav-transparent .menu > li.dropdown > a::before, nav.nav-white.nav-transparent .menu > li.megamenu > a::before {
    color: #333; } }
.header-light .core-nav.nav-core-sticky {
  position: relative; }

.header-light .core-nav.nav-core-sticky.on-scroll {
  position: fixed; }

.header-light nav.nav-core-fixed .wrap-core-nav-list,
.header-light nav.nav-core-fixed .nav-header,
.header-light nav.core-nav.nav-core-sticky,
.header-light nav.nav-core-sticky .wrap-core-nav-list,
.header-light nav.nav-core-sticky .nav-header {
  background: #ffffff; }

.header-light .topbar ul li,
.header-light .topbar-call ul li a,
.header-light .topbar-social ul li a {
  color: #3a3a3a; }

.header-light .topbar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #ffffff; }

@media (max-width: 992px) {
  .core-nav .nav-header {
    z-index: 9; } }
.header-dark .core-nav.nav-core-sticky {
  position: relative; }

.header-dark .core-nav.nav-core-sticky.on-scroll {
  position: fixed; }

.header-dark nav.nav-core-fixed .wrap-core-nav-list,
.header-dark nav.nav-core-fixed .nav-header,
.header-dark nav.core-nav.nav-core-sticky,
.header-dark nav.nav-core-sticky .wrap-core-nav-list,
.header-dark nav.nav-core-sticky .nav-header {
  background: #323232; }

.header-dark .core-nav .dropdown > .dropdown-menu {
  background: #323232; }

.header-dark .core-nav .dropdown > .dropdown-menu {
  border: solid 1px #323232; }

.header-dark .core-nav .dropdown > .dropdown-menu > li > a {
  border-bottom: solid 1px #404040; }

.header-dark nav .menu li a:hover {
  color:   #f7941d !important; }

.header-dark .core-nav .megamenu > .megamenu-content {
  background: #323232;
  border: solid 1px #404040; }

.header-dark .core-nav .megamenu > .megamenu-content.megamenu-cart {
  background: #ffffff;
  border: solid 1px #efefef; }

.header-dark .topbar ul li,
.header-dark .topbar-call ul li a,
.header-dark .topbar-social ul li a,
.header-dark nav .menu li a,
.header-dark ul.attributes li a {
  color: #fff; }

@media only screen and (max-width: 991px) {
  .header-dark nav .menu li a {
    color: #333; } }
.header-dark nav .menu li .dropdown-menu a,
.header-dark nav .menu .megamenu-content li a {
  color: #ffffff; }

.header-dark .topbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #323232; }

@media (max-width: 992px) {
  .header-dark nav .menu li a {
    border-bottom: solid 1px #464646; }

  .header-dark .core-nav .wrap-core-nav-list {
    border-bottom: solid 1px #464646;
    border-top: solid 1px #464646; }

  .header-dark .core-nav .dropdown > .dropdown-menu,
  .header-dark .core-nav .megamenu > .megamenu-content {
    background: #323232; }

  .header-dark nav .menu li .dropdown-menu a,
  .header-dark nav .menu .megamenu-content li a {
    color: #333; }

  .header-dark .core-nav .dropdown > .dropdown-menu > li > a,
  .header-dark nav .menu .megamenu-content li:last-child a,
  .header-dark .core-nav .megamenu > .megamenu-content {
    border-bottom: solid 1px #464646; } }
.header-dark-topbar .core-nav.nav-core-sticky {
  position: relative; }

.header-dark-topbar .core-nav.nav-core-sticky.on-scroll {
  position: fixed; }

.header-dark-topbar nav.nav-core-fixed .wrap-core-nav-list,
.header-dark-topbar nav.nav-core-fixed .nav-header,
.header-dark-topbar nav.core-nav.nav-core-sticky,
.header-dark-topbar nav.nav-core-sticky .wrap-core-nav-list,
.header-dark-topbar nav.nav-core-sticky .nav-header {
  background: #ffffff; }

.header-dark-topbar .topbar ul li,
.header-dark-topbar .topbar-call ul li a,
.header-dark-topbar .topbar-social ul li a {
  color: #ffffff; }

.header-dark-topbar nav .menu li a
.header-dark-topbar ul.attributes li a {
  color: #3a3a3a; }

.header-dark-topbar nav .menu li .dropdown-menu a,
.header-dark-topbar nav .menu .megamenu-content li a {
  color: #3a3a3a; }

.header-dark-topbar .topbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #323232; }

header nav.header-fancy .nav-container {
  background-color: #ffffff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); }

header nav.header-fancy.core-nav {
  padding: 0px;
  top: 30px; }

header nav.header-fancy .menu li a {
  padding: 20px 20px;
  font-weight: 500; }

header nav.header-fancy .brand {
  padding: 3px 0px; }

header nav.header-fancy ul.attributes li a {
  padding: 20px 10px; }

header nav.header-fancy .menu .megamenu-content li a {
  padding: 5px 15px; }

.core-nav.header-fancy .wrap-core-nav-list .core-nav-list {
  margin: 0 0 -7px 0; }

nav.header-fancy.core-nav.nav-core-sticky.on-scroll, nav.header-fancy.nav-core-sticky.on-scroll .wrap-core-nav-list, nav.header-fancy.nav-core-sticky.on-scroll .nav-header {
  background: #ffffff; }

@media (max-width: 992px) {
  header nav.header-fancy.nav-core-fixed .wrap-core-nav-list,
  header nav.header-fancy.nav-core-fixed .nav-header,
  header nav.header-fancy.nav-core-sticky .wrap-core-nav-list,
  header nav.header-fancy.nav-core-sticky .nav-header {
    background: #ffffff;
    border-bottom: none; }

  header nav.header-fancy.core-nav {
    top: 9px; }

  header nav.header-fancy .menu li a {
    padding: 10px 20px; } }
@media (max-width: 767px) {
  header nav.header-fancy.core-nav {
    top: 0px; } }

.header-fancy-topbar .topbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 14px 0 55px;
  background-color:   #f7941d; }

.header-fancy-topbar .topbar-call ul li i {
  color: #ffffff; }

.header-fancy-topbar .topbar-social ul li a:hover {
  color: #000000; }

header nav.header-fancy.on-scroll .nav-container {
  box-shadow: none; }

@media (max-width: 767px) {
  .header-fancy-topbar .topbar {
    padding: 14px 0; }

  header.top-bar nav.header-fancy.core-nav.nav-core-sticky {
    top: 75px; }

  header.top-bar nav.header-fancy.core-nav.nav-core-sticky.on-scroll {
    top: 0; } }
.header-full-width nav.full-width .nav-container {
  padding: 0 15px;
  width: 100%; }

nav.side-nav .wrap-core-nav-list {
  background: #fff; }

nav.side-nav .nav-header {
  background: #fff;
  padding: 30px 25px;
  margin-bottom: 30px; }

nav.side-nav .nav-header .brand {
  display: block;
  position: relative;
  width: 170px; }

nav.side-nav .nav-header .brand img {
  width: 100%; }

nav.side-nav .menu li a {
  display: block;
  padding: 10px 25px;
  text-decoration: none;
  color: #3a3a3a; }

nav.side-nav .menu li a:hover {
  color:   #f7941d; }

/*
DROPDOWN STYLE
=========================== */
nav.side-nav .menu li.dropdown > a::before {
  margin-left: 10px;
  content: '';
  border-top: solid 5px #6a6a6a;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  float: right;
  position: relative;
  top: 8px; }

nav.side-nav .menu li.dropdown.open > a {
  color:   #f7941d; }

/* =========================== */
@media (max-width: 992px) {
  nav.side-nav .nav-header {
    padding: 0;
    min-height: 60px;
    margin-bottom: 0;
    border-bottom: solid 1px #efefef; }

  nav.side-nav .nav-header .brand {
    margin: 0 auto 5px;
    float: none;
    display: block;
    width: 170px;
    position: relative;
    top: 17px; }

  nav.side-nav .nav-header .brand img {
    width: 100%; }

  nav.side-nav .nav-header .toggle-bar {
    font-size: 18px;
    position: absolute;
    top: 17px;
    left: 15px; }

  nav.side-nav .menu li a {
    padding: 10px 10px;
    border-bottom: solid 1px #efefef; }

  nav.side-nav .menu li:last-child a {
    border-bottom: 0; } }
/* ============Nav Sidebar=============== */
nav.sidebar-nav {
  background-color: #ffffff !important;
  z-index: 1; }

nav.sidebar-nav.dark-side-nav {
  background-color: #212121 !important; }

nav.sidebar-nav .wrap-core-nav-list {
  background: #fff; }

nav.sidebar-nav.dark-side-nav .wrap-core-nav-list {
  background: #212121; }

nav.sidebar-nav .nav-header {
  background: #fff;
  padding: 30px 25px; }

nav.sidebar-nav.dark-side-nav .nav-header {
  background: #212121; }

nav.sidebar-nav.dark-side-nav.nav-sidebar {
  border-right: solid 1px #212121; }

nav.sidebar-nav .nav-header .brand {
  display: block;
  position: relative;
  width: 160px;
  padding: 0 !important; }

nav.sidebar-nav .nav-header .brand img {
  width: 100%; }

nav.sidebar-nav .menu {
  display: block; }

nav.sidebar-nav .menu li a {
  display: block;
  padding: 10px 30px 10px 30px;
  text-decoration: none;
  color: #3a3a3a;
  position: relative; }

nav.sidebar-nav.dark-side-nav .menu li a {
  color: #f2f2f2; }

nav.sidebar-nav .menu li a:hover {
  color:   #f7941d; }

nav.sidebar-nav.dark-side-nav .menu li a:hover {
  color:   #f7941d; }

nav.sidebar-nav .menu li a .feather {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 22px;
  left: 30px; }

nav.sidebar-nav .attributes .feather {
  width: 18px;
  height: 18px; }

/*
DROPDOWN STYLE
=========================== */
nav.sidebar-nav .menu li.dropdown > a::before {
  margin-left: 10px;
  content: '';
  border-top: solid 5px #a1aad1;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  float: right;
  position: relative;
  top: 8px; }

nav.sidebar-nav .menu li.dropdown.open > a::before {
  border-top: 0;
  border-bottom: solid 5px #a1aad1; }

nav.sidebar-nav .menu li.dropdown > .dropdown-menu > li.dropdown > a::before {
  left: -13px; }

nav.sidebar-nav .menu li.dropdown.open > a {
  color:   #f7941d;
  border: 0; }

nav.sidebar-nav .menu > li.dropdown > .dropdown-menu {
  border: 0 !important;
  border-top: solid 1px #efefef !important;
  border-bottom: solid 1px #efefef !important;
  padding-left: 45px !important; }

nav.sidebar-nav .menu li.dropdown .dropdown-menu {
  background: #fafafa; }

nav.sidebar-nav .menu li.dropdown .dropdown-menu a {
  border: 0; }

nav.sidebar-nav .menu li.active > a, nav.sidebar-nav .menu li a:hover {
  text-decoration: none !important; }

nav.sidebar-nav ul.attributes li a {
  color: #cccccc; }

nav.sidebar-nav ul.attributes li a:hover {
  color:   #f7941d; }

@media (min-width: 992px) {
  nav.sidebar-nav {
    font-size: 1.6rem;
    font-weight: 300; }

  nav.sidebar-nav {
    box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1); }

  nav.sidebar-nav .wrap-core-nav-list {
    display: block;
    margin-top: 150px;
    padding: 0 !important; }

  nav.sidebar-nav .menu > li > a {
    border-bottom: solid 0px #efefef; }

  nav.sidebar-nav .menu > li:first-child > a {
    border-top: solid 0px #efefef; }

  nav.sidebar-nav .attributes {
    border-top: solid 1px #dfdfdf;
    border-right: solid 1px #dfdfdf;
    background: #fff;
    padding: 5px 20px;
    text-align: center; }

  nav.sidebar-nav.dark-side-nav .attributes {
    border-top: solid 1px #333333;
    border-right: solid 1px #333333;
    background: #212121; } }
@media (max-width: 992px) {
  nav.sidebar-nav .nav-header {
    padding: 0;
    min-height: 60px;
    margin-bottom: 0;
    border-bottom: solid 1px #efefef; }

  nav.sidebar-nav.dark-side-nav .nav-header {
    border-bottom: solid 1px #333333; }

  nav.sidebar-nav.dark-side-nav ul.attributes li a {
    color: #cccccc; }

  .core-responsive-slide nav.sidebar-nav.dark-side-nav.core-nav .wrap-core-nav-list {
    border-right: solid 1px #333333; }

  nav.sidebar-nav .nav-header .brand {
    margin: 0 auto 5px;
    float: none;
    display: block;
    width: 120px;
    position: relative;
    top: 12px; }

  nav.sidebar-nav .nav-header .brand img {
    width: 100%; }

  nav.sidebar-nav .nav-header .toggle-bar {
    font-size: 18px;
    position: absolute;
    top: 17px;
    left: 15px; }

  nav.sidebar-nav .menu {
    border-bottom: solid 1px #efefef; }

  nav.sidebar-nav .menu > li > a {
    border-bottom: solid 1px #efefef; }

  nav.sidebar-nav.dark-side-nav .menu {
    border-bottom: solid 1px #333333; }

  nav.sidebar-nav.dark-side-nav .menu > li > a {
    border-bottom: solid 1px #333333; }

  nav.sidebar-nav .attributes li a {
    padding: 19px 4px !important; }

  nav.sidebar-nav .attributes .feather {
    width: 16px;
    height: 16px; }

  nav.sidebar-nav .menu li a {
    padding: 20px 30px 20px 30px; } }
.core-content.open-side-menu {
  margin-left: 0px;
  margin-right: 0px; }

.core-content.open-side-menu .side-menu, .side-menu.before-side {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.core-content .side-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: auto;
  border-left: none;
  background: #222d38;
  z-index: 1032;
  height: 100%;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  -o-transition: -o-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease, -o-transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  overflow: hidden; }

.side-menu .side-nav-list.navbar-nav .nav-item {
  display: block;
  margin: 10px 0;
  padding: 0 !important; }

.side-menu .side-nav-list .nav-link {
  display: inline-table;
  color: #ffffff;
  padding: 2px 0 3px 0 !important;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: normal;
  position: relative;
  -webkit-border-radius: 0;
  border-radius: 0; }

.side-menu .inner-wrapper {
  padding: 3.5rem 5rem;
  height: 100%;
  position: relative;
  overflow-y: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.side-menu .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  background: #fff;
  display: inline-block;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1); }

.side-menu .navbar-nav .nav-link:hover::after, .side-menu .navbar-nav .nav-link:focus::after, .side-menu .navbar-nav .nav-link.active::after {
  width: 100%; }

.side-menu .social-icons-simple {
  margin-bottom: 0;
  margin-left: -10px; }

.side-menu .social-icons-simple li {
  display: inline-block; }

.side-menu .social-icons-simple li a {
  display: block;
  font-size: 16px;
  height: 36px;
  line-height: 38px;
  border: 1px solid transparent;
  text-align: center;
  width: 36px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: background-color .5s ease;
  -o-transition: background-color .5s ease;
  transition: background-color .5s ease; }

.side-menu .side-footer p {
  margin-top: .5rem;
  margin-bottom: 0; }

.side-menu .toggle-side-menu {
  height: 33px;
  width: 33px;
  font-size: 33px;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 30px;
  right: 33px;
  cursor: pointer; }

/*---fullscreen---*/
@media (min-width: 992px) {
  .fullscreen .menu li a {
    display: inline-table;
    color: #ffffff;
    padding: 10px 0 10px 0 !important;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: normal;
    position: relative;
    -webkit-border-radius: 0;
    border-radius: 0; }

  .fullscreen .menu li a::after {
    content: "";
    position: absolute;
    background: #fff;
    display: inline-block;
    width: 0;
    height: 3px;
    bottom: 0;
    left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1); }

  nav.fullscreen .menu li.active > a {
    color: #ffffff !important;
    background-color: transparent;
    border-radius: 0px; }

  .core-nav.fullscreen .dropdown > .dropdown-menu {
    width: auto;
    text-align: center;
    background-color: transparent;
    border: none;
    color: #ffffff; }

  .core-nav.fullscreen .dropdown > .dropdown-menu > li > a {
    border-bottom: none;
    color: #cccccc; }

  nav.nav-white.nav-transparent.nav-core-sticky.core-nav.fullscreen .dropdown > .dropdown-menu > li > a {
    color: #cccccc; }

  .fullscreen .menu li a:hover::after, .fullscreen .menu li a:focus::after, .fullscreen .menu li a.active::after {
    width: 100%; }

  .core-nav.fullscreen .core-nav-toggle {
    top: 8px; }

  .core-nav.fullscreen .wrap-core-nav-list {
    background-color: #222d38; } }
@media (min-width: 992px) {
  .brand-center ul.attributes {
    position: absolute;
    right: -50px; }

  .brand-center .nav-header {
    height: 0;
    z-index: 3; }

  .core-nav.brand-center .nav-header .brand {
    float: initial; }

  .core-content.open-side-menu nav.nav-core-sticky.on-scroll {
    margin-left: inherit;
    margin-right: inherit; } }


.rev-button, .rev-btn, .badge-primary, .nav-pills .nav-link.active, .nav-pills .show > .nav-link, .bg-primary {
    background:#f7941d !important;
}


:root {
  --first-clr:#f7941d;
}
.first-clr {
  color: var(--first-clr);
}



.landing-page {
  padding: 80px 0;
  user-select: none;
}
.landing-page .container {
 /* max-width: 1100px;*/
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.landing-page .content {
/*  min-height: 100vh;*/
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.landing-page .content .text-cont {
  width: 60%;
}
.content .text-cont .header {
  font-size: 60px;
  font-weight: 900;
  line-height: 1.1;
}
.landing-page .content .text-cont .description {
  font-size: 16px;
  margin: 30px 0;
  color: #898989;
  font-weight: 400;
  width: 80%;
}
.btn {
  font-size: 16px;
  font-weight: 600;

  padding: .6rem 1rem;
  text-align: center;
  border: 1px solid transparent;
  cursor: pointer;
  box-shadow: 0 0px 5px rgba(0, 0, 0, .1);
  transition: all .2s linear;
}
.btn-discover {
  min-width: 160px;
  margin-right: 5px;
  color: #FFF;
  background-color: var(--first-clr);
}
.btn-discover:hover {
  border-color: var(--first-clr);
  background-color: transparent;
  color: var(--first-clr);
}
.btn-play a{
  color: var(--first-clr);
}
 .content .text-cont .btn-play:hover  {
  border-color: var(--first-clr);
  background-color: var(--first-clr);
  color: #FFF;
}
.content .text-cont .btn-play:hover i {
  color: #FFF;
}

.landing-page .content .img-cont {
  width: 35%;
  position: relative;
}
.landing-page .content .img-cont::before,
.landing-page .content .img-cont::after {
  content: '';
  position: absolute;
  z-index: -1;
  background-color: var(--first-clr);
}
.landing-page .content .img-cont::before {
  top: -5%;
  left: -7%;
  width: 100%;
  height: 60px;
}
.landing-page .content .img-cont::after {
  height: 25vh;
  width: 25vh;
  max-width: 180px;
  max-height: 180px;
  bottom: -5%;
  left: -5%;
  border-radius: 0 0 0 15px;
}
.landing-page .content .img-cont .img {
  width: 100%;
  display: block;
  border-radius: 0 0 0 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .25);
}

@media screen and (max-width: 650px) {
  .landing-page .content {
    flex-direction: column;
  }
  .landing-page .content .text-cont,
  .landing-page .content .text-cont .description {
    width: 100%;
  }
  .landing-page .content .text-cont {
    text-align: center;
  }
  .landing-page .content .img-cont {
    width: 80%;
    margin-top: 80px;
  }
}

.featurebox {
    border: 1px solid #e6e6e6;
    padding: 1px;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 1;
}

.featurebox-1 {
    border: 1px solid #e6e6e6;
    padding: 1px;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 1;
    background: #f7941d !important;
}

.featurebox i {
    width: 100%;
    font-size: 2.142rem;
    color: #f7941d;
    padding: 0 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.featurebox.hover {
    background: #f7941d !important;
     height: 45px;
}

.featurebox.active.featurebox-green {
    background: #fff !important;
  border: 1px solid #e6e6e6;
  color:#000;
}

.featurebox:hover .feature-border, .featurebox.active .feature-border {
    height: 45px;
    background:#f7941d;

}

.featurebox.active.featurebox-green:hover {
    background: #f7941d;
}




.team.team-hover-2:hover .team-photo::before {
    background: rgb(209, 35 ,38,  0.47843137254901963);
}
.portfolio-item a.popup {
    color: #f7941d; 
}


.pricing-table {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  /*background: #ffffff;*/
}

.pricing-table .ptable-item {
  width: 33.33%;
  padding: 0 15px;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .pricing-table .ptable-item {
    width: 33.33%;
  }
}

@media (max-width: 768px) {
  .pricing-table .ptable-item {
    width: 50%;
  }
}

@media (max-width: 576px) {
  .pricing-table .ptable-item {
    width: 100%;
  }
}

.pricing-table .ptable-single {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.pricing-table .ptable-header,
.pricing-table .ptable-body,
.pricing-table .ptable-footer {
  position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.pricing-table .ptable-status ,
.pricing-table .ptable-title,
.pricing-table .ptable-price,
.pricing-table .ptable-description,
.pricing-table .ptable-action {
  position: relative;
  width: 100%;
  text-align: center;
}

.pricing-table .ptable-single {
  background: #e6e6e6;
}

.pricing-table .ptable-single:hover {
  box-shadow: 0 0 10px #999999;
}

.pricing-table .ptable-header {
  margin: 0 30px;
  padding: 30px 0 45px 0;
  width: auto;
  background: #000;
}

.pricing-table .ptable-header::before,
.pricing-table .ptable-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 100px solid #e6e6e6;
}

.pricing-table .ptable-header::before {
  right: 50%;
  border-right: 250px solid transparent;
}

.pricing-table .ptable-header::after {
  left: 50%;
  border-left: 250px solid transparent;
}

.pricing-table .ptable-item.featured-item .ptable-header {
  background:#f7941d;
}

.pricing-table .ptable-status {
  margin-top: -30px;
}

.pricing-table .ptable-status span {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
  padding: 5px 0;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  background: #000;
}

.pricing-table .ptable-status span::before,
.pricing-table .ptable-status span::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 10px solid #f7941d;
}

.pricing-table .ptable-status span::before {
  right: 50%;
  border-right: 25px solid transparent;
}

.pricing-table .ptable-status span::after {
  left: 50%;
  border-left: 25px solid transparent;
}

.pricing-table .ptable-title h2 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 2px;
}

.pricing-table .ptable-price h2 {
  margin: 0;
  color: #ffffff;
  font-size: 45px;
  font-weight: 700;
  margin-left: 15px;
}

.pricing-table .ptable-price h2 small {
  position: absolute;
  font-size: 18px;
  font-weight: 300;
  margin-top: 16px;
  margin-left: -15px;
}

.pricing-table .ptable-price h2 span {
  margin-left: 3px;
  font-size: 16px;
  font-weight: 300;
}

.pricing-table .ptable-body {
  padding: 20px 0;
}

.pricing-table .ptable-description ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-table .ptable-description ul li {
  color: #2A293E;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 7px;
  border-bottom: 1px solid #dedede;
}

.pricing-table .ptable-description ul li:last-child {
  border: none;
}

.pricing-table .ptable-footer {
  padding-bottom: 30px;
}

.pricing-table .ptable-action a {
  display: inline-block;
  padding: 10px 20px;
  color: #FF6F61;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
  background: #2A293E;
}

.pricing-table .ptable-action a:hover {
  color: #2A293E;
  background: #FF6F61;
}

.pricing-table .ptable-item.featured-item .ptable-action a {
  color: #2A293E;
  background: #FF6F61;
}

.pricing-table .ptable-item.featured-item .ptable-action a:hover {
  color: #FF6F61;
  background: #2A293E;
}


#testimonial-area .section-heading h2 {
  font-size: 48px;
  line-height: 58px;
}

.testi-wrap {
  position: relative;
  height: 570px;
  margin-top: -80px;
}

.client-single {
  margin-top: 20px;
  text-align: center;
  position: absolute;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.client-info,
.client-comment {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.client-single.inactive .client-comment,
.client-single.inactive .client-info {
  display: none;
}
.client-single.inactive .client-comment,
.client-single.inactive .client-info {
  opacity: 0;
  visibility: hidden;
}
.client-single.position-1 {
  -webkit-transform: scale(0.65);
  transform: scale(0.65);
}
.client-single.position-2 {
  left: -40px;
  top: 105px;
}
.client-single.position-3 {
  left: -60px;
  top: 240px;
  -webkit-transform: scale(0.4) !important;
  transform: scale(0.4) !important;
}
.client-single.position-4 {
  left: 55px;
  top: 380px;
}
.client-single.position-5 {
  top: 30px;
  right: 55px;
}
.client-single.position-6 {
  top: 225px;
  right: -40px;
}
.client-single.position-7 {
  top: 400px;
  right: 45px;
  -webkit-transform: scale(0.4) !important;
  transform: scale(0.4) !important;
}
.client-single.active {
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  width: 70%;
}
.client-single.active .client-comment,
.client-single.active .client-info {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.client-single:not(.active) {
  -webkit-transform: scale(0.55);
  transform: scale(0.55);
  z-index: 99;
}
.client-single.active .client-img {
  width: 160px;
  height: 160px;
  margin: 0 auto 24px;
  position: relative;
}
.client-single.active .client-img:before {
  border-radius: 100%;
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7941d), to(#17625e));
  background-image: linear-gradient(180deg, ##FF981A 0%, #FF981B 100%);
  padding: 5px;
  width: 160px;
  height: 160px;
  top: -4px;
  left: 0px;
  position: absolute;
  z-index: -1;
}
.client-single .client-img img {
  width: 150px;
  border-radius: 50%;
  border: 8px solid #f7941d;
  cursor: pointer;
}
.client-single.active .client-img img {
  max-width: 160px;
  margin: 0 auto 24px;
  border: 0;
}

.client-comment {
  padding: 0 30px;
}
.client-comment h3 {
  font-size: 22px;
  line-height: 32px;
  color: #505b6d;
}
.client-comment span i {
  font-size: 60px;
  color: #000;
  margin: 40px 0 24px;
  display: inline-block;
}

.client-info h3 {
  color: #000;
  font-weight: 600;
  margin-bottom: 4px;
}
.client-info a {
  color:#f7941d;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #testimonial-area .section-heading h2 {
    font-size: 30px;
  }

  .client-comment h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .client-single.active {
    width: 60%;
  }

  .client-single:not(.active) {
    -webkit-transform: scale(0.55);
    transform: scale(0.35);
  }

  .client-single.position-3,
.client-single.position-7 {
    -webkit-transform: scale(0.3) !important;
    transform: scale(0.3) !important;
  }

  .client-single.active .client-img img {
    max-width: 100px;
  }

  .client-single.active .client-img::before {
    padding: 5px;
    width: 108px;
    height: 108px;
    top: -4px;
    left: 6px;
  }

  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }

  .testi-wrap {
    height: 550px;
  }

 /* #testimonial-area {
    padding: 100px 0 0;
  }*/
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #testimonial-area .section-heading h2 {
    font-size: 30px;
  }

  .client-comment h3 {
    font-size: 14px;
    line-height: 26px;
  }

  .client-single.active {
    width: 60%;
  }

  .client-comment span i {
    font-size: 40px;
  }

  .client-single:not(.active) {
    -webkit-transform: scale(0.55);
    transform: scale(0.35);
  }

  .client-single.position-5,
.client-single.position-7 {
    right: 0;
  }

  .client-single.position-4 {
    left: 0;
  }

  .client-single.position-3,
.client-single.position-7 {
    -webkit-transform: scale(0.3) !important;
    transform: scale(0.3) !important;
  }

  .client-single.active .client-img img {
    max-width: 80px;
  }

  .client-single.active .client-img::before {
    padding: 5px;
    width: 88px;
    height: 88px;
    top: -4px;
    left: 16px;
  }

  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }

  .testi-wrap {
    height: 550px;
  }
}
@media only screen and (min-width: 360px) and (max-width: 479px) {
  #testimonial-area .section-heading h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .client-comment h3 {
    font-size: 14px;
    line-height: 26px;
  }

  .client-single.active {
    width: 80%;
  }

  .client-comment span i {
    font-size: 40px;
  }

  .client-single:not(.active) {
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
  }

  .client-single.position-5,
.client-single.position-7,
.client-single.position-6 {
    right: -70px;
  }

  .client-single.position-4 {
    left: -60px;
  }

  .client-single.position-3 {
    left: -75px;
  }

  .client-single.position-3,
.client-single.position-7 {
    -webkit-transform: scale(0.25) !important;
    transform: scale(0.25) !important;
  }

  .client-single.active .client-img img {
    max-width: 80px;
  }

  .client-single.active .client-img::before {
    padding: 5px;
    width: 88px;
    height: 88px;
    top: -4px;
    left: 13px;
  }

  .client-single.active .client-img {
    width: 117px;
    height: 100px;
  }

  .testi-wrap {
    height: 600px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 359px) {
  #testimonial-area .section-heading h2 {
    font-size: 30px;
  }

  .client-comment h3 {
    font-size: 14px;
    line-height: 26px;
  }

  .client-single.active {
    width: 80%;
  }

  .client-comment span i {
    font-size: 40px;
  }

  .client-single:not(.active) {
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
  }

  .client-single.position-5,
.client-single.position-7,
.client-single.position-6 {
    right: -70px;
  }

  .client-single.position-4 {
    left: -60px;
  }

  .client-single.position-3 {
    left: -75px;
  }

  .client-single.position-3,
.client-single.position-7 {
    -webkit-transform: scale(0.25) !important;
    transform: scale(0.25) !important;
  }

  .client-single.active .client-img img {
    max-width: 80px;
  }

  .client-single.active .client-img::before {
    padding: 5px;
    width: 88px;
    height: 88px;
    top: -4px;
    left: 16px;
  }

  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }

  .testi-wrap {
    height: 550px;
  }
}

footer.footer-2 .address li a:hover {
    color:#f7941d;
}

ul.attributes li a {
    display: block;
    padding: 16px 10px;
    color: #fff;
}





ul.attributes li a:hover {
    color:   #f7941d;
}

.cs-button.icon-color {
    background: none;
    border: none;
    color: #f7941d;
    padding: 0;
}
.cs-button.icon-color i {
    border: 1px solid #f7941d;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    line-height: 20px;
    margin-left: 10px;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 0.5s cubic-bezier(0.76, 0.46, 0.22, 1) 0s;
    transition: all 0.5s cubic-bezier(0.76, 0.46, 0.22, 1) 0s;
}





.counter-style {

/*    padding: 20px 0 0 0;*/
    border-radius: 5px;
    text-align: center;
}

.counter-style_plus{
    font-size: 22px;
    font-weight: 900;
    color: #f7941d;
}
.counter h5{
  font-size: 16px;
}
.counter-style_plus-1{
    font-size: 22px;
    font-weight: 900;
    color: #f7941d ;
}
.count-style-title {
    font-size: 30px;
    font-family: 'Montserrat' , sans-serif;
    color: rgba(255, 255, 255, 0);
    font-weight: bold;
    line-height: 1.333;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    background: -webkit-linear-gradient( 170deg,#f7941d 20%, #c61a1a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.count-style-title-1 {
    font-size: 30px;
    font-family: 'Montserrat' , sans-serif;
    color: rgba(255, 255, 255, 0);
    font-weight: bold;
    line-height: 1.333;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    background: -webkit-linear-gradient( 170deg,#836340 20%, #e0a32f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.wrapper:hover .counter-style_icon{
    -webkit-animation: 1s jackInTheBox;
    animation: 1s jackInTheBox;
}
.heading_mainc{
    font-size: 48px;
   
    color: rgb(33, 35, 49);
    line-height: 0.899;
}
.count-style-text {
    font-size: 16px;
    
    color: rgb(33, 35, 49);
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}
.counter-style_icon {
    margin: 0 auto;
    float: none;
    display: table;
    color: black;
    font-size: 40px;
    padding-bottom: 10px;
}
.other{
    height: 1500px;
}




.cs-button.black { 
  background: #353535; 
  color: #ffffff; 
  border:2px solid #353535;
}
.cs-button.black:hover,  .cs-button.black.active,  .cs-button.black:focus  {
     background: #f7941d;
     color:  #ffffff;
     border-color: #f7941d;
 }



.blog-slider {
  width: 95%;
  position: relative;
  max-width: 800px;
  margin: auto;
  background: #fff;
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
  padding: 25px;
  border-radius: 25px;
  height: 400px;
  transition: all 0.3s;
}
@media screen and (max-width: 992px) {
  .blog-slider {
    max-width: 680px;
    height: 400px;
    margin-left: 10%;
    margin-bottom: 15px;
     margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .blog-slider {
    min-height: 500px;
    height: auto;
    margin: 86px auto;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 350px;
  }
}
.blog-slider__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .blog-slider__item {
    flex-direction: column;
  }
}
.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > * {
  opacity: 1;
  transform: none;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
  transition-delay: 0.8s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
  transition-delay: 0.9s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
  transition-delay: 1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
  transition-delay: 1.1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
  transition-delay: 1.2s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
  transition-delay: 1.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
  transition-delay: 1.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
  transition-delay: 1.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
  transition-delay: 1.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
  transition-delay: 1.7s;
}
.blog-slider__img {
  width: 300px;
  flex-shrink: 0;
  height: 300px;
  background-image:linear-gradient(147deg,  #f7941d 0%, #c61a1a 74%);
  box-shadow: 4px 13px 30px 1px rgba(252, 56, 56, 0.2);
  border-radius: 20px;
  transform: translateX(-80px);
  overflow: hidden;
}
.blog-slider__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(147deg,  #f7941d 0%, #c61a1a 74%);
  border-radius: 20px;
  opacity: 0.8;
}
.blog-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .blog-slider__img {
    transform: translateY(-50%);
    width: 90%;
    margin-top: 15%;
  }
}
@media screen and (max-width: 576px) {
.blog-slider__img {
  width: 92%;
  margin-top: 15%;
  /* transform: translateY(-16%); */
  height: 270px;
}
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider__img {
    height: 270px;
  }
}
.blog-slider__content {
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .blog-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__content {
    padding: 0;
    margin-top: -27%;
  }
}
.blog-slider__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}
.blog-slider__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
.blog-slider__title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 20px;
}
.blog-slider__text {
 color: #898989;
margin-bottom: 30px;
line-height: 1.5em;
font-size: 16px;
font-weight: 400;
}

@media screen and (max-width: 576px) {
  .blog-slider__button {
    width: 100%;
  }
}
.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider .swiper-pagination-custom, .blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.blog-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 22px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
.blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  /*display: block;*/
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
}
.blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background:  #f7941d;
  height: 30px;
  box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}



.right_conatct_social_icon{

     background: linear-gradient(to top right,  #f7941d -5%, #c61a1a 100%);
}
.contact_us{
    background-color: #f1f1f1;
    padding: 120px 0px;
}

.contact_inner{
    background-color: #fff;
    position: relative;
    box-shadow: 20px 22px 44px #cccc;
    border-radius: 25px;
}
.contact_field{
    padding: 60px 340px 90px 100px;
}
.right_conatct_social_icon{
    height: 100%;
}

.contact_field h3{
   color: #000;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px
}
.contact_field p{
    color: #898989;
    font-size: 16px;
    font-weight: 400;
   /* letter-spacing: 1px;*/
    margin-bottom: 35px;
}
.contact_field .form-control{
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ccc;
}
.contact_field .form-control:focus{
    box-shadow: none;
    outline: none;
    /*border-bottom: 2px solid #1325e8;*/
}
.contact_field .form-control::placeholder{
    font-size: 13px;
    letter-spacing: 1px;
}

.contact_info_sec {
    position: absolute;
    background-color: #2d2d2d;
    right: 0px;
    top:20%;
    height: 340px;
    width: 340px;
    padding: 40px;
    border-radius: 25px 0 0 25px;
    color: #fff;
}
.contact_info_sec h4{
    letter-spacing: 1px;
    padding-bottom: 15px;
}

.info_single{
    margin: 15px 0px;
      font-size: 16px;
    /*letter-spacing: 1px;*/
    color: #898989;
font-weight: 700;
}

.info_single a: hover{
   
    color:   #f7941d;

}

.socil_item_inner li{
    list-style: none;
}
.socil_item_inner li a{
    color: #fff;
    margin: 0px 21px;
    font-size: 14px;
}
.socil_item_inner{
    padding-bottom: 10px;
}
.cs-button.cs-button-border {
    background: transparent;
    border: 2px solid #f7941d;
    color: #323232;
}
.cs-button.cs-button-border:hover,  .cs-button.cs-button-border:focus  {
     background:  #f7941d;
     color:  #ffffff;
     border-color:  #f7941d;
 }











.servicebox.active .hr-line{
    width: 70px;
    background:   #f7941d;
    
}
.servicebox:hover .hr-line{
    width: 70px !important;
    background:   #f7941d !important;
    
}
.service-row:hover .servicebox.active .hr-line{
    width: 35px;
    background:   #f7941d;
}
.service-row .servicebox.active span:before{
    color: #79D055;
}

.service-row:hover .servicebox.active span:before{
    color: #222d38;
}
.servicebox:hover  span:before{
    color: #79D055 !important;
}



.projectFactsWrap{
    display: flex;
  
  flex-direction: row;
  flex-wrap: wrap;
}


#projectFacts .fullWidth{
  padding: 0;
}

.projectFactsWrap .item{
  width: 25%;
  height: 100%;
  padding: 50px 0px;
  text-align: center;
}

.projectFactsWrap .item:nth-child(1){
  background: #2196f3;
}

.projectFactsWrap .item:nth-child(2){
  background:#5cc8f9;
}

.projectFactsWrap .item:nth-child(3){
  background:#03a9f5;
}

.projectFactsWrap .item:nth-child(4){
  background:  #f7941d;
}

.projectFactsWrap .item p.number{
  font-size: 40px;
  padding: 0;
  font-weight: bold;
}

.projectFactsWrap .item p{
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin: 0;
  padding: 10px;
  font-family: 'Open Sans';
}


.projectFactsWrap .item span{
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}


.projectFactsWrap .item i{
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}


.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
  color: white;
}

.projectFactsWrap .item:hover span{
  background: white;
}

@media (max-width: 786px){
  .projectFactsWrap .item {
     flex: 0 0 100%;
  }
}

.site-heading h2 {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.site-heading h2 span {
  color:  #f7941d;
}

.site-heading h4 {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.site-heading h4::before {
  background:  #f7941d none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}

.site-heading h2 span {
  color:    #f7941d !important;;
}

.site-heading {
  margin-bottom: 60px;
/*  overflow: hidden;*/
  margin-top: -5px;
}

.site-heading-left h4 {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}
.site-heading-left h4::before {
    background:   #f7941d none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    /* margin-left: -25px; */
    position: absolute;
    width: 50px;
}

.team-area .single-item {
  margin-bottom: 30px;
}

.team-area .item .thumb {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.team-area .item .thumb::after {
  background: #232323 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  width: 100%;
}

.team-area .team-items .item:hover .thumb::after {
  opacity: 0.7;
}

.team-area .item .thumb .overlay {
  top: -100%;
  left: 0;
  padding: 0px;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  width: 100%;
  z-index: 1;
}

.team-area .item:hover .thumb .overlay {
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.team-area .item .thumb .overlay p {
  color: #ffffff;
}

.team-area .item .thumb .overlay h4 {
  color: #ffffff;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}

.team-area .item .thumb img {
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.team-area .item:hover .thumb img {
  opacity: .6;
}

.team-area .item .thumb .social li {
  display: inline-block;
}

.team-area .item .thumb .social li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  border-right: none;
  width: 40px;
}



.team-area .info {
  background: #ffffff none repeat scroll 0 0;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  padding: 40px 20px 20px;
  position: relative;
  text-align: center;
  z-index: 9;
}

.team-area .info .message {
  height: 50px;
  line-height: 40px;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50px;
}

.team-area .info .message a {
  background: #fff none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  box-sizing: border-box;
  color:   #f7941d;
  display: inline-block;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  width: 50px;
}

.team-area .info .message a i {
  font-weight: 500;
}

.team-area .info h4 {
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.team-area .info span {
  color:   #f7941d;
/*  font-family: "Poppins",sans-serif;*/
  font-weight: 600;
  text-transform: uppercase;
}

.team-area .social li.twitter a {
  background-color: #00b6f1;
}

.team-area .social li.pinterest a {
  background-color: #bd081c;
}

.team-area .social li.facebook a {
  background-color: #3b5998;
}

.team-area .social li.google-plus a {
  background-color: #df4a32;
}

.team-area .social li.vimeo a {
  background-color: #1ab7ea;
}

.team-area .social li.instagram a {
  background-color: #cd486b;
}

.portfolio-item .portfolio-overlay a:hover {
    color:   #f7941d;
}
/*a:focus, a:hover { 
	color:  #f7941d; 
	text-decoration: none !important; 
}*/

.portfolio-item .portfolio-overlay span a:hover {
    color:  #f7941d;
}

.no-title .portfolio-item .portfolio-overlay a:hover {
    color:    #f7941d;
}

.pricing-section {
    position: relative;
    padding: 100px 0 80px;
    overflow: hidden;
}
.pricing-section .outer-box{
  max-width: 1100px;
  margin: 0 auto;
}


.pricing-section .row{
  margin: 0 -30px;
}

.pricing-block{
  position: relative;
  padding: 0 30px;
  margin-bottom: 40px;
}

.pricing-block .inner-box{
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  padding: 0 0 30px;
  max-width: 370px;
  margin: 0 auto;
  border-bottom: 20px solid   #f7941d;
}

.pricing-block .icon-box{
  position: relative;
  padding: 50px 30px 0;
  background-color:  #f7941d;
  text-align: center;
}

.pricing-block .icon-box:before{
  position: absolute;
  left: 0;
  bottom: 0;
  height: 75px;
  width: 100%;
  border-radius: 50% 50% 0 0;
  background-color: #ffffff;
  content: "";
}


.pricing-block .icon-box .icon-outer{
  position: relative;
  height: 150px;
  width: 150px;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 0 auto;
  padding: 10px;
}

.pricing-block .icon-box i{
  position: relative;
  display: block;
  height: 130px;
  width: 130px;
  line-height: 120px;
  border: 5px solid   #f7941d;
  border-radius: 50%;
  font-size: 50px;
  color:   #f7941d;
  -webkit-transition:all 600ms ease;
  -ms-transition:all 600ms ease;
  -o-transition:all 600ms ease;
  -moz-transition:all 600ms ease;
  transition:all 600ms ease;
}

.pricing-block .inner-box:hover .icon-box i{
  transform:rotate(360deg);
}

.pricing-block .price-box{
  position: relative;
  text-align: center;
  padding: 10px 20px;
}

.pricing-block .title{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 600;
}

.pricing-block .price{
  display: block;
  font-size: 30px;
  color: #222222;
  font-weight: 700;
  color:   #f7941d;
}


.pricing-block .features{
  position: relative;
  max-width: 250px;
  margin: 0 auto 20px;
}

.pricing-block .features li{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #898989;
  font-weight: 500;
  padding: 5px 0;
  padding-left: 30px;
  border-bottom: 1px dashed #dddddd;
}
.pricing-block .features li:before {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 16px;
    color: #2bd40f;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
   /* content: "\f058";
    font-family: "Font Awesome 5 Free";*/
    margin-top: -8px;
}
.pricing-block .features li.false:before{
  color: #FF0000;
  content: "\f057";
}

.pricing-block .features li a{
  color: #848484;
}

.pricing-block .features li:last-child{
  border-bottom: 0;
}

.pricing-block .btn-box{
  position: relative;
  text-align: center;
}

.pricing-block .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 500;
  padding: 8px 30px;
  background-color:   #f7941d;
  border-radius: 10px;
  border-top:2px solid transparent;
  border-bottom:2px solid transparent;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 300ms ease;
}

/*.pricing-block .btn-box a:hover{
  color: #ffffff;
}

.pricing-block .inner-box:hover .btn-box a{
  color:  #f7941d;
  background:none;
  border-radius:0px;
  border-color:  #f7941d;
}*/

.pricing-block:nth-child(2) .icon-box i,
.pricing-block:nth-child(2) .inner-box{
  border-color:   #f7941d;;
}


.pricing-block:nth-child(2) .icon-box{
  background-color:   #f7941d;;
}

.pricing-block:nth-child(2) .inner-box:hover {
  color:#000;
  background:none;
  border-radius:0px;
  border-color:#000;
}

.pricing-block:nth-child(2) .icon-box i,
.pricing-block:nth-child(2) .price{
  color:   #f7941d;;
}

.pricing-block:nth-child(3) .icon-box i,
.pricing-block:nth-child(3) .inner-box{
  border-color:  #f7941d;
}


.pricing-block:nth-child(3) .icon-box{
  background-color:  #f7941d;
}

.pricing-block:nth-child(3) .icon-box i,
.pricing-block:nth-child(3) .price{
  color:  #f7941d;
}

.pricing-block:nth-child(3) .inner-box:hover {
  color:#000;
  background:none;
  border-radius:0px;
  border-color:#000;
}

.pricing-block:nth-child(1) .inner-box:hover {
  color:#000;
  background:none;
  border-radius:0px;
  border-color:#000;
}


.sketch-button {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, #000, #222, #333);
  border-radius: 11px;
  padding: 12px 20px;
  position: relative;
  line-height: 24px;
  color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02), 0 4px 16px rgba(0, 0, 0, 0.02), 0 4px 24px rgba(0, 0, 0, 0.02);
}
.sketch-button.start svg {
  -webkit-animation: stroke 1s linear;
          animation: stroke 1s linear;
}
.sketch-button .lines {
  position: absolute;
  inset: 0;
  mix-blend-mode: hard-light;
  pointer-events: none;
  z-index: 1;
}
.sketch-button .lines > div {
  position: absolute;
  inset: 0;
}
.sketch-button .lines > div:last-child {
  transform: rotate(180deg);
}
.sketch-button .lines > div svg {
  display: block;
  position: absolute;
  inset: 0;
  overflow: visible;
  fill: none;
  stroke-width: 2;
  stroke: #c9e9ff;
  width: 100%;
  height: 100%;
  stroke-dasharray: 2 10;
  stroke-dashoffset: 14;
  opacity: 0;
}
.sketch-button .lines > div svg:nth-child(1) {
  stroke: #f8fcff;
}
.sketch-button .lines > div svg:nth-child(2) {
  stroke-width: 6px;
  filter: blur(20px);
}
.sketch-button .lines > div svg:nth-child(3) {
  stroke-width: 5px;
  filter: blur(6px);
}
.sketch-button .lines > div svg:nth-child(4) {
  stroke-width: 10px;
  filter: blur(56px);
}

@-webkit-keyframes stroke {
  30%, 55% {
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 4;
    opacity: 0;
  }
}

@keyframes stroke {
  30%, 55% {
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 4;
    opacity: 0;
  }
}

.testimonials.text-white.clean .author-info {
    color:  #f7941d;
}


.corp-blog{
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 0px;
    box-shadow: 0 0 13px 0px rgba(0,0,0,.3);
    transition: .5s;
    overflow: hidden;
   /* margin: .25rem;*/
}
/*.corp-blog:hover{
    height: 450px;
}*/

.corp-blog img{
    width: 100%;
    border-radius: 0px;
    transition: .5s;
}
.corp-blog:hover img{
    border-radius: 0;
}

.corp-blog .corp-blog-body{
    height: 100%;
margin-left: 0px;
   padding: 20px;
}

.corp-blog .corp-blog-body h6{
    margin: .5rem 0;
    font-size: 20px;
    color:  #f7941d;
    font-weight: 600;
    letter-spacing: 0px;
}

.corp-blog .corp-blog-body p{
    text-align: justify;
    font-size: .9rem;
    line-height: 25px;
}

.corp-blog .corp-blog-body div{
    text-align: left;
    width: 100%;
}
.cs-button.cs-button-border.white:hover, .cs-button.cs-button-border.white:focus, .cs-button.cs-button-border.white:hover i, .cs-button.cs-button-border.white:focus i {
    background: #fff;
    color:   #f7941d !important;
    border-color: #fff;
}

.footer-link a:hover{
	color:   #f7941d !important;
}

.header-design {
  background-color:   #f7941d;
  background-image: linear-gradient(326deg,    #f7941d 0%,  #6cbcfc 74%);
  height: 120px;
  text-align: center;
}
.section-heading.line.center .heading:before {
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: 0;
    width: 80px;
    height: 1px;
    background:   #f7941d;
    content: "";
}

.section-heading.line.left .heading:before {
    position: absolute;
    left: 0%;
 /*   margin-left: -35px;*/
    bottom: 0;
    width: 80px;
    height: 1px;
    background:   #f7941d;
    content: "";
}

.feature-txt.round:hover .feature-icon i, .feature-txt.round:hover .feature-icon span {
    background:  #f7941d;
    color: #ffffff;
    border-color:  #f7941d;
}

.cs-button { 
	background:   #f7941d; 
	padding: 10px 20px; 
	font-size: 0.928rem; 
	letter-spacing: 1px; 
	font-family: 'Montserrat', sans-serif; border: 0; 
	color: #ffffff; 
	text-transform: uppercase; 
	font-weight: 500; 
	display: inline-block; 
	border-radius: 3px; 
	text-align: center; 
	border:2px solid   #f7941d; 
	cursor: pointer; 
}
.cs-button + .cs-button {
	margin-left: 20px;
}
.cs-button:hover, .cs-button:focus { 
	background: #353535; 
	color: #fff; 
	border-color: #353535; 
}

.price-tag {
  color: black;
}

.price-part .price-part-heading {
  margin-bottom: 15px;
}

.price-part .p-card {
  padding-top: 15px;
}

.price-part .p-card:nth-child(2) {
  padding-top: 0;
}

.price-part .price-box {
  padding-top: 50px;
}

.price-part .price-boxs {
  padding: 30px 20px;
  /*-webkit-box-shadow: 0 0 5px #d9d9d9;*/
  /*box-shadow: 0 0 5px #d9d9d9;*/
  /*border-radius: 5px;*/
  -webkit-transition: .4s ease;
  transition: .4s ease;
  position: relative;
  border-radius: 0;
}

.price-part .price-boxs .price-head {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 500;
  color:   #f7941d;
  padding-bottom: 20px;
  border-bottom: solid 2px #d9d9d9;
  -webkit-transition: .8s ease;
  transition: .8s ease;
}

.price-part .price-boxs .info-part {
  padding-top: 0px;
  padding-bottom: 13px;
  border-bottom: solid 2px #d9d9d9;
  -webkit-transition: .8s ease;
  transition: .8s ease;
}

.price-part .price-boxs .info-part .price-tag .p-icon i {
  position: absolute;
  left: 0;
  bottom: 8px;
  font-size: 30px;
  -webkit-transition: .8s ease;
  transition: .8s ease;
}

.price-part .price-boxs .info-part .price-tag .p-icon {
  display: inline-block;
  position: relative;
  -webkit-transition: .8s ease;
  transition: .8s ease;
}

.price-part .price-boxs .info-part .price-tag .dollar-price {
  font-size: 50px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  display: inline-block;
  margin-left: 28px;
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

.price-part .price-boxs .info-part .price-tag .dollar-since {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  position: relative;
  left: 42px;
  top: -7px;
  -webkit-transition: .8s ease;
  transition: .8s ease;
}

.price-part .price-text .paragraph {
  color: #878787;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.7;
  -webkit-transition: .8s ease;
  transition: .8s ease;
}

.price-part .price-boxs .price-list {
  padding-left: 0;
  padding-top: 25px;
  padding-bottom: 55px;
  -webkit-transition: .8s ease;
  transition: .8s ease;
}

.price-part .price-boxs .price-list li {
  color: #535353;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-decoration: none;
  list-style: none;
  margin-bottom: 0px;
  -webkit-transition: .8s ease;
  transition: .8s ease;
}

.price-part .price-boxs .price-list li i {
  font-size: 25px;
  color: #62be10;
  padding-top: 5px;
  -webkit-transition: .8s ease;
  transition: .8s ease;
}

.price-part .price-boxs button {
  -webkit-transition: .8s ease;
  transition: .8s ease;
}

/*hover*/
.price-part .price-boxs:hover, .price-part .price-boxs.active {
  background-color:   #f7941d;
}

.price-part .price-boxs:hover .price-head, .price-part .price-boxs.active .price-head {
  color: #FFFFFF;
  border-bottom: solid 2px #FFFFFF;
}

.price-part .price-boxs:hover .info-part, .price-part .price-boxs.active .info-part {
  border-bottom: solid 2px #FFFFFF;
}

.price-part .price-boxs:hover .info-part .price-tag .p-icon i, .price-part .price-boxs.active .info-part .price-tag .p-icon i {
  color: #FFFFFF;
}

.price-part .price-boxs:hover .info-part .price-tag .p-icon, .price-part .price-boxs.active .info-part .price-tag .p-icon {
  color: #FFFFFF;
}

.price-part .price-boxs:hover .info-part .price-tag .dollar-price, .price-part .price-boxs.active .info-part .price-tag .dollar-price {
  color: #FFFFFF;
}

.price-part .price-boxs:hover .info-part .price-tag .dollar-since, .price-part .price-boxs.active .info-part .price-tag .dollar-since {
  color: #FFFFFF;
}

.price-part .price-boxs:hover .price-text .paragraph, .price-part .price-boxs.active .price-text .paragraph {
  color: #FFFFFF;
}

.price-part .price-boxs:hover .price-list li i, .price-part .price-boxs.active .price-list li i {
  color: #FFFFFF;
}

.price-part .price-boxs:hover .price-list li, .price-part .price-boxs.active .price-list li {
  color: #FFFFFF;
}

.price-part .price-boxs:hover button, .price-part .price-boxs.active button {
  background-color: #FFFFFF;
  color:   #f7941d;
  border: solid 1px   #f7941d;
}

.price-part .price-boxs button {
  background-color: transparent;
  border: solid 1px   #f7941d;
  color:   #f7941d;
}

.price-part .price-boxs button:hover {
  background-color: transparent;
  border: solid 1px #FFFFFF;
  color: #FFFFFF;
}

.price-part .price-boxs:hover, .price-part .price-boxs.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*zigzag line*/
.cross-top::before {
  background: linear-gradient(-45deg,   #f7941d 16px, red 16px, #0096ff 16px, transparent 0), linear-gradient(45deg,   #f7941d 16px, transparent 0);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 22px 32px;
  content: " ";
  display: block;
  height: 22px;
  width: 110.5%;
  position: relative;
  bottom: 52px;
  left: -20px;
  opacity: 0;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  /* border-top: solid 2px white; */
}

#d-wrapper .cross-bottom {
  margin: 32px 0;
  margin-top: 0;
  background: #1ba1e2;
}

#d-wrapper .cross-top {
  margin: 32px 0;
  margin-bottom: 0;
  background: #1ba1e2;
}

#d-wrapper .cross-bottom,
#d-wrapper .cross-top {
  padding: 32px 0;
}

.cross-bottom:after {
  background: linear-gradient(-45deg, transparent 16px,   #f7941d 0), linear-gradient(45deg, transparent 16px,   #f7941d 0);
  background-repeat: repeat-x;
  background-position: left bottom;
 background-size: 22px 32px;
  content: "";
  display: block;
 width: 110.5%;
  height: 11px;
  position: relative;
  top: 41px;
  left: -20px;
  opacity: 0;
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

.price-part .price-boxs:hover.cross-bottom:after, .price-part .price-boxs.active.cross-bottom:after, .price-part .price-boxs:hover.cross-top:before, .price-part .price-boxs.active.cross-top:before {
  opacity: 1;
}
.actionbox2 {
    position: relative;
    background-color:   #f7941d;
}
.business-card-content span {
    background-color:   #f7941d;
    color: #fff;
    font-weight: 300;
    font-size: 10px;
    padding: 0.5rem 0.75rem;
    border-radius: 1rem;
    text-transform: uppercase;
}
.author-info span {
    font-weight: normal;
    color:   #f7941d;
    text-transform: none;
}
.testimonials-info:before {
    position: absolute;
    top: -15px;
    left: -35px;
    color:   #f7941d;
    content: "\201C";
    font-family: Georgia, serif;
    font-size: 7.142rem;
}

.footer-2 .footer-terms {
  padding-top: 0px;
  float: right;
}
.social-icons{
  float: right;
}
.content {
    min-height: 0px;
    padding: 1.5rem 1.5rem 0px 1.5rem;
    margin-right: auto;
    margin-left: auto;
}

.featurebox .feature-border{
  background: #f7941d;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #f7941d;
    float: right;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

/*==========Sidemanu============*/

.sidebar-menu li > a > span.active {
    color: #f7941d;
}
.treeview-menu > li > a:hover {
    color: #f7941d;
}
.sidebar-menu .treeview-menu > li > a:active {
    opacity: 1;
    color: #f7941d;
}
.sidebar-menu > li.menu-open > a {
    color: #f7941d;
}
.sidebar-menu > li.menu-open > a > span {
    color: #f7941d;
}
.sidebar-menu .treeview-menu > li.active > a {
    color: #f7941d;
    opacity: 1;
}
.nav-link:focus, .nav-link:hover {
    color: #f7941d;
}
/*===================================*/
.footer.footer-2 .footer-link ul li a {
    color: #898989;
    vertical-align: top;
    display: block;
    font-size: 14px;
}
footer.footer-2 .address li a {
    color: #898989;
    font-size: 14px;
}
.footer-copyright {
    padding: 8px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.26);
}


@media only screen and (max-width: 835px){
  .isotope.column-3 .grid-item {
      padding: 0 9px 15px 0;
  } 
}
@media only screen and (max-width: 480px){
  .footer.footer-2 .address i {
      display: contents;
  }
}

@media only screen and (max-width:414px) {
  .isotope.column-4 .grid-item {
    width: 25%;
    padding: 0 0px 15px 0;
  }
  .isotope.column-3 .grid-item {
    width: 25%;
    padding: 0 0px 15px 0;
  }
}

 @media only screen and (min-width: 768px) and (max-width:1024px) and (orientation: portrait){

.counter label {
 
   margin: 0 ;
  
}

.width-70 {
  width: 70%;
}
.section-heading p {
 
  font-size: 14px;
}
 }
 @media only screen and (max-width: 1366px) and (min-width:768px) and (orientation: landscape){
.counter label {
 
   margin:  0; 
 
}
 }
