@font-face {
    font-family: "Saira";
    src: url("../webfonts/Saira-Regular.ttf") format("opentype");
}

body {
    font-family: "Saira";
}

/** header  */
@media (max-width: 992px) {
    .nav-2 .container {
        max-width: 100%;
    }
}

.nav-2 .sps {
    position: fixed;
    top: 0px;
    right: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
    z-index: 10;
}

@media (max-width: 600px) {
    .nav-2 .sps {
        padding-bottom: 10px !important;
    }
}

@media (max-width: 768px) {
    .nav-2 .sps .container {
        max-width: 100%;
        padding: 0;
    }
}

.nav-2 .sps .responsive-nav input {
    margin-top: 11px;
    background-color: #f5f5f5;
    border: 0;
    min-width: 250px;
}

.nav-2 .sps .navbar-nav .nav-item {
    padding: 10px 5px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.nav-2 .sps .navbar-nav .nav-item:hover .dropdown-menu {
    display: block;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media (max-width: 992px) {
    .nav-2 .sps .navbar-nav .nav-item {
        padding: 10px 0px !important;
    }

    .nav-2 .sps .navbar-nav .nav-item a {
        font-size: 16px !important;
    }
}

.nav-2 .sps .navbar-nav .nav-item a {
    font-size: 16px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.nav-2 .sps .navbar-nav .nav-item a:hover {
    color: #970f51;
}

.nav-2 .sps .navbar-nav .nav-item.active a {
    color: #970f51 !important;
}

.nav-2 .sps .navbar-nav .nav-item .dropdown-toggle:after {
    content: "\f107";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    border: 0;
    line-height: 0;
    position: relative;
    top: 5px;
    left: 3px;
}

.nav-2 .sps .navbar-nav .nav-item .dropdown-menu {
    margin-top: 0px;
    border: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    box-shadow: 0 0 3px #c8c8c8;
    padding: 0;
    transform: translate3d(0px, 0px, 0px) !important;
    top: 100% !important;
}

.nav-2 .sps .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    padding: 14px;
    border-bottom: 1px solid #eee;
    color: #333 !important;
    font-size: 14px;
}

.nav-2 .sps .navbar-nav .nav-item .dropdown-menu .dropdown-item:last-child {
    border-bottom: 0 !important;
}

.nav-2 .sps .navbar-nav .nav-item .dropdown-menu .dropdown-item:active {
    background-color: #f5f5f5;
}

.nav-2 .sps .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
    box-shadow: none !important;
    outline: none !important;
}

.nav-2 .sps .navbar-nav .nav-item .active {
    color: #970f51 !important;
}

.nav-2 .sps .navbar-toggler {
    background-color: #85124a;
    margin: 8px 0;
    position: absolute;
    right: 15px;
}

.nav-2 .sps .navbar-toggler .navbar-toggler-icon {
    background-color: #fff;
    display: block;
    margin: 6px 0;
    height: 2px;
}

.nav-2 .sps--abv {
    top: 0px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    /* background-color: rgb(0 0 0 / 20%);*/
    padding: 0px 0;
}

@media (max-width: 768px) {
    .nav-2 .sps--abv {
        background-color: rgb(0 0 0 / 54%);
    }
}

.nav-2 .sps--abv .logo {
    height: 50px !important;
    padding-right: 7px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.nav-2 .sps--abv .dis-white {
    display: block;
}

.nav-2 .sps--abv .dis-color {
    display: none;
}

.nav-2 .sps--abv .navbar-toggler {
    top: 4px;
}

.nav-2 .sps--abv .nav-item {
    margin-top: 8px;
}

.nav-2 .sps--abv .nav-item a {
    color: #fff;
}

.nav-2 .sps--blw {
    background-color: rgba(255, 255, 255, 1) !important;
    color: #fff;
    z-index: 70;
    top: 0px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    box-shadow: 0 0 3px 0px #d6d6d6;
    padding: 0px 0;
}

.nav-2 .sps--blw .logo {
    height: 50px !important;
    padding-right: 7px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.nav-2 .sps--blw .logo.image2{
    filter: brightness(0.5);
}
.nav-2 .sps--blw .dis-color {
    display: block;
}

.nav-2 .sps--blw .dis-white {
    display: none;
}

.nav-2 .sps--blw .navbar-toggler {
    top: 4px;
}

.nav-2 .sps--blw .nav-item {
    margin-top: 8px;
}

.nav-2 .sps--blw .nav-item a {
    color: #333;
}

.nav-2 .inner-header {
    background-color: #fff !important;
}

.nav-2 .inner-header a {
    color: #333 !important;
    font-weight: normal !important;
}

/*  slider*/
#particles-js {
    min-height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: 2;
}

#myCarousel {
    position: relative;
    z-index: 1;
}

#myCarousel .carousel-inner {
    z-index: -1;
    height: 650px;
}

#myCarousel .carousel-inner:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}


#myCarousel .carousel-inner .carousel-item {
    height: 100%;
    position: relative;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

#myCarousel .carousel-inner .carousel-item .slide-img img {
    width: 100%;
    min-height: -webkit-fill-available;
    height: 650px;
    object-fit: cover;
}

@media (max-width: 768px) {
    #myCarousel .carousel-inner .carousel-item .slide-img img {
        min-height: 500px;
    }
}

#myCarousel .carousel-inner .mask {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 3;
    padding-top: 210px;
}

@media (max-width: 768px) {
    #myCarousel .carousel-inner .mask {
        padding-top: 80px;
    }

    #myCarousel .carousel-inner .mask .container .slider-text {
        padding: 0 !important;
    }
}

@media (max-width: 992px) {
    #myCarousel .carousel-inner .mask .container {
        max-width: 100%;
    }
}

#myCarousel .carousel-inner .mask .container .slider-text {
    padding: 30px;
    border-radius: 5px;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#myCarousel .carousel-inner .mask .container .slider-text h1 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 0px;
    color: #fff;
    line-height: 78px;
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#myCarousel .carousel-inner .mask .container .slider-text button {
    border-radius: 0
}

#myCarousel .carousel-inner .mask .container .slider-text .form-control {
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: none;
    outline: none;
    border-radius: 0;
    border: 0;
    border-right: 1px solid #bcb8b8;
}

@media (max-width: 650px) {
    #myCarousel .carousel-inner .mask .container .slider-text h1 {
        font-size: 40px;
        line-height: 53px;
    }
}

@media (max-width: 425px) {
    #myCarousel .carousel-inner .mask .container .slider-text h1 {
        margin-bottom: 0px;
        font-size: 25px;
        line-height: 34px;
    }
}

#myCarousel .carousel-inner .carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

#myCarousel .carousel-inner .carousel-fade .carousel-item .carousel-item-next.carousel-item-left,
#myCarousel .carousel-inner .carousel-fade .carousel-item .carousel-item-prev.carousel-item-right,
#myCarousel .carousel-inner .carousel-fade .carousel-item.active {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

#myCarousel .carousel-inner .carousel-fade .carousel-item .carousel-item-left.active,
#myCarousel .carousel-inner .carousel-fade .carousel-item .carousel-item-right.active {
    opacity: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

#myCarousel .banner-logo {
    text-align: center;
}

#myCarousel .banner-logo .image1 {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    max-width: 100%;
    width: 300px
}

#myCarousel .banner-logo .image2 {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    max-width: 100%;
    width: 300px
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

#myCarousel .carousel-inner:after {
    display: none;
}

#myCarousel .carousel-inner .carousel-item:after {
    content: "";
    /*background-color: rgba(0, 0, 0, 0.3);*/
    background: linear-gradient(to bottom, #000000b8 50%, #0000002b 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}

#myCarousel .carousel-inner .mask .container .slider-text p {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#myCarousel .carousel-inner .mask .container .slider-text a {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/** home **/
.btn-1 {
    background-color: #970f51;
    border-radius: 25px;
    color: #fff !important;
    transition: .5s;
    padding: 6px 25px 8px;
    font-size: 15px !important;
}

.btn-1 a {
    color: #fff !important;
    text-decoration: none;
    font-size: 15px !important;
}

.btn-1:hover {
    background-color: #1f1f1f;
    color: #fff !important;
}

.btn-1:hover a {
    color: #fff !important;
}

.btn-2 {
    background-color: #fff;
    border-radius: 25px;
    color: #970f51 !important;
    transition: .5s;
    padding: 5px 37px;
    font-size: 15px !important;
}

.btn-2 a {
    color: #970f51 !important;
    text-decoration: none;
    font-size: 15px !important;
}

.btn-2:hover {
    background-color: #1f1f1f;
    color: #fff !important;
}

.btn-2:hover a {
    color: #fff !important;
}

/** footer **/
footer {
    background-color: #fff;
}

footer .box1 p {
    font-size: 15px;
    color: #7d7c7c;
    text-align: justify;
    padding-right: 35px;
}

footer .box2 h4 {
    color: #000;
}

footer .box2 ul {
    margin: 0;
}

footer .box2 ul li a {
    color: #7d7c7c;
    line-height: 2;
    text-decoration: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

footer .box2 ul li a:hover {
    color: #ef8921;
    padding-left: 15px;
}

footer .box3 h4 {
    color: #000;
}

footer .box3 button {
    display: inline-block;
    font-size: 14px;
    width: 135px;
    text-align: left;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-color: #f5f5f5;
}

footer .box3 button i {
    color: #333;
    font-size: 13px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 25px;
}

footer .box3 button.facebook:hover i,
footer .box3 button.facebook:hover {
    color: blue;
}

footer .box3 button.twitter:hover i,
footer .box3 button.twitter:hover {
    color: #64bffc;
}

footer .box3 button.youtube:hover i,
footer .box3 button.youtube:hover {
    color: red;
}

footer .box3 button.instagram:hover i,
footer .box3 button.instagram:hover {
    color: #ff7391;
}

.copy-right {
    background-color: #f5f5f5;
    padding: 8px 0;
    color: #000;
    border-top: 2px solid #fff;
}

.copy-right span {
    font-size: 13px;
}

@media (max-width: 992px) {
    footer .col {
        max-width: 100% !important;
        flex: 0 33%;
    }

    footer .col-5 {
        max-width: 100% !important;
        flex: 0 70%;
    }
}

@media (max-width: 600px) {

    footer .col,
    footer .col-5 {
        max-width: 100% !important;
        flex: 0 100%;
    }
}

/* about **/
.overview {
    background-color: #eee;
    padding: 75px 0;
}

.overview .all-about {
    background-color: #fff;
    box-shadow: 0px 0px 6px #d6d6d6;
    border-radius: 6px;
}

.about p {
    text-align: justify;
}

@media (max-width: 600px) {
    #overview .all-about {
        padding: 0;
    }

    .about p {
        font-size: 14px;
    }
}

.overview .all-about .title {
    background-color: #970f51;
    display: inline-block;
    margin-left: -16px;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    margin-top: 34px !important;
}

.overview .all-about .title h4 {
    color: #fff;
    margin: 0;
    font-size: 20px;
    padding: 9px 40px;
    position: relative;
}

.overview .all-about .title h4:after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 0;
    transform: rotate(90deg);
    border: solid;
    border-color: #53042b transparent;
    border-width: 16px 16px 0px 0;
}


/** contact  **/

@media (max-width: 992px) {
    .contact .container {
        max-width: 100%;
    }
}

.contact .contact-form label {
    color: #848484;
    font-size: 13px;
}

.contact .contact-form .form-control {
    background-color: #eee;
    border: 0;
    outline: none;
    box-shadow: none;
}

.contact .contact-form input::placeholder,
.contact .contact-form textarea::placeholder {
    color: #999;
}

.contact-details {
    background-color: #970f51;
    padding: 15px 20px;
    border-radius: 5px;
}

.contact-details h4 {
    color: #fff;
    font-size: 19px;
    margin-bottom: 13px;
    border-bottom: 1px dashed #eee;
    padding-bottom: 10px;
}

.contact-details p {
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
}

.contact-details p i {
    color: #fff;
    margin-right: 10px;
}

/* services **/
.services {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #970f51;
    overflow: hidden;
    position: relative;
}

.services .title {
    color: #ffffff;
    border-bottom-color: #ffffff;
}

.services .owl-researches .pic {
    height: 300px;
    border-radius: .5rem;
    margin: 0 auto;
    width: 100%;
    background-position: center;
    background-size: cover;
}

.services .owl-researches .item {
    position: relative;
}

.services .owl-researches .researche-name {
    font-size: 1.2rem;
    color: #ffffff;
    padding: .7rem 1rem 1rem;
    border-radius: .5rem;
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 70px;
    background: linear-gradient(to right, #970f51 0%, rgb(151 15 81 / 71%) 100%);
}

.services h1.title {
    color: #fff;
    font-size: 30px;
    margin-bottom: 40px;
}

.bottom-border {
    border-color: #fff;
    width: 50px;
    border-width: 2px;
    margin-top: 8px;
    margin-left: 0;
}

.services-page {
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.services-page .owl-researches .pic {
    height: 300px;
    border-radius: .5rem;
    margin: 0 auto;
    width: 100%;
    background-position: center;
    background-size: cover;
}

.services-page .owl-researches .item {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}

.services-page .owl-researches .researche-name {
    font-size: 1.2rem;
    color: #ffffff;
    padding: .7rem 1rem 1rem;
    border-radius: .5rem;
    position: absolute;
    bottom: 30px;
    right: 7px;
    left: 90px;
    background: linear-gradient(to right, #970f51 0%, rgb(151 15 81 / 71%) 100%);
}

@media(max-width:992px) {
    .services-page .container {
        max-width: 100%;
    }

    .services .owl-researches .item {
        padding: 0;
    }
}

/** subscribe **/
.subscribe {
    background-color: #f5f5f5;
    padding: 55px 0;
    background-image: url(../images/slider/banner1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 5;
    background-position: center;
}

.subscribe:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.55);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%
}

.subscribe h3 {
    font-size: 25px;
    color: #fff
}

.subscribe p {
    font-size: 14px;
    color: #fff;
    margin: 0;
}

.subscribe .subscribe-input {
    background-color: #fff;
    border: 1px solid #dcdcdc;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin: 10px 0;
}

.subscribe .subscribe-input input:focus {
    box-shadow: none !important;
    outline: none;
     !important
}

.subscribe .subscribe-input .form-group {
    width: 100%;
}

.subscribe .subscribe-input .form-group input {
    border: 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    padding: 6px 20px;
    box-shadow: none !important;
    outline: none;
     !important
}

.subscribe .subscribe-input .form-group input::placeholder {
    color: #ccc;
}

/* Clients */
.Clients-item .item p{
    text-align: center !important;
    font-size: 14px !important;
    margin: 20px 0 0 !important;
    padding: 0 10px !important;
}

.Clients-item {
    padding-bottom: 70px;
}

.Clients-item .item1 {
    border-radius: 50% 50% 50% 0;
    border: 1px solid #e8e8e8;
    overflow: hidden;
    transition: .5s;
    margin: 0 15px;
    position: relative;
    top: 0;
    margin-top: 20px;
}

.Clients-item .item1 img {
    width: 100%;
    height: 155px;
    object-fit: cover;
}

.Clients-item .item1:hover {
    border-radius: 50%;
    top: -15px;
    border-color: #d9d9d9
}

.owl-carousel .carousel-indicators {
    bottom: 30px;
}

.owl-carousel .carousel-indicators .owl-page {
    width: 15px;
    height: 3px;
    background-color: #cacaca;
    display: block;
    border-radius: 5px;
    transition: .5s;
    margin: 0 3px;
    padding: 2px
}

.owl-carousel .carousel-indicators .owl-page.active {
    width: 30px !important;
    background-color: #970f51 !important;
}

.owl-carousel .owl-buttons {
    display: none;
}

/** social media **/
.side-social-static {
    position: fixed;
    right: 0;
    top: 180px;
    z-index: 30;
    list-style: none;
    padding: 0;
    right: 0px;
    transition: .8s;
    padding-left: 40px;

}

.side-social-static li {
    margin-bottom: 0px;
    font-size: 22px;
}

.side-social-static li i {
    border-radius: 10px 0 0 10px;
    margin-right: 0 !important;
    padding: 10px 13px !important;
    height: 41px;
    width: 42px;
    text-align: center;
    margin-bottom: 3px;
}

.side-social-static li a:hover .social-ic {
    border-radius: 0 5px 5px 0 !important;
}

.about-link {
    color: #14728d;
    text-decoration: underline;
}

.side-social-static a:hover > span {
    visibility: visible;
    left: -122px;
    opacity: 1;
    top: 0px;
    border-radius: 5px 0 0 5px;
}

.side-social-static a {
    position: relative;
}

.side-social-static a span {
    line-height: 37px;
    left: 60px;
    position: absolute;
    text-align: center;
    height: 40px;
    width: 120px;
    margin-top: -3px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
    font-size: 18px;
}

.side-social-static .fb-anime {
    background-color: #3b5998;
    color: #fff;
}

.side-social-static .tw-animation {
    background-color: #00aced;
    color: #fff;
}

.side-social-static .ins-animation {
    background-color: #FE1F49;
    color: #fff;
}

.side-social-static .in-animation {
    background-color: #0077b5;
    color: #fff;
}

.side-social-static .yt-animation {
    background-color: #bb0000;
    color: #fff;
}

.footer-li a {
    color: #fff;
}

.footer-li .tw {
    background-color: #00aced;
}

.footer-li .ins {
    background-color: #FE1F49;
}

.footer-li .in {
    background-color: #0077b5;
}

.footer-li .fb {
    background-color: #3b5998;
}

.footer-li .yt {
    background-color: #bb0000;
}

.side-social-static:hover {
    right: 0px !important;
    padding-left: 10px;
}

/* top banner */
.top-banner {
    background-image: url(../images/slider/banner1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    position: relative;
    z-index: 0;
    padding-top: 150px
}

.top-banner:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 70%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.top-banner .title {
    color: #fff;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 10px;
}

.top-banner ul {
    list-style: none;
    padding: 0
}

.top-banner ul li {
    color: #fff;
    font-size: 15px;
    display: inline-block
}

.top-banner ul li a {
    color: #fff;
    padding: 0px 13px;
}

/** gallary **/

.gallary .gallary-photo img {
    width: auto;
    height: 200px;
    max-width: 100%;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    object-fit: cover;
}

.gallary .gallary-photo {
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}

.gallary .gallary-photo:after {
    background-color: #970f51;
    bottom: 0;
    content: '';
    height: 0%;
    z-index: 4;
    left: 0;
    position: absolute;
    width: 7px;
    z-index: 5;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.gallary .gallary-photo img {
    vertical-align: top;
    max-width: 100%;
    margin: 0 auto;
    backface-visibility: hidden;
}

.gallary .gallary-photo figcaption {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(0 0 0 / 58%);
    align-items: center;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1em;
    opacity: 0;
}

.gallary .gallary-photo h3 {
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
}

.gallary .gallary-photo h3 span {
    display: block;
    font-weight: 700;
}

.gallary .gallary-photo:hover > img,
.gallary .gallary-photo.hover > img {
    opacity: 0.1;
}

.gallary .gallary-photo:hover:after,
.gallary .gallary-photo.hover:after {
    height: 100%;
}

.gallary .gallary-photo:hover figcaption,
.gallary .gallary-photo.hover figcaption {
    opacity: 1;
}

/* search for job **/

.search-for-jobs button {
    border-radius: 0
}

.search-for-jobs .form-control {
    background-color: #f3f3f3;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    border: 0;
    border-right: 1px solid #bcb8b8;
}

.file-input {
    display: inline-block;
    padding: 3px;
    position: relative;
    width: 100%;
}

.file-input > [type='file'] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    cursor: pointer;
}

.file-input > .button {
    display: inline-block;
    cursor: pointer;
    background: #ddd;
    color: #333;
    padding: 4px 15px;
    margin-right: 8px;
    border: 0;
    border-radius: 4px 0 0 4px;
}

.file-input > .label {
    color: #333;
    white-space: nowrap;
    opacity: .3;
    font-size: 14px;
}

.file-input.-chosen > .label {
    opacity: 1;
}

.Send-cv .form-control {
    background-color: #f3f3f3;
    box-shadow: none;
    outline: none;
    border: 0;
}

.result-search {
    padding-right: 20px;
    padding-left: 20px;
}

.result-search h3 {
    font-size: 21px;
    color: #970f51
}

.result-search-div {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 7px;
}

.result-search-div h4 {
    font-size: 20px;
    color: #941050;
    margin-bottom: 21px;
}

.result-search h3 i {
    font-size: 17px;
}

.result-search-div h5 {
    font-size: 17px;
    color: #606060;
}

.result-search-div h5 i {
    font-size: 14px;
    margin-right: 8px;
    width: 24px;
    text-align: center;
    color: #ababab;
}

.events-page .event-page-details {
    background-color: #f3f3f3;
    border-radius: 5px;
    position: relative;
    top: 0;
    transition: .5s
}

.events-page .event-page-details:hover {
    top: -12px;
    box-shadow: 0px 2px 4px #d0d0d0;
}

.events-page .event-page-details img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}

.events-page .event-page-details a {
    text-decoration: none;
}

.events-page .event-page-details .event-name {
    color: #999;
    padding: 13px 13px 8px 13px;
    font-weight: bold;
}

.events-page .event-page-details p {
    color: #999;
    padding-left: 13px;
    padding-bottom: 15px;
    font-size: 13px;
}

.event-details img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.event-details .event-name {
    color: #999;
    padding: 13px 13px 8px 13px;
    font-weight: bold;
}

.event-details p {
    color: #999;
    padding-left: 13px;
    padding-bottom: 15px;
    font-size: 13px;
    margin-bottom: 0;
}

.event-details h6 {
    padding: 13px;
    color: #666;
    font-size: 16px;
    text-align: justify;
}

.Thanks-items {
    border-radius: 150px 150px 5px 5px !important;
}

.Thanks-items p {
    text-align: center;
    background-color: #f3f3f3;
    padding: 7px 5px;
}

/** tree **/
.tree {
    padding: 0;
}

.tree:not(:empty):before,
.tree:not(:empty):after,
.tree ul:not(:empty):before,
.tree ul:not(:empty):after,
.tree li:not(:empty):before,
.tree li:not(:empty):after {
    display: block;
    position: absolute;
    content: "";
}

.tree ul,
.tree li {
    position: relative;
    margin: 0;
    padding: 0;
}

.tree li {
    list-style: none;
}

.tree li > div {
    background-color: #eee;
    color: #222;
    padding: 5px 14px;
    display: inline-block;
    font-size: 14px;
}

.tree.cascade li {
    margin-left: 24px;
}

.tree.cascade li div {
    margin-top: 15px;
}

.tree.cascade li:before {
    border-left: 1px solid #ddd;
    height: 100%;
    width: 0;
    top: 0;
    left: -12px;
}

.tree.cascade li:after {
    border-top: 1px solid #ddd;
    width: 12px;
    left: -12px;
    top: 24px;
}

.tree.cascade li:last-child:before {
    height: 24px;
    top: 0;
}

.tree.cascade > li:first-child:before {
    top: 24px;
}

.tree.cascade > li:only-child {
    margin-left: 0;
}

.tree.cascade > li:only-child:before,
.tree.cascade > li:only-child:after {
    content: none;
}

.tree-title {
    color: #ffffff !important;
    background-color: #970f51 !important;
    border-radius: 3px;
    padding: 5px 18px !important;
    font-size: 17px !important;
}

@media(max-width:992px) {
    .Hierarchy-page .container {
        max-width: 100%;
    }
}

/** */

@media (max-width: 992px) {
    .Hierarchy-all .container {
        max-width: 100%;
    }
}

.Hierarchy-all .container .back-section {
    padding: 10px 22px 17px;
}

.Hierarchy-all .container .owl-buttons {
    display: none;
}

.Hierarchy-all .container .owl-item {
    position: relative;
}

.Hierarchy-all .container .owl-item:last-child:after {
    display: none !important;
}

.Hierarchy-all .container .owl-item:after {
    content: url(../images/rotated-right-arrow-with-broken-line.png);
    width: 100%;
    position: absolute;
    top: 50%;
    left: 197px;
    margin-top: -28px;
    opacity: .6;
    filter: contrast(0.5);
}

@media (max-width: 600px) {
    .Hierarchy-all .container .owl-item:after {
        display: none;
    }
}

.Hierarchy-all .container .item {
    margin: 9px 0;
}

.Hierarchy-all .container .item .hexa {
    background-color: #606060;
    display: flex;
    align-items: center;
    text-align: center;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    position: relative;
    transition: .5s;
    top: 0
}

.Hierarchy-all .container .item .hexa:hover {
    background-color: #970f51;
    top: -8px
}

.Hierarchy-all .container .item .hexa p {
    font-size: 21px;
    color: #fff;
    margin: 0 auto;
}

@media (max-width: 600px) {
    .Hierarchy-all .container .item .hexa {
        margin: 0 auto;
    }
}

.Hierarchy-all .container .item .arrow {
    width: 70%;
    margin: 0 auto;
    display: block;
    margin-top: 43px;
}

.Hierarchy-all .owl-carousel .carousel-indicators {
    bottom: -20px !important
}

@media(max-width:992px) {

    .subscribe .container,
    .overview .container {
        max-width: 100%;
    }
}

@media(max-width:400px) {

    .nav-2 .sps--blw .logo,
    .nav-2 .sps--abv .logo {
        max-width: 120px !important;
        /*height: auto !important;*/
        margin-top: 5px;
    }

    footer .box1 img {
        max-width: 100%;
    }

    .Clients-item .Clients-item-div {
        flex: 0 0 100%;
        max-width: 250px;
        margin: 0 auto;
        padding: 0;
    }

    .top-banner .title {
        font-size: 22px
    }

    .top-banner ul li a {
        padding: 0px 4px;
        font-size: 12px;
    }

    .subscribe .subscribe-input {
        display: block !important;
    }

    .subscribe .subscribe-input .btn {
        width: 100%;
        margin-top: 10px;
    }

    .Hierarchy-all .container .item .hexa {
        width: 160px;
        height: 160px;
        max-width: 100%;
    }

    .Hierarchy-all .container .item .hexa p {
        font-size: 18px;
    }

    .result-search h3 {
        font-size: 15px;
    }

    .result-search h3 i {
        font-size: 13px;
    }

    .result-search-div h4 {
        font-size: 15px;
    }

    .result-search-div {
        padding: 12px;
    }

    .result-search-div h5 {
        font-size: 14px;
    }

    .result-search-div h5 i {
        font-size: 11px;
        width: 16px;
    }

    .result-search-div .btn {
        padding: 4px 12px 4px;
        font-size: 13px !important;
    }
    .Send-cv  h5{
        font-size: 15px;
    }
    .Send-cv  .row{
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
    .contact-form {
        padding: 0;
    }
    .contact-form-details,
    .contact-form-details .col-12{
        padding: 0;
    }
    .contact-details {
        padding: 15px 12px !important;
    }
    .gallary{
        padding: 0;
    }
    .overview .all-about .title h4{
        font-size: 17px;
    }
}
