/*

*

* DEFAULT

*

*/
body {

	padding: 0px;

	margin: 0px;

	font-family: "source-sans-pro",sans-serif !important;

	font-size: 16px;

	box-sizing: border-box;

}

a {

	text-decoration: none;

}

/* ul {

	margin: 0;

	padding: 0;

} */

/* li {

	list-style: none;

	margin: 0;

	padding: 0;

}
 */
img {

	width: auto;

}

/*

*

* FONTS

*

*/

@font-face {

  font-family: Brandon Grotesque Medium;

  src: url(../fonts/Brandon_med.otf);

}

@font-face {

  font-family: Brandon Grotesque Italik;

  src: url(../fonts/Brandon_med_it.otf);

}

@font-face {

  font-family: Brandon Grotesque Light Italik;

  src: url(../fonts/Brandon_light_it.otf);

}

@font-face {

  font-family: Brandon Grotesque Light;

  src: url(../fonts/Brandon_light.otf);

}

@font-face {

  font-family: Brandon Grotesque Regular;

  src: url(../fonts/Brandon_reg.otf);

}

@font-face {

  font-family: Brandon Grotesque Bold;

  src: url(../fonts/Brandon_bld.otf);

}

/*

*

* GRID

*

*/

.avd-container {

	width: 95%;

	max-width: 1550px;

	margin: auto;

}

.avd-row {

	display: flex;

    flex-wrap: wrap;

}

.owl-carousel .owl-nav.disabled{
	display: block !important;
}


.owl-theme .owl-nav {
    margin-top: 10px;
    position: relative;
    bottom: 295px;
}

.owl-prev{
	position: absolute;
    left: -35px;
}

.owl-next{
	position: absolute;
    right: -35px;
}

.avd-col-1 {

	width: 8.33%;

	display: inline-block;

}

.avd-col-2 {

	width: 16.66%;

	display: inline-block;

}

.avd-col-3 {

	width: 25%;

	display: inline-block;

}

.avd-col-4 {

	width: 33.1%;

	display: inline-block;

}

.avd-col-5 {

	width: 41.65%;

	display: inline-block;

}

.avd-col-6 {

	width: 50%;

	display: inline-block;

}

.avd-col-7 {

	width: 58.31%;

	display: inline-block;

}

.avd-col-8 {

	width: 66.64%;

	display: inline-block;

}

.avd-col-9 {

	width: 74.97%;

	display: inline-block;

}

.avd-col-10 {

	width: 70.3%;

	display: inline-block;

}

.avd-col-11 {

	width: 91.63%;

	display: inline-block;

}

.avd-col-12 {

	width: 100%;

	display: inline-block;

}

.align-items-center {

	align-items: center

}

.align-items-bottom {

	align-items: end

}

.align-items-top {

	align-items: start

}

.align-text-left {

	text-align: left;

}

.align-text-center {

	text-align: center;

}

.align-text-right {

	text-align: right;

}

/*

*

* HEADER

*

*/

header.avd-header {

	width: 100%;

	padding: 25px 0px;

	background: #000;

}

.avd-logo {

	width: 20%;

	height: auto;

}

.avd-logo img {

	width: 100%;

}

.avd-menu-desktop {

	width: 80%;

}

.avd-menu-nav {

	display: block;

}

ul#avd-menu-ul {

	list-style: none;

	text-align: right;

}

ul#avd-menu-ul li {

	list-style: none;

	display: inline-block;

	vertical-align: middle;

	margin-right: 20px;

	vertical-align: middle;

}

ul#avd-menu-ul > li:hover{
	border-bottom: 1px solid #fff;
}

.sub-menu > li a:hover{
	border-bottom: 1px solid #fff;
}

ul#avd-menu-ul > li:last-child{
	background-color: #2D4499;
	padding: 16px 24px;
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
}

ul#avd-menu-ul > li:last-child:hover{
	border-bottom: unset;
}

ul#avd-menu-ul > li:last-child a:hover{
	border-bottom: 1px solid #fff;
}	

.sub-menu li{
	text-align: left;
}

ul#avd-menu-ul li a {

	color: #fff;

	text-decoration: none;

	font-family: Brandon Grotesque Regular;

	font-size: 18px;

	text-transform: uppercase;

}

.owl-theme .owl-nav{
	padding: 0 40px;
}

a.avd-btn {

	background-color: #2D4499;
	padding: 11px 38px;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
    text-decoration: none;
    font-family: Brandon Grotesque Regular !important;

}

/*

*

* MAIN

*

*/

main.avd-main {

	width: 100%;

	height: auto;

}

/*

*

* HERO

*

*/

.avd-hero {

	width: 100%;

	height: 85vh;

	background-image: url(../img/hero-image.png);

	background-repeat: no-repeat;

	background-position: center;

	background-size: cover;

	position: relative;

}

.avd-hero-overlay {

	width: 100%;

    height: 30vh;

    position: absolute;

    bottom: 0;

    left: 0;

	background: linear-gradient( to bottom, transparent, black);

}

.avd-hero-content {

	width: 100%;

	position: absolute;

	bottom: 0;

	left: 0;

	z-index: 1;

	padding-bottom: 80px;

}


.avd-hero-content h2 {

	color: #fff;

	/* text-transform: uppercase; */

	font-size: 55px !important;

}

.avd-hero-content .avd-btn {

	margin-top: 20px;

	display: inline-block;

}

img.wbenc-certifiel-logo {
    width: 130px;
    height: auto;
    right: 9.5%;
	bottom: 50px;
}

.no-font {

	font-size: 0px;

}

/*

*

* SIMPLE GRID

*

*/

.avd-grid {

	padding: 80px 0px;

}

.avd-no-top {

	padding-top: 0px;

}

.avd-grid h2 {

	font-size: 30px;

	font-family: Brandon Grotesque Bold;

	padding-bottom: 15px;

}

.avd-grid p {

	padding-top: 20px;

	font-family: "source-sans-pro",sans-serif !important;

	font-size: 18px;

	overflow: hidden;

	text-overflow: ellipsis;

}

.avd-event-card p{
	max-height: 150px;
}

.avd-container-grid-text {

	width: 88%;

}

.img-full {

	width: 100%;

}

/*

*

* Events

*

*/

.avd-events {

	position: relative;

}

.avd-events-title h2 {

	padding-bottom: 30px;

}

.avd-event-card {

	width: 90%;

	margin: auto;

}

.avd-event-card-head {

	width: 100%;

	height: 330px;

	background-image: url(../img/services-header.png);

	background-size: cover;

	background-position: center;

	background-repeat: no-repeat;

	position: relative;

}

.avd-event-card-head h2 {

	color: #fff;

	font-size: 22px;

}

.avd-event-card-head h2 a {

	color: #fff;

	font-size: 22px;

}

.avd-event-card-limiter {

	width: 81%;

	margin: auto;

}

.avd-event-card-head .avd-event-card-limiter {

	position: absolute;

	bottom: 0;

	left: 7.5%;

	z-index: 1;

}

.avd-card-overlay {

	width: 100%;

  height: 100px;

  position: absolute;

  bottom: 0;

  left: 0;

	background: linear-gradient( to bottom, transparent, black);

}

.avd-event-card-content {

	width: 100%;

	padding: 10px 7.5%;

	background-color: #000;

	color: #fff;

	position: relative;

	height: 280px;

	min-height: 280px;

	max-height: 280px;

}

.avd-event-card-content * {

	color: #fff;

}

.avd-event-card-content p {

	padding-top: 0px;

}

.avd-event-card-content a.avg-learn-more-card {

	display: inline-block;

  bottom: 30px;

  font-family: Brandon Grotesque Medium;
  letter-spacing: 1px;

}

.avd-events .owl-dots {

	display: none;

}

.avd-events .owl-nav {

  position: absolute;

  top: 40%;

  left: 3%;

  display: flex;

  width: 94%;

  align-content: space-between;

  flex-wrap: nowrap;

  justify-content: space-between;

  align-items: center;

}

.avd-events .owl-nav button span {

	background-color: #2D4499!important;

  display: inline-block;

  padding: 30px 30px;

  font-size: 0px;

}

.avd-events .owl-nav button span img {

	width: 25px;

}

/*

*

* TESTIMONIALS

*

*/

.avd-testimonials {

	background-color: #eeeeee;
	padding: 100px 175px;

}

.avd-testimonial h2 {

	font-size: 40px;

	font-family: Brandon Grotesque Light;

	font-weight: 100 !important;

}

.avd-testimonial h4 {

	font-size: 20px;

	padding-top: 30px;

	font-family: Brandon Grotesque Bold;

	text-transform: uppercase;
	color: #000 !important;

}

.avd-testimonials .owl-nav {

	display: none;

}

.avd-testimonials .owl-dots {

	text-align: left!important;

}

.avd-testimonials .owl-theme .owl-dots {

	padding-top: 60px;

}

.avd-testimonials .owl-theme .owl-dots .owl-dot.active span, 

.avd-testimonials .owl-theme .owl-dots .owl-dot:hover span {

  background: #2D4499;

}

.avd-testimonials .owl-theme .owl-dots .owl-dot span {

	width: 20px;

	height: 20px;

  background: #000;

}

.avd-testimonials .avd-container{
	max-width: 100%;
}

/*

*

* CONTACT FORM

*

*/

.avg-contact-form {

	background-color: #2D4499;

	padding: 100px 0px;

}

.avg-contact-form h2 {

	color: #fff;

	font-family: Brandon Grotesque Bold;

	font-size: 50px;

	text-transform: uppercase;

}

.avg-contact-form h4 {

	color: #fff !important;

	padding-top: 25px;

	font-size: 30px;

	font-family: Brandon Grotesque Light;

}

.avg-contact-form .avd-row input {

	width: 95%;

	font-family: Brandon Grotesque Light;

	height: 50px;

	font-weight: 600;

	color: #000;

	padding: 0px 20px;

	margin-top: 15px;

	border: solid 1px #fff;

	background-color: #fff;

}

.avg-contact-form .avd-row textarea {

	width: 95%;

	font-family: Brandon Grotesque Light;

	color: #757575;

	font-weight: 600;

	padding: 20px 20px;

	margin-top: 15px;

	border: solid 1px #fff;

	background-color: #fff;

	height: 180px;

}

.avg-contact-form .avd-row textarea:focus,

.avg-contact-form .avd-row input:focus {

	outline: none;

}

.avg-contact-form .avd-row .avd-contact-form-submit {

	text-align: right;

	margin-right: 5%;

}

.avg-contact-form .avd-row .avd-contact-form-submit input {

	width: auto;

	text-transform: uppercase;

	font-family: Brandon Grotesque Medium;

	padding: 15px 40px;

  height: auto;

}

.avg-contact-form .avd-row .avd-contact-form-submit input:hover{
	font-family: Brandon Grotesque Bold;
	transition: all 0.5s ease-in-out;
}

.avg-contact-form .avd-container{
	padding: 0 75px;
}

/*

*

* FOOTER

*

*/

footer.avd-footer {

	background-color: #ffffff;

	padding: 100px 0px;

}

.container {

  width: 1202px;

  max-width: 93%;

  padding-right: 0px!important;

  padding-left: 0px!important;

}



footer {

  max-width: 1400px!important;

  padding-right: 0px!important;

  padding-left: 0px!important;

}

.sticky{
	position: fixed;
	z-index: 20;
	top: 0;
}

.col-sm-3{
	padding-left: 150px;
}

.row{
	margin-left: unset;
	margin-right: unset;
}

.container-404{
	background-image: url(https://avdusa.trillioncreates.com/wp-content/uploads/avd-facebook-show-2.png);
	width:100%;
	height: 700px;
	background-size: cover;
	display: flex;
	position: relative;
}

.container-404::after{
	content: '';
	background-color: #00000038;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;

}

.container-text-404.avd-container {
    margin: 0 auto 50px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.container-text-404.avd-container h1, .container-text-404.avd-container p{
	color: #ffffff;
	z-index: 2;
}

.container-text-404.avd-container a{
	background-color: #2D4499;
    padding: 16px 24px;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
	width: fit-content;
	z-index: 2;
}

/*Hamburguer Menu*/

.hamburguer{
	background-color: transparent;
	border: none;
	outline: none;
	cursor: pointer;
	display: none;
}

.hamburguer .line{
	display: block;
	width: 40px;
	height: 3px;
	background-color: #ffffff;
	margin-block: 10px;
	border-radius: 4px;
	transition: transform .5s,
	opacity .25s ;
}

.hamburguer.active .line:nth-child(1){
	transform: translateY(13px)
	rotate(45deg);
}

.hamburguer.active .line:nth-child(2){
	opacity: 0;
}

.hamburguer.active .line:nth-child(3){
	transform: translateY(-13px)
	rotate(-45deg) ;
}

.mobile_menu{
	width: 0%;
	display: none;
	position: relative;
    background-color: #2d4499;
    z-index: 2;
	padding: 20px 20px;
	transition: all .5s;
	position: fixed;
	margin-top: 20px;
}

.mobile_menu nav{
	/* padding-bottom: 100%; */
		overflow-y: auto;
		height: 80vh;
}

.mobile_menu ul{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.mobile_menu p{
	font-size: 16px !important;
	line-height: 2 !important;
	color: #fff !important;
	width: fit-content !important;
}

.phone_mobile{
	color: #fff;
}

.phone_mobile:hover{
	color: #fff;
}

.social_mobile{
	flex-direction: row !important;
	position: relative;
	top: 40px;
}

.fab{
	font-size: 32px;
	color: #fff;
	margin-right: 15px;
}

.show{
	width: 100%;
	display: block;
	height: 100%;
}

.mobile_menu ul li a{
	font-size: 18px !important;
	line-height: 2 !important;
}

.mobile_menu ul#avd-menu-ul li:last-child{
	padding: unset;
	font-size: 18px;
	text-transform: unset;
	background-color: unset;
}
ul#avd-menu-ul > li:first-child{
	display: none;
}
.latesteventsbox a:hover{
	font-weight: unset;
	text-decoration: underline;

}
.tags{
	padding: 40px;
	padding-top: 50px;
	padding-bottom: 0px;
	
}
.tags p a:hover{
	color: #000;
	text-decoration: underline;
}
.tags p a{
	display: inline-block;
	color: #000 !important;
	font-size: 16px;
}
.title_tg{
	font-size: 20px ;
	color: #2d4499;
}

.cta_post {
    position: relative;
    max-width: 1165px;
    width: 81.5vw;
    left: 0px;
}

.cta_post .wpb_column .vc_column-inner {
    padding: 40px !important;
    padding-bottom: 20px !important;
    padding-top: 20px !important;
}

.header-insights{
	padding: 45px;
}

.show_sidebar_resp{
	display: none;
}
.sidetitle{
	margin-top: 0px
}

.mobile-desktop{
	color: #fff !important;
}

.mobile-desktop:hover{
	color: #888 !important;
}

.col-md-3{
	padding-top: 40px;
}

/* .avd-events{
	width: 100% !important;
	max-width: 95% !important;
    margin: auto !important;
} */

.show-sub{
	display: block;
}

.certified{
	display: flex;
    flex-direction: column;
    align-items: flex-end;
	position: relative;
	top: 45px;
}

.certified p{
	color: #fff;
	text-align: center;
	font-size: 13.5px;
	margin-top: 5px;
}

.current-menu-ancestor > a, .current_page_item a{
	font-family: 'Brandon Grotesque Bold' !important;
}

.avd-hero-content .avd-col-10{
	width: 51.3%;
}

.tiny{
	font-family: "brandon-grotesque",sans-serif;
	line-height: 35px !important;
    margin-bottom: 0px !important;
	font-size: 16px !important;
    font-weight: bold!important;
    text-transform: uppercase!important;
    color: #000000 !important;
}  


.nf-form-content nf-fields-wrap{
	columns: 2;
}

.col-2-form{
	width: 66.6%;
}

.col-2-form nf-fields-wrap{
	-webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    display: block;
}

.nf-form-fields-required{
	display: none;
}
/* .footercntbtn{
	margin-right: 15px !important;
} */


.vc_custom_1656616546501{
	background-position: center !important;
    background-repeat: no-repeat;
    background-size: cover;
}

.contac-title{
	width: 400px !important;
}


.page-id-2204 #nf-field-24{
	margin-right: 15px !important;
}

.nf-field-container{
	margin-bottom: 15px !important;
}

.col-2-form nf-fields-wrap .nf-field-container{
	margin-bottom: 0px !important;
}

.col-2-form nf-fields-wrap .nf-field-container .nf-field .textarea-wrap .nf-field-element{
	display: flex;
    align-items: flex-end;
    height: 204px;
}

.col-2-form .nf-field-element textarea{
	height: 190px;
}

.vc_column_container>.vc_column-inner{
	padding: 0;
}

.vc_row{
	margin: 0;
}

.phone-number{
	color: #fff;
}

.phone-number:hover{
	font-family: Brandon Grotesque Bold;
	color: #fff;
}

.contact-left{
	padding-right: 40px;
}

.text-studio-right{
	padding: 0 30px;
}

.our-history-section .vc_column-inner{
	padding: 60px 60px 60px 30px ;
}

.our-history-img-section{
	padding: 60px 30px 60px 60px;
}

.page-id-616 #nf-field-5{
	width: 130px;
    font-family: Brandon Grotesque Bold;
    height: 50px;
    font-weight: 600;
    color: #fff;
    padding: 0px 20px;
    margin-top: 15px;
    border: solid 1px #FFF;
    background-color: #2d4499;
}

.why-avd-section{
	padding: 20px ;
}

.our-team-img{
	max-width: 820px;
}

.show-tab{
	display: none;
}

.first-section-company .vc_col-sm-8 > div{
	padding: 100px !important;
}

.title-banner-avd{
	padding-left: 130px;
}

.title-banner-contact{
	padding-left: 130px;
}

.mg_has_txt_under div .thumb {
    max-width: 100%;
}

.services-title-padding{
	padding-left: 100px;
	padding-bottom: 100px;
}

.studio-rental-title{
	padding-left: 130px;
}

#nf-field-30{
	position: relative;
	top: 5px;
}

@media screen and (min-width:1441px){
	.avd-testimonials .avd-container {
		width: 75%;
	}
}

@media screen and (min-width:992px){
	.col-md-3{
		float: right !important;
	}
}

/*- Desktop -*/

@media screen and (max-width: 1600px){
	.avd-event-card {
		width: 95%;
	}
}

@media  screen and (max-width: 1440px) {
	ul#avd-menu-ul li a{
		font-size: 1.3vw;
	}
	.avd-hero-content .avd-container h2{
		font-size: 45px !important;
	}
	.avd-hero-content .avd-container .avd-row .avd-col-10{
		position: relative;
		top: 50px;
	}
	.avd-grid p{
		font-size: 1.25vw;
	}

	img.wbenc-certifiel-logo{
		right: 3%;
	}

/* 	.ccs_header h1{
		left: 2%;
	} */
	.cta_post{
		position: relative;
		max-width: 1370px;
		width: 80.5vw;
		left: 5px;
	}
/* 	.avd-container {

		width: 90%;
	
	} */
}



@media screen and (max-width: 1024px){
	.avd-events .owl-nav button span{
		padding: 15px 15px;
	}
	.avd-events .owl-nav{
		left: unset;
		width: 100%;
	}
	.owl-theme .owl-nav{
		padding: 0 18px;
		margin-top: 50px !important;
	}
	.cta_post{
		width: 89.5vw;
	}
}

/*- Tablet -*/
@media screen and (max-width:820px){

	.avg-contact-form .avd-container .avd-row{
		flex-direction: row;
		padding: 0 8px;
	}

	.avg-contact-form .avd-container .avd-row .avd-col-4{
		width: 100%;
	}

	.avg-contact-form .avd-container .avd-row .avd-col-4:nth-child(2){
		width: 100%;
	}

	.avg-contact-form .avd-container .avd-row .avd-col-4:nth-child(3){
		width: 50%;
	}
	footer .container-fluid .row{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	footer .col-sm-3{
		width: 50%;
		padding-left: 45px;
	}
	footer .col-sm-4{
		width: 50%;
		padding-left: 15px;
	}
	.section_2 .avd-container .avd-row{
		display: flex;
		flex-direction: column;
	}
	.section_2 .avd-container .avd-row .avd-col-6{
		width: 100%;
	}

	.avd-grid p {
		font-size: 18px;
	}
	.avd-container-grid-text {
		width: 100%;
	}
	.avd-logo{
		width: 100%;
		max-width: 200px;
	}
	.avd-menu-nav{
		display: none;
	}
	.avd-menu-desktop{
		width: fit-content;
	}
	.avd-header .align-items-center{
		justify-content: space-between;
	}
	.hamburguer{
		display: block;
	}
	.avd-testimonials .owl-carousel .owl-item.active{
		margin-right: 10px;
	}
	.avd-testimonials .owl-stage-outer{
		height: 400px;
	}
	.avd-testimonials .owl-theme .owl-dots{
		padding-top: 0px;
	}
	.avg-contact-form h2{
		font-size: 35px;
	}
	.avg-contact-form{
		padding: 50px 0;
	}
	.avg-contact-form .avd-col-4{
		text-align: center;
	}

	.avg-contact-form .avd-col-4 h2, .avg-contact-form .avd-col-4 h4{
		text-align: left;
		margin: 0 20px;
	}

	ul#avd-menu-ul li:first-child{
		display: block;
	}
	.owl-theme .owl-nav{
		padding: 0 0px;
		margin-top: 50px !important;
	}
	.owl-theme .owl-nav [class*=owl-]{
		margin: 5px 0px !important;
	}
	.ccs_header h1{
		width: 90%;
	}

	.ccs_header h1{
		left: 48px;
	}
	.show_sidebar_resp{
		display: block;
	}

	.eventsinglecontainer{
		display: flex;
		flex-direction: column-reverse;
	}

	.cta_post {
		width: 87vw;
	}
	.avd-testimonials{
		padding: 100px 60px;
	}
	.avg-contact-form .avd-container{
		padding: 0 0px;
	}
	.avg-contact-form .avd-row .avd-contact-form-submit {
		text-align: right;
		margin-right: 2.5%;
	}
	.eventsinglecontainer .col-md-9{
		padding: 40px;
		padding-left: 20px;
		padding-right: 20px ;
	}

	.vc_grid-item-mini{
		height: 490px !important;
	}

	.vc_gitem-zone-c{
		height: 225px;
	}

	.mobile_menu nav .menu-header-menu-container #avd-menu-ul li{
		text-align: left;
		max-width: 100%;
	}
	.sub-menu{
		display: none !important;
	}

	.menu-item-has-children:hover .sub-menu{
		border-top: unset !important;
		position: relative !important;
	}
	.avd-hero-content .avd-col-10{
		width: 71.3%;
	}
	.avd-btn{
		position: relative;
		top: 25px;
	}
	ul#avd-menu-ul > li:hover{
		border-bottom: unset;
	}

	.our-team-sec{
		flex-direction: column;
		align-items: center;
	}

	.our-team-sec > div{
		width: 100%;
	}

/* 	.awesome-people{
		flex-direction: column;
		align-items: center;
	} */

	.awesome-people > div{
		width: 50%;
	}

	.page-id-1658 .vc_col-sm-2 {
		display: none;
	}

	.img-services{
		width: 100% !important;
	}

	.show-tab{
		display: block;
	}

	.hide-tab{
		display: none;
	}

	.page-id-1059 .posttopfeatured_row{
		flex-direction: column;
	}

	.page-id-1059 .posttopfeatured_row > div{
		width: 100%;
	}

/* 	.vc_custom_1579172131615{
		display: none;
	} */

	.page-id-616 .vc_col-sm-2{
		display: none;
	}

	.page-id-616 .vc_col-sm-4{
		width: 100%;
	}
	
	.tags{
		padding-bottom: 40px;
	}

	.col-2-form nf-fields-wrap .nf-field-container .nf-field .textarea-wrap .nf-field-element{
		justify-content: center;
	}

	footer .widget {
		margin-bottom: 30px;
	}
	 .vc_col-sm-2{
		display: none;
	}
	 .vc_col-sm-8{
		width: 100%;
	}

	.page-id-1658 .vc_col-sm-10{
		width: 100%;
	}

	.page-id-1658 .vc_col-sm-1{
		display: none;
	}

	.first-section-company .vc_col-sm-8 div{
		padding-left: 0px !important ;
		padding-right: 0px !important ;
	}
	
	.maxhalfcontainer{
		max-width: unset;
	}
	
	.text-ourteam-section{
		padding: 100px 0px;
	}

	.ftc_text{
		width: 50%;
		padding-right: 20px;
		color: #fff ;
		padding-top: 25px;
		font-size: 26px;
		font-family: Brandon Grotesque Light;
	}

	.ftc_text h2 {
		color: #fff;
		font-family: Brandon Grotesque Bold;
		font-size: 27px !important;
		text-transform: uppercase;
	}

	.ftc_form{
		width: 100%;
		margin-top: 50px;
	}

	.footertopcontact{
		display: flex;
		flex-direction: column;
		padding: 0;
	}

	footer .show-tab{
		position: relative;
		top: 50px;
	}

	footer .footer-cont a:last-child{
		margin-left: 40px;
	}
	
	.tiny {
		margin-top: -5px;
	}

	.vc_col-sm-6{
		width: 100%;
	}

	.page-id-1059 .vc_col-sm-6{
		width: 50%;
	}

	.page-id-1059 .container{
		max-width: 100%;
	}

	.page-id-1059 .container .col-md-12:first-child{
		padding: 0;
	}

	.page-id-1059 .container .col-md-12:last-child{
		padding-left: 50px;
		padding-right: 50px;
	}
	
	.title-banner-avd{
		padding-left: 35px;
	}

	.title-banner-contact{
		padding-left: 60px;
	}

	.mg_inl_txt_td {
		padding: 5px 5% 5px 5%;
	}

	.mg_inl_txt_td h4{
		font-size: 20px !important;
		margin-bottom: 0px !important;
	}

	.mg_inl_txt_td p{
		font-size: 14px !important;
	}

	.our-history-section .vc_column-inner{
		padding: 60px 0px 60px 0px;
	}
	.our-history-img-section {
		padding: 60px 0px 60px 0px;
	}
	.services-title-padding{
		padding-left: 45px;
	}
	.case-studies-form .avd-row .avd-col-4:nth-child(2) {
    	width: 50% !important;
	}
	
	.image-company-building .vc_figure{
		width: 100%;
	}
	
	.image-company-building .vc_figure .vc_single_image-wrapper{
		width: 100%;
	}
	
	.image-company-building .vc_figure .vc_single_image-wrapper img{
		width: 100%;
	}
	
	.studio-rental-title{
		padding-left: 45px;
	}
	
}


@media screen and (max-width: 767px){
	.vc_grid-item-mini{
		height: unset !important;
	}

	.vc_gitem-zone-c{
		height: unset;
	}
	.insightgrid .vc_grid-styled-select{
		border: unset;
	}
	.vc_gitem_row .vc_gitem-col{
		padding: 35px;
	}

	.page-id-1059 .vc_col-sm-6{
		width: 100%;
	}
}

@media screen and (max-width: 500px){
	.avd-hero {
		height: 410px;
		background-image: url(../img/hero-image.png);
		background-size: contain;
		background-position: unset;
	}
	.avd-hero-overlay{
		background: linear-gradient( to bottom, transparent 10%, black 45%);
		height: 100%;
	}
	.avd-hero-content .avd-container h2{
		font-size: 32px !important;
	}
	.avd-hero-content{
		padding-bottom: 50px;
	}
	.avd-testimonial h2{
		font-size: 24px !important;
	}
	.avd-testimonial h4{
		font-size: 20px !important;
	}
	.avd-testimonials .avd-container{
		width: 95%;
		/* padding: 0 20px; */
	}
	footer .col-sm-4, footer .col-sm-3{
		padding-left: unset;
	}
	.avg-contact-form{
		bottom: 200px;
	}
	.owl-theme .owl-nav{
		padding: 0 0px;
		margin-top: 50px !important;
	}
	.owl-theme .owl-nav [class*=owl-]{
		margin: 0 !important;
	}
	.cta_post {
		width: 86.5vw;
	}
	.avd-events .owl-item.active{
		margin-right: 17px;
	}
	.avd-event-card {
		width: 100%;
	}

	.ccs_header h1{
		left: 35px;
	}
	.cta_post {
		width: 83.5vw;
	}
	.avd-event-card-content{
		padding: 10px 55px;
	}
	.avd-event-card-head h2 {
		padding: 0 25px;
	}
	.cta_post{
		flex-direction: column-reverse;
	}
	.avd-testimonials{
		padding: 0px 20px 40px;
	}
	.avd-grid{
		padding: 80px 0 40px;
	}
	img.wbenc-certifiel-logo{
		width: 90px;
	}
	.certified > a{
		position: relative;
		right: 5px;
	}
	.certified p{
		font-size: 10px;
		line-height: 10px;
	}
	.avd-event-card-content p{
		padding: 0 25px;
	}

	.avg-learn-more-card{
		margin: 0 25px;
	}

	.col-2-form nf-fields-wrap{
		columns: 1;
	}

	.col-2-form nf-fields-wrap .nf-field-container .nf-field .textarea-wrap .nf-field-element{
		justify-content: center;
	}

	.footercntbtn{
		margin-right: 0px !important;
	}

	.page-id-2204 #nf-field-24{
		margin-right: 10px !important;
	}

	footer{
		padding-left: 25px !important;
	}
	
	.nf-form-content nf-fields-wrap{
		columns: 1;
	}

	.footertopcontact nf-fields-wrap nf-field:nth-child(4){
		margin-bottom: 20px;
	}

	.our-history-section{
		padding: 0;
		padding-top: 0px !important;
	}

	.our-history-section .vc_column-inner{
		padding: 0px;
		padding-top: 0px !important;
		padding-bottom: 30px !important;
	}

	.our-history-img-section{
		padding: 0;
	}

	.contac-title{
		width: 220px !important;
	}

	.contact-left {
		padding-right: 0px;
	}

	.page-id-1059 .container{
		max-width: 100%;
	}

	.page-id-1059 .container > .row > .col-md-12:first-child{
		padding: 0;
	}

	footer .container-fluid .row{
		display: flex;
		flex-direction: column;
	}
	footer .col-sm-3{
		width: 100%;
	}
	footer .col-sm-4{
		width: 100%;
	}

	.awesome-people > div{
		width: 100%;
	}

	footer .show-tab{
		display: none;
	}

	footer .hide-tab{
		display: block;
	}

	.ftc_text{
		width: 100%;
	}

	.avg-contact-form .avd-container .avd-row{
		flex-direction: column;
		padding: 0 8px;
	}

	.avg-contact-form .avd-container .avd-row .avd-col-4:nth-child(2), .avg-contact-form .avd-container .avd-row .avd-col-4:nth-child(3){
		width: 100%;
	}

	.avg-contact-form .avd-container .avd-row .avd-col-4:nth-child(2){
		width: 100% !important;
	}
	
	.studio-rental-title{
		padding-left: 17px;
	}
	
	.ftc_form{
		margin-top: 0;
		padding:0px !important;
	}
	
}

@media screen and (max-width: 425px) {
	.cta_post {
		width: 87.5vw;
	}
	.avd-hero-content .avd-col-10{
		width: 100%;
	}

}

@media screen and (max-width: 375px){
	.cta_post {
		width: 80.5vw;
	}
	.avd-event-card-content p{
		padding: 0 25px;
	}

	.avg-learn-more-card{
		margin: 0 25px;
	}
}

.fa-angle-up{
	display: none !important;
}

.show-angle{
	display: inline-block !important;
}

.hide-angle{
	display: none !important;
}

.show-sub{
	display: flex !important;
}

@media screen and (min-width: 820px){

/* 	.sub-menu{
		margin-top: 30px;
	} */

	li:hover .sub-menu {
		display: flex;
		flex-direction: column;
		position: absolute;
		z-index: 1;
		background-color: #2D4499;
		padding: 10px;
		border-top: 42px solid #000;
		margin-top: 1px;
	}

}

.tags p:last-child{
	color: transparent;
	font-size: 0px;
}

.tags p:last-child a::after{
	content: ",";
	color: #000;

}

.tags p:last-child a:last-child::after{
	content: '';
}

