 html, body {
     margin: 0;
     padding: 0;
     height: 100%;
     font-family: 'Roboto', sans-serif;
}
 body {
     font-size: 14px;
     overflow-x: hidden;
}
 .container, .container-lg, .container-md, .container-sm, .container-xl {
     max-width: 1170px;
     padding-right: 15px;
     padding-left: 15px;
}
/* Scrollbar Styling */
 ::-webkit-scrollbar {
     width: 6px;
     height: 6px;
}
 ::-webkit-scrollbar-track {
     background-color: #ebebeb;
     -webkit-border-radius: 10px;
     border-radius: 10px;
     height: 6px;
}
 ::-webkit-scrollbar-thumb {
     -webkit-border-radius: 10px;
     border-radius: 10px;
     background: #a5a5a5;
     height: 6px;
}
 a, a:hover {
     text-decoration: none;
}
 .navbar {
     width: 100%;
     float: none;
     padding: 15px 0px;
     position: relative;
     top: 0px;
     left: 0px;
     z-index: 21;
     background: #fff;
     box-shadow: 0px 0px 10px 0px #b9b9b9;
}
 .navbar.navbar-inner:before{
     content: "";
     background: #333c5d;
     position: absolute;
     top: 0px;
     left: 0px;
     width: 100%;
     height: 95px;
}
 .navbar .navbar-brand {
     float: left;
     padding: 0px;
     margin: 0px;
     position: relative;
}
 .navbar .navbar-brand img {
     height: 52px;
     padding: 0px 0px;
     float: left;
     width: auto;
     margin-bottom: 0px;
     min-width: 246px;
}
 .navbar .navbar-collapse {
     display: inline-block !important;
     vertical-align: top;
     float: right;
}
 .navbar .navbar-nav {
     margin: 0px;
     float: right;
     -ms-flex-direction: row;
     flex-direction: row;
}
 .navbar .navbar-nav .nav-item {
     margin-left: 0px;
     margin-bottom: 0px !important;
}
 .navbar .navbar-nav .nav-item .nav-link {
     text-transform: capitalize;
     color: #000;
     position: relative;
     font-size: 14px;
     display: inline-block;
     vertical-align: top;
     float: left;
}
 .navbar .navbar-nav .menu-item a {
     text-transform: capitalize;
     color: #000;
     position: relative;
     font-size: 14px;
     display: inline-block;
     vertical-align: top;
     float: left;
     padding-right: .5rem;
     padding-left: .5rem;
} 
 .navbar .navbar-nav .nav-item .sub-menu {
     padding: 0px;
     border-radius: 0px;
     margin: 0px;
     background: #f59d2f;
     border: none;
     position: absolute;
     list-style: none;
     max-width: 200px;
}
 .navbar .navbar-nav .nav-item.nav-item-has-children:hover .sub-menu{
     display:block;
}
 .navbar .navbar-nav .nav-item .sub-menu{
     display:none;
}
 .navbar .navbar-nav .nav-item .sub-menu .nav-item {
     width: 100%;
     float: left;
     background: transparent !important;
     text-transform: capitalize;
     font-weight: 400;
     color: #ffffff;
     position: relative;
     font-size: 14px;
     padding: 0px;
     margin: 0px;
}
 .navbar .navbar-nav .nav-item .sub-menu .nav-item + .nav-item {
     border-top: 1px solid #ffffff4d;
}
 .navbar .navbar-nav .nav-item .sub-menu .nav-item a{
     padding: 12px 15px;
     margin: 0px;
     line-height: 21px;
     width: 100%;
     color: #fff;
     background: #f59d2f;
}
 .navbar .navbar-nav .nav-item .sub-menu .nav-item:hover a{
     background: #00000066 !important;
}
 p {
     font-size: 16px;
     color: #696969;
     position: relative;
     width: 100%;
     float: left;
     margin-bottom: 15px;
}
 .btn-theme{
     background: #1fb2ff;
     line-height: 60px;
     float: left;
     font-size: 15px;
     position: relative;
     border-radius: 6px;
     padding: 0px 50px;
     overflow: hidden;
     box-shadow: 0px 0px 6px #ccc;
}
 .btn-theme span{
     float: left;
     color: #ffffff;
     z-index: 1;
     position: relative;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     transition: all 0.3s;
}
 .btn-theme:hover span{
     color: #ffffff;
}
 .btn-theme:hover:before {
     content: "";
     width: 100%;
}
 .btn-theme:before {
     content: "";
     width: 0%;
     top: 0;
     left: 0;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     transition: all 0.3s;
     background: #0292de;
     height: 100%;
     position: absolute;
}
 .menu-toggler {
     border-radius: 180px;
     float: right;
     height: 18px;
     width: 20px;
     text-align: center;
     vertical-align: top;
     border: none !important;
     box-shadow: none !important;
     outline: none !important;
     margin: 8px 10px;
     z-index: 1;
     position: absolute;
     top: 24px;
     right: 15px;
}
 .menu-toggler .bar1, .menu-toggler .bar2, .menu-toggler .bar3 {
     width: 20px;
     height: 2px;
     margin: 2px 0;
     transition: 0.4s;
     float: left;
}
 .header-theme.menu-toggler-active .menu-toggler .bar1 {
     -webkit-transform: rotate(-45deg) translate(-4px, 6px);
     transform: rotate(-45deg) translate(-4px, 4px);
}
 .header-theme.menu-toggler-active .menu-toggler .bar2 {
     opacity: 0;
}
 .header-theme.menu-toggler-active .menu-toggler .bar3 {
     -webkit-transform: rotate(45deg) translate(-4px, -6px);
     transform: rotate(45deg) translate(-5px, -4px);
}
 .menu-toggler-2 {
     border-radius: 180px;
     float: right;
     height: 18px;
     width: 20px;
     text-align: center;
     display: inline-block;
     vertical-align: top;
     border: none !important;
     box-shadow: none !important;
     outline: none !important;
     margin: 11px 10px;
     z-index: 1;
     top: 40px;
     right: 15px;
     position: absolute;
     display:none;
}
 .menu-toggler-2 .bar1, .menu-toggler-2 .bar2, .menu-toggler-2 .bar3 {
     width: 20px;
     height: 2px;
     background-color: #d49325;
     margin: 2px 0;
     transition: 0.4s;
     float: left;
}
 .menu-toggler-2.menu-toggler-active .bar1 {
     -webkit-transform: rotate(-45deg) translate(-4px, 6px);
     transform: rotate(-45deg) translate(-4px, 4px);
}
 .menu-toggler-2.menu-toggler-active .bar2 {
     opacity: 0;
}
 .menu-toggler-2.menu-toggler-active .bar3 {
     -webkit-transform: rotate(45deg) translate(-4px, -6px);
     transform: rotate(45deg) translate(-5px, -4px);
}
 .top-header{
     width: 100%;
     float: none;
     display: inline-block;
     vertical-align: top;
     padding: 6px 0px;
	 position: relative;
    z-index: 25;
}
 .top-header .left-top-menu{
     width: 100%;
     display: inline-block;
     vertical-align: top;
     text-align: left;
}
 .top-header .left-top-menu .cell{
     color: #fff;
     line-height: 24px;
}
 .top-header .right-top-menu{
     width: 100%;
     display: inline-block;
     vertical-align: top;
     text-align: right;
}
 .top-header .right-top-menu .login-buttons{
     display: inline-block;
     vertical-align: top;
     text-align: center;
}
 .top-header .right-top-menu .login-buttons .top-button{
     float: none;
     line-height: 24px;
     border-radius: 180px;
     background: #fff;
     padding: 0px 10px;
     margin-left: 10px;
     color: #000000;
     font-size: 13px;
     display: inline-block;
     margin: 2px 2px !important;
}
 .top-header .right-top-menu .login-buttons .top-button:hover{
     color: #fff;
}
 
 .top-header .right-top-menu .social-buttons{
        display: inline-block;
    vertical-align: top;
    text-align: right;
    position: relative;
}
.top-header .right-top-menu .social-buttons .icons:first-child {
    margin-left: 20px !important;
}
.top-header .right-top-menu .social-buttons .icons:first-child:after {
    content: "";
    height: 20px;
    width: 1px;
    background: #fff;
    position: absolute;
    left: 10px;
    top: 2px;
}
 .social-buttons a {
     width: 26px;
     height: 26px;
     border: 1px solid #fff;
     border-radius: 100px;
     padding: 5px;
     color: #fff;
}

 .social-buttons .icons:hover {
     width: 26px;
     height: 26px;
     border: 1px solid #fff;
     border-radius: 100px;
     padding: 5px;
     background: #fff;
}
 .social-buttons a.fab.fa-facebook-f {
     padding-right: 8px;
}
.top-header .right-top-menu .social-buttons .fa {
    width: 26px;
    height: 26px;
    border: 1px solid #fff;
    border-radius: 100px;
    padding: 5px;
    background: #fff;
    vertical-align: top;
    margin-left: 3px;
}
 .top-header .right-top-menu .social-buttons .fa:hover{
     background: #fff;
}
 .theme-banner-group{
     width: 100%;
     float: none;
     display: inline-block;
     vertical-align: top;
     position: relative;
     height: 590px;
}
 .theme-banner-group .owl-nav{
     display:none;
}
 .theme-banner-group .owl-dots{
     position: absolute;
     width: 100%;
     left: 0px;
     text-align: center;
     bottom: 100px;
     z-index: 1;
     height: 16px;
}
 .theme-banner-group .owl-dot{
     background: #ffffff;
     width: 16px;
     height: 16px;
     display: inline-block;
     vertical-align: top;
     margin: 0px 3px;
     border-radius: 8px;
     -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
     -o-transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;
}
 .theme-banner-group .owl-dot.active{
     background: #ba8833;
     width: 28px;
}
 .theme-banner-group .single-banner{
     height: 590px;
     width: 100%;
     float: none;
     display: table;
     vertical-align: top;
     background-position: top center;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     background-size: cover;
     -o-background-size: cover;
     right: 0px;
     top: 0px;
     -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
     transition: all 0.5s;
}
 .theme-banner-group .single-banner:before{
     content:"";
     position:absolute;
     height:100%;
     width:100%;
     top:0px;
     left: 0px;
}
 .theme-banner-group .single-banner .banner-content{
     top: 0px;
     height: 100%;
     width: 100%;
     left: 0px;
     display: table-cell;
     vertical-align: middle;
     padding-bottom: 70px;
     position: relative;
}
 .theme-banner-group .single-banner .banner-content .banner-center-content{
     width: 50%;
     float: left;
     background: #00000096;
     padding: 20px 30px;
     border-left: 15px solid #a1752b;
}
 .theme-banner-group .single-banner .banner-content .banner-center-content .banner-title{
     font-family: 'Roboto', sans-serif;
     font-size: 40px;
     color: #fff;
}
 .theme-banner-group .single-banner .banner-content .banner-center-content .banner-subtitle{
     font-family: 'Roboto', sans-serif;
     font-size: 20px;
     color: #fff;
}
 .theme-banner-group .single-banner .banner-content .banner-center-content .view-now-btn:hover {
     color: #fff;
}
 .theme-banner-group .single-banner .banner-content .banner-center-content .view-now-btn {
     background: #ffffff00;
     color: #fff;
     padding: 11px 53px;
     display: inline-block;
     margin-top: 6px;
     border-radius: 7px;
     font-size: 18px;
     font-weight: 400;
     border: 2px solid #fff;
}
 .elementor-widget-container .search-form-group{
     margin-bottom: 0px;
}
 .search-form-group{
     width: 100%;
     float: none;
     position: relative;
     display: inline-block;
     vertical-align: top;
     margin-top: -100px;
     margin-left: -30px;
     margin-bottom: 50px;
     z-index: 1;
}
 .search-form-group .search-form-content{
     width: calc(100% + 30px);
     margin: 0px 15px;
     background: #fff;
     padding: 25px;
     display: table;
     box-shadow: 0px 0px 25px 0px #b3b3b3;
}
 .search-form-group .form-title{
     width: 35%;
     font-size: 24px;
     font-weight: 600;
     padding-right: 40px;
     display: table-cell;
}
 .search-form-group .search-form{
     width: 100%;
     display: table-cell;
     vertical-align: middle;
}
 .search-form-group .search-form .form-group{
     margin: 0px;
     margin-left: 25px;
     display: inline-block;
     width: calc(37% - 25px);
     height: 34px;
     vertical-align: middle;
}
 .search-form-group .search-form .form-group .form-control{
     background: #ececec;
     border: none;
     font-size: 14px;
     margin-left: 14px;
     float: left;
     width: 100%;
     margin: 0px;
}
 .search-form-group .search-form .form-btn-group{
     margin: 0px;
     margin-left: 25px;
     display: inline-block;
     width: calc(24% - 25px);
     height: 34px;
     vertical-align: middle;
}
 .search-form-group .search-form .form-btn-group .form-btn{
     border: none;
     font-size: 14px;
     float: left;
     height: 34px;
     line-height: 34px;
     padding: 0px 15px;
     border-radius: 4px;
     color: #fff;
     width: 100%;
     text-align: center;
     margin: 0px !important;
} 
 .welcome-message{
     width: 100%;
     float: none;
     position: relative;
     display: inline-block;
     padding: 0px 0px;
     margin-bottom: 50px;
}
 .welcome-message .welcome-message-content{
     width: 100%;
     float: none;
     position: relative;
     display: inline-block;
     padding-left: calc(40% + 30px);
     padding-top: 50px;
     padding-bottom: 80px;
}
 .welcome-message .welcome-message-content .welcome-image{
     width: 40%;
     height: 100%;
     position: absolute;
     top: 0px;
     left: 0px;
     border: 12px solid #fff;
     box-shadow: 0px 0px 10px 0px #b3b3b3;
     background-color: #fff;
     background-size: contain;
     background-position: center center;
     background-repeat: no-repeat;
}
 .welcome-message.about-image-con .welcome-message-content .welcome-image{
     background-size: cover;
}
 .welcome-message .welcome-message-content .welcome-title{
     font-size: 34px;
     color: #000000;
     width: 100%;
     float: none;
     display: inline-block;
     margin-bottom: 20px;
     position: relative;
     font-weight:normal;
}
 .welcome-message .welcome-message-content .welcome-content{
     width: calc(100% + 150px);
     height: 100%;
     position: relative;
     top: 0px;
     left: -150px;
     box-shadow: 0px 0px 11px 0px #b3b3b3;
     padding: 40px;
     background: #fff;
}
 .welcome-message .welcome-message-content .welcome-content .welcome-paragraph{
     font-size: 16px;
     color: #000000;
     width: 100%;
     float: none;
     display: inline-block;
     margin-bottom: 20px;
     line-height: 28px;
}
 .welcome-message .welcome-message-content .welcome-content .welcome-top-actions{
     width: 100%;
     float: none;
     display: inline-block;
}
 .welcome-message .welcome-message-content .welcome-content .welcome-top-actions .cell{
     color: #000000;
     line-height: 30px;
     display: inline-block;
     vertical-align: top;
     margin-right: 50px;
     font-size: 18px;
}
 .welcome-message .welcome-message-content .welcome-content .welcome-top-actions .cell .fa{
     line-height: 30px;
     display: inline-block;
     vertical-align: top;
     width: 30px;
     text-align: center;
     font-size: 24px;
}
 .service-group{
     width: calc(100% + 30px) !important;
     position: relative !important;
     box-shadow: 0px 0px 10px 0px #b3b3b3;
     padding: 40px 10px 20px 10px !important;
     background: #fff;
     display: inline-block;
     vertical-align: top;
     left: 0px !important;
     margin: 0px -15px 50px -15px !important;
}
 .service-group .service-group-title{
     font-size: 34px;
     color: #000000;
     width: 100%;
     float: none;
     display: inline-block;
     margin-bottom: 20px;
     text-align: center;
}
 .service-group .service-group-subtitle{
     font-size: 16px;
     color: #000000;
     width: 100%;
     float: none;
     display: inline-block;
     line-height: 28px;
     text-align: center;
    /* margin-bottom: 30px;
     */
     margin-top: 20px;
}
 .service-group .service-list{
     width: 100%;
     float: none;
     position: relative;
     display: inline-block;
}
 .service-group .single-service{
     width: 100%;
     float: none;
     position: relative;
     display: inline-block;
     margin-bottom: 30px;
}
 .service-group .single-service .service-image{
     width: 100%;
     height: 250px;
     position: relative;
     top: 0px;
     left: 0px;
     background-position: center center;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     background-size: cover;
     -o-background-size: cover;
     box-shadow: 0px 0px 20px 0px #dadada;
     padding: 20px;
}
 .service-group .single-service .service-content{
     width: calc(100% - 30px);
     float: left;
     background: #fff;
     margin-top: -30px;
     position: relative;
     margin-left: 14px;
     box-shadow: 0px 0px 20px 0px #dadada;
     padding: 22px;
}
 .service-group .single-service .service-content .service-title{
     font-size: 16px;
     color: #000000;
     width: 100%;
     float: none;
     display: inline-block;
     line-height: 28px;
     margin-bottom: 15px;
     font-weight: 600;
}
 .service-group .single-service .service-content .service-flag{
     width: 100%;
     float: none;
     display: inline-block;
     line-height: 28px;
     margin-bottom: 15px;
}
 .service-group .single-service .service-content .service-flag .flag{
     float: left;
     padding: 0px 30px;
     color: #fff;
     font-size: 15px;
     margin-left: -32px;
     line-height: 30px;
     position: relative;
}
 .service-group .single-service .service-content .service-flag .flag:before {
     content: "";
     background-image: url(../images/event-shadow.png);
     position: absolute;
     width: 10px;
     height: 10px;
     background-size: 10px;
     top: -10px;
     left: 0px;
}
 .service-group .single-service .service-content .service-paragraph{
     font-size: 16px;
     color: #000000;
     width: 100%;
     float: none;
     display: inline-block;
     line-height: 24px;
     margin-bottom: 15px;
     height: 180px;
     overflow-y: auto;
}
 .service-paragraph p{
     font-size: 16px;
     color: #000000 !important;
     width: 100%;
     float: none;
     display: inline-block;
     line-height: 24px;
     margin-bottom: 15px;
}
 .service-group .single-service .service-content .service-btn{
     border: none;
     font-size: 14px;
     float: left;
     height: 35px;
     line-height: 35px;
     padding: 0px 15px;
     border-radius: 4px;
     color: #fff;
     text-align: center;
} 
 .page-content{
     width: 100%;
     float: none;
     position: relative;
     display: inline-block;
}
 .sponsar-group{
     background: #f3f3f3;
     margin-bottom: 50px;
     padding-left: 250px;
     width: 100%;
     float: none;
     position: relative;
     display: inline-block;
     margin: 20px 0px;
}
 .sponsar-group .left-sponsar{
     width: 250px;
     position: absolute;
     top: 0px;
     left: 0px;
     height: 100%;
     padding-top: 100px;
}
 .sponsar-group .left-sponsar .sponsar-logo{
     position: absolute;
     right: 0px;
     top: 0px;
}
 .sponsar-group .left-sponsar .sponsar-logo img{
     width: 100%;
     float: none;
     position: relative;
     display: inline-block;
}
 .sponsar-group .left-sponsar .sponsar-user{
     margin-right: -120px;
     width: 240px;
     height: 240px;
     overflow: hidden;
     padding: 0px;
     border: 6px solid #fff;
     box-shadow: 0px 0px 10px 0px #b3b3b3;
     border-radius: 180px;
     background: #fff;
     position: absolute;
     top: 50%;
     margin-top: -120px;
     right: 0px;
}
 .sponsar-group .left-sponsar .sponsar-user img{
     position: absolute;
     bottom: auto;
     max-height: 100%;
     max-width: 100%;
     top: 50%;
     left: 50%;
     -webkit-transform: translateY(-50%) translateX(-50%);
     -ms-transform: translateY(-50%) translateX(-50%);
     transform: translateY(-50%) translateX(-50%);
     text-align: center;
     -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
     -o-transition: all .4s ease-in-out;
     transition: all .4s ease-in-out;
     min-width: auto;
     min-height: auto;
     padding: 0;
     border: none;
}
 .sponsar-group .right-sponsar{
     width: 100%;
     float: none;
     position: relative;
     display: inline-block;
     padding: 30px 30px 30px 180px;
}
 .sponsar-group .right-sponsar .sponsar-title{
     font-size: 34px;
     color: #000000;
     width: 100%;
     float: none;
     display: inline-block;
     margin-bottom: 20px;
}
 .sponsar-group .right-sponsar .sponsar-paragraph{
     font-size: 16px;
     color: #000000;
     width: 100%;
     float: none;
     display: inline-block;
     line-height: 25px;
     margin-bottom: 15px;
}
 .sponsar-group .right-sponsar .sponsar-ul{
     width: 100%;
     float: none;
     display: inline-block;
     margin-bottom: 20px;
     padding: 0px;
     list-style: none;
}
 .sponsar-group .right-sponsar .sponsar-ul li{
     font-size: 16px;
     width: 100%;
     float: none;
     display: inline-block;
     line-height: 25px;
     margin-bottom: 5px;
     word-break: break-word;
}
 .sponsar-group .right-sponsar .sponsar-ul li .fa{
     line-height: 25px;
     display: inline-block;
     vertical-align: top;
     text-align: center;
     width: 25px;
}
 .video-group{
     margin-bottom: 50px;
     width: 100%;
     float: none;
     position: relative;
     display: inline-block;
     background-position: center center;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     background-size: cover;
     -o-background-size: cover;
}
 .video-group:before{
     content:"";
     position: absolute;
     top: 0px;
     left: 0px;
     height: 100%;
     background: rgb(0 0 0 / 40%);
     width: 100%;
}
 .video-group .right-video{
     width: 350px;
     float: right;
     background: #00000085;
     padding: 70px 50px 70px 80px;
     position: relative;
}
 .video-group .right-video .video-icon{
     width: 80px;
     height: 80px;
     position: absolute;
     top: 50%;
     left: -40px;
     margin-top: -40px;
}
 .video-group .right-video .video-icon img{
     width: 100%;
     float: left;
     position: relative;
}
 .video-group .right-video .video-title{
     font-size: 34px;
     color: #ffffff;
     width: 100%;
     float: none;
     display: inline-block;
     margin-bottom: 20px;
     text-align: center;
}
 .video-group .right-video .video-paragraph{
     font-size: 15px;
     color: #ffffff;
     width: 100%;
     float: none;
     display: inline-block;
     line-height: 25px;
     text-align: center;
}
 .social-sections{
     width: 100%;
     float: none;
     position: relative;
     display: inline-block;
}
 .social-whitebox{
     width: 100%;
     margin-bottom: 30px;
     background: #fff;
     padding: 30px;
     box-shadow: 0px 0px 6px #ccc;
}
 .social-whitebox .social-whitebox-title{
     font-size: 26px;
     color: #000000;
     width: 100%;
     float: none;
     display: inline-block;
     margin-bottom: 20px;
}
 .fb-group-button i.fab.fa-facebook-f {
     background: #4369b4;
     color: #fff;
     padding: 5px 8px;
}
 .fb-group{
     background: #fff;
     box-shadow: 0px 0px 6px #ccc;
     width: 100%;
     float: none;
     display: inline-block;
     overflow: hidden;
}
 .fb-group .fb-group-header {
     width: 100%;
     float: none;
     position: relative;
     display: inline-block;
     background-position: center center;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     background-size: cover;
     -o-background-size: cover;
     padding: 0;
     min-height: auto;
     margin: auto;
     text-align: center;
}
 .fb-group .fb-group-header:before{
     content:"";
     position: absolute;
     top: 0px;
     left: 0px;
     width: 100%;
     height: 100%;
     background: transparent;
     box-shadow: 0px 0px 6px #ccc;
}
 .fb-group .fb-group-header .fb-group-top{
     width: 100%;
     float: left;
     text-align: left;
     display: flex;
     padding: 25px;
     position: absolute;
     top: 0px;
     left: 0px;
}
 .fb-group .fb-group-header .fb-group-top .fb-group-logo{
     float: none;
     background: #fff;
     padding: 10px;
     display: inline-block;
     vertical-align: top;
     margin-right: 15px;
}
 .fb-group .fb-group-header .fb-group-top .fb-group-title{
     display: inline-block;
     vertical-align: top;
     color: #fff;
     font-size: 20px;
     max-width: 300px;
}
 .fb-group .fb-group-header .fb-group-bottom{
     position: absolute;
     width: 100%;
     float: none;
     display: inline-block;
     bottom: 0px;
     left: 0px;
     padding: 25px;
}
 .fb-group .fb-group-header .fb-group-bottom .fb-group-button{
     float: none;
     position: relative;
     display: inline-block;
     background: #fff;
     line-height: 30px;
     padding: 0px 8px;
}
 .fb-group .fb-group-header .fb-group-bottom .fb-group-button .fa-facebook-official{
     line-height: 30px;
     width: 30px;
     text-align: center;
     color: #2b2b81;
     display: inline-block;
     vertical-align: top;
     font-size: 24px;
}
 .fb-group .fb-group-header .fb-group-bottom .fb-group-button .fa-share{
     line-height: 30px;
     width: 30px;
     text-align: center;
     color: #7f7f7f;
     display: inline-block;
     vertical-align: top;
     font-size: 20px;
}
 .fb-group .fb-group-body{
     width: 100%;
     margin-bottom: 0px;
     background: #fff;
     padding: 15px;
     box-shadow: 0px 0px 6px #ccc;
     float: none;
     display: none;
}
 .fb-group .fb-group-body .fb-group-body-center{
     width: 100%;
     margin-bottom: 0px;
     background: #fff;
     padding: 15px;
     box-shadow: 0px 0px 6px #ccc;
     float: none;
     display: inline-block;
}
 .fb-group .fb-group-body .fb-group-body-title{
     font-size: 14px;
     width: 100%;
     float: none;
     display: inline-block;
     margin-bottom: 10px;
     font-weight: 600;
}
 .fb-group .fb-group-body .fb-friends{
     width: 100%;
     float: none;
     display: inline-block;
}
 .fb-group .fb-group-body .fb-friends .single-friend{
     width: 40px;
     margin-right: 2px;
     margin-bottom: 2px;
     display:inline-block;
}
 .practicelink-magazine{
     width: 100%;
     float: none;
     position: relative;
     display: inline-block;
     text-align: center;
}
 .practicelink-magazine img{
     width: auto;
     float: none;
     position: relative;
     display: inline-block;
     max-width: 100%;
}
 .footer-theme{
     width: 100%;
     background: #3f3e3e;
     padding: 25px 0px;
     display: inline-block;
     vertical-align: top;
     margin-top:30px;
}
 .footer-theme .footer-left-logo{
     float: none;
     position: relative;
     display: inline-block;
     vertical-align: top;
}
 .footer-theme .footer-left-logo img{
     float: none;
     position: relative;
     display: inline-block;
     vertical-align: top;
}
 .footer-theme .footer-menu{
     float: none;
     position: relative;
     display: inline-block;
     vertical-align: top;
     text-align: right;
     width: 100%;
     padding: 0px;
     margin: 20px 0px;
}
 .footer-theme .footer-menu li{
     display: inline-block;
     vertical-align: top;
     margin-left: 20px;
}
 .footer-theme .footer-menu li a{
     float: left;
     color: #fff;
}
 .footer-theme .footer-menu li a:hover{
     color: #d69831 !important;
}
 .footer-theme .footer-menu li:hover .footer-item{
     color: #00a6e4;
}
 .footer-line{
     width: 100%;
     background: #363636;
     padding: 8px 0px;
     display: inline-block;
     vertical-align: top;
     text-align: center;
}
 .footer-line p{
     margin-bottom: 0px;
     color: #fff;
     text-align: center;
     line-height:auto;
     float:none;
     font-size:14px;
}
/* About us page css start here */
 .banner-inner-pages {
     padding: 59px 0;
}
 .banner-inner-pages .banner-title {
     font-size: 34px;
     color: #fff;
     text-align: center;
     font-weight: 300;
     text-transform: uppercase;
}
 .innerpage-banner .single-banner {
     background: no-repeat;
     background-size:cover;
}
 .welcome-message.about-image-con .welcome-message-content {
     width: 100%;
     float: none;
     position: relative;
     display: inline-block;
     padding-left: calc(40% + 30px);
     padding-top: 50px;
     padding-bottom: 110px;
}
 .welcome-message.about-image-con .welcome-message-content .welcome-content .welcome-paragraph {
     font-size: 16px;
     color: #000000;
     width: 100%;
     float: none;
     display: inline-block;
     margin-bottom: 20px;
     line-height: 28px;
     padding: 30px 30px;
}
 .current-board-section {
     width: 100%;
     float: none;
     position: relative;
     display: inline-block;
    /* padding: 30px 0px;
     */
}
 .current-board-section .heading-current {
     text-align: center;
     font-size: 34px;
     font-weight: normal;
     padding: 0px;
    /* padding: 10px;
     */
}
 .current-board-section .current-txt {
     width: 84%;
     margin: auto;
     text-align: center;
     font-size: 16px;
     line-height: 24px;
     padding: 0px 0 0px 0px;
    /* padding: 0px 0 10px 0px;
     */
}
 .outer-curent-client button {
     background: none;
     font-weight: 700;
     font-size: 14px;
    /* padding-left: 15px;
     */
     display: inline-block;
     vertical-align: top;
     padding: 0px;
     border: none;
}
 img.image-border {
     border: 2px solid #a1752b !important;
     border-radius: 50% !important;
}
 .image-currt-text {
     text-align: center;
     font-size: 16px;
     line-height: 29px;
}
 .image-currt-text span {
     display: block;
}
 .outer-curent-client {
     box-shadow: 0 0 15px #ccc;
     padding: 20px 20px 5px 20px;
     margin-bottom:30px;
}
 .outer-curent-client h3{
     margin-top: 0px;
}
 .box-text-cur p {
     padding: 10px 0 0px 0px;
     text-align: justify;
}
 .image-currt-text h3 {
     font-size:22px;
}
 #more {
     display: none;
}
 #more1 {
     display: none;
}
 #more2 {
     display: none;
}
 #more3 {
     display: none;
}
 #more4 {
     display: none;
}
 #more5 {
     display: none;
}
 #more6 {
     display: none;
}
 #more7 {
     display: none;
}
/* About us page css end here */
 .mt-40 {
     margin-top:40px 
}
 .mb-40 {
     margin-bottom:40px 
}
 .mt-30 {
     margin-top:30px 
}
 .mb-30 {
     margin-bottom:30px 
}
 .mt-20 {
     margin-top:20px 
}
 .mb-20 {
     margin-bottom:30px 
}
 .common-heading-left{
     font-size: 34px;
     font-weight: 300;
     padding: 0 0 15px 0px;
}
/* Sponsor page css start here */
 .spancer-platinum h2 {
     font-size: 34px;
     font-weight: 300;
     padding: 0 0 15px 0px;
     color:#222;
}
 .sponsar-gold h2 {
     font-size: 34px;
     font-weight: 300;
     padding: 0 0 15px 0px;
     color:#9e732a;
}
 .spancer-platinum .left-sponsar{
     width: 300px;
     background: #232323;
     position: absolute;
     top: 0px;
     left: 0px;
     height: 100%;
     padding-top: 100px;
}
 .sponsar-gold .left-sponsar{
     width: 300px;
     position: absolute;
     top: 0px;
     left: 0px;
     height: 100%;
     padding-top: 100px;
}
 .sponsar-sliver .left-sponsar{
     width: 300px;
     background: #757575;
     position: absolute;
     top: 0px;
     left: 0px;
     height: 100%;
     padding-top: 100px;
}
 .sponsar-sliver h2 {
     font-size: 34px;
     font-weight: 300;
     padding: 0 0 15px 0px;
     color:#757575;
}
 .bylawas-sec h3 {
     font-size: 22px;
     font-weight: 500;
     color: #9e732a;
}
 .bylawas-sec p {
     padding: 0px 0 0px 0px;
}
 .duties-section {
     background: #f5f5f5;
     display: block;
     width: 100%;
     padding: 0px 0px 25px 0px;
     margin: 0px 0px 25px 0px;
}
 .duties-section h3 {
     display: block;
     width: 100% !important;
     font-size: 30px;
     font-weight: 400;
     margin: auto;
     text-align: center;
     padding-bottom: 0px !important;
     margin-bottom: 30px;
}
 .bylawsdutyofficerswidget.outer-dut .bylawsdutyofficerswidget-center-image{
     position: absolute;
     top: -64px;
     left: 50%;
     z-index: 9999;
     border: 4px solid #fff;
     border-radius: 100px;
     box-shadow: 0 0 6px #ccc;
     width: 127px;
     height: 127px;
     margin-left: -64px;
     overflow: hidden;
}
 .bylawsdutyofficerswidget.outer-dut .bylawsdutyofficerswidget-center-image img {
     position: absolute;
     bottom: auto;
     max-width: 100%;
     top: 50%;
     left: 50%;
     -webkit-transform: translateY(-50%) translateX(-50%);
     -ms-transform: translateY(-50%) translateX(-50%);
     transform: translateY(-50%) translateX(-50%);
     text-align: center;
     -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
     -o-transition: all .4s ease-in-out;
     transition: all .4s ease-in-out;
     min-width: 100%;
     min-height: 100%;
     padding: 0;
     border: none;
}
 .bylawsdutyofficerswidget.outer-dut:hover .bylawsdutyofficerswidget-center-image {
     border: 4px solid #a1752b;
     border-radius: 100px;
     box-shadow: 0 0 6px #ccc;
}
 .bylawsdutyofficerswidget.outer-dut {
     position: relative;
}
 .bylawsdutyofficerswidget .single-service{
     min-height: 280px;
}
 .bylawsdutyofficerswidget .single-service .single-service-content{
     width: 100%;
     float: left;
     position: relative;
     height: 230px;
     overflow-y: auto;
}
 .single-service {
     position: relative;
     text-align: center;
     margin-bottom: 20px;
     -webkit-transition: .3s;
     transition: .3s;
     padding: 75px 12px 10px 12px;
     box-shadow: 0 1px 4px rgb(0 0 0 / 16%);
     overflow: hidden;
     border-radius: 15px;
     margin-top: 60px;
}
 .single-service:before {
     position: absolute;
     width: 0;
     height: 0;
	 background-color: #a1752b;
     left: 0;
     top: 0;
     content: "";
     -webkit-transition: .3s;
     transition: .3s 
}
 .single-service:after {
     position: absolute;
     width: 0;
     height: 0;
	 background-color: #a1752b;
     right: 0;
     bottom: 0;
     content: "";
     -webkit-transition: .3s;
     transition: .3s 
}
 .contactusofficerswidget.outer-dut:hover .single-service:after, .contactusofficerswidget.outer-dut:hover .single-service:before, .bylawsdutyofficerswidget.outer-dut:hover .single-service:after, .bylawsdutyofficerswidget.outer-dut:hover .single-service:before, .single-service:hover:after, .single-service:hover:before {
     width: 50%;
     height: 4px;
     -webkit-transition: .3s;
     transition: .3s 
}
 .single-service:hover {
     box-shadow: 1px 3px 10px 0 rgba(0, 0, 0, 0.10) 
}
 .single-service i.fa {
     font-size: 20px;
     width: 60px;
     height: 60px;
     border: 1px solid #ddd;
     line-height: 60px;
     margin-bottom: 30px;
     border-radius: 50%;
     -webkit-transition: .3s;
     transition: .3s 
}
 .single-service:hover i.fa {
     background-color: #FF7200;
     color: #fff;
     border-color: #FF7200;
     border-radius: 0;
}
 .single-service h4 {
     font-size: 22px;
     font-weight: 400;
     margin-bottom: 15px;
     text-transform: capitalize;
     color: #fff;
}
 .single-service p {
     font-size: 15px;
     line-height: 1.8;
     color: #fff;
     font-weight: 300;
}
/* Sponsor page css end here */
/* contact us page css start here */
 .contactus-sec .single-service {
     position: relative;
     text-align: center;
     margin-bottom: 24px;
     -webkit-transition: .3s;
     transition: .3s;
     padding: 94px 12px 10px 12px;
     box-shadow: 0 1px 4px rgb(0 0 0 / 16%);
     overflow: hidden;
     background: #ffffff;
     border-radius: 0px;
     box-shadow: 0 0 16px #ccc;
}
 .contactus-sec h4 {
     font-size: 22px;
     font-weight: 400;
     margin-bottom: 15px;
     text-transform: capitalize;
     color: #000;
}
 .contactus-sec p {
     font-size: 15px;
     line-height: 1.8;
     color: #000;
     font-size: 14px;
     font-weight: 300;
     margin-bottom: 5px;
}
 .contactus-sec h3 {
     display: block;
     width: 100%;
     font-size: 30px;
     font-weight: 400;
     margin: auto;
     text-align: center;
     padding-bottom:0px 
}
 .duties-section.contactus-sec {
     background: #fff;
}
 .contactus-sec .outer-dut {
     position: relative;
     margin: 60px 0 0 0px;
}
 .contactus-sec .outer-dut .contactus-center-image{
     position: absolute;
     top: -64px;
     left: 50%;
     z-index: 1;
     border: 4px solid #fff;
     border-radius: 100px;
     box-shadow: 0 0 6px #ccc;
     width: 127px;
     height: 127px;
     margin-left: -64px;
     overflow: hidden;
}
 .contactus-sec .outer-dut .contactus-center-image img {
     position: absolute;
     bottom: auto;
     max-width: 100%;
     top: 50%;
     left: 50%;
     -webkit-transform: translateY(-50%) translateX(-50%);
     -ms-transform: translateY(-50%) translateX(-50%);
     transform: translateY(-50%) translateX(-50%);
     text-align: center;
     -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
     -o-transition: all .4s ease-in-out;
     transition: all .4s ease-in-out;
     min-width: 100%;
     min-height: 100%;
     padding: 0;
     border: none;
}
 .outer-dut.image-currt-text:hover .contactus-center-image, .outer-dut:hover .contactus-center-image, .outer-dut:hover .bylawsdutyofficerswidget-center-image{
     border: 4px solid #a1752b;
}
 .contactus-outer {
    /*margin: 60px 0 0 0px;
     */
     padding: 20px 20px 20px 20px;
}
 .contactus-outer .form-group label{
     color: #fff;
     font-size: 16px;
}
 .contactus-sec h3 {
     font-size: 22px;
     font-weight: 500;
     color: #9e732a;
}
 .contactus-sec input {
     height: 48px;
     padding: 0px 10px 0px 10px;
     margin-bottom: 25px;
     font-size:14px;
}
 .contactus-outer h5 span {
     font-size: 34px;
     display: block;
     font-weight: 500;
     line-height: 46px;
     padding: 0 0px 10px 0px;
}
 .contactus-outer h5 {
     color: #fff;
     margin-top: 0px;
}
 .buton-form {
    /* background: #000;
     */
     display: block;
     margin-top: 10px;
     min-height: 37px;
     text-align: right;
     position: relative;
     float: none;
     width: 100%;
}
 .buton-form a {
     background: #000;
     color: #fff;
     padding: 12px 70px 13px 70px;
     width: 100%;
     display: block;
     font-size: 16px;
}
 .buton-form a:hover {
     color: #fff;
     padding: 12px 70px 13px 70px;
     width: 100%;
     display: block;
     font-size: 16px;
}
 .buton-form .wpcf7-submit {
     background: #000;
     color: #fff;
     padding: 12px 70px 13px 70px;
     width: auto;
     display: inline-block;
     font-size: 16px;
     margin: 0px !important;
     vertical-align: top;
     right: initial;
     float: right;
}
 .buton-form .wpcf7-submit + .ajax-loader{
     position: absolute;
     right: 15px;
     top: 15px;
     filter: brightness(1) invert(1);
}
 .buton-form .wpcf7-submit:hover {
     color: #fff;
}
/* contact us page css end here */
/* for member page css start here */
 .login-container {
     margin-top: 0px;
     margin-bottom: 0px;
}
 .login-logo{
     position: relative;
     margin-left: -47.5%;
}
 .login-logo img {
     position: absolute;
     margin-top: 9%;
     padding: 5%;
     margin-left: 60px;
}
 .login-form-1 {
     padding: 5%;
     box-shadow: 0 5px 8px 0 rgb(0 0 0 / 20%), 0 9px 26px 0 rgb(0 0 0 / 19%);
}
 .login-form-1 h3 {
     margin-bottom: 8%;
     color: #fff;
     font-size: 22px;
}
 .login-form-2{
     padding: 5%;
     box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}
 .login-form-2 h3{
     text-align: center;
     margin-bottom:12%;
     color: #fff;
}
 .btnSubmit {
     font-weight: 600;
     width: 50%;
     color: #fff;
     background-color: #000000;
     border: none;
     border-radius: 1.5rem;
     padding:3%;
     margin: 15px 0 10px 0px;
}
 .btnSubmit:hover {
     font-weight: 600;
     width: 50%;
     color: #fff;
     border: none;
     border-radius: 1.5rem;
     padding: 3%;
     margin: 15px 0 10px 0px;
}
 .btnForgetPwd{
     color: #fff;
     font-weight: 600;
     text-decoration: none;
}
 .btnForgetPwd:hover{
     text-decoration:none;
     color:#fff;
}
 .mem-login input {
     width: 88%;
     margin-bottom: 24px;
     padding: 0px 10px 0px 10px !important;
     height:48px;
}
 .for-member-lgoin .login-form-2 {
     background-size: cover;
}
 .for-member-lgoin .form-check {
     display: inline-block;
     color: #fff;
     font-size: 16px;
     font-weight: 400;
}
 .forgotten{
     color:#fff !important;
}
 .for-member-lgoin select {
     width: 88%;
     margin-bottom: 14px;
    /* padding: 15px 15px 15px 15px;
     */
     border-radius: 5px;
}
/* for member page css end here */
/* membership-information page css start here */
 .membership-information {
     padding: 0px 0 0 0;
}
/*.sponsar-group {
     padding: 30px 0 0 0;
}
 */
 .membership-information .membership-information-content .welcome-content-membership {
     width: calc(100% + 150px);
     height: 100%;
     box-shadow: 0px 0px 11px #b3b3b3;
     padding: 40px;
     background: #fff;
}
 .membership-information img {
     float: right;
}
 .membership-information h2 {
     font-size: 34px;
     font-weight: normal;
     padding: 120px 0 0 0px;
}
 .join-mapra .membership-information h2{
     padding: 0px 0 0 0px !important;
}
 .join-mapra .membership-information{
     margin-top: 0px !important;
}
 .member-information-mid {
     background: #fff;
     display: block;
     width: 100%;
     padding: 50px;
}
 .member-info-mid .current-txt {
     width: 84%;
     margin: auto;
     text-align: center;
     font-size: 16px;
     line-height: 24px;
     padding: 0px 0px 0px 0px;
     margin-bottom: 25px;
}
 .member-info-mid {
     background: #f7f7f7;
     padding:50px;
     margin: 70px 0 60px 0px 
}
 .member-info-mid .single-service {
     position: relative;
     text-align: center;
     margin-bottom: 24px;
     -webkit-transition: .3s;
     transition: .3s;
     padding: 75px 12px 10px 12px;
     box-shadow: 0 1px 4px rgb(0 0 0 / 16%);
     overflow: hidden;
     background: #fff;
     border-radius: 15px;
}
 .member-info-mid .single-service h4 {
     font-size: 22px;
     font-weight: 400;
     margin-bottom: 15px;
     text-transform: capitalize;
     margin-top: 10px;
     line-height: 28px;
}
 .member-info-mid .single-service .single-service-content{
     height: 150px;
     overflow-y: auto;
}
 .member-info-mid .single-service p {
     font-size: 15px;
     line-height: 1.8;
     color: #000;
     font-size: 14px;
     font-weight: 300;
}
/* membership-information page css end here */
/* Advanture in medicine page css start here */
 .advanture-left {
     padding: 30px 0 30px 0px;
}
 .advanture-left h3 {
     color: #fff;
     font-size: 34px;
     font-weight: 300;
     padding: 5px 0 10px 40px;
}
 .advanture-left p {
     font-size: 16px;
     font-weight: 300;
     color: #fff;
     padding: 24px 40px 10px 40px;
}
 .advanture-left img.ebook-download {
     padding: 0px 40px 10px 40px;
}
 .advanture-in-medicine .for-member-lgoin {
     border: 8px solid #ffffff;
     box-shadow: 0 0 8px #dedede;
}
 .advanture-in-medicine .login-form-2 {
     padding: 5%;
     box-shadow: none;
}
 span.tagline-imga {
     background: #fff;
     font-size: 18px;
     font-weight: 500;
     padding: 12px 38px;
     position: absolute;
     bottom: 0;
     left: 0;
     width: 70%;
}
 .banner-bottom-tag {
     font-size: 22px;
     font-weight: 500;
     color: #fff;
     padding: 10px 0 11px 0px;
     text-align: left;
}
 .banner-bottom-tag span {
     font-size: 24px;
     font-weight: 800;
     color: #000;
}
 span.tagline-imga2 {
     background: #fff;
     font-size: 18px;
     font-weight: 500;
     padding: 12px 38px;
     position: absolute;
     top: 27px;
     left: 0;
     width: 70%;
}
 .minuts-links a {
     display: block;
     line-height: 30px;
     font-weight: 500;
}
 .minuts-links h3 {
     color: #000;
     font-size: 34px;
     font-weight: 300;
}
 .home-services .single-service {
     position: relative;
     text-align: left;
    /* margin-bottom: 24px;
     */
     -webkit-transition: .3s;
     transition: .3s;
     padding: 0px 0 10px 0px;
     box-shadow: none;
    /* overflow: hidden;
     */
     background: none;
     border-radius: 0;
     padding: 15px;
     margin-top: 0px !important;
     width: calc(100% + 30px);
     padding-bottom: 20px;
     margin-left: -15px;
}
 .home-services .single-service:after {
     position: absolute;
     width: 0;
     height: 0;
     background-color: transparent;
     right: 0;
     bottom: 0;
     content: "";
     -webkit-transition: .3s;
     transition: .3s;
}
/* Advanture in medicine page css start here */
/* Testimonials page css start here */
 .testim {
     width: 100%;
     top: 50%;
}
 .testim .wrap {
     position: relative;
     width: 100%;
     max-width: 1020px;
     padding: 20px 0px;
     margin: auto;
}
 .testim .arrow {
     display: block;
     position: absolute;
     color: #eee;
     cursor: pointer;
     font-size: 2em;
     top: 50%;
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -o-transform: translateY(-50%);
     transform: translateY(-50%);
     -webkit-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
     padding: 5px;
     z-index: 888;
}
 .testim .arrow:before {
     cursor: pointer;
}
 .testim .arrow:hover {
     color: #ea830e;
}
 .testim .arrow.left {
     left: 10px;
}
 .testim .arrow.right {
     right: 10px;
}
 .testim .dots {
     text-align: center;
     position: absolute;
     width: 100%;
     bottom: 40px;
     left: 0;
     display: block;
     z-index: 888;
     height: 12px;
}
 .testim .dots .dot {
     list-style-type: none;
     display: inline-block;
     width: 12px;
     height: 12px;
     border-radius: 50%;
     border: 1px solid #eee;
     margin: 0 10px;
     cursor: pointer;
     -webkit-transition: all .5s ease-in-out;
     -ms-transition: all .5s ease-in-out;
     -moz-transition: all .5s ease-in-out;
     -o-transition: all .5s ease-in-out;
     transition: all .5s ease-in-out;
     position: relative;
}
 .testim .dots .dot.active, .testim .dots .dot:hover {
     background: #ea830e;
     border-color: #ea830e;
}
 .testim .dots .dot.active {
     -webkit-animation: testim-scale .5s ease-in-out forwards;
     -moz-animation: testim-scale .5s ease-in-out forwards;
     -ms-animation: testim-scale .5s ease-in-out forwards;
     -o-animation: testim-scale .5s ease-in-out forwards;
     animation: testim-scale .5s ease-in-out forwards;
}
 .testim .cont {
     position: relative;
     overflow: hidden;
}
 .testim .cont > div {
     text-align: center;
     position: absolute;
     top: 0;
     left: 0;
     padding: 0 0 70px 0;
     opacity: 0;
}
 .testim .cont > div.inactive {
     opacity: 1;
}
 .testim .cont > div.active {
     position: relative;
     opacity: 1;
}
 .testim .cont div .img img {
     display: block;
     width: 100px;
     height: 100px;
     margin: auto;
     border-radius: 50%;
}
 .testim .cont div h2 {
     color: #ffffff;
     font-size: 22px;
     margin: 15px 0;
     padding-bottom: 5px;
     font-weight: 400;
}
 .testim .cont div p {
     font-size: 1.15em;
     color: #eee;
     width: 80%;
     margin: auto;
     float:none;
}
 .testim .cont div h2 span {
     color: #ffffff;
     font-size: 24px;
     margin: 15px 0;
     display: block;
     line-height: initial;
     font-weight: 400;
}
 .elementor-26 .elementor-element.elementor-element-dbce1c8:not(.elementor-motion-effects-element-type-background), .elementor-26 .elementor-element.elementor-element-dbce1c8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{
     background-position: center center;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     background-size: cover;
     -o-background-size: cover;
}
 .clinet-testimonials {
     background-size: cover;
     padding: 25px 0;
     margin: 0px !important;
     background-size: cover;
}
 .clinet-testimonials .clinet-testimonials{
     background-size: cover;
     padding: 0px 0;
     margin: 0px !important;
     background-size: cover;
}
 .testim .cont div.active .img img {
     -webkit-animation: testim-show .5s ease-in-out forwards;
     -moz-animation: testim-show .5s ease-in-out forwards;
     -ms-animation: testim-show .5s ease-in-out forwards;
     -o-animation: testim-show .5s ease-in-out forwards;
     animation: testim-show .5s ease-in-out forwards;
}
 .testim .cont div.active h2 {
     -webkit-animation: testim-content-in .4s ease-in-out forwards;
     -moz-animation: testim-content-in .4s ease-in-out forwards;
     -ms-animation: testim-content-in .4s ease-in-out forwards;
     -o-animation: testim-content-in .4s ease-in-out forwards;
     animation: testim-content-in .4s ease-in-out forwards;
}
 .testim .cont div.active p {
     -webkit-animation: testim-content-in .5s ease-in-out forwards;
     -moz-animation: testim-content-in .5s ease-in-out forwards;
     -ms-animation: testim-content-in .5s ease-in-out forwards;
     -o-animation: testim-content-in .5s ease-in-out forwards;
     animation: testim-content-in .5s ease-in-out forwards;
}
 .testim .cont div.inactive .img img {
     -webkit-animation: testim-hide .5s ease-in-out forwards;
     -moz-animation: testim-hide .5s ease-in-out forwards;
     -ms-animation: testim-hide .5s ease-in-out forwards;
     -o-animation: testim-hide .5s ease-in-out forwards;
     animation: testim-hide .5s ease-in-out forwards;
}
 .testim .cont div.inactive h2 {
     -webkit-animation: testim-content-out .4s ease-in-out forwards;
     -moz-animation: testim-content-out .4s ease-in-out forwards;
     -ms-animation: testim-content-out .4s ease-in-out forwards;
     -o-animation: testim-content-out .4s ease-in-out forwards;
     animation: testim-content-out .4s ease-in-out forwards;
}
 .testim .cont div.inactive p {
     -webkit-animation: testim-content-out .5s ease-in-out forwards;
     -moz-animation: testim-content-out .5s ease-in-out forwards;
     -ms-animation: testim-content-out .5s ease-in-out forwards;
     -o-animation: testim-content-out .5s ease-in-out forwards;
     animation: testim-content-out .5s ease-in-out forwards;
}
 @-webkit-keyframes testim-scale {
     0% {
         -webkit-box-shadow: 0px 0px 0px 0px #eee;
         box-shadow: 0px 0px 0px 0px #eee;
    }
     35% {
         -webkit-box-shadow: 0px 0px 10px 5px #eee;
         box-shadow: 0px 0px 10px 5px #eee;
    }
     70% {
         -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
         box-shadow: 0px 0px 10px 5px #ea830e;
    }
     100% {
         -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
         box-shadow: 0px 0px 0px 0px #ea830e;
    }
}
 @-moz-keyframes testim-scale {
     0% {
         -moz-box-shadow: 0px 0px 0px 0px #eee;
         box-shadow: 0px 0px 0px 0px #eee;
    }
     35% {
         -moz-box-shadow: 0px 0px 10px 5px #eee;
         box-shadow: 0px 0px 10px 5px #eee;
    }
     70% {
         -moz-box-shadow: 0px 0px 10px 5px #ea830e;
         box-shadow: 0px 0px 10px 5px #ea830e;
    }
     100% {
         -moz-box-shadow: 0px 0px 0px 0px #ea830e;
         box-shadow: 0px 0px 0px 0px #ea830e;
    }
}
 @-ms-keyframes testim-scale {
     0% {
         -ms-box-shadow: 0px 0px 0px 0px #eee;
         box-shadow: 0px 0px 0px 0px #eee;
    }
     35% {
         -ms-box-shadow: 0px 0px 10px 5px #eee;
         box-shadow: 0px 0px 10px 5px #eee;
    }
     70% {
         -ms-box-shadow: 0px 0px 10px 5px #ea830e;
         box-shadow: 0px 0px 10px 5px #ea830e;
    }
     100% {
         -ms-box-shadow: 0px 0px 0px 0px #ea830e;
         box-shadow: 0px 0px 0px 0px #ea830e;
    }
}
 @-o-keyframes testim-scale {
     0% {
         -o-box-shadow: 0px 0px 0px 0px #eee;
         box-shadow: 0px 0px 0px 0px #eee;
    }
     35% {
         -o-box-shadow: 0px 0px 10px 5px #eee;
         box-shadow: 0px 0px 10px 5px #eee;
    }
     70% {
         -o-box-shadow: 0px 0px 10px 5px #ea830e;
         box-shadow: 0px 0px 10px 5px #ea830e;
    }
     100% {
         -o-box-shadow: 0px 0px 0px 0px #ea830e;
         box-shadow: 0px 0px 0px 0px #ea830e;
    }
}
 @keyframes testim-scale {
     0% {
         box-shadow: 0px 0px 0px 0px #eee;
    }
     35% {
         box-shadow: 0px 0px 10px 5px #eee;
    }
     70% {
         box-shadow: 0px 0px 10px 5px #ea830e;
    }
     100% {
         box-shadow: 0px 0px 0px 0px #ea830e;
    }
}
 @-webkit-keyframes testim-content-in {
     from {
         opacity: 0;
         -webkit-transform: translateY(100%);
         transform: translateY(100%);
    }
     to {
         opacity: 1;
         -webkit-transform: translateY(0);
         transform: translateY(0);
    }
}
 @-moz-keyframes testim-content-in {
     from {
         opacity: 0;
         -moz-transform: translateY(100%);
         transform: translateY(100%);
    }
     to {
         opacity: 1;
         -moz-transform: translateY(0);
         transform: translateY(0);
    }
}
 @-ms-keyframes testim-content-in {
     from {
         opacity: 0;
         -ms-transform: translateY(100%);
         transform: translateY(100%);
    }
     to {
         opacity: 1;
         -ms-transform: translateY(0);
         transform: translateY(0);
    }
}
 @-o-keyframes testim-content-in {
     from {
         opacity: 0;
         -o-transform: translateY(100%);
         transform: translateY(100%);
    }
     to {
         opacity: 1;
         -o-transform: translateY(0);
         transform: translateY(0);
    }
}
 @keyframes testim-content-in {
     from {
         opacity: 0;
         transform: translateY(100%);
    }
     to {
         opacity: 1;
         transform: translateY(0);
    }
}
 @-webkit-keyframes testim-content-out {
     from {
         opacity: 1;
         -webkit-transform: translateY(0);
         transform: translateY(0);
    }
     to {
         opacity: 0;
         -webkit-transform: translateY(-100%);
         transform: translateY(-100%);
    }
}
 @-moz-keyframes testim-content-out {
     from {
         opacity: 1;
         -moz-transform: translateY(0);
         transform: translateY(0);
    }
     to {
         opacity: 0;
         -moz-transform: translateY(-100%);
         transform: translateY(-100%);
    }
}
 @-ms-keyframes testim-content-out {
     from {
         opacity: 1;
         -ms-transform: translateY(0);
         transform: translateY(0);
    }
     to {
         opacity: 0;
         -ms-transform: translateY(-100%);
         transform: translateY(-100%);
    }
}
 @-o-keyframes testim-content-out {
     from {
         opacity: 1;
         -o-transform: translateY(0);
         transform: translateY(0);
    }
     to {
         opacity: 0;
         transform: translateY(-100%);
         transform: translateY(-100%);
    }
}
 @keyframes testim-content-out {
     from {
         opacity: 1;
         transform: translateY(0);
    }
     to {
         opacity: 0;
         transform: translateY(-100%);
    }
}
 @-webkit-keyframes testim-show {
     from {
         opacity: 0;
         -webkit-transform: scale(0);
         transform: scale(0);
    }
     to {
         opacity: 1;
         -webkit-transform: scale(1);
         transform: scale(1);
    }
}
 @-moz-keyframes testim-show {
     from {
         opacity: 0;
         -moz-transform: scale(0);
         transform: scale(0);
    }
     to {
         opacity: 1;
         -moz-transform: scale(1);
         transform: scale(1);
    }
}
 @-ms-keyframes testim-show {
     from {
         opacity: 0;
         -ms-transform: scale(0);
         transform: scale(0);
    }
     to {
         opacity: 1;
         -ms-transform: scale(1);
         transform: scale(1);
    }
}
 @-o-keyframes testim-show {
     from {
         opacity: 0;
         -o-transform: scale(0);
         transform: scale(0);
    }
     to {
         opacity: 1;
         -o-transform: scale(1);
         transform: scale(1);
    }
}
 @keyframes testim-show {
     from {
         opacity: 0;
         transform: scale(0);
    }
     to {
         opacity: 1;
         transform: scale(1);
    }
}
 @-webkit-keyframes testim-hide {
     from {
         opacity: 1;
         -webkit-transform: scale(1);
         transform: scale(1);
    }
     to {
         opacity: 0;
         -webkit-transform: scale(0);
         transform: scale(0);
    }
}
 @-moz-keyframes testim-hide {
     from {
         opacity: 1;
         -moz-transform: scale(1);
         transform: scale(1);
    }
     to {
         opacity: 0;
         -moz-transform: scale(0);
         transform: scale(0);
    }
}
 @-ms-keyframes testim-hide {
     from {
         opacity: 1;
         -ms-transform: scale(1);
         transform: scale(1);
    }
     to {
         opacity: 0;
         -ms-transform: scale(0);
         transform: scale(0);
    }
}
 @-o-keyframes testim-hide {
     from {
         opacity: 1;
         -o-transform: scale(1);
         transform: scale(1);
    }
     to {
         opacity: 0;
         -o-transform: scale(0);
         transform: scale(0);
    }
}
 @keyframes testim-hide {
     from {
         opacity: 1;
         transform: scale(1);
    }
     to {
         opacity: 0;
         transform: scale(0);
    }
}
 @media all and (max-width: 300px) {
     body {
         font-size: 14px;
    }
}
 @media all and (max-width: 500px) {
     .testim .arrow {
         font-size: 1.5em;
    }
     .testim .cont div p {
         line-height: 25px;
    }
}
/* Testimonials page css End here */
/* member-library page css start here */
 .member-library-sec {
     box-shadow: 0 0 6px #ccc;
}
 .member-library-sec .col-md-6.minuts-links{
     padding: 40px !important;
}
 .member-library-sec .col-md-6 {
     padding: 0px !important;
}
 .member-library-sec a {
     display: inline-block;
     padding: 6px 0 0 0;
}
 .member-library-sec p {
     line-height: 31px;
}
 .member-library-sec .minuts-links {
     padding: 40px 20px 20px 40px;
}
 .navigation-verticle ul {
     padding: 0;
     list-style: none;
}
 .navigation-verticle ul li{
     padding: 0;
     list-style: none;
     font-size:15px;
     color: #000;
     text-decoration:none;
     list-style: none;
     line-height:24px;
     padding: 0 0 0 0px 
}
 .navigation-verticle ul li a {
     padding: 0;
     list-style: none;
     font-size: 15px;
     color: #000;
     text-decoration: none;
     list-style: none;
     line-height: 30px;
     padding: 2px 0 0 0px;
} 
 .navigation-verticle i.fas.fa-chevron-right {
     padding: 0 10px 0 0px;
}
 .navigation-verticle .box-1 {
     box-shadow: 0 0 6px #ccc;
     padding: 20px 15px 20px 15px;
}
 .navigation-verticle h1 {
     font-size: 34px;
     font-weight: 300;
     padding: 30px 0 10px 0px;
}
/* member-library page css end here */
/* mepra confrences page css start here */
 p.main-h {
     font-size: 20px;
     font-weight: 500;
     margin-bottom: 0;
}
 p.bold-link {
     margin-bottom: 2px;
     font-weight: 500;
}
 .mapra-confrences h2 {
     font-size: 20px;
     font-weight: 300;
     color: #fff;
     padding: 12px 15px;
     margin-bottom:0;
}
 .mapra-confrences h3 {
     font-size: 20px;
     font-weight: 300;
     color: #fff;
     padding: 12px 15px;
     margin-bottom: 0;
     margin-top: 0;
}
 .elementor-widget:not(:last-child) {
     margin-bottom: 0px !important;
}
 .outer-confrence-left {
     box-shadow: 0 0 6px #ccc;
     overflow: hidden;
}
 .outer-confrence-left {
     box-shadow: 0 0 6px #ccc;
}
 .inner-shadow-confrence {
     padding: 20px;
}
 .outer-confrence-right {
     box-shadow: 0 0 6px #ccc;
     overflow: hidden;
}
 .mapra-confrences .outer-confrence-right h2{
     margin-top: 0px;
}
 .outer-confrence-left ul {
     padding: 10px 15px 0px 15px;
     list-style: none;
}
 .outer-confrence-left ul li {
     padding: 0;
     list-style: none;
     font-size: 14px;
     color: #000;
     text-decoration: none;
     border-bottom: 1px solid #ededed;
     list-style: none;
     line-height: 24px;
     padding: 3px 0px 3px 0px;
}
 .outer-confrence-left ul li a {
     padding: 0;
     list-style: none;
     font-size: 14px;
     color: #000;
     text-decoration: none;
     list-style: none;
     line-height: 30px;
     padding: 2px 0 0 0px;
} 
 .outer-confrence-left i.fas.fa-chevron-right {
     padding: 0 10px 0 0px;
}
/* mepra confrences page css end here */
/* roberts rules page css start here */
 .roberts-rule1 img {
     margin: 70px 0 0 0px;
     box-shadow: 0 0 6px #ccc;
}
 .rules-text {
     padding: 60px 0 0 0px;
}
 .rules-oute-back {
     box-shadow: 0 0 6px #ccc;
     margin: 60px 0 -6px 0px;
     width: 100%;
     display: inline-block;
     ;
}
 .types-rules-right {
     float: right;
     background: #fff;
     padding:40px 90px;
     width: 50%;
}
 .types-rules-left {
     width: 50%;
     float: left;
     padding: 40px 90px;
}
 .types-rules-left h4 {
     color: #fff;
     padding: 0 0 15px 0px;
}
 .types-rules-right h4 {
     color: #000;
     padding: 0 0 15px 0px;
}
 .types-rules-left p {
     color: #fff;
     line-height: 20px;
     font-size:15px 
}
 .types-rules-right p {
     color: #000;
     line-height: 20px;
     font-size:15px 
}
 .types-rules-left p span {
     font-weight: 600;
}
 .types-rules-right p span {
     font-weight: 600;
}
 .tips-rules {
     padding: 20px 42px;
}
 .tips-rules p {
     color: #fff;
     margin: 0;
}
 .rules-tips ul {
     padding: 0;
     width: 100%;
     float: left;
     display: inline-block;
     vertical-align: top;
}
 .rules-tips ul li {
     padding: 0;
     list-style: none;
     font-size: 13px;
     color: #000;
     text-decoration: none;
     border-bottom: 1px solid #ededed;
     list-style: none;
     line-height: 24px;
     padding: 6px 0px 6px 0px;
}
 .rules-tips i.fas.fa-chevron-right {
     padding: 0 10px 0 0px;
}
 .rules-tips h2 {
     font-size: 34px;
     font-weight: 300;
     padding: 0px 0 0 0px;
}
 .requesting-point h2 {
     font-size: 22px;
     font-weight: 500;
}
 .membership-information.rules-tips {
     border-top: 1px solid #ccc;
}
 .item-servics {
     background: #fff;
     text-align: center;
     padding: 6px 25px;
     -webkit-box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
     box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
     border-radius: 20px;
     border:1px solid rgba(0, 0, 0, 0.07);
     margin-bottom: 30px;
     -webkit-transition: all .5s ease 0;
     transition: all .5s ease 0;
     transition: all 0.5s ease 0s;
     overflow: hidden;
}
 .item-servics .item-servic-content{
     height: 160px;
     overflow-y: auto;
}
 .item-servics .icon {
     font-size: 40px;
     margin-bottom:25px;
     color: #f91942;
     width: 90px;
     height: 90px;
     line-height: 96px;
     border-radius: 50px;
}
 .item-servics .feature_box_col_one{
    /* background:rgba(247, 198, 5, 0.20);
     */
     color:#f91942 
}
 .item-servics .feature_box_col_two{
    /* background:rgba(255, 77, 28, 0.15);
     */
     color:#f91942 
}
 .item-servics .feature_box_col_three{
    /* background:rgba(0, 147, 38, 0.15);
     */
     color:#f91942 
}
 .item-servics .feature_box_col_four{
    /* background:rgba(0, 108, 255, 0.15);
     */
     color:#f91942 
}
 .item-servics p{
     font-size:15px;
     line-height:26px;
}
 .item-servics h6 {
     margin-bottom:20px;
     color:#2f2f2f;
}
 .mission p {
     margin-bottom: 10px;
     font-size: 15px;
     line-height: 28px;
     font-weight: 500;
}
 .mission i {
     display: inline-block;
     width: 50px;
     height: 50px;
     line-height: 50px;
     text-align: center;
     background: #f91942;
     border-radius: 50%;
     color: #fff;
     font-size: 25px;
}
 .mission .small-text {
     margin-left: 10px;
     font-size: 13px;
     color: #666;
}
 .skills {
     padding-top:0px;
}
 .skills .prog-item {
     margin-bottom: 25px;
}
 .skills .prog-item:last-child {
     margin-bottom: 0;
}
 .skills .prog-item p {
     font-weight: 500;
     font-size: 15px;
     margin-bottom: 10px;
}
 .skills .prog-item .skills-progress {
     width: 100%;
     height: 10px;
     background: #e0e0e0;
     border-radius:20px;
     position: relative;
}
 .skills .prog-item .skills-progress span {
     position: absolute;
     left: 0;
     top: 0;
     height: 100%;
     background: #f91942;
     width: 10%;
     border-radius: 10px;
     -webkit-transition: all 1s;
     transition: all 1s;
}
 .skills .prog-item .skills-progress span:after {
     content: attr(data-value);
     position: absolute;
     top: -5px;
     right: 0;
     font-size: 10px;
     font-weight:600;
     color: #fff;
     background:rgba(0, 0, 0, 0.9);
     padding: 3px 7px;
     border-radius: 30px;
}
 .req-point-out {
     padding: 170px 0 0 0px;
}
/* roberts rules page css end here */
/* member-organizations page css start here */
 .portfolio-menu {
     text-align: center;
     padding: 20px 0 1px 0px;
}
 .portfolio-menu ul{
     padding: 0px ;
}
 .portfolio-menu ul li{
     display:inline-block;
     margin:0;
     list-style:none;
     padding:10px 15px;
     cursor:pointer;
     -webkit-transition:all 05s ease;
     -moz-transition:all 05s ease;
     -ms-transition:all 05s ease;
     -o-transition:all 05s ease;
     transition:all .5s ease;
}
 .portfolio-item{
    /*width:100%;
     */
}
 .portfolio-item .item{
    /*width:303px;
     */
     float:left;
     margin-bottom:10px;
}
 .galley-inner-box {
     box-shadow: 0 0 6px #ccc;
     margin: 10px 0 0px 0px;
     padding: 4px;
     border: 1px solid #ddd;
     min-height: 247px;
     max-height: 247px;
     display: flex;
     align-items: center;
     overflow: hidden;
     justify-content: center;
     height:250px;
}
 .org-heading {
     margin-bottom:30px 
}
 .org-heading h4 {
     background: #ccc;
     padding: 10px;
     margin: 0;
     background: #f9f9f9;
     padding: 15px 10px;
     border-left: 1px solid #dcdcdc;
     min-height: 80px;
     border-right: 1px solid #dcdcdc;
     border-bottom: 1px solid #dcdcdc;
     text-align: center;
}
 .gallery-images-member li.btn {
     border-radius: 50px;
     padding: 5px 24px 5px 24px;
     margin: 0 1px 0 1px;
     color: #fff;
     font-size: 13px;
     font-weight: 400;
}
 .gallery-images-member .btn-outline-dark:not(:disabled):not(.disabled).active, .gallery-images-member .btn-outline-dark:not(:disabled):not(.disabled):active, .gallery-images-member .btn-outline-dark:not(:disabled):not(.disabled):hover, .gallery-images-member .show>.btn-outline-dark.dropdown-toggle {
     color: #fff;
}
/* .outer-section-gallery {
     border: 1px solid #ccc;
     margin: 60px 0 40px 0px;
}
 */
 .outer-section-gallery {
     border: 1px solid #ccc;
     margin: 0px 0px 20px 0px;
     padding: 20px;
}
 .outer-section-gallery h4 {
     font-size: 20px;
     font-weight: 300;
     padding: 10px 0 10px 0px;
     color: #fff;
     margin-bottom: 20px;
     margin-top: 0;
}
 .gallery-images-member .current-txt {
     width: 90%;
     margin: auto;
}
/* member-organizations page css end here */
/* ----------------------------------------------- * events css start here * --------------------------------------------- */
 .enets-outer {
     background: #ffffff;
     padding: 50px 0px;
     box-shadow: 0 0 6px #ccc;
}
 .enets-outer h2 {
     font-size: 34px;
     font-weight: 300;
     color: #000;
     color: #000;
     padding: 4px 20px 16px 0px;
     border-radius: 10px 10px 0 0px;
    /* text-align: center;
     */
}
 @media (min-width: 0) {
     .g-mr-15 {
         margin-right: 1.07143rem !important;
    }
}
 @media (min-width: 0){
     .g-mt-3 {
         margin-top: 0.21429rem !important;
    }
}
 .g-height-50 {
     height: 50px;
}
 .g-width-50 {
     width: 50px;
}
 @media (min-width: 0){
     .g-pa-30 {
         padding: 2.14286rem;
    }
}
 .g-bg-secondary {
     background-color: #fff;
}
 .u-shadow-v18 {
     box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.15);
}
 .g-color-gray-dark-v4 {
     color: #777;
}
 .g-font-size-12 {
     font-size: 0.85714rem ;
}
 .media-comment {
     margin-bottom:20px 
}
 .dateplace-bar {
     float: left;
     width: 100%;
}
 .content-event-body {
     padding: 20px;
     width: 100%;
     float: left;
}
 .content-event-body h5 {
     margin-top: 0px !important;
}
 .dateplace-bar p {
     font-size: 15px;
     color: #fff;
     padding: 7px 20px 7px 20px;
     margin: 0;
}
 .dateplace-bar p span {
     float: right;
}
/* ----------------------------------------------- * events css start here * --------------------------------------------- */
/* Latest news css start here */
 .blog img{
     max-width: 100%;
}
 .blog-head {
     margin-bottom: 30px;
}
 .blog-head h2 {
     font-size: 34px;
     font-weight: 300;
     color: #000;
}
 .blog-head h6{
     color: #f05907;
     position: relative;
     display: inline-block;
     text-transform: capitalize;
}
 .blog-head h6:after, .blog-head h6:before{
     position: absolute;
     content: "";
     width: 50px;
     height: 3px;
     background: #f05907;
     top: 50%;
}
 .blog-head h6:after{
     right: 120%;
}
 .blog-head h6:before{
     left: 120%;
}
 .overlay{
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(0, 0, 0, 0.5);
     z-index: 0;
}
 .blog {
     padding: 50px 0px;
     min-height: 100vh;
}
 .blog .item{
     background-color: #fff;
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
     border-radius: 10px;
     overflow: hidden;
     position: relative;
     margin-bottom: 30px;
}
 .blog .item .more{
     position: absolute;
     right: 30px;
     bottom: 20px;
     box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
     color: #f05907;
     font-size: 19px;
     width: 40px;
     height: 40px;
     border-radius: 50%;
     line-height: 40px;
     text-align: center;
     transform: translate(0 , 100px);
     transition: all 0.3s ease-in-out;
}
 .blog .item:hover .more{
     transform: translate(0 , 0) 
}
 .blog .item:hover .img img{
     transition: all 0.4s ease;
}
 .blog .item .img{
     width: 100%;
     float: left;
     position: relative;
}
 .blog .item .img .footer-right-image{
     height: 70px;
     width: 100%;
     position: absolute;
     bottom: 0px;
     z-index: 2;
     left: 0px;
}
 .blog .item .info{
     padding: 25px;
     position: relative;
     width: 100%;
     display: inline-block;
     z-index: 2;
}
 .blog .item .info .info-content{
     height: 400px;
     overflow-y: auto;
     margin-top: 15px;
}
 .blog .item .info .date{
     position: absolute;
     left: calc(50% - 25px);
     top: -56px;
     width: 50px;
     height: 50px;
     line-height: 20px;
     text-align: center;
     color: #fff;
     padding: 5px;
     transform: rotate(45deg);
}
 .blog .item .info .date span {
     transform: rotate(-45deg);
     display: inline-block;
}
 .blog .item .info .user{
     margin-top: 20px;
     color: #f05907;
}
 .blog .item .info .user i{
     margin-right: 5px;
     font-size: 14px;
}
/* Latest news css end here */
/* minutes css start here */
 .minutes-confrence {
     box-shadow:none;
     overflow: hidden;
}
 .minutes-confrence-inner {
     box-shadow: 0 0 6px #ccc;
     overflow: hidden;
     margin: 0px 0 20px 0px;
     width: 100%;
     float: left;
}
 .minutes-confrence-inner h4 {
     font-size: 20px;
     border-bottom: 1px solid #ccc;
     padding: 0 0 8px 0px;
     margin-top: 0px;
}
 .minutes-confrence-inner p.main-h {
     font-size: 16px;
     color: #000;
     font-weight: 500;
}
 a.button-read-more {
     color: #fff;
     padding: 5px 15px;
     display: inline-block;
     margin-top: 6px;
     border-radius: 5px;
     font-size: 13px;
}
 a.button-read-more:hover {
     color: #fff;
}
 a.view-now-btn {
     color: #fff;
     padding: 11px 53px;
     display: inline-block;
     margin-top: 6px;
     border-radius: 5px;
     font-size: 18px;
     font-weight: 400;
}
 a.view-now-btn:hover {
     color: #fff;
}
/* minutes css end here */
/* member-participating-organization-directory css start here */
 .member-participating-sec {
     padding: 40px 0px;
}
 .member-participating-sec h2 {
     font-size: 25px;
     font-weight: 300;
     color: #fff;
     margin: 0;
}
 .member-participating-shadow {
     box-shadow: 0 0 6px #ccc;
     width: 100%;
}
 .filter-member-form label {
     font-weight: 500;
     color: #a1752c;
     font-size: 16px;
     padding: 0px;
     margin: 0px;
     line-height: 38px;
}
 .heading-member-part {
     padding: 8px 15px;
}
 .filter-member-form {
     padding: 20px;
}
 .filter-member-form a.button-send-mail-part{
     margin-top: 0px;
     padding: 7px 20px;
}
 a.button-send-mail-part {
    color: #fff;
    padding: 7px 53px !important;
    display: inline-block;
    margin-top: 13px !important;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 400;
    float: right;
}
 a.button-send-mail-part:hover {
     color: #fff;
}
 .member-participating-shadow .align-items-center {
     display: flex;
}
 .table-display-area {
     width: 100%;
     box-shadow: 0 0 6px #ccc;
     padding: 30px 15px;
}
 .table-label-width label {
     display: flex;
     width: 170px;
     margin-bottom: 0;
}
 .table-label-width select.custom-select.custom-select-sm.form-control.form-control-sm {
     position: relative;
     top: -6px;
     margin: 0px 6px;
}
 .table-search-filter label {
     display: flex;
}
 .table-search-filter {
     float: right;
}
 .table-search-filter input {
     margin: -4px 0 0 10px;
}
 .table-display-area .page-item.active .page-link {
     color: #fff;
     background-color: #a1752c;
     border-color: #a1752c;
}
 .table-display-area .page-link:hover {
     color: #fff;
     background-color: #a1752c;
     border-color: #a1752c;
}
 .table-display-area .page-link {
     color: #000;
}
/* member-participating-organization-directory css start here */
/* member-organizations-detail css start here */
 .member-detail-page p {
     padding: 0;
     margin-bottom: 6px;
}
 .galley-inner-box img {
     width: 100%;
}
 .related-item {
     background: #fff;
     border: 1px solid #ccc;
     margin: 0 0 14px 0px;
}
 .related-item h2 {
     float: left;
     width: 100%;
     padding: 9px 15px;
     background: #fbfbfb;
     font-size: 22px;
     font-weight: 500;
     border-bottom: 1px solid #ccc;
}
 .previous-button a {
     background: #9e732a;
     color: #fff;
     padding: 10px 20px;
}
 .next-button a {
     background: #9e732a;
     color: #fff;
     padding: 10px 20px;
}
 .previous-button a:hover {
     color: #fff;
     padding: 10px 20px;
}
 .next-button a:hover {
     color: #fff;
     padding: 10px 20px;
}
 .previous-button {
     float: left;
}
 .next-button{
     float: right;
}
 .button-next-prev {
     width: 100%;
     float: left;
     margin: 30px 0 30px 0px;
     float: left;
}
 .entry-header{
     display:none;
}
/* member-organizations-detail css end here */
 .enets-outer img {
     width: 100%;
}
 #content.site-content {
     padding-bottom: 0;
     padding-top: 0;
}
 .media-body.u-shadow-v18.g-bg-secondary.col-md-9 {
     padding: 0;
}
 .info h5 {
     font-size: 1.25rem;
     padding: 0;
     margin: 0;
}
 .l-next {
     padding-left: 21px;
     line-height: 14px;
     font-size: 12px;
     text-transform: uppercase;
     color: #000;
     background: url(../images/b-previous.gif) left 0 no-repeat;
     font-weight: bold;
     margin-right: 10px;
}
  
 .search-form-content .select2-container {
     vertical-align: inherit;
}
 .search-form-content .select2-container--default .select2-selection--single .select2-selection__rendered {
     line-height: 34px;
}
 .search-form-content .select2-container .select2-selection--single {
     height: 34px;
     background: #ececec;
     border: none;
}
 .elementor .media img {
     box-shadow: 0px 0px 20px 0px #dadada;
}
 .form-ara{
     padding: 0px 15px;
     width: 100%;
}
 .form-ara input, .form-ara select {
     height: 48px !important;
     padding: 0px 10px 0px 10px;
     margin-bottom: 25px;
     font-size:14px;
}
 .home_sponsor .sponsar-logo{
     display:none;
}
 .news_section img.attachment-medium.size-medium.wp-post-image{
     width: 100%;
     height: 300px;
}
 span#spnOfflineChat{
     margin-top: -7px;
     display: inline-block;
     vertical-align: top;
}
 #comchat_form input.btn.btn-search {
     margin-top: 24px;
     padding: 8px 12px!important;
     height: 37px!important;
     min-height: 37px;
     background: #1b365d;
     color:#fff;
}
 #dataTable_data{
     margin-top: 50px;
     padding:20px;
}
 .theme-datatable {
     width: 100%;
     float: left;
     padding: 0px !important 
}
 .theme-datatable .dataTable {
     width: 100% !important;
     float: left;
     position: relative;
     border: none !important;
     margin: 15px 0px 
}
 .theme-datatable .dataTable thead tr th {
     border: none;
     color: #ffffff;
     background: #3f3e3e;
     width: auto !important;
}
 .theme-datatable .dataTable tbody tr td {
     color: #3f3e3e 
}
 .theme-datatable .dataTable tbody tr.group td{
     flex-basis: 100% !important;
}
 .theme-datatable .dataTable tbody tr.odd td {
     color: #3f3e3e;
     background: #f2f2f2 
}
 .theme-datatable .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .theme-datatable .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .theme-datatable .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
     opacity: 0.5;
     cursor: no-drop;
     padding: 8px 12px!important;
     height: 37px!important;
     min-height: 37px;
     background: #1b365d !important;
     color: #fff !important;
     border-radius: 5px 
}
 .theme-datatable .dataTables_wrapper .dataTables_paginate .paginate_button, .theme-datatable .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .theme-datatable .dataTables_wrapper .dataTables_paginate .paginate_button:active {
     padding: 8px 12px!important;
     height: 37px!important;
     min-height: 37px;
     background: #1b365d !important;
     color: #fff !important;
     border-radius: 5px 
}
 .theme-datatable .dataTables_wrapper .dataTables_paginate .paginate_button.current, .theme-datatable .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
     color: #fff !important;
}
 .theme-datatable .dataTables_wrapper .dataTables_filter input {
     border: 1px solid #aaa;
     border-radius: 3px;
     background-color: transparent;
     padding: 4px;
     margin: 0px 0px 0px 5px;
     min-height: initial;
     height: initial 
}
/* New css for issues */
 .home_welcome_box .welcome-message .welcome-message-content .welcome-content{
     width: calc(100% + 80px);
     height: 100%;
     position: relative;
     top: 0px;
     left: -80px;
     box-shadow: 0px 0px 11px 0px #b3b3b3;
     padding: 40px;
     background: #fff;
}
 .stay_connected_magazine_box{
     padding: 30px 0px;
}
 .service-group-subtitle p {
     font-size: 16px;
}
 .service_group .elementor-column-gap-default>.elementor-column>.elementor-element-populated{
     padding: 0px;
}
 span.select2-selection.select2-selection--single{
     height: 40px;
}
 span#select2-exampleFormControlSelect1-container{
     line-height: 40px;
}
 span.select2-selection__arrow{
     height: 40px;
}
 .media-body.u-shadow-v18.g-bg-secondary.col-md-9{
    /* min-height: 257px;
     */
}
 .members-only .inner-shadow-confrence.minutes-confrence-inner{
     margin-top:0px;
}
 .home_page_sponsor_box .sponsar-group .right-sponsar{
    /* padding-left: 40px;
     */
}
 .roberts-rule_box img {
     box-shadow: 0 0 6px #ccc !important;
}
 .job_search_div{
     border: 2px solid #ebebeb;
     border-radius: 3px;
}
 .membership-info-top .membership-information{
     margin-top: 0px !important;
}
 .services_box .single-service:before{
     background-color: #fff !important;
}
 .join_mapra_box .membership-information{
     margin-top: 0px;
}
/* .join_mapra_box .membership-information{
     margin-top:-60px;
}
 */
 .treasure_member_box .bylawsdutyofficerswidget.outer-dut img{
     height:43% !important;
}
/* End New css for issues */
 .office-widget-client{
     width: 100%;
     position: relative;
     display: table;
     height: 100%;
}
 .office-widget-client .table-cell{
     display: table-cell;
     vertical-align: middle;
     text-align: center;
}
 .office-widget-client .table-cell.image-table-cell{
     width: 220px;
}
 .office-widget-client .center-image-theme{
     height: 180px;
     position: relative;
     width: 180px;
     display: inline-block;
     overflow: hidden;
     border: 2px solid #a1752b !important;
     border-radius: 50% !important;
}
 .office-widget-client .center-image-theme img{
     position: absolute;
     bottom: auto;
     max-width: 100%;
     top: 50%;
     left: 50%;
     -webkit-transform: translateY(-50%) translateX(-50%);
     -ms-transform: translateY(-50%) translateX(-50%);
     transform: translateY(-50%) translateX(-50%);
     text-align: center;
     -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
     -o-transition: all .4s ease-in-out;
     transition: all .4s ease-in-out;
     min-width: 100%;
     min-height: 100%;
     padding: 0;
     border: none !important;
     border: none;
     height: 100%;
}
 .office-widget-client .image-currt-text{
     height: auto;
     position: relative;
}
 .office-widget-client h3{
     margin-top: 0px;
}
 .image-center-theme{
     width: 100%;
     text-align: right;
     float: left;
}
 .image-center-theme img{
     float: none;
}
 .states{
     padding: 15px 0px;
}
 .loading-group{
     width:100%;
     float:none;
     position:relative;
     margin:20px 0px;
     text-align:center;
     display:inline-block 
}
 .loading-group .loading{
     width:100%;
     float:none;
     position:relative;
     text-align:center;
     display:inline-block 
}
 .loading-group .loaderroundline{
     display:inline-block;
     width:15px;
     height:15px;
     border-radius:15px;
     border:none !important;
     margin: 2px;
     background-color: #a1752b;
}
 .loading-group .loading .loaderroundline:nth-last-child(1){
     animation:loadingtheme .6s .1s linear infinite 
}
 .loading-group .loading .loaderroundline:nth-last-child(2){
     animation:loadingtheme .6s .2s linear infinite 
}
 .loading-group .loading .loaderroundline:nth-last-child(3){
     animation:loadingtheme .6s .3s linear infinite 
}
 .loading-group .loading-msg{
     width: 100%;
     float: none;
     position: relative;
     text-align: center;
     display: inline-block;
     margin-top: 15px;
     font-size: 20px;
}
 @keyframes loadingtheme{
     0{
         transform:translate(0,0) ;
    }
     50%{
         transform:translate(0,15px) ;
    }
     100%{
         transform:translate(0,0) ;
    }
}
 .common-title, .common-title.elementor-widget:not(:last-child) {
     margin-bottom: 30px !important;
     margin-top: 30px !important;
}
 .common-title h1.elementor-heading-title {
     width: 100%;
     float: left;
     position: relative;
     text-transform: uppercase;
     text-shadow: none !important;
}
 .common-title h1.elementor-heading-title:before{
     content: "";
     width: 100px;
     height: 2px;
     position: absolute;
     bottom: -10px;
     left: 50%;
     margin-left: -50px;
}
 .hidden_past_presidents{
     display: none;
}
 .past_presidents_load_more p {
     cursor: pointer;
     width: 20%;
     padding-left: 10px;
}
 .past_presidents_load_more{
     margin-top: 10px;
     text-align: center;
     position: relative;
     float: left;
     width: 100%;
}
 .past_presidents_load_more p.elementor-heading-title{
     background: #9e732a;
     color: #fff !important;
     padding: 6px 26px;
     width: auto;
     display: inline-block;
     font-size: 16px;
     margin: 0px !important;
     vertical-align: top;
     right: initial;
     float: none;
     cursor: pointer;
     width: auto;
     white-space: nowrap;
}
 .shadow-removed .enets-outer{
     padding: 0px 0px;
     box-shadow: 0px 2px 2px 0px #cccccc82;
}
 .event-theme{
     width: 100%;
     position: relative;
     padding-left: 320px;
     display: inline-block;
}
 .event-theme .event-theme-left{
     width: 300px;
     position: absolute;
     top: 0px;
     left: 0px;
     height: 100%;
     box-shadow: 0px 0px 20px 0px #00000021;
}
 .event-theme .event-theme-right{
     width: 100%;
     position: relative;
     float: left;
}
 .event-inner{
     width:calc(100% - 0px);
     height:calc(100% - 0px);
     position:absolute;
     top:0px;
     left:0px;
     border-radius:0px !important;
     overflow:hidden;
     padding:0;
     margin:0 
}
 .event-inner .full-image{
     width:100%;
     height:100%;
     position:absolute;
     overflow:hidden 
}
 .event-inner .full-image img{
     position:absolute;
     bottom:auto;
     max-width:100%;
     max-width:100%;
     top:50%;
     left:50%;
     -webkit-transform:translateY(-50%) translateX(-50%);
     -ms-transform:translateY(-50%) translateX(-50%);
     transform:translateY(-50%) translateX(-50%);
     text-align:center;
     -webkit-transition:all .4s ease-in-out;
     -moz-transition:all .4s ease-in-out;
     -o-transition:all .4s ease-in-out;
     transition:all .4s ease-in-out;
     min-width:100%;
     min-height:100%;
     padding:0;
     filter:blur(10px);
     -webkit-filter:blur(10px) 
}
 .event-inner .main-image{
     width:100%;
     height:100%;
     position:absolute 
}
 .event-inner .main-image img{
     position:absolute;
     bottom:auto;
     width:auto;
     height:auto;
     top:50%;
     left:50%;
     -webkit-transform:translateY(-50%) translateX(-50%);
     -ms-transform:translateY(-50%) translateX(-50%);
     transform:translateY(-50%) translateX(-50%);
     text-align:center;
     -webkit-transition:all .4s ease-in-out;
     -moz-transition:all .4s ease-in-out;
     -o-transition:all .4s ease-in-out;
     transition:all .4s ease-in-out;
     max-width:100%;
     max-height:100%;
     padding:0;
}
 .select2-container .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--single .select2-selection__rendered {
     line-height: 38px !important;
}
 .select2-container--default .select2-selection--single .select2-selection__arrow {
     height: 38px !important;
}
 .select2-container .select2-dropdown {
     top: 0px !important;
}
 .contactus-duties-section {
     margin-top: 0px !important;
     padding-top: 0px !important;
     padding-bottom: 0px !important;
     margin-bottom: 0px !important;
}
 span.wpcf7-not-valid-tip {
     font-size: 16px !important;
}
 .page-fixed-content{
     width: 100%;
     position: relative;
     display: table;
     height: 100%;
     box-sizing: border-box;
     table-layout: fixed;
}
 .page-fixed-content .fixed-top-content {
     display: table-header-group;
     height: 100%;
}
 .page-fixed-content .fixed-bottom-content {
     display: table-footer-group;
}
 .tips-and-reminders{
     padding-top: 25px;
}
 .theme-home-banner{
     width: 100%;
     float: none;
     display: inline-block;
     vertical-align: top;
     position: relative;
     height: 550px;
}
 .theme-home-banner .single-banner{
     height: 550px;
     width: 100%;
     float: none;
     display: table;
     vertical-align: top;
     background-position: center right;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     background-size: cover;
     -o-background-size: cover;
     right: 0px;
     top: 0px;
     -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
     transition: all 0.5s;
}
 .theme-home-banner .single-banner .banner-content{
     top: 0px;
     height: 100%;
     width: 100%;
     left: 0px;
     display: table-cell;
     vertical-align: middle;
     position: relative;
     padding-bottom: 40px;
}
 .theme-home-banner .single-banner .banner-content .banner-center-content{
     width: 60%;
     float: left;
}
 .theme-home-banner .single-banner .banner-content .banner-center-content .banner-title{
     font-family: 'Roboto', sans-serif;
     font-size: 36px;
     font-weight: 600;
     line-height: 44px;
     width: 100%;
     float: left;
     position: relative;
}
 .theme-home-banner .single-banner .banner-content .banner-center-content .banner-subtitle {
     font-family: 'Roboto', sans-serif;
     font-size: 20px;
     color: #424242;
     margin-top: 15px;
     width: 100%;
     float: left;
     position: relative;
}
 .theme-home-banner .single-banner .banner-content .banner-center-content .banner-btns {
     margin-top: 40px;
     width: 100%;
     float: left;
     position: relative;
     text-align: right;
}
 .theme-home-banner .single-banner .banner-content .banner-center-content .border-btn{
     font-size: 14px;
     float: none;
     height: 35px;
     line-height: 35px;
     padding: 0px 15px;
     border-radius: 4px;
     text-align: center;
     margin-right: 10px;
     margin-bottom: 10px;
     border: 1px solid #a1752b;
     display: inline-block;
     vertical-align: top;
     min-width: 150px;
     text-align: center;
}
 .theme-home-banner .single-banner .banner-content .banner-center-content .border-btn:hover{
     color: #fff;
}
 .theme-home-banner .single-banner .banner-content .banner-center-content .golden-btn{
     font-size: 14px;
     float: none;
     height: 35px;
     line-height: 35px;
     padding: 0px 15px;
     border-radius: 4px;
     color: #fff;
     text-align: center;
     margin-right: 10px;
     margin-bottom: 10px;
     border: 1px solid #a1752b;
     display: inline-block;
     vertical-align: top;
     min-width: 150px;
     text-align: center;
}
 .theme-home-banner .single-banner .banner-content .banner-center-content .golden-btn:hover{
     background: #865e1b;
}
 .theme-home-banner .single-banner .banner-contact{
     position: absolute;
     bottom: 0px;
     padding: 15px 0px;
     width: 100%;
     float: left;
     left: 0px;
     background: rgba(0, 0 ,0, 0.1);
}
 .theme-home-banner .single-banner .banner-contact .banner-top-actions {
     width: 100%;
     float: none;
     display: inline-block;
}
 .theme-home-banner .single-banner .banner-contact .banner-top-actions {
     width: 100%;
     float: none;
     display: inline-block;
}
 .theme-home-banner .single-banner .banner-contact .banner-top-actions .cell {
     color: #000000;
     line-height: 30px;
     display: inline-block;
     vertical-align: top;
     margin-right: 50px;
     font-size: 16px;
}
 .theme-home-banner .single-banner .banner-contact .banner-top-actions .cell .fa {
     line-height: 30px;
     display: inline-block;
     vertical-align: top;
     width: 30px;
     text-align: center;
     font-size: 18px;
}
 .our-locations{
     width: 100%;
     float: none;
     position: relative;
     display: inline-block;
}
 .location-group{
     width: 100%;
     float: none;
     position: relative;
}
 .location-group .owl-dots{
     display:none;
}
 .location-group .owl-prev{
     width: 30px;
     line-height: 30px;
     overflow: hidden;
     color: transparent;
     text-align: center;
     height: 30px;
     position: absolute;
     top: 105px;
     margin-top: -15px;
     left: 10px;
     border-radius: 5px;
     background: #00000047;
}
 .location-group .owl-prev:before{
     content: "\f053";
     color: white;
     font-size: 20px;
     font-family: 'Font Awesome 5 Free';
     font-weight: 900;
     display: inline-block;
}
 .location-group .owl-next{
     width: 30px;
     line-height: 30px;
     overflow: hidden;
     color: transparent;
     text-align: center;
     height: 30px;
     position: absolute;
     margin-top: -15px;
     right: 10px;
     top: 105px;
     border-radius: 5px;
     background: #00000047;
}
 .location-group .owl-next:before{
     content: "\f054";
     color: white;
     font-size: 20px;
     font-family: 'Font Awesome 5 Free';
     font-weight: 900;
     display: inline-block;
} 
 .our-locations .locations-title, .our-locations .locations-title h2{
     font-size: 34px;
     color: #000000 !important;
     width: 100%;
     float: none;
     display: inline-block;
     margin-bottom: 20px;
     text-align: center;
     font-weight: normal !important;
}
 .single-location{
     width: 100%;
     float: none;
     position: relative;
     display: inline-block;
     margin-bottom: 70px;
}
 .single-location .location-image-group{
     height: 250px;
     width: 100%;
     position: relative;
}
 .single-location .location-image{
     width: 100%;
     height: 100%;
     position: relative;
     top: 0px;
     left: 0px;
     background-position: center center;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     background-size: cover;
     -o-background-size: cover;
}
 .single-location .location-content{
     position: absolute;
     bottom: -20px;
     background: #fff;
     width: 80%;
     margin: 0px 10%;
     height: 40px;
     box-shadow: 0px 0px 20px 0px #dedede;
}
 .single-location .location-content h3{
     margin: 0px;
     text-align: center;
     line-height: 40px;
     font-size: 18px;
}
 .signup-image a{
     width: 100% !important;
}
 .signup-image img{
     width: 100% !important;
     box-shadow: 0px 0px 6px #ccc !important;
}
 .key-membership-features .elementor-section .elementor-container {
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
} 
 .key-membership-features .outer-dut .contactus-center-image img {
     padding: 30px !important;
}
 .key-membership-features.contactus-sec h3 {
     min-height: 50px;
}
 .key-membership-features.contactus-sec .single-service .scroll-content{
     width: 100%;
     float: none;
     position: relative;
     display: inline-block;
     height: 210px;
     overflow-y: auto;
     margin-top: 10px;
}
 .js-example-basic-multiple-theme ul li input{
     margin: 0px !important;
} 
section.error-404.not-found{
    margin-left: 400px;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 100px;
    float: left;
}
.ted_icon{
    background:url('../images/ted-icon.png') no-repeat 0 0;
}
a.ted_icon {
    padding-left: 15px;
    padding-right: 11px;
    margin-left: 3px;
    border: none;
}
a.ted_icon:hover{
    background-position: 2px -32px;
}
.blog .item .info .info-content { 
    height: 340px;
    overflow-y: auto;
    margin-top: 15px;
}


.dateplace-bar { 
    min-height: 36px !important;
}
.event-theme .event-theme-right { 
    min-height: 200px !important;
}
.navbar .navbar-nav .menu-item{
 position: relative;
}
.navbar .navbar-nav .menu-item.menu-item-has-children:hover .sub-menu{
    display: block;
    position: absolute;
    left: 0px;
    list-style: none;
    padding: 0px;
    margin: 0px;
    top: 30px;
    background: white;
    box-shadow: 0px 0px 10px 0px #b9b9b9;
    width: calc(100% - .5rem);
    margin-left: .5rem;
}
.navbar .navbar-nav .menu-item.menu-item-has-children .sub-menu{
        display: none;
}

.navbar .navbar-nav .menu-item .sub-menu .menu-item{
    width: 100%;
    float: left;
}
.navbar .navbar-nav .menu-item .sub-menu .menu-item a{
    padding: 5px .5rem;
    width: 100%;
    float: left;
}
.navbar .navbar-nav .menu-item a { 
    line-height: 30px;
}
@media (max-width: 1050px){
 
 
.navbar .navbar-nav .menu-item.menu-item-has-children:hover .sub-menu,
.navbar .navbar-nav .menu-item.menu-item-has-children .sub-menu,
.navbar .navbar-nav .menu-item .sub-menu .menu-item{
     background: transparent;
    box-shadow: none;
    display: block;
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
    position: relative;
    top: 0px;
} 
}
.navbar .navbar-nav .menu-item.menu-item-has-children a{
     padding-right: 15px !important;
}

.navbar .navbar-nav .menu-item .sub-menu .menu-item a{
    padding: 5px .5rem !important;
}
.navbar .navbar-nav .menu-item .sub-menu .menu-item a:before{
   display:none;
}
.navbar .navbar-nav .menu-item.menu-item-has-children a:before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    content: "\f107";
    position: absolute;
    right: 0px;
    line-height: 30px;
}
.elementor-gallery-title {
    text-transform: capitalize;
    font-size: 15px;
}



#signup-content  {
	width: 100%;
    float: none;
    padding: 0px 0px;
    position: relative;
    display: inline-block;
    text-align: center;
} 

#signup-content .wp-activate-container{
	position: relative;
    max-width: 1140px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 10px 0px;
}

#signup-content  h2 {
    color: #000;
    width: 100%;
    float: left;
    position: relative;
    text-transform: uppercase;
    text-shadow: none !important;
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 30px !important;
    margin-top: 30px !important;
    text-align: center;
    font-family: 'Roboto',sans-serif !IMPORTANT;
    padding: 0px;
}
#signup-content  h2:before {
    content: "";
    width: 100px;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -50px; 
}

#signup-content form{
    box-shadow: 0 0 6px #ccc;
    width: 100%;
    padding: 20px;
    display: inline-block;
    vertical-align: top;
    max-width: 450px;
    text-align: left;
}
#signup-content form label{
        font-weight: 600;
    font-size: 16px;
    padding: 0px;
    margin: 0px;
    line-height: 38px; 
    width: 100%;
    float: left;
}
#signup-content form input{
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#signup-content form input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
#signup-content form #submit{
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 400;
    float: right;
    margin-top: 0px;
    padding: 7px 20px; 
    border: none;
    width: 100%;
}

/* Css for admin bar responsive start here*/

@media  (max-width: 800px){
#wpadminbar #wp-admin-bar-customize .ab-item:before, #wpadminbar #wp-admin-bar-edit .ab-item:before, #wpadminbar #wp-admin-bar-my-account .ab-item:before, #wpadminbar #wp-admin-bar-my-sites .ab-item:before, #wpadminbar #wp-admin-bar-site-name .ab-item:before { 
    font: normal 20px/1 dashicons; 
    top: 7px;
    width: 32px; 
}

#wpadminbar #wp-admin-bar-customize .ab-item, #wpadminbar #wp-admin-bar-edit .ab-item, #wpadminbar #wp-admin-bar-my-account .ab-item, #wpadminbar #wp-admin-bar-my-sites .ab-item, #wpadminbar #wp-admin-bar-site-name .ab-item { 
    width: 32px; 
    line-height: 32px;
}

#wpadminbar #wp-admin-bar-wp-logo .ab-item .ab-icon { 
    width: 32px;
    height: 32px; 
}

#wpadminbar #wp-admin-bar-wp-logo .ab-item .ab-icon:before {
    font: 20px/1 dashicons!important; 
    line-height: 20px;
    float: left;
    position: relative;
    top: initial!important; 
    display: inline-block;
    vertical-align: middle;
    margin: 6px;
}

#wpadminbar .ab-icon {
    font: 24px/1 dashicons!important;
    margin: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    text-align: center;
}

#wpadminbar #wp-admin-bar-comments .ab-icon:before {
    display: block;
    font-size: 24px;
    height: 32px;
    line-height: 1.38235294;
    top: 0;
}

#wpadminbar #wp-admin-bar-aioseo-main .aioseo-logo.svg {
    width: 32px;
    height: 32px;
    background-position: 50% 8px;
    background-size: 19px;
}

#wpadminbar #wp-admin-bar-new-content .ab-icon:before {
    top: 0;
    line-height: 1.33333333;
    height: 32px!important;
    text-align: center;
    width: 32px!important;
    display: block;
}
#wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar a img {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 20px;
    height: 20px;
} 
#wpadminbar #wp-admin-bar-customize .ab-item, #wpadminbar #wp-admin-bar-edit .ab-item, #wpadminbar #wp-admin-bar-my-account .ab-item, #wpadminbar #wp-admin-bar-my-sites .ab-item, #wpadminbar #wp-admin-bar-site-name .ab-item {  
    width: 32px; 
    height: 32px;
}

#wpadminbar #wp-admin-bar-customize .ab-item:before, #wpadminbar #wp-admin-bar-edit .ab-item:before, #wpadminbar #wp-admin-bar-my-account .ab-item:before, #wpadminbar #wp-admin-bar-my-sites .ab-item:before, #wpadminbar #wp-admin-bar-site-name .ab-item:before { 
    font: normal 22px/1 dashicons; 
    top: 4px;
    width: 32px; 
}

#wpadminbar #wp-admin-bar-wp-logo .ab-item .ab-icon:before {
    font: 20px/1 dashicons!important;
    top: 0px;
}

#wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar a img {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 20px;
    height: 20px;
}
}

/* Css for admin bar responsive end here*/

/* Css for Recapcha*/
.form-theme-recaptcha{
width: 100%;
float: left;
position: relative;
}
.form-theme-recaptcha .captcha.form-control{
height: initial !important;
padding: 0px !important;
margin: 0px !important;
background: transparent !important;
border: none !important;
}
.contactus-outer textarea.form-control {
margin-bottom: 25px !important;
}

.contactus-outer div.wpcf7-spam-blocked {
border: 2px solid #ffa500 ;
color: #ffffff !important;
}
.contactus-outer div.wpcf7-response-output {
margin: 10px 0px 0px 0px !important;
border: none !important;
padding: 0px !important;
}

/* Css for Recapcha ends here*/


/*opportunities section css start here*/

.opportunities-folder h2{
    margin-top: 0px;
    color: #1b355e;
    padding: 0px;
    margin-bottom: 10px;
}

.opportunities-folder h3{
    margin-top: 0px;
    color: #a1752b;
    margin-bottom: 10px;
}

.opportunities-folder table td:first-child{
	width: 150px;
}


.job-description-group{
       width: 100%;
    float: left;
    position: relative;
    margin-top: 5px;
    padding-top: 20px;
    border-top: 1px dashed #ababab;
}
 

.job-description-group .job-description-single{
    width: 50%;
    float: left;
    position: relative;
    margin-bottom: 10px;
    min-height: 50px;
    padding-left: 45px;
    padding-right: 20px;
}
.job-description-group .job-description-single .job-description-icon{
    position: absolute;
    top: 0px;
    left: 0px;
}
.job-description-group .job-description-single .job-description-icon .fa{
        width: 32px;
    line-height: 32px;
    text-align: center;
    background: #f1f1f1;
    border-radius: 50%;
    color: #1b355e;
}
.job-description-group .job-description-single .job-description-title{
        width: 100%;
    float: left;
    position: relative;
    font-size: 13px;
    color: gray;

}
.job-description-group .job-description-single .job-description-info{
        width: 100%;
    float: left;
    position: relative;
    font-size: 16px;
    color: #4a4a4a;
}

.blog-opportunities{
        min-height: initial;
} 
@media (max-width: 991px) {
.job-description-group .job-description-single{
      
         min-height: 70px; 
}
}
@media (max-width: 767px) {
.job-description-group .job-description-single{
        width: 100%;
         min-height: initial;
             margin-bottom: 15px;
             padding-right: 0px;
}
}

/*opportunities section css end here*/

/* contact form messages css*/

.contactus-outer .wpcf7-not-valid-tip,
.contactus-outer .wpcf7-response-output{
color: #fff !important;
}

/* contact form messages css end here*/

#activateform #submit {
    background-color: #a1752b;
}

/* Enable/Disable social media icons on footer - CSS provided by Jeevan on 20220908 */

 .footer-theme .footer-menu{
     width: auto;
}
 .footer-theme .footer-menu li {
     margin: 0px 10px !important;
}
 .footer-social-buttons{
     float: none;
     position: relative;
     display: inline-block;
     vertical-align: top;
     text-align: right;
     width: auto;
     padding: 0px;
     margin: 17px 0px 17px 10px;
}
 .footer-theme .col-xl-8{
     text-align: right;
}
 @media (max-width: 767px){
     .footer-theme .col-xl-8{
         text-align: center;
    }
     .footer-theme .footer-menu, .footer-social-buttons{
         width: 100%;
         text-align: center !important;
         margin: 20px 0px 0px 0px;
    }
}
 
 
 
 
 /* CSS for Social icons under Stay Connected*/
 
 
 
  .social-buttons.facebooksharewidget-social-buttons{
     width: 100%;
     position: relative;
     display: flex;
}
 .social-buttons.facebooksharewidget-social-buttons .fab{
     font-size: 14px;
     float: none;
     height: 35px;
     line-height: 35px;
     padding: 0px 5px !important;
     border-radius: 4px;
     margin-right: 10px;
     margin-bottom: 20px;
     border: none;
     display: inline-block;
     vertical-align: top;
     text-align: center;
     width: 100%;
     color: #fff !important;
     position: relative;
}
 .social-buttons.facebooksharewidget-social-buttons .fab.fa-facebook-f{
     background: #4267B2;
}
 .social-buttons.facebooksharewidget-social-buttons .fab.fa-twitter{
     background: #1DA1F2;
}
 .social-buttons.facebooksharewidget-social-buttons .fab.fa-linkedin-in{
     background: #0A66C2;
}
 .social-buttons.facebooksharewidget-social-buttons .fab.fa-instagram{
     background: #f09433;
     background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
     background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
     background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
 .social-buttons.facebooksharewidget-social-buttons .fab.fa-flickr{
     background: #FF0084;
}
 .social-buttons.facebooksharewidget-social-buttons .ted_icon{
     background: red;
     font-size: 14px;
     float: none;
     height: 35px;
     line-height: 35px;
     padding: 0px 5px !important;
     border-radius: 4px;
     margin-right: 10px;
     margin-bottom: 20px;
     border: none;
     display: inline-block;
     vertical-align: top;
     text-align: center;
     width: 100%;
     position: relative;
}
 .social-buttons.facebooksharewidget-social-buttons .ted_icon:before{
     content: "";
     background: url('../images/ted-icon.png') no-repeat 0 0;
     width: 20px;
     height: 20px;
     position: absolute;
     top: 50%;
     left: 50%;
     margin-top: -10px;
     margin-left: -10px;
     background-size: 20px;
}

 /* Jeevan code for login icon on for physician/login page for all website */

.login-form-1 {
    padding: 5% 100px 5% 5% !important; 
}

.login-form-1 .mem-login input{
	    width: 100%;
}

.login-logo { 
   width: 130px !important;
    height: 130px !important;
    background: #fff !important;
    margin: -65px 0px 0px -65px !important;
    position: absolute !important;
    top: 50% !important;
    left: 0px !important;
    border-radius: 180px !important;
}

.login-logo img {
    position: relative !important;
    margin: 10px !important;
    padding: 0px !important;
    width: calc(100% - 20px) !important;
    height: calc(100% - 20px) !important;
}

@media (max-width: 767px){
	.login-form-1{
		    padding: 5% !important;
	}
	.login-logo{
		display: none  !important;
	}
}

/* end here css for login/for physician page for login icon */