@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,600;1,700;1,800&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins' , sans-serif;
}

.clear {
    clear: both;
}

.common-h5 {
    color: red;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 7px;
}

.common-h2 {
    color: red;
    font-size: 30px;
    line-height: 38px;

}

.text-center {
    text-align: center;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.container {
    max-width: 1330px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

a {
    font-family: 'Rubik';
    font-weight: 400;
}

.active  {
    color: #f47514 !important;
}

h1,
h2,
h3,
h4,
h5,
h6{
    font-family: 'Nunito';
    font-weight: 800;
}

p {
    font-family: 'Rubik';
    font-weight: 400;
}

.arrow i {
    position: fixed;
    bottom: 20px;
    right: 25px;
   
}

.fixed-header {
    position: fixed;
    widows: 100%;
    z-index: 99;
    left: 0;
    top: 0;
    background-color: #fff;
    box-shadow: 10px 10px 20px #fff;
}

header {
    z-index: 1;
    position: relative;
    padding-top: 20px;
}

.logoa{
    padding: 5px 0 0 80px;
    width: 200px;
    height: auto;
}

nav ul{
    padding: 0;
    margin: 0;
    float: right;
    margin-right: 30px;
}
nav ul li {
    background: black;
    position: relative;
    list-style: none;
    display: inline-block;
}

nav ul li a {
    display: block;
    padding: 0 15px;
    color: white;
    text-decoration: none;
    line-height: 60px;
    font-size: 20px;
}

nav ul li a:hover{
    background: #243342;
}

nav ul ul {
    position: absolute;
    top: 60px;
    display: none;
}

nav ul li:hover > ul{
    display: block;
    
}

nav ul ul li {
    width: 150px;
    display: list-item;
    float: none;
    position: relative;
}

nav ul  ul ul li {
    position: relative;
    top:-60px;
    left: 150px;
}



.nav-col {
    float: left;
    width: 75%;

}

.cnt-info-col {
    float: right;
    text-align: right;
    width: 25%;
}



.logo{
    float: left;
    width: 15%;
}

.menu-bar{
    /*float: right;*/
   /* width: 85%;*/
    background: black;
    display: grid;
    
}

.menu-bar ul {
    display: inline-flex;
    list-style: none;
    color: white;
}

.menu-bar ul li {
    width: 110px;
    margin: 15px;
    padding: 15px;
}
.logo img {
    width: 50%;
}

.menu-bar ul li a{
    text-decoration: none;
    color: white;
}

.active , .menu-bar ul li a {
    border-radius: 3px;
}

.sub-menu-1 {
    display: none;
}

.menu-bar ul li:hover .sub-menu-1{
    display: block;
    position: absolute;
    background: black;
    margin-top: 15px;
    margin-left: -15px;
}

.menu-bar ul li:hover .sub-menu-1 ul {
    display: block;
    margin: 10px;
}
.menu-bar ul li:hover .sub-menu-1 ul li {
    width: 150px;
    padding: 10px;
    border-bottom: 1px dotted #fff;
    background: transparent;
    border-radius: 0;
    text-align: left;
    
}

.sub-menu-2 {
    display: none;
}

.menu-bar ul li:hover .sub-menu-2{
    display: block;
    position: absolute;
    background: black;
    margin-top: 15px;
    margin-left: -15px;
}

.menu-bar ul li:hover .sub-menu-2 ul {
    display: block;
    margin: 10px;
}
.menu-bar ul li:hover .sub-menu-2 ul li {
    width: 150px;
    padding: 10px;
    border-bottom: 1px dotted #fff;
    background: transparent;
    border-radius: 0;
    text-align: left;
    
}

.sub-menu-3 {
    display: none;
}

.hover-me:hover .sub-menu-3{
    position: absolute;
    display: block;
    margin-top: -40px;
    background: black;
    border-bottom: 1px dotted #fff;
}

.sub-menu-4 {
    display: none;
}

.hover-me:hover .sub-menu-4{
    position: absolute;
    display: flex;
    margin-top: -40px;
    background: black;
    border-bottom: 1px dotted #fff;
}


/*
.menu-bar ul li:hover .sub-menu-3{
    display: block;
    position: absolute;
    background: black;
    margin-top: 15px;
    margin-left: -15px;
}

.menu-bar ul li:hover .sub-menu-3 ul {
    display: block;
    margin: 10px;
}
*/





.menu-bar a:hover{
    color:#f47514;
}

.cnt-info-col a{
    color:#4d4d4d;
    text-decoration: none;
    margin: 23px;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    transition: all 0.5s ease;
}

.cnt-info-col a:hover{
    color:#f47514;
    
}



section.header-bg-parent{
    position: relative;
    top: -90px;
}


.header-col1{
    float: left;
    width:25%;
    position: absolute;
    top: 30%;
    left: 3%;

}

.header-col2 {
   
    background-image: url(../images/bg4.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
    margin-top: -140px;


    
}



.header-col1 h5{
    color: blue;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
}

.header-col1 h2{
    color: blue;
    font-size: 30px;
    line-height: 40px;
    margin: 21px 0px 15px ;
    
}


/*
#contact {
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(../images/services1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0px;
    

} 

.form-par {
    background-image: linear-gradient(20deg, red, yellow);
    padding: 30px 40px;
    width: 50%;
    margin: 0 auto;
}

.form-com {
    width: 100%;
    height: 40px;
    margin: 10px 0px;
    padding: 10px 10px;
}

.form-par h2 {
    color: #fff;
    text-align: center;
    font-size: 35px;
    font-weight: 800;
    font-family: "Nunito";
    margin-bottom: 25px;
}

input.submit-btn {
    color: #fff;
    border: none;
    background-image: linear-gradient(180deg, #059DDE 0% , #1A2E84 100%);
    padding: 14px 40px;
    margin: 20px auto 0px;
    display: block;
    cursor: pointer;
    transition: all 0.5 ease;
        
}

input.submit-btn:hover {
    background-image: linear-gradient(180deg, #1A2E84 0% , #059DDE 100%);
    
}
*/

#contact{
    position: relative;
    min-height: 100vh;
    padding: 50px 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: url(../images/bg4.gif);
    background-size: cover;
}

.content{
    max-width: 800px;
    text-align: center;
    
}

.content h2{
    font-size: 32px;
    font-weight: 800;
    color: blue;
    
}

.container1{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.container1 .contactInfo{
    width: 50%;
    display: flex;
    flex-direction: column;
}

.container1 .contactInfo .box{
    position: relative;
    padding: 20px 0;
    display: flex;
    
}

.container1 .contactInfo .box .icon{
    min-width: 60px;
    height: 60px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 22px;
}

.container1 .contactInfo .box .text {
    display: flex;
    margin-left: 20px;
    font-size: 16px;
    color: #fff;
    flex-direction: column;
    font-weight: 300;
}

.container1 .contactInfo .box .text h3 {
    font-weight: 500;
    color: blue;
}

.contactform{
    
    /*padding: 40px;*/
    background: #fff;
    border-radius: 70px;
}

.contactform h2{
    font-size: 30px;
    color: #333;
    font-weight: 500;
    text-align: center;
    color: blue;
    font-weight: 700;
}

.contactform .inputbox{
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.contactform .inputbox input,
.contactform .inputbox textarea{
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    border: none;
    border-bottom: 2px solid #333;
    outline: none;
    
  
}

.contactform .inputbox span {
    position: absolute;
    left: 0;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    pointer-events: none;
    transition: 0.5s;
    color: #666;
}

.contactform .inputbox input:focus ~ span,
.contactform .inputbox input:valid ~ span,
.contactform .inputbox textarea:valid ~ span,
.contactform .inputbox textarea:valid ~ span
{
    color: #e91e63;
    font-size: 12px;
    transform: translateY(-20px);
}

.contactform .inputbox input[type="submit"]
{
    width: 100px;
    background: #00bcd4;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
}

@media (max-width: 991px)
{
    .contact
    {
        padding: 50px;
    
    }
    .container1{
        flex-direction: column;
    }
    .container1 .contactInfo{
        margin-bottom: 40px;
    }
    ..container1 .contactInfo, .contactform{
        width: 100%;
    }
}

#bio{
    position: relative;
    min-height: 100vh;
    padding: 50px 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: url(../images/bg4.gif);
    background-size: cover;
}

.container2{

   
    background: #fff;
    border-radius: 50px;
}

/*.container2 h1{
    line-height: 30px;
    color: blue;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.container2 p{
    line-height: 30px;
    margin-bottom: 30px;
    text-align: justify;
}
*/
#artist-statement{
    position: relative;
    min-height: 100vh;
    padding: 50px 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: url(../images/bg4.gif);
    background-size: cover;
}


.container3{
   
    background: #fff;
    border-radius: 50px;
}



.container3 h1{
    line-height: 30px;
    color: blue;
    margin-top: 20px;
    margin-bottom: 20px;
    
}

.container3 .img{
   
    width: 30%;
    
}

/*.container3 p, h2{
   
    width: 70%;
    line-height: 30px;
    margin-bottom: 30px;
    text-align: justify;
}
*/
#archive {
    position: relative;
    min-height: 100vh;
    padding: 50px 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: url(../images/bg4.gif);
    background-size: cover;
}

/*
#company {
    padding-top: 60px;
}
*/

.company-col-par{
    background-color: #fcfcfc;
    padding: 20px 0px;
    margin-top: 0px;
    background: #fff;
    border-radius: 30px;
}

.feature-col{
   
   /* padding: 0px;*/
   /* width: 28%;*/
    background-color: #fff;
    /*padding: 20px;*/
}

/*.feature-col:hover {
    background-color: #3b3663;
    
}*/

.feature-col img{
   /* width: 180px;*/
    height: 180px;
    margin: 30px 0px;
}

.feature-col h4{
    font-size: 14px;
    font-family: 'Poppins' , sans-serif;
    color: black;
    margin: 20px;
}

/*.feature-col:hover h4 {
    color: #fff;
}*/
 
.text-center {
    text-align: center;
    margin-bottom: 60px;
    font-size: 32px;
    
}

.container4 {
    background: #fff;
    
}

.gallery {
    margin: 10px 50px;
   /* background: url(../images/bg4.gif); */
    /*background-color: e;*/
    
}

.gallery img {
    width: 280px;
    padding: 10px;
    filter: grayscale(100%);
   /* filter: blur(100%);*/
    transition: 1s;
   
}
.gallery img:hover {
    filter: grayscale(0);
    transform: scale(1.1);
    
}

.container10{
    background-image: url(../images/bg4.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    
    width: 100%;
    margin-top: 0px;
}

.footer-col {
    float: left;
    width: 30%;
    margin-right: 3%;
    margin-top: 45px;
}

.footer-2-col {
    position: relative;
    left:110px;
    
}

.footer-col h3 {
    color: #3b3663;
    font-family: "Nunito";
    font-weight: 800;
       color: white;
}

.footer-col p {
    color: #696687;
    font-size: 16px;
    font-family: "Rubik";
    font-weight: 400;
    line-height: 28px;
    color: white;
}

.footer-col i {
    color: #fff;
    background-color: orange;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-top: 25px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.social-icons-footer i:hover {
   transform: translateY(-10px)
}

.footer-col.footer-2-col ul li {
    color: #696687;
    font-family: "Rubik";
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.5s ease;
    color: white;
}

.footer-col.footer-2-col ul li:hover {
    padding-left: 5px;
    
}

.footer-col.footer-2-col ul {
    list-style: none;

}

.footer-col a {
    color: #696687;
    text-decoration: none;
    padding-left: 20px;
    
    
}

.footer-col span {
    padding-left: 20px;
}

p.copyright-footer {
    text-align: center;
    font-family: "Rubik";
    padding: 20px 0px;
    color: white;
}

hr.footer-hr {
    margin: 60px 0px 20px;
    
}

footer-col ul li a{
    color: white;
}






    
    
    

