@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap');
body{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.025em;
}
.navbar-brand{
font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: 700;
font-size: 26px;
line-height: 150%;
}

/* #Primary
================================================== */

/* #Navigation
================================================== */


.navigation-wrap.start-header.scroll-on {
    background: #052631;
}

.start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 20px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
	/* background-color: white; */
}
.start-header.scroll-on {
	padding: 10px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{

	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar{
	padding: 0;
}
.navbar-brand img{
	width: auto;
	display: block;

	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid white;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: white;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
    border-bottom: transparent !important;
}
.nav-link {
    color: white !important;
    font-weight: 300;
    font-size: 15px;
    transition: all 200ms linear;
    letter-spacing: 0.235em;
    text-transform: uppercase;
}
.nav-item:hover .nav-link{
	color: #23BDFF !important
}
.nav-item.active .nav-link{
	color:#23BDFF !important
}
.nav-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block;
}

/*******************/
.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #23BDFF;
	opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item{
	position: relative;
    transition: all 200ms linear;
}
/*******************/
/* #Primary style
================================================== */



.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}


.btn-ble:hover {
    background-color: #23BDFF;
    color: #fff;
}

.subt:hover{
    background-color: #23BDFF;
    color: #fff;
}

ul.get {
    margin-bottom: 5px;
}
ul.get li {
    display: flex;
}


.banner-area-inner {
    background: url(../images/banner-home.jpg);
    width: 100%;
    padding-top: 164px;
    position: relative;
    background-size: cover;
}
.banner-area-inner:before {
    background: linear-gradient(0deg, rgba(10, 10, 10, 0.7), rgba(10, 10, 10, 0.7));
    content: '';
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
    top: 0px;
}

.banner-area-inner .banner {
    display: flex;
    position: relative;
    padding-top: 64px;
    padding-bottom: 66px;
}


/* ******************** */
.btn-blue {
    background: transparent;
    padding: 10px 0px;
    border-radius: 0px;
    color: #23BDFF;
    font-size: 16px;
    border: 0px solid #23BDFF;
    white-space: pre;
    letter-spacing: 0em;
    text-decoration: underline;
}
a.btn-blue:hover {

	text-decoration: none;
  stroke-dasharray: 150 480;
    stroke-dashoffset: 150;
    transition: 600ms ease-in-out;
}

.btn-ble {
    background: transparent;
    padding: 10px 24px;
    border-radius: 0px;
    color: #23BDFF;
    font-size: 16px;
    border: 1px solid #23BDFF;
    white-space: pre;
    letter-spacing: 0.235em;
    text-transform: uppercase;
}
a.btn-ble:hover {

	text-decoration: none;
  stroke-dasharray: 150 480;
    stroke-dashoffset: 150;
    transition: 600ms ease-in-out;
}

ul.navbar-nav li {
    padding-left: 10px;
    padding-right: 10px;


}



.banner-area {
    /* background: url(../images/banner-home.jpg); */
    width: 100%;
    /* padding-top: 164px; */
   position: relative;
	background-size: cover;
}

.banner-area:before {
    background: linear-gradient(0deg, rgba(10, 10, 10, 0.7), rgba(10, 10, 10, 0.7));

    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0px;
}

.banner {
    display: flex;
    position: relative;
    padding-top: 219px;
    padding-bottom: 55px;
    z-index: 9;
}

.bner-txt p {
    color: white;
    padding-top: 19px;
}

img{max-width: 100%;}
.bner-txt h1 {
    font-size: 80px;
    font-weight: 600;
    color: white;
    line-height:77.6px;

}


.exp-area {
    background: #052631;
    color: white;
    padding-top: 42px;
    padding-bottom: 42px;
}
.exper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
ul.ex {
    display: flex;
    padding-left: 1px;
}

ul.ex li{
   display: inline;
   padding-right: 23px;
   position: relative;
   font-family: 'Poppins';
   font-style: normal;
   font-weight: 500;
   font-size: 35px;
   line-height: 120%;
  }
  ul.ex li:first-child:after {
    background: none;
}
ul.ex li:after {
    content: '';
    width: 9px;
    height: 9px;
    background: white;
    position: absolute;
    border-radius: 99%;
    top: 23px;
    left: -15px;
}
.main-heading {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 120%;
    border-bottom: 1px solid #23BDFF;
    padding-bottom: 21px;
}
.accordion {
    margin: 0 auto;
    max-width: 648px;
	padding-left: 0px;

}

.wider-choice .accordion__item--trigger-1 {
    cursor: pointer;
    color: black;
    font-size: 18px;
    margin: 0;
    padding: 20px  0px;
	font-weight: 300;

    position: relative;
    display: flex;
    align-items: center;

}
.wider-choice .accordion__item--trigger-1[aria-expanded="true"]{
	color: black;
    padding-bottom: 0px !important;
}

.paadding-1{
    padding-top: 122px;
    padding-bottom: 122px;
}
.bx-wid {
    padding-top: 15px;
}


ul.bx-ul {
    padding-left: 0px;
}

ul.bx-ul li {
    border-bottom: 1px solid;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
}
ul.bx-ul li:last-child {
    border-bottom: 0px;

}

.botm-boder{    padding-bottom: 44px;}
/* ******************** */


.accordion__item--trigger-1 {
    cursor: pointer;
    color: rgb(0, 0, 0);
    font-size: 18px;
    margin: 0;
    padding: 20px  0px;
	font-weight: 300;

    position: relative;
    display: flex;
    align-items: center;

}
.accordion__item--trigger-1[aria-expanded="true"]{
	color: #000000;
}
.accordion__item--trigger-1[aria-expanded="true"] + .accordion__item--panel-1 {
	height: 6.6875rem;
    opacity: 1;
    padding-bottom: 19px;
}

/* Accordion Panel */
.accordion__item--panel-1 {
    height: 0;
    opacity: 0;
    overflow: hidden;

    transition: height 400ms ease-in-out, opacity 350ms linear;

    display: flex;
    align-items: center;
}
.accordion__item--panel-1 > p {
    margin: 0;
    padding: 1px 0rem;
    font-size: 18px;
    font-weight: 300;
}


.accordion__item {
    border-bottom: 1px solid #23BDFF;
}

/* Accordion Trigger */
.accordion__item--trigger {
    cursor: pointer;
    color: rgb(0, 0, 0);
    font-size: 18px;
    margin: 0;
    padding: 20px  0px;
	font-weight: 500;

    position: relative;
    display: flex;
    align-items: center;

}
    .accordion__item--trigger::after {
        content: url("icon-up.png");
        font-weight: 700;
        font-size: 1.5rem;
        display: block;
        margin-left: 0.75rem;
        position: absolute;
    right: 21px;
    }
    .accordion__item--trigger[aria-expanded="true"]::after {
        content: url("icon-drop.png");
    }
    .accordion__item--trigger img {
    padding-right: 20px;
}


.accordion__item--trigger::after {
    content: url(../images/arrow-b.png);
    transition: transform .7s ease-in-out;
}

.accordion__item--trigger[aria-expanded="true"]::after {
    transform: rotate(267deg);
    content: url(../images/arrow-b.png);
}
/* Accordion Panel */
 .accordion__item--panel {
    height: 0;
    opacity: 0;
    overflow: hidden;

    transition: height 400ms ease-in-out, opacity 350ms linear;

    display: flex;
    align-items: center;
}
.accordion__item--panel > p {
    margin: 0;
    padding: 1px 0rem;

    font-weight: 500;
}
.accordion__item--trigger[aria-expanded="true"]{
	color: #000000;
}
.accordion__item--trigger[aria-expanded="true"] + .accordion__item--panel {
	height: auto;
    opacity: 1;
    padding-bottom: 19px;
}

.faq .accordion__item--trigger {
    cursor: pointer;
    color: #111111;
    font-size: 18px;
    margin: 0;
    padding: 20px 0px;
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
}
.faq .accordion__item--trigger[aria-expanded="true"] {

    padding-bottom: 0px !important;

}





.our-service {
    background: #031921;

}
.our-service h2 { color: white !important; }
.our-service  p { color: white !important; }

.our-service .accordion__item--trigger::after {
    content: url(../images/arrow.png);
    font-weight: 700;
    font-size: 1.5rem;
    display: block;
    margin-left: 0.75rem;
    position: absolute;
right: 21px;
transition: transform .7s ease-in-out;
}
.accordion__item--trigger[aria-expanded="true"]::after {
    transform: rotate(267deg);
}

.our-service .accordion__item--trigger[aria-expanded="true"] + .accordion__item--panel {
    height:auto;
        padding-bottom: 23px;
    padding-top: 0px;
}
.our-service .accordion__item {
    border-bottom: 1px solid #ffffff;
}
.our-service h3{
font-family: 'Outfit';
font-style: normal;
font-weight: 600;
font-size: 25px;
line-height: 120%;
color: #FFFFFF;
padding-bottom: 16px;

}
.our-service  .row{padding-top: 31px;}

.our-service .accordion__item--trigger {

    padding: 25px 0px;
}
.boder-none {
    border-bottom: 0px !important;
}

.erth img {
    width: 100%;
}
.featr {
    text-align: center;
}

/* ul.sect-ul {
    list-style-image: url(../images/icon.png);
    padding-left: 21px;
} */
ul.sect-ul li {
    padding-left: 1px;
    padding-bottom: 23px;
}

ul.sect-ul li a {
    color: black;
}
ul.sect-ul li img {
    width: 26px;
    margin-right: 14px;
}
.sect-list {
    padding-top: 57px;
}

.sect-list {
    padding-top: 57px;
    display: flex;
    justify-content: space-between;
}

.sect-width {

    padding-top: 24px;
}

.get-in .btn-ble {
    border: 0px;
    border-left: 3px solid;
}

footer.footr {
    background: #031921;
    padding-top: 99px;
    padding-bottom: 99px;
    color: white;
}
.foot-logo ul li {
    display: inline-block;
    padding-right: 16px;
    padding-top: 34px;
}
.foot-logo ul li a{ color: white;}
.foot-logo ul {

    padding-left: 0px;
}

.foot-right ul {
    padding-left: 0px;
}

.inner-fot {
    display: flex;
    justify-content: space-between;
}
.foot-right {
    display: flex;
    justify-content: space-between;
    width: 25%;
}
.foot-right ul li {
    display: block;
    padding-top: 15px;
}
.foot-right ul li a{ color: white;}

footer.footr  a:hover{ color: #23BDFF;}

a:hover{text-decoration: none;}
.botm-foot {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid white;
    margin-top: 36px;
    padding-top: 23px;
    font-size: 15px;
}
.prvy a {
    color: white;
}
a.polcy {
    padding-right: 20px;
}


.top-heading{
    font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 80px;
/* padding-top: 32px; */
padding-bottom: 59px;
}


.navbar-light.abt .navbar-toggler-icon {

    border-bottom: 1px solid black;
}

.abt .navbar-toggler-icon:after{

    background-color: black ;
}
.abt  .navbar-toggler-icon:before {

    background-color: black ;
}

.scroll-on .navbar-light.abt .navbar-toggler-icon {
    border-bottom: 1px solid white
}

.scroll-on .abt .navbar-toggler-icon:after {
    background-color: white ;
}

.scroll-on .abt .navbar-toggler-icon:before
{
    background-color: white ;
}
.abt li a.nav-link {
    color: black !important;
}


.scroll-on .abt li a.nav-link {
    color: rgb(255, 255, 255) !important;
}
.scroll-on .navbar-brand{
    color: rgb(255, 255, 255) !important;
}
.core-belie .accordion__item--trigger[aria-expanded="true"] {
    color: #23BDFF;
}

.core-belie h4{

    font-family: 'Outfit';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: #23BDFF;

}
.core-service  h2 {
    color: white !important;
    margin-bottom: 28px;
}

.core-service  p {
    color: white !important;
}
.core-service {
    background: #031921;
}

.core-service .accordion__item {
    border-bottom: 1px solid #ffffff;
}

.commit {
    padding-top: 49px;
}


.ul-commit{

    font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 150%;
}

.ul-commit{
padding-left: 0px;
}
.ul-commit li {
    padding-top: 23px;
    padding-bottom: 23px;
    border-bottom: 1px solid;
    display: block;
    font-size: 14px;
    line-height: 135%;
}
.ul-commit li:last-child { border-bottom:0px;}
.team-ul ul{padding-left: 0%;}

.team-ul li {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom:  1px solid #23BDFF;
    display: block;
    color: white;
}
.team-ul li:last-child {
    border-bottom: 0px;
}
.team-ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.coze {
    text-align: center;
    width: 73%;
}
.inspiration{
font-family: 'Outfit';
font-style: normal;
font-weight: 600;
font-size: 42px;
line-height: 120%;

}

.senior{
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 17px;
line-height: 175%;
letter-spacing: 0.235em;
text-transform: uppercase;
}
.commit ul.get{padding-left: 0%;}

.learn-more{


    padding: 15px 39px;
    border-radius: 0px;
    color: #23BDFF;
    font-size: 17px;
    border: 1px solid #23BDFF;
    white-space: pre;
    letter-spacing: 0.235em;
    text-transform: uppercase;

    color: #23BDFF;
}


.top-pad-btm {
    padding-top: 28px;
    padding-bottom: 27px;
}

.learn-more:hover{
    background-color: #23BDFF;
    color: #fff;
}


.paadding-botm-1{padding-bottom: 120px;}

.padding-top {
    padding-top: 44px;
}

.our-service-w .accordion__item--trigger::after {
    content: url(../images/arrow-b.png);
    font-weight: 700;
    font-size: 1.5rem;
    display: block;
    margin-left: 0.75rem;
    position: absolute;
    right: 21px;
    transition: transform .7s ease-in-out;
}


.our-service-w  h3 {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 120%;
    color: #000000;
    padding-bottom: 16px;
}
.our-service-w .accordion__item--trigger {

    font-weight: 500;
}

.our-service-w .accordion__item {
    border-bottom: 1px solid #000000;
}

.paadding-1-b {
    padding-top: 120px;
    padding-bottom: 120px;
}
.curr h6{
font-family: 'Outfit';
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 120%;
color: white;
}

.curr p {
    padding-bottom: 19px;
}
.top-h {
    padding-bottom: 18px;
}
.join-form ul {
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.join-form ul li {
    display: inline-block;
    width: 49.5%;
    padding-top: 26px;
}
.join-form input.form-control {
    border: 1px solid black;
    border-radius: 0px;
    height: 56px;
}

.join-form textarea.form-control {
    border: 1px solid black;
    border-radius: 0px;
    height: 111px;
}

.join-form label {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 17px;
letter-spacing: 0.235em;
text-transform: uppercase;
color: #727272;
}
.join-form span {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 150%;
color: #727272;
padding-top: 14px;
    display: block;
}


  .join-form  ::-webkit-input-placeholder {
    font-size:16px !important;

 }

.coze {
    text-align: center;
}
.join-form  input[type="file"]::file-selector-button {
    border: 0px ;
    padding-top: 11px;
    border-radius: 0;
    background-color: #ffffff;
    transition: 1s;
    text-align: center;
    width: 102%;
    font-size:16px !important;
    color: #727272;
  }
  .join-form ul .full {
    width: 100%;
}

.subt {
    background: transparent;
    padding: 6px 24px;
    border-radius: 0px;
    color: #23BDFF;
    font-size: 16px;
    border: 1px solid #23BDFF;
    letter-spacing: 0.235em;
    text-transform: uppercase;
    width: 205px;
    height: 57px;
    display: block;
    text-align: center;
    line-height: 45px;
}
.rigt {
    display: flex;
    justify-content: flex-end;
    padding-top: 35px;
}

.corpo{
    background: #052631;
    color: white;
}
.corpo-inn {
    display: flex;
    justify-content: space-between;
    padding-top: 49px;
}
.one h3{
font-family: 'Outfit';
font-style: normal;
font-weight: 700;
font-size: 24px;
padding-bottom: 15px;
}
.one p {

    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 400;
}

.branch {
    padding-top: 122px;
}


nav .dropdown-menu.show {
    background: #052631;
    border: 0px;
}
nav .dropdown-menu.show a{
    color: white ;
}

nav .dropdown-item:focus, .dropdown-item:hover {
    color: #23BDFF !important;
    text-decoration: none;
    background-color: transparent !important;
}
nav .dropdown-item {
    display: block;
    width: 100%;
    padding: 9px 1.5rem;
}

nav .nav-item.show .dropdown-menu {
   
    margin-top: 10px;
}

nav .nav-item.show .dropdown-menu a {
    font-weight: 100;
    text-transform: capitalize;
    letter-spacing: 1px;
}


  html {
    scroll-behavior: smooth;
  }
  .mob1{display: none;}
    #btn-back-to-top {
        position: fixed;
        bottom: 20px;
        right: 20px;
        display: none;
      }

    
      .footr .btn-danger {
        color: #fff;
        background-color: #23BDFF !important;
        border-color: #23BDFF !important;
    }

    a.dropdown-item img {
        text-align: right;
        float: right;
        width: 19px;
        margin-top: 4px;
    }
    .full-width .row {
        padding: 33px;
    }

    .full-width .row a {
        border-bottom: 1px solid #23bdff;
    }


    .full-width .row .dropdown-item {
       
        padding: 17px 1.5rem;
    }


    ul.navbar-nav img {
        width: 19px;
    }


    .dropdown-menu {
        
        min-width: 13rem;
    }

    img.mob-img-1 {
        display: none;
    }
    .abtt-nv .dropdown-item {
        padding: 17px 0rem;
        border-bottom: 1px solid #23bdff;
        /* font-size: 14px; */
    }

    .dropdown-menu.abtt-nv{
        padding: 0px 18px;
       
    }
    
    .core-service .accordion__item--trigger::after {
        content: url(../images/arrow.png);
        font-weight: 700;
        font-size: 1.5rem;
        display: block;
        margin-left: 0.75rem;
        position: absolute;
        right: 21px;
        transition: transform .7s ease-in-out;
    }

    ul.sect-ul {
        padding-left: 0px;
    }
    ul.sect-ul li {
      display: block;
    }

    .banner-area img {
        width: 100%;
        object-fit: cover;
        position: absolute;
        height: 100%;
    }
  .accordion__item--trigger:hover {
        color: #23bdff !important;
    }
   
/* #Media
================================================== */


@media (min-width:1000px) and (max-width:1200px){
    ul.navbar-nav li {
        padding-left: 10px;
        padding-right: 10px;
        white-space: nowrap;
    }
    .btn-ble {

        font-size: 15px;
    }
    .nav-link {

        font-size: 15px;
    }

    .navbar-brand {

        font-size: 1.25rem;
    }

    .full-width {
        left: -363% !important;
        min-width: 939px !important;
        padding: 27px;
    }

    }
    @media (min-width:769px) and (max-width:1000px){
        .full-width {
            margin-left: -204px !important;
            min-width: 689px;
        }
        .full-width .row .dropdown-item {
            padding: 17px 0rem;
        }
        .full-width  a {
            font-size: 10px !important;
        }
  
    }



    @media (min-width: 795px) {
        button#btn-back-to-top {
            display: none !important;
        }
    }

@media (min-width: 1035px) {
.bner-txt p {
    color: white;
    width: 81%;
    padding-top: 19px;
}
.pd-rigt {
    padding-right: 99px;
}
.sect-width {
    width: 69%;
}

.pd-left {
    padding-left: 87px;
}

.core-belie {
    padding-top: 24px;
}
.top-pad {
    padding-top: 27px;
}

.full-width{left: -655px;    min-width: 1116px;    padding: 27px ;
}
.full-width .row {
   
    padding-bottom: 57px;
}

.full-width .col-md-6 {
    padding-left: 5%;
    padding-right: 5%;
}   

}

@media (max-width: 1033px) {

.paadding-1 {
    padding-top: 44px;
    padding-bottom: 44px;
}
.paadding-1-b {
    padding-top: 44px;
    padding-bottom: 0px;
}
.top-heading {

    font-size: 46px;
    padding-top: 35px;
    padding-bottom: 19px;
}
.bx-wid-abt {
    padding-top: 34px;
}

.paadding-botm-1{padding-bottom: 44px;    padding-top: 34px }

.rigt {

    padding-top: 15px;
}
.branch {
    padding-top: 44px;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
    margin-right: auto;
}
}

@media (max-width: 999px) {
    .padding-top {
        padding-top: 26px;
    }
    .abt li a.nav-link {
        color: white !important;
    }
    ul.navbar-nav li {
        padding-left: 8px;
        padding-right: 8px;
    }
    .btn-ble {
        padding: 10px 15px;
         font-size: 15px;
    }
    .navigation-wrap.start-header.scroll-on {
        background: #052631;
    }
	.navbar-expand-md {
			flex-flow: wrap!important;
		justify-content: space-between !important
	}

    .nav-link {
        color: white !important;
        font-weight: 300;
        font-size: 15px;
    }
	.navbar-expand-md .navbar-collapse {

		flex-basis: 99%!important;
        background: #052631;
	}
    ul.get {
        margin-bottom: 1px;
        margin-left: 0px;
        padding-left: 10px;
        padding: 15px;
    }

	.navbar-nav {
		display: -ms-flexbox  !important;
		display: flex  !important;


		padding-left: 0 !important;
		margin-bottom: 0 !important;
		list-style: none !important;
	}
	.navbar-expand-md .navbar-toggler {
     display: block;
}
	.collapse:not(.show) {
		display: none !important
	}
	.nav-item:after{
		display: none;
	}

	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
		transition: all 200ms linear;
	}
	
	.dropdown-toggle[aria-expanded="true"]::after{
		transform: rotate(90deg);
		opacity: 0;
	}
	.dropdown-menu {
		/* padding: 0 !important; */
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}

	.banner {
		display: flex;
		flex-wrap: wrap;
		padding-top: 138px;
	}

.bner-txt h1 {
    font-size: 44px;

    color: white;
    line-height: 43.6px;
}

.sect-list {

        padding-top: 27px;
    flex-wrap: wrap;
}
.foot-right {

    width: 37%;
}

ul.navbar-nav li {

    padding-bottom: 13px;
}
.abt li a.nav-link {
    color: rgb(255, 255, 255) !important;
}

nav .dropdown-toggle::after {
    position: absolute;
    display: block;
    top: 0px;
    left: auto  !important;
    right: -10px !important;
    width: 1px;
    height: 11px;
    content: "";
    border-top: 0.3em solid !important;
    border-right: 0.3em solid transparent !important;
    border-bottom: 0 !important;
    border-left: 0.3em solid transparent !important;
    background-color: transparent !important;
    vertical-align: 0;
    transition: all 200ms linear;
   
}
nav  .dropdown-toggle[aria-expanded="true"]::after{
    transform: rotate(268deg) !important;
    opacity: 1 !important
}
nav .nav-item.show .dropdown-menu a {
    padding-bottom: 12px !important;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 1px;
}
nav .nav-item:hover {
    color: #ffffff !important
}
  nav  .dropdown-item {
   
    color: #ffffff !important
}

nav .dropdown-item {
   
    padding: 9px 0rem;
}

li.nav-item.show {
    padding-bottom: 0px;
}

}


@media (max-width:769px) {
.owl-theme .owl-dots .owl-dot span {

    background: #19128d !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #037f6a !important;
}
.commit {
    padding-top: 41px;
}
.navbar-brand {

    font-size: 1.25rem;
}

.curr h6 {

    font-size: 20px
}
img.mob-img-1 {
    display: block;
    float: right;
    position: relative;
    top: 12px;right: -25px;

}

nav .dropdown-toggle::after {
   
    border: none !important;
}
}

@media (max-width:767px) {
    .accordion__item--trigger {

        font-size: 14px;
    }
    body {
        font-size: 14px;
        line-height: 141%;
    }

    ul.get {
        margin-bottom: 31px;
        margin-left: 0px;
        padding-left: 10px;
    }
	.bner-txt {
		width: 99%;
		display: block;
	}

	.bner-img {
		width: 100%;
		display: block;
		padding-top: 44px;
	}
	.bner-txt h1 {

		padding-top: 9px;
	}

	.bner-txt ul li {
		font-size: 12px;
		display: block;
	}

    ul.ex {
        display: flex;
        padding-left: 1px;
        flex-wrap: wrap;
        justify-content: center;
    }

    ul.ex li {

        font-size: 25px;
    }

    ul.ex li:after {

        top: 13px;
        left: -15px;
    }
    .exper ul.get {
        margin-bottom: 1px;
    }
    .botm-boder {
        padding-bottom: 8px;
    }
    .main-heading {

        font-size: 30px;
    }

	.exper {

        justify-content: center;
    }

    .corpo-inn {
        display: flex;
        justify-content: space-between;
        padding-top: 3px;
        flex-direction: column;
    }
    .one h3 {
        font-size: 21px;
        padding-bottom: 6px;
        padding-top: 28px;
        display: block;
    }
    .one p {

        font-size: 13px;
    }
    .coze {
        text-align: center;
        width: 100%;
    }
    .join-form ul li {

        width: 100%;

    }

    .banner-area-inner {

        padding-top: 71px;

    }
    .full-width .row {
    padding: 0px 1px;
}
 

    .mob1{display: block;}
}

@media (max-width:667px) {
    .featr img {
      
        padding-bottom: 33px;
    }
.core-belie {
        padding-bottom: 19px;
    }
    .top-pad-btm {
        padding-top: 10px;
        padding-bottom: 42px;
    }
    .core-belie h4 {

        font-size: 16px;
    }

    .top-pad {
        padding-bottom: 1px;
    }

    .inner-fot {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .foot-right {
        display: flex;
        justify-content: space-evenly;
        width: 100%;
    }
    .foot-logo {
        text-align: center;
    }
    .botm-foot {
        display: flex;
        justify-content: space-around;flex-wrap: wrap;
    }
    footer.footr {
        background: #031921;
        padding-top: 68px;
        padding-bottom: 68px;
    }

    .inspiration {

        font-size: 33px;

        padding-top: 20px;
    }
.full-width .row .dropdown-item {
    padding: 17px 0rem;
  
}

nav .nav-item.show .dropdown-menu a{  font-size: 13px;}

.carousel-control-next, .carousel-control-prev {
    display: none;
}
.abtt-nv.show .col-md-12 {
    padding: 1px;
}
}
