﻿@charset "utf-8";

body {
    margin: 0;
    padding: 0;
    font-family: 'Barlow' !important;
    color: #000000;
    font-size: 16px !important;
}

/*-----------Base Css End----------*/
p {
    line-height: 30px;
    font-size: 16px;
    margin: 0;
}
a{text-decoration:none;}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;margin-bottom: 0;
}
h1{
    font-size:72px;
    text-transform:uppercase;
    line-height:80px;color: #0080f8;
}
h3{
    font-size: 42px;
    line-height: 50px;
    text-transform: capitalize;
}
ul {
    margin: 0 !important;
    padding: 0;
}

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

a:hover {
    text-decoration: none !important;
    transition: 0.4s;
}

input:focus,
textarea:focus,
select:focus {
    outline: none !important;
}

button:focus,
textarea:focus,
select:focus {
    outline: none !important;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Bold.woff2') format('woff2'),
      url('../fonts/Barlow-Bold.woff') format('woff'),
      url('../fonts/Barlow-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-SemiBold.woff2') format('woff2'),
      url('../fonts/Barlow-SemiBold.woff') format('woff'),
      url('../fonts/Barlow-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Medium.woff2') format('woff2'),
      url('../fonts/Barlow-Medium.woff') format('woff'),
      url('../fonts/Barlow-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Regular.woff2') format('woff2'),
      url('../fonts/Barlow-Regular.woff') format('woff'),
      url('../fonts/Barlow-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*-----------Base Css End----------*/
.container{max-width: 1200px;}
.max-container{max-width: 1460px;}
.header-rw .bg-light{background: none !important;position: absolute;left: 0;right: 0;top: 0;z-index: 999;padding: 15px 0;}
.header-rw .navbar-light .navbar-nav .nav-link{color: #ffffff;text-transform: capitalize;font-weight: 500;margin-left: 15px;font-size: 16px;}
.header-rw .navbar-light .navbar-nav .nav-link:hover, .header-rw .navbar-light .navbar-nav .nav-link.active{color: #ffbc4f;}
.header-rw.scrolled .navbar-light .navbar-nav .nav-link{color: #000000;}
.main-btn{border:none;display: inline-block;font-weight: 600;font-size: 15px;text-align: center;background-color: #ffbc4f;color: #ffffff;border-radius: 36px;padding: 7px 24.3px 7px;text-transform: capitalize;font-size: 16px;transition: ease-in-out 0.5s;}
.main-btn:hover{background-color: #ffbc4f;color: #ffffff;}
.banner-area{overflow: hidden;position: relative;z-index: 1;}
.tpbanner__sub-title {position: relative;}
.banner_img{height: 100%;position: relative;}
.banner_img::after{background: rgba(0, 0, 0, 0.5);position: absolute;left: 0;width: 100%;top: 0;height: 100%;content: '';}
.banner_img img{width: 100%;height: 100%;object-fit: cover;}
.banner-area .container{height: 100%;position: absolute;left: 0;top: 0;right: 0;display: flex;justify-content: center;align-items: center;width: 100%;z-index: 2;}
.mb-15 {margin-bottom: 15px;}
.tpbanner__sub-title span {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 50%;
    transform: translateY(-55%);
    font-weight: 600;
    font-size: 16px;
    color: #ffbc4f;
    display: inline-block;
}
.text-shape{opacity: 0.2;filter: invert(1);}
.tpbanner__title {
    font-size: 100px;
    font-weight: 700;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-transform: capitalize;
    line-height: 1;
    background-image: -webkit-linear-gradient(291.09deg, #ffbc4f 27.31%, #ffffff 73.17%);
    background-image: -moz-linear-gradient(291.09deg, #ffbc4f 27.31%, #ffffff 73.17%);
    background-image: -ms-linear-gradient(291.09deg, #ffbc4f 27.31%, #ffffff 73.17%);
    background-image: -o-linear-gradient(291.09deg, #ffbc4f 27.31%, #ffffff 73.17%);
    background-image: linear-gradient(291.09deg, #ffbc4f 27.31%, #ffffff 73.17%);
    -moz-animation: sliderTitle3 2s ease-in-out 1s forwards infinite alternate;
    -webkit-animation: sliderTitle3 2s ease-in-out 1s forwards infinite alternate;
    animation: sliderTitle3 3s ease-in-out 1s forwards infinite alternate;
    background-size: 150% 150%;
}
.pb-10 {
    padding-bottom: 10px;
}
.mb-25 {
    margin-bottom: 25px;
}
.tpbanner__content{position: relative;z-index: 1;height: 70vh;}
.tpbanner__content p {
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 0.02em;
    font-weight: 400;
}
.tpbanner__form {
    background-color: #ffffff;
    box-shadow: 0px 20px 40px rgba(37, 9, 62, 0.1);
    border-radius: 6px;
    padding-right: 8px;
}
.tpbanner__input{
    position: relative;
}
.tpbanner__input:first-child::before, .tpbanner__input:nth-child(2)::before {
    position: absolute;
    content: "";
    height: 28px;
    width: 1px;
    background-color: rgba(43, 32, 63, 0.14);
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 1;
}
.tpbanner__input input {
    height: 60px;
    padding: 5px 20px 5px 53px;
    background-color: #ffffff;
    border: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 12px;
    width: 100%;
}
.tpbanner__input:first-child input {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 6px;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.tpbanner__input div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
}
.tpbanner-shape-one {
    position: absolute;
    top: 170px;
    left: 140px;
}
.tpbanner-shape-three {
    position: absolute;
    bottom: 190px;
    right: 175px;
    width: 100px;
}
.tpbanner-shape-four {
    position: absolute;
    bottom: 150px;
    right: 530px;
    z-index: -1;
    width: 400px;
}
.tpbanner-shape-five {
    position: absolute;
    left: 260px;
    bottom: 480px;
    width: 260px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px){
    .tpbanner-shape-five {
        left: 135px;
        bottom: 125px;
    }
}
.tpbanner-shape-six {
    position: absolute;
    left: 100px;
    bottom: 185px;
    width: 1000px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px)
{
    .tpbanner-shape-six {
    left: 20px;
}
}
.tpbanner-shape-two {
    position: absolute;
    bottom: 175px;
    right: 0px;
}
.pb-120 {
    padding-bottom: 120px;
}
.pt-120 {
    padding-top: 120px;
}
.tpsection__title {
    font-weight: 700;
    font-size: 54px;
    line-height: 1.15;
    letter-spacing: -0.02em;
}


.p-relative {
    position: relative;
}
.pb-45 {
    padding-bottom: 45px;
}
.location-img{background: #ffffff;border-radius: 10px;}
.location-img img{width: 240px !important;height: auto;margin: 0 auto;}

.aboutses .tpbanner__sub-title span{right: inherit;left: 6.5%;}
.tpcase:hover::before {
    background-color: rgba(7, 10, 29, 0.7);
}
.tpcase p{color: #ffffff;}
.tpcase:hover .tpcase-content{transform: translate(-50%, -50%)}
.t-18{font-size: 18px;}
.mb-70 {
    margin-bottom: 70px;
}
.tpservices-list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr); list-style: none;
}
.tpservices-list ul li {
    list-style: none;
    line-height: 1;
    position: relative;
    border: 1px solid #f0f1f4;
    margin-left: -1px;
    margin-top: -1px;
    z-index: 1;
    text-align: center;
}
.tpservices-list ul li:nth-child(n) {
    margin-left: 0;
    border-left: none;
}
.tpservices-list ul li:nth-child(-n+3) {
    margin-top: 0;
    border-top: none;
}
.tpservices-list ul li:nth-child(n+3) {
    border-bottom: none;
}
.tpservices-list ul li:nth-child(3n) {
    border-right: none;
}
.tpservices-img {
    position: relative;
    margin-top: 40px;
}
.mb-35 {
    margin-bottom: 35px;
}
.tpservices-img::before {
    position: absolute;
    content: "";
    width: 160px;
    height: 160px;
    line-height: 160px;
    text-align: center;
    border-radius: 50%;
    background-color: #e4f7ff;
    opacity: 0.6;
    z-index: -1;
    bottom: 13px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -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;
}
.tpservices-img img {
    -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;
}
.tpservices-content span {
    font-weight: 500;
    font-size: 18px;
    line-height: 0.9;
    margin-bottom: 15px;
    display: block;
}
.tpservices-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.28;
    margin-bottom: 0;
}
.tpservices-item2 .tpservices-img::before {
    background-color: #fff2d6;
    opacity: 0.6;
}
.tpservices-item3 .tpservices-img::before {
    background-color: #e3e8ff;
    opacity: 0.6;
}
.tpservices-item4 .tpservices-img::before {
    background-color: #ffe4e4;
    opacity: 0.6;
}
.tpservices-item5 .tpservices-img::before {
    background-color: #d2f8ec;
    opacity: 0.6;
}
.tpservices-item6 .tpservices-img::before {
    background-color: #ffe4f3;
    opacity: 0.6;
}
.tpservices-list ul li:hover .tpservices-img::before {
    width: 200px;
    height: 200px;
    line-height: 200px;
    text-align: center;
    border-radius: 50%;
    bottom: 0;
}
.tpservices-list ul li:hover .tpservices-img img {
    transform: translateY(-42px);
}

.scrolled{position: fixed;top: 0;-webkit-animation: fadeInDown 300ms ease-in-out 0s normal none 1 running;
    animation: fadeInDown 300ms ease-in-out 0s normal none 1 running;left: 0;right: 0;z-index: 99999;}
.scrolled .navbar{background:#ffffff !important; box-shadow: 0px 20px 40px rgba(37, 9, 62, 0.1);backdrop-filter: blur(16px);}
.mt-30 {
    margin-top: 30px;
}
.tpchoose-border-anim {
    -webkit-border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
    -moz-border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
    border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
    -webkit-animation: img-border 5s linear infinite alternate;
    -moz-animation: img-border 5s linear infinite alternate;
    -o-animation: img-border 5s linear infinite alternate;
    animation: img-border 5s linear infinite alternate;
    transition: all 0.3s ease-out 0s;
}
.tpchoose-shape-one {
    position: absolute;
    bottom: 55px;
    left: -38px;
    z-index: -1;
}
.tpchoose-shape-two {
    position: absolute;
    bottom: 58px;
    right: 38px;
    z-index: -1;
}
.tpchoose-shape-three {
    position: absolute;
    top: 35px;
    left: 38px;
    z-index: -1;
}
@keyframes img-border {
	0% {
	  -webkit-border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
	  -moz-border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
	  border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
	}
	100% {
	  -webkit-border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
	  -moz-border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
	  border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
	}
}

@keyframes title-anim {
	0% {
		opacity: 1;
		stroke-dasharray: 0 500;
	}
	12% {
		stroke-dasharray: 500 500;
	}
	80% {
		opacity: 1;
	}
	90% {
		opacity: 1;
		stroke-dasharray: 500 500;
	}
}

@keyframes hero-shape-anim {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-5px);
	}
}


@keyframes hero-shape-anim-2 {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-9px);
	}
}
@keyframes hero-shape-anim-3 {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-40px);
	}
}
.whychooseus .tpbanner__sub-title{display: inline-block;}
.tpchoose {
    background-color: #ffffff;
    border: 1px solid rgba(12, 19, 56, 0.08);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    display: block;
    padding: 32px 30px 33px 30px;
    -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;
}
.mb-50 {
    margin-bottom: 50px;
}
.tpchoose-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    display: inline-block;
}
.tpchoose:hover {
    box-shadow: 0px 20px 40px rgba(8, 10, 55, 0.12);
    border-radius: 14px;
}
.testimonials-bx{padding: 70px 70px 65px 70px;
    border-radius: 20px;
    -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;display: flex;}

#testimonials_slider .owl-item.active {
    opacity: 1;
    -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; 
}
#testimonials_slider .owl-item{
    opacity: 0.3;
}
#testimonials_slider .owl-item.active .testimonials-bx{background: #0080f8;color: #ffffff;}
.tptestimonial-thumb {
    flex: 0 0 auto;
}
.mr-40 {
    margin-right: 40px;
}
div.tptestimonial-thumb img {
    border-radius: 50%;
    height: 160px;
    width: 160px !important;
    object-fit: cover;
}
.tptestimonial-shape i{
    color: rgba(66, 96, 255, 0.2);
}
#testimonials_slider .owl-item.active .tptestimonial-content p {
    color: rgba(255, 255, 255, 0.9);
}
.tptestimonial-content p {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.42;
    color: #565764;
    margin-bottom: 26px !important;
}
.mb-20 {
    margin-bottom: 20px;
}
.tpblog {
    border-radius: 20px;
    border: 1px solid rgba(12, 19, 56, 0);
    -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;
}
.tpblog-thumb {
    border-radius: 10px;
    height: 380px;
}
.fix {
    overflow: hidden;
}
.mb-25 {
    margin-bottom: 25px;
}
.tpblog-thumb img {
    border-radius: 10px;
    -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;
    width: 100%;height: 100%;object-fit: cover;
}
.tpblog-tag {
    margin-bottom: 13px;
}
.tpblog-tag .tp-el-rep-cat {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #000000;
    border: 1px solid rgba(12, 19, 56, 0.1);
    border-radius: 4px;
    padding: 4px 11px;
    display: inline-table;
}
.tpblog-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.4;
    color: #0080f8;
    margin-bottom: 18px;
}
.tpblog-avatar-thub {
    flex: 0 0 auto;
}
.mr-10 {
    margin-right: 10px;
}
div.tpblog-avatar-thub img {
    height: 40px;
    width: 40px;
    object-fit: cover;
}
.tpblog-avatar-title {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
}
.tpblog-avatar-info span {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #565764;
}
.moretext {
    display: none;
  }
.moreless-button{margin-bottom: 30px;display: inline-table;text-transform: capitalize;font-weight: 500;}
.tpblog:hover .tpblog-thumb img {
    transform: scale(1.17) rotate(6deg);
    -webkit-transform: scale(1.17) rotate(6deg);
    -moz-transform: scale(1.17) rotate(6deg);
    -ms-transform: scale(1.17) rotate(6deg);
    -o-transform: scale(1.17) rotate(6deg);
}
.footer-rw{background: rgba(0, 0, 0, 0.04);padding: 120px 0;}
.tpsection-sub-title-white {
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    line-height: 12px;
}
.tpcontact-box .tpsection-title-white {
    font-size: 34px;color: #000000;line-height: 1.15;
    letter-spacing: -0.02em;
}
.mb-30 {
    margin-bottom: 30px;
}
.tpcontact-info {
    background: rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(3px);
    padding: 48px 40px 55px 40px;
    border-radius: 20px;
    position: relative;
}
.tpcontact-info-links {
    display: flex;
    flex-direction: column;
}
.tpcontact-info-links a {
    display: flex !important;
    font-weight: 500 !important;
    font-size: 17px !important;
    line-height: 17px !important;
    color: #000000 !important;
    margin-bottom: 30px !important;
    padding-left: 0;    position: relative;
}
.tpcontact-info-links a i {
    margin-right: 14px;
}
.tpcontact-info-social a {
    margin-right: 1px;
}
.tpcontact-info-social a i {
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    color: rgba(255, 255, 255, 0.7);
    -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;
    font-size: 12px;
}
.tpcontact-info-social a:hover i {
    background-color: #ffffff;
    color: #0080f8;
    border: 1px solid #ffffff;
}
.tpcontact-form {
    background: rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 50px 50px 65px 50px;
    z-index: 2;
}
.tpcontact-shape-one {
    position: absolute;
    top: 108px;
    left: -70px;
    z-index: -1;
}
.tpcontact-shape-two {
    position: absolute;
    bottom: 100px;
    right: -50px;
    z-index: 1;
}
.tpcontact-form-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    color: #000000;
}
.mb-20 {
    margin-bottom: 20px;
}
.wpcf7-form-control-wrap {
    color: #ffffff;
}
.tpcontact-form-input input, .tpcontact-form-input textarea {
    background: #0080f8;
    border: 2px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    width: 100%;
    padding: 5px 30px 5px 30px;
    height: 54px;
    color: #ffffff;
}
::-ms-input-placeholder { /* Edge 12-18 */
    color:#ffffff;
  }
  
  ::placeholder {
    color: #ffffff;
  }
  .tpcontact-form-textarea textarea {
    border-radius: 10px;
    height: 180px;
    padding: 20px 30px;
    width: 100%;
    line-height: 1.2;
    letter-spacing: 0.02em;
    resize: none;
}
.tpcontact-form-submit button {
    font-weight: 600;
    font-size: 16px;
    line-height: 14px;
    color: #ffffff;
    background-color: #3653EB;
    width: 100%;
    padding: 18px 0;
    border-radius: 6px;border: none;
}
.pr-70 {
    padding-right: 70px;
}
.copyright{text-align: center;padding: 20px 0;}
.tpcontact-form-input .wpcf7-text::placeholder {color:#ffffff;}
.tpcontact-form-input .wpcf7-text::-ms-input-placeholder {color:#ffffff;}
.tpcontact-form-input .wpcf7-textarea::placeholder {color:#ffffff;}
.tpcontact-form-input .wpcf7-textarea::-ms-input-placeholder {color:#ffffff;}
.abt_imgs{border-radius: 15px;}
.abt_imgs{width: 100%;height: 100%;object-fit: cover;}
.f-size{width: 100%;height: 100%;object-fit: cover;}
.courses, .services{background: rgba(0, 0, 0, 0.04);}
.team_name p{font-size: 18px;}
.team_name h4{padding-bottom: 10px;}
.team_img{width: 25%;border-radius: 100%;border: 1px solid rgba(0, 0, 0, 0.4);overflow: hidden;}
.team_ct{gap: 15px;}
.team_name{width: 75%;}
.f_lc{list-style: none;}
.f_lc li{padding-bottom: 15px;}
.f_lc li:last-child{padding-bottom: 0px;}
.f_lc li h4{padding-bottom: 10px;}