@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
.displayflexachivment {
    display: flex;
}
ul {
	list-style: none;
}
a {
	text-decoration: none !important;
}
img {
	width: 100%;
}


.socialul ul {
    margin: 0;
    padding-left: 0;
    padding-top: 4px;
}

.socialul ul li {
    display: inline-block;
    padding: 0px 10px 0 10px;
}

.outerheader {
    background-color: #252525;
    padding: 11px 0 10px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.socialul ul li a {
}

.socialul ul li a i.fa {
    font-size: 20px;
    color: #fff;
}

.contactno a {
    color: #fff;
    font-size: 18px;
}

.contactnumber {
    text-align: right;
}

.socialul ul li:first-child {
    padding-left: 0;
}

h1, h2, h3, h4,  h5, h6, p, span, div, li, a {
    font-family: 'Inter', sans-serif;
}






/*================navebar==============*/
.navigation {
    height: 92px;
    background: #fff;
    border-bottom: solid 1px #e5e5e5;
    position: fixed;
    top: 47px;
    width: 100%;
    z-index: 999;
}
.brand {
    position: absolute;
    padding: 5px 0 0px 0;
    float: left;
    line-height: 55px;
    text-transform: uppercase;
    font-size: 1.4em;
    width: 117px;
}
 .brand a, .brand a:visited {
     color: #ffffff;
     text-decoration: none;
}
 .nav-container {
     max-width: 1000px;
     margin: 0 auto;
}
nav {
    float: right;
/*    padding: 23px 0 23px 0;*/
}
 nav ul {
     list-style: none;
     margin: 0;
     padding: 0;
}
nav ul li {
    float: left;
    position: relative;
    padding: 18px 0 17px 0;
}
 nav ul li a,nav ul li a:visited {
     display: block;
     padding: 0 20px;
     line-height: 55px;
     color: #000;
     text-decoration: none;
}
nav ul li a {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
nav ul li a:hover, nav ul li a:visited:hover {
    color: #a47a3a;
}
 .navbar-dropdown li a{
     background: #2581DC;
}
 nav ul li a:not(:only-child):after, nav ul li a:visited:not(:only-child):after {
     padding-left: 4px;
     content: ' \025BE';
}
 nav ul li ul li {
     min-width: 190px;
}
 nav ul li ul li a {
     padding: 15px;
     line-height: 20px;
}
 .navbar-dropdown {
     position: absolute;
     display: none;
     z-index: 1;
     background: #fff;
     box-shadow: 0 0 35px 0 rgba(0,0,0,0.25);
}
/* Mobile navigation */
 .nav-mobile {
     display: none;
     position: absolute;
     top: 0;
     right: 0;
     background: transparent;
     height: 55px;
     width: 70px;
}
 @media only screen and (max-width: 800px) {
     .nav-mobile {
         display: block;
    }
     nav {
         width: 100%;
         padding: 55px 0 15px;
    }
     nav ul {
         display: none;
    }
     nav ul li {
         float: none;
    }
     nav ul li a {
         padding: 15px;
         line-height: 20px;
         background: #262626;
    }
     nav ul li ul li a {
         padding-left: 30px;
    }
     .navbar-dropdown {
         position: static;
}
}
 @media screen and (min-width:800px) {
     .nav-list {
         display: block !important;
    }
}
 #navbar-toggle {
     position: absolute;
     left: 18px;
     top: 15px;
     cursor: pointer;
     padding: 10px 35px 16px 0px;
}
 #navbar-toggle span, #navbar-toggle span:before, #navbar-toggle span:after {
     cursor: pointer;
     border-radius: 1px;
     height: 3px;
     width: 30px;
     background: #ffffff;
     position: absolute;
     display: block;
     content: '';
     transition: all 300ms ease-in-out;
}
 #navbar-toggle span:before {
     top: -10px;
}
 #navbar-toggle span:after {
     bottom: -10px;
}
 #navbar-toggle.active span {
     background-color: transparent;
}
 #navbar-toggle.active span:before, #navbar-toggle.active span:after {
     top: 0;
}
 #navbar-toggle.active span:before {
     transform: rotate(45deg);
}
 #navbar-toggle.active span:after {
     transform: rotate(-45deg);
}
nav ul li:hover {
    border-bottom: solid 2px #a47a3a;
}
header {
    position: relative;
}
/*===================navbar end==============*/

/*==============banner============*/
.bannertextstr {
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    text-align: center;
}

.bannertextstr h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 40px;
    margin: 0;
}

.bannertextstr p {
    color: #fff;
    font-size: 35px;
    margin: 0;
    padding: 3px 0 10px 0;
}

.bannertextstr h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;
    margin: 0;
}
.bannersection {
    position: relative;
    margin-top: 139px;
}
.carousel-control {
    opacity: .5;
    z-index: 99;
}
span.glyphicon.glyphicon-chevron-left {
    background: #3c3c3c;
    opacity: 10;
    width: 50px;
    height: 50px;
    padding-top: 8px;
    opacity: 10;
    left: 20px;
}
span.glyphicon.glyphicon-chevron-right {
    background: #3c3c3c;
    opacity: 10;
    width: 50px;
    height: 50px;
    padding-top: 8px;
    opacity: 10;
    right: 20px;
}
.carousel-control{
    opacity: 10 !important;
    z-index: 99 !important;
}
/*=============banner end==============*/

/*===========about===============*/
.sectionpading {
    padding: 60px 0 60px 0;
}
.heading h2 {
    font-weight: 700;
    font-size: 35px;
    text-transform: uppercase;
}
.aboutcontent p {
    font-size: 18px;
    font-weight: 500;
    color: #222222;
}
.enquirybutton a i.fa {
    font-size: 20px;
    font-weight: 500;
}
.enquirybutton a {
    background: radial-gradient(ellipse at center, #edb665 0%, #b58438 100%);
    padding: 15px 20px 15px 20px;
    font-size: 18px;
    border-radius: 2px;
    color: #fff;
    font-weight: 500;
}
.enquirybutton {
    margin-top: 30px;
}
.enquirybutton a:hover {
    background: #a47a3a;
    color: #fff;
}
/*=================product================*/
.sectionheading h2 {
    font-weight: 700;
    font-size: 35px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    margin-top: 0;
    padding-bottom: 30px;
}
.sectionheading h2:before {
    content: "";
    position: absolute;
    background: #d59b44;
    width: 45px;
    height: 3px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    top: 43px;
    z-index: 9;
}


.sectionheading h2:after {
    content: "";
    position: absolute;
    background-color: #b7b7b7;
    width: 110px;
    height: 3px;
    top: 43px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}
.producttitle p {
    background: radial-gradient(ellipse at center, #b68b4b 0%, #916829 100%);
    padding: 15px 0 15px 0;
    font-size: 17px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
    text-transform: capitalize;
}

.productbox {
    margin-bottom: 30px;
    background-color: #fff;
}

.productbox:hover {}

.productbox:hover img {
    transform: scale(1.1);
}
.productimg img {
    transition: .2s;
}
.productimg {
    overflow: hidden;
    background-color: #e7e7e7;
}
.ourproductsectionstr {
    padding-bottom: 40px;
}
/*=========product end===========*/
/*===============bgfiexd=========*/
.buttonset a {
    background-color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}
.webmiddlebanner {
    padding: 170px 0;
}
.buttonset {
    text-align: center;
}
.buttonset a {
    background: radial-gradient(ellipse at center, #edb665 0%, #b58438 100%);
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    padding: 15px 30px 15px 30px;
}
.buttonset a:hover {
    background-color: #a47a3a;
    color: #fff;
}
/*=================bgfixed end=============*/
/*===========partner=============*/
.partnerbg {
    width: 60%;
    margin: 0 auto;
}

.partnerouterbox {
    position: relative;
}

.partberinnerbox {
    position: relative;
}

.partnerlogo {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    text-align: center;
    width: 20%;
    margin: 0 auto;
}
.partnerb1 {
    position: relative;
}
.partnerb1 .partnerbg {
    position: absolute;
    left: 120px;
    width: 17%;
    top: -240px;
    z-index: -1;
}
.partnerb1 .partnerlogo {
    position: absolute;
    top: -202px;
    left: -716px;
    right: 0;
    text-align: center;
    z-index: -1;
    width: 10%;
}
/*================partner ===========*/
/*================achivments================*/
section#counter {
    background-color: #f7f7f7;
}
h4.counter {
    font-weight: 700;
    font-size: 76px;
    display: inline-block;
    background: radial-gradient(ellipse at center, #b68b4b 0%, #916829 100%);
    margin-bottom: 0;
    transition: .2s;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

span.plusset {
    font-size: 76px;
    font-weight: 600;
     background: radial-gradient(ellipse at center, #b68b4b 0%, #916829 100%);
    transition: .2s;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stastic p {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
/*============achivement end===========*/
/*=============testimonial============*/
.home-demo .item {
    background: #ff3f4d;
}
.home-demo h2 {
    color: #FFF;
    text-align: center;
    padding: 5rem 0;
    margin: 0;
    font-style: italic;
    font-weight: 300;
}
.testiimg {}

.testiimg {
    overflow: hidden;
    border-radius: 50%;
    width: 35%;
    border: solid 5px #e1aa55;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.testi {
    background-color: #fff;
    box-shadow: 0 0 20px #b7b7b7e0;
    position: relative;
    border-radius: 15px;
    transition: .2s;
}

.testimonialstr .item {
    padding: 60px 20px 10px 20px;
}

.testicontent {
    text-align: center;
    padding: 80px 13px 20px 13px;
}

.testicontent h4 {
    font-size: 25px;
    font-weight: 500;
}

.qoteimg {
    width: 20%;
    margin: 0 auto;
    padding-bottom: 10px;
    padding-top: 10px;
}

.testipera p {
    font-size: 16px;
    font-weight: 500;
}

.testi:hover.testiimg {
    border-color: #ff6a00;
}

.testi:hover .testiimg img {transform: scale(1.1);}

.testiimg img {
    transition: .2s;
}

.testi:hover {
    border-bottom: solid 4px #cb853d;
}

.testi:hover .testiimg {
    border-color: #bd844a;
}
/*===============testimonial end=============*/
/*=================footer content==============*/
.contactheading h4 {
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
}

.contactcontentstr h1 {
    color: #fff;
    font-size: 50px;
}

.contactdetailsbox h4 {
    color: #fff;
    font-weight: 500;
    font-size: 23px;
}

.contactdetailsbox p {
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
}

.contactdetailsbox p a {
    color: #ebcc5f;
}
.contactdetailsbox li {
    display: inline-block;
    padding: 10px 0px 10px 0px;
    border: solid 1px white;
    width: 52px;
    height: 52px;
    text-align: center;
}

.contactdetailsbox ul {
    list-style: none;
    padding: 0;
}

.contactdetailsbox li a {
    color: #fff;
    font-size: 20px;
}

.contactdetailsbox li:hover {
    background-color: orange;
    border-color: orange;
}

.contactdetailsbox {
    padding-top: 20px;
}

.footecontactform {
    background-color: #fff;
    padding: 30px 40px 30px 40px;
}

.form-control {
    height: 60px;
    border: none;
    box-shadow: none;
    border-bottom: solid 1px #bbbbbb;
    border-radius: 0;
    padding-left: 0;
}

.form-control:focus {
    box-shadow: none;
    border-color: #bbbbbb;
}

button.btn {
    background: radial-gradient(ellipse at center, #edb665 0%, #b58438 100%);
    border-radius: 0;
    padding: 13px 25px 13px 25px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.footecontactform h3 {
    font-size: 34px;
    font-weight: 700;
    margin: 0;
}
textarea.form-control {
    height: 100px;
}
button.btn:hover {
    background: #a47a3a;
    color: #fff;
}
.stastic:hover h4.counter {
    color: #ff8100;
}
.stastic:hover span {
    color: #ff8100;
}
/*==============footercontent end===========*/
/*============footer==============*/
.footersection {
    background-color: #000;
}
.footersection {background-color: #000;}

.footerlogo {
    width: 22%;
}

.footercontent p {
    color: #cdcdcd;
    padding: 10px 0 0 0;
    font-size: 17px;
    font-weight: 300;
}
.footerlistheading h4 {
    color: #fff;
    font-size: 23px;
    margin-top: 40px;
}

.footerlistul ul {
    list-style: none;
    padding-left: 0;
}

.footerlistul ul li {
    padding-bottom: 10px;
}

.footerlistul ul li a {
    color: #cdcdcd;
    font-size: 16px;
    font-weight: 300;
}

.footerlistheading {}

footer {
    border-top: solid 1px #767676;
}
.footerlistul ul li:last-child {
    padding-bottom: 0;
}
/*================footer end=============*/
.copyrightsection {
    padding: 20px 0 20px 0;
    background-color: #161515;
}

.copyrighttext p {
    margin-bottom: 0;
    text-align: center;
    font-size: 16px;
    color: #cdcdcd;
    font-weight: 300;
}
.socialul ul li:hover a i.fa {
    color: #f9c87c;
}
/*====================footer end===============*/



/*=====================contact us================*/
.bannercontent {
    text-align: center;
}

.bannercontent h1 {
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 56px;
    text-transform: uppercase;
}

.innerbanner {
    padding: 240px 0 0 0;
}

.pagesite ul {
    list-style: none;
    /* text-align: center; */
    margin: 0;
    position: absolute;
    bottom: 11px;
}

.pagesite ul li {
    display: inline-block;
    font-size: 20px;
}

.pagesite ul li a {
    color: #fff !important;
}
.contactuspage h4 {
    color: #000;
}

.contactuspage h1 {
    color: #000;
}

.contactuspage p {
    color: #000;
}

.contactuspage .footecontactform {
    background-color: #202020;
}

.contactuspage h3 {
    color: #fff;
    /* padding-bottom: 15px; */
}

.contactuspage .form-control {
    background-color: transparent;
}
.bgbackground {
    background-color: #f1f1f1;
}
/*==================contact us end===============*/
/*===============product=================*/
.productmodal .modal-dialog {
    width: 64%;
    margin-top: 90px;
}

.producttitle h2 {
    font-weight: 600;
    font-size: 17px;
    margin-top: 30px;
    color: #fff;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 0;
    font-weight: 500;
    text-transform: capitalize;
    padding: 5px 0;
}

.productdiscription p {
    font-size: 18px;
    color: #262626;
    font-weight: 500;
}

.productmodal  .modal-body {
    padding: 30px 20px 30px 20px;
}

.productmodal 
 button.btn-close {
    color: #303030;
    font-size: 29px;
    opacity: 10;
    background-color: orange;
    border-bottom-left-radius: 50%;
    padding: 10px 15px 10px 15px;
}
.productmodalset button.btn-close {
    color: #ffffff;
    font-size: 13px;
    opacity: 10;
    background-color: #a47a3a;
    border-bottom-left-radius: 50%;
    padding: 22px 15px 3px 15px;
    border: none;
    top: 6px;
    position: absolute;
    right: 8px;
    border-top-right-radius: 0;
    color: #fff !important;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
}

.produtimg {
    padding: 27px 0;
}
.productmodal .modal-header {
    padding: 0;
    border-bottom: none;
    position: absolute;
    right: 0;
    top: 2px;
    z-index: 9999;
}
.productmodalset .modal-header {
    padding: 0;
    border-bottom: none;
    position: absolute;
    right: 0;
    top: 2px;
    z-index: 9999;
}
.productmodalset .modal-dialog {
    width: 400px;
    margin: 150px auto;
}
.productmodalset .producttitle {
    background: radial-gradient(ellipse at center, #b68b4b 0%, #916829 100%);
    padding: 10px 10px 10px 10px;
    text-align: center;
}
.productmodalset .modal-body {
    padding: 15px 0px 0 0px;
}
/*===============product end=============*/
/*==================about==============*/
.aboutbg {
    background-color: #f7f7f7;
}
/*.aboutsection {
    background: #f7f7f7;
}*/
span.glyphicon.glyphicon-chevron-left:hover {
    background: radial-gradient(ellipse at center, #edb665 0%, #b58438 100%);
}
span.glyphicon.glyphicon-chevron-right:hover {
    background: radial-gradient(ellipse at center, #edb665 0%, #b58438 100%);
}
.productbox:hover .producttitle p {
    background: #a47a3a;
}


/*keyframe*/

.engrenagem {
  transform: translateX(0px) rotate(360deg);
  animation: engrenagemAnimate 20s linear infinite;
}

@keyframes engrenagemAnimate {
  0%{
    opacity: 1;
    transform: translateX(0px) rotate(360deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.outetofgearbox {
    width: 14%;
    position: absolute;
    top: -140px;
    z-index: 1;
    right: 40px;
}
.prodcutsection {
    position: relative;
}
.second {
    position: absolute;
    right: 175px;
    width: 150px;
    top: 49px;
}
.second {
  transform: translateY(0px) rotate(-360deg);
  animation: engrenagemAnimates 20s linear infinite;
}
@keyframes engrenagemAnimates {
  0%{
    opacity: 1;
    transform: translateY(0px) rotate(-360deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0px) rotate(0deg);
  }
}
.prodcutsection .col-lg-4.col-md-4.col-sm-6.col-xs-6 {
    z-index: 9;
}
.viewall {
    text-align: center;
}
.secondgear {
    top: 871px;
    left: 130px;
    position: absolute;
    bottom: -80px;
    z-index: 1;
}
.productlist {
    top: -60px;
}
.prodcutsection .ol-lg-4.col-md-4.col-sm-6.col-xs-6 {
    z-index: 9;
}
.productmodalset .modal-content {
    border-radius: 0;
    border: none;
}
/*.collg12.colmd12.colsm12 {
    padding: 0;
}*/
.navigation {
    z-index: 9999;
}
.bannerheight {
    height: 410px;
}
form button.btn {
    margin-top: 30px;
}
.contactpage li a {
    color: #000;
}
.contactpage li {
    border-color: #000;
}
.modal-dialog {}

.productmodals .modal-dialog {
    z-index: 9999;
    max-width: 60%;
    position: relative;
    margin-top: 150px;
}

.productmodals {
    z-index: 99999;
}

.productmodals .modal-header {
    border-bottom: navajowhite;
    padding: 0;
}

.productmodals button.btn-close {
    background: orange;
    position: absolute;
    right: 8px;
    top: 8px;
    opacity: 10;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 7px 12px 14px 12px;
    font-size: 21px;
    z-index: 9;
}

.visitingcard {
    width: 50%;
    margin: 190px auto;
    box-shadow: 0 0 20px #d4d4d4;
    border-radius: 40px;
    padding: 20px 20px 20px 20px;
    height: 371px;
}
.logo {
    width: 25%;
    margin: 0 auto;
    margin-bottom: 10px;
}
.visitingline {
    /* display: flex; */
    position: relative;
}

.flexvisiting {
    display: flex;
    align-items: center;
    position: relative;
    border-right: solid 2px #f0cb94;
    border-left: solid 2px #f0cb94;
    border-bottom: solid 2px #f0cb94;
    padding: 20px 0 10px 0;
    position: absolute;
    top: 50px;
}

.companyname h1 {
    font-size: 35px;
    font-family: 'Kanit', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    background: radial-gradient(ellipse at center, #f1cf9d 0%, #e7af58 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: left;
    padding-left: 12px;
}

.companyname {
    width: 50%;
    text-align: center;
}

.webdetails ul {
    padding-left: 0;
}

.webdetails ul li {
    position: relative;
    padding: 11px 0 11px 0;
    display: flex;
    align-items: center;
}

.webdetails ul li a .fa {
    position: absolute;
    left: 0;
    right: 0;
    border: solid 2px #edc17f;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
    top: 8px;
    font-size: 17px;
    color: #edc485;
}
.webdetails ul li a {
    color: #fff;
    font-size: 15px;
    padding-left: 39px;
}
.webdetails {
    width: 60%;
    padding-top: 30px;
}
.flexvisiting:before {
    content: "";
    position: absolute;
    /* border: solid 1px gray; */
    width: 170px;
    height: 2px;
    background: radial-gradient(ellipse at center, #f1cf9d 0%, #e7af58 100%);
    top: 0;
    right: 0px;
}
.flexvisiting:after {
    content: "";
    position: absolute;
    /* border: solid 1px gray; */
    width: 170px;
    height: 2px;
    background: radial-gradient(ellipse at center, #f1cf9d 0%, #e7af58 100%);
    top: 0;
    left: 0px;
}
.aboutcontent ul li {
    font-size: 18px;
    font-weight: 500;
    border-bottom: solid 1px #e9e9e9;
    padding: 5px 0 5px 0;
}
.aboutcontent ul {
    padding-left: 12px;
}
.outerpartnersection {
    background: #00233f;
}

.outerpartnersection .sectionheading h2 {
    color: #fff;
}
.webdetails ul li a {
    color: #fff !important;
}
.companyname h3 {
    color: #eec68a;
    font-size: 19px;
    margin: 0;
    position: absolute;
    top: 14px;
    left: 14px;
    /* border-bottom: solid 2px #EDC280; */
}
.contactuspage textarea#message {
    color: #fff;
}
.contactuspage .form-control {
    color: #fff;
}