﻿body, html {
  height: 100%;
  margin: 0;
  scroll-behavior: smooth;
}
body {
}
.navbar-brand img{
        max-height: 40px;
        transition:0.5s;
}
header{
    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-bottom: 2px solid #ececec;
}
.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:999;
}
.sticky .navbar-brand img{
    max-height:45px;
}
.sticky .navbar-nav li{
    line-height:45px;
}
p{
    font-size:17px;
}
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: 'Satisfy', cursive;
        font-size: 40px;
    font-weight: 600;
}
.sldrcntnt p{
        color: #4d4d4d;
    font-size: 19px;
}

.cntctSectn h4{
    font-family: 'Satisfy', 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: #323232 url(../img/bdo-svg-sprite.svg) 0 -810px no-repeat;
    color: #e4e4e4;
    padding: 45px 0;
}
footer ul li a{
    color: #e4e4e4;
}
.bttmfoot{
    background-color: #fdc11f;
    /*color: #939393;*/
    padding: 15px 0;
}

.SctnTitle{

}
.SctnTitle h5{
    font-family: 'Satisfy', cursive;
        color: #A2303C;
            font-size: 25px;
    margin-bottom: 0;
}
.SctnTitle h4{
        font-weight: 700;
    font-size: 30px;
    position:relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.SctnTitle h4::before{
    background-color:#A2303C;
    content:'';
        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;
}
#carouselExampleCaptions2 .carousel-control-prev,#carouselExampleCaptions2 .carousel-control-next{
        width: 40px;
    height: 40px;
    display: block;
    background-color: #A2303C;
    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: #333;
        margin-top: -1px;
}
.bslrdbox{

}
.bslrdbox div{
    display: table-cell;
    width: 24%;
    text-align: center;
    border-left: 1px solid #666666;
    /* height: 100%; */
    vertical-align: middle;
    padding: 10px 2px;
}
.bslrdbox div:last-child{
    border-right:1px solid #666666;
}
.bslrdbox div h5{
    color:#fff;
    font-size: 15px;
    font-weight: 400;
}

.prctcbox{
    background:url(../img/bg1.jpg) no-repeat center center;
    background-size:cover;
    /*background: #e7e7e7;*/
    position:relative;
}
.prctcbox::before{
    content:'';
    background-color: #000000a6;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    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: #A2303C;
    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: #A2303C !important;
    border-bottom: 1px solid rgb(178 93 102);
    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;
}

/* Award Section */
.AwardDiv{
    display: table;
    margin: auto;
}
.AwardDiv>div{
    display: table-row;
}
.AwardDiv>div>div{
    display: table-cell;
    width: 150px;
    height: 150px;
    /* background-color: gray; */
    border: 1px solid #f2f2f2;
    position: relative;
}
.AwardDiv>div>div img{
    position: absolute;
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 100px;
}
/* End Award */

.MainBnrSction{
    background-color:#20364B;
    /*height: 90vh;*/
}
.carousel-caption i{
        font-size: 70px;
    color: #2e4a64;
    margin-bottom:20px;
    display:inline-block;
}
.carousel-caption p{
    font-weight:300;
}
.TypeList{

}
.TypeList ul{
    margin:0;
    padding:0;
    list-style:none;
    text-align:center;
}
.TypeList ul li{
    display:inline-block;
        width: 100px;
    vertical-align: top;
        margin: 5px;
        position:relative;
}
.TypeList ul li a{
    display: block;
}
.TypeList ul li a:hover{
    /*cursor:pointer;*/
}
.TypeList ul li a div{
        width: 90px;
    height: 90px;
    background-color: #ececec;
    border-radius: 50%;
    position: relative;
    margin: auto;
    border: 1px solid #d4d2d2;
    margin-bottom: 10px;
}
.TypeList ul li a div:hover{
    background-color:#fdc11f;
    border: 1px solid #dfa814;
}
.TypeList ul li a div.active{
    background-color:#fdc11f;
    border: 1px solid #dfa814;
}

.TypeList ul li a div img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 40px;
}
.TypeList ul li a h6{

}
.ProcBox{
    background-color:#e7f3ff;
    border-radius:10px;
    padding:20px 15px 10px 15px;
}
.ProcBox h4{
    font-size:18px;
    font-weight:700;
}
.ProcBox p{

}
.owl-dots{
    text-align:center;
}
.owl-dots .owl-dot{
    width: 30px;
    height: 15px;
    background-color: #fff !important;
    border-radius: 50px;
    margin: 5px;
    outline:none;
    text-decoration:none;
}
.owl-dots button.active{
    background-color: #fdc11f !important;
    outline:none;
}
.OfferListBox ul{
    margin:0;
    padding:0;
    text-align:center;
}
.OfferListBox ul li{
    list-style:none;
    display: inline-block;
    text-align:center;
    padding: 10px;
        width: 24%;
        vertical-align: top;
}
.OfferListBox ul li p{
        /*font-weight: 600;*/
    font-size: 18px;
    margin-top:20px;
}
.OfferListBox ul li div{
    position:relative;
    width: 130px;
    height: 130px;
    background-color: #eeeeee;
    border-radius: 50%;
        margin: auto;
            border: 1px solid #cfcfcf;
            transition:0.5s;
}
.OfferListBox ul li div:hover {
    background-color: #FDC11F;
    cursor:pointer;
}
.OfferListBox ul li div img{
        position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 45px;
    max-height: 45px;
    margin: auto;
}

.LogoBox{
        height: 60px;
    background-color: #fff;
    border-radius: 5px;
    margin: 5px;
    position: relative;
    padding: 5px;
    border: 1px solid #e6e6e6;
}
.LogoBox img{
    max-height:55px;
    width:auto !important;
    margin: auto;
}
.HsptlSctn{
    position:relative;
    background-color: #20364b;
    border-bottom: 1px solid #485664;
    margin-top:-30px;
}
.HsptlSctn::before{
    content:'';
        background-color: #f8f9fa;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 30px;
}
.TripPlan{
    padding-bottom: 100px;
}
#loader{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #4f4f4fb5;
    z-index: 9999;
}
#loader div{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 120px;
    height: 105px;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    padding-top: 10px;
    font-weight: 600;
}
#loader div span{
     display:block;
}
@media(max-width:583px){
    #carouselExampleCaptions2 .media img{
        max-width:100px;
    }
}
@media(max-width:768px){
    .OfferListBox ul li{
            width: 49%;
    }
    .OfferListBox ul li p{
            
    }
    .OfferListBox ul li div{
            width: 100px;
    height: 100px;
    }
    .OfferListBox ul li div img{
              max-width: 50px;
    max-height: 50px;
    }
}