* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Oxygen', sans-serif !important;
    font-size: 20px;
    line-height: 25px;
    color: #404444;
}

.container {
    max-width: 1230px !important;
    padding: 0 30px !important;
}

.mini-container {
    max-width: 1030px !important;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}

.l-blue {
    color: #25C0D7 !important;
}

.l-gray {
    color: #C3D0D0 !important;
}

.l-bg {
    background-color: #25C0D7 !important;
}

.l-border-color {
    border-color: #25C0D7 !important;
}

.sup-title {
    font-size: 24px;
    line-height: 30px;
}

.text-underline {
    text-decoration: underline !important;
}

.mobile-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px;
}

a {
    text-decoration: none !important;
    font-family: 'Oxygen', sans-serif;
    transition: all .4s ease !important;
}

a:hover {
    color: #25C0D7 !important;
}

h1 {
    font-weight: bold;
    font-size: 48px;
    line-height: 55px;
    margin-bottom: 30px;
    color: #181A1A;
    font-family: 'Oxygen', sans-serif;
}

.CTA-btn {
    border: 1px solid #fff;
    border-radius: 50px;
    font-size: 18px;
    line-height: 22px;
    padding: 16px 48px;
    color: #fff;
    font-weight: bold;
    margin-right: 30px;
    display: inline-block;
}

body.wiki_sticky .header-hold {
    padding: 18px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 99999;
    border-bottom: 1px solid #67d3e3;
}
/***** header-css-code *******/
#header .top-header {
    background: #303333;
    padding: 10px 0;
}

#header .top-header a,
.footer-social-area li a {
    color: #C3D0D0;
    font-size: 16px;
    line-height: 20px;
    padding-right: 20px;
    font-family: 'Oxygen', sans-serif;
}

#header .top-header .top-contact a {
    padding: 0;
    font-weight: bold;
}

#header .header-hold {
    padding: 22px 0;
    transition: all .5s ease !important;
}

#header .navbar-nav li a.nav-link {
    font-size: 18px;
    line-height: 22px;
    color: #879090;
    padding-left: 40px !important;
    font-family: 'Oxygen', sans-serif;
}

#header .navbar-nav li a.nav-link.active {
    font-weight: bold;
    color: #25C0D7;
}

button.navbar-toggler {
    padding: 0;
    border: 0;
    outline: none;
}

#nav-icon3 {
    width: 40px;
    height: 28px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon3 span {
    display: block;
    position: absolute;
    height: 5.5px;
    width: 100%;
    background: #303333;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
    top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
    top: 11px;
}

#nav-icon3 span:nth-child(4) {
    top: 22px;
}

#nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

/***** homepage-css-code *******/

.home-banner {
    padding: 140px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
}

.home-banner .content-hold{
    z-index:1;
}

.home-banner.main-banner:after {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.home-banner p {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 60px;
    letter-spacing: .4px;
}

.home-banner .CTA-btn:hover {
    color: #25C0D7 !important;
    background: #fff !important;
    border-color: #fff !important;
}

.main-headings h1 {
    font-size: 80px;
    line-height: 105px;
}

.main-headings #dynamic-text{
    transform: translateY(100%);
      transition: transform 0.2s ease-in;
}

#dynamic-text.active {
      transform: translateY(0);
}

#dynamic-text.hidden {
      transform: translateY(-100%);
}

.sts-logos {
	z-index: 1;
	background-color: #f7f7f7;
	padding: 0;
}

.sts-logos:after,
.sts-logos:before {
	content: '';
	position: absolute;
	top: 0;
	width: 160px;
	height: 100%;
	z-index: 2;
	pointer-events: none;
	background: linear-gradient(to right, #f7f7f7 50%, rgba(0, 0, 0, 0) 100%);
}

.sts-logos:after {
	right: 0;
	background: linear-gradient(to left, #f7f7f7 50%, rgba(0, 0, 0, 0) 100%);
}

.logo-slider {
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	padding: 35px 0;
}

.logos-slide {
	display: inline-block;
	animation: 20s slide infinite linear;
}

.logos-slide img {
	height: auto;
	margin: 0 25px;
	object-fit: scale-down;
}

.logos-slide img:hover {
	-webkit-filter: grayscale(0);
}


@keyframes slide {
	from {
		transform: translateX(-100%);
	}

	to {
		transform: translateX(0);
	}
}

.t-solution {
    padding: 100px 0 65px;
}

.t-solution h1 {
    margin-bottom: 60px;
}

.t-solution p {
    font-size: 20px;
    line-height: 30px;
    color: #404444;
    margin-bottom: 35px;
}


.services-sup {
    background: #F7F7F7;
    padding: 100px 0;
}

.services-sup h1 {
    margin-bottom: 100px;
}

.services-sup .support-box {
    background: #fff;
    border-radius: 30px;
    padding: 30px;
    transition: all 0.3s ease;
    cursor:pointer;
}

.services-sup .support-box:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    transform: translateY(-4px);
}

.services-sup .img-icon {
    margin-bottom: 30px;
}

.services-sup .support-box p {
    font-size: 20px;
    line-height: 24px;
    color: #404444;
    font-weight: bold;
    margin: 0;
}


.trust-customer {
    padding: 100px 0;
}

.trust-customer h1 {
    margin-bottom: 80px;
}

.trust-customer .web-logo {
    border: 1px solid #C3D0D080;
    border-radius: 24px;
    width: 300px;
    height: 140px;
}


.schedule-appointment {
    padding: 85px 0;
}

.schedule-appointment .container {
    max-width: 1030px !important;
}

.schedule-appointment .CTA-btn {
    background: #E69B46;
    border-color: #E69B46;
}

.schedule-appointment .CTA-btn:hover {
    background: #fff;
    border-color: #fff;
}

/****** end-homepage-css ******/


/****** what-we-do-page-css-code *******/
.wwd-services-sup .support-box {
    background: #FBFBFB !important;
    border: 1px solid #C3D0D080;
}

.wwd-services-sup h1 {
    margin-bottom: 60px;
}

.wwd-services-sup p {
    margin-bottom: 100px;
}


.choose-cources {
    background: #F7F7F7;
    padding: 100px 0 150px;
}

.choose-cources .course-box {
    background: #FFFFFF;
    padding: 30px;
    border-radius: 24px;
}

.choose-cources h2 {
    color: #181A1A;
    font-size: 30px;
    line-height: 35px;
}

.choose-cources .course-box .arrow-icon {
    top: -1px;
}

.choose-cources .course-box span {
    color: #181A1A;
}

.choose-cources .course-box ul li p,
.choose-cources .course-box .bottom-courses p {
    font-size: 16px;
    margin-bottom: 10px;
}

.choose-cources .course-box .bottom-courses span {
    font-size: 18px;
    line-height: 22px;
}

/****** end-what-we-do-page-css-code *******/


/****** whyUS-css-code *******/
.our-team {
    padding: 100px 0 65px;
    background: #F7F7F7;
}

.our-team h3 {
    font-size: 40px;
    line-height: 50px;
    color: #181A1A;
    margin-bottom: 50px;
}

.our-team .text-hold p {
    margin-bottom: 34px;
    line-height: 27px;
}

.our-team span.sup-title {
    color: #181A1A;
}

.our-team .name-des p {
    color: #879090;
}

.why-about-us {
    padding: 100px 0 150px;
}

.why-about-us .ques-list p {
    background: #F7F7F7;
    border: 1px solid #C3D0D080;
    border-radius: 24px;
    padding: 26px 48px 27px;
    color: #181A1A;
}

.why-about-us .CTA-btn {
    background: #181A1A;
}

/****** end-whyUS-css-code *******/

/****** contact-us-css-code *******/
.contact-tell-us {
    padding: 100px 0 150px;
}

.contact-tell-us form input,
.contact-tell-us form textarea {
    border: 1px solid #C3D0D0 !important;
    color: #879090 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    border-radius: 12px !important;
    padding: 12px 20px !important;
    width: 100% !important;
    font-family: 'Oxygen', sans-serif !important;
    margin-bottom: 30px;
}

.contact-tell-us form textarea {
    height: 120px !important;
}

.contact-tell-us button.el-button.cog-button {
    width: 100% !important;
    border-radius: 12px !important;
    font-size: 18px !important;
    line-height: 22px !important;
    padding: 14px !important;
    color: #fff;
    font-weight: bold !important;
    font-family: 'Oxygen', sans-serif !important;
}

.contact-tell-us .content-box {
    background: #F7F7F7;
    border-radius: 12px;
    padding: 40px;
}

.contact-tell-us .sup-title {
    font-size: 20px !important;
    line-height: 25px !important;
}

.contact-tell-us .content-box span {
    font-size: 16px;
    line-height: 20px;
}

.contact-tell-us .content-box h3 {
    font-size: 32px;
    line-height: 36px;
    color: #181A1A;
    margin-bottom: 40px;
}

.contact-tell-us .content-box p {
    font-size: 14px;
    line-height: 18px;
}

.contact-tell-us .content-box a {
    color: #C3D0D0;
    padding-right: 24px;
    font-size: 22px;
}

/****** end-contact-us-css-code *******/


.who-t-solution {
    padding: 100px 0;
}
.terms-of-services h1{
    font-size: 30px;
}
.terms-of-services p{
    font-size: 16px;
    line-height: 22px;
    margin: 16px 0;
}
.terms-of-services strong{
    color: #181A1A;
    margin-bottom: 4px;

}

/***** footer-css-code *******/
#footer a,
#footer p,
#footer span {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Oxygen', sans-serif;
}

#footer .footer-logo {
    margin-bottom: 60px;
}

#footer .logo-box p,
#footer .footer-address p {
    margin-bottom: 30px;
}

#footer h6 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 40px;
}

#footer .footer-menu ul li a {
    margin-bottom: 10px !important;
    display: block;
}

#footer .footer-hold {
    background: #404444;
    padding: 80px 0 60px;
}

#footer .footer-bottom {
    background: #303333;
    padding: 30px 0;
}


/*%%%%%%%%%% responsive-media-quiries %%%%%%%%%%%*/
@media only screen and (max-width: 1149.98px) {
    .services-sup .support-box {
        padding: 25px;
    }

    .services-sup .support-box p {
        font-size: 18px;
        line-height: 24px;
    }

    .choose-cources .course-box {
        padding: 25px;
    }

    .choose-cources .course-box ul li p,
    .choose-cources .course-box .bottom-courses p {
        font-size: 15px;
        margin-bottom: 6px;
    }

    .choose-cources h2 {
        font-size: 25px;
        line-height: 30px;
    }
}


@media only screen and (max-width: 1023.98px) {
    h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 25px;
    }

    .CTA-btn {
        font-size: 17px;
        line-height: 21px;
        padding: 14px 40px;
        margin-right: 25px;
    }

    .home-banner {
        padding: 100px 0;
    }

    .home-banner p {
        margin-bottom: 45px;
    }

    .services-sup {
        padding: 75px 0;
    }

    .services-sup h1 {
        margin-bottom: 75px;
    }

    .services-sup .support-box {
        padding: 21px;
    }

    .our-team .text-hold p {
        margin-bottom: 30px;
        line-height: 25px;
        font-size: 18px;
    }
}

@media only screen and (max-width: 991.98px) {
    #header .header-hold {
        padding: 20px 0;
    }

    #header .logo-img {
        max-width: 235px;
    }

    #header .navbar-nav li a.nav-link {
        padding-left: 0px !important;
    }

    #header .navbar-nav {
        padding: 30px 0 0 30px;
        border-top: 1px solid #C3D0D0;
        margin-top: 30px;
    }

    #header .navbar-nav li.nav-item {
        margin-bottom: 20px;
    }

    #footer .footer-logo {
        margin-bottom: 35px;
    }

    #footer h6 {
        margin-bottom: 25px;
    }
    
    .main-headings h1{
        font-size: 60px;
        line-height: 80px;
    }

    .t-solution {
        padding: 65px 0 55px;
    }

    .t-solution p {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 30px;
    }

    .services-sup br {
        display: none;
    }

    .services-sup {
        padding: 75px 0 55px;
    }

    .trust-customer {
        padding: 75px 0;
    }

    .schedule-appointment {
        padding: 80px 0;
    }

    .schedule-appointment h1 {
        font-size: 35px;
        line-height: 45px;
    }

    .sup-title {
        font-size: 22px;
        line-height: 26px;
    }

    .wwd-services-sup p {
        margin-bottom: 60px;
        font-size: 18px;
    }

    .wwd-services-sup.services-sup h1 {
        margin-bottom: 40px;
    }

    .choose-cources {
        padding: 80px 0 95px;
    }

    .choose-cources .course-box {
        padding: 20px;
    }

    .choose-cources .course-box p {
        font-size: 18px;
        line-height: 24px;
    }

    .choose-cources .course-box .arrow-icon {
        max-width: 15px;
    }

    .choose-cources .course-box ul li p,
    .choose-cources .course-box .bottom-courses p {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .choose-cources h2 {
        font-size: 23px;
        line-height: 28px;
    }

    .our-team {
        padding: 85px 0 60px;
    }

    .our-team .text-hold p {
        margin-bottom: 25px;
        line-height: 22px;
        font-size: 16px;
    }

    .our-team h3 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 45px;
    }

    .why-about-us {
        padding: 75px 0 110px;
    }

    .why-about-us .ques-list p {
        padding: 26px 35px 27px;
    }

    .contact-tell-us {
        padding: 80px 0 120px;
    }

}


@media only screen and (max-width: 767.98px) {
    .container {
        padding: 0 15px !important;
    }

    #nav-icon3 {
        width: 36px;
    }

    #header .logo-img {
        max-width: 185px;
    }

    #header .header-hold {
        padding: 25px 0;
    }

    #header .navbar-nav {
        padding: 20px 0 0 20px;
        border-top: 1px solid #C3D0D0;
        margin-top: 25px;
    }

    #header .navbar-nav li.nav-item {
        margin-bottom: 15px;
    }


    h1 {
        font-size: 35px;
        line-height: 42px;
    }
    
    .main-headings h1{
        font-size: 50px;
        line-height: 70px;
    }

    .t-solution h1 {
        margin-bottom: 45px;
    }

    .t-solution p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .trust-customer h1 {
        margin-bottom: 40px;
    }

    .choose-cources h2 br {
        display: none;
    }

    .order1 {
        order: -1;
    }

    .why-about-us .ques-list p {
        padding: 20px 30px 22px;
        font-size: 18px;
        line-height: 24px
    }

}


@media only screen and (max-width: 575.98px) {

    #header .top-header a,
    .footer-social-area li a {
        padding-right: 15px;
    }

    #footer .footer-hold {
        padding: 60px 0;
    }

    #footer p {
        font-size: 13px;
    }

    #footer .footer-logo {
        max-width: 250px;
    }

    .home-banner {
        padding: 90px 0;
    }
    
    .main-headings h1{
        font-size: 32px;
        line-height: 42px;
    }
    
    h1 {
        font-size: 30px;
        line-height: 35px;
    }

    .CTA-btn {
        font-size: 16px;
        line-height: 20px;
        padding: 13px 40px;
    }

    .home-banner p {
        font-size: 15px;
        line-height: 20px;
    }
    
    .logos-slide img {
        width: 150px;
        margin: 0 15px;
    }
    
    .sts-logos:after, .sts-logos:before {
        width: 50px;
    }

    .t-solution h1 {
        margin-bottom: 35px;
    }

    .t-solution {
        padding: 55px 0 45px;
    }

    .t-solution p {
        font-size: 14px;
        line-height: 20px;
    }

    .services-sup h1 {
        margin-bottom: 55px;
    }

    .services-sup {
        padding: 60px 0 50px;
    }

    .trust-customer {
        padding: 65px 0 50px;
    }

    .schedule-appointment {
        padding: 65px 0;
    }

    .schedule-appointment h1 {
        line-height: 40px;
    }

    .sup-title {
        font-size: 17px;
        line-height: 21px;
    }

    .mobile-banner {
        padding: 120px;
    }

    .wwd-services-sup p {
        margin-bottom: 39px;
        font-size: 15px;
        line-height: 22px;
    }

    .choose-cources {
        padding: 70px 0 60px;
    }

    .our-team {
        padding: 75px 0 50px;
    }

    .our-team h3 {
        font-size: 25px;
        line-height: 30px;
    }

    .our-team .name-des p,
    .why-about-us p,
    .contact-tell-us .text-hold p {
        font-size: 16px !important;
    }

    .why-about-us .ques-list p {
        padding: 18px 20px 20px;
    }

    .why-about-us h1,
    .contact-tell-us h1 {
        font-size: 25px;
        line-height: 33px;
    }

    .contact-tell-us {
        padding: 75px 0 100px;
    }

    .contact-tell-us form input,
    .contact-tell-us form textarea {
        margin-bottom: 15px;
    }

    .contact-tell-us .content-box {
        padding: 35px 25px;
    }

    .contact-tell-us .content-box h3 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .contact-tell-us .sup-title {
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .contact-tell-us .content-box a {
        padding-right: 20px;
        font-size: 20px;
    }

}

/*animation-css-code*/
.animatable {
  visibility: hidden;
  -webkit-animation-play-state: paused;   
  -moz-animation-play-state: paused;     
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;   
  animation-play-state: paused; 
}

/* show objects being animated */
.animated {
  visibility: visible;
  
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  
  -webkit-animation-duration: 2.5s;
  -moz-animation-duration: 2.5s;
  -ms-animation-duration: 2.5s;
  -o-animation-duration: 2.5s;
  animation-duration: 2.5s;

  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}


@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    60% {
        transform: translateX(0);
    }

    80% {
        transform: translateX(0);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}


@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }

    60% {
        transform: translateX(0);
    }

    80% {
        transform: translateX(0);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}



@keyframes moveUp {
    0% {
        opacity: 1;
        transform: translateY(200px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.animated.animationDelay{
    animation-delay:.4s;
    -webkit-animation-delay:.4s;
}
.animated.animationDelayMed{
    animation-delay:1.2s;
    -webkit-animation-delay:1.2s;
}
.animated.animationDelayLong{
    animation-delay:1.6s;
    -webkit-animation-delay:1.6s;
}
.animated.bounceInRight {
    -webkit-animation-name: bounceInRight;
    -moz-animation-name: bounceInRight;
    -o-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
.animated.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    -moz-animation-name: bounceInLeft;
    -o-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
.animated.moveUp {
    -webkit-animation-name: moveUp;
    -moz-animation-name: moveUp;
    -o-animation-name: moveUp;
    animation-name: moveUp;
}