@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai+Looped:wght@300;400;500;600;700&amp;display=swap');

body {
    font-family: 'IBM Plex Sans Thai Looped', sans-serif;
    font-size: 17px;
}

.img-responsive {
    width: 100%;
    height: auto;
}

/* ====Navigation Section==== */
nav {
    padding: 15px 0;
}
nav h5 a {
    color: green;
    text-decoration: underline;
}
nav h5 a:hover {
    color: green;
    text-decoration: underline;
}
nav h2 {
    color: green;
}

/* ====Banner Section=== */
.banner {
    padding: 60px 0 30px;
}
.banner h2 {
    color: #333333;
}
.banner h3 {
    color: #807f7f;
}
.cust-btn {
    background-color: #2ca11c;
    padding: 15px 30px;
    color: #ffffff;
    border: 1px solid transparent;
	font-weight: bold;
	border-radius: 25px;
}
.cust-btn:hover {
    border-color: #414345;
    color: #ffffff;
    text-decoration: none;
}

/* ===All Section==== */
.all {
    padding: 80px 0;
    background-color: #F9F9F9;
}
.cust-btnn {
    background-color: #2ca11c;
    color: #fff;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 25px;
    border: 1px solid transparent;
}
.cust-btnn:hover {
    color: #fff;
    text-decoration: none;
    border-color: #414345;
}

/* ====Shop Section==== */
.shop {
    padding: 60px 0 30px;
}

/* ====Discount Section=== */
.discount {
    padding: 60px 0;
    background-image: linear-gradient(135deg,#12ad10 0,#595959 100%)!important;
    color: #fff;
}
.discount .container {
    border: 5px solid #fff;
    padding: 30px 0;
}

/* =====Footer Section=== */
footer {
    padding: 60px 0;
}
.pay {
    width: 50px;
    height: auto;
}
footer .custom-para {
    font-size: 14px;
}
footer a {
    display: block;
    font-size: 22px;
    color: #807F7F;
}
footer a:hover {
    color: #807f7f;
    text-decoration: none;
}
.logo img {
    width: 150px;
}

/* =======Contact Page=== */
section#contact {
    background-color: #222222;
    background-image: url('../../../../../artdnaswitchbd.com/componants/images/map-image.png');
    background-position: center;
    background-repeat: no-repeat;
}
section {
    padding: 30px 0PX;
}
section#contact .section-heading {
    color: white;
}
section#contact .form-group {
    margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}
section#contact .form-group input.form-control {
    height: auto;
}
section#contact .form-group textarea.form-control {
    height: 236px;
}
section#contact .form-control:focus {
    border-color: #fed136;
    box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}
.gellary_bg_none img{
	width: 100%;
	height: 250px;
}
section#contact :-moz-placeholder {
    /* Firefox 18- */
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}
section#contact ::-moz-placeholder {
    /* Firefox 19+ */
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}
section#contact :-ms-input-placeholder {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}
section#contact .text-danger {
    color: #e74c3c;
}

.about_our_company{
    text-align: center;
}
.about_our_company h1{
    font-size: 25px;
}
.titleline-icon {
    position: relative;
    max-width: 100px;
    border-top: 4px double #F99700;
    margin: 20px auto 20px;
}
.titleline-icon:after {
    position: absolute;
    top: -11px;
    left: 0;
    right: 0;
    margin: auto;
    font-family: 'FontAwesome';
    content: "\f141";
    font-size: 20px;
    line-height: 1;
    color: #F99700;
    text-align: center;
    vertical-align: middle;
    width: 40px;
    height: 20px;
    background: #ffffff;
}

/* ======Accounting Services Page==== */
/* ====Accounting Banner Section===== */
.accounting-banner {
    padding: 150px 0;
    background-image: url('../images/man-woman-working-office.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #fff;
    position: relative;
    z-index: 1;
}
.accounting-banner:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,1) !important;
    opacity: 0.35;
}

/* =====Clean Section==== */
.clean {
    padding: 60px 0;
}
.clean i {
    font-size: 35px;
    padding: 20px;
    border-radius: 50%;
    border: 1px solid #333333;
    margin-bottom: 15px;
}

/* ====Need Section==== */
.need {
    background-color: rgba(244,244,244,1) !important;
    padding: 60px 0;
}

/* ====Pricing Section=== */
.pricing {
    padding: 60px 0;
}
.pricing h1 {
    color: green;
}
.custom-price {
    border: 1px solid #222222;
    padding: 20px;
    min-height: 640px;
}

/* ====Interested Section==== */
.interested {
    padding: 80px 0;
    background-image: url('../images/meeting-room-with-black-chairs.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #fff;
    position: relative;
    z-index: 1;
}
.interested:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,1) !important;
    opacity: 0.35;
}

/* ====Privacy Policy Page==== */
.privacy-content {
    padding: 60px 0;
}
.privacy-content h4 {
    color: #12ad10;
}

/* ====Main Home Page=== */
.maintaining {
    padding: 60px 0;
}

/* ====General Banner Section=== */
.general-banner {
    padding: 150px 0;
    background-image: url('../images/1393269.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #fff;
    position: relative;
    z-index: 1;
}
.general-banner:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,1) !important;
    opacity: 0.35;
}

.custom-call {
    color:#2ca11c;
}

/*====QB Services Page====*/
.qb-nav {
    background-color:#007C19;
}

.cont-info a {
    font-size:18px;
}