@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@600;700&family=Inter:wght@400;500;700&display=swap');
*{
    margin: 0;
    padding: 0;   
    box-sizing: border-box;
}
body{
    font-size: 16px;
    color:#42515d;
    line-height: 24px; 
    font-family: 'Inter', sans-serif;
}
a:hover,
button:hover {
	outline: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	text-decoration: underline;
}
.wrapper{
    max-width: 1280px;
    margin: 0 auto;
}
.header{
    position: absolute;
    padding-top:30px;
    padding-bottom:30px;
}
.navbar-brand img{
    width: 180px;
}
.header .dropdown-item:hover{
    background: #ffa500;
    color: #fff;
}
.header .navbar.navbar-light .navbar-nav .nav-link{
    color: #fff;
}
.header .navbar.navbar-light .navbar-nav .nav-link:hover,
.header .navbar.navbar-light .navbar-nav .active>.nav-link{
    color: #ffa500;
}
#navbarSupportedContent{margin-left: 52px;
}
.header .nav-item{
    padding-left: 22px;
    padding-right:22px;
}
.header .nav-item{
    font-size: 15px;
    font-weight: 500;
}
.banner-con{
    background: url(../images/banner-img.png) no-repeat center bottom;
    background-size: cover;
    padding:205px 0 267px;
}
.banner-left-con h1{
    font-size: 54px;
    line-height: 60px;
    margin-bottom: 24px;
}
.banner-left-con p{
    margin-bottom: 35px;
}
.tab-con{
    padding-top: 98px;
}
.tab-inner-con .nav-pills .nav-link.active{
    background: transparent;
    color: #0069c3;
    border-radius: 0;
    box-shadow: inset 0px 2px 0px -1px #0069c3;
}
.tab-inner-con .nav-pills .nav-link{
    color: #000;
    font-size: 14px;
    padding: 40px 0;
    border-radius: 0;
}
.tab-inner-con .nav-pills .nav-link.active figure img{
    filter:none;
}
.tab-inner-con .nav-pills .nav-link figure img{
    filter: grayscale(100%);
}
.tab-content{
    background: #f6f9fb;
    padding: 74px 82px;
    border: 1px solid #e8eff4;
    border-radius: 5px;
}
.tab-dec figure {
    margin-bottom: 22px;
}
.tab-dec h3 {
    margin-bottom: 8px;
    color: #000;
    font-size: 30px;
    line-height: 54px;
}
.tab-dec p {
    margin-bottom: 35px;
}
.tab-dec {
    padding-left: 14px;
}
.tab-dec .generic-btn a {
    padding: 12px 37px;
    box-shadow: none;
}
.tab-con .nav-pills{
    border-top: 1px solid #d1dfea;
    padding-left: 120px;
}
.service-box-item figure{
    width: 64px;
    height: 64px;
    background: #0069c3;
    border-radius: 50%;
    margin-bottom: 28px;
}

.service-box-item figure img{
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}
.service-box-item:hover figure img{
    transform: translateY(-6px);
}
.service-box-item h4{
    font-size: 20px;
    line-height: 20px;
    color: #000;
    font-weight: 500;
    margin-bottom: 16px;
}
.service-box-item p {
    font-size: 15px;
    padding: 0 25px;
}
.service-box-item {
    margin-bottom: 68px;
}
.partner-con {
    background: #0069c3;
    padding-top: 67px;
    padding-bottom: 78px;
}
.partner-con .generic-title span{
    font-weight: 500;
    margin-bottom: 34px;
}
.partner-con .generic-btn a {
    padding: 12px 42.5px;
}
.technologies-box-item{
    border: 1px solid #d1dfea;
    border-radius: 5px;
    padding:34px 34px 26px;
    margin-bottom: 30px;
}
.technologies-box-item:hover figure img{
    transform: translateY(-8px);
}
.technologies-box-item figure img{
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}
.technologies-box-item figure{
    margin-bottom: 13px;
}
.technologies-box-item span{
    font-size: 15px;
    color: #000;
}
.technologies-box-item:hover {
    box-shadow: 0px 10px 8px 5px rgb(209 223 234 / 20%);
}
.technologies-con .generic-title h2{
    margin-bottom: 70px;
}
.static-value-con ul li:nth-child(odd) .static-value.count {
    width: 108px;
}
.static-value-con ul li:nth-child(even) .static-value.count,
.static-value-con ul li:nth-child(3) .static-value.count{
    width: 53px;
}
.static-con{
    background: #f6f9fb;
    padding-bottom: 220px;
}
.static-con .generic-title h2{
    margin-bottom: 96px;
}
.static-value {
    font-size: 48px;
    line-height: 52px;
    color: #0069c3;
    margin-bottom: 7px;
}
.static-value-con ul {
    padding-bottom: 34px;
    border-bottom: 1px solid #d1dfea;
}
.static-value-con ul li{
    margin-right: 40px;
}
.static-con #carouselExampleControls {
    padding: 34px 0 62px;
}
.static-con #carouselExampleControls .carousel-item figure{
    margin-bottom: 30px;
}
.static-con #carouselExampleControls .carousel-item > p{
    margin-bottom: 27px;
    font-size: 18px;
    line-height: 28px;
}
.auther-name span{
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin-bottom: 4px;
}
.auther-name p{
    font-size: 14px;
}
.guarantee-con ul li figure{
    background: #fff;
    width: 130px;
    height: 130px;
    border-radius: 50%;
}
.guarantee-con ul li{
    margin-right: 30px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon{
    background-image:none;
    width: auto;
    height: auto;
    top: -1px;
    position: relative;;
}
.carousel-control-next, .carousel-control-prev {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    opacity: 1;
    top: initial;
    box-shadow: 0 0 40px rgb(0 105 195 / 10%);
    bottom: 70px;
}
.carousel-control-prev {
    right: 50px;
    left: initial;
}
.carousel-control-next:hover, .carousel-control-prev:hover{
    background: #0069c3;    
    opacity: 1;
}
.carousel-control-next:hover img, .carousel-control-prev:hover img{
    filter: brightness(0) invert(1);
}
.form-con{
    background: #fff;
    border-radius:5px;
    padding:60px;
    box-shadow: 0 0 40px rgb(0 105 195 / 10%);
    width: 565px;
    position: relative;
    z-index: 1;
}
.attach-file-input label{
    cursor: pointer;
}
.form-title h3{
    font-size: 30px;
    line-height: 50px;
    color: #000;
    margin-bottom: 22px;
}
.form-title p{
    font-size: 14px;
    margin-bottom: 22px;
}

.form-con ul li input:not([type="checkbox"]),
.form-con ul li textarea{
    width: 100%;
    font-size: 13px;
    color: #42515d;
    padding: 11px 18px;
    border: 1px solid #d1dfea;
    border-radius: 5px;
    margin-bottom: 10px;
}
.form-con ul li textarea{
    height: 108px;
    resize: none;
    margin-bottom: 20px;
}
.submit-btn button{
    outline: none;
}
.form-con ul li input:focus,
.form-con ul li textarea:focus{
    border: 1px solid rgb(0 105 195);
    box-shadow: 0 0 10px rgb(0 105 195 / 15%);
    outline: none;
}
.submit-btn button{
    padding:12px 15px;
    background:#0069c3;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    width: 100%;
    border: none;
    cursor: pointer;
}
.attach-file-input input{
    opacity: 0;
}
.form-con ul li label{
    font-size: 12px;
}
.recaptcha-con{
    margin-top: 20px;
    margin-bottom: 30px;
}
.sitemap ul li a, .email-addresses ul li a{
    position: relative;
}
.sitemap ul li a:hover::after,.email-addresses ul li a:hover::after {
    width: 100%;
}
.form-main-con{
    position: relative;
    z-index: 1;
}
.sitemap ul li a::after,.email-addresses ul li a::after {
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    content: '';
    position: absolute;
    background: #ffa500;
    transition: ease-in-out 0.3s;
}
.footer-main-sec{
	padding-top: 320px;
	padding-bottom: 185px;
	background: url(../images/footer-background-img.png) no-repeat center top;
    background-size: cover;
    margin-top: -467px;
}
.sitemap ul li a,
.email-addresses ul li a{
	text-decoration: none;
	font-size: 15px;
	line-height: 30px;
}
.footer-main-sec .email-addresses ul li a:hover,
.sitemap ul li a:hover{
    color: #ffa500 !important;
}
.footer-social-icons ul li a:hover{
    text-decoration: none;
}
.footer-social-icons ul li i:hover{
    background: #ffa500;
    transform: translateY(-5px);
}
.email-addresses ul li a{
	line-height: 28px;
}
.office-address h5,
.email-addresses h5{
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
}
.email-addresses h5{
	margin-bottom: 9px;
}
.office-address h5{
	margin-bottom: 12px;
}
.office-address span{
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
}
.office-address p{
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 39px;
}
.footer-social-icons ul li i {
    background: #1a6998;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}
.copyright span{
	color: #b4cee5;
	font-size: 14px;
	line-height: 24px;
}
.copyright {
    background: #00549c;
    padding: 20px 0;
    position: absolute;
    bottom: 40px;
}
.footer-social-icons ul li{
	margin-right: 10px;
}
.tab-dec ul li {
    padding: 0 10px;
}
.tab-dec ul{
    margin-bottom: 25px;
}
.tab-dec ul li:first-child{
    padding-left: 0;
}
.tab-dec ul li:last-child{
    padding-right: 0;
}
/**********************/
.thank-main-con {
    background: url(../images/blue-img.jpg) no-repeat center;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.devbunch-logo{
    margin-bottom: 113px;
}
.devbunch-logo img{
    width: 274px;
}
.footer-copyright .footer-social-icons ul li i:hover {
    background: #ffa500;
}
.newsletter-con{
    background: #fff;
    box-shadow: 0 0 40px rgb(0 105 195 / 10%);
    border-radius: 6px;
    width: 540px;
    padding: 38px 48px 37px;
    margin: 0 auto 75px;
}
.sent-message-con{
    margin-bottom: 38px;
}
.sent-message-con h1{
    font-size: 54px;
    line-height: 58px;
    font-weight: 900;
    margin-bottom: 26px;
}
.sent-message-con p{
    margin-bottom: 34px;
}
.newsletter-con h3{
    color: #000;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
    font-weight: 600;
}
.newsletter-con input{
    width: 100%;
    font-size: 13px;
    color: #42515d;
    padding: 11px 18px;
    border: 1px solid #d1dfea;
    border-radius: 6px;
    margin-bottom: 20px;
}
.newsletter-con input::placeholder{
    font-size: 13px;
    color: #42515d;
}
.newsletter-con input:focus{
    outline: none;
}
.sent-message-con .generic-btn a{
    padding: 16px 32px;
}
.footer-copyright span{
    font-size: 14px;
    margin-bottom: 26px;
}
.footer-copyright .footer-social-icons ul li i {
    background: #1a78c9;
}
.email-con figure{
    background: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 28px;
}
.footer-copyright{
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.tooltip1 .tooltiptext2:after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 18%;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #000;
}
.tooltip1 .tooltiptext2 {
    display: none;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 6px;
    font-size: 12px;
    position: absolute;
    top: -40px;
    left: 0;
}
.tooltip1:hover .tooltiptext2 {
    display: inline-block;
}

.testimonial-review p{
    margin-bottom: 27px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    padding: 0 165px;
}
.testimonial-review .auther-name span {
  font-size: 20px;
  font-weight: 500;
}
.testimonial-review .auther-name p {
  font-size: 14px;
}
.gallery-box {
    padding-bottom: 120px;
}
.gallery-box .gallery-box-left{
    height: 534px;
}
.gallery-box .gallery-box-right{
    height: 240px;
    object-fit: cover;
    width: 100%;
}
.gallery-box .carousel-control-next,.gallery-box .carousel-control-prev {
    background: #0069c3;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}
.gallery-box .carousel-control-prev {
    right: auto;
    left: 0;
}
.case-study-tabs ul{
    padding-left: 17px;
}
.case-study-tabs ul li{
    padding: 0 5px;
}
.portfolio-sec .portfolio-sec-inner{
    margin-bottom: 70px !important;
}

.portfolio-sec .portfolio-desc{
    line-height: 32px;
}