body {
    margin: 0;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #ffffff !important;
  }
  html {
  scroll-behavior: smooth
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}
 /*Animation Start*/
@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}
@keyframes changeBackgroundColor {
  0% {
    background-color: #001F3F;
  }
  50% {
    background-color: #3674ff;
  }
  100% {
    background-color: #001F3F;
  }
}
.banner-inner {
    padding: 3% 0% 3% 0%;
    background: #1b193d;
    margin-top: 90px;
}
.contact-bg {
    background: #fff;
    margin: 0 5%;
    border-radius: 10px;
    margin-bottom: -5%;
    padding: 10px 20px 10px 20px;
    position: relative;
    box-shadow: #00000008 0px 0px 14px;
}
footer {
    background: linear-gradient(to right, #0e212c 0, #212121 100%);
    padding: 120px 0 0px 0;
}
.footer-bot {
    background: #272727;
    padding: 15px 0;
    text-align: center;
    margin-top: 50px;
}
.footer-bot p {
    border: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
}
footer img {
    width: 220px;
    padding-top: 10px;
}
footer p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    border-left: 1px solid #ffffff52;
    padding-left: 46px;
}
footer .media-icons {
    display: flex;
    margin-top: 20px;
}
footer .media-icons a {
    height: 35px;
    width: 35px;
    margin: 10px 8px 0 8px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.4s ease;
    background: #faa635;
}
.links {
    border-top: 1px solid #ffffff52;
}
.links ul {
    list-style: none;
    padding-left: 0;
}
.links ul li {
    padding-bottom: 15px;
}
.links h3 {
    color: #fff;
    font-size: 22px;
    padding-bottom: 15px;
}
.links ul li {
    padding-bottom: 15px;
}
.links ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}
.call-to-action {
  width: 100%;
  height: 100%;  
  display: flex;
  align-items: center;
  text-align: center;
  animation: changeBackgroundColor 7s infinite;
      padding: 30px 40px;
          border-radius: 8px;
}

.call-to-action h3{
    color: #fff;
    text-align: left;
    font-weight: 600;
    font-size: 32px;
}
.call-to-action h6{
     color: #fff;
    text-align: left;
    font-weight: 600;
    font-size: 14px;   
        margin-bottom: 0;
}
.product-grid{
    text-align: center;
    overflow: hidden;
}
.product-grid .product-image{
    overflow: hidden;
    position: relative;
}
.product-grid .product-image a.image{ display: block; }
.product-grid .pic-1{
    opacity: 1;
    backface-visibility: hidden;
    transition: all 0.5s ease 0s;
}
.product-grid:hover .pic-1{ opacity: 0; }
.product-grid .pic-2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    backface-visibility: hidden;
    transition: all 0.5s ease-out 0s;
}
.product-grid:hover .pic-2{ 
    opacity: 1;
    transform: scale(1.09);
}
.product-grid .product-image img{
    width: 100%;
    height: 315px;
}
.product-grid .product-discount-label,
.product-grid .product-new-label{
    color: #242424;
    background: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 5px 10px;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.product-grid .product-links{
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}
.product-grid .product-links li{
    opacity: 0;
    transform: translateX(100%); 
    margin: 0;
    transition: all 0.3s ease-in-out;
}
.product-grid:hover .product-links li{ 
    opacity: 1;
    transform: translateX(0%); 
}
.product-grid .product-links li a{
    color: #222;
    background-color: #fff;
    font-size: 16px;
    line-height: 45px;
    height: 45px;
    width: 50px;
    display: block;
    position: relative;
    transition: all 0.3s ease 0s;
}
.product-grid .product-links li a:hover{
    color: #999;
}
.product-grid .product-links li a:before,
.product-grid .product-links li a:after{
    content: attr(data-tip);
    color: #fff;
    background: #000;
    font-size: 12px;
    line-height: 20px;
    padding: 2px 10px;
    white-space: nowrap;
    display: none;
    transform: translateY(-50%);
    position: absolute;
    right: 60px;
    top: 50%;
}
.product-grid .product-links li a:after{
    content: '';
    height: 15px;
    width: 15px;
    padding: 0;
    border-radius: 0;
    transform: translateY(-50%) rotate(45deg);
    right: 58px;
    z-index: -1;
}
.product-grid .product-links li a:hover:before,
.product-grid .product-links li a:hover:after{
    display: block;
}
.product-grid .product-content{
    padding: 25px 0;
    position: relative;
    text-align: justify;
}
.product-grid .title{
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin: 0 0 6px;
}
.product-grid .title a{
    color: #333333;
    transition: all 0.3s ease 0s;
}
.product-grid .title a:hover{ color: #2f2e2ea6; }
.product-grid .rating{
    color: #fcae01;
    font-size: 12px;
    padding: 0;
    margin: 0 0 8px;
    list-style: none;
    transition: all 0.3s ease 0s;
}
.product-grid .rating li{ 
    display: inline-block;
    margin: 0 -1px;
}
.product-grid .rating li.far{ color: #999; }
.product-grid .price{
    color: #00b169;
    font-size: 18px;
    font-weight: 700;
    margin: 0px 0 22px;
    display: block;
}
.product-grid .price span{
    color: #bbb;
    font-weight: 400;
    text-decoration: line-through;
}
.product-grid .add-cart{
    background: #ffbe16;
    border: none;
    color: #000;
    font-weight: 500;
    padding: 12px 25px;
    border-radius: 50px;font-size: 14px;
}
.product-grid .product-content h5{
     font-size: 13px;
    color: #6e6e6e;   
}


.categories-boxwidth .col-md-3{
  
}
.indus-box {
    position: relative;
    width: 100%;
    height: 265px;
    overflow: hidden;
    background: linear-gradient(to bottom, #000000 0%, #00234e 100%);
    border-radius: 5px;
    margin-bottom: 30px;
}

.indus-box:hover:before {
    opacity: 1;
    left: 200%;
}

.indus-box:hover img {
    opacity: 0.2;
}

.indus-box img {
    width: 100%;
    height: auto;
    transition: all 0.6s ease;
}

.indus-box:before {
    content: '';
    background: #fff;
    width: 200px;
    opacity: 0.6;
    transform: skew(-20deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    box-shadow: 0 0 100px #fff;
    transition: all 0.6s ease;
}

.indus-box .text {
    position: absolute;
    bottom: 1px;
    width: 100%;
    text-align: left;
    padding: 20px 20px;
    background: linear-gradient(to bottom, #00000000 0%, #00000061 100%);
        text-shadow: 2px 2px 2px #00000063;
}

.indus-box h3 {
    font-weight: 600;
    color: #fff;
    font-size: 24px;
}

.indus-box a {
    font-weight: 500;
    color: #ffcd36;
}

.indus-box a:hover {
    color: #fff;
}

.indus-box .content-text {
    transform: translateY(100%);
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.indus-box:hover .text {
    opacity: 0;
}

.indus-box:hover .content-text {
    transform: translateY(-190px);
    opacity: 1;
    color: #fff;
    text-align: left;
    padding: 20px 20px;
}

.indus-box span {
    background: #ffbe16;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    align-items: center;
    color: #000;
    margin-left: 12px;
}

.indus-button {
    display: flex;
    align-items: center;
}


.services-third{
    padding: 30px 0;
}

.line-sec{
position: relative;
}
.line-sec:before {
    position: absolute;
    z-index: -1;
    content: '';
    width: 100%;
    height: 600px;
    left: 0;
    top: 0;
    background-image: url(../img/pattern-bg.png);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.step-img{
    text-align: center;
    padding: 0 20px;
    position: relative;
    z-index: 10;
}
.step-img .circlestep:hover {
}
.line-step{
    border-bottom: #666666 solid 3px;
    height: 2px;
    width: 70%;
    margin: -26% auto auto;
    border-style: dashed;
    border-left: none;
    border-right: none;
    border-top: none;
}
.step-img .circlestep {
    position: relative;
        background: linear-gradient(to right, #4079ea, #40abea, #40abea, #4079ea);
    background-size: 400%;
    border-radius: 50%;
    width: 190px;
    height: 190px;
    line-height: 60px;
    text-align: center;
    box-sizing: border-box;
    text-transform: capitalize;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.step-img .circlestep:hover:before {
   
}
.step-img .text{
        padding-top: 30px;
}
.step-img .circlestep:before {
    content: "";
        background: linear-gradient(to right, #4079ea, #40abea, #40abea, #4079ea);
    background-size: 400%;
    position: absolute;
    inset: -5px;
    z-index: -1;
    filter: blur(20px);
    opacity: 0;
    transition: .5s;
    border-radius: 50%;
}
.step-img .circlestep:hover:before {
    
}
.step-img .box{
    background: #fff;
    margin: 0 auto;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;color: #407fea;
    font-size: 50px;
}

.step-img img {
    width: 100px;
    position: relative;
}
button:focus {
    outline: 0px dotted !important;
    outline: 0px auto -webkit-focus-ring-color !important;
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}
/*Animation end*/ 
.header-main{
    background: #fff;
    padding: 20px 0;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
}
.navbar-nav a {
    color: #1e1e1e !important;
    text-decoration: none !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;    padding-top: 12px;
    
}
.navbar ul li{
    padding: 0 5px;
}
.logo img{
    width: 210px;
}
@media(max-width:425px){
    .logo img{
        width: 135px;
    }
}
.header-but{
    border-radius: 50px;
    padding: 10px 30px;
    background: -moz-linear-gradient(left, #afca0b 0, #0097ac 100%);
    background: -webkit-linear-gradient(left, #afca0b 0, #0097ac 100%);
    background: linear-gradient(to right, #afca0b 0, #0097ac 100%);
    -webkit-box-shadow: 0 10px 15px 0 rgb(175 0 87 / 20%);
    box-shadow: 0 10px 15px 0 rgb(175 0 87 / 20%);
    color: #fff;
    font-size: 14px;
    border: none;
}
.head-main{
    margin: 0;
    margin-top: 66px;
}
.head-main h1{
    margin: 0 0 20px 0;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    text-transform: none;
   
}
.head-main h6{
font-size: 12px;
    font-weight: 700;
    color: #202429;
    text-transform: uppercase;
    margin-bottom: 13px;
    padding: 0;
    display: inline-block;
    border-bottom: 3px solid #c2eaf2;
    padding-bottom: 2px;
}
.head-main p{
color: #fff;
    font-size: 16px;     margin-bottom: 30px;
}
.main-button{
    background: #ffbe16;
    border: none;
    color: #000;
    font-weight: 500;
    padding: 18px 30px;
    border-radius: 50px;
}
.seeall-button{
    border: 2px solid #000;
    color: #000;
    font-weight: 500;
    padding: 12px 35px;
    border-radius: 50px;
    background: #fff;
}
.seeall-button:hover{
    border: 2px solid #ffbe16;
    background: #ffbe16;
}
.sec-button{
background: #ffffff;
    border: none;
    color: #000;
    font-weight: 500;
    padding: 18px 50px;
    border-radius: 50px; 
}
.head-main input{
width: 100%;
    transition: all 0.3s;
    border: none;
    padding: 12px 10px 12px 76px;
    font-size: 13px;
    border-radius: 2px;
}
.head-main select{
    width: 100%;
    transition: all 0.3s;
    border: none;
    padding: 14px 10px 13px 76px;
    font-size: 13px;
    border-radius: 2px;
    color: #7d7d7d;
}
.head-main textarea{
    width: 100%;
    transition: all 0.3s;
    border: none;
    padding: 12px 10px 15px 44px;
    font-size: 14px;
    border-radius: 2px;
}
.head-main .col-md-4 {
    margin-top: -20px;
}
.head-main .col-md-3 {
    margin-top: -20px;
}
.head-main .input-icon{
color: #fff;
    background-color: #018294;
    font-size: 17px;
    text-align: center;
    line-height: 45px;
    height: 44px;
    width: 55px;
    vertical-align: top;
    display: inline-block;
    position: relative;
    top: 44px;
    left: 0px;
    border-radius: 2px;    border: 1px solid #fff;
}
.head-main .textarea-icon{
color: #018294;
    font-size: 17px;
    width: 55px;
    position: relative;
    top: 36px;
    left: 16px;
    border-radius: 2px;
}
.select-text p {
    color: #e8e8e8;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 0;
    margin-bottom: 10px;
    margin-top: 17px;
}
.select-text ul li {
display: inline-block;
    width: 19%;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
}
.select-text ul{
    padding-left: 8px;    margin-bottom: -10px;
}
.select-text .form-check-input {
    width: auto;
    height: auto;
    padding: 0 15px;    margin-top: 8px;
}
.select-text .form-check-label {
    top: -4px;
    left: 22px;
    color: #c7c7c7;
    font-size: 12px;
}
.head-main .form{
    background: #0000006b;
       padding: 10px 25px 40px 25px;
    margin-top: 15px;    border-radius: 6px;
}

.serviceBox{
    padding: 50px 35px;
    background: #fff;
    border: 1px solid #eee;
    border-bottom-color: #428ef8;
    text-align: center;
    position: relative;
    transition: all 0.5s ease 0s;
}
.serviceBox:hover{ border: 1px solid #0598a6; }
.serviceBox:before,
.serviceBox:after{
    content: "";
    width: 70%;
    height: 5px;
    background: linear-gradient(to right, #51bceb 0, #036fae 100%);
    opacity: 0;
    position: absolute;
    top: -3px;
    left: 35%;
    transform: translateX(-50%);
    transition: all 0.5s ease 0s;
}
.serviceBox:hover:before,
.serviceBox:hover:after{
    opacity: 1;
    left: 50%;
}
.serviceBox:after{
    top: auto;
    bottom: -3px;
}
.serviceBox .service-icon{
    width: 65px;
    height: 65px;
    line-height: 62px;
    border-radius: 50%;
    background: #ff1e38;
    margin: 0 auto 20px;
    font-size: 24px;
    color: #fff;
    box-shadow: 0 20px 20px rgb(255 30 56 / 20%);
}
.serviceBox .title{
    font-size: 20px;
    font-weight: bold;
    color: #252525;
    margin: 0 0 10px 0;
    transition: all 0.5s ease 0s;
}
.serviceBox:hover .title{ opacity: 0; }
.serviceBox .description{
    font-size: 14px;
    color: #7a7a7a;
    line-height: 25px;
    margin: 0;
    transition: all 0.5s ease 0s;
}
.serviceBox:hover .description{
    margin-top: -20px;
    padding-bottom: 20px;
}
.section-heading{
    text-align: left;
        padding-bottom: 20px;
}
.section-heading h4{
    color: #020080;
    font-size: 16px;
    font-weight: 600;
}
.section-heading p{
    padding-top: 15px;
    line-height: 30px;
    margin: 0;
    transition: all 0.5s ease 0s;
    padding-bottom: 18px;
}
.sec-second{
    background: #f6faff;    padding: 80px 0;
}
.bg-electric-violet-3 {
    background-color: #6001d3 !important;
        box-shadow: 4px 4px 50px rgb(80 52 252 / 45%) !important;
}
.bg-java-2 {
    background-color: #1de2cf !important;
    box-shadow: 0 20px 20px #d1fffb !important;
}
.bg-orange {
    background-color: #ff5200 !important;
        box-shadow: 0 20px 20px #ffe8cd !important;
}
.contact-bg .inner-box h3 a{
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #212529;
}

.contact-bg{
    background: #fff;
    margin: 0 5%;
    border-radius: 10px;
    margin-bottom: -5%;
    padding: 10px 20px 10px 20px;
    position: relative;box-shadow: #00000008 0px 0px 14px;
}
.contact-bg .inner-box {
    position: relative;
    padding: 40px 15px 20px 120px;
}
.contact-bg .inner-box .icon-box {
position: absolute;
    left: 30px;
    top: 32px;
    width: 60px;
    height: 60px;
    line-height: 59px;
    background: linear-gradient(to top, #faac3a 0, #fa993a 100%);
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    transition: all 500ms ease;
    color: #ffffff;
}
.contact-bg .inner-box h3 {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0px;
}
.contact-bg .inner-box p {
    font-size: 14px;
    line-height: 26px;
    color: #808080;
    margin-bottom: 0;
}
.head-main .carousel-caption{
    bottom: 0%;
    top: 28%;
    left: 10%;
    width: 85%;
}
.slider-text{
text-align: left;
}
.slider-text h3{
    font-weight: 600;
    font-size: 24px;
    color: #faa635;
   
}
.slider-text h1{

}
.slider-text p{

}
.readmore{
    background: linear-gradient(to right, #e49d35 0, #e48335 100%);
    color: #fff;
    font-size: 14px;
    padding: 15px 30px;
    border-radius: 2px;  transition: all 0.5s ease 0s; 
}
.readmore:hover{
    background: linear-gradient(to right, #e48335 0, #e49d35 100%);
    color: #fff;
    text-decoration: none;transition: all 0.5s ease 0s; 

}
.serviceBox .service-icon img{
  width: 38px;  
}
.post-slide{
    margin: 0 15px;
    padding: 15px 15px 40px 15px;
    background: #fff;
    box-shadow:0 2px 3px rgba(0, 0, 0, 0.07);
}
.post-slide .post-img{
    position: relative;
    margin-bottom: 20px;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
}
.post-slide .post-icon{
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    bottom: 25px;
    left: 25px;
    text-align: center;
    background: #333;
    opacity: 0;
    border-radius: 3px;
    transition: all 300ms ease-in-out 0s;
}
.post-slide:hover .post-icon{
    opacity: 1;
}
.post-slide .post-icon i{
    font-size: 20px;
    color: #fff;
    line-height: 60px;
}
.post-slide .post-bar{
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
}
.post-slide .post-bar li{
    display: inline-block;
    font-size: 15px;
    color: #1d92c8;
    margin-right: 5px;font-weight: 600;
}
.post-slide .post-bar li:after{
    content: "/";
    margin-left: 5px;
}
.post-slide .post-bar li:last-child:after{
    content: "";
}
.post-slide .post-bar li a{
    color: #8e44ad;
    transition: all 0.3s ease 0s;
}
.post-slide .post-bar li a:hover{
    color: #333;
    text-decoration: none;
}
.post-slide .post-bar li a:after{
    content: ",";
    margin: 0 5px;
}
.post-slide .post-bar li a:last-child:after{
    content: "";
}
.post-slide .post-title{
    margin: 5px 0 15px 0;
    text-transform: capitalize;
}
.post-slide .post-title a{
    font-size: 20px;
    font-weight: 600;
    color: #3c3c3c;
    transition: all 300ms linear 0ms;
}
.post-slide .post-title a:hover{
    color: #8e44ad;
    text-decoration: none;
}
.post-slide .post-description{
    font-size: 15px;
    color: #7a7a7a;
    line-height: 25px;
    margin: 0;
    transition: all 0.5s ease 0s;
    padding-bottom: 18px;
}
.post-slide .read-more{
    display: inline-block;    margin-top: 15px;
}
.post-slide .read-more:hover{
    text-decoration: none;
}
.post-slide .read-more i{
    font-size: 19px;
    color: #333;
    margin-right: 5px;
    transition: all 0.40s linear 0s;
}
.post-slide .read-more span{
    font-size: 12px;
    color: #fff;
    padding: 12px 24px;
    text-transform: uppercase;
    transition: all 0.40s linear 0s;
}
.post-slide .read-more:after{
    content: "";
    display: block;
    width: 40%;
    position: relative;
    bottom: -20px;
    opacity: 0;
    transition: all 0.40s linear 0s;
}
.post-slide:hover .read-more span,
.post-slide:hover .read-more:after{
    opacity: 1;
}
.post-slide .read-more:hover span,
.post-slide .read-more:hover i,
.post-slide .read-more:hover:after{
    color: #ffffff;
    border-bottom-color: #ffffff;
}
.servicesall{
    background-size: cover;
    padding: 45px 25px 50px 25px;    color: #fff;text-align: center;
    position: relative;min-height: 442px;
}
.servicesall span{
    width: 68px;
    background: #faa635;
    height: 3px;
    left: 41%;
    position: absolute;
}
.serviceerm{
background: url(../img/services-business.jpg);
background-size: cover;
}
.services-business{
 background: url(../img/services-crm.jpg);
background-size: cover;   
}
.managed-services{
 background: url(../img/managed-services.jpg);
background-size: cover;   
}
.services-kubernetes{
 background: url(../img/services-kubernetes.jpg);
background-size: cover;   
}
.servicesall h3{
    padding-bottom: 5px;
    font-weight: 600;
    font-size: 22px;
}
.servicesall p{
 font-size: 15px;
    font-weight: 400;
    margin-bottom: 15px;   
}
.servicesall p:nth-child(3) {
      padding-top: 25px;
}
.servicesall .read{
color: #fff;
    text-decoration: none;
    font-size: 14px;
    border: 2px solid #fff;
    padding: 10px 20px;
    border-radius: 5px;
    background: #00000024;
    font-weight: 500;
}
.slider-bottom .col-md-3{
     padding: 2px;   
}
.job-open{
      background: #fff;
    box-shadow: 0 2px 3px rgb(0 0 0 / 7%);
    padding: 25px 30px;      border-radius: 20px;    margin-bottom: 30px;
}
.job-open h2{
    font-size: 24px;
    font-weight: 700;    
}
.job-open h5{
    color: #1682bd;
    font-size: 16px;
    font-weight: 600;
}
.job-open .main-logo{
    background: #f6f6f6;
    text-align: center;
    padding: 30px 10px;
    border-radius: 10px;
    margin-top: 12px;
}
.job-open .apply{
margin-top: 40px;
}
.job-open .main-logo img{

}
.job-open .text{
border-right: 1px solid #e6e6e6;
}
.job-open p{
 margin-bottom: 0;color: #5e5d5d;
   
}
.job-open a{
    
}
.job-open h6{
     margin-top: 26px;
    color: #40acde;   
}
.about-bg{
        background: url(../img/aboutapp-bg.jpg);
        background-size: cover;
}
.checklist {
    margin-top: 0px;
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}
.checklist li {
    background-image: url(../img/cloud_3-li.png);
    background-repeat: no-repeat;
    background-position: 0px -2px;
    padding-left: 60px;
    margin: 9px 0;
    padding-bottom: 15px;
    padding-top: 3px;
    background-size: 40px;
        font-size: 16px;
    color: #5e5d5d;
}
.about-text{
        padding: 16% 5% 8% 5%;
}
.main-img{

    margin-top: 13%;

}
.main-img img{
    width: 530px !important;    margin: auto;
}
.target{

}
.target .col-md-4{
}
.serviceBox4{
        background: #fff;
    border: 1px solid #e8e8e8;
    padding: 20px 25px;
}
.serviceBox4 .service-icon4 a{
    display: inline-block;
    width: 100%;
    overflow-y: hidden;
    position: relative;
}
.serviceBox4 .service-icon4 a > span{
width: 75px;
    height: 75px;
    background: #eeeeee;
    border-radius: 5px;
    display: block;
    text-align: center;
    transform: rotate(60deg);
    position: relative;
    left: 0;
    top: 0;
    transition: all 300ms ease-in-out 0s;
    border-radius: 50%;
}
.serviceBox4:hover .service-icon4 a > span{
    background: #51bcea;
}
.serviceBox4 .service-icon4 a > span i{
    font-size: 30px;
    color:#a7a7a7;
    transform: rotate(-60deg);
    line-height: 72px;
}
.serviceBox4 .service-content4 h3{
     font-size: 16px;
    margin-bottom: 0px;
    padding-top: 12px;
}
.serviceBox4 .service-content4 p{
    color:#212121;
    line-height: 25px;
}
.serviceBox4:hover .service-icon4 a > span i{
color: #fff;
}
.links ul li h4{
 color: #fff;
    font-size: 16px;
    font-weight: 700;   
}
.links ul li h6{
 color: #fff;
    font-size: 14px;
    font-weight: 400;   
}
.footer-office .img img{
width: 70px;
    filter: none;
    border-radius: 10px;
    padding: 0;
}
}
.footer-office .text{
    padding-left: 20px;
    padding-top: 6px;
}
.footer-office{
     display: inline-flex;      padding-bottom: 0px; align-items: baseline;
}
.contact-bg h2{
color: #fff;
    font-weight: 600;
}
.contact-bg p{
  color: #fff;
    font-weight: 400;  
        margin: 0;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.banner-inner h1{
color: #fff;
    font-size: 46px;
    font-weight: 600;
    text-shadow: #0000005e 2px 2px 2px;    margin-bottom: 0;
}
.banner-inner p{
    color: #fff;    text-shadow: #00000038 2px 2px 2px;
}
.branding-2019 h3{
     color: #1682bd;
    font-size: 24px;
    font-weight: 600;   
}
.branding-2019 .orange {
    color: #212529 !important;font-weight: 500;
}
.branding-2019{

}
.crm-bg {
    background: url(../img/crm-bg.jpg);
    background-size: cover;
}
.contact-bg{
        background: linear-gradient(to right, #4079ea 0, #3c9af9 100%);
    margin: 0 5%;
    border-radius: 10px;
    margin-bottom: -5%;
    padding:30px 20px 30px 20px;
    position: relative;box-shadow: #00000008 0px 0px 14px;
}
.contact-bg .form{
    display: flex;
    align-items: center;
}
.contact-bg .form input{
    width: 40%;
    padding: 15px 20px;
    border-radius: 3px;
    border: none;
    margin: 0 5px;
}
.contact-bg .form button{
     width: 18%; 
         background: #ffbe16;
    border: none;
    color: #000;
    font-weight: 500;
    padding: 15px 15px;
    border-radius: 3px; 
}
.contact-bg .inner-box {
    position: relative;
    padding: 40px 15px 20px 110px;
}
.contact-bg .inner-box .icon-box {
position: absolute;
    left: 30px;
    top: 32px;
    width: 60px;
    height: 60px;
    line-height: 59px;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    transition: all 500ms ease;
    color: #ffffff;
}
.contact-bg .inner-box h3 {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0px;
}
.contact-bg .inner-box p {
    font-size: 14px;
    line-height: 26px;
    color: #808080;
    margin-bottom: 0;
}
.contact-section {
    padding: 6% 0;
}
.content-box {
    padding-top: 12%;
}
.content_block_5 .content-box .sec-title {
    margin-bottom: 23px;
}
.sec-title {

}
.sec-title p {
color: #1682bd;
    font-size: 16px;
    font-weight: 600;
}
.sec-title h2 {
    position: relative;
    display: block;
    font-size: 44px;

}
.content_block_5 .content-box .text {
    position: relative;
    margin-bottom: 31px;
}
.content_block_5 .content-box .social-links li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.content_block_5 .content-box .social-links li:first-child a {
    background: #466ca9;
}
.content_block_5 .content-box .social-links li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
}
.content_block_5 .content-box .social-links li:nth-child(2) a {
    background: #dd4b39;
}
.content_block_5 .content-box .social-links li:last-child a {
    background: #55acee;
}
.contact-section .form-inner {
    position: relative;
    display: block;
    background: #f5f6f6;
    padding: 50px 50px;
    border-radius: 10px;
}
.contact-section .form-inner .form-group {
    position: relative;
    margin-bottom: 30px;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.contact-section .form-inner .form-group input[type='text'], .contact-section .form-inner .form-group input[type='email'], .contact-section .form-inner .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    background: #ffffff;
    border: 1px solid #fff;
    font-size: 15px;
    font-weight: 500;
    color: #848484;
    padding: 10px 20px;
    border-radius: 5px;
    transition: all 500ms ease;
}
.contact-section .form-inner .form-group textarea {
    resize: none;
    height: 130px;
}
.theme-btn {
}
.theme-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 17px;
    line-height: 25px;
    font-weight: 500;
    color: #fff !important;
    text-align: center;
    padding: 17.5px 41.5px;
    border-radius: 4px;
    z-index: 1;
    box-shadow: 0px 15px 25px 0px rgb(75 152 194 / 33%);
    transition: all 500ms ease;
    border: none;
}
.head-main .carousel-item{
   
}
.section-heading h2{
font-weight: 700;
    font-size: 42px;
    padding-bottom: 20px;    
}

.partner-img img{
filter: grayscale(1);
    cursor: pointer;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;  
    width: 170px !important;  
}
.partner-img img:hover {
    filter: none;
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.secgap{
 padding: 70px 0;   
}

.serviceBox5{
    padding: 40px 18px 40px;
    border: 1px solid #e8e8e8;
    text-align: left;
    position: relative;
    transition: all 0.3s ease 0s;
    margin-bottom: 20px;
        min-height: 420px;
}
.serviceBox5:hover{ border-color: #727cb6 ; }
.serviceBox5:before{
    content: "";
    border-top: 20px solid #f7f7f7;
    border-left: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    top: 7px;
    right: 7px;
    transition: all 0.3s ease 0s;
}
.serviceBox5:hover:before{ border-top-color: #727cb6 ; }
.serviceBox5 .service-icon{
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
    color: #064774;
    margin-bottom: 35px;
    z-index: 1;
    position: relative;
    transition:all 0.3s ease 0s;
}
.serviceBox5:hover .service-icon{     
    color: #fff;
    background: #020080; }
.serviceBox5 .service-icon{
border-radius: 50%;
    border: 1px solid #e8e8e8;
}
.serviceBox5:hover .service-icon:before{
    border-color: #727cb6 ;
    background: #727cb6 ;
}
.serviceBox5 .title{
  font-size: 20px;
    font-weight: 600;
    color: #064774;
    text-transform: capitalize;
    margin: 0 0 0px 0;
    line-height: 30px;
}
.serviceBox5 .description{
margin-top: 15px;
    font-size: 16px;
    color: #313131;
    line-height: 30px;
    font-weight: 500;
}
.serviceBox5 .view-more{
margin-top: 18px;
    font-size: 16px;
    color: #fa843a;
    line-height: 30px;
    font-weight: 600;
}
.target .container{
     max-width: 1320px;   
}
.quality{
    background: url(../img/quality.jpg);
        background-size: cover;
}
.contact-section p{
font-size: 18px;
    color: #313131;
    line-height: 30px;
    font-weight: 500;
    margin: 0;
    transition: all 0.5s ease 0s;
    padding-bottom: 18px;
}
.data-analytics{
     background: url(../img/data-ana.jpg);
        background-size: cover;  
}
.integration-banner{
     background: url(../img/integration-banner.jpg);
        background-size: cover;
}

html {
  scroll-behavior: smooth;
}
.dropbtn {
    color: #1e1e1e !important;
    text-decoration: none !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background: transparent;
  border: none;    padding-top: 12px !important;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 230px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
color: black !important;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
    font-size: 14px;
}

.dropdown-content a:hover {}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {}


.cookie-container {
    display: flex;
    align-content: center;
    align-items: center;
    padding: 1rem 2rem;
    background: #b7e7e2;
    color: var(--white-text);
    position: relative;
    bottom:0;
    font-size: 1rem;
    gap: 2rem;
    visibility: visible;
    
}

.cookie-container.hide {
   

}

.cookie-container a {
    color: var(--white-color);
}

.cookie-container a:hover {
    color: var(--hover-text);
}

.cookie-container .cookie-text {
     width: 55%;
    font-size: 15px;
    line-height: 24px;
    color: #096674;
    margin-right: 0px;
        margin-bottom: 0;padding-left: 15px;
}

.cookie-container .agree {
    width: 45%;
    text-align: right;
    display: flex;
    justify-content: center;
}

.agree button {
    background: var(--button-background);
    color: var(--button-text);
    border: none;
    padding: 0.4rem 1.2rem;
    cursor: pointer;
    border-radius: 20px;
    font-size: 1rem;
}

.agree button:hover {
    background: var(--button-background-hover);
        color: var(--white-text);
}
.inline-alert input{
    border-radius: 2px 0 0 2px;
    color: #0c505a;
    background: #fff;
    width: 220px;
    border: none;
    height: 36px;
    padding: 7px;
    font-size: 14px;
}
.agree .signup{
    background: #096674;
    color: #fff;
    min-width: 85px;
    border: none;
    padding: 11px 16px;
    cursor: pointer;
    margin: 0;
        font-size: 14px;
    line-height: 14px;
    border-radius: 0 2px 2px 0;
    height: 36px;
}
.services-sec{
background: #ffffff2b; 
    padding-top: 50px;
    padding-bottom: 50px;   
}
.video-box{
    background: #fff;
        margin-bottom: 35px;
}
.video-box .img img{
    width: 100%;
}
.video-box .text{
    padding: 20px 25px;
}
.video-box .text h3 a{
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    color: #000;
}
.video-box .text h3 a:hover{
 color: #07889d;
 text-decoration: none;   
}

.video-box .text h5 a{
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color: #000;
        margin-bottom: 25px;
    display: block;
}
.video-box .text h5 a:hover{
 color: #07889d;
 text-decoration: none;   
}

.video-box .text h6{
    font-size: 12px;
    font-weight: 700;
    color: #202429;
    text-transform: uppercase;
    margin-bottom: 13px;
    padding: 0;
    display: inline-block;
    border-bottom: 3px solid #c2eaf2;
    padding-bottom: 2px;
}
.video-box .see-more{
       color: #047f95;
    font-weight: 600;
    padding-bottom: 15px;
    display: block; 
}
.section-heading{

}
.section-heading h1{
       font-size: 38px;
    font-weight: 400;
    line-height: 1.2; 
}



.sweepstakes-box{
    background: #fff;
        margin-bottom: 35px;
}
.sweepstakes-box .img img{
    width: 100%;
}
.sweepstakes-box .text{
    padding: 20px 70px;
}
.sweepstakes-box .text h3 a{
    font-size: 36px;
    font-weight: 300;
    line-height: 44px;
    color: #000;
}
.sweepstakes-box .text h3 a:hover{
 color: #07889d;
 text-decoration: none;   
}

.sweepstakes-box .text h5 a{
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color: #000;
        margin-bottom: 25px;
    display: block;
}
.sweepstakes-box .text h5 a:hover{
 color: #07889d;
 text-decoration: none;   
}
.but-main{
    background: #096674;
    color: #fff;
    min-width: 97px;
    border: none;
    padding: 11px 16px;
    cursor: pointer;
    margin: 0;
    font-size: 14px;
    line-height: 14px;
    border-radius: 2px;

}
.video-box .text h5 {
  font-size: 12px;
    color: #1197ad;
    padding-top: 12px;  
}

.video-box-main{
        background: #cee8ec;
            padding: 35px 0 8px 0;    margin-bottom: 35px;
}
.video-box-main .m-textcard{
    position: absolute;
    left: 50%;
    transform: translate(-50%,22%);
    z-index: 1;
    overflow: hidden;
    border-radius: 50%;
    width: 45%;
    height: 68%;
    top: -19px;
    border: none;
    background: hsla(0,0%,100%,.3);
}
.video-box-main .circle-bot{
    position: relative;
    display: block;
    height: 0;
    padding-bottom:65%;
}

.video-box-main .m-TextCard__a-Icon--ImageDecoration {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    z-index: 0;
    top: -9%;
    width: 65%;
    height: 100%;
    fill: hsla(0,0%,100%,.3);
}
.video-box-main .text {
    padding: 20px 15px;
}
.video-box-main .text h6 {
    font-size: 12px;
    font-weight: 700;
    color: #202429;
    text-transform: uppercase;
    margin-bottom: 13px;
    padding: 0;
    display: inline-block;
    border-bottom: 3px solid #c2eaf2;
    padding-bottom: 2px;
}
.video-box-main .text h3 a {
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    color: #000;
}
.video-box-main .text h5 {
    font-size: 12px;
    color: #1197ad;
    padding-top: 12px;
}


.blog-box{
    background: #fff;
        margin-bottom: 35px;
}
.blog-box .img img{
    width: 100%;
}
.blog-box .text{
    padding: 20px 70px;
}
.blog-box .text h3 a{
font-size: 26px;
    font-weight: 300;
    line-height: 32px;
    color: #000;
    padding-bottom: 15px;
    display: block
}
.blog-box .text h3 a:hover{
 color: #07889d;
 text-decoration: none;   
}

.blog-box .text h5 a{
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color: #000;
        margin-bottom: 25px;
    display: block;
}
.blog-box .text h5 a:hover{
 color: #07889d;
 text-decoration: none;   
}
.blog-box .text h6 {
    font-size: 12px;
    font-weight: 700;
    color: #202429;
    text-transform: uppercase;
    margin-bottom: 13px;
    padding: 0;
    display: inline-block;
    border-bottom: 3px solid #c2eaf2;
    padding-bottom: 2px;
}

.img-video{
position: relative;
}
.img-video img{
    width: 100%;
}
.img-video .play{
position: absolute;
    bottom: 0;
    left: 40%;
    top: 48%;
    background: #000000a6;
    height: 65px;
    color: #fff;
    font-weight: 500;
    padding: 14px 35px;
    border-radius: 50px;
    font-size: 22px;
}
.vidio-side{

}
.main-vid{
    padding-bottom: 20px;
}
.main-vid img{
     width: 100%;   
}

.main-vid h3 a{
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #000;
    margin-bottom: 25px;
    display: block;
        padding-top: 12px;
}
.main-vid h3 a:hover{
 color: #07889d;
 text-decoration: none;   
}

.footer-bg ul {
    list-style: none;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-bg ul li {
    margin-bottom: 7px;
    padding: 0 7px;    display: inline-block;
}
.footer-bg ul li a{
    padding: 4px;
    color: #575c5f;
}
.bottom-foot{
    font-size: 12px;
    display: flex;
    justify-content: center;
    padding-bottom: 25px;
    border-top: 1px solid #cbcbcb;
    padding-top: 18px; 
}
.media-icons {
    display: flex;
    margin-top: 0px;    margin-left: 35px;
}
.media-icons a {
    height: 35px;
    width: 35px;
    margin: 0 8px;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.4s ease;
    background: #096674;
    padding-top: 10px;
}

.banner-innerpages {
    padding:5% 0% 5% 0%;
    background-repeat: no-repeat;    margin: 30px 105px 0 105px;
}
.servicesbg {
    background: url(../img/services-bg.jpg);
    background-size: cover;
}
.bathroombg{
   background: url(../img/bathroom-bg.jpg);
    background-size: cover; 
}
.banner-innerpages h1 {
    margin: 0;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.2;
    color: #202429;
    text-transform: none;
}
.banner-innerpages h6 {
    font-size: 12px;
    font-weight: 700;
    color: #202429;
    text-transform: uppercase;
    margin-bottom: 13px;
    padding: 0;
    display: inline-block;
    border-bottom: 3px solid #c2eaf2;
    padding-bottom: 2px;
}
.secvices-intro{

}
.secvices-intro p{
    padding-top: 15px;
    line-height: 30px;
    margin: 0;
    transition: all 0.5s ease 0s;
    padding-bottom: 18px;    
}
.checklist {
    margin-top: 0px;
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}
.checklist li {
    background-image: url(../img/cloud_3-li.png);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    padding-left: 60px;
    margin: 9px 0;
    padding-bottom: 15px;
    padding-top: 3px;
    background-size: 40px;
    line-height: 30px;
        font-weight: 400;
    color: #212529;
}
.side-img img{
    width: 100%;
}
.intro-inner{
    padding-top: 70px;
}
.secvices-intro{
    padding-top: 30px;
}
.bot-intro{
    background: #cdf2ee;
    padding-top: 70px;    
}


/*gallery start*/
.portfolio-menu {
  text-align: center;    display: none;
}
.portfolio-item li{
list-style: none;
}
.control {
  background: #000;
  color: #fff;
  padding: 5px 10px;
  border: 1px solid #343a40;
  border-radius: 3px;
  margin: 5px;
  cursor: pointer;
  -webkit-transition: all 05s ease;
  -moz-transition: all 05s ease;
  -ms-transition: all 05s ease;
  -o-transition: all 05s ease;
  transition: all 0.5s ease;
}
.control:hover {
  background: #343a40;
}
.mixitup-control-active {
  color: #fff;
  background: #343a40;
}
.fancybox-container button:focus {
  outline: 0;
  box-shadow: none;
}
.portfolio-item {
      padding:0 0px;
}
.pd {
  padding: 0;
  padding: 10px;
}
.pd img {
  transition: all 0.5s;    width: 100%;
}
.portfolio-overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 57%);
    width: 93%;
    height: 93%;
    text-align: center;
    visibility: hidden;
    transition: all 0.5s;
    transform: scale(0);
    margin: 10px 0 4px 15px;
}
.portfolio-overlay p,
.portfolio-overlay a {
  position: relative;
  z-index: 4;
}
.portfolio-overlay::before {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  left: 10%;
  top: 10%;
  transition: 50ms height ease 150ms;
  z-index: 3;
}
.portfolio-overlay::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  right: 10%;
  bottom: 10%;
  transition: 100ms width ease 200ms;
  z-index: 3;
}
.portfolio-item:hover .portfolio-overlay::before {
  width: 80%;
  height: 80%;
  border-top: 1px solid #b69d70;
  border-right: 1px solid #b69d70;
  transition: width 0.1s ease 0.3s, height 0.1s ease 0.5s;
}
.portfolio-item:hover .portfolio-overlay::after {
  width: 80%;
  height: 80%;
  border-bottom: 1px solid #b69d70;
  border-left: 1px solid #b69d70;
  transition: width 0.1s ease 0.6s, height 0.1s ease 0.7s;
}
.portfolio-item li:hover .portfolio-overlay {
  visibility: visible;
  transform: scale(1);
}
.portfolio-overlay .category {
  margin-top: 32%;
  margin-bottom: 20px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.portfolio-overlay .magnify-icon {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background: #096674;
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
}
.portfolio-overlay .magnify-icon:hover {
  background: #000;
}
.portfolio-overlay .magnify-icon p span i {
  font-size: 15px;
  color: #fff;
  line-height: 40px;
  cursor: pointer;
}
.shopfor p{
        margin-bottom: 40px;
}
.cat-shop img{
  width: 490px;  
}
.shopfor .box img{
        width: 70px;
}
.shopfor .col-md-3 {
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
}
.panelline .text{
     display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 30px;   
}
.panelline .icon img{
     width: 75px;   
}
.panelline .text h4{
 font-family: 'Calibri';
     font-weight: 600;    
}
.panelline{
    display: inline-flex;    margin-bottom: 50px;
}
.panelline-readmore{
padding-left: 108px;    
}
.discountsec{
 padding:2% 0 8% 0;   
}
.products{
  background: url(../img/prosuctsbg.jpg);  
      background-size: cover;
    background-repeat: no-repeat; 
}
.products .nav-tabs .nav-item {
padding-right: 90px;  
}
.products .nav-tabs {
    border-bottom: none;    margin-bottom: 50px;
}
.products .nav-tabs .nav-link{
    font-size: 24px;
    color: #683c11;
}
.products .nav-tabs .nav-link.active{
    color: #ff0101;      border: none;   border-bottom: 4px solid #ff2d43;     padding-left: 0;  
}
.products .owl-carousel .owl-item img {
      border-radius: 35px;
}
.products .owl-dots{
     padding-top: 50px;   
}
.products .owl-dots .owl-dot.active{
    color: #ed0101
}
.products .owl-dots .owl-dot span{
 background: #f37673 !important;   
 width: 13px !important;
    height: 13px !important;
}
.products .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
 background: #ed0101 !important;    
}
/*gallery end*/

.testimonial{
    padding: 35px 40px 0 40px;
    position: relative;
    overflow: hidden;
    background:#fff;
    color: #1f1f1f;
    z-index: 1;border-radius: 6px;
}
.testimonial:after{
    content: "";
    width: 150px;
    height: 107%;
    background: #fff7ef;
    position: absolute;
    top: -20px;
    left: -60px;
    transform: matrix(1, 0, 0.5, 1, 150, 0);
    z-index: -1;
}
.testimonial .pic{
    width: 125px;
    height: 125px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin: 10px 25px 0 0;
    position: relative;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .testimonial-content{
    width: 100%;
    float: right;
    padding: 20px 0 0px 0;
}
.testimonial .testimonial-title{
     font-size: 22px;
    font-weight: 700;
    margin: 0 0 5px;
    text-transform: capitalize;
}
.testimonial .description{
  font-weight: 500;
    line-height: 28px;
    font-size: 15px;
}
.testimonial .rating {
    max-width: 138px;
    margin-bottom: 20px;
}
.kitchenbg{
   background: url(../img/kitchen-bg.jpg);
    background-size: cover; 
}
.exteriorpaintingbg{
background: url(../img/exteriorpainting-bg.jpg);interiorpainting-bg.jpg
    background-size: cover; 
}
.interiorpaintingbg{
background: url(../img/interiorpainting-bg.jpg);
    background-size: cover; 
}
.flooringbg{
background: url(../img/flooring-bg.jpg);
    background-size: cover; 
}
.lightsdecoration-bg{
background: url(../img/lightsdecoration-bg.jpg);
    background-size: cover; 
}
.carpentry-bg{
background: url(../img/carpentry-bg.jpg);
    background-size: cover; 
}

.testimonials-bg{
background: url(../img/testimonials-bg.jpg);
    background-size: cover; 
}
.outdoor-bg{
background: url(../img/outdoor-bg.jpg);
    background-size: cover; 
}

.tile-bg{
background: url(../img/tile-bg.jpg);
    background-size: cover; 
}
.electric-bg{
background: url(../img/electric-bg.jpg);
    background-size: cover; 
}


.form-container{
    background-color: #fff;
    font-size: 0;
    box-shadow: 0 0 25px -15px rgba(0,0,0,0.3);
}
.form-container .left-content{
    width: 40%;
    padding: 140px 30px;
    display: inline-block;
    vertical-align: top;
    background: linear-gradient(to top, #2b64d6 0, #3c9af9 100%);
    height: 450px;
}
.form-container .left-content .title{
color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    margin: 0 0 15px;
}
.form-container .left-content .sub-title{
color: #fff;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.form-container .right-content{
    text-align: center;
    width: 60%;
    padding: 30px 40px;
    display: inline-block;
}
.form-container .right-content .form-title{
    color: #888;
    font-size: 40px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    padding: 0 0 2px;
    margin: 0 0 30px;
    border-bottom: 2px solid #FF97A8;
}
.form-container .right-content .form-horizontal {
    color: #999;
    font-size: 14px;
    text-align: left;
    margin: 0 0 15px;
}
.form-container .form-horizontal .form-group{ margin: 0 0 20px; }
.form-container .form-horizontal .form-group:nth-of-type(2){ margin-bottom: 35px; }
.form-container .form-horizontal .form-group label{ font-weight: 500; }
.form-container .form-horizontal .form-control{
    color: #888;
    background: #f2f2f2;
    font-weight: 400;
    letter-spacing: 1px;
    height: 48px;
    padding: 6px 12px;
    border-radius: 5px;
    border: none;
    box-shadow: none;
}
.form-container .form-horizontal .form-control:focus{ box-shadow: 0 0 5px #FF97A8; }
.form-container .form-horizontal .signin{
    font-size: 15px;
    text-transform: capitalize;
    width: 100%;
    margin: 0 0 20px;
    transition: all 0.3s ease 0s;

    background: #ffbe16;
    border: none;
    color: #000;
    font-weight: 500;
    padding: 15px 30px;
    border-radius: 50px;
}
.form-container .form-horizontal .btn:hover,
.form-container .form-horizontal .btn:focus{
    box-shadow: 0 0 10px #ffbe16;
    outline: none;
}
.form-container .form-horizontal .remember-me{
    width: calc(100% - 135px);
    display: inline-block;
}
.form-container .form-horizontal .remember-me .check-label{
    color: #999;
    font-size: 12px;
    font-weight: 400;
    vertical-align: top;
    display: inline-block;
}
.form-container .form-horizontal .remember-me .checkbox{
    height: 17px;
    width: 17px;
    min-height: auto;
    margin: 0 1px 0 0;
    border: 2px solid #ffbe16;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: all 0.3s ease 0s;
}
.form-container .form-horizontal .remember-me .checkbox:before{
    content: '';
    height: 5px;
    width: 10px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    left: 2px;
    top: 2.5px;
    transition: all 0.3s ease;
}
.form-container .form-horizontal .remember-me .checkbox:checked{ background-color: #FF97A8; }
.form-container .form-horizontal .remember-me .checkbox:checked:before{ opacity: 1; }
.form-container .form-horizontal .remember-me .checkbox:not(:checked):before{ opacity: 0; }
.form-container .form-horizontal .remember-me .checkbox:focus{ outline: none; }
.form-container .form-horizontal .forgot{
    color: #999;
    font-size: 12px;
    text-align: right;
    width: 130px;
    vertical-align: top;
    display: inline-block;
    transition: all 0.3s ease 0s;
}
.form-container .form-horizontal .forgot:hover{ text-decoration: underline; }
.form-container .right-content .separator{
    color: #999;
    font-size: 15px;
    text-align: center;
    margin: 0 0 15px;
    display: block;
}
.form-container .right-content .social-links{
    text-align: center;
    padding: 0;
    margin: 0 0 25px;
    list-style: none;
}
.form-container .right-content .social-links li{
    margin: 0 2px 5px;
    display: inline-block;
}
.form-container .right-content .social-links li a{
    color: #fff;
    background-color: #F16262;
    font-size: 12px;
    padding: 9px 12px;
    border-radius: 5px;
    display: block;
    transition: all 0.3s ease 0s;
}
.form-container .right-content .social-links li:nth-child(2) a{ background-color: #3B5897; }
.form-container .right-content .social-links li a i{ margin-right: 10px; }
.form-container .right-content .social-links li a:hover{ box-shadow: 0 0 5px rgba(0,0,0,0.5); }
.form-container .right-content .signup-link{
    color: #999;
    font-size: 13px;
}
.form-container .right-content .signup-link a{
    color: #F16262;
    transition: all 0.3s ease 0s;
}
.form-container .right-content .signup-link a:hover{ text-decoration: underline; }
.form-bg{
        background: #f4f4f4;
}
.right-content img{
    width: 170px;
    margin-bottom: 30px;

}
.input-amout{
display: flex;    margin-top: 5px;
}
.input-amout .icon2{
    width: 15%;
    height: 45px;
    background: #dcdcdc;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 35px;
    justify-content: center;
    cursor:pointer;
}
.input-amout .icon1{
    width: 15%;
    height: 45px;
    background: #dcdcdc;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 35px;
    justify-content: center;
    cursor:pointer;
}   
.input-amout input{
    width: 55%;
    font-size: 20px;
    text-align: center;
    border: 1px solid #c4c4c4;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 10px 12px;
    height: 45px;
}
.bid-product{

}
.bid-product img{
width: 100%;    
}
.clock-container{
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
}
.clock-col{
width: 95px;
    color: #000;
    text-align: center;
}
.clock-col .clock-timer{
font-size: 30px;
    font-weight: 600;   font-family: 'Oswald', sans-serif;
}
.clock-col .clock-label{
    font-size: 14px;
    color: #131313;
}
.product-price-discount .current-amout {
font-size: 23px;
    font-weight: 700;
    color: #f15e01;
}