@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus, input:focus, textarea:focus, button:focus { outline: none }
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
    color: #333333;
}
h1,
h2{
    text-transform: uppercase;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}
a:hover, a:focus { text-decoration: none }
.pdt-150{
    padding-top: 150px;
}
.pdt-100{
    padding-top: 100px;
}
.section-padding {
    padding: 100px 0;
}
.pdt-50 {
    padding-top: 50px;
}
.padding-bottom-0{
  padding-bottom: 0px;
}
.padding-top-0{
    padding-top: 0px; 
}
.boxed-btn, .borderd-btn {
    background-color: #ffcf1c;
    border-radius: 36px;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    padding: 10px 60px;
    transition: 0.3s;
    border: 1px solid #ffcf1c;
}
.boxed-btn:hover{
	background: transparent;
    color: #fff;
}
.borderd-btn {
    background: transparent;
}
.borderd-btn:hover{
	background: #ffcf1c;
	color: #fff;
}
input[type="text"], input[type="email"], input[type="submit"], input[type="tel"], input[type="phone"], textarea, button[type="submit"] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ededed;
    margin-bottom: 20px;
    padding: 10px 20px;
    width: 100%;
}
input[type="submit"], button[type="submit"] {
    background: #ffce1d none repeat scroll 0 0;
    color: #fff;
    padding: 10px 150px;
    width: auto;
    transition: 0.3s;
}
input[type="submit"]:hover, button[type="submit"]:hover {
    background: #000 none repeat scroll 0 0;
}
/*=====================================
  Preloder CSS
=======================================*/
.site-preloder {
  background: #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 99;
}
.sk-cube-grid {
  height: 40px;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px;
}
.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #ffcc33;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}
/*=====================================
  Main Manu CSS
=======================================*/
.header-area.header-fixed {
  background: rgba(0,0,0,0.7);
}
.mainmanu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.mainmanu ul li {
    display: inline-block;
}
.mainmanu ul li a {
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 20px 0 20px 20px;
  transition: 0.3s;
}
.mainmanu ul li:hover a, .mainmanu ul li.current a, .off-site-menu ul li:hover a, .off-site-menu ul li.current a{
	color: #ffce1d;
}

.footer_menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer_menu ul li {
    display: inline-block;
}
.footer_menu ul li a {
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 10px 0 10px 10px;
  transition: 0.3s;
}
.footer_menu ul li:hover a, .mainmanu ul li.current a, .off-site-menu ul li:hover a, .off-site-menu ul li.current a{
	color: #ffce1d;
}
.header-area {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  /*background-color: rgba(0, 0, 0, 0.7);*/
}
/*=====================================
  Offcanvas manu CSS
=======================================*/
.menu-trigger {
  color: #fff;
  cursor: pointer;
  display: block;
  padding: 19px 0;
  transition: all 0.3s ease 0s;
}
.menu-trigger:hover{
	color: #ffce1d;
}
.off-site-menu {
  background: #fff none repeat scroll 0 0;
  height: 100%;
  left: -200px;
  opacity: 0;
  position: fixed;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 200px;
  z-index: 99;
  padding-top: 25px;
}
.menu-close {
  color: #ffcc33;
  cursor: pointer;
  margin-top: 12px;
  padding: 50px 40px 40px;
  position: absolute;
  right: 0;
  top: 0;
}
.off-site-menu ul {
    list-style: outside none none;
    padding: 24px;
}
.off-site-menu ul li {
    display: block;
}
.off-site-menu ul li a {
    display: block;
    padding: 8px;
    color: #000;
    transition: 0.3s;
}
.off-site-menu.show-off-site-menu {
  left: 0;
  opacity: 1;
  visibility: visible;
  border-right: 1px solid #707070;
}
.off-site-menu-shade {
  background: #000 none repeat scroll 0 0;
  height: 100%;
  opacity: 0;
  position: fixed;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 100%;
  z-index: 99;
}
.off-site-menu-shade.active {
  opacity: 0.7;
  visibility: visible;
}
/*=====================================
  Home  CSS
=======================================*/
.home-image {
    background-position: center center;
    background-size: cover;
    color: #fff;
    position: relative;
    z-index: 1;
}
.home-image-overlay {
    background: #333;
    opacity: 0.9;
	padding: 100px 10px 50px 10px;
}
.home-image h3 {
    color: #ffcc33;
    font-size: 22px;
    font-weight: 600;
}
.home-image h1 {
  font-size: 48px;
  font-weight: 900;
  margin-top: 50px;
  color: #fff;
}
.home-image p {
  font-style: italic;
  margin: 50px 0;
}
.home-image .owl-dots div {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    height: 10px;
    margin: 10px;
    width: 10px;
}
.home-image .owl-dots div.active {
    -webkit-box-shadow: 0px 0px 0px 5px #808080;
    -moz-box-shadow: 0px 0px 0px 5px #808080;
    box-shadow: 0px 0px 0px 5px #808080;
}
.home-image .owl-dots {
    bottom: 3%;
    position: absolute;
    right: 2%;
}
/*=====================================
  Benefits CSS
=======================================*/
.benefits p {
    font-size: 18px;
    margin: 20px 0;
}
.benefits .borderd-btn {
    color: #000;
}
.benefits .boxed-btn:hover {
	color: #000;
}
.benefits .borderd-btn:hover{
    color: #fff;
}
.benefits-btn {
  margin-top: 70px;
}
/*=====================================
  Work examples CSS
=======================================*/
.work-examples-bg-1{background-image: url(assets/img/work-examples-1.jpg);}
.work-examples-bg-2{background-image: url(assets/img/work-examples-2.jpg);}
.work-examples-bg-3{background-image: url(assets/img/work-examples-3.jpg);}
.work-examples-bg-4{background-image: url(assets/img/work-examples-4.jpg);}
.work-examples-bg-5{background-image: url(assets/img/work-examples-5.jpg);}
.work-examples-bg-6{background-image: url(assets/img/work-examples-6.jpg);}
.work-examples-bg-7{background-image: url(assets/img/work-examples-7.jpg);}
.work-examples-bg-8{background-image: url(assets/img/work-examples-8.jpg);}

.single-work-examples {
    background-position: center center;
    background-size: 100% 100%;
    display: table;
    height: 270px;
    margin: 5px 0;
    width: 100%;
    transition: 0.3s;
}
.single-work-examples:hover{
  background-size: 120% 120%;
}
.work-examples-hover {
    display: table-cell;
    opacity: 0;
    position: relative;
    transition: all 0.5s ease 0s;
    vertical-align: middle;
    visibility: hidden;
    z-index: 1;
}
.row.work-examples {
    margin-left: -5px;
    margin-right: -5px;
}
.row.work-examples .col-md-3 {
    padding-left: 5px;
    padding-right: 5px;
}
.row.work-examples .col-md-3:nth-child(2) .single-work-examples,
.row.work-examples .col-md-3:nth-child(4) .single-work-examples,
.row.work-examples .col-md-3:nth-child(6) .single-work-examples,
.row.work-examples .col-md-3:nth-child(5) .single-work-examples{
    height: 300px;
}
.work-examples-hover, .work-examples-hover a {
    color: #fff;
}
.work-examples-hover a {
  background: #1E1208;
  border-radius: 50%;
  display: inline-block;
  font-size: 28px;
  height: 70px;
  line-height: 70px;
  width: 70px;
  transition: 0.3s;
  opacity: 0.8;
}
.work-examples-hover a:hover{
  background:#ffcf1c;
  opacity: 1;
}
.work-examples-hover h3 {
  color: #fff;
  display: block;
  font-weight: 400;
  margin-top: 140px;
  transition: 0.3s;
  font-size: 19px;
}
.single-work-examples:hover .work-examples-hover h3 {
  margin-top: 30px;
}
.work-examples-hover::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.single-work-examples:hover .work-examples-hover {
    opacity: 1;
    visibility: visible;
}
.work-examples-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.work-examples-menu ul li {
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    transition: 0.3s;
    font-weight: 600;
    border-bottom: 2px solid #fff;
}
.work-examples-menu ul li:hover, .work-examples-menu ul li.active {
	color: #ffcf1c;
	border-color: #ffcf1c;
}
.work-examples-menu {
    margin-bottom: 50px;
}
.section-title {
    margin-bottom: 30px;
}
/*=====================================
  Service CSS
=======================================*/
.prices-area {
    background-position: center center;
    background-size: cover;
    color: #fff;
    position: relative;
    z-index: 1;
}
.prices-area::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.prices-area h2, .prices-area h4 {
    color: #fff;
}
.prices-icon {
    border: 1px solid #ffcf1c;
    border-radius: 50%;
    color: #ffcf1c;
    display: inline-block;
    font-size: 25px;
    height: 60px;
    left: 5%;
    line-height: 57px;
    margin-top: -30px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 60px;
}
.single-prices {
  margin: 5px 0;
  padding: 20px 20px 20px 100px;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  font-size: 14px;
  line-height: 25px;
}
.single-prices:hover{
  box-shadow: 0 0 5px #f7f7f7;
}
.single-prices::after {
  background: #808080 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.prices-area .row {
    margin-left: -5px;
    margin-right: -5px;
}
.prices-area .row .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
}
/*=====================================*/
.my-progress-bar h4 {
  font-weight: 600;
  margin-bottom: -15px;
}
.my-progress-bar .progress .progress-bar {
  animation: 2s ease-out animate-positive;
  box-shadow: none;
  position: relative;
  background-color: #FFCE1D;
  border-radius: 5px;
}
.my-progress-bar .progress .progress-bar::after {
  background:  #ffcf1c;
  border-radius: 50%;
  box-shadow: 0 0 0 5px #fff0bb;
  color: #ffcf1c;
  content: "";
  height: 15px;
  margin-top: -2.5px;
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
}
.my-progress-bar .progress {
  background-color: #ded6d6;
  border-radius: 23px;
  height: 10px;
  margin-bottom: 50px;
  overflow: inherit;
}
@-moz-keyframes animate-positive { 0%  { width:0px;} 100%}
@-webkit-keyframes animate-positive  { 0%  { width:0px;} 100%}

/*=====================================
  Contact CSS
=======================================*/
.contact-me {
    background: #f6f6f6 none repeat scroll 0 0;
    padding-bottom: 50px;
}
.contact-form textarea {
    height: 150px;
}
.contact-form {
    text-align: center;
}
/*=====================================
  Footer CSS
=======================================*/
.footer-area {
    background: #303030 none repeat scroll 0 0;
    padding: 20px 0;
}
.footer-area, .footer-area a {
    color: #fff;
}
.footer-area p {
    margin: 0;
	margin-top: 5px;
}
/*=====================================
  Botton to top CSS
=======================================*/
.scroll-to-top {
	background: #f0ad4e none repeat scroll 0 0;
    bottom: 4%;
    color: #fff;
    font-size: 35px;
    height: 40px;
    line-height: 26px;
    position: fixed;
    right: 1%;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 40px;
    z-index: 2;
    border-radius: 50%;
}
.scroll-to-top:hover {
    background: #000 none repeat scroll 0 0;
    color: #fff;
}

.sidebar-category h2{
	margin:65px 0px 30px;
	font-size: 25px;
	text-transform: none;
	font-weight: 500;
}
.sidebar-category ul {
	margin: 0;
	padding: 0;
}
.sidebar-category ul li {
	list-style: none;
}
.sidebar-category ul li a{
    font-weight: 300;
	padding: 15px 25px;
	border: 1px solid #D1D1D1;
	display: block;
	margin-bottom: 20px;
	color: #222;
}
.sidebar-category ul li a i{
	margin-right:10px;
}
.sidebar-recent-post{
    font-weight: 300;
	overflow: hidden;
}
.sidebar-recent-post h2{
	margin:45px 0px 38px;
	font-size: 25px;
	text-transform: none;
	font-weight: 500;
}
.sidebar-recent-post p{
	font-size:15px;
}
.sidebar-recent-post a span {
	margin:5px 0px 25px;
	display: block;
}
.sidebar-recent-post a{
	color:#666666;
	font-size:15px;
	display:block;
	transition:all 0.3s;
}
.sidebar-recent-post a:hover{
	color:#ffce1d;
}
.sidebar-archive-post{
    font-weight: 300;
	overflow: hidden;
	text-transform: none;
	font-weight: 500;
}
.sidebar-archive-post h2{
	margin:35px 0px 38px;
	font-size: 25px;
	text-transform: none;
	font-weight: 500;
}
.sidebar-archive-post p{
	font-size:15px;
}
.sidebar-archive-post a span {
	margin:5px 0px 25px;
	display: block;
}
.sidebar-archive-post a{
	color:#666666;
	font-size:15px;
	display:block;
	transition:all 0.3s;
}
.sidebar-archive-post a:hover{
	color:#ffce1d;
}
.single-blog.single-blog-page:hover{
  box-shadow: none;
}
.sh_3 {
	opacity: 0.3;
}
.sh_3:hover {
	opacity: 1;
	cursor: pointer;
}
.sh_5 {
	opacity: 0.5;
}
.sh_5:hover {
	opacity: 1;
	cursor: pointer;
}
.sh_6 {
	opacity: 0.6;
}
.sh_6:hover {
	opacity: 1;
	cursor: pointer;
}
.sh_7 {
	opacity: 0.7;
}
.sh_7:hover {
	opacity: 1;
	cursor: pointer;
}
.sh_8 {
	opacity: 0.8;
}
.sh_8:hover {
	opacity: 1;
	cursor: pointer;
}
.sh_9 {
	opacity: 0.9;
}
.sh_9:hover {
	opacity: 1;
}
.sh_9_3 {
	opacity: 0.93;
}
.sh_9_3:hover {
	opacity: 1;
}
.sh_9_5 {
	opacity: 0.95;
}
.sh_9_5:hover {
	opacity: 1;
}
.sh_9_6 {
	opacity: 0.96;
}
.sh_9_6:hover {
	opacity: 1;
}
.sh_9_8 {
	opacity: 0.98;
}
.sh_9_8:hover {
	opacity: 1;
}
.font_5 {
	font-size: 5px !important;
}
.font_8 {
	font-size: 8px !important;
}
.font_9 {
	font-size: 9px !important;
}
.font_10 {
	font-size: 10px !important;
}
.font_11 {
	font-size: 11px !important;
}
.font_12 {
	font-size: 12px !important;
}
.font_12_temp {
	font-size: 12px !important;
}
.font_13 {
	font-size: 13px !important;
}
.font_13_temp {
	font-size: 13px !important;
}
.font_14, .font_14_temp {
	font-size: 14px !important;
}
.font_15_temp {
	font-size: 15px !important;
}
.font_14_11_temp {
	font-size: 14px;
}
.font_14n {
	font-size: 14px;
}
.font_15n {
	font-size: 15px;
}
.font_15, .font_15_temp {
	font-size: 15px !important;
}
.font_16,.font_16_temp_p1 {
	font-size: 16px !important;
}
.font_17, .font_17_temp {
	font-size: 17px !important;
}
.font_17_15_temp {
	font-size: 17px !important;
}
.font_18 {
	font-size: 18px !important;
}
.font_19 {
	font-size: 19px !important;
}
.font_20 {
	font-size: 20px !important;
}
.font_22 {
	font-size: 22px;
}
.font_24 {
	font-size: 24px !important;
}
.font_26 {
	font-size: 26px !important;
}
.font_28 {
	font-size: 28px;
}
.font_30 {
	font-size: 30px !important;
}
.font_32 {
	font-size: 32px !important;
}
.font_34 {
	font-size: 34px !important;
}
.font_35 {
	font-size: 35px !important;
}
.font_36 {
	font-size: 36px !important;
}
.font_38 {
	font-size: 38px !important;
}
.font_40 {
	font-size: 40px !important;
}
.font_40_temp {
	font-size: 40px !important;
}
.font_42 {
	font-size: 42px !important;
}
.font_43 {
	font-size: 43px !important;
}
.font_45 {
	font-size: 45px !important;
}
.font_50 {
	font-size: 50px !important;
}
.font_55 {
	font-size: 55px !important;
}
.font_60 {
	font-size: 60px !important;
}
.font_70 {
	font-size: 70px !important;
}
.font_80 {
	font-size: 80px !important;
}
.font_100 {
	font-size: 100px !important;
}
.font_1_2em {
	font-size: 1.2em !important;
}
.font_1_5em {
	font-size: 1.5em !important;
}
.font_2em {
	font-size: 2em !important;
}
.font_2_5em {
	font-size: 2.5em !important;
}
.font_3em {
	font-size: 3em !important;
}
.font_3_5em {
	font-size: 3.5em !important;
}
.font_4em {
	font-size: 4em !important;
}
.font_5em {
	font-size: 5em !important;
}
.font_6em {
	font-size: 6em !important;
}
.font_7em {
	font-size: 7em !important;
}
.font_9em {
	font-size: 9em !important;
}
.font_bold {
	font-weight: bold;
}
.font_b300 {
	font-weight: 300;
}
.font_b400 {
	font-weight: 400;
}
.font_b500 {
	font-weight: 500;
}
.font_b600 {
	font-weight: 600;
}
.font_b700 {
	font-weight: 700;
}
.font_bold {
	font-weight: bold;
}
.color_white {
	color:#fff !important;
}
.hover2, .hover_2 {
	transition: .2s ease-in-out;
}
.disabled {
	pointer-events: none;
}
.enable {
	pointer-events: inherit;
}
.pos_fixed {
	position: fixed;
}
.pos_abs,.pos_abs_st,.pos_abs_p1 {
	position: absolute;
}
.float_r {
	float: right;
}
.full_width_b {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.align_center {
	text-align: center;
}
.zindex {
	z-index: 99999;
} 
.mt_1 {
	margin-top:1px !important;
}
.mt_2 {
	margin-top:2px !important;
}
.mt_3 {
	margin-top:3px !important;
}
.mt_5 {
	margin-top:5px !important;
}
.mt_5_temp {
	margin-top:5px !important;
}
.mt_7 {
	margin-top:7px !important;
}
.mt_10 {
	margin-top:10px !important;
}
.mt_15 {
	margin-top:15px !important;
}
.mt_20 {
	margin-top:20px !important;
}
.mt_25 {
	margin-top:25px !important;
}
.mt_30 {
	margin-top:30px !important;
}
.mt_35 {
	margin-top:35px;
}
.mt_40 {
	margin-top:40px !important;
}
.mt_50 {
	margin-top:50px !important;
}
.mt_80 {
	margin-top:80px !important;
}
.mb_m5 {
	margin-bottom: -5px;
}
.mb_0 {
	margin-bottom:0px !important;
}
.mb_2 {
	margin-bottom:2px !important;
}
.mb_3 {
	margin-bottom:3px !important;
}
.mb_5 {
	margin-bottom:5px !important;
}
.mb_7 {
	margin-bottom:7px !important;
}
.mb_10 {
	margin-bottom:10px !important;
}
.mb_15 {
	margin-bottom:15px !important;
}
.mb_20 {
	margin-bottom:20px !important;
}
.mb_25 {
	margin-bottom:25px !important;
}
.mb_30 {
	margin-bottom:30px !important;
}
.mb_40 {
	margin-bottom:40px !important;
}
.flexbox {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.flexbox_tab {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flexbox_st,.flexbox_p1,.flexbox_p2,.flexbox_p3,.flexbox_p4 {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.flexbox_gc, .flexbox_xc {
	justify-content: center;
}
.flexbox_vc,.flexbox_yc {
    align-items: center;
}
.flexboxpos_rev {
    flex-flow: row-reverse;
}
.flexbox_force_center {
	
}
.flexboxpos, .flexbox_pos {
	justify-content: space-between;
}
.flex_gap {
	gap: 0.5rem;
}
.flex_gap_1 {
	gap: 1rem;
}
.flex_gap_2 {
	gap: 2rem;
}
.flex_gap_3 {
	gap: 3rem;
}
.padd_0 {
	padding: 0px !important;
}
.padd_1 {
	padding: 1px !important;
}
.padd_2 {
	padding: 2px !important;
}
.padd_3 {
	padding: 3px !important;
}
.padd_4 {
	padding: 4px !important;
}
.padd_40_10 {
	padding: 40px 10px !important;
}
.padd_5 {
	padding: 5px !important;
}
.padd_6 {
	padding: 6px !important;
}
.padd_7 {
	padding: 7px !important;
}
.padd_8 {
	padding: 8px !important;
}
.padd_9 {
	padding: 9px !important;
}
.padd_10 {
	padding: 10px !important;
}
.padd_1_5 {
	padding: 1px 5px !important;
}
.padd_2_5 {
	padding: 2px 5px !important;
}
.padd_2_10 {
	padding: 2px 10px !important;
}
.padd_2_15 {
	padding: 2px 15px !important;
}
.padd_3t {
	padding: 3px 0px 3px 0px;
}
.padd_3_1 {
	padding: 3px 1px;
}
.padd_3_5 {
	padding: 3px 5px !important;
}
.padd_5t {
	padding: 5px 0px 5px 0px;
}
.padd_5x {
	padding: 0px 5px 0px 5px;
}
.padd_x2 {
	padding: 0px 2px !important;
}
.padd_x3 {
	padding: 0px 3px !important;
}
.padd_x5 {
	padding: 0px 5px !important;
}
.padd_5_temp {
	padding: 5px !important;
}
.padd_x7 {
	padding: 0px 7px !important;
}
.padd_y7 {
	padding: 7px 0px !important;
}
.padd_b5 {
	padding-bottom: 5px !important;
}
.padd_b10 {
	padding-bottom: 10px !important;
}
.padd_b50 {
	padding-bottom: 50px !important;
}
.padd_7n {
	padding: 7px;
}
.padd_10n {
	padding: 10px;
}
.padd_12 {
	padding: 12px !important;
}
.padd_14 {
	padding: 14px !important;
}
.padd_n15 {
	padding: 15px;
}
.padd_15 {
	padding: 15px !important;
}
.padd_20 {
	padding: 20px !important;
}
.padd_b20 {
	padding-bottom: 20px !important;
}
.padd_25 {
	padding: 25px !important;
}
.padd_30 {
	padding: 30px !important;
}
.padd_b30 {
	padding-bottom: 30px !important;
}
.padd_t10 {
	padding-top: 10px !important;
}
.padd_t15 {
	padding-top: 15px !important;
}
.padd_t20 {
	padding-top: 20px !important;
}
.padd_t35 {
	padding-top: 35px !important;
}
.padd_t40 {
	padding-top: 40px !important;
}
.padd_vl2 {
	padding: 2px 2px 2px 0px;
}
.padd_vl5 {
	padding: 5px 5px 5px 0px;
}
.padd_5_15 {
	padding: 5px 15px !important;
}
.padd_7_15 {
	padding: 7px 15px !important;
}
.padd_15_7 {
	padding: 15px 7px !important;
}
.padd_10_15 {
	padding: 10px 15px !important;
}
.padd_10_30 {
	padding: 10px 30px !important;
}
.padd_10_40 {
	padding: 10px 40px;
}
.padd_12_70 {
	padding: 12px 70px;
}
.padd_c10 {
	padding: 10px 20px !important;
}
.padd_d10 {
	padding: 10px 30px !important;
}
.padd_e10 {
	padding: 10px 40px !important;
}
.padd_c1_2 {
	padding: 1px 2px !important;
}
.padd_c1_3 {
	padding: 1px 3px !important;
} 
.padd_c2 {
	padding: 2px 6px !important;
}
.padd_3_7 {
	padding: 3px 7px !important;
}
.padd_c3_7 {
	padding: 3px 7px !important;
}
.padd_c3_25 {
	padding: 3px 25px !important;
}
.padd_c5, .padd_5_10 {
	padding: 5px 10px !important;
}
.padd_c5_15 {
	padding: 5px 15px !important;
}
.padd_c5_20, .padd_5_20 {
	padding: 5px 20px !important;
}
.padd_c10_30 {
	padding: 10px 30px !important;
}
.padd_c0 {
	padding: 0 7px !important;
}
.padd_0_3 {
	padding: 0 3px !important;
}
.padd_c7_5 {
	padding: 7px 15px !important;
}
.padd_7_3 {
	padding: 7px 3px !important;
}
.padd_7_30 {
	padding: 7px 30px !important;
}
.padd_7_10 {
	padding: 7px 10px !important;
}
.padd_7_2 {
	padding: 7px 2px !important;
}
.padd_c7_15 {
	padding: 7px 15px !important;
}
.padd_7_5 {
	padding: 7px 5px;
}
.padd_12_7 {
	padding: 12px 7px !important;
}
.padd_10_20 {
	padding: 10px 20px !important;
}
.padd_5_7 {
	padding: 5px 7px !important;
}
.padd_5_30 {
	padding: 5px 30px !important;
}
.padd_15_30 {
	padding: 15px 30px !important;
}
.padd_15_50 {
	padding: 15px 50px !important;
}
.padd_15_5 {
	padding: 15px 5px !important;
}
.padd_20_5 {
	padding: 20px 5px !important;
}
.padd_20_7 {
	padding: 20px 7px !important;
}
.padd_30_5 {
	padding: 30px 5px !important;
}
.padd_10_5 {
	padding: 10px 5px !important;
}
.padd_10_0 {
	padding: 10px 0px !important;
}
.padd_7_0 {
	padding: 7px 0px !important;
}
.padd_10_7 {
	padding: 10px 7px !important;
}
.padd_h2 {
	padding: 5px 3px 10px 3px !important;
}
.padd_vl5 {
	padding: 5px 5px 5px 0px;
}
.padd_l2 {
	padding-left: 2px;
}
.padd_l5 {
	padding-left: 5px;
}
.padd_l7 {
	padding-left: 7px;
}
.padd_l10 {
	padding-left: 10px !important;
}
.padd_l40 {
	padding-left: 40px !important;
}
.padd_r2 {
	padding-right: 2px;
}
.padd_r5 {
	padding-right: 5px;
}
.padd_r40 {
	padding-right: 40px !important;
}
.padd_t5 {
	padding-top: 5px;
}
.padd_t10 {
	padding-top: 10px;
}
.padd_b150 {
	padding-bottom: 150px !important;
}
.padd_b130 {
	padding-bottom: 130px !important;
}
.padd_b120 {
	padding-bottom: 120px !important;
}
.padd_b100 {
	padding-bottom: 100px !important;
}
.padd_b70 {
	padding-bottom: 70px !important;
}
.min_w250 {
	min-width: 250px;
}
.max_w400 {
	max-width: 400px;
}
.max_w500 {
	max-width: 500px;
}
.hbutton { 
	outline: none;
	background: none;
	border: none;
	outline: none;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	border-radius: 4px;
}
/*=====================================
  Progress
=======================================*/
#progress {
  pointer-events: none;
}
#progress .bar {
	background-color: #ffcc33;
	position: fixed;
	z-index: 1031;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
}
#progress .peg {
	display: block;
	position: absolute;
	right: 0px;
	width: 100px;
	height: 100%;
	box-shadow: 0 0 10px #ffcc33, 0 0 5px #ffcc33;
	opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}
/*=====================================
  POP WINDOW
=======================================*/
.pop {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    border: 1px solid #383838;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22), 0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22), 0 19px 60px rgba(0,0,0,.3);
    -webkit-animation: fade .5s;
    -moz-animation: fade .5s;
    animation: fade .5s;
}
.pop_index5 {
    z-index: 5;
}
.pop_index1 {
    z-index: 1;
}
.pop_index1d {
    z-index: -1;
}
.pop_index10 {
    z-index: 10;
}
.pop_index100 {
    z-index: 100 !important;
}
.pop_notice {
	position: relative;
    margin: 0 auto;
    z-index: 2;
    top: 0px;
	overflow-y: auto;
    max-height: 94%;
}
.pop_effect .pop_main {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	transition: all 0.15s;
}
.pop_show.pop_effect .pop_main {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.pop_modal {
	position:fixed;
	top:0px;
	left:0px;
	width:100vw;
	overflow: auto;
    max-height: 100vh;
	min-height: 100vh;
	align-items: center;
}
.pop_pos {
	min-height: 100vh;
}
.pop_show {
	visibility: visible;
	z-index: 50;
}
.pop_overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 20;
	opacity: 9;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.7);
}
.pop_close_win {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
}
.pop_show ~ .pop_overlay {
	opacity: 1;
	visibility: visible;
}
.pop_body {
    font-size: 13px;
    color: #4a5b6a;
    line-height: 1.4em;
	position: relative;
}
.pop_overflow {
	overflow-y: auto;
    overflow-x: hidden;
}
.pop_dark {
    background-color: #141b21;
}
.pop_head { 
	padding: 20px 30px 10px 30px;
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    line-height: 1.4em;
    border-radius: 5px 5px 0px 0px;
}
.pop_bg {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    backdrop-filter: blur(3px);
}
.pop_main {
	background-color: #ffffff;
    box-shadow: 0 0 10px #000;
    position: relative;
	margin-top: 2em;
    margin-bottom: 4em;
	border-radius: 2px;
}
/**/
.ulcl {
	padding-left: 0;
	margin: 0px;
}
.ul_block {
	line-height: 1.2em;
}
.licl {
	list-style-type: none;
	margin: 0px;
}
.m0 {
	margin: 0px !important;
}
.m1 {
	margin: 1px;
}
.m2 {
	margin: 2px !important;
}
.m3 {
	margin: 3px !important;
}
.m5 {
	margin: 5px !important;
}
.line_0 {
	line-height: 0;
}
.line_p03 {
	line-height: 0.3 !important;
}
.line_p05 {
	line-height: 0.5;
}
.line_p08 {
	line-height: 0.8 !important;
}
.line_1 {
	line-height: 1 !important;
}
.line_1_1 {
	line-height: 1.1;
}
.line_p {
	line-height: 1.2em;
}
.line_p5 {
	line-height: 1.5;
}
.line_e1 {
	line-height: 1em;
}
.line_e1_2 {
	line-height: 1.2em !important;
}
.line_e1_3 {
	line-height: 1.3em;
}
.line_e1_4 {
	line-height: 1.4em;
}
.line_e1_5 {
	line-height: 1.5em;
}
.line_e1_6 {
	line-height: 1.6em;
}
.line_e1_7 {
	line-height: 1.7em;
}
.line_e1_8 {
	line-height: 1.8em;
}
.line_e2_0 {
	line-height: 2.0em;
}
.line_e2_5 {
	line-height: 2.5em;
}
.line_24 {
	line-height: 24px !important;
}
.input {
	background: #fff none repeat scroll 0 0;
    border: 1px solid #ededed;
    padding: 15px !important;
	margin-bottom: 5px !important;
    width: 100%;
}
.input_default {
	
}
.li_color {
	color: #969da3;
    padding: 10px 2px 3px 2px;
	font-family: var(--palette-vk-font,-apple-system,BlinkMacSystemFont,'Roboto','Helvetica Neue',Geneva,"Noto Sans Armenian","Noto Sans Bengali","Noto Sans Cherokee","Noto Sans Devanagari","Noto Sans Ethiopic","Noto Sans Georgian","Noto Sans Hebrew","Noto Sans Kannada","Noto Sans Khmer","Noto Sans Lao","Noto Sans Osmanya","Noto Sans Tamil","Noto Sans Telugu","Noto Sans Thai",arial,Tahoma,verdana,sans-serif);
	font-size: 14px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.button_class {
	position: relative;
	outline: none;
	background: none;
	border: none;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	word-break: normal;
    white-space: nowrap;
	transition: .2s ease-in-out;
}
.button_class.lightgreen {
	background-color: rgb(133 201 50);
    color: rgb(255, 255, 255);
    text-shadow: 0px 1px #63a617;
}
.button_class:hover.lightgreen {
    background-color: rgb(140 213 52);
    color: white;
}
.min_w60 {
	min-width:60px;
}
.min_w100 {
	min-width:100px;
}
.min_w130 {
	min-width:130px;
}
.min_w150 {
	min-width:150px;
}
.min_w200 {
	min-width:200px;
}
.min_w250 {
	min-width:250px;
}
.min_w300 {
	min-width:300px;
}
.min_w350 {
	min-width:350px;
}
.min_w400 {
	min-width:400px;
}
.min_w450 {
	min-width:450px;
}

.max_w100p {
	max-width: 100%;
}
.max_w50 {
	max-width:50px;
}
.max_w80 {
	max-width:80px;
}
.max_w90 {
	max-width:90px;
}
.max_w150 {
	max-width:150px;
}
.max_w180 {
	max-width:180px;
}
.max_w200 {
	max-width:200px;
}
.max_w250 {
	max-width:250px;
}
.max_w300 {
	max-width:300px;
}
.max_w400 {
	max-width:400px;
}
.max_w500 {
	max-width:500px;
}
.max_w600 {
	max-width:600px;
}
.max_w700 {
	max-width:700px;
}
.min_h30 {
	min-height: 30px;
}
.min_h40 {
	min-height: 40px;
}
.min_h50 {
	min-height: 50px;
}
.min_h60 {
	min-height: 60px;
}
.min_h70 {
	min-height: 70px;
}
.min_h100 {
	min-height: 100px;
}
.min_h150 {
	min-height: 150px;
}
.min_h200 {
	min-height:200px;
}
.max_h200 {
	max-height:200px;
}
.max_h300 {
	max-height:300px;
}
.min_h400 {
	min-height:400px;
}
.button_def2 {
    line-height: 1.5;
    font-size: .9rem;
    padding: 7px 30px;
	cursor: pointer;
    border-radius: 4px;
	text-align: center;
	font-weight: 400;
	box-shadow: rgb(0 0 0 / 7%) 0px 1px 2px 0px, rgb(0 0 0 / 5%) 0px 0px 2px 0px;
	font-family: 'Rubik',sans-serif;
}
.button_class.lightblue {
    background-color: rgb(117 162 194);
    color: rgb(255, 255, 255);
	text-shadow: 0px 1px #176da6;
}
.button_class:hover.lightblue {
    background-color: rgb(107 158 194);
    color: white;
}
.color2_note {
    color: #e2e2e2;
}
.br0 {
	border-radius: 0px !important;
}
.br5 {
	border-radius: 5px;
}
.br8 {
	border-radius: 8px;
}
.brb5 {
	border-radius: 0px 0px 5px 5px;
}
.page_block {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
    border-radius: 4px;
    box-shadow: #d5dce1 0px 2px 0px 0px, #e4e4e6 0px 0px 0px 1px;
    margin-bottom: 7px;	
}
.cursor { }
.cursor:hover { cursor: pointer; }
.admin_login {
	background: #eee;
}
.color_yell {
	color: #b5a80e;
}
.color_lblue {
	color: #84a8c7;
}
.color_gblue {
	color: #848d94;
}
.color_ggreen {
	color: #4eaf6a;
}
.color_note {
	color: #9b9b9b;
}
.color2_note {
    color: #e2e2e2;
}
.def_color_w {
	color: #ffffff;
}
.def_color_w2 {
	color: #dadada;
}
.def_color {
	color: #c3c3c3;
}
.def2_color {
	color: #5f5f5f;
}
.def3_color {
	color: #394550;
}
.def4_color {
	color: #40454a;
}
.s_avatar {
    box-sizing: content-box;
    object-fit: cover;
    overflow: hidden;
}
.review_block {
	border: 1px solid #ccc;
	border-radius: 7px;
	padding: 20px;
}
.custom_content {
    padding: 100px 20px 50px 20px;
	min-height: calc(100vh - 85px);
	max-width: 1200px;
    margin: 0 auto;
}
textarea {
  resize: vertical;
  min-height: 150px;
}
.bodybg {
    background-color: #fff;
	/*border-radius: 2px;*/
}
.block_centered {
	margin: 0 auto !important;
}
.pos_fz {
	position: fixed;
}
.block_r4 {
	background-color: #191919;
	background-color: rgb(25 25 25 / 80%);
    color: #e2e2e2;
}
.zi2 {
	z-index: 2;
}