/*@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('fontawesome-all.css');
@import url('animate.css');
@import url('material-icons.css');
@import url('line-awesome.css');
@import url('flaticon.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
    line-height: inherit;
}

@font-face {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Raleway-Italic-VariableFont_wght.ttf");
    src: url("../fonts/Raleway-VariableFont_wght.ttf");
}


/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
    font-size: 14px;
    color: #787878;
    line-height: 1.6em;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
     font-family: 'Roboto', sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #003b7b;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.2em;
}

textarea {
    overflow: hidden;
}

button {
    outline: none !important;
    cursor: pointer;
}

p,
.text {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: #666666;
    margin: 0;
}

 ::-webkit-input-placeholder {
    color: inherit;
}

 ::-moz-input-placeholder {
    color: inherit;
}

 ::-ms-input-placeholder {
    color: inherit;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    overflow: hidden;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

figure {
    margin-bottom: 0;
}

.theme-btn {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.theme-btn i {
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-left: 3px;
}

.centered {
    text-align: center !important;
}


/*=== List Style One ===*/

.list-style-one {
    position: relative;
}

.list-style-one li {
    position: relative;
    font-size: 15px;
    line-height: 25px;
    color: #666666;
    font-weight: 400;
    padding-left: 25px;
    margin-bottom: 5px;
}

.list-style-one li:before {
    content: "\f186";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 14px;
    line-height: 25px;
    padding: 0px;
    color: #003b7b;
    font-weight: 600;
    font-family: "Flaticon";
}

.list-style-one li a:hover {
    color: #44bce2;
}

.theme_color {
    color: #003b7b;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.tabs-box {
    position: relative;
}

.tabs-box .tab {
    display: none;
}

.tabs-box .active-tab {
    display: block;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.svg);
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.dropdown-toggle::after {
    display: none;
}

.fa {
    line-height: inherit;
}


/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 46px;
    height: 46px;
    color: #ffffff;
    font-size: 24px;
    line-height: 46px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #003b7b;
    display: none;
    border-radius: 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;
    border: 1px #fff solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.scroll-to-top:hover {
    background: #003b7b;
}


/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header {
    position: relative;
    display: block;
    width: 100%;
    z-index: 99999;
    background-color: #ffffff;
}

.main-header .header-top {
    position: relative;
    background-color: #000;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}


/* Top Left*/

.main-header .header-top .top-left {
    position: relative;
    float: left;
}

.main-header .header-top .top-right {
    position: relative;
    float: right;
}

.main-header .header-top .info-list {
    position: relative;
    float: right;
    padding: 14px 0;
}

.main-header .header-top .info-list li {
    float: left;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}

.main-header .header-top .info-list li a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 2px;
    width: 1px;
    height: 12px;
    background-color: #b6b6b6;
}

.main-header .header-top .info-list li:last-child a:before {
    content: none;
}

.main-header .header-top .info-list li strong {
    color: #ed7902;
    font-weight: 600;
}

.main-header .header-top .info-list li a {
    font-size: 15px;
    color: #fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-weight: 600;
    padding: 0 13px 0 0;
    margin: 0 13px 0 0;
    position: relative;
}

.main-header .header-top .info-list li a:hover {
    color: #ffffff;
}

.main-header .header-top .info-list li span {
    position: absolute;
    left: 0;
    top: 0;
    color: #ed7902;
    font-size: 18px;
    line-height: 30px;
}


/*=== Header Lower ===*/

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 72px;
    cursor: pointer;
    color: #003b7b;
    margin: 7px 0px 2px;
    display: none;
}


/*===  Header Lower ===*/

.main-header .header-lower {
    width: 100%;
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
}

.main-header .logo-outer {
    position: relative;
    float: left;
    width: 200px;
    padding: 10px 0;
}

.main-header .header-lower .nav-outer {
    position: relative;
    background-color: #ffffff;
    padding-right: 30px;
    border-top: 1px solid #e5e5e5;
}

.main-menu {
    position: relative;
    float: left;
}

.main-menu .navbar-collapse {
    padding: 0px;
    height: 89px;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    -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: 0 2px;
    padding: 20px 0;
}

.main-menu .navigation>li:last-child:before {
    display: none;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 34px;
    /*font-weight: 700;*/
    opacity: 1;
    color: #000;
    padding: 0 20px;
    text-transform: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>a:before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    content: "";
    background-color: #000;
    height: 100%;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    opacity: 0;
    -ms-transform: scaleX(.2);
    -webkit-transform: scaleX(.2);
    transform: scaleX(.2);
    -webkit-transition: -webkit-transform .2s ease-out, opacity .2s ease-out;
    transition: transform .2s ease-out, opacity .2s ease-out;
    -webkit-backface-visibility: hidden;
}

.main-menu .navigation>li:hover a:before {
    opacity: 1;
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    z-index: -1;
}

.main-menu .navigation>li:hover>a {
    color: #fff;
    position: relative;
    z-index: 999;
}

.main-menu .navigation>li.dropdown>a {
    padding-right: 15px;
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 215px;
    z-index: 100;
    border-radius: 0 0 3px 3px;
    display: none;
    padding: 3px 0;
    background-color: #ffffff;
    opacity: 0;
    -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);
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    margin: 5px 0;
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 0 25px;
    line-height: 29px;
    font-weight: 500;
    font-size: 15px;
    color: #969696;
    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;
}

.main-menu .navigation>li>ul>li:hover>a {
    color: #000;
    padding-left: 16px;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    position: absolute;
    right: 0;
    top: 11px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    z-index: 5;
}

.main-menu .navigation>li>ul>li>a:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: #003b7b;
    content: "";
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li:hover>a:before {
    opacity: 1;
    visibility: visible;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 260px;
    z-index: 100;
    display: none;
    background-color: #ffffff;
    opacity: 0;
    padding: 10px 30px 0;
    margin-left: 30px;
    -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);
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 11px 0;
    line-height: 24px;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    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;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
    color: #003b7b;
    padding-left: 16px;
}

.main-menu .navigation>li>ul>li>ul>li>a:before {
    position: absolute;
    left: 0;
    top: 22px;
    height: 5px;
    width: 5px;
    background-color: #ed7902;
    content: "";
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a:before {
    opacity: 1;
    visibility: visible;
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    border-top: 5px solid #003b7b;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.main-header .outer-box {
    position: relative;
    float: right;
}

.main-header .outer-box .btn-box {
    position: relative;
    float: right;
    margin-left: 30px;
}

.main-header .outer-box .btn-box .theme-btn {
    padding: 24px 40px;
    text-transform: capitalize;
    float: right;
}

.main-header .outer-box .btn-box .theme-btn i {
    margin-left: 10px;
}


/*search box btn*/

.main-header .search-box-outer {
    position: relative;
    float: left;
    padding: 26px 0px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .search-box-btn {
    position: relative;
    float: left;
    font-size: 17px;
    line-height: 35px;
    background: none;
    color: #848484;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .search-box-btn:hover {
    color: #343434;
}

.dropdown-toggle::after {
    display: none;
}

.main-header .search-box-outer .dropdown-menu {
    top: 61px !important;
    left: auto !important;
    right: 0;
    padding: 0px;
    min-width: 310px;
    max-width: 100%;
    border-radius: 0px;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    border: transparent;
}

.main-header .search-panel .form-group {
    position: relative;
    margin: 0px;
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 7px 40px 7px 15px;
    height: 36px;
    font-size: 14px;
    border: 1px solid #ccc;
    background: #ffffff;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
    border-color: #ccc;
}

.main-header .search-panel .search-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: center;
    color: #666;
    font-size: 12px;
    cursor: pointer;
    width: 36px;
    height: 36px;
    background: #ededed;
    border: 1px solid #ccc;
}

.main-header .header-lower .nav-outer {
    position: relative;
    width: auto;
    float: right;
    border: 0;
    padding: 0;
    background-color: transparent;
}

.main-header .main-menu .navigation>li:last-child:before {
    display: block;
}

.main-header .main-menu .navigation>li:first-child:before {
    display: none;
}


/*** 

====================================================================
				Sticky Header
====================================================================

***/

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
    background: #ffffff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -webkit-transition: top 300ms ease;
    -moz-transition: top 300ms ease;
    -ms-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 99999;
    visibility: visible;
}

.fixed-header .sticky-header .logo {
    padding: 10px 0;
}

.sticky-header .main-menu .navigation>li {
    margin-left: 32px !important;
    padding: 0;
    margin-right: 0;
    background-color: transparent;
}

.sticky-header .main-menu .navigation>li.dropdown>a:after,
.sticky-header .main-menu .navigation>li:before,
.header-style-four .sticky-header .main-menu .navigation>li:last-child:before {
    display: none;
}

.sticky-header .main-menu .navigation>li>a {
    padding: 20px 0px !important;
    line-height: 30px;
    font-size: 17px;
    font-weight: 500;
    color: #222222;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sticky-header .main-menu .navigation>li:hover>a,
.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li.current-menu-item>a {
    opacity: 1;
    color: #003b7b;
}


/*** 

====================================================================
			Mobile Menu
====================================================================

***/

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 20px 20px;
    text-align: left;
}

.mobile-menu .nav-logo img {
    max-width: 200px;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.90);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #ffffff;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease 500ms;
    -moz-transition: all 0.7s ease 500ms;
    -ms-transition: all 0.7s ease 500ms;
    -o-transition: all 0.7s ease 500ms;
    transition: all 0.7s ease 500ms;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 3px;
    top: 3px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    font-size: 14px;
    color: #202020;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.mobile-menu .close-btn:hover {
    opacity: 0.50;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li>ul>li:last-child {
    border-bottom: none;
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    font-size: 15px;
    color: #404040;
    text-transform: capitalize;
}

.mobile-menu .navigation li:hover>a,
.mobile-menu .navigation li.current>a {
    color: #003b7b;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    color: #404040;
    cursor: pointer;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 10px;
    width: 1px;
    height: 24px;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}


/*** 

====================================================================
		Section Title
====================================================================

***/

.sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

.sec-title .title {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 24px;
    color: #888888;
    font-weight: 400;
    padding-left: 40px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.sec-title .title:before {
    position: absolute;
    left: 0;
    top: 11px;
    height: 2px;
    width: 30px;
    background-color: #ed7902;
    content: "";
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #333333;
    font-weight: 600;
}

.sec-title h2 span {
    font-weight: 300;
    display: block;
}

.sec-title .text {
    position: relative;
    font-size: 15px;
    line-height: 25px;
    color: #666666;
    font-weight: 400;
    margin-top: 35px;
}

.sec-title.light .text,
.sec-title.light h2,
.sec-title.light .title {
    color: #ffffff;
}

.sec-title.text-center .title {
    display: inline-block;
    padding-right: 40px;
}

.sec-title.text-center .title:after {
    position: absolute;
    right: 0;
    top: 11px;
    height: 2px;
    width: 30px;
    background-color: #ed7902;
    content: "";
}


/*** 

====================================================================
	Main Slider
====================================================================

***/

.main-slider {
    position: relative;
}

.main-slider .carousel-inner {
    height: 492px;
}

.main-slider .carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    font-size: 28px;
    line-height: 35px;
    font-weight: 400;
    transform: translate(-50%, -50%);
    right: 0;
    bottom: 0;
    text-align: left;
}

.main-slider .carousel-control-prev i,
.main-slider .carousel-control-next i {
    font-size: 20px;
    background: rgba(0, 0, 0, 0.8);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
}

.main-slider .carousel-control-next:focus i,
.main-slider .carousel-control-next:hover i,
.main-slider .carousel-control-prev:focus i,
.main-slider .carousel-control-prev:hover i {
    background: #000;
}

.main-slider .carousel-indicators .active {
    background: #666666;
}

.main-slider .carousel-indicators li {
    background: linear-gradient(to bottom, rgb(153, 153, 153) 0%, rgb(225, 225, 225) 100%);
    border-radius: 50%;
    border: 3px solid rgb(229, 229, 229);
    width: 18px;
    height: 18px;
}

.carousel-indicators {
    margin-bottom: 15px;
}


/*** 

====================================================================
	About Section
====================================================================

***/

.about-section {
    position: relative;
    padding: 50px 0 0;
}

.about-section h2 {
    color: #003b7b;
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 45px;
    text-align: left;
    margin-bottom: 20px;
}

.about-section .content-column {
    position: relative;
}

.about-section .text-about p {
    color: #5d5c5c;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    /*font-weight: 500;*/
    line-height: 30px;
}


/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section {
    position: relative;
    background: #003b7b url(../images/industryBG.png);
    margin-top: 50px;
    padding: 30px 0px 20px 0px;
}

.services-section .headingIndustry {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 45px;
    text-align: center;
    margin-bottom: 50px;
}

.service-block {
    position: relative;
    margin-bottom: 50px;
}

.service-block .inner-box {
    position: relative;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}

.service-block .image-box {
    position: relative;
    overflow: hidden;
}

.service-block .image-box .image {
    position: relative;
    margin-bottom: 0;
}

.service-block .image-box .image img {
    display: block;
    width: 100%;
    height: auto;
}

.service-block .lower-content {
    position: relative;
    padding-top: 20px;
    text-align: center;
}

.service-block .lower-content h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #333333;
    font-weight: 700;
}

.service-block .lower-content h4 a {
    color: #333333;
    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;
    color: #003b7b;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    font-size: 22px;
}

.service-block .lower-content .text {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 14px;
}

.service-block .lower-content .read-more {
    display: inline-block;
    font-size: 15px;
    line-height: 1.2em;
    color: #ed7902;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .lower-content .read-more:hover {
    color: #333333;
}

.custom-btn {
   background-color: #003b7b;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    display: inline-block;
}

.custom-btn:hover {
    color: #fff;
}

.custombtnWrap {
    margin-bottom: 10px;
}

.custombtnWrap .custom-btn i {
    margin-left: 10px;
}


/*** 

====================================================================
		Count Section One
====================================================================

***/

.count-section {
    position: relative;
    background-image: url(../images/our-case-bg.jpg);
    background-repeat: repeat;
    background-size: auto;
    padding: 70px 0px 50px 0px;
    background-attachment: fixed;
    background-position: center center;
}

.count-section .outer-container {
    position: relative;
}

.count-section .form-column {
    position: relative;
}

.count-section .form-column .inner-column {
    position: relative;
    padding: 80px 0;
    padding-right: 120px;
}

.count-section .form-column h2 {
    font-size: 36px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 45px;
}

.count-section .form-column .text {
    font-size: 15px;
    line-height: 25px;
    color: #e5e5e5;
    margin-bottom: 20px;
}

.count-section .content-column {
    position: relative;
    float: left;
    width: 50%;
}

.count-section .facts-couner {
    position: relative;
    float: left;
    width: 50%;
}

.count-section .facts-couner .inner-column {
    position: relative;
    float: right;
    max-width: 570px;
    width: 100%;
    padding: 85px 15px;
}

.count-section .facts-couner h2 {
    font-size: 36px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 45px;
}

.count-section .facts-couner .text {
    font-size: 15px;
    line-height: 25px;
    color: #e5e5e5;
    margin-bottom: 35px;
}

.count-section .inner {
    text-align: center;
}

.count-section .count-box {
    position: relative;
}

.count-section .icon-box i {
    font-size: 50px;
    line-height: 1em;
    color: #ffffff;
    margin-bottom: 25px;
}

.count-section .count-box {
    position: relative;
    font-size: 32px;
    color: #ffffff;
    line-height: 60px;
    font-weight: 700;
}

.count-section .count-box .count-text {
    display: block;
    font-size: 25px;
    line-height: 1em;
    color: #fff;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
}

.count-section .counter-title {
    font-size: 17px;
    line-height: 2.5;
    color: #fff;
    font-family: "Roboto Slab", Sans-serif;
    font-weight: 400;
}

.count-section .facts-couner .inner-column {
    padding: 85px 15px 20px;
    max-width: 600px;
}

.count-section .image-layer,
.count-section .career-column {
    float: right;
    width: 50%;
    right: 0;
}

.count-section .career-column .inner-column {
    padding: 80px 55px;
    max-width: 600px;
}


/*** 

====================================================================
		News Section
====================================================================

***/

.news-list {
    position: relative;
}

.news-list .list-item {
    border-bottom: 2px solid #003b7b;
    display: table;
    table-layout: fixed;
}

.news-list .list-item:not(:first-child) {
    padding: 15px 0 0;
}

.news-list .list-item p {
    margin: 10px 0 0;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 23px;
    font-size: 14px;
}

.news-list .list-item h5 {
    line-height: 1.508em;
}

.news-list .list-item h5 a {
    color: #003b7b;
    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;
    font-size: 18px;
    font-weight: 600;
}

.news-list .list-item .comments {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 25px;
    color: #888888;
    font-weight: 400;
}

.news-list .list-item .post-info {
    font-size: 13px;
    margin: 2px 0 0;
    color: #003b7b;
    font-weight: 800;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
}

.news-list .list-item .comments i {
    float: left;
    font-size: 15px;
    line-height: 25px;
    color: #ed7902;
    font-weight: 400;
    margin-right: 5px;
}

.news-list .inner-box {
    margin-bottom: 20px;
}

.news-list .inner-box .image-box {
    width: 250px;
    display: table-cell;
    vertical-align: middle;
}

.news-list .btn-box {
    position: relative;
    margin-top: 20px;
}

.news-list .content-box {
    padding: 0 0 0 20px;
}

.news-list .btn-box a {
    padding: 10px 28px;
    line-height: 23px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}


/*** 

====================================================================
		Clients Section
====================================================================

***/

.clients-section {
    position: relative;
    padding: 50px 0;
}

.clients-section h4 {
    color: #003b7b;
    font-family: 'Roboto', sans-serif;
    font-size: 27px;
    font-weight: 600;
    line-height: 45px;
    text-align: center;
    margin-bottom: 20px;
}

.clients-section.no-pd-top {
    padding-top: 0;
}

.clients-section .sponsors-outer {
    position: relative;
    text-align: center;
    padding: 25px 0px 0px 0px;
}

.clients-section .slide-item {
    position: relative;
}

.clients-section .image-box {
    position: relative;
    margin: 0;
    text-align: center;
}

.clients-section .image-box img {
    display: inline-block;
    height: auto;
    width: auto;
    max-width: 45%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.clients-section .image-box:hover img {
    opacity: .80;
}

.clients-section .sponsors-carousel .owl-dots,
.clients-section .sponsors-carousel .owl-nav {
    display: none;
}

.clients-section.style-two {
    padding: 0 0 100px;
}


/*** 

====================================================================
		Featured Section
====================================================================

***/

.featured-section {
    padding: 50px 0px 0px 0px;
}

.featured-section h2 {
    color: #003b7b;
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 20px;
    text-align: center;
}


/***

==================================================================
		Main Footer
==================================================================

***/

.main-footer {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


/*=== Widgets Section ===*/

.main-footer .widgets-section {
    padding: 50px 0;
    background-color: #003b7b;
}

.main-footer .widget-title {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    text-transform: capitalize;
    line-height: 1.2em;
    padding-bottom: 10px;
    margin-bottom: 15px;
}


/*=== About Widget ===*/

.main-footer .about-widget .text {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 30px;
}

.main-footer .social-icon-one li a {
    font-size: inherit;
    color: #fff;
}

.main-footer .social-icon-one li a i {
    padding-right: 5px;
}

.main-footer .social-icon-one li a:hover {
    color: #fff;
}


/*=== Cities Widget ===*/

.main-footer .links-widget {
    position: relative;
}

.main-footer .list {
    position: relative;
}

.main-footer .list li {
    position: relative;
    display: block;
    color: #fff;
    font-weight: 400;
}

.reportsWrap ul li {
    border-bottom: 1px dotted #fff;
}

.reportsWrap ul li a {
    padding: 6px 0;
}

.reportsWrap ul li a::before {
    content: "";
    display: inline-block;
    height: 48%;
    position: absolute;
    left: -10px;
    border-left: 3px solid #fff;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .15s ease-out;
    opacity: 0;
}

.reportsWrap ul li a:hover:before {
    opacity: 1;
}

.main-footer .list li a {
    display: inline-block;
    color: #fff;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.main-footer .list li a:hover {
    color: #fff;
}

.main-footer .links-widget {
    position: relative;
}


/*=== Contact Widget ===*/

.main-footer .contact-widget {
    position: relative;
    padding-left: 35px;
}

.main-footer .contact-widget .widget-content {
    position: relative;
}

.main-footer .contact-list {
    position: relative;
    margin-bottom: 20px;
}

.main-footer .contact-list li {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 25px;
    color: #e5e5e5;
    font-weight: 400;
    padding-left: 25px;
}

.main-footer .contact-list li i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
}

.main-footer .contact-list li a {
    color: #fff;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.main-footer .contact-list li a:hover {}

.main-footer .footer-bottom {
    padding: 10px 0px;
    text-align: center;
    background: #303030;
}

.main-footer .copyright-text {
    position: relative;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
}

.main-footer .copyright-text a {
    display: inline-block;
    color: #fff;
}

.main-footer .copyright-text a:hover {
    text-decoration: underline;
}

.subscribe-form input {
    padding: 6px 12px;
    border-radius: 6px;
    line-height: 1.42857143;
    border: 1px solid #ccc;
    color: #555;
}

.subscribe-form button {
    border-color: #6e48b1;
    margin-top: 13px;
    color: #fff;
    background-color: #6e48b1;
}


/***

==================================================================
		Page Banner
==================================================================

***/

.page-banner {
   position: relative;
    /* height: 400px; */
    padding: 80px 0;
}

.page-banner h1 {
    color: #fff;
    font-family: "Roboto", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
}

.aboutBanner-section h3 {
    color: #003b7b;
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 45px;
    text-align: center;
    margin-bottom: 50px;
}

.aboutBanner-section .text-about p {
    text-align: justify;
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 25px;
}

.aboutBanner-section {
    padding-bottom: 55px;
}


/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
    position: relative;
    padding: 0 0px 50px;
    margin-top: 30px;
}

.sidebar-page-container .content-side {
    margin-bottom: 50px;
}

.sidebar-page-container.no-pd-bottom {
    padding-bottom: 0;
}

.sidebar-page-container.no-pd-bottom .content-side {
    margin-bottom: 0;
}

.sidebar-widget {
    position: relative;
    box-shadow: 0px 0px 10px #84848429;
    border-radius: 8px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.sidebar-widget:last-child {
    margin-bottom: 0;
}


/* Sidebar Title */

.sidebar-title {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #333333;
    font-weight: 600;
    border-bottom: 1px #eee solid;
    padding: 15px;
    margin-bottom: 0;
}

.blog-categories {
    position: relative;
    padding: 0 15px 0 15px;
}

.blog-categories li {
    position: relative;
}

.blog-categories li:last-child a {
    border-bottom: none;
}

.blog-categories li a {
    position: relative;
    font-size: 13px;
    padding: 10px 0;
    display: block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #000;
    border-bottom: 1px dotted #000;
    font-family: 'Roboto', sans-serif;
    /*font-weight: 500;*/
    line-height: 23px;
}

.blog-categories li a:hover {
    color: #000;
}

.sidebar .popular-posts .post-inner {
    position: relative;
    padding: 7px 15px 0 15px;
}

.sidebar .popular-posts .text {
    color: #797979;
    margin: 0px 0 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 23px;
    font-weight: bold;
}

.sidebar .popular-posts .post-info {
    position: relative;
    font-weight: 500;
    color: #797979;
    margin: 0px 0 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 23px;
    padding-left: 15px;
}

.sidebar .popular-posts .post-info:before {
    position: absolute;
    left: 0;
    top: 9px;
    height: 5px;
    width: 5px;
    background-color: #b5b4b4;
    content: "";
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.reports-block {
    position: relative;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    padding: 15px;
    border-bottom: 1px #eee solid;
}

.categoryPrice {
    min-width: 15%;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}

.reports-block .inner-box {
    position: relative;
}

.reports-block .image-box {
    position: relative;
}

.reports-block .image-box .image {
    position: relative;
    margin-bottom: 0;
    background-color: #ed7902;
    overflow: hidden;
}

.reports-block .image-box .image img {
    display: block;
    width: 100%;
    height: auto;
}

.reports-block .lower-content {
    position: relative;
    display: block;
}

.reports-block:hover {
    background: #f7f5f5;
    transition: 0.3s;
    border-radius: 10px;
}

.reports-block .lower-content h3 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 10px;
}

.fw-bold {
    font-weight: 600;
}

.reportInfoHolder {
    /* margin-left: 14px; */
}

.reports-block .lower-content h3 a {
    color: #333333;
    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;
}

.reports-block .lower-content h3 a:hover {
    color: #000;
}

.reports-block .lower-content .post-info {
    position: relative;
}

.reports-block .lower-content .post-info li {
    position: relative;
    display: inline-block;
    line-height: 25px;
    color: #000;
    font-weight: 400;
    padding-right: 15px;
    margin-right: 10px;
}

.reports-block .lower-content .post-info li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.reports-block .lower-content .post-info li:before {
    position: absolute;
    right: -3px;
    top: 0;
    font-size: 15px;
    line-height: 25px;
    color: #888888;
    font-weight: 400;
    content: "|";
}

.reports-block .lower-content .post-info li span {
    position: relative;
    float: left;
    line-height: 25px;
    color: #000;
    margin-right: 5px;
    font-weight: 500;
}

.reports-block .lower-content .post-info li:last-child:before {
    display: none;
}

.reports-block .lower-content .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 23px;
    color: #797979;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 10px;
}

.default-btn {
    font-size: 13px;
    padding: 5px 10px;
    background: #003b7b;
    color: #fff;
    display: inline-block;
    position: relative;
    font-style: normal;
    font-weight: 800;
    font-family: inherit;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
}

.default-btn:hover {
    color: #fff;
}

.reportPostDate {
    display: inline-block;
    vertical-align: top;
}

.reportPostDate .date {
    display: block;
    font-size: 16px;
    line-height: 37px;
    color: #636363;
    padding: 0 12px;
    border: 2px solid #efefef;
    border-bottom: 0;
    -webkit-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}

.reportPostDate .month {
    display: block;
    font-size: 10px;
    color: #fff;
    background-color: #003b7b;
    padding: 0 13px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.lowerconentWrap {
    display: flex;
}

.reports-block .lower-content .link-box {
    position: relative;
    float: left;
}

.reports-block .lower-content .link-box .theme-btn {
    padding: 10px 25px;
    line-height: 25px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    float: left;
}

.reports-block .social-links {
    position: relative;
    float: right;
    overflow: hidden;
}

.reports-block .social-links .social-toggle-btn {
    position: relative;
    height: 45px;
    width: 45px;
    line-height: 45px;
    color: #ffffff;
    font-size: 20px;
    float: right;
    text-align: center;
    background-color: #ed7902;
    cursor: pointer;
}

.reports-block .social-links .social-icon-one {
    position: relative;
    padding: 10px 0;
    float: left;
    width: 150px;
    opacity: 0;
    transition: all 300ms ease;
}

.reports-block .social-links.active .social-icon-one {
    opacity: 1;
}


/*** 

====================================================================
		Styled Pagination
====================================================================

***/

.styled-pagination {
    position: relative;
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    margin: 0 2px 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.styled-pagination li:last-child {
    margin-right: 0;
}

.styled-pagination li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #707070;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    font-family: "Roboto", sans-serif;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 43px;
    height: 43px;
    line-height: 43px;
    border: 2px solid #e6e6e6;
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
    background-color: #003b7b;
    color: #fff;
    border-color: #003b7b;
}

.sidebar-categories {
    position: relative;
    box-shadow: 0px 0px 10px #84848429;
    border-radius: 8px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.contry-list {
    padding: 10px 12px 10px 16px;
}

.sidebar-categories .categories-title {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.2em;
    color: #333333;
    font-weight: 600;
    margin-bottom: 5px;
    border-bottom: 1px #eee solid;
    padding: 15px;
}

.sidebar-categories .card-body {
    padding: 0 30px;
}

.myaccordion {}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
    border: none;
}

.myaccordion .card-header {
    /* border-bottom-color: #edeff0; */
    background: transparent;
    border: none;
    padding: 8px 12px 8px 30px;
}

.sidebar-categories .fa-plus {
    color: #003b7b;
    font-size: 14px;
    display: block;
}

.form-check-input {
    width: 17px;
    height: 17px;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    border-radius: 3px;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
    line-height: 13px;
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.showBtn {
    padding: 4px 12px;
    background: #003b7b;
    color: #fff;
    font-weight: 600;
}

.contry-list .form-check {
    margin-bottom: 10px;
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.categories-inner-list .form-check label,
.contry-list .form-check label {
    padding-left: 3px;
    font-size: 13px;
    color: #000;
}

.categories-inner-list .form-check-input {
    margin-top: 0;
}

.sidebar-categories .form-check-label {
    font-size: 13px;
    color: #000;
    padding-left: 4px;
}

.myaccordion h2 {
    width: 100%;
    font-weight: 500;
    line-height: inherit;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
    text-decoration: none;
}

.myaccordion li+li {
    margin-top: 10px;
}

.sidebar-categories .form-check-input {
    margin-top: -2px;
}

.reportHeading {
    color: #fff;
    /* background-color: #2ca0ae; */
    background: #003b7b;
    padding: 7px 10px;
    font-size: 20px;
    font-weight: normal;
    margin-top: 0px;
    line-height: 28px;
    border-radius: 3px;
}

.breadcrumbWrap .bread-crumb {
    position: relative;
    padding: 10px 0px;
}

.breadcrumbWrap .bread-crumb li {
    position: relative;
    float: left;
    font-size: 13px;
    line-height: 25px;
    color: #003b7b;
    font-weight: 400;
    text-transform: capitalize;
    cursor: default;
    padding-right: 15px;
    margin-right: 9px;
}

.breadcrumbWrap .bread-crumb li:before {
    position: absolute;
    right: -3px;
    font-size: 13px;
    line-height: 25px;
    color: #000;
    content: "\f112";
    font-family: "LineAwesome";
}

.breadcrumbWrap .bread-crumb li a {
    color: #000;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.breadcrumbWrap .bread-crumb li a i {
    font-size: 18px;
    margin-right: 5px;
}

.breadcrumbWrap {
    background: #f7f5f5;
}

.breadcrumbWrap .bread-crumb li:last-child:before {
    display: none;
}

.reportdescriptionTitle {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 25px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 10px;
}

.reportTabarea p {
    margin-bottom: 25px;
}

.reportTabarea p+p {
    margin-bottom: 25px;
}

.reportTabarea .tab-content {
    padding: 15px;
    border: 1px #d4d4d4 solid;
    border-top:none;
}

.reportTabarea {
    margin-top: 25px;
}

.reportTabarea .nav-tabs .nav-item.show .nav-link,
.reportTabarea .nav-tabs .nav-link.active {
    /*color: #fff;*/
    /*background-color: #2e9faf;*/
    /*border-color: #2e9faf #2e9faf #2e9faf;*/
    color: #003b7b;
    background-color: #fff;
    border-color: #d4d4d4 #d4d4d4 #fff;
    font-weight: 700;
}

.reportTabarea .nav-tabs .nav-link {
    color: #000;
    font-weight: 500;
    padding: 15px 25px;
}

.reportTabarea .reportsImage {
    max-width: 600px;
    margin: 0 auto;
}

.reportTabarea .reportsImage img {
    width: 100%;
}

.reportTabarea .middleHeading {
    margin-top: 30px;
    margin-bottom: 25px;
    color: #000;
    font-size: 23px;
    font-weight: 600;
}

.reportTabarea .table-info>th {
    background-color: #003b7b;
    color: #fff;
    padding: 8px 15px;
}

.reportTabarea .table td {
    padding: 6px 15px;
}

.reportTabarea .table-hover .table-info:hover>th {
    background-color: #abdde5;
    color: #000;
}

.markettype li::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}

.markettype li h5 {}

.text-black {
    color: #000;
}


/* All Bullets Css ::marker Css */

ul.markettype {
    line-height: 1.5em;
    margin: 5px 0 15px;
    padding: 0;
}

ul.markettype li {
    list-style: none;
    position: relative;
    padding: 0 0px 4px 15px;
}

ul.square li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px !important;
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 6px!important;
    height: 6px !important;
    background-color: #003b7b !important;
    border-radius: 0 !important;
    border: none !important;
}

ul.round li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 6px;
    height: 6px;
    background-color: #003b7b;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

ul.triangle li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #003b7b;
}

ul.arrow li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    height: 5px;
    width: 5px;
    border: 1px solid #003b7b;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
}

ul.line li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    display: block;
    border-top: 2px solid #003b7b;
}

ul.plus li::before {
    content: "";
    position: absolute;
    background: #003b7b;
    left: 0;
    top: 9px;
    height: 2px;
    width: 8px;
}

ul.plus li::after {
    content: "";
    position: absolute;
    background: #003b7b;
    left: 3px;
    top: 5px;
    height: 10px;
    width: 2px;
}

ul.diamond li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: #003b7b;
}

ul.diamond li::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #003b7b;
}

ul.pac-man li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 5px;
    width: 0px;
    height: 0px;
    border-right: 5px solid transparent;
    border-top: 5px solid #003b7b;
    border-left: 5px solid #003b7b;
    border-bottom: 5px solid #003b7b;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

ul.checkmark li::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 5px;
    width: 3px;
    height: 6px;
    border: solid #003b7b;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

ul.circle-checkmark li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    border: solid 8px #003b7b;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

ul.circle-checkmark li::after {
    content: "";
    position: absolute;
    left: 0.25%;
    top: 5px;
    width: 3px;
    height: 6px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

ul.burst li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    background: #003b7b;
    width: 10px;
    height: 10px;
    text-align: center;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

ul.burst li::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    height: 10px;
    width: 10px;
    background: #003b7b;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

ul.heart li::before,
ul.heart li::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 5px;
    width: 7px;
    height: 12px;
    background: #003b7b;
    -moz-border-radius: 50px 50px 0 0;
    border-radius: 50px 50px 0 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

ul.heart li::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

ul.x li::before {
    content: "";
    position: absolute;
    height: 15px;
    border-left: 2px solid #f60;
    transform: rotate(45deg);
    top: 2px;
    left: 5px;
}

ul.x li::after {
    content: "";
    position: absolute;
    height: 15px;
    border-left: 2px solid #f60;
    transform: rotate(-45deg);
    top: 2px;
    left: 5px;
}

ul.outline-round li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid #003b7b;
    background: transparent;
}

ul.curved-round li::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 4px;
    top: 3px;
    border-top: 9px solid transparent;
    border-right: 9px solid #003b7b;
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
}

ul.curved-round li::after {
    content: "";
    position: absolute;
    border: 0 solid transparent;
    border-top: 3px solid #003b7b;
    border-radius: 20px 0 0 0;
    top: 0;
    left: -5px;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

ul.outline-square li::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 6px;
    width: 5px;
    height: 5px;
    border: 1px solid #003b7b;
}


/* All Bullets Css ::marker Css */

ul.outline-round {
    padding-left: 30px;
    margin-top: 10px;
    margin-bottom: 15px;
}

ul.square {
    padding-left: 30px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.accordion-column {
    position: relative;
    margin-bottom: 50px;
}

.accordion-box {
    position: relative;
}

.accordion-box .block {
    position: relative;
    margin-bottom: 20px;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    font-weight: 400;
    cursor: pointer;
    padding: 10px 30px;
    background-color: #ffffff;
    border: 1px solid transparent;
    box-shadow: 0 0px 10px rgb(0 0 0 / 8%);
    font-family: "Roboto", sans-serif;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .content {
    position: relative;
    background-color: #ffffff;
    padding: 22px 30px;
    border: 1px solid #e5e5e5;
    border-top: 0;
}

.accordion-box .block .content .text {
    display: block;
    font-size: 15px;
    line-height: 25px;
    color: #666666;
}

.accordion-box .block .acc-btn.active {
    position: relative;
    background-color: #003b7b;
    color: #ffffff;
}

.accordion-box .block .acc-btn.active .icon {
    color: #ffffff;
}

.accordion-box .block .icon {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 18px;
    color: #666666;
    height: 50px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active .icon:before {
    content: "\f0d8";
    color: #ffffff;
}

.whybuyUs {
    padding-bottom: 50px;
}

.whybuyUs .single-buy {
    text-align: center;
    position: relative;
}

.whybuyUs .singlebuyHeading {
    color: #2e9faf;
    font-weight: 500;
    margin-bottom: 7px;
}

.whybuyUs .single-buy img {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}

.whybuyUs .single-buy::before {
    content: '';
    position: absolute;
    top: -7px;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background: #e8f0f9;
    z-index: -1;
}

.whatuget {
    /* box-shadow: 0 0px 10px rgb(72 72 72 / 8%); */
    padding: 15px;
    margin-bottom: 25px;
    text-align: center;
}

.whatuget img {
    width: 35px;
    margin-bottom: 10px;
}

.whatuget-heading {
    font-weight: 600;
    color: #000;
}

.getbox-1 {
    border-top-left-radius: 35px;
    border-top-right-radius: 0;
    background: #e9f7f0;
    border: 1px #d3f9e6 solid;
}

.getbox-2 {
    border-top-right-radius: 35px;
    border-bottom-right-radius: 0;
    background: #e8f0f9;
    border: 1px #d8e7f7 solid;
}

.getbox-3 {
    border-bottom-left-radius: 35px;
    border-top-right-radius: 0;
    background: #fbf4e3;
    border: 1px #f5ebd2 solid;
}

.getbox-4 {
    border-bottom-right-radius: 35px;
    border-top-right-radius: 0;
    background: #fff1f1;
    border: 1px #fbe0e0 solid;
}

.listIncluded {
    position: relative;
}

.listIncluded li {
    float: left;
    width: 50%;
    position: relative;
}

.listIncluded li:before {
    position: absolute;
    left: 0;
    top: 0px;
    content: "\f17c";
    font-family: "LineAwesome";
    font-weight: 700;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #2e9faf;
    font-size: 17px;
}

.listIncluded li {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    padding-left: 15px;
    margin-bottom: 15px;
}

.listIncluded li a {
    color: #000;
    padding-left: 5px;
}

.pl70 {
    padding-left: 70px;
}

.buyNowWrap {
    padding: 15px;
}

.buyNowWrap .custom_radio {}

.custom_radio input[type="radio"] {
    display: none;
}

.custom_radio label {
    cursor: pointer;
    position: relative;
    padding-left: 28px;
    margin-bottom: 0;
}

.custom_radio label::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 1.5px solid #dbd9d9;
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: border-color 400ms ease;
}

.custom_radio label::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #2e9faf;
    border: 1px solid #2e9faf;
    border-radius: 50%;
    top: 50%;
    left: 2px;
    transform: translateY(-50%) scale(0);
    transition: transform 400ms ease;
}

.custom_radio input[type="radio"]:checked+label::before {
    border-color: #2e9faf;
}

.custom_radio input[type="radio"]:checked+label::after {
    transform: translateY(-50%) scale(0.55);
}

.buyNowWrap li {
    font-size: 13px;
    padding: 10px 0;
    color: #000;
    border-bottom: 1px dotted #e7e7e7;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 23px;
}

.buyNowWrap li:first-child {
    padding-top: 0;
}

.buyNowWrap li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.speakAnalyst {
    text-align: center;
}

.speakAnalyst h4 {
    color: #003b7b;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0;
}

.speakimage {
    width:50%;
    margin-bottom: 10px;
    margin-top: 5px;
}

.speakAnalystWrap {
    background: #f5f7f9;
    box-shadow: none;
}

.whyChoose {
    position: relative;
    padding: 0 15px 0 15px;
}

.whyChoose li {
    position: relative;
    padding-left: 15px;
    border-bottom: 1px dotted #000;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000;
}

.whyChoose li:before {
    position: absolute;
    left: 0;
    top: 19px;
    height: 5px;
    width: 5px;
    background-color: #003b7b;
    content: "";
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.whyChoose li:last-child {
    border-bottom: none;
}
.reportTabarea .tab-pane li{position:relative;    padding-left: 16px;}
.reportTabarea .tab-pane li:before {
   position: absolute;
    left: 0;
    top: 8px;
    height: 5px;
    width: 5px;
    background-color: #003b7b;
    content: "";
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.social-icon li a {
    display: block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    color: #999999;
    font-size: 15px;
    text-align: center;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon {
    position: relative;
    display: inline-block;
}

.social-icon li {
    position: relative;
    display: inline-block;
    margin-left: 3px;
}

.social-icon li.facebook a:hover {
    color: #fff;
    background-color: #4664a5;
    border: 1px #4664a5 solid;
}

.social-icon li.twitter a:hover {
    color: #fff;
    background-color: #1c9cea;
    border: 1px #1c9cea solid;
}

.social-icon li.linkind a:hover {
    color: #fff;
    background-color: #2660a4;
    border: 1px #2660a4 solid;
}

.social-icon li.envelope a:hover {
    color: #fff;
    background-color: #fb0000;
    border: 1px #fb0000 solid;
}

.pressReleaseWrap {
    border-top: 1px solid #e5e5e5;
    margin-top: 20px;
    padding-top: 20px;
}

.pressReleaseWrap p+p {
    margin-bottom: 15px;
}

.presscontact-widget .contact-list {
    position: relative;
}

.presscontact-widget .contact-list li {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 25px;
    color: #666666;
    font-weight: 400;
    margin-bottom: 10px;
    padding-left: 35px;
}

.presscontact-widget .contact-list li i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    background: #2e9faf;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    font-weight: 500;
    box-shadow: 0px 0px 10px #84848429;
}

.presscontact-widget .contact-list li a {
    color: #666666;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.presscontact-widget .sidebar-title {
    position: relative;
    display: block;
    font-size: 23px;
    line-height: 1.2em;
    color: #333333;
    font-weight: 600;
    margin-bottom: 5px;
    padding: 15px 0;
    border-bottom: none;
}

.popularnews-posts {
    background: #f5f7f9;
    border-radius: 6px;
}

.popularnews-posts .widget-content {
    padding: 15px;
    background: #fff;
    border: 1px #eee solid;
    border-top: none;
}

.popularnews-posts .post .text a {
    color: #333333;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-weight: 600;
}

.popularnews-posts .post-info {
    position: relative;
    font-size: 15px;
    color: #2e9faf;
    font-weight: 400;
    line-height: 1em;
}

.popularnews-posts .post {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.popularnews-posts {
    margin-bottom: 20px;
}

.category-tag {
    background: #e4ebf3;
    color: #0da2b7;
    border-radius: 20px;
    padding: 2px 10px;
    margin-right: 5px;
}

.categorytagwrap {
    margin-top: 13px;
    margin-bottom: 14px;
}

.popularnews-posts .sidebar-title {
    background: #f5f7f9;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-bottom: 0;
}

.popular-posts .widget-content {
    padding: 15px;
}

.popular-posts {}

.popular-posts ul {
    padding: 0;
    margin: 0;
}

.popular-posts ul li {
    position: relative;
    padding-left: 15px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #e5e5e5;
}

.popularnews-posts .post .text {
    position: relative;
    top: -2px;
    font-size: 15px;
    line-height: 19px;
    font-weight: 700;
    color: #333333;
    margin: 0px 0 5px;
    font-family: "Roboto", sans-serif;
}

.popularnews-posts .post-short-info {
    margin-top: 9px;
}

.footer-card img {width: 80px;}

.contact-info li {font-size: 18px;
    display: flex;
    align-items: center;}
    
.contact-info li i{ margin-right: 5px;}

.contact-info li a{padding-left:5px;     font-weight: normal;}


















