/*===== Body and general tag css =====*/
 
body {
    position: relative;
   font-family: 'Inter-light';
   font-size: 15px;
   line-height: 24px;  
   color: #000; 
   overflow-x: hidden;  
}
ul, ol {
   margin: 0;
   padding: 0; 
   padding-inline-start: 0;
} 
a { 
   color: #000;
   outline: none;
   text-decoration: none;
   transition: all ease 0.3s;
}
a:focus {
   outline: none;
}
a:hover {
   text-decoration: none;
   color: #089147;
} 
h1, h2,h3, h4, h5, h6 {
   font-family: 'Inter-ExtraBold'; 
   color: #000; 
}
h1{font-size: 70px;}
h2{font-size: 30px;}
h3{font-size: 24px;}
h4{font-size: 20px;}
h5{font-size: 16px;}
h6{font-size: 12px;}

img {
   max-width: 100%;
   vertical-align: top;
   display: block;
} 
.form-control:focus{
   border-color: #dee2e6;
   box-shadow: none;
}
.form-control {
    border-radius: 50px;
    height: 47px;
    padding: 0 18px;
}
.form-control::placeholder{
   color: #7A7A7A;
   font-size: 15px;
   font-style: italic;
   font-family: 'Inter-Light'; 
}
.nav-overlay {
    overflow: hidden;
}
.custom-container{
   position: relative;
   width: 82%;
   padding: 0 15px;
   margin: 0 auto;
}
.container { 
    position: relative;
}

/*===== fonts =====*/ 
@font-face {
   font-family: 'Inter-ExtraBold'; 
   src: url('../fonts/Inter-ExtraBold.woff2') format('woff2'),
        url('../fonts/Inter-ExtraBold.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'Inter-SemiBold'; 
   src: url('../fonts/Inter-SemiBold.woff2') format('woff2'),
        url('../fonts/Inter-SemiBold.woff') format('woff');
   font-weight: normal;
   font-style: normal;
} 
@font-face {
   font-family: 'Inter-Light'; 
   src: url('../fonts/Inter-Light.woff2') format('woff2'),
        url('../fonts/Inter-Light.woff') format('woff');
   font-weight: normal;
   font-style: normal;
} 
/*===== theme elements =====*/ 
/*Back To Top Button*/  
a.back-to-top {
   position: fixed;
   z-index: 999;
   right: 12px;
   bottom: 12px;
   display: none;
   width: 42px;
   height: 42px;
   border-radius: 30px;
   background: #000;
   color: #fff;
   font-size: 27px;
   text-align: center;
   padding: 10px 0px;
}
a.back-to-top:before {
   content: '\f062';
   font-family: 'Line Awesome Free';
   font-style: normal;
   font-weight: 900;
}
a.back-to-top:hover{
   color: #fff !important;
   background: #089147;
}
/*cta-circle-btn*/ 
.cta-circle-btn {
    position: relative;
}
.cta-circle-btn a{
   color: #089147;
   font-family: 'Inter-SemiBold';
   font-size: 15px;
   line-height: 1.1;
   position: relative;
   top: 15px;
   left: 23px;
}
.cta-circle-btn:before{
   content: '';
   background: #DFF1E7;
   width: 52px;
   height: 52px;
   border-radius: 100%;
   position: absolute;
   left: 0;
}

.cta-btn{
    text-align: center;
    margin-bottom: 30px;
    background: #089147;
    padding: 20px 35px; 
    border-radius: 40px;
    border: 1px solid #ddd;
    display: block;
    font-family: 'Inter-ExtraBold';
    font-size: 14px;
	color: #fff;
}
.cta-btn:hover{
    background: #057d3c;
	color: #fff;
}
/*heading-aside*/
.heading-aside {
    padding: 15px 40px 15px 0;
}
.heading-aside h2{
   text-align: right;
    font-size: 44px;
}
.heading-aside span{ 
   color: #8B8B8B;
    font-size: 22px;
    line-height: 1.3;
    text-align: right;
    display: block;
    width: 48%;
    margin-left: auto;
    margin-top: 20px;
    font-family: 'Inter-SemiBold';
}
.aside-container-box{
   border-left: 1px solid #000;
   padding-left: 30px;
}
/*===== header =====*/ 
#header { 
   position: relative;
   padding: 45px 0;
   z-index: 99;
   transition: all ease 0.5s; 
}

.scrolled-header{
  position: sticky !important;
  top: -100%; 
  background: #fff;
  box-shadow: 1px 1px 4px #ddd;
  padding: 30px 0 !important;
}
.scrolled-header.scrolled-up{
   top: 0%; 
} 
.header-logo{
   width: 135px;
   display: inline-block; 
} 
.header-nav{
   position: absolute;
   right: 25px;
   top: -12px;
   display: flex;
   flex-direction: row;
}  
.header-navigation{ 
   margin-left: 70px;
   font-size: 15px;
   line-height: 1;
   margin-top: 18px;
   cursor: pointer;
} 
.header-navigation i{
   color: #089147;
   font-style: normal;
   font-weight: 600;
}
.header-navigation span{
   display: inline-block;
   background: #089147;
   width: 20px;
   height: 1px;
   vertical-align: middle;
   position: relative;
   margin-left: 5px;
   transition: all ease 0.2s;
}
.header-navigation span:before, .header-navigation span:after{
   content: '';
   background: #089147;
   width: 20px;
   height: 1px;
   position: absolute;
   left: -4px; 
   transition: all ease 0.3s;
}
.header-navigation span:before{
   top: -5px;
}
.header-navigation span:after{
   bottom: -5px;
}


/*nav*/
.nav-container {
    background: #fff; 
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.3s;
    padding-top: 8%;
    padding-bottom: 5%;
    overflow-y: auto;
}

.nav-overlay .nav-container {
    opacity: 1;
    visibility: visible; 
}
.nav-container ul{
   list-style-type: none;
    padding-inline-start: 0;
    text-align: center;
    width: 50%;
    margin: auto;
    position: relative;
    top: 20%; 
}
.nav-container ul li{
   font-family: 'Inter-ExtraBold'; 
   font-size: 43px;
   display: inline-block;
    margin: 35px 60px;
}
.nav-overlay .header-logo{
   position: relative;
   z-index: 999;
   right: 2px;
}
.nav-overlay .header-navigation { 
   z-index: 999;
    margin-right: 5px;
    padding: 0 10px 10px;
}
.nav-overlay #header {
    position: unset; 
}

.nav-overlay .header-navigation span:before, .nav-overlay .header-navigation span:after { 
    left: 0;
    width: 35px;
}
.nav-overlay .header-navigation span:before{
       transform: rotate(45deg);
    top: -1px;
}
.nav-overlay .header-navigation span:after { 
   transform: rotate(-45deg);
    bottom: 0;
}
.nav-overlay .header-navigation span { 
    height: 0; 
}

/*Banner*/
.banner-slider{
   position: relative;
   padding-top: 60px;
   height: 86vh;
}
.banner-slider:after{
   content: '';
   background: #F2F2F2;
   height: 95vh;
   width: 40%;
   position: absolute;
   right: 0;
   top: -116px;
   border-bottom-left-radius: 120px;;
}
.banner-thumbs{
   width: 100%;
   height: 435px;
   overflow: hidden;
   border-radius: 20px;
}
.banner-thumbs img{
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.project-title{
   font-family: 'Inter-ExtraBold';
   color: #8B8B8B;
   font-size: 24px; 
   display: block;
}
.banner-container{
   padding: 40px 8% 0 17%;
}
.banner-container p{
   font-size: 18px;
    line-height: 1.6;
    margin-top: 30px;
    margin-bottom: 40px;
} 
/* banner-carousel */
.banner-swiper {
   width: 100%; 
   position: relative;
   z-index: 1;
   padding-top: 30px;
}
.carousel-item-indicator {
    position: absolute;
    right: 40px;
    bottom: -17px;
    font-size: 16px;
}
/* Vertical Slider 100% Height */ 
.banner-swiper .carousel-item-next.carousel-item-start,
.banner-swiper .carousel-item-prev.carousel-item-end {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.banner-swiper .carousel-item-start, 
.banner-swiper .carousel-item-prev{
  transform: translate3d(0, -100%, 0);
}
.banner-swiper .carousel-item-next, 
.banner-swiper .carousel-item-end{
  transform: translate3d(0, 100%, 0);
} 
.carousel-control-next, .carousel-control-prev {
   color: #000 !important;
   opacity: 1;
   font-size: 40px;
   width: 40px;
   height: 40px;
   top: auto;
   bottom: 20px; 
}
.carousel-control-prev {
   left: -12px;
}
.carousel-control-next {
   right: auto;
   bottom: 70px;
   left: -12px;
}
.screenshot-btn{
	text-align: center; 
}
.screenshot-btn a{
	font-size: 15px;
	display: inline-block;
	padding: 14px 30px;
	border-radius: 50px;
	background: #089147;
	color: #fff;
	background-color: rgb(8, 145, 71);
	border: 1px solid #089147; 
	font-weight: 600;
	
}
.screenshot-btn a:hover{
	background: #089147;
	color: #fff;
}

/* CTA section */
section.cta_section{
	background: #b6dfbf !important; 
	margin-bottom: 100px !important;
	max-width: 1100px;
	width: 100%;
	margin: auto;
}
.cta-btn.get_started {
    background: #089147 !important; 
	cursor: pointer;
	border: none;
}
.cta-btn.get_started a{
	color:#fff !important;	
}
.cta-text{
	font-family: 'Inter-ExtraBold';
	margin-top: 20px !important;
}
.cta-text a:hover{
	color: #4d4d4d;
}
.text_wrap p{
	font-size: 20px !important;
    line-height: 1.5 !important;
}
.cta-btn.get_started:hover {
	background: #057d3c !important;
}

/*service-listing*/
.service-listing{
   margin: 60px 0;
   overflow: hidden;
}
.services-item{
   list-style-type: none;
   text-align: center;  
}
.services-item li{
   font-family: 'Inter-ExtraBold';
   color: #7A7A7A;
   font-size: 32px;
   line-height: 1.2;
   display: inline-block; 
   margin: 15px 23px 15px 0;
}
/*skill*/
.skill-listing{ 
   overflow-x: hidden;
}
.skill-item{
   list-style-type: none; 
}
.skill-item li {
    font-family: 'Inter-SemiBold';
    color: #7A7A7A;
    font-size: 32px;
    line-height: 1.2;
    display: inline-block;
    margin: 20px 47px;
}
.skill-item li span {
    text-align: center;
    display: block;
    font-size: 14px;
    margin-top: 8px;
}
.skill-item li img {
    margin: auto;
    width: 50px;
}
/*recent-works*/
.recent-works-swiper {
   margin: 30px 0px 0;
   padding-top: 10px;
   padding-bottom: 70px;
}
.recent-works{
   position: relative;
   margin: 150px 0 120px;
}
.recent-works .cta-circle-btn{
   position: absolute;
   right: 35px;
   top: -7px;
}
.recent-works-thumbs{
   position: relative;
   width: 100%;
   height: 257px;
   overflow: hidden;
   border-radius: 20px;
   box-shadow: 1px 1px 5px rgba(0,0,0,0.25);
   transition: all ease 0.3s;
    
}
.recent-works-thumbs img{ 
   width: 100%;
   height: 100%;
   object-fit: cover;  
} 
.work-product:hover .recent-works-thumbs{ 
   box-shadow: 1px 1px 5px rgba(0,184,255,0.33); 
}
.work-product .recent-works-thumbs:before{
   content: '\f061';
    font-family: 'Line Awesome Free';
    font-style: normal;
    font-weight: 900;
    background: rgba(0,0,0,0.8);
    height: 80px;
    width: 80px;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: -100%;
    transform: rotate(-26deg);
    text-align: center;
    font-size: 50px;
    padding: 27px 10px;
    color: #fff; 
    margin-left: -40px;
    transition: all ease 0.3s;
}
.work-product:hover .recent-works-thumbs:before{
   top: 50%;
   margin-top: -40px;
}
.work-content {
    padding-left: 30px;
}
.work-content h3{
	font-size: 17px;
	margin-top: 15px;
}
.work-category{
   font-family: 'Inter-SemiBold';
   color: #8B8B8B;
   font-size: 14px;
} 
.work-product:hover h3{
   color: #999;
} 

.recent-works-swiper .swiper-button-next{
   color: #000;
    left: 50%;
    margin-left: 20px; 
        top: auto;
    bottom: 0;
}
.recent-works-swiper .swiper-button-prev{
   color: #000;
    right: 50%;
    left: auto;
    margin-right: 20px; 
        top: auto;
    bottom: 0;
}
.swiper-button-next:after, .swiper-button-prev:after { 
    font-size: 28px;
}
.template-list{
	margin: 80px 0 140px;
}
.template-list h2{
	font-size: 30px;
	margin-bottom: 40px;
}
.template-list h3{
	font-size: 17px;
	margin-top: 15px;
}

/*footer*/
.footer{
    margin-top: 100px;
    background: #F2F2F2;
    padding: 75px 0;
}
.footer-logo img{
   height: 17px;
}
.footer-logo p{
   font-size: 12px;
   margin-top: 12px;
}
.footer-email{
   font-family: 'Inter-ExtraBold';
   font-size: 20px;
   margin-top: 25px;
}
.footer ul{
   list-style-type: none;
   padding-inline-start: 0;
}
.footer ul li{
   font-size: 13px;
   margin-bottom: 7px;
}
.footer ul li:last-child{ 
   margin-bottom: 0px;
}


/*----------inner pages------------*/
/*product-listing*/
.product-container {
    margin-top: 70px;
}
.product-item-wrapper{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 12px;
}
.product-item{
    overflow: hidden;
    padding: 6px 5px;
}
.product-listing-block h2 {
    font-size: 30px;
    margin-left: 5px;
    margin-bottom: 15px;
}
.product-item .work-content {
    padding-left: 0px;
}
.product-item .recent-works-thumbs { 
    height: 225px; 
    margin-bottom: 6px;
}
.aside-product-category {
    position: sticky;
    top: 50px;
}
.product-category-title{
    font-family: 'Inter-ExtraBold';
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.2;
}
.category-icon{
    width: 18px;
    display: inline-block;
    margin-right: 3px;
}
.aside-product-category ul li {
    font-family: 'Inter-SemiBold';
    list-style-type: none;
    margin-bottom: 8px;
    font-size: 14px;
}
.product-list-active{
    color: #959595;
}


/*product-detail*/
.product-detail-container{
    margin-top: 40px;
}
.row-container{
    margin: 0 -20px;
}
.row-container .col-12{
    padding: 0 20px;
}
.product-detail-title span{
    font-family: 'Inter-ExtraBold';
    color: #8B8B8B;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
}
.product-detail-title h2{
    font-family: 'Inter-ExtraBold';
    font-size: 30px;
    margin-bottom: 30px; 
}
 
.product-detail-contentbox{
    margin-top: 80px;
}
.product-detail-contentbox h3{
    font-family: 'Inter-Light';
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.product-detail-contentbox p{
    font-size: 19px;
    line-height: 1.5;
}
.product-detail-contentbox p strong{
    font-family: 'Inter-SemiBold';
}
.brand-color{
    margin-top: 20px;
    padding-right: 15px;
} 
.brand-color-palette{
	max-height: 65px;
	width: auto;
}
.product-detail-mainbanner {
	border-radius: 30px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.25);;
    overflow: hidden;
	margin-bottom: 35px;
}
.ui-template-banner{
	max-height: 825px;
	object-position: top;
}
.brand-banner{
	max-height: 688px;
}
.product-detail-imgallery{
    margin-top: 50px;
}
.product-detail-imgallery figure{
    margin-top: 30px;
    border-radius: 30px;
    overflow: hidden;
}
.product-font-info{
    margin-bottom: 10px !important;
}
.aside-product-detail {
    background: #fff;
    padding: 30px 25px;
    box-shadow: 1px 1px 5px #ddd;
    border-radius: 20px;
    position: sticky;
    top: 30px;
    border: 1px solid #ddd;
}
.title-like-work h4 {
    font-size: 23px;
    font-family: 'Inter-SemiBold';
    text-align: center;
    margin-bottom: 20px;
    color: #089147;
}
.title-work-sale p{
    font-size: 15px;
    font-family: 'Inter-SemiBold'; 
}
.title-work-sale a, .title-work-sale a:hover{
    color: #089147;
    font-family: 'Inter-ExtraBold';
    text-decoration: underline;
}
.tool-tag-used-info{
    border-top: 0.5px solid #000;
    padding: 20px 0 0;
    margin-top: 40px;
}
.tool-used-info h4, .project-tag-info h4{
    font-size: 14px;
    color: #747474;
    margin-bottom: 0;
}
.tool-used-info span, .project-tag-info a {
    font-family: 'Inter-SemiBold'; 
    display: inline-block; 
    font-size: 13px;
    line-height: 1;
    padding-right: 8px;
    margin-right: 8px; 
}
.tool-used-info span:after{
    content: '/';
    position: relative;
    right: -10px;
}
.tool-used-info span:last-child{ 
    padding-right: 0;
    margin-right: 0px;
}
.tool-used-info span:last-child:after{
    display: none;
}
.project-tag-info {
    margin-top: 30px;
}
.project-tag-info a{
    text-decoration: underline;
}
.more-related-work{
    margin-top: 100px;
}
.more-related-work h2{
    font-size: 27px;
}
/* contact */
.container.cf_wrap{
	background: transparent !important;
	box-shadow: 0 0 4px 2px #E6E6E6 !important;
}
.send_msg input[type="submit"]{
	background:#089147 !important;
	color: #fff !important;
	border: none;
}
.send_msg input[type="submit"]:hover {
  background: #057d3c !important; 
}
.contact_form_wrap h3 {
  font-family: 'Inter-SemiBold';
  padding-top: 15px !important;
  margin-bottom: 30px; 
}
.contact_form_wrap p{
	margin-bottom: 5px !important;
}
.form-control{
	margin-bottom: 20px !important;
}
.company-budget{
	text-align: left;
	margin-bottom: 15px;
}
.company-budget p{
	font-family: 'Inter-SemiBold';
	font-size: 18px;
	font-weight: 500;
	color: #808080; 
}
.container.cf_wrap span.wpcf7-not-valid-tip{
	font-size: 12px !important; 
	position: relative;
	left: 4px;
	top: -12px;
	text-align: left;
}
.wpcf7 form .wpcf7-response-output{
	text-align: center;
	border: none;
}
.container.cf_wrap .wpcf7-list-item {
	display: block;
	text-align: left;
	margin: 0 0 1rem 0.5em; 
}
.container.cf_wrap .wpcf7-list-item-label{
	color: #808080;
}
.container.cf_wrap span.wpcf7-list-item .wpcf7-list-item-label{
	font-size: 17px;
	font-family: 'Inter-Light';
	padding-bottom: 20px;
	font-weight: 300;
}
.container.cf_wrap span.wpcf7-list-item .wpcf7-list-item-label:last-child{
	margin-bottom: 0;
}
.product-detail-imgallery img {
	width: 100% !important;
}

/* About */
.front-about {
  margin-bottom: 100px;
  padding: 60px 0;
  background: #f4f5eb;
}
.front-about h2{
	font-size: 32px;
	color: #089147;
}
.front-about h4{
	color: #4A4A4A;
	font-size: 28px;
	margin-bottom: 20px;
}
.front-about p{
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 30px;
}
.cta-link .btn{ 
	border: 1px solid #333;
	padding: 18px 24px;
	border-radius: 40px;
	font-size: 16px;
	font-weight: 600;
}
.cta-link .btn i {
	transform: rotate(-30deg);
	position: relative; 
	top: 1px;
}
.cta-link .btn:hover{
	background: #089147;
	border: 1px solid #089147;
	color: #fff;
}
.about-left{
	padding-right: 60px;
}
.about-left ul{
	padding-left: 0;
	list-style: none
}
.about-left ul li{
	padding-right: 12px;
	display: inline-block;
}
.about-left ul li a{
	font-size: 26px;
	color: #8B8B8B;
	border: 1px solid #8B8B8B;
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	text-align: center;
	border-radius: 10px; 
}
.about-left ul li a:hover{
	background: #089147;
	color: #fff;
	border: 1px solid #089147;
}
.about-top{
	margin: auto; 
	max-width: 800px;
	width: 100%;
}
.about-top p{
	font-size: 18px;
	line-height: 1.6;
	font-weight: 100;
}
.about-header h1{
	font-size: 32px;
}
.abt-sub-title{
	font-size: 24px;
	line-height: 1.8;
	font-family: 'Inter-SemiBold';
	color: #888888;
}
.entry-title{
	position: relative; 
}
.entry-title:before{
	content: 'Home - ';  
}
.about-services {
  padding: 30px 40px 80px 40px;
  border: 1px solid #333;
  border-radius: 50px;
  margin-top: 50px;
}
.about-subtitle{
	font-size: 30px;  
	position: relative; 
	text-align: center;
	text-transform: uppercase;
	margin-top: 20px;
} 
.line{ 
	width: 180px;
	height: 6px;
	background: #333; 
	margin: 0 auto 30px;
}
.service-item{
	position: relative;
	padding: 0 10%;
}
.service-item .service-icon{ 
	background: #089147;
	border-radius: 5px;
	color: #fff;
	font-size: 40px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	display: flex;
}
.service-item .service-icon .service-cat-icon {
  margin: auto;
  width: 44px;
  height: auto;
}
.service-item .service-title{
	font-size: 24px; 
	margin-top: 20px;
}
.service-item .counter{
	position: absolute;
	bottom: -25px;
	right: 40px;
	font-size: 50px;
	color: rgba(0,0,0,0.1);
	font-family: 'Inter-ExtraBold';
}
.service-item .service-content p{
	font-size: 18px;
	line-height: 1.6;
}
.service-list{
	list-style: none;
	padding-left: 0;
}
.service-list li{ 
	font-size: 18px;
	margin-bottom: 15px;
	position: relative;
	padding-left: 40px;
}
.service-list li:before{
	content: '\f058';
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'Line Awesome Free';
	font-weight: 400;
	font-size: 24px;
	
}
.service-subtitle{
	font-family: 'Inter-SemiBold'; 
	font-size: 20px;
}
.why-title{
	font-size: 30px;
	margin-bottom: 20px;
	margin-top: 50px;
}
.select-box{
	padding-right: 20px;
	margin-bottom: 40px;
}
.select-box p{
	font-size: 18px;
	line-height: 1.6;
	color: #333;
}
.our-process ul{
	padding-left: 15px;
	list-style: none;
}
.our-process ul li{
	position: relative;
	padding-left: 15px;
	margin-bottom: 20px;
	font-size: 18px;
}
.our-process ul li:before{
	content: '\f061';
	position: absolute;
	top: 0;
	left: -15px;
	font-family: 'Line Awesome Free';
	font-weight: 900;
	font-size: 24px;
}

.pagination-wrapper {
    text-align: left;
    margin-top: 60px;
}
.pagination-wrapper ul {
    display: inline-flex;
    list-style: none;
    padding: 0;
}
.pagination-wrapper ul li {
    margin: 0 5px;
}
.pagination-wrapper ul li a,
.pagination-wrapper ul li span {
    display: block;
    padding: 10px 15px;
    border: 1px solid #089147;
    border-radius: 5px;
    color: #089147;
    text-decoration: none;
    transition: all 0.3s ease;
}
.pagination-wrapper ul li a:hover {
    background-color: #089147;
    color: #fff;
}
.pagination-wrapper ul li .current {
    background-color: #089147;
    color: #fff;
    pointer-events: none;
}
.ui-template-design .recent-works-thumbs{
	height: 330px;
}
.ui-template-design  img{
	object-position: top;
}
 

/*===== responsive =====*/  
 
@media (min-width: 1200px){
   .container{
       max-width: 1140px;
   } 
} 
@media (min-width: 992px){
	.min-mt-20{
		margin-top: 60px;
	}
	
	.min-mt-40{
		margin-top: 60px;
	}
	
	.min-mt-60{
		margin-top: 100px;
	}
}

@media screen and (max-width: 1199px){
   /*nav*/
   .nav-container ul { 
       width: 90%; 
   }
   .nav-container ul li { 
       font-size: 33px; 
       margin: 35px 30px;
   }

   /*product-container*/
    .product-container {
        margin-top: 50px;
    } 
   .product-item .recent-works-thumbs {
        height: 145px; 
    }
    .aside-product-category {
        position: relative;
        top: 0;
    }
    .product-category-title {
        text-align: right;
        margin-bottom: 30px;
        background: #fff;
        padding: 11px 35px;
        box-shadow: 1px 1px 5px #ddd;
        border-radius: 40px;
        border: 1px solid #ddd;
        display: inline-block;
        float: right;
    }
    .category-list-nav{
        display: none;
    }
    .category-list-nav.list-nav-open{
        display: block;
        background: #fff;
        padding: 20px;
        border-radius: 13px;
        box-shadow: 1px 1px 5px #ddd;
        position: absolute;
        right: 0;
        z-index: 1;
        top: 53px;
    }
}  
@media screen and (max-width: 991px){
    
}
@media screen and (max-width: 767px){  
   .custom-container { 
       width: 96%; 
   }
   #header { 
       padding: 35px 0 20px; 
   }
   .header-logo {
       width: 105px; 
   }
   .cta-circle-btn a { 
       font-size: 13px; 
       top: 9px;
       left: 16px;
   }
   .cta-circle-btn:before { 
       width: 40px;
       height: 40px;  
   }
   .header-nav { 
       right: 15px; 
   }
   .header-navigation {
       margin-left: 35px; 
       margin-top: 11.5px;
   }
   .header-navigation i{
      display: none;
   } 
   .banner-slider { 
      padding-top: 10px;
      height: auto;
   }
   .banner-container {
      padding: 0 50px 0 0;
   }
   .banner-thumbs { 
      height: 215px; 
      margin-bottom: 40px;
   }
   .banner-swiper h1 {
      font-size: 40px;
   }
   .project-title { 
       font-size: 18px; 
   }
   .carousel-control-next, .carousel-control-prev { 
       bottom: 18%;
   }
   .carousel-control-prev {
      left: auto;
      right: -12px;
   }
   .carousel-control-next {
      left: auto;
      right: -12px;
      bottom: 31.5%; 
   }
   .carousel-item-indicator { 
       right: -4px;
       bottom: 26%;
       font-size: 16px;
       transform: rotate(-90deg);
   }
   .carousel-inner { 
       padding-bottom: 30px;
   } 

   .aside-container-box{
      border-left: none;
      padding-left: 0;
   }
   .heading-aside {
       padding: 15px 40px; 
       margin-bottom: 30px;
   }
   .heading-aside h2 {
       text-align: center; 
   }
   .heading-aside span { 
       font-size: 20px; 
       text-align: center; 
       width: 70%;
       margin-left: auto;
       margin-right: auto;
       margin-top: 20px; 
   }
   .services-item li { 
       font-size: 26px;  
       margin: 15px 10px 15px;
   }
   .skill-item li {   
       margin: 20px 27px;
   }
   .recent-works {
       position: relative;
       margin: 100px 0 60px;
   }
   .recent-works h2 {
       font-size: 25px;
   } 
   .recent-works-thumbs { 
       height: 207px; 
   }   
   .footer-logo{
      margin-bottom: 30px;
   }

   /*nav*/ 
   .nav-container ul li { 
       font-size: 20px;
       display: inline-block;
       margin: 15px 10px;
   }
    
    /*product-container*/ 
    .product-item-wrapper { 
        grid-template-columns: repeat(1, 1fr); 
    }
    .product-item .recent-works-thumbs {
        height: 175px;
    }
    .product-category-title {
        text-align: center; 
        padding: 11px 5px;  
        display: block;
        float: none;
    }
	
    .category-list-nav.list-nav-open { 
        top: 120%;
        width: 100%;
    }

    .product-detail-contentbox {
        margin-top: 40px;
    }
    .product-detail-contentbox h3 { 
        font-size: 27px; 
    }
    .aside-product-detail {
        position: relative;
        top: 0;
        margin-top: 50px;
    }
} 


@media screen and (max-width: 1740px) and (min-width: 1550px){
   .banner-thumbs { 
       height: 395px; 
   }
   .banner-swiper h1 {
       font-size: 60px;
   }
}
@media screen and (max-width: 1549px){
    .custom-container { 
        width: 92%; 
    }
}
@media screen and (max-width: 1549px) and (min-width: 1300px){ 
   .banner-thumbs { 
        height: 345px; 
   }
   .banner-swiper h1 {
        font-size: 47px;
   }
   .carousel-inner { 
        padding-bottom: 35px;
   }
   /*nav*/
   .nav-container ul{ 
        width: 70%;
   }
   .product-item .recent-works-thumbs {
        height: 185px; 
    }
}
@media screen and (max-width: 1299px) and (min-width: 1200px){
   .banner-thumbs { 
       height: 305px; 
   }
   .banner-swiper h1 {
       font-size: 47px;
   }
   .carousel-inner { 
       padding-bottom: 30px;
   }
   .carousel-item-indicator { 
       bottom: 11%; 
   }

}
@media screen and (max-width: 1450px) and (min-width: 992px){
	.recent-works-thumbs { 
       height: 197px; 
   }

}
@media screen and (max-width: 1199px) and (min-width: 992px){
   .banner-thumbs { 
       height: 285px; 
   }
   .banner-swiper h1 {
       font-size: 44px;
   }
   .carousel-inner { 
       padding-bottom: 50px;
   }
   .carousel-item-indicator { 
       bottom: 18%; 
   }
   .banner-slider { 
       height: auto;
       margin-bottom: 150px;
   }
   .banner-slider:after { 
       height: 44vh; 
   } 
   .services-item li { 
       font-size: 27px; 
   }
   .heading-aside h2 { 
       font-size: 30px;
   }
   .heading-aside span { 
       width: 100%;
    } 
   

}
@media screen and (max-width: 991px) and (min-width: 768px){
   .custom-container { 
       width: 96%; 
   }
   .banner-container {
       padding: 0 0 0;
   }
   .banner-swiper h1 {
       font-size: 50px;
   }
   .banner-thumbs {
      width: 90%;
      height: 435px;
      margin-top: 70px;
      margin-left: auto;
   }
   .banner-slider:after { 
       height: 100vh;
       width: 53%; 
   }
   .carousel-control-next, .carousel-control-prev { 
       left: -52px;
   } 
   .heading-aside h2 {
       text-align: center; 
   }
   .heading-aside span {   
       text-align: center; 
       width: 100%; 
   }
    .aside-container-box {
       border-left: none;
       padding-left: 0;
    }
    .footer-logo {
       margin-bottom: 50px;
    }
    /*inner-pages*/
    .title-like-work h4 {
        font-size: 22px; 
    }
    .title-like-work .cta-btn { 
        padding: 10px 11px; 
        font-size: 12px;
    }
}
@media screen and (max-width: 767px) and (min-width: 600px){

}
@media screen and (max-width: 599px){

}

 


