File: /home/imensosw/kambojengineers.com/css/style.css
body {
margin:0;
padding:0;
font-family: 'Lato', sans-serif;
font-size: 1.5em;
line-height: 1.6;
background-color: #eee;
}
.main_wrapper {
background-color: #ffffff;
margin: 0 auto;
min-height: auto;
padding: 0 4em 0em;
width: 88%;
}
.site_col {
color: #fd6d52 !important;
}
.marg_0 {
margin: 0 !important;
}
.margt_10 {
margin-top: 10px;
}
.margt_20 {
margin-top: 20px;
}
.margt_30 {
margin-top: 30px;
}
.margt_40 {
margin-top: 40px;
}
.gary_bg {
background-color: #f4f4f4;
border-radius: 0 !important;
}
.comm_padd_lr {
padding: 1em 2em;
}
.flex {
display: flex;
justify-content: center;
}
.comm_heading {
color: #777;
font-size: 2.4em;
font-weight: 300;
line-height: 1.2;
margin: 0;
text-transform: uppercase;
}
.comm_padd {
padding: 50px 0 ;
}
.wht{
color: #fff !important;
}
.margb_40 {
margin-bottom: 40px;
}
.margt_50 {
margin-top: 50px;
}
.bdr_b {
border-bottom: 1px solid #ddd !important;
}
.bdr_l {
border-left: 1px solid #ddd !important;
}
a:hover {
text-decoration: none !important;
}
.sub_heading {
color: #666;
font-weight: 300;
font-size: 2em;
margin: 0;
}
.line-break {
border-bottom: 3px solid #fd6d52;
display: inline-block;
margin-top: -8px;
width: 65px;
}
.bdr_col {
border-color: #fd6d52 !important;
}
.dark_bg{
background-color: #DDDDDD;
}
.light_bg {
background-color: #EEEEEE;
}
.padd_65 {
padding: 20px 65px !important;
}
.padd_0 {
padding: 0 !important;
}
.padd_tb {
padding: 1em 0;
}
.blk_bg {
background-color: #666;
}
.padd_btm_0 {
padding-bottom: 0 !important;
}
.text_left {
text-align: left;
}
.text_right {
text-align: right;
}
::-webkit-selection {
background: #FD6D52;
color: #fff;
text-shadow: none;
}
::-moz-selection {
background: #FD6D52;
color: #fff;
text-shadow: none;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav >
.active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
background-color: transparent;
}
/*-----------------------------------Structure----------------------------*/
.logo {
align-items: center;
display: flex;
justify-content: center;
min-height: 100px;
}
.custom_nav .active a {
color: #fd6d52;
border-bottom: 2px solid #fd6d52;
}
.custom_nav a:hover {
background-color: transparent !important;
}
.custom_nav a {
color: #777 !important;
font-size: 16px;
font-weight: 600;
padding: 15px !important;
}
.welcome_section {
background-color: rgba(255, 255, 255, 0.5);
/* box-shadow: 20px 25px 55px #ccc inset;
box-shadow: 15px 14px 40px 16px #ddd inset; */
padding: 30px 0;
}
.welcome_section p {
color: #aaa;
font-size: 22px;
font-weight: 300;
margin: 0;
}
.top_header {
text-align: right;
margin-top: 10px;
}
.top_header span {
color: #777;
font-size: 16px;
font-weight: 400;
padding: 15px;
}
.header {
margin: 0 auto;
min-height: 100px;
width: 88%;
}
/************ Slider Css ****************/
#first-slider .main-container {
padding: 0;
}
#first-slider .item h3{
color: #fff;
font-size: 2.2em;
font-weight: 400;
line-height: 1.4;
text-transform: uppercase;
}
#first-slider .item h5 {
color: #fff;
font-size: 18px;
font-weight: 300;
letter-spacing: 0.5px;
line-height: 1.8;
}
#first-slider .slide1 .text_left ,#first-slider .slide3 .text_left{
padding-left: 40px;
}
#first-slider .carousel-indicators {
bottom: 0;
}
#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
background-image: none;
}
#first-slider .carousel .item {
/* min-height: 400px; */
height: 100%;
width:100%;
}
.carousel-inner .item .container {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
bottom: 0;
top: 0;
left: 0;
right: 0;
}
#first-slider h3{
animation-delay: 1s;
}
#first-slider h4 {
animation-delay: 2s;
}
#first-slider h2 {
animation-delay: 3s;
}
#first-slider .carousel-control {
width: 6%;
text-shadow: none;
}
#first-slider h1 {
text-align: center;
margin-bottom: 30px;
font-size: 30px;
font-weight: bold;
}
#first-slider .p {
padding-top: 125px;
text-align: center;
}
#first-slider .p a {
text-decoration: underline;
}
#first-slider .carousel-indicators li {
width: 14px;
height: 14px;
background-color: rgba(255,255,255,.4);
border:none;
}
#first-slider .carousel-indicators .active{
width: 16px;
height: 16px;
background-color: #fff;
border:none;
}
.carousel-fade .carousel-inner .item {
-webkit-transition-property: opacity;
transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
left: 0;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
z-index: 2;
}
.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
}
.carousel-control .fa-angle-left{
left: 50%;
width: 38px;
height: 38px;
margin-top: -15px;
font-size: 30px;
color: #fff;
border: 3px solid #ffffff;
-webkit-border-radius: 23px;
-moz-border-radius: 23px;
border-radius: 53px;
}
.carousel-control .fa-angle-right{
right: 50%;
width: 38px;
height: 38px;
margin-top: -15px;
font-size: 30px;
color: #fff;
border: 3px solid #ffffff;
-webkit-border-radius: 23px;
-moz-border-radius: 23px;
border-radius: 53px;
}
.carousel-control {
opacity: 1;
filter: alpha(opacity=100);
}
/********************************/
/* Slides backgrounds */
/********************************/
#first-slider .slide1 {
background-image: url(../images/slide_3.jpg);
background-position: right center;
background-repeat: no-repeat;
min-height: 30em;
}
#first-slider .slide2 {
background-image: url(../images/slide2.jpg);
background-repeat: no-repeat;
background-position: -60px -475px;
min-height: 30em;
}
#first-slider .slide3 {
background-image: url(../images/slide1.jpg);
background-repeat: no-repeat;
background-size: cover;
min-height: 30em;
}
#first-slider .slide4 {
background-image: url(../images/slide4.jpg);
background-repeat: no-repeat;
background-position: -40px -215px;
min-height: 30em;
}
.layer {
background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
height: 100%;
position: absolute;
top: 0;
width: 100%;
}
.panel p {
color: #333;
font-size: 16px;
font-weight: 300;
line-height: 1.9;
text-align: center;
}
.service_head h3{
color: #777;
cursor: pointer;
font-size: 1.2em;
font-weight: 300;
line-height: 1.6;
margin: 10px 0;
transition: all 1s ease 0s;
}
.comm_w {
max-width: 45%;
}
.flex_dir {
display: flex;
justify-content: space-between;
}
.client_logo a {
color: #777;
font-size: 2.1em;
font-style: italic;
text-transform: none !important;
font-weight: bold;
}
.location_group {
background-color: #fff;
/* border: 1px solid #00A49C; */
padding: 20px;
min-height: 24em;
}
.arrow_left::before {
background-color: #eee;
border: 1px solid #eee;
content: "";
left: -20px;
padding: 16px;
position: absolute;
top: 12em;
transform: rotate(45deg);
}
.contact_info p {
color: #666;
font-size: 16px;
line-height: 1.8;
margin-bottom: 15px;
}
.icon_list {
border: 1px solid #fff;
font-size: 20px;
height: 35px;
line-height: 1.7;
margin: 0 10px;
padding: 0 10px;
width: 35px;
text-align: center;
transition: all 0.4s ease 0s;
}
.icon_list a i {
color: #fff;
}
.icon_list:hover {
background-color: #fd6d52;
border-color: #fd6d52;
}
.service_img {
align-items: center;
background-color: #fd6d52;
display: flex;
justify-content: center;
min-height: 7em;
}
.socail_icon {
display: inline-flex;
float: right;
}