/*-----------------------------------------------------------------------------------

    Template Name: I-finger Education
    Template URI: 
    Description: This is html5 template
    Author: Saikat Ahmed
    Author URI: http://saikatahmed.com/
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================
  
    Theme default CSS
    1. Lawyer Home
        menu
        slider
        service
        about-us
        expert-area
        responsibility-area
        our-team
        skill-area
        why-choose
        our-cases
        free-case
        blog-area
        brand
        footer
    2. Lawyer Home Two
        slider-2-area
    3. Lawyer Home Three
    4. About
    5. Contact
    6. Blog Page
    7. Blog Left Sidebar
    8. Blog Details
    9. Team
    10. FAQ
    
-----------------------------------------------------------------------------------*/


/*----------------------------------------*/


/*  Theme default CSS
/*----------------------------------------*/


/*google-font*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');



/*local-font*/

@font-face {
    font-family: 'Pump Demi Bold LET';
    src: url('../fonts/PumpDemiBoldLetPlain.woff2') format('woff2'),
    url('../fonts/PumpDemiBoldLetPlain.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

.clear {
    clear: both
}

::-moz-selection {
    background: #00b0ff;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #00b0ff;
    color: #fff;
    text-shadow: none;
}

.no-mar {
    margin: 0!important;
}

.no-pad {
    padding: 0!important;
}

div#preloader {
    background: #000 url("../img/loader.gif") no-repeat scroll center center;
    height: 100%;
    left: 0;
    overflow: visible;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}



/*home-1-header-sticky*/

.main-menu-area.navbar-fixed-top {
    animation-duration: 0.8s;
    animation-name: fadeInDown;
    animation-timing-function: ease-in-out;
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.75);
    left: 0;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}



/*home-2-header-sticky*/

header.home2-header .h2-main-menu-area.navbar-fixed-top {
    animation-duration: 0.8s;
    animation-name: fadeInDown;
    animation-timing-function: ease-in-out;
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.75);
    left: 0;
    padding: 5px 0 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}



/*home-3-header-sticky*/

.h3-menu.navbar-fixed-top {
    animation-duration: 0.8s;
    animation-name: fadeInDown;
    animation-timing-function: ease-in-out;
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.75);
    left: 0;
    margin: auto;
    padding: 0 20px;
    position: fixed;
    right: 0;
    top: 0;
    width: 1140px;
    z-index: 999;
}

.mar-bot-50 {
    margin-bottom: 50px;
}

.mar-bot-40 {
    margin-bottom: 40px;
}

.mar-bot-35 {
    margin-bottom: 35px;
}

.mar-bot-30 {
    margin-bottom: 30px;
}

.mar-top-30 {
    margin-top: 30px;
}

.mar-top-80 {
    margin-top: 80px;
}

.mar-top-80 {
    margin-top: 80px;
}

.mar-top-55 {
    margin-top: 55px;
}

.mar-top-108 {
    margin-top: 108px;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: 0;
}

html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
}

body {
    background: #fff;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 1.5px;
    color: #888;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

button,
input,
textarea {
    letter-spacing: 1px;
}



/* 
Table Of Contents
=========================
- Default Typography
- Custom Typography
=========================
*/


/* 
--------------------------
- Default Typography
--------------------------
*/

body {
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #000;
    letter-spacing: 1.5px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
    font-family: 'Roboto', sans-serif;
}

h1 {
    font-size: 36px;
    line-height: 70px;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

h2 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 0px;
}

h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0px;
}

h4 {
    font-size: 20px;
    line-height: 27px;
}

h5 {
    font-size: 16px;
    line-height: 24px;
}

h6 {
    font-size: 14px;
    line-height: 24px;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 28px;
    margin: 0;
}

p img {
    margin: 0;
}

span {
    font-family: 'Roboto', sans-serif;
}



/* em and strong */

em {
    font: 15px/30px;
}

strong,
b {
    font: 15px/30px;
}

small {
    font-size: 11px;
    line-height: inherit;
}



/*  blockquotes */

blockquote {
    border-left: 0 none;
    font-family: 'Roboto', sans-serif;
    margin: 10px 0;
    padding-left: 40px;
    position: relative;
}

blockquote::before {
    color: #4e5665;
    content: "";
    font-family: FontAwesome;
    font-size: 36px;
    left: 20px;
    line-height: 0;
    margin: 0;
    opacity: 0.5;
    position: absolute;
    top: 20px;
}

blockquote p {
    font-style: italic;
    padding: 0;
    font-size: 18px;
    line-height: 36px;
}

blockquote cite {
    display: block;
    font-size: 12px;
    font-style: normal;
    line-height: 18px;
}

blockquote cite:before {
    content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
    color: #8B9798;
    border: none
}



/* abbreviations */

abbr {
    color: #444;
    font-weight: 700;
    font-variant: small-caps;
    text-transform: lowercase;
    letter-spacing: .6px;
}

abbr:hover {
    cursor: help;
}



/* links */

a,
a:visited {
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #111;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    outline: 0;
}

a:hover,
a:active {
    color: #4ac153;
    text-decoration: none;
    outline: 0;
}

a:focus {
    text-decoration: none;
    outline: 0;
}

p a,
p a:visited {
    line-height: inherit;
    outline: 0;
}

a.active-page {
    color: #e6ae48!important;
}



/* list */

ul,
ol {
    margin-bottom: 0px;
    margin-top: 0px;
}

ul {
    margin: 0;
}

ol {
    list-style: decimal;
}

ol,
ul.square,
ul.circle,
ul.disc {
    margin-left: 0px;
}

ul.square {
    list-style: square outside;
}

ul.circle {
    list-style: circle outside;
}

ul.disc {
    list-style: disc outside;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin: 0;
}

ul ul li,
ul ol li,
ol ol li,
ol ul li {
    margin-bottom: 0px;
}

li {
    line-height: 18px;
    margin-bottom: 0px;
}

ul.large li {}

li p {}



/* definition list */

dl {
    margin: 12px 0;
}

dt {
    margin: 0;
    color: #11ABB0;
}

dd {
    margin: 0 0 0 20px;
}

button {}



/* 
--------------------------
- Custom Typography
--------------------------
*/


/* Your Custom Typography. */

.bg-with-black {
    position: relative;
}

.bg-with-black::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-with-white {
    position: relative;
}

.bg-with-white::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-with-blue {
    position: relative;
}

.bg-with-blue::before {
    background: #00bff3 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.hvr-bs:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}




/*----------------------------------------*/


/*  1. Lawyer Home
/*----------------------------------------*/


/*section-title-start*/

.section-title {
    margin: 0 0 45px;
    position: relative;
    text-align: center;
    z-index: 5;
}

.section-title h2 {
    color: #333333;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 42px;
    margin: 0 0 25px;
    padding: 14px 0;
    position: relative;
    text-transform: uppercase;
    z-index: 9;
}

.section-title h2::before {
    background-image: url("../img/home-1/section-title-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 74px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 114px;
    z-index: -1;
}

.section-title h2 span {
    color: #4ac153;
}

.section-title p {
    color: #999999;
    font-size: 18px;
    line-height: 24px;
}



/*section-title-end*/


/*linear-overlay-start*/

.linear-overlay {
    position: relative;
}

.linear-overlay::before {
    background-image: -moz-linear-gradient(left top, #515863 0%, #456592 100%);
    background-image: -ms-linear-gradient(left top, #515863 0%, #456592 100%);
    background-image: -o-linear-gradient(left top, #515863 0%, #456592 100%);
    background-image: -webkit-linear-gradient(left top, #515863 0%, #456592 100%);
    background-image: linear-gradient(left top, #515863 0%, #456592 100%);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.linear-overlay-2 {
    position: relative;
}

.linear-overlay-2::before {
    background-image: -moz-linear-gradient(left top, #74824c 0%, #367c90 100%);
    background-image: -ms-linear-gradient(left top, #74824c 0%, #367c90 100%);
    background-image: -o-linear-gradient(left top, #74824c 0%, #367c90 100%);
    background-image: -webkit-linear-gradient(left top, #74824c 0%, #367c90 100%);
    background-image: linear-gradient(left top, #74824c 0%, #367c90 100%);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.89;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.linear-overlay-3 {
    position: relative;
}

.linear-overlay-3::before {
    background-image: -moz-linear-gradient(left top, #367c90 0%, #74824c 100%);
    background-image: -ms-linear-gradient(left top, #367c90 0%, #74824c 100%);
    background-image: -o-linear-gradient(left top, #367c90 0%, #74824c 100%);
    background-image: -webkit-linear-gradient(left top, #367c90 0%, #74824c 100%);
    background-image: linear-gradient(left top, #367c90 0%, #74824c 100%);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.89;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}



/*linear-overlay-end*/


/*black-overlay-start*/

.black-overlay {
    position: relative;
}

.black-overlay::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
}


/*black-overlay-end*/

.hvr-bs {}

.hvr-bs:hover {
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.5) inset, 0 0 20px rgba(255, 255, 255, 0.2);
    outline: 1px solid rgba(255, 255, 255, 0);
    outline-offset: 15px;
}



/*header*/

header {}

.header-top-area {
    padding: 7px 0;
}

.top-mail {
    padding: 7px 0;
}

.top-mail p {
    color: #333333;
    line-height: 18px;
}

.top-mail p span {
    color: #4ac153;
    margin-right: 6px;
}

.top-social {
    text-align: center;
}

.top-social ul {
    list-style: outside none none;
    padding: 0;
}

.top-social ul li {
    display: inline-block;
    margin-right: 3px;
}

.top-social ul li a {
    background: #e8ecf0 none repeat scroll 0 0;
    border-radius: 100px;
    color: #333;
    display: block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}

.top-social ul li a:hover {
    background: #4ac153 none repeat scroll 0 0;
    color: #fff;
}

.top-register-login {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 2px 0;
    text-align: right;
}

.top-register-login>div {
    flex: 1 1 auto;
}

.top-register-login .register {
    padding-right: 4px;
    position: relative;
}

.top-register-login .register {}

.top-register-login .register::after {
    background: #333333 none repeat scroll 0 0;
    content: "";
    height: 20px;
    position: absolute;
    right: -8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
}

.top-register-login .register span {
    color: #333333;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    margin-right: 1px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.top-register-login .register:hover span {
    color: #43b14b;
}

.top-register-login .register a {
    color: #333333;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
}

.top-register-login .register a:hover {
    color: #43b14b;
}

.top-register-login .login {}

.top-register-login .login a {
    color: #333333;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
}

.top-register-login .login a:hover {
    color: #43b14b;
}

.header-middle-area {
    background: #2b5287 none repeat scroll 0 0;
    padding: 20px 0;
}

.top-logo {}

.top-logo a {
    display: inline-block;
}

.top-logo a img {}

.top-opening {
    padding: 18px 0;
}

.top-opening p {
    color: #fff;
    line-height: 18px;
}

.top-opening p span {
    color: #4ac153;
    margin-right: 4px;
}

.top-phone {
    padding: 18px 0;
}

.top-phone p {
    color: #fff;
    line-height: 18px;
}

.top-phone p span {
    color: #4ac153;
    margin-right: 4px;
}

.search-cart {
    padding: 8px 0;
    text-align: right;
}

.search-cart>div {
    display: inline-block;
    margin-left: 4px;
}

.search-cart .search {}

.search-cart .search span {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 36px;
}

.search-modal {}

.search-modal .modal-dialog {
    height: 100%;
    margin: auto;
    max-width: 100%;
    position: relative;
    width: 100%;
    z-index: 9999999;
}

.search-modal .modal-content {
    background-clip: padding-box;
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    height: 100vh;
    outline: 0 none;
    position: relative;
}

.search-modal .modal-title {
    color: #fff;
    font-size: 40px;
    letter-spacing: 0;
    line-height: 46px;
    margin: 100px 0 0;
    text-align: center;
    text-transform: uppercase;
}

.search-modal .modal-content form {
    margin: 100px 0;
    text-align: center;
}

.search-modal .modal-content input[type="text"] {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #fff;
    font-size: 16px;
    height: 60px;
    letter-spacing: 0;
    margin: auto;
    text-align: center;
    width: 400px;
}

.search-modal .modal-close {
    text-align: center;
}

.search-modal .modal-close button {
    background: #0099ff none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    padding: 10px 40px;
    text-transform: uppercase;
}

.modal-backdrop {
    display: none;
}

.search-cart .cart {}

.search-cart .cart .c-icon {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    position: relative;
    text-align: center;
    width: 36px;
}

.search-cart .cart .c-icon .number {
    background: #4ac153 none repeat scroll 0 0;
    border-radius: 100px;
    display: inline-block;
    font-size: 8px;
    height: 18px;
    line-height: 18px;
    position: absolute;
    right: 2px;
    top: -2px;
    width: 18px;
}

.main-menu-area {}


/*menu*/

.menu {}

.menu ul {
    list-style: outside none none;
    padding: 0;
    z-index: 99;
}

.menu ul li {
    display: inline-block;
    margin-left: -5px;
    position: relative;
}

.menu ul li:first-child {
    margin-left: 0;
}

.menu ul li>a {
    color: #333333;
    display: block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 20px;
    padding: 14px 16px;
    text-transform: uppercase;
}

.menu ul li:hover>a,
.menu ul li.active>a {
    background: #4ac153 none repeat scroll 0 0;
    color: #fff;
}

.menu ul li>a.disable {
    cursor: pointer;
    pointer-events: none;
}

.menu ul li .drop {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    display: block;
    left: 0;
    opacity: 0;
    padding: 8px 0;
    position: absolute;
    top: 100%;
    transform: scale(0);
    transform-origin: 0 0 0;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 220px;
}

.menu ul li:hover .drop {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    visibility: visible;
}

.menu ul li .drop li {
    display: block;
    margin: 0;
    position: relative;
}

.menu ul li .drop li>a {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
}

.menu ul li .drop li .third {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    display: block;
    left: 100%;
    opacity: 0;
    padding: 8px 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 220px;
}

.menu ul li .drop li:hover .third {
    opacity: 1;
    visibility: visible;
}

.menu ul li .drop li .third li {}

.menu ul li .drop li .third li>a {
    color: #fff;
}

.menu ul li .mega-menu {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: auto;
    opacity: 0;
    padding: 8px;
    position: absolute;
    right: -600%;
    top: 100%;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: 0 0 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: hidden;
}

.menu ul li:hover .mega-menu {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
}

.menu ul li .mega-menu li {
    width: 200px;
}

.menu ul li .mega-menu li>a {
    cursor: default;
    color: #fff;
    pointer-events: none;
    text-decoration: underline;
}

.menu ul li .mega-menu li ul {}

.menu ul li .mega-menu li ul li {}

.menu ul li .mega-menu li ul li a {
    color: #fff;
    cursor: pointer;
    font-weight: 400;
    padding: 12px 16px;
    pointer-events: unset;
    text-decoration: none;
}

.get-quote {
    padding: 6px 0;
    text-align: right;
}

.get-quote .link {
    background: #4ac153 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 18px;
    padding: 9px 19px;
    text-transform: uppercase;
}


/*slider*/

.slider-area {
    background: rgba(0, 0, 0, 0) url("../img/home-1/slider-bg.jpg") no-repeat scroll left top / cover;
    padding: 133px 0 288px;
}

.slider-box {
    text-align: center;
}

.slider-box .intro {
    color: #fff;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 34px;
    margin: 0 0 13px;
    text-transform: capitalize;
}

.slider-box .title {
    color: #fff;
    font-size: 70px;
    letter-spacing: 0;
    line-height: 74px;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.slider-box .text {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    margin: 0 0 23px;
}

.slider-box .more {
    background: #4ac153 none repeat scroll 0 0;
    border-radius: 25px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 5px 26px;
    text-transform: capitalize;
}

.home1-slider .owl-nav>div {
    border: 2px solid #fff;
    border-radius: 100px;
    color: #fff;
    font-size: 30px;
    height: 68px;
    line-height: 62px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 68px;
}

.home1-slider .owl-nav>div:hover {
    border: 2px solid #4ac153;
    color: #4ac153;
}

.home1-slider .owl-nav .owl-prev {
    left: -60%;
}

.home1-slider .owl-nav .owl-next {
    right: -60%;
}



/*service*/

.service-area {
    margin-bottom: -150px;
    padding: 0 0 25px;
    position: relative;
    top: -150px;
}

.all-service {
    background: rgba(0, 0, 0, 0) url("../img/home-1/service-bg.jpg") no-repeat scroll left top / cover;
    padding: 40px 30px 10px;
    position: relative;
}

.all-service::before {
    background: #2b5287 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
}

.single-service {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    margin: 0 0 30px;
    padding: 50px 28px;
    position: relative;
    text-align: center;
}

.single-service::before {
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.05;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.single-service .icon {
    height: 46px;
    position: relative;
}

.single-service .icon img {}

.single-service .name {
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0 0 14px;
    padding: 0 0 6px;
    position: relative;
    text-transform: uppercase;
}

.single-service .name::after {
    background: #ffffff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 68px;
}

.single-service .text {
    color: #ffffff;
    line-height: 24px;
    margin: 0 0 18px;
    position: relative;
}

.single-service .more {
    border: 2px solid #ffffff;
    border-radius: 25px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 24px;
    padding: 2px 14px;
    position: relative;
    text-transform: capitalize;
}

.single-service .more:hover {
    background: #ffffff none repeat scroll 0 0;
    color: #333333;
}

.color-cerulean.single-service {}

.color-cerulean.single-service .name::after {
    background: #00AEEF none repeat scroll 0 0;
}

.single-service.color-cerulean .more {}

.single-service.color-cerulean .more:hover {
    background: #00aeef none repeat scroll 0 0;
    border-color: #00aeef;
    color: #fff;
}

.color-chateau-green.single-service {}

.color-chateau-green.single-service .name::after {
    background: #43B14B none repeat scroll 0 0;
}

.single-service.color-chateau-green .more {}

.single-service.color-chateau-green .more:hover {
    background: #43B14B none repeat scroll 0 0;
    border-color: #43B14B;
    color: #fff;
}

.color-rajah.single-service {}

.color-rajah.single-service .name::after {
    background: #F6B364 none repeat scroll 0 0;
}

.single-service.color-rajah .more {}

.single-service.color-rajah .more:hover {
    background: #F6B364 none repeat scroll 0 0;
    border-color: #F6B364;
    color: #fff;
}

.color-carnation.single-service {}

.color-carnation.single-service .name::after {
    background: #EF5861 none repeat scroll 0 0;
}

.single-service.color-carnation .more {}

.single-service.color-carnation .more:hover {
    background: #EF5861 none repeat scroll 0 0;
    border-color: #EF5861;
    color: #fff;
}



/*about-us*/

.about-us-area {
    padding: 50px 0 25px;
}

.about-us-left {}

.about-us-left .img {}

.about-us-right {}

.about-us-right .content {
    border: 1px solid #e8e8e8;
    padding: 26px 30px;
    position: relative;
}

.about-us-right .content::before,
.about-us-right .content::after {
    border-color: transparent #e8e8e8 transparent transparent;
    border-style: solid;
    border-width: 10px;
    content: "";
    left: -21px;
    position: absolute;
    top: 54px;
    z-index: 5;
}

.about-us-right .content::after {
    border-color: transparent #fff transparent transparent;
    border-width: 8px 9px;
    left: -18px;
    top: 56px;
    z-index: 7;
}

.about-us-right .content .title {
    color: #333333;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 34px;
    margin: 0 0 15px;
    text-transform: capitalize;
}

.about-us-right .content .text {
    color: #333333;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}

.about-us-right .author-sign {
    margin: 48px 0 0;
}

.about-us-right .author-sign>div {
    display: inline-block;
}

.about-us-right .author-sign .author {}

.about-us-right .author-sign .author img {}

.about-us-right .author-sign .sign {
    margin-left: 8px;
}

.about-us-right .author-sign .sign img {}



/*expert-area*/

.our-expert-area {
    padding: 50px 0 15px;
}

.single-expert {
    overflow: hidden;
    margin: 0 0 30px;
}

.single-expert .img {
    float: left;
    position: relative;
    width: 50%;
}

.single-expert .img::before {
    background: #2b5287 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 2;
}

.single-expert:hover .img::before {
    opacity: 0.6;
}

.single-expert .img img {}

.single-expert .img .img-content {
    bottom: 31px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    z-index: 5;
}

.single-expert:hover .img .img-content {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

.single-expert .img .img-content .name {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0 0 7px;
    text-transform: uppercase;
}

.single-expert .img .img-content .desg {
    color: #fff;
    font-weight: 500;
    line-height: 18px;
}

.single-expert .content {
    border: 1px solid #f6f6f6;
    float: left;
    min-height: 270px;
    padding: 22px 30px 0;
    position: relative;
    width: 50%;
}

.single-expert .content::before {
    border-color: transparent #fff transparent transparent;
    border-style: solid;
    border-width: 8px 18px;
    content: "";
    left: -36px;
    position: absolute;
    top: 48px;
    z-index: 9;
}

.single-expert .content .name {
    color: #333333;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0 0 19px;
    text-transform: uppercase;
}

.single-expert .content .text {
    color: #333333;
    line-height: 24px;
    margin: 0 0 23px;
}

.single-expert .content .more {
    border: 1px solid #333;
    border-radius: 25px;
    color: #333333;
    float: right;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 18px;
    overflow: hidden;
    padding: 5px 11px;
    text-transform: capitalize;
}

.single-expert .content .more:hover {
    background: #4ac153 none repeat scroll 0 0;
    border-color: #4ac153;
    color: #fff;
}



/*free-service*/

.free-service-area {
    background: rgba(0, 0, 0, 0) url("../img/home-1/free-bg.jpg") repeat scroll 0 0 / cover;
    padding: 107px 0 116px;
}

.free-service {
    text-align: center;
}

.free-service .title {
    color: #fff;
    font-size: 50px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 54px;
    margin: 0 0 21px;
    text-transform: uppercase;
}

.free-service .name {
    color: #fff;
    line-height: 18px;
    margin: 0 0 23px;
}

.free-service .name .bg {
    background: #4ac153 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    margin-right: 10px;
    padding: 7px 18px;
    position: relative;
    text-transform: uppercase;
}

.free-service .text {
    color: #fff;
    line-height: 24px;
    margin: 0 0 23px;
}

.free-service .contact {
    background: #4ac153 none repeat scroll 0 0;
    border-radius: 25px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 20px;
    padding: 10px 26px;
    text-transform: capitalize;
}



/*responsibility-area*/

.responsibility-area {
    padding: 75px 0 10px;
}

.single-responsibility {
    border: 1px solid #f6f6f6;
    margin: 0 50px 30px 0;
    padding: 26px 30px;
    position: relative;
    text-align: right;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-responsibility .icon {
    height: 60px;
    position: absolute;
    right: -50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-responsibility .icon img {}

.single-responsibility .name {
    color: #333333;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0 0 13px;
    padding: 0 0 7px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-transform: uppercase;
}

.single-responsibility .name::after {
    background: #333 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 68px;
}

.single-responsibility .text {
    color: #333333;
    line-height: 24px;
    margin: 0 0 18px;
}

.single-responsibility .more {
    border: 2px solid #333;
    border-radius: 25px;
    color: #333;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    padding: 5px 14px;
}

.single-responsibility .more:hover {
    background: #333 none repeat scroll 0 0;
    color: #fff;
}

.color-green.single-responsibility {}

.color-green.single-responsibility:hover {
    border-color: #4ac153;
}

.color-green.single-responsibility:hover .name {
    color: #4ac153;
}

.color-green.single-responsibility:hover .name::after {
    background: #4ac153 none repeat scroll 0 0;
}

.color-green.single-responsibility .more {
    border-color: #4ac153;
    color: #4ac153;
}

.color-green.single-responsibility .more:hover {
    background: #4ac153 none repeat scroll 0 0;
    color: #fff;
}

.color-pink.single-responsibility {}

.color-pink.single-responsibility:hover {
    border-color: #ea8fca;
}

.color-pink.single-responsibility:hover .name {
    color: #ea8fca;
}

.color-pink.single-responsibility:hover .name::after {
    background: #ea8fca none repeat scroll 0 0;
}

.color-pink.single-responsibility .more {
    border-color: #ea8fca;
    color: #ea8fca;
}

.color-pink.single-responsibility .more:hover {
    background: #ea8fca none repeat scroll 0 0;
    color: #fff;
}

.color-turquoise.single-responsibility {}

.color-turquoise.single-responsibility:hover {
    border-color: #18c1f0;
}

.color-turquoise.single-responsibility:hover .name {
    color: #18c1f0;
}

.color-turquoise.single-responsibility:hover .name::after {
    background: #18c1f0 none repeat scroll 0 0;
}

.color-turquoise.single-responsibility .more {
    border-color: #18c1f0;
    color: #18c1f0;
}

.color-turquoise.single-responsibility .more:hover {
    background: #18c1f0 none repeat scroll 0 0;
    color: #fff;
}

.color-khaki.single-responsibility {}

.color-khaki.single-responsibility:hover {
    border-color: #c0aa83;
}

.color-khaki.single-responsibility:hover .name {
    color: #c0aa83;
}

.color-khaki.single-responsibility:hover .name::after {
    background: #c0aa83 none repeat scroll 0 0;
}

.color-khaki.single-responsibility .more {
    border-color: #c0aa83;
    color: #c0aa83;
}

.color-khaki.single-responsibility .more:hover {
    background: #c0aa83 none repeat scroll 0 0;
    color: #fff;
}

.color-tred.single-responsibility {}

.color-tred.single-responsibility:hover {
    border-color: #ff1744;
}

.color-tred.single-responsibility:hover .name {
    color: #ff1744;
}

.color-tred.single-responsibility:hover .name::after {
    background: #ff1744 none repeat scroll 0 0;
}

.color-tred.single-responsibility .more {
    border-color: #ff1744;
    color: #ff1744;
}

.color-tred.single-responsibility .more:hover {
    background: #ff1744 none repeat scroll 0 0;
    color: #fff;
}

.color-bbell.single-responsibility {}

.color-bbell.single-responsibility:hover {
    border-color: #8f8bc1;
}

.color-bbell.single-responsibility:hover .name {
    color: #8f8bc1;
}

.color-bbell.single-responsibility:hover .name::after {
    background: #8f8bc1 none repeat scroll 0 0;
}

.color-bbell.single-responsibility .more {
    border-color: #8f8bc1;
    color: #8f8bc1;
}

.color-bbell.single-responsibility .more:hover {
    background: #8f8bc1 none repeat scroll 0 0;
    color: #fff;
}


/*our-team*/

.team-area {
    padding: 40px 0 45px;
}

.single-team {
    border: 7px solid #fff;
    box-shadow: 0 0 3px 0 rgb(163, 158, 163);
    position: relative;
    margin: 0 0 30px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-team::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 2;
}

.single-team:hover::before {
    background: #2b5287 none repeat scroll 0 0;
}

.single-team .img {}

.single-team .img img {}

.single-team .social {
    list-style: outside none none;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 35px;
    z-index: 7;
}

.single-team:hover .social {
    opacity: 1;
    visibility: visible;
}

.single-team .social li {
    display: block;
}

.single-team .social li a {
    background: #ccc none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 5px;
    text-align: center;
    width: 35px;
}

.single-team .social li.facebook a {
    background: #4267B2 none repeat scroll 0 0;
}

.single-team .social li.pinterest a {
    background: #bd081c none repeat scroll 0 0;
}

.single-team .social li.twitter a {
    background: #2ba9e4 none repeat scroll 0 0;
}

.single-team .social li a:hover {
    background: #4ac153 none repeat scroll 0 0;
}

.single-team .content {
    background: #2b5287 none repeat scroll 0 0;
    bottom: 20px;
    left: 50%;
    min-width: 190px;
    padding: 10px 21px;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 7;
}

.single-team:hover .content {
    background: #4ac153 none repeat scroll 0 0;
}

.single-team .content .name {
    color: #fff;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 20px;
    margin: 0 0 7px;
    text-transform: uppercase;
}

.single-team .content .desg {
    color: #fff;
    font-weight: 500;
    line-height: 18px;
    text-transform: capitalize;
}



/*skill-area*/

.skill-area {}

.skill-video {
    display: inline-block;
    position: relative;
}

.skill-video::before {
    background: #2b5287 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
}

.skill-video img {}

.skill-video .popup-youtube {
    background: #fff none repeat scroll 0 0;
    border-radius: 100px;
    color: #4ac153;
    font-size: 50px;
    height: 85px;
    left: 50%;
    line-height: 85px;
    padding-left: 10px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 85px;
    z-index: 9;
}

.skill-content {
    padding-left: 15px;
    padding-top: 113px;
}

.skill-content .title {
    color: #333;
    font-size: 50px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 54px;
    margin: 0 0 13px;
    text-transform: uppercase;
}

.skill-content .text {
    color: #333;
    line-height: 24px;
    margin: 0 0 38px;
}

.skill-content .all-progess {}

.skill-content .all-progess .skills-progress {
    margin: 0 0 42px;
}

.skill-content .all-progess .skills-progress .progressbar-title {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin: 0 0 33px;
    text-transform: uppercase;
}

.skill-content .all-progess .skills-progress .progress {
    background: #4a5c62 none repeat scroll 0 0;
    height: 5px;
    margin: auto;
    overflow: visible;
    width: 80%;
}

.skill-content .all-progess .skills-progress .progress .progress-bar {
    position: relative;
}

.skill-content .all-progess .skills-progress .progress .progress-bar span {
    background: #007bff none repeat scroll 0 0;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 17px;
    padding: 0 7px;
    position: absolute;
    right: -16px;
    top: -6px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}


/*colors*/

.skill-content .all-progess .skills-progress.cerulean .progress .progress-bar {
    background: #00AEEF none repeat scroll 0 0;
}

.skill-content .all-progess .skills-progress.cerulean .progress .progress-bar span {
    background: #00AEEF none repeat scroll 0 0;
}

.skill-content .all-progess .skills-progress.chateau-green .progress .progress-bar {
    background: #43b14b none repeat scroll 0 0;
}

.skill-content .all-progess .skills-progress.chateau-green .progress .progress-bar span {
    background: #43b14b none repeat scroll 0 0;
}

.skill-content .all-progess .skills-progress.mandy .progress .progress-bar {
    background: #E86070 none repeat scroll 0 0;
}

.skill-content .all-progess .skills-progress.mandy .progress .progress-bar span {
    background: #E86070 none repeat scroll 0 0;
}

.left-anim {
    animation: animate-positive 2s;
    opacity: 1;
}

@keyframes animate-positive {
    0% {
        width: 0%;
    }
}



/*why-choose*/

.why-choose-area {
    padding: 75px 0 25px;
}

.why-choose {}

.single-why-choose {
    border: 1px solid #f6f6f6;
    margin: 0 50px 30px 0;
    padding: 26px 30px;
    position: relative;
    text-align: right;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-why-choose .icon {
    height: 60px;
    position: absolute;
    right: -50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-why-choose .icon img {}

.single-why-choose .name {
    color: #333333;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0 0 13px;
    padding: 0 0 7px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-transform: uppercase;
}

.single-why-choose .name::after {
    background: #333 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 68px;
}

.single-why-choose .text {
    color: #333333;
    line-height: 24px;
    margin: 0 0 18px;
}

.single-why-choose .more {
    border: 2px solid #333;
    border-radius: 25px;
    color: #333;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    padding: 5px 14px;
}

.single-why-choose .more:hover {
    background: #333 none repeat scroll 0 0;
    color: #fff;
}

.from-left.single-why-choose {
    margin-left: 50px;
    margin-right: 0;
    text-align: left;
}

.from-left.single-why-choose .icon {
    left: -50px;
    right: auto;
}

.from-left.single-why-choose .name::after {
    left: 0;
    right: auto;
}

.color-green.single-why-choose {}

.color-green.single-why-choose .more {
    border-color: #4ac153;
    color: #4ac153;
}

.color-green.single-why-choose .more:hover {
    background: #4ac153 none repeat scroll 0 0;
    color: #fff;
}

.color-turquoise.single-why-choose {}

.color-turquoise.single-why-choose .more {
    border-color: #06b0ef;
    color: #06b0ef;
}

.color-turquoise.single-why-choose .more:hover {
    background: #06b0ef none repeat scroll 0 0;
    color: #fff;
}

.color-bbell.single-why-choose {}

.color-bbell.single-why-choose .more {
    border-color: #8f8bc1;
    color: #8f8bc1;
}

.color-bbell.single-why-choose .more:hover {
    background: #8f8bc1 none repeat scroll 0 0;
    color: #fff;
}

.color-tred.single-why-choose {}

.color-tred.single-why-choose .more {
    border-color: #ff1744;
    color: #ff1744;
}

.color-tred.single-why-choose .more:hover {
    background: #ff1744 none repeat scroll 0 0;
    color: #fff;
}

.color-pink.single-why-choose {}

.color-pink.single-why-choose .more {
    border-color: #ea8fca;
    color: #ea8fca;
}

.color-pink.single-why-choose .more:hover {
    background: #ea8fca none repeat scroll 0 0;
    color: #fff;
}

.color-khaki.single-why-choose {}

.color-khaki.single-why-choose .more {
    border-color: #c0aa83;
    color: #c0aa83;
}

.color-khaki.single-why-choose .more:hover {
    background: #c0aa83 none repeat scroll 0 0;
    color: #fff;
}

.why-choose-banner {}

.why-choose-banner img {}



/*our-cases*/

.our-case-area {
    padding: 20px 0 15px;
}

.case-menu {
    margin: 0 0 50px;
    text-align: center;
}

.case-menu .button {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 18px;
    outline: medium none;
    padding: 5px 14px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.case-menu .button.is-checked {
    border-radius: 25px;
    -webkit-box-shadow: 0 0 3px 0 rgb(163, 158, 163);
    box-shadow: 0 0 3px 0 rgb(163, 158, 163);
    color: #4ac153;
}

.all-case {}

.single-case {
    margin: 0 0 30px;
    position: relative;
}

.single-case::before {
    background: #2b5287 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 1;
}

.single-case:hover::before {
    opacity: 0.5;
}

.single-case a {
    display: block;
    position: relative;
}

.single-case a i {
    background: #fff none repeat scroll 0 0;
    border-radius: 100px;
    color: #4ac153;
    display: inline-block;
    font-size: 14px;
    height: 36px;
    left: 50%;
    line-height: 36px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 36px;
    z-index: 9;
}

.single-case:hover a i {
    opacity: 1;
    visibility: visible;
}

.single-case a img {}

.single-case .link {
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    left: 50%;
    letter-spacing: 0;
    line-height: 22px;
    opacity: 0;
    position: absolute;
    text-transform: uppercase;
    top: 62%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    visibility: hidden;
    z-index: 9;
}

.single-case:hover .link {
    opacity: 1;
    visibility: visible;
}




/*free-case*/

.free-case-area {
    background: rgba(0, 0, 0, 0) url("../img/home-1/free-case-bg.jpg") no-repeat scroll left top / cover;
    padding: 62px 0 0;
}

.free-case-area::before {
    opacity: 0.8;
}

.free-section-title {
    margin: 0 0 50px;
}

.free-section-title .title {
    color: #fff;
    font-size: 50px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 54px;
    margin: 0 0 14px;
    text-transform: uppercase;
}

.free-section-title .text {
    color: #fff;
    font-size: 18px;
}

.free-case-form {
    margin: 50px 0 0;
}

.free-case-input-box {}

.free-case-input-box select,
.free-case-input-box input[type="text"],
.free-case-input-box input[type="tel"],
.free-case-input-box input[type="email"] {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #333333;
    color: #fff;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    height: 44px;
    letter-spacing: 0;
    line-height: 44px;
    margin: 0 0 18px;
    padding: 0 10px;
    width: 100%;
}

.free-case-input-box select {}

.free-case-input-box select option {
    color: #000;
}

.free-case-input-box input[type="text"] {}

.free-case-input-box input[type="tel"] {}

.free-case-input-box input[type="email"] {}

.free-case-input-box textarea {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #333333;
    color: #fff;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    height: 198px;
    letter-spacing: 0;
    line-height: 44px;
    margin: 0 0 18px;
    padding: 0 10px;
    width: 100%;
}

.free-case-input-box input[type="submit"] {
    background: #4ac153 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 18px;
    padding: 10px 17px;
    text-transform: uppercase;
}

.free-case-banner {}

.free-case-banner img {}




/*blog-area*/

.our-blog-area {
    padding: 75px 0 45px;
}


/*single-blog-start*/

.single-blog {
    margin: 0 0 30px;
}

.single-blog .img {}

.single-blog .img a {
    display: block;
    position: relative;
}

.single-blog .img a::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.single-blog:hover .img a::before {
    opacity: 0.4;
}

.single-blog .img a img {}

.single-blog .content {
    border-bottom: 1px solid #f6f6f6;
    border-left: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6;
    padding: 28px;
}

.single-blog .title {
    color: #333333;
    display: block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 24px;
    margin: 0 0 4px;
}

.single-blog .title:hover {
    color: #4ac153;
}

.single-blog .meta {
    list-style: outside none none;
    margin: 0 0 13px;
    padding: 0;
}

.single-blog .meta li {
    display: inline-block;
    margin-right: 14px;
}

.single-blog .meta li a {
    color: #999999;
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
}

.single-blog .meta li a span {
    margin-right: 6px;
}

.single-blog .text {
    color: #333333;
    line-height: 24px;
    margin: 0 0 23px;
}

.single-blog .more {
    border: 2px solid #333333;
    border-radius: 25px;
    color: #333333;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 18px;
    padding: 6px 16px;
    text-transform: capitalize;
}

.single-blog .more:hover {
    background: #4ac153 none repeat scroll 0 0;
    border-color: #4ac153;
    color: #ffffff;
}

.single-blog .more span {
    margin-left: 2px;
    transition: all 0.3s ease 0s;
}

.single-blog .more:hover span {
    margin-left: 6px;
}


/*single-blog-end*/


/*brand*/

.brand-area {
    background: #244a7e none repeat scroll 0 0;
}

.brand-box {
    padding: 47px 10px;
    text-align: center;
}

.brand-box .img {
    height: 50px;
    margin: 0 0 10px;
}

.brand-box .img img {}

.brand-box p {
    color: #fff;
    font-family: "Pump Demi Bold LET";
    font-size: 20px;
    line-height: 24px;
}



/*footer*/

footer {}

.footer {
    background: #2b5287 none repeat scroll 0 0;
    padding: 50px 0 0;
}

.footer.linear-overlay::before {
    opacity: 0.9;
}

.footer-widget {
    margin: 0 0 50px;
}

.footer-widget .widget-title {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0 0 16px;
    padding: 0 0 5px;
    position: relative;
    text-transform: uppercase;
}

.footer-widget .widget-title::after {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 30px;
}

.fw-left {}

.fw-left .footer-logo {
    margin: 0 0 23px;
}

.fw-left .footer-logo img {}

.fw-left .text {
    color: #fff;
    line-height: 24px;
    margin: 0 0 18px;
}

.fw-left .details {
    list-style: outside none none;
    margin: 0 0 28px;
    padding: 0;
}

.fw-left .details li {
    color: #fff;
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    margin: 0 0 8px;
    padding: 11px 0 11px 54px;
    position: relative;
}

.fw-left .details li:last-child {
    margin-bottom: 0;
}

.fw-left .details li span {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border-radius: 100px;
    display: inline-block;
    height: 34px;
    left: 0;
    line-height: 34px;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 34px;
}

.fw-left .footer-social {
    list-style: outside none none;
    padding: 0;
}

.fw-left .footer-social li {
    display: inline-block;
    margin-right: 3px;
}

.fw-left .footer-social li a {
    background: #4b4e4e none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    display: block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}

.fw-left .footer-social li.facebook a {
    background: #3b5998 none repeat scroll 0 0;
}

.fw-left .footer-social li.facebook a:hover {
    color: #3b5998;
}

.fw-left .footer-social li.twitter a {
    background: #02b0e8 none repeat scroll 0 0;
}

.fw-left .footer-social li.twitter a:hover {
    color: #02b0e8;
}

.fw-left .footer-social li.pinterest a {
    background: #b00a1b none repeat scroll 0 0;
}

.fw-left .footer-social li.pinterest a:hover {
    color: #b00a1b;
}

.fw-left .footer-social li.youtube a {
    background: #c22e2a none repeat scroll 0 0;
}

.fw-left .footer-social li.youtube a:hover {
    color: #c22e2a;
}

.fw-left .footer-social li.vimeo a {
    background: #00a098 none repeat scroll 0 0;
}

.fw-left .footer-social li.vimeo a:hover {
    color: #00a098;
}

.fw-left .footer-social li a:hover {
    background: #4ac153 none repeat scroll 0 0;
}

.fw-links {}

.fw-links .list {
    list-style: outside none none;
    padding: 0;
}

.fw-links .list li {
    display: block;
}

.fw-links .list li a {
    color: #fff;
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 40px;
}

.fw-links .list li a:hover {
    color: #4ac153;
    margin-left: 3px;
}

.fw-twitter {}

.fw-twitter .twitter {
    list-style: outside none none;
    padding: 0;
}

.fw-twitter .twitter li {
    display: block;
    margin: 0 0 22px;
}

.fw-twitter .twitter li:last-child {
    margin-bottom: 0;
}

.fw-twitter .twitter li span.icon {
    background: #4ac153 none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 37px;
    line-height: 37px;
    margin-right: 11px;
    text-align: center;
    width: 37px;
}

.fw-twitter .twitter li a.name {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 18px;
    text-decoration: underline;
}

.fw-twitter .twitter li a span {
    color: #4ac153;
    text-decoration: underline;
}

.fw-twitter .twitter li p.text {
    color: #fff;
    line-height: 24px;
    margin: 1px 0 0;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 23px 0;
    text-align: center;
}

.footer-bottom p,
.footer-bottom p a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
}

.footer-bottom p {}

.footer-bottom p a {
    color: #4ac153;
}

#scrollUp {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
    border: 1px solid #4ac153;
    bottom: 20px;
    color: #4ac153;
    height: 40px;
    line-height: 40px;
    right: 20px;
    text-align: center;
    width: 40px;
}

#scrollUp:hover {
    background: #4ac153 none repeat scroll 0 0;
    color: #fff;
}




/*----------------------------------------*/


/*  2. Lawyer Home Two
/*----------------------------------------*/

.h2-section-title {}

.h2-section-title h2 {}

.h2-section-title h2::before {
    background-image: url("../img/home-2/section-title-bg.png");
}

.h2-section-title h2 span {
    color: #f6b364;
}

.h2-section-title p {}

header.home2-header {
    background: #10315d none repeat scroll 0 0;
}

header.home2-header .header-top-area {}

header.home2-header .header-top-area .top-mail p {
    color: #fff;
}

header.home2-header .header-top-area .top-mail p span {
    color: #fff;
}

header.home2-header .header-top-area .top-opening {
    padding: 8px 0;
}

header.home2-header .header-top-area .top-opening p {}

header.home2-header .header-top-area .top-opening p span {
    color: #fff;
}

header.home2-header .header-top-area .top-register-login {}

header.home2-header .header-top-area .top-register-login .register {}

header.home2-header .header-top-area .top-register-login .register::after {
    background: #fff;
}

header.home2-header .header-top-area .top-register-login .register span {
    color: #fff;
}

header.home2-header .header-top-area .top-register-login .register:hover span {
    color: #f6b364;
}

header.home2-header .header-top-area .top-register-login .register a {
    color: #fff;
}

header.home2-header .header-top-area .top-register-login .register a:hover {
    color: #f6b364;
}

header.home2-header .header-top-area .top-register-login .login {}

header.home2-header .header-top-area .top-register-login .login a {
    color: #fff;
}

header.home2-header .header-top-area .top-register-login .login a:hover {
    color: #f6b364;
}

header.home2-header .header-top-area .top-social {
    text-align: right;
}

header.home2-header .header-top-area .top-social ul {}

header.home2-header .header-top-area .top-social ul li {}

header.home2-header .header-top-area .top-social ul li a {
    background: #28466e none repeat scroll 0 0;
    color: #fff;
}

header.home2-header .header-top-area .top-social ul li a:hover {
    background: #f6b364 none repeat scroll 0 0;
}

.home2-quote-search {
    text-align: right;
}

.home2-quote-search>div {
    display: inline-block;
    text-align: left;
}

.home2-quote-search .get-quote .link {
    background: #f6b364 none repeat scroll 0 0;
}

.home2-quote-search .search-cart .cart .c-icon .number {
    background: #f6b364 none repeat scroll 0 0;
}

header.home2-header .h2-main-menu-area {
    background: #1f406d none repeat scroll 0 0;
    padding: 24px 0 15px;
}

header.home2-header .home2-quote-search>div {
    padding: 8px 0;
}

header.home2-header .menu ul li>a {
    color: #fff;
}

header.home2-header .menu ul li:hover>a,
header.home2-header .menu ul li.active>a {
    background: #f6b364 none repeat scroll 0 0;
}

.h2-main-menu-area .menu ul li .mega-menu {
  right: -200%;
}



/*slider-2-area*/

.slider-2-area {
    background: rgba(0, 0, 0, 0) url("../img/home-2/slider-bg.jpg") no-repeat scroll left top / cover;
    padding: 261px 0 212px;
    position: relative;
}

.slider-2-area-banner {
  background-image: url("../img/home-2/slider-banner.png");
  background-repeat: no-repeat;
  bottom: 0;
  height: 100%;
  position: absolute;
  right: 0;
  width: 40%;
}

.slider2-box {
    text-align: left;
    width: 70%;
}

.slider2-box .more {
    background: #f6b364 none repeat scroll 0 0;
}

.home2-slider .owl-nav>div {
    border: 2px solid #fff;
    border-radius: 100px;
    color: #fff;
    font-size: 30px;
    height: 68px;
    line-height: 62px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    width: 68px;
}

.home2-slider .owl-nav>div:hover {
    border: 2px solid #f6b364;
    color: #f6b364;
}

.home2-slider .owl-nav .owl-prev {
    left: -24%;
}

.home2-slider .owl-nav .owl-next {
    right: -24%;
}


/*service*/

.home2-service-area {
    margin: auto;
    padding: 75px 0;
    position: unset;
    top: auto;
}

.home2-service-area .all-service {
    background: #f6b364 none repeat scroll 0 0;
}

.home2-service-area .all-service::before {
    display: none;
}

.home2-service-area .single-service {
    background: #eba655 none repeat scroll 0 0;
}

.home2-service-area .single-service .more:hover {
    color: #f6b364;
}




/*home2-about-us-area*/

.home2-about-us-area {
    padding: 75px 0;
    position: relative;
}

.home2-about-us-area-bg {
    background-image: url("../img/home-2/section-bg.png");
    background-repeat: repeat;
    background-size: 50% auto;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}

.home2-about-us-right {}

.home2-about-us-right .content {
    border: medium none;
    padding: 0;
}

.home2-about-us-right .content::before {
    display: none;
}

.home2-about-us-right .content .title {
    font-size: 50px;
    line-height: 54px;
    text-transform: uppercase;
}

.home2-about-us-right .content .title span {
    color: #f6b364;
    display: inline-block;
}




/*expert*/

.h2-single-expert.single-expert {
    -webkit-box-shadow: 0 0 8px -3px rgb(0, 0, 0);
    box-shadow: 0 0 8px -3px rgb(0, 0, 0);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.h2-single-expert.single-expert .img {
    float: none;
    position: relative;
    width: auto;
}

.h2-single-expert.single-expert .content {
    border: 1px solid #f6f6f6;
    float: none;
    min-height: auto;
    padding: 22px 28px 60px;
    position: relative;
    width: auto;
}

.h2-single-expert.single-expert .content::before {
    border-color: transparent transparent #fff;
    border-width: 15px 8px;
    left: auto;
    right: 50px;
    top: -31px;
}

.h2-single-expert.single-expert .content .more:hover {
    background: #f6b364 none repeat scroll 0 0;
    border-color: #f6b364;
}




/*h2-free-service*/

.h2-free-service-area {}

.h2-free-service-area .free-service .name .bg {
    background: #f6b364 none repeat scroll 0 0;
}

.h2-free-service-area .free-service .contact {
    background: #f6b364 none repeat scroll 0 0;
}



/*responsibility*/

.h2-responsibility-area {}

.h2-single-responsibility {
    border: 0 none;
}

.h2-single-responsibility:hover .name {
    color: #f6b364;
}

.h2-single-responsibility:hover .name::after {
    background: #f6b364;
}

.single-responsibility.from-left {
    margin-left: 50px;
    margin-right: 0;
    text-align: left;
}

.single-responsibility.from-left .name::after {
    left: 0;
    right: auto;
}

.single-responsibility.from-left .icon {
    left: -50px;
    right: auto;
}

.h2-single-responsibility .more:hover {
    background: #f6b364 none repeat scroll 0 0;
    border-color: #f6b364;
}



/*team*/

.h2-team-area {}

.h2-single-team {}

.h2-single-team::before {
    background: #fff none repeat scroll 0 0;
    opacity: 0.2;
}

.h2-single-team:hover::before {
    background: #f6b364 none repeat scroll 0 0;
    opacity: 0.7;
}

.h2-single-team .content {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}

.h2-single-team:hover .content {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}

.h2-single-team .social {
    bottom: 33%;
    left: auto;
    padding: 0;
    right: auto;
    text-align: center;
    top: auto;
    width: 100%;
}

.h2-single-team .social li {
    display: inline-block;
}

.h2-single-team .social li a {
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
}

.h2-single-team .social li.facebook a {
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    color: #4267b2;
}

.h2-single-team .social li.pinterest a {
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    color: #bd081c;
}

.h2-single-team .social li.twitter a {
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    color: #2ba9e4;
}

.h2-single-team .social li a:hover {
    background: #fff none repeat scroll 0 0;
    color: #f6b364;
}



/*free-case*/

.h2-free-case-form {}

.h2-free-case-form .free-case-input-box input[type="submit"] {
    background: #f6b364 none repeat scroll 0 0;
}




/*skill*/

.h2-skill-area {
    padding: 75px 0 30px;
}

.h2-skill-area .skill-content {
    padding-right: 0;
}

.h2-skill-text {}

.h2-skill-text .text {
    color: #999999;
    font-size: 18px;
    line-height: 24px;
}




/*our-case*/

.h2-single-case {
    margin: 0 -15px;
}

.h2-single-case::before {
    background: #f6b364 none repeat scroll 0 0;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

.h2-single-case a i {
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
    border: 5px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    line-height: 27px;
}

.h2-case-menu {}

.h2-case-menu .button.is-checked {
    color: #f6b364;
}



/*brand*/

.h2-brand-area.brand-area {
    background: #fff none repeat scroll 0 0;
    padding: 65px 0 0;
}

.h2-brand-area.brand-area .brand-box p {
    color: #999999;
}



/*video*/

.video-area {
    background: rgba(0, 0, 0, 0) url("../img/home-2/video-bg.jpg") no-repeat scroll left top / cover;
    padding: 163px 0 174px;
    position: relative;
}

.video-area::before {
    background: #f6b364 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}

.video-content {
    text-align: center;
}

.video-content .title {
    color: #fff;
    font-size: 70px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 74px;
    margin: 0 0 38px;
}

.video-content .popup-youtube {
    background: #f8ddbf none repeat scroll 0 0;
    border: 10px solid #f5d0a3;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-size: 60px;
    height: 150px;
    line-height: 130px;
    padding-left: 14px;
    text-align: center;
    width: 150px;
}



/*blog*/

.h2-single-blog .title {}

.h2-single-blog .title:hover {
    color: #f6b364;
}

.h2-single-blog .more:hover {
    background: #f6b364 none repeat scroll 0 0;
    border-color: #f6b364;
    color: #ffffff;
}





/*testimonial*/

.h2-testimonial-area {
    padding: 0 0 65px;
}

.h2-testimonial-box {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px -5px rgb(148, 148, 148);
    box-shadow: 0 0 10px -5px rgb(148, 148, 148);
    margin: 52px 0 10px 53px;
    padding: 30px;
    position: relative;
}

.h2-testimonial-box .img {
    border-radius: 100px;
    -webkit-box-shadow: 0 0 10px -5px rgb(148, 148, 148);
    box-shadow: 0 0 10px -5px rgb(148, 148, 148);
    height: 118px;
    left: -70px;
    position: absolute;
    text-align: center;
    top: -50px;
    width: 118px;
}

.h2-testimonial-box .img img {
    border: 2px solid #fff;
    border-radius: 100px;
    height: 100%;
    width: auto!important;
}

.h2-testimonial-box .name {
    color: #333333;
    display: block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    padding-left: 57px;
    text-decoration: underline;
    text-transform: capitalize;
}

.h2-testimonial-box .text {
    color: #333333;
    line-height: 24px;
}

.h2-testimonial-carousel .owl-dots {
    display: block;
    margin: 9px 0 0;
    text-align: center;
}

.h2-testimonial-carousel .owl-dots .owl-dot {
    background: #333333 none repeat scroll 0 0;
    border-radius: 100px;
    display: inline-block;
    height: 9px;
    margin: 0 2px;
    width: 9px;
}

.h2-testimonial-carousel .owl-dots .owl-dot.active {
    background: #f6b364 none repeat scroll 0 0;
}



/*footer*/

footer.h2-footer {
    background: rgba(0, 0, 0, 0) url("../img/home-2/footer-bg.jpg") repeat scroll 0 0;
    padding: 75px 0 0;
}

footer.h2-footer .fw-links .list li a:hover {
    color: #f6b364;
}

footer.h2-footer .footer-bottom p a {
    color: #f6b364;
}

.h2-map-area #home2_map {
    height: 444px;
    width: 100%;
}




.home-2 #scrollUp {
    border: 1px solid #f6b364;
    color: #f6b364;
}

.home-2 #scrollUp:hover {
    background: #f6b364 none repeat scroll 0 0;
    color: #fff;
}





/*----------------------------------------*/


/*  3. Lawyer Home Three
/*----------------------------------------*/

.h3-section-title {}

.h3-section-title h2 {}

.h3-section-title h2::before {
    background-image: url("../img/home-3/section-title-bg.png");
}

.h3-section-title h2 span {
    color: #ff1844;
}

.h3-section-title p {}


header.home3-header {
    position: relative;
}

.home3-header .header-top-area {
    background: #171717 none repeat scroll 0 0;
    padding: 25px 0 37px;
}

.home3-header .top-mail {
    padding: 18px 0;
}

.home3-header .top-mail p {
    color: #ffffff;
}

.home3-header .top-mail p span {
    color: #ffffff;
}

.home3-header .top-register-login {
    padding: 12px 0;
}

.home3-header .top-register-login .register a {
    color: #ffffff;
}

.home3-header .top-register-login .register a:hover {
    color: #ff1844;
}

.home3-header .top-register-login .register span {
    color: #ffffff;
}

.home3-header .top-register-login .register:hover span {
    color: #ff1844;
}

.home3-header .top-register-login .register::after {
    background: #ffffff none repeat scroll 0 0;
}

.home3-header .top-register-login .login a {
    color: #ffffff;
}

.home3-header .top-register-login .login a:hover {
    color: #ff1844;
}

.home3-header .top-logo {
    text-align: center;
}

.home3-header .search-cart .cart .c-icon .number {
    background: #ff1844 none repeat scroll 0 0;
}

.home3-header .main-menu-area {
    bottom: -26px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 99;
}

.h3-menu-quote {
    background: #ffffff none repeat scroll 0 0;
    padding: 0 60px 0 0;
    z-index: 99;
}

.h3-menu-quote .menu ul li:hover>a,
.h3-menu-quote .menu ul li.active>a {
    background: #ff1844 none repeat scroll 0 0;
    color: #fff;
}

.h3-menu-quote .get-quote .link {
    background: #ff1844 none repeat scroll 0 0;
}


/*slider*/

.h3-slider-area {
    background: rgba(0, 0, 0, 0) url("../img/home-1/slider-bg.jpg") no-repeat scroll left top / cover;
    padding: 200px 0 175px;
}

.h3-slider-box {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    padding: 50px 18px;
}

.h3-slider-box .more {
    background: #ff1844 none repeat scroll 0 0;
}

.home3-slider .owl-nav>div {
    border: 2px solid #fff;
    border-radius: 100px;
    color: #fff;
    font-size: 30px;
    height: 68px;
    line-height: 62px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    width: 68px;
}

.home3-slider .owl-nav>div:hover {
    border: 2px solid #ff1844;
    color: #ff1844;
}

.home3-slider .owl-nav .owl-prev {
    left: -60%;
}

.home3-slider .owl-nav .owl-next {
    right: -60%;
}



/*service*/

.h3-service-area {
    padding: 75px 0 0;
}

.h3-single-service {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ccc;
    margin-top: 25px;
    position: relative;
}

.h3-single-service .icon {
    height: 50px;
    left: 0;
    position: absolute;
    right: 0;
    top: -28px;
}

.h3-single-service .name {
    color: #333333;
}

.h3-single-service .name::after {
    background: #333333 none repeat scroll 0 0;
}

.h3-single-service .text {
    color: #333333;
}

.h3-single-service .more {
    border: 2px solid #333333;
    color: #333333;
}

.h3-single-service .more:hover {
    background: #333333 none repeat scroll 0 0;
    color: #fff;
}

.h3-single-service.color-red {
    border-color: #ff1844;
}

.h3-single-service.color-red .name::after {
    background: #333333 none repeat scroll 0 0;
}

.h3-single-service.color-red .more {
    border-color: #ff1844;
    color: #ff1844;
}

.h3-single-service.color-red .more:hover {
    background: #ff1844 none repeat scroll 0 0;
    color: #fff;
}

.h3-single-service.color-cerulean {
    border-color: #00aeef;
}

.h3-single-service.color-cerulean .name::after {
    background: #333333 none repeat scroll 0 0;
}

.h3-single-service.color-cerulean .more {
    border-color: #00aeef;
    color: #00aeef;
}

.h3-single-service.color-cerulean .more:hover {
    background: #00aeef none repeat scroll 0 0;
    color: #fff;
}

.h3-single-service.color-khaki {
    border-color: #c0aa83;
}

.h3-single-service.color-khaki .name::after {
    background: #333333 none repeat scroll 0 0;
}

.h3-single-service.color-khaki .more {
    border-color: #c0aa83;
    color: #c0aa83;
}

.h3-single-service.color-khaki .more:hover {
    background: #c0aa83 none repeat scroll 0 0;
    color: #fff;
}

.h3-single-service.color-orange {
    border-color: #ff681a;
}

.h3-single-service.color-orange .name::after {
    background: #333333 none repeat scroll 0 0;
}

.h3-single-service.color-orange .more {
    border-color: #ff681a;
    color: #ff681a;
}

.h3-single-service.color-orange .more:hover {
    background: #ff681a none repeat scroll 0 0;
    color: #fff;
}



/*free-case*/

.h3-free-case-area {
    background: #fff;
}

.h3-free-case-form {}

.h3-free-case-form .free-case-input-box {}

.h3-free-case-form .free-case-input-box select,
.h3-free-case-form .free-case-input-box input[type="text"],
.h3-free-case-form .free-case-input-box input[type="email"],
.h3-free-case-form .free-case-input-box input[type="tel"] {
    border-color: #e8e8e8;
    color: #999999;
}

.h3-free-case-form .free-case-input-box select {}

.h3-free-case-form .free-case-input-box input[type="text"] {}

.h3-free-case-form .free-case-input-box input[type="email"] {}

.h3-free-case-form .free-case-input-box input[type="tel"] {}

.h3-free-case-form .free-case-input-box textarea {
    border-color: #e8e8e8;
    color: #999999;
}

.h3-free-case-form .free-case-input-box input[type="submit"] {
    background: #ff1844 none repeat scroll 0 0;
}



/*free-service*/

.h3-free-service-area {
    padding: 0;
}

.h3-free-service {
    background: #ff1844 none repeat scroll 0 0;
    margin-right: -15px;
    padding: 89px 30px 98px 30px;
    text-align: left;
}

.h3-free-service .name .bg {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #fff;
}

.h3-free-service .contact {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #fff;
}



/*expert*/

.h3-single-expert {
    position: relative;
}

.h3-single-expert .img::before {
    background: #000 none repeat scroll 0 0;
    opacity: 0.4;
}

.h3-single-expert:hover .img::before {
    opacity: 0;
}

.h3-single-expert .content::before {
    display: none;
}

.h3-single-expert .img {
    float: none;
    width: auto;
}

.h3-single-expert .content {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    bottom: 0;
    float: none;
    left: 0;
    min-height: auto;
    padding-bottom: 28px;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: auto;
    z-index: 22;
}

.h3-single-expert:hover .content {
    background: #000000 none repeat scroll 0 0;
}

.h3-single-expert .content .name {
    color: #ffffff;
    margin: 0 0 9px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.h3-single-expert .content:hover .name {
    color: #ff1844;
}

.h3-single-expert .content .text {
    color: #ffffff;
    margin: 0 0 13px;
}

.h3-single-expert .content .more {
    border: 1px solid #ffffff;
    color: #ffffff;
}

.h3-single-expert .content .more:hover {
    background: #ff1844 none repeat scroll 0 0;
    border-color: #ff1844;
    color: #fff;
}




/*h3-responsibility-area*/

.h3-responsibility-area {
    padding: 30px 0 25px;
}




/*team*/

.h3-team-area {
    padding: 20px 0 45px;
}

.h3-single-team {
    border: 0 none;
}

.h3-single-team::before {
    background: #ff1844 none repeat scroll 0 0;
    opacity: 0;
}

.h3-single-team:hover::before {
    background: #ff1844 none repeat scroll 0 0;
    opacity: 0.5;
}

.h3-single-team .social {
    opacity: 0;
    top: 38%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    visibility: hidden;
    width: auto;
}

.h3-single-team:hover .social {
    opacity: 1;
    visibility: visible;
}

.h3-single-team .social li {
    display: inline-block;
}

.h3-single-team .content {
    background: transparent none repeat scroll 0 0;
    bottom: auto;
    margin-top: 10px;
    opacity: 0;
    top: 53%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.h3-single-team:hover .content {
    background: transparent none repeat scroll 0 0;
    margin-top: 0;
    opacity: 1;
}




/*h3-best-year-area*/

.h3-best-year-area {
    background: rgba(0, 0, 0, 0) url("../img/home-3/best-year-bg.jpg") no-repeat scroll left top / cover;
    padding: 100px 0;
}

.h3-best-year-area::before {
    opacity: 0.7;
}

.h3-history-content {
    padding: 0;
    text-align: center;
}

.h3-history-content .title {
    color: #fff;
    font-size: 50px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 54px;
    margin: 0 0 13px;
    text-transform: uppercase;
}

.h3-history-content .title span {
    color: #ff1844;
}

.h3-history-content .text {
    color: #fff;
    line-height: 25px;
    margin: 0 0 15px;
}

.h3-history-content .author {}

.h3-history-content .author>div {
    display: inline-block;
}

.h3-history-content .author .img {
    border-radius: 100px;
    margin-right: 10px;
    overflow: hidden;
}

.h3-history-content .author .img img {
    border-radius: 100px;
    height: 70px;
}

.h3-history-content .author .sign {
    overflow: hidden;
}

.h3-history-content .author .sign img {}



/*brand*/

.h3-brand-area.brand-area {
    padding: 65px 0 22px;
}



/*video*/

.h3-video-area {
    padding: 18px 0 10px;
}

.h3-video-area .video-content {
    background: rgba(0, 0, 0, 0) url("../img/home-3/video-bg.jpg") no-repeat scroll left top / cover;
    padding: 170px 0 175px;
}

.h3-video-area .video-content::before {
    opacity: 0.8;
}

.h3-video-area .video-content .title {
    position: relative;
}

.h3-video-area .video-content .popup-youtube {
    background: #8b8b8b none repeat scroll 0 0;
    border: 10px solid #595959;
    position: relative;
}



/*join-area*/

.join-area {
    background: rgba(0, 0, 0, 0) url("../img/home-3/join.jpg") no-repeat fixed left top / cover;
    padding: 153px 0 155px;
}

.join {
    text-align: center;
}

.join .title {
    color: #fff;
    font-size: 50px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 50px;
    margin: 0 0 16px;
}

.join .title .bg {
    background: #ff1844 none repeat scroll 0 0;
    display: inline-block;
    font-weight: 900;
}

.join .title .bg .counter {
    display: inline-block;
}

.join .text {
    color: #fff;
    font-size: 25px;
    line-height: 40px;
    margin: 0 0 39px;
}

.join .link {
    background: #ff1844 none repeat scroll 0 0;
    border-radius: 25px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 20px;
    padding: 13px 20px;
    text-transform: uppercase;
}




/*h3-case-gallery*/

.h3-case-gallery-area {
    padding: 75px 0 25px;
}

.h3-single-case {}

.h3-single-case::before {
    background: #ff1844 none repeat scroll 0 0;
}

.h3-single-case:hover a i {
    color: #ff1844;
}



/*h3-blog*/

.h3-blog-area {
    padding: 20px 0 45px;
}

.h3-single-blog {
    transition: all 0.3s ease 0s;
}

.h3-single-blog:hover {
    box-shadow: 0 0 8px -3px rgb(0, 0, 0);
}

.h3-single-blog .title:hover {
    color: #ff1844;
}

.h3-single-blog .more:hover {
    background: #ff1844 none repeat scroll 0 0;
    border-color: #ff1844;
}



/*testimonioal*/

.home3-testimonial-area {
    background: #ff1844 none repeat scroll 0 0;
    padding: 100px 0 92px;
}

.home3-testimonial {}

.h3-testimonial-box {
    text-align: center;
}

.h3-testimonial-box .img {
    margin: 0 0 23px;
}

.h3-testimonial-box .img img {
    border: 2px solid #fff;
    border-radius: 100px;
    height: 118px;
    margin: auto;
    width: auto;
}

.h3-testimonial-box .name {
    color: #fff;
    font-size: 50px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 54px;
    margin: 0 0 27px;
}

.h3-testimonial-box .text {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    line-height: 50px;
}

.h3-testimonial-carousel .owl-dots {
    margin: 24px 0 0;
    text-align: center;
}

.h3-testimonial-carousel .owl-dots .owl-dot {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 100px;
    display: inline-block;
    height: 9px;
    margin: 0 2px;
    width: 9px;
}

.h3-testimonial-carousel .owl-dots .owl-dot.active {
    background: transparent none repeat scroll 0 0;
}




/*footer*/

footer.home3-footer {
    background: #171717 none repeat scroll 0 0;
    padding: 75px 0 0;
}

.h3-footer-widget {}

.h3-footer-widget.fw-left .footer-social li a:hover {
    background: #ff1844 none repeat scroll 0 0;
}

.h3-footer-widget.fw-links .list li a:hover {
    color: #ff1844;
}

.h3-footer-widget.fw-twitter .twitter li span.icon {
    background: #ff1844 none repeat scroll 0 0;
}

.h3-footer-widget.fw-twitter .twitter li a span {
    color: #ff1844;
}

.home3-footer .footer-bottom p a {
    color: #ff1844;
}



.home-3 #scrollUp {
    border: 1px solid #ff1844;
    color: #ff1844;
}

.home-3 #scrollUp:hover {
    background: #ff1844 none repeat scroll 0 0;
    color: #fff;
}



/*----------------------------------------*/


/*  4. About
/*----------------------------------------*/


/*other-page-breadcumb-area-start*/

.other-page-breadcumb-area {
    background: rgba(0, 0, 0, 0) url("../img/about/breadcumb-bg.jpg") no-repeat scroll left top / cover;
    padding: 60px 0;
}

.op-breadcumb {}

.op-breadcumb ul {
    list-style: outside none none;
    padding: 0;
}

.op-breadcumb ul li {
    display: inline-block;
}

.op-breadcumb ul li a {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 18px;
    margin-right: 12px;
    padding-right: 5px;
    position: relative;
}

.op-breadcumb ul li a span {
    margin-right: 3px;
}

.op-breadcumb ul li:last-child a {
    color: #4ac153;
}

.op-breadcumb ul li a::after {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    right: -5px;
    top: 1px;
}

.op-breadcumb ul li:last-child a::after {
    display: none;
}

.op-back {
    text-align: right;
}

.op-back>a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 18px;
    padding-right: 14px;
    position: relative;
}

.op-back>a::after {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    right: -5px;
    top: 1px;
}


/*other-page-breadcumb-area-end*/

.about-mission-area {
    padding: 75px 0;
}

.about-mission-content.history-content .title {
    color: #333;
    font-size: 50px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 54px;
    margin: 0 0 13px;
    text-transform: uppercase;
}

.about-mission-content.history-content .text {
    color: #333333;
    line-height: 25px;
    margin: 0 0 15px;
}

.about-mission-content.h3-history-content {
    text-align: left;
}

.about-mission-content.history-content .title span {
    color: #4ac153;
}

.about-mission-content.h3-history-content .list li span {
    color: #18c1f0;
}

.about-mission-content.history-content .list {
    list-style: outside none none;
    margin: 0 0 19px;
    padding: 0;
}

.about-mission-content.history-content .list li {
    color: #333333;
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 30px;
    padding-left: 36px;
    position: relative;
}

.about-mission-content.history-content .list li span {
    color: #4ac153;
    left: 0;
    position: absolute;
    top: 7px;
}

.about-testimonial {}

.about-testimonial .h2-testimonial-carousel .owl-dots .owl-dot.active {
    background: #4ac153 none repeat scroll 0 0;
}



/*----------------------------------------*/


/*  5. Contact
/*----------------------------------------*/

.contact-title {
    color: #333333;
    font-size: 18px;
    letter-spacing: 0;
    margin: 0 0 27px;
    padding: 0 0 10px;
    position: relative;
    text-transform: uppercase;
}

.contact-title::after {
    background: #333333 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 108px;
}

.contact-area {
    padding: 75px 0 52px;
}

.map-area {
    margin: 0 0 43px;
}

.map-area .gmap {}

.map-area .gmap #googleMap {
    border-radius: 10px;
    height: 500px;
    width: 100%;
}

.cf-msg {
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
}

.cf-msg p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
    text-transform: capitalize;
}

.contact-us {}

.contact-us form {}

.contact-us form .cf-input-box {
    margin: 0 0 16px;
}

.contact-us form .cf-input-box label {
    color: #333333;
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    margin: 0 0 10px;
}

.contact-us form .cf-input-box input[type="text"],
.contact-us form .cf-input-box input[type="email"] {
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    height: 35px;
    width: 100%;
}

.contact-us form .cf-input-box input[type="text"] {}

.contact-us form .cf-input-box input[type="email"] {}

.contact-us form .cf-input-box textarea {
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    height: 200px;
    width: 100%;
}

.contact-us form .cf-input-box button {
    background: #4ac153 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 20px;
    padding: 7px 22px;
    text-transform: uppercase;
}

.contact-info {}

.contact-info .text {
    color: #333333;
    line-height: 24px;
    margin: 0 0 24px;
}

.contact-info .info {
    list-style: outside none none;
    padding: 0;
}

.contact-info .info li {
    color: #333333;
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    margin: 0 0 14px;
}

.contact-info .info li:last-child {
    margin-bottom: 0;
}

.contact-info .info li span {
    border: 1px solid #ebebeb;
    border-radius: 100px;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin-right: 16px;
    text-align: center;
    width: 35px;
}



/*----------------------------------------*/


/*  6. Blog Page
/*----------------------------------------*/

.blog-page-area {
    padding: 70px 0 20px;
}

.blog-page-area .single-blog {
    display: inline-block;
}



/*----------------------------------------*/


/*  7. Blog Left Sidebar
/*----------------------------------------*/


/*sidebar*/

.grid-sidebar {}

.gs-widget {
    border: 1px solid #f6f6f6;
    border-radius: 5px;
    margin: 0 0 50px;
    padding: 0 0 20px;
}

.gs-widget .title {
    background: #333333 none repeat scroll 0 0;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    padding: 11px 20px 11px 50px;
    position: relative;
}

.gs-widget .title::before {
    content: "";
    font-family: FontAwesome;
    left: 18px;
    position: absolute;
    top: 11px;
}

.gs-widget .title-2 {
    color: #333333;
    letter-spacing: 0;
    line-height: 18px;
    margin: 26px 0 21px;
    padding: 0 18px;
}

.gs-widget .title-3 {
    border-bottom: 1px solid #e8e8e8;
    color: #333333;
    letter-spacing: 0;
    margin: 0 18px 20px;
    padding: 34px 0 12px;
}

.all-cat-gsw {
    padding-bottom: 0;
}

.all-cat-gsw .cat {
    list-style: outside none none;
    padding: 0;
}

.all-cat-gsw .cat li {
    display: block;
}

.all-cat-gsw .cat li a {
    color: #333333;
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 50px;
    padding: 0 20px;
}

.all-cat-gsw .cat li a:hover,
.all-cat-gsw .cat li a.active {
    color: #4ac153;
}

.all-cat-gsw .cat .more-cat {
    list-style: outside none none;
    padding: 0;
}

.all-cat-gsw .cat li .more {
    background: #e8e8e8 none repeat scroll 0 0;
    border-radius: 0 0 5px 5px;
    position: relative;
}

.all-cat-gsw .cat li .more::before {
    color: #4ac153;
    content: "";
    font-family: FontAwesome;
    font-size: 10px;
    margin-right: 4px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.all-cat-gsw .cat li .more.collapsed {
    color: #333333;
}

.all-cat-gsw .cat li .more.collapsed::before {}

.catalog-gsw {}

.catalog-gsw .price-slider {
    padding: 0 18px;
}

.catalog-gsw .price-slider .ui-slider {
    background: #333333 none repeat scroll 0 0;
    border: medium none;
    height: 2px;
    margin: 0 0 24px;
}

.catalog-gsw .price-slider .ui-slider .ui-slider-range {
    background: #f6b364 none repeat scroll 0 0;
    height: 2px;
    top: 0;
}

.catalog-gsw .price-slider .ui-slider .ui-slider-handle {
    background: #333333 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 100px;
    height: 11px;
    top: -4px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 11px;
}

.catalog-gsw .price-slider .ui-slider .ui-slider-handle:focus {
    background: #f6b364 none repeat scroll 0 0;
}

.catalog-gsw .price-slider p {
    text-align: center;
}

.catalog-gsw .price-slider p input[type="text"] {
    background: #333333 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    height: 34px;
    letter-spacing: 0;
    padding: 0 16px;
    text-align: center;
    width: 130px;
}

.catalog-gsw .price-slider p input[type="submit"] {
    background: #333333 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    height: 34px;
    letter-spacing: 0;
    line-height: 34px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.catalog-gsw .price-slider p input[type="submit"]:hover {
    background: #f6b364 none repeat scroll 0 0;
}

.catalog-gsw .select-box {
    padding: 0 18px;
}

.catalog-gsw .select-box select {
    border: 1px solid #999999;
    border-radius: 5px;
    height: 35px;
    letter-spacing: 0;
    padding: 0 20px;
    width: 100%;
}

.catalog-gsw .select-box select option {}

.best-sale-gsw {}

.best-sale-gsw .product {
    list-style: outside none none;
    padding: 0;
}

.best-sale-gsw .product li {
    display: block;
    margin: 0 0 30px;
}

.best-sale-gsw .product li:last-child {
    margin-bottom: 0;
}

.best-sale-gsw .product li a {
    display: block;
    overflow: hidden;
}

.best-sale-gsw .product li a .img {
    float: left;
    width: 100px;
}

.best-sale-gsw .product li a .img img {}

.best-sale-gsw .product li a .content {
    overflow: hidden;
    padding: 18px 8px 8px 18px;
}

.best-sale-gsw .product li a .content .name {
    color: #333333;
    display: block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 19px;
    margin: 0 0 8px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.best-sale-gsw .product li a .content .name:hover {
    color: #f6b364;
}

.best-sale-gsw .product li a .content .rating {
    margin: 0 0 3px;
}

.best-sale-gsw .product li a .content .rating .star {
    cursor: pointer;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: normal;
    height: 22px;
    margin: 0 1px 0 0;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 14px;
}

.best-sale-gsw .product li a .content .rating .star::after {
    color: #f6b364;
    content: "ï€†";
    display: inline-block;
    font-family: "FontAwesome";
}

.best-sale-gsw .product li a .content .rating .star-on::after {
    color: #f6b364;
    content: "ï€…";
    display: inline-block;
    font-family: "FontAwesome";
}

.best-sale-gsw .product li a .content .rating .star-half::after {
    color: #f6b364;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
}

.best-sale-gsw .product li a .content .price {
    color: #333333;
    display: block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 19px;
}

.best-sale-gsw-carousel .owl-nav {}

.best-sale-gsw-carousel .owl-nav>div {
    background: #333333 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    height: 34px;
    line-height: 34px;
    position: absolute;
    right: 21px;
    text-align: center;
    top: -64px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 34px;
}

.best-sale-gsw-carousel .owl-nav>div:hover {
    background: #f6b364 none repeat scroll 0 0;
}

.best-sale-gsw-carousel .owl-nav .owl-prev {
    right: 64px;
}

.best-sale-gsw-carousel .owl-nav .owl-next {}

.recent-blog-bsw {}

.recent-blog-bsw .recent-blog {
    list-style: outside none none;
    padding: 20px 18px 0;
}

.recent-blog-bsw .recent-blog li {
    display: block;
    margin: 0 0 20px;
}

.recent-blog-bsw .recent-blog li:last-child {
    margin-bottom: 0;
}

.recent-blog-bsw .recent-blog li a {
    display: block;
    overflow: hidden;
}

.recent-blog-bsw .recent-blog li a .img {
    display: inline-block;
    float: left;
    width: 60px;
}

.recent-blog-bsw .recent-blog li a .img img {}

.recent-blog-bsw .recent-blog li a .content {
    display: inline-block;
    overflow: hidden;
    padding-left: 16px;
}

.recent-blog-bsw .recent-blog li a .content .name {
    color: #333333;
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 18px;
    margin: 0 0 5px;
}

.recent-blog-bsw .recent-blog li a .content .name:hover {
    color: #4ac153;
}

.recent-blog-bsw .recent-blog li a .content .date {
    color: #999999;
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 17px;
    margin: 0 0 5px;
}

.recent-blog-bsw .recent-blog li a .content .comment {
    color: #999999;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 17px;
}

.recent-blog-bsw .recent-blog li a .content .comment span {
    margin-right: 2px;
}

.blog-sidebar {}



/*----------------------------------------*/


/*  8. Blog Details
/*----------------------------------------*/

.blog-details-area {
    padding: 70px 0 50px;
}

.blog-details {}

.blog-details .img {
    margin: 0 0 25px;
}

.blog-details .img img {}

.blog-details .title {
    color: #333333;
    font-size: 25px;
    letter-spacing: 0;
    line-height: 29px;
    margin: 0 0 17px;
}

.blog-details .text {
    color: #333333;
    line-height: 24px;
    margin: 0 0 24px;
}

.blog-details-title {
    color: #333333;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0 0 29px;
    text-decoration: underline;
}

.comments {
    margin: 0 0 19px;
}

.all-comments {
    list-style: outside none none;
    padding-left: 40px;
}

.all-comments li {
    display: block;
}

.all-comments li article {
    border: 1px solid #f6f6f6;
    border-radius: 5px;
    display: block;
    margin: 0 0 28px;
    padding: 24px 20px 24px 64px;
    position: relative;
}

.all-comments li article .img {
    left: -40px;
    margin: 0;
    position: absolute;
    top: 32px;
    width: 80px;
}

.all-comments li article .img img {}

.all-comments li article .content {
    overflow: hidden;
}

.all-comments li article .content .name {
    color: #333333;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 19px;
    margin: 0 0 8px;
}

.all-comments li article .content .text {
    color: #333333;
    line-height: 24px;
    margin: 0 0 10px;
}

.all-comments li article .content .meta {
    list-style: outside none none;
    padding: 0;
}

.all-comments li article .content .meta li {
    display: inline-block;
    margin-right: 16px;
}

.all-comments li article .content .meta li a {
    color: #999999;
    display: block;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 17px;
}

.all-comments li article .content .meta li a span {
    margin-right: 2px;
}

.all-comments li ul {
    padding-left: 100px;
}

.leave-reply {}

.leave-reply-input-box {
    margin: 0 0 16px;
}

.leave-reply-input-box label {
    color: #333333;
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    margin: 0 0 11px;
}

.leave-reply-input-box input[type="text"],
.leave-reply-input-box input[type="email"] {
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    height: 35px;
    width: 100%;
}

.leave-reply-input-box input[type="text"] {}

.leave-reply-input-box input[type="email"] {}

.leave-reply-input-box textarea {
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    height: 200px;
    width: 100%;
}

.leave-reply-input-box input[type="submit"] {
    background: #333333 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 19px;
    padding: 7px 23px;
    text-transform: uppercase;
}

/*----------------------------------------*/


/*  9. Team
/*----------------------------------------*/

.teacher-page-area {
    padding: 80px 0 30px;
}

.teacher-page-area .single-teacher {
    margin: auto auto 30px;
}

.team-details-area {
  padding: 80px 0 50px;
}

.teamd-img {
  margin: 0 0 30px;
}

.teamd-img img {}

.teamd-content {
  padding: 55px 0 0;
}

.teamd-content .name {
  font-size: 22px;
  letter-spacing: 0;
  line-height: 26px;
  margin: 0 0 6px;
}

.teamd-content .desg {
  color: #333;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 12px;
}

.teamd-content .cont-info {
  list-style: outside none none;
  margin: 0 0 11px;
  padding: 0;
}

.teamd-content .cont-info li, .teamd-content .cont-info li a {
  color: #666;
  display: block;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 28px;
}

.teamd-content .cont-info li {}

.teamd-content .cont-info li a {}

.teamd-content .info {
  color: #666;
  margin: 0 0 38px;
}

.teamd-content .cont-social {
  overflow: hidden;
}

.teamd-content .cont-social .now {
  border: 2px solid #333333;
  border-radius: 25px;
  color: #333333;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 18px;
  padding: 6px 16px;
  text-transform: capitalize;
}

.teamd-content .cont-social .social {
  display: inline-block;
  float: right;
  list-style: outside none none;
  padding: 0;
}

.teamd-content .cont-social .social li {
  display: inline-block;
}

.teamd-content .cont-social .social li a {
  background: #333333 none repeat scroll 0 0;
  border-radius: 100px;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  margin: 0 2px;
  text-align: center;
  width: 35px;
}

/*----------------------------------------*/


/*  10. FAQ
/*----------------------------------------*/

.faq-area {
  padding: 80px 0 50px;
}

.accordion {
  margin: 0 0 30px;
}

.accordion .card {}

.accordion .card .card-header {}

.accordion .card .card-header .mb-0 {}

.accordion .card .card-header .mb-0 .btn {
  color: #333;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
}

.accordion .card .collapse {}

.accordion .card .collapse .card-body, .accordion .card .collapsing .card-body {
  color: #666;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 28px;
}

.faq-box {
  margin: 0 0 30px;
}

.faq-box .title {
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  margin: 0 0 12px;
  padding: 0 0 8px;
}

.faq-box .text {
  color: #666;
}


/*Testimonial*/
.page-testimonial-area {
  padding: 80px 0;
}