html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

html,
body {
    overflow-x: hidden;
    width: 100%;
}

/* Sections ========================================================================== */
body {
    margin: 0;
}

/** * Render the `main` element consistently in IE. */
main {
    display: block;
}

/* Grouping content ========================================================================== */
/** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics ========================================================================== */
/** * Remove the gray background on active links in IE 10. */
a {
    background-color: transparent;
}

/** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/** * Add the correct font weight in Chrome, Edge, and Safari. */
b,
strong {
    font-weight: bolder;
}

/** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/** * Add the correct font size in all browsers. */
small {
    font-size: 80%;
}

/** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content ========================================================================== */
/** * Remove the border on images inside links in IE 10. */
img {
    border-style: none;
}

/* Forms ========================================================================== */
/** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/** * Show the overflow in IE. * 1. Show the overflow in Edge. */
button,
input {
    /* 1 */
    overflow: visible;
}

/** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */
button,
select {
    /* 1 */
    text-transform: none;
}

/** * Correct the inability to style clickable types in iOS and Safari. */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/** * Remove the inner border and padding in Firefox. */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/** * Restore the focus styles unset by the previous rule. */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/** * Correct the padding in Firefox. */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
    vertical-align: baseline;
}

/** * Remove the default vertical scrollbar in IE 10+. */
textarea {
    overflow: auto;
}

/** * 1. Add the correct box sizing in IE 10. * 2. Remove the padding in IE 10. */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/** * Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/** * Remove the inner padding in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive ========================================================================== */
/* * Add the correct display in Edge, IE 10+, and Firefox. */
details {
    display: block;
}

/* * Add the correct display in all browsers. */
summary {
    display: list-item;
}

/* Misc ========================================================================== */
/** * Add the correct display in IE 10+. */
template {
    display: none;
}

/** * Add the correct display in IE 10. */
[hidden] {
    display: none;
}

/* =WordPress Core -------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.gallery-caption {
    position: relative;
}

.bypostauthor {
    position: relative;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

table {
    width: 100%;
}

.widgets_grid_box .widget_categories ul:before,
.widgets_grid_box .widget_meta ul:before,
.widgets_grid_box .widget_archive ul:before {
    clear: both;
    content: '';
    overflow: auto;
}

.widgets_grid_box ul ul.children {
    padding: 0px 0px 0px 5px !important;
    border-radius: 0px;
    border: 0px !important;
}

.widgets_grid_box .widget_categories ul li,
.widgets_grid_box .widget_archive ul li {
    text-align: right;
}

.widgets_grid_box .widget_categories ul li a,
.widgets_grid_box .widget_archive ul li a {
    float: left;
}

.post-password-form label {
    width: 100%;
}

input[type="password"] {
    width: 100%;
}

.wp-block-button {
    margin-bottom: 15px;
}

.has-background-dim,
.has-background-dim p {
    color: #fff;
}

.col-lg-12.padding_zero {
    padding: 0px;
}

.sec_comments .col-lg-12 {
    padding: 0px;
}

ul.about {
    list-style-type: none;
}

ul.about li {
    float: left;
}

img.about {
    width: 25px;
}

ul.about {
    list-style-type: none;
    padding-left: 0px;
    margin-left: 0px;
}

.process-bg {
    /*background-image: url(../images/suntech-bg.jpg);
   */
    background-color: #282c37;
}

i.fa.fa-whatsapp {
    color: #00d700;
    font-size: 38px;
}

h2.process {
    color: #fff !important;
}

a.process {
    color: #fff;
}

p.process {
    color: #fff;
}

.box-content {
    position: relative;
    background: repeating-radial-gradient(whitesmoke, #fbfbfb 5px, white 5px, white 10px);
    padding: 30px;
    text-align: center;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    border-radius: 30px 0px 30px 0px
}

.box-content h5 {
    font-size: 18px;
    line-height: 40px
}

.img-box img {
    width: 100px;
}

.process-howitwork {
    /*background-image: url(../images/howitwork.jpg);*/
}

.image-icon img {
    /*width: 85%;*/
    margin-bottom: 12px;

}

.bootom-box {
    position: relative;
    text-align: center;
    background: #fff;
    height: 330px;
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

/* .bootom-box:before {
    content: '';
    background: #8080800f;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    transform: scale(0);
    z-index: 2;
    opacity: 0;
    transition: all linear 0.5s;
}


.bootom-box:hover:before {
    transform: scale(1);
    opacity: 100;
  }

.bootom-box:hover:before{
    transform: scale(3.6);
} */

.title_all_box.style_one .title_sections,
.title_all_box.style_two .title_sections {
    position: relative;
    /* margin-left: 15px;
   */
    /*border-left: 3px solid #fa9d1f;*/
    /*padding-left: 25px;*/
}

p.text-dedicate {
    text-align: left;
    padding-left: 45px;
}

.strenght {
    background-color: #fff;
    padding: 50px 30px;
}

.sucess {
    background-color: #fff;
    padding: 10px 30px;
}

.creote-service-box-web {
    background-color: #f0f3f9;
    padding: 50px 0px;
}

p.short_desc.text-left {
    text-align: justify;
}

ul.faster {
    list-style-type: none;
    width: 100%;
    float: left;
    margin-left: 0px;
    padding-left: 0px;
}

ul.faster li {
    text-align: left;
    float: left;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.creote-service-box-white {
    background-color: #f0f3f9;
    padding: 50px 0px;
}

ul.img-box-1 {
    list-style-type: none;
}

ul.img-box-1 li {
    float: left;
    width: 19%;
    background-color: #faf8f9;
    height: 125px;
    text-align: center;
    line-height: 125px;
    margin-right: 1%;
    margin-bottom: 1%;
    border-radius: 5px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}

::marker {
    color: #fa9d1f;
}

ul.website-design {}

ul.website-design li {
    text-align: left;
    margin-left: 45px;
    float: left;
}

h4.heading-image {
    font-size: 22px;
    margin-bottom: 20px;
    padding-top: 15px;
}

ul.website-dev {}

ul.website-dev li {
    text-align: left;
    margin-right: 60px;
    float: left;
    margin-top: 15px;
}

input.form-control {
    height: 45px !important;
    line-height: 45px !important;
    padding: 10px !important;
    margin-bottom: 20px !important;
    /* background-color: transparent;
   */
    border: 1px solid #8180802b !important;
}

textarea.form-control {
    height: 100px !important;
    margin-bottom: 20px !important;
    /* background-color: transparent;
   */
    border: 1px solid #8180802b !important;
}

.query-form {
    color: white;
    background-color: #fa9d1f;
    padding: 15px;
}

p.want-project {
    margin-bottom: 20px;
    color: #282f3b;
    font-weight: bold;
    font-size: 24px;
}

.description_box p {
    margin: 0;
    text-align: justify;
}

p.indextext {
    text-align: justify;
}

.title_sections2.left p {
    text-align: justify;
}

ul.abouts {
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
}

.abouts li {
    margin-top: 5px;
}

.abouts li i {
    margin-right: 10px;
}

ul.abouts li {
    margin-left: 0px;
}

.counter-block.style_one .content_box h6 {
    display: block;
    color: var(--heading-dark);
    line-height: 28px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
}

.right-query-form {
    background-color: #fa920f;
    width: 100%;
    height: auto;
    padding: 30px;
    box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
}

.img-box {
    width: 100px;
    height: 100px;
    background-color: #fa9d1f;
    border-radius: 100%;
    margin: auto;
    margin-bottom: 20px;
}

.myclass {
    color: white;
    font-size: 64px;
    line-height: 100px;
}

section.testimonial.bg_op_1 {
    background-color: #fa9d1f;
}

i.fa.fa-check.check {
    color: #fa9d1f;
    border: 2px solid #fa9d1f;
    border-radius: 100%;
    padding: 2px;
}

h1.title-head {
    color: #fff;
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    font-family: var(--creote-family-one);
}

/*Logo slider*/

section.footer-logo {
    /*background-color: #f0f3f9;*/
    padding: 20px;
}

.logo-slider {
    width: 100%;
    background-color: #fff;
    text-align: center;
    height: 170px;
    padding-top: 10px;
    border-radius: 5px;

}

.logo-slider a img {
    width: 150px;
    height: auto;
}

h3.achievment {
    text-align: center;
    margin-bottom: 20px;
}

h5.slider-heading-one {
    color: #fff;
    font-size: 32px;
    line-height: 32px;
}

h2.slider-heading-two {
    color: #fff;
    font-size: 68px;
    line-height: 64px;
    margin-top: 30px;
    margin-bottom: 30px;

}

img.blog-image-1 {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.card-body.card-body-height {
    overflow: hidden;
    height: 192px;
}

img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.single_banner.style_one .slider_content h1 {
    font-size: 66px;
    line-height: 82px;
    font-weight: 800;
    margin-bottom: 20px;
    text-shadow: 1px 1px 10px #302c2c, 1px 1px 10px #ccc;
}

p.description {
    text-shadow: 1px 1px 10px #302c2c, 1px 1px 10px #000;
}

section.banner-section.bg_op_1.padding_top_bottom {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* section.about-section.padding_top_bottom {
    padding-top: 100px;
    padding-bottom: 100px;
} */

.bottom-what {
    width: 50px;
    height: 50px;
    position: fixed;
    left: 10px;
    bottom: 75px;
    text-align: center;
    line-height: 50px;
    border-radius: 100%;
    border: 2px solid #00827f;
    z-index: 99;
}

ul.header-social {
    list-style-type: none;
    margin: 0px;
}

ul.header-social li {
    float: left;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    line-height: 30px;
    margin-top: 10px;
    text-align: center;
    border-radius: 100%;
    transition: 0.4s;
}

ul.header-social li:hover {
    background-color: #00827f;
    transform: scale(1.2);
}

ul.header-social li:hover a span {
    color: #fff !important;
}

h5.menu-heading {
    font-size: 16px !important;
    border-bottom: 1px solid #e7e4e4;
    padding-bottom: 7px;
    margin-bottom: 5px !important;
}

/*media query*/

@media screen and (min-device-width: 200px) and (max-device-width: 991px) {
    .top_bar {
        display: none;
    }

    section.banner-section.bg_op_1.padding_top_bottom {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    section.about-section.padding_top_bottom {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .box-content {
        margin-bottom: 20px;
    }

    h5.slider-heading-one {
        color: #fff;
        font-size: 12px;
        line-height: 12px;
    }

    h2.slider-heading-two {
        color: #fff;
        font-size: 18px;
        line-height: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    p.slider-heading-three {
        display: none;
    }

    .single_banner.style_one .slider_content h1 {
        font-size: 24px;
        line-height: 28px;
        font-weight: 800;
        margin-bottom: 20px;
        text-shadow: 1px 1px 10px #302c2c, 1px 1px 10px #ccc;
    }
}

.child_heading h3 a {
    font-size: 25px !important;
    font-weight: 700;
}

.title_all_box .title_sections img {
    max-width: 300px;
}

.text_justify {
    text-align: justify;
}

.fo_wid_title h3 {
    font-size: 22px;
}

.abouts li img {
    width: 30px;
}

.progress_bar h3 {
    font-size: 25px;
}



/* for faq */


.accordion-box {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    /* width: 570px; */
  }

  .accordion-header {
    padding: 15px 20px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .accordion-header:hover {
    background-color: #f2f2f2;
  }

  .accordion-content {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: #fff;
  }

  .accordion-box.active .accordion-content {
    padding: 15px 20px 20px;
    max-height: 300px;
  }

  .accordion-box .plus {
    font-size: 1.3rem;
    transition: transform 0.3s ease;
  }

  .accordion-box.active .plus {
    transform: rotate(45deg);
  }

   /* form */
   .form-container {
    max-width: 500px;
    margin: 0px auto;
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  }
  .form-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center;
    color: #333;
  }
  .input-group-text {
    background-color: #00827f;
    height:45px;
    border: none;
  }
  .form-control:focus {
    box-shadow: none;
    border-color: #00827f;
  }
  .submit-btn {
    background-color: #00827f;
    color: #fff;
    font-weight: bold;
    transition: 0.3s;
  }
  .submit-btn:hover {
    background-color: #00827f;
  }

  /* for card */
  
  .card-section {
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    text-align: center;
  }

  .card {
    background-color: #fff;
    color: #000;
    border-radius: 20px;
    width: 300px;
    padding: 30px 20px 60px;
    position: relative;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  }

    .card img {
        width: 100%;
/*        margin-bottom: 20px;
*/        aspect-ratio: 16 / 9;
        object-fit: cover;
        border-radius: 10px;
    }

  .card h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
  }

  .arrow-btn {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    border: 5px solid #00827f;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #00827f;
    cursor: pointer;
  }

  .card-desc {
    max-width: 250px;
    margin: 30px auto 0;
    font-size: 15px;
    line-height: 1.5;
    color: #f0f0f0;
  }

  @media (max-width: 768px) {
    .card {
      width: 100%;
      max-width: 300px;
    }
  }


  .card-wrapper{
    max-width: 1100px;
    margin: 0 60px 35px;
    padding: 20px 10px;
    overflow: hidden;
}

.card-list .card-item{
    list-style: none;
}

.card-list .card-item .card-link{
    user-select: none;
    display: block;
    background: #fff;
    padding: 18px;
    border-radius: 12px;
    text-decoration: none;
    border: 2px solid transparent;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    transition: 0.2s ease;
}

.card-list .card-item .card-link:active{
    cursor: grabbing;
}

.card-list .card-item .card-link:hover{
    border-color: #00827f;
}

.card-list .card-link .card-image{
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 10px;
}

.card-list .card-link .badge{
    color: #00827f;
    margin: 16px 0 18px;
    padding: 8px 16px;
    font-weight: 500;
    font-size: 0.95rem;
    background: #dde4ff;
    width: fit-content;
    border-radius: 50px;
}

.card-list .card-link .card-title{
    font-size: 16px;
    color: #000;
    font-weight: 100;
}

.card-list .card-link .card-button{
    height: 35px;
    width: 35px;
    color: #00827f;
    border-radius: 50%;
    margin: 30px 0 5px;
    background: none;
    cursor: pointer;
    transform: rotate(-45deg);
    border: 2px solid #00827f;
    transition: 0.4s ease;
}

.card-list .card-link:hover .card-button{
    color: #fff;
    background: #00827f;
}

.card-wrapper .swiper-pagination-bullet{
    height: 13px;
    width: 13px;
    opacity: 0.5;
    background: #00827f;
}

.card-wrapper .swiper-pagination-bullet-active{
    opacity: 1;
}

.card-wrapper .swiper-slide-button{
    color:#00827f;
    margin-top: -35px;
} 

@media screen and (max-width: 768px){
    .card-wrapper{
        margin: 0 10px 25px;
    }

    .card-wrapper .swiper-slide-button{
        display: none;
    }
}
  