@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/Outfit-Regular.woff2') format('woff2'),
        url('../fonts/outfit/Outfit-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/Outfit-Light.woff2') format('woff2'),
        url('../fonts/outfit/Outfit-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/Outfit-Bold.woff2') format('woff2'),
        url('../fonts/outfit/Outfit-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/Outfit-SemiBold.woff2') format('woff2'),
        url('../fonts/outfit/Outfit-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/Outfit-Thin.woff2') format('woff2'),
        url('../fonts/outfit/Outfit-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/outfit/Urbanist-Regular.woff2') format('woff2'),
        url('../fonts/outfit/Urbanist-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Filson Pro';
    src: url('../fonts/outfit/FilsonPro-Bold.woff2') format('woff2'),
        url('../fonts/outfit/FilsonPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

a{
    color: #fff;
    text-decoration: none;
}
.wrapper {
    overflow: hidden;
}

body {
    font-family: 'Outfit';
    color: #000;
}

.custom-container {
    max-width: 1640px;
    margin: 0 auto;
}

h1 {
    font-size: 80px;
    line-height: 86px;
    font-weight: 700;
}

h1 span {
    font-size: 60px;
    line-height: 64px;
    font-weight: 600;
    word-break: break-word;
}

h2 {
    font-size: 64px;
    font-weight: 600;
}

h3 {
    font-size: 44px;
    font-weight: 600;
}

h4 {
    font-size: 36px;
}

h5 {
    font-size: 34px;
    font-weight: 600;
}

h6 {
    font-size: 24px;
    font-weight: 600;
}

p {
    font-size: 24px;
    font-weight: 300;
    margin: 0;
}
::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background-image: linear-gradient(359deg, #1A2A79, #12293A);
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background-image: linear-gradient(359deg, #1A2A79, #12293A);
}
/* header */
.header-logo {
    width: 232px;
    height: 46px;
}

.header-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header li.nav-item a {
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    padding: 0 !important;
}
.header li.nav-item{
    margin: 0 35px;
    position: relative;
    transition: all ease-in-out 0.3s;
}
.header li.nav-item::before{
    content: "";
    position: absolute;
    height: 2px;
    width: 0;
    left: 0;
    bottom: -5px;
    background-color: #fff;
    transition: all ease-in-out 0.4s;
}
/* .header li.nav-item:hover{
    transform: translateY(-3px);
} */
.header li.nav-item:hover::before{
    right: 0;
    width: 100%;
}
.header-btn,
.are-btn,
.second-btn {
    background-color: #fff;
    color: #000;
    box-shadow: 0px 3px 6px #00000029;
    font-size: 18px;
    padding: 15px 33px;
    font-weight: 600;
    border-radius: 60px;
    border: 1px solid #fff;
    white-space: nowrap;
    transition: all ease-in-out 0.3s;
}

.second-btn {
    background-color: #439037;
    border: 1px solid #439037;
    color: #fff;
    padding: 15px 40px;

}

.are-btn {
    border: 1px solid #D0D0D0;
    box-shadow: none;
}

.header-btn:hover,
.are-btn:hover,
.second-btn:hover {
    background-color: #439037;
    color: #fff;
    border: 1px solid #439037;
}

.second-btn:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
}

header.header {
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
}

header.header-bg {
    position: relative;
    top: 0;
    background-image: linear-gradient(359deg, #1A2A79, #12293A);
}

header.header-bg .navbar {
    padding: 20px 0;
}

/* banner */
.who-we-are{
    padding-top: 30px;
}
.who-we-are,
.comlink-services,
.our-impact {
    padding-bottom: 80px;
}

.testimonial {
    padding: 80px 0 100px;
}
.services-testimonial{
    padding: 80px 0 50px !important;
}

.second-testimonial {
    padding-bottom: 130px;
}

.banner-bg {
    background-image: url("../images/banner-bg.svg");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    min-height: 115vh;
    padding: 183px 0 85px;
}
.third-banner{
    min-height: 90vh;
}

.banner-lottie {
    max-width: 860px;
}
.third-banner-lottie{
    max-width: 667px;
}

.second-banner {
    background-color: #fff;
    box-shadow: 0px 10px 50px #07070714;
}

.banner-content p {
    color: #E7E7ED;
    font-weight: 300;
}

.banner-lottie {
    position: relative;
    top: -100px;
}

.second-banner-content {
    background: linear-gradient(133deg, #294593 0%, #030B02 100%);
    padding: 40px 30px;
    border-radius: 30px;
}

.banner-form {
    box-shadow: none !important;
}

.banner-form input::placeholder {
    color: #000000;
    font-size: 16px;
}

.banner-form .form-control {
    box-shadow: none;
    padding: 10px;
}

.banner-select {
    padding: 5px 8px 7px;

}

select.form-select.banner-select {
    box-shadow: none;
}

.banner-text-area textarea#floatingTextarea {
    padding: 10px;
    box-shadow: none;
    resize: none;
    height: 200px;
}
.banner-text-area textarea#floatingTextarea::placeholder{
    color: #000000;
}

.second-banner-bottom-content h2 {
    font-size: 60px;
    font-weight: bold;
    color: #439037;
}

.second-banner-bottom-content p {
    font-size: 22px;
    line-height: 24px;
    color: #1A2A79;
}

.second-banner-bottom-img {
    width: 180px;
    height: 111px;
}

.second-banner-bottom-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.trust-slider{
    padding-bottom: 60px;
}
.trust-slider .slick-arrow{
    visibility: hidden;
}

/* who-we-are */
.who-we-are .who-img {
    width: 100%;
    text-align: end;
}

.who-we-are .who-img img {
    width: 100%;
}

.who-we-are-content p {
    color: #000000;
}

/* Comlink Services */
.services-content {
    margin-bottom: 95px;
}

.services-box {
    padding: 37px 70px;
    border: 1px solid #D0D0D0;
    text-align: center;
    border-radius: 14px;
    height: 100%;
    transition:0.3s;
}
.services-box:hover{
    transform: scale(1.04);
    background-color: #FFFFFF;
    box-shadow: 0px 3px 16px #0000001A;
}
.industry-expertise .services-box:hover {
    transform: unset;
}

.industry-expertise-button {
    position: absolute;
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    display: none;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
}
.industry-expertise .services-box:hover .industry-expertise-button {
    display: flex;
    background: #439037d6;
    border-radius: 13px;
}
.services-box p {
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
}

.comlink-services::before, .blockchain-development::before, .industry-expertise::before {
    content: "";
    position: absolute;
    background-image: url("../images/link-left.svg");
    background-size: 100%;
    left: -66px;
    width: 293px;
    height: 100%;
    background-repeat: no-repeat;
    z-index: -1;
}
.blockchain-development::before{
    width: 310px;
    left: 0;
    top: -350px;
}
.industry-expertise::before{
    top: 20%;
}

.comlink-services::after, .blockchain-development::after, .industry-expertise::after  {
    content: "";
    position: absolute;
    background-image: url("../images/link-right.svg");
    background-repeat: no-repeat;
    width: 365px;
    height: 100%;
    top: 260px;
    right: -120px;
    z-index: -1;


}
.blockchain-development::after{
    top: 0;
    right: -25px;
}
.industry-expertise::after{
    top: 50%;
} 

/* Expertise */
.expertise::before,
.expertise::after {
    content: "";
    position: absolute;
    border: 1px solid #B9B9B9;
    width: 200px;
    top: 40px;
    left: 0;
}

.expertise::after {
    right: 0;
    left: unset;
}

.expertise-contnet p {
    font-size: 26px;
    font-weight: 300;
}

.expertise-left-content,
.expertise-right-content {
    background: #F7FBF7;
    box-shadow: 0px 3px 6px #00000029;
    padding: 45px 39px;
    width: 60%;
    border-radius: 10px;
}

.expertise-right-content {
    margin-left: auto;
    background: #F5F5F9;
}

.expertise-img-content {
    padding: 80px 0;
    margin-bottom: 120px;
}

.expertise-img,
.expertise-img-left {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    width: 50%;
    height: 100%;
}

.expertise-img-left {
    left: 0;
}

.expertise-left-content h6 {
    font-weight: 300;
}

.expertise-img img,
.expertise-img-left img {
    border-radius: 20px;
    height: 100%;
}

.expertise-contnet {
    margin-bottom: 130px;
}

/* technologies-grip */
.technologies-grip {
    background-image: url("../images/techno-bg.webp");
    background-color: #0000008C;
}

.technologies-content h2 {
    color: #fff;
}

.technologies-content {
    padding: 78px 0;
}

/* tabs */

.technologies-tab {
    background-color: #fff;
    padding: 43px 77px;
    border-radius: 14px 14px 0 0;
}

.nav-tabs {
    border: 0;
    padding-bottom: 60px;
}

.technologies .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {

    color: #439037;
    border-color: unset;
    border: unset;

}

.technologies .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: unset;
}

.technologies-tab .nav-tabs .nav-item .nav-link {
    color: #000 !important;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    margin: 0 15px;
    margin-bottom: 25px;
    border: 0;
    position: relative;
}

.technologies-tab li.nav-item {
    border-bottom: 1px solid #D3D3D3;
}

.technologies-tab .nav-tabs .nav-item .nav-link:hover {
    color: #439037 !important;
}

.technologies-tab .nav-tabs .nav-item .nav-link.active::before {
    content: "";
    background-image: url("../images/tab-line.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 30px;
    height: 45px;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
}

.tabs-content {
    /* width: calc(16.6% - 30px); */
    height: 130px;
    display: flex;
    align-items: center;
    border: 1px solid #CFCFCF;
    box-shadow: 0px 0px 10px #C2C2C229;
    border-radius: 40px 40px 40px 0px;
    background: #FFFFFF;
    /* margin: 0 15px; */
}
.tabs-items {
    width: 20%;
    /* height: 133px; */
    padding: 0 10px;
    margin-bottom: 30px;
    transition: 0.3s;
}
.tabs-items:hover{
    transform: scale(1.04);
}

.nav-tabs {
    padding-bottom: 40px;
}

.tab-content>.active {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tabs-content .content-img {
    width: 90px;
    height: 60px;
    margin: 0 auto;
}

.tabs-content .content-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* ouer teams */
.teams-content p {
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
}
/* Our teams */
.our-teams{
    padding: 150px 0 70px;
}
.our-teams .slick-prev{
    left: calc(100% - 110px);
}
.our-teams .slick-next{
    right: 0;
}
.slick-prev, .slick-next, .slick-prev:focus, .slick-next:focus{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(145deg, #D8D8D8 0%, #BABABA 100%);
    transition: all ease-in-out 0.3s;
    z-index: 2;
    top: -40px;
}
.slick-prev:hover, .slick-next:hover{
    background: linear-gradient(-145deg, #4F5986 0%, #323F7F 100%);
}
.slick-slider .slick-prev:before, .slick-slider .slick-next:before{
    font: normal normal normal 18px/1 FontAwesome;
    opacity: 1;
}
.slick-slider .slick-prev:before{
    content: "\f053";
}
.slick-slider .slick-next:before{
    content: "\f054";
}
.our-teams .slick-list{
    padding: 0 0 10px;
}
.slider-box {
    border: 1px solid #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 15px;
    padding: 25px 26px;

}

.slider-box .user-social-icons a {
    width: 23px;
    height: 23px;
    border: 1px solid #BEBED2;
    border-radius: 50%;
    opacity: 0.5;
    color: #7B7B88;
    background-color: #fff;
    transition: all ease-in-out 0.3s;
    padding: 4px;
}

.slider-box .user-social-icons a:hover {
    color: #fff;
    opacity: 1;
}

.slider-box .user-social-icons .facebook a:hover {
    background-color: #1B3776;
    border-color: #1A2A79;
}

.slider-box .user-social-icons .twitter a:hover {
    background: #62B7DD;
}

.slider-box .user-social-icons .linkedin a:hover {
    background: #176996;
}

.slider-box .user-social-icons li:not(:last-child) {
    margin-right: 4px;
}

.slick-slider .slider-box .box-img {
    width: 100%;
    height: 100%;
    margin: 0 auto 20px;
}

.slick-slider .slider-box .box-img img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 15px;
}

.box-content p {
    font-size: 16px;
    color: #297ED7;
}

.border-box {
    width: 24px;
    height: 24px;
    border: 1px solid #7b7b8833;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60%;
}

.border-box:hover {
    background: #1A2A79;
}

.border-box.twitter:hover {
    background: #62B7DD;
}

.border-box.linkdin:hover {
    background: #176996;
}

.slick-slider .slick-slide {
    margin: 0 20px;
}

/* the parent */
.slick-slider .slick-list {
    margin: 0 -20px;
}

/* testimonial */
.testimonial:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/test-left-img.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 765px;
    height: 600px;
}

.testimonial-img {
    position: relative;
    z-index: 1;
}

.second-testimonial::before {
    content: unset;
}

.textimonal-content p {
    font-size: 18px;
    color: #000000;
}
.testimonial .slick-prev,.testimonial .slick-next,.testimonial .slick-prev:focus,.testimonial .slick-next:focus{
    top: calc(100% + 40px);
}
.testimonial .slick-prev {
    left: 0;
}
.testimonial .slick-next{
    right: calc(100% - 110px);
}
/* footer */
#footer .custom-container {
    padding-top: 85px;
}

.footer {
    background-image: url("../images/footer-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 200px 0 40px;
}
.footer-padding {
    padding-bottom: 100px;
}

.footer h6 {
    margin-bottom: 25px;
}

.footer-links a {
    text-decoration: none;
    transition: 0.3s;
}
.footer-links li a:hover{
    color: #439037 !important ;
}

.footer .footer-links li:not(:last-child) {
    margin-bottom: 20px;
}


.footer .footer-form {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 38px;
}

.footer .footer-form input {
    font-size: 18px;
    line-height: 21px;
    padding: 20px 80px 20px 20px;
    background: #FFFFFF;
    border-radius: 8px;
    border: none;
    color: #273770;
}

.footer .footer-form input::placeholder {
    opacity: 0.5;
}

.footer .footer-form button {
    background: #439037;
    position: absolute;
    top: 0;
    right: 0;
    padding: 18px;
}

#footer p {
    font-size: 16px;
}

.footer .footer-form button i {
    font-size: 25px;
    color: #FFFFFF;
}

.social-icons li:not(:last-child) {
    margin-right: 12px;
}

.social-icons a {
    width: 32px;
    height: 32px;
    background: #fff;
    font-size: 16px;
    border-radius: 100%;
    transition: all ease-in-out 0.3s;
}

.social-icons .facebook a {
    color: #3b5998;
}

.social-icons .twitter a {
    color: #049bf7;
}

.social-icons .linkedin a {
    color: #5e70fb;
}

.social-icons .pinterest a {
    color: #E60023;
}

.social-icons .youtube a {
    color: #FF0000;
}

.social-icons a:hover {
    color: #fff;
}

.social-icons .facebook a:hover {
    background: #3b5998;
}

.social-icons .twitter a:hover {
    background: #049bf7;
}

.social-icons .linkedin a:hover {
    background: #5e70fb;
}

.social-icons .pinterest a:hover {
    background: #E60023;
}

.social-icons .youtube a:hover {
    background: #FF0000;
}

.footer-box {
    position: relative;
    z-index: 1;
    margin-bottom: -180px;
    padding: 70px 0 0 0;
}

.footer-box .footer-box-content {
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
    padding: 65px 50px;
    background-color: #fff;
    border-radius: 40px;
    box-shadow: -1px -15px 21px #1C0AF914;
}

.footer-box-content h5,
.footer-box-content p {
    color: #000;
}

.footer-box-content p {
    font-size: 22px;
    line-height: 26px;
    font-weight: normal;
}

.footer-box-content .heading-sec {
    margin: 0 90px 0 0;
}
.copy-right-text p {
    font-family: 'Urbanist';
}

/* staff-process */
.staff-process {
    padding: 120px 0;
}

.staff-process .staff-process-content {
    margin-bottom: 80px;
}

.staff-process .staff-process-content h2 {
    opacity: 0.89;
}

.staff-process .taff-process-box-content {
    border: 1px solid rgb(208 208 208 / 60%);
    padding: 35px 34px;
    height: 100%;
    transition: 0.3s;
}
.staff-process .taff-process-box-content:hover{
    transform: scale(1.04);
}

.staff-process .staff-process-content h6 {
    font-size: 120px;
    position: absolute;
    color: #439037;
    opacity: 0.16;
    font-weight: 100;
    width: 100%;
    left: 50%;
    top: -50px;
    transform: translateX(-50%);
}

.staff-process .taff-process-box-content p {
    font-size: 18px;
    color: #000000;
    font-weight: normal;
}

.taff-process-box-content .box-count h5 {
    color: #fff;
    margin: 0;
}

.taff-process-box-content .box-count {
    position: absolute;
    top: -40px;
    left: 43%;
    border: 8px #FFFFFF;
    background: #1A2A79;
    border-radius: 70%;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(0);
}

.staff-process-lottie {
    max-width: 460px;
    margin: 0 auto;
}

/* our-impact */
.our-impact {
    background-image: url(../images/impect-bg.png);
    background-repeat: no-repeat;
    padding: 100px 0;
    background-size: 100% 100%;
}

.our-impact .our-impact-heading {
    margin-bottom: 60px;
}

.our-impact .our-impact-content h2 {
    color: #fff;
    font-weight: bold;
}

.our-impact-content {
    text-align: center;
}

/* faq */
.faq{
    padding: 90px 0 150px;
}

.faq-main-heading {
    width: 630px;
    margin-bottom: 50px;
}

.faq .accordion-body p {
    font-size: 18px;
    background: #F8F8FA;
    padding: 20px;
    border-radius: 20px
}

.faq .accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
    box-shadow: none;
    color: #000;
    background-color: transparent;
}

.faq .accordion-button:not(.collapsed)::after {
    background-image: url("../images/icon-down.png") !important;
    background-repeat: no-repeat;
    transform: rotate(-360deg);
}

.faq .accordion-button::after {
    background-image: url("../images/Icon-up.png") !important;
    background-repeat: no-repeat;
}

.faq-contect-box {
    background: linear-gradient(145deg, #294593 0%, #030B02 100%);
    padding: 40px 30px;
    border-radius: 6px;
}
.industeries-faq .faq-contect-box h6 {
    max-width: 350px;
    width: 100%;
    margin: 0 auto 30px;
}

/* contact us */
.contact-us, .about-us {
    padding: 120px 0;
}

.contact-us .custom-container {
    max-width: 1100px;
    padding: 0 20px;
}

.contact-us .form-wrapper {
    border: 1px solid #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.contact-us form {
    width: 60%;
    padding: 60px 80px;
}

.contact-us form textarea {
    width: 100%;
    resize: none;
}

.contact-us .submit-btn {
    border-radius: 30px;
    background-color: #0F2F5F;
    color: white;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid;
    width: 150px;
    transition: all ease-in-out 0.3s;
}

.contact-us .submit-btn:hover {
    background: transparent;
    color: #0F2F5F;
}

.contact-us .profile-side {
    width: 40%;
    padding: 60px 40px;
    background: #00305f;
}

.contact-us .profile-side .profile-img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.contact-us .profile-side .profile-img img {
    border-radius: 50%;
}

.contact-us .profile-side .footer-link-ul i {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
}

/* our-services */
.our-services .our-services-content h3{
    color: #439037;
    margin-bottom: 40px;
}
.our-services .our-services-content p, .industry-expertise-content p {
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
}
/* .industry-expertise-content{
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
} */
.industry-expertise-content{
    max-width: 1060px;
    width: 100%;
    margin: 0 auto 95px;
}
.our-services-content{
    max-width: 1060px;
    width: 100%;
    margin: 0 auto

}
.mobile-develop-img{
    max-width: 760px;
    height: 460px;
    margin: 0 auto;
}
/* .mobile-develop-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
} */
/* blockchain-development  */
.services-section-padding{
    padding: 80px 0;
} 
.mobile-app-content h3{
    font-family: 'Filson Pro';
}

/* digital-media-marketing */
.digital-media-marketing{
    background-image: url('../images/digital-bg.svg'); background-repeat: no-repeat;
    background-size: contain;
    padding: 100px 0 0;
}
/* industry-expertise */

.industry-expertise-content h2{
    margin-bottom: 40px;
}
.industry-expertise .services-box .box-img{
    width: 150px;
    height: 150px;
    margin: 0 auto;
}
.industry-expertise .services-box .box-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.industry-expertise .services-box h5 {
    font-weight: bold;
}



/* responsive */
@media screen and (max-width: 1800px) {
    .custom-container {
        max-width: 1440px;
    }
    h1 {
        font-size: 72px;
        line-height: 76px;
    }

    h1 span {
        font-size: 55px;
        line-height: 60px;
    }
    .banner-bg{
        padding: 160px 0 60px;
    }
    .banner-lottie {
        top: -80px;
    }
    
}

@media screen and (max-width: 1700px) {
    .custom-container {
        max-width: 1340px;
    }

    h1 {
        font-size: 65px;
        line-height: 70px;
    }

    h1 span {
        font-size: 50px;
        line-height: 55px;
    }

    h2 {
        font-size: 50px;
    }

    h3 {
        font-size: 35px;
    }

    h4 {
        font-size: 34px;
    }

    h5 {
        font-size: 30px;
    }

    h6 {
        font-size: 20px;
    }

    p {
        font-size: 20px;

    }

    /* header */
    .header li.nav-item {
        margin: 0 25px;
    }

    /* banner */
    .banner-bg {
        /* min-height: 110vh; */
        min-height: 80vh;
    }
    .hiring-banner{
        min-height: 110vh;
        height: auto;
    }

    /* second-banner */
    .banner-heading h1 {
        font-size: 90px;
        line-height: 93px;
    }

    .second-banner-bottom-content h2 {
        font-size: 50px;
    }

    .second-banner-bottom-content p {
        font-size: 20px;
        line-height: 22px;
    }

    /* third-banner */
    .third-banner{
        min-height: 80vh;
    }


    /* staff-process */
    .staff-process .taff-process-box-content p {
        font-size: 16px;
    }

    /* testimonial */
    .testimonial:before {
        width: 600px;
        height: 450px;
    }

    /* footer */
    .footer-box-content p {
        font-size: 20px !important;
        line-height: 24px;
    }

    .footer-box {
        padding: 30px 0 0 0;
        margin-bottom: -140px;
    }

    /* Comlink Services */
    .services-box {
        padding: 35px;
    }

    .services-content {
        margin-bottom: 75px;
    }
    .industry-expertise-content{
        margin: 0 auto 75px;
    }
    /* Our teams */
    .our-teams{
        padding: 120px 0 50px;
    }
    .slick-slider .slider-box .box-img {
        width: 174px;
        height: 193px;
        margin: 0 auto 20px;
    }
    .header-btn, .are-btn, .second-btn{
        font-size: 15px;
        padding: 15px 25px;
    }
    .contact-us, .about-us {
        padding: 80px 0;
    }
     /* our-services */
     .our-services {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 1600px) {
    .custom-container {
        max-width: 1240px;
    }

    /* h1 {
        font-size: 70px;
        line-height: 75px;
    } */

    h1 span {
        font-size: 45px;
        line-height: 50px;
    }
    /* .mobile-develop-img{
        height: 340px;
    } */
    /* digital-media-marketing */
.digital-media-marketing{
    padding: 60px 0 0;
}
}

@media screen and (max-width: 1399px) {
    .custom-container {
        max-width: 1140px;
    }

    h1 {
        font-size: 64px;
        line-height: 80px;
    }

    h1 span {
        font-size: 40px;
        line-height: 44px;
    }

    h2 {
        font-size: 45px;

    }

    h3 {
        font-size: 32px;

    }

    h4 {
        font-size: 34px;
    }

    h5 {
        font-size: 27px;

    }

    h6 {
        font-size: 20px;

    }

    p {
        font-size: 18px;

    }

    /* header */
    .header li.nav-item a {
        font-size: 15px;
    }
    .header li.nav-item {
        font-size: 15px;
        margin: 0 20px;
    }

    .header-logo {
        width: 175px;
        height: 35px;
    }

    .header-btn,
    .are-btn,
    .second-btn {
        font-size: 15px;
    }

    /* second-banner */

    .second-banner-bottom-content {
        margin-right: 40px;
    }

    .banner-heading h1 {
        font-size: 80px;
        line-height: 83px;
    }

    .second-banner-bottom-content h2 {
        font-size: 43px;
    }

    .second-banner-bottom-content p {
        font-size: 17px;
        line-height: 19px;
    }

    /* Expertise  */
    .expertise-img-content {
        padding: 60px 0;
        margin-bottom: 100px;
    }

    .expertise-contnet {
        margin-bottom: 90px;
    }

    .expertise-contnet p {
        font-size: 22px;
        font-weight: 300;
    }

    /* staff-process */
    .staff-process {
        padding: 90px 0;
    }

    .staff-process .staff-process-content h6 {
        font-size: 80px;
        top: -17px;
    }

    .staff-process .taff-process-box-content {
        padding: 30px 20px;
    }

    /* .technologies */
    .technologies-content {
        padding: 60px 0;
    }

    .technologies-tab {
        padding: 25px 60px;
    }

    .technologies-tab .nav-tabs .nav-item .nav-link {
        margin: 0 4px;
        margin-bottom: 20px;
        font-size: 16px;
    }

    .technologies-tab .nav-tabs .nav-item .nav-link.active::before {
        width: 15px;
        height: 30px;
    }

    .testimonial:before {
        width: 520px;
        height: 400px;
    }

    .tabs-content {
        /* width: calc(20% - 30px); */
        height: 120px;
    }

    /* textimonial */

    .textimonal-content p {
        font-size: 16px;
    }

    .second-testimonial {
        padding-bottom: 100px;
    }

    /* .our-impact */
    .our-impact {
        padding: 60px 0;
    }

    .our-impact .our-impact-heading {
        margin-bottom: 50px;
    }

    .our-impact-content {
        text-align: center;
    }
    /* Our teams */
    .our-teams{
        padding: 100px 0 30px;
    }
    /* faq */
    .faq{
        padding: 80px 0 120px;
    }
    .footer {
        padding: 160px 0 40px;
    }

    #footer .custom-container {
        padding-top: 55px;
    }

    .footer-box-content p {
        font-size: 16px !important;
        line-height: 20px;
    }

    .footer-box .footer-box-content {
        padding: 45px 50px;
        max-width: 800px;
    }

    .footer-box-content .heading-sec {
        margin: 0 40px 0 0;
    }

    /* contact us */
    .contact-us form {
        padding: 40px 60px;
    }

    .contact-us .profile-side {
        padding: 40px 20px;
    }

    .contact-us .custom-container {
        max-width: 950px;
    }

    .contact-us .profile-side .profile-img {
        width: 160px;
        height: 160px;
    }
    .services-content {
        margin-bottom: 60px;
    }
    .industry-expertise-content{
        margin: 0 auto 60px;
    }
    /* our team */
    .teams-content p {
        font-size: 17px;

    }
    .copy-right-text p {
        font-size: 14px !important;
    }
    .industry-expertise .services-box .box-img {
        width: 120px;
        height: 120px;
    }
    /* .mobile-develop-img {
        height: 300px;
    } */
    /* our-services */
    .our-services .our-services-content h3{
        margin-bottom: 30px;
    }
    .digital-media-marketing{
        padding: 50px 0 40px;
    }
    .industry-expertise-content h2{
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1199px) {
    .custom-container {
        max-width: 960px;
    }

    h1 {
        font-size: 55px;
        line-height: 60px;
    }

    h1 span {
        font-size: 35px;
        line-height: 40px;
    }

    h2 {
        font-size: 36px;
    }
    h3{
        font-size: 28px;
    }

    h4 {
        font-size: 34px;
    }

    h5 {
        font-size: 24px;
    }

    h6 {
        font-size: 18px;
    }

    p {
        font-size: 16px;
    }

    /* header */
    .header li.nav-item {
        margin: 0 15px;
    }

    .header-logo {
        width: 155px;
        height: 35px;
    }

    .header-btn,
    .are-btn,
    .second-btn {
        font-size: 14px;
    }

    /* banner */
    .banner-bg {
        min-height: 100vh;
    }

    .banner-lottie {
        top: -60px;
    }

    /* second-banner */
    .banner-heading h1 {
        font-size: 65px;
        line-height: 68px;
    }

    .second-banner-bottom-content h2 {
        font-size: 35px;
    }

    .second-banner-bottom-content p {
        font-size: 15px;
        line-height: 17px;
    }
   

    /* staff-process */
    .staff-process .taff-process-box-content p {
        font-size: 14px;
    }

    .taff-process-box-content .box-count {
        top: -30px;
        left: 40%;
        width: 50px;
        height: 50px;
    }

    .staff-process .staff-process-content h6 {
        font-size: 60px;
        top: -13px;
    }

    /* technologies */
    .technologies-content {
        padding: 40px 0;
    }

    .tabs-content {
        /* margin: 0 10px;
        margin-bottom: 30px; */
        /* width: calc(25% - 20px); */
        height: 110px;
    }

    .technologies-tab {
        padding: 20px 40px;
    }

    .technologies-tab .nav-tabs .nav-item .nav-link {
        margin: 0 3px;
        margin-bottom: 15px;
    }

    .technologies-tab .nav-tabs .nav-item .nav-link.active::before {
        width: 13px;
        height: 26px;
    }

    /* Our team */
    .slider-box {
        padding: 20px 15px;
    }

    .slick-slider .slider-box .box-img {
        width: 100%;
        height: 100%;
    }

    .slick-slider .slick-list {
        margin: 0 -15px;
    }

    .slick-slider .slick-slide {
        margin: 0 15px;
    }
    .teams-content p {
        font-size: 16px;
        line-height: 26px;
    }

    /* textimonal */
    .testimonial:before {
        width: 420px;
        height: 350px;
    }

    .textimonal-content p {
        font-size: 15px;
    }

    /* our-impact */
    .our-impact {
        padding: 50px 0;
    }

    /* faq */
    .faq{
        padding: 80px 0 100px;
    }
    .faq .accordion-body p {
        font-size: 15px;
    }

    .faq-main-heading {
        margin-bottom: 35px;
        width: 420px;
    }

    .expertise-left-content,
    .expertise-right-content {
        padding: 35px 30px;
    }

    .expertise-img-content {
        padding: 50px 0;
        margin-bottom: 60px;
    }

    /* footer */
    .footer {
        padding: 120px 0 40px;
    }

    .footer-box-content p {
        font-size: 14px !important;
        line-height: 18px;
    }

    .footer .add-margin {
        margin-bottom: 30px;
    }
    .who-we-are,
    .comlink-services,
    .our-impact {
        padding-bottom: 60px;
    }

    /* contact us */
    .contact-us form {
        padding: 40px 20px;
    }

    .contact-us .custom-container {
        max-width: 800px;
    }

    .contact-us form,
    .contact-us .profile-side {
        width: 50%;
    }
    .services-content {
        margin-bottom: 50px;
    }
    .industry-expertise-content{
        margin: 0 auto 50px;
    }
    .footer-padding {
        padding-bottom: 80px;
    }
    /* our-services */
    .services-section-padding {
        padding: 50px 0;
    }
    .our-services {
        padding-bottom: 40px;
    }
    .third-banner{
        min-height: 60vh;
    }
    .industry-expertise-content h2 {
        margin-bottom: 20px;
    }
    .our-services .our-services-content h3 {
        margin-bottom: 20px;
    }
    .header-btn, .are-btn, .second-btn{
        padding: 12px 25px;
    }
}

@media screen and (max-width: 991px) {
    .custom-container {
        max-width: 720px;
    }

    .banner-heading h1 {
        font-size: 55px;
        line-height: 57px;
    }

    h1 {
        font-size: 46px;
        line-height: 50px;
    }

    h1 span {
        font-size: 30px;
        line-height: 34px;
    }

    h2 {
        font-size: 33px;

    }

    h3 {
        font-size: 26px;

    }

    h4 {
        font-size: 34px;
    }

    h5 {
        font-size: 22px;

    }

    h6 {
        font-size: 18px;

    }

    p {
        font-size: 15px;
    }

    /* header */
    header.header {
        top: 0;
    }
    .header li.nav-item{
        margin: 0;
        padding: 8px 0;
    }
    .header li.nav-item::before{
        content: none;
    }
    .header button.navbar-toggler {
        background-color: #fff;
        font-size: 16px;
        box-shadow: none;
    }
    .header .navbar-collapse {
        background: #294593;
        position: absolute;
        z-index: 2;
        width: 100%;
        right: 0;
        top: 70px;
        border-radius: 5px;
    }
    .header .navbar-collapse .navbar-nav{
        padding: 20px;
    }
    .header li.nav-item a {
        font-size: 14px;
    }
    /* banner */
    .banner-bg {
        padding: 150px 0 50px;
        min-height: auto;
        background: #13293e;
    }

    .header-btn,
    .are-btn,
    .second-btn {
        padding: 10px 25px;
        font-size: 13px;
    }

    .banner-lottie {
        max-width: 490px;
        margin: 0 auto;
        top: 0;
    }
     /* third-banner */
     /* .third-banner{
        min-height: 100vh;
    } */


    /* Expertise */
    .expertise-contnet {
        margin-bottom: 60px;
    }

    .expertise-contnet p {
        font-size: 20px;
    }
    .expertise::before, .expertise::after{
        width: 140px;
    }
    /* technologies */
    /* .tabs-content {
        width: calc(33.3% - 20px);
    } */
    .tabs-items{
        width: 33%;
    }

    .technologies-tab .nav-tabs .nav-item .nav-link {
        margin-bottom: 10px;
    }

    .technologies-tab .nav-tabs .nav-item .nav-link.active::before {
        top: 33px;
        width: 10px;
        height: 22px;
    }

    .technologies-content {
        padding: 27px 0;
    }

    .technologies-tab li.nav-item {
        margin-bottom: 20px;

    }

    /* .services-content {
        margin-bottom: 70px;
    } */
    /* Our teams */
    .our-teams{
        padding: 80px 0 20px;
    }
    .box-content p {
        font-size: 12px;
    }

    /* testimonail */
    .testimonial:before {
        width: 300px;
        height: 300px;
    }
    /* FAQ */
    .faq{
        padding: 60px 0 90px;
    }
    .footer {
        background-image: linear-gradient(359deg, #1A2A79, #12293A);
        padding: 80px 0 40px;
    }

    .footer-box {
        padding: 0;
        margin-bottom: -80px;
    }

    .footer-box .footer-box-content {
        width: calc(100% - 30px);
    }

    .footer-box-content .heading-sec {
        margin: 0 20px 0 0;
    }

    .footer .footer-form {
        margin-bottom: 25px;
    }
    /* Slider */
    .slick-prev, .slick-next, .slick-prev:focus, .slick-next:focus{
        width: 30px;
        height: 30px;
        top: calc(100% + 30px);
    }
    .slick-slider .slick-prev:before, .slick-slider .slick-next:before {
        font: normal normal normal 16px/1 FontAwesome;
    }
    .our-teams .slick-prev {
        left: calc(100% - 80px);
    }
    .testimonial .slick-prev, .testimonial .slick-next, .testimonial .slick-prev:focus, .testimonial .slick-next:focus {
        top: calc(100% + 30px);
    }
    .testimonial .slick-next {
        right: calc(100% - 80px);
    }
    .teams-content p {
        font-size: 15px;
        line-height: 25px;
    }
    .contact-us, .about-us {
        padding: 50px 0;
    }
    .industry-expertise .services-box .box-img {
        width: 90px;
        height: 90px;
    }
     /* our-services */
     .services-section-padding {
        padding: 60px 0;
    }
    .our-services {
        padding-bottom: 0px;
    }
    /* .mobile-develop-img {
        height: 250px;
    } */
    .services-section-padding{
        padding: 60px 0 30px;
    }
    /* digital-media-marketing */
.digital-media-marketing{
    background-image: unset;
    background-size: unset;
    padding: 0;
}
.industeries-faq .faq-contect-box h6{
    max-width: 290px;
}
.industry-expertise {
    margin-top: 40px;
}
.trust-slider {
    margin-top: 30px;
}

}

@media screen and (max-width: 767px) {
    .custom-container {
        max-width: 540px;
    }

    h1 {
        font-size: 40px;
    }

    h1 span {
        font-size: 27px;
        line-height: 32px;
    }

    h2 {
        font-size: 27px;
    }

    h5 {
        font-size: 18px;
    }
    h6{
        font-size: 15px;
    }

    /* banner */
    .banner-heading h1 {
        font-size: 48px;
        line-height: 50px;
    }

    .banner-bg {
        padding: 120px 0 50px;
    }

    /* technologies */
    .technologies-tab {
        padding: 20px 30px;
    }

    .nav-tabs {
        padding-bottom: 30px;
    }

    .technologies-tab li.nav-item {
        margin-bottom: 10px;
    }

    .technologies-tab .nav-tabs .nav-item .nav-link {
        font-size: 14px;
    }

    .technologies-tab .nav-tabs .nav-item .nav-link.active::before {
        top: 30px;
    }
    .tabs-content {
        border-radius: 30px 30px 30px 0px;
    }
    .tabs-items{
        width: 33%;
    }
    .staff-process-lottie {
        max-width: 350px;

    }
    /* faq */
    .faq{
        padding: 60px 0 80px;
    }
    .faq .accordion-body p {
        font-size: 14px;
    }
    /* Our teams */
    .our-teams{
        padding: 60px 0 20px;
    }
    /* staff-process */
    .staff-process .staff-process-content h6 {
        font-size: 45px;
        top: -9px;
    }

    .staff-process {
        padding: 70px 0;
    }
    .staff-process .staff-process-content {
        margin-bottom: 65px;
    }

    /* our-impact */
    .our-impact .our-impact-heading {
        margin-bottom: 26px;
    }
    .our-impact {
        padding: 30px 0;
    }
    .our-impact-content{
        padding: 0 0 20px 0;
    }

    .taff-process-box-content .box-count {
        left: 47%;
    }

    .testimonial {
        padding: 60px 0 90px;
    }
    .services-testimonial {
        padding: 80px 0 80px !important;
    }

    .testimonial:before {
        display: none;
    }
    .testimonial .slick-next {
        right: 0;
    }
    .testimonial .slick-prev {
        left: calc(100% - 80px);
    }
    .slick-slider .slick-list {
        margin: 0 -10px;
    }

    .slick-slider .slick-slide {
        margin: 0 10px;
    }

    /* contact us */
    .contact-us form,
    .contact-us .profile-side {
        width: 100%;
    }

    /* .contact-us, .about-us {
        padding: 80px 0;
    } */
    .services-box p {
        font-size: 14px;
        line-height: 18px;
    }
    .footer-padding {
        padding-bottom: 60px;
    }
       .mobile-develop-img {
        min-height: 300px;
        height: auto;
    } 
    .expertise-img,
    .expertise-img-left {
    width: 70%;
}
}

@media screen and (max-width: 575px) {
    .custom-container {
        max-width: 100%;
        padding: 0 12px;
    }

    h1 {
        font-size: 32px;
    }

    h1 span {
        font-size: 25px;
        line-height: 29px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 23px;
    }

    /* banner */
    .banner-heading h1 {
        font-size: 40px;
        line-height: 42px;
    }

    .banner-lottie {
        max-width: 400px;
    }
    .service-banner-lottie{
        max-width: 300px;
    }
    .who-we-are,
    .comlink-services{
        padding-bottom: 50px;
    }

    .banner-content h1 {
        word-break: break-all;
    }
    .second-banner-content {
        padding: 30px 20px;
    }
    .second-banner-bottom-content h2{
        font-size: 28px;
    }
    .trust-slider {
        padding-bottom: 50px;
    }
    /* Experties */
    .expertise-contnet {
        margin-bottom: 40px;
    }

    .expertise-contnet p {
        font-size: 18px;
    }

    .expertise::before,
    .expertise::after {
        display: none;
    }

    .expertise-img-content {
        padding: 0;
        margin-bottom: 40px;
    }

    .expertise-left-content,
    .expertise-right-content {
        width: 100%;
    }

    .expertise-img,
    .expertise-img-left {
        position: relative;
        width: 80%;
        min-width: 320px;
        margin: 0 auto -80px;
    }
    .staff-process {
        padding: 50px 0 70px;
    }
    /* faq */
    .faq{
        padding: 50px 0 60px;
    }
    .faq-main-heading {
        width: 100%;
        margin-bottom: 20px;
    }
    .faq .accordion-flush .accordion-item .accordion-button{
        padding: 8px 12px;
    }
    .faq .accordion-flush .accordion-item .accordion-button h6{
        font-size: 16px;
    }
    .services-content {
        margin-bottom: 40px;
    }
    .industry-expertise-content{
        margin: 0 auto 40px;
    }

    .services-box {
        padding: 25px;
    }

    /* footer */
    .footer {
        padding: 80px 0 20px;
    }

    .footer-links a {
        font-size: 14px;
        line-height: 17px;
    }

    .footer .footer-form {
        margin-bottom: 20px;
    }

    .footer h6,
    .footer .footer-links li:not(:last-child) {
        margin-bottom: 15px;
    }

    .footer-box .footer-box-content {
        padding: 30px 20px;
        text-align: center;
    }

    .footer-box-content .heading-sec {
        margin: 0 0 20px 0;
    }

    .footer .footer-form input {
        font-size: 16px;
        line-height: 19px;
        padding: 15px 70px 15px 15px;
    }

    .footer .footer-form button {
        padding: 12px;
    }
    .tabs-items{
        width: 47%;
    }
    .mobile-develop-img {
        max-width: 370px;
        min-height: 200px;
    }
    .our-services{
        padding-bottom: 0;
    }
    .services-section-padding{
        padding: 30px;
    }
    /* .third-banner {
        min-height: 80vh;
    } */
    .contact-us, .about-us {
        padding: 30px 0;
    }
}

@media screen and (max-width: 500px) {

    /* technologies */
    .tabs-content {
        /* margin: 0 5px;
        margin-bottom: 20px; */
        /* width: calc(50% - 10px); */
        height: 90px;
    }

    .technologies-tab {
        padding: 20px 10px;
    }

    .footer-box h5 {
        font-size: 17px;
    }
}

@media screen and (max-width: 319px) {

    .expertise-img,
    .expertise-img-left {
        min-width: 250px;
    }
}