.social-media{
    margin-top: 0px;
}

.social-media-ul li{
    list-style: none;
    float: left;
    margin-left: 5px;
}

.contact-num{
    color: #fff;
    text-align: right;
    font-size: 20px;
    margin:0px!important;
}

.contact-email{
    color: #fff;
    text-align: right;
    margin:0px!important;
}

.header{
    background-color: #1d4398;
    padding:10px;
}

.fa-facebook,
.fa-youtube,
.fa-twitter{
    background-color: #162d66;;
    font-size: 28px !important;
    padding: 7px;
    width:40px;
    height: 40px;
    text-align: center;
    border-radius: 25px;
    color: #ffffff;
}

.fa-facebook:hover{
    background-color: #4267b2;
}

.fa-twitter:hover{
    background-color: #1da1f2;
}

.fa-youtube:hover{
    background-color: #f00;
}

.navigation{
    background-color: #162d66;;
}

.nav li{
    padding: 10px 0px;
}

.nav li a{
    font-size: 18px;
    padding: 13px 15px;
    color: #ffffff;
}

.drop-down-a{
    color: #162d66;!important;
    background-color: #ffffff;
    text-decoration: none;
}

.drop-down-a:hover{
    background-color: #162d66;;
    color: #ffffff!important;
}

.nav .active,
.nav .active a,
.nav li a:hover{
    color: #162d66;;
    background-color: #ffffff;
    text-decoration: none;
}

.content{
    padding:50px 0;
}

.main-content{
    min-height: 400px;
}

.sidebar{
    border-right: 1px #1d4398 solid;
    height: 100%;
}

.sidebar ul li{
    list-style: none;
}

.sidebar ul li a{
    color: #162d66;;
    text-decoration: none;
}

.sidebar ul li a:hover{
    color: #1d4398;
}

.post-desciption{
    color: #1d4398;
}

.banner{
    padding:20px 0;
}

.banner-img-fluid{
    width: 100%;
    height: 500px;
}

.about-us{
    padding:20px;
}

.about-heading,
.our-clients-header,
.our-team-heading{
    text-align: center;
    color: #4a4a4a;
}

.about-img{
    width: 100%;
    height: 300px;
}

.about-description{
    color: #828282;
    text-align: justify;
}

.our-team{
    margin-bottom: 40px;
}

.our-staff{
    height: 250px;
    border: 2px #1d4398 solid;
    padding:10px 10px;
}

.staff-img{
    height: 100%;
    width: 100%;
}

.our-services-title{
    border-bottom: 2px #1d4398 solid;
    border-left: 2px #1d4398 solid;
    border-right: 2px #1d4398 solid;
    background-color: #1d4398;
    color: #fff;
    padding: 0 15px;
    text-align: center;
}

.our-clients{
    padding:20px 0 50px 0;
}

.pre_control{
    margin-left: -120px;
}

.next_control{
    margin-left: 120px;
}

.pre_control,
.next_control{
    background-color: #1d4398;
    padding: 8px 11px;
    border-radius: 30px;
}

.footer{
    background-color: #1d4398;
    padding: 20px 0;
}

.footer-logo img{
    height: 100px;
}

.footer-nav{
    margin-top: 35px;
}

.footer-nav ul li{
    list-style: none;
    float: left;
}

.footer-nav ul li a{
    padding:0px 10px;
    color: #ffffff;
}

.footer-nav ul li a:hover{
    text-decoration: underline;
}

.copy-right{
    font-size: 12px;
    margin-left: 50px;
    color: #ffffff;
    margin-top: 10px;
}

.footer-social-media{
    margin-top: 30px;
}

.our-client-img-fluid{
    height: 100px;
}

.address li{
    list-style: none;
    color: #162d66;
}

.address{
    padding-left: 0px;
}

.address li i{
    width: 20px;
}

.multi_image_desc{
    padding-left: 155px;
}

.multi_image_desc p{
    color: #162d66;
}

.justified p{
    text-align: justify;
    padding-top: 15px;
}



/* Dropdown Button */
.dropbtn {
    background-color: #162d66;;
    color: #ffffff;
    padding: 10px;
    font-size: 18px;
    border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #162d66;;
    color: #ffffff;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #ffffff;
    color:#162d66;;
}

/*gallery*/

.image-source-link {
    color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}