@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700;800;900&family=Source+Sans+Pro:ital,wght@0,600;0,700;0,900;1,400&display=swap");
body {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #616161;
    overflow-x: hidden;
    font-size: 18px;
    line-height: 1.8;
}

h1.w6,
h2.w6,
h3.w6,
h4.w6,
h5.w6,
h6.w6 {
    font-weight: 600;
}

h1.w4,
h2.w4,
h3.w4,
h4.w4,
h5.w4,
h6.w4 {
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #222;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Source Sans Pro", sans-serif;
    color: #14212b;
}

img {
    max-width: 100%;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

a,
a:focus,
a:hover {
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.form-control:focus,
.form-control:hover {
    box-shadow: 0 0 0;
}

.header {
    position: absolute;
    top: 0;
    z-index: 9999;
    width: 100%;
}

.header .topbar {
    padding: 12px 0 5px;
    margin: 0;
}

.header ul.phone {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header ul.phone li {
    float: left;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-right: 20px;
    letter-spacing: .045em;
    padding: 0;
}

.header ul.phone li:first-child {
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .4);
    margin-right: 20px;
}

.header ul.phone li i {
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding-top: 5px;
    margin: 0;
}

.header ul.phone li i:hover {
    color: #E1E3E4;
}

.header ul.toplinks {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}

.header ul.toplinks li {
    float: left;
    font-size: 13px;
    color: #fff;
    letter-spacing: .025em;
    padding: 0 10px;
    font-weight: 500;
}

.header ul.toplinks li:last-child {
    padding-right: 0;
}

.header ul.toplinks li a {
    text-align: center;
    font-size: 13px;
    color: #fff;
}

.header ul.toplinks li a:hover {
    color: #E1E3E4;
}

.header ul.toplinks li i {
    font-size: 14px;
    padding-top: 2px;
}

.navbar-brand {
    padding: 0px 0;
}

.navbar-nav-tp {
    padding: 0;
    position: relative;
}

.nav-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    padding: 0 15px;
}

.navbar-nav>li>a {
    color: #363B3F;
    font-weight: 700;
    padding: 0 20px;
    font-size: 16px;
    /* text-transform: uppercase; */
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    line-height: 83px;
    display: inline-block;
}

.navbar-nav>li:hover>a,
.navbar-nav>li:hover>.arow {
    color: #363B3F;
}

.navbar-nav>li>.arow {
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.navbar-nav>li>.arow:after {
    font-family: 'FontAwesome';
    content: "\f107";
}

.navbar-nav li ul .arow {
    right: 5px;
    top: 5px;
    position: absolute;
    color: #244863;
}

.navbar-nav li ul .arow:after {
    content: "\f105";
    font-family: 'FontAwesome';
    color: #616161;
}

.navbar-collapse ul li ul.dropdown-menu {
    position: absolute;
    left: 0;
    top: 110%;
    width: 230px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 99;
    height: auto;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
}

.navbar-collapse ul .dropdown:hover>ul.dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.navbar-collapse ul .dropdown .dropdown ul.dropdown-menu {
    display: none;
}

.navbar-collapse ul .dropdown .dropdown:hover ul.dropdown-menu {
    display: block;
    left: 100%;
    top: 0;
}

ul.dropdown-menu li a,
ul.dropdown-menu td a {
    display: block;
    padding: 5px 15px;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-radius: 0;
    margin: 0 0;
    line-height: 26px;
    color: #616161;
    font-size: 15px;
}

ul.dropdown-menu li a:hover,
ul.dropdown-menu td a:hover {
    background-color: #f3f2f2;
    color: #363B3F;
}

.navbar-collapse ul .dropdown table {
    width: 100%;
}

#index-slider {
    display: none;
}

#index-slider .sp-slide:after {
    background: #055aa8e8;
    opacity: .8;
    bottom: 0px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

#index-slider .sp-slide .hw-the-slider-content {
    display: block;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    z-index: 2;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#index-slider .sp-slide .hw-the-slider-container {
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 1;
    text-align: center;
}

#index-slider .sp-slide .hw-the-slider-captions {
    display: table-cell;
    margin: 0;
    padding: 0 0px;
    vertical-align: middle;
    width: 100%;
    z-index: 1;
}

#index-slider .sp-slide h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 47px;
    margin-bottom: 35px;
}

#index-slider .sp-slide p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 55px;
}

#index-slider .sp-slide a.hw-btn {
    background: #ffffff;
    color: #004aad;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 2px;
    padding: 15px 30px;
    transition: background-color 1s ease 0s;
}

#index-slider .sp-slide a.hw-btn:hover {
    background: #38b6ff99;
    color: #fff;
}

#index-slider .sp-buttons {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 15px;
}

#index-slider .sp-button {
    width: 20px;
    height: 20px;
    background: #fff none repeat scroll 0 0;
    border: 0;
    border-radius: 50%;
    margin: 4px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    transform: translate3d(0px, -50%, 0px) scale(0.4);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
}

#index-slider .sp-selected-button,
#index-slider .sp-button:hover {
    background: #004aad none repeat scroll 0 0;
    transform: translate3d(0px, -50%, 0px) scale(0.8);
}

#index-slider .sp-arrow {
    width: 15px;
    height: 22px;
}

.service-sec {
    padding: 55px 0;
    overflow: hidden;
}

.service-sec h2 {
    text-align: center;
    margin-bottom: 25px;
    font-size: 34px;
    font-weight: 900;
}

.service-sec h2 span {
    color: #3190E7;
}

.service-sec p {
    font-size: 18px;
    letter-spacing: .02em;
    line-height: 1.5;
}

.spacing-45 {
    padding-top: 45px;
}

.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

.service-sec span.fa {
    font-size: 70px;
    color: #3190E7;
}

.service-sec h3 {
    font-size: 17px;
    letter-spacing: .06em;
    margin-bottom: 12px;
    margin-top: 12px;
}

.service-sec a.btn.btn-default {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 1px solid #fff;
    border-radius: 4px;
    background: #3190E7;
    color: #fff;
    font-size: 12px;
    letter-spacing: .06em;
    font-weight: 400;
    padding: 7px 18px 8px;
    text-shadow: none;
}

.service-sec a.btn.btn-default:hover {
    background: #ffffff;
    color: #3190E7;
    border: 1px solid #3190E7;
}

section.aboutus {
    background: #eaedf2 url(../img/aboutusbg.jpg) top right;
    min-height: 690px;
    padding-top: 114px;
}

section.aboutus h2 {
    text-align: center;
    margin-bottom: 25px;
    font-size: 34px;
    font-weight: 900;
}

section.aboutus h2 span {
    color: #3190E7;
}

section.aboutus hr.small {
    border: solid #3190E7;
    border-width: 2px 0 0;
    clear: both;
    height: 0;
    margin: 21px 0 20px;
    max-width: 100px;
}

section.aboutus h2 {
    margin-bottom: 10px;
    text-align: left;
}

section.aboutus h4 {
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 35px;
}

section.aboutus a.btn.btn-default {
    margin-top: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 1px solid #fff;
    border-radius: 4px;
    background: #3190E7;
    color: #fff;
    font-size: 14px;
    letter-spacing: .06em;
    font-weight: 400;
    padding: 7px 18px 8px;
    text-shadow: none;
}

section.aboutus a.btn.btn-default:hover {
    background: #ffffff;
    color: #3190E7;
    border: 1px solid #3190E7;
}

.latest-post-section {
    position: relative;
    display: block;
    clear: both;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #fff;
}

.latest-post-section h2 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 34px;
    font-weight: 900;
}

.latest-post-section h2 span {
    color: #3190E7;
}

.news-box {
    background-color: #f8f8f8;
    padding: 20px;
    border-bottom: 4px solid transparent;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    font-size: 15px;
    margin-bottom: 30px;
    height: 407px;
}

.news-box h3 {
    font-size: 20px;
    margin: -20px -20px 30px;
    background: #3190E7;
    padding: 10px 0;
    color: #fff;
    position: relative;
    text-align: center;
}

.news-box h3:after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #3190E7;
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    left: 0;
    right: 0;
    margin: auto;
    top: 100%;
}

.news-box h3:before {
    background: none;
}

.news-sec .page-title h2 span {
    color: #fff;
}

.post-link {
    font-weight: 700;
    color: #14212b;
    margin-top: 25px;
}

.duedate td {
    border-bottom: 1px dashed #ccc;
    padding: 5px
}

.duedate td table td {
    border: 0;
    padding-right: 20px;
    font-weight: bold;
}

.duedate .dtblgo {
    border-bottom: 1px dashed #ccc;
    padding: 5px
}

.duedate .datrtl {
    font-weight: bold;
}

.duedate .dtblgo:last-child {
    border: 0;
}

#DataListGovind a {
    font-weight: bold;
    padding-right: 25px;
    font-size: 12px;
}

.news_blog {
    border-bottom: 1px dashed #ccc;
    color: #000;
    display: block;
    padding: 5px 0 5px;
}

.arrownews {
    padding: 5px 0 5px;
    display: block;
}

.news2d a {
    border-bottom: 1px dashed #ccc;
    color: #000;
    display: block;
    padding: 5px 0px 5px 0px;
    font-weight: normal;
}

.hedingnews:before {
    left: 0;
    top: 0;
    position: absolute;
    content: "\f073";
    font-family: 'FontAwesome';
}

.hedingnews,
a.hedingnews {
    display: block;
    border: 0;
    padding: 0;
    color: #3190E7;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding-left: 20px;
}

.boxstylenew_call .alternate {
    padding: 5px;
}

.boxstylenew {
    float: left;
    width: 100%;
    padding-top: 13px;
}

.boxstylenew_call {
    width: 32.5%;
    margin-right: 5px;
    float: left;
    border: 1px solid #2b4081;
    height: 332px;
}

.boxstylenew_call:last-child {
    margin-right: 0;
}

.hm-contact {
    position: relative;
    display: block;
    clear: both;
    padding-top: 50px;
    padding-bottom: 70px;
    background: #f8f8f8;
}

.hm-contact h2 {
    margin-bottom: 30px;
    font-size: 34px;
    font-weight: 900;
}

.hm-contact h2 span {
    color: #3190E7;
}

.hm-contact h4 {
    margin: 0 0 1.5rem;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: #234762;
}

.hm-contact input,
.hm-contact select {
    font-size: 14px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.075);
    color: #234762;
    border-color: rgba(0, 0, 0, 0.075);
    border-radius: 0;
}

.hm-contact textarea {
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.075);
    color: #234762;
    border-color: rgba(0, 0, 0, 0.075);
}

.hm-contact input::focus {
    background-color: #c65200;
}

.hm-contact [type="submit"] {
    font-size: 18px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    background-color: #3190E7;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 50px;
}

.hm-contact [type="submit"]:hover {
    background: #234762;
    color: #fff;
}

.footer {
    /* background-color: #000;
    padding-top: 50px;
    position: relative; */
    background: url(../img/footer_home_3_bg-scaled.jpg);
    padding-top: 50px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 999999999;
}

.copy-right .container {
    border-top: 1px solid #19365C;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer h4 {
    margin: 0 0 1.5rem;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
}

.foot-ul-link {
    padding-left: 20px;
}

.foot-ul-link li:before {
    content: "\f054";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: #38b6ff;
    font-size: 13px;
}

.foot-ul-link li {
    margin-bottom: 5px;
    font-size: 14px;
}

.foot-ul-link li a {
    color: #ccc;
}

.foot-ul-link li a:hover,
.foot-ul-link li a:focus,
.foot-ul-link li:hover:before {
    color: #fff;
}

.copy-right {
    /* padding: 20px 0;
    margin-top: 30px;
    background-color: #000;
    border-top: 1px solid #666; */
}

.copy-right p {
    margin: 0;
    color: #ccc;
}

.copy-right p a {
    color: #ccc;
}

.call-ad {
    padding: 0;
    margin: 0 0 30px;
}

.call-ad li {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
}

.call-ad li div {
    color: #7d91a0;
    display: table;
}

.call-ad li div i {
    color: #ccc;
    width: 22px;
    height: 22px;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    max-width: 100%;
    display: table-cell;
}

.call-ad li div span {
    padding-left: 15px;
    display: table-cell;
    color: #ccc;
}

.foote-link .marg1 {
    margin-bottom: 15px;
}

.copy-right strong {
    color: #ccc;
}

@media(max-width:767px) {
    .tp-req {
        display: none;
    }
    .topbar {
        height: 83px;
    }
    .topbar .tb-hover,
    .topbar .tb-contact,
    .tb-social-lan {
        padding-top: 3px;
    }
    .topbar .tb-hover a,
    .topbar .tb-contact a,
    .tb-social-lan a {
        font-size: 0.75rem;
        display: block;
    }
    .topbar .tb-contact {
        width: 66%;
        float: left;
        text-align: left;
    }
    .topbar .tb-social-lan {
        padding-top: 15px;
    }
    .topbar .tb-social-lan a {
        padding-left: 10px;
        display: inline-block;
    }
    .navbar-brand {
        margin-right: 10px;
    }
    .navbar-brand img {
        width: 250px;
    }
    .navbar .container {
        padding-right: 15px;
        padding-left: 13px;
    }
    .navbar-light .navbar-toggler {
        margin-top: 15px;
        float: right;
    }
    .navbar-toggler {
        padding: 0.25rem 0.55rem;
    }
    .navbar-nav>li {
        border-bottom: 1px solid #ddd;
    }
    .navbar-nav>li>a {
        line-height: 58px!important;
        display: inline-block;
    }
    .navbar-collapse ul>li>ul.dropdown-menu {
        width: 100%;
        position: absolute;
    }
    .navbar-collapse .dropdown-menu .dropdown-menu {
        width: 100%;
        position: relative;
        left: 0;
        background: #0c3d6e;
    }
    .navbar-nav>li:hover>a:after {
        width: 100%;
        left: 0;
    }
    .navbar-nav li ul .arow:after {
        content: "\f107";
    }
    .navbar-nav>li>.arow {
        top: 28px;
        width: 20px;
        border: 1px solid #ddd;
        text-align: center;
    }
    
        .navbar-nav>li>a {
        color: #363B3F;
        font-weight: 700;
        padding: 0px 13px;
        font-size: 16px;
        /* text-transform: uppercase; */
        transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
        -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
        line-height: 50px!important;
        display: inline-block;
    }
    .slidertext6 {
        line-height: 13px !important;
    }
    .inner-breadcrum-sec h2 {
        font-size: 20px;
    }
    .container {
        overflow-x: hidden;
    }
    .our-term-box h4 {
        font-size: 18px;
    }
    .hm-about .abt-img:after {
        top: 0;
    }
    .hm-about .side-icn {
        top: 90%;
        left: 0;
        right: 0;
        margin: auto;
    }
    .hm-about .content {
        padding: 15px 0;
    }
    .hm-about .content h3 {
        font-size: 24px;
    }
    .page-title h2 {
        font-size: 24px;
        line-height: 31px;
    }
    .hm-services {
        padding-bottom: 0;
    }
    .col-12 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .hm-contact h4 {
        padding-top: 30px;
    }
    .copy-right {
        text-align: center;
    }
    .copy-right .text-right {
        text-align: center !important;
    }
    .navbar-collapse ul>li:hover>ul.dropdown-menu {
        display: none;
    }
    .navbar-collapse ul>li.dropdown.open>ul.dropdown-menu {
        display: block;
    }
}

@media (min-width: 768px) {}

@media (min-width: 992px) {
    .container {
        max-width: 1220px;
    }
    .fixedhead .navbar-nav-tp {
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
        background: #fff;
        box-shadow: 0 0px 38px rgba(0, 0, 0, 0.10), 0 0px 12px rgba(0, 0, 0, 0.02);
    }
    .fixedhead .navbar-nav-tp .navbar-nav>li>a {
        line-height: 73px;
    }
    .fixedhead .navbar-nav-tp .main-btn {
        line-height: 58px;
        font-size: 16px;
        padding: 0 32px;
    }
}

@media (min-width: 1600px) {
    .container-1600 {
        max-width: 1600px;
    }
}