
/* custom css for fonts */
@import "../css/fonts.css";

h1 {
    font-family: 'Muli', sans-serif;
    font-weight: bold;
    color: #444444;
    text-transform: uppercase;
}

h2,h3,h4,h5,h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #444444;
    text-transform: uppercase;
}

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;
}

.number {
    display: inline;
}

.sky {
    font-size: 18px;
    color: #323093;
    text-transform: none;
}

a {
    font-family: 'Muli', sans-serif;
    font-weight: normal;
    color: #757575;
    font-size: 14px;
}

a:hover {
    color: #00b5ef;
    text-decoration: none;
}

p {
    font-family: 'Muli', sans-serif;
    font-weight: normal;
    color: #757575;
    font-size: 14px;
}

label {
    color: #444444;
}

.btn-theme {
    font-size: 16px;
    font-family: 'Myriadpro';
    padding: 10px 18px;
    background: #323093;
    color: white;
    border-radius: 0px;
    border: 2px solid transparent;
}

.btn-theme:hover {
    background: white;
    color: #323093;
    border: 2px solid #323093;
}

.btn-theme-sky {
    font-size: 16px;
    font-family: 'Myriadpro';
    padding: 10px 18px;
    background: #00b5ef;
    color: white;
    border-radius: 0px;
    border: 2px solid transparent;
}

.btn-theme-sky:hover {
    background: white;
    color: #00b5ef;
    border: 2px solid #00b5ef;
}

.btn-theme_u {
    font-size: 16px;
    font-family: 'Myriadpro';
    padding: 10px 18px;
    background: #323093;
    color: white;
    border-radius: 0px;
    border: 2px solid transparent;
    text-transform: uppercase;
}

.btn-theme_u:hover {
    background: white;
    color: #323093;
    border: 2px solid #323093;
}

.btn-theme_r {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    padding: 8px 26px;
    background: #323093;
    color: white;
    border-radius: 50px;
    border: 2px solid transparent;
}

.btn-theme_r:hover {
    background: white;
    color: #323093;
    border: 2px solid #323093;
}

.form-control {
    font-family: 'Roboto', sans-serif;
    padding: 9px;
    height: auto;
    border: 1px solid #dadada;
    font-size: 14px;
    color: #595959;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(218,218,218,1);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(218,218,218,1);
    box-shadow: inset 0px 0px 5px 0px rgba(218,218,218,1);
}

.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: #323093;
    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: 16px;
}

.text-18 {
    font-size: 18px !important;
}

.text-36 {
    font-size: 36px;
}

body {
    font-family: 'Muli', sans-serif;
    font-weight: normal;
    color: #757575;
    font-size: 14px;
}

.main-title {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 55px;
    background: url(../images/bg/inner-pages-bg.jpg) no-repeat;
    background-size: cover;

}

.read {
    color: #323093;
    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-top {
    padding: 8px 0;
} 

.header-top .col-6:first-child {
    text-align: left;
}

.header-top .col-6:first-child img {
    margin: 0 5px 0 0;
}

.header-top .col-6:first-child p {
    margin: 0 0px 0 0px;
    display: inline-block;
}

.header-top .col-6:last-child {
    text-align: right;
}

.header-top .col-6:last-child img {
    margin: -4px 0px 0 10px;
}

.header-top .col-6:last-child a {
    margin: 0px 0 0 0px;
    display: inline-block;
}

header {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 99;
    background: white;
    -webkit-box-shadow: 0 2px 7px -6px black;
	-moz-box-shadow: 0 2px 7px -6px black;
	box-shadow: 0 2px 7px -6px black;
}

header .logo {
    padding-top: 10px;
    padding-bottom: 10px;
}

header .navbar {
    padding: 0;
}

header .navbar-expand-md .navbar-nav .nav-link {
    padding-left: 30px;
}

header .navbar-light .navbar-nav .nav-link {
    color: #484848;
    padding: 30px 20px;
}

header .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: white;
    background: #00b5ef;
}

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;
    background: #00b5ef;
}

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-color: #00b5ef;
}

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% 36px;
}

header .navbar-light .navbar-nav .nav-link.dropdown-toggle:hover {
    background: #00b5ef url(../images/icons/down-w.png) no-repeat;
    background-position: 95% 36px;;
}

header .navbar-light .navbar-nav .nav-link.dropdown-toggle[aria-expanded="true"] {
    background: #00b5ef url(../images/icons/down-w.png) no-repeat;
    background-position: 95% 36px;;
}

/* Home Page css */

.main-slider .main-slide {
    height: 490px;
}

.main-slider .slick-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.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;
    max-height: 57px;
}

.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: 40px 0 100px;
}

.home-remark .col-md-6:first-child {
    padding-left: 0px;
}

.home-remark .col-md-6:last-child {
    padding-top: 60px;
}

.home-remark .col-md-6:first-child img {
    width: 100%;
    object-fit: cover;
}

.home-remark h2 {
    margin-bottom: 20px;
}

.home-remark p {
    min-height: 130px;
}




.home-business {
    padding: 40px 0 0px;
    text-align: center;
    background: url(../images/bg/bussiness-bg.jpg) no-repeat;
    background-size: cover;
}

.home-business img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 30px;
}

.home-business h2 {
    min-height: 66px;
    padding: 0 10px;
    margin-bottom: 0px;
}

.home-business p {
    min-height: 70px;
    padding: 0 10px;
    margin-bottom: 40px;
}



.home-devoted {
    padding: 60px 0 70px;
    text-align: center;
}

.home-devoted .col-md-12 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.home-devoted .col-md-4 {
    padding-top: 35px;
    padding-bottom: 20px;
    border: 1px solid #cccccc;
}

.home-devoted .col-md-4:nth-child(2) {
    border-right: 0px;
}

.home-devoted .col-md-4:nth-child(3) {
    border-right: 0px;
}

.home-devoted .col-md-12 p {
    min-height: 90px;
    margin-bottom: 40px;
    max-width: 930px;
    margin: 0 auto;
}

.home-devoted .img-cont {
    height: 45px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-devoted img {
    max-height: 100%;
}

.home-devoted h2 {
    min-height: 66px;
    margin-bottom: 0px;
    font-size: 36px;
}

.home-devoted p {
    min-height: 70px;
    margin-bottom: 0px;
}



.home-testimonial {
    text-align: center;
    padding: 60px 0 30px; 
    background: url(../images/bg/testimonial-bg.jpg) no-repeat;
    background-size: cover;
    color: white;
}

.home-testimonial h2 {
    margin-bottom: 20px;
    color: white;
}

.home-testimonial .testimonial-inner {
    max-width: 860px;
    margin: 0 auto;
    padding: 40px 0px;
}

.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-bottom: 20px;
    color: white;
    font-size: 24px;
}

.home-testimonial p {
    margin-bottom: 40px;
    color: white;
}

.home-testimonial .testimonial-inner .testimonial p {
    position: relative;
    margin: 20px 125px 0px;
    font-size: 16px;
    color: white;
}

.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: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 .bg-grey {
    padding: 15px 15px 10px;
}

.about-services .col-md-4 img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 30px;
}

.about-services .col-md-4 h3 {
    font-family: 'Myriadpro';
    color: black;
    margin-bottom: 0px;
    text-transform: capitalize;
    min-height: 56px;
}

.about-services .col-md-4 p {
    font-family: 'Myriadpro';
    color: #696969;
    font-size: 16px;
    min-height: 70px;
    margin-bottom: 0px;
}


.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: 'Myriadpro';
    color: black;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.about-remark p {
    font-family: 'Myriadpro';
    color: #696969;
    font-size: 16px;
}



.about-video {
    background: url(../images/bg/about-video-bg.jpg) no-repeat;
    background-size: cover;
    padding: 60px 0;
}



.about-tailor {
    padding: 90px 0 90px;
}

.about-tailor .col-md-6:last-child {
    padding-top: 10px; 
}

.about-tailor img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-tailor h2 {
    font-family: 'Calibri';
    color: #1c1c1c;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-size: 48px;
}

.about-tailor p {
    font-family: 'Myriadpro';
    color: #696969;
    font-size: 16px;
    line-height: 1.2;
}

.about-tailor a {
    font-weight: bold;
    font-size: 16px;
    color: #323093;
}

.about-tailor a:hover {
    font-weight: bold;
    font-size: 16px;
    color: #696969;
}



.about-expert {
    padding: 60px 0;
    text-align: center;
}

.about-expert .img-cont {
    height: 50px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-expert h3 {
    margin-bottom: 20px;
    text-transform: capitalize;
}

.about-expert p {
    min-height: 44px;
    margin-bottom: 0px;
}



/* 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(50, 48, 147, 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: 60px 0 30px;
}

.services-deserve h2 {
    margin-bottom: 50px;
    font-size: 36px;
    color: #323093;
    text-transform: none;
}

.services-deserve p {
    font-size: 26px;
    color: #444444;
    font-family: 'Montserrat';
}




.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: #323093;
}

.services-best p {
    font-size: 16px;
    color: black;
    font-family: "Myriadpro";
    max-width: 540px;
    margin: 0 auto;
}



.services-business {
    padding: 40px 0 0px;
    text-align: center;
}

.services-business img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 30px;
}

.services-business h2 {
    min-height: 66px;
    padding: 0 10px;
    margin-bottom: 0px;
    font-family: 'Calibri';
}

.services-business p {
    min-height: 70px;
    padding: 0 10px;
    margin-bottom: 40px;
    font-family: "Myriadpro";
    font-size: 16px;
}


/* privacy page */

.privacy-deserve {
    text-align: center;
    padding: 60px 0 30px;
}

.privacy-deserve h2 {
    margin-bottom: 30px;
    font-size: 30px;
    color: white;
    text-transform: none;
}

.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 {
    margin-bottom: 50px;
    font-size: 32px;
}

.privacy-type p {
    font-size: 16px;
    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.5;
}

.account-good p {
    min-height: 130px;
}



.account-report {
    text-align: center;
    padding: 20px 0 90px;
}

.account-report .col-md-6  {
    padding: 20px 30px;
    border-right: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
}

.account-report .col-md-6:nth-child(1) {
    border-top: 1px solid #f3f3f3;
    border-left: 1px solid #f3f3f3;
}

.account-report .col-md-6:nth-child(2) {
    border-top: 1px solid #f3f3f3;
}

.account-report .col-md-6:nth-child(3) {
    border-left: 1px solid #f3f3f3;
}

.account-report .col-md-6:nth-child(5) {
    border-left: 1px solid #f3f3f3;
}

.account-report .col-md-4 {
    border: 1px solid #f3f3f3;
    padding: 25px;
}

.account-report .img-cont {
    height: 80px;
    margin-bottom: 20px;
}

.account-report h3 {
    text-transform: capitalize;
    margin-bottom: 30px;
}


.portal-secure {
    text-align: center;
    padding: 90px 0 70px;
}

.portal-secure h2 {
    text-transform: none;
}

.expad {
    padding: 13px 50px;
}

.expad1 {
    padding: 11px 37px;
}

/* Tax resources page */

.tax-best {
    padding: 60px 0 20px;
    text-align: center;
}


.tax-box {
    padding: 30px 0 0px;
}

.tax-box .col-md-6 {
    margin-bottom: 30px;
}

.tax-box .box {
    border: 1px solid #ededed;
    padding: 30px 30px 0;
    height: 100%;
}

.tax-box .box h3 {
    margin-bottom: 20px;
}

.tax-box .box ul.arrow li a {
    border-bottom: 1px solid #999999;
}

ul.arrow {
    padding-left: 30px;
}

ul.arrow li {
    list-style: url(../images/icons/arrow.svg);
    margin-bottom: 10px;
}

ul.arrow2 {
    padding-left: 35px;
}

ul.arrow2 li {
    list-style: none;
    margin-bottom: 10px;
    background: url(../images/icons/arrow2.svg) no-repeat;
    padding-left: 25px;
    background-position: 0px 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 h3 {
    margin-bottom: 20px;
}

.tax-text p {
    margin-bottom: 40px;
}



/* 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: #323093;
    text-transform: capitalize;
    font-family: 'Calibri';
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog_date_author{
	color: #00b5ef;
}
.blog_date_author img {
	margin: 0 5px;
}
.blog_date_author a{
	color: #00b5ef;
}
.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: #323093;
    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: #00b5ef;
    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: #323093;
    margin: 0 0 10px 10px;
    font-size: 14px;
    text-transform: capitalize;
    font-family: 'Calibri';
    display: inline;
}
.recient_Article hr{
	margin: 15px 0px;
}
.blog_date_author a svg{
    width: 25px;
    margin-left: 5px;
}
.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: #00b5ef;
}
.author_box p{
	color: #5b5d61;
	font-size: 13px;
}
.author_box a{
    color: #323093;
    text-decoration: underline;
    margin-left: 5px;
}
.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: #00aeef;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: #4b4f54;
    background: #e6ebec;
}
.blogpaging .current{
	color: #fff !important;
    background: #00b5ef !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 .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-family: 'Roboto', sans-serif;
    font-weight: lighter;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.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 {
    margin-bottom: 50px;
    padding-left: 35px;
    margin-left: 15px;
    min-height: 30px;
    list-style: none;
    color: black;
}

.contact-content ul li:first-child {
    background: url(../images/icons/location-c.svg) no-repeat;
}

.contact-content ul li:nth-child(2){
    background: url(../images/icons/phone-c.svg) no-repeat;
}

.contact-content ul li:last-child {
    background: url(../images/icons/mail-c.svg) no-repeat;
}




/* Footer css */

footer {
    background: #313131;
    padding: 60px 0 20px;
}

footer .f-logo {
    margin-bottom: 25px;
}

footer p {
    color: #969595;
    font-size: 13px;
}

footer ul {
    padding: 0px;
}

footer ul li {
    color: #969595;
    font-size: 13px;
    list-style: none;
    margin-bottom: 10px;
}

footer h5 {
    color: white;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: lighter;
    margin-bottom: 20px;
}

footer ul.icon-menu li:first-child {
    background: url(../images/icons/email.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/location.png) no-repeat;
    background-position: center left;
    border-bottom: 0px;
}

footer ul.icon-menu li {
    border-bottom: 1px solid #3c3c3c;
    padding: 10px 0 10px 25px;
    margin: 0px;
    word-break: break-all;
}

.footer-bottom {
    background: #292929;
    padding: 10px 0px;
}

.footer-bottom p {
    color: #8b8b8b;
    font-size: 12px;
    margin: 12px 0px;
}

.footer-bottom .col-7:last-child {
    text-align: right;
}

