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;
}

.center{ display:block; margin:0 auto; float:none;}
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: #952b1d;
    /* 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: #952b1d;
    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: url(../images/home-bg.jpg)50% -0 no-repeat fixed;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	min-height: 650px;
	margin: 0 auto;
	width: 100%;
	display: table;
	vertical-align: middle;
	position: relative;
    float: left;
    width: 100%;
    height: 100vh;
}
.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: #fdc451;
}
.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 {
    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: #fdc451;
    font-family: Montserrat-SemiBold;
    font-size: 16px;
    text-transform: capitalize;
}
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: #fefefe;
	text-transform: uppercase;
	    font-family: Montserrat-Light;
}
.banner-left h2 {
	font-weight: 300;
	font-size: 48px;
	color: #fefefe;
	text-transform: uppercase;
	font-family: Montserrat-SemiBold;
}
.banner-left h3 {
    font-weight: 300;
    font-size: 58px;
    color: #fec552;
    text-transform: uppercase;
    font-family: PermanentMarker;
    position: relative;
    margin: 0 0 40px 0;
}
.banner-left h3:after {
    content: url(../images/border-bottom.png);
    position: absolute;
    bottom: -33px;
    left: unset;
    text-align: center;
    width: 100%;
}
.banner-left p {
    color: #fec552;
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    width: 40%;
    margin: 0px auto 15px;
}
.banner-left {
    float: left;
    width: 100%;
    margin: 45px 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: 10px 0px 0 0;
    background: #f26f21;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 10px 30px;
    border: solid #f26f21;
    border-radius: 30px;
    text-transform: uppercase;
    width: auto;
    display: inline-flex;
transition:ease-in-out 0.5s;
}
.banner-left a:hover{
    background: transparent;
	border: solid #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: #000 !important;
    background: #fec552 !important;
    border: solid #fec552 !important;
transition:ease-in-out 0.5s;
}
.banner-left a.color-change:hover{
    background: transparent !important;
	border: solid #fff !important;	
	color:#fff !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;
}
.digital-first-sec {
    float: left;
    width: 100%;
    padding: 190px 0 30px 0;
    background-size: cover;
    height: 790px;
    background: url(../images/digital-first-sec-bg.jpg);
    text-align: center;
	position:relative;
}
.first-sec-abs-div1 {
    position: absolute;
    top: 20px;
    right: 250px;
	animation: pulse 2s infinite;
}
.first-sec-abs-div2 {
    position: absolute;
    top: 245px;
    right: 435px;
	animation: pulse 2s infinite;
}
.first-sec-abs-div3 {
    position: absolute;
    top: 430px;
    right: 100px;
	animation: pulse 2s infinite;
}
.first-sec-abs-div4 img {
    float: left;
}
.first-sec-abs-div4 {
    position: absolute;
    top: inherit;
    right: 290px;
    bottom: 20px;
	animation: pulse 2s infinite;
}
.first-sec-abs-div1 h1 {
    font-size: 27px !important;
    color: #a13d2e !important;
    margin: 10px 0 0 0 !important;
}
.first-sec-abs-div2 h1 {
    font-size: 27px !important;
    color: #a13d2e !important;
    margin: 10px 0 0 0 !important;
}
.first-sec-abs-div3 h1 {
    font-size: 27px !important;
    color: #a13d2e !important;
    margin: 10px 0 0 0 !important;
}
.first-sec-abs-div4 h1 {
    font-size: 27px !important;
    color: #a13d2e !important;
    margin: 35px 0 0 5px !important;
    float: left;
}
.first-sec-abs-div4 h1 span {
    color: #a13d2e;
    font-size: 45px;
}
.digital-first-sec h1 {
    text-align: left;
    font-size: 45px;
    color: #a13d2e;
    margin: 0px 0 20px 0;
}
.digital-first-sec p {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    color: #a13d2e;
    width: 80%;
}
.digital-first-sec a {
    margin: 80px 0 0 0;
    background: #f27025;
    color: #fff;
    float: left;
    padding: 10px 40px;
    border: none;
    border-radius: 40px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
transition:ease-in-out 0.5s;
}
.digital-first-sec a:hover {
    background: rgb(161, 61, 46);
}
.digital-second-sec {
    float: left;
    width: 100%;
    background: #a13d2e;
    padding: 104px 0 85px 0;
	position:relative;
}
.video-cont {
    float: right;
}
.digital-second-sec h2 {
    font-size: 30px;
    color: #fefefe;
    margin: 204px 0 0 0;
}
.digital-second-sec h1 {
    text-align: left;
    font-size: 45px;
    line-height: 39px;
    color: #fec552;
    margin: 10px 0 0px 0;
}
.digital-second-sec p {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    color: #fec552;
    width: 85%;
    margin: 20px 0 0 0;
}
.digital-second-sec a {
    margin: 60px 0 0 0;
    background: #f27025;
    color: #fff;
    float: left;
    padding: 10px 40px;
    border: none;
    border-radius: 40px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
transition:ease-in-out 0.5s;
}
.digital-second-sec a:hover {
        background: rgb(254, 197, 82);
}
.digital-third-sec {
    float: left;
    width: 100%;
    padding: 0px 0 30px 0;
    background-size: cover;
    height: 916px;
    background: url(../images/digital-third-sec-bg.jpg);
	position:relative;
}
.digital-third-sec h2 {
    font-size: 30px;
    color: #fefefe;
    margin: 200px 0 0 0;
}
.digital-third-sec h1 {
    text-align: left;
    font-size: 45px;
    line-height: 39px;
    color: #fec552;
    margin: 10px 0 0px 0;
}
.digital-third-sec p {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    color: #952715;
    width: 76%;
    margin: 20px 0 0 0;
}
.digital-third-sec a {
    margin: 60px 0 0 0;
    background: #a13d2e;
    color: #fff;
    float: left;
    padding: 10px 40px;
    border: none;
    border-radius: 40px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
transition:ease-in-out 0.5s;
}
.digital-third-sec a:hover {
        background: rgb(254, 197, 82);
}
.third-sec-abs-div1 {
    position: absolute;
    top: 80px;
    right: 410px;
	animation: swing ease-in-out 1s infinite ;
}
.third-sec-abs-div2 {
    position: absolute;
    top: 215px;
    right: 0;
}
.third-sec-abs-div3 {
    position: absolute;
    top: 566px;
    right: 334px;
	animation: swing ease-in-out 1s infinite ;
}
@keyframes swing {
    0% { transform: rotate(3deg); }
    100% { transform: rotate(-3deg); }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
 @-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%
}
}
.newsletter {
    float: left;
    width: 100%;
    padding: 30px 0;
    background: #74507c;
}
.newsletter h1 {
    font-size: 40px;
    text-transform: uppercase;
    color: #fec552;
}
.newsletter p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin: 2px 0 5px 0;
	font-family: Montserrat-Regular;
}
.newsletter span {
    font-size: 16px;
    color: #fec552;
    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: #dcd3de;
}
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: #2f2830;
	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: #2f2830;
    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(254, 197, 82);
}
.footer-cont ul li a i {
	font-size: 30px;
	transition: ease-in-out 0.5s;
}
.footer-cont ul li a i:hover {
    color: rgb(254, 197, 82);
}
footer h1 {
	font-size: 20px;
	line-height: 18px;
	color: #fff;
	text-transform: uppercase;
	float: left;
	width: 100%;
	margin: 10px 0 10px 0;
}
.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;
}
.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 p {
	font-size: 16px;
	color: #fff;
	margin: 26px 0 0 0;
	font-family: Montserrat-Regular;
}
.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(254, 197, 82);
}
.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: #f27025;
	padding: 24px 0;
}
.footer-bot ul {
	display: inline-flex;
	width: auto;
}
.footer-bot ul li {
	list-style: none;
	color: #952715;
	font-size: 14px;
	padding: 0 4px;
	font-family: Montserrat-Regular;
}
.footer-bot ul li a {
	color: #952715;
	font-size: 14px;
	padding: 0 4px;
	transition: ease-in-out 0.5s;
}
.footer-bot ul li a:hover {
    color: #000;
}
.footer-bot p {
    color: #952715;
    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: rgba(161, 61, 46, 0.95); /* Old browsers */
	overflow-x: hidden;
	transition: 0.5s;
}
.overlay-content {
    position: relative;
    top: 15%;
    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;
}
.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);
}
}
.link-1 {
  transition: 0.3s ease;
}
.link-1:hover {
  border-top: 4px solid #fdc451;
  border-bottom: 4px solid #fdc451;
  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 #fec552;
	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 #fec552;
	border-radius: 1px
}
.submit-pop {
	border-radius: 5px;
	font-size: 14px;
	margin: 28px auto;
	padding: 14px 19px;
	width: auto;
	border: 2px solid #fec552;
	    transition: ease-in-out 0.5s;
}
.submit-pop:hover {
	background: #fec552;
	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: #fec552;
	opacity: 9;
	text-shadow: none;
}
.modal-content {
	background: #000;
	    border-bottom: 1px solid #fec552;
	box-shadow: 0 0 10px #fec552;
	padding: 15px 0;
	float: left;
}
.pop-form {
	margin: 0 auto;
	width: 100%;
}





/*2dlogo*/

.logo2-bg {
    background: url(../images/2d-banner.jpg)50% -0 no-repeat fixed;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 650px;
    margin: 0 auto;
    width: 100%;
    display: table;
    vertical-align: middle;
    position: relative;
    float: left;
    width: 100%;
    height: 100vh;
}






.digital-first-sec2 {
    float: left;
    width: 100%;
    padding: 80px 0 0px 0;
  
    height: 500px;
    background: url(../images/2d-two.jpg);
    text-align: center;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.digital-first-sec2 h1 {
    text-align: left;
    font-size: 45px;
    color: #fec552;
    margin: 0px 0 20px 0;
}

.digital-first-sec2 p {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    line-height: 19px;
}


.digital-first-sec2 a {
    margin: 80px 0 0 0;
    background: #ff1614;
    color: #fff;
    float: left;
    padding: 10px 40px;
    border: none;
    border-radius: 40px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    transition: ease-in-out 0.5s;
}


.first-div2 {

animation: pulse 2s infinite; float:right;

}


.digital-first-sec2 h2 {
    color: #fff;
    text-align: left;
    font-size: 53px;
    margin: 30px 0;
}

.por-logo{background:#a12e2e;padding: 40px 0 50px;}

.por-logo h3 {
    text-align: center;
    font-size: 45px;
    color: #fec552;
    margin: 0 0 70px;
}

.por-logo img {
    margin: 0 0 30px; width:100%;
}


.por-logo a {
    margin: 60px 0 0 0;
    background: #ff1614;
    color: #fff;
    float: left;
    padding: 10px 0px;
    border: none;
    border-radius: 40px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    transition: ease-in-out 0.5s;
    width: 100%;
    text-align: center;
}

.bg-red{ background:#6c0000;}

.bg-red p {
    color: #fff;
}


.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;}



.bg-red  ul li{ color:#fff;}
.bg-red  ul li a{ color:#fff;}
.bellow-bg{ background:#1d2846 !important;     border: solid #1d2846 !important;}


.logo3-bg {
    background: url(../images/3d-banner.png) no-repeat fixed;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 650px;
    margin: 0 auto;
    width: 100%;
    display: table;
    vertical-align: middle;
    position: relative;
    float: left;
    width: 100%;
    height: 100vh;
}

.banner-left-3d {
    float: right !important;
    text-align: right !important;
}

.bellow-bg-3d{ background:#ff1614 !important;     border: solid #ff1614 !important;}

.bellow-bg-3d:hover{background: transparent !important;
    border: solid #fff !important;
    color: #fff !important;}


.text-3d-banner{

    margin-top: 85px;
}

.subscribe-3d{

    background-color: #ff1614 !important;
    color: #fff;
}

.subscribe-3d:hover{

    background-color: #fff !important;
    color: #ff1614;
}

.animated-bg {
    background: url(../images/animated-banner.png) no-repeat fixed;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 650px;
    margin: 0 auto;
    width: 100%;
    display: table;
    vertical-align: middle;
    position: relative;
    float: left;
    width: 100%;
    height: 100vh;
}

.mascot-bg {
    background: url(../images/mascot-banner.png) no-repeat fixed;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 650px;
    margin: 0 auto;
    width: 100%;
    display: table;
    vertical-align: middle;
    position: relative;
    float: left;
    width: 100%;
    height: 100vh;
}

.animated-button{

    color: #fff !important;
    background: #eb0f07 !important;
    border: solid #eb0f07 !important;

}
.animated-button:hover{

    background: transparent !important;
    border: solid #fff !important;
    color: #fff !important;
}

.animated-banner-mar{

    margin-top: 80px !important;


    }

/*.right-cont1 p{

    color: #fdc451;

}

.right-cont1 p a {

    color: #fdc451;
}*/

.animated-banner{

    margin-top: 15%;
    margin-left: 9%;
}






@media (min-width: 320px) and (max-width: 480px) {
  
    .header-top{

        margin-top: 6px;
    }

    .banner-left p{

        margin: 0px !important; 
    }

}


@media only screen and (max-width: 767px){

    .animated-banner-mar{

        margin-top: 20px !important;
    }

}

@media only screen and (max-width: 1199px){

    ul.right-cont li {

        padding: 0 0px 0 19px !important;

        }
}

@media (min-width: 375px) and (max-width: 415px) {

    .banner-left p {

        margin: -15px 0px 0px 0px !important;
        
        }
}

@media (min-width: 768px) and (max-width: 480px) {

    .banner-left a{

        margin: 0px !important;
    }

    .banner-left p {
        width: 40% !important;
        margin: 0px 0 0 0 !important;
        float: right !important;
        clear: both !important;
        display: block !important;
    }

    .banner-left h3:after {
    content: url(../images/border-bottom.png) !important;
    position: absolute !important;
    bottom: -20px !important;
    left: 1 !important;
    right: -300px !important;
    text-align: center !important;
    width: 100% !important;
    
    }

    .banner-left h3{

        display: block;
    }
}