/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
.header-top-contact ul li a {
    font-size: 10px;
}
.header-top::before {
    width: 185px;
}
.main-menu ul li > a {
    padding: 43px 22px;
}
.gal-container .vc_column-inner::after {
    width: 210px;
    height: 210px;
}
.gal-container .vc_column-inner {
    width: 210px !important;
    height: 210px;
}
.shape-1 {
    width: 100px;
    height: 100px;
    top: -50px;
}
.shape-2 {
    width: 100px;
    height: 100px;
}
.gallery-area .shape-2 {
    bottom: auto;
    top: -130px;
    right: 75px;
}
#gallery-area {
    background-color: #eee;
    padding: 80px 0 30px !important;
}
#gall_box img {
	height: 210px;
}	
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
.main-menu ul li > a {
    font-size: 13px;
    padding: 43px 10px;
}
.header-top-right.col-sm-3 {
    display: none;
}
.header-top::before {
    width: 175px;
    height: 100%;
}
.header-top-contact ul li span {
    display: none;
}
.header-top-contact ul li a {
    font-size: 12px;
}
.header-top::before {
    display: none;
}
.header-top-wrapper .header-top-left.col-sm-10 {
    flex: inherit;
    max-width: inherit;
}
.main-menu-area .container {
    max-width: inherit;
}
.titlebar h3 {
    font-size: 50px;
    line-height: 50px;
}
.gal-container .vc_column-inner::after {
    width: 210px;
    height: 210px;
}
.gal-container .vc_column-inner {
    width: 210px !important;
    height: 210px;
}
.shape-1 {
    width: 100px;
    height: 100px;
    top: -50px;
}
.shape-2 {
    width: 100px;
    height: 100px;
}
.gallery-area .shape-2 {
    bottom: auto;
    top: -130px;
    right: 75px;
}
#gallery-area {
    background-color: #eee;
    padding: 80px 0 30px !important;
}
#gall_box img {
	height: 210px;
}	
}

/* small mobile :320px. */
@media (max-width: 767px) {
.gallery-area::after {
    display: none !important;
}
#gallery-area {
    background-color: #eee;
}
.logo img {
    max-width: 70px;
    padding: 0;
}
.mean-container a.meanmenu-reveal {
    margin-top: -50px;
}
.header-top::before {
    display: none;
}
.header-top {
    padding: 5px 0;
}
.header-top-contact ul {
    gap: 5px;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.header-top-contact ul li {
    display: inline-block;
}
.header-top-contact ul li span {
    display: none;
}
.header-top-contact ul li a i {
    margin-right: 5px;
}
.header-top-contact ul li a {
    font-size: 8px;
}
.main-navigation {
    padding: 10px 0;
}
.slider-area {
    margin-top: 130px;
}
.hero-shape {
    width: 150px;
    height: 150px;
    right: 100px;
}
.shape-1 {
    width: 90px;
    height: 90px;
    top: -50px;
}
.titlebar h3 {
    font-size: 40px;
    line-height: 50px;
}
.gal-box {
    margin-bottom: 30px;
}
.gallery-area {
    padding-top: 80px;
}
.gallery-area .shape-2 {
    bottom: auto;
    top: -127px;
    right: 30px;
    width: 90px;
    height: 90px;
}
#gal-container {
    margin-bottom: 30px;
}
#gallery-area {
    padding-bottom: 50px !important;
}
}

@media only screen and (min-width: 240px) and (max-width:379px) {
.header-top {
    display: none;
}
.slider-area {
    margin-top: 96px;
}
.hero-shape {
    width: 120px;
    height: 120px;
    right: 100px;
}
.gallery-area .row {
    padding: 0 0;
}
.mean-container a.meanmenu-reveal {
    margin-top: -50px;
}
}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}
