
.ip{
  padding-top:100px;
}
.our-work h1 {
  color: #000000;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 55px;
  margin-top: 15px;
  margin-bottom: 25px;
  text-align: center;
  text-transform: uppercase;
}
.header .header-top{
  border-bottom: #eee solid 1px;
  background: #fff;
}
.navmenu a, .navmenu a:focus {
  color: #000;
}
.isotope-nav ul li {
  font-size:25px;
  text-transform: none;
}
.portfolio-detail{
  padding-top:130px;
  padding-bottom: 30px;
}
.portfolio-detail h1 {
  color: #000000;
  font-weight:300;
  letter-spacing:1px;
  font-size: 55px;
  margin-top: 15px;
  margin-bottom: 25px;
  text-align: center;
  text-transform:none;
}
.portfolio-detail h1 strong{
  font-weight:bold;
  display: block;
  text-transform: uppercase;
}
.locations{
  margin: 3% auto;
  width:100%;
}
.locations p{
  font-size:20px;
  color:#000;
  padding: 0;
  margin: 0;
}
.locations h6{
  font-size:20px;
  color: #198bba;
  font-weight:400;
  line-height: 30px;
  }
.locations a{
  background:#198bba;
  padding: 5px;
  color: #fff;
  text-align: center;
  width: 100%; 
  font-size:20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.locations a:hover{
  background:#000;
}
.parallax-window{
  position: relative;
  background-size: cover;
  overflow: hidden;
  background-attachment: fixed;
  min-height: 100vh;
}
.portfolio-para{
  padding: 4% 0 ;
}
.portfolio-para p{
    color: #000;
    font-size: 22px;
    line-height: 40px;
    text-align: justify;
}
.portfolio-para h2{
  color: #000000;
  font-weight: 500;
/* text-transform: uppercase; */
letter-spacing: 1px;
font-size:30px;
margin-top: 35px;
margin-bottom: 15px;
text-align: left;
}
.portfolio-para h3{
  color:#198bba;
  font-weight: 400;
/* text-transform: uppercase; */
letter-spacing: 1px;
font-size:23px;
margin-top:15px;
margin-bottom: 15px;
text-align: left;
}
.portfolio-para a{
  color:#198bba;
}

.portfolio-para li{
  color: #000000;
  font-size: 18px;
  line-height:30px;
  text-align:justify;
}
.portfolio-para li strong{
  font-weight: bold;
  display:inline-block;
  letter-spacing:1px;
}
.np-line{
  border-top: #eee solid 1px;
}
.np-line p{
  color: #000000;
  font-size:20px;
}
.np-line .left{
  float: left;
}
.np-line .right{
  float: right;
}
.np-line .grid{
  margin: 0 auto;
  display: table;
  font-size: 20px;
  text-align: center;
}
.np-line .grid span{
text-align: center; 
font-size:20px;
}
.np-line .grid a{
  color: #000;
}
.np-line .left a,
.np-line .right a{
  color: #000;
}
.np-line .left a:hover,
.np-line .right a:hover,
.np-line .grid a:hover{
  color: #198bba;
}

/*bottom slider*/
.swiper {
  width: 100%;
  padding:0px 0 60px;
}

.swiper-slide {
  width:50%;
   height:auto;
/*  background: #ccc;*/
 /* display: flex;
  justify-content: center;
  align-items: center;*/
  font-size: 24px;
  border-radius: 10px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: scale(0.8);
  opacity: 0.5;
}
.slide-horizontal{
width:25%;
}

.slide-horizontal-1{
width:40%;
}
.swiper-slide img{
  width:100%;
}

.swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  color: white;
}
.swiper-button-next, .swiper-button-prev{
  background: #fff !important;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.swiper-button-next:after, .swiper-button-prev:after{
  font-size: 25px !important;
  color: #000;
}
#contactinfo{
  padding-top:130px;
  padding-bottom: 30px;
}

#contactinfo h1 {
  color: #000000;
  font-weight:300;
  letter-spacing:1px;
  font-size: 55px;
  margin-top: 15px;
  margin-bottom: 25px;
  text-align: center;
  text-transform:none;
}
#contactinfo h1 strong{
  font-weight:bold;
  display: block;
  text-transform: uppercase;
}
#contactinfo h2{
font-size: 35px;
    color: #000000;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: "Didact Gothic", sans-serif;
}

#contactinfo h3{
  font-size:23px;
  color:#000;
  font-weight:bold;
  letter-spacing:0.5px;
        font-family: "Didact Gothic", sans-serif;
}

#contactinfo i{
  font-size:35px;
  font-weight: lighter;
  color:#198bba;
}
.left-content{
  font-size: 22px !important;
    color: #000;
    font-weight: 300;
    line-height: 42px;
}

#contactinfo p, #contactinfo a{
  color: #000000;
  font-size:20px;
  line-height:30px;
}
.contact-form{
  background:#fff;
  padding:60px;
      box-shadow: 0 40px 80px 0 rgb(83 94 132 / 15%);
}
.contact-form label{
  color: #000;
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
}
.contact-form .form-control{
  border-radius: 0px;
  padding: 10px;
}
.contact-form .btn{
  background: #198bba;
  border-radius: 0px;
  padding:15px 10px;
  border:none;
  letter-spacing: 0.5px;
  border:#198bba solid 1px !important;
}
.contact-form .btn:hover{
  background: #000;
  border:#000 solid 1px !important;
  color: #FFF;
  
}
.contact-form .btn:focus, 
.contact-form .form-control:focus{
  border: #000 solid 1px !important;
  box-shadow:none !important;
}
.contact-form .form-control{
   border: #ccc solid 1px !important;
}
.contact-form span{
  color: red;
  font-family: arial;
}


#map{
  padding-bottom: 0px !important;
}
#map .row{
  padding-left: 0px !important;
  padding-right: 0px !important;
}


#awards{
 padding-top:130px;
  padding-bottom: 30px;
   background:#fafafa;
/*   background:#f2f2f29e url(../../assets/img/dots.png);*/
   background-size:contain;
}

#awards h1 {
  color: #000000;
  font-weight:300;
  letter-spacing:1px;
  font-size: 55px;
  margin-top: 15px;
  margin-bottom: 25px;
  text-align: center;
  text-transform:none;

}
#awards h1 strong{
  font-weight:bold;
  display: block;
  text-transform: uppercase;
  
}
#awards h2{
    font-size:30px;
    color:#000;
    font-weight: 300;
    letter-spacing: 1px;
  
}
#awards h2 strong{
font-weight: bold;
}

#awards h3{
  font-size:23px;
  color:#000;
  font-weight:500;
  letter-spacing:0.5px;
 
}
#awards li{
  color: #000000;
  font-size:20px;
  line-height:30px;
  margin-bottom: 10px;
}
#awards li::marker{
  color: #005994
}
#awards li strong{
  color: #005994;
  font-weight:400;
 
}
 
 
.award-list, .awardcenter {
  position: relative;
}

.award-list .centerline{
  width: 1px;
  position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 1px;    
    background:#00000030;
    display: none;
}
 .awardcenter .circle{
    position: absolute;
    color: #fff;
    font-size: 1em;
    width:0.8em;
    height:0.8em;
    transform: translate(-50%, -50%);
    background:#000;
    border-radius: 50%;
    top:15px;
  }
.bline{
  border-bottom: #eee solid 1px;
}


/**/
#about{
 padding-top:130px;
  padding-bottom: 30px; 
}
#about h1 {
  color: #000000;
  font-weight:300;
  letter-spacing:1px;
  font-size: 55px;
  margin-top: 15px;
  margin-bottom: 25px;
  text-align: center;
  text-transform:none;

}
#about h1 strong{
  font-weight:bold;
  display: block;
  text-transform: uppercase;
  
}
#about p{
    color: #000000;
    font-size: 22px;
    line-height: 37px;
    margin-bottom: 20px;
    padding-left: 25px;
}
.great-design{
  background:#fafafa;
  margin: 30px 0;
  padding: 60px 0;
 background-size:cover;
}
.great-design h3{
  text-align: center;
/*   font-family: "Inter", sans-serif;*/
       font-size:40px;
    color: #000;
    font-weight:500;
    letter-spacing: 1px;
    margin-bottom:55px;
}
.great-design h4{
  text-align: center;
/*   font-family: "Inter", sans-serif;*/
       font-size:22px;
    color: #000;
    font-weight:500;
    width: 80%;
    line-height: 25px;
margin:25px auto;
}

.great-design img{
  width:70px;
  margin:0 auto;
  display: table;
}


.about-portfolio{
  margin: 30px 0;
  padding: 60px 0;
}
.about-portfolio h4{
text-align: center;
    font-size: 27px;
    color: #000;
    font-weight: 300;
    line-height: 42px;
    width: 90%;
    margin: 0 auto 75px auto;
}
 
.about-portfolio h3{
  text-align: center;
/*   font-family: "Inter", sans-serif;*/
       font-size:40px;
    color: #000;
    font-weight:500;
    letter-spacing: 1px;
    margin-bottom:35px;
}

.about-portfolio li{
    color: #fff;
    font-size:22px;
    line-height: 35px;
    margin-bottom: 10px;
    padding-left: 25px;
    list-style: none;
    background: #198bba;
    padding:5px 10px;
    text-align: center;
}
.text-success{
    color: #198754 ;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
}
.partners p{
  background: #F2F3F5;
    padding: 25px;
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    color: #000;
}
 .partners{
  margin-bottom:75px;
 }

@media screen and (max-width:767px){
  .portfolio-detail h1{
    font-size: 40px;
  }
  .portfolio-para p {
color: #000;
    font-size: 21px;
    line-height: 36px;
    text-align: justify;
    font-weight: 300;
  }
  .swiper-slide{
    height: auto;
  }
  .ip, .portfolio-detail, #awards,
 #contactinfo, #about{
    padding-top: 20px;
}
.our-work h1, 
#contactinfo h1,
#about h1,
#awards h1{
  font-size: 40px;
}
.np-line .left {
    float: none;
    text-align: center;
}
.np-line .right {
    float: none;
    text-align: center;
    margin-top: 15px;
}
footer {
    background: #000;
    padding: 12% 0%;
}
.footer-nav ul li{
      float: none;
    list-style: none;
    line-height: 35px;
    text-align: center;
}
footer p{
  text-align: center;
}
.footer-social {
    float: none;
    margin: 0 auto;
    display: table;
}
.footer-nav ul{
  float: none;
  padding-left: 0px;
}
.award-list .centerline{
  display: none;
}
.contact-form {
    background: #fff;
    padding: 30px;
    box-shadow: 0 40px 80px 0 rgb(83 94 132 / 15%);
}
 .portfolio-para {
    padding: 4% 4%;
}
.swiper {
    padding: 0px 0;
}
.parallax-window{
  display: none;
}
.contact-left{
  padding:10px 25px;
}
#about p {
    color: #000000;
    font-size:18px;
    margin-bottom: 10px;
    padding-left:0px;
    padding-top: 25px;
}
.about-portfolio {
    margin: 30px 0;
    padding: 20px 0;
}
.about-portfolio li {
    font-size: 18px;
  }
  .about-portfolio ul{
    width: 90%;
    display: table;
    margin:0 auto;
  }
  .about-portfolio h4 {
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 25px;
    width: 90%;
}
.swiper-slide {
    width:100%;
  }
  .slide-horizontal {
    width:50%;
}
#awards h2 {
    font-size: 25px;
}
#awards li strong {
    display: block;
}
.great-design{
 
    margin:10px 0 ;
 
 
}
}