/*===================================== 
YOU CAN WRIGHT CUSTOME CSS 
======================================*/
.project-detail-outer .project-detail-pic .wt-media img {
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    width: 100%;
}

.wt-icon-box-wraper.center {
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    text-align: center;
    border-radius: 8px;
}


.model-content{
    border-radius: 13px;
}


/*****************Whatsapp Pop Up Modal******************/
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}


/********************Modal Form***************/
input.register-inputs, select.register-inputs {
    width: 100%!important;
    height: 46px!important;
    padding-left: 10%!important;
    padding-right: 5%!important;
    margin-bottom: 13px!important;
    color: #555!important;
    border: 1px solid #f1f1f1!important;
    background-color: #f9f9f9!important;
    font-size: 16px!important;
    border-radius: 5px 5px 5px 5px!important;
}

/***for location **/
input.register-input, select.register-input {
    width: 100%!important;
    height: 52px!important;
    padding-left: 10%!important;
    padding-right: 5%!important;
    margin-bottom: 20px!important;
    color: #555!important;
    border: 1px solid #f1f1f1!important;
    background-color: #f9f9f9!important;
    font-size: 16px!important;
    border-radius: 5px 5px 5px 5px!important;
}

input.register-submit:hover {
    background: #000;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}
input.register-submit {
    background: #234467;
    border: none;
    color: #fff;
    letter-spacing: 1px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    max-width: 535px;
    padding: 16px 0;
    text-transform: uppercase;
    -webkit-border-radius: 3px 3px;
    -moz-border-radius: 3px 3px;
    border-radius: 3px 3px;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}

.wt-icon-box-wraper2.center {
    
    text-align: center;
    border-radius: 8px;
}


/************************CTA*****************************/


.cta{
    padding-top: 90px;
    padding-bottom: 90px;
    
    
    }
.box {
    background-color: #fff;
   
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 30px 50px;
    border-radius: 10px;
}

.section-title2 h2 {
    font-size: 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-top: 5px;
    line-height: 1.2;
    /* max-width: 510px; */
    color: ##f2a65a;
    margin-bottom: 0;
}

@media (max-width: 425px){
    .section-title2 h2 {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-top: 5px;
    line-height: 1.2;
    /* max-width: 510px; */
    color: ##f2a65a;
    margin-bottom: 0;
}
}



.default-btn {
    padding: 15px 35px;
    color: #ffffff;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-transform: capitalize;
    text-decoration: none;
}


.default-bg-buttercup {
    background-color: #ab842a;
    color: #ffffff;
    border:none;
        border-radius: 5px;
}




/*********************Gradient Animation**************************/
.animation-gradient{
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  
    animation: gradient 15s ease infinite;
    
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    10% {
        background-position: 100% 50%;
    }
    20% {
        background-position: 0% 50%;
    }
}

/***********************new model***************************/















/**************************Get Quote buton********************/
@media only screen and (max-width: 991px){
.contact-slide-show.text-white, .bg-primary .site-search-btn {
    display: none;
    
}
}





.modal-content{
    border-radius: 10px;
    background-color:#d8ac49;
/*background-image: linear-gradient(147deg, #000000 0%, #434343 74%);*/
}


.close{

    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    opacity: 4;

}


@media only screen and (max-width: 425px){
.footer-img-responsive {
    margin-bottom: 30px;
    
}
}
.modal-header {
border: none;

}

.modal-body {
    position: relative;
    padding: 15px;
    padding-top: 0px;
}


.hover-effect-content {
    position: absolute;
    padding: 4px 6px;
    bottom: -100%;
    right: 10px;
    width: 62%;
    background-color: #fff;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
/*modified changes*/




@media only screen and (max-width: 425px){
.extra-nav{
    display:none;
}
.extra-nav .extra-cell .right-arrow-btn{
    display: none;
}
.is-fixed .main-bar {
    position:relative!important;
    top: 0;
    left: 0;
    background: #000;
}

}




@media only screen and (max-width: 790px){
.extra-nav{
    display:none;
}

.is-fixed .main-bar {
    position:relative!important;
    top: 0;
    left: 0;
    background: #000;
}
.extra-nav .extra-cell .right-arrow-btn{
    display: none;
}
}


.modal-form{
    margin-bottom: 8px!important;
    box-shadow: none!important;
}
.mb-20{
    margin-bottom: 20px;
}
  
.ptb-50{
    padding-top: 50px;
    padding-bottom: 50px;
}
.filter-effect{
     /* From https://css.glass */
background: rgba(5, 55, 25, 0.2);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
}



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

 .contact-mob {
  background: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 10px 20px;
  font-size: 14px;
  border-color: white;
    /* border-radius: 10px 7px 10px 5px; */
  
  }
  

}
.modal-form{
    margin-bottom: 8px!important;
    box-shadow: none!important;
}
.mb-20{
    margin-bottom: 20px;
}

.ptb-50{
    padding-top: 50px;
    padding-bottom: 50px;
}
.filter-effect{
     /* From https://css.glass */
background: rgba(5, 55, 25, 0.2);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
margin-top: 0;
padding: 40px;
}
.float2{
  position: fixed;
   
    bottom: 30%;
    
    background-color: #222;
    color: #ab842a;
    
    text-align: center;
    font-size: 19px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    padding: 10px 20px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    font-weight: 600;

}

   .blink {
        
        font-family: cursive;
        color: white;
        animation: blink 1s linear infinite;
    }
@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}
.blink_me {
  animation: blinker 1s linear infinite;
  text-shadow: 1px 1px #001a12;
  font-size: 24px;
  display: inline-block;
}

  #mybutton {
  background-color: #000;
  position: fixed;
  z-index: 9999999;
  bottom: 0;
  text-align: center;
  }
  #color1{
  color: #fff;
  }
  #color2{
  color: #fff;
  }
  #color3{
  color:#fff;
  }
  .button.-md {
  min-width: 9.75rem;
  padding: 15px 0;
  border-radius: 10px;
  color: black;
  font-weight: 600;
  font-size: 15px;
}

@media screen and (min-width: 680px) {
#mybutton{
display: none;
}
}



