*{ padding: 0px; margin: 0px; box-sizing: border-box; }
/* Menu css */	
.line_font1{overflow:hidden; color:#FFF; margin-bottom:15px;}
.mg{margin-right:30px;}
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
a{color:#000;}

body {
    padding-top: 118px;
    font-family: 'Poppins', sans-serif;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/ 
body #header {
  height: auto;
  z-index: 997;
  padding: 0px;
  background: #ffffff;
  border-bottom: 1px solid #e2e2ea;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.header-top{
  padding: 10px 0;
  background-color: #212529;
}
.header-top-label i{
  margin-right: 5px;
}
.slogan.nz-clearfix{
  color: #fff;
}
.social_icon{
  float: right;
}
.social_icon a{
  margin-left: 8px;
}
.social_icon i{
  color: #fff;
  font-size: 16px;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.mg_tt {
    margin-top: 55px;
    margin-bottom: 30px;
}
#header .logo h1 {
  font-size: 30px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}
.al-center {
    align-items: center;
    padding: 0;
}
#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 70px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
img.aligncenter.size-full {
    display: block;
    margin: auto;
    margin-top: 10px;
}
@media screen and (min-width:1200px){
body.sticky #header .logo img{
  max-height: 60px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
body.sticky #header{
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
}
@media (max-width:1199px) and (min-width:993px){
body {
    padding-top: 121px;
}
body #header .logo img{
  max-height: 60px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
body #header{
  padding-bottom: 0px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
}
@media (max-width: 992px) {
  .header-top{
    display: none;
  }
  body {
    padding-top: 68px;
  }  
  body #header {
    padding: 0 15px;
  }
  #header .logo img {
    max-height: 45px;
    width: auto;
  }
}
@media screen and (max-width: 600px){
body #header {
    padding: 0px;
}
}
.container.nz-clearfix {
    padding: 0;
}

/*========COLOR PRESETS=========*/
/*============NAVBAR============*/
nav {
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  text-transform: uppercase;
  width: 100%;
  font-size: 14px;
  position: relative;
  /*============FIRST LEVEL============*/
}
nav :before, nav :after {
  content: " ";
  display: table;
}
nav :after {
  clear: both;
}
nav ul {
  list-style: none;
  position: relative;
}
nav > ul {
  margin-top: 0px;
  float: right;
  margin-bottom: 0px; 
}
nav ul:after {
  content: "";
  clear: both;
  display: block;
}
nav li {
  padding: 32px 0;
  float: left;
  margin-left: 50px;
  position: relative;
}
nav li a {
  list-style: none;
  font-weight: bold;
  text-decoration: none;
  display: block;
  color: #757575;
}
nav li:hover, nav .submenu.openSub {
  cursor: pointer;
}
nav li:hover a, nav .submenu.openSub {
  color: #212529; 
  text-decoration: none;
}
nav .submenu-button {
  float: right;
  padding-left: 5px;
  position: relative;
}
nav .submenu-button::before {
  content: '';
  position: absolute;
  top: 5px;
  display: block;
  width: 9px;
  height: 1px;
  background: #757575;
  z-index: 99;
  -webkit-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
nav .submenu-button::after {
  content: '';
  position: absolute;
  left: 9px;
  top: 1px;
  display: block;
  width: 1px;
  height: 9px;
  -webkit-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  background: #757575;
  z-index: 99;
}
a:hover{    text-decoration: none;}
nav li:hover .submenu-button::before,
nav li:hover .submenu-button::after,
nav .active .submenu-button::before,
nav .active .submenu-button::after {
  background:#212529;
}

.submenu.openSub > a {
  color: #212529;
  text-decoration: none;
}

.submenu ul li a{
    color: #fff;
    font-weight: 500;
}
.submenu li{
  margin-left: 0px;
  padding: 0;
}
#navbarMenu li.active > a{
    color: #212529;
    text-decoration: none;
} 
@media screen and (min-width:601px){
  #navbarMenu li {
  display: block;
  position: relative;
  color: #696974;
  transition: 0.3s;
  font-size: 16px;
  text-decoration: none;
}
#navbarMenu > ul > li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 3px;
  left: 0;
  background-color: #212529;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

#navbarMenu li:hover:before, #navbarMenu li:hover:before, #navbarMenu li.active:before {
  visibility: visible;
  width: 100%;
}

#navbarMenu li:hover, #navbarMenu li.active, #navbarMenu li:hover{
  color: #212529;
  text-decoration: none;
}
}
/*==============MINUS SYMBOL==========*/
/*==============CLOSE SYMBOL==========*/
.openSub .submenu-button::after, .openSub .submenu-button::before {
  -webkit-transform: rotate(135deg);
}

.toggleMenu {
  display: none;
  list-style: none;
  position: relative;
  line-height: 1;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  padding: 20px;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #757575;
  cursor: pointer;
}
.toggleMenu::after {
  content: '';
  position: absolute;
  top: 25px;
  right: 20px;
  display: block;
  width: 25px;
  height: 3px;
  background: #000000;
}
.toggleMenu::before {
  content: '';
  position: absolute;
  top: 32px;
  right: 20px;
  display: block;
  width: 25px;
  height: 10px;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
}

/*============SECOND LEVEL============*/
.submenu ul {
  display: none;
  background: #626d7c;
  padding: 0;
  position: absolute;
  top: 100%;
}

.submenu li {
  float: none;
  border-top: 1px solid #6d7a8a;
  border-bottom: 1px solid #56616d;
  position: relative;
}

.submenu li a {
  padding: 15px 20px;
  width: 160px;
  color: #fff;
}

.submenu li a:hover {
  background: #4b545f;
}

/*============THIRD LEVEL============*/
/*ul ul ul {
  position: absolute;
  left: 100%;
  top:0;
}*/
/*============MAKING RESPONSIVE============*/
@media screen and (max-width: 600px) {
  .toggleMenu {
        display: block;
    padding: 5px 15px;
    text-align: left;
  }

  .submenu ul {
    position: relative;
  }

  .submenu li a {
    padding: 20px;
  }

  .submenu-button {
    padding-right: 10px;
  }

  nav ul {
    display: none;
  }
  nav > ul {
    border-top: 1px solid rgba(120, 120, 120, 0.15);
    float: inherit;
  }
  .logo-dekstop{
    display: none;
  }
  nav ul li {
    float: none;
    margin-left: 0;
    padding: 0px;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  nav li a {
    list-style: none;
    text-decoration: none;
    padding: 20px;
    display: block;
    color: #757575;
  }
  .submenu.openSub ul li a{
    width: 100%;
  }
  nav li:hover .submenu-button::after,
  nav li:hover .submenu-button::before,
  nav .active .submenu-button::before,
  nav .active .submenu-button::after {
    background-color: #212529;
  }
}

/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #FFF;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url('../images/controls.html') no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url('../images/controls.html') no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('images/controls.html') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('images/controls.html') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
.bg_footer{background-color:#000;}
.f_block_cntrol{font-family:Playfair Display;  padding-bottom:50px; color:#FFF;}
.f_img_cot img{margin-right:7px;}
.main_color{ background:#f6f6f6;}
.cinfo{ font-family:Playfair Display; margin-bottom:25px; font-size:36px; font-weight:bold;}
.pel{ font-family:Work Sans; font-size:15px;}
.apef{ font-family:Work Sans; font-size:15px;}
.apef h5{ font-weight:bold;}
.add{ display:inline-block;}
.name{ padding:15px 12px 15px 12px; border:0px; width:100%; margin-top:25px; outline:0px;}
.place{ padding:12px 12px 50px 12px; border:0px; width:100%; margin-top:25px; outline:0px;}


.button{padding:10px 10px 10px 10px; margin-top:15px; background:#666; color:#FFF; outline:none; border:none; transition-duration:0.5s;}
.button:hover{background-color:#333; transition-duration:0.5s;}
.blog_info h3{ font-size:20px; font-weight:bold;}
.blog_info  span{ font-size:12px; padding-bottom:10px; display:inline-block;}
.neturel{ position:absolute; bottom:10px; left:10px; background:#000; color:#fff; padding:10px 20px; }
.icon_icon{ position:relative;}
.project{ padding-bottom:50px; padding-top:50px;}
.project h2{ font-family:Playfair Display; font-size:38px; font-weight:bold;}
.best{ padding-top:25px; font-family:Work Sans; font-size:15px;}
.control_slider{padding-bottom:50px; padding-top:50PX;}
.companilogo{margin-bottom:50px;}
.box_setting{ margin-bottom:8px; margin-right:5px;}
.media_desin{font-family:works sans;  color:#5f5f5f;}



@media screen and (max-width:768px) {
.icon_icon div p br{ display:none;}
.main_1{ background: url(../image/banner.html) no-repeat; background-position:center center;}
.dovunarrw{ margin-top: 150px;}
.best p br{ display:none;}
.blok_1{ padding-left:7px;}
.blok_2{ padding-left:7px;}
.blok_3{ padding-left:7px;}
.Out_1 h2 br{ display:none;}
	}
	

@media screen and (max-width:767px)
{
.media_desin{text-align:justify;}
br{display:none;}	
	}

@media screen and (max-width:600px) {
.class_madia{width:100%;}
}

@media screen and (max-width:320px) {
.dovunarrw{ margin-top: 110px; margin-left:115px;}
.blok_1{ padding-left:5px;}
.blok_2{ padding-left:5px;}
.blok_3{ padding-left:5px;}
	}	
.slick-dots {
  text-align: center;
  margin: 0 0 40px 0;
  padding: 0;
}
.slick-dots li {
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
}
.slick-dots li.slick-active button {
  background-color: black;
}
.slick-dots li button {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: #999;
  border: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.slick-dots li :hover {
  background-color: black;
}

.about-dsc{
  padding-bottom:10px; 
  font-size:38px; 
  font-family:Playfair Display bold;
}
.about-dsc_p{
  font-family:work sans; font-size:15px;
}
.about-dsc_p_1{
  font-family:work sans; font-size:15px;
  margin-bottom: 10px;
  line-height: 1.7;
}
.col-lg-offset-2.text-center.m-auto {
    margin: auto;
}
/* Custom Arrow */
.prev {
  color: #999;
  position: absolute;
  top: 38%;
  left: -2em;
  font-size: 1.5em;
}
.prev :hover {
  cursor: pointer;
  color: black;
}

.next {
  color: #999;
  position: absolute;
  top: 38%;
  right: -2em;
  font-size: 1.5em;
}
.next :hover {
  cursor: pointer;
  color: black;
}
@charset "utf-8";
/* CSS Document */
.top_menu{margin-top:30px;}

.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.load{ text-transform:uppercase; font-family:Work Sans; font-size:15px; margin-top:25px; margin-bottom:25px;}
.position{position:relative;}
.neturel{ position:absolute; bottom:10px; left:10px; background:#000; color:#fff; padding:10px 20px;}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}
.img-responsive
{
    float:left; 
	width:380px;
	height:auto;
}
.bg_footer{background-color:#000;}
.f_block_cntrol{font-family:Playfair Display;  padding-bottom:50px; color:#FFF;}
.f_img_cot img{margin-right:7px;}
.list_item{color:#FFF;}
.km{transition-duration:0.5s;}
.km:hover{box-shadow:#666 0px 0px 20px; transition-duration:0.5s;}
.list_item:hover{text-decoration:none; color:#FFF;}
.line_font1{overflow:hidden; color:#FFF; margin-bottom:15px;}
.mg{margin-right:30px;}
.box_setting{ margin-bottom:8px; margin-right:5px;}
.portfolioFilter {
  text-align: center;
  padding-top:5px;
  padding-bottom: 30px;
}
.portfolioFilter a:hover{text-decoration:none; color:#333;}
.portfolioFilter a{ 
    margin-right: 10px; 
    color:#666;
    text-decoration:none;
    display: inline;
}
 
.portfolioFilter a.current { 
    font-weight:bold;
}
 
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
 
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.icon_icon{ position:relative;}
.neturel{ position:absolute; bottom:10px; left:10px; background:#000; color:#fff; padding:10px 20px; }
.blog_info{ background:#FFF; margin-top:0px !important ;  display:inline-block; padding:10px 26px 20px 26px; width:100%; transition-duration:0.5s;}
.blog_info:hover{box-shadow:#666 0px 0px 20px; transition-duration:0.5s;}
.blog_info h3{ font-size:18px; font-weight:bold;}
.blog_info  span{ font-size:12px; padding-bottom:10px; display:inline-block;}
.div_pad div{margin-right:40px; display:inline-block;}
.div_pad{margin-bottom:35px;}
.pragrap_ri{font-size:17px; text-align:justify; margin-bottom:40px;}
.about_us br{
  display: block;
}
.about_us table{
  max-width: 500px;
  margin: auto;
}
@media screen and (max-width: 800px) {
  .next {
    display: none !important;
  }
}
.list_item{color:#FFF;}
.list_item:hover{text-decoration:none; color:#FFF;}

 /* =======================  Privacy  ========= */
.Privacy{color: #212529;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;}
.top div{margin-top:30px;}
.top.isotope div{
    margin-top: 0px;
    margin-bottom: 30px;
}
.img_n{display:none;}

	}

@media screen and (max-width:767px) {
.box_setting {
    margin-bottom: 5%;
    margin-right: 3%;
}
.bottom_block{float:left; margin-left:22%; display:inline-block;}
.m{float:left; margin-left:45%; white-space:nowrap; }
.img_n{display:none;}

}
.about_us p{
  font-size: 15px;
  line-height: 1.7;
}
#mainhome .blog_info{
  margin-bottom:30px;
}
/* ============  loder =========== */ 

.loading {
  position: absolute;
  top: 50%;
  left: 50%;
}
.loading-bar {
  display: inline-block;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  animation: loading 1s ease-in-out infinite;
}
.loading-bar:nth-child(1) {
  background-color: #3498db;
  animation-delay: 0;
}
.loading-bar:nth-child(2) {
  background-color: #c0392b;
  animation-delay: 0.09s;
}
.loading-bar:nth-child(3) {
  background-color: #f1c40f;
  animation-delay: .18s;
}
.loading-bar:nth-child(4) {
  background-color: #27ae60;
  animation-delay: .27s;
}

@keyframes loading {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1, 2.2);
  }
  40% {
    transform: scale(1);
  }
}

/* ============ top arrow ================ */
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*** ADDITIONAL RESETS ***/

:focus {/* remember to define focus styles! */
	outline: 0;
	}

a img {
	border: 0;
	text-decoration: none;
	}

input,
select,
button,
textarea {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	}
.apst-wrapper,
.apst-wrapper::before,
.apst-wrapper::after,
.apst-wrapper *,
.apst-wrapper *::before,
.apst-wrapper *::after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
}

.apst-wrapper {
    display: none;
    position: fixed;
    z-index: 99999;
    cursor: pointer;
    box-sizing: border-box;

    /* No blue highlight when clicking on element on mobile devices */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

    .apst-top {
        top: 20px;
    }

    .apst-bottom {
        bottom: 20px;
    }

    .apst-left {
        left: 20px;
    }

    .apst-center {
        left: 50%;
        margin-left: -40px;
    }

    .apst-right {
        right: 20px;
    }

    .apst-button {
        display: block;
        position: relative;
        width: 60px;
        height: 60px;
        background-color: #555;
        -webkit-border-radius: 50%;
           -moz-border-radius: 50%;
            -ms-border-radius: 50%;
             -o-border-radius: 50%;
                border-radius: 50%;
        -webkit-transition: all 0.2s;
           -moz-transition: all 0.2s;
            -ms-transition: all 0.2s;
             -o-transition: all 0.2s;
                transition: all 0.2s;
    }

    .apst-button::before {
        content: "";
        display: block;
        position: relative;
            left: 21px;
    top: 25px;
    width: 18px;
    height: 18px;
        border-right: 6px solid white;
        border-top: 6px solid white;
        -webkit-transform: rotate(-45deg);
           -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
             -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transition: all 0.2s;
           -moz-transition: all 0.2s;
            -ms-transition: all 0.2s;
             -o-transition: all 0.2s;
                transition: all 0.2s;
    }

    .lt-ie9 .apst-button {
        background: url() no-repeat scroll 8px 7px transparent;
    }

    .apst-button:hover {
        background-color: #333;
    }

    .apst-button:hover::before {
        border-color: white;
    }

    @media only screen and (max-width: 640px) {
        .apst-center {
            margin-left: -35px;
        }

        .apst-button {
            width: 50px;
            height: 50px;
        }

        .apst-button::before {
            left: 16px;
    top: 20px;
    width: 20px;
    height: 20px;
        }
    }

    @media only screen and (max-width: 400px) {
        .apst-center {
            margin-left: -30px;
        }

        .apst-button {
            width: 40px;
            height: 40px;
        }

        .apst-button::before {
    left: 13px;
    top: 16px;
    width: 15px;
    height: 15px;
            border-width: 5px;
        }
    }

















.datepicker {

	position: absolute;
	top: 18px;
	left: 18px;
	background: #FFF;
	padding: 4px;
	border: 1px solid #CCC;
	font-size: 16px;
	font-weight: 400;
	z-index: 50;
	/* box-shadow */
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
}

.datepicker * {

	/* box-sizing */
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.datepicker .tip {

	position: absolute;
	left: 12px;
	top: -12px;
	z-index: 5;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 12px solid #CCC;
}

.datepicker .tip:before {

	content: ' ';
	position: absolute;
	left: -8px;
	top: 2px;
	z-index: 20;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 10px solid #FFF;
}

.datepicker a {

	text-decoration: none;
	color: #000;
}

.datepicker .row {

	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
}

.datepicker .row.header {

	text-align: center;
	position: relative;
	margin: 4px 0;
}

.datepicker .row.header a {

	margin: 0 3px;
	cursor: pointer;
}

.datepicker .row.header .prev {

	display: block;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	width: 10px;
	height: 10px;
	padding: 4px;
}

.datepicker .row.header .next {

	display: block;
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	width: 10px;
	height: 10px;
	padding: 4px;
}

.datepicker .row.header .prev .arrow{
	display: block;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-right: 6px solid #000;
	border-bottom: 5px solid transparent;
	float: left;
}

.datepicker .row.header .next .arrow{
	display: block;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 6px solid #000;
	border-bottom: 5px solid transparent;
	float: right;
}

.datepicker .row.header .prev.disabled {

	cursor: default;
}

.datepicker .row.header .next.disabled {

	cursor: default;
}

.datepicker .row.header .prev.disabled .arrow {

	border-right-color: #DDD;
}

.datepicker .row.header .next.disabled .arrow {

	border-left-color: #DDD;
}

.datepicker .cell {

	display: block;
	float: left;
	width: 27px;
	height: 27px;
	line-height: 25px;
	text-align: center;
	padding: 0 3px;
	border: 1px solid transparent;
}

.datepicker .cell.large {

	width: 59px;
	padding: 0;
	height: 60px;
	line-height: 60px;
	cursor: pointer;
}

.datepicker .cell.large.double {

	line-height: 25px;
	word-wrap: break-word;
	text-align: left;
}

.datepicker .day {

	color: #000;
	cursor: pointer;
	text-align: right;
}

.datepicker .cell.day.today {

	color: #000;
	background: #D6EAFF;
}

.datepicker .cell.day:hover,
.datepicker .cell.month:hover,
.datepicker .cell.year:hover,
.datepicker .cell.decade:hover {

	background: #3298FF;
	color: #FFF;
}

.datepicker .cell.blank,
.datepicker .cell.blank:hover {

	background: none;
	color: inherit;
	cursor: default;
}

.datepicker .cell.day.selected,
.datepicker .cell.month.selected,
.datepicker .cell.year.selected,
.datepicker .cell.decade.selected {

	background: #0065CC;
	color: #FFF;
}

.datepicker .cell.grayed {

	color: #CCC;
	display:none;
}

.datepicker .days .cell {


	color: #555;
}

.datepicker .decades .cell span {


	display: block;
	padding: 5px 5px 0;
}

.datepicker .calendar,
.datepicker .decades,
.datepicker .years,
.datepicker .months {

	position: relative;
	float: left;
	width: 100%;
}

.datepicker .decades,
.datepicker .years,
.datepicker .months {

	display: none;
}

.datepicker .decades .header,
.datepicker .years .header,
.datepicker .months .header {

	margin-bottom: 13px;
}



@keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: relative;
	outline:0px;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
	outline:0px;
	
  }
}

.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 13.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 30px;
  width: 30px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 0;
  outline:0px;
}
.option-input:hover {
  background: #9faab7;
  outline:0px;
}
.option-input:checked {
  background: #40e0d0;
  outline:0px;
}
.option-input:checked::before {
  height: 30px;
  width: 30px;
  position: absolute;
  content: '✔';
  display: inline-block;
  font-size: 26.66667px;
  text-align: center;
  line-height: 22px;
  outline:0px;
}
.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #40e0d0;
  content: '';
  display: block;
  position: relative;
  z-index: 0;
  outline:0px;
}
.option-input.radio {
  border-radius: 50%;
}
.option-input.radio::after {
  border-radius: 50%;
}
.styled-select {
  
  box-sizing: border-box;
  border-radius: 3px;
  
  overflow: hidden;
  position: relative;
}
.styled-select, .styled-select select {border-radius: 3px;}
select:focus { outline: none; }
.styled-select select {
  height: 34px;
  
  border: none;
  
  /*hide default down arrow in webkit */
  -webkit-appearance: none; 
}

@-moz-document url-prefix(){
  .styled-select select { width: 110%; }
}

.fa-sort-desc {
  position: absolute;
  top: 0;
  right: 12px;
  font-size: 24px;
}

 select::-ms-expand { display: none; } /* hide default down arrow in IE10*/

/* hack to fall back in opera */
_:-o-prefocus, .selector {
  .styled-select { background: none; }
  }

/*  slider-section */
#banner-slider .sliderContainer {
  position: relative;
}
#banner-slider .sliderContainer img{
  width: 100%;
  max-height: 840px;
}
#banner-slider .slider {
  width: 500px;
  margin: 30px 50px 50px;
}
#banner-slider .slick-slide {
  background: #3a8999;
  color: white;
/*  padding: 80px 0 120px;*/
  font-size: 30px;
  font-family: "Arial", "Helvetica";
  text-align: center;
}
.mainslider .slick-prev:before,
.mainslider .slick-next:before {
  color: black;
}
.mainslider .slick-dots {
  bottom: -30px;
}
.mainslider .slick-slide:nth-child(odd) {
  background: #e84a69;
}
.modal-content .slick-slide:nth-child(odd) {
  background: transparent;
}
.progressBarContainer {
  position: absolute;
  bottom: 20px;
  width: 300px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.progressBarContainer div {
  display: block;
  width: 30%;
  padding: 0;
  cursor: pointer;
  margin-right: 5%;
  float: left;
  color: white;
}
.progressBarContainer div:last-child {
  margin-right: 0;
}
.progressBarContainer div span.progressBar {
  width: 100%;
  height: 4px;
  background-color: #212529;
  display: block;
}
.progressBarContainer div span.progressBar .inProgress {
  background-color: rgba(255, 255, 255, 1);
  width: 0%;
  height: 4px;
}
.mainslider .slick-slide {
  background: none;
  color: white;
  padding: 0px;
  font-size: 0px;
  text-align: center;
}
.mainslider .slider {
  width: 100%;
  margin: 0px;
}
.second_section{
    margin: 50px auto;
}
@media screen and (max-width: 767px){
.progressBarContainer div {
    width: 17%;
    padding: 0;
    margin-right: 3%;
}
.progressBarContainer {
    display: flex;
    justify-content: center;
}
}

/* --------------------------------------------------------------
 Product-Page 
-------------------------------------------------------------- */
body#blog-section{
  background-color: #fff;
}
.Blog-section{
  text-align: left;
  padding-top: 40px;
  padding-bottom: 0px;
}
.blog-inner{
  text-align: left;
  padding: 18px 8px 15px 25px!important;
  background-color: #fafafa;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #eee;
  box-shadow: 0 2px #f1f1f1;
}
.blog-sub-title {
    color: #212529;
    text-decoration: none;
    font-size: 18px;
    display: block;
    font-weight: 500;
    transition: all 0.3s;
}
/*a.blog-sub-title:hover{
  transition: all 0.3s;
    color: #212529;
}*/
.align-items-stretch {
 /*   padding: 0 30px;*/
    margin-bottom: 40px !important;
}
.Blog-section .row{
  margin-bottom:15px;
}
a.read_more {
  color: #999;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 8px;
}
a.read_more:hover{
  color: #000;
  transition: all 0.3s;
}
.read_more i{
  margin-right: 10px;
  font-size: 16px;
}
.blog-main img {
    max-width: 100%;
}
img.aligncenter.size-full.wp-image-2848 {
    display: block;
    margin: auto;
    margin-top: 10px;
}
/* product-description */
tr, th, td {
    padding: 10px;
}
.row.row-eq-height{
  margin-bottom: 0px;
}
.modal-dialog {
  height: 100vh !important;
  display: flex;
}

.modal-content {
  margin: auto !important;
  height: fit-content !important;
}
table{
  width: 100%;
}

@media screen and (min-width:768px){
.modal-dialog {
    width: 600px;
}
}
@media screen and (min-width:991px){
.modal-dialog {
    width: 800px;
}
}
@media screen and (min-width:992px){
.product-description{
  padding-left: 0px;
}
}
@media screen and (max-width:991px){
  .product-description p{
      margin:15px 0;
  }
}
.modal-content img {
    max-width: 100%;
}
/* contact-us */
section#contact {
    padding: 40px 0;
}
section#contact h1{
  margin-bottom: 30px;
}
.card.border-0 .card-body.text-center:hover{
  color:#212529;
  transition: all 0.3s;
}
.card.border-0 .card-body.text-center{
  transition: all 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px){
section#contact h1{
  font-size:28px;
  margin-top: 0px;
  margin-bottom: 15px; 
}
section#contact p{
  font-size:14px !important;
}
.card.border-0 .card-body.text-center{
  margin-bottom:25px;
}
.card.border-0 .card-body.text-center i{
  font-size:45px;
}
}
/* footer */
.footer-widget-area {
    background-color: #000!important;
    color: white!important;
}
.footer .widget:not(:last-child) {
    padding-bottom: 30px!important;
}
.footer-widget-area > .widget:first-child {
    padding-top: 80px;
}
.footer .widget_title {
    color: #fff;
    font-size: 14px;
}
.widget_title {
    margin-bottom: 35px;
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    text-transform: uppercase;
    color: #999;
}
img, img[class*="wp-image"] {
    max-width: 100%;
    height: auto!important;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
    margin: 0;
}
.footer .widget_title {
    margin-bottom: 35px;
    margin-top: 0;
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    text-transform: uppercase;
    color: #fff;
}
.widget_title:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0px;
    width: 35px;
    height: 2px;
    background-color: #fff!important;
}
.footer-info-area {
    background-color: #212529;
    text-align: center!important;
}
.footer-copyright {
    text-align: center;
    color: #fff;
    padding: 15px 0;
    cursor: pointer;
}
.footer .widget {
    padding-bottom: 50px;
}
.nz-bar i{
  margin-right: 5px;
}
footer #custom_html-2 .textwidget.custom-html-widget{
  text-align: center;
}
footer #custom_html-2 .textwidget.custom-html-widget > img{
  max-width: 100px;
}
@media only screen and (min-width: 1024px){
.footer-widget-area > .widget {
    width: 25%;
}
}
@media only screen and (min-width: 768px){
.footer-widget-area > .widget {
    width: 50%;
    float: left;
    padding-top: 80px;
    padding-left: 15px;
    padding-right: 15px;
}
}
@media screen and (min-width:991px){
.footer-widget-area {
    display: flex;
}
}
@media screen and (max-width:767px){
.footer-widget-area > .widget:first-child {
  padding-top: 60px;
}
aside.footer-widget-area.widget-area.nz-clearfix{
  max-width:320px;
  margin: auto;
}
.about-dsc {
    font-size: 28px;
}
.second_section {
    margin: 30px auto;
}
.Blog-section{
  padding-top: 30px;
}
.project h2 {
    font-size: 28px;
    margin: 0;
}
.project {
    padding-bottom: 40px;
    padding-top: 40px;
}
.align-items-stretch {
    margin-bottom: 30px !important;
}
.cinfo {
    margin-top: 0;
    font-size: 28px;
}
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: '';
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #212529;
  border-top-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
input[type=submit]{
    background: transparent !important;
    border: none !important;
}
.alert-success,.alert-danger{
    display:none;
}

.owl-controls{
  display: none;
}

.btn.focus, .btn:focus, .btn:hover {
  color: #fff;
  text-decoration: none;
}