/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/



/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;700&display=swap');

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

.container {
     max-width: 1170px;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Poppins', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px;
}

h2 {
     font-family: 'Raleway', sans-serif;
     font-size: 22px;
}

h3 {
     font-size: 18px;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 500;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}

.text_align_center {
     text-align: center;
}

.text_align_left {
     text-align: left;
}

.text_align_right {
     text-align: right;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*-- header --*/

.header {
     width: 100%;
     height: 116px;
}

.header_top {
     background-color: #161825;
     padding: 12px 0;
     padding: 13px 0;
}

ul.contat_infoma {
     display: block ruby;
}

ul.contat_infoma li {
     color: #fff;
     font-size: 15px;
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

ul.contat_infoma li i {
     font-size: 17px;
     padding-right: 14px;
}

ul.contat_infoma li a {
     color: #fff;
}

ul.contat_infoma li a:hover {
     color: #fe9901;
}

ul.social_icon {
     margin-left: 15px;
     padding-top: 15px;
     width: 100%;
     float: left;
     text-align: left;
}

ul.social_icon_top li {
     display: inline-block;
}

ul.social_icon_top li a {
     display: flex;
     align-items: center;
     justify-content: center;
     flex-wrap: wrap;
     font-size: 17px;
     border-radius: 30px;
     margin: 0 1px;
     color: #161825;
     background: #fff;
     width: 26px;
     height: 26px;
}

ul.social_icon_top li a:hover {
     color: #fe9901;
}

.header_bottom {
     background-color: #fff;
     height: 100px;
     padding: 25px 25px;
}

.logo {
     padding-top: 13px;
}

.logo a {
     font-size: 30px;
     line-height: 25px;
     color: #161825;
     font-weight: bold;
     text-transform: uppercase;
}


/*-- navigation--*/

.navigation.navbar {
     float: right;
     padding: 0;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 15px 25px;
     color: #161825;
     font-size: 16px;
     line-height: 20px;
     font-weight: 500;
     text-transform: uppercase;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     background: #fe9901;
     color: #fff;
     border-radius: 6px;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
     background: #fe9901;
     color: #fff;
     border-radius: 6px;
}

.navbar-expand-md .navbar-nav {
     padding-right: 10px;
}

ul.search {
     padding-left: 10px;
}

ul.search li a {
     color: #161825;
}

ul.search li a:hover {
     color: #161825;
}


/** banner section **/


.banner_main {
     position: relative;
     padding-bottom: 212px;
}

.build_box {
     text-align: left;
   padding-top: 30%;
}

.banner_po {
     position: inherit;
}

.build_box p {
     color: #fff;
     font-size: 17px;
     line-height: 30px;
     font-weight: normal;
     margin-bottom: 55px;
}

.build_box h1 {
     font-size: 100px;
     font-weight: bold;
     color: #fff;
     line-height: 90px;
     padding-bottom: 20px;
     display: block;
}

.build_box .conatct_btn {
     font-size: 20px;
     padding: 15px 0;
     text-transform: uppercase;
     font-weight: normal;
     max-width: 278px;
     background: #fc9701;
}

.build_box .conatct_btn:hover {
     background: #1b1b1a;
}

#myCarousel .carousel-control-prev,
#myCarousel .carousel-control-next {
    width: 44px;
    height: 37px;
    background: #d90f0f;
    opacity: 1;
    font-size: 19px;
    color: #fff;
    top: 0%;
    border-radius: 5px;
        visibility: hidden;
}

#myCarousel .carousel-control-prev:hover,
#myCarousel .carousel-control-next:hover,
#myCarousel .carousel-control-prev:focus,
#myCarousel .carousel-control-next:focus {
     background: #fd9801;
     color: #fff;
}

#myCarousel .carousel-control-prev {
     right: 15%;
     left: inherit;
}

#myCarousel .carousel-control-next {
     right: 9%;
}

.banner .carousel-indicators {
     display: none;
}


/** end banner section **/

.titlepage {
     text-align: center;
     padding-bottom: 40px;
     position: relative;
}

.titlepage h2 {
     font-size: 40px;
     color: #1c1c1c;
     line-height: 40px;
     font-weight: 700;
     padding: 0;
}

.titlepage span {
       font-size: 16px;
    line-height: 25px;
    color: #9c9a9a;
    padding-top: 30px;
    display: block;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.read_more {
         font-size: 24px;
    background-color: #d90f0f;
    color: #fff;
    padding: 7px 0px;
    width: 100%;
    max-width: 186px;
    text-align: center;
    display: inline-block;
    transition: ease-in all 0.5s;
    font-weight: 500;
    border-radius: 0px;
    height: 60px;
    text-transform: capitalize;
        margin-bottom: 20px;
}

.read_more:hover {
     background-color: #d90f0f;
     color: #fff;
     transition: ease-in all 0.5s;
}

.read_mores {
             font-size: 17px;
    background-color: transparent;
    color: #000 !important;
    padding: 11px 0px;
    width: 95%;
    max-width: 140px;
    text-align: center;
    display: inline-block;
    transition: ease-in all 0.5s;
    font-weight: 500;
    border-radius: 0px;
    height: 54px;
    text-transform: uppercase;
    margin-bottom: 20px;
    border: 1px solid #d90e0f;
}

.read_mores:hover {
     background:  #d90e0f;
     color: #fff !important;
     transition: ease-in all 0.5s;
}

/* three_box */

.three_box {
     margin-top: 0px;
         border-bottom: 1px solid #ece7e7;
}

/*.const {
     padding: 40px 0 25px 0;
     background: #fff;
     box-shadow: 0 0 250px rgba(3, 3, 3, 0.16);
     transition: ease-in all 0.5s;
}*/

.const span {
    transition: ease-in all 0.5s;
    display: block;
    font-size: 21px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Raleway', sans-serif;
    color: #090a0b;
    padding-top: 25px;
    padding-bottom: 25px;
    line-height: 20px;
}




/* end three_box */


/** about section **/

.about {
     background-color: #fff;
   padding-top: 20px;
}

.about .titlepage {
     max-width: 666px;
     float: right;
     width: 100%;
     text-align: left;
     padding-bottom: 0;
}

.about .titlepage span {
     font-family: 'Raleway', sans-serif;
     padding-bottom: 60px;
     padding-top: 40px;
}

.about_img {
     padding-right: 40px;
     padding-left: 55px;
}

.about_img figure {
     margin: 0;
}

.about_img figure img {
     width: 100%;
}


/** end about section **/


/** projects section **/

.projects {
     padding-top: 25px;
     background: #fff;
         padding-bottom: 25px;
}

.relative3 {
     position: inherit;
     padding-bottom: 60px;
}

.projects_ban {
     padding: 0 20px;
}

.project_img figure {
     margin: 0;
}

.project_img figure img {
     width: 100%;
}

.project_text {
     position: absolute;
     bottom: 0;
     height: 123px;
     overflow: hidden;
     padding: 20px 20px 20px 20px;
     margin-right: 15px;
     transition: ease-in all 0.5s;
}


/*
.project_text::before {
     position: absolute;
     content: "";
     background: url(../images/link.png);
     width: 77px;
     height: 77px;
     top: 0;
     background-repeat: no-repeat;
     right: 10px;
}
*/

.project_text:hover {
     cursor: pointer;
     background-color: #fffffff2;
     height: 303px;
     transition: ease-in all 0.5s;
}

#pro_ho:hover.project_text h3 {
     color: #1b1a1a;
     transition: ease-in all 0.5s;
     padding-top: 20px;
}

.project_text h3 {
     transition: ease-in all 0.5s;
     color: #fff;
     text-align: left;
     display: block;
     font-size: 28px;
     font-weight: 500;
     padding-bottom: 35px;
     font-family: 'Raleway', sans-serif;
}

.project_text p {
     color: #1b1a1a;
     font-size: 17px;
     text-align: left;
     line-height: 28px;
     font-family: 'Raleway', sans-serif;
     font-weight: normal;
}

#proj .carousel-control-prev,
#proj .carousel-control-next {
       width: 45px;
    height: 40px;
    background: #d90f0f;
    opacity: 1;
    font-size: 19px;
    color: #fff;
    top: 0%;
    border-radius: 5px;
}

#proj .carousel-control-prev:hover,
#proj .carousel-control-next:hover,
#proj .carousel-control-prev:focus,
#proj .carousel-control-next:focus {
        background: #d90f0f;
     color: #fff;
}

#proj .carousel-control-prev {
     left: 45%;
}

#proj .carousel-control-next {
     right: 46%;
}

.carousel-indicators {
     display: none;
}


/** end projects section **/


/** choose section **/

.choose {
     background: url(../images/choose_bg.jpg);
     background-size: 100% 100%;
     background-position: center;
     background-repeat: no-repeat;
     padding: 60px 0;
     margin-top: 90px;
}

.choose .titlepage {
     text-align: left;
}

.choose .titlepage h2 {
     padding-bottom: 30px;
}

.choose .titlepage p {
     color: #141414;
     font-weight: 400;
     font-family: 'Raleway', sans-serif;
     font-size: 17px;
     line-height: 32px;
     padding-bottom: 85px;
}

.award {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.award_icon {
     width: 33%;
}

#awa_ho:hover.award_icon i {
     background-color: #fe9901;
     transition: ease-in all 0.5s;
}

.award_icon i {
     background-color: #fff;
     transition: ease-in all 0.5s;
     width: 147px;
     height: 129px;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 8px;
     flex-wrap: wrap;
     margin: 0 auto;
}

.award_icon strong {
     color: #141414;
     font-family: 'Raleway', sans-serif;
     text-transform: uppercase;
     font-weight: 700;
     padding-top: 12px;
     display: block;
     font-size: 17px;
}


/** end choose section **/


/** staff section **/

.container_staff {
     max-width: 1340px;
     width: 100%;
     padding-right: 15px;
     padding-left: 15px;
     margin-right: auto;
     margin-left: auto;
}

.staff_main {
     background-color: #fff;
     padding-top: 90px;
}

.staff_main .titlepage span {
     font-family: 'Raleway', sans-serif;
}

.staff {
     text-align: center;
}

.man {
     background-color: #fff;
     box-shadow: 0 0 250px rgba(3, 3, 3, 0.15);
     margin: 0 25px;
     padding-top: 50px !important;
     padding: 0px 15px;
}

.social_icon_main {
     background-color: #fe9901;
     border-radius: 5px;
     padding: 20px;
}

.social_icon_main h4 {
     color: #fff;
     font-size: 20px;
     line-height: 20px;
     font-weight: bold;
     padding-bottom: 15px;
}

ul.social_icon_staff li {
     display: inline-block;
}

ul.social_icon_staff li a {
     display: flex;
     align-items: center;
     justify-content: center;
     flex-wrap: wrap;
     font-size: 22px;
     border-radius: 30px;
     margin: 0 1px;
     color: #fe9901;
     background: #fff;
     width: 40px;
     height: 40px;
}

ul.social_icon_staff li a:hover {
     color: #fff;
     background: #1b1b1a;
}

.staff_main .read_more {
     margin: 0 auto;
     display: block;
     margin-top: 60px;
}


/** end staff section **/


/** contact section **/

.contact {
     background: #fff;
     margin-top: 90px;
}

.contact .titlepage {
     text-align: left;
}

.main_form {
     padding: 40px 80px;
     background: #fff;
     box-shadow: 0 0 250px rgba(3, 3, 3, 0.15);
}

.main_form .contactus {
     border: #fff solid 1px;
     padding: 0px 20px;
     margin-bottom: 25px;
     width: 100%;
     height: 44px;
     background: #fff;
     color: #dadada;
     font-size: 17px;
     font-weight: normal;
     box-shadow: 0px 0px 18px rgba(22, 22, 23, 0.11);
}

.main_form .textarea {
     border: #fff solid 1px;
     margin-bottom: 25px;
     width: 100%;
     background: #fff;
     color: #dadada;
     font-size: 17px;
     font-weight: normal;
     padding: 25px 20px 0 20px;
     box-shadow: 0px 0px 18px rgba(22, 22, 23, 0.11);
     height: 86px;
}

.main_form .send_btn {
     font-size: 20px;
     transition: ease-in all 0.5s;
     background-color: #1b1b1a;
     text-transform: uppercase;
     color: #fff;
     padding: 8px 0px;
     max-width: 144px;
     width: 100%;
     display: block;
     margin-top: 10px !important;
     font-weight: 500;
}

.main_form .send_btn:hover {
     background-color: #fe9901;
     transition: ease-in all 0.5s;
     color: #fff;
}

#request *::placeholder {
     color: #dadada;
     opacity: 1;
}

.padding_right0 {
     padding-right: 0;
}

.padding_left0 {
     padding-left: 0;
}


/** end contact section **/


/** clients section **/

.clients {
     padding-top: 90px;
     background: #161825;
     position: relative;
}

.clients .titlepage h2 {
     color: #fff;
}

.clients .titlepage span {
     color: #fff;
}

.parile0 {
     padding-left: 0;
     padding-right: 0;
}

.relative2 {
     position: inherit;
     padding: 0px 50px 80px 50px;
     text-align: left;
     border-top: #fe9901 solid 111px;
     border-radius: 10px;
}

.relative2 i {
     margin-top: -54px;
     position: relative;
     display: block;
}

.relative2 span {
     color: #151515;
     display: block;
     font-size: 30px;
     font-weight: 500;
     font-family: 'Open Sans', sans-serif;
}

.relative2 p {
     color: #151515;
     font-size: 17px;
     line-height: 28px;
     font-family: 'Open Sans', sans-serif;
     font-weight: normal;
}

.testimo_ban_bg {
     background: #fff;
     box-shadow: 0 0px 237px rgba(22, 22, 23, 0.11);
     border-radius: 10px;
}

.qusright {
     padding-right: 10px
}

.qusleft {
     padding-left: 10px
}

.consect {
     padding: 0px 0px 0px 40px;
}

#testimo .carousel-control-prev,
#testimo .carousel-control-next {
     width: 47px;
     height: 47px;
     background: #252525;
     opacity: 1;
     font-size: 20px;
     color: #fff;
     top: 88%;
     border-radius: 40px;
}

#testimo .carousel-control-prev:hover,
#testimo .carousel-control-next:hover,
#testimo .carousel-control-prev:focus,
#testimo .carousel-control-next:focus {
     background: #fe9901;
     color: #fff;
}

#testimo .carousel-control-prev {
     left: 0px;
}

#testimo .carousel-control-next {
     right: inherit;
     left: 7%;
}

.banner .carousel-indicators li {
     width: 20px;
     height: 20px;
     border-radius: 30px;
     background: #000;
}

.carousel-indicators {
     display: none;
}


/** end clients section **/


/** footer **/

.footer {
     background: #161825;
     padding-top: 90px;
     text-align: center;
}

.border_top1 {
     border-top: #fff solid 3px;
     padding-bottom: 60px;
}

.newslatter {
     padding-bottom: 120px;
}

.newslatter h4 {
     font-weight: 600;
     font-size: 35px;
     line-height: 25px;
     text-align: center;
     color: #fff;
}

.newslatter h4::before {
     position: relative;
     content: "";
     background-color: #fff;
     width: 213px;
     height: 4px;
     top: 44px;
     border-radius: 7px;
     display: flex;
     margin: 0 auto;
}

.footer h3 {
     font-family: 'Open Sans', sans-serif;
     font-weight: bold;
     font-size: 17px;
     line-height: 24px;
   
     text-align: left;
     color: #fff;
     margin-bottom: 15px;
     display: table;
}

.logo_bottom {
     float: left;
     padding-bottom: 24px;
}

ul.link_menu li {
     display: block;
     text-align: left;
}

ul.link_menu li.active a {
     color: #ff0909;
}

ul.link_menu li a {
     color: #fff;
     font-size: 17px;
     line-height: 32px;
     display: block;
     width: -moz-max-content;
}

ul.link_menu li a:hover {
     color: #f4a111;
}

ul.insta {
     margin-top: 24px;
}

ul.insta li {
     display: inline-block;
     padding: 0 9px 9px 0px;
}

.bottom_form {
    margin-top: 0px;
    display: flex;
    justify-content: center;
    position: relative;
    top: 44px;
    z-index: 30;
}

.bottom_form .enter {
    padding: 0px 19px;
    width: 63%;
    height: 63px;
      background-color: white;
      color: #000;
    font-size: 21px;
    font-weight: 300;
    float: left;
    margin-bottom: 20px;
    border: 1px solid gray;
    margin-top: 0px;
}
.sub_btn {
     font-size: 23px;
    transition: ease-in all 0.5s;
    color: #fff;
    padding: 6px 0px;
    max-width: 158px;
    width: 100%;
    height: 63px;
    background: black;
  
    text-transform: uppercase;
}

.sub_btn:hover {
     background-color: #f4a111;
     transition: ease-in all 0.5s;
     color: #fff;
}

.copyright {
     margin-top: 60px;
}

.many {
     display: block;
    color: #fff;
    font-size: 15px;
    line-height: 32px;
    font-weight: normal;
    text-align: left;
 
}

.copyright p {
    color: #fff;
    font-size: 13px;
    line-height: 22px;
    text-align: left;
    padding-top: 12px;
    font-weight: normal;
    padding-bottom: 9px;
    border-top: #fff solid 1px;
}

.copyright a {
     color: #fff;
}

.copyright a:hover {
     color: #f4a111;
}


/** end footer **/


/** endinner page css **/

.inner_page .full_bg {
     background-color: #fff !important;
     background: transparent;
}

.back_re {
     background-color: #c97a05;
}

.back_re .title {
     text-align: center;
}

.back_re .title h2 {
     color: #fff;
     font-size: 40px;
     padding: 40px 0;
     font-weight: 600;
     text-transform: uppercase;
     line-height: 35px;
     padding-top: 69px;
}

.margin_0 {
     margin: 0 !important;
}

.inner_page .footer {
     margin-top: 90px;
}


/*truck*/

.truck {
     padding-top: 90px;
}

.truck_img1 {
     width: 244px;
     height: 147px;
     position: relative;
     position: relative;
     -webkit-animation: myfirst 15s linear 0s infinite alternate;
     /* Safari 4.0 - 8.0 */
     animation: myfirst 15s linear 0s infinite alternate;
}


/* Safari 4.0 - 8.0 */

@-webkit-keyframes myfirst {
     0% {
          left: 0px;
          top: 0;
     }
     20% {
          left: 10%;
          top: 0;
     }
     40% {
          left: 20%;
          top: 0;
     }
     60% {
          left: 30%;
          top: 0;
     }
     80% {
          left: 40%;
          top: 0;
     }
     100% {
          left: 50%;
          top: 0;
          ;
     }
     /* Standard syntax */
     @keyframes myfirst {
          0% {
               left: 0px;
               top: 0;
          }
          20% {
               left: 10%;
               top: 0;
          }
          40% {
               left: 20%;
               top: 0;
          }
          60% {
               left: 30%;
               top: 0;
          }
          80% {
               left: 40%;
               top: 0;
          }
          100% {
               left: 50%;
               top: 0;
               transform: rotateY(180deg)
          }
     }
     /* end truck*/



     .header_bottom {
    align-self: center !important;
    position: fixed!important;
    top: 0!important;
    left: 0!important;
    width: 100%!important;
    z-index: 99!important;
    animation: sticky 1s!important;
    box-shadow: 2px 4px 8px rgb(51 51 51 / 25%)!important;
    background: transparent!important;
}
.jumbotron {
  position: relative;
  background:none;
}
.jumbotron:after {
    content : "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://placebear.com/g/900/300);
    background-repeat: no-repeat;
    background-position: center;
  background-size: cover;
    width: 100%;
    height: 100%;
    opacity : 0.2;
    z-index: -1;
}
.mr-auto, .mx-auto {
    margin-left: auto!important;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255 / 50%)!important;
}
}

.bg-lights {
        background-color: #05819d!important;
}
img.logos {
    width: 70px;
}
#animate {
  position: absolute;
    top: 60px;
    bottom: 50px;
    right: 170px;
    font-size: 24px;
    background-color: #d90f0f;
    color: #fff;
    padding: 7px 0px;
    width: 100%;
    max-width: 186px;
    text-align: center;
    display: inline-block;
    transition: ease-in all 0.5s;
    font-weight: 500;
    border-radius: 0px;
    height: 60px;
    text-transform: capitalize;
    margin-bottom: 20px;
      pointer-events: none;
  animation: move 3s ease infinite;
}

@keyframes move {
  50% {
     top: 0px;
     bottom: 200px;
  }
}
#animates {
  position: absolute;
    top: -80px;
    bottom: 0px;
      font-size: 24px;
    background-color: #d90f0f;
    color: #fff;
    padding: 7px 0px;
    width: 100%;
    max-width: 186px;
    text-align: center;
    display: inline-block;
    transition: ease-in all 0.5s;
    font-weight: 500;
    border-radius: 0px;
    height: 60px;
    text-transform: capitalize;
    margin-bottom: 20px;
  pointer-events: none;
  animation: moves 3s ease infinite;
}

@keyframes moves {
  50% {
     top: 0px;
     bottom: 0px;
  }
}
@media (min-width: 426px) {
    .mng {
      width: 30% !important;
    margin-top: 0px!important;
}
    .nav-link {
    display: block;
    padding: 1.5rem 1rem!important;
}
    li.nav-item {
    font-size: 18px;
    padding-left: 3px;
}
.navbar {
   
    padding: 0px 15px!important;
}

       .icksss {
      margin-top: 73px!important;
}

     .full_bg {
     background: url(../images/banner.png);
     background-size: 100% 102%;
     background-position: center;
     background-repeat: no-repeat;
}


     }
@media (min-width: 768px) {
    .imgs {
   
    margin-top: 15px;
}
        img.ickss {
    width: 400px;
}
.mr-tps {
    margin-top: 30px;
    margin-bottom: -9px;
    padding-right: 111px;
}
img.icksss {
    width: 400px;
}

     .ickss {
    margin-top: 70px;
}
       .nrs::before {
    left: 33px !important;
    content: "";

}
   .nrs{
        left: 220px!important;
   
}
 
     .titlepage h2::after {
    width: 84px;
    content: "";
    height: 1px;
    background: #d90f0f;
    display: block;
    position: absolute;
    top: 48px;
    right: 514px;
    justify-content: center;
}
h3.cntr-text::before {
    width: 84px;
    content: "";
    height: 1px;
    background: #d90f0f;
    display: block;
    position: absolute;
    top: 98px;
    right: 528px;
    justify-content: center;
}
     .pd-00 {
    padding-left: 5px;
    padding-right: 5px;
}
     .pd-0 {
    padding-left: 0px;
    padding-right: 0px;
}
     .dropdown-menu {
   
    left: -69px;
  
}
     .imgd {
        width: 100%;
    float: right;
    position: relative;
    right: 32px;
       top: -45px;
}
.main-tab {
    margin-top: 350px;
}
.main-head {
          font-size: 73px;
    color: white;
    font-weight: bold;
    line-height: 1.5;
}
.sub-head {
      font-size: 110px;
    color: white;
    font-weight: bold;
    line-height: 30px;
}
.p-head {
        color: white;
    font-weight: bold;
    line-height: 41px;
    font-size: 25px;
    margin-top: 20px;
}
.imgdss {
   width: 87%;
    float: left;
    position: relative;
    left: 74px;
        top: -751px;
}
.flx-div {
    display: flex;
    justify-content: flex-end;
    margin-top: 0px;
}
.flx-divs{
display: flex;
    justify-content: flex-start;
    margin-top: 25px;
    margin-left: -10px;
}
}
h4.main-hed {
    font-size: 50px;
    line-height: 61px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 80px;
}
ul.li-list li {
    font-size: 14px;
       line-height: 44px;
    color: gray;
}
img.icks {
    width: 30px;
    margin-right: 17px;
    position: relative;
    top: -2px;
}
.tps {
    border-top: 1px solid whitesmoke;
}
.brd {
    border: 1px solid #f1efef;
    height: 350px;
    border-radius: 10px;
}
.brds {
    border: 1px solid #f1efef;
    height: 350px;
    border-radius: 10px;
    margin-top: -20px;
}
.projectss {
 background-color: transparent;
    background-repeat: no-repeat;
    background: url(../images/about-us-banner.jpg);
    background-size: cover;
    width: 100%;
    opacity: 1;
    top: 0px;
    left: 0px;
    visibility: inherit;
    z-index: 20;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    height: 450px;
    background-attachment: fixed;
    background-position: top center;
 
    color: white;
}

.p-text {
        color: white;
    font-size: 20px;
    line-height: 30px;
}
h4.content-s {
    color: white;
    font-size: 34px;
}
.carousel-caption {
   
    padding-top: 125px;
   
}
.brdr {
    border-top: 1px solid #f1efef;
    height: auto;
    padding: 20px;
    border-radius: 10px;
    border-right: 1px solid #f1efef;
    border-left: 1px solid #f1efef;
    border-bottom: 5px solid red;
}
.brdy{
 border-top: 1px solid #f1efef;
height: auto;
    padding: 20px;
     border-radius: 10px;
    border-right: 1px solid #f1efef;
    border-left: 1px solid #f1efef;
    border-bottom: 5px solid #f1ac09;
    margin-top: -50px;
}
.brdb{
 border-top: 1px solid #f1efef;
   height: auto;
    padding: 20px;
    border-radius: 10px;
    border-right: 1px solid #f1efef;
    border-left: 1px solid #f1efef;
    border-bottom: 5px solid #045573;
}
.brdo{
      border-top: 1px solid #f1efef;
height: auto;
    padding: 20px;
      border-radius: 10px;
    border-right: 1px solid #f1efef;
    border-left: 1px solid #f1efef;
    border-bottom: 5px solid #ea580f;
     margin-top: -50px;

}
.pro-img {
    width: 90%;
    margin-top: 0px;
}
h5.product-head {
    font-size: 17px;
    margin-top: 30px;
    color: black;
    margin-bottom: 15px;
}
.p-conten {
    color: #868686;
    line-height: 20px;
    font-size: 15px;
        margin-top: 10px;
    margin-bottom: 7px;
}
h6.price-tg {
    color: #db0d10;
    font-size: 20px;
}
.choosess {
       background-repeat: no-repeat !important;
    background: url(../images/SHIELD-PRO-safety--BANNER.jpg);
    background-size: contain;
    width: 100%;
    height: 100%;
    opacity: 1;
    top: 0px;
    left: 0px;
    visibility: inherit;
    z-index: 20;
    padding-top: 185px;
    margin-bottom: 50px;
    padding-bottom: 243px;
    margin-top: 70px;

}
.footer {
    padding-top: 90px;
    text-align: center;
    background-color: transparent;
    background-repeat: no-repeat;
    background: url(../images/img/footer-banner.png);
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
    opacity: 1;
    top: 0px;
    left: 0px;
    visibility: inherit;
    z-index: 20;
}
h3.cntr-text {
    text-align: center;
    font-size: 42px;
    line-height: 43px;
    margin-bottom: 0px;
}
span.main-sub {
    font-weight: bold;
}
.imgs {
    width: 24%;
}

a.read_more::before {
      content: "";
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 53px;
  
    right: 132px;
    background: url(../images/small-arrow.png);
}
.rating {
     font-size:1.2rem;
  line-height: 1.2rem;
  display: inline-block;
      margin-top: 15px;
}

.rating .star {
  position: relative;
  float: left;
  width: 1.4rem;
  height: 1.2rem;
     font-family:FontAwesome;
     font-weight:normal;
     font-style:normal;
  text-shadow: 1px 1px 2px rgba(0,0,0,.4);
  border: 0;
  background: transparent;
}

.rating .star:before {
     position: absolute;
  top: 50%;
  left: 50%;
  width: 1.2rem;
  height: 1.2rem;
  transform: translate(-50%, -50%);
  content:"\f006";
  color: #f4a2a7;
}

.rating--read-only .star--full:before {
  content:"\f005";
    color: #d90f0f;
}

.rating--read-only .star--half:after {
     position: absolute;
  top: 50%;
  left: 50%;
  width: 1.2rem;
  height: 1.2rem;
  transform: translate(-50%, -50%);
  content:"\f089";
  color:#e3cf7a;
}

/* Floating this right, means that the stars
 * fill from the left, because of the successor 
 * rule defined below. @see https://css-tricks.com/star-ratings/
 */
.rating--interactive .star {
  float: right;
}

.rating--interactive .star:hover {
     cursor:pointer;
}

.rating--interactive .star:hover:before,
.rating--interactive .star:hover ~ .star:before {
     content:"\f005";
     color:#e3cf7a
}
.fa-arrow-right:before {
    
    content: "\f178" !important;
}
.fa-arrow-left:before {
  content: "\f177" !important;
}
.pro-imgst {
    width: 100%;
    height: 505px;
    }
    .pro-imgsd {
    margin-bottom: 7px;
}
.pro-imgsf {
     height: 249px;
}

.pro-imgsd {
    margin-bottom: 7px;
    height: 249px;
}
h4.content-s::after {
    width: 88px;
    content: "";
    height: 1px;
    background: #f1ac09;
    display: block;
    position: absolute;
    top: 48px;
    left: 58px;
}

img.iccc {
padding-right: 15px;
    margin-bottom: 20px;
}
.fll-div {
    display: flex;
    justify-content: flex-start;
}

button.back-to-top{
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
    height: 0px;
  width: 0px;
  overflow: hidden;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
  color: transparent;
    clear: both;
  visibility: hidden;
  position: fixed;
  cursor: pointer;
  display: block;
  border: none;
  right: 50px;
    bottom: 75px;
  font-size: 0px;
  outline: 0 !important;
  z-index: 99;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus,{
  outline: 0 !important;
}
button.back-to-top::before,
button.back-to-top::after {
  content: "";
    display: block;
    vertical-align: middle;
    border-bottom: solid 10px #EA5D5F;
    border-left: solid 10px transparent;
    line-height: 0;
    border-right: solid 10px transparent;
    height: 0;
    margin: 18px auto 0;
    width: 0;
  border-radius:20px;
  visibility: hidden;
}
button.back-to-top.show::after,
button.back-to-top.show::before{
  visibility: visible;
}
button.back-to-top::after {
  border-bottom-color:#fff;
      position: relative;
  top:-24px;
}
button.back-to-top.show {
  display: block;
  background: #fff;
  color: #00ab6c;
  font-size: 25px;
  right: 25px;
    bottom: 50px;
  height: 50px;
  width: 50px;
  visibility: visible;
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}
button.back-to-top.show:active {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}








@media screen and (max-width: 540px) {
    .flx-divs {
  
    margin-top: 20px;
}
      .mng {
    width: 28% !important;
 
}
    .about {

    padding-top: 0px !important;
}
    .const span {

    font-size: 16px !important;
   
    padding-top: 15px !important;
    padding-bottom: 15px !important;
   
}
    .projectss {
        height: 550px !important;
    }
    .choosess {
    
   
    background-size: cover !important;
   
}
    img.ickss {
    width: 200px;
        margin: 0 auto;
    display: flex;
}

    img.icksss {
    width: 200px;
        margin: 0 auto;
    display: flex;

}
    .build_box {
 
    padding-top: 0%!important;
}
      img.icksss {
    margin-top: 129px;
}

     .full_bg {
     background: url(../images/mobile-banner.png)!important;
     background-size: 100% 102%;
     background-position: center;
     background-repeat: no-repeat;
     height: 798px;
}
     .pro-img {
    width: 65%!important;
    margin-top: 0px;
}
     .projectss {
   
    padding-top: 25px!important;
    padding-bottom: 25px!important;
}
     .titlepage h2 {
    font-size: 24px!important;
    line-height: 13px!important;
}
     p {
 
    font-size: 13px;

}
.titlepage span {
    font-size: 14px!important;

}
     a.read_more::before {
   
    top: 29px!important;
    right: 83px!important;
 
}
     #animate {
    font-size: 15px!important;
  
    max-width: 132px!important;
  
    height: 42px!important;
}
#animates {
 
    font-size: 15px!important;
  
    max-width: 132px!important;
  
    height: 42px!important;
    
}
    img.icks {
  
    margin-right: 6px!important;
  
}
     .imgs {
    width: 24%;
      margin-top: 10px;
    margin-bottom: 10px;
}
     .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem!important;
    padding-left: 0.5rem!important;
    margin-top: -2px!important;
}
.ickss {
    margin-top: 90px!important;
}
     
     .brdr {
 
    margin-bottom: 75px!important;
}
.brdb {
    margin-bottom: 75px!important;
    }
.brdy {
    margin-bottom: 20px!important;

}
     .copyright {
    margin-top: 0px!important;
}
     .copyright p {
  
    font-size: 14px!important;
    
}
.bgs{
         background: white!important;
    padding: 2px !important;
    margin-top: 5px;
}
img.icks {
  width: 18px!important;
   
}
     .many {
   
    font-size: 13px!important;
   
}ul.link_menu li a {
   
    font-size: 14px;
  
}
.sub_btn {
    font-size: 18px;
  
}
.bottom_form .enter {
    
    font-size: 13px;
    
}
     .choosess {
   
    margin-top: 30px!important;
}
     .pro-imgsd {
  
    height: auto!important;
}
     .pro-imgsf {
    height: auto;
}
.mobile {
          background: #05819d !important;
    padding: 8px 10px 9px 10px!important;
    margin-top: 37px!important;
    border-radius: 13px !important;
}
     .pro-imgsd {
    margin-top: 10px;
   
    margin-bottom: 10px;
}
.pro-imgst {
   
    margin-top: 10px;
 
    margin-bottom: 0px;
}
     #proj .carousel-control-prev, #proj .carousel-control-next {
    top: 98%!important;
}
  img.pro-imgs {
    margin-bottom: 0px;
        margin-top: 20px;
}
.pro-imgst {
   
    margin-bottom: 0px;
}
#proj .carousel-control-prev {
    left: 50%!important;
}
     .carousel-caption {
    padding-top: 0px!important;
}
     .projects {
    padding-top: 30px!important;
    background: #fff;
}
     .p-text {
    color: white;
    font-size: 15px!important;
    line-height: 27px!important;
    padding-left: 15px!important;
    padding-right: 15px!important;
}
     .read_more{
          display: flex;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 15px;
     }
     .read_mores {
   
       margin-top: 20px;
    display: block;
    margin: 0 auto;
}
     h5.p-head {
    color: white;
}
     h1.sub-head {
    font-size: 62px!important;
    color: white!important;
    font-weight: bold;
    line-height: 19px!important;
    margin-bottom: 10px;
}
     h3.main-head {
    font-size: 43px!important;
  
}
     h3.main-head {
    font-size: 20px;
    color: white;
    font-weight: bold;
    line-height: 1.5;
     margin-top: 80px;
}
    
     .pd-00 {
       margin-bottom: 0px;
}
h4.main-hed {
font-size: 23px!important;
    line-height: 38px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 5px!important;
    text-align: center!important;
}
ul.li-list li {
    font-size: 12px!important;
    line-height: 25px!important;
    color: gray;
}
.flx-divs {
    display: flex;
    justify-content: center;
}
h3.cntr-text {
      text-align: center;
    font-size: 22px!important;
    margin-bottom: -34px;
    line-height: 27px !important;
}
img.imgdss {
        width: 10%!important;
    position: relative;
    bottom: 188px;
    left: 25px;
}
    h4.content-s {
   
      margin: 0 auto!important;
    
}
}
.project::hover{
     position: absolute;
    top: 80px;
    bottom: 50px;
    right: 170px;
    font-size: 24px;
    background-color: #d90f0f;
    color: #fff;
    padding: 7px 0px;
    width: 100%;
    max-width: 186px;
    text-align: center;
    display: inline-block;
    transition: ease-in all 0.5s;
    font-weight: 500;
    border-radius: 0px;
    height: 60px;
    text-transform: capitalize;
    margin-bottom: 20px;
  
  animation: movs 3s ease infinite;
}
@keyframes moves {
  50% {
     top: 0px;
     bottom: 100px;
  }
}



.brdy {
    transition: 0.3s;
  
}
/*.brdy:hover {
  transform: translate(0, -10px);
}
*/


.mbd {
    width: 125px !important;
    height: 40px !important;
    font-size: 14px!important;
    padding: 8px!important;
    cursor: pointer!important;
}
.btn-new{
    background: #d90e0f!important;
    color: #fff!important;
    transition: ease-in all 0.5s!important;
    border: none!important;
    border-radius: 0px;
    font-size: 15px;
    cursor: pointer !important;
}video::-webkit-media-controls {
  display:none !important;
}
::-webkit-media-controls {
  display:none !important;
}
video::-webkit-media-controls-enclosure {
  display:none !important;
}
video {
  pointer-events: none;
}
video::-webkit-media-controls-start-playback-button {
    display: none;
}
.frstt {
    background-color: transparent;
    background-repeat: no-repeat;
    background: url(../images/shield_gif.gif);
    background-size: cover;
    width: 100%;
    opacity: 1;
    top: 0px;
    left: 0px;
    visibility: inherit;
    z-index: 20;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    height: 450px;
    background-attachment: fixed;
    background-position: top center;
    color: white;
}
.mdnf {
    height: 46px !important;
    font-size: 14px;
    width: 127px !important;
}
button.btn.btn-light {
    background: red!important;
    color: white!important;
}


.counter-style-5 {
    padding: 50px 20px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,.2);
    position: relative;
    overflow: hidden;
    transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    z-index: 1;
}
.counter {
    color: black;
}

.section-ful {
    background-image: url(../images/experience.jpg);
    margin-top: 65px;
    margin-bottom: 11px;
   
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    opacity: 1;
    top: 0px;
    left: 0px;
    visibility: inherit;
    z-index: 20;
    padding-top: 55px;
    padding-bottom: 50px;
    position: relative;
    height: auto;
    background-attachment: fixed;
    background-position: top center;
    color: white;
}


.icon-bx {
    padding: 50px 20px;
    border-radius: 10px;
        border: 1px solid #969696;
    position: relative;
    overflow: hidden;
    transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    z-index: 1;
}
p.counter-text {
    font-size: 22px;
    text-align: center;
}
.icon-bx:hover {
   border: none;
    transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    border-color: var(--color-primary);
    opacity: 0.7;
    background: red;
    transition: 1s ease;
    background: #d81f27!important;
    opacity: 1 !important;

}
.counter {
    color: white;
    text-align: center;
    font-size: 70px;
}
.icon-xl.m-b20 {
    display: flex;
    justify-content: center;
    font-size: 44px;
}
img.iccc {
    width: 43px;
}
.footer h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 17px;
    line-height: 24px;
    text-align: left;
    color: #fff;
    margin-bottom: 15px;
    display: table;
}
a.read_mores {
    cursor: pointer;
}

@media screen and (max-width: 540px) {
    .icon-bx {
    margin-bottom: 20px;
}
  .counter {
   
    font-size: 40px !important;
}
p.counter-text {
    font-size: 18px!important;
    text-align: center;
}
.icon-xl.m-b20 {
  
    font-size: 40px!important;
}
    }

 @media screen and (min-device-width: 350px) and (max-device-width: 540px){

 
img.pro-imgs {
    cursor: pointer;
}
img.pro-imgst {
    cursor: pointer;
}
.pro-imgsd {
   
    cursor: pointer;
}
.pro-imgsf{
     cursor: pointer;
}