@media only screen and (min-width: 320px) and (max-width: 767px){
.html-marquee {
    height: 40px;
    line-height: 40px;
    margin-bottom: 0px;
}
.html-marquee p {
    font-size: 15px;
    letter-spacing: 5px;
}
header.header-row {
    padding: 0 0px;
}
.navbar-brand {
    width: 45%;
}
.navbar-toggler{
    background-color:#000;
    color: #fff !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
    line-height: 18px;
    padding: 0px 0 15px;
}
.navbar-expand-lg .navbar-nav .nav-link:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    background: #000;
    left: 0;
    right: 0;
    bottom:10px;
}
div#navbarCollapse{
    background:#fff;
    padding-top:20px;
    padding-bottom:20px;
}
div#navbarCollapse .d-flex {
    flex-direction:column;
}
button.navbar-toggler span.navbar-toggler-icon:before {
    content: "\f0c9";
    font-family:fontawesome;
    font-size: 30px;
}
section.banner-row {
    padding: 140px 0px 0 0px;
    /* position: relative; */
}
.banner-sec h1 {
    font-size:30px;
    line-height: 40px;
    width: 100%;
    margin:0 auto;
    text-align:center;
}
.banner-sec {
    width: 100%;
    margin-bottom: 0px;
}
.banner-sec p {
    font-size: 15px;
    line-height: 25px;
    width: 98%;
    margin:0 auto;
    text-align:center;
    margin-bottom: 15px;
}
.w-btn {
    font-size: 16px;
    padding: 14px 16px;
}
.banner-sec .w-btn{
    display:table;
    margin: 0 auto;
}
section.banner-row .row {
    padding: 40px 0px 40px 0px;
}
.w-sec h3{
    text-align:center;
    margin-bottom: 15px;
}
.w-sec h2 {
    font-size: 30px;
    line-height: 40px;
    text-align:center;
}
.about-sec p {
    width: 98%;
    margin:0 auto;
    margin-bottom: 15px;
}
.w-sec p {
    font-size: 15px;
    line-height: 25px;
    text-align:center;
}
.about-sec .w-btn {
    padding: 15px 30px;
    display:table;
    margin:0 auto;
}
.about-sec img {
    width: 95%;
    margin-top: 25px;
}
section.banner-row:before{
    display:none;
}
section.services-row {
    padding: 40px 0 40px;
}
.services-head p, .product-head p {
    width: 98%;
    margin: auto;
}
.services-head {
    margin-bottom: 30px;
}
.services-sec h3 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 15px;
}
.services-sec img {
    margin-bottom: 15px;
}
.owl-dots {
    padding-top: 40px;
}
.product-sec .text h3 {
    font-size: 18px;
    line-height: 18px;
    text-align:center;
}
.product-sec .text p {
    font-size: 15px;
    line-height: 25px;
    text-align:center;
}
.product-sec .text{
    justify-content:center;
}
section.product-row:before {
    width: 170px;
    height: 170px;
    background-size: contain;
    bottom: -70px;
}
section.product-row {
    padding: 40px 0 0px;
    position: relative;
}
.blog-sec img {
    height: 300px;
    object-fit:cover;
    border-radius: 8px;
}
section.testimonials-row {
    padding: 40px 0 50px;
}
div#sync2 {
    width: 100% !important;
    margin: 0 auto 25px;
}
div#sync1 {
    padding: 30px 0px 0px 0px;
    width: 100%;
    height: 350px;
    background-position: right;
}
.client-img img {
    margin-bottom: 15px;
}
.client-img p {
    width: 72%;
    height:150px;
    overflow-y: scroll;
    padding-right:10px;
    margin: 0 45px 0 auto;
}
.client-img p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.client-img p::-webkit-scrollbar {
    width: 3px;
    background-color: transparent;
}
.client-img p::-webkit-scrollbar-thumb {
    background-color: #000;
    border: 3px solid #000;
}
section.testimonials-row:before{
    display:none;
}
section.testimonials-row:after {
    width: 120px;
    height: 120px;
    background-size: contain;
}
section.cta-row {
    padding: 0 0px 50px 0px;
}
.cta-inner-sec {
    padding: 50px 0;
}
.cta-inner-sec h2 {
    width: 100%;
}
.cta-inner-sec p {
    width: 95%;
    margin:0 auto;
    margin-bottom: 10px;
}
.cta-inner-sec .w-btn{
    display:table;
    margin:0 auto;
}
.gallery-head p {
    width: 98%;
    margin: 0 auto;
}
.gallery-slider .slick-track {
    margin: 50px 0 20px;
}
.gallery-slider ul.slick-dots {
    margin-top: 30px;
}
footer.footer-row {
    padding: 50px 0 0;
}
.footer-sec img {
    margin-bottom: 10px;
}
.footer-sec p {
    font-size: 15px;
    line-height: 25px;
    width: 98%;
    margin: 0 auto 30px;
}
.footer-sec ul.menu li {
    margin: 0 0px;
    position: relative;
    padding-bottom:20px;
}
.footer-sec ul.menu li a {
    font-size: 16px;
    line-height: 18px;
}
.footer-sec ul li {
    display: block;
}
.footer-sec ul.menu li:before {
    content: "";
    width: 30%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0px;
    top: auto;
    right:0;
    bottom:10px;
    margin: 0 auto;
}
.copyright-row {
    padding: 60px 0 10px;
}
.copyright-sec p {
    font-size: 15px;
    line-height: 15px;
}
section.cta-row:before{
    display:none;
}
section.inner-banner-row {
    padding: 150px 0 20px;
}
.inner-banner-sec h1 {
    font-size: 40px;
    line-height: 50px;
}
section.about-row {
    padding: 60px 0 0;
}
section.about-row .w-sec h3{
    margin-top:20px;
}
section.about-row .about-sec img{
    margin-top:0px;
}
section.about-row .row{
    flex-direction:column-reverse;
}
.text-white li{
    font-size: 15px;
    line-height:25px;
}
ul.text-white {
    padding-left: 2rem;
    margin-bottom:1rem;
}
ul.text-white p{
    margin-left: -10px;
}
section.about-row .about-sec .w-btn {
    display: inline-block;
    margin: 0 auto !important;
    margin-left: 10px !important;
}
div#mission h4 {
    text-align: center;
}
div#mission p{
    text-align:center;
    font-size:15px;
    line-height: 30px;
}
div#values h4 {
    text-align: center;
}
div#values ol{
    padding-left: 1rem;
}
div#values ol li{
    font-size:15px;
    line-height: 30px;  
}
.contact-sec form {
    width: 95%;
    margin: auto;
}
.contact-sec .form-group input{
    height: 50px;
}
.contact-sec .form-group textarea{
    height:100px;
}
.contact-sec .w-btn {
    padding: 15px 30px;
    margin-top: 5px;
}
.contact-sec h2 {
    margin-bottom: 15px;
}
.contact-sec .form-group input::placeholder,
.contact-sec .form-group textarea::placeholder {
    font-size:15px;
}
.login-sec .form-group input {
    height: 50px;
}
.login-sec .form-group label {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 5px;
}
.login-sec .form-group {
    margin-bottom: 15px;
}
section.service-page-row .row {
    flex-direction: revert;
}
section.service-page-row a.btn.btn-success.mt-3.w-btn.serbuybtn{
    display:table;
    margin: 0 auto !important;
}
section.service-page-row .form-group {
    display: table;
    margin: 0 auto;
    margin-bottom:30px;
}
section.product-page-row .row {
    flex-direction: revert;
}
section.product-page-row .single-product .form-group select {
    height: 50px;
    font-size: 15px;
    width: 95%;
    margin: 0 auto;
}
section.product-page-row .about-sec .w-btn {
    display: table;
    margin: 0 auto !important;
    margin-top: 15px !important;
}
.tg-account .account-banner {
    padding: 60px 0 0;
}
.tg-account .account-banner .inner-banner .detail h3.user-name {
    margin-bottom: 30px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1023px){
.html-marquee {
    height: 45px;
    line-height: 45px;
    margin-bottom: 0px;
}
.html-marquee p {
    font-size: 20px;
    letter-spacing: 10px;
}
header.header-row {
    padding: 0 60px;
}
.navbar-brand {
    width: 30%;
}
.navbar-toggler{
    background-color:#000;
    color: #fff !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0px 0 15px;
}
.navbar-expand-lg .navbar-nav .nav-link:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    background: #000;
    left: 0;
    right: 0;
    bottom:10px;
}
div#navbarCollapse{
    background:#fff;
    padding-top:20px;
    padding-bottom:20px;
}
div#navbarCollapse .d-flex {
    justify-content: center;
    padding-top:15px;
}
button.navbar-toggler span.navbar-toggler-icon:before {
    content: "\f0c9";
    font-family:fontawesome;
    font-size: 30px;
}
section.banner-row {
    padding: 180px 0px 0 0px;
    /* position: relative; */
}
.banner-sec h1 {
    font-size: 40px;
    line-height: 50px;
    width: 100%;
    margin:0 auto;
    text-align:center;
}
.banner-sec {
    width: 100%;
    margin-bottom: 0px;
}
.banner-sec p {
    font-size: 16px;
    line-height: 26px;
    width: 90%;
    margin:0 auto;
    text-align:center;
    margin-bottom: 15px;
}
.w-btn {
    /* font-size: 16px; */
    /* padding: 14px 16px; */
}
.banner-sec .w-btn{
    display:table;
    margin: 0 auto;
}
section.banner-row .row {
    padding: 60px 0px 40px 0px;
}
.w-sec h3{
    text-align:center;
    margin-bottom: 15px;
}
.w-sec h2 {
    font-size: 40px;
    line-height: 50px;
    text-align:center;
}
.about-sec p {
    width: 90%;
    margin:0 auto;
    margin-bottom: 15px;
}
.w-sec p {
    font-size: 16px;
    line-height: 26px;
    text-align:center;
}
.about-sec .w-btn {
    padding: 15px 30px;
    display:table;
    margin:0 auto;
}
.about-sec img {
    width: 70%;
    margin-top: 25px;
}
section.banner-row:before{
    display:none;
}
section.services-row {
    padding: 70px 0;
}
.services-head p, .product-head p {
    width: 90%;
    margin: auto;
}
.services-head {
    margin-bottom: 30px;
}
.services-sec h3 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 13px;
}
.services-sec img {
    margin-bottom: 15px;
}
.owl-dots {
    padding-top: 40px;
}
section.product-row .row {
    justify-content: center;
}
.product-sec .text p {
    font-size: 16px;
    line-height: 26px;
    text-align:center;
}
.product-sec .text{
    justify-content:center;
}
section.product-row:before {
    width: 250px;
    height: 250px;
    background-size: contain;
    bottom: -70px;
}
section.product-row {
    padding: 60px 0;
    position: relative;
}
.blog-sec img {
    height: 300px;
    object-fit:cover;
    border-radius: 8px;
}
section.testimonials-row {
    padding: 60px 0 150px;
}
div#sync2 {
    width: 100% !important;
    margin: 0 auto;
}
div#sync1 {
    padding: 30px 0px 0px 0px;
    width: 100%;
    height: 360px;
    background-position: right;
    margin: 0 auto;
}
.client-img img {
    margin-bottom: 15px;
}
.client-img p {
    width: 75%;
    height: 160px;
    overflow-y: scroll;
    padding-right:10px;
    margin: 0 auto 0 auto;
}
.client-img p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.client-img p::-webkit-scrollbar {
    width: 3px;
    background-color: transparent;
}
.client-img p::-webkit-scrollbar-thumb {
    background-color: #000;
    border: 3px solid #000;
}
section.testimonials-row:before{
    display:none;
}
section.testimonials-row:after {
    width: 206px;
    height: 206px;
    background-size: contain;
}
section.cta-row {
    padding: 0 0px 80px 0px;
}
.cta-inner-sec {
    padding: 60px 0;
    z-index:11;
    position: relative;
}
.cta-inner-sec:before{
    content:"";
    background-color: #fff;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    right:0;
    margin:0 auto;
    opacity: 0.5;
    z-index: -1;
}
.cta-inner-sec h2 {
    width: 100%;
}
.cta-inner-sec p {
    width: 90%;
    margin:0 auto;
    margin-bottom: 15px;
}
.cta-inner-sec .w-btn{
    display:table;
    margin:0 auto;
}
.gallery-head p {
    width: 80%;
    margin: 0 auto;
}
.gallery-slider .slick-track {
    margin: 50px 0 20px;
}
.gallery-slider ul.slick-dots {
    margin-top: 30px;
}
footer.footer-row {
    padding: 80px 0 0;
}
.footer-sec img {
    margin-bottom: 10px;
}
.footer-sec p {
    font-size: 16px;
    line-height: 26px;
    width: 90%;
    margin: 0 auto 30px;
}
.footer-sec ul.menu li {
    margin: 0 11px;
}
.footer-sec ul.menu li a {
    font-size: 16px;
    line-height: 18px;
}
.footer-sec ul.menu li:before {
    left: -15px;
}
.copyright-row {
    padding: 60px 0 10px;
}
.copyright-sec p {
    font-size: 16px;
    line-height: 16px;
}
section.cta-row:before {
    height: 550px;
    top: -120px;
}
section.inner-banner-row {
    padding: 180px 0 50px;
}
.inner-banner-sec h1 {
    font-size: 45px;
    line-height: 55px;
}
section.about-row {
    padding: 60px 0 0;
}
section.about-row .w-sec h3{
    margin-top:20px;
}
section.about-row .about-sec img{
    margin-top:0px;
}
section.about-row .row{
    flex-direction:column-reverse;
}
.text-white li{
    font-size: 16px;
    line-height: 26px;
}
ul.text-white {
    padding-left: 2rem;
    margin-bottom:1rem;
}
ul.text-white p{
    margin-left: 15px;
}
section.about-row .about-sec .w-btn {
    display: inline-block;
    margin: 0 auto !important;
    margin-left: 10px !important;
}
div#mission h4 {
    text-align: center;
}
div#mission p{
    text-align:center;
    font-size: 16px;
    line-height: 30px;
}
div#values h4 {
    text-align: center;
}
div#values ol{
    padding-left: 1rem;
}
div#values ol li{
    font-size: 16px;
    line-height: 30px;
}
.contact-sec form {
    width: 85%;
}
.contact-sec .w-btn {
    margin-top: 5px;
}
.contact-sec h2 {
    margin-bottom: 15px;
}
.login-sec .form-group label {
    font-size: 16px;
    line-height: 26px;
}
.login-sec .form-group {
    margin-bottom: 15px;
}
section.service-page-row .row {
    flex-direction: revert;
}
section.service-page-row a.btn.btn-success.mt-3.w-btn.serbuybtn{
    display:table;
    margin: 0 auto !important;
}
section.service-page-row .form-group {
    display: table;
    margin: 0 auto;
    margin-bottom:30px;
}
section.product-page-row .row {
    flex-direction: revert;
}
section.product-page-row .single-product .form-group select {
    width: 90%;
    margin: 0 auto;
}
section.product-page-row .about-sec .w-btn {
    display: table;
    margin: 0 auto !important;
    margin-top: 15px !important;
} 
.tg-account .account-banner .inner-banner .nav-area ul li a {
    padding: 8px 10px;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1300px){
.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 14px;
    line-height: 20px;
    padding: 0 8px;
}
.navbar-expand-lg .navbar-collapse .w-btn {
    padding: 15px 16px;
    font-size: 16px;
}
header.header-row {
    padding: 10px;
}
section.banner-row {
    padding: 180px 0px 0 30px;
    position: relative;
}
.banner-sec h1 {
    font-size: 40px;
    line-height: 50px;
    width: 100%;
}
.banner-sec p {
    font-size: 16px;
    line-height: 28px;
    width: 100%;
}
.html-marquee p {
    font-size: 24px;
    letter-spacing: 16px;
}
section.banner-row .row {
    padding: 30px 0px 250px 30px;
}
.w-sec h2 {
    font-size: 40px;
    line-height: 50px;
}
.w-sec p {
    font-size: 16px;
    line-height: 28px;
}
.about-sec p {
    width: 95%;
    margin-bottom: 20px;
}
section.banner-row:before {
    background-size: contain;
}
.services-head p, .product-head p {
    width: 85%;
}
div#sync1 {
    padding: 15px 20px 0px 70px;
    width: 500px;
    height: 450px;
}
div#sync2 {
    width: 75% !important;
}
.client-img p {
    width: 82%;
}
section.cta-row {
    padding: 0 40px 125px 40px;
}
.cta-inner-sec {
    padding: 80px 0 80px 30px;
}
.cta-inner-sec p {
    width: 62%;
}
section.cta-row:before {
    height: 700px;
    top: -100px;
}
.gallery-head p{
    width: 90%;
    margin: 0 auto;
}
.footer-sec p {
    font-size: 16px;
    line-height: 28px;
    width: 80%;
}
.copyright-sec p {
    font-size: 16px;
    line-height: 18px;
}
.copyright-row {
    padding: 100px 0 22px;
}  
.about-sec .w-btn {
    padding: 20px 54px;
}
}
@media only screen and (min-width: 1301px) and (max-width: 1600px){
 .html-marquee p {
    font-size: 24px;
    letter-spacing: 14px;
}
header.header-row {
    padding: 10px 80px 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
    padding: 0 10px;
}
.navbar-expand-lg .navbar-collapse .w-btn {
    padding: 18px 26px;
}
section.banner-row {
    padding: 200px 80px 0 80px;
}
.banner-sec h1 {
    font-size: 50px;
    line-height: 60px;
    width: 100%;
}
.banner-sec p {
    font-size: 16px;
    line-height: 28px;
    width: 92%;
}
.w-sec p {
    font-size: 16px;
    line-height: 28px;
}
section.banner-row .row {
    padding: 140px 80px 300px 31px;
}
section.banner-row:before {
    background-size: contain;
}
.w-sec h2 {
    font-size: 40px;
    line-height: 55px;
}
.services-sec h3 {
    margin-bottom: 26px;
}
section.testimonials-row .w-sec h2 {
    font-size: 40px;
    line-height: 55px;
}
div#sync2 {
    width: 54% !important;
    margin: auto;
}
div#sync1 {
    padding: 35px 56px 85px 105px;
}
section.cta-row {
    padding: 0 50px 125px 50px;
}
.cta-inner-sec {
    padding: 85px 0 85px 40px;
}
.cta-inner-sec p {
    width: 55%;
}
.gallery-head p{
    width:70%;
    margin:0 auto;
}
.footer-sec p {
    font-size: 16px;
    line-height: 30px;
}
section.service-page-row .about-sec p {
    margin-bottom: 15px;
}
section.service-page-row .w-sec h3 {
    margin-bottom: 15px;
}
section.service-page-row a.btn.btn-success.mt-3.w-btn.serbuybtn {
    margin-top: 30px !important;
    margin-bottom: 30px;
}
}