/*!Theme Name: Journeyfortech Ritajha
Theme URI: http://journeyfortech.com/
Author: Sanjib Jha
Author URI: http://journeyfortech.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Journeyneyfortech
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
mag is based on Underscores https://journeyfortech.com/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
* ==========================================================================*/

@import url('https://fonts.googleapis.com/css?family=Ek+Mukta:300,400,500,600,700');
body {
    margin: 25px auto;
    background: #ddd;
    font-family: 'Ek Mukta', sans-serif;
}
.container {
    width: 95%;
    background: #fff;
}
.container {
   
    padding-right: 0px; 
    padding-left: 0px;
    }

/*#boxed {
    width: 95%;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 1px 7px rgba(171, 171, 171, 0.5);
}*/
.carousel-item img {
    height: 440px;
    width: 100%;
    /* height: auto; */
    object-fit: cover;
}
/*.navbar-light .navbar-brand {
    width: 230px;
}*/
.bg-light {
    background-color: #002872!important;
}
p{
font-size: 18px;
}
a.navbar-brand {
    background: #b1010e;
}
.navbar {
    padding: 0px 10px 0px 0px;
}
a.navbar-brand img {
    /* height: auto; */
    margin-left: 10px;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 19px;
}
 .navbar-light .navbar-nav .nav-link:hover {
    color: #f52534;
    border-bottom: 2px solid #fff;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
   
    color: #ff0b1d;
}


.side-title {
    padding-bottom: 4px;
    margin: 15px 0;
}
.side-title h1 {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    font-size: 20px;
    color: #b1010e;
}
.side-title h1:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 3px;
    background: #002872;
}
.left-item {
    /* background: #f2f0eb; */
}

.card-text h1 {
    font-size: 21px;
    margin-top: 10px;
}
.card-text h1 a {
    color: #002872;
}

.card {
    border: none;
}

.profile-pic img {
    width: 200px;
    height: 200px;
}

.right-item h3 {
    font-size: 20px;
    margin-top: 10px;
}
.footer{
    background: #002872;
}

.developer h5 {
    font-size: 15px;
    color: #fff;
    padding: 18px 0;
    display: block;
    text-align: center;
}
.developer h5 a{
    color:#ff1627;
}
/*single page*/
.single-image img {
    width: 100%;
    height: auto;
}

.single-title h1 {
    font-size: 35px;
    font-weight: 500;
    /* margin-top: 15px; */
    padding: 20px 0px;
    border-bottom: 1px solid #ddd;
}

.single-content {
    font-size: 20px;
    margin-top: 15px;
    text-align: justify;
}

/*gallery*/
.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}


@media screen and (max-width: 756px) {
    .navbar-light .navbar-nav .nav-link {
        color: #fff;
        margin-left: 20px;
    }
}
.profile-pic {
    text-align: center;
}

.img-responsive {
    width: 100%;
}

.big-box img {
    height: 220px;
}

.big-box h1 {
    font-size: 20px;
    line-height: 26px;
}