@charset "utf-8";
/* CSS Document */

/* Table of Contents
-----------------------------------------------------------------------------
	1. Mobile
	2. Large Mobile
	3. iPad
	4. large desktop
	5. Other
*/

/* 1. Mobile responsive css 640px
------------------------------------------------------------------------------*/
@media (max-width:640px) {
/*--------- home page ------------*/
h1, .h1{ font-size: 28px; line-height: 40px; }
h2, .h2{ font-size: 24px; line-height: 36px; }
h5, .h5{ font-size: 18px; }
h6, .h6{ font-size: 16px; }

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"]{ padding: 0 10px; font-size: 14px; height: 34px; width: 100%; border-radius: 2px; }

p{ font-size: 16px; line-height: 24px; }
ul li{ font-size: 16px; line-height: 24px; }
ol li{ font-size: 16px; line-height: 24px; }

nav ul li{ font-size: 14px; line-height: 20px; letter-spacing: 1px; }

.container{ padding: 0 20px; box-sizing: border-box; }
.header-top{ padding-top: 18px; padding-bottom: 20px; }
.header-top .logo-cell .big-text{ font-size: 20px; line-height: 30px; }
.header-top .logo-cell .small-text{ font-size: 18px; line-height: 26px; letter-spacing: 1px; }
#wrapper{ padding-top: 94px; }
.about-sec{ padding-top: 40px; padding-bottom: 40px; }
.about-sec h1{ margin-bottom: 25px; }
.expertise-sec .two-col .col-right{ padding-left: 40px; }
.expertise-sec{ padding: 40px 0px; }
.services-sec{ padding-top: 40px; padding-bottom: 30px; }
.testimonial-sec{ padding: 40px 0 50px 0; }
.footer-top{ padding-top: 40px; padding-bottom: 30px; }
.footer-top .two-col .col-right p{ font-size: 11px; line-height: 18px; }
.f-info-box{ padding-top: 20px; }
.footer-btm .col-right ul li{ font-size: 13px; line-height: 20px; }
.faq-content-sec{ padding: 35px 0 40px 0; }
.faq-content-sec h2{ margin-bottom: 30px; }
.footer-btm .two-col{ flex-wrap: wrap; align-items: center; gap: 10px; }
.footer-btm .col-left{ display: block; text-align: center; width: 100%; }
.testimonial-sec .two-col .col-left h3{ font-size: 24px; line-height: 30px; }
.services-cell .two-col .col-right{ padding-left: 10px; width: calc(100% - 50px); }
.testimonial-sec .two-col .col-left{ width: 100%; padding-top: 0px; }
.testimonial-sec .two-col .col-right{ width: 100%; }
.header-btm{ display: none; }
.footer-top .col-right{ padding: 0 0px 0 30px; }
.footer-btm .col-right ul{ display: flex; flex-wrap: wrap; justify-content: center; }
form{ padding: 20px 10px; }
.about-sec .two-col{ flex-wrap: wrap; }
.about-sec .two-col .col-left{ width: 100%; padding-right: 0; }
.about-sec .two-col .col-right{ width: 100%; }
.expertise-sec .two-col{ flex-wrap: wrap; }
.expertise-sec .two-col .col-left{ width: 100%; margin-bottom: 30px; }
.expertise-sec .two-col .col-right{ width: 100%; padding-left: 0; }
.services-cell{ width: 100%; margin-bottom: 20px; padding-right: 0; }
.services-cell .two-col .col-left{ width: 60px; }
.services-grp .services-cell:last-child{ margin-bottom: 0; }
.testimonial-sec .two-col{ flex-wrap: wrap; }
#content-area .slick-dots{ bottom: -12px; }
.footer-top .two-col{ flex-wrap: wrap; }
.footer-top .two-col .col-left{ width: 100%; }
.footer-top .two-col .col-right{ width: 100%; padding-left: 0; }
.footer-top h4{ font-size: 20px; line-height: 23px; margin-bottom: 15px; }
.content-sec{ padding-top: 30px; padding-bottom: 20px; }
.content-sec h1{ font-size: 20px; margin-bottom: 10px; }
.content-sec .two-col{ display: flex; flex-wrap: wrap; }
.content-sec .two-col .col-left{ width: 100%; padding-right: 0; }
.content-sec .two-col .col-right{ width: 100%; padding-left: 0; }
.align-right-img{ max-width: 100%; width: 100%; margin-bottom: 25px; min-width: inherit !important; }
.content-sec .two-col .col-left:after{ display: none; }
.content-sec h6{ margin-top: 30px; }
.footer-top .two-col .col-left h2{ font-size: 22px; line-height: 33px; }
.btn{ padding: 10px 15px; font-size: 14px; line-height: 19px; border-radius: 3px; }

.contact-sec{ padding: 40px 0 40px 0; }
.contact-info .two-col{ flex-wrap: wrap; }
.contact-info .two-col .col-left{ width: 100%; margin-bottom: 30px; }
.contact-info .two-col .col-right{ width: 100%; padding-left: 0; }
.contact-form-info .two-col .col-right{ padding: 40px; box-sizing: border-box; }
.contact-info{ margin-bottom: 30px; }
.contact-info .two-col .col-left p{ margin-bottom: 0; }
.contact-form-info .two-col{ flex-wrap: wrap; }
.contact-form-info .two-col .col-left{ width: 100%; margin-bottom: 30px; }
.contact-form-info .two-col .col-right{ width: 100%; padding: 0; }

.mb-toggled.mb-closed{ display: block; }
.header-top .logo-cell{ padding-right: 55px; box-sizing: border-box; }

}

/* 2. Large Mobile responsive css 640px
------------------------------------------------------------------------------*/
@media (min-width:641px) and (max-width:767px) {

h1, .h1{ font-size: 34px; line-height: 45px; }
h2, .h2{ font-size: 26px; line-height: 38px; }

p{ font-size: 16px; line-height: 24px; }
ul li{ font-size: 16px; line-height: 24px; }
ol li{ font-size: 16px; line-height: 24px; }

nav ul li{ font-size: 14px; line-height: 20px; letter-spacing: 1px; }

.container{ padding: 0 20px; box-sizing: border-box; }
.header-top{ padding-top: 25px; padding-bottom: 25px; }
.header-top .logo-cell .big-text{ font-size: 30px; line-height: 40px; }
.header-top .logo-cell .small-text{ font-size: 24px; line-height: 36px; letter-spacing: 2px; }
#wrapper{ padding-top: 125px; }
.about-sec{ padding-top: 50px; padding-bottom: 30px; }
.about-sec h1{ margin-bottom: 40px; }
.expertise-sec .two-col .col-right{ padding-left: 40px; }
.expertise-sec{ padding: 50px 0px; }
.services-sec{ padding-top: 60px; padding-bottom: 40px; }
.testimonial-sec{ padding: 50px 0 50px 0; }
.footer-top{ padding-top: 50px; padding-bottom: 30px; }
.footer-top .two-col .col-right p{ font-size: 11px; line-height: 18px; }
.f-info-box{ padding-top: 20px; }
.footer-btm .col-right ul li{ font-size: 13px; line-height: 20px; }
.faq-content-sec{ padding: 50px 0 50px 0; }
.faq-content-sec h2{ margin-bottom: 30px; }
.footer-btm .two-col{ flex-wrap: wrap; align-items: center; gap: 10px; }
.footer-btm .col-left{ display: block; text-align: center; width: 100%; }
.testimonial-sec .two-col .col-left h3{ font-size: 24px; line-height: 30px; }
.services-cell .two-col .col-right{ padding-left: 15px; }
.testimonial-sec .two-col .col-left{ width: 180px; padding-top: 50px; }
.testimonial-sec .two-col .col-right{ width: calc(100% - 180px); }
.header-btm{ display: none; }
.footer-top .col-right{ padding: 0 0px 0 30px; }
.footer-btm .col-right ul{ display: flex; flex-wrap: wrap; justify-content: center; }
form{ padding: 20px 10px; }
.content-sec{ padding-top: 60px; padding-bottom: 50px; }
.content-sec h1{ font-size: 20px; margin-bottom: 10px; }
.content-sec .two-col .col-left{ width: 70%; padding-right: 30px; }
.content-sec .two-col .col-right{ width: 30%; padding-left: 20px; }
.contact-sec{ padding: 50px 0 50px 0; }
.contact-info .two-col .col-left{ width: 200px; }
.contact-info .two-col .col-right{ width: calc(100% - 200px); }
.contact-form-info .two-col .col-right{ padding: 40px; box-sizing: border-box; }
.contact-info{ margin-bottom: 30px; }

.mb-toggled.mb-closed{ display: block; top: 50px; }
.header-top .logo-cell{ padding-right: 55px; box-sizing: border-box; }

}

/* 3. iPad responsive css 768px to 1023px
------------------------------------------------------------------------------*/
@media (min-width:768px) and (max-width:1023px) {

h1, .h1{ font-size: 34px; line-height: 45px; }
h2, .h2{ font-size: 26px; line-height: 38px; }

p{ font-size: 16px; line-height: 24px; }
ul li{ font-size: 16px; line-height: 24px; }
ol li{ font-size: 16px; line-height: 24px; }

nav ul li{ font-size: 14px; line-height: 20px; letter-spacing: 1px; }

.container{ padding: 0 20px; box-sizing: border-box; }
.header-top{ padding-top: 40px; padding-bottom: 40px; }
.header-top .logo-cell .big-text{ font-size: 45px; line-height: 60px; }
.header-top .logo-cell .small-text{ font-size: 34px; line-height: 46px; letter-spacing: 2px; }
#wrapper{ padding-top: 235px; }
.about-sec{ padding-top: 60px; padding-bottom: 40px; }
.about-sec h1{ margin-bottom: 40px; }
.expertise-sec .two-col .col-right{ padding-left: 40px; }
.expertise-sec{ padding: 60px 0px; }
.services-sec{ padding-top: 60px; padding-bottom: 40px; }
.testimonial-sec{ padding: 50px 0 50px 0; }
.footer-top{ padding-top: 60px; padding-bottom: 40px; }
.footer-top .two-col .col-right p{ font-size: 11px; line-height: 18px; }
.f-info-box{ padding-top: 20px; }
.footer-btm .col-right ul li{ font-size: 13px; line-height: 20px; }
.faq-content-sec{ padding: 50px 0 50px 0; }
.faq-content-sec h2{ margin-bottom: 30px; }
.footer-btm .two-col{ flex-wrap: wrap; align-items: center; gap: 10px; }
.footer-btm .col-left{ display: block; text-align: center; width: 100%; }
.testimonial-sec .two-col .col-left h3{ font-size: 24px; line-height: 30px; }
.services-cell .two-col .col-right{ padding-left: 15px; }
.testimonial-sec .two-col .col-left{ width: 180px; padding-top: 50px; }
.testimonial-sec .two-col .col-right{ width: calc(100% - 180px); }
.content-sec{ padding-top: 60px; padding-bottom: 50px; }
.content-sec h1{ font-size: 20px; margin-bottom: 10px; }
.content-sec .two-col .col-left{ width: 70%; padding-right: 30px; }
.content-sec .two-col .col-right{ width: 30%; padding-left: 20px; }
.contact-sec{ padding: 50px 0 50px 0; }
.contact-info .two-col .col-left{ width: 200px; }
.contact-info .two-col .col-right{ width: calc(100% - 200px); }
.contact-form-info .two-col .col-right{ padding: 40px; box-sizing: border-box; }

}

/* 4. large desktop responsive css 1024px to 1199px
------------------------------------------------------------------------------*/
@media (min-width:1024px) and (max-width:1199px) {	

h1, .h1{ font-size: 34px; line-height: 45px; }
h2, .h2{ font-size: 28px; line-height: 40px; }

p{ font-size: 16px; line-height: 24px; }

.container{ padding: 0 20px; box-sizing: border-box; }
.header-top{ padding-top: 40px; padding-bottom: 40px; }
.header-top .logo-cell .big-text{ font-size: 45px; line-height: 60px; }
.header-top .logo-cell .small-text{ font-size: 34px; line-height: 46px; letter-spacing: 2px; }
#wrapper{ padding-top: 235px; }
.about-sec{ padding-top: 60px; padding-bottom: 40px; }
.about-sec h1{ margin-bottom: 40px; }
.expertise-sec .two-col .col-right{ padding-left: 60px; }
.expertise-sec{ padding: 60px 0px; }
.services-sec{ padding-top: 60px; padding-bottom: 60px; }
.testimonial-sec{ padding: 60px 0 60px 0; }
.footer-top{ padding-top: 60px; padding-bottom: 40px; }
.footer-top .two-col .col-right p{ font-size: 11px; line-height: 18px; }
.f-info-box{ padding-top: 20px; }
.footer-btm .col-right ul li{ font-size: 13px; line-height: 20px; }
.faq-content-sec{ padding: 60px 0 60px 0; }
.faq-content-sec h2{ margin-bottom: 30px; }
.content-sec{ padding-top: 60px; padding-bottom: 50px; }
.content-sec h1{ font-size: 24px; margin-bottom: 30px; }
.contact-sec{ padding: 70px 0 70px 0; }

}

/* 5. Other media-query
------------------------------------------------------------------------------*/
