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


 
 .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;
}
 
 
 
 
 
 
 
 #container {
 
  margin: 0;
  padding: 0;

}

#slider-container {
 

  position: relative;
  overflow: hidden;
  padding: 20px;
}

#slider-container .btn {
  position: absolute;
  top: calc(50% - 30px);
  height: 30px;
  width: 30px;
  border-left: 8px solid pink;
  border-top: 8px solid pink;
}

#slider-container .btn:hover {
  transform: scale(1.2);
}

#slider-container .btn.inactive {
  border-color: rgb(153, 121, 126)
}

#slider-container .btn:first-of-type {
  transform: rotate(-45deg);
  left: 10px
}

#slider-container .btn:last-of-type {
  transform: rotate(135deg);
  right: 10px;
}

#slider-container #slider {
  display: flex;
  width: 1000%;
  height: 100%; 
  transition: all .5s;
}

#slider-container #slider .slide {
  height: 90%;
  margin: auto 10px;
 
  box-shadow: 2px 2px 4px 2px white, -2px -2px 4px 2px white;
  display: grid;
  place-items: center;
}

#slider-container #slider .slide span {
  color: black;
  font-size: 10px;
}

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

  #slider-container #slider .slide {
    width: calc(2.5% - 20px);
  }

}

@media only screen and (max-width: 1100px) {

  #slider-container #slider .slide {
    width: calc(3.3333333% - 20px);
  }

 .leftColumn1 {
   display:none !important;
    
}
}

@media only screen and (max-width: 900px) {

  #slider-container #slider .slide {
    width: calc(5% - 20px);
  }

}

@media only screen and (max-width: 550px) {

  #slider-container #slider .slide {
    width: calc(10% - 20px);
  }



.main-wrapper img {
   
    margin-left: 47% !important;
}

.columnsContainer, footer, header {
    
     width:100% !important;
   
}

}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
.modal-confirm {		
	color: #434e65;
	width: 340px;
}
.modal-confirm .modal-content {
	padding: 20px;
	font-size: 16px;
	border-radius: 5px;
	border: none;
}
.modal-confirm .modal-header {
	background: #29e574;
	border-bottom: none;   
 
	text-align: center;
	margin: -20px -20px 0;
	border-radius: 5px 5px 0 0;
	padding: 35px;
}
.modal-confirm h4 {
	text-align: center;
	font-size: 36px;
	margin: 10px 0;
	color:#fff;
}

.modal-confirm p {
	text-align: center;
	font-size: 20px;
	margin: 3px 0;
	font-weight:500;
		color:#fff;
} 
.modal-confirm .btn, .modal-confirm .btn:active {
	color: #fff;
	border-radius: 4px;
	background: #11ee22 !important;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	border-radius: 30px;
	margin-top: 10px;
	padding: 6px 20px;
	border: none;
	margin:37%;
	margin-top:0%;
}
.modal-confirm .btn:hover, .modal-confirm .btn:focus {
	background: #eda645 !important;
	outline: none;
}


 

.backgroundOverlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000000;
    opacity: .5;
    filter: alpha(opacity=50);
    -moz-opacity: .85;
    z-index: 101;
    display: none;
}
/*   This is the Popup Window   */
.delayedPopupWindow {
    display: none;
    position: fixed;
    width: auto;
    min-width: 320px;
    //max-width: 480px;
    height: 310px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #32220a;
    //border: 2px solid #333;
    z-index: 102;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.75);

    //padding: 10px 20px;
    .head {
        
        padding: 15px 50px;
        white-space: nowrap;
        background-color: #C5C5C5;
        color: #B92E31;
        font-size: 20px;
    }
    .name {
        text-align: center;
        padding: 15px;
        color: #797979;
        font-size: 16px;
    }
}
/*   This is the closing button  */
#btnClose {
    //width:100%;
    width: 35px;
    height: 35px;
    top: 0px;
    right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: right;
    text-decoration: none;
font-weight:900;
    color: #fff;
    position: absolute;
    background-color: red;
}
/*   This is the closing button hover state  */
#btnClose:hover {
    color: #fff;
    background-color: red;
}

 
 
  
 
  
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
.modal-confirm {		
	color: #434e65;
	width: 340px;
}
.modal-confirm .modal-content {
	padding: 20px;
	font-size: 16px;
	border-radius: 5px;
	border: none;
}
.modal-confirm .modal-header {
	background: #29e574;
	border-bottom: none;   
 
	text-align: center;
	margin: -20px -20px 0;
	border-radius: 5px 5px 0 0;
	padding: 35px;
}
.modal-confirm h4 {
	text-align: center;
	font-size: 36px;
	margin: 10px 0;
	color:#fff;
}

.modal-confirm p {
	text-align: center;
	font-size: 20px;
	margin: 3px 0;
	font-weight:500;
		color:#fff;
} 
.modal-confirm .btn, .modal-confirm .btn:active {
	color: #fff;
	border-radius: 4px;
	background: #11ee22 !important;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	border-radius: 30px;
	margin-top: 10px;
	padding: 6px 20px;
	border: none;
	margin:37%;
	margin-top:0%;
}
.modal-confirm .btn:hover, .modal-confirm .btn:focus {
	background: #eda645 !important;
	outline: none;
}


 

.backgroundOverlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000000;
    opacity: .5;
    filter: alpha(opacity=50);
    -moz-opacity: .85;
    z-index: 101;
    display: none;
}
/*   This is the Popup Window   */
.delayedPopupWindow {
    display: none;
    position: fixed;
    width: auto;
    min-width: 320px;
    //max-width: 480px;
    height: 310px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #32220a;
    //border: 2px solid #333;
    z-index: 102;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.75);

    //padding: 10px 20px;
    .head {
        
        padding: 15px 50px;
        white-space: nowrap;
        background-color: #C5C5C5;
        color: #B92E31;
        font-size: 20px;
    }
    .name {
        text-align: center;
        padding: 15px;
        color: #797979;
        font-size: 16px;
    }
} 
 
 
  
 
  
@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;}
	
	
}

 
@media only screen and (min-width: 768px) {
	
.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;
}
	
}
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  

.marquee-container{
      max-width: 800px;
    margin: 15px auto;
    overflow: hidden;
}
.Marquee {

 
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
  color: GOLD;
 Font-weight:800;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
 
}
.Marquee-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-animation: marquee 10s linear infinite running;
  -moz-animation: marquee 10s linear infinite running;
  -o-animation: marquee 10s linear infinite running;
  -ms-animation: marquee 10s linear infinite running;
  animation: marquee 10s linear infinite running;
}
.Marquee-content:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
}
.Marquee-tag {
	  background: -webkit-linear-gradient(225deg, #38acec, #38acec);
  background: -moz-linear-gradient(225deg, #38acec, #38acec);
  background: -o-linear-gradient(225deg, #38acec, #38acec);
  background: -ms-linear-gradient(225deg, #38acec, #38acec);
  background: linear-gradient(-135deg, #38acec, #38acec);
  width: 200px;
 font-size:1.5rem;
 color: GOLD;
 Font-weight:800;
  margin: 0.1em 0.5em;
   
  box-shadow: 0.2rem 1.2rem black, -0.1rem -0.1rem #F35C05;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.Marquee-tag:hover {
 
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}
@-moz-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-o-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
  
  strong{font-weight:500;}
  .bold{
	font-Weight:800;
	Font-size:1.9em;
margin-top:15px;	
  }
  

  
  h4{
	  
	  margin-left:10px;
  }
  
  
  
  
 
  .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 (min-width: 768px) {
	blockquote {
		margin: 40px 60px;
	}
}

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;
}


.ad1 {
	background-image:url("images/1img.png");
	
	background-size: cover;
}














.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;
  
  

  
  
 
}



.progress-container {
  width: 100%;
  height: 4px;
  background: #ccc;
  	z-index: 110;
}

.progress-bar {
  height: 4px;
  background: #fe5245;
  width: 0%;margin-top:0px;
  position:fixed;
  	z-index: 110;
}


  
  
  
  
  .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);
}













@keyframes icon {
  0%,100%{
    transform: translate(0px);
  }
  50% {
    transform: translate(3px);
  }
}
*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}




.menu-link a{color: white;}



.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%;
  }
  .rightColumn {

}.leftColumn1 {
      display:none !important;
}
	
    .sub-menu-item img{
	  display:none!important;
  }
  
.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;
}

  .leftColumn{
	  margin-top:auto;
	  
  }

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

}
  
  
  .navbar-nav > li > a {
    border-bottom: none;
    margin: 0 0 rem;
    padding: 1.0rem 1.6rem 0.2rem 0.9rem;
    font-size: 0.08rem;
    /* color: white; */
    text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
}
    

  
  
}

@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%;
  }
  
  
  
}

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













*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

body { margin: 0; }

.columnsContainer, footer, header { position:relative; margin: 0.0em; margin-bottom: em; }

.leftColumn, .rightColumn, footer, header {   background-color:#fff;box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;padding:0.0em; }

.leftColumn {padding:20px; }



.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;
}

/* MEDIA QUERIES */
@media screen and (min-width: 47.5em ) {
  .leftColumn { margin-right: 23.5em;margin-left: 16.5em; }
.leftColumn {
    margin-top: 6.4%;
}
	.rightColumn { position: absolute; top: 0.5%; right: 0; width: 20.75em; }   
	
	.leftColumn1 {
      margin-right: 45em !important;
    margin-left: 8px !important;
    background-color: #fff;
 height: 450px !important; 
    margin-top:0.5%; 
	margin-bottom:97% !important;
    position:fixed;box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    width: 17%;
	 
}
 .nav-sticky {
  position: -webkit-sticky;
  position: sticky; top: 70px;
}	
	
}











.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%;
  }
  
   .leftColumn{
	  	margin-top: 3.5em;
	padding:5px; 
  }
 .rightColumn{
 padding-top:7px !important; 
	padding:5px; 
  }
 
  
  
}








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%;
  }
  
  
  .leftcolumn{
    width:100% !important;
  }
  
  .main-wrapper img {
    margin-left: 60% !important;
}
  
.column1 {
 
  width: 60%;
  padding:auto!important;
   /* Should be removed. Only for demonstration */
}
  
  
  .sub-menu-item img{
	  display:none!important;
  }
   
  
  
  
  
  
    .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}














body{
 background-color:#a6a7a71a;
 
}
.main-wrapper img{
    width: 100%;
    display: block;
	margin-left: 5%;
}
.main-wrapper a{
    color: #000;

    text-decoration: none;
}
.main-wrapper ul li{
background: #38ACEC;
    list-style-type: none;
}
.navbar{
    background: #38ACEC;
    padding: 0 1rem;
    position: fixed;
    top: 0;
    left: 0;
	
box-shadow: rgb(0 0 0 / 63%) -1px -7px 15px 6px;
    width: 100%;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    z-index: 5;
}
.brand-and-icon{
    display: flex;
 

    padding: 0.37rem 0;
    padding-right: 3.5rem;
}
}

.navbar-brand{
    font-size: 1.9em;
    letter-spacing: 3px;
    font-weight: 900;
	text-align:center;
}
.navbar-toggler{
    display: block;
    border: none;
    background: transparent;
     
    cursor: pointer;
    
    transition: all 0.4s ease;
    border: 2px solid #fe5245;
    border-radius: 4px;
margin-right:5%;
margin-left:1%;
height: 48px;
    width: 45px;
}
.navbar-toggler:hover{
    opacity: 0.7;
}
.navbar-collapse{
    overflow-y: scroll;
    display: none;
}
.navbar-nav > li > a{
    text-transform: uppercase;
    
    font-weight: 700;
    display: block;
    padding: 0.6rem 0;
    margin: 0.2rem 0;
    border-bottom: 1px solid #ddd;
    border-radius: 1px;
    position: relative;
    transition: all 0.4s ease;
font-size: 1.2rem;
		color: white;
 text-shadow: -1px 1px 0 #000,
                          1px 1px 0 #000,
                         1px -1px 0 #000,
                        -1px -1px 0 #000;
		
}
.drop-icon{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.navbar-nav > li > a:hover{
    opacity: 0.7;
}
.sub-menu h4{
    text-transform: capitalize;
    font-size: 1rem;
    padding: 0.5rem 0;
color:red;	}
.sub-menu ul li{
    text-transform: capitalize;
    padding: 0.2rem 0;
    margin: 0.2rem 0;
 

}
.sub-menu ul li a{
    opacity: 1;
     text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
	color:#fff;
	font-weight: 700;
	
}
.sub-menu ul li a:hover{
    padding-left: 14px;
    opacity: 1;
}
.sub-menu{
    display: none;
	
}

.sub-menu-item{
    padding-left: 1.2rem;
}
.sub-menu-item:nth-child(3){
    background: #ddd;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.sub-menu-item:nth-child(3) h2{
    text-transform: capitalize;
    margin: 1.5rem 0;
}
.sub-menu-item:nth-child(3) .btn{
    border: 1px solid #000;
    text-transform: uppercase;
    font-size: 0.9rem;
    padding: 0.6rem 1rem;
    cursor: pointer;
    background: #000;
    color: red;
    transition: all 0.5s ease;
}
.sub-menu-item:nth-child(3) .btn:hover{
    background: transparent;
    color: #000;
}
.sub-menu-item:nth-child(4){
    width: 50%;
    margin: 0 auto;
    padding: 2rem 0;
}


/* header */
.header{
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://source.unsplash.com/g-kNBpqMIs4/1920x1400) center/cover no-repeat;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.header h2{
    margin: 1rem;
    font-size: 3rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: 2px;
}
.header p{
    margin: 1rem auto;
    color: #fff;
    width: 60%;
    opacity: 0.8;
    font-weight: 300;
    font-size: 1.2rem;
    text-align: center;
}
.header button{
    margin: 1rem;
    font-size: 1rem;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    border: none;
    padding: 0.8rem 1.5rem;
    transition: all 0.5s ease;
    cursor: pointer;
}
.header button:hover{
    background: #fff;
    color: #000;
}


















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




   .navbar{
        flex-direction: row;
        
        align-items: center;
        border-bottom: 1px solid #ddd;
        padding: 0 2rem;
        position: relative;
		
    }
    .navbar-toggler{
        display: none;
    }
    .brand-and-icon{
        flex: 0 0 100px;
        border-bottom: none;
        padding: 0;
		text-align: center;
    }
    .navbar-collapse{
        display: block!important;
        overflow-y: hidden;
          flex: auto;
	color:white;
    }
    .navbar-nav{
        display: flex;
        align-items: center;
        justify-content: center;
margin-left:1%
    }
    .navbar-nav > li > a{
        border-bottom: none;
        margin: 0 0 rem;
        padding: 1.2rem 1.6rem 1.1rem 0.1rem;
        font-size: 1.0rem;
		color: white;
 text-shadow: -1px 1px 0 #000,	
                          1px 1px 0 #000,
                         1px -1px 0 #000,
                        -1px -1px 0 #000;
		
    }
    .sub-menu{
        position: absolute;
        left: 0;
        width: 100%;
        top: 100%;
        background: #f8f8f8;
    }

    .navbar-nav > li:hover .sub-menu{
        display: grid!important;
        grid-template-columns: repeat(4, 1fr);
        padding: 0 1rem;
    }
    .navbar-nav > li{
        border-bottom: 2px solid transparent;
        transition: border-bottom 0.4s ease;
    }
    .navbar-nav > li:hover{
        border-bottom-color: #000;
    }
    .sub-menu-item{
        padding-left: 0;
    }
    .sub-menu-item:nth-child(3){
        padding-left: 2rem;
        padding-right: 2rem;
    }

    /* header */
    .header{
        height: calc(100vh - 75px);
    }
    .header h2{
        font-size: 2rem;
    }
    .header p{
        width: 40%;
    }
}

.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%;
}



.site-footer
{
  background-color:#0d111a;
 position: relative;
  font-size:15px;
  line-height:24px;
 
 
}
 

.site-footer hr
{
  border-top-color:#fff;
  opacity:0.5;
}

.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.site-footer a
{
  color:#737373;
}
.site-footer a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:#737373
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#33353d
}
.copyright-text
{
  margin:0
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:0px
  }
}







@media screen and (max-width:767px)
{
	.leftColumn {
    margin-top: 3.5em;   margin-left:0px !important;
 width:100% !important;
}
	.rightColumn {
      position: relative;  
    top: 0;
    right: 0;
      width: 100% !important;  
}
	.main-wrapper img {
   
    margin-left: 90%;
}

  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center;
  }
}


.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.twitter:hover
{
  background-color:#00aced
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.dribbble:hover
{
  background-color:#ea4c89
}

  
  
  
  
  
 
  
  
  
  
  
  
  
  
  
  
  
 
  .columnsContainer header{
	 
  }
  
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}


@media (max-width:1100px) 
{
  
    .leftColumn {
   margin-right:69% !important;
    
}
  .rightColumn {
   margin-left:69% !important;
    width: 29% !important;
}
  .columnsContainer header{
	 margin-top:10%;
  }
  
   .columnsContainer{
	 margin-top:auto;
	 position:relative:
  }
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}





.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;}




.copyright{
	text-align:center;
	


		
}

























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

.navbar-nav > li > a {
	    font-size: 1rem!important;
		
		
  
}

}




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

.navbar-nav > li > a {
	    font-size: 1.8rem;
      padding: 1.2rem 3rem 1.1rem 0.1rem;
}




}
























 
@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)
{
.main-wrapper img {
    margin-left: 7% !important;
}
 .block img {
    width: 90px;
    height: 90PX;
    float: left;
    margin: 0 1rem 0 0;
}

.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;
}
  
}