@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Arimo:400,400italic);

body{ font-family: 'Arimo', sans-serif; font-size:16px; color:4c4c4c; line-height:23px; margin:0px; padding:0px;}
.logo{ width:299px; margin:12px 0; padding:0px;}
.title{ background: rgba(0, 0, 0, 0) linear-gradient(to right bottom, #50a3a2 0%, #53e3a6 100%) repeat scroll 0 0; padding: 40px 0 52px; color:#e9e9ea;}
.remove-margin{
	margin:0;
}
.arrow-down::before {
    background: rgba(0, 0, 0, 0) url("../../images/arrow.png") no-repeat scroll;
    top: 12px;
    content: "";
    height: 26px;
    left: -71px;
    position: absolute;
    width: 59px;
}
.arrow-down {
    display: inline-block;
    position: relative;
}
.form-box {
    background: #e9e8e7 none repeat scroll 0 0;
	border: 2px solid #d9d9d8;
    border-radius: 6px;
    margin: -34px auto 40px;
    padding: 36px;
    width: 468px;
}
@media (max-width: 500px) {
	.form-box {
		width:auto;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.form-box {
		width:auto;
	}
}
.form-btn{
	background: rgba(0, 0, 0, 0) linear-gradient(to right bottom, #50a3a2 0%, #53e3a6 100%) repeat scroll 0 0;
    border-radius: 8px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-top: 4px;
    padding: 10px 55px;
    position: absolute;
}
.form-control {
	border-radius: 8px;
	border-width:2px;
	padding:11px;
	height:auto;
	box-shadow: 1px 1px 3px #858585 inset;
}
.form-control:focus {
    border-color: #50a3a2;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(83, 227, 166, 0.6);
    outline: 0 none;
}
.chack{
	padding:0;
	font-size:22px;
}
.chack li {
    background: rgba(0, 0, 0, 0) url("../../images/list-icon.png") no-repeat scroll;
	list-style-type:none;
	padding: 0 0 14px 36px;
}
.green{
	color:#20c17d;
}
.location{
    background: rgba(0, 0, 0, 0) url("../../images/location.png") no-repeat scroll;
	padding: 0 0 14px 97px;
}
.phone{
    background: rgba(0, 0, 0, 0) url("../../images/phone.png") no-repeat scroll;
	padding: 0 0 14px 97px;
}
.phone2{
    background: rgba(0, 0, 0, 0) url("../../images/phone.png") no-repeat scroll;
	padding: 25px 0 25px 97px; margin-top:11px;
}
.mobile{
    background: rgba(0, 0, 0, 0) url("../../images/mobile.png") no-repeat scroll;
	padding: 25px 0 14px 97px; height:82px;
}
.whatsapp{
    background: rgba(0, 0, 0, 0) url("../../images/whatsapp.png") no-repeat scroll;
	padding: 25px 0 14px 97px; height:82px;
}
.footer{
	background-color:#333333;
	padding:12px 0;
	color:#fff;
}
.header-r li {
    background: rgba(0, 0, 0, 0) url("../../images/phone-icon.png") no-repeat scroll;
	list-style-type:none;
	padding: 0 0 14px 36px;
	margin-top:33px;
}
/*section{min-height:310px;}*/
.social a i{
	border: 2px solid;
    border-radius: 50%;
    height: 34px;
    padding: 7px;
    width: 34px;
	margin:3px;
}
.social a {
	color:#6c6b6b;
}
.social a:hover{
	color:#3ac68b;
}
.social{
	margin-top:14px;
}
.captcha-input{
	border-radius: 8px;
    border-width: 2px;
	border: 1px solid #ccc;
    box-shadow: 1px 1px 3px #858585 inset;
    height: auto;
    padding: 11px;
    width: 61%;
}
#services { margin: 43px 0px 130px;}
h3.services-title { background: #eae6e6 !important; padding: 14px 0px; border: 1px solid #ccc; margin-bottom: 43px;}
h3.services-title a { color: #222; text-decoration: none; transition: all 0.7s ease 0s;}
.services h1 { padding-top: 22px;}
.ftr p { margin: 16px 0px;}
#static { margin: 43px 0px}
.price-box { background: #fff; border: 1px solid #e5e5e5; border-radius: 3px;}
.price-title { background: #323232; color: #fff; padding: 25px 0px;}
.price-title.blue { background: #018ed6; color: #fff; padding: 25px 0px;}
.price-title h3 { margin: 0px;}
.price-title h4 { margin-bottom: 0px;}
.price-details { padding: 25px 0px 7px;}
.price-details ul { padding-left: 0px; margin: 0px;}
.price-details ul li { display: block; list-style-type: none; border-bottom: 1px dotted #e3e3e3; padding: 14px 0px; position: relative; padding-left: 11px; text-align: left; font-size: 15px;}
.price-details ul li:first-child { padding-top: 0px;}
.price-details ul li:last-child { border-bottom: medium none;}
.price-details ul li span.fa { position: absolute; right: 11px; line-height: 25px;}
#video { background: #f7f8fa; padding: 43px 0px;}
#video h1 { text-transform: uppercase; letter-spacing: 1px;}
.separate { background: #018ed6; display: inline-block; width: 108px; height: 1px; margin-bottom: 25px; margin-top: 20px;}
a.uk-button-primary {
    background-color: #3492f5;
    color: #000;
    background: rgba(54,180,248,1);
background: -moz-linear-gradient(top, rgba(54,180,248,1) 0%, rgba(50,126,243,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(54,180,248,1)), color-stop(100%, rgba(50,126,243,1)));
background: -webkit-linear-gradient(top, rgba(54,180,248,1) 0%, rgba(50,126,243,1) 100%);
background: -o-linear-gradient(top, rgba(54,180,248,1) 0%, rgba(50,126,243,1) 100%);
background: -ms-linear-gradient(top, rgba(54,180,248,1) 0%, rgba(50,126,243,1) 100%);
background: linear-gradient(to bottom, rgba(54,180,248,1) 0%, rgba(50,126,243,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36b4f8', endColorstr='#327ef3', GradientType=0 );
    box-shadow: inset 1px 1px 0 rgba(157, 222, 255, 0.2), 1px 1px 1px rgba(0,0,0,0.1); text-decoration: none;
}
a.uk-button {
    -webkit-appearance: none;
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: #fff;
    text-transform: none;
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(54,180,248,1);
background: -moz-linear-gradient(top, rgba(54,180,248,1) 0%, rgba(50,126,243,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(54,180,248,1)), color-stop(100%, rgba(50,126,243,1)));
background: -webkit-linear-gradient(top, rgba(54,180,248,1) 0%, rgba(50,126,243,1) 100%);
background: -o-linear-gradient(top, rgba(54,180,248,1) 0%, rgba(50,126,243,1) 100%);
background: -ms-linear-gradient(top, rgba(54,180,248,1) 0%, rgba(50,126,243,1) 100%);
background: linear-gradient(to bottom, rgba(54,180,248,1) 0%, rgba(50,126,243,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36b4f8', endColorstr='#327ef3', GradientType=0 );
    vertical-align: middle;
    line-height: 40px;
    min-height: 40px;
    text-decoration: none;
    text-align: center;
    padding: 0 33px;
    border-radius: 40px;
    box-shadow: inset 1px 1px 0 rgba(157, 222, 255, 0.2), 1px 1px 1px rgba(0,0,0,0.1); text-decoration: none;
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; text-decoration: none; margin-top: 34px;
}
a.uk-button:hover { background: rgba(50,126,243,1);
background: -moz-linear-gradient(top, rgba(50,126,243,1) 0%, rgba(54,180,248,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(50,126,243,1)), color-stop(100%, rgba(54,180,248,1)));
background: -webkit-linear-gradient(top, rgba(50,126,243,1) 0%, rgba(54,180,248,1) 100%);
background: -o-linear-gradient(top, rgba(50,126,243,1) 0%, rgba(54,180,248,1) 100%);
background: -ms-linear-gradient(top, rgba(50,126,243,1) 0%, rgba(54,180,248,1) 100%);
background: linear-gradient(to bottom, rgba(50,126,243,1) 0%, rgba(54,180,248,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#327ef3', endColorstr='#36b4f8', GradientType=0 );}
#static .price-details ul li.price-contact { display: inline-block; padding: 34px 0px 27px;}
#static .price-details ul li.price-contact a { color: #323232; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; border: 1px solid #727272; padding: 14px 25px; text-decoration: none; border-radius: 3px; transition: all 0.7s ease 0s;}
#static .price-details ul li.price-contact a:hover { color: #327ef3; border-color: #327ef3;}
#workshop h4 { line-height: 25px;}
#workshop .wrkshop ul { padding: 0px;}
#workshop .wrkshop ul li { display: block; list-style-type: none; position: relative; padding-left: 20px; font-size: 15px;}
#workshop .wrkshop ul li span.fa { position: absolute; left: 0px; line-height: 27px; font-size: 14px;}
#workshop .wrkshop h4 { font-weight: 700; font-size: 16px;}

/* chirag 14-05-2016 */

.popup-box {
    border: 0px solid #b83876;
    margin: 50px 0 120px;
    padding: 0px;
    width: 663px;
}
.close-img {
	margin: -16px 0 0;
    position: absolute;
    right: 46px !important;
    top: 49px;
}
.modal {
    background-color: transparent !important;
    border-top: medium none;
    bottom: auto;
    font-family: "Lato",sans-serif;
    font-weight: 400;
    overflow: hidden;
    position: absolute;
    top: 100px;
    width: 663px !important;
	height: 432px !important;
	z-index: 99999;
}
#ouibounce-modal {
    font-family: "Open Sans",sans-serif;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999 !important;
}

.whatsapp.margin{
    margin: 17px 0 10px;
}
.number:hover, .number:focus{
    text-decoration: none;
}

.h-number{
    color: #000;
}
.h-number:hover, .h-number:focus{
    color: #000;
    text-decoration: none;
}