﻿body {
    overflow-x: hidden;
    color: #000 !important;
    font-family: muliregular !important;
    background-color: #FFFFFF !important;
}

/*@font-face {
    font-family: 'alidoregular';
    src: url('../fonts/alido-webfont.eot');
    src: url('../fonts/alido-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/alido-webfont.woff2') format('woff2'), url('../fonts/alido-webfont.woff') format('woff'), url('../fonts/alido-webfont.ttf') format('truetype'), url('../fonts/alido-webfont.svg#alidoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cgor45w';
    src: url('../fonts/cgor45w.eot');
    src: url('../fonts/cgor45w.eot') format('embedded-opentype'), url('../fonts/cgor45w.woff2') format('woff2'), url('../fonts/cgor45w.woff') format('woff'), url('../fonts/cgor45w.ttf') format('truetype'), url('../fonts/cgor45w.svg#cgor45w') format('svg');
}*/

@font-face {
    font-family: 'playfair_displayregular';
    src: url('../fonts/playfairdisplay-regular-webfont.eot');
    src: url('../fonts/playfairdisplay-regular-webfont.eot') format('embedded-opentype'),
    /*url('../fonts/playfairdisplay-regular-webfont.woff2') format('woff2'),*/
    url('../fonts/playfairdisplay-regular-webfont.woff') format('woff'), url('../fonts/playfairdisplay-regular-webfont.ttf') format('truetype'), url('../fonts/playfairdisplay-regular-webfont.ttf') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'muliregular';
    src: url('../fonts/muli-webfont.eot');
    src: url('../fonts/muli-webfont.eot') format('embedded-opentype'),
    /*url('../fonts/muli-webfont.woff2') format('woff2'),*/
    url('../fonts/muli-webfont.woff') format('woff'), url('../fonts/muli-webfont.ttf') format('truetype'), url('../fonts/muli-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}



::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.8);
    -webkit-border-radius: 0;
    border-radius: 0
}


.customtxt {
    width: 100%;
    color: #000;
    font-weight: 300;
    padding: 12px 20px;
    outline: none !important;
    background-color: #ffffff;
    border: 1px solid #ccc;
    transition: all ease-in-out .5s;
}

    .customtxt:focus {
        border-color: #000;
    }

.customtxt1 {
    width: 100%;
    color: #000;
    font-weight: 300;
    padding: 12px 20px;
    outline: none !important;
    background-color: #ffffff;
    border: 1px solid #ccc;
    transition: all ease-in-out .5s;
}

    .customtxt1:focus {
        border-color: #000;
    }

.custombtn {
    color: #000;
    border: none;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 45px;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: uppercase;
    border: 2px solid #241E64;
    background-color: #FFFFFF;
    transition: all ease-in-out .5s;
    text-decoration: none !important;
}

    .custombtn:hover {
        color: #FFF;
        border-color: #241E64;
        background-color: #241E64;
    }

    .custombtn:focus {
        color: #FFF;
        background-color: #241E64;
    }

.custombtn1 {
    color: #FFF;
    border: none;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 45px;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: uppercase;
    background-color: #CEB066;
    border: 2px solid #CEB066;
    transition: all ease-in-out .5s;
    text-decoration: none !important;
}

    .custombtn1:hover {
        color: #FFF;
        border-color: #000000;
        background-color: #000000;
    }

    .custombtn1:focus {
        color: #FFF;
        border-color: #2379BF;
        background-color: #2379BF;
    }

.heading h2 {
    font-size: 36px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: playfair_displayregular !important;
}

.about_section {
    display: grid;
    grid-gap: 3em;
    align-items: center;
    grid-template-columns: 6fr 6fr;
}

    .about_section h2 {
        font-size: 36px;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-family: playfair_displayregular !important;
    }

    .about_section p {
        font-size: 16px;
        line-height: 36px;
        letter-spacing: 1px;
        text-align: justify;
    }

.extraicon {
    background-color: #241E64;
}

    .extraicon p {
        color: #FFF;
        font-size: 20px;
        margin-bottom: 0;
        margin-top: 15px;
        line-height: 24px;
        text-transform: uppercase;
    }

        .extraicon p span {
            width: 100%;
            display: block;
            font-size: 18px;
            text-transform: capitalize;
        }

.contact_page_heading_bg {
    width: 100%;
    padding: 7% 0 9% 0;
    background-position: center bottom;
}

    .contact_page_heading_bg h2 {
        margin: 0;
        color: #000;
        font-weight: 700;
        position: relative;
        letter-spacing: 3px;
        text-transform: uppercase;
        font-family: playfair_displayregular !important;
    }

        .contact_page_heading_bg h2::before {
            left: 0;
            height: 4px;
            width: 70px;
            content: '';
            bottom: -20px;
            position: absolute;
            background-color: #CEB066;
        }

#testimonial4 .carousel-inner {
    width: 75%;
    margin: auto;
}

    #testimonial4 .carousel-inner:hover {
        cursor: -moz-grab;
        cursor: -webkit-grab;
    }

    #testimonial4 .carousel-inner:active {
        cursor: -moz-grabbing;
        cursor: -webkit-grabbing;
    }

    #testimonial4 .carousel-inner .item {
        overflow: hidden;
    }

.testimonial4_indicators .carousel-indicators {
    left: 0;
    margin: 0;
    width: 100%;
    font-size: 0;
    height: 20px;
    bottom: -15px;
    padding: 0 5px;
    cursor: e-resize;
    overflow-x: auto;
    overflow-y: hidden;
    position: absolute;
    text-align: center;
    white-space: nowrap;
}

    .testimonial4_indicators .carousel-indicators li {
        padding: 0;
        width: 10px;
        height: 10px;
        border: none;
        text-indent: 0;
        margin: 2px 3px;
        cursor: pointer;
        display: inline-block;
        background: #C7C7C7;
        -webkit-border-radius: 100%;
        border-radius: 100%;
    }

    .testimonial4_indicators .carousel-indicators .active {
        padding: 0;
        width: 10px;
        height: 10px;
        border: none;
        margin: 2px 3px;
        background-color: #000;
        -webkit-border-radius: 100%;
        border-radius: 100%;
    }

    .testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
        height: 3px;
    }

    .testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
        background: #eeeeee;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

.testimonial4_control_button .carousel-control {
    color: #000;
    top: 110px;
    opacity: 1;
    width: 40px;
    bottom: auto;
    height: 40px;
    font-size: 28px;
    cursor: pointer;
    font-weight: 700;
    overflow: hidden;
    line-height: 30px;
    text-shadow: none;
    text-align: center;
    position: absolute;
    background: transparent !important;
    border: 2px solid #000;
    text-transform: uppercase;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
    transition: all 0.6s cubic-bezier(0.3,1,0,1);
}

    .testimonial4_control_button .carousel-control.left {
        left: 7%;
        right: auto;
    }

    .testimonial4_control_button .carousel-control.right {
        right: 7%;
        left: auto;
    }

        .testimonial4_control_button .carousel-control.left:hover,
        .testimonial4_control_button .carousel-control.right:hover {
            color: #000 !important;
        }

        .testimonial4_control_button .carousel-control.left:focus,
        .testimonial4_control_button .carousel-control.right:focus {
            color: #000 !important;
        }



.testimonial4_slide {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 80%;
    margin: auto;
    padding: 20px;
    position: relative;
    text-align: center;
}

    .testimonial4_slide img {
        top: 0;
        left: 0;
        right: 0;
        width: 50px;
        height: 50px;
        margin: auto;
        display: block;
        color: #f2f2f2;
        font-size: 18px;
        line-height: 46px;
        text-align: center;
        position: relative;
    }

    .testimonial4_slide p {
        color: #000;
        font-size: 21px;
        line-height: 36px;
        margin: 20px 0 20px 0;
        font-family: playfair_displayregular !important;
    }

    .testimonial4_slide h4 {
        color: #000;
        font-size: 21px;
        margin-top: 20px;
        font-weight: bold;
    }

@-webkit-keyframes psBoxShadowEffect_2 {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
    }

    100% {
        -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes psBoxShadowEffect_2 {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}


.footer {
    padding: 0 !important;
    background-color: #FFF;
}

    .footer h4 {
        font-size: 36px;
        color: #241E64;
        margin-bottom: 30px;
    }

    .footer p {
        letter-spacing: 0.5px;
    }

        .footer p a {
            color: #000;
            margin: 0 10px;
        }

    .footer .bottom-strip p {
        color: #FFF;
    }

    .footer .socialmedia a {
        color: #000;
        margin: 0 10px;
        font-size: 24px;
        transition: all ease-in-out .5s;
    }

        .footer .socialmedia a:hover {
            color: #241E64;
        }

    .footer .bottom-strip {
        background-color: #000;
    }

        .footer .bottom-strip a {
            color: #241E64;
        }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    color: #FFF;
    border-color: #000;
    background-color: #000;
}

.pagination > li > a, .pagination > li > span {
    color: #000;
}

.category_list_main {
    /*background:url('../Images/back_texture.jpg') no-repeat;*/
    /*background-color:#F5F7F8;*/
    min-height: 300px;
    padding: 20px;
}

    .category_list_main h3 {
        color: #000;
        font-size: 20px;
        margin: 20px 0 10px 0;
        text-transform: uppercase;
    }

.newsletter_bg {
    display: flex;
    background: #FFF;
    padding: 70px 20px;
    align-items: center;
    background-size: cover;
    border-top: 2px solid #241E64;
}

    .newsletter_bg .socialmedia a {
        margin: 0 10px;
        font-size: 28px;
        color: #CEB066;
        transition: all ease-in-out .5s;
    }

        .newsletter_bg .socialmedia a:hover {
            color: #241E64;
        }

.bottom-strip {
    background-color: #FFF;
}


.static_content h4 {
    color: #000;
    font-size: 18px;
    margin-top: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-family: playfair_displayregular !important;
}

.static_content ul {
    line-height: 24px;
    padding-left: 25px;
}

    .static_content ul li {
        margin-bottom: 5px;
    }

.static_content table {
    width: 100%;
    border-collapse: collapse;
}

    .static_content table thead tr {
        font-weight: 600;
    }

    .static_content table tr td {
        padding: 5px;
        border: 1px solid #CCC;
    }


@media only screen and (max-width: 480px) {

    .about_section {
        grid-template-columns: 12fr;
    }

    .testimonial4_control_button .carousel-control {
        display: none;
    }

    .testimonial4_header {
        width: 95%;
    }

        .testimonial4_header h4 {
            font-size: 20px;
        }

    .testimonial4_slide {
        width: 98%;
        padding: 5px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .testimonial4_control_button .carousel-control.left {
        left: 2%;
    }

    .testimonial4_control_button .carousel-control.right {
        right: 2%;
    }

    .testimonial4_header {
        width: 95%;
    }

    .testimonial4_slide {
        width: 98%;
        padding: 5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .testimonial4_control_button .carousel-control.left {
        left: 5%;
    }

    .testimonial4_control_button .carousel-control.right {
        right: 5%;
    }
}

@media (min-width: 320px) and (max-width: 1180px) {
    /*.ps_control_bsquare .carousel-control {
        top: 30% !important;
        opacity: 1 !important;
        display: block !important;
    }*/
}
