h1, h2, h3, h4, h5, h6, p, span, ul, li, a, .btn-default, textarea {
	margin: 0;
	padding: 0;
}
.no_space {
	padding-right: 0px !important;
	padding-left: 0px !important;
}
.space70 {
	float: left;
	width: 100%;
	margin-top: 70px;
}
.space90 {
	float: left;
	width: 100%;
	margin-top: 90px;
}
body {
	font-family: Montserrat-SemiBold;
}
.alt-font {
	font-family: Verdana, Geneva, sans-serif;
}
* {
	margin: 0;
	padding: 0;
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}
@font-face {
	font-family: HELVETICANEUBOLD;
 src: url(../fonts/HELVETICA NEU BOLD.ttf);
}
@font-face {
	font-family: PermanentMarker;
	src: url(../fonts/PermanentMarker.ttf);
}
@font-face {
	font-family: Montserrat-Bold;
	src: url(../fonts/Montserrat-Bold.ttf);
}
@font-face {
	font-family: Montserrat-Light;
	src: url(../fonts/Montserrat-Light.ttf);
}

@font-face {
	font-family: Montserrat-Regular;
	src: url(../fonts/Montserrat-Regular.ttf);
}
@font-face {
	font-family: Montserrat-SemiBold;
	src: url(../fonts/Montserrat-SemiBold.ttf);
}
#menulink {
    /* width: 20%; */
    background: #fe497a;
    /* color: #fff; */
    /* line-height: 40px; */
    /* text-indent: 10px; */
    cursor: pointer;
    position: fixed;
    right: 15px;
    z-index: 9999999999;
    top: 25px;
    padding: 0px 3px;
	display:none;
}
#left-menu {
    width: 212px;
    height: 100%;
    position: fixed;
    background: #fe497a;
    margin-left: -212px;
    z-index: 9999999999;
}
#left-menu ul{margin:0px;padding:10px 0px;width:100%;list-style:none;}
#left-menu ul li{}
#left-menu ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 12px 10px;
    text-transform: uppercase;
    border-bottom: solid 1px rgba(255, 255, 255, 0.13);
}
#left-menu ul li a:hover{background:#000;}
.home-bg {
  background: rgba(0, 0, 0, 0) url("../images/home-bg.jpg") repeat-x scroll center bottom / cover ;
    float: left;
    height: 762px;
    width: 100%;
}
.development-mid-sec {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    padding: 105px 0;
    margin: 38px 0 0 0;
    background: #fff;
}
.portfolio-sec:before {
    content: url(../images/d-shape-white.png);
    position: absolute;
    text-align: center;
    top: 42px;
}
.development-mid-sec h1 {
	color: #1c232e;
    font-size: 28px;
    line-height: 39px;
    margin: 0 auto;
    width: 68%;
}
.development-mid-sec p {
    color: #5f5f5f;
    font-family: Montserrat-Regular;
    font-size: 17px;
    line-height: 22px;
    margin: 28px auto 0;
    width: 66%;
}
.development-mid-sec img {
    margin: 40px 0px 50px 0px;
}
.cont-upper {
    float: left;
    width: 100%;
    margin: 0 0 60px 0;
}
.section-cont {
	float: left;
    min-height: 324px;
    padding: 10px 2px ;
    text-align: center;
    width: 100%;border-radius:4px;transition:all 0.3s ease;
}






.section-cont:hover{ background: #e2e3e5;  transition:all 0.3s ease;}


.section-cont h1 {
	color: #1c232e;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    
}
.section-cont p {
    font-family: Montserrat-Regular;
    font-size: 14px;
    line-height: 19px;
    margin: 10px auto 0;
    width: 90%;
}
.section-cont img {
    margin: 0 0 20px 0;
}
.development-mid-sec a {
    font-size: 20px;
    color: #1c232e;
    border: solid 3px #fe497a;
    padding: 10px 30px;
    border-radius: 40px;
	transition:ease-in-out 0.5s;
}
.development-mid-sec:before{
   content:url(../images/d-shape.png);
   position:absolute;
   top:0;
   text-align:center;
   animation: jump 2.0s infinite;



}
@keyframes jump {
    0% {
        top: 0px;
    }
    50% {
        top: 10px;
      
    }
    100% {
        top: 20px; 
 
    }
    
}


.development-mid-sec:after {
    content: url(../images/d-shape.png);
    position: absolute;
    bottom: -45px;
    text-align: center;
}
.portfolio-sec {
    float: left;
    width: 100%;
    height: 1200px;
    background: url(../images/portfolio-bg.png);
    background-size: cover;
    text-align: center;
    position: relative;
    padding: 190px 0 0 0;
}
.steps-cont {
    float: left;
    width: 100%;
    margin: 0 0 47px 0;
}
.step-upper {
    text-align: center;
    position: relative;
    margin: 60px 0 0 0;
}
.step-upper h1 {
    font-size: 39px;
    color: #fff;
    position: absolute;
    text-align: right;
    z-index: 999;
    width: 100%;
    top: 40px;
    transition-duration: 0.5s;
}
.step-upper img {	
    transition-duration: 0.5s;
    left: 58px;
    position: absolute;
}
.step-upper p {
    text-align: left !important;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    width: 84%;
	font-family: Montserrat-Regular;
	transition-duration: 0.2s;
}
.center-image {
    position: relative;
}

.center-image img,.center-image2 img{
	transition-duration: 0.5s !important;
	height: 231px;
}

.center-image:after {
    position: absolute;
    content: url(../images/arrow-right.png);
    bottom: -80px;
    right: 50px;
}
.steps-cont2 {
    float: left;
    width: 100%;
    margin: 0 0 47px 0;
}
.step-upper2 {
    text-align: center;
    position: relative;
    margin: 60px 0 0 0;
}
.step-upper2 h1 {
    font-size: 39px;
    color: #fff;
    position: absolute;
    text-align: left;
    z-index: 999;
    width: 100%;
    top: 40px;
    transition-duration: 0.5s;
}
.step-upper2 img {
    right: 27px;
    position: absolute;
    transition-duration: 0.5s;
}
.step-upper2 p {
    text-align: end !important;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    width: 84%;
	font-family: Montserrat-Regular;
    float: right;
    transition-duration: 0.5s;
}
.center-image2 {
    position: relative;
}
.center-image2:after {
    position: absolute;
    content: url(../images/arrow-left.png);
    bottom: -80px;
    left: 50px;
}
.center-image2.remove-before:after{display:none;}
.header {
	float: left;
	width: 100%;
	padding: 15px 0 0 0;
}
.right-cont p a {
    color: #fff;
    transition: ease-in-out 0.5s;
}
.right-cont p a:hover {
    color: #fe497a;
}
.right-cont p {
    color: #fff;
    font-family: Montserrat-SemiBold;
    float: right;
    margin: 0px 0 0px 30px;
    font-size: 13px;
}
ul.right-cont {
    float: right;
    width: auto;
    margin: 10px 0 0 0;
}
ul.right-cont li {
    float: left;
    list-style: none;
    padding: 0 0px 0 30px;
}
ul.right-cont li a {
    color: #fefefe;
    font-family: Montserrat-SemiBold;
    font-size: 16px;
    text-transform: capitalize;
}
.right-cont {
	float: right;
	width: auto;
}
a.menu-lines {
	font-size: 30px;
	margin: 0px 0 0 45px !important;
	float: left;
	color: #fff;
}
.banner-left h1 {
	font-weight: 300;
	font-size: 40px;
	color: #fff;
	text-transform: uppercase;
	    font-family: Montserrat-Light;
}
.banner-left h2 {
	font-weight: 300;
	font-size: 58px;
	color: #fff;
	text-transform: uppercase;
	font-family: Montserrat-SemiBold;
}
.banner-left h3 {
	font-weight: 300;
	font-size: 58px;
	color: #ff4a7b;
	text-transform: uppercase;
	font-family: PermanentMarker;
	position: relative;
}
.banner-left h3:after {
    content: url(../images/border-bottom.png);
    position: absolute;
    bottom: -33px;
    left: 0;
    text-align: center;
    width: 100%;
}
.banner-left p {
    color: #fefefe;
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
    width: 70%;
    margin: 48px auto 90px;
    font-family: Montserrat-Regular;
}
.banner-left {
    float: left;
    width: 100%;
    margin: 80px 0 0 0;
    text-align: center;
}
.banner-left.services {
	text-align: center;
}
.banner-left.services h2 {
	font-size: 66px;
	color: #fefefe;
	margin: 0 0 90px 0;
}
.banner-left.services a {
	float: none;
	/* margin: 70px 10px 0 0; */
	background: transparent;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 40px 42px;
	border: none;
	border-radius: 50%;
	text-transform: uppercase;
	border: solid 5px #fff9;
}
.banner-left.services {
	text-align: center;
	margin: 140px 0 0 0;
}
.banner-left a {
    float: none;
    margin: 70px 10px 0 0;
    background: transparent;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 10px 30px;
    border: solid;
    border-radius: 30px;
    text-transform: uppercase;
	transition:ease-in-out 0.5s;
}
.banner-left a:hover{background: #ff4a7b ;border-color: #ff4a7b;}
.development-mid-sec a:hover, .cont-sec a:hover{background: #ff4a7b ;border-color: #ff4a7b; color:#fff}

.banner-left.logo-design a {
	float: left;
	margin: 70px 10px 0 0;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 10px 30px;
	border: none;
	border-radius: 30px;
	text-transform: uppercase;
	background: #5f2e7c;
}
.banner-left a.color-change {
    color: #fff !important;
    background: #ff4a7b !important;
	border: solid #ff4a7b !important;
}
.banner-left.brand-identity {
	text-align: center;
}
.banner-left.brand-identity h3:after {
	left: unset;
	text-align: center !important;
	width: 100%;
}
.banner-left.brand-identity p {
	margin: 70px auto;
}
.banner-left.brand-identity a {
	float: none !important;
}
.banner-left h3 {
	display: inline-flex;
}
.banner-cont {
	float: left;
	width: 100%;
	position: relative;
}
.screen-cont {
	position: absolute;
	width: auto;
	right: 86px;
	top: 20%;
}
img.screen1 {
	position: absolute;
	top: 0px;
	right: 210px;
	z-index: 99;
}
img.screen2 {
	position: absolute;
	top: 0;
	right: 100px;
	z-index: 9;
}
img.screen3 {
	position: absolute;
	top: 0;
	right: 0px;
}
.section2 {
	float: left;
	width: 100%;
	background: linear-gradient(-45deg, #070707, #020514, #000104, #000000);
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
	height: 799px;
	text-align: center;
	padding: 40px 0 48px 0;
}
.cont-sec {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    padding: 140px 0;
    margin: -72px 0 0 0;
    background: url(../images/cont-bg.png);
    background-size: cover;
}
.cont-sec-after img {
    width: 100%;
}
.cont-sec-after {
    float: left;
    width: 100%;
}
.cont-sec:before {
    content: url(../images/d-shape.png);
    position: absolute;
    top: 35px;
    text-align: center;
}
.cont-sec:after {
    content: url(../images/d-shape-white.png);
    position: absolute;
    bottom: -56px;
    text-align: center;
}
.cont-sec a {
    font-size: 20px;
    color: #1c232e;
    border: solid 3px #fe497a;
    padding: 10px 30px;
    border-radius: 40px;
    transition:ease-in-out 0.5s;
}
.cont-sec h1 {
    font-size: 24px;
    color: #1c232e;
    width: 44%;
    margin: 0 auto;
}
.cont-sec p {
    font-size: 14px;
    line-height: 14px;
    color: #5f5f5f;
    margin: 28px auto 0;
    width: 58%;
}
.cont-sec img {
    margin: 40px 0px 50px 0px;
}
.cont-sec h1 {
    font-size: 50px;
    color: #1c232e;
    width: 44%;
    margin: 0 auto;
    line-height: 41px;
}
.cont-sec p {
    font-size: 14px;
    line-height: 14px;
    color: #5f5f5f;
    margin: 28px auto 0;
    width: 58%;
	font-family: Montserrat-Regular;
}
.cont-sec img {
    margin: 40px 0px 50px 0px;
}
 @-webkit-keyframes Gradient {
 0% {
 background-position: 0% 50%
}
 50% {
 background-position: 100% 50%
}
 100% {
 background-position: 0% 50%
}
}
 @-moz-keyframes Gradient {
 0% {
 background-position: 0% 50%
}
 50% {
 background-position: 100% 50%
}
 100% {
 background-position: 0% 50%
}
}
 @keyframes Gradient {
 0% {
 background-position: 0% 50%
}
 50% {
 background-position: 100% 50%
}
 100% {
 background-position: 0% 50%
}
}
.section2.logo-design {
	height: auto;
}
.section2 h1 {
	font-size: 40px;
	color: #fff;
	margin: 0 0 10px 0;
}
.serve-cont {
	float: left;
	width: 100%;
	padding: 45px 0;
	border: none;
	border-radius: 50%;
	margin: 60px 0 0 0;
}
.serve-cont h2 {
	font-size: 18px;
	line-height: 17px;
	color: #fff;
	margin: 20px 0 5px 0;
	text-transform: uppercase;
}
.serve-cont.logo-design {
	float: left;
	width: 100%;
	background: #5f2e7c;
	padding: 45px 0;
	border: none;
	border-radius: 50%;
	margin: 60px 0 0 0;
}
.serve-cont.logo-design h2 {
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	margin: 20px 0 5px 0;
	text-transform: uppercase;
}
.serve-cont.web-design {
	float: left;
	width: 100%;
	background: #5f2e7c;
	padding: 45px 0;
	border: none;
	border-radius: 50%;
	margin: 60px 0 0 0;
}
.serve-cont.web-design h2 {
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	margin: 20px 0 5px 0;
	text-transform: uppercase;
}
.serve-cont.web-development {
	float: left;
	width: 100%;
	background: #5f2e7c;
	padding: 45px 0;
	border: none;
	border-radius: 50%;
	margin: 60px 0 0 0;
	min-height: 200px;
}
.serve-cont.web-development h2 {
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	margin: 20px 0 5px 0;
	text-transform: uppercase;
}
.serve-cont.web-hosting {
	float: left;
	width: 100%;
	background: #5f2e7c;
	padding: 45px 0;
	border: none;
	border-radius: 50%;
	margin: 30px 0 0 0;
	min-height: 200px;
}
.serve-cont.web-hosting h2 {
	font-size: 25px;
	line-height: 27px;
	color: #fff;
	margin: 25px 0 5px 0;
	text-transform: uppercase;
}
.serve-cont.video-animation {
	float: left;
	width: 100%;
	background: #5f2e7c;
	padding: 55px 0;
	border: none;
	border-radius: 50%;
	margin: 30px 0 0 0;
	min-height: 210px;
}
.serve-cont.video-animation h2 {
	font-size: 25px;
	line-height: 27px;
	color: #fff;
	margin: 25px 0 5px 0;
	text-transform: uppercase;
}
.serve-cont.app-development {
	float: left;
	width: 100%;
	background: #5f2e7c;
	padding: 55px 0;
	border: none;
	border-radius: 50%;
	margin: 30px 0 0 0;
	min-height: 210px;
}
.serve-cont.app-development h2 {
	font-size: 25px;
	line-height: 27px;
	color: #fff;
	margin: 25px 0 5px 0;
	text-transform: uppercase;
}
.serve-cont.digital-marketing {
	float: left;
	width: 100%;
	background: #5f2e7c;
	padding: 55px 0;
	border: none;
	border-radius: 50%;
	margin: 30px 0 0 0;
	min-height: 270px;
}
.serve-cont.digital-marketing h2 {
	font-size: 32px;
	line-height: 30px;
	color: #fff;
	margin: 40px 0 5px 0;
	text-transform: uppercase;
}
.section2 a {
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
	background: #fff;
	padding: 12px 55px;
	border: none;
	border-radius: 40px;
	transition: ease-in-out 0.5s;
}
.section2 a:hover {
	color: #fff;
	background: #312d4e;
}
.section3 {
	float: left;
	width: 100%;
	background: url(../images/section3bg.jpg);
	height: 730px;
	text-align: center;
	padding: 40px 0 50px 0;
	background-size: cover;
}
.section3 h1 {
	font-size: 40px;
	color: #181727;
	text-transform: uppercase;
}
.about-content {
	float: left;
	width: 100%;
	text-align: left;
	margin: 150px 0 0 0;
}
.about-content h1 {
	font-size: 40px;
	line-height: 50px;
	margin: 20px 0 0 0;
	color: #181727;
	position: relative;
}
.about-content h1:after {
	position: absolute;
	content: url(../images/about-border-bottom.png);
	left: -168px;
	top: 38px;
}
.about-content p {
	font-size: 15px;
	color: #181727;
	font-weight: 400;
	margin: 15px 0 0 0;
}
.about-content img {
	width: 100%;
}
.section3 a {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	background: #181727;
	padding: 12px 55px;
	border: none;
	border-radius: 40px;
	transition: ease-in-out 0.5s;
}
.section3 a:hover {
	background: #0ec2cf;
}
.section4 {
	float: left;
	width: 100%;
	background: url(../images/section4bg.jpg);
	height: 722px;
	text-align: center;
	padding: 60px 0 90px 0;
	background-size: cover;
}
.section4 h1 {
	font-size: 40px;
	color: #fefefe;
	text-transform: uppercase;
	margin-bottom: 50px;
}
.choose-us h1 {
	font-size: 30px;
	color: #fefefe;
	margin: 0;
}
.choose-us {
	float: left;
	text-align: left;
	width: 100%;
}
.choose-us p {
	font-size: 18px;
	font-weight: 400;
	line-height: initial;
	color: #fefefe;
	margin: 40px 0;
}
.choose-us a {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	background: #0ec2cf;
	padding: 12px 25px;
	border: none;
	border-radius: 40px;
	float: left;
	margin: 40px 0 0 0;
	transition: ease-in-out 0.5s;
}
.choose-us a:hover {
	background: #181727;
}
.choose-inner h2 {
	font-size: 22px;
	line-height: 39px;
	font-weight: 400;
	color: #ffffff;
	text-transform: uppercase;
	margin: 20px 0 0 0;
}
.choose-inner {
	float: left;
	width: 100%;
	border: solid 3px #fff;
	padding: 20px 0;
	border-radius: 150px;
	margin-bottom: 20px;
	min-height: 250px;
	transition: 0.5s;
	transition: ease-in-out 0.5s;
}
.choose-inner:hover {
	background: #181727;
}
.section5 {
	float: left;
	width: 100%;
	background: url(../images/section5bg.jpg);
	height: auto;
	text-align: center;
	padding: 60px 0 46px 0;
	background-size: cover;
}
.section5.logo-design {
	background: #fff;
}
.section5.logo-design h1 {
	color: #181727;
}
.section5.logo-design a.btn-ank {
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
	background: #0ec2cf;
	padding: 12px 55px;
	border: none;
	border-radius: 40px;
	transition: ease-in-out 0.5s;
}
.section5.logo-design a.btn-ank:hover {
	color: #fff;
	background: #312d4e;
}
.section5 h1 {
	font-size: 40px;
	color: #fefefe;
	text-transform: uppercase;
	margin-bottom: 50px;
}
.work-img-cont a img {
	width: 100%;
}
.work-img-cont {
	float: left;
	width: 100%;
	position: relative;
}
.absolute-div {
	position: absolute;
	bottom: 22px;
	left: 45px;
	text-align: left;
}
.absolute-div p {
	font-size: 20px;
	line-height: 24px;
	color: #121212;
	margin: 20px 0 0 0;
	width: 70%;
	text-transform: uppercase;
}
.absolute-div2 img {
	float: right;
}
.absolute-div2 {
	position: absolute;
	bottom: 22px;
	right: 45px;
	text-align: right;
	float: right;
}
.absolute-div2 p {
	font-size: 20px;
	line-height: 24px;
	color: #121212;
	margin: 20px 0 0 0;
	width: 72%;
	text-transform: uppercase;
	text-align: right;
	float: right;
}
.absolute-div3 img {
	float: right;
}
.absolute-div3 {
	position: absolute;
	bottom: 22px;
	right: 45px;
	text-align: right;
	float: right;
}
.absolute-div3 p {
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	margin: 20px 0 0 0;
	width: 72%;
	text-transform: uppercase;
	text-align: right;
	float: right;
}
.section6 {
	float: left;
	width: 100%;
	background: url(../images/section6bg.jpg);
	height: auto;
	text-align: center;
	padding: 60px 0 60px 0;
	background-size: cover;
}
.section6 h1 {
	font-size: 40px;
	color: #fefefe;
	text-transform: uppercase;
	margin-bottom: 50px;
}
.work-box {
	float: left;
	width: 100%;
	text-align: center;
	margin: 15px 0 0 0;
}
.inner-abs h1 {
	font-size: 22px;
	color: #99a9b5;
	text-transform: uppercase;
	margin: 0;
	position: relative;
}
.inner-abs h1:before {
	position: absolute;
	left: -26px;
	content: url(../images/border-ls.png);
	bottom: 8px;
}
.inner-abs h1:after {
	position: absolute;
	right: -26px;
	content: url(../images/border-ls.png);
	bottom: 8px;
}
.inner-abs {
	position: absolute;
	z-index: 999;
	margin: 55px auto 0px;
	text-align: center;
	width: 100%;
	left: 0;
}
.work-box p {
	margin: 30px 0 0 0;
	font-weight: 400;
	color: #fefefe;
	font-size: 18px;
}
.work-box img {
	position: relative;
	top: 0;
	margin: 0 auto;
	z-index: 9;
	vertical-align: top;
	width: auto;
}
.section6 a {
	font-size: 20px;
	color: #0c0c15;
	text-transform: uppercase;
	background: #fff;
	padding: 12px 17px;
	border: none;
	border-radius: 40px;
	transition: ease-in-out 0.5s;
}
.section6 a:hover {
	background: #0ec2cf;
	color: #fff;
}
.section7 {
	float: left;
	width: 100%;
	background: url(../images/section7bg.jpg);
	height: auto;
	text-align: center;
	padding: 60px 0 60px 0;
	background-size: cover;
}
.section7 h1 {
	font-size: 40px;
	color: #161522;
	text-transform: uppercase;
	margin-bottom: 50px;
}
.customer-slider {
	float: left;
	width: 100%;
	background: url(../images/client-slider-bg.png);
	background-size: cover;
	height: auto;
	padding: 30px 0 65px 0px;
	text-align: left;
}
.customer-slider img {
	width: 138px;
	height: 138px;
	border: none;
	border-radius: 100px;
}
.customer-slider h1 {
	font-size: 20px;
	line-height: 18px;
	font-weight: bold;
	color: #0ec2cf;
	margin: 20px 0 0px 0;
	text-transform: uppercase;
}
.customer-slider span {
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #9a9a9a;
	text-transform: uppercase;
}
.customer-slider p {
	font-size: 18px;
	font-weight: 400;
	color: #3e3e3e;
	line-height: 25px;
	margin: 5px 0 0 0;
}
.carousel-control {
	position: absolute;
	top: 53px;
	bottom: 0;
	left: 0;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: unset;
	background-color: #313131;
	filter: alpha(opacity=50);
	opacity: unset;
	height: max-content;
	padding: 3px 10px;
	width: auto;
}
.carousel-control.left {
	left: -14px;
}
.carousel-control.right {
	right: -14px;
}
.carousel-control:hover, .carousel-control:focus {
	background: #0ec2cf;
}
.brand-section {
	float: left;
	width: 100%;
	margin: 75px 0 0 0;
	text-align: center;
}
.brand-section img {
	width: auto;
}
.newsletter {
	float: left;
	width: 100%;
	padding: 30px 0;
	background: #dadada;
}
.newsletter h1 {
	font-size: 40px;
	text-transform: uppercase;
	color: #242b35;
}
.newsletter p {
	font-size: 16px;
	color: #242b35;
	font-weight: 400;
	margin: 2px 0 5px 0;
	    font-family: Montserrat-Regular;
}
.newsletter span {
	font-size: 16px;
	color: #fa4a79;
	font-weight: 400;
	    font-family: Montserrat-Regular;
}
.newsletter form {
	margin: 33px 0 0 0;
}
input.field-o {
	float: left;
	width: 100%;
	padding: 15px 30px;
	border: none;
	border-radius: 40px;
	background: #fff;
}
input.field-o::placeholder {
color:#7c7c7c;
font-weight:400;
}
button.field-o {
	float: left;
	width: 100%;
	padding: 13px 30px;
	border: none;
	border-radius: 40px;
	background: #242b35;
	color: #fff;
	font-size: 16px;
	transition: ease-in-out 0.5s;
}
button.field-o:hover {
	background: #fff;
	color: #000;
}
button.field-o i {
	font-size: 22px;
	margin: 0px 3px 0 0;
}
footer {
    background: #242b35;
    padding: 36px 0 45px 0;
    float: left;
    width: 100%;
}
.footer-cont {
	float: left;
	width: 100%;
}
.footer-cont p {
    color: #fff;
    margin-top: 30px;
}
.footer-cont ul {
	float: left;
	width: 100%;
	margin: 30px 0 0 0;
}
.footer-cont ul li {
	float: left;
	list-style: none;
	padding: 0 20px 0px 0; display:none;
}
.footer-cont ul li a {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #fff;
	transition:ease-in-out 0.5s;
}
.footer-cont ul li a:hover {
	color: rgb(250, 74, 121);
}
.footer-cont ul li a i {
	font-size: 30px;
	transition: ease-in-out 0.3s;
}
.footer-cont ul li a i:hover {
	color: rgb(250, 74, 121);
}
footer h1 {
	font-size: 20px;
	line-height: 18px;
	color: #fff;
	text-transform: uppercase;
	float: left;
	width: 100%;
	margin: 10px 0 10px 0;
}
.footer-cont2 p {
	font-size: 16px;
	color: #fff;
	margin: 26px 0 0 0;
	    font-family: Montserrat-Regular;
}
.footer-cont img {
    width: 100%;
}



.footer-cont2 ul {
	float: left;
	width: 100%;
	margin: 30px 0 0 0;display:none;
}
.footer-cont2 ul li {
	list-style: none;
	padding: 0 20px 13px 0;display:none;
}
.footer-cont2 ul li a {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #fff;
	transition: ease-in-out 0.3s;
}
.footer-cont2 ul li a:hover {
	color: #0ec2cf;
}
.footer-cont2 {
	float: left;
	width: 100%;
}
.footer-cont3 span {
	font-size: 16px;
	color: #fff;
	font-family: Montserrat-Regular;
}
.footer-cont3 span a {
	font-size: 16px;
	color: #fff;
transition:ease-in-out 0.5s;
}
.footer-cont3 span a:hover {
	color: rgb(250, 74, 121);
}
.footer-cont3 {
	float: left;
	width: 100%;
	margin: 26px 0 0 0;
}
.footer-cont3 h2 {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
}
.footer-bot {
	float: left;
	width: 100%;
	background: #fa4a79;
	padding: 24px 0;
}
.footer-bot ul {
	display: inline-flex;
	width: auto;
}
.footer-bot ul li {
	list-style: none;
	color: #fff;
	font-size: 20px;
	padding: 0 1px;
	    font-family: Montserrat-Light;
}
.footer-bot ul li a {
	color: #fff;
	font-size: 14px;
	padding: 0 7px;
transition:ease-in-out 0.5s;
}
.footer-bot ul li a:hover {
	color: #242b35;
}
.footer-bot p {
    color: #fff;
    font-size: 14px;
    line-height: 27px;
    font-family: Montserrat-Regular;
    display:none;
}

.overlay {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	background-color: rgba(255, 74, 123, 0.88);
	overflow-x: hidden;
	transition: 0.5s;
}
.overlay-content {
    position: relative;
    top: 50%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.overlay a {
    padding: 3px 0;
    text-decoration: none;
    font-size: 36px;
    color: #fff;
    display: block;
    transition: 0.3s;
    cursor:pointer;
}
.overlay a:hover, .overlay a:focus {
	color: #17bac9;
}
.overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
}
.d-middle-sec {
	float: left;
	width: 100%;
	text-align: center;
	padding: 42px 0 70px 0;
	background: url(../images/2d-logo-bg.jpg);
	background-size: cover;
	height: auto;
}
.d-middle-sec h1 {
	font-size: 40px;
	font-weight: 600;
	color: #181727;
}
.d-middle-sec p {
	font-size: 20px;
	line-height: 22px;
	font-weight: 400;
	color: #181727;
	width: 90%;
	margin: 40px auto 0;
}
.services-middle-sec {
	float: left;
	width: 100%;
	text-align: center;
	padding: 65px 0 59px 0;
	background: #181727;
	position: relative;
}
.services-middle-sec h1 {
	font-size: 30px;
	font-weight: 600;
	color: #fff;
}
.services-middle-sec p {
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	color: #fff;
	width: 93%;
	margin: 40px auto 0;
}
.services-middle-sec:after {
	content: url(../images/bottom-image-after.png);
	position: absolute;
	bottom: -40px;
	left: 47%;
}
.section2.services {
	background: #fff;
	height: auto;
}
.section2.services a {
	color: #fff;
	background: #17bac9;
}
.get-in-touch {
	float: left;
	width: 100%;
	text-align: center;
	background: url(../images/get-in-touch-bg.jpg);
	height: 398px;
	padding: 90px 0 70px 0;
}
.get-in-touch h1 {
	font-size: 36px;
	color: #fefefe;
}
.get-in-touch p {
    font-weight: 400;
    color: #fefefe;
    font-size: 16px;
    width: 91%;
    margin: 25px auto 50px;
}
.get-in-touch ul {
	width: auto;
	display: inline-flex;
}
.get-in-touch ul li {
	list-style: none;
	float: left;
}
.get-in-touch ul li a i {
	display: table-cell;
	vertical-align: middle;
}
.get-in-touch ul li a {
	color: #fff;
	font-size: 45px;
	border: solid 4px #fff;
	border-radius: 50%;
	width: 100px;
	margin: 0 10px;
	float: left;
	height: 100px;
	display: table;
	transition: ease-in-out 0.5s;
}
.get-in-touch ul li a:hover {
	background: #fff;
}
.get-in-touch ul li a:hover i {
	color: #9a5fd2;
}
.form-cont {
	float: left;
	width: 100%;
	padding: 35px 0 40px 0;
	background: #eff3f2;
}
select.selector {
	float: left;
	width: 100%;
	background: #fff;
	border: none;
	padding: 10px 10px;
	box-shadow: 0px 1px 7px #ccc;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url(../images/select-img.png);
	background-repeat: no-repeat;
	background-position: right 15px top 15px;
	margin: 15px 0 0 0;
}
input.field-service {
	float: left;
	width: 100%;
	background: #fff;
	border: none;
	padding: 10px 10px;
	box-shadow: 0px 1px 7px #ccc;
	margin: 15px 0 0 0;
	position: relative;
}
input.field-service.ico1 {
	background-image: url(../images/icon1.png);
	background-repeat: no-repeat;
	background-position: right 15px top 10px;
}
input.field-service.ico2 {
	background-image: url(../images/icon2.png);
	background-repeat: no-repeat;
	background-position: right 15px top 10px;
}
input.field-service.ico3 {
	background-image: url(../images/icon3.png);
	background-repeat: no-repeat;
	background-position: right 15px top 10px;
}
textarea.field-service {
	float: left;
	width: 100%;
	background: #fff;
	border: none;
	padding: 10px 10px;
	box-shadow: 0px 1px 7px #ccc;
	margin: 15px 0 10px 0;
	position: relative;
	height: 140px;
	resize: none;
}
.form-group input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}
.form-group label {
	position: relative;
	cursor: pointer;
}
.form-group label:before {
	content: '';
	-webkit-appearance: none;
	background-color: transparent;
	border: none;
	box-shadow: 0px 1px 7px #ccc;
	padding: 10px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
	background: #fff;
}
.form-group input:checked + label:after {
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	left: 9px;
	width: 6px;
	height: 14px;
	border: solid #3c1c4e;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.form-group {
	float: left;
	width: 100%;
	margin: 15px 0;
}
input.sbmt {
	width: 100%;
	float: left;
	background: #17bac9;
	border: none;
	color: #fff;
	font-size: 20px;
	padding: 6px 0;
}
.paddng-rght-o {
	padding-right: 0;
}
.pricing {
	float: left;
	width: 100%;
	padding: 40px 0;
	height: 772px;
	text-align: center;
	background: url(../images/pricing-bg.jpg);
	background-size: cover;
}
.pricing-circle {
	width: 176px;
	height: 176px;
	background: #4d3a79;
	border-radius: 50%;
	display: table;
}
.pricing-inner {
	display: table-cell;
	vertical-align: middle;
}
.process-middle-sec {
	float: left;
	width: 100%;
	text-align: center;
	padding: 55px 0;
	background: #fff;
}
.process-middle-sec h1 {
	font-size: 40px;
	line-height: 43px;
	color: #181727;
	text-transform: uppercase;
	margin-bottom:50px;
}
.process-cont {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
}
.process-inner {
    background: #181727;
    padding: 30px;
    float: left;
    border: none;
    border-radius: 50%;
}
.process-upper {
    float: left;
    border: solid 5px #181727;
    border-radius: 50%;
    padding: 46px;
}
.process-cont h2 {
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    color: #181727;
    margin: 15px 0 5px 0;
    float: left;
    text-align: center;
    width: 100%;
}
.process-cont p {
    font-size: 13px;
    line-height: 16px;
    color: #181727;
}
.hovicon {
}
.hovicon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	z-index: 99999
}
.hovicon:before {
	speak: none;
	-webkit-font-smoothing: antialiased;
}
.hovicon.effect-8 {
	background: rgba(255, 255, 255, 0.1);
	-webkit-transition: -webkit-transform ease-out 0.1s, background 0.1s;
	-moz-transition: -moz-transform ease-out 0.1s, background 0.1s;
	transition: transform ease-out 0.1s, background 0.1s;
}
.hovicon.effect-8:after {
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}
.hovicon.effect-8:hover {
	background: rgba(255, 255, 255, 0.05);
	-webkit-transform: scale(0.93);
	-moz-transform: scale(0.93);
	-ms-transform: scale(0.93);
	transform: scale(0.93);
	color: #fff;
}
.hovicon.effect-8:hover i {
	color: #fff;
}
.hovicon.effect-8:hover:after {
	-webkit-animation: sonarEffect 1.3s ease-out 10ms;
	-moz-animation: sonarEffect 1.3s ease-out 10ms;
	animation: sonarEffect 1.3s ease-out 105ms;
}
@-webkit-keyframes sonarEffect {
 0% {
 opacity: 0.3;
}
 40% {
 opacity: 0.5;
 box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
}
 100% {
 box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
 -webkit-transform: scale(1.5);
 opacity: 0;
}
}
@-moz-keyframes sonarEffect {
 0% {
 opacity: 0.3;
}
 40% {
 opacity: 0.5;
 box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
}
 100% {
 box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
 -moz-transform: scale(1.5);
 opacity: 0;
}
}
@keyframes sonarEffect {
 0% {
 opacity: 0.3;
}
 40% {
 opacity: 0.5;
 box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
}
 100% {
 box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
 transform: scale(1.5);
 opacity: 0;
}
}
.bg-purple {
	background: #9a5fd2 !important;
	transition-duration: .5s !important;
}
.bg-green {
	background: #0ec2cf !important;
	transition-duration: .5s !important;
}
.bg-purple:hover {
	background: #0ec2cf !important;
}
.bg-green:hover {
	background: #9a5fd2 !important;
}
/*ANIMATION FOR THREE IMAGES*/
.screen-cont, img.screen1, img.screen2, img.screen3 {
	transition-duration: 0.5s;
	height: 100%;
	transition-timing-function: ease-in-out;
}
.screen-cont:hover img.screen1 {
	right: 300px;
	height: 520px;
}
.screen-cont:hover img.screen2 {
	right: 180px;
	height: 500px;
}
.screen-cont:hover img.screen3 {
	right: 50px;
	height: 480px;
}
.ball {
	animation: bounce 1s infinite alternate;
	-webkit-animation: bounce 1s infinite alternate;
}
@keyframes bounce {
 from {
 transform: translateY(0px);
}
to {
	transform: translateY(-15px);
}
}
@-webkit-keyframes bounce {
 from {
 transform: translateY(0px);
}
to {
	transform: translateY(-15px);
}
}
.hovicon.effect-4 {
	width: 92px;
	height: 92px;
	box-shadow: 0 0 0 4px rgba(255, 255, 255, 1);
}
.hovicon.effect-4.small {
	width: 45px;
	height: 45px;
}
.hovicon.effect-4.mini {
	width: 30px;
	height: 30px;
}
.hovicon.effect-4.sub-a {
	-webkit-transition: box-shadow 0.2s;
	-moz-transition: box-shadow 0.2s;
	transition: box-shadow 0.2s;
}
.hovicon.effect-4:before {
	line-height: 92px;
}
.hovicon.effect-4:after {
	top: -4px;
	left: -4px;
	padding: 0;
	z-index: 10;
	border: 4px dashed #fff;
}
.hovicon.effect-4:hover {
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	color: #fff;
}
.hovicon.effect-4:hover i {
	color: #fff;
}
/* Effect 4b */
.hovicon.effect-4.sub-b:hover {
	-webkit-transition: box-shadow 0.2s;
	-moz-transition: box-shadow 0.2s;
	transition: box-shadow 0.2s;
}
.hovicon.effect-4.sub-b:hover:after {
	-webkit-animation: spinAround 9s linear infinite;
	-moz-animation: spinAround 9s linear infinite;
	animation: spinAround 9s linear infinite;
}
@-webkit-keyframes spinAround {
 from {
 -webkit-transform: rotate(0deg)
}
to {
	-webkit-transform: rotate(360deg);
}
}
@-moz-keyframes spinAround {
 from {
 -moz-transform: rotate(0deg)
}
to {
	-moz-transform: rotate(360deg);
}
}
@keyframes spinAround {
 from {
 transform: rotate(0deg)
}
to {
	transform: rotate(360deg);
}
}



.steps-cont:hover .step-upper img{
	left: 0px;
}

.steps-cont:hover .step-upper h1{
	font-size: 45px;
}

.steps-cont:hover .center-image img{
	height: 250px;
}

.steps-cont:hover .step-upper p{
	line-height: 20px;
}



.steps-cont2:hover .step-upper2 img{
	right: 0px;
}

.steps-cont2:hover .step-upper2 h1{
	font-size: 45px;
}

.steps-cont2:hover .center-image2 img{
	height: 250px;
}

.steps-cont2:hover .step-upper2 p{
	line-height: 20px;
}
.link-1 {
  transition: 0.3s ease;
}
.link-1:hover {
  border-top: 4px solid #fe497a;
  border-bottom: 4px solid #fe497a;
  padding: 6px 0; 
}


input:focus{outline:none;}
textarea:focus{outline:none;}
select:focus{outline:none;}
a.new-hover {
    float: left;
        transition: ease-in-out 0.5s;
}
.new-hover:hover {
    float: left;
    border-bottom: solid 2px #fff;
    padding: 0 0 10px 0;
}
.message-pop,
.submit-pop,
input.field-pop {
	background: 0 0;
	color: #fff
}
.pop-content {
	float: left;
	width: 100%;
	padding: 10px 25px 34px
}
.pop-content h1 {
	font-size: 24px;
	color: #fff;
	font-weight: 400;
	margin: 16px 0 5px;
	text-align: center
}
.pop-content p {
	font-size: 15px;
	color: #fff;
	font-weight: 400;
	margin: 0 0 5px;
	text-align: center
}
.close,
.fuction ul li .dash,
p.package-desc {
	font-weight: 700
}
p.package-desc {
	text-align: center;
	margin: 20px 0 0;
	display: none
}
.message-pop,
input.field-pop {
	width: 100%;
	margin: 2px 0
}
.submit-pop {
	display: table
}
input.field-pop {
	    border-bottom: 1px solid #ff4a7b;
	border-radius: 1px;
	padding: 10px 0;
	border-top: 0;
	border-left: 0;
	border-right: 0
}
.pop-img {
	float: left;
	width: 100%;
	text-align: center;
	padding: 0 0 42px;
	border-right: dashed 2px #a6e72a
}
.message-pop {
	padding: 10px 0;
	height: 66px;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	resize: none;
	    border-bottom: 1px solid #ff4a7b;
	border-radius: 1px
}
.submit-pop {
	border-radius: 5px;
	font-size: 14px;
	margin: 28px auto;
	padding: 14px 19px;
	width: auto;
	border: 2px solid #ff4a7b;
	    transition: ease-in-out 0.5s;
}
.submit-pop:hover {
	background: #ff4a7b;
	color:#fff;
}
.close {
    color: #fff;
    float: left;
    font-size: 16px;
    /* left: inherit; */
    line-height: 1;
    /* margin: 4px auto; */
    opacity: 1;
    right: 10px !important;
    top: 10px;
    /* width: 100%; */
    position: absolute;
}
.close:hover {
	color: #ff4a7b;
	opacity: 9;
	text-shadow: none
}
.modal-content {
	background: #000;
	    border-bottom: 1px solid #ff4a7b;
	box-shadow: 0 0 10px #ff4a7b;
	padding: 15px 0;
	float: left
}
.pop-form {
	margin: 0 auto;
	width: 100%
}

/***************
	
	UZAIR CSS

***************/

.cms-bg {
  background: rgba(0, 0, 0, 0) url("../images/cms-banner.jpg") repeat-x scroll center bottom / cover ;
    float: left;
    height: 762px;
    width: 100%;
}

.cms-display{

	display: inline-block;
	margin-right: 20px !important; 
}

.cms-head{

	display: inline;

}
.slide{

	height: auto !important;
}

.slide-image{

	max-width: 960px;
}

#slider-nav a{

	border: 2px solid #fff !important;
	color: #fff !important;
	font-size: 18px !important;
}

#slider-nav a:focus{

	border: 2px solid #ff4a7b !important;
	color: #000000 !important;
	background-color: #ff4a7b;
}

#slider{

	margin: 4em auto !important;
}

#slider-nav{

	margin: 32em 0 !important;
}

         #slider {
         margin: 2em auto;
         width: 960px;
         overflow: hidden;
         }
         #slider-wrapper {
         width: 9999px;
         height: 300px;
         position: relative;
         transition: left 400ms linear;
         }
         #slider-nav {
         margin: 1em 0;
         text-align: center;
         }
         #slider-nav a {
         width: 2em;
         height: 2em;
         border: 1px solid #ccc;
         text-align: center;
         text-decoration: none;
         color: #000;
         display: inline-block;
         line-height: 2;
         margin-right: 0.5em;
         }
         #slider-nav a.current {
         border-color: #000;
         }


.carousel-indicators li {

    width: 47px !important;
    margin: 1px !important;
    text-indent: 0px !important; 
    background-color: transparent !important;
    border: 1px solid #fff !important;
    border-radius: 0px !important;
    color: #fff !important;
    font-size: 18px;
    height: 45px !important;
    padding: 11px 0 !important;
}

.carousel-indicators .active{
	
	background-color: #ff4a7b !important;
	color: #242b35 !important;
	border: 1px solid #ff4a7b !important;

}


.overlay a {padding: 3px 0;
    font-size: 30px;}

/*areeb*/
 

.overlay-content li i {
    color: #fff;
    position: relative;
    top: -30px;
    right: -60px;
    font-size: 15px;
    transition: initial;
    cursor: pointer;
}

.overlay-content li {
    list-style: none;
    position: relative;
    padding: 0;
    margin: 0;
    line-height: 25px;
}

.overlay a { text-align:left;}


.overlay-site a {
	font-size: 20px;
	text-align: right; color:#fee;
}

.overlay-site a:hover{ color:#fff;}

.overlay-site {
	float: right;
}
.overlay-site {
    margin-top: 80px;
}

.overlay-content {

    top: 50px !important;
    
}
    
.cont-sec-1:after{
    
    content: none !important;
}
    
    
    
    
.pb-50{
    padding-bottom: 50px;
}

.portfolio img {
    padding-bottom: 20px;
}

.pb-40{
        padding-bottom: 40px;
}

.mb-40{
    margin-bottom: 40px;
}



