.main-circle{
height:500px;
width:500px;
text-align:center;
margin:0 auto;
}

.first-circle{
height:400px;
width:400px;
border:5px solid white;
border-radius:100%;
text-align:center;
margin:0 auto;
margin-top:8%;
}

.main-div{
margin-top:5%;
}

.black-arrows{
width:300%; 
z-index:100; 
position:relative; 
top:210px; 
left:-140px;
}

.service-details{
border-left:2px solid black;
/* border-bottom:2px solid black; */
padding:10px;
margin-top:35px;
}

.service-title{
font-weight: normal;
font-family: Bevan,sans-serif;
font-size: 46px;
}

.service-sub{
font-size:14px;
color:#2C3E50;
}

.what-we-do{
font-size:14px;
color:#2C3E50;
}

.logo{
width: 155px;
margin: 10px;
}

/*
.header{
height:150px;
-webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.49);
-moz-box-shadow:    0px 3px 5px rgba(100, 100, 100, 0.49);
box-shadow:         0px 3px 5px rgba(100, 100, 100, 0.49);

 } */
/* old header 
#header{
 position: relative;
  width: 95%;
  height: 90px;
  background: #349FBE;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 1em 1.5em;
  color: rgba(0,0,0, .8);
  text-shadow: 0 1px 0 #fff;
  line-height: 1.5;
  margin: 12px auto;
  margin-top: -192px;
}
*/

#header{
 position: relative;
  width: 100%;
  height: 90px;
  background: #349FBE;
  padding: 1em 1.5em;
  color: rgba(0,0,0, .8);
  text-shadow: 0 1px 0 #fff;
  line-height: 1.5;
  margin: 0px auto;
  margin-top: -202px;
}

#footer{
 width: 100%;
background: #349FBE;
-moz-border-radius: 4px;
border-radius: 4px;
padding: 1em 0.5em;
color: rgba(0,0,0, .8);
line-height: 1.5;
margin: 0px auto;
margin-top: -30px;
}

#header:before, #header:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 68%;
  max-width: 500px;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
  transform: rotate(-3deg);
}

#header:after {
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.mar-top{
margin-top:7px;
}

.footer-left{
margin-left: 26px;
}

#logo{
    height: 202px;
  width: 296px;
  position: relative;
  z-index: 1000;
  background-image: url(../images/edit_logo.png);
  background-repeat: no-repeat;
  margin-left: -148px;
  left: 50%;
  top: 0px;
}

.navContainer {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  height: 76px;
}

.navContainer #leftNav {
  float: left;
  width: 290px;
  height: 75px;
}

.navContainer #rightNav {
  float: right;
  width: 290px;
  height: 75px;
}

.navContainer a {
  float: left;
  font-family: LeagueGothicRegular;
    font-size: 27px;
  color: #E9F3F8;
  text-decoration: none;
  margin-top: 12px;
}

.navContainer #leftNav a {
  float: right;
  margin-left: 25px;
}

.navContainer #rightNav a {
  float: left;
  margin-right: 25px;
}

.navContainer a:hover {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #E9F3F8;
  color:#fff;
  text-decoration:none;
}

.help{
  opacity: 0.8;
  z-index: 9999;
  height: 100%;
  position: relative;
  margin-bottom: -671px;
  background-color: white;
}

.instruct-arrow{
z-index:9999999;
position:fixed;
top: 137px;
left: 450px;
}

.main-body{
z-index:999;
position:relative
}

.help-font{
font-family: 'Shadows Into Light', cursive;
  letter-spacing: 6px;
  line-height: 2.5;
  position: fixed;
  top: 157px;
  left: 704px;
  z-index: 99999999;
  font-size: 52px;
  font-weight: bold;
  color:rgb(219, 38, 51);;
}

.contact-bg{
background:url(../images/contact-bg.jpg);
background-size:cover;
}

.contact-box{
  background-color: #349FBE;
  padding: 2em 1em;
  margin: 0 auto;
  width: auto;
  max-width: 590px;
  position: relative;
  margin-bottom: 4em;
  top:4em;
  float: right;
  margin-right:7em;
  border:2px solid white;
}

.contact-heading{
font-size:3.5625em;
color:white;
letter-spacing: .1em;
  -webkit-font-smoothing: antialiased;
  font-family:"Maven Pro",sans-serif;
}

.contact-intro{
font-family: "Maven Pro",sans-serif;
color:white;
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin: 0 auto;
  clear: both;
  width: 478px;
}

.contact-box:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3.9em;
  right: 3em;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 4em 4em 0;
  border-color: transparent #349FBE transparent transparent;
}

.contact-page{
background-color:rgba(52, 200, 243, 1);;
color:white;
}
.contact-page-details{
  margin-bottom: 1.35em;
  margin-left:4em;
  font-size:2.7em;
  font-family: "Maven Pro",sans-serif;
  font-weight:bold;
}
.contact-page-details:before {
  display: block;
  content: attr(data-numbered);
  font-size: 2.7em;
  line-height: .8;
  position: absolute;
  left: 0;
  letter-spacing: 2px;
  font-family: "Maven Pro",sans-serif;
}

.detail{
font-size:2.3em;
font-family: "Maven Pro",sans-serif;
letter-spacing:1px;
}
.form-style{
width: 86%;
  height: 60px;
  font-size: 1.8em;  
  margin-bottom: 20px;
  }
  
  .form-mess{
  height: 150px;
  margin-bottom: 20px;
  }
  
  .form-style-button{
  width:42.7%;
  background: #252525;
  border: none;
  padding: .75em 1.5em;
  color:white;
  font-size:1.5em;
  }
  
  input, textarea{
  padding: .75em;
  color: #666;
  background-color: #FFF;
  border: none;
  margin-bottom: 1.5em;
  -webkit-appearance: none;
  border-radius: 0;
  }
  
  .contact-method{
  font-size:25px;
  font-family: "Maven Pro",sans-serif;
      vertical-align: top;
	  line-height:1.5;
	  letter-spacing:.1em;
  }
  
  .first-about-bg{
  background:url("../images/aboutbg.jpg");
  background-size:cover;
 margin-top:-10px;
  font-family: "Maven Pro",sans-serif !important;
  color:white;
  }
  
  .first-about-bg h1{
    padding:121px;
	padding-bottom: 50px;
  font-size:45px;
  font-family: "Maven Pro",sans-serif !important;
  color:white;
  text-align:center;
  }
  
  .first-about-bg h3{
  font-size:23px;
  font-family: "Maven Pro",sans-serif !important;
  color:white;
  text-align:center;
  }
  
  .ruler {
  margin: auto;
  display: block;
  width: 90px;
  height: 1px;
  border-bottom: 1px solid #d5d5d5;
  }
  
   .box{
text-align:center;
margin:0 auto;
background: #34C8F3;
padding: 20px 40px;
width: 40%;
font-size:25px;
  }
  
  .offering-box{
  border: 1px solid white;
  border-left: none;
  border-top: none;
  height:500px;
  }
  
  .offering-box h2{  
  color: #fff;
  -webkit-font-smoothing: antialiased;
  top: 46%;
  width: 100%;
  text-align: center;
  position:relative;
  font-family: "Maven Pro",sans-serif;
  font-size:40px;
  }
  
  .animateup{
  -webkit-animation: moveUp .8s ease forwards;
  animation: moveUp .8s ease forwards;

  }
  
  .animatedown{
  -webkit-animation: moveDown .8s ease forwards;
  animation: moveDown .8s ease forwards;
  }
  
  .kaboom{
  -webkit-animation: kaboom .8s ease forwards;
  animation: kaboom .8s ease forwards;
  }
  
  .offerings .bullets-wrap {
  top: 40%;
  text-align: center;
  width: 100%;
  /* filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); */
  opacity: 0;
  position:relative;
}

.offerings .bullets {
  display: inline-block;
  text-align: left;
  margin: 0;
  list-style-type: none;
}

.offerings .bullets li {
 font-family: "Maven Pro",sans-serif;
  font-size: 20px;
  font-weight:400;
  color: #fff;
  line-height: 1.8em;
}
  
  @-webkit-keyframes moveUp {
   0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
  }
}
  @keyframes moveUp {
   0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
  }
}


 @-webkit-keyframes moveDown {
   0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity:0;
  }
  100% {
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
	opacity:1;
  }
}


 @keyframes moveDown {
   0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity:0;
  }
  100% {
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
	opacity:1;
  }
}

@-webkit-keyframes kaboom {
   0% {
    opacity:0;
  }
  100% {
	opacity:1;
  }
}

@keyframes kaboom {
   0% {
    opacity:0;
  }
  100% {
	opacity:1;
  }
}

.offerings hr {
width: 44px;
  top: 43%;
  left: 50%;
  left: 0%\9; /* IE 8 and below */
  margin: 0;
  margin-left: -22px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position:relative;
}
.about-titles{
margin:0 auto; 
text-align:center; 
padding:30px;
 font-family: "Maven Pro",sans-serif;
 }
 
  hr {
width: 44px;
  margin: 0;
  margin-left: -22px;
}

.connect{
height:50px;
width:50px;
}

.connect-link {
padding: 10px;
}

.service-first{
text-align:center;
margin:-10px auto;
background-color:rgb(250, 73, 85);
padding:121px;
}

.service-first h1{
text-align:center;
font-family: "Maven Pro",cursive;
font-size: 50px;
  font-weight:500;
color:white;
padding-bottom:20px;
}

.service-first h3{
text-align:center;
font-family: "Maven Pro",cursive;
font-size: 30px;
font-weight:500;
color:white;
}


/* new classes */

.flip {
    display: inline-block;
}
	  
.front{
color:black;
}

.services-details{
background-color:rgb(52, 200, 243);
}

.center{
text-align:center;
}

.divcenter{
text-align:center;
margin:0 auto;
}

.service-img{
width:100%;
}
.service-table{
border:1px solid;
}

.bgimg{
background:url(../images/aboutbg.jpg);
background-size:cover;
}

.font-white{
color:white;
}

.padding-60s{
padding:62px;
}

.large-font{
font-size:42px;
}

.bg-color-orange{
background-color:#EB5B4C
}

.service-icon{
width:100px;
height:100px;
}

.justify{
text-align:justify;
}

.lineheight20{
line-height:20px;
}


.service-borders{
border: 14px solid rgba(52, 200, 243, 1);
}

.bg-color-blue{
background-color: #859ACA;
}

.bg-color-violet{
background-color: #4C4956;
}

.bg-color-header{
background-color: rgb(52, 159, 190);
}

.bg-color-logo-red{
 background-color: rgb(250, 73, 85);
 }
 
 .bg-color-logo-orange-red{background-color: rgb(239, 95, 39);}
 
 .bg-color-logo-darkblue{ background-color: rgb(37, 122, 188); }
 
 .bg-color-logo-shadeblue{background-color: rgb(90, 149, 154);}

 .services-details  h2{ 
 font-family: 'Maven Pro', sans-serif;
 }
 
  .services-details  h4{ 
 font-family: 'Maven Pro', sans-serif;
 }
 
.square h1{
 font-family: 'Maven Pro', sans-serif;
}

.why-us-header{
   background: url(../images/whyus-bg.png);
}

.whyus-first {
  text-align: center;
  margin: -10px auto;
  background: url(../images/header-bg.png) repeat-x;
 /*  background-size:cover; */
  width: 100%;
  padding: 121px;
  }
 
.whyus-first h4 {
  text-align: center;
  font-family: 'Maven Pro', sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: white;
} 
 
.whyus-first h2 {
  text-align: center;
  font-family: 'Maven Pro', sans-serif;
  font-size: 45px;
  font-weight: 500;
  color: white;
} 

.whyus-content h2{
font-size:35px;
 font-family: 'Maven Pro', sans-serif;
}

.whyus-content p {
  padding-bottom: 20px;
  line-height: 24px;
}

  
.sidebar {
/* background: #f4f2ee; */
background: url(../images/whyus-bg.png);
padding: 20px;
}

.sidebar h3, .sidebar h4{
  padding-bottom: 5px;
  color: #808080;
  letter-spacing: -1px;
  line-height: 1em;
  font-weight: normal;
  font-family: 'Maven Pro', sans-serif;
}

.padding-left-right{
padding-left:100px !important; 
padding-right:100px !important;
}

#testimon { 
list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#testimon li span {
  background: #d4e7e3;
  display: block;
  padding: 20px;
}

#testimon li {
  background: url(../images/quote-bot.png) no-repeat 15px bottom;
  margin: 10px 0;
  padding-bottom: 10px;
  }
  
.sidebar{
  margin-top:-50px;
}

#home_services, #home_about{
z-index:999; 
position:relative;
}



b.heart1 {
  position: absolute;
  width: 34px;
  overflow: inherit;
  -webkit-animation: animateHeart 2.5s infinite;
  animation: animateHeart 2.5s infinite;
  list-style:none;
  }
  
 b.heart1:before, b.heart1:after {
  position: absolute;
  content: '';
  top: 0;
  left: 13px;
    width: 14px;
  height: 21px;
  background: #FA4955;
  border-radius: 50px 50px 0 0;
  -webkit-transform: rotate(-45deg) translateZ(0);
  transform: rotate(-45deg) translateZ(0);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  }
  

  b.heart1:after {
  left: 0;
  -webkit-transform: rotate(45deg) translateZ(0);
  transform: rotate(45deg) translateZ(0);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
  
  @-webkit-keyframes animateHeart {
  0%{transform:scale(1)}
  5%{transform:scale(1.2)}
  10%{transform:scale(1.1)}
  15%{transform:scale(1.3)}
  50%{transform:scale(1)}
  100%{transform:scale(1)}
  }

  .contactliners{
  font-family:'Maven Pro',sans-serif; 
  letter-spacing: 2px;   
  font-size: 1.3em;
  }