
/* custom css for fonts */
@import "../css/fonts.css";

h1 {
    font-family: 'Open Sans';
    font-weight: bold;
    color: black;
}

h2,h3,h4,h5,h6 {
    font-family: 'Open Sans';
    font-weight: bold;
    color: black;
}

h1 {
    font-size: 36px;
    font-weight: 700;
    color: white;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

.sky {
    font-size: 18px;
    color: #08b301;
    text-transform: none;
}

a {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: black;
    font-size: 18px;
}

a:hover {
    color: #c3d2de;
    text-decoration: none;
}

p {
    font-family: 'Roboto';
    font-weight: normal;
    color: black;
    font-size: 18px;
}

label {
    color: black;
    font-size: 15px;
    margin-bottom: 0;
}

.btn-theme {
    font-size: 16px;
    font-family: 'Roboto';
    padding: 10px 18px;
    background: #f9d02c;
    color: black;
    border-radius: 0px;
    border: 2px solid transparent;
}

.btn-theme:hover {
    background: white;
    color: black;
    border: 2px solid #f9d02c;
}

.btn-theme-sky {
    font-size: 18px;
    font-family: 'Roboto';
    padding: 10px 18px;
    background: #08b301;
    color: white;
    border-radius: 0px;
    border: 2px solid transparent;
}

.btn-theme-sky:hover {
    background: white;
    color: #08b301;
    border: 2px solid #08b301;
}

.btn-theme_u {
    font-size: 18px;
    font-family: 'Roboto';
    padding: 10px 18px;
    background: #08b301;
    color: white;
    border-radius: 0px;
    border: 2px solid transparent;
    text-transform: uppercase;
}

.btn-theme_u:hover {
    background: white;
    color: #08b301;
    border: 2px solid #08b301;
}

.btn-theme_r {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    padding: 8px 26px;
    background: #08b301;
    color: white;
    border-radius: 50px;
    border: 2px solid transparent;
}

.btn-theme_r:hover {
    background: white;
    color: #08b301;
    border: 2px solid #08b301;
}

.btn-read {
    background-color: white;
    color: black;
    border-radius: 0px;
}

.form-control {
    font-family: 'Roboto', sans-serif;
    padding: 9px;
    height: auto;
    border: 1px solid #e9eaec;
    font-size: 14px;
    color: #595959;
    border-radius: 4px;
}

.form-control::-webkit-input-placeholder { /* Edge */
    color: #595959;
}
  
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #595959;
}
  
.form-control::placeholder {
    color: #595959;
}

.bg-grey {
    background: #fcfcfc;
    color: #757575;
}

.bg-grey p {
    color: #757575;
}

.bg-sky-blue {
    background: #00b5ef;
    color: white;
}

.bg-sky-blue p {
    color: white;
}

.bg-blue {
    background: #f9d02c;
    color: white;
}

.bg-blue a,.bg-blue p,.bg-blue h1,.bg-blue h2,.bg-blue h3,.bg-blue h4,.bg-blue h5,.bg-blue h6 {
    color: white;
}

.text-16 {
    font-size: 18px;
}

.text-18 {
    font-size: 18px !important;
}

.text-36 {
    font-size: 36px;
}

body {
    font-family: 'Myriadpro';
    font-weight: normal;
    color: black;
    font-size: 18px;
}

.main-title {
    background: url(../images/bg/inner-bg.jpg) no-repeat;
    background-size: cover;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.main-title .container {
    position: absolute;
}

.main-title-inner {
    width: 98%;
    height: 120px;
    position: relative;
    left: -17px;
}

.main-title h1 {
    color: black;
    text-transform: none;
    font-size: 48px;
    margin-bottom: 0;
}

.mti-left {
    background: rgba(249, 208, 44, 0.7);
    width: 100%;
    height: 120px;
}

.read {
    color: #08b301;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Myriadpro';
}

.read:hover {
    text-decoration: none;
}

.home-services .col-md-4 .read img {
    margin-bottom: 0px;
}

.read-more {
    color: #90acc5;
}
.read-more:hover {
    color: black;
}

/* Header css */

.header-top, .header-top-mobile {
    padding: 5px 0;
    color: black;
    background: #90acc5;
}

.header-top p {
    color: black;
    display: inline;
    font-size: 12px;
}

.header-top a {
    color: black;
}

.header-top .col-sm-9, .header-top-mobile .col-sm-9 {
    text-align: left;
}


.header-top .col-sm-9 img, .header-top-mobile .col-sm-9 img {
    margin: 0 10px 0 0;
}

.header-top .col-sm-9 p, .header-top-mobile .col-sm-9 p { 
    margin: 0 20px 0 0px;
    display: inline-block;
}

.header-top .col-sm-3, .header-top-mobile .col-sm-3 {
    text-align: right;
}

.header-top .col-sm-3 img, .header-top-mobile .col-sm-3 img {
    margin-right: 10px !important;
}

.header-top .col-sm-3 img, .header-top-mobile .col-12 img {
    margin: 0px 0px 0 10px;
}

.header-top .col-sm-3 a, .header-top-mobile .col-sm-3 a {
    margin: 0px 0 0 0px;
    display: inline-block;
}





.header-top-mobile .col-12:first-child {
    text-align: center;
}

.header-top-mobile .col-12 .phone {
    margin-bottom: 10px;
}

.header-top-mobile .col-12:first-child img {
    margin: 0 5px 0 0;
}

.header-top-mobile .col-12:first-child p {
    margin: 0 20px 0 0px;
    display: inline-block;
}

.header-top-mobile .col-12:last-child {
    text-align: center;
}

.header-top-mobile .col-12:last-child img {
    margin: 0px 0px 0 10px;
}

.header-top-mobile .col-12:last-child p {
    display: inline-block;
    margin-bottom: 0;
}

.header-top-mobile .col-12:last-child a {
    margin: 0px 0 0 0px;
    display: inline-block;
}

.mrires {
    margin-right: 15px;
}





header.header {
    z-index: 99;
    position: absolute;
    left: 0;
    right: 0;
}
header {
    
}

header .logo {
    margin-top: 10px;
    border-right: 1px solid #90acc5;
    margin-bottom: 10px;
}



header .navbar {
    padding: 0;
}

header .navbar-expand-md .navbar-nav .nav-link {
    padding-left: 30px;
}

header.header .navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    padding: 50px 20px 20px;
}

header .navbar-light .navbar-nav .nav-item:last-child {
    background: #f9d02c;
}

header .navbar-light .navbar-nav .nav-item:last-child .nav-link {
    color: black;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: bold;
}

header .navbar-light .navbar-nav .nav-link {
    color: black;
    padding: 30px 20px;
    text-transform: uppercase;
}

header.header .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: white;
}
header .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #5c5c5c;
}

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: white;
}
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: #5c5c5c;
}

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: #f9d02c;
}

/* header .dropdown-toggle::after {
    display: none;
}


header .navbar-light .navbar-nav .nav-link.dropdown-toggle {
    content: "";
    background: url(../images/icons/down.png) no-repeat;
    background-position: 95% 39px;
}

header .navbar-light .navbar-nav .nav-link.dropdown-toggle:hover {
    background: url(../images/icons/down.png) no-repeat;
    background-position: 95% 39px;
}

header.header .navbar-light .navbar-nav .nav-link.dropdown-toggle[aria-expanded="true"] {
    background: url(../images/icons/down-w.png) no-repeat;
    background-position: 95% 39px;
}
header .navbar-light .navbar-nav .nav-link.dropdown-toggle[aria-expanded="true"] {
    background: url(../images/icons/down.png) no-repeat;
    background-position: 95% 39px;
} */

/* Home Page css */

.main-slider .main-slide {
    height: 655px;
}

.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: 0%;
    width: 50%;
    color: white;
    text-align: left;
    background: rgba(249, 208, 44, 0.7);
    height: 100%;
    padding: 240px 50px;
}

.main-slider .slider-caption h1 {
    font-size: 48px;
    margin-bottom: 0px;
    color: white;
    text-transform: unset;
    font-family: "Myriadpro";
}

.main-slider .slider-caption h2 {
    font-size: 44px;
    margin-bottom: 20px;
    color: black;
    text-transform: unset;
    font-family: "Myriadpro";
}

.main-slider .slider-caption p {
    max-width: 565px;
    font-family: "Myriadpro";
    font-size: 18px;
    color: black;
    line-height: 1.3;
}
 

.home-tabs {
    color: white;
    padding-bottom: 25px;
}

.home-tabs h2 {
    text-align: center;
    text-transform: capitalize;
    font-size: 36px;
    font-family: "Myriadpro";
}

.home-tab-cont {
    margin-top: 50px;
    position: relative;
    width: 100%;
}


.home-tabs .home-tab-top h4 {
    margin-bottom: 5px;
    text-transform: none;
    font-size: 26px;
}

.home-tabs .home-tab-top p {
    min-height: 130px;
    margin-bottom: 30px;
}

.home-tabs .home-tab-icon {
    margin-bottom: 30px;
}

.home-tabs .home-tab-icon img {
    max-height: 100%;
}

.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;
}

.ser-tabs .home-tab-cont {
    background: #ffffff;
    padding: 30px;
    box-shadow: 0px 0px 10px 2px #ccc;
    min-height: 325px;
}


.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 {
  
}

.home-remark .col-md-6:first-child {
    padding-left: 0px;
    background: #c7d5e2;
}

.home-remark .col-md-6:last-child {
    padding-top: 40px;
    background: #f4f4f5;
}

.about-remark .col-md-6:last-child {
    padding: 0px !important;
}

.home-remark .col-md-6:first-child img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-remark h2 {
    margin-bottom: 20px;
    font-size: 48px;
    text-transform: capitalize;
}


.hr-item-1 {
    max-width: 600px;
    float: right;
    padding: 150px 50px 150px 0px;
}

.hr-item-2 {
    max-width: 600px;
    float: left;
    padding: 40px 80px;
}

.hr-item-3 {
    background: url(../images/sections/video-bg-left.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center;
}

.hi2-quick {
    margin-bottom: 30px;
    position: relative;
}

.hi2-quick h3 {
    text-transform: none;
}

.hi2-quick p {
    margin-bottom: 10px;
}

.hi2q-img {
    position: absolute;
    top: 0px;
    left: -160px;
}
    
  

.home-business {
    padding: 0px 0 80px;
    margin-top: -110px;
}

.home-business .col-md-6{
    display: flex;
}

.home-business .home-bus-item-1 {
    background: url(../images/sections/buss-1.jpg) no-repeat center center;
    text-align: center;
    width: 100%;
    background-size: cover;
    height: 300px;
}

.home-business .home-bus-item-2 {
    background: url(../images/sections/buss-2.jpg) no-repeat center center;
    text-align: center;
    width: 100%;
    background-size: cover;
    height: 300px;
}

.home-business p {
    color: white;
}

.home-business .sb-bottom {
    bottom: 0px;
}

.home-business .sb-bottom h2 {
    margin-bottom: 0px;
}


.home-devoted {
    padding: 60px 0 60px;
}

.home-devoted .col-md-4 {
    padding-top: 35px;
    padding-bottom: 20px;
}

.home-devoted .home-dev-item {
    background: #ffffff;
    padding: 30px;
    box-shadow: 0px 0px 10px 2px #ccc;
    min-height: 325px;
}

.home-devoted .home-dev-item h4 {
    margin-bottom: 0px;
    font-size: 30px;
    text-transform: none;
}


.home-devoted .col-md-12 p {
    max-width: 930px;
    margin: 0 auto 10px;
    min-height: auto;
    text-align: center;
}

.home-devoted img {
    margin-bottom: 30px;
}

.home-devoted h2 {
    margin-bottom: 20px;
    font-size: 48px;
    text-align: center;
    text-transform: none;
}

.home-devoted p {
    min-height: 70px;
    margin-bottom: 0px;
    max-width: 275px;
}
 


.home-testimonial {
    text-align: center;
    padding: 50px 0 15px; 
    background: #f8f9f9;
    background-size: cover;
    color: white;
}

.home-testimonial h2 {
    margin-bottom: 20px;
    color: black;
    font-size: 48px;
    text-transform: capitalize;
}

.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-family: 'Muli', sans-serif;
    font-style: italic;
    font-weight: normal;
    text-transform: capitalize;
    margin-top: 20px;
    color: black;
    font-size: 24px;
}

.home-testimonial p {
    margin-bottom: 30px;
    color: black;
}

.home-testimonial .testimonial-inner .testimonial p {
    position: relative;
    margin: 20px 125px 0px;
    font-size: 16px;
    color: black;
}

.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: 40px 0;
    text-align: center;
}

.about-services .col-md-4 .bg-grey {
    background: #ffffff;
    padding: 30px;
    box-shadow: 0px 0px 10px 2px #ccc;
    min-height: 300px;
    color: black;
    text-align: left;
}

.about-services .col-md-4 img {
    margin-bottom: 20px;
}

.about-services .col-md-4 h3 {
    color: black;
    margin-bottom: 0px;
    text-transform: capitalize;
    min-height: 36px;
    font-weight: bold;
    font-size: 28px;
}

.about-services .col-md-4 p {
    font-family: 'Myriadpro';
    color: black;
    font-size: 16px;
    min-height: 70px;
    margin-bottom: 0px;
    line-height: 1.2;
}


.about-remark {
    padding: 20px 0 40px;
}

.about-remark .col-md-6:first-child {
    padding-left: 0px;
}

.about-remark .col-md-6:last-child {
    padding-top: 60px;
}

.about-remark img {
    width: 100%;
    object-fit: cover;
}

.about-remark h2 {
    font-family: 'Muli', sans-serif;
    color: black;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-size: 36px;
}

.about-remark p {
    font-family: 'Muli', sans-serif;
    color: #757575;
    font-size: 14px;
    line-height: 1.3;
}



.about-video {
    background: url(../images/bg/about-video-bg.jpg) no-repeat;
    background-size: cover;
    padding: 60px 0;
}



.about-tailor {
    padding: 90px 0 10px;
}

.about-tailor img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-tailor h2 {
    margin-bottom: 30px;
    text-transform: capitalize;
    font-size: 48px;
}

.about-tailor p {
    line-height: 1.2;
}

.about-tailor a {
    font-weight: bold;
}

.about-tailor a:hover {
    color: #c3d2de;
}



.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: 0 0 15px;
}



/* 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(249, 208, 44, 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: 10px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    text-align: left;
}

.staff-main .staff-main-item h4 {
    font-weight: bold;
    font-size: 22px;
    color: black;
    margin-bottom: 0px;
    text-transform: none;
    line-height: 1.2;
}

.staff-main .staff-main-item span {
    font-weight: normal;
    font-size: 16px;
    color: black;
    display: block;
    text-transform: capitalize;
}


/* Services page */


.services-deserve {
    padding: 60px 0 30px;
}

.services-deserve h2 {
    margin-bottom: 20px;
    font-size: 48px;
    text-transform: none;
    margin-top: 120px;
}






.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-best {
    text-align: center;
    padding: 30px 0;
}

.services-best h2 {
    font-size: 48px;
    font-weight: lighter;
    font-family: 'Calibri';
    margin-bottom: 30px;
}

.services-best h2 span {
    font-size: 24px;
    font-weight: bold;
    display: block;
    color: #08b301;
}

.services-best p {
    font-size: 16px;
    color: black;
    font-family: "Myriadpro";
    max-width: 540px;
    margin: 0 auto;
}



.services-business {
    padding: 60px 0 0px;
    text-align: center;
}

.services-business h2:first-child {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 0px;
}

.services-business h2 span {
    font-size: 24px;
    font-weight: bold;
    display: block;
}

.services-business h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
}

.services-business img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 20px;
}

.services-business p {
    margin-bottom: 40px;
}

.sb-bottom {
    position: absolute;
    bottom: 20px;
    background: rgba(249, 208, 44, 0.8);
    padding: 10px 15px;
    width: 100%;
    text-align: left;
}

.sb-main {
    position: relative;
}


/* privacy page */

.privacy-deserve {
    text-align: center;
    padding: 60px 0 0px;
}

.privacy-deserve h2 {
    margin-bottom: 0px;
    font-size: 30px;
    text-transform: none;
    font-family: 'Muli', sans-serif;
}

.t-bold {
    font-weight: bold;
    color: #444444;
}

.privacy-deserve p {
    font-size: 18px;
    color: #444444;
    font-family: 'Montserrat';
    margin-bottom: 80px;
}

.privacy-type {
    padding-top: 40px;
    padding-bottom: 80px;
}

.privacy-type h2 {
    font-size: 26px;
}

.privacy-type p {
    margin-bottom: 40px;
}



.account-good {
    padding: 40px 0;
}

.account-good .col-md-6:first-child {
    padding-left: 0px;
}

.account-good .col-md-6:last-child.p-60 {
    padding-top: 60px;
}

.account-good img {
    width: 100%;
    object-fit: cover;
}

.account-good h2 {
    font-size: 40px;
    margin-top: 100px;
}

.account-good p {
    min-height: 130px;
}

.aser-main .home-tab-top p {
    margin-bottom: 0px;
}

.aser-main .home-tab-cont {
    min-height: 410px;
}


.account-report {
    text-align: center;
    padding: 20px 0 90px;
}

.account-report .col-md-6  {
    padding: 20px 30px 50px;
    border-right: 2px solid #f3f3f3;
    border-bottom: 2px solid #f3f3f3;
    background: #08b301;
    color: white;
}

.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 {
    border-right: 2px solid #f3f3f3;
    padding: 25px;
    background: #08b301;
}

.account-report .col-md-4:last-child {
    border-right: none;
}

.account-report .img-cont {
    height: 80px;
    margin-bottom: 20px;
}

.account-report h3 {
    text-transform: capitalize;
    margin-bottom: 30px;
    color: white;
    font-family: 'Muli', sans-serif;
}

.account-report p {
    color: white;
}


.portal-secure {
    text-align: center;
    padding: 70px 0 50px;
}

.portal-secure h2 {
    text-transform: none;
    font-size: 48px;
}

.portal-secure h3 {
    font-weight: normal;
}

.ssint-main .home-tab-top p {
    min-height: auto;
    margin-bottom: 10px;
}

.ssint-main .home-tab-cont {
    min-height: 335px;
}

.expad {
    padding: 13px 50px;
}

.expad1 {
    padding: 11px 37px;
}

/* Tax resources page */

.tax-best {
    padding: 60px 0 20px;
    text-align: center;
}

.tax-best h2 {
    max-width: 730px;
    margin: 0 auto;
    font-family: 'Muli', sans-serif;
}

.tax-box {
    padding: 30px 0 0px;
}

.tax-box .col-md-6 {
    margin-bottom: 30px;
}

.tax-box .box {
    padding: 30px 30px 0;
    height: 100%;
    background: #f8f9f9;
    box-shadow: 0px 0px 10px 2px #ccc;
}

.tax-box .box h3 {
    margin-bottom: 20px;
}

.tax-box .box ul.arrow li a {
    border-bottom: 1px solid #999999;
    color: #414141;
}

ul.arrow {
    padding-left: 30px;
}

ul.arrow li {
    margin-bottom: 10px;
    padding-left: 5px;
    font-style: italic;
    color: #1b1617;
}

ul.arrow2 li {
    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;
}

.tax-text h3 {
    margin-bottom: 20px;
    font-family: 'Muli', sans-serif;
}

.tax-text h2 {
    font-family: 'Muli', sans-serif;
}

.tax-text p {
    margin-bottom: 40px;
    color: #414141;
}

.tax-text a {
    color: #414141;
}



/* Blog Page */

.blogpage_container{
    padding: 60px 0px;
    font-family: 'Calibri';
}

.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 h1{
	font-weight: bold;
	font-size: 30px;
    margin: 15px 0px 10px 0px;
    color: black;
    text-transform: capitalize;
    font-family: 'Calibri';
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog_date_author{
	color: #90adc6;
}
.blog_date_author a{
    color: #90adc6;
    font-size: 14px;
}
.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 transparent;
    width: 100%;
    padding-right: 30px;
    background: #f5f6f6;
}
.blog_search button{
	position: absolute;
    right: 15px;
    background: none;
    border: 0px;
    color: black;
    top: 1px;
    background: #90adc6;
    padding: 8px 12px;
}
.blog_border_box{
	border: solid 1px #e7e7e7;
	margin-top: 20px;
}
.blog_border_box h1{
	padding: 15px;
    font-weight: bold;
    border-bottom: solid 1px #f9d02c;
    font-size: 24px;
    margin: 0px;
    color: black;
    font-family: 'Calibri';
    text-transform: capitalize;
    background: #f9d02c;
}
.blog_border_box_body{
    padding: 15px;
    font-size: 13px;
    color: black;
    background: #f2f2f4;
	
}
.blog_border_box_body a svg{
	width: 25px;
}
.recient_Article a{
	color: black;
    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: #90adc6;
    margin: 0 0 10px 10px;
    font-size: 14px;
    text-transform: capitalize;
    font-family: 'Calibri';
    display: inline;
    text-decoration: underline;
}

.recient_Article p {
    font-size: 14px;
    line-height: 1.2;
}

.blog_date_author img {
    margin: 0 5px;
}

.recient_Article hr{
	margin: 15px 0px;
}
.blog_date_author a svg{
    width: 25px;
    margin-left: 5px;
    border-radius: 15px;
}
.inline {
    display: inline;
}
.c-col {
    color: #a7a7a7;
}
.author_box{
	border: solid 1px #e7e7e7;
    padding: 20px;
    margin-bottom: -1px;
    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;
}
.author_box p{
	color: #5b5d61;
	font-size: 13px;
}
.author_box a{
    color: #90adc6;
    text-decoration: underline;
    margin-left: 5px;
}
.blog-form .form-group {
    margin-bottom: 0px;
}
.blog-form .form-control {
    border-radius: .25rem;
    padding: 6px;
}
.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;
}
.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: #08b301;
    padding: 8px 30px;
}
.btn-comment:hover {
    color: #fff;
}
.comment-block p{
	font-size: 13px;
}
.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 .75rem;
    color: black;
    background: #e6ebec;
}
.blogpaging .current{
    background: #f9d02c !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 */

.cc-item-1 {
    box-shadow: 0px 0px 10px 2px #ccc;
    padding: 30px 15px;
    min-height: 500px;
}

.contact-content {
    padding: 60px 0 40px;
}

.contact-content .col-md-7 {
    border-right: 1px solid #edebea;
    padding-bottom: 40px;
    padding-right: 40px;
}

.contact-content .col-md-5 {
    padding-left: 30px;
}

.contact-content h2 {
    font-weight: bold;
    text-transform: unset;
    margin-bottom: 20px;
    font-size: 26px;
    color: #000000;
}

.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: 0px;
}

.contact-content ul li {
    padding-left: 95px;
    margin-left: 15px;
    min-height: 30px;
    list-style: none;
    color: black;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 40px;
}

.contact-content ul li:first-child {
    background: url(../images/icons/location-c.png) no-repeat;
}

.contact-content ul li:nth-child(2){
    background: url(../images/icons/phone-c.png) no-repeat;
}

.contact-content ul li:last-child {
    background: url(../images/icons/mail-c.png) no-repeat;
}

.ser2-tabs .home-tab-cont {
    min-height: 230px;
}

.ser2-tabs .home-tab-cont h4 {
    font-size: 26px;
}



/* Footer css */

footer {
    padding: 60px 0 20px;
    background: #f7f8f8;
}

footer .f-logo {
    margin-bottom: 25px;
}

footer p {
    color: black;
    font-size: 13px;
}

footer ul {
    padding: 0px;
}

footer ul li {
    color: black;
    list-style: none;
    margin-bottom: 10px;
    font-size: 14px;
}

footer ul li a {
    font-size: 14px;
}

footer h5 {
    color: black;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}

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/phone.png) no-repeat;
    background-position: center left;
}

footer ul.icon-menu li:last-child {
    background: url(../images/icons/email.png) no-repeat;
    background-position: center left;
    border-bottom: 0px;
}

footer ul.icon-menu li {
    padding: 10px 0 10px 25px;
    margin: 0px;
    word-break: break-all;
}

.footer-bottom {
    background: #c3d2de;
    padding: 10px 0px;
}

.footer-bottom p {
    color: black;
    font-size: 12px;
    margin: 12px 0px;
}

.footer-bottom .col-7:last-child {
    text-align: right;
}

