body {
    font-size: 14px;
    font-family: 'Heebo';
    font-weight: normal;
}


/*@font-face {
  font-family:HelveticaNeue-Medium;
  src: url(../fonts/HelveticaNeue-Medium.ttf);
}
*/

html {
    scroll-behavior: smooth;
}

button,
input {
    outline: none !important;
}

textarea {
    resize: none;
}

a {
    text-decoration: none !important;
    color: #4385f5;
}

ul {
    padding: 0px;
}

ul li,
ol li {
    list-style: none !important;
}

.clearfix {
    clear: both;
}

.br-1 {
    border-right: 1px solid #ddd;
}

.bb-0 {
    border-bottom: 0px !important;
}

input:focus,
textarea:focus,
button:focus {
    outline: none;
    box-shadow: none !important;
}

.btn {
    /* font-weight: 600;*/
    font-weight: normal;
    text-shadow: none;
}


/*.mx-35{
  margin-left: 35px !important;
  margin-right:35px !important;
}


.px-35{
  padding-right: 35px;
  padding-left:35px;
}*/

#header {
    padding: 0px 25px;
    background-color: #fff;
}


/*#header.sticky {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 99999;
}*/

#home-nav ul.navbar-nav li a {
    color: #100f0f;
    padding: 10px 0px;
    font-size: 14px;
    /*font-weight: 600;*/
    font-weight: normal;
    /*font-family: 'Roboto-Medium';*/
    text-transform: capitalize;
}

.footer-ul li a {
    text-transform: capitalize;
}

#home-nav ul.navbar-nav li {
    position: relative;
    margin: 0px 15px;
}

#home-nav ul.navbar-nav li.active:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #4385f5;
    bottom: 0px;
    left: 0;
}

#home-nav ul.navbar-nav li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: transparent;
    bottom: 0px;
    left: 0;
    transition: all ease-in 0.4s;
    -webkit-transition: all ease-in 0.4s;
    -moz-transition: all ease-in 0.4s;
    -o-transition: all ease-in 0.4s;
    transition: all ease-in 0.4s;
}

#home-nav ul.navbar-nav li:hover:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #4385f5;
    bottom: 0px;
    left: 0;
}

#home-nav ul.navbar-nav {
    width: 100%;
    justify-content: flex-end;
}

.language-item {
    width: auto;
    border: 1px solid #000;
    height: 40px;
    border-radius: 5px;
    margin-left: 15px;
}

.custom-btn {
    padding: 10px 30px;
    background-color: #4385f5;
    font-size: 14px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    border: 2px solid #4385f5 !important;
    box-shadow: none;
    transition: all ease-in 0.4s;
    -webkit-transition: all ease-in 0.4s;
    -moz-transition: all ease-in 0.4s;
    -o-transition: all ease-in 0.4s;
    transition: all ease-in 0.4s;
}

.custom-btn:hover {
    background-color: #fff;
    color: #4385f5 ;
    border: 2px solid #4385f5 ;
}

.nav-right .custom-btn {
    margin-left: 15px;
}

.redus-btn {
    padding: 0px;
    background-color: transparent;
    float: left;
}

.nav-right .abc {
    float: left;
    margin-left: 15px;
    
}

.nav-right {
    display: flex;
    align-content: center;
}

#slider {
    height: 800px;
    display: flex;
    background-color: #000;
}

.carousel-control-prev,
.carousel-control-next {
    font-size: 40px;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    color: #4385f5;
}

#slider .carousel-inner,
#slider .carousel-item,
#group-site .carousel-item {
    height: 800px;
}

.agency-profile-intro-img {
    width: 340px;
    /* border: 2px solid #4385f5; */
    overflow: hidden;
    max-height: 200px;
    border-radius: 5px;
    float: left;
}

#slider .carousel-item img,
#slider .carousel-item video,
#group-site .carousel-item {
    width: 100%;
    height: 100%;
    background-color: #000;
}

.slider-text {
    position: absolute;
    color: #fff !important;
    width: 100%;
    height: auto;
    top: 40%;
    text-align: left;
    background: rgba(0, 0, 0, 0.5);
    padding: 25px 10px;
}

.slider-text h2 {
    font-size: 38px;
    font-weight: normal;
    margin-bottom: 0px;
    width: fit-content;
}

.slider-text h1 {
    font-size: 68px;
    font-weight: normal;
    margin-bottom: 20px;
    width: fit-content;
}

#slider .slider-text h6 {
    color: #fff !important;
    text-align: left;
    font-size: 18px !important;
    /*font-family: Roboto-Medium; */
    font-weight: normal;
    letter-spacing: 0.7px;
    margin-bottom: 20px;
    /* width: 100%; */
    width: fit-content;
}

.uabn-link {
    margin-top: 20px;
}

.uabn-link .custom-btn {
    padding: 13px 50px;
    font-size: 16px;
}

#about-us {
    padding: 6% 0px;
}

#business .slick-slider .slick-list {
    margin: 0px -15px;
}

.border-btn {
    border: 2px solid #4385f5;
    background-color: #fff;
    color: #4385f5 !important;
    font-size: 16px;
    padding: 12px 40px;
    transition: all ease-in 0.4s;
    -webkit-transition: all ease-in 0.4s;
    -moz-transition: all ease-in 0.4s;
    -o-transition: all ease-in 0.4s;
    transition: all ease-in 0.4s;
}

.border-btn:hover {
    background-color: #4385f5;
    color: #fff !important;
}

.border-btn:hover>i {
    transform: translatex(50%);
}

.border-btn i {
    margin-left: 5px;
    transition: all ease-in 0.4s;
    -webkit-transition: all ease-in 0.4s;
    -moz-transition: all ease-in 0.4s;
    -o-transition: all ease-in 0.4s;
    transition: all ease-in 0.4s;
    font-size: 14px;
}

.home-title {
    font-size: 25px;
    display: block;
    /*font-weight: 600;*/
    font-weight: normal;
    text-transform: capitalize;
    width: 100%;
}

.home-sub-title {
    font-size: 16px;
    font-weight: normal;
}

.about-left p {
    color: #666666;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.about-right video {
    width: 100%;
}

.about-video {
    border-radius: 10px;
}

#business {
    padding-bottom: 5%;
    padding-top: 1%;
}

.get-tag i {
    margin-left: 10px;
    font-size: 14px;
    transition: all ease-in 0.4s;
    -webkit-transition: all ease-in 0.4s;
    -moz-transition: all ease-in 0.4s;
    -o-transition: all ease-in 0.4s;
    transition: all ease-in 0.4s;
}

.get-tag {
    color: #4385f5;
    transition: all ease-in 0.4s;
    -webkit-transition: all ease-in 0.4s;
    -moz-transition: all ease-in 0.4s;
    -o-transition: all ease-in 0.4s;
    transition: all ease-in 0.4s;
}

.get-tag:hover {
    color: #000;
}

.get-tag:hover i {
    transform: translatex(30%);
}


/* Slider */

.slide-logo {
    background-color: #fff;
    border: 1px solid #eeeeee;
    height: 200px;
    box-shadow: 0px 3px 12px 1px rgb(56 56 56 / 10%);
    display: flex;
    margin: 20px 15px;
    align-items: center;
    border-radius: 5px;
}

.slide-logo img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    /* object-position: top; */
}

.slick-row {
    margin-left: -15px;
    margin-right: -15px;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slide h6 {
    /*text-align: center;*/
    color: #000;
    font-size: 14px;
}

#our-members {
    padding: 5% 0%;
}

h6.home-sub-to-title {
    font-size: 24px;
    /* font-weight: 600;  */
    font-weight: normal;
    color: #4385f5;
}

h3.home-title {
    color: #4385f5;
}

h3.home-title1 {
    color: #fff;
}

.members-col {
    min-height: 450px;
    overflow: hidden;
    height: 450px;
    border-radius: 10px;
}

#slider .carousel-item img,
#slider .carousel-item video,
.members-col img,
.uabn-member img,
.event-images img,
#group-site .carousel-item img,
.gp-event-images img,
.photos-sec img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.members-user {
    text-align: center;
    margin-bottom: 30px;
}

.uabn-member {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 25px;
}

.members-user h6 {
    /* font-weight: 600;*/
    font-weight: normal;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 3px;
    margin-top: 10px;
}

.members-user p {
    font-size: 14px;
}

.members-data h5 {
    font-size: 22px;
    /*font-weight: 600;*/
    font-weight: normal;
    color: #000;
}

.members-data h6 {
    font-size: 18px;
    /* margin-bottom: 20px;*/
    margin-bottom: 8px;
    color: #000;
}

.members-data p {
    color: #666666;
    /* margin-top: 40px;*/
    font-size: 14px;
}

.font-bold {
    /*font-weight: 600;*/
    font-weight: normal;
}

.members-data p a {
    font-size: 14px;
}

.members-data p a i {
    font-size: 14px;
}

#our-mission {
    background-image: url(../../img/home_v2/our-mission.png);
    padding: 6% 0%;
    color: #fff;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#our-mission .home-title {
    margin-bottom: 50px;
}

#our-mission p {
    font-size: 22px;
    margin: 5px 0px;
}

.black-left-p {
    overflow: hidden;
    /* text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;*/
    margin-bottom: 10px;
    height: 240px;
}

#uabn-group {
    padding-top: 5%;
    padding-bottom: 2.5%;
}

.group-col-right {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.group-col .home-sub-title,
.group-col .home-title {
    display: initial;
}

.group-col .home-sub-title {
    float: right;
    margin-bottom: 0px;
    margin-top: 10px;
}

.group-slider-left {
    height: 650px;
    width: 100%;
}

.group-slider-left {
    background-image: url(../../img/home_v2/group-member.png);
    border-radius: 0px 10px 10px 0px;
    height: 550px;
}

.group-slider-right {
    position: absolute;
    right: 50px;
    top: 50px;
}

.network-left {
    padding-top: 8%;
}

.network-details {
    padding-left: 115px;
    ;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 575px) {
    .network-details {
        padding-left: 15px;
        ;
    }
}

.network-div h6 {
    /*font-weight: 600;*/
    font-weight: normal;
    color: #000;
    font-size: 18px;
    /*  margin-bottom: 25px;*/
    color: #000;
    font-size: 18px;
    display: block;
    align-items: end;
    margin-left: 10px;
}

.network-div h6 img {
    margin-right: 8px;
}

#network-ul .network-div ul li {
    padding-left: 25px;
    position: relative;
    color: #000;
    font-size: 14px;
    margin-bottom: 15px;
}

#network-ul .network-div ul li::after {
    width: 5px;
    height: 5px;
    background-color: #4385f5;
    content: "";
    position: absolute;
    top: 6px;
    border-radius: 50%;
    left: 10px;
}

.network-div {
    margin-top: 8%;
}

#network {
    /* background-image: url(../../img/home_v2/uabn-network.png);  */
    /* background-image: url(../../img/home_v2/contact-image.jpg);*/
    background-repeat: no-repeat;
    background-position: right;
    background-position-y: top;
    padding-bottom: 5%;
    background-size: 500px 625px;
}

.app-storapp img {
    width: 110px;
}

.network-right {
    position: relative;
}

.app-network .home-sub-title {
    margin-bottom: 50px;
}

.app-network {
    position: absolute;
    bottom: 20px;
    background: #FFF;
    border-radius: 10px;
    padding: 10px 5px 0px 0px;
}

.black-power-left p {
    color: #666666;
}

.black-power-left {
    padding-top: 40px;
    padding-bottom: 40px;
}

.black-power-right {
    border-radius: 10px;
}

#black-power .home-title {
    margin-bottom: 1%;
}

#black-power .black-images {
    display: flex;
    justify-content: flex-end;
}

.black-power-right {
    background-image: url(../../img/home_v2/eco_power.jpg);
    background-repeat: no-repeat;
    border-radius: 10px;
    height: 320px;
    position: absolute;
    bottom: 0px;
    width: 85%;
    z-index: 999;
}

#value {
    padding: 100px 0px;
    background-image: url(../../img/home_v2/value.png);
    color: #fff;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 3%;
    overflow: hidden;
    background-attachment: fixed;
    position: relative;
}

.value-box {
    margin: 15px 0px;
    text-align: left;
}

.value-box h6 {
    /* font-weight: 600;*/
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 10px;
}

.value-box h3 {
    /*font-family: 'Roboto-Medium';*/
    font-size: 30px;
    margin-bottom: 0px;
    /*font-weight: 600;*/
    font-weight: normal;
}

.value-section {
    display: flex;
    justify-content: space-between !important;
    width: 100%;
}

#event {
    padding: 5% 0%;
}

.event-left {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 11px 25px 0px rgb(56 56 56 / 10%);
    height: auto;
}

.event-details {
    padding: 35px;
    color: #222222;
    cursor: pointer;
    transition: all ease-in 0.5s;
    -webkit-transition: all ease-in 0.5s;
    -moz-transition: all ease-in 0.5s;
    -o-transition: all ease-in 0.5s;
    transition: all ease-in 0.5s;
}

.event-images {
    height: 400px;
    width: 100%;
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
}

.event-details h6 {
    font-size: 16px;
    /* font-weight: 600;*/
    font-weight: normal;
    color: #4385f5;
    letter-spacing: 2px;
    /*font-family:HelveticaNeue-Medium;*/
    transition: all ease-in 0.4s;
    -webkit-transition: all ease-in 0.4s;
    -moz-transition: all ease-in 0.4s;
    -o-transition: all ease-in 0.4s;
    transition: all ease-in 0.4s;
}

.event-details h3 {
    font-size: 30px;
    margin-top: 25px;
    height: 75px;
    /* font-weight: 600;*/
    font-weight: normal;
    /*font-family:HelveticaNeue-Medium;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.event-details p {
    font-size: 14px;
    margin-bottom: 30px;
    /*font-family:HelveticaNeue-Medium;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 80px;
    -webkit-line-clamp: 3;
}

.event-box {
    border: 2px solid #eeeeee;
    border-radius: 10px;
    margin-bottom: 35px;
}

.event-box:hover {
    background-color: #4385f5;
    color: #fff;
    border: 2px solid #4385f5;
}

.event-box:hover>h6 {
    color: #fff;
}

.event-box:hover>.get-tag {
    color: #fff;
}


/*
#get-touch {
  padding: 10% 0%;
  background-image: url(../../img/home_v2/value.png);
  color: #fff;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

*/

#get-touch {
    padding: 5% 0%;
    background-image: url(../../img/home_v2/value.png);
    color: #FFF;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.user-item {
    text-align: left;
}

.blog .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -40px;
}


/* The colour of the indicators */

.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.blog .carousel-indicators .active {
    background: #707070;
}

.user-box p {
    font-size: 18px;
}

.user-pro .round-pro {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    margin-right: 20px;
}

.user-pro {
    display: flex;
    align-items: center;
}

.user-pro h6 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0px;
    /* font-weight: 600;*/
    font-weight: normal;
    /*font-family: 'Roboto-Medium';*/
}

.user-pro p {
    font-size: 14px;
    margin-bottom: 0px;
}

#blogCarousel {
    margin-bottom: 4%;
}

.contact-col-left {
    padding-top: 40px;
    padding-bottom: 60px;
}

.contact-form {
    height: auto;
    background-color: #fff;
    box-shadow: 0px 11px 25px 0px rgb(56 56 56 / 10%);
    border-radius: 15px;
    position: absolute;
    bottom: 0px;
    right: 0;
    text-align: left;
    padding: 50px 40px;
    font-size: 16px;
}

#get-touch .container {
    position: relative;
}

.fomr-title {
    font-size: 26px;
    color: #000;
    /*font-weight: bold;*/
    font-weight: normal;
    margin-bottom: 30px;
}

#contact-form-ul label {
    color: #999999;
    margin-bottom: 0px;
}

#contact-form-ul input,
#contact-form-ul textarea {
    color: #999999;
    border: none;
    border-bottom: 1px solid #999999;
    border-radius: 0px;
    padding: 5px 0px;
}

#contact-form-ul textarea {
    height: 100px;
}

.confoem-span {
    color: #999999;
}

.contact-message {
    position: relative;
}

.send-message {
    position: absolute;
    top: 90px;
    right: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: #4385f5;
    box-shadow: 0px 1px 16px 0px rgb(56 56 56 / 28%);
}

.send-message img {
    width: 100%;
}

.send-message:hover {
    background-color: #000;
}

#contact-form-ul ::placeholder {
    color: #999999;
    opacity: 1;
}

#contact-form-ul :-ms-input-placeholder {
    color: #999999;
}

#contact-form-ul ::-ms-input-placeholder {
    color: #999999;
}

#footer {
    background-color: #100f0f;
    padding: 3% 0%;
    color: #fff;
    display: flex;
}


/*
#footer img{
  width: 100%;
}*/

.footer-ul,
.footer-social-ul {
    margin-bottom: 0px;
    overflow: hidden;
    align-items: center;
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.footer-ul li {
    float: left;
    padding-left: 25px;
}

.footer-ul li a,
.footer-social-ul li a {
    font-size: 14px;
    color: #fff;
    /*font-family: 'Roboto-Medium';*/
    /* font-weight: 600;*/
    font-weight: normal;
    transition: all ease-in 0.4s;
    -webkit-transition: all ease-in 0.4s;
    -moz-transition: all ease-in 0.4s;
    -o-transition: all ease-in 0.4s;
    transition: all ease-in 0.4s;
    padding: 10px 0px;
}

.footer-ul li a:hover,
.footer-left span a:hover {
    color: #4385f5;
}

.footer-menu {
    display: flex;
}

#bottom-footer {
    background-color: #171717;
    padding: 2% 0%;
    color: #fff;
    display: flex;
}

.footer-left {
    align-items: center;
    display: flex;
}

.footer-left p,
.footer-left span a {
    color: #fff;
    margin-bottom: 0px;
}

.footer-left span a {
    padding: 0px;
    transition: all ease-in 0.4s;
    -webkit-transition: all ease-in 0.4s;
    -moz-transition: all ease-in 0.4s;
    -o-transition: all ease-in 0.4s;
    transition: all ease-in 0.4s;
}

.footer-left span {
    color: #494949;
    letter-spacing: 0px;
}

.footer-left p {
    display: inline-block;
    margin-right: 20px;
}

.footer-social-ul li {
    float: left;
    margin-left: 25px;
    text-align: center;
}

.footer-social-ul li a {
    font-size: 22px;
}


/*event-slider*/

.slider-arrows {
    padding: 5px;
}

.slider-arrows i {
    font-size: 16px;
}

.slider-arrows.fa-right i {
    /*  font-size:40px;
*/
    color: #000;
}

.gp-view-slider {
    box-shadow: 4px 5px 24px 0px rgb(56 56 56 / 10%);
    border: none !important;
    margin-top: 50px;
}

.gp-view-slider .gp-event-images {
    height: 250px;
}

.event-view {
    padding: 20px;
    background-color: #fff;
    border-radius: 15px;
    /*box-shadow:4px 5px 24px 0px rgb(56 56 56 / 10%);*/
    /*   margin-top:50px;*/
}

.event-logo {
    height: 60px;
}

.event-view h5 {
    font-size: 20px;
    color: #221f1f;
    /* font-weight: 600;*/
    font-weight: normal;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.event-view p {
    color: #666666;
    margin-bottom: 25px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.event-logo {
    display: flex;
    align-items: flex-end;
    margin-bottom: 50px;
}

.event-logo img {
    display: block;
    margin: 0 auto;
    align-items: flex-end;
    width: 75% !important;
}

#event-slider .carousel-item {
    background-color: #fff;
    margin: 0px -15px;
}

#event-col .owl-nav.disabled {
    display: block !important;
    top: 0;
    position: absolute;
    right: 0;
    margin-right: 15px;
    margin-top: 0px;
}

#event-col .owl-nav.disabled button {
    padding: 0px 6px !important;
    margin: 0px;
    width: 35px;
    height: 35px;
    font-size: 30px;
    align-items: center;
    display: inline-flex;
    text-align: center;
    background: #fff;
    margin-left: 10px;
}

#event-col .owl-nav.disabled button span {
    color: #999999;
    margin: 0 auto;
}

#event-col .owl-nav.disabled button.owl-next span {
    color: #221f1f;
}

#event-col .owl-dots {
    display: none;
}

#event-col .owl-nav.disabled button:hover>span {
    color: #4385f5;
}

#event-col .owl-nav.disabled button:hover {
    background-color: #fff;
}


/*google-drop-dwon*/

body {
    top: 0px !important;
}

.goog-te-gadget {
    font-size: 0px !important;
}

.goog-logo-link {
    display: none !important;
}

.goog-te-gadget .goog-te-combo {
    width: 100%;
    font-weight: normal;
    height: 30px;
    border-radius: 15px;
    color: #100f0f;
    background: #fff;
    border-color: #fff !important;
    border-radius: 5px !important;
}

.goog-te-gadget {
    height: 40px;
    overflow: hidden;
}

.goog-te-gadget .goog-te-combo:focus {
    outline: none;
}

.goog-te-gadget .goog-te-combo {
    padding: 0 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../../img/home_v2/drop-down.png) !important;
    background-repeat: no-repeat, repeat;
    /* background-position: right .4em top 50%, 0 0;*/
    background-position: right 0.4em top 50%, 0 0;
    background-size: 1.5em auto, 100%;
}

.goog-te-banner-frame {
    display: none;
}

#main-menu li a {
    font-size: 12px;
}

#google_translate_element {
    /*float: right;*/
    display: inline-flex;
    width: 160px;
}

.goog-te-gadget .goog-te-combo button {
    background-color: black !important;
}

select.goog-te-combo:focus>option:hover {
    background: #f00 !important;
    color: #fff !important;
}

input[type="file"] {
    z-index: -1;
    position: absolute;
    opacity: 0;
}

input:focus+label {
    outline: 2px solid;
}

@media(max-width:480px) {
    .goog-te-gadget .goog-te-combo {
        padding: 0px 8px !important;
    }
    #google_translate_element {
        width: 165px;
    }
}


/*google-drop-dwon*/

#group-site {
    height: 650px;
    display: flex;
    width: 100%;
}

.agency-profile-intro-img {
    width: 340px;
    /* border: 2px solid #4385f5; */
    overflow: hidden;
    height: 340px;
    border-radius: 5px;
    float: left;
    box-shadow: 0px 3px 12px 1px transparent;
    position: relative;
}

.agency-profile-intro-img img,
.img_round img {
    /* max-height: 100%;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  object-fit: cover; */
    object-fit: cover;
    object-position: center;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    left: 0;
    right: 0;
}

.slider-user-section {
    display: flex;
    align-items: flex-end;
    margin-top: -80px;
    position: relative;
}

.Join-group {
    right: 0;
    position: absolute;
}

.controls-title {
    margin-bottom: 50px;
    display: block;
}

.controls-title h6 {
    font-size: 14px;
    color: #999;
    margin-bottom: 0px;
}

.controls-title p {
    font-size: 16px;
    color: #222222;
    margin-bottom: 0px;
    /* font-weight: 600;*/
    font-weight: normal;
}

#group-event {
    margin-top: 30px;
}

.title-flex {
    display: flex;
    align-items: flex-end;
}

.view-more-btn {
    border-radius: 35px;
    line-height: 25px;
    /*  height: 50px;*/
}

#group-event .owl-dots .owl-dot.active span {
    background: #000 !important;
    width: 10px !important;
    height: 10px !important;
    border: none !important;
}

#group-event .owl-dots .owl-dot span {
    background: #999 !important;
    border: 1.5px solid #fff;
}

.group-event-box {
    border: 1px solid #eeeeee;
    background-color: #fff;
    border-radius: 15px;
    height: auto;
    /* overflow: hidden;*/
    margin-bottom: 15%;
}

.gp-event-images {
    height: 270px;
    position: relative;
}

.gp-event-data {
    /*  padding:35px;*/
    margin-top: 0px;
    box-shadow: none;
    display: flex;
    color: #4385f5;
    border-radius: 0px 0px 15px 15px;
    background: #fff;
    cursor: pointer;
    transition: all ease-in 0.4s;
    -webkit-transition: all ease-in 0.4s;
    -moz-transition: all ease-in 0.4s;
    -o-transition: all ease-in 0.4s;
    transition: all ease-in 0.4s;
}

.gp-ev-date {
    float: left;
    padding-right: 20px;
    text-align: center;
}

.gp-ev-title {
    float: left;
    padding-left: 20px;
}

.gp-ev-date p {
    font-size: 16px;
    color: #4385f5;
    height: auto;
    margin: 0px;
    /*font-weight:600;*/
    /* font-family: 'Roboto-Medium';*/
    transition: all ease-in 0.4s;
    -webkit-transition: all ease-in 0.4s;
    -moz-transition: all ease-in 0.4s;
    -o-transition: all ease-in 0.4s;
    transition: all ease-in 0.4s;
}

.gp-ev-date h6 {
    font-size: 24px;
    /* font-weight: 600;*/
    font-weight: normal;
    margin-top: 15px;
    transition: all ease-in 0.4s;
    -webkit-transition: all ease-in 0.4s;
    -moz-transition: all ease-in 0.4s;
    -o-transition: all ease-in 0.4s;
    transition: all ease-in 0.4s;
}

.gp-ev-title p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: auto;
    transition: all ease-in 0.4s;
    -webkit-transition: all ease-in 0.4s;
    -moz-transition: all ease-in 0.4s;
    -o-transition: all ease-in 0.4s;
    transition: all ease-in 0.4s;
}

.gp-ev-title h5 a {
    height: 50px;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
    color: #222;
    transition: all ease-in 0.4s;
    -webkit-transition: all ease-in 0.4s;
    -moz-transition: all ease-in 0.4s;
    -o-transition: all ease-in 0.4s;
    transition: all ease-in 0.4s;
}

.gp-event-title {
    background-color: #fff;
    color: #000;
    padding: 10px 15px;
    border-radius: 5px;
    position: absolute;
    margin-top: -60px;
    margin-left: 35px;
    line-height: 12px;
    /*font-weight: bold;*/
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.gp-event-data:hover {
    background-color: #4385f5;
}

.gp-event-data:hover>.gp-ev-date h6,
.gp-event-data:hover>.gp-ev-date p,
.gp-event-data:hover>.gp-ev-title h5 a {
    color: #fff !important;
}

.gp-event-data:hover>.gp-ev-title p {
    color: rgba(255, 255, 255, 0.6);
}

#photos {
    background-color: #100f0f;
    padding-top: 5%;
    padding-bottom: 4%;
    margin-top: 5%;
}

#photos-row {
    padding-top: 50px;
    padding-bottom: 40px;
}

.card-image {
    margin: 15px;
}

.photos-sec {
    height: 300px;
    overflow: hidden;
    border-radius: 15px;
}

.photos-sec img {
    width: 100%;
    border-radius: 15px;
}

#photos h3.home-title {
    color: #fff;
}

#photos .view-more-btn {
    background-color: #100f0f;
    border: 2px solid #fff;
    color: #fff !important;
}

.swiper-button-prev,
.swiper-button-next {
    background-image: none !important;
    top: inherit !important;
}

.swiper-button-prev {
    color: #999;
    font-size: 20px;
    right: 78px !important;
    left: inherit !important;
    margin-top: 6px !important;
}

.swiper-button-next {
    font-size: 30px;
    margin-top: 0px !important;
    color: #fff;
}

#photos .container .photo-btn {
    position: relative;
    display: flex;
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
    outline: none;
}

.swiper-button-prev:hover {
    color: #fff;
}

#group-comments {
    background-color: #fefefe;
    height: auto;
    margin-bottom: 5%;
}

.comment-title {
    padding: 50px 0px;
}

.profile-box {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    height: auto;
    padding: 30px 35px;
    overflow: hidden;
}

.members-bar .members-pro {
    float: left;
}

.members-pro {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #ccc;
}

.members-pro img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.profile-box h6 {
    /* font-weight: 600;*/
    font-weight: normal;
    margin-bottom: 0px;
    font-size: 16px;
}

.company-name {
    color: #999;
    font-weight: normal;
    font-size: 17px;
}

p.members-event {
    font-size: 14px;
    margin-bottom: 0px;
    overflow: hidden;
}

p.members-event span {
    display: flex;
    float: left;
    align-items: center;
}

p.members-event span b {
    font-weight: normal !important;
    margin-top: 1px;
    font-size: 14px;
    color: #999;
}

p.members-event span img {
    width: 18px;
}

.members-bar {
    overflow: initial;
    clear: both;
    display: flow-root;
    padding-bottom: 30px;
}

.document-name {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px !important;
    color: #000;
}

.document-box-gp {
    width: 120px;
    text-align: center;
    float: left;
    padding: 10px;
}

.gp-document,
.gp-vedio-section,
.gp-all-view-commnet {
    border-top: 1px solid #e4e4e4;
    padding: 30px 0px;
}


/*.members-bar.update-profile{
    padding-bottom: 30px !important;
}
*/

.profile-box p {
    font-size: 16px;
}

.event-data b {
    color: #4385f5;
}

.all-document {
    margin: 0px -10px;
    overflow: hidden;
}

.comment-history-box .comment-name {
    float: left;
}

.group-member {
    padding-left: 5%;
}

#like-comment p span img,
.gp-all-view-commnet img {
    filter: grayscale(100%);
    opacity: 0.8;
    transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    -o-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
}

.bt-1 {
    border-top: 1px solid #e4e4e4;
}

.group-member span a {
    cursor: pointer;
}

.group-vedio-section iframe {
    width: 100%;
    min-height: 400px;
    border-radius: 25px !important;
}


/*.group-vedio-section {
  padding-bottom: 35px !important;
}*/

.group-photo-veiw {
    height: auto;
    /*background-color:red;*/
    padding-bottom: 30px;
}

.gp-all-view-commnet {
    color: #4385f5;
}

.gp-all-view-commnet p:hover {
    cursor: pointer;
    color: #222;
}

.group-member span a b:hover {
    color: #000;
}

.group-member span a:hover>img,
.gp-all-view-commnet p:hover>img {
    filter: grayscale(0%) !important;
    opacity: 1 !important;
}

.imgs-grid-modal .modal-inner .modal-control .arrow {
    background-image: url(../../img/home_v2/imgs-grid-icons.png) !important;
}

.imgs-grid-modal .modal-inner .modal-control .arrow {
    background-image: url(../../img/home_v2/imgs-grid-icons.png) !important;
}

.imgs-grid-modal .modal-close {
    background-image: url(../../img/home_v2/imgs-grid-icons.png) !important;
}

.imgs-grid {
    max-width: 100% !important;
}

.modal-content {
    margin-top: 100px;
}

.imgs-grid-image {
    /* width: 20% !important; */
    width: 20%;
}

.about-right iframe {
    width: 100%;
}

#gp_member_box {
    scrollbar-width: thin;
    max-height: 330px;
    overflow: auto;
}

.img_round img {
    width: 100%;
}

.Guests_h2 p {
    color: #222;
    text-align: center;
    /* font-weight: 600;*/
    font-weight: normal;
    margin-top: 5px;
}

.Member_list .col-sm-4 {
    float: left;
}

.modal-header .gp_modal-title {
    font-weight: normal;
    text-transform: capitalize;
}

.fomr-title {
    text-transform: capitalize;
}

#gp_member_box::-webkit-scrollbar,
.valu-box-lenth::-webkit-scrollbar {
    width: 6px !important;
    background: #f0f0f0;
}

#gp_member_box::-webkit-scrollbar-track,
.valu-box-lenth::-webkit-scrollbar-track {
    border-radius: 0px !important;
}

#gp_member_box::-webkit-scrollbar-thumb,
.valu-box-lenth::-webkit-scrollbar-thumb {
    background: #cdcdcd !important;
    border-radius: 0px;
    opacity: 0 !important;
}

#gp_member_box::-webkit-scrollbar-thumb:hover,
.valu-box-lenth::-webkit-scrollbar-thumb:hover {
    background: #f0f0f0 !important;
}

.members-data-p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.value_box_business,
.value_box_professional,
.value_box_corporations,
.value_box_organizations {
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #4385f5;
    opacity: 0;
    cursor: pointer;
    padding: 15px 0px;
    transition: .5s;
    left: 0;
    z-index: 9999999;
}

.value-box {
    cursor: pointer;
}

.value_details {
    text-align: left;
}

.value_details ul {
    margin: 15px 0px;
    padding-left: 20px;
}

.value_details ul li {
    list-style: none !important;
    border: 1px solid #FFF;
    border-radius: 20px;
    padding: 5px 10px;
}

.value_details h3 {
    font-size: 22px;
    /* font-weight: 600;*/
    font-weight: normal;
}

.value_close {
    color: #fff;
    float: right;
    font-size: 25px;
}

.value_close i:hover {
    color: #dcdcdc;
}

.valu-box-lenth {
    height: 140px;
    scrollbar-width: thin;
    overflow: auto;
}

.img_round {
    height: 123px;
}

.modal.show {
    z-index: 9999999;
}

.modal-footer .custom-btn {
    padding: 8px 26px;
}

#event .event-details.event-box p {
    height: 95px;
}

.fab.afterlogin,
.forget a.fab {
    font-family: 'Heebo' !important;
}

.group-col-right p {
    margin-bottom: 13px !important;
}

.abt_me {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    height: 145px;
}

#group-event .event-view.gp-event-data .gp-ev-title h5 a {
    height: 44px !important;
    -webkit-line-clamp: 2 !important;
    margin-bottom: 5px;
}

#group-event .event-view.gp-event-data .gp-ev-title p {
    height: 60px !important;
}

#get-touch #contact-form-ul .form-group.mt-3.mb-3 {
    margin: 10px 0px!important
}

.forget p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
    margin-top: 20px;
}

.slide-logo img {
    width: 100% !important;
}

.captcha-form-group .mdl-textfield__input {
    padding: 0px;
}

.captcha-form-group .mdl-textfield__input .register_name {
    height: 50px;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
    width: 100%;
    border-radius: 0.25rem;
}

.captch-signin {
    right: 15px;
    position: absolute;
    top: 18px;
}

.captcha-form-group {
    position: relative;
}

.errorDV {
    color: red;
    font-size: 14px;
}

#our-mission span {
    color: #FFF!important;
}

.orgnization_name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 80%;
}

.modal-header {
    background: #4385F5;
    color: #fff;
}

.modal-content {
    border: none;
}

.modal-header .close {
    color: #FFF;
}

#about_us .modal-body {
    max-height: 300px;
    overflow-y: scroll;
}

#uabn_info .modal-body,
#about_us .modal-body,
#Knowledgebase_details .modal-body {
    max-height: 300px;
    overflow-y: scroll;
}

.aboutus-img img {
    width: 100%;
}

h3.home-title {
    text-transform: uppercase;
}

.language_img {
    width: 15% !important;
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 5px;
}

.goog-te-combo {
    margin-left: 0% !important;
    padding: 0 3px !important;
    border: #ffff !important;
}

.goog-te-gadget {
    margin-top: 0% !important;
}

#google_translate_element {
    display: flex;
    width: 160px;
    align-items: center;
}

#forgetpasspage .forget {
    padding: 5px 0px;
    margin-top: -29px;
}

.custom-btn a {
    color: inherit;
}

.network-div p {
    display: none !important;
}

.network_section_title {
    display: flex;
    align-items: self-start;
    width: 100%;
}

img.hand-img.img-fluid {
    position: absolute;
    right: 0px;
}

.app-network .home-sub-title {
    margin-bottom: 20px;
}

video.about-video {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

p.description_data {
    display: block;
}

.social-button a {
    color: #FFF;
}

.social-button.text-center {
    margin-bottom: 15px;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

button.btn.btn-primary.twitter-btn {
    background: #00a6e2;
    border-color: transparent;
}

button.btn.btn-primary.facebook-btn {
    border-color: transparent;
    background: #35538f;
}

button.btn.btn-primary.google-btn {
    background: #fb5542;
    border-color: transparent;
}

button.btn.btn-primary.linkedin-btn {
    background: #227bb5;
    border-color: transparent;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 575px) {
    .social-button.text-center {
        display: block;
        text-align: center;
    }
    .social-button .btn-primary {
        margin: 5px 5px !important;
    }
}


/* .social-button.text-center{
    display: none !important;
  } */

.main-business {
    position: relative;
    min-height: 100%;
    padding: 15px 15px 40px 15px;
}

.main-business a {
    position: absolute;
    bottom: 15px;
    text-decoration: none;
    left: 30px;
}

.business-details b {
    margin-bottom: 25px;
}

.business-details i {
    color: #3c83f0;
    font-size: 30px;
    margin-bottom: 15px;
}

.main-business:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
    border-bottom: 2px solid #3c83f0;
}

@media only screen and (min-device-width: 576px) and (max-device-width: 767px) {
    .network-right {
        text-align: right;
    }
    img.hand-img.img-fluid {
        position: relative !important;
        right: -15px !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .network-right {
        text-align: right;
    }
    img.hand-img.img-fluid {
        position: relative !important;
        right: -15px !important;
    }
}


/* .business-details ul li::after {
      width: 5px;
      height: 5px;
      background-color: #4385F5;
      content: "";
      position: absolute;
      top: 10px;
      border-radius: 50%;
      left: -20px;
      }
      .business-details ul li{
      list-style: none;
      position: relative;
      } */


/* #home-nav ul.navbar-nav li a{
	color: #4385f5;
} */

ul.navbar-nav.mr-auto.mt-2.mt-lg-0 {
    display: none;
}


/* 31-10-2020 */

.public-communities {
    /*width: 535px;*/
    height: 400px;
    word-wrap: break-word;
    margin: auto;
}

.moretext {
    display: none;
}

.public-communities .btn-light {
    color: #5c5c59;
    font-weight: bold;
    margin: 5px;
    border-radius: 20px;
    background: #e6e6e4 !important;
}

.public-communities h5 {
    color: #4583f5;
}

.moreless-button {
    color: #5c5c59 !important;
    text-decoration: none;
}

.owl-item.active {
    width: 100% !important;
    background: #fafaf7;
}

.owl-stage {
    transform: translate3d(0px, 0px, 0px);
    transition: all 0s ease 0s;
    width: 100% !important;
}

.col-sm-12.col-12.col-xs-12.col-md-12.col-lg-12.group-vedio-section.px-0 video {
    max-height: 300px;
}

.business-details ul li {
    list-style: disc !important;
}

.business-details ul {
    padding-left: 15px !important;
}

#Login_Form_Model .modal-dialog {
    max-width: 550px;
}

#loginpage #forget p a {
    display: -webkit-box;
}

#loginpage .modal-header h5 {
    font-size: 32px !important;
}



#packages_card .modal-header h5,
#registrationpage .modal-header h5,
#addQuote .modal-header h5 {
    font-size: 32px !important;
}