@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap');
/*font-family: 'Oswald', sans-serif;*/
/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px 'Oswald', sans-serif;
  color: #393939;
  overflow-x: hidden;
  font-family: 'Oswald', sans-serif;
}
html{
    overflow-x:hidden;
}
a {
  text-decoration: none;
  color: #000;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

p {
  font-weight: 400;
  font-size: 14px;
  margin: 0;
}


/***** Font Files *****/

@font-face {
  font-family: 'Fonts Awesome';
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal
}


/***** Custom Classes *****/



::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}


/* BEGIN: HEADER SEC CSS */

/* sidenav-css start */
.sidenav {
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: -500px;
  background: #d3181f;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  width: 250px;
}
/* The navigation menu links */


div.AuthorizeNetSeal{
    /* width:200px !important; */
    /* height:160px !important; */
}
div.AuthorizeNetSeal a img {
    border: 0px;
    margin: 0px;
    text-decoration: none;
    /* width: 100% !important; */
    /* height: 100% !important; */
}
a#bbblink.ruvtbam, a#bbblink.ruvtbum {
    /* width: 85px !important; */
    /* height: 180px !important; */
}
a#bbblink img {
    /* height: 180px !important; */
    /* width: 170px !important; */
}
a#bbblink.sevtbam:hover img, a#bbblink.rbvtbam:hover img, a#bbblink.ruvtbam:hover img, a#bbblink.sevtbum:hover img, a#bbblink.rbvtbum:hover img, a#bbblink.ruvtbum:hover img {
    margin-left: -60px !important;
}




.select_op {
    text-align: center;
    margin-bottom:50px;
}
.select_op select {
    width:40%;
    padding-left:15px;
    height:50px;
    appearance:auto;
}






/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .sidenav a:focus {
  color: #000;
  text-decoration: none;
  padding-left: 40px;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 12px;
  color: #fff;
  display: block;
  transition: 0.3s;
  text-transform: uppercase;
}
.mobilecontainer span {
  color: #e47225;
  margin-right: 10px;
  margin: 0px 9px;
  padding: 10px 0;
  position: relative;
  z-index: 1;
}
.mobilecontainer img {
  width: 63px;
  margin: -19px 0;
  position: relative;
  z-index: 1;
}
.mobilecontainer {
  background-color: #fff;
  padding-left: 20px;
  width: 70px;
}
/* sidenav-css end */


/* START HEADER SEC CSS*/
/*top row*/
.top-row {
    background: #004177;
    color: #fff;
    padding: 10px 0;
}
.top-social ul {
    display: flex;
    margin: 0;
    padding: 0;
    float: right;
}
.top-social ul li:last-child a.login-btn{
    margin-left:20px;
}

.top-social ul li a span {
    color: #fff;
    font-size: 16px;
    margin-left: 10px;
    border: 1px solid #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-social ul li a i{
    margin-right:10px;
}
/*top row*/
/*middle row*/
.middle-row {
    background: #f1f1f1;
    padding: 20px 0;
}
.logo a {
    font-size: 34.75px;
    color: #004177;
    font-weight: 500;
    text-transform: uppercase;
}
.logo a span {
    color: #d3181f;
}
.bottom-details {
    margin-top: 20px;
}
.bottom-details ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    float: right;
}
.bottom-details ul li {
    display: flex;
    align-items: center;
    margin-left: 30px;
}
.bottom-details ul li i {
    background: #fff;
    color: #004177;
    width: 60px;
    height: 60px;
    font-size: 29px;
    border-radius: 100%;
    border: 1px solid #004177;
    display: flex;
    align-items: center;
    padding: 0px 16px;
}
.bottom-details ul li a {
    font-size: 15px;
    color: #4c575d;
    margin-left: 15px;
}
.bottom-details ul li a span {
    font-size: 15px;
    color: #004177;
    font-weight: 600;
    text-decoration: underline;
}
/*middle row*/
/*navigation*/
.main-navigate {
    position: relative;
    padding: 20px 0;
}
.main-navigate:before {
    position: absolute;
    content: '';
    width: 70%;
    height: 100%;
    background: #d3181f;
    left: 0;
    top: 0;
}
.main-navigate:after {
    position: absolute;
    content: '';
    width: 30%;
    height: 100%;
    background: #004177;
    right: 0;
    top: 0;
    border-left: 1px solid #fff; 
}
.navigation {
    position: relative;
}
ul.navbar-set {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}
ul.navbar-set li a {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
}
ul.navbar-set li span {
    color: #fff;
    font-weight: 600;
    margin: 0 35px;
}
ul.navbar-set li span.fa.fa-search {
    font-size: 20px;
}
.gt-touuch {
    position: relative;
    text-align: right;
}
.gt-touuch a {
    color: #fff;
    position: relative;
    /*z-index: 999;*/
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
ul.navbar-set li form button {
    border: none;
    padding: 0;
    width: 0;
    background: unset;
}
.search-box {
    background: #E8E8E4;
    position: absolute;
    top: 44px;
    right: 14.7%;
    width: auto;
    height: 50px;
    line-height: 0px;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    border-top: 4px solid #004177;
    display: none;
    z-index: 999;
}

.search-box:before {
    content: "";
    position: absolute;
    top: -32px;
    right: 13px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid transparent;
    border-bottom: 14px solid #004177;
}

.search-box input[type="text"] {
    width: 200px;
    /* padding: 5px 10px; */
    margin-left: 13px;
    border: 1px solid #004177;
    outline: none;
    height: 35px;
    margin-right:20px;
}

.search-box input[type="button"] {
    width: 80px;
    padding: 0px 0;
    background: #004177;
    color: #fff;
    margin-left: -6px;
    border: 1px solid #004177;
    outline: none;
    cursor: pointer;
    height: 47px;
}
a.login-btn {
    margin-left: 35px;
    color: #fff;
    font-size: 20px;
}
/*navigation*/
/* END: HEADER SEC CSS */






/*banner css start */



.carousel-inner .carousel-item .slider-banner{
  width: 100%;
}
.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  width: 100%;
}
.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
}
.banner_text h1 {
    font-size: 69.43px;
    text-transform: uppercase;
}
.btn {
    font-size: 16px;
    background: #004177;
    color: #fff;
    padding: 10px 30px;
    margin-top: 20px;
    text-transform: uppercase;
    border-radius: unset;
}
.btn:hover {
    font-size: 16px;
    background: #d3181f;
    color: #fff;
    padding: 10px 30px;
    margin-top: 20px;
    text-transform: uppercase;
    border-radius: unset;
}
/*banner css end*/

/*banner bottom css*/
section.banner-bottom {
    padding: 80px 0;
}
.bnbtm-bx:hover h4 {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: #ffffff87;
    padding: 10px 0;
    transition: 0.8s ease-in-out;
}

.bnbtm-bx:hover img {
    transform: scale(1.5);
    transition: all 0.8s;
}
.bnbtm-bx {
    position: relative;
    text-align: center;
    transition: 0.8s ease-in-out;
    overflow: hidden;
}
.bnbtm-bx.btbx1:before {
    position: absolute;
    content: '01';
    right: 25px;
    font-size: 110px;
    top: 50px;
    color: #fff;
    opacity: 35%;
}
.bnbtm-bx.btbx2:before {
    position: absolute;
    content: '02';
    right: 25px;
    font-size: 110px;
    top: 50px;
    color: #fff;
    opacity: 35%;
}
.bnbtm-bx.btbx3:before {
    position: absolute;
    content: '03';
    right: 25px;
    font-size: 110px;
    top: 50px;
    color: #fff;
    opacity: 35%;
}
.bnbtm-bx img {
    margin-bottom: 20px;
    width: 100%;
    transition: 0.8s ease-in-out;
}
.bnbtm-bx h4 {
    margin: 0;
    font-size: 28px;
    line-height:54px;
    color: #004177;
    font-weight: 500;
    text-transform: uppercase;
    position:relative;
    bottom:10px;
    transition:0.4s ease-in-out;
    
}
span.service_btn {
    padding: 2px 14px;
    border: 1px solid;
    color: #004177;
}
.bnbtm-bx h4 .arrooww {
    margin-left: 20px;
    border: 2px solid #004177;
    width: 30px;
    height: 30px;
    border-radius: 100%;
}
.bnbtm-bx h4 .arrooww.fa-long-arrow-alt-right:before {
    content: "\f30b";
     margin-left: 17px; 
}
/*banner bottom css*/

/*about us css*/
section.about-us {
    background: url(../images/about-bg.png);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 0 60px 0;
}
.about-txt h6 {
    font-size: 44.91px;
    color: #d3181f;
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
}
.about-txt h4 {
    font-size: 68px;
    color: #004177;
    text-transform: uppercase;
    font-weight: 500;
}
.about-txt a {
    padding: 10px 40px;
}
.about-images img {
    width: 100%;
    -webkit-animation: rotation 30s infinite linear;
}
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}
/*about us css*/

/*product css*/
section.our-products {
    background: url(../images/product-bg.webp);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0 100px 0;
}
.products-top {
    text-align: center;
    margin-bottom: 35px;
    color: #fff;
}
.products-top h4 {
    font-size: 65.01px;
    font-weight: 500;
    text-transform: uppercase;
}
.products-top p {
    font-size: 14px;
    width: 50%;
    margin: 0 auto;
}

.product-item.slick-active {
    opacity: 1;
}
.product-txt {
    background: #fff;
    padding: 15px 25px 15px 25px;
}
.product-txt h4 {
    font-size: 24.27px;
    color: #000000;
    height:40px;
}
.product-txt p span {
    color: #ffa200;
    margin-bottom: 9px;
    font-size: 20px;
}
.product-box h6 {
    font-size: 36.34px;
    color: #d3181f;
}
.product-txt h4{
    line-height:normal;
    margin-bottom:0;
}
.product-box h6 del {
    font-size: 24.23px;
    color: #403a33;
    margin-right: 10px;
}
.product-box{
    margin-bottom:20px;
}
.product-box img{
    width:100%;
}
.product-slider ul.slick-dots {
    bottom: -65px !important;
}
.product-slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: 'Ã¢â‚¬Â¢';
    text-align: center;
    opacity: 1 !important;
    color: #858b9a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.product-slider .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #fff !important;
    /* border: 1px solid #000; */
    border-radius: 100%;
    outline: 4px solid #d3181f;
    outline-offset: -3px;
    background: #fff;
}
.product-slider .slick-dots li.slick-active {
    opacity: 1;
}
/*product css*/

/*work process*/
section.work-process-sec {
    background: url(../images/wk-bg.jpg);
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    padding: 80px 0;
}
.wk-process-top {
    text-align: center;
    margin-bottom: 50px !important;
    width: 75%;
    margin: 0 auto;
}
.wk-process-top h4 {
    font-size: 77px;
    color: #004177;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.wk-process-top p {
    font-size: 14px;
    color: #4c575d;
    width: 59%;
    margin: 0 auto;
}
.wk-bdr {
    position: relative;
}
.wk-bdr:before {
    position: absolute;
    border-bottom: 2px solid #c6c6c8;
    width: 67%;
    bottom: 0;
    left: 0;
    content: '';
}
.wkp-bx h6 {
    font-size: 30px;
    color: #403a33;
}
.wkp-bx h5 {
    font-size: 20px;
    color: #004177;
    text-decoration: underline;
}
.wkp-bx p {
    color: #4c575d;
}
.wkp-bx1 h6 {
    font-size: 30px;
    color: #403a33;
}
.wkp-bx1 h5 {
    font-size: 20px;
    color: #004177;
    text-decoration: underline;
}
.wkp-bx1 p {
    color: #4c575d;
}
.pdlft-0 {
    padding-left: 0;
}
.wkp-bx {
    position: relative;
    padding: 15px 0px 20px 35px;
}
.wkp-bx:before {
    position: absolute;
    content: '';
    border-left: 1px solid #c6c6c8;
    height: 100%;
    left: 0;
    border-top: 1px solid #c6c6c8;
    width: 7%;
    top: 0;
}
.wkp-bx:after {
    position: absolute;
    left: -11px;
    bottom: -9px;
    content: '';
    background: #fff;
    padding: 10px 10px;
    border-radius: 100%;
    border: 2px solid #004177;
}
.wkp-bx1 {
    position: relative;
    padding: 15px 0px 20px 35px;
}
.wkp-bx1:before {
    position: absolute;
    content: '';
    border-left: 1px solid #c6c6c8;
    height: 100%;
    left: 0;
    border-bottom: 1px solid #c6c6c8;
    width: 7%;
    top: 0;
}
.wkp-bx1:after {
    position: absolute;
    left: -11px;
    top: -15px;
    content: '';
    background: #fff;
    padding: 10px 10px;
    border-radius: 100%;
    border: 2px solid #004177;
}
/*work process*/

/*video sectiom*/
section.our-video {
    background: url(../images/video-bg.jpg);
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    padding: 70px 0;
}
.video-main {
    text-align: center;
    color: #fff;
}
.video-main h2 {
    font-size: 65.01px;
    text-transform: uppercase;
    font-weight: 500;
}
.video-main p {
    width: 47%;
    margin: 0 auto;
    margin-bottom: 30px !important;
}
.video-main a span {
    border: 2px solid #fff;
    font-size: 18px;
    color: #fff;
    /* width: 40px; */
    /* height: 40px; */
    text-align: center;
    padding: 25px 26px;
    border-radius: 100%;
}
/*video sectiom*/


/*skills sectiom*/
section.skills-sec {
    position: relative;
    background: url(../images/skills-bg.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0 40px 0;
}

.skills-txt h4 {
    font-size: 74px;
    color: #004177;
    text-transform: uppercase;
    font-weight: 500;
}
.skills-txt p {
    color: #4c575d;
    margin-bottom: 35px;
}
.range-slider h5 {
    font-size: 20px;
    color: #004177;
    margin-bottom: 0;
}
.range-slider input {
    width: 85%;
    margin-bottom: 50px;
    position: relative;
}
.skills-img {
    position: absolute;
    right: 0;
    top: 60px;
}
/*skills sectiom*/

/*projects*/
.projects-slider .slick-slide.slick-active {
    margin: 0;
    /*width: 25% !important;*/
    opacity: 1 !important;
}
section.latest-projects {
    position: relative;
}
.project-circle h5 {
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    background: #d3181f;
    border-radius: 100%;
    width: 150px;
    height: 150px;
    text-align: center;
    padding-top: 40px;
    border: dotted;
    outline: 7px solid #d3181f;
}
.project-circle {
    /* border: 2px solid #000; */
    position: absolute;
    top: 38%;
    left: 46%;
    border-radius: 100%;
    outline: 5px solid #fff;
    outline-offset: 7px;
    height: 150px;
}
/*projects*/

 /*supervise project*/
 section.supervise-project {
    background: url(../images/supervise-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 80px 0 90px 0;
}
.supervise-txt h4 {
    font-size: 67px;
    color: #004177;
    text-transform: uppercase;
}
.supervise-txt p {
    line-height: 38px;
    color: #4c575d;
}
 /*supervise project*/


 /*footer css*/
.tags_Section{
    padding:50px;
}
.trademark1 #bbblink{
    margin: 0 0 0 auto !important;
}
.trademark1 {
    padding: 0 40px;
}
.trademark2 {
    padding: 0 40px;
}
 footer {
    background: #121212;
    color: #fff;
    padding: 70px 0;
}
.footer-main h4 {
    font-size: 30px;
    font-weight: 500;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.footer-main h4:before {
    position: absolute;
    content: '';
    left: 0;
    border-bottom: 2px solid #fff;
    bottom: 0;
    width: 7%;
}
.footer-main ul{
    padding: 0;
    margin: 0;
}
.footer-main ul li a {
    color: #ffffff;
    font-size: 14px;
    line-height: 40px;
    font-weight: 300;
}
.footer-main form input {
    width: 100%;
    background: transparent;
    border: 2px solid #fff;
    border-bottom: none;
    padding: 5px 25px;
    margin-bottom: 20px;
    outline: none;
    margin-top: 15px;
    color: #fff;
}
.footer-main form button {
    background: #004177;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border: 2px solid #fff;
    border-bottom: none;
    width: 50%;
    padding: 8px;
    margin-bottom: 15px;
}
}
ul.footer-social li span {
    font-size: 15px;
    color: #fbfbfb;
}
ul.footer-social {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
}
ul.footer-social li {
    margin-right: 11px;
}
.copy-right {
    background: #171717;
    text-align: center;
    padding: 10px 0;
}
.copy-right p {
    font-size: 13px;
    color: #ffffff;
    margin: 0;
}
/*footer css*/


/*inner banner*/
section.inner-banner {
    position: relative;
}
section.inner-banner img {
    width: 100%;
}
.inner-caption {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
}
.inner-caption h4 {
    font-size: 71.43px;
    width:60%;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}
/*inner banner*/

/*about us page*/
section.about-us.about-main {
    background: unset;
    padding: 80px 0px;
}
/*about us page*/

/* Add to cart Section Begin */

.add-to-cart thead {
    background: #d3181f;
    color: #fff;
}
.add-to-cart .table>thead>tr>th {
    border-bottom: 0;
    padding-left: 30px;
    padding-bottom: 25px;
    padding-top: 25px;
}

.add-to-cart thead tr th{
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    }

.table-space h3 {
    font-size: 17.9px;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
} 
.table-space p {
    font-size: 15px;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}

.table-space span{
    font-size: 17.9px;
    color: #333333;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    }

.table-space {
    margin-top: 18px;
    margin-bottom: 10px;
    display: inline-block;
}

tr.space {
    border-bottom: 1px solid #ccc;
}
section.add-to-cart {
    padding: 5% 0;
}  
.add-to-cart input{    
    width: 100%;
    text-align: center;
    height: 49px;
    border-radius: 6px;
    border: 1px solid #ebebeb;
    font-size: 23px;
    color: #333333;
    font-weight: 500;
    margin-top: 24px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
        background: #f7f7f7;
  }

.add-to-cart a {
    font-size: 15px;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}

.add-to-cart h4 {
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.add-to-cart .table>tbody>tr>td, 
.add-to-cart .table>tbody>tr>th, 
.add-to-cart .table>tfoot>tr>td, 
.add-to-cart .table>tfoot>tr>th, 
.add-to-cart .table>thead>tr>td, 
.add-to-cart .table>thead>tr>th{vertical-align: middle;}



a.remove {
    /* background-image: linear-gradient(to bottom, #8b5610, #9f6415, #b37319, #c8821e, #dd9123, #dd9123, #dd9123, #dd9123, #c8821e, #b37319, #9f6415, #8b5610); */
    color: #fff;
    font-size: 29px;
    padding: 0px 15px;
    border: 1px solid #e6e5e5;
    background: #26375b;
} 


.total-section{
    border: 1px solid #e5e5e5;
    padding: 35px 45px;
    border-radius: 10px;
    background: #f9f9f9;
    }

.total-section ul{padding: 0;}

.total-section li {
    font-size: 18px;
    padding-bottom: 22px;
    color: #333333;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

li.color-change {
    color: #ff0000;
    text-transform: uppercase;
    font-size: 20px;
    /* font-family: 'Rajdhani'; */
    font-weight: 500;
} 

.total-section li.color-change span{    
    font-weight: 500;
    font-size: 27px;
}

.total-section li span{
    float: right;}
.ship-estimate {
    background-color: #f9f9f9;
    padding: 10px 20px;
    margin-top: 74px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}
.ship-estimate li {
    font-size: 18px;
    color: #213c7c;
    margin-bottom: 10px;
    /* font-family: 'Rajdhani'; */
    font-weight: 500;
}
.ship-estimate ul {
    margin-top: 20px;
    margin-bottom: 50px;
}
.ship-estimate .grey-style {
    color: #333333;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}


.proceed a {
    color: #ff0000;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.proceed .checkout-btn {
    padding: 18px 60px;
    width: 100%;
    font-size: 18px;
    margin-top: 4px;
    border-radius: 0;
    text-align: center;
    color: #fff;
    background: #d3181f;
    text-transform: uppercase;
    border-radius: 5px;
} 
.or-amazon {
    margin-top: 50px;
    position: relative;
    border: 1px solid #000;
    /* top: 25px; */
    padding: 30px 50px;
    border-radius: 5px;
    width: 60%;
    float: right;
    background: #f9f9f9;
}
.or-amazon p {
    font-size: 17px;
    position: absolute;
    background: #fff;
    top: -14px;
    left: 80px;
    padding: 0px 20px;
    color: #333333;
    display: block;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    border: 1px solid #000;
    /* float: right; */
} 
.or-amazon a {
    text-decoration: none;
    text-align: center;
}

.product-img {
    border: none;
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
}



.product-img img {
    width: 100%;
}
.add-to-cart thead tr th {
    font-weight: 500;
    font-size: 18px;
}
.number-item {
    text-align: center;
}
.text-right {
    text-align: right;
}
.mg-tp {
    margin-top: 30px;
}
/* Add to cart Section End */

/*checkout css*/
section.checkout-sec {
    padding: 50px 0 100px;
}
.checkout-box {
    padding: 50px;
    padding-bottom: 20px;
    border: 1px solid #cdcdcd;
}
.bx-title {
    font-size: 22px;
    margin: 0px 0 20px;
    font-weight: 500;
    color: #010101;
}

.checkout-box input:not(input[type=check]) {
    height: 35px;
    padding: 0 15px;
    width: 100%;
    border: 1px solid #b9b9b9;
    border-radius: 0;
    outline: none;
    color: #7c7c7c;
    font-size: 12.73px;
    margin-bottom: 18px;
}


.checkout-box input:not(input[type=check])::placeholder {
    color: #000;
}
.order-headins {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
}

.order-det-box hr {
    opacity: 0.5;
    width: 110%;
    position: relative;
    left: -5%;
}

.order-det-box {
    padding: 50px;
    border: 1px solid #cdcdcd;
    padding-bottom: 20px;
    /* margin: 50px 50px 0 20px; */
}

.under-product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
}

.order-headins2 {
    font-size: 12.73px;
    color: #7c7c7c;
    font-weight: 500;
}
.under-product.sub-total > div {
    font-weight: bold;
}
.checkbxx {
    display: flex;
    align-items: center;
    margin: 10px 0;
    font-size: 18px;
}

.checkbxx input {
    margin-right: 20px;
    height: 15px;
    width: 20px;
}
.under-product.bdr-po {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 10px 25px;
    margin: 40px 0;
    width: 110%;
    position: relative;
    left: -5%;
}
.radiobtn {
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
    justify-content: flex-start;
}

.bank-det {
    font-size: 13px;
}

.radiobtn input {
    height: 20px;
    position: relative;
    top: 2px;
    margin-right: 10px;
    outline: none;
}

.radiobtn input:before {
    position: absolute;
    background: #dbdbdb;
    content: '';
    border-radius: 50%;
    top: 2px;
    left: -1px;
    border: 4px solid #00000003;
    height: 15px;
    width: 15px;
}

.radiobtn input:checked::before {
    background: #004177;
    border-color: #dddddd;
}
button.btn-black {
    width: 110%;
    height: 50px;
    font-size: 18.55px;
    background: #004177;
    color: #fff;
    position: relative;
    left: -5%;
    border: none;
    outline: none;
    /* font-family: 'Roboto'; */
    border-radius: unset;
}
.shop-heading {
    padding: 35px 0px;
    border-bottom: 2px solid #000;
}
.filter-title {
    font-size: 46px;
    color: #000;
    margin-bottom: 15px;
}
.cs-heading {
    font-size: 24px;
    color: #000;
}
.size-flex > div {
    height: 50px;
    width: 50px;
    background: #ebebeb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #c8c8c8;
    font-weight: 100;
    margin-right: 15px;
    border-radius: 3px;
}

.size-flex {
    display: flex;
    align-items: center;
}
.color-flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: wrap;
    width: 90%;
}

.color-flex > div {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin: 5px;
}
.color-flex .active,.color-flex > div:hover {
    border: 5px solid #fff;
}
span.listh {
    display: block;
    line-height: 1;
    color: #3b3b3b;
    margin: 20px 0;
}
.checkout-box label {
    font-size: 12.73px;
    color: #7c7c7c;
    font-weight: 500;
    margin-bottom: 10px;
}
/*checkout css*/

/*contact us*/
section.contact-sec {
    padding: 90px 0;
}
.get-in-touch-sec {
    background: #c20000;
    padding: 50px 50px 40px 50px;
    border-radius: unset;
}
.get-in-touch-sec h4 {
    font-size: 44.38px;
    color: #ffffff;
    /* font-family: 'Cinzel-Regular'; */
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 20px;
}
.get-in-touch-sec p {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 35px;
}
.get-in-touch-sec ul {
    display: flex;
}
.get-in-touch-sec ul li span {
    color: #c20000;
    background: #ffffff;
    padding: 20px 20px;
    border-radius: 100%;
    font-size: 30px;
    margin-right: 30px;
}
.get-in-touch-sec ul li span.fa-map-marker-alt {
    padding: 20px 23px;
}
.get-in-touch-sec ul li h6 {
    font-size: 24.17px;
    color: #ffffff;
    /* font-family: 'Cinzel-Regular'; */
    font-weight: 400;
}
.get-in-touch-sec ul li a {
    font-size: 18.8px;
    color: #ffffff;
}
.req-qoute-sec h4 {
    font-size: 47.71px;
    color: #c20000;
    margin-bottom: 20px;
    /* font-family: 'Cinzel-Regular'; */
    position: relative;
    text-transform: uppercase;
    font-weight: 400;
}
.contact-inpt input {
    width: 95%;
    border: 1px solid #bdbdbd;
    margin-bottom: 20px;
    padding: 20px 20px;
    border-radius: unset;
    font-size: 14px;
    color: #000000;
}
.contact-inpt textarea {
    width: 95%;
    border: 1px solid #747373;
    margin-bottom: 10px;
    padding: 12px 20px;
    border-radius: 10px;
    resize: none;
}
.contact-inpt input::placeholder{
  font-size: 14px;
  font-family: 'Avenir';
}
.contact-inpt textarea::placeholder{
  font-size: 14px;
  font-family: 'Avenir';
}
.contact-inpt a {
    background: #c20000;
    color: #fff;
    /* font-family: 'Avenir'; */
    padding: 15px 55px;
    border-radius: unset;
    font-size: 14px;
}
.contact-inpt a:hover {
    color: #fff;
}
.req-qoute-sec {
    box-shadow: 0 0 10px 0 #c9c9c9;
    padding: 40px 25px 90px 40px;
    border-radius: unset;
    position: relative;
}
.req-qoute-sec h4:before {
    border-left: 8px solid #c20000;
    content: '';
    position: absolute;
    left: -40px;
    top: 0px;
    height: 100%;
}
/*contact us*/


/*geta a qoute*/
section.req-qoute {
    padding: 90px 0;
}
.req-main {
    padding: 70px 40px;
    box-shadow: 0 0 10px 0 #c7c7c7;
}
.req-main h4 {
    font-size: 47.71px;
    color: #111111;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.req-main h4 span{
    color: #d3181f;
}
.req-input input {
    width: 100%;
    font-size: 16px;
    color: #000;
    border: 1px solid #a5a2a2;
    font-weight: 400;
    padding: 15px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    outline: none;
}
.req-input select {
    width: 100%;
    font-size: 16px;
    color: #000;
    border: 1px solid #a5a2a2;
    font-weight: 400;
    padding: 15px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    outline: none;
}
.req-input textarea {
    width: 100%;
    font-size: 16px;
    color: #000;
    border: 1px solid #a5a2a2;
    font-weight: 400;
    padding: 15px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    outline: none;
    resize: none;
}
.req-input button {
    font-size: 19px;
    color: #fff;
    background: #c20000;
    width: 100%;
    border: unset;
    border-radius: 5px;
    padding: 18px;
    outline: none;
}
/*geta a qoute*/

/*product page*/
section.our-products.product-page {
    background: unset;
}
section.our-products.product-page .products-top {
    color: #000;
}
section.our-products.product-page .product-box {
    margin-bottom: 10px;
}
.product-box.plist-bx a img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.product-box.plist-bx .product-txt {
    text-align: center;
    box-shadow: 0 0 10px 0 #a5a5a5;
    padding: 15px 25px 50px 25px;
    height:270px;
}
.product-box.plist-bx {
    margin-bottom: 35px !important;
}
.product-box.plist-bx .product-txt a {
    padding: 10px 50px;
}
/*product page*/


/*product and product detail css*/
section.productdetailsecs {
    padding: 100px 0 0;
}

.productdetailsecs .images-produc > img {
    width: 100%;
    height: 520px;
    object-fit: contain;
}

.productdetailsecs .slderig > img {
    height: 100px;
    width: 100px;
    object-fit: contain;
    margin: 0 10px;
    box-shadow: 0 0 10px 1px #8080804f;
    cursor: pointer;
    background: #f3f3f3;
}

.productdetailsecs .slderig {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -50px;
    overflow-x: scroll;
}
.productdetailsecs .slderig::-webkit-scrollbar-track
{
    border-radius: 10px;
    background-color: #F5F5F5;
}

.productdetailsecs .slderig::-webkit-scrollbar
{
    width: 8px;
    height:10px;
    background-color: #F5F5F5;
}

.productdetailsecs .slderig::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background-color: #004177;
}
.productdetailsecs .prodct-det-cont h2 {
    margin-bottom:25px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    
}
.productdetailsecs .prodct-det-cont h2 p{
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 28px;
    width:80%;
    margin-right:5%;
}
.productdetailsecs .prodct-det-cont h2 span {
    font-size: 28px;
    float: right;
    color: #d3181f;
    font-weight: 500;
    width:15%;
}
.productdetailsecs .star5 i {
    font-size: 18px;
    margin-top: 20px;
    color: #cbcbcb;
}
.productdetailsecs .star5 .rated {
    color: #ffba00;
}
.productdetailsecs .star5 {
    margin-bottom: 10px;
}
.productdetailsecs input::-webkit-outer-spin-button,
.productdetailsecs input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.productdetailsecs .quantity {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.productdetailsecs .quantity > span {
    font-size: 18px;
    margin-right: 30px;
    font-weight: 500;
}
.prodct-det-cont h3{
    font-size:22px;
    color:#000;
}
.prodct-det-cont ul{
    padding-left:15px;
    margin-top:15px;
}
.prodct-det-cont ul li{
    list-style:disc;
}
.productdetailsecs .prodct-det-cont .input-nmbr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 120px;
    margin: 0;
    padding: 0;
}

.productdetailsecs .input-nmbr input {
    width: 60px;
    height: 40px;
    outline: none;
    color: #000000;
    text-align: center;
    border: 1px solid gray;
    margin: 0 20px;
    font-weight: 700;
}

.productdetailsecs .input-nmbr > div {
    height: 22px;
    width: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #00000000;
    color: black;
    font-size: 18px;
    user-select: none;
    cursor: pointer;
    transition: 0.5s all;
    padding: 9px 10px 6px;
    border: 1px solid #bfbebe;
}


.productdetailsecs .input-nmbr > div:hover {
    background: #de5941;
    color: #fff;
}
.productdetailsecs span.tghf {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 40%;
    margin: 10px 0;
    font-size: 14px;
    font-weight: 500;
    color: #636363;
}

.productdetailsecs span.tghf i {
    font-size: 20px;
}
.productdetailsecs .prodct-det-cont > p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    padding-right: 60px;
    color: #636363;
}
.productdetailsecs .input-nmbr > .minus {
    font-size: 22px;
    padding-top: 5px;
}
.btn-1 {
    height: 50px;
    padding: 0 45px;
    background: #de5941;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-top: 20px;
    font-size: 18.39px;
    background: #004177;
    text-transform: uppercase;
}
.color-selector > span {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin-right: 15px;
}

.color-selector > button {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    padding: 0;
    background: #de5941;
    margin: 0 3px;
    border: none;
}

.color-selector {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 10px;
}

.color-selector > button:focus {
    border: 2px solid black;
}

.nav-link.active {
    background: #004177 !important;
    color: #fff !important;
    border-radius: 0 !important;
}

.nav-link:hover {
    color: inherit !important;
}
.tab-pane {
    padding: 30px 0;
}

.nav-link {
    background: #f1f1f1 !important;
    padding: 14px 40px;
    margin: 0 10px 0 0;
    border-radius: 0px !important;
    border: none !important;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    /* font-family: 'Poppins'; */
    font-size: 19.95px;
}
div#home > p {
    line-height: 2;
    font-size: 16px;
    color: #636363;
    font-weight: 400;
    line-height: 40px;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 40px;
}
.header-in-sec-left > div {
    color: #de5941;
    font-size: 18px;
    font-weight: 600;
}

.header-in-sec-left {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-in-sec-left > span {
    font-size: 14px;
    font-weight: 600;
}

section.prdouct-pg-sec {
    padding: 50px 0;
}
.flter-title {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 30px;
    padding-left: 20px;
}
ul.size-selectr {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
}

ul.size-selectr > li {
    width: 50%;
    padding: 10px 10px;
    border: 1px solid #c9c9c9;
    margin: 2px 0px;
    font-weight: 600;
    height: 46px;
}

ul.size-selectr > li input {
    margin-right: 5px;
}

ul.size-selectr > li:nth-child(1) {
    border-right: 0;
}

ul.size-selectr > li:nth-child(2) {
    border-left: 0;
}
ul.size-selectr > li:nth-child(3) {
    border-right: 0;
}

ul.size-selectr > li:nth-child(4) {
    border-left: 0;
}
ul.size-selectr > li:nth-child(5) {
    border-right: 0;
}

ul.size-selectr > li:nth-child(6) {
    border-left: 0;
}
.price-bx {
    font-size: 14px;
    color: gray;
    padding: 10px;
    margin: 4px 0;
    border: 1px solid #c9c9c9;
    font-weight: 600;
    text-transform: uppercase;
}
.header-in-sec-left > span > span {
    margin-left: 30px;
}
.products-mai.nn-new {
    margin-top: 30px;
}
/*product and product detail css*/

/*projects page*/
section.latest-projects.projects-page {
    padding: 80px 0;
}
.projects-top {
    text-align: center;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 40px;
}
.projects-top h4 {
    font-size: 71.43px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 500;
}
.projects-top p {
    font-size: 15px;
    color: #4c575d;
}
/*projects page*/

/*services*/
section.ser-sec {
    padding: 70px 0;
}
.ser-top {
    text-align: center;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.ser-top h4 {
    font-size: 64.98px;
    color: #000000;
    font-weight: 500;
    text-transform: uppercase;
}
.ser-top p {
    font-size: 13.99px;
    color: #000000;
    font-weight: 400;
}
.ser-bx {
    text-align: center;
    box-shadow: 0 0 2px 0 #efebeb;
    margin-bottom: 20px;
    padding-bottom: 30px;
}
.ser-bx img {
    width: 100%;
}
.ser-bx h4 {
    font-size: 32.35px;
    color: #000000;
    margin-top: 25px;
    text-transform: uppercase;
    font-weight: 500;
}
.ser-bx p {
    font-size: 13.99px;
    color: #000000;
    padding: 0 20px;
    margin-bottom: 10px;
}
.ser-bx a {
    font-size: 15.99px;
    color: #004177;
    text-transform: uppercase;
}
/*services*/

/*service detail*/
section.ser-detail {
    padding: 90px 0 60px 0;
}
.ser-detail-txt h4 {
    font-size: 48.02px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 15px;
}
.ser-detail-txt p {
    font-size: 13.99px;
    color: #000000;
    line-height: 31px;
    font-weight: 400;
}
section.ser-detail-btm {
    padding-bottom: 90px;
}
.dropbtn {
  font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    
    text-transform: uppercase;
        background: transparent;
    border: 0px;
}
.dropbtn1 {
  font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
        background: transparent;
    border: 0px;
    padding: 12px 16px !important;
}

.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown1 {
  position: relative;
  display: inline-block;
}


.dropdown-content {
  display: none;
  position: absolute;
  background-color: #004177;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content1 {
  display: none;
  position: absolute;
  background-color: #004177;
  min-width: 150px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  left: 115px;
top: 20px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.nopad{
    padding:0px !important;
}
.aroow-d i{
    color:#fff;
}

.dropdown-content a:hover {background-color: #d3181f;}
.dropdown-content1 a:hover {background-color: #d3181f;}

.aroow-d:hover .dropdown-content {display: block;}
.dropdown1:hover .dropdown-content1 {display: block;}

.dropdown:hover .dropbtn {    background-color: transparent;}
.dropdown1:hover .dropbtn1 {    background-color: transparent;}
/*service detail*/


.openBtn {
     background: transparent;
    border: none;
    padding: 10px 40px;
    font-size: 20px;
    color: #fff;
  cursor: pointer;
}

.openBtn:hover {
  /*background: #bbb;*/
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}

.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 90%;
  background: white;
      /*border: 2px solid red;*/
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.search-bar-btn i {
    background: #004177;
    height: 56px;
    top: 0px;
    position: absolute;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

.overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.overlay button:hover {
  /*background: #bbb;*/
}

.stsx1 .dropdown-content1 {
    min-width: 150px;
    left: 131px;
}
.dropdown1.stsx1 {
    display: block;
        transition: 0.5s;
}
.dropdown1.stsx1:hover {
    background: #d3181f;
}

.servicscmsc{
    min-width: 190px;
}

@media only screen and (min-width: 1366px) and (max-width: 1920px){
    ul.navbar-set li span {
    margin: 0 25px;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1365px){}

@media only screen and (min-width: 992px) and (max-width: 1199px){
     .ser-detail-txt h4 {
    font-size: 30px;
}

.ser-detail-txt p {
    line-height: 22px;
}
  .product-box.plist-bx .product-txt {
    height: auto;
    padding: 10px;
}

.product-box h6 {
    font-size: 26px;
}
    .product-box.plist-bx .product-txt a {
    padding: 0px;
}
    .projects-top {
    width: 100%;
}

.projects-top h4 {
    font-size: 50px;
}
    .get-in-touch-sec {
    padding: 20px 10px;
}

.get-in-touch-sec p {
    font-size: 14px;
    line-height: 20px;
}

.get-in-touch-sec ul li span {
    padding: 10px;
    font-size: 16px;
}

.get-in-touch-sec ul li span.fa-map-marker-alt {
    padding: 13px 15px;
}

.get-in-touch-sec ul li a {
    font-size: 13px;
}

.get-in-touch-sec ul li h6 {
    font-size: 20px;
}
    .about-txt h4 {
    font-size: 30px;
}
.ser-top {
    width: 100%;
}

.ser-top h4 {
    font-size: 50px;
}

.ser-bx h4 {
    font-size: 22px;
}

.ser-bx p {
    padding: 0;
}

.about-txt h6 {
    font-size: 35px;
}

.inner-caption h4 {
    font-size: 40px;
    width: 100%;
}
    .bottom-details ul li {
    display: block;
    text-align: center;
    margin: 0 17px;
}

.bottom-details ul li i {
    display: none;
}

a.login-btn {
    font-size: 17px;
}

ul.navbar-set li a {
    font-size: 13px;
}

ul.navbar-set li span {
    margin: 0 2px;
}

.banner_text h1 {
    font-size: 33px;
}

.dropbtn {
    font-size: 12px;
}

section.banner-bottom {
    padding: 40px 0px;
}

.wk-process-top {
    width: 100%;
}

.wk-process-top h4 {
    font-size: 50px;
}

.bnbtm-bx h4 {
    font-size: 14px;
}

.bnbtm-bx h4 .arrooww.fa-long-arrow-alt-right:before {
}

.product-txt h4 {
    font-size: 13px;
}

.products-top p {
    width: 100%;
}

.products-top h4 {
    font-size: 50px;
}

.supervise-txt h4 {
    font-size: 30px;
}

.supervise-txt p {
    line-height: 20px;
}

.footer-main h4 {
    font-size: 21px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .ser-detail-txt h4 {
    font-size: 30px;
}

.ser-detail-txt p {
    line-height: 22px;
}
  .product-box.plist-bx .product-txt {
    height: auto;
    padding: 10px;
}

.product-box h6 {
    font-size: 26px;
}
    .product-box.plist-bx .product-txt a {
    padding: 0px;
}
    .projects-top {
    width: 100%;
}

.projects-top h4 {
    font-size: 50px;
}
    .get-in-touch-sec {
    padding: 20px 10px;
}

.get-in-touch-sec p {
    font-size: 14px;
    line-height: 20px;
}

.get-in-touch-sec ul li span {
    padding: 10px;
    font-size: 16px;
}

.get-in-touch-sec ul li span.fa-map-marker-alt {
    padding: 13px 15px;
}

.get-in-touch-sec ul li a {
    font-size: 13px;
}

.get-in-touch-sec ul li h6 {
    font-size: 20px;
}
    .about-txt h4 {
    font-size: 30px;
}
.ser-top {
    width: 100%;
}

.ser-top h4 {
    font-size: 50px;
}

.ser-bx h4 {
    font-size: 22px;
}

.ser-bx p {
    padding: 0;
}

.about-txt h6 {
    font-size: 35px;
}

.inner-caption h4 {
    font-size: 40px;
    width: 100%;
}
    .bottom-details ul li {
    display: block;
    text-align: center;
    margin: 0 17px;
}

.bottom-details ul li i {
    display: none;
}

a.login-btn {
    font-size: 17px;
}

ul.navbar-set li a {
    font-size: 13px;
}

ul.navbar-set li span {
    margin: 0 2px;
}

.banner_text h1 {
    font-size: 33px;
}

.dropbtn {
    font-size: 12px;
}

section.banner-bottom {
    padding: 40px 0px;
}

.wk-process-top {
    width: 100%;
}

.wk-process-top h4 {
    font-size: 50px;
}

.bnbtm-bx h4 {
    font-size: 14px;
}

.bnbtm-bx h4 .arrooww.fa-long-arrow-alt-right:before {
}

.product-txt h4 {
    font-size: 13px;
}

.products-top p {
    width: 100%;
}

.products-top h4 {
    font-size: 50px;
}

.supervise-txt h4 {
    font-size: 30px;
}

.supervise-txt p {
    line-height: 20px;
}

.footer-main h4 {
    font-size: 21px;
}
.projects-slider .slick-track {
    display: flex;
}
}

@media only screen and (min-width: 520px) and (max-width: 767px){
    .bnbtm-bx h4 .arrooww {
    margin-left: 6px;
    height: 20px;
    width: 20px;
}

.bnbtm-bx h4 .arrooww.fa-long-arrow-alt-right:before {
    margin-left: 5px;
    font-size: 17px;
}
     a.login-btn {
    margin-left: 6px;
    font-size: 12px;
}
.bottom-details ul {
    display: none;
}
.logo img {
    width: 250px;
}
.product-box.plist-bx .product-txt a {
    padding: 15px;
}
.ser-detail-txt h4 {
    font-size: 34px;
}

.btn {
    margin: 10px 0px;
}

.ser-detail-txt p {
    line-height: 23px;
}
.logo {
    text-align: center;
}

.middle-row {
    padding-bottom: 0;
}
.banner_text h1 {
    font-size: 30px;
}

.carousel-inner {
    height: 100vh;
}

.carousel-inner img {
    height: 100vh;
    object-fit: cover;
    object-position: center;
}

.carousel-caption {
}
.wk-process-top h4 {
    font-size: 38px;
}

section.banner-bottom {
    padding: 40px 0px;
}

.wk-process-top p {
    width: 100%;
}

.wk-process-top {
    margin-bottom: 0px;
}

span.service_btn {
    padding: 7px;
    font-size: 11px;
}

.bnbtm-bx h4 {
    font-size: 21px;
}

section.about-us {
    padding: 0px;
}

.products-top h4 {
    font-size: 40px;
}

.products-top p {
    width: 100%;
}

.product-txt h4 {
    font-size: 20px;
}

.wk-process-top {width: 100%;}

.video-main h2 {
    font-size: 38px;
}
.project-circle h5 {
    display: none;
}


.supervise-txt h4 {
    font-size: 27px;
    margin: 16px 0px;
}

.supervise-txt p {
    line-height: 1.6;
}

.tags_Section {
    padding: 0;
}

.footer-main ul li a {
    line-height: unset;
    margin-bottom: 6px;
    display: inline-block;
}
footer {
    padding: 40px 0px;
}
.mobilecontainer span {
    color: #fff;
}
section.inner-banner img {
    height: inherit;
    object-fit: cover;
}

.inner-caption h4 {
    width: 100%;
    font-size: 60px;
}

section.ser-sec {
    padding: 40px 0px;
}

.ser-top {
    width: 100%;
}

.ser-top h4 {
    font-size: 40px;
}

.ser-bx h4 {
    font-size: 26px;
}
section.inner-banner {
    height: calc(43vh - 25px);
}
 .projects-top {
    width: 100%;
}

.projects-top h4 {
    font-size: 40px;
}

section.latest-projects.projects-page {
    padding: 40px 0px;
}
.about-txt h4 {
    font-size: 35px;
}

.about-txt h6 {
    font-size: 35px;
}

section.about-us.about-main {
    padding: 40px 0px;
}
.get-in-touch-sec {
    padding: 10px;
}

.get-in-touch-sec p {
    font-size: 14px;
    line-height: 1.4;
}

.get-in-touch-sec ul li span {
    padding: 10px;
    font-size: 24px;
}

.get-in-touch-sec ul li span.fa-map-marker-alt {
    padding: 13px 16px;
}

.get-in-touch-sec ul li a {
    font-size: 14px;
}

.get-in-touch-sec ul {
    margin: 0;
}

.req-qoute-sec h4 {
    font-size: 33px;
}

.req-qoute-sec {
    padding: 15px;
}
section.supervise-project {
    padding: 40px 0px;
}
.tags_Section .col-12 {
    width: 50%;
}
.gt-touuch {
    display: none;
}
.main-navigate {
    padding: 7px 0px;
}
.theme47  .slick-slide {
    height: 0;
}

.theme47  .slick-current {
    height: auto;
}
.project-circle {
    display: none;
}
section.our-products {
    padding: 30px 0px;
}
.projects-slider .slick-track {
    display: flex;
}
}

@media only screen and (min-width: 300px) and (max-width: 519px){
    .themeStart47 .slick-slide{
    height: 0;
}

.themeStart47 .slick-current {
    height: auto;
}
section.our-products {
    padding: 30px 0px;
}
   a.login-btn {
    margin-left: 7px;
    font-size: 18px;
}
.bottom-details ul {
    display: none;
}
.project-circle {
    display: none;
}
.logo img {
    width: 167px;
}

.logo {
    text-align: center;
}

.middle-row {
    padding-bottom: 0;
}
.banner_text h1 {
    font-size: 30px;
}

.carousel-inner {
    height: calc(100vh - 251px );
}

.carousel-inner img {
    height: 100vh;
    object-fit: cover;
    object-position: center;
}

.carousel-caption {
    top: -115px;
}
.wk-process-top h4 {
    font-size: 38px;
}

section.banner-bottom {
    padding: 40px 0px;
}

.wk-process-top p {
    width: 100%;
}

.wk-process-top {
    margin-bottom: 0px;
}

span.service_btn {
    padding: 7px;
}

.bnbtm-bx h4 {
    font-size: 21px;
}

section.about-us {
    padding: 0px;
    background: none;
}

.products-top h4 {
    font-size: 40px;
}

.products-top p {
    width: 100%;
}

.product-txt h4 {
    font-size: 20px;
}

.wk-process-top {width: 100%;}

.video-main h2 {
    font-size: 38px;
}
.project-circle h5 {
    display: none;
}



.supervise-txt h4 {
    font-size: 27px;
    margin: 16px 0px;
}

.supervise-txt p {
    line-height: 1.6;
}

.tags_Section {
    padding: 0;
}

.footer-main ul li a {
    line-height: unset;
    margin-bottom: 6px;
    display: inline-block;
}
footer {
    padding: 40px 0px;
}
.mobilecontainer span {
    color: #fff;
}
section.inner-banner img {
    height: inherit;
    object-fit: cover;
}

.inner-caption h4 {
    width: 100%;
    font-size: 60px;
}

section.ser-sec {
    padding: 40px 0px;
}

.ser-top {
    width: 100%;
}

.ser-top h4 {
    font-size: 40px;
}

.ser-bx h4 {
    font-size: 26px;
}
section.inner-banner {
    height: calc(43vh - 25px);
}
 .projects-top {
    width: 100%;
}

.projects-top h4 {
    font-size: 40px;
}

section.latest-projects.projects-page {
    padding: 40px 0px;
}
.about-txt h4 {
    font-size: 35px;
}

.about-txt h6 {
    font-size: 35px;
}

section.about-us.about-main {
    padding: 40px 0px;
}
.get-in-touch-sec {
    padding: 10px;
}

.get-in-touch-sec p {
    font-size: 14px;
    line-height: 1.4;
}

.get-in-touch-sec ul li span {
    padding: 10px;
    font-size: 24px;
}

.get-in-touch-sec ul li span.fa-map-marker-alt {
    padding: 13px 16px;
}

.get-in-touch-sec ul li a {
    font-size: 14px;
}

.get-in-touch-sec ul {
    margin: 0;
}

.req-qoute-sec h4 {
    font-size: 33px;
}

.req-qoute-sec {
    padding: 15px;
}
section.supervise-project {
    padding: 40px 0px;
}
.tags_Section .col-12 {
    width: 50%;
}
.gt-touuch {
    display: none;
}
.main-navigate {
    padding: 7px 0px;
}
div#eThemePosts .slick-slide {
    height: 0;
}

div#eThemePosts .slick-current {
    height: auto;
}
.product-box.plist-bx .product-txt a {
    padding: 15px;
}
.ser-detail-txt h4 {
    font-size: 34px;
}

.btn {
    margin: 10px 0px;
}

.ser-detail-txt p {
    line-height: 23px;
}
.projects-slider .slick-track {
    display: flex;
}
}
@media only screen and (min-width: 280px) and (max-width: 299px){
    .themeStart47 .slick-slide{
    height: 0;
}
.top-social ul li a span {
    font-size: 12px;
    height: 20px;
    width: 20px;
}
.themeStart47 .slick-current {
    height: auto;
}
section.our-products {
    padding: 30px 0px;
}
   a.login-btn {
    margin-left: 7px;
    font-size: 15px;
}
.bottom-details ul {
    display: none;
}
.project-circle {
    display: none;
}
.logo img {
    width: 167px;
}

.logo {
    text-align: center;
}

.middle-row {
    padding-bottom: 0;
}
.banner_text h1 {
    font-size: 30px;
}

.carousel-inner {
    height: calc(100vh - 251px );
}

.carousel-inner img {
    height: 100vh;
    object-fit: cover;
    object-position: center;
}

.carousel-caption {
    top: -115px;
}
.wk-process-top h4 {
    font-size: 38px;
}

section.banner-bottom {
    padding: 40px 0px;
}

.wk-process-top p {
    width: 100%;
}

.wk-process-top {
    margin-bottom: 0px;
}

span.service_btn {
    padding: 7px;
    font-size: 17px;
}

.bnbtm-bx h4 {
    font-size: 21px;
}

section.about-us {
    padding: 0px;
    background: none;
}

.products-top h4 {
    font-size: 40px;
}

.products-top p {
    width: 100%;
}

.product-txt h4 {
    font-size: 20px;
}

.wk-process-top {width: 100%;}

.video-main h2 {
    font-size: 38px;
}
.project-circle h5 {
    display: none;
}



.supervise-txt h4 {
    font-size: 27px;
    margin: 16px 0px;
}

.supervise-txt p {
    line-height: 1.6;
}

.tags_Section {
    padding: 0;
}

.footer-main ul li a {
    line-height: unset;
    margin-bottom: 6px;
    display: inline-block;
}
footer {
    padding: 40px 0px;
}
.mobilecontainer span {
    color: #fff;
}
section.inner-banner img {
    height: inherit;
    object-fit: cover;
}

.inner-caption h4 {
    width: 100%;
    font-size: 60px;
}

section.ser-sec {
    padding: 40px 0px;
}

.ser-top {
    width: 100%;
}

.ser-top h4 {
    font-size: 40px;
}

.ser-bx h4 {
    font-size: 26px;
}
section.inner-banner {
    height: calc(43vh - 25px);
}
 .projects-top {
    width: 100%;
}

.projects-top h4 {
    font-size: 40px;
}

section.latest-projects.projects-page {
    padding: 40px 0px;
}
.about-txt h4 {
    font-size: 35px;
}

.about-txt h6 {
    font-size: 35px;
}

section.about-us.about-main {
    padding: 40px 0px;
}
.get-in-touch-sec {
    padding: 10px;
}

.get-in-touch-sec p {
    font-size: 14px;
    line-height: 1.4;
}

.get-in-touch-sec ul li span {
    padding: 10px;
    font-size: 24px;
}

.get-in-touch-sec ul li span.fa-map-marker-alt {
    padding: 13px 16px;
}

.get-in-touch-sec ul li a {
    font-size: 14px;
}

.get-in-touch-sec ul {
    margin: 0;
}

.req-qoute-sec h4 {
    font-size: 33px;
}

.req-qoute-sec {
    padding: 15px;
}
section.supervise-project {
    padding: 40px 0px;
}
.tags_Section .col-12 {
    width: 50%;
}
.gt-touuch {
    display: none;
}
.main-navigate {
    padding: 7px 0px;
}
div#eThemePosts .slick-slide {
    height: 0;
}

div#eThemePosts .slick-current {
    height: auto;
}
.product-box.plist-bx .product-txt a {
    padding: 15px;
}
.ser-detail-txt h4 {
    font-size: 34px;
}

.btn {
    margin: 10px 0px;
}

.ser-detail-txt p {
    line-height: 23px;
}
.projects-slider .slick-track {
    display: flex;
}
}
