@charset "utf-8";

/***** Design By Sagar 4.3 HTML 5 *****/
@import url("bootstrap.min.css");
@import url("responsive.css");
@import url("banner.css");
@import url("owl.carousel.css");
@import url("animate.css");
@import url("https://icons.getbootstrap.com/assets/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* CSS Document */

body {
    background: #fff;
    color: #000;
    font-size: 16px;
    overflow-x: hidden;
    letter-spacing: .5px;
    font-family: "Poppins", sans-serif;

}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-thumb {
    background: #313d4f;
    -webkit-border-radius: 0;
    border-radius: 0
}

* {
    padding: 0;
    margin: 0;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

ul,
li {
    padding: 0;
    margin: 0;
}

a {
    color: #222;
    text-decoration: none !important;
}

ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
}

::-moz-selection {
    text-shadow: none;
    background: #ff627f;
    color: #fff;
}

::selection {
    text-shadow: none;
    background: #ff627f;
    color: #fff;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

/*------------------ VARIABLE CSS ------------ */

:root {
    --orange: #ffa800;
    --green: #000000;
}

/*** header ***/
header{position: absolute;
    z-index: 9999;
    width: 100%;}
.mobile3 {
    align-items: center;
    display: flex;
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
}


.mobile3::after {
    position: absolute;
    content: '';
    left: 0;
    border-left: 1px solid #bbb4b4;
    z-index: 999;
    height: 70%;
}

.login i {
    color: #000;
    font-size: 26px;
}

.header ul li {
    display: inline-block;
    float: none;
    margin: 0px;
}

.mobile_icons {
    font-size: 13px;
    padding-left: 5px;
}

.headerf-0flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headerf-0flex li a {
    padding: 28px 13px;
    display: block;
    text-decoration: none;
    color: #000000;
    font-size: 15px;
    transition: .3s linear;
    font-weight: 500;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0;

}

.hide {
    display: none;
}

#sub:checked~.dropdoqwn {
    display: block;
}

#sub:checked~.dropdoqwn2 {
    display: block;
}

#sub:checked~.megmenupart {
    display: block;
}

.header ul ul {
    position: absolute;
    display: none;
    animation: fadeIn 1s;
    z-index: 9999;
}

.dropdoqwn li {
    display: block !important;
    float: none;
}

.dropdoqwn2 {
    left: 100%;
    margin-right: .1rem;
    margin-top: -37px;
    min-width: 160px;
    background-color: var(--primary);
}

.dropdoqwn {
    animation: fadeInDown .4s;
}


.dropdoqwn li a {
    display: block !important;
    font-size: 14px;
    padding: 8px 15px!important;
    min-width: 160px;
    text-align: left;
    border-radius: 0px;
    color: #3a3b3e;
    text-transform: capitalize !important;
    font-weight: 400;
    background-color: #ffffff;
}

.dropdoqwn li a:hover {
    background-color: #ffa800;
    color: #fff;
}

.meg:hover {
    background-color: #fff;
}

.headerlist {
    padding: 10px 30px;
}

.myheaderlist ul {
    overflow-x: scroll;
}

.megmenupart {
    position: absolute;
    width: 100%;
    display: none;
    left: 0px;
    right: 0;
    z-index: 9999 !important;
    margin: 0px auto;
    transition: 1s ease-in-out;
    animation: fadeInDown .5s forwards;
}

.megamenu li {
    display: block;
    width: 100%;
}

.megamenu li a {
    padding: 4px;
    text-transform: capitalize;
}

.megamenu strong {
    width: 100%;
    display: block;
    padding-top: 30px;
    font-weight: 700;
    border-bottom: 1px solid #999;
    padding: 10px 0px;
}

.megmenupart ul {
    position: inherit !important;
    display: block !important;
}

.megamenu {
    background-color: #fff;
    color: #444;
    height: 380px;
    border-radius: 0px;
}

#nav:checked~.header {
    display: block;
    transform: translateX(0);
    transition: all 0.3s ease-out;
    ;
}

.dropdoqwn i {
    float: right;
    padding-top: 0px;
}

.side-right {
    float: right;
}

.side-right li {
    display: inline-block;
    margin-right: 5px;
}

.header-bg {
    text-align: center;
     background: rgb(255 255 255 / 81%);
  backdrop-filter: blur(15px);
}

.header {
    display: flex;
    align-items: center;
    justify-content: end;
}

.logo-m {
    display: none;
}

.darkHeader {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
    animation: fadeInDown .8s;
	border-bottom: 1px solid #dcdcdc;
}

.darkHeader .top-head {
    display: none;
}
.darkHeader .logo img{ width:auto;}
.darkHeader .headerf-0flex li a {
    padding: 18px 15px;
}
.top-area {
    background-color: #101d81;
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid #dcdcdc;
    padding: 7px 0px;
}

.h-logo {
    position: relative;
}

.book-btn {
   display: flex !important;
   align-items: center;
   padding: 0 !important;
   text-align: left;
   position: relative;
   top: 5px;
}
.book-btn span{
    display: block !important;
    font-size: 13px;
    color: #111;
}
.num{
    font-size: 17px !important;
    font-weight: 600;
    color: #000 !important;
}

.book-btn i{
    background-color: #ffa800;
    color: #fff;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-size: 20px;
    transform: rotate(-90deg);
    margin-right: 12px;
}

.top-text a:nth-child(1n+1){
    display: inline-block;
    border-right: 1px solid #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
}
.top-text a:nth-last-child(1){
    border: none !important;
}

.icon1 i{
    color: #ffffff;
    font-size: 15px;
    padding-right: 4px;
}

.top-text a {
    display: inline-block;
    padding-left: 10px;
    color: #fff;
    font-size: 14px;
}

.darkHeader .logo {
    top: -12px;
}


.foloow{
    text-align: end;
}

.foloow a{
    background: #a9a8a9;
    color: #ffffff;
    padding: 2px 5px;
    border-radius: 100px;
    display: inline-flex;
    font-size: 12px;
    transition: .2s ease-in-out;
}
.foloow a:hover{
    background: #ffa800;
    color: #fff;
}


.video_banner {
    position: relative;
}

.video_banner video {
    height: calc(100vh - 0px);
    object-fit: cover;
    width: 100%;
    border: none;
    display: block;
}

.text-overlap {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
	top: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    padding: 128px 0px 80px 0px;
}

.text-overlap h1 {
    font-size: 70px;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-weight: 600;
	color:#fff;
}
.text-overlap h2 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
	color:#fff;
	background: #2263639c;
    padding: 8px 15px;
}


.text-overlap a{
    background-color: #ffa800;
    padding: 12px 35px;
    border-radius: 100px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 15px;
    font-size: 18px;
}

.active {
    border-bottom: 3px solid #ffa800 !important;
  }
.clientlogobg{ background:#101e81; color:#fff; padding:50px 0px;}
.clientlogo{ margin-top:10px; text-align:center; font-size:20px;}
.clientlogo p{ margin-bottom:40px;}
.clientlogo h6{ color:#fff; font-weight:700; font-size:40px; padding-bottom:10px;}
.clientlogo img{ width:100%; height:100px; object-fit:contain; padding:2px; margin-bottom:20px; background:#fff; border-radius:5px;}
.cranline img{ width:100%; border-top:12px solid #ffa800;}
.cranline{ margin-top:30px;}

.indexabout{ padding:50px 50px 0px 0px;}
.indexabout h3{ font-size:48px; color:#101e81; font-weight:700;}
.indexabout h4{ padding:15px 0px;}
.indexaboutlink{ background:#ffa800; border-radius:5px; font-size:18px; padding:14px 20px; color:#000;}
.indexaboutlink:hover{ background:#000; color:#fff;}

.indexgallery{ text-align:center;}
.indexgallery h6{ color:#101e81; font-weight:700; font-size:40px; padding-bottom:10px;}
.galleriin1 img{ width:100%; height:200px; border-radius:10px; object-fit:cover; margin-bottom:20px;}
.galleriin2 img{width:100%; height:420px; border-radius:10px; object-fit:cover; margin-bottom:20px; }

.indexcerti{border-bottom:10px solid #ffa800; padding:40px; background:#101e81; border-radius:10px; color:#fff;}
.indexcerti img{ margin-bottom:15px;}
.indexcerti strong{color:#ffa800; padding-top:15px; font-size:18px;}
.indexindutries{ margin-top:50px;}
.indexindutries ul li{ border-radius:50px; padding:10px 24px; display:inline-block; margin-bottom:10px; border:1px solid #ccc; font-weight:600px; font-size:16px;}
.footercont{ background:#ffa800; padding:10px 0px;line-height: 40px;color:#00; font-size:24px; font-weight:600;}
.getintouch{ background:#101e81; font-size:18px; font-weight:500; color:#fff; padding:10px 20px; border-radius:50px; display:block;line-height: 24px;}
.getintouch:hover{background:#fff; color:#000;}
.footerbg{ background:url(../images/footerbg12.png) repeat-y fixed;color:#fff; background-size:100%;}
.footerabout{ background:#090c1d;padding:50px 50px 50px 0px; font-size:13px;color: #ccc; }
.footerabout a{color: #ccc;}
.footerabout a:hover{color: #ffa800;}
.footerabout1{ padding:50px 0px 50px 50px;color: #ccc;font-size:13px;color: #ccc;}
.footerabout1 a{color: #ccc;}
.footerabout1 a:hover{color: #ffa800;}
.footerabout img{filter: brightness(68%);}
.footercrti li{ line-height:22px; text-decoration:underline;}
.fotoermedia i{ font-size:24px; margin-right:20px;}
.footerlistbox li{ line-height:26px;}
.footerlistbox i{color: #ffa800;} 
/*** ALL PAGES ***/
.breadcrmbg{ background:url(../images/bradcrm.jpg) no-repeat; text-align:center; padding: 177px 0px 60px; color:#fff; background-size:100%;}
.breadcrmbg h6{     color: #fff;font-size:46px; padding-bottom:10px;}
.breadcrmbg a{ color: #fff;}
.comancont{ padding:40px 0px;}
.contactpage h5{ font-size:40px; margin-top:40px;color: #101d81;}
.contactpage p{ text-align:center;}
.contactpage{ text-align:center;}
.continput{background-image: linear-gradient(#f0efef, white, #f0efef); padding:10px 15px; font-size:14px; width:100%; outline:none; border:1px solid #eee; margin-top:15px; border-radius:6px;}
.continputbutton{ margin-top:15px;outline:none; border:1px solid #eee; margin-top:15px; border-radius:6px; background:#ffa800; color:#fff; padding:8px 15px; display:block; text-transform:uppercase; width:100%;}
.conttext{ margin-top:0px; text-align:center;}
.conttext h5{ font-size:30px;color: #101d81;}
.conttext i{ font-size:30px;    color: #ffa800;}
.conttext p{ text-align:center;}

.aboutuspage h3{color: #101d81; font-size:22px; font-weight:600; padding-bottom:15px;}
.aboutuspage li{ line-height:30px; background:url(../images/right.png) no-repeat; background-position:0px 10px; padding-left:20px;}
.subcategorybox{ text-align:center; border:1px solid #ccc; background:#FFFFFF; border-radius:10px; padding:20px;}
.subcategorybox img{ width:100%; height:280px; object-fit:contain;}
.subcatviewmore{background:#ffa800; color:#fff; padding:8px 15px; display:table;border-radius: 4px;margin: 0 auto;}
.allcrane h1{ font-size:26px; margin-bottom:30px;}
.indexcont {
    padding: 50px 0px;
}
.prodetails img{ width:100%; height:500px; object-fit:contain; border:1px solid #eee; padding:30px;border-radius:10px;}
.prodetailstag{ background:#dfffdd; padding:12px 10px; color:#153413; border-radius: 8px;}
.prodetailstext h1{ font-size:16px; margin-top:20px; font-weight:400;}
.prodetailstext{font-size: 14px;}
.productpdf{background:#ff6a00;color: #fff;padding: 8px 15px;border-radius: 8px; display:block; text-align:center;margin-bottom: 10px;}
.productpdf:hover{background:#000;color: #fff;}
.relatedpro{ text-align:center;margin-bottom: 30px;}
.relatedpro img{ width:100%; height:250px; obejct-fit:contain;margin-bottom:15px;padding:10px;}
.relatedpro h5{ font-size:18px; text-align:center;}
.gallerypage img{ width:100%; height:280px; object-fit:contain; padding-bottom:15px; }
.gallerypage{ text-align:center; border:1px solid #ccc; padding:10px; border-radius:10px;margin-bottom:15px;}


/*** Marquee ***/
.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
	padding:10px 0px;
	font-size:30px; font-weight:700;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
}
.marquee ul li{ display:inline; margin-left:35px;}
.marquee i{ color:#ffa800; font-size:26px;}
.marquee:hover .marquee__item {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.marquee__item p {
    display: inline-block;
    transition: .2s ease-in-out;
    margin: 0;

}

.marquee__item p:hover {
    cursor: pointer;
}

.marquee__item {
    display: inline-block;
    will-change: transform;
    -webkit-animation: marquee 90s linear infinite;
    animation: marquee 200s linear infinite;
}

@-webkit-keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}
