@import url('//fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');


 
 






	
	*,
*::after,
*::before{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.html{
    font-size: 62.5%;
}

.navbar1 input[type="checkbox"],
.navbar1 .hamburger-lines{
    display: none;
}

.container1{
    max-width: 1200px;
    width: 90%;
    margin: auto;
}

.navbar1{
      box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    position: relative;
    width: 100%;
    background: #fff;
    color: #000;
  
    z-index: 100;
}

.navbar1-container{
    display: flex;
    justify-content: space-between;
    height: 64px;
    align-items: center;
}

.menu-items{
    order: 2;
    display: flex;
}
.logo{
    order: 1;
    font-size: 2.3rem;
	width: 100px;
}

.menu-items li{
    list-style: none;
    margin-left: 1.2rem;
    font-size: 1.1rem;
}

.navbar1 a{
    color: #008df1;
    text-decoration: none;
    font-weight: 800;
    transition: color 0.3s ease-in-out;
}

.navbar1 a:hover{
    color: #117964;
}

@media (max-width: 768px){
    .navbar1{
        opacity: 0.95;
    }

    .navbar1-container input[type="checkbox"],
    .navbar1-container .hamburger-lines{
        display: block;
    }

    .navbar1-container{
        display: block;
        position: relative;
        height: 64px;
    }

    .navbar1-container input[type="checkbox"]{
        position: absolute;
        display: block;
        height: 32px;
        width: 30px;
        top: 20px;
        left: 20px;
        z-index: 5;
        opacity: 0;
        cursor: pointer;
    }

    .navbar1-container .hamburger-lines{
        display: block;
        height: 28px;
        width: 35px;
        position: absolute;
        top: 16px;
        left: 17px;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .navbar1-container .hamburger-lines .line{
        display: block;
        height: 4px;
        width: 100%;
        border-radius: 10px;
        background: #333;
    }
    
    .navbar1-container .hamburger-lines .line1{
        transform-origin: 0% 0%;
        transition: transform 0.3s ease-in-out;
    }

    .navbar1-container .hamburger-lines .line2{
        transition: transform 0.2s ease-in-out;
    }

    .navbar1-container .hamburger-lines .line3{
        transform-origin: 0% 100%;
        transition: transform 0.3s ease-in-out;
    }

    .navbar1 .menu-items{
        padding-top: 100px;
        background: #233634;
        height: 100vh;
        max-width: 300px;
        transform: translate(-150%);
        display: flex;
        flex-direction: column;
        margin-left: -40px;
        padding-left: 40px;
        transition: transform 0.5s ease-in-out;
        box-shadow:  5px 0px 10px 0px #aaa;
        overflow: scroll;
    }

    .navbar1 .menu-items li{
        margin-bottom: 1.8rem;
        font-size: 1.1rem;
        font-weight: 500;
    }

    .logo{
        position: absolute;
     padding-top:7px;
	  padding-bottom:7px;
		height:50px;
 margin-left: 30% !important;
  margin-right:  30% !important;

    }

    .navbar1-container input[type="checkbox"]:checked ~ .menu-items{
        transform: translateX(0);
    }

    .navbar1-container input[type="checkbox"]:checked ~ .hamburger-lines .line1{
        transform: rotate(45deg);
    }

    .navbar1-container input[type="checkbox"]:checked ~ .hamburger-lines .line2{
        transform: scaleY(0);
    }

    .navbar1-container input[type="checkbox"]:checked ~ .hamburger-lines .line3{
        transform: rotate(-45deg);
    }

}

@media (max-width: 500px){
    .navbar1-container input[type="checkbox"]:checked ~ .logo{
        display: none;
    }
}


.footer1 {
 box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px 4px 0px inset;
  background-color: #323232;
  width: 100%;
  text-align: left;
  
  font-weight: bold;
  font-size: 16px;
  padding: 10px;
  margin-top: 2px;
  color:#fff;
  text-decoration:none;
}
.footer1 h6{
font-size:1.2em;
padding:8px;
}
.sam{color:#fff;  text-decoration:none;}
.sam li{
padding:2px;}

.social-media
{
margin:1px;
 
}
.sam a{color:#fff !important; padding:6px; text-decoration:none;}
.footer1 .footer1-left,
.footer1 .footer1-center,
.footer1 .footer1-right {
  display: inline-block;
  vertical-align: top;
}


/* footer1 left*/

.footer1 .footer1-left {
  width: 24%;
  padding-right: 6px;
}
   
 
 

.footer1 .footer1-center {
  width: 30%;
}
 
 
.social-media1 button{width:40px !important;}
    

@media (max-width: 767px) {
  .footer1 {
    font-size: 14px;
  }
  .footer1 .footer1-left,
  .footer1 .footer1-center,
  .footer1 .footer1-right {
    display: block;
    width: 100%;
    margin-bottom: 40px;
   color:#fff;
  text-decoration:none;
  }
   
}


.copyright {
    text-align: center;
    padding-top: 10px;
	color:#fff;
	  background-color:  #323232;
}
 
  
  
   body {
font-size: 100%;
margin: 0;
padding: 0;
 
line-height: 1.5;
background: #e3e3e3 !important;
 
-webkit-font-smoothing: antialiased;
word-wrap: break-word;
-ms-word-wrap: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}

.sidebar-primary-container .widget {
    background: #fff;
    border-top: solid 3px #008df1;
    font-size: .813em;
    line-height: 1.85;
    margin: 1.84502em 0;box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    padding: 0.385em 8% 0.923em
}

.overflow-containernbt {
overflow: hidden;
}
.mainnbt {box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
margin-top:10px !important;
background: #fff;
margin: 0 auto;
-webkit-transition: all .3s ease;
transition: all .3s ease;
}
 
.mainnbt:after {
content: '';
position: absolute;
top: -12em;
left: 0;
width: 100%;
background: #373b41;
opacity: 0;
-webkit-transition: opacity .3s ease;
transition: opacity .3s ease;
}   
 
@media all and (min-width:37.5em) {
.mainnbt, .sidebar-primary-container, .site-footernbt {
padding: 1.5em 7.407%;
}
}
@media all and (min-width:43.75em) {}
@media all and (min-width:50em) {
.mainnbt, .sidebar-primary-container, .site-footernbt {
padding: 1.0em 7.407%;
}
.hentry {
padding: 0 6.333% 2.25em;
}
#comments {
padding: 0 6.333% 2.25em;
}
}
@media all and (min-width:56.25em) {
.mainnbt {
width: 55.55%;
padding: 1.5em 0;
float: left;
margin: 0 3.703% 0 7.407%;
}
.sidebar-primary-container, .site-footernbt {
padding: 1.5em 7.407%;
} 
 
@media all and (min-width:68.75em) {
.mainnbt {
width: 59.253%;
}
 
}
@media all and (min-width:75em) {}
.sidebar-primary-container {
position: relative;
background: #fff0;
-webkit-transition: all .3s ease;
transition: all .3s ease;
}
.sidebar-primary-container:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
background: #fff0;
opacity: 0;
-webkit-transition: opacity .3s ease;
transition: opacity .3s ease;
}
.sidebar-primary-container .widget {
background: #fff;
border-top: solid 3px #008df1;
font-size: .813em;
line-height: 1.85;
margin: 1.84502em 0;
padding: 1.615em 8% .923em;
}
.sidebar-primary-container .widget ul {
list-style: none;
margin: 1em 0 1.04502em;
}
.sidebar-primary-container .widget ul li {
padding: .446em 0 .446em 0;
margin: 0;
border-bottom: solid 1px #d9dcdf;
-webkit-transition: all .2s ease;
transition: all .2s ease;
}
.sidebar-primary-container .widget ul li:last-child {
border: none;
}
.sidebar-primary-container .widget ul li a {
/*display: block;*/
text-decoration: none;
}
.sidebar-primary-container .widget ul li:hover {
background: rgba(240, 240, 240, .15);
padding-left: .5em;
padding-right: 0;
}
.sidebar-primary-container .widget ul ul {
margin: 0 0 0 1em;
}
.sidebar-primary-container .widget ul ul li:last-child {
margin-bottom: 0;
padding-bottom: 0;
}
.sidebar-primary-container .widget a, .sidebar-primary-container .widget a:link, .sidebar-primary-container .widget a:visited {
color: #373b41;
}
.sidebar-primary-container .widget a:active, .sidebar-primary-container .widget a:hover {
color: #e6a117;
}
.sidebar-primary-container .widget-title {
text-transform: uppercase;
font-weight: 700;
letter-spacing: .08em;
font-size: 1em;
line-height: 1.85;
margin-bottom: 1.24502em;
}
.sidebar-primary-container .widget h2 {
text-transform: uppercase;
font-weight: 700;
letter-spacing: .08em;
font-size: 1em;
line-height: 1.85;
margin-bottom: 1.24502em;
}
.sidebar-primary-container .widget h3 {
text-transform: uppercase;
font-weight: 700;
letter-spacing: .08em;
font-size: 1em;
line-height: 1.85;
margin-bottom: 1.24502em;
}
@media all and (min-width:50em) {
.sidebar-primary-container .widget {
padding: 1.615em 0.33% .923em;
}
}
@media all and (min-width:56.25em) {
.sidebar-primary-container {
width: 25.923%;
padding: 1.5em 0;
float: left;
margin-top: 1.5em;
}
.sidebar-primary-container .widget:first-child {
margin-top: 0;
}
}
@media all and (min-width:68.75em) {
.sidebar-primary-container {
width: 22.222%;
margin-top: 3em;
}
}  



 
 .txt-center{text-align: center !important;
 }
 

.cardcc {
 
  background-color: #fff;
  border-radius: 1.5rem;
  box-shadow: 0.05rem 0.1rem 0.3rem -0.03rem rgba(0, 0, 0, 0.45);
 
  
  }

 

.cardcc img {
   background-color: #000;
    width: 100%;
    border:2px solid #fff;
      height: 150px;
box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  border-radius: 50px 10px;
 
  }

.cardcc-h3 {
  margin-top: 5px;
  font-size: 1.25rem;
   margin-left: 5px;
   font-weight:800;
   color:blue;
}

 .cardp {
  margin-top: 5px;
  font-size: 0.9rem;
   margin-left: 5px;
   font-weight:800;
   text-align:right;
   margin-right:25px;
   color:red;
}


.card-wrappercc {
height: auto;	
    width: 240px;
     background-color: #fff;
box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  border-radius: 50px 10px;
}
 
 
 
 
 
  
 
 
 
 
 
 
 
 
 
  
  
 
  
@media only screen and (max-width: 600px)

 {


.label1 h1,h2,h3,h4,h5,h6,p{text-align:justify;
margin-left: 12px !important;
margin-right: 8px !important;
 line-height: auto !important;
 line-height: 1.3 !important;
	    margin-bottom: 0.5rem !important;}
	
	.label1 h1{
font-size:34px !important;
font-weight:900;
margin-top:8px;


	}
	
	.label1 h2{
font-size:28px !important;
font-weight:600 !important;

	}
.label1 h3{
font-size:24px !important;
	}
.label1 h4{
font-size:18px !important;
	}
.label1 h5{
font-size:14px !important;
 
}

.label1 h6{
font-size:12px !important;
	}


.label1 p{
	font-size:18px;
	text-align:justify;
margin-left: 12px !important;
margin-right: 8px !important;
    line-height: 1.2 !important;
	    margin-bottom: 0.7rem !important;}
		
		
		
  .top{
	  
	  margin-top:10px !important;
	  
  }
  
}

 
@media only screen and (min-width: 600px) {
	
	
.label1 h1,h2,h3,h4,h5,h6,p{text-align:justify;
margin-left: 12px !important;
margin-right: 8px !important;
    line-height: auto !important;
	    margin-bottom: 0.5rem !important;}
	
	.label1 h1{
font-size:36px !important;
font-weight:900;
margin-top:8px;


	}
	
	.label1 h2{
font-size:30px !important;

	}
.label1 h3{
font-size:24px !important;
	}
.label1 h4{
font-size:18px !important;
	}
.label1 h5{
font-size:14px !important;
 
}

.label1 h6{
font-size:12px !important;
	}
	
.label1 p{
	font-size:22px;
	text-align:justify;
margin-left: 12px !important;
margin-right: 8px !important;
    line-height: 1.2 !important;
	    margin-bottom: 0.7rem !important;}
	
	
}

 
  
	
	
	
	
	
	
	
	
}

blockquote::before {
	content: "";
	pointer-events: none;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: var(--border-rad);
	box-shadow:
		inset -2px -2px 1px hsl(0 0% 100%),
		inset 2px 2px 4px hsl(0 0% 0% / 20%);
}

blockquote::after {
	content: "*";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: -2px;
	transform: translate(-50%, -50%);
	width: 1.3em;
	height: 1.3em;
	background: white;
	box-shadow: 0 4px 5px -1px hsla(0 0% 0% / 20%);
	border-radius: 999px;
	display: grid;
	place-content: center;
	padding-top: .5em;
	color: var(--accent-color);
	font-size: 36px;
	font-style: normal;
	text-indent: 0;
}

.blockquote-author-image {
	position: absolute;
	left: 0;
	top: 0;
	width: var(--quote-image-width);
	height: 100%;
	opacity: 0.75;
	background: var(--accent-color) var(--image) no-repeat center / cover;
	background-blend-mode: hard-light;
	border-top-left-radius: var(--border-rad);
	border-bottom-left-radius: var(--border-rad);
}

cite {
	display: block;
	margin-top: 30px;
	text-indent: 0;
	text-align: center;
	font: bold .9rem var(--type-body);
	text-transform: uppercase;
	color: hsl(0 0% 20%);
}

@media (min-width: 768px) {
	cite {
		margin-left: calc(1rem - var(--quote-image-width));
	}
}

.cite-last-name {
	background: var(--accent-color);
	color: var(--quote-bg);
}
 
 
h1, h2, h3 {
    margin-top: 20 px;
    margin-bottom: 10px;
    letter-spacing: 0;

	   margin-left:10px;
	   margin-right:10px;
}
h1, h2, h3,  h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Pt Serif;
    font-weight: 500;
    line-height: 1.1;
        margin-bottom: 22px;
	   margin-top: 22px;
	   margin-left:10px;
	   margin-right:10px;
    font-feature-settings: "kern" 1;
    -webkit-font-feature-settings: "kern";
    -moz-font-feature-settings: "kern=1";
    font-kerning: normal;
}




p{
    
    margin-bottom: 0px;
    letter-spacing: 0;

	   margin-left:10px;
	   margin-right:10px;
}




 

.category img, .page img, .post img, .single img {
    max-width: 100%;
    height: auto;
}

.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
}
article h2, body.archive.category main h2>strong {
    font-weight: 400;
}

article h2, body.archive.category main h2 {
    font-size: 21px;
    font-weight: 400;

}



 







h1.posttitle {
    font-weight: 700;
    margin-bottom: 1rem;
}.featured-image {
    display: block;
    margin: 0px auto;
    margin-bottom: 1.5rem;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}


blockquote {
    border-left: 4px solid #00ab6b;
    padding: 0 20px;
	font-size:24px;
    font-style: italic;
    color: #000000;
	background:#dee2e5;
}

.article-post p, .article-post blockquote {
    margin: 0 0 1.5rem 0;
}

 

.img
{
width:75%;

	align-items:center;
	}

.button11{
    width:100%;
    height:50px;
    position: ;
    outline:none ;
    color:#fff;
    background:#38ACEC;
    font-size:23px;
    font-weight:700;
    letter-spacing:2px;
    border-radius:50px;
    overflow:hidden ;
    border:3px solid black;
}

 
 




.block {
 
color:black;
     height:90px !important;
  margin: 0 0 0.4rem 0;
  
  
    background: /* (1) most inner gradient */
    linear-gradient(to bottom, #68b0fb1c, #ebe4e48f) content-box,
    /* (2) #dbc4c400 gradient */
    linear-gradient(to right, #fffffff7, #ffffff) padding-box,
    /* (3) #f5f5f54f gradient */
    linear-gradient(to right, #00000005, #fafdff) border-box;
}

.border {
  
  margin-bottom:11px;
  
    box-shadow: 0.2rem 0.2rem black, -0.1rem -0.2rem #1C2833;
   
}


 
  .aa a{
	  text-decoration:none;
  }


.block img {
  width:90px;
  height: 90PX;
  float: left;
  margin: 0 1rem 0 0;
  margin-left:1px !important;
}
  
.block h2 {font-size:1.2em !important;
	color:Black;
  font-weight: 900;
  margin: 0 0 0.0rem 0;
  line-height:1.1;
}

 
.block p {
	color:Black;
 
font-weight: 500;
}
.block > div {
	text-align: -webkit-auto;
  padding-left: calc(10px + 0.5	rem);
}


 
 

.cards-wrapper {
  display: grid;
  justify-content:center ;
  align-items:center ;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 0.5rem;
  padding: 0.2rem;
  margin: left;
  
  
}

.card {
  font-family: 'Heebo';
  --bg-filter-opacity:0.8;
  background-image: url("images/cardbg.png");
   background-repeat: repeat;
                background-size: 200px 150px;
				  background-position: 100px 5px;
  height: 12em;
  width: 9em;
  font-size: 1.5em;
  color: white;
  border-radius: 2em;
  padding: 1em;
  /*margin: 2em;*/
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  box-shadow: 0.2rem 0.2rem black, -0.1rem -0.1rem #F35C05;
  transition: all, var(--transition-time);
  position: relative;
  overflow: hidden;
  border: 2px solid #68B0FB;
  text-decoration: none;
}

.card:hover {
  transform: rotate(0);
}

.card h1 {
  margin-top: 0.2em;
  font-size: 1.3em;
  line-height: 1em;
}

.card h1:hover {
  margin-top: 1em;
  font-size: 1.4em;
  line-height: 1em;
  Color:Black;
}

.card p {
  font-size: 0.75em;
  font-family: 'Open Sans';
  margin-top: 0.5em;
  line-height: 1em;
}

.card .tags {
  display: flex;
}

.card .tags .tag {
  font-size: 0.75em;
  background: rgba(255,255,255,0.5);
  border-radius: 0.3rem;
  padding: 0 0.5em;
  margin-right: 0.5em;
  line-height: 1.5em;
  transition: all, var(--transition-time);
}

.card:hover .tags .tag {
  background: var(--color);
  color: white;
}

.card .date {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.75em;
  padding: 1em;
  line-height: 1em;
  opacity: ;
}

.card:before, .card:after {
  content: '';
  transform: scale(0);
  transform-origin: top left;
  border-radius: 50%;
  position: absolute;
  left: -50%;
  top: -50%;
  z-index: -5;
  transition: all, var(--transition-time);
  transition-timing-function: ease-in-out;
}

.card:before {
  background: #fff;
  width: 250%;
  height: 250%;
}

.card:after {
  background: white;
 
}

.card:hover {
  color: var(--color);
}

.card:hover:before, .card:hover:after {
  transform: scale(1);
}

.card-grid-space .num {
  font-size: 3em;
  margin-bottom: 0.2rem;
  margin-left: 1rem;
}

.info {
  font-size: 1.2em;
  display: flex;
  padding: 1em 3em;
  height: 3em;
}

.info img {
  height: 3em;
  margin-right: 0.5em;
}

.info h1 {
  font-size: 1em;
  font-weight: normal;
}

 
/* MEDIA QUERIES */
@media screen and (max-width: 1286px) {
  .cards-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	
  }
   

.copyright {
    text-align: center;
    padding-top: 10px;
}
   
}

  

@media screen and (max-width: 1024px) {
  .cards-wrapper {
    grid-template-columns: 1fr 1fr;
	margin-top:1%;
	margin-left:4%;
  }
  
  
.card {
  font-family: 'Heebo';
  --bg-filter-opacity:0.8;
  background-image: url("images/cardbg.png");
   background-repeat: repeat;
                background-size: 200px 150px;
				  background-position: 100px 5px;
  height: 10em;
  width: 9em;
  font-size: 1.2em;
  color: white;
  border-radius: 1em;
  padding: 1em;
  /*margin: 2em;*/
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  box-shadow: 0.2rem 0.2rem black, -0.1rem -0.1rem #F35C05;
  transition: all, var(--transition-time);
  position: relative;
  overflow: hidden;
  border: 2px solid #68B0	FB;
  text-decoration: none;
}
 

  .info {
    justify-content: center;
  }
  .card-grid-space .num {
    /margin-left: 0;
    /text-align: center;
  }
  

}
  
 
  
}

@media screen and (max-width: 500px) {
  .label1h1{
	font-size:2.0em;
	text-align:center;
	font-family: 'Dancing Script', cursive;
	
	margin-top:9%;
	font-weight:1000;
color:#0C322C;	
}


  
  
  .cards-wrapper {
    padding: 1rem 2rem;
	
  }
  .card {
    max-width: calc(100vw - 4rem);
	margin-top:9%;
    height:8em;
    width: 98%;
  }
  .label1 h1, h2, h3, h5, h6{
  
 
text-align:justify;
margin-left: 12px !important;
margin-right: 8px !important;
}

	.leftColumn {
    margin-right: 20.5em !important;
    margin-left: 2px !important; 
}
	.rightColumn {
		margin-right:4px;
      width: 18.75em !important;
}
 
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	
	
.label1 h1, h2, h3, h5, h6{
  
 
text-align:justify;
margin-left: 12px !important;
margin-right: 8px !important;
}

}

 
@media only screen and (min-width: 1200px) {
	
	
.label1 h1, h2, h3, h5, h6{
  
     
 
text-align:justify;
margin-left: 12px !important;
margin-right: 8px !important;
}
.aa p{
	font-size:17px !important;
	line-height:1.3 !important;
}
	
}
  
   
  
   
  .bold{
	font-Weight:800;
	Font-size:1.9em;
margin-top:15px;	
  }
  

  
  
  
  
 
  .tabset > input[type="radio"] {
    position: absolute;
    left: -200vw;
  }

  .tabset .tab-panel {
    display: none;
  }

  .tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
  .tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
  .tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
  .tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
  .tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
  .tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
    display: block;
  }



  .tabset > label {
    position: relative;
    display: inline-block;
    padding: 15px 15px 25px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
  }

  .tabset > label::after {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 10px;
    width: 22px;
    height: 4px;
    background: #0f0;
  }

  .tabset > label:hover,
  .tabset > input:focus + label {
    color: #f00;
  }

  .tabset > label:hover::after,
  .tabset > input:focus + label::after,
  .tabset > input:checked + label::after {
    background: #f00;
  }

  .tabset > input:checked + label {
    border-color: #ccc;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
  }

  .tab-panel {
    padding: 30px 0;
    border-top: 1px solid #ccc;
  }

  /*
   Demo purposes only
  */
  *,
  *:before,
  *:after {
    box-sizing: border-box;
  }

 

  .tabset {
    max-width: 65em;
  }

.responsive {
  width: 100%;
  max-height: 400px;
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
  align-items: center;
  justify-content: center;
  padding-left:10px;
  padding-right:10px;
 
  }

.responsive11 {
  width: 95%;
  max-height: 480px;
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
  align-items: center;
  justify-content: center;
  padding-left:10px;
  padding-right:10px;
 
  }


.responsive1 {
  width: 50%;
  max-height: 700px;
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
  align-items: center;
  justify-content: center;
  padding-left:10px;
  padding-right:10px;  margin-top:20px;
  }




.responsive1:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}



.responsive2 {
  width: 100%;
  max-height: 650px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  align-items: center;
  justify-content: center;
  padding-left:10px;
  padding-right:10px; 
   margin-left: auto;
  margin-right: auto;
  }




.responsive2:hover {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}




.responsive3 {
  width: 70%;
  max-height: 400px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  align-items: center;
  justify-content: center;
  padding-left:auto;
  padding-right:auto; 
    margin: auto;
  }

 
.responsive3:hover {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}




.responsive4 {
  width: 40%;
  max-height: 400px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  align-items: center;
  justify-content: center;
  padding-left:auto;
  padding-right:auto; 
    margin: auto;
  }




.responsive4:hover {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}



.responsive5 {
  width: 18%;
  max-height: 400px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  align-items: center;
  justify-content: center;
  padding-left:auto;
  padding-right:auto; 
    margin: auto;
  }
 
.responsive5:hover {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}


.responsive6 {
  width: 50%;
  max-height: 500px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  align-items: center;
  justify-content: center;
  padding-left:auto;
  padding-right:auto; 
    margin: auto;
  }




.responsive6:hover {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

 
hr {
   
  
 
  background-position: 50%;
  
}


.accessory {
  height: 7px;
  background-image: radial-gradient(
    closest-side,
    hsla(0, 0%, 50%, 1.0),
    hsla(0, 0%, 50%, 0) 100%);
 
}


.accessory:after {
  position: absolute;
 
  left: 50%;
  display:block;
  background-color: hsl(0, 0%, 75%);
  height: 12px;
 
  transform: rotate(45deg);

  margin-left: -10px;
  border-radius: 4px 0;
  border: 4px solid hsla(0, 0%, 100%, 0.35);
  background-clip: padding-box;
  box-shadow: -10px 10px 0 hsla(0, 0%, 100%, 0.15), 10px -10px 0 hsla(0, 0%, 100%, 0.15);
}

.aa {
  height: auto;
 
}

.aa p{

margin: 0 0 1px 0;

}
.aa:after {
  position: absolute;
 
  left: 50%;
  display:block;
  background-color: hsl(0, 0%, 75%);
  height: 12px;
 
  transform: rotate(45deg);

  margin-left: -10px;
  border-radius: 4px 0;
  border: 4px solid hsla(0, 0%, 100%, 0.35);
  background-clip: padding-box;
  box-shadow: -10px 10px 0 hsla(0, 0%, 100%, 0.15), 10px -10px 0 hsla(0, 0%, 100%, 0.15);
}

 

.table-responsive {
    margin-bottom: 22px;
	   margin-top: 22px;
	   margin-left:10px;
	   margin-right:10px;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

table.table-bordered {
    border-width: 1px;
}

.table-responsive>table {
    margin: 0;
}
.table-bordered {
    border: 1px solid #ddd;
}
.table {
    width: 100%;
    max-width: 100%;	
    margin-bottom: 20px;
}

article table {
    margin: 0 0 22px;
}
article table {
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-bottom: 0;
    border-spacing: 0;
    line-height: 18px;
    border-collapse: separate;
    margin: 0 0 22px;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #38ACEC;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #38ACEC;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #38ACEC;
}

.tr1{
	background-color: #38ACEC; 
	color: white;
}


article table {
    width: 100%;
    background: #fff;
    border: 1
px
 solid #ddd;
    border-bottom: 0;
    border-spacing: 0;
    line-height: 18px;
    border-collapse: separate;
    margin: 0 0 22
px
;
}

 


.padding-top{
	margin-top:30px;
	font-size:15px;
	margin-bottom:30px;
}


 

blockquote {
	
	
	position: relative;
	margin: 40px 0;
	padding: 1.6em 2.4em .7em calc(1.4em + var(--quote-image-width));
	font: italic 1.2rem var(--type-quote);
	background: var(--quote-bg) no-repeat left / var(--quote-image-width);
	border-radius: var(--border-rad);
	border: 2px solid white;
	box-shadow: 2px 2px 4px hsl(0 0% 0% / 20%);
	text-indent: 1.6em;
}

  
  
}

@media screen and (max-width: 450px) {
  .info {
    display: block;
    text-align: center;
  }
  .info h1 {
    margin: 0;
  }
   
}

  

.inline-items {
  margin-top: 0;
}

.inline-items li {
  margin-left: 0;
  border-left: 1px solid black;
  padding-left: 10px;
  padding-right: 10px;
}

.inline-items li:first-child {
  margin-left: 0;
  border: none;
  padding-left: 0;
  padding-right: 10px;
}

.inline-items li:last-child {
  padding-right: 0;
}
  
.sam{color:white;
color-width:100%;
}



.sam ul li a{
    text-transform: capitalize;
    padding: 0.2rem 0;
    margin: 0.2rem 0;
	Color: white;
	
    font-size: 0.95rem;
}
.column1 {
  float: left;
  width: 33%;
  padding: 10px;
   /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 900px) {
  .column1 {
    width: auto%;
  }
    
}

 

span1{
    position:relative ;
    background:#fff;
    transform:translate(-50%,-50%);
    border-radius:50%;
    pointer-events:none;
    animation:animate 0.5s linear infinite;
}

 
.column2 {
  float: left;
  width: 70%;
  padding: 10px;
  height: 300px; /* Should be removed. Only for demonstration */
}
.column2 {
  float: left;
  width: 50%;
  padding: 10px;
  height: 300px; /* Should be removed. Only for demonstration */
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column2 {
    width: auto%;
  }
  
   
.column1 {
 
  width: 60%;
  padding:auto!important;
   /* Should be removed. Only for demonstration */
}
  
   
    .cards-wrapper {
    grid-template-columns: 1fr ;
	
  }
 

  }
    .label1h1{
	font-size:2.0em;
	text-align:center;
	font-family: 'Dancing Script', cursive;
	font-weight:700;

	font-weight:1000;
color:#0C322C;	
}


  
  
  .cards-wrapper {
    padding: 1rem 2rem;
	
  }
  .card {
    max-width: calc(100vw - 4rem);
	margin-top:9%;
    height:8em;
    width: 98%;
  }
  
}





k{color:red};
.col-md-offset-1 {    margin-left: 8.333333333333332%;  }}


.boxedtitle.page-title h2{padding:20px 0 10px;margin:0 20px 20px 0;border-bottom:2px solid #fff;font-size:20px;font-weight:700;color:#fff;}
 .boxedtitle,.main	-content .boxedtitle{margin-bottom:20px;padding-left:20px;border-bottom:0}

.t_left {
	text-align: center;font-size:1.6em;
}
.boxedtitle{border-bottom:2px solid #E8E7E7;color:#fff;font-size:0.8em;}



.answer_container{margin-left:0;width:100%;color:#fff;}
.text-success{color:#1bbc9b}

.text-danger{color:#fb6b5b}







/* Media Queries */
@media screen and (min-width: 1100px){
 
.cards-wrapper {
    padding: 1rem 1rem;
	
  }
  .card {
  padding:0.3em;
	margin-top:9%;
    height:9em;
   width:7.8em;
  }

 
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
 
}
.center1 {
  display: block;
  margin-left: auto;
  margin-right: auto;
 
}

center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

 


.button12{
    width:100%;
    height:40px;
    
    color:#000;
	border:1px solid #fff;
    background:#fff;
    font-size:25px;
    font-weight:700;
    letter-spacing:2px;
   
}
 
.question{margin-bottom:10px;-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;border:2px solid #1589ff;background:#1B2631;
-moz-box-shadow:0 0 5px #1589ff;
-webkit-box-shadow:0 0 5px #1589ff;
box-shadow:0 0 5px #1589ff;
position:;
padding:20px}
 
.single-question{padding:2px 0;margin-bottom:0}
.single-question .form-inputs p{margin-bottom:20px;font-size:1em}

.single-question .question-inner .form-inputs p label{font-size:1.2em;color:#fff;font-weight:500;}
.answer_container{margin-left:0;width:100%}
.single-question .question-inner{margin-left:0;padding:0 10px 0 25px}
:50%}

.single-question.question h2{margin-left:20px;margin-bottom:15px;color:#fff;}
.single-question.question h1{margin-left:20px;margin-bottom:15px;color:#fff;font-size:18px}
.single-question.question h2>.question-number{width:30px;float:left}
.single-question.question h2>.question-main{padding-left:30px;-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.question-main>p{line-height:1.3em}
 
.question-type-normal.question h2,.question-type-poll.question h2 {
		padding-right: 0;
		padding-top: 3px;
		margin-top: 0;
	}

.question-type-normal.question h2,.question-type-poll.question h2 {
		padding-right: 0;
		padding-top: 9px;
	}
	 
	.col-xs-12 {  float: left;}.col-xs-12 {  width: 100%;}
 .question-number{width:30px;float:left; margin-left:12px;}
	.question-number{
	color:#00ff00;font-weight:700;
	}
	.question-main{color:#00ff00;font-weight:700;margin-left: 19px;}
	.question-main>b, h2>.question-main>strong,
	
	
	.question-inner{position:relative;margin-left:7px;margin-top:40px;color:#00ff00;font-weight:700;}


font-style-3 .form-inputs p.add_poll{float:right;width:auto!important;margin:0!important;position:absolute;bottom:16px;right:42px;z-index:9;height:29px}


.form-style-3 .form-inputs p.add_poll{float:right;width:auto!important;margin:0!important;position:absolute;bottom:16px;right:42px;z-index:9;height:29px}
.form-style-3 .form-inputs p #add_poll{padding:0 8px;font-size:11px;height:29px}
.form-style-3 .form-inputs p #add_poll i{margin-right:5px;color:#2f3239}

.form-inputs #question_poll_item p{margin-bottom:10px}


.form-inputs p{margin-bottom:10px}


.clearfix:before,.clearfix:after {  content: " ";  display: table;}.clearfix:after {  clear: both;}

.question-bottom{text-align:center;margin-bottom:10px}
.chapter-section a,.question-bottom a{display:inline-block;border:1.5px solid #fd776e;line-height:20px;color:#fff;font-weight:700;margin:0 0 5px 0!important;padding:2px 10px;font-size:15px!important;-moz-border-radius:2px;-webkit-border-radius:2px;
border-radius:2px}
.box{background-color:#38acec;}

 





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


.hide {
    display: none;
    visibility: hidden;
    height: 0;
}

.pagination\:container {
  display: flex;color:#fff;
  align-items: center;
  margin-left:2%;
  margin-right:2%;
}

.arrow\:text {
  display: block;
  vertical-align: middle;
  font-size: 10px;
  vertical-align: middle;
}

.pagination\:number {
  --size: 28px;
  --margin: 2px;
  margin: 0 var(--margin);
  border-radius: 6px;
  background: #202020;
  max-width: auto;
  min-width: var(--size);
  height: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0 5px;
  @media (hover: hover) {
    &:hover {
      // ose darken qysh te dush 
      background: lighten(#202020, 3%);
    }
  }
  &:active {
      background: lighten(#202020, 3%);
  }
}

.pagination\:active {
  background-color:red;
  
  position: relative;
}


.pagination\:container a
{
	  text-decoration:none;
	  
	color:#fff;
}
  
}


 


 
@media screen and (max-width: 620px)
{
  .main-wrapper img {
    margin-left: 23% !important;
}

.hide {
    display: none;
    visibility: hidden;
    height: 0;
}

.pagination\:container {
  display: flex;color:#fff;
  align-items: center;
  margin-left:3%;
  margin-right:3%;
}

.arrow\:text {
  display: block;
  vertical-align: middle;
  font-size: 10px;
  vertical-align: middle;
}

.pagination\:number {
  --size: 22px;
  --margin: 3px;
  margin: 0 var(--margin);
  border-radius: 6px;
  background: #202020;
  max-width: auto;
  min-width: var(--size);
  height: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0 5px;
  @media (hover: hover) {
    &:hover {
      // ose darken qysh te dush 
      background: lighten(#202020, 3%);
    }
  }
  &:active {
      background: lighten(#202020, 3%);
  }
}

.pagination\:active {
  background-color:red;
  
  position: relative;
}


.pagination\:container a
{
	  text-decoration:none;
	  
	color:#fff;
}
   
  
}




 
@media (max-width: 320px)
{ 

.hide {
    display: none;
    visibility: hidden;
    height: 0;
}

.pagination\:container {
  display: flex;color:#fff;
  align-items: center;
  margin-left:3%;
  margin-right:3%;
}

.arrow\:text {
  display: block;
  vertical-align: middle;
  font-size: 10px;
  vertical-align: middle;
}

.pagination\:number {
  --size: 15px;
  --margin: 2px;
  margin: 0 var(--margin);
  border-radius: 6px;
  background: #202020;
  max-width: auto;
  min-width: var(--size);
  height: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0 5px;
  @media (hover: hover) {
    &:hover {
      // ose darken qysh te dush 
      background: lighten(#202020, 3%);
    }
  }
  &:active {
      background: lighten(#202020, 3%);
  }
}

.pagination\:active {
  background-color:red;
  
  position: relative;
}
.pagination\:container a
{
	  text-decoration:none;
	  
	color:#fff;
}
  


}


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


.hide {
    display: none;
    visibility: hidden;
    height: 0;
}

.pagination\:container {
  display: flex;color:#fff;
  align-items: center;
  margin-left:1%;
  margin-right:1%;
}

.arrow\:text {
  display: block;
  vertical-align: middle;
  font-size: 10px;
  vertical-align: middle;
}

.pagination\:number {
  --size: 50px;
  --margin: 8px;
  margin: 0 var(--margin);
  border-radius: 6px;
  background: #202020;
  max-width: auto;
  min-width: var(--size);
  height: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0 5px;
  @media (hover: hover) {
    &:hover {
      // ose darken qysh te dush 
      background: lighten(#202020, 3%);
    }
  }
  &:active {
      background: lighten(#202020, 3%);
  }
}

.pagination\:active {
  background-color:red;
  
  position: relative;
}


.pagination\:container a
{
	  text-decoration:none;
	  font-size:2rem;
	color:#fff;
}
  
}