

* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    scroll-behavior: smooth;
    font-family: "Poppins";

}

/* =============================
			Default Css
  ============================== */
a {
    text-decoration: none;
    outline: 0 !important;
}

a:hover {
    text-decoration: none;
}

:focus {
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
    margin: 0px;
    padding: 0px;
}

ul {
    list-style-type: none;
}
/* ===================header============
===================================== */


.container-fluid {
    padding: 0px 30px;
}
header {
    padding: 16px 0;
}

/* =============stellarnav-starts============= */

.stellarnav.mobile > ul > li > a.dd-toggle {
    width: 100%;
}
.stellarnav a.dd-toggle .icon-plus {
    right: -38%;
}
.stellarnav {
    z-index: 99;
}
.stellarnav li a {
    text-align: right;
    position: relative;
    font: normal normal 400 16px/22px Outfit;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
}
.stellarnav ul ul {
    width: auto;
    top: auto;
}
.stellarnav li a:hover {
    color: #3d2ecc !important;
}
.stellarnav ul {
    margin: 0;
    padding: 0;
    text-align: left;
}
.stellarnav a {
    color: #000 !important;
}

.stellarnav li.has-sub > a:after {
    content: '';
    margin-left: 7px;
    border-left: unset;
    border-right: unset;
    border-top: unset;
    display: inline-block;
    top: -3px;
    position: relative;
    height: 4px;
    width: 8px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.stellarnav ul {
    text-align: right;
}

.stellarnav > ul > li > a {
    padding: 10px 16px;
    font: normal normal 500 16px/18px Outfit;
    letter-spacing: 0px;
    color: #000000;
    text-transform: capitalize;
}
.stellarnav > ul > li.active > a {
    color: #0A40D1 !important;
}
.stellarnav li li {
    display: block !important;
    width: 100% !important;
}
.stellarnav.desktop li.has-sub ul li a {
    padding: 10px;
    color: #000 !important;
    font-size: 16px;
    /* border-top: 1px solid #0000; */
    border-bottom: 1px solid #CECECE;
    text-align: left;
    width: fit-content;
    padding: 6px 20px;
    text-transform: capitalize;
}

.stellarnav.desktop li.has-sub ul li a:hover{
background-color: #F5F8F9 !important;
color: #529BBB !important;
}

.stellarnav.desktop li.has-sub ul li:last-child:hover a{
border-radius: 0 0 10px 10px;

}
.stellarnav.desktop li.has-sub ul {
    padding-top: 0;
    background-color: #fff;
    box-shadow: 0px 12px 25px #0000000A;
}


/* =============stellarnav-ends============= */


.searchbar input[type="text"] {
    font: normal normal normal 16px/0px Outfit;
    letter-spacing: 0px;
    color: #758080;
    padding: 10px 39px 10px 20px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #AABEBE;
    border-radius: 35px;
    width: 100%;
}
.searchbar {
    position: relative;
}
.sbmt {
    background: unset;
    border: 0;
    position: absolute;
    right: 19px;
    top: 50%;
    /* height: 100%; */
    width: 20px;
    transform: translate(0, -50%);
}
.logo {
    text-align: left;
}
.logo img {
    width: 200px;
    margin: 0 auto;
}






/* go-to */
.go-top {
    position: fixed;
    cursor: pointer;
    bottom: 100px;
    right: 20px;
    border-radius: 50%;
    background-color: #4FCFE5;
    color: #000;
    z-index: 999;
    width: 40px;
    text-align: center;
    height: 40px;
    opacity: 0;
    visibility: hidden;
    font-size: 25px;
    -webkit-transition: var(--transition);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 25px;
    -webkit-animation: top-bottom 5s infinite linear;
    animation: top-bottom 5s infinite linear;
}

.go-top i {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.go-top:hover {
    color: #000000;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    background-color: #4FCFE5;
    border: 1px solid #4FCFE5;
}
.go-top.active svg {
    font-size: 19px;
}






/* ====================footer=========
====================================== */

footer h4 {
    color: #FFFFFF;
    text-transform: uppercase;
    padding-bottom: 10px;
    text-align: left;
   letter-spacing: 1.2px;
    color: #FFFFFF;
}
.quick-link ul li a, .quick-return ul li a {
    letter-spacing: 0px;
    color: #9F9F9F;
    font-size: 16px;
    line-height: 33px;
    font: normal normal normal 17px/45px Outfit;
    letter-spacing: 0px;
    color: #DFDCDD;
}

.card-ft {
    display: flex;
    align-items: center;
    gap: 10px;
}
.quick-link ul {
    column-count: 2;
    column-gap: 16px;
}

.quick-access ul li a, .quick-access ul li {
    display: flex;
    gap: 14px;
    align-items: center;
    padding-bottom: 12px;
    word-break: break-all;
    font: normal normal normal 15px/19px Outfit;
    letter-spacing: 0px;
    color: #DFDCDD;
}
.footer-logo img {
    width: 290px;
}



footer {
    padding: 71px 0 0 0;
    background-image: url(../images/ft-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer-logo a {
    font: normal normal normal 32px/28px DM Serif Display;
    letter-spacing: 1.6px;
    color: #FFFFFF;
}
.social-all p {
    font: normal normal 300 14px/24px Outfit;
    letter-spacing: 0px;
    color: #DFDCDD;
    padding: 17px 0 24px 0;
}
.newslatter h5 {
    font: normal normal normal 20px/22px DM Serif Display;
    letter-spacing: 1.2px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 10px 0 20px 0;
}
.newslatter input[type="email"] {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 7px;
    font: normal normal normal 16px/24px Outfit;
    letter-spacing: 0px;
    color: #111111;
    padding: 10px 54px 10px 10px;
    border: 0;
    width: 100%;
}
.social-icons {
    display: flex;
    gap: 10px;
    margin: 26px 0;
}
.newslatter button {
    background: #F99F3E 0% 0% no-repeat padding-box;
    border-radius: 0px 7px 7px 0px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    padding: 11px;
    border: 0;
}
.newslatter form {
    position: relative;
}
.footer-copyright {
    display: flex;
    justify-content: space-between;
}
.card-ft img {
    width: 38px;
}
.quick-link {
    padding-left: 30px;
    border-left: 1px solid #ffffff40;
}


.socila-media ul li a {
    background-color: #82CFC9;
    display: flex;
    border: 2px solid #fff;
    height: 37px;
    width: 37px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-size: 16px;
}
.socila-media ul li a:hover {
   transform: translateY(-10px);
}
.socila-media ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 19px;
}


.ft-cntnt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ft-cntnt p {
    font: normal normal normal 16px/17px Outfit;
    letter-spacing: 0px;
    color: #DFDCDD;
}
.ft-cntnt p a {
    color: #FFC936;
}
.footer-bottom {
    border-top: 1px solid #ffffff3b;
    padding: 20px 0;
    margin-top: 77px;
}

.quick-link ul li,.quick-return ul li {
    position: relative;
    padding-left: 27px;
}
.quick-link ul li::after,.quick-return ul li::after {
    position:absolute;
    left: 0;
    top: 16px;
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(../images/arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}   
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
    justify-content: flex-end;
}

/* =================================================== */
.banner-contet {
    position: relative;
}
.banner-right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    /* transform: translate(0%, -50%); */
    background: transparent linear-gradient(180deg, #0074B1 0%, #0A40D1 100%) 0% 0% no-repeat padding-box;
    /* clip-path: polygon(16% 0, 100% 0%, 100% 100%, 0% 100%); */
   /* clip-path: polygon(40% 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(26% 0, 100% 0%, 100% 100%, 0% 100%);*/
}
.banner-right h2 {
    font: normal normal 500 44px/55px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.banner-right p {
    font: normal normal normal 17px/30px Outfit;
    letter-spacing: 0px;
    color: #DCF3FF;
    padding: 14px 0 20px 0;
    width: 90%;
    max-width: 100%;
}
.bnr-btn {
    text-align: center;
    font: normal normal bold 15px/15px Outfit;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    background: #FF581D 0% 0% no-repeat padding-box;
    border-radius: 38px;
    width: fit-content;
    padding: 17px 28px;
    display: block;
}
.bnr-btn:hover{background:#000; color:#fff;}
.banner-right {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.banner {
    position: relative;
    overflow: hidden;
}
.banner-contet>img {
    height: 430px;
}
.banner-right-inr {
    padding-left: 184px;
    max-width: 100%;
    padding-right: 21px;
}

/* =================start-trainning=========
====================================== */

.start-training {padding:60px 30px;
   
}
.training-content {
    padding: 40px 0;
}
.training-content h6 {
    font: normal normal 600 44px/65px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding-bottom: 20px;
}
.training-content h6 span {
    color: #4EC2FF;
}

/* ==============footer-section========= */
.footer {
    margin: 0px 0px;
    padding:60px 0px;
    position: relative;
    width: 100%;
    background-color: #0074B1;
}
.footer-breadcrumb {
    float: right;
    position: relative;
}
.footer .breadcrumb-item a {
    font: normal normal normal 19px/24px Outfit;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.contact-sociall ul li a {
    font: normal normal normal 17px/32px Outfit;
    letter-spacing: 0px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 10px;
    word-break: break-all;

}
.contact-sociall ul li a img {
    width: 20px;
}
.contact-sociall ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 36px;
    flex-wrap: wrap;
}
.footer .breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #D4D4D4;
    content: "--";
}
.footer .breadcrumb-item.active a {
    color: #fff !important;
}
.ft-socials {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 30px;
}
.footer-logo {
    width: 182px;
    position: relative;
}
ul.ft-socials li a {
    color: #000;
    border: 2px solid #C7ECFF;
    background-color: #C7ECFF;
    padding: 5px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.ft-socials li {
    position: relative;
	transition: 0.3s ease-in-out;
}
ul.ft-socials li:hover {
    transform: translateY(-10px);
	transition: 0.3s ease-in-out;
}
.copyright p{
    font: normal normal normal 15px/16px Outfit;
    letter-spacing: 0.16px;
    text-align: left;
    color: #DFF4FF;
}
.copyright p a {
    color: #FFFFFF;
}

.copyright {
    padding: 25px 0;
    margin-top: 50px;
    position: relative;
    background: #006194 0% 0% no-repeat padding-box;
}
.copy-right-para p {
    text-align: right !important;
}
/* ======================================= */



/* ==================our-service==============
=========================================== */
.our-services h1 {
    font: normal normal 600 39px/62px Poppins;
    letter-spacing: 0px;
    color: #000000;
    text-align: center;
    padding-bottom: 30px;
    text-transform: capitalize;
}
.our-services h3{text-align: center;}
.service-card h6 {
    text-align: center;
    font: normal normal 600 28px/27px Poppins;
    letter-spacing: 0px;
    color: #0A40D1;
    padding: 20px 0 6px 0;
}
.service-card p {
    text-align: center;
    font: normal normal normal 19px/27px Outfit;
    letter-spacing: 0px;
    color: #333333;
    padding: 10px 0;
}
.service-card a {
    text-align: center;
    font: normal normal bold 13px/21px Outfit;
    letter-spacing: 0px;
    color: #FF581D;
    text-transform: uppercase;
    border: 2px solid #FF581D;
    border-radius: 38px;
    padding: 6px 15px;
    margin: 0 auto;
    width: fit-content;
    display: flex;
}
.our-services {
    padding: 43px 0 50px 0;
}
/* ==========================
=============================== */




/* ==============about-us=========
=============================== */
.about-us {
    background: #E5F1F7;
    padding: 60px 30px;
}
.about-left h5 {
    font: normal normal 600 43px/45px Poppins;
    letter-spacing: 0px;
    color: #000000;
    padding-bottom: 20px;
}
.about-left p {
    font: normal normal normal 16px/31px Outfit;
    letter-spacing: 0px;
    color: #000000;
    padding-bottom: 22px;
}
.about-right {
    display: flex;
    align-items: center;
    gap: 10px;
}
.about-scnd {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.about-frst {
    width: 50%;
}
.about-scnd {
    width: 50%;
}
.about-frst img {
    height: 494px;
    width: 100%;
    border-radius: 10px;
}
.about-scnd img {
    height: 242px;
    width: 100%;
    border-radius: 10px;
}
.about-left .bnr-btn {
    margin-top: 8px;
}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {
    z-index: 999;
}


.scroll {
    background-color: #fff;
    /* height: 53px; */
    padding: 10px 0px;
    transition: background-color .5s ease 0s;
    top: 0;
    position: fixed;
    transition: all 0.3s ease 0s;
    box-shadow: 0 0 15px 1px rgba(0,0,0,.07);
    width: 100%;
    z-index: 999;
}