 
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&display=swap'); 
 * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
ul{list-style:none;
}
 
 
p{
font-family: 'Mulish', sans-serif;
    font-style: normal;
    letter-spacing: 0.1px;
    text-rendering: optimizeLegibility;
    font-size: 17px;
    letter-spacing: 0.3px;
    line-height: 27px;
    color: #000000;
    font-weight: 300;
}

body{font-family: 'Mulish', sans-serif;}
a, a:active, a:focus{text-decoration:none;outline:none;font-family: 'Mulish', sans-serif;}
a:hover{text-decoration:none;}
button:focus{outline:none;}
textarea:focus, input:focus{outline:none;}
h1, h2, h3, h4, h5, h6{font-family: 'Mulish', sans-serif;   color: #13130d; }
ul{ margin:0px; padding:0px; list-style:none;}
/*header section css start*/
header{width:100%; float:left;position: absolute;    border-bottom: 1px solid #949380a8;
    z-index: 999;}
.header-btn {    color: #fff;
    background: #ff740f;    font-family: 'Mulish', sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding: 15px 24px;
    border-radius: 2px;}
.header-btn:hover{ color:#fff;background: #0091d3;}
.downarrow {
    padding-left: 3px;
    padding-top: 19px;
    float: right;
    font-size: 14px;
}
/*header section css end */
.top-header{width:100%; float:left; background:#13130de3; border-bottom:1px solid #949380a8;    padding: 7px 0px;}
.topbar-left{width:100%; float:left;}
.topbar-left li {float:left;padding-right: 15px;font-size: 14px;}
.topbar-left li a{color: #949380; }
.topbar-left li a:hover{color: #ff740f; }
.top-social {
    display: block;
    float: right;
    padding: 3px 0px 0px;
}
.top-social li {
    display: inline;
    padding: 5px;
}
.top-social li a {
    color: #949380;
}
.top-social li a:hover{color:#ff740f;}
 
/*homebanner section css start*/
.slider-section{width:100%; float:left;}
 
 .overlay-slider {
    background: #1b1a1a96;
    position: absolute;
    top: 0px;
    left: 0;
    padding-top: 240px;
    width: 100%;
    height: 100%;
}
.overlay-slider h2 {
    font-weight: 900;
    font-size: 70px;
    color: #fff;
    line-height: 85px;
    text-transform: uppercase;
}
.home-slider.owl-theme .owl-dots {
    display: none;
}

.home-slider.owl-theme .owl-nav {
      position: absolute;
    top: 43%;
    /* left: -300px; */
    display: block;
    width: 100%;
	    height: 0px;
}
.home-slider .owl-nav button.owl-prev {
    float: left;
    border: 1px solid #fff;
    font-size: 20px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color: #555;
    background: #fff;
}

.home-slider .owl-nav button.owl-next {
    float: right;
    color: #555;
    border: 1px solid #fff;
    font-size: 20px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: #fff;
}
.home-slider.owl-theme .owl-nav [class*=owl-]:hover {
    background: #ff740f;
	  color: #fff;
	    border: 1px solid #ff740f;
}
/*homebanner section css start*/

/*button css start*/
.draw-border {
	 box-shadow: inset 0 0 0 4px #ff740f;
	 color: #ff740f;
	 transition: color 0.25s 0.0833333333s;
	 position: relative;
}
 .draw-border::before, .draw-border::after {
	 border: 0 solid transparent;
	 box-sizing: border-box;
	 content: '';
	 pointer-events: none;
	 position: absolute;
	 width: 0;
	 height: 0;
	 bottom: 0;
	 right: 0;
}
 .draw-border::before {
	 border-bottom-width: 4px;
	 border-left-width: 4px;
}
 .draw-border::after {
	 border-top-width: 4px;
	 border-right-width: 4px;
}
 .draw-border:hover {
	 color: #ff740f;
}
 .draw-border:hover::before, .draw-border:hover::after {
	 border-color: #ff740f;
	 transition: border-color 0s, width 0.25s, height 0.25s;
	 width: 100%;
	 height: 100%;
}
 .draw-border:hover::before {
	 transition-delay: 0s, 0s, 0.25s;
}
 .draw-border:hover::after {
	 transition-delay: 0s, 0.25s, 0s;
}
 .btn1 {
font-size: 18px;
    background: none;
    border: none;
    cursor: pointer;
    line-height: 1.5;
    margin-top: 30px;
    float: left;
    padding: 16px 30px;
    letter-spacing: 0.05rem;
    font-weight: 800;
    text-transform: uppercase;
}
 .btn1:focus {
	 outline: 2px dotted #55d7dc;
}
 
 .whitebtn1{    box-shadow: inset 0 0 0 4px #fff;
    color: #fff;}
 
 /*button css end */
  /*home about section start css*/
 .padding-section{padding:50px 0px}
  .padding-section1{padding:50px 0px 120px}
 section{width:100%; float:left;}
 .homeabout h1{font-weight: 900; font-size: 35px;color: #ff740f;    text-align: center;}
 .call-info {
    padding: 54px 0px 0px;
}.call-info img {
    float: left;
    margin-right: 14px;
}.call-text {
    float: left;
}.call-text {
    float: left;
}
.call-text .num {
    font-size: 34px;
    color: #4a4a4a;
    font-weight: 900; 
}
.call-text .num a {    color: #262b3e;}
.abour-banner{width:100%; float:left; position:relative; margin-top:50px}
.abour-banner img{width:100%; float:left}
.video-holder {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.video-holder a {
    background: #ff740f00;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.video-holder a:before {
    content: "";
    background: #ff740f;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: -1;
    -webkit-animation: video-icon-animation 1.4s linear infinite;
    animation: video-icon-animation 1.4s linear infinite;
}
 @-webkit-keyframes video-icon-animation {
        from {
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
            opacity: 1;
        }
        to {
            -webkit-transform: scale(2,2);
            transform: scale(2,2);
            opacity: 0;
        }
    }
    
    @keyframes video-icon-animation {
        from {
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
            opacity: 1;
        }
        to {
            -webkit-transform: scale(2,2);
            transform: scale(2,2);
            opacity: 0;
        }
    }
 
 /*home about section css end */
 
 /*our class css start*/
 .ourclass{width:100%; float:left;    background-color: #f7f6ec;}
 .ourclass h1{font-weight: 900; color: #ff740f; font-size: 35px; padding-bottom:50px;}
 
  .class-box {width:100%; float:left;padding:0px 20px}
 .class-box img{width:100%}
 .class-box  h3{font-weight: 900;padding-bottom: 20px;
    font-size: 27px;}
	.class_ul{width:100%; float:left; margin-top:10px}
	.class_ul li{width: 100%;
    float: left;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #c9c8bf;
    padding: 10px 0px;}
	.class_ul li:last-child{border-bottom:none}
	.classsecond{border-left:1px solid #c9c8bf;border-right:1px solid #c9c8bf;}
	.class-box:hover .circle-link{background: #ff740f; color: #fff;}
	.class-box:hover h3{color: #ff740f;}
	.circle-link{ 
    color: #333;
    border-radius: 50%;
    padding: 7px 10px;
    font-size: 19px;
    width: 37px;
    height: 37px;
    float: right;}
	
 
 
 /*our class css end */
 .testimonial-box h4 {
    font-weight: 900;
    font-size: 35px;
}
/*contact section css*/
 .slidebox-div {
    background: #fff;
    padding: 20px; 
    width: 90%; 
    position: absolute;
    bottom: -50px;
    margin: 0px auto 0 5%;
}
.testimonial-div {
    width: 100%;
    float: left; 
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 450px;
}
.testimonial-slider h6 {
    font-weight: 600;
    font-size: 17px;
}
.testimonial-slider   span {
    color: #ff740f;
}
.testimonial-slider .owl-nav {
    display: none;
}
.testimonial-slider .owl-dots .owl-dot.active span, .testimonial-slider .owl-dots .owl-dot:hover span {
    background: #ff740f;
}
.testimonial-slider .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
	margin-top:20px;
}
.testimonial-box h4{    font-weight: 900; font-size: 35px;}
.inputbox {
    width: 100%;
    float: left;
    float: left;
    padding: 12px;
    border: 1px solid #c3bfbf;
    margin: 10px 0px;
    font-weight: 300;
}
.submitbtn:hover {
    color: #fff;
    background: #0091d3;
}
.submitbtn {
    color: #fff;
    background: #ff740f;
    border: none;
    padding: 13px 40px;
    margin-top: 20px;
    border-radius: 2px;
}
 /*contact section css end */
 .Exhibitions_ul{width:100%; float:left}
 .Exhibitions_ul li{
	 width: 48%;
    float: left;
    border: 1px solid #ddd;   
	margin: 13px 0px 0px;
    padding: 14px;
    font-weight: 700;
    margin: 5px;}
.Exhibitions_ul li:before{} 
/*our paining section css start*/
.our-painting{width:100%; float:left;}
.Exhibitions_ul li:hover{color:#fff; background-color:#ff740f; border:1px solid #ff740f}

 
.snip1560 {
 
  margin: 10px;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  box-shadow: none !important;
  position: relative;
  padding: 10px;
  border: 2px solid #e8b563;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.snip1560:before {
  content: '';
  background-color: #000000;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  z-index: -1;
}

.snip1560 * {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.snip1560 img {
  max-width: 100%;
  vertical-align: top;
  background-image: linear-gradient(#000000, #ffffff);
}

.snip1560 figcaption,
.snip1560 .link {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.snip1560 h2,
.snip1560 h3,
.snip1560 h4 {
  margin: 0px;
  position: absolute;
  width: 100%;
  text-transform: uppercase;
}

.snip1560 h2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2em;
 
}

.snip1560 h2 span {
  color: #ff740f;
}
.snip1560 h2 {color:#fff;    font-weight: 800;}

.snip1560 h3 {
  font-size: 14px;
    bottom: 0;
    font-weight: 700;
    letter-spacing: 0px;
    color: #fff;
}

.snip1560 h5 {
  font-size: 1.3em;
  bottom: 0;
  font-weight: 700;
  letter-spacing: 2px;
  color:#fff;
}


.snip1560 h4 {
  top: 0;
  font-size: 1.2em;
  letter-spacing: 1px;
  font-weight: 400;
  opacity: 0.9;
  color:#fff
 
}

.snip1560:hover img,
.snip1560.hover img {
  opacity: 0.35;
}

.our-painting h1{font-weight: 900;color: #ff740f;  font-size: 35px;}
 
 
 /*footer section css start*/
 /*footer{width:100%; float:left; background:#13130d; padding:50px 0px 0px}*/
 .footer-ul{width:100%; margin:0px; padding:0px; float:left}
 .footer-ul li{width:100%; float:left;}
 .footer-ul li a{ color: #949380;
    font-family: 'Mulish', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding: 6px 0px;
    float: left;}
 .footer-ul li a:hover{color:#ff740f}
 footer h4{color: #fff;
    padding-bottom: 20px;
    font-weight: 600;
    font-size: 19px;}
	footer h5{    color: #e3e2e2;
    font-size: 16px;
    padding-top: 5px;}
	footer img{padding-bottom: 25px;}
	footer p{color:#fff;}
	.link-right{float:right}
	.footer-bottom{    margin-top: 70px; background: #ff740f;float:left; width:100%}
	footer p{    color: #fff;
    margin: 0px;
    padding: 4px 0px;
    font-size: 13px;}
		footer p a{    color: #fff;}
		footer p a:hover{    color: #ddd;}
  /*footer section css end*/
 
 .exhibitions-sectionspart{
	     width: 100%;
    float: left;
    background-image: url(../images/slider3.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
 }
 .exhibitions-sectionspart h2{color: #ff740f;  text-align: center;font-weight: 900;  font-size: 35px;}
 .overlay-sections1{    width: 100%;
    padding: 100px 0px ;
    height: 100%;
    background: #1b546ef0;
    color: #fff;
    float: left;}
	.contactsection-footer{width:100%; float:left;}
	.contactsection-footer h2{text-align:center; color: #ff740f;font-weight: 900; font-size: 35px;}
/*social media css start*/

 
ul.social-network {
    list-style: none;
    margin-left: 0 !important;
    padding: 0;
  
    margin-top: 30px;
    -webkit-padding-start: 0;
}
ul.social-network li {
    display: inline-block;
	margin: 0 5px;
}


/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
	background: #b1aeae;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.desktoplogo a{    color: #fff;
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;}
.desktoplogo a span{color:#ff740f}
.wsmainfull.wsfixed .desktoplogo>a{
	color:#000
}
 .logoigs{width:120px;}
 
 /*responsive css start*/
 @media screen and (max-width:768px) {
	 .whitebtn1{display:none;}
	 .class-box h3{ padding-bottom: 10px; font-size: 23px;}
	 .class-box{margin-bottom:30px}
	 .contactsection-footer h2{font-size:28px;}
	 .mb-5{margin-bottom:20px !important;margin-top:0px !important}
	 .mb-4{margin-bottom:20px !important;margin-top:0px !important}
	 .mb-3{margin-bottom:20px !important;margin-top:0px !important}
	 .mb-2{margin-bottom:20px !important;margin-top:0px !important}
	 .Exhibitions_ul li{width:100%}
	 .snip1560{margin: 0px;  min-width: 100%; max-width: 100%;    margin-bottom: 20px;}
	 .overlay-slider{padding-top:80px;}
	 .overlay-slider h2{display:none;}
	 .home-slider.owl-theme .owl-nav{display:none}
	 .wsmobileheader .smllogo{margin-left:30px}
	 footer p{text-align:center}
	 .link-right{float:none}
 }
 
 @media screen and (max-width:991px) {
	 .top-header{display:none;}
	 .slider-section{margin-top:55px}
	 .padding-section {padding: 50px 0px;}
	 	 .homeabout h1{font-size:28px;}
	 .exhibitions-sectionspart h2{font-size:28px;}
	 .our-painting h1{font-size:28px;}
	 .ourclass h1{font-size:28px;}
	 .class-box h3{font-size:23px;}
	 .class_ul li{font-size:16px;}
	 
 }
  @media only screen and (min-width : 769px) and (max-width : 991px){
	  .overlay-slider h2{font-size: 50px;    line-height: 55px;}
	  .overlay-slider{padding-top:120px;}
  }
 
  @media only screen and (min-width : 992px) and (max-width : 1200px){
	  .header-btn{    padding: 15px 10px;}
	  .overlay-slider h2{font-size: 50px;    line-height: 55px;}
	  .overlay-slider{padding-top:180px;    padding-left: 80px;}
  }