:root{
    --primary:#f47421;
    --secondary:#0e0d21;
    --white:#fff;
}

/* custom no hover text color and background */
.text-custom-primary-nh{
    color:var(--primary) !important;
}

.text-custom-secondary-nh{
    color: var(--secondary) !important;
}

.bg-custom-primary-nh{
    background-color:var(--secondary) !important ;
}

.bg-custom-secondary-nh{
    background-color: var(--primary) !important;
}

/* End custom no hover text color and background */


/* custom text color and background */

.text-custom-primary{
    color:var(--primary) !important;
}

.text-custom-secondary{
    color: var(--secondary) !important;
}

.bg-custom-primary{
    background-color: var(--primary) !important ;
}

.bg-custom-secondary{
    background-color: var(--secondary) !important;
}

/* End custom text color and background */

/* custom hover text color and background */

.text-custom-primary:hover{
    color:var(--secondary) !important;
}

.text-custom-secondary:hover{
    color:var(--primary) !important;
}

.bg-custom-primary:hover{
    background-color:var(--secondary) !important ;
}

.bg-custom-secondary:hover{
    background-color:var(--primary) !important;
}
/* End custom hover text color and background */


/* Cutom button backgound Colors */
.btn-primary{
    background-color:var(--primary) !important ;
    color: white !important;
}
.btn-secondary{
    background-color: var(--secondary) !important;
    color: white !important;
}

.btn-primary:hover{
    background-color: var(--secondary) !important;
    color: white !important;
}

.btn-secondary:hover{
    background-color: var(--primary) !important;
    color: white !important;
}

.border-primary{
    border-color: #f47421 !important;
}

ul.navbar-nav > li.active > a{
    color: var(--primary) !important;
}
ul.navbar-nav > li.active > a:hover{
    color: var(--white) !important;
}

ul.navbar-nav > li > a{
    color: var(--white) !important;
}
ul.navbar-nav > li > a:hover{
    color: var(--primary) !important;
}
.dropdown-menu{
    border-top: var(--primary) !important;
}

.header-get-a-quote .btn-primary {
    border-radius: 48px !important;
}

.call-to-action-box .action-style-box {
    background: var(--primary) !important;
    padding: 8px !important;
}

.contactButton{
    position: fixed;
    top: 35%;
    left: 1309px;
    z-index: 1;
}
.callButton{
    position: fixed;
    left: 0px;
    bottom: 20px;
    z-index: 1;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:90px;
	right:0px;
	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;
}

.proimage img{
    width: 100% !important; 
    height: 250px !important;
    object-fit: cover !important;
     box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important; 
    margin-bottom:50px;
    border-radius: 3%;
    /* background-image: linear-gradient(orange, white); */

}


/* for tabs */

.t3-sl-4 {
    padding-bottom: 43px;
}


.t3-sl-4 {
    padding-bottom: 43px;
}
.wrap {
    width: auto;
    clear: both;
}

.moduletable.indent {
    padding-top: 36px;
}
.moduletable:before, .moduletable:after {
    content: " ";
    display: table;
}
.moduletable:before, .moduletable:after {
    display: table;
    content: " ";
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.page_header h2, .page_header .h2 {
    margin-bottom: 17px;
}

h2.moduleTitle, .h2.moduleTitle {
    margin-bottom: 34px;
}

.moduletable:after {
    clear: both;
}
.moduletable:before, .moduletable:after {
    content: " ";
    display: table;
}
.moduletable:after {
    clear: both;
}

.moduletable:before, .moduletable:after {
    display: table;
    content: " ";
}

.mod_bootstraptabs .nav-tabs {
    border-bottom: 3px solid #e1e1e1;
    display: block;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    margin-bottom: 24px;
}


.mod_bootstraptabs .nav-tabs > li {
    display: inline-block;
    font: 36px/40px 'Teko',sans-serif;
    letter-spacing: 4px;
    margin: 0;
}


.mod_bootstraptabs .tab-content {
    color: black;
    letter-spacing: 0.5px;
}

.tab-content {
    margin-bottom: 48px;
}
.moduletable:after {
    clear: both;
}
.moduletable:before, .moduletable:after {
    content: " ";
    display: table;
}

.mod_bootstraptabs .nav-tabs > li.active > a, .mod_bootstraptabs .nav-tabs > li.active > a:hover, .mod_bootstraptabs .nav-tabs > li.active > a:focus {
    color: #f47421;
}
.mod_bootstraptabs .nav-tabs > li.active > a {
    color: #f47421;
}

.mod_bootstraptabs .nav-tabs > li > a {
    display: inline-block;
    color: #9b9b9b;
    padding: 0 0 12px;
    position: relative;
}
.mod_bootstraptabs .nav-tabs > li > a:hover {
    color: #f47421 !important;
}


.mod_bootstraptabs .nav-tabs > li > a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    right: 0;
    background: #f47421;
    height: 0px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.mod_bootstraptabs .nav-tabs > li.active > a:after, .mod_bootstraptabs .nav-tabs > li.active > a:hover:after, .mod_bootstraptabs .nav-tabs > li.active > a:focus:after {
    height: 3px;
}

.clients-logo { 
    transition: all .3s ease-in-out; 
}
.clients-logo:hover{
    border: 4px solid #0e0d21;
    transform: scale(1.2);
}

/* ::-webkit-input-placeholder {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
  
  :-ms-input-placeholder { 
    padding-left: 0 !important;
    margin-left: 0 !important;
    
  }
  
  ::placeholder {
    padding-left: 0 !important;
    margin-left: 0 !important;
  
  } */