
.orange-text{
color:#F07D06;	
}

a, a:focus, a:hover{
    outline: none;
}
.contact-info-box a{
	color: #545454;
}

.contact-info-box a:hover, .contact-info-box a:focus{
	color: #F07D06;
}


/*==========sticky header===========*/
header#header {
position: fixed;
    z-index: 999;
    left: 0px;
    top: 0px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

body {
    padding-top: 92px;
}

/*==============card carousel css=======*/

.column {
  
  transition: width 0.5s!important;
  overflow: hidden;
  position:relative;
  cursor:pointer;
  
}


/*Inner elements inside column container styling*/
.inner-element {
        
  opacity: 0;
  transition: opacity 0s;
  z-index: 2;
  padding:50px;
  background:transparent;
  position:absolute;
  left:0;
  bottom:0px;
      
}
    
/*Inner elements made visible on clicked column*/
.inner-element.active {
              
 opacity: 1; 
 transition: opacity 0.5s 0.4s;        
       
}
/*=============outer heading============*/
.column .outer-heading {
/*    position: absolute;
    left: 0px;
    bottom: -50px;
    z-index: 1;
    transform: rotate(-90deg);
    text-align: left;
    opacity: 1;
    transform-origin: 0 0;
    transition: opacity 0.5s 0.4s;
        white-space: nowrap;*/

	opacity: 1;
    transition: opacity 0.5s 0.4s;
    writing-mode: vertical-lr;
    text-orientation: mixed;
    word-break: break-word;

}
.column.expanded  .outer-heading{
	opacity: 0;

}


/*================form===========*/
div#contact-form {
    margin-bottom: 0px;
}
.wpcf7-form .form-row {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    column-gap: 0px;
}

.wpcf7-form .form-row.button-row {
    margin-top: 35px;
}

.form-col {
    width: 100%;
        position: relative;
}

 

.form-row .form-col   label {
   color: #111111 ; 
}

.form-row .form-col   label span{ color:#FF0000; }


.wpcf7-form .form-row p {
    margin: 0px;
}

section.contact-section .form-row .form-col input, .form-row textarea {
    background: rgba(255, 255, 255, 0.7);
    box-shadow: none;
    border-radius: 0px!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
    padding-top: 7px!important;
    padding-bottom: 7px!important;
    height: 45px;
    outline: none!important;
    color: #111111 ;
    font-weight: 400;
    font-size: 16px;
    border: 0px!important;
    border-bottom: 1px solid #868585!important;
   
}

.wpcf7 input.wpcf7-form-control:not([type=submit]):focus, .wpcf7 select.wpcf7-form-control:focus, .wpcf7 textarea.wpcf7-form-control:focus {
    border: 0px!important;
border-bottom: 1px solid #868585!important;

}

.form-row textarea{ height:auto; }





.wpcf7-acceptance span.wpcf7-list-item {
    margin: 0px;
}
.wpcf7-acceptance span.wpcf7-list-item label, .wpcf7-acceptance span.wpcf7-list-item label a {
    font-size: 14px !important;
    font-weight: 400;
}



/* WebKit, Edge */
::-webkit-input-placeholder {
color: #111111  ;
    font-weight: 400;
    font-size: 16px;
    
}
/* Firefox 4-18 */
:-moz-placeholder {
 color: #111111 ;
  opacity: 1;
      font-weight: 400;
    font-size: 16px;
    
}
/* Firefox 19+ */
::-moz-placeholder {
color:#111111 ;
  opacity: 1;
      font-weight: 400;
    font-size: 16px;
    
}
/* IE 10-11 */
:-ms-input-placeholder {
 color: #111111  ;
     font-weight: 400;
    font-size: 16px;
    
}
/* Edge */
::-ms-input-placeholder {
color:#111111 ;
    font-weight: 400;
    font-size: 16px;
  
}
/* MODERN BROWSER */
::placeholder {
color: #111111 ;
    font-weight: 400;
    font-size: 16px;
 
}
 

.wpcf7-acceptance a {
    text-decoration: underline;
}

/*========form animation===== */
.form-col .wpcf7-form-control-wrap,  .form-col label{
    transition: all 0.2s ease-out;
}

.form-col label {
    position: absolute;
    left: 0px;
    top: 15px;
    font-weight: 400;
    font-size: 16px;

}
/*end here*/

.wpcf7-form .form-row:last-child {
    margin-bottom: 0px;
}

.wpcf7-acceptance label {
    display: flex;
    align-items: flex-start;
    width: 100%;
}
.wpcf7-acceptance label input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    margin-top: 2px;
}
.wpcf7-response-output {
    margin: 20px 0px 0px 0px !important;
    text-align: center;
}

.button-row button {
    border-radius: 0px;
    padding: 15px 53px 15px 25px;
    font-size: 16px;
    font-weight: 500;
    background-image: url(./images/send.svg);
    background-size: 24px 8px;
    background-repeat: no-repeat;
    background-position: 70px center;
    background-color: #111111;
}

.button-row button:hover, .button-row button:focus{
    background-color: #f07d06;
}



/*=============outer heading============*/
 
/*Desktop Styling*/
@media screen and (min-width: 992px) {
            
    /*Clicked column styling*/
    .expanded {
        
    width: 150%!important;
    
    }
 }
    
    .expanded:after {
        
        content: '';
        background: rgba(0,0,0,0.3);
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 0;
        pointer-events:none;
        
 }
      
/*Tablet and mobile, below 1025px*/  
@media (max-width: 991px) {
        
	.column {
	        
	        width:100%;
	        transition: height 0.5s!important;
	        height: 70px;
	        
	}    
	        
	/*Clicked column styling*/
	.expanded{
	        
	    height: 450px !important;         

	    }
    .inner-element {
        padding: 20px;
    }

    .column .outer-heading {
        writing-mode: horizontal-tb;
    }
 }

/*============content pages css===========*/

.content-pages h1 {
    margin-bottom: 20px;
}
.content-pages ul, .content-pages ol {
    margin-top: 20px;
    margin-bottom: 20px;
}

.content-pages li {
    margin-bottom: 15px;
}

ol li ol {
    list-style: lower-latin;
}

/*================responsive==============*/

@media screen and (min-width: 1600px) {

    body {
        padding-top: 112px;
    }
 }



@media screen and (max-width: 991px) { 
    body {
        padding-top: 66px;
    }

    .inner-element .elementor-widget-container {
        margin-bottom: 10px !important;
    }
    .inner-element h2 {
        font-size: 24px !important;
    }

    .inner-element h3 {
        font-size: 20px !important;
    }

    #ast-scroll-top {
        right: 10px!important;
        bottom: 10px!important;
    }


    .content-pages h1 {
        font-size: 25px;
        line-height: 1.2;
    }

    .content-pages h2 {
        font-size: 22px;
        line-height: 1.3;
    }

footer p {
    margin-bottom: 9px;
}
    

}

@media screen and (max-width:520px) {
    body {
        padding-top: 55px;
    }
    .banner p {
        margin-bottom: 10px;
    }

    .inner-element h3 {
        font-size: 15px !important;
    }

    .expanded {
        height: 550px !important;
    }

   .colum-2.expanded {
        height: 730px !important;
    }


}