
/* custom css for fonts */
@import "../css/fonts.css";


h1,h2,h3,h4,h5,h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #28a0b1;
    text-transform: uppercase;
}

h1 {
    font-size: 48px;
    color: white;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}


a {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: white;
    font-size: 14px;
}

a:hover {
    color: #28a0b1;
    text-decoration: none;
}

p {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #414141;
    font-size: 14px;
}

label {
    color: #414141;
    font-weight: bold;
    font-size: 15px;
}

.btn-theme {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    padding: 10px 18px;
    background: #28a0b1;
    color: white;
    border-radius: 5px;
    border: 2px solid transparent;
}

.btn-theme:hover {
    background: white;
    color: #28a0b1;
    border: 2px solid #28a0b1;
}


.form-control {
    font-family: 'Roboto', sans-serif;
    padding: 13px;
    height: auto;
    border: 1px solid #f0f0f0;
    font-size: 14px;
    color: #0e3844;
    border-radius: 0px;
    background: #f0f0f0;
    height: 49px;
}

.form-control::-webkit-input-placeholder { /* Edge */
    color: #0e3844;
}
  
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #0e3844;
}
  
.form-control::placeholder {
    color: #0e3844;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #757575;
    font-size: 14px;
}

.main-title {
    text-align: center;
    padding: 200px 15px;
    background: url(../images/bg/inner-pages-bg.jpg) no-repeat;
    background-size: cover;
}

.main-title h1 {
    margin-bottom: 0px;
}

.read {
    color: #28a0b1;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

.read:hover {
    text-decoration: none;
}

.home-services .col-md-4 .read img {
    margin-bottom: 0px;
}


/* Header css */

.header-top, .header-top-mobile {
    padding: 5px 0;
    color: white;
    background: #28a0b1;
}

.header-top p {
    color: white;
    display: inline;
    font-size: 12px;
}

.header-top a {
    color: white;
}

.header-top .ht-item-1 {
    text-align: left;
}

.header-top .ht-item-1 img {
    margin: 0 10px 0 0;
}

.header-top .ht-item-1 p {
    margin: 0 20px 0 0px;
    display: inline-block;
}

.header-top .ht-item-2 {
    text-align: right;
}

.header-top .ht-item-2 img{
    margin: 0px 0px 0 0px;
}

.header-top .ht-item-2 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 {
    padding-top: 10px;
}

header .logo img {
    max-width: 150px;
}

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-link {
    color: black;
    padding: 39px 12px;
}

header .navbar-light .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0px;
}

header.header .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: black;
}
header .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: black;
}

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: black;
}
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: black;
}

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 .menu img {
    max-width: 20px;
}

header .dropdown-item:focus, .dropdown-item:hover {
    color: white;
    background: #28a0b1;
}

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: 100% 48px;
}

header .navbar-light .navbar-nav .nav-link.dropdown-toggle:focus {
    outline: 0px;
}



header .navbar-light .navbar-nav .nav-link.dropdown-toggle:hover {
    background: url(../images/icons/down.png) no-repeat;
    background-position: 100% 48px;
    outline: 0px;
}

header.header .navbar-light .navbar-nav .nav-link.dropdown-toggle[aria-expanded="true"] {
    background: url(../images/icons/down-w.png) no-repeat;
    background-position: 100% 48px;
}
header .navbar-light .navbar-nav .nav-link.dropdown-toggle[aria-expanded="true"] {
    background: url(../images/icons/down.png) no-repeat;
    background-position: 100% 48px;
}

/* Home Page css */

.main-slider .main-slide {
    height: 650px;
    position: relative;
}

.main-slider .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.3);
}

.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: 18%;
    width: 100%;
    color: white;
    text-align: center;
}

.main-slider .slider-caption h1 {
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 20px;
    text-transform: unset;
    text-shadow: 1px 1px 2px #333;
}

.main-slider .slider-caption p {
    max-width: 565px;
    font-size: 16px;
    color: white;
    line-height: 1.3;
    margin: 0 auto;
}


.home-preparation {
    padding: 0 0 50px;
}
.hp-item-cont {
    padding: 0px 15px;
}
.hp-item {
    position: relative;
}

.hp-item-top {
    background: #a1dbc3;
    padding: 50px 20px;
    text-align: center;
    position: absolute;
    top: -220px;
    height: 220px;
}
.hp-item-top h3 {
    color: white;
}
.hp-item-top p {
    color: white;
}
.hp-item-top a {
    color: white;
    width: 100px;
    border-bottom: 4px solid white;
    display: inline-block;
    padding-bottom: 5px;
}

.hp-item-bottom {
    width: 100%;
}
.hp-item-bottom img {
    width: 100%;
}



.home-support {
    padding: 50px 0px 90px;
}
.home-support .hs-item-2-cont {
    position: relative;
}
.home-support .hs-item-2-cont .hs-item-2 {
    position: absolute;
    left: -220px;
    top: 40px;
    background: white;
    padding: 35px 15px 35px 40px;
}
.home-support .hs-item-2-cont .hs-item-2 p {
    color: #3d3d3d;
    line-height: 1.2;
}
.home-support .hs-item-2-cont .hs-item-2 p b {
    font-size: 18px;
}





.home-testimonial {
    text-align: center;
    padding: 80px 0 120px;
    background: #e9f5f7;
}

.home-testimonial h2 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 36px;
}

.home-testimonial .testimonial-inner p {
    font-size: 16px;
    margin-bottom: 10px;
}

.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: 0px;
    font-size: 24px;
}

.home-testimonial p.tes-para {
    margin-bottom: 80px;
    color: #414141;
}

.home-testimonial .slick-slide {
    padding: 50px 15px 20px;
    margin: 0px 15px;
    border: 3px solid #d0d1d2;
    text-align: left;
}

.home-testimonial .testimonial-inner .testimonial p {
    position: relative;
    font-size: 15px;
    color: #414141;
    min-height: 150px;
}

.home-testimonial .testimonial-inner .testimonial  p::before {
    position: absolute;
    top: -25%;
    left: 0px;
    content: "";
    background: url(../images/icons/quot-left.png) no-repeat;
    width: 35px;
    height: 30px;
    z-index: 9999999;
}

.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-remark {
    padding: 0px 0 40px;
}


.about-remark .col-md-6:last-child {
    padding-top: 40px;
}

.about-remark img {
    width: 100%;
    object-fit: cover;
}

.about-remark h2 {
    margin-bottom: 30px;
    text-transform: capitalize;
    font-size: 36px;
}

.about-remark p {
    color: black;
    line-height: 1.3;
}
.about-remark a {
    font-weight: bold;
    font-size: 27px;
    color: #97d7c2;
}


.tax-best {
    padding: 70px 0 50px;
}

.tax-best img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.tax-best .col-md-6:last-child {
    padding-top: 40px;
}

.tax-best img {
    width: 100%;
    object-fit: cover;
}

.tax-best h2 {
    margin-bottom: 30px;
    text-transform: capitalize;
    font-size: 36px;
}

.tax-best p {
    color: #00202c;
    font-size: 16px;
    line-height: 1.3;
}
.tax-best a {
    font-weight: bold;
    font-size: 27px;
    color: #97d7c2;
}

.tax-best p.earn {
    color: #202020;
    font-size: 14px;
}

.pre-talk {
    background: url(../images/bg/preparation-bg.jpg) no-repeat;
    background-size: cover;
    text-align: center;
    padding: 120px 15px;
}
.pre-talk h1 {
    font-size: 58px;
    text-transform: none;
    margin-bottom: 0px;
}

.pre-save {
    background: url(../images/bg/preparation-bg.jpg) no-repeat;
    background-size: cover;
    text-align: center;
    padding: 100px 15px;
}
.pre-save h1 {
    font-size: 48px;
    text-transform: none;
    margin-bottom: 0px;
    max-width: 650px;
    margin: 0 auto;
}


.about-tailor {
    padding: 60px 0 100px;
}

.about-tailor .col-md-6:first-child {
    padding-top: 30px;
}

.about-tailor img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-tailor h2 {
    margin-bottom: 30px;
    text-transform: capitalize;
}

.about-tailor p {
    line-height: 1.3;
}

.about-tailor a {
    font-weight: bold;
    font-size: 27px;
    color: #97d7c2;
}




.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-best {
    position: relative;
    top: -80px;
}

.about-best .ab-item-cont {
    padding: 0 10px;
}
.about-best .ab-item {
    background: #97d7c2;
    padding: 40px 24px;
    text-align: center;
    height: 100%;
}
.about-best .ab-item img {
    margin-bottom: 40px;
}
.about-best .ab-item h2 {
    color: white;
    font-size: 28px;
    margin-bottom: 30px;
}
.about-best .ab-item h3 {
    color: white;
    margin-bottom: 0px;
}
.about-best .ab-item p {
    color: white;
}


/* Staff profiles page */

.staff-main {
    padding: 80px 0;
}

.staff-main h2 {
    text-transform: capitalize;
    margin-bottom: 40px;
}

.staff-main .staff-main-item {
    text-align: left;
}

.staff-main .staff-main-item .card {
    border: none;
    border-radius: 0;
    margin-top: 30px;
    background: #f4fbf9;
}


.staff-main .staff-main-item .card img {
    max-height: 290px;
    object-fit: cover;
}

.staff-main .staff-main-item .card .card-body {
    padding: 30px 20px;
    width: 100%;
}

.staff-main .staff-main-item h4 {
    font-weight: bold;
    font-size: 18px;
    color: #444444;
    margin-bottom: 0px;
    text-transform: uppercase;
    min-height: 66px;
}

.staff-main .staff-main-item span {
    font-weight: normal;
    font-size: 12px;
    color: #28a0b1;
    margin-bottom: 20px;
    margin-top: 10px;
    display: block;
    text-transform: capitalize;
}

.staff-main .staff-main-item p {
    color: #5b5b5b;
}

.s-phone {
    color: #444444;
    margin-bottom: 20px;
}
.s-phone a {
    color: #444444;
}
.s-phone img {
    margin-right: 5px;
}
.s-social img {
    margin-right: 10px;
}


/* Services page */


.services-deserve {
    text-align: center;
    padding: 60px 0 30px;
}

.services-deserve h2 {
    margin-bottom: 50px;
    font-size: 36px;
    text-transform: none;
}

.services-deserve p {
    font-size: 25px;
    color: #444444;
}




.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;
    margin-bottom: 30px;
}

.services-best h2 span {
    font-size: 24px;
    font-weight: bold;
    display: block;
    color: #28a0b1;
}

.services-best p {
    font-size: 16px;
    color: black;
    max-width: 540px;
    margin: 0 auto;
}



.services-business {
    padding: 60px 0 0px;
    text-align: center;
}

.services-business h2:first-child {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
    min-height: 66px;
}

.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 {
    min-height: 70px;
    padding: 0 10px;
    margin-bottom: 40px;
    font-size: 16px;
}


/* privacy page */

.privacy-deserve {
    text-align: center;
    padding: 60px 0 0px;
}

.privacy-deserve h2 {
    margin-bottom: 40px;
    font-size: 32px;
    text-transform: none;
}

.follow {
    color: #28a0b1;
    font-size: 18px;
    text-align: center;
    line-height: 1.2;
}

.privacy-deserve p {
    font-size: 18px;
    color: #444444;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 80px;
}

.privacy-type {
    padding-bottom: 80px;
}

.privacy-type h2 {
    margin-bottom: 40px;
    font-size: 32px;
    color: #4b4243;
    text-transform: none;
}

.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 {
    padding-top: 80px;
}

.account-good .col-md-6:last-child.p-60 {
    padding-top: 60px;
}

.account-good img {
    width: 100%;
    object-fit: cover;
}

.account-good h2 {
    margin-bottom: 50px;
    line-height: 1.7;
}

.account-good p {
    min-height: 130px;
}



.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: #28a0b1;
    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: #28a0b1;
}

.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;
}

.account-report p {
    color: white;
}


.portal-secure {
    text-align: center;
    padding: 70px 0 50px;
}

.portal-secure h2 {
    text-transform: none;
}

.expad {
    padding: 13px 50px;
}

.expad1 {
    padding: 11px 37px;
}

/* Tax resources page */

.tax-box {
    padding: 10px 0 0px;
}

.tax-box .col-md-6 {
    margin-bottom: 30px;
}

.tax-box .box {
    border: 2px solid #ededed;
    padding: 30px 30px 0;
    height: 100%;
    background: #98d7c2;
}

.tax-box .box h3 {
    margin-bottom: 20px;
    color: white;
}

.tax-box .box ul.arrow li a {
    border-bottom: 1px solid white;
    color: white;
}

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;
    padding-left: 5px;
}

ul.arrow li a:hover {
    border-bottom: 0px;
}

ul.arrow2 li a:hover {
    border-bottom: 0px;
}


.tax-text {
    padding: 20px 0 40px;
}

.tax-text h2 {
    text-transform: none;
    font-size: 34px;
    margin-bottom: 40px;
}

.tax-text h3 {
    margin-bottom: 20px;
    color: #5a595e;
    text-transform: none;
    display: flex;
}

.tax-text h3 span {
    color: #28a0b1;
    width: 25px;
}

.tax-text p {
    margin-bottom: 40px;
    color: #0e3844;
}

.tax-text a {
    color: #0e3844;
}



/* Blog Page */

.blogpage_container{
    padding: 60px 0px;
}

blogpage_container

.blogpage_container p, .blogpage_container h1, .blogpage_container h2, .blogpage_container h3, .blogpage_container h4, .blogpage_container h5, .blogpage_container h6 {
    
}

.blog_detail_box{
	border: solid 1px #e7e7e7;
	padding: 20px;
	margin-bottom: -1px;
}
.blog_detail_box p {
    color: #00202c;
    line-height: 1.3;
}
.recient_Article p {
    color: #5b5d61;
    line-height: 1.3;
}
.blog_detail_box h1{
	font-weight: bold;
	font-size: 30px;
    margin: 15px 0px 10px 0px;
    color: #4b4243;
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog_date_author{
	color: #9f9f9f;
}
.blog_date_author a{
	color: #28a0b1;
}
.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: #4b4243;
    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: #5a595e;
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.recient_Article a.read{
	color: #28a0b1;
    margin: 0 0 10px 10px;
    font-size: 14px;
    text-transform: capitalize;
    display: inline;
}

.blog_date_author img {
    margin: 0 5px;
}

.recient_Article hr{
	margin: 15px 0px;
}
.blog_date_author a svg{
    width: 25px;
    margin-left: 5px;
}
.inline {
    display: inline;
}
.c-col {
    color: #a7a7a7 !important;
}
.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: #28a0b1;
}
.author_box p{
	color: #5b5d61;
	font-size: 13px;
}
.author_box a{
    color: #28a0b1;
    text-decoration: underline;
    margin-left: 5px;
}
.blog-form .form-group {
    margin-bottom: 0px;
}
.blog-form .form-control {
    border-radius: .25rem;
    padding: 6px;
    background: transparent;
    -webkit-box-shadow: inset 0px 0px 3px 0px rgba(218,218,218,1);
    -moz-box-shadow: inset 0px 0px 3px 0px rgba(218,218,218,1);
    box-shadow: inset 0px 0px 3px 0px rgba(218,218,218,1);
}
.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: #28a0b1;
    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 {
    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: #4b4f54;
    background: #e6ebec;
}
.blogpaging .current{
	color: #fff !important;
    background: #28a0b1 !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: 60px 0 140px;
    font-family: 'Roboto', sans-serif;
}

.contact-content textarea {
    height: 133px;
}

.contact-content .col-md-7 {
    padding-bottom: 40px;
    padding-right: 40px;
}


.contact-content h2 {
    font-weight: bold;
    text-transform: none;
    margin-bottom: 20px;
    font-size: 30px;
    color: white;
}

.cc-item-2 {
    padding-top: 70px;
}

.contact-content .cc-item h2 {
    margin-bottom: 20px;
}

.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: 30px;
    margin-bottom: 10px;
    list-style: none;
    color: white;
}

.contact-content ul li:first-child {
    background: url(../images/icons/location-c.svg) no-repeat;
    background-position: 0% 48%;
}

.contact-content ul li:nth-child(2){
    background: url(../images/icons/phone-c.svg) no-repeat;
    background-position: 0% 48%;
}

.contact-content ul li:last-child {
    background: url(../images/icons/mail-c.svg) no-repeat;
    background-position: 0% 48%;
}

.contact-map .container {
    margin-top: -100px;
}

.cc-item-1 h2 {
    color: #4b4243;
    font-weight: bold;
    text-transform: none;
    margin-bottom: 25px;
    font-size: 36px;
}

.cc-item {
    background: #98d7c2;
    padding: 25px 24px 10px;
}



/* Footer css */

footer {
    background: #28a0b1;
    padding: 20px 0 20px;
}

footer a {
    color: white;
}

footer a:hover {
    color: white;
}

footer .f-logo {
    margin-bottom: 25px;
    max-width: 220px;
}

footer p {
    font-size: 13px;
    color: white;
    max-width: 380px;
}

footer ul {
    padding: 0px;
}

footer ul li {
    font-size: 13px;
    list-style: none;
    margin-bottom: 10px;
}

footer h2 {
    color: white;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: 40px;
    font-size: 30px;
}

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 {
    color: white;
    padding: 10px 0 10px 25px;
    margin: 0px;
    word-break: break-all;
}

.footer-bottom {
    background: #33a5b5;
    padding: 10px 0px;
}

.footer-bottom p {
    font-size: 12px;
    margin: 12px 0px;
    color: white;
}

.footer-bottom .col-7:last-child {
    text-align: right;
}

