@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #555555;
    line-height: 24px;

}

h5 {
    font-family: 'Roboto', sans-serif;
}

.download>a {
    text-decoration: underline;
}

.download>a i {
    margin-right: 10px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-50 {
    padding-top: 50px;
}

.download>a {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-top: 30px;
    overflow: hidden;
    text-decoration: underline;
    transition: all 0.3s ease 0s;
}

.home-about .habout-title-box .sub-title {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ef9f04;
    margin-bottom: 0;
}

.home-about .habout-title-box .title {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 30px;
    text-transform: uppercase;
    color: #000000;
}

.home-about .habout-title-box .title span {
    font-weight: 600;
    color: #ef9f04;
    font-size: 35px;
    background-image: unset !important;
}

.about-right h2,
.about-right h4 span {
    margin: 0 0 10px;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
    color: #ef9f04;
}



.about-right h4 {
    font-family: "Kanit", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin: 0 0 15px;
}

.about-right h4 span {
    font-weight: 900;
}

.about-right p {
    text-align: justify;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #555555;
}


/* ************ 5. Specialization area ************ */

.process-steps-row .specialization-single {
    padding-right: 0 !important;
}

.process-steps-row .spcl-titel>h4,
.process-steps-row .working-titel>h4 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0 !important;
}

.spcl-titel img {
    margin-bottom: 10px;
}

.process-steps-row .specialization-single .spcl-text {
    background: #fff;
    padding: 10px;
    min-height: 210px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.process-steps-row .specialization-single .spcl-text p {
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #555555;
    line-height: 24px;
}


.specialization-titel>h2 {
    color: #ef9f04;
    margin: 0 0 25px;
}


.specialization-titel>p {
    margin: 0;
    padding-right: 40%;
}

.spcl-titel>h4,
.working-titel>h4 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
}

/* ************ Why Choose us ************ */

.why-choose-us {
    width: 100%;
    height: 250px;
    perspective: 1000px;
    margin-bottom: 20px;
}

.why-choose-uscard {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 1s ease;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

.front,
.back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    backface-visibility: hidden;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 8px;
}

.front .why-choose-us-title img {
    max-width: 100%;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}

.front h4 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 10px;
}

.front .why-choose-us-text p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #555555;
    line-height: 24px;
    transition: transform 0.3s ease;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.back {
    background-color: #ee9e04;
    transform: rotateY(180deg);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

.back .why-choose-us-text p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 24px;
    transition: transform 0.3s ease;
}

.why-choose-us:hover .why-choose-uscard {
    transform: rotateY(180deg);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.why-choose-us:hover .front .why-choose-us-title img,
.why-choose-us:hover .front h4,
.why-choose-us:hover .front .why-choose-us-text p {
    transform: scale(1.1);
}


/* ************ 6. Contact us button ************ */
.home-contact-banner h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 30px;
    text-transform: capitalize;
    color: #fff;
}

.home-contact-banner h2 span {
    color: #ef9f04 !important;
    font-weight: 400 !important;
}

.contact-btn-left>p {
    color: #ffffff;
    margin: 20px 0 0;
    padding-right: 22%;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.contact-btn>a {
    background: #ef9f04 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    margin-top: 55px;
    padding: 10px 25px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    border: 2px solid #ef9f04;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.contact-btn.f-right>a:hover {
    background: #ef9f04;
    color: #000;
}

/* ************ 7. Our project ************ */
.project-banner {
    display: block;
    position: relative;
}

.pro-bnr-text {
    background: #fff none repeat scroll 0 0;
    margin-left: 45px;
    margin-right: 45px;
    opacity: 0.9;
    padding: 50px 35px 35px;
    position: absolute;
    text-align: center;
    top: 28%;
}

.pro-bnr-text>p {
    color: #303030;
}

.pro-bnr-text>h2 {
    margin: 0 0 25px;
    color: #303030;
}

.project-tab-menu {
    margin-top: 20px;
    text-align: right;
}

.project-tab-menu .nav.nav-tabs {
    border: none;
    justify-content: center;
}

.project-tab-menu .nav.nav-tabs .nav-link {
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.project-tab-menu ul li a {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 10px 10px;
}

.project-tab-menu .nav.nav-tabs .nav-link.active,
.project-tab-menu .nav.nav-tabs .nav-link.active:hover {
    color: #ef9f04;
}

.project-single {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.project-img {
    width:100%;
    overflow: hidden;
}

.project-img img {
    width: 100%;
    height: auto;
    display: block;
    transition: 2s;
}

.project-img img:hover {
    transform: scale(1.3);
}

.project-img2 img {
    width: 100%;
    height: 200px;
    display: block;
    transition: 2s;
}

/*Indicator Style Owl*/
.indicator-style .owl-theme .owl-nav {
    margin-top: 15px;
    text-align: left;
}

.indicator-style .owl-theme .owl-nav [class*="owl-"] {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #000;
    border-radius: 0;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    line-height: 28px;
    margin: 0 1px 0 5px;
    padding: 0;
    text-align: center;
    width: 30px;
    background: #ef9f04 none repeat scroll 0 0;
}

.indicator-style .owl-theme .owl-nav .owl-next[class*="owl-"] {
    margin-left: 0;
}

.indicator-style .owl-theme .owl-nav [class*="owl-"]:hover {
    background: #000 none repeat scroll 0 0;
    color: #ef9f04;
    text-decoration: none;
    border-color: #ef9f04;
}

/* ************ 8. Our working Way ************ */
.working-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.working-single {
    padding: 65px 30px 10px;
    position: relative;
    flex-basis: 33%;
    max-width: 33%;
}

.working-titel>h4 {
    padding-left: 40px;
}

.working-text p {
    color: #303030;
}

.working-text h6 {
    color: #0c1931;
}

.working-single:nth-child(1) {
    background: #ffc40052 none repeat scroll 0 0;
}

.working-single:nth-child(2) {
    background: #0190f062 none repeat scroll 0 0;
}

.working-single:nth-child(3) {
    background: #deab036e none repeat scroll 0 0;
}

.working-single:nth-child(4) {
    background: #0060f069 none repeat scroll 0 0;
}

.working-single:nth-child(5) {
    background: #ffc400 none repeat scroll 0 0;
}

.numbering {
    background: #000 none repeat scroll 0 0;
    color: #ffc400;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 900;
    height: 35px;
    left: 0;
    line-height: 35px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
}

/* ************ 9. Our team ************ */
.team-titel>h4 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: #ef9f04;
    margin: 0 0 4px;
}

.team-titel>p {
    font-size: 16px;
    margin: 0 0 25px;
}

/* .our-team .col-md-4 {
  padding-left: 8px;
  padding-right: 8px;
} */
.pro-bnr-img>img {
    width: 100%;
}

.owl-carousel .owl-item {
    backface-visibility: hidden;
    float: left;
    margin-right: 10px;
    min-height: 1px;
}

.team-details {
    background: #ee9e04 none repeat scroll 0 0;
    padding: 20px 0;
}

.team-details h5 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
    margin: 0 0 4px;
    transition: 0.3s;
}

.team-details span {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    transition: 0.3s;
}

.team-single {
    display: block;
    position: relative;
    transition: 0.4s;
}

/* .team-single:hover{box-shadow: 0 0 10px 6px #ddd;} */
.team-social {
    bottom: 100px;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    transition: 0.5s;
    transform: scalex(0);
    visibility: hidden;
}

.team-single:hover .team-social {
    opacity: 1;
    transform: scalex(1);
    visibility: visible;
}

.team-single:hover .team-details h5,
.team-single:hover .team-details span {
    color: #fff;
}

.team-social ul li a {
    background: #ffc400 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    transition: 0.3s;
}

.team-social ul li a:hover {
    background: #303030;
    color: #ffc400;
}

.team-single ul li.social-phone a {
    border: 3px solid #fff;
    border-radius: 100px;
    bottom: -25px;
    color: #474747;
    font-size: 22px;
    height: 50px;
    left: 0;
    line-height: 46px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 50px;
}

.team-single ul li.social-phone a:hover {
    background: #ffc400;
}

.team-social li:nth-child(3) a {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -52px;
}

.team-social li:nth-child(1) a {
    left: 30px;
    position: absolute;
    top: -2px;
}

.team-social li:nth-child(4) a {
    right: 30px;
    position: absolute;
    top: -2px;
}

.our-team.indicator-style .owl-theme .owl-nav {
    margin-top: 25px;
    text-align: right;
}

.team-social ul li.social-phone a img {
    display: inline-block;
    margin-top: -5px;
    width: auto;
}

/*==================== Home Service Section ------------------------------*/
.home-service-section .contact>a {
    background-image: linear-gradient(to bottom, #001345, #ef9f04);
    color: #fff;
}

.home-service-section .contact>a:hover {
    background: #ef9f04;
    color: black;
}

.home-service-section .item1:hover {
    border-color: #ef9f04;
}

/*================ Home Blog Section ===========================*/
.blog-section .card .card-body {
    text-align: center;
}

.blog-section .card .card-body .blog-h {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.blog-section .card .card-body .btn-blog {
    background-color: transparent;
    border: 1px solid #ffc400;
}

.blog-section .card .card-body .btn-blog:hover {
    background-color: #ffc400;
    color: #fff;
}

/* ************ 10. Funfact area ************ */
.funfact-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.funfact-single {
    width: calc(20% - 10px);
    padding: 10px;
    position: relative;
    border-style: solid;
    border-right-color: #ef9f04;
    border-bottom-color: #ef9f04;
    border-left-color: #ffffff;
    border-top-color: #fff;
    margin-right: 10px;
    transition: all 0.25s linear;
}

.funfact-single:hover {
    border-left-color: #ef9f04;
    border-top-color: #ef9f04;
}

.funfact-count h3 {
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-size: 36px;
    text-transform: uppercase;
    color: #ef9f04;
    margin: 10px 0;
}

.funfact-count h5 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    margin: 0;
    letter-spacing: 0.5px;
}

.funfact-img img {
    width: 24%;
}


/* ************ 11. Testimonial area ************ */
.testimonil-titel{
    text-align: justify;
}
.testimonil-titel>h2 {
    margin: 0 0 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 30px;
    text-transform: capitalize;
    color: #000;
}

.testimonial-single>p {
    color: #555555;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 20px;
}

.testimonial-single {
    border: 1px solid rgb(239 159 4);
    background: rgba(239, 161, 4, 0.02) none repeat scroll 0 0;
    padding: 35px;
    position: relative;
    margin-bottom: 20px;
    text-align: justify;
}

.testi-info h6 {
    color: #ef9f04;
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 2px;
    position: relative;
}

/* .testi-info h6::after {
  border-top: 1px dashed;
  content: "";
  height: 0;
  left: 60%;
  position: absolute;
  top: 8px;
  width: 18px;
} */
.testi-info span {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.testi-img {
    bottom: -65px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
}

.testi-img>img {
    height: 111px;
    width: 111px !important;
    margin: auto;
}

/* ************ 12. Blog area ************ */
.blog-img h2 {
    background: #ffc400 none repeat scroll 0 0;
    color: #303030;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 34px;
    font-weight: 900;
    height: 95px;
    left: 35px;
    line-height: 30px;
    margin: 0;
    padding-top: 20px;
    position: absolute;
    text-align: center;
    top: -20px;
    width: 75px;
}

.blog-img h2 span {
    color: #303030;
    display: block;
    font-size: 20px;
}

.blog-cnt-top {
    margin-bottom: 15px;
}

.blog-content p{
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blog-cnt-top h5 a {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.blog-cnt-top h5 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
    margin: 0 0 7px;
}

.blog-cnt-top h5 a:hover {
    color: #ef9f04;
}

.blog-cnt-top>span {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #ef9f04;
    line-height: 24px;
}

.blog-area .owl-carousel .owl-stage-outer {
    padding-top: 20px;
}

/* ************ 13. Frequently ask question ************ */
.frequentialy-img {
    background-color: #ef9f04;
    text-align: center;
    padding: 20px;

}

.frequentialy-img img {
    max-width: 200px;
    margin-top: 15px;
}

.frequentialy-img h3 {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
    margin-top: 15px;
}

.frequentialy-img h4 {
    font-family: "Roboto", sans-serif;
    font-size: 26px;
    font-weight: 700;
    text-transform: capitalize;
    color: #000;
    margin-top: 15px;
}


.call-us-icon {
    position: absolute;
    top: 20px;
    left: 90px;

}

.frequentialy-titel,
.frequentialy-accordion {
    padding-left: 40px;
    text-align: justify;
}

.frequentialy-titel>h2 {
    margin: 0 0 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 30px;
    text-transform: uppercase;
    color: #000000;

}

.frequentialy-accordion {
    padding-top: 14px;
}

.frequentialy-accordion .card {
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

.frequentialy-accordion .card-header {
    border: none;
    border-radius: 0;
    padding: 0;
    background-color: transparent;
}

.frequentialy-accordion .card-header h5 .btn-link {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
    display: block;
    padding: 15px 15px 15px 25px;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    width: 100%;
    text-align: left;
    border: none;
    background: transparent;
    margin-bottom: 10px;
}



.btn:focus {
    box-shadow: none !important;
}

.frequentialy-accordion .card-header h5 .btn-link:before {
    content: "\f147";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    left: 0;
    position: absolute;
    top: 0;
    padding: 15px 15px 15px 0;
    transition: all 0.3s ease 0s;
    color: #ef9f04;
}

.frequentialy-accordion .card-header h5 .btn-link.collapsed:before {
    content: "\f196";
    color: #ef9f04;
}

.frequentialy-accordion .card-body {
    padding: 0 15px 0 28px;
}

.frequentialy-accordion .card-body p {
    margin: 0;
}

/* ************ 14. Newsletter from ************ */
.newsletter-from #news-form h2 {
    color: #303030;
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    font-weight: 900;
    margin: 0 0 30px;
}

.from-box {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 712px;
}

.from-box input {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    height: 40px;
    padding: 5px 20px;
}

.from-box .search-button {
    background: #303030 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    bottom: 0;
    color: #ffc400;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    width: 160px;
}

/* Mail Chimp */
.mailchimp-submitting {
    color: #31708f;
}

.mailchimp-success {
    color: #3c763d;
}

.mailchimp-error {
    color: #a94442;
}

/* ************ 15. Footer area css ************ */
.footer-area {
    position: relative;
    background-image: url('../../assets/img/bg/footer-bg.jpeg');
    background-size: cover;
    background-attachment: fixed;
    padding-left: 50px;
    padding-right: 50px;
}

.footer-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0, 0, 0, 0.9);
    z-index: 0;
}

.footer-top-img {
    float: left;
    margin-right: 45px;
}

.footer-top-content {
    display: block;
    overflow: hidden;
    padding-top: 20px;
}

.footer-top-content>p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 25px;
    color: #fff;
    text-align:justify;
}

.footer-top-content ul li a {
    border: 1px solid #fff;
    color: #fff;
    display: block;
    height: 30px;
    line-height: 30px;
    margin-right: 16px;
    text-align: center;
    width: 30px;
    transition: 0.3s;
}

.footer-top-content ul li a:hover {
    color: #ef9f04;
    border-color: #ef9f04;
}

.fotter-single-area a img {
    background-color: #fff;
    padding: 15px;
    border-radius: 8px;
}

.fotter-single-area>h4 {
    color: #ef9f04;
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 30px;
    position: relative;
    text-transform: uppercase;
}

.contact-details li {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 20px;
    transition: all 0.3s ease 0s;
    display: block;
}

.contact-details li:last-child {
    margin: 0;
}

.contact-details ul li img {
    color: #fff;
    float: left;
    margin-right: 10px;
}

.fotter-single-area .contact-details p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.contact-details p {
    color: #fff;
    display: block;
    margin: -5px 0 0;
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 0;
}

.footer-single-main {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.footer-menu ul li {
    display: block;
}

.footer-menu ul li a {
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
    padding-bottom: 12px;
    transition: 0.3s;
    width: 210px;
}

.footer-menu ul li a:hover {
    color: #ef9f04;
}

.post-single {
    margin-bottom: 25px;
}

.post-single:last-child {
    margin: 0;
}

.post-single>p {
    color: #919191;
    font-size: 13px;
    margin: 0 0 10px;
}

.post-single>a {
    color: #ffc400;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    transition: all 0.3s ease 0s;
}

.post-single>a:hover,
.footer-bottom>p a {
    color: #919191;
}

.footer-bottom {
    padding: 18px 0;
    text-align: center;
}

.footer-bottom>p,
.footer-bottom>p a {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    transition: all 0.3s ease 0s;
}

.footer-bottom>p a:hover {
    color: #ef9f04;
}

.footer-bottom i {
    color: red;
}

/* ************ 16. ScrollUp ************ */
#scrollUp {
    background-image: linear-gradient(to bottom, #001345, #ef9f04);
    border-radius: 0px;
    bottom: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    color: #000;
    font-size: 28px;
    height: 40px;
    line-height: 35px;
    position: fixed;
    right: 15px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 40px;
    z-index: 200;
}

#scrollUp:hover {
    background: #000;
}

/*---------------- 17. Breadcrumbs ------------------ */
.breadcrumbs-area {
    background-image: url("../img/Slider02.jpg");
    background-position: center center;
    background-size: cover;
}

.breadcrumbs-area {
    position: relative;
}

.breadcrumbs-area::before {
    background-color: #000;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.7;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

h2.page-title {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 36px;
    letter-spacing: 1px;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.breadcrumbs>ul li {
    color: #fff;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.breadcrumbs>ul li a {
    color: #fff;
    padding-right: 17px;
    position: relative;
}

.breadcrumbs ul li a::after {
    background-color: #fff;
    content: "";
    font-size: 8px;
    height: 16px;
    margin-left: 11px;
    position: absolute;
    right: 6px;
    top: 2px;
    transform: rotate(30deg);
    width: 1.5px;
}

.breadcrumbs>ul li a.active {
    color: #ef9f04;
}

/*---------------- 18. blog page------------------ */
h3.leave-comment-text {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
    text-transform: capitalize;
}

h3.leave-comment-text::before {
    background: #ffc400 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    transition: all 0.4s ease 0s;
    width: 50%;
}

.blog-search>form {
    position: relative;
}

.blog-search input[type="text"] {
    background-color: #fff;
    border: 1px solid #ffc400;
    color: #666666;
    height: 40px;
    line-height: 28.8px;
    margin: 0;
    outline: medium none;
    padding: 5px 46px 5px 15px;
    position: relative;
    transition: all 0.4s ease 0s;
    width: 100%;
}

.blog-search button.submit {
    background-color: #ee9e04;
    border: 1px solid #ee9e04;
    color: #fff;
    font-size: 13px;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.4s ease 0s;
    width: 45px;
}

.blog-search button.submit:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}

.blog-right-sidebar-top li {
    border-bottom: 1px solid #eee;
    display: block;
}

.blog-right-sidebar-top li a {
    transition: all 0.3s ease 0s;
    display: block;
    padding: 10px 0;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.blog-right-sidebar-top li a span {
    float: right;
}

.blog-right-sidebar-bottom li {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 14px;
}

.blog-right-sidebar-bottom a {
    border: 1px solid #ffc400;
    color: #666;
    display: inline-block;
    padding: 9px 15px;
    transition: all 0.4s ease 0s;
}

.blog-right-sidebar-bottom a:hover {
    background-color: #ffc400;
    border: 1px solid #ffc400;
    color: #fff;
}

.another-pages.text-center li {
    display: inline-block;
    margin: 0 5px;
}

.another-pages a.active {
    background-color: #ffc400;
    color: #fff;
}

.another-pages a {
    background-color: transparent;
    color: #333;
    display: inline-block;
    font-size: 20px;
    height: 30px;
    line-height: 27px;
    transition: all 0.3s ease 0s;
    width: 30px;
    border: 1px solid #ffc400;
    font-family: 'Roboto', sans-serif;
}

.another-pages a:hover {
    background-color: #ffc400;
    color: #fff;
}

/*---------------- 19. Contact page------------------ */
.contact-area .contact-details ul li img {
    margin-top: 0;
}

.contact-area .contact-details li {
    overflow: hidden;
}

.main-contact input,
.main-contact select,
.tnm-textarea textarea {
    background-color: #fff;
    box-shadow: 1px 1px 4px 1px #000;
    border-radius: 0px;
    box-shadow: inherit;
    color: #555555;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 44px;
    outline: medium none;
    padding: 0 20px;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.form-control {
    border-color: none !important;
}

.form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #ef9f04 !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::placeholder {
    color: #555555 !important;
}

.main-contact {
    margin-bottom: 15px;
}

.tnm-textarea textarea {
    height: 130px;
    padding: 15px 20px;
}

.submit input {
    background-color: #ef9f04;
    border: 1px solid #ef9f04;
    color: #fff;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-top: 35px;
    padding: 10px 40px 8px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.submit input:hover {
    background-color: #ef9f04;
    color: #000;
    border: 1px solid #ef9f04;
}

.form-control:focus {
    box-shadow: none;
    outline: 0 none;
}

.main-contact input::-webkit-input-placeholder,
.tnm-textarea textarea::-webkit-input-placeholder {
    /* Chrome */

    color: #666666;
    opacity: 1;
}

.main-contact input::-moz-placeholder,
.tnm-textarea textarea::-moz-placeholder {
    /* Firefox 19+ */

    color: #666666;
    opacity: 1;
}

#hastech {
    height: 360px;
    width: 100%;
}

.submit {
    text-align: center;
}

/*----- 20. Blog details ------*/
.blog-3-column .blog-meta>span {
    padding-right: 15px;
}

.news-allreply {
    display: inline-block;
    float: left;
    text-align: center;
}

blockquote {
    background-color: #f6f6f6;
    border-left: 2px solid #ffc400;
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    margin: 23px 0;
    padding: 14px 50px;
}

.blog-info-2>p {
    color: #555555;
    text-align: justify;
}

h3.leave-comment-text {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
}

h3.leave-comment-text::before {
    background: #ffc400 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    transition: all 0.4s ease 0s;
    width: 50%;
}

.nes-icon>a i {
    color: #666666;
    font-size: 14px;
    margin-top: 10px;
}

.news-allreply img {
    border-radius: 100%;
    width: 100%;
}

.blog-img-details {
    padding-left: 90px;
}

.blog-title>h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 6px;
    text-transform: capitalize;
}

.blog-title>span {
    color: #666666;
    display: block;
    margin-bottom: 7px;
}

.blog-middle-mrg {
    margin: 32px 0 33px 90px;
}

.leave-form input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #000;
    color: #666666;
    font-size: 14px;
    height: 35px;
    margin-bottom: 30px;
    padding: 0 20px;
}

.leave-form input::-webkit-input-placeholder,
.text-leave textarea::-webkit-input-placeholder,
.main-input input::-webkit-input-placeholder,
.text-leave2 textarea::-webkit-input-placeholder {


    color: #666666;
    opacity: 1;
}

.leave-form input::-moz-placeholder,
.text-leave textarea::-moz-placeholder,
.main-input input::-moz-placeholder,
.text-leave2 textarea::-moz-placeholder {


    color: #666666;
    opacity: 1;
}

.leave-form input:focus,
.text-leave textarea:focus {
    border: 1px solid #ffc400;
}

.text-leave textarea {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #c1c1c1;
    color: #666666;
    height: 165px;
    margin-bottom: 30px;
    padding: 20px;
    font-size: 14px;
}

.text-leave button.submit {
    background-color: #ffc400;
    border: 1px solid #ffc400;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    padding: 5px 20px 2px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

button.submit:hover {
    background-color: transparent;
    color: #464646;
}

.nes-icon>a {
    border: 1px solid #ddd;
    color: #666;
    display: inline-block;
    margin-top: 8px;
    padding: 0 5px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}

.nes-icon>a:hover {
    border: 1px solid #ffc400;
    color: #fff;
    background-color: #ffc400;
}

.blog-meta>span {
    margin-right: 15px;
}

.blog-meta>span a {
    color: #444;
    transition: all 0.3s ease 0s;
}

.blog-meta>span a:hover {
    color: #ffc400;
}

.blog-meta>span i {
    padding-right: 5px;
    color: #ee9e04;
}

.blog-info-2 {
    margin-top: 17px;
}

.blog-info-2 h3 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
    line-height: 25px;
    margin: 15px 0 15px;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}


.btnf {
    display: block;
    margin: 20px auto;
    background-image: linear-gradient(to bottom, #001345, #ef9f04);
    color: #fff;
    cursor: pointer;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 22px;
    transition: .3s;
    border: 1px solid #ef9f04;
    animation-delay: 1.6s;
    text-transform: uppercase;
}

.btnf:hover {
    background: #ef9f04;
    color: #000;
}

.ribbon {
    position: absolute;
    background-color: #ffc400;
    fill: #ef5e4e;
    position: relative;
    line-height: 40px;
    padding: 1px 34px;
    color: #fff;
    font-weight: 600;
    z-index: 1;
    text-align: center;
    font-size: 16px;
    top: 20px;
    text-transform: capitalize;
}

.fold.bottom.left,
.fold.bottom.right {
    border-width: 12px;
    border-color: transparent #ffc400b9 transparent transparent;
    top: 30px;
}

.fold.bottom.right {
    border-width: 11px;
    top: 30px;


}

.fold.bottom.left {
    left: 5px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.fold.bottom.right {
    right: 5px;
    position: absolute;
    -webkit-transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    transform: rotate(44deg);
}

.fold {
    z-index: -1;
    position: absolute;
    border-style: solid;
}

/*

services start */

h1,
h2,
h3,
h4,
h5,
h6 {}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a,
a:active,
a:focus {
    color: #333;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

span,
a,
a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

.section-head {
    margin-bottom: 30px;
}

.section-head h4 {
    position: relative;
    padding: 0;
    color: #ffc400;
    line-height: 1;
    letter-spacing: 0.3px;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    text-transform: none;
    margin-bottom: 30px;
}

.section-head h4:before {
    content: '';
    width: 60px;
    height: 3px;
    background: #ef9f04;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}

.section-head h4 span {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 30px;
    text-transform: uppercase;
    color: #000000;
    padding-bottom: 5px;
}

p.service_text {
    color: #cccccc !important;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.section-head p,
p.awesome_line {
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #555555;
    line-height: 24px;
}

.extra-text {
    font-size: 34px;
    font-weight: 700;
    color: #2f2f2f;
    margin-bottom: 25px;
    position: relative;
    text-transform: none;
}

.extra-text::before {
    content: '';
    width: 60px;
    height: 3px;
    background: #ffc400;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}

.extra-text span {
    font-weight: 700;
    color: #ffc400;
}

.item1 {
    text-align: center;
    padding: 30px 15px;
    border-radius: 0px;
    margin-bottom: 30px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
    margin: 0px 5px;
}

.item1:hover {
    box-shadow: 0 8px 10px 0px rgba(0, 0, 0, 0.2), 0 -8px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;

}

.item1:hover .item1,
.item1:hover span.icon {
    background: #ee9e047a;
    border-radius: 10px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}


.item1:hover p {
    color: #000;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}

.item1:hover h6 {
    color: #ee9e04;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}

.item1 .icon {
    font-size: 30px;
    margin: auto;
    color: #181818;
    width: 90px;
    height: 90px;
    line-height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(247, 198, 5, 0.20);
}

.item1 .icon img {
    max-width: 60%;
    max-height: 60%;
    object-fit: contain;
}

.item1 .feature_box_col_one {
    background: rgba(247, 198, 5, 0.20);
    color: rgb(49, 49, 49)
}

.item1 .feature_box_col_two {
    background: rgba(255, 77, 28, 0.15);
    color: rgb(49, 49, 49)
}

.item1 .feature_box_col_three {
    background: rgba(0, 147, 38, 0.15);
    color: rgb(49, 49, 49)
}

.item1 .feature_box_col_four {
    background: rgba(0, 108, 255, 0.15);
    color: rgb(49, 49, 49)
}

.item1 .feature_box_col_five {
    background: rgba(146, 39, 255, 0.15);
    color: rgb(49, 49, 49)
}

.item1 .feature_box_col_six {
    background: rgba(23, 39, 246, 0.15);
    color: rgb(49, 49, 49)
}

.item1 p {
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #555555;
    line-height: 24px;
}

.item1 h6 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
    margin-top: 15px;
    margin-bottom: 10px;
}

.mission p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
}

.mission i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #2c2c2b;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
}

.mission .small-text {
    margin-left: 10px;
    font-size: 13px;
    color: #666;
}

.skills {
    padding-top: 0px;
}

.skills .prog-item {
    margin-bottom: 25px;
}

.skills .prog-item:last-child {
    margin-bottom: 0;
}

.skills .prog-item p {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}

.skills .prog-item .skills-progress {
    width: 100%;
    height: 10px;
    background: #e0e0e0;
    border-radius: 20px;
    position: relative;
}

.skills .prog-item .skills-progress span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #ffc400;
    width: 10%;
    border-radius: 10px;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.skills .prog-item .skills-progress span:after {
    content: attr(data-value);
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    background: rgba(0, 0, 0, 0.9);
    padding: 3px 7px;
    border-radius: 30px;
}

.service-col {

    padding-right: 1.5px !important;
    padding-left: 1.5px !important;
}

/* services end */

/* phasesss start b   */

.bg-soft-primary {
    background-color: #ef9f04 !important;
    font-weight: 600;
    padding: 15px 10px;
    border-top-right-radius: 25px;
    text-align: center;
    color: #000 !important;
}

.bg-soft-success {
    background-color: #000 !important;
    font-weight: 600;
    font-weight: 600;
    padding: 15px 10px;
    border-top-right-radius: 25px;
    text-align: center;
    color: #ef9f04 !important;
}

.bg-soft-danger {
    background-color: #ef9f04 !important;
    font-weight: 600;
    font-weight: 600;
    padding: 15px 10px;
    border-top-right-radius: 25px;
    text-align: center;
    color: #000 !important;
}

.bg-soft-warning {
    background-color: #000;
    font-weight: 600;
    font-weight: 600;
    padding: 15px 10px;
    border-top-right-radius: 25px;
    text-align: center;
    color: #ef9f04 !important;
}

@media (max-width: 576px) {
    .border-line {
        display: none;

    }

}

.border-line {
    width: 100%;
    z-index: -1;
    border: 6px solid #ef9f04;
    position: relative;
    top: 35px;

}


.bg-light-yellow {
    background-color: rgb(238 158 4 / 5%);
}

.spcl-text h6 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* phasesss  end b   */
.blog-h {
    color: rgb(27, 29, 63);
    font-size: 14px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.btn-blog {
    padding: 5px 10px;
    margin: 10px 0;
    color: #000;
    border: 2px dashed gray;
    transition: ease-in 300ms;
}

.btn-blog:hover {

    border: 2px dashed #ffc400;
    background-color: white;
}

.baseBlock {
    margin: 0px 0px 23px 0px;
    padding: 0 0 15px 0px;
    /* border-radius: 5px; */
    overflow: hidden;

    background: #fff;
    -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.baseBlock:hover {
    -webkit-transform: translate(0, -2px);
    -moz-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    -o-transform: translate(0, -2px);
    transform: translate(0, -2px);
    box-shadow: 0 40px 40px rgba(0, 0, 0, 0.2);
}


/* testimonial  :start */
/* why choose us */
.why-us h2 {
    position: relative;
    margin-bottom: 35px;
}

.why-us h2::after {
    content: "";
    width: 120px;
    height: 3px;
    display: inline-block;
    background: #FFC107;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -20px;
    margin: 0 auto;
}

.why-us .box {
    /*padding: 50px 30px 20px 30px;*/
    padding: 30px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.10);
    transition: 0.5s;
    position: relative;
    background-color: #fff;
    min-height: 300px;
    max-height: 100%;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 10px;
}

.why-us .box:hover {
    padding: 30px 30px 30px 30px;
    box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.20);
    background-color: #ef9f04;
}

.why-us .box img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: -1;
    opacity: 0;
    transition: all ease 1s;
}

.why-us .box:hover img {
    opacity: 1;
}

.why-us .box span {
    display: block;
    color: #ef9f04;
    position: absolute;
    right: 12px;
    top: 3px;
    line-height: normal;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 40px;
}

.why-us .box h4 a {
    padding: 0;
    margin: 20px 0 0px 0;
    text-decoration: none;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    color: #ef9f04;
}

.why-us .box p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000;

    margin: 0;
    padding: 0;
}

.why-us .box:hover span,
.why-us .box:hover h4 a,
.why-us .box:hover p {
    color: #000;
}



/*protofoli  css start*/



.card {
    background-color: #ee9e041c;
    border: none;
    border-radius: 0px;
}


.image-container {

    position: relative;
}

.thumbnail-image {

    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}


.discount {

    background-color: #ffc400;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 10px;
    border-radius: 3px;
    color: #fff;
    z-index: 1;
}

.wishlist {

    height: 25px;
    width: 25px;
    background-color: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.first {

    position: absolute;
    width: 100%;
    padding: 9px;
}

.g-line {
    box-shadow: 0px 1px 0.1px rgba(32, 32, 32, 0.171);
}

.dress-name {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    width: 75%;
    color: #000;
    margin-bottom: 0px;
}

.dress-name:hover {
    color: #ef9f04;
}

.new-price {
    font-size: 13px;
    font-weight: bold;
    color: #ffc400;

}

.old-price {
    font-size: 8px;
    font-weight: bold;
    color: grey;
}


.btn {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    padding: 3px;
}

.creme {
    background-color: #fff;
    border: 2px solid grey;


}

.creme:hover {
    border: 3px solid grey;
}

.creme:focus {
    background-color: grey;

}


.red {
    background-color: #fff;
    border: 2px solid red;

}


.red:hover {
    border: 3px solid red;
}

.red:focus {
    background-color: red;
}



.blue {
    background-color: #fff;
    border: 2px solid #40C4FF;
}

.blue:hover {
    border: 3px solid #40C4FF;
}

.blue:focus {
    background-color: #40C4FF;
}

.darkblue {
    background-color: #fff;
    border: 2px solid #01579B;
}

.darkblue:hover {
    border: 3px solid #01579B;
}

.darkblue:focus {
    background-color: #01579B;
}

.yellow {
    background-color: #fff;
    border: 2px solid #FFCA28;
}

.yellow:hover {
    border-radius: 3px solid #FFCA28;
}

.yellow:focus {
    background-color: #FFCA28;
}


.item-size {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid grey;
    color: grey;
    font-size: 10px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}


.rating-star {
    font-size: 14px !important;
    color: #ef9f04;
}

.rating-number {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 24px;
    text-transform: capitalize;

}

.buy {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 24px;
}





.voutchers {
    background-color: #fff;
    border: none;
    border-radius: 10px;
    width: 250px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    overflow: hidden;

}

.voutcher-divider {

    display: flex;

}

.voutcher-left {
    width: 60%
}

.voutcher-name {
    color: grey;
    font-size: 9px;
    font-weight: 500;
}

.voutcher-code {
    color: red;
    font-size: 11px;
    font-weight: bold;
}

.voutcher-right {
    width: 40%;
    background-color: purple;
    color: #fff;
}

.discount-percent {
    font-size: 12px;
    font-weight: bold;
    position: relative;
    top: 5px;
}

.off {
    font-size: 14px;
    position: relative;
    bottom: 5px;
}

/*protofoli  css end*/
/* ba */
.slidermain {
    padding-left: 50px;
    padding-right: 50px;
}

.slide-left-content {
    display: flex;
    align-items: center;
}

.slider-right-form {
    display: flex;
    align-items: center;
}

.banner-area-2 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100dvh;
    padding: 100px 0;
}

.register-form {
    background: #ffffff;
}

.register-form {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 325px;
    margin-left: 70px;
    box-shadow: 1.5px 3.99px 17px 0px rgb(1 26 79);
}

.requestacallback {
    position: relative;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: #ffffff;
    background: #011a4f;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-left: -20px;
    margin-right: -20px;
}

/* Left fold */
.requestacallback::before {
    content: '';
    position: absolute;
    top: 23px;
    left: 0px;
    width: 20px;
    height: 100%;
    background: #011a4f;
    clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
    /* Triangular fold shape */
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

/* Right fold */
.requestacallback::after {
    content: '';
    position: absolute;
    top: 23px;
    right: 0px;
    width: 20px;
    height: 100%;
    background: #011a4f;
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    /* Mirrored triangular fold shape */
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}


.register-form .title {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
}

.register-form .sub-title {
    color: #fff;
    font-size: 24px;
    margin-bottom: 42px;
}

.register-form .form-control {
    height: 45px;
    border: 0;
    border-left: 3px solid #000;
    margin-bottom: 25px;
    box-shadow: 0.5px 0.866px 10px 0px rgba(0, 0, 0, .1);
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.form-control::placeholder {
    color: #000;

}

.register-form .btn {
    margin-top: 15px;
}

.breaking-news-area {
    margin-top: -263px;
    margin-bottom: 122px;
}

.single-news {
    text-align: center;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .1);
    font-family: 'Roboto', sans-serif;
    padding: 27px 5px 30px 5px;
    border-radius: 4px;
    background: #fff;
    margin: 15px;
}

.single-news .title-wrap {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 13px;
    display: inline-flex;
}

.single-news .title-wrap .icons {
    margin-right: 8px;
}

.single-news .title-wrap .title span {
    font-weight: 400;
}

.single-news .sub-title {
    margin-bottom: 16px;
    font-size: 14px;
    color: #20c93b;
}

.single-news .sub-title-2 {
    color: #ff4081;
}

.single-news .sub-title i {
    margin-left: 6px;
}

.single-news .btn {
    padding: 10px 34px;
}


/*protofoli  css start*/



.card2 {

    background-color: rgba(75, 75, 75, 0.11);
    border: none;
    /* border-radius: 10px; */
    /* width: 250px; */
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
    /* border-top: 5px solid #fff;
 border-right: 5px solid #fff;
 border-bottom: 5px solid #fff;
 border-left: 5px solid #fff; */

}

.card2:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: ease-in 300ms;
    /* border-top: 5px solid #ffc400;
 border-right: 5px solid #ffc400;
 border-bottom: 5px solid #363636;
 border-left: 5px solid #363636; */

}

.image-container {

    position: relative;
}

.thumbnail-image {

    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}


.discount {

    background-color: #ffc400;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 10px;
    border-radius: 3px;
    color: #fff;
    z-index: 1;
}

.wishlist {

    height: 25px;
    width: 25px;
    background-color: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.first {

    position: absolute;
    width: 100%;
    padding: 9px;
}

.g-line {
    box-shadow: 0px 1px 0.1px rgba(32, 32, 32, 0.171);
}

.dress-name2 {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    /*width: 75%;*/
    color: #000;
}


.new-price2 {
    font-size: 13px;
    font-weight: bold;
    color: #ffc400;

}

.old-price2 {
    font-size: 8px;
    font-weight: bold;
    color: grey;
}


.btn2 {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    padding: 3px;
}

.creme {
    background-color: #fff;
    border: 2px solid grey;


}

.creme:hover {
    border: 3px solid grey;
}

.creme:focus {
    background-color: grey;

}


.red {
    background-color: #fff;
    border: 2px solid red;

}


.red:hover {
    border: 3px solid red;
}

.red:focus {
    background-color: red;
}



.blue {
    background-color: #fff;
    border: 2px solid #40C4FF;
}

.blue:hover {
    border: 3px solid #40C4FF;
}

.blue:focus {
    background-color: #40C4FF;
}

.darkblue {
    background-color: #fff;
    border: 2px solid #01579B;
}

.darkblue:hover {
    border: 3px solid #01579B;
}

.darkblue:focus {
    background-color: #01579B;
}

.yellow {
    background-color: #fff;
    border: 2px solid #FFCA28;
}

.yellow:hover {
    border-radius: 3px solid #FFCA28;
}

.yellow:focus {
    background-color: #FFCA28;
}


.item-size2 {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid grey;
    color: grey;
    font-size: 10px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}


.rating-star2 {
    font-size: 14px !important;
    color: #ffc400;
}

.rating-number2 {
    font-size: 14px;
    color: grey;

}

.buy2 {
    font-size: 14px;
    color: rgb(46, 46, 46);
    font-weight: 500;
}





.voutchers {
    background-color: #fff;
    border: none;
    border-radius: 10px;
    width: 250px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    overflow: hidden;

}

.voutcher-divider {

    display: flex;

}

.voutcher-left {
    width: 60%
}

.voutcher-name {
    color: grey;
    font-size: 9px;
    font-weight: 500;
}

.voutcher-code {
    color: red;
    font-size: 11px;
    font-weight: bold;
}

.voutcher-right {
    width: 40%;
    background-color: purple;
    color: #fff;
}

.discount-percent {
    font-size: 12px;
    font-weight: bold;
    position: relative;
    top: 5px;
}

.off {
    font-size: 14px;
    position: relative;
    bottom: 5px;
}





.testi-signal img {
    border: 2px solid #ee9e04;
}

































.tabpadding {
    padding-left: 110px;
}

.list-inline {
    margin-top: 20px;
}

.wizard {
    background-image: url('../../assets/img/bg/1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
    height: 425px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.form-check .form-check-input {
    width: 16px;
    height: 16px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: 0 0 0 2px #f8a504;
    border-radius: 50%;
    background: white;
    transition: box-shadow 0.2s ease, background-color 0.2s ease;
}

.form-check .form-check-input:focus {
    background-color: #000;
    box-shadow: 0 0 0 2px #f8a504;
    outline: none;
}


.form-check .form-check-label {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #555555;
    margin-left: 5px;
    line-height: 1.5;
}

.form-check .form-check-input:checked {
    background-color: #000;
    box-shadow: 0 0 0 2px #f8a504;

}


.form-check input,
.form-check select {
    height: 35px;
}

.form-check textarea {
    height: 70px;
}

.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
}

.wizard>div.wizard-inner {
    position: relative;
    margin-top: 5px;
    margin-bottom: 0px;
    text-align: center;
}

.connecting-line {
    height: 2px;
    background: #bcbcbc;
    position: absolute;
    width: 75%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 33px;
    z-index: 1;
}

.wizard .nav-tabs>li.active>a,
.wizard .nav-tabs>li.active>a:hover,
.wizard .nav-tabs>li.active>a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #ddd;
}

span.round-tab i {
    color: #555555;
}

.wizard li.active span.round-tab {
    background: #ef9f04;
    color: #fff;
    border-color: #ef9f04;
}

.wizard li.active span.round-tab i {
    color: #5bc0de;
}

.wizard .nav-tabs>li.active>a i {
    color: #ef9f04;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.wizard .nav-tabs>li {
    width: 25%;
    pointer-events: none;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}



.wizard .nav-tabs>li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}

.wizard .nav-tabs>li a i {
    position: absolute;
    top: -15px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #000;
}

.wizard .nav-tabs>li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;

}

.tab-pane h4 {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}

.wizard h3 {
    margin-top: 0;
}

.prev-step {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 22px;
    transition: .3s;
    border: 1px solid #000;
    animation-delay: 1.6s;
    margin-top: 5px;
    text-transform: uppercase;
    border-radius: 0px;
}

.next-step {
    background: #ef9f04 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 22px;
    transition: .3s;
    border: 1px solid #ef9f04;
    animation-delay: 1.6s;
    margin-top: 5px;
    text-transform: uppercase;
    border-radius: 0px;
}

.next-step:hover {
    color: #000;
}



.wizard li.completed span.round-tab {
    background: #ef9f04;
    color: #fff;
    border-color: #ef9f04;
}

.wizard li.completed span.round-tab i {
    color: #fff;
}

.wizard .nav-tabs>li.completed>a i {
    color: #ef9f04;
}

.wizard li.completed span.round-tab {
    color: #fff;
    border-color: #ef9f04;
}



@media (max-width: 767px) {

    .wizard .nav-tabs>li a i {
        display: none;
    }

}















.work-process {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.step-num {
    background-image: linear-gradient(to bottom, #001345, #ef9f04);
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    height: 50px;
    width: 50px;
    position: absolute;
    top: -10px;
    right: -5px;
    text-align: center;
}

.step-icon {
    background: #ee9e041c;
    width: 140px;
    height: 140px;
    position: relative;
    border: 3px solid #fafaff;
    border-radius: 50%;
    line-height: 140px;
    font-size: 40px;
    text-align: center;
    color: #1c1d3e;
    display: flex;
    justify-content: center;
    align-items: center;
}

.step-icon img {
    display: block;
}

.step-desc h4 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
}


.step-num-box {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}










.missionimg img {
    box-shadow: 0px 0px 4px 4px rgba(128, 128, 128, 0.575);
    width: 100% !important;
    height: auto !important;

}

.missioncont p {
    text-align: justify;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #555555;

}

.missioncont h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 30px;
    text-transform: uppercase;
    color: #000000;
}



.visionimg img {
    box-shadow: 0px 0px 4px 4px rgba(128, 128, 128, 0.575);
    width: 100% !important;
    height: auto !important;
}

.visioncont p {
    text-align: justify;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #555555;
}

.visioncont h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 30px;
    text-transform: uppercase;
    color: #000000;
}



.valueimg img {
    box-shadow: 0px 0px 4px 4px rgba(128, 128, 128, 0.575);
    width: 100% !important;
    height: auto !important;
}

.valuecont p {
    text-align: justify;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #555555;

}

.valuecont h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 30px;
    text-transform: uppercase;
    color: #000000;
}



.leateamheading {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 30px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 10px;
}

.leaimg {
    background-color: #ee9e04;
    text-align: center;
}

.leaimg img {
    width: 100%;
}

.leaimg h3 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 2px;
}
.leaimg p{
    color:#000;
}
.leacont p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 10px;
    text-align: justify !important;
}



.wp-button{
	margin-top:14px;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:35px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}


.wp-buttoncall {
    margin-top: 14px;
}

.floatcall {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: #06a2f4;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 35px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex;
    justify-content: center;
    transition: background-color 0.3s ease;
    animation: ringing 0.5s infinite;
}


.floatcall:hover .fa-phone {
    color: #FFD700;  /* Change icon color on hover */
}

/* Ringing animation */
@keyframes ringing {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(10deg);
    }
    50% {
        transform: rotate(0deg);
    }
    75% {
        transform: rotate(-10deg);
    }
    100% {
        transform: rotate(0deg);
    }
}





.navbar-nav .dropdown-menu {
    display: none;
    position: absolute;
    background: #fff;
    min-width: 250px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    z-index: 999;
}

.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu li {
    width: 100%;
}

.dropdown-menu li a {
    padding: 10px 20px;
    display: block;
    color: #333;
    text-decoration: none;
}

.dropdown-menu li a:hover {
    background: #f5f5f5;
}
