*{
margin: 0;
padding:0;
}

a{
 text-decoration: none;
}
a:hover{
 text-decoration: none;
}

ul li{
 list-style: none;
}

button:focus {
    outline: 1px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
body{
  overflow-x: hidden;
}


/* Header */

nav{
	 box-shadow: 1px 2px 1px 1px rgba(0,0,0,.2);
    -webkit-box-shadow: 1px 2px 1px 1px rgba(0,0,0,.2);
    z-index: 9;
}
.navbar  {
      padding: .1rem 1rem;
          background: #fff;
}
.mbl-head-cont {
	 display: none;
}
.navbar-dark .navbar-nav .nav-link {
    color: #343a40;
   font-family: 'Open Sans', sans-serif;
    font-weight: 500;
        text-align: center;
}
@media (min-width: 768px){
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
.mbl-head-mob{
	border-left: 1px solid #dcdcdc;
}

}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgb(228, 67, 24);
}
.navbar-dark .navbar-nav .nav-link.active {
    color: rgb(228, 67, 24);
}
.navbar-dark .navbar-nav .nav-link.active {
    color: rgb(228, 67, 24);
}
.mbl-head-cont li a {
    color: #343a40;
}
.navbar-toggler{
    background: #343a40;
}

@media (max-width: 768px){
.navbar {
    padding: .1rem 5px;
}
.navbar-brand{
		width: 55%;
        margin-right: 5px;
}
.navbar-brand img{
    width: 100%;
}
 .mbl-head-mob{
	 display: none;
}
.mbl-head-cont {
	 display: block;
	 margin-bottom: 0;
	 margin-top: 8px;
}
	.mbl-head-cont li{
	display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    float: left;
}
.nav-linkm {
    display: block;
    padding: 5px 10px;
}

}

.navbar-toggler {
    background: #343a4000;
    padding: 0;
}

.custom-toggler-icon {
  display: block;
  width:30px;
  height: 2px;
  background-color: #fc7c56;
  margin: .5rem 0;
  transition: all .5s;
}

.navbar button.change .custom-toggler-icon:nth-of-type(1) {
  transform: rotate(-45deg) translate(-7px, 5px);
}

.navbar button.change .custom-toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navbar button.change .custom-toggler-icon:nth-of-type(3) {
  transform: rotate(45deg) translate(-5px, -3px);
}




.head_cont_click {
  text-align: center;
      background: #fff;
}
.head_cont_click a{
  font-size: 40px;
   border-bottom: 2px solid rgba(0,0,0,.2);
  padding: 2px 0;
  margin-bottom: 2px;
}
.collapse span{
  color: #e3401a;
}
@media (max-width: 768px){
.head_cont_click a{
  font-size: 18px;
}
}

/* Header end */




/* Slider */

.keyhole-cell {
  margin-right:2px;
  overflow: hidden;
}

.keyhole-cell img {
  display: block;
  
}

@media screen and ( max-width: 768px ) {
  .keyhole-cell img {
    height: 300px;
  }
}


/* Slider end */







/*hm-abt */

.hm-abt{
  padding:40px 0;
}

.hm-abt-dtl{
  border: 1px solid #838383;
  border-radius: 5px;
  padding: 30px;
  position: relative;
}
.hm-abt-bord{
  position: absolute;
  left: -65px;
  top: 0;
  background:red;
  width: 50px;
  height: 2px;
  z-index: 1;
}
.hm-abt-dtl h2{
  position: absolute;
  top: -20px;
  left: -5px;
  background: #fff;
  padding: 2px 23px;
  font-family: 'Abhaya Libre', serif;
  font-weight: 600;
}
.hm-abt-dtl p{
  font-size: 15px;
  padding-top: 10px;
}
.hm-abt-img{
  position: relative;
  margin-top: 30px;
  margin-left: -50px;
}

.hm-abt-bord-img{
  position: absolute;
  left: -35px;
  top: 30px;
  background:red;
  width: 50px;
  height: 2px;
  z-index: 1;
}
@media screen and ( max-width: 768px ) {
.hm-abt-bord{
  position: absolute;
  left: -46px;
  top:-4px;
  background:red;
  width: 50px;
  height: 2px;
  z-index: 9;
}
   .hm-abt-img{
  position: relative;
  margin-top: 25px;
  margin-left: 0px;
}

.hm-abt-dtl h2{
  font-size: 1.5rem;
}
.hm-abt-dtl{
  padding: 8px;
}
.hm-abt-dtl h4{
  font-size: 16px;
}
.hm-abt-dtl ul li{
  font-size: 14px;
}


}

/*hm-abt end*/











/*hm-sevices */
.hm-service-head{
  position: relative;
  margin: 20px 0;
}
.hm-service-head h2{
font-family: 'Abhaya Libre', serif;
  font-weight: 600;
}

.hm-service-bord{
  position: absolute;
  left: -65px;
  top: 12px;
  background:red;
  width: 50px;
  height: 2px;
  z-index: 1;
}


.hm-all-serv {
  float: right;
}
.hm-all-serv p{
     margin-top: 16px;
    font-size: 16px;
    background: #e74717;
    padding: 5px 18px;
    border-radius: 25px;
    font-weight: 600;
}
.hm-all-serv p a{
 color: #fff;
}


.work-post {
    overflow: hidden;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    margin-bottom: 30px;
}

.work-post-gal {
    position: relative;
}

.hover-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000038;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
}
.work-post:hover .hover-box {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-backface-visibility: hidden;
}
.work-post:hover .hover-box a {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-backface-visibility: hidden;
}
.hover-box a.zoom {
    right: 44%;
    background: url(../img/zoom.png) center center no-repeat;
}
.hover-box a {
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transform: scale(0.1);
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -o-transform: scale(0.1);
    -webkit-backface-visibility: hidden;
}
.work-post-content {
    background: #333;
    padding: 3px;
    text-align: center;
}
.work-post-content h5  {
    padding-top: 10px;
    padding-bottom: 12px;
    margin-bottom: 0rem;
}
.work-post-content h5 a {
    font-size: 20px;
    color: #fff;
    display: block;
}

@media screen and ( max-width: 768px ) {
.hm-service-bord{
  position: absolute;
  left:-40px;
  top: 10px;
  background:red;
  width: 50px;
  height: 2px;
  z-index: 9;
}
.hm-service-head h2{
   padding: 0px 23px;
   font-size: 1.5rem;
}
.hm-all-serv p{
      font-size: 14px;
}

}


/*hm-sevices end*/





.hm-mdl-ban{
  margin: 40px 0;
}
.hm-mdl-ban-mob{
display: none;
}
@media screen and ( max-width: 768px ) {
.hm-mdl-ban-comp{
display: none;
}
.hm-mdl-ban-mob{
display: block;
}

}


/*hm-after-before*/

.hm-after{
  position: relative;
  margin-bottom: 30px;
}

.hm-after-bord{
  position: absolute;
  left: -65px;
  top: 12px;
  background:red;
  width: 50px;
  height: 2px;
  z-index: 1;
}
.hm-after h2{
  font-family: 'Abhaya Libre', serif;
  font-weight: 600;
}



.carousel-image {
  display: block;
  height: 250px;
  /* set min-width, allow images to set cell width */
  max-width: 100%;
  margin-right: 10px;
  /* vertically center */
  top: 50%;
  transform: translateY(-50%);
   border: 2px solid #444444b5 ;   
}

.carousel.is-fullscreen .carousel-image {
  height: auto;
  max-height: 100%;
}

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

.hm-after h2 {
    padding: 0px 18px;
    font-size: 1.4rem;
}

 .carousel-image {
  height: 180px;
}

 
.hm-after-bord{
  position: absolute;
  left: -40px;
  top: 10px;
  background:red;
  width: 50px;
  height: 2px;
  z-index: 9;
}

}

/*hm-after-before end*/



/* animation */

 
.hm-service-ctg img{
    position: relative;
}

.anim {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.03) 1%,rgba(255,255,255,.6) 30%,rgba(255,255,255,.85) 50%,rgba(255,255,255,.85) 70%,rgba(255,255,255,.85) 71%,rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,0)),color-stop(1%,rgba(255,255,255,.03)),color-stop(30%,rgba(255,255,255,.85)),color-stop(50%,rgba(255,255,255,.85)),color-stop(70%,rgba(255,255,255,.85)),color-stop(71%,rgba(255,255,255,.85)),color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.03) 1%,rgba(255,255,255,.6) 30%,rgba(255,255,255,.85) 50%,rgba(255,255,255,.85) 70%,rgba(255,255,255,.85) 71%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.03) 1%,rgba(255,255,255,.6) 30%,rgba(255,255,255,.85) 50%,rgba(255,255,255,.85) 70%,rgba(255,255,255,.85) 71%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.03) 1%,rgba(255,255,255,.6) 30%,rgba(255,255,255,.85) 50%,rgba(255,255,255,.85) 70%,rgba(255,255,255,.85) 71%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.03) 1%,rgba(255,255,255,.6) 30%,rgba(255,255,255,.85) 50%,rgba(255,255,255,.85) 70%,rgba(255,255,255,.85) 71%,rgba(255,255,255,0) 100%);
    width: 15%;
    height: 100%;
    transform: skew(-10deg,0deg);
    -webkit-transform: skew(-10deg,0deg);
    -moz-transform: skew(-10deg,0deg);
    -ms-transform: skew(-10deg,0deg);
    -o-transform: skew(-10deg,0deg);
    animation: move 2s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
    -webkit-animation: move 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: 1s;
    -moz-transform: skew(-10deg,0deg);
    -moz-animation: move 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-delay: 1s;
    -ms-transform: skew(-10deg,0deg);
    -ms-animation: move 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-delay: 1s;
    -o-transform: skew(-10deg,0deg);
    -o-animation: move 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-delay: 1s;
}

@keyframes move{
0% {
    left: 0;
    opacity: 0;
}
5% {
    opacity: 0;
}
48% {
    opacity: .2;
}
80% {
    opacity: 0;
}
100% {
    left: 82%;
}
}


/* animation end*/




/* footer */
footer{
  background: #444;
  padding:25px 0;
}


.foot-dtl p{
  color: #e1dede;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.foot-dtl a{
  color: #e1dede;
  font-size: 14px;
}
.foot-dtl a:hover{
  color: #fff;
}
.foot-dtl h5{
  font-size: 18px;
  color: #fff;
}
.foot-dtl-brd{
  width: 40px;
  height: 2px;
  background: #e64617;
  margin-bottom: 10px;
}

.foot-cont p{
  font-size: 14px;
    color: #e1dede;
    margin-bottom: 5px;
}
.foot-cont h5{
  font-size: 18px;
  color: #fff;
}




.foot_social{
  margin-top: 10px;
}
.foot_social img{
  margin: 0 auto;
  display: table;
}
.foot_social ul{
  margin: 0 auto;
  display: table;
}
.foot_social ul li{
  float: left;
  padding: 0 10px;
  margin-top: 10px;
}
.foot_social ul li a{
  color: #b3b3b3;
  font-size: 20px;
}


.footer-btm{
  background: #333;
}
.foot-btm{
  text-align: center;
  color: #fff;
}
.foot-btm p{
 margin-top: 7px;
 margin-bottom: 7px;
}


@media screen and ( max-width: 768px ) {
   .foot-dtl-head {
    margin-bottom: 20px;
   }
}

/* footer end */

/* fixed bootom cont */
.fixed_cont{
   position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;

  background:#838383 !important;
  width: 450px;
  border-radius: 0 25px 25px 0px;
  padding: 4px 0;
  box-shadow: 0px -1px 0px 2px #8383832e;
}
.fixed_cont ul{
       margin-bottom: 0px;
}
.fixed_cont li{
   display: inline-block;
}
.fixed_cont li a{
  color: #fff;
}
.fixed_cont_chat{
    width: 44%;
}
.fixed_cont_call{
    width: 44%;
    border-left: 1px solid #fff;
}
.fixed_cont_arrow{
    width: 9%;
}
@media screen and ( max-width: 768px ) {
  .fixed_cont{
   position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
  background:#838383 !important;
  width: 100%;
  border-radius: 0 0 0 0px;
  padding: 10px 0;
  box-shadow: 0px -1px 0px 2px #8383832e;
} 
.fixed_cont_arrow{
    display: none !important;
}
.fixed_cont_call{
    width: 50%;
}
.fixed_cont_chat{
    width:48%;
}

}
/* fixed bootom cont end */









/* Quick contact-x start*/
.modal2 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
   /* Sit on top */
  /*padding-top: 100px;*/ /* Location of the box */
  /*left: 0;
  top: 0;
  width: 100%; 
  height: 100%; */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content2 {
/*  position: relative;*/
background-color: #fefefe;
/*margin: auto;
padding: 0;*/

width: 20%;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
-webkit-animation-name: animatetop;
-webkit-animation-duration: 0.4s;
animation-name: animatetop;
animation-duration: 0.4s;
position: fixed;
right: 6px;
bottom: 0;
border-radius: 5px 5px 0 0;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {bottom:-300px; opacity:0} 
  to {bottom:0; opacity:1}
}

@keyframes animatetop {
  from {bottom:-300px; opacity:0}
  to {bottom:0; opacity:1}
}

/* The Close Button */
.alose {
  color: white;
  float: right;
  font-size: 20px;
  font-weight: bold;
}

.alose:hover,
.alose:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header2 {
  padding: 2px 16px;
  background-color: #dc213c;
  color: white;
  border-radius: 5px 5px 0 0;
}
.modal-header2 h4{
      font-size: 20px;
}
.modal-body2 {padding: 2px 16px;}


/*Form*/
.quickcontact input, textarea::placeholder {
    font-size: 13px !important;
}

.quickcontact input[type="text"], [type="email"], [type="number"], textarea, select {
       width: 100%;
    max-width: 100%;
    padding: 7px 4px 9px 7px;
    display: inline-block;
    border: 1px solid #a5a5a5ed;
    box-sizing: border-box;
    margin-top: 7px;
    margin-bottom: 7px;
}
.quickcontact input[type="submit"] {
    width: 100%;
    max-width: 100%;
    background-color: #dc213c;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
@media screen and (max-width: 768px){
    .client_logo ul li{
        width: 33%;
    }
    .modal-content2 {
width: 70%;
}
}
@media screen (min-width: 769px) and (max-width: 992px){
    .modal-content2 {
width: 40%;
}
}
/* Quick contact-x End*/



/*inner_banr*/
.inner_banr img{
position: relative;
margin-top: -65px;
    z-index: -99;
}
@media screen and (max-width: 768px){
.inner_banr img{
position: relative;
margin-top: 0px;
}
}
/*inner_banr end*/

/* our_work*/
.our_work{
  background: #e9ebee;
  padding: 40px 0;
}
.our_work_dtl{
  background: #fff;
  padding: 10px;
  margin: 15px 0;
}
.our_work_dtl h4{
      font-size: 18px;
          margin-bottom: 3px;
}
.our_work_dtl p{
      font-size: 12px;
}
/* our_work end*/
























/*contact*/
.inner-banner-cont{
    background: url(../slider/cont-banner.jpg) no-repeat;
   background-size: cover;
   padding: 246px 0 50px;
}
.cont{
  padding: 80px 0;
}
.cont-form{
  background: #F5F6FA;
  padding: 40px;
}
.cont-form h4{
  color: #ec6543;
  padding-bottom: 5px;
}
.cont-form h2{
  font-weight: bold;
  color: #212121;
  font-size: 40px;
  font-family: inherit;
  padding-bottom: 20px;
}

.cont-input form input,textarea{
   width: 100%;
   margin-bottom: 10px;
}
.cont-input form input{
  height: 40px;
  padding: 5px;
}
.cont-input form textarea{
  height: 120px;
  padding: 10px;
}
.cont-input form input::placeholder{
  padding: 10px;
}
.cont-input form textarea::placeholder{
  padding: 10px;
}
.form_btn{
  width: 18% !important; 
  background: #ec6543;
  border: 0;
  color: #fff;
}
.cont-detail{
      border: 2px solid #EBEDF4;
          margin-left: -30px;
              padding-top: 56px;
              padding-left: 15px;
              padding-right: 15px;
              padding-bottom: 62px;
}
.cont-detail h4{
  color: #ec6543;
  padding-bottom: 5px;
  text-align: center;
}
.cont-detail h2{
  font-weight: bold;
  color: #212121;
  font-size: 40px;
  font-family: inherit;
  padding-bottom: 20px;
  text-align: center;
}
.single-contact-info h4 {
    color: #212121;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 2px;
    text-align: center;
}
 .single-contact-info p {
    color: #757575;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}
.single-contact-info{
  margin-top: 30px;
}

@media (max-width: 768px){
 .cont-detail {
    margin-left: 0px;
}
.form_btn {
    width: 30% !important;
}

}
/*contact-end*/


.destion-link{
    background: #e74717;
    color: #fff;
    padding: 7px 10px;
    float: left;
    margin-top: 2px;
    border-bottom: 3px solid #9c3e22;
    border-radius: 5px;
        font-weight: 600;
}
.destion-link:hover {
 border-bottom: 3px solid #fff0;
    color: #fff;
      font-weight: 400;
}


.destion-link i{
    position: relative;
    width: 20px;
     height: 20px;
     -webkit-animation-name: arrows; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
  -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
  animation-name: arrows;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

@-webkit-keyframes arrows {
  0% {left: 3%; font-weight: bold; } 
  20% {right: 0%;}
   40% {left: 3%;font-weight: bold;} 
  60% {right: 0%;}
   80% {left: 3%;font-weight: bold;} 
  100% {right: 0%;}
}

@keyframes arrows {
 0% {left: 3%; font-weight: bold; } 
  20% {right: 0%;}
   40% {left: 3%;font-weight: bold;} 
  60% {right: 0%;}
   80% {left: 3%;font-weight: bold;} 
  100% {right: 0%;}
}
