
 #body .container{
    max-width: 1300px !important;
}

body{
    font-family: "Poppins", serif !important;
}

.a-font{
    font-family: tt-demibold;
}

.a-font2{
    font-family: tt-bold;
}



 @font-face{
    src: url(../fonts/TT\ Hoves\ DemiBold.otf);
    font-family: tt-demibold;
} 

@font-face{
    src: url(../fonts/TT\ Hoves\ Medium.otf);
    font-family: tt-medium;
} 

@font-face{
    src: url(../fonts/TT\ Hoves\ Bold.otf);
    font-family: tt-bold;
}

@font-face{
    src: url(../fonts/TT\ Hoves\ Regular.otf);
    font-family: tt-regular;
} 




/*---------------- top navigation ----------------------*/

.top-list{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.top-list{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.top-list li a {
    display: inline-block;
    color: #eeeeee;
    font-size: 14px;
    font-weight: 500;
    /* margin-left: 20px; */
    margin-right: 38px;
}

.top-list li a i {
    color: #ffffff;
    font-size: 13px;
    margin-right: 10px;
    transform: translateY(1px);
}

.top-list2{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.top-list2 li a {
    display: inline-block;
    color: #fff;
    margin-left: 20px;
    font-size: 14px;
}

.top-navigation .container-fluid{
    padding: 0 60px !important;
}

.top-navigation {
    background-color: #d50032;
    padding: 7px 0;
}

/*---------------------- navigation --------------------------*/

.main_nav .navbar .container-fluid{
    padding: 0 0 0 60px !important;
} 

.logo img {
    width: 200px;
}

.main_nav .navbar{
    background-color: #fff;
    padding: 0 !important;
}

.main_nav .navbar .container-fluid .navbar-nav li a {
    color: #000;
    padding-left: 28px !important;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.nav-list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-list li a{
    display: inline-block;
}


.nav-list li a h5 {
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 17px;
    margin-left: 23px;
}

.nav-list li a i {
    background: #d50032;
    display: inline-block;
    width: 51px;
    height: 50px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 49px;
}

.nav-btn {
    background-color: #000000;
    padding: 20px 46px;
}

/* .xtd-shadow--large-light {
    box-shadow: 1.25rem 1.375rem 4.75rem 0rem rgba(0, 0, 0, 0.22) !important;
} */

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    /* background: black; */
    /* box-shadow: 0px 2px 17px 6px #dedddd; */
    box-shadow: 0 6px 17px -6px #abaaaa;
}

  .sticky2 {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    /* background:black; */
  }


/*--------------- banner ---------------------*/

.bc-img{
    background: url(../images/banner-a.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 700px;
}

/* .bc-img2{
    background: url(../images/banner-b.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 700px;
}

.bc-img3{
    background: url(../images/banner-c.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 700px;
} */

/*--------------- about us ---------------------*/

.ab-img img {
    width: 100%;
    /* padding: 40px 0; */
    margin-top: 60px;
}

.ab-img2 img {
    width: 100%;
}

.ab-rt {
    margin-left: 20px;
}

h5.ab-head {
    font-family: tt-medium;
}

h5.ab-head {
    font-family: tt-medium;
    text-transform: uppercase;
    font-size: 14px;
    color: #d50032;
    letter-spacing: 4px;
}

h5.ab-head2.a-font {
    font-size: 28px;
    line-height: 40px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

p.ab-para {
    font-size: 16px;
    color: #404040;
    line-height: 30px;
    margin-bottom: 30px;
}

.ab-icon {
    text-align: center;
    background: #d50032;
    width: 71px;
    height: 71px;
}

.ab-icon img {
    /* filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7500%) hue-rotate(327deg) brightness(96%) contrast(104%); */
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7479%) hue-rotate(70deg) brightness(99%) contrast(107%);
    width: 47px;
    text-align: center;
    padding-top: 11px;
}

h5.ab-cap {
    font-family: tt-medium;
}

h5.ab-cap2 {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #343434;
}

.ab-1 {
    margin-top: 30px;
}

.ab-color{
    background: #000000 !important;
}

a.ab-link {
    display: inline-block;
    background: #d50032;
    /* background-image: linear-gradient(to right top, #d50032, #9f0b31, #691329, #37111b, #000000); */
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 12px 30px;
    margin-top: 32px;
}

a.ab-link i {
    font-size: 13px;
    margin-left: 17px;
}

a.ab-link:hover{
    color: #fff;
    text-decoration: none;
}

.about {
    margin-top: 70px;
}


/*------------ products -------------------*/

.service{
    margin-top: 70px;
}

h5.s-header {
    font-size: 35px;
    text-transform: capitalize;
    /* font-weight: 600; */
    color: #000000;
    margin-bottom: 30px;
    /* letter-spacing: 1px; */
}

p.s-para3 {
    font-size: 17px;
    color: #5d5d5d;
    margin-bottom: 35px;
}

p.s-header2 {
    font-size: 15px;
    margin-bottom: 35px;
}

.s-box {
    /* box-shadow: 0px 0px 15px 5px rgba(250, 187, 5, 0.3); */
    min-height: 462px;
    padding: 30px 25px;
    margin-bottom: 30px;
    background: #fafdff;
    border: 1px solid #0069b4;
}

.service-container{
    width: 80% !important;
    margin: 0 auto;
}

.s-img {
    width: 100%;
    height: 489px;
    overflow: hidden;
    float: left;
    position: relative;
    /* border-radius: 50px; */
    background-color: #ddd;
    /* border-radius: 10px; */
    margin-bottom: 30px;
    transition: all .5s ease-in-out;

}

.s-img img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: auto;
    height: auto;
    transition: all .5s ease-in-out;
}

.s-box2:hover .s-img img{
    transform: scale(1.1) translateY(-20px);
}


h5.s-title a {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    white-space: nowrap;
    margin-top: 20px;
    margin-bottom: 0;
    /* font-family: "Roboto", sans-serif; */
    letter-spacing: 2px;
    font-family: tt-demibold;
}

h5.s-title a:hover{
    text-decoration: none;
}

p.s-para {
    font-size: 16px;
    line-height: 28px;
    color: #6e6e6e;
    font-weight: 400;
    margin-bottom: 25px;
}


a.s-link i{
    margin-left: 8px;
    font-size: 14px;
}

/* .service .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #692d2d;
}

.service .owl-theme .owl-dots .owl-dot span {
    background: #b9b5b5;
} */

.s-box2 {
    position: relative;
}

.ser-box3 {
    position: absolute;
    left: 0;
    right: 0;
    top: 430px;
}

.ser-btn {
    position: absolute;
    top: 436px;
    left: 0;
    
    transform: translatex(0);
    transition: all .5s ease-in-out;
}

a.s-link {
    display: inline-block;
    text-transform: capitalize;
   
    color: #ffffff;
    font-weight: 500;
    opacity: 0;
    visibility: hidden; 
    
    transition: all .5s ease-in-out;
} 

 .s-box2:hover a.s-link{
    opacity: 1;
    visibility: visible;
    transform: translatex(122px);

}


/*------------ paralox -------------------*/

.paralox {
    background: url(../images/para-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: auto;
    padding: 60px 0;
    margin-top: 40px;
}

h5.para-head.a-font {
    color: #fff;
    font-family: tt-medium;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 4px;
    margin-bottom: 16px;
}

h5.para-head2.a-font {
    color: #fff;
    font-size: 35px;
    line-height: 44px;
    padding: 0 100px;
    margin-bottom: 27px;
}

a.para-link {
    background: #d50032;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    padding: 13px 42px;
    display: inline-block;
}

a.para-link2 {
    /* background: #d50032; */
    border: 2px solid #fff;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    padding: 12px 42px;
    display: inline-block;
    margin-left: 12px;
}

a.para-link:hover{
    text-decoration: none;
    color: #fff;
}

a.para-link2:hover{
    text-decoration: none;
    color: #fff;
}

/*---------------- service ----------------------*/

.pr-img img{
    width: 100%;
}

.pr-icon {
    background: #d50032;
    text-align: center;
    background: #d50032;
    width: 72px;
    height: 62px;
}

.pr-icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7479%) hue-rotate(70deg) brightness(99%) contrast(107%);
    width: 47px;
    text-align: center;
    padding-top: 5px;
}

h5.pr-cap {
    font-family: tt-medium;
    text-transform: capitalize;
    letter-spacing: 1px;
    line-height: 61px;
    margin-bottom: 0;
}

.pr-box {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    /* padding: 20px 20px 0; */
}

h5.pr-head.a-font {
    font-size: 18px;
    position: relative;
    /* letter-spacing: 1px; */
    margin-bottom: 40px;
}

h5.pr-head::before {
    content: "";
    width: 55px;
    height: 3px;
    background-color: #d50032;
    position: absolute;
    bottom: -19px;
    left: 0;
}

p.pr-para {
    font-size: 15px;
    color: #535353;
    line-height: 26px;
    margin-bottom: 27px;
}

a.pr-link {
    background: #d50032;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 20px;
}

a.pr-link i {
    font-size: 12px;
    margin-left: 10px;
}

a.pr-link:hover{
    text-decoration: none;
    color: #fff;
}

.pr-txt {
    margin-top: 60px;
}

.product {
    margin-top: 70px;
}

/*---------------- project ----------------------*/

.project .container-fluid {
    padding: 0 15px 0 300px !important;
}

.project {
    /* background: #54ba44; */
    margin-top: 70px;
    /* background-image: linear-gradient(to right top, #0d75bb, #008ec5, #00a2b0, #00b181, #54ba44); */
    padding: 60px 0 30px;
    background: url(../images/para-bg2.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: auto;
}

h5.pro-header.a-font {
    color: #fff;
    font-size: 35px;
    letter-spacing: 1px;
    margin-bottom: 35px;
}

h5.pro-cap {
    font-size: 18px;
    color: #fff;
    margin-top: 25px;
    margin-bottom: 30px;
    line-height: 28px;
}

a.pro-link {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    border: 2px solid #fff;
    padding: 9px 45px;
    margin-left: 414px;
}

a.pro-link2 {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border: 2px solid #fff;
    padding: 10px 30px;
}

a.pro-link2 i{
    font-size: 14px;
    margin-left: 10px;
}

.project .container-fluid .pro-owl i.fa-solid.fa-arrow-left-long {
    /* background-image: linear-gradient(to right top, #0d75bb, #008ec5, #00a2b0, #00b181, #54ba44); */
    color: #d50032;
    padding: 14px 16px;
    position: absolute;
    top: 117px;
    left: 0;
    /* background-image: linear-gradient(to right top, #d50032, #9f0b31, #691329, #37111b, #000000); */
    background: #ffffff;
}

.project .container-fluid .pro-owl i.fa-solid.fa-arrow-right-long {
    background: #ffffff;
    color: #d50032;
    padding: 14px 16px;
    position: absolute;
    top: 117px;
    right: 0;
}

h5.in-head {
    
    margin-bottom: 0;
    background: #d50032;
    width: 93%;
    text-align: center;
    margin: -21px auto 0 auto;
    font-family: tt-medium;
    font-size: 19px;
    padding: 10px;
    position: relative;
    color: #fff;
    letter-spacing: 1px;
}

/*---------------- client ----------------------*/

.client {
    padding: 50px 0;
    /* border-top: 2px solid #07539d; */
    /* margin-top: 80px; */
}

/*---------------- footer ----------------------*/

.footer {
    /* background: url(../images/ftr-bg.png) no-repeat; */
    /* background-size: cover; */
    /* background-position: center; */
    min-height: auto;
    padding: 60px 0;
    position: relative;
    /* margin-top: 70px; */
    background: #191617;
}

/* .footer::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    
    background-color: rgba(48, 55, 63, 0.8);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
} */


footer#pt-footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.ftr-logo img {
    width: 150px;
}
.ftr-header {
    font-size: 15px;
    color: #fff;
    margin-bottom: 20px;
}

.ftr-list{
    margin: 0;
    padding: 0;
    list-style: none;

}

.ftr-list li a {
    display: inline-block;
    color: #dddcdc;
    font-size: 15px;
    line-height: 37px;
}

.ftr-list li a i {
    margin-right: 15px;
    font-size: 12px;
    color: #d50032;
}

.ftr-list2 {
    margin: 0px 0 0 -40px;
    padding: 0;
    list-style: none;
}

.ftr-list2 li a{
    display: inline-block;

}

.ftr-social a i{
    display: inline-block;

}

p.ftr-para {
    font-size: 14px;
    /* color: #fff; */
    color: #c9c9c9;
    line-height: 26px;
}

.footer .form-control {
    display: block;
    width: 95%;
    height: 48px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #cfcfcf;
    background-color: #302e2f;
    background-clip: padding-box;
    border: initial;
    border-radius: initial !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.footer .form-control::placeholder{
    font-size: 14px;
    padding-left: 10px;
    color: #c5c5c5;
}

a.frm-link i {
    /* background: #d50032; */
    color: #d50032;
    display: inline-block;
    padding: 10px 15px;
    font-size: 17px;
    /* border-radius: 5px; */
}

.frm-btn {
    position: absolute;
    top: 6px;
    right: 28px;
}

.ftr-icon i {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    color: #d50032;
    line-height: 45px;
    /* border-radius: 5px; */
    /* border: 1px dashed rgba(255, 255, 255, 0.3); */
}

.ftr-list2 li a {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    
}

.ftr-h2 {
    font-weight: 400 !important;
    color: #cbcbcb !important;
    line-height: 24px;
}

.mt-top {
    /* margin-top: 14px; */
    margin: 30px 0;
}

.ftr-social a i {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    color: #d50032;
    line-height: 40px;
    /* border-radius: 5px; */
    /* border: 1px dashed rgba(255, 255, 255, 0.3); */
}

.ftr-2 {
    margin-left: 65px;
}

.ftr-3 {
    /* margin-right: 71px; */
    /* display: inline-block; */
    margin-left: -80px;
}

.footer2 {
    background-color: #191617;
    padding: 18px 0;
    border-top: 1px solid #505050;
}

.ftr-cap {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.ftr-container{
    width: 80%;
    margin: 0 auto;
}

.ftr-logo a img {
    width: 170px;
}