/* @font-face {
    font-family: 'Euclid-Circular-Bold';
    src: url('./fonts/EuclidCircularA-BoldItalic.woff2') format('woff2'),
        url('./fonts/EuclidCircularA-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
} */

img.custom-logo {
    object-fit: contain;
}
/* body:not(.home) section.section-padding.header {
    position: relative;
    width: 100%;
    top: 0;
    background: #01001e;
    padding: 0;
}
body:not(.home) .section-padding.header .container{
    padding: 0;
} */
@font-face {
    font-family: 'Euclid-Circular-light';
    src: url('./fonts/EuclidCircularA-Light.woff2') format('woff2'),
        url('./fonts/EuclidCircularA-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid-Circular-Bold';
    src: url('./fonts/EuclidCircularA-Bold.woff2') format('woff2'),
        url('./fonts/EuclidCircularA-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* @font-face {
    font-family: 'Euclid Circular A';
    src: url('./fonts/EuclidCircularA-SemiBoldItalic.woff2') format('woff2'),
        url('./fonts/EuclidCircularA-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
} */

@font-face {
    font-family: 'Euclid-Circular-reg';
    src: url('./fonts/EuclidCircularA-Regular.woff2') format('woff2'),
        url('./fonts/EuclidCircularA-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid-Circular-med';
    src: url('./fonts/EuclidCircularA-Medium.woff2') format('woff2'),
        url('./fonts/EuclidCircularA-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

 @font-face {
    font-family: 'Euclid-Circular-italic-reg';
    src: url('./fonts/EuclidCircularA-Italic.woff2') format('woff2'),
        url('./fonts/EuclidCircularA-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
} 

@font-face {
    font-family: 'Euclid-Circular-semi';
    src: url('./fonts/EuclidCircularA-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu-Medium';
    src: url('./fonts/Ubuntu-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu-Light';
    src: url('./fonts/Ubuntu-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu-Bold';
    src: url('./fonts/Ubuntu-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu-Regular';
    src: url('./fonts/Ubuntu-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Nunito-semibold';
    src: url('./fonts/Nunito-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* START QA CSS */

body p {
    text-align: justify;
}

section.section-padding.main-service-sec .Section-SerImg  {
    max-width: 670px;
    height: 450px;
    object-fit: cover;
    width: 100%;
}
section.section-padding.logos-sec img {
    object-fit: contain;
    height: 66px;
    width: 133px;
}
section.section-padding.about-mission-vission .image-miss {
    width: 168px;
    height: 168px;
    object-fit: contain;
}
section.section-padding.about-mission-vission img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.Sec2Images .sec2Img img {
    width: 100%;
    height: 153px;
    object-fit: cover;
    padding: 20px;
    object-fit: contain;
}
section.section-padding.success img {
    width: 51px;
    height: 63px;
    object-fit: contain;
}
section.section-padding.about-our-company .image.desktop{
    height: 747px;
    max-width: 653px;
    object-fit: cover;
}
section.section-padding.about-our-company .image.desktop img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.traffic-company video[poster] {
    height: 440px;
    object-fit: cover;
}

/* QA CSS END */

ul#menu-primary-menu li a {
    text-transform: uppercase;
    font-family: 'Euclid-Circular-reg';
}

ul#menu-primary-menu li a span {
    text-transform: capitalize;
}

ul#menu-primary-menu li.current-menu-item a {
    color: #2591D1;
}
ul#menu-primary-menu li.current-menu-item:before {
    content: '';
    width: 100%;
    height: 3px;
    background: #2591D1;
    position: absolute;
    top: -22px;
    left: 3px;
    display: none;
}
section.section-padding.header.stickyhead {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1500px;
    z-index: 9999999;
    
    animation: fade 1s forwards;
    /* transition: all 1s ease-in-out !important; */
    padding: 0;
}
/* section.section-padding.header.stickyhead .row {
    display: none;
} */
@keyframes fade {
    0% {
       transform: translateX(-50%) translateY(-150px);
       opacity: 0;
    }
    50% {
        opacity: 0;

    }
    100% {
        transform: translateX(-50%) translateY(0);
    }
}
section.section-padding.header.stickyhead .menu {
    background: #000 !important;
    opacity: 1 !important;
}

/* GLOBAL HEADING */
.inner-banner-heading{
    font-size: 60px;
    font-family: 'Euclid-Circular-semi';
    text-align: center;
    color: #fff;
    padding-top:100px;
   
}

body.single h1.inner-banner-heading{
    text-transform: uppercase;
}
.inner-sec-sub-heading{
    font-family: 'Euclid-Circular-reg'; 
    font: 25px;
}
.inner-sec-heading{
    font-family: 'Euclid-Circular-Bold';
    font-size: 55px;
}
.inner-content-p{
    font-family: 'Euclid-Circular-reg';
    font-size: 16px;
}
.inner-heading-medium{
    font-family: 'Euclid-Circular-med';
    font-size: 25px;
}

section.inner-banner {
    
    background-size: cover;
    background-repeat: no-repeat;
    /* padding: 300px 0; */
    height: 33vw;
    display: flex;
    align-items: center;
}
/* END GLOBAL HEADINGS */
body{
    
    overflow-x:hidden;
}
section.banner.hero {
    background-repeat: no-repeat;
    background-size: cover;
}
.icon-bar {
    display: none;
} 
section .container {
    max-width: 1400px;
}
section.blog-sec .container,section.client-sec .container,section.logos-sec .container,.project-sec .container,.product-sec .container {
    max-width: 1210px;
}

section.section-padding.success {
    padding-top: 0;
}
section.section-padding.header .second-header:last-child .row{
    justify-content: flex-end
}
.header div.menu ul li ul {
    position: absolute;
    left: 0;
    width: 190px;
    background: #0a0e14;
    padding: 0;
    top: 64px;
    flex-direction: column;
    transform: translateY(30px);
    visibility: hidden;
    opacity: 0;
    transition: all .5s cubic-bezier(0.56, 0.02, 0, 1.02);
}

.header div.menu ul li ul li {
    margin: 0;
    padding: 0;
}

.header div.menu ul li:hover ul {
    transform: unset;
    visibility: visible;
    opacity: 1;
}

.header div.menu ul li ul li a {
    padding: 15px 10px;
    display: block;
}
.header div.menu ul li.menu-item-has-children:after {
    content: '';
    position: absolute;
    right: -10px;
    top: 5px;
    width: 10px;
    height: 10px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    background: transparent;
    transform: rotate(-135deg);
    cursor: pointer;
}
section.success .container> .row:first-child {
    margin-top: -50px;
}
section.success {
    padding-top: 0;
}
a:hover {
    color: inherit;
    text-decoration: none;
}
.success .text-clumn {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-padding.header .container {
    padding: 30px 0;
    max-width: 1500px;
    width: 100%;
}
section.section-padding {
    padding: 50px 0;
}
.blurb {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
    
}
.blurb p {
    margin-bottom: 0;
}
.blurb p a {
	color: #fff;
    font-family: 'Euclid-Circular-reg';
    font-size: 15px;
}
.blurb svg {
    color: #fff;
}
.section-padding.header .container .row {
    align-items: center;
    z-index: 9999;
}
section.section-padding.sec2MainDiv .row {
    margin-top:0px;
}
.second-header:last-child .row {
    gap: 15px;
}
div.menu ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content:space-between;
}
section.section-padding.header {
    position: absolute;
    width: 100%;
    top: 0;
    padding: 10px 0;
}
div.menu ul li {
    list-style: none;
    padding: 0 10px;
    margin: 0 10px;
    position:relative;
}

div.menu ul li:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -35px;
    transform: translatey(-50%);
    height: 19px;
    width: 1px;
    background: #F1F1F180;
}

div.menu ul li:last-child:after {
    display: none;
}

section.secton-padding.banner.hero {
    
	padding: 350px 0;
}
section.banner h1 {
    font-size: 60px;
    color: #fff;
    font-family: 'Euclid-Circular-semi';
    margin-bottom: 40px;
}
section.banner p {
    color: #fff;
    font-family: 'Euclid-Circular-reg';
    font-size: 18px;
    margin-bottom: 40px;
    max-width: 85%;
}
div#main-menu {
    background: #070D16 0% 0% no-repeat padding-box;
    padding: 20px 15px;
    opacity: 0.65;
    border-top: 2px solid #fff;
    z-index: 99;
    /* animation: fading .4s forwards; */
    /* transition: all 1s ease-in-out; */
}
/* @keyframes fading {
    0% {
        transform: translateX(-50%) scale(0);
    }
    100% {
        transform:translateX(-50%)  scale(1);
    }
} */

div.menu ul li a {
    
    font-size:16px;
    color: #fff;
   font-family: 'Euclid-Circular-reg';
}
div.menu ul li a span {
 
  font-size:14px;   
  color:#F1F1F180;
  display: block;
}
a.banner-btn {
    color: #fff;
    margin: 0 10px 0 0;
    border: 1px solid #2591D1;
    border-radius: 100px;
    padding: 12px 30px;
    transition: .5s ease all;
    font-family: 'Euclid-Circular-reg';
}

a.banner-btn:hover {
    background: #2591D1;
    color: #fff;
}
.text-clumn {
    background: #2591D1;
    padding: 40px 30px;
}
.text-clumn h5 {
    
    font-size:25px;
    color: #fff;
    font-family: 'Euclid-Circular-reg';
    padding-bottom:20px;
    margin-bottom:0;
}

.text-clumn p {
    
    font-size:16px;
    font-family: 'Euclid-Circular-reg';
     padding-bottom:40px;
    margin-bottom:0;
      color: #fff;
}
.text-clumn h2{
    
     font-size:35px;
    color: #fff;
    font-family: 'Euclid-Circular-semi'; 
    padding-bottom:30px;
    margin-bottom:0;
}
.text-clumn a {
    color: #000;
    background: #fff;
    border-radius: 100px;
    padding: 10px 20px;
    width: fit-content;
    font-family: 'Euclid-Circular-reg'; 
}
.blurb-img {
    display: flex;
    gap: 20px;
    align-items:flex-start;
}
.blurb-img .content h3 {
    margin: 0;
    font-family: 'Euclid-Circular-Bold';
    font-size:40px;
}
.blurb-img .content p {
    
    font-size:20px;
    margin: 0;
    font-family: 'Euclid-Circular-reg';
}
.column-icon .row .module .content span {
    font-family: 'Euclid-Circular-semi';
}
.column-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* .column-icon .row {
    justify-content: center;
} */

/* mk */

section.section-padding.success .row.mt-0 {
    padding: 80px;
}
.column-icon .row .module:nth-child(even) {
    padding-left: 90px;
}

/*end*/
section.section-padding .row:first-child {position: relative;}

section.section-padding .column-icon .row:first-child:after {
    content: '';
    width: 30%;
    position: absolute;
    border-bottom: 1px solid rgb(112 112 112 / 20%);
    bottom: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
section.section-padding .column-icon .row:first-child:before {
    content: '';
    width: 2px;
    height: 45%;
    position: absolute;
    border-right: 1px solid rgb(112 112 112 / 20%);
    bottom: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(50%);

}
.column-icon .row .module {
    transition: all 0.5s ease-in-out;
    padding: 30px;
    cursor: pointer;
}
.col-md-6.col-sm-12.module:hover {
    box-shadow: 0 0 5px 6px #cccc;
}
.success .container > .row:first-child {
    /* transform: translateY(-230px); */
    background: #fff;
    box-shadow: 0 0 10px 2px #0000001a;
    /* height: 400px; */
}
.product-sec h5, .product-sec h2, .product-sec h3 {
    text-align: center; 
}
.productModule {
    text-align: center;
    border: 1px dashed #0086C6;
    padding: 60px 30px 30px;
    position: relative;
    transition:.3s ease-in-out;
    margin-bottom: 45px;
}

.productModule:hover {
    background: #0086C6;
}

.productModule:hover h3, .productModule:hover p, .productModule:hover a {
    color: #fff;
}

.productModule h3 {
    
    padding-top:40px;
    font-size:18px;
    font-family: 'Euclid-Circular-med';
    color:#070D16;
    
}
.productModule p {
    
     font-size:16px;
     font-family: 'Euclid-Circular-reg';
     color:#070D16;
     overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.productModule img {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    
}

.productModule a svg {
    
    margin-left:10px;
}
section.section-padding .row {
    margin-top: 40px;
}
a.product-btn {
    
    font-size:16px;
    color: #070D16;
    display: flex;
    align-items: center;
    justify-content: center;
     font-family: 'Euclid-Circular-med';
}
.product-sec a.read-all {
    display: flex;
    justify-content: center;
    background: #2591D1;
    width: fit-content;
    margin: 40px auto 0;
    color: #fff;
    padding: 8px 30px;
    border-radius: 100px;
     font-size:16px;
     font-family: 'Euclid-Circular-med';
}
.traffic-company {
    background: #003650;
}
.traffic-company .text-col {
    padding-right: 88px;
}
section.section-padding.traffic-company .row {
    margin-top: 0;
    align-items: center;
}
.traffic-company h5 {
    color: #00FFC0;
    font-size:18px;
    font-family: 'Ubuntu-Medium';
}

.traffic-company h2 {
    color: #fff;
      font-size:45px;
    font-family: 'Euclid-Circular-med';
}

.traffic-company p {
    
    color: #fff;
    font-size: 20px;
    font-family: 'Euclid-Circular-reg';
    margin-bottom: 0;
    padding: 18px 0 25px 0;
}

a.traffic-btn {
    color: #fff;
    background: #0088FF;
    padding: 13px 35px;
    border-radius: 100px;
    font-size:16px;
    font-family: 'Ubuntu-Medium';
     

}
section.service-sec a.traffic-btn {
    text-transform: uppercase;
}

.client-module .content h3 p {
    color: #0A2E72;
    font-weight: 600;
}

.play-btn {
    padding: 0;
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0088FF;
    /* display: inline-block; */
    position: absolute;
    bottom: 60px;
    left: -30px;
    border-radius: 50%;
    color: #fff;
    border: 1px solid #fff;
    z-index: 1;
    cursor: pointer;
}
/*Usama css*/

/*service css*/


.service-sec .left-column h2 {
    
    font-size:55px;
    line-height:77px;
}

.service-sec .left-column p {
    
    font-size:18px;
    line-height:24px;
    color:#070D16;
    margin:20px 0 30px 0;
}
.service-content .text h3 {
    
     font-size:33px;
     line-height:56px;
    color: #fff;
}
.service-sec .left-column {
    
    padding-left:270px;
}
.service-content .text h4 { 
    
     font-size:22px;
     line-height:36px;
    color: #fff;
}


.service-content {
    position: relative;
}

.service-content .text {
    position: absolute;
    bottom: 0;
    padding: 0 24px 35px 24px;
}

.service-content .image img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}


.service-content.slick-slide .text {
    padding-left: 80px;
}
.service-slider .slick-list.draggable {
    padding-right: 20%;
    padding-top: 10%;
    padding-bottom: 5%;
}

.service-content.slick-slide.slick-current {
    transform: scale(1.1) !important;
    transform-origin: left;
    z-index: 99;
}

.service-content.slick-slide {
    transition: all ease .3s;
   
}
.service-content.slick-slide{
     transform: scaleY(.9);
}

.service-sec .slick-track {
    display: flex;
    align-items: center;
}
.service-slider .slick-dots li button {
    font-size: 25px;
    width: auto;
    height: auto;
    color: #D8D8D8;
    font-weight:bold;

}
ul.dotsLine li {
    padding: 0 20px;
}
ul.dotsLine li:before {
    content: '';
    width: 50px;
    height: 5px;
    position: absolute;
    background: #D8D8D8;
}

ul.dotsLine li::marker {
    font-size: 0;
}

ul.dotsLine {
    display: flex;
    justify-content: center;
    transform: translateY(-30px);
}

ul.dotsLine li.activeLine:before {
    content: '';
    width: 50px;
    height: 5px;
    position: absolute;
    background: #2591D1;
}
.service-slider ul.slick-dots {
    position: absolute;
    bottom: 50px;
    right: 100px;
    text-align: right;
    z-index:1;

}
.service-slider .slick-dots li {
    
        margin: 0 14px;
}
.service-slider .slick-dots li button:before {
    
    display:none;
}
.service-slider .slick-dots li.slick-active button {
    font-size: 45px;
    color:#0086C6;
}
/*project css*/
h5.blue-heading {
    
    font-size:18px;
    line-height:28px;
    margin-bottom:0;
    color:#0088FF;
    font-weight:500;
    font-family: 'Euclid-Circular-med';
}

h2.black-heading {
    
    font-size:55px;
    line-height:73px;
    margin-bottom:0;
    color:#070D16;
    font-family: 'Euclid-Circular-bold';
    text-transform: uppercase;
}
.section-padding .row.project-slider  {
    margin-top: 45px;
}

.my-45 {
    
    margin-top:45px !important;
}
.project-slider .slick-track {
    padding-bottom: 100px;
}


.slider-arrows {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
}

.slider-arrows .right-arrow {
    position: absolute;
    right: -80px;
}

.slider-arrows .leftt-arrow {
    left: -80px;
    position: absolute;
}

.slider-arrows button {
    border: none;

    background: #fff 0% 0% no-repeat padding-box;
    box-shadow: 0 0 11px #0000001C;
    opacity: 1;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    color: #0086C6;
    font-size: 22px;
    transition:.3s;
}
.slider-arrows button:hover {
    border: none;
    background: #0086C6;
    box-shadow: 0 0 11px #0000001C;
    color: #fff;
    
}
button:focus {
    outline:none;
}

.slider-content .inner-box {
    position: absolute;
    bottom: -19%;
    left: 50%;
    padding: 25px 27px;
    width: 80%;
    display: block;
    transform: translatex(-50%);
    background: #fff 0% 0% no-repeat padding-box;
    box-shadow: 0 3px 13px #00000014;
    opacity: 1;
}
.slider-content .image {
    position:relative;
    height: 434px;
}
.slider-content .image img {
    
    width:100%;
    height: 100%;
    object-fit: cover;
}
.slider-content .inner-box h3 {
    
    font-size:14px;
    line-height:30px;
    color:#969FA5;
    margin-bottom:0;
}
.slider-content .inner-box h4 {
    
    font-size:22px;
    line-height:30px;
    color:#0F1B43;
}
.view-btn {
    
    color:#0086C6;
    display:flex;
    align-items:center;
    
}
/*Blog Page*/
.blog-sec .left-content .image {
    height: 527px;
    max-width: 575px;
}
.blog-sec .left-content .image img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-sec .right-content .image {
    width: 209px;
    height: 189px;
}
.blog-sec .right-content .image img {
    width: 100%;
    height: 100%;
}
.recent-blog-sec .slider-content .inner-box h4 {
    font-size: 40px;
    line-height: 1.3em;
    font-family: 'Euclid-Circular-med';
}

.recent-blog-sec .slider-content .inner-box h3 {
    font-size: 25px;
    line-height: 1.4em;
    font-family: 'Euclid-Circular-reg';
}

.recent-blog-sec .view-btn {
    font-size: 26px;
    font-family: 'Nunito-semibold';
}
.recent-blog-sec .slider-content .inner-box {
    width: 85%;
}
/*End Blog Page*/
.view-btn svg {
    
    margin-left:10px;
}

a.read-all {
    display: flex;
    justify-content: center;
    background: #2591D1;
    width: fit-content;
    margin: 40px auto 0;
    color: #fff;
    padding: 8px 30px;
    border-radius: 100px;
}


/*client sec css*/

 
 .clientslider-arrows {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
}

 .clientslider-arrows .right-arrow2 {
    position: absolute;
    right: -60px;
}

 .clientslider-arrows .leftt-arrow2 {
    left: -60px;
    position: absolute;
}

 .clientslider-arrows button {
    border: none;
    color:#0A2E72;
    font-size: 22px;
    transition:.3s;
    background:none;
}
 
.client-profile, .name {
    
    display:flex;
    justify-content: space-between;
    align-items:center;
    height: 60px;
}

.client-profile .profile-pic img{
    
    height:60px;
    width:60px;
}

.client-profile .quotation img{
    
    height:55px;
    width:70px;
}
.client-module {
    padding: 0 25px 20px 25px;
    transition: .3s;
     border: 1px solid transparent;
     position:relative;
}
.client-module:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: calc(100% - 22px);
    width: 100%;
    border: 1px solid #0086C646;
    border-radius: 15px;
    z-index: -1;
    transform:scale(0);
     transition: .3s;
    
}
.client-module:hover:before {
    
     transform:scale(1);
}

 .client-module .name h3 {
     
     font-size:20px;
     line-height:40px;
     margin-bottom:0;
     color:#0A2E72;
      font-weight:bold;
      font-family: 'Ubuntu-Bold';
 }
  .client-module .name .stars svg {
        
        color:#FFCE00;
        height:14px;
        width:14px;
    }
    
   .client-module h6 {
        
        font-size:14px;
        line-height:25px;
        color:#0088FF;
         margin-bottom:0;
         font-family: 'Ubuntu-Regular'; 
    }
    /* .client-module .content {
       
    } */
    
    .client-module .content h3{
    
     font-size:20px;
     line-height:25px;
     margin-bottom:0;
     color:#0A2E72;
     font-weight:bold;
      padding:25px 0;
      font-family: 'Ubuntu-Bold';
        
    }
      .client-module .content p{
    
     font-size:16px;
     line-height:25px;
     margin-bottom:0;
     color:#454D5D;
     max-width: 100%;
     font-family: 'Ubuntu-Regular'; 
        
    }
    
        h2.dark-blue {
         font-size:42px;
         line-height:55px;
         text-align: center;
        color: #0A2E72; 
        margin-bottom:0;
        font-weight:bold;
        font-family: 'Ubuntu-Bold';
    }
    
  .client-sec p {
 
    font-size: 16px;
    line-height: 30px;
    color: #454D5D;
    font-weight: 400;
    max-width: 52%;
    margin: 0 auto;
    font-family: 'Ubuntu-Regular';
}
    
    
    /*blog*/
    

.blog-sec .left-content .image img {

    width:100%;
}


.blog-sec .left-content .box{
    position: absolute;
    bottom: -19%;
    left: 50%;
    padding: 25px 30px;
    width: 90%;
    display: block;
    transform: translatex(-50%);
    background: #fff 0% 0% no-repeat padding-box;
    box-shadow: 0 3px 13px #00000014;
    opacity: 1;
}
.blog-sec .right-content .inner-box {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 19px 50px 19px 20px;
    display: block;
    transform: translate(-50%, -50%);
    background: #fff 0% 0% no-repeat padding-box;
    box-shadow: 0 3px 13px #00000014;
    opacity: 1;
    width: calc(100% - 30%);
}
.blog-sec .left-content {
    position: relative;
   
}
.blog-sec .right-content  {
    position:relative;
     margin-bottom:25px
    
}
.blog-sec .left-content .image img {
    
    width:100%;
}
.blog-sec .left-content .box .post, .blog-sec .right-content .inner-box .post  {
    
    display:flex;
}
.blog-sec .left-content .box .comment, .blog-sec .right-content .inner-box .comment {
  
  margin-right:20px;  
}
.blog-sec .left-content .box .date, .blog-sec .right-content .inner-box .date{
    
    margin-right:20px;
}
.blog-sec .left-content .box .date svg, .blog-sec .right-content .inner-box .date svg{
    
   color:#0086C6;
}

.blog-sec .left-content .box .comment svg, .blog-sec .right-content .inner-box .comment svg{
    
   color:#0086C6;
}

.blog-sec .left-content .box .date span, .blog-sec .right-content .inner-box .date span  {
    
    font-size:13px;
    line-height:26px;
    color:#647589;
}

.blog-sec .left-content .box .comment span, .blog-sec .right-content .inner-box .comment span  {
    
    font-size:13px;
    line-height:26px;
    color:#647589;
}
.blog-sec .left-content .box h3, .blog-sec .right-content .inner-box h3 {
    
    font-size:22px;
    line-height:30px;
    color:#0A2C3D;
    font-weight: bold;
    margin-bottom:0;
    padding:15px 0;
}

.blog-sec .right-content .inner-box h3 {
    
     font-size:18px;
     line-height:22px;
     padding:12px 0;
}
footer#footer ul.menu {
    padding: 0;
}
footer.site-footer {
    background: #003650;
    padding: 30px 0 30px;
}
footer.site-footer p {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
}
footer.site-footer ul#social-media {
    padding: 12px;
    display: flex;
}

footer.site-footer ul#social-media li {
    list-style: none;
    margin-right: 30px;
}

footer.site-footer ul#social-media li a {
    position: relative;
    z-index: 999999;
}
footer.site-footer ul#social-media li a:before {
    content: '';
    background: #fff;
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: -1;
    top: 56%;
    left: 55%;
    transform: translate(-50% , -50%);
    padding: 20px;
    border-radius: 100px;
}
ul#useful-menu,ul#help-menu {
    padding: 0;
}

ul#useful-menu li,ul#help-menu li {
    list-style: none;
    line-height: 38px;
}

ul#useful-menu li a,ul#help-menu li a {
    color: #fff;
}
footer#footer .container {
    max-width: 1560px;
    width: 85%;
}
footer.site-footer h3 {
    color: #fff;
    font-size: 18px;
}
.footer-blurb {
    display: flex;
    align-items: flex-start;
    gap: 10px;;
}
.footer-blurb .content h4 {
    font-size: 18px;
    color: #fff;
    line-height: 18px;
}
.footer-blurb .content p,.footer-blurb .content p a {
   font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 40px;
    font-family: 'Euclid-Circular-reg'; 
    text-align: left;
}
.entry-content p {
    font-family: 'Euclid-Circular-reg';
}
.entry-content h2 {
    font-family: 'Euclid-Circular-bold';
}
/*form.subscribe input.input-field::placeholder {*/
/*    color: #42518B;*/
/*    opacity: .59;*/
/*}*/

/*form.subscribe input.input-field {*/
/*    padding: 10px;*/
/*    width: 80%;*/
/*}*/

/*form.subscribe {*/
/*    position: relative;*/
/*}*/

/*form.subscribe input.submit {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    right: 21%;*/
/*    border: none;*/
/*    padding: 9px;*/
/*    font-size: 14px;*/
/*    width: 25%;*/
/*    background: #0086C6;*/
/*    color: #fff;*/
/*}*/

div.subscribe {
    position: relative;
}

div.subscribe .es-email input {
    width: 80%;
    padding: 10px;
    margin: 0;
    font-size: 16px;
}

div.subscribe .es-submit {
    position: absolute;
    top: 50%;
    width: 80%;
    transform: translateY(-50%);
}

div.subscribe .es-submit input {
    padding: 13px;
    position: absolute;
    top: 50%;
    right: 4px;
    margin: 0;
    transform: translateY(-50%);
    color: #fff;
    background: #0086c6;
    font-size: 14px;
}

div.subscribe .es-email input::placeholder {
    color: #9099bb;
}


section.footer-bottom {
    padding: 20px 0;
    background: #003650d4;
}
section.footer-bottom .container {
    max-width: 1560px;
    width: 85%;
}
section.footer-bottom .row {
    justify-content: space-between;
    align-items: center;
}
section.footer-bottom .bootom-link {
    display: flex;
    justify-content: end;
    gap: 10px;
}
section.footer-bottom .bootom-link p:first-child a {
    border-right: 1px solid #fff;
    padding-right: 10px;
}
section.footer-bottom .bootom-link p a{
    color: #fff;
}
section.footer-bottom p {
    color: #fff;
    margin-bottom:0;
}
section.footer-bottom .bootom-link p {
    margin: 0;
    color: #fff;
}

/* Sinfgle Product Page */

.single-product .maincontent p {
    font-family: 'Euclid-Circular-italic-reg';
}
section.single-product .row {
    margin-top: 0;
    justify-content: center;
}

/* END Sinfgle Product Page */

div#es_form_f1-n1 input[type="email"] {
    background: #ffff;
    border: none;
}
footer.site-footer ul#social-media li:hover img {
    filter: brightness(0) invert(1);
}

footer.site-footer ul#social-media li {
    transition: all ease 0.5s;
}

footer.site-footer ul#social-media li:hover a::before {
    background: #2d88c3 !important;
}
div.menu ul li ul li:after {
    display: none;
}
/* .menu {
    animation: fading 2s forwards !important;   
} */
/* .stickyhead {
    animation: fading 2s forwards;
} */
.forminator-ui.forminator-custom-form[data-design=default] .file-uploaded .forminator-button {
    padding: 4px !important;
    }
    .forminator-ui#forminator-module-492.forminator-design--default .file-uploaded .forminator-label {
    font-size: 16px;
    font-family: Roboto;
    font-weight: normal;
    }
    .form-join-our-team form.forminator-ui.forminator-custom-form[data-design=default] span.forminator-error-message {
        position: absolute;
        margin-top: 0px;
    }
    
    .file-uploaded .forminator-field {
        border-radius: 2px;
    }
    .mobilee span.forminator-description {
        display: none !important;
    }
    .product-img img {

        height: 314px;
    
        object-fit: cover;
    
    }
    section.section-padding.realted-pro-sec.product-sec {
        padding: 70px 0 70px;
    }
    .row.client-slider.slick-initialized.slick-slider .slick-list.draggable .slick-slide {
        height: 400px !important;
    }
    section.section-padding.project-sec {
        background: #F5F5F5;
    }
    
    section.section-padding.client-sec {
        background: #F5F5F5;
    }
    
    
    
    section.section-padding.client-sec .container {
        padding: 30px 0 0 0;
    }
    section.section-padding.project-sec .container {
          padding: 10px 0;
    }
    .section-padding.header.stickyhead .container .row {

    display: none;
}
section.logos-sec .container {
    max-width: 1500px;
}
.forminator-ui#forminator-module-492.forminator-design--default .forminator-file-upload>span {
    font-size: 12px !important;
    display: block !important;
    flex: 0 0 80%;
}

/* Homepage Product Box */
.product-sec .row .col-lg-4:last-child .product-icon {
    background: #3d93ce;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 4px solid #fff;
    outline: 1px solid #cde5f2;
}

.product-sec .row .col-lg-4:last-child .product-icon img {
    position: static !important;
    max-width: 30px;
    width: 100%;
    filter: brightness(0) invert(1);
    margin: 0 auto;
    display: block;
    transform: unset;
}

/* Homepage Product Box End*/

/*responsive css*/

@media(min-width:1280px){
    .ban-content {
        min-height: 33vh;
    }
}

@media(max-width:1800px) {
    
 .service-sec .left-column {
    padding-left: 180px;
}
/* .Sec2Images .sec2Img img {
    height: 113px;
} */

.headText p {
    padding: 28px 0 20px;
}
.productModule {
    margin-bottom: 45px;
}  

}

@media(max-width:1600px) {
    ul#menu-primary-menu li.current-menu-item:before {
        top: -20px;
        height: 2px;
    }
    section.logos-sec .container {
        max-width:80vw !important;
    }
    .section-padding.header .container {
        
        max-width: 80vw;
       
    }
    section.section-padding {
    padding: 40px 0;
}
.row.client-slider.slick-initialized.slick-slider .slick-list.draggable .slick-slide {
    height: 330px !important;
}
    
    .logo a img {
        max-width: 250px;
    }
    .blurb p a {
  
    font-size: 13px;
}
.blurb svg {
    font-size: 14px;
}
div.menu ul li a {
    font-size: 13px;
    
}

div.menu ul li a span {
    font-size: 11px;
   
}
div.menu ul li:after {
  
    right: -24px;
   
}
div#main-menu {
    
    padding: 18px 13px;
    
}
section.secton-padding.banner.hero {
    padding: 300px 0;
}
section .container {
    max-width: 1400px;
}
section.banner h1 {
    font-size: 50px;
    margin-bottom: 35px;
}

section .container {
    max-width: 77vw;
}
section.banner p {
  
    font-size: 16px;
    margin-bottom: 35px;
    max-width: 88%;
}
a.banner-btn {
    
    padding: 11px 28px;
    font-size: 15px;
}
.text-clumn h5 {
    font-size: 22px;
    padding-bottom: 18px;
    
}
.text-clumn h2 {
    
    font-size: 27px;
    padding-bottom: 20px;
    margin-bottom: 0;
}
.text-clumn p {
    font-size: 14px;
    padding-bottom: 30px;
 
}
.text-clumn a {
   
    padding: 9px 19px;
    font-size: 15px;
}


.success .blurb-img img {
    max-width: 44px;
}
.blurb-img .content h3 {
   
    font-size:30px;
}
.blurb-img .content p {
    
    font-size:16px;
    
}
.blurb-img .content p span {
   
    font-size:16px;
}

h5.blue-heading {
    font-size: 16px;
    line-height: 26px;
 
}
h2.black-heading {
    font-size: 50px;
    line-height: 60px;
  
}
section.blog-sec .container, section.client-sec .container, section.logos-sec .container, .project-sec .container, .product-sec .container {
    max-width: 65vw;
    width:100%;
}

.productModule {
    
    padding: 45px 20px 25px;

}
.productModule img {
    max-width: 110px;
}
.productModule h3 {
    padding-top: 30px;
    font-size: 15px;
   
}
.productModule p {
    font-size: 13px;
}

a.product-btn {
    font-size: 14px;
    
}

.product-sec a.read-all, a.read-all {
  
    margin: 30px auto 0;
    padding: 8px 30px;
    font-size: 15px;
  
}
.traffic-company h5 {
   
    font-size: 16px;
   
}
.traffic-company h2 {
   
    font-size: 35px;
   
}
.traffic-company p {
  
    font-size: 18px;
    padding: 16px 0 23px 0;
}

a.traffic-btn {
 
    padding: 8px 30px;
    font-size: 15px;
  
}
section.section-padding .row {
    margin-top: 30px;
}

.play-btn {
        height: 80px;
    width: 80px
}

.service-sec .left-column h2 {
    font-size: 50px;
    line-height: 60px;
}

.service-sec .left-column p {
    font-size: 14px;
    line-height: 23px;
    color: #070D16;
    margin: 17px 0 25px 0;
}

.service-content .text h3 {
    font-size: 27px;
    line-height: 35px;
    color: #fff;
}

.service-content .text h4 {
    font-size: 18px;
    line-height: 25px;
    color: #fff;
}
.service-content .image img {
    width: 100%;
    height: 530px;
    object-fit: cover;
}
.service-slider .slick-dots li button {
    font-size: 20px;
   
}
.service-slider .slick-dots li.slick-active button {
    font-size: 35px;
    color: #0086C6;
}

.service-slider ul.slick-dots {
    
    bottom: 40px;
   
}
.slider-content .inner-box h3 {
    font-size: 12px;
    line-height: 25px;
   
}
.slider-content .inner-box h4 {
    font-size: 18px;
    line-height: 25px;
 
}
.view-btn {
   
    font-size: 14px;
}
.linear-slider .slick-slide img {
 
    max-width: 100px;
}
h2.dark-blue {
    font-size: 35px;
    line-height: 50px;
   
}
.client-sec p {
    font-size: 14px;
    line-height: 25px;
    max-width: 55%;

}
.client-profile img {
    max-width: 55px;
}
.client-module .name h3 {
    font-size: 17px;
    line-height: 38px;
   
}
.client-module .name .stars svg {
   
    height: 13px;
    width: 13px;
}
.client-module h6 {
    font-size: 13px;
    line-height: 18px;
   
}
.client-module .content h3 {
    font-size: 16px;
    line-height: 22px;
    padding: 18px 0;
  
}
.client-module .content p {
    font-size: 13px;
    line-height: 20px;
    
   
}
.blog-sec .left-content .box .date span, .blog-sec .right-content .inner-box .date span {
    font-size: 12px;
    line-height: 22px;
   
}
.blog-sec .left-content .box .comment span, .blog-sec .right-content .inner-box .comment span  {
    
   font-size: 12px;
    line-height: 22px;
}
.blog-sec .left-content .box .date svg, .blog-sec .right-content .inner-box .date svg {
   
    font-size: 12px;
}
.blog-sec .left-content .box .comment svg, .blog-sec .right-content .inner-box .comment svg {
   
    font-size: 12px;
}
.blog-sec .left-content .box h3, .blog-sec .right-content .inner-box h3 {
    font-size: 18px;
    line-height: 24px;
    padding: 12px 0;
}

.blog-sec .left-content .box {
   
    padding: 22px 26px;
    width: 90%;
   
}
.blog-sec .right-content .inner-box h3 {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 0;
}
footer#footer .container {
    max-width: 82vw;
    width: 100%;
}

.footer-logo a img {
    max-width: 220px;
    
}
footer.site-footer p {
    
    font-size: 13px;
    line-height: 23px;
}

footer.site-footer ul#social-media li a:before {
 
    width: 16px;
    height: 16px;
    padding: 18px;
  
}
footer.site-footer ul#social-media li a img {
    max-width: 14px;
}
footer.site-footer h3 {
   
    font-size: 15px;
}
ul#useful-menu li a, ul#help-menu li a {
    
    font-size: 13px;
}
ul#useful-menu li, ul#help-menu li {
    
    line-height: 35px;
}
.footer-blurb .content h4 {
    font-size: 15px;
   
}
.footer-blurb .content p, .footer-blurb .content p a {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 35px;
    text-align: left !important;
   
}
form.subscribe input.input-field {
    padding: 10px;
    width: 90%;
     font-size: 13px;
}
form.subscribe input.submit {
  
    right: 13%;
    padding: 8px;
    font-size: 13px;
    width: 27%;
   
}
section.footer-bottom {
    padding: 16px 0;
    
}
section.footer-bottom p, section.footer-bottom p a {
   
   font-size:14px ; 
}
/* Inner Banner */
/* section.inner-banner {
    padding-bottom: 130px;
} */
h1.inner-banner-heading {
    font-size: 55px;
    }
    div.subscribe .es-submit {
        width: 100%;
        font-size: 12px;
    }
    div.subscribe .es-submit input{
        font-size: 12px;
        padding: 10px;
    }
     div.subscribe .es-email input {
        width: 100%;
        font-size: 12px;
    }
    .header div.menu ul li ul {
        width: 150px;
        top: 58px;
    }
    
    .header div.menu ul li ul li a {
        padding: 10px 10px;
    }
    .menu.stickyhead {
        max-width: 80vw;
    }
    section.section-padding.about-our-company .image.desktop {
        height: 590px;
    }
    .product-img img {
    height: 264px;
}
section.section-padding.single-product .row {
    margin-top: 0;
}
}


@media(max-width:1440px) {
    
 /*mk*/
 
     .column-icon .row .module:nth-child(even) {
        padding-left: 80px;
    }
 /*end*/
 
 ul#menu-primary-menu li.current-menu-item:before {
    top: -18px;
    height: 2px;
    left: 1px;
}
 
    .section-padding.header .container {
        
        max-width: 80vw;
       
    }
    section.section-padding {
    padding: 35px 0;
}

    
    .logo a img {
        max-width: 220px;
    }
    .blurb p a {
  
    font-size: 12px;
}
.blurb svg {
    font-size: 12px;
}
div.menu ul li a {
    font-size: 11px;
    
}

div.menu ul li a span {
    font-size: 9px;
   
}
div.menu ul li:after {
  
    right: -22px;
   
}
div#main-menu {
    
    padding: 16px 12px;
    
}
section.secton-padding.banner.hero {
    padding: 300px 0;
}

section.banner h1 {
    font-size: 45px;
    margin-bottom: 30px;
}

section .container {
    max-width: 77vw;
}
section.banner p {
  
    font-size: 14px;
    margin-bottom: 30px;
    max-width: 88%;
}
a.banner-btn {
    
    padding: 10px 26px;
    font-size: 14px;
}
.text-clumn h5 {
    font-size: 20px;
    padding-bottom: 16px;
    
}
.text-clumn h2 {
    
    font-size: 23px;
    padding-bottom: 16px;
    margin-bottom: 0;
}
.text-clumn p {
    font-size: 12px;
    padding-bottom: 25px;
 
}
.text-clumn a {
   
    padding: 8px 18px;
    font-size: 14px;
}

.success .blurb-img img {
    max-width: 40px;
}
.blurb-img .content h3 {
   
    font-size:25px;
}
.blurb-img .content p {
    
    font-size:14px;
    
}
.blurb-img .content p span {
   
    font-size:14px;
}

h5.blue-heading {
    font-size: 14px;
    line-height: 26px;
 
}
h2.black-heading {
    font-size: 45px;
    line-height: 55px;
  
}
section.blog-sec .container, section.client-sec .container, section.logos-sec .container, .project-sec .container, .product-sec .container {
    max-width: 65vw;
    width:100%;
}

.productModule {
    
    padding: 40px 18px 20px;

}
.productModule img {
    max-width: 90px;
}
.productModule h3 {
    padding-top: 25px;
    font-size: 12px;
   
}
.productModule p {
    font-size: 11px;
}

a.product-btn {
    font-size: 12px;
    
}

.product-sec a.read-all, a.read-all {
  
 margin: 23px auto 0;
    padding: 6px 23px;
    font-size: 12px;
  
}
.traffic-company h5 {
   
    font-size: 13px;
   
}
.traffic-company h2 {
   
    font-size: 28px;
   
}
.traffic-company p {
  
    font-size: 14px;
    padding: 13px 0 20px 0;
}

a.traffic-btn {
 
   padding: 6px 23px;
    font-size: 12px;
  
}
section.section-padding .row {
    margin-top: 30px;
}

.play-btn {
        height: 70px;
        width: 70px
}
.service-sec .left-column {
    padding-left: 120px;
}
.service-sec .left-column h2 {
    font-size: 45px;
    line-height: 55px;
}
.service-content.slick-slide .text {
    padding-left: 50px;
}

.service-sec .left-column p {
    font-size: 12px;
    line-height: 18px;
    margin: 14px 0 20px 0;
}

.service-content .text h3 {
       font-size: 22px;
    line-height: 26px;
    
}

.service-content .text h4 {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}
.service-content .image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.service-slider .slick-dots li button {
    font-size: 18px;
   
}
.service-slider .slick-dots li.slick-active button {
    font-size: 30px;
    color: #0086C6;
}

.service-slider ul.slick-dots {
    
    bottom: 35px;
   
}
.slider-content .inner-box h3 {
    font-size: 11px;
    line-height: 23px;
   
}
.slider-content .inner-box h4 {
    font-size: 16px;
    line-height: 22px;
 
}
.view-btn {
   
    font-size: 12px;
}
.linear-slider .slick-slide img {
 
    max-width: 100px;
}
h2.dark-blue {
    font-size: 30px;
    line-height: 45px;
   
}
.my-45 {
    margin-top: 30px !important;
}
.client-sec p {
   font-size: 13px;
    line-height: 20px;
    max-width: 60%;

}
.client-profile img {
    max-width: 40px;
}
.client-module .name h3 {
    font-size: 14px;
    line-height: 26px;
   
}
.client-module .name .stars svg {
   
    height: 10px;
    width: 10px;
}
.client-module h6 {
    font-size: 10px;
    line-height: 15px;
   
}
.client-module .content h3 {
    font-size: 13px;
    line-height: 18px;
    padding: 15px 0;
  
}
.client-module .content p {
    font-size: 10px;
    line-height: 16px;
    
   
}
.blog-sec .left-content .box .date span, .blog-sec .right-content .inner-box .date span {
    font-size: 10px;
    line-height: 18px;
   
}
.blog-sec .left-content .box .comment span, .blog-sec .right-content .inner-box .comment span  {
    
   font-size: 10px;
    line-height: 18px;
}
.blog-sec .left-content .box .date svg, .blog-sec .right-content .inner-box .date svg {
   
    font-size: 10px;
}
.blog-sec .left-content .box .comment svg, .blog-sec .right-content .inner-box .comment svg {
   
    font-size: 10px;
}
.blog-sec .left-content .box h3, .blog-sec .right-content .inner-box h3 {
        font-size: 15px;
    line-height: 20px;
    padding: 10px 0;
}

.blog-sec .left-content .box {
   
    padding: 20px 24px;
    width: 90%;
   
}
.blog-sec .right-content .inner-box {
        padding: 18px 28px 18px 20px;
}
.blog-sec .right-content .inner-box h3 {
    font-size: 12px;
    line-height: 13px;
    padding: 10px 0;
}
footer#footer .container {
    max-width: 82vw;
    width: 100%;
}

.footer-logo a img {
    max-width: 170px;
    
}
footer.site-footer p {
    
    font-size: 11px;
    line-height: 21px;
}

footer.site-footer ul#social-media li a:before {
 
    width: 15px;
    height: 15px;
    padding: 16px;
  
}
footer.site-footer ul#social-media li a img {
    max-width: 12px;
}
footer.site-footer h3 {
   
    font-size: 13px;
}
ul#useful-menu li a, ul#help-menu li a {
    
    font-size: 10px;
}
ul#useful-menu li, ul#help-menu li {
    
    line-height: 24px;
}
.footer-blurb .content h4 {
    font-size: 13px;
   
}
.footer-blurb .content p, .footer-blurb .content p a {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 25px;
   
}
form.subscribe input.input-field {
    padding: 10px;
    width: 90%;
     font-size: 11px;
}
form.subscribe input.submit {
    right: 12%;
    padding: 8px;
    font-size: 11px;
    width: 33%;
    width: 28%;
}
section.footer-bottom {
    padding: 15px 0px;
    
}
section.footer-bottom p, section.footer-bottom p a {
   
   font-size:12px ; 
}
.header div.menu ul li ul {
    top: 53px;
}
h1.inner-banner-heading {
    font-size: 40px;
}
.Sec2Images .sec2Img img {
    height: 120px;
}
section.section-padding.about-our-company .image.desktop {
    height: 480px;
}

section.section-padding.about-our-company h2.inner-sec-heading {
    padding-bottom: 12px;
}
.product-img img {
    height: 264px;
}
section.section-padding.realted-pro-sec.product-sec {
    padding: 50px 0 50px;
}
.row.client-slider.slick-initialized.slick-slider .slick-list.draggable .slick-slide {
    height: 280px !important;
}
}

@media(max-width:1279px) {
    
    ul#menu-primary-menu li.current-menu-item:before {
    top: -16px;
    height: 2px;
    left: -1px;
    transform: scaleX(1.6);
}
 
    .section-padding.header .container {
        
        max-width: 80vw;
       
    }
    section.section-padding {
    padding: 30px 0px;
}

    
    .logo a img {
        max-width: 190px;
    }

.second-header .blurb svg {
    font-size: 10px;
}

div.menu ul li a {
    font-size: 10px;
    
}

div.menu ul li a span {
    font-size: 9px;
   
}
div.menu ul li:after {
  
    right: -15px;
   
}
div#main-menu {
    
    padding: 14px 10px;
    
}
section.secton-padding.banner.hero {
    padding: 250px 0;
}

section.banner h1 {
    font-size: 40px;
    margin-bottom: 25px;
}

section .container {
    max-width: 77vw;
}
section.banner p {
  
    font-size: 12px;
    margin-bottom: 25px;
    max-width: 88%;
}
a.banner-btn {
    
    padding: 8px 24px;
    font-size: 13px;
}
.text-clumn h5 {
    font-size: 18px;
    padding-bottom: 14px;
    
}
.text-clumn h2 {
    
    font-size: 18px;
    padding-bottom: 14px;
    margin-bottom: 0;
}
.text-clumn p {
    font-size: 10px;
    padding-bottom: 22px;
 
}
.text-clumn a {
   
    padding: 7px 16px;
    font-size: 12px;
}

.success .blurb-img img {
    max-width: 35px;
}
.blurb-img .content h3 {
   
    font-size:20px;
}
.blurb-img .content p {
    
    font-size:12px;
    
}
.blurb-img .content p span {
   
    font-size:12px;
}

h5.blue-heading {
    font-size: 12px;
    line-height: 22px;
 
}
h2.black-heading {
    font-size: 40px;
    line-height: 50px;
  
}
section.blog-sec .container, section.client-sec .container, section.logos-sec .container, .project-sec .container, .product-sec .container {
    max-width: 65vw;
    width:100%;
}

.productModule {
    
    padding: 35px 12px 18px;

}
.productModule img {
    max-width: 80px;
}
.productModule h3 {
    padding-top: 20px;
    font-size: 11px;
   
}
.productModule p {
    font-size: 10px;
}

a.product-btn {
    font-size: 10px;
    
}

.product-sec a.read-all, a.read-all {
  
 margin: 22px auto 0;
    padding: 5px 22px;
    font-size: 10px;
  
}
.traffic-company h5 {
   
    font-size: 12px;
   
}
.traffic-company h2 {
   
    font-size: 22px;
   
}
.traffic-company p {
  
    font-size: 12px;
    padding: 11px 0 18px 0;
}

a.traffic-btn {
 
   padding: 5px 22px;
    font-size: 10px;
  
}
section.section-padding .row {
    margin-top: 20px;
}

.play-btn {
        height: 60px;
        width: 60px;
        left: -13px;
}
.service-sec .left-column {
    padding-left: 90px;
}
.service-sec .left-column h2 {
    font-size: 40px;
    line-height: 50px;
}
.service-content.slick-slide .text {
    padding-left: 45px;
}

.service-sec .left-column p {
    font-size: 10px;
    line-height: 16px;
    margin: 13px 0 18px 0;
}

.service-content .text h3 {
       font-size: 20px;
    line-height: 24px;
    
}

.service-content .text h4 {
    font-size: 13px;
    line-height: 20px;
    color: #fff;
}
.service-content .image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.service-slider .slick-dots li button {
    font-size: 16px;
   
}
.service-slider .slick-dots li.slick-active button {
    font-size: 25px;
    color: #0086C6;
}
.service-slider .slick-dots li {
    margin: 0 8px;
}
.service-slider ul.slick-dots {
    
    bottom: 30px;
   
}
.slider-content .inner-box h3 {
    font-size: 10px;
    line-height: 20px;
   
}
.slider-content .inner-box h4 {
    font-size: 14px;
    line-height: 20px;
 
}
.view-btn {
   
    font-size: 12px;
}
.linear-slider .slick-slide img {
 
    max-width: 80px;
}
h2.dark-blue {
    font-size: 25px;
    line-height: 40px;
   
}
.my-45 {
    margin-top: 30px !important;
}
.client-sec p {
   font-size: 11px;
    line-height: 18px;
    max-width: 60%;

}
.client-profile img {
    max-width: 35px;
}
.client-module .name h3 {
    font-size: 12px;
    line-height: 22px;
   
}
.client-module .name .stars svg {
   
    height: 8px;
    width: 8px;
}
.client-module h6 {
    font-size: 8px;
    line-height: 12px;
   
}
.client-module .content h3 {
    font-size: 11px;
    line-height: 14px;
    padding: 12px 0;
  
}
.client-module .content p {
    font-size: 8px;
    line-height: 14px;
    
   
}
.blog-sec .left-content .box .date span, .blog-sec .right-content .inner-box .date span {
    font-size: 8px;
    line-height: 16px;
   
}
.blog-sec .left-content .box .comment span, .blog-sec .right-content .inner-box .comment span  {
    
   font-size: 8px;
    line-height: 16px;
}
.blog-sec .left-content .box .date svg, .blog-sec .right-content .inner-box .date svg {
   
    font-size: 8px;
}
.blog-sec .left-content .box .comment svg, .blog-sec .right-content .inner-box .comment svg {
   
    font-size: 8px;
}
.blog-sec .left-content .box h3, .blog-sec .right-content .inner-box h3 {
        font-size: 12px;
    line-height: 16px;
    padding: 8px 0;
}

.blog-sec .left-content .box {
   
    padding: 18px 22px;
    width: 90%;
   
}
.blog-sec .right-content .inner-box {
        padding: 16px 26px 16px 18px;
}
.blog-sec .right-content .inner-box h3 {
    font-size: 10px;
    line-height: 12px;
    padding: 8px 0;
}
footer#footer .container {
    max-width: 82vw;
    width: 100%;
}

.footer-logo a img {
    max-width: 150px;
    
}
footer.site-footer p {
    
    font-size: 9px;
    line-height: 18px;
}

footer.site-footer ul#social-media li a:before {
 
    width: 13px;
    height: 13px;
    padding: 14px;
  
}
footer.site-footer ul#social-media li a img {
    max-width: 10px;
}

ul#useful-menu li, ul#help-menu li {
    
    line-height: 20px;
}
ul#useful-menu li a, ul#help-menu li a {
    
    font-size: 9px;
}
footer.site-footer h3 {
   
    font-size: 11px;
}
.footer-blurb .content h4 {
    font-size: 11px;
   
}
.footer-blurb .content p, .footer-blurb .content p a {
    font-size: 8px;
    line-height: 12px;
    margin-bottom: 20px;
   
}
form.subscribe input.input-field {
    padding: 8px;
    width: 90%;
     font-size: 10px;
}
form.subscribe input.submit {
    right: 12%;
    padding: 7px;
    font-size: 10px;
    width: 33%;
    width: 29%;
}
section.footer-bottom {
    padding: 14px 0;
    
}
section.footer-bottom p, section.footer-bottom p a {
   
   font-size:10px ; 
}
h1.inner-banner-heading {
    font-size: 35px;
}
.header div.menu ul li ul {
    top: 50px;
}
.header div.menu ul li.menu-item-has-children:after {
    right: -6px;
    top: 9px;
    width: 7px;
    height: 7px;
}
.form-join-our-team form.forminator-ui.forminator-custom-form[data-design=default] span.forminator-error-message {
    position: absolute;
    margin-top: 0px;
}

.file-uploaded .forminator-field {
    border-radius: 2px;
}

.form-join-our-team .forminator-ui#forminator-module-492.forminator-design--default .forminator-error-message {
    font-size: 10px;
}

.forminator-ui#forminator-module-492.forminator-design--default .file-uploaded .forminator-label {
    font-size: 12px;
}

.forminator-ui#forminator-module-492.forminator-design--default .forminator-input, .forminator-ui#forminator-module-492.forminator-design--default .forminator-input input {
    font-size: 12px;
}

section.section-padding.form-join-our-team .forminator-ui#forminator-module-492.forminator-design--default .forminator-button-upload {
    padding: 5px !important;
    font-size: 12px;
}
.Sec2Images .sec2Img img {
    height: 123px;
}

.headText p {
    padding-bottom: 0 !important;
    font-size: 11px !important
    ;
}
section.section-padding.about-our-company .image.desktop {
    height: 420px;
}
.product-img img {
    height: 174px;
}
.row.client-slider.slick-initialized.slick-slider .slick-list.draggable .slick-slide {
    height: 240px !important;
}
.client-profile, .name {
    height: 40px;
}
}

@media(max-width:1200px) {
.blurb p a {
    font-size: 10px;
}
}

@media(max-width:991px) {
    section.section-padding.header {
        z-index: 9999999999;
    }
    .logo a img {
    max-width: 250px;
}
 section.section-padding.header .row {
    display: none;
} 
.section-padding.header .container {
    max-width: 90vw;
}
section .container {
    max-width: 90vw;
}

section.blog-sec .container, section.client-sec .container, section.logos-sec .container, .project-sec .container, .product-sec .container {
    max-width: 90vw;
    width: 100%;
}

.blurb p a {
    font-size: 10px;
}
.second-header .blurb svg {
    font-size: 14px;
}

/*#main-menu {*/
    
/*    display:none;*/
/*}*/

.icon-bar {
    
    display:block;
}
.header .container {
    position: relative;
}
.icon-bar {
        height: 30px;
         position: absolute; 
         right: 0; 
         top:85%; 
        z-index: 99999999;
        transition: .3s;
    }
 
  
    .icon-bar span {
        width: 32px;
        display: block;
        height: 3px;
        background:#fff;
        transition: all 0.3s ease;
    }
    .icon-bar span:nth-child(2) {
        margin: 8px 0;
    }
   div#main-menu {
    position: fixed;
    top: 0;
    left: -110%;
    height: 110vh;
    width: 350px;
    z-index: 1111;
    background: #000;
    border-top: unset;
    border-right: 2px solid #fff;
    opacity: 1;
    transition: .3s ease-in-out;

}
.menu.stickyhead {
    transform: unset !important;
    max-width: initial;
}
div#main-menu.show {
    
    left:0 !important;
    overflow-y: scroll;
}
div.menu ul {
    flex-direction: column;
}

div.menu ul li {
    margin-bottom: 19px;
}
div.menu ul li:after {
    display:none;
}
div.menu ul {
   
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top:50px;
}

div.menu ul li a {
    font-size: 15px;
}
div.menu ul li a span {
    font-size: 13px;
    text-align: center;
}

div.menu ul li {
    margin-bottom: 19px;
    text-align: center;
}

.column-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
}

.column-icon .row .module {
    padding: 23px 5px 25px 15px;
}
.text-clumn p {
    font-size: 12px;
    padding-bottom: 22px;
}
.productModule {
    padding: 20px 14px 18px;
}
.productModule img {
   
    top: -50px;
    
}
.productModule h3 {
    padding-top: 20px;
    font-size: 15px;
}

.productModule p {
    font-size: 13px;
}

a.product-btn {
    font-size: 14px;
}
.product-sec a.read-all, a.read-all {
    margin: 0 auto 0;
    padding: 6px 22px;
    font-size: 14px;
}

.traffic-company .text-col {
    padding-right: 40px;
}
.service-sec .left-column {
    padding-left: 0;
    text-align: center;
}

.service-content .image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

h5.blue-heading {
    font-size: 13px;
    line-height: 23px;
    text-align: center;
}
.service-sec .left-column h2 {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
}
.service-sec .left-column p {
    font-size: 14px;
    line-height: 21px;
    margin: 13px auto 17px auto;
    text-align: center;
    max-width: 85%;
}

a.traffic-btn {
    padding: 7px 22px;
    font-size: 14px;
    text-align: center;
}
.service-slider ul.slick-dots {
    bottom: 20px;
}

h2.black-heading {
    font-size: 30px;
    line-height: 45px;
}

.slider-arrows .leftt-arrow {
    left: -50px;
    
}
 .slider-arrows .right-arrow {
     
     right:-50px;
 }
 
 .slider-arrows button {
   
    height: 40px;
    width: 40px;
    font-size:18px;
 
}

.client-profile img {
    max-width: 40px;
}
.client-module .name h3 {
    font-size: 13px;
    line-height: 22px;
}

.client-module .name .stars svg {
    height: 10px;
    width: 10px;
}

.client-module h6 {
    font-size: 11px;
    line-height: 18px;
}

.client-module .content h3 {
    font-size: 13px;
    line-height: 18px;
    padding: 14px 0;
}

.client-module .content p {
    font-size: 12px;
    line-height: 18px;
}

.clientslider-arrows .leftt-arrow2 {
    left: -30px;
   
}

.clientslider-arrows .right-arrow2 {
    right: -30px;
    
}
.blog-sec .left-content {
    position: relative;
    margin-bottom: 70px;
}

.blog-sec .left-content .box {
    
    bottom:-13px;
}

.blog-sec .left-content .box .date span, .blog-sec .right-content .inner-box .date span {
    font-size: 12px;
    line-height: 18px;
}

.blog-sec .left-content .box .date svg, .blog-sec .right-content .inner-box .date svg {
    font-size: 12px;
}


.blog-sec .left-content .box .comment span, .blog-sec .right-content .inner-box .comment span {
    font-size: 12px;
    line-height: 15px;
}
.blog-sec .left-content .box .comment svg, .blog-sec .right-content .inner-box .comment svg {
    font-size: 12px;
}

.blog-sec .left-content .box h3, .blog-sec .right-content .inner-box h3 {
    font-size: 15px;
    line-height: 25px;
    padding: 10px 0;
}

.blog-sec .right-content .inner-box h3 {
    font-size: 13px;
    line-height: 18px;
    padding: 20px 0;
}

footer#footer .container {
    max-width: 90vw;
    width: 100%;
}

.useful {
    
    padding-left:70px;
}
.footer-logo a img {
    max-width: 200px;
}

footer.site-footer p {
    font-size: 12px;
    line-height: 18px;
    text-align: left !important;
}

footer.site-footer h3 {
    font-size: 13px;
}

.footer-blurb .content h4 {
    font-size: 13px;
}

ul#useful-menu li a, ul#help-menu li a {
    font-size: 11px;
}

.footer-blurb .content p, .footer-blurb .content p a {
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 18px;
}

form.subscribe input.input-field {
    padding: 8px;
    width: 100%;
    font-size: 10px;
}

form.subscribe input.input-field {
    padding: 13px;
    width: 100%;
    font-size: 12px;
}

form.subscribe input.submit {
    right: 3%;
    padding: 10px;
    font-size: 12px;
    width: 33%;
    width: 29%;
}
 .client-sec p {
        
        font-size:12px;
    }
    /* section.inner-banner {
        padding-top: 200px;
    } */
    h1.inner-banner-heading {
        font-size: 40px;
    }
    .header div.menu ul li ul {
        position: static;
        /* height: 0; */
        height: auto !important;
        transform: unset !important;
        visibility: visible;
        opacity: 1;
        background: none;
        width: 100% !important;
    }
    .header div.menu ul li ul.sub-menu li a{
        color: #fff !important;
    }
    .header div.menu ul li ul.sub-menu li.current-menu-item a{
        color: #2591D1 !important;
    }
    
    /* div.menu ul li:hover ul {
        height: auto;
    } */
    .d-medium-none {
        display: none;
    }
    .form-join-our-team .forminator-ui#forminator-module-492.forminator-design--default .forminator-error-message {
        line-height: 1;
    }
    section.section-padding.realted-pro-sec.product-sec {
        padding: 40px 0 40px;
    }
    .row.related-product .slick-track {
        padding-top: 60px !important;
    }

    .row.client-slider.slick-initialized.slick-slider .slick-list.draggable .slick-slide {
        height: 300px!important;
    }
}

@media(max-width:980px) {

.column-icon .row .module:nth-child(even) {
    padding-left: 40px;
}

}
@media (max-width: 768px){
    /* section.inner-banner {
        padding-top: 150px;
        padding-bottom: 100px;
    } */
    h1.inner-banner-heading {
        font-size: 35px;
    }
}
@media(max-width:767px) {
    
    section.section-padding.success .row.mt-0 {
    padding: 60px;
}
    .column-icon .row .module:nth-child(even) {
        padding-left: 0;
    }
    
    .second-header .blurb {
        display: none;
    }
    ul.dotsLine {
        display: none;
    }
.icon-bar {
    height: 25px;
    top: 20%;
   
}

section.secton-padding.banner.hero {
    padding: 170px 0;
}

section.banner h1 {
    font-size: 30px;
    margin-bottom: 20px;
}
    section.section-padding .column-icon .row:first-child:before, section.section-padding .column-icon .row:first-child:after {
    
    display:none;    
    }
    
    .column-icon .row .module {
    padding: 30px 0;
}

.blurb-img .content p {
    font-size: 15px;
}

.blurb-img .content p span {
    font-size: 15px;
}
.traffic-company .text-col {
    padding-right: 0;
    margin-bottom: 25px;
}

.service-slider ul.slick-dots {
    bottom: 10px;
}

.blog-sec .left-content {
    position: relative;
    margin-bottom: 120px;
}

.blog-sec .left-content .box {
    bottom: -80px;
}

.useful {
    padding-left: 15px;
}

.foot-col {
    margin-bottom: 20px;
}

section.footer-bottom p, section.footer-bottom p a {
    font-size: 12px;
    text-align: center;
    padding-bottom: 8px;
}

section.footer-bottom .bootom-link {
    display: flex;
    justify-content: center;
    
}
.client-sec p {
        
       font-size: 12px;
    line-height: 18px;
    max-width: 100%;
    }
    
    div.subscribe .es-email input {
    width: 100%;
    font-size: 12px;
 
}
div.subscribe .es-submit input {
    right: -40px;
    padding: 10px 14px;
    font-size: 12px;
}
/* .slider-arrows .right-arrow {
    right: 50px;
}
.slider-arrows .leftt-arrow {
    left: 50px;
} */
.slider-arrows {
    position: absolute;
    top: 100%;
}
section.section-padding.about-mission-vission .image-miss {
    margin: auto;
    height: auto;
}
.row.client-slider.slick-initialized.slick-slider .slick-list.draggable .slick-slide {
    height: 270px !important;
}

}
@media(max-width:575px) {
    
    div.subscribe .es-submit input {
    right:4px;
    padding: 10px 14px;
    font-size: 12px;
}
h1.inner-banner-heading {
    font-size: 28px;
    padding-top: 0;
}
.logo a img {
    max-width: 230px;
}

}
@media (max-width: 500px){
    section.inner-banner {
        height: 50vw;
    }
    .slider-arrows .right-arrow {
        right: 10px;
    }
    .slider-arrows .leftt-arrow {
        left: 10px;
    }

    /* Project Slider */
    .project-slider .slider-content .image img {
        width: 100%;
        height: 70%;
        object-fit: cover;
    }
    .project-slider .slider-content .inner-box {
        bottom: 10%;
    }
    .project-slider .slick-track {
        padding-bottom: 20px;
    }
    .project-sec a.read-all {
        margin-bottom: 30px;
    }
    /* End */
}
@media(max-width:400px) {
    
    section.banner h1 {
    font-size: 23px;
    margin-bottom: 20px;
}

a.banner-btn {
    padding: 7px 17px;
    font-size: 11px;
}

.service-content .text h3 {
    font-size: 16px;
    line-height: 20px;
}
   h2.black-heading {
    font-size: 20px;
    line-height: 45px;
}
.service-slider ul.slick-dots {
    bottom: -20px;
}

.blog-sec .right-content .inner-box {
  
    width: calc(100% - 32px);
}
.blog-sec .right-content {
    margin-bottom: 50%;
}
.blog-sec .right-content .inner-box {
    top: 70%;
    left: 0%;
    transform: unset;
}
section.inner-banner {
    height: 80vw;
}
}





/*  */
.banner-arrows {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
}
.banner-arrows .leftt-arrow5 {
    left: 80px;
    position: absolute;
}
.banner-arrows button {
    border: none;
    background: #fff 0% 0% no-repeat padding-box;
    box-shadow: 0 0 11px #0000001c;
    opacity: 1;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    color: #0086C6;
    font-size: 22px;
    transition: .3s;
}
.banner-arrows .right-arrow5 {
    position: absolute;
    right: 80px;
}
section.section-padding.product-sec h2.black-heading {
    padding-bottom: 30px;
}
button.close.abc {
    font-size: 44px;
    position: absolute;
    right: 5px;
    top: -7px;
}
.ban-slider.slick-initialized.slick-slider {
    position: relative;
}
.ban-slider.slick-initialized.slick-slider::after {
    position: absolute;
    /* background: #00000030; */
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;

}
.container {
    z-index: 1000000;
    position: relative;
}


div#main-menu {
    background: #070d16c2 0% 0% no-repeat padding-box;
    padding: 20px 15px;
    opacity: 3;
    border-top: 2px solid #fff;
    z-index: 99;
}
div#exampleModal {
    z-index: 9999999;
}
.section-padding.header {
    z-index: 100000000000!important;
  }
  


/**********************3 May 2023*****************/
/* .ban-content {
    min-height: 33vh;
    background: #302d2d9c;
    padding: 20px 50px 50px;
}
 */

 /* 25-09-2023 */
 .slider-arrows-home {
    transition: none!important;
    z-index: 20;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.left-arrow-5 {
    margin-left: 50px;
}
.right-arrow-5 {
    margin-right: 50px;
}