body,
html {
    margin: 0;
    scroll-behavior: smooth;
}

body {
    padding-top: 51px height: 100%;
    overflow-x: hidden;
    font-family: 'Raleway', sans-serif;
    color: #505962;
    line-height: 2;
    font-size: 1em;
}

* {
    margin: 0;
    padding: 0;
}


.no-pad-man {
    padding-right: 0px;
    padding-left: 0px;
}

h1 {
    font-size: 2.5em;
    font-weight: 600;
    letter-spacing: 3px;
    margin-top: 0px;
}

.test-color {
    background-color: red;
}

/*--My Default Classes --*/
.no-pad-left {
    padding-left: 0px;
}

.no-pad-right {
    padding-right: 0px;
}

.no-mar-left {
    margin-left: 0px;
}

.no-mar-right {
    margin-right: 0px;
}

/*--Website Snippet --*/
.know-more-btn {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9em;
    color: #fff;
    display: inline-block;
    margin-top: 40px;
    line-height: 25px;
    letter-spacing: 1px;
    transition: all 0.2s ease-in-out;
}

.know-more-btn:hover {
    color: #f8d27f;
    text-decoration: none;
}

.offer-txt .know-more-btn:hover {
    color: #b82a42;
    text-decoration: none;
}

.know-more-btn:after {
    content: "";
    height: 25px;
    width: 25px;
    background: url(../img/know-more.svg) no-repeat;
    position: absolute;
    line-height: 25px;
    margin-left: 10px;
    display: inline-block;
}

.thin-font {
    font-weight: 300;
}

.thick-font {
    font-weight: 700;
}

/*--Start Nav --*/
.my-nav {
    margin-bottom: -80px;
    margin-top: 50px;
}

.navbar-toggler {
    z-index: 10;
    background-color: #f8d27f;
}


.navbar-brand {
    margin-left: 240px;
}

.nm_right {
    z-index: 9999;
}

.nm_right li a {
    text-align: right;
}

/*--Start Header --*/
.header-bg {
    background: url(../img/Home_Bg.png) no-repeat fixed;
    top: 0;
    left: 0;
    background-size: contain;
}

.top-nav-bg {
    background: rgb(16, 24, 36);
    background: linear-gradient(79deg, rgba(16, 24, 36, 1) 0%, rgba(35, 52, 74, 1) 53%, rgba(16, 24, 36, 1) 100%);
    color: #fff;
    margin-top: -300px;
}


.top-nav-bg li a i {
    margin-right: 5px;
}

.nm_right li a i {
    margin-left: 10px;
}

.top-nav-bg li a {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
}

.top-nav-bg li a:hover {
    color: #f8d27f !important;
}


/*--Start Profile --*/

.vertical-btn {
    text-align: center;
    padding-top: 60px;
}

.vertical-btn p {
    letter-spacing: 2px;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #520e28;
    padding: 10px 40px;
    display: inline-block;
}

.about-me {
    color: #fff;
    text-align: center;
}

.about-me h1 {
    color: #f8d27f;
    margin-top: 70px;
}

.about-me p {
    font-size: 18px;
    font-weight: 300;
}

/*--Start Profile --*/
.profile {
    background: url(../img/about_bg.jpg) no-repeat fixed;
    background-size: cover;
    width: 100%;
}

.profile-inner {
    position: relative;
    padding-bottom: 90px;
    background-color: rgba(181, 31, 56, 1);
}


.profile-success p {
    font-size: 3em;
    font-weight: 300;
    color: #fff;
    line-height: 1.5em;
    margin-top: 60px;
}

.carousel-item{
    margin-bottom: 90px;
}



/*--Start Positions --*/

.position-list,
.nm-panicker-img {
    margin-top: 40px;
}

.position-inner {
    padding-bottom: 120px;
}

.position h1 {
    margin-top: 100px;
    text-align: center;
}

.nm-panicker-img {
    position: relative;
}

.corner-border {
    padding: 15px 15px;
    background-color: white;
    box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    -moz-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
    -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
}

.position-bg {
    background: rgb(16, 24, 36);
    background: linear-gradient(79deg, rgba(16, 24, 36, 1) 0%, rgba(35, 52, 74, 1) 53%, rgba(16, 24, 36, 1) 100%);
    padding-top: 45px;
    padding-bottom: 30px;
}



.position-list ul li {
    list-style: none;
    color: #fff;
    padding: 9px 70px;
    margin-bottom: 5px;
    font-size: 14px;
    border-radius: 5px;
}

.position-list ul li:before {
    content: "";
    background: url(../img/know-more.svg) no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    margin-left: -25px;
    margin-top: 5px;
}


/*--Start Achievements --*/

.achievement-header-bg {
    background: url(../img/achievement-bg.jpg) no-repeat fixed;
}

.achievement-header {
    background: rgb(47, 64, 90);
    background: linear-gradient(153deg, rgba(47, 64, 90, 0.97) 0%, rgba(16, 16, 26, 0.97) 100%);
    padding: 90px 0px;
}

.achievement-header h2 {
    font-size: 42px;
    margin-top: 30px;
    font-weight: 500;
    color: #fff;
}

.achievement-header p {
    color: #fff;
    margin: 0 auto;
    font-weight: 300;
}

.awards-photo img {
    padding-bottom: 0px;
}

.awards-photo p {
    background: rgb(237, 241, 247);
    background: linear-gradient(15deg, rgba(237, 241, 247, 1) 0%, rgba(255, 255, 255, 1) 100%);
    display: inline-block;
    padding: 10px 40px;
    border-bottom-left-radius: 30px;
    font-weight: 700;
}

.award-txt {
    margin-bottom: 60px;
}

.awards-photo {
    margin-top: 90px;
    padding-bottom: 90px;
}

.inner-achievement {
    background: rgba(0, 0, 0, 0.1);
}

/*--Start Offer --*/

.offer {
    background: rgb(237, 241, 247);
    background: linear-gradient(15deg, rgba(237, 241, 247, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.offer-txt {
    padding: 50px;
    margin-top: 120px;
    -webkit-box-shadow: -10px 0px 18px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -10px 0px 18px -8px rgba(0, 0, 0, 0.75);
    box-shadow: -10px 0px 18px -8px rgba(0, 0, 0, 0.75);
}


.offer-txt h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.offer-txt .know-more-btn {
    color: #000;

}

.know-more-btn-white {
    color: #fff;
    transition: all 0.3s ease;
}

.know-more-btn-white:hover {
    color: #f8d280;
    text-decoration: none;
}

.offer-inner .know-more-btn:after {
    background: url(../img/know-more-black.svg) no-repeat;
}

.offer-img {
    margin-top: 120px;
    margin-bottom: 90px;
}

.expert-ship h4,
.al-suhail-ship h4,
.top-star-ship h4 {
    font-weight: 700;
    font-size: 24px;
    color: #f8d280;
    margin-bottom: 15px;
}


.expert-ship,
.al-suhail-ship,
.top-star-ship {
    text-align: center;
    padding: 40px 30px;
    color: #fff;
    margin-bottom: 90px;
    border-radius: 5px;
}

.expert-ship {
    background: rgb(47, 64, 90);
    background: linear-gradient(153deg, rgba(47, 64, 90, 0.97) 0%, rgba(16, 16, 26, 0.97) 100%);
}

.al-suhail-ship {
    background: #b51f38;
}

.top-star-ship {
    background: rgb(47, 64, 90);
    background: linear-gradient(153deg, rgba(47, 64, 90, 0.97) 0%, rgba(16, 16, 26, 0.97) 100%);
}



/* -- start Contact us --*/


.contact-us-inner {
    margin-bottom: 90px;
}

.contact-info {
    margin-top: 120px;
    text-align: center;
    font-size: 0;
    color: #fff;
}

.contact-info i {
    font-size: 32px;
}

.contact-us-inner h1 {
    margin-top: 120px;
}

.form-decoration input,
.form-decoration textarea {
    border: none;
    border-bottom: 2px solid #b82a42;
    border-radius: 0;
    margin-bottom: 30px;
    margin-top: 30px;
}

.form-decoration input:focus,
.form-decoration textarea:focus {
    box-shadow: none;
    border-color: #f8d27f;
}

.form-decoration small {
    margin-top: -30px;
}

.form-decoration button {
    margin-top: 20px;
    transition: all .2s ease-in-out;
    background: #b82a42;
    border: none;

}

.form-decoration button:hover {
    background: #d6455e;
}

.rating i {
    color: #f2b01e;
}

.nm-phone {
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 300;
    word-spacing: 2px;
    width: 50%;
    display: inline-block;
    padding: 40px;
    background: #FF5733;
}

.nm-land-phone {
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 300;
    word-spacing: 2px;
    width: 50%;
    display: inline-block;
    padding: 40px;
    background: #C70039;
}

.nm-email {
    display: block;
    font-size: 18px;
    font-weight: 300;
    word-spacing: 2px;
    padding: 40px;
    background: #900C3F;
}

.nm-address {
    display: block;
    font-size: 18px;
    font-weight: 300;
    word-spacing: 2px;
    padding: 40px;
    background: #581845;
}

/*--Start Footer --*/
footer {
    background-color: #000;
    color: #fff;
}

.f-logo img {
    width: 70%;
    margin-bottom: 40px;
}

.social-footer-icon {
    margin-bottom: 40px;
}

.social-footer-icon i {
    font-size: 1.6em;
    padding-right: 15px;
    margin-top: 10px;
    transition: all 0.2s ease;
    color: #fff;
}

.fa-facebook:hover {
    color: #3b5998;
}

.fa-twitter:hover {
    color: #00acee;
}

.fa-youtube:hover {
    color: #c4302b;
}

.fa-instagram:hover {
   color: #d6249f;
}

.footer-inner {
    padding-top: 90px;
    padding-bottom: 60px;
}

.f-copy {
    color: #000;
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
    background-color: #fff;
    vertical-align: middle;
    line-height: inherit;
}

.f-copy p a{
    text-decoration: none;
    transition: all 0.3s ease;
}

.f-copy p a:hover{
    color: blue;
}
.mi-s {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.f-service h3,
.f-about-us h3 {
    margin-bottom: 20px;
}

.f-service ul {
    padding: 0px;
}

.f-service ul li {
    list-style: none;
    margin-bottom: 15px;
}

.f-service ul li a {
    text-decoration: none;
    color: #fff;
    transition: all 0.2s ease;
}

.f-service ul li a:hover {
    color: #ae1f38;
}

/*--End Footer --*/

.carousel-control-next,
.carousel-control-prev {
    filter: invert(100%);
}



.nav-item a {
    transition: all .2s ease-in-out;
}

.nav-item a:hover {
    color: #ae1f38 !important;
}

.nav-btn-color{
    color: #fff !important;
    padding-left: 10px;
}

/*-- Responsive --*/



@media (max-width: 768px) {
    body {
        text-align: center;
    }

    .my-nav{
    margin-bottom: 10px;
}


}



@media (min-width: 768px) {
    .about-me {
        width: 70%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .nm-sit{
    margin-top: 140px;
}

}

@media (min-width: 979px) {

    .nm-sit{
    margin-top: 80px;
}

}


@media (min-width: 768px) and (max-width: 979px) {



}