
/*

Theme Name: Personal Theme;
Author: Saugat Shrestha;
Author URI: devsaugat.com.np;
Contact: +977 - 9843704704;
Address: Koteshwor - 35, Kathmandu Nepal;

*/


/*===== LINKING FONTS =====*/

@font-face {
    font-family: 'nunito_sansregular';
    src: url('../fonts/nunitosans-regular-webfont.woff2') format('woff2'),
         url('../fonts/nunitosans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nunito_sansbold';
    src: url('../fonts/nunitosans-bold-webfont.woff2') format('woff2'),
         url('../fonts/nunitosans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nunito_sanssemibold';
    src: url('../fonts/nunitosans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/nunitosans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat_regular';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat_bold';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}


body {
	font-family: 'nunito_sansregular';
	font-size: 15px;
	overflow-x: hidden;
}

body::-webkit-scrollbar-track{
    background-color: #f7f7f7;
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
    border-radius: 10px;
}

body::-webkit-scrollbar{
    width: 6px;
    background-color: #f7f7f7;
}

body::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color: #1ba974;
}

ul,
li {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

a {
	color: #000;
}

a:hover,
a:focus {
	text-decoration: none;
}

figure {
	margin: 0;
}

label {
	font-weight: normal;
	font-family: 'nunito_sansbold';
}

h1,
h2,
h3,
h4,
h5 {
	margin: 0;
	font-weight: normal;
	font-family: 'nunito_sansbold';
}

h1 {
	font-size: 58px;
}

h3 {
	font-size: 25px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	margin: 0;
	font-size: 15px;
	line-height: 1.8;
}

img {
	max-width: 100%;
}

.btn {
	font-family: 'nunito_sanssemibold';
    padding: 15px 32px;
    font-size: 14px;
    transition: all 0.5s;
    letter-spacing: 0.6px;
    box-shadow: none !important;
    text-transform: uppercase;
    outline: none !important;
}

.thumbnail-img {
	position: relative;
	overflow: hidden;
}

.form-control {
	box-shadow: none;
	font-size: 18px;
}

.form-control:focus {
	outline: 0;
	box-shadow: none;
}


/*===== HEADER CSS =====*/

.site-header {
	padding: 15px 0;
	transition: all 0.5s ease-in-out;
}

.site-header.fixed {
	position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.site-header.fixed.sticky {
    margin-top: 0px;
    padding: 8px 0px;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

.site-logo {
	color: #fff;
	max-width: 70px;
}

.site-logo h4 span {
	color: #1ba974;
}

.site-navigation ul {
	float: right;
}

.site-navigation ul li {
	display: inline-block;
	vertical-align: top;
}

.site-navigation ul li a {
	display: block;
	padding: 10px 20px;
	color: #fff;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}

.site-header.fixed.sticky .site-navigation ul li a:hover,
.site-navigation ul li a:hover {
	color: #1494d0;
}

.site-header.fixed.sticky .site-navigation ul li a {
	color: #000;
}

.site-header.fixed.sticky .site-logo h4 {
	color: #000;
}

.navbar-toggle {
    position: absolute;
    top: 10px;
    right: 15px;
    margin: 0;
    border-radius: 0;
    background: #1ba974;
    border-radius: 2px;
    border: none;
    padding: 7px 8px;
    height: 28px;
    width: 38px;
    cursor: pointer;
}

.navbar-toggle .icon-bar {
	background: #fff;
}


/*===== BANNER SECTION CSS =====*/

.home_bg_personal {
    background-image: url(../images/hire-bg.jpg);
    position: relative;
    background-size: cover;
    background-position: center center;
}

.fullheight {
	height: 100vh;
}

.bg_overlay {
    background-color: rgba(5, 5, 6, 0.84);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.banner-content-wrap {
	display: table;
	height: 100%;
	width: 100%;
}

.banner-content-wrap .banner-content {
	display: table-cell;
	vertical-align: middle;
}

.banner-content-wrap .banner-content .content-area {
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}

.home_title {
	margin: 20px 0 20px;
	color: #fff;
	font-size: 50px;
    text-transform: capitalize;
}

.home_para {
	color: #dadada;
}

.home_btnwrap {
	margin-top: 30px;
}

.home_btn {
	color: #fff;
	border: 2px solid #f5f5f5;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.home_btn:hover,
.home_btn:focus {
	background: #f5f5f5;
	color: #000;
}


/*===== ABOUT SECTION CSS =====*/

.home_section {
	padding: 80px 0;
}

.home_about {
	padding: 80px 0;
}

.section-title {
	text-align: center;
	margin: 0 0 40px;
}

.section-title h1 {
    font-size: 58px;
    position: relative;
    color: rgba(160, 160, 160, 0.14);
}

.section-title p {
    z-index: 100;
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: 'montserrat_bold';
    font-size: 30px;
    color: #38424c;
}

.about_content h3 {
	font-family: 'montserrat_regular';
	margin: 0 0 15px;
}

.text-custom {
	font-family: 'montserrat_bold';
}

.about_content h4 {
	margin: 0 0 30px;
}

.desc {
	margin: 0 0 15px;
	color: #6c757d;
}

.about_contact_ul ul li {
	font-family: 'nunito_sanssemibold';
	margin: 0 0 10px;
}

.about_contact_ul ul li i {
	color: #1ba974;
	font-size: 18px;
}

.about_contact_ul ul li span {
	font-family: 'nunito_sansbold';
	margin-left: 7px;
}

.social_sharelinks {
	margin-top: 30px;
}

.social_sharelinks ul li {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}

.social_sharelinks ul li:last-child {
	margin-right: 0px;
}

.social_sharelinks ul li a {
	color: #5b6269;
	font-size: 20px;
	display: block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.social_sharelinks ul li a:hover {
	color: #000;
}

.btn_custom {
    border: 1px solid #1ba974;
    color: #fff;
    background-color: #1ba974;
    border-radius: 50px;
    font-family: 'montserrat_bold';
}

.btn_custom:hover,
.btn_custom:focus {
	background: #1d9065;
	border-color: #1d9065;
	color: #fff;
}

.btn_custom i {
	margin-left: 5px;
}

.about_content .btn_custom {
	margin-top: 30px;
}


/*===== SERVICES SECTION CSS =====*/

.home_section.home_services {
	background: #f8f9fa;
	padding: 80px 0 50px;
}

.services_block {
	text-align: center;
	background: #fff;
	margin: 0 0 30px;
	padding: 30px 20px;
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.05);
	-moz-sbox-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.05);
}

.services_block .thumbnail-img {
	margin: 0 0 30px;
}

.services_content h4 {
	margin: 0 0 20px;
	font-family: 'nunito_sanssemibold';
}

.services_content p {
	font-size: 15px;
	line-height: 24px;
	color: #6c757d;
}

.viewmore {
	margin-top: 30px;
	font-size: 16px;
	color: #1ba974;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.viewmore:hover,
.viewmore:focus {
	color: #000;
}


/*===== COUNTER CSS =====*/

.home_section.home_counter {
	padding: 100px 0;
}

.home_counter {
	background-image: url(../images/cta_bg_cover.jpg);
    position: relative;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.counter-block {
	text-align: center;
	color: #fff;
}

.counter-block span {
	font-size: 50px;
	color: #fff;
	margin: 0 0 10px;
	display: block;
}

.counter-block h1 {
	font-size: 40px;
	font-family: 'montserrat_regular';
}

.counter-block p {
	font-size: 16px;
	color: #ededed;
	margin-top: 10px;
}


/*===== EDUCATION SECTION CSS =====*/

.home_section.home_education {
	padding: 80px 0 50px;
}

.education_block {
	padding: 50px;
	border-radius: 5px;
	margin: 0 0 30px;
	color: #fff;
}

.education_block.bl1 {
	background: linear-gradient(to right, #0acffe 0%, #495aff 100%);
}

.education_block.bl2 {
	background: linear-gradient(to top, #b224ef 0%, #7579ff 100%);
}

.education_block.bl3 {
	background: linear-gradient(-225deg, #A445B2 0%, #D41872 52%, #FF0066 100%);
}

.education_block.bl4 {
	background: linear-gradient(-225deg, #65379B 0%, #886AEA 53%, #6457C6 100%);
}

.education_block p a {
	color: #d6dcda;
    margin-left: 20px;
    text-decoration: underline;
}


/*===== AVAILABLE SECTION CSS =====*/

.home_available {
    background-image: url(../images/bg-cat-images.jpg);
    position: relative;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;	
}

.available_content {
	text-align: center;
	color: #fff;
}

.available_content h4 {
	font-family: 'montserrat_bold';
	font-size: 30px;
}

.available_content p {
	margin: 30px 0 40px;
	font-size: 16px;
	color: #ededed;
}


/*====== MY WORK SECTION CSS =====*/

.work_cat {
	margin: 0 0 50px;
}

.work_cat ul {
	text-align: center;
}

.work_cat ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.work_cat ul li:after {
    content: "/";
    color: #1ba974;
    margin: 0px 16px;
    position: relative;
    display: inline-block;
    top: 1px;
}

.work_cat ul li:last-of-type::after {
	display: none;
}

.work_cat ul li a {
	text-transform: uppercase;
	padding: 11px 20px;
	color: #a09999;
	border-radius: 5px;
	font-family: 'nunito_sansbold';
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}

.work_cat ul li a:hover
{
	background: #1ba974;
	color: #fff;
}

.work_cat ul li.active a {
	background: #1ba974;
	color: #fff;
}

.work_lists {
	margin: 0 0 10px;
}

.work_list_block {
	position: relative;
	overflow: hidden;
	text-align: center;
	margin: 0 0 40px;
}

.work_list_block .thumbnail-img {
	position: relative;
	transition: all 0.5s;
	top: 0
}

.work_list_block .thumbnail-img img {
	width: 100%;
}

.work_list_block:hover .thumbnail-img {
	top: -105px;
}

.work_details {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #fbfbfb;
	padding: 25px 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transform: translateY(111px);
	   -moz-transform: translateY(111px);
	    -ms-transform: translateY(111px);
	     -o-transform: translateY(111px);
	        transform: translateY(111px);
}

.work_list_block:hover .work_details {
	transform: translateY(0px);
}

.work_details h4 {
	margin: 0 0 10px;
	color: #000;
}

.work_details p {
	color: #6c757d;
}


/*===== CLIENTS SECTION CSS =====*/

.home_clients {
    background-image: url(../images/bg_testi_img.jpg);
    position: relative;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.home_clients .section-title h1 {
	color: #ffffff1f;
}

.home_clients .section-title p {
	color: #ffffff;
}

.client_review {
	padding: 0 160px;
	text-align: center;
}

.client_review .thumbnail-img {
	height: 90px;
	width: 90px;
	margin: 0 auto 20px;
	border: 3px solid #fff;
	border-radius: 100%;
}

.client_review p {
	color: #fff;
	font-size: 16px;
}

.client_review p.client_name {
	margin-top: 20px;
	font-size: 20px;
    color: #1ba974;
    font-family: 'nunito_sansbold';
}

.owl-theme .owl-dots .owl-dot:focus {
	outline: 0;
}

.owl-theme .owl-dots .owl-dot span {
	height: 8px;
	width: 15px;
}


/*===== SUBSCRIBE SECTION CSS =====*/

.home_subscribe .form {
	width: 700px;
	margin: 0 auto;
}

.home_subscribe .form-group {
	position: relative;
	margin: 0;
}

.home_subscribe .form-group .form-control {
	height: 55px;
	padding: 10px 30px;
	border-radius: 50px;
	background: #f1f1f1;
	border: none;
}

.home_subscribe .form-group .btn_custom {
	position: absolute;
	top: 0;
	right: 0;
	height: 55px;
}

/*===== FOOTER CSS =====*/

.home_section.site-footer {
	background: #f8f9fa;
}

.footer_content {
	text-align: center;
}

.footer_content .social_sharelinks {
	margin-top: 40px;
}

.footer_content .social_sharelinks ul li {
	margin-right: 40px;
}

.footer_content .social_sharelinks ul li:last-child {
	margin-right: 0px;
}

.footer_content .social_sharelinks ul li a {
	color: #b1b1b1;
}

.footer_content .social_sharelinks ul li a:hover {
	color: #1ba974;
}

.ph_number {
    margin: 30px 0 0;
    font-family: 'nunito_sansbold';
    font-size: 21px;
    color: #5e8074;
}

.copyright {
	margin-top: 40px;
	color: #6c757d;
}


/*===== Bootstrap Modal Css =====*/

.modal-content {
	box-shadow: none;
	border: none;
	border-radius: 0px;
}

.modal-header {
	background: #1d9065;
	position: relative;
	padding: 15px 25px;
	border: none;
}

.modal-title {
	font-family: 'montserrat_bold';
	color: #fff;
}

button.close {
	position: absolute;
	top: -15px;
	right: -15px;
    background: #176749;
    opacity: 1;
    color: #fff;
    height: 30px;
    width: 30px;
    margin: 0;
    line-height: 30px;
    border-radius: 100%;
}

button.close:hover,
button.close:focus {
	background: #176749;
    opacity: 1;
    color: #fff;
    outline: 0;
}

.modal-body {
	padding: 25px 25px;
}

.modal_form .form-control {
	border-radius: 0px;
	box-shadow: none;
	height: 45px;
	font-size: 15px;
	border-color: #efefef;
	padding: 15px 15px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}

.modal_form .form-control:focus {
	border-color: #ddd;
}

.modal_form label {
	color: #687d76;
}

.modal_form textarea.form-control {
	height: auto;
	resize: none;
}

.modal_btn {
   	float: right;
    background: #1d9065;
    color: #fff;
    padding: 12px 25px;
}

.modal_btn i {
	margin-left: 5px;
}

.modal_btn:hover,
.modal_btn:focus {
    background: #1d9065;
	color: #fff;
}

.note {
	color: #8f9c98;
    font-size: 13px;
    margin-top: 10px;
}

.form-group.nomargin {
	margin-bottom: 0px;
}

.content-area span.figure {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    overflow: hidden;
}

#navbar-toggle {
    display: none;
    margin-top: 20px;
    position: absolute;
    top: 0;
    right: 20px;
    background: #1498d5;
    height: 30px;
    width: 40px;
    padding: 8px 8px;
    border-radius: 2px;
}

#navbar-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    margin: 0 0 4px;
}