
@import "https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap";@import "https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&amp;display=swap";body {
    color: #555;
    font-size: 16px;
    font-family: be vietnam pro,sans-serif
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #000f5c;
    font-weight: 700;
    font-family: outfit, sans-serif;
	    line-height: 1.2;
}
body {
    color: #555;
    font-size: 16px;
    font-family: be vietnam pro, sans-serif;
}

p {
    font-size: 15px;
    line-height: 26px;
}
.section-heading .about-sub-title {
    position: relative;
    padding-left: 90px;
    font-size: 15px;
    color: #06f;
}
.section-heading {
    margin-bottom: 25px;
}
.section-heading .about-sub-title {
    position: relative;
    padding-left: 90px;
    font-size: 15px;
    color: #06f;
}
.about-content .section-heading h2 {
    font-size: 38px;
}
.section-heading h2 {
    font-size: 48px;
    color: #000f5c;
    margin-top: 10px;
}
.section-heading {
    margin-bottom: 25px;
}
.section-title h2 {
    font-size: 48px;
    color: #000f5c;
    margin-top: 10px;
}
.section-title .sub-title {
    position: relative;
    font-size: 15px;
    color: #06f;
    padding-left: 90px;
}
.business-card {
    text-align: center;
    padding: 50px 25px;
    margin-bottom: 30px;
    border-radius: 10px;
    transition: all ease .5s;
}
.business-card .data-image-1 {
    margin-bottom: 22px;
}
.business-card .business-card-content h4 {
    font-size: 20px;
    margin-bottom: 10px;
}
.business-card .business-card-content h4 a {
    color: #000f5c;
}
.business-card .business-card-content p {
    margin-bottom: 15px;
}
.business-card .business-card-content .business-btn {
    font-weight: 600;
    color: #06f;
    transition: all ease .5s;
}


.about-content p {
    max-width: 560px;
    margin-bottom: 20px;
}
.section-heading .about-sub-title .sub-title-image {
    position: absolute;
    top: 0;
    left: 0;
}

.about-content ul li {
    position: relative;
    color: #000f5c;
    padding-left: 10px;
    font-weight: 500;
    margin-bottom: 14px;
	
}
.about-content ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.about-content .common-btn {
    margin-top: 30px;
}
.common-btn {
    font-size: 14px;
}
.common-btn {
    font-weight: 600;
    color: #fff;
    background-color: #db181e;
    padding: 10px 50px;
    border-radius: 30px;
    display: inline-block;
    transition: all ease .5s;
}
.common-btn:hover {
    background-color: #000f5c;
    color: #fff;
}
.section-title h2 {
    font-size: 40px;
}
.business-card.active {
    background-color: #f6fcff;
    border-radius: 10px;
}
.business-card:hover {
    background-color: #f6fcff;
    border-radius: 10px;
}


/* three */
.works-block-two .inner-box {
    position: relative;
    display: block;
    padding: 0px 20px;
}
.works-block-two .inner-box .text {
    position: relative;
    display: block;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 5px 30px rgb(0 0 0 / 20%);
    padding: 31px 30px 20px 30px;
    margin-bottom: 85px;
	height:230px;
}
.works-block-two .inner-box .count-box {
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    margin: 0px 2px;
    margin-bottom: 50px;
}
.works-block-two .inner-box .count-box .count-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -19px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
}
.works-block-two .inner-box .count-box .count-text {
    background-color: #27b101;
}
.works-block-two .inner-box .count-box .count-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -19px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
}
.works-block-two .inner-box .count-box .dot-2:before {
    right: -5px;
}
.works-block-two .inner-box .count-box .dot-1:before, .works-block-two .inner-box .count-box .dot-2:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: -5px;
}
.works-block-two .inner-box .count-box {
    background-color: #d4e373;
}
.works-block-two .inner-box .count-box .dot-1:before, .works-block-two .inner-box .count-box .dot-2:before {
    border: 2px solid #c6ec43;
}
.works-block-two .inner-box .count-box .dot-1, .works-block-two .inner-box .count-box .dot-2 {
    position: absolute;
    top: -12px;
    width: 26px;
    height: 26px;
    border: 3px solid #ffffff;
    border-radius: 50%;
}
.works-block-two .inner-box .count-box .dot-1 {
    left: 0px;
}
.works-block-two .inner-box .count-box .dot-2:before {
    right: -5px;
}
.works-block-two .inner-box .count-box .dot-1, .works-block-two .inner-box .count-box .dot-2 {
    position: absolute;
    top: -12px;
    width: 26px;
    height: 26px;
    border: 3px solid #ffffff;
    border-radius: 50%;
}
.works-block-two .inner-box .icon-box .icon-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 240px;
    height: 240px;
    background-repeat: no-repeat;
    z-index: -1;
}
.works-block-two .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 240px;
    height: 240px;
    line-height: 260px;
    text-align: center;
    border-radius: 50%;
    font-size: 85px;
    z-index: 1;
}
.works-block-two .inner-box .count-box .count-text:before {
    background-color: #27b101;
}
.works-block-two .inner-box .count-box .count-text:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 32px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -32px;
}


.works-block-two .inner-box .count-box .count-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -19px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
}
.works-block-two .inner-box {
    position: relative;
    display: block;
    padding: 0px 20px;
}

.works-block-two .inner-box .count-box .dot-1:before, .works-block-two .inner-box .count-box .dot-2:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: -5px;
}
.works-block-two .inner-box .count-box .dot-1, .works-block-two .inner-box .count-box .dot-2 {
    position: absolute;
    top: -12px;
    width: 26px;
    height: 26px;
    border: 3px solid #ffffff;
    border-radius: 50%;
}
.works-block-two .inner-box .count-box .count-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -19px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
}
.works-block-two .inner-box .count-box .count-text {
    background-color: #27b101;
}
.works-block-two .inner-box .count-box {
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    margin: 0px 2px;
    margin-bottom: 50px;
}
.works-block-two .inner-box {
    position: relative;
    display: block;
    padding: 0px 20px;
}
.works-block-two .inner-box .icon-box .icon-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 240px;
    height: 240px;
    background-repeat: no-repeat;
    z-index: -1;
}
.works-block-two .inner-box .count-box .dot-2 {
    right: 0px;
}
.works-block-two .inner-box .count-box .dot-1, .works-block-two .inner-box .count-box .dot-2 {
    background-color: #c6ec43;
}
.works-block-two .inner-box .count-box .dot-1, .works-block-two .inner-box .count-box .dot-2 {
    position: absolute;
    top: -12px;
    width: 26px;
    height: 26px;
    border: 3px solid #ffffff;
    border-radius: 50%;
}
.works-block-two .inner-box .count-box .dot-1 {
    left: 0px;
}
.works-block-two .inner-box .count-box .dot-1, .works-block-two .inner-box .count-box .dot-2 {
    position: absolute;
    top: -12px;
    width: 26px;
    height: 26px;
    border: 3px solid #ffffff;
    border-radius: 50%;
}
.works-block-two .inner-box .count-box .dot-1:before, .works-block-two .inner-box .count-box .dot-2:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: -5px;
	left: -5px;
}
.works-block-two .inner-box .text:before {
    position: absolute;
    content: '';
    background-color: #ffffff;
    width: 43px;
    height: 27px;
    right: 100px;
    bottom: -26px;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 25% 0%);
}


.works-style-two .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: repeat-x;
    animation: slide 100s linear infinite;
    -webkit-animation: slide 100s linear infinite;
}
.works-block:nth-child(2) .works-block-two .inner-box .count-box .count-text {
    background-color: #014bc1;
}
.works-block:last-child .works-block-two .inner-box .count-box .count-text {
    background: #44107b;
}
.works-block:nth-child(2) .works-block-two .inner-box .count-box .dot-1:before, .works-block:nth-child(2) .works-block-two .inner-box .count-box .dot-2:before {
    border-color: #43c0ec;
}
.works-block:last-child .works-block-two .inner-box .count-box .dot-1:before, .works-block:last-child .works-block-two .inner-box .count-box .dot-2:before {
    border-color: #c71dfe;
}
.works-block:nth-child(2) .works-block-two .inner-box .count-box .dot-1, .works-block:nth-child(2) .works-block-two .inner-box .count-box .dot-2 {
    background: #43c0ec;
}
.works-block:last-child .works-block-two .inner-box .count-box .dot-1, .works-block:last-child .works-block-two .inner-box .count-box .dot-2 {
    background: #c71dfe;
}
.works-block-two .inner-box .icon-box {
    transition: all 500ms ease;
}

.inner-box .text:hover {
	background:#db181e;
	color:#fff;
}
.inner-box .text:hover h6 {

	color:#fff;
}

.inner-box .text:hover:before {
	background:#db181e;

}

.inner-box:hover .icon-box{
	  transition: transform 0.6s;
  transform-style: preserve-3d;
	 transform: rotateY(180deg);
}



.inner-box .icon-box:hover{
	  transition: transform 0.6s;
  transform-style: preserve-3d;
	 transform: rotateY(180deg);
}

/* end three */




/* why choose us */
.boxes1 {
    background: #f3f6fa;
}
.round50 {
    border-radius: 50%;
}

.cmn__ibox {
    transition: all 0.3s;
    min-width: 60px;
    height: 60px;
}
.perfoming__item {
    gap: 24px;
}
.whychoose h5{
	color:#222e48;	
    font-size: 20px;
    line-height: 130%;
    font-weight: 600;
    font-family: "Inter", sans-serif;

}
.perfoming__item:hover .cmn__ibox {
    background: #2196F3;
}
.perfoming__item:hover .cmn__ibox img {
    filter: brightness(25);
}
/* end why choose us */

.bg-1{
background:#000f5c;	
}



.business-card img{
width:100px;	
}
.business-card:hover.active{
	background-color: #d4ebf7;
    border-radius: 10px;
}
.howw h4{
font-size:25px;	
}

.howw img{
width:100px;
max-height:100px;
}
.bg-fast-rr {
    background-color: #db181e;
}

.feature-box:hover img{
	
	    filter: brightness(25);
}

.feature-box:hover p{
	
color:#000;
opacity:1 !important;
}


.feature-box.feature-box-hide-show-hover:hover .feature-box-icon {
    opacity: 1; 
}

.feature-box.feature-box-hide-show-hover:hover .feature-box-icon i {
color:#db181e;
}


.sliderhead{
	font-size:56px; 
	text-align:center
}
.sliderpara{
text-align:center;
font-size:19px;
color:#000;
}

/* new animation */
@import url('https://fonts.googleapis.com/css?family=Exo:400,700');



.context {
    width: 100%;
    position: absolute;
    top:50vh;
    
}

.context h1{
    text-align: center;
    color: #fff;
    font-size: 50px;
}



.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.4);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}
/* end new animation */

.inner-head::before {
    content: "";
    background: #f8e12f;
    position: absolute;
    bottom: 0;
    width: 8%;
    height: 3px;
}

.inner-head {
    position: relative;
    padding-bottom: 10px;
    color: #000f5c;
    font-family: 'Manrope', sans-serif !important;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 29px;
    margin-bottom: 40px;
}

.top-title{
text-transform:uppercase;	
}

.t1{
color:#000f5c;	
	
}

.t2{
color:#f8e12f;	
	
}
.t3{
	color:#0d6efd;
}


.b1{
background:#000f5c !important
}

.b2{
background:#f8e12f !important
}

.b3 {
    background: #e9d53c9c !important;
}




.about-img {
    margin-bottom: 30px;
    position: relative;
}
.about-img .experience h2 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #ffffff;
	
}


.about-img .experience {
    text-align: center;
    background-color: #0383ff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    display: inline-block;
    padding: 10px;
    position: absolute;
    bottom: 108px;
    right: -130px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.con-info {
   /* background: url(../images/con-info.jpg) no-repeat center left;*/
    background-size: cover;
    padding: 50px 30px;
	background:#f8e12f;
}


.con-img {
        position: absolute;
        max-width: 125%;
        top: -210px;
        right: -5px;
    }
	.con-img-wrapper {
    position: relative;
}



.feature-box:hover i{
	color:#fff !important;
}