/* global css start */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}
ul {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
p {
  margin: 0;
}
/* global css end */


body{
    font-family: 'Archivo Narrow', sans-serif;
}

.searchOverlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

a.whatsAppBtn {
    position: fixed;
    width: 68px;
    bottom: 5%;
    left: 2%;
    display: block;
    z-index: 99999;
    text-align: center;
    border-radius: 50%;
}

a.whatsAppBtn img{
    display: block;
    width: 100%;
}

.searchOverlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.searchOverlay .closebtn:hover {
  color: #ccc;
}

.searchOverlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

.searchOverlay input[type=text]:hover {
  background: #f1f1f1;
}

.searchOverlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.searchOverlay button:hover {
  background: #bbb;
}


/* menu bar css start */
.headerMain {
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  background-color: #ff5252;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.categoryDetails {
    padding: 40px;
    background-color: #eee;
    margin-bottom: 20px;
}

.categoryDetails p{
    line-height: 30px;
    margin-bottom: 20px;
    text-align: justify;
    font-size: 18px;
}

img.cygImgDetails{
    display: block;
    width: 100%;
}

.categoryDetails h4{
    
}

.categoryDetails ul{
    padding-left: 20px;
}

.categoryDetails ul li{
    margin: 5px 0px;
    list-style-type: disclosure-closed;
}

.navLogo img {
    padding: 10px 0;
    width: 70%;
}

.navMenu ul li {
  display: inline-block;
  margin: 0px 10px;
  padding: 33px 0;

}

a.homeCategoryGrid {
    padding: 20px;
    display: block;
    background-color: brown;
    margin: 10px 0px;
    transition-duration: 0.3s;
    border-radius: 10px;
}

a.homeCategoryGrid:hover{
    transform: scale(1.02);
}

.testimonialOverly img {
    display: block;
    width: 100%;
    margin: 0px auto;
}

.testimonialOverly h5{
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    margin: 10px 0px;
    line-height: 40px;
    text-transform: uppercase;
}

.testimonialOverly p {
    color: #c7c7c7;
}

.navMenu ul li a {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
.menuIcons ul {
  display: flex;
  justify-content: end;
  align-items: center;
  flex-wrap: wrap;
}

.menuIcons ul li {
  margin: 0 12px;
  margin-top: 4px;
}

.menuIcons ul li a {
  font-size: 20px;
  color: #444;
}

.searchIcon {
  font-size: 25px;
}

.sticky-header.stick {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  animation: smoothScroll 1s forwards;
  z-index: 999;
  width: 100%;
}
@keyframes smoothScroll {
  0% {
      transform: translateY(-40px);
  }
  100% {
      transform: translateY(0px);
  }
}


/* The container <div> - needed to position the dropdown content */
.dropdownProduct {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-product-content {
  border-top: 2px solid;
  margin-left: -110px;
  left: 50%;
  display: none;
  position: absolute;
  background-color: #a52a2a;
  min-width: 220px;
  z-index: 1;
  transition: 0.5s ease-in-out;
}

/* financial service part css start */


.financialServiceHeadCotent h2 {
    font-size: 44px;
    line-height: 34px;
    font-family: Impact;
    text-transform: uppercase;
    color: #333f47;
    margin: 0;
    padding: 25px 0;
    text-align: center;
}


.financialServiceHeadCotent p {
    font-size: 16px;
    line-height: 25px;
    color: #636b70;
    padding-bottom: 40px;
    text-align: center;
}

.financilaServiceGird {
  text-align: center;
  padding: 20px;
}

.financilaServiceGird img {
  width: 140px;
  height: 140px;
  margin: 0 auto;
  transition: all 0.5s ease;
}

.financilaServiceGird:hover img{
  transform: rotateZ(180deg);
}

.financilaServiceGird p {
  font-size: 16px;
  line-height: 24px;
  color: #171717;
  margin-top: 20px;
  height: 48px;
  overflow: hidden;
}

.financialServiceBannerDiv {
  padding: 50px 0;
}

.financialServiceBannerImage {
  background-image: url('../images/df245259ba0142269aec40d32a65003a.jpg');
}
.bannerImageOverley {
  padding: 100px;
}

.financialServiceBannerContent p {
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  width: 41%;
  text-align: justify;
}

.financialServiceBannerContent h4 {
  font-size: 44px;
  line-height: 44px;
  font-family: Impact;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  padding-bottom: 20px;
}

/* financial service part css end */

/* technicla support part css start */
.technicalSupportTopPartMainDiv {
  padding: 40px 0px;
  background-color: #eee;
}

.technicalSupportTopPartMainDiv .headerContent h2 {
  font-size: 44px;
  line-height: 44px;
  color: #333f47;
  font-family: Impact;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 25px 0;
}

.technicalSupportTopPartMainDiv .headerContent p {
  text-align: center;
  font-size: 15px;
  line-height: 30px;
  color: #333f47;
  padding-bottom: 20px;
}

.technicalCounterGrid {
  text-align: center;
  padding: 20px 0;
}

.technicalCounterGrid h4 {
  font-size: 60px;
  line-height: 60px;
  font-family: Impact;
  color: #fcb026;
  margin: 0;
}

.technicalCounterGrid span {
  font-size: 16px;
  line-height: 28px;
  color: #626262;
}

.quickRepairServiceMainDiv {
  padding: 40px 0;
}

.quickRepairServiceHead h2 {
  font-size: 43px;
  line-height: 44px;
  color: #333f47;
  font-family: Impact;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding-bottom: 22px;
}

.quickRepairServiceHead p {
  font-size: 15px;
  line-height: 25px;
  color: #333f47;
  text-align: center;
  padding-bottom: 40px;
}

.repairServicerGrid {
  text-align: center;
  padding: 20px;
  display: block;
}

.repairServicerGrid p {
  font-size: 18px;
  line-height: 28px;
  color: #626262;
  font-weight: bold;
  text-align: center;
  padding-top: 20px;
}


.repairServicerGrid img {
  transition: all 0.5s ease;
}

.repairServicerGrid:hover img {
  transform: rotateY(180deg);
}

.technicalSupportContactPartMain {
  padding: 50px 0;
  background: #fcb026;
}

.technicalSupportContactGrid {
  text-align: center;
  display: block;
}

.technicalSupportContactGrid h6 {
  font-size: 22px;
  line-height: 25px;
  color: #333f47;
  font-family: Impact;
  margin: 20px 0 10px;
}
.technicalSupportContactGrid img {
  transition: all 0.5s ease;
}
.technicalSupportContactGrid:hover img {
  transform: rotateY(180deg);
}
/* technicla support part css end */

a.pdfBoxLink {
    display: block;
    text-align: center;
    background-color: #bd0b0b;
    padding: 30px 0px;
    border-radius: 5px;
    box-shadow: -4px 3px 5px #000;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    transition-duration: 0.2s;
    margin: 10px 0px;
}

a.pdfBoxLink:hover{
    background-color: #444;
    box-shadow: none;
}

.recommendMainDiv .categorySingleGrid {
    margin: 20px 10px;
}

ul.dropdown-product-content li {
  display: block;
  border-bottom: 1px solid lightgray;
  padding: 0;
  margin: 0;
  transition: 0.3s;
}
ul.dropdown-product-content li:last-child {
  border-bottom: none;
}

ul.dropdown-product-content li:hover {
  cursor: pointer;
}

/* Links inside the dropdown */
.dropdown-product-content li a {
  color: black;
  display: block;
  font-size: 14px!important;
  text-decoration: none;
  padding: 10px;

}

/* Show the dropdown menu on hover */
.dropdownProduct:hover .dropdown-product-content {
  display: block;
  transition: 0.5s ease-in-out;
}

/* menu bar css end */


/* bottom header css start */
.bottomHeader{
  display: none;
}

.bottomHeaderGrid ul li {
  display: inline-block;
  padding: 10px 20px;
}

.bottomHeaderGrid ul li a {
    font-size: 15px;
    color: #d4d6d8;
    text-transform: uppercase;
}

.bottomHeader.bottomStick {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  transition: 2s ease-in-out;
  z-index: 999;
  background: #333e46;
  padding: 10px 0;
  width: 100%;
}
/* bottom header css end */




/* mobile menu css start */
.mobileMenuMainDiv{
  display: none;
}

.mobileMenuHeader {
  background-color: #eee;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobileMenuIcon i{
  font-size: 25px;
}

ul.pushNav.js-topPushNav.isOpen li {
  border-bottom: 1px solid #5a5a5a;
}

ul.pushNav.js-topPushNav.isOpen li:last-child {
  border-bottom: none;
}

.openLevel.js-openLevel {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.openLevel.js-openLevel  i {
  color: #cdb9b9;
  font-size: 13px;
  padding-right: 10px;
}






@media screen and (max-width: 600px) {
  .pushNav {
    width: 75%;
    right: -75%;
  }
}
@media screen and (min-width: 601px) {
  .pushNav {
    width: 350px;
    right: -350px;
  }
}
ul.pushNav {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.pushNav {
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  overflow: hidden;
  background: #2e2f35;
  transition: ease-in-out 0.5s;
}
.pushNav hr {
  border: 1px solid #555;
}

.pushNav, .pushNav a {
  font-size: 1em;
  font-family: helvetica, sens-serif;
  font-weight: 100;
  color: #fff;
  text-decoration: none;
}

.pushNavIsOpen {
  overflow: auto;
  height: 100%;
}

.js-topPushNav.isOpen, .pushNav_level.isOpen {
  right: 0;
}

.closeLevel, .openLevel {
  cursor: pointer;
}

.openLevel, .closeLevel, .pushNav a {
  padding: 1em 0;
  display: block;
  text-indent: 20px;
  transition: background 0.4s ease-in-out;
}
.openLevel:hover, .closeLevel:hover, .pushNav a:hover {
  background: #494a50;
}

.hdg {
  background-color: #1e1e24;
}

.closeLevel, closelevel > i {
  font-size: 1em;
  color: #a5a5a4;
}

.burger {
  position: absolute;
  top: 24px;
  right: 48px;
}
.burger i {
  font-size: 3em;
}

.screen {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.modal-body input {
    margin: 10px 0px;
    border-radius: 0;
}

.pushNavIsOpen .screen {
  height: 100%;
  opacity: 1;
}

.relatedSlider i.fa.fa-angle-left.slick-arrow {
    display: none!important;
}

.relatedSlider i.fa.fa-angle-right.slick-arrow {
    display: none!important;
}

.fa {
  display: inline;
  padding: 5px;
}
/* mobile menu css end */

/* home categroy css start */

.homeCategoryMainDiv {
  padding: 35px 0;
  background: #f5f5f5;
}

/*ul.categoryConatainer li {*/
/*  display: inline-block;*/
/*  padding: 0 32px 0 0;*/
/*}*/

a.homeCategoryGrid img {
  border: 1px solid lightgray;
  display: block!important;
  width: 100%!important;
}

/*a.homeCategoryGrid img + img {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  opacity: 0;*/
/*   display: block!important;*/
/*  width: 100%!important;*/
/*}*/

/*a.homeCategoryGrid:hover img + img {*/
/*  opacity: 1;*/
/*  background-color: #fcb026;*/
/*}*/

.homeCategory-slider i.fa.fa-angle-left.slick-arrow {
  position: absolute;
  top: 15%;
  color: #444;
  left: -5%;
  font-size: 66px;
  text-align: center;
  width: 43px;
  z-index: 9999999;
  cursor: pointer;
}

ul.categoryConatainer.homeCategory-slider.slick-initialized.slick-slider .slick-box {
    margin: 0px 5px;
}

.homeCategory-slider i.fa.fa-angle-right.slick-arrow {
  position: absolute;
  top: 15%;
  color: #444;
  right: -5%;
  font-size: 66px;
  text-align: center;
  width: 43px;
  z-index: 9999999;
  cursor: pointer;
}

a.homeCategoryGrid:hover img{
    background-color: #ff6d6d;
}

.singleServiceGallery .slick-box {
    margin: 2px 0px 10px;
}

.singleServiceGallery i.fa.fa-angle-left.slick-arrow {
  display: none!important;
}

.singleServiceGallery i.fa.fa-angle-right.slick-arrow {
  display: none!important;
}

.tastyTabSlick i.fa.fa-angle-left.slick-arrow {
  position: absolute;
  top: 40%;
  color: #cfcfcf;
  left: -5%;
  font-size: 66px;
  text-align: center;
  width: 43px;
  z-index: 99;
  cursor: pointer;
}

.homeNewsRightTopGrid {
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

.tastyTabSlick i.fa.fa-angle-right.slick-arrow {
  position: absolute;
  top: 40%;
  color: #cfcfcf;
  right: -5%;
  font-size: 66px;
  text-align: center;
  width: 43px;
  z-index: 99;
  cursor: pointer;
}

.singleServiceGallery .slick-box img{
    display: block;
    width: 95%;
    margin: 0px auto;
    border: 1px solid #ccc;
}


a.homeCategoryGrid h5 {
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    margin-top: 25px;
    letter-spacing: 1px;
}

/* home categroy css end */



/* category new css start */
.categoryCardInfo h4 a{
  font-size: 20px;
  margin: 0;
  display: block;
  color: #444;
  padding: 10px 0 0;
}

.categoryCardInfo p {
    font-size: 14px;
    line-height: 23px;
    margin: 5px 0px 15px;
}

a.btnInquiry:hover {
  background-position: left bottom;
  background-color: #444;
  color: #fff;
}

.filterDropBox {
    text-align: center;
    /*margin-top: 45px;*/
}

.filterDropBox h2 {
    font-family: fantasy;
    font-size: 50px;
    letter-spacing: 2px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}

.filterDropBox select.form-control{
    height: auto;
    border-radius: 0;
    font-size: 20px;
    text-align: center;
    color: #444;
}

.categoryHead {
    margin-top: 65px;
}

button.submitBtnCtg {
    display: block;
    width: 100%;
    border: none;
    padding: 4px 0px;
    font-size: 24px;
    background-color: #fcb026;
    color: #fff;
    transition-duration: 0.2s;
}

button.submitBtnCtg:hover{
    background-color: #444;
    cursor: #fff;
}

.filterDropBox 

/*.categorySingleGrid .hotIcon {*/
/*  width: 41px;*/
/*  height: 40px;*/
/*  background: url(../images/hot.png) ;*/
/*  background-repeat: no-repeat;*/
/*  position: absolute;*/
/*  top: 20px;*/
/*  right: 15px;*/
/*  background-size: cover;*/
/*}*/

a.btnMore:hover {
  background-position: left bottom;
  background-color: #444;
  color: #fff;
}

.homeCategorySideBarMainDiv {
  border: 2px solid lightgray;
  padding: 20px 10px;
}

.siderBarHead h4{
  margin: 0;
}

.siderBarHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid lightgrey;
  padding-bottom: 10px;

}

.filterTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
}

.filterTitle h5 {
  margin: 0;
}

.filterTitle i {
  font-size: 27px;
}

.categroyFilterDiv {
  border-bottom: 1px solid lightgray;
  padding: 15px 0;
}

.categroyFilterDiv:last-child {
  border: none;
}

.siderBarHead span {
  color: #fcb026;
}


.wrapper{
  width:70%;
}
@media(max-width:992px){
 .wrapper{
  width:100%;
} 
}
.panel-heading {
  padding: 0;
	border:0;
  position: relative;
}
.panel-title>a, .panel-title>a:active{
	display:block;
	padding:15px 0;
  color:#555;
  font-size:16px;
  font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
  word-spacing:3px;
	text-decoration:none;
}
.panel-heading  a:before {
  font-family: 'Glyphicons Halflings';
  content: "\25bc";
  float: right;
  position: absolute;
  left: 130%;
  transition: all 0.5s;
}
.panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
} 

.categoryLargeGrid nav {
  padding: 30px 0;
}

.categorySingleGrid input.form-control {
  border-radius: 0;
  margin: 10px 0;
}

.singlePageRightGrid input.form-control {
  border-radius: 0;
  margin: 10px 0;
}

.singlePageRightGrid h3{
    margin: 0;
    font-weight: bold;
}

button.InquerySubmit {
  margin-top: 20px;
  padding: 9px 40px;
  border: 1px solid lightgray;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #fff;
  background: linear-gradient(to right, #ff7600 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
}
button.InquerySubmit:hover{
  background-position: left bottom;
  color: #fff;
}

button.InquerySubmit i {
  font-size: 18px;
  font-weight: bold;
}


/* category new css end */

.homeProducts {
    padding: 50px 0px;
        margin-top: 65px;
}

.homeProHead{
    text-align: center;
}

.homeProHead h2{
    font-size: 55px;
    letter-spacing: 2px;
    color: #444;
    font-family: fantasy;
    text-transform: uppercase;
}

.homeProHead p{
    font-size: 20px;
}

/* single page css start */

.singlePageMainDiv {
    margin-top: 125px;
}

.singlePageRightGrid {
  padding: 30px;
  background-color: #eee;
}

.singlePageRightGrid p {
    line-height: 25px;
}

.singlePageRightGrid h5 {
  font-size: 30px;
  margin: 0 0 5px;
}

.categorySingleGrid span em {
    font-size: 13px;
    margin: 0;
}

.singlePageRightGrid span em {
    font-size: 20px;
    margin: 0;
}

p.serviceCtgSingleName {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #c51c08;
}

.singlePageRightGrid span {
    display: block;
    padding-bottom: 10px;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #ff9200;
}

.singlePageLeftGrid img {
  width: 100%;
}

.singlePageLeftGrid img {
  width: 100%;
  border: 1px solid #c3c3c3;
  margin-bottom: 10px;
}


.moreProduct ul li {
  display: inline-block;
}

.moreProduct ul li a img {
  border: 1px solid lightgray;
  width: 130px;
}

.singlePageTabMainDiv {
  padding: 20px 0;
  background-color: aliceblue;
  margin: 30px 0;
}

.singlePageTabMainDiv nav {
  background-color: #bd0b0b;
  padding: 5px;
}

.singlePageTabMainDiv .nav-tabs .nav-link {
    border-radius: 0;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    border: none;
}

.singlePageTabMainDiv .nav-tabs{
    border: none;
}

.singlePageTabMainDiv .nav-tabs .nav-link.active{
    color: #444;
}

.singlePageTabMainDiv div#nav-tabContent {
  padding: 20px;
  border: 1px solid #bd0b0b;
  background-color: #fff;
}

.recommendMainDiv h2 {
  font-size: 48px;
  line-height: 48px;
  color: #333f47;
  font-family: Impact;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.categorySingleGrid .hotIcon {
  width: 41px;
  height: 40px;
  background: url(../images/hot.png) ;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  right: 15px;
  background-size: cover;
}

.categoryCardInfo h4 a {
  font-size: 20px;
  margin: 0;
  padding: 10px 0;
  color: #444;
}

/* single page css end */

.overlayCtgHead {
    padding: 100px 0;
    background-color: #000000b3;
}

ul.categoryblog-lists {
    background-color: #ffffff2e;
}

ul.categoryblog-lists li {
    display: inline-block;
    color: #fff;
}

.categroyMainDivContainer {
    padding: 50px 0px;
}

ul.categoryblog-lists li a{
    color: #fff;
    font-size: 20px;
    padding: 0px 15px;
    text-decoration: none;
}

/*review form css start*/
.reviewMainDiv {
    padding: 40px 0 20px;
    background-color: #bd0b0b;
}
.reviewForm input {
    margin-bottom: 20px;
    padding: 10px;
}

.reviewForm .form-control {
    background-color: #fdfdfd;
}

.reviewForm .form-control:focus {
    color: #212529;
    border-color: #ff5252;
    outline: 0;
    box-shadow: none;
}

.reviewForm button {
    border: none;
    margin: 20px 0;
    padding: 10px 25px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    letter-spacing: 1px;
    background-color: #f0f0f0;
    color: #3a3535;
}

reviewForm button:hover {
    background-color: #ebe9e9;
}

.reviewShow {
    padding: 10px 0;
    background-color: #eee;
}

.recommendMainDiv {
    padding: 40px 0;
}

.reviewer img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.reviews {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: burlywood;
    margin: 20px 0px;
    padding: 15px;
    border-radius: 10px;
}

.reviewer {
    display: flex;
}

.reviewMainDiv h4 {
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 25px;
    font-size: 35px;
}

p.reviewN {
    font-weight: bold;
    margin-left: 14px;
    font-size: 20px;
    color: #fff;
    letter-spacing: 1px;
}

p.reviewC {
    color: #fff;
    margin: 10px 0 10px 14px;
    font-size: 14px;
}

.reviewPagination{
    margin-bottom: 15px;
}

.reviewPagination .page-link:focus {
    box-shadow: none;
}

/*review form css end*/

.modal-dialog.modal-lg .modal-content {
    padding: 25px;
    border-radius: 0;
}

.modal-dialog.modal-lg .modal-content .form-control{
    border-radius: 0;
}

.modal-dialog.modal-lg .modal-content .input-group-text{
    border-radius: 0;
}



/* home news center css start */
.homeNewsCenterMainDiv {
  padding: 40px 0;
}

.newsCenterHead {
  padding-bottom: 30px;
}

.newsCenterHead h2 {
  font-size: 48px;
  line-height: 48px;
  color: #333f47;
  font-family: Impact;
  text-transform: uppercase;
  text-align: center;
}

.newsCenterHead p {
  font-size: 17px;
  line-height: 22px;
  color: #333f47;
  font-family: Arial;
  padding: 0 13%;
  margin-top: 20px;
  text-align: center;
}


.homeNewsLeftGrid img {
  width: 100%;
}

.homeNewsRightTopGrid img {
  width: 100%;
}

.homeNewsLeftGridInfo {
  background-color: #f3f3f3;
  padding: 45px 40px 45px 30px;
}


.homeNewsLeftGridInfo span {
    font-size: 18px;
    line-height: 24px;
    font-family: Arial;
    color: #fcb026;
}

.homeNewsLeftGridInfo h3 {
  font-size: 32px;
  line-height: 36px;
  font-family: 'H_Bold';
  color: #333f47;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}

.homeNewsLeftGridInfo p {
  font-size: 15px;
  line-height: 20px;
  font-family: Arial;
  color: #666;
  margin-top: 14px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.homeNewsRightTopGridInfo {
  box-shadow: 0 0 15px rgba(0,0,0,.2);
  padding: 25px 20px;
}

.homeNewsRightBottomGrid {
  margin-top: 20px;
  padding: 26px 24px;
  box-shadow: 0 0 15px rgba(0,0,0,.2);
}

.homeNewsRightTopGridInfo span {
  font-size: 16px;
  line-height: 24px;
  font-family: Arial;
  color: #fcb026;
}

.homeNewsRightTopGrid h3 a {
    font-size: 20px;
    line-height: 28px;
    display: block;
    color: #444;
    font-weight: bold;
    letter-spacing: 1px;
}

.overlayHeader {
    padding: 100px 0;
    background-color: #000000c2;
}

.blogAllView {
    padding: 35px 0px;
}

.sideBarPost {
    background-color: #eee;
    padding: 20px;
}

.postBox {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 10px;
}

.postBox a {
    display: block;
    margin-bottom: 5px;
    color: #444;
    transition-duration: 0.3s;
}

.postBox a:hover{
    color: #fcb026;
}

.postBox span{
    display: block;
    font-size: 13px;
    letter-spacing: 1px;
}

.blogDetails {
    background-color: #eee;
    padding: 20px;
}

.blogDetails h4{
    text-align: center;
    font-size: 17px;
    letter-spacing: 1px;
}

.blogDetails img{
    display: block;
    width: 100%;
    margin: 0px 0px 15px;
}

.postSide h2 {
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.blogDetails b{
    display: block;
    letter-spacing: 1px;
}

.blogDetails p{
    font-size: 15px;
    text-align: justify;
}

.overlayHeader h3{
    margin: 0;
    font-size: 45px;
    color: #FFE;
    text-align: center;
    letter-spacing: 1px;
    font-family: fantasy;
}

.bottomProfileBox {
    text-align: center;
    height: 40;
    height: 285px;
    color: #fff;
}

.bottomProfileBox h2{
    
}

.bottomProfileBox p{
    margin: 0;
}

.bottomProfile {
    margin-top: 50PX;
}

.bottomProfileBox img{
    display: block;
    width: 100%;
}

a.blogImgBox {
    display: block;
}

a.blogImgBox img{
    display: block;
    width: 100%;
}

.homeNewsRightBottomGrid span {
  font-size: 16px;
  line-height: 24px;
  font-family: Arial;
  color: #fcb026;
  margin-bottom: 4px;
}

.homeNewsRightBottomGrid h3 {
  font-size: 22px;
  line-height: 26px;
  font-family: 'H_Bold';
  color: #333f47;
  font-weight: bold;
}


.homeNewsRightBottomGrid a {
  display: inline-block;
  color: #fefefe;
  padding: 7px 20px;
  font-size: 17px;
  font-family: Arial;
  text-transform: uppercase;
  background: #fcb026;
  margin-top: 25px;
}
/* home news center css end */







/* category css start */

.categoryBgImage{
  background-image: url(../images/EXCAVATOR.jpg);
  background-position: center;
  background-repeat: no-repeat;
}

.categoryBgImageOverly {
  padding: 200px 0;
}

.categoryBannerContent h1 {
  font-size: 45px;
  line-height: 45px;
  font-family: Impact;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}

.categorySingleGrid {
    padding: 15px;
    border: 1px solid lightgray;
    margin: 10px 0;
    border-radius: 6px;
    transition-duration: 0.3s;
    background-color: #eee;
}

.categorySingleGrid span {
    color: #ff8300;
    font-weight: bold;
    font-family: 'Play';
    font-size: 25px;
    letter-spacing: 1px;
    display: block;
    text-transform: uppercase;
    margin-top: 10px;
}

.singlePageTabMainDiv div#nav-tabContent p {
    font-size: 14px;
    line-height: 25px;
    color: #444;
}

.pageView {
    padding: 40px 0px;
    text-align: justify;
}

.aboutHeadText{
    color: #444;
}

.aboutHeadText h2{
    font-size: 25px;
    margin: 0;
    letter-spacing: 1px;
    font-family: fantasy;
}

.aboutHeadText h1{
    font-family: fantasy;
    letter-spacing: 1px;
}

.aboutHeadText p{
    text-align: justify;
    margin: 15px 0px;
    line-height: 28px;
    font-size: 17px;
}

.othersContent {
    margin-top: 40px;
}

.othersContent p{
    text-align: justify;
    margin: 15px 0px;
    line-height: 28px;
    font-size: 17px;
}

.anotherLinks {
    background-color: #ffbc00;
    padding: 25px;
}

.anotherLinks ul{
    
}

.anotherLinks ul li{
    
}

.anotherLinks ul li a{
    display: block;
    font-size: 25px;
    color: #646464;
    letter-spacing: 1px;
    padding: 5px 0px;
    transition-duration: 0.2s;
    font-family: fantasy;
}

.anotherLinks ul li a:hover{
    color: #fff;
}

.categorySingleGrid:hover {
    transform: scale(1.02);
}

.categorySingleGrid h3 {
    font-size: 25px;
    color: #444;
    margin: 0 0 -5px;
}

.categorySingleGrid img {
    width: 100%;
    margin-bottom: 15px;
    display: block;
}


a.btnInquiry {
    display: inline-block;
    width: 110px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #798186;
    font-size: 14px;
    color: #333f47;
    position: relative;
    text-transform: uppercase;
    margin-top: 10px;
    background: linear-gradient(to right, #bd0b0b 50%, white 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}

a.downLoadEbr{
    display: block;
    width: 60%;
    letter-spacing: 1px;
    text-align: center;
    border: 1px solid #798186;
    font-size: 30px;
    color: #333f47;
    padding: 6px 0px;
    margin-top: 10px;
    transition-duration: 0.2s;
    background-color: #fff;
    font-family: fantasy;
}

a.downLoadEbr:hover{
    background-color: darkred;
    color: #fff;
}

a.btnMore {
  display: block;
  text-align: center;
  border: 1px solid #798186;
  font-size: 14px;
  color: #333f47;
  text-transform: uppercase;
  background: linear-gradient(to right, #bd0b0b 50%, white 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    padding: 5px 0px;
    font-weight: bold;
    letter-spacing: 1px;
    width: 50%;
}

/* category css end */


.testimonialOverly {
    padding: 50px 0px;
    background-color: #0000009c;
}




.contactInfoBoxText {
    padding: 15px;
    background-color: #eee;
}

.contactInfoBoxText h2{
    font-size: 25px;
    font-weight: bold;
}

.contactInfoBoxText h5{
    margin: 0 0 5px;
    font-weight: bold;
    font-size: 18px;
    color: #444;
    letter-spacing: 1px;
}

.contactInfoBoxText ul.footerSocialIcons li a i {
    color: #444!important;
}

.contactInfoBoxText p{
    color: #444;
    font-size: 15px;
    margin-bottom: 30px;
}

.formBox{
    padding: 15px;
    background-color: #eee;
}

.formBox h2{
    font-size: 25px;
    font-weight: bold;
}

.formBox form{
    
}

.formBox .form-control{
    border-radius: 0;
    margin: 10px 0px;
}





/* footer top css start */
.footerTopBgImage{
  background-image: url(../images/en_ipart06_1.jpg);
  background-position: center;
  background-repeat: no-repeat;
}

.footerImageOverlay {
    background-color: #bd0b0b;
    padding: 35px 0px;
}

.footerImageOverlay h4 {
  font-size: 35px;
  line-height: 35px;
  font-family: Impact;
  color: #fff;
  margin: 4px 0px;
  text-transform: uppercase;
}

.footerTopMoreLink {
  display: flex;
  justify-content: flex-end;
}

.footerTopMoreLink a {
  display: inline-block;
  color: #fefefe;
  padding: 0px 20px;
  font-size: 17px;
  font-family: Arial;
  text-transform: uppercase;
  background: #333f47;
  height: 43px;
  line-height: 43px;
}
/* footer top css end */


/* footer css start */
footer.nb-footer {
  background: #333e46;
}
.footerMain {
  padding: 30px 40px;
}
footer.nb-footer .about {
  margin: 0 auto;
  margin-top: 40px;
  max-width: 1170px;
  text-align: center;
}
footer.nb-footer .about p {
  font-size: 13px;
  color: #999;
  margin-top: 30px;
}
footer.nb-footer .about .social-media {
  margin-top: 15px;
}

.social-media .list-inline {
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.social-media .list-inline li {
  padding: 0 10px;
}

footer.nb-footer .about .social-media ul li a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  font-size: 16px;
  color: #b78c33;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
footer.nb-footer .about .social-media ul li a:hover {
  background: #b78c33;
  color: #fff;
  border-color: #b78c33;
}
footer.nb-footer .footer-info-single {
  margin-top: 30px;
}
footer.nb-footer .footer-info-single .title {
      text-transform: uppercase;
    font-size: 23px;
    line-height: 41px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
}


ul.list-unstyled li {
  margin-bottom: 5px;
}

footer.nb-footer .footer-info-single ul li a {
  display: block;
  font-size: 18px;
  color: #aaa;
  padding: 2px 0;
  text-transform: uppercase;
}
footer.nb-footer .footer-info-single ul li a:hover {
  color: #b78c33;
}
footer.nb-footer .footer-info-single p {
  font-size: 13px;
  line-height: 20px;
  color: #aaa;
}

ul.footerSocialIcons li {
  display: inline-block;
}

ul.footerSocialIcons li a i {
  font-size: 25px;
  color: #ffff;
}

.blogsHeader {
    margin-top: 65px;
}


footer.nb-footer .copyright {
  margin-top: 15px;
  padding: 7px 0;
  color: #999;
}
footer.nb-footer .copyright p {
  margin: 0;
  text-align: center;
  padding: 0;
}


.footerEndText {
    border-top: 1px solid #605b5b;
    padding: 15px 0;
}

.footerEndText p {
  color: #fff;
}


.dropDownLink {
  position: relative;
  margin-top: 20px;
}

.dropDownLink i {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 14px;
  color: #fff;
}



.dropDownLink p {
  width: 100%;
  outline: none;
  background: none;
  border: 1px solid #787373;
  padding: 11px 10px;
}


/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  width: 100%;
  display: none;
  position: absolute;
  background-color: #fcb026;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  display: block;
  transition: all 0.3s ease;
}


/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* footer css end */



a.allProductBtn {
    background-color: #bd0b0b;
    text-align: center;
    display: block;
    margin: 0px auto;
    width: 18%;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;
    padding: 5px 0;
    margin-top: 40px;
    transition-duration: 0.2s;
}

a.allProductBtn:hover{
    background-color: #000;
}

.dealerForm .form-control {
    margin: 15px 0;
    border-radius: 0;
}





/* responsive for mobile device start */
@media screen and (max-width: 768px) {
  .headerMain{
    display: none;
  }
  
  .categoryDetails {
    padding: 25px;
  }
  
  .filterDropBox h2 {
    font-size: 35px;
  }
  
  .bottomHeaderMain{
    display: none;
  }
  .mobileMenuMainDiv{
    display: block;
  }

  .bottomHeader.bottomStick {
    display: none;
  }
  
  a.allProductBtn{
      width: 50%;
  }

  .footerImageOverlay h4 {
    font-size: 17px;
  }
  .footerTopMoreLink {
    display: flex;
    justify-content: start;
  }

  .homeCategory-slider i.fa.fa-angle-left.slick-arrow {
    top: 12%;
    left: -1%;
    font-size: 40px;
  }

  .homeCategory-slider i.fa.fa-angle-right.slick-arrow {
    top: 12%;
    right: 0px;
    font-size: 40px;
  }
  
  .footerMain {
        text-align: center;
        padding: 30px 0px;
    }
    
    footer.nb-footer .copyright p {
        text-align: center;
        font-size: 12px;
        line-height: 20px;
    }
    
    .tastyTabSlick i.fa.fa-angle-left.slick-arrow {
        left: -2%;
    }
    
    .tastyTabSlick i.fa.fa-angle-right.slick-arrow {
        right: -2%;
    }
    
    .mobileMenuHeaderLogo img {
        width: 58%;
    }
    
    .panel-heading a:before {
        left: 90%;
    }
    
    .categorySingleGrid {
        margin: 10px 15px;
    }
    
    .homeNewsRightTopGrid {
        margin: 10px 0px;
    }
    
    .bannerImageOverley {
        padding: 10px;
    }
    
    .financialServiceBannerContent p {
        width: 100%;
    }
    
    .overlayCtgHead {
        padding: 40px 0px 50px;
    }
    
    .formBox {
        margin-top: 20px;
    }
    
    .footerTopMoreLink a {
        display: block;
        padding: 10px 0;
        font-size: 13px;
        background: #333f47;
        width: 100%;
        line-height: unset;
        text-align: center;
    }
    
    ul.pushNav.js-topPushNav.isOpen li a {
        padding: 0px 10px;
    }
    
    .singlePageMainDiv {
        margin-top: 15px;
    }
    
    a.btnInquiry{
        width: 160px;
    }
    
    a.btnMore{
        width: 155px;
    }
    
    .openLevel, .closeLevel, .pushNav a{
        padding: 10px 0!important;
    }
    
    .overlayHeader {
        padding: 30px 0px;
    }
    
    .categoryHead {
        margin-top: 0px;
    }
    
    .bottomProfileBox {
        height: auto;
    }
    
    .blogsHeader {
        margin-top: 0px;
    }
    
    a.downLoadEbr {
        width: 100%;
    }


}

/* responsive for mobile device start */