    /*
    Name: Okell - Law Firm and Lawyer Based HTML Template
    Author: ThemeHurst
    Support: kazi.03may@gmail.com
    Description: Creative HTML5 template.
    Version: 1.0
    Create Date: 02-02-2019
    */
    /**** CSS Index
    -----------------------------------
    01. Default Style
    02. Scroll To Top style
    03. Section Title
    04. Owl style
    05. Background style
    06. Main Header style
    07. Main Slider Section
    08. Banner Section
    09. About Section
    10. Award Section
    11. Video Holder
    12. Testimonial section
    13. Counter Section
    14. Blog Section
    15. Comment Section
    16. Pagination Section
    17. 404 Error Section
    18. Newsletter Widget
    19. Results Section
    20. Practice Areas Section
    21. Our Attorneys Section
    22. Practice Section
    23. Practice Single Section
    24. Single Page Next Previous Button
    25. Tag
    26. Sidebar Section
    27. blog Single Section
    28. Attorney Single Section
    29. Contact Section
    30. Main Footer
    ----------------------------------
    ****/
    
    @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,600i,700,800|Roboto:100,300,300i,400,400i,500,500i,700,900');
    /* 
    font-family: 'Roboto', sans-serif;
    font-family: 'Open Sans', sans-serif; 
    */
    
    @import url('font-awesome.css');
    @import url('flaticon.css');
    @import url('animate.css');
    @import url('owl.css');
    @import url('jquery-ui.css');
    @import url('jquery.fancybox.min.css');
    @import url('jquery.mCustomScrollbar.min.css');
    /**** 01. Default Style ****/
    
    * {
        margin: 0px;
        padding: 0px;
        border: none;
        outline: none;
    }

    
    body {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        color: #000;
        line-height: 1.7em;
        font-weight: 400;
        background: #ffffff;
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        direction: ltr;
       


    }
    body.rtl{
        font-size: 18px;



    }
    a {
        text-decoration: none;
        cursor: pointer;
        color: #000000;
        transition: linear all 300ms;
        -webkit-transition: linear all 300ms;
        -moz-transition: linear all 300ms;
        -ms-transition: linear all 300ms;
        -o-transition: linear all 300ms;
    }
    
    a:hover {
        color: #2956ab;
    }
    
    button,
    a:hover,
    a:focus,
    a:visited {
        text-decoration: none;
        outline: none !important;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        position: relative;
        font-weight: normal;
        margin: 0px;
          text-align: center;
        background: none;
        line-height: 1.6em;
        font-family: 'Roboto', sans-serif;
    }
    
    input,
    button,
    select,
    textarea {}
    
    textarea {
        overflow: hidden;
    }
    
    p {
        position: relative;
        line-height: 1.8em;
    }
    
    .default-container {
        position: static;
        max-width: 1245px;
        padding: 0px 15px;
        margin: 0 auto;
    }
    
    .medium-container {
        max-width: 850px;
    }
    
    .internal-container {
        max-width: 1200px;
        padding: 0px 15px;
        margin: 0 auto;
    }
    
    .external-container {
        max-width: 1200px;
        padding: 0px 15px;
        margin: 0 auto;
    }
    
    .page-wrapper {
        position: relative;
        margin: 0 auto;
        width: 100%;
        min-width: 300px;
    }
    
    ul,
    li {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }
    
    .o-btn {
        display: inline-block;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }
    
    .list-style-one {
        position: relative;
    }
    
    .list-style-one li {
        position: relative;
        color: #cccccc;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 10px;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }
     body .rtl .list-style-one li {

        font-size: 18px !important;
     }
    .list-style-one li:last-child {
        margin-bottom: 0px;
    }
    
    .list-style-one li span {
        position: relative;
        color: #888888;
    }
    
    .list-style-two {
        position: relative;
    }
    
    .list-style-two li {
        position: relative;
        color: #555555;
        font-size: 16px;
        padding-left: 30px;
        font-weight: 400;
        margin-bottom: 8px;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }
    
    .list-style-two li:last-child {
        margin-bottom: 0px;
    }
    
    .list-style-two li:before {
        position: absolute;
        content: "\f1b3";
        left: 0px;
        top: 0px;
        font-weight: 700;
        font-size: 14px;
        color: #2956ab;
        font-family: "Flaticon";
    }
    
    .list-style-three {
        position: relative;
    }
    
    .list-style-three li {
        position: relative;
        font-size: 16px;
        color: #ffffff;
        font-weight: 500;
        margin-bottom: 10px;
        padding-left: 30px;
        line-height: 1.7em;
    }
    
    .list-style-three li .icon {
        position: absolute;
        left: 0px;
        top: 0px;
        color: #ffffff;
        font-size: 16px;
    }
    
    .btn-style-one {
        position: relative;
        padding: 11px 55px 11px;
        line-height: 24px;
        background: #2956ab;
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        border: 2px solid #2956ab;
        text-transform: capitalize;
        font-family: 'Poppins', sans-serif;
        border-radius: 10px 8px 8px 35px;
        -webkit-border-radius: 10px 8px 8px 35px;
        -moz-border-radius: 10px 8px 8px 35px;
        -ms-border-radius: 10px 8px 8px 35px;
        -o-border-radius: 10px 8px 8px 35px;
    }
    
    .btn-style-one:hover {
        background: none;
        color: #2956ab;
    }
    
    .btn-style-two {
        position: relative;
        padding: 15px 60px 15px;
        line-height: 24px;
        background: #2956ab;
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1px;
        border: 2px solid #2956ab;
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
        border-radius: 10px 8px 8px 35px;
        -webkit-border-radius: 10px 8px 8px 35px;
        -moz-border-radius: 10px 8px 8px 35px;
        -ms-border-radius: 10px 8px 8px 35px;
        -o-border-radius: 10px 8px 8px 35px;
    }
    
    .btn-style-two:hover {
        background: none;
        color: #2956ab;
    }
    
    .btn-style-three {
        position: relative;
        padding: 15px 60px 15px;
        line-height: 24px;
        background: none;
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1px;
        border: 2px solid #ffffff;
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
        border-radius: 10px 8px 8px 35px;
        -webkit-border-radius: 10px 8px 8px 35px;
        -moz-border-radius: 10px 8px 8px 35px;
        -ms-border-radius: 10px 8px 8px 35px;
        -o-border-radius: 10px 8px 8px 35px;
    }
    
    .btn-style-three:hover {
        background-color: #2956ab;
        border-color: #2956ab;
        color: #ffffff;
    }
    
    .btn-style-four {
        position: relative;
        padding: 15px 60px 15px;
        line-height: 24px;
        background: none;
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1px;
        border: 2px solid #ffffff;
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
        border-radius: 10px 8px 8px 35px;
        -webkit-border-radius: 10px 8px 8px 35px;
        -moz-border-radius: 10px 8px 8px 35px;
        -ms-border-radius: 10px 8px 8px 35px;
        -o-border-radius: 10px 8px 8px 35px;
    }
    
    .btn-style-four:hover {
        background-color: #ffffff;
        border-color: #ffffff;
        color: #2956ab;
    }
    
    .btn-style-five {
        position: relative;
        padding: 13px 60px 13px;
        line-height: 24px;
        background: #2956ab;
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1px;
        border: 2px solid #2956ab;
        text-transform: capitalize;
        font-family: 'Poppins', sans-serif;
        border-radius: 10px 8px 8px 35px;
        -webkit-border-radius: 10px 8px 8px 35px;
        -moz-border-radius: 10px 8px 8px 35px;
        -ms-border-radius: 10px 8px 8px 35px;
        -o-border-radius: 10px 8px 8px 35px;
    }
    
    .btn-style-five:hover {
        background: none;
        color: #2956ab;
    }
    
    .btn-style-six {
        position: relative;
        padding: 13px 60px 13px;
        line-height: 24px;
        background: #2956ab;
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1px;
        border: 2px solid #2956ab;
        text-transform: capitalize;
        font-family: 'Poppins', sans-serif;
        border-radius: 10px 8px 8px 35px;
        -webkit-border-radius: 10px 8px 8px 35px;
        -moz-border-radius: 10px 8px 8px 35px;
        -ms-border-radius: 10px 8px 8px 35px;
        -o-border-radius: 10px 8px 8px 35px;
    }
    
    .btn-style-six:hover {
        background: none;
        color: #2956ab;
    }
    
    .btn-style-seven {
        position: relative;
        padding: 11px 55px 11px;
        line-height: 24px;
        background: #2956ab;
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        border: 2px solid #2956ab;
        text-transform: capitalize;
        font-family: 'Poppins', sans-serif;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
    }
    
    .btn-style-seven:hover {
        background: none;
        color: #2956ab;
    }
    
    .btn-style-eight {
        position: relative;
        padding: 15px 60px 15px;
        line-height: 24px;
        background: none;
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1px;
        border: 2px solid #ffffff;
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
    }
    
    .btn-style-eight:hover {
        background-color: #2956ab;
        border-color: #2956ab;
        color: #ffffff;
    }
    
    .btn-style-nine {
        position: relative;
        padding: 15px 60px 15px;
        line-height: 24px;
        background: #2956ab;
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1px;
        border: 2px solid #2956ab;
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
    }
    
    .btn-style-nine:hover {
        background: none;
        color: #2956ab;
    }
    
    .btn-style-ten {
        /*position: sta;*/
        padding: 11px 55px 11px;
        line-height: 24px;
        background: #2956ab;
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        border: 2px solid #2956ab;
        text-transform: capitalize;
        font-family: 'Poppins', sans-serif;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }
    
    .btn-style-ten:hover {
        background: none;
        color: #2956ab;
    }
    
    .btn-style-eleven {
        position: relative;
        padding: 15px 60px 15px;
        line-height: 24px;
        background: none;
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1px;
        border: 2px solid #ffffff;
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }
    
    .btn-style-eleven:hover {
        background-color: #2956ab;
        border-color: #2956ab;
        color: #ffffff;
    }
    
    .btn-style-twelve {
        position: relative;
        padding: 15px 60px 15px;
        line-height: 24px;
        background: #2956ab;
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1px;
        border: 2px solid #2956ab;
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }
    
    .btn-style-twelve:hover {
        background: none;
        color: #2956ab;
    }
    
    .before-left:before {
        position: absolute;
        background: #f7f7f7;
        content: '';
        top: 0;
        left: 0;
        width: 35%;
        height: 100%;
    }
    
    .before-right:before {
        position: absolute;
        background: #f7f7f7;
        content: '';
        top: 0;
        right: 0;
        width: 35%;
        height: 100%;
    }
    
    .social-icon {
        position: relative;
    }
    
    .social-icon li {
        position: relative;
        margin-right: 15px;
        display: inline-block;
    }
    
    .social-icon li a {
        position: relative;
        font-size: 16px;
        color: #888888;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }
    
    .social-icon li a:hover {
        color: #2956ab;
    }
    
    .theme_color {
        color: #2956ab;
    }
    
    .preloader {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 999999;
        background-color: #ffffff;
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url(../images/preloader.svg);
    }
    
    img {
        display: inline-block;
        max-width: 100%;
        height: auto;
    }
    /**** 02. Scroll To Top style ****/
    
    .scroll-top {
        position: fixed;
        right: 20px;
        bottom: 20px;
        width: 50px;
        height: 50px;
        color: #ffffff;
        font-size: 28px;
        text-transform: uppercase;
        line-height: 45px;
        text-align: center;
        z-index: 100;
        cursor: pointer;
        background: #2956ab;
        display: none;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }
    
    .scroll-top:hover {
        color: #ffffff;
        background: #2956ab;
    }
    /**** 03. Section Title ****/
    
    .sec-title {
        position: relative;
        margin-bottom: 45px;
    }
    
    .sec-title h2 {
        position: relative;
        color: #2956ab;
        font-size: 48px;
        font-weight: 600;
        line-height: 1.3em;
        margin-bottom: 8px;
        text-transform: capitalize;
    }
    
    .sec-title p {
        margin-top: 30px;
    }
    
    .sec-title .title-text {
        position: relative;
        color: #555555;
        font-size: 18px;
        line-height: 1.6em;
        font-weight: 500;
        margin-top: 0px;
    }
    
    .sec-title.light h2,
    .sec-title.light .title-text {
        color: #ffffff;
    }
    
    .sec-title.centered {
        text-align: center;
    }
    
    .sec-o-title {
        margin-bottom: 20px;
    }
    
    .sec-o-title .o-title-text {
        position: relative;
        color: #6e6e6e;
        font-size: 16px;
        line-height: 1em;
        font-weight: 500;
        margin-bottom: 20px;
    }
    
    .sec-o-title h2 {
        position: relative;
        color: #2956ab;
        font-size: 32px;
        font-weight: 900;
        line-height: 1em;
        margin-bottom: 8px;
        text-transform: capitalize;
    }
    
    .sec-o-title h3 {
        position: relative;
        color: #2956ab;
        font-size: 26px;
        font-weight: 900;
        line-height: 1em;
        margin-bottom: 8px;
        text-transform: capitalize;
    }
    
    .sec-o-title .transform-uppercase {
        text-transform: uppercase;
    }
    
    .sec-o-title h2 span {
        color: #323232;
    }
    
    .o-title-column .text {
        position: relative;
        color: #6e6e6e;
        font-size: 16px;
        line-height: 1.7em;
        margin-bottom: 45px;
    }
    
    .section-padding-default {
        position: relative;
        padding: 100px 0;
    }
    
    .section-padding-one {
        position: relative;
        padding: 100px 0 80px;
    }
    
    .section-padding-two {
        position: relative;
        padding: 80px 0 60px;
    }
    
    .section-padding-three {
        position: relative;
        padding: 96px 0 52px;
    }
    
    .section-padding-four {
        position: relative;
        padding: 96px 0 100px;
    }
    
    .section-padding-five {
        position: relative;
        padding: 96px 0 94px;
    }
    
    .section-padding-six {
        position: relative;
        padding: 96px 0 88px;
    }
    
    .section-padding-top {
        position: relative;
        padding-top: 100px;
    }
    
    .section-padding-bottom {
        position: relative;
        padding-bottom: 98px;
    }
    
    .section-padding-no {
        position: relative;
        padding: 0;
    }
    
    .section-margin-default {
        position: relative;
        margin: 100px 0;
    }
    
    .section-margin-no {
        position: relative;
        margin: 0;
    }
    
    .section-bg-all {
        position: relative;
    }
    
    .section-bg-all:before {
        position: absolute;
        background: #f7f7f7;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    /**** 04. Owl style ***/
    
    .owl-carousel.owl-loaded {
        margin: 0 auto;
    }
    /**** 05. Background style ***/
    
    .bg-style-one:before {
        position: absolute;
        content: '';
        right: 0;
        top: 0px;
        width: 50%;
        height: 100%;
        display: block;
        background-color: #f9f8fc;
    }
    /**** 06. Main Header style ****/
    
    .o-header {
        position: relative;
        z-index: 999;
        width: 100%;
    }
    
    .header-top {
        position: relative;
        padding: 17px 0px;
        background-color: #f9f8fc;
    }
    
    .header-top .top-left {
        position: relative;
        float: left;
    }
    
    .top-left .header-info-list {
        position: relative;
    }
    
    .top-left .top-item-m {
        margin-top: 12px;
    }
    
    .header-top .top-left .header-info-list li {
        position: relative;
        color: #555555;
        font-size: 16px;
        margin-right: 24px;
        display: inline-block;
    }
    
    .header-top .top-left .header-info-list li strong {
        position: relative;
        color: #222222;
        font-weight: 700;
        font-size: 16px;
        margin-right: 6px;
        display: inline-block;
    }
    
    .header-top .top-left .header-info-list li .icon {
        position: relative;
        color: #2956ab;
        font-size: 18px;
        margin-right: 8px;
        display: inline-block;
    }
    
    .header-top .top-right {
        position: relative;
        float: right;
    }
    
    .header-top .top-right .social-box {
        position: relative;
        float: left;
    }
    
    .header-top .top-right .social-box li {
        position: relative;
        margin-left: 0px;
        display: inline-block;
    }
    
    .header-top .top-right .social-box li.share {
        position: relative;
        color: #222222;
        font-size: 16px;
        font-weight: 500;
        margin-left: 0px;
    }
    
    .header-top .top-right .social-box li a {
        position: relative;
        color: #2956ab;
        font-size: 16px;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    
    .header-top .top-right .social-box li a:hover {
        color: #2956ab;
    }
    
    .o-header .main-box {
        position: relative;
        padding: 0px 0px;
        left: 0px;
        top: 0px;
        width: 100%;
        background: none;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    
    .o-header .main-box .external-container {
        position: relative;
        padding: 0px 40px;
    }
    
    .o-header .main-box .logo-box {
        position: relative;
        float: left;
        left: 0px;
        z-index: 10;
        padding: 30px 0px;
    }
    
    .o-header .main-box .logo-box .logo img {
        display: inline-block;
        max-width: 100%;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    
    .o-header .nav-toggler {
        position: absolute;
        top: 50%;
        margin-top: 0px;
        display: block;
    }
    
    .o-header .nav-toggler button {
        position: relative;
        display: block;
        color: #444444;
        text-align: center;
        font-size: 24px;
        line-height: 34px;
        font-weight: normal;
        background: none;
    }
    
    .o-header .header-upper {
        position: relative;
    }
    
    .o-header .header-upper .contact-number {
        position: relative;
        float: left;
        color: #262626;
        font-size: 18px;
        font-weight: 500;
        margin-top: 30px;
        padding: 12px 0px 12px 32px;
        border-left: 1px solid #dde4db;
    }
    
    .o-header .header-upper .contact-number .number-inner {
        position: relative;
        padding-left: 35px;
        line-height: 30px;
    }
    
    .o-header .header-upper .contact-number .icon {
        position: absolute;
        left: 0px;
        top: 0px;
        color: #2956ab;
        font-size: 28px;
        line-height: 1em;
    }
    
    .o-header .nav-outer {
        position: relative;
        float: left;
        float: right;
    }
    
    .o-header .header-upper .logo-box {
        position: relative;
        padding: 19px 0px;
    }
    
    .o-header .header-upper .logo-box .logo {
        position: relative;
    }
    
.o-header .header-upper .menu-search-box {
    position: relative;
    /* float: right; */
    margin-top: 0;
    display: inline-block;
}
    
    .o-header .header-upper .menu-sb-btn {
        position: relative;
        top: 0px;
        display: block;
        width: 100%;
        font-size: 16px;
        color: #555555;
        line-height: 20px !important;
        cursor: pointer;
        background: none;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }
    
    .o-header .header-upper .menu-sb-btn:after {
        display: none;
    }
    
    .o-header .header-upper .menu-search-box .dropdown-menu {
        top: 67px !important;
        right: 0px;
        padding: 0px;
        width: 280px;
        left: auto !important;
        border-top: 3px solid #2956ab;
        -webkit-transform: translate3d(0px, 0px, 0px) !important;
        transform: translate3d(0px, 0px, 0px) !important;
    }

    .o-header .header-upper .menu-search-box .dropdown.open .dropdown-menu { display: block; }
    
    .o-header .header-upper .menu-search-box .dropdown-menu>li {
        padding: 0px;
        border: none;
        background: none;
    }
    
    .o-header .header-upper .search-panel .form-group {
        position: relative;
        margin: 0px;
    }
    
    .o-header .header-upper .search-panel input[type="text"],
    .o-header .header-upper .search-panel input[type="search"],
    .o-header .header-upper .search-panel input[type="password"],
    .o-header .header-upper .search-panel select {
        display: block;
        width: 100%;
        height: 50px;
        color: #000000;
        line-height: 24px;
        background: #ffffff;
        border: 1px solid #e0e0e0;
        padding: 10px 40px 10px 15px;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    
    .o-header .header-upper .search-panel input:focus,
    .o-header .header-upper .search-panel select:focus {
        border-color: #2956ab;
    }
    
    .o-header .header-upper .search-panel .search-btn {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 40px;
        height: 50px;
        text-align: center;
        color: #555555;
        font-size: 14px;
        background: none;
        cursor: pointer;
    }
    
    .o-header .header-upper .button-box {
        position: relative;
        float: right;
        padding: 35px 0px;
        margin-left: 30px;
    }
    
    .o-header .header-upper .button-box-tow {
        position: relative;
        float: left;
        padding: 35px 0px;
        margin-right: 30px;
    }
    
    .o-header .header-upper .support-box .support .icon {
        position: relative;
        color: #2956ab;
        font-size: 22px;
        top: 3px;
        margin-left: 4px;
    }
    
    .o-header .header-upper .support-box .support-number {
        position: relative;
        color: #2956ab;
        font-size: 20px;
        font-weight: 700;
        text-align: right;
        font-family: 'Poppins', sans-serif;
    }
    
    .o-header.style-two {
        position: absolute;
        background: rgba(255, 255, 255, 0.70)
    }
    
    .main-menu {
        position: relative;
        float: left;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    
    .main-menu .navbar-collapse {
        padding: 0px;
        float: left;
    }
    
    .main-menu .navigation {
        position: relative;
        margin: 0px;
    }
    
    .main-menu .navigation>li {
        position: relative;
        float: left;
        margin-right: 24px;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }
    
    .sticky-header .main-menu .navigation>li>a {
        color: #444444 !important;
    }
    
    .sticky-header .main-menu .navigation>li:hover>a,
    .sticky-header .main-menu .navigation>li.current>a {
        color: #2956ab !important;
        background-color: inherit !important;
    }
    
    .sticky-header .nav-outer .options-box {
        margin-top: 26px;
    }
    
    .o-header .header-upper .upper-right {
        padding-top: 32px;
    }
    
    .o-header .info-box {
        position: relative;
        float: left;
        margin-left: 35px;
        font-size: 14px;
        color: #98b2c4;
        text-align: left;
        text-transform: uppercase;
        padding: 0px 0px 0px 50px;
    }
    
    .o-header .info-box .icon-box {
        position: absolute;
        left: 0px;
        top: 5px;
        color: #2956ab;
        font-size: 36px;
        line-height: 1em;
        -moz-transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    
    .o-header .info-box li {
        position: relative;
        color: #7c7b7b;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.2em;
        text-transform: capitalize;
    }
    
    .o-header .info-box li strong {
        color: #262626;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
    }
    
    .header-style-two {
        background-color: #2956ab;
    }
    
    .sticky-header {
        position: fixed;
        opacity: 0;
        visibility: hidden;
        left: 0px;
        top: 0px;
        width: 100%;
        padding: 0px 0px;
        background: #ffffff;
        z-index: 0;
        border-bottom: 1px solid #e8f1f7;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }
    
    .sticky-header .logo {
        padding: 9px 0px;
    }
    
    .fixed-header .sticky-header {
        z-index: 999;
        opacity: 1;
        visibility: visible;
        -ms-animation-name: fadeInDown;
        -moz-animation-name: fadeInDown;
        -op-animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
        -ms-animation-duration: 500ms;
        -moz-animation-duration: 500ms;
        -op-animation-duration: 500ms;
        -webkit-animation-duration: 500ms;
        animation-duration: 500ms;
        -ms-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        -op-animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -ms-animation-iteration-count: 1;
        -moz-animation-iteration-count: 1;
        -op-animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }
    
    .main-menu .navigation>li>a {
        position: relative;
        display: block;
        color: #222222;
        text-align: center;
        line-height: 30px;
        text-transform: capitalize;
        letter-spacing: 0px;
        opacity: 1;
        font-weight: 600;
        padding: 45px 0px;
        font-size: 16px;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        font-family: 'Poppins', sans-serif;
    }
    
    .header-style-two .main-menu .navigation>li>a,
    .o-header.header-style-two .header-upper .menu-sb-btn {
        color: #ffffff;
    }
    
    .sticky-header .main-menu .navigation>li {
        position: relative;
        margin-left: 30px;
        margin-right: 0px;
    }
    
    .sticky-header .main-menu .navigation>li:before,
    .sticky-header .main-menu .navigation>li:after {
        display: none;
    }
    
    .main-menu .navigation>li:hover>a,
    .main-menu .navigation>li.current>a,
    .o-header.light-version .main-menu .navigation>li:hover>a,
    .o-header.light-version .main-menu .navigation>li.current>a {
        opacity: 1;
        color: #2956ab;
    }
    
    .main-menu .navigation>li>ul {
        position: absolute;
        left: 0px;
        top: 100%;
        margin-top: 15px;
        width: 230px;
        z-index: 100;
        display: none;
        opacity: 0;
        visibility: hidden;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        padding: 0px 0px;
        background-color: #ffffff;
        border-top: 3px solid #2956ab;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
    }
    
    .main-menu .navigation>li>ul:before {
        position: absolute;
        content: '';
        left: 0px;
        top: -30px;
        width: 100%;
        height: 30px;
        display: block;
    }
    
    .main-menu .navigation>li>ul.from-right {
        left: auto;
        right: 0px;
    }
    
    .main-menu .navigation>li>ul>li {
        position: relative;
        width: 100%;
        margin: 0px;
        border-bottom: 1px solid #e5e5e5;
    }
    
    .main-menu .navigation>li>ul>li:last-child {
        border-bottom: none;
    }
    
    .main-menu .navigation>li>ul>li>a {
        position: relative;
        display: block;
        padding: 10px 18px;
        line-height: 24px;
        font-weight: 500;
        font-size: 15px;
        text-transform: capitalize;
        color: #555555;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }
    
    .sticky-header .main-menu .navigation>li>a {
        padding: 19px 0px;
    }
    
    .sticky-header .main-menu .navigation>li>a:before {
        display: none;
    }
    
    .main-menu .navigation>li>ul>li:hover>a {
        color: #ffffff;
        background: #2956ab;
    }
    
    .main-menu .navigation>li>ul>li.dropdown>a:after {
        font-family: 'FontAwesome';
        content: "\f105";
        position: absolute;
        right: 15px;
        top: 12px;
        width: 10px;
        height: 20px;
        display: block;
        line-height: 20px;
        font-size: 16px;
        font-weight: normal;
        text-align: center;
        z-index: 5;
    }
    
    .main-menu .navigation>li>ul>li.dropdown:hover>a:after {
        color: #ffffff;
    }
    
    .main-menu .navigation>li>ul>li>ul {
        position: absolute;
        left: 100%;
        top: 0%;
        margin-top: 15px;
        width: 230px;
        z-index: 100;
        display: none;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        padding: 0px 0px;
        background-color: #ffffff;
        border-top: 3px solid #2956ab;
        -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
        -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
        -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
        box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    }
    
    .main-menu .navigation>li>ul>li>ul.from-right {
        left: auto;
        right: 0px;
    }
    
    .main-menu .navigation>li>ul>li>ul>li {
        position: relative;
        width: 100%;
        margin: 0px;
        border-bottom: 1px solid #e5e5e5;
    }
    
    .main-menu .navigation>li>ul>li>ul>li:last-child {
        border-bottom: none;
    }
    
    .main-menu .navigation>li>ul>li>ul>li>a {
        position: relative;
        display: block;
        padding: 10px 18px;
        line-height: 24px;
        font-weight: 500;
        font-size: 15px;
        text-transform: capitalize;
        color: #555555;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }
    
    .main-menu .navigation>li>ul>li>ul>li:hover>a {
        color: #ffffff;
        background: #2956ab;
    }
    
    .main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
        font-family: 'FontAwesome';
        content: "\f105";
        position: absolute;
        right: 10px;
        top: 11px;
        width: 10px;
        height: 20px;
        display: block;
        color: #272727;
        line-height: 20px;
        font-size: 16px;
        font-weight: normal;
        text-align: center;
        z-index: 5;
    }
    
    .main-menu .navigation>li>ul>li>ul>li.dropdown:hover>a:after {
        color: #ffffff;
    }
    
    .main-menu .navigation>li.dropdown:hover>ul {
        visibility: visible;
        opacity: 1;
        margin: 0px;
    }
    
    .main-menu .navigation li>ul>li.dropdown:hover>ul {
        visibility: visible;
        opacity: 1;
        top: 0;
        margin: 0px;
    }
    
    .main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
        position: absolute;
        right: 10px;
        top: 6px;
        width: 30px;
        height: 30px;
        text-align: center;
        color: #ffffff;
        line-height: 28px;
        border: 1px solid #ffffff;
        background-size: 20px;
        cursor: pointer;
        z-index: 5;
        display: none;
    }
    /**** 07. Main Slider Section ****/
    
    .slider {
        position: relative;
    }
    
    .slider .content.alternate {
        max-width: 610px;
        width: 100%;
        float: right;
        display: block;
    }
    
    .slider .slide {
        position: relative;
        padding: 185px 0px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
    
    .slider h2 {
        position: relative;
        color: #ffffff;
        font-size: 74px;
        font-weight: 600;
        line-height: 1.1em;
        margin-bottom: 10px;
        opacity: 0;
        -webkit-transition: all 1000ms ease;
        -moz-transition: all 100ms ease;
        -ms-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
        font-family: 'Poppins', sans-serif;
    }
    
    .slider .active h2 {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        transition-delay: 1300ms;
    }
    
    .slider h2.style-two {
        font-weight: 500;
        margin-bottom: 40px;
    }
    
    .slider h2.style-three {
        font-weight: 500;
        margin-bottom: 20px;
    }
    
    .slider h2.alternate {
        margin-bottom: 35px;
    }
    
    .slider h3 {
        position: relative;
        color: #ffffff;
        font-size: 26px;
        font-weight: 500;
        margin-bottom: 20px;
        display: inline-block;
        opacity: 0;
        -webkit-transition: all 1000ms ease;
        -moz-transition: all 100ms ease;
        -ms-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
        font-family: 'Poppins', sans-serif;
    }
    
    .slider .active h3 {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        transition-delay: 1000ms;
    }
    
    .slider .text {
        position: relative;
        color: #ffffff;
        font-size: 20px;
        opacity: 0;
        line-height: 1.7em;
        font-weight: 500;
        margin-bottom: 40px;
        -webkit-transition: all 1000ms ease;
        -moz-transition: all 100ms ease;
        -ms-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
        font-family: 'Poppins', sans-serif;
    }
    
    .slider .active .text {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        transition-delay: 2000ms;
    }
    
    .slider .link-box {
        opacity: 0;
        -webkit-transition: all 1000ms ease;
        -moz-transition: all 100ms ease;
        -ms-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
    }
    
    .slider .link-box .o-btn {
        margin-right: 10px;
    }
    
    .slider .active .link-box {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        transition-delay: 2500ms;
    }
    
    .slider .content .title {
        position: relative;
        color: #ffffff;
        font-size: 18px;
        font-weight: 500;
        padding-bottom: 20px;
        margin-bottom: 25px;
        opacity: 0;
        -webkit-transition: all 1000ms ease;
        -moz-transition: all 100ms ease;
        -ms-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
    }
    
    .slider .content .title:after {
        position: absolute;
        content: '';
        left: 50%;
        bottom: 0px;
        width: 70px;
        height: 1px;
        margin-left: -35px;
        background-color: #ffffff;
    }
    
    .slider .active .title {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        transition-delay: 600ms;
    }
    
    .slider .owl-dots {
        position: absolute;
        left: 50%;
        bottom: 20px;
        max-width: 100px;
        margin-left: -50px;
        width: 100%;
        text-align: center;
    }
    
    .slider .owl-dots .owl-dot {
        position: relative;
        width: 8px;
        height: 8px;
        margin: 5px 5px;
        display: inline-block;
        border-radius: 50%;
        background-color: #cccccc;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }
    
    .slider .owl-dots .owl-dot:before {
        position: absolute;
        content: '';
        left: 0px;
        bottom: 0px;
        width: 100%;
        height: 100%;
        background: none;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }
    
    .slider .owl-dots .owl-dot.active::before,
    .slider .owl-dots .owl-dot:hover::before {
        background-color: #2956ab;
        border-radius: 10px;
    }
    
    .slider .owl-dots .owl-dot:hover,
    .slider .owl-dots .owl-dot.active {
        position: relative;
        width: 22px;
        height: 8px;
        border-radius: 10px;
        background-color: #2956ab;
    }
    
    .slider .owl-nav {
        position: absolute;
        left: 0px;
        top: 50%;
        z-index: 1;
        width: 100%;
        margin-top: -20px;
    }
    
    .slider .owl-nav .owl-prev {
        position: absolute;
        left: 40px;
        color: #ffffff;
        font-size: 38px;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }
    
    .slider .owl-nav .owl-next {
        position: absolute;
        right: 40px;
        color: #ffffff;
        font-size: 38px;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }
    
    .slider .owl-nav .owl-prev:hover,
    .slider .owl-nav .owl-next:hover {
        color: #2956ab;
    }
    /**** 08. Banner Section ****/
    
    .banner-section {
        position: relative;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        text-align: center;
        z-index: 0;
    }
    
    .banner-section::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.75);
        z-index: -1;
    }
    
    .banner-title {
    position: relative;
    padding: 60px 0;
}
    
   /* .banner-title:before {
        position: absolute;
        content: "";
        width: 10%;
        height: 1px;
        bottom: 5px;
        left: 0;
        right: 0;
        background: #ffffff;
        z-index: 1;
        margin: 0 auto;
    }
    
    .banner-title:after {
        position: absolute;
        content: "";
        width: 10%;
        height: 1px;
        bottom: 0;
        left: 0;
        right: 0;
        background: #ffffff;
        z-index: 1;
        margin: 0 auto;
    }
    */
    .banner-title h2 {
        color: #ffffff;
        font-weight: 700;
    }
    
    .banner-link {
        padding: 15px 0 120px;
    }
    
    .banner-link ul li {
        display: inline;
        margin: 0 15px;
        color: #ffffff;
    }
    
    .banner-link ul li a {
        position: relative;
        color: #ffffff;
    }
    
    .banner-link ul li a::after {
    	position: absolute;
    	content: "";
    	width: 8px;
    	height: 1px;
    	top: 17px;
    	right: -8px;
    	background: #ffffff;
    	z-index: 1;
    }
    .banner-link ul li:last-child a::after {
    	display: none;
    }
    
    .banner-link ul li a:hover {
        color: #cccccc;
    }
    /**** 09. About Section ****/
    
    .about-section .o-title-column {
        position: relative;
    }
    
    .about-section .o-title-column .inner-column {
        position: relative;
        padding-top: 30px;
        margin-bottom: 45px;
    }
    
    .about-section-two:before {
        position: absolute;
        content: '';
        left: 0;
        bottom: 0px;
        width: 100%;
        height: 100%;
        background-color: #f9f8fc
    }
    
    .about-section-two .o-title-column {
        position: relative;
        margin-top: 25px;
    }
    
    .about-section-two .o-title-column .sec-o-title {
        margin-bottom: 20px;
    }
    
    .about-section-two .o-title-column .inner-column {
        position: relative;
        padding-top: 30px;
        margin-bottom: 45px;
    }
    
    .about-section-three .o-title-column {
        position: relative;
        margin-top: 25px;
    }
    
    .about-section-three .o-title-column .sec-o-title {
        margin-bottom: 20px;
    }
    
    .about-section-three .o-title-column .inner-column {
        position: relative;
        padding-top: 30px;
        margin-bottom: 45px;
    }
    /**** 10. Award Section ****/
    
    .award-section {
        position: relative;
    }
    
    .award-section .award-logos .owl-nav {
        display: none;
    }
    
    .award-section .award-logos .owl-dots {
        position: absolute;
        right: -80px;
        bottom: 0;
    }
    
    .award-section .award-logos .owl-dots .owl-dot {
        position: relative;
        width: 8px;
        height: 8px;
        margin: 5px 5px;
        display: inline-block;
        border-radius: 50%;
        background-color: #cccccc;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }
    
    .award-section .award-logos .owl-dots .owl-dot:hover,
    .award-section .award-logos .owl-dots .owl-dot.active {
        position: relative;
        width: 22px;
        height: 8px;
        border-radius: 10px;
        background-color: #2956ab;
    }
    
    .award-section .award-logos-two .owl-nav {
        position: absolute;
        right: -105px;
        bottom: 0;
        width: 75px;
    }
    
    .award-section .award-logos-two .owl-nav .owl-prev,
    .award-section .award-logos-two .owl-nav .owl-next {
        float: left;
        font-size: 36px;
        margin-right: 20px;
        color: #2956ab;
    }
    
    .award-section-two {
        position: relative;
    }
    
    .award-section-two .award-logos .owl-nav {
        display: none;
    }
    
    .award-section-two .award-logos .owl-dots {
        position: absolute;
        left: -80px;
        bottom: 0;
    }
    
    .award-section-two .award-logos .owl-dots .owl-dot {
        position: relative;
        width: 8px;
        height: 8px;
        margin: 5px 5px;
        display: inline-block;
        border-radius: 50%;
        background-color: #cccccc;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }
    
    .award-section-two .award-logos .owl-dots .owl-dot:hover,
    .award-section-two .award-logos .owl-dots .owl-dot.active {
        position: relative;
        width: 22px;
        height: 8px;
        border-radius: 10px;
        background-color: #2956ab;
    }
    
    .award-section-two .award-logos-two .owl-nav {
        position: absolute;
        right: -105px;
        bottom: 0;
        width: 75px;
    }
    
    .award-section-two .award-logos-two .owl-nav .owl-prev,
    .award-section-two .award-logos-two .owl-nav .owl-next {
        float: left;
        font-size: 36px;
        margin-right: 20px;
        color: #2956ab;
    }
    /**** 11. Video Holder ****/
    
    .video-holder {
        position: relative;
    }
    
    .video-holder .image {
        position: relative;
        overflow: hidden;
    }
    
    .video-holder .image img {
        position: relative;
        width: 100%;
    }
    
    .video-holder .overlay-holder {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        text-align: center;
        overflow: hidden;
        line-height: 80px;
        background: rgba(12, 101, 237, 0.08);
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }
    
    .video-holder .overlay-holder:hover {
        background: rgba(68, 57, 120, 0.20);
    }
    
    .video-holder .overlay-holder span {
        position: relative;
        width: 80px;
        height: 80px;
        top: 45%;
        z-index: 99;
        color: #222222;
        font-weight: 400;
        font-size: 24px;
        text-align: center;
        border-radius: 50%;
        padding-left: 4px;
        background-color: #ffffff;
        display: inline-block;
        margin-top: -40px;
        transition: all 900ms ease;
        -moz-transition: all 900ms ease;
        -webkit-transition: all 900ms ease;
        -ms-transition: all 900ms ease;
        -o-transition: all 900ms ease;
    }
    
    .video-holder .overlay-holder span:before {
        font-size: 30px;
        margin-left: 0;
        color: #2956ab;
    }
    
    .video-holder .overlay-holder:hover span {
        transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
    
    .video-holder .overlay-holder-two {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        text-align: center;
        overflow: hidden;
        line-height: 80px;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }
    
    .video-holder .overlay-holder-two span {
        position: relative;
        width: 80px;
        height: 80px;
        top: 45%;
        z-index: 99;
        color: #222222;
        font-weight: 400;
        font-size: 24px;
        text-align: center;
        border-radius: 50%;
        padding-left: 4px;
        background-color: #ffffff;
        display: inline-block;
        margin-top: -40px;
        transition: all 900ms ease;
        -moz-transition: all 900ms ease;
        -webkit-transition: all 900ms ease;
        -ms-transition: all 900ms ease;
        -o-transition: all 900ms ease;
    }
    
    .video-holder .overlay-holder-two span:before {
        font-size: 30px;
        margin-left: 0;
        color: #2956ab;
    }
    
    .video-holder .overlay-holder-two:hover span {
        transform: scale(1.3);
        -o-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -webkit-transform: scale(1.3);
    }
    /**** 12. Testimonial section ****/
    
    .testimonial-section {
        position: relative;
        padding: 33px 0;
        direction: ltr;
    }
    
    .testimonial-section .client-box-img {
        width: 80px;
    }
    
    .testimonial-section .clients-name {
        font-weight: 600;
        color: #2956ab;
    }
    
    .testimonial-section .owl-nav {
        display: none;
    }
    
    .testimonial-section .owl-dots {
        position: relative;
        margin-top: -30px;
    }
    
    .testimonial-section .owl-dots .owl-dot {
        position: relative;
        width: 8px;
        height: 8px;
        margin: 5px 5px;
        display: inline-block;
        border-radius: 50%;
        background-color: #cccccc;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }
    
    .testimonial-section .owl-dots .owl-dot:hover,
    .testimonial-section .owl-dots .owl-dot.active {
        position: relative;
        width: 22px;
        height: 8px;
        border-radius: 10px;
        background-color: #2956ab;
    }
    
    .testimonial-section-two {
        position: relative;
    }
    
    .testimonial-section-two .client-box-img {
        width: 80px;
        display: block;
    }
    
    .testimonial-section-two .clients-name {
        font-weight: 600;
        color: #2956ab;
    }
    
    .testimonial-section-two .owl-nav {
        display: none;
    }
    
    .testimonial-section-two .owl-dots {
        position: relative;
        left: -5px;
    }
    
    .testimonial-section-two .owl-dots .owl-dot {
        position: relative;
        width: 8px;
        height: 8px;
        margin: 5px 5px;
        display: inline-block;
        border-radius: 50%;
        background-color: #cccccc;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }
    
    .testimonial-section-two .owl-dots .owl-dot:hover,
    .testimonial-section-two .owl-dots .owl-dot.active {
        position: relative;
        width: 22px;
        height: 8px;
        border-radius: 10px;
        background-color: #2956ab;
    }
    
    .testimonial-section-two .testimonial-two-img {
        position: absolute;
    }
    /**** 13. Counter Section ****/
    
    .counter-section {
        position: relative;
    }
    
    .counter-section [class^="flaticon-"]::before {
        margin-left: 0;
        font-size: 28px;
        color: #284c90;
    }
    
    .count-box .count-text {
        font-family: 'Roboto', sans-serif;
        font-weight: 900;
        font-size: 26px;
    }
    
    .count-outer {
        margin: 35px 0;
    }
    
    .counter-title {
        font-size: 16px;
    }
    /**** 14. Blog Section ****/
    
    .blog-section {
        position: relative;
    }
    
    .blog-section:before {
        position: absolute;
        background: #f7f7f7;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    .blog-section-nobg {
        position: relative;
    }
    
    .blog-cont-holder {
        position: relative;
        height: 500px;
        overflow: hidden;
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
        -ms-transition: all ease-in-out .5s;
        -o-transition: all ease-in-out .5s;
    }
    
    .blog-cont-holder .img_blog img {
        width: 100%;
    }
    
    .blog-box-detail {
        position: absolute;
        background: #284c90;
        bottom: 0;
        width: 100%;
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
        -ms-transition: all ease-in-out .5s;
        -o-transition: all ease-in-out .5s;
    }
    
    .blog-cont-holder:hover .blog-box-detail {
        position: absolute;
        background: #e1e1e1;
        bottom: 0;
        padding-bottom: 50px !important;
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
        -ms-transition: all ease-in-out .5s;
        -o-transition: all ease-in-out .5s;
    }
    
    .blog-cont-holder .blog-box-detail a.read-more {
        width: 100%;
        position: absolute;
        visibility: hidden;
        color: #ffffff;
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
        -ms-transition: all ease-in-out .5s;
        -o-transition: all ease-in-out .5s;
        left: 0;
        right: 0;
    }
    
    .blog-cont-holder:hover .blog-box-detail a.read-more {
        visibility: visible;
        color: #284c90;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
        -ms-transition: all ease-in-out .5s;
        -o-transition: all ease-in-out .5s;
    }
    
    .blog-cont-holder:hover .blog-box-detail a.read-more:hover {
        color: #6e6e6e;
    }
    
    .blog-box-detail .space-date,
    .blog-box-detail .font-weight-bold a,
    .blog-box-detail p {
        color: #ffffff;
    }
    
    .blog-cont-holder:hover .blog-box-detail .font-weight-bold a {
        color: #284c90;
    }
    
    .blog-cont-holder:hover .blog-box-detail .font-weight-bold a:hover {
        color: #6e6e6e;
    }
    
    .blog-cont-holder:hover .blog-box-detail .space-date,
    .blog-cont-holder:hover .blog-box-detail p {
        color: #323232;
    }
    /**** 15. Comment Section ****/
    
    .comment-inner {
        padding: 30px;
        position: relative;
        margin: 30px 0;
        background-color: #fff;
        -webkit-box-shadow: 0 0 51px 0 rgba(67, 67, 67, 0.15);
        box-shadow: 0 0 51px 0 rgba(67, 67, 67, 0.15);
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        -o-border-radius: 25px;
    }
    
    .reply {
        position: absolute;
        top: 30px;
        right: 30px;
        text-transform: capitalize;
        font-weight: 700;
        font-size: 12px;
        color: #1a1a1a;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    
    .reply i {
        margin-right: 5px;
    }
    
    .com-img {
        width: 80px;
        height: 80px;
        display: table-cell;
        vertical-align: top;
    }
    
    .com-img img {
        border-radius: 200px;
    }
    
    .comm-content {
        display: table-cell;
        vertical-align: top;
        padding-left: 20px;
    }
    
    .comm-content p {
        margin-top: 15px;
    }
    
    .comm-content span {
        color: #2956ab;
        font-size: 13px;
        display: inline-block;
        margin-left: 20px;
        font-weight: 600;
    }
    
    .sub-comm {
        margin-left: 80px;
    }
    
    .form-control {
        padding: 1rem .75rem;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
    }
    /**** 16. Pagination Section ****/
    
    .cr-pagination-right,
    .cr-pagination-center,
    .cr-pagination-left {
        margin-top: 60px;
    }
    
    .cr-pagination-right {
        text-align: right;
    }
    
    .cr-pagination-center {
        text-align: center;
    }
    
    .cr-pagination-left {
        text-align: left;
    }
    
    .cr-pagination-center li,
    .cr-pagination-left li,
    .cr-pagination-right li {
        display: inline-block;
        margin-right: 5px;
        transition: ease all 300ms;
        -webkit-transition: ease all 300ms;
        -moz-transition: ease all 300ms;
        -ms-transition: ease all 300ms;
        -o-transition: ease all 300ms;
    }
    
    .cr-pagination-center li a,
    .cr-pagination-left li a,
    .cr-pagination-right li a {
        width: 42px;
        font-size: 16px;
        height: 42px;
        background: 0 0;
        display: block;
        line-height: 40px;
        text-align: center;
        border: 1px solid #f5f5f5;
        transition: ease all 300ms;
        -webkit-transition: ease all 300ms;
        -moz-transition: ease all 300ms;
        -ms-transition: ease all 300ms;
        -o-transition: ease all 300ms;
    }
    
    .cr-pagination-center li:hover a,
    .cr-pagination-left li:hover a,
    .cr-pagination-right li:hover a {
        border: 1px solid #2956ab;
        color: #2956ab;
    }
    
    .cr-pagination-center .active a,
    .cr-pagination-left .active a,
    .cr-pagination-right .active a {
        border: 1px solid #2956ab;
        color: #2956ab;
    }
    /**** 17. 404 Error Section ****/
    
    .error-404 {
        text-align: center;
    }
    
    .error-404 h1 {
        font-size: 204px;
        line-height: 0.9em;
        color: #2956ab;
        font-weight: 900;
    }
    /**** 18. Newsletter Widget ****/
    
    .newsletter-widget {
        position: relative;
    }
    
    .newsletter-widget .text {
        position: relative;
        color: #888888;
        font-size: 16px;
        line-height: 1.7em;
        margin-bottom: 20px;
    }
    /**** 19. Results Section ****/
    
    .result-section {
        position: relative;
        direction:ltr;
    }
    
    .result-section:before {
        background: rgba(0, 0, 0, 0.6);
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    .result-section .sec-o-title h2 span {
        color: #ffffff;
    }
    
    .result-details {
        color: #ffffff;
        position: relative;
        padding: 40px 35px;
        background: #284c90;
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
        -ms-transition: all ease-in-out .5s;
        -o-transition: all ease-in-out .5s;
        min-height: 447px;
    }
    .result-details{
    direction: ltr;
    }
   body.rtl .result-details{
    direction: rtl;
    }
    .result-details:hover {
        padding: 60px 35px 100px;
        background: #d4d4d4;
        color: #323232;
    }
    
    .result-details a {
        position: absolute;
        background: #d4d4d4;
        width: 100%;
        height: 65px;
        visibility: hidden;
        opacity: 0;
        left: 0;
        bottom: 0;
        padding-top: 20px;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: 700;
        color: #ffffff;
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
        -ms-transition: all ease-in-out .5s;
        -o-transition: all ease-in-out .5s;
    }
    
    .result-details a:hover {
        color: #d4d4d4;
    }
    
    .result-details:hover a {
        opacity: 1;
        background: #284c90;
        visibility: visible;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
    
    .result-atto-name {
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        line-height: 1.5;
        font-weight: bold;
        margin-bottom: 10px;
    }
    
    .result-details:hover .result-atto-name {
        color: #284c90;
    }
    
    .result-price {
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        line-height: 1.7;
        font-weight: 900;
        margin-bottom: 10px;
    }
    /**** 20. Practice Areas Section ****/
    
    .practice-areas-section {
        position: relative;
    }
    
    .practice-areas-details {
        position: relative;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        font-weight: 700;
        overflow: hidden;
        padding: 20px;
        background: #e1e1e1;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
        -ms-transition: all ease-in-out .5s;
        -o-transition: all ease-in-out .5s;
    }
    
    .practice-areas-details:before {
        background: #284c90;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        visibility: hidden;
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
        -ms-transition: all ease-in-out .5s;
        -o-transition: all ease-in-out .5s;
        z-index: -1;
    }
    
    .practice-areas-details:hover:before {
        visibility: visible;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }
    
    .practice-areas-details:hover {
        background: none;
    }
    
    .practice-areas-details [class^="flaticon-"] {
        margin-right: 10px;
        color: #284c90;
    }
    
    .practice-areas-details:hover [class^="flaticon-"] {
        color: #ffffff;
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
        -ms-transition: all ease-in-out .5s;
        -o-transition: all ease-in-out .5s;
    }
    
    .practice-areas-details:hover a {
        color: #ffffff;
    }
    
    .practice-areas-details a:hover {
        color: #e1e1e1;
    }
    /**** 21. Our Attorneys Section ****/
    
    .our-attorneys-sections {
        position: relative;
    }
    
    .our-attorneys-sections:before {
        position: absolute;
        background: #f7f7f7;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    .our-attorneys-sections-nobg {
        position: relative;
    }
    
    .attorney-box {
        position: relative;
    }
    
    .attorney-box .attorney-img img {
        width: 100%;
    }
    
    .attorney-social-details {
        position: absolute;
        bottom: 0;
        width: 100%;
        background: #284c90;
        padding-bottom: 0;
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
        -ms-transition: all ease-in-out .5s;
        -o-transition: all ease-in-out .5s;
    }
    
    .attorney-box:hover .attorney-social-details {
        background: #e1e1e1;
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
        -ms-transition: all ease-in-out .5s;
        -o-transition: all ease-in-out .5s;
        transform: translateY(0);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        padding-bottom: 20px;
    }
    
   .attorney-social-details h6 a {
	color: #ffffff;
	text-transform: capitalize;
	display: block;
	text-align: center;
}
    
    .attorney-box:hover .attorney-social-details h6 a {
        color: #284c90;
    }
    
    .attorney-box:hover .attorney-social-details h6 a:hover {
        color: #323232;
    }
    
    .attorney-social-details p {
        margin-bottom: 0;
        color: #ffffff;
    }
    
    .attorney-box:hover .attorney-social-details p {
        color: #323232;
    }
    
    .attorney-social-details .list-inline {
        visibility: hidden;
        transform: translateY(10%);
        -webkit-transform: translateY(10%);
        -moz-transform: translateY(10%);
        -ms-transform: translateY(10%);
        -o-transform: translateY(10%);
    }
    
    .attorney-box:hover .attorney-social-details .list-inline {
        visibility: visible;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
        -ms-transition: all ease-in-out .5s;
        -o-transition: all ease-in-out .5s;
    }
    
    .attorney-box:hover .attorney-social-details .list-inline [class^="fa"] {
        color: #284c90;
    }
    
    .attorney-box:hover .attorney-social-details .list-inline a:hover [class^="fa"] {
        color: #323232;
    }
    /**** 22. Practice Section ****/
    
    .practice-section {
        position: relative;
    }
    
    .practice-section:before {
        position: absolute;
        background: #f7f7f7;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    .practice-section-nobg {
        position: relative;
    }
    
    .practice-cont-holder {
        position: relative;
        height: 450px;
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
        -ms-transition: all ease-in-out .5s;
        -o-transition: all ease-in-out .5s;
    }
    
    .practice-cont-holder .img-practice img {
        width: 100%;
    }
    
    .practice-box-detail {
        position: absolute;
        background: #284c90;
        bottom: 0;
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
        -ms-transition: all ease-in-out .5s;
        -o-transition: all ease-in-out .5s;
    }
    
    .practice-box-detail h5 {
        padding: 35px 0;
    }
    
    .practice-cont-holder:hover .practice-box-detail {
        position: absolute;
        background: #e1e1e1;
        bottom: 0;
        padding-bottom: 50px !important;
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
        -ms-transition: all ease-in-out .5s;
        -o-transition: all ease-in-out .5s;
    }
    
    .practice-cont-holder .practice-box-detail a.read-more {
        width: 100%;
        position: absolute;
        visibility: hidden;
        color: #ffffff;
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
        -ms-transition: all ease-in-out .5s;
        -o-transition: all ease-in-out .5s;
        left: 0;
        right: 0;
    }
    
    .practice-cont-holder:hover .practice-box-detail a.read-more {
        visibility: visible;
        color: #284c90;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
        -ms-transition: all ease-in-out .5s;
        -o-transition: all ease-in-out .5s;
    }
    
    .practice-cont-holder:hover .practice-box-detail a.read-more:hover {
        color: #6e6e6e;
    }
    
    .practice-box-detail .space-date,
    .practice-box-detail .font-weight-bold a,
    .practice-box-detail p {
        color: #ffffff;
    }
    
    .practice-cont-holder:hover .practice-box-detail .font-weight-bold a {
        color: #284c90;
    }
    
    .practice-cont-holder:hover .practice-box-detail .font-weight-bold a:hover {
        color: #6e6e6e;
    }
    
    .practice-cont-holder:hover .practice-box-detail .space-date,
    .practice-cont-holder:hover .practice-box-detail p {
        color: #323232;
    }
    /**** 23. Practice Single Section ****/
    
    .practice-single-section {
        position: relative;
    }
    
    .practice-single-section .practice-single-meta-img {
        position: relative;
    }
    
    .practice-single-section .practice-single-meta-img .practice-single-title {
        position: absolute;
        bottom: 0;
        left: 0;
        background: #284c90;
        padding: 0 25px
    }
    
    .practice-single-section .practice-single-meta-img .practice-single-title h2 {
        color: #ffffff;
        font-weight: 900;
    }
    
    .practice-single-section .practice-single-content p {
        margin-bottom: 25px;
    }
    
    .practice-single-section .practice-single-content h3 {
        font-size: 24px;
        margin: 30px 0 16px;
        color: #1a1a1a;
        font-weight: 900;
    }
    
    .practice-single-section .date-meta {
        padding: 10px 0 13px;
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 25px;
        position: relative;
    }
    
    .practice-single-section .date-meta a {
        color: #858585;
        font-size: 12px;
        padding-right: 20px;
        margin-right: 15px;
        text-transform: capitalize;
        border-right: 1px solid #858585;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        display: inline-block;
    }
    
    .practice-single-section .date-meta a:last-child {
        border-right: 0;
    }
    
    .practice-single-section .practice-single-details blockquote {
        padding: 30px;
        -webkit-box-shadow: 0 0 51px 0 rgba(67, 67, 67, 0.15);
        box-shadow: 0 0 51px 0 rgba(67, 67, 67, 0.15);
        border-left: 4px solid #284c90;
        margin-bottom: 30px;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        -o-border-radius: 25px;
    }
    
    .practice-single-section .practice-single-details blockquote p {
        font-size: 18px;
        position: relative;
        color: #1a1a1a;
        line-height: 30px;
        font-weight: 600;
    }
    
    .practice-single-section .det-list li {
        position: relative;
        margin-bottom: 18px;
        padding-left: 15px;
    }
    
    .practice-single-section .det-list li::before {
        position: absolute;
        content: "";
        width: 7px;
        height: 7px;
        left: 0;
        top: 10px;
        background-color: #284c90;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }
    
    .practice-single-section .blog-tags {
        padding: 18px 0;
        border-bottom: 1px solid #d7d7d7;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .practice-single-section .blog-det-social {
        margin: 4px 4px 4px 0;
        display: inline-block;
        padding: 10px 8px;
        text-transform: capitalize;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    
    .practice-single-section .blog-tags .title {
        text-transform: capitalize;
        color: #1a1a1a;
        margin-right: 10px;
        font-size: 18px;
        font-weight: 600;
    }
    
    .practice-single-section .author-section {
        margin: 60px 0;
    }
    
    .practice-single-section .practice-single-details .sec-title {
        position: relative;
        font-size: 18px;
        padding-left: 0;
        padding-right: 16px;
        font-weight: 600;
        display: inline-block;
        text-transform: capitalize;
    }
    
    .practice-single-section .author-post {
        position: relative;
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 30px;
        background-color: #fff;
        -webkit-box-shadow: 0 0 51px 0 rgba(67, 67, 67, 0.15);
        box-shadow: 0 0 51px 0 rgba(67, 67, 67, 0.15);
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        -o-border-radius: 25px;
    }
    
    .practice-single-section .aut-img {
        display: table-cell;
        vertical-align: top;
        width: 96px;
    }
    
    .practice-single-section .aut-img img {
        border-radius: 200px;
        border: 3px solid #284c90;
    }
    
    .practice-single-section .aut-content {
        display: table-cell;
        vertical-align: top;
        padding-left: 20px;
    }
    
    .practice-single-section .aut-content p {
        margin-top: 15px;
    }
    
    .practice-single-section .aut-social {
        position: absolute;
        right: 30px;
        top: 30px;
    }
    
    .practice-single-section .aut-social a {
        font-size: 16px;
        padding: 0 5px;
        display: inline-block;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    /**** 24. Single Page Next Previous Button ****/
    
    .blog-nav .blog-prev,
    .blog-nav .blog-next {
        padding: 10px 14px 6px;
        margin-left: 5px;
        background: #284c90;
        border: 1px solid #284c90;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        transition: ease all 300ms;
        -webkit-transition: ease all 300ms;
        -moz-transition: ease all 300ms;
        -ms-transition: ease all 300ms;
        -o-transition: ease all 300ms;
    }
    
    .blog-nav .blog-prev:hover,
    .blog-nav .blog-next:hover {
        background: none;
    }
    
    .blog-nav .blog-prev i:before,
    .blog-nav .blog-next i:before {
        font-size: 22px;
        color: #ffffff;
        transition: ease all 300ms;
        -webkit-transition: ease all 300ms;
        -moz-transition: ease all 300ms;
        -ms-transition: ease all 300ms;
        -o-transition: ease all 300ms;
    }
    
    .blog-nav .blog-prev:hover i:before,
    .blog-nav .blog-next:hover i:before {
        color: #284c90;
    }
    /**** 25. Tag ****/
    
    .tag {
        background-color: #f9f9f9;
        color: #1a1a1a;
        margin: 4px 4px 4px 0;
        display: inline-block;
        padding: 10px 18px;
        text-transform: capitalize;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    
    .tag:hover {
        background-color: #284c90;
        color: #ffffff;
    }
    /**** 26. Sidebar Section ****/
    
    .widget {
        margin-bottom: 65px;
        font-size: 15px;
    }
    
    .widget:last-child {
        margin-bottom: 0;
    }
    
    .widget h3 {
        line-height: 0.8;
        margin-bottom: 1.5em;
        position: relative;
        font-weight: 900;
        font-size: 26px;
        color: #284c90;
    }
    
    .widget h3:before {
        content: "";
        width: 5px;
        height: 3px;
        position: absolute;
        bottom: -25px;
        left: 0;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        background: #284c90;
    }
    
    .widget h3:after {
        content: "";
        width: 100px;
        height: 3px;
        position: absolute;
        bottom: -25px;
        left: 10px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        transition: all .5s ease-out;
        -webkit-transition: all .5s ease-out;
        -moz-transition: all .5s ease-out;
        -ms-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        background: #284c90;
    }
    
    .widget:hover h3:after {
        width: 150px;
    }
    
   /* .widget ul li,
    .widget-categories ul li,
    .widget-meta a,
    .widget-recent-post ul li {
        position: relative;
        padding: 15px 0;
        border-bottom: #ededed 1px solid;
    }*/
    
    .widget-meta a {
        display: block;
    }
    
   /* .widget ul li::before {
        content: "\f101";
        display: block;
        position: absolute;
        bottom: 20px;
        color: #284c90;
        font: normal normal normal 14px/1 FontAwesome;
    }*/
    
    .widget ul li a,
    .widget_categories ul li a {
        margin-left: 20px;
        -webkit-transition: all .5s ease-out;
        -moz-transition: all .5s ease-out;
        -ms-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        transition: all .5s ease-out;
    }
    
   /* .widget ul li a:hover,
    .widget_categories ul li a:hover {
        padding-left: 15px;
    }*/
    
    .widget #wp-calendar {
        width: 100%;
    }
    
    .widget #wp-calendar a {
        font-weight: 600;
    }
    
    .widget-recent-post ul li {
        display: inline-block;
        width: 100%;
    }
    
    .widget-recent-post ul li::before {
        content: none;
    }
    
    .widget-recent-post ul li a {
        margin-left: 0;
    }
    
    .widget-recent-post .blog-rp-image {
        float: left;
        margin-right: 12px;
    }
    
    .widget-recent-post .blog-rp-info {
        float: left;
    }
    
    .widget-recent-post .blog-rp-image img {
        height: 80px;
    }
    
    .widget-recent-post .blog-rp-info p {
        margin-bottom: 3px;
        font-size: 12px;
        line-height: 18px;
    }
    
    .widget-recent-post .blog-rp-info p a {
        font-size: 13px;
        font-weight: 600;
    }
    
    .side-form {
        position: relative;
    }
    
    .side-form input[type="text"] {
        border-radius: 0;
        height: 60px;
        margin-bottom: 0;
        padding-left: 20px;
        width: 100%;
        background: #cccccc;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
    }
    
    .side-form button {
        position: absolute;
        bottom: 20px;
        right: 25px;
        background: none;
        border: 0;
        padding: 0;
        cursor: pointer;
        color: #284c90;
    }
    /**** 27. blog Single Section ****/
    
    .blog-single-section {
        position: relative;
    }
    
    .blog-single-section .blog-single-meta-img {
        position: relative;
    }
    
    .blog-single-section .blog-single-meta-img .blog-single-title {
        position: absolute;
        bottom: 0;
        left: 0;
        background: #284c90;
        padding: 0 25px
    }
    
    .blog-single-section .blog-single-meta-img .blog-single-title h2 {
        color: #ffffff;
        font-weight: 900;
    }
    
    .blog-single-section .blog-single-content p {
        margin-bottom: 25px;
    }
    
    .blog-single-section .blog-single-content h3 {
        font-size: 24px;
        margin: 30px 0 16px;
        color: #1a1a1a;
        font-weight: 900;
    }
    
    .blog-single-section .date-meta {
        padding: 10px 0 13px;
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 25px;
        position: relative;
    }
    
    .blog-single-section .date-meta a {
        color: #858585;
        font-size: 12px;
        padding-right: 20px;
        margin-right: 15px;
        text-transform: capitalize;
        border-right: 1px solid #858585;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        display: inline-block;
    }
    
    .blog-single-section .date-meta a:last-child {
        border-right: 0;
    }
    
    .blog-single-section .blog-single-details blockquote {
        padding: 30px;
        -webkit-box-shadow: 0 0 51px 0 rgba(67, 67, 67, 0.15);
        box-shadow: 0 0 51px 0 rgba(67, 67, 67, 0.15);
        border-left: 4px solid #284c90;
        margin-bottom: 30px;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        -o-border-radius: 25px;
    }
    
    .blog-single-section .blog-single-details blockquote p {
        font-size: 18px;
        position: relative;
        color: #1a1a1a;
        line-height: 30px;
        font-weight: 600;
    }
    
    .blog-single-section .det-list li {
        position: relative;
        margin-bottom: 18px;
        padding-left: 15px;
    }
    
    .blog-single-section .det-list li::before {
        position: absolute;
        content: "";
        width: 7px;
        height: 7px;
        left: 0;
        top: 10px;
        background-color: #284c90;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }
    
    .blog-single-section .blog-tags {
        padding: 18px 0;
        border-bottom: 1px solid #d7d7d7;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .blog-single-section .blog-det-social {
        margin: 4px 4px 4px 0;
        display: inline-block;
        padding: 10px 8px;
        text-transform: capitalize;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    
    .blog-single-section .blog-tags .title {
        text-transform: capitalize;
        color: #1a1a1a;
        margin-right: 10px;
        font-size: 18px;
        font-weight: 600;
    }
    
    .blog-single-section .author-section {
        margin: 60px 0;
    }
    
    .blog-single-section .blog-single-details .sec-title {
        position: relative;
        font-size: 18px;
        padding-left: 0;
        padding-right: 16px;
        font-weight: 600;
        display: inline-block;
        text-transform: capitalize;
    }
    
    .blog-single-section .author-post {
        position: relative;
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 30px;
        background-color: #fff;
        -webkit-box-shadow: 0 0 51px 0 rgba(67, 67, 67, 0.15);
        box-shadow: 0 0 51px 0 rgba(67, 67, 67, 0.15);
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        -o-border-radius: 25px;
    }
    
    .blog-single-section .aut-img {
        display: table-cell;
        vertical-align: top;
        width: 96px;
    }
    
    .blog-single-section .aut-img img {
        border-radius: 200px;
        border: 3px solid #284c90;
    }
    
    .blog-single-section .aut-content {
        display: table-cell;
        vertical-align: top;
        padding-left: 20px;
    }
    
    .blog-single-section .aut-content p {
        margin-top: 15px;
    }
    
    .blog-single-section .aut-social {
        position: absolute;
        right: 30px;
        top: 30px;
    }
    
    .blog-single-section .aut-social a {
        font-size: 16px;
        padding: 0 5px;
        display: inline-block;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    /**** 28. Attorney Single Section ****/
    
    .attorney-single-continfo {
        position: relative;
        padding: 20px;
        background: #d9d9d9;
    }
    
    ..attorney-single-phone {
        position: relative;
    }
    
    .attorney-single-continfo .attorney-single-phone i,
    .attorney-single-continfo .attorney-single-email i,
    .attorney-single-continfo .attorney-single-address i {
        float: left;
        width: 30px;
        height: 30px;
        padding-top: 8px;
        text-align: center;
        background: #284c90;
        vertical-align: middle;
        color: #ffffff;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }
    
    .attorney-single-continfo .attorney-single-phone .atto-cont-det,
    .attorney-single-continfo .attorney-single-email .atto-cont-det,
    .attorney-single-continfo .attorney-single-address .atto-cont-det {
        display: grid;
        margin-left: 40px;
        margin-top: 15px;
    }
    
    .attorney-single-continfo .attorney-single-phone .atto-cont-det p,
    .attorney-single-continfo .attorney-single-email .atto-cont-det p,
    .attorney-single-continfo .attorney-single-address .atto-cont-det p {
        line-height: 1em;
    }
    
    .attorney-single-continfo .attorney-single-phone .atto-cont-det p span,
    .attorney-single-continfo .attorney-single-email .atto-cont-det p span,
    .attorney-single-continfo .attorney-single-address .atto-cont-det p span {
        font-weight: 700;
    }
    
    .attorney-single-contform {
        position: relative;
        padding: 20px;
        background: #d9d9d9;
    }
    
    .attorney-single-social {
        position: relative;
        padding: 20px;
        background: #d9d9d9;
    }
    
    .attorney-single-social .attorney-single-sociallink .title {
        font-weight: 700;
    }
    
    .attorney-single-social .attorney-single-sociallink a {
        padding-left: 10px;
    }
    
    .attorney-single-section .edu-list .education-title h4,
    .attorney-single-section .hon-awa-list .hon-awa-title h4 {
        font-weight: 600;
    }
    
    .attorney-single-section .edu-list .pass-years {
        color: #284c90;
        font-weight: 500;
    }
    
    .attorney-single-section .prac-areas-list ul li {
        position: relative;
        padding: 15px 0;
        border-bottom: #ededed 1px solid;
    }
    
    .attorney-single-section .prac-areas-list ul li a {
        margin-left: 20px;
        -webkit-transition: all .5s ease-out;
        -moz-transition: all .5s ease-out;
        -ms-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        transition: all .5s ease-out;
    }
    
    .attorney-single-section .prac-areas-list ul li a:hover {
        padding-left: 15px;
    }
    
    .attorney-single-section .prac-areas-list ul li::before {
        content: "\f101";
        display: block;
        position: absolute;
        bottom: 20px;
        color: #284c90;
        font: normal normal normal 14px/1 FontAwesome;
    }
    
    .attorney-single-section .hon-awa-list .hon-awa-details .hon-awa-title {
        margin-top: -8px;
    }
    
    .attorney-single-section .hon-awa-list .hon-awa-details i {
        float: left;
        font-size: 26px;
        width: 50px;
        height: 50px;
        background: #284c90;
        color: #ffffff;
        text-align: center;
        padding-top: 14px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }
    
    .attorney-single-section .hon-awa-list .hon-awa-details .hon-awa-det {
        display: grid;
        margin-left: 70px;
    }
    /**** 29. Contact Section ****/
    
    .contact-section {
        position: relative;
    }
    
    .contact-section .contact-number i,
    .contact-section .contact-email i,
    .contact-section .contact-support i {
        width: 50px;
        height: 50px;
        background: #284c90;
        color: #ffffff;
        text-align: center;
        padding-top: 12px;
        font-size: 22px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }
    
    .contact-section .contact-number span,
    .contact-section .contact-email span,
    .contact-section .contact-support span {
        font-weight: 600;
        font-size: 20px;
        margin-left: 10px;
    }
    
    .contact-section .con-contact-form .form-group {
        position: relative;
    }
    
    .contact-section .con-contact-form .form-group input,
    .contact-section .con-contact-form .form-group textarea {
        padding-left: 50px;
    }
    
    .contact-section .con-contact-form .form-group textarea {
        height: 170px;
    }
    
   .contact-section .con-contact-form .form-group i {
	position: absolute;
	top: 12px;
	left: 15px;
	z-index: 99;
	font-size: 20px;
	color: #ccc;
	font-weight: 100;
}
    
    .contact-section .cont-contact-infos>ul {
        float: left;
        list-style: outside none none;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    
    .contact-section .cont-contact-infos>ul>li {
        float: left;
        padding-right: 20px;
        width: 50%;
    }
    
    .contact-section .cont-contact-infos>ul li span {
        float: left;
        font-size: 16px;
        margin-bottom: 10px;
        width: 100%;
        font-weight: 700;
    }
    
    .contact-section .cont-contact-infos>ul>li>span>i {
        margin-right: 9px;
        color: #284c90;
    }
    
    .contact-section .cont-contact-details iframe {
        width: 100%;
        border: 0;
    }
    
    .contact-section .cont-contact-details .contact-social {
        position: relative;
        padding: 20px;
        background: #d9d9d9;
    }
    
    .contact-section .cont-contact-details .contact-social .contact-sociallink a {
        padding-left: 10px;
    }
    /**** 30. Main Footer ****/
    
    .footer {
        position: relative;
        padding: 82px 0px 0px;
        background-color: #1a1a1a;
    }
    
    .footer .footer-widget {
        position: relative;
        margin-bottom: 40px;
    }
    
    .footer .widgets-section {
        position: relative;
        padding-bottom: 40px;
    }
    
    .footer .footer-widget h2 {
        position: relative;
        font-size: 18px;
        font-weight: 500;
        color: #ffffff;
        line-height: 1.2em;
        margin-bottom: 35px;
        margin-top: 15px;
        padding-bottom: 18px;
        text-transform: capitalize;
        text-align: left;
    }
    
    .footer .footer-widget h2:after {
        position: absolute;
        content: '';
        left: 0px;
        bottom: 0px;
        height: 1px;
        width: 50px;
        background-color: #2956ab;
    }
    
    .footer .logo-widget {
        position: relative;
    }
    
    .footer .logo-widget .social-icon {
        margin-top: 20px;
    }
    
    .footer .logo-widget .logo {
        position: relative;
        margin-bottom: 25px;
    }
    
    .footer .logo-widget .logo img {
        width: 70%;
    }
    
    .footer .logo-widget .text {
        position: relative;
        color: #888888;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.7em;
        margin-bottom: 14px;
    }
    
    .footer-link {
        position: relative;
    }
    
    .footer-link li {
        position: relative;
        margin-bottom: 8px;
    }
    
    .footer-link li a {
        position: relative;
        color: #888888;
        font-size: 16px;
        font-weight: 400;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    
    .footer-link li a:before {
        position: absolute;
        content: "\f101";
        left: 0px;
        top: 0px;
        opacity: 0;
        color: #2956ab;
        font-family: 'FontAwesome';
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    
    .footer-link li a:hover::before {
        opacity: 1;
    }
    
    .footer-link li a:hover {
        color: #cccccc;
        padding-left: 15px;
    }
    
    .posts-widget .post {
        position: relative;
        padding-bottom: 16px;
        margin-bottom: 18px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    }
    
    .posts-widget .post:last-child {
        border: none;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    
    .posts-widget .post .text {
        position: relative;
        color: #cccccc;
        font-size: 16px;
        line-height: 1.4em;
        margin-bottom: 5px;
    }
    
    .posts-widget .post .text a {
        position: relative;
        color: #cccccc;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
        font-family: 'Poppins', sans-serif;
    }
    
    .posts-widget .post .text a:hover {
        color: #2956ab;
    }
    
    .posts-widget .post .post-date {
        position: relative;
    }
    
    .posts-widget .post .post-date li {
        position: relative;
        color: #555555;
        font-size: 12px;
        padding-right: 10px;
        margin-right: 10px;
        font-weight: 700;
        line-height: 1.2em;
        display: inline-block;
        text-transform: uppercase;
        border-right: 1px solid #555555;
        font-family: 'Poppins', sans-serif;
    }
    
    .posts-widget .post .post-date li:last-child {
        margin-right: 0px;
        padding-right: 0px;
        border: none;
    }
    
    .footer .con-contact-form .row {
    margin-right: -5px;
    margin-left: -5px;
    }   
    .footer .con-contact-form .row .col-sm-6 {
        padding-right: 5px;
        padding-left: 5px;
    }
    .footer .newsletter-widget .form-group {
        position: relative;
        margin-bottom: 16px;
        display: block;
        vertical-align: top;
        width: 100%;
    }
    
    .footer .newsletter-widget .form-group input[type="text"],
    .footer .newsletter-widget .form-group input[type="email"] {
        position: relative;
        display: block;
        width: 100%;
        line-height: 26px;
        padding: 10px 20px;
        height: 48px;
        font-size: 16px;
        color: #ffffff;
        border-radius: 30px;
        border: 1px solid rgba(255, 255, 255, 0.15);
        background-color: rgba(255, 255, 255, 0.10);
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
    }
    
    .footer .newsletter-widget .form-group button {
        width: 100%;
    }
    
    .footer .footer-bottom {
        position: relative;
        padding: 35px 0px;
        border-top: 1px solid rgba(255, 255, 255, 0.10);
    }
    
    .footer .footer-bottom .copyright {
        position: relative;
        color: #555555;
        font-size: 14px;
    }
    
    .footer .footer-bottom .footer-nav {
        position: relative;
        text-align: right;
    }
    
     .footer .footer-bottom .footer-nav li {
    position: relative;
    padding-right: 10px;
    margin-right: 0px;
    line-height: 1.1em;
    display: inline-block;
    border-right: 2px solid #555555;
}
    
    .footer .footer-bottom .footer-nav li:last-child {
        border-right: none;
        margin-right: 0px;
        padding-right: 0px;
    }
    
    .footer .footer-bottom .footer-nav li a,
    .copyright a {
        position: relative;
        color: #555555;
        font-size: 14px;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
        margin-left: 7px;
    }
    
    .footer .footer-bottom .footer-nav li a:hover,
    .copyright a:hover {
        color: #ffffff;
    }




.main-nav {
    width: 100%;
    text-align: right;
    max-width: 1050px;
    display: inline-block;
    vertical-align: middle;
}





#nav { display: inline-block; }
#nav ul { margin: 0; }
#nav ul li {display: inline-block;    position: relative;    padding: 0 8px;}
#nav ul li a {display: block; padding: 32px 0px; text-transform: capitalize;  font-size: 16px; font-family: 'Poppins', sans-serif; color: #444444 !important; font-weight: 600;}
.sticky-header #nav ul li a {display: block; padding: 22px 0px; }
#nav ul li a:hover {color: #2956ab !important; text-decoration: none; }
#nav ul li.current-menu-item a {color: #2956ab !important;}

#nav ul li ul {position: absolute;    left: 0px;    top: 73px;    margin-top: 15px;    width: 230px;    z-index: 11111111;    display: none;    /*-webkit-transition: all 500ms ease; */   padding: 0px 0px;    background-color: #ffffff;    border-top: 3px solid #2956ab;    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);}
.sticky-header #nav ul li ul {    position: absolute;    left: 0px;    top: 54px;    margin-top: 15px;    width: 230px;    z-index: 11111111;    display: none;    -webkit-transition: all 500ms ease;    padding: 0px 0px;    background-color: #ffffff;    border-top: 3px solid #2956ab;    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);}
#nav ul li:hover > ul { display:block;}
#nav ul li ul li {position: relative;  text-align: left;  width: 100%;    margin: 0px; padding: 0;   border-bottom: 1px solid #e5e5e5;    display: block;}
#nav ul li ul li a {position: relative;    display: block;    padding: 10px 18px !important;    line-height: 24px;    font-weight: 500;    font-size: 15px;    text-transform: capitalize;    color: #555555;    transition: all 500ms ease;    -moz-transition: all 500ms ease;    -webkit-transition: all 500ms ease;    -ms-transition: all 500ms ease;    -o-transition: all 500ms ease;}
#nav ul li ul li:hover > a {
    color: #ffffff !important;
    background: #2956ab;
}
body.rtl #nav ul li a {
    display: block;
    padding: 32px 0px;
    text-transform: capitalize;
    font-size: 21px;
    font-family: 'lateef';
    color: #444444 !important;
    font-weight: 600;
}

.header-block.isStuck.fadeInDown.wow.animated {
    position: fixed;
    top: 0px;
    background-color: #fff;
    width: 100%;
}


.newsletter-form .tnp-subscription .tnp-field {
	/* -ms-flex: 0 0 50%; */
	/* flex: 0 0 50%; */
	max-width: 47%;
	display: inline-block;
	width: 100%;
	margin-right: 23px;
}
.tnp-subscription {
    font-size: 13px;
    display: block;
    margin: 15px auto;
    max-width: 870px !important;
    width: 100%;
    clear: both;
}
.tnp-subscription input[type="text"], .tnp-subscription input[type="email"] {
    position: relative;
    display: block !important;
    width: 100% !important;
    line-height: 26px !important;
    padding: 10px 20px !important;
    height: 48px !important;
    font-size: 16px !important;
    color: #ffffff !important;
    border-radius: 30px !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    background-color: rgba(255, 255, 255, 0.10) !important;
    -webkit-transition: all 300ms ease !important;
    -ms-transition: all 300ms ease !important;
    -o-transition: all 300ms ease !important;
    -moz-transition: all 300ms ease !important;
    transition: all 300ms ease !important;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    -ms-border-radius: 30px !important;
    -o-border-radius: 30px !important;
}

.tnp-field .tnp-submit {
    position: relative;
    padding: 11px 55px 11px !important;
    line-height: 24px  !important;
    background: #2956ab !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border: 2px solid #2956ab !important;
    text-transform: capitalize !important;
    width: 100% !important;
    font-family: 'Poppins', sans-serif;
    border-radius: 10px 8px 8px 35px !important;
    -webkit-border-radius: 10px 8px 8px 35px !important;
    -moz-border-radius: 10px 8px 8px 35px !important;
    -ms-border-radius: 10px 8px 8px 35px !important;
    -o-border-radius: 10px 8px 8px 35px !important;
}
.tnp-field .tnp-submit:hover {
    background: none !important;
    color: #2956ab !important;
}

.wpcf7-form-control {
	padding: 1rem .75rem;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}
.wpcf7-form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.wpcf7-submit {
	position: relative;
	padding: 15px 60px 15px;
	line-height: 24px;
	background: #2956ab;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	border: 2px solid #2956ab;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	border-radius: 10px 8px 8px 35px;
	-webkit-border-radius: 10px 8px 8px 35px;
	-moz-border-radius: 10px 8px 8px 35px;
	-ms-border-radius: 10px 8px 8px 35px;
	-o-border-radius: 10px 8px 8px 35px;
	max-width: 310px;
}
.trp-language-switcher > div > a:hover {
	background: transparent !important;
}
.trp-language-switcher a {
	margin: 0 !important;
}
.quest_box p {
	margin-bottom: 15px;
	line-height: 23px;
}
.quest_box h5 {
	margin: 5px 0;
	font-size: 19px;
}
.quest_box {
	padding-top: 20px;
}
.quest_box ul li {
	/* padding-left: 20px; */
	list-style-type: disc;
}
.quest_box ul {
	padding-left: 20px;
}



.banner_text {
    width: 47%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
.video_banner {
    width: 52%;
    display: inline-block;
    vertical-align: top;
}
.banner_text {
	width: 46%;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin-left: 15px;
	float: right;
}
.banner_text h2 {
    color: #fff;
   
}
.banner_text p { color: #fff; }

.banner_text .btn {
	background-color: #2956ab;
	margin: 5px;
	color: #fff;
	border-radius: 50px;
}

.sidebar {
	margin-top: 90px;
}
.testimonial .owl-dots {
	display: none;
}
.rpwe-summary {
	width: 71%;
	float: left;
}
.rpwe-title {
	width: 71%;
	float: left;
	text-align: left !important;
}
.rpwe-li .rpwe-img {
	margin: 0 5px 0 0 !important;
}
.rpwe-title a {
	margin: 0 !important;
}
.rpwe-title::before, .rpwe-title::after {
	display: none;
}

.widgettitle::before, .sec-o-title::before {
	content: "";
	width: 5px;
	height: 3px;
	position: absolute;
	bottom: 10px;
	left: 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	background: #284c90;
}
.widgettitle::after, .sec-o-title::after {
	content: "";
	width: 100px;
	height: 3px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	background: #284c90;
}
.widgettitle:hover::after, .sec-o-title:hover::after {
	width: 150px;
}


.widgettitle {
	position: relative;
	color: #2956ab;
	font-size: 32px;
	padding-bottom: 23px;
	font-weight: 900;
	line-height: 1em;
	margin-bottom: 8px;
	text-transform: capitalize;
}
.sec-o-title .transform-uppercase {
	text-transform: uppercase;
	text-align: left;
}
.sec-o-title {
	position: relative;
	padding-bottom: 20px;
}
.rpwe-img:hover {
	margin-left: 10px;
}
.rpwe-img {
	display: block !important;
	width: 23%;
	float: left;
	margin-right: 5px !important;
}
.rpwe-alignleft {
	display: inline;
	float: none !important;
}
.rpwe-alignleft {
	display: inline;
	float: none !important;
	margin: 0 !important;
}
.rpwe-li:hover .rpwe-img {
	margin-left: 10px !important;
}


.banner_block {
	padding: 50px 0;
	background-image: url(../images/banner_bg.jpg);
}

.tnp-subscription .tnp-field {
	width: 100%;
	max-width: none;
}
.tnp-subscription .tnp-field input {
	border: 1px solid #555 !important;
	color: #555 !important;
}
.tnp-subscription .tnp-field .tnp-submit { color: #fff !important; }
.tnp-subscription .tnp-field .tnp-submit:hover {
	background: none !important;
	color: #2956ab !important;
}
.tnp-field.tnp-field-firstname, .tnp-field.tnp-field-profile {
	/*display: none;*/
}

body.rtl.business-client-box.mt-0.p-4 {
	padding: 0 !important;
    direction: rtl;
	text-align: left;
}
.o-title-column {
	margin-bottom: 20px;
}
.about-section li {
	margin: 5px 0;
	list-style: disc;
}
.about-section ul {
	padding-left: 15px;
}
#center_sub td p {
	/*text-align: left;*/
}
.testi_box {
	padding: 10px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	box-shadow: 1px 3px 4px 1px #cccccc4d;
	border-bottom-left-radius: 50px;
	padding-left: 20px;
}


.bo-border::before, .bo-border::after {
    display:none !important;
}
.home-testi .owl-dots {
	position: relative;
	margin-top: 20px;
}
#WFIcenter .wf-inputpos .wf-input {
	padding: 10px !important;
}
#WFItem63806 .wf-labelpos {
	float: left !important;
	width: 27% !important;
	text-align: left !important;
}
#WFIcenter .wf-contbox .wf-button {
	background-color: #2956ab !important;
	color: #fff !important;
	max-width: 200px !important;
	width: 100% !important;
	padding: 8px !important;
	border: none !important;
}
#WFIcenter .wf-text {
	color: #111 !important;
	margin-left: 8px;
}
#WFItem63806 .wf-body li {
	padding: 5px 15px !important;
	clear: both !important;
}
a.menu-icon {
	display: none;
	height: auto;
	padding: 7px 0 7px 0;
	width: 40px;
	background: #ee2d50;
}

a.menu-icon span {
	display: block;
	margin: 4px 10px;
	background: #fff;
	height: 3px;
}
.images-box {
	width: 100%;

}
#table15 td {
    vertical-align: baseline;
}
.table .form-control {
	border-radius: 0;
	padding: 1px;
}
.table td, .table th {
	padding: .75rem;
	vertical-align: top;
	border-top: none;
}


.profile_box .o-title-column {
	margin: 0;
	/* float: none; */
	/* display: inline-block !important; */
	/* vertical-align: middle; */
	/* display: block; */
}

.profile_box {
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 7px;
	margin: 20px 0;
}
.profile_box p {
	text-align: justify;
}
.con-contact-form .form-group .wpcf7-form-control {
    position: relative;
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 10px 20px;
    height: 48px;
    font-size: 16px;
    color: #ffffff;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background-color: rgba(255, 255, 255, 0.10);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.row.clearfix.our-staff {
    display: block;
    flex-wrap: unset;
    text-align: center;
}

.our-staff .col-lg-3.mb-5 {
    float: none;
    flex: none;
    display: inline-block;
}



body.rtl .sec-o-title .transform-uppercase {
    text-align: right;
    direction: rtl !important;
    font-family: 'lateef';
}

body.rtl .widgettitle::after, body.rtl .sec-o-title::after {right: 10px; direction: rtl !important; left: auto;}
body.rtl .widgettitle::before, body.rtl .sec-o-title::before {right: 0; direction: rtl !important; left: auto;}


body.rtl .about-section ul {padding-right: 15px;    text-align: right; direction: rtl !important; font-size: 18px;}
body.rtl h1, body.rtl h2, body.rtl h3{text-align: center;}
body.rtl h4, body.rtl h5, body.rtl h6 {text-align: right; direction: rtl !important;}
body.rtl .quest_box p {text-align: right; direction: rtl !important;}
body.rtl input, body.rtl textarea {text-align: right !important; direction: rtl !important;}
body.rtl .o-title-text {    text-align: right; direction: rtl !important;}
body.rtl #nav ul li a {   text-align: right; direction: rtl !important; font-family: 'lateef';}

body.rtl .about-section li {direction: rtl !important; font-size: 18px; text-align: right;}
body.rtl .about-section .o-title-column {direction: rtl !important; text-align: right; font-size: 18px}

body.rtl #nav ul {direction: rtl !important;}

body.rtl .header-top {direction: rtl !important;}
body.rtl {direction: rtl !important; text-align: right; font-family: 'Lateef !important';}
body.rtl p { line-height: 26px; font-size: 18px; }
.testimonial {
	direction: ltr;
}
body.rtl .contact-number.mb-5 {
	direction: ltr;
}
body.rtl .contact-number .fa.fa-phone {
	float: right;
	margin-left: 10px;
}
body.rtl .contact-number span {
	margin-top: 12px;
	display: block;
	float: right;
}
body.rtl .business-client-box.mt-0.p-4 {
    
    text-align: right;
}
#WFItem63806 div, #WFItem63806 dl, #WFItem63806 dt, #WFItem63806 dd, #WFItem63806 ul, #WFItem63806 ol, #WFItem63806 li, #WFItem63806 h1, #WFItem63806 h2 {
    
    direction: ltr !important;
}
#WFItem63806 .wf-button {
   
    direction: ltr !important;
}
.rtl .business-client-box p {
    direction: rtl;
}

body.rtl .footer .footer-widget h2::after {
    position: absolute;
    content: '';
    left: auto;
    bottom: 0px;
    height: 1px;
    width: 50px;
    background-color: #2956ab;
    right: 0;
}
body.rtl .footer .footer-widget h2 {
    
    text-align: right;
	font-size: 20px;}
.phone-num2 {display: none;
    
}

body.rtl .phone-num {display: none;}
body.rtl .phone-num2 {display: block;}
.list-style-one li a{
    
    color: #cccccc !important;
}
body.rtl  .list-style-one li:nth-child(3) span {
    font-size: 12px;
}

.header-info-list ul li.phone2 {display: none !important; }
body.rtl .header-info-list ul li.phone2 {display: inline-block !important; }
body.rtl .header-info-list ul li.phone {display: none !important; }

body.rtl .newsletter-form .wpcf7-form-control.wpcf7-submit {
    margin-left: 50px;
}
.contact-section .con-contact-form .form-group .wpcf7-form-control {
    border-radius: 30px;
    border: 1px solid #555;
    color: #555;
}

body.rtl .contact-section .con-contact-form .form-group input,
body.rtl .contact-section .con-contact-form .form-group textarea 
{
    padding-right:  50px;
}

body.rtl .contact-section .con-contact-form .form-group i {
   
    right:  15px;
   
}


@media (max-width: 768px) 
{
    .header-info-list ul li.phone2 {display: none !important;}
    .header-info-list ul li.phone {display: none !important;}

    body.rtl .header-info-list ul li.phone2 {display: none !important;}
    body.rtl .header-info-list ul li.phone {display: none !important;}

}
@media (max-width: 480px) 
{
    .social-icon li {margin-right: 5px !important;}
}
.rtl .list-style-one li {
	color: #cccccc;
	font-size: 18px;
	font-weight: 500;
}
.rtl .newsletter-widget .text {
	position: relative;
	color: #888888;
	font-size: 18px;
	line-height: 1.7em;}
	
	.cours_box {
	padding: 120px 0 0;
}
.cours_bord {
	padding: 20px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
	
.cours_bord h6 {
	text-align: left;
	margin-bottom: 15px;
	font-weight: bold;
}
.cours_bord p {
	margin-bottom: 10px;
	line-height: normal;
}
.training_box li {
	list-style: disc;
}
.team li {
	list-style: disc;
}
#nav ul li.red a {
	color: #da251c !important;
}
.rtl #nav ul li.red a {
	color: #da251c !important;
}
.trp-language-switcher > div {
	padding: 3px 30px 3px 5px !important;
}
.blog-single-meta-img img {
	width: 100%;
}
.tnp-subscription .comment-respond input {
	border: 1px solid #ccc !important;
	color: #000 !important;
}
#comment {
	width: 100%;
	border: 1px solid #ccc;
	padding: 10px;
}


.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    border: none;
}
.contact-section .wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
  margin-bottom: 16px;
}

.trp-language-switcher > div {
    padding: 3px 30px 3px 5px !important;
    background-image: linear-gradient(45deg, transparent 50%, #2956ab 50%), linear-gradient(135deg, #2956ab 50%, transparent 50%) !important;
    background-size: 10px 7px, 6px 10px !important;
}
.blog .banner-title.aa {
	display: none;
}
.cours_bord p span {
    text-align: left !important;
    direction: ltr !important;
    display: inline-block;
}