
.section-title {
    margin-bottom: 65px; }
.section-title.white .title {
    color: #fff; }
.section-title.white .title strong {
    color: #fff; }
.section-title.white .separator {
    background-color: #fff; }
.section-title.white .separator:after {
    background-color: #fff; }
.section-title.white .separator:before {
    background-color: #fff; }
.section-title.white .description {
    color: #fff; }
.section-title .title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 27px;
    color: #040a2c;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 0; }
.section-title .title strong {
    font-weight: 700; }
.section-title .separator {
    display: inline-block;
    background-color: #040a2c;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: relative;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    margin-bottom: 30px; }
.section-title .separator img {
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-45deg); }
.section-title .separator:after {
    position: absolute;
    left: -60px;
    top: 80px;
    width: 60px;
    height: 2px;
    background-color: #040a2c;
    content: '';
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-45deg); }
.section-title .separator:before {
    position: absolute;
    right: -60px;
    top: -30px;
    width: 60px;
    height: 2px;
    background-color: #040a2c;
    content: '';
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-45deg); }
.section-title .description {
    color: #777777;
    line-height: 26px;
    font-size: 16px;
    margin: 0 auto;
    max-width: 600px; }


    /*--------------------
        about us section
    ---------------------*/
.about-us-aera {
    padding: 110px 0 120px 0; }
.about-us-aera.home-2 {
    padding-bottom: 140px; }
.about-us-aera.home-2 .left-content-area,
.about-us-aera.home-2 .right-content-area {
    margin-bottom: 0; }
.about-us-aera.about-page {
    padding-top: 120px; }
.about-us-aera .left-content-area {
    margin-bottom: 100px; }
.about-us-aera .left-content-area .thumb {
    position: relative;
    z-index: 0; }
.about-us-aera .left-content-area .thumb:after {
    position: absolute;
    left: -20px;
    top: 20px;
    width: 100%;
    height: 100%;
    background-color: #e5e6e9;
    content: '';
    z-index: -1; }
.about-us-aera .left-content-area .thumb .hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
.about-us-aera .right-content-area {
    margin-bottom: 100px; }
.about-us-aera .right-content-area .title {
    color: #040a2c;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 17px; }
.about-us-aera .right-content-area p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #777777; }
.about-us-aera .right-content-area .list-items {
    margin-top: 15px; }
.about-us-aera .right-content-area .list-items li {
    display: block;
    font-size: 16px;
    color: #040a2c;
    line-height: 30px; }
.about-us-aera .right-content-area .list-items li i {
    color: #777777; }
.about-us-aera .right-content-area .btn-wrapper {
    margin-top: 23px; }
.about-us-aera .single-about-box {
    position: relative;
    z-index: 0;
    padding: 65px 30px 25px 30px;
    overflow: hidden;
    height: 265px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
.about-us-aera .single-about-box:hover {
    padding-top: 30px; }
.about-us-aera .single-about-box:hover .content .title {
    color: #fff; }
.about-us-aera .single-about-box:hover .content .btn-wrapper {
    margin-top: 0; }
.about-us-aera .single-about-box:hover .content .btn-wrapper .readmore {
    color: #fff; }
.about-us-aera .single-about-box:hover .content .descr {
    color: #a0a0a0; }
.about-us-aera .single-about-box:hover:after {
    background-color: rgba(49, 54, 81, 0.9); }
.about-us-aera .single-about-box .icon {
    font-size: 50px;
    line-height: 50px;
    color: #e49600;
    margin-bottom: 18px; }
.about-us-aera .single-about-box .content .title {
    font-size: 26px;
    font-weight: 700;
    color: #040a2c;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
.about-us-aera .single-about-box .content .descr {
    color: #777777;
    font-size: 16px;
    line-height: 30px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
.about-us-aera .single-about-box .content .btn-wrapper {
    margin-top: 50px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
.about-us-aera .single-about-box .content .btn-wrapper .readmore {
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
.about-us-aera .single-about-box .content .btn-wrapper .readmore i {
    color: #e49600; }
.about-us-aera .single-about-box .content .btn-wrapper .readmore:hover {
    color: #e49600; }
.about-us-aera .single-about-box:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
    content: '';
    z-index: -1; }
.video-play-btn {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 16px;
    background-color: #e49600;
    border-radius: 50%;
    color: #fff;
    position: relative;
    z-index: 1;
}
.about-us-aera .left-content-area .thumb .hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


/*----------------------
    our practise
-----------------------*/
.practise-area {
    background-color: #040a2c;
    padding: 110px 0 120px 0; }
.practise-area.features-page {
    background-color: transparent;
    padding-top: 120px; }
.practise-area.features-page .single-practise-box:hover .content {
    border-color: #e49600; }
.practise-area.features-page .single-practise-box .content {
    border: 2px solid #040a2c; }
.practise-area.features-page .single-practise-box .content .title {
    color: #040a2c; }
.practise-area.features-page .single-practise-box .content p {
    color: #777777; }
.practise-area .single-practise-box {
    position: relative;
    margin-top: 50px; }
.practise-area .single-practise-box:hover .icon {
    background-color: #e49600;
    color: #fff; }
.practise-area .single-practise-box:hover .content .title {
    color: #e49600; }
.practise-area .single-practise-box .icon {
    position: absolute;
    left: 30px;
    top: -50px;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    border: 2px solid #fff;
    font-size: 40px;
    color: #e49600;
    background-color: #040a2c;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
.practise-area .single-practise-box .content {
    padding: 72px 30px 17px 30px;
    border: 2px solid #fff; }
.practise-area .single-practise-box .content .title {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    margin-top: 0;
    color: #fff;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
.practise-area .single-practise-box .content p {
    font-size: 14px;
    color: #bfbfbf;
    line-height: 30px; }

/*----------------------
    attorney area
-----------------------*/
.our-attorney-area {
    padding: 110px 0 245px 0; }
.our-attorney-area .single-attorney-box .thumb {
    display: inline-block;
    position: relative;
    overflow: hidden; }
.our-attorney-area .single-attorney-box .thumb:hover .hover {
    visibility: visible;
    opacity: 1; }
.our-attorney-area .single-attorney-box .thumb:hover .hover .hover-inner .social-icon {
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg); }
.our-attorney-area .single-attorney-box .thumb:after {
    position: absolute;
    content: '';
    right: -108px;
    bottom: 0;
    width: 50%;
    height: 50%;
    background-color: #fff;
    -ms-transform: skewX(-45deg);
    /* IE 9 */
    -webkit-transform: skewX(-45deg);
    /* Chrome, Safari, Opera */
    transform: skewX(-45deg); }
.our-attorney-area .single-attorney-box .thumb:before {
    position: absolute;
    content: '';
    left: -108px;
    bottom: 0;
    width: 50%;
    height: 50%;
    background-color: #fff;
    -ms-transform: skewX(45deg);
    /* IE 9 */
    -webkit-transform: skewX(45deg);
    /* Chrome, Safari, Opera */
    transform: skewX(45deg);
    z-index: 1; }
.our-attorney-area .single-attorney-box .thumb .hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(90deg, #040a2c 0%, rgba(4, 10, 44, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, #040a2c 0%, rgba(4, 10, 44, 0) 100%);
    background-image: -ms-linear-gradient(90deg, #040a2c 0%, rgba(4, 10, 44, 0) 100%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
.our-attorney-area .single-attorney-box .thumb .hover .hover-inner {
    text-align: center;
    position: absolute;
    bottom: 90px;
    width: 100%;
    left: 50%;
    -ms-transform: translateX(-50%);
    /* IE 9 */
    -webkit-transform: translateX(-50%);
    /* Chrome, Safari, Opera */
    transform: translateX(-50%); }
.our-attorney-area .single-attorney-box .thumb .hover .hover-inner .name {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
.our-attorney-area .single-attorney-box .thumb .hover .hover-inner .post {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #e49600;
    display: block;
    margin-bottom: 35px; }
.our-attorney-area .single-attorney-box .thumb .hover .hover-inner .social-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin: 0 20px; }
.our-attorney-area .single-attorney-box .thumb .hover .hover-inner .social-icon:hover {
    background-color: #e49600;
    border-color: #e49600; }
.our-attorney-area .single-attorney-box .thumb .hover .hover-inner .social-icon i {
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-45deg); }
.our-attorney-area .single-attorney-box .thumb .hover .hover-inner .social-icon.two {
    position: absolute;
    left: 50%;
    top: 150px;
    margin-left: -1px;
    -ms-transform: translateX(-50%) rotate(45deg);
    /* IE 9 */
    -webkit-transform: translateX(-50%) rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: translateX(-50%) rotate(45deg); }



/*------------------------------
    Counter and subscriber area
-------------------------------*/
.counter-and-subscribe-area {
    background-color: #040a2c;
    padding-bottom: 120px; }
.counter-and-subscribe-area .subscribe-outer-wrapper {
    margin-top: 104px;
    text-align: center; }
.counter-and-subscribe-area .subscribe-outer-wrapper .title {
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase; }
.counter-and-subscribe-area .subscribe-outer-wrapper .subscribe-form-wrapper {
    position: relative;
    margin-top: 42px; }
.counter-and-subscribe-area .subscribe-outer-wrapper .subscribe-form-wrapper .form-element .input-field {
    border: 2px solid #fff;
    background-color: transparent;
    border-radius: 0;
    height: 60px; }
.counter-and-subscribe-area .subscribe-outer-wrapper .subscribe-form-wrapper .form-element .input-field::-webkit-input-placeholder {
    /* WebKit browsers */
    color: "#bcbcbc"; }
.counter-and-subscribe-area .subscribe-outer-wrapper .subscribe-form-wrapper .form-element .input-field:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: "#bcbcbc"; }
.counter-and-subscribe-area .subscribe-outer-wrapper .subscribe-form-wrapper .form-element .input-field::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: "#bcbcbc"; }
.counter-and-subscribe-area .subscribe-outer-wrapper .subscribe-form-wrapper .form-element .input-field:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: "#bcbcbc"; }
.counter-and-subscribe-area .subscribe-outer-wrapper .subscribe-form-wrapper .submit-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 50px;
    width: 160px; }
.counter-and-subscribe-area .subscribe-outer-wrapper .subscribe-form-wrapper .submit-btn:hover {
    background-color: rgba(228, 150, 0, 0.8); }
.counter-and-subscribe-area .single-counter-box {
    margin-top: -140px;
    position: relative;
    border: 10px solid #fff;
    background-color: #040A2C;
    text-align: center;
    z-index: 0;
    padding: 78px 0 70px 0;
    overflow: hidden; }
.counter-and-subscribe-area .single-counter-box .bg-icon {
    position: absolute;
    left: -100px;
    bottom: 30px;
    font-size: 300px;
    line-height: 200px;
    z-index: -1;
    color: #1e2342; }
.counter-and-subscribe-area .single-counter-box .bg-icon.two {
    left: 0;
    right: -180px; }
.counter-and-subscribe-area .single-counter-box .bg-icon.three {
    left: -40px;
    bottom: -100px; }
.counter-and-subscribe-area .single-counter-box .counter-number .count-numb {
    font-size: 100px;
    line-height: 100px;
    font-weight: 300;
    color: #fff;
    margin-left: -30px; }
.counter-and-subscribe-area .single-counter-box .counter-number .top {
    position: absolute;
    color: #fff;
    font-size: 60px;
    font-weight: 300;
    line-height: 60px; }
.counter-and-subscribe-area .single-counter-box .name {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    color: #e49600;
    margin-top: 18px; }
.bg-green {
    background-color: #17b212 !important; }

.remove-col-padding {
    padding: 0; }

.remove-col-padding-right {
    padding-right: 0; }

.remove-col-padding-left {
    padding-left: 0; }

.padding-left-0 {
    padding-left: 0; }

.padding-right-0 {
    padding-left: 0; }

.padding-top-10 {
    padding-top: 10px; }

.padding-top-20 {
    padding-top: 20px; }

.padding-top-30 {
    padding-top: 30px; }

.padding-top-40 {
    padding-top: 40px; }

.padding-top-50 {
    padding-top: 50px; }

.padding-top-60 {
    padding-top: 60px; }

.padding-top-70 {
    padding-top: 70px; }

.padding-top-80 {
    padding-top: 80px; }

.padding-top-90 {
    padding-top: 90px; }

.padding-top-100 {
    padding-top: 100px; }

.margin-top-10 {
    margin-top: 10px; }

.margin-top-20 {
    margin-top: 20px; }

.margin-top-30 {
    margin-top: 30px; }

.margin-top-40 {
    margin-top: 40px; }

.margin-top-50 {
    margin-top: 50px; }

.margin-top-60 {
    margin-top: 60px; }

.margin-top-70 {
    margin-top: 70px; }

.margin-top-80 {
    margin-top: 80px; }

.margin-top-90 {
    margin-top: 90px; }

.margin-top-100 {
    margin-top: 100px; }

.margin-bottom-0 {
    margin-bottom: 0px; }

.margin-bottom-10 {
    margin-bottom: 10px; }

.margin-bottom-15 {
    margin-bottom: 15px; }

.margin-bottom-20 {
    margin-bottom: 20px; }

.margin-bottom-30 {
    margin-bottom: 30px; }

.margin-bottom-40 {
    margin-bottom: 40px; }

.margin-bottom-50 {
    margin-bottom: 50px; }

.margin-bottom-60 {
    margin-bottom: 60px; }

.margin-bottom-70 {
    margin-bottom: 70px; }

.margin-bottom-80 {
    margin-bottom: 80px; }

.margin-bottom-90 {
    margin-bottom: 90px; }

.margin-top-100 {
    margin-bottom: 100px; }

.margin-top-120 {
    margin-top: 120px; }

.padding-left-0 {
    padding-left: 0px !important; }