

body {
    background: white;
}
a:hover {
    text-decoration: none;
}

a {
    color: #2e56af;
}
a:hover {
    color: #FCE447;
}

.bg-primary1
{
    background: #2e56af;
    border-top: 3px ridge #FCE447;

}

header {
    position: absolute;
    width: 100%;
    z-index: 2;
}

header a {
    color: white;
}
header .container.header {
    position: relative;
    z-index: 100;
}
header .navbar {
    padding-bottom: 0;
    border: 1px solid white;
    border-left: none;
    border-right: none;
}

header .navbar a.menu-item {
    color: white;
    transition: all 0.2s ease-in;
    font-weight: 600;
}

header .navbar a.logo {
    color: white !important;
    font-family: 'Arial';
}


header .navbar a.menu-item:hover {
    color: #2e56af;
}

header .navbar a.menu-item:hover:after {
    border-top: 5px solid #2e56af;
    border-right: 5px solid #2e56af;
}
            
header .navbar a.menu-item:after {
    content: "";
    transition: all 0.2s ease-in;
    display: block;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    width: 7px;
    height: 7px;
    transform: rotate(-45deg);
    position: absolute;
    bottom: -13px;
    overflow: hidden;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    position: relative;
    left: 44%;
}

            
header .navbar li.active a.menu-item {
    color: #2e56af;
}

header .navbar li.active a.menu-item:after {
    border-top: 5px solid #2e56af;
    border-right: 5px solid #2e56af;
}

header i.fa.fa-facebook, header i.fa.fa-instagram {
    border-radius: 50%;
    /*border: 1px solid white;*/
    width: 26px;
    height: 25px;
    text-align: center;
    padding-top: 4px;
    padding-right: 1px;
    transition: all 0.2s ease-in;

}
header i.fa.fa-facebook:hover, header i.fa.fa-instagram:hover {
    background: white;
    color: #2e56af;
}

header i.fa.fa-navicon {
    color: white;
}

header .logo {
    background: #2e56af;
    padding: 6px 20px;
    border-radius: 3px;
    border: 1px solid white;
    font-weight: 600;
}


.carousel-inner {
    max-height: calc(70vh + 200px);
}

.carousel-inner img {
    /*max-height: 70vh;*/
    border-radius: 3px;
}

ol.carousel-indicators {
    bottom: 200px;
}

.maindes {
    text-align: center;
    color: #2e56af;
    font-size: 2rem;
}

.afterdes {
    text-align: center;
}

.main.fa {
    color: #FCE447;
    font-size: 24px;

}

i.fa.fa-envelope-o.main {
    font-size: 21px;
}
.main.fa {
    top: 3px;
    position: relative;
}

.afterdes.col a {
    margin-right:15px;
}
table  {
    width: 50%;
    margin: 0 auto;
}

table tr {
    text-align: center;
}

.row .thirdp a, .row .fourthp a {
    /*width: 290px !important;*/
    display: inline-block;
    padding-left: 10px;
}

.afterdes a:last-child {
    text-align: left;
}
.afterdes a:first-child {
    text-align: right;
}

.row .thirdp {

    margin-bottom: 0;
}

.spacer {
    height: 60px;
    display: block;
}


#carouselExampleIndicators .carousel-item:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    width: 100%;
        height: calc(100% - 166px);
 }

footer  {
    background: #2e56af;
    height: 60px;
}

footer .container {
    line-height: 60px;
}

.bg-backg{
    background-image: url(../../assets/images/contact.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 6px;
    position: relative;
}

p.afterdes {
    margin-bottom: 0;
}


iframe {
    top: 6px;
    position: relative;
}

footer a {
    color: white;
}
footer a:hover {
    color: #f52459;
}

footer ul li {
    float: left;
    /*margin-bottom: 10px;*/
    list-style-type: none
}

.primcol {
    color: #2e56af;
}

img.banner {
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
    display: block;
    margin: 0 auto 0 auto;
}

.modal-body {
    background: #101010;
}


.afterdes {
    line-height: 30px;
    width: 100%;
}
.afterdes.font-weight-bold {
    padding: 20px 0;
}

#contact h3, #contact .afterdes {
    margin-bottom: 0;
    background: rgba(0,0,0,0.3);
    line-height: 40px;
    font-weight: 400;
    font-size: 18px;
}

.sp20 {
    display: block;position: relative;height: 20px;    width: 100%;
}
.main.fa {
    color: #FCE447;
}

header .navbar li.active a.menu-item {
    color: #FCE447;
}

header .navbar li.active a.menu-item:after {
    border-top: 5px solid #FCE447;
    border-right: 5px solid #FCE447;
}
header .navbar a.menu-item:hover {
    color: #FCE447;
}
header .navbar a.menu-item:hover:after {
    border-top: 5px solid #FCE447;
    border-right: 5px solid #FCE447;
}

.maindes {
    color: #2e56af;
    font-size: 30px;
    margin: auto;
    text-align: center;
    padding: 30px 40px;
    width: 100%;
    max-width: 1370px;
    border-bottom: 4px double #FCE447;
    font-weight: 400;
    margin-bottom: 15px;
}

header i.fa.fa-phone, header i.fa.fa-envelope,header i.fa.fa-mobile {
    color: #FCE447;
}

.navbar.scrolled {
    position: fixed;
    top: 0;
    margin: 0 !important;
    background: rgba(17, 17, 17, 0.9);
    left: 0;
    transition: all 0.3s ease-in;
}

#contact .afterdes.col a {
    margin-right: 0;
}
span.desktop {
    padding-left: 10px;
}

div#carousel-with-lb {
    padding-top: 3rem;
    padding-bottom: 3rem;
    /*background: #efefef;*/
    top: 15px;
    position: relative;
}

#carousel-with-lb.gallery ol.carousel-indicators {
    bottom: 0;
}

#carousel-with-lb.gallery .carousel-indicators li {
    background-color: #FCE447;
}    
.banner-bg {
/*    background-image: url(../../assets/images/banner.jpg);
    position: relative;
    top: 15px;
        background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 -700px;*/
    background: #FCE447
}

figure {
    max-height: 290px;
    overflow: hidden;
}

#contact .contacth3 {
    font-size:  25px;
}

@media (max-width: 991px) {
    nav.navbar.navbar-expand-lg.sticky-top.col.my-3 {
        padding-bottom: 10px;
    }

    button.navbar-toggler {
        top: 4px;
        position: relative;
    }

    nav.navbar.navbar-expand-lg.sticky-top.col.my-3 {
        background: rgba(17, 17, 17, 0.9);
    }

    #carouselExampleIndicators .carousel-item:after {
        height: calc(100% - 260px);
    }
    .carousel-item .bg-primary1 {
        max-height: 260px;
        height: 260px;
    }
    .afterdes a:first-child, .afterdes a:last-child
    {
        text-align: center;
    }
    span.desktop {
        display: none;
    }
}

.topslider .carousel-inner img {
    max-height: 70vh;
    border-radius: 3px;
    object-fit: contain;
    object-fit: cover;
    object-position: 0 70%;
    height: 70vh;
}

/*.slidertop .carousel-inner .carousel-item:first-child img {
    max-height: 70vh;
    border-radius: 3px;
    object-fit: contain;
    object-fit: cover;
    object-position:  0;
    height: 70vh;
}
*/
.topslider .carousel-inner .carousel-item:first-child img {
    /*object-fit: unset;*/
}

figure.col-md-4 {
	flex: 0 0 24%;
	max-width: 24%;
	padding: 0;
	margin: 0;
}

 .controls-top .fa {

    font-family: FontAwesome;
        font-weight: 300 !important;
        font-style: normal;
        color: #2e56af;
        border: 1px solid gainsboro;
        font-size: 30px;
        padding: 0 5px;
}

.controls-top .btn-secondary {
    color: #6c757d;
    background-color: white;
    border-color: white;
}

.controls-top {
	margin-bottom: 20px;
}

.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: none !important;
        background: transparent;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}
.ifryou {
    max-width: 560px;
}

@media (min-width: 768px)
{
    .mobbr {
        display: none;
    }
}

@media (max-width: 767px)
{
    .sep1 {
        display: none;
    }
}

@media (max-width: 767px)
{
    footer {
        height: auto;
    }

    footer .container {
        line-height: 24px;
        padding: 15px 0;
    }

    figure.col-md-4 {
        float: none;
        max-width: unset;
        padding: unset;
        margin: 10px;
    }
}