@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');*



.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}


body,
html {
    margin: 0px;
    padding: 0px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #0c0c0c;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
}

aside,
details,
figcaption,
figure,
ins,
summary,
mark,
title,
video,
footer,
header,
hgroup,
nav,
section,
article {
    display: block;
}

.clear {
    padding: 0;
    margin: 0;
    line-height: 0;
    height: 0;
    font-size: 0;
    clear: both;
    width: 100%;
    display: block;
}

h1
{
    padding: 0;
    margin: 0;
    font-weight: 700;
	color:#1C1D24;
	font-size:30px;
    font-family: 'Lato', sans-serif;
}

h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-weight: 600;
	color:#1C1D24;
	font-size:28px;
	margin-bottom: 10px;
	margin-top: 30px;
    font-family: 'Lato', sans-serif;
}

html,
body {
    padding: 0;
    margin: 0;
    height: 100%;
}

body * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

ul,
ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

input,
button {
    outline: none;
    border: none;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    border: none;
}

a:active,
a:hover {
    outline: 0;
}

button {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    outline: none;
    border: none;
    outline: none;
    cursor: pointer;
}

:focus {
    outline: none;
    border: none;
}

button:focus {
    outline: none;
}

img {
    border: none;
}

p {
    margin: 0;
    padding: 0;
    line-height: 25px;
	font-size: 17px;
    font-weight: 400;
    margin-bottom: 25px;
	color:#1C1D24;
}

figure {
    margin: 0;
}

textarea {
    resize: none;
}

/* ===================== Placeholder ==================*/

input::placeholder {
    opacity: 1;
}

input::-webkit-input-placeholder {
    opacity: 1;
}

input::-moz-placeholder {
    opacity: 1;
}

input:-ms-input-placeholder {
    opacity: 1;
}

input:-moz-placeholder {
    opacity: 1;
}

/*=============== Main Css =====================*/
header{background-color: #fff; padding: 28px 0 15px;}
.inheader {background:#1C1D24;border-radius: 20px;padding: 15px 30px;}
.banner{background-color: #1C1D24; padding:70px 0;}
.banner label{font-family: 'Montserrat', sans-serif; font-size:50px; line-height:initial; text-align: left; font-weight: 300; margin-bottom: 25px; color: #A3A4A6;}
.banner label span{color: #fff;}
.banner p{color:#ffffff7d; font-weight: 400;font-size: 17px;line-height: 30px; text-align: center; max-width: 85%; margin:30px auto;}
.banner h2{position: relative;text-align: center; margin-top: 25px;}
.banner h2::after{height: 3px; width: 100%; content: ""; position: absolute; left: 0; top: 22px;background: #1e2626;}
.banner h2 span{background: #0f0f0f; min-width:40%; font-size: 20px; text-align: center; display: inline-block; color: #fff;position: relative;z-index: 1;}
.hero_graphic {position: absolute;top: 5%;bottom: auto;left: 0%;right: auto;}
.hero_graphic_02 {position: absolute;top: 25%;bottom: auto;left: auto;right: 0%;}
.brandLogo{display: flex; align-items: center; justify-content: center; margin-top: 25px;}
.brandLogo li{flex: 0 0 10%; text-align: center;}
.brandLogo li img{width: 80px; display: inline-block; border-radius: 50px;}
.iconThumb{width: 90px; margin-left: 40px;}
.onMark{margin-bottom: 20px;}
.onMark span{background: rgba(255,255,255,0.1); padding:10px 20px; border-radius: 25px; color: #fff; display: inline-block;}





footer{background-color: #0f0f0f; padding:70px 0 45px;}
footer hr{background-color: #626262; height: 2px !important;}
.ftMenu{padding: 0;}
.ftMenu li{display: block;padding-bottom: 15px;}
.ftMenu li a{display: block;color:#c4c4c4; font-size:15px; font-weight:400;}
.ftMenu a:hover{color: #fff;}
.social{padding: 0;}
.social li{display: block;padding-bottom: 15px;}
.social li a{display: block;color: #c4c4c4;font-size: 15px;font-weight:500;}
.social li a img{width:15px; margin-right: 10px;}
.social a:hover{color: #fff;}
.cmInfo label{font-size:20px; font-weight:500; color:#626262; display: block; margin-bottom: 10px;}
.cmInfo p{color: #c4c4c4; font-size: 14px; font-weight:400; line-height: 25px; display: block;}
.cmInfo a{color: #c4c4c4; font-size: 14px; font-weight:400; line-height: 25px; display: block; margin: 0; padding: 0;}
.cmInfo a:hover{#fff;}



.copyRight p{font-size: 13px; color: #626262;}
.copyRight a{font-size: 13px; color: #626262; padding-left:30px;}
.copyRight a:hover{color: #fff;}
.conNumber{font-size: 18px; font-weight:500;}
.conNumber .phone{color:#fff;}
.conNumber a:hover{color:  #0c2461;;}
.conNumber .email{color:#fff;}

.ftLogo{width:140px; border-radius: 10px; box-shadow: 0 10px 40px rgba(51,77,114,.06),0 4px 8px rgba(51,77,114,.06);}
.address{color: #fff; font-size: 20px;}
.address p{line-height:25px; font-size: 15px;}

/* ===================== Menu ==================*/
.siteMenus {position: relative;line-height: normal;float:right; }
.siteMenus ul { margin: 0; padding: 0;}
.siteMenus li {list-style: none;margin: 0; padding:0; position: relative; line-height: normal;float:left;}
.siteMenus li a {padding:6px 18px;display:block;color:#fff;-webkit-transition:all .2s ease-out;-moz-transition: all .2s ease-out;transition: all .2s ease-out;font-weight:400;font-size:16px;text-transform:capitalize;}
.siteMenus li a:hover {color: #c4c4c4;}
.siteMenus li a.active{color: #c4c4c4;}
/* .siteMenus li a.active::after{ width:25px; height:2px; background:#fe0000; content:""; display:block; margin-top:5px;}
.siteMenus li a:hover::after{ width:25px; height:2px; background:#fe0000; content:""; display:block;margin-top:5px;} */
/* .siteMenus li + li{margin-left:20px;} */
.siteMenus ul ul { top: auto;width: 285px;padding: 15px 0;border-radius: 15px;position: absolute;z-index: 9900;text-align: left;display: none;background: rgb(255, 255, 255);}
.siteMenus li li { display: block;width:100%;margin:0 !important;/*border-top:1px solid #7daf3f;*/}
.siteMenus li li a{color:#000;padding:15px 15px;font-size:14px;}
.siteMenus ul ul li a:hover{background:#0C2461;color:#fff;}
.siteMenus ul ul ul { top: 0; left: 220px; }
.siteMenus > ul > li:hover > ul > li:hover > ul { opacity: 1; visibility: visible; top: 0; }
.siteMenus > ul > li.drop-left > ul { right: 0; }
.siteMenus .menu-toggle, .siteMenus .close-menu, .siteMenus .call-btn-mobile, .siteMenus .location-btn-mobile { display: none; text-transform: uppercase; text-decoration: none; }
.siteMenus .dd-toggle { display: none; position: absolute; top: 0; right: 0; padding: 0; width: 48px; height: 48px; text-align: center; z-index: 9999; border: 0; }
.siteMenus a.dd-toggle .icon-plus { box-sizing: border-box; transition: transform 0.3s; width: 12px; height: 100%; position: relative; vertical-align: middle; display: inline-block; }
.siteMenus a.dd-toggle .icon-plus:before { content: ''; display: block; width: 12px; height: 0px; border-bottom: solid 3px #fff; position: absolute; top: 50%; transform: rotate(90deg); transition: width 0.3s; }
.siteMenus a.dd-toggle .icon-plus:after { content: ''; display: block; width: 12px; height: 0px; top: 50%; border-bottom: solid 3px #fff; position: absolute; }
.siteMenus li.open > a.dd-toggle .icon-plus { -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); }
.siteMenus.light a.dd-toggle .icon-plus:before { border-color: #000; }
.siteMenus.light a.dd-toggle .icon-plus:after { border-color: #000; }
.siteMenus.dark a.dd-toggle .icon-plus:before { border-color: #FFF; }
.siteMenus.dark a.dd-toggle .icon-plus:after { border-color: #FFF; }
.siteMenus .icon-close { box-sizing: border-box; width: 12px; height: 12px; position: relative; display: inline-block; }
.siteMenus .icon-close:before { content: ''; display: block; width: 12px; height: 0px; border-bottom: solid 3px #fff; position: absolute; top: 50%; transform: rotate(45deg); }
.siteMenus .icon-close:after { content: ''; display: block; width: 12px; height: 0px; top: 50%; border-bottom: solid 3px #fff; position: absolute; transform: rotate(-45deg); }
/* mobile nav */
.siteMenus .menu-toggle, .siteMenus .close-menu { padding:0; box-sizing: border-box; }
.siteMenus .menu-toggle span.bars { display: inline-block;position: relative; top:0px; }
.siteMenus .menu-toggle span.bars span { display: block; width:25px; height:2px;background: #fff; margin: 0 0 4px; }
.siteMenus .menu-toggle span.bars span:nth-child(2){width: 20px;}
.siteMenus .menu-toggle span.bars span:nth-child(3){width: 15px;}
.siteMenus.mobile {position:absolute;right:20px;top:25x;}
.siteMenus.mobile.fixed { position: static;}
.siteMenus.mobile ul { position: relative; display: none;}
.siteMenus.mobile.active { padding-bottom: 0; color: #0e59f2; }
.siteMenus.mobile.active > ul { display: block; }
.siteMenus.mobile ul { text-align: left;}
.siteMenus.mobile > ul > li { display: block;}
.siteMenus.mobile > ul > li > a { padding: 15px; color: #fff;}
.siteMenus.mobile ul { background:#1b2330;}
.siteMenus.mobile ul ul { position: relative; opacity: 1; visibility: visible; width: auto; display: none; -moz-transition: none; -webkit-transition: none; -o-transition: color 0 ease-in; transition: none; }
.siteMenus.mobile ul ul li a{color: #fff; padding: 8px 15px;}
.siteMenus.mobile ul ul ul { left: auto; top: auto; }
.siteMenus.mobile li.drop-left ul ul { right: auto; }
.siteMenus.mobile > ul { border-top: 1px solid rgba(255, 255, 255, .15); }
.siteMenus.mobile .menu-toggle, .siteMenus.mobile .dd-toggle, .siteMenus.mobile .close-menu{ display: inline-block;}
.siteMenus.mobile li.has-sub > a:after, .siteMenus.mobile li li.has-sub > a:after, .siteMenus.mobile li.drop-left li.has-sub > a:after { display: none; }
/* left and right positions */
.siteMenus.mobile.right > ul { position: fixed; top: 0; bottom: 0; width:350px; max-width: 100%; overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch;z-index:11; }
.siteMenus.mobile.right > ul { right: 0; }
.siteMenus.mobile.right .close-menu{ display: inline-block; text-align: left;padding:10px;width:auto; }
.enquiryBtn a {display: inline-block;background:#F7B731;color: #000;border-radius: 25px;padding:10px 25px; font-weight:600; margin-left: 20px;}
.enquiryBtn a:hover {background: #ffffff; color: #1c1d24;}
  /*================= Menu Css ====================*/


/*--------------- Immresion -----------*/
.imressionmain{padding: 70px 0;}
.imression{background: #F2F1F3; border-radius: 20px; padding:50px; color:#1C1D24; font-size: 25px; font-weight: 600; border:1px solid #6262621c;}
.imInfo label{font-size: 25px; font-weight: 600; margin-bottom: 15px;}
.imInfo pl{font-size:16px; line-height: 25px;}
.addressIm p:first-child{font-weight: 600;}
.imInfo{margin-bottom: 40px;}


/*----------- Blog -------*/
.blogList{padding-bottom: 70px;}
.blogList h5{font-size:30px; color: #1C1D24; font-weight: 600;}
.blogTitle p{max-width: 50%; margin-top: 20px; font-size:16px; font-weight: 400; line-height:25px; color: #626262;}
.blogList hr{margin: 40px 0;}
.hr-tab-btns .btn {
  border-radius: 20px;
  padding: 5px 20px;
  margin-right: 8px;
  font-size: 15px;
  font-weight: 400;
}

/* Card styling */
.hr-card {
  border: 1px solid #6262621c;
  border-radius:25px;
  box-shadow: none;
  transition: box-shadow 0.4s ease;
  overflow: hidden;
}

.hr-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* Image styling with smooth zoom */
.hr-card .card-img-top {
  border-radius: 10px;
  transition: transform 0.4s ease;
  height: 300px;
  object-fit: cover;
}

.hr-card:hover .card-img-top {
  transform: scale(1.05);
}

/* Title styling */
.hr-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color:#1C1D24;
  margin-top: 10px;
  height: 50px;
}

/* Animate cards on load: fade in + slide up */
.hr-item {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: calc(var(--i) * 0.1s);
}

/* Define card animation keyframes */
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Animated badges: subtle pulse on load */
.hr-badge {
  font-size: 15px;
  font-weight:300;
  background: #F2F1F3;
  border-radius: 20px;
  padding: 5px 20px;
  animation: badgePulse 1.8s ease-in-out forwards;
  animation-delay: calc(var(--i) * 0.2s + 0.6s); /* appear after card loads */
  opacity: 0;
  margin-top: 10px;
}

.hr-badge:hover {
  background:#1C1D24;
  color:#fff;
}

/* Badge pulse keyframes */
@keyframes badgePulse {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.hr-header {
  margin-bottom: 1.5rem;
}


/*------------------- BLog Detail ---------------*/
.blogDetail{padding:70px 0;}
.blogDetail h1{color:#1C1D24; font-size: 35px; font-weight: 600; line-height: 50px;}
.blogDetail .tags{padding:25px 0; display: flex; align-items: center; gap: 20px;}
.blogDetail .tags li{color:#1C1D24; font-size: 15px; font-weight: 400;}
.blogDetail .tags li span{background:#F2F1F3; display: inline-block; padding: 5px 25px; border-radius: 25px;}
.blogSubTitle{font-size: 24px; font-weight: 600; margin-bottom: 15px;}
.blogInCnt{margin-top: 25px;}
.blogInCnt p span{font-weight: 600;}
.newsletter-box {background-color: #f1f2f3 !important;}
.newsletter-box .form-control {min-height: 48px;}
.newsletter-box .btn {min-height: 48px;white-space: nowrap;}
.socialmediaBlog{display: flex; gap: 20px; margin-top:20px;}
.brdradius {border-radius: 20px;}



/*==================== Media Query ====================*/
@media all and (max-width:1199px) {
.logoSize{display: none;}
.banner,.about,.expSection,.serSection,.presentation,.portfolio,.overview,.blogDetail,.gallery,.designTool,.googleAds,.policy,.ourClient,.weTeam,.accordionMenu,.contact,.brands,.team,.blogSection,.formEnquery,footer,.servicesSection,.kundenSection{padding: 30px 0;}
.about h1{line-height: 34px;font-size: 20px;}
.imressionmain{padding: 30px 0;}
.formBox .leftForm .boxForm{padding: 30px;}
.formBox h3{font-size: 22px;}
.boxForm button{margin-left: 0;}
.div-block-21 label{font-size: 18px;}
.expBox h2{font-size: 21px;line-height: 34px;}
.banner label{font-size:50px;line-height:inherit; margin-bottom: 0;}
.banner .aboutTitle{font-size:40px;line-height: normal; margin-bottom: 20px;}
.presentation h3{font-size: 19px;}
.servicesSection .sBox label{font-size: 17px;}
.servicesSection .sBox img{width: 35px;}
.readBtn a{padding:9px 10px 9px 10px; font-size: 14px;line-height: 32px;}
.div-block-21{padding: 25px;}
.weCnt{width: 100%; min-height: auto;font-size: 15px;line-height: 25px;padding: 26px;}
.overview h4{font-size: 17px;margin-top: 25px;line-height:28px;}
.contact h6{font-size: 30px;}
.banner h2::after{display: none;}
}
@media all and (max-width:991px) {
.blogBox{margin-bottom: 25px;}
.portfolio h4,.blogSection h5{flex: 0 0 70%; font-size: 20px;}
.expSection figure{display: none;}
.portfolio img{margin-bottom: 16px;}
.whtBox {padding: 22px;height: 100%;}
.whtBox p {font-size: 17px;line-height: 28px;}
.blueBox{margin-bottom: 25px;}
.howTitle{font-size: 26px;}
.howBox h3{font-size: 19px;}
.titleQuery h2{font-size: 21px;}
.serSection .col-md-5{margin-bottom: 25px;}
.talkBtn{font-size: 14px; margin-right: 20px;}
.banner .aboutTitle{font-size:30px;line-height: normal; margin-bottom: 20px;}
.blogDetail h1{font-size: 24px; line-height: normal;}
.blogInCnt h2{font-size: 20px;}
.blogInCnt h3{font-size: 18px;}



}

@media all and (max-width:767px) {
    .banner label{font-size:28px;line-height: normal;text-align: left;}
    .designList li{font-size: 15px; margin-right: 15px;}
    .banner p{font-size: 15px; text-align: left; line-height: 20px;}
    .logoSize{display: none;}
    .menuLogo{display: block; margin: 0 auto;}
    .banner p{min-width: 100%;}
    .about h1{font-size: 15px;line-height: normal;}
    .servicesSection{padding-top: 30px;}
    .about p,.expBox p{font-size: 14px;line-height: 20px;}
    .expBox h2{line-height: normal;font-size: 24px;}
    .expSection figure figcaption{text-align: center;}
    .readBtn{margin-bottom: 20px; text-align: left !important;}
    .portfolio label,.blogSection h5{font-size: 12px;line-height: normal;flex: 0 0 60%;}
    .portfolio figure figcaption{margin-bottom: 15px; padding-top: 0 !important;}
    .testBox p{line-height: 22px;font-size: 14px;}
    .testBox{padding: 30px;}
    .ourClient ul li{flex: 0 0 50%;}
    .ourClient ul li img.clients-icon {height: max(26px,1rem);}
    .faqTitle{font-size: 15px;}
    .formBox{flex-direction: column; flex: 0 0 100%; padding: 15px;}
    .formBox .leftForm{width: 100%;}
    .formBox .leftForm .boxForm{padding: 28px;}
    .formBox h3{font-size: 15px;}
    .copyRight a{font-size: 13px;padding-left: 20px;}
    .blogBox{margin-bottom: 25px;}
    .cnt label{font-size: 18px;line-height: 40px;}
    /*---- Agentur Page ---*/
    .banner .aboutTitle{font-size:30px;line-height:normal; text-align: left; margin-bottom: 20px;}
    .readBtn{text-align: center;}
    .servicesSection .sBox img{width: 40px; margin-right: 10px; align-self: start;}
    .servicesSection .sBox label{margin-bottom: 0;line-height: normal;}
    .servicesSection .sBox div{line-height: 10px;}
    .servicesSection .sBox label{font-size: 17px; margin-bottom: 0px;}
    .servicesSection .sBox p{font-size: 13px;}
    .presentation h2{font-size: 13px;line-height: 20px; margin-bottom: 20px;}
    .presentation h3{font-size: 13px;line-height: 20px; margin-bottom: 20px;}
    .contact h6{font-size:16px;}
    .contact p{width: 100%; line-height: 25px; font-size: 16px;}
    .banner h2 span{text-align: left;font-size: 15px;}
    .banner h2 span::after,.banner h2 span::before{display: none;}
    .brandLogo{justify-content: start;margin-right: 15px;}
    .about h2{line-height: 30px;font-size: 17px; margin-bottom: 15px;}
    .div-block-21 p{font-size: 14px; line-height: 22px;}
    .viewWork{font-size: 13px; margin: 0;}
    .portfolio figure figcaption{font-size: 18px;}
    .portfolio figure figcaption span{font-size: 12px;}
    .kundenSection h3,.kundenSection h4{font-size: 15px; margin-bottom: 0px;}
    .ourClient h3{font-size: 18px; margin: 0;}
    .accordion .accordion-button{font-size: 13px;}
    .cnt p{padding: 14px;} 
    .boxForm input{font-size: 14px;}
    .teamBox label{font-size: 16px;}
    .teamBox p{font-size: 12px;}
    .teamDetail label{font-size: 18px; margin-top: 15px;}
    .button_container{width:28px;}
    .presentation p{font-size: 14px; line-height: 22px;}
    .overview img{margin-top: 30px;}
    .filter-button{font-size: 14px;}
    .hireTitle {margin-bottom: 40px;}
    .hire_us_Form{max-width: 90%;}
    .cnAddress{padding: 25px 24px;}
    .cnAddress label{font-size: 24px;}
    .haveQues h2{font-size: 20px;}
    .formMain h2{font-size: 24px;}
    .haveQues p{font-size: 14px;line-height: 22px;}
    .smlyImg{display: none;}
    .policyBox h3{font-size: 20px;}
    .policyBox p{font-size: 14px; line-height: 22px;}
    .policySe p{font-size: 14px;line-height: 25px;}
    .designTool ul{flex-wrap: wrap;}
    .designTool ul li{margin-bottom: 20px;flex: 0 0 50%; }
    .designTool h3 {font-size: 18px;}
    .designTool ul li label {font-size: 15px;}
    .designTool ul li img{height: 3rem;}
    .policySe h2 {font-size: 18px;}
    .titleQuery h2{font-size: 26px;}
    .whtBox p{font-size: 14px;line-height: 24px;}
    .blueBox{margin: 20px 0; padding:0 30px;}
    .blueBox ul li{flex: 0 0 45%;}
    .blueBox ul li h3{font-size: 24px;}
    .howTitle{font-size: 16px;}
    .howBox label{font-size: 15px;}
    .howBox h3{font-size: 19px;}
    .formBox .leftForm p{padding: 0;}
    .boxLogo{display: block !important; text-align: center; padding: 20px;}
    .boxLogo h3 {font-size: 17px;margin-bottom: 20px;}
    .overlay ul li a{font-size: 20px;}
    .copy {font-size: 14px;}
    header .hireUs2 li a {font-size: 13px;}
    .brandLogo li {flex: 0 0 15%;margin-right: 10px;}
    .about .viewWork{margin: 20px 0;}
    .blogBox a{padding: 0;}
    .readMore2{padding: 0;}
    .servicesSection .sBox a{padding: 0px;}
    .gallery .rounded{margin-bottom: 15px;}
    .wirSec h1{font-size: 16px;}
    .listQr li{font-size: 11px;}
    .boxLogo h2{padding-bottom: 20px;margin: 0;font-size: 17px; line-height: 24px;}
    .titleQuery p{font-size: 14px;line-height: 22px; margin-top: 10px;} 
    .howBox p{font-size: 13px;line-height: 22px;}
    .talkBtn{display: none;}
    .logoTOp img{width: 120px;}
    .enquiryBtn a{margin: 0 20px 0 0;}
    .imression{padding: 30px;}
    .imression h1{font-size: 20px;}
    .blogTitle p{max-width: 100%;}
    .hr-tab-btns.mt-2.mt-md-0 {display: flex;flex-wrap: wrap;gap: 10px;}
    .hr-tab-btns .btn{flex-basis: 40%;}
    .siteMenus li{clear: both;}
    .wp-pagenavi {clear: both;display: flex;flex-wrap: wrap;}
    .blogDetail h1 {font-size: 14px;line-height: normal;}
    .heateor_sss_sharing_title {margin-bottom: 10px;}
    .blogList hr {margin: 20px 0;}
    .hr-title{font-size: 15px;}
    
}
