
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Eczar:wght@400;500;600;700;800&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css');
@import url('https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/jquery-nice-select/1.1.0/css/nice-select.min.css');
@import url('../font/font.css');
/**************************************
                General
**************************************/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.middle { margin: 0 auto; display: table }

body{
     /* font-family: 'Poppins', sans-serif; */
     font-family: 'Eczar', serif;
    font-size: 14px;
    font-weight: 400;
}
a,a:hover,a:focus{
    color: #d5aa6d;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}
h1,h2,h3,h4,h5{
    font-weight: 600;
}
main{
    overflow: hidden;
    margin-top: 0px;

}
input:focus,.form-control:focus{
    box-shadow: none;
}
/**************************************
                Helper Class
**************************************/
.thm-color{
    background-image: -webkit-gradient(linear,left top,right top,from(#d5aa6d),to(#9b6f45));
    background-image: -webkit-linear-gradient(left,#d5aa6d,#9b6f45);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-title{
    font-size: 35px;
  /* font-family: "Poppins"; */
  color: #191514;
    
}
.section-title span{
    background-image: -webkit-gradient(linear,left top,right top,from(#d5aa6d),to(#9b6f45));
    background-image: -webkit-linear-gradient(left,#d5aa6d,#9b6f45);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.title{
  font-size: 22px;
  /* font-family: "Poppins"; */
  color: #b88556;
  font-weight: bold;
  text-shadow: rgb(0 0 0 / 12%) 0px 4px 5px;
 
}

p{
  font-size: 15px;
  /* font-family: "Roboto"; */
  color: rgb(0, 0, 2);
  line-height: 1.333;
  
}
.small-title{
    font-weight: 300;
font-size: 10px;
line-height: 12px;
text-transform: capitalize;
color: #140342;
}
.card-title{
    font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 24px;
margin-bottom: 20px;
text-transform: capitalize;
color: #2E313A;    
}



.primary-btn {
    -webkit-box-shadow: 0 4px 7px rgb(213 170 109 / 48%);
    -khtml-box-shadow: 0 4px 7px rgba(213,170,109,.48);
    -moz-box-shadow: 0 4px 7px rgba(213,170,109,.48);
    -ms-box-shadow: 0 4px 7px rgba(213,170,109,.48);
    -o-box-shadow: 0 4px 7px rgba(213,170,109,.48);
    box-shadow: 0 4px 7px rgb(213 170 109 / 48%);
    background-color: #d5aa6d;
    background-image: -webkit-gradient(linear,left top,right top,from(#d5aa6d),to(#9b6f45));
    background-image: -webkit-linear-gradient(left,#d5aa6d,#9b6f45);
    border-radius: 50rem;
    padding: 12px 40px;
    display: inline-block;
    border: 0;
    display: flex;
    align-items: center;
     justify-content: center;
     font-size: 15px;
    /* font-family: 'Poppins', sans-serif; */
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
 
}
.primary-btn:hover{
    background-color: #d5aa6d;
    background-image: -webkit-gradient(linear,left top,right top,from(#9b6f45),to(#d5aa6d));
    background-image: -webkit-linear-gradient(left,#9b6f45 ,#d5aa6d);
    color: #fff;
}
.card{
    border: 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

/* .form-control {
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;
display: flex;
align-items: center;
text-transform: capitalize;
color: #2E313A;
border: 1px solid #ced4da;
padding: 0;
height: 42px;
border: 1px solid red;
} */
.form-control::placeholder{
    color: rgba(46, 49, 58, 0.5);
}
.form-group {
    position: relative;
}

/* Preloader */

#status{
        background-color: #000;
    position: fixed;
    z-index: 9999;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
  
.spinner {
        margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.spinner .circle {
    animation: spinners linear infinite;
    position: absolute;
    border: 5px solid transparent;
    border-top-color: #d5aa6d;
    border-radius: 50%
}

.spinner .one {
    width: 50px;
    height: 50px;
    border-top-color: #9b6f45;
    animation-duration: .85s
}

.spinner .two {
    width: 70px;
    height: 70px;
    border-top-color: #d5aa6d;
    animation-duration: .95s
}

.spinner .three {
    width: 100px;
    height: 100px;
    border-top-color: #d5aa6d;
    animation-duration: 1.05s
}


@keyframes spinners {
    0% {
        transform: rotate(0deg)
    }
    
    100% {
        transform: rotate(360deg)
    }
}
/**************************************
                Hero Area
**************************************/
.hero-area{
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 0;
    padding-bottom: 0px;
    position: relative;
    margin-top: 0px;
}
.hero-area::after{
    content: '';
     background-color: rgb(52 65 78 / 42%); 
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}


.hero-area .container{
    z-index: 100;
    position: absolute;
    top: 118px;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}


.hero-title-big{
    font-style: normal;
    font-size: 45px;
    color: rgb(255, 255, 255);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.111;
}
.hero-title-big span{
    background-image: -webkit-gradient(linear,left top,right top,from(#d5aa6d),to(#9b6f45));
    background-image: -webkit-linear-gradient(left,#d5aa6d,#9b6f45);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-title{
font-size: 25px;
  /* font-family: "Roboto"; */
  color: rgb(225 225 225);
  line-height: 1.333;
}
.news-letter{
position: relative;
}
.news-letter .form-control{
    height: 54px;
    background-color: #fff;
    border: 0;
    color: #000;
    font-size: 16px;
    border-radius: 50rem;
    padding: 0 35px;
}
.news-letter .primary-btn{
    position: absolute;
    right: 5px;
    top: 4px;
}
.hero-area .card:hover .icon,.top-courses-slider .college-card:hover .icon {
	-webkit-animation: toTopFromBottom 0.3s forwards;
	-moz-animation: toTopFromBottom 0.3s forwards;
	animation: toTopFromBottom 0.3s forwards;
}

@-webkit-keyframes toTopFromBottom {
	49% {
		-webkit-transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toTopFromBottom {
	49% {
		-moz-transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toTopFromBottom {
	49% {
		transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}

.section2 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
    background: #0b0505 url(https://demo.casethemes.net/lawsight/wp-content/uploads/2019/03/bg-fancybox.png?id=1650) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.section2 .card{
    background-color: transparent;
    border-radius: 0;
    padding: 32px 40px 30px 90px;
    position: relative;
}
.section2 .card:before, .section2 .card:after {
    -webkit-transition: all 200ms linear 0ms;
    -khtml-transition: all 200ms linear 0ms;
    -moz-transition: all 200ms linear 0ms;
    -ms-transition: all 200ms linear 0ms;
    -o-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
    content: '';
    height: 2px;
    width: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    background-color: #d5aa6d;
}
.section2 .card:before {
    top: 0;
}
.section2 .card:before {
    left: 0;
}
.section2 .card:after {
    bottom: 0;
}
.section2 .card:hover:before, .section2 .card:hover:after {
    width: 100%;
}
.section2 .card:hover .section2 .card:before, .section2 .card:hover .section2 .card:after {
    height: 100%;
}
.section2 .card .icon-box {
    width: 40px;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-box-shadow: 0 4px 7px rgb(213 170 109 / 48%);
    -khtml-box-shadow: 0 4px 7px rgba(213,170,109,.48);
    -moz-box-shadow: 0 4px 7px rgba(213,170,109,.48);
    -ms-box-shadow: 0 4px 7px rgba(213,170,109,.48);
    -o-box-shadow: 0 4px 7px rgba(213,170,109,.48);
    box-shadow: 0 4px 7px rgb(213 170 109 / 48%);
    background-color: #d5aa6d;
    background-image: -webkit-gradient(linear,left top,right top,from(#d5aa6d),to(#9b6f45));
    background-image: -webkit-linear-gradient(left,#d5aa6d,#9b6f45);
    margin-right: 23px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 30px;
}
.section2 .card .card-content:before, .section2 .card .card-content:after {
    -webkit-transition: all 200ms linear 0ms;
    -khtml-transition: all 200ms linear 0ms;
    -moz-transition: all 200ms linear 0ms;
    -ms-transition: all 200ms linear 0ms;
    -o-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
    content: '';
    width: 2px;
    height: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    background-color: #d5aa6d;
}
.section2 .card .card-content:before {
    left: 0;
}
.section2 .card .card-content:after {
    right: 0;
}
.section2 .card:hover .card-content:before, .section2 .card:hover .card-content:after {
    height: 100%;
}
.section2 .card h3{
    margin-bottom: 7px;
    font-size: 18px;
    color: #fff;
}
.section2 .card p{
    font-size: 14px;
    line-height: 24px;
    color: #999;
}
.bg-dark{
    background: #0b0505;
}
/**************************************
            Service
**************************************/
.service {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
}
.service::after{
    content: '';
    background-color: rgb(0 0 0 / 90%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.service .container-fluid{
    z-index: 10;
    position: relative;
}
.sub-title{
    font-size: 14px;
    color: #d5aa6d;
    letter-spacing: .2em;
    margin-bottom: 14px;
    /* font-family: "Poppins"; */
}
.h-gap {
    margin-top: 25px;
    height: 4px;
}
.h-gap span {
    width: 47px;
    height: 4px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.h-gap span i {
    height: 1px;
    background-color: #d5aa6d;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.h-gap span i:nth-child(1) {
    top: 0;
}
.h-gap span i:nth-child(2) {
    top: 1px;
    width: 45px;
}
.h-gap span i:nth-child(3) {
    top: 2px;
    width: 43px;
}
.h-gap span i:nth-child(4) {
    top: 3px;
    width: 41px;
}
.section-title2 {
    font-size: 35px;
    /* font-family: "Poppins"; */
}
.section-title2 span{
    background-image: -webkit-gradient(linear,left top,right top,from(#d5aa6d),to(#9b6f45));
    background-image: -webkit-linear-gradient(left,#d5aa6d,#9b6f45);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.service-box{
    text-align: center;
    border: 2px dashed #cacaca;
    padding: 41px 45px 43px;
    text-align: center;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    overflow: hidden;
    position: relative;
}
.service-box:hover{
    border-color: transparent;
}
.service-box h3{
    color: #fff;
    font-size: 20px;
    margin-bottom: 14px;
    letter-spacing: .025em;
    line-height: 1.5;
}
.service-box p{
    color: #999999;
}
.service-icon{
    font-size: 50px;
    text-shadow: 0 4px 7px rgb(213 170 109 / 48%);
    -webkit-text-shadow: 0 4px 7px rgba(213,170,109,.48);
    -ms-text-shadow: 0 4px 7px rgba(213,170,109,.48);
    -o-text-shadow: 0 4px 7px rgba(213,170,109,.48);
    background-color: #d5aa6d;
    background-image: -webkit-gradient(linear,left top,right top,from(#d5aa6d),to(#9b6f45));
    background-image: -webkit-linear-gradient(left,#d5aa6d,#9b6f45);
    background-image: -moz-linear-gradient(left,#d5aa6d,#9b6f45);
    background-image: -ms-linear-gradient(left,#d5aa6d,#9b6f45);
    background-image: -o-linear-gradient(left,#d5aa6d,#9b6f45);
    background-image: linear-gradient(left,#d5aa6d,#9b6f45);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#d5aa6d',endColorStr='#9b6f45',gradientType='1');
    background-color: initial;
    background-clip: text;
    -o-background-clip: text;
    -ms-background-clip: text;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -o-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    margin-bottom: 19px;
}
.service-box-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #191514;
    -webkit-transition: all 400ms;
    -khtml-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -khtml-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.service-box-overlay.primary-btn{
    z-index: 100;
    position: relative;
}
.service-box-overlay:after{
    content: '';
    position: absolute;
    top: 40px;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.98)),to(transparent));
    background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.98),transparent);
    background-image: -moz-linear-gradient(bottom,rgba(0,0,0,.98),transparent);
    background-image: -ms-linear-gradient(bottom,rgba(0,0,0,.98),transparent);
    background-image: -o-linear-gradient(bottom,rgba(0,0,0,.98),transparent);
    background-image: linear-gradient(bottom,rgba(0,0,0,.98),transparent);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(0, 0, 0, 0.98)',endColorStr='rgba(0, 0, 0, 0)');
}
.service-box:hover .service-box-overlay {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -khtml-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

.fun-fact{
    background-image: url(https://demo.casethemes.net/lawsight/wp-content/uploads/2019/03/bg-section-counter1.png?id=1687);
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.fun-box{
    text-align: center;
    padding: 42px 30px;
}
.fun-box h4{
    font-size: 22px;
    font-weight: 600;
    /* font-family: inherit; */
    margin-bottom: 0;
    color: #fff;
}
.thm-golden{
    -webkit-box-shadow: 0 4px 7px rgb(213 170 109 / 48%);
    -khtml-box-shadow: 0 4px 7px rgba(213,170,109,.48);
    -moz-box-shadow: 0 4px 7px rgba(213,170,109,.48);
    -ms-box-shadow: 0 4px 7px rgba(213,170,109,.48);
    -o-box-shadow: 0 4px 7px rgba(213,170,109,.48);
    box-shadow: 0 4px 7px rgb(213 170 109 / 48%);
    background-color: #d5aa6d;
    background-image: -webkit-gradient(linear,left top,right top,from(#d5aa6d),to(#9b6f45));
    background-image: -webkit-linear-gradient(left,#d5aa6d,#9b6f45);
    background-image: -moz-linear-gradient(left,#d5aa6d,#9b6f45);
    background-image: -ms-linear-gradient(left,#d5aa6d,#9b6f45);
    background-image: -o-linear-gradient(left,#d5aa6d,#9b6f45);
    background-image: linear-gradient(left,#d5aa6d,#9b6f45);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#d5aa6d',endColorStr='#9b6f45',gradientType='1');
}
.thm-dark{
    background-color: #191514;
    background-image: none;
    -webkit-box-shadow: 0 4px 7px rgb(136 136 136 / 48%);
    -khtml-box-shadow: 0 4px 7px rgba(136,136,136,.48);
    -moz-box-shadow: 0 4px 7px rgba(136,136,136,.48);
    -ms-box-shadow: 0 4px 7px rgba(136,136,136,.48);
    -o-box-shadow: 0 4px 7px rgba(136,136,136,.48);
    box-shadow: 0 4px 7px rgb(136 136 136 / 48%);
}
.count::after{
    content: '+';
}
.team{
    background-color: #191514
}
.team-box{
    position: relative;
}
.team-box img{
    height: 292px;
    webkit-transition: all .3s cubic-bezier(0,0,.2,1)0s;
    -khtml-transition: all .3s cubic-bezier(0,0,.2,1)0s;
    -moz-transition: all .3s cubic-bezier(0,0,.2,1)0s;
    -ms-transition: all .3s cubic-bezier(0,0,.2,1)0s;
    -o-transition: all .3s cubic-bezier(0,0,.2,1)0s;
    transition: all .3s cubic-bezier(0,0,.2,1)0s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.team-content{
    -webkit-box-shadow: 0 4px 7px rgb(192 192 192 / 48%);
    -khtml-box-shadow: 0 4px 7px rgba(192,192,192,.48);
    -moz-box-shadow: 0 4px 7px rgba(192,192,192,.48);
    -ms-box-shadow: 0 4px 7px rgba(192,192,192,.48);
    -o-box-shadow: 0 4px 7px rgba(192,192,192,.48);
    box-shadow: 0 4px 7px rgb(192 192 192 / 48%);
    -webkit-transition: all 220ms linear 0ms;
    -khtml-transition: all 220ms linear 0ms;
    -moz-transition: all 220ms linear 0ms;
    -ms-transition: all 220ms linear 0ms;
    -o-transition: all 220ms linear 0ms;
    transition: all 220ms linear 0ms;
    position: absolute;
    bottom: 75px;
    left: auto;
    right: auto;
    width: 90%;
    margin: auto;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    padding: 24px 20px;
    -webkit-transition: all 220ms linear 0ms;
    -khtml-transition: all 220ms linear 0ms;
    -moz-transition: all 220ms linear 0ms;
    -ms-transition: all 220ms linear 0ms;
    -o-transition: all 220ms linear 0ms;
    transition: all 220ms linear 0ms;
}
.team-content h3{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    -webkit-transition: all 220ms linear 0ms;
    -khtml-transition: all 220ms linear 0ms;
    -moz-transition: all 220ms linear 0ms;
    -ms-transition: all 220ms linear 0ms;
    -o-transition: all 220ms linear 0ms;
    transition: all 220ms linear 0ms;
    color: #191514;
}
.team-content p{
    font-size: 12px;
    color: #7a7a7a;
    display: block;
    -webkit-transition: all 220ms linear 0ms;
    -khtml-transition: all 220ms linear 0ms;
    -moz-transition: all 220ms linear 0ms;
    -ms-transition: all 220ms linear 0ms;
    -o-transition: all 220ms linear 0ms;
    transition: all 220ms linear 0ms;
    margin-bottom: 0;
}
.team-content-overlay{
    background-color: #d5aa6d;
    background-image: -webkit-gradient(linear,left top,right top,from(#d5aa6d),to(#9b6f45));
    background-image: -webkit-linear-gradient(left,#d5aa6d,#9b6f45);
    background-image: -moz-linear-gradient(left,#d5aa6d,#9b6f45);
    background-image: -ms-linear-gradient(left,#d5aa6d,#9b6f45);
    background-image: -o-linear-gradient(left,#d5aa6d,#9b6f45);
    background-image: linear-gradient(left,#d5aa6d,#9b6f45);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#d5aa6d',endColorStr='#9b6f45',gradientType='1');
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-100%);
    -webkit-transition: all 220ms linear 0ms;
    -khtml-transition: all 220ms linear 0ms;
    -moz-transition: all 220ms linear 0ms;
    -ms-transition: all 220ms linear 0ms;
    -o-transition: all 220ms linear 0ms;
    transition: all 220ms linear 0ms;
    padding: 34px 30px;
    display: flex;
    align-items: center;

}
.team-content-overlay a{
    color: #fff;
    font-size: 20px;
    padding: 20px;
    display: flex;
    align-items: center;

}
.team-content-overlay a:hover i{
    transform: translateX(10px);

}
.team-social a {
    font-size: 16px;
    color: #fff;
    margin-right: 8px;
}
.team-content-overlay h3{
    display: inline-block;
    position: relative;
    padding-right: 30px;
    margin-bottom: 5px;
    color: #fff;
}
.team-content-overlay h3:after{
    content: '';
    width: 26px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.team-box:hover .team-content-overlay{
    opacity: 1;
    transform: translateY(0%);
}
.team-box:hover img{
    filter: grayscale(0%);
}
.team-box:hover .team-content{
    webkit-box-shadow: 0 4px 7px rgb(213 170 109 / 48%);
    -khtml-box-shadow: 0 4px 7px rgba(213,170,109,.48);
    -moz-box-shadow: 0 4px 7px rgba(213,170,109,.48);
    -ms-box-shadow: 0 4px 7px rgba(213,170,109,.48);
    -o-box-shadow: 0 4px 7px rgba(213,170,109,.48);
    box-shadow: 0 4px 7px rgb(213 170 109 / 48%);
}
/**************************************
                Register conference
**************************************/
.bg-gray{
    background-color: #e8e8e8;
}
.register-box {
    border: 1px solid #ddd;
    height: 100%;
    padding: 25px;
}
.register-box li{
    font-size: 16px;
    font-weight: 500;
    padding: 6px 0;
}
.register-box li i{
    font-size: 36px;
    background: -webkit-linear-gradient(90deg, rgba(24,84,139,1) 0%, rgba(24,84,139,1) 35%, rgba(4,40,69,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
}
.blink{
    animation: blinking 1s infinite;
    font-size: 20px;
    font-weight: 600;
    animation-delay: .4s;    
}
.blinkerText i a{
    text-decoration: none;
}
@keyframes blinking{
    0%{   color: black;   }
    100%{  color: rgba(24,84,139,1);   }
}

.video-box {
    position: relative;
    box-shadow: 0px 0px 10px 0px #4c779e57;
    padding: 5px;
    background: #fff;
}
.video-box:after{
    content: '';
    background-color: rgb(52 65 78 / 42%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transition: all .4s;
}
.video-box:hover:after{
    background-color: rgb(25 21 20 / 50%);
}
.video-box:hover .video-play-button{
 
}
.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    color: #fff;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #d5aa6d;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
  }
  
  .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background-color: #d5aa6d;
    background-image: -webkit-gradient(linear,left top,right top,from(#d5aa6d),to(#9b6f45));
    background-image: -webkit-linear-gradient(left,#d5aa6d,#9b6f45);
    background-image: -moz-linear-gradient(left,#d5aa6d,#9b6f45);
    background-image: -ms-linear-gradient(left,#d5aa6d,#9b6f45);
    background-image: -o-linear-gradient(left,#d5aa6d,#9b6f45);
    background-image: linear-gradient(left,#d5aa6d,#9b6f45);
    border-radius: 50%;
    transition: all 200ms;
  }
  
  .video-play-button:hover:after {
    background-color: #d5aa6d;
    background-image: -webkit-gradient(linear,left top,right top,from(#9b6f45),to(#d5aa6d));
    background-image: -webkit-linear-gradient(left,#9b6f45 ,#d5aa6d);
   
  }
  
  .video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
  }
  
  .video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 26px solid #fff;
      border-top: 16px solid transparent;
      border-bottom: 16px solid transparent;
  }
  
  @keyframes pulse-border {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }
    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0;
    }
  }
.video-box a .play{
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #17446540;
}

.article-box{
    background-color: white;
    box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
    transition: all .4s;
}
.article-box:hover {
    transform: translateY(-10px);
    box-shadow: rgb(14 30 37 / 0%) 0px 2px 4px 0px, rgb(74 74 74 / 32%) 0px 2px 16px 0px;
}
.article-box img{
    height: 233px;
    width: 100%;
    object-fit: cover;
}
.article-box .title{
    min-height: 54px;
    color: #191514;
}
.article-box:hover .title{
    background-image: -webkit-gradient(linear,left top,right top,from(#d5aa6d),to(#9b6f45));
    background-image: -webkit-linear-gradient(left,#d5aa6d,#9b6f45);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/**************************************
                Footer
**************************************/
.newslatter {
    background-image: url(https://demo.casethemes.net/lawsight/wp-content/uploads/2019/03/bg-newsletter.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 33px 55px 49px;
}
.subsc-box{
    
}
.subsc-box .section-title{
    font-size: 22px;
}
.subsc-box .news-letter .form-control {
    height: 54px;
    background-color: #fff0;
    border: 2px solid #d5aa6d;
    color: #fff;
    font-size: 16px;
    border-radius: 50rem;
    padding: 0 35px;
}
.subsc-box .news-letter .form-control::placeholder{
    color: #fff;
}
footer{
    /* background: #191514; */
    background-color: rgb(11 5 5);
    /* background:linear-gradient(to right, rgb(11 5 5) 0%, #383838 100%); */
    padding: 80px 0;
    margin-top:0px;
}
.footer-logo img{
    height: 100px;
    margin-bottom: 15px;
}
footer h4{
  font-size: 20px;
  /* font-family: "Poppins"; */
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 30px;

}
.social{
    display: flex;
    align-items: center;
}
.social li{
    display: inline-block;
}
.social a{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    -webkit-box-shadow: 0 4px 7px rgb(213 170 109 / 48%);
    -khtml-box-shadow: 0 4px 7px rgba(213,170,109,.48);
    -moz-box-shadow: 0 4px 7px rgba(213,170,109,.48);
    -ms-box-shadow: 0 4px 7px rgba(213,170,109,.48);
    -o-box-shadow: 0 4px 7px rgba(213,170,109,.48);
    box-shadow: 0 4px 7px rgb(213 170 109 / 48%);
    background-color: #d5aa6d;
    background-image: -webkit-gradient(linear,left top,right top,from(#d5aa6d),to(#9b6f45));
    background-image: -webkit-linear-gradient(left,#d5aa6d,#9b6f45);
    font-size: 18px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    margin-right: 10px;
}
.social a i{
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.social a img{
    height: 25px;
}
.social a:hover{
    background-color: #d5aa6d;
    background-image: -webkit-gradient(linear,left top,right top,from(#9b6f45),to(#d5aa6d));
    background-image: -webkit-linear-gradient(left,#9b6f45 ,#d5aa6d);
    color: #fff;
    padding-left: 0;
    transform: scale(1.2);
}
footer ul li a{
    margin-bottom: 5px;
    font-size: 14px;
    color: #fff;
    display: block;
    line-height: 2.083;
    position: relative;
    overflow: hidden;
    z-index: 100;

}
footer ul li a:hover{
    color:  #fff;
    padding-left: 10px;
}
footer ul li a:after {
    content: '';
    width: 100%;
    /* height: 2px; */
    background-color: #d5aa6d;
    background-image: -webkit-gradient(linear,left top,right top,from(#9b6f45),to(#d5aa6d));
    background-image: -webkit-linear-gradient(left,#9b6f45 ,#d5aa6d);
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    transform: translateX(-100%);
    transition: all .3s;
    z-index: -1;
}
footer ul li a:hover:after {
    transform: translateX(0%);
}

.sup-ser li{
    position: relative;
    padding-left: 78px;
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    min-height: 60px;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: left;

}
.payment {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    padding-left: 16px;
    padding-right: 10px;
    margin-top: 50px;
}

.sup-ser li img{
    position: absolute;
    left: 0;
}
footer p {
  font-size: 14px;
  /* font-family: "Poppins"; */
  color: rgb(255, 255, 255);
  line-height: 1.375;
  position: relative;
  padding-left: 30px;
  font-weight: normal;
}
footer p span i{
        position: absolute;
    left: 0;
    top: 4px;
    font-size: 18px;
}
.copyright{
    background-color: #000;
    padding: 15px 20px;
    text-align: center;
}
.copyright ul li{
    display: inline-block;
}
.copyright ul li a{
    font-size: 15px;
  /* font-family: "Poppins"; */
  color: rgb(255, 255, 255);
  line-height: 1.667;
  border-right: 1px solid #fff;
  padding: 0 15px;
}
.copyright p{
    font-size: 14px;
  /* font-family: "Poppins"; */
  color: rgb(255, 255, 255);
  line-height: 1.667;
  margin-bottom: 0;
  font-weight: normal;
  
}
.copyright p a{
    color: #fff;
}
.copyright p a:hover{
    color: #000;
}
.copyright ul li a:hover{
    
    color: #000;
}
.copyright ul li:last-child a{
    border-right: 0;
}

/***********************/
.Advisory .team-box {
    position: relative;
    overflow: hidden;
    height: 420px;
    -webkit-box-shadow: 0 4px 7px rgb(192 192 192 / 48%);
    -khtml-box-shadow: 0 4px 7px rgba(192,192,192,.48);
    -moz-box-shadow: 0 4px 7px rgba(192,192,192,.48);
    -ms-box-shadow: 0 4px 7px rgba(192,192,192,.48);
    -o-box-shadow: 0 4px 7px rgba(192,192,192,.48);
    box-shadow: 0 4px 7px rgb(192 192 192 / 48%);
}
.Advisory .team-content {
    -webkit-box-shadow: 0 4px 7px rgb(192 192 192 / 48%);
    -khtml-box-shadow: 0 4px 7px rgba(192,192,192,.48);
    -moz-box-shadow: 0 4px 7px rgba(192,192,192,.48);
    -ms-box-shadow: 0 4px 7px rgba(192,192,192,.48);
    -o-box-shadow: 0 4px 7px rgba(192,192,192,.48);
    box-shadow: 0 4px 7px rgb(192 192 192 / 48%);
    -webkit-transition: all 220ms linear 0ms;
    -khtml-transition: all 220ms linear 0ms;
    -moz-transition: all 220ms linear 0ms;
    -ms-transition: all 220ms linear 0ms;
    -o-transition: all 220ms linear 0ms;
    transition: all 220ms linear 0ms;
    position: absolute;
    left: 0;
    transform: translateY(80%);
    right: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    overflow: hidden;
    background-color: #000000de;
    padding: 24px 20px;
    -webkit-transition: all 220ms linear 0ms;
    -khtml-transition: all 220ms linear 0ms;
    -moz-transition: all 220ms linear 0ms;
    -ms-transition: all 220ms linear 0ms;
    -o-transition: all 220ms linear 0ms;
    transition: all 220ms linear 0ms;
}
.Advisory .team-content h3{
    color: #fff;
}
.Advisory .team-content p {
    font-size: 14px;
    color: #ebebeb;
    display: block;
    -webkit-transition: all 220ms linear 0ms;
    -khtml-transition: all 220ms linear 0ms;
    -moz-transition: all 220ms linear 0ms;
    -ms-transition: all 220ms linear 0ms;
    -o-transition: all 220ms linear 0ms;
    transition: all 220ms linear 0ms;
    margin-bottom: 0;
    font-weight: normal;
}
.Advisory .team-box img {
    height: 420px;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    object-fit: cover;
}
.Advisory .team-box:hover .team-content {
    webkit-box-shadow: 0 4px 7px rgb(213 170 109 / 48%);
    -khtml-box-shadow: 0 4px 7px rgba(213,170,109,.48);
    -moz-box-shadow: 0 4px 7px rgba(213,170,109,.48);
    -ms-box-shadow: 0 4px 7px rgba(213,170,109,.48);
    -o-box-shadow: 0 4px 7px rgba(213,170,109,.48);
    box-shadow: 0 4px 7px rgb(213 170 109 / 48%);
    transform: translateY(0%);
    position: absolute;
    bottom: 0;
    background-color: #0b0505;
    /* background-image: -webkit-gradient(linear,left top,right top,from(#d5aa6d),to(#9b6f45));
    background-image: -webkit-linear-gradient(left,#d5aa6d,#9b6f45);
    background-image: -moz-linear-gradient(left,#d5aa6d,#9b6f45);
    background-image: -ms-linear-gradient(left,#d5aa6d,#9b6f45);
    background-image: -o-linear-gradient(left,#d5aa6d,#9b6f45);
    background-image: linear-gradient(left,#d5aa6d,#9b6f45); */
}
.Executive .team-box img {
    height: 380px;
    webkit-transition: all .3s cubic-bezier(0,0,.2,1)0s;
    -khtml-transition: all .3s cubic-bezier(0,0,.2,1)0s;
    -moz-transition: all .3s cubic-bezier(0,0,.2,1)0s;
    -ms-transition: all .3s cubic-bezier(0,0,.2,1)0s;
    -o-transition: all .3s cubic-bezier(0,0,.2,1)0s;
    transition: all .3s cubic-bezier(0,0,.2,1)0s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(0%);
    object-fit: cover;
    object-position:top;
    box-shadow: 0 4px 7px rgb(136 136 136 / 48%);
}
.Executive .team-box:hover img{
    filter: grayscale(100%);
}
.Executive .team-content-overlay {
    padding: 25px 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.Executive .team-content-overlay p{
    color: #fff;
}
.Executive .team-content{
    text-align: center;
}
.Executive .team-content-overlay h3:after{
    content: '';
    width: 0;
}
.Executive .team-content {
    -webkit-box-shadow: 0 4px 7px rgb(192 192 192 / 48%);
    -khtml-box-shadow: 0 4px 7px rgba(192,192,192,.48);
    -moz-box-shadow: 0 4px 7px rgba(192,192,192,.48);
    -ms-box-shadow: 0 4px 7px rgba(192,192,192,.48);
    -o-box-shadow: 0 4px 7px rgba(192,192,192,.48);
    box-shadow: 0 4px 7px rgb(192 192 192 / 48%);
    -webkit-transition: all 220ms linear 0ms;
    -khtml-transition: all 220ms linear 0ms;
    -moz-transition: all 220ms linear 0ms;
    -ms-transition: all 220ms linear 0ms;
    -o-transition: all 220ms linear 0ms;
    transition: all 220ms linear 0ms;
    position: absolute;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: -55px;
    margin-bottom: 15px;
    left: auto;
    right: auto;
    width: 90%;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    padding: 24px 20px;
    -webkit-transition: all 220ms linear 0ms;
    -khtml-transition: all 220ms linear 0ms;
    -moz-transition: all 220ms linear 0ms;
    -ms-transition: all 220ms linear 0ms;
    -o-transition: all 220ms linear 0ms;
    transition: all 220ms linear 0ms;
}


.banner_box { position: relative; }
.banner_box .carousel-caption { z-index: 1; }
.banner_box .carousel-caption h5 { font-style: normal; font-size: 45px; color: #fff; font-weight: bold; text-transform: uppercase; line-height: 1.111; }
.banner_box .carousel-caption h5 span { color: #d5aa6d; }
.banner_box .carousel-caption p { font-size: 25px; color: rgb(225 225 225); line-height: 1.333; color: #d5aa6d; }
.imgbox { padding: 20px; }
.articles_links li { padding: 0; margin: 5px 0;}
.articles_links li a { color: rgb(0, 0, 2); padding: 0; margin: 0;}
.articles_links li a:hover { color: #d5aa6d; padding: 0; margin: 0;}

.article-box img.img_resize { height: auto;}
.article-box .title { font-size: 14px; height: 82px; overflow: hidden;}
.article-box .thm-color { font-size: 14px;}
.para { height: 80px; overflow: hidden;}
.width_full { width: 100%; margin: 0 0 6px 0; display: table;}
.partner .team-content h3 { font-size: 15px;}
.researchers .partner .team-content h3 { height: auto; }
.small_box { max-width: 90%; margin: 0 auto;}
.banner_dot { font-size: 44px; font-weight: 600; line-height: 0; vertical-align: top; padding: 6px 10px; margin: 0; display: inline-block; }
li.list_none { list-style-type: none;}
.sub_subheading { font-size: 18px; font-weight: 600;}
.max640 { max-width: 640px; display: block; margin: 0 auto;}
.about-us ul { margin: 0 0 1rem 0; padding: 0 0 0 2rem;}
.about-us ul li { list-style-type: disc; }
.contact_form { width: 60%; margin: 50px auto 20px auto; display: table; font-size: 16px; }
.center_txt { text-align: center; margin-bottom: 30px; }
.service .service-box { height: 100%;}
.about-us .about-card p img {margin: 10px auto;}

.article_box { width: 750px; height: auto; margin: 50px auto 0 auto; overflow: hidden; box-shadow: 0 0 10px #888888; }
.article_imgbox { width: 100%; height: 320px; overflow: hidden;}
.article_imgbox img { height: 100%; display: block;}
.article_contbox {width: 100%; padding: 15px 15px 15px 0;}
.article_contbox p.h_fixed { max-height: 80px; overflow: hidden;}
.center_box { width: 80%; margin: 0 auto;}
.mt-10 { margin-top: 130px;}
.hero-area.banner_height .hero-title-big { font-size: 34px; color: #d5aa6d;}
.hero-area::after {background-color: inherit }
.banner_box .carousel-caption { bottom: -0.75rem; }
.team-slider .slick-next, .team-slider .slick-prev { top: 44%;}
.banner-title-big{
    font-style: normal;
    font-size: 36px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.111;
}
.banner-title-big span {color: #d5aa6d;}
.banner-para {
    font-style: normal;
    font-size: 19px;
    color: #fff;
    font-weight: normal;
    line-height: 1.111;
    text-align: justify;
}
.top_adj_section { padding: 120px 0 80px 0;}
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.row-eq-height .article-box { height: 100%; overflow: hidden;}