.main-header .header-upper {  
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(210, 217, 225, 1) 100%);
}
.upper-right .logo img{
        width: 12%;
    float: right;
}
.top-banner{
        position: relative;
        background:#ababab;
}
.top-banner marquee{padding: 10px 0 0}
.top-banner a{
    color: #000;font-size: 19px;font-weight: 500;
}
body {
    font-family: "Poppins", sans-serif;
}
.header-upper .row{
    display: flex;align-items: center;
}
.main-header .header-lower {
    background: linear-gradient(to bottom, rgba(15, 41, 87, 1) 51%, rgba(11, 31, 66, 1) 51%, rgba(15, 41, 87, 1) 100%);
        border-bottom: 1px solid #34548e;
}
.header-lower .navbar-nav > li {
    position: relative;
    float: left;
    padding: 20px 0px;
    margin-right: 24px;
    padding-right: 24px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.header-lower .navbar-nav > li:before {
    position: absolute;
    right: 0;
    top: 17.5px;
    height: 35px;
    border-left: 1px solid #333943;
    border-right: 1px solid #000000;
    content: "";
}
.header-lower .navbar-nav > li > a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    opacity: 1;
    color: #ffffff;
    padding: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.header-lower .navbar-nav > li:hover > a, .header-lower .navbar-nav > li.current > a {
    color: #e54343;
}
.header-lower .navbar-nav > li > ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 345px;
    z-index: 100;
            display: block;
        visibility: hidden;
        opacity: 0;
    background: #f6f6f6;
    border-top: 3px solid #eb4343;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.header-lower .navbar-nav > li > ul > li {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    width: 100%;
}
.header-lower .navbar-nav > li > ul > li > a {
    position: relative;
    display: block;
    padding: 12px 20px 12px 30px;
    line-height: 24px;
    font-weight: 500;
    font-size: 15px;
    color: #242424;
    text-align: left;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.header-lower .navbar-nav > li > ul > li > a:before {
    position: absolute;
    content: '';
    left: 15px;
    top: 50%;
    width: 7px;
    height: 1px;
    background-color: #242424;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'FontAwesome';
}
.header-lower .navbar-nav > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.navbar-inverse .navbar-brand{display: none;}
.header-lower .navbar-nav > li > ul > li:hover > a {
    background-color: #eb4343;
    color: #ffffff;
}
.twt_feed{
        background-image: url('../img/Bgimage.jpg');
        background-size: cover;
        padding: 20px;
}
.no-padding{padding: 0}
.tj-service-bottom-wrapper h1{
        font-size: 30px;
    color: #000;
    margin:0;
}
.tj-service-bottom-wrapper h2{
    color: #000;
    font-size: 25px;
    margin: 0;
}
.tj-service-bottom-wrapper h3{
       font-size: 17px;
    margin-top: 0px;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    line-height: 32px;
}
.tj-service-bottom-wrapper h3:before{
       content: "";
    position: absolute;
    display: inline-block;
    bottom: 0px;
    width: 50px;
    height: 4px;
    z-index: 1;
    background:  #0e2753;
}
.tj-service-bottom-wrapper h3::after {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: 0px;
    width: 150px;
    height: 2px;left: 0;
    background: rgb(218, 218, 218);
}
.tj-service-bottom-wrapper p {
    font-weight: 400;
    line-height: 27px;
    color: #000;
    font-size: 15px;margin-bottom: 0;
    text-align: justify;
}
.aboutus{padding: 50px 0;}
.tj-service-bottom-thumb img{
    background-color: #FFFFFF;
    padding: 5px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 5px 5px 5px 5px;
}
.citizen{
        background-color: #e4edf4;
        padding: 50px 0;
}
.border-title{
       font-size: 30px;text-transform:uppercase;margin-top: 0;font-weight: 600;
    padding-bottom: 15px;    margin-bottom: 40px;    position: relative;    line-height: 32px; 
}
.border-title:before {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: 0px;
    width: 50px;
    height: 4px;
    background: #0e2753;
    left: 50%;
    margin-left: -30px;
    z-index: 1;
}
.border-title:after {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: 0px;
    width: 150px;
    height: 2px;left: 0;
    margin: auto;
    right: 0;
    background: #dadada;
}
.option_item div:nth-child(1) a {
    background: #ff8300 !important;
}
.option_item a {
   padding: 8px;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    margin: 10px 0;width: 100%;
    transition: color .25s ease-in-out;
    min-height: 146px;
}
.option_item a img {
    margin-bottom: 10px;
    width: auto;
}
.option_item a h6 {
   margin-bottom: 0;
    font-size: 15px;
    margin-top: 0;
    color: #fff;
    font-weight: 500;
}
.option_item a:hover {
    font-weight: 600;
    transition: 0.5s;
    transform: scale(1.05);
}
.option_item a:hover {
    transition: 0.5s;
    box-shadow: inset 0 0px 40px 0 rgba(0, 0, 0, 0.15), 0 15px 25px 0px rgba(0, 0, 0, 0.35);
}
.option_item div:nth-child(2) a {
    background: #1B9D00;
}
.option_item div:nth-child(3) a {
    background: #258BF8;
}
.option_item div:nth-child(4) a {
    background: #ECBC00;
}
.option_item div:nth-child(5) a {
    background: #EE107E;
}
.option_item div:nth-child(6) a {
    background: #FF1A45;
}
.option_item div:nth-child(7) a {
    background: #FF1A45;
}
.option_item div:nth-child(8) a {
    background: #EE107E;
}
.option_item div:nth-child(9) a {
    background: #ECBC00;
}
.option_item div:nth-child(10) a {
    background: #258BF8;
}
.option_item div:nth-child(11) a {
    background: #1B9D00;
}
.option_item div:nth-child(12) a {
    background: #ff8300;
}
.mt-4{
    margin-top: 4%;
}
.wings div:nth-child(1) a {
    background: #1B9D00 !important;
}
.wings a {
   padding: 8px;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    margin: 10px 0;width: 100%;
    transition: color .25s ease-in-out;
    min-height: 146px;
}
.wings a img {
    margin-bottom: 10px;
    width: auto;    max-width: 74px;
    min-width: 74px;
}
.wings a h6 {
   margin-bottom: 0;
    font-size: 15px;
    margin-top: 0;
    color: #fff;
    font-weight: 500;
}
.wings a:hover {
    font-weight: 600;
    transition: 0.5s;
    transform: scale(1.05);
}
.wings a:hover {
    transition: 0.5s;
    box-shadow: inset 0 0px 40px 0 rgba(0, 0, 0, 0.15), 0 15px 25px 0px rgba(0, 0, 0, 0.35);
}
.wings div:nth-child(2) a {
    background: #258BF8;
}
.wings div:nth-child(3) a {
    background: #b02900;
}
.wings div:nth-child(4) a {
    background: #001c02;
}
.wings div:nth-child(5) a {
    background: #0f48a1;
}
.wings div:nth-child(6) a {
    background: #FF6984;
}
.satis-nn{position: relative;z-index: 1}
.satis-bg{
    background-color:#0e2753;
    position: relative;
    border-radius: 4px;
    padding: 20px 20px 37px;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 50% 84%, 0 100%); 
    text-align: center;   
}
.gallery{padding: 50px 0}
.satis-bg h5{
        margin-top: 0;
    color: #fff;
    font-size: 20px;
}
.satis-bg a{
        font-size: 16px;
    color: #fff;
    text-decoration: underline;
}
.satis-img{position: relative;overflow: hidden;}
.satis-img img{
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}
.satis-nn:hover .satis-img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.footer{
    background: #161f2d;padding: 50px 0 15px;
}
.wized-title-area h5{
    color: #fff;
    font-weight: 500;
    font-size: 16px;margin: 0;
}
.footer-two-single-wized a{
        color: #0e2753;
    font-size: 17px;
    padding: 7px 20px;
    background: #fff;
    font-weight: 600;
}
.footer-two-single-wized a i, .single-wized ul li a i{
    color: red;
    margin-right: 5px;
}
.footer .row{
    display: flex;align-items: center;
}
.single-wized ul{list-style: none;padding-left: 0;margin-bottom: 0}
.single-wized ul li a{
     color: #fff;
    font-size: 15px;
}
.footer-bottom{
    position: relative;
    border-top: 1px solid #2a3444;
    padding: 25px 0 0;    margin-top: 25px;
}
.footer-bottom p{
    color: #fff;
    font-size: 15px;
    margin: 0;
}
#otherwings .modal-body ul li {
display: inline-block;margin-right: 22px;
}
#otherwings .modal-body ul li:last-child{margin-right: 0}
#otherwings .modal-body ul{list-style: none;padding-left: 0}
#otherwings .modal-body ul li a{
   padding: 8px;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    margin: 10px 0;
    width: 100%;
    transition: color .25s ease-in-out;
       min-width: 173px;
}
#otherwings .modal-body ul li h6{color: #fff;font-size: 15px;font-weight: 500}
#otherwings .modal-body ul li:nth-child(1) a, #otherwings .modal-body ul li:nth-child(2) a, #otherwings .modal-body ul li:nth-child(3) a {
    background: #1B9D00 !important;
}
#otherwings .modal-body ul li a:hover {
    font-weight: 600;
    transition: 0.5s;
    transform: scale(1.05);    box-shadow: inset 0 0px 40px 0 rgba(0, 0, 0, 0.15), 0 15px 25px 0px rgba(0, 0, 0, 0.35);
}
.latest{
        background-color: #FFFFFF;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 5px 5px 5px 5px;min-height: 408px;
}
.latest h5{
        background: #0e2753;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-size: 20px;
}
.latest p{
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    border-bottom: 1px solid #0e2753;
    padding-bottom: 10px;
}
.latest marquee {
    height: 270px;padding: 13px;
}
.latest marquee a{
        font-size: 15px;
    color: #000;
    font-weight: 500;
}
.latest marquee div{margin-bottom: 11px;}
.latest marquee a i{
    color: #0e2753;
    margin-right: 10px;
}
.latest .table{padding: 15px;}
.latest .table tr td{
    font-size: 15px;font-weight: 500;
}
.police-car{
    background-color: #e4edf4;
}
.p-23{padding-bottom: 23px;}
.ttm_floting_customsett {
    position: fixed;
    top: 50%;
    right: 0;
    margin: -89px 0 0;
    background-color: #fff;
    box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
    z-index: 99999; 
}
.tmtheme_fbar_icons:last-child{border-bottom: 0}
.tmtheme_fbar_icons {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;   border-bottom: 1px solid #0e2753;
    text-align: center;
}
.tmtheme_fbar_icons i {
    display: inline-block;
    vertical-align: middle;
    transition: .3s;
    font-size: 21px;
    color: #fff;
}
.tmtheme_fbar_icons > span {
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    background-color: #0d244d;
    box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
    opacity: 0;
    visibility: hidden;
    font-size: 16px;
    color: #fff;
    transform: translateX(-5px);
    transition: 0.5s ease;
    padding: 0 20px;
    width: 161px;
    font-weight: 500;
}
.tmtheme_fbar_icons:hover > span {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
.tmtheme_fbar_icons:nth-child(1) {
    background: #0866ff;
}
.tmtheme_fbar_icons:nth-child(2){background: red}
.tmtheme_fbar_icons:nth-child(3){background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); }
.tmtheme_fbar_icons:nth-child(4){background: #1DA1F2}
.tmtheme_fbar_icons:nth-child(5){background: #25d366}
.tmtheme_fbar_icons:nth-child(6){background: #3366CC}
.breadcrumb-bg{
    background-image: url('../img/breadcrumb.jpg');
    background-size: cover;
    position: relative;
    padding: 50px 0;
        background-position: center center;
    background-repeat: no-repeat;
}
.breadcrumb-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(11, 29, 65, 0.9);
}
.bread-nn h1{
        position: relative;
    font-size: 48px;
    color: #ffffff;
    line-height: 1em;
    font-weight: 600;
    margin-bottom: 15px;
}
.bread-tag{list-style: none;padding-left: 0}
.bread-tag li {
    position: relative;
    font-size: 14px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 400;
    margin-right: 8px;
    padding-right: 10px;
    cursor: default;
    display: inline-block;
}
.bread-tag li a {
    color: #ffffff;
    font-size: 14px;
    line-height: 25px;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.bread-tag li:after {
    position: absolute;
    font-family: "FontAwesome";
    right: -5px;
    font-weight: 900;
    top: 0px;
    color: #ffffff;
    content: "\f105";
}
.bread-tag li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}
.bread-tag li.active a,
.bread-tag li a:hover{
    color:#ff5e14;  
}
.bread-tag li:last-child::after{
    display:none;
}
.title-area h2{
        position: relative;
    display: block;
    font-size: 34px;
    line-height: 1.3em;
    margin-bottom: 20px;
}
.mission-nn{padding: 50px 0}
.title-area p{
        position: relative;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 28px;
}
.view{
        font-size: 20px;
    font-weight: 600;
    margin-top: 4%;
}
.view a{color: #ff5e14; line-height: 36px;}
.main-header.fixed-header .header-lower{
        position: fixed;
    top: 0;
    bottom: auto;    width: 100%;
    z-index: 1;
}
.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.home-modal{width: 750px;}
.police-car marquee img{
    width: 10%;margin-bottom: -10px;
}
.mobview{display: none;}
.team-block {
    margin-bottom: 22px;
    position: relative;
}
.team-block .inner-box, .team-block .image-box {
    position: relative;
}
.team-block .image-box figure {
    position: relative;
    background-color: #253c64;
    margin-bottom: 0;
    margin-bottom: 0;border-radius: 45px 45px 0 0;
    overflow: hidden;
}
.team-block .image-box figure img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.team-block .inner-box:hover figure img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: .10;
}
.team-block .info-box {
    position: relative;
    text-align: center;
    background-color: #FFFFFF;
    padding: 15px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 45px 45px;min-height: 109px;
}
.team-block .info-box h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #0e2753;
    font-weight: 600;margin: 0;
}
.team-block .info-box span {
    position: relative;
    font-size: 14px;
    line-height: 31px;
    color: #ff5e14;
    font-weight: 500;
}
.mission-nn h6 a{
        color: #ff5e14;
    font-size: 16px;
    line-height: 18px;
    text-decoration: underline;
}
.dcp-nn{    padding: 0 20px;list-style: none;display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 0 10px;}
.dcp-nn li .dcp-link{    color: #000;
    display: block;
    font-weight: 500;
    font-size: 15px;    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-bottom: 4px;}
.dcp-nn li .dcp-link:hover{color: #ff5e14}
.beg-nn{
    position: relative;
    background-color: #f2f6fa;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.05);display: grid;
    grid-template-columns: 40% 60%;min-height: 276px;    margin-bottom: 30px;
}
.beg-detail{padding: 25px;}
.beg-detail p{font-size: 15px;}
.dcp-nn li span, .acp-nn li span{
    font-size: 16px;
    font-weight: 600;
    color: #ff5e14;    margin-bottom: 8px;
    display: inline-block;
}
.dcp-nn li p, .acp-nn li p{
    border-bottom: 0;
    text-align: left;
    font-weight: 500;    font-size: 15px;
    line-height: 16px;
    padding-bottom: 0;
}
.dcp-late{min-height:316px;margin-bottom: 30px;}
.contact-nn, .social-icon{
    list-style: none;padding-left: 20px;
}
.contact-nn li{
       font-weight: 500;
    font-size: 15px;
    line-height: 36px;
}
.map iframe{height: 400px;}
.contact-nn li i{color: #ff5e14;margin-right: 5px;}
.social-icon li{display: inline-block;margin-right: 10px;}
.social-icon li a {
    position: relative;
    display: block;
        height: 40px;
    width: 40px;
    font-size: 22px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    background: #ff5e14;
    border-radius: 20px;
}
.latest .area-nn{
        text-align: left;
    padding: 20px;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
}
.mb-30{margin-bottom: 30px;}
.acp-nn{list-style: none;padding:0 20px;}

/*Responsive Classes*/
@media(max-width:768px){
    .footer .row, .beg-nn{display: block;}
    .footer-two-single-wized{margin-bottom: 35px;}
    .main-header .header-upper{padding: 10px 0}
    .main-header .header-upper .upper-right, .banner-img, .deskview, .header-lower .navbar-nav > li:before{display: none;}
    .header-lower .navbar-nav > li{padding: 17px 0;width: 100%}
    .header-lower .navbar-nav > li > a{text-align: left;line-height: 0}
    .option_item, .wings{display: grid;grid-template-columns: 1fr 1fr}
    .home-modal{width: 94%}
    .border-title{font-size: 25px;}
    .mobview{display: block;}
    .option_item .col-md-2, .wings .col-md-2{padding: 0 5px}
    #otherwings .modal-body ul li, .beg-img img{width: 100%}
    .police-car marquee img{
    width: 30%;margin-bottom: -10px;
}
.dcp-nn{grid-template-columns: 1fr 1fr}
.latest.dcp-late{min-height: 350px;}
.latest{    min-height: 303px;
    margin-bottom: 30px;}
    .bread-nn h1{font-size: 29px}
    .view a{
            line-height: 29px;
    margin-bottom: -10px;
    display: block;
    }
    .team-block .info-box{min-height: auto}
}