/* --------------------------------------------- == FONT == --------------------------------------------- */
@import "https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,700i";
@import "https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700";
/* --------------------------------------------- == Base CSS== --------------------------------------------- */
@keyframes scroll-down {
    0%,100% {
        border-color:#b44c2c
   }
    50% {
        border-color:#f4d9d1
   }
}
@-webkit-keyframes scroll-down {
    0%,100% {
        border-color:#b44c2c
   }
    50% {
        border-color:#f4d9d1
   }
}
@keyframes spin {
    0% {
        -webkit-transform:rotate(0);
        -o-transform:rotate(0);
        -ms-transform:rotate(0);
        transform:rotate(0)
   }
    100% {
        -webkit-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        -ms-transform:rotate(360deg);
        transform:rotate(360deg)
   }
}
*, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, button {
    margin: 0;
    padding: 0;
    outline: none;
}
body {
    position: relative;
    line-height: normal;
}
html,h1, h2, h3, h4, h5, h6,a,span,div {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}
h1, h2, h3, h4, h5, h6 {
    line-height: normal;
}
a {
    line-height: normal;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    color: #0943A0;
}
a:hover, a:focus {
    text-decoration: none;
}
ul, ol, dl {
    list-style-type: none;
}
button {
    line-height: normal;
    background: none;
    border: none;
    cursor: pointer;
}
button:focus {
    outline: none;
}
.form-control:focus {
    box-shadow: none;
    outline: none;
}
.pad-bot-50{
    padding-bottom: 60px!important;
}
.pad-bot-20{
    padding-bottom: 20px!important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.ptb-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.pr-0 {
    padding-right: 0 !important;
}
.pl-0 {
    padding-left: 0 !important;
}
.ptlr-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.fc-dark{
    color: #002e5b!important;
}
.mb-80{
    margin-bottom: 80px!important;
}
.primary-font, body {
    font-family: 'Open Sans', sans-serif;
}
body {
    font-size: 15px;
}
h1 {
    font-size: 52px;
    line-height: 62px;
}
.h2, h2 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: .25px;
}
.h3, h3 {
    font-size: 24px;
    line-height: 34px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: .25px;
}
.h4, h4 {
    font-size: 18px;
    line-height: 28px;
}
.h5, h5 {
    font-size: 15px;
    line-height: 25px;
}
.h6, h6 {
    font-size: 14px;
    line-height: 24px;
}
p {
    font-size: 15px;
    line-height: 1.8em;
    color: black;
    text-align: justify;
    text-justify:inter-character;
}

.text-justify {
        text-align: justify;
    text-justify:inter-character;

}

img {
    max-width: 100%;
}
.bg_dark{
    background: #f6f6f6;
}
.second-nav-toggler {
    width: 23px;
}
@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
   }
}
@media only screen and (max-width: 1199px) {
    h1 {
        font-size: 52px;
        line-height: 62px;
   }
    .h2, h2 {
        font-size: 28px;
        line-height: 38px;
   }
    .menu_secondary_title{
        font-size: 34px !important;
   }
    .section-head-2 h2 {
        font-size: 28px;
   }
}
@media only screen and (max-width: 991px) {
    .fi::before {
        font-size: 45px;
   }

   .announcements.position {
       position: static;
       margin: 0
   }
}
.filter-section-card-research {
    min-height: auto !important;
  }
/* --------------------------------------------- == Component CSS== --------------------------------------------- */
.section-head {
    margin-bottom: 80px;
}
.section-head h2 {
    color: #0943A0;
    position: relative;
    display: block;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    font-size: 36px;
    line-height: 25px;
    float: left;
    margin-top: 16px;
    padding-right: 120px;
    position:relative;
}
.section-head.light h2 {
    color: #fff;
}
.section-head h2:after{
    content: '';
    position:absolute;
    right: 60px;
    bottom: -12px;
    height: 50px;
    width:1px;
    background: #ffad18;
}
.section-head h2 span {
    color: #ffad18;
}
/* .section-head h2::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/section-img.png) no-repeat;
    width: 100%;
    height: 20px;
    background-size: cover;
    background-position: center;
}
*/
.section-head p {
    max-width: 90%;
    color: #494949;
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    display: block;
    overflow: hidden;
}
.section-head.light p{
    color: #fff;
}
.section-head-2 {
    padding-bottom: 26px;
}
.section-head-2 h2 {
    margin-top: -6px;
    padding-bottom: 25px;
    position: relative;
    color: #ffad18;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
}
.section-head-3-1 h2 {
    padding-bottom: 18px;
    margin-bottom: 25px;
    font-size: 28px;
    text-transform: uppercase;
    color: #3c3c3c;
    position: relative;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
}
.section-head-2 h2 span {
    color: #3c3c3c;
}
.section-head-2 h2::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 2px;
    width: 40px;
    background: #002e5b;
}
.section-head-2 p {
    padding-top: 25px;
    color: #3c3c3c;
    max-width: 490px;
}
.section-head-2-1 {
    margin-bottom: 30px;
}
.section-head-2-1 h2 {
    margin-top: -6px;
    padding-bottom: 0;
    margin-bottom: 30px;
    color: #3c3c3c;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 30px;
}
.section-head-2-1 h2 span {
    color: #ffad18;
}
.section-head-2-1 p {
    max-width: 642px;
    margin: auto;
    color: #3b3b3b;
}
.section-head-3-1 {
    margin-bottom: 80px;
}
.section-head-3-1 h2 {
    padding-bottom: 30px;
    margin-bottom: 25px;
    font-size: 30px;
    text-transform: uppercase;
    color: #3c3c3c;
    position: relative;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    line-height: 19px;
}
.section-head-3-1 h2 span {
    color: #ffad18;
}
.section-head-3-1 h2::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #ffad18;
    width: 30px;
    height: 2px;
}
.section-head-3-1 p {
    max-width: 655px;
    margin: auto;
    color: #3b3b3b;
}
.profile-section-head {
    margin-bottom: 20px;
}
.profile-section-head h2 {
    padding-bottom: 20px;
    font-size: 24px;
    color: #0943A0;
    position: relative;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    line-height: 19px;
}
.profile-section-head h6 {
    padding-bottom: 10px;
    font-size: 16px;
    color: #0943A0;
    position: relative;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    line-height: 19px;
}
.profile-section-head h6::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    background: #ffad18;
    width: 30px;
    height: 2px;
}
.profile-section-head h2 span {
    color: #ffad18;
}
.profile-section-head h6 span{
    color: #0943A0;
    font-weight: 550;
}
.profile-section-head h2::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    background: #ffad18;
    width: 30px;
    height: 2px;
}
/* --------------------------------------------- == Section Padding == --------------------------------------------- */
.section-p {
    padding: 110px 0;
}
.clint-logo-3.section-p {
    padding: 70px 0;
}
.section-p .section-head h3 {
    margin-top: -6px;
}
.section-p-important {
    padding: 80px 0 !important;
}
.section-p-important .section-head h3 {
    margin-top: -6px;
}
.section-p-2 {
    padding: 110px 0;
}
.section-p-2 .section-head h3 {
    margin-top: -7px;
}
@media only screen and (max-width: 991px) {
    .padding-110 {
        padding-bottom: 80px;
   }
    .section-head-2 p {
        margin: 0 auto;
   }
    .section-head-2 h2::before {
        left: 50%;
        margin-left: -20px;
   }
    .section-p {
        padding: 80px 0;
   }
    .section-p-2 {
        padding: 80px 0;
   }
    .section-head-3-1 h2 {
        font-size: 28px;
   }
    .section-head-2-1 h2 {
        font-size: 28px;
   }
    .section-head-3-1 h2 {
        line-height: 38px;
   }
    .section-head h2 {
        float: none;
        padding-right: 0;
        text-align: center;
   }
    .section-head p {
        max-width: 86%;
        text-align: center;
        margin: 0 auto;
        margin-top: 30px;
   }
    .section-head h2::after {
        content: '';
        position: absolute;
        right: 50%;
        bottom: -17px;
        height: 2px;
        width: 50px;
        background: #ffad18;
        margin-right: -25px;
   }
    .section-head p {
        font-size: 16px;
   }
}
@media only screen and (max-width: 767px) {

.angle-shade:before {
   display: none
}

    .section-p,.clint-logo-3.section-p {
        padding: 50px 0;
   }
    .section-p .section-head h2 {
        margin-top: -5px;
   }
    .placements-select{
        width: 100% !important;
   }
    .section-p-2 {
        padding: 50px 0;
   }
    .section-p-2 .section-head h3 {
        margin-top: -7px;
   }
    .padding-110 {
        padding-bottom: 70px;
   }
    .section-p-important {
        padding: 70px 0 !important;
   }
    .section-head-3-1 {
        margin-bottom: 55px;
   }
    .pad-bot-50 {
        padding-bottom: 30px !important;
   }
    .section-head h2 {
        font-size: 28px;
        line-height: 30px;
   }
    .team-2-part.section-p.pad-bot-30 {
        padding-bottom: 0px;
   }
    .section-head {
        margin-bottom: 55px;
   }
    .section-head h2 {
        float: none;
        padding-right: 0;
        text-align: center;
        margin-top: 0px;
   }
    .section-head p {
        max-width: 100%;
        text-align: left;
        margin: 0 auto;
        margin-top: 30px;
        line-height: 23px;
   }
    .section-head h2::after {
        content: '';
        position: absolute;
        right: 50%;
        bottom: -11px;
        height: 2px;
        width: 50px;
        background: #ffad18;
        margin-right: -25px;
   }
    .section-head p {
        font-size: 14px;
   }
    .find-course-card span{
        display: block;
        width: 100%;
   }
    .lawer-info-widget {
        padding: 15px 15px 0px !important;
   }
   .align-items-stretch.lawer-info-widget{
        padding: 0px 15px 0px !important;
   }
   #mou1trigger .d-flex, #mou1trigger .d-flex span:first-child{
       display: block !important;
   }
   #mou1trigger .d-flex span:first-child{
       margin-bottom: 10px;
   }
}
.brand-color {
    color: #ffad18 !important;
}
.text-lyellow {
   color:#FFDA47 !important;
}

.secondary-color {
    color: #0943A0 !important;
}
.bg-brand-color {
    background: #ffad18 !important;
}
.bg-secondary-color {
    background: #002e5b !important;
}
.bg-img-green {
   background: rgba(0, 0, 0, 0) url("../images/campus/green.jpg") no-repeat center center;
   background-size: cover;
}
.bg-img-campus {
   background: rgba(0, 0, 0, 0) url("../images/campus/campus-map.jpg") no-repeat center center;
   background-size: cover;
   height:150vh;
}
.overlay-1:before {
    background: rgba(9, 67, 160, .65);
}
.overlay-2:before{
   background: rgba(9, 67, 160, .9);
}
.overlay-3:before{
   background: #0943a0;
   background: -moz-linear-gradient(45deg, #0943a0 0%, #e9f1ff 100%);
   background: -webkit-linear-gradient(45deg, #0943a0 0%,#e9f1ff 100%);
   background: linear-gradient(45deg, #0943a0 0%,#e9f1ff 100%);
   opacity: .5
}
.overlay-4:before{
   background: rgba(2, 21, 52, .7);
}
/* .ls-wrapper.ls-bg-outer{
    background: rgba(2, 21, 52, .7) !important;
    background-color: rgba(2, 21, 52, .7) !important;
} */
.overlay-milestone:before{
   background: rgba(2, 21, 52, .5);
}
.overlay-5:before{
   background: rgba(9, 67, 160, .3);
}
.overlay-6:before{
    background: rgba(2, 21, 52, .6);
 }
section.overlay-4 .container{
   position:relative;

}

.white {
    color: #ffffff !important;
}
.dark {
    color: #000000 !important;
}
.font-size-16 {
    font-size: 16px !important;
}
.font-size-26 {
    font-size: 26px !important;
}
.semi-bold {
    font-weight: 600 !important;
}
.bold,h1,.h2,h2,.h4,h4 {
    font-weight: 700 !important;
}
.bg-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.p-relative {
    position: relative;
}
.bg-white {
    background: #fff !important;
}
.flat-list li {
    display: inline-block;
}
.flat-list.social-icon li {
    display: inline-block;
    padding: 0 5px;
}
.flat-list.social-icon li a {
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 18px;
    background: transparent;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.flat-list.social-icon li.button {
}
.flat-list.social-icon li.button a {
    background: #ffad18;
    padding:15px 10px;
}
.flat-list.social-icon li a:hover {
    color: #ffad18;
}
.regular-list li {
    font-size: 18px;
    color: #fff;
}
/* Dot marker */
.dot-list > li {
    position: relative;
    padding-left: 16px;
    font-size:0.8rem;
}
.dot-list > li::before {
    position: absolute;
    top: 8px;
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-size: 31%;
    font-weight: 900;
    line-height: 1;
    color: #ffad18;
    content: "\f111";
}
.dot-list.text-small > li, .text-small .dot-list > li {
    padding-left: 15px;
}
.dot-list.text-small > li::before, .text-small .dot-list > li::before {
    top: 14px;
}
.dot-list ul, .dot-list ol {
    padding-top: 7px;
}
@media only screen and (max-width: 991px) {
    .regular-list li {
        font-size: 17px;
   }
}
.btn-1 {
    font-size: 14px;
   /* background: #002e5b;
    */
    color: #fff;
    padding: 15px 22px;
    border: 1px solid #fff;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.btn-1.btn-darks {
    color: #002e5b;
    border: 1px solid #002e5b;
}
.btn-1:hover {
    color: #002e5b;
    background: #fff;
}
.btn-1 i {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.btn-1:hover i {
    transform: translate(10px, 0px);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.btn-primary {
    background: #ffad18;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    outline:none;
    border:0;
    border-radius: 0;
}
.btn-primary i {
    font-size: 14px;
    margin-left: 5px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.btn-primary:hover {
    background: #002E5B;
}
.btn-primary:hover i {
    margin-left: 10px;
    color: #ffad18;
}
/* --------------------------------------------- == Isotope Button == --------------------------------------------- */
.backtotop {
    position: fixed;
    bottom: 25px;
    right: 25px;
    border: 2px solid #fff;
    cursor: pointer;
    border-radius: 50%;
    z-index: 9999;
    -webkit-box-shadow: -4px 1px 7px 0px rgba(84, 84, 84, 0.35);
    -moz-box-shadow: -4px 1px 7px 0px rgba(84, 84, 84, 0.35);
    box-shadow: -1px 1px 5px 0px rgba(84, 84, 84, 0.35);
}
.backtotop i {
    height: 42px;
    width: 42px;
    line-height: 42px;
    font-size: 20px;
    background: #fff;
    margin: 2px;
    color: #ffad18;
    text-align: center;
    border-radius: 50%;
}
@media only screen and (max-width: 1199px) {
    .btn-4 {
        font-size: 16px;
   }
    .btn-5 {
        font-size: 19px;
        line-height: 29px;
        padding: 8px 36px;
   }
}
/* --------------------------------------------- == Home Page == --------------------------------------------- */
/* --------------------------------------------- == Header Part == --------------------------------------------- */
.header-part {
    background: #002e5b;
    border-bottom: 2px solid #ffad18;
}
.header-icon a.btn-1 {
    padding: 12px 22px;
    border: none;
    border-radius: 0;
    font-weight: 600;
    background: #ffad18;
    text-transform: uppercase;
}
.header-icon a.btn-1:hover {
    color: #002e5b;
}
.header-icon ul {
    margin-top: 5px;
}
.header-item{
    display: flex;
    justify-content: flex-end;
}
.header-item ul{
    padding-left: 20px;
}
.header-item ul li.button a{
    background: none !important;
    color: #ffad18;
    font-weight: 600;
    padding: 0 !important;
}
.header-item ul li.button a:hover{
    opacity: 0.75;
}
.header-item {
    padding: 15px 0;
}
.header-item p {
    font-size: 13px;
    color: #fff;
    display: inline-block;
    position: relative;
}
.header-item p i {
    margin-right: 6px;
    color: #ffad18;
}
.header-item p a {
    color: #fff;
}
.header-item p a:hover {
    color: #ffad18;
}
.bg-lgrey {
    background: #f9f9f9 !important;
}
.bg-white .header-item p {
    color: #6f6f6f;
}
.bg-white .header-item p a {
    color: #ffad18;
}
.bg-white .header-item p i {
    color: #ffad18;
}
.bg-white .flat-list.social-icon li a i {
    color: #ffad18;
}
.bg-white .flat-list.social-icon li a i:hover {
    color: #002e5b;
}
.navbar-brand {
    margin-right: 0px;
}
.navbar-brand img {
    max-width:300px;
}
/* --------------------------------------------- == Header two == --------------------------------------------- */
.header-two.header-part {
    border-bottom: 0;
}
.header-two .header-item {
    padding: 15px 0;
}
.header-two .header-item p {
    font-size: 15px;
}
@media only screen and (min-width: 1200px) {
    .header-icon a.btn-1 {
        margin-right: 25px;
   }
}
@media only screen and (min-width: 992px) {
    .header-icon a.btn-1 {
        padding: 17px 30px;
   }
    .header-icon ul {
        margin-top: 0;
   }
    .header-item p {
        padding: 0 20px;
   }
    .header-item p:not(:last-child):after {
        position: absolute;
        content: '|';
        left: 100%;
        top: 50%;
        transform: translate(-50%, -50%);
   }
}
@media only screen and (max-width: 991px) {
    .header-two .header-item p {
        font-size: 14px;
   }
   .process_box .content {
              width:100% !important;
   }

}
@media only screen and (max-width: 767px) {
    .header-two .header-icon .flat-list.social-icon li {
        padding: 0;
   }
    .backtotop {
        right: 7px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
   }
    .backtotop i {
       background: none;
   }
    .backtotop {
        border: 0px solid #fff;
   }
}
@media only screen and (max-width: 575px) {
    .header-icon ul {
        padding: 10px 0 15px;
        float: right;
   }
    .sidebar-card {
        padding:20px !important;
   }
    .header-icon .flat-list.social-icon li {
        padding: 0;
   }
    .header-two .header-item p {
        font-size: 13px;
   }
    .bg-white .flat-list.social-icon li a i {
        font-size: 14px;
   }
    .social-media-part .section-head-2 h2 {
        font-size: 20px;
        line-height: 30px;
   }
    .section-head-3-1 h2 {
        padding-bottom: 10px;
   }
    .navbar-brand img {
        max-width:260px;
   }
    .department-header.navbar-expand-lg h1{
        font-size: 1.0rem;
        padding: 1.3rem;
        line-height: 1.2rem;
        width: 85%;
   }
    .team-box.float-right {
        max-width:100% !important;
        margin: 0 0 20px 0 !important;
   }
    .team-box .thumb img, .dep-box .thumb img {
        width: 100% !important;
   }
    .course-detail {
        padding: 0 20px;
        margin: 20px 0 0 0;
   }
    .course-detail .duration {
        width: 100%;
        padding: 20px 0;
        border: none;
        float: none;
        border-bottom: 1px solid #dfe9f1;
   }
    .course-detail .duration.eligible {
        width: 100%;
        padding: 20px 0px;
   }
    .course-detail .duration.fee {
        width: auto;
        float: none !important;
        padding: 20px 0px;
        border: none;
   }
    .course-detail .duration.fee .detail {
        padding: 0px;
   }
    .course-detail .btn {
        position: absolute;
        right: 36px;
        bottom: 22px;
        float: none;
        margin: 10px 0 0 0;
   }
   .btn-primary {
     white-space: normal;
   }
}

ul.job-box {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.job-box li {
    width:100%;
    padding: 0;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom:10px;
    padding-bottom:10px;
}
.job-box li.jlogo {
    width: 25%;
}
.job-box h5 {
    margin: 12px 0 5px;
}
.job-box h5 a {
    color: #222;
}
.job-box h5 a:hover {
    color: #FFAD18;
}
.job-box p {
    margin: 0px;
    color: #999999;
}
.job-box p.pay {
    color: #222;
    font-weight: 600;
}
.job-box.last {
    border: 0px;
}
/* --------------------------------------------- == Navigation Part == --------------------------------------------- */
#navigation {
    padding: 0 0px;
}
#navigation .navbar-brand {
    padding: 5px 0;
    margin-right: 0;
}
#nav-list > ul > li {
   /* padding: 45px 23px;
    */
}
#nav-list > ul > li > .dropdown {
    padding: 21px 16px;
}
#mid-nav #nav-list > ul > li > a {
    font-size: 14px;
    position: relative;
    padding: 7px 0;
    text-transform: uppercase;
    font-weight: 700;
}
#nav-list > ul > li > a, #nav-list > ul > li > .dropdown > a {
    position: relative;
    padding: 7px 0;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
}
.second-nav-toggler i {
    font-size: 20px;
}
.nav-bg-white {
    background: #fff;
}
.nav-bg-white #nav-list > ul > li > a, .nav-bg-white #nav-list > ul > li > .dropdown > a {
    color: #454c4e;
}
.nav-bg-white #nav-list > ul > li > a::after, .nav-bg-white #nav-list > ul > li > .dropdown > a::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    background: #ffad18;
    height: 2px;
    width: 0;
    display: inline-block;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
}
.nav-bg-white #nav-list > ul > li.active > a, .nav-bg-white #nav-list > ul > li:hover > a, .nav-bg-white #nav-list > ul > li > a.active, .nav-bg-white #nav-list > ul > li > .dropdown > a.active, .nav-bg-white #nav-list > ul > li:hover > .dropdown > a, .nav-bg-white #nav-list > ul > li > .dropdown:hover > a{
    color: #ffad18;
}
.nav-bg-white #nav-list > ul > li.active > a::after, .nav-bg-white #nav-list > ul > li:hover > a::after, .nav-bg-white #nav-list > ul > li > a.active::after, .nav-bg-white #nav-list > ul > li > .dropdown > a.active::after, .nav-bg-white #nav-list > ul > li:hover > .dropdown > a::after {
    width: 100%;
}
.nav-bg-white .second-nav-toggler i {
    color: #002e5b;
}
/* -------------------------------------------------- == Drop Down manu == --------------------------------------------------- */
.custom-dropdown-box {
    position: relative;
}
.dropdown-child-manu {
    position: absolute;
    top: 110%;
    left: 0;
    width: max-content;
    background: #fff;
    z-index: 999;
    padding: 15px 0;
    box-shadow: 1px 0 7px rgba(193, 193, 193, 0.45);
    -webkit-box-shadow: 1px 0 7px rgba(193, 193, 193, 0.45);
    -moz-box-shadow: 1px 0 7px rgba(193, 193, 193, 0.45);
    -o-box-shadow: 1px 0 7px rgba(193, 193, 193, 0.45);
    border-radius: 3px;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    width: 210px;
}
.dropdown-child-manu li {
    padding: 10px 20px;
}
.dropdown-child-manu li a {
    color: #333;
}
.dropdown-child-manu li a:hover {
    color: #ffad18;
}
.custom-dropdown-box:hover .dropdown-child-manu {
    visibility: visible;
    z-index: 999;
    opacity: 1;
    top: 95%;
}
.nav-scrl {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 998;
    box-shadow: 1px 0 7px rgba(193, 193, 193, 0.45);
    -webkit-box-shadow: 1px 0 7px rgba(193, 193, 193, 0.45);
    -moz-box-shadow: 1px 0 7px rgba(193, 193, 193, 0.45);
    -o-box-shadow: 1px 0 7px rgba(193, 193, 193, 0.45);
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}
.ht-header-bottom.is-sticky {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background-color: #ffffff;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}
.nav-scrl #nav-list > ul > li {
   /* padding: 23px 20px;
    */
}
.nav-bg-brand-color.nav-scrl {
    background: #ffad18;
}
.dropdown-child-manu li a.active {
    color: #ffad18;
}
/* -------------------------------------------------- == Contact form two == --------------------------------------------------- */
.style-two .con-bottom-inner {
    text-align: center;
    padding-top: 90px;
    padding-bottom: 80px;
    border-radius: 13px;
    margin-top: -115px;
    background: #fff;
}
.con-bottom-inner p {
    font-size: 15px;
    color: #3c3c3c;
    padding-bottom: 7px;
}
.con-bottom-inner p span {
    font-weight: 700;
}
.con-bottom-inner p a {
    font-size: 15px;
    color: #3c3c3c
}
.style-two .con-page-form {
    padding-top: 45px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    #nav-list > ul > li {
        padding: 0px 0px !important;
   }
    #nav-list > ul > li > .dropdown {
        padding: 20px 16px 35px !important;
   }
    #nav-list > ul{
        width: 100% !important;
   }
    #navigation > .container{
        display: block !important;
   }
    .navbar-two .nav-list ul li {
        padding: 7px 7px;
   }
    .dropdown-child-manu {
        left: -20px;
   }
    .page-menu-tabs ul {
        float: none !important;
   }
    .nav-scrl #nav-list > ul > li {
        padding: 38px 20px;
   }
    section.section-design-process ul.procedure li .process-main .process-icon{
        width: 80px !important;
        height: 80px !important;
   }
    section.section-design-process ul.procedure li .process-main .process-icon {
        font-size: 48px !important;
   }
    section.section-design-process ul.procedure li .process-main .process-icon i {
        font-size: 28px !important;
   }
    section.section-design-process ul.procedure{
        width: 100%;
        overflow-x: hidden !important;
   }
    section.section-design-process ul.procedure li svg.process-line {
        top: 30px !important;
   }
}
@media (min-width: 1200px) and (max-width: 1250px) {
    .dropdown-child-manu {
        left: -33px;
   }
}
/* -------------------------------------------------- == Mobile Manu == --------------------------------------------------- */
#mobile-nav {
    position: fixed;
    top: 0;
    right: -50%;
    width: 50%;
    background: #fff;
    z-index: 999;
    overflow-y: scroll;
    transition: all 0.7s cubic-bezier(0.65, -0.22, 0.35, 1.13);
    -webkit-transition: all 0.7s cubic-bezier(0.65, -0.22, 0.35, 1.13);
    -moz-transition: all 0.7s cubic-bezier(0.65, -0.22, 0.35, 1.13);
    -o-transition: all 0.7s cubic-bezier(0.65, -0.22, 0.35, 1.13);
    overflow-x: hidden;
}
body.active #mobile-nav {
    right: 0 !important;
}
.mobile-nav-box {
    padding: 85px 40px;
    height: 100%;
    width: 100%;
    position: relative;
}
.mobile-logo {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 50;
    padding-left: 0;
}
.mobile-logo .manu-close {
    margin-left: auto;
    width: 19px;
    color: #3c3c3c;
    cursor: pointer;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.mobile-logo .manu-close i {
    font-size: 18px;
}
.mobile-logo .manu-close:hover {
    color: #ffad18;
}
.mobile-main-logo {
    width: 250px;
}
.mobile-list-nav {
    padding: 100px 0;
    position: relative;
    z-index: 90;
    padding-left: 0;
}
.mobile-list-nav > li {
    padding: 15px 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    border-bottom: 1px dashed #ddd;
}
.mobile-list-nav > li > a {
    font-size: 16px;
    color: #2c3c5e;
    position: relative;
    font-weight: normal;
    display: inline-block;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.mobile-list-nav > li > a.dropdownlink::after {
    position: absolute;
    top: 6px;
    right: -22px;
    content: '';
    width: 13px;
    height: 37px;
    background-image: url(../images/darrow2.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.mobile-list-nav > li > a.dropdownlink:hover:after {
    position: absolute;
    top: 6px;
    content: '';
    width: 13px;
    height: 37px;
    background-image: url(../images/darrow.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.mobile-list-nav > li:hover > a {
    color: #002e5b;
    transition: all 0s;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
}
.mask-overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 998;
}
.mobile-nav-box .achivement-blog {
    position: relative;
    z-index: 10;
    text-align: center;
}
.mobile-nav-box .achivement-blog ul > li > a {
    color: #747474;
}
.mobile-nav-box .achivement-blog ul > li > a span {
    color: #747474;
    display: none;
}
.mobile-nav-box .achivement-blog ul > li > a:hover {
    color: #002e5b;
}
.mobile-nav-box .achivement-blog ul > li > a:hover span {
    color: #002e5b;
}
.mobile-list-nav .submenuItems {
    display: none;
    padding: 0px;
    border-radius: 5px;
    margin-top: 17px;
}
.mobile-list-nav .submenuItems li a {
    color: #2c3c5e;
    padding: 20px;
    padding: 10px 20px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
}
.border-right-banner::before{
    content: "";
    position: absolute;
    right: -8.3%;
    height: 100%;
    width: 1px;
    background-color: rgb(255, 173, 24);
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .mobile-list-nav {
        padding: 60px 0;
        padding-left: 18px;
   }
}
@media only screen and (min-width: 1200px) {
    #mobile-nav {
        height: 100vh;
        right: -30%;
        width: 23%;
   }
}
@media only screen and (min-width: 992px) {
    #navigation .navbar-brand {
        padding: 5px 0;
        margin-right: 16px;
   }
    .second-nav-toggler {
        margin-left: 40px;
   }
}
@media only screen and (max-width: 991px) {
    #navigation {
        padding: 3px 12px;
   }
    .header-item {
        padding: 8px 0;
   }
    #mobile-nav {
        right: -60%;
        width: 60%;
        height: 100vh;
   }
    .mobile-list-nav {
        padding-left: 30px;
        padding: 80px 0;
   }
    .mobile-list-nav > li {
        padding: 12px 0;
   }
    .mobile-list-nav {
        padding: 45px 0;
   }
    .mobile-logo {
        padding-left: 0;
   }
    .nav-bg-brand-color .container {
        padding: 8px 16px;
   }
    .header-icon a.btn-1 {
        padding: 12px 8px;
   }
    .flat-list.social-icon li {
        padding: 0 3px;
   }
}
@media only screen and (max-width: 767px) {
    .mobile-list-nav {
        padding: 30px 0;
   }
    .mobile-list-nav > li > a {
        font-size: 15px;
        padding-right: 14px;
   }
   .border-right-banner::before{
       display: none;
    }
}
@media only screen and (max-width: 575px) {
    .mobile-list-nav > li {
        padding: 10px 0;
   }
    .mobile-main-logo {
        width: 250px;
   }
    .mobile-logo .manu-close {
        font-size: 13px;
   }
    #mobile-nav {
        right: -85%;
        width: 85%;
   }
    #mobile-nav .achivement-blog h6 {
        display: none;
   }
    .mobile-nav-box {
        padding: 45px 20px;
   }
}
/* -------------------------------------------------- == Banner Section == --------------------------------------------------- */
.banner-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    line-height: 1.2;
    height: 100vh;
}
.home-one .banner-caption {
    transform: translateY(38vh);
    position: absolute;
    left: 0;
    z-index: 9999;
}
.swiper-slide .container {
    position: relative;
}
.home-one .banner-caption.text-center {
    width: 100%
}
/* .home-four .banner-caption.text-center::after {
    position: absolute;
    content: '';
    height: 500%;
    background: #002e5bcc;
    left: 0;
    top: -357px;
    opacity: 0.7;
    padding: 110px;
    width: 100%;
    left: 0;
    margin-left: -475px;
    z-index: -1;
    border: 5px solid #fff;
    margin: 5px;
    padding: 30px;
    border-radius: 10px;
}
*/
.banner-item .banner-caption h1 {
    font-size: 38px;
    text-transform: uppercase;
    line-height: 45px;
    font-weight: 700 !important;
    position: relative;
    color: #fff;
    margin: 18px 0;
}
.banner-item .banner-caption h2 {
    font-size: 26px;
    text-transform: capitalize;
    line-height: 24px;
    font-weight: 400 !important;
    margin-top: 52px;
}
.banner-item .banner-caption p {
    font-size: 22px;
    color: #fff;
    margin-bottom: 29px;
    line-height: 32px;
        margin-top: 10px;

}
.banner-item .banner-caption h1::after {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 7px;
    height: 3px;
    background: rgb(255, 173, 24);
    width: 250px;
}
.banner-item .banner-caption.text-center p {
    width: 100%;
}
.banner-part .swiper-button-prev, .banner-part .swiper-button-next {
    display: none;
    font-size: 90px;
    color: #000000;
    background: none;
    transform: translateY(-50%);
}
.banner-part .swiper-button-prev i, .banner-part .swiper-button-next i {
    font-weight: 400;
}
.banner-part .swiper-button-prev {
    left: 10%;
}
.banner-part .swiper-button-next {
    right: 10%;
}
.banner-part:hover .swiper-button-prev {
    display: inline-block;
}
.banner-part:hover .swiper-button-next {
    display: inline-block;
}

.admission-banner .border-right-banner::before{
    display: none;
}
.home-one .admission-banner .banner-caption {
    transform: translateY(2vh) !important;
}
.home-one .admission-banner p.adm-course-list span{
    white-space: nowrap;
    margin-right: 3px;
}
.text-underline{
    text-decoration: underline;
}
.notice {
    background-color: #F3ECDB;
    padding:15px;
    border:1px solid #ddd;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .banner-item .banner-caption h2 {
        font-size: 26px;
        line-height: 36px;
   }
    .banner-item .banner-caption h1 {
        font-size: 48px;
        line-height: 58px;
   }
    .banner-item .banner-caption a {
        padding: 14px 21px;
   }
    .banner-part .swiper-button-prev {
        left: 1%;
   }
    .banner-part .swiper-button-next {
        right: 1%;
   }
}
@media only screen and (max-width: 991px) {
    .banner-item .banner-caption h2 {
        font-size: 20px;
        line-height: 30px;
   }
    .banner-item .banner-caption h1 {
        padding: 7px 0 20px;
        font-size: 32px;
        line-height: 42px;
   }
    .banner-item .banner-caption a {
        padding: 12px 18px;
        font-size: 13px;
   }
}
@media only screen and (max-width: 575px) {
    .banner-item {
        background-position: 14% center;
   }
    .banner-item .banner-caption h1 {
        margin-bottom: 20px;
   }
    .banner-item .banner-caption h1::after {
        bottom: -5px;
        width: 50px;
   }
    .banner-item .container {
        position: relative;
        z-index: 5;
   }
    .banner-item .banner-caption h1 {
        font-size: 25px;
        line-height: 30px;
        padding: 7px 0 17px;
   }
    .banner-item .banner-caption h2 {
        font-size: 17px;
        line-height: 27px;
   }
}
.banner-2-part {
    cursor: pointer;
}
.banner-2-part .container {
    position: relative;
}
.banner-2-part .banner-inner {
    position: absolute;
}
.banner-2-part .banner-inner img {
    width: 100%;
}
.banner-2-part .banner-inner-1 {
    top: -30px;
    right: -21%;
    z-index: 1;
}
.banner-2-part .banner-inner-2 {
    top: 0;
    left: -22%;
}
.banner-2-part .banner-inner-3 {
    bottom: -97px;
    right: 14%;
    width: 27%;
}
.banner-2-part .banner-inner-5 {
    bottom: 12%;
    left: 3%;
    width: 26%;
    z-index: 2;
}
.banner-2-part .banner-inner-6 {
    top: -137px;
    right: 29%;
    width: 20%;
}
.banner-2-part .banner-inner-7 {
    top: 36%;
    right: 25%;
    width: 20%;
}
.banner-2-part .banner-inner-8 {
    bottom: -19%;
    left: 9%;
    width: 20%;
}
.banner-2-part .banner-inner-9 {
    bottom: -15%;
    left: -22%;
    width: 35%;
}
.banner-2-part .banner-inner-10 {
    bottom: -16%;
    right: -12%;
    width: 28%;
}
.banner-2-part .banner-inner-11 {
    bottom: -16%;
    right: -12%;
    width: 28%;
}
.banner-2-part .banner-inner-12 {
    top: -28%;
    left: 29%;
    width: 14%;
}
.banner-2-part .banner-inner-13 {
    top: -30%;
    left: -9%;
    width: 15%;
}
.banner-2-part .banner-inner-14 {
    top: -30%;
    right: -9%;
    width: 15%;
}
.banner-2-part #banner-inner-3 {
    margin-top: 30px;
}
.banner-2-part .banner-item {
    padding: 165px 0 120px;
    background-position: center;
    background-size: cover;
}
.banner-2-part #banner-text {
    z-index: 20;
}
.banner-2-part h4 {
    font-size: 70px;
    display: inline-block;
}
.banner-2-part h1 {
    padding: 18px 0 13px;
}
.banner-2-part .swiper-button-prev, .banner-2-part .swiper-button-next {
    font-size: 90px;
    color: #ffad18;
    background: none;
    transform: translateY(-50%);
}
.banner-2-part .swiper-button-prev i, .banner-2-part .swiper-button-next i {
    font-weight: 400;
}
.banner-2-part .swiper-button-prev:hover, .banner-2-part .swiper-button-next:hover {
    color: #002e5b;
}
.banner-2-part .swiper-button-prev {
    left: 10%;
}
.banner-2-part .swiper-button-next {
    right: 10%;
}
@media (min-width: 1200px) and (max-width: 1500px) {
    .banner-2-part .banner-inner-1 {
        right: 3%;
        width: 26%;
        top: 9px;
   }
    .banner-2-part .banner-inner-2 {
        top: 12%;
        left: 1%;
        width: 15%;
   }
    .banner-2-part .banner-inner-3 {
        bottom: -9%;
        right: 23%;
        width: 21%;
   }
    .banner-2-part .banner-inner-5 {
        bottom: 24%;
        left: 11%;
        width: 17%;
   }
    .banner-2-part .banner-inner-6 {
        top: -85px;
        right: 29%;
        width: 17%;
   }
    .banner-2-part .banner-inner-7 {
        top: 36%;
        right: 27%;
        width: 17%;
   }
    .banner-2-part .banner-inner-8 {
        bottom: -13%;
        left: 13%;
        width: 15%;
        z-index: 1;
   }
    .banner-2-part .banner-inner-9 {
        bottom: -3%;
        left: 2%;
        width: 23%;
   }
    .banner-2-part .banner-inner-10 {
        bottom: -14%;
        right: 2%;
        width: 22%;
   }
    .banner-2-part .banner-inner-11 {
        bottom: 22%;
        right: 5%;
        width: 19%;
   }
    .banner-2-part .banner-inner-12 {
        top: -22%;
        left: 40%;
        width: 9%;
   }
    .banner-2-part .banner-inner-13 {
        top: -17%;
        left: 2%;
        width: 15%;
   }
    .banner-2-part .banner-inner-14 {
        top: -19%;
        right: 5%;
        width: 13%;
   }
    .banner-2-part .banner-item {
        padding: 100px 0 80px;
   }
    .banner-2-part .swiper-button-prev {
        left: 3%;
   }
    .banner-2-part .swiper-button-next {
        right: 3%;
   }
}
@media only screen and (max-width: 1199px) {
    .banner-2-part .banner-item {
        padding: 150px 0 80px;
   }
    .banner-2-part .banner-inner-1 {
        top: -10%;
        right: 7%;
        width: 28%;
   }
    .banner-2-part .banner-inner-2 {
        top: -78px;
        left: -4%;
        width: 30%;
   }
    .banner-2-part .banner-inner-3 {
        bottom: -12%;
        right: 22%;
        width: 22%;
   }
    .banner-2-part .banner-inner-5 {
        bottom: 21%;
        left: 7%;
        width: 21%;
   }
    .banner-2-part .banner-inner-6 {
        top: -137px;
        right: 34%;
   }
    .banner-2-part .banner-inner-9 {
        bottom: 2%;
        left: 0;
        width: 19%;
   }
    .banner-2-part .banner-inner-10 {
        bottom: -10%;
        right: 0%;
        width: 23%;
   }
    .banner-2-part .banner-inner-11 {
        bottom: 28%;
        right: 5%;
        width: 21%;
   }
    .banner-2-part .banner-inner-13 {
        top: 14%;
        left: 3%;
        width: 15%;
   }
    .banner-2-part .banner-inner-14 {
        top: -28%;
        right: 4%;
        width: 10%;
   }
    .banner-2-part .swiper-button-prev {
        left: 3%;
        font-size: 65px;
   }
    .banner-2-part .swiper-button-next {
        right: 3%;
        font-size: 65px;
   }
    .banner-2-part h1 {
        font-size: 36px;
        line-height: 47px;
   }
    .banner-2-part h4 {
        font-size: 45px;
   }
    .banner-2-part h2 {
        font-size: 20px;
        line-height: 32px;
   }
    .banner-2-part #banner-inner-3 {
        margin-top: 50px;
   }
}
@media only screen and (max-width: 991px) {
    .banner-2-part #banner-inner-3 {
        margin-top: 17px;
   }
    .banner-2-part .banner-inner-7 {
        top: 46%;
   }
    .banner-2-part .banner-inner-13 {
        top: 10%;
        left: 1%;
        width: 16%;
   }
    .banner-2-part h4 {
        font-size: 41px;
   }
    .banner-2-part h1 {
        font-size: 33px;
        line-height: 43px;
   }
    .banner-2-part h2 {
        font-size: 20px;
        line-height: 32px;
   }
}
@media only screen and (max-width: 767px) {
    .banner-2-part .banner-inner-3 {
        bottom: -16%;
        right: 22%;
        width: 32%;
   }
    .banner-2-part .banner-inner-8 {
        bottom: -23%;
   }
    .banner-2-part .banner-inner-12 {
        top: -45%;
        left: 18%;
        width: 29%;
   }
    .banner-2-part .banner-inner-13 {
        top: 10%;
        left: 0%;
        width: 18%;
   }
    .home-one .banner-item .banner-caption h1 {
        margin-bottom: 19px;
   }
    .banner-item .banner-caption h1::after {
        top: 73px;
        width: 50px;
   }
    .banner-2-part .banner-inner-14 {
        top: -43%;
        right: 14%;
        width: 24%;
   }
    .banner-item .banner-caption p {
        font-size: 14px;
   }
}
@media only screen and (max-width: 575px) {
    .banner-item .banner-caption h1::after {
        display: none;
   }
    .banner-2-part {
        padding-bottom: 0;
   }
    .banner-2-part .banner-inner-6 {
        width: 35%;
        top: -137px;
        right: 37%;
   }
    .banner-2-part .banner-inner-2 {
        width: 34%;
   }
    .banner-2-part .banner-inner-3 {
        bottom: -23%;
        width: 30%;
   }
    .banner-2-part .banner-inner-7 {
        top: 74%;
        right: 7%;
   }
    .banner-2-part .banner-inner-8 {
        bottom: -27%;
        left: 7%;
        width: 36%;
   }
    .banner-2-part .banner-inner-12 {
        top: -45%;
        left: 0;
        width: 29%;
   }
    .banner-2-part .banner-inner-13 {
        top: -16%;
        left: 44%;
        width: 18%;
   }
    .banner-2-part h2 {
        font-size: 17px;
        line-height: 27px;
   }
}
.banner-3-part {
    position: relative;
}
.banner-3-part .banner-3-item {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 690px;
}
.banner-3-part .banner-3-item .banner-caption.text-left {
    position: absolute;
    top: 170px;
    left: 10px;
}
.banner-3-part .banner-3-item::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.70);
}
.banner-3-part .banner-3-item .container {
    position: relative;
    z-index: 5;
}
.banner-3-part .banner-4-item {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 88vh;
}
.banner-3-part .banner-4-item .banner-caption.text-left {
    position: absolute;
    top: 265px;
    left: 10px;
}
.banner-3-part .banner-4-item::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.70);
}
.banner-3-part .banner-4-item .container {
    position: relative;
    z-index: 5;
}
.banner-3-part .banner-caption h1 {
    color: #fefefe;
    padding-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: .25px;
}
.banner-3-part .banner-caption h2 {
    color: #fefefe;
    padding-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: .25px;
    font-weight: 400 !important;
    text-transform: capitalize;
}
.banner-3-part .banner-caption p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: .25px;
    font-weight: 400;
    color: #fefefe;
    padding: 0 0 50px;
    max-width: 590px;
}
.banner-3-part .banner-caption a {
    padding: 15px 25px;
    border: 2px solid #fefefe;
    color: #fefefe;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
}
.banner-3-part .banner-caption a:hover {
    color: #ffad18;
    border-color: #ffad18;
}
.banner-slider-3 .swiper-pagination {
    margin-bottom: 45px;
}
.banner-slider .swiper-pagination {
    margin-bottom: 45px;
    position: absolute;
    top: 44%;
    left: 95% !important;
    width: 64px !important;
    text-align: right;
    margin-right: 25px;
    text-align: right;
}
.banner-slider .swiper-pagination-bullet {
    display: block;
    margin: 6px 0px !important;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(253, 253, 253, 0.78);
    border-radius: 50%;
    opacity: 1;
}
.banner-slider .swiper-pagination-bullet {
    background: #0d4478;
}
.banner-slider .swiper-pagination-bullet-active {
    background: #ffad18;
}
.swiper-pagination-bullet-active {
    background: #ffad18;
}
.banner-overlay-form .container {
    position: relative;
}
.banner-contact {
    position: absolute;
    bottom: 54px;
    right: 0px;
    z-index: 10;
    border-top: 10px solid #ffad18;
    background: #fff;
    padding: 63px 0px 75px;
    margin: 0 15px;
    text-align: center;
    width: 442px;
    box-shadow: 0px 0px 7px 0px rgba(133, 133, 133, 0.35);
    -webkit-box-shadow: 0px 0px 7px 0px rgba(133, 133, 133, 0.35);
    -moz-box-shadow: 0px 0px 7px 0px rgba(133, 133, 133, 0.35);
    -o-box-shadow: 0px 0px 7px 0px rgba(133, 133, 133, 0.35);
}
.banner-contact h2 {
    font-weight: 700;
}
.banner-contact h2 span {
    display: block;
    font-size: 26px;
}
.banner-contact p {
    max-width: 360px;
    margin: auto;
    padding: 40px 0 25px;
}
.banner-contact form {
    padding: 0 70px;
}
.banner-contact form input {
    margin-bottom: 10px;
    width: 100%;
    color: #717273;
    font-size: 14px;
    border: 0;
    border-bottom: 1px solid #d0d0d0;
    height: 40px;
    line-height: 40px;
}
.banner-contact form input::-webkit-input-placeholder {
    text-transform: uppercase;
}
.banner-contact form input::-moz-placeholder {
    text-transform: uppercase;
}
.banner-contact form input:-ms-input-placeholder {
    text-transform: uppercase;
}
.banner-contact form input:-moz-placeholder {
    text-transform: uppercase;
}
.banner-contact form button {
    margin-top: 30px;
    border-radius: 0;
    background: #ffad18;
    color: #fff;
    border-color: #ffad18;
    padding: 14px 28px;
}
.banner-contact form button:hover {
    color: #ffad18;
}
@media only screen and (max-width: 1199px) {
    .banner-3-item .banner-caption h1 {
        font-size: 42px;
        line-height: 52px;
   }
    .banner-contact {
        width: 410px;
   }
}
@media only screen and (max-width: 991px) {
    .banner-3-item .banner-caption h1 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: .25px;
   }
    .banner-3-item .banner-caption p {
        font-size: 15px;
        line-height: 25px;
        padding-bottom: 30px;
   }
    .banner-slider-3 .swiper-pagination {
        margin-bottom: 34px;
        left: 52%;
        width: inherit;
   }
    .banner-contact {
        width: 329px;
        padding: 53px 10px 59px;
   }
    .banner-contact h2 {
        font-size: 24px;
        line-height: 34px;
   }
    .banner-contact h2 span {
        font-size: 20px;
   }
    .banner-contact p {
        padding: 17px 0 32px;
   }
    .banner-contact {
        bottom: -9px;
   }
}
@media only screen and (max-width: 767px) {
    .banner-overlay-form {
        padding-bottom: 306px;
   }
    .banner-contact {
        width: 100%;
        bottom: 0;
        transform: translateY(55%);
        margin: 0;
   }
    .banner-3-part .banner-3-item .banner-caption.text-left {
        position: absolute;
        top: 100px;
        left: 15px;
   }
    .banner-item .banner-caption p {
        margin-bottom: 15px;
        line-height: 24px;
        margin-top: 10px;
    }
    .home-one .banner-caption {
        transform: translateY(2vh);
        left: 15px;
   }
   .row.banner-caption .col-md-6{
       padding: 0px;
   }
}
@media only screen and (max-width: 575px) {
    .banner-3-item .banner-caption p {
        padding-bottom: 35px;
   }
    .banner-3-item .banner-caption h1 {
        font-size: 25px;
        line-height: 35px;
   }
    .banner-overlay-form {
        padding-bottom: 300px;
   }
    .banner-contact {
        padding: 42px 0 58px;
   }
    .banner-contact p {
        padding: 16px 0 25px;
   }
    .banner-contact form {
        padding: 0 50px;
   }
    .banner-slider .swiper-pagination {
        display: none;
   }
   .home-one .banner-caption {
        transform: translateY(0vh);
        left: 15px;
   }
   .row.banner-caption .col-md-6{
       padding: 0px;
   }

}
/* -------------------------------------------------- == Call to action Part == --------------------------------------------------- */
.call_to_action {
    background: #ffad18;
}
.call_to_action .request-content {
    border: 0px solid #ebebeb;
    padding: 49px 0;
}
.call_to_action .request-content a.btn-1 {
    background: #fff;
    border-color: #fff;
    border-radius: 0;
    letter-spacing: .25px;
    padding: 11px 22px;
    text-transform: uppercase;
    color: #002e5b;
}
.call_to_action .request-content a.btn-1:hover {
    color: #ffad18;
}
.call_to_action .request-content h4 {
    font-size: 30px;
    font-weight: 700 !important;
    margin-bottom: 10px;
    color: #fff;
}
.call_to_action .request-content p {
    letter-spacing: 0.25px;
    color:#000;
}
/* -------------------------------------------------- == About us == --------------------------------------------------- */
.about_us{
    background-image: url(../images/bg/wus.png);
    background-position: right;
    background-repeat: no-repeat;
}
.about_us h2{
   font-size: 48px;
   color:#002e5b;
   line-height: 58px;
   margin-bottom: 20px;
}
.about_us h6 {
    font-size: 22px;
    color: #3c3c3c;
    line-height: 32px;
    margin-bottom: 20px;
    font-weight: 600;
}
.about_us p {
    font-size: 14px;
    line-height: 28px;
    color: #6f6f6f;
}
.progress_bar {
    float: left;
    margin-top: 40px;
    text-align: left;
    margin-right: 60px;
    position: relative;
}
.progress_bar p {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #001e3c;
}
.pro-num {
    position: absolute;
    left: 50%;
    font-size: 25px;
    top: 50%;
    transform: translate(-50%,-90%);
    font-weight: 600;
}
/* -------------------------------------------------- == About Part == --------------------------------------------------- */
.about-part {
    padding: 180px 0 180px;
    position: relative;
}
.about-part::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: url(../images/bg/about-bg.jpg);
    background-size: cover;
    z-index: 0;
}
.law-pro {
    color: #fff;
    background: rgba(15, 60, 103, 0.53);
    border: 3px solid rgba(255, 255, 255, 0.33);
    padding: 85px 20px 82px;
}
.law-pro i {
    font-size: 52px;
}
.law-pro h2 {
    padding: 25px 0 13px;
}
.law-pro P {
    font-weight: 400;
    font-style: italic;
}
.about-catogory {
    transform: translate(50%, -50%);
    position: absolute;
    right: 34%;
    top: 0;
    z-index: 10;
}
.about-catogory .item-box {
    height: 170px;
    width: 170px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
    padding-top: 25px;
    display: inline-block;
    margin-right: 15px;
}
.item-box i {
    font-size: 45px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.about-catogory .item-box:hover i {
    color: #ffad18;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.about-catogory .item-box:hover h4 {
    color: #ffad18;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.about-catogory .item-box span::before {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.about-catogory .item-box:hover span:before {
    color: #ffad18;
}
.about-catogory .item-box h4 {
    margin-top: 6px;
}
.about-catogory .item-box::before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #002e5b;
    z-index: -2;
}
.about-catogory .item-box::after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    height: 100%;
    width: 59%;
    background: url(../images/about-catogory-bg.png) no-repeat;
    z-index: -1;
}
.about-item-box {
    position: relative;
    margin-bottom: 30px;
}
.about-details {
    padding-left: 70px;
}
.about-item-box h3 {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.about-item-box h3 a {
    color: #3c3c3c;
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
}
.about-details .section-head-2 {
    padding-bottom: 60px;
}
.about-item-box .about-item-icon {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    position: relative;
    left: -102px;
    top: -40px;
    height: 70px;
    width: 70px;
    border-radius: 2px;
    text-align: center;
    line-height: 0px;
    display: inline;
}
.about-item-box .about-item-icon::before {
    position: absolute;
    content: '';
    width: 70px;
    height: 70px;
    background: #002e5b;
    top: 4px;
    left: -18px;
    z-index: 0;
    transform: translateY(-50%) rotate(45deg);
    z-index: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.22);
    box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.22);
}
.about-item-box .about-item-icon i {
    color: #fff;
    font-size: 35px;
    position: relative;
}
.about-item-box p {
    padding-top: 12px;
    font-size: 15px;
}
.about-item-box:hover h3 {
    color: #ffad18;
}
.about-item-box:hover .about-item-icon:before {
    background: #ffad18;
}
.about-accodian {
    padding-left: 15px;
    padding-top: 5px;
}
.about-part {
    background: #f6f6f6;
}
.about-part.style-two {
    padding: 180px 0 180px;
}
@media (min-width: 1200px) and (max-width: 1600px) {
    .about-catogory {
        right: 26%;
   }
   .home-one .banner-caption {
        transform: translateY(31vh);
   }
   .banner-item .banner-caption h1 {
    font-size: 44px;
   }
}
@media only screen and (min-width: 1200px) {
    .about-part {
        padding: 110px 0 57px;
   }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .about-part {
        padding: 110px 0 55px;
   }
    .style-two .counter-box {
        padding: 40px 30px;
   }
    .about-part.style-two {
        padding: 150px 0 150px;
   }
    .counter-part.style-two {
        padding-bottom: 90px;
   }
    .about-catogory {
        right: 24%;
   }
    .about-catogory .item-box {
        height: 140px;
        width: 140px;
   }
    .about-catogory .item-box span::before {
        font-size: 40px;
   }
    .about-catogory .item-box h4 {
        margin-top: 0px;
        font-size: 16px;
        line-height: 20px;
   }
    .about-item-box {
        margin-top: 20px;
   }
    .about-item-box .about-item-icon {
        left: -103px;
   }
    .item-box i {
        font-size: 40px;
   }
}
@media only screen and (max-width: 991px) {
    .law-pro h2 {
        padding: 19px 0 10px;
        font-size: 25px;
        line-height: 35px;
   }
    .law-pro p {
        font-size: 18px;
        line-height: 28px;
   }
    .about-part {
        padding: 90px 0 15px;
   }
    .about-catogory {
        right: 24%;
   }
    .about-catogory .item-box {
        height: 100px;
        width: 100px;
        padding-top: 8px;
   }
    .item-box i {
        font-size: 34px;
   }
    .about-catogory .item-box span::before {
        font-size: 30px;
   }
    .about-catogory .item-box h4 {
        margin-top: 0px;
        font-size: 15px;
        line-height: 18px;
   }
    .about-item-box {
        margin-top: 0px;
        margin-bottom: 0px;
   }
    .about-item-box .about-item-icon {
        left: -130px;
   }
    .section-head-2 h2 {
        line-height: 31px;
        padding-bottom: 15px;
        font-size: 30px;
   }
    .about-item-box h3 {
        font-size: 19px;
        line-height: 29px;
   }
    .about-item-box p {
        padding-top: 8px;
   }
    .about-item-box .about-item-icon {
        left: -102px;
        height: 65px;
        width: 65px;
        line-height: 68px;
        top: -80px;
   }
    .about-item-box .about-item-icon i::before {
        font-size: 28px;
   }
    .about-part.style-two {
        padding: 120px 0 120px;
   }
}
@media only screen and (max-width: 767px) {
    .about-details {
        padding-left: 15px;
   }
    .about-item-box {
        margin-top: 0px;
        margin-bottom: 0px;
   }
    .about-part::before {
        display: none;
   }
    .law-pro {
        margin-bottom: 60px;
        background: url(../images/bg/about-bg.jpg);
        background-size: cover;
        position: relative;
        z-index: 2;
        border: none;
   }
    .law-pro::before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(15, 60, 103, 0.53);
        z-index: -1;
   }
    .about-catogory {
        right: 50%;
   }
    .about-catogory .item-box {
        height: 80px;
        width: 80px;
        padding-top: 11px;
        margin-right: 5px;
   }
    .about-catogory .item-box span::before {
        font-size: 26px;
   }
    .about-catogory .item-box h4 {
        margin-top: 2px;
        font-size: 12px;
        line-height: 22px;
   }
    .about-item-box {
        margin-left: 120px;
   }
    .item-box i {
        font-size: 20px;
   }
    .about-catogory .item-box {
        padding-top: 8px;
   }
    .about-part {
        padding: 60px 0 0;
   }
    .about-accodian {
        padding-left: 0;
   }
    .progress_bar {
        margin-right: 20px;
   }
    .about_us h2 {
        font-size: 28px;
        margin-bottom: 0px;
   }
    .about_us h6 {
        font-size: 17px;
        line-height: 27px;
   }
}
@media only screen and (max-width: 575px) {
    .about-details .section-head-2 {
        padding-bottom: 50px;
   }
    .about-part {
        padding-bottom: 20px;
   }
    .about-catogory {
        text-align: center;
        width: 100%;
   }
    .about-item-box {
        margin-top: 0px;
        margin-left: 82px;
   }
    .about-item-box h3 {
        font-size: 16px;
        line-height: 26px;
        font-weight: 700;
   }
    .about-item-box .about-item-icon {
        left: -80px;
        height: 45px;
        width: 45px;
        line-height: 48px;
        top: -100px;
   }
    .about-item-box .about-item-icon::before {
        width: 50px;
        height: 50px;
        top: 7px;
        left: -10px;
   }
    .banner-item .banner-caption p {

   }
    .about-accodian {
        padding-left: 0;
        padding-top: 0px;
   }
    .progress_bar_wrap {
        margin: 0 auto;
        width: 150px;
   }
}
.about-2-part {
    background: #fff;
    background-position: center;
    position: relative;
}
.about-2-part::after {
    position: absolute;
    content: '';
    top: 131px;
    left: 0;
    background: url(../images/style-pett-4.html) no-repeat;
    background-size: contain;
    background-position: center;
    width: 133px;
    height: 167px;
}
.about-2-part::before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: url(../images/style-pett.html) no-repeat;
    background-size: contain;
    background-position: center;
    width: 289px;
    height: 237px;
}
.about-2-part .container {
    position: relative;
}
.about-2-part .container::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(../images/bg/home-2-about-2.png);
    background-size: cover;
    background-position: center;
    opacity: .02;
}
.about-2-img img {
    width: 100%;
}
.about-2-service {
    margin: 230px 0 60px;
    position: relative;
    z-index: 2;
}
.about-2-service .about-2-img img {
    width: 100%;
}
.about-2-service ul {
    width: 100%;
    border: 5px solid #eff5e9;
    padding: 25px;
}
.about-2-service ul li {
    text-align: center;
    width: 33%;
    position: relative;
}
.about-2-service ul li:not(:last-child)::after {
    position: absolute;
    content: '';
    height: 50px;
    width: 1px;
    background: #d9d9d9;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.about-2-service ul li h5 {
    position: relative;
    display: inline-block;
    color: #3d3d3d;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.about-2-service ul li h5::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 1px;
    background: #ffad18;
    display: inline-block;
}
.about-2-service ul li i {
    font-size: 52px;
    color: #ffad18;
}
.about-2-service ul li i.fa {
    height: 20px;
    line-height: 18px;
    width: 20px;
    text-align: center;
    color: #ffad18;
    border: 1px solid #ffad18;
    border-radius: 50%;
    margin-top: 15px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    font-size: 17px;
}
.about-2-service ul li span {
    color: #ffad18;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.about-2-service ul li h4 {
    color: #3d3d3d;
    padding-top: 8px;
}
.about-2-service ul li p {
    max-width: 190px;
    margin: auto;
    color: #666666;
}
.about-2-service ul li a:hover span, .about-2-service ul li a:hover i {
    color: #002e5b;
}
.about-2-service ul li a:hover i {
    border-color: #002e5b;
}
.presentitor {
    width: 100%;
    position: relative;
    z-index: 2;
}
.presentitor .about-2-img {
    width: 38%;
    padding-right: 220px;
    position: relative;
}
.presentitor .about-2-img::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 90000px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: url(../images/bg/presentitor-line.png);
}
.presentitor .about-img-2-sub {
    width: 100%;
    position: relative;
    z-index: 10;
}
.presentitor .presentitor-des {
    width: 60%;
    padding-left: 45px;
}
.presentitor .presentitor-des h4 {
    max-width: 550px;
}
.presentitor .presentitor-des p {
    margin-top: 15px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .about-2-service {
        margin: 153px 0 60px;
   }
    .about-2-part::after {
        top: 53px;
        width: 65px;
        height: 83px;
   }
    .about-2-part::before {
        top: 56%;
        width: 143px;
        height: 237px;
   }
}
@media (min-width: 768px) and (max-width: 992px) {
    .home-one .banner-caption {
        left: 20px;
   }
    .banner-item .banner-caption h1::after {
        height: 1px;
        top: 69px;
        display: none;
   }
    .home-one .banner-item .banner-caption p {
        width: 94%;
        font-size: 16px;
        line-height: 24px;
   }
    .home-one .banner-item .banner-caption h2 {
        padding: 10px 0 0px;
   }
    .home-one .banner-item .banner-caption h1 {
        padding: 7px 0 5px;
   }
    .home-one .banner-caption.small {
        padding-left: 386px!important;
   }
    .about-accodian {
        padding-left: 5px;
        padding-top: 30px;
        padding-right: 20px;
   }
}
@media only screen and (max-width: 1199px) {
    .about-2-service {
        margin: 120px 0 55px;
   }
    .presentitor .about-2-img {
        width: 26%;
        padding-right: 109px;
   }
    .about-2-service ul {
        padding: 15px;
   }
    .about-2-service ul li h4 {
        padding-top: 8px;
        font-size: 15px !important;
   }
    .about-2-service ul li p {
        line-height: 21px;
   }
    .about-2-part::after {
        top: 53px;
        width: 65px;
        height: 83px;
   }
    .about-2-part::before {
        top: 56%;
        width: 143px;
        height: 237px;
   }
}
@media only screen and (max-width: 991px) {
    .about-2-service {
        margin: 88px 0 50px;
   }
    .about-2-service ul li h4 {
        font-size: 14px !important;
   }
    .presentitor .about-2-img {
        width: 29%;
        padding-right: 68px;
   }
    .section-head-2 h2 {
        font-size: 28px;
   }
}
@media only screen and (max-width: 767px) {
    .about-2-service ul {
        padding-right: 0px;
   }
    .about-2-service {
        margin: 0px 0 50px;
   }
    .presentitor .about-2-img {
        width: 30%;
        padding-right: 00px;
   }
    .presentitor {
        margin-top: 50px;
   }
    .presentitor .about-2-img::after {
        top: 11%;
   }
    .home-one .banner-item .banner-caption h2 {
        padding: 11px 0 0px;
   }
    .home-one .banner-item .banner-caption h1 {
        padding: 7px 0 6px;
        margin:5px 0 14px;
   }
    .about-item-box h3 a {
        font-size: 20px;
   }
}
@media (min-width: 576px) and (max-width: 767px) {
    .home-one .banner-caption.small {
        padding-left: 200px;
   }
}
@media only screen and (max-width: 575px) {
    .about-2-part {
        padding: 60px 0 58px;
   }
    .presentitor {
        text-align: center;
   }
    .presentitor .about-2-img {
        text-align: center;
        width: 100%;
        padding-right: 0;
   }
    .presentitor .about-2-img .about-img-2-sub {
        margin: auto;
        width: 80%;
        text-align: center;
   }
    .presentitor .presentitor-des {
        width: 100%;
        padding: 15px;
   }
    .presentitor .about-2-img::after {
        top: 50%;
   }
    .about-2-part::after {
        display: none;
   }
    .about-2-part::before {
        display: none;
   }
    .about-2-service ul li {
        display: block;
        width: 100%;
   }
    .about-2-service ul li:not(:last-child) {
        margin-bottom: 25px;
   }
}
.about-3 {
    position: relative;
}
.about-img {
    position: absolute;
}
.about-img img {
    width: 100%;
}
.about-3-1 {
    z-index: 1;
    position: relative;
    border: 8px solid #ffad18;
    margin-top: 19px;
}
.about-3-2 {
    left: -43%;
    top: 5%;
    width: 300px;
    border-bottom: 3px solid #ffad18;
    border-left: 3px solid #ffad18;
}
.about-3-3 {
    left: -20%;
    bottom: 0%;
    width: 350px;
    border-bottom: 3px solid #ffad18;
    border-left: 3px solid #ffad18;
}
.accodian-head {
    cursor: pointer;
}
.accodian-item {
    border-bottom: 1px solid #d0d0d0;
}
.accodian-head.active {
    border-color: transparent;
    border: none;
}
.accodian-result p {
    padding-bottom: 16px;
    line-height: 26px;
}
.accodian-item .accodian-head {
    position: relative;
    width: 100%;
}
.accodian-head a.collapsed::after {
    content: '\f067';
    position: absolute;
    right: 0;
    top: 17px;
    font-family: 'FontAwesome';
}
.accodian-head a::after {
    content: '\f068';
    position: absolute;
    right: 0;
    top: 17px;
    font-family: 'FontAwesome';
}
.accodian-item .accodian-head a {
    position: relative;
    width: 100%;
    display: block;
    color: #4d4d4e;
    padding: 15px 0px;
}
.accodian-head i {
    width: 18px;
    height: 18px;
    line-height: 18px;
}
.accodian-head h5 {
    font-weight: 700;
    text-transform: uppercase;
    color: #4d4d4e;
    width: 100%;
}
.accodian-head h5, .accodian-head i {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.accodian-head.active i, .accodian-head:hover i {
    color: #ffad18;
}
.accodian-head.active {
    border-color: transparent;
}
@media only screen and (max-width: 991px) {
    .about-3-3 {
        left: -7%;
        bottom: 4%;
        width: 281px;
   }
}
@media only screen and (max-width: 767px) {
    .about-3 {
        height: auto;
        margin-bottom: 30px;
   }
    .about-3 .about-img {
        display: none;
   }
    .about-3-part {
        padding-top: 30px;
   }
    .about-3-1 {
        margin-top: 0;
   }
}
.about-4-img img {
    width: 100%;
}
.accodian-4-item {
    padding-left: 74px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    padding: 0px 55px 0px 74px;
}
.accodian-4-item::after {
    position: absolute;
    transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    content: '';
    top: 0;
    left: 0px;
    width: 4px;
    height: 0%;
    background: #ffad18;
}
.accodian-4-item::before {
    transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    position: absolute;
    content: '';
    top: 0;
    right: 0px;
    width: 4px;
    height: 0%;
    background: #ffad18;
}
.accodian-4-item.active {
    padding: 12px 55px 27px 74px;
    box-shadow: 0px 3px 7px 0px rgba(117, 117, 117, 0.35);
    -webkit-box-shadow: 0px 3px 7px 0px rgba(117, 117, 117, 0.35);
    -moz-box-shadow: 0px 3px 7px 0px rgba(117, 117, 117, 0.35);
    -o-box-shadow: 0px 3px 7px 0px rgba(117, 117, 117, 0.35);
}
.accodian-4-item.active .accodian-4-head::after {
    border-color: #486b8b;
}
.accodian-4-item.active .accodian-4-head h5 {
    color: #ffad18;
}
.accodian-4-item.active::after {
    height: 100%;
}
.accodian-4-item.active::before {
    height: 100%;
}
.accodian-4-head {
    padding: 15px 0;
    position: relative;
    cursor: pointer;
    transition: trans-4;
    -webkit-transition: trans-4;
    -moz-transition: trans-4;
    -o-transition: trans-4;
}
.accodian-4-head::after {
    transition: trans-4;
    -webkit-transition: trans-4;
    -moz-transition: trans-4;
    -o-transition: trans-4;
    position: absolute;
    content: '';
    top: 50%;
    left: -46px;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #ffad18;
}
.accodian-4-head h5 {
    color: #4f4f4f;
}
.accodian-4-result p {
    max-width: 325px;
}
/* -------------------------------------------------- == Counter Part == --------------------------------------------------- */
.count-des i {
    font-size: 52px;
}
.counter-part .container {
    position: relative;
}
.counter-part.style-two {
    padding-bottom: 110px;
}
.counter-box {
    background-position: right;
    background-size: cover;
    left: 0;
    width: 100%;
}
.style-two .counter-box{
    background: url(../images/bg/counter-bg.jpg) no-repeat;
    background-position: right;
    background-size: cover;
    padding: 70px 30px;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    border-radius: 3px;
    box-shadow: 1px 0 7px rgba(193, 193, 193, 0.45);
    -webkit-box-shadow: 1px 0 7px rgba(193, 193, 193, 0.45);
    -moz-box-shadow: 1px 0 7px rgba(193, 193, 193, 0.45);
    -o-box-shadow: 1px 0 7px rgba(193, 193, 193, 0.45);
    width: 100%;
}
.count-des {
    padding-left: 30px;
    position: relative;
}
.count-des:first-child::after {
    position: absolute;
    content: '';
    top: 22px;
    right: -12px;
    height: 40px;
    width: 1px;
    background: #bfbcbc33;
}
.counter-item {
    display: flex;
    align-items: center;
    color: #ffad18;
}
.counter-item h2 {
    font-size: 38px;
}
.counter-item p {
    color: #1e1e1e;
    font-weight: 400;
    font-size: 18px;
    margin-top: 5px;
}
.counter-item .count-des span {
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
}
.counter-item .count-des span::after {
    position: absolute;
    content: '';
    top: -32px;
    right: 0;
    height: 58px;
    width: 2px;
    background: #002e5b;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .counter-item h2 {
        font-size: 33px;
   }
    .counter-item p {
        font-size: 15px;
        line-height: 25px;
   }
    .counter-item .count-des span {
        margin-right: 10px;
        padding-right: 10px;
   }
    .counter-item .count-des span::before {
        font-size: 45px;
   }
    .counter-item .count-des span::after {
        top: -29px;
   }
    .home-one .banner-caption.small {
        padding-left: 470px !important;
        width: 100%;
   }
}
@media only screen and (max-width: 575px) {
    .counter-box {
        position: inherit;
        transform: inherit;
        background-position: left;
   }
    .counter-item {
        padding: 15px 0px;
   }
    .count-des {
        padding-left: 0;
        text-align: center;
   }
    .counter-item h2 {
        font-size: 30px;
        margin-bottom: 6px;
   }
    .counter-item p {
        font-size: 14px;
   }
    .count-des:first-child {
        display: none;
   }
}
.counter-3-part {
    background: url(../images/bg/counter-3-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.counter-3-part .section-head-3-1 {
    margin-bottom: 50px;
}
/*.counter-3-part::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
   background: rgba(36, 36, 36, 0.8);
} */
.counter-3-part .container {
    position: relative;
    z-index: 5;
}
.counter-3-part .section-head-3-1 p {
    color: #ffad18;
}
.counter-3-item .number-box i {
    font-size: 50px;
    color: #ffad18;
    padding-bottom: 8px;
    display: block;
}
.counter-3-item p{
    color: #ffad18;
}
.counter-item .count-des .counter {
    line-height: 23px;
    margin-top: 5px;
    margin-bottom: 20px;
}
.counter-3-item h3 {
    font-weight: 700;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    line-height: 23px;
    margin-top: 5px;
}
.counter-3-s2 {
    background: url(../images/bg/counter-4-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.counter-3-s2::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, #e53b89, #ee7e33);
}
.counter-3-s2 .container {
    position: relative;
    z-index: 5;
}
.counter-3-s2::after {
    opacity: .84;
}
@media only screen and (max-width: 1200px) {
    .counter-3-item h3 {
        margin-top: 7px;
   }
}
/* -------------------------------------------------- == Practise Part == --------------------------------------------------- */
.practise-part.section-p {
    padding-bottom: 80px;
}
.practise-item {
    padding: 25px 30px 40px;
    position: relative;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.08);
    position:relative;
    z-index:1;
}
.practise-item:hover {
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.3);
}
/* .practise-item:before{
    content: '';
    width:100%;
    height:100%;
    background: #ffad18;
    position:absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -3;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    background: url(../images/bg/sbg1.jpg);
}
.practise-item:hover:before{
    opacity: 1;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.practise-item:after{
    content: '';
    width:100%;
    height:100%;
    background: #ffad18;
    position:absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -3;
    transition: all 0.4s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.practise-item:hover:after{
    opacity: .9
}
*/
.practise-item h2 {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    padding-bottom: 15px;
}
.practise-item P {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.practise-item .icon-box {
    height: 70px;
    width: 100px;
    line-height: 97px;
    text-align: center;
    position: relative;
    color: #002e5b;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    line-height: 80px;
    margin: 0 auto;
}
/* .practise-item:hover .icon-box {
    color: #fff;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.practise-item:hover P {
    color: #fff;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.practise-item:hover h2 a {
    color: #fff;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
*/
.practise-item .icon-box i::before {
    font-size: 45px;
}
.practise-item h2 a {
    font-size: 20px;
    color: #2a2a2a;
}
.practise-item:hover h2 {
    color: #fff;
}
.practise-item:hover .icon-box {
    border-color: #ffad18;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .practise-item {
        padding: 59px 30px 30px;
   }
    .practise-item h2 {
        font-size: 18px;
   }
    .practise-item .bg-icon i:before {
        font-size: 65px;
   }
}
@media only screen and (max-width: 757px) {
    .practise-item {
        padding: 10px 15px 27px;
   }
    .practise-item h2 a {
        font-size: 17px;
   }
    .practise-item h2 {
        font-size: 16px;
        line-height: 26px;
   }
    .practise-item .icon-box {
        height: 65px;
        width: 80px;
        line-height: 77px;
   }
    .practise-item .icon-box i::before {
        font-size: 38px;
   }
    .practise-item .bg-icon i::before {
        font-size: 50px;
   }
    .practise-part.section-p {
        padding-bottom: 30px;
   }
}
@media only screen and (max-width: 575px) {
    .practise-part {
        padding: 50px 0 50px;
   }
    .practise-part .section-head {
        margin-bottom: 50px;
   }
    .testimonial-part .section-head-2 {
        padding-bottom: 0px;
   }
    .counter-item .count-des .counter {
        margin-bottom: 10px;
   }
    .counter-part .mt-4 {
        margin-top: 0;
   }
}
.practise-2-part {
    background: url(../images/bg/footer_pattern.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}
.practise-2-part .swiper-button-prev, .practise-2-part .swiper-button-next {
    font-size: 64px;
    color: rgba(255, 255, 255, 0.23);
    background: none;
    transform: translateY(-50%);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.practise-2-part .swiper-button-prev i, .practise-2-part .swiper-button-next i {
    font-weight: 400;
}
.practise-2-part .swiper-button-prev:hover, .practise-2-part .swiper-button-next:hover {
    color: #fff;
}
.practise-2-part .swiper-button-prev {
    left: 10%;
    top: 59%;
}
.practise-2-part .swiper-button-next {
    right: 10%;
    top: 59%;
}
.practise-2-item {
    padding: 42px 42px 20px;
    margin-top: 10px;
}
.practise-2-item h4 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: inline-block;
}
.practise-2-item h4 a {
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
}
.practise-2-item .item-img {
    position: relative;
    width: 100%;
}
.practise-2-item .item-img img {
    max-width: 100%;
}
.practise-2-item .item-img::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 8px;
    width: 119%;
    background: #eff5e9;
}
.practise-2-item .item-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 8px;
    width: 119%;
    background: #eff5e9;
}
.practise-2-item .border-big {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.practise-2-item .border-big::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 119%;
    width: 8px;
    background: #eff5e9;
}
.practise-2-item .border-big::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 119%;
    width: 8px;
    background: #eff5e9;
}
@media (min-width: 576px) and (max-width: 767px) {
    .practise-2-item h4 {
        font-size: 14px !important;
        margin-bottom: 21px;
   }
    .counter-3-item h3 {
        line-height: 25px;
   }
    .style-two .counter-box {
        padding: 30px 0px;
   }
    .counter-part.style-two {
        padding-bottom: 118px;
   }
    .about-part.style-two {
        padding: 90px 0 90px;
   }
}
@media only screen and (max-width: 575px) {
    .practise-2-item {
        padding-top: 0;
   }
    .style-two .counter-box {
        position: inherit;
        transform: inherit;
        background-position: left;
        padding: 10px 0px;
   }
    .counter-part.style-two {
        padding-bottom: 5px;
   }
    .about-part.style-two {
        padding: 180px 0 0;
   }
}
.practise-3-part {
    background: #f4f4f4;
    z-index: 10;
    position: relative;
}
.practise-3-box {
    transform: translateY(40px);
    margin-top: -40px;
}
.practise-3-item > a {
    color: #515050;
    font-size: 23px;
    text-align: center;
    display: block;
}
.practise-3-item:hover > a {
    color: #fff;
}
.practise-3-item {
    position: relative;
    padding: 25px 30px 40px;
    border: 1px solid #e1e1e1;
    margin-bottom: 50px;
    background: #fff;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    z-index: 1;
}
/* .practise-3-item::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #ffad18;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -3;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    background: url(../images/bg/sbg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
*/
/* .practise-3-item:hover:before{
    opacity: 1;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
*/
.practise-3-item:after{
    content: '';
    width:100%;
    height:100%;
    background: #ffad18;
    position:absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -3;
    transition: all 0.4s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.practise-3-item:hover:after{
    opacity: .9
}
.practise-3-item:hover p {
    color: #fff;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.practise-3-item h5 a {
    text-transform: uppercase;
    color: #002e5b;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: .25px;
    display: block;
}
.practise-3-item:hover h5 a {
    color: #fff;
}
.practise-3-item .icon-box {
    color: #002e5b;
}
.practise-3-item:hover .icon-box {
    color: #fff;
}
.practise-3-item .icon-box {
    position: relative;
    height: 70px;
    text-align: left;
    line-height: 64px;
    display: inline-block;
    float: left;
}
.practise-3-item h5 {
    display: inline-block;
    margin-left: 35px;
    margin-top: 20px;
}
.practise-3-item p {
    overflow: hidden;
    padding-top: 0px;
    width: 100%;
}
.practise-3-item .icon-box i::before {
    font-size: 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .practise-3-item {
        padding: 20px 16px 30px;
   }
    .practise-3-item {
        margin-bottom: 30px;
   }
}
@media (min-width: 576px) and (max-width: 767px) {
    .practise-3-item .icon-box {
        height: 50px;
        line-height: 53px;
   }
    .practise-3-item {
        padding: 42px 10px 25px;
        margin-right: 0;
   }
    .practise-3-item {
        padding: 10px 20px 25px;
        margin-right: 0;
   }
    .practise-3-item h5 a {
        letter-spacing: 0;
        font-size: 14px;
   }
}
/* -------------------------------------------------- == Testimonial Part == --------------------------------------------------- */
.testimonial-part {
    position: relative;
    background: #f6f6f6;
}
.testimonial-part::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    background: url(../images/bg/testimonial-bg.png) no-repeat;
    background-position: left;
    background-size: cover;
}
.testimonial-part .container {
    position: relative;
    z-index: 2;
}
.story-box {
    position: relative;
}
.story-box .years {
    padding: 15px 30px;
    background: #ffad18;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    width: max-content;
}
.story-box .year {
    width: 40%;
    position: relative;
}
.story-box .year::after {
    content: '';
    position: absolute;
    right: 0%;
    top: 40%;
    transform: translate(50%, -50%);
    height: 14px;
    width: 14px;
    border-radius: 50%;
    z-index: 5;
    background: #fff;
    border: 1px solid #ffad18;
}
.story-box .year.year-right-box::after {
    right: 100%;
    top: 50%;
    transform: translateX(50%);
}
.story-box::after {
    position: absolute;
    content: '';
    top: 15px;
    left: 40%;
    height: 100%;
    width: 2px;
    transform: translateX(-50%);
    background: #ffad18;
}
.story-item {
    width: 100%;
    margin-top: 30px;
}
.comment-box {
    width: 60%;
}
.story-comment {
    position: relative;
    box-shadow: 1px 0 7px rgba(193, 193, 193, 0.45);
    -webkit-box-shadow: 1px 0 7px rgba(193, 193, 193, 0.45);
    -moz-box-shadow: 1px 0 7px rgba(193, 193, 193, 0.45);
    -o-box-shadow: 1px 0 7px rgba(193, 193, 193, 0.45);
    padding: 20px 62px 20px 16px;
    background: #fff;
    color: #3c3c3c;
    margin-right: 27px;
}
.story-comment P {
    max-width: 179px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    margin-left: auto;
}
.story-comment img {
    position: absolute;
    right: 6%;
    top: 50%;
    transform: translate(50%, -50%);
    border: 5px solid #ebebeb;
}
.year-left {
    margin-right: 25px;
}
.year-right {
    margin-left: 25px;
}
.story-comment-right {
    padding: 20px 16px 20px 62px;
    margin-left: 27px;
    margin-right: 0;
}
.story-comment-right p {
    margin-left: 0;
}
.story-comment-right img {
    right: 94%;
}
.story-comment-right::after {
    right: 117.1%;
}
.testimonial-box .section-head-2 p {
    color: #fff;
}
/* -------------------------------------------------- == Testimonmial == --------------------------------------------------- */
.testimonial-box .section-head-2 {
    margin-bottom: 40px;
}
.testimonial-part .section-head-2 {
    padding-bottom: 40px;
}
.testimonial-2-part .section-head-2 {
    padding-bottom: 40px;
}
.testimonial-2-part .testimonial-box .section-head-2 {
    margin-bottom: 0px;
}
.testimonial-box .section-head-2 h2::before {
    background: #fff;
}
.testimonial-box .section-head-2 h2 span {
    color: white;
}
.testimonial-slider {
    position: relative;
}
.testimonial-slider .swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.testimonial-slider .swiper-pagination .swiper-pagination-bullet {
    height: 7px;
    width: 24px;
    border-radius: 0;
    border: 2px solid #fff;
    background: transparent;
    cursor: pointer;
    display: inline-block;
    opacity: 1;
}
.testimonial-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #ffad18;
}
.person-detail {
    text-align: center;
}
.person-detail .person-img img {
    border: 4px solid #fff;
    width: 100%;
}
.person-detail h3 {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    margin-top: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.person-detail p {
    font-family: "Montserrat", sans-serif;
    color: #e5e5e5;
}
.person-comment {
    color: #fff;
}
.person-comment h4 {
    font-size: 16px;
    margin-bottom: 10px;
    letter-spacing: .85px;
}
.person-comment .mains-comment {
    margin-top: 25px;
}
.person-comment .star li i {
    color: #ffad18;
}
.person-comment p {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
}
.person-comment p i {
    font-size: 16px;
}
.person-comment img {
    margin-top: 34px;
}
.person-comment #rateYo {
    width: 15px;
}
.person-comment .rateit {
    clear: both;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .testimonial-part::after {
        background-position: center;
   }
    .story-comment-right {
        padding-right: 0;
   }
    .story-comment-left {
        padding-left: 0;
   }
    .story-comment {
        padding: 20px 52px 20px 5px;
   }
    .story-comment-right {
        padding: 20px 0px 20px 54px;
   }
}
@media only screen and (max-width: 991px) {
    .testimonial-part::after {
        display: none;
   }
    .testimonial-part .section-head-2 {
        text-align: center;
        margin-bottom: 30px;
   }
    .testimonial-part .section-head-2 h2 {
        display: inline-block;
   }
    .testimonial-box {
        padding: 60px 15px;
        background: url(../images/bg/testimonial-bg.png) no-repeat;
        background-position: center;
        background-size: 125%;
   }
    .light_bg .testimonial-box{
        display: none;
   }
}
@media only screen and (max-width: 767px) {
    .testimonial-box {
        background-size: cover;
   }
    .testimonial-part .testimonial-box {
        margin-left: 0px;
   }
    .practise-3-item {
        margin-bottom: 30px;
        margin-right: 0px;
   }
    .story-item {
        margin-top: 30px;
   }
    .testimonial-part .section-head-2 {
        padding-bottom: 0px;
   }
}
@media only screen and (max-width: 575px) {
    .comment-box {
        width: 100%;
        text-align: center;
   }
    .story-box::after {
        display: none;
   }
    .story-box .year {
        width: 100%;
        margin-bottom: 13px;
   }
    .story-box .year::after {
        display: none;
   }
    .year-left {
        margin-right: 0;
   }
    .year-right {
        margin-left: 0;
   }
    .story-item {
        position: relative;
   }
    .story-item .year-right-box {
        position: absolute;
        top: 0;
   }
    .story-comment {
        margin-top: 63px;
   }
    .story-box {
        width: 300px;
        margin: 0 auto;
   }
}
@media only screen and (max-width: 370px){
    .practise-3-item h5 {
        margin-left: 0px;
   }
    .practise-3-item .icon-box i::before {
        font-size: 48px;
   }
}
.testimonial-2-part {
    position: relative;
}
.testimonial-2-part::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    background: url(../images/bg/testimonial-bg-white.png) no-repeat;
    background-position: left;
    background-size: cover;
}
.testimonial-part.testimonial-2-part {
    background: #fff;
}
.testimonial-2-part::before {
    position: absolute;
    content: '';
    top: 40%;
    transform: translateY(-50%);
    left: 0;
    background: url(../images/style-pett-2.html) no-repeat;
    background-size: contain;
    background-position: center;
    width: 270px;
    height: 237px;
}
.testimonial-2-part .container {
    position: relative;
    z-index: 4;
}
.testimonial-2-part .section-head-2 h2::before {
    background: #3d3d3d;
}
.testimonial-2-part .section-head-2 h2 span {
    color: #3d3d3d;
}
.testimonial-2-part .section-head-2 p {
    color: #3d3d3d;
}
.testimonial-2-thumb {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.testimonial-2-thumb .item-img {
    width: 90px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    position: relative;
}
.testimonial-2-thumb .item-img img {
    width: 100%;
}
.testimonial-2-thumb .item-img::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(15, 60, 103, 0.55);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.testimonial-2-thumb .person-2-detail {
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.testimonial-2-thumb.swiper-slide-prev {
    margin-left: 145px;
}
.testimonial-2-thumb.swiper-slide-active {
    margin-left: 77px;
    z-index: 30;
}
.testimonial-2-thumb.swiper-slide-active .item-img {
    transform: scale(1.4);
}
.testimonial-2-thumb.swiper-slide-active .item-img::after {
    opacity: 0;
}
.testimonial-2-thumb.swiper-slide-active .person-2-detail {
    opacity: 1;
    margin-top: 69px;
}
.testimonial-2-comment {
    padding: 30px 22px;
    text-align: center;
}
.testimonial-2-comment p {
    color: #3d3d3d;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    padding-bottom: 20px;
}
.testimonial-2-comment p i {
    color: #ffad18;
    font-size: 16px;
}
.person-2-detail {
    margin-top: 15px;
}
.person-2-detail h4 {
    color: #ffad18;
    margin-bottom: 5px;
}
.person-2-detail h3 {
    color: #3d3d3d;
    font-size: 16px;
    line-height: 18px;
}
.testimonial-2-slider {
    position: relative;
}
.testimonial-2-slider .swiper-pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2px;
}
.testimonial-2-slider .swiper-pagination .swiper-pagination-bullet {
    height: 7px;
    width: 24px;
    border-radius: 0;
    border: 2px solid #8e8e8e;
    background: transparent;
    cursor: pointer;
    display: inline-block;
    opacity: 1;
}
.testimonial-2-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #ffad18;
}
.item2-img {
    border-radius: 53px;
    overflow: hidden;
    width: 105px;
    margin: 0 auto;
    margin-bottom: 35px;
    border: 2px solid #ffad18;
}
@media only screen and (max-width: 1400px) {
    .testimonial-2-part::before {
        top: 27%;
        width: 110px;
        height: 118px;
   }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .testimonial-2-part::after {
        background-position: center;
   }
}
@media only screen and (max-width: 991px) {
    .testimonial-part::after {
        display: none;
   }
    .testimonial-part .section-head-2 {
        text-align: center;
        margin-bottom: 30px;
   }
    .testimonial-part .section-head-2 h2 {
        display: inline-block;
   }
    .testimonial-2-part::after {
        display: none;
   }
    .testimonial-2-part .testimonial-box {
        background: url(../images/bg/testimonial-bg-white.png) no-repeat;
        padding: 60px 15px;
        background-position: center;
        background-size: 209%;
   }
    .testimonial-2-part::before {
        top: 17%;
   }
}
@media only screen and (max-width: 575px) {
    .testimonial-2-part::before {
        display: none;
   }
}
.testimonial-3-part {
    background: url(../images/bg/testimonial-3-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.testimonial-3-part .section-head-3-1 {
    margin-bottom: 30px;
}
.testimonial-3-part::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(36, 36, 36, 0.9);
}
.testimonial-3-part .container {
    position: relative;
    z-index: 5;
}
.person-3-detail {
    padding-bottom: 30px;
}
.testimonial-3-item {
    text-align: center;
}
.person-3-comment i {
    font-size: 33px;
    color: #ffad18;
    text-transform: uppercase;
}
.person-3-comment h3 {
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    font-style: italic;
    position: relative;
    padding-bottom: 30px;
    font-weight: 300;
    padding-top: 18px;
    letter-spacing: .3px;
}
.person-3-comment h3::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #ffad18;
    width: 30px;
    height: 1px;
}
.person-3-detail h2 {
    color: #fff;
    line-height: 26px;
    font-size: 16px;
    padding-top: 17px;
}
.testimonial-2-part .testimonial-2-item .person-2-detail {
    margin-bottom: 30px;
}
.person-3-detail p {
    color: #dcdcdc;
    line-height: 0;
    margin-top: 10px;
}
.testimonial-3-part .swiper-pagination {
    position: inherit;
    padding-top: 20px;
}
.testimonial-3-slider.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0px;
}
.testimonial-3-part .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    opacity: 1;
}
.testimonial-3-part .swiper-pagination .swiper-pagination-bullet-active {
    background: #ffad18;
}
/* -------------------------------------------------- == Skill Part == --------------------------------------------------- */
.skill-part {
    position: relative;
    background: #f6f6f6;
}
.skill-part::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    background: url(../images/bg/skill-bg.png) no-repeat;
    background-position: right;
    background-size: cover;
}
.skill-part .container {
    position: relative;
    z-index: 2;
}
.contact-form {
    overflow: hidden;
    display: block;
    padding-top: 17px;
    padding-right: 100px;
}
.skill-part .section-head-2 {
    margin-bottom: 54px;
}
.skill-box .section-head-2 {
    color: #fff;
}
.skill-box .section-head-2 h2::before {
    background: #fff;
}
.skill-box .section-head-2 h2 span {
    color: #fff;
}
.skill-box .section-head-2 p {
    color: #fff;
}
.skill-contact-form label {
    width: 100%;
    background: #ffad18;
    color: #fff;
    font-size: 22px;
    padding: 15px 0;
    text-align: center;
    margin-bottom: 20px;
}
.skill-contact-form input, .skill-contact-form textarea {
    border-radius: 0;
    margin-bottom: 20px;
    font-size: 15px;
}
.skill-contact-form input {
    height: 50px;
    line-height: 50px;
}
.skill-contact-form textarea {
    padding: 5px 8px;
    height: 100px;
    line-height: normal;
}
.skill-contact-form .btn-1 {
    background: #ffad18;
    border-color: #ffad18;
    border-radius: 0;
    padding: 15px 38px;
}
.bg-color-white::after {
    background: url(../images/bg/skill-bg-white.png);
    background-position: right;
    background-size: cover;
}
.bg-color-white::before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: url(../images/style-pett-3.html) no-repeat;
    background-size: contain;
    background-position: center;
    width: 133px;
    height: 167px;
}
.skill-part.bg-color-white {
    background: #fff;
}
.bg-color-white .section-head-2 h2::before {
    background: #3d3d3d;
}
.bg-color-white .section-head-2 h2 span {
    color: #3d3d3d;
}
.bg-color-white .section-head-2 p {
    color: #3d3d3d;
}
.bg-color-white .progressbar-box .progressbar-wrapper span {
    color: #3d3d3d;
}
@media only screen and (max-width: 1300px) {
    .bg-color-white::before {
        top: 12%;
        width: 90px;
        height: 167px;
   }
}
@media only screen and (max-width: 1199px) {
    .skill-part::after {
        background-position: center;
   }
    .bg-color-white::after {
        background-position: center;
   }
}
@media only screen and (max-width: 991px) {
    .skill-part .progressbar-box .progressbar-wrapper {
        margin-right: 8px;
   }
    .skill-contact-form {
        padding-left: 20px;
   }
    .testimonial-part .testimonial-box {
        margin-left: 0px;
        margin-top: 40px;
   }
}
@media only screen and (max-width: 767px) {
    .skill-part {
        padding-top: 0;
   }
    .skill-part::after {
        display: none;
   }
    .skill-part .section-head-2 {
        margin-bottom: 0;
   }
    .skill-part .progressbar-box .progressbar-wrapper {
        margin-right: 16px;
   }
    .skill-box {
        margin-bottom: 60px;
        padding: 60px 30px;
        background: url(../images/bg/skill-bg.png) no-repeat;
        background-position: center;
        background-size: cover;
   }
    .light_bg .skill-box{
        display: none;
   }
    .bg-color-white .skill-box {
        background: url(../images/bg/skill-bg-white.png) no-repeat;
        padding: 60px 30px;
        background-position: center;
        background-size: cover;
   }
    .skill-contact-form {
        padding-left: 0px;
   }
    .testimonial-part .testimonial-box {
        margin-left: 0px;
        margin-top: 0px;
   }
    .contact-form {
        padding-right: 0;
        margin-bottom: 25px;
   }
}
@media only screen and (max-width: 575px) {
    .skill-part .progressbar-box .progressbar-wrapper {
        margin-right: 13px;
        width: 35px;
   }
    .skill-part .skill-box {
        padding: 60px 15px;
   }
    .progressbar-box {
        text-align: center;
   }
}
/* -------------------------------------------------- == Social Media Part == --------------------------------------------------- */
.social-media-2-part, .social-media-part {
    background: url(../images/bg/social-media-bg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}
.social-media-2-part .btn-1 {
    margin-top: 30px;
}
.social-media-2-part::after, .social-media-part::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(15, 60, 103, 0.87);
}
.social-media-2-part .container, .social-media-part .container {
    position: relative;
    z-index: 5;
}
.social-media-2-part .section-head-2 h2, .social-media-part .section-head-2 h2 {
    max-width: 524px;
}
.social-media-2-part .section-head-2 h2::before, .social-media-part .section-head-2 h2::before {
    background: #fff;
}
.social-media-part .section-head-2 a {
    margin-top: 30px;
    border-radius: 0;
    padding: 19px 29px;
}
.social-media-part .section-head-2 a {
    margin-top: 45px;
    border-radius: 0;
    padding: 19px 29px;
    margin-bottom: 26px;
}
.social-media-part .section-head-2 a,.social-media-2-part .section-head-2 a {
    margin-top: 55px;
    border-radius: 0;
    padding: 19px 29px;
    margin-bottom: 40px;
}
.achivement-blog ul li {
    position: relative;
    color: #fff;
    padding: 5px 20px 5px 52px;
    text-align: left;
    width: 30%;
}
.achivement-blog ul li:first-child {
    padding-left: 28px;
}
.achivement-blog ul li:first-child i {
    left: 0;
}
.achivement-blog ul li span {
    color: #cdcbcb;
}
.achivement-blog ul li i {
    position: absolute;
    top: 50%;
    left: 15px;
    font-size: 30px;
    transform: translateY(-50%);
    height: 30px;
    width: 30px;
}
.blog-posted-item {
    background: #fff;
    padding: 25px 0 30px 70px;
    position: relative;
}
.blog-posted-item:not(:last-child) {
    margin-bottom: 20px;
}
.blog-posted-item h5 {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    color: #565656;
    line-height: 26px;
    margin-bottom: 13px;
    font-weight: 400;
    padding-right: 10px;
}
.blog-posted-item .flat-list li {
    padding: 2px 13px;
    border-right: 1px solid #dadada;
}
.blog-posted-item .flat-list li:last-child {
    border-right: none;
}
.blog-posted-item .flat-list li:first-child {
    padding-left: 0;
}
.blog-posted-item .posted-date {
    color: #fff;
    background: #ffad18;
    display: inline-block;
    height: 100px;
    width: 100px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}
.blog-posted-item .posted-date h6 {
    padding-top: 17px;
    border-bottom: 1px solid #fff;
    display: inline-block;
    padding-bottom: 10px;
    font-size: 28px;
    font-weight: 700;
}
.blog-posted-item .posted-date .post-date-box {
    height: 100%;
    width: 100%;
    position: relative;
}
.blog-posted-item .posted-date .post-date-box::after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    height: 100%;
    width: 60%;
    background: url(../images/social-media-shape.png) no-repeat;
    background-position: right;
    background-size: cover;
    z-index: -1;
}
.blog-posted-item-2 {
    padding: 25px 0px 23px 112px;
}
.blog-posted-item-2:not(:last-child) {
    margin-bottom: 50px;
}
.social-media-2-part .blog-posted {
    padding: 10px 0;
}
.blog-posted-item-2 h5 {
    margin-bottom: 10px;
}
.blog-posted-item-2 .blog-post-2-img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 193px;
}
.blog-posted-item-2 .blog-post-2-img img {
    width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .blog-posted-item-2 .blog-post-2-img {
        width: 165px;
   }
    .blog-posted-item-2 {
        padding: 16px 0px 16px 79px;
   }
}
@media only screen and (max-width: 991px) {
    .blog-posted {
        margin-top: 60px;
        margin-left: 100px;
   }
    .achivement-blog {
        text-align: center;
   }
    .social-media-part .section-head-2 h2 {
        max-width: 441px;
        margin: 0 auto;
   }
    .social-media-part .section-head-2 {
        padding-bottom: 26px;
        text-align: center;
   }
    .social-media-2-part .blog-posted {
        margin-left: 165px;
   }
}
@media only screen and (max-width: 757px) {
    .blog-posted {
        margin-left: 55px;
   }
    .social-media-part .section-head-2 h2 {
        max-width: 426px;
   }
    .social-media-2-part .blog-posted {
        margin-left: 70px;
   }
}
@media only screen and (max-width: 575px) {
    .blog-posted {
        margin-left: 42px;
   }
    .blog-posted-item {
        padding: 11px 0 16px 52px;
   }
    .blog-posted-item .posted-date {
        height: 75px;
        width: 75px;
   }
    .blog-posted-item .posted-date h6 {
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 20px;
   }
    .blog-posted-item .flat-list li {
        padding: 2px 3px;
        border-right: 0;
   }
    .achivement-blog ul li:not(:last-child) {
        border-right: 0px;
   }
    .achivement-blog ul {
        margin-bottom: -10px;
   }
    .achivement-blog ul li {
        padding-bottom: 10px;
   }
    .blog-posted-item-2 .blog-post-2-img {
        width: 95px;
   }
    .blog-posted-item-2:not(:last-child) {
        margin-bottom: 36px;
   }
    .blog-posted-item-2 .blog-posted-item {
        padding: 11px 0 16px 52px;
   }
    .social-media-2-part .blog-posted {
        margin-left: 42px;
   }
    .buckets-block .inner-box, .emergency-block .inner-box, .pricing-section-two .steps-column .inner-column .title-box{
        padding-left:0px;
   }
    .buckets-block .inner-box .icon-outer, .emergency-block .inner-box .icon-outer, .pricing-section-two .steps-column .inner-column .title-box .icon-box{
        position:relative;
        top:0px;
        margin-bottom:30px;
   }
}
/* -------------------------------------------------- == Team Part == --------------------------------------------------- */
.team-slider {
    padding: 50px 0px 0px;
}
.sub-team-3 .team-slider .section-head-3-1 h2::after {
    left: 50%;
    transform: translateX(-50%);
}
.team-item .team-img {
    position: relative;
}
.team-item .team-img img {
    width: 100%;
}
.team-item .team-member-name {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    padding-bottom: 15px;
    background: #002e5b;
}
.team-item .team-member-name h2 {
    padding: 12px 0 0px;
    background: #002e5b;
    font-size: 18px;
    color: #fff;
    font-weight: 400 !important;
    line-height: 33px;
}
.team-item .team-member-des {
    padding: 0px 0;
    text-align: center;
    background: #002e5b;
    padding-bottom: 5px;
}
.team-item .team-member-des P {
    max-width: 300px;
    margin: auto;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}
.team-item .team-social {
    text-align: center;
    padding: 18px 0;
    background: #f0f1f1;
}
.team-item .team-social ul li a i {
    background: #f0f1f1;
    font-size: 20px;
    color: #ffad18;
    margin: 0 10px;
    height: 20px;
    width: 20px;
}
.team-2-part {
    background-position: 100% 20%;
    position: relative;
}
.team-2-part .section-head {
    margin-bottom: 70px;
}
.team-2-part.patten::before {
    position: absolute;
    content: '';
    top: 30%;
    transform: translateY(-50%);
    right: 0;
    background: url(../images/style-pett.html) no-repeat;
    background-size: contain;
    background-position: center;
    width: 289px;
    height: 237px;
}
.team-2-item .team-2-img {
    position: relative;
    box-shadow: 0px 3px 9px 0px rgba(117, 117, 117, 0.35);
    overflow: hidden;
}
.team-2-item {
    margin: 5px 5px 80px 5px;
}
.team-2-item .team-2-img .team-2-social {
    display: flex;
    align-items: center;
    background: #ffad18;
    position: absolute;
    bottom: 0;
    right: -05%;
    height: 100%;
    padding: 0 32px;
    margin: auto;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    opacity: 0;
}
.team-2-item .team-2-img ul {
    visibility: hidden;
}
.team-2-item .team-2-img ul li {
    padding: 10px 0;
}
.team-2-item .team-2-img ul li a i {
    font-size: 24px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    color: #fff;
}
.team-2-item .team-2-img ul li a i:hover {
    color: #002e5b;
}
.team-2-item .team-2-des {
    padding-top: 20px;
}
.team-2-item .team-2-des h4 {
    color: #3d3d3d;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.team-2-item .team-2-des p {
    margin-top: 3px;
}
.team-2-item:hover .team-2-social {
    opacity: 1;
    right: 0;
}
.team-2-item:hover .team-2-social ul {
    visibility: visible;
}
.team-2-item:hover .team-2-des h4 {
    color: #ffad18;
}
@media only screen and (max-width: 1400px) {
    .team-2-part.patten::before {
        top: 10%;
        width: 125px;
   }
}
@media only screen and (max-width: 575px) {
    .team-2-part.patten::before {
        display: none;
   }
}
.pad-bot-30 {
   padding-bottom: 30px!important
}
.sub-team-3 {
    background: #fff;
}
.sub-team-3 .section-head-3-1 p {
    padding-right: 35px;
}
.sub-team-3 .section-head-3-1 h2::after {
    left: 0;
    transform: translateY(0);
}
.sub-team-3 .progressbar-v2 {
    margin-bottom: 50px;
}
.team-3-slider .swiper-wrapper {
    margin-bottom: 10px;
}
.team-3-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #474747;
    opacity: 0.549;
}
.team-3-slider .swiper-pagination-bullet-active {
    background: #ffad18;
    opacity: 1;
}
/* -------------------------------------------------- == Experience Part == --------------------------------------------------- */
.experience-part {
    background: url(../images/bg/experience-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index:1;
    background-attachment: fixed;
}
.experience-part::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #002e5b;
    opacity: 0.7;
    z-index: -1;
}
.experience-part .section-head-2 {
    padding-bottom: 0px;
}
.experience-part .section-head-2 h2 {
    max-width: 438px;
}
.experience-part .section-head-2 h2::before {
    background: #fff;
}
.experience-part .section-head-2 img {
    margin-top: 40px;
}
.clints-logo {
    background: rgba(238, 238, 238, 0.7);
    height: 115px;
    width: 115px;
    line-height: 106px;
    border-radius: 50%;
    border: 5px solid rgba(238, 238, 238, 0.9);
    text-align: center;
    display: inline-block;
    overflow: hidden;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    margin: 7px;
    position: relative;
}
.clints-logo:hover {
    background: rgba(241, 134, 54, 0.7);
}
.clints-logo::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    background: url(../images/clints-logo-overlay.png);
    height: 50%;
    width: 100%;
    background-position: center;
}
.team-2-part .swiper-container-horizontal > .swiper-pagination-bullets{
    bottom: -3px;
}
@media only screen and (max-width: 1199px) {
    .clints-logo {
        height: 101px;
        width: 100px;
        line-height: 96px;
   }
    .experience-part .section-head-2 h2 {
        max-width: 359px;
   }
    .team-2-item {
        margin: 5px 5px 30px 5px;
   }
    .team-slider {
        padding: 25px 0px 0px;
   }
}
@media only screen and (max-width: 991px) {
    .experience-part .section-head-2 h2 {
        max-width: 256px;
   }
}
@media only screen and (max-width: 767px) {
    .experience-part .section-head-2 h2 {
        max-width: 100%;
   }
    .team-2-item {
        margin: 5px 5px 55px 5px;
   }
    .sub-team-3 .progressbar-v2 {
        margin-bottom: 0px;
   }
}
/* -------------------------------------------------- == Twitter Feed Part == --------------------------------------------------- */
.twitter-feed-part {
    background: #001e3c;
    padding: 20px 0px;
}
.twitter-feed-part .container {
    position: relative;
}
.twitter-feed-part .relative {
    height: 100%;
    width: 100%;
}
.twitter-feed-box {
    padding: 30px 0;
    width: 100%;
    text-align: center;
    position: relative;
    left: 0;
    bottom: 0;
}
.twitter-feed-box h5 {
    color: #fff;
    font-weight: 700;
}
.twitter-feed-box .twitter-icon {
    background: #002e5b;
    border-radius: 3px;
    height: 70px;
    width: 70px;
    line-height: 80px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
}
.twitter-feed-box .twitter-icon i {
    color: #fff;
    font-size: 25px;
}
.twitter-feed-part .swiper-button-prev, .twitter-feed-part .swiper-button-next {
    background: none;
    margin-top: -14px;
}
.twitter-feed-part .swiper-button-prev i, .twitter-feed-part .swiper-button-next i {
    font-size: 22px;
    text-align: left;
    color: #eae1da;
    border: 1px solid #fff;
    height: 29px;
    width: 30px;
    line-height: 26px;
    text-align: center;
}
.twitter-feed-part .swiper-button-prev:hover i, .twitter-feed-part .swiper-button-next:hover i {
    font-size: 22px;
    text-align: left;
    color: #ffad18;
    border: 1px solid #fff;
    height: 29px;
    width: 30px;
    line-height: 26px;
    text-align: center;
}
.twitter-feed-part .swiper-container {
    padding-left: 40px;
}
.twitter-feed-part .swiper-button-prev {
    left: 0%;
}
.twitter-feed-part .swiper-button-next {
    right: 30px;
}
@media only screen and (max-width: 1199px) {
    .twitter-feed-box h5 {
        font-size: 14px;
   }
    .twitter-feed-part .swiper-button-next {
        right: 10px;
   }
}
@media only screen and (max-width: 991px) {
    .twitter-feed-box h5 {
        font-size: 14px;
        bottom: 12px;
   }
    .twitter-feed-part .swiper-button-next {
        right: 10px;
   }
    .twitter-feed-part .swiper-button-prev {
        left: 38%;
   }
    .twitter-feed-part .swiper-container {
        padding-left: 0;
   }
    .team-item {
        margin-bottom: 55px;
   }
}
@media only screen and (max-width: 767px) {
    .twitter-feed-part .swiper-button-next {
        right: 10px;
   }
    .twitter-feed-part .swiper-button-prev {
        left: 15%;
   }
    .twitter-feed-box .twitter-icon {
        left: 13px;
   }
    .team-item {
        margin-bottom: 55px;
   }
    .team-part.section-p {
        padding-bottom: 0px;
   }
}
@media only screen and (max-width: 575px) {
    .twitter-feed-box .twitter-icon {
        height: 80px;
        width: 80px;
        line-height: 96px;
   }
}
/* -------------------------------------------------- == Footer Part == --------------------------------------------------- */
.footer-part{
    position: relative;
    z-index: 9;
}
.footer-part i {
    color: #ffad18;
}
.footer-part p {
    color: #e1e1e1;
}
.footer-part p:first-child {
    font-weight: 700;
}
.footer-widget {
    background: #002e5b;
    color: #fff;
    padding: 100px 0 0;
}
.footer-logo p {
    color: #fff;
}
.footer-widget-item h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    text-transform: capitalize;
}
.footer-widget-item .footer-widget-link li {
    padding: 9px 0 3px;
}
.footer-widget-item .footer-widget-link li a i {
    margin-right: 3px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    line-height: 14px;
}
.footer-widget-item .footer-widget-link li a:hover i {
    transform: translatex(5px);
}
.footer-widget-contact li {
    position: relative;
    color: #e1e1e1;
    padding: 10px 0px 0px 23px;
    line-height: 24px;
    letter-spacing: .35px;
}
.footer-widget-contact li a {
    color: #e1e1e1;
}
.footer-widget-contact li i {
    position: absolute;
    left: 0;
    top: 16px;
}
.footer-widget-office-time li {
    padding: 10px 0;
}
.footer-icon-area {
    padding: 50px 0;
    border-top: 1px solid #264d73;
    margin-top: 53px;
    border-bottom: 1px solid #264d73;
}
.footer-icon {
    float: left;
    width: 15%;
    overflow: hidden;
}
.footer-icon-text {
    overflow: hidden;
    padding-left: 15px;
}
.footer-icon-text span {
    color: #c6c5c5;
}
.footer-icon a {
    font-size: 35px;
    margin-top: 2px;
    display: inline-block;
}
.footer-icon-text h4 {
    font-size: 20px;
    text-transform: capitalize;
}
#subscribe-form button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #fbba42;
    font-size: 15px;
    line-height: 46px;
    position: absolute;
    right: 0;
    transition: all 0.3s ease 0s;
    width: 70px;
}
#subscribe-form input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #1c436a;
    color: #fff;
    float: left;
    font-size: 12px;
    font-weight: 400;
    height: 45px;
    padding-left: 17px;
    width: 100%;
}
.subscribe-widget p {
    padding-bottom: 30px;
    padding-top: 10px;
}
/* -------------------------------------------------- == Footer Copy Right == --------------------------------------------------- */
.footer-copyright {
    background: #002e5b;
    padding: 40px 0;
    text-align: center;
}
.footer-part .footer-copyright p {
    color: #c6c5c5;
    font-weight: 400;
}
.footer-copyright p a {
    color: #ffad18;
}
.footer-copyright p span {
    color: #ffad18;
}
.footer-widget-link li a {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
.footer-logo ol.flat-list {
    margin-top: 40px;
}
.footer-logo ol.flat-list li:not(:last-child) {
    margin-right: 6px;
}
.footer-logo ol.flat-list li a {
    display: block;
    height: 33px;
    width: 33px;
    line-height: 33px;
    border-radius: 50%;
    text-align: center;
}
.footer-logo ol.flat-list li a i {
    color: #ffad18;
    font-size: 16px;
}
.footer-logo ol.flat-list li a:hover i {
    color: #ffad18;
}
/* -------------------------------------------------- == Footer style 2 == --------------------------------------------------- */
.footer-bg-white h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}
.footer-bg-white .footer-widget {
    padding: 100px 0 105px;
    background: #f7f7f7;
    color: #3d3d3d;
}
.footer-bg-white .footer-widget p {
    color: #757474;
}
.footer-bg-white .footer-widget .footer-widget-link li a {
    color: #757474;
    letter-spacing: .35px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.footer-bg-white .footer-widget .footer-widget-link li a:hover {
    color: #ffad18;
}
.footer-bg-white .footer-copyright {
    background: #ebe8e8;
}
.footer-bg-white .footer-copyright p {
    padding: 0 15px;
    color: #7d7c7c;
}
.footer-bg-white .footer-copyright p a {
    color: #7d7c7c;
}
.footer-bg-white .footer-copyright p a:hover {
    color: #ffad18;
}
.footer-blog {
    padding-top: 10px;
}
.footer-blog li:not(:last-child) {
    margin-bottom: 20px;
}
.footer-blog li a {
    position: relative;
    color: #757474;
    display: inline-block;
}
.footer-blog li a h6 {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.footer-blog li a img {
    width: 85px;
    position: relative;
    top: 0;
    float: left;
    margin-right: 12px;
    margin-top: 6px;
}
.footer-blog li a:hover h6 {
    color: #ffad18;
}
.footer-instagram-item {
    padding-top: 15px;
    margin-right: -10px;
    margin-bottom: -10px;
}
.footer-instagram-item li {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 28%;
    overflow: hidden;
}
.footer-instagram-item li img {
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
/* -------------------------------------------------- == Footer style 3 == --------------------------------------------------- */
.footer-bg-dark-2 .footer-widget {
    background: #252525;
}
.footer-bg-dark-2 .footer-blog li a {
    color: #cccccc;
}
.footer-bg-dark-2 .footer-widget-link li a {
    color: #cccccc;
}
.footer-bg-dark-2 .footer-widget-link li a:hover {
    color: #ffad18;
}
.footer-bg-dark-2 .footer-copyright {
    background: #202020;
}
@media only screen and (max-width: 1199px) {
    .footer-instagram-item li {
        margin-right: 8px;
   }
}
@media only screen and (max-width: 991px) {
    .footer-widget-item h3 {
        margin-bottom: 15px;
   }
}
@media only screen and (max-width: 767px) {
    .footer-icon {
        float: none;
        width: 100%;
        text-align: center;
   }
    .footer-icon-text {
        text-align: center;
   }
}
@media only screen and (max-width: 575px) {
    .footer-widget-contact li {
        padding: 5px 0px 5px 22px;
   }
    .footer-widget-item h3 {
        margin-bottom: 10px;
   }
    .footer-widget-contact li i {
        top: 10px;
   }
    .footer-copyright {
        padding: 30px 15px;
        text-align: center;
   }
    .footer-widget-office-time li:first-child {
        padding-bottom: 0;
   }
    .sin-footer-icon {
        margin-bottom: 30px;
   }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .footer-blog li:not(:last-child) {
        margin-bottom: 20px;
   }
    .footer-blog li a img {
        width: 60px;
        position: relative;
        top: 0;
        float: left;
        margin-right: 12px;
        margin-top: 6px;
        padding-bottom: 27px;
   }
    .footer-widget-item h3 {
        font-size: 23px;
   }
    .practise-item h2 a {
        font-size: 18px;
   }
}
@media (min-width: 576px) and (max-width: 767px) {
    .footer-blog li:not(:last-child) {
        margin-bottom: 20px;
   }
}
/* -------------------------------------------------- == Footer style Light == --------------------------------------------------- */
.footer-bg-light .footer-widget {
    background: url(../images/bg/footer_pattern.jpg);
    background-repeat: repeat;
}
.footer-bg-light .footer-widget-item h3 {
    color: #2c3c5e;
}
.footer-bg-light .footer-widget-link li a {
    color: #5a5e5f;
}
.footer-bg-light.footer-part i.fa {
    color: ##ffad18;
   ;
}
.footer-bg-light.footer-part p {
    color: #5a5e5f;
}
.footer-bg-light .footer-widget {
    padding: 100px 0;
}
.footer-bg-light .footer-copyright {
    background: #f5f5f5;
}
.footer-bg-light .footer-logo ol.flat-list li a i {
    color: #2c3c5e;
}
.footer-bg-light .footer-logo ol.flat-list li a {
    background: transparent;
    box-shadow: none;
}
.footer-bg-light .footer-copyright p a {
    color: #ffad18;
    text-transform: capitalize;
}
.footer-bg-light .footer-logo ol.flat-list {
    margin-top: 10px;
}
/* -------------------------------------------------- == Clint Logo Part == --------------------------------------------------- */
.clint-logo-part {
    position: relative;
}
.clint-logo-item {
    background: #f7f8f5;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.clint-logo-item img {
    opacity: 0.7;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.clint-logo-item:hover img {
    opacity: 1;
}
@media only screen and (max-width: 1400px) {
    .request::after {
        width: 89px;
        height: 101px;
   }
    .request::before {
        top: 56%;
        width: 76px;
        height: 61px;
   }
}
@media only screen and (max-width: 575px) {
    .request::after {
        display: none;
   }
    .request::before {
        display: none;
   }
}
.clint-logo-3 .container {
    position: relative;
    z-index: 5;
}
.clints-logo-3-item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.clint-logo-4-part {
    padding: 40px 0;
}
.clint-logo-4-slider .swiper-slide {
    text-align: center;
}
.clint-logo-4-slider .swiper-button-next, .clint-logo-4-slider .swiper-button-prev {
    width: 36px;
    height: 28px;
    border: 1px solid #b7b7b7;
    line-height: 26px;
    background: #fff;
    text-align: center;
    transform: translateY(50%);
}
.clint-logo-4-slider .swiper-button-next i, .clint-logo-4-slider .swiper-button-prev i {
    color: #9b9a9b;
    font-size: 18px;
}
.clint-logo-4-slider .swiper-button-next:hover i, .clint-logo-4-slider .swiper-button-prev:hover i {
    color: #ffad18;
}
.request {
    position: relative;
    padding: 0px 0 100px;
}
.request-content {
    border: 1px solid #ebebeb;
    padding: 65px 50px;
    padding-left:0;
}
.request-content h4 {
    font-size: 30px;
    font-weight: 700!important;
    margin-bottom: 10px;
}
.request-content p {
    letter-spacing: 0.25px;
}
.request-content a.btn-1 {
    background: #ffad18;
    border-color: #ffad18;
    border-radius: 0;
    letter-spacing: .25px;
    padding: 14px 43px;
    text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 991px) {
    .request-content {
        padding: 60px 20px;
   }
    .request-content a.btn-1 {
        padding: 14px 20px;
   }
    #navigation .navbar-brand {
        padding-left: 15px;
   }
    .navbar .second-nav-toggler {
        margin-right: 15px;
   }
}
@media only screen and (max-width: 767px) {
    .request-content {
        padding: 20px 20px;
   }
    .request-content p {
        display: none;
   }
    .request-content a.btn-1 {
        padding: 14px 22px;
   }
    .request-content h4 {
        font-size: 20px;
        text-align: center;
        margin-bottom: 0px;
   }
}
@media only screen and (max-width: 767px) {
    .request-content a.btn-1 {
        margin-top: 14px;
   }
}
.submit-3-part {
    position: relative;
    padding: 50px 0;
}
.submit-3-part::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(../images/bg/submit-3--bg.jpg) no-repeat;
    background-size: cover;
    background-position: left;
    opacity: .90;
}
.submit-3-part .container {
    position: relative;
    z-index: 5;
}
.submit-3-des h2 {
    font-size: 26px;
    color: #ffffff;
}
.submit-3-des p {
    color: #ffffff;
    letter-spacing: .25px;
}
.submit-3-btn {
    padding-right: 45px;
}
.submit-3-btn a {
    border-radius: 0;
    background: #ffad18;
    color: #fff;
    border-color: #ffad18;
    padding: 14px 28px;
    text-transform: uppercase;
    letter-spacing: .25px;
}
.submit-3-btn a:hover {
    color: #ffad18;
}
@media only screen and (max-width: 1199px) {
    .submit-3-btn {
        padding-right: 0px;
   }
}
@media only screen and (max-width: 767px) {
    .submit-3-des p {
        display: none;
   }
}
@media only screen and (max-width: 767px) {
    .submit-3-part {
        padding: 55px 0;
   }
    .submit-3-des h2 {
        font-size: 24px;
        color: #ffffff;
   }
}
/* -------------------------------------------------- == Blog Part == --------------------------------------------------- */
.blog-3-img {
    margin-bottom: 20px;
    box-shadow: 0px 3px 7px 0px rgba(133, 133, 133, 0.35);
    -webkit-box-shadow: 0px 3px 7px 0px rgba(133, 133, 133, 0.35);
    -moz-box-shadow: 0px 3px 7px 0px rgba(133, 133, 133, 0.35);
    -o-box-shadow: 0px 3px 7px 0px rgba(133, 133, 133, 0.35);
}
.blog-3-img img {
    width: 100%;
    border-radius: 3px;
}
.blog-3-post {
    background: #ffad18;
    border-radius: 3px;
    padding: 20px 24px;
    letter-spacing: .25px;
    margin-right: 30px;
}
.blog-3-post h5 {
    line-height: normal;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
}
.blog-3-post h5 span {
    display: block;
    font-size: 24px;
    padding-bottom: 5px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.blog-3-post h5:first-child {
    border-bottom: 2px solid #ffffff;
    padding-bottom: 15px;
}
.blog-3-post h5:last-child {
    padding-top: 15px;
}
.blog-3-post h5 a {
    color: #fff;
}
.blog-3-post h5 a:hover span {
    color: #002e5b;
}
.blog-3-post-date {
    text-shadow: 0px 3px 7px rgba(133, 133, 133, 0.35);
    -webkit-text-shadow: 0px 3px 7px rgba(133, 133, 133, 0.35);
    -moz-text-shadow: 0px 3px 7px rgba(133, 133, 133, 0.35);
    -o-text-shadow: 0px 3px 7px rgba(133, 133, 133, 0.35);
}
.blog-3-detail h2 {
    padding-bottom: 10px;
    line-height: normal;
    padding-right: 8px;
}
.blog-3-detail h2 a {
    color: #3f3f3f;
    line-height: 26px;
    display: inline-block;
}
.blog-3-detail h2:hover a {
    color: #ffad18;
}
.blog-3-detail p {
    color: #747474;
}
.blog-3-detail > a {
    color: #ffad18;
    margin-top: 17px;
    display: inline-block;
    padding: 5px 13px;
    background: #fff;
    border: 1px solid #ffad18;
    margin-bottom: 1px;
}
.blog-3-detail > a:hover{
    color: #fff;
    background: #ffad18;
}
.post_history {
    padding: 0px 0px 10px;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    border-left: none;
    border-right: none;
    margin-bottom: 19px;
}
.post_history ul li {
    display: inline-block;
    margin-left: 8px;
    font-size: 14px;
    color: #3f3f3f;
}
.post_history ul li i{
    color: #ffad18;
}
@media only screen and (max-width: 1199px) {
    .blog-3-post h5 span {
        font-size: 24px;
   }
    .blog-3-post {
        padding: 20px 15px;
        margin-right: 16px;
   }
}
/* -------------------------------------------------- == Progressbar Part == --------------------------------------------------- */
.progressbar-box .progress {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    float: left;
    background: transparent;
    border-radius: 0;
}
.progressbar-box .progress-bar {
    width: 100%;
    height: 0;
    -webkit-transition: height 2s ease;
    -o-transition: height 2s ease;
    transition: height 2s ease;
    position: relative;
    background-position: bottom;
    background-size: cover;
    color: transparent;
}
.progressbar-box .progressbar-wrapper {
    position: relative;
    height: 400px;
    width: 50px;
    padding-bottom: 32px;
    display: inline-block;
    margin-right: 30px;
    position: relative;
}
.progressbar-box .progressbar-wrapper span {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    line-height: 6px;
}
.progressbar-box .progressbar-wrapper h5 {
    transform: rotate(180deg) translateX(-50%);
    -ms-transform:rotate(90deg) translateX(-50%);
    position: absolute;
    left: -7%;
    bottom: 15%;
    width: max-content;
    color: #fff;
    font-weight: 700;
    writing-mode: vertical-rl;
    opacity: .2;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
/* -------------------------------------------------- == Progress bar 2 version == --------------------------------------------------- */
.progressbar-wrapper {
    margin-top: 4px;
}
.progressbar-v2 .progressbar-wrapper-des {
    color: #5c5c5c;
    padding-bottom: 5px;
}
.progressbar-v2 .progressbar-wrapper-des h6 {
    letter-spacing: .25px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
}
.progressbar-v2 .progressbar-wrapper-des span {
    margin-left: auto;
    font-weight: 700;
}
.progressbar-v2 .six-sec-ease-in-out {
    -webkit-transition: width 2.5s ease-in-out;
    -moz-transition: width 2.5s ease-in-out;
    -ms-transition: width 2.5s ease-in-out;
    -o-transition: width 2.5s ease-in-out;
    transition: width 2.5s ease-in-out;
}
.progressbar-v2 .progressbar-wrapper:nth-child(2) .progress-bar {
    background: #f1e34a;
}
.progressbar-v2 .progressbar-wrapper:last-child .progress-bar {
    background: #002e5b;
}
.progressbar-v2 .progress-bar {
    color: transparent;
    background: #ffad18;
}
.progressbar-v2 .progress {
    height: 8px;
    width: 100%;
    border-radius: 0;
}
@media only screen and (max-width: 575px) {
    .progressbar-box .progressbar-wrapper h5 {
        font-size: 14px !important;
        left: -19%;
   }
}
/* -------------------------------------------------- == Practice page one == --------------------------------------------------- */
.breadcrumb-part {
    background: url(../images/bg/breadcrumb-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.department-header {
    width: 100%;
    background: #242D42;
}
.department-header h1 {
    color: #ffffff;
    font-size:22px;
    position: relative;
    display: inline-block;
    padding-bottom: 0;
    text-transform: uppercase;
}
h1.sub-title-profile{
    text-transform: none;
}
.breadcrumb-part::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #2c3c5e;
}
.breadcrumb-part .container {
    position: relative;
    z-index: 5;
}
.breadcrumb-part::after {
    opacity: .57;
}
.breadcrumb-title {
    padding: 10px 0 10px;
}
.breadcrumb-title h1 {
    color: #ffffff;
    font-size:30px;
    position: relative;
    display: inline-block;
    padding-bottom: 17px;
    text-transform: uppercase;
}
.breadcrumb-title h1::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background: #ffad18;
}
.breadcrumb-link {
    padding-bottom: 10px;
}
.breadcrumb-link ul.flat-list li {
    position: relative;
}
.breadcrumb-link ul.flat-list li a {
    padding: 0 7px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.2;
    text-shadow: 0px 3px 7px rgba(71, 71, 71, 0.35);
    -webkit-text-shadow: 0px 3px 7px rgba(71, 71, 71, 0.35);
    -moz-text-shadow: 0px 3px 7px rgba(71, 71, 71, 0.35);
    -o-text-shadow: 0px 3px 7px rgba(71, 71, 71, 0.35);
    display: inline-block;
}
.breadcrumb-link ul.flat-list li::after {
    position: absolute;
    content: '/';
    top: 50%;
    left: 100%;
    transform: translate(50%, -50%);
    color: #fff;
}
.breadcrumb-link ul.flat-list li:last-child a {
    color: #ffad18;
    cursor: text;
}
.breadcrumb-link ul.flat-list li:last-child::after {
    display: none;
}
.wid-heading {
    background: #ffad18;
    padding: 15px 0px;
}
.wid-heading p {
    font-weight: bold;
    color: #fff;
    font-size: 17px;
    text-align: center;
    text-transform: uppercase;
}
.prac-sb-list {
}
.prac-sb-list ul {
    border: 1px solid #b7b7b7;
    border-bottom: none
}
.prac-sb-list ul li {
    border-bottom: 1px solid #b7b7b7;
}
.prac-sb-list ul li a {
    color: #585858;
    font-size: 16px;
    padding: 22px 0px 22px 50px;
    display: block;
    position: relative;
}
.prac-sb-list ul li a::after {
    position: absolute;
    content: '\f0a9';
    font-family: FontAwesome;
    top: 25px;
    left: 25px;
    height: 10px;
    width: 10px;
    color: #585858;
}
.prac-sb-list ul li a:hover {
    background: #3c3c3c;
    color: #fff
}
.prac-sb-list ul li a:hover::after {
    color: #fff
}
.pra-img-overlay {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    color: #fff;
    height: 100%;
    background-color: rgba(60, 60, 60, 0.67);
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.pra-img {
    position: relative;
}
.single-practice:hover .pra-img-overlay {
    opacity: 1;
    visibility: visible;
}
.pra-img img {
    width: 100%
}
.pra-img-overlay a {
    color: #ffad18;
}
.pra-img-overlay a {
    color: #ffad18;
    border: 1px solid #fff;
    display: inline-block;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 37px;
    position: absolute;
    top: 65%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
}
.pra-cont a:hover {
    background: #373737
}
.pra-img:hover .pra-img-overlay a {
    top: 50%;
}
.pra-cont h3 {
    font-size: 16px;
    color: #3c3c3c;
    font-weight: bold;
    line-height: 16px;
    padding-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
}
.pra-cont p {
    color: #6b6969;
}
.pra-cont a {
    padding: 12px 25px;
    background: #ffad18;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    margin-top: 33px;
}
.single-practice {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.single-practice::after {
    position: absolute;
    content: '';
    height: 1px;
    background: #e3e3e3;
    left: 0px;
    right: 0;
    bottom: 0;
}
.pra-pagination {
    margin-left: 30px;
    margin-top: 65px;
    display: block;
    overflow: hidden;
}
.pra-pagination ul {
}
.pra-pagination ul li {
    display: inline;
    margin-right: 5px;
}
.pra-pagination ul li a {
    font-size: 16px;
    color: #3c3c3c;
    border: 1px solid #b7b7b7;
    padding: 5px 12px;
    border-radius: 3px;
    display: inline-block;
}
.pra-pagination ul li a:hover, .pra-pagination ul li.active a {
    color: #ffad18
}
@media (min-width: 992px) and (max-width: 1199px) {
    .breadcrumb-title {
        padding: 65px 0 0px;
   }
}
@media (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-title {
        padding: 50px 0 0px;
   }
    .about-4-img {
        margin-bottom: 50px;
   }
    .breadcrumb-title h1 {
        padding-bottom: 0px;
        font-size: 25px;
   }
}
@media (max-width: 767px) {
    .breadcrumb-title {
        padding: 18px 0 15px;
   }
    .about-4-img {
        margin-bottom: 50px;
   }
    .breadcrumb-title h1 {
        padding-bottom: 0px;
        font-size: 25px;
        line-height: 35px;
   }
    .accodian-4-item.active, .accodian-4-item {
        padding: 12px 15px 5px 45px;
   }
    .accodian-4-head::after {
        width: 16px;
        height: 16px;
        border: 2px solid #ffad18;
        top: 29px;
        left: -26px;
   }
    .person-3-comment h3 {
        font-size: 19px;
        line-height: 30px;
   }
    .breadcrumb-link {
        padding-bottom: 19px;
   }
    .pra-pagination {
        margin-left: 0px;
        margin-top: 38px;
   }
    .pra-pagination ul li a {
        margin-bottom: 10px;
   }
    .prac-sb-list ul li a::after {
        left: 30px;
   }
    .prac-sb-list ul li a {
        padding: 22px 0px 22px 60px;
   }
    .header-item:last-child{
        text-align: center;
        display: block;
        align-items: center;
   }
   .header-item>a img {
        width: 100% !important;
        margin-bottom: 5px;
    }
    .flat-list.social-icon.dropdown-menu li{
        display: block;
        width: 100%;
   }
    .flat-list.social-icon.dropdown-menu li a{
        color: rgb(85, 85, 85) !important;
        text-align: left !important;
        font-size: 0.825rem !important;
        border-bottom: solid 1px #f1f1f1 !important;
        padding: 7px !important;
        display: block;
        width: 100%;
   }
    .flat-list.social-icon.dropdown-menu li:last-child a{
        border-bottom: 0px !important;
   }
    .flat-list.social-icon.dropdown-menu li a:hover{
        color: #ffad18 !important;
   }
    .header-item ul {
        padding-left: 0 !important;
        padding: 0px !important;
        border-radius: 1px !important;
   }
    .header-item > a, .header-item > a > i{
        cursor: pointer;
        vertical-align: middle;
   }
    .flat-list.social-icon li a {
        font-size: 13px;
   }

   .header-item a.h6{
    font-size: 18px;
    padding: 0px 5px;
   }

}
@media (min-width: 576px) and (max-width: 767px) {
    .breadcrumb-title {
        padding: 50px 0 30px;
   }
    .about-4-img {
        margin-bottom: 50px;
   }
    .breadcrumb-title h1 {
        padding-bottom: 0px;
        font-size: 25px;
   }
}
/* -------------------------------------------------- == About company page == --------------------------------------------------- */
.about-tab .section-head-3-1 h2 {
    font-size: 30px;
    color: #3c3c3c;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}
.about-tab .section-head-3-1 p {
    color: #6b6969
}
.about-tab .nav-tabs .nav-link:focus, .about-tab .nav-tabs .nav-link:hover {
    border-color: transparent;
}
.about-tab .nav-tabs {
    border-bottom: 0px solid #dee2e6;
}
.about-tab .nav-tabs .nav-link {
    border: 0px solid transparent;
    padding: 0;
    width: 100%;
    padding-bottom: 24px;
    border-bottom: 1px solid #d8d5d2;
    margin-bottom: 23px;
    position: relative;
}
.about-tab .nav-tabs .nav-link.active {
    border-bottom: 1px solid #d8d5d2;
    color: #ffad18;
}
.about-tab .nav-tabs .nav-link:hover {
    border-bottom: 1px solid #d8d5d2;
}
.about-tab-button {
    background: #fff;
}
.about-tab-button .nav-tabs a {
    font-size: 14px;
    color: #626262;
    text-align: center;
    background: transparent;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold
}
.about-tab-button .nav-tabs a i {
    font-size: 32px;
}
.about-tab-button .nav-tabs a p {
    color: #626262
}
.about-tab-button .nav-tabs a.active p {
    color: #ffad18;
}
.about-tab-button {
    margin: 0px 40px;
    border: 1px solid #b7b7b7;
    padding: 22px 11px;
    border-radius: 5px;
    padding-bottom: 0px;
}
.about-tab .nav-tabs .nav-link:last-child {
    border-bottom: 0px
}
.about-tab .nav-tabs .nav-link.active::after {
    position: absolute;
    background: #fff;
    content: '';
    top: 9px;
    right: -20px;
    width: 16px;
    height: 16px;
    border: 1px solid #b7b7b7;
    transform: rotate(45deg);
    border-radius: 3px;
    border-left: 0px;
    border-bottom: 0px;
}
.ab-tab-l {
    color: #6b6969
}
.ab-tab-l h3 {
    font-size: 15px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 5px;
}
.ab-tab-l p {
    color: #3d3c3c;
    font-size: 14px;
    padding-bottom: 20px;
}
.ab-tab-l h4 {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 10px;
}
.ab-tab-l ul {
}
.ab-tab-l ul li {
    padding-bottom: 7px;
}
.ab-tab-l ul li p {
    color: #3d3c3c;
    font-size: 14px;
    padding-left: 16px;
    position: relative;
    padding-bottom: 0px;
}
.ab-tab-l ul li p:after {
    content: '\f101';
    position: absolute;
    top: 2px;
    left: 0;
    font-family: FontAwesome;
    color: #ffad18;
}
.about-tab-img {
    position: relative;
    border: 8px solid #ffad18;
}
.about-tab-img:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: red;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(bottom, rgba(42, 42, 42, 0.5) 39%, rgba(17, 17, 17, 0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(42, 42, 42, 0.5) 39%, rgba(17, 17, 17, 0) 100%);
    background: linear-gradient(to top, rgba(42, 42, 42, 0.5) 39%, rgba(17, 17, 17, 0) 100%);
}
.about-tab-img img {
    width: 100%
}
@media (min-width: 992px) and (max-width: 1199px) {
    .about-tab-button {
        margin: 0px 20px;
   }
}
@media (min-width: 768px) and (max-width: 991px) {
    .about-tab .nav-tabs .nav-link {
        width: 33.33%;
        margin-bottom: 0px;
        padding-bottom: 25px;
        border-bottom: 0px solid #fff;
   }
    .about-tab .nav-tabs .nav-link.active, .about-tab .nav-tabs .nav-link:hover {
        border-bottom: 0px solid #fff;
   }
    .about-tab .nav-tabs .nav-link.active::after {
        display: none;
   }
    .about-tab-button {
        margin-bottom: 30px;
   }
    .about-tab-img {
        margin-top: 30px;
   }
    .contact-form {
        padding-right: 10px;
   }
}
@media (max-width: 767px) {
    .about-tab .nav-tabs .nav-link {
        width: 33.33%;
        margin-bottom: 0px;
        padding-bottom: 25px;
        border-bottom: 0px solid #fff;
   }
    .about-tab .nav-tabs .nav-link.active, .about-tab .nav-tabs .nav-link:hover {
        border-bottom: 0px solid #fff;
   }
    .about-tab .nav-tabs .nav-link.active::after {
        display: none;
   }
    .about-tab-button {
        margin-bottom: 30px;
   }
    .about-tab-img {
        margin-top: 40px;
   }
    .about-tab .section-head-3-1 h2 {
        font-size: 20px;
   }
}
@media (min-width: 320px) and (max-width: 575px) {
    .about-tab .nav-tabs .nav-link {
        width: 33.33%;
        margin-bottom: 0px;
        padding-bottom: 25px;
        border-bottom: 0px solid #fff;
   }
    .about-tab .nav-tabs .nav-link.active, .about-tab .nav-tabs .nav-link:hover {
        border-bottom: 0px solid #fff;
   }
    .about-tab .nav-tabs .nav-link.active::after {
        display: none;
   }
    .about-tab-button {
        margin: 0px 0px;
        padding: 20px 8px;
   }
    .ab-tab-l {
        padding-left: 15px;
        padding-top: 20px;
   }
    .about-tab-img {
        margin-top: 15px;
        margin-left: 15px;
   }
}
/* -------------------------------------------------- == Attorny details page == --------------------------------------------------- */
.info-img {
    border: 10px solid #ebebeb;
    overflow: hidden;
    box-shadow: 0px 3px 9px 0px rgba(117, 117, 117, 0.35);
    margin-bottom: 32px;
    width: 250px;
    height: 250px;
    border-radius: 50%;
}
.team-detals-content {
    padding-left: 20px;
}
.lawer-info-widget {
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #d8d8d8;
}
.lawer-info-widget h4 {
    font-size: 18px;
    color: #ffad18;
}
.lawer-info-widget p {
    font-size: 13px;
    color: #949494;
    margin-bottom: 7px;
    margin-top: 4px;
}
.per-social ul li {
    display: inline;
    margin: 0 5px;
}
.per-social ul li a {
    font-size: 18px;
    color: #4a4a4a;
    padding: 0 2px;
}
.per-social ul li a:hover {
    color: #ffad18
}
.sin-sidebar h2 {
    font-size: 20px;
    font-weight: 700;
    color: #5a5a59;
    text-transform: uppercase;
    text-align: center;
}
.sin-sidebar {
    margin-bottom: 40px;
}
.sin-sidebar .progressbar-box .progressbar-wrapper {
    margin-right: 20px;
}
.progressbar-box.per-progress .progressbar-wrapper:last-child {
    margin-right: 0px
}
.progressbar-box.per-progress {
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #d8d8d8;
}
.progressbar-box.per-progress .progressbar-wrapper span {
    font-size: 16px;
    color: #626264;
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.per-con-form input {
    height: 50px;
    padding-left: 17px;
    border: none;
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0px 0px 2px 0px rgba(108, 108, 108, 0.25);
    border-radius: 4px;
    border: 1px solid #e7e6e6;
}
.per-con-form textarea {
    width: 100%;
    height: 115px;
    border: none;
    padding: 5px;
    box-shadow: 0px 0px 2px 0px rgba(108, 108, 108, 0.25);
    border: 1px solid #e7e6e6;
}
.per-con-form input[type="submit"] {
    background-color: #ffad18;
    color: white;
    padding: 16px 40px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: auto;
    margin-top: 30px;
}
.per-form {
    text-align: center;
    margin-top: 40px;
}
.lawer-per-contact a {
    color: #5a5a59;
    font-size: 15px
}
.lawer-per-contact a i {
    color: #ffad18;
    margin-right: 10px
}
.lawer-per-contact a {
    color: #5a5a59;
    font-size: 15px;
    display: block;
    text-align: center;
    margin-bottom: 6px;
}
.lawer-per-contact {
    padding-top: 10px;
}
.team-details {
    padding-top: 100px;
    padding-bottom: 40px;
}
.sin-part h4 {
    font-size: 18px;
    color: #504f4f;
    padding-bottom: 20px
}
.sin-part p {
    font-size: 15px;
    color: #6b6969;
    padding-bottom: 10px;
    line-height: 27px;
}
.sin-part ul, ul.dotlist {
    padding: 11px 0px;
}
.sin-part ul li, ul.dotlist li {
    display: block;
    font-size: 15px;
    padding-bottom: 11px;
    padding-left: 22px;
    position: relative;
}
.sin-part ul li::after, ul.dotlist li::after {
    content: '';
    position: absolute;
    top: 6px;
    left: -2px;
    width: 9px;
    height: 9px;
    border-radius: 50px;
    background: #ffad18;
}
.part-sub {
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 22px;
}
.part-sub p > span {
    color: #ffad18;
    font-weight: 700;
}
.part-sub > span {
    font-size: 14px;
    color: #9f9f9e;
    position: relative;
    padding: 0 20px;
}
.part-sub > span::after {
    content: '';
    position: absolute;
    top: 7px;
    left: 2px;
    width: 6px;
    height: 6px;
    border-radius: 50px;
    background: #ffad18;
}
.sin-part {
    padding-bottom: 13px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .sin-sidebar .progressbar-box .progressbar-wrapper {
        width: 47px;
        margin-right: 5px;
   }
}
@media (min-width: 768px) and (max-width: 992px) {
    .info-img {
        width: 100%;
        height: auto;
        margin: 0 auto;
        margin-bottom: 50px;
   }
    .sidebar-card {
        width: 100%;
    }
    .accreditations .nav-tabs li a.active::before {
        bottom: -70px !important;
        left: 30% !important;
    }
    .lawer-info-widget {
        border-bottom: 0px solid #d8d8d8;
   }
    .team-details {
        padding-top: 80px;
        padding-bottom: 50px;
   }
}
@media (max-width: 767px) {
    .info-img {
        width: 350px;
        height: 350px;
        margin: 0 auto;
        margin-bottom: 50px;
   }
    .lawer-info-widget {
        border-bottom: 0px solid #d8d8d8;
   }
    .team-details {
        padding-top: 50px;
        padding-bottom: 50px;
   }
}
@media (min-width: 320px) and (max-width: 575px) {
    .info-img {
        width: 275px;
        height: 275px;
   }
    .sin-sidebar {
        margin-bottom: 0px;
   }
    .sin-sidebar .progressbar-box .progressbar-wrapper {
        width: 40px;
        margin-right: 10px;
   }
    .achivement-blog ul li {
        width: auto;
   }
    .mobile-list-nav > li:hover > a::before {
        opacity: 0;
        display: none;
   }
}
/* -------------------------------------------------- == Practice details page == --------------------------------------------------- */
.prac-det-carousel {
    padding-bottom: 30px;
}
.prac-det-carousel .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
}
.prac-det-carousel .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffad18;
}
.prac-det-carousel .swiper-slide {
    position: relative
}
.prac-det-carousel .swiper-slide::after {
    position: absolute;
    content: '';
    background: -webkit-linear-gradient(bottom, rgba(42, 42, 42, 0.3) 39%, rgba(17, 17, 17, 0) 100%);
    background: -o-linear-gradient(bottom, rgba(42, 42, 42, 0.3) 39%, rgba(17, 17, 17, 0) 100%);
    background: linear-gradient(to top, rgba(42, 42, 42, 0.3) 39%, rgba(17, 17, 17, 0) 100%);
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
}
.prac-det-carousel .swiper-slide img {
    width: 100%
}
.prac-det-inner {
    font-family: 'Open Sans', sans-serif;
}
.prac-det-inner > ul {
    padding: 20px 25px;
}
.prac-det-inner h2 {
    font-size: 18px;
    color: #3c3c3c;
    padding-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
}
.prac-det-inner p {
    font-size: 14px;
    color: #6b6969
}
.prac-det-inner blockquote {
    color: #565656;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    padding: 15px 78px;
    line-height: 26px;
}
.prac-det-inner h3 {
    font-size: 18px;
    color: #3c3c3c;
    padding-bottom: 25px;
    font-weight: 700;
    margin-top: 40px;
    font-family: 'Open Sans', sans-serif;
}
.prac-det-inner blockquote i {
    font-size: 18px;
    color: #ffad18
}
.per-social ul {
    padding: 20px 30px 0px;
}
.prac-det-inner ul li {
    color: #6b6969;
    padding-bottom: 10px;
    font-size: 14px;
    position: relative;
}
.prac-detils-area {
    padding-left: 15px;
}
.prac-det-inner > ul > li::after {
    position: absolute;
    content: '\f101';
    top: 3px;
    left: -26px;
    font-family: FontAwesome;
    color: #ffad18;
}
.prac-inner-social .per-social {
    display: inline-block;
}
.prac-inner-social {
    background: #f9f9f9;
    margin: 60px 0px 40px;
    padding-bottom: 14px;
}
.prac-inner-social span {
    float: left;
    display: inline;
    padding-top: 21px;
    padding-left: 34px;
    color: #777777;
    font-weight: 700;
}
.about-author {
    padding-bottom: 40px;
    border-bottom: 1px solid #efeeee;
}
.about-author .avator {
    border: 4px solid #ebebeb;
    width: 180px;
    float: left;
}
.about-author .author-info {
    overflow: hidden;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 40px;
}
.about-author .author-info h5 {
    font-size: 16px;
    color: #4f4f4f;
    font-weight: 700;
}
.about-author .author-info p {
}
.consalt-form h6 {
    font-size: 20px;
    color: #3c3c3c;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    padding-bottom: 30px;
}
.consalt-form h6::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    background: #3c3c3c;
    width: 40px;
    height: 2px;
    margin-left: -20px;
}
.consalt-form h6 span {
    color: #ffad18
}
.consalt-form p {
    padding: 30px 108px 60px;
    text-align: center;
}
.consalt-form {
    text-align: center;
    padding-top: 60px;
}
.consalt-form form input {
    height: 53px;
    width: 100%;
    border: none;
    margin-bottom: 30px;
    background: #f2f1f0;
    border-radius: 5px;
    padding-left: 15px;
}
.consalt-form form textarea{
    height: 200px;
    width: 100%;
    border: none;
    margin-bottom: 30px;
    background: #f2f1f0;
    border-radius: 5px;
    padding: 15px;
}
.consalt-form input[type="submit"] {
    background-color: #ffad18;
    color: white;
    padding: 16px 40px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: auto;
    margin-top: 10px;
    text-transform: uppercase;
    float: left;
    margin-bottom: 0px;
}
.address-widget {
    padding:15px;
    background: #efefef url(../images/bg/contact-infobg.jpg) no-repeat center;
    background-size: cover;
    color: #f1eeee;
    position: relative;
    z-index: 3;
}
.address-widget p {
    color: #f1eeee
}
.address-widget span {
    display: block;
    color: #c9c9c9;
    padding: 3px 0px;
    font-size: 14px;
}
.sb-phone span, .sb-email span {
    display: inline-block;
}
.address-widget h6 {
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0px 8px 0px;
}
.address-widget h6 i {
    color: #ffad18;
    margin-right: 10px;
    font-size: 20px;
}
.address-widget h6 span {
    color: #c9c9c9;
    margin-left: 9px;
    text-transform: capitalize;
}
.address-widget::before {
    position: absolute;
    content: '';
    background: #252525;
    opacity: .73;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.address-widget .sb-phone {
    padding-bottom: 0px;
}
.address-widget .sb-email {
    padding-top: 5px;
}
/* -------------------------------------------------- == Contact page start == --------------------------------------------------- */
.gmap3-area {
    height: 425px;
}
.sin-cont-info {
    text-align: center;
    color: #525252;
    height: 410px;
    box-shadow: 0px 3px 9px 0px rgba(108, 108, 108, 0.35);
    margin-bottom: 65px;
}
.sin-cont-info i {
    font-size: 45px;
    color: #3a3a3a;
    padding-bottom: 6px;
    display: inline-block;
}
.sin-cont-info h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.sin-cont-info p {
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 4px;
}
.sin-cont-info a {
    font-size: 15px;
    font-weight: 400;
    color: #494949;
}
.no-pad {
    padding: 0px
}
.center-wrap {
    margin: 0 auto;
}
.office-location {
    background: #2c2c2c;
    position: relative;
    z-index: 6;
}
.office-location h3 {
    color: #fff
}
.office-location p {
    color: #fff
}
.office-location a {
    color: #fff
}
.sin-cont-info.office-location i {
    color: #ffad18;
}
.office-location::before {
    content: '\f105';
    position: absolute;
    top: 0;
    left: 0;
    font-family: Flaticon;
    font-size: 250px;
    top: 48px;
    left: 50%;
    margin-left: -127px;
    z-index: -1;
}
.con-bottom-inner h4 {
    font-size: 30px;
    color: #3c3c3c
}
.con-bottom-inner h4 span {
    font-size: 30px;
    color: #ffad18
}
.con-bottom-inner {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 80px;
}
.con-bottom-inner h4 {
    font-size: 30px;
    color: #3c3c3c;
    padding-bottom: 15px;
}
.con-bottom-inner .per-social {
    padding-bottom: 30px;
}
.con-bottom-inner .per-social li {
    margin: 0 10px;
}
.con-bottom-inner .per-social ul li a i {
    text-shadow: none;
}
.con-bottom-inner .per-social ul li a {
    color: #3c3c3c;
}
.con-bottom-inner .per-social ul li a:hover {
    color: #ffad18
}
.con-page-form {
    padding-top: 32px;
    padding-bottom: 30px;
    display: inline-block;
}
.con-page-form textarea {
    width: 100%;
    border: 1px solid #e7e6e6;
    border-radius: 4px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 2px 0px rgba(108, 108, 108, 0.25);
    padding: 15px;
    height: 180px;
}
.con-page-form input {
    width: 49%;
    float: left;
    border: 1px solid #e7e6e6;
    box-shadow: 0px 0px 2px 0px rgba(108, 108, 108, 0.25);
    border-radius: 4px;
    height: 55px;
    padding: 0px 20px;
}
.Stock {
    border-width: 1px;
    border-color: rgb(231, 230, 230);
    border-style: solid;
    border-radius: 12px;
    position: absolute;
    left: 550px;
    top: 1323px;
    width: 818px;
    height: 178px;
    z-index: 64;
}
.mar-r {
    margin-right: 2%;
}
.con-page-form button {
    background-color: #ffad18;
    color: white;
    padding: 16px 40px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    width: auto;
    margin-top: 10px;
    text-transform: uppercase;
    margin-top: 30px;
    float: left;
}
#googleMap {
    height: 500px;
}
/* -------------------------------------------------- == Blog page == --------------------------------------------------- */
.bc-style2 .bc-title {
    background: url(../images/bg/bc-bg.jpg) repeat;
    text-align: center;
    padding: 70px 0px;
}
.bc-style2 .bc-title h2 {
    font-size: 40px;
    color: #292929;
    font-weight: bold;
    text-transform: uppercase;
}
.bc-style2 .bc-title h2 span {
    color: #ffad18;
}
.bc-style2 .bc-list {
    background: url(../images/bg/breadcrumb-bg.jpg) no-repeat;
    text-align: center;
    padding-top: 39px;
    position: relative;
    text-align: left;
}
.bc-style2 .bc-list::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, #e53b89, #ee7e33);
    opacity: .57;
    z-index: 0;
}
.bc-style2 .bc-list .flat-list {
    z-index: 1;
    position: relative;
}
.bc-style2 .bc-list .flat-list li {
    color: #ffad18;
    margin-left: 14px;
    font-style: italic;
    font-weight: 700;
}
.bc-style2 .bc-list .flat-list li a {
    color: #fff;
}
.bc-style2 ul.flat-list li::after {
    left: 94%;
}
.sin-blog {
    margin-bottom: 50px;
    text-align: left;
    background: #fff;
    box-shadow: 0px 3px 9px 0px rgba(198, 196, 196, 0.35);
    -webkit-box-shadow: 0px 3px 9px 0px rgba(198, 196, 196, 0.35);
    -moz-box-shadow: 0px 3px 9px 0px rgba(198, 196, 196, 0.35);
    -o-box-shadow: 0px 3px 9px 0px rgba(198, 196, 196, 0.35);
    padding: 30px 20px 35px;
}
.sin-blog .blog-con-two {
    padding: 15px 15px 0px 0px;
    text-align: left;
}
.blog-meta {
    width: 100%;
    float: none;
}
.pub-date {
    width: 72px;
    background: #bab3b3;
    text-align: center;
    display: inline-block;
}
.pub-date span {
    color: #646464;
    font-size: 18px;
    font-weight: 700;
    display: block;
}
.pub-date span {
    color: #fff;
    background: #ffad18;
    line-height: 20px;
}
.pub-date span:first-child {
    padding-top: 5px;
    font-size: 13px;
    line-height: 17px;
}
.pub-date span:nth-child(2) {
    padding-bottom: 5px;
}
.pub-date span:last-child {
    background: #fff;
    border: 1px solid #ddd;
    color: #686464;
    font-size: 14px;
    padding: 1px 0;
}
.blog-social {
    text-align: center;
    padding-top: 30px;
}
.blog-social ul {
}
.blog-social ul li {
    margin-bottom: 10px
}
.blog-social ul li a {
    color: #4a4a4a;
}
.blog-social ul li a:hover {
    color: #ffad18;
}
.blog-con {
    padding-left: 20px;
    overflow: hidden;
    padding-right: 10px;
}
.blog-con h2 {
    font-size: 17px;
    line-height: 27px
}
.blog-con h2 a {
    color: #ffad18;
}
.blog-con h2 a:hover {
    color: #525251;
}
.blog-con p {
    color: #4a4a4a;
    padding-top: 12px
}
.blog-bottom {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 15px 0;
    border-top: 1px solid #d9d9d8;
    border-bottom: 1px solid #d9d9d8;
}
.blog-img img {
    max-width: 100%;
}
.blog-bottom a {
    color: #575655;
    font-weight: 700;
    text-decoration: underline;
    float: left;
}
.blog-bottom a:hover {
    color: #ffad18
}
.blog-bottom span {
    text-align: right;
    float: right;
    margin-right: 10px;
}
.blog-bottom span i {
    color: #ffad18;
}
.blog-tag {
    float: right;
}
.blog-tag ul {
}
.blog-tag li {
    display: inline;
    margin-left: 5px
}
.blog-tag li a {
    text-decoration: none;
    font-size: 13px;
    color: #888888;
    font-weight: 400;
    margin-left: 5px
}
/* -------------------------------------------------- == Widget bar == --------------------------------------------------- */
.widget-subscribe {
    text-align: center;
    background: #fff;
    box-shadow: 0px 3px 9px 0px rgba(198, 196, 196, 0.35);
    -webkit-box-shadow: 0px 3px 9px 0px rgba(198, 196, 196, 0.35);
    -moz-box-shadow: 0px 3px 9px 0px rgba(198, 196, 196, 0.35);
    -o-box-shadow: 0px 3px 9px 0px rgba(198, 196, 196, 0.35);
    padding: 30px 20px 35px;
}
.widget-subscribe.widget-announcements{
    /* padding: 20px; */
    padding: 12px 12px;
    max-width: 100%;
    min-height:345px;
    /* max-height:345px; */
    max-height: 345px;
    overflow-y: auto;
}
.widget-subscribe:not(:last-child) {
    margin-bottom: 30px;
}
.widget-subscribe .author-detail .flat-list i.fa {
    font-size: 18px;
    color: #4a4a4a;
}
.widget-subscribe .author-detail .flat-list a:hover i.fa {
    color: #ffad18
}
.widget-subscribe .blog-catogory li a {
    position: relative;
    font-size: 14px;
    color: #4a4a4a;
    padding: 8px 12px 8px 0px;
    display: inherit;
    text-align: left;
    width: 100%;
}
.widget-subscribe h4 {
    color: #525251;
    padding: 0px 0 10px;
    margin-bottom: 15px;
    position: relative;
}
.widget-subscribe h4::after {
    position: absolute;
    content: '';
    width: 40px;
    height: 2px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #ffad18;
}
.widget-subscribe > p {
    color: #4a4a4a;
    font-size: 15px;
    line-height: 25px;
    max-width: 265px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.widget-subscribe form button, .widget-subscribe form input {
    width: 100%;
    border-radius: 3px;
}
.widget-subscribe form button {
    font-size: 18px;
    padding: 10px;
}
.widget-subscribe form input {
    font-size: 15px;
    border: 1px solid #e2e2e2;
    margin-bottom: 30px;
    padding: 13px;
}
.widget-subscribe .blog-catogory li:not(:last-child) {
    border-bottom: 1px solid #d5d7d8;
}
.widget-subscribe .blog-catogory li a {
    position: relative;
    font-size: 14px;
    color: #4a4a4a;
    padding: 8px 0;
    display: inherit;
    text-align: left;
    width: 100%;
}
.widget-subscribe .blog-catogory li a:not(:last-child) {
    border-bottom: 1px solid #d5d7d8;
}
.widget-subscribe .blog-catogory li a span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.widget-subscribe .blog-catogory li a:hover {
    color: #ffad18;
}

.widget-blog-des {
   width:100%;
      background: #F5F5F5;
   padding:10px;
   max-height:50px;
}

.widget-blog-item {
margin-bottom:0px;

}

.widget-blog-item:not(:last-child) {
   /* margin-bottom: 10px;
   */
}
.widget-blog-img {
    width: 110px;
    margin-right: 16px;
    overflow: hidden;
}
.widget-blog-img img {
    width: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.widget-blog-des {
    text-align: left;


}
.widget-blog-des a {
    font-size: 14px;
    color: #686868;
    display: block;
    margin-top: -3px;
}

.widget-blog-des a:after {
   font-family: "Font Awesome 5 Free";
content: '\f30b';
font-size: 1.0rem !important;
position: absolute;
text-align: right;
right: 35px;
transition: transform 0.3s;
font-weight: 900 !important;
color: #FFAD18;

}

.widget-blog-des a:hover {
    color: #ffad18;
}
.widget-blog-des span {
    font-size: 13px;
    color: #ffad18;
    font-weight: 600;
}
.author-detail h5 {
    font-size: 18px;
    font-weight: 700;
    color: #525251;
    margin-top: 20px;
    letter-spacing: .25px;
}
.author-detail p {
    font-size: 15px;
    padding: 0px 0 5px;
}
.author-detail ul li a i {
    font-size: 17px;
    border-radius: 50%;
    color: #4a4a4a;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 29px;
    background: #fff;
    border: none;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.author-detail ul li a:hover i {
    color: #fab915;
}
.author-img {
    width: 126px;
    height: 126px;
    box-shadow: 0px 3px 9px 0px rgba(175, 175, 175, 0.35);
    -webkit-box-shadow: 0px 3px 9px 0px rgba(175, 175, 175, 0.35);
    -moz-box-shadow: 0px 3px 9px 0px rgba(175, 175, 175, 0.35);
    -o-box-shadow: 0px 3px 9px 0px rgba(175, 175, 175, 0.35);
    border-radius: 50%;
    border: 8px solid #faecec;
    overflow: hidden;
    margin: auto;
}
.author-img img {
    width: 100%;
    height: 100%;
}
.widget-soical-link {
    display: block;
    color: #ffffff;
    padding: 13px 16px;
}
.widget-subscribe .widget-soical-link i {
    border-right: 1px solid #fff;
    padding-right: 6px;
    color: #fff;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    font-size: 24px;
}
.widget-soical-link.media-twitter {
    background: #5ea9dd;
}
.widget-soical-link.media-pinterest {
    background: #dd5e76;
}
.widget-soical-link.media-youtube {
    background: #dc4646;
}
.widget-soical-link span {
    padding-left: 6px;
    font-size: 18px;
}
.widget-soical-link:hover {
    color: #120902;
}
.widget-soical-link:hover i {
    color: #120902;
}
.widget-soical-link:not(:last-child) {
    margin-bottom: 30px;
}
/* -------------------------------------------------- == Blog pagination == --------------------------------------------------- */
.blog-pagination {
    background: #ededed;
    padding: 10px 20px;
    margin-top: 70px;
}
.blog-pagination .pagination-prev, .blog-pagination .pagination-next {
    font-size: 17px;
    color: #6f6f6f;
    text-transform: uppercase;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.blog-pagination i {
    margin-top: -2px;
}
.blog-pagination .pagination-prev i, .blog-pagination .pagination-next i {
    vertical-align: middle;
}
.blog-pagination .pagination-prev:hover, .blog-pagination .pagination-next:hover {
    color: #ffad18;
}
.blog-pagination ul li {
    padding: 0 1px;
}
.blog-pagination ul li a {
    color: #6f6f6f;
    width: 29px;
    height: 29px;
    line-height: 29px;
    border-radius: 50%;
    background: transparent;
    display: inherit;
    text-align: center;
}
.blog-pagination ul li:hover a, .blog-pagination ul li.active a {
    background: #ffad18;
    color: #fff;
}
.blog-pagination ul li:last-child a {
    background: none;
}
.blog-area {
    background: url(../images/bg/pat1.jpg) repeat;
    text-align: center;
    padding: 110px 0px;
}
.blog-area-wrapper {
    background: #fff;
    padding: 30px 30px;
}
.blog-area .widget-subscribe form button {
    font-size: 17px;
    background: #ffad18;
    color: #fff;
    padding: 4px 20px;
    border: 1px solid #fab915;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    border-radius: 5px;
    line-height: 30px;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;
}
.blog-area .widget-subscribe form button:hover {
    background: #002e5b;
    border-color: #002e5b;
}
@media (min-width: 768px) and (max-width: 1199px) {
    .post-single-des .blog-title {
        font-size: 15px;
        line-height: 24px;
   }
    .blog-area {
        padding: 50px 0px;
   }
    .prac-sb-list ul li a::after {
        left: 15px;
   }
    .prac-sb-list ul li a {
        padding: 22px 0px 22px 37px;
   }
    .pra-img {
        margin: 0;
        margin-bottom: 20px;
   }
    .single-practice::after {
        left: 0;
   }
    .prac-det-inner h2 {
        font-size: 17px;
   }
}
@media only screen and (max-width: 767px) {
    .blog-area {
        padding: 50px 0px;
   }
    .pra-img {
        margin: 20px 0px;
   }
    .single-practice::after {
        left: 0;
   }
    .single-practice {
        padding-bottom: 30px;
        margin-bottom: 10px;
   }
    .person-3-comment h3 {
        font-size: 17px;
        line-height: 27px;
   }
    .consalt-form form {
        width: 100%;
   }
    .consalt-form p {
        padding: 20px 10px;
        text-align: center;
   }
    .consalt-form h6 {
        font-size: 15px;
   }
    .about-author .avator {
        width: 165px;
        float: none;
        margin: 0 auto;
   }
    .about-author .author-info {
        padding-left: 0px;
        padding-top: 29px;
        padding-bottom: 0px;
   }
    .prac-det-inner blockquote {
        padding: 15px 15px;
   }
    .single-table {
        margin-bottom: 30px;
   }
    .blog-pagination {
        margin-top: 0;
   }
    .bc-style2 .bc-title h2 {
        font-size: 25px;
   }
}
@media only screen and (max-width: 575px) {
    .blog-meta {
        width: 100%;
   }
    .pub-date {
        float: left;
   }
    .blog-social ul li {
        padding: 8px;
        display: inline-block;
   }
    .blog-social {
        padding-top: 17px;
   }
    .sin-blog .blog-con {
        width: 100%;
        padding: 10px 0px;
   }
    .blog-con h2 {
        font-size: 16px;
   }
    .blog-bottom a {
        font-size: 12px;
   }
    .blog-bottom span {
        margin-right: 0px;
   }
    .blog-single-img {
        padding-bottom: 18px;
   }
    .post-single-des .blog-title {
        font-size: 15px;
        line-height: 24px;
        max-width: 333px;
   }
    .post-single-des p {
        max-width: 349px;
   }
    .single-post-left .post-date {
        width: 48px;
        height: 48px;
        padding-top: 6px;
   }
    .single-post-left .post-date h4 {
        line-height: 16px;
        font-size: 15px;
   }
    .single-post-left .post-date h4 span {
        font-size: 12px;
   }
    .single-post-left {
        padding-right: 10px;
   }
    .blog-pagination ul li a {
        width: 21px;
        height: 21px;
        line-height: 21px;
   }
    .blog-pagination .pagination-prev, .blog-pagination .pagination-next {
        font-size: 13px;
   }
    .blog-pagination {
        padding: 10px;
        margin-bottom: 55px;
   }
    .widget-subscribe form input {
        padding: 8px 13px;
   }
    .widget-subscribe form button {
        padding: 7px 10px;
   }
    .widget-soical-link span {
        font-size: 14px;
        padding-top: 2px;
   }
    .blog-area {
        padding: 50px 0px;
   }
    .con-page-form input {
        width: 100%;
        margin-bottom: 20px;
   }
    .con-bottom-inner .per-social li {
        margin: 0 5px;
   }
    .con-page-form {
        padding-top: 50px;
        padding-bottom: 0px;
   }
    .con-page-form input[type="submit"] {
        margin-top: 2px;
   }
    .mobile-list-nav > li > a::before {
        display: none;
   }
   .banner-item .banner-caption p {
        margin-bottom: 10px !important;
        margin-top: 10px !important;
        line-height: 21px;
        padding-left:5px;
        padding-right:5px;
    }
    .home-one .banner-item .banner-caption h1 {
        padding: 7px 5px 6px;
        margin: 10px 0px 15px;
    }
}
/* -------------------------------------------------- == Attorny page == --------------------------------------------------- */
.section-p.attorney-page-two {
    padding-bottom: 30px;
}
.attorney-page-two .team-item {
    margin-bottom: 80px;
}
.team-3-part.section-p {
    padding-bottom: 30px;
}
.team-4-part.section-p {
    padding-bottom: 0px;
}
.team-3-item {
    padding-bottom: 35px;
    margin-bottom: 45px;
}
.team-3-social {
    position: absolute;
    bottom: 96px;
    right: 16px;
}
.team-3-des p {
    color: #fff
}
.team-3-des {
    background: rgba(255, 173, 24, 0.8);
    padding: 12px 0px;
    color: #fff;
    margin-top: -76px;
    position: relative;
}
.team-3-social ul li a {
    font-size: 24px;
    color: #4d4d4d
}
.team-3-social ul li a:hover {
    color: #ffad18
}
.team-3-item .team-3-img {
    position: relative;
    box-shadow: 0px 3px 9px 0px rgba(117, 117, 117, 0.35);
    overflow: hidden;
}
.team-3-details p {
    font-size: 15px;
    color: #5a5a5a;
    line-height: 28px;
    padding: 25px 0px;
}
.team-3-item > a {
    color: #525151;
    font-size: 15px;
    border: 2px solid #ffad18;
    padding: 7px 26px;
    display: inline-block;
    font-weight: 700;
    border-radius: 5px;
}
.team-3-item > a:hover {
    background: #ffad18;
    color: #fff
}
.team-3-social ul li:nth-child(4) {
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.team-3-social ul li:nth-child(3) {
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.team-3-social ul li:nth-child(2) {
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.team-3-social ul li:nth-child(1) {
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.team-3-item:hover .team-3-social ul li:nth-child(4) {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition-delay: .20s;
    transition-delay: .20s;
}
.team-3-item:hover .team-3-social ul li:nth-child(3) {
    visibility: visible;
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition-delay: .25s;
    transition-delay: .25s;
}
.team-3-item:hover .team-3-social ul li:nth-child(2) {
    visibility: visible;
    opacity: 1;
    transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -webkit-transition-delay: .30s;
    transition-delay: .30s;
}
.team-3-item:hover .team-3-social ul li:nth-child(1) {
    visibility: visible;
    opacity: 1;
    transition: all 0.9s;
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    -o-transition: all 0.9s;
    -webkit-transition-delay: .35s;
    transition-delay: .35s;
}
.team-3-item:hover .team-3-social ul li {
    visibility: visible;
    opacity: 1
}
.attorneys-4-item .item-img::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 8px;
    width: 119%;
    background: #eff5e9;
}
.attorneys-4-item .item-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 8px;
    width: 119%;
    background: #eff5e9;
}
.attorneys-4-item .border-big {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.attorneys-4-item .border-big::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 119%;
    width: 8px;
    background: #eff5e9;
}
.attorneys-4-item .border-big::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 119%;
    width: 8px;
    background: #eff5e9;
}
.attorneys-4-item .item-img {
    position: relative;
    width: 100%;
}
.attorneys-4-item {
    margin: 0px 30px 40px;
}
.team-4-social ul li {
    display: inline-block;
    padding: 0 15px;
}
.team-4-social ul li a {
    color: #fff;
    font-size: 20px
}
.team-4-social ul li a:hover {
    color: #ffad18;
}
.attorneys-4-item .hover-content {
    position: absolute;
    top: 8px;
    left: 0;
    bottom: 8px;
    left: 8px;
    right: 8px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.attorneys-4-item:hover .hover-content {
    opacity: 1;
    visibility: visible;
}
.attorneys-4-item .hover-content::before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    z-index: 0;
    background-image: url("images/bg/atb.html");
    background-position: bottom;
    background-repeat: repeat-x;
    background: #000;
    opacity: .6;
}
.team-4-details p {
    position: relative;
    z-index: 999;
    color: #fbfbfb
}
.team-4-social {
    position: relative;
}
.team-4-details {
    padding: 53px 10px 15px;
}
.team-4-des {
    padding: 20px 0 45px;
}
.team-4-des h4 {
    font-size: 16px;
    color: #525151;
    text-transform: uppercase;
}
.attorneys-4-item:hover .team-4-des h4 {
    color: #ffad18
}
.team-4-des p {
    color: #525151
}
.single-table {
    text-align: center;
    box-shadow: 0px 3px 9px 0px rgba(117, 117, 117, 0.35);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    background: #fff;
}
.practise-4-part {
    border-bottom: 1px solid #e7e4e2;
}
.practise-4-part.section-p {
    padding-bottom: 60px;
}
.single-table h6 {
    font-size: 18px;
    color: #ffb735;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    padding: 25px 0;
    line-height: 30px;
    display: block;
}
.single-table span.t-price {
    color: #fff;
    font-size: 42px;
    position: relative;
    font-weight: 600;
    display: block;
}
.table_price {
    background: #ffad18;
    padding: 30px 0 0;
}
.single-table .duration {
    background: #fff;
    color: #002e5b;
    padding: 3px 11px;
    margin-top: 10px;
    display: inline-block;
    margin-bottom: -1px;
    border-radius: 2px 2px 0px 0px;
   /* margin-bottom: 8px;
    */
    box-shadow: 0px -3px 3px 0px rgba(117, 117, 117, 0.35);
}
.table-header {
}
.single-table span {
    font-size: 15px;
    color: #4d4c4b
}
.list-part {
    padding: 40px 0 50px;
    border-top: 1px solid #dbdbda;
}
.list-part p {
    font-size: 15px;
    color: #515151;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.list-part p:last-child{
    border-bottom: 0px solid #ddd;
}
.BG {
    background-color: rgb(255, 255, 255);
    position: absolute;
    left: 375px;
    top: 2142px;
    width: 270px;
    height: 481px;
    z-index: 158;
}
.single-table a {
    font-size: 13px;
    color: #ffad18;
    background: #fff;
    display: block;
    width: auto;
    padding: 10px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 30px;
    border: 1px solid #ffad18;
    border-radius: 4px;
}
.single-table a:hover{
    color: #fff;
    background: #ffad18;
}
p.no-support {
    color: #909090
}
.picing-table .section-head-2-1 {
    margin-bottom: 60px;
}
.single-table .table-header {
}
.single-table .list-part {
    padding: 40px 15px 30px;
}
.attorneys-4-item.pra-3 .hover-content::before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    z-index: 0;
    background-image: url("images/bg/atb.html");
    background-position: bottom;
    background-repeat: repeat-x;
    background: #ffad18;
    opacity: .9;
}
.sin-practice-4 {
    margin-bottom: 50px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
    padding: 20px 20px 10px;
    border-bottom: 5px solid #002e5b;
}
.sin-practice-4 span {
    background: #ffad18;
    color: #002e5b;
    width: 40px;
    display: inline-block;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    font-weight: 700;
    bottom: 0;
    margin-top: -10px;
}
.pra-four-inner {
    padding: 30px 0;
}
.pra-four-inner h5 a {
    font-size: 20px;
    color: #002e5b;
    font-weight: 700;
}
.pra-four-inner p {
    font-size: 15px;
    color: #6b6969;
    line-height: 28px;
    padding: 15px 0 0px;
}
.sin-practice-4 h5 a:hover {
    color: #ffad18
}
.line-style {
    color: #002e5b;
    font-size: 15px;
    font-weight: 600;
    padding: 9px 23px;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #ffad18;
    position: relative;
    background: #fff;
    margin-top: 40px;
}
.line-style:hover {
    color: #fff;
    background: #ffad18;
    border: 1px solid #ffad18;
}
.read-more4 {
    text-align: center;
    position: relative;
}
.practice-5-item:hover {
    background: none;
    color: #646464;
}
.practice-5-item .icon-box {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    margin-bottom: 27px;
}
.practise-3-item.practice-5-item {
    position: relative;
    margin-right: 0px;
    padding: 30px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    border: 0px solid;
    margin-top: 0px;
    text-align: center;
    border: 1px solid #ddd;
}
.practise-3-item.practice-5-item h5 a {
    color: #5f5f5f;
    font-size: 18px;
    text-transform: capitalize;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.practise-3-item.practice-5-item h5 a:hover {
    color: #ffad18;
}
.practise-3-item.practice-5-item:hover p {
    color: #fff;
}
.practice-5-item .icon-box {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    margin-bottom: 10px;
    float: none;
}
.practise-3-item.practice-5-item h5 {
    display: block;
    margin-left: 0px;
    margin-top: 0px;
}
.practise-3-item.practice-5-item:hover h5 a{
    color: #fff;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.practise-3-item.practice-5-item .read-more {
    font-size: 14px;
    color: #5f5f5f;
    text-transform: capitalize;
    padding: 5px 12px;
    border: 1px solid #f18f4a;
    display: inline-block;
    border-radius: 4px;
    margin-top: 30px;
    font-weight: 600;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    margin-bottom: 16px;
}
.practise-3-item.practice-5-item .read-more:hover {
    color: #fff;
    background: #f18f4a;
}
.single-table.style-5 {
    position: relative;
}
.picing-table.style-5 {
    background: #faf8f6;
    border-top: 1px solid #d6d6d6;
}
/* -------------------------------------------------- == Blog page two == --------------------------------------------------- */
.blog-img-two {
    border: 10px solid #fff;
    position: relative;
}
.blog-img-two .category a {
    background: #ffad18;
    color: #fff;
    padding: 12px 24px;
    text-align: center;
    display: inline-block;
    top: -25px;
    border-radius: 5px;
    font-weight: 700;
    text-transform: uppercase;
}
.blog-img-two .category {
    position: absolute;
    top: -30px;
    text-align: center;
    transform: translatex(-50%);
    left: 50%;
}
.sin-blog-two {
    background-color: #fff;
    box-shadow: 0px 3px 9px 0px rgba(175, 175, 175, 0.35);
    margin-bottom: 55px;
}
.blog-content-two-wrap {
    padding: 20px 0px 0px;
    text-align: left;
}
.blog-single-details {
    padding-top: 15px;
}
.blog-con-two span {
    color: #696969;
    padding: 7px 0px 10px;
    display: block;
}
.blog-con-two span a{
    color: #696969;
}
.blog-con-two span a i{
    padding-right: 3px;
}
.blog-con-two span i {
    color: #ffad18
}
.blog-con-two h2 a {
    color: #4a4a4a;
    font-size: 17px;
    font-weight: 700
}
.blog-con-two h2 {
    line-height: 24px;
}
.blog-con-two > a {
    color: #292929;
    padding: 8px 15px;
    text-align: center;
    display: inline-block;
    top: -25px;
    border-radius: 5px;
    left: 50%;
    font-weight: 400;
    text-transform: uppercase;
    border: 1px solid #292929;
    font-size: 14px;
}
.blog-con-two > a:hover {
    background: #ffad18;
    color: #fff;
    border: 1px solid #ffad18;
}
.blog-con-two p {
    padding: 10px 0 30px;
}
.blog-con-two {
    padding: 15px 15px 25px 20px;
    text-align: left;
}
.blog-img-two .bg-1 a {
    background: #0076a3
}
.blog-img-two .bg-2 a {
    background: #39b54a
}
.blog-img-two .bg-3 a {
    background: #5ea9dd
}
.widget-subscribe.style-two {
    padding: 40px 15px 45px;
}
.widget-subscribe.style-two .widget-blog-des {
    padding-right: 0px;
}
.widget-subscribe.style-two .widget-blog-img {
    width: 160px;
    margin-right: 16px;
    overflow: hidden;
}
/* -------------------------------------------------- == 404 page == --------------------------------------------------- */
.four-zero-four {
    padding: 160px 0 107px;
}
.four-zero-inner {
    text-align: center;
    padding: 65px 0px;
    border: 1px solid #ddd;
    width: 740px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}
.four-zero-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 430px;
    height: 570px;
    background-image: url(../images/bg/404.jpg);
    background-repeat: no-repeat;
    background-position: center;
    top: -120px;
    z-index: -1;
    background-size: cover;
    left: 50%;
    margin-left: -215px;
}
.four-zero-inner h4 {
    font-size: 150px;
    color: #2f2f2f;
    font-weight: 700;
    line-height: 162px;
}
.four-zero-inner p {
    font-size: 18px;
    color: #4d4c4c;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
}
.four-zero-inner a {
    padding: 12px 41px;
    background: #ffad18;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    margin-top: 15px;
}
/* -------------------------------------------------- == Single page == --------------------------------------------------- */
.blog-single-box {
    box-shadow: 0px 3px 9px 0px rgba(198, 196, 196, 0.35);
    -webkit-box-shadow: 0px 3px 9px 0px rgba(198, 196, 196, 0.35);
    -moz-box-shadow: 0px 3px 9px 0px rgba(198, 196, 196, 0.35);
    -o-box-shadow: 0px 3px 9px 0px rgba(198, 196, 196, 0.35);
    padding: 25px 15px 80px;
    background: #fff;
}
#blog-single-part {
    background: #f4f4f4;
}
.single-blog-detail > p {
    color: #4a4a4a;
}
.single-blog-detail > p:not(:first-child) {
    margin-top: 10px;
    display: block;
    width: 100%;
    overflow: hidden;
}
.single-blog-detail blockquote {
    margin: 10px 0;
    text-align: left;
    padding: 15px 30px;
    position: relative;
}
.single-blog-detail blockquote p {
    color: #404040;
    font-size: 18px;
    font-style: italic;
}
.single-blog-detail blockquote::before {
    position: absolute;
    content: '';
    width: 19px;
    height: 53px;
    border: 3px solid #000;
    top: 7px;
    left: 0;
    border-right: 0;
    border-bottom: 0;
}
.single-blog-detail blockquote::after {
    position: absolute;
    content: '';
    width: 19px;
    height: 53px;
    border: 3px solid #000;
    bottom: 7px;
    right: 0;
    border-left: 0;
    border-top: 0;
}
/* .single-blog-detail .figure {
    margin: 15px 0 15px;
    float: left;
    border: 2px solid #ffad18;
}
.figure img {
    max-width:300px;
}
*/
.img-p {
    padding-top: 25px;
    padding-left: 15px;
    overflow: hidden;
}
.img-p p {
    overflow: hidden;
    padding-bottom: 15px;
    color: #4a4a4a;
}
.single-blog-detail .single-blog-achived li a i {
    margin-right: 5px;
}
.posted-author {
    background: #f9f9f9;
    margin: 25px 0;
    padding: 25px 15px;
    position: relative;
}
.posted-author .author-img {
    margin: 0 10px 0 0;
    height: 110px;
    widtH: 110px;
    border: 0;
}
.posted-author > div {
    width: 50%;
    text-align: center;
}
.posted-author > div:last-child {
    padding-left: 20px;
}
.posted-author::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    height: 50%;
    width: 1px;
    transform: translate(-50%, -50%);
    background: #cbcbcb;
    z-index: 10;
}
.posted-author-des h5 {
    font-size: 14px;
}
.posted-author-des h4 {
    color: #5e5e5d;
    font-size: 18px;
}
.posted-author-social {
    margin-top: 3px;
}
.posted-author-social li a {
    margin: 0 3px;
    display: block;
}
.posted-author-social li a i {
    font-size: 15px;
    color: #4a4a4a;
    text-align: center;
    border: none;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.posted-author-social li a:hover i {
    color: #ffad18;
}
.single-blog-arrow a {
    font-size: 17px;
    color: #6b6b6b;
}
.single-blog-arrow a i {
    font-size: 14px;
}
.single-blog-arrow a:first-child i {
    margin-right: 3px;
}
.single-blog-arrow a:last-child i {
    margin-left: 3px;
}
.single-blog-arrow a:hover {
    color: #ffad18;
}
/* comment */
.blog-comments-box {
    margin-top: 30px;
}
.comment-body li:not(:last-child) {
    margin-bottom: 20px;
}
.blog-comments-box h4{
    margin-bottom: 25px;
}
.commenter {
    margin-right: 30px;
}
.commenter img {
    border: 3px solid #f4f4f4;
    border-radius: 2px;
}
.main-comment {
    border: 1px solid #f2f2f2;
    padding: 20px 15px 25px;
    position: relative;
    background: #fff;
}
.main-comment::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%) rotate(45deg);
    height: 30px;
    width: 30px;
    background: #fff;
    z-index: 1;
    border-left: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}
.comment-date {
    margin-bottom: 8px;
    position: relative;
    z-index: 5;
}
.comment-date p {
    color: #ffad18;
    font-weight: 600;
}
.comment-date a {
    font-size: 16px;
    color: #6d6c6c;
}
.comment-date a i {
    color: #ffad18;
    margin-right: 5px;
}
.comment-date a:hover {
    color: #ffad18;
}
.comment-speech {
    color: #626161;
    font-size: 17px;
    position: relative;
    z-index: 5;
    line-height: 26px;
}
.child-comment {
    margin-left: 45px;
    padding-bottom: 18px;
}
/* comment form */
.comment-form {
    padding-top: 55px;
    border-top: 1px solid #d9d9d8;
    margin-top: 55px;
}
.comment-form h4 {
    color: #535353;
    font-size: 20px;
    margin-bottom: 5px;
}
.comment-form h5 {
    color: #626161;
}
.comment-form form {
    margin-top: 30px;
    text-align: left;
}
.comment-form form textarea {
    width: 100%;
    color: #a3a2a2;
    border: 1px solid #ebebeb;
    padding: 10px 20px;
    border-radius: 3px;
    background: #f4f4f4;
    resize: none;
    height: 130px;
}
.comment-form form input {
    color: #a3a2a2;
    border: 1px solid #ebebeb;
    padding: 15px 20px;
    border-radius: 3px;
    background: #f4f4f4;
    width: 49%;
    margin: 15px 0 20px;
}
.comment-form form input:first-child {
    margin-right: 1%;
}
.comment-form form input:last-child {
    margin-left: 1%;
}
.comment-form form .btn-2 {
    border-radius: 3px;
    padding: 10px 30px;
    font-size: 17px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .posted-author .author-img {
        margin: 0 10px 0 0;
        height: 90px;
        widtH: 90px;
        border: 0;
   }
    .posted-author {
        padding: 17px 15px 20px;
   }
}
@media only screen and (max-width: 767px) {
    .posted-author .author-img {
        margin: 0 7px 0 0;
        height: 65px;
        widtH: 65px;
   }
    .posted-author-des h5 {
        line-height: 24px;
   }
    .posted-author-des h4 {
        line-height: 26px;
        font-size: 16px;
   }
    .comment-speech {
        font-size: 16px;
        line-height: 25px;
   }
    .single-post-left {
        padding-bottom: 15px;
   }
    .single-post-left .social-icon {
        padding-top: 0px;
   }
    .single-post-left .social-icon li {
        display: inline-block;
   }
    .single-table {
        margin-bottom: 30px;
   }
    .single-table:hover {
        transform: translate(0px, 0px);
   }
    .attorney-page-two .team-item {
        margin-bottom: 55px;
   }
    .four-zero-four {
        padding: 100px 0 107px;
   }
    .section-p.attorney-page-two {
        padding-bottom: 0px;
   }
}
@media only screen and (max-width: 575px) {
    .single-post-left {
        padding-right: 0px;
   }
    .blog-title {
        font-size: 16px;
        line-height: 26px;
   }
    .single-blog-detail blockquote {
        padding: 15px 20px;
   }
    .posted-author > div {
        width: 100%;
   }
    .posted-author > div:first-child {
        margin-bottom: 20px;
   }
    .posted-author > div:last-child {
        padding-left: 0px;
   }
    .posted-author .author-img {
        margin-right: 25px;
   }
    .posted-author::before {
        height: 1px;
        width: 90%;
        top: 57%;
   }
    .blog-post-link {
        text-align: center;
   }
    .commenter {
        margin-bottom: 30px;
        text-align: center;
        margin-right: 0;
   }
    .main-comment::after {
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%) rotate(135deg);
   }
    .child-comment {
        margin-left: 22px;
        padding-bottom: 45px;
   }
    .comment-speech {
        font-size: 15px;
   }
    .attorneys-4-item {
        margin: 0px 30px 10px;
   }
}
.login-part {
    position: relative;
}
.login-part .login-close {
    background: transparent;
    border: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
}
.login-part .login-close i {
    color: rgba(255, 255, 255, 0.5);
    font-size: 18px;
}
.login-box {
    text-align: center;
    border-radius: 3px;
    background: #F3F3F3;
    padding: 30px;
    width: 400px;
}
.login-box h2 {
    font-size: 30px;
    color: #0d0d0d;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.login-box label {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}
.login-box label i {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    font-size: 17px;
}
.login-box .signin-btn {
    text-align: left;
}
.login-box button, .login-box input {
    text-transform: uppercase;
    font-size: 14px;
    border: 0;
    border-radius: 2px;
}
.login-box input {
    padding: 15px 16px 15px 34px;
    width: 100%;
}
.login-box input[type="radio"] {
    width: auto;
    margin-left: 20px;
    margin-right: 5px;
    margin-bottom: 0;
}
.login-box button {
    text-align: center;
    font-weight: 700;
    padding: 15px 30px;
    cursor: pointer;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.login-box button:hover {
    background: #fff;
}
.other-option {
    padding: 15px 0;
}
.other-option a {
    font-size: 16px;
}
.other-option .forget-pass {
    color: #fab915;
}
.other-option .forget-pass span {
    background: #fab915;
    color: #fff;
    padding: 3px 5px;
    font-weight: 800;
    font-size: 14px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.other-option .forget-pass:hover span {
    font-size: 17px;
}
.other-option .reg-btn {
    color: rgba(0, 0, 0, 0.5);
}
.other-option .reg-btn:hover {
    color: green;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .team-4-details {
        padding: 110px 10px 15px;
   }
    .single-table span.t-price {
        font-size: 45px;
   }
    .single-table h6 {
        font-size: 16px;
   }
    .list-part p {
        font-size: 14px;
        padding-bottom: 3px;
   }
    .list-part {
        padding: 20px 0 20px;
   }
    .table-header {
        padding: 30px 0 20px;
   }
    .attorney-page-two .team-item {
        margin-bottom: 60px;
   }
}
@media (min-width: 768px) and (max-width: 991px) {
    .widget.style-two {
        margin-top: 50px;
   }
    .four-zero-inner {
        width: 650px;
   }
    .single-table {
        margin-bottom: 30px;
   }
    .practise-3-item.practice-5-item {
        margin-bottom: 10px;
   }
    .single-table:hover {
        transform: translate(0px, 0px);
   }
    .attorney-page-two .team-item {
        margin-bottom: 50px;
   }
}
@media (max-width: 767px) {
    .team-3-item {
        margin-bottom: 20px;
   }
    .team-3-social ul li a {
        font-size: 17px;
   }
    .team-3-des h4 {
        font-size: 15px;
   }
    .team-3-des p {
        font-size: 14px;
   }
    .team-3-item > a {
        font-size: 14px;
   }
    .team-4-details p {
        font-size: 12px;
        line-height: 22px;
   }
    .team-4-details {
        padding: 24px 10px 15px;
   }
    .sin-practice-4 {
        width: 270px;
        margin: 0 auto 25px;
   }
    .four-zero-inner {
        width: 300px;
   }
    .four-zero-inner::before {
        width: 300px;
        margin-left: -150px;
   }
}
@media (min-width: 576px) and (max-width: 767px) {
    .team-4-details {
        padding: 103px 30px 15px;
   }
    .team-4-details p {
        font-size: 14px;
        line-height: 24px;
   }
    .sin-practice-4 {
        width: 100%;
        margin: 0 auto 50px;
   }
    .four-zero-inner {
        width: 490px;
   }
    .blog-single-box {
        margin-bottom: 30px;
   }
}
.blog-page-part {
    background: #f4f4f4;
}
.blog-single-box {
    box-shadow: 0px 3px 9px 0px rgba(198, 196, 196, 0.35);
    -webkit-box-shadow: 0px 3px 9px 0px rgba(198, 196, 196, 0.35);
    -moz-box-shadow: 0px 3px 9px 0px rgba(198, 196, 196, 0.35);
    -o-box-shadow: 0px 3px 9px 0px rgba(198, 196, 196, 0.35);
    padding: 25px 25px 60px 25px;
    background: #fff;
}
.post-single-item:not(:last-child) {
    margin-bottom: 50px;
}
.post-single-item:hover .blog-single-img img {
    transform: scale(1.2) rotate(5deg);
}
.blog-single-img {
    margin-bottom: 22px;
    overflow: hidden;
}
.blog-single-img img {
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.single-post-detail {
    padding-bottom: 30px;
}
.single-post-left {
    padding-right: 20px;
    text-align: center;
}
.single-post-left .post-date {
    border: 1px solid #ebebeb;
    border-radius: 50%;
    width: 63px;
    height: 63px;
    background-color: #f4f4f4;
    padding-top: 7px;
    text-align: center;
}
.single-post-left .post-date h4 {
    line-height: 20px;
    color: #fab915;
    text-transform: uppercase;
}
.single-post-left .post-date h4 span {
    color: #646464;
    font-size: 14px;
}
.single-post-left .post-date h4 span {
    display: block;
}
.single-post-left .social-icon {
    padding-top: 20px;
}
.single-post-left .social-icon li a i {
    font-size: 17px;
    border-radius: 50%;
    color: #4a4a4a;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 29px;
    background: #fff;
    border: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.single-post-left .social-icon li a:hover i {
    color: #fab915;
    border: 0;
}
.post-single-des .blog-title {
    font-size: 17px;
    font-weight: 700;
    color: #4a4a4a;
    line-height: 27px;
    margin-bottom: 10px;
    display: inherit;
}
.post-single-des .blog-title:hover {
    color: #fab915;
}
.post-single-des p {
    font-size: 15px;
    line-height: 25px;
}
.blog-post-link {
    border-top: 1px solid #d9d9d8;
    border-bottom: 1px solid #d9d9d8;
    padding: 15px 10px;
}
.blog-post-link .btn-11 {
    color: #575655;
    font-size: 14px;
    text-decoration: underline;
}
.blog-post-link .btn-11:hover {
    color: #fab915;
}
.blog-post-link ul li {
    padding: 0 5px;
}
.blog-post-link ul li i {
    color: #ffad18;
}
.blog-post-link ul li a {
    color: #888888;
}
.blog-post-link ul li a:hover {
    color: #ffad18;
}
.comment-form form .btn-2 {
    font-size: 17px;
    background: #ffad18;
    color: #fff;
    border: 1px solid #ffad18;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    line-height: 30px;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;
}
.comment-form form .btn-2:hover {
    color: #ffad18;
    background: #fff;
}
.blog-title {
    text-align: left;
}
.single-blog-detail {
    text-align: left;
}
.single-blog-detail .prac-inner-social span {
    float: left;
    display: inline;
    padding-top: 21px;
    padding-left: 34px;
    color: #777777;
    font-weight: 700;
}
.single-blog-detail span {
    color: #696969;
    padding: 7px 0px 10px;
    display: block;
    font-size: 14px;
}
.single-blog-detail span a{
    color: #ffad18;
}
.single-blog-detail span a i{
    padding-right: 3px;
}
.single-blog-detail span i {
    color: #ffad18
}
.progress {
    height: 300px;
}
.progress > svg {
    height: 100%;
    display: block;
}
.progress {
    height: 100px;
    width: 109px;
    background: none;
}
@media only screen and (max-width: 575px) {
    .commenter-des-box {
        display: inline-block !important;
        width: 100%;
   }
    .comment-form form input {
        width: 100%;
        margin: 15px 0 0;
   }
    .comment-form form .btn-2 {
        margin-top: 15px;
   }
    .comment-form form input:last-child {
        margin-left: 0;
   }
    .posted-author > div:first-child {
        padding-bottom: 25px;
   }
    .blog-single-box {
        margin-bottom: 30px;
   }
    .prac-detils-area {
        padding-left: 0px;
        padding-top: 30px;
   }
    .home-one .banner-caption {
        width: 100%;
        padding: 10px;
   }
}
@media only screen and (max-width: 1199px) {
    .about_us {
        background-image: none;
   }
}
/* -------------------------------------------------- == Feature area == --------------------------------------------------- */
.feature-part{
    background-image: url(../images/bg/abg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.feature-inner-wraper {
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    background: #fff;
}
.single-feature {
    text-align: center;
    width: 50%;
    float: left;
    height: 222px;
    position:relative;
    padding-top: 55px;
    z-index:1;
}
.single-feature:before{
    content: '';
    width:100%;
    height:100%;
    background: #ffad18;
    position:absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -3;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    background: url(../images/bg/sbg1.jpg);
}
.single-feature:hover:before{
    opacity: 1;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.single-feature:after{
    content: '';
    width:100%;
    height:100%;
    background: #ffad18;
    position:absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -3;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.single-feature:hover:after{
    opacity: .9;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.r-box{
    -webkit-box-shadow:0px -6px 10px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:0px -6px 10px 0px rgba(50, 50, 50, 0.2);
    box-shadow:0px -6px 10px 0px rgba(50, 50, 50, 0.2);
}
.single-feature i{
    color: #002e5b;
}
.single-feature .show{
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.single-feature .hide {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 76px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.single-feature:hover .show{
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.single-feature:hover .hide{
    opacity: 1;
    visibility: visible;
    top: 50px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.single-feature .hide h2{
   position:relative;
   line-height: 0
}
.single-feature .hide h2::after {
    position: absolute;
    content: '';
    width: 30px;
    height: 2px;
    background: #fff;
    top: 35px;
    left: 50%;
    margin-left: -15px;
}
.single-feature .hide h2 a{
   font-size: 20px;
   color: #fff;
}
.single-feature .hide p {
    font-size: 17px;
    color: #fff;
    padding: 0 50px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.single-feature .hide i {
    color: #fff;
    border: 1px solid #fff;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    line-height: 22px;
}
.l-box {
    box-shadow: 0px -6px 10px -1px rgba(50, 50, 50, 0.2);
}
.t-box {
    box-shadow: 0px -3px 8px -2px rgba(50, 50, 50, 0.2);
}
.t-box2 {
    box-shadow: 0px -3px 10px -4px rgba(50, 50, 50, 0.2);
}
.single-feature h2 a{
   color: #2a2a2a;
   font-size: 20px;
}
.single-feature .icon-box i{
   font-size:45px
}
.feature-img-box {
    border: 10px solid #eff5e9;
    box-shadow: 0px 0px 7px 0px rgba(133, 133, 133, 0.35);
}
.Pic {
    border-width: 10px;
    border-color: rgb(239, 245, 233);
    border-style: solid;
    background-color: rgb(64, 64, 64);
    box-shadow: 0px 0px 7px 0px rgba(133, 133, 133, 0.35);
    position: absolute;
    left: 1076px;
    top: 1070px;
    width: 445px;
    height: 419px;
    z-index: 76;
}
.testimonial-part.light_bg::after {
    background: url(../images/bg/tes_light_bg1.jpg) no-repeat;
}
.testimonial-part.light_bg .testimonial-box .section-head-2 h2 span {
    color: #2a2a2a;
}
.testimonial-part.light_bg .testimonial-box .section-head-2 h2::before {
    background: #2a2a2a;
}
.testimonial-part.light_bg .testimonial-box .section-head-2 p {
    color: #515050;
}
.testimonial-part.light_bg .person-comment {
    color: #515050;
}
.testimonial-part.light_bg .person-comment p {
    color: #515050;
}
.testimonial-part.light_bg .person-detail h3 {
    color: #2a2a2a;
}
.testimonial-part.light_bg .person-detail p {
    color: #515050;
}
.testimonial-part.light_bg .testimonial-slider .swiper-pagination .swiper-pagination-bullet {
    border: 2px solid #191919;
}
.testimonial-part.light_bg .testimonial-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #ffad18;
}
.testimonial-part.light_bg {
    background: #efeaea;
}
.skill-part.light_bg::after {
    background: url(../images/bg/skill_light_bg.jpg);
}
.skill-part.light_bg {
    position: relative;
    background: #efeaea;
}
.skill-part.light_bg .skill-box .section-head-2 h2 span {
    color: #2a2a2a;
}
.skill-part.light_bg .skill-box .section-head-2 p {
    color: #515050;
}
.skill-part.light_bg .progressbar-box .progressbar-wrapper span {
    color: #515050;
}
/*-------------------------------------------------------------- ## Video area --------------------------------------------------------------*/
.video_two_area {
    height: 90vh;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    z-index: 1;
}
.video_two_area:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(25, 25, 25, 0.68);
    content: "";
    z-index: -1;
}
.video_popup_two {
    position: relative;
    background-image: url(../images/about-3-1.jpg);
    height: 290px;
    background-size: cover;
    background-repeat: no-repeat;
    border: 3px solid #fff;
}
.video_popup_two a {
    background: rgba(37, 37, 37, 0.7);
    border-radius: 50%;
    margin-bottom: 30px;
    width: 70px;
    height: 70px;
    line-height: 72px;
    padding: 0;
    text-align: center;
    position: relative;
    display: inline-block;
}
.video_popup_two a i {
    font-size: 18px;
    color: #fff;
    margin-left: 5px;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.video_popup_two a::after {
    content: '';
    position: absolute;
    left: 7px;
    right: 7px;
    top: 7px;
    bottom: 7px;
    background: transparent;
    z-index: 1;
    border-radius: 50%;
    border: 2px solid #fff;
}
.video_popup_two h3 {
    font-size: 30px;
    color: #fff;
    margin: 0;
    line-height: 30px;
}
.video_popup_two a:hover i {
   /* font-size: 32px;
    */
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #ffad18;
}
.video-pop-inner {
    width: 70px;
    margin: 0 auto;
    position: absolute;
    height: 70px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.experience-part .btn-1 {
    margin-top: 25px;
}
@media only screen and (max-width: 767px) {
    .experience-part .section-head-2 {
        padding-bottom: 40px;
   }
    .mobile-nav-box .achivement-blog {
        margin-top: 10px;
   }
}
@media only screen and (max-width: 991px) {
    .feature-img-box {
        display: none;
   }
}
@media only screen and (max-width: 575px) {
    .single-feature {
        width: 100%;
        border-bottom: 1px solid #f5f5f5;
   }
    .l-box,.t-box2,.t-box {
        box-shadow: none;
   }
}

/*-------------------------------------------------------------- ## Preloader --------------------------------------------------------------*/
.book {
   top: 50%;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   position: relative;
   margin: 0 auto;
   border: 5px solid #ecf0f1;
   width: 100px;
   height: 60px;
   z-index: 99999;
}
.book__page {
   position: absolute;
   left: 50%;
   top: -5px;
   margin: 0 auto;
   border-top: 5px solid #ecf0f1;
   border-bottom: 5px solid #ecf0f1;
   border-right: 5px solid #ecf0f1;
   background: #05417c;
   width: 50px;
   height: 60px;
   -webkit-transform-origin: 0% 50%;
   transform-origin: 0% 50%;
   -webkit-animation: flip 1.2s infinite linear;
   animation: flip 1.2s infinite linear;
   -webkit-animation-fill-mode: forwards;
   animation-fill-mode: forwards;
}
.book__page:nth-child(1) {
   z-index: -1;
   -webkit-animation-delay: .2s;
   animation-delay: .2s;
}
.book__page:nth-child(2) {
   z-index: -2;
   -webkit-animation-delay: .4s;
   animation-delay: .4s;
}
.book__page:nth-child(3) {
   z-index: -3;
   -webkit-animation-delay: .8s;
   animation-delay: .8s;
}
@-webkit-keyframes flip {
   0% {
       -webkit-transform: perspective(600px) rotateY(0deg);
       transform: perspective(600px) rotateY(0deg);
  }
   20% {
       background: #002e5b;
  }
   29.9% {
       background: #002e5b;
  }
   30% {
       -webkit-transform: perspective(200px) rotateY(-90deg);
       transform: perspective(200px) rotateY(-90deg);
       background: #002e5b;
  }
   54.999% {
       opacity: 1;
  }
   55% {
       opacity: 0;
  }
   60% {
       -webkit-transform: perspective(200px) rotateY(-180deg);
       transform: perspective(200px) rotateY(-180deg);
       background: #002e5b;
  }
   100% {
       -webkit-transform: perspective(200px) rotateY(-180deg);
       transform: perspective(200px) rotateY(-180deg);
       background: #002e5b;
  }
}
@keyframes flip {
   0% {
       -webkit-transform: perspective(600px) rotateY(0deg);
       transform: perspective(600px) rotateY(0deg);
  }
   20% {
       background: #002e5b;
  }
   29.9% {
       background: #002e5b;
  }
   30% {
       -webkit-transform: perspective(200px) rotateY(-90deg);
       transform: perspective(200px) rotateY(-90deg);
       background: #002e5b;
  }
   54.999% {
       opacity: 1;
  }
   55% {
       opacity: 0;
  }
   60% {
       -webkit-transform: perspective(200px) rotateY(-180deg);
       transform: perspective(200px) rotateY(-180deg);
       background: #002e5b;
  }
   100% {
       -webkit-transform: perspective(200px) rotateY(-180deg);
       transform: perspective(200px) rotateY(-180deg);
       background: #002e5b;
  }
}

#statistics-license-text, #placement-license-text, #interns-license-text {
  display:none;
}

#loader-wrapper {
   position: fixed;
   width: 100%;
   height: 100%;
   background: #002e5b;
   top: 0;
   left: 0;
   z-index: 999999;
}

.single-awesome-project {
    float: left;
    overflow: hidden;
    width:100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.first-item {
    margin-bottom: 30px;
}
.awesome-img{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.awesome-img img{
    transform: scale(1.1);
    transition: 0.4s;
}
.single-awesome-project:hover .awesome-img img{
    transform: scale(1);
    transition: 0.4s;
}
.awesome-img > a {
    display: block;
    position: relative;
}
.single-awesome-project:hover .awesome-img > a::after{
    opacity: 1;
}
.single-awesome-project:hover .add-actions{
    opacity: 1;
}
.awesome-img > a::after {
    background: rgba(0,44,87,0.55);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: 0.4s;
}
.add-actions {
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 9999;
    top: 0;
    cursor: pointer;
}
.port-icon {
    color: #fff;
    display: inline-block;
    cursor: pointer;
    top: 41%;
    position: relative;
    font-size: 40px;
}
.project-dec {
    display: block;
    padding: 15px 0px 20px 20px;
    position: relative;
}
.project-dec::before {
    position: absolute;
    left: 0px;
    content: "";
    top: 20px;
    width: 6px;
    height: 15px;
    background: #ffad18;
    transition: 0.5s;
}
.single-awesome-project:hover .project-dec::before {
    width: 6px;
    height: 80%;
    transition: 0.5s;
}
.project-dec h4 {
    color: #444;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 5px;
    cursor: pointer;
}
.project-dec a {
    color: #444;
}
.project-dec a:hover {
    color: #333;
}
.project-dec p {
    color: #444;
    font-weight: 400;
}
.pst-content {
    padding-left: 10px;
}
.single-awesome-project:hover .project-dec h4 {
    color:#ffad18;
}
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev, .project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: -12%;
    right: 0px;
    width: 30px;
    height: 30px;
    border: 1px solid #ffad18;
    text-align: center;
    background: #ffad18;
    line-height: 30px;
}
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    right: 51px;
}
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 15px;
}
.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover, .project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover{
    color:#ffad18;
    background: #fff;
    border: 1px solid #fff;
}
/*----------------------------------------*/
/* 11. Blog Area
/*----------------------------------------*/
.blog-grid {
    margin-top: -30px;
}
.blog-image{
    overflow: hidden;
    display: block;
}
.image-scale {
    position: relative;
    transform: scale(1.1);
    display: block;
    transition: 0.5s;
}
.image-scale::after{
    position: absolute;
    content: "";
    background: rgba(0,46,91,0.30);
    width: 100%;
    height: 100%;
    left:0;
    top:0;
}
.blog-content a h4 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    color: #444;
    line-height: 24px;
    margin-top: -20px;
}
.blog-meta {
    position: relative;
    top: -75px;
    background: #ffad18;
    width: 60px;
    padding: 5px 10px;
    left: -20px;
    text-align: center;
    border-radius: 0px 5px 5px 0px;
}
.blog-meta span {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.blog-title {
    margin-top: -10px;
}
.single-blog:hover .image-scale {
    transform: scale(1);
    transition: 0.5s;
}
.single-blog:hover .image-scale::after{
    background: rgba(0,46,91,0);
}
.single-blog {
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.blog-grid-fast {
    margin-top: -30px;
}
.single-blog.b-mar{
    margin-top: 20px;
}
.blog-content a h4:hover{
    color:#ffad18;
}
.blog-btn {
    display: inline-block;
    font-weight: 700;
    color: #444;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
}
.blog-btn::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0px;
    opacity: 0;
    transition: 0.5s;
    background: #ffad18;
    width: 0px;
    height: 2px;
}
.blog-btn:hover {
    color: #ffad18;
}
.blog-btn:hover.blog-btn::after {
    width: 100%;
    opacity: 1;
    transition: 0.5s;
}
.calendar-small {
    float: left;
    display: block;
    margin-right: 15px;
    width: 50px;
    height: 50px;
    background-color: #f3f3f3;
    border: 1px solid #FFAD18;
}
.calendar-small .s-month {
    display: block;
    width: 50px;
    height: 22px;
    line-height: 22px;
    font-size:12px;
    font-weight: 600;
    text-align: center;
    background: #FFAD18;
    color: #fff;
    text-transform: uppercase;
}
.calendar-small .s-date {
    font-size: 16px;
    font-weight: 700;
    width: 50px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    display: block;
}
figure.date {
    background-color: #0943A0;
    color: #fff;
    float: left;
    height: 50px;
    overflow: hidden;
    width: 65px;
    margin:0 10px 10px 0;
}
figure.date .day {
    bottom: 15px;
    font-size: 36px;
    font-weight: bold;
    position: relative;
    right: -12px;
}
figure.date .month {
    font-size: 14px;
    padding-top: 5px;
    text-align: center;
    text-transform: uppercase;
}
.lawer-info-widget {
    padding:0 20px 0 0;
    background: #f9f9f9;
}
.sidebar-card {
    padding:40px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,0.05);
}
.categories-list li a:focus, .categories-list li a:hover {
    text-decoration: none;
    color: #FFAD18;
}
.categories-list li a {
    display:block;
}
.categories-list li.head {
    font-size:0.9rem;
    text-transform: uppercase;
    color: #FFAD18;
    font-weight:600;
}
ul.categories-list li.active:after, ul.categories-list li:hover:after{
    content:' ';
    width: 20px;
    height: 1px;
    background: #FFAD18;
    position:absolute;
    right:-15px;
    top:50%;
    text-align: right;
    transition: transform 0.3s;
    font-weight: 900 !important;
    color: #ccc;
}
.top-line {
    position: relative;
}
.top-line:before {
    content: '';
    position: absolute;
    top: 0;
    width: 50px;
    height: 7px;
    background: #FFAD18;
}
.align-right {
    float: right;
    margin: 0 0 10px 35px;
    max-width: 30%;
}
.section-container {
    margin:50px 0;
}
/* Ui Components - Accordion*/
.accordion.pubmain > div {
    background-color: #fff;
}
.accordion.pubmain .card-header {
    padding: 0;
    margin-bottom: 0;
    border-bottom: 0;
    cursor:pointer;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,0.05);
}
.accordion.pubmain .card-header > h5 a {
    padding: 20px 30px 20px 30px;
    display: block;
    font-size: 15px;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0;
}
.accordion.pubmain .card-header h5 > a:after {
    font-size: 1.6em;
    font-weight: 100;
}
.accordion.pubmain .card-header [aria-expanded="true"] {
    background: #fff;
}
.accordion.pubmain [aria-expanded="true"] .card-block {
    background-color: #fff;
}
.accordion.pubmain .card-header [aria-expanded="true"] {
    border-bottom-width: 0;
}
.accordion.pubmain .card {
    margin-bottom: 20px;
    border:none;
}
.accordion .pubmain .card-header h5 {
    margin: 0;
    line-height: 1.5;
}
.accordion.pubmain .card-header a {
    display: block;
    font-size: 0.875rem;
    letter-spacing: 0.3px;
}
.accordion .pubmain .card-header a i {
    margin-right: 7px;
}
.accordion.pubmain .card-header {
    padding: 0;
}
.accordion .pubmain .card-header a {
    padding: .90rem 1.25rem;
}
.accordion.pubmain .card-header [aria-expanded="true"] {
    border-bottom:1px solid rgba(0,0,0,.125);
   */
    background-color: #fff;
}
.accordion .card-header a.pubmain:after {
    font-family: "Font Awesome 5 Free";
    content: '\f077';
    font-size: 1.0rem !important;
    position: absolute;
    text-align: right;
    top:70px;
    right: 15px;
    transition: transform 0.3s;
    font-weight: 900 !important;
    color: #FFAD18;
}
.accordion .card-header > a.pubmain.collapsed:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f077';
    color: #777;
    position: absolute;
    text-align: right;
    right: 15px;
    transform: rotate(180deg);
    transition: transform 0.3s;
    font-weight: 900 !important;
    color: #FFAD18;
}
.pub-main div {
    font-size:small;
}
.pubtitle {
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 1.0rem !important;
    line-height:1.5;
    font-weight:300 !important;
    color: #002E5B;
}
.accordion.pubmain .badge {
    position: absolute;
    top:0;
    right:0;
}
.pubauthor {
    font-weight:300;
}
.pubauthor strong {
    color: #FFAD18;
    font-weight:700;
}
/*=========================== Courses Accordion =============================*/
.filters-nav {
    display: table;
   border: 1px solid #ededed;
    margin: 0 auto;
    list-style: none;
    border-radius: 50px;
    padding: 11px 9px;
    position: relative;
    width:100%;
}
.filters-nav li {
    display: inline-block;
    line-height: 31px;
    margin: 0 2px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}
.filters-nav li a {
    color: #222;
    font-size:0.9rem;
    font-weight: 500;
    display: block;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 0 20px;
    text-decoration: none;
    -webkit-transition:all 400ms ease;
    transition:all 400ms ease;
    z-index: 2;
    position: relative;
}
.lamp {
    background: #FFAD18;
    border-radius: 50px;
    position: absolute;
    left: 0;
    height: 31px;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.pubmain {
    text-transform: capitalize !important;
    padding:15px;
}
.btn.btn-icon {
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    background: #febf34;
    font-size: 16px;
    color: #222;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 30px;
    line-height: 50px;
    min-width: 190px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    border: 0;
    border: 2px solid transparent;
}
.btn.btn-icon:hover {
    background: none;
    border-color: #febf34;
}
.btn.btn-icon:focus, .btn:active, .btn:active:focus {
    outline: none;
    box-shadow: none;
}
.btn.btn-icon {
    font-size: 14px;
    padding-left: 52px;
}
.btn.btn-icon i {
    position: absolute;
    background: #fff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 35px;
    font-size: 18px;
    top: 6px;
    left: 9px;
}
.btn.btn-icon.btn-outline:hover i {
    background: #fff;
}
.btn.btn-icon:hover i {
    background: #febf34;
}
.btn.btn-outline {
    background: none;
    border: 2px solid #febf34;
}
.btn.btn-outline.btn-dark-outline {
    background: none;
    border: 2px solid #000;
}
.btn.btn-outline.btn-dark-outline:hover {
    background: #000;
    color: #fff;
}
.btn.btn-icon.btn-md {
    padding-left: 45px;
}
.btn.btn-icon.btn-md i {
    width: 31px;
    height: 31px;
    font-size: 15px;
    line-height: 31px;
    left: 6px;
}
.btn.btn-icon.btn-sm {
    padding-left: 42px;
}
.btn.btn-icon.btn-sm i {
    width: 27px;
    height: 27px;
    font-size: 13px;
    line-height: 27px;
    top: 5px;
    left: 6px;
}
.btn.btn-icon.btn-xs {
    padding-left: 40px;
}
.btn.btn-icon.btn-xs i {
    width: 22px;
    height: 22px;
    font-size: 11px;
    line-height: 22px;
    top: 3px;
    left: 3px;
}
.btn.btn-icon.btn-md.btn-outline i {
    top: 6px;
}
.btn.btn-icon.btn-sm.btn-outline i {
    top: 5px;
    left: 6px;
}
.btn.btn-icon.btn-xs.btn-outline i {
    top: 3px;
    left: 3px;
}
.btn.btn-icon.btn-outline {
    padding-left: 54px;
}
.btn.btn-outline:hover {
    background: #febf34;
}
.btn.btn-outline.btn-outline-white {
    border-color: #fff;
    color: #fff;
}
.btn.btn-outline.btn-outline-white:hover {
    color: #222;
    background: #fff;
}
.btn.btn-outline.btn-outline-dark {
    border-color: #8f8f8f;
}
.btn.btn-outline.btn-outline-dark:hover {
    color: #fff;
    background: #000;
    border-color: #000;
}
.has-icon-btn i {
    position: relative;
    left: 6px;
    top: -1px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.list-style-01 {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #ededed;
}
.list-style-01 li {
    position: relative;
    border-top: 1px solid #ededed;
    padding: 10px 0;
    text-align: left;
}
.list-style-01 li:first-child {
    border-top:none;
}
.list-style-01 li:last-child {
    border-bottom: none;
}
.list-style-01 li i {
    margin-right:20px;
    background: #18377F;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
    color: #fff;
    text-align:center;
}
.list-style-01 li strong {
    font-weight: 600;
}
.list-style-01 li a {
    color: #3e3e3e;
}
/*=========================== Experience section css =============================*/
.bg-primary {
    background: #febf34;
}

.bg-gray {
    background: #f9f9f9 !important;
}
.bg-grey {
   background: #F5F5F5 !important;
}
.bg-lblue {
   background: #EBF5FA !important;
}
.bg-blue,  .badge-primary {
   background:#0943A0 !important
}
.bg-white {
    background: #fff;
}
.experience-row {
    background: rgba(255,255,255,0.1);
    border-radius: 6px;
    padding: 24px;
    font-size: 14px;
    margin-bottom:20px;
}
.experience-row2 {
    background: rgba(255,255,255,0.1);
    border-radius: 6px;
    padding: 24px;
    font-size: 14px;
    margin-bottom:20px;
}
.experience-col-left {
    float: left;
    /* max-width: 500px; */
    width: 100%;
}
.experience-col-left figure {
    float: left;
    margin: 5px 18px 0 0;
}
.experience-col-left img {
    max-height: 55px;
    width: 100%;
}
.experience-details {
    line-height: 1.3;
    font-size: 18px;
}
.experience-details span {
    display: block;
    font-size: 16px;
}
.years-duration {
    display: block;
    margin-top: 2px;
    font-style: normal;
    font-size: 12px;
}
.bg-gray .experience-row {
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,0.05);
}
.bg-gray .experience-col-left {
    border-color: #ededed;
}
.experience-section {
    background: #f9f9f9;
}
/*social icons*/
.list {
    margin: 0;
    padding: 0;
}
ul.list {
    list-style: none;
}
@-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;
   }
}
.social-icons {
    text-align: center;
}
.social-icons li {
    display: inline-block;
    margin: 4px;
    overflow: hidden;
}
.social-icons li a i {
    width: 32px;
    height: 32px;
    display: block;
    border-radius: 50%;
    line-height: 32px;
    background: #404040;
    color: #fff;
    font-size: 13px;
}
.social-icons li a, .social-icons li a i:before {
    display: block;
}
.social-icons li a:hover, .social-icons li a:focus {
    text-decoration: none;
}
.social-icons li a i:hover {
    background: #febf34;
}
.social-icons li a i.fa-facebook-f:hover {
    background: #3b5998;
}
.social-icons li a i.fa-twitter:hover {
    background: #1da1f2;
}
.social-icons li a i.fa-google-plus-g:hover {
    background: #dd4b39;
}
.social-icons li a i.fa-youtube:hover {
    background: #f00;
}
.social-icons li a i.fa-pinterest-p:hover {
    background: #bd081c;
}
.social-icons li a i.fa-dribbble:hover {
    background: #ea4c89;
}
.social-icons li a i.fa-skype:hover {
    background: #00aff0;
}
.social-icons li a i.fa-linkedin:hover {
    background: #0077b5;
}
.social-icons li a i.fa-github:hover {
    background: #6cc644;
}
.social-icons li a i.fa-vimeo:hover {
    background: #1ab7ea;
}
.social-icons li a i.fa-flickr:hover {
    background: #ff0084;
}
.social-style-01.social-icons li a i {
    background: none;
    border: 1px solid #333;
    color: #333;
    line-height: 30px;
}
.social-style-01.social-icons li a i:hover {
    border-color: transparent;
    color: #fff;
}
.social-style-01.social-icons li a i:hover:before {
    color: #fff;
}
.social-icons.social-style-02 li a i.fa-facebook-f {
    background: #3b5998;
}
.social-icons.social-style-02 li a i.fa-twitter {
    background: #1da1f2;
}
.social-icons.social-style-02 li a i.fa-google-plus-g {
    background: #dd4b39;
}
.social-icons.social-style-02 li a i.fa-youtube {
    background: #f00;
}
.social-icons.social-style-02 li a i.fa-pinterest-p {
    background: #bd081c;
}
.social-icons.social-style-02 li a i.fa-dribbble {
    background: #ea4c89;
}
.social-icons.social-style-02 li a i.fa-skype {
    background: #00aff0;
}
.social-icons.social-style-02 li a i.fa-linkedin {
    background: #0077b5;
}
.social-icons.social-style-02 li a i.fa-github {
    background: #6cc644;
}
.social-icons.social-style-02 li a i.fa-vimeo {
    background: #1ab7ea;
}
.social-icons.social-style-02 li a i.fa-flickr {
    background: #ff0084;
}
.social-icons li a:hover i:before {
    -webkit-animation: toTopFromBottom 0.3s forwards;
    -moz-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards;
}
hr.tall-space {
    margin: 10px 0;
    margin-top: 10px;
}
.double-border {
    border-bottom-style: double;
    border-bottom-width: 3px;
}
hr {
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: solid 1px #e1e1e1;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin: 10px 0;
    position: relative;
    width: 100%;
}
hr::after {
    background: #FFAD18;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    position: absolute;
    width: 40px;
}
.image_floatLeft {
    margin: 0.3rem 1.65rem 1rem 0;
    float: left;
    width:248px;
}
.image_floatRight {
    margin: 0.3rem 0 1rem 1.65rem;
    float: right;
    width:35%;
}
/*.image_floatRight img {
    border:2px solid #FFAD18
}
*/
.caption {
    font-size: .8rem;
    padding: .8em 0;
    border-bottom: 5px solid #FFAD18;
    margin-bottom: 10px;
    background: #fff;
}
/*=========================== Vision Mission Card =============================*/
.vmcard {
    background: #242D42;
    color: #fff;
    border:1px solid #fff;
}
.vmcard .card-title {
    font-size:1.1rem;
    color: #FFAD18;
}
.vmcard .card-text {
    color: #fff;
}
.team-box {
    box-shadow: 0 0 8px rgba(0,0,0,0.05);
    border:0;
}
.team-box.float-right {
    max-width:250px;
    margin: 0 0 20px 20px;
}
.team-box .thumb img {
    max-width: 100%;
    height: auto;
}
.dept_faculty.team-box .thumb img {
    width: 100% !important;
    height: 250px !important;
    object-fit: cover;
    object-position: top;
}
.team-box .team-txt {
    padding: 10px 15px;
    box-shadow: 0 0 7px rgba(0,0,0,.08);
    width: 100%;
    float: left;
}
.team-box .thumb.thumb-dist-alumni img {
    width: 100% !important;
    height: 250px !important;
    object-fit: cover;
    object-position: top;
}
.team-box .team-txt h5 {
    font-size:0.9rem;
    font-weight: 700;
    margin: 0;
}
.team-box .team-txt p {
   margin: 0px;
   color: #999999;
   line-height: 18px;
   margin-top: 3px;
   font-size: 0.8rem;
}
.team-box .team-txt.alumni-txt h5, .team-box .team-txt.alumni-txt p{
    color: #fff !important;
}
.team-box .team-txt.alumni-txt {
    background: #002E5B;
}
.thumb {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}
.thumb img {
    max-width: 100%;
    height: auto;
}
.team-hover {
    position: absolute;
    width: 100%;
    height: 0;
    opacity: 0;
    top: 0;
    background: rgba(36,46,66,.9);
    text-align: center;
    padding: 30px;
    color: #fff;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}
.team-hover h6 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    opacity: 0;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    color: #FFAD18;
}
.team-hover p {
    font-size:0.8rem;
    text-align:left;
    margin-bottom: 20px;
    opacity: 0;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    color: #fff;
}
.team-box:hover .team-hover {
    opacity: 1;
    height: 100%;
}
.team-box:hover .team-hover h6, .team-box:hover .team-hover p {
    opacity: 1;
}
.team-box:hover .team-hover a {
    color: #fff;
}
.other-team-box {
    width: 100%;
    float: left;
    background: #fff;
    margin-bottom: 30px;
}
.team-thumb {
    float: left;
    width: 50%;
}
.other-team-box .team-txt {
    width: 50%;
    float: left;
    padding: 20px;
    position: relative;
    height: 178px;
}
.team-txt h5 {
    font-weight: 700;
    color: #222;
    margin: 0 0 7px;
}
.team-txt h5 a {
    color: #222;
}
.team-txt p {
    color: #999999;
}
.widget {
    width: 100%;
    float: left;
    color: #999999;
    margin-bottom: 30px;
}
.widget h6 {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 700;
}
.widget p {
    color: #999999;
}
.widget.search-widget .search-form {
    padding: 0px;
    background: none;
}
.widget.search-widget .search-form input {
    width: 100%;
    border: 1px solid #e6e6e6;
    height: 40px;
    line-height: 38px;
    padding: 0 10px;
}
.widget.search-widget .search-form button {
    width: 40px;
    height: 40px;
    color: #fff;
    border: 0px;
    background: #002E5B;
    font-size: 18px;
    position: absolute;
    right: 15px;
    top: 0px;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}
ul.archives {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.archives li {
    border-bottom: 1px dashed #cccccc;
    padding: 5px 0;
    color: #091f2f;
    font-weight: 600;
}
ul.archives li:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid #091f2f;
}
ul.archives li span {
    float: right;
}
ul.archives li:before {
    content: "";
    width: 7px;
    height: 7px;
    border: 1px solid #091f2f;
    display: inline-block;
    border-radius: 10px;
    margin-right: 10px;
}
.widget.tags li {
    display: inline-block;
}
.widget.tags a {
    background: #ffffff;
    color: #999999;
    line-height: 30px;
    text-transform: uppercase;
    padding: 0 10px;
    display: inline-block;
    margin-bottom: 3px;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}
.widget.tags a:hover {
    background: #d33030;
    color: #fff;
}
.timeline-item {
    padding:2.3em 2em 1em;
    position:relative;
    border-left:1px solid #ddd
}
.timeline-item:before {
    content:attr(date-is);
    position:absolute;
    left:2em;
    top:0.8em;
    color:#002E5B;
    font-weight:700 !important;
    margin-bottom:0;
}
.timeline-item:after {
    width:15px;
    height:15px;
    top:1em;
    position:absolute;
    left:-8px;
    border-radius:10px;
    content:'';
    background:#fff;
    border:3px solid;
}
.timeline-item.blue:after {
    border-color:#FFAD18
}
.timeline-item h5 {
    font-weight:normal;
    font-size:14px;
}
.milestone {
    position:relative
}
.milestone:before {
    content:"";
    display:block;
    width:2px;
    height:100%;
    background:#c6c6c6;
    margin:0 auto;
    position:absolute;
    top:0;
    left:0;
    right:0
}
.milestone .timeline {
    margin-bottom:40px;
    position:relative
}
.milestone .timeline:after {
    content:"";
    display:block;
    clear:both
}
.milestone .icon {
    width:18px;
    height:18px;
    line-height:18px;
    margin:auto;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0
}
.milestone .icon:before, .milestone .icon:after {
    content:"";
    width:100%;
    height:100%;
    border-radius:50%;
    position:absolute;
    top:0;
    left:0;
    transition:all 0.33s ease-out 0s
}
.milestone .icon:before {
    background:#fff;
    border:2px solid #002E5B;
    left:-3px
}
.milestone .icon:after {
    border:2px solid #FFAD18;
    left:3px
}
.milestone .timeline:hover .icon:before {
    left:3px
}
.milestone .timeline:hover .icon:after {
    left:-3px
}
.milestone .date-content {
    width:50%;
    float:left;
    margin-top:22px;
    position:relative
}
.milestone .date-content:before {
    content:"";
    width:36.5%;
    height:2px;
    background:#c6c6c6;
    margin:auto 0;
    position:absolute;
    top:0;
    right:12px;
    bottom:0
}
.milestone .date-outer {
    width:125px;
    height:125px;
    font-size:16px;
    text-align:center;
    margin:auto;
    z-index:1
}
.milestone .date-outer:before, .milestone .date-outer:after {
    content:"";
    width:125px;
    height:125px;
    margin:0 auto;
    border-radius:50%;
    position:absolute;
    top:0;
    left:0;
    right:0;
    transition:all 0.33s ease-out 0s
}
.milestone .date-outer:before {
    background:#fff;
    border:2px solid #002E5B;
    left:-6px
}
.milestone .date-outer:after {
    border:2px solid #FFAD18;
    left:6px
}
.milestone .timeline:hover .date-outer:before {
    left:6px
}
.milestone .timeline:hover .date-outer:after {
    left:-6px
}
.milestone .date {
    width:100%;
    margin:auto;
    position:absolute;
    top:35%;
    left:0
}
.milestone .month {
    font-size:18px;
    font-weight:700
}
.milestone .year {
    display:block;
    font-size:30px;
    font-weight:700;
    color:#232323;
    line-height:36px
}
.milestone .timeline-content {
    width:50%;
    padding:20px 0 20px 50px;
    float:right;
}
.milestone .title {
    font-size:19px;
    font-weight:700;
    line-height:24px;
    margin:0 0 15px 0
}
.milestone .description {
    margin-bottom:0
}
.milestone .timeline:nth-child(2n) .date-content {
    float:right
}
.milestone .timeline:nth-child(2n) .date-content:before {
    left:10px
}
.milestone .timeline:nth-child(2n) .timeline-content {
    padding:20px 50px 20px 0;
    text-align:right
}
@media only screen and (max-width: 991px) {
    .milestone .date-content {
        margin-top:35px
   }
    .milestone .date-content:before {
        width:22.5%
   }
    .milestone .timeline-content {
        padding:10px 0 10px 30px
   }
    .milestone .title {
        font-size:17px
   }
    .milestone .timeline:nth-child(2n) .timeline-content {
        padding:10px 30px 10px 0
   }
   .department-header h1 {
    font-size:20px;
   }
}
@media only screen and (max-width: 767px) {
    .milestone:before {
        margin:0;
        left:7px
   }
   .team-box .team-txt p {
        text-align: center;
    }
    .team-box .thumb.thumb-dist-alumni img {
        height: 180px !important;
    }
    input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="search"], textarea, select {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    .milestone .timeline {
        margin-bottom:20px
   }
    .milestone .timeline:last-child {
        margin-bottom:0
   }
    .milestone .icon {
        margin:auto 0
   }
    .milestone .date-content {
        width:95%;
        float:right;
        margin-top:0
   }
    .milestone .date-content:before {
        display:none
   }
    .milestone .date-outer {
        width:110px;
        height:110px
   }
    .milestone .date-outer:before, .milestone .date-outer:after {
        width:110px;
        height:110px
   }
    .milestone .date {
        top:30%
   }
    .milestone .year {
        font-size:24px
   }
    .milestone .timeline-content, .milestone .timeline:nth-child(2n) .timeline-content {
        width:95%;
        padding:10px;
        text-align:left;
   }
    .milestone .title {
        margin-bottom:10px
   }
   .dept_faculty.team-box .thumb img {
        width: 100% !important;
        height: 230px !important;
        object-fit: contain;
        object-position: top;
    }
    .team-box .team-txt{
        text-align: center;
    }
}
/*Department Boxes*/
.dep-box {
    box-shadow: 0 0 1rem rgba(0,0,0,.15);
    border:0;
}
.dep-box .thumb img {
    max-width: 100%;
    height: auto;
}
.dep-box .team-txt {
    padding: 10px 15px;
    box-shadow: 0 0 7px rgba(0,0,0,.08);
    width: 100%;
    float: left;
}
.dep-box h5 {
    font-size:0.875rem;
    font-weight:400;
    margin: 4px 15px;
    color: #222;
}
.dep-box h5 a {
    display:block;
    width:100%;
    color: #222;
    text-transform: capitalize;
}
.dep-box h5 i {
    float: right;
    margin-top:5px;
    color: #999;
}
.thumb {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}
.thumb img {
    max-width: 100%;
    height: auto;
}
.dep-box .team-hover {
    position: absolute;
    width: 100%;
    height: 0;
    opacity: 0;
    top: 0;
    background: rgba(255,173,24,.8);
    text-align: center;
    padding: 10px;
    color: #fff;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}
.dep-box .team-hover h6 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    opacity: 0;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    color: #FFAD18;
}
.dep-box .team-hover p {
    font-size:0.8rem;
    line-height:1.2;
    text-align:left;
    margin-bottom: 20px;
    opacity: 0;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    color: #fff;
}
.dep-box:hover .team-hover {
    opacity: 1;
    height: 100%;
}
.dep-box:hover .team-hover h6, .dep-box:hover .team-hover p {
    opacity: 1;
}
.dep-box:hover .team-hover a {
    color: #fff;
    text-transform
}
ul.dep-footer {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border-top: 1px solid #e6e6e6;
    width: 100%;
    float: left;
}
ul.dep-footer li {
    width: 50%;
    font-size: 0.8rem;
    float: left;
    line-height: 35px;
    color: #999;
    border-right: 1px solid #e6e6e6;
    padding: 0px 10px;
}
ul.dep-footer li:last-child{
    text-align: right;
}
ul.dep-footer li strong {
    font-weight: 400;
    color: #FFAD18;
}
.leadership a {
    color: #002E5B;
    border-bottom: 1px dotted #002E5B;
    text-decoration:none;
    margin-bottom:5px;
    font-weight:600;
}
.leadership a:hover {
    border-bottom: 1px solid #002E5B;
    text-decoration:none;
}
.text-yellow {
    color: #FFAD18 !important;
}
.accordion-course .span-program-batch{
    padding: 13px 8px;
    background-color: #FFAD18;
    color: #fff;
    margin-right: 3px;
}
.accordion-course .card-header{
    padding: 10px;
    padding-left: 0px;
}
.accordion-course .card-header h5{
    font-size: 15px;
}
.checkbox, .radio {
    position: relative;
    margin-right: 4px;
    background: #fff;
    display: inline-block;
    border: 1px solid rgba(0, 47, 91, 0.4);
    margin-bottom: 0;
    margin-top: 0;
    height: 17px;
    width: 17px;
    top: 5px;
}
input:hover + .checkbox, input:hover + .radio {
    border-color: rgba(0, 47, 91, 0.6);
}
.option > input {
    position: absolute;
    height: inherit;
    width: inherit;
    opacity: 0;
    left: 0;
}
input:checked + .checkbox, input:checked + .radio {
    border: 1px solid #002e5b;
}
input:checked + .checkbox::before, input:checked + .radio:before {
    display: block;
}
.checkbox::before {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 5px;
    height: 3px;
    border: solid #002e5b;
    -webkit-border-width: 0 0 3px 3px;
    -moz-border-width: 0 0 3px 3px;
    border-width: 0 0 3px 3px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
    display: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
}
.find-course-card{
    background-color: #ED9A04;
    color: #fff;
    width: 100%;
    padding: 1.5rem;
    margin-bottom: 1.4rem;
    box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.20);
}
.find-course-card .btn-search{
    background-color: #1A1A1A;
    color: #fff;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.8rem;
}
.find-course-card .input-group span{
    margin-top: 0.68rem;
    padding-right: 1rem;
}
.find-course-card .input-group .form-control{
    font-size: 0.80rem;
}
.find-course-card .input-group select.form-control{
    border-top-left-radius:4px;
    border-bottom-left-radius:4px;
}
.find-course-card .input-group input.form-control{
    border-left-color: #ED9A04;
}
.course-sort-header span{
    font-weight: 600;
    font-size: 0.82rem;
}
.course-sort-header h4{
    font-size: 1rem;
    padding-top: 5px;
}
.course-sort-header select{
    padding: 0.55rem 0.55rem;
    width: 125px;
    margin-left: 0.5rem;
    border: 0px;
    font-size: 0.75rem;
    box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.20);
}
.course-accordion .card{
    border: 0;
    margin-bottom: 20px;
    box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.10);
    border-radius: 0;
}
.course-accordion .card-body{
    padding: 1.8rem 1.5rem 1.5rem;
}
.course-accordion .card-body a{
    cursor: pointer;
}
.course-accordion .card-body h4 small{
    font-size: 93%;
}
.course-accordion .card-sub-title{
    font-size: 0.75rem;
    margin-right: 0.7rem;
}
.course-accordion .card-sub-title i{
    margin-right: 5px;
}
.course-accordion-header:before{
    content: "";
    font-size: 1rem;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 17px solid #FFAD18;
    left: -6px;
    top: 30px;
}
.course-accordion .card-body[aria-expanded="true"] .course-accordion-header:before, .course-accordion .card-body a[aria-expanded="true"] .course-accordion-header:before{
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 17px solid #FFAD18;
    left: -12px;
    top: 35px;
}
.course-accordion p{
    font-size: 0.83rem;
    margin-top: 0.6rem;
}
.course-accordion-filter-search{
    background-color: #F4F4F4;
    padding: 0rem;
}
.course-accordion-filter-search .list-group-item, .filter-card .list-group-item {
    background: transparent;
    border:none;
    padding:0;
    padding:5px 0;
    border-bottom:1px solid #ddd;
}
.course-accordion-filter-search input, .filter-card input{
    font-size:0.875rem;
}
.course-accordion-filter-search h4{
    font-size: 1rem;
    padding: 0 0 0.75rem;
}
.filter-section {
   background: #fff;
}

.course-accordion-filter-search .filter-card, .filter-card {
    border-top:1px solid #ddd;
    padding:10px 20px;
    text-align:left;
}
.course-accordion-filter-search .filter-card label, .filter-card label{
   font-size: 0.80rem;
}
.filter-card .filter-card-title{
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    color: #666;
    padding: 0.75rem 0;
    text-transform: uppercase; font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


.filter-card .filter-card-title i{
    padding-top: 3px;
}
.filter-card .filter-card-title[aria-expanded="true"] i::before{
    content: "\f106";
}
.course-accordion .course-degree{
    background-color: #ee9a05;
    color: #fff;
    border-radius: 2px;
    padding: 0.15rem 0.4rem 0.15rem;
    font-size: 1.1rem;
    position: absolute;
    top: 0px;
    font-weight: 600;
}
.course-accordion .course-type{
    background-color: #002e5b;
    color: #fff;
    border-radius: 2px;
    padding: 0.1rem 0.4rem 0.15rem;
    font-size: 0.65rem;
    position: absolute;
    top: 0px;
    right: 0px;
    font-weight: 600;
    text-transform: uppercase;
}
/* Academic Calendar */
.schedule {
    display: block;
    overflow: hidden;
    padding-bottom:60px;
}
.schedule .schedule-single {
    overflow: hidden;
    background: #fff;
    border: 1px solid #f7f7f7;
    margin-bottom: 5px;
    display: block;
    box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.10);
    transition: all 300ms ease;
}
.schedule .schedule-single .header {
    text-align: center;
    overflow: hidden;
    background: #222B41;
    display: block;
    padding: 15px 0;
}
.schedule .schedule-single .header h4{
    font-size:1.5rem;
}
.schedule .schedule-single .header h4 span{
    color: #FFAD18;
}
.schedule .schedule-single .inner-content {
    overflow: hidden;
    display: block;
    position: relative;
    padding: 5px 20px 5px;
}
.schedule .schedule-single .inner-content .left {
    position: relative;
}
.schedule .schedule-single .inner-content .left .date {
    border-right: 1px solid #efefef;
    min-width:4.5em;
    margin: 0 auto;
}
.schedule .schedule-single .inner-content .left .date {
    font-size: 1.1rem;
    font-weight: 700;
}
.schedule .schedule-single .inner-content .day-type{
    background-color: #002e5b;
    color: #fff;
    border-radius: 2px;
    padding: 0.1rem 0.2rem 0.1rem;
    font-size: 0.65rem;
    letter-spacing: .1rem;
    position: absolute;
    top: 0px;
    right: 0px;
    font-weight: 600;
    text-transform: uppercase;
}
.schedule .schedule-single .inner-content .left .date .day {
    font-size:0.8rem;
    text-transform: uppercase;
    letter-spacing: .1rem;
    margin-top:5px;
    font-weight:400;
    color: #777;
}
.schedule .schedule-single .inner-content .left .date, .schedule .schedule-single .inner-content .left .day, .schedule .schedule-single .inner-content .left .title{
    display: table-cell;
    vertical-align: middle;
}
.schedule .schedule-single .inner-content .left .title {
    line-height: 28px;
    margin: 0 0 8px;
    font-size:1.2rem;
    font-weight:600;
    transition: all 500ms ease;
    padding-left: 20px;
}
.schedule .schedule-single:hover .inner-content .left .date {
    color: #FFAD18;
}
/* All News */
article.v_blog-item {
    margin-bottom: 10px;
    background: #fff;
}
.v_blog-medium article.v_blog-item {
    margin-bottom: 20px;
}
.v_blog-item-content {
    padding-left: 75px;
    padding-top: 40px;
    padding-right: 40px;
}
.v_blog-medium .v_blog-item-content {
    padding:15px 30px !important;
}
.v_blog-medium .v_blog-item-media img {
   /*box-shadow: 0 1px 2px rgba(0,0,0,.1);
    background: white;
    padding: 10px;
   */
}
.card-left-img{
    height: 110px;
    object-fit: cover;
    object-position: top;
}
.card-index-img{
    height: 222px;
    object-fit: cover;
    object-position: top;
}
.v_blog-medium .v_blog-item-inner {
    align-items: center;
}
.v_blog-item-meta {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 10px 0;
    list-style: none;
    line-height: 14px;
    font-size: 13px;
    padding-left: 0;
}
.v_blog-item-meta li {
    float: left;
    vertical-align: middle;
    text-transform: capitalize;
    font-size: 12px;
}
.v_blog-item-meta li:after {
    content: '/';
    opacity: .5;
    margin: 0 5px;
}
.v_blog-item-meta li:last-child:after {
    display: none;
}
.v_blog-item-read-more {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
}
.v_blog-item-title {
    font-size: 25px;
    font-weight: 600;
}
.v_blog-medium .v_blog-item-title {
    font-size: 19px;
    line-height: 1.8rem;
}
.fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
}
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
embed, iframe, object, video {
    max-width: 100%;
    display: block;
}
.v_blog-item {
    -webkit-box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.10);
    margin-bottom: 5px;
}
.v_blog-grid.v_blog-item.v_blog-item-related {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 25px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 25px 0 rgba(0,0,0,.1);
}
.v_blog-grid.v_blog-item.v_blog-item-related:hover {
    -webkit-box-shadow: 0 8px 35px 0 rgba(0,0,0,.13);
    -moz-box-shadow: 0 8px 35px 0 rgba(0,0,0,.13);
    box-shadow: 0 8px 35px 0 rgba(0,0,0,.13);
}
.v_blog-item.v_blog-item-related .v_blog-item-content {
    padding: 36px 36px 36px 36px;
    background-color: white;
    border-top: 1px solid #e5e5e5;
}
.v_blog-item.v_blog-item-related .v_blog-item-author img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    border-radius: 50%;
}
.v_blog-item.v_blog-item-related .v_blog-item-author span {
    font-size: 12px;
    font-weight: 600;
    margin: 0px 0px 0px 9px;
    vertical-align: middle;
    white-space: inherit;
}
.v_blog-item.v_blog-item-related .v_blog-item-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.v_blog-grid.v_blog-item.v_blog-item-related .v_blog-item-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.v_blog-item.v_blog-item-related .v_blog-item-author {
    margin: 0;
}
.v_blog_quate {
    position: relative;
    display: block;
    text-align: center;
}
.v_blog_quate .v_blog-item-content {
    text-align: center;
}
.v_blog_quate.v_blog-item.v_blog-item-related .v_blog-item-title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 10px;
}
.v_blog_quate.v_blog-item.v_blog-item-related .v_blog-item-content {
    padding: 55px;
}
.v_blog_quate.v_blog-item.v_blog-item-related .v_blog-item-content {
    border-top:none;
}
.v_blog_quate .v_blog-item-inner a {
    position: relative;
    display: block;
}
.v_blog_quate .v_blog-item-content {
    position: absolute;
    background-color: transparent !important;
}
.v_blog_quate-icon {
    margin-top: 40px;
    margin-bottom: 20px
}
.date-overlay {
    position: absolute;
    top: 15px;
    right: 30px;
    z-index: 6;
}
.narrow-date-block {
    line-height: 18px;
    width: 46px;
    background: #fff;
    color: #222;
    padding: 7px 8px 7px;
    text-align: center;
    text-transform: uppercase;
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    background: #ffffff;
    color: #252525;
}
.narrow-date-block span.month {
    font-size: 12px;
}
.narrow-date-block span {
    display: block;
}
.narrow-date-block span.day {
    font-size: 18px;
}
.narrow-date-block span.year {
    font-size: 11px;
    opacity: .6;
}
/* Pagination */
.pagination .page-link {
    color:inherit ;
    font-size:0.875rem;
}
.pagination .page-item.active .page-link {
    background:#FFAD18;
    border-color:#FFAD18;
    color:#fff;
    -webkit-box-shadow:none;
    box-shadow:none
}
.pagination-primary .page-link.active,.pagination-primary .page-link:focus,.pagination-primary .page-link:hover {
    background:#FFAD18;
    border-color:#FFAD18;
    color:#fff;
    -webkit-box-shadow:none;
    box-shadow:none
}
.pagination-inverse .page-item.active .page-link {
    background-color:#fff!important;
    border-color:#fff!important;
    color:#606065
}
.pagination-inverse .page-link {
    background-color:transparent!important;
    border-color:rgba(255, 255, 255, 0.3)!important
}
.pagination-inverse .page-link.active,.pagination-inverse .page-link:focus,.pagination-inverse .page-link:hover {
    background:#fff!important;
    border-color:#fff!important;
    color:#606065
}
.pagination-pill {
    display:-webkit-inline-flex;
    display:-moz-inline-flex;
    display:-ms-inline-flex;
    display:-o-inline-flex;
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    border:1px solid #ebedf2
}
.pagination-pill .page-link {
    border:none
}
.btn.iconbox {
    padding:3px!important
}
.iconbox {
    width:45px!important;
    height:45px!important;
    display:-webkit-inline-flex;
    display:-moz-inline-flex;
    display:-ms-inline-flex;
    display:-o-inline-flex;
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    border-radius:10rem;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column
}
.iconbox-xxs {
    width:28px!important;
    height:28px!important
}
.iconbox-xs {
    width:35px!important;
    height:35px!important
}
.iconbox-sm {
    width:40px!important;
    height:40px!important
}
.iconbox-md {
    width:50px!important;
    height:50px!important
}
.iconbox-lg {
    width:60px!important;
    height:60px!important
}
.iconbox-xl {
    width:70px!important;
    height:70px!important
}
.iconbox-xxl {
    width:80px!important;
    height:80px!important
}
.iconbox-xxxl {
    width:100px!important;
    height:100px!important
}
/*-----------------------------------------------------------------------------------*/
/* 10. Fancy Image
/*-----------------------------------------------------------------------------------*/
.fancy-picture {
    position: relative;
}
.fancy-picture .box-image {
    position: relative;
    width: 210px;
    height: 210px;
    background-color: #f0f6f9;
    border: 5px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    line-height: 0;
    z-index: 2;
}
.fancy-picture.box-filled-bg .box-image::after {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 200px;
    height: 30px;
    background-color: #555;
    border-top: 1px solid #fff;
    content: "";
}
.fancy-picture.box-filled-bg .box-image img {
    display: inline;
    width: 128px;
    margin-top: 42px;
}
/*-----------------------------------------------------------------------------------*/
/* Mega Menu
/*-----------------------------------------------------------------------------------*/
.dropdown-menu {
    border: 1px solid #fff !important;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    border-radius: 0.3rem !important;
}
/* .dropdown:hover ul.dropdown-menu{
    display:block;
} */
.dropdown-item ul {
    padding: 0;
    margin:0;
    list-style-type: none;
    background-color: #fff;
    list-style-type: none;
}
.dropdown-item li a {
    font-size: .8rem;
    width: 100%;
    display: inline-block;
    color: #555 !important;
    font-weight: 400;
}
.dropdown-item ul li:before, .megamenu .dropdown.megamenu-fw .dropdown-item li:before, .megamenu-auto .dropdown-item li:before {
    font-family: 'Font Awesome\ 5 Free';
    content: '\f0da';
    margin: 0;
    border: 0;
    vertical-align: baseline;
    font-weight:600;
    color: #A1A0B2;
}
.dropdown-item li a:before {
    display: none;
}
.megamenu .dropdown-item li a, .megamenu .dropdown.megamenu-fw li a, .megamenu-auto li a {
    min-height: 1.5rem;
    line-height: 1.5rem;
    width: 100%;
    display: inline-block;
    color: #555;
}
.megamenu .dropdown-menu.megamenu li a:hover:before, .megamenu .dropdown-menu.megamenu li a.active:before {
    display: none;
}
.megamenu-collapse .dropdown-item ul li a {
    font-size: .8rem;
    font-weight: 400;
}
.megamenu-collapse .dropdown-item ul li a, .mainmenu .navbar-nav li .dropdown-item ul li a, .megamenu-auto .dropdown-menu .dropdown-item li a{
    color: #555 !important;
    text-decoration: none;
}
.megamenu-collapse .dropdown-item ul li:hover a, .mainmenu .navbar-nav li .dropdown-item ul li:hover a, .mainmenu .navbar-nav li ul.megamenu li:hover a {
    color: #555 !important;
}
.dropdown.megamenu-fw ul, .megamenu-auto ul {
    margin:0;
    list-style-type: none;
    background-color: #fff;
    list-style-type: none;
}
.dropdown.megamenu-fw ul.dropdown-menu.megamenu, .megamenu-auto ul.dropdown-menu.megamenu{
    top: 85%;
}
.megamenu-auto{
    position: static;
}
.megamenu-auto ul.dropdown-menu.megamenu{
    min-width: 750px;
}
.megamenu-auto .dropdown-menu {
    right: auto !important;
}
.megamenu .nav, .megamenu .dropdown.megamenu-fw, .megamenu .megamenu-collapse.dropup, .megamenu .megamenu-collapse.dropdown {
    position: static !important;
}
.megamenu .container {
    position: relative;
}
.megamenu .dropdown-menu {
    left: auto;
}
.megamenu .megamenu-content {
    margin:0 1rem;
}
.megamenu .dropdown.megamenu-fw .dropdown-menu{
    left: 0;
    right: 0;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}
.megamenu .dropdown-header {
    padding: .625rem .9375rem .5rem;
    margin-bottom: .5rem !important;
    text-transform: uppercase;
    padding-left:0;
    padding-right:5px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    color: #012951;
    font-weight:600;
}
.megamenu .dropdown-header:before {
    display:none;
}
.megamenu .dropdown-item.active, .megamenu .dropdown-item:active, .megamenu .dropdown-item:hover, .megamenu .dropdown-item:focus {
    background-color: transparent;
}
.megamenu ul.dropdown-item {
    border-right: 1px solid rgba(0,0,0,.1);
}
.megamenu ul.dropdown-item:last-child {
    border-right: 0;
}
.megamenu .dropdown-menu.megamenu {
    padding: 0;
    border-radius: 0;
}
.mobilemenu-icon{
    display: none;
}
/*Caret */
.nav-link.dropdown-toggle::after{
    display: none;
}
/* Media queries --------------------------------------------------- */
@media (min-width: 768px) {
    .fancy-picture.colored-beam-left, .fancy-picture.colored-beam-right {
        margin-bottom: 30px;
   }
   /* Colored beam at the left side of the image */
    .fancy-picture.colored-beam-left .box-image {
        left: calc(100% - 205px);
   }
    .fancy-picture.colored-beam-left::before, .fancy-picture.colored-beam-left::after, .fancy-picture.colored-beam-right::before, .fancy-picture.colored-beam-right::after {
        position: absolute;
        display: block;
        left: 0;
        right: 100px;
        height: 100px;
        content: "";
        opacity: 0.1;
        z-index: 1;
   }
    .fancy-picture.colored-beam-left::before {
        top: 5px;
        background: linear-gradient(to bottom right, transparent 0%, transparent 50%, #E6A800 50%, #E6A800 100%);
   }
    .fancy-picture.colored-beam-left::after {
        top: 105px;
        background: linear-gradient(to top right, transparent 0%, transparent 50%, #E6A800 50%, #E6A800 100%);
   }
   /* Colored beam at the right side of the image */
    .fancy-picture.colored-beam-right .box-image {
        left: -5px;
   }
    .fancy-picture.colored-beam-right::before, .fancy-picture.colored-beam-right::after {
        left: 100px;
        right: 0;
   }
    .fancy-picture.colored-beam-right::before {
        top: 5px;
        background: linear-gradient(to bottom left, transparent 0%, transparent 50%, #E6A800 50%, #E6A800 100%);
   }
    .fancy-picture.colored-beam-right::after {
        top: 105px;
        background: linear-gradient(to top left, transparent 0%, transparent 50%, #E6A800 50%, #E6A800 100%);
   }
    .flat-list.social-icon.dropdown-menu{
        position: static !important;
        background-color: transparent !important;
        border: 0px !important;
        box-shadow: none;
        padding: 0px !important;
        display: flex !important;
        margin-top: 0px !important;
        transform: none !important;
   }
}
@media (max-width: 991px) {
    .fancy-picture .box-image {
        width: 156px;
        height: 156px;
        border-width: 4px;
   }
    .fancy-picture.box-filled-bg .box-image::after {
        width: 148px;
        height: 22px;
   }
    .fancy-picture.box-filled-bg .box-image img {
        width: 96px;
        margin-top: 30px;
   }
}
@media (min-width: 768px) and (max-width: 991px) {
    .fancy-picture.colored-beam-left .box-image {
        left: calc(100% - 152px);
   }
    .fancy-picture.colored-beam-right .box-image {
        left: -4px;
   }
    .fancy-picture.colored-beam-left::before, .fancy-picture.colored-beam-left::after, .fancy-picture.colored-beam-right::before, .fancy-picture.colored-beam-right::after {
        right: 74px;
        height: 74px;
   }
    .fancy-picture.colored-beam-left::before, .fancy-picture.colored-beam-right::before {
        top: 4px;
   }
    .fancy-picture.colored-beam-left::after, .fancy-picture.colored-beam-right::after {
        top: 78px;
   }
    .fancy-picture.colored-beam-right::before, .fancy-picture.colored-beam-right::after {
        left: 74px;
        right: 0;
   }
}
@media (max-width: 767px) {
    .fancy-picture {
        margin-bottom: -10px;
   }
   /* Colored beam at the left side of the image */
    .fancy-picture[class*="colored-beam-"] .box-image {
        left: -4px;
   }
    .fancy-picture[class*="colored-beam-"]::before, .fancy-picture[class*="colored-beam-"]::after {
        position: absolute;
        display: block;
        left: 74px;
        right: 0;
        height: 74px;
        content: "";
        opacity: 0.1;
        z-index: 1;
   }
    .fancy-picture[class*="colored-beam-"]::before {
        top: 4px;
        background: linear-gradient(to bottom left, transparent 0%, transparent 50%, #E6A800 50%, #E6A800 100%);
   }
    .fancy-picture[class*="colored-beam-"]::after {
        top: 78px;
        background: linear-gradient(to top left, transparent 0%, transparent 50%, #E6A800 50%, #E6A800 100%);
   }
}
@media (max-width: 479px) {
    .fancy-picture {
        margin-bottom: -20px;
   }
}
h5 {
    font-size: 18px;
    line-height: 1.45;
    font-weight: 600;
    letter-spacing: 0.0267em;
   /* ~0.8px (30px * 0.0267em) */
}
.text-highlight1 {
    color: #FFAD18 !important;
}
.text-highlight2 {
    color: #242D42 !important;
}
@media (max-width: 991px) {
   /** Menu **/
    .mobilemenu-icon{
        display: block;
   }
    .mobilemenu-icon img{
        width:23px;
        height: 25px;
   }
    .navbar-expand-lg .container-fluid{
        padding: 0 15px;
   }
    .navbar-collapse.megamenu-collapse{
        position: fixed !important;
        padding: 0.9375rem 0.2rem;
        width: 100%;
        height: 100%;
        top:0;
        right: -100%;
        list-style: none;
        background-color: #fff;
        z-index: 9999999;
        opacity: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-transition: all 0.28s ease-out;
        transition: all 0.28s ease-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
   }
    .navbar-collapse.megamenu-collapse.show{
        opacity: 1;
        right: 0;
   }
    .md-menu{
        padding-left: 0;
        padding-right: 0;
   }
    .md-menu .menu-logo img{
        max-height: 3.7rem;
   }
    .mainmenu .navbar-nav .md-menu a{
        padding: 0 !important;
   }
    .mainmenu .navbar-nav .md-menu{
        margin: 0 0 1rem;
        padding: 0;
   }
    .mainmenu .navbar-nav a.dropdown-toggle:after{
        display: none;
   }
    .megamenu .dropdown.megamenu-fw{
        position: relative !important;
   }
    .mainmenu .navbar-nav li a{
        min-height: 2rem;
        line-height: 2rem;
   }
    .megamenu-collapse .dropdown-item ul li a, .megamenu .dropdown-item li a {
        min-height: 1.5rem;
        line-height: 1.5rem;
   }
    .mainmenu .navbar-nav li>a.active::before, .mainmenu .navbar-nav li a .caret {
        display: none;
   }
    .megamenu .dropdown-menu.megamenu {
        margin-top: 0rem;
   }
    .mainmenu .navbar-nav li>a.active::before, .mainmenu .navbar-nav li>a:hover::before, .mainmenu .navbar-nav li>div.dropdown>a:hover::before, .mainmenu .navbar-nav li .dropdown.show a.dropdown-toggle::before, .mainmenu .navbar-nav li > div.dropdown:hover > a::before{
        display: none;
   }
    .megamenu-auto ul.dropdown-menu.megamenu{
        min-width: auto;
   }
    .megamenu ul.dropdown-item{
        border-right: 0px;
   }
    #nav-list > ul > li > .dropdown {
        padding: 15px 15px;
   }
    #nav-list > ul > li > a, #nav-list > ul > li > .dropdown > a {
        font-size: 14px;
   }
    .dropdown-child-manu{
        position: static;
        float: none;
        margin-top: 7px;
        border-radius: 0rem !important;
        display: none;
        width: 100%;
   }
    #nav-list > ul > li:hover .dropdown-child-manu{
        display: block;
   }
    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
        margin-top: 7px !important;
        border-radius: 0rem !important;
   }
    .md-menu{
        margin-bottom: 20px;
   }
    .nav-bg-white #nav-list > ul > li.md-menu a{
        color: #000 !important;
   }
    .nav-bg-white #nav-list > ul > li.md-menu > a::after{
        display: none !important;
   }
    .nav-bg-white #nav-list > ul > li.md-menu > a{
        padding-top: 15px;
        padding-right: 10px;
   }
    .nav-bg-white #nav-list > ul > li.md-menu > a > i.fa-times{
        padding-top: 20px;
   }
    .megamenu-content img{
        display: none;
   }
    .no-gutters div.col-lg-4{
        padding: 0px !important;
   }
    .megamenu-content1 .no-gutters div.col-lg-4{
        padding: 7px 13px !important;
   }
    .megamenu .image-caption{
        background: none !important;
        position: static !important;
        color: rgb(85, 85, 85) !important;
        text-align: left !important;
        font-size: 0.9rem !important;
        text-transform: uppercase !important;
        font-weight: 600 !important;
        border-bottom: solid 1px #ddd !important;
        padding: 10px !important;
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
   }
    .megamenu .image-caption:hover, .megamenu .image-caption:focus, .megamenu .image-caption:active, .megamenu .image-caption.active{
        color: #FFAD18 !important;
   }
    .megamenu-content .w-100.pt-5{
        display: none;
   }
    .megamenu-content1 .row.no-gutters .w-100.pt-5{
        padding-top: 0rem !important;
        border-bottom: solid 1px #ddd !important;
   }
    .megamenu-content1 .about-mega .col-lg-4 {
        padding: 7px 13px !important;
   }
    .row.no-gutters .col-lg-4.border-right{
        border-right: 0px !important;
   }
   /** Menu End **/
}
/* Course Details. --------------------------------------------------- */
.course-detail {
    display: block;
    padding: 25px 40px;
    margin-bottom: 30px;
    border: 1px #dfe9f1 solid;
}
.course-detail .duration {
    width: 25%;
    min-height: 85px;
    padding-right: 40px;
    float: left;
    border-right: 1px #dfe9f1 solid;
}
.course-detail .duration.eligible {
    width: 45%;
    padding: 0 40px;
}
.course-detail .duration.eligible .icon {
    font-size: 34px;
}
.course-detail .duration.fee {
    width: 22%;
    padding: 0 40px;
    border-right: none;
}
.course-detail .duration.fee .detail {
    font-size: 36px;
    color: #17a43b;
}
.course-detail .duration.fee .detail span {
    padding-bottom: 10px;
}
.course-detail .duration .icon {
    position: relative;
    width: 64px;
    height: 64px;
    display: table;
    float: left;
    background: #fab23c;
    border-radius: 50%;
    font-size: 34px;
    color: #fff;
    text-align: center;
}
.course-detail .duration .icon::before {
    position: absolute;
    display: block;
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    border: 5px solid rgba(250, 202, 125, 0.45);
   /* #faca7d */
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    content: "";
}
.course-detail .duration .icon i {
    display: table-cell;
    vertical-align: middle;
    padding:0 0 2px 2px;
}
.course-detail .duration .detail {
    display: block;
    padding: 10px 0 0 16px;
    float: left;
    font-size: 18px;
    color: #4f4a4a;
    line-height: 22px;
}
.course-detail .duration .detail span {
    display: block;
    font-size: 14px;
    color: #8f9ba1;
    text-transform: uppercase;
}
.course-detail .button {
    margin: 18px 0 0 40px;
}
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #fff;
    margin-bottom: 25px;
}
table th, table thead td {
    line-height: 1.5;
    font-weight: bold;
    border: 1px solid #0943A0 border-bottom-color: #0943A0;
    background-color: #0943A0;
    padding: 9px 15px;
    vertical-align: middle;
    color: #fff;
}
table td {
    line-height: 1.5;
    border: 1px solid rgba(131, 156, 168, 0.4);
   /* #839ca8 */
    padding: 9px 15px;
    vertical-align: middle;
    word-break: break-word;
    white-space: normal;
}
/*Secondary Menu */
.page-menu-tabs {
    width: 100%;
   display: table;
    padding-top: 5px;
   /*border-bottom: 1px solid #dfdfdf;
   */
    background: #242D43;
}
.page-menu-tabs h4{
    color:#FFAD18;
    font-size:16px;
    float:left;
    margin-top:10px;
    padding-left:0;
    border-right: 2px solid #bfbfbf;
    padding-right: 20px;
    margin-right: 10px;
}
.page-menu-tabs ul{
    float:left;
}
.page-menu-tabs ul li{
    float:left;
}
.page-menu-tabs ul li a{
    font-size:16px;
    color:#fff;
    display:block;
    padding:10px;
   border-bottom: 2px solid rgba(255, 255, 255, 0);
    padding-bottom:15px;
    font-weight:600;
}
.page-menu-tabs ul li a:hover{
   border-bottom: 2px solid #FFAD18;
}
.page-menu-tabs ul li.active a{
   border-bottom: 2px solid #FFAD18;
}
.about-mega .col-lg-4 {
   padding:7px 13px;
}
/*.about-mega .col-lg-4 img{
   width:100%
}
*/
.megamenu .dropdown.megamenu-fw .right-megamenu ul li {
   font-size: 0.9rem !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    border-bottom:solid 1px #ddd;
    padding:10px;
}
.megamenu .dropdown.megamenu-fw .right-megamenu ul li a:hover {
    color:#FFAD18 !important;
}
.megamenu .image-caption {
    background: #2A3143;
    color: #FFAD18;
    position: absolute;
    bottom: auto;
    padding: 15px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    left: 13px;
    right: 13px;
    text-align: center;
}
.mega-list li a:hover, .mega-list li a:focus, .mega-list li a:active{
    color: #FFAD18 !important;
}
.mega-list{
   margin:0;
    background: none !important;
}
.mega-list li{
   padding:10px 0 0 ;
   font-size:0.9em;
   line-height:1.4;
}
.bg-blue {
    background: #002E5B;
}
.bg-black {
    background: #2A3143;
}
.no-box-shadow {
    box-shadow: none !important;
}
.secondary-header-toggle{
    display: flex;
    flex-direction: row-reverse;
    font-size: 24px;
    color: #fff !important;
    cursor: pointer;
    opacity: 0.9;
    position: static;
    width: auto;
    padding-left: 10px;
}
.secondary-header-toggle:hover{
    opacity: 0.7;
}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="search"], textarea, select {
    border-color: #002E5B;
}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="search"], textarea, select {
    display: block;
    width: 100%;
    font-family: inherit;
    color: #666;
    background-color: #fff;
    border: 1px solid #002E5B;
    border-top-color: rgb(131, 156, 168);
    border-right-color: rgb(131, 156, 168);
    border-bottom-color: rgb(131, 156, 168);
    border-left-color: rgb(131, 156, 168);
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0 0 20px;
    padding: 8px 15px;
    padding-right: 15px;
    padding-left: 15px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
}
.select-wrapper select {
    padding-left: 12px;
}
.select-wrapper select {
    background: none;
    margin: 0;
    padding-right: 32px;
    text-overflow: ellipsis;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.select-wrapper{
    position: relative;
}
.select-wrapper::before {
    position: absolute;
    top: 43%;
    right: 25px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #002E5B;
    content: "";
    z-index: 2;
    pointer-events: none;
}
.reports a:hover {
    background: #373737
}
.reports a {
    padding: 10px 20px;
    background: #ffad18;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    margin-top: 10px;
}
@media (max-width: 800px){
    table:not(.not-responsive)>tbody>tr>td {
        border: 0 !important;
        border-bottom-width: medium;
        border-bottom-style: none;
        border-bottom-color: currentcolor;
        border-bottom: 1px solid #eee !important;
        position: relative;
        padding-left: 41% !important;
        white-space: normal;
        text-align: left !important;
        display: block;
        word-break: break-word;
        padding-right: 5px;
        padding-bottom: 20px;
   }
    table:not(.not-responsive)>tbody>tr>th {
        display: none !important;
   }
    table:not(.not-responsive)>tbody>tr>td::before {
        position: absolute;
        left: 6px;
        width: 40%;
        padding-right: 10px;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
        text-align: left;
        font-weight: 510;
        content: attr(data-title);
   }
    table:not(.not-responsive)>thead {
        display: none;
   }
}
.buckets-section .blocks-outer{
    position:relative;
}
/*Buckets Block*/
.buckets-block{
    position:relative;
    margin-bottom:30px;
}
.buckets-block:last-child{
    margin-bottom:0px;
}
.buckets-block .inner-box{
    position:relative;
    padding-left:180px;
    min-height:130px;
}
.buckets-block .inner-box .icon-outer{
    position:absolute;
    left:0px;
    top:0px;
    padding-bottom:30px;
    border-bottom:2px solid #1D65B9;
}
.buckets-block .inner-box .icon-outer .block-number{
    position:absolute;
    left:75px;
    top:20px;
    font-weight:500;
    font-size:60px;
    line-height:1em;
    color:#1D65B9;
}
.buckets-block .inner-box .icon-outer .icon-box{
    position:relative;
    width:95px;
    height:95px;
    color:#FFAD18;
    font-size:40px;
    line-height:93px;
    text-align:center;
    border-radius:50px;
    background-color:#ffffff;
    border:2px solid #1D65B9;
}
.buckets-block .inner-box h3{
    position:relative;
    font-size:16px;
    font-weight:500;
    line-height:1.4em;
    margin-bottom:18px;
    text-transform:uppercase;
}
.buckets-block .inner-box h3 a{
    position:relative;
    color:#1e1e29;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}
.buckets-block .inner-box h3 a:hover{
    color:#16bae1;
}
.buckets-block .inner-box .text{
    position:relative;
    color:#7e7e7e;
    font-size:16px;
    line-height:1.7em;
    padding-top:1.5em;
}
.members a{
    color: #002E5B!important;
    text-decoration: none !important;
    border-bottom: 0px;
    font-size: 15px;
    font-weight: 600;
}
.steps-column {
    position: relative;
    padding: 55px 45px 40px;
    background-size: cover;
    color:#fff;
    background: #1d65b9 url(../images/backgrounds/pattern-1.png) no-repeat;
}
.line-height-18 {
    line-height: 1.8em;
}
.accreditations .nav-tabs, .accreditations .nav-tabs a {
    border: none;
}
.accreditations .nav-tabs li img {
    max-height:90px;
}
.accreditations .nav-tabs li {
    float:left;
    width: 20%;
    padding:0 15px;
    position:relative;
}
.accreditations .nav-tabs li span{
    display:table;
    margin:0 auto 20px;
}
.accreditations .nav-tabs li p{
    text-align:center;
}
.accreditations .tab-content{
    position:relative;
    width:100%;
    padding:50px;
}
.accreditations .nav-tabs{
    border:none;
}
.accreditations .tab-content h2{
   font-size: 32px;
    font-weight: 300;
    padding-bottom: 30px;
    color:#fff;
    text-align:center;
}
.accreditations .tab-content p{
    text-align:center;
    width:70%;
    margin:0 auto;
    display:table;
    color:#fff;
}
.accreditations .nav-tabs li a.active::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0d7";
    position: absolute;
    bottom: -86px;
    font-size: 65px;
    z-index: 1;
    color: #fff;
    left: 40%;
    font-weight: 900;
}
.content-block3{
    padding: 90px 0 0 0;
    background: #4d6de6;
    overflow: hidden;
}
.content-block3 img{
    width: 100%;
}
.content--block3 .content_block3_wrapper{
    padding-bottom:4.66667rem
}
.content--block3 .content_block3_wrapper+.content_block3_wrapper{
    padding-top:4.66667rem
}
.content--block3 .content_block3_wrapper:nth-child(2n+2){
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -webkit-flex-direction:row-reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse
}
@media (min-width:992px){
    .content--block3 .content_block3_wrapper:nth-child(2n+2) .offset-lg-1{
        margin-left:0;
        margin-right:8.33333%
   }
}
.content--block3 .content_block3_wrapper+.content_block3_wrapper{
    border-top:1px solid #e4e8ed
}
.content--block3 h4{
    color:#202428
}
.shadow {
    border:0;
    box-shadow: 0 5px 30px rgba(41,41,59,.4);
    -webkit-box-shadow: 0 5px 30px rgba(41,41,59,.4);
}
.shadow-2 {
    box-shadow: 0 0 1rem rgba(0,0,0,.15);
    -webkit-box-shadow: 0 0 1rem rgba(0,0,0,.15)
}
.shadow-lg-2{
    border:0;
    -webkit-box-shadow:0 5px 30px rgba(105,106,119,.1)!important;
    box-shadow:0 5px 30px rgba(105,106,119,.1)!important
}
.shadow_lg--bgwhite{
    border:0;
    -webkit-box-shadow:0 5px 30px rgba(41,41,59,.1);
    box-shadow:0 5px 30px rgba(41,41,59,.1)
}
.shadow_lg2--bgwhite{
    border:0;
    -webkit-box-shadow:0 10px 30px rgba(41,41,59,.1);
    box-shadow:0 10px 30px rgba(41,41,59,.1)
}
section.navbar-expand-lg>.container{
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.text-primary {
    color: #0943A0 !important;
}

ul{
    margin:0
}
.list-item{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:start;
    -webkit-align-items:flex-start;
    -ms-flex-align:start;
    align-items:flex-start
}
.arrow-list3 a, .arrow-list3 a:hover {
    color: #fff;
}
.arrow-list3 span{
    width:1.86667rem;
    height:1.86667rem;
    -webkit-border-radius:50%;
    border-radius:50%;
    display:-webkit-inline-box;
    display:-webkit-inline-flex;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    font-size:.8rem;
    margin-right:.86rem
}
@media only screen and (max-width: 991px) {
    .btn-5 {
        font-size: 16px;
        line-height: 26px;
        padding: 7px 35px;
   }
    section.pt-5{
        padding-top: 1.5rem!important;
   }
    .profile-section-head h2 {
        line-height: 25px;
   }
    .card-deck .card {
        margin-bottom: 25px;
   }
    .list-style-01 li {
        text-align: center;
   }
    .list-style-01 li i {
        text-align: center;
        display: block !important;
        margin-bottom: 3px !important;
        margin: 0 auto;
   }
    .accreditations .nav-tabs li {
        padding: 0px;
   }
    .accreditations .nav-tabs li .nav-link {
        padding: .5rem 0.5rem;
   }
}
section.section-design-process {
    overflow:hidden
}
section.section-design-process ul.procedure {
    list-style-type:none;
    margin:0;
    display:-webkit-flex;
    display:flex;
    padding:0;
    -webkit-align-items:stretch;
    align-items:stretch
}
section.section-design-process ul.procedure li {
    position:relative;
    width:12.5%;
}
section.section-design-process ul.procedure li svg.process-line {
    position:absolute;
    top:70px;
    left:50%;
    width:100%;
    opacity:.4
}
section.section-design-process ul.procedure li svg.process-line>path {
    fill:none;
    stroke-dasharray:12 12;
    stroke:#000;
    stroke-miterlimit:10;
    stroke-width:2
}
section.section-design-process ul.procedure li svg.process-line+.process-line {
    left:-50%;
    -webkit-transform:scaleY(-1);
    -o-transform:scaleY(-1);
    -ms-transform:scaleY(-1);
    transform:scaleY(-1)
}
section.section-design-process ul.procedure li:nth-child(even) .process-line {
    -webkit-transform:scaleY(-1);
    -o-transform:scaleY(-1);
    -ms-transform:scaleY(-1);
    transform:scaleY(-1)
}
section.section-design-process ul.procedure li:nth-child(even) .process-main {
    padding-top:50%
}
section.section-design-process ul.procedure li .process-main {
    padding:0 1em
}
section.section-design-process ul.procedure li .process-main:hover .process-icon {
    box-shadow:inset 0 0 0 4px transparent,0 0 0 4px #fff
}
section.section-design-process ul.procedure li .process-main:hover .process-icon:after {
    animation-play-state:running
}
section.section-design-process ul.procedure li .process-main .process-icon {
    text-align:center;
    font-size:77px;
    width:140px;
    height:140px;
    position:relative;
    background-color:#fff;
    color:#00488E;
    box-shadow:inset 0 0 0 4px #00488E,0 0 0 4px #fff;
    border-radius:100%;
    margin:0 auto .2em;
    -webkit-transition:box-shadow .3s ease;
    -moz-transition:box-shadow .3s ease;
    transition:box-shadow .3s ease
}
section.section-design-process ul.procedure li .process-main .process-icon i {
    font-size: 48px;
}
section.section-design-process ul.procedure li .process-main .process-icon:after {
    position:absolute;
    content:'';
    display:block;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border-radius:100%;
    border:4px dashed #00488E;
    animation:spin 5s linear infinite;
    animation-play-state:paused
}
section.section-design-process ul.procedure li .process-main .process-icon>span {
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translateX(-50%) translateY(-50%);
    -o-transform:translateX(-50%) translateY(-50%);
    -ms-transform:translateX(-50%) translateY(-50%);
    transform:translateX(-50%) translateY(-50%)
}
section.section-design-process ul.procedure li .process-main h3 {
    text-align:center;
    color:#0943A0;
    margin-top:.8em;
    margin-bottom:.6em;
    font-size:1.5em
}
section.section-design-process ul.procedure li .process-main p {
    text-align:center;
}
.accordion{
    -webkit-box-shadow:0 5px 30px rgba(41,41,59,.1);
    box-shadow:0 5px 30px rgba(41,41,59,.1);
    background:#fff;
    padding:1.66rem
}
.accordion .accordion-single {
    border-bottom:1px solid #e4e8ed
}
.accordion .accordion-single:first-child {
    padding-top:0
}
.accordion .accordion-single:last-child {
    border-bottom:none;
}
.accordion .accordion-single h6 a {
    color:#0943A0;
    font-size:16px;
    display:block;
    position:relative;
    padding:1.33rem 2rem 1.66rem 0
}
.accordion .accordion-single h6 a[aria-expanded=true]:before {
    position:absolute;
    content:'\f062';
    font-family:"Font Awesome 5 Free";
    right:0;
    top:50%;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    color:#0943A0;
    font-weight:900;
}
.accordion .accordion-single h6 a[aria-expanded=false]:before {
    position:absolute;
    content:'\f063';
    font-family:"Font Awesome 5 Free";
    right:0;
    top:50%;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    font-weight:900;
}
.accordion-contents {
    margin-bottom:1.66rem;
}
.border-left-yellow{
    border-left:1px solid #FFAD18;
}
.menu_secondary_title{
    font-weight: 400 !important;
    font-size: 37px;
}
.logo-grid-two .grid-single{
    background:#fff;
    margin-bottom:2rem;
    min-height:10rem;
    box-shadow: 0 0 .2rem rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 0.2rem rgba(0,0,0,.1)
}
@keyframes showNav {
    from {
       opacity: 0;
   }
    to {
       opacity: 1;
   }
}
.table-placement{
    width: 100%;
    display: none;
    transition: opacity 1.5s ease-out;
    opacity: 0;
}
.table-placement.active{
    display: table;
    opacity: 1;
    animation: showNav 0.8s ease-in-out both;
}
.placements-select{
    width: 160px;
}
.title {
    color: #0943a0;
}
.title.text-center {
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.down-line-left{
    padding-bottom: 20px;
    margin-bottom: 30px
}
.down-line-left::after{
    width: 120px;
    height: 5px;
}
[class*="-line"], [class*="overlay-"] {
    position: relative
}
[class*="-line"]:after, [class*="-line"]:before, [class*="overlay-"]:before, [class*="slider-overlay"]:before {
    position: absolute;
    content: ""
}
[class*="overlay-"]:before, .slider-overlay:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}
.right-line{
    display: table
}
.right-line:after{
    right: -120px;
    bottom: 10px;
    width: 100px;
    height: 2px;
    background-color: #FFAD18;
}
.left-right-line:before, .left-right-line:after{
    width: 80px;
    height: 2px;
    top: 50%;
    background-color: #FFAD18
}
.left-right-line:before{
    left: -100px;
}
.left-right-line:after{
    right: -100px;
}
.down-line-left{
    padding-bottom: 15px
}
.down-line-left:after{
    width: 30px;
    height: 3px;
    left: 0;
    bottom: 0;
    background-color: #FFAD18
}
.down-line-center:after{
    width: 50px;
    height: 2px;
    left: 40%;
    bottom: 0;
    background-color: #FFAD18
}
/*** Accordion ***/
.accordion.accordion_one{
    background: none;
    padding: 0;
}
.accordion.accordion_one .card-block {
    padding: 25px 0 25px;
    margin: 0 30px 0 33px;
    border-top: 1px solid rgba(0,0,0,.125);
}
.accordion.accordion_one .card-header h5 > a:after {
    font-size: 1.6em;
    font-weight: 100;
}
.accordion.accordion_one > div, .accordion.accordion_one .card-header [aria-expanded="true"] {
    background: #fafbfd;
}
.accordion.accordion_one .card-header{
    padding: 0;
    background: #fff;
    border-bottom: 0;
}
.accordion.accordion_one .card-header > h5 a{
    padding: 20px 50px 20px 30px;
    display: block;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    position: relative;
}
.accordion.accordion_one .card{
    border-radius: 0;
    border: 1px solid rgba(0,0,0,.125);
    border-bottom: 0;
}
.accordion.accordion_one p{
    margin-bottom: 10px;
}
.accordion.accordion_one .card-header h5 > a.collapsed:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f077';
    color: #666;
    position: absolute;
    text-align: right;
    right: 35px;
    transform: rotate(180deg);
    transition: transform 0.3s;
    font-weight: 900 !important;
    top: calc(50% - 7px);
}
.accordion.accordion_one .card-header h5 > a:after {
    font-family: "Font Awesome 5 Free";
    content: '\f077';
    font-size: 1.0rem !important;
    position: absolute;
    text-align: right;
    right: 35px;
    transition: transform 0.3s;
    font-weight: 900 !important;
    top: calc(50% - 7px);
}
/** Important Dates **/
.important-date i{
    color: #fcad19;
    font-size: 30px;
}
.important-date span{
    font-size: 18px;
    margin-left: 3px;
    display: inline-block;
    color: #242d43;
    font-weight: 600;
}
.important-date span.text-primary{
    margin: 5px 3px 10px;
    display: inline-block;
    cursor: pointer;
    font-weight: 501;
    font-size: 15px;
    cursor: default !important;
    display: inline !important;
}
.important-date a{
    margin: 5px 3px 10px;
    display: inline-block;
    cursor: pointer;
    font-weight: 501;
    font-size: 15px;
}


@media (min-width: 992px) {

   .card-deck.card-deck-three .card {
       flex: 0 0 calc(33.3333333333% - 30px);
       margin-bottom: 30px;
   }
   .navbar-collapse .navbar-nav{
       padding: 14px 0;
   }
   
}
@media only screen and (max-width:991px) {
    section.section-about svg.triangle {
        left:auto;
        right:0
   }
    section.section-design-process ul.procedure li .process-main {
        padding:0 2em 3em
   }
    section.section-design-process ul.procedure li svg.process-line {
        display:none
   }
    section.section-design-process ul.procedure li:nth-child(even) .process-main {
        padding-top:0
   }
    section.section-design-process ul.procedure li:last-child .process-main {
        padding-bottom:0
   }
    .flex-responsive {
        display:block!important
   }
    .flex-responsive>div,.flex-responsive>li,.flex-responsive>ul {
        width:100%!important;
        margin:0!important
   }
    section.section-design-process ul.procedure li .process-main p {
        text-align:left;
        text-align:center;
        width:100%;
   }
    .accordion.accordion_one .card-block {
        padding: 15px 0 20px !important;
        margin: 0 15px !important;
   }
    .accordion.accordion_one .card-header > h5 a {
        padding: 20px 30px 20px 15px !important;
   }
    .accordion.accordion_one .card-header h5 > a:after, .accordion.accordion_one .card-header h5 > a.collapsed:after {
        right: 15px !important;
   }
    .content--block3 .content_block3_wrapper+.content_block3_wrapper {
        padding-top: 3rem;
   }
    .content--block3 .content_block3_wrapper {
        padding-bottom: 2.66667rem;
   }
    .footer-widget {
        padding: 0px 0 0;
   }
    .single-blog-detail blockquote{
        margin: 0px;
   }
    .mb-5, .my-5{
        margin-bottom: 2rem!important;
   }
    .mt-5, .my-5{
        margin-top: 2rem!important;
   }
    .pb-5, .py-5{
        padding-bottom: 2rem!important;
   }
    .pt-5, .py-5{
        padding-top: 2rem!important;
   }
   .card-deck.card-deck-three .card {
       flex: 0 0 calc(50% - 30px);
       margin-bottom: 30px;
   }
   .team-hover p {
       margin-bottom: 10px;
   }
   .page-loader-icon {
       top: 50px !important;
       left: calc(50% - 20px) !important;
   }
   .loader-icon{
       left: calc(50% - 20px) !important;
    }
    .faculty-directory p{
        text-align: center !important;
    }
}

[class*="testimonial-item"] img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.testimonial-item-1 img{
    float: left;
}
.testimonial-item-1 .opinion{
    float: left;
    margin-left: 20px;
    width: 85%
}
.testimonial-item-1 .opinion i {
    color: #FFAD18;
    margin-right: 10px;
    font-size: 20px
}
.testimonial-item-1 p{
    font-size: 16px;
    font-style: italic
}
.testimonial-3 .testimonial-item-1 .opinion{
    margin-left: 30px
}


.angle-shade{
   position: relative
}
.angle-shade:before{
   position: absolute;
   content: "";
   left: -20px;
   right: 0;
   bottom: -70px;
   width: 110%;
   height: 150px;
   background: #f5f5f5;
   transform: rotate(-4deg);
   z-index: 99;
   overflow:hidden;
}

.next-angle {
   z-index:9999999;
}

.mt-580 {
   margin-top: -580px;
}

.position {
   position: absolute
}

.right-15 {
   right: 15px
}


#slider {
   overflow:hidden;
}

.announcements {
   z-index: 99;
   max-width:350px;
   right:0px;

}

/*Faculty Directory */

ul.faculty-directory {
   margin:0;
   padding:0;
}
ul.pagination .page-item:last-child .page-link, .page-item:first-child .page-link {
    border-radius: 10rem !important;
}

ul.faculty-directory li {
   padding:0;
   position:relative;
   background: #fff;
   margin-top:10px;
    -webkit-box-shadow:0 5px 30px rgba(41,41,59,.1);
    box-shadow:0 5px 30px rgba(41,41,59,.1)

}

ul.faculty-directory li img {
    object-fit: cover;
    width: 80px;
    height: 93px;
}

.faculty-directory .media-body {
   padding:10px;
}

.faculty-directory .faculty-id {
   position:absolute;
   top:15px;
   right:15px;
}

/**** Filter Section ****/

.filter-section-card {
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.05);
    margin-right:10px;
    min-height: 625px;
}
.filter-section-card>div:last-child{
    border-bottom: 1px solid #ddd;
}
.alphabet-filter{
   width: 30px;
   float: right;
   border-left: 1px solid #ddd;
   background: #fff;
   position:absolute;
   right:0;
   top:0;
   margin-bottom:5px;

}
.alphabet-filter .alphabet{
   display: block;
   padding: 3px 5px;
   cursor: pointer;
   font-size: 13px;
   font-weight: 600;
   color: #4269b3 !important;
   -webkit-box-shadow: 2px 2px 5px 0px rgba(221,221,221,1);
-moz-box-shadow: 2px 2px 5px 0px rgba(221,221,221,1);
box-shadow: 2px 2px 5px 0px rgba(221,221,221,1);
}
.alphabet-filter .alphabet:nth-child(2n+2){
   /*color: #211e18 !important;
   background: #f4f8ff;*/
}
.alphabet-filter .alphabet:hover{
   text-decoration: underline !important;
}

/* process boxes */
.process_box { position: relative; padding: 0; margin-bottom: 80px; box-shadow: none; }
.process_box i {
   color: #FFAD18;
   font-size:20px;
}

.process_box:after { border-color: transparent; border-top-color: #eee; border-width: 10px; margin-left: -10px; left: 10%;}
.process_box:before { border-color: transparent; border-top-color: #ccc; border-width: 13px; margin-left: -13px; left: 10%;}
.process_box[data-align=right]:after,
.process_box[data-align=right]:before {right: 10%; left:auto; margin-left: 0;}
.process_box[data-align=right]:before {margin-right: -13px;}
.process_box[data-align=center]:after,
.process_box[data-align=center]:before {left: 50%; }
.process_box[data-align=center]:after {border-top-color: #fff;}
.process_box .number { padding: 0;height: 100%; position: absolute; left: 0;top: 0; bottom: 0; width: 240px; text-align: center; float:left;}
.process_box .number span { font-size:100px; font-weight:900; color: #555; vertical-align: middle; position: relative; top: 50%; line-height: 1;
   display: block; font-family: "Montserrat" , "Helvetica Neue", Helvetica, Arial, sans-serif; }
.process_box .content {margin-left: 240px; padding: 25px 35px 20px 35px; float:left; font-size: 14px; line-height: 30px; color: #929292;
   background-color: #fff;  width: calc(100% - 480px)}
.process_box .stp_title {  font-size: 18px; text-transform: uppercase; font-weight: bold; color: #0943A0; }
.process_box[data-align=right] .number {left:auto; right:0; border-right:0; }
.process_box[data-align=right] .content {margin-left:auto; margin-right:240px; padding: 25px 35px 20px 35px; color: #929292;
   line-height: 30px; font-size: 14px; float:right;}

/* end Process box element */
@media (min-width: 768px) {
   .process_box .number span { transform: translateY(-50%); -webkit-transform: translateY(-50%) }
   .process_box[data-align=right] .content, .process_box[data-align=right] .content p { text-align: right; }
   .process_box .content:before, .process_box .content:after { -webkit-transition: all .25s ease-in-out; transition: all .25s ease-in-out; }
   .process_box .content:before { position: absolute; content: ''; top: 0; width: 2px; height: 100%; background-color: #FFAD18; }
   .process_box[data-align=left] .content:before {  left: 240px; }
   .process_box[data-align=right] .content:before { right: 240px; }
   .process_box:hover .content:before { width: 5px; }
   .process_box .content:after { position: absolute; content: ''; border: 14px solid; border-color: transparent; top: 50%; margin-top: -14px; }
   .process_box[data-align=left] .content:after { left: 242px; border-left-color: #FFAD18; }
   .process_box[data-align=right] .content:after { right: 242px; border-right-color: #FFAD18; }
   .process_box[data-align=left]:hover .content:after { left: 245px; }
   .process_box[data-align=right]:hover .content:after { right: 245px; }

   .process_box:after, .process_box .number:before,.process_box .number:after { background-color: #F1F1F1 !important; }
   .process_box:after { position: absolute; content: ''; width: calc(100% - 234px); height: 6px; bottom: -43px; }
   .process_box[data-align=left]:after { left: 130px; }
   .process_box[data-align=right]:after { right: 114px; }
   .process_box .number:before, .process_box .number:after { position: absolute; content: ''; width: 6px; height: 50px; }
   .process_box .number:before { top: -37px; }
   .process_box .number:after { bottom: -37px; }
   .process_box:first-child .number:before, .process_box.last .number:after, .process_box.last:after { content: none; }
   .process_box.last { margin-bottom: 0 }
}

@media (max-width: 767px) {

       .process_box .number {position:relative; width: 100%;}
       .process_box .content { margin-left: 0; }
       .process_box[data-align="right"] .content {margin-right:0;}

       .faculty-filter .filter-section-card {
           margin-right: 30px;
           padding-right: 30px;
       }
       .alphabet-filter {
           right: 15px;
       }
       .left-right-line:before, .left-right-line:after{
           display: none;
       }
       .mobile-filters{
           margin-top: 20px;
           background-color: #fff;
           cursor: pointer;
       }
       .mobile-filters a i:before{
           transition: all 0.6s;
       }
       .mobile-filters[aria-expanded="true"] a i:before{
           content: "\f106" !important;
       }
       .filters-arrow{
           position: absolute;
           z-index: 2;
           top: 15px;
           right: 20px;
           font-size: 20px;
       }
       .contact span, .designation span{
            display: block;
            word-break: break-word;
        }
        .faculty-directory li.media{
            display: block;
            text-align: center;
            padding: 10px 0px 0px;
        }
        .faculty-directory .designation{
            text-align: center;
        }
        .faculty-directory .media-body {
            display: block;
            width: 100%;
        }
        .sidebar-card {
            width: 100%;
        }
        .accreditations .nav-tabs li {
            width: 50%;
        }
        .accreditations .nav-tabs li a.active::before{
            display: none;
        }
        .v_blog-item-inner.row.mr-0{
            margin-right: -15px !important;
        }
        .card-left-img {
            height: 200px !important;
        }
        .v_blog-item-inner.row.mr-0 span.awards-levels, .v_blog-item-inner.row.mr-0 span.course-type {
            right: 15px !important;
        }
        .v_blog-medium .v_blog-item-content {
            padding: 20px 30px !important;
        }
        

}

/*** loader ***/
#loader-wrapper.loader {
   position: fixed;
   width: 100%;
   height: 100%;
   background-color: #fff !important;
   top: 0;
   left: 0;
   z-index: 999999;
}
.loader-icon{
  background: url(../images/rings.svg) no-repeat;
  width: 60px;
  height: 60px;
  z-index: 9999999;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  position: relative;
}

#loader-wrappers {
   position: fixed;
   width: 100%;
   height: 100%;
   background-color: #fff !important;
   top: 0;
   left: 0;
   z-index: 999999;
   display: none;
}
#loader-wrappers .loader-icon{
  background: url(../images/rings.svg) no-repeat;
  width: 60px;
  height: 60px;
  z-index: 9999999;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  position: relative;
}
.container-loader{
   width: 100%;
   min-height: 200px;
   top: 0;
   left: 0;
   display: none;
   position: relative;
}
.container-loader .page-loader-icon{
    position: absolute;
    top:75px;
    z-index: 99 !important;
}
.page-loader{
   position: absolute;
   width: 100%;
   height: 100%;
   min-height: 300px;
   background-color: #fff !important;
   top: 0;
   left: 0;
   z-index: 999999;
   display: none;
}
.page-loader-icon{
   background: url(../images/rings.svg) no-repeat;
   width: 60px;
   height: 60px;
   z-index: 9999999;
   top:100px;
   left: calc(50% - 50px);
   position: relative;
}
.about-content span, .about-content p, .about-content li{
   font-size: 14px !important;
   line-height: 1.8em !important;
   color: #515050 !important;
   font-family: 'Open Sans', sans-serif !important;
   margin-left: 0px !important;
}
.about-content li{
   position: relative !important;
   padding-left: 16px !important;
   font-size: 0.8rem !important;
}
.about-content li::before{
   position: absolute;
   top: 8px;
   left: 0;
   font-family: "Font Awesome 5 Free";
   font-size: 31%;
   font-weight: 900;
   line-height: 1;
   color: #ffad18;
   content: "\f111";
}
.about-content p, .about-content ul{
   text-indent: 0 !important;
   margin-bottom: 15px !important;
}
.about-content span[style="mso-spacerun: yes;"]{
   display: none !important
}
.nowrap{
   white-space: nowrap !important;
}
#loader-wrapper.loader{
   display: none;
}
.experience-list.awards-list .experience-row{
   padding: 15px;
   margin-bottom: 15px;
}
span.awards-levels{
   color: #fff;
   border-radius: 1px;
   padding: 0.1rem 0.4rem 0.15rem;
   font-size: 0.65rem;
   position: absolute;
   bottom: 0px;
   right: 0px;
   font-weight: 600;
   text-transform: uppercase;
}

.form-control.flatpickr{
   background-color: #fff !important;
}
.slimscroll-card{
    padding-right: 5px !important;
}
p.contact a{
    color: #515050 !important;
}
.faculty_search_or {
    border-bottom: 1px solid #ddd;
    position: relative;
    height: 0.5rem;
    margin-bottom: 0.5rem;
}
.faculty_search_or span {
    position: absolute;
    top: -5px;
    background: #fff;
    padding: 0 0.5rem;
    font-weight: 500;
    font-size: 1.1rem;
    color: #a3a3a3;
    margin-left: -15px;
}
.facility-icon li{
	padding: 8px 10px;
    font-size:0.8rem;
border:1px solid #ddd;
margin-right:10px;
margin-bottom:10px;
color: #0943A0;
display:inline-block;
}

.facility-icon i {
    margin-right:10px;
    color: #FFAD18;
    font-size:17px;

}

.facility-icon li:last-child{
	margin-bottom: 0
}
.choose-item {
    position: relative;
    padding-left: 70px;
}
.choose-item .number {
    position: absolute;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    left: 0;
    top: 0;
    padding-top: 12px;
    background-color: #FFAD18;
}
.choose-item .number::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    content: "";
    position: absolute;
    right: 0px;
    top: 30px;
    color: #FFAD18;
}
.achievement-4{
    position: relative;
    margin-top: 50px
}
.achievement-4::before,.achievement-4::after{
    position: absolute;
    height: 2px;
    content: "";
    left: 50%;
    transform: translateX(-50%)
}
.achievement-4::before{
    width: 170px;
    top: 0;
}
.achievement-4::after{
    width: 70%;
    top: 30px;
}
.mb-30 {
    margin-bottom:30px;
}
.inner-content-div{
    position: relative;
}
.parallax {
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    opacity:0.9;
    position: relative;
    width: 100%;
    overflow:hidden;
  }
  
  .img-1 {
    background-image: url('../images/bg/parallax-1.jpg');
  }
  
  .img-2 {
    background-image: url('../images/bg/parallax-2.jpg');
  }
  
  .img-3 {
    background-image: url('../images/bg/parallax-3.jpg');
  }
  
  .img-4 {
    background-image: url('../images/bg/parallax-4.jpg');
  }
  
  .static {
    position: relative;
  }
  
  .static .content{
    background: url(../images/bg/counter-3-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 50px;
    text-align: left;
  }
  
  .content {
    background-color: #fff;
    color: #5a5a5c;
    padding: 50px;
  }

.static p {
      color: #fff !important;
}
  .parallax h1 {
    background-color: #242C41;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    left: 0;
    letter-spacing: 10px;
    margin: auto;
    padding: 20px 20px 20px 28px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 40%;
    width: intrinsic;
    width: -moz-max-content;
    width: -webkit-max-content;
  }
  
  .parallax h3 {
    color: #111;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  
  @media screen and (max-width: 1030px) {
    .parallax {
      background-attachment: scroll;
    }
  }
  
  @media screen and (max-width: 420px) {
    .parallax h1 {
      font-size: 35px;
      letter-spacing: 5px;
      padding: 10px;
    }
  .parallax   h3 {
      font-size: 18px;
      text-align: center;
    }
    p {
      line-height: 1.5em;
      /* text-align: center; */
    }
    .content {
      padding: 50px 5px;
    }
  }

  .text-center {
      text-align: center;
  }


.modal-dialog .profile-section-head h2{
    font-size: 20px
}
.project-dec p{
    text-align: left;
}
.dep-footer li a{
    font-size: 0.78rem;
}

/* Events New Design */

.events-right-section{
    padding-left: 0;
    background-color: #0943A0;
    color: #fff;
    height: 100%;
    padding: 30px 115px 25px 35px;
}
.events-row{
    position: relative;
}
.events-row img{
    height: 325px;
    width: 100%;
}
.accolades-row img{
    object-fit: cover;
    height: 345px;
}
.bg-dark-blue{
    display: block;
    background-color: #083278;
    height: 325px;
    width: 100%;
}
.accolades-row .bg-dark-blue{
    height: 345px;
    max-height: 345px;
}
.events-right-section p{
    color: rgba(255,255,255,0.8);
}
.events-right-section h3{
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.8rem;
}
.events-right-section div.mb-3, .events-right-section div.mb-3 em, .events-right-section div.mb-3 p, .events-right-section em{
    font-style: normal !important;
}
.events-row .badge, .card-event-section .badge{
    padding: 0.5rem 1rem;
    font-size: 14px;
    font-weight: normal;
    border-radius: 20px;
} 
.events-row .badge-lg, .card-event-section .badge-lg{
    padding: 0.65rem 1.3rem;
}
.events-row .badge-sm, .card-event-section .badge-sm{
    padding: 0.4rem 0.8rem;
    font-size: 12px;
}
.badge-red{
    background-color: #D93531;
    color:#fff;
}
.badge-blue{
    background-color: #082140;
    color:#fff;
}
.bg-yellow{
    background-color: #ffad18;
    color: #fff;
}
.accolades-tag{
    position: absolute;
    right: 25px;
    top: 35px;
    display: block;
    font-style: normal !important;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 17px;
    height: 17px;
    opacity: 0.8;
}
.carousel-control-next-icon:hover, .carousel-control-prev-icon:hover{
    opacity: 1;
}
.accolades-row .events-right-section {
    padding: 30px 25px 25px 25px;
    max-height: 345px;
}
.accolades-row .accolades-footer{
    border-left: 2px solid rgba(255,255,255,0.9);
    padding: 1px 15px;
}
.accolades-row .accolades-footer p{
    color: rgba(255,255,255,0.9);
    font-size: 13px;
    line-height: 29px;
}
.events-tabs a{
    display: block;
    padding: 18px 27px;
    background-color: rgba(0, 0, 0, 0.25);
    color: rgba(255,255,255,0.75) !important;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.35);
    text-align: center;
    font-size: 16px;
    font-style: normal !important;
    text-transform: uppercase;
}
.events-tabs{
    position: absolute;
    right: 15px;
    top: 0;
    display: block;
    font-style: normal !important;
}
.events-tabs a span{
    font-size: 11px;
    font-style: normal !important;
}
.events-tabs a:hover{
    background-color: rgba(0, 0, 0, 0.4);
}
.events-tabs a.active{
    background-color: transparent;
    color:#fff !important;
}
.card-event-section .badge{
    margin-right: 5px;
    margin-bottom: 5px;
}
.card-events-date{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    padding: 20px;
    text-align: center;
}
.card-events-date i.fa-calendar-alt{
    position: absolute;
    bottom: 30px;
    font-size: 26px;
    opacity: 0.7;
    right: -6px;
}
.card-event-section h3{
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 25px;
}
.card-event-section p{
    border-left: 3px solid #ddd;
    padding-left: 15px;
    opacity: 0.75;
}
.card-events-date span{
    font-size: 13px;
}
.card-events-date strong{
    font-size: 22px;
}
.card-event-section{
    padding: 5px 5px 5px 80px;
}
.card-event-section span i{
    opacity: 0.5;
    font-size: 32px;
    margin-top: 20px;
}

/*** Department Card ***/
.card-deck.card-deck-three .card.dept-card{
    margin: 0px 7.5px 15px;
    flex: 0 0 calc(33.3333333333% - 15px);
    overflow: hidden;
    position: relative;
    min-height: 75px;
}
.dept-card .dept-image-section{
    overflow: hidden;
    position: absolute;
}
.dept-card .dept-image-section img{
    max-height: 75px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
}
.dept-card .dept-content{
    padding:10px 0px 0;
    padding-left: 113px;
    transition: linear 0.4s;
    -webkit-transition: linear 0.4s;
    -moz-transition: linear 0.4s;
    -o-transition: linear 0.4s;
}

.dept-card .dept-content h6{
    color: #0943A0;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 13.5px;
    margin-bottom: 4px;
    padding: 0px 5px;
}
.dept-card .dep-footer li{
    width: 50%;
    line-height: 36px;
}
.dept-card .dep-footer li strong{
    font-weight:600 !important;
}
.card-deck.card-deck-three .card.dept-card:hover img{
    transform: scale(1.15);
}
.card.dept-card  ul.dep-footer li:last-child {
    border-right:0;
}

/** Card Deck Four **/
.card-deck.card-deck-four .card{
    flex: 0 0 calc(25% - 30px);
    margin: 0 15px 30px;  
}

/** Milestone **/

#container
{
height: 430px;
width: 100%;
overflow: hidden;
position: relative;
 overflow-x: scroll;
  margin-top: 30px;
  display: inline-block;
}

#thumbs
{
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: auto;
overflow: hidden;
white-space: nowrap;
padding: 30px 100px;
}

.history-block {
  height: 100%;
  width: 25%;
  float: left;
  background-color: #0D3175;
  margin: 0 0px;
  border-right: 1px solid #05214E;
  display: inline-block;
  font-size:60px;
  font-weight: 100;
  color: #FFF !important;
  cursor: pointer;
  transition: width 0.2s;
  position: relative;
}

.history-block:last-of-type {
  border-right: none;
}

.cover {
  width: 100%;
  height: 100%;
  transition: background .5s;
}

.history-block:hover .cover, .cover:hover {
    width: 100%;
    height: 100%;
    transition: background .5s;
    background: #0943A0;
}

.history-block .year {
  position: absolute;
    top: 30px;
    font-size: 20px;
    padding:5px 20px;
  font-weight:500;
    margin: 0 30px;
    margin-bottom:80px;
    background: #D93531;
    border-radius:60pc;
}

.history-block .title {
    color: #fff;
    position: absolute;
    display: block;
    width: 100%;
    top: 60px;
    font-size: 15px;
    padding: 30px;
    white-space: normal;
    transition: width 0.2s;
    line-height: 1.3rem;
}
.milestone-carousel .carousel-item{
    height: 380px;
    padding: 0 10px;
}
.milestone-slide .carousel-indicators {
    top: -38px !important;
    bottom: auto;
    right: 10px;
    left: auto;
    margin: 0;
}

@media(max-width:767px){
    .events-right-section {
        padding: 25px !important;
    }
    .events-row {
        padding-top: 64px;
    }
    .accolades-row{
        padding-top: 0px;
    }
    .events-tabs{
        display: flex;
        left: 15px;
        right: auto;
        width: calc(100% - 30px);
    }
    .events-tabs a {
        padding: 10px 5px;
        background-color: #0943A0;
        width: 25%;
        display: inline-block;
        text-align: center;
    }
    .events-tabs a.active {
        background-color: #0943A0;
        border: 0;
        opacity: 0.85;
    }
    .events-tabs a:hover{
        background-color: #0943A0;
        opacity: 0.75;
    }
    .events-row img {
        width: 100%;
    }
    .card-events-date {
        height: 60px;
        padding: 6px;
        width: 100%;
        overflow: hidden;
    }
    .card-event-section {
        padding: 65px 0px 0px;
    }
    .events-right-section{
        min-height: 330px;
    }
    .card-events-date i.fa-calendar-alt {
        bottom: -3px;
        left: -4px;
        right: auto;
    }
    .events-row .bg-dark-blue{
        display: none;
    }
    .card-deck.card-deck-three.dept{
        display: block;
        width: 100%;
        padding:0 10px;
    }
    .card-deck.card-deck-three.dept .card.dept-card{
        display: block;
        width: 100%;
        margin: 0px 0px 15px !important;
    }
    ul.dep-footer li {
        font-size: 11px;
        padding: 0px 5px;
    }
    .card-deck.card-deck-four .card{
        flex: 0 0 calc(50% - 30px);
        margin: 0 0px 30px;  
    }
    .py-300.bg-img-milestone{
        padding: 50px 0;
    }
    .history-block{
        width: 100%;
        display: block;
        float: left;
        margin-bottom:10px;
        min-height: 200px;
        height: auto;
    }
    .history-block .title{
        width: 100%;
        padding: 30px;
        margin: 0;
        position: static;
        margin-top: 50px;      
    }
    .milestone-carousel .carousel-item{
        height: auto;
    }
    .milestone-slide .carousel-indicators {
        top: -15px !important;
    }
    .milestone-slide{
        margin-top: 30px !important;
    }
}
@media(min-width:768px) and (max-width:1199px){
    .events-right-section {
        padding: 25px !important;
    }
    .events-row {
        padding-top: 64px;
    }
    .accolades-row{
        padding-top: 0px;
    }
    .events-tabs{
        display: flex;
        left: 15px;
        right: auto;
        width: calc(100% - 30px);
    }
    .events-tabs a {
        padding: 10px 5px;
        background-color: #0943A0;
        width: 25%;
        display: inline-block;
        text-align: center;
    }
    .events-tabs a.active {
        background-color: #0943A0;
        border: 0;
        opacity: 0.85;
    }
    .events-tabs a:hover{
        background-color: #0943A0;
        opacity: 0.75;
    }
    .card-deck.card-deck-three .card.dept-card{
        margin: 0px 10px 20px;
        flex: 0 0 calc(50% - 20px);
    }
    .card-deck.card-deck-four .card{
        flex: 0 0 calc(33.3333% - 30px);
        margin: 0 15px 30px;  
    }
    .history-block .title{
        width: 100%;
        padding: 10px;
        margin: 0;
    }
    .milestone-carousel .carousel-item {
        padding: 0 10px;
    }
    .py-300.bg-img-milestone{
        padding: 200px 0;
    }
    .milestone-slide .carousel-indicators {
        top: -15px !important;
    }
    .milestone-slide{
        margin-top: 30px !important;
    }
    .milestone-carousel .carousel-item{
        height: 430px;
        padding: 0 10px;
    }
}
@media(min-width:1200px) and (max-width:1600px){
    .py-300.bg-img-milestone{
        padding: 250px 0;
    }
}
.btn.btn-sm.btn-primary{
    padding: 2px 10px;
    margin-top: 0px;
    font-size: 13px;
    vertical-align: text-bottom;
}
h2.index{
    text-transform: uppercase;
    font-size: 22px;
    font-family: 'Montserrat';
    line-height: 22px;
}
h2.index::after {
    background: url(../images/bdot.png);
    content: "";
    width: 40%;
    top: 0px;
    right: 0;
    height: 22px;
    position: absolute;
}
.h2-small.index::after{
    width: 20%;
}
.widget-list{
    text-align: left;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.widget-list:last-child{
    border-bottom: 0;
}
.widget-list h5{
    line-height: 15px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
}
.widget-list h5 a{
    color:#555;
}
.widget-list h5 a:hover{
    color: #D93531;  
}
.widget-list span{
    text-transform: uppercase;
    font-size: 13px;
    color:#212529;
    font-weight: 500;
}
.widget-list span i{
  color: #D93531;  
}
.team-box.alumni-dist .team-txt.alumni-txt{
    background-color: #11429C;
}
.team-box.alumni-dist .card-nophoto{
    background-color: #0D3175;
    width: 100% !important;
    height: 250px !important;
}
.paragraph-list{
    position: relative;
}
.paragraph-list i{
    color: #fcad19;
    font-size: 22px;
    position: absolute;
    top: 3px;
}
.paragraph-list p{
    font-size: 15px;
    font-weight: 500;
    padding-left: 35px;
    display: block;
    line-height: 25px;
}
.paragraph-list i.fa-arrow-circle-right{
    font-size: 18px;
}

/* About Us Video */
.full-row{
	width: 100%;
	position: relative
}

.xy-center{
	position: absolute;
	left: 50%;
	top: 50% ;
        -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.bg-img-video{
	background: url(../images/bg/vintage_college.jpg);
}

.bg-img-milestone{
	background: url(../images/bg/vintage_college-2.jpg);
}

.bg-img-testimonial{
	background: url(../images/bg/testimonial-background.jpg);
}

.py-250{
	padding: 250px 0
}

.py-300{
	padding: 300px 0
}
.banar-video-title {
	margin-top: 90px;
	white-space: nowrap
}
.video-popup span{
	position: absolute;
background-color: #fff;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 24px;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	z-index: 2
}
.video-popup h5{
	margin-top: 80px
}


.YouTubePopUp-Wrap {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999
}
.YouTubePopUp-Content {
  background: rgba(0, 0, 0, 0) url("../images/fancybox/fancybox_loading.html") no-repeat scroll center center;
  display: block;
  height: 100%;
  margin: 0 auto;
  max-width: 680px;
  position: relative
}
.YouTubePopUp-Content iframe {
  border: medium none;
  bottom: 0;
  display: block;
  height: 480px;
  margin: auto 0;
  max-width: 100%;
  position: absolute;
  top: 0;
  width: 100%
}

@-webkit-keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  5% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  5% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

.ball-scale-multiple {
  position: relative
 }
  .ball-scale-multiple > div:nth-child(2) {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s; }
  .ball-scale-multiple > div:nth-child(3) {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s; }
  .ball-scale-multiple > div {
    background-color: #fff;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute;
    opacity: 0;
    margin: 0;
	left: -70px;
	top: -70px;
    width: 140px;
    height: 140px;
    -webkit-animation: ball-scale-multiple 3s 0s linear infinite;
    animation: ball-scale-multiple 3s 0s linear infinite; 
}
.card.no-cursor .card-body{
    cursor: default !important;
}

/* Testimonial Slider */

.testimonial_slider_wrapper{
    float:left;
    width:100%;
}
.testimonial_slider_wrapper .owl-theme .owl-dots{
    display:none;
}

.testimonial_slider_wrapper .owl-theme .owl-nav {
    position: absolute;
        bottom: 142px;
    margin: 0;
    left: 0;
    right: 0;
    z-index:1000;
    display:block;
}
.testimonial_slider_wrapper .owl-theme .owl-nav .owl-prev{
    font-size: 16px;
    margin: 0;
    padding: 0;
    right: 60px;
    top:0;
    position: absolute;
    text-align: center;
    background:transparent;
    color:rgba(255, 255, 255, 0.35);
    width:50px;
    height:50px;
    text-align:center;
    line-height:50px;
    border:1px solid rgba(255, 255, 255, 0.35);
    border-radius:100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.testimonial_slider_wrapper  .owl-theme .owl-nav .owl-next{
    font-size: 16px;
    margin: 0;
    padding: 0;
    right: 0;
    top:0;
    right:0;
    position: absolute;
    text-align: center;
    background:transparent;
    color:rgba(255, 255, 255, 0.35);
    width:50px;
    height:50px;
    text-align:center;
    line-height:50px;
    border:1px solid rgba(255, 255, 255, 0.35);
    border-radius:100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.testimonial_slider_wrapper .owl-theme .owl-nav .owl-prev:hover, .testimonial_slider_wrapper  .owl-theme .owl-nav .owl-next:hover{
    background:#e5ae49;
    color:#ffffff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.testimonial_slider_wrapper .owl-carousel .owl-stage:after{
    height:80px;
}
.testimonial_slide_main_wrapper{
    float:left;
    width:100%;
}
.testimonial_cont_wrapper{
    float:left;
    width:100%;
    text-align:center;
    padding:45px;
    background:rgba(255, 255, 255, 0.14);
    border-radius:30px;
    position:relative;
}
.testimonial_cont_wrapper:after{
    content:'';
    border-right: 67px solid transparent;
    border-top: 62px solid rgba(255, 255, 255, 0.14);
    position: absolute;
    left: 13%;
    top: 100%;
}
.testimonial_cont_wrapper p{
    color:rgba(255, 255, 255, 0.95);
    font-size:16px;
    font-style:italic;
}
.testimonial_cont_wrapper p span{
    color:#e5ae49;
}
.testimonial_img_wrapper{
    float: left;
    width: 125px;
    border: 2px solid rgba(255, 255, 255, 0.14);
    border-radius: 100%;
    padding: 3px;
}
.testimonial_social_wrapper{
    float:left;
    width:calc(100% - 125px);
    padding-left:25px;
    padding-top: 10px;
}
.testimonial_img_wrapper img{
    border-radius:100%;
}
.testimonial_img_nd_social_wrapper{
    float:left;
    width:100%;
    margin-top: 100px;
    padding-left:80px;
    padding-right:80px;
}

.testimonial_social_wrapper p{
    color:#ffffff;
}
.testimonial_social_wrapper p span{
    color:#FFAD18;
}
.testimonial_social_wrapper p span:last-child{
    color: #FFAD18;
}
.testimonial-slider .carousel-control-next, .testimonial-slider .carousel-control-prev{
    width: 50px;
    left: auto !important;
    top: auto !important;
    bottom: 65px !important;
    font-size: 36px;
    border: 2px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
    opacity: .75;
}
.testimonial-slider .carousel-control-next:hover, .testimonial-slider .carousel-control-prev:hover{
    opacity: 1;
}
.testimonial-slider .carousel-control-next{
    right: 5px !important;
}
.testimonial-slider .carousel-control-prev{
    right: 70px !important;
}
.testimonial-slider .carousel-control-next-icon, .testimonial-slider .carousel-control-prev-icon{
    background: none !important;
    height: 42px;
    width: 42px;
    line-height: 42px;
    font-size: 20px;
    background: rgba(255, 255, 255, 0.14) !important;
    margin: 2px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
}
.testimonial-slider .carousel-control-next-icon::before{
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.testimonial-slider .carousel-control-prev-icon::before{
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.video-section{
    height: 500px;
}
.video-paly-container{
    position: absolute;
    z-index: 9;
    width: 100%;
    top:0;
    left: 0;
}



.accolades-row .col-lg-5.px-0{
    min-height: 345px;
    background-color: #083278;
    display: flex;
    align-items: center;
}
.accolades-row img {
    object-fit: cover;
    height: auto;
    max-width: 100%;
    max-height: 345px;
    border: 10px solid transparent;
}


@media(max-width:767px){

    .accolades-row .col-lg-5.px-0{
        min-height: 250px;
        background-color: #083278;
    }
    .accolades-row img {
        max-width: 100%;
        max-height: 250px;
    }
    .testimonial-slider .carousel-control-next, .testimonial-slider .carousel-control-prev{
        bottom: 140px !important;
    }
    .testimonial_social_wrapper p{
        text-align: left;
    }
    .testimonial_img_nd_social_wrapper {
        margin-top: 80px;
    }
    .testimonial_img_nd_social_wrapper {
        padding-left: 5px;
        padding-right: 5px;
    }
    .counter-3-item h3 {
        margin-top: 10px !important;
        font-size: 20px;
    }
    .footer-logo img{
        margin: 15px 0;
    }
    .counter-3-item .text-white{
        font-size: 14px;
        line-height: 18px;
    }
    .xy-center {
        top: 30%;
    }
    .py-250.bg-img-video{
        padding: 110px 0;
    }

    table.standard-table-text-small .nowrap{
        white-space: normal !important;
    }
    .video-section{
        height: 300px;
    }
    .video-section iframe{
        height: 300px;
    }
}

.slider-net-right .st0 {
  stroke-width: 3;
  stroke: #FFAD18;
  opacity: .2;
}

.slider-net-right .svg {
  width: 860px;
  -webkit-animation: clockWise 40s linear infinite;
  animation: clockWise 40s linear infinite;
}

.slider-net-right {
  position: absolute;
  top: 99px;
  left: -22.5%;
  z-index: 0;
}

@keyframes clockWise {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes clockWise {
  /* Safari and Chrome */
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}


.alphabet.disabled{
    pointer-events: none;
    background-color: #ddd;
    color: #a5a5a5 !important;
    box-shadow: none;
    font-weight: 300;
}

.model-trustee .ads-img-cont{
    border-radius: 100%;
    border: 10px solid #ebebeb;
    overflow: hidden;
    box-shadow: 0px 3px 9px 0px rgba(117, 117, 117, 0.35);
    margin-bottom: 25px;
    width: 150px;
    height: 150px;
    max-width: 100%;
}
.gallery-img a{
    max-height: 350px;
    width: 100%;
    overflow: hidden;
    display: inline-block;
    margin: 0px 0px 12px 0;
    border: 3px solid #ebebeb;
    box-shadow: 0px 3px 9px 0px rgba(117, 117, 117, 0.35);
}
.gallery-img a img{
    width: 100%;
}

.logo-footer-img{
    margin-top: -15px;
}
.fancybox-caption__body{
    text-transform: uppercase;
    font-size: 20px;
}
.text-black{
    color: #000 !important;
}
#departmentDynamicPart .timeline-item:before{
    display: block;
    position: static;
    margin-bottom: 5px;
}
#departmentDynamicPart .timeline-item {
    padding: 0.8em 2em 1em;
}
.standard-table-text-small td{
    font-size: 13px !important;
}
table.standard-table-text-small td {
    padding: 5px 10px;
}
li.media p.designation{
    text-align: left;
}

.header-item .btn-sm.header-btn-sm {
    font-size: 12px !important;
    padding: 2px 5px !important;
    background-color: #fcad19 !important;
    color: #000 !important;
    font-weight: 600;
}


/*** Schemes ***/

.collapse-schemes .card{
    border: 1px solid rgba(0,0,0,.125);
}
.collapse-schemes .bg-white.collapse{
   
}
.collapse-schemes .card-header {
    padding: 0 !important;
    margin-bottom: 0;
    border-bottom: 0;
    cursor: pointer;
    background: #f8f8f8;
    position: relative;
}
.collapse-schemes .card-header>h5 a {
    padding: 20px 30px 20px 30px;
    display: block;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
}
.collapse-schemes .card-header h5>a:after {
    font-size: 1.6em;
    font-weight: 100;
}
.collapse-schemes .card-header [aria-expanded="true"] {
    background: #E1E2EB;
}
.collapse-schemes [aria-expanded="true"] .card-block {
    background-color: #f7f7f7;
}
.collapse-schemes .card-header [aria-expanded="true"] {
    border-bottom-width: 0;
}
.collapse-schemes .card {
    box-shadow: none;
    margin-bottom: -2px;
    border-bottom: 1px solid #ddd !important;
    border-bottom-color: #ddd;
}
.collapse-schemes .card-header h5 {
    margin: 0;
    line-height: 1.5;
}
.collapse-schemes .card-header a {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.collapse-schemes .card-header a i {
    margin-right: 7px;
}
.collapse-schemes .card-header {
    padding: 0;
    border-bottom-color: #F1F0F4;
}
.collapse-schemes .card-header h5>a {
    padding: .90rem 1.25rem;
}
.collapse-schemes .card-header [aria-expanded="true"] {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    background-color: #E1E2EB;
}
.collapse-schemes .card-header [aria-expanded="true"] {
    background: #f7f7f7;
}
.collapse-schemes [aria-expanded="true"] .card-block {
    background-color: #f7f7f7;
}
.collapse-schemes .card-header [aria-expanded="true"] {
    border-bottom-width: 0;
}
.collapse-schemes .card {
    box-shadow: none;
    margin-bottom: -2px;
    border-bottom: 1px solid #ddd !important;
    border-bottom-color: #ddd;
}
.collapse-schemes .card-header h5 {
    margin: 0;
    line-height: 1.5;
}
.collapse-schemes .card-header a {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.collapse-schemes .card-header a i {
    margin-right: 7px;
}
.collapse-schemes .card-header {
    padding: 0;
    border-bottom: 1px solid #ededed;
}
.collapse-schemes .card-header h5>a {
    padding: .90rem 1.25rem;
}
.collapse-schemes .card-header [aria-expanded="true"] {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    background-color: #E1E2EB;
    
}
.collapse-schemes .card-header h5>a:after {
    font-family: "Font Awesome 5 Free";
    content: '\f0aa';
    position: absolute;
    text-align: right;
    right: 15px;
    transition: transform 0.3s;
    font-weight: 900;
    font-size: 18px;
    color: #75777b;
}
.collapse-schemes .card-header h5>a.collapsed:after{
    font-family: "Font Awesome 5 Free";
    content: '\f0aa';
    position: absolute;
    text-align: right;
    right: 15px;
    transition: transform 0.3s;
    font-weight: 900;
    font-size: 18px;
    transform: rotate(180deg);
    color: #75777b;
}
.collapse-schemes table th, .collapse-schemes table td{
    font-size: 13px !important;
    padding: 5px;
}

.announcenment-span-a{
    font-size: 13px;
    color: #212529 !important;
    font-weight: 500;
    text-transform: none;
}

.header-item{
    align-items: center;
}
.header-item>a img{
    align-items: center;
    max-width: 390px;
    max-height: 32px;
}
.header-item>a:hover{
    background-color: #242D43;
}
.header-item ul {
    padding-left: 15px;
}
.font-s16{
    font-size: 16px !important;
}
.banner-help-no{
    font-size: 18px;
    color: #fff;
}
.banner-help-no a{
    color: #fff !important;
    padding:0 !important;
}
@media(max-width: 600px){
    .header-item .btn-sm.header-btn-sm {
        margin-left: -3px;
    }
}
@media(max-width: 1030px){
    .header-item:last-child{
        text-align: center;
        display: block;
        align-items: center;
   }
   .header-item>a img {
        width: 100% !important;
        margin-bottom: 5px;
    }
}