/*scroll*/
::selection{background:#895ffc;color:#fff;text-shadow:none;}
::-webkit-scrollbar{width:10px;background-color:#F5F5F5;}
::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment{display:none;}
::-webkit-scrollbar-track-piece{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#dedede;}
::-webkit-scrollbar-thumb:vertical{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-image:linear-gradient(#5eba60,#5eba60);}

/*body*/
.overflw{overflow:hidden;}
[class^="box-"]{display:none}
[class^="box-"].showfirst{display:block}
img{max-width:100%;height:auto;}
a:hover{text-decoration: none;-webkit-transition:all 0.4s ease-In-out;-moz-transition:all 0.4s ease-In-out;-o-transition:all 0.4s ease-In-out;transition:all 0.4s ease-In-out;}
p{line-height: 1.4;}
body{padding: 0;margin: 0;overflow-x:hidden;font-family: "Poppins"; }


/*padding*/
.pad0{padding:100px 0px;}
.padL{padding-left:0;}
.padR{padding-right:0;}
.pad-top{padding-top:60px;}
.pad-btm{padding-bottom:40px;}

/*botton*/
.btn-a{background-color:#6875ba;border:2px solid #6875ba;text-align: center; border-radius:6px;color:white;padding:20px 40px; width: 100%; text-decoration:none;font-size:16px;font-weight:500;cursor:pointer;display:inline-block;-webkit-transition-duration:0.4s;transition-duration:0.4s;}
.btn-a:hover{background:transparent;color:#6875ba;}

/*heading*/
.m1-h h1{font-family: "Roboto";font-size: 46px;font-weight: 900;color: #000;margin-bottom: 30px;text-transform: uppercase;}
.m2-h h2{font-family: "Roboto";font-size: 35px;font-weight: 600;color: #000;margin-bottom: 30px;text-transform: uppercase;}
.m3-h h3{font-size: 21px;font-weight: 400;color: #828cc4;margin-bottom: 30px;text-transform: uppercase;}
.m4-h h5{}
.m5-h h5{}
.m6-h h5{}

/*paragrape*/
.p1 p{font-size: 17px;font-weight: 400;color: #818080;line-height: 1.6;}
.p2 p{}
.p3 p{}
.p4 p{}
.p5 p{}


/* Hamburger Menu */
.menu-Bar{width:30px;height:20px;cursor:pointer;position:absolute;right:15px;top:0;bottom:0px;margin:auto;z-index:22;display:none;}
.menu-Bar span{display:block;height:4px;width:100%;background:#000;position:absolute;transition:.6s all;border-radius:100px;}
.menu-Bar span:nth-child(1){top:0;}
.menu-Bar span:nth-child(2){top:8px;transform-origin:left;}
.menu-Bar span:nth-child(3){top:16px;}
.menu-Bar.open span{background:#fff;}
.menu-Bar.open span:nth-child(1){transform:rotate(45deg);top:12px;transform-origin:right-center;}
.menu-Bar.open span:nth-child(2){width:0;opacity:0;}
.menu-Bar.open span:nth-child(3){transform:rotate(-45deg);top:12px;transform-origin:right-center;}

/* click search field */
#demo-2 input[type=search]{width:30px;height:30px;color:#000;cursor:pointer;border:1px solid #fff;-webkit-transition-duration:0.4s;transition-duration:0.4s;border-radius:20px;}
#demo-2 input[type=search]{background:#fff url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;border:solid 1px transparent;padding:9px 10px 9px 32px;width:45px;-webkit-border-radius:10em;-moz-border-radius:10em;border-radius:10em;-webkit-transition:all .5s;-moz-transition:all .5s;transition:all .5s;background-color:transparent;}
form#demo-2{position:absolute;top:-20px;}
.serch{position:relative;}
#demo-2 input[type=search]:focus{width:220px;padding-left:32px;color:#000;background-color:#fff;cursor:auto;border-radius:20px;border:1px solid #f5821f;}

/* sticky header */
/* header.sticky{background:#fff;box-shadow:0 8px 6px -6px #D3D3D3;-webkit-transition-duration:0.4s;transition-duration:0.4s;}
header{position:fixed;width:100%;    /* background: #fff; background-color:transparent;color:#fff;-webkit-transition:all 0.4s ease;transition:all 0.4s ease;z-index:1;}
 */



/*top-header*/
.top-header{
	padding: 20px 0px 0;
	border-bottom: 2px solid #bfbfbf;
}
.email{
	display: flex;
}
.email li:nth-child(2){
	margin-left: 8px;
}
.email a{
         font-size: 18px;
		 color: #000;
		 font-weight: 400;
}
.email a span{
	font-size: 22px;
	color: #000;
	font-weight: 600;
}
.m-link>li{
	display: inline-block;
	width: 49%;
}
/*header*/
.menu a{
	color: #000;
	padding: 20px 20px;
	background-color: #fff;
	transition: all .6s;
	border-radius: 8px 8px 0px 0px;
}
.menu a:hover{
      background-color: #6875ba;
	  color: #fff;
}
.menu li {
	margin:  0 30px;
}
.menu li.current_page_item a{
	background-color: #6875ba;
	color: #fff;
}
.menu{
	display: flex;
	justify-content: space-around;
}
.main-header{
	padding:40px 0px  23px 0px;
}
/*main-banner*/
.mainBanner{
	height: 60vh;
	background-repeat: no-repeat;
	background-size: contain;
	display: flex;
	align-items: center;
}
.mainBanner1{
	height: 60vh;
	background-repeat: no-repeat;
	background-size: contain;
	display: flex;
	align-items: center;
}
.about-content{
	margin-top: 40px;
}
.serve {
	background-color: #f7f7f7;
}
.ser-links li{
	float: left;
	width: 49%;
	margin-bottom: 20px;
}
.banner-work h1{
color: #fff;
font-weight: bold;
font-size: 50px;
text-transform: uppercase;
}
.ser-links a{
	font-size: 20px;
	color: #404040;
	font-weight: 500;
}
.ser-links span {
	margin-right: 20px;
}
.ser-hd{
	margin-bottom: 50px;
}
.link li{
	font-size: 20px;
	color: #000;
	font-weight: 500;
    margin-bottom: 20px;
    display: inline-block;
    width: 49%;
    list-style: circle;
	position: relative;
	text-align: left;
}
.link li::before{
	content: '';
	width: 10px;
	height: 10px;
	background-color: #000;
	border-radius: 100%;
	position: absolute;
	left: -22px;
	top: 8px;
}
.gallery-hd{
	margin-bottom: 30px;
}
.g1-img{
	margin-bottom: 20px;
}
.form h1{
	font-family: 25px;
	color: #000;
	font-weight: 600;
	margin-bottom: 10px;
	text-align: center;
}
.form{
	background-color: #fff;
	padding: 60px 80px;
	margin-top: 40px;
	box-shadow: 0px 0px 7px 1px #00000073;
}
.inputs li{
	display: inline-block;
	width: 49%;
	margin-bottom: 40px;
}
.inputs li:nth-child(5){
	width: 100%;
}
.inputs li:nth-child(6){
	width: 100%;
}
.inputs input{
	width: 100%;
	height: 50px;
	color: #000;
	padding-left: 10px;
	border: 2px solid #1f2d3a;
	border-radius: 9px;
}
.inputs textarea{
	width: 100%;
	height: 15vh;
	border: 2px solid #1f2d3a;
	border-radius: 9px;
	padding-left: 12px;
}
.inputs{
	margin-top: 60px;
}
/*index-page*/

/*inner-pages*/


/*footer*/
.footer{
	background-color: #6875ba;
	padding: 10px 0px;
}
.widget p a{
	font-size: 18px;
	color: #fff;
	font-weight: 400;
}
.copyright a{
	font-size: 18px;
	color: #fff;
	font-weight: 400;
}
.copyright li{
	margin-bottom: 20px;
}
.copyright{
	background-color: #000000;
	padding: 20px 0px;
}
.f-link{
	display: flex;
	justify-content: space-around;
	margin-bottom: 20px;
}
.f-link a:hover{
	color: #6875ba;
}
.ab-bg{
 display:none;   
}
/*media-quries*/
@media (max-width: 1440px)
{}

/*@media (max-width: 1024px){*/
/*	.m1-h h1 {*/
/*		font-size: 36px;*/
/*		font-weight: 700;*/
/*		margin-bottom: 20px;*/
/*	}*/
/*	.ser-hd {*/
/*		margin-bottom: 40px;*/
/*	}*/
/*	.m2-h h2 {*/
/*		font-size: 25px;*/
/*	}*/
/*	.ser-links a {*/
/*		font-size: 14px;*/
/*	}*/
/*	.link li {*/
/*		font-size: 15px;*/
/*	}*/
/*	.link li::before {*/
/*		top: 2px;*/
/*	}*/
/*	.widget p a {*/
/*		font-size: 14px;*/
/*	}*/
/*	.p1 p {*/
/*		font-size: 14px;*/
/*	}*/
/*	.copyright a {*/
/*		font-size: 14px;*/
/*	}*/
/*	.copyright li {*/
/*		margin-bottom: 10px;*/
/*	}*/
/*	.pad0 {*/
/*		padding: 40px 0px;*/
/*	}*/
/*	.email a {*/
/*		font-size: 12px;*/
/*	}*/
/*	.link li {*/
/*		font-size: 12px;*/
/*	}*/
/*	.abt-bg1:before {*/
/*   display:none;*/
/*}*/
/*.abt-bg:before {*/
/*   display:none;*/
/*}*/
/*.ab-bg{*/
/* display:block;   */
/*}*/
/*}*/
/*@media (max-width:1200px){*/
/*	.menu-Bar{display:block;top:0px;}*/
/*	.menuWrap.open{display:flex;left:0px;}*/
/*	.menuWrap{position:fixed;left:-210%;right:0;top:0;bottom:0;margin:auto;background:#000;height:100vh;display:flex;align-items:center;justify-content:center;flex-flow:column;transition:all 0.4s ease;z-index:3;width:100vw;}*/
/*	.menuWrap .menu li{display:block;}*/
/*	.menuWrap .menu li a{margin-bottom:10px;display:block;text-align:center;margin-bottom:15px;margin-right:0px;color:#fff;font-size:15px;text-transform:capitalize;}*/
/*	.container{position:relative;}*/
/*	header .header-top{display:none;}*/
/*	header .main-header ul.menu>li{display:block;}*/
/*	header .main-header ul.menu>li a{color:#000;text-align:center;}*/
/*	header .main-header ul.menu>li a:before{display:none;}*/
/*	.menu{*/
/*		display: block;*/
/*	}*/
/*}*/


@media (max-width:1200px){
.p1 p {
    font-size: 17px;
    font-weight: 400;
    color: #818080;
    line-height: 0.6;
}
.ser-links li {
    float: left;
    width: 100%;
    line-height: 0px;
    margin-bottom: 20px;
}
.link li {
    font-size: 74px;
    color: #000;
    font-weight: 500;
    margin-bottom: 300px;
    display: inline-block;
    width: 100%;
    list-style: circle;
    line-height: 0px;
    position: relative;
    text-align: left;
}
.ser-links a {
    font-size: 60px;
    color: #404040;
    font-weight: 500;
}
.widget p a {
    font-size: 57px;
    color: #fff;
    line-height: 2px;
    font-weight: 400;
}
.copyright a {
    font-size: 91px;
    color: #fff;
    font-weight: 400;
}
}

/*@media (max-width: 768px)*/
/*{*/
/*	.form {*/
/*		padding: 20px 20px;*/
/*	}*/
/*	.form h1 {*/
/*		font-size: 15px;*/
/*	}*/
/*}*/

/*@media (min-width: 440px) and (max-width: 740px){*/

/*}*/
/*@media (max-width: 425px){*/
/*	.link li {*/
/*		font-size: 12px;*/
/*		margin-bottom: 30px;*/
/*		width: 100%;*/
/*		margin-left: 30px;*/
/*	}*/
/*	.m2-h h2 {*/
/*		font-size: 18px;*/
/*		margin-bottom: 10px;*/
/*	}*/
/*	.m3-h h3 {*/
/*		color: #828cc4;*/
/*		margin-bottom: 10px;*/
/*	}*/
/*	.m1-h h1 {*/
/*		font-size: 26px;*/
/*		margin-bottom: 10px;*/
/*	}*/
/*	.ser-hd {*/
/*		margin-bottom: 20px;*/
/*	}*/
/*	.ser-links a {*/
/*		font-size: 12px;*/
/*	}*/
/*	.inputs li {*/
/*		width: 100%;*/
/*		margin-bottom: 23px;*/
/*	}*/
/*}*/