﻿body, html {
  height: 100%;
  margin: 0;
  scroll-behavior: smooth;
}
body {
}
.navbar-brand img{
        max-height: 55px;
        transition:0.5s;
}
header{
        background-color: #000;
    /*position: absolute;*/
    top: 35px;
    left: 0;
    right: 0;
    z-index: 99;
}
.navbar-nav li{
            /*border-left: 1px solid #e8e8e8;*/
    line-height: 65px;
}
.navbar-nav li:last-child{
    border-right:none;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:9999;
}
.sticky .navbar-brand img{
    max-height:45px;
}
.sticky .navbar-nav li{
    line-height:45px;
}
p{
    font-size:18px;
}
ul,li{
    list-style:none;
    margin:0;
    padding:0;
}
a{
    outline:none;
    text-decoration:none;
}
a:hover{
    outline:none;
    text-decoration:none;
    color:#A2303C;
}
.topBar{
    background-color:#323232;
    padding: 5px 0;
}
.topBarLeft{

}
.topBarLeft ul li{
    display:inline-block;
    margin-right: 5px;
}
.topBarLeft ul li a{
    background-color: #565656;
    color: #fff;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
}
.topBarLeft ul li a:hover{
    background-color:#A2303C;
}
.topBarRight{
    text-align:right;
}
.topBarRight ul li{
    display:inline-block;
            margin-left: 5px;
            border-left: 1px solid #898989;
            padding-left: 10px;
}
.topBarRight ul li:first-child{
    border-left: none;
    padding-left: 0px;
}
.topBarRight ul li a{
        color: #d3d3d3;
}
.sldrcntnt h5{
        font-family: 'Charm', cursive;
        font-size: 40px;
    font-weight: 600;
}
.sldrcntnt h2{

}
.sldrcntnt h2 strong{
    color:#235584;
}
.sldrcntnt p{
        color: #4d4d4d;
    font-size: 19px;
}

.cntctSectn h4{
    /*font-family: 'Satisfy', cursive;*/
    font-family: 'Charm', cursive;
        color: #A2303C;
}
.cntctSectn ul{

}
.cntctSectn ul li{
    display:inline-block;
    width: 150px;
    border: 1px solid #e3e3e3;
    height: 80px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background-color:#fff;
    transition: all 1s;
}
.cntctSectn ul li:hover{
    
}
.cntctSectn ul li img{
        position: absolute;
    max-height: 70px;
    max-width: 140px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all 1s;
}
.cntctSectn ul li img:hover{
    transform: scale(1.045);
    transition: all 0.5s;
    cursor:pointer;
}
footer{
    background-image:url(../img/bg2.jpg);
    background-size:cover;
    background-position:center;
    /*background: #00204c;*/
    color: #e4e4e4;
    padding: 45px 0;
    position:relative;
}
footer::before{
    content:'';
    background: #00204ce0;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}
footer ul li a{
    color: #e4e4e4;
}
.bttmfoot{
    background-color: #242424;
    color: #b6b6b6;
    padding: 20px 20px 50px;
    font-weight: 100;
}

.SctnTitle{

}
.SctnTitle h5{
    /*font-family: 'Satisfy', cursive;*/
    font-family: 'Charm', cursive;
        color: #F6960E;
            font-size: 25px;
    margin-bottom: 0;
}
.SctnTitle h4{
        font-weight: 400;
    font-size: 30px;
    position:relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif;
}
.SctnTitle h4::before{
    background-color:#A2303C;
        background-color: #A2303C;
    /*content: '';*/
    width: 50px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.SctnTitleCntr h4::before{
    margin:auto;
    right:0;
}
.PracticeBox{
    display:block;
    height:150px;
    
    background-size:cover;
    margin-bottom:20px;
    position:relative;
        border-radius: 5px;
    overflow: hidden;
        /*padding: 20px;*/
            color: #fff;
}
.PracticeBox::after{
    /*content:'';*/
        background-color: rgba(0,0,0,.4);
        position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    
}
.PracticeBox div{
    /*background: rgba(0,0,0,.6) url(../img/dot_bg.png);*/
    background: #ffffffa6 url(../img/dot_bg.png);
    /*background-color: rgba(0,0,0,.4);*/
    height:150px;
    width:100%;
    padding: 20px;
    transition: all 1s;
}
.PracticeBox div:hover{
        transform: scale(1.045);
    transition: all 0.5s;
    cursor: pointer;
}
.PracticeBox h4{
        color: #A2303C;
    font-weight: 700;
}
.practibox1{
    background:url(../img/immigration.jpg) no-repeat right center;
    background-size:cover;
}
.practibox2{
    background:url(../img/tax.jpg) no-repeat right bottom;
    background-size:cover;
}
.practibox3{
    background:url(../img/expat.jpg) no-repeat right bottom;
    background-size:cover;
}
#carouselExampleCaptions2 .carousel-caption{
    position:relative;
    color:#000;
    /* background-color:#e7e7e7; */
    padding:0;
    top:0;
    bottom:0;
    border-radius:10px;
    overflow:hidden;
    /*border: 1px solid #e7e7e7;*/
    padding: 15px;
}
carousel-caption1{

}
#carouselExampleCaptions2 .carousel-control-prev,#carouselExampleCaptions2 .carousel-control-next{
        width: 40px;
    height: 40px;
    display: block;
    background-color: #262525;
    z-index: 99;
    border-radius: 50%;
    line-height: 45px;
    text-align: center;
        top: 41%;
        opacity:.9;
}
#carouselExampleCaptions2 .carousel-control-prev{
    left:-20px;
}
#carouselExampleCaptions2 .carousel-control-next{
    right:-20px;
}
.CstmSctn{
    /*background: #00204c;*/
        margin-top: -1px;
        padding:10px 0;
        border-bottom: 1px solid #e3e3e3;
}
.CstmSctn img{

}
.CstmSctn h5{
        margin-top: 15px;
    font-size: 16px;
}
.bslrdbox{

}
.bslrdbox div{
    display: table-cell;
    width: 24%;
    text-align: center;
    border-left: 1px solid #234068;
    /* height: 100%; */
    /*vertical-align: middle;*/
    padding: 10px 2px;
}
.bslrdbox div:first-child{
    border-left: none;
}
.bslrdbox div:last-child{

}
.bslrdbox div:last-child{
    /*border-right:1px solid #666666;*/
}
.bslrdbox div h5{
    color:#fff;
    font-size: 15px;
    font-weight: 600;
    margin-top:15px;
    font-family: 'Playfair Display', serif;
}
.OutrPrctcBx{
    background-color:#A2303C;
}
.prctcbox{
    background:url(../img/bg1.jpg) no-repeat center center;
    background-size:cover;
    /*background: #e7e7e7;*/
    position:relative;
    height:600px;
    border-bottom-left-radius: 300px;
    border-bottom-right-radius: 300px;
    overflow: hidden;
}
.prctcbox::before{
    content:'';
    background-color: #396b4b1f;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.MainPracticeHome{
        overflow: hidden;
    /*border-top-left-radius: 300px;
    border-top-right-radius: 300px;*/
    /*background-color: #f8f9fa;*/
    background-color: #fff;
}

a.PracticeBoxOuter{
        display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
a.PracticeBoxOuter img{
    width:100%;
}
a.PracticeBoxOuter div{
    position: absolute;
    /* top: 0; */
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000000b8;
    padding: 10px 5px;
}
a.PracticeBoxOuter div h5{
    color: #fff;
    font-size: 15px;
    text-align: center;
    margin-bottom: 0;
}

#carouselExampleCaptions2 .media img{
    max-width:200px;
    }
.pgetitle{
    background:url(../img/dot_bg.png) #ebebeb;
}
.pgetitle h1{
        font-size: 25px;
    font-weight: 700;
}
.breadcrumb-item a{
        color: #F6960E;
    font-weight: 600;
}
.asidePractice{

}
.asidePractice h4{
    background-color: #A2303C;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 20px;
}
.asidePractice ul{

}
.asidePractice ul li{
    border-bottom: 2px solid #A2303C;
}
.asidePractice ul li a{
    display: block;
    padding: 15px 10px;
    font-size: 18px;
    color: #3a3a3a;
    font-weight: 600;
}
.asidePractice ul li a.active{
    background-color: #f6f6f6;
}
/* Reco s */
/*.....*/
.tstTitlBox{
    padding: 150px 0 20px 0;
}
.tstTitlBox h4{
    font-size: 30px;
    font-family: 'Marck Script', cursive;
}
.tstTitlBox h4 span{
    /*font-family: 'Playball', cursive;*/
}
.tstmainBox{
    padding: 60px 0;
    background-color: #fafafa;
}
.tstListBox{
    
}
.tstListBox p{
        font-size: 16px;
        /*font-weight: 600;*/
}
.tstListBox p img{
    max-height: 20px;
    margin-right: 10px;
}
.tstListBox blockquote {
    padding: 2px 10px;
    margin: 15px 0 10px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
/* .tstListBox ul{
    
} */
.tstListBox ul li{
    display: table-row;
    position: relative;
}

.tstListBox ul li>div{
    display: table-cell;
}
.tstListBox ul li .TstBox1{
    width: 45%;
    /*background-color: #fff;*/
}
.tstListBox ul li .TstBox2{
        width: 1%;
    background-color: #e3e3e3;
    text-align: center;
    position: relative;
        border-top: 1px transparent;
    border-bottom: 1px transparent;
}
.tstListBox ul li .TstBox2 h5{

}
.tstListBox ul li .TstBox3{
    width: 45%;
    /*background-color: #4c9933;*/
}

.tstListBox ul li:nth-child(odd) .TstBox1{
    /*border: 1px solid #d7d7d7;
    border-radius: 10px;*/
    padding: 10px;
    border-top: 1px dashed #c4c4c4;
    border-left: 1px dashed #c4c4c4;
    border-bottom: 1px dashed #c4c4c4;
        border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.tstListBox ul li:nth-child(odd) .TstBox1 h4{
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 10px;
    font-size: 18px;
}
.tstListBox ul li:nth-child(odd) .TstBox2{
    background-color: #c4c4c4;

}
.tstListBox ul li:nth-child(odd) .TstBox2::before{
    content: '';


    width: 70px;
    height: 5px;
    background: #c4c4c4;
    position: absolute;
    top: 0;
     left: 0; 
    bottom: 0;
    right: 0;
    margin: auto;
}
.tstListBox ul li:nth-child(odd) .TstBox3 h5{
    font-size: 16px;
    margin-top: 10px;
    font-weight: 600;
    font-style: italic;
}
.tstListBox ul li:nth-child(odd) .TstBox3{
    vertical-align: middle;
    text-align: center;
}

.tstListBox ul li:nth-child(odd) .TstBox3 a{
    width: 200px;
    height: 200px;
    /*background-color: green;*/
    border-radius: 100%;
    overflow: hidden;
    padding: 10px;
    position: relative;
    margin: auto;
    display: block;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
/*.tstListBox ul li:nth-child(even) .TstBox3 a:hover .Vltr{
    display: block;
}*/
.tstListBox ul li:nth-child(odd) .TstBox3 a img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 80%;
    margin: auto;
    max-height: 75%;
}
/*....Even.....*/
.tstListBox ul li:nth-child(even) .TstBox3{
    /*border: 1px solid #d7d7d7;
    border-radius: 10px;*/
    padding: 10px;
    border-top: 1px dashed #e3e3e3;
    border-right: 1px dashed #e3e3e3;
    border-bottom: 1px dashed #e3e3e3;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.tstListBox ul li:nth-child(even) .TstBox3 h4{
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 10px;
    font-size: 18px;
}
.tstListBox ul li:nth-child(even) .TstBox2{
    
}
.tstListBox ul li:nth-child(even) .TstBox2::after{
    content: '';
    width: 70px;
    height: 5px;
    background: #e3e3e3;
    position: absolute;
    top: 0;
    /* left: 0; */
    bottom: 0;
    right: 0;
    margin: auto;
}
.tstListBox ul li:nth-child(even) .TstBox1 h5{
    font-size: 16px;
    margin-top: 10px;
    font-weight: 600;
    font-style: italic;
}
.tstListBox ul li:nth-child(even) .TstBox1{
    vertical-align: middle;
    text-align: center;
}
.tstListBox ul li:nth-child(even) .TstBox1 a{
    width: 200px;
    height: 200px;
    /*background-color: green;*/
    border-radius: 100%;
    overflow: hidden;
    padding: 10px;
    position: relative;
    margin: auto;
    display: block;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
/*.tstListBox ul li:nth-child(even) .TstBox1 a:hover .Vltr{
    display: block;
}*/
.tstListBox ul li:nth-child(even) .TstBox1 a img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 80%;
    margin: auto;
    max-height: 75%;
}
/*.tstListBox ul li:nth-child(even){
    background-color: green;
}*/
.tstListBox{
    
}
.Vltr{
    display: none;
    background-color: #000000de;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: 200px;
    color: #dfb51c;
    font-size: 25px;
    font-style: oblique;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
a.TstImgBox{
    transition: .5s ease;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

a.TstImgBox:hover .Vltr{
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: block;
}
.cstmDropbx{
    width: 100%;
    height: 50px;
    padding: 0px 15px;
    /*margin: 0px 0 15px 0;*/
    color: #172b43;
    font-size: 16px;
    outline: none;
    background: #fff;
    border: 0;
    border-bottom: 2px solid #e6e6e6;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.ltroutr{

}
.ltroutr ul{
        text-align: center;
}
.ltroutr ul li{
        display: inline-block;
    width: 250px;
    height: 350px;
    
    overflow: hidden;
    margin: 10px;
}
a.ltrimgbox{
    background-color: #fff;
    /* padding: 10px; */
    display: block;
    border: 3px solid #f1f1f1;
    cursor: pointer;
}
a.ltrimgbox img{
    max-width: 100%
}
.LLPRatingsSectn{
    padding: 40px 0;
}
.LLPRatingsBox{
    display: table;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #14103f;
    margin-bottom: 30px;
    width: 100%;
    min-height: 100px;
}
.LLPRatingsBox>div{
    display: table-cell;
    padding: 10px;
}
.LLPRatingsBox>div:first-child{
    width: 100px;
    background-color: #14103f;
    text-align: center;
    vertical-align: middle;
}
.LLPRatingsBox>div:last-child{
    vertical-align: middle;
}
.LLPRatingsBox>div img{
    max-width: 50px;
    max-height: 50px;
}
.LLPRatingsBox>div h4{
    font-weight: 400;
    font-size: 18px;

}
/* end recos */
.cntctbox{
    position: relative;
    background-color: #F6F6F6;
    overflow: hidden;
    z-index: 1;
}
.cntctbox:before{
    content: '';
    background:url(../img/bd-left.jpg) no-repeat left top;
    position: absolute;
    left: -16px;
    top: 0;
    width: 250px;
    height: 400px;
    background-size: 100%;
}
.cntctbox:after{
    content: '';
    background:url(../img/bd-right.jpg) no-repeat right bottom;
    position: absolute;
    right: -16px;
    bottom: 0;
    width: 250px;
    height: 400px;
    background-size: 100%;
    z-index: -1;
}
.cntctAddrs img{
    max-height: 37px;
}
.cntctbox .form-control{
    width: 100%;
    height: 50px;
    padding: 0px 15px;
    margin: 0px 0 10px 0;
    border-radius: 8px;
    color: #172b43;
    font-size: 16px;
    outline: none;
    background: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(91,130,148,.08);
    box-shadow: 0 3px 6px rgba(91,130,148,.08);
    border: 1px solid #e6e6e6;
}

#loaderLtr img{
    max-width: 150px;
}

/* Work Ecperience Style */
.ExprnceList{
list-style: none;
margin-left: 30px;
padding: 40px 0;
border-left: 3px solid #A2303C;
}
.ExprnceList li{
position: relative;
padding-left: 40px;
margin-bottom: 40px;
}
.ExprnceList li::before{
    content: '';
    position: absolute;
    top: 0;
    left: -25px;
    width: 50px;
    height: 50px;
    border: 3px solid #A2303C;
    border-radius: 50%;
    background-color: #fff;
}

.ExprnceListHead h4{
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 3px;
    color: #A2303C;
}

/* End Work Experience */

.Intrv .card-header{
    background-color: #182e42 !important;
    border-bottom: 1px solid #3b4e60;
    margin-bottom: 0px !important;
}
.Intrv .card-header .btn{
    font-size: 17px;
    padding: 0;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.Intrv .card{
    border:none;
}
.Intrv .card-body{
    background-color: #fafafa;
    border-left: 1px solid #e3e1e1;
    border-right: 1px solid #e3e1e1;
}

/* Award Section */
.AwardDiv{
    display: table;
    margin: auto;
}
.AwardDiv>div{
    display: table-row;
}
.AwardDiv>div>div{
    display: inline-flex;
    width: 150px;
    height: 150px;
    background-color: #f4f4f4;
    border: 1px solid #e3e2e2;
    position: relative;
}
.AwardDiv>div>div img{
    position: absolute;
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 100px;
}
/* End Award */

.title-back-image.small .indust-title {
    bottom: 24px;
}
.indust-title {
    left: 20px;
    z-index: 99;
    right: 20px;
}
.title-back-image.small:after {
    background: url(../img/small-drop-gradiant.png) no-repeat;
    height: 63px;
}
.title-back-image:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: cover;
    width: 100%;
}
.indust-title h4{
    font-size:20px;
}

.MeetClient{
    position:relative;
        background-color: #fff
}
.MeetClient::before{
    content:'';
    background-color: #e1e1e1;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    height:60%;
}
.MeetClientBox{
    background-color:#fff;
    border-radius: 10px;
    box-shadow:rgb(0 0 0 / 13%) 0px 3.2px 7.2px 0px, rgb(0 0 0 / 11%) 0px 0.6px 1.8px 0px;
}
.tstmnlPic{
    margin-bottom:20px;
}
.tstmnlPic img{
    max-width: 170px;
}
.tstmnlcntn{
    height: 200px;
}
.tstmnlcntn p{
        font-weight: 400;
    color: #858585;
}

.OurClients{
    position:relative;
        background-color: #f8f9fa;
}
.OurClients::before{
    content:'';
        /*background-color: #A2303C;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    position: absolute;*/

    background: url(../img/chess.jpg) 35% center/cover no-repeat local;
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.Cta{
    position:relative;
        background-color: #F6960E;
}
.Cta::before{
    /*content:'';*/
    background-color:#00204c ;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
}
.cta-box{
        /*background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow:rgb(0 0 0 / 13%) 0px 3.2px 7.2px 0px, rgb(0 0 0 / 11%) 0px 0.6px 1.8px 0px;*/
}

.abtLeft{
    border-right: 1px solid #e3e3e3
}
.cstmNav{
    position:initial;
}
.cstmNavItem{
    position:initial !important;
}
.cstmNavItemDiv{
    top:115px;
        width: 100%;
            line-height: initial;
            position:relative;
            overflow:hidden;
}
.cstmNavItemDiv::before{
    /*content:'';*/
    background-image:url(../img/Lawyer-pana.png);
    background-position:right bottom;
    background-repeat:no-repeat;
    background-size:100%;
    position:absolute;
    bottom: -79px;
    right: 0;
    width: 470px;
    top: 0;
    opacity: 0.4;
}
.sticky .cstmNavItemDiv{
    top:100%;
}
.SubMenuItems{
     -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}
.cstmNavItemDiv a{
        display: block;
    padding: 5px 0;
border-bottom: 1px solid #e6e6e6;
    color: #212529;
    font-weight: 500;
}
.cstmNavItemDiv a:last-child{
    border-bottom-color:transparent;
}
.cstmNavItemDiv a:hover,.cstmNavItemDiv a:focus{
    color:#F6960E;
    /*padding:10px;*/
}

.PracticeTitle{
        background-repeat: no-repeat;
    background-size: cover;
    min-height: 230px;
    /*background-image:url(../img/industries.jpg)*/
}
.PracticeTitle h1{
    font-size: 30px;
}
.PracticeMenu{

}
.PracticeMenu ul{

}
.PracticeMenu ul li{
    border-bottom: 1px solid #d9d8d8;
    position:relative;
}
.PracticeMenu ul li:last-child{
    border-bottom:none;
}

.PracticeMenu ul li a{
    display: block;
    padding: 10px 0;
    color: #8b8b8b;
    font-weight: 600;
}
.PracticeMenu ul li a.active{
    position:relative;
        color: #A2303C;
    font-weight: 700;
    font-style: italic;
}
.PracticeMenu ul li .active::before{
    /*content:'';*/
        position: absolute;
    top: 0;
    bottom: -2px;
    right: -15px;
    width: 15px;
    background-color: #A2303C;
    border-bottom: 1px solid #d9d8d8;
}
.PracticeMenu ul li a:hover{
    color: #A2303C;
}
.PracticeCntnt{
    border-left: 1px solid #d9d8d8;
}
.PrctcCntntSctn{
    position:relative;
}
.PrctcCntntSctn::before{
    /*content:'';*/
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    width: 31%;
    background-color: #fcfbfb;
    border-right: 1px solid gray;
}

.cstmList{
    padding-left: 20px;
}
.cstmList li{
    position:relative;
        font-size: 17px;
        padding-left: 25px;
    margin-bottom: 10px;
}
.cstmList li::before{
    content:'\eed7';
    font-family:icofont;
    color: #03B1C4;
    position: absolute;
    left: 0;
    top: 1px;
}
.Brdcrumb{
        background-color: #e1e1e1;
}
.ClientDiv{
        /*background-color: #f4f4f4;
    border: 1px solid #e6e5e5;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px;*/
       
}
.ClientDivText h4{
     /*font-family: 'Charm', cursive;*/
     font-family: 'Playfair Display', serif;
         font-weight: 700;
    font-size: 30px;
}
.ClientDivImg img{
    border-radius:20px;
}
/*.ClientDivImg .owl-carousel .owl-item img{
    max-width:100% !important;
}*/
.blueSctn{
    background-color:#182e42;
    border-radius:70px;
        margin-top: -56px;
    /*border: 5px solid #fff;*/
}
.blueSctn h4{
    color:#F6960E;
    font-weight: 700;
    font-size: 28px;
}
.blueSctn h4 span{
    color:#fff;
}

.BenifitSctn {
    background: url(../img/tabbed-background.jpg);
    background-size:cover;
}

.practice-box22{
    background-color: #fbfbfb;
    border: 1px solid #d7d7d7;
}
.representationArea{
    position:relative;
    background-color: #000018;
}
.representationArea::before{
    content:'';
    background-image:url(../img/bg_area.jpg);
    background-size:cover;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    width:50%;
}
.newcolorlist{

}
.newcolorlist li{
    color:#fff;
    font-size:18px;
    margin-bottom: 8px;
}
.newcolorlist li::before{

}

.RtngSctnBox{
        background-color: #f6f6f6;
    margin-bottom: 25px;
    padding: 15px;
}
.RtngSctnBox img{
    max-height: 67px;
}
.ClientLogo{
    background-color:#fff;
    padding:15px;
}
.ClientLogo img{

}
.newsidebar {
    background-color: #DAE1E4;
    padding: 12px;
    border-radius: 8px;
}
.inner-bottom-box {
    background-color: #E8F0F3;
    padding: 12px;
    border-radius: 8px;
    margin: 0 0 10px !important;
}
.AllPageEnquiry{
        position: fixed;
    left: 0;
    right: 0;
    bottom: -272px;
    z-index: 999;
    height: 308px;
    z-index: 999;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-align: center;
}
.AllPageEnquiry a{
    position:relative;
}
.AllPageEnquiry a span{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 40px;
    color: #000;
    font-weight: 500;
    
}
.AllEngContnt .form-control{
    border: 1px solid #cfcfcf;
}

.feedback-open .AllPageEnquiry{
    bottom:0;
}

.AllEngContnt{
    padding:20px;
    /*background: -moz-linear-gradient(90deg,#f9f9f9 0,#fdfdfd 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fdfdfd),color-stop(100%,#f9f9f9));
    background: -webkit-linear-gradient(90deg,#f9f9f9 0,#fdfdfd 100%);
    background: -o-linear-gradient(90deg,#f9f9f9 0,#fdfdfd 100%);
    background: -ms-linear-gradient(90deg,#f9f9f9 0,#fdfdfd 100%);
    background: linear-gradient(0deg,#f9f9f9 0,#fdfdfd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f9f9f9', GradientType=0);*/
    /*border-top: 2px solid #ececec;*/
    background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12);
}
.AllEngContnt>div{
        width: 60%;
    margin: auto;
}

.Ftagsspan{
        display: inline-block;
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    margin-right: 10px;
}
.Ftagsspan i{

}
.carousel-indicators{
    visibility:hidden;
}

.inner-top-box {
    background-color: #1e293b
}
.howfill-visa, .inner-top-box {
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 12px;
}

.OurClientsSctn{
    background-color: #f4f4f4;
}
.owlcalBox{
    background-color:#fff;
}
.owlcalImg{

}
.owlcalImg img{

}
.owlcalCntnt{
    text-align:center;
}

.DicPop{
        position: fixed;
    background-color: #000000c4;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 999;
    transition:0.5s;
}
.DicPopBox{
        position: fixed;
    top: 10%;
    left: 0;
    right: 0;
    /*bottom: 0;*/
    width: 600px;
    margin: auto;
    /*background-color: #fff;*/
    /*padding: 20px;*/
    border-radius:5px;
    overflow:hidden;
    background:url(../img/abg.jpg) no-repeat center center;
    background-size:cover;
}
.LetestAwardSec {
    /*min-height: 100px;*/
    background-color: #e5e5e5;
    border-bottom: 1px solid #b5b5b5;
}

    .LetestAwardSec h5 {
        font-family: 'Grenze Gotisch', cursive;
        font-size: 25px;
    }

.tcm-box img {
    max-height: 35px;
}

.ceocntnt h5 {
    font-family: 'Grenze Gotisch', cursive;
    font-size: 35px;
}
@media(max-width:583px){
    .DicPopBox{
        top:3%;
        bottom:3%;
        width:90%;
        height:90%;
        overflow:auto;
    }
}
.DicPopTitle{
    background-color: #A2303C;
    color: #fff;
    font-size: 20px;
    padding: 10px;
}
.DicPopTitle h4{
        font-size: 20px;
    font-weight: 400;
    margin: 0;
}
.DicPopCntnt{
    padding:20px;
}
.DicPopCntnt p{
    font-size:16px;
    color:#000;
}

@media(max-width:470px){
    .blueSctn h4{
        font-size:20px;
    }
    .AwardDiv>div>div{
        width: 100px;
    height: 100px;
    }
    .AllPageEnquiry {
        height: 370px;
        bottom: -332px;
    }
}
@media(max-width:583px){
    .AllEngContnt>div{
        width:100%;
    }
    .navbar-brand img{
            max-height: 50px;
    }
    #carouselExampleCaptions2 .media img{
        max-width:100px;
    }
    #carouselExampleCaptions2 .carousel-control-prev{
        left:0;
    }
    #carouselExampleCaptions2 .carousel-control-next{
        right:0;
    }
    #carouselExampleCaptions2 .carousel-control-prev, #carouselExampleCaptions2 .carousel-control-next{
        top:35%;
        width: 35px;
    height: 35px;
        line-height: 37px;
    }
    .carousel-control-prev-icon, .carousel-control-next-icon{
        width: 15px;
    height: 15px;
    }
}
@media(max-width:768px){
    .AllPageEnquiry{
        height:350px;
        bottom:-312px;
    }
    .representationArea::before {
        display:none;
    }
    .representationArea{
        text-align:center;
    }
    .FSpanText{
        display:none;
    }
    .list-group{
        display:block;
        text-align:center;
        margin-bottom: 15px;
    }
    .list-group-item{
        display:inline-block;
    }
    .list-group-item-action{
        width:auto;
    }
    .carousel-indicators{
        visibility:visible;
    }
    .carousel-control-prev,.carousel-control-next{
        display:none;
    }
    .blueSctn{
        margin-top:30px;
            border-radius: 10px;
    }
    .abtLeft{
        border-right:none;
    }
    .OurClients::before{
            width: 100%;
    height: 62%;
    background:#000;
    }
    .cstmNavItemDiv{
        overflow:auto;
        max-height: 250px;
    }
    .PracticeCntnt{
        border-left:none;
    }
}
@media(max-width:991px){
    .navbar-nav li{
        border-left:none;
        line-height:initial;
    }
    .sticky .navbar-nav li {
    line-height: inherit;
}
    .AwardDiv>div>div img{
        max-width:100%;
    }
    .navbar-collapse{
        padding: 10px 0;
    }
}