html{
    overflow-x: hidden;
}
body{
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}
.fixed-top{
    position: absolute;
}
.carousel .carousel-inner{
    clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
    max-height: 47em;
}
.carousel-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.carousel .carousel-caption{
    background-color: #000000a6;
    z-index: 999;
}
.steps-sec{
    padding: 0;
}
.steps-sec #center-step{
    padding: 0;
    opacity: 1;
    scale: 1.05;
    height: 500px;
}
.steps-sec .bg-overlay{
    background-color: #00174286;
    padding: 50px;
    height: 100%;
}
.steps-sec .fadeInUp{
    box-shadow: none;
}
#steps-icon {
    /* width: 100%;
    scale: 2; */
    max-width: 75px;
    height: auto;
}
.steps-sec #steps{
    padding: 50px;
    height: 500px;
}
.points-sec .img-wrap{
    text-align: center;
}
.points-sec .img-wrap img{
    object-fit: cover;
    position: relative;
    max-width: 400px;
}
.points-sec .points-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.points-sec .elementor-icon-list-items {
    line-height: 2.2;
    font-weight: 600;
}
.points-sec .heading-section {
    margin-left: 10px;
    margin-bottom: 20px;
}
.points-sec .heading-one{
    position: relative;
}
.points-sec .heading-one::before{
    content: "";
    display: block;
    position: absolute;
    background: linear-gradient(180deg,#fff 0,#0f53bad6 100%);
    width: 4px;
    height: 60px;
    transform: translate(-20px, -8px);
}
.arrow-wrap{
    clip-path: polygon(50% 20%, 100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
}
.arrow-wrap>div{
    min-height: 20em;
    padding-top: 8rem!important;
}
.icon-items{
    align-items: flex-end;
}
.callback{
    z-index: 9;
}
.callback::before{
    background: rgba(0, 0, 0, 0.459);
}
.course-sec .team-item .team-text{
    margin: 0 20px;
    transform: translate(-47px, -120px);
    z-index: 9999999;
    position: relative;
    background: white;
    border-color: transparent;
    border-radius: unset;
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 9%);
    min-height: 37em;
}
.course-sec .team-item .team-text.blue-col{
    background: #001742;
}
.train-sec .content-wrap{
    clip-path: polygon(50% 10%, 100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
    height: auto;
}
.train-sec .content-wrap>div{
    padding-top: 50px;
    padding-bottom: 25px;
}
.train-sec .train-text{
    text-align: left;
    max-width: 550px;
    margin: 0 auto;
}
.train-img img{
    padding: 40px 0;
}
.train-sec .train-wrap>div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}
.train-sec .heading-title1::before{
    content: "";
    display: block;
    position: absolute;
    background: linear-gradient(180deg,#fff 0,#0f53bad6 100%);
    width: 4px;
    height: 55px;
    transform: translate(-20px, -2px);
}
.train-sec .description3{
    font-style: italic;
    font-weight: 600;
}
.pilot-sec .portfolio-card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.footer .content-wrap {
    clip-path: polygon(50% 20%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
    height: auto;
}
.knw-sec{
    clip-path: polygon(50% 15%, 100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
}
.footer .content-wrap>div{
    padding-top: 60px;
}
.knw-sec .content-wrap-background{
    position: relative;
    background-image: url(../img/cd-img.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.knw-sec .bg-img{
    height: 100%;
    width: 100%;
    background: #000000a6;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pricing-programs .team-item{
    height: 100%;
}
.pricing-programs .team-item .team-text{
    height: 100%;
    border-color: transparent;
    box-shadow: 0px 20px 50px 0px rgb(0 0 0 / 10%);
    padding: 15px 30px;
}
.pricing-programs>*{
    padding: 0;
}
.heading-title0{
    padding: 0;
}
.info-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    
}
.foot-fx{
    text-align: left;
    padding: 0 5px;
}
.navbar-light .navbar-toggler{
    background-color: #ffffff24;
    border-color: #ffffff70;
}
/**************************/
@media (max-width: 991px){
    .navbar .navbar-nav .nav-link{
        color: #555555;
    }
}
@media (max-width: 767px){
    .blog-card-footer
    {
        padding:0;
    }
    #blog-container
    {
        padding: 0;    
    }
    .section-blog-head
    {
        flex-direction: column;
        padding: 12px;    
    }
    .section-blog-head .heading-title0
    {
        flex-direction: column;  
    }
    .blog-short-description p, .blog-long-description p {
        padding: 12px;
    }
    .blog-carausel-img {
        min-height: 240px;
        min-width: 100%;
    }
    .steps-sec #steps{
        padding: 30px;
    }
    .steps-sec .bg-overlay{
        padding: 30px;
    }
    #header-carousel .carousel-item {
        position: relative;
        min-height: 550px;
    }
    .navbar-brand img{
        max-width: 225px;
        width: auto;
    }
    .footer .content-wrap{
        clip-path: polygon(50% 11%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
    }
    .content-heading{
        font-size: 36px;
        
    }
    .heading-title1{
        font-size: 36px;
    }
  
    .train-sec .content-wrap{
        clip-path: polygon(50% 6%, 100% 0, 100% 90%, 50% 96%, 0 90%, 0 0);
    }
    .train-sec .train-text{
        padding: 60px 20px 10px;
    }
    .train-img img {
        padding: 40px 10px 80px;
    }
    .arrow-wrap {
        clip-path: polygon(50% 15%, 100% 0, 100% 80%, 50% 95%, 0 80%, 0 0);
    }
    .icon-items{
        padding: 20px 0 80px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 40px;
    }
    .footer-section{
        padding: 10px 40px;
    }
    .footer .content-wrap>div {
        padding-top: 90px;
    }
    .fixed-top {
        padding: 0px !important;
    }
    
}
@media (min-width: 768px) and (max-width: 1100px){
    .footer .content-wrap{
        clip-path: polygon(50% 16%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
    }
}
@media (min-width: 1200px){
    .steps-sec{
        padding: 0 5em;
    }
    .pricing-programs{
        padding: 0 2em;
    }
}
@media (min-width: 280px){
    .col-xs-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-xs-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }
    .col-xs-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xs-9 {
        flex: 0 0 auto;
        width: 75%;
    }
}
@media (min-width: 576px){
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }
}
/***************************/
/*--------- CONTACT START ---------*/
.pages-head .carousel-item{
    height: auto;
    max-height: 500px;
}
/* .pages-head .crausel-head{
    font-size: 40px;
} */
.pages-head .crausel-2head{
    font-size: 50px;
}
.pages-head .crausel-3head{
    font-size: 40px;
    font-family: Tahoma,sans-serif;
    color: #ADADAD;
}
.pages-head .carousel .carousel-caption {
    background-color: #00000085;
}

.form_column
{
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.comments
{
    margin-bottom: 8px !important;
}
input{
    border:1px solid #ccc;
}
textarea{
    border:1px solid #ccc;
    width: 100%;
}
.text_box
{
    font-family: "Helvetica", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    width: auto;
    height: 50px;
    border-radius: 8px !important;
    min-width: 258px;
    padding:15px !important;
}
.required_field
{
    color: #FF0000;
}
.example
{
    font-family: "Helvetica", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    line-height: 14px;
    color: #555555;
    padding: 3px 0px 0px 0px;
    margin-left:5px !important;
}
.text_area
{
    height: 100px;
    padding:15px !important;
}
.submit_btn
{
    margin-top:10px !important;
    margin-left:-10px !important;
    padding: 15px 20px 15px 20px;
    font-family: "Helvetica", Sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    color: #ffffff;
    background-color: #4285f4;
    border-style: none;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 7px 15px 0px rgb(66 133 244 / 30%);
    position: relative; 
}
iframe{
    width: 100%;
}
.form-map{
    padding-bottom: 40px;
}
@media (max-width: 767px){
    .carousel-caption .crausel-head{
        font-size: 30px;
    }
    .carousel-caption .crausel-2head{
        font-size: 40px;
    }
    .carousel-caption .crausel-3head{
        font-size: 30px;
        font-family: Tahoma,sans-serif;
        color: #ADADAD;
    }
}
/*--------- CONTACT END ---------*/
/* div.autoplay{
    display: flex;
} */
/* div.pa{
    display: flex;
} */
div.one{
    width: 100%;
    height: 100px;
    border: 1px solid;
    background: red;
}
.review
{
  margin-bottom: 20px;
}
.profile-icon
{

    /* background-color: grey; */
    border-radius: 50px 50px 50px 50px;
    margin: 5px 0px 0px 10px;
    
    height: 40px;
    width: 40px;
}
.profile-name
{
    color: #0f52ba;
    font-size:17px;
    font-family: Tahoma,sans-serif;
    margin:0px 0px 5px;
}
.profile-des
{
    color: #96989b;
    font-size:14px;
    font-family: Roboto,sans-serif;
}
.comment-content
{
    color: #6C6C6C;
    font-size:16px;
    font-family: Roboto,sans-serif;
    position: relative;
    padding: 5px;
    z-index: 2;
    font-style: italic;
}
.fa-star
{
    color: #ffd523;
}
.item {
    margin: 3px;
    background-color: #efefef;
    padding: 20px;
    width: 300px;
    height: 450px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-right: 20px;
}
.profile-icon {
    border-radius: 50px 50px 50px 50px;
    margin: 5px 0px 0px 10px;
    height: 40px;
    width: 40px;
}
.item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.slick-slide {
    margin: 0 10px;
}
.fadeInUp{
    box-shadow: unset;
}
/***************************/
/* updated 03/15/2023 */
/* Carousel */
/* @media (max-width: 1400px){
.carousel-caption {
    top: -380px;
    
}
}
@media (max-width: 1200px){
    
    } */

    @media only screen and (max-width: 1501px) and (min-width: 1200px )  {
        .caption-carousel {
            top: 0;
            
        }
    }
    @media only screen and (max-width: 3500px) and (min-width: 1500px)  {
        .caption-carousel {
            top: -380px;
            
        }
    }
