
/* ====================
Main Styles
=======================*/
/* @import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700|Poppins:400,700"); */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	src: url(../fonts/Montserrat/Montserrat-normal-300.ttf) format('truetype'), url(../fonts/Montserrat/Montserrat-normal-300.woff2) format('woff2'), url(../fonts/Montserrat/Montserrat-normal-300.woff) format('woff');
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/Montserrat/Montserrat-normal-400.eot);
	src: local('Montserrat'), url(../fonts/Montserrat/Montserrat-normal-400.svg#Montserrat) format('svg'), url(../fonts/Montserrat/Montserrat-normal-400.ttf) format('truetype'), url(../fonts/Montserrat/Montserrat-normal-400.eot?#iefix) format('embedded-opentype'), url(../fonts/Montserrat/Montserrat-normal-400.woff2) format('woff2'), url(../fonts/Montserrat/Montserrat-normal-400.woff) format('woff');
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	src: url(../fonts/Montserrat/Montserrat-normal-500.ttf) format('truetype'), url(../fonts/Montserrat/Montserrat-normal-500.woff2) format('woff2'), url(../fonts/Montserrat/Montserrat-normal-500.woff) format('woff');
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/Montserrat/Montserrat-normal-700.ttf) format('truetype'), url(../fonts/Montserrat/Montserrat-normal-700.woff2) format('woff2'), url(../fonts/Montserrat/Montserrat-normal-700.woff) format('woff');
}

@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/Poppins/Poppins-normal-400.eot);
	src: local('Poppins'), url(../fonts/Poppins/Poppins-normal-400.ttf) format('truetype'), url(../fonts/Poppins/Poppins-normal-400.woff) format('woff'), url(../fonts/Poppins/Poppins-normal-400.eot?#iefix) format('embedded-opentype'), url(../fonts/Poppins/Poppins-normal-400.svg#Poppins) format('svg'), url(../fonts/Poppins/Poppins-normal-400.woff2) format('woff2');
}

@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/Poppins/Poppins-normal-700.ttf) format('truetype'), url(../fonts/Poppins/Poppins-normal-700.woff) format('woff'), url(../fonts/Poppins/Poppins-normal-700.woff2) format('woff2');
}
  
  
html, body {
	height: 100%;
	font-family: "Montserrat", sans-serif;
}
img {
	max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat", sans-serif;
	padding: 0;
	margin: 0;
}
p {
	font-size: 17px;
	color: #777777;
	line-height: 30px;
	font-family: "Poppins", sans-serif;
}
a:hover, a:focus {
	text-decoration: none;
	outline: none;
}
li, ul {
	margin: 0;
	padding: 0;
}



/* ====================
  Common Styles
=======================*/
.pt100 {
	padding-top: 50px;
}
.pb100 {
	padding-bottom: 100px;
}
.mb100 {
	margin-bottom: 100px;
}
.mb70 {
	margin-bottom: 70px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb10 {
	margin-bottom: 10px;
}
.mt10 {
	margin-top: 10px;
}
.mt25 {
	margin-top: 25px;
}
.nopad {
	padding-left: 0;
	padding-right: 0;
}
.stitle2 {
	text-align: center;
}
.stitle2 h2 {
	font-family: "Poppins", sans-serif;
	font-size: 30px;
	font-weight: 700;
	text-transform: capitalize;
	color: white;
	position: relative;
	display: inline-block;
	padding: 10px 25px;
}

.stitle2 h2:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: transparent;
	bottom: 0px;
	left: 0;
	border-radius: 37px;
	-webkit-box-shadow: 0px 20px 40px rgba(123, 119, 119, 0.06);
	        box-shadow: 0px 20px 40px rgba(138, 135, 135, 0.06);
}

.stitle {
	text-align: center;
}
.stitle h2 {
	font-family: "Poppins", sans-serif;
	font-size: 30px;
	font-weight: 700;
	text-transform: capitalize;
	color: #000;
	position: relative;
	display: inline-block;
	padding: 10px 25px;
}

.stitle h2:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: transparent;
	bottom: 0px;
	left: 0;
	border-radius: 37px;
	-webkit-box-shadow: 0px 20px 40px rgba(78, 78, 78, 0.06);
	        box-shadow: 0px 20px 40px rgba(78, 78, 78, 0.06);
}
.site-btn {
	position: relative;
	display: inline-block;
	color: #fff;
	padding: 14px 40px;
	border: none;
	font-family: "Poppins", sans-serif;
	line-height: normal;
	text-transform: uppercase;
	border-radius: 50px;
	font-size: 12px;
	letter-spacing: 1px;
	background: #333;
}
.site-btn:hover, .site-btn:focus {
	outline: none;
	color: #fff;
}
.site-btn.btn-light {
	background: #fff;
	color: #333;
	font-weight: bold;
}
.site-btn.btn-light:hover, .site-btn.btn-light:focus {
	color: #333;
}

/* ====================
  Header Styles
=======================*/

.main-warp {
	position: relative;
	z-index: 5;
	background: #ddd;
}
.responsive {
	display: none;
}
.header-section {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background: rgba(255, 255, 255, 0);
    padding-right: 50px;
    padding-bottom: 10px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.header-section .logo {
	float: right;
}

.header-section .menu-list {
	list-style: none;
	float: right;
	margin-top: 8px;
}
.header-section .menu-list li {
	text-align: right;
	display: inline;
}
.header-section .menu-list li a {
	display: inline-block;
	padding: 10px;
	color: #fff;
	position: relative;
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.09em;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.header-section .menu-list li a:hover {
	color: gray;
}
.header-section .menu-list .current a{
	border-bottom: 2px solid white;
}
.header-section.sticky {
	position: fixed;
	background: #1a3b61;
	padding-bottom: 10px;
}
.header-section.sticky .logo svg {
	height: 55px;
}

/* ====================
  Hero Slider Styles
=======================*/
.hero-slider h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 80px;
}
.hero-slider p {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
}

.hero-slider p {
	width: auto;
	max-width: 390px;
	display: flex;
	flex-direction: row;
}
  
.hero-slider p:before,
.hero-slider p:after {
	content: "";
	flex: 1 1;
	border-bottom: 10px double white;
}

.hero-slider p:before {
	margin: 10px 10px 10px 0px;
	/* top right bottom left */
}

.hero-slider p:after {
	margin: 10px 0px 10px 10px;
	/* top right bottom left */
}
.hero-slider {
	background-color: #1a3b61;
	height: 300px;
}
.hero-slider .slider-item {
	padding-top: 30px;
	height: 100%;
	display: flex !important;
	justify-content: center;
	align-items: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.hero-slider .slider-item:before {
	position: absolute;
	content: "";
	top: 0;
	height: 100%;
	width: 100%;
}

/* ====================
  Intro Section
=======================*/
.intro-content {
	vertical-align: middle;
	text-align: center;
}
/* ====================
  About Section
=======================*/
.about-section {
	position: relative;
	overflow: hidden;
}
.about-text p {
	color: black;
	font-size: 20px;
}
/* ====================
  Service Section
=======================*/
.service-section {
	background: #1a3b61
}
.service-item {
	margin-bottom: 30px;
	height: 200px;
	position: relative;
	text-align: left;
	padding: 20px 30px;
	background: #ddd;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 30px rgba(64, 64, 64, 0.1);
	        box-shadow: 0 0 30px rgba(64, 64, 64, 0.1);
}
.service-item .serv-icon {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	/* top: 50%;
	margin-top: -27px; */
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.service-item .serv-content {
	padding-top: 50px;
	position: relative;
}
.service-item h4 {
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 20px;
}
.service-item ul {
	font-size: 18px;
	line-height: 22px;
}


/* ====================
  Contact Section
=======================*/
.contact-info {
	text-align: center;
}
.contact-info i {
	width: 100%;
	border-radius: 100px;
	margin-bottom: 20px;
	font-size: 70px;
	position: absolute;
	left: 0;
	top: -15px;
	z-index: -1;
	opacity: 0.1;
	color: #fff;
}
.contact-info p {
	font-size: 16px;
	line-height: 20px;
	color: black;
}

.contact-info h1 {
	font-size: 22px;
	line-height: 25px;
	color: black;
}

.cont-form {
	margin-top: 60px;
}
.cont-form input {
	width: 100%;
	height: 50px;
	margin-bottom: 30px;
	padding: 10px;
	border: none;
	-webkit-box-shadow: 0 0 90px rgba(0, 0, 0, 0.15);
	        box-shadow: 0 0 90px rgba(0, 0, 0, 0.15);
	font-family: "Poppins", sans-serif;
}
.cont-form input:hover, .cont-form input:focus {
	outline: none;
}
.cont-form textarea {
	width: 100%;
	height: 150px;
	margin-bottom: 30px;
	padding: 10px;
	border: none;
	-webkit-box-shadow: 0 0 90px rgba(0, 0, 0, 0.15);
	        box-shadow: 0 0 90px rgba(0, 0, 0, 0.15);
	font-family: "Poppins", sans-serif;
}
.cont-form textarea:hover, .cont-form textarea:focus {
	outline: none;
}
.cont-form #send-form.done {
	background: #0fa049;
	border-color: #0fa049;
	color: #fff;
}
.cont-form #send-form.error {
	background: #e20808;
	border-color: #e20808;
	color: #fff;
}

/* ====================
  Footer Section
=======================*/
.footer-section {
	position: fixed;
	width: 100%;
	bottom: 0;
	/* background: url("../img/p-dark.png"); */
	text-align: center;
	padding: 70px 0;
	z-index: 2;
}
.footer-section .social-links {
	margin-bottom: 25px;
}
.footer-section .social-links a {
	display: inline-table;
	text-align: center;
	height: 35px;
	width: 35px;
	color: #fff;
	margin: 0 5px;
}
.footer-section .social-links a i {
	display: table-cell;
	vertical-align: middle;
}
.footer-section .social-links a.facebook {
	background: #2D5DA1;
}
.footer-section .social-links a.twitter {
	background: #1AB1E5;
}
.footer-section .social-links a.behance {
	background: #2A71F3;
}
.footer-section .social-links a.dribbble {
	background: #DF7EA5;
}
.footer-section p {
	font-size: 14px;
	margin-bottom: 0;
	line-height: normal;
}

/* Responsive
==================================================*/

/* Tablet desktop :768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.service-item {
		margin-bottom: 30px;
	}
	.skill {
		margin-top: 20px;
	}
}

/* Large Mobile :480px. */
@media only screen and (max-width: 479px) {
	.service-item {
		margin-bottom: 30px;
	}
	.header-section {
		padding: 10px 30px;
	}
	.header-section.bgc {
		background: #1a3b61;
	}
	.header-section .menu-list {
		display: none;
		float: none;
		clear: both;
		border-top: 1px solid rgb(147, 147, 147);
	}
	.header-section .menu-list li {
		text-align: left;
		display: inline;
	}
	.header-section .menu-list li a {
		display: block;
		padding: 10px;
	}
	.header-section .menu-list li a:after {
		left: 0%;
	}
	.header-section .menu-list li a:hover:after {
		width: 10px;
		margin-left: 10px;
	}
	.header-section .menu-list .current a:after {
		margin-left: 10px;
	}
	.header-section .menu-list .current a {
		border-bottom: 0px solid white;
	}

	.responsive {
		display: block;
		color: #fff;
		font-size: 18px;
	}
	.intro-content h2 {
		font-size: 40px;
	}
	.contact-info {
		margin-bottom: 30px;
	}
	.contact-info:last-child {
		margin-bottom: 0;
	}
	.skill {
		margin-top: 20px;
	}
}

/* HERO SECTION */
@media (min-width: 768px) {
	.hero-slider {
		height: 500px;
	}
	.hero-slider p {
		max-width: 490px;
	}
	.hero-slider h1 {
		font-size: 100px;
	}
	.hero-slider p {
		font-size: 30px;
	}

	.hero-slider p:before,
	.hero-slider p:after {
		border-bottom: 15px double white;
	}
}

/* small mobile :320px. */
@media only screen and (max-width: 479px) {
	.hero-slider h1 {
		font-family: "Times New Roman", Times, serif;
		font-size: 50px;
	}
	.hero-slider p {
		font-family: "Times New Roman", Times, serif;
		font-size: 20px;
	}

	.hero-slider p {
		max-width: 245px;
		display: flex;
		flex-direction: row;
	}
}