@import url(http://fonts.googleapis.com/css?family=Raleway:400,500,700);

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}

*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

body {
	/* background: #e7ecea; */
	color: #000000;
	font-weight: 400;
	font-size: 1em;
	font-family: 'Raleway', Arial, sans-serif;
}

a {
	color: #2ac0dc;
	text-decoration: none;
	outline: none;
}

a:hover, a:focus {
	color: #74777b;
}

.support {
	display: none;
	color: #ef5189;
	text-align: left;
	font-size: 1.5em;
	max-width: 1200px;
	margin: 1em auto 0;
	padding: 0;
}

.no-flexbox .support {
	display: block;
}

.hidden {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	opacity: 0;
}

.container > section {
	padding: 10px 0;
	font-size: 1.25em;
	min-height: 100%;
}

p {
	text-align: center;
	padding: 1em;
}

/* Header */
.codrops-header {
	padding: 19px 0 0px;
    letter-spacing: -1px;
    text-align: center;
}

.codrops-header h1 {
	max-width: 1200px;
	margin: 0 auto;
	font-weight: 600;
	font-size: 3.8em;
	line-height: 1;
}

.codrops-header h1 span {
	display: inline-block;
	font-size: 95%;
	font-weight: 400;
	padding-top: 0.325em;
	color: #2b2c2d;
}

/* To Navigation Style */
.codrops-top {
	width: 100%;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.69em;
	line-height: 2.2;
}

.codrops-top a {
	display: inline-block;
	padding: 1em 2em;
	text-decoration: none;
	letter-spacing: 1px;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	display: block;
	float: left;
}

.codrops-icon:before {
	margin: 0 4px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'codropsicons';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}

/* Related demos */
.related {
	text-align: center;
}

.related > a {
	width: calc(100% - 20px);
	max-width: 340px;
	border: 1px solid black;
	border-color: initial;
	display: inline-block;
	text-align: center;
	margin: 20px 10px;
	padding: 25px;
}

.related a img {
	max-width: 100%;
	opacity: 0.8;
}

.related a:hover img,
.related a:active img {
	opacity: 1;
}

.related a h3 {
	margin: 0;
	padding: 0.5em 0 0.3em;
	max-width: 300px;
	text-align: left;
}

@media screen and (max-width: 1280px) {
	.codrops-header h1 {
		padding: 0 0.5em;
	}
	.support {
		padding: 0 1.5em;
	}
}

@media screen and (max-width: 30em) {
	.container > section {
		padding: 3em 0;
	}
	.codrops-header {
		padding: 2em 0 1em;
	}
	.codrops-header h1 {
		font-size: 3.5em;
	}
}


@media screen and (max-width: 25em) {
	.codrops-icon {
		font-size: 1.5em;
	}
	.codrops-icon span {
		display: none;
	}
}


.mi{    border: 2px solid #2ac0dc;
    /* float: left; */
    border-radius: 50%;
    width: 100px;
    padding: 5px;}
    
  
  
  #image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}  



.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
}
    
    
    
    
/*side icons*/    
    
    .sticky-container{
    padding:0px;
    margin:0px;
    position:fixed;
    right:-130px;
    top:230px;
    width:210px;
    z-index: 1100;
}
.sticky li{
    list-style-type:none;
    background-color:#fff;
    color:#efefef;
    height:45px;
    padding:0px;
    margin:0px 0px 1px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor:pointer;
    border-radius: 19px 19px;
    border: 1px solid #2ac0dc;
}
.sticky li:hover{
    margin-left:-115px;
}
.sticky li img{
    float:left;
    margin:5px 4px;
    margin-right:5px;
}
.sticky li p{
   padding-top: 5px;
    margin: 0px;
    line-height: 30px;
    font-size: 16px;
    padding: 8px;
    text-align: left;
    font-weight: 600;
}
.sticky li p a{
    text-decoration:none;
    color:#2C3539;
}
.sticky li p a:hover{
    text-decoration:underline;
}
  
  
  .user1 img{background: #fff;}
  .user1 {text-align:center;}
  
  .user1 h3{font-size: 20px;}
  
  .user1 a {
    color: #fff;
}

.mt-30{margin-top:30px;}


.mar1 {
    background: #ffffff;
    color: #000;
    text-align: center;
}
	
.mar1 h4 {margin-top: 11px;}


	.mar2 {
    padding-top: 10px;
    background: #2ac0dc;
    color: #fff;
}
	.tp1{border-top: 3px solid #2ac0dc;}
	
	
	.btn-success {
    color: #fff;
    background-color: #2ac0dc !important;
    border-color: #2ac0dc !important;
}


	.btn-success:hover {
    color: #fff;
    background-color: #2ac0dc !important;
    border-color: #2ac0dc !important;
}




.user1 .star img{
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	}
	
.user1 .star:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	}
	
	
	.user1 .star{

	overflow: hidden;
}
	
	
	.social {font-size: 21px;
 
    color: #fff;
	margin-top: -11px;
	
	}
	
	.social a{color: #fff;}
	
	.fa{
		border: 10px;
    background: #2ac0dc;
    padding: 9px;
    border-radius: 50%;
	font-size: 15px !important;
	
	}

/*<!----------UX CSS--------->*/


#myButton {padding-block: 0px;
    padding-inline: 0px;
    border-width: 0px;}



       .popup {
            position: fixed;
            z-index: 1;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0, 0, 0, 0.4);
            display: none;
        }
        .popup-content {
    background-color: white;
    margin: 2% auto;
    padding: 8px;
    border: 1px solid #2ac0dc;
    width: 90%;
    font-weight: bolder;
}
        .popup-content button {
            display: block;
            margin: 0 auto;
        }
        .show {
            display: block;
        }
		
/*<!----------UX CSS1--------->*/	


#myButton1 {padding-block: 0px;
    padding-inline: 0px;
    border-width: 0px;}	
		
		       .popup1 {
            position: fixed;
            z-index: 1;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0, 0, 0, 0.4);
            display: none;
        }
        .popup-content1 {
    background-color: white;
    margin: 2% auto;
    padding: 8px;
    border: 1px solid #2ac0dc;
    width: 90%;
    font-weight: bolder;
}
        .popup-content1 button {
            display: block;
            margin: 0 auto;
        }
        .show {
            display: block;
        }

/*<!----------UX CSS2--------->*/	

#myButton2 {padding-block: 0px;
    padding-inline: 0px;
    border-width: 0px;}

       .popup2 {
            position: fixed;
            z-index: 1;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0, 0, 0, 0.4);
            display: none;
        }
        .popup-content2 {
    background-color: white;
    margin: 2% auto;
    padding: 8px;
    border: 1px solid #2ac0dc;
    width: 90%;
    font-weight: bolder;
}
        .popup-content2 button {
            display: block;
            margin: 0 auto;
        }
        .show {
            display: block;
        }


/*<!----------UX CSS3--------->*/	

#myButton3 {padding-block: 0px;
    padding-inline: 0px;
    border-width: 0px;}

    .popup3 {
            position: fixed;
            z-index: 1;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0, 0, 0, 0.4);
            display: none;
        }
        .popup-content3 {
    background-color: white;
    margin: 2% auto;
    padding: 8px;
    border: 1px solid #2ac0dc;
    width: 90%;
    font-weight: bolder;
}
        .popup-content3 button {
            display: block;
            margin: 0 auto;
        }
        .show {
            display: block;
        }
		
		
/*<!----------UX CSS4--------->*/

#myButton4 {padding-block: 0px;
    padding-inline: 0px;
    border-width: 0px;}	

    .popup4 {
            position: fixed;
            z-index: 1;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0, 0, 0, 0.4);
            display: none;
        }
        .popup-content4 {
    background-color: white;
    margin: 2% auto;
    padding: 8px;
    border: 1px solid #2ac0dc;
    width: 90%;
    font-weight: bolder;
}
        .popup-content4 button {
            display: block;
            margin: 0 auto;
        }
        .show {
            display: block;
        }


/*<!----------UX CSS5--------->*/	

#myButton5 {padding-block: 0px;
    padding-inline: 0px;
    border-width: 0px;}

    .popup5 {
            position: fixed;
            z-index: 1;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0, 0, 0, 0.4);
            display: none;
        }
        .popup-content5 {
    background-color: white;
    margin: 2% auto;
    padding: 8px;
    border: 1px solid #2ac0dc;
    width: 90%;
    font-weight: bolder;
}
        .popup-content5 button {
            display: block;
            margin: 0 auto;
        }
        .show {
            display: block;
        }

/*<!----------UX CSS6--------->*/

#myButton6 {padding-block: 0px;
    padding-inline: 0px;
    border-width: 0px;}	

    .popup6 {
            position: fixed;
            z-index: 1;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0, 0, 0, 0.4);
            display: none;
        }
        .popup-content6 {
    background-color: white;
    margin: 2% auto;
    padding: 8px;
    border: 1px solid #2ac0dc;
    width: 90%;
    font-weight: bolder;
}
        .popup-content6 button {
            display: block;
            margin: 0 auto;
        }
        .show {
            display: block;
        }


/*<!----------UX CSS7--------->*/	

#myButton7 {padding-block: 0px;
    padding-inline: 0px;
    border-width: 0px;}

    .popup7 {
            position: fixed;
            z-index: 1;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0, 0, 0, 0.4);
            display: none;
        }
        .popup-content7 {
    background-color: white;
    margin: 2% auto;
    padding: 8px;
    border: 1px solid #2ac0dc;
    width: 90%;
    font-weight: bolder;
}
        .popup-content7 button {
            display: block;
            margin: 0 auto;
        }
        .show {
            display: block;
        }

/*<!----------UX CSS8--------->*/

#myButton8 {padding-block: 0px;
    padding-inline: 0px;
    border-width: 0px;}	

    .popup8 {
            position: fixed;
            z-index: 1;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0, 0, 0, 0.4);
            display: none;
        }
        .popup-content8 {
    background-color: white;
    margin: 2% auto;
    padding: 8px;
    border: 1px solid #2ac0dc;
    width: 90%;
    font-weight: bolder;
}
        .popup-content8 button {
            display: block;
            margin: 0 auto;
        }
        .show {
            display: block;
        }











 