/* ===================================

Template Name : EasynSoft
Author: EasynSoft

Author link :easynsoft.com.bd
======================================*/


/*General*/

html {
	width: 100%;
	overflow-x: hidden;
}

body {
	color: #767676;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	font-size:15px;
}

/*==========================================
PRE LOADER 
==========================================*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.loaded {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/preloading.gif);
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
    margin: -20px 0 0 -20px;
}
.top-margin {
	margin-top: 96px;
}
.bottom-margin {
	margin-bottom: 96px;
}

p {
	font: 400 16px "PT Serif", arial, sans-serif;
}

h1,h2,h3,h4,h5,h6 { color: #767676;}

h1 {
	font-size: 32px;
	line-height: 50px;
	font-weight: 300;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
}

h2 {
	font-size: 30px;
	line-height: 38px;
	font-weight: 300;
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0;
}

h3 {
	font-size: 25px;
	line-height: 32px;
	font-weight: 300;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	margin: 0;
}


h4 {
	font-size: 22px;
	line-height: 26px;
	font-weight: 300;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	}

h5 {
	font-size: 20px;
	line-height: 22px;
	font-weight: 300;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	margin: 0;
	text-decoration: none;
}

h6 {
	font-size: 18px;
	line-height: 20px;
	font-weight: 300;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	margin: 0;
	text-decoration: none;
}
ul{
	margin:0;
	padding:0;
	list-style:none;
}

a:hover{
	text-decoration:none;
}
.btn {
	border: 1px solid #fff;
	display: inline-block;
	min-width: 160px;
	padding: .9em;
	height: 50px;
	text-align: center;
	color: #fff;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
	font-size: 16px;
	font-weight: 300;
}
.btn:hover {
	background-color: #BD9E6F;
	color: #fff;
	text-decoration: none;
}

.pink-btn {
	background: #e0356e;
	border: none;
	margin-left: 10px;
}

.pink-btn:hover {

	background-color: #f79b23;
	color: #fff;
	text-decoration: none;
}

.scrolldown {
	padding-top: 24px;
}

.banner .scroll_btn {
	background: url(../images/scroll.gif) 50% 50% no-repeat rgba(215, 181 ,94, 0);
	border: 2px solid #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: block;
	height: 45px;
	margin: 42px auto;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
	-0-transition: all 500ms ease-in-out 0s;
	transition: all 500ms ease-in-out 0s;
	width: 45px;
	position:absolute;
	left:50%;
	bottom:0;
}

.banner .scroll_btn:hover {
	background: url(../images/scroll.gif) 50% 50% no-repeat #BD9E6F;
	opacity: .85;
	-moz-opacity: .85;
	-o-opacity: .85;
	-webkit-opacity: .85;
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);

}



/* navbar section */
.menu-scroll {
    padding-top: 0px;
    padding-bottom: 0px;
    position: fixed;
    top: 0; 
	left: 0; 
	right: 0; 
	z-index: 300;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-color: #fff;
	color:#ffd600;
	height:80px;
	z-index:9999;
	
}
.menu-scroll .navbar-default .navbar-nav>li>a {
    color: #777;
}
.menu-scroll a.logo img{
	color:#fff;
	opacity:1;
	position:relative;
	z-index:999;
}
.menu-scroll a.logo img:hover{
	color:#fff;
	opacity:10;
}

.main_menu_bg{
	background-color:#fff;
	 box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.main_menu_bg .navbar-default {
    background-color: transparent; 
    border-color: transparent; 
	transition:.6s;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
	color:#444;
}
.main_menu_bg .navbar {
    margin-bottom:0px;
}
.container-fluid {
    margin-top: 15px;
}
.navbar {
    min-height: 80px;
}
.navbar-default .navbar-nav>li>a {
    color: #777;
    text-transform: uppercase;
}



/* Banner section */

.banner{
	
}
.main_banner_area{
	padding-top: 100px;
}
.single_banner{}


.apps_downlod {
	margin-top:45px;
}
.apps_downlod a:hover{
	opacity:.8;
}



/* about section */


.abouts_content{
	padding:25px 0px;
	overflow:hidden;
}
.single_abouts_img{}
.single_abouts_text{
	margin-top:10%;
}
.single_abouts_text h2{
	margin-bottom:20px;
}
/* Feature section */
.serviecs{
	background:#F8F9FB;
}
.main_serviecs{
	padding:40px 0px;
	overflow:hidden;
}
.single_serviecs_text{
	text-align:center;
	margin-top:10%;
}
.single_serviecs_text i{
	font-size:40px;
	color:#767676;;
}


/* works Section */


.main_works{
	padding:80px 0px 40px;
	overflow:hidden;
}

.single_works{
    width: 70%;
    margin: auto;	
}

.single_works_deatels{
	margin-top:20%;
}

.single_works_deatels i{
    color: #BD9E6F;
    font-size: 40px;
    margin-bottom: 10px;
    display: inline-block;
	
}
.single_works_deatels h5{
	margin-top:10px;
	margin-bottom:20px;
}
.single_works_deatels p{}


/* Video Section */
.head_title h2{
	margin-bottom:25px;
}
.head_title p{
	width:45%;
	color:#abacae;
	margin:0 auto;
}

.video_area{
	background:#F8F9FB;
}
.main_video_content{
	padding:100px 0px;
	overflow:hidden;
}
.icon_area{
	background:#000;
	width:60%;
	margin:0 auto;
	padding: 15% 0%;
	margin-top:30px;
	margin-bottom:30px;
}

/* Clients Section */
#pricing{
	background-color:#F8F9FB;
}
.main_price_content{
	padding:50px 0px;
	overflow:hidden;
}

/* Create Five columns of equal width */
.columns {
    float: left;
    width: 20%;
    padding: 8px;
}

/* Style the list */
.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/* Add shadows on hover */
.price:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

/* Pricing header */
.price .header {
    background-color: #23346f;
    color: #fff;
    font-size: 25px;
}

/* List items */
.price li {
    border-bottom: 1px solid #eee;
    padding: 5px 15px;
    text-align: center;
}

/* Grey list item */
.price .grey {
    background-color: #eee;
    font-size: 20px;
}

/* The "Sign Up" button */
.button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}
.button:hover{
	color:#fff;
}
/* Change the width of the three columns to 100%
(to stack horizontally on small screens) */
@media only screen and (max-width: 1024px) {
    .columns .button {
        padding: 10px 22px;
    }
	.price li{
		font-size:13px;
	}
}
@media only screen and (max-width: 768px) {
    .columns {
        width: 33.33%;
    }
}
@media only screen and (max-width: 640px) {
    .columns {
        width: 33.33%;
    }
}
@media only screen and (max-width: 480px) {
    .columns {
        width: 100%;
    }
}

/* Contact Section */
.contacts{
		
}
.main_contacts_content{
	padding:15px 0px ;
	overflow: hidden;
}

.main_contacts_content .main_contacts{
	margin-top:50px;
	margin-left:-10px;
}
.main_contacts_content .head_title h2{
	
}
.main_contacts_content .main_contacts a{
    border: 1px solid #ABACAE;
    padding: 10px 20px;
    text-align: center;
    color: #ABACAE;
    background: #F8F9FB;
    border-radius: 20px;
    width: 18%;
    display: inline-block;
    margin-left: 10px;
	transition:.6s;
}
.main_contacts_content .main_contacts a i{
	color: #ABACAE;
    margin-right: 10px;
    font-size: 22px;
	transition:.6s;	
}
i, i:hover{
	color:#676767;
}
.main_contacts_content .main_contacts a:hover{
	color:#bd9e6f;
	border-color:#bd9e6f;
}
.main_contacts_content .main_contacts a:hover i{
	color:#bd9e6f;
}
.contacts-box {
    width: 480px;
    border-left: 1px solid #f7f7f7;
    margin: 0 auto;
    border-right: 1px solid #f7f7f7;
}
.box {
    float: left;
    text-align: left;
    padding: 20px 0;
    width: 50%;
}

.box2 {
    float: right;
    text-align: left;
    min-height: 110px;
    padding: 20px 0;
    width: 50%;
}

.box2 a {
    float: left;
    margin-right: 10px;
}

a.get {
    background: #3e7a9a;
    color: #fff;
    border: 1px solid #41728c;
    padding: 3px 7px;
    font-size: 16px;
}

a:hover.get {
    background: #41728c;
    border: 1px solid #3e7a9a;
    text-decoration: none;
}

/* footer Section */

.footer{
	background:#34363a;
    padding: 20px 0px 0px 0px;	
}

.footer .single_footer p{
   display: inline-block;
    font-size: 16px;
    padding-left: 10px;
color: #ececec;
}
.footer_menu{
	margin-top: 10px;
}
.footer_menu ul li{
	display:inline-block;
}
.footer_menu ul li a{
    display: block;
    color: #abacae;
    font-size: 12px;
    padding: 5px;
}
.footer_menu ul li:hover a{
    color:#bd9e6f;
}

.footer_socail a{
	padding:5px;
}

.footer_socail i{
color: #ececec;
}

.footer_socail i:hover{
color: #ddd;
}


/* scrollup */

.scrollup{
	width: 30px;
	height: 30px;
	border-radius: 15px;
	opacity: .3;
	position: fixed;
	bottom: 20px;
	right: 25px;
	color: #fff;
	cursor: pointer;
	background-color: #000;
	z-index: 1000;
	transition: opacity .5s, background-color .5s;
	-moz-transition: opacity .5s, background-color .5s;
	-webkit-transition: opacity .5s, background-color .5s;
}

.scrollup:hover {
	background: #333;
	opacity: 1;
}

.scrollup i {
	font-size: 13px;
	position: absolute;
	opacity: 1;
	color: #fff;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	margin-left: -6px;
	text-decoration: none;

}
