.text-break{
	line-break:anywhere;
}
.btn-primary {
    color:#fff !important;
    background-color: #db2b1c !important;
    border: 1px solid #db2b1c !important;
}

.btn-primary:hover {
    color:#fff !important;
    background-color:#4c4d4d !important;
    border: 1px solid #4c4d4d !important;
}

.btn-back {
    color:#fff !important;
    background-color:#4c4d4d !important;
    border: 1px solid #4c4d4d !important;
}

.btn-back:hover {
    color:#fff !important;
    background-color: #db2b1c !important;
    border: 1px solid #db2b1c !important;
}
.text-justify{
	text-align: justify !important;
}
@media screen and (max-width:991px){
	.widget {
	    margin-bottom: 0px;
	}	
}
@media screen and (max-width:575px){
	.mailAddress, .companyAddress {
	    display:none;
	}	
}
@media screen and (max-width:767px){
	.timeOffice {
	    display:none;
	}	
}
@media screen and (min-width:1400px){
	.modern-header:not(.modern-header-nav-autopadding) .menuzord-menu > li > a {
	    padding: 25px 40px !important;
	}	
}
.menuzord .showhide em {
    width: 20px;
    height: 3px;
    margin: 3.5px 20px 0;
    float: right;
    background: #fff !important;
}
/*  .bg-banner{
    background-image:url('/images/home/banner/bannerbg.png');
}*/
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 25px;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination .swiper-pagination-bullet:hover {
    background: #bc1d0f;
    border: 1px solid #bc1d0f;
    opacity: 1;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px);
}
.swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 1px solid var(--bs-emphasis-color);
    background: 0 0;
    opacity: .3;
    transition: ease all .35s;
    border-radius: 10px;
}
h1{
	font-size:2.5rem;
}
.icon-lg {
    width: 3.5rem;
    height: 3.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1;
}

.hover-top {
    transition: ease-in-out all .35s;
    transform: translateY(0);
}
.hover-rotate .hr-rotate-after {
    position: relative;
    z-index: 1;
}

.icon-xl {
    width: 5rem;
    height: 5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.9rem;
    line-height: 1;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.hover-rotate .hr-rotate {
    animation: lds-dual-ring 1.2s linear infinite;
    animation-play-state: paused
}

.hover-rotate .hr-rotate-after {
    position: relative;
    z-index: 1
}

.hover-rotate .hr-rotate-after:after {
    content: "";
    position: absolute;
    margin: auto;
    border-radius: 50px;
    transition: ease all .55s;
    z-index: -1;
    animation: lds-dual-ring 1.2s linear infinite;
    animation-play-state: paused
}

.hover-rotate .ef-1:after {
    border-top: 50px solid transparent;
    border-left: 50px solid currentColor;
    top: -10px;
    left: -10px;
    border-right: 50px solid transparent;
    border-bottom: 50px solid transparent
}

.hover-rotate .ef-2:after {
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 4px solid currentcolor;
    border-bottom: 4px solid transparent
}

.hover-rotate .ef-3:after {
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    border: 2px solid currentcolor;
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent
}

.hover-rotate .ef-4:after {
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    border: 2px solid currentcolor;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    border-top: 2px solid transparent
}

.hover-rotate:hover .hr-rotate {
    animation-play-state: running
}

.hover-rotate:hover .hr-rotate-after:after {
    animation-play-state: running
}

.card {
    float: left;
    min-height: fit-content;
    padding-bottom: 0;
}
.bg-services-home{
	background-color: #f7f9ff !important;
}
/* home page css starts */
/* logo slider start */
@keyframes scroll {
	 0% {
		 transform: translateX(0);
	}
	 100% {
		 transform: translateX(calc(-660px * 7));
	}
}
 .clien-slider {
	 height: 100px;
	 margin: auto;
	 overflow: hidden;
	 position: relative;
	 width: auto;
}
 .clien-slider .client-slide-track {
	 animation: scroll 35s linear infinite;
	 display: flex;
	 width: calc(200px * 90);
}
 .clien-slider .client-logo-slide {
	 height: 100px;
	 width: 250px;
}
/* logo slider end */

#homeNewsSection .card{
	border-color:#f2f9fd;
}
.newsBatchOuter{
	padding:0 20px;
}
.newsBatch{
	padding: 6px;
    background: #4c4d4d;
    width: 80px;
    position: absolute;
    border-radius: 0 0 5px 5px;
}
#homeBlog .card{
	border-radius:10px;
	border-color:#e0ecf3;
}
#homeBlog .card img{
	border-radius:10px;
}
/* testimonial start */
#demo {
    background: linear-gradient(112deg, #f4f4f4 50%, #fff7f7 50%);
    max-width: 900px;
    margin: auto;
    border-radius:25px;
}

#homeTestimonial .carousel-caption {
    position: initial;
    z-index: 10;
    padding: 5rem 8rem;
    color: rgba(78, 77, 77, 0.856);
    text-align: center;
    font-size: 1.2rem;
    font-style: italic;
    font-weight: bold;
    line-height: 2rem
}

@media(max-width:767px) {
    #homeTestimonial .carousel-caption {
        position: initial;
        z-index: 10;
        padding: 3rem 2rem;
        color: rgba(78, 77, 77, 0.856);
        text-align: center;
        font-size: 0.7rem;
        font-style: italic;
        font-weight: bold;
        line-height: 1.5rem
    }
}

#homeTestimonial .carousel-caption img {
    width: 6rem;
    border-radius: 5rem;
    margin-top: 2rem
}

@media(max-width:767px) {
    #homeTestimonial .carousel-caption img {
        width: 4rem;
        border-radius: 4rem;
        margin-top: 1rem
    }
}

#image-caption {
    font-style: normal;
    font-size: 1rem;
    margin-top: 0.5rem
}

@media(max-width:767px) {
    #image-caption {
        font-style: normal;
        font-size: 0.6rem;
        margin-top: 0.5rem
    }
}

#homeTestimonial i {
    background-color: rgb(223, 56, 89);
    padding: 1.4rem
}

@media(max-width:767px) {
    #homeTestimonial i {
        padding: 0.8rem
    }
}

#homeTestimonial .carousel-control-prev {
    justify-content: flex-start
}

#homeTestimonial .carousel-control-next {
    justify-content: flex-end
}

#homeTestimonial .carousel-control-prev,
#homeTestimonial .carousel-control-next {
    transition: none;
    opacity: unset;
}
/* testimonial end */


#homeContact .form-control {
    border-radius: 10px;
    box-shadow: none;
    height: 45px;
    border: 1px solid #cadfeb;
}
#homeContact .form-control::placeholder {
    font-size: 13px;
}
#homeContact i{
    font-size: 20px;
    background: #bc1d0f;
    padding: 15px 14px;
    border-radius: 50%;
    color: #fff;
}
#homeGoals{
	background: #00113c;
	margin-top:230px;
}
#homeGoals .goalSection{
	margin-top:-200px;
    background: #1c419b;
}
#homeResearchSection .container{
	border-radius:25px 25px 0 0;
}
.mf-btn {
    padding: 6px 14px;
    border-radius: 50%;
    float: right;
    background-color: #24adfb;
    border: none;
}
/*  #homeSlider{
	background: #fff0ee;
}*/
.cal-res {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 15px;
    color: #000;
    border: 1px solid red;
    font-weight: 600;
    text-align: center;
}
.cal-ans {
    font-size: 15px;
    font-weight: 600;
    color: #bc1d0f;
    float: right !important;
}
.cal-rtn {
	font-size: 12px;
    color: #000;
    font-weight: 400;
}
.cal-tit {
    color: #d7aa24;
}
.gradient-1 {
    background-image: linear-gradient(120deg,#d7aa24 10%,#9b760b 100%);
}
.homeServiceIcon{
    font-size: 25px;
    background: #24adfb;
    padding: 15px 14px;
    border-radius: 50%;
    color: #fff;
}
#homeServices .card:hover .cardBoxBack1{
    background: #24adfb;
    width: 60px;
    height: 60px;
    margin-top: -8px;
    margin-left: -8px;
    border-radius: 7px;
    z-index:-1;
}  
.cardBoxBack1{
    background: #1c3c8b;
    width: 60px;
    height: 60px;
    margin-top: -4px;
    margin-left: -4px;
    border-radius: 7px;
    z-index:-1;
}
.statsDevider{
	border-right:1px dashed #24adfb;
	height:60px;
}
.line-bottom-double-line-about {
    position: relative;
    margin-bottom: 15px !important;
    padding-bottom: 20px;
}
.line-bottom-double-line-about:after {
    bottom: 7px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100px;
    background: #bc1d0f !important;
}
.imgForeBox{
	position: absolute;
    width: 225px;
    height: 125px;
    background: #24adfb;
    border-radius: 15px;
    left: 13%;
    bottom: 8%;
}
.imgBackRound{
    width: 125px;
    height: 125px;
    position: absolute;
    background: #24adfb;
    left: 13%;
    top: 10%;
    border-radius: 50%;
    z-index: -1;
}
@media screen and (max-width:991px){
	.imgForeBox{
		display:none !important;
	}
	.imgBackRound{
		display:none !important;
	}
}
@media screen and (max-width:767px){
	.statsDevider{
		display:none !important;
	}
	#homeGoals {
	    background: #00113c;
	    margin-top: 130px !important;
	}
}
#homeServices .fa-chart-simple{
   	font-size: 25px;
    background: #24adfb;
    padding: 15px 17px;
    border-radius: 50%;
    color: #fff;
}
.goalSection .card:hover{
    transform: scale(1.1);
}
.goalSection .card{
    transition: .5s;
}
#message{
	height:auto !important;
}
.display-4 {
    font-size: 3.5rem !important;
    font-weight:600;
}

.fw-600{
	font-weight: 600;	
}
/* home page css end */