@import "typography.css";
/*--------------------------Reset CSS--------------------------------------------*/
html,body {font-size: 17px; font: normal 17px 'ralewayregular', Arial, Helvetica, sans-serif; line-height: 24px; color: #2d2d28; background-color:#e8e4db;font-weight: 400;overflow-x: hidden !important;}
body { position:relative;}
p{margin: 0;padding: 0;line-height: initial;}
ul{margin:0; padding:0;}
h1,h2,h3,h4,h5,h6{margin:0;}
a:hover,a:focus{text-decoration:none;}
/*--Placeholder Reset--*/
input::-webkit-input-placeholder {color: #00 !important;font-style:italic;font-size:0.9rem;}
textarea::-webkit-input-placeholder {color: #000 !important;font-style:italic;font-size:0.9rem;}
input:-moz-placeholder { /* Firefox 18- */color: #000 !important; font-style:italic; font-size:0.9rem;}
textarea:-moz-placeholder { /* Firefox 18- */color: #000 !important; font-style:italic; font-size:0.9rem;}
input::-moz-placeholder {  /* Firefox 19+ */color: #000 !important;  font-style:italic;font-size:0.9rem;}
textarea::-moz-placeholder {  /* Firefox 19+ */color: #000 !important;  font-style:italic;font-size:0.9rem;}
input:-ms-input-placeholder { color: #000 !important; font-style:italic; font-size:0.9rem;}
textarea:-ms-input-placeholder { color: #000 !important; font-style:italic; font-size:0.9rem;}
/*--Select Reset--*/
select{width: 100%; height: auto; border: 0; background: transparent url(../images/arrow.png) no-repeat !important; background-size: 12px !important; background-position: right 15px center !important; -webkit-appearance: none; -moz-appearance: none;}
/*--Btn Reset--*/
.btn.focus, .btn:focus {outline: 0;box-shadow: none;}
button:focus {outline: none;outline: none;}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: none;
}
.bg-none{background:none;}
/*----------------------1. Navbar------------------------------------------*/
.navbar{
	border-bottom:4px solid #a2b1ac;
	padding: 70px 0 0;
	margin-bottom:45px;
}
.navbar-brand{
	position: absolute;
    top: 20px;
    left: 36px;
    background-color: #e8e4db;
    padding: 0 10px;
}
.navbar-nav .nav-item .nav-link{
	color:#173132; 
	padding:5px 15px; 
	cursor: pointer;
	font-family: 'ralewaybold', sans-serif;
	font-size:18px;
	text-transform:uppercase;
}
button.nav-link{
    background: none; 
    border: none;
}
.navbar-brand img{
    width: 100%;
}

/*----------------------2. Index Page Banner-------------------------------*/
.banner__inside{
	background-color:#1d2622;
	padding:49px;
}
.banner__txt{
	font-size:60px;
	font-family: 'ralewaybold', sans-serif;
	color: #a6b4af;
    line-height: 65px;
}
.banner__bot__txt{
	font-family: 'mexcellentregular', sans-serif;
	font-size:90px;
	line-height: 60px;
	color:#a6b4af;
}
.audio__title{
	font-size:26px;
	font-family: 'ralewaybold', sans-serif;
	color:#a6b4af;
	margin-bottom: 5px;
    margin-top: 52px;
}
/*----------------------2. Index Page About-------------------------------*/
.about{
    margin-top: 45px;
}
.about__left{
    width: 13%;
}
.about__right{
    width: 87%;
}
.about__right .title__txt{
    font-size: 23px;
    border-bottom: 4px solid #a2b1ac;
    padding: 25px 0 15px;
}
.about__box{
    margin-bottom: 35px;
    margin-right: 30px;
}
.studio__box{
    transform: skewX(7deg);
    position: relative;
    padding-bottom: 27px;
}
.studio__box:before{
    content:'';
    position: absolute;
    top: 0; 
    left: 9px;
    width: 4px;
    height: 100%;
    background-color: #173132;
}
.pic__Box{
    /*clip-path: polygon(0 0, 100% 0, 100% 100%, 23% 100%);*/
    width: 100%;
    transform: skewX(-7deg);
}
.pic__Box img{
    width: 471px;
}
.studio__details__Box{
    background-color: #a6b4af;
    margin-top: 25px;
    margin-left: 23px;
    padding:15px;
    padding-top: 0;
    position: relative;
}
.studio__details__Box:after{
    content:'';
    position: absolute;
    top: 0;
    right: -98%;
    width: 500px;
    height: 100%;
    background-color: #a6b4af;
}
.studio__equip__box{
    transform: skewX(-7deg);
}
.studio__right .title__txt{
    font-size:26px;
	font-family: 'ralewaybold', sans-serif;
    color: #173132;
    border-bottom: none;
}
.studio__right {
    width: 82%;
}
.studio__equip_1{
    margin-top: 20px;
    margin-bottom: 38px;
    transform: skewX(-7deg);
    z-index: 1;
    position: relative;
}
.mc__ttl{
    font-family: 'ralewayregular', sans-serif;
    color: #173132;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.mc__dtls{
    font-family: 'ralewaybold', sans-serif;
    color: #173132;
    font-size: 18px;
}
.spl__In__Box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.spl__Lft_Bx{
    width:20%;
    background-color: #a6b4af;
    transform: skewX(7deg);
    position: relative;
    height: 368px;
}
.spl__Lft_Bx:before {
    content: '';
    position: absolute;
    top: 0;
    left: -271%;
    width: 650px;
    height: 100%;
    background-color: #a6b4af;
}
.spl__Rgt_Bx{
    width:78%;
    background-color: #173132;
    transform: skewX(7deg);
    position: relative;
}
.spl__Rgt_Bx:after{
    content:'';
    position: absolute;
    top: 0;
    right: -450px;
    width: 546px;
    height: 100%;
    background-color: #173132; 
}
.spl__In__Details{
    transform: skewX(-7deg);
    padding: 72px 15px 72px 75px;
}
.spl__In__Details ul li{
    display: inline-block;
    color: #a6b4af;
    width: 49%;
    position: relative;
    margin-bottom: 15px;
    padding-left: 30px;
    text-transform: uppercase;
    font-size: 16px;
}
.spl__In__Details ul li:last-child{
    margin-bottom: 0;
}
.spl__In__Details ul li:before{
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    background: url("../images/triangle_bullet.png");
    background-size: 100%;
    width: 15px;
    height: 15px;
}
.spl__ttl_box {
    position: absolute;
    top: 41%;
    left: -246px;
    width: 380px;
    height: 100px;
    background-color: #173132;
    color: #a6b4af;
    transform: skewX(-7deg);
    padding: 35px 15px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-family: 'ralewaybold', sans-serif;
    font-size: 32px;
    text-transform: uppercase;
}

.contact__box{
    padding:75px 0;
    background-color: #173132;
    margin-top: 17px;
}
.contact__right{
    width: 82%;
    color: #a6b4af;
    border-bottom: none !important;
}
.contact__right .title__txt {
    font-size: 23px;
    border-bottom: none;
    padding: 25px 0 15px;
    font-family: 'ralewaybold', sans-serif;
    color: #fff;
}
.address{
    line-height: 30px;
}
.contact__box__in{
    margin-bottom: 30px;
    align-items: baseline;
}
.cntct__left img{
    max-width: 35px;
}
.contact__title__top{
    font-size: 45px;
    font-family: 'ralewaybold', sans-serif;
    color: #a6b4af;
}
.contact__title__bottom{
    font-size: 59px;
    font-family: 'mexcellent3d', sans-serif;
    color: #a6b4af;
    line-height: 50px;
}
.contact__form{
    margin-top: 60px;
}
.form-control{
    height: 42px;
    border-radius: 0;
    border: none;
}
textarea.form-control{
    height: auto !important;
}
.btn-submit{
    padding: 15px 75px;
    border-radius: 0;
    background-color: #d44e31;
    color: #fff;
    font-family: 'ralewaybold', sans-serif;
    font-size: 26px;
}
.contact__Box__left__out{
    margin-top: 115px;
}
.footer{
    background-color: #000;
    padding: 15px 0;
}
.social__block ul li{
    display: inline-block;
    list-style-type: none;
}
.social__block ul li a{
    padding: 0 5px;
    display: block;
}
.social__block ul li a img{
    max-width: 50px;
}
.copyright__block{
    color: #a6b4af;
    text-align: right;
    padding: 14px 0;
    font-size: 12px;
}
/*--------------------------Responsive Code----------------------------------*/
@media all and (max-width:5119px) and (min-width:2560px){
	.studio__details__Box:after {
        right: -228%;
        width: 1000px;
    }
    .spl__Rgt_Bx:after {
        right: -948px;
        width: 1000px;
    }
    .spl__Lft_Bx:before {
        left: -417%;
        width: 1000px;
    }
}
@media all and (max-width:1400px) and (min-width:1366px){
	
}
@media all and (max-width:1200px) and (min-width:1024px){
    .banner__txt {
        font-size: 35px;
    }
    .banner__bot__txt {
        font-size: 70px;
    }
    .studio__details__Box:after {
        right: -130%;
    }
    .pic__Box img {
        width: 397px;
    }
    .studio__box {
        padding-bottom: 87px;
    }
    .about__right {
        width: 82%;
    }
    .studio__right .title__txt{
        padding-left: 20px;
    }
    .contact__title__bottom {
        font-size: 53px;
    }
    .contact__right {
        width: 73% !important;
    }
}
@media all and (max-width:992px) and (min-width:768px){
	.studio__box {
        padding-left: 12px;
    }
    .pic__Box img {
        width: 283px;
    }
    .studio__details__Box:after {
        right: -204%;
    }
    .studio__details__Box {
        margin-left: 17px;
    }
    .about__right {
        width: 77%;
    }
    .studio__right .title__txt {
        padding-left: 19px;
    }
}
@media all and (max-width:768px){
    .navbar-toggler-icon{
        line-height: 34px;
    }
    .navbar {
        padding: 25px 0 0;
        margin-bottom: 45px;
    }
    .navbar-brand {
        top: 14px;
        left: auto;
        right: 32px;
    }
    .navbar-brand img {
        width: 100%;
        max-width: 160px;
    }
    /*.navbar {
        padding: 108px 0 0;
        margin-bottom: 80px;
    }*/
	.spl__Rgt_Bx:after,.studio__details__Box:after,.spl__Lft_Bx,.studio__box:before {
        display: none;
    }
    .spl__Rgt_Bx {
        width: 100%;
        transform: skewX(0deg);
    }
    .spl__In__Details {
        transform: skewX(0deg);
        padding: 15px;
    }
    .spl__ttl_box {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
        background-color: #e8e4db;
        color: #173132;
        transform: skewX(0deg);
        padding: 35px 15px;
        border-radius: 0;
    }
    .studio__box {
        transform: skewX(0deg);
        padding-bottom: 27px;
    }
    .pic__Box {
        transform: skewX(0deg);
        clip-path: polygon(13% 0, 100% 0, 100% 100%, 13% 100%);
        margin-left: -24px;
    }
    .pic__Box img {
        width: 100%;
    }
    .studio__details__Box {
        margin-left: 0;
    }
    .studio__equip__box,.studio__equip_1 {
        transform: skewX(0deg);
    }
    .about__right {
        width: 75%;
    }
    .spl__In__Details ul li {
        display: block;
        width: 100%;
        font-size: 16px;
    }
    .banner__txt {
        font-size: 33px;
        line-height: 65px;
    }
    .banner__bot__txt {
        font-size: 49px;
        line-height: 16px;
    }
    .banner__inside {
        padding: 15px;
    }
    .contct_img{
        width:70px
    }
    .contact__Box__left__out {
        margin-top: 0;
    }
    .contact__title__bottom {
        font-size: 41px;
        line-height: 37px;
    }
    .contact__title__top {
        font-size: 39px;
    }
    input[type="email"]{
        margin-bottom: 15px;
    }
    .social__block,.copyright__block{
        text-align: center;
    }
}