/*
Theme Name: School project
Theme URI: http://bicolpoit.com
Author: Faysal_Tanim
Author URI: http://bicolpoit.com
Description: This is a school management  wordpress theme with slide show.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: School, school website, hig school, college, education

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@font-face {
   font-family: bangla;
   src: url(fonts/SolaimanLipi_20-04-07.ttf);
}
body{
	font-family: 'Tiro Bangla', serif;}

.wrapper{
	float:left;
	width:100%;
	/*background:#fff;*/
	background:url(images/back3.jpg);
	background-position:center;
	background-size:cover;
	}
.container-wrapper{
	background:#edeef0;
	box-shadow:0 0 15px 0 #717274;
	}
.header{
	background: #fff;/*linear-gradient(#000000,#000000)*/;
    float: left;
    width: 100%;
	}
a.glink span{
	color:white;}
.top_banner_wrapper {
	float: left;
	width: 100%;
	background: #006F45;
}
.top_banner{
	float:left;
	width:100%;
	}
.top_banner h1 {
    text-align: center;
    font-family: 'Galada';
    font-size: 39px;
    color: #fff;
    text-shadow: 1px 4px 4px black;
}
.top_banner img{
	float:left;
	max-width:100%;
	max-height:20px;}
.top_banner li {
	float: left;
	color: #fff;
	list-style: none;
	padding-right: 21px;
	font-size: 15px;
	font-family: Oxanium;
}
.top_banner li i{
	padding-right: 4px;
}
.logo{
	float:left;
	width:100%;
	padding:5px 0;}
.logo img {
	max-height: 135px;
	max-width: 100%;
	
}
.event_box {
	color: #333;
	margin: 0 auto;
	padding-top: 1.5rem;
	text-align: center;
	float: left;
	width: 100%;
}
.event_box img {
	width: 75px;
	max-height: 75px;
	background:#DEB887;
	margin: 0 auto;
}
.event_box ul {
	
	padding-left: 0;
}
.event_box ul li {
	display: inline-block;
	font-size: 11px;
	list-style-type: none;
	padding: 4px 1px;
	text-transform: uppercase;
	color: brown;
	font-weight: bold;
}
.event_box ul li span {
	display: block;
	font-size: 13px;
	background: #D49A54;
	padding: 0 3px;
}
.banner{

	background: rgba(0, 0, 0, 0) url("images/lamps/12000845_101606986862764_5656659125636433691_o.jpg") no-repeat scroll 0 0 / 100% 100%;
	float:left;
	width:100%;
	text-align:center;
	padding:16px 0;
	color:#fff;
	font-family: bangla;}
.banner h1 {
	font-weight: bold;
	font-size: 45px;
	/*-webkit-text-fill-color: white;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: black;*/
	font-family: 'Galada', cursive;
    text-transform: uppercase;
}
.banner h2 {
	font-size: 19px;
	margin: 5px 0;
	text-transform: uppercase;
	color: #FFF698;
	font-family: Oxanium;
}
	
	
.jcgmt-container {
    float:right;
    padding:5px 0px;
	width:140px;
}
.jcgmt-container .jcgmt-lbl {
    font-size:10px;
    color: #333333;
    line-height: 22px;
    background: url(images/jcgmt-clock_label.png) no-repeat;
    text-align: center;
    padding-bottom: 5px;
    width: 100%;
    margin: 0 auto;
}
.jcgmt-clockHolder {
    margin:0 auto;
	height:135px;
    position:relative;
    overflow: hidden;
}
.jcgmt-sec,
.jcgmt-min,
.jcgmt-hour {
    display:block;
    position:absolute;
}

.jcgmt-rotatingWrapper {
    position:absolute;
    width:135px;
    height:135px;
}
.jcgmt-digital,
.jcgmt-date {
    font-weight:bold;
    font-size: 12px;
    color: #fff;
    text-align:center;
    margin-left:0px;
}
	
	
.menu_part {
    float: left;
    width: 100%;
    background-color: #006F45;
    margin-top: 15px;
    border-radius: 21px;
}
/* Menu style */
.wtf-menu{
	float:left;
	width:100%;
	}
.wtf-menu > ul{
	float:right;}
.wtf-menu ul{
	margin:0px;
	padding: 0px;
	float:left;
	font-size: 14px;
	
}

.wtf-menu ul li{
	list-style: none;
	float: left;
	padding: 0px 0px;
	margin: 0px 0px;
	line-height: 42px;
	transition:.5s;
	display: block;
	position: relative;
	text-transform: uppercase;
}

.wtf-menu ul li a {
    color: #fff;
    padding: 0px 17px;
    margin: 0px 0px;
    display: block;
    font-size: 16px;
    font-weight: 550;
    text-decoration: none;
    font-family:bangla;
}
.wtf-menu ul li a i{
    color: #fff;
    font-size: 17px;
}

.wtf-menu ul li:hover{
	background:#DB1E22;
}


.wtf-menu ul li ul{
	width: 250px;
	padding: 0px 0px;
	margin: 0px;
	background: #eff6f6;
	position: absolute;
	top:42px;
	left:0px;
	transition:.5s;
	border-top:2px solid #ddd;
	display:none;
	z-index:10000;
	/* 	Dropdown shadow */
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.3);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.3);
}


.wtf-menu ul li ul li{
	padding: 0px;
	margin: 0px;
	display: block;
	float: none;
	border-bottom: 1px solid #d5d5d5;
	line-height: 40px;
	text-transform: none;
}
.wtf-menu ul li ul li a{
	font-size:14px;
	font-weight:normal;
	color:#DB1E22;
	transition:.5s;}
.wtf-menu ul li ul li a:hover{
	background:#DB1E22;
	color:#fff;}

.wtf-menu ul li ul li:last-child{
	border: none;
}


/* Add arrows */

.wtf-menu ul li.parent a{
	padding: 0px 20px 0px 15px; 
}
.wtf-menu ul li.parent::after {
    color: #fff;
    content: "";
    font-family: "Fontawesome";
    margin-left: 5px;
    position: absolute;
    right: 5px;
    top: 0;
}

.wtf-menu ul li ul:before{
	font-family: 'Fontawesome';
	content:url(images/sprite.png);
	color:#ddd;
	position: absolute;
	left: 30px;
	font-size:27px;
	top:-10px;
	line-height:0;
	margin-left: 5px;
	z-index:100000;
}

.wtf-menu ul li ul li.parent:after{
	font-family: 'Fontawesome';
	content: "\f0da";
	color:#999;
	position: absolute;
	right: 10px;
	top:0px;
	margin-left: 5px;
}


/* Menu-4 */

.wtf-menu ul li:hover > ul{
	display: block;
	-moz-animation: zoomIn .3s ease-in;
    -webkit-animation: zoomIn .3s ease-in ;
    animation: zoomIn .3s ease-in;
   

}

.wtf-menu ul li ul li:hover > ul{
	display:block;
	-moz-animation: zoomIn .3s ease-in ;
    -webkit-animation: zoomIn .3s ease-in ;
    animation: zoomIn .3s ease-in;
}


.mobile-menu{
	float:left;
	width:100%;
	padding:5px 10px;
	color:#860080;
	cursor:pointer;
	position: absolute;
	line-height:15px;
	font-size:23px;
	display:none;}
.slider{
	float:left;
	width:100%;}
.latest{
	float:left;
	width:100%;
	background:#ddd;
	margin:10px 0;
	padding:8px 10px 8px 0;
	position:relative;
	}
.latest a{
	color:#F00;
	text-decoration:none;
    font-family: bangla;}
.latest a i{
	color:#006f45;
	margin-left:15px;
	margin-right:5px;}
.latest-heading{
	position:absolute;
	background:#006f45;
	font-weight:bold;
	font-size:18px;
	color:#fff;
	padding:6px 15px;
	border-right:10px solid #ddd;
	z-index:1000;
	top:0;
	left:0;
    font-family: bangla;
}
.top_banner_fst{
    margin-top: 20px;
}
.top_banner_fst h4 {
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.top_banner_right{
    margin-top: 20px;
}
.top_banner_right h4{
    color: #fff;
    font-size: 16px;
     text-align: center;
}
.welcome{
	float:left;
	width:100%;
	text-align:justify;
	background:#fff;
	margin:15px 0;
	padding:0 15px 15px 15px;
	box-shadow:0 0 8px 0 #717274;}
.welcome h1 {
	margin: 0 0 10px;
	background: #006F45;
	padding: 8px 10px;
	color: #fff;
	font-weight: ;
	font-size: 18px;
    font-weight:550;
	text-transform: ;
	font-family: 'Galada', cursive;
}
.welcome h2 {
    margin: 0 0 10px;
    background-color: #006F45;
    padding: 8px 10px;
    color: #fff;
    font-weight: 550;
    font-size: 18px;
    font-family: 'Galada', cursive;
    text-align: center;
}
.welcome img{
	float:left;
	max-width:100%;
	height:auto;
	width:45%;
	margin-right:15px;}
.welcome_institute{
	float:left;
	width:100%;
	text-align:justify;
	background:#fff;
	padding:0 15px 15px 15px;
	box-shadow:0 0 8px 0 #717274;}
.welcome_institute h1 {
	margin: 0 0 10px;
	background: #860080;
	padding: 8px 10px;
	color: #fff;
	font-weight: ;
	font-size: 18px;
    font-weight:550;
	text-transform: ;
	font-family: Oxanium;
}
.welcome_institute h2{
	margin:0 0 10px;
	background-color:#000;
	padding:8px 10px;
	color:#fff;
	font-weight:550;
	font-size:18px;
    font-family: Oxanium;
}
.welcome_institute img{
	float:left;
	max-width:100%;
	height:auto;
	width:45%;
	margin-right:15px;}

.sidebar {
	float: left;
	width: 100%;
	text-align: justify;
	background: #fff;
	margin: 15px 0;
	padding: 0 15px 15px 15px;
	box-shadow: 0 0 8px 0 #717274;
	overflow: hidden;
	max-height: 360px;
}
.sidebar img {
	float: left;
	/*width: 100%;*/
}
.sidebar h2 {
    margin: 0 0 10px;
    background-color: #006F45;
    padding: 8px 10px;
    color: #fff;
    font-weight: 550;
    font-size: 18px;
    font-family: 'Galada';
}
.date_infobox{}
.date_infobox p{
    color: #000;
    font-size: 15px;
    font-family: 'Galada';
}
ul.noticeboard{
	float:left;
	width:100%;
	margin:0;
	padding:0;}
ul.noticeboard li{
	float:left;
	width:100%;
	list-style:none;
	border-bottom:1px dashed #006f45;}
ul.noticeboard li:last-child{
	border-bottom:none;}
ul.noticeboard li a{
	text-decoration:none;
	color:#333;
	float:left;
	width:100%;
	padding:5px 0;
	}
.notice-date{
	float:left;
	width:60px;
	height:60px;
	margin-right:5px;
	background-color: #DB1E22;
	color:#fff;
	padding:5px 0;
	font-weight:bold;
	font-size:15px;
	text-align:center;}
.notice-date hr{
	margin:3px 0;}
ul.usefulllink{
	float:left;
	width:100%;
	margin:0;
	padding:0;}
ul.usefulllink li{
	float:left;
	width:100%;
	list-style:none;
	border-bottom:1px dashed #006f45;}
ul.usefulllink li:last-child{
	border-bottom:none;}
ul.usefulllink li a{
	text-decoration:none;
	color:#333;
	float:left;
	width:100%;
	padding:5px 0;
	}
ul.usefulllink li a:before{
	font-family:'FontAwesome';
	content:"\f101";
	color:#006f45;
	left:0px;
	margin-right:6px;
	font-size:12px;
	}
.ataglance_info_bar{}
.ataglance_info_bar p {
    font-family: bangla;
    font-size: 18px;
}
.footer-toppart {
	float: left;
	width: 100%;
	background: #006F45;
	background-size: cover;
}
.footer-top{
	float:left;
	width:100%;
	color:#fff;
	padding:20px 0;}
.footer-top h2 {
    font-weight: bold;
    font-size: 18px;
    font-family: 'bangla';
}
.footer-top ul{
	float:left;
	width:100%;
	margin:0;
	padding:0;}
.footer-top ul li{
	float:left;
	width:100%;
	list-style:none;
	border-bottom:1px dashed #000;}
.footer-top ul li:last-child{
	border-bottom:none;}
.footer-top ul li a{
	text-decoration:none;
	color:#fff;
	float:left;
	width:100%;
	padding:5px 0;
	}
.footer-top ul li a:before{
	font-family:'FontAwesome';
	content:"\f101";
	color:#fff;
	left:0px;
	transition:.3s;
	margin-right:6px;
	font-size:12px;
	}
.footer-top ul li:hover a:before{
	margin-right:10px;}
.footerpart {
	float: left;
	width: 100%;
	background: #005329;
}
.footer {
	float: left;
	width: 100%;
	color: #fff;
	padding: 15px 0;
	font-family: bangla;
}
.footer a{
	font-weight:bold;
	color:#9C0;
	text-decoration:none;}
.developed{
	text-align:right;}
.page-content h2{
	background:none;
	color:#006f45;
	padding:5px 0;
	margin:5px 0;}
.page-content img{
	width:auto;}
.page-content ul{
	margin:10px 0;
	padding:0 0 0 15px;}
.page-content ul li{
	list-style:none;
	margin:0;
	padding:5px 0;}	
.page-content ul li:before{
	font-family:'FontAwesome';
	content:"\f0a4";
	color:#006f45;
	left:0px;
	margin-right:10px;
	font-size:18px;
	}
.teacher-item{
	float:left;
	width:100%;
	margin:15px 0;
	/*background:#006f45;*/
	transition:.5s;
}
.teacher-item a{
	float:left;
	width:100%;
	text-decoration:none;
	color:#fff;
	text-align:center;
	}
.teacher-item a img {
    width: 100%;
    margin: 0;
    float: none;
    height: 200px;
    padding: 15px;
    border: 1px solid purple;
    border-radius: 50%;
}
.teacher-item a h3 {
    font-size: 14px;
    font-weight: bold;
    color: black;
}

.department-item{
	float:left;
	width:100%;
	margin:15px 0;
	background:#860080;
	transition:.5s;}
.department-item a{
	float:left;
	width:100%;
	text-decoration:none;
	color:#fff;
	padding:10px;
	text-align:left;}
.department-item a i{
	float:left;
	margin-top:5px;
	margin-right:10px;
	font-size:58px;
	}
.department-item a h3{
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding:8px 0;
	text-transform:uppercase;}
.department-item:hover{
	background:#F00;}
	
.gallery-item{
	float:left;
	width:100%;
	margin:15px 0;
	position:relative;}
.gallery-item img{
	width:100%;
	height:200px;}
.overlay-hover{
	float:left;
	width:100%;
	background:rgba(0,0,0,0.5);
	position:absolute;
	height:200px;
	top:0;
	padding-top:80px;
	transform: scale(0);
	transition:.7s;}
.overlay-hover a{
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	border:2px solid #fff;
	padding:5px 0px;
	margin:0 auto;
	border-radius:5px;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    transition: all .4s linear;
	font-weight:bold;
	font-size:16px;}
.overlay-hover a:hover{
	background-position: -200% 0;
    background-size: 200% 100%;}
.overlay-hover h3{
	background:#fff;
	margin:0;
	padding:5px;
	height:50px;
	bottom:0;
	position:absolute;
	width:100%;
	float:left;
	font-weight:bold;
	color:#72a500;}
.gallery-item:hover .overlay-hover{
	transform: scale(1);
	}
#langsector{
	display:none;}


@media(max-width:767px){
.mobile-menu{
	display:block;}
.wtf-menu ul li{
	width:100%;
	line-height:30px;
	border-bottom:1px dotted #ddd;}
.wtf-menu ul li ul{
	top:31px;}
.wtf-menu{
	display:none;}
    .logo {
    text-align: center;
    }
    .school_int_about {
        
        width: 100%;
    }
    .school_int_about_feature {
    
    width: 100%;
    }
}
	
	
.scrollToTop {
	width: 40px;
	height: 40px;
	padding: 10px;
	text-align: center;
	background: #000;
	font-weight: bold;
	color: #860080 !important;
	text-decoration: none;
	position: fixed;
	bottom: 30px;
	right: 20px;
	display: none;
	font-size: 20px;
	line-height: 20px;
}
.footercontact_info_wrpr{}
.footercontact_info_wrpr address{
    font-family: bangla;
    font-size: 16px;
}
.footercontact_info_wrpr a{
    color: #fff;
}
/*lamps css start
/////////////////
    ///////_ft//
        ///////
            //
*/
.school_int {
	float: left;
	width: 100%;
	text-align: center;
	padding: 10px;
}
#lamps_intnl{
    background: url(images/lamps/lamps_photo/lamp_fb_2.jpg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
background-size: cover;
background-position: center;
}
#lamps_public{
    background: url(images/lamps/lamps_photo/lamp_fb1.jpg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
background-size: cover;
background-position: center;
}
.div_layer {
	margin: 0 auto;
	padding: 10px 14px;
	max-width: 360px;
	text-align: center;
	background: rgba(10,10,6,0.8);
	max-height: 358px;
	overflow: hidden;
}
.school_int_feature p{
    padding: 5px 22px;
}
.school_int_about{
    float: left;
    width: 35%;
}
.school_int_about img {
	max-width: 267px;
	width: 100%;
	padding: 15px;
}
.school_int_about_feature{
    float: left;
    width: 59%
}
.school_int_about_feature p {
	font-size: 15px;
	padding: 6px;
    font-family: bangla;
}
.school_int img {
	vertical-align: middle;
	width: 122px;
	height: 122px;
	margin-top: 20px;
	border: 6px solid #860080;
	border-radius: 3px;
}
.school_int h2 {
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	font-family: oxanium;
	margin-top: 12px;
}
.school_int p {
	color: #fff;
	text-align: justify;
	font-family: oxanium;
}
.school_int a {
	padding: 2px;
	border-radius: 3px;
	color: #CE48C8;
	font-size: 13px;
	margin-top: -32px;
	position: absolute;
	font-weight: bold;
	margin-left: 28px;
}
.school_int a : hover i{
    margin-right: 2px !important;
}
.school_int a i{}
.institutes_panel {
	float: left;
	width: 100%;
	background: White;
	margin-bottom: 14px;
	box-shadow: 0px 2px 9px 0px;
}

.choose_feature {
	position: relative;
	width: 100%;
	color: #000;
	background: rgba(255,255,255,0.6);
	overflow: hidden;
	text-align: center;
	padding: 16px 14px;
	margin: 10px 0;
}
.choose_feature:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: #fff #D7B2A3;
  background: #860080;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
  display: block;
  width: 0
}
.why_choose {
	float: left;
	width: 100%;
	background: url(images/lamps/lamps_photo/studens_crop_effct_bac.png);
	background-size: cover;
	background-position: top;
}
.choose_feature a i {
	width: 70px;
	height: 70px;
	font-size: 35px;
	border-radius: 3px;
	background: #860080;
	line-height: 74px;
	color: #cecece;
}
.choose_feature a {
	
}
.feat_rd_mr {
	border: 2px solid;
	padding: 5px;
	line-height: 39px;
	color: black;
}
.choose_feature h3 {
	font-size: 19px;
	font-weight: 550;
	color: dimgray;
	font-family: Oxanium;
}
.choose_feature p{}

/*stiky css*/



.s_  h2,p{
  font-size:100%;
  font-weight:normal;
}
.s_  ul,li{
  list-style:none;
}
.s_ ul {
	overflow: hidden;
	padding-left: 17px !important;
}

/*3D css */

.three_d p{
  position: absolute;
  top:90%;
  left:40%;
  transform:translate(-50%;-50%);
}

.three_d ul{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    display: flex;
}

.three_d ul li{
    list-style:none;
    margin: 0 40px;
}

.three_d ul li a .fab{
    font-size: 40px;
    color:#262626;
    line-height:80px;
    transition:.5s;
}

.three_d ul li a{
    position: relative;
    display:block;
    width:40px;
    height:40px;
    background:#fff;
    text-align: center;
    transform: perspective(100px) rotate(-30deg) skew(25deg) translate(0,0);
    transition:.5s;
    box-shadow:-20px 20px 10px rgba(0,0,0,.5);
}

.three_d ul li a:before{
    content: '';
    position: absolute;
    top:10px;
    left:-50px;
    height:100%;
    width: 20px;
    background: #b1b1b1;
    transition: .5s;
    transform: rotate(0deg) skewY(-45deg);
}

.three_d ul li a:after{
    content: '';
    position: absolute;
    bottom:-20px;
    left:-10px;
    height:20px;
    width: 100%;
    background: #b1b1b1;
    transition: .5s;
    transform: rotate(0deg) skewX(-45deg);
}

.three_d ul li a:hover{
    transform: perspective(100px) rotate(-30deg) skew(25deg) translate(20px,-20px);
    box-shadow:-50px 50px 50px rgba(0,0,0,.5);
}

.three_d ul li:hover .fab{
    color:#fff;
}

.three_d ul li:hover:nth-child(1) a {
    background:#3b5999;
}
.three_d ul li:hover:nth-child(1) a:before {
    background:#2e4a86;
}
.three_d ul li:hover:nth-child(1) a:after {
    background:#4a69ad;
}

.three_d ul li:hover:nth-child(2) a {
    background:#55acee;
}
.three_d ul li:hover:nth-child(2) a:before {
    background:#4184b7;
}
.three_d ul li:hover:nth-child(2) a:after {
    background:#4d9fde;
}

.three_d ul li:hover:nth-child(3) a {
    background:#dd4b39;
}
.three_d ul li:hover:nth-child(3) a:before {
    background:#c04526;
}
.three_d ul li:hover:nth-child(3) a:after {
    background:#d65939;
}

.three_d ul li:hover:nth-child(4) a {
    background:#0077b5;
}
.three_d ul li:hover:nth-child(4) a:before {
    background:#026499;
}
.three_d ul li:hover:nth-child(4) a:after {
    background:rgb(3, 134, 204);
}

.three_d ul li:hover:nth-child(5) a {
    background:#eff05f;
}
.three_d ul li:hover:nth-child(5) a:before {
    background:#d4d452;
}
.three_d ul li:hover:nth-child(5) a:after {
    background:#e4e464;
}

/*stiky social icon*/

.icon-bar {
    margin-top: 10%;
    float: left;
    width: 100%;
}
.icon-bar a {
    text-align: center;
    padding: 12px;
    transition: all 0.3s ease;
    color: white;
    font-size: 14px;
    margin-right: 6px;
    border: 1px solid white;
}

.icon-bar a:hover {
  background-color: #DB1E22;
}

/*.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}*/

.school_int_about_meaning {
	float: left;
	width: 100%;
}
.school_int_about_meaning ul{
    float: left;
    width: 100%;
}
.school_int_about_meaning ul li {
	float: left;
	padding: 8px 15px;
	text-align: center;
	margin: 2px 9px;
	background: antiquewhite;
	box-shadow: 1px 1px 4px 0px;
}
.meaning_feature {
	float: left;
	width: 100%;
}
.meaning_feature a {
	font-size: 35px;
	font-weight: bold;
	color: #860080;
	font-family: 'Kaushan Script',cursiveinherit;
}
.meaning_feature h3 {
	font-family: Oxanium;
	font-size: 24px;
}
/*lamps css end
/////////////////
    ///////_ft//
        ///////
            //
*/

.scrollToTop:hover{
	text-decoration:none;
}
.scrollToTop i{

}
	
