:root {
    --neue-font:  "Neue Haas Grotesk Display Pro";
    --primary-color:  #00A8A8;
    --black-color: #000;
    --darkgray-color:  #2D2D2D;
    --lightBlue-color:  #EEFAFA;
}
html {
    font-family: "Neue Haas Grotesk Display Pro"}
body {
    font-family: "Neue Haas Grotesk Display Pro"}
html {
    scroll-behavior: smooth;
}
a, a:hover {
    text-decoration: none;
    display: inline-block;
    transition: .3s ease-in-out;
}
img {
    display: inline-block;
    max-width: 100%}
.required-field{
    border-color: red !important;
}
.btn {
    font-size: 13px;
    border-radius: 20px;
}
.btn-primary {
    background-color: var(--primary-color);
    border-color: #000;
}
.btn-primary:hover {
    background-color: var(--darkgray-color);
    border-color: var(--primary-color);
}
nav.navbar.navbar-expand-lg {
    position: absolute;
    top: 0;
    padding: 15px 0 !important;
    padding: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    border-bottom: .8px solid #959494;
    background: #fff;
}
nav.navbar.navbar-expand-lg li.active a::after {
    width: 25px;
}
nav.navbar.navbar-expand-lg .nav-link {
    font-size: 15px;
    font-weight: 500;
    padding-right: 2rem;
    padding-left: 2rem;
    text-transform: capitalize;
    color: #040404;
    position: relative;
}
nav.navbar.navbar-expand-lg .nav-link.active span {
    border-bottom: 2px solid;
}
nav.navbar.navbar-expand-lg .nav-link::after {
    content: "";
    background: url(../images/arrow-ios-downward-outline.png) no-repeat;
    width: 10px;
    height: 10px;
    border: 0;
    background-size: 40%;
    transform: rotate(267deg);
}
nav.navbar.navbar-expand-lg .nav-link:hover {
    color: #00a8a8;
}
nav.navbar.navbar-expand-lg .navbar-brand {
    margin-left: 3%}
.dropdown-item {
    font-weight: 300;
    font-size: 15px;
}
.dropdown-item:active {
    background: var(--primary-color);
}
li.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}
.homeLink {
    display: none;
}
button.dropdown-toggle {
    padding: 0 !important;
    margin: 0;
    border: 0;
    background: rgba(0, 0, 0, 0);
}
nav.navbar.navbar-expand-lg .productLink .nav-link {
    padding-right: .7rem;
}
.banner {
    background: var(--lightBlue-color);
    height: 100vh;
}
.banner .container {
    display: flex;
    align-items: center;
    height: 100%}
.banner .container h3 {
    font-size: 27px;
    line-height: 48px;
    margin-bottom: 40px;
}

.banner.maineHome .container h3 {
    font-size: 42px; 
    line-height: 62px;
}
.banner .container ul{
        justify-content: space-between;
}
.banner .container h5{
       font-size: 18px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #000000;
    margin: 50px 0 10px;
    font-weight: 500;
}
.tallalyWorkBrands h4{
    font-size: 29px;
    margin-bottom: 20px;
    font-weight: bold;
}
.tallalyWorkCompany ul{
    max-width: 1000px;
    margin-top: 60px !important;
}


.owl-company{
    margin-top: 60px;
}
.tallalyWorkCompany ul li span{
     font-size: 16px;
    line-height: 19px;
    display: inline-block;
    padding: 10px 20px;
    margin-right: 10px;
    margin-bottom: 15px;
    background: #9AE4E42E 0% 0% no-repeat padding-box;
border: 2px solid #00A8A8;
border-radius: 25px;
color: #000000;
}
.banner .container ul li img{
    width: 75px;
}

.banner .container .btn-link{
     font-size: 17px;
    line-height: 23px;
    color: #000000;
    text-decoration: none;
}
.banner .container .btn-link img{
    margin-right: 10px;
    filter:unset !important;
}

 .hireButtonDiv{
     margin-top:60px;
 }
 .hireButtonDiv a {
    padding: 10px 20px;
}
.modal-header .btn-close {
    right: 20px;
    position: relative;
}
.topCompanies .row{
    margin-top: 60px;
}
.topCompanies .btn-link{
     font-size: 17px;
    line-height: 23px;
    color: #000000;
    text-decoration:none;
}
.topCompanies .btn img{
    margin-right: 10px;
}
.companyCard{
    box-shadow: 12px 6px 21px #0000001A;
border: 1px solid #000000;
border-radius: 17px;
padding: 25px 10px;
margin-bottom: 25px;
    max-width: 480px;
}
.carousel-indicators {
    position: unset;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: space-around;
    padding: 0;
    margin-right: 0;
    margin-bottom: 50px;
    margin-left: 0;
    list-style: none;
    border-bottom: 2px solid #ccc;
    padding-bottom: 20px;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: unset;
    height: unset;
    padding: 0 30px;
    margin-right: 0;
    margin-left: 0;
    text-indent: unset;
    cursor: pointer;
    background-color: unset;
    background-clip: padding-box;
    border: 0;
    border-top: 0;
    border-bottom: 0;
    opacity: 1;
    color:#000;
    transition: opacity .6s ease;
}

.carousel-item img{
    max-width: 900px;
    margin: auto;
}
.carousel-indicators .active{
    color:#00A8A8;
    position:relative;
}
.carousel-indicators .active::after {
    position: absolute;
    content: '';
    bottom: -22px;
    width: 100%;
    height: 2px;
    background: #00A8A8;
    left: 0;
}
.weDoCard h4{
    font-size: 30px;
    line-height: 44px;
    font-weight:bold;
}

.companiesDashboard{
    background:#EEFAFA;
}
.weDoCard{
    position: relative;
  
}
.weDoImg{
    margin-bottom: 30px;
    max-width: 400px;
}
.companyCard h4{
     font-size: 20px;
    line-height: 24px;
}
.order-row{
    position: relative;
}
.order-row::before {
    width: 2px;
    background: #ccc;
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
}
 .weDoCard span {
     display:none;
 }
 section.focus.blogs.blogsDetails figure.bigBlog {
    margin-bottom: 50px;
}
@media only screen and (min-width: 768px){
    .weDoCard span {
    position: absolute;
  left: -50px;
    background: #1ab1b1;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 40px;
    top: 50%;
    transform: translateY(-50%);
}
.weDoCard {
   
    padding-left: 30%;
}
}
.weDoCard p{
     font-size: 18px;
    line-height: 23px;
    font-weight: 300;
}
 .companyCard p{
     font-size: 14px;
    line-height: 22px;
    opacity: 0.75;
    font-weight: 300;
    margin-bottom:0;
}
.companyCard div:first-child{
    margin-right: 10px;
}
.companyCard img{
    width: 50px;
    
}
 .hireButtonDiv a img, .collapse .btn img, .banner .container .btn img {
    width: auto;
    display: inline;
    margin-left: 10px;
    filter: invert(100%) sepia(0%) saturate(3465%) hue-rotate(89deg) brightness(99%) contrast(113%);
}
 .hireButtonDiv a img, .collapse .btn img{  transform: rotate(-55deg);}
.owl-carousel.owl-testimonial .owl-item img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}
.owl-banner {
    position: relative;
}
.owl-banner .owl-nav .owl-prev, .owl-banner .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.owl-banner .owl-nav .owl-prev:hover, .owl-banner .owl-nav .owl-next:hover {
    background: rgba(0, 0, 0, 0);
}
.owl-banner .owl-nav .owl-prev span, .owl-banner .owl-nav .owl-next span {
    font-size: 30px;
}
.owl-banner .owl-nav .owl-prev {
    left: -3%}
.owl-banner .owl-nav .owl-next {
    right: -3%;
    transform: translateY(-50%) rotate(180deg);
}
.owl-banner .owl-dots {
    position: absolute;
    bottom: 10%;
    left: 0;
}
.owl-banner .owl-dots .owl-dot span {
    height: 6px;
    width: 6px;
}
.owl-banner .owl-dots .owl-dot.active span {
    width: 22px;
    background-color: var(--darkgray-color);
    opacity: 1;
}
.owl-product {
    position: relative;
}
.owl-product .owl-dots {
    text-align: left;
}
.owl-product .owl-dots .owl-dot span {
    height: 6px;
    width: 6px;
}
.owl-product .owl-dots .owl-dot.active span {
    width: 22px;
    background-color: var(--darkgray-color);
    opacity: 1;
}
.owl-product .owl-nav .owl-prev, .owl-product .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.owl-product .owl-nav .owl-prev:hover, .owl-product .owl-nav .owl-next:hover {
    background: rgba(0, 0, 0, 0);
}
.owl-product .owl-nav .owl-prev span, .owl-product .owl-nav .owl-next span {
    font-size: 30px;
}
.owl-product .owl-nav .owl-prev {
    left: -3%}
.owl-product .owl-nav .owl-next {
    right: -3%;
    transform: translateY(-50%) rotate(180deg);
}
.productBanner .owl-product img {
    width: auto !important;
    display: inline !important;
}
.productBanner .owl-product p {
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 44px;
    background-color: #fff;
}
.productBanner .productgrid {
    position: absolute;
    top: 0;
    left: -10px;
}
.siteCount {
    margin: 30px 0;
}
.siteCount .container {
    border-bottom: .8px solid rgba(38, 33, 33, .72);
    padding: 20px 15px;
}
.siteCount h2 {
    font-size: 41px;
    font-weight: bold;
}
.siteCount p {
    font-size: 21px;
    font-weight: 300;
    margin: 0;
}
.blogsMain p{
    font-size: 23px;
    line-height: 45px;
    margin: auto;
    margin-top: 40px;
    max-width: 681px;
    
}
section.focus.blogs{
    padding-top: 0;
}
.blogsMain.focus{
    padding-top: 170px;
}
.blogs.focus .container .row:not(:last-child){
    margin-bottom: 115px;
}

.pagination li a{
    color:#838181;
    font-size: 19px;
    line-height: 22px;
    border: 0;
}
.pagination li.active .page-link{
    color: #fff;
    border-radius: 9px;
    background: #00A8A8;
}
.page-link:hover{
    color:#00A8A8;
    background: unset;
}
@media only screen and (min-width: 768px){
    .blogs.focus .container .row .col-md-6{
        padding: 0 2%;
    }
}
.homeContact.blogNews .homeContactForm .form-control {
    border: 1px solid;
    border-radius: 8px;
    height: 60px;
}
.blogDetailList li{
      font-size: 17px;
    line-height: 23px;
     color:#00A8A8;
}
.blogDetailList li:last-child{
    margin-left:10px;
}
.blogDetailList{
    margin: 40px 0 0 ;
}
.blogDetailList li:last-child::before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #111;
    position: relative;
    top: -4px;
    margin-right: 10px;
}
.homeContact.blogNews .homeContactForm .btn{
        position: absolute;
    right: 2px;
    top: 2px;
    height: calc(100% - 4px);
    font-size: 22px;
    padding: 10px 55px;
    border-radius: 8px;
}
.blogs img{
    border-radius: 10px;
}
.blogs span{
       display: inline-block;
    color: #00A8A8;
    border-radius: 9px;
    padding: 2px 20px;
    background: rgb(0 168 168 / 30%);
    margin: 30px 0 20px;
}
.bigBlog img{
    margin-bottom: 70px;
}
.bigBlog p{
     font-size: 22px;
    line-height: 46px;
    margin-bottom: 50px;
    font-weight: 300;
}
.blogs h5 a{
    font-size: 25px;
    line-height: 32px;
    color:#000;
    text-decoration:none;
    font-weight: bold;
}
figure.bigBlog {
    max-width: 900px;
    margin: auto;
}
section.focus.blogs.blogsDetails {
    padding: 0;
}
.blogsDetails.blogs .btn-primary{
        border-radius: 8px;
    padding: 10px 25px;
    border: 0;
}
.blogsDetails h3{
    font-size: 40px;
    line-height: 52px;
    color:#000;
    font-weight: bold;
    margin-bottom: 56px;
}
.blogs h5 a:hover{
    color:#00A8A8;
}
.blogs .container{
    max-width: 1000px;
}
header h3 {
    font-size: 40px;
    font-weight: bold;
}
header p {
    font-size: 18px;
    font-weight: 300;
}
header h6 {
    font-size: 14px;
    color: #949494;
    font-weight: bold;
}
.tallalyWork {
    text-align: center;
    padding: 50px 0;
}
.tallalyWork iframe {
    max-width: 800px;
    margin-top: 50px;
    border-radius: 28px;
}
.focusBox {
    background-color: var(--primary-color);
    border-radius: 27px;
    padding: 27px;
    color: #fff;
    margin-top: 30px;
}
.focusBox h2 {
    font-weight: bold;
    margin-top: 20px;
}
.focusBox p {
    font-weight: 300;
}
.focusBox .btn-primary {
    background-color: #fff;
    color: #000;
}
.focusBox .btn-primary img {
    margin-left: 7px;
}
.focusBox.focusBoxBg {
    background-color: #f5f5f5;
    color: #000;
}
.focus {
    padding: 90px 0;
}
.ourClients {
    position: relative;
    overflow: hidden;
}
.ourClients .clientBox {
    background-color: var(--lightBlue-color);
    border-radius: 27px;
    padding: 120px 27px;
}
.ourClients .clientBox h2 {
    font-size: 38px;
    font-weight: bold;
    margin-top: 20px;
    margin-left: 20px;
}
.ourClients .clientBox p {
    font-size: 18px;
    margin-left: 20px;
    font-weight: 300;
}
.ourClients .clientBox .owl-clients {
    position: absolute;
}
.ourClients .clientBox .owl-clients .item {
    background: #fff;
    border-radius: 27px;
    box-shadow: 0 1px 13px rgba(0, 0, 0, .146);
    margin: 10px;
}
.expertise {
    padding: 90px 0;
    text-align: center;
}
.expertise .row {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 70px;
}
.expertise .row .col {
    flex: 0 0 20%}
.expertise .expertBox {
    background: var(--primary-color);
    border-radius: 15px;
    min-height: 212px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.expertise .expertBox img {
    transition: .3s linear;
}
.expertise .expertBox:hover>img {
    transform: scale(1.04);
}
.expertise .expertBoxContent {
    background-color: #f5f5f5;
    border-radius: 15px;
    padding: 10px 15px;
    margin-bottom: 40px;
}
.expertise .expertBoxContent img {
    transition: .3s linear;
}
.expertise .expertBoxContent:hover a img {
    transform: translateX(4px);
}
.expertise .expertBoxContent a {
    font-size: 14px;
    font-weight: 300;
    color: #000;
    font-weight: 600;
}
.whyTel header p, .whyTel header h3 {
    color: #fff;
}
.whyTel .row .col-md-3 {
    position: relative;
}
.whyTel .row .col-md-3:not(:last-child)::before {
    width: 1px;
    height: 100%;
    background-color: #f1f1f1;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
}
.whyTel .whyTelBox {
    background: var(--primary-color);
    border-radius: 27px;
    padding: 52px;
    text-align: center;
}
.whyTel .whyTelBox .whyTexInnerBox {
    background: #fff;
    border-radius: 27px;
    padding: 40px;
    margin-top: 50px;
}
.whyTel .whyTelBox .whyTexInnerBox h4 {
    font-size: 16px;
    font-weight: bold;
}
.whyTel .whyTelBox .whyTexInnerBox p {
    font-size: 13px;
    font-weight: 300;
}
.whyTel .whyTelBox .whyTexInnerBox .telImg {
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonial .row .col-md-4 {
    padding-right: 0;
}
.testimonial .row .col-md-8 {
    padding-left: 0;
}
.testimonial .testimonialContent {
    border-radius: 27px;
    padding: 66px;
    text-align: left !important;
    background-color: #f5f5f5;
    height: 100%}
.testimonial .testimonialContent h5 {
    font-size: 23px;
    font-weight: bold;
}
.testimonial .testimonialContent p {
    font-weight: 300;
    margin: 30px 0;
    line-height: 35px;
}
.testimonial .testimonialContent a {
    display: inline-flex;
    align-items: center;
}
.testimonial .testimonialContent a img {
    width: auto;
    margin-left: 10px;
}
.testimonial .btn-primary {
    background-color: #fff;
    color: #000;
}
.testimonial .btn-primary img {
    margin-left: 10px;
}
.testimonial .btn-primary:hover {
    background-color: #f5f5f5;
}
.testimonial .owl-testimonial {
    position: relative;
    max-width: 900px;
    margin: auto;
}
.testimonial .owl-testimonial .owl-nav .owl-prev, .testimonial .owl-testimonial .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.testimonial .owl-testimonial .owl-nav .owl-prev:hover, .testimonial .owl-testimonial .owl-nav .owl-next:hover {
    background: rgba(0, 0, 0, 0);
}
.testimonial .owl-testimonial .owl-nav .owl-prev span, .testimonial .owl-testimonial .owl-nav .owl-next span {
    font-size: 30px;
}

@media only screen and (max-width: 767px){
    .carousel-indicators {
        overflow-x: scroll;
            justify-content: flex-start;
    }
     .carousel-indicators [data-bs-target]{
            white-space: nowrap;
     }
     .hireButtonDiv {
    margin-top: 30px;
}
     .weDoImg{
         max-width: 100%;
     }
     .companyCard img {
    width: 110px;
}
.blogsMain.focus{
    padding-top:0;
}
.bigBlog img {
    margin-bottom: 30px;
}
.bigBlog p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 2;
    padding: 0 20px;
}
.blogs h5 a {
        font-size: 18px;
    line-height: 26px;
    
}
.blogsDetails h3 {
    font-size: 26px;
    margin: 50px 0 30px;
}
    section.focus.blogsMain header h3 {
    font-size: 25px;
}
.blogsMain p{
    font-size: 18px;
    line-height:24px;
}
    .homeContact .homeContactForm h4 {
    font-size: 24px !important;
    margin-bottom: 30px;
}
.homeContact.blogNews .homeContactForm .btn {
    padding: 10px 25px;
}
.blogs.focus .container .row:not(:last-child) {
    margin-bottom: 0;
}
.blogs.focus .container .row figure{
     margin-bottom: 50px;
     text-align: center;
}
}
.testimonial .owl-testimonial .owl-nav .owl-prev {
    left: -6%}
.testimonial .owl-testimonial .owl-nav .owl-next {
    right: -6%;
    transform: translateY(-50%) rotate(180deg);
}
.testimonial .owl-testimonial .owl-dots {
    position: absolute;
    bottom: 10%;
    left: 0;
}
.testimonial .owl-testimonial .owl-dots .owl-dot span {
    height: 6px;
    width: 6px;
}
.testimonial .owl-testimonial .owl-dots .owl-dot.active span {
    width: 22px;
    background-color: var(--darkgray-color);
    opacity: 1;
}
.channel {
    background: var(--darkgray-color);
    border-radius: 27px;
    padding: 60px;
    color: #fff;
    margin-top: 130px;
}
.customer {
    padding: 0 0 90px 0;
}
.customer .customerBox {
    background: var(--lightBlue-color);
    border-radius: 27px;
    padding: 60px;
    margin-top: 40px;
}
.customer .customerBox p {
    font-size: 21px;
    /*max-width: 500px;*/
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 30px;
}
.customer .customerBox{
    text-align:center;
}
.customer .customerBox h4 {
    font-size: 24px;
    font-weight: 600;
}
.customer .owl-customer img {
    width: auto !important;
    display: inline-block;
}
.customer .owl-customer .owl-dots .owl-dot span {
    height: 6px;
    width: 6px;
}
.customer .owl-customer .owl-dots .owl-dot.active span {
    width: 22px;
    background-color: var(--darkgray-color);
    opacity: 1;
}
.vimeoVideo {
    height: 350px;
}
.vimeoVideo iframe {
    position: relative !important;
}
footer {
    background-color: #000;
    padding: 90px 0 20px;
}
footer .col-md-9 {
    display: flex;
    justify-content: end;
}
/*footer p {*/
/*    text-align: center;*/
/*    max-width: 1140px;*/
/*    margin: 60px auto 0;*/
/*    border-top: 1px solid;*/
/*    padding-top: 20px;*/
/*    font-size: 14px;*/
/*    font-weight: 500;*/
/*}*/
.social-footer{
    margin:0;
}
.social-footer li a img {
    height: 18px;
    margin: 0 5px;
}
.fText {
    border-top: 1px solid;
    padding-top: 20px;
    margin-top: 30px;
    color: #888;
    font-weight: 300;
    font-size: 14px;
}
footer .menu {
    list-style: none;
    display: flex;
    margin: 0;
    margin-left: auto;
    justify-content: space-between;
    width: 100%}
footer .menu li {
    display: inline-flex;
    align-items: center;
}
footer .menu li a {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
}
footer .menu li a:hover {
    color: var(--primary-color);
}
footer .menu li a.btn {
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
}
footer .menu li a.btn:hover {
    border-color: var(--primary-color);
    color: #fff;
    background-color: var(--primary-color);
}
.homeContact {
    padding: 90px 0;
}
.homeContact .homeContactForm {
    background-color: var(--primary-color);
    padding: 50px 70px;
    border-radius: 27px;
}
.homeContact .homeContactForm .mb-4 {
    margin-bottom: 30px !important;
}
.homeContact .homeContactForm h4 {
    text-align: center;
    color: #fff;
    font-size: 34px;
    margin-bottom: 30px;
    font-weight: 600;
}
.homeContact .homeContactForm .btn {
    color: #000;
    padding: 10px 30px;
}
.homeContact .homeContactForm .form-control {
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    font-weight: 300;
    font-size: 17px;
    color: #fff;
}
.homeContact .homeContactForm .form-control:focus {
    box-shadow: none;
    outline: none;
}
.homeContact .homeContactForm .form-control::-moz-placeholder {
    color: #fff;
}
.homeContact .homeContactForm .form-control:-ms-input-placeholder {
    color: #fff;
}
.homeContact .homeContactForm .form-control::placeholder {
    color: #fff;
}
.homeContact .homeContext {
    background-color: var(--lightBlue-color);
    border-radius: 27px;
    padding: 30px;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aboutBanner {
    overflow: hidden;
}
.aboutBanner h5 {
    font-size: 26px;
    line-height: 44px;
    background: url(../images/Grid.svg) no-repeat top left;
    padding-left: 20px;
    padding-top: 10px;
}
.aboutBanner .aboutImg {
    position: relative;
}
.aboutBanner .aboutImg::after {
    background-color: var(--lightBlue-color);
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    right: -40%;
    z-index: -1;
    width: 100%}
.aboutBanner .aboutCount {
    background-color: var(--primary-color);
    color: #fff;
    padding: 30px 50px;
    position: relative;
    border-top-left-radius: 27px;
}
.aboutBanner .aboutCount::after {
    background-color: var(--primary-color);
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    right: -100%;
    width: 100%}
.aboutBanner .aboutCount h2 {
    font-size: 35px;
}
.aboutBanner .aboutCount p {
    font-size: 17px;
    font-weight: 300;
    margin: 0;
}
@media screen and (min-width: 1200px) {
    .aboutDataBox1 {
    height: 100vh;
    display: flex;
    align-items: end;
}
}@media screen and (min-width: 1200px) {
    .aboutBannerMain {
    height: 100vh;
    display: flex;
    align-items: end;
}
.aboutBannerMain .container {
    height: 100%}
.aboutBannerMain .container>.row {
    height: 100%}
.aboutBannerMain .container>.row .col-md-6.d-flex.flex-column.align-items-end {
    margin-top: auto;
}
.aboutBannerMain .aboutImg::after {
    top: -30%;
    height: 130%}
}.aboutData {
    padding: 90px 0 0;
}
.aboutData h5 {
    font-size: 26px;
    font-weight: 300;
}
.aboutData .container .row:not(:last-child) {
    margin-bottom: 50px;
}
.aboutClient {
    margin-bottom: 90px;
}
.contactUs {
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
}
@media screen and (min-width: 1200px) {
    .contactUs {
    height: 100vh;
}
}.contactUs::before {
    position: absolute;
    left: 0;
    top: 40%;
    background: url(../images/Grid1.png) no-repeat center;
    width: 89px;
    height: 73px;
    content: "";
    transform: rotate(270deg);
}
h6.footerText {
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
}
   .break-footer {

                font-size: 14px;
       font-weight:500;
    color: #fff;
}

    }
.contactUs::after {
    position: absolute;
    right: 0;
    top: 30%;
    background: url(../images/Grid1.png) no-repeat center;
    width: 89px;
    height: 73px;
    content: "";
    transform: rotate(270deg);
}
.contactUs .contactBox {
    background-color: var(--lightBlue-color);
    padding: 60px;
    border-radius: 27px;
}
.contactUs .contactBox header {
    margin-bottom: 30px;
}
.contactUs .contactBox h4 {
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 700;
    margin-bottom: 30px;
}
.contactUs .contactBox p {
    margin-bottom: 30px;
}
.contactUs .contactBox p a {
    color: #000;
    font-weight: 300;
    /*padding:0 45px;*/
}
.contactUs .contactBox p a img {
    margin-right: 15px;
}
.contactUs .contactBox form .btn.btn-primary {
    background: var(--primary-color);
    padding: 10px 30px;
}
.contactUs .contactBox form .form-control {
    font-weight: 300;
}
.mapLocations {
    text-align: center;
    padding: 70px 0;
}
.mapLocations a:hover>div img {
    filter: invert(49%) sepia(58%) saturate(3122%) hue-rotate(147deg) brightness(92%) contrast(101%);
}
.mapLocations .mapImg {
    min-height: 140px;
}
.mapLocations h5 {
    color: #000;
    font-size: 26px;
    font-weight: 600;
    margin-top: 20px;
}
.mapLocations p {
    color: #000;
    font-size: 18px;
    font-weight: 300;
}
.mapLocations p img {
    margin-right: 10px;
}
.caseStudy {
    margin: 90px 0;
    display: flex;
    align-items: center;
}
@media screen and (min-width: 1200px) {
    .caseStudy {
    height: 90vh;
}
}.caseStudy h4 {
    font-size: 43px;
    font-weight: bold;
}
.caseStudy p {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin: 20px 0;
    max-width: 450px;
}
.caseStudy .aboutImg {
    position: relative;
}
.caseStudy .aboutImg::before {
    position: absolute;
    left: -7%;
    top: 10%;
    background: url(../images/Grid1.png) no-repeat center;
    width: 89px;
    height: 73px;
    content: ""}
.caseStudy .aboutImg::after {
    position: absolute;
    right: -30px;
    top: 55%;
    background: url(../images/Grid1.png) no-repeat center;
    width: 89px;
    height: 73px;
    content: "";
    z-index: 1;
}
.caseStudy .btn-primary img {
    margin-left: 10px;
    filter: invert(100%) sepia(0%) saturate(3465%) hue-rotate(89deg) brightness(99%) contrast(113%);
}
.caseStudyContent {
    padding-top: 0;
}
.caseStudyContent .caseBox {
    background-color: var(--lightBlue-color);
    padding: 60px;
    border-radius: 27px;
}
.caseStudyContent h6 {
    font-size: 13px;
    color: #949494;
    font-weight: bold;
}
.caseStudyContent h5 {
    font-size: 22px;
    border-bottom: 1px solid;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-weight: 700;
}
.caseStudyContent p {
    font-size: 18px;
    line-height: 30px;
    color: #22211f;
    font-weight: 300;
}
.caseStudyContent .btn {
    background-color: #fff;
    color: #000;
    margin-top: 30px;
    border-color: #22211f;
}
.caseStudyContent .btn img {
    margin-left: 5px;
}
.caseStudyContent .caseStudyBox-1 {
    margin: 70px 0;
}
.caseStudyContent .caseStudyBox-1 h5 {
    border: 0;
    margin: 40px 0 5px;
}
.caseStudyContent .caseStudyBox-1 .col-md-6 {
    display: flex;
    flex-direction: column;
}
.caseStudyContent .caseStudyBox-1 .col-md-6 div {
    margin-top: auto;
}
.productFocus {
    position: relative;
}
.productFocus.focusBox {
    min-height: 432px;
    display: flex;
    flex-direction: column;
}
.productFocus.focusBox .btn {
    margin-top: auto;
}
.productFocus.focusBox h2 {
    font-size: 21px;
    margin-bottom: 24px;
}
.productFocus.focusBox ul {
    padding-left: 20px;
}
.productFocus.focusBox ul li {
    line-height: 35px;
    font-size: 21px;
    font-weight: 300;
}
.productFocus.focusBox>div {
    margin-top: auto;
    margin-bottom: 40px;
}
.productFocus>img {
    position: absolute;
    bottom: 0;
    right: 0;
}
.productFocusBox .focusBox {
    min-height: 487px;
}
.productFocusBox .focusBox ul li {
    font-size: 18px;
}
.mapLoc {
    position: relative;
    width: 27px;
    height: 27px;
    background: #000;
    box-shadow: 0px 1px 31px #00a8a8;
    border: 5px solid #fff;
    border-radius: 100%}
.mapLoc::after {
    -webkit-animation: dot-ripple 1s linear infinite;
    animation: dot-ripple 1s linear infinite;
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    box-shadow: 0px 1px 31px #00a8a8;
    background-color: #00a8a8;
    left: 35%;
    transform: translate(-50%,  -50%);
    top: 35%;
    z-index: -1;
    border-radius: 100%}
.mapLoc::before {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid #2f2f2f;
    border-left-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
    border-bottom-color: #fff;
    top: 18px;
    left: 50%;
    transform: translateX(-50%) translateY(50px);
    visibility: hidden;
    opacity: 0;
    transition: .3s linear;
}
@-webkit-keyframes dot-ripple {
    to {
    transform: scale(7);
    opacity: 0;
}
}@keyframes dot-ripple {
    to {
    transform: scale(7);
    opacity: 0;
}
}.mapLocation {
    position: absolute;
    top: 170px;
    left: 230px;
    cursor: pointer;
}
section.tallalyWork.proWork {
    padding: 0 0 150px;
}
.mapLocation.mapLocation-1 {
    top: 180px;
    left: 150px;
}
.mapLocation.mapLocation-2 {
    top: 180px;
    left: 390px;
}
.mapLocation.mapLocation-3 {
    bottom: 200px;
    right: 250px;
    top: unset;
    left: unset;
}
.mapLocation:hover .mapLoc::before {
    visibility: visible;
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}
.mapLocation:hover .mapLoc .mapDetail {
    visibility: visible;
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    z-index: 99;
}
.map {
    margin: auto;
    margin-top: 50px;
    max-width: 855px;
    position: relative;
}
.map .mapDetail {
    position: absolute;
    top: 150%;
    min-width: 200px;
    background: #fff;
    border-radius: 15px;
    padding: 10px;
    left: 50%;
    transform: translateX(-50%) translateY(50px);
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .128);
    transition: .3s ease;
}
.map .mapDetail p {
    margin: 0;
    font-size: 14px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .contactBox .col-md-6.d-flex.justify-content-center.flex-column {
    text-align: center;
    align-items: center;
 
}
   
     #prob2{
         width:144px;
         display:flex;
         flex-direction:column;
        
    }
    .break-footer {
       font-size: 14px;
       display:flex;
       font-weight: 500;
        flex-direction: column;
    color: #fff;
}
 .break-contact {
       font-size: 14px;
       display:flex;
          color: #000;
    font-weight: 300;
       /*font-weight: 500;*/
        flex-direction: column;
    margin-bottom: 15px;
    /*color:#7c8282;*/
    text-align: left;
}
.cont{
   color: #000; 
}
/*.break-contact>span{*/
/*   color:#000000;;*/
/*}*/
/*#foot{*/
/*    margin-left:39%;*/
/*}*/

    /*==================================================================*/
      .break-word {
        word-break: break-all;
    }
section.mapLocations .col-md-3 {
    margin-bottom: 30px;
}
.techPlat .col-md-6>img, .innovativeSl .col-md-6>img {
    margin-top: 30px;
}
.navbar-toggler-icon {
    position: relative;
    height: 2px;
    background-color: #000;
    width: 30px;
}
.mapLoc {
    width: 17px;
    height: 17px;
}
.mapLocation {
    top: 90px;
    left: 110px;
}
.mapLocation.mapLocation-2 {
    top: 80px;
    left: 190px;
}
.mapLocation.mapLocation-3 {
    bottom: 90px;
    right: 107px;
}
.mapLocation.mapLocation-1 {
    top: 80px;
    left: 70px;
}
.navbar-toggler-icon::before, .navbar-toggler-icon::after {
    background-color: #000;
    content: "";
    height: 2px;
    width: 30px;
    position: absolute;
    top: -7px;
    left: 0;
}
.navbar-toggler-icon::after {
    top: unset;
    bottom: -7px;
    width: 15px;
    right: 0;
    left: unset;
    transition: .3s linear;
}
.navbar-toggler {
    border: 0;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-toggler:focus .navbar-toggler-icon::after {
    width: 30px;
}
.aboutBanner .aboutCount h2 {
    font-size: 26px;
}
.aboutBanner .aboutCount p {
    font-size: 12px;
}
.aboutBanner .aboutCount::after {
    display: none;
}
.aboutBanner .aboutCount {
    border-radius: 27px;
    padding: 30px 0px 30px 40px;
}
section.focus.companiesDashboard {
    padding: 70px 0;
}
section.aboutData.aboutDataBox1 .col-md-6.d-flex.align-items-center h5 {
    margin-top: 30px;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    position: fixed;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    transition: .1s linear;
}
.navbar-collapse .btn-primary {
    margin-left: 2rem;
    margin-top: 1rem;
    font-size: 18px;
}
.navbar-collapse ul.navbar-nav.m-auto.mb-2.mb-lg-0 {
    margin: 100px 0 0 !important;
}
.navbar-collapse ul.navbar-nav.m-auto.mb-2.mb-lg-0 li {
    margin: 10px 0;
}
.navbar-toggler {
    position: relative;
    z-index: 999;
}
nav.navbar.navbar-expand-lg .navbar-brand {
    z-index: 88;
}
.caseStudy h4 {
    margin-top: 30px;
}
.caseStudy h4, .ourClients .clientBox h2 {
    font-size: 28px;
    text-align: center;
}
section.aboutBanner.caseStudy {
    text-align: center;
}
.caseStudyContent h6 {
    text-align: center;
    margin-top: 20px;
}
.caseStudyContent .caseBox {
    padding: 30px;
}
.caseStudyContent, .caseBox {
    text-align: center;
}
.contactUs {
    padding: 20px 0 50px;
}
.contactBox .text-end {
    text-align: center !important;
}
section.mapLocation .col-md-3 {
    margin-bottom: 30px;
}
.contactUs::before, .contactUs::after {
    display: none;
}
.contactUs .contactBox {
    padding: 26px;
}
.caseStudyBox-1 .row .col-md-6 {
    margin-bottom: 60px;
}
.caseStudyContent p, .caseStudy p, .ourClients .clientBox p {
    font-size: 16px;
    text-align: center;
}
.productFocus.focusBox ul li {
    line-height: 35px;
    font-size: 18px;
    font-weight: 300;
}
section.focus.productFocusBox {
    padding: 30px 0;
}
.productBanner .owl-product p {
    font-size: 22px;
    line-height: 36px;
    text-align: center;
}
.owl-product {
    text-align: center;
}
.caseStudy {
    padding: 50px 0;
}
.ourClients .clientBox {
    padding: 60px 27px;
}
.aboutData h5 {
    text-align: center;
    line-height: 33px;
}
.aboutBanner h5 {
    font-size: 22px;
    line-height: 38px;
    text-align: center;
    padding-right: 20px;
    background-image: none;
}
.collapse:not(.show) {
    display: block;
    transform: translateX(100%);
    transition: .1s linear;
}
.navbar-nav .dropdown-menu {
    position: relative;
    left: 30px;
    border: 0;
}
.navbar-nav .dropdown-menu .dropdown-divider {
    display: none;
}
.navbar-nav .dropdown-menu .dropdown-item {
    font-size: 24px;
    font-weight: 700;
}
.banner {
    background: rgba(0, 0, 0, 0);
    text-align: center;
    height: auto;
    margin-top: 50px;
    display: flex;
    align-items: center;
}
.banner .btn {
    margin-top: 30px;
}
br {
    display: none;
}
.siteCount h2 {
    font-size: 28px;
}
.tallalyWork iframe {
    height: 220px;
}
.focusBox {
    padding: 15px;
}
.focusBox h2 {
    font-size: 21px;
}
.focusBox p {
    font-size: 14px;
}
header p {
    font-size: 16px;
}
header h3 {
    font-size: 31px;
}
.ourClients .clientBox .owl-clients {
    position: unset;
}
nav.navbar.navbar-expand-lg {
    position: fixed;
    background: #fff;
}
nav.navbar.navbar-expand-lg+section {
    margin-top: 100px;
}
.siteCount .col-md-4:not(:last-child) {
    margin-bottom: 30px;
}
.topCompanies .row {
    margin-top: 30px;
}

.abtData.aboutData{
    margin-bottom: 30px;
}
section.focus.topCompanies.pb-0 .col-md-6 > .weDoImg {
    display: none;
}

.expertise .row .col {
    flex: 0 0 100%;
    padding: 0 70px;
}
.whyTel .row .col-md-3:not(:first-child)::before {
    width: 100%;
    height: 1px;
    background-color: #f1f1f1;
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
}
.channel header p {
    margin-bottom: 2.5rem;
}
.expertise .row {
    margin-top: 30px;
}
.testimonial .owl-testimonial .owl-nav {
    display: none;
}
.homeContact .homeContactForm, .customer .customerBox, .channel, .whyTel .whyTelBox {
    padding: 32px;
}
.homeContact .homeContext {
    display: none;
}
.homeContact {
    padding: 20px 0 90px;
}
nav.navbar.navbar-expand-lg .nav-link {
    font-size: 24px;
    font-weight: 600;
    padding-left: 2rem;
}
footer {
    text-align: center;
}
footer ul.menu.d-flex.list-styled {
    flex-direction: column;
    align-items: center;
    padding: 0;
}
footer ul.menu.d-flex.list-styled li {
    margin: 15px 0;
}
.owl-carousel.owl-customer .owl-item {
    text-align: center;
}
.owl-carousel.owl-customer .owl-item img {
    width: auto;
    display: inline;
}
.channel .row {
    margin-top: 20px;
}
.channel .col-md-6 {
    flex: 0 0 50%}
.testimonial .testimonialContent {
    padding: 60px 32px;
}
.testimonial .testimonialContent h5 {
    text-align: center;
}
.testimonial .testimonialContent div {
    text-align: center;
}
.testimonial .testimonialContent p {
    text-align: center;
    margin: 10px 0 20px;
}
.testimonial .owl-testimonial .col-md-4 {
    display: none;
}
.siteCount p {
    font-size: 14px;
}
.carousel-item img {
    max-width: 100%;
    margin: auto;
}
.banner.maineHome .container h3, .banner .container h3 {
    line-height: 38px;
    text-align: center;
    font-size: 24px;
}
.carousel-indicators{
    margin-bottom:20px;
}
.banner.maineHome .container h3 {
    margin-top: 70px;
}
nav.navbar.navbar-expand-lg .nav-link.active span{
    border:0;
}
.weDoCard h4 {
    font-size: 24px;
}
.banner .container h3 br {
    display: none;
}
.customer .customerBox p {
    margin-top: 30px;
}
section.aboutBanner.caseStudy {
    margin-top: 0;
    padding-top: 20px;
}
.caseStudyContent .btn {
    margin-top: 20px;
    margin-bottom: 30px;
}
.caseStudyContent .caseStudyBox-1 {
    margin: 50px 0 10px;
}
.homeContact .homeContactForm {
    padding: 45px 30px;
}
section.aboutBanner.aboutBannerMain .aboutImg img {
    margin-top: 30px;
}
section.aboutData.aboutDataBox1 h5 {
    font-size: 22px;
    line-height: 38px;
}
.focus {
    padding: 50px 0;
}
.productCTA {
    margin-top: 60px;
}
.caseStudy .aboutImg::after, .caseStudy .aboutImg::before {
    display: none;
}
section.ourClients.aboutClient.mb-0 {
    margin-top: 60px;
}
.owl-product .owl-dots {
    text-align: center;
    margin-top: 30px !important;
}
.owl-banner .owl-dots {
    position: unset;
}
.homeLink {
    display: block;
}
nav.navbar.navbar-expand-lg .nav-link::after {
    width: 20px;
    height: 20px;
}
nav.navbar.navbar-expand-lg {
    border: 0;
}
.owl-banner .owl-nav .owl-prev, .owl-banner .owl-nav .owl-next {
    display: none;
}
.whyTel .row .col-md-3:first-child::before {
    display: none;
}
.aboutBanner .owl-product .owl-nav .owl-prev, .aboutBanner .owl-product .owl-nav .owl-next {
    display: none;
}
}/*# sourceMappingURL=main.min.css.map */

.contactBox1{
    background: #00A8A8;
    padding:50px 20px 37px;
    border-radius: 28px;
    color:#fff;
    margin-top: 50px;
}
.contactBox1 h4{
    font-size:21px;
    margin-top: 25px;
    font-weight: 400;
}
.contactBox1 p{
    font-size: 14px;
    margin-bottom: 36px;
    font-weight: 300;
}
.contactBox1 a{
    background: #fff;
    border-radius: 30px;
    padding: 5px 20px;
}
.engageBanner{
    background: #fff;
    padding-top: 50px;
}
.engageBanner .owl-carousel .owl-stage{
    display: flex;
    align-items: center;
}
.engageBanner .owl-carousel .item .row .col-md-6:last-child{
    text-align: center;
}

.engageBanner .owl-carousel .owl-item img{
    width: auto;
    display:inline-block;
}

.engageBox{
    background: #00A8A8 0% 0% no-repeat padding-box;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 0;
}

.engagePage{
    height: auto;
}

.engageBoxContent p{
    max-width: unset;
}
@media only screen and (min-width: 991px){
    .engageBoxContent{
        padding: 50px;
    }
}
.banner .container h3+div {
    margin-left: 2px;
}

.engagePage .row:not(:last-child){
    margin-bottom: 70px;
}

.modal-header .modal-title{
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
}
.modal-header .modal-title span{
    font-size: 10px;
    font-weight: normal;
    opacity: .5;
    display: block;
}

.btn-attach{
    border-radius: 30px;
    padding: 10px;
    width: 100%;
    border: 1px solid #222;
    text-align:center;
     margin-top: 35px;
     font-size: 15px;
     cursor: pointer;
     margin-bottom: 50px;
     background:#fff;
}
.btn-attach:hover{
    border: 1px solid #222;
}
.btn-form{
   padding: 10px;
    width: 100%; 
     margin-top: 35px;
     font-size: 15px;
     margin-bottom: 50px;
}
.btn-form img{
    margin-left:10px;
}
.modal-header {
    padding: 20px 0 30px;
    border: 0;
}
.attachCount {
    color: #1EAF03;
    font-size: 15px;
    display: block;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.contactFormContent, .SubmitFormContent{
    display: none;
}

.SubmitFormContent{
    text-align:center;
    flex-direction: column;
    justify-content: center;
    height: 60vh;
}
body.modal-open section {
    -webkit-filter: blur(6px);
    filter: blur(6px);
    transition: .3s linear;
}
.modal-backdrop.show {
    background: #777;
}
.SubmitFormContent h2{
    font-size: 20px;
    margin: 50px 0;
    font-weight: bold;
}
.SubmitFormContent .btn{
    font-size: 15px;
}
.SubmitFormContent img{
    max-width: 95px;
}

.modal-dialog .mb-3 {
    margin-bottom: 1.5rem!important;
}

.form-select:focus, .form-control:focus{
    border-color:#00A8A8;
    box-shadow:none;
    outline: none;
}
.engagePage .btn{
    font-size: 15px;
}

.modal-body{
    padding: 30px;
}
.banner .container h3{
    margin-left: 2px;
}
.btn-attach img{
    margin:0 5px;
}

.engageVimeo {
    height: 450px;
    width: 100%;
}

.customerBox .owl-stage .owl-item{
    height: 100%;
}
.vimeoVideo.engageVimeo iframe {
    margin-top: 30px;
}

@media only screen and (min-width: 991px){
.customer .customerBox .col-md-12 p:first-child {
    min-height: 130px;
}
section.focus.topCompanies.pb-0 .weDoCard .weDoImg {
   display:none;
}
}
section.focus.blogs.blogsDetails p{
        margin-bottom: 10px;
}
section.focus.blogs.blogsDetails h4 {
    font-weight: 600;
    margin-top: 40px;
}
@media only screen and (max-width: 767px){
    .engageBox {
    padding: 60px 30px;
}
.weDoCard {
    padding-left: 40px;
}
section.focus.topCompanies.pb-0 .weDoCard .weDoImg {
    position: absolute;
    left: 0;
    top: 12px;
    width: 23px;
}
section.tallalyWork.tallalyWorkCompany.pb-0 .text-center.hireButtonDiv {
    margin-top: 60px;
}
.engageVimeo {
    height: 220px;
    width: 100%;
}
.vimeoVideo.engageVimeo iframe {
    margin-top: 0;
}
section.aboutBanner.caseStudy.engagePage {
    margin-bottom: 0;
    padding-bottom: 0;
}
}
    #footer-start hr {
        margin-top: 1rem;
        margin-bottom: 1rem;
        border: 1px solid #707070;
        opacity: 0.2;
    }
    .footer-copy-data p {
        text-align: left;
        font: normal normal normal 13px/28px Neue Haas Grotesk Display Pro;
        letter-spacing: 0;
        color: #22211F;
        margin: 0;
    }
    .footer-bottom-link ul li {
        display: inline-block;
        color: #22211F;
        font: normal normal normal 13px/28px Neue Haas Grotesk Display Pro;
    }
    .footer-bottom-link ul li a {
        text-align: left;
        font: normal normal normal 13px/28px Neue Haas Grotesk Display Pro;
        letter-spacing: 0;
        color: #22211F;
        opacity: 1;
    }
    .footer-bottom-link {
        text-align: right;
    }
    .mobile-icon-show {
        display: none;
    }  
    
    
    
        /* Tablets in portrait mode */
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  /* Your tablet-specific styles go here */
  .weDoImg {
    max-width: 280px;
}
.weDoCard {
    padding-left: 15%;
}

.weDoCard span {
    left: -40px;
    width: 60px;
    height: 60px;}
  section.tallalyWork.tallalyWorkCompany.pb-0 +  section.focus.topCompanies .col-md-6 {
    width: 100%;
    order: unset !important;
    text-align: center;
}
section#globalService .col-md-4 {
    width: 50%;
}
section.aboutBanner.aboutBannerMain {
    margin: 120px 0 0;
}
.expertise .row {
    margin-top: 30px;
}
.aboutBanner .aboutCount {
    border-radius: 27px;
}
section.aboutBanner.aboutBannerMain .col-md-6 {
    width: 100%;
    text-align: center;
}
.owl-product .owl-dots {
    text-align: center;
}
.productFocus>img {
    max-width: 170px;
}
.aboutBanner .aboutImg::after, .aboutBanner .aboutCount::after, .owl-product .owl-nav, .homeContact .homeContext {
    display: none !important;
}
.caseStudy {
    margin: 150px 0 50px;}
.aboutClient {
    margin-bottom: 0;
}
section.aboutBanner.caseStudy .col-md-6 div {
    margin-bottom: 50px;
}
.ourClients .clientBox {
    margin-bottom: 50px;
    padding: 60px 27px;
}
.ourClients .clientBox p {
    font-size: 15px; margin-left: 0;}
    .ourClients .clientBox h2 {
    
    margin-left: 0;
}
.ourClients .clientBox h2 {
    font-size: 18px;}
.contactBox.contactInfo .contactAd {
    display: flex;
    justify-content: center;
}
section.banner.maineHome  .owl-banner .owl-dots {
    position: unset;}
.banner {
    height: auto;
}
section.banner.maineHome .row .col-md-6:first-child {
    order: 2;
}
section.banner.maineHome .row .col-md-6:last-child {
    margin-top: 120px;
}
section.banner.maineHome .col-md-6 {
    width: 100%;
    text-align: center;
}
.caseStudy p {
   
    max-width: unset;
}
section.aboutBanner.caseStudy .col-md-6 {
    width: 100%;
    text-align: center;
}
.contactBox.contactInfo h4 {
    text-align: center;
    margin-top: 40px;
}
.contactBox.contactInfo .contactAd p {
    padding: 0 10px;
}
.collapse:not(.show) {
    display: block;
    transform: translateX(100%);
    transition: .1s linear;
}
section.tallalyWork.tallalyWorkCompany.pb-0 +  section.focus.topCompanies .col-md-6 > img {
    max-width: 65%;
}.contactBox.contactInfo .col-md-6 {
    width: 100%;
}
section.contactUs .contactBox {
    margin-top: 100px;
    margin-bottom: 40px;
}
.contactBox1 h4 {
    font-size: 18px;}
section.homeContact .col-md-5, section.homeContact .col-md-7 {
    width: 100%;
}
section.homeContact .col-md-5 {
    order: 3;
}
.contactBox1 h4 {
    font-size: 18px;}
.focusBox {
    padding: 27px 15px;}
.companyCard {
   
    max-width: 480px;
    margin: 30px auto;
}
header h3 {
    font-size: 32px;}
    .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    position: fixed;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    transition: .1s linear;
}
.navbar-toggler-icon {
    position: relative;
    height: 2px;
    background-color: #000;
    width: 30px;
}
.navbar-collapse ul.navbar-nav.m-auto.mb-2.mb-lg-0 li {
    margin: 10px 0;
}
.homeLink {
    display: block;
}
.navbar-toggler {
    border: 0;
}
.navbar-collapse ul.navbar-nav.m-auto.mb-2.mb-lg-0 {
    margin: 100px 0 0 !important;
}
nav.navbar.navbar-expand-lg .nav-link {
    font-size: 28px;
    font-weight: 600;
    padding-left: 2rem;
}
.navbar-toggler-icon::before, .navbar-toggler-icon::after {
    background-color: #000;
    content: "";
    height: 2px;
    width: 30px;
    position: absolute;
    top: -7px;
    left: 0;
}
 .collapse .btn img {
    transform: rotate(-55deg);
    width: 24px;
    position: relative;
    top: -3px;
}
.navbar-collapse .btn-primary {
    margin-left: 2rem;
    margin-top: 1rem;
    font-size: 26px;
}
nav.navbar.navbar-expand-lg .nav-link::after {
    width: 20px;
    height: 20px;
}
hr.dropdown-divider {
    display: none;
}
.navbar-nav .dropdown-menu .dropdown-item {
    font-size: 27px;
    font-weight: 700;
}
.navbar-nav .dropdown-menu {
    position: relative;
    left: 30px;
    border: 0;
}
.navbar-toggler-icon::after {
    top: unset;
    bottom: -7px;
    width: 15px;
    right: 0;
    left: unset;
    transition: .3s linear;
}
.navbar-toggler:focus {
    box-shadow: none;
}
nav.navbar.navbar-expand-lg .navbar-brand {
    z-index: 88;    margin-left: 0;
}

.navbar-toggler:focus .navbar-toggler-icon::after {
    width: 30px;
}
.navbar-toggler {
    position: relative;
    z-index: 999;
}
}

/* Tablets in landscape mode */
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* Your tablet-specific styles go here */
    .weDoImg {
    max-width: 100%;
}
}