a{
    color: white;
}
input {
    outline: none!important;
}
button {
    outline: none!important;
}

textarea {
    outline: none!important;
}

a:hover{
    text-decoration: none;
    color: white;
}
header ul{
    margin-bottom: 0px;
}

.form-control:focus {
    box-shadow: none!important;
}
.case {
        width: 100%;
    max-width: 1140px;
    left: 15px;
    right: 0;
    margin: auto!important;
    padding-left: 15px;
}

header ul > li{
    list-style: none;
    /*display: inline-block;*/
}
div.anchor{
    position: relative;
    top: -91px;
}
/*--------top panel-------*/
.top-panel .inner{
    display: flex;
    justify-content: space-between;
}
#itemContainer {
    min-height: initial!important;
}

.top-panel ul{
    padding: 0px;
    display: flex;
    /*flex-wrap: wrap;*/
}
.top-panel ul li{
    padding: 0 10px;
}
.top-panel
{
    background: #040a2c;;
    padding: 15px 0;
}

.top-panel .top-left ul{
    padding-left: 0px;
}
.top-panel .top-left ul > li > a{
    font-size: 16px;
}
.top-panel .active-lang{
    font-weight: bold;
}
/*-----------------------------------*/
/*-----------middle menu--------------*/
.middle-menu{
    padding-top: 16px;
    padding-bottom: 19px;
    background-color: #eaf1fa;
}

.middle-menu .logo img{
    /*width: 160px;*/
}
.middle-menu .middle-left img{
    width: 168px;
}

.icon-content {
    display: flex;
    justify-content: flex-end;
}
.icon-text {
    display: flex;
    padding:0 10px;
}
.text span {
    color: #000;
    font-size: 12px;
}
.text h5 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
    color: #11294d;
    font-weight: 700;
}
.icon {
    padding-right: 10px;
    text-align: center;

}
.icon i {
    width: 50px;
    height: 50px;
    background-color: #040a2c;;
    border-radius: 50px;
    color: white;
    font-size: 25px;
    line-height: 2;
    border: 2px solid transparent;
    transition: 0.5s;
}
.icon i:hover{
    /*border-color:  #403b6a;*/
    background:#d10040;
    color: white;
}
.middle-menu .middle-right .icon{
    position: absolute;
    /*position: absolute;*/
    left: 0;
    /*top: -5px;*/
    color: #fff;
    background-color: #040a2c;
    height: 50px;
    width: 50px;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid transparent;
    /*transition: 0.5s;*/
}
.middle-menu .middle-right .icon i{
    transition: 0.5s;
}
.middle-menu .middle-right .icon:hover {
    cursor: pointer;
    border-color: #040a2c;
    background-color: transparent;
    color: #040a2c;

}
.middle-menu .middle-right .text {
    /*position: absolute;*/
    padding-left: 60px;
}
.middle-menu .middle-right .text h5{
    font-size: 16px;
    line-height: 20px;
    color: #11294d;
    font-weight: 700;
    margin-bottom: 5px;
}
.middle-menu .middle-right .text a{
    color: #777777;
    font-size: 12px;

}
/*-----------------------------------*/
/*-------menu------*/
.menu-bg{
    background: rgba(4, 10, 44, 1);
    justify-content: space-around;
}
.menu {
    justify-content: center;
    display: flex;
    padding: 0;
}
.menu .sub-menu{
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    background: #eaf1fa;
    color: black;
    padding: 10px;
    padding-left: 20px;
    bottom: -52px;
    min-width: 150px;
    width: -webkit-fill-available;
    opacity: 0;
    visibility: hidden;
    left: 0;
    transition: 0.5s;
}
.menu .sub-menu li{
    display: flex;

}
.menu .sub-menu li > a{
    color: #040a2c;
    font-size: 14px;
    font-weight: bold;
    transition: 0.1s;
}
.menu .sub-menu li > i{
    margin: auto 0;
    padding-right: 7px;
}
.menu .sub-menu li a > i, .menu-clone .sub-menu li a > i{
    padding-right: 7px;
}
.menu .sub-menu li a:hover{
    padding-left: 8px;
    color: #d10040;
}
.menu li.subm:hover .sub-menu{
    bottom: -45px;
    opacity: 1;
    visibility: visible;
}
.menu > li{
    font-size: 14px;
    line-height: 45px;
    /*text-transform: uppercase;*/
    font-weight: 700;
    padding: 23px 25px;
    position: relative;
}


.menu li a{
    color:#eaf1fa;
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 800;
    font-family: "Raleway", sans-serif;
    /*padding: 10px 15px;*/
    line-height: 25px;
}

.fixed {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    /*background: rgb(234, 241, 250);*/
}
.active-menu{
     border-bottom: 3px solid #d10040;
     color: #d10040 !important;
     padding-bottom: 33px;
 }
/*-------------------------------------*/
.top-pic{
    width: 100%;
    height: 400px;
}

/*-------------------------------------*/


/*----------------index section--------------*/

.swp-bg{
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(4, 10, 44,0.7);;
}
.home_slide .swiper-pagination{
    left: 0;
    right: 0;
    bottom: 22px;

}
.swiper-pagination-bullet-active {
    /*opacity:/ 1;*/
    background: #d10040 !important;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 5px;
    display: inline-block;
    border-radius: 0;
    opacity: 1;
    background: #fefefe;
    margin: 0 5px;
}
.swp-img-sld{
    width: 100%;
    height: 60vh;
}
.swiper-text{
    position: absolute;
    top: calc(50% - 53px);
    left: 0;
    right: 0;
    z-index: 2;
    max-width: 970px;
    color:white;
    margin: auto;
    padding:0 10px;
}
.swiper-text h1{
    margin-bottom: 0px;
    font-size: 27px;
    font-weight: 800;
    line-height: 40px;
    color: #fff;
    padding-bottom: 15px;
    /*border-bottom: 2px solid #d10040;*/
    /*margin-bottom: 20px;*/
    text-transform: uppercase;
    position: relative;
}
.swiper-text div{
    width: 100%;
    position: relative;
    /*left: 0;*/
    /*top: 100%;*/
    border-bottom: 2px solid #d10040;
}
.swiper-text h3{
    font-size: 35px;
    font-weight: 100;
    position: relative;
    margin: 10px 0;
}
.swiper-text p{
    margin-bottom:40px;
    font-size: 16px;
    line-height: 30px;
    position: relative;

}

.swiper-slide-active .swiper-text h1{
    animation: bottomh1 4s 1 linear;
    animation-delay: 0.5s;
}
.swiper-slide-active .swiper-text h3{
    animation: bottomh3 4s 1 linear;
    animation-delay: 0.5s;
}
@keyframes bottomh3 {
    0%{bottom: -140px}
    20%{bottom: 0}
    100%{bottom: 0}

}
@keyframes bottomh1 {
    0%{bottom: 96px}
    20%{bottom: 0}
    100%{bottom: 0}

}

.swiper-text a:nth-child(-n+2) {
    padding: 10px 30px;
    background-color:  #fff;
    color: rgba(4, 10, 44, 1);
}
.swiper-text a:last-child {
    padding: 10px 30px;
    background-color:  #6b7d87;
    color: #fff;
    margin-left:20px ;

}
/*-----------------about section-------------------*/
.about-section{
    margin: 0px 0 30px;
    padding: 30px 0 60px;
}
/*.about-section .title{*/
    /*margin-bottom: 25px;*/
/*}*/
/*.about-section .about-text{*/
    /*text-align: justify;*/
/*}*/
/*.about-section .about-sect-bg{*/
    /*background-image: url("../img/about-sect-bg.png");*/
    /*!*background-size: cover;*!*/
    /*background-position: right;*/
    /*background-repeat: no-repeat;*/
    /*padding: 60px 0 60px;*/

/*}*/

.about-img-home {
    background-color: #eaf1fa;
    position: relative;
    width: 100%;
    top: 25px;
    left: 50px;
    z-index: 1;
    padding: 25px;
    padding-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.about-text-home {
    background-color: rgb(4, 10, 44);
    padding: 33px 33px;
    padding-left: 41px;
    color: white;
}
.about-text-home p {
    margin-bottom: 0px;
}

/*---------------about page------------------*/
/*---------------top imagE  ------------*/
.about-top-img{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.about-top-img h3 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.about-top-img ul{
    margin: 0;
    padding: 0;
    position: absolute;
}
.about-top-img ul li {
    display: inline-block;
    margin: 0 3px;
    color: #d10040;

}
.about-top-img ul li:last-child {
    font-size: 16px;
    font-weight: 900;
}
.about-top-img  ul li a {
    color: #fff;
    font-size: 16px;
}
.about-top-text{
    text-align: center;
    z-index: 1;
}
.about-top-img ul li {
    list-style: none;
}
/*------------------------*/
.about-page{
    background: #eaf1fa;
}
.about-page .about-text, .about-page .about-description > img {
    margin-top: 30px;
}

.about-page .about-text p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 40px;
}
.about-page .about-text p:nth-child(n+2){
    margin-bottom: 25px;
}
.about-page .about-description p:first-child{
    margin: 15px 0 5px;
}
.about-page .about-description span{
    font-size: 14px;
    margin-right:20px;
}
.about-page .about-description span:before{
    padding-right: 8px;

}
/*-----------------partners section--------------*/
.attorneys-area{
    padding-bottom: 30px;
    background: #eaf1fa;
}
.our-attorney {
    text-align: center;
    position: relative;
    margin: 30px 0 40px;
}
.our-attorney::before {
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    border: 3px solid #403b6a;
    bottom: 3px;
    right: 0;
    transition: all 0.6s ease 0s;
}
.our-attorney:hover::before {
    opacity: 1;
}
.our-attorney .pic {
    position: relative;
}

.our-attorney .pic::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.6s ease 0s;
}
.our-attorney:hover .pic::before {
    opacity: 1;
}

.our-attorney .pic img {
    max-width: 100% !important;
    height: auto;
}
.our-attorney .attorney-content {
    padding: 30px 0 0;
    position: relative;
    top: 0;
    /*transform: translateY(0);*/
    transition: all 0.6s ease 0s;
}
.our-attorney:hover .attorney-content {
    transform: translateY(-206%);
}

.our-attorney .attorney-content h3 {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 0 0 7px 0;
}
.our-attorney:hover .attorney-content h3 {
    color: #fff;
}

.our-attorney .attorney-content span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #777777;
    text-transform: capitalize;
}
.our-attorney:hover .attorney-content span {
    display: none;
}
.our-attorney .attorney-content a{
    display: none;
}
.our-attorney:hover .attorney-content a {
    display: block;
    transition: 0.2s;
}
.our-attorney .attorney-content a:hover {
    color: #d10040;
}
.our-attorney .social {
    width: 100%;
    padding: 0;
    margin: 30px 0;
    list-style: none;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    opacity: 0;
    transform: scale(0);
    transition: all 0.6s ease 0s;
}

.our-attorney:hover .social {
    opacity: 1;
    transform: scale(1);
}
.our-attorney .social li {
    display: inline-block;
    padding: 0 5px;
}

.our-attorney .social li a {
    font-size: 15px;
    color: #fff;
    position: relative;
    width: 32px;
    height: 32px;
    background: #403b6a;
    line-height: 31px;
    border-radius: 50%;
}
.about_slide .swiper-pagination{
    left: 0;
    right: 0;
    bottom: 0px;

}
.about_slide .swiper-pagination-bullet{
    width: 15px;
    background-color: rgb(64, 59, 106);
}
/*----------modal--------*/
.modal-body{
    padding: 1rem 2rem;
}
.modal-footer button{
    background: #d10040;
}
/*----------------------*/
/*------------------------------------------*/
/*----------------services page--------------*/
.services-section{
    padding: 25px 0 14px;
    background: #eaf1fa;
}
/*---------------top imagE  ------------*/
.services-top-img{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.services-top-img h3 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.services-top-img img{
    /*animation: zooom 6s infinite linear;*/
}

.case-section .people-info p strong {
    font-weight: 500;
}

.services-top-img ul{
    position: absolute;
    margin: 0;
    padding: 0;
}
.services-top-img ul li {
    display: inline-block;
    margin: 0 3px;
    color: #eaf1fa;
}
.services-top-img ul li:last-child {
    font-size: 24px;
    font-weight: 900;
}
.services-top-img  ul li a {
    color: #fff;
    font-size: 16px;
}
.services-top-text{
    text-align: center;
    z-index: 1;
}
.services-top-img ul li {
    list-style: none;
    /*text-shadow: 3px -3px 2px #8f97c1;*/

}

textarea.form-control {
    height: auto;
}

.services-section .srv-title{
    text-align: center;
    margin-bottom: 25px;
    line-height: 25px;
    color: white;
    background: #040a2c;
    padding: 20px;
    border-radius: 50px;
}
/*.services-section .conts{*/
    /*display: flex;*/
    /*justify-content: space-between;*/
/*}*/
/*.services-section .cont3{*/
    /*display: flex;*/
    /*justify-content: center;*/
/*}*/

.services-table, .services-table th,.services-table td {
    /*border: 1px solid #000000;*/
    border-collapse: collapse;
    margin: auto;
}
.services-table{
    margin: 45px 0 60px;
}
.services-table th,.services-table td {
    padding: 15px 33px;
    text-align: center;
    /*background: #403b6a;*/
    color: black;
    position: relative;
}
.services-table .p, .services-table p{
    padding: 30px;
    background: rgba(4, 10, 44,1);
    color: white;
}
.services-table p{
    padding: 15px;
    border-radius: 50%;
    line-height: 18px;
    margin: 0;
    font-size: 15px;
    min-width: 210px;
}
.td-6 span{
    display: inline-block;
    min-width: 274px;
    border-radius: 50px;
    font-weight: 800;
}
.td-1:before,.td-2:before, .td-3:before, .td-4:before, .td-5:before,.td-6:before,.td-7:before, .td-8:before, .td-9:before,.td-10:before,.td-11:before,.td-12:before, .td-13:before{
    position: absolute;
    display: inline-block;
    content: "";
    background: black;
    height: 1px;
}
.td-1:before {
    width: 200px;
    right: -140px;
    bottom: -12px;
    transform: rotate(22deg);
}
.td-2:before {
    width: 120px;
    right: 28px;
    bottom: -12px;
    transform: rotate(25deg);
}
.td-3:before {
    width: 70px;
    left: 40px;
    bottom: -18px;
    transform: rotate(-37deg);
}
.td-4:before{
    width: 227px;
    left: -145px;
    bottom: -19px;
    transform: rotate(-25deg);
}
.td-5:before {
    width: 151px;
    right: -132px;
    bottom: 19px;
    transform: rotate(10deg);
}
.td-7:before {
    width: 148px;
    left: -127px;
    bottom: 84px;
    transform: rotate(-6deg);
}
.td-8:before {
    width: 155px;
    right: -136px;
    bottom: 50.7px;
    transform: rotate(-9deg);
}
.td-10:before{
    width: 192px;
    right: -157px;
    top: -9px;
    transform: rotate(-19deg);
}
.td-11:before{
    width: 96px;
    right: 45px;
    top: -14px;
    transform: rotate(-25deg);
}
.td-12:before{
    width: 108px;
    left: 28px;
    top: -16px;
    transform: rotate(24deg);
}
.td-13:before{
    width: 213px;
    left: -151px;
    top: -19px;
    transform: rotate(16deg);
}

/* Fixed sidenav, full height */
.sidenav {
    z-index: 1;
}
.sidenav .serv-title{
    margin-bottom: 25px;
}
.disp_block{
    display: block !important;
}
.disp_none{
    display: none;
}
.sidenav .item{
    margin-bottom: 16px;
    border-radius: 5px;
}

/* Style the sidenav links and the dropdown button */
.sidenav .item a, .dropdown-btn {
    /*padding: 6px 8px 6px 16px;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    color: #818181;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    background-color:rgb(4, 10, 44);
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    color: #f1f1f1;
    border-radius: 5px;

}
.dropdown-btn:hover{
    background: #d10040;
}
.dropdown-btn:focus{
    outline: none;
}

.dropdown-container {
    display: none;
    background: white;
    color: #040a2c;
    padding: 10px 15px;
    border-radius: 5px;
}

.serv-pg-btn span{
    /*float: right;*/
    padding-right: 8px;
}

/*------------------------------------------*/
/*-----------------case page--------------*/
.case-top-img{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.case-top-img h3 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.case-top-img ul{
    margin: 0;
    padding: 0;
    position: absolute;
}
.case-top-img ul li {
    display: inline-block;
    margin: 0 3px;
    color: #eaf1fa;

}
.case-top-img ul li:last-child {
    font-size: 24px;
    font-weight: 900;
}
.case-top-img  ul li a {
    color: #fff;
    font-size: 16px;
}
.case-top-text{
    text-align: center;
    z-index: 1;
}
.case-section .people-info > p {
    padding-left: 20px;
    line-height: 8px;
}

.case-section .people-info .text p {
    padding-left: 0px;
}

.case-top-img ul li {
    list-style: none;
    /*text-shadow: 3px -3px 2px #8f97c1;*/

}
.case-section{
    padding: 30px 0;
    background: #eaf1fa;
}
.case-section .content{
    margin-bottom: 20px;
}
.case-section .content > h3 {
    background: #040a2c;
    padding: 20px;
    color: white;
    font-size: 20px;
}
.case-section .content > h4 {
    font-size: 18px;
    padding-left: 20px;
    margin-top: 18px;
}
.case-section .content > h5 {
    font-size: 16px;
    font-weight: 400;
    padding-left: 20px;
    margin-bottom: 15px;
}
.content .text p {
        line-height: 23px!important;
    font-size: 16px;
}

.case-section .people-info  p {
    padding-left: 20px;
    line-height: 8px;
}
.case-section .people-info ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 20px;
}
.case-section .people-info ul > li:first-child{
    padding-right: 50px;
}
.case-section .info-case{
    margin-top: 18px;
}
.case-section .people-info ol{
    margin: 0;
    padding: 0;
    padding-left: 20px;
}
.case-section .people-info ol > li{
    margin-bottom: 8px;
}
.case-section .people-info > p strong{
    font-weight: 500;
}
.case-section .download-link-b{
    text-align: right;
    padding-top: 20px;
}
.case-section .download-link-b a{
    display: inline-block;
    color: white;
    background: #d10040;
    border-radius: 5px;
    padding: 10px 20px;
    transition: 0.1s;
}
.case-section .download-link-b a:hover{
    background:#040a2c;
}
/*------------------------*/
/*------------contact page-----------*/
/*---------------top imagr------------*/
.contact-top-img{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.contact-top-img img{
    /*animation: zooom 6s infinite linear;*/
}
.contact-top-img h3 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.contact-top-img ul{
    margin: 0;
    padding: 0;
    position: absolute;
}
.contact-top-img ul li {
    display: inline-block;
    margin: 0 3px;
    color: #d10040 !important;
}
.contact-top-img ul li:last-child {
    font-size: 16px;
    font-weight: 900;
}
.contact-top-img  ul li a {
    color: #fff;
    font-size: 16px;
}
.contact-top-text{
    text-align: center;
    z-index: 1;
}
.contact-top-img ul li {
    list-style: none;
}
/*-------------------------------------*/
.mtop20 {
    /*padding: 80px 0;*/
    margin-top: 20px;
    margin-bottom: 30px;
}

.contact-info {
    text-align: center;
    box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.1);
    padding: 25px;
    margin-bottom: 20px;

}
.contact-info i {
    font-size: 22px;
    color: #fff;
    width: 65px;
    height: 65px;
    line-height: 66px;
    border-radius: 50%;
    background:rgb(4, 10, 44);
}
.contact-info h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin: 30px 0 15px;
}
.contact-info p {
    margin: 0;
    line-height: 1.9;
    font-size: 14px;
    color: #777777;
}
.contact-info p a {
    font-size: 14px;
    color: #777777;
}
.contact-ares .content {
    margin-top: 20px;
}
.item-form, .item-map{
    margin-top: 20px;
}
.contact-form {
    background: #eee;
    padding: 38px 25px;
}
.form-control {
    padding: 12px;
    font-size: 12px;
    border: none;
    border-radius: 0;
    height: 45px;
    font-family: sans-serif;

}
#contactForm button{
    width: 100%;
    background: rgb(4, 10, 44);
    opacity: 1;
    padding: 12px 33px;
    border:none;
}
#contactForm button:focus{
    box-shadow: none;
    outline: none;
}
.contact-right #map{
    height: 520px;
}
/*---------------------------------------*/
@keyframes zooom {
    0%{transform: scale(1)}
    50%{transform: scale(1.5)}
    100%{transform: scale(1)}
}
/*------------reference page---------------*/
.reference-section{
    padding: 30px 0;
    background: #eaf1fa;
}
.reference-section .useful-links{
    list-style: none;
}
.reference-section .useful-links i,footer .social li{
    padding-right: 7px;
    color: #d10040;
}
.reference-section .useful-links li{
    transition: 0.2s;
}
.reference-section .useful-links li:hover{
    padding-left: 15px;

}
.reference-section .useful-links li a{
    color: black;
}
.reference-section .useful-links li:hover a{
    color: #d10040;
}
/*--------------footer---------------------*/
footer{
    background: rgb(4, 10, 44);;
    padding: 40px 0;

}
footer p{
    color: white;
    margin-top: 17px;
    font-size: 15px;
}
footer h3{
    text-transform: capitalize;
}
footer ul{
    list-style: none;
    line-height: 26px;
    font-size: 15px;
    padding-left: 20px;
}
footer .title{
    color: white;
    font-size: 22px;
    font-family: 'Merriweather', serif;
    border-bottom: 2px solid #d10040;
    padding-bottom: 8px;
    margin-bottom: 26px;

}
footer .useful-links i,footer .social li{
    padding-right: 7px;
    color: #d10040;
}
footer .useful-links li{
    transition: 0.2s;
}
footer .useful-links li:hover{
    padding-left: 15px;

}
footer .useful-links li:hover a{
    color: #d10040;
}
footer .social li{
    display: flex;
    margin-bottom: 7px;
}
footer .social li:first-child i,footer .social li:last-child i{
    margin-top: 5px;
}
footer .social li i{
    margin: auto 0;
    padding-right: 7px;
}
footer .social li:nth-child(2) a {
    color: #d10040;
}
.fa-phone:before{
    font-size: 18px;
}
.copyright{
    background:#02061f;
}
.copyright .content{
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    text-align: center;
}
.copyright .content .left{
    display: inline-block;
}
.copyright .content .right{
    display: inline-block;
    float: right;
}
.copyright .content p {
    color: #fff;
    font-size: 12px;
    margin-bottom: 0;
    padding: 0 5px;
}
.copyright .content p > a {
    color: #d4d4d4;
    white-space: nowrap;
}
.copyright .content p span{
    color:#d10040;
    padding-left: 5px;
    white-space: nowrap;
}
/*-----------------------------------------*/
/*--------------medias------------------------*/
@media only screen and (max-width: 1200px){
    .middle-menu .icon-text{
        padding: 0 5px;
    }
    .services-table p{
        min-width: 153px;
    }
    .td-1:before {
        width: 169px;
        right: -105px;
        bottom: -6px;
        transform: rotate(25deg);
    }
    .td-2:before {
        width: 116px;
        right: 2px;
        bottom: -12px;
        transform: rotate(25deg);
    }
    .td-3:before {
        width: 70px;
        left: 40px;
        bottom: -18px;
        transform: rotate(-37deg);
    }
    .td-4:before{
        width: 169px;
        left: -104px;
        bottom: -12px;
        transform: rotate(-25deg);
    }
    .td-5:before {
        width: 115px;
        right: -85px;
        bottom: 19px;
        transform: rotate(10deg);
    }
    .td-7:before {
        width: 108px;
        left: -85px;
        bottom: 84px;
        transform: rotate(-6deg);
    }
    .td-8:before {
        width: 105px;
        right: -86px;
        bottom: 50.7px;
        transform: rotate(-9deg);
    }
    .td-10:before{
        width: 192px;
        right: -124px;
        top: -9px;
        transform: rotate(-19deg);
    }
    .td-11:before{
        width: 96px;
        right: 10px;
        top: -14px;
        transform: rotate(-25deg);
    }
    .td-12:before{
        width: 108px;
        left: 28px;
        top: -16px;
        transform: rotate(24deg);
    }
    .td-13:before{
        width: 180px;
        left: -121px;
        top: -15px;
        transform: rotate(16deg);
    }
    .swiper-text{
        padding: 0 60px;
    }
    .swiper-text h1{
        font-size: 22px;
        line-height: 25px;
    }
    .swiper-text h3{
        font-size: 27px;
    }
    .about-text-home {
        padding: 60px 62px;
        margin: 0 100px;
    }
    .about-img-home{
        padding: 60px;
        padding-left: 0;
        width: auto;
        margin: 0 100px;
    }
}
@media only screen and (max-width: 991px){
    .middle-menu .logo{
        text-align: center;
        margin-bottom: 25px;
    }
    .middle-menu .icon-content{
        justify-content: space-between;
    }
    .menu > li{
        padding: 23px 15px;
    }
    .about-img-home{
        height: 400px;
        margin: 0;
    }
    .about-text-home{
        padding: 40px 42px 33px;
        margin: 0;
    }
    .our-attorney:hover .attorney-content {
        transform: translateY(-370%);
    }
    .about-page .about-text p, .fa-phone:before, .about-page .about-description span, .about-page .about-description p, .our-attorney .attorney-content span, .table-clone ul li, .dropdown-container li {
        font-size: 15px;
    }
    footer .ttl-cont{
        text-align: center;
        margin-top: 30px;
    }
    footer .social li{
        justify-content: center;
    }
    .services-section .pr-0{
        padding-right: 15px!important;
    }
    .services-table td{
        padding: 15px;
        line-height: 20px;
    }

    .swiper-text{
        padding: 0 182px;
    }
    .swiper-text h1{
        font-size: 22px;
        line-height: 25px;
    }
    .swiper-text h3{
        font-size: 23px;
    }
    .about-img-home {
        left: 15px;
    }
    .about-text-home::-webkit-scrollbar{
        width:8px;
        background: lightgray;
    }
    .about-text-home::-webkit-scrollbar-thumb{
        background-color: #040a2c;
    }
    .useful-links{
        margin-bottom: auto;
    }
    .reference-section .useful-links li a{
        display: flex;
    }
    .reference-section .useful-links i{
        float: left;
    }
    .case-section .content > h4, .case-section .content > h3 {
        font-size: 17px;
    }
    .case-section .people-info > p,.case-section .people-info ol, .case-section .download-link-b a, .case-section .content > h5 {
        font-size: 15px;
    }
    .contact-info i {
        font-size: 20px;
        width: 50px;
        height: 50px;
        line-height: 48px;
    }
    .services-table{
        display: none;
    }

    .table-clone{
        display:flex !important;
    }
    .table-clone h5 {
        font-weight: 400;
        font-size: 17px;
        margin: auto;
        margin-bottom: 45px;
        padding: 19px 15px;
        color: white;
        background: #040a2c;
        border-radius: 50%;
        display: inline-block ;
        min-width: 260px;
        margin-left: calc(51% - 130px);
    }
    .table-clone h5:before, .table-clone h5:after{
        content: "";
        display: block;
        position: absolute;
        width: 12%;
        height: 1px;
        background: black;
        top: 85px;
    }
    .table-clone h5:before{
        left: 190px;
        transform: rotate(-30deg);
    }
    .table-clone h5:after{
        right: 190px;
        transform: rotate(30deg);
    }
    .table-clone ul{
        list-style: none;
        padding: 0;
        text-align: center;
    }
    .table-clone ul li{
        margin: 10px 0;
        line-height: 20px;
    }
}
.menu-clone{
    display: none;
}
.menu-clone .subm > a > i, .menu .subm > a > i{
    padding-left: 7px;
}
@media only screen and (max-width: 767px){
    .top-panel a{
        font-size: 15px;
    }
    .middle-menu{
        display: none;
    }
    .menu-bg{
        background: rgba(234, 241, 250, 1);
        padding: 12.5px 0;
        position: relative;
        left: 0;
        right: 0;
        z-index: 2;
    }
    .menu-bg .top-row{
        position: relative;
    }
    .menu-clone{
        position: absolute;
        z-index: 2;
        background: rgb(234, 241, 250);
        right: 0px;
        padding: 20px 90px 50px;
        display: none;
    }
    .menu-clone > li{
        position: relative;
    }

    .menu-clone li > a{
        display: inline-block;
        margin:10px 0;
        font-size: 14px;
        font-weight: bold;
        color: #040a2c;
    }
    .menu-clone li > a:hover{
        color: #d10040;
    }

    .menu-clone .sub-menu{
        padding: 0 20px;
        margin-left: -20px;
        position: absolute;
        background: #eaf1fa;
        z-index: 2;
        min-width: 170px;
        border: 1px solid #ccc;
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
        visibility: hidden;
        transition: 0.3s;
    }

    .menu-clone .sub-menu li:hover{
        color: #d10040;
        padding-left: 7px;
    }
    .menu-clone > li.subm:hover .sub-menu{
        visibility: visible;
    }
    /*-----------mobile button-----*/
    .mobile_button {
        display: inline-block !important;
        position: absolute;
        top: 22px;
        left: calc(100% - 100px);
        border: 1px solid lightgray;
        border-radius: 5px;
        padding: 8px;
    }
    .media_button {
        display: block;
        outline: none;
        border: none;
        background-color: transparent;
        position: relative;
        z-index: 999;
    }
    .media_button:hover{
        cursor: pointer;
    }
    .media_button:focus{
        outline: none;
    }
    .icon {
        display: block;
        width: 30px;
        height: 2px;
        background-color: #888;
        transition: .4s;
    }
    .middle {
        margin: 5px 0;
    }

    /*-----------------------------*/
    .mobile-logo{
        display: inline-block !important;
    }
    .menu-bg li{
        display: table;
    }
    .menu {
        flex-direction: column;
        padding: 0;
        display: none;
        /*text-align: center;*/
    }

    .menu li a{
        color: #040a2c;
        font-size: 14px;
        font-weight: bold;
    }
    .menu .sub-menu{
        top: 41px;
        left: -5px;
    }
    .menu .sub-menu li a{
        font-size: 11px;
        font-weight: 600;
    }
    .menu li.subm:hover .sub-menu {

        top: 31px;
    }
    .active-menu {
        padding-bottom: 8px;
    }
    .menu li {
        padding: 0;
    }
    footer .title{
        font-size: 20px;
        margin-top: 30px;
    }
    footer .ttl-cont{
        text-align:left;
    }
    footer .social li{
        justify-content: flex-start;
    }
    footer p, footer .useful-links li, footer .social li {
        font-size: 14px;
    }
    .copyright .content{
        flex-direction: column;
    }
    .about-img-home{
        height: 100%;
        left: 19px;
    }
    .our-attorney:hover .attorney-content {
        transform: translateY(-290%);
    }

    .about-text-home{
        padding-left: 31px;
        padding-right: 12px;
    }
    .about-section{
        margin:0;
    }
    .top-pic {
        height: 300px;
    }
    .services-section .srv-title{
        font-size: 15px;
        font-weight: 400;
    }
    .swiper-text{
        padding: 0 70px;
    }
    .swiper-text h1{
        font-size: 20px;
        line-height: 25px;
    }
    .swiper-text h3{
        font-size: 21px;
    }

    .services-top-img ul li:last-child {
        font-size: 21px;
    }
    .reference-section .useful-links li a {
        font-size: 15px;
    }
    .case-section .content > h4, .case-section .content > h3 {
        font-size: 17px;
    }
    .contact-info h3 {
        font-size: 17px;
    }
    .contact-info p {
        font-size: 13px;
    }
}
@media only screen and  (max-width: 576px){
    .modal{
        padding-left: 17px;
    }
    .modal-dialog {
        max-width: 410px;
        margin: auto;
    }
    .modal-header h4{
        font-size: 20px;
    }
    .modal-body p, .modal-footer button{
        font-size: 15px;
    }
    .top-panel a{
        font-size: 14px;
    }

    .menu-clone li > a {
        font-size: 13px;
    }
    .swp-img-sld {
        width: 100%;
        height: 50vh;
    }
    .swiper-text{
        padding: 0 40px;
    }
    .swiper-text h1{
        font-size: 18px;
        line-height: 25px;
    }
    .swiper-text h3{
        font-size: 19px;
    }
    .about-img-home{
        left: 0;
    }

    .table-clone h5:before{
        display: none;
    }
    .table-clone h5:after{
        transform: rotate(90deg);
        left: 45%;
        width: 10%;
    }
    .table-clone ul{
        text-align: center;
        margin: auto;
    }
    .table-clone ul:nth-child(2) li:nth-child(1){
        margin-top: 0;
    }
    .mtop0{
        margin-top: 0 !important;
    }
    .copyright .content p{
        margin: 5px 0;
    }
    .dropdown-btn{
        font-size: 15px;
    }
    .about-page .about-text p, .fa-phone:before, .about-page .about-description span, .about-page .about-description p, .our-attorney .attorney-content span,.table-clone ul li, .dropdown-container li {
        font-size: 14px;
    }
    .our-attorney .attorney-content h3{
        font-size: 18px;
    }
    .mobile_button {
        left: calc(100% - 81px);
    }
    .mobile-logo img{
        width: 220px;
    }
    footer img {
        width: 230px;
    }
    .table-clone h5 {
        font-size: 15px;
        padding: 19px 25px;
    }
    .useful-links {
        margin-left:0;
    }
    .reference-section .useful-links li a {
        font-size: 14px;
    }
    .case-section .content > h4, .case-section .content > h3 {
        font-size: 16px;
    }
    .case-section .people-info p, .case-section .people-info ol, .case-section .download-link-b a, .case-section .content > h5 {
        font-size: 14px;
    }
    .case-section .people-info > p:nth-child(-n+2){
        line-height: 20px;
    }
    .case-section #content3 .people-info > p,.case-section #content5 .people-info > p, .case-section #content6 .people-info > p, .case-section #content7 .people-info > p {
        line-height: 20px;
    }

    #contactForm button{
        font-size: 14px;
    }
}
@media only screen and (max-width: 490px){
    .case-section #content3 .people-info > p {
        padding-right: 106px;
    }
    .case-section #content5 .people-info > p, .case-section #content6 .people-info > p {
        padding-right: 131px;
    }
    .case-section #content7 .people-info > p{
        padding-right: 110px;
    }

}
@media only screen and (max-width: 450px){
    .top-panel a{
        font-size: 13px;
    }
    .mobile-logo img{
        width: 200px;
    }
    .mobile_button{
        top: 21px;
        left: calc(100% - 64px);
    }

    .media_button{
        padding: 0;
    }
    .swp-img-sld {
        width: 100%;
        height: 40vh;
    }
    .swiper-text{
        padding: 0 20px;
    }
    .swiper-text h1{
        font-size: 14px;
        line-height: 19px;
    }
    .swiper-text h3{
        font-size: 14px;
    }


    .case-section .people-info ul > li:first-child {
        padding-right: 0;
    }
    .about-text-home p{
        font-size: 13px;
    }
    .top-pic {
        height: 200px;
    }
    .our-attorney:hover .attorney-content {
        transform: translateY(-208%);
    }
    .services-section .srv-title {
        font-size: 13px;
    }
    .table-clone h5 {
        font-size: 14px;
    }
    .useful-links{
        padding-left:10px ;
    }
    .services-top-img ul li:last-child,.case-top-img ul li:last-child {
        font-size: 19px;
    }
    .case-section .content > h4, .case-section .content > h3 {
        font-size: 15px;
    }
    .case-section .people-info  p, .case-section .people-info ol, .case-section .download-link-b a, .case-section .content > h5 {
        font-size: 13px;
    }
    .case-section .people-info > p{
        padding-right: 140px;
        margin-bottom: 8px;
    }
    .case-section .people-info > p:last-child{
        margin-bottom: 20px;
    }
    .case-section #content6 .people-info > p {
        padding-right: 115px;
    }
}
@media only screen and (max-width: 400px){
    .case-section .people-info > p {
        padding-right: 84px;
    }
    .case-section #content3 .people-info > p {
        padding-right: 55px;
    }
    .case-section #content3 .people-info > p:nth-child(6) {
        padding-right: 48px;
    }
    .case-section #content4 .people-info > p {
        padding-right: 91px;
    }
    .case-section #content5 .people-info > p{
        padding-right: 48px;
    }
    .case-section #content6 .people-info > p{
        padding-right: 59px;
    }
    .case-section #content7 .people-info > p{
        padding-right: 62px;
    }
}
@media only screen and (max-width: 345px){
    .case-section .people-info > p {
        padding-right: 81px;
    }
    .case-section #content3 .people-info > p:nth-child(6) {
        padding-right: 35px;
    }
    .case-section #content4 .people-info > p {
        padding-right: 50px;
    }
    .case-section #content5 .people-info > p{
        padding-right: 35px;
    }
    .case-section #content6 .people-info > p{
        padding-right: 36px;
    }
    .case-section #content7 .people-info > p{
        padding-right: 36px;
    }
}