@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
body {
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 18px;
    line-height: 1.42857143;
    font-family: 'Montserrat', sans-serif;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
}

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: 'Poppins', sans-serif;
}

img {
    max-width: 100%;
}

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

a,
a:focus,
a:hover {
    outline: none;
    text-decoration: none;
}

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

.header {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    display: block;
    clear: both;
    position: relative;
    z-index: 101;
}

#header .top-bar {
    background: #3a2c5f;
    color: #fff;
    margin: 0 30px;
    padding: 0 20px;
    position: relative;
    height: 49px;
}

#header .top-bar:before {
    position: absolute;
    left: -30px;
    top: -33px;
    width: 35px;
    height: 79px;
    content: "";
    background: #483a6d;
    -ms-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
}

#header .top-bar:after {
    position: absolute;
    right: -30px;
    top: -33px;
    width: 35px;
    height: 79px;
    content: "";
    background: #3a2c5f;
    -ms-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
}

#header .top-bar p:after {
    position: absolute;
    right: -30px;
    top: -33px;
    width: 35px;
    height: 79px;
    content: "";
    background: #483a6d;
    -ms-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
}

#header .top-bar p {
    float: left;
    background: #483a6d;
    font-size: 16px;
    padding: 9px 24px;
    margin: 0 0 0 -20px;
    font-weight: 300;
    position: relative;
    line-height: 31px;
}

#header .top-bar ul {
    float: right;
}

#header .top-bar ul li {
    float: left;
    list-style: none;
    font-size: 14px;
    margin: 15px 34px 14px;
    position: relative;
}

#header .top-bar ul li i {
    font-size: 20px;
    position: absolute;
    left: -34px;
    top: -3px;
}

#header .top-bar ul li i.icon-icons74 {
    font-size: 27px;
    top: -5px;
}

#header .top-bar ul li i.icon-icons20 {
    font-size: 27px;
    top: -5px;
}

#header .top-bar-simple {
    background: #f2f2f2;
    padding: 0 20px;
    position: relative;
}

#header .top-bar-simple p {
    float: left;
    font-size: 16px;
    padding: 9px 20px;
    margin: 0 0 0 -20px;
    font-weight: 400;
    position: relative;
}

#header .top-bar-simple ul {
    float: right;
}

#header .top-bar-simple ul li {
    float: left;
    list-style: none;
    font-size: 14px;
}

#header .top-bar-simple ul li i {
    font-size: 20px;
}

#header .top-bar-simple ul.social li a i {
    background: none;
    border: 0;
    line-height: 50px;
    height: 49px;
    border-radius: 0;
}

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

.navbar {
    padding: 0;
}

.navbar-nav>li>a {
    font-size: 15px;
    font-weight: 400;
    line-height: 76px;
    color: #000;
    padding: 0 20px;
    position: relative;
    display: block;
    text-transform: uppercase;
}

.navbar-nav>li>a:after {
    display: block;
    content: "";
    height: 4px;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: transparent;
}

.navbar-nav>li.active>a:after {
    background: #045da1;
    width: 80%;
    left: 10%;
}

.navbar-nav>li:hover>a:after {
    background: #045da1;
    width: 80%;
    left: 10%;
}

.navbar-nav>li:hover>a,
.navbar-nav>li>a.active {
    color: #045da1;
}

.navbar-nav>li>.arow {
    position: absolute;
    color: #244863;
    right: 0px;
    top: 27px;
    z-index: 251;
}

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

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

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

.navbar-collapse ul>li>ul.dropdown-menu {
    height: auto;
    min-width: 220px;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    z-index: 99999;
    display: none;
    background: #fff;
    border-radius: 0;
    padding: 0;
    box-shadow: 0 0 0;
}

.navbar-collapse ul>li:hover>ul.dropdown-menu {
    display: block;
}

.navbar-collapse .dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0px;
    width: 260px;
}

.dropdown-menu li {
    display: block;
    position: relative;
}

.dropdown-menu li a {
    display: block;
    padding: 10px 16px;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    color: #000;
    font-size: 14px;
}

.dropdown-menu li a:hover,
.dropdown-menu li a.active,
.dropdown-menu td a.active {
    background: #045da1;
    color: #fff;
}

.dropdown-menu li:last-child a,
.dropdown-menu tr:last-child td a {
    border-bottom: 0;
}

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

.dropdown-menu td a:hover {
    background: #fff;
    color: #333;
}

.dropdown-menu td a {
    padding: 5px 12px;
    word-break: break-word;
    font-family: 'Roboto';
    letter-spacing: 1px;
}

.btn-primary {
    background-color: #045da1;
    color: #fff;
    padding: 16px 40px;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    height: 53px;
    border-radius: 30px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transition: all .35s ease 0s;
    -moz-transition: all .35s ease 0s;
    -ms-transition: all .35s ease 0s;
    -o-transition: all .35s ease 0s;
    transition: all .35s ease 0s;
    overflow: hidden;
    border: 0;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #fff;
    ;
    padding: 16px 40px;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    height: 53px;
    border-radius: 30px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transition: all .35s ease 0s;
    -moz-transition: all .35s ease 0s;
    -ms-transition: all .35s ease 0s;
    -o-transition: all .35s ease 0s;
    transition: all .35s ease 0s;
    overflow: hidden;
    border: 0;
}

.color-white {
    color: #fff !important;
}

.btn:hover {
    line-height: 9em;
    -webkit-transition: all .35s ease 0s;
    -moz-transition: all .35s ease 0s;
    -ms-transition: all .35s ease 0s;
    -o-transition: all .35s ease 0s;
    transition: all .35s ease 0s;
}

.btn:hover:before {
    top: 16px;
    line-height: 20px;
}

.btn:before {
    content: attr(data-text);
    position: absolute;
    top: -2.75em;
    -webkit-transition: all .35s ease 0s;
    -moz-transition: all .35s ease 0s;
    -ms-transition: all .35s ease 0s;
    -o-transition: all .35s ease 0s;
    transition: all .35s ease 0s;
}

.cd-slider-nav li .slide-number {
    background-color: #045da1;
}

.cd-slider-nav li.selected .slide-number,
.cd-slider-nav li:hover .slide-number {
    color: #045da1;
}

.cd-slider-nav a:hover {
    background-color: #045da1;
}

.cd-slider-nav .cd-marker {
    background-color: #045da1;
}

.hm-about {
    position: relative;
    display: block;
    clear: both;
    padding: 50px 0;
    background: #f3f5fa;
}

.hm-about h2 {
    word-wrap: break-word;
    line-height: 1.2;
    color: #234762;
    font-size: 26px;
    font-weight: 600;
}

.hm-about h2 .featured {
    position: relative;
    display: inline-block;
    padding: 5px 15px;
    color: #045da1;
}

.hm-about h2 .featured:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-color: #8eba3c;
    opacity: 0.15;
}

.hm-about p {
    line-height: 31px;
    ;
    margin: 0 0 15px;
}

.hm-about .rd-mr {
    display: inline-block;
    background: #045da1;
    padding: 6px 44px 8px 30px;
    color: #fff;
    border-radius: 50px;
    transition: 0.3s;
    position: relative;
    font-size: 17px;
}

.hm-about .rd-mr i {
    font-size: 18px;
    position: absolute;
    right: 18px;
    top: 9px;
}

.hm-about .rd-mr:hover {
    background: #18ba60;
}

.img-shadow {
    -webkit-box-shadow: -10px 10px 0px 0px rgba(226, 228, 233, 1);
    -moz-box-shadow: -10px 10px 0px 0px rgba(226, 228, 233, 1);
    box-shadow: -10px 10px 0px 0px rgba(226, 228, 233, 1);
}

.hm-services {
    position: relative;
    display: block;
    clear: both;
    padding-top: 60px;
    padding-bottom: 40px;
    background: #fff;
}

.hm-services h2 {
    margin: 0 0 40px;
    color: #234762;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
}

.hm-services h2 span {
    position: relative;
    display: inline-block;
    color: #045da1;
    padding: 5px 15px;
}

.hm-services h2 span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-color: #8eba3c;
    opacity: 0.15;
}

.breadcumb_banner {
    width: 100%;
    height: auto;
    background: url(../images/IMAGES/about_banner.jpg) no-repeat center;
    background-size: cover;
}

.breadcumb_banner h2 {
    color: #fff;
    padding: 120px 0;
    font-size: 50px;
    text-transform: uppercase;
}

.contact_banner {
    width: 100%;
    height: auto;
    background: url(../images/IMAGES/contact_banner.jpg) no-repeat center;
    background-size: cover;
}

.contact_banner h2 {
    color: #fff;
    padding: 120px 0;
    font-size: 50px;
    text-transform: uppercase;
}

.contact_banner {
    width: 100%;
    height: auto;
    background: url(../images/IMAGES/firm_banner.jpg) no-repeat center;
    background-size: cover;
}

.contact_banner h2 {
    color: #fff;
    padding: 120px 0;
    font-size: 50px;
    text-transform: uppercase;
}

.single-services-box {
    background: #fff;
    animation-delay: 0.3s;
    text-align: center;
    padding: 30px 25px;
    margin: 20px 0px;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    box-shadow: 0px 4px 10px #ccc;
}

.single-services-box h3 {
    font-size: 20px;
    margin-top: 18px;
    margin-bottom: 10px;
    color: #202647;
    font-weight: 600;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.single-services-box:hover h3 a {
    color: #ff6d60
}

.single-services-box h3 a {
    color: #202647;
}

.single-services-box p {
    font-size: 14px;
    color: #6a6c72;
    font-weight: 400;
    margin: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.single-services-box .icon {
    text-align: center;
    width: 65px;
    height: 65px;
    line-height: 65px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block
}

.single-services-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.single-services-box::after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 0%;
    height: 5px;
    background: #ff6d60;
    bottom: 0;
    right: 0;
}

.single-services-box:hover::after {
    width: 100%;
    left: 0;
}

.news-sec {
    padding-bottom: 0px;
    display: block;
    clear: both;
    padding-top: 30px;
    padding-bottom: 20px;
    position: relative;
    background: #f3f5fa;
}

.news-sec h2 {
    margin: 1.5rem 0 30px;
    color: #234762;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
}

.news-sec h2 span {
    position: relative;
    display: inline-block;
    color: #045da1;
    padding: 5px 15px;
}

.news-sec h2 span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-color: #8eba3c;
    opacity: 0.15;
}

.news-box {
    margin-bottom: 30px;
    padding: 20px 20px;
    background-color: #fff;
    position: relative;
    border: 1px solid #ddd;
}

.news-box h3 {
    font-size: 20px;
    margin: -20px -20px 30px;
    background: #234762;
    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 #234762;
    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;
}

.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,
a.hedingnews {
    display: block;
    font-weight: bold;
    border: 0;
    padding: 0;
}

.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;
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.hm-contact h2 {
    margin: 1.5rem 0 30px;
    color: #234762;
    font-size: 26px;
    font-weight: 600;
}

.hm-contact h2 span {
    position: relative;
    display: inline-block;
    color: #045da1;
    padding: 5px 15px;
}

.hm-contact h2 span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-color: #8eba3c;
    opacity: 0.15;
}

.hm-contact p {
    margin-bottom: 10px;
}

.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);
}

.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 input {
    padding: 1rem;
}

.hm-contact [type="submit"] {
    background: #045da1;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    font-size: 16px;
    border-radius: 5px;
}

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

.errer {
    position: absolute;
    top: 15px;
    right: 15px;
}

.footer {
    background-color: #080d10;
    padding-top: 50px;
}

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

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

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

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

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

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

.copy-right {
    padding: 20px 0;
    margin-top: 30px;
    background-color: rgba(0, 0, 0, 0.25);
}

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

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

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

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

.call-ad li div i {
    color: #c0c3d0;
    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: #c0c3d0;
}

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

.mid-inner {
    padding-bottom: 20px;
    padding-top: 20px;
    display: block;
    clear: both;
    background-color: #fff;
    position: relative;
}

.mid-inner {
    min-height: 485px;
}

.inner-breadcrum-sec {
    background: #dbdbdb;
    padding-top: 30px;
    padding-bottom: 30px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}

.inner-breadcrum-sec h2 {
    color: #234762;
    font-size: 30px;
    margin-bottom: 0px;
    font-weight: 700;
}

.inner-breadcrum-sec h2:before {
    background: none;
}

.inner-page-sec {
    display: block;
    clear: both;
    position: relative;
    padding-top: 100px;
    background: #fff;
}

.inner-page-sec p {
    font-size: 15px;
    margin: 0 0 15px;
    color: #333;
    line-height: 24px;
}

.card {
    margin-bottom: 5px;
}

.card-header a {
    font-size: 20px;
    color: #0056b3;
    font-weight: 500;
}

.know-serv ul {
    list-style: none;
    padding-left: 0;
}

.know-serv ul li {
    position: relative;
    padding-left: 25px;
    font-size: 15px;
    margin-left: 15px;
    line-height: 24px;
    margin-bottom: 5px;
}

.know-serv ul li:before {
    position: absolute;
    content: "\f05b";
    left: 0;
    top: 0;
    font-size: 14px;
    display: inline-block;
    font-family: FontAwesome;
}

.know-serv ul li a {
    color: #0580c6;
}

.know-serv ul li a:hover {
    text-decoration: underline;
}

.know-serv h4 {
    font-size: 20px;
    text-transform: none;
    color: #234762;
    font-weight: 700;
    margin: 20px 0 5px;
}

.link-box {}

.table-grid {}

.table-grid .RadGrid_WebBlue {
    border: 1px solid #ddd;
}

.table-grid .RadGrid .rgMasterTable {
    border-collapse: collapse !important;
}

.table-grid .RadGrid .rgMasterTable th {
    background: #234762;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #ddd;
    font-family: 'Raleway', sans-serif;
}

.table-grid .RadGrid .rgMasterTable th a {
    color: #fff;
}

.table-grid .RadGrid .rgMasterTable td {
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ddd;
    font-family: 'Raleway', sans-serif;
}

.table-grid .RadGrid .rgMasterTable td.rcbInputCell,
rcbArrowCell.rcbArrowCell {
    padding: 0;
    border: 0;
}

.table-bordered {
    margin-bottom: 30px;
    width: 100%;
}

.table-bordered th {
    padding: 8px;
    border: 1px solid #999;
    text-align: left;
    background: #ddd;
    font-size: 16px;
}

.table-bordered th strong {
    font-weight: bold;
}

.table-bordered td {
    padding: 8px;
    border: 1px solid #ddd;
    text-align: left;
}

.mid-text-box-inner .ol-c {
    list-style-image: url(../images/green_right_arrow.svg);
}

.mid-text-box-inner ol {
    list-style-image: url(../images/feature-checkmark.svg);
}

.all-bm,
.all-b {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 30px;
    padding: 0;
}

.all-bm:before,
.all-bm:after,
.all-b:before,
.all-b:after {
    display: table;
    content: "";
}

.all-bm:after,
.all-b:after {
    clear: both;
}

.all-bm li,
.all-b li {
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    list-style: none;
    position: relative;
}

.all-bm li a,
.all-b li a {
    border-bottom: 1px solid #ddd;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    position: relative;
}

.all-bm li a:before,
.all-b li a:before {
    position: absolute;
    content: "\f0a4";
    left: 0;
    top: 3px;
    font-size: 14px;
    display: inline-block;
    font-family: FontAwesome;
}

.btn-go {
    background: #0020c5;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-all {
    background: #ff000c;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-clear {
    background: #333;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-go:hover,
.btn-all:hover,
.btn-clear:hover {
    background: #02c8b8;
    color: #fff;
}

.sl-yr {
    font-weight: bold;
    padding-top: 5px;
}

.tax-tab table th {
    background: #0580c6;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ddd;
    color: #fff;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
}

.tax-tab table td {
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ddd;
    font-family: 'Raleway', sans-serif;
}

.tax-tab h4 {
    font-size: 20px;
    text-transform: none;
    color: #034153;
    font-weight: 700;
    margin: 20px 0 5px;
}

.download table th {
    background: #0580c6;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ddd;
    color: #fff;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
}

.download table td {
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ddd;
    font-family: 'Raleway', sans-serif;
}

.RadWindow_Web20 .rwControlButtons {
    width: 160px !important
}

.table-grid .rgMasterTable .NextPrevAndNumeric td {
    padding: 0;
}

.contact-add-dt-branch {
    box-shadow: 0 0 5px #ddd;
    padding: 20px;
    margin-bottom: 25px;
    min-height: 158px;
}

.contact-add-dt-branch h4 {
    font-size: 18px !important;
    margin: 0 0 10px;
    font-weight: bold;
}

.contact-add-dt-branch .fa {
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 4px;
}

.contact-add-dt-branch p {
    position: relative;
    padding-left: 30px;
    font-size: 14px;
}

.contact-add-dt-branch .he48 {}

.contact-add-dt-branch p span.nm {
    display: block;
    clear: both;
    font-weight: bold;
}

.location-map {
    margin-bottom: 30px;
}

.contact-us-f .form-control {
    height: 45px;
    border: 1px solid #ccc;
    border-radius: 0;
    margin-bottom: 15px;
    box-shadow: 0 0 0;
}

.contact-us-f textarea.form-control {
    height: 90px;
    resize: none;
}

.contact-us-f .btn {
    background-color: #0271b7;
    color: #fff;
    border-color: #0271b7;
    padding: 8px 20px;
    text-transform: uppercase;
}

.our-term-box {
    box-shadow: 0 0 4px #ccc;
    padding: 25px;
    display: block;
    margin-bottom: 25px;
    position: relative;
    clear: both;
    background: #fff;
}

.our-term-box:last-child {
    margin-bottom: 0;
}

.our-term-box h4 {
    color: #234762;
    font-size: 20px;
    font-weight: 600;
    margin: 0px 0px 5px;
    position: relative;
}

.our-term-box ul {
    padding-left: 20px;
}

.our-term-box li {
    color: #606d75;
    margin: 0.5rem 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.our-term-box li:before {
    content: "\f192";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: #8eba3c;
}

.txtsp {
    position: absolute;
    top: 15px;
    right: 15px;
}

.btn-send {
    color: #fff;
    background: #0271b7;
    font-size: 18px;
    margin-top: 5px;
    padding-left: 40px;
    padding-right: 40px;
    border: 1px solid #0271b7;
    height: 44px;
    cursor: pointer;
    border-radius: 0;
}

.btn-send:hover {
    background: #5cb302;
    border-color: #5cb302;
    color: #fff;
}

.control-form {
    margin-bottom: 10px;
}


/*News Feed */

.AboutRightbox ul li span:first-child:before {
    content: "";
    margin-right: 0;
}

.AboutRightbox {
    padding: 0 0px 20px 0px;
}

.AboutRightbox h2 {
    font-weight: bold;
    font-size: 20px;
}

.AboutRightbox span {
    font-weight: bold;
    padding: 5px;
    font-size: 20px !important;
    display: block;
    margin-top: 10px;
    border: 1px solid #ccc;
    background: #f7f7f7;
}

.AboutRightbox ul {
    list-style: outside;
    font-size: 14px;
    padding-left: 40px;
    border: 1px solid #ccc;
    border-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    margin-top: 0;
}

.AboutRightbox ul li {
    padding-right: 10px;
    list-style: outside;
    border: 0;
    padding: 0;
}

.AboutRightbox ul li span a {
    text-decoration: none;
    color: #000;
}

.AboutRightbox ul li span a:hover {
    text-decoration: underline;
}

.AboutRightbox ul li span a {
    font-weight: normal;
    font-size: 14px;
    padding-left: 0px !important;
}

.AboutRightbox ul li span {
    padding: 0 0 0 0px !important;
    margin: 0;
    display: inline;
    padding: 0;
    border: 0;
    background: none;
}

.dtblgo {
    margin-bottom: 15px;
    padding: 20px 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    position: relative;
}

.datrtl {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.contact-us-f h4 {
    color: #234762;
    font-size: 20px;
    font-weight: 600;
    margin: 0px 0px 5px;
    position: relative;
}

@media(max-width:767px) {
    .top-info {
        display: none;
    }
    .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: 265px;
    }
    .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;
        display: inline-block;
    }
    .navbar-collapse ul>li>ul.dropdown-menu {
        width: 100%;
        position: relative;
    }
    .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: 21px;
        width: 20px;
        border: 1px solid #ddd;
        text-align: center;
    }
    .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: 992px) {
    .container {
        max-width: 1220px;
    }
    .fixedhead .navbar {
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
        box-shadow: 0 0 2px #ddd;
        background: #fff;
    }
}