/*
Theme Name: Bellbyrd Child
Theme URI: https://bellbyrd.com
Version: 4.17.4
Description: This is the child theme of Bellbyrd. You can customize theme, css, js, functions etc in this child theme.
Template: Bellbyrd
Author: Beta Soft Technology
Author URI: https://www.betasofttechnology.com
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
body {
	font-family:'Poppins', Arial;
	font-weight:400;
	font-size: 1.063rem !important;
}
.notranslate {
	translate:none;
}
p {
	font-family: 'NeuzeitGro Regular', Helvetica, Arial, Lucida, sans-serif;
}
::-webkit-scrollbar {
    height: 5px;
    width:6px
}

::-webkit-scrollbar-track {
    background: #d8d8d8
}

::-webkit-scrollbar-thumb {
    background:#000;
}
button, input[type="submit"],a {
	cursor:pointer;
}
.text-center {
	text-align:center;
}
.et_pb_blurb_container {
	position:relative;
}


.video_autoplaysec figure {
    margin: 0 !important;
    padding: 0 !important;
}

.video_autoplaysec video {
    display: block;
}

.main-header.nav-down {
    transition:all .8s ease !important;
	transform: translateY(0%) translateX(0%) !important;
    left: 0 !important;
}
.main-header.nav-up {
    transform: translateY(-120%) translateX(0%) !important;
    transition:all .8s ease !important;
	left: 0 !important;
}
.btn-inline .et_pb_button_module_wrapper {
    flex: 1;
}
.btn-inline .et_pb_button_module_wrapper>a {
    display: block;
}
@media(min-width:1366px) {
	.et_pb_row {
		width:90%;
	}
}
.d-flex {
	display:flex;
}
.justify-content-end {
    justify-content: flex-end;
}
.align-items-center {
	align-items:center;
}
.et_pb_section_0_tb_header.et_pb_section.main-header.active {
	background-color: #000 !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.et_pb_section_0_tb_header.et_pb_section.main-header.active .wp-image-92 {
	max-height: 60px;
    width: auto;
}
.et_pb_section_0_tb_header.et_pb_section.main-header .et_pb_row {
	transition:all 0.5s ease;
}
.et_pb_section_0_tb_header.et_pb_section.main-header.active .et_pb_row {
    padding: 0.5% 0 !important;
	transition:all 0.5s ease;
}





span.dtq-video-popup-icon svg polygon {
    fill: #fff !important;
}



.page-id-904 .dtq-video-popup a:after {
    border-radius: 100px;
    content: "";
    -webkit-box-shadow: 0 0 0 15px #ffffff, 0 0 0 30px #ffffff, 0 0 0 45px #ffffff;
    box-shadow: 0 0 0 15px #ffffff, 0 0 0 30px #ffffff, 0 0 0 45px #ffffff;
    height: 50px !important;
    width: 50px !important;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

.ss_text_center_justi p {
    text-align: justify;
    text-align-last: center;
}

@media screen and (max-width: 767px) {
    .ss_text_center_justi p {
        text-align: center; /* fallback for mobile */
    }
}

.et_pb_section_video h1 {
	background: linear-gradient(to right, #fff 10%, #a4a4a4 50%, #fff 60%);
	background-size: auto auto;
	background-clip: border-box;
	background-size: 200% auto;
	color: #fff;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: textclip 3.5s linear infinite;
}
@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
.numbers-section .et_pb_image .et_pb_image_wrap img {
	border-radius:100%;
	border:24px solid #fff;
}
.numbers-section .et_pb_image .et_pb_image_wrap:before {
	position: absolute;
    left: -10%;
    top: -10%;
    width: 100%;
    height: 100%;
    content: '';
    background: #fff;
    border-radius: 100%;
    border: 24px solid #f4f4f4;
    right: 0;
    margin: 0 auto;
	z-index:-1;
}
.numbers-section .et_pb_image .et_pb_image_wrap:after {
	position: absolute;
    left: -10%;
    top: -10%;
    width: 100%;
    height: 100%;
    content: '';
    background: #fff;
    border-radius: 100%;
    border: 24px solid #eaeaea;
    right: 0;
    margin: 0 auto;
	z-index:-1;
}
.absolute_text .et_pb_text_inner {
	position: absolute;
    bottom: 20px;
}
.absolute_text .et_pb_column:before {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-image: linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.9));
	content:'';
	user-select:none;
	pointer-events:none;
	
}
body .et_pb_menu_0_tb_header.et_pb_menu .nav li ul.sub-menu {
	background-color:#fff !important;
}
body .et_pb_menu_0_tb_header.et_pb_menu .nav li li {
    padding:0px;
    display:block;
}
body .et_pb_menu_0_tb_header.et_pb_menu .nav li li a {
	display:block;
	width:auto;
}
body .et_pb_menu_0_tb_header.et_pb_menu .nav li li:hover>a,
body .et_pb_menu_0_tb_header.et_pb_menu .nav li li>a:hover {
	background:#040707;
	color:#fff !important;
	opacity:1;
}


.upload-box {
  position: relative;
  margin-top: 10px;
}

.styled-file {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 100%;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}

.file-placeholder {
  border: 0px dashed #aaa;
  padding: 12px;
  border-radius: 6px;
  background: #fff;
  font-size: 14px;
  color: #888;
  cursor: pointer;
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 40px;
}
.upload-box p{
	margin-bottom:15px !important;
}




.toggle-icon {
    position: absolute;
    top: 50%;
    left: 0;
    cursor: pointer;
    background: #040707;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    transform: translateY(-50%);
}
.toggle-icon:after {
    content: "\61";
    font-size: 32px;
    font-family: ETmodules !important;
    color: #fff;
    cursor: pointer;
	position: relative;
    top: 1px;
}
#divi-menu .et_pb_menu__menu>nav {
    margin-left: 0;
    margin-top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    transform: translateY(50%);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    justify-content: center;
    align-items: center;
}
#divi-menu .et_pb_menu__menu>nav>ul {
	display: block !important;
}
#divi-menu .et_pb_menu__menu>nav>ul>li {
	font-size: 36px;
	line-height: 1.2em;
	display: block;
	margin: 15px 0 !important;
}
#divi-menu .et_pb_menu__menu>nav>ul>li>a {
	position:relative;
}
#divi-menu .et_pb_menu__menu>nav>ul>li>a:after {
	position:absolute;
	height:1px;
	width:0;
	background:#000;
	content:'';
	left:0;
	bottom:0;
	transition:all 0.5s ease;
}
#divi-menu .et_pb_menu__menu>nav>ul>li:hover>a:after {
	width:100%;
	transition:all 0.5s ease;
}
.reveal-menu-items {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0%) !important;
}
.icon-switch:after {
    content: '\4d';
    font-size: 32px;
    font-family: ETmodules !important;
    color: #fff;
    cursor: pointer;
}
.reveal-close-menu {
	position: fixed;
    right: 10px;
    top: 10px;
	cursor:pointer;
}
.reveal-close-menu .et-pb-icon {
	font-size:50px;
}
.owl-carousel .et_pb_column {
	width:100% !important;
}
.owl-prev, .owl-next {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.owl-prev .et-pb-icon, .owl-next .et-pb-icon {
	font-size:40px;
	background: #fff !important;
}
.owl-prev {
	left:0;
}
.owl-next {
	right:0;
}
.h4_pad_0 h4 {
	padding-bottom:0px;
}
.col-pad .et_pb_column {
	padding:20px;
}
.col-pad .et_pb_column .et_pb_image_wrap img {
	max-height:55px;
	width:auto;
	margin-bottom:0px;
	max-width: 90px;
}
.min-height-1 .et_pb_module.et_pb_image {
	min-height:107px;
}
.col-pad .et_pb_text_inner {
	margin-bottom:60px;
}
.footer_menu .et-menu.nav {
	justify-content:center;
}
.footer_menu .et-menu.nav li {
	display:block;
	flex:0 0 100%;
	text-align:center;
}
.footer_menu.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li {
    margin-top: 20px;
}
.copyright-footer {
	display: flex;
    align-items: center;
	color: #fff!important;
	font-size: 15px;
}
.copyright-footer a {
	color: #fff!important;
	font-weight: 500;
	text-decoration:underline;
}
.copyright-footer img {
	max-height: 40px;
	display: block;
	    width: 40px;
	
}
.copyright-footer .circle-anim {
	position:relative;
	margin-left: 7px;
	display:block;
	padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.copyright-footer .circle-anim:before, .copyright-footer .circle-anim:after {
    z-index: 2;
    opacity: 1;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    background: rgb(255 255 255 / 0%)!important;
    content: "";
    position: absolute;
    border: 1px #fff solid;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right-color: transparent;
    -webkit-animation: circle-rotation1 3s infinite linear;
}
.copyright-footer .circle-anim:after {
    content: "";
    border: 1px solid #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-right-color: transparent;
    -webkit-animation: circle-rotation 2s infinite linear;
}
h1,h2,h3,h4,h5,h6 {
	position:relative;
}
.reveal-block {
  position: absolute;
  top: 0;
  width: 100%;
  height: 101%;
  background: white;
}
.reveal-block::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #040707;
  transition-property: transform;
  transition-duration: 0.5s;
}
.reveal-block.right::before {
  transform: scaleX(0);
  transform-origin: 0% 100%;
}
.reveal-block.right.aos-animate::before {
  transform: scaleX(1);
}
[data-aos="reveal-right"] {
  transform: scaleX(1);
  transform-origin: 100% 0%;
  transition-property: transform;
  transition-delay: 0.5s;
}
[data-aos="reveal-right"].aos-animate {
  transform: scaleX(0);
}
.circle_number {
	width: 14vw;
    height: 14vw;
    border: 1.4vw solid #000;
    border-radius: 100%;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.circle_number h3 {
	padding:0;
}
.circle_number h3>small {
	font-size: 1.2vw;
}
.numbers-section .et_pb_column:nth-child(1) h3,
.numbers-section .et_pb_column:nth-child(2) h3{
	position:relative;
	top:-6px;
}
.custom_text_limit .et_pb_blurb_description>p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.custom_text_limit .et_pb_blurb_description.active>p {
	-webkit-line-clamp: 50;
}
.breacrumb_text,
.breacrumb_text a {
	color:#fff !important;
	text-transform:uppercase;
	font-size:13px;
}
.flex-wrap {
	flex-wrap:wrap;
}
.custom_filter {
	display:flex;
	align-items:center;
	gap:15px;
	justify-content:center;
}
.custom_filter select {
	height: 40px;
    border: 0;
    padding: 0 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px #00000012;
    width: 100%;
}
.custom_filter>div {
	font-size: 1rem;
	flex: 1;
}
.talent_popup {
	position: fixed;
    top: 200%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
	visibility:hidden;
	opacity:0;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.talent_popup.active {
	visibility:visible;
	opacity:1;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	 top:0;
}
.talent_popup input[type="text"],
.talent_popup input[type="email"],
.talent_popup input[type="tel"],
.talent_popup select,
.booking_form input[type="text"],
.booking_form input[type="email"],
.booking_form input[type="tel"],
.booking_form select {
	width:100%;
	height:40px;
	border-radius:4px;
	margin-bottom:10px;
	border:0;
	background:#fff;
	padding:0 15px;
}

.booking_form .wpcf7-url{
		width:100%;
	height:40px;
	border-radius:4px;
	margin-bottom:10px;
	border:0;
	background:#fff;
	padding:0 15px;
}

.page-id-904 .dtq-modal{
	max-width: 350px !important;
}

.page-id-904 .mfp-close-btn-in .mfp-close {
    color: #fff;
    top: -9px !important;
    opacity: 1;
    font-size: 40px;
    right: -35px !important;
}


.talent_popup textarea,
.booking_form textarea {
	width:100%;
	height:100px;
	border-radius:4px;
	margin-bottom:0px;
	border:0;
	background:#fff;
	padding:15px;
}
.talent_popup input[type="submit"],
.booking_form input[type="submit"] {
	width:100%;
	height:50px;
	text-align:center;
	border-radius:4px;
	margin-bottom:10px;
	border:0;
	background:#343434;
	padding:0 15px;
	color:#fff;
	font-size:1.2rem;
	font-weight:600;
	cursor:pointer;
}
.closebtns {
	position: fixed;
    right: 20px;
    top: 20px;
    width: 40px;
}
.closebtns .et-pb-icon {
	font-size: 40px !important;
    color: #fff !important;
    cursor: pointer !important;
}
.flex-4>div {
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	gap:30px;
}
.talent_name {
	font-size: 1rem;
    color: #fff;
    font-weight: 600;
}
@media(min-width:999px) {
	
	.flex-4 .ba_flipbox {
		flex: 0 0 calc(25% - 23px);
		max-width: 0 0 calc(25% - 23px);
	}
}
@media(min-width:580px) and (max-width:999px){
	.flex-4 .ba_flipbox {
		flex: 0 0 calc(50% - 23px);
		max-width: 0 0 calc(50% - 23px);
	}
}




@-webkit-keyframes circle-rotation{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(359deg)}}@-webkit-keyframes circle-rotation1{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(359deg)}}
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
@media (max-width: 999px) {
	.flex-4 .dtq-flipbox-front-card {
		padding-top:20px;
		padding-bottom:20px;
	}
	.et_pb_menu--style-left_aligned .et_pb_menu__wrap {
		-ms-flex-pack: end;
		justify-content: flex-start;
	}
	.circle_number {
		width: 35vw;
		height: 35vw;
		border: 2.4vw solid #000;
	}
	.circle_number h3>small {
		font-size: 6.2vw;
	}
	.col-pad .et_pb_column .et_pb_image_wrap img {
		margin-bottom: 30px;
	}
}
@media (min-width:480px) and (max-width:980px) {
	.numbers-section .et_pb_column {
		width: 50%;
	}
}
@media (max-width: 480px) {
	.numbers-section .et_pb_column {
		margin-bottom:75px;
	}
	.copyright-footer img {
		max-height: 65px;
		width:70px;
	}
	.col-pad .et_pb_column:not(:last-child) {
		flex: 0 0 50%;
		max-width:50%;
		height:310px !important;
	}
	.col-pad .et_pb_column:last-child {
		display:flex;
	}
	.col-pad .et_pb_column:last-child .et_pb_module {
		flex: 0 0 50%;
		max-width:50%;
	}
	.min-height-1 .et_pb_module.et_pb_image {
    min-height: 81px;
}
}
@media (max-width: 380px) {
	.hide_on_mobile {
		display:none !important;
	}
}

/*** new css ***/
/*** new css ***/
.contact-page-inner{display: flex;
    gap: 20px;}
.contact-page-div{
    background: #e3d2e32e;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;}
.contact-page-left{width:60%;}
.contact-page-div input {
    width: 100%;
    padding: 15px 15px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #efefef;
    margin-top: 16px;
}
.contact-page-div textarea {
    width: 100%;
    padding: 17px 15px;
    font-size: 15px;
    border-radius: 5px;
    border: 1px solid #efefef;
    margin-top: 16px;
    height: 178px;
}
.contact-page-div .wpcf7-submit {
    background: #000;
    border: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    padding: 12px 30px;
	width: 100%;}
.contact-page-div h2{}
.cntact-page-top-row .et_pb_blurb_position_left .et_pb_blurb_container{padding-left:4px;}
.cntact-page-top-row .et_pb_blurb_position_left .et-pb-icon{position:relative;top:3px;}
.wpcf7-spinner{display:none;}

/* Simple Masonry Flexbox & Vanilla JS */
.studio-list li {
	list-style:none;
}
.js-masonry-list {
  	display: flex;
  	flex-wrap: wrap;
  	align-items: flex-start;
	padding: 0 !important;
}
.studio-list li img {
	display:block;
}
@media only screen and (min-width: 1025px) {
  .js-masonry-list {
    column-gap: 1.5%;
  }
  .js-masonry-elm {
    width: 23.8%;
    margin-bottom: 1.5%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .js-masonry-list {
    column-gap: 1.25%;
  }
  .js-masonry-elm {
    width: 32.5%;
    margin-bottom: 1.25%;
  }
}
@media only screen and (min-width: 451px) and (max-width: 600px) {
  .js-masonry-list {
    column-gap: 2%;
  }
  .js-masonry-elm {
    width: 49%;
    margin-bottom: 2%;
  }
}
@media only screen and (max-width: 450px) {
  .js-masonry-elm {
    width: 100%;
    margin-bottom: 20px;
  }
}
.studio_box {
	position:relative;
	overflow:hidden;
	border-radius: 10px 10px 0 0;
}
.studio_box_overlays {
	position: absolute;
    top:100%;
    z-index: 9;
	padding:15px;
	background:#000;
	width: 100%;
	height:100%;
    color: #fff;
	visibility:hidden;
	opacity:0;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.studio_box:hover .studio_box_overlays {
	visibility:visible;
	opacity:1;
	bottom:inherit !important;
	top:0;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.studio_name {
	font-size: 1.3rem;
    font-weight: 600;
}
.studio_box_overlays ul {
	margin: 0;
    padding: 0 0 0 25px;
}
.studio_box_overlays ul li {
	list-style:disc !important;
	font-size:0.8rem;
}
.flex-btns {
	display:flex;
	gap:10px;
	position: absolute;
    bottom: 15px;
}
.flex-btns>a {
	display: block;
    padding: 5px 20px;
    border: 1px solid #fff;
    border-radius: 3px;
    font-size: 0.9rem;
    font-weight: 600;
}
.flex-btns>a:first-child {
	color:#fff;
}
.flex-btns>a:not(:first-child) {
	color:#000;
	background:#fff;
}
.studion_name>a {
	display: block;
    padding: 15px 5px;
    text-align: center;
    background: #000;
    border-radius: 0 0 10px 10px;
    color: #fff;
    font-size: 1.1vw;
    font-weight: 600;
	border-top: 1px solid transparent;
}
.js-masonry-elm:hover .studion_name>a {
	border-top: 1px solid #ffffff3b;
}
.filter_boxes {
	width:100%;
	margin:0 auto 40px;
	display:flex;
	gap:10px;
}
.filter_boxes>div {
	flex:1;
}
.filter_boxes select {
	height: 40px;
    border: 0;
    padding: 0 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px #00000012;
    width:100%;
}
.filter_boxes button,
.resetbtn,
.custom_filter button {
	height: 40px;
    border: 0;
    padding: 0 15px;
    width: 100%;
    background: #000;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
	font-size: 0.8rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	cursor:pointer;
}
.filter_boxes>div>span {
	font-size: 0.7rem;
    font-weight: 500;
    background: #000;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    margin: 10px 0 0;
    display: inline-block;
    line-height: normal;
    text-transform: capitalize;
}
.studio_meta {
	background: #fff;
    padding: 20px;
    border: 1px solid #dae3e6;
}
.meta_desc {
	font-size: 1rem;
    font-weight:400;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #dfe5e7;
}
.meta_desc .et-pb-icon {
	font-size:1.2rem;
}
.meta_desc>ul>li {
	display: block;
    padding: 3px 0px 3px 25px;
    border: 0;
    border-radius: 4px;
    line-height: normal;
    font-size: 0.9rem;
    font-weight: 500;
    margin-top: 10px;
    background: #fff;
    color: #000;
    position: relative;
}
.meta_desc>ul>li:before {
	position:absolute;
	left:0;
	top:7px;
	font-family: ETmodules !important;
    font-weight: 400 !important;
	content:'$';
	font-size:0.9rem;
		
}
.booking_form {
	background-color: #000000;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
	display:block !important;
	margin-top:30px;
}
.booking_form h3 {
	color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 20px;
}
.flex-col {
	display:flex;
	justify-content:space-between;
}
.flex-col>span,
.flex-col>div {
	flex:1;
}
.meta_desc span:first-child,
.meta_desc span {
	font-weight:600;
}
.wpcf7-not-valid-tip,
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    background: red;
    display: inline-block;
    color: #fff;
    padding: 0 10px;
    border-radius: 4px;
    margin:0 0 15px;
}
.studio_desc ul {
	list-style:disc;
	padding-left: 15px
}
.studio_desc li {
	font-weight: 400;
    font-size: 1.063rem !important;
	margin:10px 0;
	font-family: 'NeuzeitGro Regular', Helvetica, Arial, Lucida, sans-serif;
}

/* Sidebar Form */
.sidebar_form {
	position:fixed;
	left:-100%;
	top:0;
	background:#000;
	width:400px;
	height:100%;
	
	z-index:999999999;
	transition:all 0.5s ease;
	-webkit-transition:all 2s ease;
	visibility:hidden;
	opacity:0;
	max-height: 100vh;
    overflow-y: auto;
}
.sidebar_form.activeform {
	left:0;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	visibility:visible;
	opacity:1;
}
.sidebar_form .inner_form {
	position:relative;
	padding:30px;
}
.sidebar_form .inner_form .closebtn {
	position: absolute;
    right: 0;
    top: 0;
    width: 36px;
    height: 36px;
    background: var(--main);
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    border-radius: 0 0 0 4px;
	cursor:pointer;
}
.enquiryform label {
	display: block;
    margin-bottom: 5px;
    color: #ffff;
}
.enquiryform label span {
    color:var(--main);
}
.enquiryform input[type="text"],
.enquiryform input[type="email"],
.enquiryform input[type="tel"],
.enquiryform select {
	width: 100%;
    height: 40px;
    border: 0;
    border-radius: 2px;
	padding:0 15px;
	margin-bottom:15px;
}
.enquiryform textarea {
	width: 100%;
    border: 0;
    border-radius: 2px;
	padding:15px;
	margin-bottom:15px;
}
.enquiryform input[type="submit"] {
	width: 100%;
    border: 0;
    border-radius: 2px;
	padding:8px 15px;
	background:#323232;
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
	font-size:1.2rem;
}
.sidebar_form h3 {
	margin-bottom:0;
	color:#fff;
}
.sidebar_form>div>p {
    color: #fff;
    line-height: 1.4em;
    margin-bottom: 30px;
}
.closebtn>span {
	font-size:2rem;
}
.btn-inline .et_pb_button_module_wrapper {
	display:inline-block;
}
.btn-inline .et_pb_button_module_wrapper:not(:first-child) {
	margin-left:10px;
}
@media (max-width: 480px) {
.sidebar_form {
	width:100%;
}	
}




.ss_form_grp_1 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 18px;
}

.ss_form_grp_2 {
    display: flex;
    gap: 28px;
    margin-top: 18px;
}

.ss_book_frm .wpcf7-text {
    height: 48px;
    padding: 18px;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

.ss_form_grp_1 div {flex: 0 0 calc(50% - 10px);}
.ss_form_grp_2 div {
    flex: 0 0 calc(50% - 14px);
}

.ss_book_frm select {
    height: 50px;
    width: 100%;
    padding: 0 15px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
	    color: #757575;
}


.ss_list_design .et_pb_main_blurb_image {margin-bottom: 0;}

.ss_list_design .et_pb_blurb_container {
    padding-left: 0 !important;
}



.ss_list_design .et_pb_blurb_content {
    display: flex;
    align-items: self-start;
}

.ss_list_design .et_pb_image_wrap {
    position: relative;
    top: 6px;
}

.ss_book_frm .wpcf7-submit {
    background: #000;
    color: #fff;
    border: 0;
    height: 50px;
    font-size: 16px;
    padding: 2px 40px;
    border-radius: 7px;
    margin-top: 18px;
}

.ss_rw_flex{
	display:flex;
	align-content:center;
	flex-wrap:wrap;
}

.ss_insight_sec2 .et_pb_blurb_description {
    min-height: 120px;
    margin-top: 5px;
}

.ss_book_frm textarea {
    height: 100px;
    width: 100%;
    padding: 15px 15px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
	margin-top:18px;
}


.s_job_item {
    border: 1px solid #E0E6F7;
    overflow: hidden;
    margin-bottom: 24px;
    position: relative;
    border-radius: 10px;
    padding: 23px;
	transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
	    padding-bottom: 70px;
}

.s_job_item h5 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3em;
}


.s_job_item ul {
    display: flex;
    list-style: none;
    padding: 0;
    gap: 10px;
    border-top: 1px solid #e5e5e5;
    margin-top: 20px;
    padding-top: 20px;
}

.s_job_item ul li strong {
    display: block;
    font-size: 15px;
    font-weight: 600;
}

.s_job_item .et-pb-icon {
    font-size: 21px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    border-radius: 100px;
}

.ss_job_loc li:nth-child(2) {
    font-size: 13px;
    line-height: 22px;
}

p.ss_tag span {
    background: #D8F1FF !important;
    height: 30px;
    display: inline-block;
    line-height: 32px;
    padding: 0 8px;
    font-size: 14px;
    border-radius: 4px;
}

p.ss_tag {
    display: flex;
    gap: 10px;
	flex-wrap:wrap;
}
.s_job_item a {
  background: #000;
    color: #fff;
    font-size: 14px;
    padding: 2px 11px;
    display: inline-block;
    border-radius: 5px;
    margin-top: 0;
    position: absolute;
    bottom: 15px;
}

.ss_job_cnt{
	font-size:16px;
	line-height:25px;
}
.s_job_item a:hover {
	background: #343434;
}

.s_job_item:hover {
    transform: translateY(-3px);
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.ss_meta_desc span {
    background: #D8F1FF !important;
    height: 30px;
    display: inline-block;
    line-height: 32px;
    padding: 0 8px;
    font-size: 14px;
    border-radius: 4px;
}

.ss_job_single .booking_form {
    margin-top: 0;
    margin-bottom: 35px;
}


.ss_job_detls_pg h1 {
    font-size: 35px;
    padding-bottom: 25px;
}

.ss_job_detls_pg h4 {
    font-size: 22px;
    padding-bottom: 12px;
}

.ss_job_detls_pg h5 {
    font-size: 22px;
    padding-top: 25px;
    padding-bottom: 8px;
}
.ss_job_single .booking_form .ss_aply_jb_frm {
    color: #fff;
    margin-bottom: 20px;
}

.ss_job_single .booking_form p {
    margin-bottom: 10px;
}


.ss_job_single .booking_form h3 {
    margin-bottom: 8px;
}

.ss_job_detls_pg ul li {
    position: relative;
    padding-left: 30px;
}

.ss_job_detls_pg ul li:after {
    content: "";
    font-family: ETmodules !important;
    position: absolute;
    left: 0;
	top:0;
    font-size: 15px;
}

.ss_job_detls_pg ul {
    padding: 0;
    list-style: none;
}

.ss_job_list_secc .row {
   display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.ss_job_list_secc .col-lg-3{
	    width:100% !important;
}

.ss_loc_meta_desc {
    border-bottom: 1px solid #cacaca;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
    color: #fff;
}


/* Main select box */
.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  padding: 4px 6px;
  min-height: 44px;
  font-size: 14px;
  box-shadow: none;
}


.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #1f2937;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 2px 8px;
  margin: 2px 4px 2px 0;
  font-weight: 500;
}


.select2-container--default .select2-selection--multiple .select2-search__field {
  color: #4b5563;
  font-size: 14px;
}


.select2-container--default .select2-results>.select2-results__options {
  max-height: 250px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-size: 14px;
}


.select2-container--default .select2-results__option--highlighted {
  background-color: #3b82f6;
  color: white;
}


.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 1px solid #4d4848;
    color: #999;
    padding: 0 4px 0px 0px;
    position: relative !important; 
    left: 0;
    top: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 4px;
    padding-right: 3px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{
	background:transparent !important;
	color:#fff !important;
}

.logo_sec_home .col-pad .et_pb_column .et_pb_image_wrap img {
    max-width: 145px;
    height: 70px;
    object-fit: contain;
	
}

.logo_sec_home_black img{
filter: brightness(0%);	
}


.select2-container--default .select2-selection--multiple {
    min-height: 50px;

}

header .et_builder_inner_content {
    z-index: 999;
}

.ss_impr_page_sec h2 {
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 20px;
	    line-height: 1.4em;
}

.ss_impr_page_sec h3 {
    font-size: 1.5rem;
	    line-height: 1.4em;
}

.ss_foot_link_btm {
    text-align: right;
}

.ss_foot_link_btm a {
    color: #fff;
    font-size: 16px;
}

.ss_foot_link_btm span {
    color: #fff;
    margin: 0 5px;
}


.ss_right-header{
	    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
}

  .goog-logo-link,
  .goog-te-gadget span,
  .goog-te-banner-frame.skiptranslate {
    display: none !important;
  }
body{
	top:0 !important;
}

  .goog-te-gadget {
    font-size: 0 !important;
  }

  .goog-te-combo {
    font-size: 16px !important;
  }

.skiptranslate>iframe {
    display: none !important;
}


/* Optional: General styling for cleaner look */
 
  .goog-te-gadget {
    font-size: 0;
  }

  .goog-te-gadget .goog-te-combo {
    font-size: 14px;
    padding: 5px;
  }


@media (max-width: 980px) {
    .et_pb_menu--style-left_aligned .et_pb_menu__wrap {
        -ms-flex-pack: end;
        justify-content: start !important;
    }
}


.goog-te-gadget .goog-te-combo {
    margin: 0px 0;
}

.captch_div input {
    height: 50px;
    width: 100%;
    padding: 0 15px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    color: #757575;
}

input.text:focus, input.title:focus, input[type=text]:focus, select:focus, textarea:focus {
    border-color: #ebf1f3;
    color: #3e3e3e;
}

/***********media Screen Start*******************/
/***********media Screen Start*******************/

@media only screen and (min-width: 320px) and (max-width: 767px){
	div#google_translate_elements {
    height: 39px;
    padding: 0 5px;

}
	.goog-te-gadget .goog-te-combo {
    margin: 4px 0;
    border: 0 !important;
    color: #fff;
}
	.ss_foot_trans{
		display:block;
		    position: fixed !important;
    bottom: 0;
    /* left: 0; */
    right: 0;
    margin: auto;
    z-index: 99999;
	}

	.ss_list_design .et_pb_blurb_content {
		align-items: baseline;
	}
	.ss_list_design .et_pb_blurb_container {
    padding-left: 10px !important;
}
	.ss_list_design .et_pb_main_blurb_image {
    width: auto;
}
	
	.ss_form_grp_1 div {
    flex: 0 0 calc(100% - 0px);
}
	.ss_form_grp_2 div {
    flex: 0 0 calc(100% - 0px);
}
	.ss_form_grp_2 {
    gap: 18px;
    margin-top: 18px;
    flex-wrap: wrap;
}
	
	.ss_book_frm .wpcf7-submit{
		height:45px;
	}
	.ss_col_change {
    flex-direction: column-reverse;
		        gap: 30px;
}
	
	.ss_job_list_secc .row {
    grid-template-columns: repeat(1, 1fr);
		  gap: 0px;
}
	
	.ss_job_detls_pg h1 {
    font-size: 30px;
    padding-bottom: 25px;
    line-height: 1.3em;
}
	.ss_job_detls_pg h4 {
    line-height: 1.4em;
}
	.contact-page-inner {
    flex-wrap: wrap;
}
	
	.contact-page-left {
    width: 100%;
}
	.logo_sec_home {
    overflow: hidden;
}
	.logo_sec_home .col-pad .et_pb_column .et_pb_image_wrap img {
    max-width: 115px;
    height: 60px;
    object-fit: contain;
}
	.btn-inline .et_pb_button_module_wrapper:not(:first-child) {
    margin-left: 0;
}
	
	.page-id-904 .dtq-modal {
    max-width: 270px !important;
}
	
	.btn-same-size .d-flex{
			flex-direction:column;
		gap: 15px;
	}
	
	.video_autoplaysec video{
		    height: auto !important;
    display: block;
	}
	.ss_foot_link_btm {
    text-align: center;
    margin-top: 30px;
}
	
}
@media only screen and (min-width: 481px) and (max-width: 767px){

.btn-same-size .d-flex{
			flex-direction:row;

	}
	div#google_translate_element {
    display: none;
}
}
@media only screen and (min-width: 767px) and (max-width: 1023px){
		.ss_col_change {
    flex-direction: column-reverse;
		        gap: 30px;
}
	
		.ss_job_list_secc .row {
    grid-template-columns: repeat(2, 1fr);
			  gap: 20px;
}
	
	.ss_job_list_secc .col-lg-3 {
    width: 100% !important;
    margin-bottom: 0;
}
	.col-pad .et_pb_column:not(:last-child) {
		height:310px !important;
	}
	.btn-same-size .d-flex{
		margin-top:30px;
		}
}
.page-id-294 .hide_for_pages {
	display:none;
}
.ss_foot_trans {
    position: fixed;
    right: 15px;
    bottom: 0;
    z-index: 111;
    background: #1d1d1d;
    padding: 0 10px;
    border-radius: 5px 5px 0 0;
}
.ss_foot_trans:hover {
	border-radius: 0;
}
.ss_foot_trans select {
	border:0;
	color:#fff;
	background: none;
}
.custom-lang-dropdown {
    position: relative;
    display: inline-block;
    font-family: Arial, sans-serif;
  }

.lang-btn {
    background: none;
    border: 0;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
}
  .lang-menu {
    display: none;
    position: absolute;
    bottom: 100%;
    right: -10px;
    width: 160px;
    background: #1d1d1d;
    border: 0;
    z-index: 9999;
    list-style: none;
    margin: 0;
    padding: 0 !important;
    border-radius: 4px 4px 0 4px;
}

  .custom-lang-dropdown:hover .lang-menu {
    display: block;
  }

  .lang-menu li {
    padding: 10px 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
	  color:#fff;
  }

  .lang-menu li:hover {
    background: #000;
  }

  .lang-menu img {
    width: 20px;
    height: 14px;
    margin-right: 8px;
    object-fit: contain;
  }










.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.row>* {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    position: relative
}

.col {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
}

.row-cols-auto>* {
    width: auto
}

.row-cols-1>*,.row-cols-auto>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.row-cols-1>* {
    width: 100%
}

.row-cols-2>* {
    width: 50%
}

.row-cols-2>*,.row-cols-3>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.row-cols-3>* {
    width: 33.3333333333%
}

.row-cols-4>* {
    width: 25%
}

.row-cols-4>*,.row-cols-5>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.row-cols-5>* {
    width: 20%
}

.row-cols-6>* {
    width: 16.6666666667%
}

.col-auto,.row-cols-6>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-auto {
    width: auto
}

.col-1 {
    width: 8.3333333333%
}

.col-1,.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-2 {
    width: 16.6666666667%
}

.col-3 {
    width: 25%
}

.col-3,.col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-4 {
    width: 33.3333333333%
}

.col-5 {
    width: 41.6666666667%
}

.col-5,.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-6 {
    width: 50%
}

.col-7 {
    width: 58.3333333333%
}

.col-7,.col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-8 {
    width: 66.6666666667%
}

.col-9 {
    width: 75%
}

.col-9,.col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-10 {
    width: 83.3333333333%
}

.col-11 {
    width: 91.6666666667%
}

.col-11,.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-12 {
    width: 100%
}

@media (min-width: 576px) {
    .col-sm {
        -webkit-box-flex:1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-sm-auto>* {
        width: auto
    }

    .row-cols-sm-1>*,.row-cols-sm-auto>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-sm-1>* {
        width: 100%
    }

    .row-cols-sm-2>* {
        width: 50%
    }

    .row-cols-sm-2>*,.row-cols-sm-3>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-sm-3>* {
        width: 33.3333333333%
    }

    .row-cols-sm-4>* {
        width: 25%
    }

    .row-cols-sm-4>*,.row-cols-sm-5>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-sm-5>* {
        width: 20%
    }

    .row-cols-sm-6>* {
        width: 16.6666666667%
    }

    .col-sm-auto,.row-cols-sm-6>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-auto {
        width: auto
    }

    .col-sm-1 {
        width: 8.3333333333%
    }

    .col-sm-1,.col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-2 {
        width: 16.6666666667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-3,.col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-4 {
        width: 33.3333333333%
    }

    .col-sm-5 {
        width: 41.6666666667%
    }

    .col-sm-5,.col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.3333333333%
    }

    .col-sm-7,.col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-8 {
        width: 66.6666666667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-9,.col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-10 {
        width: 83.3333333333%
    }

    .col-sm-11 {
        width: 91.6666666667%
    }

    .col-sm-11,.col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-12 {
        width: 100%
    }
}

@media (min-width: 768px) {
    .col-md {
        -webkit-box-flex:1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-md-auto>* {
        width: auto
    }

    .row-cols-md-1>*,.row-cols-md-auto>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-md-1>* {
        width: 100%
    }

    .row-cols-md-2>* {
        width: 50%
    }

    .row-cols-md-2>*,.row-cols-md-3>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-md-3>* {
        width: 33.3333333333%
    }

    .row-cols-md-4>* {
        width: 25%
    }

    .row-cols-md-4>*,.row-cols-md-5>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-md-5>* {
        width: 20%
    }

    .row-cols-md-6>* {
        width: 16.6666666667%
    }

    .col-md-auto,.row-cols-md-6>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-auto {
        width: auto
    }

    .col-md-1 {
        width: 8.3333333333%
    }

    .col-md-1,.col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-2 {
        width: 16.6666666667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-3,.col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-4 {
        width: 33.3333333333%
    }

    .col-md-5 {
        width: 41.6666666667%
    }

    .col-md-5,.col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.3333333333%
    }

    .col-md-7,.col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-8 {
        width: 66.6666666667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-9,.col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-10 {
        width: 83.3333333333%
    }

    .col-md-11 {
        width: 91.6666666667%
    }

    .col-md-11,.col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-12 {
        width: 100%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -webkit-box-flex:1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-lg-auto>* {
        width: auto
    }

    .row-cols-lg-1>*,.row-cols-lg-auto>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-lg-1>* {
        width: 100%
    }

    .row-cols-lg-2>* {
        width: 50%
    }

    .row-cols-lg-2>*,.row-cols-lg-3>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-lg-3>* {
        width: 33.3333333333%
    }

    .row-cols-lg-4>* {
        width: 25%
    }

    .row-cols-lg-4>*,.row-cols-lg-5>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .row-cols-lg-5>* {
        width: 20%
    }

    .row-cols-lg-6>* {
        width: 16.6666666667%
    }

    .col-lg-auto,.row-cols-lg-6>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-auto {
        width: auto
    }

    .col-lg-1 {
        width: 8.3333333333%
    }

    .col-lg-1,.col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-2 {
        width: 16.6666666667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-3,.col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-4 {
        width: 33.3333333333%
    }

    .col-lg-5 {
        width: 41.6666666667%
    }

    .col-lg-5,.col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.3333333333%
    }

    .col-lg-7,.col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-8 {
        width: 66.6666666667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-9,.col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-10 {
        width: 83.3333333333%
    }

    .col-lg-11 {
        width: 91.6666666667%
    }

    .col-lg-11,.col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-12 {
        width: 100%
    }
}
#goog-gt-tt {
    display: none!important;
}
font, font:hover {
    box-shadow: none!important;
    background: 0 0!important;
}
