


@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,300,600);
@import url(http://fonts.googleapis.com/css?family=Josefin+Slab);



/* #Header
================================================== */
	body{
		font-family: 'Open Sans', sans-serif;
	}
	.para_background{
		background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/banner.jpg) fixed no-repeat;
		-webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    background-size: cover;
	}




	.header_left{
		color: #fff;
	}
	.header_left_inner{
		padding: 30px;
		width: 785px;
	}
	.small_padding{
		padding-top: 20px;
	}
	.margin_bottom{
		margin-bottom: 100px;
	}
	.header_title{
		color: #fff;
		font-size: 48px;
		line-height: 59px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 900;
		margin-top: 20px;
	}
	.header_text{
		color: #fff;
		font-size: 28px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		line-height: 36px;
		margin-top: 34px;
	}

	span.star {
    color: #ffc526;
}
	.header_bottom_text{
		font-family: 'Open Sans', sans-serif;
		color: #fff;
		font-size: 20px;
		line-height: 32px;
		font-weight: 600;
	}
	.header_right{
		position: relative;
		margin-top: 200px;
		left: 204px;
	}
	.header_right_inner{
		right: 0px;
		background: #222;
		background: rgba(0,0,0,0.8);
		padding: 20px;
		height: 100%;
		top: 0;
		bottom: 0;
		padding-top: 16px;
		
	}
	.connect_text{
		color: #fff;
		font-size: 20px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 500;
		line-height: 26px;
		padding-left: 22px;
	}
	.right_title{
		color: #ffffff;
		font-size: 18px;
		line-height: 35px;
		text-align: center;
		font-family: 'Open Sans', sans-serif;
		font-weight: 600;
		margin-bottom: 0px;
	}



	.left_colored_bar{
		width: 70px;
		height: 5px;
		background: #ffc526;
		float: left;
	}
	.colored_bar{
		width: 95px;
		height: 5px;
		background: #ffc526;
		margin-right: auto;
		margin-left: auto;
	}

	.header_tagline{
		padding-left: 30px;	
	}
	.header_tagline2{
		padding-left: 5px;
	}

	.colored{
		color: #ffc526;
	}
	.header_tagline_gray{
		font-style:italic;
		color: #777;
		font-size: 13px;
	}


	#form1{
		color: #aaa;
		font-size: 14px;
		font-family: arial;
		font-weight: bold;
	}
	#form1 input[type=text]{
		width: 96%;
		max-width: 96%;
		font-size: 15px;
		height: 25px;
		border: 1px solid #74ff00;
		border-radius: 3px;
		background: #fff;
		color: #000;
	}
	#form1 textarea{
		width: 96%;
		max-width: 96%;
		border: 1px solid #74ff00;
		border-radius: 3px;
		background: #fff;
		color: #000;
	}
	#form1 input[type=submit]{
		background: #65dd00;
		border-radius: 3px;
		padding: 30px;
		color: #fff;
		margin: 0;
    	padding: 10px;
    	width: 99%;
    	font-family: 'Open Sans', sans-serif;
    	font-weight: 600;
    	font-size: 18px;
    	text-shadow:0px;
	}

	#contact_form{
		font-size: 11px;
		font-weight: bold;
		color: #666666;
		margin-right: auto;
		margin-left: auto;
	}
	#contact_form legend{
		font-size: 15px;
		color: #C9C9C9;
	}
	#contact_form label{
		//display: block;
		margin-bottom:5px;
		color: #aaa;
		font-size: 14px;
		font-family: arial;
		font-weight: bold;
	}
	#contact_form label span{
		float:left;
		color: #c0c0c0;
		font-size: 14px;
		font-family: arial;

}
	#contact_form input{
		height: 40px;
		border: 1px solid #DBDBDB;
		border-radius: 3px;
		padding-left: 4px;
		color: #666;
		border-radius: 6px;
		background: #fff;
		color: #000;
		width: 96%;
		max-width: 96%;
	}
	#contact_form textarea{
		border: 1px solid #DBDBDB;
		border-radius: 3px;
		padding-left: 4px;
		color: #666;
		height:100px;
		border: 1px solid #74ff00;
		border-radius: 3px;
		background: #fff;
		color: #000;
		width: 96%;
		max-width: 96%;
	}
	.submit_btn, .submit_btn:hover {
		font-weight: 900 !important;
    border: 0px solid #D8D8D8;
    padding: 5px 15px 5px 15px;
    text-shadow: 0px 0px 0px #FFF;
    background: #ffc526;
    border-radius: 3px;
    padding: 30px;
    color: #000;
    margin: 0;
    padding: 10px;
    width: 99%;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    text-shadow: 0px;
}

	.success{
		background: #CFFFF5;
		padding: 10px;
		margin-bottom: 10px;
		border: 1px solid #B9ECCE;
		border-radius: 5px;
		font-weight: normal;
	}
	.error{
		background: #FFDFDF;
		padding: 10px;
		margin-bottom: 10px;
		border: 1px solid #FFCACA;
		border-radius: 5px;
		font-weight: normal;
	}



p.para_abt_social a {
    margin-right: 10px;
}

	.confirm_page{
		display:none;
		height: auto;
	}
	.confirm_header{
		text-align: center;
		color:#696969;
		font-family: 'Open Sans', sans-serif;
		font-weight: 600;
		font-size: 26px;
		line-height: 34px;
	}
	.confirm_text{
		text-align: center;
		font-size:14px;
		color:#808080;
		font-family: 'Open Sans', sans-serif;
		max-width: 500px;
		padding: 30px;
	}
	.confirm_logo{
		text-align: center;
		padding: 20px;
	}
	.confirm_social{
		text-align: center;
	}
	.confirm_gp {
		position: relative;
		top: -12px;
		padding: 0px 20px;
	}



	.features_section{
		background: #ebeaea;
		padding: 30px 0px;
		display: none;
	}
	.feature_item{
		padding: 0px;
	}
	.feature_icon{
		height: 100%;
		position: absolute;
		display: block;
		padding-bottom: 100px;
		color: #808080;
	}
	.feature_text_div{
		padding-left: 85px;
	}

	.header_social_icons{
		float: right;
		text-align: right;
	}

	.feature_iem_title{
		color: #808080;
		font-size: 26px;
		line-height: 28px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 600;
	}
	.feature_item_text{
		color: #a9a9a9;
		font-size: 14px;
		line-height: 22px;
		font-family: 'Open Sans', sans-serif;
	}

	.info_section{
		padding-top: 43px;
    padding-bottom: 35px;
	}
	.info_div{
		text-align: center;
	}
	.info_title{
		color: #232323;
		font-size: 32px;
		line-height: 45px;
		font-family: 'Open Sans', sans-serif;
		text-align: center;
		font-weight: 600;
	}
	.info_tagline{
		color: #232323; 
		text-align: center;
		font-size:16px;
		line-height: 32px;
		font-family: 'Open Sans', sans-serif;
		max-width: 960px;
		margin-right: auto;
		margin-left: auto;
		font-weight: 700;
	}

	.info_boxes{
		padding-top: 30px;
		
	}
	.info_box_inner{
		margin: 10px;
		background: #eee;
		position: relative;
	}
	.info_img{
		width: 100%;
		height: 245px;
		padding-bottom: 0px;
	}
	.price_div{
		position: absolute;
		top: 15px;
		right: 15px;
		background: rgba(74,255,00,0.7);
		padding: 5px 15px;
		border-radius: 3px;
		color: #fff;
		font-family: 'Open Sans', sans-serif;
		font-weight: 700;
	}
	.price_div_text{
		color: #fff;
		font-size: 16px;
		font-family: 'Open Sans', sans-serif;
	}
	.info_box_text_div{
		padding: 0px 10px;

	}
	.info_box_title{
	font-family: 'Josefin Slab', serif;
    font-size: 16px;
    line-height: 28px;
    color: #000;
    position: relative;
    top: 0px;
    font-weight: 900;
    text-align: left;
	}
	.info_box_inner_text{
		color: #232323;
		padding-bottom: 10px;
		text-align: left;
	}

	.points_section{
		background: #f0f0f0;
		padding: 45px 0px;
	}
	.points_title{
		font-size:32px;
		color:#232323;
		line-height: 42px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 600;
		margin-bottom: 0px;
	}
	.points_div{
		padding: 20px 0px;
		position: relative;
	}
	.single_point_div{
		padding: 20px 0px;
	}
	.point_circle{
		border: 1px solid #ffc526;
		border-radius: 100%;
		width: 40px;
		height: 40px;
		text-align: center;
		line-height: 40px;
		position: absolute;
	}
	.point_ico{
		margin-left: auto;
		line-height: 40px;
		margin-top: auto;
		margin-bottom: auto;
		margin-right: auto;
		color: #ffc526;
	}
	.single_point_text{
		font-size:16px;
		color: rgb(0, 0, 0);
		line-height: 28px;
		font-family: 'Open Sans', sans-serif;
	}
	.proto_div{
		text-align: center;
	}
	#proto_img{
		border: 1px solid #cdcdcd;
		width: 90%;
		height: auto;
	}

	.clients_container{
		padding:0px;
	}
	.clients_left{
		padding: 10px;
	}
	.clients_title{
		font-size:36px;
		color: #fff;
		line-height: 32px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 600;
	}
	.clients_left_text{
		font-size:16px;
		color: #808080;
		line-height: 26px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
	}
	.note_star{
		color: #d3d3d3;
	}
	.clients_note{
		font-size:13px;
		color: #696969;
		line-height: 22px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
		font-style:italic;
	}
	.client_div{
		text-align: center;
		min-height: 200px;
	}
	.client_img{
		padding-top: 60px;
	}

	.button_section{
		padding: 40px 0px;
		padding-bottom: 60px;
	}
	.footer_button{
		text-align: center;
	}
	.footer_button_title{
		color: #232323;
		font-size:32px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 600;
		line-height: 38px;
		margin-bottom: 8px;
	}
	.footer_button_text{
		font-size:16px;
		color: #696969;
		line-height: 26px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
		max-width: 600px;
		margin-right: auto;
		margin-left: auto;
	}
	.colored_button_div{
		margin-top: 40px;
	}
	.colored_button_div a{
		color: #fff;
		font-family: 'Open Sans', sans-serif;
		font-weight: 600;
	}
	.colored_button{
		margin-top: 30px;
		padding: 20px 30px;
		color: #fff;
		text-decoration: none;
		background: #ffc526;
		font-family: 'Open Sans', sans-serif;
		font-weight: 600;
		font-size: 18px;
		border-radius: 3px;
	}


	  .footer_section{
	  	background: #222;
	  	padding: 20px 0px;
	  }
	  .footer_text{
    color: #d3d3d3;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    float: left;
    margin-top: 0px;
	  }


	  p.footer_text_right {
    font-size: 16px;
    font-weight: 600;
    color: #d3d3d3;
    text-align: right;
    font-family: 'Open Sans', sans-serif;
}

p.footer_text_right a {
    text-decoration: none;
    color: #d3d3d3;
}

	  .heart_icon{
	  	color: #e64b50;
	  	padding: 3px;
	  	font-size: 17px;
	  }


/* --------------------- end ISOTOPE --------------------- */
/* thumb image */
.thumb { position: relative; margin-bottom: 20px; overflow: hidden; }
.thumb a, .thumb a img { display: block; border-radius:0px; border-top-left-radius: 3px;border-top-right-radius: 3px;}
.thumb a img { width: 100%; }
.thumb .info { position: absolute; left: 0; top: 0; bottom: 0; width: 100%; opacity: 0; filter: alpha(opacity=0); -webkit-transition: all .25s linear; -moz-transition: all .25s linear; -o-transition: all .25s linear; -ms-transition: all .25s linear; transition: all .25s linear; }
.thumb:hover .info { opacity: 1; filter: none; }
.thumb .pattern { 
 background-color: rgba(0,0,0,0.4); pointer-events: none; }
.thumb .text { display: none; position: absolute; left: 0; bottom: 0; width: 100%; background: #222; background: rgba(0,0,0,0.75); color: #fff; padding: 10px 0; }
.thumb:hover .text { display: block; }
.thumb .text strong, .thumb .text em { display: block; line-height: 15px; padding: 0 10px; }
.thumb .text strong { font-size: 12px; padding-bottom: 5px; text-transform: uppercase; }
.thumb .text em { font-size: 11px; line-height: 17px; }
.thumb .text span { display: inline-block; background: url(img/sprite.png) no-repeat; }
.thumb .text em.date span { width: 14px; height: 17px; background-position: -51px -19px; margin-right: 5px; position: relative; top: 3px; }
.thumb .text a.link, .thumb .text a.fullsize { position: absolute; bottom: 10px; width: 17px; height: 17px; background: url(img/sprite.png) no-repeat -999px 0; }
.thumb .text a.link { right: 35px; background-position: -55px 0; }
.thumb .text a.fullsize { right: 10px; background-position: 0 -15px; pointer-events: auto; }
.thumb .button-fullsize, .thumb .button-link { position: absolute; top: 50%; left: 50%; display: block; width: 63px; height: 63px; background: url(img/sprite.png) no-repeat -64px -81px; opacity: .75; filter: alpha(opacity=75); pointer-events: auto; margin: -32px 0 0 -32px; pointer-events: none; }
.thumb .button-fullsize { background-position: 0 -81px; }

.thumb2 .pattern,.thumb2  {
	border-radius: 4px;
}
.thumb2{
	margin-bottom: 10px;
}
/* fancybox */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp { border: 0; outline: none; vertical-align: top; margin: 0; padding: 0; }
.fancybox-wrap { position: absolute; top: 0; left: 0; z-index: 8020; }
.fancybox-skin { position: relative; background: #f9f9f9; color: #444; text-shadow: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.fancybox-opened { z-index: 8030; }
.fancybox-opened .fancybox-skin { -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.25); -moz-box-shadow: 0 5px 15px rgba(0,0,0,.25); box-shadow: 0 5px 15px rgba(0,0,0,.25); }
.fancybox-outer, .fancybox-inner { position: relative; }
.fancybox-inner { overflow: hidden; }
.fancybox-type-iframe .fancybox-inner { -webkit-overflow-scrolling: touch; }
.fancybox-error { color: #444; font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; white-space: nowrap; margin: 0; padding: 15px; }
.fancybox-image, .fancybox-iframe { display: block; width: 100%; height: 100%; }
.fancybox-image { max-width: 100%; max-height: 100%; }
#fancybox-loading, .fancybox-prev span, .fancybox-next span { background-image: url(img/sprite.png); }
#fancybox-loading { position: fixed; top: 50%; left: 50%; margin-top: -23px; margin-left: -23px; background-position: -130px -109px; opacity: .8; cursor: pointer; z-index: 8060; }
#fancybox-loading div { width: 46px; height: 46px; background: url(img/loading.gif) center center no-repeat; }
.fancybox-close { background-image: url(img/X.png); position: absolute; top: -18px; right: -18px; width: 34px; height: 34px; cursor: pointer; z-index: 8040; background-position: 0px 0; }
.fancybox-nav { position: absolute; top: 0; width: 40%; height: 100%; cursor: pointer; text-decoration: none; background: transparent url(data:;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==); -webkit-tap-highlight-color: rgba(0,0,0,0); z-index: 8040; }
.fancybox-prev { left: 0; }
.fancybox-next { right: 0; }
.fancybox-nav span { position: absolute; top: 50%; width: 36px; height: 36px; margin-top: -18px; cursor: pointer; z-index: 8040; visibility: hidden; }
.fancybox-nav:hover span { visibility: visible; }
.fancybox-prev span { left: 10px; background-position: -140px -36px; }
.fancybox-next span { right: 10px; background-position: -140px -72px; }
.fancybox-tmp { position: absolute; top: -9999px; left: -9999px; visibility: hidden; }
.fancybox-overlay { position: absolute; top: 0; left: 0; overflow: hidden; display: none; z-index: 8010; background: url(data:;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAG0lEQVR42mIU4OHZwEAEYGIgEowqpI5CgAADAGiRAOzkX/wUAAAAAElFTkSuQmCC); }
.fancybox-overlay-fixed { position: fixed; bottom: 0; right: 0; }
.fancybox-title { visibility: hidden; font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; position: relative; text-shadow: none; z-index: 8050; }
.fancybox-opened .fancybox-title { visibility: visible; }
.fancybox-title-float-wrap { position: absolute; bottom: 0; right: 50%; margin-bottom: -35px; z-index: 8050; text-align: center; }
.fancybox-title-float-wrap .child { display: inline-block; margin-right: -100%; background: rgba(0,0,0,0.8); -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; text-shadow: 0 1px 2px #222; color: #FFF; font-weight: bold; line-height: 24px; white-space: nowrap; padding: 2px 20px; }
.fancybox-title-outside-wrap { position: relative; margin-top: 10px; color: #fff; }
.fancybox-title-inside-wrap { padding-top: 10px; }
.fancybox-title-over-wrap { position: absolute; bottom: 0; left: 0; color: #fff; background: rgba(0,0,0,.8); padding: 10px; }
.fancybox-lock{
    margin-right:0 !important;
}

.para_background .container {
    width: 1200px;
    margin: 0 auto;
}
.container.info_section {
    width: 960px;
    text-align: center;
    margin: 0 auto;
}

.container.info_section .sixteen.columns {
    width: 960px;
    margin: 0 auto;
}
.sixteen.columns.header_container.clients_container {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

.sixteen.columns.alpha.clients_container {
    width: 1200px;
    margin: 0 auto;
}
.contact_num_footer a{
text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-family: 'Open Sans';
}
.sixteen.columns.footer_button.footer_sec {
    margin-top: 22px;
}
.contact_num_footer {
    margin-top: 30px;
    padding-bottom: 34px;
    border-bottom: 2px dotted #fff;
    margin-left: 0;
    width: 100%;
    overflow: hidden;
    margin-right: 0;
}
.footer_power_sec {
    padding-top: 18px;
}
.footer_section .container {
    width: 1221px;
    margin: 0 auto;
}
.container .one-third.column {
    width: 306px;
}
.sixteen.columns.footer_button.footer_sec {
    width: 1200px;
}
.button_section.contactus_sec {
    padding-top: 46px;
    padding-bottom: 0px;
}
.button_section.contactus_sec .container {
    margin-bottom: 38px;
}

.contact_us_address ul li a {
    text-decoration: none;
    box-shadow: none;
}

.contact_us_address {
    text-align: left;
    position: absolute;
    background-image: url(../images/map_location.png);
    background-repeat: no-repeat;
    width: 407px;
    height: 218px;
    top: 94px;
    right: -84px;
}

.fa {
    font-size: 18px !important;
}
span.location_contact.address {
    padding-left: 3px;
    padding-right: 18px;
    height: 30px;
    float: left;
}

span.mobile_contact.address {
    padding-left: 4px;
    padding-right: 20px;
}

span.mail_contact.address {
    padding-right: 13px;
}
.contact_us_address ul {
    padding-left: 60px;
    padding-top: 26px;
    font-size: 16px;
    font-weight: 900;
}

.map_sec iframe {
    width: 100%;
}

.bubble blockquote {
	margin: 10px 10px 0;
	background: #fff;
	padding: 60px;
	position: relative;
	border: none;
	border-radius: 8px;
	font-size: 1.25em;
	color: #1e528e;
}
.bubble blockquote:before, .bubble blockquote:after {
	content: "\201C";
	position: absolute;
	font-size: 80px;
	padding: 10px;
	line-height: 1;
	color: #1e528e;
}
.bubble blockquote:before {
	top: 0;
	left: 10px;
}
.bubble blockquote:after {
	content: "\201D";
	right: 10px;
	bottom: -.5em;
}
.bubble div {
	width: 0;
	height: 0;
	border-left: 0 solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #fff;
	margin: 0 0 0 60px;
	margin-bottom: 10px;
}
.bubble cite {
	padding-left: 20px;
	font-size: 1.25em;
  color:#f7f7f7;
}

.header_social_icons a {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    text-align: right;
    font-weight: 600;
    padding-left: 6px;
}

.header_social_icons {
    margin-top: 30px;
    margin-bottom: 15px;
}

span.phno_contact.address i {
    font-size: 32px !important;
    margin-top: -5px;
    color: #fff;
}


span.whatsapp_contact.address i {
    font-size: 32px !important;
    margin-top: -3px;
    color: #206e22;
}

span.whatsapp_contact.address {
    padding-right: 0px;
    padding-left: 0px;
    position: relative;
    top: 8px;
}

span.phno_contact.address {
    padding-right: 8px;
    position: relative;
    top: 8px;
}


.header_left_inner a {
    font-size: 23px;
    color: #fff;
    text-decoration: none;
    box-shadow: none;
    line-height: 28px;
}


.small_padding {
    padding-top: 4px;
}

@media (max-width: 1119px) and (min-width: 1025px){

	h3.header_text br {
    display: none;
}

.para_background .container {
    width: 100%;
    margin: 0 auto;
}

.header_right {
    left: 0px;
}

.header_left_inner {
    padding: 30px;
    width: 100%;
}

.sixteen.columns.alpha.clients_container {
    width: 100%;
    margin: 0 auto;
}

.sixteen.columns.header_container.clients_container {
    width: 100%;
}

.contact_us_address {
    right: 0px;
}

.footer_section .container {
    width: 100%;
    margin: 0 auto;
}

.sixteen.columns.footer_button.footer_sec {
    width: 98%;
}

.header_right {
    margin-top: 450px;
}

ul.no_list_sub li {
    line-height: 35px;
}

.no_header {
    height: 150px !important;	
}

}

@media (min-width:900px) and (max-width:1024px){
	.container .one-third.column {
    width: 264px;
}

p.para_abt_social {
     float: none !important; 
   
}

.header_right {
    position: relative;
    margin-top: 110px;
    left: 0px;
}

.para_background .container {
    width: 100%;
    margin: 0 auto;
}

.sixteen.columns.header_container.clients_container {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

.sixteen.columns.header_container.clients_container{
width: 100%;
}

.container .sixteen.columns {
    width: 98%;
}
.contact_us_address{
right: 0px;

}

.sixteen.columns.footer_button.footer_sec {
    width: 98%;
}

.footer_section .container {
    width: 100%;
    margin: 0 auto;
}

.footer_power_sec {
    padding-top: 18px;
    width: 96%;
}

.sixteen.columns.alpha.clients_container {
    width: 100%;
    margin: 0 auto;
}

.container.info_section .sixteen.columns {
    width: 100%;
    margin: 0 auto;
}
.container.info_section {
    width: 94%;
    text-align: center;
    margin: 0 auto;
}


.header_left_inner {
    padding: 30px;
    width: 100%;
}


.header_social_icons a {
    font-size: 22px;
}

}

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


.header_right {
    position: relative;
    margin-top: 110px;
    left: 0px;
}

.container.info_section {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.container.info_section .sixteen.columns {
    width: 100%;
    margin: 0 auto;
}

.sixteen.columns.header_container.clients_container {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

.para_background .container {
    width: 100%;
    margin: 0 auto;
}

.sixteen.columns.alpha.clients_container {
    width: 100%;
    margin: 0 auto;
}


.sixteen.columns.header_container.clients_container {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

.para_background .container {
    width: 100%;
    margin: 0 auto;
}

.contact_us_address{

	right: 0px;
}

.footer_section .container {
    width: 100%;
    margin: 0 auto;
}

.sixteen.columns.footer_button.footer_sec {
    width: 98%;
}

.header_left_inner {
    padding: 30px;
    width: 100%;
}

.header_social_icons a {
    font-size: 22px;
}

}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	
	.scrollTop {
    bottom: 86px !important;
}
p.para_abt_social{font-size: 22px;}

	.container .one-third.column {
    width: 305px;
}


.container.info_section {
    width: 94%;
    text-align: center;
    margin: 0 auto;
}

.header_right {
    position: relative;
    margin-top: 236px;
    left: 0px;
}

.para_background .container {
    width: 100%;
    margin: 0 auto;
}

.sixteen.columns.header_container.clients_container {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}


.sixteen.columns.header_container.clients_container{
width: 100%;
}

.container .sixteen.columns {
    width: 98%;
}
.contact_us_address{
right: 0px;

}

.sixteen.columns.footer_button.footer_sec {
    width: 98%;
}

.footer_section .container {
    width: 100%;
    margin: 0 auto;
}

.footer_power_sec {
    padding-top: 18px;
    width: 96%;
}

.sixteen.columns.alpha.clients_container {
    width: 100%;
    margin: 0 auto;
}

.container.info_section .sixteen.columns {
    width: 100%;
    margin: 0 auto;
}


.header_social_icons a {
    font-size: 16px;
}

h3.header_text br {
    display: none;
}

.no_lists li {
    font-size: 22px !important;
    
}

.one-third.column.omega br {
    display: none;
}

.one-third.column.omega .info_box_text_div {
    padding-bottom: 3px;
}

 }

/* iPads (Portrait) ----------- */
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait){

p.para_abt_social{font-size: 22px !important;}
.no_lists li {
    font-size: 22px !important;
    line-height: 31px !important;
}
	.one-third.column.omega .info_box_text_div {
    padding-bottom: 3px;
}

.one-third.column.omega br {
    display: none;
}

	.eight.columns.proto_div.omega.abt_sec_img {
    padding-top: 146px;
}


.one-third.column.alpha br {
    display: none;
}

ul.no_list_sub li {
    margin-bottom: 3px;
}

.no_lists li {
    font-size: 22px !important;
    line-height: 31px;
}
	.header_social_icons p {
    margin-bottom: 50px !important;
}

p.para_abt_social1 {
    font-size: 22px !important;
}

.scrollTop {
    bottom: 86px !important;
}

	.container .one-third.column {
    width: 240px;
}

span.seperator {
    display: none;
}

.header_right {
    position: relative;
    margin-top: 272px;
    left: 0px;
}

.container.info_section {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.container.info_section .sixteen.columns {
    width: 100%;
    margin: 0 auto;
}

.sixteen.columns.header_container.clients_container {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

.para_background .container {
    width: 100%;
    margin: 0 auto;
}

.sixteen.columns.alpha.clients_container {
    width: 100%;
    margin: 0 auto;
}


.sixteen.columns.header_container.clients_container {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

.para_background .container {
    width: 100%;
    margin: 0 auto;
}

.contact_us_address{

	right: 0px;
}

.footer_section .container {
    width: 100%;
    margin: 0 auto;
}

.sixteen.columns.footer_button.footer_sec {
    width: 98%;
}
.header_left_inner {
    padding: 30px;
    width: 100%;
}

.header_social_icons a {
    font-size: 22px;
}

p.para_abt_social {
    float: none !important;
}

h3.header_text br {
    display: none;
}


.header_social_icons a {
    float: right;
}


 }

/*Mobile Phones*/
@media (max-width: 767px) {
p.para_abt_social a {
    margin-right: 5px;
}

	.contact_us_address ul li p a {
    font-size: 14px;
}


	.map_sec {
    background-position: center right -198px !important;
}

	.contact_num_footer a {
    display: inline-block;
}


	p.para_abt_social {
    font-size: 18px !important;
}

p.para_abt_social1 {
    font-size: 17px !important;
}
	ul.no_list_sub li {
    line-height: 40px;
}

	.contact_us_address {
    width: 100%;
}

	.cd-testimonials-wrapper::after {
  font-size: 70px;
  font-size: 4.375rem !important;
}

	.scrollTop {
    bottom: 160px !important;
}


	.left_colored_bar.left_logo.margin_bottom {
    float: left;
}


	.contact_num_footer h2 {
    font-size: 32px !important;
}


	.cd-testimonials p {
    padding: 0px 14px;
}


	.header_social_icons a {
    font-size: 12px;
}


	.info_box_inner {
    margin: 10px;
    background: #eee;
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.points_title{

text-align: center;

}

.info_div .colored_bar {
    display: none;
}


p.para_abt_social{

float: none !important;

}


	.header_left_inner {
    width: 100%;
}

.para_background .container {
    width: 100%;
    margin: 0 auto;
}


.header_right {
    position: relative;
    margin-top: 110px;
    left: 0px;
}

.container .column, .container .columns{


	float: none;
}


.container.info_section {
    width: 94%;
    text-align: center;
    margin: 0 auto;
}

.left_colored_bar {
    float: none;
    text-align: center;
    margin: 0 auto;
}


.contact_us_address {
    position: static;
    background-image: none;

}

.contact_us_address ul {
    padding-left: 0px;
    padding-top: 54px;
}

.button_section.contactus_sec .container {
    width: 85%;
}

.footer_button_title {
    text-align: left;
}

.sixteen.columns.footer_button .colored_bar {
    margin-left: 0 !important;
}

.footer_section .container {
    width: 100%;
    margin: 0 auto;
}

.social_span {
    width: 100%;
    text-align: center;
    display: block;
}

p.footer_text_right {
    text-align: center;
}


.footer_power_sec {
     padding-left: 15px;
    padding-right: 15px;
}

.footer_text{

	float: none;
}


.header_social_icons{
	    text-align: center;
	    float: none;
	    margin-right: 0px;
}

span.phno_contact.address {
    padding-right: 0px;
}

span.whatsapp_contact.address {
    padding-right: 0px;
}

.header_right_inner{


	width: 278px;
    margin: 0 auto;
}

 }


ul.about_us_list li {
    list-style: disc;
    color: #ffc526;
}


span.abt_li_span {
    color: #000;
}


.single_point_text.have_qst {
    font-weight: 900;
    color: #232323;
    font-size: 17px;
}


p.para_abt_social {
    padding-right: 0px;
    font-size: 24px;
    font-weight: 900;
    padding-left: 5px;
}

p.para_abt_social a{
text-decoration: none;
box-shadow: none;

}

p.para_abt_social1 a{
text-decoration: none;
box-shadow: none;

}

p.para_abt_social1{
    padding-right: 15px;
    font-size: 24px;
    font-weight: 900;

}

span.phno_contact.address_social {
    padding-right: 5px;
}


span.phno_contact.address_social i {
    font-size: 28px !important;
}

span.whatsapp_contact.address_social i {
    font-size: 28px !important;
    color: green;
}


ul.about_us_list {
    padding-left: 20px;
    margin-top: 24px;
}

ul.about_us_list li {
    line-height: 27px;
}


.single_point_div.list_abts_sec {
    padding-bottom: 0px;
}

.single_point_div.quest_sec {
    padding-top: 0px;
    padding-bottom: 0px;
}

.single_point_div.address_Sec {
    padding-top: 0px;
}


.clients_left {
    padding-top: 52px;
}


.header_social_icons p {
    margin-bottom: 12px;
}

.para_background.backgrounds {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/testimonial.jpg) fixed no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.contact_num_footer h2 {
    font-size: 42px;
}


.map_sec{
background: url(../images/maps_section.jpg) no-repeat;
-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 456px;

}



.scrollTop {
    position: fixed;
    right: 10%;
    bottom: 10px;
    background-color: #fbe2e4;
    padding: 20px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    height: 45px;
    width: 45px;
    right: 29px;
    border-radius: 7px;
    bottom: 86px;
    background: rgb(255, 187, 0) url(../images/cd-top-arrow.svg) no-repeat center 50%;
}

.scrollTop a {
    font-size: 18px;
    color: #fff;
}

label {
    clear: both;
}

.info {
    position: relative;
    bottom: 18px;
    color: red !important;
}


span.location_contact.address {
    margin-top: 10px;
}




.no_header h2 {
    font-size: 82px;
    color: #ffc526;
    font-weight: 900;
}

.no_header {
    float: left;
    height: 100px;
    padding-top: 27px;
    padding-bottom: 35px;
    padding-right: 20px;
}

.no_lists li {
    font-size: 30px;
}

.terms_sec {
    margin-top: 80px;
}

p.terms {
    font-size: 18px;
    padding-top: 18px;
}
.contact_us_address ul li p {
    margin-bottom: 10px;
}

.contact_us_address ul li {
    margin-bottom: 9px;
}


.eight.columns.proto_div.omega.abt_sec_img {
    padding-top: 84px;
}


span.mail_contact.address i {
    font-size: 16px !important;
}

.one-third.column {
    pointer-events: none;
}