/*
*  Theme Name: Netscriperwp
*  Author: Netscriper
*  Author URI: http://www.netscriper.com/
*/     


:root{
  --color-green : #33cc99;
  --font-family-roboto :    'Rajdhani', sans-serif;
  --font-family-fs :  'Rajdhani', sans-serif;
  --font-family-rbs : 'Rajdhani', sans-serif;

}  

@font-face { 
	font-family: "Pyidaungsu"; 
	src: url("/wp-content/themes/ns_theme/fonts/Pyidaungsu.woff") format("woff"), 
	url("/wp-content/themes/ns_theme/fonts/Pyidaungsu.ttf") format("truetype"), 
	url("/wp-content/themes/ns_theme/fonts/Pyidaungsu.svg#Pyidaungsu") format("svg"); }
	@font-face{
	font-family:"Zawgyi_Mobile";
	src:url(/wp-content/themes/ns_theme/fonts/Zawgyi_Mobile.ttf);
	}
	@font-face{
	font-family:"Zawgyi_Bold";
	src:url(/wp-content/themes/ns_theme/fonts/Zawgyi_Bold.ttf);
	}
	@font-face{
	font-family:Zawgyi-One;
	src:url(/wp-content/themes/ns_theme/fonts/Zawgyi-One.ttf);
	}
	.pyidaungsu{
		font-family: "Pyidaungsu"; 
	}
	.mm-font{
	font-family: Zawgyi-One, arial  !important;
	line-height: 1.6;
	
	}

body{
    margin:0 auto;
    font-family:  'Rajdhani', sans-serif;
}
.post-details p{
    text-align: justify;
}
*{
    font-family: 'Rajdhani', sans-serif;
}
* a:hover, *a:focus{outline: none;}
.row-gap-4 {
    row-gap: 1.5rem !important;
}
header {
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
    /*border-top: 8px solid #0c4da2;*/
    /*padding-top: 17px;*/
}
header.fix {
    position: fixed;
    top: 0;
    z-index: 999;
    background-color: #FFFFFF;
    width: 100%;
    left: 0;
    animation: smoothScroll 1s forwards;
    box-shadow: 1px -1px 7px #000;
}
div.sub-banner {
    height: 400px;
    display: flex;
    flex-flow: nowrap;
    align-items: center;
}
section#main-page {
    position: relative;
}
header.fix .menu {
    background: rgba(0,0,0,.5);
}
/************** menu **************/

.menu .dropdown:hover>.dropdown-menu {
  display: block;
}
.menu .dropdown-item.active, .menu .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}
.menu .dropdown-item.active a, .menu .dropdown-item:active a{
     color: #fff;
     text-decoration: none;
     outline: none;
}
.menu ul.dropdown-menu {
    top: 37px;
    background: rgba(0,0,0,.5);
}
.menu .dropdown-item:focus, .menu .dropdown-item:hover {
    background-color: transparent;
    color: #3fb385;
    outline: none;
    text-decoration: none;
}
.menu .dropdown-item:focus a, .menu .dropdown-item:hover a{
    color:#3fb385;
}
.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}



@keyframes smoothScroll {

  0% {

    transform: translateY(-40px);

  }

  100% {

    transform: translateY(0px);

  }

}
/* Pagination */

ul.page-numbers{
	padding-left: 0px;
}	
ul.page-numbers li{
	float: left;
	height: 35px;
	width: 35px;
	list-style: none;
	line-height: 35px;
	text-align: center;
	padding: 0px;
	border-radius: 100px;
	margin-right: 3px;
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);	
}
ul.page-numbers li span.current{
	color: #000;
	font-size: 16px;
}
.content-img img{
	width: 100%;
	height: auto;
}
/* 404 error */
.error img {
    position: relative;
    margin: 0 auto;
}
.back-home-wrap p {
    font-size: 21px;
	margin-top:50px;
}
.back-home-wrap {
    text-align: center;
    left: 0;
    right: 0;
}
.error {
    height: 400px;
}
.back-home {
    margin-top: 14px;
    border-radius: 0;
}

#go-top{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #406e5c;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    position: fixed;
    right: 14px;
    cursor: pointer;
    bottom: 14px;
}

.vdw_gallery img{
    margin-bottom:20px;
}

.btn.btn-thet{
    text-decoration: none;
    text-align: center;
    padding: 2px 15px 2px 15px;
    border-radius: 7px;
    background-color: #195b70;
    color: white;
    font-family: 'Rajdhani', sans-serif;    
}

/* Breadcrumb */

#ns_breadcrumb {list-style-type: none; display: inline-block;}
#ns_breadcrumb li{display: inline-block;}
.ns_breadcrumb {
  list-style: none;
  padding: 0;
}
ol.breadcrumb.ns-bcr {
    background-color: transparent;
    padding-left: 0;
    padding-top: 0px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
}

.ns_breadcrumb li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 20px;
  color: hsl(0deg 0% 100%);
}

.ns_breadcrumb li a {
  display: block;
  padding: 0 40px 0 0px;
  color: hsl(0deg 0% 100%);
  text-decoration: none;
  height: 20px;
  position: relative;
  perspective: 700px;
}

.ns_breadcrumb li a:after {
  content: '';
  width: 20px;
  height: 20px;
  border-color: #fff;
  border-style: solid;
  border-width: 1px 1px 0 0;
  
  -webkit-backface-visibility: hidden;
  outline: 1px solid transparent;
  
  position: absolute;
  right: 20px;
  -webkit-transition: all .15s ease;
     -moz-transition: all .15s ease;
      -ms-transition: all .15s ease;
          transition: all .15s ease;
  -webkit-transform: rotateZ(45deg) skew(10deg, 10deg);
     -moz-transform: rotateZ(45deg) skew(10deg, 10deg);
      -ms-transform: rotateZ(45deg) skew(10deg, 10deg);
          transform: rotateZ(45deg) skew(10deg, 10deg);
}


.ns_breadcrumb li a:hover:after {
  right: 15px;
  -webkit-transform: rotateZ(45deg) skew(-10deg, -10deg);
     -moz-transform: rotateZ(45deg) skew(-10deg, -10deg);
      -ms-transform: rotateZ(45deg) skew(-10deg, -10deg);
          transform: rotateZ(45deg) skew(-10deg, -10deg);
}
/*.sub-banner:before {
    position: absolute;
    background: #000;
    width: 100%;
    height: 300px;
    bottom: 0;
    content: '';
    opacity: 0.6;
   
}
.sub-banner{
    position: relative;
    
}*/

.sub-banner li.breadcrumb-item a {
    color: #3fb385;
}
.sub-banner .breadcrumb-item+.breadcrumb-item::before {
    color: #3fb385;

}
.sub-banner li.breadcrumb-item {
    color: #fff;
}
.page-meta {
    display: inline-block;
    background-color: rgba(0,0,0,.5);
    padding: 1rem;
}

/***************** Home Page ****************/


/********************** Media Query ********************/

/* .xs = | Extra Small devices only (portrait phones) less than 576px --*/
@media (max-width: 575.98px) {
    
}
/* .sm > | Small devices and up (landscape, phones) 576px and up */
@media (min-width: 576px) {
  
}
/* .sm < | Small devices and down (landscape, phones) less than 768px */
@media (max-width: 767.98px) {

}
/* .sm = | Small devices only (landscape, phones) upper 576px and less than 768px ---*/
@media (min-width: 576px) and (max-width: 767.98px) {

}



/* .md > | Medium devices and up (tablets) 768px and up */
@media (min-width: 768px) {

}
/* .md < | Medium devices and down (tablets) less than 992px */
@media (max-width: 991.98px) {

}
/* .md = | Medium devices only (tablets) upper 768px and less than 992px */
@media (min-width: 768px) and (max-width: 991.98px) {
    
}



/* .lg > | Large devices and up (desktops) 992px and up */
@media (min-width: 992px) {

}
/* .lg < | Large devices and down (desktops) less than 1200px */
@media (min-width: 1199.98px) {

}
/* .lg = | Large devices only (desktops) upper 992px and less than 1200px */
@media (min-width: 992px) and (max-width: 1199.98px) {

}

/* .xl = | Large devices only (desktops, TV) 1200px and up */
@media (min-width: 1200px) {

}


/* Between <> .sm-lg, .sm-xl, .md-xl */
/* .sm <> .lg | From Small to Large devices only (landscape, phones, tablet, desktops) upper 576px and less than 1200px */
@media (min-width: 576px) and (max-width: 991.98px) {

}
/* .sm <> .xl | From Small to Extra Large devices only (landscape, phones, tablet, desktops, TV) upper 576px and less than 1200px ---*/
@media (min-width: 576px) and (max-width: 1199.98px) {
 
}
/* .md <> .xl | From Medium to Extra Large devices only (tablet, desktops, TV) upper 768px and less than 1200px */
@media (min-width: 768px) and (max-width: 1199.98px) {

}

@media only screen and (max-width: 500px) {
    .g-recaptcha {
        transform:scale(0.77);
        transform-origin:0 0;
    }
}


.navbar-expand-lg .navbar-nav {
    margin: auto;
}
.navbar-expand-lg .navbar-nav li{
    padding: 0px 20px;
   
}
.navbar-expand-lg .navbar-nav li a{
    color: #195b70;
    font-size: 16px;
font-weight: 600;
font-family: 'Rajdhani', sans-serif;
}
header .top-header{
    border-bottom: 1px solid #f2f2f2;
    background-color: white;
}
.copyright-footer p{
    color: #195b70;
    font-family: 'Rajdhani', sans-serif;
font-size: 14px;
font-weight: 400;
}
.copyright-footer {
    padding:50px 0px 20px 0px;
	    background: url("/wp-content/uploads/2023/08/footer-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.my-painting-wrapper {
    padding: 80px 0px;
}
.my-painting-wrapper .art-blog{
    display: block;
    overflow: auto;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
    -webkit-transition: all 0.2s;
    margin-bottom: 10px;
    transition: all 0.2s;
}
.my-painting-wrapper .art-blog:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.my-painting-wrapper .art-blog .info{
    padding: 20px 15px 10px 15px;
}
.my-painting-wrapper .art-blog .info h4{
    text-align: center;
    text-transform: uppercase;
    padding: 3px 0px;
    font-size: 20px;
    text-decoration: none;
    font-family: 'Rajdhani', sans-serif;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(
          to right,
          #33cc99,
          yellow 50%,
         #195b70 50%);
          background-size: 200% 100%;
          background-position: 100%;
  }
  .my-painting-wrapper .art-blog a {
    text-decoration: none;
    }
.my-painting-wrapper .art-blog a .info {
    text-decoration: none;
}
.my-painting-wrapper .art-blog .info:hover h4{
    transition: all 0.3s cubic-bezier(0.000, 0.000, 0.230, 1);
    background-position: 0%;
    transition: 800ms linear;
}
.my-painting-wrapper .art-blog .info h5{
    font-size: 16px;
}
/* .........gallery......... */
.attachment-thumbnail{
    width: 100%;
}
#gallery{
    padding: 0px 15px;
    -webkit-column-count:3;
    -moz-column-count:3;
    column-count:3;
    
    -webkit-column-gap:20px;
    -moz-column-gap:20px;
    column-gap:20px;
  }
  #gallery1{
    -webkit-column-count:3;
    -moz-column-count:3;
    column-count:3;
    padding: 0px 15px;
    -webkit-column-gap:20px;
    -moz-column-gap:20px;
    column-gap:20px;
  }
  @media (max-width:1200px){
    #gallery{
    -webkit-column-count:3;
    -moz-column-count:3;
    column-count:3;
      
    -webkit-column-gap:20px;
    -moz-column-gap:20px;
    column-gap:20px;
  }
  }
  @media (max-width:800px){
    #gallery{
    -webkit-column-count:2;
    -moz-column-count:2;
    column-count:2;
      
    -webkit-column-gap:20px;
    -moz-column-gap:20px;
    column-gap:20px;
  }
  }
  @media (max-width:600px){
    #gallery{
    -webkit-column-count:1;
    -moz-column-count:1;
    column-count:1;
  }  
  }
  #gallery .art-blog img{
    width:100%;
    height:auto;
    
  }
  #gallery1 .art-blog img{
    width:100%;
    height:auto;
    
  }
  .modal-img,.model-vid{
    width:100%;
    height:auto;
  }
  .modal-body{
    padding:0px;
  }
  /* .end gallery......... */
  .my-painting-wrapper h1{
    text-decoration: none;
    /*
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0px 20px;
    */
    display: inline-block;
    margin-bottom:20px;
    font-size: 40px;
    background-color: white;
  }
  .my-painting-wrapper .cross-line{
    margin-top: -28px;
    width: 40%;
    margin-bottom: 90px;
    border-width: 3px;
    border-color: #195b70;
  }
  .home-page p.intro{
      margin-bottom:40px;
  }
  .home-page h2{
      font-size:34px;
      margin-bottom:30px;
  }
  .h-news {
    padding:100px 0px 60px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
  }
  .h-news h1{
    font-family: 'Playfair Display', serif;
font-size: 36px;
font-weight: 700;
margin-bottom: 40px;
text-transform: uppercase;
  }
  header.fix .menu {
    background: white;
}
.h-news .events-box{
    display: flex;
}
.h-news .events-box .news-info{
    font-size: 25px;
    padding-top: 20px;
    font-weight: 600;
    font-family: 'Rajdhani', sans-serif;
}
.h-news .events-box .news-info h4{
    font-size: 24px;
    color: #006db6;
    font-weight: 500;
}
.h-news .events-box img{
    border-radius: 5px;
}
.h-news .events-box .news-info .title{
    margin-bottom: 30px;
}
.h-news .events-box .news-info h5{
    color: #333;
    font-weight: 500;
}
.footer a{
    color: #195b70;
    text-decoration: none;
}
.footer a.ns{
    color: #0a3c4d;
    text-decoration: underline;
}
.footer .web-logo{
    margin-bottom: 30px;
}
.my-painting-wrapper .art-blog .info a{
    color: #195b70;
    font-family: 'Rajdhani', sans-serif;
}
.art-blog-detail img{
    width: 100%;
    height: auto;
}
.menu ul.dropdown-menu {
    background-color: white;
}
.banner {
    padding: 150px 0px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;

}
.banner a{
    color: white;
}
.post-details{
    padding: 80px 0px;
}
#page-wrap {
    border-bottom: 1px solid #eee;
}
.my-painting-by-cat{
    padding-top: 0px;
}
.all-posts-wrapper{
    padding: 80px 0px;
}
.menu .dropdown-item.active a, .navbar-expand-lg .navbar-nav li.active {
    color: #33cc99 !important;
}

.current-menu-item.active a,.menu-item-has-children.dropdown.active .dropdown-toggle ,.current-menu-item.active a,.menu-item-has-children.dropdown a:hover{
    color: #33cc99 !important;
}
.archive-title {
    text-decoration: none;
    text-transform: uppercase;
    
    display: inline-block;
    padding: 0px 20px;
    font-size: 36px;
    font-weight: bold;
    background-color: white;
}
.archive-title span{
    font-family: 'Playfair Display', serif;
}
.cross-line {
    margin-top: -30px;
    width: 40%;
    margin-bottom: 90px;
    border-width: 3px;
    border-color: #195b70;
}
.my-painting-by-cat h5{
    color: #777;
    font-weight: bold;
}
.sub-banner.attach-default-banner{
    display: none;
}
.no-padding{
    padding: 0px;
}
.sidebar .latest-event h3{
    /* font-family: 'Playfair Display', serif; */
    font-family: Rajdhani, sans-serif;
    margin-top: 5px;
}
.sidebar{
    background-color: #195b70;
    padding:10px 15px;
    color: white;
}
.sidebar .latest-event img{

}
.sidebar a{
    cursor: pointer;
    color: white;
    text-decoration: none;
}
.sidebar a:hover{
    color: #3fb385;
}
.sidebar .latest-event img{
    padding-bottom:10px;
}
.sidebar hr{
    border-color: #3289a3;
}
.banner h5{
    font-size: 16px;
    color: #555;
    font-weight: bold;
    font-family: 'Rajdhani', sans-serif;
}
.banner a{
    color: #555;
}
.banner h3{
    color: #195b70;
    font-size: 24px;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 40px;
}
.post-details .time i,.post-details .map i{
    color: #33cc99;
    align-items: center;
    min-width: 30px;
}
.post-details .events-box  h4{
    color: #195b70;
    font-weight: bold;
    margin:0px 0px 10px 0px;
    line-height: 36px;
    font-family: 'Rajdhani', sans-serif;
}
.post-details .events-box  h4 {
    background-color: #3289a33d;
    padding: 15px;
}
.post-details .events-box  .news-info{
    margin-top: 20px;
    text-align: justify;
}
.post-details .time,.post-details .map{
    margin-bottom: 0.7rem;
    display: flex;
    align-items: center;
}
.my-painting-wrapper .modal .modal-body.gallery img{
    width: 100%;
    height: auto;
}
.breadcrumb li:nth-child(4) {
    display: none;
  }
  ol.breadcrumb.ns-bcr {
    justify-content: center;
  }
  .post-details .post-categories{
   display: flex;
   padding: 0px;

  }
  .post-details .post-categories li{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .post-details .post-categories li a{
    min-width: 100px;
    list-style: none;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    background-color: #195b70;
    padding: 3px 10px;
    font-family: 'Rajdhani', sans-serif;
    margin-right:  7px;
    border-radius: 5px;
    color: white;
  }
  .post-details .post-categories li:nth-child(3){
    display: none;
  }
  .post-details .post-categories li:nth-child(1) a::before,.post-details .post-categories li:nth-child(2) a::before{
    content:"\2714";
    padding-right: 7px;
    color: #4192aa;
    font-size: 16px;
  }
  
  .post-details .art-info-details h1{
    
    margin-top: 50px;
  }
  .post-details .art-info-details h1 span{
    font-family: 'Playfair Display', serif;
  }
  .post-details .art-info-details h5{
    margin-top: 30px;
    font-family: 'Rajdhani', sans-serif;
    font-size: 20px;
  }
  .post-details .art-info-details hr{
    margin-top: 0px;
  }
  .events-cards .events-box{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  .events-cards .events-box i{
    color: #195b70;
    margin-right: 4px;
    text-align: center;
  }
  .events-cards .events-box .news-info .d-flex{
    align-items: center;
    font-family: 'Rajdhani', sans-serif;
    justify-content: space-between;
  }
  .events-cards .events-box .news-info{
    padding: 20px;
  }
  .events-cards .events-box .news-info  .title{
    font-family: 'Rajdhani', sans-serif;
    font-size: 20px;
    line-height: 26px;
    min-height: 50px;
    color: #555;
  }
  .events-cards .events-box .news-info hr{
    margin-top: 0px;
  }
  .events-cards .events-box .news-info  a{
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 8px 20px 5px 20px;
    border-radius: 10px ;
    background-color: #195b70;
    color: white;
    margin-top: 30px;
    font-family: 'Rajdhani', sans-serif;
  }
  .all-posts-wrapper .paginate-number li{
    background-color: #eee;
    color: #195b70;
    border-radius: 0px;
  }
  .all-posts-wrapper .paginate-number li a{
    color: #195b70;
  }
  .sub-banner.page-banner{
    display: none;

  }
  .banner{
    text-transform: capitalize;
  }
  #page-wrap .page-content{
    color: #000;
    padding: 80px 0px;
    font-family: 'Rajdhani', sans-serif;
  }
  #page-wrap .page-content h1,#page-wrap .page-content h2,#page-wrap .page-content h3{
    font-family: 'Playfair Display', serif;
  }
 
.input-group {
    position: relative;
    display: flex;
	box-shadow: none;
    align-items: stretch;
    width: 100%;
}
.form-control:focus {
	box-shadow: unset;
	border: unset;
}
.input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
	display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #555;
    text-align: center;
    white-space: nowrap;
    background-color: #f3f3f3;
    border: 1px solid #ced4da;
}
.input-group>.input-group-prepend>.input-group-text i {
    font-size: 18px;
}
.d-flex{
	display: flex;
	align-items: center;
}
.contact-information-detail .circle-icon {
    border: 2px solid #f3f3f3;
    border-radius: 100px;
    color: #195b70;
    font-size: 22px;
    height: 45px;
    line-height: 45px;
    transform: rotate(0deg);
    text-align: center;
    transition: all 0.7s ease 0s;
    display: table;
}
.contact-information-detail  .iconbox_bg {
    background-color: #f3f3f3;
    border-radius: 100px;
    color: #24768f;
    line-height: 45px;
	padding: 2px;
    height: 45px;
    width: 45px;
    transform: scale(0.85);
    transition: all 0.7s ease 0s;
}
.contact-information-detail .circle-icon i{
	font-size: 25px;
}
.contact-information-detail  .info{
	padding-left: 20px;
}
.contact-information-detail .info p{
	text-align: left;
}
.contact-information-detail .address-info{
	margin-top: 20px;
}
.contact-information-detail  .circle-icon:hover .iconbox_bg {
    transform: scale(1);
}
.contact-page-background{
	background-image: url("/wp-content/themes/ns_theme/images/contact-us-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
    

}
.contact-us-page .input-group .form-control{
    min-height: 45px;
}
.contact-us-page .form-bg .submit-btn{
    background-color: #ffffffc0;
    color: #195b70;
    font-weight: bold;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 9px;
    outline: none;
}
.contact-us-page .form-bg .form-section {
	border-radius: 10px;
    background-color: #195b70;
    padding: 30px 50px 50px 50px;
}
.contact-us-page .form-bg {
    padding:0px 100px;
    margin-top: 40px;
}
.form-section form .pr-8{
	padding-right: 8px;
}
.form-section form .pl-8{
	padding-left: 8px;
}

.contact-us-page .contact-section {
    text-align: center;
}
.contact-us-page .form-bg  .address{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    border-radius: 5px;
}
.contact-us-page .form-bg  .address a{
    color: white;
}
.contact-us-page  .form-section .contact-icon{
	min-width: 50px;
    height: 50px;
    margin-top: 4px;
    background-color: #27748b;
	color: white;
    border-radius: 3px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.contact-us-page  .form-section .contact-icon .address h5{
	margin-bottom: 0px;
    margin-top: 5px;
}
.contact-us-page  .form-section  .contact-icon i{
	font-size: 20px;
}
.contact-us-page  .form-section .address .info{
	padding-left: 15px;
}
.contact-us-page .contact-section .information .gray{
	color: #333;
	margin-top: 20px;
	margin-bottom: 20px;

}
.contact-us-page .contact-section .information a{
    color: #333;
}
#show-sticky-menu{
    color: #fff;
    width: 100%;
    background-color: white;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    font-size: 18px;
    position: fixed;
    top: 0px;
    animation: smoothScroll 1s forwards;
    z-index: 999;
}
#show-sticky-menu img{
    max-width: 70%;
}
#show-sticky-menu .row{
    align-items: center;
}
#show-sticky-menu .collapse.navbar-collapse{
    justify-content: flex-end;
}
#show-sticky-menu .navbar-expand-lg .navbar-nav {
    margin: 0px;
}
#show-sticky-menu .navbar-expand-lg .navbar-nav li:last-child {
    padding-right: 0px;
}
#show-sticky-menu  .navbar-expand-lg {
    padding-right: 0px;
}
#show-sticky-menu  .navbar-expand-lg .navbar-nav .dropdown:hover  .dropdown-menu{
    display: block;
}
#show-sticky-menu .navbar-nav .dropdown-menu{
    margin: 0 !important;
}
#show-sticky-menu  .navbar-expand-lg  .current-menu-item.active , #show-sticky-menu  .navbar-expand-lg  .current-menu-item.active .dropdown-toggle{
    color: #33cc99;
    background-color: white;
}
#show-sticky-menu  .navbar-expand-lg .navbar-nav li a{
    color: #195b70;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: white;
}
.contact-section .information h5{
    font-size: 16px;
    font-weight: bold;
    color: #555;
}
.about-me .content-area{
/*     background: #195c7013; */
    padding: 0px 20px;
    margin-top: 20px;
}
.breadcrumb{
    text-align: center!important;
    justify-content: center;
    background: unset;
}
.breadcrumb .divider{
    padding: 0px 5px;
}
.sidebar p{
    text-align: left;
}
#tsh_breadcrumbs {
    display: flex;
    justify-content: center;
    list-style: none;
}
#tsh_breadcrumbs .separator{
    padding: 0px 5px;
}
#custom-breadcrumbs .custom-breadcrumbs-item a::before{
    content:"\2215 ";
    padding: 3px;
}
.about-us-page-content h2{
	color:#222;
	font-weight:700;
}
 .entry-content {
    counter-reset: footnotes;
    padding: 0px 100px;
}
.about-us-page-content .youtube {
    margin-bottom:30px;
}
.events-cards .events-box img{
    width: 100% !important;
}
.page-id-28 h2.page-title{
    font-size: 40px;
}
.youtube-img .playButtonContainer {
    display: inline-block;
    position: absolute;
    top: 30%;
    left: 46%;
    z-index: 99;
    text-align: center;
    margin: 0 auto;
    font-size: 3em;
    transistion: all .5s ease;
}

.youtube-img #playButton:hover {
  cursor:pointer;
}

/* Shape */
.youtube-img #playTriangle {
    margin: 3px 11px;
    width: 0;
    left: 20px;
    position: relative;
    justify-content: center;
    border-top: 24px solid transparent;
    border-left: 38px solid rgb(255, 255, 255);
    border-bottom: 24px solid transparent;
}
/* Shape */
.youtube-img #playCircle{
    position: absolute;
    top: 24.5%;
 background-color: rgba(255, 252, 252, 0);
 border: 5px solid #ffffff;
 height: 90px;
 left:0px;
 width: 90px;
 -moz-border-radius:75px;
 -webkit-border-radius: 75px;
}
/* Play button shape */
.youtube-img .playButton {
    margin:53px auto 0 auto;
    
  transistion: all .5s ease;
}

.youtube-img #playCircle:hover {
    border: 5px dotted #ffffff;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
.youtube-img {
    margin-bottom: 50px;
}
.animated { 
    -webkit-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    animation-iteration-count:infinite; 
    -webkit-animation-iteration-count:infinite; 
} 

@-webkit-keyframes pulse { 
    0% { -webkit-transform: scale(1); } 
    50% { -webkit-transform: scale(1.1); } 
    100% { -webkit-transform: scale(1); } 
} 
@keyframes pulse { 
    0% { transform: scale(1); } 
    50% { transform: scale(1.1); } 
    100% { transform: scale(1); } 
} 

.pulse { 
    -webkit-animation-name: pulse; 
    animation-name: pulse; 
}
.bd-example-modal-lg.show .modal-dialog{
    min-width: 1000px;
    margin-top: 7%;
}
.about-us-page-content .youtube .modal-dialog iframe{
    min-width: 100%;
    height: 564px;
}
.about-me  .about-us-page-content .content-area {
    margin-top: 0px;
}
.about-me  .about-us-page-content .my-painting-wrapper {
    padding: 60px 0px 20px 0px;
}

#show-sticky-menu .dropdown-menu  li{
    padding: 0px 15px !important;
}
.about-banner.hidden-xs{
    display: block;
}
.about-us-banner.hidden-lg{
    display: none;
}







@media (min-width: 1200px) and (max-width: 1600px) {
	.copyright-footer .web-logo{
		max-width:120px;
		margin:auto;
	}
	.top-header .web-logo{
	    margin:auto;
	}
	.navbar-expand-lg .navbar-nav li {
		padding: 0px 18px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
    .h-news .events-box .news-info .title {
        margin-bottom: 10px;
    }
    .h-news .events-box .news-info {
        padding-top: 10px;
    }
    .navbar-expand-lg .navbar-nav li {
        padding: 0px 15px;
    }
    .post-details .events-box h4 {
        font-size: 20px;
    }
    .banner h3 {
        font-size: 24px;
    }
    .events-cards .events-box .news-info .title {
        font-size: 18px;
        line-height: 30px;
        min-height: 100px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #show-sticky-menu .row {
        flex-wrap: unset;
    }
    #show-sticky-menu .navbar-expand-lg {
        justify-content: flex-end;
    }
    .bg-white {
        background: #195b70 !important;
    }
    header .top-header {
        display: inline-block;
        max-width: 40%;
    }
    header{
        display: flex;
    }
    #show-sticky-menu{
        display: block !important;
        position: fixed;
        top: 0px;
        z-index: 99;
        animation: unset;
    }
    #show-sticky-menu img {
        max-width: 100%;
    }
    header {
        display: none;
    }
    #page-wrap,.main-slider{
        padding-top: 90px;
    }
    .fa.fa-bars.mobile-menu::before{
        content: "\2630";
    }
    .my-painting-wrapper h1 {
        font-size: 28px;
        padding: 0px 10px;
    }
    .my-painting-wrapper .cross-line {
        margin-top: -20px;
        width: 100%;
        margin-bottom: 40px;
        border-width: 2px;
    }
    .my-painting-wrapper {
        padding: 50px 0px 0px 0px;
    }
    .my-painting-wrapper .art-blog .info {
        padding: 10px 15px 0px 15px;
    }
    .my-painting-wrapper .art-blog .info h4{
        font-size: 20px;
        padding: 5px 0px;
    }
    .h-news h1 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .h-news {
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position: center !important;
        padding-top: 60px;
        padding-bottom: 20px;
    }
    .mm-navbars_top>.mm-navbar>:not(img):not(.mm-btn)  {
        color: #24768f;
        font-weight: bold;
    }
    .mm-navbars_top>.mm-navbar {
        border-top: 1px solid #ddd;
    }
    .mm-listitem_selected>.mm-listitem__text{
        color: #33cc99 !important;
    }
    .sm-no-padding-left{
        padding-left: 0px;
    }
    .h-news .events-box .news-info {
        font-size: 20px;
        padding-top: 0px;
    }
    .h-news .events-box .news-info .title {
        margin-bottom: 10px;
        font-size: 20px;
    }
    .h-news .events-box .news-info h4,.h-news .events-box .news-info h5  {
        font-size: 20px;
    }
    .footer .web-logo img{
        max-width: 15%;
    }
    .copyright-footer {
        padding: 30px 0px 10px 0px;
    }
    .banner {
        padding: 80px 0px;
        margin-top: 90px;
    }
    .post-details .art-info-details h1 {
        font-size: 30px;
        margin-top: 0px;
    }
    .post-details .art-info-details h5 {
        font-size: 18px;
    }
    .sm-none{
        display: none;
    }
    .events-cards .events-box {
        margin-bottom: 15px;
    }
    .banner h3 {
        font-size: 20px;
    }
    .post-details {
        padding: 40px 0px;
    }
    .all-posts-wrapper {
        padding: 40px 0px;
    }
    .all-posts-wrapper .cross-line {
        margin-bottom: 0px;
    }
    #page-wrap .page-content {
        padding: 40px 0px
    }
    #gallery1 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .contact-us-page .form-bg {
        padding: 0px 0px;
        margin-top: 20px;
    }
    .bd-example-modal-lg.show .modal-dialog {
        min-width: 90%;
    }
    .about-us-page-content .youtube .modal-dialog iframe {
        width: 670px;
        height: 400px;
    }
    .youtube-img #playCircle {
        top: 17%;
        height: 70px;
        width: 70px;
    }
    .youtube-img #playTriangle {
        border-top: 16px solid transparent;
        border-left: 25px solid rgb(255, 255, 255);
        border-bottom: 16px solid transparent;
    }
    .youtube-img .playButton {
        margin: 35px auto 0 auto;
    }
    .youtube-img #playTriangle {
        margin: 12px 7px 0px 7px;
    }
    .page-id-28 h2.page-title {
        font-size: 30px;
    }
    .youtube-img {
        margin-bottom: 30px;
    }
    .youtube-bg-img{
        max-width: 80%;
    }
    .youtube-img #playCircle {
        border: 3px solid #ffffff;
    }
    .youtube-img #playCircle:hover {
        border: 3px dotted #ffffff;
    }
    .entry-content {
        padding: 0px 50px;
    }
    .about-us-page-content.page-content {
        padding: 50px 0px 40px 0px;
    }
    .about-me .about-us-page-content .my-painting-wrapper {
        padding: 30px 0px 20px 0px;
    }
}
@media(max-width: 767px){
    #show-sticky-menu .row {
        flex-wrap: unset;
    }
    #show-sticky-menu .navbar-expand-lg {
        justify-content: flex-end;
    }
    #show-sticky-menu img{
        max-width: 125px;
    }
    .bg-white {
        background: #195b70 !important;
    }
    header .top-header {
        display: inline-block;
        max-width: 40%;
    }
    header{
        display: flex;
    }
    #show-sticky-menu{
        display: block !important;
        position: fixed;
        top: 0px;
        z-index: 99;
        animation: unset;
    }
    header {
        display: none;
    }
    #page-wrap,.main-slider{
        padding-top: 0px;
    }
    .fa.fa-bars.mobile-menu::before{
        content: "\2630";
    }
    .my-painting-wrapper h1 {
        font-size: 24px;
        padding: 0px 10px;
    }
    .my-painting-wrapper .cross-line {
        margin-top: -20px;
        width: 100%;
        margin-bottom: 40px;
        border-width: 2px;
    }
    .my-painting-wrapper {
        padding: 30px 0px 0px 0px;
    }
    .my-painting-wrapper .art-blog .info {
        padding: 10px 15px 0px 15px;
    }
    .my-painting-wrapper .art-blog .info h4{
        font-size: 20px;
        padding: 5px 0px;
    }
    .h-news h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .h-news .events-box {
        display: block;
    }
    .h-news {
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position: center !important;
        padding-top: 60px;
        padding-bottom: 20px;
    }
    .h-news .events-box .news-info h4 {
        font-size: 20px;
        margin-bottom: 10px !important;
    }
    .h-news .events-box .news-info {
        padding-top: 10px;
    }
    .h-news .events-box .news-info h5 {
        font-size: 16px;
        margin-bottom: 30px;

    }
    .footer .web-logo img{
        max-width: 30%;
    }
    .copyright-footer {
        padding: 20px 0px 0px 0px;
    }
    .footer .web-logo{
        margin-bottom: 10px;
    }
    .banner {
        padding: 40px 0px 30px 0px;
    }
    /* .banner h5 { 
        color: #fff;
    }
    .banner a{
        color: #fff;
    } */
    #page-wrap .page-content {
        padding: 30px 0px;
    }
    #page-wrap .page-content h1, #page-wrap .page-content h2,.archive-title {
        font-size: 24px;
    }
    .cross-line {
        margin-top: -28px;
        width: 100%;
    margin-bottom: 15px;

    }
    .all-posts-wrapper {
        padding: 30px 0px;
    }
    #gallery1 {
        -webkit-column-count: 1;
    }
    .banner h3 {
        display: none;
    }
    .post-details {
        padding: 35px 0px;
    }
    .post-details .art-info-details h1 {
        margin-top: 15px;
        font-size: 24px;
    }
    .contact-page-background #page-wrap .page-content h2 {
        font-size: 20px;
    }
    .contact-page-background  .pt-3{
        padding-top: 0.2rem!important;
    }
    .contact-us-page .form-bg {
        padding: 0px 0px;
        margin-top: 0px;
    }
    .contact-us-page .form-bg .form-section {
        padding: 20px 15px 40px 15px;
    }
    .form-section form .pl-8 {
        padding-left: 15px;
    }
    .form-section form .pr-8 {
        padding-right: 15px;
    }
    .contact-us-page .input-group .form-control {
        min-height: 40px;
    }
    .input-group.xs-margin{
        margin-bottom: 15px;
    }
    .mm-navbars_top>.mm-navbar>:not(img):not(.mm-btn)  {
        color: #24768f;
        font-weight: bold;
    }
    .mm-navbars_top>.mm-navbar {
        border-top: 1px solid #ddd;
    }
    .mm-listitem_selected>.mm-listitem__text{
        color: #33cc99 !important;
    }
    .breadcrumb {
        line-height: 26px;
    }
    .post-details .events-box h4 {
        font-size: 16px;
        line-height: 28px;
    }
    .events-cards .events-box {
        margin-bottom: 15px;
    }
    .events-cards .events-box .news-info .title {
        font-size: 18px;
    }
    .events-cards .events-box .news-info a {
        font-size: 16px;
    }

    .sidebar {
        margin-top: 30px;
    }
    .banner h5{
        line-height: 26px;
    }
    .events-cards .events-box .news-info  .title{
        min-height: 0px;
    }
    .banner {
        background-size: cover;
        background-position: top center;
    }
    .bd-example-modal-lg.show .modal-dialog {
        min-width: 90%;
        margin-top: 44%;
    }
 
    .youtube-img #playCircle {
        top: 0%;
    height: 40px;
    width: 40px;
    }
    .youtube-img #playTriangle {
        border-top: 10px solid transparent;
        border-left: 15px solid rgb(255, 255, 255);
        border-bottom: 10px solid transparent;
    }
    .youtube-img .playButton {
        margin: 0px auto 0 auto;
    }
    .youtube-img #playTriangle {
        margin: 0px 0px 0px 0px;
    }
    .page-id-28 h2.page-title {
        font-size: 30px;
    }
    .youtube-img {
        margin-bottom: 30px;
    }
    .youtube-bg-img{
        max-width: 90%;
     
    }
    .youtube-img #playCircle {
        border: 1px solid #ffffff;
    }
    .youtube-img #playCircle:hover {
        border: 1px solid #ffffff;
    }
    .entry-content {
        padding: 0px 0px;
    }
    .youtube-img .playButtonContainer {
        top: 27%;
        left: 43%;
    }
    .youtube-img #playTriangle {
        top: -19px;
        left: 15px;
    }
    .about-me .content-area {
        margin-top: 0px;
        /* background: #195c7013; */
        padding: 0px 0px;
    }
    .about-us-page-content .youtube .modal-dialog iframe {
        width: 300px;
        height: 225px;
    }
    .about-me .about-us-page-content .my-painting-wrapper {
        padding: 20px 0px 10px 0px;
    }
    section#main-page, .banner,.sub-banner.page-banner,.about-us-banner,  #page-wrap.contact-us, .contact-me{
        /* margin-top: 90px !important; */
        margin-top: 125px !important;
    }
    .about-banner.hidden-xs{
        display: none;
    }
    .about-us-banner.hidden-lg{
        display: block;
    }
    
}

@media (min-width: 451px) and (max-width: 600px) {
    
    /* section#main-page,.banner, .sub-banner.page-banner,.about-us-banner,  #page-wrap.contact-us {
        margin-top: 144px !important;
    } */
    .events-cards .events-box img{
        margin: auto;
        display: flex;
        padding-top: 20px;
    }
    .events-cards .events-box .news-info .title {
        font-size: 18px;
        line-height: 25px;
    }
    .youtube-img .playButtonContainer {
        top: 37%;
        left: 46%;
    }
    .about-us-page-content .youtube .modal-dialog iframe {
        width: 400px;
        height: 275px;
    }
    /* #show-sticky-menu img {
        max-width: 60%;
    } */
    .footer .web-logo img {
        max-width: 27%;
    }
}

@media (min-width: 391px) and (max-width: 450px) {
    section#main-page, .banner,.sub-banner.page-banner,.about-us-banner  , #page-wrap.contact-us{
        margin-top: 127px;
    }
    .youtube-img .playButtonContainer {
        top: 33%;
        left: 46%;
    }
    .about-us-page-content .youtube .modal-dialog iframe {
        width: 300px;
        height: 220px;
    }
}


@media (min-width:376px) and (max-width:  390px) {
    section#main-page,.banner,.sub-banner.page-banner ,.about-us-banner , #page-wrap.contact-us{
        margin-top: 120px;
    }
    .youtube-img .playButtonContainer {
        top: 32%;
        left: 45%;
    }
    .about-us-page-content .youtube .modal-dialog iframe {
        width: 300px;
        height: 205px;
    }
}

@media (min-width: 361px) and (max-width: 375px) {
    section#main-page,.banner ,.sub-banner.page-banner ,.about-us-banner,  #page-wrap.contact-us{
        margin-top: 110px;
    }
    .youtube-img .playButtonContainer {
        top: 33%;
        left: 45%;
    }
    .about-us-page-content .youtube .modal-dialog iframe {
        width: 300px;
        height: 200px;
    }
}

@media (min-width: 321px) and (max-width: 360px) {
    section#main-page, .banner ,.sub-banner.page-banner,.about-us-banner , #page-wrap.contact-us{
        margin-top: 105px;
    }
    .youtube-img .playButtonContainer {
        top: 34%;
        left: 44%;
    }
    .about-us-page-content .youtube .modal-dialog iframe {
        width: 300px;
        height: 200px;
    }
}

@media(max-width: 575px){
    .about-us-banner img {
        aspect-ratio: 1 / 1;
        object-fit: cover;
        object-position: bottom;
    }
}