body{
	font-family: 'Lato', sans-serif;
}
.banner {
	background:url(../img/headerBG.jpg) no-repeat center top;
	color:#fff;
	padding-bottom: 13em;
	background-size:cover;
}
.headerInner {
	padding:15px;
	border-radius:6px;
	background:#fff;
	margin-top:30px;
}
.cirlce{
    width:40px;
    height:40px;
    background:#0c5adb;
    border-radius: 73px;
    margin: 0 auto;

}
.logo {
	float:left;
}
.logo-border{
	 border-right: 2px solid #ccc;
    padding: 8px 16px 8px 7px;
}
.wraper-left li{
	font-size:18px;
	list-style:none;
	color:#000;
}
.wraper-left a:hover{
   	text-decoration:none;
}
.wraper-left ul{
	margin-top:11px;
	margin-left:-35px;
}
.wraper-right {
    float: right;
	text-align:right;
    font-size: 17px;
    margin-top:18px;
}
.wraper-right i{
	color: #fff;
    padding: 11px 13px 10px 11px;
    margin: 0 auto;
}
.wraper-right a:hover{
	text-decoration:none;
}
.icon{ 
    border-left: 2px solid #ccc;
    padding: 8px 5px 8px 7px;
 }
.banner-info{
	margin-top:60px
}
.banner-info h1 {
font-size:85px;
line-height:100px;
}
.banner-title {
    font-size:24px;
}
.blinker {
	animation: changecolor 5s infinite;
	-moz-animation: changecolor 5s infinite;
	-webkit-animation: changecolor 5s infinite;
	-ms-animation: changecolor 5s infinite;
	-o-animation: changecolor 5s infinite;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -0.5px;
	font-size: 22px;
}
 @keyframes changecolor {
0% {
color: red;
}
25% {
color:#cc49d4;
}
50% {
color: #ce2522;
}
100% {
color: orange;
}
}
/* Mozilla Browser */ 
@-moz-keyframes changecolor {
0% {
color: red;
}
25% {
color:#cc49d4;
}
50% {
color: #ce2522;
}
100% {
color: orange;
}
}
/* WebKit browser Safari and Chrome */ 
@-webkit-keyframes changecolor {
0% {
color: red;
}
25% {
color:#cc49d4;
}
50% {
color: #ce2522;
}
100% {
color: orange;
}
}
/* IE 9,10*/ 
@-ms-keyframes changecolor {
0% {
color: red;
}
25% {
color:#cc49d4;
}
50% {
color: #ce2522;
}
100% {
color: orange;
}
}
/* Opera Browser*/ 
@-o-keyframes changecolor {
0% {
color: red;
}
25% {
color:#cc49d4;
}
50% {
color: #ce2522;
}
100% {
color: orange;
}
}
.headerForm {
    background:#5500a4;
    box-shadow:2px 11px 20px 1px #352c2c;
	margin:22px 0px 20px 0px;
	border-radius:6px;
}
.headerForm h2 {
    font-size: 28px !important;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 39px;
    margin-bottom: 0px;
    border-radius: 5px;
    margin: 10px 0px 0px 0px;
    text-align: center;
    padding: 4px 14px 4px 0px;
	font-family: "Roboto", Sans-serif;
}
.headerForm strong{
color:#fff;
}
.headerForm h3 {
	font-size: 14px;
	color: #cccccc;
	text-transform: uppercase;
	font-weight: 400;
	font-style: italic;
	margin-top: 8px;
	margin-bottom: 8px;
}
.headerForm input[type="text"] {
    width: 93%;
    height: 40px;
    padding: 10px;
    background:#fff;
    border-left: 0px;
    border-radius: 6px;
    color: #8a949f;
    font-size: 13px;
}
.input-group .form-control {
	width: 93%;
}
.headerForm .input-group-addon {
    background: #fff;
    border-right: 0px;
    color: #fff;
}
.headerForm i {
	color: #8a949f;
}
.headerForm textarea {
	width: 100%;
	height: 80px;
	padding: 10px;
	background:#fff;
	border-left: 0px;
	border-radius: 6px;
	color: #8a949f;
	font-size: 13px;
}
.headerForm textarea:focus {
	border: 1px solid #cac1c1;
	border-left: 0px;
}
.headerForm input[type="submit"] {
    height: 40px;
    background: #fff;
    border-radius: 6px;
    color: #000;
    font-size: 13px;
    border-radius: 6px !important;
    width: 98%;
    margin: 0px 0px 30px 0px;
}
.headerForm p {
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	padding-bottom: 10px;
	margin: 0px;
}
.headerForm p a {
	color: #fff;
	text-decoration: none;
}
.about{
	margin:50px 0px;
}
.about h1{
	color:#9033eb;
	font-size:85px;
}
.about h2{
	font-size:45px;
}
.about-desc{
	font-size:20px;
	color: #6d7c90;
}
.service{
	margin:50px 0px;
    position:relative;
}
.service h1{
	margin:38px 0px;
}
.service-shadow{
	box-shadow:0 8px 60px 0 rgba(103,151,255,.11), 0 12px 90px 0 rgba(103,151,255,.11);
	background:#fff;
	border-radius:9px;
}
.secvice-section-icon{
	    background: #fff;
    width: 100px;
    border-radius: 50px;
    height: 100px;
       box-shadow: 0 4px 24px 0 rgba(103,151,255,.1), 0 12px 64px 0 rgba(103,151,255,.1);
    margin: 0 auto;
}
.secvice-section-icon img{
    margin: 0 auto;
    padding: 20px;
}
.service-section-info {
  padding: 35px;
}
.service-section-title p {
    font-size: 16px;
    text-align:center;
    line-height: 26px;
}
.email-design {
    margin:57px 0px;
}
.svg-shape {
    width: 100%;
    bottom: -20%;
    left: -10%;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    position: absolute;
    z-index: -1;
}
.form{
margin:80px 0px;
}
#divi{
	padding-top:50px;
	padding-bottom:50px;
}
.consultation{
	background: -webkit-radial-gradient(top left,circle,#4a42ec 0%,#521d91 100%);
    background: radial-gradient(circle at top left,#4a42ec 0%,#521d91 100%);
    background-color: #521d91;
    box-shadow: 0 48px 48px -32px rgba(23,16,159,.2), 0 96px 96px -64px rgba(23,16,159,.4);
    margin-bottom: 64px;
	border-radius: 9px;
	position:relative;
}
#divi.consultation:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 440px;
    height: 440px;
    border-radius: 2000px;
    background: #ffad00;
    right: -33px;
    bottom: -121px;
}
#divi.consultation:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 32px;
    height: 32px;
    border-radius: 2000px;
    background: #ff4a9e;
    top: -16px;
    left: 64px;
}
.module{
	margin:100px 0px 90px 0px ;
}
.module h1{
	color:#3b43eb;
	margin-bottom:90px;
}
.module img{
    box-shadow: 0 8px 60px 0 rgba(103,151,255,.11), 0 12px 90px 0 rgba(103,151,255,.11);
	width:300px;
	height:auto;
}	
.color1{
	color:#fad71f;
}
.color2{
	color:#3630eb;
}
.color3{
	color:#27d681;
}
.color4{
	color:#ff8b1f;
}
.color5{
	color:#ff871e;
}
.color6{
	color:#52a9ff;
}
.landing-page{
    margin-top: -71px;
}
.website-img{
    margin-top: -92px;
}
.web-logo{
    margin-top: -294px;
}
.form-title{
	font-size:22px;
	color:#fff;
	text-align:center;
}
.form-heading{
	font-size:45px;
	color:#fff;
	text-align:center;
	padding-bottom:50px;
}
.frm textarea {
    background: #fff;
    border: 1px #7b7b7b solid;
    height: 96px;
    padding: 10px;
    font-size: 13px;
    color: #353535;
    outline: 0px;
    box-shadow: none;
    border-radius:3px;
}
.frm input[type="text"] {
    background: #fff;
    border: 1px #7b7b7b solid;
    height: 40px;
    padding: 10px;
    font-size: 13px;
    color: #353535;
    outline: 0px;
    box-shadow: none;
    border-radius: 3px;
}
.frm input[type="submit"] {
    background:#fff;
    border: 1px solid #0c5adb;
    height: 40px;
    padding:0px;
    font-size: 14px;
    color: #000;
    outline: 0px;
    box-shadow: none;
    width: 100%;
	border-radius:3px;
    cursor: pointer;
    
}
.port-btn{
	    box-shadow: 0 8px 60px 0 rgba(103,151,255,.11), 0 12px 90px 0 rgba(103,151,255,.11);
		 border-radius: 5px;
}
.gallery{
	margin-bottom:50px;
}
.gallery span{
	color:#f46500;
}
.gallery .portfolio-heading{
	margin:45px 0px;
}

.filter-button
{
    font-size: 15px;
    border: 1px solid #f1f4f5;
    border-radius: 25px;
    text-align: center;
    color: #837d7d;
    margin-bottom: 30px;
    margin-top: 30px;
    background-color: #f1f4f5;
	margin-left: 10px;
    margin-right: 10px;
}

.filter-button:hover
{
    font-size: 15px;
    border: 1px solid #f1f4f5;
    border-radius: 5px;
    text-align: center;
    color: #000;
    background-color:#f1f4f5;
    border-radius: 25px;
}
.btn-default:active,
.btn-default:focus,
.btn-default:active:focus {
 background-color:#f1f4f5;
 border: 1px solid #f1f4f5;
     outline: none;
}
.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}
.gallery_product img{
    box-shadow: 0 -1px 25px 0 rgba(103,151,255,.11), 0 -2px 171px 0 rgba(103,151,255,.11);
}
.globe{
	margin-top:20px;
}
.overView {
    background: linear-gradient(180deg,#6100d6 20%,#330070 100%);
    text-align: center !important;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: relative;
    margin-top: 48px;
    margin-bottom: 48px;
}
.overView h1 {
    font-size: 45px !important;
    color: #fff;
    line-height: 60px;
    text-align: center;
    margin-top:55px;
    margin-bottom: 60px;
}
.overView .border {
    height: 3px;
    width: 150px;
    background:#0c5adb;
    margin-bottom: 20px;
    margin: 0px auto;
    margin-bottom: 25px;
}
.overView img {
    text-align: center;
}
.overView span{
	color:#fff;
}
.overView h2 {
    font-size: 35px;
    font-weight: bolder;
    color: #fff;
	margin-top:10px;
}
.overView h3 {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
	padding-bottom:20px;
	margin-top:0px;

}
.overView .col-lg-3 {
    border-right: 1px #fff solid;
}
.arrow-section-divider {
    max-height:132px;
    fill: #fff;
}
.client{
	margin:30px 0px;
}
.client-heading{
padding: 0px 0px 30px 0px;
}
.client-heading span {
    color: #0c5adb;
	display:block;
}
.footer {
    background: #220057;
    padding: 30px 0px 50px 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
}
.footerLft {
    border-right: 1px #8a949f solid;
}
.footer h2 {
    font-size: 30px !important;
    font-weight: 400;
    color: #fff;
    line-height: 35px;
    text-transform: uppercase;
    text-align: left;
    margin-top: 0px;
}
.border {
    height: 3px;
    width: 150px;
    background:#0c5adb;
    margin-bottom: 20px;
}
.footer p {
    line-height: 26px;
	color: #fff;
}
.footerLft textarea {
    background: #fff;
    border: 1px #7b7b7b solid;
    height: 120px;
    padding: 10px;
    font-size: 13px;
    color: #76889a;
    outline: 0px;
    box-shadow: none;
    border-radius: 0px;
}
.footerLft input[type="text"] {
    background: #fff;
    border: 1px #7b7b7b solid;
    height: 40px;
    padding: 10px;
    font-size: 13px;
    color: #76889a;
    outline: 0px;
    box-shadow: none;
    border-radius: 0px;
}
.footer h3 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    line-height: 35px;
    text-transform: uppercase;
    text-align: left;
    margin-top: 0px;
}
.requestForm input[type="tel"] {
    width: 75%;
    float: left;
    padding: 10px;
    height: 35px;
    background: #fff;
    border: 0px;
    outline: 0px;
    font-size: 13px;
    color: #242424;
}
.footerLft  input[type="submit"] {
    background:transparent;
    border: 1px solid #0c5adb;
    height: 40px;
    font-size: 14px;
    color: #fff;
    outline: 0px;
    box-shadow: none;
    border-radius: 0px;
    margin-top: 22px;
    width: 100%;
    cursor: pointer;
    margin: 23px 0px 22px 0px;
}
.footer .col-md-7 {
    padding: 0px;
}
.form-group {
    margin-bottom: 15px;
}
.footerLft label {
    font-size: 13px;
    color: #9eadbb;
    font-weight: 600;
}
.footerBottom {
    background: #370079;
    font-size: 14px;
    color: #fff;
    padding: 10px 0px;
    text-align: center;
}
.footerBottom a{
	color: #fff;
	text-decoration:none;
}

.footer p a,
.footer p a:hover{
	color:#fff;
	text-decoration:none;
}

.underline {
    background: #0c5adb;
    width: 150px;
    height: 3px;
    margin: 0 auto;
}

@media screen and (max-width:1253px){
#divi.consultation:after {
    right: 0px;
    bottom: -70px;
}
}
@media screen and (max-width: 1200px){
#divi.consultation:after {
    right: -68px;
    bottom: -70px;
}
}
@media screen and (max-width: 1123px){
#divi.consultation:after {
    right: -41px;
    bottom: -89px;
}
}
@media screen and (max-width: 1070px){
#divi.consultation:after {
    right: 2px;
    bottom: -89px;
}
}
@media screen and (max-width:1024px){
.headerForm input[type="submit"] {
	width:99%;
}
.service-section-title p {
    font-size: 16px;
}
}


@media screen and (max-width:991px){
.banner-info h1 {
    font-size:57px;
    line-height:63px;
}
.wraper-left ul {
    margin-left: 186px;
}
.wraper-right {
    margin-top: -51px;
}
.service-section-title p {
    font-size: 18px;
}
.landing-page{
    margin-top:0px;
}
.website-img {
    margin-top:0px;
}
.web-logo {
    margin-top:0px;
}
.filter-button {
    margin-bottom:15px;
    margin-top: 15px;
}
#divi.consultation:after {
    right: -45px;
    bottom: -89px;
}
}
@media screen and (max-width: 857px){
#divi.consultation:after {
    right: -13px;
    bottom: -89px;
}
}
@media screen and (max-width: 791px){
#divi.consultation:after {
	width: 300px;
    height: 300px;
	right: 0px;
	}
}
@media screen and (max-width:768px){
.mailer-img {
    margin: 0px 0px 0px 0px;
}
.web-app {
    margin-top: 0px;
    margin-bottom: 150px;
}
.landing-page{
	margin-top: 11px;
}
.web-logo {
    margin-top: -110px;
}
.website-img {
    margin-top: -110px;
}
.secvice-section-info{
    margin: 20px 0px 25px 0px;
}
.service-section-title p{
	text-align:center;
}

.filter-button {
    margin-bottom:15px;
    margin-top: 15px;
}
.module {
    margin-top:50px;
}
.module h1{	
    margin-bottom: 35px;
}
.email-design {
    margin: 0px 0px;
}
.headerForm input[type="submit"] {
    width: 100%!important;
}
}
@media screen and (max-width:767px){
.headerForm input[type="submit"] {
    width: 95%!important;
}
}

@media screen and (max-width:700px){
.logo {
    float: none;
    text-align: center;
}
.logo-border {
   padding:7px 0px;
	margin: 0 auto;
    display: block;
	    border-right: none;
}
.wraper-right {
    float:none;
    font-size:18px;	
	padding: 0 14px;
	margin-top:0px;
	text-align: center;
}
.wraper-left ul {
    margin-left: -46px;
	margin-top: 23px;
    text-align: center;
}
.filter-button {
    margin-bottom:15px;
    margin-top: 15px;
}
.headerForm input[type="submit"] {
    width: 97%!important;
}
.secvice-section-info{
    margin: 20px 0px 25px 0px;
}
.email-design {
    margin:0px 0px;
}
}
@media screen and (max-width:646px){	
#divi.consultation:after {
	width: 300px;
    height: 300px;
	right: 24px;
}
	}
	
@media screen and (max-width:632px){
.logo {
    float: none;
    text-align: center;
}
.logo-border {
   padding:7px 0px;
	margin: 0 auto;
    display: block;
	    border-right: none;
}
.wraper-right {
    float:none;
    font-size:18px;	
	padding: 0 14px;
	margin-top:0px;
	text-align: center;
}
.wraper-left ul {
    margin-left: -46px;
	margin-top: 23px;
    text-align: center;
}
.module .col-xs-6 {
    width: 100%;
}
.website-img {
    margin-top:0px;
}
.headerForm input[type="submit"] {
    width: 96%!important;
}
.filter-button {
    margin-bottom:13px;
    margin-top: 13px;
}
.secvice-section-info{
    margin: 20px 0px 25px 0px;
}
.mailer-img {
    margin-top: 39px;
}
.landing-page {
    margin-top: 39px;
}
.web-app {
    margin-top:39px;
}
.website-img {
    margin-top:39px;
}
.email-design {
    margin: 0px 0px;
}
.module {
    margin-top:0px;
}
.module h1{	
    margin-bottom: 35px;
}
#divi.consultation:after {
	width: 300px;
    height: 300px;
	right: 0px;
	}
}

	
	
@media screen and (max-width:425px){
.logo {
    float: none;
    text-align: center;
}
.logo-border {
   padding:7px 0px;
	margin: 0 auto;
    display: block;
	    border-right: none;
}
.wraper-right {
    float:none;
    font-size:18px;	
	padding: 0 14px;
	margin-top:0px;
	text-align: center;
}
.wraper-left ul {
    margin-left: -46px;
	margin-top: 23px;
    text-align: center;
}
.service-section-title p {
    font-size: 21px;
}	
.headerForm input[type="submit"] {
    width: 97%!important;
}
.headerForm {
    margin: 39px 0px 20px 0px;
}
.secvice-section-info{
    margin: 20px 0px 25px 0px;
}
.overView .col-xs-6 {
		width:100%;
}
.overView .col-lg-3 {
    border-right: 0px #242424 solid;
}
.about {
	margin-top:-65px;
}
.about-desc {
    margin-bottom: -12px;
    font-size: 25px;
}
.email-design {
    margin: 0px 0px 57px 0px;
}
.filter-button {
    margin-bottom:13px;
    margin-top:13px;
}
.mailer-img {
    margin-top: 39px;
}
.landing-page {
    margin-top: 39px;
}
.web-app {
    margin-top:39px;
}
.website-img {
    margin-top:39px;
}
.module {
    margin-top:0px;
}
.module h1{	
    margin-bottom: 35px;
}
#divi.consultation:after {
	width: 300px;
    height: 300px;
	right: 0px;
	}

}



@media screen and (max-width:408px){
.logo {
    float: none;
    text-align: center;
}
.logo-border {
   padding:7px 0px;
	margin: 0 auto;
    display: block;
	    border-right: none;
}
.wraper-right {
    float:none;
    font-size:18px;	
	padding: 0 14px;
	margin-top:0px;
	text-align: center;
}
.wraper-left ul {
    margin-left: -46px;
	margin-top: 23px;
    text-align: center;
}
.filter-button {
    margin-bottom:13px;
    margin-top: 13px;
}
.mailer-img {
    margin-top: 39px;
}
.secvice-section-info{
    margin: 20px 0px 25px 0px;
}
.landing-page {
    margin-top: 39px;
}
.web-app {
    margin-top:39px;
}
.website-img {
    margin-top:39px;
}
.module {
    margin-top:0px;
}
.module h1{	
    margin-bottom: 35px;
}
#divi.consultation:after {
	width: 300px;
    height: 300px;
	right: 0px;
	}
	
}
@media screen and (max-width:375px){
.logo {
    float: none;
    text-align: center;
}
.logo-border {
   padding:7px 0px;
	margin: 0 auto;
    display: block;
	    border-right: none;
}
.wraper-right {
    float:none;
    font-size:18px;	
	padding: 0 14px;
	margin-top:0px;
	text-align: center;
}
.wraper-left ul {
    margin-left: -46px;
	margin-top: 23px;
    text-align: center;
}
.about {
	margin-top:-65px;
}
.about-desc {
    margin-bottom: -12px;
    font-size: 25px;
}
.secvice-section-info{
    margin: 20px 0px 25px 0px;
}
.filter-button {
    margin-bottom:13px;
    margin-top: 13px;
}
.mailer-img {
    margin-top: 39px;
}
.landing-page {
    margin-top: 39px;
}
.web-app {
    margin-top:39px;
}
.website-img {
    margin-top:39px;
}
.module {
    margin-top:0px;
}
.module h1{	
    margin-bottom: 35px;
}
#divi.consultation:after {
	width: 300px;
    height: 300px;
	right: 0px;
	}

}
@media screen and (max-width:320px){
.logo {
    float: none;
    text-align: center;
}
.logo-border {
   padding:7px 0px;
	margin: 0 auto;
    display: block;
   border-right: none;
}
.wraper-right {
    float:none;
    font-size:18px;	
	padding: 0 14px;
	margin-top:0px;
	text-align: center;
}
.wraper-left ul {
    margin-left: -46px;
	margin-top: 23px;
    text-align: center;
}
.banner-info h1 {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 16px;
}
.about h1 {
    font-size:55px;
}
.about h2 {
    font-size: 35px;
}
.about {
	margin-top:-65px;
}
.about-desc {
    margin-bottom: -12px;
    font-size: 25px;
}
.headerForm input[type="submit"] {
    width: 98%;
}
 .secvice{
    margin-bottom: 20px;
}
.secvice-section-info{
    margin: 20px 0px 25px 0px;
}
.mailer-img {
    margin-top: 39px;
}
.landing-page {
    margin-top: 39px;
}
.web-app {
    margin-top:39px;
}
.website-img {
    margin-top:39px;
}
.filter-button {
    margin-bottom: 13px;
    margin-top:13px;
}
.module {
    margin-top:0px;
}
.module h1{	
    margin-bottom: 35px;
}
#divi.consultation:after {
	width: 300px;
    height: 300px;
	right: 0px;
	}

}
.thankmid img {
    margin: 0px auto;
    text-align: center;
}
.thankmid p {
    font-size: 16px;
    color: #242424;
}
.thankmid a {
    padding: 30px 0px;
    font-size: 12px;
    color: #F00;
}
.thankHeader {
    background: #f0f0f0;
    border-bottom: 5px #ececec solid;
    padding: 10px 0px;
}