
/* custom css for fonts */
@import "../css/fonts.css";

h1 {
    font-family: 'Calibri';
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    font-size: 36px;
}

h2,h3,h4,h5,h6 {
    font-family: 'Calibri';
    font-weight: bold;
    color: #1c1c1c;
    text-transform: unset;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

a {
    font-family: 'Myriadpro';
    font-weight: normal;
    color: #0e3844;
}

a:hover {
    color: #f7941d;
    text-decoration: none;
}

p {
    font-family: 'Myriadpro';
    font-weight: normal;
    color: #696969;
    font-size: 16px;
}

span.line {
    background: #f7941d;
    display: block;
    height: 5px;
    width: 105px;
    margin-top: 15px;
}

.btn-theme {
    font-size: 16px;
    font-family: 'Myriadpro';
    padding: 10px 25px;
    background: #f7941d;
    color: white;
    border-radius: 0px;
    border: 2px solid transparent;
}

.btn-theme:hover {
    background: transparent;
    color: #f7941d;
    border: 2px solid #f7941d;
}

.btn-theme_r {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    padding: 14px 24px;
    background: #006ea8;
    color: white;
    border-radius: 0px;
    border: 2px solid transparent;
    border-radius: 25px;
    text-transform: unset;
}

.btn-theme_r:hover {
    background: transparent;
    color: #006ea8;
    border: 2px solid #006ea8;
}

.form-control {
    font-family: 'Myriadpro';
    padding: 15px;
    height: auto;
    border: none;
    font-size: 16px;
    color: #0e3844;
    border-radius: 0px;
    background: #e6ebec;
}

.form-control:focus {
    color: #0e3844;
    background: #e6ebec;
}

.form-control::-webkit-input-placeholder { /* Edge */
    color: #0e3844;
}
  
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #0e3844;
}
  
.form-control::placeholder {
    color: #0e3844;
}

.bg-theme {
    background: #f7941d;
}


body {
    font-weight: normal;
    color: #0e3844;
    font-size: 16px;
}

.main-title {
    background: url(../images/bg/inner-bg.png) no-repeat;
    text-align: center;
    background-size: cover;
    padding: 60px 15px 60px;
}

.main-title h1 {
    font-size: 36px;
    line-height: .9;
    margin-bottom: 0px;
}

.read {
    color: #f7941d;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.read:hover {
    text-decoration: none;
}

.home-services .col-md-4 .read img {
    margin-bottom: 0px;
}


/* Header css */


header.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background: #fff;
}
header {
    background: white;
}

header.header .logo {
    padding-top: 18px;
}

header .logo {
    padding: 14px 0;
}

header .logo img {
    max-width: 220px;
}

/* header.header .logo img {
    max-width: 100%;
} */

header .navbar {
    padding: 29px 0 0 0;
}

header.header .navbar {
    padding: 25px 0 0 0;
}

header.header .navbar-nav .nav-link {
    color: black;
    padding: 8px 21px;
    font-family: 'Calibri';
    font-size: 18px;
}

header .navbar-light .navbar-nav .nav-link {
    color: #0e3844;
    padding: 9px 19px;
    font-size: 18px;
    font-family: 'Calibri';
}

header .navbar-light .navbar-nav .nav-item:last-child .nav-link {
    background: #f7941d;
    color: white;
    border: 2px solid #f7941d;
}

header .navbar-light .navbar-nav .nav-item:last-child .nav-link:hover {
    background: transparent;
    color: #f7941d;
}

header.header .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #f7941d;
}
header .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #f7941d;
}

header.header .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #f7941d;
}
header .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #f7941d;
}

header .dropdown-menu {
    top: 100%;
    min-width: 8rem;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #484848;
    background-color: white;
    border: 0;
    border-radius: 0;
}

header .dropdown-item {
    padding: .50rem .75rem;
    font-weight: 400;
    color: #484848;
    border: 0;
}

header .dropdown-item:focus, .dropdown-item:hover {
    color: white;
    background: #f7941d;
}

header .dropdown-toggle::after {
    display: none;
}


header.header .navbar-light .navbar-nav .nav-link.dropdown-toggle {
    content: "";
    background: url(../images/icons/down.png) no-repeat;
    background-position: 94% 22px;
}

header.header .navbar-light .navbar-nav .nav-link.dropdown-toggle:hover {
    background: url(../images/icons/down-o.png) no-repeat;
    background-position: 94% 22px;
}

header.header .navbar-light .navbar-nav .nav-link.dropdown-toggle[aria-expanded="true"] {
    background: url(../images/icons/down-o.png) no-repeat;
    background-position: 94% 22px;
}


header .navbar-light .navbar-nav .nav-link.dropdown-toggle {
    content: "";
    background: url(../images/icons/down.png) no-repeat;
    background-position: 95% 21px;
}

header .navbar-light .navbar-nav .nav-link.dropdown-toggle:hover {
    background: url(../images/icons/down-o.png) no-repeat;
    background-position: 95% 21px;
}

header .navbar-light .navbar-nav .nav-link.dropdown-toggle[aria-expanded="true"] {
    background: url(../images/icons/down-o.png) no-repeat;
    background-position: 95% 21px;
}

/* Home Page css */

.main-slider .main-slide {
    height: 785px;
}

.main-slider .slick-slide {
    position: relative;
}

.main-slider .slick-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.main-slider .slider-caption {
    position: absolute;
    top: 37%;
    width: 100%;
    color: white;
    text-align: left;
}

.main-slider .slider-caption h1 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #0e3844;
    text-transform: uppercase;
    font-family: 'Calibri';
}

.main-slider .slider-caption h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #f7941d;
    text-transform: uppercase;
    font-family: 'Calibri';
}

.home-export {
    background: url(../images/bg/export-bg.png) no-repeat;
    padding: 140px 0px;
    background-size: cover;
}

.home-export h2 {
    font-size: 40px;
}

.home-export h3 {
    font-size: 36px;
    font-weight: lighter;
    text-transform: uppercase;
}

.home-export p {
    margin-top: 20px;
    max-width: 580px;
    color: #696969;
}

.home-tabs {
    color: white;
    padding-bottom: 80px;
}

.home-tabs .container {
    color: white;
    position: relative;
    top: -50px;
    max-width: 980px;
}


.home-tabs h2 {
    text-align: center;
    text-transform: capitalize;
    font-size: 40px;
    font-family: "Myriadpro";
}

.home-tab-cont {
    position: relative;
    width: 100%;
    padding: 30px 0px 40px;
}

.home-tabs .home-tab-top {
    text-align: center;
}

.home-tabs .col-md-4 {
    background: #006ea8;
}

.home-tabs .home-tab-top h4 {
    color: white;
    margin-bottom: 25px;
    text-transform: capitalize;
    font-size: 24px;
}

.home-tabs .home-tab-top p {
    min-height: 96px;
    color: white;
}

.home-tabs .home-tab-icon {
    margin-bottom: 30px;
}

.home-tabs .home-tab-icon img {
    max-height: 100%;
    margin: 0 auto;
}

.home-tabs .home-tab-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.home-tabs .home-tab-bottom a img {
    float: right;
    margin-top: 7px;
}




.home-services {
    text-align: center;
    padding: 70px 0 40px;
    border-bottom: 1px solid #e2e2e2;
}

.home-services h2 {
    margin-bottom: 60px;
}

.home-services h2 span.line {
    margin: 5px auto 0;
    
}

.home-services .col-md-4 {
    padding-top: 20px;
    padding-bottom: 20px;
    border-right: 1px solid white;
}

.home-services .col-md-4 img {
    margin-bottom: 20px;
}

.home-services .col-md-4 h3 {
    min-height: 42px;
    margin-bottom: 10px;
}

.home-services .col-md-4 p {
    min-height: 100px;
    max-width: 215px;
    margin: 0 auto 5px;
}


.home-title {
    padding-top: 45px;
    padding-bottom: 35px;
}


.home-remark {
    padding: 0px 0 80px;
    background: white;
}

.home-remark .col-md-6:last-child {
    padding-top: 40px;
    padding-left: 40px;
}

.home-remark .col-md-6:first-child {
    padding: 0px;
}

.home-remark .col-md-6:first-child img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-remark h2 {
    margin-bottom: 30px;
    font-size: 48px;
    text-transform: capitalize;
    color: #1c1c1c;
}

.home-remark p {
    min-height: 130px;
}


.home-business {
    padding: 80px 0 40px;
}

.home-business .col-md-6:first-child .home-buss-item {
    background: url(../images/sections/buss-1.jpg) no-repeat;
    padding: 215px 20px 20px;
    background-size: cover;
}

.home-business .col-md-6:last-child .home-buss-item {
    background: url(../images/sections/buss-2.jpg) no-repeat;
    padding: 215px 20px 20px;
    background-size: cover;
}

.home-business .home-buss-text h2 {
    margin-bottom: 0px;
    color: white;
    font-size: 48px;
    line-height: .9;
}

.home-business .home-buss-text h3 {
    color: white;
    font-size: 36px;
    font-weight: lighter;
    margin-bottom: 0px;
}


.home-devoted {
    padding: 20px 0 40px;
    background: white;
}

.home-devoted .col-md-6.pr-0 {
    padding-right: 0px;
}

.home-devoted .home-dev-item:first-child {
    background: url(../images/sections/dev-1.jpg) no-repeat;
    padding: 75px 20px 20px;
    margin-bottom: 25px;
}

.home-devoted .home-dev-item:last-child {
    background: url(../images/sections/dev-2.jpg) no-repeat;
    padding: 75px 20px 20px;
    margin-bottom: 25px;
}

.home-devoted .home-dev-item:last-child {
    background: url(../images/sections/dev-3.jpg) no-repeat;
    padding: 75px 20px 20px;
    margin-bottom: 25px;
}

.home-devoted .home-dev-item h4 {
    font-size: 24px;
    color: white;
    margin-bottom: 0px;
}



.home-devoted img {
    margin-bottom: 10px;
}

.home-devoted h2 {
    margin-bottom: 15px;
    font-size: 48px;
    color: #1c1c1c;
    max-width: 400px;
    margin-top: 80px;
}

.home-devoted p {
    margin-top: 40px;
}


.home-testimonial {
    text-align: center;
    padding: 0; 
    background: #ededed;
    padding-top: 40px;
}

.home-testimonial h2 {
    margin-bottom: 20px;
    color: #1c1c1c;
    font-size: 48px;
}

.home-testimonial .testimonial-inner {
    max-width: 860px;
    margin: 0 auto;
    padding: 0px 0px 40px;
}

.home-testimonial .testimonial-inner p {
    font-size: 16px;
}

.home-testimonial .testimonial-inner span.line {
    margin: 0 auto;
}

.home-testimonial .testimonial-inner h4 {
    font-style: italic;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 20px;
    color: #006ea8;
    font-size: 24px;
}

.home-testimonial p {
    margin-bottom: 30px;
    color: #696969;
}

.home-testimonial .testimonial-inner .testimonial p {
    position: relative;
    margin: 20px 145px 15px;
    font-size: 16px;
    color: #0e3844;
}

.home-testimonial .testimonial-inner .testimonial  p::before {
    position: absolute;
    top: 20%;
    transform: translateY(-50%);
    left: -50px;
    content: "";
    background: url(../images/icons/quot-left.png) no-repeat;
    width: 50px;
    height: 50px;
    z-index: 9999;
}

.home-testimonial .testimonial-inner .testimonial  p::after {
    position: absolute;
    bottom: -63%;
    transform: translateY(-50%);
    right: -40px;
    content: "";
    background: url(../images/icons/quot-right.png) no-repeat;
    width: 50px;
    height: 50px;
}

.home-testimonial .slick-prev
{
    left: -60px;
    height: auto;
    width: 25px;
}

.home-testimonial .slick-next
{
    right: -60px;
    height: auto;
    width: 25px;
}

.home-title h1 {
    font-weight: 900;
}

/* About us page */

.about-services {
    padding: 80px 0 60px;
    text-align: center;
}

.about-ser {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    height: 70px;
}

.about-services .col-md-4:first-child {
    padding: 10px 10px 10px 0;
}

.about-services .col-md-4:nth-child(2) {
    padding: 10px;
}

.about-services .col-md-4:last-child {
    padding: 10px 0px 10px 10px;
}

.about-services .col-md-4 .about-ser-item {
    padding: 40px 15px 50px;
    background: #006ea8;
    color: white;
}

.about-services .col-md-4 h3 {
    font-family: 'Myriadpro';
    color: white;
    margin-bottom: 0px;
    text-transform: capitalize;
    min-height: 56px;
}

.about-services .col-md-4 p {
    color: white;
    min-height: 70px;
    margin-bottom: 0px;
    line-height: 1.2;
}


.about-remark {
    padding: 50px 0 20px;
    max-height: 780px;
}

.about-remark p {
    margin-top: 20px;
    color: #1c1c1c;
}

.about-remark-item {
    position: relative;
    top: -190px;
    background: white;
    padding: 40px 50px 0px;
}





.about-video {
    padding: 60px 0;
    background: #e6ebec;
}



.about-tailor {
    padding: 50px 0 80px;
}

.about-tailor img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-tailor h2 {
    font-family: 'Myriadpro';
    color: #1c1c1c;
    margin-bottom: 30px;
    text-transform: unset;
    font-size: 42px;
    margin-top: 15px;
}

.about-tailor p {
    color: #1c1c1c;
    font-size: 16px;
    line-height: 1.2;
}

.about-tailor a {
    font-weight: bold;
    font-size: 33px;
    color: #f7941d;
    font-family: 'Myriadpro';
}



.about-expert {
    padding: 50px 0;
    text-align: center;
    background: #eeeeee;
}

.about-expert .img-cont {
    height: 80px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-expert h3 {
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #404040;
    font-size: 18px;
}

.about-expert p {
    min-height: 44px;
    margin-bottom: 0px;
    color: #757575;
    max-width: 275px;
    margin: 0 auto;
}

.about-devoted {
    padding: 50px 0px 60px;
    background: #e6ebec;
}

.about-devoted .col-md-4 {
    padding: 0 2px;
    display: flex;
}

.about-devoted .about-dev-item {
    padding: 30px 10px 50px;
    background: #006ea8;
    text-align: center;
    width: 100%;
}

.about-devoted .adi-img-cont {
    margin-bottom: 30px;
    height: 70px;
}

.about-devoted h3 {
    color: white;
    margin-bottom: 10px;
}

.about-devoted p {
    color: white;
}



/* Staff profiles page */

.staff-main {
    padding: 30px 0 60px;
    font-family: "Myriadpro";
}

.staff-main .staff-main-item:first-child {
    max-width: 850px;
    margin:  0 auto;
    text-align: center;
}

.staff-main .staff-main-item:first-child h3 {
    font-weight: normal;
    font-size: 30px;
    color: white;
    margin-bottom: 30px;
}

.staff-main .staff-main-item {
    text-align: center;
    padding: 0 40px;
}

.staff-main .staff-main-item .card {
    border: none;
    border-radius: 0;
    margin-top: 30px;
}

.staff-main .staff-main-item .card .card-hover {
    background: rgba(255, 187, 26, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity .5s ease-out;
}

.staff-main .staff-main-item .card:hover .card-hover {
    position: absolute;
    z-index: auto;
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
}

.staff-main .staff-main-item .card img {
    max-height: 290px;
    object-fit: cover;
}

.staff-main .staff-main-item .card .card-body {
    padding: 25px;
    width: 100%;
    position: absolute;
    bottom: 0px;
}

.staff-main .staff-main-item h4 {
    font-weight: bold;
    font-size: 18px;
    color: white;
    margin-bottom: 0px;
    text-transform: uppercase;
    min-height: 66px;
}

.staff-main .staff-main-item span {
    font-weight: normal;
    font-size: 12px;
    color: white;
    margin-top: 10px;
    display: block;
    text-transform: capitalize;
}


/* Services page */


.services-deserve {
    text-align: center;
    padding: 70px 0;
    background: white;
}

.services-deserve h3 {
    color: #1c1c1c;
    font-size: 36px;
    font-weight: lighter;
    text-transform: uppercase;
    margin-bottom: 0;
}

.services-deserve h2 {
    font-size: 48px;
    color: #1c1c1c;
    margin: 0 auto 30px;
}

.services-deserve span.center {
    margin: 15px auto 0px;
}

.services-deserve p {
    color: #0e3844;
    max-width: 870px;
    margin: 0 auto 10px;
}


.services-tabs {

}

.services-tabs .col-md-4 {
    margin-bottom: 30px;
    display: flex;
}

.services-tabs .services-tab-cont {
    background: #006ea8;
    padding: 30px 10px;
    text-align: center;
}

.services-tabs .services-tab-cont h3 {
    color: white;
    margin-bottom: 20px;
}

.services-tabs .services-tab-cont p {
    color: white;
}

.services-tabs .services-tab-cont .services-tab-icon {
    height: 100px;
    margin-bottom: 40px;
}


.services-devoted {
    padding: 30px 0px 20px;
    text-align: center;
}

.services-devoted .col-md-4 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.services-devoted .col-md-12 p {
    min-height: 70px;
    margin-bottom: 40px;
    max-width: 930px;
    margin: 0 auto;
}

.services-devoted img {
    margin-bottom: 30px;
}

.services-devoted p {
    min-height: 70px;
    margin-bottom: 0px;
}


.services-buss-head {
    text-align: center;
    padding: 50px 0px 30px;
}

.services-buss-head h3 {
    color: #1c1c1c;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: lighter;
}

.services-buss-head h2 {
    color: #1c1c1c;
    font-size: 48px;
}

.services-buss-head span.center {
    margin: 15px auto 0;
}


.services-business {
    padding: 35px 0 40px;
    background: #e6ebec;
}

.services-business .container {
    max-width: 820px;
    margin: 0 auto;
}

.services-business .container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-business h2 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: lighter;
}

.services-business p {
    color: #0e3844;
}

.services-business .col-md-6 {
    padding: 0px;
    background: white;
}

.services-business .col-md-6:nth-child(2) {
    padding: 80px 40px;
}

.services-business .col-md-6:nth-child(3) {
    padding: 80px 40px;
}



/* privacy page */

.privacy-deserve {
    text-align: center;
    padding: 70px 0 30px;
    background: #006ea8;
}

.privacy-deserve h2 {
    margin-bottom: 30px;
    font-size: 30px;
    color: white;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.privacy-type p.first-p {
    color: #444444;
    font-size: 18px;
    text-align: center;
    margin-bottom: 80px;
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
}

.privacy-deserve p {
    font-size: 18px;
    color: #444444;
    font-family: 'Montserrat';
    margin-bottom: 80px;
}

.privacy-type {
    padding-top: 40px;
    padding-bottom: 120px;
    background: white;
}

.privacy-type h2 {
    margin-bottom: 40px;
    font-size: 32px;
    font-family: 'Calibri';
    color: #1c1c1c;
    text-transform: uppercase;
    line-height: 1.5;
}

.privacy-type p {
    margin-bottom: 40px;
    font-family: 'Calibri', sans-serif;
    font-weight: bold;
    color: #1c1c1c;
    font-size: 14px;
    line-height: 1.2;
}



.account-good {
    padding: 95px 0 30px;
    background: white;
}

.account-good .col-md-6:first-child {
    padding-left: 0px;
}

.account-good .col-md-6:last-child {
    padding-top: 35px;
    padding-left: 0px;
}

.account-good .col-md-6.p-60 {
    padding-top: 60px;
}

.tex-black {
    color: #1c1c1c;
}

.account-good img {
    object-fit: cover;
}

.account-good h2 {
    margin-bottom: 30px;
    font-size: 44px;
    color: #1c1c1c;
    text-transform: unset;
}

.account-good p {
    min-height: 130px;
    line-height: 1.2;
    color: #0e3844;
}



.account-report {
    text-align: center;
    padding: 20px 0 90px;
    background: white;
}

.account-report .col-md-6  {
    background: #006ea8;
    padding: 20px 30px 10px;
    border-right: 2px solid #f3f3f3;
    border-bottom: 2px solid #f3f3f3;
}

.account-report .col-md-6:nth-child(1) {
    border-top: 2px solid #f3f3f3;
    border-left: 2px solid #f3f3f3;
}

.account-report .col-md-6:nth-child(2) {
    border-top: 2px solid #f3f3f3;
}

.account-report .col-md-6:nth-child(3) {
    border-left: 2px solid #f3f3f3;
}

.account-report .col-md-6:nth-child(5) {
    border-left: 2px solid #f3f3f3;
}

.account-report .col-md-4 {
    background: #006ea8;
    border-top: 2px solid #f3f3f3;
    border-bottom: 2px solid #f3f3f3;
    border-right: 2px solid #f3f3f3;
    padding: 25px;
}

.account-report .col-md-4:nth-child(1) {
    border-left: 2px solid #f3f3f3;
}

.account-report .img-cont {
    height: 80px;
    margin-bottom: 20px;
}

.account-report h3 {
    text-transform: unset;
    margin-bottom: 30px;
    color: white;
    font-size: 30px;
}

.account-report p {
    color: white;
    font-size: 14px;
    margin-bottom: 10px;
}


.portal-secure {
    text-align: center;
    padding: 70px 0 20px;
    background: white;
}

.portal-secure h2 {
    text-transform: none;
    font-family: 'Roboto', sans-serif;
    color: black;
    font-size: 30px;
    max-width: 1050px;
    margin: 0 auto;
}

.expad {
    padding: 13px 50px;
}

.expad1 {
    padding: 11px 37px;
}

/* Tax resources page */

.tax-best {
    padding: 60px 0 20px;
    text-align: center;
    background: white;
}

.tax-best h2 {
    max-width: 600px;
    margin: 0 auto;
    color: #1c1c1c;
    text-transform: uppercase;
    font-size: 36px;
}

.tax-box {
    padding: 30px 0 0px;
    background: white;
}

.tax-box .col-md-6 {
    margin-bottom: 30px;
}

.tax-box .box {
    padding: 30px 30px 0;
    height: 100%;
    background: #006ea8;
}

.tax-box .box h3 {
    margin-bottom: 20px;
    color: white;
}

.tax-box .box ul.arrow li a {
    color: white;
    text-decoration: underline;
    font-size: 14px;
}

ul.arrow {
    padding-left: 30px;
}

ul.arrow li {
    list-style: url(../images/icons/arrow.svg);
    margin-bottom: 10px;
    padding-left: 5px;
}

ul.arrow2 li {
    list-style: url(../images/icons/arrow2.svg);
    margin-bottom: 10px;
}

ul.arrow li a:hover {
    border-bottom: 0px;
}

ul.arrow2 li a:hover {
    border-bottom: 0px;
}


.tax-text {
    padding: 20px 0 40px;
    background: white;
}

.tax-text h3 {
    margin-bottom: 20px;
    color: #1c1c1c;
    text-transform: uppercase;
}

.tax-text h2 {
    color: #1c1c1c;
    max-width: 850px;
    font-size: 36px;
}

.tax-text p {
    margin-bottom: 40px;
    color: #1c1c1c;
    font-size: 14px;
    line-height: 1.2;
}

.tax-text a {
    color: #1c1c1c;
    font-size: 14px;
}



/* Blog Page */

.blogpage_container{
    padding: 60px 0px;
    font-family: 'Calibri';
    background: white;
}

.blogpage_container p, .blogpage_container h1, .blogpage_container h2, .blogpage_container h3, .blogpage_container h4, .blogpage_container h5, .blogpage_container h6 {
    font-family: 'Calibri';
}

.blog_detail_box{
	border: solid 1px #e7e7e7;
	padding: 20px;
	margin-bottom: -1px;
}
.blog_detail_box p {
    line-height: 1.3;
    color: #5b5d61;
    font-size: 14px;
}
.blog_detail_box h1{
	font-weight: bold;
	font-size: 30px;
    margin: 15px 0px 10px 0px;
    color: #006ea8;
    text-transform: capitalize;
    font-family: 'Calibri';
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog_date_author{
	color: #9f9f9f;
}
.blog_date_author a{
	color: #ffc742;
}
.blog_date_author{
	margin-bottom: 20px;
	font-size: 13px;
}
.blog_navigation {
	margin-top: 30px;
}
.blog_navigation .page-link{
	border: 0px;
	color: #4b4f54;
}
.blog_navigation .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #c6262e;
    border-color: #c6262e;
}
.blog_search input[type="text"]{
	padding: 8px;
	border: solid 1px #e7e7e7;
	width: 100%;
	padding-right: 30px;
}
.blog_search button{
	position: absolute;
    right: 20px;
    background: none;
    border: 0px;
    color: #312c2a;
    top: 7px;
}
.blog_border_box{
	border: solid 1px #e7e7e7;
	margin-top: 20px;
}
.blog_border_box h1{
	padding: 15px;
	font-weight: bold;
	border-bottom: solid 1px #e7e7e7;
	font-size: 24px;
    margin: 0px;
    color: #006ea8;
    font-family: 'Calibri';
    text-transform: capitalize;
}
.blog_border_box_body{
	padding: 15px;
	font-size: 13px;
	color: #616161;
	
}
.blog_border_box_body a svg{
	width: 25px;
}
.recient_Article a{
	color: #006ea8;
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
    font-family: 'Calibri';
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.recient_Article a.read{
	color: #ffc742;
    margin: 0 0 10px 10px;
    font-size: 14px;
    text-transform: capitalize;
    font-family: 'Calibri';
    display: inline;
}

.blog_date_author img {
    margin: 0 5px;
}

.recient_Article hr{
	margin: 15px 0px;
}
.recient_Article p {
    line-height: 1.3;
    color: #5b5d61;
    font-size: 14px;
}
.blog_date_author a svg{
    width: 25px;
    margin-left: 5px;
}
.inline {
    display: inline;
}
.c-col {
    color: #a7a7a7;
}
.author_box{
	border: solid 1px #e7e7e7;
    padding: 20px;
    margin-bottom: -1px;
    padding-left: 100px;
    position: relative;
}
.author_box h5{
	font-size: 16px;
    color: #777777;
    text-transform: none;
    font-weight: normal;
}
.author_box h3{
	font-size: 24px;
    font-weight: bold;
    text-transform: capitalize;
    color: #f7941d;
}
.author_box p{
	color: #5b5d61;
	font-size: 13px;
}
.author_box a{
    color: #ffc742;
    text-decoration: underline;
    margin-left: 5px;
}
.blog-form .form-group {
    margin-bottom: 0px;
}
.blog-form .form-control {
    border-radius: .25rem;
    padding: 6px;
    border: 1px solid #cccccc;
    background: transparent;
}
.author_box .blog_date_author{margin-bottom: 0px; color: #a7a7a7;}
.author_avatar{position: absolute;
left: 20px;top: 20px;border-radius: 50%;height: 55px;}
.blog_comment_box{
	border: solid 1px #e7e7e7;
    padding: 20px;
    margin-bottom: 50px;
}
.blog_comment_box h1{
	font-weight: normal;
	font-size: 30px;
    margin-bottom: 20px;
    color: black;
    text-transform: none;
}




ul.comments {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.comments li {
    clear: both;
    padding: 10px 0 0 115px;
}
ul.comments li .comment {
    margin-bottom: 10px;
}
.img-thumbnail {
    border-radius: 4px;
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
ul.comments li .img-thumbnail {
    margin-left: -115px;
    position: absolute;
}
ul.comments li img.avatar {
    height: 80px;
    width: 80px;
}
ul.comments .comment-block {
    background: #F4F4F4;
    border-radius: 5px;
    padding: 20px 20px 30px;
    position: relative;
}
ul.comments .comment-arrow {
    border-bottom: 15px solid transparent;
    border-right: 15px solid #F4F4F4;
    border-top: 15px solid transparent;
    height: 0;
    left: -15px;
    position: absolute;
    top: 28px;
    width: 0;
}
ul.comments .comment-block .comment-by {
    display: block;
    font-size: 1em;
    line-height: 21px;
    margin: 0;
    padding: 0 0 5px 0;
    color: #333333;
}
.blog-content .fa {
    color: #00aeef;
    font-size: 13px;
    margin: 10px 0px 30px 0px;
}
ul.comments .comment-block .date {
    color: #999;
    font-size: 0.9em;
}
ul.comments li ul.reply {
    margin: 0;
}
.btn-comment {
    color: #fff;
    background-color: #f7941d;
    padding: 8px 30px;
}
.btn-comment:hover {
    color: #fff;
}
.comment-block p{
    font-size: 14px;
    color: #5b5d61;
}
.staff_section{
	padding: 50px 0px;
}
.staff_section{
	text-align: center;
}
.user_Box_staff{
	width: 311px;
	display: inline-block;
	margin:0px 20px 30px 20px;
}
.shadow_staff_Box{
	background: #fff;
	    box-shadow: 0px -8px 4px rgba(0,0,0,0.1);
	padding: 15px 5px;
}
.shadow_staff_Box h2 {
    font-family: 'Calibri';
    color: #444444;
    font-size: 20px;
	font-weight: bold;
}
.shadow_staff_Box p {
    font-size: 13px;
    color: #757575;
}
.blogpaging{
	margin-top: 30px;
}
.blogpaging ul{
	margin: 0 0 50px;
	padding: 0px;
	list-style: none;
}
.blogpaging li{
	display: inline-block;
}
.blogpaging li .page-numbers{
	display: inline-block;
	padding: .5rem 1rem;
    color: #0e3844;
    background: #e6ebec;
}
.blogpaging .current{
	color: #fff !important;
    background: #006ea8 !important;
}
.blog_category{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.blog_category li{
	padding: 10px 15px;
	    border-bottom: solid 1px #e7e7e7;
}
.blog_category li a{
	color: #555555;
}
.blog_category li:last-child{
	border-bottom: 0px;
}



/* Contact us page */

.contact-content {
    padding: 160px 0 200px;
    background: white url(../images/bg/contact-bg.png) no-repeat;
    background-position: top center;
}

.contact-content .container {
    max-width: 980px;
}

.contact-content .col-md-6 {
    padding: 0px 8px;
}

.contact-content .contact-item {
    background: white;
    height: 100%;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(230,235,236,1);
    -moz-box-shadow: 5px 5px 10px 0px rgba(230,235,236,1);
    box-shadow: 5px 5px 10px 0px rgba(230,235,236,1);
}

.contact-content .col-md-6:first-child .contact-item {
    padding: 45px 28px 10px;
}

.contact-content .col-md-6:first-child .contact-item h3 {
    text-transform: uppercase;
    color: #1c1c1c;
    font-weight: lighter;
}

.contact-content .col-md-6:first-child .contact-item h2 {
    color: #1c1c1c;
    font-size: 45px;
}

.contact-content .col-md-6:last-child .contact-item {
    padding: 45px 60px 10px;
}

.contact-content .col-md-6:last-child .contact-item h3 {
    text-transform: uppercase;
    color: #1c1c1c;
    font-weight: lighter;
    font-size: 36px;
}

.contact-content .col-md-6:last-child .contact-item h2 {
    color: #1c1c1c;
    font-size: 45px;
}


.contact-content h2 {
    font-weight: bold;
    text-transform: unset;
    margin-bottom: 40px;
    font-size: 36px;
    color: #0e3844;
}

.contact-content h2 span {
    color: #f7941d;
    font-style: italic;
}

.contact-content .col-md-5 h2 {
    margin-bottom: 50px;
}

.contact-content .btn {
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
    padding-right: 40px;
    padding-left: 40px;
}

.contact-content ul {
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.contact-content ul li {
    margin-bottom: 5px;
    padding-left: 30px;
    min-height: 30px;
    list-style: none;
    color: #0e3844;
    font-size: 16px;
    font-family: "Myriadpro";
}

.contact-content ul li:first-child {
    background: url(../images/icons/location-c.svg) no-repeat;
    background-position: 0% 25%;
}

.contact-content ul li:nth-child(2){
    background: url(../images/icons/phone-c.svg) no-repeat;
    background-position: 0% 25%;
}

.contact-content ul li:last-child {
    background: url(../images/icons/mail-c.svg) no-repeat;
    background-position: 0% 25%;
}




/* Footer css */

footer {
    background: #006ea8;
    padding: 60px 0 20px;
}

footer .f-logo {
    margin-bottom: 25px;
}

footer p {
    color: white;
    font-size: 16px;
}

footer a {
    color: white;
}

footer ul {
    padding: 0px;
}

footer ul li {
    color: white;
    font-size: 14px;
    list-style: none;
    margin-bottom: 20px;
}

footer h5 {
    color: white;
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

footer ul.icon-menu li:first-child {
    background: url(../images/icons/location.png) no-repeat;
    background-position: center left;
}

footer ul.icon-menu li:nth-child(2) {
    background: url(../images/icons/email.png) no-repeat;
    background-position: center left;
}

footer ul.icon-menu li:last-child {
    background: url(../images/icons/phone.png) no-repeat;
    background-position: center left;
    border-bottom: 0px;
}

footer ul.icon-menu li {
    padding: 10px 0 10px 30px;
    margin: 0px;
    word-break: break-all;
}

.footer-bottom {
    background: #006194;
    padding: 10px 0px;
}

.footer-bottom p {
    color: white;
    font-size: 14px;
    margin: 12px 0px;
}

.footer-bottom .col-7:last-child {
    text-align: right;
}

