*{
    margin:0;
    padding:0;
}
body {
    font-family: 'AvertaStd';
    font-style: normal;
    font-weight: normal;
    float: left;
    width:100%;
    color:#820024;
    overflow-x: hidden;
   min-width: 100%;
}
body, html{
    height: 100%;
    min-width: 100%;
}
/* #container-wrap{
    overflow: auto;
} */
img {
    max-width: 100%;
    height: auto;
}
.img-fluid{
    width: 100%;
}
img, svg {
    vertical-align: inherit;
}
.m-0{
    margin: 0px;
}
.pt-50{
    padding-top: 50px;
}
.pb-50{
    padding-bottom: 50px;
}
.pt-80{
    padding-top: 80px;
}
.pb-80{
    padding-bottom: 80px;
}
.mt-50{
    margin-top: 50px;
}
.mb-50{
    margin-bottom: 50px;
}
.mt-80{
    margin-top: 80px;
}
.mb-80{
    margin-bottom: 80px;
}
.space-pd{
    padding:80px 0;
}
.space-mr{
    margin:80px 0;
}
.sub-heading {
    font-size: 20px;
    text-transform: uppercase;
    color: #17243b;
}
h1, .banner-title{
    font-style: normal;
    font-weight: 600;
    font-size: 65px;
    line-height: 76px;
    text-transform: uppercase;
    color: #FFFFFF;
    letter-spacing: -0.01em;
}
h2, .our-firm h1, .form-title, .team-header h1{
    font-style: normal;
    font-weight: normal;
    font-size: 50px;
    line-height: 59px;
    color: #000000;
    margin: 0px 0px 28px 0px;
    position: relative;
    text-transform: capitalize;
}
h3{
    font-style: normal;
    font-weight: normal;
    font-size: 38px;
    line-height: 45px;
    text-transform: capitalize;
}
h4, .form-subtitle{
    font-weight: 600;
    font-size: 28px;
    line-height: 33px;
    text-transform: uppercase;
    color: #820024;
}
h5{
    font-size: 25px;
    line-height: 29px;
    text-transform: capitalize;
    color: #000000;
    font-weight: normal;
}
p{
    font-size: 18px;
    line-height: 40px;
    font-weight: 300;
    color: #000000;
}
h2.border-line::after, .form-title::after{
    content: '';
    position: absolute;
    left: 0;
    width: 400px;
    height: 2px;
    background: #CBCBCB;
    right: 0;
    margin: 0 auto;
    bottom: -25px;
}
h2.border-line::before, .form-title.border-line::before{
    content: '';
    position: absolute;
    left: 0;
    width: 70px;
    height: 3px;
    background: #820024;
    right: 0;
    margin: 0 auto;
    bottom: -25px;
    z-index: 9;
}
.red-heading{
    color: #820024;
}
.header{
    margin-bottom: 40px;
}
.hide{
    display: none;
}
:focus{
    outline: none !important;
}
a {
    color:#000;
    font-weight:400;
    -webkit-transition:all ease-in-out .3s;
    -moz-transition:all ease-in-out .3s;
    -o-transition:all ease-in-out .3s;
    transition:all ease-in-out .3s;
    text-decoration:none
}
a:hover {
    color:#820024;
    -webkit-transition:all ease-in-out .3s;
    -moz-transition:all ease-in-out .3s;
    -o-transition:all ease-in-out .3s;
    transition:all ease-in-out .3s
}
a, .btn, input, select, textarea, button, img {
    outline:0!important;
    box-shadow:none
}
a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover {
    color:#c70e09;
}
.gray-bg{
    background:#fcfaf7;
}
ol {
    padding-left:15px
}
select {
    color:rgba(0,0,0,0);
    text-shadow:0 0 0 #000
}
a img {
    outline:0
}
input, select, textarea {
    outline:0;
    -webkit-border-radius:0;
    box-shadow:none
}
input[type="submit"] {
    cursor:pointer
}
a:hover,a:focus {
    text-decoration:none
}
p:empty {
    display:none
}
p:last-child{
    margin-bottom:0;
}
iframe {
    border:none;
    width:100%;
    height: 450px;
}
.white-text {
    color:#fff!important
}
.alignnone {
	display: block;
    margin: 25px auto;
    width: 100%;
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 25px auto;
}
.alignright {
    float:right;
    margin: 5px 0 0px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 0px 0px;
}
.aligncenter, div.aligncenter {
    width: auto !important;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
strong {
    font-weight: 600;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.no_result a {
    text-decoration: underline;
}
.content ul{
    font-style: normal;
    font-size: 18px;
    line-height: 35px;
    text-transform: capitalize;
    color: #000000;
    margin: 0px 0px 30px 30px;
    list-style-type: disc;
}
.content ul a{
    color: #1B75BC;
}
.bg-cover{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


/*============ HTML5Lightbox CSS ============*/
button#html5-close {
    background-image: url(../js/skins/default/lightbox-close.png) !important;
    width: 32px;
    height: 32px;
}
button#html5-close img{
    display:none !important;
}
.html5-elem-data-box, div#html5lightbox-watermark {
    display: none !important;
}
/*============ HTML5Lightbox CSS END ============*/



/*==================== Common CSS ====================*/

.btn, .common-contact-sec .btn {
    background: #820024;
    border-radius: 0;
    color: #fff;
    border: 1px solid #820024;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 33px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    font-size: 16px;
    line-height: 19px;
    opacity: 1;
}
.btn.focus, .btn:focus {
    box-shadow: none;
}
.btn:hover{
    background:none;
    color: #820024;
    border: 1px solid #820024;
}
.white-hover-btn:hover {
    color: #fff;
    border-color: #fff;
}
.white-btn:hover, .sidebar-form .white-btn:hover{
    background: none;
    color: #fff;
    border:2px solid #fff;
}
.white-btn, .sidebar-form .white-btn{
    background:#fff;
    color:#820024;
	border:2px solid #fff;
}

/*==================== Common CSS END ====================*/

/* START LOAD MORE BUTTON CSS */
.loadmore-post{
    display: block;
    margin: 0 auto;
    width: fit-content;
}
.testimonial-page .testimonial-list, .featured-case-page .case-box,
.cases-category-page .cases{
    display: none;
}
.testimonial-page .testimonial-list.active, .cases-category-page .cases.active{
    display: inline-block;
}
.featured-case-page .case-box.active{
    display: inline-flex;
}
/* END LOAD MORE BUTTON CSS */


/*============ Client Review Schema CSS ============*/
.clientreviews {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 30px;
}
.review-schema-wrapper {
    margin-top:35px;
}
.clientreviews p strong, .testimonialTitle strong {
    font-weight: 600;
}
.clientreviews .heading {
    font-size: 28px;
}
.video-schema iframe {
    height: 260px;
}
/*============ Client Review Schema CSS END ============*/



/*============ Form CSS ============*/
.wpcf7{
    position: relative;
    z-index: 9;
}
/* .wpcf7 .form-group {
    margin-bottom: 30px;
} */
.form-control:focus {
    box-shadow: none;
    background: no-repeat;
    color: #000;
}
.wpcf7 label {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 5px;
}
.form-control {
    border:none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 12px 0px;
    color: #15071e;
    outline: none;
    border-radius: 0;
    background-color: transparent;
    width: 100%;
}
textarea.form-control {
    height:100px;
    resize: none;
}  
.select-box select {
    color: #000;
    text-shadow: none;
    background: none;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    width: 100%;
    padding: 14px 0;
    line-height:normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.select-box select::-ms-expand {
    display: none;
}
.select-box > span{
    position:relative;
}
.select-box > span::after{
    content: "";
    right: 5px;
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(45deg) translateY(-50%);
    -moz-transform: rotate(45deg) translateY(-50%);
    -o-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    border-right: 2px solid rgba(0, 0, 0, 0.2);
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    pointer-events: none;
}
.wpcf7-acceptance span.wpcf7-list-item, .checkbox span.wpcf7-list-item{
    margin: 0;
}
.wpcf7-acceptance input[type="checkbox"], .checkbox input[type="checkbox"] {
    display: none;
    width: auto;
}
.wpcf7-acceptance .wpcf7-list-item-label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    color: #0c1a36;
}
.wpcf7-acceptance .wpcf7-list-item-label::before {
    border: 1px solid #cdd3da;
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
}
.wpcf7-acceptance label input:checked + .wpcf7-list-item-label::before {
    border-color: #0c1a36;
    background: #0c1a36;
}
.wpcf7-acceptance label input:checked + .wpcf7-list-item-label::after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 8px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.checkbox .wpcf7-list-item-label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    color: #8a8b8d;
}
.checkbox .wpcf7-list-item-label::before {
    border: 1px solid #afafaf;
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 1px;
    left: 0;
}
.checkbox label input:checked + .wpcf7-list-item-label {
    color: #a91b2a;
}
.checkbox label input:checked + .wpcf7-list-item-label::before {
    border-color: #a91b2a;
    background: #a91b2a;
}
.checkbox label input:checked + .wpcf7-list-item-label::after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 8px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.wpcf7-acceptance label a {
    color: #DCAC35;
}
.submit-btn {
    position: relative;
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    min-width: 190px;
}
.submit-btn input[type="submit"] {
    background: #1B75BC;
    width: auto;
    border: none;
    padding: 12px 32px;
    font-weight: 500;
    text-transform:uppercase;
    color: #fff;
    border:2px solid #1B75BC;
    line-height: 24px;
    width: 100%;
}
.submit-btn input[type="submit"]:hover{
    background: none;
    color:#1B75BC;
    border-color:#1B75BC
}

.wpcf7-spinner {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
div.wpcf7 .ajax-loader{
    display:none;
}
div.wpcf7 .ajax-loader.is-active {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    background-color: #1B75BC;
    background-image: url(../img/loader-w.svg);
    border-radius: 0;
    height: 100%;
    width: 100%;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
    display: block!important;
    top: 0;
    bottom: auto;
}

.blog-sidebar  div.wpcf7 .ajax-loader.is-active{
    background-color: #1B75BC;
    border-color:#1B75BC;
}
/*============ Form CSS END ============*/


/*==================== No Inner Banner CSS ====================*/
.no-banner header#header { background-color: #051C2F;}     
.no-banner  #container-wrap{ margin-top: 110px;}
/*==================== No Inner Banner CSS END ====================*/

