body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-weight: 400;
    color: var(--thm-black);
    font-size: 16px;
    letter-spacing: normal;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
}

/*---------------------------------------------
    color code (orange) : #f25c00
    color code (black) : #000
---------------------------------------------*/
:root {
    --body-font: 'Poppins', sans-serif;
    --thm-primary: #2c5f2c;
    --thm-secondary: #fbce0a;
    --thm-black: #000000;
    --thm-white: #fff;
    --thm-gray-bg: #ededed;

}
/*font size*/
h1 {
    font-size: 45px;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 35px;
    color: var(--thm-primary);
}
h4 {
    font-size: 30px;
}
h5 {
    font-size: 25px;
}
h6 {
    font-size: 20px;
}
/*//font size*/
a {
  font-weight: 400;
  color: inherit;
  text-decoration: none;
  transition: all .3s ease;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
ul,
ol {
  list-style-type: none;
}
ol, ul {
  padding-left: 0;
  margin-bottom: 0;
}
button {
    transition: all .3s ease;
}
.gray-bg {
  background: var(--thm-gray-bg);
}
.section-pad {
    padding: 60px 0;
}
.pad-top {
  padding-top: 60px;
}
.pad-bottom {
  padding-bottom: 60px;
}
.pad-top-half {
  padding-top: 30px;
}
.pad-bottom-half {
  padding-bottom: 30px;
}
.container-fluid {
    padding-left: 80px;
    padding-right: 80px;
}

/*main heading start*/
.center-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 11;
}

.main-heading span {
    color: #C6C6C6;
    margin-bottom: 15px;
    display: block;
}
.main-heading {
    padding: 40px 0;
}
.main-heading h2, .main-heading h3, .main-heading h4 {
    font-size: 34px;
    line-height: 45px;
    font-weight: 700;
    margin-bottom: 10px;
    max-width: 50vw;
}
.main-heading p {
    margin-bottom: 0;
    max-width: 50vw;
    display: inline-block;
    color: #707070;
}
/*main heading end*/

/*---- button area start ----*/
.mt-btn {
    margin-top: 20px;
}
.mb-btn {
    margin-bottom: 20px;
}
.main-btn a, .main-btn button {
    border: none;
    font-size: 18px;
    font-weight: 600;
    min-width: 160px;
    width: fit-content;
    padding: 15px 0;
    display: inline-block;
    text-align: center;
    border-radius: 30px;
}
.main-btn a:hover {
    text-decoration: none;
    display: inline-block;
}
/*black btn start*/
.main-btn.black-btn a {
    background-color: var(--thm-primary);
    color: #ffffff;
}
.main-btn.black-btn a:hover {
    background-color: var(--thm-secondary);
    color: #ffffff;
}

/*black btn start*/
.main-btn.black-btn button {
    background-color: var(--thm-primary);
    color: #ffffff;
    width: 100%;
}
.main-btn.black-btn button:hover {
    background-color:var(--thm-secondary);
    color: #ffffff;
}


/*---- button area start ----*/
.full-text{
    display:none;
}

/*----------------------------------------------------
                  header section
----------------------------------------------------*/
.logo-desk {
    padding-left: 5px !important;
}
.header-padding {
    padding-top: 100px;
}
.header-action {
    display: flex;
    align-items: center;
}
.logo-desk img {
    height: 40px;
    width: auto;
}
.heade-icon i {
    color: #000;
    font-size: 25px;
}
.logo-desk {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.sub_menu li a:before {
    content: "";
    display: none;
}
.mega_menu.sub_menu a:before{
    content: "";
    display: none;
}
.center-menu {
    text-align: center;
}
.right-absolute {
    position: absolute;
    right: 80px;
    top: 16px;
}
.right-btn .login {
    background: var(--thm-white);
    padding: 10px 15px;
    border-radius: 6px;
}
.right-btn .login:hover {
    background: var(--thm-primary);
    color: var(--thm-white);
}

.black-nav {
    position: relative;
   
    height: auto;
}

.short-banner{
    position: relative;
    height: 250px;
    background-image: url("../images/banner/banner-2.jpg");
    display: flex;
    justify-content: center;
    align-items: center;

}


.short-banner h1{
    color:#fff;
    z-index: 1;
    font-size: 32px;
}




/*---- footer start ----*/
.footer-section {
    padding: 60px 0;
    margin: 0 auto;
       background: var(--thm-primary);
    width: 97%;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
}
.footer-inline {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.head-1 {
    font-size: 24px;
    letter-spacing: .02083em;
    line-height: 1.5em;
    color: #ffffff;
    margin: 0 0 33px 0;
    font-weight: 600;
    text-transform: uppercase;
}
.footer-head h6 {
    font-size: 24px;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 600;
}
.footer-link li {
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #ffffff;
    position: relative;
}
.footer-link a {
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #ffffff;
    position: relative;
    margin-bottom: 10px;
    display: block;
}
.inline-footer-link {
    display: flex;
    justify-content: space-between;
    width: 100%;
    column-gap: 50px;
}
.footer-link-item {
    width: 25%;
}
.footer-link-item:first-child {
    width: 40%;
    padding-right: 70px;
}
.footer-copyright {
    background: var(--thm-primary);
    padding: 20px;
    text-align: center;
    color: #fff;
     width: 97%;
    margin: auto;
}
.footer-copyright .container-fluid{

    border-top: 1px solid #ffffff69;
    padding-top: 12px;
    color:#ffffff69;
}
/*---- footer end ----*/


/*---- courses section start ----*/
.course-area .container-fluid{
    padding-left: 200px;
    padding-right: 200px;
}
.course-item {
    text-align: center;
    display: block;
    background: var(--thm-primary);
    box-shadow: 0px -4px 4px 0px #0000003d;
    padding: 20px 20px;
    color: #fff;
    min-height: 360px;
    max-height:700px;
}
.course-item:hover {
    background: var(--thm-secondary);
}
.course-item:hover h6, .course-item:hover p {
    color: #000;
}
.view-more-button , .view-less-button{
    color: #fff;
    font-weight:500;
    cursor: pointer;
}
.download-app .mobile-app-image{
    display: flex;
    justify-content: center;
}
.download-app .mobile-app-image img{
    width: 100%;
}
.download-app{
       margin: 50px 0;
}


.course-item p {
    font-size: 14px;
}
.course-icon img {
    width: auto !important;
    height: 80px !important;
}
.course-item:hover .course-icon .normal-icon{
    display: none;
}
.course-item:hover .course-icon .hover-icon{
    display: block;
}
.course-item .course-icon .hover-icon{
    display: none;
}
.course-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.course-area:before, .course-area:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}
.course-area:before {
    left: 0;
    top: 0;
    background-image: url(../images/shape-img/Mask-Group-7.png);
    background-position: top left;
}
.course-area:after {
    right: 0;
    bottom: 0;
    background-image: url(../images/shape-img/Mask-Group-8.png);
    background-position: bottom right;
}

.course-item:hover .view-more-button {
    color: #fff;
}

/*---- courses section end ----*/



/*---- about section start ----*/
.about-img img {
    width: auto;
    height: 400px;
}
.about-content h3 {
    font-size: 34px;
    line-height: 45px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 15px;
}
.about-content p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
}
/*---- about section end ----*/



/*---- why section start ----*/

.why-content {
    padding-left: 100px;
    position: relative;
    z-index: 9;
}
.why-content h4 {
    font-size: 34px;
    line-height: 45px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 15px;
}
.why-content p {
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 25px;
}
.why-join-area {
    background-image: linear-gradient(to right, #ffc10780 , #cdcdcd);
}
.why-join-area:before, .why-join-area:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}
.why-join-area:before {
    left: 0;
    top: 0;
    background-image: url(../images/shape-img/Mask-Group-3.png);
    background-position: top left;
}
.why-join-area:after {
    right: 0;
    bottom: 0;
    background-image: url(../images/shape-img/Mask-Group-4.png);
    background-position: bottom right;
}
.why-btn {
    border: 2px solid var(--thm-primary);
    font-size: 18px;
    font-weight: 400;
    width: fit-content;
    padding: 12px 25px;
    display: inline-block;
    text-align: center;
    border-radius: 30px;
}
.circle-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
}
.circle-section {
    display: flex;
    align-items: center;
    flex-direction: column;
    column-gap: 10px;
    row-gap: 10px;
    position: relative;
    z-index: 9;
}
.circle-box {
    display: flex;
    align-items: center;
    column-gap: 10px;
    row-gap: 10px;
}
.circle-text span {
    display: block;
    font-size: 10px;
    line-height: 15px;
    font-weight: 300;
    margin-top: 6px;
}
.circle-item img {
    width: auto;
    height: 150px;
}
.circle-text {
    position: absolute;
    color: #fff;
    font-size: 24px;
    text-align: center;
    width: 100%;
}
.circle-section .circle-box .circle-item:nth-child(1) .circle-text {
    left: 10px;
    bottom: 30px;
}
.circle-section .circle-box .circle-item:nth-child(2) .circle-text {
    right: 5px;
    bottom: 30px;
}
.circle-section .circle-box:nth-child(2) .circle-item:nth-child(1) .circle-text {
    right: 5px;
    top: 30px;
}
.circle-section .circle-box:nth-child(2) .circle-item:nth-child(2) .circle-text {
    right: 15px;
    top: 30px;
}

/*---- why section end ----*/



/*---- contact section start ----*/

.contact-page .contact-area{
    width:100%;
    background:#fff;
    border-radius:0;
}
.contact-area {
    background: #2c5f2c38;
    margin-top: 60px;
    width: 97%;
    margin: auto;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    margin-bottom: 30px;}
    
    .contact-area.home-contact-area {
    background: #2c5f2c38;
    width:100%;
    border-radius:0;
}
.img-contact img {
    width: auto;
    height: 300px;
    position: relative;
    z-index: 11;
    margin-top: 15px;
}
.contact-area:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}
.contact-area:before {
    left: 0;
    top: 0;
    background-image: url(../images/shape-img/Mask-Group-6.png);
    background-position: top left;
}
.contact-content h3 {
    font-size: 34px;
    line-height: 45px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
}
.contact-content h6 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    margin-bottom: 10px;
}
.contact-content p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
}
.contact-content a {
    font-size: 22px;
    font-weight: 700;
    color: var(--thm-primary);
}
.contact-content, .contact-form-area {
    position: relative;
    z-index: 11;
}
.contact-form-area {
    background: #ffffff;
    padding: 30px;
    border-radius: 30px;
    box-shadow: 0 0 8px 0 #00000015;
}
.contact-form-area .form-control {
    height: 60px;
    border-radius: 15px;
    border-color: #707070;
    padding: 15px;
    outline: 0;
}
.contact-form-area label {
    font-size: 18px;
    margin-bottom: 15px;
}
.contact-form-area .form-group {
    margin-bottom: 15px;
}
.contact-btn button {
    border-radius: 10px;
    width: 60%;
    height: 60px;
}
.contact-content ul li{
    
    position:relative;
    padding-left:25px;
    
}
.contact-content ul li+li{
    margin-top:10px;
}
.contact-content ul li i{
    
    position:absolute;
    left:0;
    top:5px;
    
}

.contact-content ul li a {
    font-size: 17px;
    font-weight: 600;
    color: var(--thm-primary);
}
/*---- contact section end ----*/



/*---- testimonial section start ----*/
.box-item .client-profile img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 15px;
}
.client-profile h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}
.client-profile span {
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 3px;
    display: block;
}
.testimonial-area {
    display: flex;
    align-items: center;
}
.box-item {
    text-align: center;
    border-right: 1px solid #dee2e6;
    padding-right: 20px;
    margin-right: 20px;
}
.testimonial-area .box-item:last-child {
    border-right: 0 solid #dee2e6;
}
.client-profile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.review-area i {
    color: #ffc600;
    font-size: 10px;
    margin-bottom: 10px;
}
.testimonial-area .box-item p {
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    line-height: 20px;
}
.testimonial-section {
    padding-bottom: 80px;
}
.contact-form-area .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #707070;
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(242 92 0);
}

/*---- testimonial section end ----*/


.login-btn {
    color: #000 ;
    border: 1px solid;
}
.login-btn:hover {
    background-color: transparent !important;
    height: 40px;
    color: #000 !important;
    border-bottom: 6px solid #2c5f2c;
}

/*details start*/
.details-content h2, .details-content h3, .details-content h4{
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
}
.details-head h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
}
.details-head p {
    font-size: 24px;
    text-decoration: underline;
    color: var(--thm-primary);
    margin-bottom: 20px;
}
.details-img img {
    width: auto;
    height: 600px;
}
.details-content ul {
    padding-left: 16px;
    margin-bottom: 15px;
}
.details-content ul li {
    font-size: 16px;
    line-height: 30px;
    list-style: disc;
    margin-bottom: 10px;
}
.details-content p {
    font-size: 16px;
    line-height: 30px;
}
.queries-area .contact-form-area .form-control {
    height: 40px;
    border-radius: 10px;
}
.queries-area .contact-form-area {
    padding: 20px;
    border-radius: 10px;
}
.queries-area .contact-btn button {
    width: 100%;
    height: 40px;
    font-size: 16px;
    line-height: 0;
}
.queries-area .contact-form-area label {
    font-size: 16px;
    margin-bottom: 5px;
}
.queries-area .contact-form-area .form-group {
    margin-bottom: 10px;
}
/*details end*/


/*tab area start*/
.tab-box {
    border: 1px solid #707070 !important;
    margin-left: 0;
    margin-bottom: 30px;
}
.tab-head {
    background: var(--thm-black);
    height: 70px;
    position: relative;
}
.tab-head span {
    position: absolute;
    right: 15px;
    bottom: 10px;
    color: #fff;
    font-size: 14px;
}
.tab-head h4 {
    font-size: 24px;
    color: #fff;
    line-height: 70px;
    text-align: center;
    margin: 0;
}
.tab-text h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 40px;
}
.tab-space {
    padding: 30px;
}
.tab-text p {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 26px;
}
.tab-text h4 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 15px;
}
.tab-text ul {
    padding-left: 30px;
}
.tab-text ul li {
    list-style: disc;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 30px;
}
.tab-text ul li:last-child {
    margin-bottom: 0;
}
.left-head {
    background: var(--thm-primary);
    color: #ffffff;
    font-size: 26px;
    height: 70px;
    font-weight: 600;
    line-height: 70px;
    text-align: left;
    padding: 0 15px;
}
.set-tab .head {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 34px;
    position: relative;
    padding-left: 55px;
}
.set-tab .head span {
    position: absolute;
    left: 0;
}
.set-tab.tab-text ul li {
    list-style: none;
    position: relative;
    padding-left: 35px;
}
.set-tab.tab-text ul {
    padding-left: 0;
}
.set-tab.tab-text li i {
    position: absolute;
    left: 0;
    top: 6px;
}
/*tab area end*/


/*tab area end*/
.choose-question [type="radio"]:checked,
.choose-question [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.choose-question [type="radio"]:checked + label,
.choose-question [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    display: inline-block;
}
.choose-question [type="radio"]:checked + label:before,
.choose-question [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    border: 2px solid #000000;
    border-radius: 100%;
    background: #fff;
}
.choose-question [type="radio"]:checked + label:after,
.choose-question [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #000000;
    position: absolute;
    top: 8px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.choose-question [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.choose-question [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.choose-question label span {
    font-size: 18px;
    color: #000;
    line-height: 28px;
    position: relative;
    top: -2px;
}
.choose-question .form-group {
    margin-bottom: 10px;
}
.choose-question .form-group:last-child {
    margin-bottom: 0;
}
.set-tab {
    padding: 30px;
}
.tab-btn {
    padding-left: 30px;
    padding-bottom: 30px;
}
.text-box h6 {
    font-size: 24px;
}
.text-box h6 img {
    margin-left: 10px;
    height: 34px;
}
.gray-box {
    background: #e9e9e9;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 22px;
    font-weight: 600;
    color: var(--thm-primary);
    width: fit-content;
    display: inline-block;
}
.submit-box {
    padding: 40px 30px;
}
.submit-width.modal {

}
.score {
    font-size: 20px;
    margin-top: 15px;
    text-align: center;
    margin-bottom: 15px;
}
.text-box {
    display: inline-block;
    margin-bottom: 5px;
}
.score span {
    font-size: 24px;
    color: #27ae60;
}
.right-btn {
    background: var(--thm-primary);
    padding: 10px 25px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 400;
    color: var(--thm-white);
    width: fit-content;
}
.right-btn:hover {
    background: var(--thm-primary);
    color: var(--thm-white);
}


/* Service page start */


a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-heading h3 {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  
}

.site-heading h2 span {
  color: var(--thm-primary);
}

.site-heading h4 {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.site-heading h4::before {
  background: var(--thm-primary) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px 0;
  padding: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid;
  height: 15px;
  margin: 0 5px;
  width: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
  background: var(--thm-primary) none repeat scroll 0 0;
  border-color: var(--thm-primary);
}

.we-offer-area .item {
  background: #ffffff none repeat scroll 0 0;
  border-left: 2px solid var(--thm-primary);
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  overflow: hidden;
  padding: 30px;
  position: relative;
  z-index: 1;
}
.we-offer-area.text-center .item img{
    width: 55px;
    height: 55px;
}
/*.we-offer-area.text-center .item img:hover{*/
/*    border: 2px solid var(--thm-white)*/
/*}*/
.we-offer-area.text-center .item {
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  padding: 67px 40px 64px;
  max-height: 258px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.we-offer-area.text-center .item i {
  color: #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffffff;
  font-size: 40px;
  height: 80px;
  line-height: 80px;
  position: relative;
  text-align: center;
  width: 80px;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  margin-bottom: 25px;
}

.we-offer-area.text-center .item i::after {
  border: 2px solid var(--thm-primary);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 90px;
  left: -5px;
  position: absolute;
  top: -5px;
  width: 90px;
  z-index: -1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area.item-border-less .item {
  border: medium none;
}

.we-offer-area .our-offer-items.less-carousel .equal-height {
  margin-bottom: 30px;
}

.we-offer-area.item-border-less .item .number {
  font-family: "Poppins",sans-serif;
  font-size: 50px;
  font-weight: 900;
  opacity: 0.1;
  position: absolute;
  right: 30px;
  top: 30px;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
.we-offer-area.center-active .single-item:nth-child(2n) .item {
  background: var(--thm-primary) none repeat scroll 0 0;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
.we-offer-area.center-active .single-item:nth-child(2n) .item i,
.we-offer-area.center-active .single-item:nth-child(2n) .item h4,
.we-offer-area.center-active .single-item:nth-child(2n) .item p {
  color: #ffffff;
}

.we-offer-area .item i {
  color: var(--thm-primary);
  display: inline-block;
  font-size: 60px;
  margin-bottom: 20px;
}

.we-offer-area .item h4 {
  font-weight: 600;
  text-transform: capitalize;
      position: absolute;
    bottom: 20px;

}

.we-offer-area .item p {
  margin: 0;
}

.we-offer-area .item i,
.we-offer-area .item h4,
.we-offer-area .item p {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  font-size: 16px;
}

.we-offer-area .item::after {
  background: var(--thm-primary) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: -1;
}

.we-offer-area .item:hover::after {
  left: 0;
}

.we-offer-area .item:hover i,
.we-offer-area .item:hover h4,
.we-offer-area .item:hover p {
  color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i::after {
  border-color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i {
  background-color: #ffffff !important;
  color: var(--thm-primary) !important;
}

.we-offer-area.text-left .item i {
  background: var(--thm-primary) none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 60px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 30px;
  position: relative;
  width: 100px;
  z-index: 1;
  text-align: center;
}

.we-offer-area.text-left .item i::after {
  border: 2px solid var(--thm-primary);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 120px;
  left: -10px;
  position: absolute;
  top: -10px;
  width: 120px;
}


.about-sec p{
    text-align: justify;
    margin-top: 10px;
}

.why-choose-us p{
    text-align: justify;
    margin-top: 10px;
}

/* .banner #imageContainer {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    overflow-x: hidden;
    background-image: url('assets/images/banner/banner-3.jpg');
    background-size: cover;
} */

.image {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.circle {
    position: absolute;
    width: 111px;
    height: 111px;
    border-radius: 50%;
    opacity: 1;
    pointer-events: none;
    transition: transform 3s cubic-bezier(.02, 1.23, .79, 1.08);
    transform: translate(-50%, -50%)scale(0);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    z-index: 2;

    background-repeat: no-repeat;
    background-position: center;

}

.circle::before {
    position: absolute;
    content: '';
    min-width: 130px;
    height: 130px;
    border: 1px dashed gray;
    border-radius: 1000px;
    -webkit-animation: rotate 12s linear infinite;
}

.slider-item1.slick-slide {
    margin: 50px 0;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}
/*Set Root property when moving into css file*/
:root {
    --coordination: 0px 0px;
 
}


.circle-enter-active {
    animation: .2s circle reverse;
}

@keyframes circle {
    0% {
        clip-path: circle(75%);
    }

    100% {
        clip-path: circle(0%  at var(--coordination));
    }
}
.banner .banner-text-top {
position: absolute;
top: 65%;
left: 50%;
transform: translate(-50%, -50%);
width: auto;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
text-transform:uppercase;
}
.scroller {
height: 55pt;
line-height: 55pt;
overflow: hidden;
margin-left: 5px;
}
.scroller .inner {
animation: 30s normal infinite running scroll;
}
@keyframes scroll{
    0% {
        margin-top: 0px;
    }
    5%{
        margin-top: 0px;
    }
    8%{
        margin-top: -55pt;
    }
    13%{
        margin-top: -55pt;
    }
    16%{
        margin-top: -110pt;
    }
    21%{
        margin-top: -110pt;
    }
    24%{
        margin-top: -165pt;
    }
    29%{
        margin-top: -165pt;
    }
    32%{
        margin-top: -220pt;
    }
    37%{
        margin-top: -220pt;
    }
    40%{
        margin-top: -275pt;
    }
    45%{
        margin-top: -275pt;
    }
    48%{
        margin-top: -330pt;
    }
    53%{
        margin-top: -330pt;
    }
    56%{
        margin-top: -385pt;
    }
    61%{
        margin-top: -385pt;
    }
    66%{
        margin-top: -440pt;
    }
    69%{
        margin-top: -440pt;
    }
    72%{
        margin-top: -495pt;
    }
    77%{
        margin-top: -495pt;
    }
    80%{
        margin-top: -550pt;
    }
    83%{
        margin-top: -550pt;
    }
    88%{
        margin-top: -605pt;
    }
    91%{
        margin-top: -605pt;
    }
    96%{
        margin-top: -660pt;
    }
    98%{
        margin-top: -660pt;
    }
    100%{
        margin-top: 0;
    }
}
.fixed-text h1 {
font-size: 80px;
font-weight: 500;
color: #fff;
text-shadow: 0 0 5px rgb(0 0 0 / 50%);
margin: 0;
text-align: center;
}
.banner-text-top .scroller .inner div {
font-size: 58px;
font-weight: bold;
color: #fff;
text-shadow: 0 0 5px rgb(0 0 0 / 50%);
text-align: center;
}
.banner #imageContainer {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    overflow-x: hidden;
    background-image: url("../images/banner/banner-two.jpg");
    background-size: cover;
}
.contact-form-area .error{
    color: red;
    /* margin: 10px; */
}
.group-2{
    margin-bottom: 0 !important;
}
.heading{
    display: flex;
    justify-content: center;
}
.heading h1{
    color: #fff;
    position: absolute;
    top: 50%;
    font-size: 29px;
    text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
    text-transform: uppercase;
    font-family: monospace;
    font-weight: 600;
}
#wrap{
    position: relative;
}
header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 85px;
}
header.scroll {
    background-color: #ffffff;
    color: #323232;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 4%);
    position: fixed;
    z-index: 99999;
}
.custom-header {
    position: relative;
    top: 0;
    width: 100%;
    height: 75px;
    backdrop-filter: blur(8px);
    z-index: 999;
    border: 0;
    background: #0000001a;
    padding-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-header{
    background: #0000001a;
    backdrop-filter: blur(20px);
}

.short-banner{
    margin-top: 75px;
}
.download-app .content-md{
    display: flex;
    align-items: center;
}
.download-app .head-black{
      font-size: 25px;
  
    margin-bottom: 22px;
    text-transform: uppercase;
    font-family: monospace;

}
.download-app .head-green{
    font-size: 37px;
    font-weight: 600;
    color: var(--thm-primary);
    margin-bottom: 30px;
}
.download-app .normal{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
}
.download-app .content-md a img{
    max-width: 200px;
    height: auto;
    width: 200px;
}

.we-offer-area .equal-height .white-img{
    display:none;
}
.we-offer-area .equal-height:hover .white-img{
    /*transition: all 0.35s ease-in-out;*/
    display:block;
    background-color: var(--thm-primary);
}
.we-offer-area .equal-height .black-img{
    display:block;
    
}
.we-offer-area .equal-height:hover .black-img{
    display:none;
}
.we-offer-area .equal-height:hover .images-icon{
    border: 2px solid #fff;
    background-color: var(--thm-primary);
    
}
.images-icon{
    border: 2px solid #000;
    border-radius: 50%;
    position: relative;
    padding: 18px;
}
.google-play{
    top: 20px;
}