/*
Theme Name: About Me
Theme URI: https://themesbazar.com/aboutme/
Author: The ThemesBazar Team
Author URI: https://themesbazar.com/
Description: aboutme 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: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aboutme
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: 'SolaimanLipiNormal';
    src: url('assets/fonts/solaiman-lipi.eot');
    src: url('assets/fonts/solaiman-lipi.eot') format('embedded-opentype'),
         url('assets/fonts/solaiman-lipi.woff') format('woff'),
         url('assets/fonts/solaiman-lipi.ttf') format('truetype'),
         url('assets/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 {
 
}
body {
   font-family: SolaimanLipiNormal;
   
}
html{
	scroll-behavior:smooth;
}
a:hover { text-decoration: none }
/**
 * top-header section css .
**/
body, html {
	height: 120%;
	margin: 0;
}
.header-image {
	background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("assets/img/bg-cv-header.jpg");
	height:50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative; 
	overflow:hidden;
	
}
.header-image img{
	border-radius:60%;
	width:150px;
	height:150px;
	margin-right:30px;
}
.header-text {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
}
.header-text h1{
	font-size:50px;
	margin-top:15px!important;
}
.header-text p{
	color:#bed95c;
	font-size:25px;
	margin:0;
	padding:0;
}
/**
 * menu css .
**/
.main-menu{
	width:100%;
	z-index:99;
	padding-top:20px;
	text-align:center !important;	
}
.navbar{
    border:none;
    overflow:hidden;
    font-size:16px;
    text-transform:uppercase; 
	
}
.navbar ul li a{
    color:#fff;
	
}
.navbar ul li{
    color:#000;
    overflow:hidden;
    background:none;
}
.navbar-default {
   background: none;
}
#nav .navbar-default {
    border-radius: 0;
    background-color: #FEC608;
    border: none;
    margin: 0;
    min-height: 20px;
    background: none;
    color: #fff;
}
.nav.navbar-nav.navbar-right li a {
    color: #fff !important;
}
.nav.navbar-nav.navbar-right li a:hover {
    color: #B0C953 !important;
    transition: .5s;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background: none;
}
.navbar-right{
	float:none !important;
	
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background:#333;
  padding:0;
}
.sticky + .scrrol_section {
  padding-top: 77px;
}
.navbar-nav > li > a {
	padding-top: 25px !important;
	padding-bottom: 0px !important;
}
.navbar .navbar-collapse {
	text-align: center !important;
}
/**
 * header two css .
**/
.header-two-image {
	background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("assets/img/bg-cv-header.jpg");
	height:45%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative; 
	background-attachment: scroll;
}
.header-two-image img{
	border-radius:60%;
	width:150px;
	height:150px;
	margin-right:30px;
}
.header-two-text {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
}
.header-two-text h1{
	font-size:50px;
	margin-top:15px!important;
}
.header-two-text p{
	color:#bed95c;
	font-size:25px;
	margin:0;
	padding:0;
}
/**
 * about section css .
**/
.about-me{
	padding:40px 0;
}
.about-title{
    margin-bottom: 60px;
	text-align: center;
}
.about-title h2{
    color:#333;
    position:relative;
    padding-bottom: 15px;
	font-size:45px;
	font-weight:normal;
	margin-bottom:0;
}
.about-title h2:before{
    position: absolute;
    left:49%;
    bottom: 0;
    height: 3px;
    width:80px;
    content: "";
    margin-left: -25px;
    background: #BED95C; 
}
.about-img img{
	width:100%;
	height:auto;
}
.about-info-title p{
	font-size:28px;
	color:#282F37;
	padding-bottom:10px;
}
.about-info-adress ul{
	padding:0;
	margin:0;
	list-style:none;
	font-size:18px;
}
.about-info-adress ul li{
	padding-bottom:10px;
}
.about-info-discription p{
	font-size:19px;
	line-height:30px;
	margin:0;
	padding:0;
}
/**
 * experience section css .
**/
.experience-section{
	background:#F7F7F7;
	padding:40px 0 0 0;
}
.experience-title{
   margin-bottom: 30px;
   text-align: center;
}
.experience-title h2{
    color:#333;
    position:relative;
    padding-bottom: 15px;
	font-size:45px;
	font-weight:normal;
}
.experience-title h2:before{
    position: absolute;
    left:49%;
    bottom: 0;
    height: 3px;
    width:80px;
    content: "";
    margin-left: -25px;
    background: #BED95C; 
}
.exp-post{
	border-bottom:1px solid#E4E4E4;
	padding:30px 0;
}
.padding-bottom{
	padding-bottom:30px;
}
.exp-post-title{
	font-size:27px;
}
.exp-post-heading h5{
	font-size:19px;
}
.exp-post-heading p{
	font-size:17px;
	color:#A6A6A6;
	padding-top:7px;
}
.exp-post-deatails p{
	font-size:18px;
	color:#5e6267;
}
/**
 * Education section css .
**/
.education-section{
	padding:40px 0;
}
.education-title{
   margin-bottom: 30px;
   text-align: center;
}
.education-title h2{
    color:#333;
    position:relative;
    padding-bottom: 15px;
	font-size:45px;
	font-weight:normal;
}
.education-title h2:before{
    position: absolute;
    left:49%;
    bottom: 0;
    height: 3px;
    width:80px;
    content: "";
    margin-left: -25px;
    background: #BED95C; 
}
.education-heading h4{
	color:#282f37;
	font-size:24px;
	padding-bottom:15px;
}
.education-heading h5{
	color:#A6A6A6;
	font-size:17px;
}
.education-heading p{
	color:#A6A6A6;
	font-size:16px;
}
.education-details p{
	font-size:16px;
	line-height:26px;
	color:#5E6267
}
/**
 * My Skills section css .
**/
.skills-section{
	background:#F7F7F7;
	padding:40px 0;
}
.Skills-title{
	margin-bottom: 30px;
	text-align: center;
}
.Skills-title h2{
    color:#333;
    position:relative;
    padding-bottom: 15px;
	font-size:45px;
	font-weight:normal;
}
.Skills-title h2:before{
    position: absolute;
    left:49%;
    bottom: 0;
    height: 3px;
    width:80px;
    content: "";
    margin-left: -25px;
    background: #BED95C; 
}
.Skills-heading h4{
	color:#282f37;
	font-size:24px;
	padding-bottom:15px;
}
.personal-skills ul{
	margin:0;
	padding:0;
	list-style:none;
}
.personal-skills ul li{
	color:#4c4c4c;
	font-size:17px;
	padding-bottom:7px;
}
.personal-skills ul li i{
	color:#C9C9C9;
	padding-right:5px;
}
.recognitions-skill{
	text-align:center
}
.recognitions-skill i{
	display:inline-block;
	color:#fff;
	width:65px;
	height:65px;
	text-align:center;
	background:#BED95C;
	border-radius:50%;
	transition:.3s;
	line-height:65px;
	font-size:30px;
}
.recognitions-skill h2{
	font-weight:600;
	font-size:35px;
}
.recognitions-skill p{
	font-weight:400;
	font-size:15px;
	color:#000;
}
.border-bottom{
	border-bottom:1px solid#E4E4E4;
	padding:30px 0;
	margin-bottom:30px;
}

{box-sizing: border-box}
.skrill {
  width: 100%;
  background-color: #ddd;
}
.skill-bar p{
	margin:0;
	padding:0;
	margin-bottom:5px;
}
.skills {
	text-align: right;
	padding: 10px;
	color: white;
	margin-bottom:5px;
}
/**
 * References section css .
**/
.references-section{
	padding:50px 0;
}
.references-title{
	margin-bottom: 30px;
	text-align: center;
}
.references-title h2{
    color:#333;
    position:relative;
    padding-bottom: 15px;
	font-size:45px;
	font-weight:normal;
	
}
.references-title h2:before{
    position: absolute;
    left:49%;
    bottom: 0;
    height: 3px;
    width:80px;
    content: "";
    margin-left: -25px;
    background: #BED95C; 
}
.references-post {
	background:#F6F6F6;
	padding:30px;
}
.references-post h2{
	font-size:20px;
	color:#000;
	margin:0;
	padding:0;
	padding-bottom:10px;
}
.references-post h3{
	font-size:16px;
	color:#9a9ea2;
	margin:0;
	padding:0;
	padding-bottom:10px;
}
.references-post p{
	font-size:17px;
	font-style:italic;
	color:#5e6267;
}
.owl-carousel .owl-item .news-item img{
	width:100%;
    height: auto;
}
.news-list .owl-nav div {
	position: absolute;
	top: 43%;
	font-size: 35px;
	line-height: 37px;
	transition: .4s;
	color: #BED95C;
	margin-left: -35px;
	margin-right: -35px;
	padding: 0px 15px;
	font-weight:bold;
}
.news-list .owl-nav div.owl-next{
    left: auto;
    right: 0;
}
/**
 * Footer section css .
**/
.footer-section {
	background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("assets/img/bg-cv-header.jpg");
	height:auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative; 
}
.footer-title{
	margin-top: 80px;
	text-align: center;
}
.footer-title h2{
    color:#fff;
    position:relative;
    padding-bottom: 15px;
	font-size:45px;
	font-weight:normal;
}
.footer-title h2:before{
    position: absolute;
    left:49%;
    bottom: 0;
    height: 3px;
    width:80px;
    content: "";
    margin-left: -25px;
    background: #BED95C; 
}
.footer-text h2{
	color:#eee;
	padding:20px 0;
	font-weight:normal;
}
.footer-text p{
	color:#eee;
	font-size:18px;
	line-height:30px;
}
.foot-contact-number h2{
	color:#bbb;
	font-size:19px;
}
.foot-contact-number p{
	color:#eee;
	font-size:18px;
}
.foot-contact-social h2{
	color:#bbb;
	font-size:19px;
}
.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;
	color:#fff;
	width:40px;
	height:40px;
	text-align:center;
	background:#1C518D;
	border-radius:50%;
	transition:.3s;
	font-size:20px;
}
.social_icons i{
	line-height:40px;
}
.foot-contact-email h2{
	color:#bbb;
	font-size:19px;
}
.foot-contact-email p{
	color:#eee;
	font-size:18px;
}
.foot-contact-skype h2{
	color:#bbb;
	font-size:19px;
}
.foot-contact-skype p{
	color:#eee;
	font-size:18px;
}
.scrollToTop{
    width:40px; 
    height:40px;
    padding:10px;  
    background: #222;
    position:fixed;
    right:25px;
    bottom:70px;
    border-radius: 50%;
    z-index: 999;
    border: 2px solid#333;
	opacity:.8;
}
.scrollToTop i.fa {
    font-size: 35px;
    color: #fff;
    font-weight: 400;
    top: -2px;
    display: block;
    position: absolute;
    right: 7px;
}
.scrollToTop:hover{
    text-decoration:none;
}
/**
 * Contuct Form css .
**/
.input-grop{
    position: relative;
    z-index: 1;
}
.input-grop span {
	position: absolute;
	left: 16px;
	top: 15px;
	font-size: 16px;
    padding: 0;
    transition: .5s;
    pointer-events: none;
    color: #fff;
}
.input-grop input:focus ~ span,
.input-grop input:valid ~ span{
    background: #BED95C;
    transition:.5s;
    left: 15px;
	top: -18px;
    padding: 5px 20px;
    color: #fff;
}
.input-grop input[type="text"], input[type="email"], input[type="Subject"], 
 textarea{
    background: none;
   border:1px solid#fff;
    padding:15px;
    color: #fff;
    
}
.input-grop input:focus, textarea:focus{
  outline:none;
}
.input-grop input{
    width: 100%;
}
.contact-page{
	margin-top:40px;
}
.contact-page input, .contact-page textarea{
    width: 100%;
    margin-bottom: 15px;
 }
.input-grop input[type="submit"]{
    width: auto;
    margin: 0;
}
.input-grop input[type="submit"],button[type="submit"]{
    background:transparent;
    border: 1px solid#fff;
    color: #fff;
    padding:10px 30px;
	display: inline-block;
	margin-bottom: 20px;
	font-size: 16px;
    text-transform: uppercase;
}
.input-grop input[type="submit"]:hover{
     margin-left: 10px;
     transition:.5s;
}
.bottom-footer{
	border-top:1px solid#444;
	padding:10px;
	color:#ddd;
	font-size:16px;
}   
.design{
	float:right;
}
.design a{
	color:#BED95C;
	font-size:16px;
} 
/**
 * blog section css .
**/
.blog-title{
	border-top:1px solid#ddd; 
	border-bottom:1px solid#ddd; 
	padding:10px 0;
	text-align:center;
	color:#111;
	font-size:22px;
	margin-top:20px;
	margin-bottom:20px;
}

.Latest-image{
    position: relative;
    overflow: hidden    
}
.Latest-image img{
    -webkit-transition: all 0.5s ease;
    transition: all 0.6s ease;
    width:100%;
    height:auto;
}
.Latest-image img:hover{
    position: relative;
    z-index: 20;
    -webkit-transform: scale(1.1111);
    transform: scale(1.1111);

}
.Latest-meta{
    color:#999;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.Latest-meta h5{
    color:#555;
    font-size: 18px;
    margin: 0 0 10px;
    text-align: justify;
}
.Latest-meta h6{
	border-bottom: 1px solid#ddd;
	padding-bottom: 10px;
}
.Latest-meta p{
    color:#333;
    font-size: 16px;
    text-align: justify;
    line-height: 25px;
}

/**
 * video css Start 
**/
.video-page-padding{
    padding: 40px 0;
}

.video-page-margin{
	margin-bottom:20px;
}
.video-page-margin:hover{
	box-shadow:0 0 10px #ddd;
}
.gallary{
	width:100%;
	height:auto;
	border:1px solid#E7E5E5!important;
	padding:2px;
	background:#fff!important;
}
iframe {
	width:100%;
	height:400px;
}
.photo_title a{
	color:#000;
	font-size:20px;
	line-height:auto;
	text-decoration:none;
}
.photo_title a:hover{
	color:#23529C;
}
.photo_title {
	background: #E9F9EF;
	padding: 15px 12px 15px 12px;
	text-align: center;
	margin: 0;
}
/*============================================
	single_page css start
============================================*/
.single-title{
	border-top:1px solid#ddd; 
	border-bottom:1px solid#ddd; 
	padding:10px 0;
	text-align:center;
	color:#111;
	font-size:22px;
	margin-top:40px;
}
.single-direction{
	font-size:16px;
	margin-bottom:40px;
}