/*
Theme Name: Artsy Decor
Theme URI: https://matebiz.com 
Author: AVINASH CHAUDHARY
Author URI: https://matebiz.com
Description: Our Artsy Decor theme is clean, blog-focused, and designed for clarity. Artsy Decor's simple, straight forward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: artsy-decor

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

* {
  margin: 0;

  padding: 0;

  box-sizing: border-box;
}

@font-face {
  font-family: titillium;

  src: url(fonts/titillium/Titillium-Regular.otf);
}

@font-face {
  font-family: roboto-bold;

  src: url(fonts/Roboto/Roboto-Bold.ttf);
}

@font-face {
  font-family: roboto;

  src: url(fonts/Roboto/Roboto-Regular.ttf);
}

@font-face {
  font-family: roboto-medium;

  src: url(fonts/Roboto/Roboto-Medium.ttf);
}

@font-face {
  font-family: edwardmedium;

  src: url(./fonts/EdwardianMediumPlain.otf);
}

@font-face {
  font-family: poppins;

  src: url(./fonts/Poppins-ExtraLight.ttf);
}

@font-face {
  font-family: poppins-bold;

  src: url(./fonts/Poppins-Bold.ttf);
}

@font-face {
  font-family: poppins-medium;

  src: url(./fonts/Poppins-Medium.ttf);
}

h1 {
  font-family: titillium;

  font-size: 60px;
}

h2,
h3,
h4,
h5,
h6,
p,
li,
input {
  font-family: roboto;
}

a {
  text-decoration: none;

  font-family: roboto-medium;
}

.container {
  width: 100%;

  overflow: hidden;
}
.mobile{
    display: none;
}

.header {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

.portfolio-wraper {
    margin-bottom: 20px;
    padding: 30px 30px;
}

.fixedpos {
  background-color: #02364e;
}

.logo {
  width: 25%;
  text-align: center;
}

.logo img {
  width: 35%;
  margin: 8px 0 5px 50px;
}

.fixedimg {
  width: 25% !important;
}

.menu {
  width: 75%;
  height: 100%;
  padding: 15px 0;
  background-color: #02364e;
  clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0% 100%);
  display: flex;
}
.menu-head {
  margin-left: 25px;
  list-style: none;
}
.menu-head a {
  color: #fff;
}
.menu-head a i {
  margin-right: 10px;
}

.bg {
  background-color: transparent;
}

.menu ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style-type: none;
}

.menu ul li {
  display: inline-block;
  margin: 0 0 0 30px;
  font-size: 12px;
  text-transform: uppercase;
}

.menu ul li:nth-child(1) {
  margin: 0 0 0 55px;
}

.menu ul li:nth-child(8) {
  font-size: 17px;
}

.menu ul li a {
  color: #fff;
  transition: all 0.2s;
  cursor: pointer;
}

.menu ul li a i {
  margin-right: 10px;
}

.phone {
  font-family: roboto-bold;
  display: inline-block;
  margin-bottom: 6px;
}

/* mobile menu css starts */

.mob_header {
  width: 100%;
  background-color: #003e5f;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
}

.mob_logo {
  width: 19%;
  margin: 10px 0 0 10px;
}

.mob_logo img {
  width: 100%;
  margin: 10px 0 0 0;
}

.menuline {
  position: absolute;
  display: inline-block;
  right: 20px;
  top: 20px;
  border: 2px solid #fff;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
}

.menuline .bar {
  width: 40px;
  height: 2px;
  background-color: #fff;
}

.menuline .bar:nth-child(2) {
  width: 20px;
  height: 2px;
  background-color: #fff;
  margin: 6px 0;
}

.sidebar {
  width: 100%;
  position: fixed;
  background-color: #003e5f;
  z-index: 99999;
  left: 0;
  top: -100%;
  transition: all 1s;
}

.head_nav {
  top: 0;
  padding: 100px 0 0 0;
}

.sidebar ul {
  list-style-type: none;
  padding-top: 20px;
}

.sidebar ul li {
  display: block;
  padding: 0 0 20px 20px;
}

.sidebar ul li i {
  color: #fff;
  font-size: 14px;
  margin-right: 10px;
}

.sidebar ul li a {
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.5s;
  padding: 0 0 5px 0;
  position: relative;
  display: inline-block;
}
.sidebar ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #fff;
  transition: all 0.4s;
}
.sidebar ul li a:hover::after {
  width: 100%;
}

.icon_link::after {
  display: none;
}

.mail {
  text-transform: lowercase;

  font-family: roboto;
}

.banner {
  width: 100%;

  position: relative;
}

.banner img {
  width: 100%;

  height: 600px;

  object-fit: cover;
}

.banner_cont {
  position: absolute;

  width: 88%;

  top: 0;

  left: 6%;

  color: #fff;

  text-align: center;
}

.banner_cont h1 {
  padding: 20% 0 0 0;

  font-weight: 100;
}

.banner_cont p {
  width: 50%;

  margin: 10px auto;

  font-size: 15px;
}

.banner_cont a {
  background-color: #003e5f;

  display: inline-block;

  font-size: 14px;

  font-weight: 100;

  letter-spacing: 1px;

  padding: 15px 30px;

  transition: all 0.2s;

  cursor: pointer;

  color: #fff;

  text-transform: uppercase;

  position: relative;
}

.banner_cont a:hover {
  background-color: #000;
}

.banner_cont a:hover::before,
.banner_cont a:hover::after {
  background-color: #000;
}

.banner_cont a::before {
  content: "";

  position: absolute;

  height: 70px;

  width: 1px;

  right: -5px;

  top: -10px;

  background-color: #fff;

  transition: all 0.2s;
}

.banner_cont a::after {
  content: "";

  position: absolute;

  height: 1px;

  width: 100%;

  background-color: #fff;

  transition: all 0.2s;

  bottom: -5px;

  right: -15px;
}

.next-btn {
  position: absolute;

  top: 90%;

  right: 15%;

  font-weight: 600;

  font-size: 20px;

  background-color: #02364e;

  color: #fff;

  padding: 10px;

  z-index: 9999;

  cursor: pointer;

  transition: all 0.5s;
}

.prev-btn {
  position: absolute;

  z-index: 9999;

  top: 90%;

  right: 20%;

  font-weight: 600;

  font-size: 20px;

  background-color: #02364e;

  color: #fff;

  padding: 10px;

  cursor: pointer;

  transition: all 0.5s;
}

.next-btn:hover,
.prev-btn:hover {
  background-color: #000;
}

.about {
  width: 100%;

  background-image: url(images/bg.png);

  background-repeat: no-repeat;

  background-size: cover;

  padding: 80px 0 50px 0;
}

.about_cont {
  width: 88%;
  margin: 0 auto;
  /* display: flex; */
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.about_image {
  width: 37%;
  float: left;
  margin-right: 49px;
}

.about_image img {
  width: 100%;
}

.about_text {
  width: 100%;
}

.about_text h5 {
  font-size: 24px;

  color: #3d3d3d;

  padding-bottom: 10px;
}

.about_text h2 {
  color: #02364e;

  font-size: 35px;

  font-weight: 200;

  position: relative;

  padding-bottom: 30px;
}

.about_text h2::after {
  content: "";

  position: absolute;

  right: 34%;

  bottom: 10px;

  width: 24%;

  height: 1px;

  border-bottom: 3px dotted #003e5f;

  border-spacing: 5px;
}

.about_text p {
  font-size: 18px;
  color: #636363;
  font-weight: 200;
  line-height: 1.5;
  padding: 10px 0 10px 0;
}

.more {
  background-color: #003e5f;

  display: inline-block;

  font-size: 14px;

  font-weight: 100;

  letter-spacing: 1px;

  padding: 15px 30px;

  transition: all 0.2s;

  cursor: pointer;

  color: #fff;

  text-transform: uppercase;

  position: relative;
  
}

.more:hover {
  background-color: #000;
}

.more:hover::before,
.more:hover::after {
  background-color: #000;
}

.more::before {
  content: "";

  position: absolute;

  height: 70px;

  width: 1px;

  right: -5px;

  top: -10px;

  background-color: #000;

  transition: all 0.2s;
}

.more::after {
  content: "";

  position: absolute;

  height: 1px;

  width: 100%;

  background-color: #000;

  transition: all 0.2s;

  bottom: -5px;

  right: -15px;
}

.touch::before {
  background-color: #fff;
}

.touch::after {
  background-color: #fff;
}

.formbtn {
  margin-top: 30px;
}

.services {
  width: 88%;

  margin: 70px auto;

  text-align: center;
}

.services h5 {
  color: #3d3d3d;

  font-size: 24px;

  font-weight: 200;

  padding-bottom: 10px;
}

.services h2 {
  color: #02364e;

  font-size: 35px;

  font-weight: 200;

  position: relative;

  display: inline-block;
}

.services h2::after {
  content: "";

  position: absolute;

  left: 40%;

  bottom: -10px;

  width: 24%;

  height: 1px;

  border-bottom: 3px dotted #003e5f;

  border-spacing: 5px;
}

.service_cont {
  width: 100%;

  display: flex;

  justify-content: space-between;

  flex-wrap: wrap;
}

.service_box {
  width: 32%;

  text-align: center;

  margin: 50px 0 0 0;
}

.service_image {
  width: 100%;

  height: 350px;

  margin-bottom: 30px;

  overflow: hidden;

  cursor: pointer;
}

.service_image img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  transition: all 0.5s ease;
}

.service_image:hover img {
  transform: scale(1.2);
}

.service_box h4 {
  color: #02364e;

  font-size: 21px;

  font-weight: 500;

  padding-bottom: 10px;
}

.service_box p {
  color: #212121;

  font-size: 15px;

  font-weight: 100;

  padding-bottom: 20px;
}

.service_box a {
  padding: 10px 30px;

  font-size: 14px;

  color: #02364e;

  text-transform: uppercase;

  display: inline-block;

  font-weight: 100;

  letter-spacing: 0.5px;

  transition: all 0.5s;

  cursor: pointer;

  border: 3px solid #02364e;
}

.service_box a:hover {
  border: 3px solid #000;
  background-color: #000;

  color: #fff;
}

.choose {
  width: 88%;

  margin: 70px auto;

  text-align: center;
}

.choose h2 {
  font-size: 35px;

  position: relative;

  display: inline-block;

  padding: 10px;

  color: #02364e;

  font-weight: 200;
}

.choose h2::after {
  position: absolute;

  content: "";

  width: 100px;

  height: 1px;

  border-bottom: 3px dotted #02364e;

  border-spacing: 5px;

  bottom: 0;

  left: 36%;
}

.choose_cont {
  width: 100%;

  display: flex;

  justify-content: space-between;

  margin: 40px 0 0 0;

  flex-wrap: wrap;
}

.choose_image {
  width: 30%;
  background-image: url(images/bg-iconbox.jpg);
  background-size: cover;
  text-align: center;
  padding: 37px 30px 20px 32px;
  transition: all 0.5s ease;
  cursor: pointer;
}

.choose_image h4 {
  font-size: 19px;

  color: #02364e;

  font-weight: 200;

  padding: 15px 0;

  text-transform: uppercase;
}

.choose_image p {
  width: 95%;

  margin: 0 auto;

  padding-bottom: 10px;

  font-size: 15px;

  line-height: 18px;
}

.choose_image:nth-child(2) img {
  width: 30%;
}

.choose_image:hover {
  background: #003e5f;
}

.choose_image:hover h4 {
  color: #fff;
}

.choose_image:hover p {
  color: #fff;
}

.gallery {
  width: 88%;

  margin: 0 auto 70px auto;

  text-align: center;
}

.gallery h2 {
  font-size: 35px;

  position: relative;

  display: inline-block;

  padding: 10px;

  color: #02364e;

  font-weight: 200;

  margin-bottom: 40px;
}

.gallery h2::after {
  position: absolute;

  content: "";

  width: 80px;

  height: 1px;

  border-bottom: 3px dotted #02364e;

  border-spacing: 5px;

  bottom: 0;

  left: 20%;
}

.masonary {
  display: flex;

  justify-content: space-between;
}

.gallery_image {
  width: 48%;

  height: 200px;

  margin-bottom: 20px;

  overflow: hidden;
}

.gallery_image img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  transition: all 0.5s;

  cursor: pointer;
}

.gallery_image:hover img {
  transform: scale(1.2);
}

.gallery_image2 {
  width: 48%;

  display: flex;

  justify-content: space-between;

  height: 200px;
}

.image {
  width: 48%;

  height: 100%;

  overflow: hidden;
}

.image img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  transition: all 0.5s;

  cursor: pointer;
}

.image:hover img {
  transform: scale(1.2);
}

.masonary:nth-child(3) {
  flex-direction: row-reverse;
}

.newsletter {
  width: 100%;

  margin: 0 0 70px 0;

  background-color: #003e5f;

  padding: 50px 0;
}

.news_cont {
  width: 88%;

  margin: 0 auto;

  display: flex;

  justify-content: space-between;

  align-items: center;
}

.news_text {
  color: #fff;

  width: 75%;
}

.news_text h2 {
  font-size: 36px;

  font-weight: 200;
}

.news_text p {
  font-size: 15px;

  padding: 10px 0;
}

.news_btn {
  width: 20%;

  text-align: right;
}

.news_btn a {
  background-color: #fff;

  display: inline-block;

  font-size: 14px;

  font-weight: 100;

  letter-spacing: 1px;

  padding: 15px 30px;

  color: #000;

  text-transform: uppercase;

  position: relative;

  cursor: pointer;

  transition: all 0.5s;
}

.news_btn a:hover {
  background-color: #000;

  color: #fff;
}

.news_btn a::before {
  content: "";

  position: absolute;

  height: 70px;

  width: 1px;

  right: -5px;

  top: -10px;

  background-color: #fff;

  transition: all 0.5s;
}

.news_btn a::after {
  content: "";

  position: absolute;

  height: 1px;

  width: 100%;

  background-color: #fff;

  bottom: -5px;

  right: -15px;

  transition: all 0.5s;
}

.news_btn a:hover::before,
.news_btn a:hover::after {
  background-color: #000;
}

.testimonial {
  width: 88%;
  margin: 65px auto 36px auto;
  text-align: center;
}

.testimonial h5 {
  color: #575757;

  font-size: 17px;

  text-transform: uppercase;
}

.testimonial h2 {
  color: #02364e;

  font-size: 36px;

  font-weight: 200;

  padding: 15px 0 20px 0;

  display: inline-block;

  position: relative;
}

.testimonial h2::after {
  position: absolute;

  content: "";

  width: 100px;

  height: 1px;

  border-bottom: 3px dotted #02364e;

  border-spacing: 5px;

  bottom: 0;

  left: 36%;
}

.testimonial_cont {
  width: 100%;
  margin: 10px 0 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.client_box {
  width: 30%;

  padding: 40px;
}

.client_text {
  width: 100%;

  padding: 30px 32px;

  border: 1px solid #7798aa;

  margin-bottom: 20px;

  position: relative;

  box-shadow: 20px 20px #c9deea;
}

.client_text p {
  color: #003e5f;

  text-align: left;

  font-size: 15px;

  line-height: 26px;
}

.client_text img {
  position: absolute;

  top: -25px;

  left: 32px;

  z-index: 99;
}

.client_image {
  width: 100%;

  display: flex;

  justify-content: space-between;

  align-items: center;

  margin: 80px 0 0 0;
}

.cl_img {
  width: 30%;

  text-align: left;
}

.cl_text {
  width: 65%;

  text-align: left;
}

.cl_text h5 {
  font-size: 17px;

  color: #575757;

  font-weight: 200;
}

.cl_text h5 {
  font-size: 17px;

  color: #575757;

  font-weight: 200;

  text-transform: capitalize;
}

.cl_text p {
  font-size: 15px;

  color: #575757;

  padding: 10px 0;

  text-transform: uppercase;
}

.footer {
  background-color: #02364e;

  color: #fff;

  padding: 70px 0 30px 0;
}

.footer_cont {
  width: 88%;

  margin: 0 auto;
}

.footer_image {
  width: 100%;

  text-align: center;
}

.footer_text {
  width: 80%;

  display: flex;

  justify-content: space-between;

  margin: 0 auto;
}

.footer_box {
  width: 40%;
}

.footer_box:nth-child(1) {
  padding-left: 10%;
}

.footer_box h3 {
  font-size: 25px;

  font-weight: 200;

  padding-bottom: 10px;
}

.footer_box p {
  font-size: 13px;

  line-height: 2;

  font-family: poppins;

  /* width: 70%; */
}

.footer_box h4 {
  font-family: edwardmedium;

  font-size: 25px;

  font-weight: 200;

  padding-bottom: 10px;
}

.footer_box ul li {
  display: block;

  font-size: 13px;

  margin-bottom: 10px;
}

.footer_box ul li i {
  padding: 10px;

  border: 1px solid #fff;

  border-radius: 50%;

  margin-right: 10px;
}

.footer_box ul li a {
  font-family: poppins;

  line-height: 12px;

  color: #fff;
}

.footer_nav {
  width: 100%;

  margin: 30px 0;
}

.footer_nav ul {
  display: flex;

  justify-content: center;

  align-items: center;
}

.footer_nav ul li {
  display: inline-block;
  transition: 0.2s;
}

.footer_nav ul li a {
  display: inline-block;

  margin: 0 15px 0 0;

  font-family: roboto;

  font-weight: 100;

  font-size: 12px;

  text-transform: uppercase;

  transition: all 0.5s;

  cursor: pointer;

  color: #fff;
}

.footer_nav ul li a:hover {
  transform: translateY(-2px);
}

.copyright {
  text-align: center;
}

.copyright p {
  font-size: 13px;

  font-family: poppins;
}

/* index css ends */

.contact_banner {
  width: 100%;
  height: 300px;
  background-image: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url(images/contact.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  background-color: rgba(0, 0, 0, 1);
}

.contact_banner h1 {
  color: #fff;
}

.contact_banner ul {
  padding: 10% 0 0 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
}

.contact_banner ul li {
  font-size: 13px;

  font-family: roboto;

  text-transform: uppercase;

  position: relative;

  padding: 0 10px 0 10px;

  transition: all 0.5s ease;
}

.contact_banner ul li:nth-child(1)::after {
  position: absolute;

  content: "/";

  z-index: 999;

  right: -5px;

  top: 0;

  color: #fff;
}

.contact_banner ul li a {
  color: #fff;
}

.contact_banner ul li:nth-child(1) :hover {
  color: #fff;

  font-weight: 600;
}

.contact_detail {
  width: 88%;

  margin: 40px auto 35px auto;

  display: flex;

  justify-content:center;

  align-items: flex-start;
}

.contact_text {
     width: 37%;
    margin: 16px 23px;
}
.con-form {
    width: 50%;
    margin: 10px 20px;
}

.contact_text h5 {
  color: #3d3d3d;

  font-size: 17px;

  text-transform: uppercase;

  font-weight: 200;

  padding-bottom: 10px;

  letter-spacing: 1px;
}

.contact_text h2 {
  color: #02364e;

  font-size: 38px;

  font-weight: 200;

  position: relative;

  display: inline-block;

  padding-bottom: 30px;
}

.contact_text h2::after {
  content: "";

  position: absolute;

  left: 0;

  bottom: 10px;

  width: 24%;

  height: 1px;

  border-bottom: 3px dotted #003e5f;

  border-spacing: 5px;
}

.contact_text p {
  font-size: 18px;

  color: #636363;

  font-weight: 200;

  line-height: 1.5;

  padding: 0 0 30px 0;
}

.contact_locate {
      width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.contact_box {
     width: 22%;
    margin: 0 13px 15px 0;

  border-bottom: 1px solid silver;
}

.contact_box h4 {
  color: #02364e;

  font-size: 18px;

  font-weight: 100;

  padding-bottom: 10px;
}

.contact_box h4 i {
  margin-right: 10px;
}

.contact_box p {
  color: #3d3d3d;

  font-size: 17px;

  font-weight: 100;

  padding: 0 0 20px 35px;
}
.contact_detail {
    margin: 40px auto 1px auto;
}
.contact_form {
    width: 90%;
    margin: 0 auto 70px auto;
    display: flex;
    justify-content: space-between;
        flex-wrap: wrap;
}

.contact_head {
  width: 100%;

  text-align: center;
}

.contact_head h2 {
  color: #02364e;

  font-size: 36px;

  font-weight: 100;

  padding-bottom: 20px;

  display: inline-block;

  position: relative;
}

.contact_head h2::after {
  content: "";

  position: absolute;

  left: 40%;

  bottom: 10px;

  width: 24%;

  height: 1px;

  border-bottom: 3px dotted #003e5f;

  border-spacing: 5px;
}

.contact_head p {
  color: #3d3d3d;

  font-size: 17px;

  font-weight: 100;

  padding: 10px 0 0 0;
}

.formbox {
  width: 100%;

  margin: 0px 0 0 0;

  /*display: flex;*/

  /*justify-content: space-between;*/
}
.formbox p {
    display: flex;
}

.formbox input {
    width: 93%;
    border: 1px solid #c2c2c2;
    outline: none;
    padding: 10px 0 10px 10px;
    height: 50px;
    border-radius: 5px;
    font-size: 15px;
    color: #575757;
    margin: 0 8px 8px 0;
}

.form_input {
  width: 97%;

  border: 1px solid #c2c2c2;

  outline: none;

  padding: 10px 0 10px 10px;

  height: 50px;

  border-radius: 5px;

  font-size: 15px;

  color: #575757;

  margin: 0 0 8px 0;
}

.textbox {
  width: 97%;

  border: 1px solid #c2c2c2;

  outline: none;

  padding: 10px 0 10px 10px;

  height: 120px;

  border-radius: 5px;

  font-size: 15px;

  color: #575757;

  resize: none;
}
.wpcf7-spinner {
    position: absolute !important;
}
.textbox::placeholder {
  color: #3d3d3d;
}
.detail-form br {
    display: none;
}

.submit_btn {
  display: inline-block;

  padding: 10px 40px;

  background-color: #003e5f;

  color: #fff;

  font-size: 17px;

  font-family: roboto;

  font-weight: 100;

  outline: none;

  margin: 40px 0 0 0;

  cursor: pointer;

  position: relative;

  border: none;

  transition: all 0.5s ease;
}

.submit_btn i {
  transition: all 0.5s ease;
}

.submit_btn::after,
.submit_btn::before {
  content: "";

  position: absolute;

  width: 20%;

  height: 20%;

  border: 2px solid;

  transition: all 0.5s ease;
}

.submit_btn::after {
  bottom: -5px;

  right: -5px;

  border-bottom-color: #003e5f;

  border-top-color: transparent;

  border-right-color: #003e5f;

  border-left-color: transparent;
}

.submit_btn::before {
  top: -5px;

  left: -5px;

  border-bottom-color: transparent;

  border-top-color: #003e5f;

  border-right-color: transparent;

  border-left-color: #003e5f;
}

.submit_btn:hover::after,
.submit_btn:hover::before {
  width: 100%;

  height: 100%;

  border-color: #000;
}

.submit_btn:hover i {
  margin-left: 10px;
}

.submit_btn:hover {
  background-color: #000;
}

/* contact css ends */

.about_banner {
  background-image: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url(images/about_banner.jpg);
}

.counter {
  width: 100%;

  position: relative;

  overflow: hidden;
}

.counter img {
  width: 100%;

  height: 350px;

  object-fit: cover;
}

.counter_cont {
  width: 88%;

  position: absolute;

  left: 6%;

  top: 15%;
}

.counter_text {
  width: 100%;

  text-align: center;
}

.counter_text h5 {
  color: #daa14c;

  font-size: 17px;

  text-transform: uppercase;

  font-weight: 200;

  padding-bottom: 10px;

  letter-spacing: 1px;
}

.counter_text h2 {
  color: #fff;

  font-size: 38px;

  font-weight: 800;

  position: relative;

  display: inline-block;

  padding-bottom: 30px;
}

.counter_text h2::after {
  content: "";

  position: absolute;

  left: 36%;

  bottom: 10px;

  width: 24%;

  height: 1px;

  border-bottom: 3px dotted #fff;

  border-spacing: 5px;
}

.counter_box {
  width: 80%;

  margin: 20px auto 0 auto;

  display: flex;

  justify-content: space-between;
}

.counter-up {
  width: 22%;

  padding: 20px;

  transition: all 0.5s ease;

  text-align: left;

  color: #daa14c;

  display: inline-block;

  place-items: center;
  cursor: pointer;
}

.counter-up:hover {
  background-color: #02364e;

  color: #fff;
}

.counter-up h3 {
  font-size: 50px;

  font-family: poppins;

  font-weight: 800;

  position: relative;
}

.counter-up h3::after {
  content: "\2b";

  /*position: absolute;*/

  top: 0;

  left: -25px;
}

.counter-up p {
  font-size: 15px;

  font-weight: 600;

  color: #fff;
}

.get_in_touch {
  width: 100%;

  position: relative;

  margin: 70px 0;
}

.get_cont {
  width: 88%;

  position: absolute;

  left: 6%;

  top: 20%;

  display: flex;

  justify-content: space-between;
}

.get_text {
  width: 48%;
}

.get_text h5 {
  color: #c9deea;

  font-size: 17px;

  text-transform: uppercase;

  font-weight: 200;

  padding-bottom: 10px;

  letter-spacing: 1px;
}

.get_text h2 {
  color: #fff;

  font-size: 38px;

  font-weight: 800;

  position: relative;

  display: inline-block;

  padding-bottom: 30px;
}

.get_text h2::after {
  content: "";

  position: absolute;

  left: 0;

  bottom: 10px;

  width: 24%;

  height: 1px;

  border-bottom: 3px dotted #fff;

  border-spacing: 5px;
}

.get_box {
  width: 48%;
}

.get_box img {
  width: 100%;
}

.get_text p {
  font-size: 17px;

  margin: 30px 0;

  width: 70%;

  color: #fff;
}

.our_client {
  width: 100%;

  height: 400px;

  background-image: url(images/client_bg.png);

  background-repeat: no-repeat;

  background-size: cover;

  display: flex;

  justify-content: space-between;

  text-align: left;

  padding: 80px 0 80px 0;

  margin: 80px 0 0 0;
}

.cl_box {
  /* width: 48%; */

  height: 320px;

  background-color: #fff;

  box-shadow: 2px 2px 5px #c2c2c2;

  padding: 20px 40px 20px 30px;

  border-radius: 10px;
}

.cl_box i {
  font-size: 40px;

  margin-bottom: 20px;

  color: #003e5f;
}

.cl_box p {
  font-size: 17px;

  color: #3d3d3d;

  font-weight: 100;

  margin-bottom: 40px;
}

.cl_imgclient {
  width: 100%;

  display: flex;

  margin: 20px 0 0 0;

  justify-content: center;
}

/* about css ends */

.service_banner {
  background-image: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url(images/service_bg.jpg);
}

.service_banner ul li:nth-child(1) :hover {
  font-weight: 600;

  color: #000;
}

.service_banner {
  background-image: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url(images/service_bg.jpg);
}

/* service css ends */

.service_detail {
  background-image: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url(images/servicedetail.jpg);
}

.contact_banner ul li:nth-child(1)::after {
  position: absolute;

  content: "/";

  z-index: 999;

  right: -5px;

  top: 0;

  color: #fff;
}

.service_detail ul li:nth-child(2)::after {
  position: absolute;

  content: "/";

  z-index: 999;

  right: -5px;

  top: 0;

  color: #fff;
}

.service_detail ul li:nth-child(2) :hover {
  color: #fff;

  font-weight: 600;
}

.detail-box {
  width: 88%;

  margin: 70px auto;

  display: flex;

  justify-content: space-between;

  align-items: flex-start;
}

.detail-content {
  width: 65%;
}

.detail_img {
  width: 100%;

  height: 500px;

  overflow: hidden;

  border-radius: 5px;
}

.detail_img img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  cursor: pointer;

  transition: all 0.5s ease;

  border-radius: 5px;
}

.detail_img:hover img {
  transform: scale(1.2) rotate(5deg);
}

.detail-text {
  width: 100%;
}

.detail-text h2 {
  color: #02364e;

  font-size: 36px;

  font-weight: 200;

  position: relative;

  display: inline-block;

  padding: 30px 0;

  margin: 0 0 20px 0;
}

.detail-text h2::after {
  content: "";

  position: absolute;

  left: 0;

  bottom: 10px;

  width: 25%;

  height: 1px;

  border-bottom: 3px dotted #02364e;

  border-spacing: 5px;
}

.detail-text p {
  font-family: roboto;

  font-size: 15px;

  line-height: 1.8;

  color: #575757;

  margin: 0 0 20px 0;
}

.toggle {
  position: relative;

  padding: 0 0 0 20px;

  margin: 0 0 0 40px;

  display: inline-block;

  font-style: italic;
}

.toggle::before {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 5px;

  height: 100%;

  background-color: #02364e;

  border-radius: 5px;
}

.detail-text h4 {
  color: #02364e;

  font-size: 21px;

  font-weight: 300;

  padding: 0 0 20px 0;
}

.detail-form {
  width: 30%;

  background-color: #fff;

  box-shadow: 0 0px 10px #757783;

  border-radius: 10px;

  padding: 0 0 40px 0;

  position: -webkit-sticky;

  position: sticky;

  top: 100px;
}

.detail-form h4 {
  font-size: 21px;

  font-family: poppins;

  font-weight: 600;

  padding: 20px 0 20px 0;

  margin: 0 0 30px 0;

  text-align: center;

  color: #fff;

  background-color: #003e5f;

  border-radius: 10px 10px 0 0;
}

.detail-form form {
  margin: 0 0 0 20px;
}

.detail-form label {
  display: block;

  margin: 0 0 0px 0;

  font-family: roboto;

  font-size: 17px;

  font-weight: 500;
}

.detail-form input {
  width: 90%;

  padding: 10px;

  outline: none;

  border: 1px solid #8c7986;

  margin: 0 0 20px 0;

  border-radius: 5px;

  font-size: 14px;
}

.detail-form input:focus {
  border-color: #02364e;
}

.detail-form textarea {
  width: 90%;

  padding: 10px;

  height: 70px;

  outline: none;

  border: 1px solid #8c7986;

  margin: 0 0 20px 0;

  border-radius: 5px;

  font-size: 14px;

  resize: none;
}

.detail_btn {
  display: block;

  padding: 0;

  width: 90%;

  height: 40px;

  margin: 20px 0 0 0;
}

/* service detail css ends */

.gallery_banner {
  background-image: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url(images/kitcheninterior.webp);
}

.portfolio {
  width: 88%;

  margin: 70px auto;
}

.portfolio ul {
  list-style-type: none;

  display: flex;

  justify-content: center;

  align-items: center;
}

.portfolio ul li {
  display: inline-block;
}

.portfolio ul li a {
  display: inline-block;

  font-family: poppins;

  font-size: 14px;

  font-weight: 600;

  margin: 0 20px 0;

  padding: 0 0 10px 0;

  position: relative;

  transition: all 0.2s ease;

  cursor: pointer;
}

.portfolio ul li a::after {
  content: "";

  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;

  height: 3px;

  border-radius: 5px;

  transform: scaleX(0);

  transform-origin: bottom right;

  transition: transform 0.5s linear;

  background-color: #02364e;
}

.portfolio ul li a:hover {
  color: #02364e;
}

.portfolio ul li a:hover::after {
  transform: scaleX(1);

  transform-origin: bottom left;
}

.portfolio-panel {
  width: 88%;

  margin: 0 auto 70px auto;

  display: flex;

  justify-content: space-between;

  flex-wrap: wrap;
}

.portfolio_box {
  width: 32%;

  height: 250px;

  overflow: hidden;

  position: relative;

  transition: all 0.5s;

  cursor: pointer;

  margin: 0 0 40px 0;
}

.portfolio_box img {
  width: 100%;

  height: 100%;

  transition: all 0.5s;

  object-fit: cover;
}

.mask_box {
  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

  background-color: rgba(0, 0, 0, 0.6);

  opacity: 0;

  transition: all 0.5s;
}

.portfolio_box:hover img {
  transform: scale(1.2);
}

.portfolio_box:hover .mask_box {
  opacity: 1;
}

.mask_box h4 {
  color: #fff;

  font-size: 20px;

  font-weight: 400;

  text-transform: uppercase;

  font-family: poppins-bold;

  display: inline-block;

  margin: 45% 0 0 30px;

  transition: all 0.5s linear;
}

.mask_box h4:hover {
  color: #daa14c;
}

/* gallery css ends */

.testimonial_banner {
  background-image: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url(images/testimonialbg.jpg);
}

.test_cont {
  width: 100%;

  margin: 70px 0 0 0;

  display: flex;

  justify-content: space-between;

  flex-wrap: wrap;
}

.test_cont .client {
  margin: 0 0 80px 0;
}

/* testimonial css ends */

.portfolio_banner {
  background-image: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url(images/portfoliobg.webp);
}

.filter-box {
  width: 88%;

  margin: 70px auto;
}

.filter-box ul {
  list-style-type: none;

  display: flex;

  justify-content: center;

  align-items: center;
}

.filter-box ul li {
  display: inline-block;

  padding: 5px 10px;

  margin-right: 20px;

  font-family: poppins;

  font-size: 13px;

  font-weight: 600;

  letter-spacing: 1px;

  cursor: pointer;
}

.filter-box ul li.active {
  background-color: #02364e;

  color: #fff;
}

.project_box {
  width: 100%;

  margin: 50px 0 0 0;

  display: grid;

  grid-template-columns: repeat(3, auto);

  grid-gap: 20px;
}

.project_image {
  height: 300px;

  position: relative;

  margin: 0 0 30px 0;

  cursor: pointer;

  overflow: hidden;
}

.project_image img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  transition: all 0.5s ease;
}

.project_image:hover img {
  transform: scale(1.2);
}

.project_text {
  width: 100%;
  height: 70px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgb(16 16 16 / 52%);
  transform: scaleX(0);
  transform-origin: top right;
  transition: transform 0.5s ease;
}

.project_image:hover .project_text {
  transform: scaleX(1);

  transform-origin: top left;
}

.project_text a {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  display: inline-block;
  margin: 18px 0 0 30px;
  padding: 0 0 5px 0;
  font-family: poppins-medium;
  position: relative;
}

.project_text a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  border-radius: 5px;
  background-color: #ffffff;
  transition: all 0.5s linear;
}

.project_text a:hover::after {
  width: 100%;
}

.project_text p {
  color: #575757;

  font-size: 13px;

  font-weight: 100;

  margin: 10px 0 0 30px;

  cursor: text;
}

.portfoliodetail_banner {
  background-image: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url(images/portfoliodetail.webp);
}

/* portfolio css ends */

.design_box {
  width: 88%;

  margin: 70px auto;

  display: flex;

  justify-content: space-between;

  align-items: flex-start;
}

.design_image {
  width: 60%;
}

.design_imgbox {
  width: 100%;

  height: 500px;

  margin: 0 0 40px 0;
}

.design_imgbox img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.design_text {
  width: 35%;

  position: -webkit-sticky;

  position: sticky;

  top: 120px;
}

.design_text p {
  font-size: 15px;

  color: #8d8f90;

  line-height: 1.8;

  padding: 0 0 20px 0;
}

.design_text strong {
  color: #000;

  margin-right: 50px;
}

.st_txt {
  width: 100%;

  display: flex;

  justify-content: space-between;
}

.st_client {
  width: 50%;

  font-family: poppins-medium;

  font-size: 15px;
}

.st_info {
  width: 50%;
}

@media screen and (min-width: 320px) and (max-width: 479.67px) {
  h1 {
    font-family: titillium;

    font-size: 40px;
  }

  .header {
    display: none;
  }

  .head_nav {
    padding: 80px 0 0 0;
  }

  .banner {
    width: 100%;
  }

  .banner img {
    height: 435px;
  }

  .banner_cont {
    width: 90%;
    left: 5%;
  }

  .banner_cont h1 {
    padding: 40% 0 0 0;
  }

  .banner_cont p {
    width: 100%;
  }

  .banner_cont a {
    margin-top: 20px;
  }

  .next-btn {
    right: 5%;
  }

  .about {
    padding: 35px 0 0 0;
  }

  .about_cont {
    width: 90%;
    display: block;
  }

  .about_image {
    width: 100%;
  }

  .about_text {
    width: 100%;
  }

  .about_text h5 {
    font-size: 17px;
  }

  .about_text h2 {
    font-size: 25px;
  }

  .about_text p {
    font-size: 16px;
  }

  .services {
    width: 90%;
    margin: 35px auto;
  }

  .services h5 {
    font-size: 17px;
  }

  .services h2 {
    font-size: 25px;
  }

  .service_cont {
    width: 100%;
    display: block;
    margin: 40px 0 0 0;
  }

  .service_box {
    width: 100%;
    margin: 0 0 40px 0;
  }

  .service_box:last-child {
    margin: 0 0 0 0;
  }

  .choose {
    width: 90%;
    margin: 0 auto 35px auto;
  }

  .choose h2 {
    font-size: 25px;
  }

  .choose h2::after {
    left: 30%;
  }

  .choose_cont {
    width: 100%;
    display: block;
  }

  .choose_image {
    width: 100%;
    margin: 0 0 40px 0;
  }

  .choose_image:last-child {
    margin: 0 0 0 0;
  }

  .gallery {
    width: 90%;
    margin: 0 auto 35px auto;
  }

  .gallery h2 {
    font-size: 25px;
  }

  .gallery h2::after {
    left: 10%;
  }

  .masonary {
    display: block;
  }

  .gallery_image {
    width: 100%;
    margin-bottom: 40px;
  }

  .gallery_image:nth-child(2) {
    margin-bottom: 0;
  }

  .gallery_image2 {
    width: 100%;
  }

  .gallery_image2:nth-child(2) {
    margin-bottom: 0;
  }

  .newsletter {
    width: 100%;
  }

  .news_cont {
    width: 90%;
    display: block;
  }

  .news_text {
    width: 100%;
    text-align: center;
  }

  .news_text h2 {
    font-size: 25px;
  }

  .news_btn {
    width: 100%;
    text-align: center;
    margin: 30px 0 0 0;
  }

  .testimonial {
    width: 90%;
  }

  .testimonial h5 {
    font-size: 17px;
  }

  .testimonial h2 {
    font-size: 25px;
  }

  .testimonial h2::after {
    left: 27%;
  }

  .testimonial_cont {
    margin: 0 0 0 0;
  }

  .footer {
    padding: 30px 0 20px 0;
  }

  .footer_cont {
    width: 90%;
  }

  .footer_image {
    width: 83%;
    text-align: left;
    margin: 0 0 20px 0;
  }

  .footer_image img {
    width: 35%;
  }

  .footer_text {
    width: 100%;
    display: block;
  }

  .footer_box {
    width: 100%;
    margin-bottom: 18px;
  }

  .footer_box h3 {
    font-size: 18px;
  }

  .footer_box h4 {
    font-size: 18px;
  }

  .footer_box:nth-child(1) {
    padding: 0 0 0 0;
  }

  .footer_box:last-child {
    margin: 0 0 0 0;
  }

  .footer_nav {
    width: 100%;
    margin: 17px 0 18px 0;
  }

  .footer_nav ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer_nav ul li a {
    margin: 0 10px 10px 0;
    font-size: 11px;
  }

  /* about css */

  .contact_banner ul {
    padding: 40% 0 0 0;
  }


  .counter_cont {
    width: 90%;
    left: 5%;
  }

  .counter_text h2 {
    font-size: 20px;
  }

  .counter_box {
    width: 100%;
    display: block;
  }



  .counter-up h3 {
    font-size: 25px;
  }

  .about_testimonial {
    width: 90%;
    margin: 70px auto 0 auto;
  }

  /* service css */

  .service_detail h1 {
    font-size: 28px;
  }

  .detail-box {
    width: 90%;
    display: block;
  }

  .detail-content {
    width: 100%;
    margin: 0 0 40px 0;
  }

  .detail_img {
    width: 100%;
    height: 300px;
  }

  .detail-text {
    width: 100%;
  }

  .detail-text h2 {
    font-size: 25px;
  }

  .detail-text h4 {
    font-size: 18px;
  }

  .detail-form {
    width: 100%;
    margin: 70px 0 0 0;
    padding: 0 0 0 0;
    position: static;
    box-shadow: none;
    border-left: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
  }

  .detail-form h4 {
    font-size: 18px;
  }

  /* gallery css */

  .portfolio-panel {
    width: 90%;
    display: block;
  }

  .portfolio_box {
    width: 100%;
    margin: 0 0 40px 0;
  }

  .portfolio_box:last-child {
    margin: 0 0 0 0;
  }

  /* portfolio css */

  .filter-box {
    width: 90%;
    margin: 70px auto 0 auto;
  }

  .project_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .project_image {
    width: 100%;
    height: 300px;
  }

  .project_image:last-child {
    margin: 0 0 0 0;
  }

  /* testimonial css */

  .test_cont {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .test_cont .client_box {
    width: 90%;
    margin: 0 auto 0 auto;
    padding: 0;
  }

  .test_cont .client_box:last-child {
    margin: 0 0 0 0;
  }

  .test_cont .client_box .client_image {
    margin: 30px 0 0 0;
  }

  .test_cont .client_box .cl_text p {
    padding: 0 0;
  }

/* contact css */

.contact_detail{
  width: 90%;
  display: block;
}

.contact_text{
  width: 100%;
  margin: 0 0 40px 0;
}

.contact_text h2{
  font-size: 25px;
}

.contact_text p{
  font-size: 16px;
  padding: 0 0 0 0;
}

.contact_locate{
  width: 100%;
  display: block;
}

.contact_box{
  width: 100%;
}

.contact_box h4{
  font-size: 17px;
}

.contact_box p{
  font-size: 15px;
}

.contact_head{
  width: 100%;
}

.contact_head h2{
  font-size: 25px;
}

.contact_head p{
  font-size: 16px;
}

.formbox{
  width: 100%;
}

.formbox input{
  width: 100%;
}

}

@media screen and (min-width: 480px) and (max-width: 599.67px) {
  h1 {
    font-family: titillium;

    font-size: 42px;
  }

  .header {
    display: none;
  }

  .mob_logo img {
    width: 70%;
    margin: 10px 0 0 0;
  }

  .head_nav {
    padding: 80px 0 0 0;
  }

  .banner {
    width: 100%;
  }

  .banner img {
    height: 500px;
  }

  .banner_cont {
    width: 90%;
    left: 5%;
  }

  .banner_cont h1 {
    padding: 40% 0 0 0;
  }

  .banner_cont p {
    width: 100%;
  }

  .banner_cont a {
    margin-top: 20px;
  }

  .next-btn {
    right: 10%;
  }

  .about {
    padding: 35px 0 0 0;
  }

  .about_cont {
    width: 90%;
    display: block;
  }

  .about_image {
    width: 100%;
  }

  .about_text {
    width: 100%;
  }

  .about_text h5 {
    font-size: 17px;
  }

  .about_text h2 {
    font-size: 28px;
  }

  .about_text p {
    font-size: 16px;
  }

  .services {
    width: 90%;
    margin: 30px auto;
  }

  .services h5 {
    font-size: 17px;
  }

  .services h2 {
    font-size: 28px;
  }

  .service_cont {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px 0 0 0;
  }

  .service_box {
    width: 48%;
    margin: 0 0 40px 0;
  }

  .service_box:last-child {
    margin: 0 0 0 0;
  }

  .choose {
    width: 90%;
    margin: 0 auto;
  }

  .choose h2 {
    font-size: 28px;
  }

  .choose h2::after {
    left: 30%;
  }

  .choose_cont {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .choose_image {
    width: 48%;
    margin: 0 0 40px 0;
  }

  .choose_image:last-child {
    margin: 0 0 0 0;
  }

  .gallery {
    width: 90%;
    margin: 70px auto;
  }

  .gallery h2 {
    font-size: 28px;
  }

  .gallery h2::after {
    left: 10%;
  }

  .masonary {
    display: block;
  }

  .gallery_image {
    width: 100%;
    margin-bottom: 40px;
  }

  .gallery_image:nth-child(2) {
    margin-bottom: 0;
  }

  .gallery_image2 {
    width: 100%;
  }

  .gallery_image2:nth-child(2) {
    margin-bottom: 0;
  }

  .newsletter {
    width: 100%;
  }

  .news_cont {
    width: 90%;
    display: block;
  }

  .news_text {
    width: 100%;
    text-align: center;
  }

  .news_text h2 {
    font-size: 28px;
  }

  .news_btn {
    width: 100%;
    text-align: center;
    margin: 30px 0 0 0;
  }

  .testimonial {
    width: 90%;
  }

  .testimonial h5 {
    font-size: 17px;
  }

  .testimonial h2 {
    font-size: 28px;
  }

  .testimonial h2::after {
    left: 27%;
  }

  .testimonial_cont {
    margin: 0 0 0 0;
  }

  .footer {
    padding: 70px 0 20px 0;
  }

  .footer_cont {
    width: 90%;
  }

  .footer_image {
    width: 100%;
    text-align: left;
    margin: 0 0 40px 0;
  }

  .footer_image img {
    width: 25%;
  }

  .footer_text {
    width: 100%;
    display: block;
  }

  .footer_box {
    width: 100%;
    margin-bottom: 40px;
  }

  .footer_box h3 {
    font-size: 18px;
  }

  .footer_box h4 {
    font-size: 18px;
  }

  .footer_box:nth-child(1) {
    padding: 0 0 0 0;
  }

  .footer_box:last-child {
    margin: 0 0 0 0;
  }

  .footer_nav {
    width: 100%;
    margin: 40px 0 20px 0;
  }

  .footer_nav ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer_nav ul li a {
    margin: 0 10px 10px 0;
    font-size: 11px;
  }

  /* about css */

  .contact_banner {
    width: 100%;
    height: 300px;
  }

  .contact_banner ul {
    padding: 36% 0 0 0;
  }


  .counter_cont {
    width: 90%;
    left: 5%;
  }

  .counter_box {
    width: 100%;
    display: block;
  }

  .counter-up:last-child {
    margin: 0 0 0 0;
  }

  .counter-up h3 {
    font-size: 28px;
  }

  .about_testimonial {
    width: 90%;
    margin: 70px auto 0 auto;
  }

  .service_detail h1 {
    font-size: 30px;
  }

  .service_detail ul {
    padding: 40% 0 0 0;
  }

  .detail-box {
    width: 90%;
    display: block;
  }

  .detail-content {
    width: 100%;
    margin: 0 0 40px 0;
  }

  .detail_img {
    width: 100%;
    height: 300px;
  }

  .detail-text {
    width: 100%;
  }

  .detail-text h2 {
    font-size: 28px;
  }

  .detail-text h4 {
    font-size: 18px;
  }

  .detail-form {
    width: 100%;
    margin: 70px 0 0 0;
    padding: 0 0 0 0;
    position: static;
    box-shadow: none;
    border-left: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
  }

  .detail-form h4 {
    font-size: 18px;
  }

  /* gallery css */

  .portfolio-panel {
    width: 90%;
    display: block;
  }

  .portfolio_box {
    width: 100%;
    margin: 0 0 40px 0;
  }

  .portfolio_box:last-child {
    margin: 0 0 0 0;
  }

  /* portfolio css */

  .filter-box {
    width: 90%;
    margin: 70px auto 0 auto;
  }

  .project_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .project_image {
    width: 100%;
    height: 300px;
  }

  .project_image:last-child {
    margin: 0 0 0 0;
  }

  /* testimonial css */

  .test_cont {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .test_cont .client_box {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0;
  }

  .test_cont .client_box:last-child {
    margin: 0 0 0 0;
  }

  .test_cont .client_box .client_image {
    margin: 30px 0 0 0;
  }

  .test_cont .client_box .cl_text {
    width: 75%;
  }

  .test_cont .client_box .cl_text p {
    padding: 0 0;
  }

  /* contact css */

.contact_detail{
  width: 90%;
  display: block;
}

.contact_text{
  width: 100%;
  margin: 0 0 40px 0;
}

.contact_text h2{
  font-size: 28px;
}

.contact_text p{
  font-size: 16px;
  padding: 0 0 0 0;
}

.contact_locate{
  width: 100%;
  display: block;
}

.contact_box{
  width: 100%;
}


.contact_box h4{
  font-size: 17px;
}

.contact_box p{
  font-size: 15px;
}

.contact_head{
  width: 100%;
}

.contact_head h2{
  font-size: 28px;
}

.contact_head p{
  font-size: 16px;
}

.formbox{
  width: 100%;
}

.formbox input{
  width: 100%;
}

}

@media screen and (min-width: 600px) and (max-width: 799.67px) {
  h1 {
    font-family: titillium;

    font-size: 45px;
  }

  .header {
    display: none;
  }

  .mob_logo img {
    width: 50%;
    margin: 10px 0 0 0;
  }

  .head_nav {
    padding: 80px 0 0 0;
  }

  .banner {
    width: 100%;
  }

  .banner img {
    height: 500px;
  }

  .banner_cont {
    width: 90%;
    left: 5%;
  }

  .banner_cont h1 {
    padding: 30% 0 0 0;
  }

  .banner_cont p {
    width: 100%;
  }

  .banner_cont a {
    margin-top: 20px;
  }

  .next-btn {
    right: 10%;
  }

  .about {
    padding: 70px 0 0 0;
  }

  .about_cont {
    width: 90%;
  }

  .about_image {
    width: 48%;
  }


  .about_text h5 {
    font-size: 17px;
  }

  .about_text h2 {
    font-size: 30px;
  }

  .about_text p {
    font-size: 16px;
  }

  .services {
    width: 90%;
    margin: 70px auto;
  }

  .services h5 {
    font-size: 17px;
  }

  .services h2 {
    font-size: 30px;
  }

  .service_cont {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px 0 0 0;
  }

  .service_box {
    width: 48%;
    margin: 0 0 40px 0;
  }

  .service_box:last-child {
    margin: 0 0 0 0;
  }

  .choose {
    width: 90%;
    margin: 0 auto;
  }

  .choose h2 {
    font-size: 30px;
  }

  .choose h2::after {
    left: 30%;
  }

  .choose_cont {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .choose_image {
    width: 48%;
    margin: 0 0 40px 0;
  }

  .choose_image:last-child {
    margin: 0 0 0 0;
  }

  .gallery {
    width: 90%;
    margin: 70px auto;
  }

  .gallery h2 {
    font-size: 30px;
  }

  .gallery h2::after {
    left: 10%;
  }

  .masonary {
    display: block;
  }

  .gallery_image {
    width: 100%;
    margin-bottom: 40px;
  }

  .gallery_image:nth-child(2) {
    margin-bottom: 0;
  }

  .gallery_image2 {
    width: 100%;
  }

  .gallery_image2:nth-child(2) {
    margin-bottom: 0;
  }

  .newsletter {
    width: 100%;
  }

  .news_cont {
    width: 90%;
    display: block;
  }

  .news_text {
    width: 100%;
    text-align: center;
  }

  .news_text h2 {
    font-size: 30px;
  }

  .news_btn {
    width: 100%;
    text-align: center;
    margin: 30px 0 0 0;
  }

  .testimonial {
    width: 90%;
    margin: 0 auto;
  }

  .testimonial h5 {
    font-size: 17px;
  }

  .testimonial h2 {
    font-size: 30px;
  }

  .testimonial h2::after {
    left: 27%;
  }

  .testimonial_cont {
    margin: 0 0 0 0;
  }

  .cl_text {
    width: 60%;
  }

  .cl_text h5 {
    font-size: 15px;
  }

  .cl_text p {
    font-size: 13px;
  }

  .footer {
    padding: 70px 0 20px 0;
  }

  .footer_cont {
    width: 90%;
  }

  .footer_image {
    width: 100%;
    text-align: center;
    margin: 0 0 40px 0;
  }

  .footer_image img {
    width: 25%;
  }

  .footer_text {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .footer_box {
    width: 48%;
  }

  .footer_box h3 {
    font-size: 18px;
  }

  .footer_box h4 {
    font-size: 18px;
  }

  .footer_box:nth-child(1) {
    padding: 0 0 0 0;
  }

  .footer_box:last-child {
    margin: 0 0 0 0;
  }

  .footer_nav {
    width: 100%;
    margin: 40px 0 20px 0;
  }

  .footer_nav ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer_nav ul li a {
    margin: 0 10px 10px 0;
    font-size: 11px;
  }

  /* about css */

  .contact_banner {
    width: 100%;
    height: 370px;
  }

  .contact_banner ul {
    padding: 32% 0 0 0;
  }

  .counter_cont {
    width: 90%;
    left: 5%;
  }

  .counter_text h2 {
    font-size: 30px;
  }

  .counter_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .counter-up h3 {
    font-size: 30px;
  }


  .about_testimonial {
    width: 90%;
    margin: 70px auto 0 auto;
  }

  .detail-box {
    width: 90%;
    display: block;
  }

  .detail-content {
    width: 100%;
    margin: 0 0 40px 0;
  }

  .detail_img {
    width: 100%;
    height: 350px;
  }

  .detail-text {
    width: 100%;
  }

  .detail-text h2 {
    font-size: 30px;
  }

  .detail-text h4 {
    font-size: 18px;
  }

  .detail-form {
    width: 100%;
    margin: 70px 0 0 0;
    padding: 0 0 0 0;
    position: static;
    box-shadow: none;
    border-left: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
  }

  .detail-form h4 {
    font-size: 18px;
  }

  /* gallery css */

  .portfolio-panel {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
  }

  .portfolio_box {
    width: 48%;
    margin: 0 0 40px 0;
  }

  /* portfolio css */

  .filter-box {
    width: 90%;
    margin: 70px auto 0 auto;
  }

  .project_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .project_image {
    width: 48%;
    height: 300px;
  }

  /* testimonial css */

  .test_cont {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .test_cont .client_box {
    width: 45%;
    margin: 0 0 0 0;
    padding: 0;
  }

  .test_cont .client_box:last-child {
    margin: 0 0 0 0;
  }

  .test_cont .client_box .client_image {
    margin: 30px 0 0 0;
  }

  .test_cont .client_box .cl_text p {
    padding: 0 0;
  }

  /* contact css */

.contact_detail{
  width: 90%;
  display: flex;
}
.contact_text h2{
  font-size: 30px;
}

.contact_text p{
  font-size: 16px;
  padding: 0 0 0 0;
}

.contact_box h4{
  font-size: 17px;
}

.contact_box p{
  font-size: 15px;
}

.contact_head{
  width: 100%;
}

.contact_head h2{
  font-size: 30px;
}

.contact_head p{
  font-size: 16px;
}

.formbox{
  width: 100%;
}



}

@media screen and (min-width: 800px) and (max-width: 990.67px) {
  h1 {
    font-family: titillium;

    font-size: 48px;
  }

  .header {
    display: none;
  }

  .mob_logo img {
    width: 36%;
    margin: 10px 0 0 0;
  }

  .head_nav {
    padding: 80px 0 0 0;
  }

  .banner {
    width: 100%;
  }

  .banner img {
    height: 500px;
  }

  .banner_cont {
    width: 90%;
    left: 5%;
  }

  .banner_cont h1 {
    padding: 20% 0 0 0;
  }

  .banner_cont p {
    width: 60%;
  }

  .banner_cont a {
    margin-top: 20px;
  }

  .next-btn {
    right: 12%;
  }

  .about {
    padding: 70px 0 0 0;
  }

  .about_cont {
    width: 90%;
  }

  .about_image {
    width: 48%;
  }

  .about_text h5 {
    font-size: 20px;
  }

  .about_text h2 {
    font-size: 32px;
  }

  .about_text p {
    font-size: 16px;
  }

  .services {
    width: 90%;
    margin: 70px auto;
  }

  .services h5 {
    font-size: 20px;
  }

  .services h2 {
    font-size: 32px;
  }

  .service_cont {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px 0 0 0;
  }

  .service_box {
    width: 48%;
    margin: 0 0 40px 0;
  }

  .service_box:last-child {
    margin: 0 0 0 0;
  }

  .choose {
    width: 90%;
    margin: 0 auto;
  }

  .choose h2 {
    font-size: 32px;
  }

  .choose h2::after {
    left: 30%;
  }

  .choose_cont {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .choose_image {
    width: 48%;
    margin: 0 0 40px 0;
  }

  .choose_image:last-child {
    margin: 0 0 0 0;
  }

  .gallery {
    width: 90%;
    margin: 70px auto;
  }

  .gallery h2 {
    font-size: 32px;
  }

  .gallery h2::after {
    left: 16%;
  }

  .masonary {
    display: block;
  }

  .gallery_image {
    width: 100%;
    margin-bottom: 40px;
  }

  .gallery_image:nth-child(2) {
    margin-bottom: 0;
  }

  .gallery_image2 {
    width: 100%;
  }

  .gallery_image2:nth-child(2) {
    margin-bottom: 0;
  }

  .newsletter {
    width: 100%;
  }

  .news_cont {
    width: 90%;
    display: block;
  }

  .news_text {
    width: 100%;
    text-align: center;
  }

  .news_text h2 {
    font-size: 32px;
  }

  .news_btn {
    width: 100%;
    text-align: center;
    margin: 30px 0 0 0;
  }

  .testimonial {
    width: 90%;
    margin: 0 auto;
  }

  .testimonial h5 {
    font-size: 20px;
  }

  .testimonial h2 {
    font-size: 32px;
  }

  .testimonial h2::after {
    left: 27%;
  }

  .testimonial_cont {
    margin: 0 0 0 0;
  }

  .cl_text h5 {
    font-size: 17px;
  }

  .footer {
    padding: 70px 0 20px 0;
  }

  .footer_cont {
    width: 90%;
  }

  .footer_image {
    width: 100%;
    text-align: center;
    margin: 0 0 40px 0;
  }

  .footer_text {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .footer_box {
    width: 40%;
  }

  .footer_box h3 {
    font-size: 20px;
  }

  .footer_box h4 {
    font-size: 20px;
  }

  .footer_box:nth-child(1) {
    padding: 0 0 0 0;
  }

  .footer_box:last-child {
    margin: 0 0 0 0;
  }

  .footer_nav {
    width: 100%;
    margin: 40px 0 20px 0;
  }

  .footer_nav ul {
    justify-content: center;
  }

  .footer_nav ul li a {
    margin: 0 10px 10px 0;
    font-size: 12px;
  }

  /* about css */

  .contact_banner {
    width: 100%;
    height: 500px;
  }

  .contact_banner ul {
    padding: 27% 0 0 0;
  }

  .counter_cont {
    width: 90%;
    left: 5%;
  }

  .counter_text h2 {
    font-size: 32px;
  }

  .counter_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .counter-up h3 {
    font-size: 32px;
  }

  .about_testimonial {
    width: 90%;
    margin: 70px auto 0 auto;
  }

  .detail-box {
    width: 90%;
    display: flex;
  }

  .detail-content {
    width: 60%;
  }

  .detail_img {
    width: 100%;
    height: 300px;
  }

  .detail-text {
    width: 100%;
  }

  .detail-text h2 {
    font-size: 32px;
  }

  .detail-text h4 {
    font-size: 18px;
  }

  .detail-form {
    width: 35%;
    padding: 0;
  }

  .detail-form h4 {
    font-size: 18px;
  }

  /* gallery css */

  .portfolio-panel {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
  }

  .portfolio_box {
    width: 48%;
    margin: 0 0 40px 0;
  }

  /* portfolio css */

  .filter-box {
    width: 90%;
    margin: 70px auto 0 auto;
  }

  .project_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .project_image {
    width: 48%;
    height: 300px;
  }

  /* testimonial css */

  .test_cont {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .test_cont .client_box {
    width: 45%;
    margin: 0 0 0 0;
    padding: 0;
  }

  .test_cont .client_box:last-child {
    margin: 0 0 0 0;
  }

  .test_cont .client_box .client_image {
    margin: 30px 0 0 0;
  }

  .test_cont .client_box .cl_text p {
    padding: 0 0;
  }

    /* contact css */

.contact_detail{
  width: 90%;
  display: flex;
}

.contact_text h2{
  font-size: 32px;
}

.contact_text p{
  font-size: 16px;
  padding: 0 0 0 0;
}

.contact_box h4{
  font-size: 17px;
}

.contact_box p{
  font-size: 15px;
}

.contact_head{
  width: 100%;
}

.contact_head h2{
  font-size: 32px;
}

.contact_head p{
  font-size: 16px;
}

.formbox{
  width: 100%;
}

.formbox p{
  width: 100%;
}

}

@media screen and (min-width: 991px) and (max-width: 1024px) {
  h1 {
    font-family: titillium;

    font-size: 52px;
  }

  .header {
    display: none;
  }

  .mob_logo {
    margin: 10px 0 0 44px;
  }

  .mob_logo img {
    width: 40%;
    margin: 10px 0 0 0;
  }

  .sidebar ul li {
    padding: 0 0 20px 50px;
  }

  .head_nav {
    padding: 80px 0 0 0;
  }

  .banner {
    width: 100%;
  }

  .banner img {
    height: 500px;
  }

  .banner_cont {
    width: 90%;
    left: 5%;
  }

  .banner_cont h1 {
    padding: 20% 0 0 0;
  }

  .banner_cont p {
    width: 60%;
  }

  .banner_cont a {
    margin-top: 20px;
  }

  .next-btn {
    right: 15%;
  }

  .about {
    padding: 70px 0 0 0;
  }

  .about_text h5 {
    font-size: 20px;
  }

  .about_text h2 {
    font-size: 33px;
  }

  .about_text p {
    font-size: 16px;
  }

  .services {
    width: 90%;
    margin: 70px auto;
  }

  .services h5 {
    font-size: 20px;
  }

  .services h2 {
    font-size: 33px;
  }

  .service_cont {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px 0 0 0;
  }

  /*.service_box {*/
  /*  width: 48%;*/
  /*  margin: 0 0 40px 0;*/
  /*}*/

  /*.service_box:last-child {*/
  /*  margin: 0 0 0 0;*/
  /*}*/

  .choose {
    width: 90%;
    margin: 0 auto;
  }

  .choose h2 {
    font-size: 33px;
  }

  .choose h2::after {
    left: 30%;
  }

  .choose_cont {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  /*.choose_image {*/
  /*  width: 48%;*/
  /*  margin: 0 0 40px 0;*/
  /*}*/

  /*.choose_image:last-child {*/
  /*  margin: 0 0 0 0;*/
  /*}*/

  .gallery {
    width: 90%;
    margin: 70px auto;
  }

  .gallery h2 {
    font-size: 33px;
  }

  .gallery h2::after {
    left: 16%;
  }

  .masonary {
    display: block;
  }

  .gallery_image {
    width: 100%;
    margin-bottom: 40px;
  }

  .gallery_image:nth-child(2) {
    margin-bottom: 0;
  }

  .gallery_image2 {
    width: 100%;
  }

  .gallery_image2:nth-child(2) {
    margin-bottom: 0;
  }

  .newsletter {
    width: 100%;
  }

  .news_cont {
    width: 90%;
    display: block;
  }

  .news_text {
    width: 100%;
    text-align: center;
  }

  .news_text h2 {
    font-size: 33px;
  }

  .news_btn {
    width: 100%;
    text-align: center;
    margin: 30px 0 0 0;
  }

  .testimonial {
    width: 90%;
    margin: 0 auto;
  }

  .testimonial h5 {
    font-size: 20px;
  }

  .testimonial h2 {
    font-size: 33px;
  }

  .testimonial h2::after {
    left: 27%;
  }

  .testimonial_cont {
    margin: 0 0 0 0;
  }

  .cl_text h5 {
    font-size: 17px;
  }

  .footer {
    padding: 70px 0 20px 0;
  }

  .footer_cont {
    width: 90%;
  }

  .footer_image {
    width: 100%;
    text-align: center;
    margin: 0 0 40px 0;
  }

  .footer_text {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .footer_box {
    width: 40%;
  }

  .footer_box h3 {
    font-size: 20px;
  }

  .footer_box h4 {
    font-size: 20px;
  }

  .footer_box:nth-child(1) {
    padding: 0 0 0 10%;
  }

  .footer_nav {
    width: 100%;
    margin: 40px 0 20px 0;
  }

  .footer_nav ul {
    justify-content: center;
  }

  .footer_nav ul li a {
    margin: 0 10px 10px 0;
    font-size: 12px;
  }

  /* about css */

  .contact_banner {
    width: 100%;
    height: 500px;
  }

  .contact_banner ul {
    padding: 27% 0 0 0;
  }

  .counter {
    margin: 70px 0 0 0;
  }

  .counter img {
    height: 310px;
  }

  .counter_cont {
    width: 90%;
    left: 5%;
  }

  .counter_text h2 {
    font-size: 33px;
  }

  .counter_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .counter-up h3 {
    font-size: 33px;
  }

  .about_testimonial {
    width: 90%;
    margin: 70px auto 0 auto;
  }

  .detail-box {
    width: 90%;
    display: flex;
  }

  .detail-content {
    width: 60%;
  }

  .detail_img {
    width: 100%;
    height: 300px;
  }

  .detail-text {
    width: 100%;
  }

  .detail-text h2 {
    font-size: 33px;
  }

  .detail-text h4 {
    font-size: 18px;
  }

  .detail-form {
    width: 35%;
    padding: 0;
  }

  .detail-form h4 {
    font-size: 18px;
  }

  /* gallery css */

  .portfolio-panel {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
  }

  .portfolio_box {
    width: 30%;
    margin: 0 0 40px 0;
  }

  /* portfolio css */

  .filter-box {
    width: 90%;
    margin: 70px auto 0 auto;
  }

  .project_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .project_image {
    width: 30%;
    height: 300px;
  }

  /* testimonial css */

  .test_cont {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .test_cont .client_box {
    width: 29%;
    margin: 0 0 0 0;
    padding: 0;
  }

  .test_cont .client_box:last-child {
    margin: 0 0 0 0;
  }

  .test_cont .client_box .client_image {
    margin: 30px 0 0 0;
  }

  .test_cont .client_box .cl_text {
    width: 56%;
  }

  .test_cont .client_box .cl_text p {
    padding: 0 0;
  }

      /* contact css */

.contact_detail{
  width: 90%;
  display: flex;
}

.contact_text{
  width: 35%;
  margin: 0 0 40px 0;
}

.contact_text h2{
  font-size: 33px;
}

.contact_text p{
  font-size: 16px;
  padding: 0 0 0 0;
}

.contact_box h4{
  font-size: 17px;
}

.contact_box p{
  font-size: 15px;
}


.contact_head{
  width: 100%;
}

.contact_head h2{
  font-size: 33px;
}

.contact_head p{
  font-size: 16px;
}

.formbox{
  width: 100%;
}

.formbox p{
  width: 100%;
}


}

@media screen and (min-width: 1025px) {
  .mob_header {
    display: none;
  }

  .sidebar {
    display: none;
  }
}


@media screen and (min-width: 1025px) and (max-width: 1279px) {
  h1 {
    font-family: titillium;

    font-size: 55px;
  }

  .logo img {
    margin: 15px 0 5px -65px;
  }

  .menu ul li:nth-child(1) {
    margin: 0 0 0 45px;
  }

  .menu ul li a {
    font-size: 10px;
  }

  .menu-head a {
    font-size: 12px;
  }

  .banner {
    width: 100%;
  }

  .banner img {
    height: 500px;
  }

  .banner_cont {
    width: 88%;
    left: 6%;
  }

  .banner_cont h1 {
    padding: 20% 0 0 0;
  }

  .banner_cont p {
    width: 50%;
  }

  .banner_cont a {
    margin-top: 20px;
  }

  .next-btn {
    right: 15%;
  }

  .about {
    padding: 70px 0 0 0;
  }



  .about_image {
    width: 48%;
  }


  .about_text h5 {
    font-size: 22px;
  }

  .about_text h2 {
    font-size: 34px;
  }

  .about_text p {
    font-size: 16px;
  }

  .services {
    width: 88%;
    margin: 70px auto;
  }

  .services h5 {
    font-size: 22px;
  }

  .services h2 {
    font-size: 34px;
  }

  .service_cont {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px 0 0 0;
  }

  .service_box {
    width: 32%;
  }

  .choose {
    width: 88%;
    margin: 0 auto;
  }

  .choose h2 {
    font-size: 34px;
  }

  .choose h2::after {
    left: 30%;
  }

  .choose_cont {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .choose_image {
    width: 30%;
  }

  .gallery {
    width: 88%;
    margin: 70px auto;
  }

  .gallery h2 {
    font-size: 34px;
  }

  .gallery h2::after {
    left: 16%;
  }

  .masonary {
    display: block;
  }

  .gallery_image {
    width: 100%;
    margin-bottom: 40px;
  }

  .gallery_image:nth-child(2) {
    margin-bottom: 0;
  }

  .gallery_image2 {
    width: 100%;
  }

  .gallery_image2:nth-child(2) {
    margin-bottom: 0;
  }

  .newsletter {
    width: 100%;
  }

  .news_cont {
    width: 88%;
    display: flex;
    align-items: center;
  }

  .news_text {
    width: 75%;
  }

  .news_text h2 {
    font-size: 34px;
  }

  .news_btn {
    width: 20%;
    text-align: center;
  }

  .testimonial {
    width: 88%;
    margin: 0 auto;
  }

  .testimonial h5 {
    font-size: 22px;
  }

  .testimonial h2 {
    font-size: 34px;
  }

  .testimonial h2::after {
    left: 27%;
  }

  .testimonial_cont {
    margin: 0 0 0 0;
  }

  .cl_text h5 {
    font-size: 17px;
  }

  .cl_text p {
    font-size: 14px;
  }

  .footer {
    padding: 70px 0 20px 0;
  }

  .footer_cont {
    width: 88%;
  }

  .footer_image {
    width: 100%;
    text-align: center;
    margin: 0 0 40px 0;
  }

  .footer_text {
    width: 80%;
    display: flex;
    justify-content: space-between;
  }

  .footer_box {
    width: 40%;
  }

  .footer_box h3 {
    font-size: 20px;
  }

  .footer_box h4 {
    font-size: 20px;
  }

  .footer_nav {
    width: 100%;
    margin: 40px 0 20px 0;
  }

  .footer_nav ul {
    justify-content: center;
  }

  .footer_nav ul li a {
    margin: 0 10px 10px 0;
    font-size: 12px;
  }

  /* about css */

  .contact_banner {
    width: 100%;
    height: 450px;
  }

  .contact_banner ul {
    padding: 18% 0 0 0;
  }

  .counter {
    margin: 70px 0 0 0;
  }

  .counter img {
    height: 310px;
  }

  .counter_cont {
    width: 88%;
  }

  .counter_text h2 {
    font-size: 34px;
  }

  .counter_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .counter-up h3 {
    font-size: 34px;
  }

  .about_testimonial {
    width: 88%;
    margin: 70px auto 0 auto;
  }

  .detail-box {
    width: 88%;
    display: flex;
  }

  .detail-content {
    width: 60%;
  }

  .detail_img {
    width: 100%;
    height: 450px;
  }

  .detail-text {
    width: 100%;
  }

  .detail-text h2 {
    font-size: 34px;
  }

  .detail-text h4 {
    font-size: 19px;
  }

  .detail-form {
    width: 35%;
    padding: 0;
  }

  .detail-form h4 {
    font-size: 19px;
  }

  /* gallery css */

  .portfolio-panel {
    width: 88%;
    display: flex;
    flex-wrap: wrap;
  }

  .portfolio_box {
    width: 30%;
    margin: 0 0 40px 0;
  }

  /* portfolio css */

  .filter-box {
    width: 90%;
    margin: 70px auto 0 auto;
  }

  .project_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .project_image {
    width: 30%;
    height: 300px;
  }

  /* testimonial css */

  .test_cont {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .test_cont .client_box {
    width: 29%;
    margin: 0 0 0 0;
    padding: 0;
  }

  .test_cont .client_box:last-child {
    margin: 0 0 0 0;
  }

  .test_cont .client_box .client_image {
    margin: 30px 0 0 0;
  }

  .test_cont .client_box .cl_text {
    width: 56%;
  }

  .test_cont .client_box .cl_text p {
    padding: 0 0;
  }

        /* contact css */

.contact_detail{
  width: 90%;
  display: flex;
}

.contact_text{
  width: 35%;
  margin: 0 0 40px 0;
}

.contact_text h2{
  font-size: 34px;
}

.contact_text p{
  font-size: 16px;
  padding: 0 0 0 0;
}
.contact_box h4{
  font-size: 17px;
}

.contact_box p{
  font-size: 15px;
}


.contact_head{
  width: 100%;
}

.contact_head h2{
  font-size: 34px;
}

.contact_head p{
  font-size: 16px;
}

.formbox{
  width: 100%;
}

.formbox p{
  width: 100%;
}

i.fa.fa-location {
    width: 70px;
}


}


@media only screen and (max-width: 1280px){
    .about_image {
        width: 37%;
        float: left;
        margin-right: 19px;
    }
}   


@media only screen and (max-width: 1199px){
    .banner_cont h1 {
        padding: 13% 0 0 0;
    }
    .gallery-tab {
        width: auto;
        margin: auto;
    }
    .about_text h2::after {
        display:none;
    }
}

@media only screen and (max-width: 991px){
    .about_image {
        width: 45%;
        float: left;
        margin-right: 19px;
    }
}

@media only screen and (max-width: 860px){
    .banner_cont h1 {
    padding: 17% 0 0 0;
    }
}

@media only screen and (max-width: 768px){
    h1 {
    font-family: titillium;
    font-size: 38px;
    }
    .banner_cont h1 {
    padding: 22% 0 0 0;
    }
}


@media only screen and (max-width: 599px){
    .about_image {
    width: 40%;
    /* float: left; */
    margin: auto;
}
.about_text h2 {
    font-size: 20px;
    padding-bottom: 0;
}
}

@media only screen and (max-width: 480px){
    .banner_cont h1 {
        font-size: 26px;
    }
    .banner_cont h1 {
    padding: 35% 0px 0px 0px;
    }
    .about_image {
        width: 100%;
    }
    .leptop{
        display: none;
    }
    .mobile{
        display: block;
        margin-bottom: 17px;
    }
}    


@media only screen and (max-width: 375px){
    .banner_cont h1 {
    padding: 45% 0px 0px 0px;
    }
    .banner_cont h1 {
    font-size: 22px;
    }
    .banner_cont p {
    width: 90%;
    margin: 10px auto;
    font-size: 13px;
    }
    .contact_banner ul li {
    font-size: 10px;
    }
}


.gallery-tab{
    width: 1250px;
    margin: auto;
    margin-top: 31px;
    margin-bottom: 20px;
}
ul#tabs {
    list-style-type: none;
    padding: 0;
    text-align: center;
     margin-bottom: 20px;

}
ul#tabs li {
    display: inline-block;
    background-color: #1D1F20;
    border-bottom: solid 5px #02364e;
    padding: 5px 20px;
    color: #fff;
    cursor: pointer;
        margin-bottom: 7px;
}
ul#tabs li:hover {
    background-color: #02364e;
}
ul#tab img {
    width: 100%;
    height: 100%;
    transition: .2s;
}
.g-img {
    overflow: hidden;
    width: 287px;
    display: inline-block;
    margin: 6px;
}
ul#tab .g-img img:hover{
    transform: scale(1.1);
}
ul#tabs li.active {
    background-color: #02364e;
}
ul#tab {
    list-style-type: none;
    margin: 0;
    padding: 5px 20px;
}
ul#tab li {
    display: none;
}
ul#tab li.active {
    display: block;
}

@media only screen and (max-width: 1200px){
.gallery-tab{
    width: auto;
    margin: auto;
}
.counter-up h3::after{
    left: -22px;
}
}

@media only screen and (max-width: 850px){
    .contact_box {
        width: 47%;
    }
}
@media only screen and (max-width: 700px){
    .counter-up{
        width: 47%;
        text-align: center;
    }
    .counter-up h3::after {
        left: 87px;
    }
    .counter img {
        height: 390px;
    }
    .contact_text {
        width: 100%;
        margin: 16px 23px;
    }
    .con-form {
        width: 100%;
        margin: 10px 20px;
    }
    
}

@media only screen and (max-width: 500px){
    .choose_image {
        width: 100%;
        margin: 0 0 40px 0;
    }
    .about {
        padding: 31px 0 0 0;
    }
    .contact_box {
        width: 100%;
    }
    .contact_box {
        width: 100%;
        margin: 0 0 14px 0;
    }
    .contact_box p{
        padding: 0 0 7px 35px;
    }
    .test_cont .client {
        margin: 0 0 52px 0;
    }
    .testimonial {
        margin: 20px auto 3px auto;
    }
    .client_image{
        margin: 31px 0 0 0;
    }
    .newsletter{
        margin: 0 0 35px 0;
    }
.detail-box {
    width: 90%;
    display: block;
}
.detail-form input {
    width: 95%;
}
.detail-form textarea{
  width: 95%;  
}
    ul#tabs li {
    margin-bottom: 10px;
}
.counter_text h2 {
    font-size: 20px;
}
.counter_cont{
    top: 11%;
}
.sidebar ul li a {
    font-size: 13px;
}
.service_box {
    width: 100%;
    margin: 0 0 40px 0;
}
.contact_detail {
    margin: 33px auto;
}
}

.choose_image i.fa {
    color: #02364e;
    font-size: 50px;
    padding: 2px 0;
}

.choose_image:hover  i.fa {
    color: #fff;
}











.contact_box a {
    color: #3d3d3d;
}