﻿/*==========================================
== Website Designed and Developed =========
===== Code Deziner ===@codeziner========
===== www.codeziner.com ===================
===== Mirza Shareque ======================
===========================================*/

html {
    padding: 0;
    margin: 0;
}

body {
    background: url(../images/bg-2.jpg);
}

.wrapper a.btn{
    color:#fff;
}

.text-theme {
    color: #004069 !important;
}

.bg-theme {
    background: #004069 !important;
}
/*=============================== header =================================*/
header {
    color: #fff;
}

    header a.link {
        color: #fff !important;
    }

    header .logo {
        text-align: center;
        margin: 20px 40px;
    }

        header .logo img {
            width: 150px;
        }


.social {
}

    .social a {
        background: #fff;
        min-width: 30px;
        height: 30px;
        line-height: 30px;
        padding:0 3px;
        border-radius: 3px;
        display: inline-block;
        text-align: center;
    }

        .social a:hover {
            color: #393939;
        }

.navbar {
    background: #1890de; /* Old browsers */
    background: -moz-linear-gradient(top, #1890de 0%, #086aa9 44%, #004069 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1890de 0%,#086aa9 44%,#004069 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1890de 0%,#086aa9 44%,#004069 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1890de', endColorstr='#004069',GradientType=0 ); /* IE6-9 */
}

    .navbar a.nav-link {
        color: #fff;
    }
/*================== menu ==================*/
.navbar-light .navbar-nav .nav-link {
    color: #004069;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #fff;
    text-decoration: none;
    background-color: #004069;
}

/*=========================================*/
.banner-grid h4 {
    background: #1890de; /* Old browsers */
    background: -moz-linear-gradient(top, #1890de 0%, #086aa9 44%, #004069 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1890de 0%,#086aa9 44%,#004069 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1890de 0%,#086aa9 44%,#004069 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1890de', endColorstr='#004069',GradientType=0 ); /* IE6-9 */
    color: #fff;
    padding: 0.5em;
    border-left: 3px solid #000;
    font-family: 'Ubuntu-Medium';
}

.banner-grid-sec {
    border: 2px solid #1890de;
    background: #fff;
    padding: 1em;
}

    .banner-grid-sec .more {
        text-align: center;
    }

#carouselTestimonials .carousel-inner {
    background: #004069;
}

#carouselTestimonials .carousel-item {
    min-height: 150px !important;
    color: #004069;
    width: 100%;
    /*background: #b60639;*/
    overflow: hidden;
}
#carouselExampleCaptions .carousel-item img {
    max-height: 450px !important;
}


.news-date  h3{
    font-size:22px;
    padding:0;
    margin:0;
}

hr {
    background: #004069;
}

.wrapper {
    background: #f8f9fa !important;
    overflow: hidden;
}

    .wrapper .heading {
        color: #004069;
    }

    .wrapper a {
        color: #004069;
    }


/*!
 * jQuery ClassyEdit
 * http://www.class.pm/projects/jquery/classyedit
 *
 * Copyright 2012 - 2013, Class.PM www.class.pm
 * Written by Marius Stanciu - Sergiu <marius@picozu.net>
 * Licensed under the GPL Version 3 license.
 * Version 1.1.0
 *
 */

*:focus {
    outline: none;
}

.classyedit {
    border: 1px #A9A9A9 solid;
    /*width: 500px;*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

    .classyedit .toolbar {
        position: relative;
        z-index: 10;
        height: 41px;
        background-image: url('../images/toolbar.png');
        background-repeat: repeat-x;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        overflow: hidden;
        display: none;
    }

        .classyedit .toolbar .button {
            width: 36px;
            height: 34px;
            float: left;
            background-image: url('../images/break.png');
            background-repeat: no-repeat;
            background-position: right 4px;
            cursor: pointer;
        }

            .classyedit .toolbar .button:hover,
            .classyedit .toolbar .button.on {
                background-color: #E5E8EF;
                border: 1px #C9D0DA solid;
                border-top: none;
                margin-left: -1px;
                width: 35px;
            }

            .classyedit .toolbar .button.first:hover {
                border-left: none;
                margin-left: 0px;
                -moz-border-top-left-radius: 3px;
                -webkit-border-top-left-radius: 3px;
                border-top-left-radius: 3px;
            }

            .classyedit .toolbar .button div,
            .classyedit .toolbar .button a {
                background-repeat: no-repeat;
                background-position: center center;
                display: block;
                width: 100%;
                height: 34px;
            }

            .classyedit .toolbar .button [command='underline'] {
                background-image: url('../images/underline.png');
            }

            .classyedit .toolbar .button [command='italic'] {
                background-image: url('../images/italic.png');
            }

            .classyedit .toolbar .button [command='bold'] {
                background-image: url('../images/bold.png');
            }

            .classyedit .toolbar .button [command='insertUnorderedList'] {
                background-image: url('../images/bullet.png');
            }

            .classyedit .toolbar .button [command='html'] {
                background-image: url('../images/html.png');
            }

            .classyedit .toolbar .button [command='href'] {
                background-image: url('../images/href.png');
            }

    .classyedit .editor {
        position: relative;
        z-index: 1;
        min-height: 150px;
        padding: 10px;
    }

    .classyedit .html_editor {
        width: 95%;
        resize: none;
        padding: 10px;
        border: 0px;
        display: none;
        min-height: 140px;
    }