@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #0c0c0c;
    font-style: normal;
}
 body {
    margin-bottom: 0px !important;
}
p,
li,
a,
button,
span,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}
 

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

    a:focus,
    .btn:focus,
    .button:focus {
        text-decoration: none;
        outline: none;
        box-shadow: none;
    } 

    button:focus,
    input:focus,
    input:focus,
    textarea,
    textarea:focus {
        outline: 0;
    }

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    color: #2c2c2c;
    margin-top: 0px;
    font-style: normal;
    
}

h1,
h2,
h3 {
    font-family: 'Poppins', sans-serif;
    margin-top: 0px;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: inherit;
    }

h1 {
    font-size: 50px;
    font-weight: 700;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

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

li {
    list-style: none;
}

 

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

a, div {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
 
*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #161616;
    font-size: 17px;
    opacity: 1;
}

*::placeholder {
    color: #161616;
    font-size: 17px;
    opacity: 1;
}
 
.wp-smart-loader {
    text-indent: -12345px;
}
 
 
 
 /*--------------------------------------------------------------
 * Theme Css Start
 *--------------------------------------------------------------
 */
 
 
.alltuchtopdown {
    -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation-duration: 3s;
}

.before-d-bg{position: relative;}
.before-d-bg:before  {
     -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation-duration: 3s;
}

.before-d-bg:before {     content: "";
    background-image: url(../images/dot.png);
    width: 98px;
    height: 120px;
    position: absolute;
    bottom: 0;
    left: -32px;
    z-index: -1;
       -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation-duration: 3s;
}

 
.po-icon {
    position: absolute;
    right: 20px;
    top: 20px;
}
.po-icon a {
    width: 50px;
    height: 50px;
    background: #e31c25;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;position: relative;
}
.testimonial-text {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
}
.po-icon a:before{    content: "";
    display: inline-block;
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    border-radius: inherit;
    border: 3px solid #e31c25;
    animation: btnIconRipple 2s cubic-bezier(.23,1,.32,1) both infinite;}

@keyframes btnIconRipple {0%{border-width:4px;transform:scale(1)}80%{border-width:1px;transform:scale(1.35)}to{opacity:0}}
 

.over-h {
    overflow: hidden;
}

.sub-banner{position: relative;}
.sub-banner:before{ content:"";background-color: transparent;
    background-image:linear-gradient(116deg, #000000 1%, #ffffff00 67%);
    opacity: 0.7;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;}
.sub-banner h1{font-family: "Poppins", Sans-serif;
    font-size: 50px;
    font-weight: 600;
    color: #FFFFFF;}

.currentm {
    width: 200px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    float: left;
    margin-left: 10px;
}
.return-home {
    padding: 10px 20px 10px 20px;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    background-color: #15363A;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #15363A;
    border-radius: 50px 50px 50px 50px;
    display: inline-block;
    margin-top: 30px;
    color: #fff;
}

    .return-home:hover {
        background-color: #ff194a;
        border-color: #ff194a;
        color: #fff;
    }

.error-title {
    font-size: 75px;
    color: #ff194a;
}
 .goals-box {
    min-height: 400px;
    background-size: cover;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}
.goals-box:before {
    content: "";
    position: absolute;
    background-color: transparent;
    background-image: linear-gradient(180deg, #002e4208 -7%, #e31c25 90%);
    width: 100%;
    height: 200px;
    bottom: 0;
    left: 0;
}
.goals-box:hover {
    box-shadow: 0px 10px 30px rgb(19 14 57 / 45%);
}
.goals-cont {
    position: absolute;
    bottom: 0;
    padding: 2rem;
    right: 0;
    left: 0;
}
.goals-cont h3{    margin-bottom: 10px;
    color: #fff;}
.goals-cont h3 a{    color: #fff;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;}
.goals-cont p{    color: #fff;margin-bottom: 0px;
    display: -webkit-box!important;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;font-weight: normal;
    letter-spacing: 0.5px;}

.goals-carousel .owl-nav {
    position: absolute;
    top: -8em;
    right: 0;
    margin-top: 20px;
    text-align: center;
}
.goals-carousel .owl-nav button {
   height: 55px!important;
    width: 55px!important;
    font-size: 24px!important;
    line-height: 55px !IMPORTANT;
    border-color: #FFFFFF !IMPORTANT;
    border: 1px solid #fff !IMPORTANT;
    margin-left: 0px;
    border-radius: 50%;
    color: #fff !IMPORTANT;
}
.goals-carousel .owl-nav button:last-child{margin-left: 10px;}
.goals-carousel .owl-nav button:hover{    background: #f94735 !important;
    border: 1px solid #f94735 !IMPORTANT;
    color: #0f313a !important;}

.stories-box {
    background: #fff;
    padding: 20px;
}
.stories-box h3 {
    font-size: 19px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
}
.stories-box p {
    color: #515151;
    margin-bottom: 0px;
    display: -webkit-box!important;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    font-weight: normal;
    letter-spacing: 0.5px;
    font-size: 15px;
}
.stories-box h3:before {
    content: "";
    position: absolute;
    width: 58px;
    height: 2px;
    background: #e31c25;
    bottom: 0;
}
.testimonial-author-content {
    background: #0f313a;
    padding: 30px;
    border-radius: 20px;
}
.client .owl-stage {
    padding-left: 0px !important;
}
.user-img-name {
    display: flex;
}
.user-img-name span {
    width: 95px;
    position: relative;
    padding: 5px;
    margin-right: 20px;
    height: 95px;
    border-radius: 50%;
}
.user-img-name span:before {
       content: "";
    position: absolute;
    width: 105px;
    height: 105px;
    background: transparent;
    left: -5px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    border: 2px dotted #f94735;
    -webkit-animation: rotate 9s linear infinite;
    -moz-animation: rotate 9s linear infinite;
    -ms-animation: rotate 9s linear infinite;
    -o-animation: rotate 9s linear infinite;
    animation: rotate 9s linear infinite;
}
.user-img-name span img {
    border-radius: 50%;
}
 
 .user-n h3 {
    font-size: 20px;
    margin-top: 20px;
    color: #f94735;
}
.user-n h5 {
    font-size: 15px;
    color: #ffffff;
    font-weight: normal;
}
.testimonial-text {
    margin-top: 20px;
}
.testimonial-text p {
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: normal;
    color: #ffffff;
    line-height: 25px;display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
.ts-testimonial-standard .owl-nav {
    position: absolute;
    top: inherit;
    left: 0;
    margin-top: 20px;
    text-align: center;
}
.ts-testimonial-standard .owl-nav button {
    height: 55px!important;
    width: 55px!important;
    font-size: 24px!important;
    line-height: 55px !IMPORTANT;
    border-color: #FFFFFF !IMPORTANT;
    border: 1px solid #fff !IMPORTANT;
    margin-left: 0px;
    border-radius: 0px;
    color: #fff !IMPORTANT;
}
.ts-testimonial-standard .owl-nav button:last-child{margin-left: 10px;}
.ts-testimonial-standard .owl-nav button:hover{background: #e31c25 !important;
    border: 1px solid #e31c25 !IMPORTANT;}
    .stories-carousel .owl-nav {
    position: absolute;
    top: inherit;
    left: 0;
    margin-top: 20px;
    text-align: center;
}
.stories-carousel .owl-nav button {
    height: 55px!important;
    width: 55px!important;
    font-size: 24px!important;
    line-height: 55px !IMPORTANT;
    border-color: #FFFFFF !IMPORTANT;
    border: 1px solid #fff !IMPORTANT;
    margin-left: 0px;
    border-radius: 0px;
    color: #fff !IMPORTANT;
}
.stories-carousel .owl-nav button:last-child{margin-left: 10px;}
.stories-carousel .owl-nav button:hover{background: #e31c25 !important;
    border: 1px solid #e31c25 !IMPORTANT;}
    .blog-box {
    position: relative;
    display: block;background-color: #f94735;
    margin-bottom: 0px; border-radius: 20px;
    padding: 15px;
}
 .blog-img img {
    border-radius: 15px;
}
.breadcrumb-link {
    text-align: left;
    float: left;
    font-size: 20px;
}
.breadcrumb-link a {
    color: #fff;
    position: relative;
    float: left;
}
.breadcrumb-link a:after {
    content: "\e606\e606";
    font-family: Simple-Line-Icons;
    font-size: 10px;
    letter-spacing: 0px !IMPORTANT;
    color: #ff194a;
}
.currentm {
    width: 200px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    float: left;
    margin-left: 10px;
}
.breadcrumb-link span {
    color: #fff;
    float: left;
}

.min-s-text span {
    color: #f94735;
    font-weight: bold;
}

@-webkit-keyframes loader-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes loader-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
.min-s-text span {
    color: #f94735;
    font-weight: bold;
}
.btn-bg a {
    background:#f94735;
    padding: 23px;
    border-radius: 50px;
    width: 80px;
    height: 80px;
    position: relative;
    margin-top: 20px;
    margin-left: 10px;
}
.btn-bg a:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background: transparent;
    left: -10px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    /* z-index: -1; */
    border: 2px dotted #f94735;
	-webkit-animation: rotate 9s linear infinite;
    -moz-animation: rotate 9s linear infinite;
    -ms-animation: rotate 9s linear infinite;
    -o-animation: rotate 9s linear infinite;
    animation: rotate 9s linear infinite;
}
 
 .before-after {
    position: relative;z-index: 9;
}
.before-after:after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background: #f94735;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    border-radius: 50%;
}
.before-after:before {
    content: "";
    position: absolute;
    width: 430px;
    height: 430px;
     top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    border-radius: 50%;
    background: transparent;    
    border: 2px dotted #0f313a;
    -webkit-animation: rotate 2s linear infinite;
    -moz-animation: rotate 2s linear infinite;
    -ms-animation: rotate 2s linear infinite;
    -o-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
}
.btn-bg-y a {
    position: relative;
    z-index: 9;
    padding: 6em;
}
.btn-bg-y a:after {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    background: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    border-radius: 50%;
}
.btn-bg-y a:before {
    content: "";
    position: absolute;
    width: 290px;
    height: 290px;
     top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    border-radius: 50%;
    background: transparent;    
    border: 3px dotted #fff;
    -webkit-animation: rotate 2s linear infinite;
    -moz-animation: rotate 2s linear infinite;
    -ms-animation: rotate 2s linear infinite;
    -o-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
}
.text-left-co span.elementor-counter-number-prefix {
    display: none;
}
.text-left-co .elementor-counter-title {
    text-align: left !important;
    position: relative;    padding-top: 20px;
}
 
 
 
.ser-po-icon {
    width: 145px;
    height: 145px;
    display: block;
    margin: auto;
    position: relative;
    background: red;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
}
.service-list {
    background: #f94735;
    padding: 25px 20px 10px 20px;
    border-radius: 100px 100px 0px 0px;
    overflow: hidden;
    position: relative;
}
.service-cont-l h3 {
    font-size: 19px;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 20px;
}
.ser-po-icon:before {
    content: "";
    position: absolute;
    width: 165px;
    height: 165px;
    background: transparent;
    left: -10px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    border: 2px dotted #0f313a;
    -webkit-animation: rotate 9s linear infinite;
    -moz-animation: rotate 9s linear infinite;
    -ms-animation: rotate 9s linear infinite;
    -o-animation: rotate 9s linear infinite;
    animation: rotate 9s linear infinite;
}
.service-cont-l h3 a {
    color: #171717;
    font-weight: 600;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
.service-cont-l h3 a:hover{color: #0f313a;}
.service-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -7em;
}
.service-carousel .owl-nav button {
    height: 55px!important;
    width: 55px!important;
    font-size: 24px!important;
    line-height: 55px !IMPORTANT;
    border-color: #FFFFFF !IMPORTANT;
    border: 1px solid #fff !IMPORTANT;
    margin-left: 0px;
    border-radius: 50%;
    color: #fff !IMPORTANT;
}
.service-carousel .owl-nav button:last-child{margin-left: 10px;}
.service-carousel .owl-nav button:hover{background: #f94735 !important;
    border: 1px solid #f94735 !IMPORTANT;color: #0f313a !important;}
 .client .owl-nav {
    position: absolute;
    left: -22%;
    bottom: 5%;
}    
.client .owl-nav button {
       height: 55px!important;
    width: 55px!important;
    font-size: 24px!important;
    line-height: 55px !IMPORTANT;
    border-color: #0f313a !IMPORTANT;
    border: 1px solid #0f313a !IMPORTANT;
    margin-left: 0px;
    border-radius: 50%;
    color: #ffffff !IMPORTANT;
    background: #0f313a !important;
}
.client .owl-nav button:last-child{margin-left: 10px;}
.client .owl-nav button:hover{background: #f94735 !important;
    border: 1px solid #f94735 !IMPORTANT;color: #0f313a !important;}
    
 .blog-body .meta-date-text {
    color: #0f313a;
    font-size: 14px;
}
.blog-body {
    padding-top: 20px;
}
.blog-body .entry-title {
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 20px;display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
.blog-body .entry-title a {
    font-size: 19px;
    line-height: 11px;
    font-weight: 500;
}
.blog-box:hover .entry-title a {
    color: #0f313a;
}
.btn-bg a:hover {
    background: #f94735;
}   
.btn-bg a:hover::before {
    border-color: #f94735;
}
    
.btn-bg-y a:hover::after {
    background: #0f313a;
}       
  .btn-bg-y a:hover::before {
    border-color: #0f313a;
} 
::before, ::after {    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;}   
.btn-bga {
    width: 50px;
    height: 50px;
    display: block;
    padding: 12px;
    background: #0f313a;
    border-radius: 50%;
    position: relative;
}
.btn-bga:before {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    background: transparent;
    left: -10px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    /* z-index: -1; */
    border: 2px dotted #0f313a;
    -webkit-animation: rotate 9s linear infinite;
    -moz-animation: rotate 9s linear infinite;
    -ms-animation: rotate 9s linear infinite;
    -o-animation: rotate 9s linear infinite;
    animation: rotate 9s linear infinite;
}
.btn-blog {
    padding-left: 15px;
    margin-top: 15px;
    display: inline-block;
}    
    
 .btn-bga:hover {
    background: #343434;
}   
.btn-bga:hover::before {
    border-color: #343434;
}   
 .before-bg-o:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 71%;
    background: #0f313a;
    top: 0;
}   
    
   .bg-half:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 56%;
    background: #0f313a;
    top: 0;
    z-index: -11;
    left: 0;
    right: 0;
}
.preloader {
    background-color: #0f313a !IMPORTANT;
    opacity: 1;
}
.double-bounce1, .double-bounce2 {
    background-color: #ffffff !important;
    opacity: 0.9 !IMPORTANT;
}

.wpcf7-form-control-wrap {
    width: 100%;
}
.wpcf7-form-control {
    width: 100%;
    padding: 10px !IMPORTANT;
    height: 55px;
    border: 1px solid #dddddd;
}
.wpcf7-textarea {
    height: 150px;border: 1px solid #dddddd;
}
.wpcf7-form-control-wrap .wpcf7-submit:hover {
     color:#fff;
    background: #000 !important;
}
.wpcf7-form-control-wrap .wpcf7-submit {
    background-color: #0f313a !important;
    color: #fff !IMPORTANT;
    font-size: 19px;
    cursor: pointer;
    font-weight: 600;border: none !IMPORTANT;
}
.class-list {
    position: relative;
    display: block;
    background-color: #ffffff;
    margin-bottom: 0px;
    border-radius: 20px;
    padding: 15px;
    border: 1px solid #ededed;
   
}
.class-list:hover{ box-shadow: 0px 3px 19px -5px #00000030;background-color: #f94735;}
.class-po-icon img {
    border-radius: 15px;
    margin-bottom: 18px;
}
.class-cont-l h3 {
     margin-bottom: 10px;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
.class-box:hover .class-cont-l h3 a  {
    color: #0f313a;
}
.class-cont-l h3 a {
    font-size: 19px;
    line-height: 11px;
    font-weight: 500;
}
.class-list:hover .class-cont-l h3 a {
    color: #0f313a;
}
.class-cont-l p {
   font-size: 15px;
    line-height: 24px;
    color: #393939;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    font-weight: 400;
    margin-bottom: 8px;
}
.class-cont-l {
    padding-bottom: 15px;
}
.sub-banner {
    position: relative;
    padding: 9em 0em 9em 0em;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.mail-f {
    padding: 25px;
    background: #f94735;
    border-radius: 15px;
     
}
.head-title h3 {
    font-size: 23px;
    font-weight: 600;
}