.text-white{
    color:#fff;
}
.tgmenu__nav .logo img{
    max-height: 76px ;
}
.tg-header__area-four .tgmenu__wrap{
    box-shadow: none !important;
}
.social-icons{
	width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #232563;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 20px;
    color: #ffffff !important;
}
.contact__form-wrap .title{
    color:#ffffff;
}
.contact__form-wrap p,
.contact__form-wrap form .checkbox-grp label,
.text-orange{
    color:#f7a400;
}
.phone-no,
.email{
    display: block;
}
.blog__details-area{
    padding: 60px 0 !important;
}
.btn-rounded{
    margin-right: 2px !important;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #232563;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 16px;
}
.btn-rounded:hover{
    color:#ffffff !important;
}
.blog__area{
    padding: 20px 0 !important;
}
.breadcrumb__bg{
    padding: 60px 0 60px !important;
}
.item-category-small{
    background:#fafdff !important;
    border:1px dashed #14176c !important;
    border-radius: 5px;
}
.category-small-left{
    padding:16px !important;
}
.category-small-left-inner .category-small-left-2 *{
    color:#14176c !important;
}
.category-content > p{
    margin-bottom:0px !important;
}
.blog__post-content-two .title{
    font-size: 22px !important;
}
.custom-btn{
    user-select: none;
    -moz-user-select: none;
    background: #f7a400 none repeat scroll 0 0 !important;
    border: medium none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    margin-bottom: 0;
    padding: 18px 24px;
    touch-action: manipulation;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.custom-btn:hover:before, .custom-btn:focus-visible:before {
    top: -40%;
}
.custom-btn::before{
    content: "";
    position: absolute;
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    width: 200%;
    height: 200%;
    top: 110%;
    left: 50%;
    background: var(--tg-theme-secondary);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
}
.tgmenu__action ul .offCanvas-menu .menu-tigger{
    width: auto !important;
    color:#ffffff;
}
.tgmenu__action ul li{
    margin-left: 12px;
}
.about__area-six{
    padding: 60px 0 !important;
}
h3.title{
    font-size: 32px !important;
}
.about__content-six > p{
    width: 100% !important;
}
.odometer-digit{
    width:28px;
}
.v-middle{
    vertical-align: middle !important;
}
.services__area-two{
    padding: 40px 0 60px;
}
.box-counter-home7{
    z-index: 9 !important;
    bottom:0px !important
}
.bg-dark-blue{
    background-color: #15176c;
}
.bg-orange{
    background-color: #f7a400;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #15176c !important;
    content: "\27A5" !important;
    font-size: 20px !important;
    margin-top: 2px !important;
}
.services__content-two .btn::before{
    background-color: #f7a400;
}
.services__content-two .btn,
.services__content-two .btn:hover,
.services__content-two .btn:hover::after{
    color:#ffffff;
}
.locked{
    pointer-events: none;
}
.locked-mode{
    text-align: center;
    position: fixed;
    width: 100%;
    z-index: 999;
}
.locked-mode span{
    display: block;
    font-size: 18px;
    background: red;
    color: #fff;
    padding:10px;
    opacity: 0.8;
}
.toast-logo{
    height:40px;
}
.toast-header{
    color: #fff;
    background-color: #f7a400;
}
.toast-body{
    color: #fff;
    background-color: #232563;
}
.pull-right{
    display: block;
    float: right;
}
.block-list .list-wrap li a{
    display: block !important;
}
.v-top{
    display: inline-block;
    vertical-align: top;
}
.disabled > .page-link{
    opacity: 0.8;
    background-color: #ececec !important;
}
.spacer{
    display: inline-block;
    width:60px;
}
.select-donate{
    width:32px;
    height:32px;
    margin-top:6px;
    cursor: pointer;
}
.select-box:hover{
    cursor: pointer;
    background-color: #f7a400;
}
.select-box.active{
    background-color: #f7a400;
}
.project__details-info .title-border::before{
    background:#fff !important;
}
.disabled{
    background-color: #b2b2b2 !important;
    pointer-events: none;
    border-radius: 5px;
}
.loading-overlay{
    display: none;
    background: rgba(255, 255, 255, 0.7);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    align-items: center;
    justify-content: center;
}
.loading-overlay span{
    position: fixed;
    top: 50%;
    left: 50%;
}
.footer-instagram .list-wrap li a img{
    mix-blend-mode:normal !important;
}
.footer__newsletter-inner .title{
    width:30%;
}
.subscribe-form{
    width:400px !important;
}
.modal-bg{
    background-color: #f44336 !important;
}
.modal-title-color{
    color: #fff !important;
}
.pt-100{
    padding-top:100px;
}
.pt-140{
    padding-top:140px !important;
}
.header-div{
    position:relative;
    display:inline-block;
}
.header-text{
    position: relative; 
    display: inline-block; 
    opacity: 1; 
    transform: translate(0px, 0px);
}
.split-line{
    display: block; 
    text-align: start; 
    position: relative;
}
.pers-400{
    perspective: 400px;
}
.choose-list .list-wrap li .content p{
    width: 100% !important;
}
.obj-list li{
    margin-bottom:10px !important;
}
.obj-list li .icon{
    font-size:36px !important;
}
.category-desc{
    color: #fff;
    margin-bottom: 10px;
}
