/*::::::::::::::::  Global Style :::::::::::::::::::::*/
*{
    margin: 0;
    padding: 0;
}
body{
    overflow-x: hidden !important;
    width: 100%;
    background: #163151;
    /*font-family: 'Josefin Sans', sans-serif;*/
}
a{
    text-decoration:none !important;
}

.row{
    margin-left: 0px;
    margin-right:0px;
    width: 100%;
}

.form-control{box-shadow:none !important;}


/*:::::::::::::: TOP HEADER  :::::::::::::*/

header {
    padding: 0px 3px;
    background:#163151;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
}
.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}
.sticky .logo a img {
    width: 186px;
    transition: .5s all;
}
#logo {
    background-color: transparent;
    width: 42%;
    /* height: 100%; */
    display: block;
    overflow: hidden;
    transform: translate3d(0,0,0);
    text-align: center;
    opacity: 1;
    padding-top: 6px;
    margin: 0 auto;
}
#logo1 {
    width: 53%;
    background-color: transparent;
    margin-right: auto;
}
.Lang_Conv_Flag {
    text-align: right;
}
.Lang_Conv_Flag a img {
    width: 38px;
    margin: auto 5px;
}
button.navbar-toggler .fa {
    position: absolute;
    right: 8px;
    top: 0px;
}
.SideNav1 .logo a img {
    width: 180px;
    padding-top: 9px;
     transition: .5s all;
}
.SideNav {
    padding:31px 0px;
    text-align: center;
}
.SideNav a .fa {
    font-size: 27px;
    position:relative;
    top: 2px;
    cursor: pointer;
    color: #ffffff;
}
.SideNav a {
    color: #1f1f5d;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .1px;
    position: relative;
    top:0px;
    font-weight: 700;
}
.SideNav a h4 {
        margin-bottom: 0px;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    font-family: fangsong;
    letter-spacing: 5px;
}
.Navbar_Items li {
    padding: 4px 23px;
    text-align: center;
    border-left: 1px solid #ffffff52;
    margin: auto;
}
.Navbar_Items ul {
    list-style: none;
    display: flex;
    padding-left: 0px;
    margin-bottom: 0;
}
.Navbar_Items {
    text-align: center;
}
.border_right{
  border-right: 1px solid #ffffff52;
}
.Bottom_header {
    margin: 15px auto;
    border-top: 1px solid #ffffffd1;
    border-bottom: 1px solid #ffffffb8;
    background: #ef8c04;
}
.Navbar_Items li a {
    text-transform: uppercase;
    color: #ffffffe0;
    font-weight: 500;
    font-size: 16px;
}
.Navbar_Items li:hover a {
    color: #fff;
    transition: .5s;
}
.Navbar_Items li .active{
    color: #fff;
}




/*:::::::::  Mobile navabr  ::::::::::::*/

.mobileHeader {
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 99999999999;
    background: #163151;
    padding: 6px;
}
.logo img {
    width: 77%;
}
.MobileBar img {
    width: 83%;
    position: relative;
    top: 16px;
}
.MobileBar .fa {
    font-size: 32px;
    color: #fff;
    padding-top: 20px;
    float: right;
}

.sidepanel  {
  width: 0;
  position: fixed;
  z-index: 1;
  height: 100%;
  top: 0;
  left: 0;
  background-color:#163151;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.sidepanel a {
    padding: 15px 8px 15px 23px;
    text-decoration: none;
    font-size: 23px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
    border-bottom: 1px dashed #dddddd59;
}
.sidepanel a:hover {
  color: #f1f1f1;
}
.sidepanel .closebtn {
    position: absolute;
    top: -19px;
    right: 8px;
    font-size: 50px;
}
.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color:#444;
}
.B-NONE{
    border-bottom: none !important;
}
.CategoryList {
    margin-bottom: 20px;
}
.sidepanel a .fa {
    float: right;
    position: relative;
    top: 5px;
    font-size: 20px;
}
#CateProduct {
    text-align: left;
    padding-left: 25px;
}
#CateProduct a {
    border: none;
}

.Mob_lang_conv {
    padding: 10px 0;
    border-bottom: 1px dashed #5b6d82;
}
.Mob_lang_conv a {
    display: initial;
    width: 100%;
    border: none;
}
.Mob_lang_conv a img {
    width: 42px;
}



/*:::::::::::::: HERO BANNER  :::::::::::::*/
#banner{
    background: transparent;
    width: 100%;
}
section.Herobanners::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(24 52 85 / 70%);
}
section.Herobanners {
    background-size: cover;
    width: 100%;
    padding: 36px 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    position: relative;
}
.Hero_banners_Cont p {
    color: white;
    font-size: 21px;
}







/*:::::::::::::: Home page  :::::::::::::*/

section.Index_Contents_sections {
    padding: 70px 0;
}
.Index_Contents_BOxx .box1s {
    border: 3px solid #ddd;
    padding: 15px;
    border-style: groove;
    box-shadow: 0PX 0PX 7PX -2PX rgb(0 0 0 / 20%);
    text-align: center;
}
.Index_Contents_BOxx {
    background: radial-gradient(#af178e, #73308b, #67359a);
    padding: 20px;
}
.Index_Contents_BOxx .box1s img {
    margin: 15px 0 30px;
    width: 300px;
}

.Index_Contents_BOxx .box1s h2 {
    color: #ffffff;
    font-weight: 400;
    font-size: 32px;
    line-height: 41px;
    padding: 5px 10px;
}


/*:::::::::::::: Covid page  :::::::::::::*/

section.Herobanners_Covid {
    background: linear-gradient(90deg, #ed1acd, #bd23a6);
    padding: 8px 0;
}
section.Covid_sections {
    padding: 75px 0;
}
.Covis_Texts {
    text-align: center;
}
.Covis_Texts h2 {
    font-size: 35px;
    letter-spacing: 2.8px;
    color: #cd21b3;
    margin-bottom: 20px;
    font-weight: 800;
}
.Covis_Texts h4 {
    color: #c422ac;
    margin-bottom: 20px;
    line-height: 43px;
}


/*:::::::::::::: Picture page  :::::::::::::*/


.Picture_boxx img {
    width: 100%;
    height: 170px;
    background-size: cover;
    overflow: hidden;
}
section.Picture_sections {
    padding: 80px 0;
}
.Picture_boxx .Overlay {
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    left: 0;
    right: 0;
    width: 100%;
    padding: 5px;
}
.Picture_boxx {
    position: relative;
    margin-bottom: 30px;
}
.Picture_boxx .Overlay h3 {
    font-size: 17px;
    color: #fff;
    margin-bottom: 5px;
}
.Picture_boxx .Overlay p {
    color: #fff;
    margin-bottom: 0px;
    font-size: 14px;
}


/*:::::::::::::: Dress Code page  :::::::::::::*/



section.Dress_code_Sections {
    padding: 70px 0;
}
.Dress_code_Content {
    text-align: center;
}
.Dress_code_Content hr {
    border-top: 1px solid #cccccc57;
    margin: 35px 0;
}
.Dress_code_Content h1 {
    color: #cc20b2;
    font-style: italic;
    font-weight: 700;
}
.Dress_code_Content h3 {
    color: #cc20b2;
    margin-top: 40px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: .5px;
}



/*:::::::::::::: Jobs page  :::::::::::::*/


section.Jos_sections {
    padding: 70px 0;
}
.JObs_content {
    text-align: center;
}
.JObs_content p {
    color: #c920b0;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 35px;
}
.JObs_content form {
    margin-top: 50px;
    text-align: left;
}
.JObs_content form .form-group label {
    font-size: 17px;
    color: #c222aa;
    font-weight: 500;
    letter-spacing: .3px;
}
.JObs_content form .form-group input {
    height: 50px;
}
.JObs_content form .form-group .form-control {
    background: transparent;
    border: 2px solid #c222aa;
    border-radius: 0;
    margin-bottom: 15px;
    box-shadow: none;
    color: #fff;
}
.JObs_content form .form-group .form-control:focus{
    border: 2px solid #00ccff;
}
.Sumited_button .btn {
    border: 2px solid #c223aa;
    color: #c223aa;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1.5px;
    border-radius: 0;
    box-shadow: none;
}
.Sumited_button .btn:hover {
    border: 2px solid #00ccff;
    color: #00ccff;
}



/*:::::::::::::: Contact Us page  :::::::::::::*/

.Address_content {
    padding: 60px 0;
}
.Address_content {
    text-align: center;
}
.Address_content h1 {
    color: #cc20b2;
    font-size: 37px;
    letter-spacing: 1.6px;
}
.Address_content p {
    color: #cb20b1;
    font-weight: 500;
    margin-bottom: 35px;
}
.Address_content a {
    color: #00ccff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .5px;
}
.Address_content a:hover{
    color: #ddd;
}
.JObs_content h1 {
    color: #c123aa;
    font-size: 36px;
    letter-spacing: 1.8px;
}
.COntact_MAP {
    margin-top: 38px;
    padding: 0 15px;
}
.COntact_MAP .links a {
    color: #0da9ff;
    letter-spacing: .5px;
    font-weight: 600;
}
.COntact_MAP .links {
    text-align: center;
    margin: 15px 0 30px;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 24px;
    border: 2px solid #da16bc;
    outline: none;
    background-color: transparent;
    color: #ff16dc;
    cursor: pointer;
    padding: 2px 14px;
    border-radius: 0px;
}
#myBtn:hover{
    border: 2px solid #00ccff;
    color: #00ccff;
}



/*:::::::::::::: Footer Section  :::::::::::::*/


.FooterBottom {
    background: #163151;
    text-align: center;
    padding: 27px 0 10px;
}
.FooterBottomNav p {
    margin-bottom: 0px;
    color: #eeeeeed9;
}
.FooterBottomNav p a {
    color: #fff;
    font-weight: 600;
    font-size: 13px;
}
.FooterTopNAv h2 {
    color: #fffffff0;
    margin-bottom: 21px;
    font-size: 28px;
}
.FooterTopNAv h1 {
    font-size: 25px;
    color: #fffffff0;
    font-weight: 400;
}
.FooterTopNAv .social a {
    font-size: 25px;
    color: #ef8c04;
    margin: 0 6px;
}
.FooterTopNAv p {
    color: #d0c7c7;
    font-size: 17px;
    margin-bottom: 8px;
}
.FooterBottomNav {
    margin-top: 27px;
    border-top: 1px solid #80808040;
    padding-top: 9px;
}


.SocialLInk {
    margin-top: 10px;
}
.SocialLInk a .fa {
    letter-spacing: 16px;
    color: #fff;
    transition: .5s;
    font-size: 16px;
}
.SocialLInk a .fa:hover {
    transform:translateY(-5px);
}
.SocialLInk a:hover .fa-facebook {
    color: #3b5998;
}
.SocialLInk a:hover .fa-twitter {
    color:  #55acee;
}
.SocialLInk a:hover .fa-linkedin {
    color:  #0077b5;
}
.SocialLInk a:hover .fa-youtube-play {
    color:  #cd201f;
}
.SocialLInk a:hover .fa-instagram {
    color:  #3f729b;
}
.LogoArea {
    text-align: center;
}
.LogoArea img {
    width: 50%;
}







@media (min-width:200px) and (max-width:575.75px){
    .COntact_MAP {
        margin-top: 20px;
        padding: 0px;
    }
}


/*:::::::::::::  About Section  ::::::::::*/

section.home_Section {
    padding: 50px 0;
}
.home_Section_content img {
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 10px;
}
.home_Section_content .text h1 {
    text-align: center;
    color: white;
    font-size: 68px;
}
.home_Section_content .text {
    position: absolute;
    bottom: 40px;
    width: 100%;
}

@media (min-width: 200px) and (max-width: 575.98px){
    .home_Section_content .text {
        position: absolute;
        bottom: 0px;
        width: 100%;
        left: 0;
    }
    .home_Section_content .text h1 {
        text-align: center;
        color: white;
        font-size: 21px;
    }
}


/*:::::::::::::  Icons Section  ::::::::::*/

section.Icons_sections {
    padding: 40px 0 60px;
    background: white;
}
.icons_headers img {
    width: 100%;
    margin-bottom: 50px;
}
.icons_items img {
    width: 100%;
}
.icons_items {
    margin-bottom: 30px;
}

.m-0-a{
    margin: auto 0;
}
.icons_items h2 {
    font-size: 28px;
    color: #333;
}


/*:::::::::::::  Soln Section  ::::::::::*/

section.soln_sections {
    width: 100%;
    background-size: cover;
    padding: 60px 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 0% 0%;
    object-fit: cover;
    object-position: 50% 0%;
}
.soln_sections_content p {
    font-size: 18px;
    font-weight: 500;
    color: #f5f3f3;
    margin-bottom: 5px;
}
.soln_sections_content h2 {
    font-size: 37px;
    margin-bottom: 10px;
    color: white;
}
.soln_sections_content {
    background: #ef8c04;
    padding: 20px;
    border-radius: 7px;
    border: 1px solid #ffffff36;
}



/*:::::::::::::  Feature Section  ::::::::::*/

section.Features_section {
    padding: 60px 0;
    background: #163151;
}
.Feature_sections_contents img {
    width: 118px;
    margin-bottom: 15px;
}
.Feature_sections_contents p {
    color: #eee;
    font-size: 17px;
}
.Feature_sections_contents h2 {
    font-size: 25px;
    color: #fffffff7;
}
.Feature_sections_contents p .fa {
    font-size: 8px;
    position: relative;
    top: -2px;
}
.Feature_sections_contents p {
    color: #eee;
    font-size: 17px;
    margin-bottom: 9px;
}



/*:::::::::::::  Install Section  ::::::::::*/

section.install_sections {
    padding: 50px 0;
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.install_sections_cont h1 {
    font-size: 60px;
    font-weight: 700;
    color: white;
    margin-bottom: 25px;
}
.install_sections_cont p {
    font-size: 25px;
    color: white;
}
.install_sections_cont img {
    width: 100%;
    margin-bottom: 30px;
}
.solar_panel_image img {
    width: 100%;
    margin-top: 20px;
}



/*:::::::::::::  Contact Section  ::::::::::*/

section.contact_sections {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 60px 0;
}
.Contact_boxx {
    background: #ffffffcc;
    padding: 20px;
    border-radius: 10px;
}
.Contact_boxx h1 {
    font-size: 32px;
    margin-bottom: 26px;
    margin-left: 13px;
    color: #333333;
}
.Contact_boxx input{
    height: 50px;
}
.Contact_boxx .form-control {
    padding-left: 25px;
    border-radius: 50px;
    background:rgb(239 140 4 / 10%);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #333;
    margin-bottom: 15px;
    border-bottom: 0;
    border: none;
}
.Contact_boxx  form textarea {
    height: 130px;
    padding: 18px 25px;
    border-radius: 30px !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 10px;
    resize: none;
    border: 0;
    box-shadow: 0;
}
.Submit-Btnns .btn {
    background: #ef8c04;
    height: 50px;
    width: 180px;
    font-size: 20px;
    color: white;
    letter-spacing: .2px;
    border-radius: 30px;
    box-shadow: none;
    margin-bottom: 15px;
}




/*::::::::::::  About Us Page  ::::::::::::::*/

section.Banner_sections {
    padding: 30px 0 30px;
}
.banner_images img {
    width: 100%;
}
.Banner_contents h1 {
    font-size: 52px;
    color: #ffffff;
    margin-bottom: 35px;
}
.Banner_contents p {
    font-size: 20px;
    color: #eee;
}
.Banner_contents img {
    margin: 24px auto;
    width: 80%;
}

section.About_Sections {
    padding: 30px 0 60px;
    border-bottom: 3px solid #ef8c04;
}
.About_Sections_Contents p {
    color: #eee;
    font-size: 18px;
}
.About_Sections_Contents h2 {
    color: white;
    font-size: 27px;
}
.About_Sections_Cont_box p {
    color: #f7f8f9;
    font-size: 19px;
    margin-top: 12px;
}
.About_Sections_Cont_box {
    padding: 20px;
    margin-top: 30px;
}
.About_Sections_Cont_box img {
    width: 141px;
}


@media (min-width: 200px) and (max-width: 575.98px){
    .Banner_contents h1 {
        font-size: 27px;
        color: #ffffff;
        margin-bottom: 14px;
        margin-top: 50px;
    }
    .banner_images img {
        width: 100%;
    }
    .Banner_contents img {
        margin: 24px auto;
        width: 100%;
    }
}



/*::::::::::::  Join the pack Page  ::::::::::::::*/

.BG_IMG {
    background-image: url(../images/join/bg.webp);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    padding: 200px 0 354px;
}
section.Join_sections {
    padding: 60px 0 60px;
    background: #c1c0bc;
}
.Join_Pack_boxx_head h1 {
    text-align: center;
    font-size: 85px;
    margin-bottom: 47px;
    color: black;
}
.Join_Pack_boxx h2 {
    font-size: 48px;
    margin-bottom: 20px;
}
.Join_Pack_boxx p {
    color: #ffffffde;
    font-size: 21px;
}
.Join_Pack_boxx .box h3 {
    font-size: 27px;
    color: white;
}
.Join_Pack_boxx .box {
    background: #ef8c04;
    padding: 15px;
    border-radius: 5px;
}
.Join_Pack_boxx .box p .fa {
    font-size: 9px;
    position: relative;
    top: -2px;
    margin-right: 1px;
}



@media (min-width: 200px) and (max-width: 575.98px){
    .Join_Pack_boxx {
        margin-bottom: 44px;
    }
    .Join_Pack_boxx h2 {
        font-size: 37px;
        margin-bottom: 13px;
    }
    .Join_Pack_boxx .box h3 {
        font-size: 22px;
        color: white;
    }
    .Join_Pack_boxx_head h1 {
        text-align: center;
        font-size: 71px;
        margin-bottom: 0;
        color: black;
    }
    .BG_IMG {
        background-image: url(../images/join/bg.webp);
        background-repeat: no-repeat;
        width: 100%;
        background-size: cover;
        padding: 81px 0 70px;
    }
}


/*:::::::::::::  FAQs Page  ::::::::::*/

section.FAQs_Section {
    padding: 60px 0;
    border-bottom: 3px solid #ef8c04;
}
.Faq_Contents h1 {
    color: white;
    margin-bottom: 25px;
}
.Faq_Contents .item .heads {
    background: #0b223e;
    padding: 0px;
    transition: .5s;
    cursor: pointer;
}
.Faq_Contents .item .heads .no {
    background: #ef8c04;
    padding: 20px;
}
.Faq_Contents .item .heads .no h1 {
    margin-bottom: 0;
    text-align: center;
    color: white;
}
.Faq_Contents .item .heads .question h2 {
    color: white;
    font-size: 27px;
    margin-bottom: 0;
}
.Faq_Contents .item .body{
    transition: .5s;
}
.Faq_Contents .item .body p {
    color: #fffffff0;
    padding: 20px;
    margin-bottom: 0;
}
.Faq_Contents .item {
    margin-bottom: 10px;
}



@media (min-width:1024px) and (max-width:1199px){
  .Navbar_Items li {
    padding: 4px 10px;
  }
  .Navbar_Items li a {
    font-size: 14px;
  }
  .Join_Pack_boxx h2 {
    font-size: 30px;
    margin-bottom: 6px;
    color: #222;
  }
  .BG_IMG {
        background-image: url(../images/join/bg.webp);
        background-repeat: no-repeat;
        width: 100%;
        background-size: cover;
        padding: 200px 0 354px;
        background-position: center;
    }
    .Join_Pack_boxx p {
        color: #ffffffde;
        font-size: 19px;
    }
    .Join_Pack_boxx .box h3 {
        font-size: 22px;
        color: white;
    }
    section.contact_sections {
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        overflow: hidden;
        padding: 60px 0;
        background-position: right;
    }
}





