.error{
    font-weight:300;
    color:red !important;
}
.search-box {
    position: absolute;
    top: 50%;
}

.search-box input[type=text] {
    width: 130px;
    box-sizing: border-box;
    border: 1px solid #b28e33;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-image: url('searchicon.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

.search-box input[type=text]:focus {
    width: 200px;
    border: 1px solid #b28e33;
}

/*search icon*/

/*main slider*/
.video-overlay {
    position: relative;
    padding: 0;
}

.video-overlay .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 36%;
    left: 30px !important;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
}

.video-overlay .carousel-caption h1 {
    height: auto;
    /*color: rgb(255, 255, 255);*/
    color: #06163A;
    text-decoration: none;
    white-space: normal;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: inherit;
    line-height: 90px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 80px;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    margin-top: 0px;
    margin-bottom: 0px;
}

.video-overlay .carousel-caption h2 {
    color: rgb(255, 255, 255);
    /*color:#06163A;*/
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: inherit;
    line-height: 118px;
    letter-spacing: 0px;
    font-weight: 300;
    font-size: 90px;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
    margin-bottom: 0px;
}

.video-overlay .imgRotate img {
    position: absolute;
    top: 26%;
    right: 10%;
    width: 325px;
    /*    height: 330px;*/
    margin: -60px 0 0 -60px;
    -webkit-animation: spin 150s linear infinite;
    -moz-animation: spin 150s linear infinite;
    animation: spin 150s linear infinite;
}

.video-overlay .imgRotate video {
    position: absolute;
    top: 26%;
    right: 10%;
    width: 330px;
    height: 330px;
    margin: -60px 0 0 -60px;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*end main slider*/
.text-center {
    text-align: center;
}

.mainHeadingSection {
    position: relative;
    margin-bottom: 40px;
}

.mainHeadingSection h1 {
    text-transform: uppercase;
    color: #06163a;
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    font-family: 'Rubik';
}

.mainHeadingSection p {
    display: none;

}

/*.dropdown-submenu .divider {*/
/*    height: 1px;*/
/*    margin: 5px 0;*/
/*    overflow: hidden;*/
/*    background-color: #e5e5e5;*/
/*    border: 1px solid rgba(0,0,0,.15);*/
/*}*/
.mainHeadingSection p {
    color: #3f485d;
}

.ourMartket .mainimg {
    height: 350px;
    width: 100%;
}

.ourMartket .iconx {
    padding-top: 15px;
    width: 65px;
    /*    margin: 0 auto;*/
}

.ourMartket h2 {
    margin-top: 20px;
    color: #3f485d;
    font-size: 26px;
}

.ourMartket p {
    font-size: 16px;
    line-height: 28px;

}

.swiper-container-clients img {
    width: 100%;

}

.readmore {
    line-height: 1.2em;
    padding: 0 0 2px;
    border-bottom: 2px solid;
    border-color: #020d26;
}

.readmore:hover {
    border-color: #b28e33;

}

.ourMartket .detSection {
    padding: 0 15px;
    height:350px;
}

.nopadding {
    padding-left: 0;
    padding-right: 0;
}

.dot{
    position: relative;
    display: block;
    float: left;
    width: 3px;
    height: 3px;
    border-right: 3px solid #b28e33;
    margin-right: 3px;
}


/*footer*/


footer {
    /*        background-color: #fcc300;*/
    padding-top: 40px;
    background: linear-gradient(#f2f2f2, #f2f2f2), url(../img/footer.jpg);
}

footer img {
    margin: 0 auto;
    display: block;
}

.footer-menu {
    list-style: none;
    padding: 20px 0 10px;
}

.footer-menu li {
    position: relative;
    margin: 5px 15px;
    display: inline-block;
}

.footer-menu li a {
    color: #000;
    font-family: myFirstFontIRegular;
}

.footer-menu li:before {
    position: absolute;
    width: 6px;
    height: 6px;
    content: "";
    background: #000;
    left: -18px;
    top: 50%;
    margin-top: -2px;
    border-radius: 50%;
}

.footer-menu li:nth-child(1):before {
    position: absolute;
    width: 6px;
    height: 6px;
    content: "";
    background: transparent;
    left: -18px;
    top: 50%;
    margin-top: -2px;
    border-radius: 50%;
}

.single-footer-widget h3 {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0px 0 20px;
    color: #06163a;
}

.single-footer-widget .list {
    padding: 0;
}

.single-footer-widget .list li {
    position: relative;
    margin-bottom: 3px;
    list-style: none;
}

/*
.single-footer-widget .widget-content {
    margin-left: -10px;
}
*/
.single-footer-widget .widget-content .post {
    position: relative;
    min-height: 67px;
    padding-left: 85px;
    margin-bottom: 20px;
}

.single-footer-widget .list li a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 4px 0px 4px 22px;
    color: #06163a;
    font-size: 14px;
    text-transform: capitalize;
    font-family: 'Rubik';
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;

}

.single-footer-widget .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 67px;
    height: 67px;
}

.single-footer-widget .post .post-thumb img {
    display: block;
    width: 100%;
}

.single-footer-widget .post .desc-text {
    position: relative;
    font-size: 14px;
    color: #06163a;
    line-height: 1.8em;
    padding: 5px 0px 3px;
}

.single-footer-widget .post .desc-text a {
    color: #06163a;
}

.single-footer-widget .post .time {
    position: relative;
    color: #06163a;
    line-height: 24px;
    padding-left: 28px;
}

.single-footer-widget .post .time:before {
    position: absolute;
    content: '\f073';
    left: 0px;
    top: 0px;
    font-family: 'FontAwesome';
}

.single-footer-widget .list li a:before {
    content: '\f105';
    position: absolute;
    left: 0px;
    top: 1px;
    line-height: 24px;
    font-size: 12px;
    font-family: 'FontAwesome';
}

.single-footer-widget .contact-info {
    position: relative;
    margin-bottom: 20px;
    list-style: none;
    padding: 0;
}

.single-footer-widget .contact-info li {
    position: relative;
    line-height: 30px;
    padding-left: 30px;
    margin-bottom: 15px;
    color: #06163a;
    font-size: 14px;
}

.single-footer-widget .contact-info li .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 24px;
    font-size: 16px;
    color: #06163a;
}

.single-footer-widget ul {
    margin-left: 0px;
}

/*
.flaticon-technology-1:before {
    content: "\f18d";
}
*/
.single-footer-widget .contact-info li strong {
    color: #06163a;
    display: inline-block;
}

.single-footer-widget .contact-info li .theme_color {
    display: inline-block;
    color: #06163a;
}

.single-footer-widget span {
    color: #06163a;
    display: block;
    margin-bottom: 10px;
}

.single-footer-widget span i,
.single-footer-widget .location i {
    margin-right: 5px;
}

.single-footer-widget .location {
    position: relative;
    /*    padding-left: 25px;*/
}

.single-footer-widget p {
    margin-bottom: 0;
    color: #06163a;
    font-size: 16px;
    line-height: 24px;
    padding: 15px 0;
}

.single-footer-widget ul li a:hover,
.single-footer-widget .post .desc-text a:hover {
    color: #f8993a !important;
}

.single-footer-widget .contact-authority i {
    margin-right: 5px;
}

.single-footer-widget .contact-authority {
    margin-top: 8px;
    color: #06163a;
}

.single-footer-widget .social-links {
    padding: 0;
    margin: 0px 0 0;
    list-style-type: none;
}

.single-footer-widget .social-links li {
    display: inline-block;
    margin-right: 10px;
}

.single-footer-widget .social-links li a.facebook {
    border: none;
    /*background-color: #4267b2;*/
}

.single-footer-widget .social-links li {
    /*
    width: 35px;
    height: 35px;
*/
}

.single-footer-widget .social-links li a {
    color: #000;
    border: 1px solid #525164;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    /*border-radius: 50%;*/
    font-size: 20px;
    padding: 10px 13px;
    text-decoration: none;
}

.single-footer-widget .social-links li a:hover {
    text-decoration: none;
}

.single-footer-widget .social-links li a.twitter {
    border: none;
    /*background-color: #38a1f3;*/
}

.single-footer-widget .social-links li a.linkedin {
    border: none;
    /*background-color: #0077b5;*/
}

.single-footer-widget .newsletter-one {
    position: relative;
    margin-top: 26px;
}

.single-footer-widget .form-group input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 10px 16px;
    height: 40px;
    /*color: #b3b3b3;*/
    color: #06163A;
    font-size: 15px;
    /*background: #222222;*/
    border: 1px solid #595959;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.single-footer-widget .form-group button span {
    font-size: 20px;
    padding-left: 0 !important;
    padding-right: 8px;
    margin: 0;
}

.single-footer-widget .form-group .fa-send-o:before,
.single-footer-widget .form-group .fa-paper-plane-o:before {
    content: "\f1d9";
}

.single-footer-widget .form-group input[type="submit"],
.single-footer-widget .form-group button {
    background: #b28e33 !Important;
    color: #ffffff;
    font-size: 12px;
    height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px;
    border: 0
}

.single-footer-widget .social-links li a.instagram {
    border: none;
    /*background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d);*/
}

.single-footer-widget .social-links li a:focus,
.single-footer-widget .social-links li a:hover {
    /*background-color: #ff2d55;*/
    color: #000;
    border-color: #ff2d55;
}

.copyright-area {
    border-top: 1px solid #06163a;
    text-align: center;
    margin: 0;
    padding: 10px 0;
    margin-top: 10px;
    text-align: center;
}

.text-white {
    color: #fff;
}

.single-footer-widget-copy .copydj {
    color: #fff !important;
}

.single-footer-widget-copy .copydj:hover {
    color: #fff !important;
}

footer .copyWrite {
    background-color: #06163a;
    border-top-width: 1px;
    border-right-width: 0;
    border-bottom-width: 1px;
    border-left-width: 0;
    /*padding-top: 5px;*/
    /*padding-bottom: 15px;*/
}

footer .footer-top {
    background-color: #f2f2f2;
    border-top-width: 1px;
    border-right-width: 0;
    border-bottom-width: 1px;
    border-left-width: 0;
    padding: 0px 0 30px;

    border-color: #e2e2e2 !important;
    opacity: 1;
    border-bottom: 1px solid;
    margin: auto;
}

footer .vamtam-button {
    font-size: 16px;
    line-height: 18px;
    padding: 20px 40px;

    background: #fff;
    color: #000;
    box-shadow: 0 0 25px -14px #fff;
}

footer .vamtam-button:hover {
    font-size: 16px;
    line-height: 18px;
    padding: 20px 40px;

    background: #b28e33;
    color: #000;
    box-shadow: 0 0 25px -14px #b28e33;
}

footer .contbtn {
    font-size: 16px;
    line-height: 18px;
    padding: 20px 40px;

    background: #b28e33;
    color: #fff;
    box-shadow: 0 0 25px -14px #b28e33;
}

footer .contbtn:hover {
    background: #000;
    color: #fff;
    box-shadow: 0 0 25px -14px #000;
}

footer .footer-top .flogo {
    margin: initial;
    width: 100px;
}

footer .footer-top .btnpass {
    margin-top: 30px;
}

/*end footer*/


/*counter*/
.c-no {
    height: 150px;
}

.grey-bg {
    background-color: #f5f6f7;
}

.counter-Txt {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    /*margin-top: 20px;*/
    position: relative;
}

.counter-Txt .iconsect {}

.counter-Txt span {
    display: block;
    font-size: 36px;
    font-size: 50px;
    line-height: 1.4;
    color: #06163a;
    font-weight: 500;
}

.counter-Txt h4 {
    font-weight: 400;
    line-height: 28px;
    text-transform: capitalize;
    font-size: 22px;
}

.counter-Txt span:after {
    content: '+';
}

.counter-Txt .county:after {
    content: '+';
}

.grey-bg .iconsect {
    display: table;
    /*position: absolute;*/
    /*float: left;*/
    /*left:30px;*/
}

.grey-bg .iconsect.lasts {
    /*left:40px;*/
}

.counter-Txt table {
    width: 100%;
}

.counter-Txt table tr td:nth-child(1) {
    display: block;
}

.counter-Txt table tr td:nth-child(2) {
    width: 80%;
    text-align: left;
    padding-left: 15px;
}

.grey-bg .iconsect i {
    display: table-cell;
    vertical-align: middle;
    font-size: 50px;
    color: #3f485d;
}

.right_border {
    border-style: solid;
    border-width: 0;
    background-clip: border-box;
    border-color: #d8d8d8;
    border-right-width: 1px;
}

/*modelform*/
.modal-body {
    position: relative;
    padding: 0px;
}

.close {
    position: absolute;
        right: -21px;
    top: -22px;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}

.modal-content {
    position: relative;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 0;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: none;
    outline: 0;
    box-shadow: none !important;
}

.modal {
    top: 20%;
}

/*end model form*/

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /*background: #fff;*/

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/*inspire*/
.inspire {
    position: relative;
}

.inspire .inspireDetails h1 {
    font-weight: 500;
    font-family: 'Rubik';
    font-size: 42px;
    font-weight: 300;
    font-style: normal;
    line-height: 1.13;
    color: #06163a;
}

.inspire .inspireDetails h1 strong {
    font-weight: 700;
}

.inspireList {
    list-style: none;
    padding: 0;
    margin: 0;
}

.inspireList li {
    list-style: none;
    padding-bottom: 5px;
}

.inspireList li:before {
    list-style: none;
    content: '◎';
    padding-right: 11px;
}

.inspire .rightSection {
    background-color: #b28e33;
    position: relative;
    height: 500px;

}

.inspire .rightSection {
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0% 0%);
    /*    clip-path: polygon(100% 0, 100% 100%, 0% 0% );*/
    -webkit-clip-path: polygon(72% 0%, 100% 0%, 100% 100%, 14% 100%, 5% 36%, 0% 0%);
    clip-path: polygon(72% 0%, 100% 0%, 100% 100%, 14% 100%, 5% 36%, 0% 0%);
}

.inspire .rightSection1 h2 {
    font-family: 'Rubik';
    font-size: 40px;
    font-weight: 300;
    font-style: normal;
    line-height: 1.13;
    color: #fff;
}

.inspire .rightSection1 p {
    color: #fff;
}

.inspire .imgzsec {
    position: absolute;
    width: 350px;
    bottom: 0px;
    right: 0;
}

.inspire .imgzsec img {
    height: 440px;
    width: 350px
}


.inspire .btnsec {
    padding-top: 50px;
}

/*endinspire*/

/*fullSection*/
.fullSection {
    position: relative
}

.fullSection .fullSectionImg {
    float: left;
    margin-right: 15px;
    width: 50px;

}

.fullSection .contSect h4 {
    text-transform: uppercase;
}

.fullSection .contSect {
    padding-right: 15px;
}

.fullSection .contSect h2 {
    font-size: 28px;
}

.fullSection .fillsec {
    display: flex;
    align-items: end;
}

.fullSection .contSect p {
    font-size: 15px;
    line-height: 30px;
}


/*fullSection*/

.goal {
    /*background-image: url(../../assets/img/pic5.jpg);*/
    background-color: #06163A;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    border-top-width: 1px;
    border-right-width: 0;
    border-bottom-width: 1px;
    border-left-width: 0;
    padding: 30px 0;
}

.goal .goaldetails {
    color: #fff;
    padding-top: 20px;
}

.goal .goaldetails h1 {
    font-weight: 500;
    font-family: 'Rubik';
    font-size: 48px;
    font-weight: 300;
    font-style: normal;
    line-height: 1.13;
    color: #fff;
}

.goal .btnsec {
    display: flex;
    align-items: center;
    float: right;
    padding: 36px 0;
}


.goal .btnsec .thm2Btn {
    /*    margin: 15px 0;*/
}


/*work-section */

/*
.column {
    margin: 15px 15px 0;
    padding: 0;
}

.column:last-child {
    padding-bottom: 60px;
}

.column::after {
    content: '';
    clear: both;
    display: block;
}
*/

.work-section .column div {
    position: relative;
    width: 350px;
    height: 220px;
    padding: 0;
}

.work-section .column div:first-child {
    margin-left: 0;
}


.work-section figure {
    width: 100%;
    height: 220px;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}


.work-section .hover01 figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 100%;
}

.work-section .hover01 figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.work-section .panel-body {
    padding: 0px;
    margin: 0 10px;
}

.panel .work-detailx {
    padding: 15px;
    text-align: left;
}

.panel .work-detailx h1 {
    font-size: 22px;
    border-bottom: solid 1px #ededed;
    padding-bottom: 10px;
    padding-top: 5px;
    /* margin-top: 10px; */
    margin: 0;
    line-height: 1.18;
    color: #020d26;
}

.work-section .readmore {
    border-bottom: 0;
}

.work-section .work-detailx p {
    padding: 10px 0;
}

.work-section .wsDetals:hover .hover01 figure img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.work-section .wsDetals:hover .readmore {
    color: #b28e33;
    text-decoration: none;
}

.work-section .post-date {
    transition: all .3s ease;
    color: #000;
    opacity: .8;
    font-size: 12px;
}

.newsz .panel .work-detailx h1 {
    border-bottom: 0;
}

/*end work-section*/


.swiper-button-next,
.swiper-button-prev {
    height: 22px;
}



/*testimonial*/

.testimonial-section2 {
    /*height: 600px;*/
    position: relative;
    padding: 50px 0;
    background-color: #e91c5e;
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    /*padding: 40px 20px;*/
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #eee;
    cursor: pointer;
    font-size: 2em;
    top: 25%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 1;
}

.swiper-container-Bolgz .panel-body {
    padding: 0;
    margin: 0;
}

.swiper-container-Bolgz .panel-body .imgSection img {
    width: 100%;
    height: 255px;
}

.swiper-container-Bolgz .panel .work-detailx {
    position: relative;
    padding: 15px;
    text-align: left;
    height: 275px;
}

.swiper-container-Bolgz .work-detailx .readmore {
    border-bottom: 0;
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.swiper-container-Bolgz .panel .work-detailx h1 {
    font-size: 16px;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: #2b288d;
}


.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 25px;
    left: 40%;
    display: block;
    z-index: 1;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #b28e33;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #b28e33;
    border-color: #b28e33;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;
    -moz-animation: testim-scale .5s ease-in-out forwards;
    -ms-animation: testim-scale .5s ease-in-out forwards;
    -o-animation: testim-scale .5s ease-in-out forwards;
    animation: testim-scale .5s ease-in-out forwards;
}

.testim .cont {
    position: relative;
    overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}


.testim .cont > div.active {
    position: relative;
    opacity: 1;
}


.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div .h4 {
    /*    color: #2b288d;*/
    font-size: 1.2em;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 1.15em;
    /*    color: #eee;*/
    width: 80%;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;
    -moz-animation: testim-show .5s ease-in-out forwards;
    -ms-animation: testim-show .5s ease-in-out forwards;
    -o-animation: testim-show .5s ease-in-out forwards;
    animation: testim-show .5s ease-in-out forwards;
}

.testim .cont div.active .h4 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;
    -moz-animation: testim-content-in .4s ease-in-out forwards;
    -ms-animation: testim-content-in .4s ease-in-out forwards;
    -o-animation: testim-content-in .4s ease-in-out forwards;
    animation: testim-content-in .4s ease-in-out forwards;
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;
    -moz-animation: testim-content-in .5s ease-in-out forwards;
    -ms-animation: testim-content-in .5s ease-in-out forwards;
    -o-animation: testim-content-in .5s ease-in-out forwards;
    animation: testim-content-in .5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;
    -moz-animation: testim-hide .5s ease-in-out forwards;
    -ms-animation: testim-hide .5s ease-in-out forwards;
    -o-animation: testim-hide .5s ease-in-out forwards;
    animation: testim-hide .5s ease-in-out forwards;
}

.testim .cont div.inactive .h4 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;
    -moz-animation: testim-content-out .4s ease-in-out forwards;
    -ms-animation: testim-content-out .4s ease-in-out forwards;
    -o-animation: testim-content-out .4s ease-in-out forwards;
    animation: testim-content-out .4s ease-in-out forwards;
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;
    -moz-animation: testim-content-out .5s ease-in-out forwards;
    -ms-animation: testim-content-out .5s ease-in-out forwards;
    -o-animation: testim-content-out .5s ease-in-out forwards;
    animation: testim-content-out .5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
    body {
        font-size: 14px;
    }
    .thmbtn{
        padding:11px 22px;
    }
    
}

@media all and (max-width: 500px) {
    .testim .arrow {
        font-size: 1.5em;
    }

    .testim .cont div p {
        line-height: 25px;
    }
        .thmbtn{
        padding:11px 22px;
    }

}


.Clentsz {
    border-style: solid;
    border-width: 0;
    background-clip: border-box;
    border-color: #d8d8d8;
    border-top-width: 1px;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
}


/*end tstimonial*/

.subscribe {
    background-color: #06163a;
    border-style: solid;
    border-width: 0;
    background-clip: border-box;
    border-color: #283758;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 1px;
    border-left-width: 0;
    padding: 30px 0;
}

.subscribe .fillsec {
    align-items: center;
}

.subscribe .fullSectionImg {
    float: left;
    margin-right: 15px;
    width: 70px;
}

.subscribe h2,
.subscribe p {
    color: #fff
}




.subscribe .ta1 {
    box-sizing: border-box;
    padding: 14px 25px;
    height: auto;
    width: 100%;
    position: relative;
    outline: 0;
    border: solid 1px #d8d8d8;
    margin: 0;
    color: #000;
    background: #fff;
    margin-bottom: 10px;
    transition: all .4s;
    font-size: 14px;
    line-height: 1.1em;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.subscribe .ta1:hover,
.subscribe .ta1:active {
    border: 1px solid #b28e33;
}


.subscribe .cutbtn {
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 0;
    vertical-align: middle;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: none;
    text-shadow: none;
    transition: color .3s ease-out, border .3s ease-out, background .3s ease-out, box-shadow .3s ease-out !important;
    font: 400 14px/1em;
    border-radius: 0;
    border: none;
    padding: 12px 24px;
    -webkit-font-smoothing: auto;
    background: #b28e33 !important;
    color: #fff;
    box-shadow: 0 0 25px -14px #b28e33;
    height: auto;
}

.subscribe .cutbtn:hover {
    /*background: #000;*/
    /*color: #fff;*/
    /*box-shadow: 0 0 25px -14px #000;*/
    background: #ffffffc2 !important;
    color: #b28e33 !important;
    box-shadow: 0 0 25px -14px #a1a2a2;
}

.mainofficeDetails {
    background-color: #06163a;
    border-top-width: 1px;
    border-right-width: 0;
    border-bottom-width: 1px;
    border-left-width: 0;
    padding: 30px 0
}

.mainofficeDetails .fl-col-content {
    background-image: url(../img/bg-map.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: auto;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    padding: 15px;
}

.mainofficeDetails .fl-col-content1 {
    background-image: url(../img/bg-quote.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: auto;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    padding: 15px;
}

.mainofficeDetails .fl-col-content2 {
    background-image: url(../img/bg-head.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: auto;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    padding: 15px;
}

.mainofficeDetails .fl-col-content .detz {
    text-align: center;
    color: #fff;
}

.mainofficeDetails .fl-col-content i {
    font-size: 50px
}

.mainofficeDetails .fl-col-content .readmore {
    color: #fff;
}

.mainofficeDetails .fl-col-content .readmore:hover {
    color: #b28e33;
}

.mycounter {
    padding: 20px 0;
}

.mycounter .vamtam-heading {
    text-align: center;
    justify-content: center;
    margin-bottom: 40px;
}

.mycounter .vamtam-heading .vamtam-heading-text {
    text-align: center;
    justify-content: center;
    font-weight: 300;
    font-size: 22px;
}

.accessories {
    background-color: #06163A;
}

.accessories .swiper-container-Accessories {
    position: relative;
}

.accessories .swiper-container-Accessories .swiper-slide img {
    /*        height: 450px*/
}

.accessories .swiper-container-Accessories .swiper-slide img.f1 {
    /*width: 350px;*/
    padding-left: 50px;
}

.accessories .swiper-container-Accessories .swiper-slide img.f2 {
    width: 65%;
    float: right;
    padding-right: 50px
}

.accessories .swiper-container-Accessories .swiper-slide img.f3 {
    width: 100%;
    height: 540px
}

.accessories .swiper-container-Accessories .swiper-slide img.f5 {
    width: 100%;
    height: 540px
}

.accessories .swiper-container-Accessories .swiper-wrapper {
    height: 450px
}

.accessories .swiper-container-Accessories .swiper-slide {
    background-color: #000;
    height: 450px
}

.accessories .swiper-container-Accessories .swiper-pagination-bullet {
    background: #b28e33;
}

.accessories .swiper-container-Accessories .swiper-slide table tr td:nth-child(1) {
    width: 47%
}

.accessories .swiper-container-Accessories .swiper-slide table tr td:nth-child(3) {
    width: 40%;
}

.accessories .swiper-container-Accessories .swiper-slide table {
    width: 100%;
    height: 100%;
}

.accessories .swiper-container-Accessories .swiper-slide table tr td {
    height: 100%
}

.accessories .swiper-container-Accessories .swiper-slide .carousel-caption {
    width: 30%;
    right: 95px;
    bottom: 44px;
    left: 59%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}

.accessories .swiper-container-Accessories .swiper-slide p {}

.accessories .swiper-container-Accessories .swiper-slide h2 {
    font-size: 40px
}

.accessories .swiper-container-Accessories .swiper-slide .ptitlez {
    /*        font-size:50px*/
    height: 75px;
    margin-top: 5px;
}

.accessories .swiper-container-Accessories .swiper-slide table {
    position: relative
}

.accessories .swiper-container-Accessories .swiper-button-next {
    right: 10%
}

.accessories .swiper-container-Accessories .swiper-button-prev {
    left: 55%;
}

f1 .accessories .swiper-container-Accessories h1 {
    font-size: 44px;
    font-weight: 300;
}

.accessories .swiper-container-Accessories .swiper-slide h1 {
    font-weight: 300;
}

@media(min-width:320px) and (max-width:767px) {


    .c-no {
        height: 100%;
    }

    .counter-Txt {
        margin-top: 35px;
    }

    .margin-bot-35 {
        margin-bottom: 35px;
    }
        #pop-contact{
    width: 100%;
    margin-left: 10px;
    }
}

/*end counter*/


.mainofficeDetails a {
    color: #fff;
}


.video-overlay .overlay-wcs {
    position: absolute;
    top: 0;
    left: 0;
    height: 99%;
    width: 100%;
    background-color: #07163a66;
    opacity: 0.5;
    z-index: 1;
}


/*User DashbOrad*/
.productDetailsMenu .nav-side-menu {
    overflow: auto;
    font-family: verdana;
    font-size: 12px;
    font-weight: 200;
    background-color: #06163a;
    position: relative;
    top: 0px;
    width: 100%;
    height: 100%;
    color: #fff;
    border: 1px solid #06163a;
}

.productDetailsMenu .nav-side-menu .brand {
    background-color: #06163a;
    line-height: 50px;
    display: block;
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid #23282e;
}

.productDetailsMenu .nav-side-menu .toggle-btn {
    display: none;
}

.productDetailsMenu .nav-side-menu ul,
.productDetailsMenu .nav-side-menu li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 35px;
    cursor: pointer;
    /*    
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/
}

.productDetailsMenu .nav-side-menu ul :not(collapsed) .arrow:before,
.productDetailsMenu .nav-side-menu li :not(collapsed) .arrow:before {
    font-family: FontAwesome;
    content: "\f078";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    float: right;
}

.productDetailsMenu .nav-side-menu ul .active,
.productDetailsMenu .nav-side-menu li .active {
    border-left: 3px solid #d19b3d;
    background-color: #4f5b69;
}

.productDetailsMenu .nav-side-menu ul .sub-menu li.active,
.productDetailsMenu .nav-side-menu li .sub-menu li.active {
    color: #d19b3d;
}

.productDetailsMenu .nav-side-menu ul .sub-menu li.active a,
.productDetailsMenu .nav-side-menu li .sub-menu li.active a {
    color: #d19b3d;
}

.productDetailsMenu .nav-side-menu ul .sub-menu li,
.productDetailsMenu .nav-side-menu li .sub-menu li {
    background-color: #fff;
    border: none;
    line-height: 28px;
    border-bottom: 1px solid #23282e;
    margin-left: 0px;
    padding-left: 5px;
}

.productDetailsMenu .nav-side-menu ul .sub-menu.in li a,
.productDetailsMenu .nav-side-menu li .sub-menu.in li a {
    color: #000;
}

.productDetailsMenu .nav-side-menu ul .sub-menu li:hover,
.productDetailsMenu .nav-side-menu li .sub-menu li:hover {
    background-color: #fff;
}

.productDetailsMenu .nav-side-menu ul .sub-menu li:hover a,
.productDetailsMenu .nav-side-menu li .sub-menu li:hover a {
    color: #000;
}

.productDetailsMenu .nav-side-menu ul .sub-menu li:before,
.productDetailsMenu .nav-side-menu li .sub-menu li:before {
    /*font-family: FontAwesome;*/
    /*content: "\f105";*/
    /*display: inline-block;*/
    /*padding-left: 10px;*/
    /*padding-right: 10px;*/
    /*vertical-align: middle;*/
    /*content: " ";*/
    /*padding-left: 4px;*/
}

.productDetailsMenu .nav-side-menu li {
    padding-left: 0px;
    border-left: 3px solid #2e353d;
    border-bottom: 1px solid #23282e;
}

.productDetailsMenu .nav-side-menu li a {
    text-decoration: none;
    color: #e1ffff;
}

.productDetailsMenu .nav-side-menu li a i {
    padding-left: 10px;
    width: 20px;
    padding-right: 20px;
}

.productDetailsMenu .nav-side-menu li:hover {
    border-left: 3px solid #b28e33;
    background-color: #b28e33;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}


/********************* Start Shopping Demo-6 **********************/
.product-grid6,
.product-grid6 .product-image6 {
    overflow: hidden
}

.product-grid6 {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    position: relative;
    transition: all .5s ease 0s;
    border: 0;
    box-shadow: none;
    /*border: 1px solid rgb(6 22 58);*/
    /*box-shadow: rgb(0 0 0 / 10%) 0px 5px 5px 2px;*/
    /* background: rgba(200, 200, 200, 0.1); */
    border-radius: 0px;
    margin-bottom: 15px;
    height: 260px;
    border-bottom: 2px solid rgb(6 22 58);
}

.product-grid6:hover {
    /*box-shadow: 0 0 10px rgba(0, 0, 0, .3)*/
    box-shadow: none;
    /*border-bottom: 2px solid #b28e33;*/
}

.product-grid6 .product-image6 a {
    display: block
}

.product-grid6.fasteneres .product-image6 img {
    width: 100%;
    height: auto;
    transition: all .5s ease 0s;
    /*height: 265px;*/
}

.breadcrumbs p {
    display: none;
}

.product-grid6 .product-image6 img {
    width: 100%;
    height: auto;
    transition: all .5s ease 0s;
    height: auto;
}

.product-grid6:hover .product-image6 img {
    transform: scale(1.1)
}

.product-grid6 .product-content {
    padding: 12px 12px 15px;
    transition: all .5s ease 0s
}

.product-grid6:hover .product-content {
    opacity: 0
}

.product-grid6 .title {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 10px;
    transition: all .3s ease 0s;
    width: 100%;
    padding: 0;
    margin: 0;
    /* list-style: none; */
    opacity: 1;
    /* transform: translateX(-50%); */
    position: absolute;
    bottom: 12px;
    left: 0;
    z-index: 1;
    transition: all .5s ease 0s;
}

.product-grid6 .title a {
    color: #000
}

.product-grid6 .title a:hover {
    color: #b28e33
}

.product-grid6 .price {
    font-size: 18px;
    font-weight: 600;
    color: #2e86de
}

.product-grid6 .price span {
    color: #999;
    font-size: 15px;
    font-weight: 400;
    text-decoration: line-through;
    margin-left: 7px;
    display: inline-block
}

.product-grid6 .social {
    background-color: #fff;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    /*opacity: 0;*/
    /*transform: translateX(-50%);*/
    /*position: absolute;*/
    /*bottom: -50%;*/
    /*left: 50%;*/
    z-index: 1;
    /*transition: all .5s ease 0s*/
}

.product-grid6:hover .social {
    /*opacity: 1;*/
    bottom: 20px
}

.product-grid6 .social li {
    display: inline-block
}

.product-grid6 .social li a {
    color: #909090;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    height: 45px;
    width: 45px;
    margin: 0 7px;
    border: 1px solid #909090;
    border-radius: 50px;
    display: block;
    position: relative;
    transition: all .3s ease-in-out
}

.product-grid6 .social li a:hover {
    color: #fff;
    background-color: #2e86de;
    width: 80px
}

.product-grid6 .social li a:after,
.product-grid6 .social li a:before {
    content: attr(data-tip);
    color: #fff;
    background-color: #2e86de;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 1px 5px;
    border-radius: 5px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -30px
}

.product-grid6 .social li a:after {
    content: '';
    height: 15px;
    width: 15px;
    border-radius: 0;
    transform: translateX(-50%) rotate(45deg);
    top: -20px;
    z-index: -1
}

.product-grid6 .social li a:hover:after,
.product-grid6 .social li a:hover:before {
    opacity: 1
}

.form-control {
    height: 38px;
    border-radius: 0;
}

@media only screen and (max-width:990px) {
    .product-grid6 {
        margin-bottom: 30px
    }
}

/********************* End Shopping Demo-6 **********************/

.banner-top-imgs {
    position: relative;
    text-align: center;
    color: white;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 80px 0px;
    color: #fff;
    /* background-size: contain; */
    background-size: contain !important;
    background-repeat: no-repeat !important;
    width: 100%;
    background-size: cover !important;
}

.breadcrumbs h1 {
    color: #fff;
    margin: 0;
}


/*product tabs*/
.productTabs {
    border: 1px solid rgb(200, 200, 200);
    padding: 5px 15px;
}

.heading4 {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color: #111111;
    margin: 0px 0px 5px 0px;
}

.heading1 {
    font-size: 30px;
    line-height: 20px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    color: #1b2834;
    font-weight: 900;
}

.content-quality {
    float: left;
    width: 193px;
}

.content-quality p {
    margin-left: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
}

.content-quality p span {
    display: block;
}

.tabtop li a {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #1b2834;
    border-radius: 0px;
    border: 1px solid #ebebeb !important;
    text-align: center
}

.tabtop .active a:before {
    content: "♦";
    position: absolute;
    top: 20px;
    left: 45%;
    color: #b28e33;
    font-size: 30px;
}

.tabtop li a:hover {
    color: gray !important;
    text-decoration: none;
}

.tabtop .active a:hover {
    color: #fff !important;
}

.tabtop .active a {
    background-color: #b28e33 !important;
    color: #FFF !important;
}

.margin-tops {
    margin-top: 30px;
}

.tabtop li a:last-child {
    padding: 10px 22px;
}

.thbada {
    padding: 10px 28px !important;
}

section p {
    font-family: 'Lato', sans-serif;
}

/*.margin-tops4{margin-top:20px;}*/
.tabsetting {
    padding-top: 6px;
    /*width: 100%;*/
    border-bottom: 0;
    margin-left: 5px;
}

.services {
    background-color: #d4d4d4;
    min-height: 710px;
    padding: 65px 0 27px 0;
}

.services a:hover {
    color: #000;
}

.services h1 {
    margin-top: 0px !important;
}

.heading-container p {
    font-family: 'Lato', sans-serif;
    text-align: center;
    font-size: 16px !important;
    text-transform: uppercase;
}

/*.tabtop li {*/
/*    width: 33%*/
/*}*/

/*end product tabs*/


/*start blogs Details*/
.blogsDetails{
    
}

.blogsDetails .imgSection{
    position:relative;
}
.blogsDetails .imgSection img{
    width:100%;
    height:450px;
}
.blogsDetails .imgSection .imgOver{
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000000b0;
    width:100%;
}
.blogsDetails .imgSection .imgOver h4{
    padding: 15px 10px;
    color: #fff;
}

.blogsDetails .panel-body{
    padding:0;
}
.blogsDetails .panel{
    padding:0;
    border-radius:0;
}
.blogsDetails .contentSection{
    padding:15px 5px;
}
.blogsDetails .contentSection img{
      width:100%;
}
.contentSection h5{
    color: #9e9e9e;
}

.contentSection h5 span{
    color: #06163a;
}
.contentSection h5 span b{
    color: #b28e33;
}

.recentBlogs .widget-content .post {
    position: relative;
    min-height: 67px;
    padding-left: 85px;
    margin-bottom: 20px;
}
.recentBlogs .post .post-thumb {
    position: absolute;
    left: 5px;
    top: 10px;
    width: 67px;
    height: 67px;
}

figure {
    margin: 0;
}
.recentBlogs .post .post-thumb img {
    display: block;
    width: 68px;
    height: 68px;
}
.recentBlogs .post .desc-text {
    position: relative;
    font-size: 14px;
    color: #000;
    line-height: 1.8em;
    padding: 5px 0px 3px;
}

.recentBlogs .post .time {
    position: relative;
    color: #000;
    line-height: 24px;
    padding-left: 28px;
    font-size: 14px;
}
.recentBlogs .post .time:before {
    position: absolute;
    content: '\f073';
    left: 0px;
    top: 0px;
    font-family: 'FontAwesome';
}

.blogsDetails .share {
    position: relative;
    background: #f7f7f7;
    padding: 20px 30px 20px;
    /*margin-bottom: 70px;*/
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
}
.float_left {
    float: left;
}
.blogsDetails .share .social-box span {
    color: #252525;
    margin-right: 13px;
    font-size: 18px;
}
.blogsDetails .share .social {
    display: inline-block;
    margin-bottom: 0;
    margin-left: -2.5px;
}
.blogsDetails .share .social > li {
    padding-right: 0;
    margin: 0;
    padding-left: 0;
}

.blogsDetails .share .social a {
    width: 40px;
    border-radius: 50%;
    height: 40px;
    color: #555;
    text-align: center;
    margin: 0 3px;
    border: 1px solid #eee;
    display: block;
    line-height: 38px;
    transition: all 0.5s ease;
}
.blogsDetails .share .social a:hover {
    color: #ffffff;
    background: #f8993a;
    border-color: #f8993a;
}
.blogsDetails .bTags{
        margin: 0;
    padding: 10px;
}
.blogsDetails .bTags li{
          list-style: none;
    float: left;
    background-color: #b28e332b;
    padding: 7px 12px;
    margin: 2px;
}
.blog-image {
    overflow: hidden;
    position:relative;
}
.publish-date {
    position: absolute;
    right: 15px;
    top: 15px;
}
.blog-title a {
    font-weight: 400 !important;
    font-size: 16px;
    color: #222222;
    padding: 25px 0 !important;
}
.blog-section-content .blog-main-content {
    height: auto;
        margin-bottom: 15px;
}
.blog-content {
    height: 48vh !important;
        margin-bottom: 15px !important;
            border: 1px solid #f1f1f1;
}
/*end blogs Details*/

@media (max-width: 767px) {
    .productDetailsMenu .nav-side-menu {
        position: relative;
        width: 100%;
        margin-bottom: 10px;
    }

    .productDetailsMenu .nav-side-menu .toggle-btn {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 10 !important;
        padding: 3px;
        background-color: #ffffff;
        color: #000;
        width: 40px;
        text-align: center;
    }

    .productDetailsMenu .brand {
        text-align: left !important;
        font-size: 22px;
        padding-left: 20px;
        line-height: 50px !important;
    }
}

@media (min-width: 767px) {
    .productDetailsMenu .nav-side-menu .menu-list .menu-content {
        display: block;
    }
}

/*End User DashbOrad*/
.productGall {
    height: 600px;
}

.productGall .swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.productGall .swiper-slide {
    background-size: cover;
    background-position: center;
    background-size: contain;
    /* background-position: bottom; */
    background-position: bottom 31px right 37px;
    background-size: contain !important;
    background-repeat: no-repeat;
    background-size: 73% !important;
}

.productGall .gallery-top {
    height: 80%;
    width: 100%;
}

.productGall .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.productGall .gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
}

.productGall .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.productGall .swiper-slide {
    background-position: calc(100% - 20px) center;
}



/*side btn*/


.intercom {
    padding: 12px;
    position: fixed;
    bottom: 30px;
    right: 15px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #06163C;
    color: #fff;
    z-index: 2;
    opacity: 0;
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .24);
    transition: .5s;
    cursor: pointer
}

.intercomCloseBtn {
    padding: 10px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #58bf93;
    color: #fff;
    z-index: 2;
    opacity: 0;
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .24);
    transition: .5s;
    cursor: pointer
}

.intercom.active,
.intercomCloseBtn.active {
    opacity: 1;
    z-index: 3;
    transition: .5s
}

.intercomCloseBtn.active {
    background: #646464;
    border: solid 1px #4d4d4d
}

.intercomFormBox {
    padding: 0 !important;
    position: fixed !important;
    bottom: -1000px !important;
    right: 15px !important;
    width: 350px;
    z-index: 3;
    transition: .5s !important;
    opacity: 0 !important;
    border: 0;
    box-shadow: 0 3px 46px 0 rgba(0, 0, 0, .2)
}

.intercomFormBox .flexHeading {
    padding: 10px 20px;
    background: #000;
    color: #fff;
    font-size: 16px;
    border-radius: 5px 5px 0 0
}

.intercomFormBox form {
    padding: 20px
}

.intercomFormBox form .form-group {
    margin-bottom: 15px !important;
    position: relative
}

.intercomFormBox form .form-group .gps-location {
    padding: 12px;
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    width: 45px;
    z-index: 1
}

.intercomFormBox .btn {
    width: 100%
}

.intercomFormBox.active {
    top: inherit;
    bottom: 85px !important;
    transition: .5s !important;
    opacity: 1 !important
}

.intercomFormBox .showProfile {
    padding: 15px;
    text-align: center
}

.intercomFormBox .showProfile .pic {
    width: 87px;
    height: 87px;
    background: #f5f5f5;
    border-radius: 50%;
    text-align: center;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.intercomFormBox .showProfile .pic figure {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    text-align: center;
    overflow: hidden
}

.intercomFormBox .showProfile .pic figure img {
    width: 75px
}

.intercomFormBox .showProfile .pic .lds-ring {
    display: inline-block;
    position: absolute;
    top: -5.6px;
    left: -6px;
    width: 64px;
    height: 64px
}

.intercomFormBox .showProfile .pic .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 87px;
    height: 87px;
    margin: 6px;
    border: 6px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    border-color: #5e449b transparent transparent
}

.intercomFormBox .showProfile .pic .lds-ring div:nth-child(1) {
    animation-delay: -.45s
}

.intercomFormBox .showProfile .pic .lds-ring div:nth-child(2) {
    animation-delay: -.3s
}

.intercomFormBox .showProfile .pic .lds-ring div:nth-child(3) {
    animation-delay: -.15s
}

@keyframes lds-ring {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.scroll-top {
    left: 20px;
}

.navPanel {
    position: fixed;
    bottom: -1000px;
    right: -1000px;
    width: 360px;
    height: 360px;
    background: rgba(0, 0, 0, .8);
    border-radius: 50%;
    z-index: 3;
    cursor: pointer;
    overflow: hidden;
    transition: .5s;
    /*background: linear-gradient(75deg, #fff 10%, #f8993a) !important;*/
    background:#06163A;
}

.navPanel.active {
    bottom: -140px;
    right: -140px;
    transition: .5s
}

.navPanel .link {
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center
}

.navPanel .link figure {
    padding: 15px;
    background: #fff;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: block
}

.navPanel .link figure img {
    width: 100%
}

.navPanel .link span {
    margin-top: 3px;
    display: block;
    font-size: 13px;
    color: #fff;
}

.navPanel .link1 {
    left: 148px;
    top: 18px
}

.navPanel .link2 {
    left: 65px;
    top: 52px
}

.navPanel .link3 {
    left: 20px;
    top: 132px
}

.navPanel .link3 figure {
    padding: 5px
}

.callbackOpenForm,
.meetingOpenForm,
.whatsappOpenForm {
    display: none
}

.callbackOpenForm.active,
.meetingOpenForm.active,
.whatsappOpenForm.active {
    display: block
}

/*end side btn*/

/*join us*/
#djJoinUs {
    position: fixed;
    top: 50%;
    right: -50px;
    z-index: +99999;
}

#djJoinUs .rotsate {
    transform: rotate(270deg)
}

#djJoinUs .rotsate span {
    color: #f5f5f5;
}

#djJoinUs .rotsate span a {
    padding: 12px 25px;
    background-color: #b28e33;
    color: #f5f5f5;
    font-weight: 500;
    font-size: 17px;
}

#djJoinUs .rotsate span a:hover {
    background-color: #ffffffc2;
    color: #b28e33;
}

/*end join us*/




/*side popup*/
.copmlsy{
    color:red !important;
}

#pop_contact .modal-title,
#pop_contact .close {
    color: #000;
}

#pop_contact .form-group input[type="text"] {
    width: 95%
}

#pop_contact .form-group input[type="email"] {
    width: 95%
}

#pop_contact .form-group textarea {
    width: 95% !important;
}

#pop_contact {
    display: none;
    position: fixed;
    top: 25%;
    right: 0;
    z-index: 99999;
    width: 350px;
    height: 400px;
    /*background-image: linear-gradient(#b28e33, #b0b1b1), url(../../assets/img/about-1.png);*/
    background-color: #200960;
    border: 8px solid #b28e33;
    box-shadow: rgb(0 0 0 / 10%) 0px 5px 5px 2px;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.50);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 50%);
        background-size: cover;
}

#pop_contact .btn3 {
    padding: 8px 25px;
    border-radius: 2px !important;
    border: 1px solid #f79518 !important;
    background: #f79518;
}

#pop_contact .btn3:hover {
    border: 1px solid #188942 !important;
}

#pop_contact .form-control {
    border-radius: 0;
    padding: 18px;
}

#pop_contact .close {
    position: absolute;
    right: 20px;
    top: 13px;
    color: #000;
    opacity: 1;
}
#pop_contact .close:hover {
    color: #000;
}

#pop_contact .modal-body {
    padding: 3px 5px 15px 5px;
}

#pop_contact .modal-header {
    padding: 13px 10px;
    border-bottom: 1px solid #e5e5e5;
}

#pop_contact .form-control:first-child {
    margin-top: 0;
    background-color: transparent;
}

#Formsbtn {
    /*margin: 20px 0;*/
    background-color: #f79518;
    border-color: #f79518;
}

#pop_contact .form-control {
    /*margin-top: 4%;*/
    background-color: transparent;
}



#pop_contact .form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #696969;
    font-size: 12px;
    opacity: 1;
    /* Firefox */
}

#pop_contact .form-control:focus {
    color: #696969;
    background-color: transparent !important;
}

#pop_contact .form-control {
    color: #696969;
    background-color: transparent !important;
}

#pop_contact .form-control {
    color: #696969;
    background-color: transparent !important;
}

#pop_contact .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #696969;
    font-size: 12px;
}

#pop_contact .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #696969;
    font-size: 12px;
}

#Formsbtn1 {
    padding: 6px 35px;
}

#Formsbtn1 {
    margin-top: 5px;
    padding: 6px 35px;
}

#pop_contact .error {
    font-size: 12px;
   
}
#pop_contact .btn3{
    width:100%;
}

#pop_contact input, #pop_contact input, #pop_contact textarea {
    border: 1px solid #696969;
}
#pop_contact label{
       margin-top: 5px;
    font-weight: 400;
    font-size: 15px;
    width:100%;
}

#pop_contact .contact-form {
    background-color: #fff;
    padding: 30px;
    text-align: center;
    position: relative;
    bottom: 0px;
    top: 100px;
    -webkit-box-shadow: 1px 2px 14px 0px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 1px 2px 14px 0px rgba(0, 0, 0, 0.29);
    box-shadow: 1px 2px 14px 0px rgba(0, 0, 0, 0.29);
}

#pop_contact .contact-section {
    margin-bottom: 5px;
    margin-top: 5px;
    /*padding-bottom: 5px;*/
    /*border-bottom: 1px solid #696969;*/
}

#pop_contact .contact-section .contact-icon {
    float: left;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 16px;
    color: #b28e33;
    padding-right: 20px;
    position: initial;
}

#pop_contact .contact-section .contact-info {
       padding-top: 2px;
    font-weight: 400;
    font-size: 16px;
}

#pop_contact .contact-social {}

#pop_contact .contact-social ul {}

#pop_contact .contact-social ul li {
    float: left;
}

#pop_contact .contact-social ul li a {
    font-size: 16px;
    padding-right: 10px;
    color: #6b6c6d;
}

#pop_contact .contact-social ul li a:hover {
    color: #0084bf;
}

#pop_contact .location-block {
    border-radius: 2px;
    border: 1px solid #eaeaea;
    padding: 30px;
    margin-bottom: 20px;
    background-color: #fff;
}

#pop_contact .location-content {}

#pop_contact .location-block ul {}

#pop_contact .location-block ul li {
    line-height: 2.2;
    font-size: 15px;
}

#pop_contact .location-icon {
    color: #0084bf;
    padding-right: 10px;
    font-size: 15px;
}


/*2nd*/

#Get_a_Quote .contact-form {
    background-color: #fff;
    padding: 30px;
    text-align: center;
    position: relative;
    bottom: 0px;
    top: 100px;
    -webkit-box-shadow: 1px 2px 14px 0px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 1px 2px 14px 0px rgba(0, 0, 0, 0.29);
    box-shadow: 1px 2px 14px 0px rgba(0, 0, 0, 0.29);
}

#Get_a_Quote .contact-section {
    margin-bottom: 25px;
    margin-top: 25px;
    /*padding-bottom: 5px;*/
    /*border-bottom: 1px solid #696969;*/
}

#Get_a_Quote .contact-section .contact-icon {
    float: left;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 16px;
    color: #b28e33;
    padding-right: 20px;
    position: initial;
}

#Get_a_Quote .contact-section .contact-info {
       padding-top: 2px;
    font-weight: 400;
    font-size: 16px;
}

#Get_a_Quote .contact-social {}

#Get_a_Quote .contact-social ul {}

#Get_a_Quote .contact-social ul li {
    float: left;
}

#Get_a_Quote .contact-social ul li a {
    font-size: 16px;
    padding-right: 10px;
    color: #6b6c6d;
}

#Get_a_Quote .contact-social ul li a:hover {
    color: #0084bf;
}

#Get_a_Quote .location-block {
    border-radius: 2px;
    border: 1px solid #eaeaea;
    padding: 30px;
    margin-bottom: 20px;
    background-color: #fff;
}

#Get_a_Quote .location-content {}

#Get_a_Quote .location-block ul {}

#Get_a_Quote .location-block ul li {
    line-height: 2.2;
    font-size: 15px;
}

#Get_a_Quote .location-icon {
    color: #0084bf;
    padding-right: 10px;
    font-size: 15px;
}
#Get_a_Quote .modal-header {
    padding: 0;
    border-bottom: 0;
}
/*end sidepopup*/

.slogan-area {
    position: relative;
    display: block;
    background: #b28e33;
    padding: 35px 0;
}

.flex-box-two {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.fix {
    position: relative;
    display: block;
    overflow: hidden;
}

.slogan-area .title {
    position: relative;
    display: block;
}

.float-left {
    float: left !important;
}

.slogan-area .button {
    position: relative;
    display: block;
}

.float-right {
    float: right !important;
}

.slogan-area .title h3 {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    padding: 0;
    margin: 0;
}

.slogan-area .title p {
    color: #ffffff;
    font-weight: 300;
    padding: 0;
    margin: 0;
}

.slogan-area .button a {
    color: #27282c;
    background: #ffffff;
}

.btn-one {
    position: relative;
    display: inline-block;
    background: #e9212e;
    color: #ffffff;
    font-size: 15px;
    line-height: 60px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Rubik', sans-serif;
    padding: 0 30px 0;
    transition: all 500ms ease;
}

.btn-one span:before {
    font-size: 26px;
    line-height: 14px;
    display: inline-block;
    padding-left: 10px;
    position: relative;
    top: 4px;
}

.flaticon-next:before {
    content: "\f1d8";
    font: normal normal normal 14px/1 FontAwesome;
}

.productTabs .fastreMaterial {
    border-left: 2px solid #b28e33;
    padding: 5px 15px 15px 15px;
    background: #9fa1a142;
}

.fasterners .product-grid6 .product-image6 img {
    height: auto !important;
    padding: 35px 35px 80px;
}

.fasterners .product-grid6.machinetoolx .product-image6 img {
    height: 270px !important
}

.fasternersDetails .tab-content > .tab-pane .imgSection img {
    display: inline-block;
}

.dksmodel .modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    outline: 0;
}

.dksmodel .modal-body {
    position: relative;
    padding: 15px;
}

.dksmodel .modal-body section {
    padding: 0;
}

.dksmodel {
    top: 2%;
}

.dksmodel .modal-body section iframe {
    width: 100%;
    min-height: 550px;
    border: 0;
}

.no-padding {
    padding-right: 0;
    padding-left: 0;
}

.banner-top-imgDKS {
    position: relative;
    text-align: center;
    color: white;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 130px 0px;
    color: #fff;
    /* background-size: contain; */
    /*height: 400px;*/
    background-size: contain !important;
    background-repeat: no-repeat !important;
    width: 100%;
    background-size: cover !important;
}

.banner-top-imgDKS .breadcrumbs h1 {
    color: #fff;
    margin: 0;
    font-size: 61px;
    padding-bottom: 25px;
}

.banner-top-imgDKS .breadcrumbs p {
    display: block;
    color: #fff;
    margin-top: 15px;
}
.main-cont2 .text-cont button {
        width: 100%;
        padding: 14px 0;
        text-transform: capitalize;
    }
    
    .main-cont2 .text-cont p {
    background: #fff;
    transition: all 0.4s;
    display:block;
}
.main-cont2 .panel-group .panel-title a{
        text-transform: capitalize;
}

.main-cont2 .text-cont {
    padding-top: 0;
}
.main-cont3 .cont3-inner1 {
    min-height: 340px;
}
.main-cont3 .cont3-inner1-in1 {
    min-height: 0;
}
  .main-cont2 .panel-title>a:before {
        float: right !important;
        font-family: FontAwesome;
        content: "\f068";
        padding-right: 5px;
    }

    .main-cont2 .panel-title>a.collapsed:before {
        float: right !important;
        content: "\f067";
    }

    .main-cont2 .panel-title>a:hover,
    .main-cont2 .panel-title>a:active,
    .main-cont2 .panel-title>a:focus {
        text-decoration: none;
    }
    .form-contact .innercontainer2 button{
            margin-top: 20px;
    }
    
    /*.navbar-nav>li>.dropdown-menu*/
    
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    text-decoration: none;
    background-color: transparent !important;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: transparent !important;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 0px 0;
    overflow: hidden;
    background-color: transparent;
}

.open>.dropdown-menu{
     transition: all .5s ease;
         margin: 0 !important;
    padding: 0 !important;
}
.navbar-default .navbar-nav > li > a:hover .dropdown-menu{
    opacity: 1;
  transform: translateY(0);   
}

.dfdfhdh {
    display: none;
}
/*.swiper-button-next,*/
/*.swiper-button-prev {*/
/*    background-color: white;*/
/*    background-color: rgba(255, 255, 255, 0.5);*/
    
/*    color: #000 !important;*/
/*    fill: black !important;*/
/*    stroke: black !important;*/
/*}*/
.swiper-pagination {
    bottom: -4px !important;
}

.inspire .mainHeadingSection h1{
    text-transform: uppercase !important;
    color: #06163a;
    font-style: normal;
    /* font-weight: 600; */
    font-size: 30px;
    font-family: 'Rubik';
    text-transform: capitalize;
    font-weight: 300;
    font-style: normal;
    font-size: 48px;
    line-height: 1.13;
    font-family: 'Rubik';
}
.work-section.newsz .mainHeadingSection h1 {
    text-transform: capitalize;
    font-size: 33px;
}
.productDetailsMenu .nav-side-menu {
    color: #000;
    background-color: #fff;
}
.productDetailsMenu .nav-side-menu li a {
    text-decoration: none;
    color: #000;
}
.productDetailsMenu .nav-side-menu .brand {
    background-color: #fff;
    line-height: 50px;
    display: block;
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid #23282e;
}
.productDetailsMenu .nav-side-menu li {
    padding-left: 0px;
    border-left: 3px solid #b28e33;
    border-bottom: 1px solid #23282e;
}
.productDetailsMenu .nav-side-menu ul .sub-menu.in li a, .productDetailsMenu .nav-side-menu li .sub-menu.in li a {
    color: #000;
    font-size: 13px;
}
   .productDetailsMenu .nav-side-menu li a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    padding-left:5px;
}

 .productDetailsMenu .nav-side-menu li a .fa{
    display:none;
}
.productDetailsMenu .nav-side-menu ul .sub-menu li:hover, .productDetailsMenu .nav-side-menu li .sub-menu li:hover{
    background-color:#b28e33;
}

.productDetailsMenu .nav-side-menu li.acvtivecss{
    background-color:#b28e33;
    color:#fff;
}
.productDetailsMenu .nav-side-menu li.acvtivecss a{
    /*background-color:#b28e33;*/
    color:#fff;
}
.navbar-default .navbar-nav > li > a:hover, .dropdown-menu>li>a:hover{
  
    /*background-color:#f6f6f6 !important;*/
}
.open>.dropdown-menu li a{
    padding:10px 5px;
}
.open>.dropdown-menu li a:hover{
      color:#b28e33 !important;
    background-color:#f6f6f6 !important;
    
}

.dropdown-menu>li>a:hover .navbar-default .navbar-nav > li > a{
    color:#fff !important;
    background-color:#b28e33 !important;
    color:#fff !important;
    background-color:#b28e33 !important;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #b28e33 !important;
    background-color: transparent !important;
    
}

.navbar-nav>li>.dropdown-menu li a:hover .navbar-nav>li>.dropdown-menu li{
     background-color:#b28e33 !important;
}
.navbar-default .navbar-nav > li > a:hover{
   color: #b28e33 !important;
    background-color: transparent !important;
}
.blog-section-content {
     padding-left: 0px !important; 
     padding-right: 0px !important; 
}
.blog-title h3{
    height:55px;
}
.btn-submit:hover {
    background: #06163a !important;
    color: #fff;
}
.fastenersDetails .mainh{
    border-left: 7px solid #b28e33;
    margin: 20px 0;
    padding: 5px 0 7px 11px;
    background-color:#f2f2f2;
}
.fastenersDetails .slogan-area{
    padding:60px 30px;
    background: #a8a9a940;
}
.fastenersDetails .slogan-area .button a {
    color: #fff;
    background: #b28e33;
    border:1px solid #b28e33;
}
.fastenersDetails .slogan-area .button {
    margin-top: 20px;
}
.fastenersDetails .slogan-area .button a:hover{
    color: #b28e33;
    background: transparent;
    border:1px solid #b28e33;
}
.fastenersDetails .slogan-area .title h3, .fastenersDetails .slogan-area .title p {
    color: #000;
}
    
    .thm_btn:hover {
    background: transparent !important;
    color: #b28e33;
    box-shadow: 0 0 25px -14px #b28e33;
    border:1px solid #b28e33 !important;
}
   .thm_btn {
    border:1px solid #b28e33 !important;
}

#Get_a_Quote .modal-dialog{
    background-color:#06163A !important;
    /*padding:10px !important*/
}
#Get_a_Quote .modal-dialog .form-group input{
    padding-left:20px !important;
    padding-right:20px !important;
}
.modal-open .modal label{
        font-weight: 400 !important
}
#Get_a_Quote .leftside{
    background-color:#fff;
}
#Get_a_Quote .fgfdjhdfv{
        padding-top: 15px;
    padding-bottom: 20px;
}
#Get_a_Quote .fgfdjhdfv1{
        padding-top: 15px;
    padding-bottom: 15px;
    background-color:#06163A !important;
}
.fgfdjhdfv1 h3, .fgfdjhdfv1 p a{
    color:#fff;
}
#Get_a_Quote .contact-section .contact-icon {
    color: #fff;
}
.fastenersDetails .leftsidez {
    padding-top: 8%;
}
.dkssdsdsd{
    padding-top:20px;
}
.inspireDetails ul{
        list-style: none;
            padding-left: 15px;
}
.inspireDetails ul li:before {
    list-style: none;
    content: '◎';
    padding-right: 11px;
}


@media only screen and (max-width: 600px) {
    .navbar-default .navbar-nav > li > a{
        text-align:left !important;
    }
    
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777;
    text-align: left !important;
}
    ourMartket .detSection, .ourMartket .mainimg{
        height:auto;
    }
    .fastenersDetails .leftsidez {
    padding-top: auto;
}
    .ourMartket{
        padding:0 0 20px !important;
    }
    .fastenersDetails .slogan-area {
    padding: 19px 10px;
    background: #a8a9a940;
}
    fastenersDetails .mainh {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}


    .accessories .swiper-container-Accessories .swiper-slide .ptitlez {
    height: auto;
}
    .blogsDetails .contentSection h2{
        font-size:18px;
    }
    .blogsDetails .imgSection .imgOver {
    position: relative;
    bottom: 0;
    left: 0;
    background-color: transparent;
    width: 100%;
}
.blogsDetails .imgSection .imgOver h4 {
    padding: 15px 10px;
    color: #000;
}
    .blogsDetails .imgSection img{
    width:100%;
    height:auto;
}
    .blog-content {
    height: auto !important
}
    .accessories{
        padding:0 !important;
    }
    .accessories .swiper-container-Accessories .swiper-slide .carousel-caption .geeks::before{
            position: relative !important;
                width: 130px !important;
            
    }
    .work-section.newsz{
            padding: 15px 0px;
    }
    .testimonial-section2 {
    padding: 50px 0 0;
}
    .inspire .inspireDetails h1, .inspire .rightSection1 h2 {
    font-size: 24px;
    margin-bottom: 18px;
    text-align: center;
}
    .goal .btnsec {
        float:none;
    text-align: center;
        display: block;
}
    .goal .goaldetails {
    text-align: center;
}
    .inspire .inspireDetails{
        text-align:left;
    }
    .navbar-brand {
    height: auto;
    padding: 0px 65px 0 0;
}
    .call-back-1 img {
    bottom: 30%;
    }
    .caret{
        display:none;
    }
    .navbar-nav .toptab a.dropdown-toggle:after {
    float: right !important;
    font-family: FontAwesome;
    content: "\f0d7";
    padding-right: 5px;
    /*margin-top: -35px;*/
    right: 51px;
    color: #fff;
}
    .navbar-nav>li a.dropdown-toggle:hover ul{
        display:block !important
    }
    .dfdfhdh {
    display: block;
    padding-bottom: 15px;
}
.dfdfhdh img{
    width: 120px;
    display: block;
    margin: 0 auto;
}

    .thm_btn {
    padding: 9px 30px;
    font-size: 12px;
}
    .accessories .swiper-container-Accessories .swiper-slide img.f1 {
    padding-left: 10px;
        padding-right: 15px;
}
    
    .testim .dots {
    width: auto;
    left: 20%;
}


    #pop_contact .modal-body {
    padding: 2px !important;
}
    #pop_contact {
    width: 300px !important
    }
    .first-header h2 {
    color: #06163A;
    font-size: 34px;
    font-weight: 100;
}
    section{
        padding:25px 0
    }
   .main-cont3 .cont3-inner1 {
    padding: 15px;
        min-height: 360px;
    }
    .main-cont3 {
    padding-top: 0px;
    }
    .main-cont2 .text-cont {
    padding-top: 20px;
}
    .main-cont2 .text-cont{
            padding-left: 15px !important;
                width: 100%;
    }
    .main-cont2 .text-cont button {
        width: 100%;
        padding: 14px 0;
            font-size: 18px;
    }
    .banner-top-imgDKS {
        padding: 58px 0px;
    }

    .banner-top-imgDKS .breadcrumbs h1 {
        color: #fff;
        margin: 0;
        font-size: 30px;
        padding-bottom: 16px;
    }

    .mycounter .vamtam-heading {
        text-align: center;
        justify-content: center;
        margin-bottom: 20px;
    }

    .no-padding {
        padding-right: 15px;
        padding-left: 15px;
    }

    .navbar-nav.navbar-right {
        margin: 5px 0;
    }


    .dksmodel .modal-body section iframe {
        width: 100%;
        min-height: 450px;
        border: 0;
    }

    .slogan-area .inner-content {
        padding: 15px;
    }

    .productGall .swiper-slide {
        background-size: 100% !important;
    }

    .productGall .swiper-slide {
        background-position: calc(100% - 0px) center;
    }


    .product-grid6 .product-image6 img {
        height: auto;
    }

    .product-grid6 {
        height: auto
    }

    .tabtop .active a:before {
        content: "♦";
        position: absolute;
        top: 7px;
    }

    .tabtop li a {
        padding: 6px 4px !important;
        font-size: 12px !important;
        font-weight: 400 !important;
    }

    .tabtop li {
        width: 32% !important;
    }

    .form-control {
        margin-bottom: 5px;
    }

    .option-container {
        height: auto !important;
    }

    .option-content {
        padding-bottom: 0 !important
    }

    .accessories .swiper-container-Accessories .swiper-pagination {
        display: none;
    }

    footer .footer-top .btnpass {
        margin-top: 46px;
    }

    .accessories .swiper-container-Accessories .swiper-slide .carousel-caption .geeks,
    .accessories .swiper-container-Accessories .swiper-slide .carousel-caption .geeks::before {
         width: 130px !important;
    }

    .accessories .swiper-container-Accessories .swiper-slide img.f5 {
        width: 100%;
        height: 131px;
    }

    .accessories .swiper-container-Accessories .swiper-slide img.f3 {
        width: 100%;
        height: 99px;
    }

    .accessories .swiper-container-Accessories .swiper-button-next {
        right: 3%;
    }

    .accessories .swiper-container-Accessories .swiper-button-prev {
        left: 43%;
    }

    .accessories .swiper-container-Accessories .swiper-slide,
    .accessories .swiper-container-Accessories .swiper-wrapper {
        height: 322px;
    }

    .accessories .swiper-container-Accessories .swiper-slide img.f2 {
        width: 100%;
        /*height: 300px;
    }

    .accessories .swiper-container-Accessories .swiper-slide img.f1 {
        width: 100%;
        /*height: 93px;*/
    }

    .accessories .swiper-container-Accessories .swiper-slide p {
        font-size: 10px;
    }

    .accessories .swiper-container-Accessories .swiper-slide .carousel-caption {
            width: 43%;
    left: 51%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    }

    .accessories .swiper-container-Accessories .swiper-slide h2 {
        font-size: 20px !important;
    }

    .accessories .swiper-container-Accessories .swiper-slide h1 {
        font-size: 16px !important;
        font-weight: 300;
    }

    .work-section .column div {
        width: auto;
        height: auto;
    }

    .work-section .column div:first-child {
        margin-left: 0;
    }


    .work-section figure {
        width: auto;
        height: auto;
    }

    .mainHeadingSection {
        margin-bottom: 10px;
    }

    .fullSection .fullSectionImg {
        float: none;
        display: block;
        margin: 0 auto;
        padding-bottom: 20px;
        padding-top: 10px;
    }

    .fullSection .fillsec {
        display: block;
        align-items: center;
            text-align: center;
    }

    .inspire .rightSection {
        -webkit-clip-path: polygon(100% 0, 100% 100%, 0% 0%);
        /* clip-path: polygon(100% 0, 100% 100%, 0% 0% ); */
        -webkit-clip-path: polygon(72% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 36%, 0% 0%);
        clip-path: polygon(72% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 36%, 0% 0%);
    }

    .inspire .imgzsec {
        display: block;
    }
.inspire .imgzsec {
    position: absolute;
    width: 100%;
    bottom: 0px;
    right: 0;
}
    .inspire .imgzsec img {
        height: auto;
        width:75%;
            display: block;
    margin: 0 auto;
    }

    .right_border {
        border-right-width: 0;
    }

    .modal {
        top: 6%;
    }

    .ourMartket .mainimg {
        height: auto;
        width: 100%;
    }

    .nopadding {
        padding-left: 15px;
        padding-right: 15px;
    }

    .top-menuBar .rightSide {
        margin-top: 15px;
        /*        border-top: 1px solid #555;*/
        width: 100%;
    }

    .top-menuBar .leftSide {
        width: 100%;
    }

    .top-menuBar .leftSide li {
        width: 100%;
        float: none;
        text-align: center;
    }

    .top-menuBar .rightSide li {
        padding-right: 19px;
        padding-left: 10px;
    }

    .video-overlay .carousel-caption {
        bottom: 13%;
    }

    .video-overlay .carousel-inner .item {
        height: auto;
    }

    .video-overlay .carousel-inner img {
        height: 350px;
    }

    .video-overlay .carousel-caption h1 {
        line-height: 55px;
        font-weight: 600;
        font-size: 31px;
    }

    .video-overlay .carousel-caption h2 {
        line-height: 1px;
        font-weight: 300;
        font-size: 24px;
    }

    .video-overlay .imgRotate img {
        width: 100px;
        height: 100px;
        top: 25%;
        left: 50%;
    }
    .thmbtn{
        padding:11px 22px!important;
    }
    .video-overlay .carousel-caption .thm_btn{
            padding: 5px 12px !important
    }
    
}

@media only screen and (min-width: 1024px) and (max-width: 1284px) {
    .navbar-default .navbar-nav > li > a {
        padding: 12px;
    }
}

@media only screen and (min-width: 1264px) and (max-width: 1400px) {
      #pop_contact {
        top: 13% !important
      }
      .cont-img img {
        height: 68vh !important;
    }
}

@media only screen and (min-width: 219px) and (max-width: 374px) {
    
      .video-overlay .carousel-caption p{
          font-size:12px !important;
      }
      .video-overlay .carousel-caption h2 {
    font-size: 18px !important;
}
.video-overlay .carousel-caption h1 {
    line-height: 45px;
    font-weight: 500;
    font-size: 20px !important;
}
.video-overlay .carousel-caption {
    bottom: 9% !important;
}
}
