body {
	margin: 0px;
	padding: 0px;
	font-family: Raleway;
}
@font-face {
	font-family: Raleway;
	src: url(../fonts/Raleway-Light.otf);
	font-weight: normal;
}
.wrapper-main {
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
}
.mn {
	width: 1004px;
	height: auto;
	margin: 0 auto;
	padding: 0px;
}
.hd-top {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0 0 10px 0;
	float: left;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fff 0%, #fbfcfe 61%, #e9eaef 100%) repeat scroll 0 0;
	border-bottom: 6px solid #236ab3;
	position: relative;/*border-top: solid 3px #236ab3;*/
}
.hd-logo {
	width: 30%;
	height: auto;
	float: left;
	padding: 0px;
}
.hd-logo p {
	margin: 20px 0px 0px;
	padding: 0px;
}
.hd-rgt {
	width: 58%;
	height: auto;
	float: right;
	padding: 0px;
}
.header {
	width: 100%;
	height: auto;
	float: right;
	text-align: right;
}
.header p {
	font-size: 14px;
	font-family: Raleway;
}
.header p a {
	color: #999;
	text-decoration: none;
	padding: 0px 10px;
}
.header p a:hover {
	color: #236ab3;
}
.header p a span {
	color: #236ab3;
	font-size: 16px;
}
.header p a img {
	vertical-align: middle;
}
.header1 {
	width: 86%;
	height: auto;
	float: right;
	margin: 5px 0px;
	font-family: Raleway;
}
.blog h1 {
	font-weight: normal;
	font-size: 20px;
	margin: 2% 0px;
	padding: 0px 0%;
	color: #236ab3;
}
.seo h6 a {
	background: #e8432e;
	padding: 10px;
	width: 15%;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
.sem h6 a {
	background: #e8432e;
	padding: 10px;
	width: 15%;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
/****** nav start *****/
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 26px;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #333;
}
#cssmenu:after, #cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#cssmenu #menu-button {
	display: none;
}
#cssmenu {
	width: 100%;
	font-family: Raleway;
	line-height: 1;
	float: left;
	margin: 0px;
}
#menu-line {
	position: absolute;
	top: 0px;
	left: 0;
	height: 0px;
	margin: 0px;/*background: #4fc8e8;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;*/
}
#cssmenu > ul > li {
	margin: 0px;
	float: left;
}
#cssmenu.align-center > ul {
	font-size: 0;
	text-align: center;
}
#cssmenu.align-center > ul > li {
	display: inline-block;
	float: none;
}
#cssmenu.align-center ul ul {
	text-align: left;
}
#cssmenu.align-right > ul > li {
	float: right;
}
#cssmenu.align-right ul ul {
	text-align: right;
}
#cssmenu > ul > li > a {
	margin: 0px 0 0 8px;
	padding: 10px 20px 10px 20px;
	font-size: 14px;
	text-decoration: none;
	color: #505461;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	font-weight: normal;
}
#cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a {
	color: #ff9e3c;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
#cssmenu > ul > li.has-sub > a {
	padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
	position: absolute;
	top: 18px;
	right: 10px;
	width: 4px;
	height: 4px;
	content: "";
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: border-color 0.2s ease;
	-moz-transition: border-color 0.2s ease;
	-ms-transition: border-color 0.2s ease;
	-o-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
	border-color: #F60;
}
#cssmenu ul ul {
	position: absolute;
	left: -9999px;
	z-index: 999;
}
#cssmenu li:hover > ul {
	left: auto;
}
#cssmenu.align-right li:hover > ul {
	right: 0;
}
#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0;
}
#cssmenu.align-right ul ul ul {
	margin-left: 0px;
	margin-right: 100%;
}
#cssmenu ul ul li {
	height: 0;
	-webkit-transition: height .2s ease;
	-moz-transition: height .2s ease;
	-ms-transition: height .2s ease;
	-o-transition: height .2s ease;
	transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
	height: auto;
}
#cssmenu ul ul li a {
	padding: 8px 20px;
	height: auto;
	width: 160px;
	font-size: 12px;
	background: #403f3f;
	text-decoration: none;
	color: #dddddd;
	background: #4fc8e8;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	line-height: 20px !important;
}
#cssmenu ul ul ul li a {
	background: #4fc8e8;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
	color: #333;
}
#cssmenu ul ul li.has-sub > a::after {
	position: absolute;
	top: 13px;
	right: 10px;
	width: 4px;
	height: 4px;
	border-bottom: 1px solid #4fc8e8;
	border-right: 1px solid #4fc8e8;
	content: "";
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: border-color 0.2s ease;
	-moz-transition: border-color 0.2s ease;
	-ms-transition: border-color 0.2s ease;
	-o-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
	right: auto;
	left: 10px;
	border-bottom: 0;
	border-right: 0;
	border-top: 1px solid #4fc8e8;
	border-left: 1px solid #4fc8e8;
}
#cssmenu ul ul li.has-sub:hover > a::after {
	border-color: #ffffff;
}
.cmm {
	width: 100%;
	height: auto;
	float: left;
}
.cmm::before {
	border-color: transparent transparent #236ab3;
	border-style: solid;
	border-width: 8px;
	content: "";
	left: 168px;
	pointer-events: none;
	position: absolute;
	top: -15px;
}
.cmm p span:hover b, .cmm p span.active b {
	background: #fff none repeat scroll 0 0;
	border-left: 1px solid #fff;
	color: #000;
	display: block;
	height: 392px;
	margin: 8px 0 0 100px;
}
.cmm-lft {
	float: left;
	height: 400px;
	width: 100%;
}
.cmm-lft h1 {
	font-size: 24px;
	color: #fff;
	font-weight: normal;
	text-align: center;
}
.cmm-lft h1 img {
	vertical-align: middle;
	margin: 0px 10px 0px 0px;
}
.cmm-lft h3 {
	margin: 30px 30px 30px 30px;
	padding: 0px;
	line-height: 25px;
	color: #fff;
	font-weight: normal;
	font-size: 16px;
	font-family: Raleway;
}
.cmm-lft h3 a img {
	/*width: 13%;*/
	height: 13%;
	vertical-align: middle;
	margin: 5px 10px 0px 0px;
}
.cmm-lft h3 a {
	text-decoration: none;
	color: #fff !important;
}
.cmm-lft h3 a:hover {
	text-decoration: underline;
}
.cmm-rgt {
	width: 60%;
	height: 395px;
	float: right;
	margin: 5px 0px 0px;
	background: #fff;
}
.cmm-rgt h1 {
	text-align: center;
	margin: 15px 0px 0px;
}
.cmm-rgt p {
	font-size: 14px;
	color: #333;
	text-align: center;
	margin: 15px 0 5px 65px;
	line-height: 24px;
	width: 80%;
}
.cmm-rgt p span {
	font-size: 20px;
	color: #e8432e;
}
.cmm-rgt h2 {
	padding: 0px;
	text-align: center;
	color: #47b3fc;
	font-weight: normal;
	font-size: 14px;
	font-family: Raleway;
}
.cmm-rgt h2 a {
	color: #47b3fc !important;
	text-decoration: none;
}
.im {
	width: 0%;
}
.about-tabs {
	width: 98%;
	float: left;
	height: auto;
	overflow: hidden;
}
.about-tabs table {
	width: 100% !important;
	float: left;
	margin: 0px 0px 14px 14px;
	padding: 0px;
}
.about-tabs th {
	text-align: left;
	border: 1px solid #e3e3e3;
	margin: 0px;
	padding: 10px;
	color: #fff;
	background: #e8432e;
	text-align: center;
	width: 23.16%;
}
.about-tabs td {
	color: #444;
	border: 1px solid #E3E3E3;
	margin: 0px;
	padding: 8px;
	text-align: center;
	width: 17.95%;
	font-size: 13px;
}
.about-tabs tr:nth-child(odd) {
	background-color: #f5f5f5;
	height: 60px;
}
.about-tabs tr:nth-child(even) {
	background-color: #ffffff;
	height: 50px;
}
.about-tabs .value {
	background-color: rgb(0, 155, 175);
}
.about-tabs .bronze {
	background-color: #64309e;
}
.about-tabs .silver {
	background-color: rgb(122, 159, 29);
}
.about-tabs .gold {
	background-color: rgb(227, 148, 27);
}
.about-tabs .platinum {
	background-color: rgb(238, 43, 75);
}
.about-tabs .ab {
	font-size: 18px;
	color: #236ab3;
	margin: 10px 0px;
}
 @media all and (max-width:800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
 #cssmenu {
 width: 100%;
}
#cssmenu ul {
 width: 100%;
 display: none;
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
 background: rgba(35, 106, 179, 0.95) none repeat scroll 0 0;
 color: #fff !important;
}
#cssmenu.align-center > ul, #cssmenu.align-right ul ul {
 text-align: left;
}
#cssmenu ul li, #cssmenu ul ul li, #cssmenu ul li:hover > ul > li {
 width: 100%;
 height: auto;
 border-bottom: 1px solid #666666;
}
#cssmenu ul li a, #cssmenu ul ul li a {
 width: 96%;
}
#cssmenu > ul > li, #cssmenu.align-center > ul > li, #cssmenu.align-right > ul > li {
 float: none;
 display: block;
}
#cssmenu ul ul li a {
 padding: 20px 20px 20px 30px;
 font-size: 12px;
 color: #fff;
 background: #403f3f;
}
 #cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
 color: #F60;
}
 #cssmenu ul ul ul li a {
 padding-left: 40px;
}
 #cssmenu ul ul, #cssmenu ul ul ul {
 position: relative;
 left: 0;
 right: auto;
 width: 100%;
 margin: 0;
}
 #cssmenu > ul > li.has-sub > a::after, #cssmenu ul ul li.has-sub > a::after {
 display: none;
}
 #menu-line {
 display: none;
}
 #cssmenu #menu-button {
 display: block;
 padding: 10px;
 color: #fff;
 cursor: pointer;
 font-size: 12px;
 text-transform: uppercase;
 background:#111;
}
 #cssmenu #menu-button::after {
 content: '';
 position: absolute;
 top: 20px;
 right: 20px;
 display: block;
 width: 15px;
 height: 2px;
 background: #fff;
}
 #cssmenu #menu-button::before {
 content: '';
 position: absolute;
 top: 25px;
 right: 20px;
 display: block;
 width: 15px;
 height: 7px;
 border-top: 2px solid #fff;
 border-bottom: 2px solid #fff;
}
 #cssmenu .submenu-button {
 position: absolute;
 z-index: 10;
 right: 0;
 top: 0;
 display: block;
 border-left: 1px solid rgba(120, 120, 120, 0.15);
 height:40px;
 width: 52px;
 cursor: pointer;
}
 #cssmenu .submenu-button::after {
 content: '';
 position: absolute;
 top: 21px;
 left: 26px;
 display: block;
 width: 1px;
 height: 11px;
 background: #fff !important;
 z-index: 99;
}
 #cssmenu .submenu-button::before {
 content: '';
 position: absolute;
 left: 21px;
 top: 26px;
 display: block;
 width: 11px;
 height: 1px;
 background: #fff !important;
 z-index: 99;
}
 #cssmenu .submenu-button.submenu-opened:after {
 display: none;
}
}
/*Mega Menu*/
.mega-main {
	background: #236ab3 none repeat scroll 0 0;
	cursor: pointer;
	height: 500px;
	left: -119px;
	margin: 0;
	position: absolute;
	width: 340px;
}
.row {
	width: 100%;
	float: left;
	height: auto;
}
.column {
	width: 20%;
	float: left;
	height: 150px;
}
.column li {
	display: block;
	float: none;
	height: auto !important;
}
 @media screen and (min-width:50px) and (max-width:850px) {
.mega-main {
	width: 100%;
	height: auto;
	background: none repeat scroll 0% 0% rgb(0, 0, 0);
	position: relative;
	left: 0px;
}
.cmm-lft h3 {
	margin: 16px;
}
.cmm a {
	color: #000 !important;
}
.column {
	width: 100%;
	float: left;
	height: auto;
}
.cmm p span {
	margin: 30px 0px;
	padding: 0px 0px;
	list-style: none;
	font-size: 13px;
	font-weight: normal;
	line-height: 22px;
	color: #000;
	display: block;
}
.column {
	width: 20%;
	float: left;
	height: 200 !important;
}
.active span {
	margin: 0px !important;
}
#cssmenu > ul > li, #cssmenu.align-center > ul > li, #cssmenu.align-right > ul > li {
	float: left;
}
.cmm p span:hover b, .cmm p span.active b {
	border: none;
}
}
/****** nav end *****/
.bnr-main {
	width: 100%;
	height: 550px;
	float: left;
}
.bnr-main img {
	background-size: cover;
	width: 100%;
}
.test {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 0px;
	padding: 0px;
}
.test img {
	width: 100%;
	background-size: cover;
}
.awards {
	width: 100%;
	float: left;
}
.awards1 {
	margin: 0 0 0 206px;
	width: 80%;
}
.awards h1 {
	font-size: 25px;
	color: #236AB3;
	font-weight: normal;
	line-height: 21px;
	text-align: center;
	margin-top: 3%;
}
.awards-lft {
	width: 20%;
	float: left;
	border: 1px solid #ccc;
	margin: 15px 0px 35px 15px;
}
.awards-lft p {
	text-align: center;
}
.work {
	width: 100%;
	height: auto;
	float: left;
	padding: 0px;
	border-bottom: 2px dotted #ccc;
}
.work h1 {
	font-size: 25px;
	color: #236ab3;
	font-weight: normal;
	line-height: 21px;
	text-align: center;
}
.work p {
	line-height: 26px;
	font-size: 15px;
	color: #3F5779;
	font-family: Raleway;
	margin: 0px;
	text-align: center;
}
.work-lft {
	width: 18%;
	height: auto;
	float: left;
	margin: 0px 0px 20px 10px;
}
.work-lft h2:hover {
	transform: scale(1.1);
	transition: ease-in-out;
}
.work-lft img {
	width: 100%;
}
.work-lft h1:hover {
	color: #236ab3;
}
.work-lft h1 {
	font-size: 15px !important;
	color: #444444;
	font-weight: 600;
	line-height: 21px;
	text-align: center;
	font-family: Raleway;
}
.work-rgt {
	width: 20%;
	height: auto;
	float: right;
}
.work-rgt img {
	width: 100%;
}
.work-rgt:hover {
	transform: scale(1.1);
	transition: ease-in-out;
}
.work-rgt h1 {
	font-size: 15px !important;
	color: #236ab3;
	font-weight: normal;
	line-height: 21px;
	text-align: center;
}
.abt {
	width: 100%;
	height: auto;
	float: left;
	background: #f4f6f8 none repeat scroll 0 0;
	padding: 0;
	margin: 120px 0px 0px;
}
.abt h1 {
	font-weight: normal;
	color: #236ab3;
	font-size: 26px;
}
.abt-lft {
	width: 35%;
	height: auto;
	float: left;
}
.abt-lft p {
	line-height: 25px;
	font-size: 14px;
	margin: 23px 0px 25px;
	color: #3f5779;
	font-family: Raleway;
}
.abt-lft h3 {
	font-weight: normal;
	font-size: 14px;
	background: #47b3fc;
	border-color: #5e7690;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 1px 0 #5e7690 inset;
	width: 40%;
	border-radius: 3px;
	padding: 13px 10px;
	text-align: center;
}
.abt-lft h3 a {
	color: #fff;
	text-decoration: none;
}
.abt2 {
	width: 100%;
	float: left;
}
.abt2 h1 {
	text-align: center;
	font-weight: normal;
	font-size: 20px;
	margin: 2% 0px;
	padding: 0px 0%;
	color: #236AB3;
}
.abt2 p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	font-family: Raleway;
	text-align: center;
}
.section {
	width: 100%;
	float: left;
	margin-top: 1%;
	background: url("../images/background.png");
	background-size: cover;
}
.section h1 {
	text-align: center;
	font-weight: normal;
	font-size: 28px;
	margin: 2% 0px 0px 0px;
	padding: 0px 0%;
	color: #236AB3;
}
.section h2 {
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	padding: 0px 0%;
	color: #666;
}
.section h3 {
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	padding: 0px 0%;
	color: #666;
}
.section p {
	text-align: center;
	font-size: 14px;
}
.section span a {
	color: #e8432e;
	font-size: 19px;
	text-decoration: none;
	font-weight: 600;
}
.section a {
	color: #e8432e;
	font-size: 19px;
	text-decoration: none;
	font-weight: 600;
}
.section span a:hover {
	text-decoration: underline;
}
.sec-rgt {
	width: 70%;
	float: right;
}
hr {
	width: 20%;
}
.hr {
	border: 1px solid #ccc;
}
.blog {
	width: 100%;
	float: left;
}
.blog-lft {
	width: 20%;
	float: left;
}
.blog-lft h1 {
	color: #236AB3;
	font-size: 15px;
	font-weight: normal;
}
.blog-lft p {
	font-size: 12px;
}
.blog-lft img {
	width: 100%;
	border: 3px solid #CCCCCC;
}
.blog-rgt {
	width: 70%;
	float: left;
	margin: 55px 0px 0px 2%;
}
.blog-rgt p {
	font-size: 13px;
	line-height: 24px;
	text-align: justify;
}
.about-lft {
	width: 12%;
	float: left;
	margin: 10px 10px 10px 30px;
}
.about-lft img {
	width: 100%;
}
.abt-rgt {
	width: 65%;
	height: auto;
	float: right;
	margin: 20px 0px;
}
.abt-rgt h1 {
	font-weight: normal;
	color: #236ab3;
	font-family: Raleway;
	font-size: 24px;
}
.abt-rgt p {
	line-height: 23px;
	font-size: 14px;
	margin: 23px 0px 10px;
	color: #3f5779;
	font-family: Raleway;
}
.abt-rgt-main {
	margin: 0px;
	height: auto;
	float: left;
	width: 100%;
}
.abt-rgt1 {
	width: 50%;
	height: auto;
	float: left;
}
.abt-rgt1 ul {
	margin: 10px 0px;
}
.abt-rgt1 ul li {
	list-style: none;
}
.abt-rgt1 ul li h1 {
	font-weight: normal;
	font-size: 20px;
}
.abt-rgt1 ul li h1 a {
	color: #236ab3;
	text-decoration: none;
}
.abt-rgt1 ul li h1 a:hover {
	color: #e8432e;
}
.abt-rgt1 ul li img {
	padding: 0px 15px 0px 0px;
	vertical-align: middle;
}
.abt-rgt1 ul li p {
	line-height: 23px;
	font-size: 14px;
	margin: 10px 0px 0px 50px;
	color: #3f5779;
	font-family: Raleway;
}
.abt-rgt2 {
	width: 50%;
	height: auto;
	float: right;
}
.abt-rgt2 ul {
	margin: 10px 0px;
}
.abt-rgt2 ul li {
	list-style: none;
}
.abt-rgt2 ul li h1 {
	font-weight: normal;
	font-size: 20px;
	list-style: none;
}
.abt-rgt2 ul li h1 a {
	color: #236ab3;
	text-decoration: none;
}
.abt-rgt2 ul li img {
	padding: 0px 15px 0px 0px;
	vertical-align: middle;
}
.abt-rgt2 ul li h1 a:hover {
	color: #e8432e;
}
.abt-rgt2 ul li p {
	line-height: 23px;
	font-size: 14px;
	margin: 10px 0px 0px 50px;
	color: #3f5779;
	font-family: Raleway;
}
.patnr {
	width: 100%;
	height: auto;
	float: left;
	padding: 0px;
	margin: 20px 0px 0px;
}
.patnr h1 {
	font-weight: normal;
	color: #236ab3;
	font-size: 26px;
	margin: 23px 0px;
	text-align: center;
	font-family: Raleway;
}
.patnr p {
	color: #333;
	font-size: 14px;
	margin: 20px 0px;
	line-height: 23px;
	text-align: center;
	font-family: Raleway;
}
.showcase {
	width: 100%;
	height: auto;
	margin: 25px 0% 0 0%;
	padding: 0px 0 0 0;
	float: left;
}
/* ladd-lft start here */
.ladd-lft {
	width: 100%;
	height: auto;
	margin: 30px 0px;
	padding: 0px;
	float: left;
}
.vertical {
	float: left;
	height: auto;
	margin: -5% 0 0 0;
	padding: 0;
	width: 98%;
}
#flexiselDemo3 {
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: none;
}
.nbs-flexisel-container {
	width: 100%;
	position: relative;
	margin: 0px;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	float: left;
	width: 96%;
	margin: 0 0 0 4%;
}
.nbs-flexisel-item {
	margin: 0px 0 0 0px;
	padding: 0px 0px 0 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
	float: left;
}
.nbs-flexisel-item img {
	width: 95%;
	height: 91px !important;
	cursor: pointer;
	position: relative;
	float: left;
	text-align: center !important;
	margin: 0px 0 0 0px;
	padding: 0px;
	border: 1px solid #CCC;
	border-radius: 3px;
}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 18px;
	height: 30px;
	margin: -10px 0 0 0px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
	left: 0%;
	top: 70px !important;
	background: transparent url("../images/left-1.png") no-repeat scroll 0% 0%;
	width: 100%;
	height: 50px;
}
.nbs-flexisel-nav-right {
	right: -2%;
	top: 70px !important;
	background: transparent url("../images/right-1.png") no-repeat scroll 0% 0%;
	height: 50px;
}
.patnr h2 img {
	border : 1px solid #d0d0d5;
	margin: 0px 20px 0px 0px;
	padding: 0px 20px 0px 0px;
}
.footer-top {
	width: 100%;
	height: auto;
	float: left;
	background: #2062a9 none repeat scroll 0 0;
	border-bottom: 1px solid #2062a9;
	border-top: 1px solid #7ba6d1;
}
.footer-links {
	width: 19%;
	height: auto;
	float: left;
	margin: 20px 0px;
}
.footer-links ul {
	margin: 0px 0px;
	padding: 0px;
}
.footer-links ul li {
	list-style: none;
	display: inline;
	padding: 0px 7px 0px 0px;
}
.footer-links p {
	font-size: 14px;
	color: #fff;
}
.footer-links p img {
	vertical-align: middle;
}
.footer-main {
	width: 20%;
	height: auto;
	float: left;
	margin: 10px 0px;
}
.footer-main1 {
	width: 21%;
	height: auto;
	float: right;
	margin: 10px 0px;
}
.footer1 {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px;
}
.footer1-lft {
	width: 10%;
	height: auto;
	float: left;
}
.footer1-rgt {
	width: 65%;
	height: auto;
	float: left;
	margin: 15px 20px;
}
.footer1-rgt p {
	font-size: 14px;
	color: #fff;
	margin: 0px;
}
.footer1-rgt p span {
	font-size: 18px;
}
.footer1-rgt p span a {
	color: #80c9e5;
	text-decoration: none;
}
.footer1-rgt p span a:hover {
	text-decoration: underline;
}
.footer-bottom {
	background: #236ab3 none repeat scroll 0 0;
	height: auto;
	float: left;
	width: 100%;
}
.ftr {
	height: auto;
	float: left;
	width: 100%;
}
.ftr-lft {
	height: auto;
	float: left;
	width: 24%;
}
.ftr-lft h2 {
	color: #80c9e5;
	font-size: 23px;
}
.ftr-lft p {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}
.ftr-lft ul {
	margin-left: -15%;
}
.ftr-lft ul li {
	color: #fff;
	font-size: 14px;
	list-style: none;
}
.ftr-lft ul li a {
	text-decoration: none;
	color: #FFFFFF;
	vertical-align: middle;
	line-height: 28px;
}
.ftr-lft ul li a:hover {
	text-decoration: underline;
}
.ftr-lft ul li a img {
	padding: 0 10px 0 0;
	vertical-align: middle;
}
.ftr-lft h3 {
	font-weight: normal;
	font-size: 13px;
	background: #47b3fc;
	border-color: #5e7690;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 1px 0 #5e7690 inset;
	width: 40%;
	border-radius: 3px;
	padding: 13px 10px;
	text-align: center;
}
.ftr-lft h3 a {
	color: #fff;
	text-decoration: none;
}
.ftr-rgt {
	height: auto;
	float: right;
	width: 24%;
}
.ftr-rgt h2 {
	color: #80c9e5;
	font-size: 23px;
}
.ftr-rgt p {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}
.ftr-rgt h4 {
	color: #fff;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
.ftr-rgt p a {
	color: #fff;
	text-decoration: none;
}
.ftr-rgt p a:hover {
	color: #80c9e5;
	text-decoration: underline;
}
.cpyrgt {
	height: auto;
	float: left;
	width: 100%;
	background: #236ab3 none repeat scroll 0 0;
}
.cpyrgt p {
	color: #fff;
	font-size: 13px;
	text-align: center;
	margin-bottom: 30px;
}
.cpyrgt p a {
	text-decoration: none;
	color: #FFFFFF;
}
.cpyrgt p a:hover {
	color: #80c9e5;
	text-decoration: underline;
}
.diamond-main {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.bannr {
	width: 100%;
	float: left;
	background: url(../images/seo-inner.jpg)no-repeat;
	background-size: cover;
}
.bannr1 {
	width: 100%;
	float: left;
	background: url(../images/smo-innr.jpg) no-repeat;
	background-size: cover;
}
.bannr2 {
	width: 100%;
	float: left;
	background: url(../images/smm-innr.jpg) no-repeat;
	background-size: cover;
}
.bannr3 {
	width: 100%;
	float: left;
	background: url(../images/seminner.jpg) no-repeat;
	background-size: cover;
}
.bannr4 {
	width: 100%;
	float: left;
	background: url(../images/web.jpg) no-repeat;
	background-size: cover;
}
.bannr5 {
	width: 100%;
	float: left;
	background: url(../images/pay-per-click.jpg) no-repeat;
	background-size: cover;
}
.bannr6 {
	width: 100%;
	float: left;
	background: url(../images/wprdpress.jpg) no-repeat;
	background-size: cover;
}
.bannr7 {
	width: 100%;
	float: left;
}
.bannr7 img {
	width: 100%;
}
.bnr-lft {
	width: 60%;
	float: left;
}
.bnr-rgt {
	width: 21%;
	float: right;
}
.bnr-rgt a {
	text-decoration: none;
}
.bnr-rgt a h1 {
	color: #fff;
	background: #ff9e3c;
	font-size: 15px;
	padding: 15px;
	text-align: center;
	border: 3px solid #fff;
}
.social {
	width: 100%;
	height: 600px;
	float: left;
	background: url(../images/social.png) no-repeat;
	background-size: cover;
}
.social h1 {
	font-weight: normal;
	font-size: 30px;
	margin: 5% 0px 0px;
	padding: 0px 0%;
	color: #fff;
	font-family: Raleway;
	text-align: center;
}
.social-lft {
	width: 30%;
	height: 347px;
	float: left;
	background: #5a92ce;
	padding: 10px;
	margin: 8% 30px 0px 0px;
}
.social-lft h1 img {
	margin: -70px 0px 0px;
}
.social-lft h2 {
	font-weight: normal;
	font-size: 27px;
	margin: 7% 0px 0px;
	padding: 0px 0%;
	color: #fff;
	font-family: Raleway;
	text-align: center;
}
.social-lft p {
	line-height: 23px;
	font-size: 15px;
	margin: 7% 0px 0px;
	padding: 0px 0%;
	color: #fff;
	font-family: Raleway;
	text-align: center;
}
.social-lft p span {
	font-size: 15px;
}
.social-lft h3 {
	font-weight: normal;
	font-size: 16px;
	margin: 7% 0px 0px;
	padding: 0px 0%;
	font-family: Raleway;
	text-align: center;
}
.social-lft h3 a {
	color: #fff;
	text-decoration: none;
}
.social-lft h3 a:hover {
	text-decoration: underline;
}
.social-lft h5 {
	text-align: center;
	font-size: 12px;
}
.social-lft h5 input[type="text"] {
	background: #fff;
	border: none;
	text-align: center;
	color: #ccc;
	font-weight: normal;
	padding: 0px 15px;
	line-height: 30px;
	border-radius: 1px;
	vertical-align: middle;
	width: 70%;
}
/*Abt*/

.innr {
	width: 100%;
	height: auto;
	float: left;
}
.innr ul {
	margin: 40px 0px 10px;
	padding: 0px;
}
.innr ul li {
	display: inline;
	font-size: 14px;
	padding: 0px 10px 0px 0px;
}
.innr ul li img {
	vertical-align: middle;
}
.innr ul li a {
	text-decoration: none;
	color: #000;
}
.innr ul li a:hover {
	color: #80c9e5;
}
.innr ul li span {
	padding: 0px 0px 0px 10px;
}
.innr ul li a.active {
	color: #236ab3;
}
.abt1 {
	width: 100%;
	height: auto;
	float: left;
	margin: 10px 0 50px;
}
.abt1 h1 {
	border-bottom: 1px dotted #444;
	color: #236ab3;
	font-size: 20px;
	font-weight: normal;
	margin: 2% 0 1%;
	padding: 0 0 9px;
}
.abt1 p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.seo {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 0px;
}
.seo h1 {
	border-bottom: 1px dotted #444;
	color: #236ab3;
	font-size: 20px;
	font-weight: normal;
	margin: 2% 0 1%;
	padding: 0 0 9px;
}
.seo p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.seo h5 {
	color: #E8432E;
	font-weight: 600px;
	font-size: 15px;
}
.seo ul {
	margin: 16px;
	padding: 0px;
}
.seo h2 {
	font-weight: normal;
	font-size: 16px;
	margin: 0px;
	padding: 0px 0%;
	color: #e8432e;
}
.seo ul li {
	list-style: circle;
	font-size: 15px;
	color: #666;
	line-height: 30px;
}
.smo {
	width: 100%;
	height: auto;
	float: left;
	margin: 20px 0;
}
.smo h1 {
	border-bottom: 1px dotted #444;
	color: #236ab3;
	font-size: 20px;
	font-weight: normal;
	margin: 2% 0 1%;
	padding: 0 0 9px;
}
.smo p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.smm {
	width: 100%;
	height: auto;
	float: left;
	margin: 20px 0;
}
.smm h1 {
	border-bottom: 1px dotted #444;
	color: #236ab3;
	font-size: 20px;
	font-weight: normal;
	margin: 2% 0 1%;
	padding: 0 0 9px;
}
.smm p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.sem {
	width: 100%;
	height: auto;
	float: left;
	margin: 20px 0;
}
.sem h1 {
	border-bottom: 1px dotted #444;
	color: #236ab3;
	font-size: 20px;
	font-weight: normal;
	margin: 2% 0 1%;
	padding: 0 0 9px;
}
.sem p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.web {
	width: 100%;
	height: auto;
	float: left;
	margin: 20px 0;
}
.web h1 {
	border-bottom: 1px dotted #444;
	color: #236ab3;
	font-size: 20px;
	font-weight: normal;
	margin: 2% 0 1%;
	padding: 0 0 9px;
}
.web h2 {
	font-weight: normal;
	font-size: 16px;
	margin: 0px;
	padding: 0px 0%;
	color: #e8432e;
}
.web h3 {
	font-size: 22px;
	margin: 0px 0px 20px;
	padding: 0px 0%;
	color: #e8432e;
}
.web p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.web-lft {
	width: 43%;
	float: left;
}
.web-lft-main {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0 30px;
}
.web-lft1 {
	width: 20%;
	float: left;
}
.web-lft1 img {
	vertical-align: middle;
}
.web-lft2 {
	width: 75%;
	float: right;
}
.web-lft2 p {
	font-size: 14px;
	line-height: 28px;
	color: #666;
	margin: 0px 0px 0px;
}
.web-lft2 p strong {
	font-size: 22px;
}
.web-rgt {
	width: 43%;
	float: left;
}
.clients {
	width: 100%;
	height: auto;
	float: left;
	margin: 20px 0;
}
.clients h1 {
	border-bottom: 1px dotted #444;
	color: #236ab3;
	font-size: 20px;
	font-weight: normal;
	margin: 2% 0 1%;
	padding: 0 0 9px;
}
.events {
	width: 100%;
	height: auto;
	float: left;
}
.events h1 {
	border-bottom: 1px solid #ececec;
	font-weight: normal;
	font-size: 24px;
	color: #cd0a0a;
}
.events p {
	line-height: 20px;
	font-size: 14px;
	color: #000;
}
.classified-lft {
	width: 22%;
	height: auto;
	float: left;
	margin-left: 25px;
	border: 1px solid #CCC;
	margin-bottom: 20px;
}
.classified-lft img {
	width: 100%;
	margin: 0px !important;
	padding: 0px;
}
/*contact css */
.cont {
	width: 100%;
	height: auto;
	float: left;
	margin: 20px 0px;
}
.cnt-lft {
	width: 30%;
	height: auto;
	margin: 0px 0px;
	padding: 0px;
	float: left;
}
.cont h1 {
	border-bottom: 1px dotted #444;
	color: #236ab3;
	font-size: 20px;
	font-weight: normal;
	margin: 2% 0 1%;
	padding: 0 0 9px;
}
.cnt-lft h2 {
	margin: 10px 0px;
	padding: 0px;
	text-align: left;
	font-size: 16px;
	color: #2c4e65;
}
.cnt-lft h4 {
	margin: 10px 0px;
	padding: 0px;
	text-align: left;
	font-size: 16px;
	color: #2c4e65;
}
.cnt-lft p {
	font-size: 15px;
	line-height: 24px;
	color: #666;
}
.cnt-lft p a {
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	color: #333;
	text-decoration: none;
}
.cnt-lft p b {
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	color: #333;
	line-height: 22px;
}

.cnt-lftcnew {
	width: 100%;
	height: auto;
	margin: 0px 0px;
	padding: 0px;
	float: left;
}
.cont h1 {
	border-bottom: 1px dotted #444;
	color: #236ab3;
	font-size: 20px;
	font-weight: normal;
	margin: 2% 0 1%;
	padding: 0 0 9px;
}
.cnt-lftcnew h2 {
	margin: 10px 0px;
	padding: 0px;
	text-align: left;
	font-size: 16px;
	color: #2c4e65;
}
.cnt-lftcnew h4 {
	margin: 10px 0px;
	padding: 0px;
	text-align: left;
	font-size: 16px;
	color: #2c4e65;
}
.cnt-lftcnew p {
	font-size: 15px;
	line-height: 24px;
	color: #666;
}
.cnt-lftcnew p a {
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	color: #333;
	text-decoration: none;
}
.cnt-lftcnew p b {
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	color: #333;
	line-height: 22px;
}
.cnt-grt {
	width: 65%;
	height: auto;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	float: right;
}
.cnt-grt h2 {
	margin: 10px 0px 0 0;
	padding: 0px;
	text-align: left;
	font-size: 18px;
	color: #236ab3;
}
.cnt-grt td {
	margin: 0px 0px;
	padding: 0px 10px;
	font-size: 14px;
}
.cnt-grt input[type="text"] {
	width: 95%;
	height: 32px;
	float: left;
	margin: 10px 0px;
	padding: 0px 1% 0px 1%;
	font-size: 12px;
	border: solid 1px #ccc;
	border-radius: 2px;
	color: #999;
}
.cnt-grt input[type="email"] {
	width: 95%;
	height: 32px;
	float: left;
	margin: 10px 0px;
	padding: 0px 1% 0px 1%;
	font-size: 12px;
	border: solid 1px #ccc;
	border-radius: 2px;
	color: #999;
}
.cnt-grt select {
	width: 97%;
	height: 32px;
	margin: 12px 0px 0px 0px;
	padding: 0px 1% 0px 1%;
	font-size: 12px;
	border: solid 1px #ccc;
	border-radius: 2px;
	color: #999;
}
.cnt-grt textarea {
	width: 95%;
	height: 80px;
	margin: 10px 0px 0px 0px;
	padding: 0px 1% 0px 1%;
	font-size: 12px;
	border: solid 1px #ccc;
	border-radius: 2px;
	color: #999;
}
.cnt-grt input[type="submit"]:hover {
	background: #f23c3b;
	border: solid 1px #f23c3b;
}
.cnt-grt input[type="submit"] {
	width: 100px;
	border: solid 1px #236ab3;
	height: 35px;
	text-align: center;
	padding: 6px 0px;
	margin: 0px 0px;
	outline: none;
	font-size: 13px;
	background: #236ab3;
	color: #fff;
	cursor: pointer;
}
.mn1 {
	width: 700px;
	height: auto;
	margin: 0px auto;
}
.bg {
	width: 100%;
	height: auto;
	float: left;
	margin: -6px 0 0 0;
	background: #eeeeee;
	border-radius: 6px;
}
.req {
	width: 100%;
	height: auto;
	float: left;
	padding: 0px 0px 15px;
	margin-top: 2%;
}
.req h1 {
	font-weight: normal;
	font-size: 20px;
	background: #236ab3;
	padding: 10px 10px 13px;
	color: #FFF;
	border-radius: 3px;
	margin: 0px 0px;
}
.req h3 {
	font-weight: normal;
	font-size: 13px;
	margin: 10px 20px;
	color: #333;
	line-height: 24px;
}
.req td {
	font-size: 14px;
	margin: 0 0px;
	padding: 18px 20px 0;
}
.req td span {
	color: #F00;
}
.req input[type="text"] {
	width: 97%;
	height: 28px;
	float: left;
	margin: 5px 0px;
	padding: 0px 1% 0px 1%;
	font-size: 12px;
	border: solid 1px #ccc;
	border-radius: 2px;
	color: #999;
}
.req select {
	width: 97%;
	height: 32px;
	margin: 12px 0px 0px 0px;
	padding: 0px 1% 0px 1%;
	font-size: 12px;
	border: solid 1px #ccc;
	border-radius: 2px;
	color: #999;
}
.req input[type="checkbox"] {
	width: 14%;
	height: 28px;
	float: left;
	margin: 5px 0px;
	padding: 0px 1% 0px 1%;
	font-size: 12px;
	border: solid 1px #ccc;
	border-radius: 2px;
	color: #999;
}
.req table {
	margin: 0 115px;
}
.req textarea {
	width: 97%;
	height: 80px;
	margin: 10px 0px 0px 0px;
	padding: 0px 1% 0px 1%;
	font-size: 12px;
	border: solid 1px #ccc;
	border-radius: 2px;
	color: #999;
}
.req input[type="submit"] {
	width: 100px;
	border: solid 1px #236ab3;
	height: 35px;
	text-align: center;
	padding: 6px 0px;
	margin: 0px 0px 20px;
	outline: none;
	font-size: 13px;
	background: #236ab3;
	color: #fff;
	cursor: pointer;
}
.req input[type="submit"]:hover {
	background: #f23c3b;
	border: solid 1px #f23c3b;
}
.big-link {
	display: block;
	margin-top: 100px;
	text-align: center;
	font-size: 70px;
	color: #06f;
}
.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.8);
	z-index: 100;
	display: none;
	top: 0;
	left: 0;
}
.reveal-modal {
	visibility: hidden;
	top: 100px;
	left: 25%;
	right: 25%;
	margin: 0px auto;
	width: 50%;
	background: #eee url(close.png) no-repeat -200px -80px;
	position: absolute;
	z-index: 101;
	padding: 30px 40px 34px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
}
.reveal-modal img {
	width: 100%;
	height: auto;
	float: left;
}
.reveal-modal.small {
	width: 200px;
	margin-left: -140px;
}
.reveal-modal.medium {
	width: 400px;
	margin-left: -240px;
}
.reveal-modal.large {
	width: 600px;
	margin-left: -340px;
}
.reveal-modal.xlarge {
	width: 800px;
	margin-left: -440px;
}
.reveal-modal .close-reveal-modal {
	font-size: 22px;
	line-height: .5;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #aaa;
	text-shadow: 0 -1px 1px rbga(0, 0, 0, .6);
	font-weight: bold;
	cursor: pointer;
}
.td {
	margin: 0;
	padding: 0;
}
.td th {
	padding: 5px 10px;
	background: #333;
	color: #fff;
	border-right: solid 1px #eee;
	font: normal 12px Arial, Geneva, sans-serif;
}
.td th:first-child {
	border-right: none;
}
.td td:last-child {
	border-right: none;
}
.td td {
	padding: 5px 10px;
	color: #222;
	text-align: center;
	border-right: solid 1px #999;
	font: normal 12px Arial, Geneva, sans-serif;
}
.td-td {
	background: #ccc;
}
.rightside-panel {
	width: 283px;
	height: 180px;
	float: left;
	margin: 0px 0;
	padding: 0px 0px 0 10px;
	border: solid 1px #444;
	background: url(../images/rightside.png) repeat;
}
.rightside-panel input {
	width: 90%;
	height: 20px;
	padding: 5px;
	margin: 0 0 5px 0;
	border: none;
	font: lighter 12px Arial, Geneva, sans-serif;
	color: #fff;
	background: #191919;
}
.rightside-panel input[type="submit"] {
	background: #aaa;
	height: 30px;
	width: 80px;
	clear: both;
	color: #333;
	font: lighter 14px "Century Gothic";
	cursor: pointer;
	border: 0;
	z-index: 3;
	position: relative;
	margin: 10px 0 30px 60px;
}
.rightside-panel textarea {
	width: 90%;
	height: 60px;
	padding: 5px;
	border: none;
	font: lighter 12px Arial, Geneva, sans-serif;
	color: #fff;
	background: #191919;
}
.rightside-panel select {
	width: 94%;
	height: auto;
	padding: 5px;
	margin: 0 0 5px 0;
	border: none;
	font: lighter 12px Arial, Geneva, sans-serif;
	color: #fff;
	background: #191919;
}
.rightside-panel ul {
	padding: 0;
	margin: 0;
}
.rightside-panel ul li {
	padding: 0;
	margin: 0;
}
.rightside-panel ul li a {
	font: normal 15px "Century Gothic";
	color: #ccc;
	line-height: 30px;
}
.rightside-panel ul li a img {
	margin: 0 10px 0 0;
}
.rightside-panel ul li a:hover {
	color: #fff;
}
.panal {
	margin: 10px 0 0 !important;
	padding: 5px;
}
/****** New css ******/
.off-main {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0 0px;
}
.offer {
	width: 100%;
	height: auto;
	margin: 0px 0 0 0;
	padding: 0px;
	float: left;
	background: url(../images/landing.jpg) top left no-repeat;
	background-size: auto auto;
	background-size: 100% 100%;
}
.offer-1 {
	width: 875px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
}
.offer1 {
	width: 300px;
	height: auto;
	margin: 50px 0 55px 0;
	padding: 0px 0 0px 0;
	float: right;
	background: none repeat scroll 0 center rgba(170, 169, 170, 0.5);
}
.offer1 h1 {
	font-size: 20px;
	color: #fff;
	margin: 0px 0px 0 0px;
	padding: 10px;
	text-align: center;
	background: #0c5175;
}
.offer1 h1 span {
	margin-top: 10px;
	font-size: 12px;
	line-height: 20px;
}
.offer2 {
	font-size: 1.4em;
	margin: 0px auto;
	padding: 40px 40px 0px 0;
	width: 300px;
	height: auto;
}
.offer2 input {
	color: #575757;
	height: 35px;
	margin: 0 0px 20px 20px;
	padding: 6px;
	width: 250px;
	border: none;
}
.offer2 select {
	color: #575757;
	height: 35px;
	margin: 0 0px 20px 20px;
	padding: 6px;
	width: 87%;
	text-transform: uppercase;
	border: none;
}
.offer2 .submit_btn {
	width: 35%;
	margin: 0 40px 0 0px;
	float: right;
}
.offer2 .submit_btn input {
	width: 100%;
	height: 35px;
	background: #034567;
	color: #fff;
}
.plan {
	width: 100%;
	height: auto;
	margin: 0px 0 0 0;
	padding: 0px;
	float: left;
	background: #09c url(../images/plans.jpg) repeat 100%;
	background-size: 100%;
}
.plan-1 {
	width: 1000px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
}
.plan1 {
	width: 1000px;
	height: auto;
	margin: 30px 0 20px 0;
	padding: 0px 0 0px 0;
	float: left;
}
.plan2 {
	width: 280px;
	height: auto;
	margin: 0px 20px 0 15px;
	padding: 0px 0 0px 0;
	float: left;
	background: #0c5175;
	border-radius: 7px;
}
.plan2 h1 {
	font-size: 20px;
	color: #fff;
	margin: 0px auto;
	padding: 10px 10px 10px 10px;
	text-align: center;
	border-bottom: dashed 1px #ccc;
	width: 240px;
}
.plan2 h2 {
	font-size: 18px;
	color: #fff;
	margin: 0px 0px 0 0px;
	padding: 10px 10px 10px 10px;
	text-align: center;
}
.pln {
	width: 1000px;
	height: auto;
	margin: 30px 0 20px 0;
	padding: 0px 0 0px 0;
	float: left;
}
.ser {
	width: 280px;
	height: 160px;
	margin: 0px 53px 20px 0px;
	padding: 0px 0 0px 0;
	float: left;
	background: #fff url(../images/w1.jpg);
	border-radius: 5px;
	background-size: cover;
}
.se2 {
	background: url(../images/e1.jpg);
	background-size: cover;
}
.se3 {
	float: right;
	background: url(../images/c1.jpg);
	background-size: cover;
}
.ser img {
	margin: 0px 0px 0px 4px;
}
.ser h1 {
	color: #fff;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	text-align: center;
	text-shadow: 0 0 10px #636060;
	font-size: 19px;
	margin-top: 30px
}
.ser h2 {
	font-size: 16px;
	color: #fff;
	margin: 0px 0px 0 0px;
	padding: 0px 10px 10px 10px;
	text-align: center;
	text-shadow: 0 0 10px #636060;
}
.ser h2 a {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}
/* page */

#bronze_main {
	width: 1000px;
	height: auto;
	float: left;
}
#bronze {
	width: 288px;
	height: 340px;
	float: left;
	border: solid 1px #ccc;
	border-radius: 4px;
	margin: 40px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	box-shadow: #cccccc 0px 0px 8px;
	background: url(../images/d1.jpg) no-repeat center top;
	background-color: #fff;
	line-height: 28px;
}
#bronze span {
	margin: 20px 0px 0px 50px;
	padding: 0px 0px 0px 0px;
	color: #2e9dca;
	text-align: center;
	float: left;
	font: bold 14px Arial, Helvetica, sans-serif;
}
#botton {
	width: 67px;
	height: 20px;
	background: #06F;
	margin: 10px 0px 0px 20px;
	border-radius: 6px;
	padding: 5px 0px 0px 0px;
	color: #fff;
	float: left;
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
}
#botton a {
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	color: #fff;
	text-decoration: none;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#bronze h3 {
	margin: 10px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	color: #fff;
	text-align: center;
	font: bold 16px Arial, Helvetica, sans-serif;
}
#bronze h4 {
	margin: 20px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	color: #fff;
	text-align: center;
	font-size: 30px;
	font-family: Times New Roman;
}
#bronze h5 {
	margin: 30px 0px 15px 20px;
	padding: 0px 0px 0px 0px;
	color: #333;
	text-align: left;
	font: bold 14px Arial, Helvetica, sans-serif;
}
#bronze p {
	margin: 8px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #8c8b8b;
	line-height: 18px;
}
#bronze p a {
	margin: 12px 100px 0px 0px;
	padding: 5px 10px 5px 10px;
	float: right;
	text-align: left;
	background: #1f73c9;
	border-radius: 6px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 18px;
	text-decoration: none;
}
#bronze p a:hover {
	background: #FF6600;
	color: #FFFFFF;
}
#bronze img {
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#bronze1 {
	width: 288px;
	height: 340px;
	float: left;
	box-shadow: #cccccc 0px 0px 8px;
	border: solid 2px #ccc;
	border-radius: 4px;
	margin: 40px 0px 0px 40px;
	padding: 0px 0px 0px 0px;
	background: url(../images/d2.jpg) no-repeat center top;
	background-color: #fff;
	line-height: 28px;
}
#bronze1 span {
	margin: 20px 0px 0px 50px;
	padding: 0px 0px 0px 0px;
	color: #efac0d;
	text-align: center;
	float: left;
	font: bold 14px Arial, Helvetica, sans-serif;
}
#botton1 {
	width: 67px;
	height: 20px;
	background: #efac0d;
	margin: 10px 0px 0px 20px;
	border-radius: 6px;
	padding: 5px 0px 0px 0px;
	color: ##333;
	float: left;
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
}
#botton1 a {
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	color: #fff;
	text-decoration: none;
	font: 12px Arial, Helvetica, sans-serif;
}
#bronze1 h3 {
	margin: 10px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	color: #fff;
	text-align: center;
	font: bold 16px Arial, Helvetica, sans-serif;
}
#bronze1 h4 {
	margin: 20px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	color: #fff;
	text-align: center;
	font-size: 30px;
	font-family: Times New Roman;
}
#bronze1 h5 {
	margin: 30px 0px 15px 20px;
	padding: 0px 0px 0px 0px;
	color: #333;
	text-align: left;
	font: bold 14px Arial, Helvetica, sans-serif;
}
#bronze1 p {
	margin: 8px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #8c8b8b;
	line-height: 18px;
}
#bronze1 p a {
	margin: 12px 100px 0px 0px;
	padding: 5px 10px 5px 10px;
	float: right;
	text-align: left;
	background: #e2a109;
	border-radius: 6px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 18px;
	text-decoration: none;
}
#bronze1 p a:hover {
	background: #FF6600;
	color: #FFFFFF;
}
#bronze1 img {
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#bronze2 {
	width: 288px;
	height: 340px;
	float: left;
	box-shadow: #cccccc 0px 0px 8px;
	border: solid 1px #ccc;
	border-radius: 4px;
	margin: 40px 0px 0px 40px;
	padding: 0px 0px 0px 0px;
	background: url(../images/d3.jpg) no-repeat center top;
	background-color: #fff;
	line-height: 28px;
}
#bronze2 span {
	margin: 20px 0px 0px 50px;
	padding: 0px 0px 0px 0px;
	color: #3fa211;
	text-align: center;
	float: left;
	font: bold 14px Arial, Helvetica, sans-serif;
}
#botton2 {
	width: 67px;
	height: 20px;
	background: #3fa211;
	margin: 10px 0px 0px 20px;
	border-radius: 6px;
	padding: 5px 0px 0px 0px;
	color: #fff;
	float: left;
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
}
#botton2 a {
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	color: #fff;
	text-decoration: none;
	font: 12px Arial, Helvetica, sans-serif;
}
#bronze2 h3 {
	margin: 10px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	color: #fff;
	text-align: center;
	font: bold 16px Arial, Helvetica, sans-serif;
}
#bronze2 h5 {
	margin: 30px 60px 10px 15px;
	padding: 0px 0px 0px 0px;
	color: #333;
	text-align: left;
	font: bold 14px Arial, Helvetica, sans-serif;
}
#bronze2 h4 {
	margin: 20px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	color: #fff;
	text-align: center;
	font-size: 30px;
	font-family: Times New Roman;
}
#bronze2 p {
	margin: 8px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #8c8b8b;
	line-height: 18px;
}
#bronze2 p a {
	margin: 19px 100px 0px 0px;
	padding: 5px 10px 5px 10px;
	float: right;
	text-align: left;
	background: #169405;
	border-radius: 6px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 18px;
	text-decoration: none;
}
#bronze2 p a:hover {
	background: #FF6600;
	color: #FFFFFF;
}
#bronze2 img {
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/*end*/

.clr {
	clear: both;
}
ul.ftlnks {
	text-align: center;
}
ul.ftlnks li {
	display: inline-block;
	margin: 0px 2px;
	height: 36px;
	line-height: 36px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 400;
	color: #999;
}
li.dvdr {
}
ul.ftlnks li a {
	display: block;
	color: #fff;
	padding: 0px 15px;
	text-decoration: none;
}
ul.ftlnks li a:hover {
	color: #3196be;
}
ul.prchm {
	text-align: center;
}
ul.prchm li {
	display: inline-block;
	margin: 0px 10px;
	width: 200px;
	min-height: 315px;
	height: auto;
	background: #e1e0df;
	position: relative;
	border-radius: 3px;
}
.ttlprc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #e1e0df;
	background: #7f7f7f;
	min-height: 30px;
	height: auto;
	padding: 15px 5px;
	border-radius: 3px 3px 0 0;
}
.prcdsc {
	text-align: left;
	padding: 15px;
	line-height: 40px;
	font-size: 16px;
	color: #7f7f7f;
	font-family: Arial, Helvetica, sans-serif;
}
.bynw {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 15px 10px;
	background: #1e679b;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border-radius: 0 0 3px 3px;
}
.prcinr {
	padding: 15px 0px;
	color: #1e679b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
}
.bynw a {
	color: #e1e0df;
	display: block;
	text-decoration: none;
	font-size: 18px;
}
.main_res {
	width: 100%;
	float: left;
	display: none;
	height: auto;
}
.dis_hgt {
	min-height: 544px;
}
.ftricon_cont2 h6 {
	text-align: center;
}
.por_heig {
	width: 100%;
	height: auto;
	margin: 0px 0 0 0;
	padding: 0px;
	float: left;
	background: #000 url(../images/bnr.png);
	background-size: 100%;
	border-bottom: solid 1px #fff;
	border-top: solid 1px #fff;
}
.thanks {
	width: 100%;
	float: left;
	height: auto;
	background: url(../images/thank-you.jpg);
}
.thanks img {
	width: 100%;
}
.thanks p {
	color: #fff;
	font-size: 34px;
	font-weight: bold;
	line-height: 47px;
	margin: 66px auto;
	text-align: center;
	width: 74%;
}
 @media (max-width: 1024px) {
.logo {
 width21%;
}
.head-right {
	width: 57%;
	float: right;
	margin: 0px;
}
.footer {
	background-repeat: repeat;
}
.service_cont2 {
	padding: 0 0 0 10px;
}
.aboutinner {
	background-repeat: repeat;
}
.lb-overlay a.lb-close {
	top: 1%;
	left: 78%;
}
.about_cont-12 p {
	padding: 0px 8px;
}
.client_cont3 {
	padding: 0 8px;
}
#bronze p a, #bronze1 p a, #bronze2 p a {
	margin: 13px 42px 0 0;
}
}
@media only screen and (min-width: 50px) and (max-width: 639px) {
.mn {
	width: 100%;
}
.hd-rgt {
	width: 100%;
}
.hd-logo {
	margin: 0 auto;
	float: none;
}
.bnr-main {
	height: 150px;
}
.cmm-lft {
	height: auto;
	width: 100%;
}
.cmm-lft h1 {
	display: none;
}
.cmm-rgt {
	display: none;
}
.cmm-lft h2 {
	margin: 5px;
}
.cmm::before {
	display: none;
}
.header {
	float: left;
	text-align: left;
}
.header1 {
	width: 100%;
}
.header p {
	font-size: 13px;
}
.abt {
	margin: 27px 0px 0 0;
}
.abt-lft {
	margin: 0 2%;
	width: 96%;
}
.abt-rgt {
	float: left;
	margin: 20px 2%;
	width: 96%;
}
.abt-rgt1 {
	width: 99%;
}
.abt-rgt2 {
	float: left;
	width: 99%;
}
.work p {
	font-size: 15px;
	margin: 0px 30px 0px 19px;
	max-width: 89%;
	text-align: center;
}
.work-lft {
	margin: 0px;
	padding: 0px;
	width: 47%;
}
.mn1 {
	width: 100%;
}
.req table {
	margin: 0;
	width: 100%;
}
.test {
	height: 140px;
}
.footer-links {
	margin: 20px 2%;
	width: 92%;
}
.footer-main {
	margin: 0px 3%;
	width: 79%;
}
.footer-main1 {
	margin: 0 3%;
	width: 79%;
	float: left;
}
.footer-main2 {
	margin: 0px 3%;
	width: 79%;
}
.ftr-lft {
	margin: 10px 3%;
	width: 80%;
}
.ftr-rgt {
	float: left;
	margin: 10px 3%;
	width: 80%;
}
.social {
	height: auto;
	width: 100%;
}
.social h1 {
	margin: 5% 0 5%;
}
.social-lft {
	margin: 9% 2%;
	padding: 10px;
	width: 95%;
}
.innr {
	margin: 0 2%;
	width: 97%;
}
.abt1 {
	margin: 10px 2% 50px;
	width: 94%;
}
.seo {
	margin: 10px 2% 50px;
	width: 94%;
}
.smm {
	margin: 10px 2% 50px;
	width: 94%;
}
.smo {
	margin: 10px 2% 50px;
	width: 94%;
}
.sem {
	margin: 10px 2% 50px;
	width: 94%;
}
.web {
	margin: 10px 2% 50px;
	width: 94%;
}
.clients h1 {
	margin: 2% 5% 3%;
}
.classified-lft {
	width: 69%;
	margin: 0px 15% 15px;
}
.cont {
	margin: 20px 3%;
	width: 94%;
}
.cnt-lft {
	margin: 0px 2%;
	width: 100%;
}
.cnt-grt {
	width: 100%;
	margin: 0px 2%;
}
.blog-lft {
	width: 90%;
	margin-left: 3%;
}
.blog-rgt {
	width: 94%;
	margin: 0px 0px 0px 3%;
}
.work h1 {
	font-size: 19px;
	line-height: 25px;
}
.awards-lft {
	border: 1px solid #ccc;
	margin: 15px 0 6px 4px;
	width: 95%;
}
.about-tabs {
	overflow: scroll;
}
.login-popup {
	width: 271px !important;
}
form.signin .textbox input {
	width: 237px !important;
}
form.signin .textbox select {
	width: 247px !important;
}
.awards1 {
	margin: 0px;
}
.web-rgt {
	float: left;
	width: 100%;
}
.web-lft {
	float: left;
	width: 100%;
}
.bnr-rgt {
	float: left;
	width: 21%;
}
.offer-1 {
	width: 100%;
}
.plan-1 {
	width: 100%;
}
#bronze_main {
	width: 100%;
}
#bronze, #bronze1, #bronze2 {
	width: 90%;
	margin: 10px 4%;
}
.offer1 {
	width: 94%;
	height: auto;
	margin: 10px 3% !important;
	float: none;
}
.offer2 input {
	margin: 10px 4%;
	padding: 6px;
	width: 90%;
}
.offer2 select {
	margin: 10px 4%;
	padding: 6px;
	width: 90%;
}
.offer2 {
	font-size: 1.4em;
	margin: 0px auto;
	padding: 40px 0px 65px 0;
	width: 98%;
	height: auto;
}
.plan-1, .plan1 {
	width: 100% !important;
}
.ser {
	width: 94%;
	margin: 10px 4%;
}
.se3 {
	float: left;
}
.offer {
	background-size: cover;
}
}
@media screen and (width:480px) {
.bnr-main {
	height: 200px;
}
.classified-lft {
	height: 279px;
	margin: 0px 15% 15px;
	width: 69%;
}
.clients h1 {
	margin: 2% 5% 3%;
}
}
 @media only screen and (min-width: 360px) and (max-width: 640px) {
.mn {
	width: 100%;
}
.bnr-main {
	height: 165px;
}
.header1 {
	width: 100%;
}
.innr {
	margin: 0 2%;
	width: 97%;
}
.abt1 {
	margin: 10px 2% 50px;
	width: 94%;
}
.seo {
	margin: 10px 2% 50px;
	width: 94%;
}
.smm {
	margin: 10px 2% 50px;
	width: 94%;
}
.smo {
	margin: 10px 2% 50px;
	width: 94%;
}
.sem {
	margin: 10px 2% 50px;
	width: 94%;
}
.web {
	margin: 10px 2% 50px;
	width: 94%;
}
.clients h1 {
	margin: 2% 5% 3%;
}
.classified-lft {
	height: 209px;
	margin: 0 15% 15px;
	width: 69%;
}
.cont {
	margin: 20px 3%;
	width: 94%;
}
.cmm-lft {
	height: auto;
	width: 100%;
}
.cmm-lft h1 {
	display: none;
}
.cmm-rgt {
	display: none;
}
.cmm-lft h2 {
	margin: 5px;
}
.cmm::before {
	display: none;
}
.offer-1 {
	width: 100%;
}
.plan-1 {
	width: 100%;
}
#bronze_main {
	width: 100%;
}
#bronze, #bronze1, #bronze2 {
	width: 90%;
	margin: 10px 4%;
}
.offer1 {
	width: 80%;
	height: auto;
	margin: 10px auto !important;
	float: none;
}
.offer2 input {
	margin: 10px 4%;
	padding: 6px;
	width: 90%;
}
.offer2 select {
	margin: 10px 4%;
	padding: 6px;
	width: 90%;
}
.offer2 {
	font-size: 1.4em;
	margin: 0px auto;
	padding: 40px 0px 65px 0;
	width: 98%;
	height: auto;
}
.plan-1, .plan1 {
	width: 100% !important;
}
.ser {
	width: 94%;
	margin: 10px 4%;
}
.se3 {
	float: left;
}
.offer {
	background-size: cover;
}
}
 @media screen and (width:640px) {
.hd-rgt {
	width: 100%;
}
.bnr-main {
	height: 270px;
}
.header {
	float: left;
	text-align: left;
}
.footer1-rgt p span {
	font-size: 14px;
}
.abt {
	margin: 60px 0px 0 0;
}
.abt-lft {
	margin: 0 2%;
	width: 96%;
}
.abt-rgt {
	float: left;
	margin: 20px 2%;
	width: 96%;
}
.abt-rgt1 {
	width: 49%;
}
.abt-rgt2 {
	float: left;
	width: 46%;
}
.work p {
	font-size: 15px;
	margin: 0 30px 0 0;
	max-width: 96%;
	text-align: center;
}
.work-lft {
	margin: 0px 1% 20px;
	width: 23%;
}
.test {
	height: 140px;
}
.social {
	height: auto;
	width: 100%;
}
.social h1 {
	margin: 5% 0 5%;
}
.social-lft {
	margin: 5% 27%;
	padding: 10px;
	width: 47%;
}
.innr {
	margin: 0 2%;
	width: 97%;
}
.abt1 {
	margin: 10px 2% 50px;
	width: 94%;
}
.seo {
	margin: 10px 2% 50px;
	width: 94%;
}
.smm {
	margin: 10px 2% 50px;
	width: 94%;
}
.smo {
	margin: 10px 2% 50px;
	width: 94%;
}
.sem {
	margin: 10px 2% 50px;
	width: 94%;
}
.web {
	margin: 10px 2% 50px;
	width: 94%;
}
.clients h1 {
	margin: 2% 5% 3%;
}
.classified-lft {
	height: 130px;
	margin: 0 4% 15px;
	width: 24%;
}
.cont {
	margin: 20px 3%;
	width: 94%;
}
.cmm-lft {
	height: auto;
	width: 100%;
}
.cmm-lft h1 {
	display: none;
}
.cmm-rgt {
	display: none;
}
.cmm-lft h2 {
	margin: 5px;
}
.cmm::before {
	display: none;
}
.blog-lft {
	width: 30%;
	float: left;
	margin-top: 8%;
}
.blog-rgt {
	width: 66%;
	float: left;
	margin: 49px 0px 0px 2%;
}
.work h1 {
	font-size: 18px;
}
.awards-lft {
	width: 25%;
}
.mn1 {
	width: 85%;
	height: auto;
	margin: 0px auto;
}
#cssmenu ul li a, #cssmenu ul ul li a {
	width: 52%;
}
.offer {
	background-size: cover;
}
}
@media screen and (width:768px) {
#cssmenu ul li a, #cssmenu ul ul li a {
	width: 52%;
}
.header {
	float: left;
	margin: -65px 0 0;
	text-align: right;
}
}
@media only screen and (min-width: 640px) and (max-width: 1023px) {
.mn {
	width: 100%;
}
.hd-rgt {
	width: 100%;
}
.bnr-main {
	height: 270px;
}
.abt {
	margin: 45px 0 0;
}
.abt-lft {
	margin: 0 2%;
	width: 25%;
}
.abt-rgt {
	float: left;
	margin: 20px 0%;
	width: 70%;
}
.abt-lft h3 {
	width: 56%;
}
.abt-rgt1 {
	width: 49%;
}
.abt-rgt2 {
	float: left;
	width: 48%;
}
.work p {
	font-size: 15px;
	margin: 0 30px 0 0;
	max-width: 96%;
	text-align: center;
}
.work-lft {
	margin: 0px 1% 20px;
	width: 18%;
}
.test {
	height: 140px;
}
.footer-links {
	margin: 20px 2%;
	width: 92%;
}
.footer-main {
	margin: 0px 0%;
	width: 25%;
}
.footer-main1 {
	margin: 0px 0%;
	width: 25%;
}
.footer-main2 {
	margin: 0px 0%;
	width: 25%;
}
.ftr-lft {
	margin: 10px 3%;
	width: 40%;
}
.ftr-rgt {
	float: left;
	margin: 10px 3%;
	width: 40%;
}
.social {
	height: auto;
	width: 100%;
}
.social h1 {
	margin: 5% 0 5%;
}
.social-lft {
	margin: 5% 2%;
	padding: 10px;
	width: 29%;
}
.innr {
	margin: 0 2%;
	width: 97%;
}
.abt1 {
	margin: 10px 2% 50px;
	width: 94%;
}
.seo {
	margin: 10px 2% 50px;
	width: 94%;
}
.smm {
	margin: 10px 2% 50px;
	width: 94%;
}
.smo {
	margin: 10px 2% 50px;
	width: 94%;
}
.sem {
	margin: 10px 2% 50px;
	width: 94%;
}
.web {
	margin: 10px 2% 50px;
	width: 94%;
}
.clients h1 {
	margin: 2% 5% 3%;
}
.classified-lft {
	height: 162px;
	margin: 0 4% 15px;
	width: 25%;
}
.cont {
	margin: 20px 3%;
	width: 94%;
}
.cmm-lft {
	height: auto;
	width: 100%;
}
.cmm-lft h1 {
	display: none;
}
.cmm-rgt {
	display: none;
}
.cmm-lft h2 {
	margin: 5px;
}
.cmm::before {
	display: none;
}
.blog-lft {
	width: 25%;
	float: left;
}
.mn1 {
	width: 100%;
}
.req table {
	margin: 0;
	width: 100%;
}
.header1 {
	width: 100%;
}
.patnr {
	margin: 160px 0 0;
}
.footer1-rgt p span {
	font-size: 14px;
}
.awards {
	width: 98%;
}
.awards1 {
	margin: 0px;
}
.awards-lft {
	width: 26%;
}
.bnr-rgt {
	float: none;
	margin: 0 auto;
	width: 21%;
}
.web-lft2 {
	float: right;
	width: 67%;
}
.offer-1 {
	width: 100%;
}
.plan-1 {
	width: 100%;
}
#bronze_main {
	width: 100%;
}
#bronze, #bronze1, #bronze2 {
	width: 31%;
	margin: 10px 1%;
}
.offer1 {
	width: 60%;
	height: auto;
	margin: 10px auto !important;
	float: none;
}
.offer2 input {
	margin: 10px 4%;
	padding: 6px;
	width: 90%;
}
.offer2 select {
	margin: 10px 4%;
	padding: 6px;
	width: 90%;
}
.offer2 {
	font-size: 1.4em;
	margin: 0px auto;
	padding: 40px 0px 65px 0;
	width: 98%;
	height: auto;
}
.plan-1, .plan1 {
	width: 100% !important;
}
.ser {
	width: 31%;
	margin: 10px 1%;
}
.se3 {
	float: left;
}
.offer {
	background-size: cover;
}
}
@media screen and (width:1024px) {
.bnr-main {
	height: 336px;
}
.hd-rgt {
	width: 65%;
}
.abt {
	margin: 95px 0 0;
}
.classified-lft {
	height: 215px;
	margin: 0 4% 15px;
	width: 25%;
}
.header {
	text-align: right;
}
#cssmenu > ul > li > a {
	padding: 10px 27px;
}
.awards1 {
	margin: 0 0 0 206px;
	width: 80%;
}
}
@media only screen and (max-width:1366px) and (min-width:1100px) {
.hd-rgt {
	width: 59%;
}
.bnr-main {
	height: 434px;
}
}
