

*{
    margin:0; 
    padding: 0;
}

html{
    font-size: 16px;
}

body{
    font-family: 'Montserrat', sans-serif;
    font-size: 100%;
    padding: 0;
    margin: 0;
}

p{
    margin-bottom: 10px;
}

p:last-child{
    margin-bottom: 0;
}

.container{
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

section{
    padding: 80px 0;
}

h2.headline{
    font-size: 2.5em;
    color: #475665;
    padding-bottom: 20px;
}

h2.thin-headline{
    font-size: 2.5em;
    font-weight: 300;
    color: #475665;
    padding-bottom: 20px;
}

p{
    font-size: 1.1em;
    color: #475665;
}

p > a{
    color: #478ebd;
    text-decoration: none;
}

/* Header */
header.main{
    position: relative;
    z-index: 2;
}

.top-bar{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px 0;
}

nav.main{
    background: #468dcb;
    height: 52px;
}

.sm-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.contact-list{
    list-style-type: none;
}

#fb-clr a{
    color: #678adf;
}

#insta-clr a{
    color: #c84a57;
}

#twitter-clr a{
    color: #03a9f4;
}

#linkedin-clr a{
    color: #0077b5;
}

#youtube-clr a{
    color: #ff0000;
}

/* Subheader */
.navlist{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start ;
}

.navlist a{
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 16px 15px;
}

.navlist > li {
    /*padding: 15px 0;*/
    font-size: 1em;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.navlist > li:after{
    content: "|";
    color: #fff;
    /*margin: 0 10px;*/
}

.navlist > li:last-child:after{
    display: none;
}

.navlist > li a:hover,
.navlist > li a.activenav{
    background: #e78d0d;
}

nav.main .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: center;
    position: relative;
}

.services-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    text-decoration: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #e78d0d;
    padding: 10px 20px;
    font-size: 1.25em;
    position: relative;
    right: 0px;
    border: 4px solid #fff;
    -webkit-box-shadow: -3px 4px 6px rgb(0 0 0 / 30%);
            box-shadow: -3px 4px 6px rgb(0 0 0 / 30%);
    top: -10px;
    font-weight: 600;
    margin-left: 15px;
}

.nav-right {
    position: relative;
}

.services-btn:hover + .submenu{
    opacity: 1;
    display: block;
}

.services-btn img{
    padding-right: 20px;
    display: inline-block;
}

.services-btn i {
    margin-left: 43px;
    font-size: 1.5em;
}

.sm-list > li{
    margin-left: 15px;
    font-size: 1.5em;
}

.sm-list > li:first-child{
    margin-left:  0;
}

.registerlinks > i{
    color: #3d8ed7;
}

.registerlinks a{
    font-size: 13px;
    color: #787879;
    font-weight: bold;
    text-decoration: none;
}

.contact-list{
    margin-top: 20px;
}

.contact-list > li{
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 500;
    color: #787879;
}

.contact-list > li i {
    margin-right: 5px;
    font-size: 1rem;
}

.submenu{
    position: absolute;
    top: 58px;
    right: 0;
    background: rgba(255,255,255,0.85);
    list-style: none;
    width: 300px;
    text-decoration: none;
    opacity: 0;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    display: none;
}

.submenu:hover{
    opacity: 1;
    display: block;
}

.submenu li{
    padding: 10px 5px;
    border-bottom: 1px solid #000;
    margin: 0 10px;
    text-align: center;
}

.submenu a {
    text-decoration: none;
    color: #000002;
}

.submenu > li:last-child{
    border: none;
}

/* Slider */
.d-table {width: 100%;height: 100%;display: table;}
.d-tablecell {
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 70px;
}
.custom-btn1 {background-color: #458ec8;color: #fff;border: 1px solid #458ec8;display: inline-block;padding: 12px 30px;border-radius: 30px;text-decoration: none;}
.custom-btn1:hover {background-color: transparent;text-decoration: none;color: #fff;}
/*
Hero slider style
==========================*/
.hero-slider {position: relative;}
.single-hs-item {height: 700px;background-size: cover !important;background-position: center !important;position: relative;}
.single-hs-item:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0+0,1+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(255,255,255,0)),to(rgba(0,0,0,1)));
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

    opacity: 0.9;
}

.item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: tomato;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero-text {padding: 0 15px;text-align: center;max-width: 1140px;margin-left: auto;margin-right: auto;position: relative;}
.hero-text h1 {color: #fff;font-size: 50px;font-weight: 600;margin: 0;}
.hero-text p {color: #fff;font-size: 1.25em; margin-left: auto;margin-right: auto;line-height: 30px;margin-top: 20px;margin-bottom: 35px;}
.hero-slider .owl-item.active h1 {-animation: 1s .3s fadeInUp both;}
.hero-slider .owl-item.active p {-webkit-animation: 1s .3s fadeInUp both;animation: 1s .3s fadeInUp both;}
.hero-slider .owl-item.active .slider-btn {-webkit-animation: 1s .3s fadeInUp both;animation: 1s .3s fadeInUp both;}
.owl-carousel .owl-nav button.owl-prev {background: rgba(255,255,255,0.2);position: absolute;left: 20px;top: 50%;
color: #fff;font-size: 30px;margin: -40px 0 0;border-radius:100%;height: 50px;width: 50px;}
.owl-carousel .owl-nav button.owl-next {background: rgba(255,255,255,0.2);position: absolute;right: 20px;top: 50%;color: #fff;font-size: 30px;margin: -40px 0 0;border-radius: 100%;height: 50px;width: 50px;
}
.owl-theme .owl-nav {margin-top: 0;}
.owl-dots {position: absolute;left: 0;right: 0; bottom: 20px;}
.owl-theme .owl-dots .owl-dot span {width: 11px;height: 20px;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background: #ff3547;}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-theme .owl-nav [class*=owl-]:hover {
    background: rgba(255,255,255,0.6);
}

.owl-nav button span {
    line-height: 0 !important;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 23px;
    left: 20px;
}

.hero-text h1{
    font-size: 3.75em;
    font-weight: bold;
}

.video-thumb{
    margin-top: 30px;
}

.video-thumb img {
    width: 100%;
}

.who-we-are > .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.who-we-are .has-left-content {
    min-width: calc(60% - 40px);
    padding-right: 80px;
}

.who-we-are .has-right-content {
    min-width: calc(40% - 40px);
}

.who-we-are .has-left-content video{
    margin-top: 30px;
}

.success-stories{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.success-stories > li {
    width: calc(50% - 60px);
    list-style-type: none;
    margin-bottom: 30px;
}

.success-stories h3{
    font-size: 2.5em;
    color: #475665;
}

.success-stories span{
    font-size: 1.1em;
    color: #475665;
}

.success-stories > li:nth-child(2n+1) {
    padding-right: 120px;
}

.success-stories > li:nth-child(3),
.success-stories > li:nth-child(4){
    margin-bottom: 0;
}

/* Testimonials */
.testimonials{
    background: #468dcb;
    text-align: center;
}

.testimonials h2.headline{
    color: #fff;
    padding-bottom: 10px;
}

.headline-wrap p{
    color: #fff;
    font-size: 0.95em;
    padding-top: 2px;
}

.what-we-do{
    text-align: center;
}

.what-we-do h2.headline{
    padding-bottom: 10px;
}

.what-we-do .headline-wrap p{
    color: #4b5360;
}

.wwd-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
}

.wwd-list > li{
    width: 25%;
    position: relative;
}

.wwd-list .wwd-ico{
    background: #e78d0d;
    width: 110px;
    height: 110px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 20px;
}

.what-we-do-content{
    margin-top: 40px;
}

.wwd-content{
    font-size: 1.25em;
    color: #4b5360;
}

.wwd-list > li:after {
    content: url(../img/wwd-arrow.png);
    position: absolute;
    right: -40px;
    top: 45px;
}

.wwd-list > li:last-child:after{
    display: none;
}

/* Footer */
footer.main{
    background: #435463;
    padding: 50px 0 20px;
}

footer.main > .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

footer.main .footer-one,
footer.main .footer-three{
    width: 25%;
}

footer.main .footer-two{
    width: 50%;
}

.footer-service-list{
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    list-style-type: none;
}

.footer-address{
    color: #fff;
    font-size: 14px;
    margin: 20px 0 0;
}

.footer-c{
    color: #fff;
    font-size: 1.5em;
    margin:  20px 0;
}

.footer-one a{
    color: #fff;
    text-decoration: none;
    color: #fff;
}

.footer-email{
    font-size: 14px;
    text-decoration: none;
    color: #fff;
}

footer.main h3.headline{
    font-size: 1.25em;
    color: #468dcb;
    font-weight: 400;
    padding-bottom: 20px;
}

.footer-service-list{
    font-size: 14px;
}

.footer-service-list > li {
    margin-bottom: 22px;

}

.footer-service-list a{
    text-decoration: none;
    color: #fff;
}

.footer-three p{
    color: #fff;
    font-size: 14px;
}

.footer-form input[type="email"]{
    background: #fff;
    width: 100%;
    border: none;
    height: 40px;
    margin-top: 20px;
    text-indent: 15px;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
}

.footer-form input[type="submit"]{
    background: #468dcb;
    color: #fff;
    height: 40px;
    width: 165px;
    border: none;
    border-radius: 50px;
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size:1.2em;
}

ul.socialmedia-list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

ul.socialmedia-list > li{
    margin: 0 10px;
}

ul.socialmedia-list > li:first-child{
    margin-left: 0;
}

ul.socialmedia-list a{
    color: #fff;
}

.subfooter {
    margin-top: 40px;
}

.right-subfooter p{
    color: #fff;
    font-size: 12px;
    text-align: right;
    margin-bottom: 5px;
}

.right-subfooter p > a{
    color: #fff;
    text-decoration: underline;
}

.subfooter > .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

/* Testimonials */
.test-item {
    background: #fff;
    padding: 50px 50px 80px;
    position: relative;
    margin-bottom: 50px;
}

.user-test{
    color: #797979;
    margin-top: 30px;
}

.user-test > span{
    color: #468dcb;
    font-weight: 600;
}

.test-item > p {
    font-weight: 500;
    font-size: 1.1em;
    color: #797979;
}

.testimonials-list {
    margin-top: 80px;
}

.test-item:before {
    content: url(../img/test-item-ico.png);
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
}

.user-img {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 20px;
}

.hamburger{
    display: none;
}

.who-we-are .has-left-content video {
    margin-top: 30px;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
}

.owl-carousel .owl-item img {
    max-width: 70px;
    margin: 0 auto;
}

.test-item{
    border-radius: 15px;
}

.testimonial-quotes {
    padding-top: 45px;
}

.footer-one a:hover,
.footer-service-list a:hover{
    text-decoration: underline !important;
    color: #fff;
}

/* User signup 1 */
.internal-page-slider{
    height: 250px;
    background-size: cover !important;
    background-position: center !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}

.internal-page-slider:before{
    content: '';
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0+0,0.8+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(255,255,255,0)),to(rgba(0,0,0,0.8)));
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */

    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

}

.breadcrumb-text {
    position: absolute;
    top: 90px;
    margin: auto;
    bottom: 0;
    height: 15px;
}

h1.page-headline, 
.breadcrumb-text {
    color: #fff;
    z-index: 1;
}

h1.page-headline{
    font-size: 2.25em;
    text-transform: uppercase;
    color: #fff;
}

.breadcrumb-text {
    font-size: 1.25em;
}

.internal-page-slider:after {
    content: url(../img/arrow-slide-ico.png);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 24px;
}

.internal-p{
    padding: 150px 0;
}

.form-cont{
    padding: 50px 80px;
}

.step-form{
    display:  -webkit-box;
    display:  -ms-flexbox;
    display:  flex;
}

.step-form > div{
    width: 50%;
}

.step-head.step-one {
    color: #2672b3;
    border-top-left-radius: 30px;
}

.step-head.step-one .round-step {
    background: #2672b3;
    color: #fff;
}

.step-head.step-two.selected {
    border-top-right-radius: 0;
    color: #fff;
    border-bottom-right-radius: 0;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.step-head.step-two.selected .round-step {
    color: #3982c2;
    background: #fff;
}

.step-head.step-two.selected:after {
    display: none;
}

.step-head.step-two.selected:before {
    content: '';
    background: #3794e5;
    height: 100%;
    width: 50px;
    position: absolute;
    left: 0;
    z-index: -1;
}

.step-head{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#51a4ec+0,3694e5+100 */
    background: rgb(81,164,236); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear,  left top, right top,  from(rgba(81,164,236,1)),to(rgba(54,148,229,1)));
    background: -o-linear-gradient(left,  rgba(81,164,236,1) 0%,rgba(54,148,229,1) 100%);
    background: linear-gradient(to right,  rgba(81,164,236,1) 0%,rgba(54,148,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51a4ec', endColorstr='#3694e5',GradientType=1 ); /* IE6-9 */

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    padding: 20px 0;
    font-size: 1.5em;
    font-weight: 500;
}

.step-head.selected{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#458ccb+0,2671b3+100 */
    background: rgb(69,140,203); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear,  left top, right top,  from(rgba(69,140,203,1)),to(rgba(38,113,179,1)));
    background: -o-linear-gradient(left,  rgba(69,140,203,1) 0%,rgba(38,113,179,1) 100%);
    background: linear-gradient(to right,  rgba(69,140,203,1) 0%,rgba(38,113,179,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#458ccb', endColorstr='#2671b3',GradientType=1 ); /* IE6-9 */
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    position: relative;
}

.step-head.selected:after {
    content: '';
    background: #50a3eb;
    width: 50px;
    height: 100%;
    position: absolute;
    right: 0;
    z-index: -1;
}

.step-head.step-two {
    border-top-right-radius: 30px;
}

span.round-step{
    font-size: 20px;
    font-weight: 400;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #3c84c4;
    margin-right: 10px;
}

.step-head.step-two {
    color: #2672b3;
}

.step-two span.round-step {
    background: #2672b3;
    color: #fff;
}

.step-head.step-one.selected {
    color: #fff;
    border-top-left-radius: 0;
}

.step-head.step-one.selected .round-step {
    background: #fff;
    color: #3881c1;
}

.form-wrapper {
    border-top-right-radius: 30px;
    -webkit-box-shadow: 0px 0px 30px rgb(0 0 0 / 20%);
            box-shadow: 0px 0px 30px rgb(0 0 0 / 20%);
    margin: 0 50px;
    border-top-left-radius: 30px;
}

.form-header-wrapper{
    text-align: center;
}

.form-header-wrapper h4{
    color: #a5b3d9;
    font-size: 1.5em;
    font-weight: 500;
}

.form-header-wrapper h2 {
    font-size: 2.3em;
    font-weight: 500;
    padding: 5px 0 15px;
    color: #468dcb;
}

.form-header-wrapper p{
    font-size: 1.375em;
    font-weight: 400;
    color: #57627e;
}

.signup-form{
    margin-top: 50px;
}

label{
    color: #57627e;
    font-size: 1.1em;
    display: block;
    font-weight: 500;
    padding-bottom: 10px;
}

label > span{
    color: red;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
}

.col-50 > div {
    width: calc(50% - 15px);
}

.col-100 > div{
    width: 100%;
}

.form-row input[type="text"],
.form-row input[type="password"],
.form-row input[type="email"],
.form-row select,
.form-row input[type="date"],
.form-row textarea{
    width: 100%;
    height: 50px;
    border: 2px solid #a0afd6;
    border-radius: 7px;
    font-family: montserrat;
    font-weight: 500;
    font-size: 1.1em;
    text-indent: 15px;
}

.form-row textarea{
    height: 150px;
    padding-top: 10px;
}

.form-row > .input-f:last-child {
    margin-left: 15px;
}

.col-50 > div:first-child {
    margin-right: 15px;
}

.form-row.col-100 > .input-f:last-child {
    margin-left: 0;
}

.form-row input::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #adbdd9;
  opacity: 1; /* Firefox */
}

.form-row input::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #adbdd9;
  opacity: 1; /* Firefox */
}

.form-row input:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #adbdd9;
  opacity: 1; /* Firefox */
}

.form-row input::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #adbdd9;
  opacity: 1; /* Firefox */
}

.form-row input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #adbdd9;
  opacity: 1; /* Firefox */
}

.form-row input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #adbdd9;
}

.form-row input::-ms-input-placeholder { /* Microsoft Edge */
  color: #adbdd9;
}

.next-form-button{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 50px;
}

.next-form-button button{
    background: #468dcb;
    padding: 10px 20px;
    border: none;
}

button {
    background: #468dcb;
    padding: 10px 20px;
    border: none;
    width: 180px;
    height: 60px;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
     text-transform: uppercase;
    font-family: montserrat;
    cursor: pointer;
}

.code-show{
    border: 2px solid #a0afd6;
    overflow: hidden;
    height: 50px;
    border-radius: 5px;
    width: 150px;
    text-align: center;
}

.button-center{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 70px;
}

#hidden{
    visibility: hidden;
}

.two-btns > button{
    margin-left: 30px;
}

.two-btns > button:first-child{
    margin-left: 0;
}

.signin_icon{
    text-align: center;
}

.input input[type="text"],
.input input[type="email"],
.input input[type="password"]{
    border: none;
    border-bottom: 2px solid #bababa;
    border-radius: 0;
    padding-left: 40px;
    width: calc(100% - 40px);
}

.signin_form .email-ic{
    position: relative;  
} 

.signin_form .email-ic:before{
    content: "\f007";
    font: normal normal normal 14px/1 FontAwesome;
}

.signin_form .pswd-ic{
    position: relative;  
} 

.signin_form .pswd-ic:before{
    content: "\f023";
    font: normal normal normal 14px/1 FontAwesome;
}

.signin_form .input:before {
    position: absolute;
    left: 10px;
    top: 45px;
    font-size: 1.3em;
}
input#remember_me {
    display: none;
}

.signin_icon img {
    max-width: 100%;
}
.forget-pass {
    text-align: center;
    margin-top: 17px;
    color:#468dcb;
}

.signin_form .input input:focus,
.signin_form .input input:focus-visible{
    border-color: #468dcb;
    outline: none;
}

.signin_form .input {
    margin-top: 30px;
}

.signin_form .input:first-child {
    margin-top: 10px;
}

#remember_chk{
    display: none;
}

.form-submit input[type="submit"]:focus-visible {
  outline: none;
}

.check_box > label{
    color: #000;
    position: relative;
    cursor: pointer;
}

.check_box > label:before {
    content: url('../img/uncheck.png');
    height: 25px;
    width: 25px;
    display: inline-block;
    position: relative;
    top: 6px;
    margin-right: 15px;
}

.check_box  > #remember_chk:checked + label:before {
    content: url('../img/checked.png');
}

.check_box {
    margin-top: 30px;
}

.form-submit{
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.form-submit input[type="submit"]{
    height: 80px;
    width: 180px;
    border: none;
    background: #468dcb;
    font-size: 1.4em;
    font-family: montserrat;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 6px;
    cursor: pointer;
}

.form-submit span {
    font-size: 1.1em;
    font-weight: 500;
    padding-left: 30px;
}

.form-submit span > a{
    text-decoration: none;
    color: #468dcb;
}

.form-submit span > a:hover{
    text-decoration: underline;
}

.user-temp {
  max-width: 1024px;
}

.owl-theme .owl-nav.disabled + .owl-dots{
    position: relative;
    margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot {
    width: 50px;
    display: inline-block;
    zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    background: #fff;
    margin: 0 auto;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #8bc2f3;
}

.owl-theme .owl-dots .owl-dot{
    height: 20px;
}

.flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.code_sec{
    border: 2px solid #a0afd6;
    height: 50px;
    border-radius: 7px;
    margin-left: 20px;
    width: 220px;
    text-align: center;
    overflow: hidden;
}

.code_sec img{
    max-width: 100%;
    max-height: 100%;
}

.user-pic {
    height: 90px;
    width: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

span.disabletext {
    display: block;
    width: 100%;
    padding-left: 10px;
    color: #adbdd9;
    margin-top: 10px;
}

.f_password{
    margin-top: 20px;
}

.col-40-60{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.col-40-60 > div:first-child{
    width: 40%;
}

.col-40-60 > div:last-child{
    width: calc(60% - 50px);
    padding-left: 50px;
}

.dashboard_ui{
    background: #f0fbfc;
    position: relative;
    padding: 80px 0;
}

.dashboard_ui:before {
    content: url(../img/arrow-slide-ico-dashboard.png);
    position: absolute;
    top: -24px;
    height: 24px;
    width: 40px;
    left: 0;
    right: 0;
    margin: auto;
}

.dashboard_ui > .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.dashboard_ui > .container > div{
    background: #fff;   
}

.dashboard_ui > .container > .side-bar{
    min-width: 250px;
    margin-right: 30px;
}

.dashboard_ui > .container > .db-content{
    width: calc(100% - 280px);
}

.user-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}

.user-name {
    width: 100%;
    font-weight: 700;
    font-size: 1.25em;
    margin: 10px 0 15px;
}

.user-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 30px;
}

.logoutbtn{
    border: 1px solid #7e898e;
    padding: 10px;
    text-decoration: none;
    color: #7e898e;
}

.logoutbtn {
    border: 1px solid #dbdbdb;
    padding: 7px 12px;
    text-decoration: none;
    color: #7e898e;
    border-radius: 5px;
}

.usr-img-wrap{
    position: relative;
}

.message-user{
    position: absolute;
    top: 10px;
    right: -30px;
    background: #ee5518;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#efd8c6+0,ee5111+45 */
    background: rgb(239,216,198); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear,  left top, right top,  from(rgba(239,216,198,1)),color-stop(45%, rgba(238,81,17,1)));
    background: -o-linear-gradient(left,  rgba(239,216,198,1) 0%,rgba(238,81,17,1) 45%);
    background: linear-gradient(to right,  rgba(239,216,198,1) 0%,rgba(238,81,17,1) 45%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efd8c6', endColorstr='#ee5111',GradientType=1 ); /* IE6-9 */

    color: #fff;
    padding: 3px 10px;
    font-size: 14px;
    border-radius: 15px;
}

.dashboard-menu {
    padding: 0 15px;
}

.db_menu_list{
    list-style-type: none;
    padding:  0;
}

.db_menu_list li a{
   /* background: #000;*/
}

.db_menu_list > li > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px 20px;
    z-index:0;
}

.db_menu_list > li .db-icon {
    min-width: 30px;
    min-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4ea1ea+0,468ecc+100 */
    background: rgb(78,161,234); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(78,161,234,1)),to(rgba(70,142,204,1)));
    background: -o-linear-gradient(top,  rgba(78,161,234,1) 0%,rgba(70,142,204,1) 100%);
    background: linear-gradient(to bottom,  rgba(78,161,234,1) 0%,rgba(70,142,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ea1ea', endColorstr='#468ecc',GradientType=0 ); /* IE6-9 */
}

.db_menu_list > li .db-icon + span {
    display: inline-block;
    margin-left: 15px;
}

.act-img{
    display: none;
}

.db_menu_list > li > div:hover,
.db_menu_list > li.active-menu{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4ea1ea+0,468ecc+100 */
    background: rgb(78,161,234); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(78,161,234,1)),to(rgba(70,142,204,1)));
    background: -o-linear-gradient(top,  rgba(78,161,234,1) 0%,rgba(70,142,204,1) 100%);
    background: linear-gradient(to bottom,  rgba(78,161,234,1) 0%,rgba(70,142,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ea1ea', endColorstr='#468ecc',GradientType=0 ); /* IE6-9 */
    border-radius: 5px;
    cursor: pointer;
    -webkit-box-shadow: 0 10px 31px rgb(0 0 0 / 10%);
            box-shadow: 0 10px 31px rgb(0 0 0 / 10%);
}

.db_menu_list > li > div:hover .act-img,
.db_menu_list > li.active-menu .act-img{
    display: block;
}

.db_menu_list > li > div:hover .def-img,
.db_menu_list > li.active-menu .def-img{
    display: none;
}

.db_menu_list > li > div:hover .db-icon,
.db_menu_list > li.active-menu .db-icon{
    background: #fff;
}

.db_menu_list > li > div:hover span,
.db_menu_list > li.active-menu span{
    color: #fff;
}

.db_menu_list > li {
    margin: 10px 0;
    position:relative;
}

.db-content{
    padding: 50px;
}

.menu-content-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding:  0;
}

.menu-content-list > li{
    width: calc(50% - 87px);
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    list-style-type: none;
    margin-left: 30px;
}

.menu-content-list > li:nth-child(2n+1){
    margin-left: 0;
}

.menu-content-list > li .ic{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8cc9fe+0,488fcc+100 */
    background: rgb(140,201,254); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(140,201,254,1)),to(rgba(72,143,204,1)));
    background: -o-linear-gradient(top,  rgba(140,201,254,1) 0%,rgba(72,143,204,1) 100%);
    background: linear-gradient(to bottom,  rgba(140,201,254,1) 0%,rgba(72,143,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cc9fe', endColorstr='#488fcc',GradientType=0 ); /* IE6-9 */

}

.menu-content-list .left-int-menu{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8cc9fe+0,488fcc+100 */
    background: rgb(140,201,254); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(140,201,254,1)),to(rgba(72,143,204,1)));
    background: -o-linear-gradient(top,  rgba(140,201,254,1) 0%,rgba(72,143,204,1) 100%);
    background: linear-gradient(to bottom,  rgba(140,201,254,1) 0%,rgba(72,143,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cc9fe', endColorstr='#488fcc',GradientType=0 ); /* IE6-9 */

    min-height: 65px;
    min-width: 65px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.menu-content-list > li {
    padding: 25px 35px;
    margin-bottom: 30px;
    position: relative;
}

.menu-content-list .int-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}   

.right-int-menu h4 {
    margin: 0 0 5px;
}

.menu-content-list .left-int-menu {
    margin-right: 20px;
}

.right-int-menu span {
    color: #4a5963;
    position: relative;
    max-width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.right-int-menu span img {
    position: absolute;
    right: -40px;
}

.ac-list {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
}

.ac-ico{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4da1e9+0,478dcc+100 */
    background: rgb(77,161,233); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(77,161,233,1)),to(rgba(71,141,204,1)));
    background: -o-linear-gradient(top,  rgba(77,161,233,1) 0%,rgba(71,141,204,1) 100%);
    background: linear-gradient(to bottom,  rgba(77,161,233,1) 0%,rgba(71,141,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4da1e9', endColorstr='#478dcc',GradientType=0 ); /* IE6-9 */

    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 5px;
}

.heading-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.ac-txt {
    color: #272727;
    text-align: center;
}

.ac-list a{
    text-decoration: none;
    color: #272727;
}

.ac-list > li:first-child{
    margin-right: 20px;
}

.heading-bar h2 {
    font-size: 2.5em;
    color: #272727;
    margin: 0;
}

.content-bar {
    margin-top: 30px;
}

.my-ac label {
    font-size: 1.25em;
    color: #282828;
    font-weight: 500;

    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}

.my-ac label + span {
    color: #646464;
    font-size: 1.25em;
    padding-left: 15px;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

.my-ac input[type="text"], 
.my-ac input[type="password"], 
.my-ac input[type="email"],
.my-ac select,
.my-ac input[type="date"]{
    border: 1px solid #f1f2f4;
    width: calc(100% - 6px);
}

.center-all{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;        
}

.delete-con .heading-bar{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.delete-ac {
    padding: 20px 0 5px;
}

.delete-p p {
    color: #282828;
    font-size: 1.25em;
    font-weight: 500;
}

.delete-btns input[type="button"],.delete-btns input[type="submit"],.delete-btns input[type="reset"] {
    background: #468dcb;
    border: none;
    padding: 10px;
    cursor: pointer;
    color: #fff;
    font-family: montserrat;
    text-transform: uppercase;
}

.delete-btns input[type="button"],.delete-btns input[type="submit"],.delete-btns input[type="reset"] {
    background: #468dcb;
    border: none;
    padding: 12px 28px;
    cursor: pointer;
    color: #fff;
    font-family: montserrat;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.2em;
    margin-left: 15px;
    border-radius: 5px;
}

.delete-p {
    margin-top: 30px;
}

.delete-btns {
    margin-top: 40px;
}



.left-cpswd img {
    max-width: 100%;
}

.error {
    color: red;
    font-weight: 500;
}

.cpswd-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
}

.cpswd-btns > input[type="button"]{
    width: 50%;
    height: 40px;
    border: none;
    font-family: montserrat;
    font-weight: 600;
    text-transform: uppercase;
    background: #468dcb;
    color: #fff;
    font-size: 1.25em;
}

.cpswd-btns > input[type="button"].border-btn {
    border: 1px solid #ddd;
    background: none;
    color: #000;
    border-radius: 5px;
}

.cpswd-btns > input[type="button"]{
    border-radius: 5px;
    margin-left: 10px;
}

.cpswd-btns > input[type="button"]:first-child {
    margin-left: 0;
    color: #282828;
}

.form-row select{
    height: 54px;
}

.action-l a{
    color: #468dcb;
    font-size: 1.25em;
}

.action-l .trash-ico {
    position: relative;
    top: -1px;
    margin-left: 5px;
}

.table-oh th {
    font-weight: 500;
}

.table-oh td {
    color: #6e6e6e;
}

.booking-p span,
.booking-p p{
    display: block;
    width: 100%;
}

.center-all{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.booking-p p {
    font-size: 1.25em;
    color: #282828;
    font-weight: 500;
}

.booking-p span {
    font-size: 1.25em;
    color: #646464;
    margin: 20px 0 50px;
}

.booking-head{
    margin-bottom: 20px;
}

.booking-con label{
    color: #282828;
    text-align: left;
}

.booking-con {
    margin-bottom: 70px;
}

.delete-btns input[type="button"]:first-child {
    margin: 0;
}

.booking-wrapper{
    width: 100%;
}

/* Who we are */
.whoweare-img{
    background-position: center !important;
    background-size: cover !important;
}

img{
    max-width: 100%;
}

h2.heading{
    font-size: 2.5em;
    color: #475665;
    font-weight: 500;
    margin-bottom: 30px;
}

.whoweare-content p{
    margin-bottom: 20px;
    line-height: 1.25;
}

.clients-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style-type: none;
}

.clients-list > li{
    margin-left: 40px;
}

.clients-list > li:first-child{
    margin-left: 0;
}

.our-impact {
    padding-top: 0;
}

.heading-two {
    font-size: 2.5em;
    color: #475665;
    font-weight: 500;
    text-transform: uppercase;
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.heading-two:before{
    content: '';
    background: #475665;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

h2.heading-two span {
    background: #fff;
    position: relative;
    padding: 0 20px;
}

.impact-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style: none;
    margin-top: 60px;
}

.impact-text span {
    display: block;
}

ul.impact-list li {
    text-align: center;
    max-width: 190px;
}

.impact-text span {
    display: block;
    color: #475665;
    font-weight: 700;
    font-size: 2.5em;
}

.impact-text {
    color: #797979;
    margin-top: 10px;
}

.objective{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
}

.left-obj{
    background-size: cover !important;
    background-position: center !important;    
}

.objective > div {
    width: 50%;
    position: relative;
    padding: 40px 50px;
}

.right-obj:before{
    content: '';
    background: rgba(2,44,81,0.75);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.right-obj{
    background: url('../img/objective-content-bg.jpg') no-repeat;
    background-size: cover !important;
    background-position: center !important;
}

.objective h2,
.objective ul{
    position: relative;
}

.objective h2.headline{
    font-size: 2.5em;
    color: #fff;
}

.objective li {
    color: #fff;
    list-style-type: none;
    position: relative;
    margin-bottom: 15px;
    line-height: 1.3;
}

.objective li:before {
    content: '';
    background: #468dcb;
    height: 8px;
    width: 8px;
    position: absolute;
    left: -20px;
    top: 5px;
}

.objective-list > li:last-child{
    margin-bottom: 0;
}

.achievements span{
    text-transform: none;
}

.achievements-list {
    list-style: none;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.achievements-list > li {
    text-align: center;
    width: calc(25% - 40px);
    margin-top: 45px;
    padding: 0 20px;
}

.counter-head {
    font-size: 3.75em;
    color: #e78d0d;
    font-weight: 700;
    margin-bottom: 15px;
}

.achievements-list > li p {
    max-width: 220px;
    margin: 0 auto;
}

.road-safety-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.road-safety-wrapper > div {
    width: 33.33%;
    height: 250px;
    position: relative;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
}

.left-rs-wrap{
    background: url('../img/left-rs-bg.jpg') no-repeat;
    background-size: cover !important;
    background-position: center !important;
}

.left-rs-wrap:before,
.right-rs-wrap:before{
    content: '';
    background: rgba(2,44,81,0.5);
    position:  absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.center-rs-wrap{
    background: #022c51;
}

.right-rs-wrap{
    background: url('../img/skilled-bg.jpg') no-repeat;
}

.left-rs-wrap span,
.right-rs-wrap span{
    position: relative;
}

.road-safety-wrapper .counter {
    display: block;
    font-size: 3.75em;
    font-weight: bold;
    margin-bottom: 10px;
}

.counter-text {
    text-transform: uppercase;
}

.center-rs-wrap {
    font-size: 1.9em;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.center-rs-wrap .center-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    max-width: 200px;
    margin: 0 auto;
}

.road-safety {
    padding-top: 0;
}

.registerlinks a:hover,
.contact-list li a:hover{
    text-decoration: underline;
}

.contact-list li a{
    text-decoration: none;
    color: #787878;
}

.courses-list{
    list-style-type: none;
}

.courses-list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: 1px solid #d7d6d6;
    margin-bottom: 35px;
    padding: 15px;
    -webkit-box-shadow: 0 5px 8px rgb(0 0 0 / 10%);
            box-shadow: 0 5px 8px rgb(0 0 0 / 10%);
}

.left-course-img{
    background: url(../img/courses-list-img.jpg) no-repeat;
    min-width: calc(280px - 40px);
    width: calc(280px - 40px);
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    padding: 20px;
}

.left-course-img:before{
    content: '';
    background: rgba(70,141,203,0.85);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.left-course-img *{
    position: relative;
    color:  #fff;
}

.right-course-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% - 370px);
    padding: 0 20px;
}

.expand-ico > div{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #468dcb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 4em;
    font-weight: 100;
    color: #468dcb;
    cursor: pointer;
    -webkit-transition:0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
}

.expand-ico > div:hover{
    background: #468dcb;
    color: #fff;
}

.expand-ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.course-con{
    width: 100%;
}

.course-con p {
    font-size: 1.25em;
    color: #000;

    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}

.left-course-img h3 {
    font-size: 2em;
}

.left-course-img span {
    font-size: 1.25em;
}

section.facilities {
    padding-top: 0;
}

section.facilities h2.headline{
    text-align: center;
}

ul.facilities-list {
    list-style-type: disc;
    padding-left: 20px;
    color: #4b5360;
    margin-top: 20px;
}

ul.facilities-list > li{
    margin-bottom: 5px;
}

.facilities-img-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.facilities-img-list img{
    width: 100%;
}

.facilities-img-list > li {
    width: calc(33.33% - 14px);
    margin-right: 20px;
    margin-bottom: 20px;
}

.facilities-img-list > li:nth-child(3n+3){
    margin-right: 0;
}

.facilities-img{
    margin-top: 50px;
}

.col-25-75,
.col-75-25{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.col-25-75 > .left-col,
.col-75-25 > .right-col{
    width: 25%;
}

.col-75-25 > .right-col{
    padding-left: 30px;
}

.col-25-75 > .right-col,
.col-75-25 > .left-col{
    width: calc(75% - 30px);
    padding-left: 30px;
}

.col-75-25 > .left-col{
    padding-left: 0;
}

.col-25-75 h2,
.col-75-25 h2{
    font-size: 2.5em;
    color: #475665;
    margin-bottom: 25px;
}

.asdc-projects .col-25-75, 
.asdc-projects .col-75-25 {    
    padding-bottom: 100px;
}

.asdc-projects .col-25-75:last-child, 
.asdc-projects .col-75-25:last-child {    
    padding-bottom: 0;
}

ul.features-list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

ul.features-list > li {
    width: calc(33.33% - 17px);
    margin-right: 25px;
    margin-bottom: 60px;
}

ul.features-list > li:nth-child(3n+3){
    margin-right: 0;
}

ul.features-list > li h3 {
    margin-bottom: 10px;
    font-size: 1.25em;
    color: #121115;
    min-height: 30px;
}

.feature-icon {
    width: 80px;
    height: 80px;
    border: 2px solid #468dcb;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    margin-bottom: 20px;
}

.feature-icon:before{
    content: '';
    background: #e2f5fd;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 8px;
    top: 8px;
    border-radius: 50%;
    z-index: -1;
}

.features-list p {
    text-align: justify;
}

.features-list span {
    color: #97a0a6;
    font-weight: 500;
    margin: 10px 0 20px;
    display: block;
}

.feature-con ul {
    color: #475665;
    list-style-position: inside;
    list-style-type: disc;
}

.feature-con ul > li{
    margin-bottom: 5px;
    font-size: 1.1em;
    margin-bottom: 10px;
}

.why-addtsi h2 {
    font-size: 3.5em;
    font-weight: 500;
    color: #475665;
    margin-bottom: 25px;
}

.why-addtsi p{
    text-align: justify;
}

.why-addtsi {
    padding-bottom: 40px;
    position: relative;
}

.key-features h2.headline {
    font-weight: 500;
    font-size: 2.5em;
    margin-bottom: 30px;
}

.key-f-internal {
    max-width: 50%;
}

.why-addtsi img {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
}

.enquiry-ico img,
.faqs img{
    max-width: 100%;
}

.enquiry-form h3{
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 400;
    color: #475665;
    text-align: center;;
}

.col-80-20 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.col-80-20 > div:first-child {
    width: calc(100% - 250px);
}

.col-80-20 > div:last-child {
    width: 235px;
}

.form-row > .input-f:last-child .code-show{
    width: 235px;
}

.enquiry-form .col-40-60 > div:first-child {
    width: 40%;
    text-align: center;
    padding-top: 30px;
}

.contact-form h3{
    margin-bottom: 40px;
}

.enquiry-form .contact-list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
}

.contact-left-ico {
    width: 35px;
    text-align: center;
    margin-right: 10px;
}

.contact-form h4 {
    font-size: 1.1em;
    font-weight: 500;
    color: #343f4a;
}

ul.social-media-contact {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
}

ul.social-media-contact > li a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #dfdfdf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
}

.social-media-contact > li {
    margin-left: 10px;
}

.social-media-contact > li:first-child {
    margin-left: 0;
}

.social-media-contact #fb-clr a{
    background: #3b5998;
    color: #fff;
}

.social-media-contact #twitter-clr a{
    background: #55acee;
    color: #fff;
}

.social-media-contact #insta-clr a{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcc733+0,eb2285+52,7c1cc7+100 */
    background: rgb(252,199,51); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(315deg,  rgba(252,199,51,1) 0%,rgba(235,34,133,1) 52%,rgba(124,28,199,1) 100%);
    background: linear-gradient(135deg,  rgba(252,199,51,1) 0%,rgba(235,34,133,1) 52%,rgba(124,28,199,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcc733', endColorstr='#7c1cc7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    color: #fff;
}
.social-media-contact #youtube-clr a{
    background: #ea412c;
    color: #fff;
}

section.contact-m-list {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

section.contact-m-list {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

ul.support-list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

ul.support-list > li {
    max-width: 320px;
    text-align: center;
    margin-left: 20px;
}

ul.support-list > li:first-child {
    margin-left: 0;
}

.contact-m-list > .container{
    width: 100%;
}

ul.support-list > li h4 {
    color: #475665;
    font-weight: 500;
    margin: 20px 0 15px;
    font-size: 1.25em;
}

.support-cont p {
    color: #787879;
    font-size: 1em;
    font-weight: 400;
}

section.adttsi-map {
    padding: 0;
    margin-bottom: -10px;
}


.acc {
  margin-bottom: 10px;
  border-bottom: 1px solid #c7c7c7;
}

.acc-head {
  padding: 15px 10px;
  font-size: 1.1em;
  font-weight: 300;
  color: #787879;
  position: relative;
  cursor: pointer;
 }

 .acc-head::before,
 .acc-head::after {
  content: '';
  position: absolute;
  top: 50%;
  background-color: #787879;
  -webkit-transition:all .3s;
  -o-transition: all .3s;
  transition: all .3s;
 }

 .acc-head::before {
  right: 30px;
  width: 2px;
  height: 20px;
  margin-top: -10px;
}

.acc-head p {
    padding-right: 50px;
}

.acc-head::after {
  right: 21px;
  width: 20px;
  height: 2px;
  margin-top: -2px;
}

.acc-content {
  padding: 15px 10px;
  display: none;
}
        
.acc-head.active::before {
    -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
        transform: rotate(90deg);
}

.acc-content p {
    color: #787879;
    font-weight: 300;
}

.acc-head.active p {
    color: #468dcb;
    font-weight: 400;
}

.acc-head.active + .acc-content p{
    font-weight: 400;
}

.faqs .col-40-60 > div:first-child {
    text-align: center;
}

.acc-container > .acc:last-child {
    border-bottom: none;
}

.testimonials-page{
    background: url('../img/testimonial-bg.jpg') no-repeat;
    background-size: cover !important;
    background-position: center !important;

}

.testimonial-wrapper{
    padding: 60px 40px 40px;
    background: #fff;
}

.testimonials-page .container{
    max-width: 992px;
}

.testimonial-wrapper h2.headline {
    font-weight: 400;
    text-align: center;
}

/* Gallery */
.gallery-row-one{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.left-row-one,
.right-row-one{
    width: 50%;
}

.right-row-one{
    margin-left: 10px;
}

.left-row-one{
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.min-height-500{
    min-height: 500px;
}

.min-height-50{
    min-height: calc(50% - 10px);
}

.center-bg{
    background-size: cover !important;
    background-position: center !important;
}

.grey-bg{
    background: #e6e6e6;
}

.margin-top-20{
    margin-top: 20px;
}

.min-height-300{
    min-height: 300px;
}

.gallery-row-four-one,
.gallery-row-four-three{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.gallery-row-four-one > div{
    width: calc(25% - 15px);
    margin-left: 20px;
}

.gallery-row-four-one > div:first-child{
    margin-left: 0;
}

.int-div{
    padding: 50px;
}

.min-width-50{
    width: 50%;
}

.gallery-row-four-three > div{
    width: calc(25% - 15px);
    margin-left: 20px;
}

.gallery-row-four-three > div:first-child{
    margin-left: 0;
}

.min-width-50 {
    width: 50% !important;
}

.gallery-row-one-reverse > div:first-child {
    margin-left: 0;
    margin-right: 10px;
}

.gallery-row-one-reverse > div:first-child .right-row-one{
    margin-left: 0;
    margin-right: 10px;
}

.gallery-row-one-reverse > div:first-child .left-row-one{
    margin-left: 10px;
}

.gallery-row-one-reverse .left-row-one{
    margin-right: 0 !important;
}

.gallery-row-one h4 {
    font-size: 1.9em;
    color: #475665;
    margin-bottom: 40px;
}

.gallery-row-one p {
    color: #475665;
}

.button-style-one {
    display: inline-block;
    padding: 15px 40px;
    text-decoration: none;
    background: #468dcb;
    color: #fff;
    margin-top: 40px;
}

.gallery-section span{
    display: block;
    color: #475665;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.1em;
}

.gallery-section i{
    font-size: 2.8em;
    margin-bottom: 20px;
    color: #475665;
}

.gallery-row-four-one > div {
    padding: 0;
    width: 100%;
    background-size: cover !important;
    background-position: center !important;
}


.customer-revs {
  margin: 0 auto 0 auto;
}

.rectangle {
  width: 40%;
  height: 100vh;
  background: #f6eac1;

  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

/* slideshow container */
.slideshow-container {
  position: relative;
  max-width: inherit;
  margin: 0 auto;
}

/* Slides */
.mySlides {
  display: none;
  padding: 2rem 5rem 0 5rem;
  text-align: center;
}


/* next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 55%;
  width: auto;
  margin-top: -1.875rem;
  padding: 1rem;
  color: #232323;
  font-weight: bold;
  font-size: 3rem;
  border-radius: 3px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition:0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/* position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px;
}

/* on hover, add a black bg color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: #000; /* fallback color */
  background-color: rgba(0, 0, 0, 0.8);
  color: #f6eac1;
  text-decoration: none;
}

/* the dot/bullet/indicator container */
.dot-container {
    text-align: center;
    background: #468dcb;
    border-radius: 10px;
    padding: 0 10px;
}

/* the dots/bullets/indicators */
.dot {
  height: 0.9375rem;
  width: 0.9375rem;
  margin: 0 2px;
  background-color: #61b1f6;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition:background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  margin-top: 4px;
}

/* add bg color to the active dot/circle */
.active {
  background-color: #fff;
}

section.customer-revs {
    padding: 0;
}

a.prev, a.next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size:1.5em;
    background: #dfdfdf;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    padding: 0;
}

a.prev:hover,
a.next:hover{
    background: #468dcb;
}

.testimonial-pic {
    height: 200px;
    width: 200px;
    background: #fff;
    border-radius: 50%;
    border: 15px solid #61b1f6;
    position: relative;
    overflow: hidden;
}

.testimonial-pic:before {
    content: '';
    background: #61b1f6;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    position: absolute;
    z-index: 0;
    left: -15px;
    top: -15px;
}

.test-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.right-test-content {
    width: 50%;
    text-align: left;
}

.left-test-pic {
    width: calc(50% - 50px);
    padding-right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
}

.left-test-pic:before {
    content: '';
    background: #61b1f6;
    height: 100px;
    width: 100px;
    left: 20px;
    border-radius: 50%;
    position: absolute;
    top: -20px;
}

.mySlidesContainer q,
.mySlidesContainer p{
   font-size: 1.3em;
   color: #797979;
   line-height: 1.2;
}

.author {
    font-size: 2em;
    font-weight: 700;
    color: #818181;
    margin-top: 30px;
}

p.companyname {
    color: #468dcb;
    font-size: 1.3em;
    display: block;
    margin-top: -5px;
}

.dot-container{
    margin-top: 50px;
}

.mySlidesContainer {
    position: relative;
    margin-bottom: 80px;
}

.mySlidesContainer:before {
    content: url(../img/quote-start.png);
    position: absolute;
    left: -60px;
    top: -40px;
}

.mySlidesContainer:after{
    content: url('../img/quote-end.png');
    position: absolute;
    right: -10px;
    bottom: -60px;
}

.testimonial-wrapper h2.headline {
    margin-bottom: 50px;
}

.acc-content p{
    text-align: justify;
}

.courses-list > li:last-child{
    margin-bottom: 0;
}

.enquiry-form .contact-list li a{
    color: #475665;
}

.footer-service-list > li{
    display: inline-block;
    width: 100%;
}

.asdc-projects p,
.facilities p,
.whoweare-content p,
.objective li{
    text-align: justify;
}

.filter-form input{
    font-family: montserrat;
}

@media (max-width: 1200px){
    .navlist > li,
    .services-btn{
        font-size: 1em;
    }

    .services-btn i{
        margin-left: 10px;
    }

    .services-btn img{
        padding-right: 10px;
    }

    .services-btn{
        padding: 10px 15px;
    }

    .navlist > li:after{
        margin:  0 5px;
    }

    .dashboard_ui > .container > .side-bar {
        min-width: 240px;
        margin-right: 20px;
        width: 240px;
    }

    .db-content {
        padding: 20px 30px;
    }

    .menu-content-list > li{
        padding: 20px;
        width: calc(50% - 57px);
    }

    .menu-content-list .left-int-menu {
        margin-right: 15px;
    }

    .right-int-menu span{
        max-width: 170px;
        padding-right: 30px;
    }

    .right-int-menu span img{
        right: -20px;
    }

    .navlist a{
        padding: 16px 2px;
        font-size: 15px;
    }

    .expand-ico > div{
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 992px){
    body{
        font-size: 90%;
    }

    .hero-text h1{
        font-size: 2.75em;
    }

    .hero-text p{
        font-size: 1em;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .single-hs-item{
        height: 600px;
    }

    .wwd-list > li:after {
        content: "";
        position: absolute;
        right: -30px;
        top: 45px;
        background: url(../img/wwd-arrow.png) no-repeat;
        height: 30px;
        width: 60px;
        background-size: contain;
    }

    .services-btn{
        top: 40px;
    }

    .success-stories h3 {
        font-size: 2em;
    }

    .success-stories > li{
        width: calc(50% - 25px);    
    }

    .success-stories > li:nth-child(2n+1) {
        padding-right: 50px;
    }

    .who-we-are .has-left-content{
        padding-right: 40px;
    }

    .nav-right {
        position: absolute;
        top: 12px;
    }


    .services-btn {
        padding: 5px 10px;
    }

    .submenu {
        position: absolute;
        top: 100px;
        left: 15px;
        right: 0;
        margin: auto;
    }

    .right-int-menu {
        width: 100%;
    }

    .right-int-menu span{
        max-width: initial;
        padding-right: 30px;
        display: block;
    }

    .menu-content-list > li{
        width: 100%;
        margin: 5px 0;
    }

    .right-int-menu span img{
        right: 0;
    }

    .heading-bar h2{
        font-size: 2em;
        margin-bottom: 20px;
    }

    .heading-bar {
        display: block;
    }

    .table-oh{
        overflow: scroll;
    }

    .table-oh table{
        width: 850px;
    }

    .achievements-list > li {
        width: calc(50% - 40px);
    }

    .left-course-img{
        min-width: calc(220px - 40px);
        width: calc(220px - 40px);
    }

    .right-course-content{
        width: calc(100% - 320px);
    }

    .asdc-projects .col-25-75, 
    .asdc-projects .col-75-25{
        display: block;
    }

    .col-25-75 > .left-col, 
    .col-75-25 > .right-col{
        width: 100%;
    }

    .col-25-75 > .right-col, 
    .col-75-25 > .left-col{
        padding-left: 0;
        width: 100%;
        margin-top: 25px;
    }

    .col-25-75 > .left-col, 
    .col-75-25 > .right-col{
        padding-left: 0;
        margin-top: 15px;
    }

    .asdc-projects .col-25-75, 
    .asdc-projects .col-75-25{
        padding-bottom: 50px;
    }

    .asdc-projects .col-75-25 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }

    .col-25-75 h2, .col-75-25 h2{
        margin-bottom: 15px;
    }

    .why-addtsi h2{
        font-size: 2.5em;
    }

    .col-80-20 > div:first-child,
    .col-80-20 > div:last-child{
        width: 100%;
        margin-left: 0 !important;
    }

    .enquiry-form .form-row > .input-f:last-child .code-show {
        width: 100%;
    }

    .signup-form {
        margin-top: 30px;
    }

    .enquiry-form .button-center{
        margin-top: 30px;
    }    

    .asdc-projects p {
        text-align: justify;
    }

    .facilities p {
        text-align: justify;
    }

    .courses-list-wrapper {
        padding-bottom: 50px;
    }

    ul.support-list > li{
        width: 33.33%;
    }

    .objective li,
    .whoweare-content p{
        text-align: justify;
    }

    
}

@media (min-width: 768px){
    .side-menu-ico{
        display: none;
    }
}

@media (max-width: 767px){
    body{
        font-size: 80%;
    }

    .top-bar{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .main-logo,
    .header-right {
        width: 100%;
        text-align: left;
    }

    .social-media-links {
        width: 100%;
    }

    .registerlinks {
        margin-top: 10px;
    }

    .navlist{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .navlist > li:after{
        display: none;
    }

    .navlist > li{
        width: 100%;
    }

    .services-btn{
        position: initial;
    }

    nav.main .container{
        display: block;
    }

    .services-btn i {
        right: 20px;
        position: absolute;
    }

    .nav-right {
        margin-left: -20px;
        width: calc(100% + 40px);
    }

    .who-we-are > .container{
        display: block;
    }

    .who-we-are .has-right-content{
        margin-top: 30px;
    }

    .single-hs-item{
        height: 500px;
    }

    .wwd-list{
        display: block;
    }

    .wwd-list > li{
        margin-bottom: 50px;
        width:  100%;
    }

    .wwd-list > li:last-child{
        margin-bottom: 0;
    }

    .wwd-list .wwd-ico{
        margin:  0 auto 10px;
    }

    section {
        padding: 40px 0;
    }

    .wwd-list > li:after{
        content: "";
        right: 0;
        top: 45px;
        height: 30px;
        width: 40px;
        left: -20px;
        margin: auto;
        -webkit-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        bottom: -140px;
    }

    .what-we-do-content{
        margin-top: 30px;
    }

    footer.main > .container{
        display: block;
    }

    footer.main .footer-one, 
    footer.main .footer-two, 
    footer.main .footer-three{
        width: 100%;
    }

    .footer-c{
        margin: 5px 0;
    }

    footer.main .footer-two{
        margin-top: 30px;
    }

    .footer-service-list > li{
        margin-bottom: 15px;
    }

    footer.main .footer-three {
        margin-top: 20px;
    }

    footer.main h3.headline{
        padding-bottom: 10px;
    }

    .navlist > li{
        font-size: 1em;
        padding: 7px 0;
    }

    .navlist{
        padding:  10px 0;
    }

    .navlist a i {
        font-size: 1.5em;
    }

    .services-btn img{
        max-width: 30px;
    }

    .services-btn{
        font-size: 1.1em;
        border: 0;
        font-weight: 500;
        padding: 7px 20px;
    }

    .main-logo, .header-right{
        position: relative;
    }

    .hamburger {
        position: absolute;
        right: 0;
        top: 0;
        margin: auto;
        height: 40px;
        width: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        bottom: 0;
        background: #468dcb;
        color: #fff;
        border: none;
        border-radius: 4px;
    }

    .social-media-links {
        width: 100%;
        margin-top: 10px;
        border-top: 1px solid #dfdfdf;
        padding-top: 20px;
    }

    .navlist > li{
        text-align: center;
    }

    .who-we-are .has-left-content{
        width: 100%;
    }

    .social-media-links, .header-right, nav.main{
        display: none;
    }

    .who-we-are .has-left-content{
        padding-right: 0;
    }


    .services-btn:hover + .submenu{
        display: none;
    }

    .block{
        display: block !important;
    }


    .submenu{
        position: inherit;
        top: 0;
        width: 100%;
    }

    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next{
        margin:  auto !important;
        top: 0 !important;
    }

    nav.main{
        height: auto;
    }

    .services-btn {
        margin-left: 0;
    }

    .has-left-content p {
        text-align: justify;
    }

    h2.thin-headline{
        text-align: center;
    }

    .success-stories > li:nth-child(2n+1),
    .success-stories > li{
        padding: 0;
        text-align: center;
    }

    .success-stories > li{
        width: 50%;
    }

    .nav-right{
        position: static;
    }

    .step-form {
        display: block;
    }

    .step-head {
        width: 100% !important;
        border-radius: 0 !important;
    }

    .form-cont {
        padding: 20px;
    }

    .col-50 > div {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .form-row > .input-f:last-child {
        margin-top: 20px;
    }

    .form-row.col-100 > .input-f:last-child {
        margin-top: 0;
    }

    .signup-form{
        margin-top: 30px;
    }

    .internal-p {
        padding: 50px 0;
    }

    .form-wrapper{
        margin:  0;
    }

    .owl-theme .owl-dots .owl-dot {
        height: 20px;
        width: 30px;
    }

    .owl-theme .owl-nav.disabled + .owl-dots{
        left: auto;
        right: auto;
    }

    .testimonials-list {
        margin-top: 30px;
    }

    .owl-theme .owl-dots .owl-dot span{
        width: 14px;
        height: 14px;
    }

    .dashboard_ui > .container{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .dashboard_ui > .container > .side-bar{
        width: 100%;
        margin: 0;
    }

    .user-wrapper{
        position: relative;
    }

    .side-menu-ico {
        position: absolute;
        right: 30px;
        font-size: 1.5em;
        padding: 5px 10px;
        background: #4893d5;
        color: #fff;
        border-radius: 5px;
    }

    .dashboard-menu{
        display: none;
    }

    .dashboard_ui > .container > .db-content{
        width: 100%;
        border-top: 10px solid #f0fbfc;
    }

    .right-int-menu span img{
        right: 0;
        top: -20px;
        bottom: 0;
        margin: auto;
    }

    .menu-content-list{
        margin-top: 0;
    }

    .menu-content-list .left-int-menu img {
        max-width: 25px !important;
        max-height: 25px;
    }

    .menu-content-list .left-int-menu{
        min-height: 50px;
        min-width: 50px;
    }

     .my-ac label + span {
        color: #646464;
        font-size: 1em;
        padding-left: 0;
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .form-row{
        margin-bottom: 0;
    }

    .my-ac label{
        padding-bottom: 0;
    }

    .my-ac label + span{
        padding-bottom: 15px;
    }

    .my-ac input[type="text"], .my-ac input[type="password"], .my-ac input[type="email"] {
        border: 1px solid #f1f2f4;
        width: calc(100% - 6px);
        height: 35px;
        margin: 10px 0 15px;
        font-size: 1em;
    }

    .left-cpswd img {
        max-width: 100%;
        margin: 0 auto 40px;
        display: block;
    }

    .left-cpswd label {
        margin-top: 20px;
    }

    .delete-btns > input[type="button"] {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        margin-left: 0;
    }

    .dashboard_ui > .container > .db-content {
        width: calc(100% - 40px);
        border-top: 10px solid #f0fbfc;
        padding: 20px;
    }

   .navlist a{
        padding: 5px 0;
        display: block;
        width: 100%;
   }

   .navlist > li{
        padding: 0;
   }

   .col-40-60{
        display: block;
   }

   .col-40-60 > div:first-child {
        width: 100%;
        text-align: center;
        padding-left: 0;
    }

    .col-40-60 > div:last-child {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }

    h2.heading{
        margin-bottom: 15px;
    }

    ul.impact-list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    ul.impact-list li {
        width: 50%;
        max-width: inherit;
        margin-bottom: 40px;
    }

    .objective{
        display: block;
    }

    .objective > div {
        width: calc(100% - 60px);
        padding-left: 40px;
        padding-right: 20px;
    }

    .left-obj {
        min-height: 150px;
    }

    .achievements-list > li{
        width: 100%;
        margin-top: 20px;
    }

    .counter-head{
        font-size: 2.5em;
        margin-bottom: 10px;
    }

    .road-safety-wrapper .counter{
        font-size: 2.75em;
        margin-bottom: 5px;
    }

    .center-rs-wrap{
        font-size: 1.75em;
    }

    .road-safety-wrapper{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .road-safety-wrapper > div{
        width: 100%;
    }

    .heading-two:before{
        display: none;
    }

    .heading-two{
        font-size: 2em;
    }

    .whoweare-content p{
        text-align: justify;
    }

    .courses-list > li {
       display: block;
    }

    .left-course-img {
        min-width: inherit;
        width: calc(100% - 40px);
    }

    .right-course-content {
        width: 100%;
        padding: 15px 0;
        text-align: center;
    }

    .left-course-img{
        text-align: center;
    }

    .expand-ico{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .facilities p {
        text-align: justify;
    }

    .facilities-img-list > li{
        width: calc(50% - 10px);
        margin-right: 20px !important;
    }

    .facilities-img-list > li:nth-child(2n+2){
        margin-right: 0 !important;
    }

    .asdc-projects .col-25-75, 
    .asdc-projects .col-75-25{
        padding-bottom: 25px;
    }

    .key-f-internal {
        max-width: 100%;
    }

    .why-addtsi img{
        z-index: -1;
    }

    .why-addtsi {
        padding-bottom: 0;
        padding-top: 150px;
    }

    .why-addtsi h2{
        padding-bottom: 10px;
    }

    .key-features h2.headline{
        margin-bottom: 0;
    }

    ul.features-list > li {
        width: calc(50% - 13px);
        margin-bottom: 25px;
    }

    ul.features-list > li:nth-child(2n+2){
        margin-right: 0 !important;
    }

    ul.features-list > li:nth-child(3n+3){
        margin-right: 25px;
    }

    .features-list span{
        margin: 5px 0 10px;
    }

    ul.features-list > li h3{
        min-height: inherit;
    }

    .enquiry-form .col-40-60 > div:first-child{
        width: 100%;
    }

    .enquiry-form .col-40-60 > div:first-child img {
        max-width: 200px;
    }

    .enquiry-form .form-row {
        margin-bottom: 15px;
    }

    .enquiry-form label#hidden {
        display: none;
    }

    ul.support-list{
    display: block;
    }

    ul.support-list > li{
    max-width: 100%;
    margin-bottom: 30px;
    margin-left: 0;
    }

    ul.support-list > li:last-child{
    margin-bottom: 0;
    }

    .gallery-row-one,
    .gallery-row-four-one, 
    .gallery-row-four-three {
        display: block;
    }

    .left-row-one{
        width: 100%;
    }

    .int-div {
        padding: 20px;
    }

    .gallery-row-one h4{
        margin-bottom: 20px;
    }

    .button-style-one{
        margin-top: 20px;
    }

    .long-pic{
        min-height: 400px;
    }

    .left-row-one, .right-row-one{
        width: 100%;
        margin-left: 0;
    }

    .top-row-one.grey-bg.min-height-50.center-all {
        padding: 50px;
    }

    .gallery-row-four-one > div {
        padding: 0;
        width: 100%;
        margin-left: 0;
    }

    .gallery-row-four-three > div {
        width: 100%;
    }

    .gallery-row-four-three > div {
        width: 100% !important;
        margin: 0;
    }


    .bottom-row-one.center-bg.min-height-50,
    .top-row-one.margin-top-20.grey-bg.min-height-50.center-bg,
    .bottom-row-one.center-bg.min-height-50.margin-top-20,
    .right-row-one.center-bg.width-50-p{
        min-height: 250px;
    }

    .min-height-500{
        min-height: inherit;
    }

    .testimonial-wrapper h2.headline {
        margin-bottom: 20px;
    }

    .test-content{
        display: block;
    }

    .left-test-pic{
        width: 200px;
        height: 200px;
        margin: 0 auto;
        padding: 0;
    }

    .testimonial-pic{
        height: 170px;
        width: 170px;
        border:  10px solid #61b1f6;
    }

    .testimonial-pic:before{
        display: none;
    }

    .right-test-content{
        text-align: center;
        width: 100%;
        margin-top: 20px;
    }

    .mySlidesContainer:before{
        left: 0;
        top: -50px;
    }

    .mySlidesContainer:after {
        right: 0;
        bottom: -50px;
    }

    .mySlidesContainer{
        margin-bottom: 60px;
    }

    .dot-container {
        margin-top: 20px;
    }

    ul.support-list > li{
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .single-hs-item {
        height: 550px;
    }
    .hero-text h1 {
        font-size: 30px;
    }
    .hero-text p {
        font-size: 15px;
        margin-bottom: 25px;
    }
    .owl-carousel .owl-nav button.owl-next {
        top: auto;
        margin: 0;
        bottom: 0px;
    }
    .owl-carousel .owl-nav button.owl-prev {
        top: auto;
        margin: 0;
        bottom: 0px;
    }
    .owl-dots {
        bottom: 10px;
        left: 50px;
        right: 50px;
    }
}

@media (max-width: 500px){
    .subfooter > .container{
        display: block;
    }

    .right-subfooter p{
        text-align: left;
    }

    .right-subfooter {
        margin-top: 10px;
    }

    .footer-service-list{
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2;
    }

    .success-stories > li{
        width: 100% !important;
        margin-bottom: 20px !important;
    }

    .main-logo img {
        max-width: 190px;
    }

    .hero-slider .owl-nav {
        display: none;
    }

    .right-int-menu span img{
        display: none;
    }

    .side-menu-ico{
        right: 20px;
    }

    ul.impact-list li{
        width: 100%;
    }

    .impact-list{
        margin-top: 30px;
    }

    ul.impact-list > li:last-child{
        margin-bottom: 0;
    }

    .facilities-img-list > li {
        width: 100%;
        margin-right: 0 !important;
    }

    .facilities-img-list > li:nth-child(3n+3) {
        margin-right: 0 !important;
    }

    ul.features-list > li{
        margin: 0 0 25px 0;
        width: 100%;
    }

    ul.features-list > li:last-child{
        margin-bottom: 0
    }

    .enquiry-form .button-center{
        display:  block;
    }

    .button-center.two-btns button {
        width: 100%;
        margin-left: 0 !important;
    }

    .button-center.two-btns button:last-child{
        margin-top: 20px;
    }

    .enquiry-form .col-40-60 > div:first-child{
        padding-top: 0;
    }

    /* .contact-right-cont p {
        word-break: break-all;
    } */

    .contact-left-ico{
        min-width: 30px;
    }

    .social-media-contact > li i {
        position: relative;
        top: 2px;
    }

    .testimonial-wrapper{
        padding: 40px 10px 40px;
    }

    .mySlides{
        padding: 20px 20px;
    }

    a.prev {
        left: -25px;
        width: 40px;
        height: 40px;
    }

    a.next {
        right: -25px;
        width: 40px;
        height: 40px;
    }

    .dot-container{
        margin-top: 0;
    }
}

/* new css */
ul.text-sm.text-red-600.space-y-1.mt-2 {
    color: red;
    padding: 16px;
}
.registerlinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 14px;
    font-weight: 600;
    color: #787879;
}
.entire-clickable {
    display: block;
    position:absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.alert.alert-danger {
    color: rebeccapurple;
    color: red;
    font-size: 12px;
}
.alert.alert-success {
    background: green;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
    margin: 20px 0;
}
.alert.alert-success p {
    color: #fff;
    
}

.btn-links{
    display:inline-block;
    background: #468dcb;
    border: none;
    padding: 12px 28px;
    cursor: pointer;
    color: #fff;
    font-family: montserrat;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.2em;
    margin-left: 15px;
    border-radius: 5px;
    text-decoration:none;

}

button[type="submit"] {
    padding: 0;
    background: #468dcb;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
svg.w-5.h-5 {
    height: 32px;
    padding: 20px;
}
.hidden.sm\:flex-1.sm\:flex.sm\:items-center.sm\:justify-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
span.relative.z-0.inline-flex.shadow-sm.rounded-md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
}
.flex.justify-between.flex-1.sm\:hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
}
input[type="submit"], input[type="reset"] {
    background: #468dcb;
    padding: 10px 20px;
    border: none;
    width: 180px;
    height: 60px;
    border-radius: 5px;
    color: #fff;
    font-size: 1.5em;
    text-transform: uppercase;
    font-family: montserrat;
    cursor: pointer;
    margin: 5px;
}

button.close {
    padding: 0 !important;
    width: 20px;
    height: 31px;
    margin: 10px;
}
.delete-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
}
.delete-form button[type="submit"] {
    background: none;
    color: #468dcb;
    width: 44px;
}