/*========================================================================
EXCLUSIVE ON themeforest.net
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Template Name   : Alexio
Author          : PxDraft
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Copyright (c) 2018 - PxDraft
========================================================================*/

/*----------------------------------
Table of contents
01. Common
02. Section Tital
03. Button
04. Header
05. Home Banner
06. About us
07. Feature Box 
08. Portfolio
09. Counter
10. Testimonial
11. Skill
12. Blog
13. contact
14. Footer
----------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700,800,900');


/*---------------------------------
  01. Common
-----------------------------------*/

body#home-page-body, html {
    overflow: visible !important;
    height: auto !important;
}

body {
  font-family: 'Work Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 15px;
  line-height: 1.8;
  color: #878C9F;
}
img {
  max-width: 100%;
}

.full-screen {
  min-height: 100vh;
}

body.dark-body {
  background-color: #fff;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #151515;
  z-index: 999999;
}
.load-circle  {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: rotate 1s infinite;  
  height: 50px;
  width: 50px;
}

.load-circle:before,
.load-circle:after {   
  border-radius: 50%;
  content: '';
  display: block;
  height: 20px;  
  width: 20px;
}
.load-circle:before {
  animation: ball1 1s infinite;
  background-color: #1edee4;
  box-shadow: 30px 0 0 #ff2560;
  margin-bottom: 10px;
}
.load-circle:after {
  animation: ball2 1s infinite;
  background-color: #255cff;
  box-shadow: 30px 0 0 #ffbc5c;
}
span.clubs_s .fa {
    color: #c03d43;
    font-size: 26px;
}
span.events_s .fa {
    color: #51a140;
    font-size: 26px;
}
span.profess_s .fa {
    color: #ffd656;
    font-size: 26px;
}
button#check_code {
    width: 100%;
    max-height: 40px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
span.prc_s {
    color: #c03d43;
    transform: rotate(0deg);
    animation:rotate;
     -webkit-animation:rotate 4s linear infinite;
    -moz-animation:rotate 4s linear infinite;
    animation:rotate 4s linear infinite;
}
.smallAds {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    font-size: 30px;
    margin-top: 0px;
    padding: 10px;
    border: 2px solid #333;
    color: #333;
    align-items: center;
    background: url(https://c8.alamy.com/comp/T33W83/gps-navigation-concept-pointer-location-red-color-on-map-background-banner-copy-space-3d-illustration-T33W83.jpg);
    font-weight: 600;
}
.fa-map-marker:before {
    content: "\f041";
}
.smallAdsection {
    width: 100%;
    margin: auto;
}
.max-500 {
    max-width: 800px !important;
    z-index: 99999999;
    position: relative;
}


span.clubs_s img {
    width: 24px;
    margin-right: 7px;
}

span.events_s img {
    width: 24px;
    margin-right: 7px;
}

span.profess_s img {
    width: 24px;
    margin-right: 7px;
}


@keyframes rotate {
  0% { 
    -webkit-transform: rotate(5deg); 
    -moz-transform: rotate(5deg);
  }
  30% { 
    -webkit-transform: rotate(0deg); 
    -moz-transform: rotate(0deg);
  }
  50% { 
    -webkit-transform: rotate(-5deg); 
    -moz-transform: rotate(-5deg);
  }
    70% { 
    -webkit-transform: rotate(0deg); 
    -moz-transform: rotate(0deg);
  }
   100% { 
    -webkit-transform: rotate(5deg); 
    -moz-transform: rotate(5deg);
  }
}

@keyframes ball1 {
  0% {
    box-shadow: 30px 0 0 #f8b334;
  }
  50% {
    box-shadow: 0 0 0 #f8b334;
    margin-bottom: 0;
    -webkit-transform: translate(15px,15px);
    -moz-transform: translate(15px, 15px);
  }
  100% {
    box-shadow: 30px 0 0 #f8b334;
    margin-bottom: 10px;
  }
}

@keyframes ball2 {
  0% {
    box-shadow: 30px 0 0 #97bf0d;
  }
  50% {
    box-shadow: 0 0 0 #97bf0d;
    margin-top: -20px;
    -webkit-transform: translate(15px,15px);
    -moz-transform: translate(15px, 15px);
  }
  100% {
    box-shadow: 30px 0 0 #97bf0d;
    margin-top: 0;
  }
}

/*---------------------------------
  Scroll Auto
-----------------------------------*/
.payment .form-group {
    margin-bottom: 10px;
}

@media(min-width: 1420px){
.payment{
    height:100vh;
}

	.cdcdfrm {
	    
	        height: calc(100vh - 175px);
	}


}

@media(min-width: 992px){
  .page-scroll {
    overflow-y: scroll;
    height: 100vh;
  }
  .blogspace {
    margin-bottom: 80px;
}
  footer.blogfooter {
    width: 100%;
    bottom: 0;
}
  

}
.page-content {
  padding:0;
  max-width: 100%;
  width: 100%;
}



@media(max-width: 991px) {
  .js .page {
    overflow-y: auto;
  }

.js .page {
    height: 100% !important;
}
}

@media(max-width: 767px) {
    
  
    .smallAds {
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-size: 13px;
    margin-top: 15px;
    padding: 10px;
    border: 2px solid #333;
    color: #333;
    align-items: center;
    background: linear-gradient(270deg,rgba(51,148,225,.18),#f2f7fb);
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}
    
  .page-content {
    padding: 0;
  }
}

ul.ftr-nav {
    display: inline-flex;
    width: auto;
    justify-content: flex-start;
    margin: 0px;
    padding: 0;
}

.formgroup {
    display: inline-flex;
    justify-content: space-between;
}
.formgroup span {
    font-size: 13px;
}
ul.ftr-nav li {
    padding: 4px 5px;
    display: block;
}
footer.footer-bottom-area {
    background: #1d1919;
    color: #fff;
    padding: 0px 0px;
}
ul.ftr-nav li a {
    color: #fff;
    font-weight: 400;
    font-size: 11px;
}
.copy-right p {
    font-size: 11px;
}
/*---------------------------------
  Buttons
-----------------------------------*/
.btn {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 12px 22px;
  border-radius: 4px;
  border: none;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}

.btn-theme {
  color: #fff;
}
.btn-theme:focus,
.btn-theme:active,
.btn-theme:hover {
  color: #fff;
  background: #111;
  text-decoration: none;
}
a.redbtnmore {
    display: block;
    background: #2c6671;
    max-width: 120px;
    text-align: center;
    color: #fff;
    margin-top: 10px;
    border-radius: 3px;
    margin-bottom: 10px;
}
/*---------------------------------
  Color
-----------------------------------*/

.dark-color {
  color: #292929;
}
.yellow-bg {
  background-color: #f8c964;
}
.yellow-after:after {
  background-color: #f8c964;
}
.blue-bg {
  background-color: #2fb3cd;
}
.blue-after:after {
  background-color: #2fb3cd;
}

.white-bg {
  background-color: #fff;
}

/*---------------------------------
  Page title
-----------------------------------*/
.page-title {
  background-size: cover;
  padding: 50px;
  position: relative;
}

.page-title:after {
  content: "";
  width: 2px;
  top: 50px;
  bottom: 50px;
  background: #fff;
  left: 45px;
  z-index: 1;
  position: absolute;
}

.page-title:before {
  content: "";
  height: 2px;
  right: 50px;
  bottom: 50px;
  left: 45px;
  background: #fff;
  z-index: 1;
  position: absolute;
}

.page-title h2 {
  font-size: 35px;
  color: #fff;
  margin: 0 0 15px 65px;
  text-transform: uppercase;
}

@media(max-width: 1200px){
  .page-title {
    padding: 30px;
  }
  .page-title h2 {
    font-size: 22px;
    margin: 0 0 10px 50px;
  }
  .page-title:after {
    bottom: 30px;
    left: 35px;
  }
  .page-title:before {
    right: 30px;
    bottom: 30px;
    left: 35px;
  }
}

@media(max-width: 991px){
  .page-title {
    display: none;
    padding: 80px 30px 30px;
  }
}

/*---------------------------------
  Section Title
-----------------------------------*/
.section-titel {
  margin: 0 0 0px;
}
.section-titel h6 {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  padding: 3px 10px;
  font-weight: 600;
  letter-spacing: 3px;
  font-size: 11px;
  margin: 0 0 8px;
  text-transform: uppercase;
}
.section-titel h6:after {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  content: "";
  z-index: -1;
  transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
}

.section-titel p.maintext  {
  font-size: 45px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #ddd;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 10px;
  text-transform: uppercase;
  margin:0;
}

.section-titel p.maintext:after {
  height: 8px;
  width: 50px;
  bottom: -4px;
  left: 0;
  right: 0;
  position: absolute;
  content: "";
  z-index: -1;
  transform: skew(-36deg);
  -webkit-transform: skew(-36deg);
}

.sub-title {
  position: relative;
  border-bottom: 1px solid #ddd;
}
.sub-title h2 {
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-weight: 600;
  font-size: 22px;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 10px;
}
.sub-title h2:after {
  height: 4px;
  width: 50px;
  bottom: -2px;
  left: 0;
  right: 0;
  position: absolute;
  content: "";
  z-index: 1;
  transform: skew(-36deg);
  -webkit-transform: skew(-36deg);
}

@media(max-width: 1200px) {
  .section-titel h6 {
    padding: 3px 8px;
    letter-spacing: 2px;
    font-size: 10px;
  }
  .section-titel h2 {
    font-size: 35px;
  }
}

@media(max-width: 991px) {
  .section-titel h2 {
    font-size: 30px;
  }

}

/*---------------------------------
  Header
-----------------------------------*/
.header {
    position: fixed;
    top: 0;
    left: 25%;
    width: 75%;
    height: 34px;
    z-index: 99;
}
a.link.link--page {
    padding: 17px 25px;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
a.link.link--page:hover {
    background: #01aed9;
    text-decoration: none;
}
nav.navbarmain {
    display: inline-flex;
    justify-content: flex-end;
    width: 100%;
}

.header .logo {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  float: left;
  line-height: 50px;
  padding: 5px 15px;
}
.header .menu-toggle {
position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #292929;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}
.header .menu-toggle .menu-button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.pages-nav .link {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
}

.pages-nav .pages-nav__item {
    margin: 0 13px;
}

.pages-nav .link:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    left: auto;
    background: #fff;
    right: 0;
    transition: ease all 0.3s;
    width: 0px;
}

.pages-nav .link:hover:after {
    width: 100%;
    right: auto;
    left: 0;
}

@media(max-width: 991px){
  .header {
    width: 100%;
  }
  .js .pages-nav {
    padding: 90px 20px 0 20px;
    overflow-y: auto;
  }
}

/*---------------------------------
  01. Home
-----------------------------------*/
.v-center-box {
  min-height: 100%;
}
.home-banner {
  background: #fff;
}
/*.home-banner .page-content .v-center-box {
  min-height: calc(100vh - 100px);
}*/
.home-banner img {
  max-height: 100vh;
  margin: 0 auto
}
.home-text {
  padding-left: 50px;
  width: 100%;
}
.home-text h6 {
  font-size: 18px;
  margin: 0 0 10px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  z-index: 1
}

.home-text h6:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: -1;
}

.home-text h1 {
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 10px;
}
.home-text h1:after {
  content: "";
  position: absolute;
  top: 20px;
  right: -10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.6;
}
.home-text p span {
  text-transform: uppercase; 
}

.home-text p {
  text-transform: uppercase;  
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
.home-text .btn-bar {
  margin-top: 20px;
}

.social-icons {
  bottom: 20px;
  right: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-icons li {
  display: inline-block;
  vertical-align: middle;
}
.social-icons a {
  width: 30px;
  height: 30px;
  background: #111;
  display: block;
  text-align: center;
  line-height: 30px;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
}
.theme-color {
    color: #86b9c3 !important;
}
.menu-button {
    background: #01aed9 !important;
}

.bg-menu {
    background-color:#1d1919 !important;
}

@media(max-width: 991px){
  .home-user-avtar {
    padding-top: 60px;
  }
  .home-banner .page-content .v-center-box {
    min-height: inherit;
  }
  .home-banner .page-content {
    padding-top: 30px;
  }
  .home-text {
    padding: 20px 20px 70px;
  }
  .home-banner .social-icons {
    right: auto;
    left: 50px;
  }
}
a.link.link--page.nav-link {
    padding: 4px 17px;
    color: #fff !important;
    font-weight: 400 !important;    font-size: 14px
}
@media(max-width: 767px){
    .copy-right {
    display: inline-block;
    width: 100%;
    text-align: center;
}
    .vdSection {
    background-size: auto !important;
}
    
    div#login-row {
    height: auto !important;
}
    .blue-grad {
    overflow-x: visible !important;
}
.HPDKSWidget-wrap {
       padding: 3.5em 1em !important;
    margin-bottom: 25px !important;display: block !important;
}
    .blue-grad {
    height: auto !important;
}

  .hero-video {
    margin-top: 10px;
    height: auto !important;
  }
  header ul.nav {
    display: block !important;
}
  .header { 
    left: 0;
  }
  .js .page {
    overflow-y: visible;
}
#login {
    width: 100%;
    position: relative !important;
}
.area {
    width: 100%;
    height: auto !important;
}

ul.ftr-nav {
   width: 100%;
    justify-content: center;
    margin: 0px;
    text-align: center;
    margin: 0 !important;
}
.blue-grad img {
    position: relative !important;
  bottom: 0 !important;
}
.navbar-toggler {
    padding: 0.85rem .75rem !important;
}
div#navbar-list-2 {
    background: #343a40;
}
button.navbar-toggler {
    background: #17a2b8;
    border-radius: 0;
}
html.js, .js body {
    overflow-y: visible;
}
  
  
  
  
  div#login {
    padding-top: 35px;
}
.HPDKSWidget {
    position: inherit!important;
    width: 100% !important;
}
  .home-text {
    padding: 10px 10px 60px;
  }
  .home-banner .social-icons {
    left: 30px;
  }
  .home-text h1 {
    font-size: 30px;
  }
  .home-text h1:after {
    top: 0;
    width: 35px;
    height: 35px;
  }
  .home-text h6 {
    font-size: 14px;
  }
  .home-text h6:after {
    width: 30px;
    height: 30px;
  }
  .home-text p {
    font-size: 14px;
  }
  .home-text .btn-bar {
    margin-top: 15px; 
  }
}


@media only screen and (max-width: 980px) and (min-width:768px)  {
.vdSection {
    width: 50% !important;
    margin-top: 95px !important;
}
#login {
    width: 50% !important;
    float: left;
}
}



@media only screen and (max-width: 1100px) and (min-width:981px)  {
.copy-right p {
    font-size: 11px;
}
ul.ftr-nav li a {
    font-size: 10px;
}
h2.hdrtitle {
    font-size: 15px !important;
}
.formgroup span {
    font-size: 10px;
}
div#login-box {
    padding: 0;
}
.form-group.formgroup {
    padding: 0 10px;
}
}


@media only screen and (max-width:767px) and (min-width: 576px)  {

header ul.nav {
    display: inline-flex !important;
    justify-content: center;
}
}

@media only screen and (max-width: 980px) and (min-width: 768px)  {
    input.btn.btn-info.btn-md {
    max-width: 200px;
}
.addBanner {
    position: relative;
}
.HPDKSWidget-text {
    font-size: 20px;
}
.HPDKSWidget-text {
    margin: 0 2em 0 0;
    line-height: 1.35;
    color: #fff;
    text-shadow: 0 0 1px #999;
    font-size: 20px;
}
  .hero-video {
    margin-top: 10px;
    height: auto !important;
  }
  .blue-grad {
    height: auto !important;
}
footer.footer-bottom-area {
    text-align: center;
}
header ul.nav {
    display: inline-flex !important;
    justify-content: center;
}
  .header {
    left: 0;
  }
  .js .page {
    overflow-y: visible;
}
#login {
    width: 100%;
    position: relative !important;
}
.area {
    width: 100%;
    height: auto !important;
}
nav.navbar.navbar-dark {
    height: auto;
}
ul.ftr-nav {
    width: 100%;
    justify-content: center;
    margin: 0px;
    text-align: left;
    margin: 0 !important;
    padding: 0;
}
.blue-grad img {
    position: relative !important;
  bottom: 0 !important;
}
.navbar-toggler {
    padding: 0.85rem .75rem !important;
}
div#navbar-list-2 {
    background: #343a40;
}
button.navbar-toggler {
    background: #17a2b8;
    border-radius: 0;
}
html.js, .js body {
    overflow-y: visible;
}
  
  
  
  
  div#login {
    padding-top: 35px;
}
.HPDKSWidget {
    position: inherit!important;
    width: 100% !important;
}
  .home-text {
    padding: 10px 10px 60px;
  }
  .home-banner .social-icons {
    left: 30px;
  }
  .home-text h1 {
    font-size: 30px;
  }
  .home-text h1:after {
    top: 0;
    width: 35px;
    height: 35px;
  }
  .home-text h6 {
    font-size: 14px;
  }
  .home-text h6:after {
    width: 30px;
    height: 30px;
  }
  .home-text p {
    font-size: 14px;
  }
  .home-text .btn-bar {
    margin-top: 15px; 
  }
}



/*---------------------------------
  About text
-----------------------------------*/
.about-text h3{
  font-weight:600;
  font-size: 22px;
  margin: 0 0 10px
}

.feature-box {
  position: relative;
  padding-left: 50px;
}

.feature-box .icon {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 29px;
}

.feature-box .icon:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 30px;
  height: 30px;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.4;
}

.feature-box  h5 {
  font-size: 18px;
  margin: 0;
  padding: 0 0 10px;
  font-weight: 500;
}

.feature-box p {
  font-size: 14px;
  margin: 0;
}


.counter-row {
  border-top: 1px solid #ddd;
}

.counter-data {
  position: relative;
  padding-left: 40px;
}

.counter-data i {
  font-size: 28px;
  position: absolute;
  top: 5px;
  left: 0;
}

.counter-data .count {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  padding: 0 0 6px;
}

.counter-data h6 {
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
}


/*==============================
  Resume box
================================*/
.resume-row {
    position: relative;
    min-height: 75px;
}
.resume-row:after {
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 0;
  width: 1px;
  content: "";

}

.resume-row h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding: 0 0 20px 25px;
}
.resume-row h2:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 6px;
  left: -6px;
  border-radius: 50%;
  z-index: 1;
}

.resume-row ul {
  margin: 0 0 0px 25px;
  padding: 0;
  list-style: none;
}
.logo {
    background: #38899a;
    position: relative;
}
.logo:after {
    content: "";
    position: absolute;
    border-right: 54px solid #38899a;
    border-top: 61px solid transparent;
    left: -52px;
    top: 0;
}
.header .logo {
    margin-left: 54px;
}
.videoTag {
    position: relative;
}
.videoTag .section-titel {
    position: absolute;
}
.hero-video {
    margin-top: 10px;
}
.hero-video {
    margin-top:0px;
    height: 50vh;
    position: relative;
    overflow: hidden;
}
.resume-row li {
  position: relative;
  padding: 0;
  margin-bottom: 23px;
}
.resume-row strong {
    color: #7961a0;
}
.resume-row li:after {
    content: "";
    width: 25px;
    height: 1px;
    position: absolute;
    top: 25px;
    left: -26px;
    border-top: 1px dashed #ddd;
}

.resume-row .r-name {
  border-bottom: 1px solid #ddd;
  padding: 10px 20px 7px 52px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.resume-row .r-name label {
  margin: 0;
  font-size: 12px;
  float: right;
  width: 100%;
}

.resume-row .r-name span {
  font-weight: 500;
  font-size: 16px;
  float: left;
  line-height: normal;
  margin-bottom: 2px;
}

.resume-row .r-name i {
  position: absolute;
  top: 12px;
  left: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  color: #111;
  z-index: 1;
}

.resume-row .r-info {
  padding: 15px 20px;
  font-size: 13px;
}

.resume-row .r-info p {
  margin: 0;
}

.skill-row h3 {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 20px;
}

.skills h6 {
  color: #333;
  font-weight: 500;
  font-size: 12px;
  margin: 0 0 6px;
  text-transform: uppercase;
}
.skills span {
  font-size: 10px;
  padding: 0px 5px;
  border-radius: 15px;
  color: #000;
  font-weight: 600;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 14px;
}

.progress-lt {
  margin-bottom: 20px;
  position: relative;
}
.progress-lt:last-child {
  margin-bottom: 0;
}
.progress-lt .progress {
  height: 5px;
  border-radius: 0;
}
.progress-lt .progress .progress-bar {
  background: #333;
}


/*-----------------------------------------
* 11. Portfolio
-----------------------------------------*/
.portfolio-filter ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.portfolio-filter li {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  padding: 4px 15px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 2px 1px;
  cursor: pointer;
}
.portfolio-filter li:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
}
.portfolio-filter li:not(.active):after {
  background: #000;
}

.portfolio-content {
  margin: 0 -10px;
}

.portfolio-cols-3 { margin: 0; padding: 0; }
.portfolio-cols-3 .portfolio-item {
  padding: 10px;
  width: 33.33%;
  list-style-type: none;
}

.portfolio-col {
  padding: 10px;
  background: #fff;
  border: 1px solid #ddd;
  border-bottom: 4px solid #ddd;
}
.portfolio-col .portfolio-img {
  position: relative;
}
.portfolio-col .portfolio-info {
    padding: 10px 0 0;
}
.portfolio-col .portfolio-info h5 {
  margin: 0;
  padding: 0 0 2px;
  color: #151515;
  font-weight: 600;
  font-size: 16px;
}
.portfolio-col .portfolio-info span {
  font-size: 14px;
  color: #666;
  font-weight: 400;
}

/*Portfolio Hover 01*/
.portfolio-hover-01 {
  position: relative;
}
.portfolio-hover-01 img {
  display: block;
}

.portfolio-hover-01 .hover {
  background: rgba(255, 255, 255, 0.62);
  position: absolute;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  left: 0;
  text-align: center;
  padding: 0;
  width: 100%;
  -webkit-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  transition: ease all 0.35s;
}

.portfolio-hover-01 .action-btn a {
  display: inline-block;
  vertical-align: top;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #272727;
  outline: none;
  margin: 8px 0;
  color: #fff;
  font-size: 12px;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
  -webkit-transform: translateX(-17px);
  transform: translateX(-17px);
}

.portfolio-hover-01 .action-btn a i.fa-play:before {
  margin-left: 4px;
}

.portfolio-hover-01:hover .hover {
  visibility: visible;
  opacity: 1;
}

.portfolio-hover-01:hover .action-btn a {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

@media (max-width: 991px){
    .emptydiv {
    display: none;
}
  .portfolio-cols-3 .portfolio-item {
    width: 50%; 
  }
}
@media (max-width: 767px){
    .page-content footer, .page-content {
    margin-bottom: 0 !important;
}
.home-text.text-white.sm-p-100px-b {
    margin: 0 !important;
    padding: 0;
}
#home .page-content {
    padding-top: 0 !important;
}
h2.hdrtitle {
    font-size: 18px !important;
    padding: 15 5pxpx;
}
.emptydiv {
    display: none;
}
    .copy-right p {
    font-size: 10px;
}
ul.ftr-nav li a {
    font-size: 10px;
}
  .portfolio-filter li {
    font-size: 11px;
    margin: 10px 2px 0;
    padding: 5px 9px;
  }
  .portfolio-filter li.active:after {
    width: 100%;
  }
}
@media (max-width: 640px){
  .portfolio-cols-3 .portfolio-item {
    width: 100%; 
  }
}

.owl-dots {
  text-align: center;
}
.owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  background: transparent;
  margin: 0 3px;
  border: 2px solid #484848;
  box-shadow: 0px 1px 27px -3px rgba(0, 0, 0, 0.2);
}
.owl-dots .owl-dot.active {
  background: #484848;
}

/*-----------------------------------------
*  11. Testimonial
-----------------------------------------*/
.testimonial-col {
  border: 1px solid #e5e8ed;
  margin: 0 0 20px;
  position: relative;
  background: #fff;
  border-radius: 5px;
  padding: 0;
}
.testimonial-col .say {
    position: relative;
    padding: 20px;
}
.testimonial-col .say p {
  font-size: 14px;
  margin: 0;
}
.testimonial-col .user {
  
border-top: 1px solid #ddd;
  
padding: 20px;
}
.testimonial-col .user .img {
  width: 60px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
}
.testimonial-col .user .name {
  font-size: 14px;
  padding: 0;
  width: calc(100% - 80px);
  display: inline-block;
  vertical-align: middle;
}
.testimonial-col .user .name span {
  font-weight: 500;
  color: #111;
  font-size: 14px;
  line-height: normal;
}
.testimonial-col .user .name label {
  opacity: 0.1;
  margin: 0;
  font-size: 12px;
  display: block;
  line-height: normal;
}

/*-----------------------------------------
*  Contact Us
-----------------------------------------*/
.output_message {
  vertical-align: top;
  margin-top: 15px;
  padding: 4px 10px;
  display: inline-block;
  font-size: 13px;
  text-align: center;
  letter-spacing: .5px;
  border-radius: 3px;
}
.output_message.success{
  background: #25a224;
  display: block;
  color: #fff;
  width: 100%;
  float: left;
}
.output_message.error{
  background: #dc1e1e;
  display: block;
  color: #fff;
  width: 100%;
  float: left;
}

.contact-form {
  background: #fff;
  padding: 30px;
  border: 1px solid #eee;
  border-bottom: 4px solid #eee;
  border-radius: 5px;
  overflow: hidden;
}
.contact-form h4 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.contact-form .send {
  display: inline-block;
}

.form-group {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.form-group .form-control {
  outline: none;
  box-shadow: none;
  height: 50px;
  border: 1px solid #d4d4d4;
  width: 100%;
  font-size: 14px;
  color: #000;
  background: #f7fafc;
  border-radius: 0;
}

.form-group .form-control.form-xl {
  height: 55px;
  border: 1px solid #ddd;
  font-size: 16px;
  border-bottom: 2px solid #ddd;
}

.form-group textarea.form-control {
  height: 160px;
}
.form-group textarea.form-control.form-xl {
  height: 170px; 
}

.form-group .input-focus-effect {
  width: 0 !important;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
  height: 2px;
}

.form-group textarea:focus:not([readonly]) + span.input-focus-effect,
.form-group input:focus:not([readonly]) + span.input-focus-effect,
.form-group select:focus:not([readonly]) + span.input-focus-effect {
    width: 100% !important;
}

.contact-info {
  background: #fff;
  padding: 20px;
  position: relative;
  margin-bottom: 15px;
  border: 1px solid #eee;
  border-bottom: 4px solid #eee;
  overflow: hidden;
}
.contact-info h6 {
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 6px;
}
.contact-info i {
  font-size: 28px;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
}
.contact-info p {
  margin: 0;
}
.contact-info:last-child {
  margin-bottom: 0;
}

@media(max-width: 767px){
  .contact-form {
    padding: 20px;
  }
}


/*==============================
  Margins
================================*/

/*Margin All*/
.m-auto-all { margin: auto;}
.m-0px { margin: 0;}
.m-5px {margin:5px}
.m-10px {margin:10px}
.m-15px {margin:15px}
.m-20px {margin:20px}
.m-25px {margin:25px}
.m-30px {margin:30px}
.m-35px {margin:35px}
.m-40px {margin:40px}
.m-45px {margin:45px}
.m-50px {margin:50px}
.m-55px {margin:55px}
.m-60px {margin:60px}
.m-65px {margin:65px}
.m-70px {margin:70px}
.m-75px {margin:75px}
.m-80px {margin:80px}
.m-85px {margin:85px}
.m-90px {margin:90px}
.m-95px {margin:95px}
.m-100px {margin:100px}

/*Margin top buttom*/
.m-0px-tb  {margin-top:0px;  margin-bottom:0px;}
.m-5px-tb  {margin-top:5px;  margin-bottom:5px;}
.m-10px-tb {margin-top:10px; margin-bottom:10px;}
.m-15px-tb {margin-top:15px; margin-bottom:15px;}
.m-20px-tb {margin-top:20px; margin-bottom:20px;}
.m-25px-tb {margin-top:25px; margin-bottom:25px;}
.m-30px-tb {margin-top:30px; margin-bottom:30px;}
.m-35px-tb {margin-top:35px; margin-bottom:35px;}
.m-40px-tb {margin-top:40px; margin-bottom:40px;}
.m-45px-tb {margin-top:45px; margin-bottom:45px;}
.m-50px-tb {margin-top:50px; margin-bottom:50px;}
.m-55px-tb {margin-top:55px; margin-bottom:55px;}
.m-60px-tb {margin-top:60px; margin-bottom:60px;}
.m-65px-tb {margin-top:65px; margin-bottom:65px;}
.m-70px-tb {margin-top:70px; margin-bottom:70px;}
.m-75px-tb {margin-top:75px; margin-bottom:75px;}
.m-80px-tb {margin-top:80px; margin-bottom:80px;}
.m-85px-tb {margin-top:85px; margin-bottom:85px;}
.m-90px-tb {margin-top:90px; margin-bottom:90px;}
.m-95px-tb {margin-top:95px; margin-bottom:95px;}
.m-100px-tb {margin-top:100px; margin-bottom: 100px;}

/*Margin left right*/
.m-0px-lr  {margin-left:0px; margin-right:0px}
.m-5px-lr  {margin-left:5px; margin-right:5px}
.m-10px-lr {margin-left:10px; margin-right:10px}
.m-15px-lr {margin-left:15px; margin-right:15px}
.m-20px-lr {margin-left:20px; margin-right:20px}
.m-25px-lr {margin-left:25px; margin-right:25px}
.m-30px-lr {margin-left:30px; margin-right:30px}
.m-35px-lr {margin-left:35px; margin-right:35px}
.m-40px-lr {margin-left:40px; margin-right:40px}
.m-45px-lr {margin-left:45px; margin-right:45px}
.m-50px-lr {margin-left:50px; margin-right:50px}
.m-55px-lr {margin-left:55px; margin-right:55px}
.m-60px-lr {margin-left:60px; margin-right:60px}
.m-65px-lr {margin-left:65px; margin-right:65px}
.m-70px-lr {margin-left:70px; margin-right:70px}
.m-75px-lr {margin-left:75px; margin-right:75px}
.m-80px-lr {margin-left:80px; margin-right:80px}
.m-85px-lr {margin-left:85px; margin-right:85px}
.m-90px-lr {margin-left:90px; margin-right:90px}
.m-95px-lr {margin-left:95px; margin-right:95px}
.m-100px-lr {margin-left:100px; margin-right:100px}


/*Margin top*/
.m-0px-t  {margin-top:0px}
.m-5px-t  {margin-top:5px}
.m-10px-t {margin-top:10px}
.m-15px-t {margin-top:15px}
.m-20px-t {margin-top:20px}
.m-25px-t {margin-top:25px}
.m-30px-t {margin-top:30px}
.m-35px-t {margin-top:35px}
.m-40px-t {margin-top:40px}
.m-45px-t {margin-top:45px}
.m-50px-t {margin-top:50px}
.m-55px-t {margin-top:55px}
.m-60px-t {margin-top:60px}
.m-65px-t {margin-top:65px}
.m-70px-t {margin-top:70px}
.m-75px-t {margin-top:75px}
.m-80px-t {margin-top:80px}
.m-85px-t {margin-top:85px}
.m-90px-t {margin-top:90px}
.m-95px-t {margin-top:95px}
.m-100px-t {margin-top:100px}

/*Margin Bottom*/
.m-0px-b {margin-bottom:0px}
.m-5px-b {margin-bottom:5px}
.m-10px-b {margin-bottom:10px}
.m-15px-b {margin-bottom:15px}
.m-20px-b {margin-bottom:20px}
.m-25px-b {margin-bottom:25px}
.m-30px-b {margin-bottom:30px}
.m-35px-b {margin-bottom:35px}
.m-40px-b {margin-bottom:40px}
.m-45px-b {margin-bottom:45px}
.m-50px-b {margin-bottom:50px}
.m-55px-b {margin-bottom:55px}
.m-60px-b {margin-bottom:60px}
.m-65px-b {margin-bottom:65px}
.m-70px-b {margin-bottom:70px}
.m-75px-b {margin-bottom:75px}
.m-80px-b {margin-bottom:80px}
.m-85px-b {margin-bottom:85px}
.m-90px-b {margin-bottom:90px}
.m-95px-b {margin-bottom:95px}
.m-100px-b {margin-bottom:100px}

/*Margin Left*/
.m-0px-l  {margin-left:0px}
.m-5px-l  {margin-left:5px}
.m-10px-l {margin-left:10px}
.m-15px-l {margin-left:15px}
.m-20px-l {margin-left:20px}
.m-25px-l {margin-left:25px}
.m-30px-l {margin-left:30px}
.m-35px-l {margin-left:35px}
.m-40px-l {margin-left:40px}
.m-45px-l {margin-left:45px}
.m-50px-l {margin-left:50px}
.m-55px-l {margin-left:55px}
.m-60px-l {margin-left:60px}
.m-65px-l {margin-left:65px}
.m-70px-l {margin-left:70px}
.m-75px-l {margin-left:75px}
.m-80px-l {margin-left:80px}
.m-85px-l {margin-left:85px}
.m-90px-l {margin-left:90px}
.m-95px-l {margin-left:95px}
.m-100px-l {margin-left:100px}

/*Margin right*/
.m-0px-r  {margin-right:0px}
.m-5px-r  {margin-right:5px}
.m-10px-r {margin-right:10px}
.m-15px-r {margin-right:15px}
.m-20px-r {margin-right:20px}
.m-25px-r {margin-right:25px}
.m-30px-r {margin-right:30px}
.m-35px-r {margin-right:35px}
.m-40px-r {margin-right:40px}
.m-45px-r {margin-right:45px}
.m-50px-r {margin-right:50px}
.m-55px-r {margin-right:55px}
.m-60px-r {margin-right:60px}
.m-65px-r {margin-right:65px}
.m-70px-r {margin-right:70px}
.m-75px-r {margin-right:75px}
.m-80px-r {margin-right:80px}
.m-85px-r {margin-right:85px}
.m-90px-r {margin-right:90px}
.m-95px-r {margin-right:95px}
.m-100px-r {margin-right:100px}


@media (max-width: 1200px){
  /*Margin All*/
  .lg-m-0px { margin: 0;}
  .lg-m-5px {margin:5px}
  .lg-m-10px {margin:10px}
  .lg-m-15px {margin:15px}
  .lg-m-20px {margin:20px}
  .lg-m-25px {margin:25px}
  .lg-m-30px {margin:30px}
  .lg-m-35px {margin:35px}
  .lg-m-40px {margin:40px}
  .lg-m-45px {margin:45px}
  .lg-m-50px {margin:50px}
  .lg-m-55px {margin:55px}
  .lg-m-60px {margin:60px}
  .lg-m-65px {margin:65px}
  .lg-m-70px {margin:70px}
  .lg-m-75px {margin:75px}
  .lg-m-80px {margin:80px}
  .lg-m-85px {margin:85px}
  .lg-m-90px {margin:90px}
  .lg-m-95px {margin:95px}
  .lg-m-100px {margin:100px}

  /*Margin top buttom*/
  .lg-m-0px-tb  {margin-top:0px;  margin-bottom:0px;}
  .lg-m-5px-tb  {margin-top:5px;  margin-bottom:5px;}
  .lg-m-10px-tb {margin-top:10px; margin-bottom:10px;}
  .lg-m-15px-tb {margin-top:15px; margin-bottom:15px;}
  .lg-m-20px-tb {margin-top:20px; margin-bottom:20px;}
  .lg-m-25px-tb {margin-top:25px; margin-bottom:25px;}
  .lg-m-30px-tb {margin-top:30px; margin-bottom:30px;}
  .lg-m-35px-tb {margin-top:35px; margin-bottom:35px;}
  .lg-m-40px-tb {margin-top:40px; margin-bottom:40px;}
  .lg-m-45px-tb {margin-top:45px; margin-bottom:45px;}
  .lg-m-50px-tb {margin-top:50px; margin-bottom:50px;}
  .lg-m-55px-tb {margin-top:55px; margin-bottom:55px;}
  .lg-m-60px-tb {margin-top:60px; margin-bottom:60px;}
  .lg-m-65px-tb {margin-top:65px; margin-bottom:65px;}
  .lg-m-70px-tb {margin-top:70px; margin-bottom:70px;}
  .lg-m-75px-tb {margin-top:75px; margin-bottom:75px;}
  .lg-m-80px-tb {margin-top:80px; margin-bottom:80px;}
  .lg-m-85px-tb {margin-top:85px; margin-bottom:85px;}
  .lg-m-90px-tb {margin-top:90px; margin-bottom:90px;}
  .lg-m-95px-tb {margin-top:95px; margin-bottom:95px;}
  .lg-m-100px-tb {margin-top:100px; margin-bottom: 100px;}

  /*Margin left right*/
  .lg-m-0px-lr  {margin-left:0px; margin-right:0px}
  .lg-m-5px-lr  {margin-left:5px; margin-right:5px}
  .lg-m-10px-lr {margin-left:10px; margin-right:10px}
  .lg-m-15px-lr {margin-left:15px; margin-right:15px}
  .lg-m-20px-lr {margin-left:20px; margin-right:20px}
  .lg-m-25px-lr {margin-left:25px; margin-right:25px}
  .lg-m-30px-lr {margin-left:30px; margin-right:30px}
  .lg-m-35px-lr {margin-left:35px; margin-right:35px}
  .lg-m-40px-lr {margin-left:40px; margin-right:40px}
  .lg-m-45px-lr {margin-left:45px; margin-right:45px}
  .lg-m-50px-lr {margin-left:50px; margin-right:50px}
  .lg-m-55px-lr {margin-left:55px; margin-right:55px}
  .lg-m-60px-lr {margin-left:60px; margin-right:60px}
  .lg-m-65px-lr {margin-left:65px; margin-right:65px}
  .lg-m-70px-lr {margin-left:70px; margin-right:70px}
  .lg-m-75px-lr {margin-left:75px; margin-right:75px}
  .lg-m-80px-lr {margin-left:80px; margin-right:80px}
  .lg-m-85px-lr {margin-left:85px; margin-right:85px}
  .lg-m-90px-lr {margin-left:90px; margin-right:90px}
  .lg-m-95px-lr {margin-left:95px; margin-right:95px}
  .lg-m-100px-lr {margin-left:100px; margin-right:100px}


  /*Margin top*/
  .lg-m-0px-t  {margin-top:0px}
  .lg-m-5px-t  {margin-top:5px}
  .lg-m-10px-t {margin-top:10px}
  .lg-m-15px-t {margin-top:15px}
  .lg-m-20px-t {margin-top:20px}
  .lg-m-25px-t {margin-top:25px}
  .lg-m-30px-t {margin-top:30px}
  .lg-m-35px-t {margin-top:35px}
  .lg-m-40px-t {margin-top:40px}
  .lg-m-45px-t {margin-top:45px}
  .lg-m-50px-t {margin-top:50px}
  .lg-m-55px-t {margin-top:55px}
  .lg-m-60px-t {margin-top:60px}
  .lg-m-65px-t {margin-top:65px}
  .lg-m-70px-t {margin-top:70px}
  .lg-m-75px-t {margin-top:75px}
  .lg-m-80px-t {margin-top:80px}
  .lg-m-85px-t {margin-top:85px}
  .lg-m-90px-t {margin-top:90px}
  .lg-m-95px-t {margin-top:95px}
  .lg-m-100px-t {margin-top:100px}

  /*Margin Bottom*/
  .lg-m-0px-b {margin-bottom:0px}
  .lg-m-5px-b {margin-bottom:5px}
  .lg-m-10px-b {margin-bottom:10px}
  .lg-m-15px-b {margin-bottom:15px}
  .lg-m-20px-b {margin-bottom:20px}
  .lg-m-25px-b {margin-bottom:25px}
  .lg-m-30px-b {margin-bottom:30px}
  .lg-m-35px-b {margin-bottom:35px}
  .lg-m-40px-b {margin-bottom:40px}
  .lg-m-45px-b {margin-bottom:45px}
  .lg-m-50px-b {margin-bottom:50px}
  .lg-m-55px-b {margin-bottom:55px}
  .lg-m-60px-b {margin-bottom:60px}
  .lg-m-65px-b {margin-bottom:65px}
  .lg-m-70px-b {margin-bottom:70px}
  .lg-m-75px-b {margin-bottom:75px}
  .lg-m-80px-b {margin-bottom:80px}
  .lg-m-85px-b {margin-bottom:85px}
  .lg-m-90px-b {margin-bottom:90px}
  .lg-m-95px-b {margin-bottom:95px}
  .lg-m-100px-b {margin-bottom:100px}

  /*Margin Left*/
  .lg-m-0px-l  {margin-left:0px}
  .lg-m-5px-l  {margin-left:5px}
  .lg-m-10px-l {margin-left:10px}
  .lg-m-15px-l {margin-left:15px}
  .lg-m-20px-l {margin-left:20px}
  .lg-m-25px-l {margin-left:25px}
  .lg-m-30px-l {margin-left:30px}
  .lg-m-35px-l {margin-left:35px}
  .lg-m-40px-l {margin-left:40px}
  .lg-m-45px-l {margin-left:45px}
  .lg-m-50px-l {margin-left:50px}
  .lg-m-55px-l {margin-left:55px}
  .lg-m-60px-l {margin-left:60px}
  .lg-m-65px-l {margin-left:65px}
  .lg-m-70px-l {margin-left:70px}
  .lg-m-75px-l {margin-left:75px}
  .lg-m-80px-l {margin-left:80px}
  .lg-m-85px-l {margin-left:85px}
  .lg-m-90px-l {margin-left:90px}
  .lg-m-95px-l {margin-left:95px}
  .lg-m-100px-l {margin-left:100px}

  /*Margin right*/
  .lg-m-0px-r  {margin-right:0px}
  .lg-m-5px-r  {margin-right:5px}
  .lg-m-10px-r {margin-right:10px}
  .lg-m-15px-r {margin-right:15px}
  .lg-m-20px-r {margin-right:20px}
  .lg-m-25px-r {margin-right:25px}
  .lg-m-30px-r {margin-right:30px}
  .lg-m-35px-r {margin-right:35px}
  .lg-m-40px-r {margin-right:40px}
  .lg-m-45px-r {margin-right:45px}
  .lg-m-50px-r {margin-right:50px}
  .lg-m-55px-r {margin-right:55px}
  .lg-m-60px-r {margin-right:60px}
  .lg-m-65px-r {margin-right:65px}
  .lg-m-70px-r {margin-right:70px}
  .lg-m-75px-r {margin-right:75px}
  .lg-m-80px-r {margin-right:80px}
  .lg-m-85px-r {margin-right:85px}
  .lg-m-90px-r {margin-right:90px}
  .lg-m-95px-r {margin-right:95px}
  .lg-m-100px-r {margin-right:100px}
}

@media (max-width: 991px){
  /*Margin All*/
  .md-m-0px { margin: 0;}
  .md-m-5px {margin:5px}
  .md-m-10px {margin:10px}
  .md-m-15px {margin:15px}
  .md-m-20px {margin:20px}
  .md-m-25px {margin:25px}
  .md-m-30px {margin:30px}
  .md-m-35px {margin:35px}
  .md-m-40px {margin:40px}
  .md-m-45px {margin:45px}
  .md-m-50px {margin:50px}
  .md-m-55px {margin:55px}
  .md-m-60px {margin:60px}
  .md-m-65px {margin:65px}
  .md-m-70px {margin:70px}
  .md-m-75px {margin:75px}
  .md-m-80px {margin:80px}
  .md-m-85px {margin:85px}
  .md-m-90px {margin:90px}
  .md-m-95px {margin:95px}
  .md-m-100px {margin:100px}

  /*Margin top buttom*/
  .md-m-0px-tb  {margin-top:0px;  margin-bottom:0px;}
  .md-m-5px-tb  {margin-top:5px;  margin-bottom:5px;}
  .md-m-10px-tb {margin-top:10px; margin-bottom:10px;}
  .md-m-15px-tb {margin-top:15px; margin-bottom:15px;}
  .md-m-20px-tb {margin-top:20px; margin-bottom:20px;}
  .md-m-25px-tb {margin-top:25px; margin-bottom:25px;}
  .md-m-30px-tb {margin-top:30px; margin-bottom:30px;}
  .md-m-35px-tb {margin-top:35px; margin-bottom:35px;}
  .md-m-40px-tb {margin-top:40px; margin-bottom:40px;}
  .md-m-45px-tb {margin-top:45px; margin-bottom:45px;}
  .md-m-50px-tb {margin-top:50px; margin-bottom:50px;}
  .md-m-55px-tb {margin-top:55px; margin-bottom:55px;}
  .md-m-60px-tb {margin-top:60px; margin-bottom:60px;}
  .md-m-65px-tb {margin-top:65px; margin-bottom:65px;}
  .md-m-70px-tb {margin-top:70px; margin-bottom:70px;}
  .md-m-75px-tb {margin-top:75px; margin-bottom:75px;}
  .md-m-80px-tb {margin-top:80px; margin-bottom:80px;}
  .md-m-85px-tb {margin-top:85px; margin-bottom:85px;}
  .md-m-90px-tb {margin-top:90px; margin-bottom:90px;}
  .md-m-95px-tb {margin-top:95px; margin-bottom:95px;}
  .md-m-100px-tb {margin-top:100px; margin-bottom: 100px;}

  /*Margin left right*/
  .md-m-0px-lr  {margin-left:0px; margin-right:0px}
  .md-m-5px-lr  {margin-left:5px; margin-right:5px}
  .md-m-10px-lr {margin-left:10px; margin-right:10px}
  .md-m-15px-lr {margin-left:15px; margin-right:15px}
  .md-m-20px-lr {margin-left:20px; margin-right:20px}
  .md-m-25px-lr {margin-left:25px; margin-right:25px}
  .md-m-30px-lr {margin-left:30px; margin-right:30px}
  .md-m-35px-lr {margin-left:35px; margin-right:35px}
  .md-m-40px-lr {margin-left:40px; margin-right:40px}
  .md-m-45px-lr {margin-left:45px; margin-right:45px}
  .md-m-50px-lr {margin-left:50px; margin-right:50px}
  .md-m-55px-lr {margin-left:55px; margin-right:55px}
  .md-m-60px-lr {margin-left:60px; margin-right:60px}
  .md-m-65px-lr {margin-left:65px; margin-right:65px}
  .md-m-70px-lr {margin-left:70px; margin-right:70px}
  .md-m-75px-lr {margin-left:75px; margin-right:75px}
  .md-m-80px-lr {margin-left:80px; margin-right:80px}
  .md-m-85px-lr {margin-left:85px; margin-right:85px}
  .md-m-90px-lr {margin-left:90px; margin-right:90px}
  .md-m-95px-lr {margin-left:95px; margin-right:95px}
  .md-m-100px-lr {margin-left:100px; margin-right:100px}


  /*Margin top*/
  .md-m-0px-t  {margin-top:0px}
  .md-m-5px-t  {margin-top:5px}
  .md-m-10px-t {margin-top:10px}
  .md-m-15px-t {margin-top:15px}
  .md-m-20px-t {margin-top:20px}
  .md-m-25px-t {margin-top:25px}
  .md-m-30px-t {margin-top:30px}
  .md-m-35px-t {margin-top:35px}
  .md-m-40px-t {margin-top:40px}
  .md-m-45px-t {margin-top:45px}
  .md-m-50px-t {margin-top:50px}
  .md-m-55px-t {margin-top:55px}
  .md-m-60px-t {margin-top:60px}
  .md-m-65px-t {margin-top:65px}
  .md-m-70px-t {margin-top:70px}
  .md-m-75px-t {margin-top:75px}
  .md-m-80px-t {margin-top:80px}
  .md-m-85px-t {margin-top:85px}
  .md-m-90px-t {margin-top:90px}
  .md-m-95px-t {margin-top:95px}
  .md-m-100px-t {margin-top:100px}

  /*Margin Bottom*/
  .md-m-0px-b {margin-bottom:0px}
  .md-m-5px-b {margin-bottom:5px}
  .md-m-10px-b {margin-bottom:10px}
  .md-m-15px-b {margin-bottom:15px}
  .md-m-20px-b {margin-bottom:20px}
  .md-m-25px-b {margin-bottom:25px}
  .md-m-30px-b {margin-bottom:30px}
  .md-m-35px-b {margin-bottom:35px}
  .md-m-40px-b {margin-bottom:40px}
  .md-m-45px-b {margin-bottom:45px}
  .md-m-50px-b {margin-bottom:50px}
  .md-m-55px-b {margin-bottom:55px}
  .md-m-60px-b {margin-bottom:60px}
  .md-m-65px-b {margin-bottom:65px}
  .md-m-70px-b {margin-bottom:70px}
  .md-m-75px-b {margin-bottom:75px}
  .md-m-80px-b {margin-bottom:80px}
  .md-m-85px-b {margin-bottom:85px}
  .md-m-90px-b {margin-bottom:90px}
  .md-m-95px-b {margin-bottom:95px}
  .md-m-100px-b {margin-bottom:100px}

  /*Margin Left*/
  .md-m-0px-l  {margin-left:0px}
  .md-m-5px-l  {margin-left:5px}
  .md-m-10px-l {margin-left:10px}
  .md-m-15px-l {margin-left:15px}
  .md-m-20px-l {margin-left:20px}
  .md-m-25px-l {margin-left:25px}
  .md-m-30px-l {margin-left:30px}
  .md-m-35px-l {margin-left:35px}
  .md-m-40px-l {margin-left:40px}
  .md-m-45px-l {margin-left:45px}
  .md-m-50px-l {margin-left:50px}
  .md-m-55px-l {margin-left:55px}
  .md-m-60px-l {margin-left:60px}
  .md-m-65px-l {margin-left:65px}
  .md-m-70px-l {margin-left:70px}
  .md-m-75px-l {margin-left:75px}
  .md-m-80px-l {margin-left:80px}
  .md-m-85px-l {margin-left:85px}
  .md-m-90px-l {margin-left:90px}
  .md-m-95px-l {margin-left:95px}
  .md-m-100px-l {margin-left:100px}

  /*Margin right*/
  .md-m-0px-r  {margin-right:0px}
  .md-m-5px-r  {margin-right:5px}
  .md-m-10px-r {margin-right:10px}
  .md-m-15px-r {margin-right:15px}
  .md-m-20px-r {margin-right:20px}
  .md-m-25px-r {margin-right:25px}
  .md-m-30px-r {margin-right:30px}
  .md-m-35px-r {margin-right:35px}
  .md-m-40px-r {margin-right:40px}
  .md-m-45px-r {margin-right:45px}
  .md-m-50px-r {margin-right:50px}
  .md-m-55px-r {margin-right:55px}
  .md-m-60px-r {margin-right:60px}
  .md-m-65px-r {margin-right:65px}
  .md-m-70px-r {margin-right:70px}
  .md-m-75px-r {margin-right:75px}
  .md-m-80px-r {margin-right:80px}
  .md-m-85px-r {margin-right:85px}
  .md-m-90px-r {margin-right:90px}
  .md-m-95px-r {margin-right:95px}
  .md-m-100px-r {margin-right:100px}
}


@media (max-width: 767px){
  /*Margin All*/
  .sm-m-0px { margin: 0; }
  .sm-m-5px {margin:5px}
  .sm-m-10px {margin:10px}
  .sm-m-15px {margin:15px}
  .sm-m-20px {margin:20px}
  .sm-m-25px {margin:25px}
  .sm-m-30px {margin:30px}
  .sm-m-35px {margin:35px}
  .sm-m-40px {margin:40px}
  .sm-m-45px {margin:45px}
  .sm-m-50px {margin:50px}
  .sm-m-55px {margin:55px}
  .sm-m-60px {margin:60px}
  .sm-m-65px {margin:65px}
  .sm-m-70px {margin:70px}
  .sm-m-75px {margin:75px}
  .sm-m-80px {margin:80px}
  .sm-m-85px {margin:85px}
  .sm-m-90px {margin:90px}
  .sm-m-95px {margin:95px}
  .sm-m-100px {margin:100px}

  /*Margin top buttom*/
  .sm-m-0px-tb  {margin-top:0px;  margin-bottom:0px;}
  .sm-m-5px-tb  {margin-top:5px;  margin-bottom:5px;}
  .sm-m-10px-tb {margin-top:10px; margin-bottom:10px;}
  .sm-m-15px-tb {margin-top:15px; margin-bottom:15px;}
  .sm-m-20px-tb {margin-top:20px; margin-bottom:20px;}
  .sm-m-25px-tb {margin-top:25px; margin-bottom:25px;}
  .sm-m-30px-tb {margin-top:30px; margin-bottom:30px;}
  .sm-m-35px-tb {margin-top:35px; margin-bottom:35px;}
  .sm-m-40px-tb {margin-top:40px; margin-bottom:40px;}
  .sm-m-45px-tb {margin-top:45px; margin-bottom:45px;}
  .sm-m-50px-tb {margin-top:50px; margin-bottom:50px;}
  .sm-m-55px-tb {margin-top:55px; margin-bottom:55px;}
  .sm-m-60px-tb {margin-top:60px; margin-bottom:60px;}
  .sm-m-65px-tb {margin-top:65px; margin-bottom:65px;}
  .sm-m-70px-tb {margin-top:70px; margin-bottom:70px;}
  .sm-m-75px-tb {margin-top:75px; margin-bottom:75px;}
  .sm-m-80px-tb {margin-top:80px; margin-bottom:80px;}
  .sm-m-85px-tb {margin-top:85px; margin-bottom:85px;}
  .sm-m-90px-tb {margin-top:90px; margin-bottom:90px;}
  .sm-m-95px-tb {margin-top:95px; margin-bottom:95px;}
  .sm-m-100px-tb {margin-top:100px; margin-bottom: 100px;}

  /*Margin left right*/
  .sm-m-0px-lr  {margin-left:0px; margin-right:0px}
  .sm-m-5px-lr  {margin-left:5px; margin-right:5px}
  .sm-m-10px-lr {margin-left:10px; margin-right:10px}
  .sm-m-15px-lr {margin-left:15px; margin-right:15px}
  .sm-m-20px-lr {margin-left:20px; margin-right:20px}
  .sm-m-25px-lr {margin-left:25px; margin-right:25px}
  .sm-m-30px-lr {margin-left:30px; margin-right:30px}
  .sm-m-35px-lr {margin-left:35px; margin-right:35px}
  .sm-m-40px-lr {margin-left:40px; margin-right:40px}
  .sm-m-45px-lr {margin-left:45px; margin-right:45px}
  .sm-m-50px-lr {margin-left:50px; margin-right:50px}
  .sm-m-55px-lr {margin-left:55px; margin-right:55px}
  .sm-m-60px-lr {margin-left:60px; margin-right:60px}
  .sm-m-65px-lr {margin-left:65px; margin-right:65px}
  .sm-m-70px-lr {margin-left:70px; margin-right:70px}
  .sm-m-75px-lr {margin-left:75px; margin-right:75px}
  .sm-m-80px-lr {margin-left:80px; margin-right:80px}
  .sm-m-85px-lr {margin-left:85px; margin-right:85px}
  .sm-m-90px-lr {margin-left:90px; margin-right:90px}
  .sm-m-95px-lr {margin-left:95px; margin-right:95px}
  .sm-m-100px-lr {margin-left:100px; margin-right:100px}

  /*Margin top*/
  .sm-m-0px-t  {margin-top:0px}
  .sm-m-5px-t  {margin-top:5px}
  .sm-m-10px-t {margin-top:10px}
  .sm-m-15px-t {margin-top:15px}
  .sm-m-20px-t {margin-top:20px}
  .sm-m-25px-t {margin-top:25px}
  .sm-m-30px-t {margin-top:30px}
  .sm-m-35px-t {margin-top:35px}
  .sm-m-40px-t {margin-top:40px}
  .sm-m-45px-t {margin-top:45px}
  .sm-m-50px-t {margin-top:50px}
  .sm-m-55px-t {margin-top:55px}
  .sm-m-60px-t {margin-top:60px}
  .sm-m-65px-t {margin-top:65px}
  .sm-m-70px-t {margin-top:70px}
  .sm-m-75px-t {margin-top:75px}
  .sm-m-80px-t {margin-top:80px}
  .sm-m-85px-t {margin-top:85px}
  .sm-m-90px-t {margin-top:90px}
  .sm-m-95px-t {margin-top:95px}
  .sm-m-100px-t {margin-top:100px}

  /*Margin Bottom*/
  .sm-m-0px-b {margin-bottom:0px}
  .sm-m-5px-b {margin-bottom:5px}
  .sm-m-10px-b {margin-bottom:10px}
  .sm-m-15px-b {margin-bottom:15px}
  .sm-m-20px-b {margin-bottom:20px}
  .sm-m-25px-b {margin-bottom:25px}
  .sm-m-30px-b {margin-bottom:30px}
  .sm-m-35px-b {margin-bottom:35px}
  .sm-m-40px-b {margin-bottom:40px}
  .sm-m-45px-b {margin-bottom:45px}
  .sm-m-50px-b {margin-bottom:50px}
  .sm-m-55px-b {margin-bottom:55px}
  .sm-m-60px-b {margin-bottom:60px}
  .sm-m-65px-b {margin-bottom:65px}
  .sm-m-70px-b {margin-bottom:70px}
  .sm-m-75px-b {margin-bottom:75px}
  .sm-m-80px-b {margin-bottom:80px}
  .sm-m-85px-b {margin-bottom:85px}
  .sm-m-90px-b {margin-bottom:90px}
  .sm-m-95px-b {margin-bottom:95px}
  .sm-m-100px-b {margin-bottom:100px}

  /*Margin Left*/
  .sm-m-0px-l  {margin-left:0px}
  .sm-m-5px-l  {margin-left:5px}
  .sm-m-10px-l {margin-left:10px}
  .sm-m-15px-l {margin-left:15px}
  .sm-m-20px-l {margin-left:20px}
  .sm-m-25px-l {margin-left:25px}
  .sm-m-30px-l {margin-left:30px}
  .sm-m-35px-l {margin-left:35px}
  .sm-m-40px-l {margin-left:40px}
  .sm-m-45px-l {margin-left:45px}
  .sm-m-50px-l {margin-left:50px}
  .sm-m-55px-l {margin-left:55px}
  .sm-m-60px-l {margin-left:60px}
  .sm-m-65px-l {margin-left:65px}
  .sm-m-70px-l {margin-left:70px}
  .sm-m-75px-l {margin-left:75px}
  .sm-m-80px-l {margin-left:80px}
  .sm-m-85px-l {margin-left:85px}
  .sm-m-90px-l {margin-left:90px}
  .sm-m-95px-l {margin-left:95px}
  .sm-m-100px-l {margin-left:100px}

  /*Margin right*/
  .sm-m-0px-r  {margin-right:0px}
  .sm-m-5px-r  {margin-right:5px}
  .sm-m-10px-r {margin-right:10px}
  .sm-m-15px-r {margin-right:15px}
  .sm-m-20px-r {margin-right:20px}
  .sm-m-25px-r {margin-right:25px}
  .sm-m-30px-r {margin-right:30px}
  .sm-m-35px-r {margin-right:35px}
  .sm-m-40px-r {margin-right:40px}
  .sm-m-45px-r {margin-right:45px}
  .sm-m-50px-r {margin-right:50px}
  .sm-m-55px-r {margin-right:55px}
  .sm-m-60px-r {margin-right:60px}
  .sm-m-65px-r {margin-right:65px}
  .sm-m-70px-r {margin-right:70px}
  .sm-m-75px-r {margin-right:75px}
  .sm-m-80px-r {margin-right:80px}
  .sm-m-85px-r {margin-right:85px}
  .sm-m-90px-r {margin-right:90px}
  .sm-m-95px-r {margin-right:95px}
  .sm-m-100px-r {margin-right:100px}
}

/*==============================
  Padding
================================*/

/*Padding All*/
.p-0px { padding: 0; }
.p-5px {padding: 5px}
.p-10px {padding:10px}
.p-15px {padding:15px}
.p-20px {padding:20px}
.p-25px {padding:25px}
.p-30px {padding:30px}
.p-35px {padding:35px}
.p-40px {padding:40px}
.p-45px {padding:45px}
.p-50px {padding:50px}
.p-55px {padding:55px}
.p-60px {padding:60px}
.p-65px {padding:65px}
.p-70px {padding:70px}
.p-75px {padding:75px}
.p-80px {padding:80px}
.p-85px {padding:85px}
.p-90px {padding:90px}
.p-95px {padding:95px}
.p-100px {padding:100px}

/*Padding Left Right*/
.p-0px-lr { padding-left: 0; ; padding-right: 0;  }
.p-5px-lr { padding-left: 5px; padding-right: 5px }
.p-10px-lr {padding-left:10px; padding-right:10px }
.p-15px-lr {padding-left:15px; padding-right:15px }
.p-20px-lr {padding-left:20px; padding-right:20px }
.p-25px-lr {padding-left:25px; padding-right:25px }
.p-30px-lr {padding-left:30px; padding-right:30px }
.p-35px-lr {padding-left:35px; padding-right:35px }
.p-40px-lr {padding-left:40px; padding-right:40px }
.p-45px-lr {padding-left:45px; padding-right:45px }
.p-50px-lr {padding-left:50px; padding-right:50px }
.p-55px-lr {padding-left:55px; padding-right:55px }
.p-60px-lr {padding-left:60px; padding-right:60px }
.p-65px-lr {padding-left:65px; padding-right:65px }
.p-70px-lr {padding-left:70px; padding-right:70px }
.p-75px-lr {padding-left:75px; padding-right:75px }
.p-80px-lr {padding-left:80px; padding-right:80px }
.p-85px-lr {padding-left:85px; padding-right:85px }
.p-90px-lr {padding-left:90px; padding-right:90px }
.p-95px-lr {padding-left:95px; padding-right:95px }
.p-100px-lr {padding-left:100px; padding-right:100px }

/*Padding Top Bottm*/
.p-0px-tb {padding-top:  0;   padding-bottom:  0;  }
.p-5px-tb {padding-top:  5px; padding-bottom:  5px }
.p-10px-tb {padding-top: 10px; padding-bottom: 10px }
.p-15px-tb {padding-top: 15px; padding-bottom: 15px }
.p-20px-tb {padding-top: 20px; padding-bottom: 20px }
.p-25px-tb {padding-top: 25px; padding-bottom: 25px }
.p-30px-tb {padding-top: 30px; padding-bottom: 30px }
.p-35px-tb {padding-top: 35px; padding-bottom: 35px }
.p-40px-tb {padding-top: 40px; padding-bottom: 40px }
.p-45px-tb {padding-top: 45px; padding-bottom: 45px }
.p-50px-tb {padding-top: 50px; padding-bottom: 50px }
.p-55px-tb {padding-top: 55px; padding-bottom: 55px }
.p-60px-tb {padding-top: 60px; padding-bottom: 60px }
.p-65px-tb {padding-top: 65px; padding-bottom: 65px }
.p-70px-tb {padding-top: 70px; padding-bottom: 70px }
.p-75px-tb {padding-top: 75px; padding-bottom: 75px }
.p-80px-tb {padding-top: 80px; padding-bottom: 80px }
.p-85px-tb {padding-top: 85px; padding-bottom: 85px }
.p-90px-tb {padding-top: 90px; padding-bottom: 90px }
.p-95px-tb {padding-top: 95px; padding-bottom: 95px }
.p-100px-tb {padding-top: 100px; padding-bottom: 100px }


/*Padding top*/
.p-0px-t  {padding-top:0px}
.p-5px-t  {padding-top:5px}
.p-10px-t {padding-top:10px}
.p-15px-t {padding-top:15px}
.p-20px-t {padding-top:20px}
.p-25px-t {padding-top:25px}
.p-30px-t {padding-top:30px}
.p-35px-t {padding-top:35px}
.p-40px-t {padding-top:40px}
.p-45px-t {padding-top:45px}
.p-50px-t {padding-top:50px}
.p-55px-t {padding-top:55px}
.p-60px-t {padding-top:60px}
.p-65px-t {padding-top:65px}
.p-70px-t {padding-top:70px}
.p-75px-t {padding-top:75px}
.p-80px-t {padding-top:80px}
.p-85px-t {padding-top:85px}
.p-90px-t {padding-top:90px}
.p-95px-t {padding-top:95px}
.p-100px-t {padding-top:100px}

/*Padding Bottom*/
.p-0px-b {padding-bottom:0px}
.p-5px-b {padding-bottom:5px}
.p-10px-b {padding-bottom:10px}
.p-15px-b {padding-bottom:15px}
.p-20px-b {padding-bottom:20px}
.p-25px-b {padding-bottom:25px}
.p-30px-b {padding-bottom:30px}
.p-35px-b {padding-bottom:35px}
.p-40px-b {padding-bottom:40px}
.p-45px-b {padding-bottom:45px}
.p-50px-b {padding-bottom:50px}
.p-55px-b {padding-bottom:55px}
.p-60px-b {padding-bottom:60px}
.p-65px-b {padding-bottom:65px}
.p-70px-b {padding-bottom:70px}
.p-75px-b {padding-bottom:75px}
.p-80px-b {padding-bottom:80px}
.p-85px-b {padding-bottom:85px}
.p-90px-b {padding-bottom:90px}
.p-95px-b {padding-bottom:95px}
.p-100px-b {padding-bottom:100px}

/*Padding Left*/
.p-0px-l  {padding-left:0px}
.p-5px-l  {padding-left:5px}
.p-10px-l {padding-left:10px}
.p-15px-l {padding-left:15px}
.p-20px-l {padding-left:20px}
.p-25px-l {padding-left:25px}
.p-30px-l {padding-left:30px}
.p-35px-l {padding-left:35px}
.p-40px-l {padding-left:40px}
.p-45px-l {padding-left:45px}
.p-50px-l {padding-left:50px}
.p-55px-l {padding-left:55px}
.p-60px-l {padding-left:60px}
.p-65px-l {padding-left:65px}
.p-70px-l {padding-left:70px}
.p-75px-l {padding-left:75px}
.p-80px-l {padding-left:80px}
.p-85px-l {padding-left:85px}
.p-90px-l {padding-left:90px}
.p-95px-l {padding-left:95px}
.p-100px-l {padding-left:100px}

/*Padding right*/
.p-0px-r  {padding-right:0px}
.p-5px-r  {padding-right:5px}
.p-10px-r {padding-right:10px}
.p-15px-r {padding-right:15px}
.p-20px-r {padding-right:20px}
.p-25px-r {padding-right:25px}
.p-30px-r {padding-right:30px}
.p-35px-r {padding-right:35px}
.p-40px-r {padding-right:40px}
.p-45px-r {padding-right:45px}
.p-50px-r {padding-right:50px}
.p-55px-r {padding-right:55px}
.p-60px-r {padding-right:60px}
.p-65px-r {padding-right:65px}
.p-70px-r {padding-right:70px}
.p-75px-r {padding-right:75px}
.p-80px-r {padding-right:80px}
.p-85px-r {padding-right:85px}
.p-90px-r {padding-right:90px}
.p-95px-r {padding-right:95px}
.p-100px-r {padding-right:100px}


@media (max-width: 1200px){
  .lg-p-0px { padding: 0; }
  .lg-p-5px {padding: 5px}
  .lg-p-10px {padding:10px}
  .lg-p-15px {padding:15px}
  .lg-p-20px {padding:20px}
  .lg-p-25px {padding:25px}
  .lg-p-30px {padding:30px}
  .lg-p-35px {padding:35px}
  .lg-p-40px {padding:40px}
  .lg-p-45px {padding:45px}
  .lg-p-50px {padding:50px}
  .lg-p-55px {padding:55px}
  .lg-p-60px {padding:60px}
  .lg-p-65px {padding:65px}
  .lg-p-70px {padding:70px}
  .lg-p-75px {padding:75px}
  .lg-p-80px {padding:80px}
  .lg-p-85px {padding:85px}
  .lg-p-90px {padding:90px}
  .lg-p-95px {padding:95px}
  .lg-p-100px {padding:100px}

  /*Padding Left Right*/
  .lg-p-0px-lr { padding-left: 0; ; padding-right: 0;  }
  .lg-p-5px-lr { padding-left: 5px; padding-right: 5px }
  .lg-p-10px-lr {padding-left:10px; padding-right:10px }
  .lg-p-15px-lr {padding-left:15px; padding-right:15px }
  .lg-p-20px-lr {padding-left:20px; padding-right:20px }
  .lg-p-25px-lr {padding-left:25px; padding-right:25px }
  .lg-p-30px-lr {padding-left:30px; padding-right:30px }
  .lg-p-35px-lr {padding-left:35px; padding-right:35px }
  .lg-p-40px-lr {padding-left:40px; padding-right:40px }
  .lg-p-45px-lr {padding-left:45px; padding-right:45px }
  .lg-p-50px-lr {padding-left:50px; padding-right:50px }
  .lg-p-55px-lr {padding-left:55px; padding-right:55px }
  .lg-p-60px-lr {padding-left:60px; padding-right:60px }
  .lg-p-65px-lr {padding-left:65px; padding-right:65px }
  .lg-p-70px-lr {padding-left:70px; padding-right:70px }
  .lg-p-75px-lr {padding-left:75px; padding-right:75px }
  .lg-p-80px-lr {padding-left:80px; padding-right:80px }
  .lg-p-85px-lr {padding-left:85px; padding-right:85px }
  .lg-p-90px-lr {padding-left:90px; padding-right:90px }
  .lg-p-95px-lr {padding-left:95px; padding-right:95px }
  .lg-p-100px-lr {padding-left:100px; padding-right:100px }

  /*Padding Top Bottm*/
  .lg-p-0px-tb {padding-top:  0;   padding-bottom:  0;  }
  .lg-p-5px-tb {padding-top:  5px; padding-bottom:  5px }
  .lg-p-10px-tb {padding-top: 10px; padding-bottom: 10px }
  .lg-p-15px-tb {padding-top: 15px; padding-bottom: 15px }
  .lg-p-20px-tb {padding-top: 20px; padding-bottom: 20px }
  .lg-p-25px-tb {padding-top: 25px; padding-bottom: 25px }
  .lg-p-30px-tb {padding-top: 30px; padding-bottom: 30px }
  .lg-p-35px-tb {padding-top: 35px; padding-bottom: 35px }
  .lg-p-40px-tb {padding-top: 40px; padding-bottom: 40px }
  .lg-p-45px-tb {padding-top: 45px; padding-bottom: 45px }
  .lg-p-50px-tb {padding-top: 50px; padding-bottom: 50px }
  .lg-p-55px-tb {padding-top: 55px; padding-bottom: 55px }
  .lg-p-60px-tb {padding-top: 60px; padding-bottom: 60px }
  .lg-p-65px-tb {padding-top: 65px; padding-bottom: 65px }
  .lg-p-70px-tb {padding-top: 70px; padding-bottom: 70px }
  .lg-p-75px-tb {padding-top: 75px; padding-bottom: 75px }
  .lg-p-80px-tb {padding-top: 80px; padding-bottom: 80px }
  .lg-p-85px-tb {padding-top: 85px; padding-bottom: 85px }
  .lg-p-90px-tb {padding-top: 90px; padding-bottom: 90px }
  .lg-p-95px-tb {padding-top: 95px; padding-bottom: 95px }
  .lg-p-100px-tb {padding-top: 100px; padding-bottom: 100px }

/*Padding top*/
  .lg-p-5px-0  {padding-top:0px}
  .lg-p-5px-t  {padding-top:5px}
  .lg-p-10px-t {padding-top:10px}
  .lg-p-15px-t {padding-top:15px}
  .lg-p-20px-t {padding-top:20px}
  .lg-p-25px-t {padding-top:25px}
  .lg-p-30px-t {padding-top:30px}
  .lg-p-35px-t {padding-top:35px}
  .lg-p-40px-t {padding-top:40px}
  .lg-p-45px-t {padding-top:45px}
  .lg-p-50px-t {padding-top:50px}
  .lg-p-55px-t {padding-top:55px}
  .lg-p-60px-t {padding-top:60px}
  .lg-p-65px-t {padding-top:65px}
  .lg-p-70px-t {padding-top:70px}
  .lg-p-75px-t {padding-top:75px}
  .lg-p-80px-t {padding-top:80px}
  .lg-p-85px-t {padding-top:85px}
  .lg-p-90px-t {padding-top:90px}
  .lg-p-95px-t {padding-top:95px}
  .lg-p-100px-t {padding-top:100px}

/*Padding Bottom*/
  .lg-p-0px-b {padding-bottom:0px}
  .lg-p-5px-b {padding-bottom:5px}
  .lg-p-10px-b {padding-bottom:10px}
  .lg-p-15px-b {padding-bottom:15px}
  .lg-p-20px-b {padding-bottom:20px}
  .lg-p-25px-b {padding-bottom:25px}
  .lg-p-30px-b {padding-bottom:30px}
  .lg-p-35px-b {padding-bottom:35px}
  .lg-p-40px-b {padding-bottom:40px}
  .lg-p-45px-b {padding-bottom:45px}
  .lg-p-50px-b {padding-bottom:50px}
  .lg-p-55px-b {padding-bottom:55px}
  .lg-p-60px-b {padding-bottom:60px}
  .lg-p-65px-b {padding-bottom:65px}
  .lg-p-70px-b {padding-bottom:70px}
  .lg-p-75px-b {padding-bottom:75px}
  .lg-p-80px-b {padding-bottom:80px}
  .lg-p-85px-b {padding-bottom:85px}
  .lg-p-90px-b {padding-bottom:90px}
  .lg-p-95px-b {padding-bottom:95px}
  .lg-p-100px-b {padding-bottom:100px}

/*Padding Left*/
  .lg-p-0px-l  {padding-left:0px}
  .lg-p-5px-l  {padding-left:5px}
  .lg-p-10px-l {padding-left:10px}
  .lg-p-15px-l {padding-left:15px}
  .lg-p-20px-l {padding-left:20px}
  .lg-p-25px-l {padding-left:25px}
  .lg-p-30px-l {padding-left:30px}
  .lg-p-35px-l {padding-left:35px}
  .lg-p-40px-l {padding-left:40px}
  .lg-p-45px-l {padding-left:45px}
  .lg-p-50px-l {padding-left:50px}
  .lg-p-55px-l {padding-left:55px}
  .lg-p-60px-l {padding-left:60px}
  .lg-p-65px-l {padding-left:65px}
  .lg-p-70px-l {padding-left:70px}
  .lg-p-75px-l {padding-left:75px}
  .lg-p-80px-l {padding-left:80px}
  .lg-p-85px-l {padding-left:85px}
  .lg-p-90px-l {padding-left:90px}
  .lg-p-95px-l {padding-left:95px}
  .lg-p-100px-l {padding-left:100px}

/*Padding right*/
  .lg-p-0px-r  {padding-left:0px}
  .lg-p-5px-r  {padding-left:5px}
  .lg-p-10px-r {padding-left:10px}
  .lg-p-15px-r {padding-left:15px}
  .lg-p-20px-r {padding-left:20px}
  .lg-p-25px-r {padding-left:25px}
  .lg-p-30px-r {padding-left:30px}
  .lg-p-35px-r {padding-left:35px}
  .lg-p-40px-r {padding-left:40px}
  .lg-p-45px-r {padding-left:45px}
  .lg-p-50px-r {padding-left:50px}
  .lg-p-55px-r {padding-left:55px}
  .lg-p-60px-r {padding-left:60px}
  .lg-p-65px-r {padding-left:65px}
  .lg-p-70px-r {padding-left:70px}
  .lg-p-75px-r {padding-left:75px}
  .lg-p-80px-r {padding-left:80px}
  .lg-p-85px-r {padding-left:85px}
  .lg-p-90px-r {padding-left:90px}
  .lg-p-95px-r {padding-left:95px}
  .lg-p-100px-r {padding-left:100px}
}


@media (max-width: 991px){
  .md-p-0px { padding: 0; }
  .md-p-5px {padding: 5px}
  .md-p-10px {padding:10px}
  .md-p-15px {padding:15px}
  .md-p-20px {padding:20px}
  .md-p-25px {padding:25px}
  .md-p-30px {padding:30px}
  .md-p-35px {padding:35px}
  .md-p-40px {padding:40px}
  .md-p-45px {padding:45px}
  .md-p-50px {padding:50px}
  .md-p-55px {padding:55px}
  .md-p-60px {padding:60px}
  .md-p-65px {padding:65px}
  .md-p-70px {padding:70px}
  .md-p-75px {padding:75px}
  .md-p-80px {padding:80px}
  .md-p-85px {padding:85px}
  .md-p-90px {padding:90px}
  .md-p-95px {padding:95px}
  .md-p-100px {padding:100px}

  /*Padding Left Right*/
  .md-p-0px-lr { padding-left: 0; ; padding-right: 0;  }
  .md-p-5px-lr { padding-left: 5px; padding-right: 5px }
  .md-p-10px-lr {padding-left:10px; padding-right:10px }
  .md-p-15px-lr {padding-left:15px; padding-right:15px }
  .md-p-20px-lr {padding-left:20px; padding-right:20px }
  .md-p-25px-lr {padding-left:25px; padding-right:25px }
  .md-p-30px-lr {padding-left:30px; padding-right:30px }
  .md-p-35px-lr {padding-left:35px; padding-right:35px }
  .md-p-40px-lr {padding-left:40px; padding-right:40px }
  .md-p-45px-lr {padding-left:45px; padding-right:45px }
  .md-p-50px-lr {padding-left:50px; padding-right:50px }
  .md-p-55px-lr {padding-left:55px; padding-right:55px }
  .md-p-60px-lr {padding-left:60px; padding-right:60px }
  .md-p-65px-lr {padding-left:65px; padding-right:65px }
  .md-p-70px-lr {padding-left:70px; padding-right:70px }
  .md-p-75px-lr {padding-left:75px; padding-right:75px }
  .md-p-80px-lr {padding-left:80px; padding-right:80px }
  .md-p-85px-lr {padding-left:85px; padding-right:85px }
  .md-p-90px-lr {padding-left:90px; padding-right:90px }
  .md-p-95px-lr {padding-left:95px; padding-right:95px }
  .md-p-100px-lr {padding-left:100px; padding-right:100px }

  /*Padding Top Bottm*/
  .md-p-0px-tb {padding-top:  0;   padding-bottom:  0;  }
  .md-p-5px-tb {padding-top:  5px; padding-bottom:  5px }
  .md-p-10px-tb {padding-top: 10px; padding-bottom: 10px }
  .md-p-15px-tb {padding-top: 15px; padding-bottom: 15px }
  .md-p-20px-tb {padding-top: 20px; padding-bottom: 20px }
  .md-p-25px-tb {padding-top: 25px; padding-bottom: 25px }
  .md-p-30px-tb {padding-top: 30px; padding-bottom: 30px }
  .md-p-35px-tb {padding-top: 35px; padding-bottom: 35px }
  .md-p-40px-tb {padding-top: 40px; padding-bottom: 40px }
  .md-p-45px-tb {padding-top: 45px; padding-bottom: 45px }
  .md-p-50px-tb {padding-top: 50px; padding-bottom: 50px }
  .md-p-55px-tb {padding-top: 55px; padding-bottom: 55px }
  .md-p-60px-tb {padding-top: 60px; padding-bottom: 60px }
  .md-p-65px-tb {padding-top: 65px; padding-bottom: 65px }
  .md-p-70px-tb {padding-top: 70px; padding-bottom: 70px }
  .md-p-75px-tb {padding-top: 75px; padding-bottom: 75px }
  .md-p-80px-tb {padding-top: 80px; padding-bottom: 80px }
  .md-p-85px-tb {padding-top: 85px; padding-bottom: 85px }
  .md-p-90px-tb {padding-top: 90px; padding-bottom: 90px }
  .md-p-95px-tb {padding-top: 95px; padding-bottom: 95px }
  .md-p-100px-tb {padding-top: 100px; padding-bottom: 100px }


/*Padding top*/
  .md-p-0px-t  {padding-top:0px}
  .md-p-5px-t  {padding-top:5px}
  .md-p-10px-t {padding-top:10px}
  .md-p-15px-t {padding-top:15px}
  .md-p-20px-t {padding-top:20px}
  .md-p-25px-t {padding-top:25px}
  .md-p-30px-t {padding-top:30px}
  .md-p-35px-t {padding-top:35px}
  .md-p-40px-t {padding-top:40px}
  .md-p-45px-t {padding-top:45px}
  .md-p-50px-t {padding-top:50px}
  .md-p-55px-t {padding-top:55px}
  .md-p-60px-t {padding-top:60px}
  .md-p-65px-t {padding-top:65px}
  .md-p-70px-t {padding-top:70px}
  .md-p-75px-t {padding-top:75px}
  .md-p-80px-t {padding-top:80px}
  .md-p-85px-t {padding-top:85px}
  .md-p-90px-t {padding-top:90px}
  .md-p-95px-t {padding-top:95px}
  .md-p-100px-t {padding-top:100px}

/*Padding Bottom*/
  .md-p-0px-b {padding-bottom:0px}
  .md-p-5px-b {padding-bottom:5px}
  .md-p-10px-b {padding-bottom:10px}
  .md-p-15px-b {padding-bottom:15px}
  .md-p-20px-b {padding-bottom:20px}
  .md-p-25px-b {padding-bottom:25px}
  .md-p-30px-b {padding-bottom:30px}
  .md-p-35px-b {padding-bottom:35px}
  .md-p-40px-b {padding-bottom:40px}
  .md-p-45px-b {padding-bottom:45px}
  .md-p-50px-b {padding-bottom:50px}
  .md-p-55px-b {padding-bottom:55px}
  .md-p-60px-b {padding-bottom:60px}
  .md-p-65px-b {padding-bottom:65px}
  .md-p-70px-b {padding-bottom:70px}
  .md-p-75px-b {padding-bottom:75px}
  .md-p-80px-b {padding-bottom:80px}
  .md-p-85px-b {padding-bottom:85px}
  .md-p-90px-b {padding-bottom:90px}
  .md-p-95px-b {padding-bottom:95px}
  .md-p-100px-b {padding-bottom:100px}

/*Padding Left*/
  .md-p-0px-l  {padding-left:0px}
  .md-p-5px-l  {padding-left:5px}
  .md-p-10px-l {padding-left:10px}
  .md-p-15px-l {padding-left:15px}
  .md-p-20px-l {padding-left:20px}
  .md-p-25px-l {padding-left:25px}
  .md-p-30px-l {padding-left:30px}
  .md-p-35px-l {padding-left:35px}
  .md-p-40px-l {padding-left:40px}
  .md-p-45px-l {padding-left:45px}
  .md-p-50px-l {padding-left:50px}
  .md-p-55px-l {padding-left:55px}
  .md-p-60px-l {padding-left:60px}
  .md-p-65px-l {padding-left:65px}
  .md-p-70px-l {padding-left:70px}
  .md-p-75px-l {padding-left:75px}
  .md-p-80px-l {padding-left:80px}
  .md-p-85px-l {padding-left:85px}
  .md-p-90px-l {padding-left:90px}
  .md-p-95px-l {padding-left:95px}
  .md-p-100px-l {padding-left:100px}

/*Padding right*/
  .md-p-0px-r  {padding-right:0px}
  .md-p-5px-r  {padding-right:5px}
  .md-p-10px-r {padding-right:10px}
  .md-p-15px-r {padding-right:15px}
  .md-p-20px-r {padding-right:20px}
  .md-p-25px-r {padding-right:25px}
  .md-p-30px-r {padding-right:30px}
  .md-p-35px-r {padding-right:35px}
  .md-p-40px-r {padding-right:40px}
  .md-p-45px-r {padding-right:45px}
  .md-p-50px-r {padding-right:50px}
  .md-p-55px-r {padding-right:55px}
  .md-p-60px-r {padding-right:60px}
  .md-p-65px-r {padding-right:65px}
  .md-p-70px-r {padding-right:70px}
  .md-p-75px-r {padding-right:75px}
  .md-p-80px-r {padding-right:80px}
  .md-p-85px-r {padding-right:85px}
  .md-p-90px-r {padding-right:90px}
  .md-p-95px-r {padding-right:95px}
  .md-p-100px-r {padding-right:100px}

}

@media (max-width: 767px){
  .sm-p-0px { padding: 0; }
  .sm-p-5px {padding: 5px}
  .sm-p-10px {padding:10px}
  .sm-p-15px {padding:15px}
  .sm-p-20px {padding:20px}
  .sm-p-25px {padding:25px}
  .sm-p-30px {padding:30px}
  .sm-p-35px {padding:35px}
  .sm-p-40px {padding:40px}
  .sm-p-45px {padding:45px}
  .sm-p-50px {padding:50px}
  .sm-p-55px {padding:55px}
  .sm-p-60px {padding:60px}
  .sm-p-65px {padding:65px}
  .sm-p-70px {padding:70px}
  .sm-p-75px {padding:75px}
  .sm-p-80px {padding:80px}
  .sm-p-85px {padding:85px}
  .sm-p-90px {padding:90px}
  .sm-p-95px {padding:95px}
  .sm-p-100px {padding:100px}

  /*Padding Left Right*/
  .sm-p-0px-lr { padding-left: 0; ; padding-right: 0;  }
  .sm-p-5px-lr { padding-left: 5px; padding-right: 5px }
  .sm-p-10px-lr {padding-left:10px; padding-right:10px }
  .sm-p-15px-lr {padding-left:15px; padding-right:15px }
  .sm-p-20px-lr {padding-left:20px; padding-right:20px }
  .sm-p-25px-lr {padding-left:25px; padding-right:25px }
  .sm-p-30px-lr {padding-left:30px; padding-right:30px }
  .sm-p-35px-lr {padding-left:35px; padding-right:35px }
  .sm-p-40px-lr {padding-left:40px; padding-right:40px }
  .sm-p-45px-lr {padding-left:45px; padding-right:45px }
  .sm-p-50px-lr {padding-left:50px; padding-right:50px }
  .sm-p-55px-lr {padding-left:55px; padding-right:55px }
  .sm-p-60px-lr {padding-left:60px; padding-right:60px }
  .sm-p-65px-lr {padding-left:65px; padding-right:65px }
  .sm-p-70px-lr {padding-left:70px; padding-right:70px }
  .sm-p-75px-lr {padding-left:75px; padding-right:75px }
  .sm-p-80px-lr {padding-left:80px; padding-right:80px }
  .sm-p-85px-lr {padding-left:85px; padding-right:85px }
  .sm-p-90px-lr {padding-left:90px; padding-right:90px }
  .sm-p-95px-lr {padding-left:95px; padding-right:95px }
  .sm-p-100px-lr {padding-left:100px; padding-right:100px }

  /*Padding Top Bottm*/
  .sm-p-0px-tb {padding-top:  0;   padding-bottom:  0;  }
  .sm-p-5px-tb {padding-top:  5px; padding-bottom:  5px }
  .sm-p-10px-tb {padding-top: 10px; padding-bottom: 10px }
  .sm-p-15px-tb {padding-top: 15px; padding-bottom: 15px }
  .sm-p-20px-tb {padding-top: 20px; padding-bottom: 20px }
  .sm-p-25px-tb {padding-top: 25px; padding-bottom: 25px }
  .sm-p-30px-tb {padding-top: 30px; padding-bottom: 30px }
  .sm-p-35px-tb {padding-top: 35px; padding-bottom: 35px }
  .sm-p-40px-tb {padding-top: 40px; padding-bottom: 40px }
  .sm-p-45px-tb {padding-top: 45px; padding-bottom: 45px }
  .sm-p-50px-tb {padding-top: 50px; padding-bottom: 50px }
  .sm-p-55px-tb {padding-top: 55px; padding-bottom: 55px }
  .sm-p-60px-tb {padding-top: 60px; padding-bottom: 60px }
  .sm-p-65px-tb {padding-top: 65px; padding-bottom: 65px }
  .sm-p-70px-tb {padding-top: 70px; padding-bottom: 70px }
  .sm-p-75px-tb {padding-top: 75px; padding-bottom: 75px }
  .sm-p-80px-tb {padding-top: 80px; padding-bottom: 80px }
  .sm-p-85px-tb {padding-top: 85px; padding-bottom: 85px }
  .sm-p-90px-tb {padding-top: 90px; padding-bottom: 90px }
  .sm-p-95px-tb {padding-top: 95px; padding-bottom: 95px }
  .sm-p-100px-tb {padding-top: 100px; padding-bottom: 100px }

/*Padding top*/
  .sm-p-0px-t  {padding-top:0px}
  .sm-p-5px-t  {padding-top:5px}
  .sm-p-10px-t {padding-top:10px}
  .sm-p-15px-t {padding-top:15px}
  .sm-p-20px-t {padding-top:20px}
  .sm-p-25px-t {padding-top:25px}
  .sm-p-30px-t {padding-top:30px}
  .sm-p-35px-t {padding-top:35px}
  .sm-p-40px-t {padding-top:40px}
  .sm-p-45px-t {padding-top:45px}
  .sm-p-50px-t {padding-top:50px}
  .sm-p-55px-t {padding-top:55px}
  .sm-p-60px-t {padding-top:60px}
  .sm-p-65px-t {padding-top:65px}
  .sm-p-70px-t {padding-top:70px}
  .sm-p-75px-t {padding-top:75px}
  .sm-p-80px-t {padding-top:80px}
  .sm-p-85px-t {padding-top:85px}
  .sm-p-90px-t {padding-top:90px}
  .sm-p-95px-t {padding-top:95px}
  .sm-p-100px-t {padding-top:100px}

/*Padding Bottom*/
  .sm-p-0px-b {padding-bottom:0px}
  .sm-p-5px-b {padding-bottom:5px}
  .sm-p-10px-b {padding-bottom:10px}
  .sm-p-15px-b {padding-bottom:15px}
  .sm-p-20px-b {padding-bottom:20px}
  .sm-p-25px-b {padding-bottom:25px}
  .sm-p-30px-b {padding-bottom:30px}
  .sm-p-35px-b {padding-bottom:35px}
  .sm-p-40px-b {padding-bottom:40px}
  .sm-p-45px-b {padding-bottom:45px}
  .sm-p-50px-b {padding-bottom:50px}
  .sm-p-55px-b {padding-bottom:55px}
  .sm-p-60px-b {padding-bottom:60px}
  .sm-p-65px-b {padding-bottom:65px}
  .sm-p-70px-b {padding-bottom:70px}
  .sm-p-75px-b {padding-bottom:75px}
  .sm-p-80px-b {padding-bottom:80px}
  .sm-p-85px-b {padding-bottom:85px}
  .sm-p-90px-b {padding-bottom:90px}
  .sm-p-95px-b {padding-bottom:95px}
  .sm-p-100px-b {padding-bottom:100px}

/*Padding Left*/
  .sm-p-0px-l  {padding-left:0px}
  .sm-p-5px-l  {padding-left:5px}
  .sm-p-10px-l {padding-left:10px}
  .sm-p-15px-l {padding-left:15px}
  .sm-p-20px-l {padding-left:20px}
  .sm-p-25px-l {padding-left:25px}
  .sm-p-30px-l {padding-left:30px}
  .sm-p-35px-l {padding-left:35px}
  .sm-p-40px-l {padding-left:40px}
  .sm-p-45px-l {padding-left:45px}
  .sm-p-50px-l {padding-left:50px}
  .sm-p-55px-l {padding-left:55px}
  .sm-p-60px-l {padding-left:60px}
  .sm-p-65px-l {padding-left:65px}
  .sm-p-70px-l {padding-left:70px}
  .sm-p-75px-l {padding-left:75px}
  .sm-p-80px-l {padding-left:80px}
  .sm-p-85px-l {padding-left:85px}
  .sm-p-90px-l {padding-left:90px}
  .sm-p-95px-l {padding-left:95px}
  .sm-p-100px-l {padding-left:100px}

/*Padding right*/
  .sm-p-0px-r  {padding-right:0px}
  .sm-p-5px-r  {padding-right:5px}
  .sm-p-10px-r {padding-right:10px}
  .sm-p-15px-r {padding-right:15px}
  .sm-p-20px-r {padding-right:20px}
  .sm-p-25px-r {padding-right:25px}
  .sm-p-30px-r {padding-right:30px}
  .sm-p-35px-r {padding-right:35px}
  .sm-p-40px-r {padding-right:40px}
  .sm-p-45px-r {padding-right:45px}
  .sm-p-50px-r {padding-right:50px}
  .sm-p-55px-r {padding-right:55px}
  .sm-p-60px-r {padding-right:60px}
  .sm-p-65px-r {padding-right:65px}
  .sm-p-70px-r {padding-right:70px}
  .sm-p-75px-r {padding-right:75px}
  .sm-p-80px-r {padding-right:80px}
  .sm-p-85px-r {padding-right:85px}
  .sm-p-90px-r {padding-right:90px}
  .sm-p-95px-r {padding-right:95px}
  .sm-p-100px-r {padding-right:100px}

}
ul#myTabs {
    width: 100%;
    margin-bottom: 20px;
}
.hdrtitle {
   text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    padding: 15px;
    color: ##d4d4d4;
    letter-spacing: -1px;
	line-height: 1.2;
	margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
}



#login .container #login-row #login-column #login-box {
  margin-top: 0;
}

div#login {
    padding-bottom: 0px;
}
ul#myTabs li {
    width: 90%;
    text-align: center;
}
ul#myTabs li a {
    display: block;
    padding: 10px;
    background: #292929;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.home-text {
    padding-left:1px;
    width: 100%;
    margin-top:25px;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    justify-content: center;
  /*background: url(../../static/img/Map.jpg);*/
}
#myTabs li.active {
    display: none;
}
.page-scroll {
    overflow-x: hidden;
}

.theme-after:after {
    background: #38899a !important;
}
video {
    width: 100%;
}
input.btn.btn-info.btn-md {
    width: 100%;
}
/* add */
li.active a {
    background: #8c8c8c !important;
}
/*
  HPD Video Banner
*/
@-webkit-keyframes HPDKSWidget-raiseBanner {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes HPDKSWidget-raiseBanner {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.HPDKSWidget {
    position: relative;
    bottom: 0;
    display: block;
    width: 100%;
    background-color: #01b7e5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#01b7e5), to(#0197bc));
    background-image: linear-gradient(#01b7e5, #0197bc);
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 14px;
    text-decoration: none;
    -webkit-animation-name: HPDKSWidget-raiseBanner;
    animation-name: HPDKSWidget-raiseBanner;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: cubic-bezier(0.17, 0.04, 0.03, 0.94);
    animation-timing-function: cubic-bezier(0.17, 0.04, 0.03, 0.94);
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    left: 0;
}
.HPDKSWidget,
.HPDKSWidget * {
  box-sizing: border-box;
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
}
.HPDKSWidget:hover .HPDKSWidget-cta {
  background: #2bde73;
}


.HPDKSWidget-wrap {
    display: -webkit-box;
    display: flex;
    max-width: 100%;
    margin: 0 auto;
    padding: 5.5em 1em;
    justify-content: space-around;
    -webkit-box-align: center;
    align-items: center;
    background: url(https://i.ytimg.com/vi/G4dRRz16am4/maxresdefault.jpg);
    background-size: 100%;
}

.HPDKSWidget-text {
  margin: 0 2em 0 0;
  line-height: 1.35;
  color: #fff;
  text-shadow: 0 0 1px #999;
      font-size: 30px;
}

.HPDKSWidget-brand {
  text-transform: uppercase;
  font-weight: 700;
}
.HPDKSWidget-cta {
    -webkit-box-flex: 0;
    flex: 0 0 14em;
    padding: 1em 1em;
    border: none;
    border-radius: 2px;
    background: #01b7e5;
    font-size: .8125em;
    font-style: italic;
    font-weight: 700;
    line-height: 1.35;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    -webkit-transition: background .5s ease;
    transition: background .5s ease;
}
div#login-row {
    background: rgba(255,255,255,0.8);
    padding: 15px;
}
.home-banner .social-icons a:hover, .btn-theme, .theme-bg {
    background: #1d1919 !important;
}



@media (max-width: 779px) {
   
   
.scrolledSection {
    float: left;
    width: 100%;
}

}

@media (min-width: 780px) {
    .ht-200 {
    height: 100%;
}
a.delete-event.btn.btn-danger {
    width: 100%;
    margin-top: 6px;
}
    
    .ht-80p {
    height: calc(100vh - 100px);
}

    ul#myTabs {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
}
    
    
.scrolledSection {
    position: fixed;
    max-width: 25%;
    height: 100vh;
    overflow: auto;
    background: linear-gradient(#d2d2d2, #d6f7ff);
    width: 25%;
}

   body#home-page-body .blue-grad {
    overflow-x: auto;
    height: auto;
}
    
    
    
    .ht-80
{height:calc(100vh - 200px);}

 
  .HPDKSWidget {
    font-size: 16px;
  }
}
/* BODY OVERRIDES TO FIT BANNER */
.blue-grad{
  background:linear-gradient(#d2d2d2, #d6f7ff);
}



#login {
    width: 100%;
   
    
}


.area{
    width: 100%;
    
   
}

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.8);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}
div#login-row {
    position: relative;
    z-index: 11;
}
.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

.addBanner {
    margin-top: 0px;
}


.card-img {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.card-title {
  margin-bottom: 0.3rem;
}

.cat {
  display: inline-block;
  margin-bottom: 1rem;
}

.fa-users {
  margin-left: 1rem;
}

.card-footer {
  font-size: 0.8rem;
}

.card-body {
    position: relative;
    z-index: 11;
}

@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}
.emptydiv {
    height: 40px;
}

.blue-grad {
    overflow-x: auto;
}

.blue-grad::-webkit-scrollbar {
  width: 1px;
}
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: flex-end;
    width: 100%;
}

.blue-grad {
    overflow-x: auto;
    height: 100vh;
}



.faq-section {
    background: #fdfdfd;
    min-height: 100vh;
    padding: 0 0 0;
}
.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #E91E63;
    bottom: -25px;
    margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: rgba(56, 137, 154, 0.18);
    padding-left: 10px;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #38899a;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}

.modal-dialog {
    max-width: 1000px;
    z-index: 99999999;
    position: relative;
}

#mymap {               
height: 500px;
}

.error{
  color:red;
}


.fade.in {
opacity: 1 !important;
}

.modal.in .modal-dialog {
-webkit-transform: translate(0, 0) !important;
-o-transform: translate(0, 0) !important;
transform: translate(0, 0) !important;
}

.modal-backdrop .fade .in {
opacity: 0.5 !important;
}

.modal-backdrop.fade {
opacity: 0.5 !important;
}

.add_new_field, .remove_field{
  padding: 10px;
    width: 70px;
    margin: 3px;
    display:inline;
}
.remove_link{
  display: inline;
}
.vdSection {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 600px;
    background-image: url(https://whatisnearme.com.au/customer-section/img/vedio_section_img.png);
    margin-top: 10px;
    color: #fff;
    width: 100%;
    font-weight: bold;
    position: relative;
    z-index: 99;
    background-repeat: no-repeat;
        background-size: 100%;
}


@media screen and (max-width:575px)
{
      div#login {
    padding-top: 70px !important;
}
}

.modal-dialog {
    max-width: 500px;
    z-index: 99999999;
    position: relative;
}

#myModal .section-titel h2 {
    font-size: 24px;
    font-weight: 500;
    padding: 0 0 10px;
    border:0px;
    margin: 0;text-transform: capitalize;
}
#myModal .modal-footer .pull-right {
    width: 100%;
}

.modal-footer button {
    width: 49%;
    font-weight: bold;
}

.card-use  .resume-row li:after
{
  content:none !important;
}

.card-use ul {
    margin-top: 8px;
    padding-left: 20px;
}
.card-use  .resume-row li {
    margin-bottom: 10px;
}





.cards-use ul {
    padding: 0;
}
.cards-use li {
    margin: 5px 0;
}
.cards-use li a {
    background: #f5f8f9;
    display: block;
    max-width: 50%;
    padding: 3px 15px;
    border-radius: 5px;
    color: #000;
    text-decoration: none;
    position: relative;
    top: 7px;
}
.cards-use li a:hover {
    background: #292929;
    color: #fff;
}

header.header.paymentpage.theme-bg {
    background: #38899a;
}
.paymentpage nav li a {
    color: #fff;
    text-transform: uppercase;
}
.paymentpage ul.nav {
    / text-align: right; /
    justify-content: center;
    align-items: center;
    WIDTH: 100%;
}

header.header.paymentpage.theme-bg {
    width: 100%;
    left: 0;
    position: relative;
    background:#1d1919 !important;
}
form.needs-validation input, form.needs-validation select {
    height: 35px !important;
}
.payment footer.footer--area {
    background:#191516;
    padding: 0px 0px;
}

/* 20 Aug changes Css */

.footer_above {
    background: #38899a;
    padding: 50px 30px !important;
    color: #878C9F;
}
.footer_above .resume-col {
    background: #fff;
    max-height: 220px;
    padding: 20px;
    border-radius: 10px;
    font-size: 14px;
    height: 100vh;
}

.ht-100
{
    height:100vh;
}

.footer_above .resume-col p.pl-4 {
    padding: 0 !important;
}
.footer_above p.sub-title {
    border-bottom: none;
}
.footer_above .heding_p {
    font-size: 55px;
    color: #fff;
    font-weight: 600;
    line-height: 0.5;
    text-align: center !important;
}
.blog_sec2 {
    margin-top: 30px;
}
.footer_above p.sub-title {
    color: #fff;
    font-size: 19px;
    line-height: 1.3;
    text-align: center;
}
.smallAds {
    display: none;
}
.near_me h6.theme-after.text-white.dark-color {
    font-size: 28px;
    margin-left: 15px;
}
.font_reduce {
    font-size: 14px;
}
.card-body a.btn.btn-info {
    width: 70%;
    margin: 0 !important;
    justify-content: center;
    display: flex;
  margin-top: 15px !important;
}

.card-title {
    font-size: 18px;
} 
.row.pt-0.p-md-3.px-sm-3 .card {
    margin-bottom: 30px;
    min-height: 450px;
    box-shadow: 2px 2px 6px 1px #ccc;
}
.row.pt-0.p-md-3.px-sm-3 .card img {
    max-height: 131px !important;
    min-height: 140px !important;
    object-fit: cover;
}
.row.pt-0.p-md-3.px-sm-3 .col-12.col-sm-8.col-md-6.col-lg-4:first-child h4.card-title {
    margin-bottom: 47px;
}




















@media (max-width: 925px) {
    
    .social-links {
    width: 100%;
    text-align: center;
}
    
    .vdSection {
    background-position: center;
}
    
  .footer_above .resume-col {
    height: auto;
  margin: 10px 0;
}
.footer_above .heding_p {
    font-size: 56px;
}
  .row.blog_sec .col-md-4.col-xs-12 {
    max-width: 100% !important;
    flex: 0 0 100%;
}

}

@media (max-width: 761px) {
    
    a.delete-event {
    width: 100%;
    margin-top: 5px;
}
    
    .payment .container-fluid {
    height: auto !important;
}

    ul#myTabs {
    justify-content: center;
}
    
    .near_me h1 {
    font-size: 14px;
}
    
    
  .footer_above .heding_p {
    font-size: 48px;
}
  .footer_above p.sub-title {
    font-size: 16px;
}
}

@media (max-width: 667px) {
  .footer_above .heding_p {
    font-size: 36px;
}

}

@media (max-width: 531px) {
.footer_above .heding_p {
    font-size: 30px;
    line-height: initial;
}


}

@media (min-width:1367px) {
.ht-12
{
 height:100vh;
    
}
section.contact-from.cdcdfrm{
    height: 100vh;
}



}

@media (min-width:1430px) {
.vdSection {
    min-height: 700px;
    background-size: 450px;
    /* background-size: 100%; */
    background-position: center;
}
.footer_above .resume-col {
    max-height: 160px;
}
}

/********mystyle********/

.near_me h1.theme-after.text-white.dark-color {
    font-size: 28px;
    margin-left: -12px;
}


.near_me h6
{
      font-size: 28px;
    color: white;
}

.near_me h6:after
{
      background: #39889a;
}

.section-titel h1:after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    content: "";
    z-index: -1;
    transform: skew(-20deg);
    -webkit-transform: skew(-20deg);
}


.section-titel h1 {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
    padding: 3px 10px;
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 11px;
    margin: 0 0 8px;
    text-transform: uppercase;
}



.near_me h2.theme-after.text-white.dark-color {
    font-size: 28px;
    margin-left: 15px;
}


.section-titel p.maintext:after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    position: absolute;
    content: "";
    z-index: -1;
    transform: skew(-20deg);
    -webkit-transform: skew(-20deg);
}


.section-titel p.maintext  {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
    padding: 3px 10px;
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 11px;
    margin: 0 0 8px;
    text-transform: uppercase;
}




.h2{
    
    font-size: 18px !important;
}

.resume-row h3 {
    font-weight: normal;
    font-size: 15px;
    line-height: 1.8;
}

.benifit .heding_p {
    text-align: center;
    display: block;
}

.copy-right {
    display: inline-block;
}

.social-links span a {
    color: white;
        padding-right: 10px;
}
.card-body p {
    font-size: 14px;
    line-height: 23px;
}
.social-links {
    display: inline;
  margin-top: 5px;
    margin-left: 15px;
    float: right;
}

.scrolledSection::-webkit-scrollbar {
    display: none !important;
    opacity:0;
}

#home-page-body li.nav-item.active {
    display: none;
}

.js .page {
    box-shadow: none !important;
}




   @media screen and (min-width:1440px)
{
	.cdcdfrm {
	    
	        height: calc(100vh - 175px);
	}
	
}


















