body {
	font-family: 'Raleway', sans-serif;
    padding: 0px;
	margin:0px;
}

#body-header {
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	
	margin-bottom: 0px;
	margin-left: auto;
	padding:5px 0px;
	background-image: url(images/header-border.png);
	background-repeat: repeat;
	z-index:999;
	background-position: left top;
}
.Payment-01 { width:100%;
float:left;
margin:0px;
padding:0px;
}
.Payment-01 ul { width:100%;
float:left;
margin:0px;
padding:0px;
}
.Payment-01 ul li {
	width:98%;
	float:left;
	color: #1c73b0;
	margin-left:2%;
	margin-bottom: 10px;

}
 b { color:#1c73b0;
}
.Payment-01 ul li span { margin: 0px 0px 10px;

font-weight: normal;
color: #1c73b0;
padding-bottom:10px;
margin-left:7px;

}
#body-header.sticky{
	background:####;
}


.clear {
	clear: both;
}

.header {
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	max-width:1170px;
}

.main-header {
	height:auto;
	width: 100%;
	padding: 0px;
	float: left;
	margin: 0px;
}

#body-banner {
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	float:left;
}

.banner {
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

.main-banner{
	height:auto;
	width: 100%;
	padding: 0px;
	float: left;
	margin: 0px;
}

#body-content {
    height: auto;
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 0px;
    float: left;
}

#body-content-home{
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 50px 0px 75px;
	background-image: url(images/cont-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	float:left;
}



#body-content2{
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	float:left;
}

.content {
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	max-width:1170px;
}

.main-content{
	height:auto;
	width: 100%;
	padding: 0px;
	margin:0px;
	float: left;
}

#body-footer {
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding:20px 0px;
	float:left;
	background:#151414;
}

.footer{
	height: auto;
	width:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	max-width:1170px;
}

.main-footer{
	height:auto;
	width: 100%;
	padding: 0px;
	float: left;
	margin: 0px;	
}

.logo-box{
	width:100%;
	margin:0px;
	padding:0px;
	height:auto;
	float:left;
	max-width: 176px;
	transition:all linear 0.5s;
	-moz-transition:all linear 0.5s;
	-ms-transition:all linear 0.5s;
	-o-transition:all linear 0.5s;
	-webkit-transition:all linear 0.5s;
}

.logo-box.sticky {
	max-width:100px;
}


.logo-box img{
	width:100%;
}

.nav-box{
	width:100%;
	margin: 44px 0px 0px;
	padding:0px;
	height:auto;
	max-width:800px;
	text-align:right;
	float:right;
}

.nav-box.sticky{
	margin:15px 0px 0px;
}

* Effect 13: three circles */
.menu li a {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.menu li a::before {
	position: absolute;
	top: 100%;
	left: 50%;
	color: transparent;
	content: '•';
	text-shadow: 0 0 transparent;
	font-size: 1.2em;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
}

.menu li a:hover::before{
	color:#fff;
	text-shadow: 10px 0 #fff, -10px 0 #fff;
}
.menu li a:focus::before {
	color:#00A8FF;
	text-shadow: 10px 0 #00A8FF, -10px 0 #00A8FF;
}

.menu li a:hover,
.menu li a:focus {
	color:#00c0ff;
}

/* Effect 5 */


.slider-content{
   width: 54%;
    margin: -280px 0px 0px 80px;
    padding: 0px;
    height: auto;
    float: left;
    position: absolute;
}

.slider-content h2{
    margin: 0px 0px 15px;
    padding: 0px;
    color: #fff;
    font-size: 30px;
	text-shadow: 0px 2px 3px #000;
	font-weight:bold;
}

.slider-content p{
   margin: 0px;
padding: 0px 0px;
font-size: 21px;
color: #fff;
line-height: 36px;
text-shadow: 0px 2px 3px #000;
font-weight: bold;
}

.slider-butt{
	margin:30px 0px 0px;
	padding:0px;
	width:100%;
	height:auto;
	float:left;
}


.slider-butt a{
	margin:0px;
	padding:0px;
	padding:8px 20px;
	border-radius:20px;
	color:#fff;
	text-decoration:none;
	border:2px solid #fff;
	font-size:15px;
	display:inline-block;
	transition:all linear 0.5s;
	-moz-transition:all linear 0.5s;
	-ms-transition:all linear 0.5s;
	-o-transition:all linear 0.5s;
	-webkit-transition:all linear 0.5s;
}

.slider-butt a:hover{
	background:#fff;
	color:#000;
}

.new-cont{
	width:100%;
	margin:-60px 0px 0px;
	padding:30px 0px;
	height:auto;
	float:left;
	border-radius:10px;
	position:relative;
	z-index:6;
	background:#fff;
}

.seo-bg{
	width:100%;
	margin:0px 0px 0px;
	padding:70px 0px;
	height:auto;
	float:left;
	text-align:center;
}

.seo-bg h1{
	margin:0px 0px 0px;
	padding:0px;
	color:#00c0ff;
	font-weight:400;
	font-family: 'Titillium Web', sans-serif;

}

.seo-bg p{
	margin:0px;
	padding:0px;
	color:#fff;
	letter-spacing:1px;
	font-size:20px;
	font-family: 'Titillium Web', sans-serif;

}

.seo-input{
	width:40%;
	margin:20px auto 0px;
	padding:0px 20px;
	height:auto;
	border-radius:5px;
	background:rgba(0,0,0,0.5);
	display:block;
}

.new-seo{
	width:100%;
	margin:0px;
	padding:25px 0px;
	height:auto;
	display:inline-block;
}

.seo-input span{
	margin:0px;
	padding:0px;
}

.seo-input input {
    border: none;
    background: #fff;
    width:69%;
    margin: 0px;
    padding:0px 10px;
    border-radius: 5px;
    float: left;
    font-size: 14px;
    color: #575656;
	float:left;
	height:45px;
	font-family: 'Titillium Web', sans-serif;

	font-size:15px;
}

.input-butt{
	width:auto !important;
	background:#003586 !important;
	color:#fff !important;
	padding:0px 17px !important;
	margin-left:2% !important;
	cursor:pointer;
	font-size:16px !important;
	letter-spacing:1px;
	text-transform:uppercase;
	font-family: 'Titillium Web', sans-serif;

}

.contact-right{
    width:45%;
    margin: 0px auto 0%;
    padding: 0px;
    height: auto;
}

.contact-title {
    width: 100%;
    margin: 0px;
    padding: 0px;
    height: auto;
    float: left;
}

.contact-form {
    width: 100%;
    margin: 35px 0px 0px;
    padding: 0px;
    height: auto;
    float: left;
}

.contact-form form p {
   margin: 0px 0px 20px;
padding: 0px;
width: 48%;
float: left;
margin-left: 2%;
}

.contact-form form p input {
    padding:0px 2%;
    width: 96%;
    margin: 0px;
    height: auto;
    float: left;
    border: none;
    background: none;
	border: 1px solid #fff;
	border-radius: 5px;
	font-size: 15px;
    color: #fff;
	height:40px;
    font-family: 'Titillium Web', sans-serif;

}



.contact-form form p textarea {
    padding: 0px 2%;
    width: 95%;
    margin: 0px;
    float: left;
    height:180px;
	border: none;
    background:none;
	border-radius: 5px;
	border: 1px solid #fff;
	font-size: 15px;
    color: #fff;
    font-family: 'Titillium Web', sans-serif;

}

.contact-form form button {
    background:#F35E00;
    padding:5px 15px;
    color: #fff;
    font-size:18px;
    border-radius: 2px;
    text-transform: uppercase;
	margin:10px 0px 0px;
	float:right;
	border:none;
	font-family: 'Titillium Web', sans-serif;

	cursor:pointer;
}

 .button-1 {
    background:#1c73b0;
    padding:5px 15px;
    color: #fff;
    font-size:18px;
    border-radius: 2px;
    text-transform: uppercase;
	margin:10px 0px 0px;
	float:right;
	border:none;
	font-family: 'Titillium Web', sans-serif;

	cursor:pointer;
}
.text {
    width: 100% !important;
}

.contact-title h1 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
	font-family: 'Titillium Web', sans-serif;

}

.contact-sect{
	width:94%;
	margin:0px 0px 0px;
	padding:70px 3%;
	height:auto;
	float:left;
	background-image: url(images/contact-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment:fixed;
}


.social-icons {
    margin:50px 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
}

.social-icons ul li a i:hover{
	background:#000;
}

.social-icons h1 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    text-align: center;
    color:#1c73b0;
    text-transform: uppercase;
    font-family: 'Titillium Web', sans-serif;

	font-size:26px;
}

.social-icons ul {
    margin:25px 0px 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
}

.social-icons ul li {
    margin: 0px 12px 0px;
    padding: 0px;
    display: inline-block;
}

.social-icons ul li a i {
    color: #fff;
    background:#1c73b0;
	font-size: 25px;
	width: 45px;
	height: 45px;
	line-height: 45px;
    text-align: center;
    border-radius: 50%;
    transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -ms-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    -webkit-transition: all linear 0.5s;
}

.icons-new{
	margin:0px;
	padding:0px;
	height:auto;
	float:left;
	width:100%;
}

.footer-left{
	width:50%;
	margin:0px;
	padding:0px;
	height:auto;
	float:left;
}

.footer-left ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

.footer-left ul li{
	margin:0px;
	padding:0px;
	display:inline-block;
}

.footer-left ul li a{
	font-size:13px;
	padding:0px 15px;
	font-weight:500;
	text-decoration:none;
	color:#f2f6f4;
}

.footer-left ul li a:hover {
    color: #fff;
}

.footer-right{
	width:40%;
	margin:0px;
	padding:0px;
	height:auto;
	float:right;
	text-align:right;
}

.footer-right p{
	margin:0px 15px 0px 0px;
	padding:0px;
	font-size:13px;
	color:#686868;
}


.footer-right p a{
	color:#00c0ff;
	text-decoration:none;
}

.footer-right p a:hover {
    color: #fff;
}
.box-1{
	width:32.4%;
	height:auto;
	float:left;
	margin:25px 15px 0px 0px;
	padding:0px;
	background-image: url(images/web-3.png);
	background-repeat: repeat;
	background-position: left top;
}

.box-1:hover{
	background-image:url(images/web-hover.png);
}

.box-1:nth-child(3){
	margin-right:0px;
}

.box-1:nth-child(6){
	margin-right:0px;
}

.box-inner{
	width:96%;
	margin:0px;
	padding:45px 2%;
	height:auto;
	float:left;
	text-align:center;
	cursor:pointer;
	box-shadow: #000 0px 0px 3px 0px;
}


.box-inner h1{
    margin: 0px 0px;
    padding: 10px 20px;
    color: #fff;
    font-size: 28px;
    font-weight: 500;
	line-height: 35px;
    height: 70px;
    font-family: 'Titillium Web', sans-serif;
}

.box-inner i{
	font-size:100px;
	color:#00a8ff;
}

.box-inner p {
    margin: 15px 0px 0px;
    padding: 0px 10px;
    color: #FFF;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 20px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background:#1c73b0 no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  background-image:url(images/arrowtop.png);
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

/* Effect 5 */


.box-1 i {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 15px 30px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
}

.box-1 i: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;
}

.box-1 i:before {
	speak: none;
	font-size: 55px;
	line-height:100px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}


.box-1 i {
	box-shadow: 0 0 0 4px rgba(255,255,255,1);
	overflow: hidden;
	-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}

.box-1 i:after {
	display: none;
}

.box-1 :hover .cart{
	background: rgba(255,255,255,1);
	color:#ec4d45;
	box-shadow: 0 0 0 8px rgba(255,255,255,0.3);
}

.box-1 :hover .joomla{
	background: rgba(255,255,255,1);
	color:#228B22;
	box-shadow: 0 0 0 8px rgba(255,255,255,0.3);
}

.box-1 :hover .paymnt{
	background: rgba(255,255,255,1);
	color: 	#FF69B4;
	box-shadow: 0 0 0 8px rgba(255,255,255,0.3);
}

.box-1 :hover .cust{
	background: rgba(255,255,255,1);
	color:#DA70D6;
	box-shadow: 0 0 0 8px rgba(255,255,255,0.3);
}

.box-1 :hover .amazon{
	background: rgba(255,255,255,1);
	color:#F69C06;
	box-shadow: 0 0 0 8px rgba(255,255,255,0.3);
}

.box-1 :hover .srch{
	background: rgba(255,255,255,1);
	color:#6A5ACD;
	box-shadow: 0 0 0 8px rgba(255,255,255,0.3);
}

.box-1 :hover i:before {
	-webkit-animation: toBottomFromTop 0.3s forwards;
	-moz-animation: toBottomFromTop 0.3s forwards;
	-ms-animation: toBottomFromTop 0.3s forwards;
	-o-animation: toBottomFromTop 0.3s forwards;
	animation: toBottomFromTop 0.3s forwards;
}


#body-contentnew{
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding:40px 0px;
	background:#1D1D1D;
	float:left;
}

.main-contact{
	width:100%;
	margin:0px;
	padding:0px;
	height:auto;
	float:left;
}

.cont-detail{
	width:30.6%;
	margin:0px;
	padding:0px;
	float:left;
}

.cont-detail:nth-child(2) {
    margin: 0px 4%;
}

.contact-icon{
	width:18%;
	margin:0px;
	padding:0px;
	height:auto;
	float:left;
}

.contact-icon img{
	width:100%;
}

.contact-detail{
	width:72%;
	margin:0px 0px 0px 10%;
	padding:0px;
	height:auto;
	float:left;
	height:auto;
}

.contact-detail h2{
	margin:0px 0px 8px;
	padding:0px;
	color:#fff;
	font-weight:400;
}

.contact-detail p{
	margin:0px;
	font-size:14px;
	padding:0px;
	color:#c0baba;
	font-weight:400;
}

.test-inner{
	width:100%;
	margin:25px 0px 0px;
	padding:0px;
	height:auto;
	float:left;
}


.text-li{
	background-color:#fff;
	border-radius:5px;
	padding:0px 0px;
	border-radius:50px 0px;
}

.main-testimonial{
    width: 100%;
    margin: 20px 0px 0px;
    padding:0px 0px;
    height: auto;
    float: left;
}


/************about***********/

.about-div{
	width:100%;
	margin:60px 0px;
	padding:0px;
	height:auto;
	float:left;
}

.about-banner{
	width:100%;
	margin:0px;
	padding:0px;
	height:auto;
	float:left;
}

.about-banner img{
	float:left;
	width:100%;
}

.banner-heading{
	width:100%;
	margin:-250px 0px 0px 0px;
	padding:0px;
	height:auto;
	float:left;
}

.banner-heading h2{
	margin:0px 0px 15px;
	padding:0px;
	color: #fff;
	font-size:40px;
	text-align:center;
	text-transform:uppercase;
	font-family: 'Titillium Web', sans-serif;
	text-shadow: #000 2px 3px 4px;

}

.about-box{
	width:100%;
	margin:0px;
	padding:0px;
	height:auto;
	float:left;
}

.tab-box{
	width:100%;
	margin:60px 0px 0px;
	padding:0px;
	height:auto;
	float:left;
}

.about-box h1 {
    font-family: 'Titillium Web', sans-serif;

    text-align: center;
    margin: 0px 0px 25px;
    padding: 0px 80px;
    color:#1c73b0;
    font-size: 40px;
    font-weight:500;
    line-height: 48px;
}

.about-box p{
    font-size: 15px;
    color: #393939;
    line-height: 27px;
    margin: 15px 0px 0px;
    padding: 0px;
}

.resp-vtabs .resp-tab-content h2{
	margin:0px;
	color:#00c0ff;
	font-weight:normal;
	font-size:25px;
	padding:0px;
	font-family: 'Titillium Web', sans-serif;

}

.resp-vtabs .resp-tab-content p {
    font-size: 16px;
    margin: 15px 0px 0px;
    padding: 0px 0px 0px 18px;
    line-height: 27px;
    color: #393939;
    background-image: url("images/circle.png");
    background-repeat: no-repeat;
    background-position: left 9px;
}

.tab-box h1 {
    text-align: center;
    margin: 0px;
    padding: 0px 0px;
    color: #00c0ff;
    font-size: 35px;
    font-weight: 500;
    font-family: 'Titillium Web', sans-serif;

    line-height: 42px;
}

.resp-vtabs li i{
	margin-right:5px;
}

.map-box{
	width:100%;
	margin:50px 0px 0px;
	padding:0px;
	height:auto;
	float:left;
	text-align:center;
}

.map-box h1 {
    text-align: center;
    margin: 0px 0px 10px;
    padding: 0px;
    color:#00c0ff;
    font-size: 35px;
    font-weight:500;
	font-family: 'Titillium Web', sans-serif;

}




/****************portfolio**************/

.portfolio-box{
	width:100%;
	margin:60px 0px;
	padding:0px;
	height:auto;
	float:left;
}


.link{
	width:100%;
	margin:0px;
	padding:0px;
	background:#212121;
	height:auto;
	float:left;
}

.link a{
	text-decoration:none;
	font-size:20px;
	padding:12px 10px;
	margin:0px;
	font-family: "Slabo 27px",serif;
	float:left;
	color:#fff;
}

.cd-gallery img:hover{
	opacity:0.5;
}

.link a:hover{
	color:#00A8FF;
}


/***************contact-page**************/


.contact-page{
	width:100%;
	margin:60px 0px;
	padding:0px;
	height:auto;
	float:left;
}

.contact-left{
	width:46%;
	margin:0px 0px 0px 4%;
	padding:0px;
	float:left;
	height:auto;
}

.contact-right-new{
	width:46%;
	margin:0px 0% 0px 4%;
	padding:0px;
	float:right;
	height:auto;
}

.contact-left h1{
	margin:0px;
	padding:0px;
	font-weight:normal;
	color:#005DA2;
	font-family: 'Titillium Web', sans-serif;

}

.contact-left form{
	width:100%;
	height:auto;
	float:left;
	margin:25px 0px 0px;
	padding:0px;
}

.contact-left form p {
    width: 47%;
    margin: 0px 40px 20px 0px;
    padding: 0px;
    float: left;
    height: auto;
}

.contact-left form p:nth-child(3) {
    width:100% !important;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    float: left;
    height: auto;
}

.contact-left form p:nth-child(2){
	margin-right:0px;
}

.contact-left form p label{
	font-weight:normal;
	margin:0px 0px 5px;
	font-size:16px;
	display:block;
	padding:0px;
	color:#393939;
}

.contact-left form p input {
    width: 96%;
    padding: 2.5% 2%;
    border: 1px solid #DEDEDE;
    color: #393939;
    font-size: 14px;
}


.contact-left form p textarea {
    width: 97%;
    padding: 2% 1.5%;
    border: 1px solid #DEDEDE;
    color: #393939;
    font-size: 15px;
	font-family: "Source Sans Pro",sans-serif;
	height:100px;
}

.contact-button{
    background: #003586;
    padding: 5px 25px;
    color: #fff;
    font-size: 18px;
    border-radius: 2px;
    text-transform: uppercase;
    margin: 10px 0px 0px;
    float: right;
    border: none;
    font-family: 'Titillium Web', sans-serif;

    cursor: pointer;
}

.contact-right-new h1{
	margin:0px;
	padding:0px;
	font-weight:normal;
	color:#005DA2;
	font-family: 'Titillium Web', sans-serif;

}

.contact-detail{
	width:100%;
	margin:20px 0px 0px;
	padding:0px;
	height:auto;
	float:left;
}

.contact-detail p{
	margin:10px 0px 15px;
	padding:0px;
	color:#1c73b0;
	line-height:22px;
	font-size:15px;
}

.contact-detail p span{
	color:#005DA2;
	font-size:16px;
	font-weight:bold;
}

.contact-detail p strong{
	margin-top:10px;
	color:#DA3B32;
}


/****************service*****************/


.service-div{
	width:100%;
	margin:50px 0px;
	padding:0px;
	height:auto;
	float:left;
}

.service-1{
	width:100%;
	margin:0px;
	padding:0px;
	height:auto;
	float:left;
}

.service-box{
	width:23%;
	margin:50px 30px 30px 0px;
	padding:0px;
	height:auto;
	float:left;
}

.service-box:last-child{
	margin-right:0px;
}

.service-icon{
	width:100%;
	margin:0px 0px 20px;
	padding:0px;
	float:left;
	text-align:center;
	height:120px;
}

.service-icon img{
	transition:all linear 0.5s;
	-moz-transition:all linear 0.5s;
	-ms-transition:all linear 0.5s;
	-o-transition:all linear 0.5s;
	-webkit-transition:all linear 0.5s;
	padding-bottom:15px;
	background-image: url(images/shadow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}


.service-icon img:hover{
	padding-top:20px;
}


.service-head{
	width:100%;
	margin:0px;
	padding:0px;
	height:auto;
	float:left;
	text-align:center;
}

.service-head h3{
	margin:0px;
	color:#5D5D5D;
	padding:0px;
}

.serice-new{
	margin:0px 0px 0px 0px;
	padding:0px;
	height:auto;
	float:left;
	width:100%;
}

.serice-new h1{
    margin: 0px 0px 10px;
    padding: 0px;
    font-weight: normal;
    color:#1c73b0;
    font-family: 'Titillium Web', sans-serif;
}


.serice-new p {
    margin: 0px 0px 0px;
    padding: 0px 0px;
    color: #393939;
    line-height: 25px;
    font-size: 15px;
}

.simplePopup p{
    margin:10px 0px 10px;
    padding: 0px 0px;
    color: #494949;
    font-weight:500;
    line-height: 25px;
	text-align:left;
    font-size: 15px;
}

.simplePopup h2{
    margin: 0px;
    padding: 0px 0px 5px;
    font-weight: normal;
    color: #00c0ff;
    font-family: 'Titillium Web', sans-serif;

	text-align:left;
	border-bottom:1px solid #cecece;
}

.simplePopup {
	display:none;
	position:fixed;
	background:#fff;
	z-index:3;
	padding:20px 25px;
	top:0 !important;
	margin-top:250px;
	width:60%;
	border-radius:5px;
}

.simplePopupClose {
    float: right;
    cursor: pointer;
    margin-left: 10px;
    font-weight: bold;
    font-size: 20px;
    margin-top: 5px;
}

.simplePopupBackground {
	display:none;
	background:#000;
	position:fixed;
	height:100%;
	width:100%;
	top:0;
	left:0;
	z-index:1;
}

.location-map{
	width:100%;
	margin:0px;
	padding:0px;
	height:auto;
	float:left;
}

.home-service{
	width:100%;
	margin:0px;
	padding:0px;
	height:auto;
	float:left;
}

.home-content{
	width:100%;
	margin:15px 0px 20px 0px;
	padding:0px;
	height:auto;
	float:left;
	text-align:center;
}

.home-content h1{
    font-weight: bold;
    color: #fff;
	font-family: 'Titillium Web', sans-serif;
	margin:0px 0px 10px;
	padding:0px;
	text-shadow: 0px 2px 3px #000;
	
}

.home-content p{
margin: 0px;
padding: 0px 100px;
font-size: 21px;
color: #fff;
line-height: 36px;
text-shadow: 0px 2px 3px #000;
font-weight: bold;
}


/*************new-css*********/

.contact-new-hd{
	width:100%;
	margin:0px 0px 20px;
	padding:0px;
	height:auto;
	float:left;
}

.contact-new-hd h1{
	margin:0px;
	padding:0px;
	font-weight:normal;
	color:#00c0ff
}

.new-contact-page{
	width:100%;
	margin:0px;
	padding:0px;
	height:auto;
	float:left;
}

.contact-detail-new p span{
	color:#00c0ff;
	font-weight:600;
}

.contact-detail-new p {
    margin: 0px 5px 28px;
    padding: 0px;
    color: #171717;
    font-size: 16px;
    width: 48%;
    float: left;
}

.contact-detail-new p:last-child{
	margin-bottom:0px;
}
