@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@1,900&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Teko:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Teko:wght@300;400;500;600;700&display=swap');
.p0{
    padding:0px !important;
}

h1,h2,h3,h4,h5,h6,a,li,span,button {
   font-family: 'Rubik', sans-serif;
}
p,{
   font-family: 'Poppins', sans-serif;
}

body {
    overflow-x: hidden;
}
 
a:hover, a:focus, button:hover, button:focus, .form-btn-st:focus {
    text-decoration: none !important;
    outline: none !important;

}

section {
    float: left;
    width: 100%;
}

/*.header-sec*/
section.header-sec {
    padding: 20px 0px;
    position: absolute;
}
.header-btn {
    display: flex;
    align-items: center;
    justify-content: end;
}

.live-chat a {
    font-size: 12px;
    color: #fff;
}

.live-chat a span {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    line-height: 15px;
    margin-right: 50px;
}
.header-nu a {
    font-size: 12px;
    color: #fff;
}

.header-nu a span {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    line-height: 15px;
}



.header-btn a img {
    padding: 0px 15px 0px 0px;
}
.custom-btn.header-btn {
    display: flex;
    align-items: center;
}
.header-btn a.phone-btn {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 0 10px 0 0;
    animation: blinkingText2 2s infinite;
    line-height: 18px;
}
@keyframes blinkingText2{
    0%{     color: #fff;    }
    49%{    color: #fec513; }
    60%{    color: #fff; }
    99%{    color:#fec513;  }
    100%{   color: #fff;    }
}
.header-main img {
    /* filter: brightness(100); */
    width: 65%;
}

.header-btn a.phone-btn span {
    font-size: 13px;
    font-weight: 400;
}
.custom-btn.header-btn img {
    margin-right: 10px;
}



/*.header-sec*/

/*section.banner-sec*/
section.banner-sec {
    padding: 150px 0 100px;
    background-image: url(../images/banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.img-bg {
    position: relative;
}

.img-bg:before {
    /* content: ''; */
    position: absolute;
    background-image: url(../images/maginto-img.png);
    width: 146px;
    height: 130px;
    background-repeat: no-repeat;
    background-position: center;
    left: 120px;
    top: -45px;
    webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-animation: asteroid 60s linear infinite;
        animation: asteroid 130s linear infinite;
        z-index: 1;
}

    @keyframes updown2 {
      0%,
      100% {
        transform: translate(0, 0);-webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s;
      }

      50% {
        transform: translate(0, 10px);-webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s;
      }
    }

/* .banner-img-box {
    margin-left: 102px;
} */
.banner-sec .row {
    display: flex;
    align-items: center;
}
.banner-text h2 {
    margin: 0;
    font-size: 31px;
    font-weight: bold;
    color: #000;
    padding-bottom: 15px;
}

.banner-text p {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin: 0;
    padding-bottom: 20px;
}

 .banner-btn a.yellow_btn {
    border-radius: 50px;
    margin: 0 15px 0 0;
    padding: 12px 30px;
    color: #fff;
    /* background-color: #fdc515; */
    font-size: 18px;
    font-weight: 500;
    font-weight: bold;
    background-image: -moz-linear-gradient( 0deg, rgb(241,188,30) 0%, rgb(240,56,0) 99%);
    background-image: -webkit-linear-gradient( 
0deg, rgb(241,188,30) 0%, rgb(240,56,0) 99%);
    background-image: -ms-linear-gradient( 0deg, rgb(241,188,30) 0%, rgb(240,56,0) 99%);
}
.banner-btn {
    display: flex;
    /* position: relative; */
    /* z-index: 1; */
    align-items: center;
}
 

.banner-text h4 {
    font-size: 26px;
    font-weight: 600;
    color: #000;
    margin: 0;
    margin-bottom: 7px;
}

.banner-btn a.chat-btn span {
    font-size: 18px;
    font-weight: 600;
}
a.chat-btn img {
    margin-right: 12px;
}
.logo-box ul {
    padding: 30px 0px 0px 0px;
}

.logo-box ul li {
    list-style: none;
    display: inline;
}

.logo-box ul li img {width: 87px;}
.banner-main {
    /* padding-top: 100px; */
}

.inner-banner-form button {
    padding: 10px 30px;
    border-radius: 8px;
    width: 100%;
    border: 0;
    color: #fff;
    font-size: 20px;
    background-color: #f16424;
}

.inner-banner-form button i {
    margin-left: 8px;
    position: relative;
    top: 2px;
}
/*.inner-banner-form{background:url('../images/form-bg-local.png');width: 373px;height: 508px;padding: 40px 27px 30px;border-radius: 13px;display: table;margin: auto;position: relative;background-size: cover;box-shadow: 0px 3px 59px 0px rgba(0, 0, 0, 0.14);}*/
.inner-banner-form input {
    margin: 0 0 10px 0;
    background: none;
    border: 1px solid #cccccc;
}

.inner-banner-form textarea {
    background: none;
    border: 1px solid #cccccc;
}
.inner-banner-form span {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    padding: 0;
}

.inner-banner-form h6 {
    font-weight: 900;
    font-size: 36px;
    padding: 0 0 30px 0;
    background: -webkit-linear-gradient( 0deg, rgb(241,188,30) 0%, rgb(240,56,0) 99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.inner-banner-form p {
    color: #000;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
}
/*.inner-banner-form::before {
    position: absolute;
    content: "";
    background: -webkit-linear-gradient( 0deg, rgb(241,188,30) 0%, rgb(240,56,0) 99%);
    width: 402px;
    height: 472px;
    border-radius: 25px;
    z-index: -1;
    transform: rotate(-7deg);
    left: -1px;
    top: 30px;
}*/

.inner-banner-form-main {
    position: relative;
    z-index: 1;
}
.inner-banner-form input {
    margin: 0 0 10px 0;
    background: none;
    border: 1px solid #cccccc;
}

.inner-banner-form textarea {
    background: none;
    border: 1px solid #cccccc;
}

.fld-inp input {
    width: 100%;
    /* background-color: #f4f4f4; */
    height: auto;
    border-radius: 8px;
    padding: 10px 15px 10px 20px;
}
.fld-inp textarea {
    width: 100%;
    /* background-color: #f4f4f4; */
    height: 100px;
    border-radius: 8px;
    resize: none;
    margin: 0 0 14px 0;
    padding: 10px 20px 10px 20px;
}

.fld-inp i {
    position: absolute;
    top: 16px;
    left: 22px;
    color: #c6c6c6;
    font-size: 13px;
}

.fld-inp {
    /* position: relative; */
}




.banner-list ul {
    padding: 0;
    list-style: none;
    margin: 0px 0 30px 0;
}

.banner-list ul li {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 5px 0;
}

.banner-list ul li img {
    margin-right: 10px;
}
/*section.banner-sec*/





/*section.cta-sec*/

section.cta-sec {
    /* padding: 50px 0px; */
    background-image: url(../images/cta-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* text-align: center; */
}
.cta-sec .row {
    display: flex;
    align-items: center;
}
.cta-text h2 {
    font-size: 37px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    padding-bottom: 30px;
}

.cta-text p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    padding-bottom: 30px;
}
.cta-sec a.cta-grt_btn {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 10px 30px;
    border-radius: 6px;
    background-color: rgb(14, 14, 14);
}

.cta-sec a.cta-cht_btn {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding: 10px 30px;
    background-color: #fff;
    border-radius: 6px;
    margin: 0 0 0 10px;
}
.cta-sec a.cta-nu_btn {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 10px 10px;
}
.cta-img-box img {margin-bottom: -80px;margin-top: 15px;}

.cta-sec .cta-text h2 {
    font-size: 51px;
    margin: 0 0 15px 0;
}

/*section.cta-sec*/


/*section.maginto-section*/
section.maginto-section {
    padding: 70px 0px 50px;
    border-bottom: solid 1px #00000026;

}
.maginto-section .banner-text {
    text-align: center;
    margin: 0 0 30px 0;
}
/*section.maginto-section*/


/*section.testimonial-section*/

section.testimonial-section {
    padding: 90px 0px 50px 0px;
    background-color: #fdfbf6;
}
.testimonial-section .custom-text-box {
    color: #fff;
    background-color: #fdfbf6;
    position: relative;
    z-index: 9999;
    /* top: 100px; */
    padding: 40px 30px 0;
    /* width: 130%; */
    /* left: -20%; */
    min-height: 240px;
}

.custom-text-box h2 {
    font-size: 49px;
    font-weight: bold;
    margin: 0;
    /* padding-bottom: 20px; */
    color: #000;
    z-index: -1;
    margin: auto;
    display: table;
}

.custom-text-box p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding-bottom: 50px;
    color: #fff;
}
.testi-item {

z-index: 0;

position: relative;

width: 90%;

margin: auto;
}

.clients-box {
    /* display: flex; */
    /* align-items: center; */
    /* padding-bottom: 30px; */
}

.clients-box h4 {
    /* padding-left: 21px; */
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    color: rgb(51, 51, 51);
    -moz-transform: matrix( 1.28208016285799,-6.46688466348419e-17,0,1.28208016285799,0,0);
    /* -webkit-transform: matrix( 1.28208016285799,-6.46688466348419e-17,0,1.28208016285799,0,0); */
    -ms-transform: matrix( 1.28208016285799,-6.46688466348419e-17,0,1.28208016285799,0,0);
}

.testi-text p {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    margin: 0;
    width: 100%;
}



.testi-img-two {
    display: inline-flex;
}
.testi-trust h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}
.testi-trust {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testi-img-two img {
    padding-right: 20px;
}
.testi-main .slick-next.slick-arrow {
    background-color: transparent;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    margin: 0 -40px 0 0;
    position: absolute;
    left: 35%;
    top: 113%;
    z-index: 9999999;
    border: solid 1px #000;
}
.testi-main .slick-prev.slick-arrow {
    background-color: transparent;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    /* margin: 0 -40px 0 0; */
    position: absolute;
    left: 30%;
    top: 113%;
    z-index: 9999999;
    border: solid 1px #000;
}
.testi-main .slick-prev:before {
    content: '←';
    color: #000;
    font-size: 30px;
    font-weight: bold;
}
.testi-main  .slick-next:before {
   color: #000;
   font-size: 30px;
   font-weight: bold;
}
/*section.testimonial-section*/

/*.client_logo*/

.client_logo {
    padding: 30px 0;
}

.client_logo_boxes {
    margin: 30px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.client_logo_boxes img {
    margin: 0 auto 30px;
    display: table;
}


/*.client_logo*/

/*section.footer-sec*/ 
section.footer-sec {
    padding: 50px 0px;
    background-image: url(../images/backgroung-footer.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.iconic-text {
    text-align: center;
    color: #fff;
}

.iconic-text h2 {
    font-size: 42px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 20px;
}

.iconic-text p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding-bottom: 35px;
}
.form-group .form-control {
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
}
.form-main {
    margin: auto;
    width: 80%;
    justify-content: center;
}
textarea.form-control-text {
    width: 100%;
    height: 110px;
    border-radius: 5px;
    font-size: 16px;
    color: #2d2d2d;
    padding: 15px 0 0px 15px;
}
textarea.form-control-text::placeholder {
    color: #2d2d2d !important;

}
.form-group .form-control::placeholder {
    color: #2d2d2d !important;

}
.btn_blue {
    padding: 12px 60px;
    color: #000;
    background-color: rgb(253 197 23);
    font-size: 18px;
    font-weight: bold;
    border: 0;
    border-radius: 50px;
}
.form-btn-div-st {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 10px;
}

.ftr-lst-cpy {
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
    /* padding-bottom: 20px; */
    color: #fff;
}
.privacy-terms a {
    color: #fff;
}
.privacy-terms a:nth-child(1) {
    margin-right: 15px;
}
.color-btn {
    color: #f4b117 !important;
}

.copy-right p {
    font-size: 14px;
    color: #fff;
    margin: 0;
}

.privacy-terms a {
    font-size: 14px;
    color: #fff;
}
section.copyright-section {
}
.copy-right p:hover {
    color: #000;
}

.privacy-terms a:hover {
    color: #000;
}









/*section.commbo-section */

section.commbo-section {
    padding: 40px 0px;
    background-image: url(../images/commbo-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: c;
}
.combo-text {
    text-align: center;
    color: #fff;
}

.combo-text h2 {
    font-size: 42px;
    font-weight: bold;
    margin: 0 0 0 0;
}

.combo-text p {
    font-size: 16px;
    font-weight: 400;
    margin: 15px 0 30px 0;
}
.combo-main-box {
    background-image: url(../images/combbo-main-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 70px 30px 30px;
    /* width: 1195px; */
    /* height: 698px; */
    border-radius: 35px;
    position: relative;
}
.commbo-list ul li {
    font-size: 15px;
    margin-bottom: 4px;
    color: #000000;
}

.commbo-list ul li::marker {color: #fec513;}

.commbo-list ul {
    padding: 0;
}
.com-ht h5 {
    font-size: 20px;
    font-weight: 500;
    color: #fdc515;
    margin: 15px 0;
}

.com-ht h1 {
    font-size: 67px;
    font-weight: 1000;
    color: #0d3893;
    margin: 0 0 15px 0;
    animation: blinkingText 2s infinite;
}
@keyframes blinkingText{
    0%{     color: #fdc515;    }
    49%{    color: #0d3893; }
    60%{    color: #fdc515; }
    99%{    color:#0d3893;  }
    100%{   color: #fdc515;    }
}



.comb-bt a.phone-btn span {
    font-size: 12px;
    font-weight: 600;
}
.comb-bt a.phone-btn img {
    margin-right: 12px;
}

.comb-bt a.phone-btn {
    font-size: 15px;
    color: #000;
    line-height: 17px;
    font-weight: 600;
    margin-left: 6px;
    margin-right: 25px;
}
.comb-bt a.chat-btn span {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}
.comb-bt a.chat-btn img {
    margin-right: 12px;
}

.comb-bt a.chat-btn p {
    font-size: 12px;
    color: #000;
    line-height: 17px;
    font-weight: 600;
}
.comb-bt {
    margin: 30px 0 0 -20px;
}
.combo-main-box:before {
    content: "";
    background-image: url(../images/combo-before.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 150px;
    height: 150px;
    bottom: 16px;
    right: 0;
    animation: updown2 3s ease-in-out infinite;
}

/*.commbo-list ul {
    height: 500px;
    overflow-y: scroll;
    margin: 0 0 40px 0;
}
*//*section.commbo-section */


@keyframes updown2 {
  0%,
  100% {
    transform: translate(0, 0);-webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s;
  }

  50% {
    transform: translate(0, 10px);-webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s;
  }
}

/*section.service-section*/
section.service-section {
    padding: 50px 0px;
    border-bottom: solid 1px #0000000f;
    position: relative;
}
section.service-section:before {
    content: '';
    position: absolute;
    background-image: url(../images/service-before.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 410px;
    height: 337px;
    right: 0;
    bottom: 0;
}
.service-main-box {
    padding: 30px 20px;
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    margin-bottom: 30px;
    box-shadow: 0px 0px 33.44px 4.56px rgb(0 0 0 / 7%);
    text-align: center;
    border-bottom: solid 3px #f26721;
    transition: all 1s;
}
.service-section .row {
    display: flex;
    align-items: center;
}


.service-main-box h4 {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    margin: 10px 0 10px 0;
    height: 50px;
}

.service-main-box p {
    font-size: 16px;
    font-weight: 500;
    /* height: 110px; */
    height: 150px;
    margin: 0 0 25px 0;
}
a.ser-btn {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    padding: 10px 20px;
    background-color: #00fd89;
    border-radius: 6px;
}
.service-main-box:hover {
    background-color: #f06721;
    transform: translateY(-15px);
    border-bottom: solid 3px #000;
}

.service-main-box:hover h4 {
    color: #fff;
}
.service-main-box:hover p {
    color: #fff;
}
.service-main-box:hover a.ser-btn  {
    background-color: #000;
}
/*section.service-section*/

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}


.banner-btn.comb-bt.cta-bn {
    justify-content: center;
}


a.ct-border {
    border: solid 2px;
    border-radius: 50px;
    margin: 0;
    padding: 8px 20px !important;
}


 .cta-bn a.chat-btn p {
    font-size: 13px;
    color: #fff;
    margin: 0;
    line-height: 20px;
}

.cta-bn a.chat-btn span {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.testimonial-section .slick-dots li.slick-active button {
    width: 15px;
    height: 14px;
    border: solid 1px #fff;
    background-color: transparent;
}
.testimonial-section .slick-dots li button {
    background-color: #ffff;
    border-radius: 50px;
    width: 13px;
    height: 13px;
    position: relative;
    top: 20px;
}


/*ecommer-solution*/
.hd-txt {
    text-align: center;
    padding-bottom: 50px;
}

.hd-txt h2 {
    font-size: 48px;
    font-weight: bold;
    color: #000;
    padding-bottom: 20px;
    margin: 0;
}

.hd-txt p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    width: 60%;
    margin: 0 auto;
}

/*section.vcpf */
section.vcpf {
    padding: 10px 0;
    position: relative;
}

element.style {
}
.vcf-img-box {
    text-align: center;
}
section.vcpf:before {
    content: '';
    position: absolute;
    background-image: url(../images/logos-before-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 186px;
    height: 486px;
    left: 0;
    /* top: 0; */
    bottom: 0;
}
/*section.vcpf */




/*section.logos-section*/

section.logos-section {
    padding: 50px 0px;
    position: relative;
}
section.logos-section:before {
    content: '';
    position: absolute;
    background-image: url(../images/logos-before.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 186px;
    height: 486px;
    right: 0;
}
.logos-section .banner-text {
    text-align: center;
    margin-bottom: 30px;
}

.logos-images-box {
    text-align: center;

}
/*section.logos-section*/

/*section.marketing-section*/

section.marketing-section {
    /* padding: 50px 0px; */
    background-image: url(../images/marketing-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 835px;
    display: flex;
    align-items: center;
}
section.marketing-section .banner-text h4 {
    color: #fff;
}
section.marketing-section .banner-text h2 {
    color: #fff;
}
section.marketing-section .banner-text p {
    color: #fff;
    margin-bottom: 30px;
}
.marketing-box {
    display: flex;
    margin-bottom: 50px;
}

.mark-text h3 {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 10px 0;
}

.mark-text p {
    font-size: 14px;
    color: #fff;
    margin: 0 0 0 0;
}

.mark-img-box img {
    margin: 0 15px 0 0;
}
/*section.marketing-section*/

/*section.cta-sec-section*/

.row.cta-sec-main {
    background-repeat: no-repeat;
    text-align: center;
    background-image: url(../images/cta-bg-2.png);
    padding: 40px 0px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    margin-top: -140px;
}
a.cta-set_btn {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    background-color: rgb(208, 48, 0);
}

a.cta-chat_btn {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 6px;
    margin: 0 0 0 15px;
}

a.cta-nu_btn {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 10px 20px;
}
/*section.cta-sec-section*/

/*section.portfolio-section */
section.portfolio-section {
    padding: 80px 0px;
    position: relative;
    background-image: url(../images/portfolio-bg.png);
    background-repeat: no-repeat;
    background-position: center;
}
section.portfolio-section:before {
    content: '';
    position: absolute;
    background-image: url(../images/logos-before-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 186px;
    height: 486px;
    left: 0;
    top: 150px;
}
.portfolio-section .banner-text {
    text-align: center;
    margin-bottom: 20px;
}

 
   /*.box18*/

.box18 {
    overflow: hidden;
}

.box18 {
    text-align: center;
    position: relative
}

.box18:after,
.box18:before {
    content: "";
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .35);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.box18:hover:after,
.box18:hover:before {
    -webkit-transform: scale(400);
    -moz-transform: scale(400);
    -ms-transform: scale(400);
    -o-transform: scale(400);
    transform: scale(400)
}

.box18:before {
    -o-transition: all .5s linear .3s;
    -moz-transition: all .5s linear .3s;
    -ms-transition: all .5s linear .3s;
    -webkit-transition: all .5s linear .3s;
    transition: all .5s linear .3s
}

.box18:hover:before {
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s
}

.box18:after {
    -o-transition: all .5s linear .6s;
    -moz-transition: all .5s linear .6s;
    -ms-transition: all .5s linear .6s;
    -webkit-transition: all .5s linear .6s;
    transition: all .5s linear .6s
}

.box18:hover:after {
    -moz-transition-delay: .2s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    -ms-transition-delay: .2s;
    transition-delay: .2s
}

.box18 img {
    width: 100%;
    height: auto
}

.box18 .box-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: 0 0;
    color: #fff;
    padding-top: 25px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -ms-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box18:hover .box-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -moz-transition-delay: .4s;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    -ms-transition-delay: .4s;
    transition-delay: .4s
}

.box18 .title {
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-top: 20px
}

.box18 .description {
    font-size: 14px;
    font-style: italic;
    padding: 0 10px;
    margin: 15px 0
}

.box18 .read-more {
    display: block;
    width: 120px;
    background: #178993;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    padding: 10px 0;
    margin: 0 auto
}

@media only screen and (max-width:990px) {
    .box18 {
        margin-bottom: 30px
    }

}

@media only screen and (max-width:479px) {
    .box18 .box-content {
        padding-top: 0
    }

}

@media only screen and (max-width:359px) {
    .box18 .title {
        padding-bottom: 10px
    }

}

.box18:hover .box-content i {
    font-size: 40px;
    color: #fff;
}
.port-box {
    margin-top: 20px;
}
.port-box img {
    height: 330px;
    object-fit: cover;
  }
/*.box18*/

/*section.portfolio-section */




.testi-main {
    width: 300%;
    margin: 0px 0 0 -150%;
    position: relative;
    /* padding: 30px 0; */
    /* min-height: 500px; */
}
.testi-item:before {
    content: '';
    background-image: url(../images/qoute-left.jpg);
    position: absolute;
    width: 39px;
    height: 44px;
    top: -60px;
    left: 0;
}
.testi-item:after {
    content: '';
    background-image: url(../images/qoute-Right.jpg);
    position: absolute;
    width: 39px;
    height: 44px;
    bottom: -20px;
    right: 0;
}
.testi-name-test h4 {
    font-size: 20px;
    margin: 15px 0 0 0;
    color: #000;
}

.testi-name-test h6 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin: 10px 0 0 0;
}

.testi-main .slick-list.draggable {
    padding: 70px 0 30px;
}



/*--------Footer Section--------------*/
section.footer-section {
    padding: 100px 0px;
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 740px;
}

.footer-form input{
    color: #75758b;
    height: auto;
    width: 100%;
    margin: 10px 0px;
    padding: 15px 15PX;
    resize: none;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(222, 222, 222);
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
}

.footer-form textarea:focus {
    outline: 0;
}

.footer-form textarea{
    color: #75758b;
    width: 100%;
    margin: 10px 0;
    padding: 15px 15px;
    resize: none;
    height: 85px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(222, 222, 222);
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
}
.footer-form i {
    position: absolute;
    top: 30px;
    left: 25px;
    color: #e7253f;
}

.footer-form {
    padding: 50px 40px;
    /* border-style: solid; */
    /* border-width: 2px 2px 2px 2px; */
    /* border-color: #e4e6e9; */
    background: #fff;
    /* box-shadow: 0px 3px 52px rgb(0 0 0 / 26%); */
    height: 440px;
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
}

.footer-submit-btn{
    margin: 10px 0 0 0;
}

.footer-submit-btn a{
    color: #fff;
    background-color: #473bf0;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #473bf0;
    border-radius: 50px 50px 50px 50px;
    padding: 10px 40px 10px 40px;
    font-weight: 700;
}

.footer-section .row {
    display: flex;
    justify-content: center;
}
.footer-submit-btn button {
    font-size: 16px;
    padding: 15px 45px;
    border: 0;
    color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(222, 222, 222);
    border-radius: 6px;
    background-color: rgb(14, 14, 14);
    height: 84px;
    font-size: 20px;
    font-weight: 600;
}

.fld-inp.col-sm-6.right-box.p0 {
    padding-left: 10px;
}
.form-text {
    text-align: center;
}

.form-text h2 {
    font-size: 42px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 40px 0;
}
.footer-text h2 {
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 20px 0;
    text-align: center;
}


/*section.development-section*/

section.development-section {
    padding: 50px 0px;
    position: relative;
}
section.development-section:before {
    content: '';
    position: absolute;
    background-image: url(../images/service-before.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 410px;
    height: 337px;
    right: 0;
    bottom: 0;
}
section.development-section:after {
    content: '';
    position: absolute;
    background-image: url(../images/logos-before-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 186px;
    height: 486px;
    left: 0;
    top: 150px;
}

.development-section .banner-text {
    text-align: center;
}
ul#myTab_testimonails li {
    display: flex;
    align-items: center;
    width: 15%;
    text-align: center;
    margin: 0 19px 0 0;
    display: table;
    border: 0;
    border: solid 1px #00000017;
    border-radius: 6px;
}
section.development-section li.nav-item .active a{
    color: red;
    border: 0;
}
section.development-section li.nav-item a:hover, section.development-section li.active a {
    color: red !important;
    border: 0;
    background: #fff;
    box-shadow: 0px 3px 52px rgb(0 0 0 / 12%);
    border-radius: 6px;
}
section.development-section li.nav-item a {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 0 0 0 0;
    border: 0;
}

ul#myTab_testimonails {
    border: 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: 0 !important;
}
.tab-box {
    padding: 20px;
    background: #fff;
    box-shadow: 0px 3px 52px rgb(0 0 0 / 26%);
    margin-top: 40px;
    border-radius: 8px;
    display: flex !important;
}
.develp-text h2 {
    font-size: 35px;
    font-weight: 600;
    color: #000;
    margin: 0 0 15px 0;
}

.develp-text p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin: 0 0 35px 0;
}

.develp-list ul {
    padding: 0;
    list-style: none;
}

.develp-list ul li {
    display: flex;
    align-items: center;
    margin: 0 0 5px 0;
}

.develp-list ul li p {
    margin: 0 0 0 14px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.develp-list ul li i {
    font-size: 30px;
    color: red;
}
.develp-text {
    margin-left: 20px;
    margin-top: 25px;
}

.develp-list {
    margin-left: 20px;
}
.tab-btn-box a.cta-grt_btn {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border-radius: 6px;
    background-color: rgb(14, 14, 14);
    padding: 10px 30px;
}
.tab-btn-box a.cta-cht_btn {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    border-radius: 6px;   
    padding: 10px 30px;
}
.tab-btn-box {
    margin-top: 40px;
    margin-left: 20px;
}
.develop-img-box img {
    width: 100%;
}

/*section.development-section*/

/*.faq-sec*/

.faq-sec {
    padding: 50px 0;
    position: relative;
}
section.faq-sec:before {
    content: '';
    position: absolute;
    background-image: url(../images/logos-before.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 186px;
    height: 486px;
    right: 0;
}

.faq-sec .hd-txt {
    color: #222
}

.panel-heading {
    padding: 0;
    border: 0
}

.panel-title>a, .panel-title>a:active {
    display: block;
    padding: 15px;
    color: #000;
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0;
    word-spacing: 0;
    text-decoration: none;
    background: #ffffff4d;
    /* border: 1px solid #e4e9ee; */
    /* border-bottom: 0 !important; */
}

.panel-heading a:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f078";
    float: right;
    transition: all .5s;
    padding: 7px;
    font-size: 12px;
    margin-top: -5px;
    transform: rotate(0deg)
}

.panel-title>a.collapsed:before {
    transform: rotate(180deg)
}

.panel-heading .collapsed:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(180deg);
    transform: rotate(0deg)
}

a.faq-btn {
    display: block;
    padding-top: 20px;
    color: #ff9901;
    font-size: 15px
}

.panel-title {
    border: 0
}

.panel.panel-default {
    background: 0 0;
    border: 0
}

div#headingOne {
    background: 0 0;
    border: 0 !important
}

.panel-body {
    /* background: #ffffff4d; */
    padding: 5px 20px 30px;
    color: #000;
    /* border: 1px solid #e4e9ee; */
    border-top: 0 !important;
    /* box-shadow: -1px 9px 6px 0 #e4e9ee; */
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #00000000;
    border-color: #ddd
}

.panel-title>a.collapsed {
    /* border: 1px solid #e4e9ee */
}
.faq-sec .banner-text {
    text-align: center;
    margin-bottom: 30px;
}
.panel {
    border: 0;
    box-shadow: none;
}
div#accordion2 {
    border-left: solid 2px #bfbfbf;
    padding: 0 0 0 15px;
}
.panel-body p {
    font-size: 16px;
    width: 90%;
    font-weight: 400;
    color: #000;
    margin: 0;
}
/*.faq-sec*/

.footer-form input:hover {
    border: solid 1px #f23800;
}

.footer-form textarea:hover {
    border: solid 1px #f43800;
}
.fld-inp input:hover {
    border: solid 1px #f15e14;
}

.fld-inp textarea:hover {
    border: solid 1px #f15e14;
}
.nav-tabs>li>a {
    margin-right: 0px;
    line-height: none;
    border: 1px solid transparent;
    border-radius:  0;
}
.nav-tabs .nav-link.active {
    background: #fff;
    box-shadow: 0px 3px 52px rgb(0 0 0 / 12%);
    border-radius: 6px;
}




