
@import url('https://fonts.googleapis.com/css?family=Roboto:500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,900&display=swap');


/*
    font-family: 'Roboto', sans-serif;
    font-family: 'Raleway', sans-serif;


*/



body{margin: 0; padding: 0; font-family: 'Roboto', sans-serif !important; min-height:1176px !important;}
a{ -webkit-transition: all 0.5s ease-out; text-decoration: none !important; }
a:hover{ -webkit-transition: all 0.5s ease-out; text-decoration: none !important; }

 

.topheader{width: 100%;
    height: auto;
    background: #000000;
    color: #fff;
    font-size: 14px; padding: 8px 0;}
.topsicon{display: inline-block;}
.topsicon ul{margin:0; padding: 0; text-align: left;}
.topsicon ul li{list-style: none; line-height: initial; display: inline-block; font-size: 14px; border-right: solid 1px #fff; position:relative;}
.topsicon ul li:last-child{border-right: solid 1px #000 !important;}
.topsicon ul li a{color: #fff; text-decoration: none; padding: 10px 18px;}
.topsicon ul li a:hover{color: #d9d9d9; text-decoration: none;}
.topsicon ul li ul {
    position: absolute;
    background: #fff;
    color: #000;
    left: 18px;
    top: 46px;
    padding: 7px;
    z-index: 99;
    width: 150px; opacity:0; visibility: hidden;  -webkit-transition: all 0.3s ease-out;
}

.topsicon ul li ul li {
    display: block;
    padding: 5px;
    border-bottom: solid 1px #f3f3f3;
}
.topsicon ul li ul li a{color:#444; padding: 0;
    display: block;}
.topsicon ul li ul li a:hover{color:#000;}

.topsicon ul li ul li:last-child {
    border-right: none !important;
}
.topsicon ul li:hover ul{top: 26px; opacity:1; visibility: visible; -webkit-transition: all 0.3s ease-out;}


.aralngbtn{display: inline-block; color: #fff;}
.aralngbtn a{color: #ffffff;
    font-weight: normal;
    padding: 0px 0 0 15px;
    font-size: 14px;
    border-left: solid 1px #fff;}
.aralngbtn a:hover{color: #bbb;}
.languagebtn{    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    padding: 0;
    margin-right: 10px;}
.languagebtn a{color: #fff;}
.languagebtn a:hover{color: #bbb;}
.header{width: 100%;
    height: auto;
    padding: 10px 0;
    background: #edeaea;
    font-size: 18px;}
.header ul{margin: 0; padding: 0;}
.header ul li{list-style: none;
    font-size: 15px;
    padding: 1px 0;}
.header ul li a{color: #000;}

.header h4 {
    margin: 5px 0 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: normal;
}
.header h5 {margin: 8px 0 0;}

.header a.rqstqute {
    background: #000;
    padding: 6px 35px;
    display: block;
    text-transform: uppercase;
    line-height: initial;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    border: solid 1px #000;
}
.header a.rqstqute:hover{    background: #c1c1c1;
    color: #000;
    border: solid 1px #8e8e8e;}

.socilicon{display: block;}
.socilicon ul{margin:0; padding: 0; text-align: center;}
.socilicon ul li{list-style: none; display: inline-block; font-size: 14px;}
.socilicon ul li a{color: #000; text-decoration: none; padding: 0 18px;}
.socilicon ul li a:hover{color: #ddd; text-decoration: none;}

#custom-search-input {
    margin:0;
    margin-top: 0px;
    padding: 0;
}
 
#custom-search-input .search-query {
    padding-right: 3px;
    padding-right: 4px \9;
    padding-left: 10px;
    padding-left: 4px \9;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */

    margin-bottom: 0;
    border-radius: 0;
    border: 1px solid #8e8c8d;
}
#custom-search-input .search-query:focus{box-shadow: none; border-right: none;}

#custom-search-input button {
    padding: 6px 8px;
    margin-top: 0;
    position: relative;
    left: 0;
    margin-bottom: 0;
    border-radius: 0;
    color: #8e8c8d;
    background: #fff;
    border: solid 1px #8e8c8d;
    border-left: none;
}

#custom-search-input button:focus{outline: none;}

.search-query:focus + button {
    z-index: 3; outline: none;  
}



.logo{width: auto; height: 100%;
    margin: 0 0 7px;
    -webkit-transition: all 0.5s ease-out;
}

.logo img{height: 38px;}


.cmenu{    width: 100%;
    height: auto;
    background: #000;
    font-size: 14px;
    text-align: left;
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: normal; -webkit-transition: all 0.5s ease-out;}
.cmenu ul{margin:0; padding: 0;}
.cmenu ul li{list-style: none; display: inline-block;  position: relative;}
.cmenu ul li a{color: #fff; position: relative;
    padding: 10px 22px;
    display: block;}
.cmenu ul li a:hover, .cmenu ul li.active a{color: #000; background: #bfbfbf;  text-decoration: none;}


.banner{width: 100%; height: auto;  position: relative; background: #000;}
.banner img{    width: 100%;
    height: 100% !important;
    object-fit: cover;}
.banner .carousel-inner .item {
    height: 280px;
}
.banner .carousel-caption {
    right: 0 !important;
    left: 0px !important;
    margin: 0 auto 0;
    padding-bottom: 30px;
    width: 45%;
    bottom: 35px !important;
    text-align: left;
    font-size: 18px;
}
.banner .carousel-caption h3{margin: 0 0 30px;
    font-size: 48px;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    padding: 23px;
    display: inline-block;}


.banner .carousel-indicators li {width: 10px;
    height: 10px;
    background-color: #000\9;
    background-color: rgb(255, 255, 255);
}
.banner .carousel-indicators .active {
    width: 28px;
    height: 10px;
    margin: 1px;
    background-color: #fff;
}

.banner .textbox{    width: 25%;
    height: 70%;
    position: absolute;
    left: 105px;
    top: 42px;
    background: rgba(2, 12, 22, 0.39);
    color: #fff;
    padding: 35px;
    line-height: 25px;}


.hmservices {
    width: 100%;
    height: auto;
    padding: 15px 0;
}
.hmsrvthumb {
    width: 100%;
    height: auto;
    position: relative;
}
.hmsrvthumb .image {
    width: 100%;
    height: 120px; position:relative;
}
.hmsrvthumb .image img{width: 100%; height: 100%; object-fit: cover;}
.hmsrvthumb a{color: #fff;}
.hmsrvthumb .image .srvhead{    width: 90%;
    height: auto;
    background: #000;
    color: #fff;
    font-size: 16px;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    padding: 5px;
    font-weight: normal; -webkit-transition: all 0.5s ease-out;}

.hmsrvthumb:hover .srvhead {
    background: #fff;
    color: #000;
    box-shadow: 0px 0px 6px -1px #000; -webkit-transition: all 0.5s ease-out;
}

.hmsrvthumb .content {
    width: 100%;
    height: auto;
    background: #000;
    padding: 10px 15px;
    color: #fff;
    position: absolute;
    opacity: 0;
    top: 120px;
    z-index: -1;
    -webkit-transition: all 0.5s ease-out;
}
.hmsrvthumb .content ul {
    margin: 0;
    padding: 0;
}
.content ul li {
    list-style: none;
    border-bottom: solid 1px #3f3f3f;
}
.content ul li a{color:#fff; display:block; padding: 5px 0;}
.content ul li a:hover{color:#fff;}

.content ul li:hover{border-bottom: solid 1px #fff;}
.hmsrvthumb:hover .content { opacity: 1;
z-index: 9;  -webkit-transition: all 0.5s ease-out;
}


.hmaboutsec{    width: 100%;
    height: auto;
    padding: 15px 0; background: #e7ebef;}

.hmaboutsec h3 {
    margin: 0 0 10px;
    padding: 0 0 6px;
    font-size: 22px;
    position: relative;
    text-transform: uppercase;
}
.hmaboutsec h3:after{content: ""; position: absolute; width: 120px; height: 1px; background: #000; left: 0; bottom: 0;}
.hmaboutsec a.readmorebtn {
    background: #000;
    padding: 6px 35px;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    font-weight: normal; border: solid 1px #000;
}
.hmaboutsec a.readmorebtn:hover {    background: #c1c1c1;
    color: #000;
    border: solid 1px #8e8e8e;}



.hmglrysec{width: 100%; height: auto; padding: 15px 0;}
.logoslidemin{position: relative;}




.footer{width: 100%;
    height: auto;
    padding: 8px 0;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: normal;}
.footer a{color: #fff;}
.footer a:hover{color: #adacac;}

.frtcopy{width: 100%;
    height: auto;
    padding: 10px 0;
    background: #000;
    color: #fff; border-top: solid 1px #fff;
    font-size: 14px; font-family: 'Raleway', sans-serif; 
}
.frtcopy a{color: #fff; text-decoration: none;}
.frtcopy a:hover{color: #adacac; }

.frtcopy ul{margin: 0; padding: 0;}
.frtcopy ul li{    display: inline-block;
    border-right: solid 1px #fff;
    line-height: initial;}
.frtcopy ul li a{    color: #fff;
    padding: 0 14px;}
.frtcopy ul li:last-child{border-right: none !important;}

.ftrcntr{position:absolute; width:100%;}





















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


.banner .carousel-inner .item {
    height: 170px;
}

.banner .textbox {
    width: 100%;
    left: 0;
    padding: 20px;
    height: auto;
    top: 0;
}
.hmsrvthumb .content {
    height: auto;
    position: relative;
    opacity: 1;
    top: 0;
    z-index: 1;
    margin: 0 0 15px;
}

.footer{text-align:center;}
.footer .text-right{text-align:center !important;}

.frtcopy{text-align:center;}
.frtcopy .text-right{text-align:center !important;}


}

@media all and (device-width: 768px) and (device-height: 1024px) {
    
        .banner .carousel-inner .item {
    height: 200px;
}
.banner .textbox {
    width: 46%;
    left: 30px;
    padding: 20px;
    height: auto;
    top: 33px;
}

    .hmsrvthumb{margin-bottom:30px;}
.hmsrvthumb .content {
    position: absolute;
    opacity: 0;
    top: 120px;
    z-index: -1;
    
    -webkit-transition: all 0.5s ease-out;
}
}




.loginfrm {
    background: #ececec;
    padding: 15px;
    margin-bottom: 30px;
    box-shadow: 1px 3px 5px #999;
    border: solid 1px #999;
}

.loginfrm input, .loginfrm select {
    width: 100%;
    background: #fff;
    margin-bottom: 15px;
    border: solid 1px #ddd;
    padding: 8px 15px;
    outline: none;
    height: 40px;
}

.loginfrm label sup {
    color: #f00;
}

.loginfrm textarea {
    width: 100%;
    background: #fff;
    margin-bottom: 15px;
    border: solid 1px #ddd;
    padding: 10px 15px;
    outline: none;
    height: 100px;
    resize: none;
}

.loginfrm input[type=submit], .sbmtbtn {
    border: none;
    background: #000;
    color: #fff;
    width: auto;
    margin: 15px 0 0;
    padding: 10px 50px;
}


.goog-te-banner-frame.skiptranslate {
    display: none !important;
    }
.goog-te-gadget img{display:none;}
.goog-te-gadget-simple {
    background: #000 !important;
    border: none !important;
}
.goog-te-gadget-simple .goog-te-menu-value {
    color: #fff !important;
}
.goog-te-gadget-simple .goog-te-menu-value span {
    margin-left: 7px;
}
body {
    top: 0px !important; 
    }
/*.skiptranslate{height:39px !Important;}*/

    
/*    iframe.goog-te-menu-frame.skiptranslate {*/
/*    height: 65px !important;*/
/*}*/
/*.skiptranslate.goog-te-gadget, .goog-tooltip.skiptranslate {*/
/*    height: auto !important;*/
/*}*/


