@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,900&amp;subset=devanagari');

body{

}


ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.anniversary-text {
  text-align: center;
}
.modal-title {
    text-align: center;
    margin-bottom: 0;
    line-height: 1.5;
    margin: 0 auto;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    color: #020202;
}
.modal-lg {
    max-width: 1000px;
}
.anniversary-text img{
  width: 100%;
  height:auto;
  margin: 1rem 0;
}
.anniversary-text p{
  text-align: left;
  margin-top: 1rem;
}


/* Home Page */
#navbar-menu{
  background-color: #333;
  position: fixed;
  top: 0;
  width: 100%;
  display:block;
  transition: top 0.8s;
  z-index: 999;
  border-bottom: 1px solid #818285;
}
.header-area {
    background-color: #fff!important;
}
.header-area .navbar{
	padding: 0;
}
.navbar-brand{
  padding: 0;
}
.navbar-brand img{
	width: 170px;
}
.navbar-nav li .nav-link{
	color: #000;
	padding: 1rem 1rem 1rem!important;
	font-weight: 500;	
  transition: 1s all;
}
.navbar-nav li.active a{
    background: #818285;
    color: #fff;
}
.dropdown-links ul li.active a{
    background: none;
    font-weight: 700;
    color: #000!important;
}

/*.dropdown-menu .ActiveMenu, .dropdown-menu ul li a:hover {
    color: #00aa9e!important;
    text-decoration: none;
}*/

li.nav-item.active a{
  color: #fff;
}
.navbar-nav li .nav-link:hover{
	color: #fff;
  background: #000;
}
.navbar-nav li .nav-link:hover .dropdown-menu{
	display: block;
}
.navbar-nav li:last-child .nav-link{
    background: #000000;
    border-radius: 25px;
    color: #818285;
    padding: 0.5rem 1rem!important;
    margin-top: .5rem;
}
.navbar-nav li:last-child .nav-link:hover{
	color: #fff;
}
.dropdown-menu{
	margin: 0;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;  
 }
.solutions-box{
  padding: 1rem 0 2rem;
}
.solutions-box h4{
    font-size: 1rem;
    margin-bottom: .8rem;

}
.solutions-box img{
  width: 100%;
  height: 140px;
  box-shadow: 2px 2px 6px #b1b1b1;
  margin-bottom: 10px;
}
.solutions-box p{
    font-size: 0.9rem;
    line-height: 1rem;
    margin: .8rem 0 0;
    color: #666;
}
.solutions-box a{
  color: #818285;
    font-weight: 600;
    font-size: .8rem;
    position: absolute;
    bottom: 0;
    background: #000;
    border-radius: 25px;
    padding: .2rem 1rem;
}
.solutions-box a:hover{
  color: #fff;
  text-decoration: none;
}
.dropdown-links{}
.dropdown-links ul{}
.dropdown-links ul li{}
.dropdown-links ul li a{
    font-weight: 400;
    font-size: 14px;
    border-bottom: 1px solid #F1F1F1;
    display: block;
    padding: 7px 0 7px 7px;
    color: #606060!important;
    transition: 1s all;
}
.dropdown-links ul li a:hover{
  padding-left: 1rem;
  color: #818285;
  font-weight: 600;
  text-decoration: none;
}

/* Effect 5: same word slide in */
/*.cl-effect-5 a {
	overflow: hidden;
	padding: 0 4px;
	height: 1em;
}

.cl-effect-5 a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.cl-effect-5 a span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: 700;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.cl-effect-5 a:hover span,
.cl-effect-5 a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}
*/

/* Apply Form */
.apply-form{
  padding: 1rem;
}
.apply-form h4{
  margin-bottom: 1rem;
  text-align: center;
  border-bottom: 1px solid #dedede;
  padding-bottom: 1rem;
}

/* Baner Area */
.banner-area{
  height:100vh;
  background-size:cover;
  overflow:hidden;
	padding: 0;
  padding-top: 57px;
  background: #818285;	
 }
.banner-area .carousel-item{
  height: 500px;
}
.banner-left-area{
  padding: 10rem 0 0;
}
.banner-left-area h2{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2.5rem;
}
.banner-left-area p{

}
.banner-left-area a{
      /* border: 2px solid #000; */
    padding: .5rem 1rem;
    display: inline-block;
    color: #000;
    font-weight: 700;
    background: #fff;
    text-transform: uppercase;
    border-radius: 25px;
}
.banner-img{
  text-align: center;
  padding: 2rem 0 0;
}
.banner-img img{
  
}
/*--- About Us Area ---*/
.page-menu-area{
  background: #dedede;
  padding: 1rem 0;
}
.page-menu-warp ul li{
  display: inline-block;
}
.page-menu-warp ul li a{
  padding: 17px 1.5rem;
  font-weight: 600;
  color: #565656;
}
.page-menu-warp ul li a:hover{
    background: #818285;
    color: #000;
    text-decoration: none;
}
.page-menu-warp ul li.active a{
    background: #818285;
    color: #000;
    text-decoration: none;
}
.about-us-area{
  height: 300px;
  text-align: center;
}
.about-us-area h2{
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 1rem;  
}
.about-us-area h4{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
}
.about-left-area{
  background: #818285;
  height: 300px;
  color: #fff;
  padding: 4rem 3rem;
}
.about-right-area{
  background: #333333;
  height: 300px;
  color: #fff;
  padding: 4rem 3rem;
}
/*--- About Us Area ---*/

 /*--- Our Expertise Area ---*/
.our-expertise-area{
	background: #fff;
  text-align: center;
}
.our-expertise-area h2{
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;  
}
.our-expertise-area h3{
    font-size: 1rem;
    font-weight: 400;
}
.our-expertise-wrap{
  text-align: center;
  margin-top: 2rem;
}
.our-expertise-wrap ul{
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #ececec;
}
.our-expertise-wrap ul li{
  display: inline-block;
  width: 15%;
}
.our-expertise-wrap ul li a span{
    font-size: .8rem;
    font-weight: 600;
    display: block;
    margin: 1rem 0;
}
.nav-pills .nav-link{
  border-radius: 0;
  background: none;
  display:inline-block;
  text-align: center;
  transition: 1s all;
  border-bottom: 1px solid #ececec;
}
.nav-pills .nav-link.active{
  background: none;
  border-bottom: 1px solid red;
}
.nav-pills .nav-link .expertise-icons{
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin: 0 auto;
  font-size: 2.2rem;
}
/*.nav-pills .nav-item:nth-of-type(1) .nav-link .expertise-icons{
  background: #9632e7;
}*/
.nav-pills .nav-item:nth-of-type(1) .nav-link.active{
  border-bottom: 1px solid #9632e7;
}
/*.nav-pills .nav-item:nth-of-type(2) .nav-link .expertise-icons{
  background: #e23f7d;
}*/
.nav-pills .nav-item:nth-of-type(2) .nav-link.active{
  border-bottom: 1px solid #e23f7d;
}
/*.nav-pills .nav-item:nth-of-type(3) .nav-link .expertise-icons{
  background: #3dc0a7;
}*/
.nav-pills .nav-item:nth-of-type(3) .nav-link.active{
  border-bottom: 1px solid #3dc0a7;
}
/*.nav-pills .nav-item:nth-of-type(4) .nav-link .expertise-icons{
  background: #ff7701;
}*/
.nav-pills .nav-item:nth-of-type(4) .nav-link.active{
  border-bottom: 1px solid #ff7701;
}
/*.nav-pills .nav-item:nth-of-type(5) .nav-link .expertise-icons{
  background: #64b31d;
}*/
.nav-pills .nav-item:nth-of-type(5) .nav-link.active{
  border-bottom: 1px solid #64b31d;
}
/*.nav-pills .nav-item:nth-of-type(6) .nav-link .expertise-icons{
  background: #2078e0;
}*/
.nav-pills .nav-item:nth-of-type(6) .nav-link.active{
  border-bottom: 1px solid #2078e0;
}
.nav-pills .nav-link span{
  color: #000;
}
.expertise-img img{
  border-radius: 6px;
      width: 100%;
}
.expertise-text{
  font-size: 1rem;
  text-align: left;
}
.expertise-text a{
  font-weight: 600;
  display: block;
  margin-top: 0.5rem;  
  color: #818285;
  transition: all 1s;
}
.expertise-text a:hover{
   color: #000;
   text-decoration: none; 
} 

/*--- Our Leadership ---*/
.leadership-profile{

}
.leadership-profile img{
  width: 150px;  
}
.leadership-profile .media-body{
    background: #818285;
    padding: 2rem;
    height: 10.3rem;
}
.leadership-profile .media-body h5{
    font-size: 1.2rem;
    margin: 0 0 .2rem;
}
.leadership-profile .media-body h6{
    font-size: .8rem;
}
.leadership-profile .media-body .social-links li:before{
  display: none;
}
.leadership-profile .media-body .social-links li{
  padding: 0;
}
.leadership-profile .media-body .social-links li:nth-child(1) a{
      background: #03b3ec;
}
.leadership-profile .media-body .social-links li:nth-child(2) a{
      background: #38569e;
}
.leadership-profile .media-body .social-links li:nth-child(3) a{
    background: #e51969;
}

/*--- Why Barquecon ----*/
.why-area{
    background: url(../images/why-bg.jpg);
    height: 600px;
    background-position: center top;
    background-size: 100% 100%;
    position: relative;
    opacity: 0.65;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.why-area h2{
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2.5rem
}
.why-bq-points{
    width: 100%;
    height: 200px;
    background: rgba(0,0,0,.3);
    color: #fff;
    text-align: center;
    padding: 2rem 0.5rem;
    cursor: pointer;
    transition: all 1s;
    line-height: 1.2rem;
    position: relative;
    font-size: .9rem;
    margin-bottom: 1.5rem;
}
.why-bq-points i{
    font-size: 2rem;
    margin-bottom: .5rem;
    padding-bottom: 1rem;
}
.why-bq-points h4{
  font-size: 1rem;
  position: relative;
  padding-top: 1rem;
  text-transform: uppercase;
}
.why-bq-points h4:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50px;
  border-top: 2px solid #fff;
}
.why-bq-text{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 1rem;
  background: #818285;
  transition: all 1s;
  text-align: left;
}
.why-bq-points:hover .why-bq-text{
  display: block;
  transition: all 1s;
}

/*--- Why Barquecon ----*/


/* Gallery */
.ri-grid{
  margin: 30px auto 30px;
  position: relative;
  height: auto;
}

.ri-grid ul {
  list-style: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* Clear floats by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */

.ri-grid ul:before,
.ri-grid ul:after{
  content: '';
    display: table;
}

.ri-grid ul:after {
    clear: both;
}

.ri-grid ul {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
} 

.ri-grid ul li {
  -webkit-perspective: 400px;
  -moz-perspective: 400px;
  -o-perspective: 400px;
  -ms-perspective: 400px;
  perspective: 400px; 
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
}

.ri-grid ul li a{
  display: block;
  outline: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #333;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* Grid wrapper sizes */
.ri-grid-size-1{
  width: 100%;
}
.ri-grid-size-2{
  width: 100%;
}
.ri-grid-size-3{
  width: 100%;
  margin-top: 0px;
}

/* Shadow style */
.ri-shadow:after,
.ri-shadow:before{
  content: "";
  position: absolute;
  z-index: -2;
  bottom: 15px;
  left: 10px;
  width: 50%;
  height: 20%;
  max-width: 300px;
  max-height: 100px;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.ri-shadow:after{
  right: 10px;
  left: auto;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}

.ri-grid-loading:after,
.ri-grid-loading:before{
  display: none;
}

.ri-loading-image{
  display: none;
}

.ri-grid-loading .ri-loading-image{
  position: relative;
  width: 30px;
  height: 30px;
  left: 50%;
  margin: 100px 0 0 -15px;
  display: block;
}

/*--- ---*/

.our-process-area{
  background: #f9f9f9;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.our-process-img{
  text-align: center;
}
.our-process-img img{
  width: 1200px;
}

.our-process-area h2{
      font-size: 2rem;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem;
}
.our-process-wrap{
    text-align: center;
    color: #000000;
    padding: 0 4rem;
    margin-bottom: 2rem;
}
.our-process-wrap .process-icons {
    border: 1.5px solid #757575;
    display: inline-block;
    width: 100px;
    height: 100px;
    padding: 1.5rem;
    border-radius: 50%;
}
 
.our-process-wrap h5{
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    margin: 1rem 0 .2rem;
}
.our-process-wrap p{
  font-size: .9rem;
}

.section-two{
	background: #818285;
	height: 300px;
}	

.section-three{
	background: #999;
	height: 300px;
}

/*--- Latest Work ---*/
.latest-work-area{
	background:#fff;
  padding: 0;
  text-align: center;
} 
.latest-work-box{
  height: 250px;
  width: 100%;
  background-position: center top;
  background-size: 100% 100%;
  overflow: hidden; 
  position: relative;
  padding: 1rem;
  cursor: pointer;
}
.latest-work-one{
  background: url('../images/portfolio/goldmedal.jpg') no-repeat;
}
.latest-work-two{
  background: url('../images/portfolio/spoyoo.jpg') no-repeat;
}
.latest-work-three{
  background: url('../images/portfolio/lilluibi.jpg') no-repeat;
}
.latest-work-four{
  height: 502px;
  background: url('../images/portfolio/AV.jpg') no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}
.latest-work-five{
  background: url('../images/portfolio/dairy.jpg') no-repeat;
}
.latest-work-six{
  background: url('../images/portfolio/LM.jpg') no-repeat;
}


.latest-work-one h2{
  font-size: 3rem;
  color: #fff;
}
.latest-work-one h3{
  font-size: 1.2rem;
  color: #fff;
}
.latest-hover-box{
    position: absolute;
    top: 100%;
    color: #fff;
    left: 0;
    transition: 1s all;
    padding: 1rem;
    background: #c4d423e6;
    height: 100%;
    width: 100%;
}
.latest-work-area a.view-more-btn {
  border: 2px solid #000;
  color: #000;
  text-transform: uppercase;
  padding: .5rem 1rem;
  display: inline-block;
  font-weight: 500;
  margin: 1rem auto;  
}
.latest-work-area a.view-more-btn:hover{
  text-decoration: none;
}
a.view-more-btn {
  border: 2px solid #fff;
  color: #fff;
  text-transform: uppercase;
  padding: .5rem 1rem;
  display: inline-block;
  font-weight: 500;
  margin: 1rem auto;
  transition: .5s all;  
}
a.view-more-btn:hover{
  text-decoration: none;
  background: #000;
  color: #fff;
  border: 2px solid #000;
}
.latest-work-box:hover .latest-hover-box{
  top: 0;
}
.latest-work-area .col-md-6, .latest-work-area .col-md-3, .latest-work-area .col-md-4, .latest-work-area .col-md-12{
  padding:0 0 2px 2px;
}
.latest-work-area .row{
  margin: 0;
}

/*--- Our Blog ---*/
.our-blog-area{
  background: #fff;
}
.our-blog-area h2{
    font-size: 1.3rem;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: .7rem;
}
.our-blog-area h2:after{
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #3c5263;
  content: '';
  width: 30px;

}
.blog-box-area img{
    width: 100%;
    height: 200px;
    border-radius: 6px;
}
.blog-text-area{
  background: #fff;
  padding: 1.5rem 0 2rem;
}
.blog-text-area h4{
  font-size: 1.2rem;
  font-weight: 700;
}
.blog-text-area p{
    font-size: 1rem;
    line-height: 1.2rem;
    color: #696969;
}


.our-blog-area .carousel-indicators li{
  background: #000;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}
.our-blog-area .carousel-indicators .active{
  background: #818285;
}
.our-blog-area .carousel-indicators{
  bottom: -35px;
}
.our-blog-area ul{
  width: 100%;
  float: left;
}
.our-blog-area ul li{
  float: left;
  width: 48%;
  font-size: .8rem;
}
.our-blog-area ul li i{
  color: #818285;
}
.our-blog-area ul li a{
    font-weight: 400;
    float: right;
    background: #818285;
    color: #fff;
    border-radius: 25px;
    padding: 0.3rem .7rem;
    transition: all 1s;
    cursor: pointer;
}
.our-blog-area ul li a:hover{
  background: #000;
  color: #818285;
  text-decoration: none;
}


/*--- Our Blog ---*/

/*---- We Support ----*/

.we-support-area{
  background: #f5f7fa;
}
.we-support-area h2{
      font-size: 2rem;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem;
}
.we-support-box{
  background: #f5f7fa;
  border-right: 1px solid #ececec;
  cursor: pointer;
  transition: all .5s; 
  text-align: center;
  color: #000;
  padding: 1rem 2rem;
}
.we-support-box:hover{
  background: #818285;
  box-shadow: 0px 0px 8px #827d7d;
  color: #000;
}
.we-support-box h3{
  font-size: 1rem;
  text-transform: uppercase;
  margin-top: 1rem;
}
.we-support-box p{
  font-size: 0.9rem;
}

/*--- Footer Area ---*/
.footer-links-area{
	background: #0e0e0e;
  border-top: 1px solid #ececec;
}
.footer-links h4{
    font-size: 1rem;
    color: #ffffff;
    position: relative;
    padding-bottom: .8rem;
}
.footer-links h4:after{
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 2px solid #818285;
	content: '';
	width: 50px;
}
.footer-links ul li{
	padding: 0.2rem 0;
}
.footer-links ul li i{
  color: #818285;
}
.footer-links ul li a{
    font-size: .9rem;
    color: #828282;
    transition: all 1s;	
    display: inline-block;
}
.footer-links ul li a:hover{
	padding-left: 1rem;
	text-decoration: none;
  color: #fff;
}
.footer-logo{
    background: #ffffff;
    text-align: center;
    padding: .5rem;
}
.footer-info{
	font-size: .9rem;
    color: #828282;
    padding-top: 1rem;
}
.contact-icon{
  display: inline-block;
  width: 10%;
  vertical-align: top;
  font-size: 1.1rem;
}
.contact-info-span{
  display: inline-block;
  width: 85%;
}
.powerred-by{
  float: right;
}

.social-links{
      margin: 1rem 0 0;
      padding: 0;
  }
  .social-links li{
      display: inline-block;
  }
  .social-links li a{
      width: 34px;
      height: 34px;
      display: block;   
      border-radius: 3px;
      background: #999;
      color: #fff;
      text-align: center;
      margin-right: .625rem;
      transition: .5s all;
  }
  .social-links li a:hover{
    border-radius: 100%;
    padding: 0!important;
  }
  .social-links li a i{
      color: #fff;
      font-size: 1rem;
      vertical-align: middle;
      padding: 8px;
  }
  .social-links li:nth-child(1) a{
      background: #38569e;
  }
  .social-links li:nth-child(2) a{
      background: #0177b5;
  }

  .social-links li:nth-child(3) a{
      background: #e50f6a;
  }
  .social-links li:nth-child(4) a{
      background:#ee2d34;
  }
  .social-links li:nth-child(5) a{
    background: #03b3ec;
    }

footer{
	background: #000;
}
footer span{
	font-size: 0.8rem;
  color: #949494;
}

/*--- About Us ---*/
.internal-banner-area{
  height: 200px;
  background: #f9f9f9;
  margin-top: 55px;
  padding: 0;
}
.internal-banner-area img{
  width: 100%;
  /* height: 100%; */
}
.page-content-area{
  padding: 2rem 0;
}
.content-area {
    font-size: .9rem;
}
.content-area h2, .content-area h1{
    margin-bottom: 1rem;
    font-size: 2rem;
    position: relative;
    padding-bottom: .7rem;
}
.content-area h2:after, .content-area h1:after{
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 50px;
    /* padding-bottom: 1rem; */
    border-bottom: 2px solid #818285;
}
.content-area h3{
    font-size: 1rem;
    margin-bottom: .2rem;
    margin-top: 1rem;
}

  .content-area p {
    font-size: .9rem;
    line-height: 1.2rem;

}
.content-area ul{
      margin-bottom: 1rem;
}
.content-area ul li{
      position: relative;
    padding: 0 0 0 1.4rem;
}
.content-area ul li:before{
    content: "\f192";
    position: absolute;
    left: 0;
    top: 0;
    color: #818285;
    font-size: 0.8rem;
    font-family: 'FontAwesome'; 
}
.apply-btn{
  background: #818285;
  color: #000;
  padding: 0.3rem 1rem;
  border-radius: 3px;
  float: right;
  font-size: .9rem;
  font-weight: 600;  
}
.apply-btn:hover{
  color: #fff;
  text-decoration: none;
}


/*--- Contact Us ---*/
.address-area{
  background: #818285;
  border-bottom: 10px solid #000;
}
.address-box{
  text-align: center;
}
.address-box h5{
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0rem;
}
.address-box p{
  font-size: 0.9rem;
}
.address-box p a{
  color: #fff;
}
.address-box p a:hover{
  text-decoration: none;
}
.form-area{
  margin: 0 12rem;
  background: #f9f9f9;
  padding: 1rem 2rem;
}
.form-area h3{
  font-size: 1.2rem;
  text-transform: uppercase;
  text-align: center;
}
.form-area h5{
  font-size: 1rem;
  text-align: center;
}
.form-area ul li{
      padding: 0;
    font-size: 0.8rem;
}
.form-area ul li:before {
  display: none;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control{
  resize: none;
}
.form-control:focus{
  box-shadow: none;
  outline: 0;
  border-color: #818285;
}
.google-map-area{
  padding: 0;
}
/*--- Internal Pages Banner ---*/
.company-pg{
  background: url('../images/banner/company.jpg') no-repeat;
    -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.contact-pg{
  background: url('../images/banner/contact.html') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.resource-pg{
  background: url('../images/banner/resource.jpg') no-repeat;
 -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.work-banner-bg{
  background: url('../images/banner/portfolio.jpg') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.achievements-bg{
  background: url('../images/banner/achievement.jpg') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.testimonial-bg{
  background: url('../images/banner/testimonial.jpg') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.management-bg{
  background: url('../images/banner/management.jpg') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.solution-bg{
  background: url('../images/banner/solution.jpg') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.news-bg{
  background: url('../images/banner/news.jpg') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
} 
.software-bg{
  background: url('../images/banner/softwarebg.jpg') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.ourclints-bg{
  background: url('../images/banner/ourclintsheader.jpg') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.contact-pg{
  background: url('../images/banner/contactheader.jpg') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 0;
}

/*.andriod-bg{
  background: url('../images/banner/andriod-app-development.jpg') no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}

.cloud-bg{
  background: url('../images/banner/cloudd.jpg') no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}

.game-bg{
  background: url('../images/banner/game.jpg') no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}

.iphone-bg{
  background: url('../images/banner/iphone-app-development.jpg') no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}*/
/*.mobile-bg{
  background: url('../images/banner/mobile-app.jpg') no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}*/
/*.software-bg{
  background: url('../images/banner/software-development.jpg') no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}*/
/*.ui-ux-bg{
  background: url('../images/banner/UX-UI.jpg') no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}
.web-bg{
  background: url('../images/banner/web-development.jpg') no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}*/

.clients-bg{
  background: url('../images/banner/software-development-companies-in-baner-kothrud-karve-nagar-pune-client.jpg') no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}

.culture-bg{
  background: url('../images/banner/mobile-app-development-in-baner-kothrud-karve-nagar-pune.jpg') no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}
.leadership-bg{
  background: url('../images/banner/iphone-app-development-companies-in-baner-kothrud-karve-nagar-pune.jpg') no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}
.hire-bg{
  background: url('../images/banner/web-application-development-companies-in-baner-kothrud-karve-nagar-pune.jpg') no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}

.blog-bg{
  background: url('../images/banner/best-ui-ux-design-companies-in-baner-kothrud-karve-nagar-pune.jpg') no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}
.newsLetter-bg{
  background: url('../images/banner/best-iot-development-companies-in-baner-kothrud-karve-nagar-pune.jpg') no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}

.letestTraind-bg{
  background: url('../images/banner/quality-assurance-services-companies-in-baner-kothrud-karve-nagar-pune.jpg') no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}

.letestTraind-bg{
  background: url('../images/banner/quality-assurance-services-companies-in-baner-kothrud-karve-nagar-pune.jpg') no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}

.code-bg{
  background: url('../images/banner/digital-marketing-companies-in-baner-kothrud-karve-nagar-pune.jpg') no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}

.code-bg{
  background: url('../images/banner/digital-marketing-companies-in-baner-kothrud-karve-nagar-pune.jpg') no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}

.expertise-bg{
  background: url('../images/banner/amazon-web-services-companies-in-baner-kothrud-karve-nagar-pune.jpg') no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}

/*.marketing-bg{
  background: url('../images/banner/digital-marketing.jpg') no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}*/

.qa-bg{
  background: url('../images/banner/quality_assurance.jpg') no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}

/*.iot-bg{
  background: url('../images/banner/internet-of-things.jpg') no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}

.aws-bg{
  background: url('../images/banner/amazon-web-services.jpg') no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}*/


/*---Testimonials---*/
.testimonials-area {

}
.testimonials-box{
  background: #fbfbfb;
  padding: 1rem; 
  margin-bottom: 1rem;
  border-radius: 4px;
  box-shadow: 1px 1px 6px #ccc;
}
.testimonials-box img{
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.testimonials-box .media-body span{
    color: #666;
    font-size: .9rem;
    margin-bottom: 0.5rem;
    display: block;
}
.testimonials-box .media-body h5{
  font-size: 1rem;
  margin: 0;
  text-align: right;
  border-top:1px solid #ececec;
  padding-top: .5rem;
  color: #818285; 
}
.testimonials-box .media-body h6{
  font-size: 0.8rem;
  text-align: right;
  font-weight: normal;
  color: #868686;
}

/*--- Our Process Area ---*/
.process-area{
  background: #ccc;
}

/* Work Css*/
.work-box-area{
  margin-bottom: 1rem;
}
.work-box-area img{
  width: 100%;
  border-radius: 10px;
}

#filters {
    margin: 1%;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #818285;
    padding-bottom: 1rem;
}

  #filters li {
    float:left;
    padding: 0;
  }
    #filters li:before{
      display: none!important;
    }
  #filters li span {
    display: block;
    padding:5px 20px;   
    text-decoration:none;
    color:#666;
    cursor: pointer;
  }
  
  #filters li span.active {
    background: #818285;
    color:#fff;
  }
 

 
#portfoliolist .portfolio {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  width:100%;
  margin:0;
  display:none;
  float:left;
  overflow:hidden;
  border: 0;
}

  .portfolio-wrapper {
    overflow:hidden;
    position: relative !important;
    background: #666;
    cursor:pointer;
    margin-bottom: 1.5rem;
  }

  .portfolio img {
    max-width:100%;
    position: relative;
    top:0;
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);   
  }
  .portfolio .label {
    position: absolute;
    width: 100%;
    height:50px;
    bottom:-50px;
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  .portfolio .label-bg {
    background: #818285;
    width: 100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
  }
  .portfolio .label-text {
    color:#fff;
    position: relative;
    z-index:500;
    padding:5px 8px;
  }
  .portfolio .text-category {
    display:block;
    font-size:9px;
  }
  .portfolio-wrapper:hover .label {
    bottom:0;
  }
  .portfolio-wrapper:hover img {
    top:-30px;
  }  




/*--- Blog Area ---*/
.blog-box img{
  width: 100%;
  height: 210px;
}
.blog-text {
    background: #f7f7f7;
    padding: 1rem;
    text-align: center;
    box-shadow: 2px 2px 6px #b1b1b1;
}
.blog-text h3{
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 .5rem; 
}
.blog-text p{
  font-size: .9rem;
}
.blog-text h5{
  text-align: left;
  font-size: .8rem;
}
.blog-text span{
  float: right;
}
.blog-box-two{
  margin-bottom: 1rem;
}
.blog-box-two .blog-text{
  height: 232px;
  text-align: left;
}
.blog-box-two img{
    width: 40%;
    height: 232px;
}
.blog-detail-area .blog-text{
  text-align: left!important;
}
.blog-detail-area .blog-text h1{
  font-size: 1.2rem;
}
.blog-detail-area img{
  height: auto;
}
.blog-left-area{
  background: #f3f3f3;
  padding: .5rem 1rem;
}
.blog-left-area h4{
      font-size: 1.1rem;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 0.5rem;
}
.blog-row-area{
  margin-bottom: 1rem;
  padding: 1rem 0;
}
.blog-left-area ul li{
    padding: .5rem 0 .5rem 1.4rem!important;
    font-weight: 600;
    border-bottom: 1px solid #e6e6e6;
    line-height: 1rem;
}
.blog-left-area ul li a{
  color: #333;
}
.blog-left-area ul li a:hover{
  text-decoration: none;
  color: #000;
}
.content-area .blog-left-area ul li:before{
  top:10px;
}



/* For Tab */
@media (max-width: 992px) { 
  #navbar-menu{
  
  position: relative;
   
}
  .navbar-nav li .nav-link {
      color: #000;
      padding: .5rem 1rem .5rem!important;
      font-weight: 400;
      transition: 1s all;
      border-bottom: 1px solid #818285;
      font-size: .9rem;
    }
    .our-process-img img{
      width: 100%;
    }

    .navbar-nav{
      margin-bottom: 1rem;
    }
    .navbar-toggler {
        padding: .2rem .5rem;
        font-size: 1.25rem;
        line-height: 1.3;
        background-color: transparent;
        border: 1px solid #818285;
        border-radius: 0;
    }
    .navbar-toggler-icon .fa{
      color: #818285;
      font-size: 1.2rem;
    }
    .expertise-text{
      margin: 1rem 0;
    }
    .about-us-area{
      height: auto;
    }
.about-left-area{
    height: auto;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 1.5rem 0rem;
}
.about-right-area{
  height: auto;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%; 
        padding: 1.5rem 0rem;
}
.why-area{
  background: #5a5a5a;
    height: 600px;
    background-position: center top;
    background-size: 100% 100%;
    position: relative;
    opacity: 1;
    background-attachment: inherit;
    background-repeat: no-repeat;
    background-size: inherit;height: auto;
}
.form-area{
  margin: 0;
}

.our-process-wrap{
  padding: 0;
}
.about-us-area h4{
  padding: 0 1rem;
}

}

/* Our Clients */
.client-logos{

}
.client-logos ul{
  margin: 0;
  display: table;
}
.client-logos ul li{
    width: 23%;
    height: 120px;
    float: left;
    margin: 0 1rem 1rem 0px;
    text-align: center;
    vertical-align: middle;
    padding: 1.5rem;
    border: 1px solid #dedede;
    display: table-cell;
    vertical-align: middle;
    background: #fbfbfb;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 4px;
    box-shadow: 1px 1px 6px #ccc;
}
.client-logos ul li a{
  
}
.client-logos ul li:before{
  display: none;
}
.client-logos ul li img{
  width: 130px;
}


/*our Culture */
.gallery-block{
  padding-bottom: 60px;
  padding-top: 60px;
}

.gallery-block .heading{
    margin-bottom: 50px;
    text-align: center;
}

.gallery-block .heading h2{
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.gallery-block.compact-gallery .item{
  overflow: hidden;
  margin-bottom: 0;
  background: black;
  opacity: 1;
}

.gallery-block.compact-gallery .item .image{
  transition: 0.8s ease;
}

.gallery-block.compact-gallery .item .info{
  position: relative;
    display: inline-block;
}

.gallery-block.compact-gallery .item .description{
  display: grid;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    font-size: 17px;
    line-height: 18px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    opacity: 1;
    color: #fff;
    transition: 0.8s ease;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.39));
}

.gallery-block.compact-gallery .item .description .description-heading{
  font-size: 1em;
  font-weight: bold;
}

.gallery-block.compact-gallery .item .description .description-body{
  font-size: 0.8em;
  margin-top: 10px;
  font-weight: 300;
}

@media (min-width: 576px) {

  .gallery-block.compact-gallery .item .description {
    opacity: 0; 
  }

  .gallery-block.compact-gallery .item a:hover .description {
    opacity: 1; 
  } 

  .gallery-block .zoom-on-hover:hover .image {
    transform: scale(1.3);
    opacity: 0.7; 
  }
}



/* For Mobile */
@media (max-width: 767px) { 
.banner-left-area {
    padding: 1rem 0 0;
}
  .nav-pills .nav-link .expertise-icons{
    width: 40px;
    height: 40px;
  }
  .our-expertise-wrap ul li a span {
    font-size: .7rem;
    font-weight: 400;
    display: block;
    margin: .5rem 0 0;
}
.latest-work-one{
  height: 250px;
}
.latest-work-two{
  height: 250px;
}
.banner-area {
    height: auto;
}
.banner-left-area {
    padding: 1rem 0 0;
    text-align: center;
}
.banner-area .carousel-item {
    height: auto;
}
.banner-img {
    text-align: center;
}
.banner-img img{
  width: 100%;
}
.latest-work-box{
  background-size: cover;
}
.latest-work-box{
  height: 250px;
}
.latest-work-three{
  background-position: center;
}
.latest-work-four{
    height: 400px!important;
    background-position: center;
}
.our-expertise-area, .about-left-area, .our-blog-area {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
}
.blog-box-area{
  margin-bottom: 1.5rem;
} 
.our-blog-area .carousel-indicators {
    bottom: 0;
}
.powerred-by{
  float: left;
}

}
@media (max-width: 576px){
  .our-expertise-wrap ul li {
      display: inline-block;
      width: 31%;
  }
}



.client .card{
  border-radius: 20px;
  /* box-shadow: 1px 1px 6px 3px #8182854d; */
}
.client .card img{
  max-width: 165px;
  margin: auto;
  display: block;
  padding: .5rem;
}
.content1{
  margin-top: 2rem;
}
.content1 p{
  font-size: 16px;
}
.content1 h3{
    font-weight: bold;
    font-size: 23px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.achievement-content h3{
    font-weight: bold;
    font-size: 23px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.achievement-blog{
  margin:2rem 0;
}
.link{
  font-size: 18px;
  color: #924900;
}
.achievement-content .view-more-btn{
border: 2px solid #000;
    color: #000;
    text-transform: uppercase;
    padding: .5rem 1rem;
    display: inline-block;
    font-weight: 500;
    margin:0;
    transition: .5s all;
  }

  .achievement-content h3{
    margin-top: 0;
  }
/* for mobile */
@media(max-width:767px){

  .page-menu-warp ul li a{
    /* padding: 19px 1.5rem; */
    display: block;
    font-weight: 600;
    color: #565656;
  }

  .achievement .col-md-5{
    margin-right: 1rem;
    margin-left: 1rem;
  }
}



/* blog banner */

.blog-banner .col-md-4{ 
  padding-right: 0px; 
   padding-left: 0px; 
}
.blog-banner .col-md-4 img{
  overflow: hidden;
}

.blog-banner .info-banner {
  width: 100%;
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(to bottom,rgba(238,238,238,0),rgba(33,33,33,.9) 75%,#000);
  padding: 20px;
}

.blog-banner .blog-banner-img img {
  height: 400px;
}

.blog-banner .banner-title{
    /* font-family: Montserrat,sans-serif; */
    min-height: 90px;
    line-height: 30px;
    margin: 0;
    font-size: 24px;
    color: #fff;
    font-weight:bold;
}
.latest-blog-area{
  margin-top:1rem;
}
.latest-blog-area .media img {
  width: 250px;
  /* max-height: 176px!important; */
  max-height: 159px!important;
}

.latest-blog-area .media-body h3 {
  /* color: #111; */ 
  font-size: 20px!important;
  font-weight: 600;
  color: #000!important;
  line-height: 23px;
  max-height: 91px;
}

.media-content{
  margin-top: 13px;
  min-height: 60px!important;
}

.media-content p{
  margin:0px!important;
}
.blog-banner-img a, .banner-title{
  cursor: pointer;
}
.blog-writer {
  /* bottom: 0; */
  margin-top: 0PX;
  color: #aaa;
  display: none;
}
.blog-row-area .btns{
  margin:2rem 0;
}
.blog-row-area .btns .btn-primary{
  border-radius: 30px!important;
}
.social-list li{
  margin-left:35px;
  cursor: pointer;
}

.social-list li .fa{
  font-size:35px;
} 
.popular-blog .social-links li:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: none!important;
  color: #818285;
  font-size: 0.8rem;
  font-family: 'FontAwesome';
}

.social-list li:nth-child(1):hover{
  color: #38569e;
}
.social-list li:nth-child(2):hover{
  color: red;
}

.social-list li:nth-child(3):hover{
  color:#55acee;
}

.social-list li:nth-child(4):hover{
  color: #cd201f;
}
.popular-content{
  margin-bottom: 2.5rem;
}
.popular-blog .social-links{
  /* margin-top: 5px!important; */
}
.popular-content .popular-title {
  min-height: auto;
  color: #111;
  font-weight: bold;
  font-size: .9rem!important;
}

.popular-content h3{
  color: #111;
  font-size: 16px!important;
  min-height: auto;
}

.popular-content .blog-writer{
  margin-top: 5px;
  margin-bottom: 30px;
}

/* blog details*/
.breadcrumb{
  background: none!important;
}
.blog-details-page .blog-title{
  font-weight: bold;
  font-size: 44px;
}

.breadcrumb .breadcrumb-item a{
  color:  #818285!important;
  font-weight: bold;
}
.breadcrumb .breadcrumb-item a:hover{
  text-decoration: none;
}

.blog-details-page .social-links li:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: none!important;
  color: #818285;
  font-size: 0.8rem;
  font-family: 'FontAwesome';
}

.blog-details-page .content-area ul li{
      padding: 0!important;
}

.blog-details-content p{
  font-size: 1rem;
}

.writer-info .name{
  font-weight: bold;
}

.blog-content-area .page-content-area {
  padding-top: 1rem!important;
}

.blog-detail-banner{
 background: url('../images/blog_detail_banner.jpg') no-repeat;
  background-position: center top;
  background-size:cover;
  height: 400px;
}

.blog-details-content h3{
    font-size: 19px;
    font-weight: 600;
    margin: 0 0 .5rem;
}

.article-tags .tags-heading {
  text-transform: uppercase;
  font-size: 16px;
  margin: 0 0 15px 0;
  font-weight:bold;
  color: #fff;
  /* font-family: Paralucent-Light,Tahoma,Serif; */
}

.article-tags a {
  text-decoration: none;
}
/* articals */
.artical-tag-area{
display: none;
}
.article-tags{
  width: 100%;
    display: inline-block;
    background-color: #424242;
    padding: 15px;
    margin-bottom: 20px;
    position: relative;
    color: #fff;
}

.article-tags .tags-list {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
}

.article-tags .tags-list li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.article-tags .tags-list li::before{
  display: none;
}

.article-tags .tags-list li a {
  display: block;
    padding: 6px;
    border: #fff solid 1.5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 13px;
  /* font-family: Paralucent-Light,Tahoma,Serif; */
}

.blog-details-content  h5 {
  text-align: left;
  font-size: .8rem;
}

.latest-blog-area .media{
  cursor: pointer;
}

.latest-blog-area .media a{
  text-decoration: none;
}

/* our code  */

.our-code-movement span:after{
  content:  "|";
  margin:0 10px 0 10px;
}
.our-code-movement span:last-child::after{
  content:  "";
}
.our-code-movement h1:after{
  border-bottom: 0!important;
  content: "";
  
}
.content-area h1:after{
  border-bottom: 0!important;
}

.aws-content{
  margin-top: 283px;
}
.banner-text {
  width: 100%;
  height: 453px;
  background: #000000b8;
  position: absolute;
  top: 57px;
}
.modal .btn-primary{
  background: #818285;
    color: #000;
    font-weight: 600;
    padding: 11px 16px;
    border: 1px solid #818285;
}

.modal .btn-primary:hover{
  background: #000;
  color: #fff;
  font-weight: 600;
  /* font-weight: 500; */
  padding: 11px 16px;
  border: 1px solid #000;
  transition: .5s all;
}
.banner-text h1{
  text-align: center;
  /* top: 50px; */
  padding-top: 150px;
  z-index: 999;
  opacity: 1;
  /* position: relative; */
  font-weight: 600;
  color: #fff;
  font-size: 65px;
}

.popular-content a{
  color: #000000;
}
/* news latter */
.latest-trend-blog-content{
  background: #818285;
  padding-bottom: 1rem;
}

.letest-trend-title{
  padding: 0 .5rem 0 .5rem;
}


.latest-trending-blog a{
  font-weight: 400;
    /* float: right; */
    background: #818285;
    color: #fff;
    border-radius: 25px;
    padding: 0.3rem .7rem;
    transition: all 1s;
    cursor: pointer;
}

.latest-trending-blog a:hover{
  background: #000;
}

/* news latter */
@media(max-width:768px){
  .media{
    flex: 0;
    display: block!important;
  }
  .blog-banner .blog-banner-img img {
    height: 250px;
  }
  .blog-banner{
    margin-top: 0!important;
  }
  .latest-blog-area .media img{
    width:100%;
  }
  .latest-blog-area .media-body h3{
    font-size: 17px!important; 
    margin-top: 1rem!important;
    text-align:center;
  }
  .blog-details-page .blog-title {
    font-weight: bold;
    font-size: 32px;
}
  .blog-details-page .social-links{
    text-align: center!important;
  }
  .blog-writer {
    /* bottom: 0; */
    margin-top: 20px;
    color: #aaa;
}

.aws-content {
  margin-top: -113px;
}

.aws-new-added .internal-banner-area img {
  height: 138px;
  background: #f9f9f9;
  margin-top: -55px;
  padding: 0;
}
.banner-text {
  width: 100%;
  height: 137px;
  background: #000000b8;
  position: absolute;
  top: 58px;
}

.banner-text h1 {
  text-align: center;
  /* top: 50px; */
  padding-top: 70px;
  z-index: 999;
  opacity: 1;
  /* position: relative; */
  font-weight: 600;
  color: #fff;
  font-size: 23px;
}

.latest-trending-blog .col-md-4{
  margin-bottom: 1rem;
}

}

@media(max-width:554px){
  .latest-blog-area .media img{
    width:100%;
  }
}