/*Top menu */
.phone-call-top{
  width: 30px;
  height: 30px;
  padding: 3px;
}

.head-list a{
font-size: 18px;
}
.head-list strong{
font-size: 24px;;
}

/* Mobile view navbar coloro white*/
.logobg{
  background-color: #fff;
}




/* Social Icons */
#social_side_links {
  position: fixed;
    top: 85%;
    right: 10px;
    padding: 0;
    list-style: none;
    z-index: 999;
    transform: translateY(-50%);
    overflow: hidden;
  }
  
  #social_side_links li{
    margin-bottom: 5px;
      position: relative;
      left: 0px;
      transition: .5s;
  }
  #social_side_links li:hover{
  left: 0%;
  }
  
  #social_side_links li a {
    /*display: block; border-radius:0  25px 25px 0 ;padding: 8px;font-weight: 600;
      width: 140px;*/
  
    position: relative;
      padding: 8px;
      /*border-radius:0  25px 25px 0 ;*/
    border-radius: 50%;
  
      display: inline-block;
      color: #fff;
      font-weight: 600;
      width: auto;
  }
  
  #social_side_links li a img {
    width: 35px;
      height: auto;
      margin-left: 0px;
  }
  
  #social_side_links li a:hover img {
    -webkit-transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    /*background: rgba(0, 0, 0, .2);*/
  }

  .btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    /*top: 85%;*/
    bottom: 70px;
    right: 10px;
    font-size: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 28px;
    text-decoration: none;
    border-radius: 50%;
    z-index: 999;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
  }
  
  @keyframes pulse {
    0% {
      box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    80% {
      box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
  }
  
  @media only screen and (max-width: 991px) {
    #social_side_links {
      display: none;
  }
  .btn-whatsapp-pulse{
    display: none;
  }
  }


  .amr-10{margin:10px!important}
				
				.email-container{
					/*text-align:center;
					margin:50px;*/
					padding: 10px;

					background-color: #fff;
					font-size: 16px;
					font-weight: 500;
					align-items:center;
					vertical-align: middle;
					position:relative;
					/*color:#2e2e2e;*/
					text-decoration:none;
					-webkit-transition:all .2s ease-in-out;
					transition:all .2s ease-in-out;
					white-space:nowrap;
					border: 2px solid;
					border-radius: 5px;
					vertical-align: middle;

					}
          .emailbg{
            border-color: #ffb025;
          }
          .enquirybg{
            border-color: #2270bb;
          }
					.email-container:hover{
						border-left-width: 10px;
					}
					.text{
						display: inline-block;
						vertical-align: middle;
						padding: 10px;
					}
					.text img {
					font-size:40px;
					vertical-align:middle;
					} 
					.text img + span + strong{
					margin-left:20px;
					}

          @media only screen and (max-width: 991px) {
            .email-container{
              margin: 10px 0 10px 0;
            }
          }
          



  /* our project section */

  .projectbg{
    /*background-color: #08d7e9;*/
    background-image: url(../images/bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
.projectbg .section-title h2{
    color: var(--color-light);
}
.cardgap{
	
	padding: 10px;
}

.image-gall
{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.image-gall li
{
    flex: 0 0 calc(33% - 16px);
    max-width:calc(33% - 16px);
    height: 200px;
    margin: 8px;
	border: 2px solid #fff;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
}
.image-gall li a {
    width: 100%;
    height: 100%;
    display: block;
}
.redirecturl{
	padding: 10px;
	width: 50px;
	background-color: #ffb025;
	border: 2px solid #bb0000;
	margin-top: -10px;
}
@media only screen and (max-width: 991px) { 
	.image-gall li {
flex: 0 0 calc(50% - 16px);
max-width: calc(50% - 16px);
}
@media only screen and (max-width: 480px) {
	.image-gall li {
    flex: 0 0 calc(100% - 16px);
    max-width: calc(100% - 16px);
}
}
}

/* Question Section */
.qsection-title{padding: 10px;}
			.qsection-title h2{
				color: #2270bb;
			}

			@media only screen and (max-width: 991px) { 
				
				.qsection-title{padding: 5px;}
			}
			@media only screen and (max-width: 480px) {
				.qsection-title{padding: 5px;}
			.qsection-title h2{
				font-size: 18px;
			}
			}

      .question-btn{
        color: #fff;
        display: inline-block;
        background-color:#2270bb;/* #007cc0;*/
        border: 1px solid transparent;
        transition: all .5s ease-in-out;

      }
      .question-btn:focus,
      .question-btn:hover
      {
        color: #000;
        background: #ffb025;
        border-color: #fff;
      }

/* Footer Section*/
.footerbg{
  /*background-color: #023566;*/
  background-image: url(../images/footerbg.png);
  background-repeat: no-repeat;
  background-size: cover;
}


/*New Social media section in footer*/
.svg-inline--fa {
  vertical-align: -0.200em;
}

.rounded-social-buttons {
  text-align: center;
  padding: 20px;
}

.rounded-social-buttons .social-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 3.125rem;
  height: 3.125rem;
  border: 0.125rem solid transparent;
  padding: 0;
  text-decoration: none;
  text-align: center;
  color: #fefefe;
  font-size: 1.5625rem;
  font-weight: normal;
  line-height: 2em;
  border-radius: 1.6875rem;
  transition: all 0.5s ease;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
}

.rounded-social-buttons .social-button:hover, .rounded-social-buttons .social-button:focus {
  -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
      transform: rotate(360deg);
}

.rounded-social-buttons .fa-twitter, .fa-facebook-f, .fa-linkedin, .fa-youtube, .fa-instagram {
  font-size: 25px;
}

.rounded-social-buttons .social-button.facebook {
  background: #3b5998;
}

.rounded-social-buttons .social-button.facebook:hover, .rounded-social-buttons .social-button.facebook:focus {
  color: #3b5998;
  background: #fefefe;
  border-color: #3b5998;
}

.rounded-social-buttons .social-button.twitter {
  background: #55acee;
}

.rounded-social-buttons .social-button.twitter:hover, .rounded-social-buttons .social-button.twitter:focus {
  color: #55acee;
  background: #fefefe;
  border-color: #55acee;
}

.rounded-social-buttons .social-button.linkedin {
  background: #007bb5;
}

.rounded-social-buttons .social-button.linkedin:hover, .rounded-social-buttons .social-button.linkedin:focus {
  color: #007bb5;
  background: #fefefe;
  border-color: #007bb5;
}

.rounded-social-buttons .social-button.youtube {
  background: #bb0000;
}

.rounded-social-buttons .social-button.youtube:hover, .rounded-social-buttons .social-button.youtube:focus {
  color: #bb0000;
  background: #fefefe;
  border-color: #bb0000;
}

.rounded-social-buttons .social-button.instagram {
  background: #125688;
}

.rounded-social-buttons .social-button.instagram:hover, .rounded-social-buttons .social-button.instagram:focus {
  color: #125688;
  background: #fefefe;
  border-color: #125688;
}

/*@media only screen and (max-width: 991px) {
  .svg-inline--fa {
  vertical-align: -0.400em;
}
  .rounded-social-buttons {
  padding: 16px;
}

.rounded-social-buttons .social-button {

  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 3.125rem;
  height: 3.125rem;
  border: 0.125rem solid transparent;
  padding: 0;
  text-decoration: none;
  text-align: center;
  color: #fefefe;
  font-size: 1.5625rem;
  font-weight: normal;
  line-height: 2em;
  border-radius: 1.6875rem;
  transition: all 0.5s ease;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;

}
.rounded-social-buttons .fa-twitter, .fa-facebook-f, .fa-linkedin, .fa-youtube, .fa-instagram {
  font-size: 16px;
}
}*/

/* Google Map */
.mapouter{position:relative;text-align:right;width:100%; }
.gmap_canvas {overflow:hidden;background:none!important;width:100%;}



/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  padding: 8px 20px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #ffb025;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #ffb025;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}