
body,
html {
    width: 100%;
    height: 100%;

}

body {
    font-family: 'Roboto Slab', serif;
}



main section {

    margin: 2em 0;
    margin-top:60px;

}
@media (max-width:9px){
    main section{
        margin-top:20px;
        padding-left:0;
        padding-right:0;
    }
}

hr.light {
    border-color: #fff;
}

.top a {
    color: #ffffff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}


.text-muted-not-imp {
    color: #6c757d;
}

.header-top span {
    padding: 20px 0;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
}

.header-top-right span {
    padding: 20px 0;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
}

.header-top-right span:first-child {
    margin-right: 25px;
}


p {
    font-family: 'Roboto Slab', serif;


}

h2 {

    font-size: 18px;
}

h3, h4, h5, h6 {

}


.bg-primary {
    background-color: #2A779F !important;
}

.bg-dark {
    background-color: #212529 !important;
}

.text-faded {
    color: rgba(255, 255, 255, 0.7);
}

.text-highlight {
    color: #2A779F;
}


/*.section-heading {*/

/*margin-top: 0;*/
/*font-size: 1.4em;*/
/*margin-bottom: 0.7em;*/
/*}*/

::-moz-selection {
    color: #fff;
    background: #212529;
    text-shadow: none;
}

::selection {
    color: #fff;
    background: #212529;
    text-shadow: none;
}

img::-moz-selection {
    color: #fff;
    background: transparent;
}

img::selection {
    color: #fff;
    background: transparent;
}

img::-moz-selection {
    color: #fff;
    background: transparent;
}

#mainNav {
    /*border-bottom: 1px solid rgba(33, 37, 41, 0.1);*/
    background-color: #F3F3F3;
    font-family: 'Roboto Slab', serif;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

#mainNav .navbar-brand {
    font-weight: 700;
    text-transform: uppercase;
    color: #2A779F;
    font-family: Poppins;
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #fff;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link{
    /*padding:0.5em!important;*/
}
#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    font-size: 1rem;
    font-weight: 600;

}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #fff;


}
#mainNav .navbar-nav > li.nav-item > a.nav-link:hover, #mainNav .navbar-nav > li.nav-item > a.nav-link{
    color:#FFFFFF;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
    color: #fff;

}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
    background-color: transparent;
}
.navbar{
    padding:0;
}
#mainNav #navbarResponsive .navbar-nav .nav-item a:hover{
    background-color: #FFFFFF;
    color:#ff7900;
}
#mainNav #navbarResponsive .navbar-nav .nav-item a{
    color:#000000;
}
#mainNav #navbarResponsive .navbar-nav .nav-item a{
    padding:10px;
}
.navbar-expand-lg .navbar-collapse{
    justify-content: end;
}
.dropdown-item:focus, .dropdown-item {
    color: #FFF;
    text-decoration: none;

}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.1rem;
    padding-left: 0.2rem;
}
.topbar .logo{
    height:100px;
    width:auto;
}
#mainNav{
    border-top:solid 1px #00a6f2;
    background-color:#00a6f2;
}
@media(max-width:426px){
    #mainNav{
        border-top:none;
        background-color: #FFFFFF;
    }
    .navbar-dark .navbar-toggler {
        color: #000000;
        border-color: #FFFFFF;
    }
    .navbar-toggler {
        padding: .25rem .75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: #00a6f2;
        border: 1px solid #000000;
        border-radius: .25rem;

    }
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid{
        padding:5px 15px!important;
    }
}
#mainNav .container-fluid{
    background-color: #ffffff;
}
@media (min-width: 992px) {
    #mainNav {
        border-color: #dddddd;
        background-color: rgba(255, 255, 255, 0.7);
    }

    #mainNav .navbar-brand {
        color: rgba(255, 255, 255, 0.7);
    }

    #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
        color: #fff;
    }

    #mainNav .navbar-nav > li.nav-item > a.nav-link {
        /*padding: 0.1rem 1rem;*/
    }

    #mainNav .navbar-nav > li.nav-item > a.nav-link,
    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
        color: #FFFFFF;

    }

    #mainNav .navbar-nav > li.nav-item:not(:last-child) {
        /*border-right: solid black 2px;*/
        margin-right:20px;
    }

    #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
        color: #fff;
    }

    #mainNav.navbar-shrink {
        border-bottom: 1px solid rgba(33, 37, 41, 0.1);

    }

    #mainNav.navbar-shrink .navbar-brand {
        color: #2A779F;
    }

    #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
        color: #fff;
    }

    #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
    #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
        color: #fff;
    }

    #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
    #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
        color: #000000;
    }

}


.slide {
    padding: 0px;

    position: relative;
}

.slider {
    position: relative;
}

.headline {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 100%;

}

.slide button {
    background-color: #FAA52F;
    color: #FFFFFF;
    padding: 5px 50px;
    border: none;
    font-weight: 700;
    letter-spacing: 2px;
}

.slide button:hover {
    color: #197EC3;
}

h1 {
    font-size: 20px;
}


.heading {
    border-left: solid white 10px;
}

header.masthead {
    padding-top: 10rem;
    padding-bottom: calc(10rem - 56px);
    /* background-image: url("../img/muktinath-banner1.jpg"); */
    background-position: center center;
    background-size: cover;
}

header.masthead hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

header.masthead h1 {
    font-size: 2rem;
}

header.masthead p {
    font-weight: 300;
}

@media (min-width: 300px) {
    .video-wrapper {
        width: 100%;
        height: 300px;
    }
}

@media (min-width: 768px) {
    header.masthead p {
        font-size: 1.15rem;
    }

    .video-wrapper {
        width: 690px;
        height: 465px;

    }

    h1 {
        font-size: 50px;
    }

    .headline {
        position: absolute;
        top: 50%;
        left: 6%;
    }

    .slide p {
        font-size: 15px;
        text-align: justify;

    }

    h2 {
        font-size: 40px;
    }

    main section {

        margin-top: 0em;
    }
}

@media (min-width: 992px) {
    header.masthead {
        height: 100vh;
        min-height: 650px;
        padding-top: 0;
        padding-bottom: 0;
    }

    header.masthead h1 {
        font-size: 3rem;
    }

    .video-wrapper {
        width: 445px;
        height: 315px;
    }

    h1 {
        font-size: 50px;
    }

    .headline {
        position: absolute;
        top: 40%;
        left: 32%;
        text-align: center;
        width: 40%;
    }

    .headline h5 {
        font-size: 40px;
        font-weight: 800;
    }

    .image_box {

        box-sizing: border-box;

    }

    .content_box {
        box-sizing: border-box;
        background-color: #197EC3 !important;
        padding: 12px;
        text-align: center;

    }


.active }
.hero-slider-content > h4 {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
}

@media (max-width: 1199px) and (min-width: 992px) {

.hero-slider-content > h4 {
        font-size: 38px;
        line-height: 38px;
    }


}
.hero-slider-content > h4 {
    font-size: 38px;
    color: #fff;
    line-height: 38px;
    padding-bottom: 20px;
    font-weight: 700;
}

.hero-slider-content > * {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

h1 {
    font-size: 36px;
    font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
    color: #434343;
    margin-top: 0px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

.active .hero-slider-content > p {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 1100ms;
    animation-delay: 1100ms;
    text-align: center;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .hero-slider-content > p {
        font-size: 14px;
        font-weight: 400;
    }
}

.hero-slider-content > p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 28px;
    /*max-width: 610px;*/
}
.slider-btn .button-default {
    padding: 10px 20px;
    margin-top: 30px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 16px;
}

.button-default {
    background: #40afff none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    margin: 0;
    padding: 10px 20px;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hero-slider .owl-nav > div {
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #1F3971;
    text-align: center;
    border-radius: 100%;
    font-size: 28px;
    color: #fff;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hero-slider .owl-nav > .owl-next {
    left: auto;
    right: 30px;
}


.illustration {
    margin-top: 0px;
}

.mainnav-fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 1px 10px 12px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 10px 12px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 10px 12px -6px rgba(0, 0, 0, 0.75);
    z-index: 900000;
}

@media (min-width: 922px) {
    #mainNav.navbar-shrink {
        height: 80px !important;
    }

    #mainNav.mainnav-fixed-top {
        padding-top: unset;
        padding-bottom: unset;
        background-color: #ece7e2;
        color: black;
        border-bottom: 1px solid rgba(142, 45, 46, 0.2);
        z-index: 90000;
    }

    #mainNav.navbar-shrink .logo-img {
        max-width: 120px !important;
        padding: 0 5px 0 0;
    }
}

@media (min-width: 768px) {


    #mainNav.navbar-shrink {
        height: 80px !important;
    }

    #mainNav.mainnav-fixed-top {
        padding-top: unset;
        padding-bottom: unset;
        color: black;
        max-height: 98.6px;
        border-bottom: 1px solid rgba(142, 45, 46, 0.2);
        z-index: 90000;
    }

    #mainNav.navbar-shrink .logo-img {
        max-width: 75px !important;
        padding: 0 5px 0 0;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {

}




@media (min-width: 1200px) {

    header.masthead h1 {
        font-size: 4rem;
    }

    .img-wrapper-section2 {
        width: 550px;
    }

    .video-wrapper {
        width: 560px;
        height: 315px;
    }

}


@media (max-width: 1199px) and (min-width: 992px) {
    .single-slider {
        height: 500px;
    }
}

@media(max-width: 768px){
    .hero-slider-content {
        padding:1em;
        margin:auto;
    }
}

.single-slider {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    position: relative;
    z-index: 9;
}

.single-slider:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #888686;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    z-index: -1;
}


.logo-img {
    width: 50px;
    height: auto;
}

footer {
    position: relative;


}

.map-wrapper {
    height: 550px;
}

.card-btn {
    font-family: 'Roboto Slab', serif;
    color: #fff;
    background-color: #fff;
    box-shadow: 1px 9px 12px 0px rgba(47, 118, 158, 0.3);
}


.about-cols {
    padding-top: 15px;
}

.about-cols .about-col .img img {
    border-radius: 15px;

}


.about-col {
    background-color: #fff;
    padding-bottom: 30px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.not-img {
    margin: 20px;
}

.contact-us {
    font-family: 'Poppins', sans-serif;
    padding-top: 30px;
    opacity: 0.9;

    background-color: #fff;
}

.contact-us .wrapper-align {
    padding-top: 42px;
    padding-bottom: 42px;
}

.contact-us .wrapper-align p {
    margin-bottom: 0px;
    text-align: center;

}

@media (max-width: 800px) {
    header.masthead {
        padding-top: 20rem;
    }
}


@media (max-width: 500px) {


    header.masthead {
        padding-top: 20rem;
        padding-bottom: calc(10rem - 100px);
    }

    header.masthead p {
        padding: 0 15px;
    }

    .area-padding-section1 {
        margin: 30px 0;
    }

    .section1-content {
        padding: 0px;
    }

    .sm-pad-0 {
        padding: 0px;
    }

    .contact-us {
        position: static;
        width: 100%;
        opacity: 1;
    }

    .map-wrapper {
        height: 350px;
    }

    .capital-with-shadow {
        font-size: 1.2em;
    }

    #mainNav .navbar-nav > li.nav-item > a.nav-link,
    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
        font-size: 0.9rem;
        font-weight: 500;
        text-transform: uppercase;
        color: black;
    }

}


.wrapper-align:not(:last-child) {
    border-bottom: solid 2px #E3B186;
}


.lower-footer {
    background: #315464;
    font-size: 14px;
    padding: 15px 0;
}

.lower-footer p {
    display: inline;
    padding-right: 12px;
    border-right: 1px solid white;
}

footer a {
    color: white;
}

.lower-footer a {
    color: white;
    padding-left: 5px;
}

@media (min-width: 768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 32px;
    }

    .imagePart {

    }

    .logo-img {
        width: 100px;
        height: auto;
    }

    .slide .carousel-item img {
        height: 600px !important;
        -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
        filter: grayscale(30%);
    }
}

.text-primary {
    color: #2A779F !important;
}


.btn-xl {
    padding: 1rem 2rem;
}

.btn-primary {
    background-color: #333399;
    border-color: #333399;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: #333399 !important;
}

.btn-primary:active, .btn-primary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 0, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 0, 0.5) !important;
}

.middle_content {
    padding-top: 50px;
}

h4 {
    font-weight: 700;

}

.middle_content p {
    text-align: justify;
}

.middle_content img {
    float: left;
    padding-right: 20px;
    padding-bottom: 10px;
}

.middle_content .img-section p {
    word-spacing: 5px;
    letter-spacing: 1px;

}
.top-nav-slogan:hover{
    color:#dddddd;
}
.top-nav-slogan:hover{
    color:#ddd;
}
.highlights, .textPart ul li {
    list-style: none;
    padding-left: 20px;
    padding-top: 10px;
    position: relative;
    text-align: justify;
    margin: 15px;

    margin-left: 0px;
}

.highlights, .textPart ul li::before {
    font-weight: 900;

    font-family: "Font Awesome 5 Free";
    content: '\f138';
    position: absolute;
    left: 0%;


}
.testimonial-text h2{
color:black;
    /*background: -webkit-linear-gradient(#eee, #333);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
}

.highlight {
    padding: 0px;
}


@media (max-width: 600px) {
    .slide p {
        font-size: 10px;
    }

    h4 {
    }
}

.bestPackages {


}

.section-heading {
    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;
    background-color: #fff;
}

.section-heading h2 {

    padding: 2em 2em;
}

.BestThumb {
    width: 500px;
    margin-bottom: 20px;
    padding: 2px 20px;
}

.BestThumb .sepration {
    margin-bottom: 10px;
}


.content_box {
    box-sizing: border-box;
    background-color: #197EC3;
    padding: 12px;
    color: white;
}

.content_box button {
    padding: 5px 25px;
    background-color: transparent;
    border-color: #FFFFFF;
    color: #FFFFFF;
}

.about {
    background-color: #197EC3;
    padding: 60px 0px;
}

.highlight span {
    word-spacing: 0px;
    text-align: left;
}

.card-btn {
    font-family: 'Roboto Slab', serif;
    color: #fff;
    background-color: #fff;
    box-shadow: 1px 9px 12px 0px rgba(47, 118, 158, 0.3);
}


.about-cols {
    padding-top: 15px;
}

.featured-trek_thumb a .about-col .img {
    position: relative;
}

.featured-trek_thumb a .about-col .img figure {
    border-radius: 10px;
    position: relative;
    width: 100%;
    height: 310px;
    overflow: hidden;

}

.featured-trek_thumb a .about-col .img figure img {
    position: absolute;
    height: 310px;
    border-radius: 10px;
    width: auto;
    min-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.featured-trek_thumb a .about-col .img .trip-thumb-badge {
    position: absolute;
    z-index: 2000;
    border: thin solid red;
    padding: 4px;
    left: -10px;
    bottom: 10%;
    background-color: #fff;
    color: #fff;
    display: inline-block;
    min-width: 80px;
    text-align: center;
}

.featured-trek_thumb a .about-col .img .trip-thumb-badge:before {
    content: '';
    border-style: solid;
    width: 0px;
    height: 0px;
    line-height: 0px;
    border-color: transparent transparent #af6408 transparent;
    border-width: 0px 0px 5px 10px;
    position: absolute;
    top: -6px;
    left: -1px;
    z-index: 8000;
}


.featured-trek_thumb a .about-col {
    background-color: #fff;
    padding: 0;
    border-radius: 10px;
    margin-bottom: 15px;
    border: thin solid #ccc;
}

.featured-trek_thumb a .about-col .about-col__meta {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 1em;
}

.featured-trek_thumb a .about-col .about-col__meta .trip-rating {
    color: #fff;
    font-size: 28px;
}


.featured-trek_thumb a .about-col:hover {
    box-shadow: 1px 9px 12px 0px rgba(47, 118, 158, 0.6);

}

.featured-trek_thumb a:hover {
    text-decoration: none !important;
}

.featured-trek_thumb a .about-col .not-img {
    margin: 20px;
}

.tripInformation ul li {
    list-style: none;
    padding-left: 20px;
    position: relative;
    text-align: justify;
    padding-bottom: 20px;

}

.tripInformation ul li::before {
    font-weight: 900;

    font-family: "Font Awesome 5 Free";
    content: '\f054';
    position: absolute;
    left: 0%;


}

.tripInformation .highlight a {
    color: black;
    text-decoration: none;
}

.tripInformation .highlight a:hover {
    color: #fff;
}

.textBody {
    box-shadow: 1px 5px 12px 3px rgba(47, 118, 158, 0.2);
}

.imgBox {

    position: relative;
    height: 90px;
}

.imgBox figure {
    position: relative;
    top: 0;
    max-width: 50%;
    margin: 0 auto;
    height: auto;
    z-index: 999;

}

.imgBox figure img {

    border-radius: 100%;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.illustration .item {
    height: 450px;
    text-align: center;
    margin-left: 10px;

}

.illustration .item .description {
    padding: 20px;
}

.textBody {
    position: relative;

}

.footer_content {
    background-color: #2566A5;
    padding: 30px;
}

.footer_content input[type=text] {
    padding: 6px 30px;
    margin-top: 8px;
    font-size: 17px;
    border: none;
    width: 100%;
    background-color: #FFFFFF;
    color: #868e96;
}

.footer_content .search-container button {
    float: right;
    padding: 6px;
    margin-top: 8px;
    background: #fff;
    font-size: 17px;
    border: none;
    cursor: pointer;
    position: relative;
    bottom: 45px;
    color: #FFFFFF;
}

.social_icon {
    font-size: 35px;
}

.social_icon .fab {
    margin-right: 5px;
}

footer h5 {
    color: #FFFFFF;
}

footer ul li {
    list-style: circle;
    margin-left: 0px !important;
    padding-left: 0px !important;


}

footer a:hover {
    text-decoration: underline;
    color: #fff;

}

.quick_links1 ul li {
    list-style: none;
    padding-left: 20px !important;
    padding-top: 10px;
    position: relative;
    text-align: justify;
    margin: 15px;


}

.quick_links1 ul li::before {
    font-weight: 900;

    font-family: "Font Awesome 5 Free";
    content: '\f054';
    position: absolute;
    left: 0%;


}

.slide .carousel-item img {
    height: 250px;
}

.footer_bottom {
    padding: 10px;
}

.about h5 {
    font-weight: 800;
}

.about_video .textPart {
    padding: 60px 0px 33px 95px;
    text-align: justify;
    left: -85px;
}

.about_video .imagePart {
    z-index: 9999;
    margin-top: 30px;
}

.about_video .textPart_section {
    background-color: #197EC3;

}

@media (max-width: 768px) {
    .about_video .textPart {
        padding: 30px;
        text-align: justify;
        left: 0;
    }
}

.footer_content figure img {
    background-color: #dee2e6;
}

.blog h3, .tripInformation h3 {
    padding-top: 8px;
    font-weight: 900;
}

.search button {
    padding: 25px 60px;
    border: none;
    background-color: white;
    color: black;
}

.search form {
    position: absolute;
    bottom: 0;
    top: 92%;
    left: 16%;
    height: 70px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
}

.contact-information {
    border: solid black 1px;
    padding: 4px 25px 40px 33px;
    color: #FFFFFF;
    background-color: #197EC3;
    text-align: center;
}

.news-block-title {
    background-color: #f9f9f9;
    height: 48px;
    border-bottom: thick solid #197EC3;
    box-shadow: 0 6px 0 rgba(0, 0, 0, 0.04);
}

.news-block-title h2 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    padding: 0.2em 1em 0.2em 0.4em;
    display: inline-block;
    background-color: #197EC3;
}

.mb-60 {
    margin-bottom: 60px;

}

.illustration .item {
    width: 95%;
    height: auto;
    text-align: center;
}

.illustration blockquote {
    font-size: 20px;
    margin: 20px;
}

.illustration blockquote:before {
    content: '\f10d';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    margin-right: 15px;
    color: #5a6268;
}

.illustration blockquote:after {
    content: '\f10e';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    margin-left: 15px;
    color: #5a6268;
}

.illustration .test_name {
    font-style: italic;
    color: #197EC3;
}

.illustration .test_button a {
    color: #fff;
    margin-right: 40px;
    text-decoration: none;
}


.blog p {
    text-align: justify;
}

.weather_wizard img {
    width: 85%;
}

.section_3 h4 {
    color: #197EC3;
}

.BestThumb button:hover {
    color: #fff;
}

.page_link a {
    text-decoration: none;
    color: black;
}

.page_link a:hover {
    color: #fff;
}

@media (max-width: 768px) {
    #mainNav .navbar-nav > li.nav-item > a.nav-link, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
        background-color: #F3F3F3!important;
        color:#ff7900!important;
    }
    #mainNav .navbar-nav > li.nav-item > a.nav-link:hover {
        background-color: #00a6f2!important;
        color:#F3F3F3!important;
    }
}
@media(max-width:426px){
    #mainNav.mainnav-fixed-top{
        height:85px!important;
    }
}

.activities figure.red:hover{
  border: 6px solid #1e386e;
}
.activities figure.green:hover{
    border: 6px solid #1e386e;
}
.activities figure.blue:hover{
    border: 6px solid #1e386e;
}
.activities figure.yellow:hover{
    border: 6px solid #1e386e;
}

.activities figure img{
    height: 263px;
    margin-top: 7px;
    width: 100%;

}

.section-title-wrapper .button-default{
    margin-top:20px;
}
.activities h4{
    font-weight: 700;
    font-size: 17px;
    height: 35px;
}

/*
cusome css event page*/

#eventSinglePage h1{
    font-size:42px;
    font-weight: 900;
    color:#203A72;
    margin-bottom: 1em;

}

.eventSinglePage-item{
    margin-bottom: 4em;
}

.eventSinglePage__banner{
    display: flex;
    flex-direction: row;
    -webkit-box-shadow: 0px 16px 22px -13px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 16px 22px -13px rgba(0,0,0,0.75);
    box-shadow: 0px 16px 22px -13px rgba(0,0,0,0.75);
}

#eventSinglePage .eventSinglePage__banner{

    background-color: #e6ebf7;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

}

.eventSinglePage__details{
    display: flex;
    flex-direction: row;
    margin-top:2em;

}
.eventSinglePage__details .eventSinglePage__contents{
    width:60%;
}

.eventSinglePage__details .eventSinglePage__map{
    padding-left:1em;
    width:40%;
}

.eventSinglePage__details .eventSinglePage__map iframe{
    width: 100%;
}

.eventSinglePage__banner .eventSinglePage__banner_thumb{
    width:70%;
    /*border:thin solid red;*/
    position: relative;
    height: 420px;
    overflow: hidden;
    margin:0;
    padding:0;
}

.eventSinglePage__banner .eventSinglePage__banner_thumb h2{
    padding:1em;
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    left:10px;
    bottom:20px;
    color:#ddd;
    font-size:26px;
    font-weight: 800;
}

.eventSinglePage__banner .eventSinglePage__banner_thumb img {
    max-height: 100%;
    width: auto;
}

.eventSinglePage__banner .eventSinglePage__banner_meta{
    width:30%;
    /*border:thin solid blue;*/
    border-radius: 0;
    padding:1em;


}
.eventSinglePage__banner .eventSinglePage__banner_meta h2{

    font-size:22px;
    font-weight: 900;
    color:#203A72;
    margin-bottom:8px;

}

.eventSinglePage__banner .eventSinglePage__banner_meta .eventSinglePage__banner__meta_facts{
    list-style: none;
    margin-bottom: 1em;
}

.eventSinglePage__banner .eventSinglePage__banner_meta .eventSinglePage__banner__meta_facts li{
    font-size:16px;
    font-weight: 600;
    line-height: 30px;
}

.eventSinglePage__banner .eventSinglePage__banner_meta .eventSinglePage__banner__meta_facts li i{
    font-size:20px;
    font-weight: 900;
}

.eventSinglePage__banner_meta .eventSinglePage__banner__meta_highlights ul li{
    position: relative;
    padding-left:25px;
    font-size:16px;
}

.eventSinglePage__banner_meta .eventSinglePage__banner__meta_highlights ul li:before{
    content:'\f111';
    font-weight: 900;
    font-size:12px;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left:1px;
    top:2px;

}

.eventSinglePage__contents{
    font-size:16px;
    text-align: justify;
    padding:1em 0;
}

/*homepage slider fix*/

.single-slider.innerPageMainSlider{
    height: 330px;
}

@media(max-width: 767px)
{
    .single-slider.innerPageMainSlider{
        height: 240px;
    }
}

#mainNav{
    -webkit-box-shadow: 0px 7px 0px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 7px 0px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 7px 0px -6px rgba(0,0,0,0.75);
}

/*services*/
.fsbox{position: relative; width: 100%;}
.fsbox .fsicon{
    position: absolute;
    width: 50px;
    height: 50px;
    border: 2px solid #2323FF;
    color: #2323FF;
    font-size: 20px;
    text-align: center;
    line-height: 2.2;
    border-radius: 50%;
    top: 0;
}

.fsbox .fscontent{padding-left: 70px; margin-bottom: 50px;}
.fsbox .fscontent p:last-child{ margin-bottom: 0; }
.fsbox .fscontent h3{ margin-bottom: 10px;  font-size: 20px; }

.list-glow{
    animation: glowing 1500ms infinite;
    color:#000000;
}
.topbarMenu{
    display:flex;
    justify-content:space-between;
}
@media(max-width:426px){
    .topbarMenu{
        display:flex;

        flex-flow: wrap;
        justify-content: center;
    }
    .topbarMenu li i{
        margin-right:10px;
    }
}
.center-service:before{
    color:#FF9933;
}
header.topbar{
    margin:0;
    padding:0;
    list-style:none;
    postion:relative;
}
.rates-check:before{
    color:#FF9933;
}

.center-service{

    font-weight: bold;
}
.rates-check{

    font-weight: bold;
}
.form-inline .form-control{
    width:75%;
}
.form-inline{
    flex-flow: inherit;
}
.topbar .form-seq .form-inline{
    margin-top:35px;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #FFFFFF;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:hover{
    color:#FFFFFF;
}
.carousel-section .text-wrapper h3 strong{
    color:#000000;

}
.carousel-section .text-wrapper{
    text-align: center;
}
.button-default{
    background-color: #00a6f2!important;

}
@media (max-width:426px){
    .single-item .button{
        display:flex;
        justify-content:center;
        margin-top: 15px;
    }
}
.single-item .button{
    display:flex;
    justify-content:center;

}
.text-description{
    overflow: scroll;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* number of lines to show */
    overflow:hidden;
}
.dropdown #dropdownMenu2{
    background-color:#eaeaea;
    padding:0;
    margin:0;
    color:#000000;
    border:none;
    font-size:13px;
}
.system .dropdown button{
    background-color: #FFFFFF;
    border:none;
    color:#000000;
    font-size:13px;
}
.system .date{
    font-size:13px;
}
.text-description p:hover{
    color:#000000;
}
.form-inline{
    display: flex;
    justify-content: end;
    position:relative;
}
@media (max-width:426px){

    .single-item {
        padding: 20px;

    }
    .form-inline{
        padding:5px;
        margin:0;
    }
    .topbar img.logo{
        display:none;
    }
}
@media(max-width:769px){
    .header-top {
        background: #eaeaea none repeat scroll 0 0;
        color: #ffffff;
        font-size: 13px;

    }
    .form-inline{
        padding-bottom:15px;
    }
    .header-top {
        background: #777 none repeat scroll 0 0;
        color: #ffffff;
        font-size: 13px;

    }

    .topbar section{
        position:relative;
    }
    .system li.date{
        position:absolute;
        top:292%;
        right:-175%;
    }
    .hero-slider-content {
        margin: 0 !important;

    }
    #mainNav.mainnav-fixed-top {
        padding-top: unset;
        padding-bottom: unset;
        color: black;
        height: 68px;
        border-bottom: 1px solid
        rgba(142, 45, 46, 0.2);
        z-index: 90000;

    }
    .navbar-nav .dropdown-menu {
        position: absolute;
        float: none;
    }
    .form-inline {
        margin-top: 0;
        padding-bottom:0;
        width:100%;
        position:relative
    }
    .form-inline i {
        position: absolute;
        right: 1.4%!important;
        font-size: 15px;
        font-weight: 700;
        color: #dddddd;
        padding-left: 3px!important;
        border-left: thin solid #ddd;
    }
    .form-inline .form-control {
        width: 100%;
    }
    .single-testimonial-area .testimonial-image {
        vertical-align: top;
        border-radius: 100%;
        float: left;
        width: 103px;
        height: 100px;
        border: 2px solid #008641;
        margin-top: 13px;
    }
}

.topbarMenu li i{
    margin-right:10px;
    margin-left:10px;
}
@media (max-width:767px){
    .header-top {
        background: #9d9d9d none repeat scroll 0 0;
        color: #ffffff;
        font-size: 13px;

    }
    .form-inline button:hover{
        background-color: #dddddd;
    }
    .topbarMenu{
        padding:10px 0;
    }
    .form-group {
        margin: 0 15px 0 0;
    }
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
        padding-top: 8px;
    }
}
.single-item{
    padding:10px;
}

.footer-list iframe{
    border: medium none;
    visibility: visible;
    width: auto!important;
    height: 100%!important;

}
.footer-list .fb-page span{
    width:auto!important;
    height:130px!important;
}

/*EMI*/
*, .btn:active, .btn:focus{
    outline: none;
}
form{
    margin-top: 0;
}
.slider{
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    background: #dbdbdb;
    position: relative;
    outline: none;
    margin-bottom: 20px;
}
.slider-point{
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #A7CB00;
    position: absolute;
    top: -5px;
    -moz-transition: left 0.3s;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
}


.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #A7CB00;
    cursor: pointer;
    -moz-transition: background .15s ease-in-out;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}

.slider::-webkit-slider-thumb:hover {
    background: #7B9500;
}

.slider:active::-webkit-slider-thumb {
    background: #7B9500;
}

.slider::-moz-range-thumb {
    width:20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #A7CB00;
    cursor: pointer;
    -moz-transition: background .15s ease-in-out;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}
.slider::-moz-range-thumb:hover {
    background: #7B9500;
}

.slider:active::-moz-range-thumb {
    background: #7B9500;
}

.spinner {
    width: 70px;
    text-align: center;
    float: right;
}

.spinner > div {
    width: 10px;
    height: 10px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0.0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 40% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}
.credit .input-group-addon{
padding-right:10px;
    padding-top:10px;
}
.form-group .input-group-addon{
    padding-right:15px;
    padding-top:10px;
}
.form-inline button:hover{
    background-color:#dddddd;
    color:#000000;
}
@media(max-width:426px){
    .form-inline {
        margin-top: 0;
        padding-bottom:5px;
    }
    .form-inline .form-control {
        width: 100%;
    }
    .form-inline {
        position: relative;
        width: 100%;
        background-color: #FFFFFF;
    }
}
.date{
    display: flex;
    justify-content: end;
    margin-top: 30px;
    font-size: 20px;
    font-weight: bold;
    color:#ff7900;
}

.nav-link{
    padding:0;
}
.form-control {
    height: calc(1.45rem + 2.3px);
    padding: 0.075rem 0.15rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.activities .form-inline{
    position:relative;
    padding-top:10px;
}
.form-inline i{
    position: absolute;
    right: 2.2%;
    font-size: 15px;
    font-weight: 700;
    color:#dddddd;
    padding-left: 8px;
    border-left: thin solid #ddd;
}
.header-address li i{
    color: #ff7900;
    padding-right: 10px;
    width: 25px;
}
.header-address li a{
    color: #ff7900;
}
.header-address li {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #ff7900;
    padding: 0 20px;

}
.header-address {
    margin-top: 18px;
    display:flex;
    justify-content: center;
}
.header-address li span a{
    color:#ff7900;
}
.header-address li span {
    display: block;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    text-align:center;

}
ul.topbarMenu li a{
    text-decoration: none;
    color:#FFFFFF;
}
ul.topbarMenu li{
    color:#FFFFFF;
}
ul.topbarMenu li a{
    text-decoration:none;
    color: #ffffff;
}
ul.topbarMenu li{
    color:#FFFFFF;
}
ul.topbarMenu li a{
    text-decoration: none;
}
ul.topbarMenu li a i{
    color:#FFFFFF;
}
ul.topbarMenu li{
    color:#FFFFFF;
}
ul.topbarMenu li a{
    text-decoration: none;
}
ul.topbarMenu li{
    color:#FFFFFF;
}
ul.topbarMenu li a{
    text-decoration: none;
    color:#FFFFFF;
}
ul.topbarMenu li{
    color:#FFFFFF;
 }
@media(max-width:768px){
    .activities figure {
        border-radius: 0;
        height: 257px;
        width: 100%!important;
        border: none!important;

    }

}
@media(max-width:426px){
    .contact-section .contact-queries{
        text-align: center;
    }
    .wrapper-portfo .col-lg-3{
        display:flex;
        justify-content: center;
    }
    .queries-solver h6{
        line-height: 2em;
    }
}
@media (max-width:991px){
    .activities figure {
        border-radius: 100%;
        height: 257px;
        width: 195px;
        border: 3px solid #BCBCBC;

    }
    .section-title h3 {
        color: #333399;
        font-size: 23px;
        line-height: 30px;
        text-transform: uppercase;
        font-weight: 700;
        text-align: center;
    }
    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;

    }

    .form-inline .form-control {
        width: 99%;
    }
}
#mainNav.mainnav-fixed-top {

    padding-top: unset;
    padding-bottom: unset;
    background-color: #FFFFFF;
    color: black;
    border-bottom: 1px solid rgba(142, 45, 46, 0.2);
    z-index: 90000;

}
.button-wrapper{
    display:flex;
    justify-content: center;
    padding:15px 0 0 0;
}.owl-carousel .owl-item img {
     display: block;
 }
.single-item .image-wrapper figure {
    position: relative;
    height: 156px;
    overflow: hidden;
}
.single-item .image-wrapper figure img{
    width:100%;
    height: auto;
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.button-default a{
    color:white;

}
.button-default a:hover{
    color:#FFFFFF;
}

@media(max-width:991px){
    .activities figure {
        height: 257px;
        width: 220px;

    }
}
@media(max-width:425px){
    .activities figure {
        border-radius: 100%;
        height: 257px;
        width: 195px!important;
        border: 3px solid #BCBCBC;

    }
    .about-us .section-title-wrapper .short-content div {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 9;
    }
    .single-event-text {
        padding: 15px 10px 10px;
    }
    .event-area.section-padding.bg-white {
        padding-bottom: 0!important;

    }

}
@media only screen and (min-width: 0px) and (max-width: 576px){
    .single-footer-widget > h3 {
        padding-top: 0!important;

    }
    .social-icons a {
        color: #2d3e50;
        display: inline-block;
        font-size: 18px;
        height: 27px;
        line-height: 30px;
        margin-right: 5px!important;
        text-align: center;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        width: 28px;

    }
    .activities figure {
        border-radius: 100%;
        height: 257px;
        width: 290px;
        border: 3px solid #BCBCBC;

    }
}
@media only screen and (min-width:768px) and (max-width:991px){
    .about-us .section-title-wrapper .short-content div {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 13;
    }
}
#inner{
    line-height:27px;
}
.section-title-wrapper .short-content{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
}

/*for accordian menu*/

#fancyAccordion .card #headingOne h2 button{
    color:#FFFFFF;
}
#fancyAccordion .card #headingOne h2 button.btn{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 7px 579.1px 7px 25px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#fancyAccordion .card{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-bottom-color: rgba(0, 0, 0, 0.125);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-radius: .25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;

}

#fancyAccordion .card #headingOne{
    padding: 0 0.05rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
#fancyAccordion .card #headingOne h2 button.btn-link {
    font-weight: 400;
    color: #008641;
    background-color: transparent;
    text-decoration:none;
}
#fancyAccordion .card #headingOne h2{
    display:flex;
    justify-content: start;
}
#fancyAccordion .card #headingOne h2:hover{
    border-radius: calc(2.65rem - 1px) calc(.25rem - 1px) 0 0;
}
#fancyAccordion .card #headingOne:first-child {
    border-radius: calc(2.65rem - 1px) calc(.25rem - 1px) 0 0;
}
#fancyAccordion .card #headingOne h2 button.btn:hover{
    color:#FFFFFF;
}
#fancyAccordion .card #headingOne h2:hover{
background-color:#008641;
}
#fancyAccordion{
    margin-top:30px;
}
/*end of accordian menu*/


#inner .service .section-title strong{
    color:#008641;
    text-decoration:underline;
}
#inner .service .section-title{
    display:flex;
}
#inner .service{
    margin-top:47px;
    border: solid 1px #008641;
    padding: 30px;
    border-top: solid 4px #008641;

}
#inner .service ul li a h3{
    border-left:solid 2px #008641;
    padding-left:10px;
}
#inner .service ul li a h3:hover{
    background-color:#dddddd;
}
#inner .service ul li a:visited{
    background-color:#008641;
}
#inner .service ul li a h3 strong:hover{
    color:#000000;
}
#inner .service ul li a h3{
    padding:5px 5px;
    font-size:17px;
}
#inner .content-page table td>h3{
    font-size:14px;
}
#inner .content-page ul li{
    list-style:disc;
    margin-left:20px;
}
#inner .content-page div{
    line-height:27px;
}
#inner .content-page h1{
    padding:20px 0 0 0;
    margin:0;
    line-height:40px;
    margin-top:10px;
    color:#008641;
}
th{
    text-align:center;
}
#inner .container .row div.col-md-9{
    color:#000000;
}
.btn-secondary {
    color: #fff;
    background-color: #008641;
    border-color: #008641;
}
.btn-secondary:hover{
    color:#000000;
    background-color:#FFFFFF;
    border-color:#FFFFFF;
}
.modal-header{
    background-color:#008641;
}
.modal-header h5{
    color:#FFFFFF;
}
.modal-footer{
    background-color:#FFFFFF;
}
.modal-footer button:hover{
    background-color:#f7931e;
}
.modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;

}
#inner .container .list-details .image{
    display:flex;
    justify-content: center;
}
.additional{
    padding: 50px 0 0 0;
}
.notices{
    position:relative;
}
.triangle{
    position:absolute;
    top:0;
    right:0;
    border-top: 35px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 15px solid #fff200;

}
.a-triangle{
    position:absolute;
    top:0;
    right:0;
    border-top: 0px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 15px solid #fff200;
}
.slide-container{
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
}
.slide-container .masks{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.notices{
    display:flex;
    justify-content: center;
}
.notices h3{
    background-color: #fff200;
    margin-bottom:0;
    color: #000000;
    padding:5px 15px 5px 15px;
    font-weight:700;
    font-family: 'Roboto Slab', serif;

}
.slide-container .owl-item .item p{
    margin:0;
    color:#FFFFFF;
    padding:5px;
}
.sliding-notices{
    background-color:#2e3192;
}
.topbar .container .row{
    padding:10px 0;
}
@media(max-width:426px){
    .a-triangle {

        position: absolute;
        top: 0;
        right: 0;
        border-top: 0px solid

        transparent;

        border-bottom: 24px solid
        transparent;

        border-left: 87px solid

        #fff200;

    }
    .triangle {

        position: absolute;
        top: 0;
        right: 0;
        border-top: 34px solid

        transparent;

        border-bottom: 0px solid
        transparent;

        border-left: 80px solid

        #fff200;

    }
}
#mainSliderSection{
    position:relative;
}
#mainSliderSection .on-banner{
    position:absolute;
    top:0%;
    right:10%;
    z-index:999;
}
@media(max-width:426px){
    .on-banner .hanging-wrapper .hanging img{
        max-height:300px;
    }
}
@media(max-width:991px){
    .navbar-toggler{
        padding: .25rem .75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: #00a6f2;
        border: 1px solid #000000;
        border-top-color: rgb(0, 0, 0);
        border-right-color: rgb(0, 0, 0);
        border-bottom-color: rgb(0, 0, 0);
        border-left-color: rgb(0, 0, 0);
        border-radius: .25rem;
    }
    #mainNav {
        border-top: none;
        background-color: #FFFFFF;
        padding:0 15px;
    }
}
@media(max-width:767px){
    .on-banner .hanging-wrapper .hanging img{
        max-height:300px;
    }
}

.services-part .item-define .font-circ i{
    font-size: 30px;
    color: #FFFFFF;
    border: solid 1px #FFFFFF;
    border-radius: 100%;
    background-color: #00a0f9;
    margin-top: -50px;
    margin-bottom: 15px;
    height: 75px;
    width: 75px;
    padding:19px;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
}
.services-part{
    text-align: center;
    margin-bottom:70px;
}
.item-define{
    border:solid 1px #00a0f9;
    border-radius:40px;
    padding:10px;
}
.custom-made{
    margin:30px 0;
    padding-bottom:30px;
}
.item-define .item-wrapper{
    display:flex;
    justify-content: center;
    }
.contact-section{
    margin:40px 0;
}
.contact-section .contact-wrapper{
    display:flex;
    justify-content: center;
    text-align: center;
    flex-flow: column;
}
.contact-section .contact-wrapper .contact i{
    font-size: 50px;
    background-color: #006096;
    padding: 10px;
    border: solid 1px #006096;
    border-radius: 30%;
    color: #FFF;
}
.contact-section .contact-queries{
    display:flex;
    justify-content: center;
}
.contact-quote h2{

    padding-left:10px;
}
.about-us .section-title{
    display:flex;
    justify-content: start;
}
.activities{
    margin-top:10px;
}

.img__wrap {
    position: relative;
    height: 200px;
    /*width: 257px;*/
    overflow: hidden;
    margin-bottom: 30px;
}

.img__description {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 60, 249, 0.5);
    color: #fff;
    visibility: hidden;
    opacity: 0;
    padding:10px;

    /* transition effect. not necessary */
    transition: opacity .2s, visibility .2s;
    width: 100%;
    height: 100%;
}

.img__wrap:hover .img__description {
    visibility: visible;
    opacity: 1;
}
.img__wrap img{
    width:100%;
    /*max-height:170px;*/
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}
.wrapper-portfo{
    display:inherit;
}
@media(max-width:1199px){
    .wrapper-portfo{
        display:contents;
    }
    .portfolio-section{
        margin-bottom:30px 0;
    }
}
@media(max-width:992px){
    .item-define{
        margin-top:50px;
    }
    .custom-made{
        padding-bottom:10px;
    }
    .navbar-toggler {

        padding: .25rem .75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: #00abf1;
        border: 1px solid #00abf1;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
        border-radius: .25rem;

    }
    #mainNav {
        border-top: none;
        background-color: #ece7e2;
    }
    #mainNav .container-fluid {
        background-color: #ece7e2;
        padding: 10px 15px;
    }
    .activities {
        margin-top: 30px;
    }
}
.wrapper-portfo .col-lg-6{
    display:flex;
    justify-content: center;
}
.service-description h6{
    line-height: 2em;
}
.header-mail a{
    color:#ff7900!important;
    font-size: 18px;

    font-weight: 600;

    color: #ff7900;

    padding: 0 20px;
}
.header-mail{
    margin-top:18px;
}
.header-mail i{
    color: #ff7900;
    width: 25px;
}
.service-description h6{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}