
@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&display=swap');
:root {
  --red:#FF494D;
  --blue:#0f75bf;
  --white:#fff;
  --main-color:#0f75bf;
  --red-color:#BC080C;
  --blue-2:#13a5bf;

}

* {padding: 0; margin: 0; list-style-type: none;outline: none;}
img{max-width: 100%; height: auto;}
h1,h2,h3,h4,h5,h6 {padding:0; margin:0; line-height:100%;}
body {color: #5A5A5A;line-height:26px;font-size:16px;font-family: "Poppins", sans-serif !important;padding-top: 86px;}
.home{background:#F0F6FB url("../img/bg.png");background-repeat: no-repeat;}
a,button {text-decoration: none !important; transition: 0.5s; border:  none;} 
html body ul,html body ol {padding: 0; margin: 0; list-style-type: none;}

.c-heading-1 h2{ margin-top: 7px; color: var(--blue-2); font-size: 60px;font-weight: 300;
margin-bottom: 25px;position: relative; }
.c-heading-1 h5{color:#818181;font-size: 14px; letter-spacing: 2px;}

.c-heading-new-3 { text-align: left;font-weight: bold;font-size: 25px;color: #000;margin-bottom: 20px; font-weight: bold; }
.c-heading-new-line {overflow: hidden; width: 60px;background: #ccc;border-radius: 30px;height: 3px;line-height: 100%;margin-top: 15px;}
.c-heading-new-line span {position: relative;animation:line_animation 3s infinite;  display: block;width: 50px;height: 3px;border-radius: 30px;
background: #B7B2F4;background: linear-gradient(135deg, #B7B2F4, #0283F9);line-height: 100%;}
.c-heading-new-3.text-center .c-heading-new-line { margin: 0 auto;margin-top: 10px; } 
.c-header-w-con h3 { margin-bottom: 10px; }
.c-header-w-con p { text-align: center; }
.c-header-w-con { margin-bottom: 40px; }

.c-header-app-link {display: flex;align-items: center;position: relative;z-index: 99;padding: 10px;}
.c-header-app-link a { margin-right: 8px; }
.c-header-app-link a:last-child { margin-right: 0px; }
@keyframes line_animation {
  0% {
    transform: translateX(0);
  }
  
  50% {
    transform: translateX(50px);
  }
   0% {
    transform: translateX(0);
  }

  
}




.c-btn-1 {border: none; background-color: var(--blue); color:#000;
padding: 12px 30px; font-weight: bold;border-radius: 30px;display: inline-block;position: relative;
overflow: hidden;line-height: 100%;font-size: 16px;color: #fff;}
.c-btn-1 span {position: relative; z-index:2;}
.c-btn-1:before {
 content:"";
 display: block;
 position: absolute;
 left:-100%;
 top: 0;
 width: 100%;
 height: 100%;
 background: #e6b00b;
 transition: 0.5s;
 } 
.c-btn-1:hover:before {left: 0;}
.c-btn-1:hover {color:#fff;}


.c-btn-2 {background-color: #65000b;
background-image: linear-gradient(326deg, #65000b 0%, #d3011c 74%); color:#000;
padding: 14px 30px;letter-spacing: 2px;text-transform: uppercase; font-weight: 600;border-radius: 30px;display: inline-block;position: relative;
overflow: hidden;line-height: 100%;font-size: 18px;color: #fff;}
.c-btn-2 span {position: relative; z-index:2;}
.c-btn-2:before {content:""; display: block;position: absolute; left:-100%; top: 0;width: 100%; height: 100%;
 background: var(--main-color);transition: 0.5s;} 
.c-btn-2:hover:before {left: 0;}
.c-btn-2:hover {color:#fff;}

/*header*/
.c-header-w {position: fixed;width: 100%;top: 0;left: 0;z-index: 999;background: #fff; box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.15)}
.c-nav-top { display: flex;justify-content: flex-end; }
.c-nav-top-info { background-color:var(--main-color);padding: 7px 30px;transform: skew(-30deg);  }
.c-nav-top-info-in {transform: skew(30deg);}
.c-nav-top-info-in ul { display: flex; }
.c-nav-top-info-in li { padding-left: 50px; position: relative;margin-right: 20px; }
.c-nav-top-info-in li span { position: absolute;left: 0; top: 0; }
.c-nav-top-info-in li a { display: block;margin-bottom: 5px; color: #fff;line-height: 100%; }
.c-nav-top-info-in li:last-child { margin: 0; }
.c-nav-top-social {padding: 7px 30px;transform: skew(-30deg); display: flex;align-items: center;
background-color: #000;}
.c-nav-top-social ul { display: flex;transform: skew(30deg); }
.c-nav-top-social ul li { padding-right: 6px; }
.c-nav-top-social ul li:last-child { padding-right: 0px; }
.c-nav-top-social ul li a { display: flex;background-color: #fff;color: var(--main-color);
width: 38px; height: 38px; border-radius: 50%;align-items: center;justify-content: center;
font-size: 18px; }
.c-nav-top-social ul li a:hover {background-color:var(--main-color) ;color:#fff ;} 
.c-logo-w {padding: 8px 0;}


.c-nav-bottom-list > ul { display: flex;align-items: center;justify-content: flex-end;margin: 15px 0; }
.c-nav-bottom-list > ul > li {padding: 0 10px;font-size: 15px;}
.c-nav-bottom-list > ul > li > a { padding: 10px 0;color:#050505;position: relative;display: block; }

.c-menu-btn { display: none; }

.marquee-1 {overflow: hidden;}
.c-client-list  li span{ display: block; margin: 0 8px; background-color: #fff; border-radius: 8px;padding: 15px; }
.c-client-list  li span img {width: 100%; object-fit: contain;}
.marquee-1:after,.marquee-1:before {clear: both;display: block;content: "";}
.c-nav-bottom-list { display: flex; justify-content: flex-end; align-items: center; }
.c-nav-bottom-list .c-btn-1 {margin-left: 10px; font-size: 16px; padding: 12px 20px; }
.c-header-top h5 {color: #fff; font-size: 14px;text-align: center;}
.c-header-top {background: #00121e;padding: 15px 0;}



/*footer*/
.c-footer-w { width: 100%;  background:url("../img/footer.jpg") no-repeat;
background-size: 100% 100%; }
.c-footer-in {padding-top: 60px;padding-bottom: 50px;}

.c-footer-logo p {color: #fff; line-height: normal;font-size: 18px;
 margin-top: 20px; text-align: center;}
 .c-quick-link { display: flex; justify-content: center; }
.c-quick-link h3 {text-transform: uppercase;color: #0E16B3;font-size:20px;margin-bottom:15px;}
.c-quick-link ul li {display: block;line-height: 100%;}
.c-quick-link ul li a {color: #000000;font-size: 16px;display: inline-flex;margin-bottom: 18px;display: inline-flex;padding-left:10px;position: relative;}
.c-quick-link ul li a:after {content:"";display: block;position: absolute;left: 0;top: 0;width: 4px;height: 4px;border-radius: 50%;background: #E91E63;position: absolute;left: 0;top: 7px;}
.cc-quick-link ul li:last-child a { margin:0; }
.c-quick-link ul li a:hover {color: #d3011c;}

.c-footer-info h3,.c-subsrip h3 {text-transform: uppercase;color: #0E16B3;font-size: 20px;margin-bottom: 15px;}
.c-footer-info ul li {padding-left: 40px;position: relative;color: #000000;font-size: 17px;margin-bottom: 10px;font-weight: 300;}
.c-footer-info ul li a {color: #000000;}
.c-footer-info ul li span {color: #d60c00;);position: absolute;left: 0;top: 4px;font-size: 25px;line-height: 100%;display: inline-block;}
.c-subsrip .c-btn-2 { margin-top: 15px; border-radius: 8px; box-shadow:  none;border:  none;
width: 100%; text-align: center; } 
.c-subsrip .form-control {width: 100%; display: block;}


.c-footer-social { padding: 0px; display: flex; margin-top: 20px;justify-content: flex-start; }

.c-footer-social li { padding-right: 10px; }
.c-footer-social  li:last-child { padding-right: 0px; }
.c-footer-social  li a {display: flex;background-color: #fff;color: #D70C01;width: 44px;height: 44px;border-radius: 50%;align-items: center;justify-content: center;font-size: 18px;border: 1px solid #00BED6;}
.c-footer-social  li a:hover {background-color:var(--main-color) ;color:#fff ;} 
.c-logo-w {padding: 8px 0;}




.rev_slider .slick-slider {
  margin-left: -12%;
  margin-right: -12%;
}

.rev_slider .slick-list {
  padding-top: 8%!important;
  padding-bottom: 8%!important;
  padding-left: 15%!important;
  padding-right: 15%!important;
}

.rev_slider .slick-dots {
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.rev_slider .slick-track {
  max-width: 100%!important;
  transform: translate3d(0, 0, 0)!important;
  perspective: 100px;
}

.rev_slider .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100%!important;
  transform: translate3d(0, 0, 0);
  transition: transform 1s, opacity 1s;
}

.rev_slider .slick-snext,
.rev_slider .slick-sprev {
  display: block;
}

.rev_slider .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  transform: translate3d(0, 0, 20px);
  z-index: 2;
}

.rev_slider .slick-snext {
  opacity: 1;
  transform: translate3d(20%, 0, 0px);
  z-index: 1;
}

.rev_slider .slick-sprev {
  opacity: 1;
  transform: translate3d(-20%, 0, 0px);
}

.rev_slider .test {
  display: block;
  width: 100%;
  min-height: 250px;
  padding: 0 20px;
  padding-top: 30px;
  background: #fff;
  box-shadow: inset 0px 0px 0px 2px #ccc;
}
.c-banner-con h3 {color:#fff; font-size: 11px;font-weight: 600;
background:#35A933; padding: 8px 10px;display: inline-flex; } 
.c-banner-con h2 {font-size: 20px;font-weight: bold;line-height: normal;
margin: 8px 0 0; }
.c-banner-con h2 span {color: var(--blue)}
.c-banner-con p { font-size: 14px; }
.c-banner-con a { padding: 9px 15px;font-size: 13px;background: rgb(66,176,64);
background: linear-gradient(90deg, rgba(66,176,64,1) 35%, rgba(2,118,0,1) 100%); }

.rev_slider .slick-arrow {content:"";display: block;border:none;box-shadow: 5px 4px 8px 6px rgba(0, 0, 0, 0.05);width:45px;height:45px;border-radius:4px;background:var(--main-color);color:#fff;font-size:35px;position:absolute;left: -50px;z-index:2;top: 50%;transform: translateY(-50%) !important;transform: inherit;line-height: 100%;}

.rev_slider .slick-next {left: inherit;right: -50px; background-color: var(--red-color)}

.rev_slider .slick-next i {position: relative;left: 2px;}

.c-about-con p {font-size: 16px;line-height: 30px;}
.c-about-w {/* margin-top: 50px; */background: #fff;}

.c-services-w { margin-top: 40px; }
.c-services-list-box { padding:15px;  }
.c-services-list-box-in {padding: 15px;min-height: 150px;border-radius: 8px;background:#fff;padding-left: 120px;position: relative;box-shadow: 5px 4px 8px 6px rgba(0, 0, 0, 0.05);}
.c-services-list-box-in span {position: absolute;left: 11px;top: 17px;}
.c-services-list-box-in h3 {font-size: 18px;font-weight: bold;margin-bottom: 10px;}
.c-services-list-box-in a {font-weight: bold;color:#C99803; font-size: 18px;}
.c-services-list-box-in p { margin-bottom: 7px; }
.c-services-list-box-in span img {width: 80px;}
.c-services-list-box-in a:hover {color: var(--blue)}

.c-services-w .slick-dots {width: 100%; display:flex; justify-content:center;margin-top:10px; }

.c-services-w .slick-dots li { margin:0 5px; }

.c-services-w .slick-dots li button {position: relative; width: 29px; height: 29px; border-radius: 50%; border: 2px solid transparent;

background: transparent;font-size:0; position: relative;}

.c-services-w .slick-dots li.slick-active button  {border-color:#2897ff;}

.c-services-w .slick-dots li button:after {content:""; display:block;position: absolute;left: 50%; top:50%; transform:translate(-50%,-50%);

background:#2897ff; width:10px; height:10px; border-radius:50%; }

.c-benefits-w { padding: 50px 0; }
.c-benefits-con ul { margin-top: 30px; }
.c-benefits-con li { font-weight: bold;margin-bottom: 15px;font-size: 16px;
color: #000; margin-bottom: 15px;position: relative;padding-left: 30px; }
.c-benefits-con li:after {content:"\f138";font-family: 'FontAwesome';position: absolute;
left: 0; top: 0; font-size: 25px; color:#C99803;}

/*client*/
.c-client-w { padding: 70px 0; background: url("../img/client-bg.png") no-repeat;
background-size: 100% 100% }
 .js-marquee li img { height: 80px; object-fit: contain; }
 .js-marquee li {box-shadow: 5px 4px 8px 6px rgba(0, 0, 0, 0.05); margin: 0 8px; background-color: #fff; border-radius: 8px;padding: 15px; }
 .js-marquee { display: flex; }
.marquee-1:after,.marquee-1:before {clear: both;display: block;content: "";}


/*testimonil*/
.c-testimonial-w {padding: 40px 0;}
.c-testimonial-list-box {padding: 0 15px;}
.c-testimonial-list-box-in {background: url("../img/testi-bg-1.png");box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.15);padding: 30px 15px 20px;background-size: 100% 100%;}
.c-testimonial-list-box:nth-child(3n+2) .c-testimonial-list-box-in{background-image:url("../img/testi-bg-2.png");}
.c-testimonial-list-box:nth-child(3n+3) .c-testimonial-list-box-in{background-image:url("../img/testi-bg-3.png");}
.c-testimonial-list-box-img {margin-top: 40px; text-align: center;position: relative; }
.c-testimonial-list-box-img img { width: 110px; height: 110px; border-radius: 50%; }
.c-testimonial-list-box-in h3 { font-weight: bold;color: #fff; text-align: center;margin: 15px 0 5px;font-size: 20px }
.c-testimonial-list-box-img:after { content:""; display: block;position: absolute; left: 60%; top: 75px;
background: url("../img/testi-chip.png") ; background-repeat:  no-repeat;background-size: 100% 100%; width: 30px;
height: 30px; transform: translateX(-60%); }
.c-testimonial-list-box-in { text-align: center; }
.c-testimonial-list-box-in h4 { font-size: 16px;color: #fff; }
.c-testimonial-list-box-in p { font-size: 14px; }
.c-testimonial-list-box-img {text-align: center;}
.c-testimonial-list-box-img img { margin: 0 auto; }


.c-testimonial-w .slick-dots {width: 100%; display:flex; justify-content:center;margin-top:50px; }
.c-testimonial-w .slick-dots li { margin:0 5px; }
.c-testimonial-w .slick-dots li button {position: relative; width: 29px; height: 29px; border-radius: 50%; border: 2px solid transparent;
background: transparent;font-size:0; position: relative;}
.c-testimonial-w .slick-dots li.slick-active button  {border-color:#2897ff;}
.c-testimonial-w .slick-dots li button:after {content:""; display:block;position: absolute;left: 50%; top:50%; transform:translate(-50%,-50%);
background:#2897ff; width:10px; height:10px; border-radius:50%; }

.c-testi-w { padding: 50px 0; }

.c-testi-w .slick-dots {width: 100%; display:flex; justify-content:center;margin-top:10px; }

.c-testi-w .slick-dots li { margin:0 5px; }

.c-testi-w .slick-dots li button {position: relative; width: 29px; height: 29px; border-radius: 50%; border: 2px solid transparent;

background: transparent;font-size:0; position: relative;}

.c-testi-w .slick-dots li.slick-active button  {border-color:#2897ff;}

.c-testi-w .slick-dots li button:after {content:""; display:block;position: absolute;left: 50%; top:50%; transform:translate(-50%,-50%);

background:#2897ff; width:10px; height:10px; border-radius:50%; }


.credit {
  position: absolute;
  bottom: 5px;
  right: 10px;
  opacity: 0.8;
  font-size: 12px
}
#myChart {
  max-height: 460px;
}
.chartDiv {
  max-height: 493px;
  background-color: #eee;
  display: flex;
  align-items: center;
  padding: 10px;
  position: relative;
  font-size: 18px;
  letter-spacing: 1px;
}
.display_result {
  font-size: 22px;
    color: #4895ef;
}

.form-range {
    width: inherit !important;
  margin: 10px 0;
}

.text_input {
    height: 40px;
    float: right;
    outline: 0;
    border: 1px solid #ccc;
}

.outer_div {
    min-height: 100px;
    background-color: #eee;
    padding: 20px;
    margin-bottom: 2px;
}
.outer_div2 {
    padding: 20px 70px 20px 30px;
}
.hide-span {
  opacity: 0; z-index: -9
}

.inner_div {
    /* border-left: 5px solid #0ebeff; */
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 10px;
    position: relative;
}

.row {
  --bs-gutter-x: 0 !important;
}
.slider_box {
/*     position: absolute;
    right: 20px;
    align-items: center; */
}

input[type="range"]:focus {
    outline: none;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 1px solid #fff;
    height: 30px;
    width: 15px;
    border-radius: 3px;
    background: #4895ef;
    cursor: pointer;
    margin-top: -10px;
    /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
    box-shadow: 0px 0px 0px #000000, 0px 0px 3px #0d0d0d;
    outline: 0;
}

#showValue,
#showValue2, #showValue3 {
    position: absolute;
    border: 1px solid #9ccaff;
    width: 40px;
    height: 30px;
    background: #ffffff;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00a1ff;
    top: 45px;
    left: 0px;
}

#showAmps {
}
#showValue:before, #showValue2:before, #showValue3:before {
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid transparent;
    border-bottom: 7px solid #4895ef;
    height: 0px;
    width: 0px;
    position: absolute;
    /* left: 0; */
    top: -12px;
}
.thisthis {
    font-weight: 300;
    font-size: 11px;
    float: right;
    line-height: 2;
}
.text-center {
  text-align: center;
  padding: 10px 0;
}

@media only screen and (max-width: 500px) {
    .text_input {
        margin-left: 10px;
        font-size: 18px;
        padding: 5px;
        width: 100px;
    }
    #textValue, #textValue2 {
        font-size: 16px;
        padding: 2px;
    }
    .outer_div2, .outer_div {
        padding: 10px;
    }
    .inner_div {
        margin: 0;
    }
    .slider_box {
        padding-right: 0;
    }
    .inner_div {
        padding: 0;
    }
    .thisthis {
        width: 95px;
        line-height: 2;
    }
  .result_text {
    font-size: 12px
  }
  .display_result {
        font-size: 16px;
    }
}

.jgRRws{
  display:flex;
  align-items:center;
  border:none;
  padding:5px;
  cursor:pointer;
  /* box-shadow: #ffc107 2px 3px 1px 2px; */
  border-radius:5px;
  background: rgb(206 161 26);
  }

.ph_icon{width:33px;height:33px;border-radius:50px;background: #a7800c;display:flex;align-items:center;justify-content:center;margin-right:7px;border:1px solid rgb(255, 255, 255);}

.ph_icon svg{width:15px;height:20px;color:rgb(255, 255, 255);}
.text{display:flex;flex-direction:column;justify-content:start;align-items:start;color:rgb(255, 255, 255);padding-right:10px;}

.text p{color:rgb(255, 255, 255);font-size:12px;}

.text h4{font-size:14px;margin-top:-4px;}

.text{display:flex;flex-direction:column;justify-content:start;align-items:start;color:rgb(255, 255, 255);padding-right: 0;}

.text a{color:rgb(255, 255, 255);text-decoration:navajowhite; }

.text p{color:rgb(255, 255, 255);font-size:12px;margin-top: 0;margin-bottom: 5px;}

.text h4{font-size:16px;margin-top:-4px;font-weight:400;}
.helplineBtn {margin-top: auto;margin-bottom: auto;margin-left: 15px;padding: 5px 10px 5px;}

.c-inner-banner img {width: 100%;}

[class^='col-'] { padding: 0 15px !important; }
.c-why-chose-w { margin-top: 30px; }
.c-why-chose-w  h3 {margin-top: 10px; text-align: center;font-size: 20px;font-weight: bold; }
.c-why-chose-w p {text-align: center;}
.c-why-chose-box { text-align: center; }

.c-team-w { padding: 50px 0; }
.c-team-w h2 { margin-bottom: 10px; }
.c-team-w .c-header-w-con p { font-size:22px; }

.flip-card {
  background-color: transparent;
  width: 100%;
  height: 450px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.flip-card-inner img {height: 100%;object-fit: cover;object-position: top left;width: 100%;}
.flip-card:focus {
    outline: 0;
}

.flip-card:hover .flip-card-inner,
.flip-card:focus .flip-card-inner{
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flip-card-front {
  
/* color: black; */
  
z-index: 2;
  
/* display: flex; */
  
justify-content: center;
  
align-items: center;
  
width: 100%;
}

.flip-card-back {
  background: linear-gradient(to right, #4364f7, #6fb1fc);
  color: white;
  transform: rotateY(180deg);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.member-info li {font-size: 20px; display: block; margin-bottom: 8px;color: #fff; }
.member-info li span { font-weight: bold;color: #fff; }
.c-team-con { text-align: center;margin-top: 20px; }
.c-team-con h3 {font-weight: bold;font-size: 22px;margin-bottom: 8px;}
.c-team-con p {margin-bottom: 8px; font-weight: bold;color: var(--main-color)}
.c-team-con .c-footer-social li a{ background: linear-gradient(90deg, rgba(158,126,35,1) 35%, rgba(241,184,8,1) 100%);
color: #fff;}
.c-team-con .c-footer-social { margin: 0 }

/*blog*/
.c-blog-w { padding: 60px 0px 30px;background:#F0F6FB; }
.c-blog-box-img { position: relative; }
.c-blog-box-img img {width: 100%; border-radius: 8px;}
.c-blog-box-img span { position: absolute; left: -10px; top:-10px;
width: 90px;padding:20px 15px; text-align: center;
background:#C99803;color: #fff; font-size: 20px;font-weight: bold;
border-radius: 8px;line-height: normal;display: block; }
.c-blog-box-con { padding: 0 30px; }
.c-blog-box-con-in {transition: 0.5s; padding: 25px;border-radius: 8px; background: #fff;position: relative;
top: -50px;width: 100%;box-shadow: 5px 4px 8px 6px rgba(0, 0, 0, 0.05); }
.c-blog-box-con-in h4 { line-height: normal;font-weight: bold;font-size: 20px;
margin-bottom: 15px; }
.c-blog-box-con-in p {color: #706A6A; font-size: 15px;}
.c-blog-box-con-in a {font-weight: bold;color:#FF8F0D; font-size: 18px;}
.c-blog-box:hover .c-blog-box-con-in { top: -80px; }

.cp-blog-w {padding: 75px 0;}
.cp-blog-list {padding-right: 30px;}
.cp-blog-list-box {-webkit-box-shadow: 1px 1px 8px 0px rgba(107,107,107,0.35);-moz-box-shadow: 1px 1px 8px 0px rgba(107,107,107,0.35);
  box-shadow: 1px 1px 8px 0px rgba(107,107,107,0.35);margin-bottom:20px;}
.cp-blog-list-box-img img {width: 100%;height:225px; object-fit: cover;}
.cp-blog-list-box-con { padding: 45px 30px 30px 30px;position: relative; }  
.cp-blog-list-box-con h3 {font-weight: bold;font-size: 16px;margin-bottom:15px;line-height: 22px;}
.cp-blog-list-box-con h3 a {color:#000000;}
.cp-blog-btn {color: #2a24a0;font-size: 18px;font-weight: bold;}
.cp-blog-btn i {margin-left: 8px;font-size: 20px; font-weight: bold; }
.cp-blog-btn:hover {color:#000;}
.cp-blog-list-box-con .c-blog-date  {position: absolute;top: -16px;left: 30px;border:1px solid #1999E5;}
.cp-blog-list-box-con .c-blog-date span {font-size: 21px;}
.cp-blog-list-box-con .c-blog-date h4 {margin: 0px; font-size: 16px;display: flex;align-items: center;justify-content: center;}
.cp-blog-list-pagination ul { display: flex;justify-content: center; }
.cp-blog-list-pagination ul li {line-height: 100%;}
.cp-blog-list-pagination ul li a{ padding:10px; background:#1999E5; color: #fff;margin-right: 15px;line-height: 100%; display: block;font-size: 14px; }
.cp-blog-list-pagination ul li a:hover ,.cp-blog-list-pagination ul li.active a { background: #e7e6e6;color:  #1999E5; }
.c-blog-search-bar form { display: flex; }
.c-blog-search-bar form input[type="text"] { color: #000000;font-size: 16px; border:1px solid #000;padding:10px 15px; line-height: 100%; width: 100%;}
.c-blog-search-bar button {flex-shrink:1; padding: 10px 25px; color: #fff; background:#2a24a0;border:none;outline: none;box-shadow: none;
font-size: 19px;}
.c-blog-search-bar button:hover { background-color:#000;color: #fff; }
.c-blog-search-bar input::-webkit-input-placeholder {color:#000000; }
.c-blog-search-bar input:-ms-input-placeholder {color:#000000;}
.c-blog-search-bar input::placeholder {color:#000000;}
.c-blog-sidebar-w h4 { font-weight: 600; color:#000000;margin-bottom: 20px;}
.c-blog-search-bar {margin-bottom: 30px;}
.c-blog-category-w ul li {display: block;}
.c-blog-category-w ul li {margin-bottom: 10px;display: block;padding-bottom: 10px; line-height: 100%; border-bottom: 1px solid #8b8b8b;}
.c-blog-category-w ul li a {color:#000000;display: inline-block;padding-left: 21px;position: relative;}
.c-blog-category-w ul li a:after {content:"\f054";display: block;font-family: 'FontAwesome';
color:#000000;position: absolute;left: 0;top: 1px;font-size: 11px;}
.c-blog-category-w ul li a:hover {color:#1999E5; } 
.c-blog-category-w ul li a:hover:after {color:#1999E5; } 
.c-blog-category-w ul li:last-child { border: none; } 
.c-blog-category-w {margin-bottom: 30px;}
.c-recent-news-w {margin-bottom:30px; }
.c-recent-news-w li {position: relative;display: flex;margin-bottom: 30px;}
.c-recent-news-con {width: 100%;padding-left:20px;}
.c-recent-news-img {flex-shrink: 1;width: 75px; flex: 0 0 auto;}
.c-recent-news-img img {width: 75px;display: block;height: 75px; object-fit: cover;}
.c-recent-news-con h5{margin-bottom: 5px; line-height:  normal; font-size: 16px; color:#000;font-weight: 600;transition: 0.5s;}
.c-recent-news-con p {margin: 0;}
.c-recent-news-w li:hover h5 {color:#1999E5; }

.c-blog-date { display: inline-flex;}
.c-blog-date span{background:#fff;color:#1999E5; font-size: 17px;padding: 7px;line-height: 100%;}
.c-blog-list-img img {width: 100%; height: 300px; object-fit: cover;}
.c-blog-date h4 { background:#1999E5;color:#fff; font-size: 15px;padding: 7px;}
.c-blog-list-con h3 {font-size:18px; color:#ffffff; font-weight: bold;margin-top: 10px; text-transform: uppercase; }
.c-blog-list-box a{position: absolute; left: 0; top: 0; width: 100%; height: 100%;z-index: 3;}

.c-singale-blog .cp-blog-list-box-img img { width: 100%; height: auto; }
.c-singale-blog .cp-blog-list-box-con h3 { font-size: 22px; }
.c-singale-blog .cp-blog-list-box-con li { padding-left: 15px;margin-bottom: 10px;position: relative; }
.c-singale-blog .cp-blog-list-box-con li:after {content:"";display: block;position: absolute;left: 0;top: 11px;width: 5px;height: 5px;border-radius: 50%;background:#1999E5;}


.cp-about-con { padding: 20px 0 50px; }
.c-inner-page-w { padding: 50px 0 30px; }

.cp-contact-w { padding: 50px 0px; background: url("../img/contact-bg.png") no-repeat; }


.cp-contact-info-box {display: flex;align-items: center;margin-bottom: 15px;}

.cp-contact-info-box-img {
      width: 55px;
      height: 55px;
      border-radius:50%;
      background-color: #65000b;
      background-image: linear-gradient(326deg, #65000b 0%, #d3011c 74%);
      display: flex;
      align-items: center;
      justify-content: center;
      }
.cp-contact-info-box-img img {width: 30px;} 
.cp-contact-info-box-con {padding-left: 20px;width:calc(100% - 80px);}
.cp-contact-info-box-con h3 { color:#000; font-size:24px;margin-bottom:5px; }
.cp-contact-info-box-con a { color:#1F0098;font-size:16px;line-height:24px;display:inline-block; }

.cp-contact-w .c-contact-form h4 {color:#1F0098;}

.cp-contact-form {padding:50px 0;background: #EBF9FF;margin-top:0px;}

.c-map-w { border: 5px solid #FFD6A7; border-radius: 12px; }
.cp-contact-form .form-control { margin-bottom: 20px; border: 1px solid #999EFF;
padding: 12px;border-radius: 8px; }
.cp-contact-form .c-btn-2 { border:  none; }

/*contact us*/
.cp-service-w { padding: 60px 0; }
.c-header-w-con h2 { margin-bottom: 10px; }
.cp-service-box .cp-service-box-img {position: relative;}
.cp-service-box .cp-service-box-img > img {width: 100%;}
.cp-service-box .cp-service-box-img span {position: absolute;left: 50%; 
  bottom: -45px; transform: translateX(-50%); width: 90px; height: 90px;
   padding: 10px; display: flex;align-items: center;background: #fff;
   border-radius: 50%; }
      .cp-service-box {overflow: hidden;border-radius: 8px; text-align: center;box-shadow: 5px 4px 8px 6px rgba(0, 0, 0, 0.05); }
   .cp-service-box h3 { font-weight: bold; margin-top: 25px;color: #030978;
   font-weight: bold;font-size: 20px; }

.cp-service-box-con { padding: 20px; background: #fff; }
.cp-service-w { padding: 80px 0; background: url("../img/service-bg.jpg") no-repeat; 
background-size: cover;}
.cp-service-w  .c-btn-2 { font-size: 15px;padding: 12px 30px; }
.cp-service-about { padding: 30px 0; }
.cp-service-about .c-header-w-con p { text-align: left; }
.cp-service-about .col-lg-6  .cp-service-about-con  ul li { font-weight: bold;font-size: 20px;color:#C99803;
margin-bottom: 15px;padding-left: 40px; position: relative; }
.cp-service-about .col-lg-6  ul li:after {content:""; display: block;position: absolute;
left: 0; top: 3px; width: 30px; height: 30px;background: url("../img/success.png") no-repeat;
background-size: 100% 100%;}

.cp-about-w { padding: 50px 0; }
.c-about-con { text-align: left; }
.c-about-con ul { margin: 50px 0 30px; text-align: center;display: flex;
justify-content: center;align-items: center; }
.c-about-con ul li { padding: 0 20px;width: 24%; flex: 0 0 auto }
.c-about-con ul li span {font-size: 60px;color:#C99803;display: inline-flex;margin-bottom: 10px;font-weight: 300;line-height: 100%;}
.c-about-con h5{ font-weight: bold;text-transform: capitalize; margin-top: 10px; font-size: 20px;color: #818181; }
.c-about-con ul li span dfn {font-style: normal;}
.c-about-img iframe {width: 100% !important;}
.cp-testi-w .c-testi-w p { text-align: left; }
.cp-testi-w .c-testi-w h3 {margin: 0px; color:var(--main-color); text-align: left;font-size: 18px; }
.c-testi-w {padding: 20px 0;margin: 0px;}
.cp-testi-w {padding: 40px 0;}


.c-services-w .slick-dots {width: 100%; display:flex; justify-content:center;margin-top:10px; }

.c-services-w .slick-dots li { margin:0 5px; }

.c-services-w .slick-dots li button {position: relative; width: 29px; height: 29px; border-radius: 50%; border: 2px solid transparent;

background: transparent;font-size:0; position: relative;}

.c-services-w .slick-dots li.slick-active button  {border-color:#2897ff;}

.c-services-w .slick-dots li button:after {content:""; display:block;position: absolute;left: 50%; top:50%; transform:translate(-50%,-50%);

background:#2897ff; width:10px; height:10px; border-radius:50%; }
.c-header-app-link a { width: 124px; }

.c-footer-bottom {background:#14297C;padding: 8px 0;text-align: center;}
.c-footer-bottom p { margin: 0; color: #fff; }

.c-heading-new-4 { text-align: center; }
.c-heading-new-4 h3 {color: #000; font-size: 22px; font-weight: bold;margin-bottom: 10px;}
.c-heading-new-4 h2 { color:#0F377F; font-size: 28px;font-weight: bold;margin-bottom: 8px; }
.c-repairs-w { padding: 40px 0; background: #fff; }
.c-heading-new-4 { margin-bottom: 40px; }

.c-repairs-list-box-img img {height: 200px; object-fit: contain;width: 100%;
text-align: center;}
.c-repairs-list-box-img { background:#EBF9FF;padding: 30px 20px; }
.c-repairs-list-box { padding: 0 10px; } 
.c-repairs-list-box h3 { text-align: center; margin-top: 20px;color:#000000;
font-size: 22px; margin-top: 20px;font-weight: bold; }


.c-repairs-w .slick-dots {display: flex;margin-top: 20px;justify-content: center;}
.c-repairs-w .slick-dots button {transition: 0.5s; font-size: 0; width: 15px;display: inline-flex;margin: 0 4px; height: 15px; border-radius: 50%;background: #0F377F;}
.c-repairs-w .slick-dots .slick-active button {background: #d3011c; width:40px; border-radius: 30px; }

.c-app-banner-w { background: url("../img/app-banner-bg.png") no-repeat;
background-size: cover; }

.c-plan-w { padding:50px 0 100px; background: #EBF9FF url("../img/service-bg.png") no-repeat; }

.c-app-banner-con {padding: 60px 0;}
.c-app-banner-con h3 {color: #fff; font-size: 30px; margin-bottom: 20px;
font-weight: 600;}
.c-app-banner-con ul { display: block; }
.c-app-banner-con li {color: #fff;font-size: 16px;display: block;margin-bottom: 10px;padding-left: 20px;position: relative;}
.c-app-banner-con li:after {content:"";display: block;position: absolute;left: 0;top: 0;width: 7px;height: 7px;border-radius: 50%;background: #4EFF7D;position: absolute;left: 0;top: 9px;}
.c-app-banner-con li:last-child  { margin:0; }
.c-app-banner-img { position: relative;height: 100%; } 
.c-app-banner-img img { position: absolute;left: 50%;
transform: translateX(-50%); bottom: 0;width: 400px; }

.c-app-banner-link { display: flex;align-items: center;margin-top: 20px; }
.c-app-banner-link a { margin-right: 8px;display: block; }
.c-app-banner-link a img{height: 40px;}

.c-plan-list-box { padding: 10px; }
.c-plan-list-box-in { padding:20px 10px; background:#fff; text-align: center;
box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.10); border-radius: 8px; }
.c-plan-list-box-in-img img { height: 120px;object-fit: contain;width: 100%;  }
.c-plan-list-box-in h3 {color:#0F377F; font-size: 18px; line-height: normal;
padding: 0 20px; margin: 15px 0; min-height: 54px;}
.c-plan-list-box-in h4{color:#D70C01;font-weight: bold;font-size: 20px;}


.c-plan-w .slick-dots {display: flex;margin-top: 20px;justify-content: center;}
.c-plan-w .slick-dots button {transition: 0.5s; font-size: 0; width: 15px;display: inline-flex;margin: 0 4px; height: 15px; border-radius: 50%;background: #0F377F;}
.c-plan-w .slick-dots .slick-active button {background: #d3011c; width:40px; border-radius: 30px; }
.c-about-img { text-align: center; }

.c-about-con-box {position: relative;z-index: 9; background:#13ADEF;padding: 24px 15px;border-radius: 8px;height: 100%;}
.c-about-con-box-in h3 {
 color: #fff;
 font-weight: bold;
 margin-bottom: 15px;
 font-size: 23px;
 }
 .c-about-con-box-in p {color: #fff;font-size: 14px;margin: 0;}
 .c-about-box-red { background:#EC2829; }
 .c-about-w { position: relative; }
  .c-about-w:after { background-color: #EBF9FF; width: 100%; height: 80px;
  content:""; display: block;position: absolute;left: 0; bottom:0; }

  .c-banner-list-img img {width: 100%;}

.c-banner-list .slick-arrow {content:"";display: block;border:none;box-shadow: 5px 4px 8px 6px rgba(0, 0, 0, 0.05);width:45px;height:45px;border-radius:4px;background:#13ADEF;color:#fff;font-size:28px;position:absolute;left:0px;z-index:2;top:50%;transform: translateY(-50%);}
.c-banner-list .slick-next {left: inherit;right: 0px;background-color: var(--red-color)}
.c-banner-list .slick-next i {position: relative;left: 2px;}
.c-explore-plan-w { padding: 40px 0; }

.c-trust-w { background-color:#4AAEE2;padding: 40px 0; }
.c-trust-w h3 { font-size: 22px; font-weight: bold; line-height: 30px;
color: #fff; }
.c-trust-box { background-color:#fff; padding: 20px;
text-align: center; border-radius: 8px;height: 100%; }
.c-trust-box h4 { color: #000; font-size: 18px; line-height: normal; margin-top: 10px;
font-weight: bold; }

.c-mini-banner { background-color: #fff;position: relative; }
.c-trust-box-img { position: relative;z-index: 9; }
.c-mini-banner:after { background-color: #4AAEE2; width: 100%; height: 80px;
  content:""; display: block;position: absolute;left: 0; top:0; }

.c-repairs-list-box-in P{ text-align: center; margin-top: 10px; font-size: 20px; }

.cp-inner-pw { padding: 60px 0; }
.cp-inner-pw h2 { font-size: 22px; margin-bottom: 20px;color: var(--main-color);
font-weight: bold; }
.cp-inner-pw p strong {color: #000;}
.cp-inner-pw h3 {font-weight: bold;color: var(--main-color);font-size: 18px; margin-bottom: 20px;}
.cp-inner-pw ul li  {color: #000000;font-size: 16px;display:flex;margin-bottom: 18px;display: block;padding-left:10px;position: relative;}
.cp-inner-pw ul li:after {content:"";display: block;position: absolute;left: 0;top: 0;width: 4px;height: 4px;border-radius: 50%;background: #E91E63;position: absolute;left: 0;top: 10px;}
.cp-inner-pw p a {color:var(--main-color); }