*{
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}
/*============tags=============*/
img{
    vertical-align: middle;
}
a, a:hover{
	text-decoration: none !important;
}
li{
	list-style: none;
}
.bg-lightsky {
    background-color: #fff4f4;
}
.default-padding{
	padding-top: 40px;
	padding-bottom: 40px;
}
.pt-40{
	padding-top: 40px;
}
.page-heading {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}
.page-title {
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 7px;
    color: #000;
}
.page-heading p {
    font-size: 17px;
    font-weight: 400;
    color: #6c757d;
    line-height: normal;
    margin-bottom: 5px;
}
.border-top{
	border-top: 1px solid #ddd;
}
/*==================button=================*/

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%) !important;
}
.btn.btn-orange {
    font-size: 17px;
    background-color: #ff5900;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 17px;
    border-radius: 20px;
    border: 1px solid #ff5900;
}
.btn.btn-orange:hover{
	background-color: transparent;
	color: #ff5900;
}
.btn.btn-search {
    background-color: #fff;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    border-left: 0px !important;
    border: 1px solid #ced4da;
}
.btn.btn-search i {
    font-size: 35px;
    font-weight: 700;
    color: #ff5900;
}
.btn.btn-white {
    background-color: #fff;
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
button {
    outline: none !important;
}
.btn.temp-btn {
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    background-color: #ff5900;
    color: #fff;
    padding: 7px 20px;
    border-radius: 20px;
    border: 2px solid #ff5900;
    transition: .3s all;
    text-align: center;
}
.btn.temp-btn:hover {
    background-color: transparent;
    color: #ff5900;
    box-shadow: 0px 6px 8px -2px rgb(148 52 0 / 47%);
}
.btn.previ-btn {
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    background-color: #ced4da;
    color: #000000;
    padding: 7px 20px;
    border-radius: 20px;
    border: 2px solid #ced4da;
    transition: .3s all;
    text-align: center;
}
.btn.previ-btn:hover {
    background-color: transparent;
    color: #000;
    box-shadow: 0px 6px 8px -2px rgb(148 52 0 / 47%);
}

/*=====================topbar===============*/

.topbar-menu {
    position: relative;
    background: #000;
    display: block;
    width: 100%;
    height: auto;
}
.topmenu-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0px;
}
.contact-block {
    margin-bottom: 0px;
    display: flex;
    position: relative;
}
.contact-block li {
    margin: 0px 7px;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
}
.contact-block li a {
    color: #fff;
}
.contact-block li a:hover {
    color: #ff5900;
}
.contact-icon i {
    font-size: 20px;
}
.contact-icon .fas.fa-phone {
    color: #ff5900;
}
.contact-icon .fab.fa-whatsapp {
    color: #00fd3a;
}
/*===================midheader=====================*/
.logo img {
    max-width: 100%;
    width: 200px;
}
.midheader {
    position: sticky;
    top: 0px;
    width: 100%;
    height: auto;
    z-index: 99;
    background-color: #f8f9fa;
    padding: 5px 0px;
    box-shadow: 0px 1px 4px #ddd;
}
.midheader .nav-link {
    display: block;
    padding: 10px 15px !important;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}
.midheader .nav-item:last-child a {
    padding-right: 0px !important;
}
/*=========================================mainheader=======================*/

.mainheader {
    position: relative;
    width: 100%;
    background-color: #004602;
    height: auto;
}
.mainheader .nav-link {
	background-color: transparent;
    display: block;
  	padding: 13px 13px !important;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-right: 1px dashed #002f0b;
}
.mainheader .nav-item:last-child .nav-link{
	border: 0px;
}
.mainheader .nav-link:hover{
	background-color: #002f0b;
}


    

.header-content-wrap{
    text-align: center;
}
.header-content-wrap img{
    margin-left: 20px;
    margin-bottom: -50px;
    margin-top: 30px;
}


   .tech-slideshow {
  height: 200px;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.tech-slideshow > div {
  height: 200px;
  width: 2526px;
  background: url(img/cx-logos-1x.png);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transform: translate3d(0, 0, 0);
}
.tech-slideshow .mover-1 {
  animation: moveSlideshow 12s linear infinite;
}
.tech-slideshow .mover-2 {
  opacity: 0;
  transition: opacity 0.5s ease-out;
  background-position: 0 -200px;
  animation: moveSlideshow 15s linear infinite;
}
.tech-slideshow:hover .mover-2 {
  opacity: 1;
}

@keyframes moveSlideshow {
  100% { 
    transform: translateX(-66.6666%);  
  }
}








   
.testimonials-box{
    border: 1px solid grey;
 
}
.testimonials-box img{
    height: 100%;
    width: 100%;
}

.testimonials-box p{
            text-align: left;
            padding:30px;
            font: 25px bold arial ;
    }       

.testimonials-box h4{
 padding: 30px;
    color: #e26d3d;
    margin-bottom: -15px;
}
.testimonials-box span{
    padding: 30px;
    font-weight: bold;
}
.testimonials-box b{
    color: #48bbb4;   
}






    .testimonial-part {
    border: 1px solid;
    padding: 20px;
    margin-bottom: 10px;
}



.testimonial-part ul{
    overflow: hidden;
    column-count: 2;
    width: 80%;
    margin: 6% auto;
}
.testimonial-part li{

    border: 1px solid grey;
    padding: 30px;
    margin: 10px;

}

.testimonial-part p{
    line-height: 30px;
    font-size: 15px;
    padding: 0;
    text-align: left;
    color: #333;
}

.testimonial-part img{
    border: 1px solid #efefef;
    border-radius: 100%;
    width: 75px;
    height: 75px;
    margin:4px 29px 0 0;
}
.testimonial-img img{
    height: 40%;
    width: 40%;
    border: 1px solid grey;
    border-radius: 50%;
}


  /*==============footer-links==================*/
  
.footer-links li:first-child{
    padding: 30px 1px 10px;
    color: #000;
    font-weight: bold;

}

.footer-links li a{
        color: #666;
        padding:   30px 30px 10px;
        font-size: 15px;
        font-weight: 400px;
        line-height: 16px;

}



/*==============footer==================*/

.footer-bg {
    position: relative;
    background-color: #000;
    /* padding: 30px 0px 10px; */
    color: #fff;
    overflow: hidden;
}
.top-footer {
    position: relative;
    padding: 30px 0px;
    border-bottom: 2px solid #f46d03;
}
.middle-footer {
    position: relative;
    padding: 20px 0px;
}
.footer-title {
    font-size: 30px;
    font-weight: 600;
    color: #f46d03;
    margin-bottom: 20px;
}
ul.footer-link li a {
    color: #7befb4;
    font-size: 18px;
}
ul.footer-link li {
    padding-bottom: 7px;
}
ul.footer-link {
    padding: 0;
}
.payment-img img {
    max-width: 100%;
}

.img-responsive {
    width: 100%;
    height: auto;
}
.makein-India-img img {
    max-width: 100%;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin: 0px 10px 10px 0px;
}
.footer-copyright {
    position: relative;
    padding: 10px 0px;
    background-color: #000;
    border-top: 2px solid #f46d03;
    color: #fff;
    text-align: center;
}
.footer-copyright p{
    margin-bottom: 0px;
}
.payment-img img {
    width: 60px;
    height: 60px;
    padding: 4px;
    background: #fff;
    border-radius: 50%;
    margin: 0px 10px 10px 0px;
}
.footer-img {
    position: fixed;
    bottom: 109px;
    z-index: 99;
    left: 15px;
}
.footer-logo img {
    max-width: 100%;
}
.mid-fimg img {
    max-width: 100%;
}




.tech-slideshow {
  height: 200px;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.tech-slideshow > div {
  height: 200px;
  width: 2526px;
  background: url(img/cx-logos-1x.png);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transform: translate3d(0, 0, 0);
}
.tech-slideshow .mover-1 {
  animation: moveSlideshow 12s linear infinite;
}
.tech-slideshow .mover-2 {
  opacity: 0;
  transition: opacity 0.5s ease-out;
  background-position: 0 -200px;
  animation: moveSlideshow 15s linear infinite;
}
.tech-slideshow:hover .mover-2 {
  opacity: 1;
}

@keyframes moveSlideshow {
  100% { 
    transform: translateX(-66.6666%);  
  }
}




@media screen and (max-width: 420px){

    .header-content-wrap h1,p{
        text-align: center;
        padding: 10px;


    }
    .header-content-wrap img{
        vertical-align: middle;
        margin-left: -50%;
    }

    .testimonials-box img{
        padding: 15px;

    }
    .testimonials-box p{
        text-align: center;
        font-size: 20px;
        margin-right: -60%;
        margin-left: 30px;
    }
.testimonials-box h4{
    text-align: center;
    margin-right: -50%;
}

.testimonials-box span{
    margin-left: 30%;
    text-align: center;
}
.testimonials-box b{
    margin-left: 30%;
    padding:0px;
    margin: 0px;


}
.testimonial-part ul{
    columns: 2;
    width: 100%;


    }
    .footer-links ul{
        text-align: center;
        padding-left: 15%;
    }

    .footer-links b{
        font-size: 22px;
    }

    .footer-links ul{
        text-align: left;
    }
    .testimonial-part ul{
        columns: 1;
        margin: 20px;
    }
}
