/* common css start */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    overflow-x: hidden;
     font-family: "Open Sans", sans-serif;
}
a{
    text-decoration: none;
     font-family: "Open Sans", sans-serif;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
img{
    vertical-align: middle;
}


/* common css end */

/* topbar */
#quicktech-topbar {
	padding: 11px 0;
	background-color: white;
	border-bottom: 1px solid #ddd;
	/* position: absolute;
	top: 0;
	width: 100%; */
}

.quicktech-desktop-menu{
    padding-top: 23px
}
.quicktech-topbar-left ul{
    display: flex;
  gap: 17px;
}

.quicktech-topbar-right ul{
     display: flex;
  gap: 17px;
  justify-content: right;
}

.quicktech-topbar-left ul li{
    font-size: 13px;
  font-weight: 500;
  color: black;
}

.quicktech-topbar-right ul li a{
    font-size: 13px;
  font-weight: 500;
  color: black;
}



.donate{
    padding: 7px 20px;
  background-color: #da2127;
  color: white !important;
  border-radius: 5px;
}


/* topbar */


/* navbar */
.quicktech-desktop-menu ul{
 display: flex;
  gap: 28px;
  justify-content: end;
  align-items: center;
}

.quicktech-desktop-menu ul li a{
    color: black;
    font-weight: 500;
        transition: 0.3s ease;
}

.quicktech-desktop-menu ul li a:hover{
    color: #da2127;

}
.quicktech-topbar-right ul li{
    color: black;
}
.quicktech-desktop-menu ul li i{
   font-size: 20px;
}
#quicktech-desktop-navbar {
	background-color: white;
	padding: 4px 0;
	box-shadow: 0 8px 12px rgba(0, 0, 0, 0.06);
	position: sticky;
	top: 0;
	z-index: 9999;
}
.quikctech-search-wrap {
  position: relative;
}

.quikctech-s-input {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  width: 200px;
  background: #fff;
  padding-right: 30px;
  border: 1px solid #ddd;
  border-radius: 4px;
  z-index: 99;
}

.quikctech-s-input.show {
  display: flex;
}

.quikctech-search-input {
  width: 100%;
  padding: 6px 10px;
  border: none;
  outline: none;
}

.quikctech-s-input button{
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
}


/* navbar */

/* banner */
.swiperbanner{
    height: 800px;
}


.z-index{
    z-index: 999999;
}


.quikctech-banner-text{
    position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.quikctech-banner-text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 150px;
}

.quikctech-banner-text h1{
    color: white;
  font-size: 60px;
}

.quikctech-banner-text p{
    color: white;
  max-width: 600px;
}

.quikctech-banner-button{
    display: flex;
  gap: 25px;
}
.quikctech-banner-btn{
    padding: 6px 30px;
  background-color:#00a652;
  color: white;
  font-weight: 600;
  border-radius: 4px;
  border: 2px solid transparent;
  transition: 0.3s ease;
}

.quikctech-banner-btn:hover{
    background-color: transparent;
    color: white;
    border: 2px solid #00a652;
    
}

.quikctech-banner-know-btn{
        padding: 6px 30px;
  background-color:#da2127;
  color: white;
  font-weight: 600;
  border-radius: 4px;
  border: 2px solid transparent;
    transition: 0.3s ease;
}
.quikctech-banner-know-btn:hover{
    background-color: transparent;
    color: white;
    border: 2px solid #da2127;
}

.swiper-button-next, .swiper-button-prev {
	
	color: white !important;
	
}
/* banner */

/* services */
.quikctech-service-main{
    display: flex;
  align-items: center;
  gap: 31px;
}

.quicktech-service-inner {
	background-color: #f4f8fc;
	padding: 20px;
}

.quikctech-service-text p {
	font-size: 16px;
	color: #898888;
	margin-bottom: 7px;
}
.quikctech-service-text h3{
    font-weight: 600;
    font-size: 24px;
}




/* services */

/* about */

.quikctech-about-title {
  color: #1c2c4c;
}

.quikctech-about-line {
  width: 80px;
  height: 3px;
  background: #00a652;
}

.quikctech-about-img {
  border: 8px solid #e6e6e6;
}

.quikctech-about-video-wrap {
  position: relative;
}

.quikctech-about-play {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: none;
	background: #00a652;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 28px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	border: 2px solid white;
}

.quikctech-about-btn {
  background: #00a652;
  color: #fff;
  font-weight: 600;
}

.quikctech-about-btn:hover {
  background: #c95717;
}

.quikctech-about-text{
    padding-left: 56px;
}

.quikctech-about-text p{
   color: #898888;
    margin-bottom: 20px;
    line-height: 1.8;
}

/* about */


/* causes */
.quikctech-causes-section {
  background: #f4f7fc;
}

.quikctech-causes-subtitle {
  color: #00a652;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 600;
}

.quikctech-causes-title {
  color: #1b2b4a;
}

.quikctech-causes-line {
  width: 80px;
  height: 3px;
  background: #00a652;
}

.quikctech-causes-card {
	border: 1px solid #e5e8ee;
	background: #fff;
	border-radius: 4px;
	transition: 0.3s;
	height: 523px;
}

.quikctech-causes-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.quikctech-causes-img-wrap {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  overflow: hidden;
}

.quikctech-causes-pill {
  background: #f1f4fa;
  border-radius: 25px;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  color: black;
}

.quikctech-causes-heading {
  color: #1b2b4a;
}

.quikctech-causes-text {
  color: #7a8496;
  font-size: 15px;
}



/* causes */


/* counter */
.quicktech-counter-section {
  
  position: relative;
  padding: 90px 0 !important;
}

.quicktech-counter-overlay {
  position: absolute;
  inset: 0;
background: rgba(0, 0, 0, 0.69);
}

.quicktech-counter-number {
  font-size: 46px;
  color: #fff;
}

.quicktech-counter-label {
  font-size: 17px;
  margin-top: 5px;
  opacity: 0.9;
  color: #ddd;
}

.quicktech-counter-section .col-md-3:not(:last-child) {
  border-right: 1px solid rgba(255,255,255,0.35);
}



/* counter */

/* gallery */

.quicktech-gallery-title {
    font-weight: 700;
    color: #1f2b45;
}

.quicktech-gallery-underline {
    width: 40px;
    height: 2px;
    background: #00a652;
    margin: 10px auto 0;
}

/* Tabs */
.quicktech-gallery-tabs .nav-link {
    border: none;
    color: #666;
    font-size: 14px;
    padding: 6px 18px;
    margin: 0 5px;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.quicktech-gallery-tabs .nav-link.active {
    background: #00a652;
    color: #fff;
}

/* Images */
.quicktech-gallery-img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    cursor: pointer;
}
.quicktech-modal-content {
    background: transparent;
    border: none;
    position: relative;
    text-align: center;
}

.quicktech-modal-content img {
    max-width: 100%;
    max-height: 90vh;
}

.quicktech-modal-close {
    position: absolute;
    top: -10px;
    right: 0;
    background: none;
    border: none;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}


/* gallery */

/* valunteer */
#quicktech-valunteer{
    background: #f4f7fc;
    padding: 60px 0;
}

.quicktech-volunteer-text {
	/* background-color: white; */
	/* padding: 10px; */
	text-align: left;
	padding: 16px;
}

.quikctech-volunteer-img{
    height: 476px;
    overflow: hidden;
}

.quikctech-volunteer-img img{
    height: 100%;
    transition: 0.3s ease;
}


.quicktech-volunteer-text h4{
    font-weight: 600;
}

.quicktech-volunteer-text p {
	font-weight: 500;
	color: #00000096;
}
/* volunteer */

/* event */

.quikctech-event-date{
    display: flex;
    gap: 10px;
}

.quikctech-event-date p{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.575);
    font-weight: 500;
}

.quicktech-event-text {
	padding: 10px;
	background-color: #f4f7fc;
	/* border-radius: 5px; */
}
.quicktech-event-text h4{
    color: black;
}
/* event */


/* news */

.quikctech-news-card {
    width: 100%;
    background: #f5f9fd;
    border-radius: 2px;
    overflow: hidden;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Image */
.quikctech-news-img-wrap img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

/* Content box */
.quikctech-news-content {
    background: #f4f7fc;
    padding: 28px 26px 24px;
}

/* Title */
.quikctech-news-title {
    font-size: 22px;
    line-height: 1.35;
    font-weight: 700;
    color: #142a4f;
    margin: 0 0 14px;
}

/* Description */
.quikctech-news-desc {
    font-size: 15px;
    line-height: 1.7;
    color: #7a8795;
    margin: 0 0 22px;
}

/* Meta */
.quikctech-news-meta {
    display: flex;
    align-items: center;
    gap: 10px;
}

.quikctech-news-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
}

.quikctech-news-author {
    font-size: 14px;
    font-weight: 600;
    color: #142a4f;
}

.quikctech-news-divider {
    color: #a0acb8;
    font-size: 14px;
}

.quikctech-news-date {
    font-size: 14px;
    color: #7a8795;
}


/* news */

/* newsletter */

.newsletter-inner{
    background: #f4f7fc;
    padding: 60px 0;
   
}

.newsletter-inner h2{
    color: black;
    font-weight: 700;

}

.newsletter-inner p{
    color: rgba(0, 0, 0, 0.527);
}

.quikctech-subs-form{
    position: relative;
    width: 50%;
    	margin: auto;
}

.quikctech-subs-form input {
	width: 100% !important;
	padding: 10px;
}

.quikctech-newsletter-btn {
	position: absolute;
	top: 6px;
	right: 5px;
	padding: 4px 20px;
	background-color: #00a652;
    color: white;
    font-weight: 600;
    border-radius: 5px;
    border: 1px solid #ddd;
}
/* newsletter */


/* footer */
.quicktech-footer-wrapper {
    background: #f4f8fb;
    padding-top: 70px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.quicktech-footer-main {
    padding-bottom: 50px;
}

/* Logo */
.quicktech-footer-logo {
    font-size: 24px;
    font-weight: 700;
    color: #1f2b45;
    margin-bottom: 16px;
}

.quicktech-footer-text {
    font-size: 14px;
    color: #7a8795;
    line-height: 1.7;
}

/* Social */
.quicktech-footer-social {
    margin-top: 18px;
}

.quicktech-footer-social a {
    margin-right: 14px;
    font-size: 16px;
    color: #1f2b45;
    text-decoration: none;
}

/* Titles */
.quicktech-footer-title {
    font-size: 18px;
    font-weight: 600;
    color: #1f2b45;
    margin-bottom: 20px;
}

/* Links */
.quicktech-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.quicktech-footer-links li {
    margin-bottom: 10px;
}

.quicktech-footer-links a {
    font-size: 14px;
    color: #7a8795;
    text-decoration: none;
}

/* Contact */
.quicktech-footer-contact {
    list-style: none;
    padding: 0;
    margin: 16px 0 0;
}

.quicktech-footer-contact li {
    font-size: 14px;
    color: #7a8795;
    margin-bottom: 10px;
}

/* Instagram */
.quicktech-footer-instagram {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
}

.quicktech-footer-instagram img {
    width: 100%;
    height: 70px;
    object-fit: cover;
}

/* Bottom */
.quicktech-footer-bottom {
    background: #eaf1f6;
    text-align: center;
    padding: 14px 0;
    font-size: 13px;
    color: #7a8795;
}



/* footer */

/* donate */
#quicktech-page-banner{
	/* padding: 81px 0; */
	position: relative;
	height: 322px;
}

.page-overlay{
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.69);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.quicktech-banner-content {
    padding: 111px 0;
}
.quicktech-banner-content  h2{
    color: white;
  font-weight: 600;
  font-size: 37px;
}

.quicktech-banner-content ul li a{
    color: white;
}

.quikctech-donate-form .qt-card{
    background:#fff;
    border-radius:14px;
    padding:26px 28px;
    margin-bottom:22px;
    box-shadow:0 10px 30px rgba(0,0,0,0.06);
}

/* Headings */
.quikctech-donate-form h5{
    font-size:16px;
    font-weight:600;
    color:#0f172a;
    margin-bottom:14px;
}

/* Inputs */
.quikctech-donate-form .form-control {
	height: 46px;
	border-radius: 8px;
	border: 1px solid #00a6522e;
	font-size: 14px;
}

.quikctech-donate-form textarea.form-control{
    height:100px;
    resize:none;
}

/* Radio */
.quikctech-donate-form .form-check-input{
    accent-color:#22c55e;
}

/* Button */
.quikctech-donate-form .qt-btn{
    background:#00a652;
    border:none;
    color:#fff;
    padding:14px 42px;
    font-size:15px;
    font-weight:600;
    border-radius:30px;
}

.quikctech-donate-form .qt-btn:hover{
    background:#ff6428;
}

.quicktech-banner-content ul {
	display: flex;
	gap: 15px;
	justify-content: center;
}

.quicktech-banner-content ul li{
    color: white;
}
/* donate */


/* causes single */
.causes-singlebar{
    width:100%;
   
}

/* Percentage text */
.causes-singlebar .csb-percent{
    text-align:center;
    font-size:15px;
    color:#bdbdbd;
    margin-bottom:6px;
}

/* Track */
.causes-singlebar .csb-track{
    width:100%;
    height:4px;
    background:#eeeeee;
    border-radius:4px;
    overflow:hidden;
}

/* Fill */
.causes-singlebar .csb-fill{
    height:100%;
    background:#00a652;
    border-radius:4px;
}

.causes-single-raised ul{
    display: flex;
 
  justify-content: space-between;
  margin-top: 15px;
}

.causes-single-raised ul li {
	color: rgba(0, 0, 0, 0.49);
}
.quikctech-single-text p{
    color: rgba(0, 0, 0, 0.527);
}

.quikctech-single-text h3{
    font-weight: 600;
    font-size: 26px;
}

.quikctech-single-text ul {
	padding-top: 13px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.quikctech-single-text ul li {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.575);
   
}
.quikctech-single-text ul li i{
    font-size: 10px !important;
     margin-right: 8px;
     color: #00a652;
}

.quicktech-causessingle-left{
    padding: 20px;
  background-color: white;
 
  box-shadow: 0px 1px 40px 0px rgba(40, 63, 116, 0.1);
}

.quikctech-donatenow a{
    padding: 6px 25px;
    background-color: #00a652;
    color: white;
    font-weight: 600;
    border-radius: 4px;
}

.quikctech-causesingle-widget{
    background-color: white;
  padding: 13px;
    box-shadow: 0px 1px 40px 0px rgba(40, 63, 116, 0.1);
}

.psoo{
    position: relative;
}

.psoo input{
    width: 100%;
    padding: 6px;
    background-color: #f4f7fc;
    border: none;
    padding-left: 20px;
}
.psoo button {
	position: absolute;
	right: 2px;
	top: 1%;
	border: none;
	background-color: #00a652;
	padding: 5px 10px;
	color: white;
}

.quikctech-causesingle-widget h4{
    font-size: 20px;
}

.quikctech-recent-post-single a{
    display: flex;
  gap: 13px;
}

.quikctech-recent-post-content h5{
    font-size: 16px;
    font-weight: 600;
    color: #1f2b45;
}

.quikctech-recent-post-content span{
    font-size: 13px;
  color: #0000009e;
}

.quikctech-tags{
    display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.quikctech-tags a {
	padding: 6px 20px;
	border: 1px solid #0006;
	color: #000000ab;
	font-weight: 600;
	font-size: 12px;
}

.quicktech-comment{
    max-width:760px;
    margin:auto;
    font-family: "Inter", sans-serif;
}

/* Comment Item */
.quicktech-comment-item{
    display:flex;
    gap:18px;
    background:#f7faff;
    padding:22px;
    border-radius:12px;
    margin-bottom:18px;
}

/* Avatar */
.quicktech-comment-avatar img{
    width:54px;
    height:54px;
    border-radius:50%;
    object-fit:cover;
}

/* Content */
.quicktech-comment-content{
    flex:1;
}

/* Header */
.quicktech-comment-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.quicktech-comment-header h5{
    font-size:16px;
    font-weight:600;
    margin:0;
    color:#0f172a;
}

.quicktech-comment-reply{
    font-size:13px;
    color:#00a652;
    text-decoration:none;
    font-weight:500;
}

/* Date */
.quicktech-comment-date{
    display:block;
    font-size:13px;
    color:#8b97a6;
    margin:6px 0 10px;
}

/* Text */
.quicktech-comment-content p{
    font-size:14px;
    color:#6b7280;
    line-height:1.6;
    margin:0;
}

/* Form */
.quicktech-comment-form{
    margin-top:40px;
}

.quicktech-comment-form h4{
    font-size:20px;
    font-weight:700;
    color:#0f172a;
    margin-bottom:18px;
}

.quicktech-comment-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
    margin-bottom:14px;
}

.quicktech-comment-form input,
.quicktech-comment-form textarea{
    width:100%;
    border:none;
    background:#f7faff;
    padding:14px;
    font-size:14px;
    border-radius:8px;
    outline:none;
}

.quicktech-comment-form textarea{
    height:120px;
    resize:none;
    margin-top:14px;
}

/* Button */
.quicktech-comment-form button{
    margin-top:18px;
    padding:10px 26px;
    background:#00a652;
    border:none;
    border-radius:20px;
    font-size:14px;
    cursor:pointer;
    color: white;
}

.quikctech-event-map iframe{
    width: 100% !important;
    height: 500px !important;
}

.quikctech-author-details ul{
    display: flex;
  gap: 31px;
  align-items: center;
}
.quikctech-author-details ul li img{
    width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 5px;
}
.quikctech-author-details ul li{
    font-size: 14px;
  color: #00000070;
}
/* causes single */


/* news details */

.quicktech-news-inn {
	background-color: #f4f8fc;
	padding: 30px;
	display: flex;
	align-items: first baseline;
	gap: 15px;
}

.quicktech-news-inn h5{
    font-size: 25px;
  color: #0000008c;
}

.quicktech-single-causes-text h3{
    font-weight: 600;
}

.quikctech-news-social{
    display: flex;
    justify-content: space-between;
    background-color: white;
    padding: 30px;
    box-shadow: 0px 1px 40px 0px rgba(40, 63, 116, 0.1);
}

.tags-news{
    display: flex !important;
  flex-direction: row !important;
  gap: 17px;
  padding-top: 0 !important;
}

.tags-news li {
	border: 1px solid rgba(0, 0, 0, 0.425);
	padding: 5px 18px;
	border-radius: 20px;
    background-color: #f4f8fc;
    
}

.social-news{
    flex-direction: row !important;
    padding-top: 0 !important;
}

.social-news li a i{
    font-size: 14px !important;
    color: #0000008c !important;
}

.quikctech-author-news {
	display: flex;
	gap: 20px;
	background-color: #f4f8fc;
	padding: 30px;
}
.quikctech-author-news img{
    width: 150px;
  height: 150px;
  border-radius: 50%;
}

.quikctech-author-news-text a{
    padding: 7px 20px;
  border: 1px solid #ddd;
  border-radius: 20px;
  color: #00000087;
  font-weight: 600;
}
/* news details */

/* conact */
.quicktech-contact-title{
  font-size:32px;
  font-weight:700;
  color:#1a2634;
}

.quicktech-contact-text{
  color:#697586;
  line-height:1.6;
  max-width:600px;
}

.quicktech-contact-icon{
  width:55px;
  height:55px;
  background:#f3f8ff;
  display:flex;
  justify-content:center;
  align-items:center;
  font-size:22px;
  color:#0d6efd;
}

.quicktech-contact-label{
  color:#1a2634;
  font-size:18px;
}

.quicktech-contact-subtext{
  font-size:15px;
  color:#687587;
}

.quicktech-contact-input{
  background:#f3f8ff;
  border:0;
  height:52px;
  font-size:15px;
  padding-left:15px;
}

.quicktech-contact-input:focus{
  outline:none;
  box-shadow:none;
  border:1px solid #0d6efd;
}

.quicktech-contact-input::placeholder{
  color:#9a9fb0;
}

textarea.quicktech-contact-input{
  padding-top:15px;
  resize:none;
}

.quicktech-contact-btn{
  background:#00a652;
  color:#fff;
  font-weight:600;
  padding:12px 30px;
  border-radius:5px;
}
.quicktech-contact-btn:hover{
  opacity:.85;
}

.quicktech-contact-icon i{
    color: black;
}

/* contact */

/* login */



.quicktech-login-box{
  background:transparent;
}

.quicktech-login-title{
  font-size:32px;
  font-weight:700;
  color:#0f1d31;
}

.quicktech-login-subtitle{
  color:#6c788a;
  font-size:15px;
}

.quicktech-login-label{
  font-weight:600;
  color:#475467;
  margin-bottom:3px;
  font-size:15px;
}

.quicktech-login-input{
  background
  :#f3f8ff;
  height:52px;
  border:0;
  box-shadow:none;
  font-size:15px;
  padding-left:15px;
}

.quicktech-login-input:focus{
  border:1px solid #adc5e5;
  box-shadow:none;
}

.quicktech-login-eye{
  position:absolute;
  right:15px;
  top:50%;
  transform:translateY(-50%);
  color:#8a97a5;
  cursor:pointer;
}

.quicktech-login-remember{
  font-size:14px;
  color:#717d8d;
}

.quicktech-login-forgot{
  font-size:14px;
  color:#476c97;
  text-decoration:none;
}

.quicktech-login-btn{
  background:#f47c4b;
  color:#fff;
  padding:12px;
  font-weight:600;
  border-radius:4px;
}

.quicktech-login-btn:hover{
  opacity:.9;
}

.quicktech-login-or-wrap{
  display:flex;
  align-items:center;
  justify-content:center;
}

.quicktech-login-or-line{
  flex:1;
  height:1px;
  border-bottom:1px dotted #939aa7;
}

.quicktech-login-or-text{
  margin:0 10px;
  font-weight:600;
  color:#404c5c;
}

.quicktech-login-social{
  width:42px;
  height:42px;
  border-radius:4px;
  display:inline-flex;
  justify-content:center;
  align-items:center;
  color:#fff;
  border:0;
  font-size:17px;
  margin:0 5px;
}

.quicktech-login-social.fb{background:#3b5998;}
.quicktech-login-social.tw{background:#1da1f2;}
.quicktech-login-social.li{background:#0077b5;}

.quicktech-login-bottom{
  color:#465569;
  font-size:15px;
}


/* login */



/* mobile nav*/

#quicktech-mobile-navbar{
    display: none;
}

.quicktech-logo a img{
    width: 90% !important;
}

#quicktech-mobile-navbar{
    padding: 6px 0px;
}

.quicktech-mobile-menu-icon{
    padding-top: 13px;
}
.quicktech-mobile-menu-icon {
  font-size: 22px;
  cursor: pointer;
}

/* Sidebar theme */
.quicktech-offcanvas {
  background-color: #f4f8fc;
  color: black;
  width: 280px !important;
  padding: 20px;
}

/* Header */
.quicktech-offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  padding-bottom: 12px;
}

.quicktech-title {
  font-size: 20px;
  font-weight: 700;
  color: black;
}

/* Remove default close look */


/* Nav links */
.quicktech-mobile-nav {
  margin-top: 25px;
}

.quicktech-mobile-nav li a {
  text-decoration: none;
  display: block;
  padding: 12px 0;
  font-size: 17px;
  font-weight: 500;
  color: black;
  transition: 0.3s;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.quicktech-mobile-nav li a:hover {
  color: black;
  padding-left: 8px;
}

/* Login button */
.quicktech-login-area {
  padding-top: 16px;
}

.quicktech-login-btn {
  display: block;
  text-align: center;
  padding: 6px 0;
  background: #00a652;
  color: white;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.3s;
}

.quicktech-login-btn:hover {
  filter: brightness(1.2);
}

.banner-img{
    height: 100%;
}

.banner-img img{
  object-fit: cover;
}
/* mobile nav */

.gapp{
    row-gap: 20px;
}

.quikctech-recent-post-single a img{
    height: 80px;
    width: 80px;
}

#quicktechImageModal{
    z-index: 9999999;
}

/* become a member */


.quicktech-becomemember-wrapper {

  max-width: 800px;
  margin: auto;
}
.quicktech-becomemember-form p {
  margin-bottom: 8px;
  font-size: 16px;
}
.quicktech-becomemember-checkbox-group label {
  margin-right: 10px;
  display: inline-block;
}
.quicktech-becomemember-textarea {
  resize: none;
}
.quicktech-becomemember-footer {
  font-size: 14px;
  border-top: 1px solid #000;
  padding-top: 8px;
}
.quicktech-becomemember-input {
  font-size: 16px;
}
.quicktech-becomemember-input::placeholder {
  font-size: 16px;
}


.quikctech-upload-pic{
    border: 1px solid #ddd  !important;
}


.quikctech-submit-btn button{
  padding: 7px 30px;
  background-color: #00a652;
  color: white;
  font-weight: 600;
  border-radius: 4px;
  border: 1px solid transparent;
}



.quikctech-s-inputs{
  position: relative;
}

.quikctech-s-inputs button{
  position: absolute;
  right: 6px;
  border: none;
  background-color: transparent;
  top: 5px;
}


.news-ticker-box {
	background: #00a65312;
	color: black;
	padding: 10px 15px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	box-shadow: 0px 1px 40px 0px rgba(40, 63, 116, 0.1);
}
.news-title {
  color: #da2127;
  font-weight: bold;
  margin-right: 15px;
  flex-shrink: 0;
}

.news-marquee {
	width: 100%;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 500;
}

.quicktech-videos iframe{
  width: 100% !important;
  height: 300px !important;
}

.quicktech-mobile-menus ul{
  display: flex;
  gap: 17px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

 .quicktech-mobile-menus{
  padding-top: 0;
}


.quikctech-top-mob-bar p{
  color: #da2127;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 2px;
}


