/*  service section css */

.service-section

{
    padding-bottom: 20px;
    padding-top:20px;
    background-image: linear-gradient(to bottom, rgb(5 19 105 / 72%), #1217544d), url(../image/background/kitchenbg.jpg);
    background-image: url(../image/background/kitchenbg.jpg);
   	background-repeat: no-repeat, repeat;
    background-size: cover;
    background-repeat: no-repeat, repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.title
{
    font-size: 40px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    font-family: inherit;
    line-height: 1.2;
    
}


.services-info{
    border: 1px solid #ffffff;
    position: relative;
    overflow: hidden;
}
.services-info img{
    width: 100%;
    height: auto;
}
.services-info .team-content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 15px;
    background: #0a0f48db;
    transform: translateX(-100%);
    transition: all 0.20s ease 0s;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #fe5e15;
}
.services-info:hover .team-content{
    transform: translateX(0);
}
.services-info .team-content .post-title{
    font-size: 16px;
    color: #f34e19;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #000000;
    padding: 5px;
}
.services-info .team-content .post{
    font-size: 14px;
    color: #cb95e1;
    display: block;
    margin-bottom: 20px;
}
.services-info .description{
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: justify;
}
.services-info .team_social{
    margin:0;
    padding:0;
    list-style: none;
}
.services-info .team_social li{
    display: inline-block;
    margin-right: 5px;
}
.services-info .team_social li a{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #f5f5f5;
    font-size: 17px;
    color: #f5f5f5;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    transition: border 0.3s ease 0s;
}
.services-info .team_social li a:hover{
    border-color: transparent;
}
.services-info .team-prof{
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: right;
    padding: 20px 16px;
    background: rgba(0,0,0,0.7);
    transform: translateX(0);
    transition: all 0.20s ease 0s;
}
.services-info:hover .team-prof{
    transform: translateX(100%);
}
.services-info .team-prof .post-title{
    font-size: 18px;
    color: #fff;
    margin: 0 0 8px 0;
    text-transform: uppercase;
}
.services-info .team-prof .post{
    font-size: 14px;
    color: #FF5722;
    margin-bottom: 0;
}
@media only screen and (max-width: 990px) {
    .services-info{ margin-bottom: 20px; }
}

/* end */



.trans_200 {
     -webkit-transition: all 200ms ease;
     -moz-transition: all 200ms ease;
     -ms-transition: all 200ms ease;
     -o-transition: all 200ms ease;
     transition: all 200ms ease
 }

 .trans_300 {
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease
 }

 .trans_400 {
     -webkit-transition: all 400ms ease;
     -moz-transition: all 400ms ease;
     -ms-transition: all 400ms ease;
     -o-transition: all 400ms ease;
     transition: all 400ms ease
 }

 .trans_500 {
     -webkit-transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
     transition: all 500ms ease
 }
 
  .viewed {
     padding-top: 80px;
     padding-bottom: 0px;
     background: #ffffff;
 }

 /*.bbb_viewed_title_container {
     border-bottom: solid 1px #dadada
 }*/

 .bbb_viewed_title {
     margin-bottom: 14px
 }

 .bbb_viewed_nav_container {
     position: absolute;
     right: 30px;
     bottom: -30px
 }

 .bbb_viewed_nav {
     display: inline-block;
     cursor: pointer
 }

 .bbb_viewed_nav i {
     color: #dadada;
     font-size: 18px;
     padding: 5px;
     -webkit-transition: all 200ms ease;
     -moz-transition: all 200ms ease;
     -ms-transition: all 200ms ease;
     -o-transition: all 200ms ease;
     transition: all 200ms ease
 }

 .bbb_viewed_nav:hover i {
     color: #606264
 }

 .bbb_viewed_prev {
     margin-right: 15px
 }

 .bbb_viewed_slider_container {
     padding-top: 30px
 }

 .bbb_viewed_item {
     width: 100%;
     background: #FFFFFF;
     border-radius: 2px;
     padding-top: 25px;
     padding-bottom: 25px;
     padding-left: 30px;
     padding-right: 30px
 }

 
/* image gallery css */

/* service box css */

.service-box1 {
    padding-bottom: 50px;
    padding-top: 50px;
    background-color: #121754;
    /* background-image: linear-gradient(to bottom, rgb(5 19 105 / 72%), #1217544d), url(../image/background/kitchenbg.jpg); */
    background-repeat: no-repeat, repeat;
    background-size: cover;
    background-repeat: no-repeat, repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.serviceBox{
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 25px 25px 55px;
    position: relative;
    z-index: 1;
}
.serviceBox:before,
.serviceBox:after{
    content: '';
    background: linear-gradient(#a64cef, #882FD5);
    border-radius: 20px;
    position: absolute;
    left: 10px;
    right: 0;
    top: 15px;
    bottom: 0;
    z-index: -1;
     border: 2px solid #ffffff;
    box-shadow: 2px 3px 4px 5px rgb(140 137 137 / 50%);
    
}
.serviceBox:after{
    background: #fff;
    left: 0;
    right: 10px;
    top: 0;
    bottom: 15px;
    clip-path: polygon(30% 0, 100% 0, 100% 85%, 75% 100%, 0 100%, 0 20%);
}
.serviceBox .service-icon{
    color: #882FD5;
    font-size: 35px;
    text-shadow: 4px 4px rgba(0,0,0,0.1);
    margin: 0 0 10px;
}
.serviceBox .title{
    color: #882FD5;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.serviceBox .title span{ font-weight: 700; }
.serviceBox .description{
    font-size: 15px;
    color: #888;
    margin-top: 15px;
    line-height: 20px;
    letter-spacing: 0.5px;
    padding: 0;
    font-family: Lato, sans-serif;
    margin: 0;
}
.serviceBox .read-more{
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    position: absolute;
    right: 15px;
    bottom: 9px;
    transition: all 0.3s ease 0s;
}
.serviceBox .read-more:hover{
    color: rgba(255,255,255,0.7);
    text-shadow: 3px 3px rgba(255,255,255,0.1);
}
.serviceBox.darkgreen:before{ background: linear-gradient(#00A28D, #007385); }
.serviceBox.darkgreen .service-icon,
.serviceBox.darkgreen .title{
    color: #007385;
}
.serviceBox.blue:before{ background: linear-gradient(#00BFE9, #0170DC); }
.serviceBox.blue .service-icon,
.serviceBox.blue .title{
    color: #0170DC;
}
.serviceBox.green:before{ background: linear-gradient(#93c916, #3AB447); }
.serviceBox.green .service-icon,
.serviceBox.green .title {
    color: #3AB447;
}
@media only screen and (max-width:990px){
    .serviceBox{ margin: 0 0 30px; }
}

/* product slider */

.product-section
{
    background-color : #121754;
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 60px;
}

.product-overly-color
{
    background-color: #080c42d1;
}

#news-slider{
    margin-top: 40px;
}

.post-slide{
    background: #ffffff61;
    margin: 0 2px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #ff6a00;
    border-radius: 5px 5px 5 5px;
}

.post-slide:hover
{
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #ffffff;
    box-shadow: 8px 6px 4px 2px rgb(0 0 0 / 86%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.post-slide .post-img{
    position:relative;
    overflow: hidden;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1,1);
    transition:transform 0.50s linear;
}
.post-slide:hover .post-img img{
    transform: scale(1.1,1.1);
}
.post-slide .over-layer{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    background: #1217545c;
    transition:all 0.50s linear;
}
.post-slide:hover .over-layer{
    opacity:1;
    text-decoration:none;
}
.post-slide .over-layer i{
    position: relative;
    top:45%;
    text-align:center;
    display: block;
    color:#fff;
    font-size:25px;
}
.post-slide .post-content{
    background: #ff6a00;
    padding: 8px 8px 8px;
}

.post-slide .post-content:hover {
    background: #0a0f44;
}
.post-slide .post-title{
    margin:0px 0 0px 0;
}
.post-slide .post-title a{
    font-size:15px;
    font-weight:bold;
    color:#ffffff;
    display: inline-block;
    text-transform:uppercase;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color: #ffffff;
}
.post-slide .post-description{
    line-height:24px;
    color:#808080;
    margin-bottom:40px;
}
.post-slide .post-date{
    color:#a9a9a9;
}
.post-slide .post-date i{
    font-size:20px;
    margin-right:8px;
    color: #CFDACE;
}
.post-slide .read-more{
    padding:5px 10px;
    float: right;
    font-size:12px;
    background:#e9e9e9;
    color:#808080;
    text-transform: uppercase;
}
.post-slide .read-more:hover{
    background: #3498db;
    text-decoration:none;
    color:#fff;
}
.owl-controls .owl-buttons{
    text-align:center;
    margin-top:20px;
}
.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    padding-top: 10px;
}
.owl-controls .owl-buttons .owl-prev{
    background: #fff;
    position: absolute;
    top:-13%;
    left:15px;
    padding: 0 18px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next{
    background: #fff;
    position: absolute;
    top:-13%;
    right: 15px;
    padding: 0 18px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #333;
    font-size:30px;
}
.owl-controls .owl-buttons .owl-next:after{
    content:"\f105";
}
@media only screen and (max-width:1280px) {
    .post-slide .post-content{
        padding:10px;
    }
}

/* Enquiry Button */

.enquiry-btn
{
    color: #ffffff !important;
    background-color: #020e29;
    border: solid !important;
    border-width: 2px !important;
    border-color: #ffffff !important;
    border-radius: 100px;
    padding: 5px 25px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    box-shadow: none;
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    border: none;
}

.enquiry-btn:hover {
    color: #ffffff !important;
    background-color: #fe5e15;
    box-shadow: 8px 6px 4px 2px rgb(0 0 0 / 86%);
}

/* social icon */

.social-nav {
padding-bottom: 15px;
    padding-top: 0px;
    list-style: none;
    margin: 0px 0 0 0px;
    display: flex;
    gap: 10px;
}
.social-nav li {
    float: left;
    margin: 0px 0 0 0px;
    list-style: none;
}
.social-nav a {
    display: inline-block;
    float: left;
    width: 38px;
    height: 38px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    line-height: 38px;
    background: #000;
    position: relative;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.social-nav a {
    overflow: hidden;
    font-size: 18px;
    border-radius: 4px;
}
.social-nav a:hover {
    background: #fff;
    text-shadow: 0px 0px #d4d4d4, 1px 1px #d4d4d4, 2px 2px #d4d4d4, 3px 3px #d4d4d4, 4px 4px #d4d4d4, 5px 5px #d4d4d4, 6px 6px #d4d4d4, 7px 7px #d4d4d4, 8px 8px #d4d4d4, 9px 9px #d4d4d4, 10px 10px #d4d4d4, 11px 11px #d4d4d4, 12px 12px #d4d4d4, 13px 13px #d4d4d4, 14px 14px #d4d4d4, 15px 15px #d4d4d4, 16px 16px #d4d4d4, 17px 17px #d4d4d4, 18px 18px #d4d4d4, 19px 19px #d4d4d4, 20px 20px #d4d4d4, 21px 21px #d4d4d4, 22px 22px #d4d4d4, 23px 23px #d4d4d4, 24px 24px #d4d4d4, 25px 25px #d4d4d4, 26px 26px #d4d4d4, 27px 27px #d4d4d4, 28px 28px #d4d4d4, 29px 29px #d4d4d4, 30px 30px #d4d4d4;
}
.social-nav .twitter {
    background: #00ACED;
    text-shadow: 0px 0px #0087ba, 1px 1px #0087ba, 2px 2px #0087ba, 3px 3px #0087ba, 4px 4px #0087ba, 5px 5px #0087ba, 6px 6px #0087ba, 7px 7px #0087ba, 8px 8px #0087ba, 9px 9px #0087ba, 10px 10px #0087ba, 11px 11px #0087ba, 12px 12px #0087ba, 13px 13px #0087ba, 14px 14px #0087ba, 15px 15px #0087ba, 16px 16px #0087ba, 17px 17px #0087ba, 18px 18px #0087ba, 19px 19px #0087ba, 20px 20px #0087ba, 21px 21px #0087ba, 22px 22px #0087ba, 23px 23px #0087ba, 24px 24px #0087ba, 25px 25px #0087ba, 26px 26px #0087ba, 27px 27px #0087ba, 28px 28px #0087ba, 29px 29px #0087ba, 30px 30px #0087ba;
}
.social-nav .twitter:hover {
    color: #00ACED;
}
.social-nav .facebook {
    background: #3B579D;
    text-shadow: 0px 0px #2d4278, 1px 1px #2d4278, 2px 2px #2d4278, 3px 3px #2d4278, 4px 4px #2d4278, 5px 5px #2d4278, 6px 6px #2d4278, 7px 7px #2d4278, 8px 8px #2d4278, 9px 9px #2d4278, 10px 10px #2d4278, 11px 11px #2d4278, 12px 12px #2d4278, 13px 13px #2d4278, 14px 14px #2d4278, 15px 15px #2d4278, 16px 16px #2d4278, 17px 17px #2d4278, 18px 18px #2d4278, 19px 19px #2d4278, 20px 20px #2d4278, 21px 21px #2d4278, 22px 22px #2d4278, 23px 23px #2d4278, 24px 24px #2d4278, 25px 25px #2d4278, 26px 26px #2d4278, 27px 27px #2d4278, 28px 28px #2d4278, 29px 29px #2d4278, 30px 30px #2d4278;
}
.social-nav .facebook:hover {
    color: #3B579D;
}
.social-nav .google {
    background: #DD4A3A;
    text-shadow: 0px 0px #c23122, 1px 1px #c23122, 2px 2px #c23122, 3px 3px #c23122, 4px 4px #c23122, 5px 5px #c23122, 6px 6px #c23122, 7px 7px #c23122, 8px 8px #c23122, 9px 9px #c23122, 10px 10px #c23122, 11px 11px #c23122, 12px 12px #c23122, 13px 13px #c23122, 14px 14px #c23122, 15px 15px #c23122, 16px 16px #c23122, 17px 17px #c23122, 18px 18px #c23122, 19px 19px #c23122, 20px 20px #c23122, 21px 21px #c23122, 22px 22px #c23122, 23px 23px #c23122, 24px 24px #c23122, 25px 25px #c23122, 26px 26px #c23122, 27px 27px #c23122, 28px 28px #c23122, 29px 29px #c23122, 30px 30px #c23122;
}
.social-nav .google:hover {
    color: #DD4A3A;
}
.social-nav .linkedin {
    background: #007BB6;
    text-shadow: 0px 0px #005983, 1px 1px #005983, 2px 2px #005983, 3px 3px #005983, 4px 4px #005983, 5px 5px #005983, 6px 6px #005983, 7px 7px #005983, 8px 8px #005983, 9px 9px #005983, 10px 10px #005983, 11px 11px #005983, 12px 12px #005983, 13px 13px #005983, 14px 14px #005983, 15px 15px #005983, 16px 16px #005983, 17px 17px #005983, 18px 18px #005983, 19px 19px #005983, 20px 20px #005983, 21px 21px #005983, 22px 22px #005983, 23px 23px #005983, 24px 24px #005983, 25px 25px #005983, 26px 26px #005983, 27px 27px #005983, 28px 28px #005983, 29px 29px #005983, 30px 30px #005983;
}
.social-nav .linkedin:hover {
    color: #007BB6;
}
.social-nav .pinterest {
    background: #CB2026;
    text-shadow: 0px 0px #9f191e, 1px 1px #9f191e, 2px 2px #9f191e, 3px 3px #9f191e, 4px 4px #9f191e, 5px 5px #9f191e, 6px 6px #9f191e, 7px 7px #9f191e, 8px 8px #9f191e, 9px 9px #9f191e, 10px 10px #9f191e, 11px 11px #9f191e, 12px 12px #9f191e, 13px 13px #9f191e, 14px 14px #9f191e, 15px 15px #9f191e, 16px 16px #9f191e, 17px 17px #9f191e, 18px 18px #9f191e, 19px 19px #9f191e, 20px 20px #9f191e, 21px 21px #9f191e, 22px 22px #9f191e, 23px 23px #9f191e, 24px 24px #9f191e, 25px 25px #9f191e, 26px 26px #9f191e, 27px 27px #9f191e, 28px 28px #9f191e, 29px 29px #9f191e, 30px 30px #9f191e;
}
.social-nav .pinterest:hover {
    color: #CB2026;
}


/* list */

.footer_ul_amrc2 {
    margin: 0;
    list-style-type: none;
    font-size: 14px;
    padding: 0 0 10px 0;
    font-weight:600;
}

.footer_ul_amrc2 li {
    padding: 0 0 5px 0
}

.footer_ul_amrc2 li a {
    color: #121754
}

.footer_ul_amrc2 li a:hover {
    color: #FE5E15;
    text-decoration: none
}

.service-point
{
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #2d4278;
    border-radius: 5px 5px 5 5px;
    padding-top:10px;
    padding-left: 20px;
}

/* wathsapp chat */
.whatsapp {
    position: fixed;
    right: 0px;
	z-index: 11;
    top: 61%;
}
.whatsapp h5 {
    color: white;
    background: #20b20f;
    padding: 2px;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp h5 i {
    font-size: 30px;
}

.fa-3x {
    font-size: 2em;
}


.phone-call {
    position: fixed;
    right: 0px;
    top: 52%;
	z-index: 11;
    
}
.phone-call h5 {
    color: white;
    background: #20b20f;
    padding: 2px;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.phone-call h5 i {
    font-size: 30px;
}
/* animation */
/*.has-animation {
  position: relative;
}
.has-animation p, .has-animation img {
  opacity: 0;
}
.has-animation.animate-in p, .has-animation.animate-in img {
  animation: textHidden 0.1s 1.1s forwards;
}
.has-animation.animate-in:before, .has-animation.animate-in:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 10;
}
.has-animation.animate-in:before {
  background-color: #020E29;
}
.has-animation.animate-in:after {
  background-color: #FE5E15;
  animation-delay: .5s;
}
.has-animation.animation-ltr.animate-in:before {
  animation: revealLTR 1.8s ease;
}
.has-animation.animation-ltr.animate-in:after {
  animation: revealLTR 1s .6s ease;
}
.has-animation.animation-rtl.animate-in:before {
  animation: revealRTL 1.8s ease;
}
.has-animation.animation-rtl.animate-in:after {
  animation: revealRTL 1s .6s ease;
}

@keyframes revealRTL {
  0% {
    width: 0;
    right: 0;
  }
  65% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}
@keyframes revealLTR {
  0% {
    width: 0;
    left: 0;
  }
  65% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes textHidden {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
} */
/* product gallery */

.product-gallery-section

{
    padding-bottom: 60px;
    padding-top:60px;
    background: #121754;
   	background-repeat: no-repeat, repeat;
    background-size: cover;
    background-repeat: no-repeat, repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.product-grid{
    font-family: 'Asap', sans-serif;
    text-align: center;
    border: 2px solid #ffffff;
    box-shadow: 4px 3px 10px 0px rgb(0 0 0 / 22%);
}
.product-grid .product-image{
    border: 2px solid #0a0f44;
    /* border-radius: 5px; */
    overflow: hidden;
    position: relative;
}
.product-grid:hover .product-image
{ 
   border-color: #FE5E15; 
}
.product-grid:hover
{ 
    
    box-shadow: 2px 3px 4px 5px rgb(0 0 0 / 50%);
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
    
}

.product-grid .product-image a.image{ display: block; }
.product-grid .product-image img{
    width: 100%;
    height: auto;
    transition: all 0.5s ease 0s;
}
.product-grid:hover .product-image img{ transform: scale(1.2); }
.product-grid .product-hot-label{
    color: #fff;
    background: #ff3859;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 48px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
}
.product-grid .product-links{
    font-size: 0;
    background: #FE5E15;
    width: 100%;
    padding: 5px 0px;
    margin: 0;
    list-style: none;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: all 0.4s ease 0s;
}
.product-grid:hover .product-links{ opacity: 1; }
.product-grid .product-links li{
    padding: 0 10px;
    border-right: 1px solid rgba(255,255,255,0.5);
    display: inline-block;
}
.product-grid .product-links li:last-child{ border: none; }
.product-grid .product-links li a{
    color: #fff;
    font-size: 16px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.product-grid .product-links li a:hover{ color: #fff; }
.product-grid .product-links li a:before,
.product-grid .product-links li a:after{
    content: attr(data-tip);
    color: #111;
    background-color: #ffff;
    font-size: 12px;
    padding: 7px 8px 5px;
    border-radius: 4px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, .15);
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-50%);
    visibility: hidden;
    position: absolute;
    left: 50%;
    top: -30px;
    transition: opacity .2s ease, visibility .5s ease, top .3s cubic-bezier(.71, 1.7, .77, 1.24);
}
.product-grid .product-links li a:after{
    content: '';
    height: 10px;
    width: 10px;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    transform: translateX(-50%) rotate(45deg);
    top: -15px;
    z-index: -1;
}
.product-grid .product-links li a:hover:before{ top: -39px; }
.product-grid .product-links li a:hover:after{ top: -17px; }
.product-grid .product-links li a:hover:before,
.product-grid .product-links li a:hover:after{
    opacity: 1;
    visibility: visible;
}
.product-grid .product-content
{ 
    background: #0a0f44;
    padding: 8px 8px 1px;
}

.product-content:hover {
    background: #fe5e15;
}
.product-grid .title{
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 10px;
}
.product-grid .title a{
    color: #ffffff;
    transition: all 0.3s ease 0s;
}
.product-grid .title a:hover{ color: #333; }
.product-grid .price{
    color: #693593;
    font-size: 16px;
    font-weight: 500;
}
@media screen and (max-width: 990px){
    .product-grid{ margin: 0 0 10px; }
}

.img-gape
{
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}



.scrollable-menu {
    height: auto;
    max-height: 400px;
    overflow-x: hidden;
}

@media (max-width: 500px) (max-width: 767px) (max-device-width : 480px) (min-device-width : 320px)

{

    .scrollable-menu
    {
        height: auto;
        max-height: 400px;
        overflow-x: hidden;
    }
}

/* home slider */

.home-section
{ 
    padding-bottom: 60px;
    padding-top:60px;
    background: radial-gradient(circle, #2a31a8, #121754);
   	background-repeat: no-repeat, repeat;
    background-size: cover;
    background-repeat: no-repeat, repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.home-img
{
    background-color: #fff;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    -webkit-box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 48%);
    box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 48%);
}

.home-slide
{
    margin: 0 4px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #ffffff;
    border-radius: 12px;
}

.home-slide:hover
{
    /*border-style: solid;*/
    /*border-width: 2px 2px 2px 2px;*/
    /*border-color: #ffffff;*/
    box-shadow: 8px 6px 4px 2px rgb(0 0 0 / 86%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

/* imprtent equements */

.client-img
{
    border: 1px solid #fe5e15;
    box-shadow: 4px 3px 10px 0px rgb(0 0 0 / 22%);
}


.client-text
{
    color: #ffffff;
    line-height: 20px;
    font-weight: 400;
}

.client-content
{
    color: #ffffff;
    margin: 0px;
    padding: 6px 6px;
    background-color: #04072d;
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.brand-item
{
    padding : 5px;
}

/* tab new */

.menu-list li {
    position: relative;
    list-style-type: none;
    display: inline;
    margin: 0px;
    font-size: 17px;
    cursor: pointer;
    font-weight: 500;
    padding: 15px 25px;
    margin-right: 0;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    position: relative;
    transition: all 0.5s ease 0s;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px)
{
     .menu-list li
    { 
        width: 100%; 
        padding: 2px 55px;
        
    }
}

@media only screen and (min-device-width : 730px) and (max-device-width : 731px)
{
     .menu-list li
    { 
        width: 100%; 
        padding: 2px 65px;
        
    }
}

@media only screen and (max-width: 767px) 
{
	 .menu-list li
    { 
        width: 100%; 
        padding: 2px 55px;
        
    }
}

/* table */
tr, td, table 
{
    font-family: Montserrat, sans-serif;
    border: #FE5F16 solid 1px !important;
    border-collapse: collapse;
    text-align: center;
    color: #ffffff;
    padding: 2px;
    font-size: 15px;
    font-weight: 400;
}

.tr1
{
  background-color: #121754;
}

.tr2
{
  background-color:#ffffff;color: #121754;
}
.tr1:hover
{
  background-color: #FE5F16;color:#ffffff;transform: scale(1.05);
}

.tr2:hover
{
  background-color:#FE5F16;color:#ffffff;transform: scale(1.05);
}

.table th {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
    vertical-align: top;
    border-right: #FE5F16 solid 1px !important;
}
.product-info
{
    /*background-image: linear-gradient(to bottom, #fffffff2, #fffffff2), url(../image/background/pbg1.jpg);*/
    background-repeat: no-repeat, repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-color: #f8f9fa;
}

#btn-back-to-top {
  position: fixed;
  bottom: 110px;
  right: 0px;
  display: none;
}

/* text effect for thanks page */

.text-effect{
    color: #121754;
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 60px;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
    animation: animate 0.7s alternate linear infinite;
}
@keyframes animate{
    0%{
        top: 0;
        text-shadow:none;
    }
    100%{
        top:-10px;
        text-shadow: 
            0 1px 0 hsl(174,5%,80%),0 2px 0 hsl(174,5%,75%),0 3px 0 hsl(174,5%,70%),0 4px 0 hsl(174,5%,66%),
            0 5px 0 hsl(174,5%,64%),0 6px 0 hsl(174,5%,62%),0 7px 0 hsl(174,5%,61%),0 8px 0 hsl(174,5%,60%),
            0 9px 0 hsl(174,5%,60%),0 0 5px rgba(0,0,0,.05),0 1px 3px rgba(0,0,0,.2),0 3px 5px rgba(0,0,0,.2),
            0 5px 10px rgba(0,0,0,.2),0 10px 10px rgba(0,0,0,.2),0 20px 20px rgba(0,0,0,.2);
    }
}
@media only screen and (max-width: 990px){
    .text-effect{ font-size: 90px; }
}
@media only screen and (max-width: 767px){
    .text-effect{ font-size: 70px; }
}
@media only screen and (max-width: 576px){
    .text-effect{ font-size: 50px; }
}
@media only screen and (max-width: 479px){
    .text-effect{
        font-size: 35px;
        line-height: 35px;
    }
}

/* thanks page */


.pyro > .before, .pyro > .after {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  box-shadow: -120px -218.66667px blue, 248px -16.66667px #00ff84, 190px 16.33333px #002bff, -113px -308.66667px #ff009d, -109px -287.66667px #ffb300, -50px -313.66667px #ff006e, 226px -31.66667px #ff4000, 180px -351.66667px #ff00d0, -12px -338.66667px #00f6ff, 220px -388.66667px #99ff00, -69px -27.66667px #ff0400, -111px -339.66667px #6200ff, 155px -237.66667px #00ddff, -152px -380.66667px #00ffd0, -50px -37.66667px #00ffdd, -95px -175.66667px #a6ff00, -88px 10.33333px #0d00ff, 112px -309.66667px #005eff, 69px -415.66667px #ff00a6, 168px -100.66667px #ff004c, -244px 24.33333px #ff6600, 97px -325.66667px #ff0066, -211px -182.66667px #00ffa2, 236px -126.66667px #b700ff, 140px -196.66667px #9000ff, 125px -175.66667px #00bbff, 118px -381.66667px #ff002f, 144px -111.66667px #ffae00, 36px -78.66667px #f600ff, -63px -196.66667px #c800ff, -218px -227.66667px #d4ff00, -134px -377.66667px #ea00ff, -36px -412.66667px #ff00d4, 209px -106.66667px #00fff2, 91px -278.66667px #000dff, -22px -191.66667px #9dff00, 139px -392.66667px #a6ff00, 56px -2.66667px #0099ff, -156px -276.66667px #ea00ff, -163px -233.66667px #00fffb, -238px -346.66667px #00ff73, 62px -363.66667px #0088ff, 244px -170.66667px #0062ff, 224px -142.66667px #b300ff, 141px -208.66667px #9000ff, 211px -285.66667px #ff6600, 181px -128.66667px #1e00ff, 90px -123.66667px #c800ff, 189px 70.33333px #00ffc8, -18px -383.66667px #00ff33, 100px -6.66667px #ff008c;
  -moz-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -webkit-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -o-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -ms-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards; }

.pyro > .after {
  -moz-animation-delay: 1.25s, 1.25s, 1.25s;
  -webkit-animation-delay: 1.25s, 1.25s, 1.25s;
  -o-animation-delay: 1.25s, 1.25s, 1.25s;
  -ms-animation-delay: 1.25s, 1.25s, 1.25s;
  animation-delay: 1.25s, 1.25s, 1.25s;
  -moz-animation-duration: 1.25s, 1.25s, 6.25s;
  -webkit-animation-duration: 1.25s, 1.25s, 6.25s;
  -o-animation-duration: 1.25s, 1.25s, 6.25s;
  -ms-animation-duration: 1.25s, 1.25s, 6.25s;
  animation-duration: 1.25s, 1.25s, 6.25s; }

@-webkit-keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; } }
@-moz-keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; } }
@-o-keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; } }
@-ms-keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; } }
@keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; } }
@-webkit-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }
@-moz-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }
@-o-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }
@-ms-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }
@keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }
@-webkit-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%; }

  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%; }

  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%; }

  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%; }

  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%; } }
@-moz-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%; }

  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%; }

  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%; }

  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%; }

  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%; } }
@-o-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%; }

  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%; }

  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%; }

  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%; }

  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%; } }
@-ms-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%; }

  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%; }

  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%; }

  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%; }

  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%; } }
@keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%; }

  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%; }

  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%; }

  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%; }

  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%; } }



@keyframes cube {
    from {
        transform: scale(0) rotate(0deg) translate(-50%, -50%);
        opacity: 1;
    }
    to {
        transform: scale(20) rotate(960deg) translate(-50%, -50%);
        opacity: 0;
    }
}

/* enquery form css */



.appointment_sec
{
  width: 100%;
  position: relative;
  z-index: 1;
  background-image: url(../image/background/call5.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: left center;
  padding-top: 0px;
  margin-bottom: 74px; 
    
}
  .appointment_sec.home2
  {
    margin-bottom: 0; 
      
  }
    .appointment_sec.home2 .col-md-5 
    {
      padding: 0; 
        
    }

.appoint_ment_form 
{
  background-color: #0a0e42eb;
  padding: 20px;
  text-align: center;
  position: relative; 
    
}
  .appoint_ment_form h4 
  {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    color: #ffffff;
    font-size: 30px;
    padding-bottom: 15px; 
      
  }
  .appoint_ment_form p 
  {
    color: #767676;
    font-size: 17px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    padding-bottom: 45px; 
      
  }
  .appoint_ment_form form 
  {
    width: 100%; 
      
  }
    .appoint_ment_form form input,
    .appoint_ment_form form textarea 
    {
      width: 100%;
      padding: 12px 24px;
      background-color: #f9f9f9;
      border: 1px solid #e3e3e3;
      margin-bottom: 14px;
      color: #767676;
      font-size: 17px;
      font-weight: 400;
      font-family: "Roboto", sans-serif;
      outline: 0;
      }
      .appoint_ment_form form input:focus,
      .appoint_ment_form form textarea:focus 
      {
        outline: 0; 
          
      }
    .appoint_ment_form form .btn
    {
      width: 100%;
      background-color: #fe5e15;
      padding: 15px 0;
      text-align: center;
      color: #ffffff;
      font-weight: 400;
      font-family: "Roboto", sans-serif;
      font-size: 20px;
      position: absolute;
      left: 0;
      bottom: -72px;
      -ms-radius: 0;
      -o-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; 
        
    }
     
    @media (min-width: 992px)
    {
    .offset-lg-7 
    {
    margin-left: 48.333333%;
    }
    }
    
   
   /* product page links */
   
  .connect-url
   {
     color:#121754;font-size:16px;font-weight:600;  
   }
   
   .connect-url:hover
   {
    color: #fe5e15;
   }
   .connect-url:focus
   {
    color: #fe5e15;
   }
   
   
   /* quote buton */
   
   .quotebtn
   {
    font-size: 1rem;
    /* border-radius: 25px; */
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    color: #ffffff;
    border-color: #ffffff;
    background-color: #fe5e15;
    border-style: solid;
    text-decoration: none;
    border-top-width: 2px;
    border-right-width: 2px;
    border-left-width: 2px;
    border-bottom-width: 2px;
    box-shadow: none; 
   }
   
   .quotebtn:hover
   {
     background-color:#121754;  
   }
   