html {
	 
}
body {
	font-family: 'Segoe UI', sans-serif;
	color: #111;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-align: justify;
}
.eihe-fade .eihe-caption{
    background: #f15b2bc4 !important;
    margin: 27px;
}
.wp-block-image img {
    max-width: 100%;
    height: auto !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Segoe UI', sans-serif;
    font-weight: 700;
    font-size:20px;
}
.widget_search{
    margin-bottom: 1em;
}
a{
    color:#f15b2c;
    text-decoration:  none;
}
a:hover{
    color: #6cc04a;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #000;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #E7AD9A;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
::placeholder {
    font-size: 12px;
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.header {
  transition: all 0.5s;
  z-index: 997;
  
}
.header .logoArea img {
	height: auto;
	width: 125px;
}
.header.header-scrolled {
    background: #fff;
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  
}
.header .newlogo img{
    display:none;
    height:60px;
} 

.header.header-scrolled .logoArea img{
    display:none;
}
.header.header-scrolled .newlogo img{
    display:block;
}
.header .logo {
  line-height: 0;
}
.header .logo img {
  max-height: 40px;
  margin-right: 6px;
}
.header .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #012970;
  font-family: "Nunito", sans-serif;
  margin-top: 3px;
}

.bareas { cursor: pointer;}
.bareas .iheg-wrapper{padding: 0 10px;}
.bareas .bbox {
    position: absolute;
    font-size: 16px;
    margin-top: -65px;
    background: #f15b2c;
    transition: all .4s;
    padding: 10px 15px;
    border-radius: 3px;
    box-shadow: 0 3px 29px rgb(0 0 0 / 5%);
    color: #fff!important;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.nav {
	/* float: right; */
}
.menu-item-gtranslate {
   position: relative;
  float: right;
  margin-left: 30px;
}
.switcher .selected a {
    border: 1px solid #ccc;
color: #464646;
padding: 7px 10px!important;
}
#mega-menu-item-837 a {
	background: #f15b2c !important;
	border-radius: 3px !important;
	margin-left: 20px !important;
	padding:0 15px;
	transition:.5s;
}

.header.header-scrolled #mega-menu-item-837 a, span.breadcrumb_last {
    color:#fff!important;
}
.header.header-scrolled #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link, .header.header-scrolled #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:hover {
    color:#333;
}
.header.header-scrolled #mega-menu-item-837 a:hover {
    background:#000!important;
}
.header-wrap {
  padding: 60px 0 60px;
  background-attachment: fixed;
}
.header-wrap h1.entry-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #FFF;
  line-height: 1.2em;
  margin-top: 1em;
  margin-bottom:0px;
  text-shadow: 1px 1px 2px black;
}
.header-wrap p span a, .header-wrap p span {
    color:#f15d2b;
}
.overlay {
	position: absolute;
	z-index: 0;
	background-image:linear-gradient(to top, rgba(11, 11, 11, 0.36), rgba(0, 0, 0, 0.56));
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	height:500px;
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #f5f9fc;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}
/*------------------------------------*\
    HOMEPAGE STYLE
\*------------------------------------*/
.bareas .bbox .bcontent {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bareas .bbox .bcontent .title h4{
    font-size: 16px !important;
    color: #0A0A0A;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.eihe-box:hover .bbox{
    opacity: 0;
    transition: .5s ease
}
.proess-intro {
    padding:100px 0!important;
}
.proess-intro-btn {
    margin-top:2rem;
}
.proess-intro-btn a {
	background: #fff;
	color: #f15b2c;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: 600;
	border: 1px solid #f15b2c;
	border-radius: 4px;
	
}
.proess-intro-btn a:hover {
    background:#f15b2c;
    color:#fff;
    border: 1px solid #f15b2c;
}
.home-commitment, .proess-partners, .projects-grid {
    padding:80px 0;
}
.service-page{
    padding:40px 0 0;
}

.eihe-box .eihe-caption .eihe-title-cover .eihe-title {
    font-family:'Segoe UI', sans-serif;
    font-weight:600;
}
.eihe-box .eihe-caption p {
    font-family:'Segoe UI', sans-serif;
}
.eihe-fade .eihe-caption {
    margin:10px;
}
.wp-block-getwid-content-slider .slick-next::before, .wp-block-getwid-content-slider .slick-prev::before, .wp-block-getwid-images-slider .slick-next::before, .wp-block-getwid-images-slider .slick-prev::before, .wp-block-getwid-media-text-slider .slick-next::before, .wp-block-getwid-media-text-slider .slick-prev::before, .wp-block-getwid-post-carousel .slick-next::before, .wp-block-getwid-post-carousel .slick-prev::before, .wp-block-getwid-post-slider .slick-next::before, .wp-block-getwid-post-slider .slick-prev::before {
	color: #74c045;
	opacity: 1;
}
.slick-next::before, .slick-prev::before {
    font-size:30px;
}
.proess-intro h2, .home-projects h2, .home-commitment h2, .proess-partners h2 {
	font-size: 24px;
	font-weight: 700;
	color: #000;
	padding: 0;
	margin-bottom: 1rem;
	text-align: left;
}
.proess-intro hr.wp-block-separator {
	background-color: #f15b2c;
	color: #f15b2c;
	opacity: 1;
	width: 30%;
	height: 3px;
}
.proess-intro p {
    text-align:justify;
}
.commitment-card {
    background:#fff;
    border-radius:3px;
    height: 200px;
} 
.commitment-card p {
	padding: 0 10px 10px;
	color: #000 !important;
	font-weight: 700;
	text-align: center;
	font-size: 15px;
	margin-top: -8px;
}
.commitment-card img {
	height: 150px !important;
	object-fit: cover;
	width: 100%;
}
.commitment-btn {
    margin-top:1.5em;
}
.commitment-btn a {
    background: #f15b2c;
    color: #fff;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    border:2px solid #f15b2c;
    border-radius:3px;
}
.commitment-btn a:hover {
    background:transparent;
    border:2px solid #fff;
    color:#fff;
}
p.about-tagline {
	font-size: 16px;
	font-weight: 600;
	color: #eee;
	margin-top:10px;
}
.about-menu, .services-list {
	border-left: 1px solid #f15b2c;
	padding-left: 25px;
	margin-left: 30px;
}
.about-menu h4, .services-list h4  {
	font-size: 16px;
	margin-bottom: 15px;
}
.services-list ul {
    list-style:none;
    padding:0;
    margin:0;
}
.about-menu ul li a, .services-list ul li {
    transition: all 0.3s linear;
    font-weight: 500;
}
.about-menu ul li a:hover {
    color: #f15b2c;
    font-weight: 600;
}
.about-menu ul li a::before, .services-list ul li::before {
	content: "\F285";
	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #f15b2c;
	font-size: 13px;
	padding-right: 8px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	display: inline-block;
}
.about-menu ul li a:hover::before, .services-list ul li:hover::before {
  padding-left: 8px;
}
.contact-page {
    padding:60px 0 80px;
}
.contact-number {
	width: 80%;
	padding: 60px 30px 50px 50px;
	border-top: 5px solid #F45905;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin: 0px 0px 0px 0px;
	box-shadow: 0px 1px 25px 0px rgba(19,26,10,0.2);
	position: relative;
	margin-top: -140px;
	background: #ffffff;
	margin-bottom: 30px;
}
.contact-number p {
	font-size: 13px;
	letter-spacing: -.2px;
	color:#6cc04a;
}
.contact-number h3 {
    margin-bottom: 14px;
    font-size: 40px;
    line-height: 48px;
    padding-top: 0;
    font-weight: 700;
    letter-spacing: -3px;
}
.contact-number h3 a {
    color:#000;
}
.contact-number h3 a:hover {
    color:#f15b2c;
}
.contact-inquiry {
	margin-top: -120px;
	padding-right: 2rem;
}
p.map-link a {
	color: #fff;
	background: #f15b2c;
	padding: 5px 15px;
	border-radius: 3px;
	text-transform: capitalize;
}
div.wpforms-container-full .wpforms-form input[type="submit"], div.wpforms-container-full .wpforms-form button[type="submit"], div.wpforms-container-full .wpforms-form .wpforms-page-button {
	color: #fff;
	background: #f15b2c;
	border-radius: 3px;
	border: none;
}
div.wpforms-container-full .wpforms-form button[type="submit"]:hover {
	background: #000;
	border:none;
}
div.wpforms-container-full .wpforms-field.wpforms-field-select-style-classic select {
	font-size: 13px;
	color: #888;
}

/*--------------------------------------------------------------
# FOOTER 
--------------------------------------------------------------*/
#footer {
  background-color: #000;
  padding: 0 0 10px 0;
  color: #fff;
  font-size: 13px;
}

#footer .footer-top {
	background: transparent;
	border-top: 5px solid #F15B2C;
	border-bottom: 0px solid #4F4D4F;
	padding: 30px 0 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 20px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 13px;
  margin-bottom: 0;
  color: #fff;
}
.footerLogo {
	background: #fff;
	padding: 20px 12px 20px;
	border-radius: 0 0 10px 10px;
	position: relative;
	margin-top: -50px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	margin-bottom: 20px;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #000;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .timeline-Widget {
    background-color: transparent !important;
    border-radius: 5px;
}
#footer .footer-top .social-links a:hover {
  background: #73A930;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  position: relative;
  padding-bottom: 3px;
}

#footer .footer-top .footer-links {
  margin-bottom: 0px;
}

#footer .footer-top .footer-links ul, #footer .footer-top .footermenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footermenu ul li:before {
	content: "\f135";
	display: inline-block;
	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: 500;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: -.125em;
	padding-right: .7rem;
	color:#F15B2C;
	font-size: 1.3rem;
}
#footer .footer-top .footermenu ul li a {
    font-size:13px !important;
}
#footer .widget_text p {
    line-height:1.5;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
}

#footer .footer-top .footer-links ul a:hover {
  color: #F15B2C;
}
#footer .copyright {
	text-align: center;
	font-size:12px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .copyright a {
  color: #ffffffb5;
}

#twitter-widget-0 {
    min-height:150px!important;
}

/*** ---------------------------
Mobile Settings
--------------------------**/
@media only screen and (max-width:480px) {

.header-wrap h1.entry-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #FFF;
    line-height: 1.1em;
    margin-top: 1em;
    margin-bottom: 0px;
    text-shadow: 1px 1px 2px black;
}
}


/*** ---------------------------
INNER PAGES
--------------------------**/
/* PROJECT PAGE */
.project-description {
    border-right: 1px solid #f15b2c;
    padding-right:3rem;
}
.rt-holder {
	box-shadow: 0px 1px 18px 0px rgba(19,26,10,0.2) !important;
	border-top: 3px solid #f15b2c;
	border-radius: 3px;
}
.rt-img-holder img.rt-img-responsive {
    height: 160px;
    object-fit: cover;
}
.rt-detail h4 {
	font-size: 12px !important;
	font-weight: 600 !important;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	text-align: justify;
	margin-bottom: 10px !important;
}

.tpg-shortcode-main-wrapper .layout1 .rt-holder .rt-detail .read-more a {
	border: none;
	padding: 0;
	font-weight: 700;
	color: #74c045;
	text-align: left;
	text-transform: uppercase;
	font-size: 10px !important;
	/* text-justify: left; */
}
.rt-col-xs-1, .rt-col-sm-1, .rt-col-md-1, .rt-col-lg-1, .rt-col-xs-2, .rt-col-sm-2, .rt-col-md-2, .rt-col-lg-2, .rt-col-xs-3, .rt-col-sm-3, .rt-col-md-3, .rt-col-lg-3, .rt-col-xs-4, .rt-col-sm-4, .rt-col-md-4, .rt-col-lg-4, .rt-col-xs-5, .rt-col-sm-5, .rt-col-md-5, .rt-col-lg-5, .rt-col-xs-6, .rt-col-sm-6, .rt-col-md-6, .rt-col-lg-6, .rt-col-xs-7, .rt-col-sm-7, .rt-col-md-7, .rt-col-lg-7, .rt-col-xs-8, .rt-col-sm-8, .rt-col-md-8, .rt-col-lg-8, .rt-col-xs-9, .rt-col-sm-9, .rt-col-md-9, .rt-col-lg-9, .rt-col-xs-10, .rt-col-sm-10, .rt-col-md-10, .rt-col-lg-10, .rt-col-xs-11, .rt-col-sm-11, .rt-col-md-11, .rt-col-lg-11, .rt-col-xs-12, .rt-col-sm-12, .rt-col-md-12, .rt-col-lg-12, .rt-col-xs-24, .rt-col-sm-24, .rt-col-md-24, .rt-col-lg-24 {
    padding-left:0;
    margin-top: 1.5rem;
}
.rt-pagination .pagination-list > .active > a, .rt-pagination .pagination-list > .active > span, .rt-pagination .pagination-list > .active > a:hover, .rt-pagination .pagination-list > .active > span:hover, .rt-pagination .pagination-list > .active > a:focus, .rt-pagination .pagination-list > .active > span:focus {
background-color: #f15d2b;
border-color: #f15d2b;
}
.rt-pagination .pagination-list > li > a:hover, .rt-pagination .pagination-list > li > span:hover, .rt-pagination .pagination-list > li > a:focus, .rt-pagination .pagination-list > li > span:focus {
background:#000;
border-color:#000;
}
.header-wrap h1.entry-title {
text-align:left;
}
span.read-more a::after {
	content: "\f134";
	display: inline-block;
	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: 500;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: -.125em;
	padding-left: .7rem;
}
.project-list ul {
    padding-left:20px;
}
.reference-sheet ul {
    list-style:none;
    padding-left:0;
}
.reference-sheet ul li a::after {
  content: "\F30A";
  font-family: bootstrap-icons !important;
  font-weight: 400;
  padding-left: 0.9rem;
  font-size: 18px;
}
.reference-sheet ul li a {
	color: #6cc04a;
	font-weight: 500;
}
.reference-sheet ul li a:hover {
	color: #f15d2b;
}
.project-section{
    padding:40px 0;
}

.project-section h3 {
	font-size: 17px !important;
	margin-bottom: 4px;
	font-weight: 700;
	color: #000;
}
.other-projects h3 {
	font-size: 20px !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	margin-bottom: 19px;
	color: #000;
}
.other-projects {
	padding: 40px 0;
	border-top: solid 1px #eee;
}
.project-category p {
    font-size:12px!important;
}
.project-sticky{
    position: sticky;
       top: 6rem;
}

/* ABOUT US PAGES */

.company-overview {
  padding:50px 0 40px;
}
.about-proess {
    padding:60px 0 0;
}
.overview-fixed{
    position:sticky;
    top:2rem;
}

#menu-side-bar {
        list-style: none;
}
.psidebar ul > li a {
   padding: 10px 15px;
    display: block;
    position: relative;
    color: #262120;
    transition: all .25s ease-in-out;
    text-decoration: none;
    font-weight: 700;
    margin-left: -88px;

    border: 2px solid #6cc04a30;
    margin-bottom: 7px;
}

.psidebar ul > li a:hover {
    color: #fff;
    background: #f15d2b;
}
.psidebar ul > li a:active {
    color: #fff;
    background: #6cc04a;
}

.psidebar .widget_nav_menu .menu li.current-menu-item a, .psidebar .widget_nav_menu .menu li.current-menu-item a:hover {
    background: #0B76BC;
    border-color: #0B76BC !important;
    color: #fff;
}

.psidebar ul > li {
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    padding: 0 !important;
    border-bottom: 1px solid rgba(132,117,121,.05);
    position: relative;
    list-style: none;
}

    
.psidebar .widget_nav_menu .menu li a {
    display: block;
    border: 2px solid #d3e1fb;
    padding: 16px 18px;
    transition: all .5s ease;
    border-radius: 5px;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}
.psidebar ul > li a:after {
    font-family: FontAwesome;
       content: "\f0a9";
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    margin-left: 1rem;
    color:#f15d2b;
}


.company-partners h3{
   font-size: 13px !important;
    text-align:initial;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
    @font-face {
    font-family: 'Segoe UI Regular';
    font-style: normal;
    font-weight: normal;
    src: url('/wp-content/themes/kipya/fonts/Segoe UI.woff') format('woff'), 
    url('/wp-content/themes/kipya/fonts/Segoe UI.otf') format('otf'),
    url('/wp-content/themes/kipya/fonts/Segoe UI.eot') format('embedded-opentype'),
    url('/wp-content/themes/kipya/fonts/Segoe UI.tff') format('ttf');
    }
    
    @font-face {
    font-family: 'Segoe UI Italic';
    font-style: normal;
    font-weight: normal;
    src: url('/wp-content/themes/kipya/fonts/Segoe UI Italic.woff') format('woff'),
    url('/wp-content/themes/kipya/fonts/Segoe UI Italic.otf') format('otf'),
    url('/wp-content/themes/kipya/fonts/Segoe UI Italic.eot') format('eot'),
    url('/wp-content/themes/kipya/fonts/Segoe UI Italic.tff') format('ttf');
    }
    
    @font-face {
    font-family: 'Segoe UI Bold';
    font-style: normal;
    font-weight: normal;
    src: url('/wp-content/themes/kipya/fonts/Segoe UI Bold.woff') format('woff'),
    url('/wp-content/themes/kipya/fonts/Segoe UI Bold.otf') format('otf'),
    url('/wp-content/themes/kipya/fonts/Segoe UI Bold.eot') format('embedded-opentype'),
    url('/wp-content/themes/kipya/fonts/Segoe UI Bold.tff') format('ttf');
    }
    
    @font-face {
    font-family: 'Segoe UI Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: url('/wp-content/themes/kipya/fonts/Segoe UI Bold Italic.woff') format('woff'),
    url('/wp-content/themes/kipya/fonts/Segoe UI Bold Italic.otf') format('truetype'),
    url('/wp-content/themes/kipya/fonts/Segoe UI Bold Italic.eot') format('embedded-opentype'),
    url('/wp-content/themes/kipya/fonts/Segoe UI Bold Italic.tff') format('ttf');
    }
@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (max-width:768px) {
    .about-menu, .services-list {
	margin-left: 0;
}
.commitment-card {
    height:auto;
}
.commitment-card img {
    height:auto!important;
}
.mobile-header {
    background:#fff!important;
}
.proess-intro {
    padding:60px 0 0!important;
}
.home-commitment, .proess-partners, .projects-grid {
    padding:40px 0;
}
.commitment-text {
	margin-bottom: 3rem;
}
#mega-menu-item-837 a {
    margin-left:auto!important;
}
}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

.project-lists{
	  margin-bottom: 0;
  margin-top: -12px;
  margin-left: 60px;
}
.project-listss{
	  margin-bottom: 0;
  margin-top: -12px;
  margin-left: 60px;
}

.project-listss p{
	margin-bottom: 0.2rem;}

