html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

@media screen and (min-width: 1520px) {

    .container {
        max-width: 1550px;
    }
}

body {
    font-family: 'Rubik', sans-serif;
    direction: rtl;
    text-align: right;
    outline: none !important;
}
a {
	color:#e51313;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
	color:#e51313;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.clear {
    clear: both
}

img {
    vertical-align: middle;
}

.banner {
    background-image: url(../images/banner.jpg);
    height: 335px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.banner_content p {
    color: #fff;
    font-size: 14px;
    font-weight: 100;
}

.banner_content p a {
    color: #fff;
    font-size: 14px;
    font-weight: 100;
    text-decoration: underline;
}

.banner_content {
    padding-top: 34px;
}

.banner_content h1 {
    font-size: 55.36px;
    color: #fff;
    padding-top: 96px;
    line-height: 48px;
}

.contact-form {
    height: 491px;
    padding-top: 80px;
    margin-bottom: 52px;
}

input#fname {
    width: 351px;
    background-color: #e5e9eb;
    height: 41px;
    border-radius: 30px;
    border: 1px solid #e5e9eb;
    padding-right: 15px;
}

input#lname {
    width: 351px;
    background-color: #e5e9eb;
    height: 41px;
    border-radius: 30px;
    border: 1px solid #e5e9eb;
    padding-right: 15px;
}

input#ph {
    width: 351px;
    background-color: #e5e9eb;
    height: 41px;
    border-radius: 30px;
    border: 1px solid #e5e9eb;
    margin-top: 10px;
    padding-right: 15px;
}

input#mobile {
    width: 351px;
    background-color: #e5e9eb;
    height: 41px;
    border-radius: 30px;
    border: 1px solid #e5e9eb;
    margin-top: 10px;
    padding-right: 15px;
}

input#mail {
    background-color: #e5e9eb;
    width: 711px;
    margin-top: 10px;
    height: 41px;
    border-radius: 30px;
    border: 1px solid #e5e9eb;
    padding-right: 15px;
}

input#post {
    background-color: #e5e9eb;
    width: 711px;
    margin-top: 10px;
    height: 88px;
    border-radius: 30px;
    border: 1px solid #e5e9eb;
    padding-right: 15px;
}

.contact-right {
    box-shadow: -3px -3px 5px 0px rgba(0, 0, 0, 0.03) inset;
    text-shadow: -3px -3px 5px rgba(0, 0, 0, 0.03) inset;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4f8f9+0,ffffff+49,ffffff+49,ffffff+100 */
    background: #f4f8f9;
    /* Old browsers */
    background: -moz-linear-gradient(left, #f4f8f9 0%, #ffffff 49%, #ffffff 49%, #ffffff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f4f8f9 0%, #ffffff 49%, #ffffff 49%, #ffffff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f4f8f9 0%, #ffffff 49%, #ffffff 49%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f8f9', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */
    border: 1px solid #e4e8ea;
    border-radius: 8px;
    width: 748px;
    min-height: 404px;
    padding-right: 18px;
}

input[type="submit"], input[type="button"] {
    background-color: #e51313;
    width: 202px;
    height: 42px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    border-radius: 30px;
    margin: 20px 150px 20px 0px;
    border: 1px solid #e51313;
}

input#code {
    background-color: #e5e9eb;
    width: 351px;
    height: 41px;
    border: 1px solid #e5e9eb;
    border-radius: 30px;
    padding-right: 15px;
}

.contact-right h2 {
    color: #e51313;
    font-size: 26px;
    font-weight: 400;
    padding: 20px 0px;
}

input[type="submit"]:hover {
    background-color: transparent;
    color: #e51313;
}

.contact-right input::placeholder {
    font-size: 17px;
    font-weight: 500;
    color: #222629;
    padding-right: 20px;
}

.contact-left h2 {
    color: #222629;
    font-size: 21px;
    font-weight: 400;
}

.contact-left h3 {
    color: #e51313;
    font-size: 26px;
    font-weight: 400;
    padding: 11px 0px;
}

.contact-left li {
    font-size: 20px;
    font-weight: 400;
    cursor: pointer;
    border-top: 1px solid #e6eaeb;
    line-height: 89px;
}

.contact-left li:nth-child(3) {
    border-bottom: 1px solid #e6eaeb;
}

.contact-left ul {
    list-style-type: none;
    margin-top: 19px;
}

span.red {
    color: #e51313;
}

span.icon {
    padding-left: 25px;
}

/*category-2*/

hr {
    margin-top: 2rem !important;
    margin-bottom: 2rem;
    border: 0;
    border-top: 1px solid #dedede;
}

input#code {
    position: relative;
}

span.code {
    position: absolute;
    top: 10px;
    left: -95px;
}

.category-num-show {
    background-color: #222629;
    height: 42px;
}

.category-num-show p {
    font-size: 15px;
    color: #fff;
    line-height: 42px;
    font-weight: 100;
}

.categories-one {
    padding: 52px;
}

.categories-two {
    padding: 52px;
}

.categories-three {
    padding: 52px;
}

.categories-one img {
    border-radius: 6px;
}

.categories-two img {
    border-radius: 6px;
}

.categories-two img {
    border-radius: 6px;
}

.categories-one h3 {
    color: #e51313;
    font-size: 22px;
    font-weight: 400;
    padding: 10px 0px;
}

.categories-two h3 {
    color: #e51313;
    font-size: 22px;
    font-weight: 400;
    padding: 10px 0px;
}

.categories-three h3 {
    color: #e51313;
    font-size: 22px;
    font-weight: 400;
    padding: 10px 0px;
}

.categories-one p {
    font-size: 17px;
    font-weight: 400;
    color: #5a3f37;
}

.categories-two p {
    font-size: 17px;
    font-weight: 400;
    color: #5a3f37;
}

.categories-three p {
    font-size: 17px;
    font-weight: 400;
    color: #5a3f37;
}

.category_bottom {
    background-color: #30363a;
    padding: 30px 0px;
    margin-top: 0px;
}

.category_bottom h3 {
    font-size: 31px;
    color: #fff;
    font-weight: 400;
    line-height: 28px;
}

.category_bottom input {
    width: 249px;
    border: 1px solid #fff;
    height: 52px;
    border-radius: 3px;
    padding-right: 11px;
}

.category_bottom input[type="submit"], .category_bottom input[type="button"] {
    width: 193px;
    height: 55px;
    border: 1px solid #e51313;
    margin: 0px;
    border-radius: 30px;
    font-size: 28px;
    font-weight: 400;
}

.category_bottom input::placeholder {
    font-size: 22px;
    font-weight: 400;
    padding-right: 14px;
}

ul.pagination li a {
    font-size: 23px;
    background-color: #101214;
    padding: 15px;
    margin-right: 12px;
    color: #fff;
}

#pagination_container {
    padding: 42px;
}

ul.pagination li {
    display: inherit;
}

ul.pagination li a {
    text-decoration: none;
}

/*category-1*/
.cate-sec-2 {
    padding: 60px 0px;
}
.cate-sec-2.account {
    padding: 0px 0px 20px;
}

.cate-sec-2 p {
    font-size: 17px;
    font-weight: 100;
    color: #222629;
    padding-bottom: 30px;
}

.cate-sec-2 input {
    width: 358px;
    height: 48px;
    border: 1px solid #e4e8ea;
    border-radius: 4px;
}
.cate-sec-2 input.long {
	width: 100%;
}
.cate-sec-2 input::placeholder {
    font-size: 18px;
    font-weight: 400;
    padding-right: 16px;
    color: #222629;
}

.row-two {
    margin-top: 22px;
}

.cate-sec-2-left h3 {
    font-size: 28px;
    font-weight: 400;
    line-height: 27px;
    color: #fff;
    padding: 23px;
}

.cate-sec-2-left {
    background-color: #30363a;
    border-radius: 8px;
    width: 358px;
    height: 449px;
}

.cate-sec-2-left input {
    width: 308px;
    margin: 6px 24px 0px 0px;
    height: 52px;
    border-radius: 3px;
    background-image: none;
    padding-right: 4px;
}

.cate-sec-2-left input[type="submit"], .cate-sec-2-left input[type="button"] {
    width: 193px;
    height: 55px;
    border-color: #e51313;
    margin-right: 74px;
    margin-top: 28px;
    font-size: 28px;
    font-weight: 400;
}

.cate-sec-2-left input ::placeholder {
    color: #222629;
}

.cate-sec-2-left input[type="submit"]:hover, .cate-sec-2-left input[type="button"]:hover {
    border-color: #fff;
    color: #fff;
}

.cate-sec-2-right {
	padding: 0px 39px 0px 0;
}


.cate-sec-3 {
    padding: 40px;
}

.row-three {
    margin-top: 30px;
    border: 1px solid #e4e8ea;
    width: 1157px;

    padding: 10px;
}

.bottom-row-1 h2 {
    font-size: 28px;
    color: #e51313;
    font-weight: 400;
    padding-top: 18px;
    padding-right: 15px;
}

.row-three select {
    background-color: #f3f6f8;
    border: 1px solid #f3f6f8;
    width: 200px;
    height: 38px;
}

.bottom-row-1 select {
    background-color: #f3f6f8;
    border: 1px solid #f3f6f8;
    width: 200px;
    height: 38px;
    font-size: 18px;
    color: #222629;
    padding-right: 6px;
    margin-top: 19px;
    border-radius: 4px;
    background-image: url(../images/drop.png);
    background-position: top 44% left 15px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;

}

.category-2 {
    border: none !important;
    height: 127px !important;
    padding: 10px !important;
}

.btn_sec {
    padding-left: 37px;
    text-align: left;
}

.bottom-row-1 h3 {
    font-size: 24px;
    font-weight: 400;
    color: #222629;
    padding-top: 0px;
}

.bottom-row-1 p {
    font-size: 17px;
    font-weight: 400;
    padding-bottom: 0px;
    padding-top: 7px;
}

.bottom-row-1 img {
    border-radius: 100%;
}
.bottom-row-1.leads img {
    border-radius: 0%;
	margin-top: -10px;
}

.bottom-row-1 .col-lg-7 {
    padding-left: 0;
    padding-right: 0;
    max-width: 68% !important;
    flex: 0 0 68%;

}

.bottom-row-1 .col-lg-2 {
    flex: 0 0 12% !important;
    max-width: 12% !important;

}

.bottom-row-1 .col-lg-3 {
    flex: 0 0 18% !important;
    max-width: 18% !important;
}

.text-sec {
    padding-right: 0;
}

.cate-sec-3-one .col-lg-2 {
    padding-left: 0px;
}

hr {
    margin-bottom: 0rem !important;
}

.cate-sec-3-one {
    padding-top: 20px;
}

button.cate-btn {
    width: 202px;
    height: 31px;
    border-radius: 30px;
    background-color: #e51313;
    border: 1px solid #e51313;
    color: #fff;
    margin-top: 8px;
    font-size: 18px;
    font-weight: 500;
}

button.sent-face {
    width: 202px;
    height: 31px;
    border-radius: 30px;
    background-color: #30363a;
    border: 1px solid #30363a;
    color: #fff;
    margin-top: 8px;
    font-size: 18px;
    padding-top: 0px;
}

.cate-sec-2-right-bottom {

    margin-top: 35px;
    /*width: 1140px;*/
}

.btn_sec {
    padding-left: 41px !important;
}

.bottom-row-1 {
    padding: 25px 0px !important;
    min-height: 177px;
    width: 100%;
    border: 1px solid #e4e8ea;
    border-radius: 8px;
    margin-top: 20px;
}

.bottom-row-1 .col-lg-2 img {
    width: 115px;
}

button.learn-more {
    width: 202px;
    height: 31px;
    border-radius: 30px;
    background-color: #a3adb5;
    border: 1px solid #a3adb5;
    color: #fff;
    margin-top: 9px;
    font-size: 18px;
    padding-top: 0px !important;
}

.text-sec {
    padding-right: 29px;
    padding-left: 0;
}

.category-1 {
    height: 68px !important;
    border: none !important;
}

.category-right-bottom {
    border: 1px solid #e4e8ea;
    border-radius: 8px;
    padding-bottom: 105px;
    padding-right: 10px;
}

.category-2 {
    border: none !important;
}

.category-right-bottom h2 {
    padding-top: 0px;
}

.cate-sec-2-left-col img {
    /*margin-top: 26px;*/
    border-radius: 6px;
}

.category-right-bottom select {
    margin-top: 0px;
    margin-right: 60px;
}

.cate-right-sec-3-one input {
    width: 210px;
    height: 52px;
    margin-right: 11px;
    padding-right: 10px;
}

.cate-right-sec-3 {
    width: 100%;
}

.cate-right-sec-3-one {
    width: 20%;
    float: right;
}

.cate-right-sec-3 {
    width: 1123px;
    background-color: #30363a;
    height: 187px;
    margin-top: 25px;
    border-radius: 6px;
}

.cate-right-sec-4 {
    width: 1132px;
}

.cate-right-sec-3-one input[type="submit"], .cate-right-sec-3-one input[type="button"] {
    margin: 0;
    border-color: #e51313;
    margin-right: 5px;
    border-radius: 30px;
}

.cate-right-sec-3-one select {
    width: 210px;
    height: 52px;
    font-size: 22px;
    padding-right: 10px;
    margin-right: 8px;
    background-image: url(../images/drop.png);
    background-position: top 53% left 15px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    border-radius: 4px;
}

.cate-right-sec-3 h2, .cate-right-sec-3 h3 {
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    padding: 14px 14px;
}

.cate-right-sec-4 h2 {
    font-size: 28px;
    font-weight: 400;
    padding: 45px 0px 20px 0px;
    color: #e51313;
}

.cate-right-sec-4 img {
    border-radius: 6px;
}

.cate-right-sec-4 h3 {
    font-size: 22px;
    font-weight: 400;
    color: #e51313;
    padding: 15px 0px;
}

.cate-right-sec-4 p {
    font-size: 17px;
    font-weight: 400;
}

.cate-right-sec-3-one input::placeholder {
    font-size: 22px;
    padding-right: 10px;
}

.cate-sec-2-left select {
    width: 308px;
    margin: 6px 24px 0px 0px;
    height: 52px;
    border-radius: 2px;
    background-image: url(../images/drop.png);
    background-position: top 44% left 15px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    padding-right: 22px;
    border-radius: 4px;
    font-size: 22px;
}

.cate-sec-2-left input[type="submit"], .cate-sec-2-left input[type="button"] {
    border-radius: 30px;
}

/*home-css*/
.home-banner p {
    padding-top: 160px;
    font-size: 50px;
    font-weight: 100;
}

.home-banner p strong {
    font-size: 55px;
    color: #fff;
    font-weight: 400;
}

.home-banner {
    background-image: url(../images/home-banner.jpg);
    height: 668px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

button.home-banner-btn {
    border: 1px solid #e51313;
    width: 331px;
    height: 51px;
    background-color: #e51313;
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    margin-top: 45px;
    border-radius: 30px;
    outline: none;
    position: relative;
    padding-top: 0;
}

/***********breadcrumb*************/
 
 .breadcrumb{background-color:transparent !important;    padding: 0 !important;    margin: 0 !important;}
 .breadcrumb ul li {
    display: inline-block;
	color: #fff;
	font-size: 20px;
}
.breadcrumb ul li a {
    color: #fff;
    padding-left: 25px;
	font-size: 20px;
}
li.active {
    position: relative;
}
li.active:before {
    content: ">";
    position: absolute;
    left: 6px;
    top: 2px;
	color:#fff;
}
li.active a {
    text-decoration: underline;
}
 /***********end-breadcrumb*************/
  /******new-css*******/

 /*fourm-2*/
 .form-up-sec {
    padding: 0px 47px;
}
.col-lg-1.search_right_col img:first-child {
    margin-bottom: 5px;
	border-radius:50px;
} 
div#fourm2_row1 button.cate-btn {
    margin-top: 42px;
	background-image: url("../images/call.png");
background-repeat: no-repeat;
background-position: top 36% left 10%;
text-align: center;
padding-left: 20%;
}
 #fourm2_row1 {
    background: #f5f8f9; /* Old browsers */
background: -moz-linear-gradient(left,  #f5f8f9 0%, #ffffff 18%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #f5f8f9 0%,#ffffff 18%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #f5f8f9 0%,#ffffff 18%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f8f9', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
box-shadow: -3px -3px 0px 0px rgba(0, 0, 0, 0.03);
    border: 1px solid #e4e8ea;
}a
#fourm2_row1 .btn_sec a:before {
    content: "";
    background-image: url(../images/call.png);
    position: absolute;
    width: 20px;
    height: 20px;
    top: 48px;
	left:0px;
    background-repeat: no-repeat;
}
.fourm_search_sec {
    padding: 30px 0px;
}
#QuickForumSearch { 
	position:relative;
}
#search-btn {
    width: 278px;
    height: 38px;
    background-color: #f3f6f8;
    border: 1px solid #f3f6f8;
    font-size: 18px;
    border-radius: 4px;
	text-align: right;
    padding: 0px 12px;
	background-image: url(../images/search2.png);
    background-repeat: no-repeat;
    background-position: top 9px left 9px;
	-webkit-appearance:none;
}
#submit-btn {
	position:absolute;
	right:100px;
	top:-10px;
	border:none;
	background:none;
	width: 20px;
    height: 20px;	
}
button.ask-btn {
    width: 353px;
    height: 46px;
    background-color: #e51313;
    border: 1px solid #e51313;
    border-radius: 30px;
    font-size: 20px;
    color: #fff;
	font-weight: 300;
}
button.ask-btn.black {
	background-color: #000;
	border: 1px solid #000;
}
.bold {
    font-weight: 500;
}
.red {
    color: #dd2424;
}
.some-que-row {
    background-color: #f3f6f8;
	padding: 17px 0px;
    border-radius: 6px;
}
.some-que-row h3 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
}
button.show_more_btn {
    width: 89px;
    height: 26px;
    background-color: #30363a;
    color: #fff;
    font-size: 13.24px;
    border-radius: 30px;
    text-align: right;
    padding: 0px 10px;
	background-image: url(../images/drop-white.png);
    text-align: right;
    padding: 0px 10px;
    background-repeat: no-repeat;
    background-position: top 9px left 7px;
	border:1px solid #30363a;
}
.search_section1 {
    padding: 20px 20px 0px 25px;
    box-shadow: -3px -3px 0px 0px rgba(0, 0, 0, 0.03);
	-webkit-box-shadow:-3px -3px 0px 0px rgba(0, 0, 0, 0.03);
	-moz-box-shadow:-3px -3px 0px 0px rgba(0, 0, 0, 0.03);
    border: 1px solid #e4e8ea;
    border-radius: 6px;
	margin-bottom: 20px;

}
.fourm_search_sec .col-lg-4:nth-child(3) {
    padding-left: 0px !important;
}
.search_section1 p {
    line-height: 25px;
    color: #222629;
	padding-bottom: 13px !important;
}
.search_section1 p.alert {
	color:red;
	font-size:12px;	
}
button.close_btn{  width: 89px;
    height: 26px;
    background-color: #30363a;
    color: #fff;
    font-size: 13.24px;
    border-radius: 30px;
    text-align: right;
    padding: 0px 10px;
	background-image: url(../images/up-arrow.png);
    text-align: right;
    padding: 0px 10px;
	border:1px solid #30363a;
    background-repeat: no-repeat;
    background-position: top 9px left 7px;}
	
button.add_coment_btn {
    min-width: 150px;
    height: 34px;
    background-color: #30363a;
    border-radius: 30px;
    color: #fff;
    font-size: 17.31px;
	border:1px solid #30363a;
}	
button.consulting_btn {
    width: 280px;
	height: 34px;
    background-color: #e51313;
    border-radius: 30px;
    font-size: 17.31px;
    color: #fff;
	border:1px solid #e51313;
}
.manager-ans-row ul li {
    display: inline-block;
}	
.manager-ans-row {
    background-color: #fbe9e9;
    padding: 10px 10px 15px;
    border-radius: 6px;
	margin-bottom: 18px;
}
.manager-ans-row h3 {
    font-size: 20px;
    font-weight: 500;
}	
.manager-ans-row p {
    font-size: 15px;
    line-height: 19px;
    font-weight: 400;
	padding-bottom: 10px;

}	
.search_right_col img {
    width: 77%;
}
.search_right_col{padding-left:0px !important;}
.search_section1 .col-lg-2 {
    padding-right: 0px;
}

.ans-row_2:after {
  top: 9px !important;
}
/************fourms-2-page***************/

.legal_domain_sec h2 {
    color: #e51313;
    font-size: 28px;
}
.legal_domain_sec h3 {
    font-size: 24px;
    color: #000;
    font-weight: 400;
}
.legal_domain_sec p {
    font-size: 17px !important;
    margin-bottom: 0;
    padding-bottom: 7px !important;
}
button.login-btn {
    width: 137px;
    height: 33px;
    font-size: 18.84px;
    color: #fff;
    background-color: #e51313;
    border-radius: 30px;
	border:1px solid #e51313;
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.11);
    margin-top: 10px;
}
.legal_domain-col{

background: #f5f8f9; /* Old browsers */
background: -moz-linear-gradient(left,  #f5f8f9 0%, #ffffff 18%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #f5f8f9 0%,#ffffff 18%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #f5f8f9 0%,#ffffff 18%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f8f9', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
box-shadow: -3px -3px 0px 0px rgba(0, 0, 0, 0.03);
    border: 1px solid #e4e8ea;
    padding: 18px 0px;
	border-radius:6px;
}
.legal_domain_sec .col-md-4 {
    padding-left: 45px;
}
.legal_domain_sec .row {
    margin-bottom: 10px;
}
.legal_domain-col .col-md-9 {
    padding-right: 32px;
}
.legal_domain_sec .col-md-11 {
    padding: 0;
}
.domain_head_sec {
    padding: 30px 0px 10px;
}
.fourms_sec_1 p {
    padding-bottom: 0px !important;
    line-height: 26px;
}
.legal_domain_sec .col-md-4:nth-child(3) {
    padding-left: 24px;
}

.banner_content a.redbutton {
    text-decoration: none;
}

.banner_content a.redbutton:after {
    width: 2px;
    position: absolute;
    content: "";
    height: 51px;
    background-color: #ed5a5a;
    left: 60%;
    bottom: 0px;
}

.banner_content a.redbutton:before {
    content: "";
    background-image: url(../images/arrow-2.png);
    background-repeat: no-repeat;
    z-index: 999;
    width: 12px;
    position: absolute;
    left: 58%;
    bottom: 0;
    top: 93%;

}

.banner-bottom p {
    color: #fff;
    font-size: 30px;
    font-weight: 100;
    text-align: center;
    padding-top: 195px;
}

span.text-big {
    font-size: 38px;
    font-weight: 400;
}

.banner-bottom p:before {
    content: "";
    background-color: #4a4846;
    ;
    width: 2px;
    height: 83px;
    position: absolute;
    top: 167px;
    left: 36px;
}

.banner-bottom-col p:first-child:after {
    content: "";
    background-color: #494949;
    width: 2px;
    height: 83px;
    position: absolute;
    top: 168px;
    right: 21px;
}

.home_sec-1-one {
    box-shadow: -3px -3px 5px 0px rgba(0, 0, 0, 0.03) inset;
    text-shadow: -3px -3px 5px rgba(0, 0, 0, 0.03) inset;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4f8f9+0,ffffff+49,ffffff+49,ffffff+100 */
    background: #f4f8f9;
    /* Old browsers */
    background: -moz-linear-gradient(left, #f4f8f9 0%, #ffffff 49%, #ffffff 49%, #ffffff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f4f8f9 0%, #ffffff 49%, #ffffff 49%, #ffffff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f4f8f9 0%, #ffffff 49%, #ffffff 49%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f8f9', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */
    border: 1px solid #e4e8ea;
    width: 361px;
    height: 367px;
    margin-top: 88px;

}

.home_sec-1-one h2 {
    font-size: 24px;
    font-weight: 400;
    padding: 44px 0px 2px 0px;
    text-align: center;
}

.home_sec-1-one h2 a {
    color: #212529;
}

.home_sec-1-one ul li a {
    font-size: 16px;
    color: #222629;
    padding-right: 19px;
    text-decoration: none;
}

.home_sec-1-one ul {
    list-style-type: none;
}

.home_sec-1-one ul li {
    line-height: 50px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}

.circle-top {
    position: absolute;
    top: 44px;
    left: 157px;
    width: 82px;
    height: 59px;
    border-radius: 50px 50px 0px 0px;
    padding: 15px 0px 0px 0px;
    text-align: center;
    background: url(../images/circle-top_bg.png) no-repeat bottom #fff;
}

li.red a {
    color: #e51313 !important;
    font-weight: 500;
}

.home_sec-1-one ul li:before {
    content: "";
    background-image: url(../images/arrow.png);
    position: absolute;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    left: 34px;
    top: 20px;
}

.home-sec-3 {
    background-image: url(../images/home-back.png);
    min-height: 555px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 83px;
    position: relative;
}

.home-sec-3 button.home-sec-3-btn:before {
    content: "";
    width: 1px;
    height: 37px;
    position: absolute;
    background-color: #d4d4d5;
    bottom: 20px;
    right: 164px;
}

.home-sec-3 h1, .home-sec-3 h2 {
    font-size: 40px;
	line-height:40px;
    font-weight: 100;
    color: #fff;
    padding: 66px 0px 29px 0px;
}

.home-sec-3 p,
.home-sec-3 div {
    font-size: 18px;
    color: #fff;
    font-weight: 100;
    line-height: 28px;
}
.home-sec-3 p a,
.home-sec-3 div a {
	color: #fff;
}
button.home-sec-3-btn {
    width: 179px;
    height: 38px;
    background-color: #fff;
    border-radius: 30px;
    font-size: 22.11px;
    font-weight: 400;
    margin: 20px 0px;
    padding-left: 20px;
    background-image: url(../images/arrow-3.png);
    background-repeat: no-repeat;
    top: 0px;
    background-position: 6%;
    border: 1px solid #fff;
}

.one {
    margin-top: 33px;
    padding: 0px 50px;
}

.one:nth-child(1) {
    margin-top: 111px;
}

.home-sec-3-col-1 {
    background-color: #fff;
    width: 359px;
    height: 555px;
    padding: 30px 40px;
}

.home-sec-3-col-1 h3 {
    font-size: 34px;
    font-weight: 400;
    line-height: 32px;
    padding-bottom: 30px;
    text-align: center;
}

.home-sec-3-col-1 input {
    border: none;
    border-bottom: 2px solid #222629;
    margin-top: 29px;
    width: 269px;

}

::placeholder {
    color: #000 !important;
    font-size: 17px !important
}

.home-sec-3-col-1 select {
    border: none;
    border-bottom: 2px solid #222629;
    margin-top: 24px;
    width: 269px;
    font-size: 22px;
    background-image: url(../images/drop.png);
    background-position: top 44% left 15px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    border-radius: 4px;
    color: #222629;
}

.home-sec-3-col-1 input::placeholder {
    font-size: 17px;
    color: #000;
}

.home-sec-3-col-1 input[type="submit"] {
    margin: 70px 3px 0px 0px;
    width: 280px;
    height: 55px;
    font-size: 32px !important;
    font-weight: 400;
    border: 1px solid #e51313;
}

.home-sec-3-col-1 input[type="submit"]:hover {
    background-color: transparent;

    color: #e51313;
    border: 1px solid #e51313;
}

.home-sec-3 p:nth-child(2) {
    padding-bottom: 20px;
}

.one p {
    font-size: 24px;
    font-weight: 400;
}

.home-sec-4 h2 {
    font-size: 31px;
    font-weight: 400;
    padding-bottom: 99px;
    padding-right: 19px;
    color: #e51313;
}

.home-sec-4 {
    position: relative;
    margin-top: 68px;
}

.home-sec-3-mid::after {
    content: "";
    background-color: #595555;
    width: 1px;
    height: 402px;
    position: absolute;
    top: 66px;
}

.home-sec-4-one {
    border: 1px solid #e4e8ea;
    width: 231px;
    height: 190px;
    border-radius: 6px;
    padding: 35px 0px;
    margin-bottom: 90px;
    position: relative;
    box-shadow: -3px -3px 5px 0px rgba(0, 0, 0, 0.03) inset;
    text-shadow: -3px -3px 5px rgba(0, 0, 0, 0.03) inset;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4f8f9+0,ffffff+49,ffffff+49,ffffff+100 */
    background: #f4f8f9;
    /* Old browsers */
    background: -moz-linear-gradient(left, #f4f8f9 0%, #ffffff 49%, #ffffff 49%, #ffffff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f4f8f9 0%, #ffffff 49%, #ffffff 49%, #ffffff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f4f8f9 0%, #ffffff 49%, #ffffff 49%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f8f9', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */
    border: 1px solid #e4e8ea;
    position: relative;
}

/*.home-sec-4-one a:before {
    position: absolute;
    content: "";
    background-image: url(../images/arrow-2.png);
    width: 20px;
    height: 20px;
    top: 20px;
    background-repeat: no-repeat;
    left: 25px;
}
.home-sec-4-one a:after {
    position: absolute;
    content: "";
    background-image: url(../images/arrow.png);
    width: 20px;
    height: 20px;
    top: 205px;
    background-repeat: no-repeat;
    left: 56px;
}*/
.home-sec-4-one h3 {
    font-size: 24px;
    padding-top: 0px !important;
    font-weight: 400;
}

.home-sec-4-one-head {
    /*height: 67px;*/
}

.home-sec-4-one-head h3 {
    padding: 13px 30px 0px 30px;
    text-align: center;
    min-height: 56px;
}

.line {
    margin-top: 0.5rem !important;
}

.circle-top-2 img {
    border-radius: 100%;
}

.home-sec-4-one p {
    font-size: 16px;
    font-weight: 400;
    padding-top: 0;
    text-align: center;
    min-height: 38px;
}

.home-sec-4-one a {
    color: #e51313;
    font-size: 16px;
    font-weight: 500;
    text-align: center !important;
    display: block;
    padding-top: 13px;
    position: relative;
    opacity: 1;

}

.circle_img_2 {
    position: absolute;
    top: -35px;
    left: 55px;
}

.circle_img_1 {
    position: absolute;
    top: -30px;
    z-index: 999;
    left: 54px;
}

.lawyer-1 .home-sec-4-row-2 {
    margin-top: 50px;
}

button.home-sec-4-one-btn {
    border-color: #e51313;
    font-size: 18px;
    width: 161px;
    height: 46px;
    background-color: #e51313;
    color: #fff;
    border-radius: 30px;
    margin-top: 32px;
}

.menu-side-bar ul li {
    padding-top: 21px;
}

.home-sec-5 {
    /*margin-top:83px;*/
    background-color: #f8f9fa;
    padding: 42px 0px 64px 0px;
}

.home-sec-5 .col-lg-12 {
    padding: 0;
}

.home-sec-5 h2 {
    font-size: 32px;
    font-weight: 400;
    color: #e51313;
    padding: 25px 0px;
}

/*.home-sec-4-one a:after {
    position: absolute;
    content: "";
    background-image: url(../images/arrow.png);
    width: 20px;
    height: 20px;
    top: 140px;
    background-repeat: no-repeat;
    left: 52px;
    z-index: 999;
}*/
.home-sec-5 img {
    border-radius: 6px;
}

.home-sec-5 h3 {
    font-size: 22px;
    font-weight: 400;
    /*color: #222629;*/
    padding: 17px 0px;
}

.home-sec-5 p {
    font-size: 17px;
    font-weight: 400;
    color: #222629;
}

.home-sec-4-one a img {
    margin-top: -2px;
}

.cate-sec-2-left-2 {
    background-color: #f3f6f8;
    width: 358px;
    /*min-height: 400px;*/
    margin-bottom: 29px;
    padding: 20px 30px;
    border-radius: 6px;

}

.cate-sec-2-left-2 h3 {
    font-size: 22px;
    font-weight: 400;

}

.cate-sec-2-left-2 ul {
    list-style-type: none;
    margin-top: 33px;
}

.cate-sec-2-left-2 ul li a {
    font-size: 16px;
    color: #222629;
}

.cate-sec-2-left-2 ul li {
    border-top: 1px solid #e4e8ea;
    line-height: 48px;
    position: relative;
}

.cate-sec-2-left-2 ul li:nth-child(6) {
    border-bottom: 1px solid #e4e8ea;
}

.cate-sec-2-left-2 ul li a:before {
    background-image: url(../images/arrow.png);
    width: 10px;
    height: 10px;
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    left: 7px;
    top: 21px;
}

/*lawyer-1-css*/
/*.banner_content p::after {
    content: "";
    background-color: #b0b0b0;
    width: 50px;
    height: 1px;
    position: absolute;
    top: 51px;
    right: 14px;
}
.lawyer-banner-con p::before {
    content: "";
    background-color: #b0b0b0;
    width: 102px;
    height: 1px;
    position: absolute;
    top: 51px;
    right: 101px;
}
.lawyer-banner-con h1::before {
    content: "";
    background-color: #b0b0b0;
    width: 69px;
    height: 1px;
    position: absolute;
    top: 51px;
    right: 223px;
}*/
.lawyer-1 h2 {
    font-size: 26px;
    line-height: 26px;
    font-weight: 500;
}

.lawyer-1 p {
    font-size: 18px;
    line-height: 26px;
}

.lawyer-banner-bottom {
    background-color: #222629;
    height: 69px;
    position: relative;
}

button.active {
    border: 1px solid #5e686f !important;
    background-color: #5e686f !important;
    position: relative;
}

/*.show-icon-col:hover  p,.home-sec-4-one:hover hr , .home-sec-4-one a:after {
    display: none;
}*/
.show-icon-col:hover .circle-top-2 .circle_img_1 {
    display: block;
}

/*.show-icon-col:hover .circle_img_2{
	display:block;
}

.circle-top-2:hover  p,.home-sec-4-one:hover hr , .home-sec-4-one a:after {
    display: none;
}*/
/*.circle_img_2:hover .home-sec-4-one:hover hr {display:none !important;}*/
.show-icon-col:hover .home-sec-4-one a {
    border-color: #e51313;
    font-size: 18px;
    width: 161px;
    height: 46px;
    background-color: #e51313;
    color: #fff;
    border-radius: 30px;
    padding-top: 12px;
    text-decoration: none;
    opacity: 0.7;
    margin: 1px auto;

}

.img-over {
    position: relative;
    overflow: hidden;
}
.img-over img {
	border:1px solid #222629;
	width: 100%;
}
.img-over img:hover {
    transform: scale(1.5);
    transition: 0.12s all;
}

.categories-one h3:hover {
    /*transform: scale(1.1);*/
    cursor: pointer;
}

.cate-right-sec-4 h3:hover {
    /*transform: scale(1.1);*/
    cursor: pointer;
}

/*.home-sec-4-one:hover a{
	border-color: #e51313;
    font-size: 18px;
    width: 161px;
    height: 46px;
    background-color: #e51313;
    color: #fff;
    border-radius: 30px;
    margin-top: 18px;
	 padding-top: 12px;
	 margin-right:33px;
	 text-decoration:none;
}*/
.circle-top-2 {
    position: relative;
    bottom: 100%;
    left: -webkit-calc(50% - 10px);
    left: -moz-calc(50% - 10px);
    left: calc(25% - 41px);
}

.lawyer-1 .circle-top-2 {
    left: -webkit-calc(50% - 10px);
    left: -moz-calc(50% - 10px);
    left: calc(35% - 41px);
}

.lawyer-banner-bottom img {
    border-radius: 100%;
    position: absolute;
    top: -36px;
	background:#fff;
}

button.services {
    border: 1px solid #3c454b;
    width: 159px;
    height: 31px;
    background-color: #3c454b;
    color: #fff;
    font-size: 20px;
    font-weight: 100;
    margin-top: 19px;
    border-radius: 30px;
    position: relative;
}

button.con {
    width: 326px;
    height: 31px;
    font-weight: 500;
    border-radius: 30px;
    margin-top: 19px;
    font-size: 20px;
    background-color: #e51313;
    border: 1px solid #e51313;
    color: #fff;
}

.lawyer-banner-bottom-img {
    width: 18%;
}

.lawyer-banner-bottom-btn {
    width: 17%;
    position: relative;
}

.lawyer-banner-bottom-btn-1 {
    width: 17%;
}

.lawyer-banner-bottom-btn-2 a:before {
    content: "";
    background-image: url(../images/call.png);
    width: 20px;
    position: absolute;
    top: 25px;
    height: 20px;
    left: 40px;
    background-repeat: no-repeat;
}

.lawyer-banner-bottom-btn-2 {
    position: relative;
    /*width: 39%;*/
}

.lawyer-banner-bottom-btn-2 a {
    float: left;
    margin-left: 31px;
}

button.active:before {
    content: "";
    background-image: url(../images/drop-arrow.png) !important;
    height: 20px;
    width: 20px;
    position: absolute;
    background-repeat: no-repeat;
    top: 30px;
    left: -webkit-calc(50% - 10px);
    left: -moz-calc(50% - 10px);
    left: calc(50% - 10px);
    display: block !important;
}

/*.active:hover:before{
	display:block;
}*/
button.services:before {
    content: "";
    background-image: url(../images/drop-arrow-2.png);
    height: 20px;
    width: 20px;
    position: absolute;
    background-repeat: no-repeat;
    top: 30px;
    left: -webkit-calc(50% - 10px);
    left: -moz-calc(50% - 10px);
    left: calc(50% - 10px);
    display: none;
}

button.services:hover:before {
    display: block;
}

/*model-popup*/
.modal-content {
    width: 359px !important;
    height: 413px !important;
    padding: 0px 6px;
    position: relative;
    top: 83px;
}
.modal-content.message {
	height: 600px !important;
}
.modal-header {
    border-bottom: none !important;
}

.modal-body img.popup {
    position: absolute;
    top: -111px;
    left: 125px;
}

.modal-body img.avatar-lawyer {
    position: absolute;
    top: -94px;
    left: 138px;
    width: 75px;
    border-radius: 100%;
    z-index: 2;
}

.modal-body h2 {
    font-size: 34px;
    font-weight: 400;
    text-align: center;
}
.modal-body h2 span {
	font-size: 28px;
}

.modal-content input {
    width: 269px;
    border: none;
    border-bottom: 2px solid #222629;
    margin-top: 21px;
    margin-right: 21px;
    padding-right: 10px;
}

.modal-content textarea {
    width: 269px;
	min-height: 105px;
    border: none;
    border-bottom: 2px solid #222629;
    margin-top: 21px;
    margin-right: 21px;
    padding-right: 10px;
}

.modal-content input[type="submit"] {
    margin-top: 47px;
    border: 1px solid #e51313;
    padding-right: 10px;
}

.modal-content input[type="submit"]:hover {
    border: 1px solid;
}

button.learn-more:hover {
    border-color: #a3adb5;
    background-color: #a3adb5;
}

/*article-css*/

.article h2 {
    padding: 41px 0px;
    font-size: 32px;
    font-weight: 400;
    color: #222629;
}

.article-sec-2 {
    background-color: #f8f9fa;
    margin-top: 44px;
}

.article-sec-1 {
    margin-top: 0px;
}
.article-sec-1 strong {
	font-weight:bold;	
}
.article-sec-1 h2 {
    font-size: 24px;
	margin-top: 15px;
}
.article-sec-1 h6, .article-sec-1 h3 {
    font-size: 24px;
	margin-top: 15px;
}

.article-sec-1 p {
    font-size: 18px;
    margin-top: 16px;
    line-height: 26px;
}

ul.social-icon {
    list-style-type: none;
}

ul.social-icon li {
    display: inline-block;
    margin-right: 4px;
}

ul.social-icon {
    list-style-type: none;
    margin: 30px 0px;
}

ul.social-icon li a:nth-child(1) {
    font-size: 16px;
    color: #222629;
    font-weight: 400;
}

.page {
    display: none;
}

.page-active {
    display: block;
}

.pagination-lg .page-link {
    font-size: 20px !important;
    text-align: center;
    width: 50px !important;
    height: 53px !important;
    padding: 11px 0px 0px 0px !important;
    border-radius: 4px;
    outline: none !important;
}

.next a {
    background-color: transparent !important;
    border: none;
    color: #e51313 !important;
    text-align: right !important;
    outline: none !important;
}

.pre a {
    background-color: transparent !important;
    border: none;
    color: #e51313 !important;
    text-align: left !important;
    outline: none !important;
}

#pagination-demo {
    margin: 0px auto;
}

.page.active a {
    background-color: #e51313;
}

.jumbotron {
    background-color: #fff !important;
}

.categories-one-row {
    margin-bottom: 47px;
}

.categories-one-row {
    margin-bottom: 47px;
}

.jumbotron {
    padding: 2rem 2rem 0rem 2rem !important;
}

.page-item.last,
.page-item.first {
    display: none;
}

.page-link:hover {
    color: #000 !important;
}

.side-box {
    position: fixed;
    top: 31%;
    left: 0;
    z-index: 9999999999 !important;
}

.home-p:after {
    display: none;
}

.header-top p:before {
    width: 2px;
    position: absolute;
    content: "";
    height: 63px;
    background-color: #dfdfdf;
    right: -38px;
    top: 7px;
}



.margin {
    margin-top: 115px;
}

.cate-pad {
    padding: 16px;
}

.modal-footer p {
    color: #fff;
    padding-left: 102px;
}

.modal-footer p::after {
    content: "";
    background-color: #fff;
    position: absolute;
    width: 101px;
    height: 2px;
    bottom: -45px;
    left: 128px;
}

.footer ul li a:hover {
    color: #fff;
}

.row-one .text-field {

    max-width: 367px !important;
    margin-right: 14px;
    margin-bottom: 22px;
    height: 48px;
    border: 1px solid #e4e8ea;
    border-radius: 6px;
    background-repeat: no-repeat;
    box-shadow: -3px -3px 5px 0px rgba(0, 0, 0, 0.03) inset;
    text-shadow: -3px -3px 5px rgba(0, 0, 0, 0.03) inset;
    background-color: #000;
    background-image: url("../images/arrow.png");
    background-position: top 50% left 0%;
    background: -moz-linear-gradient(left, #f5f8f9 0%, #ffffff 10%, #ffffff 10%, #ffffff 10%, #ffffff 49%, #ffffff 100%);
    background: -webkit-linear-gradient(left, #f5f8f9 0%, #ffffff 10%, #ffffff 10%, #ffffff 10%, #ffffff 49%, #ffffff 100%);
    background: linear-gradient(to right, #f5f8f9 0%, #ffffff 10%, #ffffff 10%, #ffffff 10%, #ffffff 49%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f8f9', endColorstr='#ffffff', GradientType=1);
    padding-top: 10px;
}

.text-field a {
    text-decoration: none !important;
    font-size: 18px !important;
    font-weight: 400;
    color: #222629;
}

.text-field a.selected {
    font-weight: 500;
    color: #e51313;
}

.row-two .text-field {

    max-width: 367px !important;
    margin-right: 14px;
    height: 48px;
    border: 1px solid #e4e8ea;
    border-radius: 6px;
    background-repeat: no-repeat;
    box-shadow: -3px -3px 5px 0px rgba(0, 0, 0, 0.03) inset;
    text-shadow: -3px -3px 5px rgba(0, 0, 0, 0.03) inset;
    background-color: #000;
    background-image: url("../images/arrow.png");
    background-position: top 50% left 0%;
    background: -moz-linear-gradient(left, #f5f8f9 0%, #ffffff 10%, #ffffff 10%, #ffffff 10%, #ffffff 49%, #ffffff 100%);
    background: -webkit-linear-gradient(left, #f5f8f9 0%, #ffffff 10%, #ffffff 10%, #ffffff 10%, #ffffff 49%, #ffffff 100%);
    background: linear-gradient(to right, #f5f8f9 0%, #ffffff 10%, #ffffff 10%, #ffffff 10%, #ffffff 49%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f8f9', endColorstr='#ffffff', GradientType=1);
    padding-top: 10px;
}

.text-field a::before {

    content: "";
    background-image: url("../images/arrow.png");
    width: 20px;
    height: 20px;
    position: absolute;
    left: 22px;
    background-repeat: no-repeat;
    top: 16px;

}

.home-sec-5-row-2 a {
    text-decoration: none !important;
}

.cate-right-sec-4 a {
    text-decoration: none;
}

/*button.cate-btn:before {
    content: "";
    background-image: url(../images/call.png);
    position: absolute;
    top: 14px;
    width: 30px;
    height: 30px;
    left: 0;
    background-repeat: no-repeat;
}*/

.modal-content {
    border: none !important;
    box-shadow: -3px -3px 5px 0px rgba(0, 0, 0, 0.03) inset;
    text-shadow: -3px -3px 5px rgba(0, 0, 0, 0.03) inset;
    background: #f4f8f9;
    background: -moz-linear-gradient(left, #f4f8f9 0%, #ffffff 49%, #ffffff 49%, #ffffff 100%);
    background: -webkit-linear-gradient(left, #f4f8f9 0%, #ffffff 49%, #ffffff 49%, #ffffff 100%);
    background: linear-gradient(to right, #f4f8f9 0%, #ffffff 49%, #ffffff 49%, #ffffff 100%);
}

.btn-primary:hover {
    color: #fff;
    background-color: #30363a !important;
    border-color: #30363a !important;
}

.home-sec-3-col-1 input::placeholder {
    font-size: 22px !important;
}

.cate-sec-2-left input::placeholder {
    font-size: 22px !important;
}

.mobile-header {
    display: none;
}

.category_bottom select {

    width: 249px;
    border: 1px solid #fff;
    height: 52px;
    border-radius: 3px;
    padding-right: 11px;
    -webkit-appearance: none;
    background-image: url(../images/drop.png);
    background-repeat: no-repeat;
    background-position: top 49% left 15px;
}

.cate-sec-2 input {
    padding-right: 10px;
	font-size:22px;
}

.modal-footer p {
    opacity: 1 !important;
    padding-left: 81px !important;
    font-weight: 400;
    cursor: pointer;
}

.modal-footer p:hover {
    color: #fff !important;
}

.categories-one.cate-pad .col-lg-3 {
    margin-bottom: 31px;
}

.div_p {
    margin-bottom: 50px;
}
/***********accordian*********/

[data-toggle="collapse"] .fa:before {  
  content: "\f077" ;
}

[data-toggle="collapse"].collapsed .fa:before {
  content:"\f078" ;
 
}
div#headingOne {
    background-color: #f3f6f8;
	border-radius: 9px;
}
div#headingThree{
	  background-color: #f3f6f8;
	border-radius: 9px;
}
div#headingfour{background-color:#fbe9e9;border-radius: 9px;}
div#headingTen{background-color:#fbe9e9;border-radius: 9px;}
div#headingfive{background-color:#f3f6f8;border-radius: 9px;}
div#headingsix{background-color:#fbe9e9;border-radius: 9px;}
div#headingseven{background-color:#f3f6f8;border-radius: 9px;}
div#headingeight{background-color:#fbe9e9;border-radius: 9px;}


div#collapsefour .card-body {
    background-color: #fbe9e9 !important;
	padding: 0px 0px 11px 0px !important
}
div#collapseTen .card-body {
    background-color: #fbe9e9 !important;
	padding: 0px 0px 11px 0px !important
}
div#collapsesix .card-body {
    background-color: #fbe9e9 !important;
	padding: 0px 0px 11px 0px !important
}
div#collapseeight .card-body {
    background-color: #fbe9e9 !important;
	padding: 0px 0px 11px 0px !important
}
.card-body ul li {
    display: inline-block;
}
div#headingTwo{background-color:#fbe9e9;border-radius: 9px;}
h5.mb-0 {
    color: #000;
    font-weight: 400;
    font-size: 20px;
}
button.btn.btn-link.collapsed {
    background-color: #30363a;
    width: 96px;
    font-size: 14px;
    height: 26px;
    border-radius: 30px;
	float: left;
	color: #fff;
    line-height: 6px;
	text-decoration: none;
}
button.btn.btn-link{
	  background-color: #30363a;
    width: 96px;
    font-size: 14px;
    height: 26px;
    border-radius: 30px;
	float: left;
	color: #fff;
    line-height: 6px;
	text-decoration: none;
}
div#headingOne:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-top: 24px solid transparent;
    border-left: 18px solid #fbe9e9;
    border-bottom: 2px solid transparent;
    right: -16px;
    top: 10px;
}
div#headingThree:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-top: 24px solid transparent;
    border-left: 18px solid #f3f6f8;
    border-bottom: 2px solid transparent;
    right: -16px;
    top: 10px;
}
div#headingfive:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-top: 24px solid transparent;
    border-left: 18px solid #f3f6f8;
    border-bottom: 2px solid transparent;
    right: -16px;
    top: 10px;
}
div#headingseven:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-top: 24px solid transparent;
    border-left: 18px solid #f3f6f8;
    border-bottom: 2px solid transparent;
    right: -16px;
    top: 10px;
}
div#headingnine:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-top: 24px solid transparent;
    border-left: 18px solid #f3f6f8;
    border-bottom: 2px solid transparent;
    right: -16px;
    top: 10px;
}
div#headingTwo:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-top: 24px solid transparent;
    border-left: 18px solid #f3f6f8;
    border-bottom: 2px solid transparent;
    right: -16px;
    top: 10px;
}
div#headingfour:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-top: 24px solid transparent;
    border-left: 18px solid #fbe9e9;
    border-bottom: 2px solid transparent;
    right: -16px;
    top: 10px;
}
div#headingeight:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-top: 24px solid transparent;
    border-left: 18px solid #fbe9e9;
    border-bottom: 2px solid transparent;
    right: -16px;
    top: 10px;
}
div#headingsix:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-top: 24px solid transparent;
    border-left: 18px solid #fbe9e9;
    border-bottom: 2px solid transparent;
    right: -16px;
    top: 10px;
}
div#headingTen:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-top: 24px solid transparent;
    border-left: 18px solid #fbe9e9;
    border-bottom: 2px solid transparent;
    right: -16px;
    top: 10px;
}
.card.blue-col {
    background: #f3f6f8;
}
.card.pink-col {
    background: #fbe9e9;
}
.card-header{background-color:transparent !important;}
.card{    border: none !important;    margin-bottom: 15px;}
.card-header{border:none !important;    }
div#headingOne{border-radius: 9px;}
.search_section1 .container {
    padding: 0;
}
/* SIGNUP PAGE */
.p_text{margin: 30px auto;}
.simple_text p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    font-weight: 100;

}
.form_sec {
    box-shadow: -3px -3px 0px 0px rgba(0, 0, 0, 0.03) inset;
    background: #f5f8f9;
    background: -moz-linear-gradient(left, #f5f8f9 0%, #ffffff 18%);
    background: -webkit-linear-gradient(left, #f5f8f9 0%, #ffffff 18%);
    background: linear-gradient(to right, #f5f8f9 0%, #ffffff 18%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f8f9', endColorstr='#ffffff', GradientType=1);
    min-height: 100px;
    border-radius: 10px;
    padding: 15px 25px 25px 25px;
    border: 1px solid #e4e8ea;
}

.f-r {
    font-size: 26px;
    padding: 10px 0px 20px;
    font-weight: 400;
    letter-spacing: 0;
    color: #e51313;
}

.f-r2 {
    font-size: 20px;
    padding: 0px 0px 10px;
    font-weight: 400;
    letter-spacing: 0;
    color: #222629;
}


button.facebook_btn {
    float: left;
    background: #1977f3;
    border: 1px solid #1977f3;
    border-radius: 30px;
    width: 338px;
    height: 40px;
    color: #fff;
	font-size:17px;
    background-image: url(../images/fb.png);
    background-repeat: no-repeat;
    background-position: top 50% left 4%;
}

.custom_form {
    /*margin: 38px auto;*/
}

.custom_form .checkbox label.error{
	margin-right: 6px;
	margin-top: 26px;
	width: initial;
}

.custom_form label.error{
	background-color: #af0d2f;
	border-radius: 8px;
	box-sizing: border-box;
	color: #fff;
	font-size: 16px;
	font-weight: lighter;
	margin-top: -8px;
	max-width: calc(100% - 30px);
	padding: 2px 7px;
	position: absolute;
	text-align: center;
	width: calc(100% - 30px);
	z-index: 1;
}
.custom_form label.error a{
	color: #fff;
	font-weight:500;
}
.custom_form label.error:before{
	border-color: transparent transparent #af0d2f #af0d2f;
	border-style: solid;
	border-width: 5px;
	content: "";
	display: block;
	height: 10px;
	position: absolute;
	right: calc(50% - 6px);
	top: -5px;
	transform: rotate(135deg);
	width: 10px;
}
.custom_form.side label.error {
	top: 66px;
    right: 44px;
    max-width: calc(100% - 90px);
}

.custom_form.popup label.error {
	bottom: 0px;
    left: 24px;	
}
.custom_form.popup center {
	padding:50px;
}

.custom_form .form-group #JoinIsTerms + label.error{
	margin-right: -119px !important;
	margin-top: 33px !important;
	right: initial;
	width: 30% !important;
}
#contact_form.custom_form label.error{
	right: 8%;
	width: 85%;
	bottom: -23px;
}
#contact_form.custom_form .side-by-side {
	margin-left: 20px;
}
.sec_right {
    width: 49%;
    float: right;
}

.form-group {
    margin-bottom: 10px !important;
	position:relative;
}

.form-group input, .form-group select, .form-group textarea {
    border-radius: 30px;
    border: 1px solid #dbdedf;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: 400;
    color: #222629;
    height: 54px;
}
.form-group select {
	background-image: url(../images/drop.png);
    background-position: top 50% left 15px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;	
}
.form-group textarea {
	height: 150px;
}

.sec_left {
    width: 49%;
    float: left;
}

.sec_right {
    width: 49%;
    float: right;
}

.side-by-side {
    height: 40px;
}

.register_btn {
    text-align: center;
    margin: 30px auto;
}

button.form_ragister_btn {
    font-size: 23.42px;
    letter-spacing: -0.030em;
    font-weight: 400;
    background: #e51313;
    border: 1px solid #e51313;
    color: #fff;
    border-radius: 30px;
    width: 201px;
    height: 46px;
    box-shadow: 2px 3px #e3e3e3;
}
input.form_ragister_btn {
    font-size: 23.42px;
    letter-spacing: -0.030em;
    font-weight: 400;
    background: #e51313;
    border: 1px solid #e51313;
    color: #fff;
    border-radius: 30px;
    width: 201px;
    height: 46px;
    box-shadow: 2px 3px #e3e3e3;
}

.simple_text p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    font-weight: 100;
}

.p_text {
    margin: 30px auto;
}

.inner_sec {
    text-align: center;
    margin-top: 12px;
}

.inner_sec a {
    color: #000;
}

.inner_sec a:hover {
    color: #000;
    text-decoration: none;
}

.inner_sec h4 {
    padding: 10px 32px;
    color: #222629;
    font-size: 25px;
    line-height: 22px;
    font-weight: 400;
    text-align: center;
}

.inner_sec p {
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 100;
    line-height: 20px;
}

.captcha-box {
    position: relative;
}

.captcha-box img {
    position: absolute;
    left: 17px;
    top: 41px;
}
/************fourms-2-page***************/

.legal_domain_sec h2 {
    color: #e51313;
    font-size: 28px;
}
.legal_domain_sec h3 {
    font-size: 24px;
    color: #000;
    font-weight: 400;
}
.legal_domain_sec p {
    font-size: 17px !important;
    margin-bottom: 0;
    padding-bottom: 7px !important;
}
button.login-btn {
    width: 137px;
    height: 33px;
    font-size: 18.84px;
    color: #fff;
    background-color: #e51313;
    border-radius: 30px;
	border:1px solid #e51313;
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.11);
    margin-top: 10px;
}
.legal_domain-col{

background: #f5f8f9; /* Old browsers */
background: -moz-linear-gradient(left,  #f5f8f9 0%, #ffffff 18%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #f5f8f9 0%,#ffffff 18%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #f5f8f9 0%,#ffffff 18%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f8f9', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
box-shadow: -3px -3px 0px 0px rgba(0, 0, 0, 0.03);
    border: 1px solid #e4e8ea;
    padding: 18px 0px;
	border-radius:6px;
}
.legal_domain_sec .col-md-4 {
    padding-left: 45px;
}
.legal_domain_sec .row {
    margin-bottom: 10px;
}
.legal_domain-col .col-md-3 img {
	border-radius:50px;	
}
.legal_domain-col .col-md-9 {
    padding-right: 32px;
}
.legal_domain_sec .col-md-1 {
    padding: 0px;
}
.legal_domain_sec .col-md-11 {
    padding: 10px 0px;
}
.domain_head_sec {
    padding: 30px 0px 10px;
}
.fourms_sec_1 p {
    padding-bottom: 0px !important;
    line-height: 26px;
}
.legal_domain_sec .col-md-4:nth-child(3) {
    padding-left: 24px;
}
/***********login-page***************/
.pack_sec1_col p {
    text-align: justify;
    font-size: 18px;
    padding: 30px 0px;
    line-height: 25px;
}
.package_section1 {
    padding-bottom: 50px;
}
.package_section1 ul {
    list-style-type: none;
    margin-top: 45%;
}
ul.package_first_ul {
    padding-left: 20px;
}
.package_section1 ul li {
    border-top: 1px solid #e5e5e5;
    padding: 20px 0px;
    height: 63px;
}
.package_section1 ul li a {
    font-size: 18px;
    color: #000;
    text-decoration: none;
}
.on_hover_div {
    width: 50%;
    float: left;
    text-align: left;
    padding-left: 10%;
    position: relative;
    cursor: pointer;
}
span.on_hover_text {
    position: absolute;
    top: 27px;
    left: 3%;
    box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.15);
    font-size: 14px;
    padding: 6px;
    border-radius: 6px;
    z-index: 999999999999;
    opacity: 1;
    background-color: #fff;
    color: #525252;
    display: none;
}
.free_col {
    text-align: center;
    margin-top: 30px;
    box-shadow: -3px -3px 0px 0px rgba(0, 0, 0, 0.03);
    border: 1px solid #e4e8ea;
}
.free_col h3 {
    background-color: #f9f9f9;
    color: #e51313;
    font-size: 26px;
    padding: 15px;
    min-height: 92px;
}
.free_col_inner {
    padding: 10px 30px;
}
.free_col_inner h2 {
    font-size: 28px;
    color: #222629;
    font-weight: 600;
}
.free_col_inner p {
    font-size: 15px;
}
.package_section1 ul {
    list-style-type: none;
    margin-top: 59%;
}

ul.free_ul {
    margin-top: 30px;
}


ul.free_ul li {
    color: #d2d2d2;
}

ul.free_ul li:last-child {
    border-bottom: 1px solid #eee;
}

.free_col_inner h4 {
    font-size: 18px;
    font-weight: 500;
    color: #000 !important;
}
li.green {
    color: #4fa90d !important;
}
button.package_btn {
    width: 171px;
    height: 46px;
    background-color: #e51313;
    color: #fff;
    border-radius: 30px;
    font-size: 23.42px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #e51313;
}
.free_col_mid {
    box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.14) !important;
    -webkit-box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.14) !important;
    -moz-box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.14) !important;
    position: relative;
}
.most_popu {
    background-color: #6db836;
    width: 50%;
    position: absolute;
    top: -19px;
    color: #fff;
    font-size: 14px;
    padding: 6px;
    border-radius: 6px;
    left: 27%;
}

.login_form {
    width: 90%;
    margin: auto;
    background: #f5f8f9;
    background: -moz-linear-gradient(left, #f5f8f9 0%, #ffffff 18%);
    background: -webkit-linear-gradient(left, #f5f8f9 0%,#ffffff 18%);
    background: linear-gradient(to right, #f5f8f9 0%,#ffffff 18%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f8f9', endColorstr='#ffffff',GradientType=1 );
    box-shadow: -3px -3px 0px 0px rgba(0, 0, 0, 0.03);
    border: 1px solid #e4e8ea;
    min-height: 280px;
    border-radius: 6px;
    margin-bottom: 60px;
}
form.login_form h2 {
    color: #e51313;
    font-size: 26px;
    text-align: center;
    padding: 20px 0px;
}
.login_form input {
    width: 100%;
    height: 54px;
    border-radius: 30px;
    background-color: #fff;
    border: 1px solid #dbdedf;
    margin-bottom: 7px;
    padding-right: 30px;
}
label.check-field {
    width: 59%;
}
label.check-field-32 {
    width: 32%;
}
button.submit_btn {
    width: 205px;
    height: 46px;
    font-size: 23.42px;
    color: #fff;
    border-radius: 30px;
    background-color: #e51313;
    border: 1px solid #e51313;
    margin-bottom: 28px;
}

.forget_con {
    background-color: #f9f9fa;
    height: 54px;
    text-align: center;
}

.forget_con a {
    line-height: 56px;
    color: #e51313;
    font-size: 16px;
    text-decoration: underline;
}
input[type="checkbox"] {
    width: 6%;
    margin-right: 4px !important;
    height: 20px;
    margin: 0;
    float: right;
    margin-left: 5px;
}

.form-up-sec {
    padding: 0px 40px !important;
}


//jQuery Image Upload
.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 50px auto;
}
.avatar-upload .avatar-edit {
        position: absolute;
        right: 12px;
        z-index: 1;
        top: 10px;
}

.avatar-upload .avatar-edit input {
            display: none;
}

.avatar-upload .avatar-edit input + label {
	display: inline-block;
	width: 34px;
	height: 34px;
	margin-bottom: 0;
	border-radius: 100%;
	background: #FFFFFF;
	border: 1px solid transparent;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
	cursor: pointer;
	font-weight: normal;
	transition: all .2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
	background: #f1f1f1;
	border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
	content: "\f040";
	font-family: 'FontAwesome';
	color: #757575;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
}
.avatar-upload .avatar-edit.new input + label:after {
	content: "\f067";
}
.avatar-upload .avatar-delete {
        position: absolute;
        right: 0px;
        z-index: 1;
        top: 50px;
}
.avatar-upload .avatar-delete label {
	display: inline-block;
	width: 34px;
	height: 34px;
	margin-bottom: 0;
	border-radius: 100%;
	background: #FFFFFF;
	border: 1px solid transparent;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
	cursor: pointer;
	font-weight: normal;
	transition: all .2s ease-in-out;
}
.avatar-upload .avatar-delete label:hover {
	background: #f1f1f1;
	border-color: #d6d6d6;
}
.avatar-upload .avatar-delete label:after {
	content: "\f1f8";
	font-family: 'FontAwesome';
	color: #757575;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
}
.avatar-preview {
	width: 192px;
	height: 192px;
	position: relative;
	border-radius: 100%;
	border: 6px solid #F8F8F8;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-preview > div {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.side_banners { padding: 30px 0px; }
.side_banners table { margin:0px auto; }
.arrow_box {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    margin: -75px -40px;
    border: solid 5px #fff;
    color: red;
    cursor: pointer;
    overflow: hidden;
	float:left;
}
.arrow_box:after {
    top: 5px;
    left: 5px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #fff;
    border-width: 20px;
    margin-left: -20px;
}
.arrow_box img {
	background:#fff;	
}