@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Marcellus');

@font-face {
	font-family: 'FuturaBT-Book';
	src: url('FuturaBT-Book.eot');
	src: url('FuturaBT-Book.eot?#iefix') format('embedded-opentype'),
		url('FuturaBT-Book.woff') format('woff'),
		url('FuturaBT-Book.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'FuturaBT-Book';
	src: url('FuturaBT-Book_1.eot');
	src: url('FuturaBT-Book_1.eot?#iefix') format('embedded-opentype'),
		url('FuturaBT-Book_1.woff') format('woff'),
		url('FuturaBT-Book_1.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/*--h1, h2, h3, h4{font-family: 'FuturaBT-Book' !important ;}--*/
h1, h2, h3, h4{font-family: 'Marcellus', serif !important ;}
.h1, h1,.about-3 h2,.welcome-text h2 { font-size: 42px;}

body{font-family: 'Open Sans', sans-serif !important;font-size: 16px !important;}
.header {
	   background:#dddff2;
	   height:auto;
	   float:left;
}
.logo {
	    height:100px;
		float:left;
		margin:3px;
}
.icon { 
        
		float:right !important;
		margin-top: 30px;
		
}
.log-in {
	    height:50px;
		border:solid 1px #505593;
		margin-left:20px;
}
.log-in h4 {
	     text-align:center;
		 margin-top:14px;
}
.log-in h4 a {
	    text-decoration:none;
		 color:#505593;
}
.log-in:hover {
	   background:#505593;
}
.log-in:hover h4 a{
	       color:#fff;
}
.contact {
	   height:50px;
	   background:#eb9333;
	   margin-left:20px;
}
.contact h4 {
	     text-align:center;
		 margin-top:14px;
}
.contact h4 a {
	    text-decoration:none;
		 color:#fff;
}
.contact:hover {
	     background:#dddff2;
		 border:solid 1px #eb9333;
}
.contact:hover h4 a {
	     color:#eb9333;
}
/******* header end ******/
.navbar-toggle {
    z-index: 999;
}

.bar {
	   background:#505593;
	   min-height:70px;
	   margin:0; padding:0;
}
.manu { display:none;}

.menu {
	 min-height:70px;
}
.menu ul { 
       margin:0;
	   padding:0;
	   list-style:none;
}
.menu ul li {
	 display:inline-block;
	 width:auto;
	 padding:0 10px;
	 border-right:solid 1px #CCC;
}
.menu ul li a {
	 color:#fff;
	 font-size:18px;
	 text-decoration:none;padding: 23px 0px;
display: block;
}

.menu ul li:last-child {
	 border-right:none;
}

/******* menu end *******/

.banner {
	  
	  position:relative;
}
.banner img {
	  width:100%;
	  height:100%;
}
.business {
	    min-height:200px;
		position:absolute !important;
		z-index:99999;
		left:0; right:0; margin:auto;float: none !important;
		bottom:40%;
}
.business h1 {
	    text-align:center;
		bottom:20px;
		color:#fff;
}

/***** banner end *****/

.welcome {
	   min-height:330px;
}
.welcome .welcome-left{ background:#fff; position:relative;min-height:330px;}
.welcome .welcome-left:before{ background:#fff;content: "";
    height: 100%;
    left: -80px;
    position: absolute;
    transform: skewX(-14deg);
    width: 120%; z-index:9;}
.welcome .welcome-left .col-md-10{ z-index:99}
.left {
	  min-height:330px;
	  margin-left:100px;
}
.left h2 {
	  margin-top:50px;
	  font-weight:bold;
}
.left p {
	   color:#999;
	   font-size:18px;
}
.welcome-right {
	  min-height:330px !important;
	  float:right;
	  background:url(../imags/Untitled-1.jpg) no-repeat left -118px; background-size: cover;border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
}
.right img {
	 width:100%;
	 height:100%;
}

/**** welcome end *****/

.services {
	 background:url(../imags/cta-bg.jpg) fixed; background-size:100% 100%; overflow:hidden;
	 min-height:300px;
	 position:relative;
}
.xtra {
	min-height:600px; text-align:center;
	position:absolute;
	background: rgba(58,63,129,0.8); padding-bottom:30px;
}
.xtra h1 { text-align:center;
	  margin-top:60px;
	  color:#fff;
}
.xtra h3{ font-size:18px; color:#FF9900;}
.xtra .one img,.xtra img{ float:none; border-top-left-radius: 30px; border-bottom-right-radius: 30px;
    border:2px solid #fff;
    padding: 10px; margin-bottom:10px; }

.services .one {
	  min-height:150px; width:200px;
	  margin-top:30px;
	  color:#fff;display: inline-block;
    float: none;
}
.one img {
	 float:left;
}
.one h3 {
	    margin:0px;
		
}
.one p {
	margin-top:20px;
	
}

/**** services end ****/

.works {
	 min-height:450px;
	 background:#f2f2f2;
	 text-align:center;
}
.works h1 {
	 text-align:center;
}
.set-up {
	 height:300px;
	 background:#fff;
	 border-radius:50%;
	 box-shadow: 0 0 15px #999999;
	 margin-top:20px;
	 position:relative;
	 float:none !important;
	 display:inline-block; font-size:12px;transition: all ease 1s;max-width: 300px;
}
.set-up img {
	  margin-top:50px;
}
.set-up h4 {
	   text-align:center;
}
.set-up p {
	 text-align:center;
}

.up-2 {
	width:50px;
	background:#3a3f81;
	height:50px;
	position:absolute;
	z-index:99999;
	border-radius:50%;
	text-align:center;
	color:#fff;
	font-size:30px;
	left:20px;
	right:0;
	top:20px;
}
.set-up:hover .up-2 {
	 background:#ef953d;
}
.set-up:hover {
	   transform:scale(1.1);
	   transition:all ease 1s;
	   z-index:99999;
}

/**** works end *****/


.about {
	    min-height:500px;
}
.about-2 {
	    min-height:500px;
}
.about-2 img {
	 width:100%;
}
.about-3 {
	    min-height:500px;
}
.about-3 h2 {
	 margin-top:120px;
}
.about-3 p {
	   margin-top:30px;
	   color:#999;	   
}

/**** about-end ****/

.client {
	 background: rgba(0, 0, 0, 0) url("../imags/banner.jpg") no-repeat scroll 0 0 / cover ;
    float: left;
    min-height: 297px;
    position: relative;
    width: 100%;
}
.xtra-2 {
	height:auto; padding-bottom:30px;
	position:absolute;
	background: rgba(201,200,200,0.95);
}
.xtra-2 h2 {
	 text-align:center;
	 color:#3d4487;
	 margin-top:50px;
}
.up {
	width:50px;
	background:#ef953d;
	height:50px;
	position:absolute;
	z-index:99999;
	border-radius:50%;
	text-align:center;
	font-size:50px;
	font-family:"Times New Roman", Times, serif;
	color:#fff;
	margin:auto;
	left:0;
	right:0;
	top:-20px;
}
.name {
	  min-height:220px !important;
	  background:#fff;
	  margin:50px auto 0 auto !important;
	  float:none !important;
	  display:block;
	  border-radius:80px;font-size: 14px;
	  position:relative; 
}
.pic {
	 width:108px;
	 height:108px;
	 float:left;
	 border:solid 1px #000;
	 margin-left:50px;
	 margin-top:40px;
	 overflow:hidden;
	 border-radius:50%;
}
.pic img {
	 width:100%;
	 height:100%;
}
.type {
	 min-height:160px;
	 margin-top:50px;
}
.type h4 {
	   margin-top:20px;
}

/***** clints *****/

.knowledge {
    min-height: 200px;
    padding-bottom: 30px;
}
.knowledge h1 {
	    text-align:center;
		color:#979797;
		margin-top:40px;
}
.blog {
	  min-height:250px;
	  
}
.blog h2 {
	   color:#f2a962;
}
.blog p {
	  color:#787878;
	  margin-top:20px;
}
.blog a {
	    text-decoration:none !important;
}

/***** knowledge end *****/

.contact-us {
	    background:#444444; /*padding-bottom:20px;*/
		
}
.company {
	    min-height:200px;
		/*--margin-top:50px;--*/
		color:#fff;
}
.company ul {
	margin:0;
	padding:0;
	list-style:none;
}
.company ul li {
	padding-top:10px;
}
.company ul li a{
	 text-decoration:none;
	 color:#9a9a9a;
}
.social {
	  height:auto;
}
.social ul li {
	display:inline-block;
	width:40px;
	height:40px;
	border:solid 1px #fff;
	text-align:center;
	margin-top:20px;
	border-radius:50%;
}
.social ul li a i {
	   color:#fff;
}
.social ul li:hover:nth-child(1) {
	 background:#63cdf1;
}
.social ul li:hover:nth-child(2) {
	 background:#507cde;
}
.social ul li:hover:nth-child(3) {
	 background:#90cadd;
}
.social ul li:hover:last-child {
	 background:#16261;
}

.control ul li i {
	 margin-right:5px;
	 float:left;}



/***************************************** about start ******************************************/

.about-page {
	 min-height:300px;
	 margin-top:50px;text-align:justify;
}

.about-photo {
	 max-height:300px;
	 float:left;
	 border:solid 2px #ef953d;
	 padding:10px;
	 right:10px;
}
.about-photo img{
	width:100%;
	height:100%;
}

/***************************************** about end ******************************************/




/***************************************** contact start ******************************************/

.contact-bg {
	  min-height:300px;
	  background:url(../imags/footerbackgroun.png);
	  background-size:cover;
}
.contact-page {
	 min-height:300px !important;
	 float:left !important;
}
.contact-page h1 {
	 margin-top:30px;
	 font-weight:bold;
}
.contact-page h4 {
	font-weight:bold;
}
.border {
	 width:75%;
	 height:5px;
	 background:#ef953d;
	 border-top:solid 1px #505593;
}
.contact-form {
	 min-height:300px !important;
	 float:left !important;
}
.form-part {border: 6px double #fff;
	background:rgba(51,51,51,0.7);
	height:550px;
	margin:30px 0;
	text-align:center;
}
.form-part h2 {
	 color:#fff;
}
.form-part input {
	  width:300px;
	  height:50px;
	  margin-top:20px;
	  border:medium none;
}
.form-part input[placeholder] {
	 padding-left:20px;
	 font-weight:bold;
	 font-size:16px;
	 color:#999;
}
.form-part select {
	 width:300px;
	 height:30px;
	 margin-top:20px;
}
.form-part textarea { 
     width:300px;
	 height:80px;
	 margin-top:20px;
	 resize:none;
}
.form-part textarea[placeholder] {
	 padding-left:20px;
	 font-weight:bold;
	 font-size:16px;
	 color:#999;
}
.valu input{
	   width:300px;
	   height:40px;
	   background:#ef953d;
	   color:#fff;
	   font-weight:bold;
	   font-size:16px;
	   border-radius:15px;
}
.office {
	   height:100px;border-left: 5px solid #e99334;
	   margin-top:50px;font-size:18px;
	   
	   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */

}
.office p {
	  
}
.phn i {
	 float:left;
	  margin-top:5px;
	  margin-left:5px;
	  margin-right:5px;
}
.phn {
	 font-weight:bold;
	 font-size:18px;border-left: 5px solid #e99334; margin:5px 0;
	 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */

}
.map {
	 height:300px;
	 float:left;
	 margin:30px 0;
}

/***************************************** contact end ******************************************/




/***************************************** Compliances start ******************************************/


.video {
	
	  float:left !important;
	  margin: 32px 0;
}
.form-left {
    background: #505593;
    padding: 15px;
    color: #fff;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    margin: 10px 0;
    border: 4px double;
}
.form-left label{ display:none;}
.package {
    background: #000 url("https://businesssuvidha.com/wp-content/uploads/2017/06/2-item-1.jpg") no-repeat fixed 0 0 / 100% 100%;
    min-height: 300px;
}
.package h1 {
	  text-align:center;
	  margin-top:50px;color:#fff; font-size:25px;
}
.package-box{ background:rgba(0,0,0,0.7); color:#fff; padding:20px 15px 20px; float:right !important;min-height: 0;}
.package-box ul li,.package-box ol li{padding-bottom: 5px;}
.border-2 {
	 width:25%;
	 height:5px;
	 background:#EA8B2A;
	 /*--background:#505593;border-top:solid 1px #505593;--*/
}
.includ {
}
.includ ul {
	 margin:0;
	 padding:0;
	 list-style:none;
}
.includ ul li {
	 display:inline-block;
	 width:100%;
	 margin:8px 0;font-size:18px; position:relative; padding-left:30px;
}
.includ ul li:before{ position:absolute; content:"\f058 "; width:20px; height:25px;font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #ef953d;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 9px;
    left: 0; }
.includ ul li i { display:none;
	   float:left;color:#ef953d; margin:5px 10px; 
}

.file {
	 min-height:300px !important;
	 float:left !important;
	 text-align: center;
}
.file h1 {
	 text-align:center !important;
}
.roc {
	 height: 289px; vertical-align: top;
    width: 224px;
	 display:inline-block;
	 margin-top:20px;border: 1px solid #ccc; margin-bottom:15px;
	 text-align:center; transition: all 1s ease 0s; padding:15px;
}
.roc:hover{ /*background:#323884;*/background:#505593; color:#fff;}
.roc i {
	 font-size:34px;
	 width:100px;
	 height:100px;
	 background:#505593;
	 border-radius:70px;
	 color:#fff !important;
	 text-align:center;
	 padding-top:30px;color:#999;

}
.roc i:hover {
	 background:#ef953d;
	 transition:all ease 1s 0s;
}
.roc h3 a {
	 text-decoration:none;
	 color:#000; font-size:15px;
	 text-align:center;
	 font-weight:600;
}

.bg-blu{ background:#505593; /*--background:rgba(0,102,204,0.8)--*/ }


.requeird {
	 min-height:100px !important; color:#fff; padding:40px 0;

}
.requeird h1{ text-align:center;}
.requeird ul {
	 margin:0;
	 padding:0;
	 list-style:none;
	 margin-bottom: 20px;
}
.requeird ul li {
	 display:inline-block;
	 width:auto;
	 min-height:35px;
	 margin-top:20px;
	 line-height:25px;
	 border: 1px solid #fff;
	 padding: 9px; width: 49%; position:relative;padding-left: 30px;vertical-align: top;
}
.requeird ul li::before {
    color: #fff;
    content: "";
    font-family: FontAwesome;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    height: 25px;
    left: 8px;
    padding-right: 0.5em;
    position: absolute;
    text-decoration: inherit;
    top: 10px;
    width: 20px;
}

.requeird ul li i {
	   float:left; margin:5px 10px 10px 0;
}

.required-part-2{ padding:15px; color:#fff; }
.required-part-2 ol{ margin:0; padding:0; list-style:none;}
.required-part-2 ol li{ border-left:3px solid #F90; padding:0 0 5px 15px; border-bottom:1px dotted #fff; margin-bottom:5px; }



.question {
	  min-height:200px; margin:50px 0;overflow: hidden; }
.page-id-119 .question2 ,.page-id-123 .question2,.page-id-107 .question2{background:#f1f1f1;
 margin:50px auto 0; padding-bottom:50px;
	  margin-left: -8vw;
    position: relative;
    width: 100vw;
}


.question h2 {
	 text-align:center;
}

.question ul {
	 margin:0;
	 padding:0;
	 list-style:none;
	 margin-bottom: 20px;
}
.question ul li {
	 display:inline-block;
	 width:auto;
	 min-height:35px;
	 margin-top:20px;
	 line-height:25px;
	 border: 1px solid #e1e1e1;
	 padding: 10px; width: 49%; position:relative;padding-left: 30px;vertical-align: top;
}
.question ul li::before {
    /*--color: #e1e1e1;--*/color:#505593;
    content: "";
    font-family: FontAwesome;
    font-size: 21px;
    font-style: normal;
    font-weight: normal;
    height: 25px;
    left: 8px;
    padding-right: 0.5em;
    position: absolute;
    text-decoration: inherit;
    top: 10px;
    width: 20px;
}






.asked {
	  min-height:100px;
	  font-size:16px; border-bottom:1px dotted #ccc;
}
.asked:nth-child(even){ background:#e1e1e1;}
.asked h4 {
	 font-weight:bold;font-size:19px; color:#eb9233;
}
.asked p{
	 
}
.choose {
	 min-height:100px !important;
	 float:left !important;
}
.choose i {
	 background:#fff;
	 width:70px;
	 height:70px;
	 text-align:center;
	 font-size:34px;
	 padding-top:17px;
	 border-radius:50%;
	 float:left;
	 color:#3a7cbf;
}
.choose i:hover {
	 background:#3a7cbf;
	 color:#fff;
}
.choose h4 {
	font-weight:bold;
	line-height:30px;
	text-align:center;
}
.img-feature {
	 height:100px;
	 float:left !important;
	 margin-left:30px;
}
.img-feature img {
	 width:100%;
	 height:1005;
	 
}




/*------------------------------------------------------------------------------------------------------------*/
.header {

    background: #fff;}



.all-box-img{padding:10px; border:1px solid #ccc; margin:0 20px 20px 0; float:left; max-width:300px;}

.all-box-img img{max-width:100%}



#mega-menu-wrap-top { background: transparent !important;}

#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item  { border-right:1px solid #fff;}

#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item a {padding: 15px 10px !important;height: auto !important;}

#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item:last-child {border-right:none;}

#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item:hover a{background: transparent !important;}

#mega-menu-wrap-top #mega-menu-top > li .mega-sub-menu{background:#777cb1 !important; /*--background:#686da0rgba(0,102,204,0.8) !important--*/}

#mega-menu-wrap-top #mega-menu-top > li .mega-sub-menu a{padding:5px 10px !important; font-size:14px; color:#fff !important;}

#mega-menu-wrap-top #mega-menu-top > li .mega-sub-menu li{ width:100%;/*--border-right:1px solid #fff;--*/}

#mega-menu-wrap-top #mega-menu-top > li .mega-sub-menu li li{ width:100%;border:none !important; position:relative; padding-left:15px; margin-left:15px;}

#mega-menu-wrap-top #mega-menu-top > li .mega-sub-menu li .mega-block-title{color:#e99333 !important;}
#mega-menu-wrap-top #mega-menu-top > li .mega-sub-menu li li::before {
    color: #fff;
    content: "\f0a3";
    font-family: FontAwesome;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    height: 25px;
    left: 8px;
    padding-right: 0.5em;
    position: absolute;
    text-decoration: inherit;
    top: 6px;
    width: 20px;
}

.about-photo{max-height:100%; margin-bottom:15px;}





#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{background: #e99333;}







.services2 {

    background: url(https://businesssuvidha.com/wp-content/themes/business/imags/cta-bg.jpg) fixed;

    min-height: 300px;

    position: relative;

    color: #fff;

    background-size: cover;

    float: left; 

    width: 100%;

}
.services2-left{ background:#000; border:4px double #fff; margin-top:40px; padding:30px; }

.xtra2 {padding:40px 0;

	min-height:300px;

	background: rgba(58,63,129,0.8);

}

.xtra2 h3 { text-align:center;

	  margin-top:30px;

	  color:#fff;
	  font-size: 35px;

}

.services2 .one2 {

	  min-height:70px;

	  margin-top:30px;

	  color:#fff; margin-bottom:15px;

}

.one2 img {

	 text-align:center;

}

.one2 h3 {

	    margin-bottom:20px;margin-top: 0;

		

}
.package2 .bg-black{ background:rgba(0,0,0,0.7); padding:30px 0;}
.package2{ background: url(../imags/banner.jpg); position:relative; color:#fff; text-align:center; }
.package2 h3{ text-align:center; font-size: 35px;}
.package2 ul{ margin:0; padding:0; list-style:none; position:relative; z-index:999;}
.package2 ul li{ display:inline-block; border:1px solid #fff; padding:5px 5px 5px 15px; margin-bottom:4px;transition: all ease 1s;vertical-align: top;
    width: 48%; border-left:5px solid #EC9237; text-align:left;}
.package2 ul li:hover{ background:#F60;}



.search-box{ margin-top:8px;}
.search-box input {
    margin-top: 5px;
    height: 34px;
    border: 1px solid #323884; border-left-width:5px;
    width: 297px;
    padding: 0 37px 0 10px; background:#fff url(../imags/icon6.png) no-repeat right 7px top 6px;
}
.search-box input::placeholder{ color:#323884 !important;}


.welcome-text{ margin-top:12px;}
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:focus{background: #404363!important;}
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{line-height: 25px !important;}

/*--------------search-------------*/
.search-form {
    background: #EA8B2A none repeat scroll 0 0;
    margin: 0;
    padding: 5px 10px;
    position: relative;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: 9999;
float:left;
}



.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: relative;display: inline-block; font-size:31px; color:#fff;font-family: 'FuturaBT-Book' !important;
}
.search-form label {
    width: 100%;
}
.search-form .search_wrap {
    margin: 10px auto;
    width: 61%;
}
.search-form .search-submit {
    background: #27bbe3 none repeat scroll 0 0;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    padding: 10px 15px;
    position: relative;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}
.search-form .search-submit:hover {
    background: #0e76bc none repeat scroll 0 0;
}
.search-form label input {
    background:#EA8B2A url("https://businesssuvidha.com/wp-content/uploads/2017/06/icon6.png");
	background-repeat:no-repeat; background-position:right 20px top 11px;
    border: 2px solid #fff;
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
    height: 44px;
    padding:5px 5px 5px 25px;
    width: 300px; margin-left:20px; position:relative;
	
}
.table-style td{ border-color:#e1e1e1; padding:5px; font-size:14px;}
.table-style td p{ margin-bottom:0;}
#search-2 .search-form{ padding-bottom:10px; display:none;}

#search-2 .search-form .search-submit .icon {
    float: right;
    height: 25px;
    margin-top: 0;
    width: 25px;
}
#search-2 .search-form .search-submit .screen-reader-text{ display:none;}
#search-2 .search-form .search-submit {
    background:#fff;
    border: 2px solid #fff;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    padding: 5px;
    position: relative;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}

.widget .widget-title{ background: #e1e1e1 none repeat scroll 0 0;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;}
#secondary{ border:1px solid #ccc; padding:10px;}
#secondary .widget ul{ list-style:none;  padding-left: 10px;}
#secondary .widget ul li{ position:relative; padding-left:30px;}
#secondary .widget ul li::before {
    color: #E1E1E1;
    content: "\f061";
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    height: 25px;
    left: 0;
    padding-right: 0.5em;
    position: absolute;
    text-decoration: inherit;
    top: 0;
    width: 20px;
}


.welcome-text h2{font-size: 38px;}
.about-3 ul{margin-top: 20px; font-size: 18px;}
.about-3 ul li{padding-bottom: 5px;}
.contact_text{text-align: left;}
.contact_text ul{list-style: none;padding: 3px 29px 15px 0;margin-bottom: 20px;}
.contact_text ul .fa{ float: left; margin: 3px 10px 0 0;}
.contact_form{
	padding-top: 40px;
    font-size: 15px;
    background: #353a6d;
    color: #fff;
	margin-bottom:40px}
.contact_form label{width:100%}
.contact_form input[type="submit"]{background: #fff;
    border: 2px solid #fff;
    padding: 4px 50px;
    border-radius: 5px;
    color: #006699;
    font-size: 20px;
    font-weight: bold;
    background-color: white;}
.contact_form h2{text-align: center;
    color: #eb9333;
    border-bottom: 2px solid #eb9333;
    padding-bottom: 20px;
    /* font-weight: bold; */
    margin-top: -20px;
    margin-bottom: 15px;}
.contact_form textarea{max-height: 90px;}
#mega-menu-wrap-top #mega-menu-top > li .mega-sub-menu li .mega-block-title{margin: 0px 0px 0px 15px!important;font-size: 18px!important;}
.contact_ph {
    background: #e99334 none repeat scroll 0 0;
    border-bottom-left-radius: 33px;
    float: right;
    margin-right: -15px;
    margin-top: -15px;
    padding: 5px 15px;
}
.form-left h2{ float:left;}
.onwards {
    
    border: 4px double #fff;
    color: #fff;
    float: left;
    padding: 15px;
    text-align: center;
    width: 100%; margin:10px 0;
	background:#E99334;
	

}
.onwards h2,.onwards h3{ margin:5px 0 15px;}
.onwards h2{ background:#505593; padding:5px; font-weight:bold;}
.onwards b{ background:#fff; color:#505593; border-radius:15px;margin-right: 5px;
    padding: 0 5px; }
	
	.edit-link .screen-reader-text{ display:none;}
	.blog .screen-reader-text {
    color: #e89334 !important;
    font-size: 18px;
}
#recentcomments{ color:#E99432;}

.search_comp table{ width:100%;}
.search_comp table td{ padding:8px; border:1px solid #e1e1e1; border-left:5px solid #E99432;}
.search_comp table tr td:last-child{background:#323884; color:#fff;}

.paging{ max-width:350px; margin:20px auto; float:none;background:#E99432; padding:15px; border-radius:10px; text-align:center; }
.paging a{padding:6px; color:#fff;background:#323884; border-radius:10px; text-decoration:none !important; }
.paging:hover a:hover{color:#E99432 !important;}

.wpcf7-form label { width:100%;}
.form-group-inner{ color:#fff;}
.form-group .form-group-inner:first-child{ padding-left:0 !important;}
.form-group .form-group-inner:last-child{ padding-right:0 !important;}