/*==================================
* Author        : With Html
* Template Name : Samrat - One Page Personal Portfolio Template
* Version       : 1.0
==================================== */




/*=========== TABLE OF CONTENTS ===========
1. Google Fonts
2. Global Settings
3. Header Section
4. Nav Section
5. Profile Section
6. Header Social Section
7. Scroll Down
8. Intro Section
9. Service Section
10. Fact Counter Section
11. Skill bar Section
12. Portfolio Section
13. Testimonials Section
14. Contact Block Section
15. Footer Section
16. Scroll Top Section
17. Page Loader
===========*/



/*===============================
	1. Google Fonts
===============================*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,600');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600');


/*===============================
	2. Global Settings
===============================*/

* {
	margin: 0;
	padding: 0
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
body, html {
	height: 100%;
	background: #12191E;
	color: #7a7c80;
	font-family: 'Roboto', sans-serif;
	font-weight: 300
}
[class^="flaticon-"]::before, [class*=" flaticon-"]::before, [class^="flaticon-"]::after, [class*=" flaticon-"]::after {
	margin: 0;
}
p {
	font-size: 18px;
	line-height: 35px;
	margin: 0
}
a:hover, a:focus {
	text-decoration: none;
	outline: 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #C4C5C6;
	font-weight: 300;
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
}
ul, li, a {
	margin: 0;
	padding: 0
}
blockquote {
	line-height: 35px;
	margin: 20px 0;
	color: #000;
	font-weight: 600
}
.title {
	padding-bottom: 30px;
	text-align: center
}
.title h2 {
	font-size: 40px;
	font-weight: 300;
	line-height: 45px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Roboto', sans-serif
}
.title h2 span {
	color: rgb(51,187,206);
	font-weight: 500
}
.title p {
	font-size: 20px;
	margin-bottom: 2px;
	opacity: 0.4;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: -0.2px;
	color:#fff
}
.title-white h2, .title-white p {
	color: #fff;
}
.button {
	animation-delay: 2s;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 18px;
	padding: 14px 22px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-animation-delay: 2s;
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	animation-delay: 2s;
	transition: background .3s ease-in-out, color .3s ease-in-out;
	white-space: nowrap;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.button:hover {
	-webkit-transition: background .5s ease-in-out, color .5s ease-in-out;
	transition: background .5s ease-in-out, color .5s ease-in-out
}
.button-1 {
	background: #ccc;
	border: 1px solid #fff;
	color: #0A0E10
}
.button-1:hover, .button-1:active {
	background: #fff;
	border: 1px solid #fff;
	color: #0A0E10
}
.button-2 {
	background: none;
	color: #ccc;
	border: 1px solid #fff;
}
.button-2:hover, .button-2:active {
	color: #fff;
	border: 1px solid #5C6676;
}
.section {
	padding: 100px 0;
}
.small-section {
	padding: 50px 0;
}
.bg-black {
	background: #1E2831
}
.bg-black {
	background: #151C22 url(../images/background.jpg);
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-size: 100% 100%;
	position: relative;
}
.bg-black:before {
	background: #151C22;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.989;
	position: absolute;
	right: 0;
	top: 0;
}
.bg-black .container {
	z-index: 9;
	position: relative;
}


/*===============================
	3. Header Section
===============================*/


header {
	padding-bottom: 120px;
	background: url(../images/header-background.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 100%;
	min-height: 600px
}
header:before {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	background: rgba(19, 27, 32, 0.9)
}
header .container {
	z-index: 9;
	position: relative;
}

#particles-js {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
}



/*===============================
	4. Nav Section
===============================*/


.custom-nav {
	padding: 20px 0;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}
.navbar-brand {
	padding: 0;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}
.navbar-nav li {
	float: none;
	display: inline-block;
}
.navbar-dark .navbar-nav .nav-link {
	font-size: 15px;
	padding: 0 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300
}
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
	color: rgb(51,187,206);
}
.sticky-menu {
	background: #11171C;
	box-shadow: 0 1px 20px -3px rgba(0,0,0,.6);
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	padding: 10px 0;
}
.sticky-menu .navbar-brand {
	color: #fff !important
}
.sticky-menu .navbar-brand:hover {
	color: #eee !important
}
.sticky-menu .navbar-dark .navbar-nav .nav-link {
	color: #fff
}
.sticky-menu .navbar-dark .navbar-nav .nav-link:hover{
	color:#eee
}
.sticky-menu .navbar-dark .navbar-nav .active > .nav-link, .sticky-menu .navbar-dark .navbar-nav .nav-link.active, .sticky-menu .navbar-dark .navbar-nav .nav-link.show, .sticky-menu .navbar-dark .navbar-nav .show > .nav-link {
	color: rgb(51,187,206);
}


/*===============================
	5. Profile Section
===============================*/


.profile {
	top: 45%;
	position: relative;
	text-align: center;
}
.profile-info h2 {
	color: #fff;
	font-size: 50px;
	line-height: 70px;
	text-transform: none;
	font-weight: 600;
	letter-spacing: 0.5px;
}
.profile-info p {
	color: #fff;
	line-height: 45px;
	font-size: 20px;
}


/*===============================
	6. Header Social Section
===============================*/

.social-icon {
	text-align: center;
	padding-top: 20px;
}
.social-icon ul {
	margin: 0;
}
.social-icon ul li {
	display: inline;
	padding: 0;
	margin: 0 5px;
}
.social-icon ul li a {
	display: inline-block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
.social-icon ul li a i.icofont-brand-linkedin {
	font-size: 13px;
}
.social-icon ul li a i.icofont-social-google-plus {
	font-size: 18px;
}
.social-icon ul li a:hover {
	border: 1px solid rgba(255, 255, 255, 0.2);
}
.social-icon ul li a i {
	color: rgba(255, 255, 255, 0.41);
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
.social-icon ul li a:hover i {
	color: #fff;
}


/*===============================
	 7. Scroll Down
===============================*/


.scroll-down {
	position: absolute;
	bottom: 30px;
	width: 100%;
	text-align: center;
}
.scroll-down i {
	display: inline-block;
	color: #fff;
	font-size: 40px;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}


/*===============================
	8. Intro Section
===============================*/


.introduction-img {
	margin-top: 5px;
}
.introduction-img:before, .introduction-img:after {
	content: "";
	display: block;
	height: 50%;
	width: 50%;
	position: absolute;
}
.introduction-img:before {
	bottom: 10px;
	left: 25px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom-left-radius: 5px;
}
.introduction-img:after {
	top: 15px;
	right: 70px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top-right-radius: 5px;
}
.introduction-text h2 {
	color: #fff;
	font-size: 45px;
	line-height: 55px;
	margin-bottom: 5px;
	font-weight: 600;
	text-transform: uppercase
}
.introduction-text h2 span {
	color: rgb(51,187,206);
}
.introduction-text h4 {
	margin-bottom: 30px;
	font-size: 21px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height:30px;
	color:#ccc
}
.introduction-text p {
	font-size:17px;
	line-height: 30px;
}
.introduction .button {
	margin: 20px 15px 0 0
}


/*===============================
	9. Service Section
===============================*/


.services {
	text-align: center
}
.services .row {
	margin-top: 60px;
}
.service-block {
	background: #151C22;
	padding: 40px 25px;
	margin: 15px 0;
	border: 1px solid #202B33;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.service-block:before, .service-block:after {
	content: "";
	display: block;
	height: 70px;
	width: 70px;
	position: absolute;
}
.service-block:before {
	bottom: 30px;
	left: 30px;
	border-bottom: 1px solid #202B33;
	border-left: 1px solid #202B33;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}
.service-block:after {
	top: 30px;
	right: 30px;
	border-top: 1px solid #202B33;
	border-right: 1px solid #202B33;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}
.service-icon {
	margin-bottom: 20px;
}
.service-icon i {
	font-size: 45px;
	color: #fff;
	line-height: 55px;
	text-align: center;
}
.devicon-javascript-plain:before {
    content: "\e845";
    margin-right: 5px;
}
.service-block h3 {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 500;
}
.service-block p {
	font-size: 16px;
	line-height: 28px;
	margin: 0
}




/*===============================
	12. Portfolio Section
===============================*/


.portfolio-showcase .mix {
	display: none
}
.portfolio-controls {
	margin: 30px auto 0 auto
}
.portfolio-controls ul li {
	display: inline;
	cursor: pointer;
	padding: 14px 26px;
	font-weight: 400;
	font-size: 15px;
	background: #151C22;
	border: 1px solid #202B33;
	text-transform: uppercase
}
.portfolio-controls li.active {
	color: #fff
}
.portfolio .row {
	margin-top: 35px
}
.portfolio .col-lg-4 {
	margin: 10px 0;
	padding: 0 10px
}
.portfolio-effect {
	display: block;
	position: relative;
	overflow: hidden
}
.portfolio-img {
	display: block;
	width: 100%;
	height: auto;
	border: none;
	transform: scale(1);
	transition: all 1s
}
.portfolio .col-lg-4 :hover .portfolio-img {
	transform: scale(1.05)
}
.portfolio-overlay {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background: #273745 url(../images/zoom.png) no-repeat center 40%;
	background-size: 50px 50px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.6s;
	outline: 1px solid #202B33;
	outline-offset: -15px
}
.portfolio .col-lg-4:hover .portfolio-overlay {
	opacity: 0.9
}
.portfolio-text {
	display: block;
	padding: 0 30px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	text-transform: capitalize;
	font-size: 12px;
	font-weight: 300;
	top: 60%;
	color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translateY(-20px);
	transition: all .3s;
	text-decoration: none
}
.portfolio .col-lg-4:hover .portfolio-text {
	transform: translateY(0px);
	opacity: 1
}


/*===============================
   Modals for Portfolio Section
===============================*/

.modal-content{
	background-color: #12191E;
}

.modal-exit-btn{
color:#fff;
}

.modal-body-text{
	font-size: medium;
	margin-top: 15px;
}

.modal-gif{
	width:100%;
}




/*===============================
	14. Contact Block Section
===============================*/


.contact-block {
	text-align: center
}
.contact-info {
	text-align: center;
	margin-top: 60px;
}
.contact-list {
	background: #151C22;
    border: 1px solid #202B33;
	padding: 30px 20px;
	margin: 15px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.contact-list:before, .contact-list:after {
	content: "";
	display: block;
	height: 70px;
	width: 70px;
	position: absolute;
}
.contact-list:before {
	bottom: 30px;
	left: 30px;
	border-bottom: 1px solid #202B33;
	border-left: 1px solid #202B33;
	border-bottom-left-radius: 5px;
}
.contact-list:after {
	top: 30px;
	right: 30px;
	border-top: 1px solid #202B33;
	border-right: 1px solid #202B33;
	border-top-right-radius: 5px;
}
.contact-icon {
	margin-bottom: 15px;
}
.contact-icon span {
	font-size: 40px;
	color: #fff;
	line-height: 45px;
}
.contact-text h5 {
	font-size: 18px;
	font-weight: 500
}
.contact-text p {
	margin: 0;
	font-size: 18px;
}
.contact-text p a {
	color: #7a7c80
}
.contact-text p a:hover {
	color: #333
}
.contact-from {
	margin-top: 40px;
}
.contact-from .form-control {
	background: #151C22;
    border: 1px solid #202B33;
	border-radius: 0;
	box-shadow: none;
	color: #ccc;
	display: block;
	font-size: 16px;
	height: 54px;
	padding: 6px 12px;
	transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
	width: 100%;
	font-weight: 300
}
.contact-from textarea.form-control {
	height: 200px;
	padding-top: 20px
}
.contact-from .button {
	margin-top: 10px;
}


/*===============================
	15. Footer Section
===============================*/


footer {
	background: #12191E;
	padding: 80px 0;
	text-align: center;
}
footer p {
	font-size: 16px;
}
footer .social-icon {
	padding-top: 15px;
}


/*===============================
	16. Scroll Top Section
===============================*/


.return-to-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	display: none;
	font-size: 22px;
	cursor: pointer;
	z-index: 9;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	padding: 7px;
	font-size: 27px;
}
.return-to-top:hover {
	background: rgba(0, 0, 0, 0.5);
}


/*===============================
	17. Page Loader
===============================*/


#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #151c22;
    z-index: 9999999;
}
.loader {
    width: 50px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
	overflow: visible;
	background-image: url(../images/loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

