
*{
    margin: 0;
    padding: 0;
}
body{
    font-family: "Inter", sans-serif;
    font-size: 14px;
    overflow-x: hidden;
    background-color: #f5f5f5;
}
/* loder */
#preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../img/loder/loder.gif') 50% 50% no-repeat rgb(249,249,249);
}
/* end */
p{
    color: var(--bs-gray);
}
/* navbar */
.shadow-navbar{
    box-shadow: 0px 0px 18px rgb(0 0 0 / 15%);
    background: rgb(255 255 255 / 75%);
    backdrop-filter: blur(8px);
}
.navbar-brand img{
    width: 80%;
}
.navbar-dark .navbar-nav .nav-link{
    color: var(--bs-dark);
    font-weight: 400;
}
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
  color: var(--bs-primary);
  font-weight: 400;
  position: relative;
}
.navbar-dark .navbar-nav .nav-link:hover{
  color: var(--bs-dark);
  font-weight: 400;
  position: relative;
}
.navbar-dark .navbar-toggler-icon{
    background-image: url(../img/menu-svgrepo-com.svg) !important;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: var(--bs-primary);
}
/* end */

.btn-dx{
    background-color: var(--bs-primary);
}

/* hero-section */
#app {
    text-align: start;
    font-size: 3.3rem;
    font-weight: 700;
    max-width: 510px;
    min-height: 160px;
}

.hero-content{
    height: 90vh;
    display: flex;
    align-items: center;
}
.hero-content span{
    color: var(--bs-primary);
    font-size: 1.8rem;
    font-weight: 500;
}
.hero-content h1{
    font-size: 5rem;
    max-width: 800px;
}
.link-hero-btn{
    font-size: 1.5rem;
    color: var(--bs-primary);
    font-weight: 500;
}
.link-hero-btn i{
    transform: rotate(325deg);
}
/* services */
.services-main{
    background-color: var(--bs-dark);
    border-radius: 18px;
}
.heading h4{
    color: var(--bs-white);
}
.heading p{
    color: var(--bs-light);
    max-width: 785px;
    margin: auto;
}
.heading img{
    width: 100px;
}
.services-box{
    border-bottom: 1px solid var(--bs-light);
}
.services-name h5{
    color: var(--bs-white);
    max-width: 160px;
    
}
.services-name a{
    color: var(--bs-light-dark);
    font-size: 1.7rem;
}
.services-name a i{
    transform: rotate(325deg);
}
.services-name a i:hover{
color: var(--bs-primary);
}
.services-box > div:hover a i{
    color: var(--bs-primary);
}
.service-content p{
    color: var(--bs-white);
}
.rotet-up{
    transform: rotate(325deg);
}
.link-yellow{
    color: var(--bs-primary);
}
.services-main a:hover {
    color: var(--bs-white);
}
.services-content{
    background-color: var(--bs-dark);
    border-radius: 18px;
}
.about-content p{
    max-width: 700px;
    margin: auto;
}
.vertical-line{
    background-color: var(--bs-primary);
    width: 2px;
    height: 100px !important;
    margin: auto;
    opacity: 0.7;
}
.three-services{
    background-color:var(--bs-dark) ;
    border-radius: 18px;
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
}
.three-services p{
    font-size: 6rem;
    color: var(--bs-white);
    font-weight: 100;
}
.slick-slider:before, .slick-slider:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 99;
    width: 170px;
}
.slick-slider:before {
    left: 0;
    background: linear-gradient(270deg, rgba(245, 245, 245, 0) 0%, #f5f5f5 100%);
}
.slick-slider:after {
    right: 0;
    background: linear-gradient(90deg, rgba(245, 245, 245, 0) 0%, #f5f5f5 100%);
}
.logo-technology{
    display: flex;
    align-items: center;
    vertical-align: middle;
    box-shadow: 1px 1px 15px #dcdcdc;
    text-align: center;
    max-width: 250px;
}
.logo-technology img{
    max-width: 60px;
    display: inline-block;
}
.logo-technology p{
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 0;
}
.copy-right-adjust{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.copy-right-adjust img {
    height: 20px;
    width: auto;
}


/* New-Timeline */

.dev-process-img{
    width: 90px;
}
.new-timeline{
    overflow: hidden;
} 
.timeline{
	position:relative;
	width:100%;
	padding:20px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.timeline:before{
	content: '';
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	width:2px;
	height:100%;
	background-color:#ccc;
}
.timeline ul{
	list-style-type:none;
}
.timeline ul li{
	width:50%;
    min-height: 240px;
	padding:5px 30px 40px 30px;
	cursor:pointer;
}
.timeline ul li:before{
	content:'';
	position:absolute;
	width:16px;
	height:16px;
	background-color:#213679;
	border-radius:50%;
	left:-24px;
	top:12px;
	transition:.5s;
}

.timeline ul li{
    position: relative;
	float:right;
	text-align:left;
	clear:both;
}
.timeline ul li .time{
	position:absolute;
	left:-38%;
	top: 3px;
}



/* index-2 */

    .hero-top-margin{
        margin-top: 135px;
    }
    .second-option-heading label {
        color: var(--bs-primary);
        font-size: 1.8rem;
        font-weight: 500;
    }
    .second-option-heading h1 {
        font-size:4.5rem;
        max-width: 800px;
    }
    .get-btn{
        font-size: 1.5rem;
        background-color: var(--bs-white);
        color: var(--bs-primary);
        font-weight: 500;
        border: 1px solid var(--bs-primary);
        padding: 15px 35px;
        border-radius: 45px;
        transition: 0.8s;
    }
    .get-btn i {
        transform: rotate(325deg);
    }

    .get-btn:hover{
        background-color: var(--bs-primary);
        color: var(--bs-white);
    }
    .animation-hero-img img{
        width: 100%;
    }
/*end index-2 */



/**************** services **************/
.first-padding{
    padding-top: 215px;
    padding-bottom: 115px;
}
.services-page-bg{
    background-image: url(../img/services/bg-services.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.services-thee-box{
    background-color: #fff;
    border: 1px solid #F0F0F0;
    box-shadow: 0px 3px 36px #c6c6c647;
    border-radius: 15px;
    padding: 35px 25px;
    display: flex;
    align-items: center;
}
.services-thee-box img{
    max-width: 90px;
}
.btn-view-list{
    background: #202529;
    border: 1px solid #202529;
    border-radius: 8px;
    padding: 10px 20px;
    color: #ffff;
    text-decoration: none;
    font-size: 13px;
    transition: 0.3s;
}
.btn-view-list:hover{
    background-color: #FFF;
    color: #202529;
}
.ap-service{
    background-color: #ffff;
    border: 1px solid #999999;
    padding: 25px;
    border-radius: 15px;
}
.ap-service img{
    max-width: 70px;
}
.ap-services-content{
    display: flex;
    align-items: center;
}
.ap-service h4{
    font-weight: 600;
}
.ap-services-content a img{
    max-width: 30px;
    margin-left: 15px;
}
.modal-pdf-box{
    background-color: #fff;
    border: 1px solid #F0F0F0;
    box-shadow: 0px 3px 36px #c6c6c647;
    border-radius: 15px;
    padding: 25px 25px 30px;
    text-align: center;
    position: relative;
}
.modal-pdf-box a{
    text-decoration: none;
    text-align: center;
    color: #202529;
    border: 1px solid #cbcbcb;
    padding: 11px 15px 13px 15px;
    border-radius: 5px;
}

/**************** end services **************/


@media (max-width:750px){
	.timeline{
		width:100%;
		margin:5px 0px;
	}
	.timeline:before{
		left:20px;
	}
	.timeline ul li{
		width:100%;
		padding:3px 0px 40px 20px;
		cursor:pointer;
	}
	.timeline ul li:before{
		left:-6px;
	}
	
	.timeline ul li{
		float:left;
		text-align:left;
	}
	.timeline ul li .time{
		position:static;
		text-align:left;
		padding-left:5px;
		box-shadow:0px 0px 0px 0px ;
	}
}
/* end */


/* footer */
footer a:hover {
    color: #FFF;
}
footer{
    background-color: var(--bs-dark);
    padding: 35px 0px 0px;
}
.footer-logo{
    max-width: 120px;
}
.social-meadia{
    list-style-type: none;
    padding: 0;
    margin-top: 40px;
    margin-bottom: 0;
}
.social-meadia li{
    display: inline-block;
}
.social-meadia li a{
    margin-right: 15px;
}
.social-meadia li a img{
    width: 25px;
}
.quick-links{
    padding: 0;
    list-style-type: none;
}
.quick-links li{
    margin-bottom: 15px;
}
.quick-links li:last-child{
    margin: 0;
}
.quick-links li a{
    text-decoration: none;
    color: var(--bs-white);
}
.hover-effect li a:hover{
    color: var(--bs-primary);
}
.quick-links li a img {
    margin-right: 10px;
    max-width: 16px;
    height: auto;
    vertical-align: top;
}
.quick-links li a span {
    width: calc(100% - 30px);
}
/* end footer */

/*********************************
 responsive 
 *********************************/
@media only screen and (max-width:1024px) {

    .second-option-heading h1 {
        font-size: 3rem;
        max-width: 800px;
    }
    .ap-service{
        min-height: 270px;
    }
}

@media only screen and (max-width:768px) {
    .navbar-border{
        border-bottom: 1px solid #d4d4d4;
    }
    .flex-data{
        flex-wrap: wrap-reverse;
    }
    .timeline:before{
        left: 36%;
    }
    .timeline ul li {
        width: 60%;
    }
    .timeline ul li:before{
        left: -59px;
    }
    .timeline ul li .time{
        left: -60%;
        top: -15px;
    }
    .second-option-heading label{
        font-size: 1rem;
    }
    .second-option-heading h1 {
        font-size: 2rem;
    }
    .get-btn{
        font-size: 1.1rem;
    }
    #app {
        font-size: 2.3rem;
        min-height: 120px;
    }
    .first-padding {
        padding-top: 155px;
        padding-bottom: 45px;
    }
    .services-thee-box img{
        max-width: 60px;
    }
    .services-thee-box h4{
        font-size: 20px;
    }
   
}
@media only screen and (max-width:430px) {
    .navbar-brand img {
        width: 60%;
    }
    .navbar-collapse{
        margin-top: 20px;
    }
    .nav-link{
        padding: 0.3rem 1rem;
    }
    .hero-content {
        height: 50vh;
    }
    .hero-content h1{
        font-size: 3rem;
    }
    .services-name h5{
        max-width: 100%;
        display: inline-block;
    }
    .timeline:before{
        left: 20px;
    }
    .timeline ul li {
        width: 100%;
    }
    .timeline ul li:before {
        left: -40px;
    }
    .timeline ul li{
        padding: 0px 0px 40px 20px;
    }
    .dev-process-img {
        width: 70px;
        margin-bottom: 15px;
    }
    .three-services p {
        font-size: 3.5rem;
    }
    .hire-content h2{
        font-size: 1rem;
    }
    .black-box-conten h4{
        font-size: 1rem;
    }
    .second-option-heading h1 {
        font-size: 2.6rem;
    }
    .copy-right-adjust {
        display: block;
        padding-bottom: 4rem !important;
    }
    .copy-right-adjust h2 {
        font-size: 2.25rem;
    }
    .footer-logo {
        max-width: 200px;
        width: 100%;
    }
}
@media only screen and (max-width:375px) {
    .hero-content h1 {
        font-size: 2rem;
    }
}