/***********************
    1.BASIC
    2.HELPER
    3.NAVBAR
    4.HOME
    5.ABOUT 
    6.SERVICES
    7.CLIENT
    8.WORK
    9.CONTACT
    10.FOOTER
    11.RESPONSIVE
************************/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600|Nunito:400,600,700');

/*======================
        1.BASIC
========================*/

body {
    font-family: 'Nunito', sans-serif;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

a,
a:hover,
a:focus,
button,
button:focus {
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}

::selection {
    background: rgba(166, 175, 189, 0.3);
}

::-moz-selection {
    background: rgba(166, 175, 189, 0.3);
}
a.text-dark:focus, a.text-dark:hover {
    color: #e65f78!important;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999999;
}

#status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
}

.spinner {
    margin: 0 auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 5px solid rgba(0, 0, 0, 0.2);
    border-right: 5px solid rgba(0, 0, 0, 0.2);
    border-bottom: 5px solid rgba(0, 0, 0, 0.2);
    border-left: 5px solid #000;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.spinner,
.spinner:after {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.back_top {
    text-align: center;
    position: fixed;
    bottom: 15px;
    height: 35px;
    width: 35px;
    display: none;
    z-index: 10000;
    border-radius: 3px;
    right: 20px;
    transition: all 0.5s;
}

.back_top i {
    color: #fff;
    line-height: 35px;
    font-size: 32px;
    display: block;
}


/*==========================
        2.HELPER
============================*/

.section {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    background-color: #fff;
}
section .faq {
    padding-top: 0px;
}
.h-100vh {
    height: 100vh;
}

.z-index {
    z-index: 2;
}

.clippath_none {
    clip-path: none !important;
}

.section-subtitle {
    max-width: 500px;
}

.btn {
    padding: 15px 32px;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.5s;
    letter-spacing: 0.6px;
    color: #fff;
    box-shadow: none !important;
    text-transform: uppercase;
    outline: none !important;
}

.btn-round {
    border-radius: 30px;
}

.btn-custom{
    border:1px solid;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open > .dropdown-toggle.btn-custom {
    color: #f3f3f3;
}

.btn-outline-custom {
    border: 2px solid #f5f5f5;
}

.btn-outline-custom:hover,
.btn-outline-custom:focus,
.btn-outline-custom:active,
.btn-outline-custom.active,
.btn-outline-custom.focus,
.btn-outline-custom:active,
.btn-outline-custom:focus,
.btn-outline-custom:hover,
.open > .dropdown-toggle.btn-outline-custom {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

.bg-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


/*==========================
        3.NAVBAR CUSTOM
============================*/

.custom-nav {
    background-color: transparent;
    padding: 5px 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 98;
    margin-bottom: 0px;
    transition: all 0.5s ease-in-out;
}

.custom-nav .navbar-nav li a {
    color: #fff !important;
    font-size: 18px;
    background-color: transparent !important;
    margin: 0 7px;
    letter-spacing: 0.05em;
    line-height: 24px;
    transition: all 0.5s;
    font-weight: 500;
}

.custom-nav .navbar-brand .logo-light,
.custom-nav .navbar-brand .logo-dark {
    height: 80px;
}

.logo .logo-light {
    display: inline-block;
}

.stickyadd .logo .logo-dark {
    display: inline-block;
}

.stickyadd .logo .logo-light {
    display: none;
}

.logo .logo-dark {
    display: none;
}

.custom-nav .navbar-brand {
    color: #fff !important;
    text-transform: uppercase;
}

.custom-nav .navbar-toggler {
    color: #fff;
    font-size: 35px;
    padding: 0px;
}

.custom-nav.stickyadd {
    background-color: #fff !important;
    box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.050980392156862744);
    padding: 0px 0px;
}

.custom-nav.stickyadd .navbar-nav li a {
    color: #000 !important;
}


/*===========================
        4.HOME
=============================*/

.header-bg-img {
    background-image: url(../images/header-bg.jpg);
    position: relative;
    background-size: cover;
    background-position: center center;
}

.header-content {
    max-width: 800px;
}

.header-table-center {
    display: table-cell;
    vertical-align: middle;
}

.header-table {
    display: table;
    width: 100%;
    height: 100%;
}

.header-name {
    font-size: 54px;
}

.header-desc {
    max-width: 500px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.75) !important;
}

.scroll_down {
    position: absolute;
    bottom: 5vh;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 13px;
    z-index: 8;
}

.scroll_down svg {
    position: relative;
    -webkit-animation: bounce 2s infinite; 
    animation: bounce 2s infinite; 
/*    height: 44px;
    width: 28px;
    line-height: 54px;*/
  /*  border-radius: 30px;
    border: 2px solid #ffffff;*/
    display: inline-block;
    color: #fff;
    font-size: 10px;
}

.scroll_down svg:after {
  /*  content: "";*/
    position: absolute;
    top: 22px;
    left: 11px;
    border-radius: 2px;
    z-index: -1;
    bottom: 0px;
    transition: all .2s;
    height: 10px;
    width: 3px;
    background: #fff;
}

/*HOME 4*/

.curv-img {
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 1;
}

.curv-img svg {
    display: block;
}

/*HOME 7*/

.clip-home {
    clip-path: polygon(0 0, 100% 0, 100% 83%, 50% 100%, 0 83%);
    position: relative;
}

/*DEMO 16*/

.wave_sec {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.wave_sec svg {
  height: 180px;
}

/*===========================
        5.ABOUT
=============================*/

.about-social li a {
    color: #000;
    display: inline-block;
    height: 42px;
    width: 42px;
    font-size: 20px;
    border-radius: 50%;
    border: 2px solid #d4d4d4;
    line-height: 38px;
    transition: all 0.5s;
    text-align: center;
}


/*===========================
        6.SERVICES
=============================*/

.services-boxes {
    border: 1px solid #e8e8e8;
}

.services-boxes .services-boxes-icon i {
    font-size: 44px;
}

.services-boxes .services-title-border {
    height: 2px;
    width: 40px;
    margin: 15px auto;
    transition: all 0.5s;
}

.services-boxes:hover .services-title-border {
    width: 60px;
}

.service-box {
    border: 1px solid #eaeaea;
    border-radius: 8px;
}

.services-boxes h5 {
    font-weight: 600;
}

.service-box .service-content h5 {
    font-size: 20px;
    font-weight: 700;
}

.service-box .service-content p {
    font-size: 15px;
}


/*===========================
        7.CLIENT
=============================*/

.testi_boxes {
    max-width: 750px;
}

.client_review {
    font-size: 18px;
}

.client_name {
    font-size: 16px;
}

.testi_boxes .tam_testi_icon {
    font-size: 50px;
}

.owl-theme .owl-controls .owl-page {
    margin: 20px 0px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 6px;
    margin: 5px 4px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    transition: all 0.5s;
}

.owl-theme .owl-controls .owl-page.active span {
    width: 20px;
}


/*===========================
        8.WORK
=============================*/

.work_menu li a {
    cursor: pointer;
    display: block;
    color: #000;
    border-radius: 30px;
    letter-spacing: 0.03em;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 14px;
    padding: 6px 16px;
    transition: all 0.5s;
    margin-top: 5px;
}

.work_menu a.active,
.work_menu a:hover {
    color: #fff !important;
}

.work_item {
    position: relative;
    padding: 15px;
}

.work_box {
    overflow: hidden;
    position: relative;
}

.work_box .work_img {
    position: relative;
    overflow: hidden;
}

.work_box .work_img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.work_box .work_img>img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
}

.work_box .work_detail {
    opacity: 0;
    color: #ffffff;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    overflow: hidden;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.work_box .work_detail h4 {
    font-size: 18px;
}

.work_box .work_detail p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

.work_box:hover .work_detail {
    top: 50%;
    transform: translate(0, -50%);
    opacity: 1;
}

.work_box:hover .work_img:after {
    background: rgba(0, 0, 0, 0.8);
}

.work_box:hover .work_img>img {
    transform: scale(1.05);
}


/*=========================
        9.CONTACT
===========================*/

.form-kerri .form-control {
    box-shadow: none !important;
    height: 50px;
    border: 2px solid #e0e0e0;
}

.form-kerri textarea.form-control {
    height: auto;
}

.contact_detail-title {
    font-size: 18px;
}

.error {
    margin: 8px 0px;
    display: none;
    color: red;
}

.error_msg {
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    color: red;
    font-weight: 700;
}

.gig_loader {
    display: none;
}

#success_msg {
    text-align: center;
    margin-bottom: 20px;
}

#success_msg h3 {
    color: #0dba26;
    font-size: 22px;
}


/*======================
        10.FOOTER
========================*/

.footer {
    /*padding: 70px 0px 15px 0px;
    background-color: #242424 !important;*/
}

.footer .footer-alt p {
    font-size: 16px;
}

.footer .footer-alt ul li a {
    border-radius: 50%;
    transition: all 0.5s;
    background-color: rgba(241, 241, 241, 0.08);
    width: 42px;
    height: 42px;
    display: block;
    font-size: 18px;
    line-height: 42px;
    text-align: center;
}


/*===========================
        11.RESPONSIVE
=============================*/

@media (min-width: 200px) and (max-width: 768px) {

    .custom-nav {
        background-color: transparent/*#fff !important*/;
        padding: 10px 0px !important;
    }
    .custom-nav .container {
        width: 85%;
    }
    .custom-nav .navbar-toggler {
        color: #000;
        font-size: 45px;
        border: none;
    }
    .custom-nav .logo .logo-dark {
        display: inline-block;
    }
    .custom-nav .navbar-brand .logo-light, .custom-nav .navbar-brand .logo-dark {
    height: 74px;
    margin-top: -11px;
    margin-left: -20px;
    }
    .custom-nav .navbar-nav li a {
        color: rgba(0, 0, 0, 0.6) !important;
    }
    .custom-nav .logo .logo-light {
        display: none;
    }
div#navbarCollapse {
    background: #fff;
    padding: 10px;
}
    .h-100vh {
        /*height: auto;*/
        padding: 120px 0 140px;
    }
.h-100vh {
    height: 90vh;
}
    .header-bg-img {
        /*clip-path: none;*/
        padding: 120px 0 140px;
        margin-top: 0px;
    background-image: url(../images/header-bg-m.jpg);
    position: relative;
    background-size: cover;
    background-position: center center;
    }
    .wave-home.h-100vh{
        height: auto;
        padding: 120px 0 190px;
    }
    .custom-nav .navbar-nav li a {
        margin: 0 0px;
        line-height: 15px;
    }
    .header-name {
        font-size: 28px;
    }
    .clip-home{
        clip-path: none;
    }
    
    
    
.navbar2 {
    background-image: url(../images/header-bg.jpg);
    /*position: relative;*/
    background-position-y: 608px;
    /* background-position-x: 5px; */
    background-size: 100%;
    /* background-size: cover; */
    /* background-position: center center; */
}
    
}

@media (max-width: 2560px) {
    .home-bg .curv-img {
        bottom: -5px;
    }
}

#color-switcher div h3 {
    font-size: 16px;
    margin: 8px 3px 12px
}

#color-switcher {
    background: none repeat scroll 0 0 #ffff;
    box-shadow:0px 0px 14px 0 rgba(0, 0, 0, .08);
    left: -189px;
    position: fixed;
    top: 17%;
    width: 189px;
    z-index: 9999;
    padding: 10px 5px
}

#color-switcher div {
    padding: 5px 10px
}

#color-switcher .bottom {
    background: none repeat scroll 0 0 #fff;
    color: #252525;
    padding: 0
}

#color-switcher .bottom a.settings {
    background: none repeat scroll 0 0 #2b2424;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, .08);
    display: block;
    height: 41px;
    position: absolute;
    right: -40px;
    top: 0;
    width: 40px;
    padding: 3px
}

#color-switcher .bottom a {
    text-decoration: none
}

#color-switcher .bottom a.settings i {
    margin-left: 5px;
    color: #fff;
    font-size: 24px;
    position: absolute
}

ul.pattern {
    list-style: none outside none;
    margin: 0 0 0;
    overflow: hidden;
    padding: 0;
    border-radius: 0
}

ul.pattern li {
    float: left;
    margin: 2px
}

ul.pattern li a {
    cursor: pointer;
    display: block;
    height: 35px;
    width: 35px;
    border-radius: 16px 16px 0;
    margin: 5px
}

ul.pattern .color1 {
    background: #e65f78;
}

ul.pattern .color2 {
    background: #37b8df;
}

ul.pattern .color3 {
    background: #31b164;
}

ul.pattern .color4 {
    background: #5d69f6;
}

ul.pattern .color5 {
    background: #87ceeb;
}

ul.pattern .color6 {
    background:#f2b31a;
}
.gallery {
    background: #000;
    padding-bottom: 30px;
    padding-top: 30px;
}
.img-responsive {
    width: 100%;
}
img {
    vertical-align: middle;
    border-style: none;
}
.title_product_in_category {
    min-height: 48px;
}
.white {
    color:#fff;
}
.field {display:none}
section.breadcrumb {
    /*background-image: url(../images/breadcrumb.jpg);*/
    position: relative;
/*    background-size: cover;
    background-position: center center;*/
    padding-top: 120px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.breadcrumb {
    background-color: transparent;
}
.price {
    color: #e65f78;
    font-weight: 700;
    font-size: 22px;
}
.ms2_product:hover {
    border: 2px solid #337dff;
}

@media only screen and (max-width:479px) {
    #color-switcher {
        display: none
    }
}



.ac-container{

	margin: 10px auto 30px auto;
	text-align: left;
}
.ac-container label{
	font-family: 'Nunito', sans-serif;
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 42px;
	cursor: pointer;
	color: #777;
	line-height: 33px;
	font-size: 19px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover{
	background: #fff;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: #e65f78;
	color: #fff;
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../images/icon/arrow_down.png) no-repeat center center;	
}
.ac-container input:checked + label:hover:after{
	background-image: url(../images/icon/arrow_up.png);
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
/*	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;*/
}
.ac-container article p{
	color: #333;
	font-size: 18px;
}
.ac-container input:checked ~ article{
/*	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;*/
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small{
    height: 100%;
    margin-bottom: 15px;
	padding: 20px;
}

h3.title_footer {
    color: #ccc;
    margin-bottom: 40px;
    margin-top: 25px;
}
.menu-links li {
    padding: 10px 0px;
}
ul.menu-links {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}
footer a {
    color: #ccc;
}
.phone_footer {
    font-size: 17px;
    margin-bottom: 15px;
}
.email_footer {
    font-size: 17px;
    margin-bottom: 15px;
}
.adres_footer {
    color: #ccc;
    font-size: 17px;
}
.footer-alt {
    border-top: 1px solid #6c757d;
}
section.section_gallery {
    padding-bottom: 0px;
}
/*h1.header-name {
    color: #ccc;
}
*/
.navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox!important;
    /*display: flex!important;*/
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    z-index: 99999;
}
section  rew{
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: -90px;
    position: relative;
    background-color: #fff;
}







.color-secondary, button.color-secondary {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 5px 30px;
    border-radius: 500px;
    display: inline-block;
    font-weight: 500;
    transition: all .4s ease-in-out;
    background: #337dff;
    border: 2px solid #337dff;
}
.color-secondary:hover, button.color-secondary:hover {
    background: #fff;
    color: #337dff;
}


.color-secondary2, button.color-secondary2 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 5px 30px;
    border-radius: 500px;
    display: inline-block;
    font-weight: 500;
    transition: all .4s ease-in-out;
    background: #e65f78;
    border: 2px solid #e65f78;
    cursor: pointer;
}
.color-secondary2:hover, button.color-secondary2:hover {
    background: #fff;
    color: #e65f78;
}

.color-secondary3, button.color-secondary3 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 5px 30px;
    border-radius: 500px;
    display: inline-block;
    font-weight: 500;
    transition: all .4s ease-in-out;
    background: #ccc;
    border: 2px solid #ccc;
}
.color-secondary3:hover, button.color-secondary3:hover {
    background: #fff;
    color: #e65f78;
}



/*-----------------------
	video part
-------------------------*/

.video-section-full-v2{
	position:relative;
	z-index:1;
/*	margin-top: 40px;
	margin-bottom: 70px;*/
}
.video-section-full-v2:after{
	position:absolute;
	content:'';
	left:0px;
	top:-40px;
	width:40%;
	height:calc(100% + 80px);
	/*background-color:#f7c51e;*/
	z-index:-1;
}
.video-section-full{
	padding: 60px 40px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	bottom: -120px;
	margin-top: -100px;
}

.video-section-full-v2 .video-section-full{
	padding: 101px 0px 140px 300px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	bottom:0px;
	margin-top: 0px;
	/*margin-left:40px;*/
}

.video-section-full {
    height: 305px;
}


.video-section-full .overlay-main{
	z-index:-1;
}
.video-section-full:after,
.video-section-full:before,
.video-section-inner:after,
.video-section-inner:before{
	content:"";
	position:absolute;
	background-color:#fff;
	
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	overflow:hidden;	
}
.video-section-full:after{
	width:30px;
	height:2px;
	left:20px;
	top:20px;		
}
.video-section-full:before{
	width:2px;
	height:30px;
	left:20px;
	top:20px;		
}
.video-section-full:hover:after{
	width:100%;
}
.video-section-full:hover:before{
	height:100%;
}


.video-section-inner:after{
	width:30px;
	height:2px;
	right:20px;
	bottom:20px;		
}
.video-section-inner:before{
	width:2px;
	height:30px;
	right:20px;
	bottom:20px;		
}
.video-section-full:hover .video-section-inner:after{
	width:100%;
}
.video-section-full:hover .video-section-inner:before{
	height:100%;
}



.video-section{
	position:relative;
	z-index:1;
	margin-right: 31px;
}
.video-section-content{
	display: table;
	padding: 30px 0px;
	width:100%
}
.video-section-left{
	position:relative;
	display:table-cell;
	vertical-align:middle;
	width:120px;
}
.video-section-right{
	display:table-cell;
	vertical-align:middle;
	text-align:right;
}
.video-section-right a{
	color:#fff;
}
.video-section-right a:hover{
	color:#f7c51e;
}

.video-section-left .play-now{
	position: absolute;
	left: 10%;
	top: 50%;
	display: block;
	border-radius: 50%;
	z-index: 10;
	width: 60px;
	height: 60px;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	transform-origin: center center;	
}

@media only screen and (max-width:991px) {
.video-section-full {
    height: 190px;
}

.video-section-full{
	padding: 60px 40px;
	bottom: 0px;
	margin-top: 0px;
	margin-bottom:30px;
}
.video-section-full-v2 .video-section-full {
    padding: 55px 19px 138px 220px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    bottom: 0px;
    margin-top: 0px;
    margin-left: 40px;
}
}
@media only screen and (max-width: 480px) {
	.video-section-full{
		width:100%;
		margin-bottom:15px;
	}
.video-section-full-v2 .video-section-full{
	margin-left:0px;
}	
	
}

/*____ANIMATED PLAY BTN____*/
.play-now{
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  border-radius: 50%;
  z-index:10;
  width:60px;
  height:60px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center center;    
}
.play-now .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 65px;
    width: 65px;
    text-align: center;
    line-height: 65px;
    background-color: #fff;
    color: #000;
    z-index: 1;
    font-size: 55px;
    padding: 23px;
    display: block;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform-origin:center;
  transform-origin: center center; 
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.1);
    -ms-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.1);
    -o-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.1);
    box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.1);

}
.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 65px;
    width: 65px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform-origin:center;
  transform-origin: center center; 
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}
.play-now .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;

}
.play-now .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;

}
@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}
@keyframes ripple {
    70% {box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}
.slider-play-icon .play-now{
	right:30%;
	left:auto;
	top:45%;
}


.footer-top {
    background: #151515 url(../images/footer-bg.png) no-repeat scroll 0 0 / cover;
    color: #8d8e92;
    position: relative;
    padding: 70px 0px 15px 0px;
    z-index: 1;
}







.chat_site {
    position: fixed;
    right: 65px;
    bottom: 4%;
    z-index: 1000;
}
.chat_message {
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 100%;
    box-shadow: 0px 5px 20px 2px rgba(0, 0, 0, .5);
}
.chat_message .fab {
    margin: auto;
    font-size: 25px;
}

.chat_message.telegram,
.chat_message.whatsapp,
.chat_message.viber {
    opacity: 0;
    top: 0;
    position: absolute;
    transition: .5s;
    cursor: pointer;
}
.chat_message.mess_all {
    z-index: 1;
    position: relative;
    cursor: pointer;
}
.chat_site.active .chat_message.viber {
    opacity: 1;
    top: -115%;
}
.chat_site.active .chat_message.telegram {
    opacity: 1;
    top: -230%;
}
.chat_site.active .chat_message.whatsapp {
    opacity: 1;
    top: -345%;
}
svg.svg-inline--fa {
    margin: auto;
    font-size: 25px;
    color: #fff;
}
.chat_message.mess_all {
    background: #e65f78;
}
.chat_message.whatsapp {
    background: #02d051;
}
.chat_message.telegram {
    background: #33b1e1;
}
.chat_message.viber {
    background: #665cac;
}
.chat_message a {
    margin: auto;
    width: 100%;
    height: 100%;
    outline: none;
    display: flex;
}
.chat_message:hover {
    background: #000;
}
.chat_message .viber_all, .chat_message .telegram_all, .chat_message .whatsapp_all {
    font-size: 18px;
}
.chat_message .viber_all{
    top: 9px;
    left: 5px;
    position: absolute;
}
.chat_message .telegram_all {
    position: absolute;
    top: 28px;
    left: 15px;
}
.chat_message .whatsapp_all {
    position: absolute;
    top: 9px;
    left: 29px;
}
svg.scroll55 {
    font-size: 65px;
}
@media only screen and (max-width: 767px) {
    .mobile_none { 
    	display:none;
    }
}
@media (min-width: 768px) and (max-width: 2500px) {
	.pc_none { 
		display:none;
	}
}