@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1320px;
    }
    body {
        font-size: 18px;
    }
    .h2, h2 {
        font-size: 2.5rem;
    }
    .h3, h3 {
        font-size: 2rem;
    }
}
@media (min-width: 1400px) and (max-width: 1599px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1320px;
    }
    body {
        font-size: 18px;
    }
    .h2, h2 {
        font-size: 2.5rem;
    }
    .h3, h3 {
        font-size: 2rem;
    }
    .about-left-content {
        margin-left: 50px;
    }
    .getintouch_thumb {
        margin-left: 10px;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
    .h2, h2 {
        font-size: 2.5rem;
    }
    .h3, h3 {
        font-size: 2rem;
    }
    .getintouch_thumb {
        margin-left: -15px;
    }
    .about-left-image::before {
        left: 50%;
    }
    .about-left-content {
        margin-left: 50px;
    }
}
@media (min-width: 1200px) and (max-width: 1280px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {
	    max-width: 1170px;
	}
    .about-left-content {
        margin-left: 25px;
    }
    .getintouch_thumb {
        margin-left: 5px;
    }
}
@media (min-width: 992px) {
    .sidemenu_btn {
        display: none!important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) { 
    .h2, h2 {
        font-size: 2.1rem;
    }
    .h3, h3 {
        font-size: 1.8rem;
    }
    .about-left-image .about-1 img {
        width: 85%;
    }
    .about-left-image::before {
        max-width: 380px;    
        left: 52%;
    }
    .about-left-image .about-2 {
        right: -80px;
        bottom: -90px;
    }
    .about-left-image .about-2 img {
        width: 85%;
    }
    .about-left-content {
        margin-left: 30px;
    }
    .getintouch-left h2 {
        font-size: 40px;
    }
    .getintouch_thumb {
        margin-left: 0;
    }
    textarea.form-control {
        height: 80px;
    }
    .contact-info-box .contact-info-icon {
        display: inline-flex;
        flex: none;
        align-items: center;
        justify-content: center;
    }
    .particles-version h2 {
        font-size: 2.1rem;
    }
    .about-left-content .title h2 {
        margin-bottom: 0.5rem !important;   
    }
    .services-wrap {
        margin-top: 40px;
    }
    section, .section-padding {
        padding: 3rem 0;
    }
    .getintouch-area {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .h2, h2 {
        font-size: 2rem;
    }
    .h3, h3 {
        font-size: 1.8rem;
    }
    .getintouch_thumb {
        margin-left: 0px;
        margin-bottom: 40px;
    }
    .getintouch-bg {
        width: 100%;
    }
    .getintouch-left {
        margin-left: 0px;
    }
    .contact-info-box .contact-info-icon {
        display: inline-flex;
        flex: none;
        align-items: center;
        justify-content: center;
    }
    .header-appear .navbar-top-default {
        height: 85px;
    }
    .particles-version h2 {
        font-size: 2rem;
    }
    .about-left-content {
        margin-left: 40px;
    }
    .about-left-content .title h2 {
        margin-bottom: 0.5rem !important;   
    }
    .about-left-image::before {
        max-width: 300px;    
        left: 50%;
        top: 45%;
    }
    .about-left-image .about-1 {
        left: -20px;
        top: -80px;
    }
    .about-left-image .about-1 img {
        width: 80%;
    }
    .about-left-image .about-2 {
        right: -100px;
        bottom: -100px;
    }
    .about-left-image .about-2 img {
        width: 80%;
    }
    section, .section-padding {
        padding: 3rem 0;
    }
    .services-wrap {
        margin-top: 0;
    }
    .getintouch-left h2 {
        font-size: 35px;
    }
    .form-control {
        height: 48px;
    }
    textarea.form-control {
        height: 80px;
    }
    .getintouch-area {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .side-menu .inner-wrapper {
        padding: 3.5rem 3rem;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .container, .container-sm {
        max-width: 100%;
    }
}
@media (max-width: 767px){
    .getintouch_thumb {
        margin-left: 0px;
        margin-bottom: 40px;
    }
    .getintouch-bg {
        width: 100%;
    }
    .getintouch-left {
        margin-left: 0px;
    }
    .accordion-button {
        font-size: 1.4rem;
        color: #fff;
        background-color: #333;
    }
    .accordion-button:not(.collapsed) {
        color: #fff;
        background-color: #be181e;
    }
    .accordion-body img {
        margin-top: 15px;
    }
    .accordion-header .accordion-button:focus {
        box-shadow: none;
    }
    .title {
        margin-bottom: 0;
    }
    header a.logo {
        width: 80%;
        display: inline-flex;
    }
    .header-appear .navbar-top-default {
        height: 90px;
    }
    .about-left-image .about-1 {
        top: 0;
    }
    .about-left-image .about-2 {
        position: absolute;
        bottom: -100px;
        right: 0;
    }
    .about-left-image {
        margin-top: 0;
        margin-bottom: 100px;
    }
    .about-left-content {
        margin-left: 0;
        margin-top: 30px;
    }
    section, .section-padding {
        padding: 3rem 0;
    }
    .about-left-image::before {
        left: 50%;    
        top: 62%;
    }
    .services-wrap {
        margin-top: 0;
    }
    .contact-info-box .contact-info-icon {
        display: inline-flex;
        flex: none;
        align-items: center;
        justify-content: center;
    }
    #particles-js.fullscreen {
        height: 550px !important;
    }
    .about-left-content .title h2 {
        margin-bottom: 0.5rem !important;   
    }
    .getintouch-area {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .btn.btn-large {
        font-size: 15px;
        padding: 8px 28px;
    }
    .particles-version h2 {
        font-size: 2rem; 
    }
}
@media (max-width: 575px){
    .fullscreen .center-col {
        padding-left: 5px;
        padding-right: 5px;
    }
    .h1, h1 {
        font-size: 1.8rem;
    }
    #particles-js h2 {
        font-size: 1.6rem;
    }
    .about-left-image .about-2 img {
        width: 100%;
    }
    .about-left-image .about-1 img {
        width: 85%;
    }
    .about-left-image .about-2 {
        bottom: -100px;
    }
    .about-left-image::before {
        top: 65%;    
        max-width: 390px;
    }
}
@media (max-width: 480px){
    .about-left-image .about-1 {
        top: 0;
    }
    .about-left-image .about-2 {
        position: relative;
        bottom: -10px;
    }
    .about-left-image {
        margin-top: 0;
        margin-bottom: 0;
    }
    .about-left-content {
        margin-left: 0;
        margin-top: 30px;
    }
    .about-left-image::before {
        left: 50%;
        top: 50%;
    }
    #particles-js h2 {
        font-size: 1.4rem;
    }
    .about-left-image .about-1 img {
        width: 100%;
    }
    .header-appear .navbar-top-default, .navbar-top-default {
        height: 85px;
    }
    .contact-info-box-wrap .contact-info-box {
        margin-bottom: 35px;
    }
}
@media (max-width: 393px){
    #particles-js h2 {
        font-size: 1.2rem;
    }  
}
@media (max-width: 360px){
    header .logo .logo-dark.default, header .logo .logo-light.default {
        width: 100%;
    }
    header a.logo img {
        max-width: 100%;
    }
    #particles-js h2 {
        font-size: 1.2rem;
    }
    .title h2 {
        font-size: 2rem;
    }
    header .navbar-top-default, .header-appear .navbar-top-default {
        height: 78px;
    }
    #particles-js h2 {
        font-size: 1.1rem;
    }
}
@media (max-width: 320px) { 
    header .navbar-top-default, .header-appear .navbar-top-default {
        height: 72px;
    }
    .side-nav .navbar-nav .nav-link {
        font-size: 1.3rem;
    }
    .contact-info-box-wrap .contact-info-box {
        gap: 10px;
    }
}