/*
Template Name: ZHEMIN SHEN LAWYERS;
Template URI: http://www.zheminshen.com.au/;
Author: Syed Moinuddin Hassan 
Author URI: http://www.zheminshen.com.au/;
Version: 1.5
Description: email-moinhassan@outlook.com, phone-phone: +880 01913 462256
*/

@font-face {
    font-family: "OpenSansBold";
    src: url(../fonts/open-sans/OpenSans-Bold.ttf);
}

@font-face {
    font-family: "OpenSans";
    src: url(../fonts/open-sans/OpenSans-Regular.ttf);
}

@font-face {
    font-family: "Bebas";
    src: url("../fonts/bebas/BebasNeue%20Bold.ttf");
}

h2,
h3,
h4 {
    /*font-weight: bold;*/
    /*color: #25365d;*/
}

p {
    color: #808080;
}
/*  robiul vi start */
.readmore{
    background: #142D5A;
    padding: 5px;
    color: #fff;
    display: block;
    cursor: pointer;
    width: 100px;
    text-align: center;
    float: right;
    margin-top: 16px;
}
a:hover { 
    text-decoration: none;
    color:#23527c;
}
.post-thumb{
    float: left;
    margin-right: 27px;
    width: 260px;
    height: 260px;
    margin-bottom: 1px;
    border: 1px solid #ddd;
}
.view-all-blog{
    display: inline-block;
    background-color: #000;
    padding: 10px;
    color: #fff;
    cursor: pointer;
    float: right;
}

.menu-active {
/*  background-color: #fff;*/
    color: #314fa0;
/*  border-bottom: 3px solid #314fa0;*/
}


/* end */
body {
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    overflow-y: scroll;
    overflow-x: hidden;
    box-sizing: border-box;
}


/* Header Style */

.header {
    background: rgba(0, 0, 0, .40);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.header-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo {
    width: 150px;
}

.logo img {
    max-width: 100%;
}


/*menu section*/

.menu-section {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
}


/* Toggle menu icon */

.menu-icon {
    width: 40px;
    height: 36px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: -68px;
    cursor: pointer;
}

.menu-icon span {
    display: block;
    position: absolute;
    height: 5px;
    width: 50%;
    background: #d0ab7a;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.menu-icon span:nth-child(even) {
    left: 50%;
}

.menu-icon span:nth-child(odd) {
    left: 0px;
}

.menu-icon span:nth-child(1),
.menu-icon span:nth-child(2) {
    top: 0px;
}

.menu-icon span:nth-child(3),
.menu-icon span:nth-child(4) {
    top: 12px;
}

.menu-icon span:nth-child(5),
.menu-icon span:nth-child(6) {
    top: 24px;
}

.menu-icon.active span:nth-child(1),
.menu-icon.active span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-icon.active span:nth-child(2),
.menu-icon.active span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-icon.active span:nth-child(1) {
    left: 5px;
    top: 7px;
}

.menu-icon.active span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px;
}

.menu-icon.active span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

.menu-icon.active span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

.menu-icon.active span:nth-child(5) {
    left: 5px;
    top: 22px;
}

.menu-icon.active span:nth-child(6) {
    left: calc(50% - 5px);
    top: 22px;
}


/* Main Menu */

.main-menu > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-menu ul ul {
    padding-left: 0px;
    list-style: none;
    width: 9em;
}

.main-menu ul a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    padding: 45px 15px;
    letter-spacing: .5px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.main-menu ul a:hover,
.main-menu ul li a.active {
    background-color: #fff;
    color: #314fa0;
 /* border-bottom: 3px solid #314fa0; */
}

.main-menu ul li {
    position: relative;
}

.main-menu ul > li > a {
    display: block;
    font-family: 'Ubuntu', sans-serif;
}

.main-menu ul li li a {
    display: block;
    position: relative;
    z-index: 100;
}

.main-menu ul li li li a {
    z-index: 200;
}

.main-menu ul li ul {
    position: absolute;
    left: -9999px;
}

@media screen and (min-width: 768px) {
    .main-menu ul > li:hover > ul {
        left: 0;
    }
    .main-menu ul li li:hover ul {
        left: 100%;
        top: 0;
    }
    .main-menu ul li ul li {
        width: 9em;
    }
}

@media screen and (max-width: 767px) {
    .active {
        display: block;
    }
    .main-menu > ul {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    .main-menu ul > li {
        float: none;
        display: table;
        width: 100%;
    }
    .main-menu ul a {
        padding: 5px 10px;
        margin-bottom: 10px;
    }
    .main-menu ul ul {
        display: block;
        width: 100%;
        padding-left: 10px;
    }
    .main-menu ul > li.active > ul,
    .main-menu ul li li.active ul {
        position: static;
    }
    .main-menu span {
        display: inline-block;
        width: 50px;
        height: 32px;
        background: #fff;
        text-align: center;
        position: absolute;
        right: 0px;
        top: 0px;
        border-radius: 3px;
    }
    .main-menu span .fa {
        line-height: 30px;
        font-size: 30px;
        color: #5A5454;
    }
    .main-menu li span .down:before {
        content: "\f106";
    }
    .main-menu li.active span .down.up:before {
        content: "\f107";
    }
}

.screen {
    
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: cover;
    height: 600px;
    overflow: hidden;
}

.wel {
    position: absolute;
    top: 330px;
    left: 430px;
}


/*.wel1{
    position: absolute;
    top: 320px;
    left: 420px;
    display: none;
}*/

.wel2 {
    position: absolute;
    top: 420px;
    left: 280px;
    display: none;
}

@media (max-width: 1430px) {
    .wel {
        position: absolute;
        top: 290px;
        left: 400px;
    }
    .wel2 {
        position: absolute;
        top: 380px;
        left: 230px;
        display: none;
    }
}

@media (max-width: 1430px) {
    .wel {
        position: absolute;
        top: 290px;
        left: 400px;
    }
    .wel2 {
        position: absolute;
        top: 380px;
        left: 230px;
        display: none;
    }
}

@media (max-width: 1270px) {
    .wel {
        position: absolute;
        top: 250px;
        left: 300px;
    }
    .wel2 {
        position: absolute;
        top: 340px;
        left: 130px;
        display: none;
    }
}

@media (max-width: 1200px) {
    .wel {
        position: absolute;
        top: 240px;
        left: 260px;
    }
    .wel2 {
        position: absolute;
        top: 320px;
        left: 100px;
        display: none;
    }
}

@media (max-width: 1080px) {
    .wel {
        position: absolute;
        top: 230px;
        left: 260px;
    }
    .wel2 {
        position: absolute;
        top: 300px;
        left: 100px;
        display: none;
    }
}

@media (max-width: 992px) {
    .wel {
        position: absolute;
        top: 190px;
        left: 180px;
    }
    .wel2 {
        position: absolute;
        top: 270px;
        left: 100px;
        display: none;
    }
    .wel2 h1 {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .wel {
        position: absolute;
        top: 150px;
        left: 120px;
    }
    .wel h1 {
        font-size: 30px;
    }
    .wel2 {
        position: absolute;
        top: 210px;
        left: 50px;
        display: none;
    }
    .wel2 h1 {
        font-size: 26px;
    }
}

@media (max-width: 680px) {
    .wel h1 {
        font-size: 30px;
    }
    .wel {
        position: absolute;
        top: 140px;
        left: 80px;
    }
    .wel2 h1 {
        font-size: 20px;
    }
    .wel2 {
        position: absolute;
        top: 195px;
        left: 80px;
        display: none;
    }
}

@media (max-width: 640px) {
    .wel h1 {
        font-size: 25px;
    }
    .wel {
        position: absolute;
        top: 140px;
        left: 95px;
    }
    .wel2 h1 {
        font-size: 20px;
    }
    .wel2 {
        position: absolute;
        top: 190px;
        left: 50px;
        display: none;
    }

}

.law-part2 img {
    width: 430px;
    height: 520px;
    padding-left: 50px;
}

@media (max-width: 992px) {
    .law-part2 img {
        width: 400px;
        height: 500px;
    }
}

@media (max-width: 320px){
    .law-part2 img {
       padding-left: 0;
    }
    .other-service h3{
        margin-top: 30px;
    }
}

@media (max-width: 480px)
    .wel h1 {
        font-size: 20px;
    }
    .wel2 h1 {
        font-size: 18px;
    }
    .wel {
        position: absolute;
        /*top: 130px;
        left: 50px;*/
    }
    .wel2 {
        position: absolute;
        /*top: 170px;
        left: 10px;*/
        display: none;
    }
}

@media (max-width: 460px) {
    .wel h1 {
        font-size: 20px;
    }
    .wel2 h1 {
        font-size: 16px;
    }
    .wel {
        position: absolute;
        top: 130px;
        left: 50px;
    }
    .wel2 {
        position: absolute;
        top: 170px;
        left: 10px;
        display: none;
    }
    .law-part2 img {
        width: 340px;
        height: 400px;
    }
    .other-service p {
        text-align: justify;
        text-justify: inter-word;
    }
}

@media (max-width: 400px) {
    .wel h1 {
        font-size: 16px;
    }
    .wel {
        position: absolute;
        top: 140px;
        left: 55px;
    }
    .wel2 h1 {
        font-size: 14px !important;
    }
    .wel2 {
        position: absolute;
        top: 170px;
        left: 10px;
        display: none;
    }
    .other-service h3{
        margin-top: 55px;
    }
}

@media (max-width: 320px) {
    .wel h1 {
        font-size: 16px;
    }
    .wel {
        position: absolute;
        top: 130px;
        left: 20px;
    }
    .wel2 h1 {
        font-size: 14px;
    }
    .wel2 {
        position: absolute;
        top: 160px;
        left: 10px;
        display: none;
    }
    
}

@media (max-width: 320px) {
    .col-sm-4 p {
        text-align: justify-all;
        word-break: break-all;
    }
    .office-address {
        text-align: center;
    }
    .other-service {
        width: 100%;
        height: 500px;
    }
    .law-part2 img {
        width: 300px;
        height: 400px;
    }
}

.wel,
.wel1,
.wel2 h1 {
    color: rgb(17, 36, 112);
    font-family: 'Ubuntu', sans-serif;
}


}
.wel h1:first-child {
    margin-top: 5px;
}
.header ul li a:hover {
    transition: ease-out .71s;
}

/*margin info*/
.mt20 {
    margin-top: 20px;
}
.mt50 {
    margin-top: 50px;
}
.mt70 {
    margin-top: 70px;
}
.mt85 {
    margin-top: 85px;
}
.mt100 {
    margin-top: 120px;
}

/********************************************************
*                                                       *
*                       MEDIA QUERIES                   *
*                                                       *
*********************************************************/
@media only screen and (min-width: 992px) and (max-width: 1199px) {}
@media only screen and (max-width: 991px) {}
@media only screen and (min-width: 768px) and (max-width: 991px) {}
@media only screen and (max-width: 767px) {
    .logo {
        padding: 10px 0px;
    }
    
    .header-inner {
        -webkit-box-align: inherit;
        -webkit-align-items: inherit;
        -ms-flex-align: inherit;
        align-items: inherit;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
}
@media only screen and (min-width: 568px) and (max-width: 767px) {
    .screen {
        height: 500px !important;
    }
}
@media only screen and (max-width: 567px) {
    .screen {
        height: 450px !important;
    }
    
    .wel1 {
        left: 40px;
    }
}
@media only screen and (min-width: 481px) and (max-width: 567px) {}
@media only screen and (max-width: 480px) {}
@media only screen and (min-width: 381px) and (max-width: 480px) {}
@media only screen and (min-width: 320px) and (max-width: 380px) {}

/* x * x * x * x * x * x * x * x * x * x * x * x * x * x * x *\
                     # MEDIA QUERIES END #
\* x * x * x * x * x * x * x * x * x * x * x * x * x * x * x */

/*about section*/
.aboutus h1 {
    color: #000;
    font-weight: bold;
    font-family: 'Ubuntu', sans-serif;
}

.col-sm-4 h3 {
    color: #000;
    font-family: 'Ubuntu', sans-serif;
}
.col-sm-4 p {
    word-spacing: 1px;
    text-align: justify;
}
.other-service {
    width: 100%;
    height: 280px;
    /*background:linear-gradient(0deg, rgba(0, 0, 200, 0.2) , rgba(0, 0, 200, 0) );*/
    
    background: #142D5A;
    color: #ccf;
}
.other-service p {
    color: #ccf;
}

/*our lawyers*/
.lawyers h1 {
    color: #000;
    font-weight: bold;
    font-family: 'Ubuntu', sans-serif;
}
@media (max-width: 768px) {
    .law-part2 {
        text-align: center;
    }
}
.underline {
    width: 30px;
    height: 2px;
    background: #142D5A;
    display: inline-block;
}
.contact {
    /*background:linear-gradient(0deg, rgba(0, 0, 200, 0.2) , rgba(0, 0, 200, 0) );*/
    
    
    min-height: 510px;
}
.contact p {
    color: #ccf;
}
.contact-title h1 {
    color: #000;
    font-weight: bold;
    font-family: 'Ubuntu', sans-serif;
}
.contact-title p {
    background: linear-gradient(330deg, #9952e0 75%, #e05252 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.office-address h3 {
    color: #ccf;
}
.office-address p {
    padding-top: 13px;
    color: #ccf;
    line-height: 1.5;
}
.footer {
    padding: 20px;
    background: #060A2B;
    color: #ccf;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #ccf;
    background-color: rgba(41, 52, 111, 0.1);
    background-image: none;
    border: 1px solid #5865ff;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
textarea.form-control {
    height: auto;
    margin-top: 20px;
}
.btn-send {
    color: #ccf;
    background-color: #2D50A1;
    transition-timing-function: ease-in-out;
    transition: 1s;
    margin-top: 20px;
}
.btn-send:hover {
    color: #ccf;
    background-color: #060A2B;
    border: 1px solid #5865FF;
}
::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: lighter;
    color: #ccf !important;
}
:-moz-placeholder {
    /* older Firefox*/
    
    font-size: 14px;
    color: #d0cdfa;
}
::-moz-placeholder {
    /* Firefox 19+ */
    
    font-size: 14px;
    color: #d0cdfa;
}
:-ms-input-placeholder {
    font-size: 14px;
    color: #d0cdfa;
}
.bounce {
    position: fixed;
    left: 50%;
    bottom: 0;
    margin-top: -25px;
    margin-left: -25px;
    height: 32px;
    width: 32px;
    background: url("../images/down-chevron.png");
    -webkit-animation: bounce 1s infinite;
    -moz-animation: bounce 1s infinite;
    -o-animation: bounce 1s infinite;
    animation: bounce 1s infinite;
}
@media (max-width: 768px) {
    .bounce {
        visibility: hidden;
    }
}
.hide {
    visibility: none;
}
@-webkit-keyframes bounce {
    0% {
        bottom: 0px;
    }
    
    50% {
        bottom: 15px;
    }
    
    100% {
        bottom: 30;
    }
}
@-moz-keyframes bounce {
    0% {
        bottom: 0px;
    }
    
    50% {
        bottom: 15px;
    }
    
    100% {
        bottom: 30;
    }
}
@-o-keyframes bounce {
    0% {
        bottom: 0px;
    }
    
    50% {
        bottom: 15px;
    }
    
    100% {
        bottom: 30;
    }
}
@keyframes bounce {
    0% {
        bottom: 0px;
    }
    
    50% {
        bottom: 15px;
    }
    
    100% {
        bottom: 30;
    }
}