body html{
    overflow-x: hidden;
}
.bg-img11 {
    background-image: url(../img/testimonial.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.container .box {
    position: relative;
    width: auto;
    height: 400px;
    margin: 20px 0;
    box-sizing: border-box;
    overflow: hidden;
}

.box .imgBx {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    clip-path: circle(400px at center 100px);
    transition: 0.5s;
    transition-delay: 0.5s;
}

.box:hover .imgBx {
    clip-path: circle(80px at center 100px);
    transition-delay: 0s;
}

.box .imgBx img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box .content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 55%;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}

.box .content h2 {
    margin: 0;
    padding: 0;
}

.box .content a {
    text-decoration: none;
    background: #000;
    color: #fff;
    padding: 5px;
    display: inline-block;
}

.box .content h2,
.box .content p,
.box .content a {
    opacity: 0;
    transition: 0.5s;
    transform: translateY(20px);
}

.box:hover .content h2 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.5s
}

.box:hover .content p {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s
}

.box:hover .content a {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.9s
}

.box {
    border: 3px solid #000;
    background-color: #f2eded;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    padding: 10px 20px;
}

#pad {
    margin: 260px;
}

.space {
    padding: 10px;
}

.bg-img {
    background-image: url("../img/header.webp");
    background-repeat: no-repeat;
    background-size: cover;
    /*height:100%;
		width:100%;*/
}

.space {
    padding: 15px;
}

.bg-top {
    background-color: #f2c7ed !important;
}

.centered {
    position: relative;
    top: 80%;
    left: 15%;
    transform: translate(-50%, -150%);
}

.centered1 {
    position: relative;
    top: 30%;
    left: 15%;
    transform: translate(-50%, -250%);
}

.centered2 {
    position: relative;
    background-color: #fff;
    top: 50%;
    left: 80%;
    transform: translate(-50%, -300%);
}

.bg-color-dm {
    background-color: #f2eded;
}

.text {
    font-size: 50px;
}

.txt-color {
    color: #000;
    font-weight: bold;
}

.site-branding {
    background-color: #1e5694;
}

.btn {
    background-color: #fff;
    cursor: pointer;
    position: relative;
    font-size: 19px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: all 1s;
}

.btn:after,
.btn:before {
    content: " ";
    width: 10px;
    height: 10px;
    position: absolute;
    transition: all 1s;
}

.btn:after {
    top: -1px;
    left: -1px;
    border-top: 5px solid red;
    border-left: 5px solid red;
}

.btn:before {
    bottom: -1px;
    right: -1px;
    border-bottom: 5px solid black;
    border-right: 5px solid black;
}

.btn:hover {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.btn:hover:before,
.btn:hover:after {
    width: 100%;
    height: 100%;
}


/*.data-container {
	background: #ffebee;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	}*/


/*********************** Demo - 6 *******************/

.box6 {
    background: #000;
    position: relative;
}

.box6:after {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: -30%;
    bottom: 0;
    right: 70%;
    transform: skew(20deg) translateX(-75%);
}

.box6:hover:after {
    transform: skew(20deg) translateX(0);
}

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

.box6:hover img {
    opacity: 0.5;
}

.box6 .box-content {
    padding: 20px;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.box6 .icon,
.box7 .icon {
    padding: 0;
    list-style: none;
}

.box10 .icon li a,
.box11,
.box12,
.box13,
.box14,
.box6 .icon li a,
.box7,
.box7 .icon li a,
.box8,
.box8 .icon li a {
    text-align: center;
}

.box6 .title {
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    margin: 0 0 10px;
    transform: scale(0);
}

.box6:hover .title {
    transform: scale(1);
}

.box6 .icon li,
.box6 .post {
    opacity: 0;
    transform: translateX(40px);
    transition: all 0.35s ease 0s;
}

.box6 .post {
    display: block;
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px;
}

.box6 .icon {
    display: inline-block;
    margin: 0;
}

.box6:hover .icon li,
.box6:hover .post {
    opacity: 1;
    transform: translateX(0);
}

.box6:hover .icon li:first-child {
    transition-delay: 0.1s;
}

.box6:hover .icon li:nth-child(2) {
    transition-delay: 0.2s;
}

.box6 .icon li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #fff;
    font-size: 18px;
    color: #605f5f;
    margin-bottom: 5px;
    transition: all 0.35s ease;
}

.box6 .icon li a:hover {
    background: #605f5f;
    color: #fff;
}

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


/*<------------------footer------------------>*/

ul {
    margin: 0px;
    padding: 0px;
}

.footer-section {
    background: #151414;
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta i {
    color: #ff5e14;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    color: #757575;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 200px;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3B5998;
}

.twitter-bg {
    background: #55ACEE;
}

.google-bg {
    background: #DD4B39;
}

.footer-widget-heading h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h5::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #ff5e14;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #ff5e14;
    text-decoration: none;
}

.footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
    text-decoration: none;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area {
    background: #202020;
    padding: 25px 0;
}

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

.copyright-text p a {
    color: #ff5e14;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

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

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}

.bg-ftr {
    background-color: #fcebd7;
}

.a {
    list-style-type: square;
    padding-left: 20px;
}

.color-top {
    background-color: #203cfa
}


/*<Header>*/


/*<animation--Css>*/

.img-bn {
    max-width: 1000%;
    max-height: 400%;
    animation: animate 2s ease-in-out alternate infinite;
}

@keyframes animate {
    0% {
        transform: translateY(150px);
    }
    50% {
        transform: translateY(150px);
    }
}

.btn-trail-lg {
    color: #fff !important;
    border: 1px solid #fa7921;
    background-color: #ea6c17;
    border-radius: 32px;
    padding: 12px 22px !important;
    font-weight: 700;
    text-decoration: none;
}

.btn-trail-lg:hover,
.btn-trail-sm:focus {
    border: 1px solid #0c1f4b;
    background-color: #2d4a8a !important;
}

.text-blue {
    color: #1e5694;
    font-weight: 700 !important;
}

.bg-grey {
    background-color: #f8f8f8;
}

table,
td,
th {
    border: 1px solid #000 !important;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th {
    height: 70px;
    font-size: 20px;
}

#customers td,
#customers th {
    border: 1px solid #ddd;
    padding-top: 23px;
    padding-bottom: 14px;
    font-size: 16px;
}


}
#customers tr:nth-child(even) {
    background-color: #f2f2f2;
}
#customers tr:hover {
    background-color: #ddd;
}
#customers th {
    padding-top: 22px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4c74af;
    color: #fff;
}
td {
    text-align: center;
}
.bg-blur {
    background: #eaeef0;
}
/*button.accordion {
    background-color: #bbbbbb4a;
    color: #000;
    font-weight: 700;
    cursor: pointer;
    padding: 22px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin: 3px;
}*/
button.accordion {
    background-color: #bbbbbb4a;
    color: #000;
    font-weight: 600;
    cursor: pointer;
    padding: 22px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    transition: 0.4s;
    margin: 3px;
}
button.accordion.active,
button.accordion:hover {
    background-color: rgb(201, 199, 199);
}
button.accordion:after {
    content: '\02795';
    font-size: 13px;
    color: #000;
    float: right;
    margin-left: 5px;
}
button.accordion.active:after {
    content: "\2796";
}
/*.panel {
    background-color: #faf9f900;
    padding: 0 30px;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
}
*/

.panel {
    background-color: #faf9f900;
    font-weight: 500;
    color: #000;
    padding: 0px 13px;
    padding-left: 0px;
    margin-left: 5px;
    text-align: left;
    max-height: 0;
    overflow: hidden;
    font-size: 20px;
    transition: 0.6s ease-in-out;
}

.panel.show {
    opacity: 1;
    max-height: 500px;
}
.img-fluid {
    max-width: 99% !important;
    height: auto;
}
.mt-10 {
    margin-top: -100px !important;
}
.bg-header {
    background-color: #f0eeee !important
}

/* .pt-27 {
    padding-top: 27px;
} */
.it {
    font-family: 'Playfair Display', serif;
    color: #1255b5;
    font-style: oblique;
}
.text-black {
    color: #1e2637!important;
}
.bg-light-blue {
    background-color: #f9f8ff;
}
.useful ul li a:hover {
    color: #ff5e14;
    text-decoration: none;
}
.useful ul li a {
    color: #878787;
    text-transform: capitalize;
    text-decoration: none;
}