@charset "utf-8";
/* CSS Document */
@import url('font-face.css');
ul, ol {
	margin: 0px;
	padding: 0;
	list-style: none;
}
*, *:before, *:after {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
a, img {
	border: 0px;
	outline: 0px;
	color: #333;
	text-decoration: none;
	vertical-align: top;
}
body {
	font-size: 14px;
	color: #333;
	line-height: 1.5;
	width: 100%;
	overflow-x: hidden;
	font-weight: 400;
	position: relative;
	font-family: proxima, sans-serif;
}
input, select, textarea, button {
	font-family: proxima, sans-serif;
	font-size: 14px;
}
input[type=file]:focus, input:focus, select:focus, textarea:focus, button:focus {
	outline: 0px;
}
h1, h2, h3, h4, h5, h6, label {
	margin:0;	
	padding: 0;
	line-height: 1.2;
}

.btn-primary {
    color: #fff;
    background-color: #5e17eb !important;
    border-color: #5e17eb !important;
}
.fullbody {
	width: 100%;
	float: left;
	position: relative;
}
.fullpage {
	max-width: 1200px;
	min-width: 240px;
	margin-left: auto;
	margin-right: auto;
}
.innerpage .fullpage{
	max-width: 1300px !important;
	min-width: 240px;	
}
.innerpage .txt p, h2, h4{
	text-align: justify;
	margin: 10px 2px;
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	transition: all ease-in-out .5s;	
}
.header.fix {
	background: #181f2f;
	box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.2)
}
.logo {
	float: left;	
	position: relative;
}
.logo img {
	width: 300px;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.logo .img2 {
	display: block;
}
.header.fix .logo .img2 {
	display: block;
}
.header.fix .logo .img1 {
	display: none;
}
.menu_nav {
	float: right;
	width: calc(100% - 300px);
}
.micon, .mclose {
	display: none;
}
@media only screen and (min-width :1280px) {
	ul.menu {
		float: right;
		list-style-type: none;
		position: relative;
	}
	ul.menu li {
		float: left;
		margin-left: 40px;
		padding: 15px 0;
		position: relative;
		transition: all ease-in-out .5s;
		-webkit-transition: all ease-in-out .5s;
	}
	ul.menu li:first-child {
		margin-left: 0
	}
	ul.menu li.last::before {
	    position: absolute;
	    top: 32px;
	    left: -17px;
	    height: 16px;
	    width: 1px;
	    content: '';
	    background: #ef562c;
	}
	ul.menu li a {
		float: left;
		position: relative;
	    color: #fff;
	    padding: 13px 0;
	    font-size: 16px;
	    text-transform: capitalize;
		transition: all ease-in-out .5s;
		-webkit-transition: all ease-in-out .5s;
	}
	.header.fix ul.menu li a {
	    color: #fff;
	}
	ul.menu li a:after {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 0px;
		height: 1px;
		background: #333;
		content: '';
		transition: all ease-in-out .5s;
		-webkit-transition: all ease-in-out .5s;
	}
	ul.menu li.last a::after {
		display: none;
	}
	ul.menu > li:hover > a:after {
		width: 30px;
	}
	ul.menu ul {
		position: absolute;
		top: 120%;
		left: -20px;
		width: 250px;
		background: #ff5757;
		visibility: hidden;
		backface-visibility: hidden;
		opacity: 0;
		transition: all ease-in-out .5s;
		-webkit-transition: all ease-in-out .5s;
	}
	ul.menu li ul:before {
		position: absolute;
		top: -15px;
		left: 20px;
		content: '';
		border-bottom: 15px solid #ff5757;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
	}
	ul.menu li:hover ul {
		visibility: visible;
		backface-visibility: visible;
		opacity: 1;
		top: 100%;
	}
	ul.menu ul li {
		width: 100%;
		float: left;
		margin: 0;
		padding: 0;
		position: relative;
	}
	ul.menu ul li a {
		width: 100%;
		float: left;
		color: #fff;
		padding: 15px;
		border-bottom: 1px solid rgba(255,255,255,0.3);
		line-height: 1.3;
	}
	.header.fix ul.menu > li:hover a, 
	ul.menu > li:hover a, 
	ul.menu > li a.active ,
	.header.fix ul.menu > li a.active {
		color: #5e17eb;
	}	
	ul.menu > li:hover li a:after {
		display: none;
	}	
	.header.fix ul.menu > li:hover li a ,
	ul.menu > li:hover li a {
		color: #fff;
		transition: all .5s;
	}
	.header.fix ul.menu ul li a:hover ,
	ul.menu ul li a:hover {
		color: #fcbd2b;
	}
}
/* ---- banner ---- */
.mtop {
	height: 80px;
}
.homebanner {
	background-size: cover;
	background-position: center;
	background-image: url(../images/banner.jpg);
	overflow: hidden;
}
.homebanner0:after {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: #000;
	opacity: 0.3;
	z-index: 1;
}
.homebanner img, .homebanner .item img {
	width: 100%;
}
.homebanner .item {
	height: 75vh;
	width: 100%;
	background-size: cover;
	background-position: center;
}
/*start of fade*/
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-indicators {
	position: absolute;
	bottom: auto;
	top: 50%;
	right: 40px;
	left: auto;
	letter-spacing: auto;
	height: auto;
	width: 20px;
	text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.carousel-indicators li {
	width: auto;
	text-indent: 0px;
	height: 20px;
	display: block;
	border-radius: 0;
	background: transparent;
	border: 0px;
	margin: 10px 0;
	position: relative;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.carousel-indicators li span {
	position: absolute;
	top: 50%;
	right: 50px;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	opacity: 0;
	transform: translate(50px,-50%);
	-webkit-transform: translate(50px,-50%);
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.carousel-indicators li.active span {
	opacity: 1;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.carousel-indicators li span:after {
	position: absolute;
	top: 50%;
	right: -27px;
	width: 20px;
	height: 1px;
	content: '';
	background: #fff;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.carousel-indicators li:after {
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	border-radius: 25px;
	background: #fff;
	border: 1px solid #fff;
	content: '';
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.carousel-indicators .active {
    background: transparent;
    border: 0px solid #fff;
    transition: all .5s;
}
.carousel-indicators li:hover:after, .carousel-indicators li.active:after {
	background: transparent;
	border-color: #111;
	width: 15px;
	height: 15px;
}
.carousel-control {
	position: absolute;
	top: calc(100% - 100px);
	right: 6%;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	color: #333;
	line-height: 38px;
	text-align: center;
	font-size: 20px;
	background: rgba(255,255,255,0.4);
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.carousel-control.left {
	right: calc(6% + 50px);
}
.carousel-control:hover {
	background: #fff;
}
.banner_text {
	top: 60%;
	left: -100%;
	color: #fff;
	width: 50%;
	position: absolute;
	z-index: 6;
	opacity: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.banner_text:before {
	position: absolute;
	top: 50px;
	left: -120px;
	height: 4px;
	width: 100px;
	background: #5e17eb;
	content: '';
}
.item.active .banner_text {
	opacity: 1;
	left: 10%
}
.banner_text h2 {
	line-height: 1;
	margin-bottom: 15px;
    font-size: 60px;
    font-weight: 600;
    color: #f9f9f9;
    text-align: left;
    font-style: italic;
}
.banner_text h2 span {
    font-size: 60%;
    display: block;
    font-weight: 400;
    font-style: normal;
}
.banner_text h3 {
	font-weight: 400;
	display: block;
	margin-bottom: 15px;
    font-size: 25px;
    line-height: 36px;
    color: #5e17eb;
}
.banner_text a {
	margin-top: 15px;
	float: left;
	height: 40px;
	width: 26px;
	border-radius: 12px;
	position: relative;
	-webkit-box-shadow: 0 0 0 2px #fff inset;
	box-shadow: 0 0 0 2px #fff inset;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.banner_text a:before {
	position: absolute;
	top: 6px;
	left: 10px;
	width: 6px;
	height: 6px;
	border-radius: 10px;
	background: #fff;
	content: '';
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll;
}
@-webkit-keyframes scroll {
	0%{-webkit-transform:translateY(0);transform:translateY(0)}
	50%{-webkit-transform:translateY(10px);transform:translateY(10px)}
	100%{-webkit-transform:translateY(0);transform:translateY(0)}
}
@keyframes scroll {
	0%{-webkit-transform:translateY(0);transform:translateY(0)}
	50%{-webkit-transform:translateY(10px);transform:translateY(10px)}
	100%{-webkit-transform:translateY(0);transform:translateY(0)}
}
.banner_text a:hover {
	background: #fff;
}
.banner_text a:hover:before {
	background: #333;
}
/*home_about*/
.home_about {
	padding: 50px 0;
}
.home_about .title {
	float: left;
	width: 35%;
    color: #323232;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.4;
}
.home_about .title h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #5e17eb;
}
.home_about .text {
    width: 65%;
    float: right;
    font-size: 17px;
    color: #595959;
}
.home_about .text h2 {
    font-size: 23px;
    font-weight: 400;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.4;
}
.home_about .text .div {
	width: 100%;
	padding-left: 50px;
	text-align: justify;
	float: left;
}
.home_about .text .div2 {
	width: 40%;
	float: left;
	display: none;
}
.home_about .text li {
	width: 100%;
	float: left;
	padding: 8px;
	padding-left: 15px;
	position: relative;
}
.home_about .text li:before {
	position: absolute;
	top: 6px;
	left: 0;
	content: '\f105';
	font-family: 'FontAwesome';
}
/*home_services*/
.home_services {
	padding: 50px 0;
	background-image: url(../images/bg1.jpg);
	background-size: cover; 
}
.home_services .title {
	float: left;
	width: 33%;
	color: #fff;
	font-size: 16px;
}
.home_services .title p {
	display: block;
	margin-bottom: 15px;
	text-align: justify;
}
.home_services .title h3 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}
.hs_scroll {
	float: right;
	width: 60%;	
}
.hscount {
	text-align: right;
	margin-bottom: 40px;
}
.hscount li {
	text-align: left;
	display: inline-block;
	color: #fff;
	margin-left: 40px;
	padding-left: 40px;
	font-size: 16px;
	position: relative;
}
.hscount li span {
	display: block;
	color: #fdb308;
	font-size: 28px;
}
.hscount li::after {
    content: "";
    background: #e6e6e6;
    width: 1px;
    height: 100%;
    right: -40px;
    top: 0;
    margin-top: 0;
    position: absolute;
}
.hscount li:last-child:after {
	display: none;
}
.hs_services {
	padding-left: 30px;
	overflow: hidden;
}
.hs_services li {
	width: 100%;
	float: left;
	padding: 0 10px;
}
.hs_services li img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-position: center;
}
.hs_services li .txt {
	background: #fff;
	color: #555;
	padding: 15px;
	font-size: 16px;
}
.hs_services li h4 {
	color: #111;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}
.hs_services li h4:after {
	display: block;
	width: 100px;
	height: 1px;
	content: '';
	margin-top: 10px;
	background: #5e17eb
}
.hs_services .owl-nav .owl-prev, .hs_services .owl-nav .owl-next {	
	position: absolute;
	z-index: 2;
	left: 0;
	width: 40px;
    height: 60px;
    cursor: pointer;
    color: #fff;
    text-indent: -99999px;    
    background: rgba(0,0,0,0.7) url(../images/arrow.svg) center no-repeat;
    background-size: 100%;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.hs_services .owl-nav .owl-prev {
	top: calc(50% - 30px);
}
.hs_services .owl-nav .owl-next {	
	top: calc(50% + 30px);
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.hs_services .owl-nav .owl-next:hover, .hs_services .owl-nav .owl-prev:hover {
	background-color: #111;
}
/*.tagline*/
.tagline {
	padding: 50px 0;
	background: #efefef;
}
.tagline h3 {
	color: #5e17eb;
	margin-bottom: 20px;
	font-size: 38px;
	font-weight: 600;
}

/*.why_us*/
.why_us {
	padding: 50px 0;
	background: #efefef;
}
.why_us .txt {
	float: left;
	width: 35%;
	color: #666;
	font-size: 18px;
}
.why_us h3 {
	color: #5e17eb;
	margin-bottom: 20px;
	font-size: 40px;
	font-weight: 600;
}
.why_us h4 {
	color: #5e17eb;
	margin:20px 0px 20px 0px;
	font-size: 25px;
	font-weight: 600;
}
.why_us h2 {
	color: #5e17eb;	
	margin:20px 0px 20px 0px;
	font-size: 30px;
	font-weight: 600;
}
.why_us .txt h3 {
	color: #5e17eb;
	margin-bottom: 20px;
	font-size: 40px;
	font-weight: 600;
}
.why_us .txt ul {
	margin:20px 0px 40px 0px;
}
/*.why_us .txt ul li {
	width: 100%;
	float: left;
	padding: 8px;
	padding-left: 30px;
	background: url(../images/favicon.png) no-repeat;
	background-position: 15px left; 
	background-size: 20px;
}*/
.why_us .txt ul li {
	width: 100%;
	float: left;
	padding: 8px;
	position: relative;
	padding-left: 15px;
}
.why_us .txt ul li:before {
	position: absolute;
	top: 7px;
	left: 0;
	color: #ff5757;
	content: '\f105';
	font-family: 'FontAwesome';
}
.why_us .img {
	width: 60%;
	float: right;
	position: relative;
}
.why_us .img img {
	width: 100%;
	position: relative;
	z-index: 1;
}
.why_us .img:after {
    position: absolute;
    content: "";
    background: #ff5757;
    top: 70px;
    bottom: -30px;
    left: 65px;
    right: -50px;
}
/*.verticals*/
.verticals {
	padding: 50px 0;
	text-align: justify;
}
.verticals h3 {
	font-size: 40px;
	font-weight: 600;
	color: #5e17eb;
	margin-bottom: 20px;
}
.verticals .txt {
	text-align: left;
	font-size: 16px;
	padding-bottom: 20px;
}
.verticals li {
	width: 100%;
	float: left;
	font-size: 17px;
	color: #444;
	position: relative;
}
.verticals li img {
	height: 60px;
	margin-bottom: 15px;
}
.verticals li:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	content: '';
	background: #ddd;
}
.verticals ul:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	content: '';
	background: #fff;
}
.verticals .owl-prev {
    background: url(../images/arrows2.png) left top no-repeat;
    width: 14px;
    height: 26px;
    text-indent: -9999px;
    position: absolute;
    cursor: pointer;
    opacity: .7;
    top: 50%;
    left: 0;
    z-index: 2;
    margin-top: -13px;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}
.verticals .owl-prev:hover {
    background: url(../images/arrows2.png) left bottom no-repeat;
}
.verticals .owl-next {
    background: url(../images/arrows2.png) right top no-repeat;
    width: 14px;
    height: 26px;
    text-indent: -9999px;
    position: absolute;
    cursor: pointer;
    opacity: .7;
    top: 50%;
    right: 0;
    margin-top: -13px;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}
.verticals .owl-next:hover {
    background: url(../images/arrows2.png) right bottom no-repeat;
}
/*footer*/
footer {
	background: #efefef;
	color: #333;
	color: #012a5e;
	font-size: 16px;
}
.subscribeform{
	padding: 50px 0;
	background: #efefef;	
}
.form{
	width: 100%;
    border-top: 3px solid #5e17eb;
    border-bottom: 3px solid #5e17eb;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgb(0 0 0 / 12%);
}
.subscribe {
	width: 100%;
	float: left;
}
footer h5 {
    font-size: 36px;
    line-height: 1;
    font-weight: 600;
    color: #012a5e;
    margin-bottom: 20px;
}
.subscribe form {}
.subscribe input, .subscribe textarea, .subscribe select {
	margin-bottom: 10px;
	width: 48%;
	float: left;
	height: 50px;
	line-height: 50px;
	border: 0px;
	background: transparent;
	color: #012a5e;
	font-size: 16px;
	border-bottom: 1px solid #012a5e;
}
.subscribe p{
	font-size: 16px;
	width: 100%;
	display: block;
	margin: 10px 0;
}
.subscribe .radioclass{		
	width: 25%;
	float: left;
}
.subscribe .radio{
	width: 10%;
	margin-bottom: 10px;	
	float: left;
	height: 25px;
	line-height: 25px;
	border: 0px;
	background: transparent;
	color: #012a5e;
	font-size: 16px;
	border-bottom: 1px solid #012a5e;
}
.subscribe span{
	float: left;
	margin: 9px;
}
.subscribe textarea {
	width: 100%;
	height: 80px;
}
.subscribe button {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	background: #5e17eb;
	cursor: pointer;
	border: 0px;
	border-radius: 50px;
	height: 50px;
	margin-top: 15px;
    padding: 0 35px;
    -webkit-box-shadow: 0 3px 12px 2px rgba(0,0,0,.12);
    box-shadow: 0 3px 12px 2px rgba(0,0,0,.12);
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.subscribe button:hover {
	background: #181f2f;
}
.fnav {
	width: 40%;
	float: left;
	padding: 0 10%;
}
.fnav li {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.fnav li a {
	float: left;
	color: #012a5e;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.fnav li a:hover {
	color: #5e17eb;
}
.foffice {
	width: 25%;
	float: left;
}
.foffice p {
	display: block;
	margin-bottom: 10px;
}
.foffice .hr {
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
/*copyrights*/
.copyrights {	
	padding: 20px 0;
	border-top: 5px solid #5e17eb;
	background: #181f2f;
	color: #fff;
	line-height: 30px;
	text-align: center;
}
.copyrights .social {
	float: right;
}
.copyrights .social li {
	float: left;
	margin-left: 10px;
}
.copyrights .social li a {
	width: 32px;
	height: 32px;
	border-radius: 50px;
	border: 1px solid #fff;
	color: #fff;
	float: left;
	text-align: center;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.copyrights .social li a:hover {
	background: #ff5757;
}
.scrollup {
	position: fixed;
	bottom: 0;
	right: 20px;
	width: 40px;
	height: 40px;
	border-radius: 4px 4px 0 0;
	background: #fff;
	color: #111;
	border: 1px solid #111;
	border-bottom: 0px;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	z-index: 99;
	display: none;
}


/*============================
	Responsive starts here
	============================*/

@media screen and (max-width : 1279px) {
	.fullpage {
		max-width: 980px;
		padding: 0 15px;
	}
	.micon, .mclose {
		display: block;
	}
	.menu_nav {
		position: fixed;
		top: 0;
		right: -100%;
		width: 300px;
		height: 100%;
		background: #234686 ;
		z-index: 999;
		padding: 15px;
		padding-bottom: 60px;
		overflow: hidden;
		transition: all .5s;
	}
	.menu_nav.open {
		right: 0;
		box-shadow: -5px 0px 14px -5px #333;
		transition: all .5s;
	}
	body.open {
		overflow:hidden;
	}
	ul.menu {
		width: 100%;
		float: left;
		height: 100%;
		list-style: none;
		overflow-y: auto;
	}
	ul.menu li, ul.menu li a {
		width: 100%;
		float: left;
		margin: 0;
		padding: 0;
		position: relative;
	}
	ul.menu li a {
		color: #fff;
		padding: 10px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	ul.menu li a.more:after {
		content: '\f107';
		font-family: 'FontAwesome';
		float: right;
	}
	ul.menu li.open a.more:after {
		content: '\f106';
	}
	ul.menu li a i {
		display: none;
	}
	ul.menu li span {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 40px;
		height: 40px;
		text-align: center;
		line-height: 40px;
		font-size: 24px;
		cursor: pointer;
		z-index: 2;
		color: #333;
		font-weight: 600;
		background: rgba(255,255,255,0.5);
	}
	ul.menu li span:before {
		display: block;
		position: absolute;
		top: 0;
		text-align: center;
		width: 100%;
		content: '+'
	}
	ul.menu li span.open:before {
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}
	ul.menu ul , ul.menu ul ul {
		display: none;
		width: 100%;
		float: left;
		background: #222
	}
	ul.menu ul ul {
		background: #333
	}
	.micon {
		float: right;
		display: block;
		color: #333;
		font-size: 28px;
		margin-top: 25px;
		margin-right: 10px;
		cursor: pointer;
	}
	.mclose {
		width: 50px;
		height: 50px;
		background: #fff;
		line-height: 50px;
		text-align: center;
		color: #111;
		font-size: 20px;
		cursor: pointer;
		display: block;
		border-radius: 100%;
		margin-bottom: 10px;
	}
}
@media screen and (max-width : 979px) {
	.fullpage {
		max-width: 768px;
	}
}
@media screen and (max-width : 767px) {
	.fullpage {
		max-width: 550px;
	}
}
@media screen and (max-width : 359px) {
	.fullpage {
		max-width: 320px;
	}
}