/**Global css Start**/

html {
    scroll-behavior: smooth;
}

body{
    font-family: 'Titillium Web', sans-serif;
}

a:hover{
    color: #0056b3;
    text-decoration: none;
}

.enchandBody {
    padding: 50px 0px;
}

ul{
    margin:0;
    padding:0;
    list-style: none;
}

button:focus, .form-control:focus, .btn:focus {
    box-shadow: none;
    outline: 0;
}

.destopmodehide{
    display: none;
}

/**Global css End**/

.groupBodyview {
    padding: 50px 0px;
}

.groupContent p{
    line-height: 30px;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: bold;
    text-align: justify;
}

.groupContent ul{
    list-style-type: disclosure-closed;
    padding: 0px 0px 20px 20px;
}

.groupContent ul li{
    line-height: 22px;
    margin: 15px 0px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
}

.groupOverLogo{
    padding: 30px 0px;
    text-align: center;
    margin-top: 50px;
}

.groupOverLogo h3{
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 35px;
    margin-bottom: 25px;
}

.groupOverLogo img{
    width: 100%;
    display: block;
    margin: 0px auto;
}

/**Header css Start**/

.actionHeader {
    background-color: #3e514f;
    padding: 5px 38px;
    text-align: end;
    border-bottom: 1px solid #dadada;
}

.actionHeader ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.actionHeader ul li{
    display: inline-block;
}

.actionHeader ul li a{
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    padding-left: 20px;
}

.middle-header {
    padding: 0px 25px;
}

.main-header {
    background-color: #fff;
    border-top: 0;
}

span.moble-menus-models {
    color: #000;
    padding: 5px;
    display: block;
    text-align: center;
    font-size: 30px;
}

.search-section {
    margin-top: 19px;
}

.search-section .form-control{
    background: #fff;
    line-height: 40px;
    font-size: 12px;
    display: block;
    font-weight: 700;
    padding: 0px 10px;
    color: #000;
    border-right: none;
    transition: all .55s;
    border-radius: 60px;
}

.search-button{
    background-color: #ffffff;
    color: #d33;
    padding: 0px 10px;
    border-left: none;
    font-size: 13px;
    border-radius: 0px 50% 50% 0px;
    transition-duration: 0.2s;
}

.search-button:hover{
    color: #ddd;
}

.header-menu ul{
    /*float: right;*/
}

.header-menu ul li {
    float: left;
    position: static;
}

.header-menu ul li a {
    color: #000;
    padding: 30px 13px;
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin: auto 0px;
    transition-duration: 0.2s;
    letter-spacing: 1px;
}

.header-menu ul li:hover > a {
    color: #ffffff;
    background-color: #324660;
}

.header-menu ul li ul {
    display: none;
    position: absolute;
    width: 250px;
    z-index: 999;
    box-shadow: 0px 0px 4px #ccc;
    background: #000000d6;
}

.header-menu ul li ul li a{
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 500;
    color: #fff!important;
}

.header-menu ul li:hover > ul{
    display: block;
}

.header-menu ul li:hover > .mega-menus{
    display: block;
}

ul.dropdown-menus {
    left: 100%;
    top: 0;
}

.header-menu ul li span.fa-chevron-down {
    font-size: 12px;
    margin: 5px;
    padding: 2px;
    color: #e5e5e5;
}

.header-menu ul li span.fa-angle-right {
    padding: 3px 10px;
    color: #e5e5e5;
    float: right;
}

ul.dropdown-submenus li a {
    padding: 5px 0px 5px 10px;
}

.header-menu ul li ul li {
    border-bottom: 1px solid #444;
    width: 100%;
    position: relative;
}

ul.subsubItems{
    display: none;
    position: absolute;
}

.header-menu ul li ul li:hover ul.subsubItems{
    display: block;
    left: 100%;
    top: 0;
}

.header-menu ul li ul li:last-child{
    border-bottom: none;
}

.logo {
    text-align: center;
}

.logo a img {
    width: 83%;
}

/**Header css End**/

img.eoslSliderLogo {
    width: 100%!important;
    margin: 0px auto!important;
    display: block!important;
}

.eoslBodyviewTwo.lpgTradBodyview img {
    width: 100%;
    display: block;
    border: 1px solid #444;
}

.eoslBodyviewTwo.lpgTradBodyview h3 {
    margin: 0 auto 5px;
    text-align: center;
    display: block;
    padding: 0 0 5px 0;
}

.eoslBodyviewTwo.lpgTradBodyview p{
    text-align: center;
    font-size: 15px;
}

.headContentEbss {
    text-align: center;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 30px;
}

.headContentEbss h3{
    font-weight: bold;
    font-size: 35px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #1b448e;
}

.headContentEbss p{
    font-size: 17px!important;
    line-height: 25px!important;
    margin: 10px 0px 5px!important;
}

h4.machineName {
    font-weight: bold;
    letter-spacing: 1px;
    color: #1b458e;
    font-size: 30px;
    margin-top: 95px;
}

.pageViewOverlay {
    padding: 30px 0px;
    background-color: #000000a1;
}

.genmalIst {
    background-color: aliceblue;
    padding: 20px;
    box-shadow: 0px 0px 10px #ccc;
}

.genmalIst h4{
    font-weight: bold;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.genmalIst ul{
    list-style-type: decimal;
    padding-left: 10px;
}

.genmalIst ul li{
    
}

.genmalIst ul li a{
    display: block;
    padding: 3px 0px;
}

.pageViewOverlay h2{
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
}

.lpgPageSlider a.carousel-control-prev {
    z-index: 999;
    background-color: crimson;
    width: 3%;
}

.lpgPageSlider a.carousel-control-next {
    z-index: 999;
    background-color: crimson;
    width: 3%;
}

.carousel-caption.d-none.d-md-block {
    background: #0000008f;
    padding: 25px 50px;
}

.carousel-caption.d-none.d-md-block h5 {
    font-size: 20px;
    color: #000!important;
    font-weight: 600;
    display: none;
}

.carousel-caption.d-none.d-md-block p {
    font-size: 15px;
}

.kalmarService {
    padding: 10px;
    box-shadow: 0px 0px 5px #ddd;
}

.kalmarService img{
    width: 100%;
}

.kalmarService h4{
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0px;
    letter-spacing: 1px;
}

.kalmarService p{
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}


.latestNewsHome {
    padding: 50px 0px;
}

.latestNewsHome h1{
    text-align: center;
    font-weight: bolder;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.slider-news button.slick-next.slick-arrow {
    display: none!important;
}

.slider-news button.slick-prev.slick-arrow {
    display: none!important;
}

.slider-news .slick-box.slick-slide {
    padding: 25px 10px;
}

a.newsGrid{
    box-shadow: 0px 0px 6px #979797;
    display: block;
    background-color: #ddeeff;
    padding: 10px;
    transition-duration: 0.3s;
}

a.newsGrid:hover{
    transform: scale(1.1)
}

a.newsGrid img{
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

a.newsGrid h4{
    font-size: 20px;
    text-shadow: 0 0 #666;
    color: #000;
    margin: 0px
}

span.dateTime {
    display: block;
    margin: 6px 0px;
    display: block;
    font-weight: bold;
    color: #324660;
    font-size: 12px;
    letter-spacing: 1px;
}

a.newsGrid p{
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    text-shadow: 0px 0px 1px #dbdbdb;
}

a.readMoreNews {
    background-color: #324660;
    text-align: center;
    display: block;
    width: 19%;
    padding: 5px 0px 6px;
    border-radius: 3px;
    margin: 15px auto 0;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition-duration: 0.3s;
}

a.readMoreNews:hover{
    transform: scale(1.1);
    background-color: #444;
}

.aboutPartHome {
    padding: 60px 0px;
    background-color: #ddeeff;
}

.aboutContent h2{
    color: #324660;
    font-weight: bold;
}

.aboutContent p {
    font-size: 15px;
    margin: 0;
}

.aboutImg img {
    width: 88%;
    margin: 0px auto;
    display: block;
    box-shadow: 0px 0px 12px #000000;
}

.clientsHome {
    padding: 30px 0px;
}

.clientsHome h3{
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #747474;
    width: 20%;
    margin: 0px auto 30px;
    padding-bottom: 10px;
    letter-spacing: 1px;
}

.slider-client button.slick-next.slick-arrow {
    display: none!important;
}

.slider-client button.slick-prev.slick-arrow {
    display: none!important;
}

.slider-client .slick-box {
    padding: 20px!important;
}

.slider-client .slick-slide img{
    width: 100%;
    display: block;
    box-shadow: 0px 0px 7px #c7c7c7;
}

.singlePostImg img {
    width: 100%;
    display: block;
    box-shadow: 0px 0px 10px #ccc;
}

h4.equipmentHead {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 45px;
}

.lpgPageSlider .carousel-caption.d-none.d-md-block {
    background: #0000008f;
    padding: 20px;
    left: 0%;
    right: 40%;
    top: 0;
    bottom: 0;
}

.lpgPageSlider .carousel-caption.d-none.d-md-block h5 {
    font-size: 20px;
    letter-spacing: 1px;
    display: block!important;
    font-weight: 600;
    color: #fff!important;
}

.lpgPageSlider .carousel-caption.d-none.d-md-block p {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}


.lpgTradBodyview {
    padding: 30px 0px;
}

.lpgTradBodyview h3{
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #747474;
    width: 40%;
    margin: 0px auto 30px;
    padding-bottom: 10px;
    letter-spacing: 1px;
}

.slider-lpgtrad button.slick-next.slick-arrow {
    display: none!important;
}

.slider-lpgtrad button.slick-prev.slick-arrow {
    display: none!important;
}

.slider-lpgtrad .slick-box {
    padding: 20px!important;
}

.slider-lpgtrad .slick-slide img{
    width: 100%;
    display: block;
    box-shadow: 0px 0px 7px #c7c7c7;
}


.customersHome {
    padding: 30px 0px;
}

.customersHome h3{
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #747474;
    width: 20%;
    margin: 0px auto 30px;
    padding-bottom: 10px;
    letter-spacing: 1px;
}

.slider-customer button.slick-next.slick-arrow {
    display: none!important;
}

.slider-customer button.slick-prev.slick-arrow {
    display: none!important;
}

.slider-customer .slick-box {
    padding: 20px!important;
}

.slider-customer .slick-slide img{
    width: 100%;
    display: block;
    box-shadow: 0px 0px 7px #c7c7c7;
}

.portBodyview {
    padding: 50px 0px;
}

.portBodyview h3{
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #747474;
    margin: 0px auto 30px;
    padding-bottom: 10px;
    letter-spacing: 1px;
}

.slider-portMachine button.slick-next.slick-arrow {
    display: none!important;
}

.slider-portMachine button.slick-prev.slick-arrow {
    display: none!important;
}

.slider-portMachine .slick-box {
    padding: 20px!important;
}

.slider-portMachine .slick-slide img{
    width: 100%;
    display: block;
    box-shadow: 0px 0px 7px #c7c7c7;
}

.contact-page {
    padding: 30px 0px;
    background-color: aliceblue;
}

.contact-form {
    margin-top: 40px;
}

.form-info {
    padding: 20px 30px;
    background-color: #fff;
    box-shadow: 0px 0px 5px #ccc;
    border-radius: 5px;
}

.form-info h3 {
    margin: 0;
    font-weight: bold;
    letter-spacing: 4px;
}

button.btn.submitbutton {
    background-color: #324660;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 3px;
    display: block;
    padding: 5px 40px;
    transition-duration: 0.2s;
}

button.btn.submitbutton:hover{
    background-color: #444;
}

.website-info {
    color: #fff;
    padding: 20px;
    margin-bottom: 25px;
    background-color: #324660;
}

.website-info i{
    font-size: 30px;
    margin-top: 2px;
    margin-right: 15px;
}

.website-info h5{
    font-size: 19px;
    margin: 0;
}

.pageSlider.rotary .carousel-caption.d-none.d-md-block {
    background: #000000a1;
    position: absolute;
    padding: 25px;
}

.rotaryPage {
    padding: 40px 0px;
}

.rotaryPage img {
    width: 45%;
    display: block;
    margin: 0px auto;
}

.pageSlider.rotary .carousel-caption.d-none.d-md-block p {
    font-size: 14px;
    margin: 0;
    color: #fff;
    font-weight: bold;
}

.website-info p{
    margin: 5px 0 0;
    font-size: 15px;
    line-height: 18px;
}

.karmaBodyview {
    padding: 50px 0px;
}

.karmaBodyview h2{
    font-weight: revert;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.karmaBodyview p{
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 25px;
}

.karmaBodyview img{
    width: 100%;
    display: block;
}

.gulsanBodyview {
    padding: 50px 0px;
}

.gulsanBodyview h2{
    font-weight: revert;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.gulsanBodyview p{
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 25px;
}

.gulsanBodyview img{
    width: 100%;
    display: block;
}

a.moreDtBtn {
    background-color: #000;
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 23px;
    letter-spacing: 3px;
    margin-top: 40px;
    padding: 10px 0px;
    border-radius: 5px;
    transition-duration: 0.3s;
}

a.moreDtBtn:hover{
    transform: scale(1.1);
}

.aboutBodyviewFirst {
    padding: 50px 0px;
}

.aboutBodyviewFirst h3{
    font-weight: bold;
    letter-spacing: 4px;
    color: #0550a3;
}

.aboutBodyviewSecond h3 {
    font-weight: bold;
    letter-spacing: 4px;
    color: #0550a3;
}

.aboutBodyviewFirst p{
    font-weight: bold;
    letter-spacing: 1px;
    color: #444;
}

.aboutBodyviewSecond {
    padding: 40px 0px;
}

.aboutBodyviewSecond ul{
    list-style-type: disclosure-closed;
    margin-left: 20px;
}

.aboutBodyviewSecond ul li{
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 3px 0px;
    line-height: 20px;
}

.aboutBodyviewSecond ul li:hover i{
    
}

.aboutBodyviewSecond img{
    width: 100%;
}

.chairmanPart {
    padding: 40px 0px;
}

.chairmanPart p {
    text-align: justify;
}

.chairmanPart img{
    width: 100%;
    display: block;
}

h2.duaLine {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 30px;
    color: darkgreen;
}

.chairmanPartGrid{
    text-align: center;
}

.chairmanPartGrid img{
    width: 80%;
    margin: 0px auto;
    box-shadow: 0px 0px 5px #a3a3a3;
    display: block;
    height: 300px;
}

.chairmanPartGrid h3{
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 20px;
    margin: 10px 0px 0;
    color: #024e9f;
}

.chairmanPartGrid span{
    display: block;
}

.otherDirectors {
    padding: 30px 0px;
    text-align: center;
}

.otherDirectors h3{
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 30px;
    color: #0a4aa4;
}

.directorGrid {
    box-shadow: 0px 0px 10px #ccc;
    padding: 25px;
}

.directorGrid img {
    width: 70%;
    display: block;
    margin: 0px auto;
    height: 205px;
}

.directorGrid h4 {
    font-weight: bold;
    font-size: 20px;
    margin: 10px 0px 0px;
}

.directorGrid p {
    margin: 0;
}

.pageSlider{
    
}

.pageSlider img {
    width: 100%;
    display: block;
}

.pageSlider .carousel-caption.d-none.d-md-block {
    background: #fff;
    position: absolute;
    left: 5%;
    width: 25%;
    padding: 0px;
}

.eoslBodyview img{
    width: 100%;
    display: block;
}

.eoslBodyview {
    padding: 50px 0px;
    background-color: aliceblue;
}

.eoslBodyview p {
    font-size: 20px;
    margin: 20px 0px;
    line-height: 35px;
}

.eoslBodyviewTwo {
    padding: 50px 0px;
    box-shadow: 0px 0px 5px #ccc;
}

.eoslBodyviewTwo h3{
    font-weight: bold;
    letter-spacing: 2px;
    color: #16449e;
}

.eoslBodyviewTwo p{
    font-size: 18px;
    margin: 0;
}

.eoslBodyviewTwo p b{
    font-size: 20px;
    letter-spacing: 1px;
    margin: 0 0 10px;
    display: block;
}

.eoslBodyviewThree {
    padding: 50px 0px;
    background-color: aliceblue;
    box-shadow: 0px 0px 5px #ccc;
}

.eoslBodyviewThree h3{
    font-weight: bold;
    margin-top: 10px;
    color: #074cab;
    letter-spacing: 1px;
}

.eoslBodyviewThree img{
    width: 100%;
    display: block;
}

.eoslBodyviewThree ul{
    padding: 20px 0px;
    list-style-type: disclosure-closed;
    margin-left: 20px;
}

.eoslBodyviewThree ul li{
    padding: 3px 0px;
    font-size: 17px;
    font-weight: bold;
    color: #444;
}

.eInspecBodyview{
    padding: 50px 0px;
    background-color: aliceblue;
    box-shadow: 0px 0px 5px #ccc;
}

.eInspecBodyview h2{
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 28px;
    color: #0450b1;
    margin: 10px 0px 5px;
}

.eInspecBodyview P{
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 35px;
}

.eInspecBodyview img{
    width: 100%;
    display: block;
}

.eInspecBodyviewList{
    background-color: aliceblue;
    padding: 40px 0px;
}

.eInspecBodyviewList h2{
    font-weight: bold;
    letter-spacing: 2px;
    color: #16449e;
}

.eInspecBodyviewList img{
    width: 100%;
    display: block;
}

.eInspecBodyviewList ul{
    margin-top: 15px;
    list-style-type: disclosure-closed;
    margin-left: 20px;
}

.eInspecBodyviewList ul li{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 5px 0px;
}

.depotBodyview{
    padding: 40px 0px;
}

.depotBodyview h2 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

a.facebookLogo {
    display: block;
    color: #006eaf;
    cursor: pointer;
    text-decoration: none;
    font-size: 40px;
}





/*photo gallery start*/

.photo-gallery {
    padding: 40px 0px;
}

.photo-gallery center{
    width: 70%;
    margin: 0px auto;
}

.photo-gallery center h3{
    font-weight: 900;
}

.photo-gallery center p{
    font-size: 13px;
}

.gallery-page{
    margin-top: 20px;
}

.photo-gallery a.viewMore{
    background-color: #ff2626;
    color: #fff;
    padding: 7px 50px;
    font-size: 15px;
    box-shadow: 4px 4px 3px #ccc;
    transition-duration: 0.3s;
}

.photo-gallery a.viewMore:hover{
    background-color: #ccc;
    color: #000;
}

.gallery_box{display: table; height: 100%;}
.gallery_left{display: table-cell; vertical-align: middle;}
.galleryImg {margin: 0px 0;
  position: relative;
  box-shadow: 0px 0px 10px #ccc;
}
.gallery-wrap .col-lg-4:nth-child(2) .galleryImg + .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-4:nth-child(4) .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-4:nth-child(5) .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-4:nth-child(6) .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-3:nth-child(5) .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-3:nth-child(6) .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-3:nth-child(7) .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-3:nth-child(8) .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-6:nth-child(3) .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-6:nth-child(4) .galleryImg {
  margin-top: 30px;
}

.serImg {
  margin-bottom: 30px;
}
.galley_inner .row > div {
  margin: 15px 0;
}
.galley_inner {
  text-align: center;
}
.testi_list {
  list-style: none;
}
.testi_list li {
  margin: 36px 0;
}
.testi_list .testimonials_sec {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}
.portfolio-overley {
  z-index: 1000;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.galleryImg img {
  width: 100%;
}
.gallery-wrap .galleryImg:hover .portfolio-overley, .galley_inner .galleryImg:hover .portfolio-overley {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.gallery-wrap .content, .galley_inner .content {
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
.gallery-wrap .content .image-link, .galley_inner .content .image-link {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  color: #ffffff;
  line-height: 50px;
  background: #f0aa00;
  display: block;
  font-size: 16px;
  z-index: 1;
  text-align: center;
  margin-left: -25px;
  margin-top: -25px;
}


/*News Sticker Marquee css start*/
.news-ticker {
    position: relative;
    height: 32px;
}
.news-ticker-title {
    color: white;
    position: absolute;
    z-index: 99;
    background: #286ab1;

}
.news-ticker-list {
    position: fixed;
    width: 100%;
    height: 40px;
    bottom: 0;
    border-top: 2px solid #ffffff;
    z-index: 999;
    background: #5e5d5b;
}
.news-ticker-list p{
    color: #e0e0e0;
    padding: 5px 10px 2px;
    font-weight: 600;
    display: block;
    margin: 0;
    font-family: system-ui;
}

header.sticky-header {
    width: 100%;
    -webkit-transition: all 2.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
    background-color: #fff;
    box-shadow: 0px 0px 10px #ccc;
}

header.sticky-header.stick {
    position: fixed;
    top: 0;
    left: 0;
    animation: smoothScroll 1s forwards;
    z-index: 99;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}

.top-header.hidesection {
    display: none;
}
.middle-header.hidesection {
    display: none;
}

/*News Sticker Marquee css End*/



/*footer css start*/

footer {
    background: #324660;
    color: #999999;
}

.main-footer {
    padding: 50px 0px;
}

.middleFooter {
    background-color: #363636;
    padding: 25px 0px;
}

.addressFoot{
    color: #b5b5b5;
}

.addressFoot h4{
    border-bottom: 2px solid #5a5a5a;
    padding-bottom: 5px;
}

.addressFoot ul{
    
}

.addressFoot ul li{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #adadad;
}

.socialFoot-menu{
    text-align: center;
}

.socialFoot-menu ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.socialFoot-menu ul li{
    display: inline-block;
}

.socialFoot-menu ul li a{
    text-decoration: none;
    color: #fff;
    width: 35px;
    display: block;
    background-color: #444;
    padding: 3px 0px;
    border-radius: 50%;
    font-size: 16px;
    border: 2px solid #363636;
    transition-duration: 0.2s;
}

.socialFoot-menu ul li a:hover{
    border: 2px solid #fff;
    transform: scale(1.1);
}

p.copyRightPera {
    margin: 5px 0 0;
    letter-spacing: 1px;
}

p.copyRightPera a{
    color: #00aeb7;
}

.lastFooter {
    padding: 20px 0px;
    text-align: center;
}

.lastFooter p{
    font-size: 13px;
    letter-spacing: 2px;
    margin: 0;
}

.lastFooter p a{
    color: #00aeb7;
}

/*footer css end*/


/**Matis Menu multi larvel css Start**/

.primarymenu {
    padding:0px;
}

.multi-lavel ul li {
    padding:0px;
}

ul.primarymenu li {
    background-image: linear-gradient(to bottom, #3298c8, #2e8cb8);
}

ul.primarymenu li a {
    padding: 10px;
    display: block;
    color: white;
    font-weight: bold;
}

ul.submenu li{
    display: none;
}

ul.submenu li{
    border: 0px;
}

ul#submenutwo{
    padding: 0;
    background: #e7e7e7;
}

ul#menu li a {
    border-bottom: 1px solid #d6d4d4;
    display: inline-block;
    padding: 7px 5px;
    font-size: 17px;
    color: #ffffff;
    width: 100%;
}   

/**Matis Menu multi larvel css End**/



/**Side Modals css Start**/

.side-modals.right {
    right: -300px;
    height: 100vh;
    width: 300px;
    top: 0;
}

.cart_media {
    padding: 10px 8px;
    background-color: #1c1c1c;
}

.side-modals {
    position: fixed;
    background-color: #fff;
    z-index: 9999;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.side-modals.right.open-side {
    right: 0;
}

.side-modals.open-side {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.side-modals .overlay {
    visibility: hidden;
    opacity: 0;
    background-color: #000000a3;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.side-modals.open-side .overlay {
    opacity: 0.8;
    visibility: visible;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.side-modals.right .cart-inner {
    height: 100vh;
    overflow: auto;
}

.side-modals .cart-inner {
    background-color: #fff;
    z-index: 9;
    position: relative;
    top: 0;
}

.side-modals .cart-inner .cart_top {
    background-color: #870000;
    padding: 10px 10px;
    color: #fff;
    border-bottom: 5px solid #ddd;
}

/**Side Modals css End**/



/**For Laptop/ testop Large deviece**/

@media only screen and (max-width: 1199px) {

}


/**For Tablet/small laptops/ Medium deviece**/
@media only screen and (max-width: 1024px){
    
}


@media only screen and (max-width: 991px) {

}


/**For Mobile small deviece**/
@media only screen and (max-width: 767px) {

    .logo {
        text-align: left;
    }

    .logo a img {
        width: 44%;
    }

    span.moble-menus-models {
        text-align: right;
    }
    
    .mobilemodehide {
        display: none;
    }

    .destopmodehide {
        display: block;
    }

    .header-menu{
        display: none;
    }
    
    .addressFoot {
        margin: 15px 0px;
    }
    
    p.copyRightPera {
        text-align: center;
    }

}

/**For extra Mobile small deviece**/
@media only screen and (max-width: 575px) {
    
    a.readMoreNews {
        width: 50%;
    }
    
    .aboutContent {
        text-align: center;
    }
    
    .aboutContent p {
        margin: 10px 0px 20px;
    }
    
    .photo-gallery center {
        width: 100%;
    }

    .logo a img {
        width: 75%;
        margin: 0;
    }
    
    a.newsGrid {
        padding: 15px;
    }

    span.moble-menus-models {
        text-align: right;
    }
    
    .customersHome h3 {
        width: 70%;
    }
    
    .clientsHome h3 {
        width: 70%;
    }
    
    a.moreDtBtn{
        font-size: 17px;
    }
}
