/*
  Theme Name: Ninad
  Author: eThemeStudio
  Support: xuwelkhan@gmail.com
  Description: Creative  HTML5 template.
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. slider
4. call into area
5. about areas
6. service area
7. view area
8. work area
9. team area
10. testimonial area
11. brand area
12. blog area
13. newsletter area
14. contact area
15. footer area
16. extra info css
*/


/* 1. Theme default css
-------------------------------------------------------------- */
@import url('css2.css');
@import url('css21.css');


body {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
}
h1,h2,h3,h4,h5,h6 {color: #343c55;font-weight: 700;}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {color: inherit;}
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {color: #6c63ff}
h2 {font-size: 60px;}
h3 {font-size: 36px;}
h4 {font-size: 30px;}
h5 {font-size: 21px; line-height: 30px;}
h6 {font-size: 18px;}
p {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 33px;
	color: #646d8a;
}  
span,
input,
img{
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
a,button,li{
	transition: .3s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.over-hidden{overflow: hidden;}
.clear-both{clear: both;}
.over-scroll{overflow: scroll;}
.over-x-hidden{overflow-x: hidden;}
.over-x-scroll{ overflow-y: scroll;}
.transition-3{transition: .3s;}
a:focus,button:focus,.btn:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: none;
}
a:focus,a:hover,.footer-menu li a:hover {
	color: #222222;
	text-decoration: none;
	outline: 0 none;
}
*::-moz-selection {
	background: #fc8459;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #858585;
	font-size: 14px;
	opacity: .6;
}
*::placeholder {
	color: #858585;
	font-size: 14px;
	opacity: .6;
}
.transition{transition: .3s;}
.btn:focus{
	outline: 0 none;
}
.flat-family{font-family: "Flaticon";}
.f-poppins{font-family: 'Poppins', sans-serif;}
.f-600{font-weight: 600;}
.f-800{font-weight: 800;}
.f-700{font-weight: 700;}
.f-900{font-weight: 900;}
.z-index11{z-index: 11;}
.z-index-1{z-index: -1;}
.top-0{top: 0;}
.left-0{left: 0;}
.right-0{right:0}
.bottom-0{bottom: 0;}
.primary-hover:hover{color: #00e099;}
.transition3{ transition: .3s; -webkit-transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; }
.transition5{ transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }
.form-control:focus,.form-control:active {
	background-color: #F3F5FC;
	border: 1px solid #e6e9f7 !important;
	box-shadow: none;
}
.img{transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);}
.no-repeat{background-repeat: no-repeat;}
.bg-cover{background-size: cover;}

/* bttton */
.btn {
	padding: 13px 47px;
	font-size: 18px;
	font-weight: 700;
	border-radius: 28px;
	color: #fff;
	outline: 0 none;
	text-transform: capitalize;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.btn:hover,.btn:focus{color: #00e099;background: transparent;}
.btn-2 a{font-size: 16px;}
.btn-2 a::before,
.btn-2 a::after {
	position: absolute;
	content: "";
	background: #00e099;
	height: 2px;
	bottom: -5px;
	left: 0;
	right: 0;
	width: 100%;
}
.btn-2 a::after {
	background: #343c55;
	width: 0;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
.btn-2:hover >a::before{width: 0;}
.btn-2:hover >a::after{width: 100%;}

/* title css */
.title1 span {
	font-size: 24px;
}
.title1 span::before {
	position: absolute;
	content: "";
	width: 4px;
	height: 18px;
	background: #00e099;
	left: 2px;
	top: 50%;
	transform: translateY(-50%);
}
.title2 span {
	font-size: 18px;
}
.underline{
	width: 800px;
	height: 30px;
	transform-origin: bottom;
	transform-style: preserve-3d;
	transform: perspective(500px);
	-webkit-transform: perspective(500px);
	-moz-transform: perspective(500px);
	-ms-transform: perspective(500px);
	-o-transform: perspective(500px);
	background-size: 95px;
	background-repeat: repeat-x;
	animation: animate .9s linear infinite;
	-webkit-animation: animate .9s linear infinite;
}
@keyframes animate{
	0%{
		background-position: 0;
	}
	100%{
		background-position: 95px;
	}
}
.title-width {width: 100px;}

/* slick-dots css */
.slick-dots {
	position: absolute;
	right: -31%;
	top: 47%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	z-index: 11;
}
.slick-dots li{
	border: 2px solid transparent;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	background: transparent;
	margin: 6px auto;
	cursor: pointer;
}
.slick-dots button {
	width: 12px;
	height: 12px;
	background: #ffffff;
	display: block;
	text-indent: 1000px;
	overflow: hidden;
	border: 0;
	border-radius: 50%;
	margin: 4px auto;	
	cursor: pointer;
}
.slick-dots li.slick-active{border: 2px solid rgb(255, 255, 255);}
.slick-dots li.slick-active button{background: #00e099;}

/* slick-arrow css */
.slick-arrow .l-a, .slick-arrow .r-a {
	position: absolute;
	left: 70px;
	top: 52%;
	width: 70px;
	height: 70px;
	line-height: 70px;
	background: transparent;
	color: #00e099;
	text-align: center;
	z-index: 11;
	font-size: 24px;
	border: 1px solid #676f8a;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
}
.slick-arrow .r-a {left: auto;right: 70px; }
.slick-arrow .l-a:hover,.slick-arrow .r-a:hover{cursor: pointer;background: #00e099;color: #fff;	border: 1px solid #00e099;} 

/* 2. header
--------------------------------------------------- */
.transparent-header {
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	z-index: 22;
	transition: .3s;;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}

.body-overlay {
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 999;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease-out  ;
	-webkit-transition: all .5s ease-out  ;
	-moz-transition: all .5s ease-out  ;
	-ms-transition: all .5s ease-out  ;
	-o-transition: all .5s ease-out  ;
}
.body-overlay.opened {
	opacity: 1;
	visibility: visible;
}
.sticky-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.sticky-menu .logo{margin: 0 0;}
.sticky-menu .logo img{max-width: 72%;}
.sticky-menu .header{
	background: #0E144A;
	-webkit-box-shadow: 0 8px 4px -7px rgba(115,115,115,0.3);
	-moz-box-shadow: 0 8px 4px -7px rgba(115,115,115,0.3);
	box-shadow: 0 8px 4px -7px rgba(115,115,115,0.3);
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
.sticky-menu .main-menu ul li > a {padding: 24px 0;}
.sticky-menu .header-btn a {
	font-size: 13px;
	padding: 7px 26px;
	margin-left: 12px;
}
.main-menu ul li {
	display: inline-block;
	margin-right: 39px;
	position: relative;
}
.main-menu ul li > a {
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	display: inline-block;
	text-transform: capitalize;
	padding: 53px 0;
	position: relative;
}
.main-menu ul li:hover > a,.main-menu ul li.active a,.mean-container .mean-nav ul li a:hover{color: #00e099;}
.main-menu ul li > a:hover::before,.main-menu ul li > a:hover a.active::before{background: #00e099; width: 100%; left: 0;}
.header-btn a {
	font-size: 16px;
	padding: 12px 34px;
	border-radius: 30px;
}
.header-btn a:hover{background-color: #00e099; color: #ffffff;}
.social a {
	font-size: 21px;
	padding-right: 18px;
}
.social a:hover{color: #00e099;}

/* 3. slider
-------------------------------------------------------------- */
.slider-height,.slider2{
	min-height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.slider-height-overly::before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgb(14, 24, 65);
	width: 100%;
	height: 100%;
	opacity: .6;
}
.slider-content h1 {
	font-size: 62px;
	line-height: 1.23;
	margin-top: 10px;
}
.slider-content p {
	font-size: 24px;
	line-height: 1.5;
	color: #c5cbe8;
}
.img-wrapper {
	width: 82%;
	margin-left: auto;
}
.img-circle1 {
	width: 76px;
	height: 76px;
	background: #e4f9d1;
	border-radius: 50%;
	left: 110px;
	top: 55px;
}
.img-circle2 {
	background: #fee7d2;
	width: 148px;
	height: 148px;
	border-radius: 50%;
	right: 100px;
	bottom: 0;
}

/* 4. call into area
------------------------------------------------------------- */
.call-into {
	right: 0;
	top: -60px;
	padding: 25px;
	border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	-ms-border-radius: 10px 0 0 10px;
	-o-border-radius: 10px 0 0 10px;
	min-width: 515px;
}
.call-into a {
font-size: 30px;
}
.call-ser-icon span {
	font-size: 85px;
}
.phone-call span{
	font-size: 30px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	animation: pulse 2s infinite;
}

/* 5. about area
------------------------------------------------------------- */
.about-img-overly {
	width: 220px;
	height: 220px;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translateY(-50%);
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.about-img-overly p {
	font-size: 24px;
	line-height: 1.5;
}
.about-img-overly span {
	font-size: 72px;
	line-height: 1.3;
}
.about-ser-icon span {
	font-size: 60px;
}
.about-ser-point li span {
	font-size: 28px;
	line-height: 1;
}
/* 6. service area
------------------------------------------------------------- */
.single-service-bg1{background: #d7defe;}
.single-service-bg2{background: #fee7d5;}
.single-service-bg3{background: #fedce6;}
.single-service-bg4{background: #e4f9d1;}
.ser-icon span {
	color: #343c55;
	font-size: 80px;
}

/* 7. view area
-------------------------------------------------------------- */
.view-img {
	margin-right: -295px;
}
.insight-fact span {
	font-size: 48px;
	line-height: 1;
}
.insight-fact li {
	width: 120px;
	margin-bottom: 25px;
}
.insight-fact p{font-family: 'Raleway', sans-serif;line-height: 27px;}

/* 8. work area
-------------------------------------------------------------- */
.work-banner-margin{margin-bottom: -220px;}
.work-banner-bg {right: -100%;}
.choose-us-bg{padding-top: 405px;}
.choose-us-ser-icon span {font-size: 55px;}
.portfolio-area {background: #F0F6FB;}
.portfolio-area .our-mix-control {
	border: 0;
	background: transparent;
	font-weight: 700;
	font-size: 18px;
	padding: 10px 12px;
	color: #222222;
	cursor: pointer;
}
.our-mix-control.mixitup-control-active,.our-mix-control:hover {color: #00e099;}
.single-portfolio img{ border-radius:10px ; -webkit-border-radius:10px ; -moz-border-radius:10px ; -ms-border-radius:10px ; -o-border-radius:10px ; }
.single-portfolio::before {
	content: "";
	background: #00e099;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
	position: absolute;
	opacity: 0;
	transition: 0.5s;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.single-portfolio:hover::before {opacity: .9;}
.port-content{
	right: 30px;
	top: -10px;
	font-size: 24px;
	visibility: hidden;
	opacity: 0;
	z-index: 11;
	cursor: pointer;
} 
.single-portfolio:hover .port-content{top: 30px;transition: 0.6s;opacity: 1;visibility: visible;}
.port-over-content{bottom: -30px;opacity: 0;transition: 0.6s;}
.single-portfolio:hover .port-over-content {bottom: 0%;opacity: 1;transition: 0.6s;}
.port-over-content h5{font-size:24px;}
.fancybox-image { border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; -ms-border-radius:10px; -o-border-radius:10px; }

/* 9. team area
-------------------------------------------------------------- */
.team-content {
	right: -60px;
	bottom: 40px;
}
.single-team:hover .team-content{right: 0;}
.team-content h6 {
	font-size: 24px;
}
.team-content p {
	font-size: 16px;
}
.team-img .social {
	top: 30px;
	left: -30px;
	opacity: 0;
	visibility: hidden;
	
}
.single-team:hover .social{ left: 28px; visibility: visible; opacity: 1;}
.social.social-bg li {
	padding: 0 2px;
}
.social.social-bg li a {
	font-size: 18px;
	width: 42px;
	height: 42px;
	line-height: 42px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.social.social-bg li a:hover{color: #fff;opacity: .9;}

/* 10. testimonial area
-------------------------------------------------------------- */
.testimonial-img {
	margin-left: -170px;
}
.testimonial-text {
	font-size: 46px;
	font-family: 'Poppins', sans-serif;
	line-height: 66px;
}
.avatar-info h6 {font-size: 24px;}
.avatar-info p {font-size: 16px;}
.testi-avatar img{ border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; -ms-border-radius:50%; -o-border-radius:50%; }
.quit {left: -70px;}
.quit span {font-size: 60px;}
.quit.quit-right span {font-size: 150px;}
.quit.quit-right {
	right: -60px;
	left: auto;
	bottom: -55px;
}

/* 11. brand area
-------------------------------------------------------------- */
.brand-active li{text-align: center;}
.single-brand img{ transition:.5s ; -webkit-transition:.5s ; -moz-transition:.5s ; -ms-transition:.5s ; -o-transition:.5s ; }
.single-brand img{
	filter: gray; /* IE */
	-webkit-filter: grayscale(1); /* Old WebKit */
	-webkit-filter: grayscale(100%); /* New WebKit */
	filter: grayscale(100%); /* Current draft standard */
}
.single-brand img:hover{ filter: none; -webkit-filter: none; -webkit-filter: grayscale(0);}

/* 12. blog area
-------------------------------------------------------------- */
.single-blog-content p {
	font-size: 16px;
}
.blog-img{overflow: hidden;}
.single-blog:hover img,.zoom-img:hover{ transform:scale(1.1) ; -webkit-transform:scale(1.1) ; -moz-transform:scale(1.1) ; -ms-transform:scale(1.1) ; -o-transform:scale(1.1) ; }
.single-blog{ transition:.5s ; -webkit-transition:.5s ; -moz-transition:.5s ; -ms-transition:.5s ; -o-transition:.5s ; }
.single-blog-content h5 {
	font-size: 24px;
	line-height: 1.3;
}
/* modal */
.modal-dialog {max-width: 1100px;margin: 0 auto;}
.modal-content h2 {font-size: 36px;padding: 50px 80px 20px 80px;line-height: 1.32;}
.pro-modal-footer h6{font-size: 16px;}
.meta-wrapper{ border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; -ms-border-radius:10px; -o-border-radius:10px; }
.item-meta li{padding-bottom: 16px;}

/* 13. newsletter area
-------------------------------------------------------------- */
.newsletter-wrapper span {font-size: 24px;}
.newsletter-wrapper h3 {font-size: 48px;}
.subscribe-info input {
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
}
.newsletter-form p{font-size: 16px;}
.newsletter-form .btn {
	padding: 19px 50px;
	border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	-ms-border-radius: 0 10px 10px 0;
	-o-border-radius: 0 10px 10px 0;
}

/* 14. contact area
-------------------------------------------------------------- */
.contact-icon {
	width: 90px;
	height: 90px;
	line-height: 90px;
	border-radius: 50%;
}
.contact-icon span {
	font-size: 35px;
}
.s-contact:hover .contact-icon span{font-size: 38px;}
.contact-form span {font-size: 24px;}
.contact-form h5 {font-size: 48px;}
.contact-info input{font-size: 18px;}
.contact-info .massage{min-height: 260px;}
.contact-text {max-width: 212px;}
.contact-form .form-message.success{color:green}
.contact-form .form-message.error{color: red;}

/* 15. footer area
-------------------------------------------------------------- */
.foot-logo {
	max-width: 148px;
}
.footer-area li,
.footer-area span,
.footer-top a{
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.footer-top a:hover,.footer-top a:focus,
.footer-bottom a:hover,.footer-bottom a:focus,.footer-bottom a.c-theme:hover,.footer-bottom a.c-theme:focus{color: #00e099;text-decoration: underline;}
.footer-widget h6{font-size: 24px;}

/* 13. extra info css
-------------------------------------------------------------- */
#scroll a {
	position: fixed;
	font-size: 22px;
	width:48px;
	height: 48px;
	line-height: 47px;
	right: -1px;
	bottom: 60px;
	cursor: pointer;
	z-index: 11;
	color: #ffffff;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	border-radius: 5px;
	opacity: 0;
	visibility: hidden;
}
#scroll a:hover,#scroll a:focus{color: #fff;}
body:hover #scroll a{opacity: 1; visibility: visible;}
/* .side-mobile-menu start*/
.side-mobile-menu{
	width: 380px;
	position: fixed;
	left: -105%;
	top: 0;
	z-index:9999;
	height: 100%;
	background: #0A0E3D;
	transition: all .5s ease-out;
	overflow: scroll;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
}
.mean-container .mean-nav ul li a {
	background: #0A0E3D;
	color: #ffffff;
	border: 0;
	padding: 8px 5%;
}
.mean-container .mean-nav ul li a:hover{background: #0A0E3D;}
.side-mobile-menu.open-menubar {left: 0;}
.close-icon span {
	font-size: 18px;
	color: #00e099;
	background: #f0f6fb;
	width: 36px;
	height: 35px;
	display: inline-block;
	line-height: 35px;
	text-align: center;
	border-radius: 30px;
	box-shadow: 0px 6px 30px 0px rgba(7, 7, 7, 0.07);
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.close-icon span:hover{
	background: #00e099;
	color: #fff;
	box-shadow: 0px 6px 30px 0px rgba(7, 7, 7, 0.09);
}
.mobile-menubar {
	font-size: 20px;
	border: 2px solid #00e099;
	padding: 5px 10px;
	border-radius: 3px;
}
.mobile-menubar:focus {
	color: #00e099;
}
.m-logo{max-width: 150px}
/* .side-mobile-menu end*/
/* slider shape */
.shape {
	position: absolute;
	opacity: 0.5;
}
.shape.shape-1 {
	top: 15%;
	right: 2.5%;
}
.shape.shape-2 {
	right: 7.5%;
	top: 34.5%;
}
.shape.shape-3 {
	right: 6.5%;
	bottom: 16%;
} 
.shape.shape-4 {
	left: 30%;
	bottom: 13.3%;
}
.shape.shape-5 {
	left: 7.3%;
	bottom: 13.3%;
}
.shape.shape-6 {
	left: 6.5%;
	top: 22.5%;
}
.shape.shape-7 {
	left: 46%;
	top: 29%;
}
.shape.shape-8 {
	right: 8.4%;
	bottom: 16%;
}
.shape.shape-9 {
	bottom: 22%;
	right: 43%;
}
.shape.shape-10 {
	left: 41%;
	top: 27%;
}
.shape.shape-11 {
	top: 18%;
	left: 48%;
}
.shape.shape-12 {
	left: 2.8%;
	bottom: 51%;
}
.shape.shape-13 {
	right: 38%;
	bottom: 33.5%;
}
.shape.shape-14 {
	left: 11%;
	top: 17%;
}