@font-face {
    font-family:Gibson-Regular;
    src: url(fonts/Gibson-Regular.ttf);
    }  
@font-face {
    font-family:Gibson;
    src: url(fonts/Gibson.ttf);
    }  

@font-face {
    font-family:Gibson-SemiBold;
    src: url(fonts/Gibson-SemiBold.ttf);
    }

@font-face {
    font-family:Gibson-Light;
    src: url(fonts/Gibson-Light.otf);
    } 
@font-face {
    font-family:Gibson-Bold;
    src: url(fonts/Gibson-Bold.ttf);
    } 

@font-face {
    font-family:OpenSans-Bold;
    src: url(fonts/OpenSans-Bold.ttf);
    } 

body{ overflow:hidden; font-family: 'Lora', serif !important; }

a{ color:#fff; padding:0; text-decoration:none; }

.pad{ padding:0!important; }

.all-text-styling h2{
    color: #000;
    text-transform: unset;
    font-weight: 600;
    font-size: 44px;
    margin: 0 0 15px;
}

.all-text-styling h3{
    color: #fff;
    text-transform: unset;
    font-weight: 500;
    font-size: 32px;
    padding: 20px 0 10px;
	margin: 0;
}

.all-text-styling p{
    font-weight: 300;
    font-size: 18px;
    margin: 0;
    color: #fff;
    text-transform: initial;
    font-family: 'Lora', serif;
}

.all-text-styling strong{
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}

.all-text-styling a{
    display: inline-block;
    background-color: transparent;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 3px;
    border: 2px solid #ffffff;
    transition: 0.6s;
    padding: 8px 50px;
    text-transform: uppercase;
    border-radius: 20px;
    position: relative;
    text-align: center;
    font-family: 'Lora', serif;
}

.all-text-styling a:hover{
    background: #fff;
    color: #000;
    transition: 0.6s;
    border: 2px solid #fff;
}

.inner-pages-text-style a:hover { color: #000; }

.all-text-styling ul { margin: 0; padding: 0; }

/*.all-text-styling ul li{
    float: left;
    width: 100%;
    font-size: 24px;
    color: #fff;
    vertical-align: top;
    margin: 5px 0;
    padding-left: 20px;
    font-weight: 300;
    position: relative;
    list-style: none;
    padding: 0 0 0 10px;
}

.all-text-styling ul li::before{
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: -20px;
    top: 5px;
}
*/
.inner-pages-text-style { padding: 70px 0; }

.inner-pages-text-style ul{
    margin: 0;
	padding-left: 20px;
}

.inner-pages-text-style  ul li {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #221f20;
    vertical-align: top;
    margin: 0 0 5px;
    padding-left: 30px;
    font-weight: 300;
    position: relative;
    list-style: none;
    padding: 0 0 0 10px;
    font-family: 'Lora', serif;
}

.inner-pages-text-style ul li::before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #221f20;
    position: absolute;
    left: -16px;
    top: 9px;
}

div#page {
    width: 100%!important;
}

header.site-header {
    position: relative;
    background-size: cover!important;
    background-position: center!important;
}

.inner-pages-text-style img{
	max-width: 100%;
	height: auto;
}

header.site-header::before {
    background: #fff;
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-bottom: 0;
}

.homer-page-banner-content{
    padding: 500px 0 330px;
    position: relative;
    text-align: left;
}

.site-heading{
    color: #ffffff;
    font-size: 36px;
    font-weight: 400;
}

a.btn-to-scroll-down {
    display: block;
    padding: 100px 0;
}

a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only {
    padding: 0!important;
}

a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only:hover{
    background: transparent;
}

section.homer-page-banner{
    display: none;
}

body.home section.homer-page-banner{
    display: block;
}

.homer-page-banner h1{
    display: block;
    width: 100%;
    margin: 0;
    font-family: 'Lora', serif;
    color: #aeaeae;
    font-size: 60px;width:47%;
    letter-spacing: 2px;
	line-height: normal;
    text-transform: capitalize;
}

.homer-page-banner p{
    display: block;
    width: 100%;
    margin: 0;
    color: #aeaeae;
    font-weight: 300;
    font-size: 20px;
	margin-top: 20px;
    letter-spacing: 2px;
    font-family: 'Lora', serif;
}

/*.homer-page-banner a{
    display: inline-block;
    background-color: #f58546;
    color: #fff;
    font-size: 18px;
    border: 2px solid #f58546;
    transition: 0.6s;
    padding: 20px 0;
    width: 220px;
    text-transform: uppercase;
    border-radius: 10px;
    position: relative;
}

.homer-page-banner a:hover{
    background-color: #fff;
    color: #fff;
    transition: 0.6s;
}

.homer-page-banner a::after{
    content: '\f061';
    font-family: fontawesome;
    font-weight: 300;
    margin-left: 20px;
}

.homer-page-banner a:hover{
    color: #fff;
    background: #3f434b;
    transition: 0.6s;
}*/

/***** form *********/
.enquiry-form-home span {
    display: inline-block;
    width: 50%;
}

.enquiry-form-home .home-input{
    width: 98%;
    margin: 3px;
    border: 1px solid #676565;
    padding: 10px 15px;
    background: transparent;
    color: #fff;
	font-size: 20px;
}

.enquiry-form-home .home-textarea{
	font-size: 20px;
}

.enquiry-form-home .home-input::placeholder{
    color: #fff;
}

.enquiry-form-home select[name="SelectDevices"]{
    color: #fff;
}

.enquiry-form-home select option{
    color: #000;
}

.enquiry-form-home span.message{
    width: 100%!important;
}

.enquiry-form-home span .home-textarea{
    width: 99%;
}

.enquiry-form-home .home-textarea{
    width: 100%;
    margin: 3px;
    border: 1px solid #676565;
    padding: 8px 14px;
    background: transparent;
    color: #fff;
    display: block;
}

.enquiry-form-home span.message:focus{
    width: 100%;
    display: block;
}

.enquiry-form-home .home-textarea::placeholder{
    color: #fff;
}

.enquiry-form-home input.home-input-btn{
    background-color: #676565;
    color: #fff;
    font-size: 18px;
    border: 2px solid #676565;
    transition: 0.6s;
    padding: 10px 50px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    width: 360px;
    margin: 20px 0 0;
    text-align: center;
    position: relative;
}

.enquiry-form-home input.home-input-btn:hover{
    background: #3a3a3a;
    color: #fff;
    transition: 0.6s;
    border: 2px solid #3a3a3a;
}

.right-cust a::after {
    content: '';
}

section#what-we-do p {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
}

.inner-pages-text-style p {
    font-size: 18px;
	margin-bottom: 15px;
}

.inner-pages-text-style a {
    color: #221f20;
    background: transparent;
    border: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    width: auto;
}

/***** form *********/

#what-we-do{
    background:#ffffff;
}
#what-we-do .card{
    padding: 1rem!important;
    border: none;
    margin-bottom:1rem;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
    border: 1px solid #bdbdbd3d;
}
#what-we-do .card:hover{
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}
#what-we-do .card .card-block{
    padding-left: 50px;
    position: relative;
}
#what-we-do .card .card-block a{
    background: transparent;
    padding: 0;
    border: 0;
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    margin: 0;
    color: #fff !important;
    text-transform: initial;
    text-transform: initial;
text-align: left !important;
	letter-spacing: 1px;
}

#what-we-do .card .card-block a:hover{
    background: transparent;
    color: #676565;
}

#what-we-do .card .card-block a i{
    display:none;
    
}
#what-we-do .card:hover .card-block a i{
    display:inline-block;
    font-weight:700;
    
}
#what-we-do .card .card-block:before{
    font-family: FontAwesome;
    position: absolute;
    font-size: 39px;
    color: #fff;
    left: 0;
    top: -10px;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition:transform .2s ease-in-out;
}
#what-we-do .card .block-1:before{
    content: "\f041";
}
#what-we-do .card .block-2:before{
    content: "\f095";
}
#what-we-do .card .block-3:before{
    content: "\f1fa";
}
#what-we-do .card .block-4:before{
    content: "\f209";
}
#what-we-do .card .block-5:before{
    content: "\f0a1";
}
#what-we-do .card .block-6:before{
    content: "\f218";
}
#what-we-do .card:hover .card-block:before{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);  
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

.contact-form-page input.home-input {
    color: #5e5e5e;
}

.contact-form-page input.home-input::placeholder{
    color: #5e5e5e;
}

.contact-form-page textarea.home-textarea {
    color: #5e5e5e;
}

.contact-form-page textarea.home-textarea::placeholder{
    color: #5e5e5e;
}

/**left ico**/

.ico-left {
    display: block;
    padding: 20px 0 0;
}

.ico-left .ico-here {
    display: inline-block;
    height: 70px;
    margin-right: 15px;
    width: 40px;
}

.ico-left .text-with-ico{
    display: inline-block;
    vertical-align: middle;
}

.ico-left .ico-here svg{

}

.ico-left .ico-here img{
    
}

.text-with-ico p{
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    margin: 0;
}

.text-with-ico a{
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    margin: 0;
}

.text-with-ico a:hover{
    text-decoration: none;
}

.copyrights p img {width:auto !important;height:auto !important;}

.ico-left a:hover{
    color: #fff;
}

.ico-left a.cust-a-link{
    border: 0;
    font-size: 16px;
    padding: 0;
    border-radius: 5px;
    text-transform: capitalize;
    color: #fff ;
}
.ico-left a.cust-a-link:hover{
color: #fff !important;
}
.ubermenu-transition-shift .ubermenu-item .ubermenu-submenu-drop{
	background-color: #fff;
}

.ubermenu .ubermenu-submenu .ubermenu-target{
	font-size: 18px !important;
	margin: 5px 12px !important;
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target:after{
	right: -19px !important;
}


/**left ico**/