/*
Theme Name: Tangail IT-Theme
Theme URI: https://tangailit.com
Author: The tangailit Team
Author URI: https://tangailit.com/
Description: tangailit-Theme brings your site to life with immersive featured images and subtle animations. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.0
License: GNU General Public License v2 or later
License URI:  https://tangailit.com/
Text Domain: shimantoittheme
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use

/* Base CSS */
@font-face {
    font-family: 'TitilliumWeb-Regular';
    src: url('fonts/TitilliumWeb-Regulari.eot');
    src: url('fonts/TitilliumWeb-Regular.eot') format('embedded-opentype'),
         url('fonts/TitilliumWeb-Regular.woff2') format('woff2'),
         url('fonts/TitilliumWeb-Regular.ttf') format('truetype'),
         url('fonts/TitilliumWeb-Regular.svg#SolaimanLipiNormal') format('svg');
	
	font-weight:normal;font-style:normal;
}

@font-face {
    font-family: 'SolaimanLipiNormal';
    src: url('fonts/solaiman-lipi.eot');
    src: url('fonts/solaiman-lipi.eot') format('embedded-opentype'),
         url('fonts/solaiman-lipi.woff') format('woff'),
         url('fonts/solaiman-lipi.ttf') format('truetype'),
         url('fonts/solaiman-lipi.svg#SolaimanLipiNormal') format('svg');
	
	font-weight:normal;font-style:normal;
}
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: normal;
}
body {
font-family: "TitilliumWeb-Regular", SolaimanLipiNormal, sans-serif; 
background: #EFEFEF;

}
a:hover { text-decoration: none }





                    /*======================================
                                header css-start
                    ======================================*/



.top-header {
	background: #47a721;
	padding: 8px 10px;
}


.header-address ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.header-address ul li {
	display: inline-block;
	margin: 0 5px;
	font-size: 17px;
	position: relative;
	color: #fff;
	z-index: 1;
}



.header-address ul li a {
	color: #fff;
	text-decoration: none;
}

.header-address ul li:hover a {
	color: #1682bf;
	text-decoration: none;
    cursor: pointer;
}


.header-address ul li::before {
	position: absolute;
	left: -10px;
	top: -13px;
	content: "";
	background: #fff;
	width: 110%;
	height: 240%;
	opacity: 0;
	visibility: hidden;
	transition: 2s;
	color: #159be6;
	z-index: -1;
    
}

.header-address ul li::after {
	position: absolute;
	left: -10px;
	top: -13px;
	content: "";
	width: 110%;
	height: 194%;
	
}

.header-address ul li:hover:before{
    opacity: 1;
    visibility: visible;
    background: #fff;
}

.header-address ul li:hover{
    color: #159be6;
    transition: .8s;
}


.header-address ul li:hover i{
    color:#159be6;
    transition: .8s;
}


.header-address ul li a {
	font-size: 17px;
	position: relative;
	color: #fff;
	z-index: 1;
}

.header-address ul li a::before {
	position: absolute;
	content: "";
	background: #fff;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: 2s;
	color: #159be6;
	z-index: -1;
    
}

.header-address ul li a::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	
}

.header-address ul li a:hover:before{
    opacity: 1;
    visibility: visible;
    background: #fff;
}



.header-address ul li i{
    color:#fff;
    margin-right: 10px;
}


.social_icons {
	text-align: right;
	margin-top: -3px;
}

.social_icons ul{
	margin:0;
	padding:0;
	list-style:none;
}
.social_icons li{
	display:inline-block;
	margin-right:10px;
	margin-top:2px;
}

.social_icons li a {
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	transition: .8s;
	font-size: 14px;
}


.social_icons li a :hover{
    background: #fff;
    border-radius: 50%;
    color: #159be6;
    width: 25px;
	height: 25px;
    transition: .8s;
}

.social_icons i{
	line-height:25px;
}




                              /*=======================
                                   header-css-End
                                =========================*/

.logo-reg-section {
	background: #fff;
}

.logo img {
	width: 100%;
	height: auto;
	padding: 10px 0;
}

.support {
	margin-top: 23px;
	margin-left: 39px;
}


.support i.fa {
	float: left;
	background: #47a721;
	width: 21%;
	height: 49px;
	text-align: center;
	line-height: 50px;
	margin-right: 10px;
	border-radius: 5px;
	font-size: 25px;
	color: #fff;
}

.support h4 {
	font-size: 18px;
}

.support h4 a {
	color: #313632;
	text-decoration: none;
}

.support h5 {
	font-size: 14px;
	margin-top: -10px;
}

.support h5 a {
	color: #605e5e;
    text-decoration: none;
}

.english-verson {
	margin-top: 22px;
}

.english-verson a {
	background: #f00;
	padding: 10px 10px;
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 5px;
	box-shadow: 0 1px 2px #7e7c7c;
    transition: .3s;
	
}
.english-verson a:hover {
	background: #159be6;
	
	
}



/**==================================
    Menu  Section start
 ==================================**/ 
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.menu_section {
	background: #47a721;
	z-index: 999999;
}

.menu_bottom { 
    background: #145ecc;
 }
.menu_area .menu_bottom .mainmenu a , .navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    padding: 13px 10px !important;
    border-right: 1px solid#84bb77;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff !important;
    margin: 0px;
    background-color: #0b52bb;
}



                                /*============================
                                    Home-page-silde-css-start
                                =============================*/


.homepage-section{background-image:url(assets/img/home_bg.jpg);background-size:cover;background-position:center;background-attachment:fixed;position:relative;z-index:1;padding:80px 0}.homepage-section:before{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.2);z-index:-1;content:""}


.home-btn {
	margin-top: 16px;
    
}

.home-btn a {
	background: #fff;
	color: #006ba1;
	padding: 10px 40px;
	font-size: 16px;
	border-radius: 50px;
	transition: .8s;
	display: inline-block;
	text-decoration: none;
    border: 2px solid#fff;
}

.home-btn:hover a {
    margin-left: 10px;
    background: none;
    color: #fff;
   
}

.home-silde-image img {
	max-width: 80%;
	height: auto;
	margin-left: 10%;
	margin-top: 5%;
}

.home-silde-contant h1{
    font-size: 30px;
    color:#fff;
    text-transform: uppercase;
    font-weight: normal;
    
}

.home-silde-contant {
	font-size: 18px;
	color: #fff;
	padding: 37px 0;
	font-weight: normal;
}

.homepage-slides .owl-nav button {
	position: absolute;
	top: 40%;
	font-size: 37px;
	line-height: 54px;
	transition: .4s;
	color: #fff;
	background: #47a721;
	padding: 17px 18px;
	margin: 2px;
	left: -109px;
}
.homepage-slides .owl-nav button:hover{
    transform: scale(1.1);
    color: #fff;
}

.homepage-slides .owl-nav button.owl-next {
	left: auto;
	right: -105px;
}
.homepage-slides .owl-dots button {
	display: inline-block;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	margin: 5px;
	border: 2px solid#fff ;
	padding:0;
   
}

.homepage-slides .owl-dots button.active{
    background: #218AE0;
    padding: 5px;
}

.homepage-slides .owl-dots {
	margin-top: 5px;
	text-align: center;
	position: absolute;
	left: 45%;
	bottom: -26%;
	content: "";
	z-index: 1;
	padding-bottom: 30px;
}
                                /*============================
                                    Search-section-css-start
                                =============================*/
.search-section {
    background-image: url(assets/img/bg.jpg);
    background-size: cover;
    background-position: center;
    background-color:  #159be6;
	padding: 30px 0;
    position: relative;
    z-index: 1;
    
}
.search-section:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: #159be6;
    opacity:.3;
    z-index: -1;
    
}

.search-content h4 {
	text-align: center;
	font-size: 25px;
	 color: #fff; 
}

.search-content {
	font-size: 16px;
	text-align: justify;
    color: #fff; 
    padding-bottom: 20px;    
}

form.example input:focus{
    border: 2px solid#fff;
    transition:.5s;
    background: none ;
    color: #fff;
 }



.example input[type=text] {
    padding: 10px;
    font-size: 17px;
    border: 2px solid #0b5865;
    float: left;
    width: 70%;
    background: #fff;
    color: #000;
}

.example button {
    float: left;
    width: 30%;
    padding: 10px;
    background: #0b5865;
    color: #fff;
    font-size: 17px;
    border: 2px solid #0b5865;
    border-left: none;
    cursor: pointer;
}



                    /*================================
                            tav section start
                    =================================*/

.tav-section {
	padding: 30px 0;
}


.tab_list{margin:0 0 40px;padding:0;list-style:none;text-align:center}.tab_list li{display:inline-block;background: #47a721;padding:10px 0;margin:1px 0px;border-left: 1px solid #47a721;}.tab_list li a{display:block;color:#fff;font-size:18px;font-weight:400;text-transform:uppercase;margin:0 20px;text-decoration:none;padding-top:2px}.tab_list li:hover{background:#145ecc;transition:.5s}.tab_list li.active{background: #184f0b;}


.tab_product img{
    width: 100%;
    height: auto;
    
}


.tab_product {
	margin-bottom: 20px;
	background: #fff;
	padding: 12px 12px;
    box-shadow: 0 1px 2px #ddd;
}

.product-image {
	position: relative;
	z-index: 1;
}

.read-more {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
    content: "";
	width: 100%;
	height: 0;
	text-align: center;
    transition: .8s;
    opacity: 0;
    visibility: hidden;
}
.tab_product:hover .product-image .read-more {
	height: 100%;
    padding-top: 22%;
    opacity: 1;
    visibility: visible;
	
}


.read-more a {
	background: #fff;
	padding: 10px 17px;
	font-size: 14px;
	color: #47a721;
	text-decoration: none;
}




.theme-title h3 {
	font-size: 21px;
	color: #000;
	text-align: center;
	margin-bottom: 9px;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 10px;
	font-weight: normal;
	margin-top: 10px;
	transition: .8s;

}

.theme-title h3 a {
	color: #000;
    text-decoration: none;
    transition: .8s;
        
}

.theme-title:hover h3 a {
	color: #159be6;
    
}


.verson {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 10px;
}

.verson h4 {
	display: inline-block;
    font-size: 14px;
    margin-bottom:  5px;
}
.verson h4 span{
	display: inline-block;
	font-size: 14px;
	margin-bottom:  5px;
	color: #47a721;
	padding-left:7px;
}

.verson h5 {
	float: right;
	font-size: 14px;
}

.verson h5 span{
	float: right;
	font-size: 14px;
	color: #47a721;
	padding-left:7px;
}

.wordpress {
	float: left;
}

.demo-bnt {
	text-align: right;
}


.wordpress i.fa {
	color: #47a721;
	margin-right: 8px;
}

.wordpress h5 {
	font-size: 18px;
	color: #47a721;
}

.demo-bnt a {
	background: #47a721;
	font-size: 14px;
	padding: 2px 18px;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	border: 1px solid #47a721;
	transition: .8s;
}

.demo-bnt:hover a {
	background: none;
	color: #145ecc;
	border: 1px solid;
}


.readmore-btn {
	text-align: center;
	margin-top: 0px;
}

.readmore-btn a {
	color: #fff;
	background: #47a721;
	padding: 10px 36px;
	font-size: 20px;
	text-decoration: none;
	border-radius: 5px;
	box-shadow: 0 1px 2px #8873de;
	border: 2px solid #47a721;
	transition: .8s;
}

.readmore-btn:hover a {
	background: #fff;
	color: #145ecc;
}



                    /*================================
                            tav section End
                    =================================*/

                    /*================================
                            speech section start
                    =================================*/
.speech-section {
	margin-bottom: 30px;
	
}
.speech-title {
	background: #fff;
	padding: 10px 15px 15px 15px;
	box-shadow: 0 0 7px #ddd;
}

.speech-title h2 {
	font-size: 30px;
	color: #47a721;
	margin-bottom: 10px;
	padding-bottom: 6px;
}

.speech-title h5 {
	position: relative;
	z-index: 1;
	font-size: 18px;
	text-align: center;
	margin-top: -15px;
	margin-left: -10px;
}

.speech-title h5::before {
	position: absolute;
	left: 9px;
	top: 10px;
	width: 30%;
	height: 2px;
	content: "";
	background: #9e0f0f;
}



.speech-content {
	font-size: 18px;
	text-align: justify;
	margin-top: 2px;
}


.speech-bg{
    background-image: url(assets/img/bg.jpg);
    background-size: cover;
    background-position: center;
    background-color: #ddd;
    height: 300px;
    background-attachment: fixed;
}

.vedio-btn {
	position: absolute;
	left: 40%;
	top: 34%;
	content: "";
}


.vedio-btn {
    width: 100px;
    height: 100px;
    background: #145ecc;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    animation: animate 3s linear infinite;
    
}
.vedio-btn a {
	color: #fff;
	font-size: 40px;
	margin-left: 7px;
}


@keyframes animate{
    0%
    {
        box-shadow: 0 0 0 0 #145ecc, 0 0 0 0 #145ecc;
    }
    
    40%
    {
        box-shadow: 0 0 0 50px rgba(255, 109,74,0), 0 0 0 0 #145ecc;
    }
    
    80%
    {
        box-shadow: 0 0 0 50px rgba(255, 109,74,0), 0 0 0 30px rgba(255, 109,74,0);
    } 
    100%
    {
        box-shadow: 0 0 0 0 rgba(255, 109,74,0), 0 0 0 30px rgba(255, 109,74,0);
    }
    
}


                    /*================================
                            speech section End
                    =================================*/



                    /*================================
                            notic section start
                    =================================*/
.notic-section{background-image:url(assets/img/home_bg.jpg);background-size:cover;background-position:center;background-attachment:fixed;position:relative;z-index:1;padding:70px 0
}

.notic-content {
	text-align: center;
	font-size: 18px;
	color: #fff;
}

.notic-title h4 {
	font-size: 25px;
	color: #fff;
}


                    /*================================
                            notic section End
                    =================================*/


                    /*================================
                            footer section start
                    =================================*/
.footer-section {
	background-image: url(assets/img/bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
	padding: 28px 0;
    position: relative;
    z-index: 1;
}

.footer-section::before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: #15293a;
	z-index: -1;
}

.border {
	border-bottom: 1px solid #818080;
	margin-bottom: 39px;
}
.contact-title h4 {
	color: #fff;
	font-size: 18px;
}
.contact-title i {
	color: #fff;
	margin-right: 20px;
}

.menu-title h4 {
	font-size: 23px;
	color: #fff;
	position: relative;
	z-index: 1;
}

.menu-title h4::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -8px;
	height: 3px;
	width: 19%;
	background: #159be6;
}

.menu-title {
	margin-bottom: 25px;
}


.about-content img {
    width: 60%;
    height: auto;
    float: left;
    margin-right: 15px;
    margin-bottom: 1px;
}

.about-content {
	font-size: 17px;
	color: #fff;
	text-align: justify;
    
}

.about-btn a {
	color: #fff;
	background: #009817;
	padding: 10px 21px;
	display: inline-block;
	text-decoration: none;
	font-size: 18px;
	margin-top: 17px;
	box-shadow: 0 2px 4px #7a8f7ee6;
    transition: .8s;
    border: 2px solid#333;
}
 
.about-btn:hover a{
    background: none;
    border: 2px solid#fff;
    box-shadow: none;
    margin-left: 5px;
}

.payment img {
	width: 100%;
	height: auto;
}



.menu-content ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.menu-content ul li {
	position: relative;
	z-index: 1;
	font-size: 18px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}


.menu-content ul li a {
	color: #fff;
    text-decoration: none;
    
  
}

.menu-content ul li ::before {
	
	position: absolute;
	bottom: 7px;
	left: -5px;
	font-family: 'FontAwesome';
	color: #000000;
	font-size: 16px;
}

.bottom-footer {
	margin-top: 32px;
	border-top: 1px solid #6c6a6a;
}

.copy {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-align: left;
    margin-top: 12px;
}

.terms {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: right;
    margin-top: 12px;
}

.terms a {
    color: white;
}



                    /*================================
                            footer section End
                    =================================*/


.scrollToTop2 {
	width: 50px;
	height: 50px;
	padding: 10px;
	border:2px solid #159be6;
	position: fixed;
	right: 85px;
	bottom: 25px;
	border-radius: 50%;
	z-index:9999;
}

.scrollToTop i.fa {
	font-size: 35px;
	color: #fff;
	font-weight: 600;
	top: 3px;
	display: block;
	position: absolute;
	right: 8px;
}

.scrollToTop{width:40px;height:45px;padding:10px;background:0 0;position:fixed;right: 90px;
	bottom: 30px;;z-index:999;background:#159be6;cursor:pointer}

/*================================
	  archive page css start
=================================*/

.archive_page_section{
    padding: 20px 0px 50px 0px;
}
.archive_title{
    background: #fff;
    border-left: 5px solid #47a721;
    color: #000;
    font-size: 25px;
    padding: 8px;
    margin-bottom: 10px;
    box-shadow: 0 0 5px#ddd;
}


.archive_content{
    padding: 10px;
    font-size: 16px;
    line-height: auto;
    text-align: justify;
    background: #fff;
    color: #000;
    box-shadow: 0 0 5px#ddd;
}


/*========== video page css start ============*/

.video_sec{
	box-shadow: 0 0 10px#ddd;
	margin-bottom: 15px; 
}

.video_title {
    background: #fff;
    border-left: 5px solid#145ecc;
    padding: 8px;
}
.video_title a{
    color: #000;
    font-size: 18px;
    text-decoration: none;
    line-height: auto;
    display: block;
}
.video_title a:hover{
    color: #145ecc;
    transition: .5s;
}

/*========== page css start ============*/

.page_title{
    background: #fff;
    border-left: 5px solid#145ecc;
    color: #000;
    font-size: 25px;
    padding: 8px;
    margin-bottom: 10px; 
    box-shadow: 0 0 5px#ddd;
}


.page_content{
    padding: 15px;
    font-size: 16px;
    line-height: auto;
    text-align: justify;
    background: #fff;
    color: #000;
    box-shadow: 0 0 5px#ddd;
}

/*========== blog section css start ============*/

.blog_section{
	box-shadow: 0 0 10px#ddd;
	margin-bottom: 15px; 
	background: #fff;
	padding: 10px;
}

.blog_title {
	margin-bottom: 10px;
	border-bottom: 1px solid #b3ccb3;
	padding-bottom: 10px;
}
.blog_title a{
	color: #4d514d;
	font-size: 27px;
	text-decoration: none;
	line-height: 30px;
	display: block;
}
.blog_title a:hover{
	color: #0074E8;
	transition: .5s;
}
.blog_content{
	color: #000;
	font-size: 20px;
	line-height: 24px;
	text-align: justify;
	margin-bottom: 10px;
}
.read_more_blog{
	margin-bottom: 10px;
}

.read_more_blog a{
	color: #0074E8;
	font-size: 16px;
	text-decoration: none;
	display: block;
}
.read_more_blog a:hover{
	padding-left: 10px;
	transition: .5s;
}

/*=====================single page css start===============*/

.single-page-section {
	padding-top: 14px;
	padding-bottom: 60px;
}

.single-title h3 {
	border-left: 4px solid #038a3d;
	padding: 13px 10px;
	font-size: 23px;
	color: #06511e;
	background: #fff;
    font-weight: normal;

}

/*---------- demo btn-------------*/
.theme-screenshot img {
	width: 100%;
	height: auto;
}

.live-share-bg {
	background: #fff;
	padding: 17px;
}

.single-btn {
	margin-top: 12px;
}

.live-share-bg {
	background: #fff;
	padding: 17px;
}

.lived-demo {
	margin-top: 13px;
	text-align: center;
	margin-left: 61px;
}

.lived-demo a {
	font-size: 20px;
	background: #47a721;
	padding: 10px 23px;
	color: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 1px #015a18;
	border: 2px solid #4ca546;
	transition: .8s;
}

.lived-demo a:hover {
	background: transparent;
	border: 2px solid #42a5f5;
    color: #42a5f5;
}

/*---------- share btn-------------*/
.share {
	background: #6c6c6c;
	padding: 10px 10px;
	box-shadow: 0 1px 3px #302f2f;
	text-align: center;
	border-radius: 5px;
	margin-right: 132px;
	margin-left: -71px;
	margin-top: 3px;
}

.share span {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding-right: 10px;
}

.share-icon ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.share-icon ul li {
	display: inline-block;
	margin-left: 6px;
	
}
.share-icon ul li a {
	border-left: 1px solid #fff;
	font-size: 20px;
	color: #fff;
	padding-left: 7px;
    transition: .8s;
}
.share-icon ul li a:hover{
    color:#0EF212;
}


/*----theme-image-----*/

.theme-image img {
	width: 100%;
	height: auto;
}

.theme-image {
	margin-top: 13px;
	border-bottom: 1px solid #d4d2d2;
	margin-bottom: 23px;
	background: #fff;
	padding: 9px;
}


/*----video & tutorial-----*/

.video iframe {
	width: 100%;
	height: 203px;
}

.video h4 {
	font-size: 20px;
	background: #0ef8de;
	padding: 11px 10px;
	text-align: center;
	margin-top: -5px;
	box-shadow: 0 1px 3px #b19898;
	color: #cb2121;
	margin-bottom: 27px;
}

/*----theme details css-----*/

.theme-details {
	margin-bottom: 25px;
	margin-top: 15px;
}

.theme-details h4 {
	background: #47a721;
	padding: 12px 0;
	margin: 0;
}


.theme-details span {
	background: #3c763d;
	padding: 11px 10px;
	font-size: 22px;
	color: #fff;
	font-weight: normal;
}
.theme-content {
	font-size: 16px;
	color: #000;
	background: #fff;
	padding: 17px 14px;
    font-weight: normal;
}

/*---- Related theme css-----*/


.related-contant h4 {
	background: #47a721;
	padding: 12px 0;
	margin: 0;
}


.related-contant span {
	background: #3c763d;
	padding: 11px 10px;
	font-size: 22px;
	color: #fff;
	font-weight: normal;
}


.related-bg{
	margin-top: 20px;
	background: #fff;
	padding: 12px 12px;
    box-shadow: 0 1px 2px #ddd;
}

.related-bg img{
    width: 100%;
    height: auto;
}

.related-item {
	position: relative;
	z-index: 1;
}

.related-more {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
    content: "";
	width: 100%;
	height: 0;
	text-align: center;
    transition: .8s;
    opacity: 0;
    visibility: hidden;
}
.related-bg:hover .related-item .related-more {
	height: 100%;
    padding-top: 22%;
    opacity: 1;
    visibility: visible;
	
}

.related-more a {
	background: #fff;
	padding: 10px 17px;
	font-size: 14px;
	color: #47a721;
	text-decoration: none;
	font-weight: normal;
}



.related-title h3 {
	font-size: 19px;
	color: #000;
	margin-bottom: 9px;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 10px;
	font-weight: normal;
	margin-top: 10px;
	transition: .8s;
}

.related-title h3 a {
	color: #000;
    text-decoration: none;
    transition: .8s;
        
}

.related-title:hover h3 a {
	color: #159be6;
    
}


.related-verson {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 10px;
}

.related-verson h4 {
	font-size: 13px;
    margin-bottom:  5px;
    font-weight: normal;
   
}
.related-verson h4 span{
    font-size: 13px;
    margin-bottom:  5px;
	color:#484849;
	padding-left:7px;
    float: right;
    font-weight: normal;
}

.related-verson h5 {
	font-size: 13px;
	margin-top: 4px;
    font-weight: normal;
}

.related-verson h5 span{
	float: right;
	font-size: 13px;
	color:#484849;
	padding-left:12px;
    font-weight: normal;
}

.related-icons {
	float: left;
}

.related-bnt {
	text-align: right;
}


.related-icons i.fa {
	color: #47a721;
	margin-right: 2px;
}

.related-icons h5 {
	font-size: 17px;
	color: #47a721;
	font-weight: normal;
}

.related-bnt a {
	background: #47a721;
	font-size: 14px;
	padding: 2px 18px;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	border: 1px solid #145ecc;
	transition: .8s;
}

.related-bnt:hover a {
	background: none;
	color: #145ecc;
	border: 1px solid;
}


/*---- theme price css-----*/
.theme-pric h4 {
	font-size: 19px;
	color: #000;
	margin-bottom: 10px;
	padding-left: 10px;
	font-weight: normal;
	border-bottom: 0px solid #ddd;
	padding-bottom: 21px;
}

.theme-pric h5 {
	font-size: 19px;
	color: #000;
	margin-bottom: 10px;
    padding-left: 10px;
    font-weight: normal;
       
}

.theme-pric span {
	float: right;
	margin-right: 37px;
    font-weight: normal;
}

.theme-pric {
	border-bottom: 2px solid #ddd;
	margin-bottom: 10px;
	background: #fff;
	padding: 10px 4px;
}
/*---- buy-now css-----*/

.buy-now {
	border-bottom: 0px solid #ddd;
	margin-bottom: 20px;
}


.buy-now h4 {
	background: #47a721;
	padding: 13px 10px;
	margin-bottom: 16px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	box-shadow: 0 1px 3px #09511c;
	border-radius: 5px;
	font-weight: normal;
}

.buy-now h4 a{
    color: #fff;
    text-decoration: none;
	display:block;
}

.buy-now h4:hover{
	background: #fff;
	border:0px solid#159be6;
	transition:.5s;
}

.buy-now h4:hover a{
    color: #159be6;
	display:block;
	transition:.5s;
}

.buy-now h5 {
	background: #666;
	padding: 13px 10px;
	margin-bottom: 16px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	box-shadow: 0 1px 1px #666;
	border-radius: 5px;
    font-weight: normal;
}
.buy-now h5 a{
    color: #fff;
    text-decoration: none;
	display:block;
}
.buy-now h5:hover{
	background: #fff;
	border:0px solid#666;
	transition:.5s;
}

.buy-now h5:hover a{
    color: #666;
	display:block;
	transition:.5s;
}


/*---- last-update css-----*/

.softwar-verson {
	background: #fff;
	padding: 6px 13px;
}


.theme_type_des_sec{
	padding:6px 5px;
	overflow:hidden;
}
.last-update {
	font-size: 17px;
	color: #000;
	overflow:hidden;
}
.last-varson {
	font-size: 14px;
	color: #655e5e;
	overflow:hidden;
}

.pic {
  width: 100%;
  height: 500px;
  overflow: hidden;
  margin: 15px 0px 10px 0px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding:0px;
}


.pic:before {
  width: 100%;
  height: 400px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
}

.pic:after {
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px -25px;
  padding: 0px;
}

img {
  max-width: 100%;
  cusor: pointer;
}

.pic:hover img {
  animation: moveSlideshow 13s linear;animation-fill-mode: forwards;
}

@keyframes moveSlideshow {
  100% {
    transform: translateY(calc(-100% + 300px));
  }
}

.pic:hover .pic:after {
  opacity: 0;
}



                            /*=============================
                                     contact-page
                            ===============================*/


.contact-page-section {
	padding: 40px 0;
}



.contact-page-address {
	background: #fff;
	padding: 10px 10px;
	box-shadow: 0 0 3px #ddd;
}

.contact-page-address h3 {
	font-size: 20px;
	text-align: center;
	color: #0F844A;
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: normal;
	position: relative;
	z-index: 1;
}

.contact-page-address h3::before {
	position: absolute;
	left: 42%;
	bottom: -7px;
	width: 16%;
	height: 2px;
	background: #35f80e;
	content: "";
}


.page-phone {
	color: #4CF90B;
	margin-top: 23px;
	margin-bottom: 64px;
}

.page-phone h5{
    font-size: 18px;
    font-weight: normal;
    color:#999;
    margin-bottom: 10px;


}
.page-phone span {
	font-size: 16px;
	font-weight: normal;
	color: #333;
	display: block;
	margin-top: 10px;
	
}

.page-phone i.fa {
	float: left;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 8px;
	font-size: 29px;
	border: 2px solid #06631B;
	width: 61px;
	height: 53px;
	text-align: center;
	line-height: 48px;
	background: #333;
    transition: .8s;
}


.page-phone:hover i.fa  {
	background: none;
    border-radius: 5px;
	
}

.maps iframe{
    width:100%;
    height:392px;
    
}

.maps {
	background: #fff;
	padding: 10px;
    margin-bottom: 10px;      
}
.price_demo{background:#47a721;text-align:center;box-shadow: 0 0 3px #47a721;}.price_demo a{color:#fff;font-size:18px;text-decoration:none;display:block;padding:7px}.price_demo:hover a{color:#ddd;background:#47a721;transition:.5s}
.pricing-services-title{margin-bottom:20px;font-size:35px;padding:10px 0;color:black;text-align:center;border-bottom:1px solid black;text-shadow:0px 0px 1px #939393}.pric-border{background:#fff;border-top: 2px solid #328b50;transition:.5s;box-shadow:0 0 4px silver}.pricing-padding{margin-bottom:42px}.pricing-padding:hover .pric-border{border-radius:10px 10px 0 0}.pricing-title h4{text-align:center;font-size:20px;color:#7a7373;position:relative;z-index:1;margin-top:20px;margin-bottom:20px}.pricing-title h4:before{position:absolute;left:35%;bottom:-6px;content:"";background:#3c0759;width:25%;height:2px}.price-contant{text-align:center}.hosting-name{background: #328b50;color:#fff;font-size:18px;text-align:center;padding:10px 0;margin-bottom:10px;text-shadow:0px 1px 2px #151715}.pric-border span{display:inline-block;position:relative;color:#043e09;font-size:50px}.price-contant span:before{content:"TK";font-size:18px;position:absolute;left:-32px;top:-3px}.price-contant span:after{content:"/Year";font-size:16px}.resellar-price-contant{text-align:center}.resellar-price-contant span:before{content:"TK";font-size:18px;position:absolute;left:-32px;top:-3px}.resellar-price-contant span:after{content:"/mo";font-size:16px}.dadecated-price-contant{text-align:center}.dadecated-price-contant span:before{content:"tk";font-size:20px;position:absolute;left:-23px;top:-2px}.dadecated-price-contant span:after{content:"/mo";font-size:20px}.pricing-list ul{padding:0;margin:0;list-style:none;text-align:center}.pricing-list ul li{font-size:14px;padding:10px 0;color:#333}.pircing-btn{text-align:center;padding-bottom:18px;margin-top:34px}.pircing-btn a{background: #47a721;padding:10px 36px;display:inline-block;color:#fff;text-align:center;border-radius:5px;font-size:18px;border: 2px solid #19b74e;transition:.8s;text-decoration:none}.pricing-padding:hover .pircing-btn a{background:0 0;color:#159be6;border:2px solid #0b52bb}form.example_1{margin-top:30px;margin-bottom:30px}form.example_1 input[type=text]:focus{border:2px solid#fff;transition:.5s;background:0 0;color:#fff}form.example_1 input[type=text]{padding:14px;font-size:16px;border: 2px solid #335911;float:center;width:45%;background:#fff}.domain_name{background:#222}.select{padding:13px !important;background: #3d690e;color:#fff;border:none;font-size:18px}form.example_1 button{padding:16px 0;width:27%;background: #0b5865;color:#fff;font-size:16px;border:none;cursor:pointer;overflow:hidden;border:none;transition:.8s}form.example_1 button:hover{background:#0b7dda}
.package-price-contant{text-align:center}.package-price-contant span:before{content:"TK";font-size:16px;position:absolute;left:-32px;top:-3px}.package-price-contant span:after{content:"/1st Year";font-size:16px}
.section-content{padding:40px 0 0;background:#f6f7f7}.section-title{margin-bottom:40px;text-align:center}.section-title h2{position:relative;z-index:1;padding-bottom:15px;margin-bottom:20px;font-size:20px}.section-title h2:before{position:absolute;bottom:0;left:50%;width:60px;height:2px;background:#159be6;content:"";margin-left:-30px}
.featured-item.feature-outline{position:relative;padding:0 0 0 80px;margin-bottom:0px;min-height:160px}.featured-item.feature-outline h4{font-size:15px;letter-spacing:1px;font-weight:700;margin-bottom:20px}.featured-item.feature-outline .icon{display:block;position:absolute;top:0;left:0}.featured-item .icon{padding:0 0 30px;background:#159be6;width:45px;height:45px;line-height:45px;border-radius:5px;text-align:center;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.featured-item .icon i{font-size:16px;color:#fff;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);line-height:45px}.featured-item .desc{color:#7e7e7e;font-size:14px}
.top_hdr_text {
    color: #fff;
    font-size: 16px;
}



 /*=============================
                                    choose_us_section 
                            ===============================*/



.choose_us_section {
  padding: 30px 0;
  background: #f2f2f2;
}
.choose_us_cat {
  font-size: 35px;
  line-height: 39px;
  text-align: center;
  margin-bottom: 40px;
  color: #47a721;
  position: relative;
  z-index: 1;
  padding-bottom: 25px;
}
.choose_us_cat:before {
  position: absolute;
  bottom: 0;
  left: 44%;
  width: 200px;
  height: 5px;
  background: #159be6;
  content: "";
  margin-left: -30px;
}
.choose_us_cat:after {
  position: absolute;
  bottom: 0;
  left: 48%;
  width: 70px;
  height: 5px;
  background: -moz-radial-gradient(
    49.74% 49.12%,
    circle farthest-corner,
    #128acb 0,
    #323991 100%
  );
  background: -webkit-radial-gradient(
    49.74% 49.12%,
    circle farthest-corner,
    #128acb 0,
    #323991 100%
  );
  background: -webkit-gradient(
    radial,
    49.74% 49.12%,
    0,
    49.74% 49.12%,
    494.75,
    color-stop(0, #128acb),
    color-stop(1, #323991)
  );
  background: -o-radial-gradient(
    49.74% 49.12%,
    circle farthest-corner,
    #128acb 0,
    #323991 100%
  );
  background: -ms-radial-gradient(
    49.74% 49.12%,
    circle farthest-corner,
    #128acb 0,
    #323991 100%
  );
  color: #fafafa;
  content: "";
  margin-left: -10px;
}
.choose_icon {
  text-align: center;
  font-size: 50px;
  color: #47a721;
}
.choose_title {
  text-align: center;
  font-size: 25px;
  line-height: 29px;
  color: #0c5150;
  margin-bottom: 10px;
  margin-top: 15px;
}
.choose_content {
  text-align: center;
  color: #333;
}
.choose_section {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 0 5px #e1e1e1;
}


/*=============================
                                    choose_us_section_end
                            ===============================*/


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






